1 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
3 * fvwm/menus.c (__copy_down, __check_for_delimiter)
5 reduce indentation level
6 add comment to explain why suppressing the warning is right
8 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
11 fixed using uninitialized variable
13 * fvwm/menus.c (scanForStrings):
14 suppress compiler warning for now
16 * fvwm/move_resize.c (resize_move_window):
17 (AnimatedMoveAnyWindow):
21 * fvwm/module_interface.c (__get_allowed_actions):
22 * fvwm/menuitem.c (menuitem_paint):
23 * fvwm/icons.c (CMD_Iconify):
24 * fvwm/gnome.c (GNOME_SetHints):
25 * fvwm/ewmh.c (ewmh_AllowsClose):
27 (ewmh_AllowsFullScreen):
29 (ewmh_AllowsMaximize):
33 * fvwm/ewmh_events.c (ewmh_CloseWindow):
34 (ewmh_MoveResizeWindow):
38 * fvwm/events.c (__handle_cr_on_client):
39 * fvwm/decorations.c (__is_resize_allowed):
40 (is_function_allowed):
41 * fvwm/conditional.c (MatchesConditionMask):
42 * fvwm/builtins.c (CMD_Delete):
43 * fvwm/add_window.c (AddWindow):
44 is_function allowed now differentiates between US program actions and
45 actions initiated by interaction between fvwm and the user
47 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
49 * fvwm/menus.c (__scan_for_pixmap):
50 fixed compiler warning
52 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
54 honor FixedSize/FixedPosition styles in EWMH messages too
56 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
58 * fvwm/fvwm.c (setVersionInfo):
59 add XCursor support to version output
61 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
62 (SCTX_GET_MR, string_context_type_t, string_context_t)
63 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
64 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
65 reimplement pixmap and color scanning for menus to better handle
68 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
73 * fvwm/events.c (My_XNextEvent):
74 remove unused varaible
76 * fvwm/events.c (My_XNextEvent):
78 * fvwm/module_list.c (module_store, module_alloc)
79 (module_kill_all, module_safefree, module_remove)
80 (do_execute_module, module_kill, module_cleanup, module_get_next)
82 Don't free module stuctures during module I/O. (Fixes segfault.)
84 2007-07-20 Simon Griph <simon(at)griph(dot)se>
88 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
89 Someone missed to add extra conditions when changing from
92 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
95 fixed liXcursor detection
97 2007-07-16 Simon Griph <simon(at)griph(dot)se>
101 * fvwm/menus.c (scanForPixmap):
102 made it possible to escape '*' '%' '@' in filenames
104 * libs/PictureImageLoader.c (PImageLoadSvg):
105 added transposing and none uniform scaling to svg options
107 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
109 * libs/PictureImageLoader.c:
111 (PImageLoadCursorFromFile):
112 fixed compilation without xpm library
114 fixed compiler warning without png library
116 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
119 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
120 fix compilation without xpm library
122 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
127 * libs/PictureImageLoader.c:
129 (PImageLoadCursorFromFile):
130 fixed compilation without xpm library
132 fixed compiler warning without png library
134 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
136 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
137 * fvwm/cursor.c (CMD_CursorStyle):
138 fixed compiler warning
140 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
142 * fvwm/cursor.c (CMD_CursorStyle):
143 fix CursorStyle command parsing
145 2007-06-22 Simon Griph <simon(at)griph(dot)se>
147 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
148 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
149 * libs/PictureImageLoader.c (PImageLoadSvg):
151 (PImageCreatePixmapFromArgbData):
152 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
153 (PImageCreatePixmapFromFImage):
156 2007-06-22 Simon Griph <simon(at)griph(dot)se>
158 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
159 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
160 * libs/PictureImageLoader.c (PImageLoadSvg):
162 (PImageCreatePixmapFromArgbData):
163 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
164 (PImageCreatePixmapFromFImage):
167 2007-06-22 Simon Griph <simon(at)griph(dot)se>
174 added libXcursor detection
176 * fvwm/Makefile.am (LDADD):
184 * libs/Makefile.am (libfvwm_a_SOURCES):
187 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
188 added Xcursor support
190 2007-06-22 Simon Griph <simon(at)griph(dot)se>
196 added defs for FxpmInfo and FxpmFreeXpmInfo
198 * libs/PictureBase.h (FvwmPictureAttributes):
199 * libs/PictureImageLoader.c
200 (PImageCreatePixmapFromArgbData):
201 (PImageLoadPixmapFromFile):
202 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
203 (PImageLoadCursorPixmapFromFile):
204 (PImageLoadCursorFromFile):
205 * libs/PictureImageLoader.h:
206 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
207 replaced by the new general PImageLoadCursorFromFile()
209 * fvwm/cursor.c (CMD_CursorStyle):
210 handle new hot-spot arguments, use PImageLoadCursorFromFile()
211 instead of PImageLoadCursorPixmapFromFile(), less code duplication
213 2007-06-22 Simon Griph <simon(at)griph(dot)se>
215 * libs/PictureImageLoader.c
219 now returns argb data instead of pixmaps
220 (PImageLoadPixmapFromFile):
221 (PImageLoadArgbDataFromFile):
222 moved first half of PImageLoadPixmapFromFile() into
223 the new local function PImageLoadArgbDataFromFile()
225 removed function, code moved into PImageLoadPixmapFromFile()
227 2007-06-22 Simon Griph <simon(at)griph(dot)se>
229 * libs/PictureImageLoader.c (PImageLoadXpm):
230 revised to make use of PImageCreatePixmapFromArgbData()
232 2007-06-22 Simon Griph <simon(at)griph(dot)se>
234 * fvwm/colorset.c (parse_shape):
235 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
236 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
237 * libs/PictureImageLoader.c
240 (PImageCreatePixmapFromArgbData):
241 don't create a mask pixmap for fully opaque (all alpha == 0xff)
242 or translucent (0 < any alpha < 0xff) images.
244 2007-06-22 Simon Griph <simon(at)griph(dot)se>
246 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
247 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
248 * libs/PictureImageLoader.c (PImageLoadSvg):
250 (PImageCreatePixmapFromArgbData):
251 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
252 (PImageCreatePixmapFromFImage):
255 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
257 * fvwm/functions.c (CMD_EchoFuncDefinition):
258 * fvwm/functable.c (func_table):
260 new command EchoFuncDefinition
262 2007-07-07 Simon Griph <simon(at)griph(dot)se>
265 * fvwm/conditional.c (CreateConditionMask):
266 bugfix: Condition separation previously failed when a
267 single comma (no whitespace padding) was used directly
268 after a multi-worded condition.
270 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
272 * fvwm/module_list.c (module_kill):
273 fix possible core dump when using startup modules
275 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
278 * fvwm/builtins.c (CMD_PrintInfo):
279 * libs/Picture.h (PicturePrintImageCache):
280 * libs/Picture.c (PicturePrintImageCache):
281 add ImageCache subject to PrintInfo command
283 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
286 * fvwm/events.c (My_XNextEvent):
287 fix crash when a module closes down during input/output.
289 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
291 * fvwm/icons.c (ChangeIconPixmap):
294 * fvwm/focus.c (warp_to_fvwm_window):
295 * fvwm/events.c (__handle_cr_restack):
296 (__handle_bpress_on_managed):
297 (HandlePropertyNotify):
299 * fvwm/stack.c (__restack_window):
300 (__raise_lower_recursion):
301 (__raise_or_lower_window):
302 (raise_or_lower_window):
303 (position_new_window_in_stack_ring):
307 (HandleUnusualStackmodes):
310 (CMD_RestackTransients):
312 do raise hacks even when the internal stack is intact, unless on a
315 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
317 * fvwm/style.c (check_window_style_change)
318 (style_parse_one_style_option):
320 * fvwm/fvwm.h (window_style):
321 * fvwm/add_window.c (setup_frame_size_limits):
322 * fvwm/geometry.c (constrain_size):
323 new style MinWindowSize
325 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
328 added missing prototypes
337 * libs/Event.c (GetSubwindowFromEvent):
340 include corresponding header files
342 * libs/PictureBase.c:
343 * libs/FlocaleCharset.c:
347 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
349 * configure.ac (HAVE_GNU_READLINE):
350 detect full GNU readline API (vs BSD libedit readline compatibility
353 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
355 * fvwm/windowlist.c (CMD_WindowList):
358 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
359 "UseSkipList" & "OnlySkipList".
361 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
364 * fvwm/add_window.c (validate_transientfor):
365 detect and disallow circular transient-for hints
367 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
370 s/UseListSkip/UseSkipList/g etc.
372 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
374 * fvwm/menus.c (size_menu_vertically):
375 added localization of the "More&..." string
377 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
379 * libs/PictureBase.c (PictureFindImageFile):
380 fix for segfault with svg-support enabled
382 * INSTALL.fvwm (http):
383 * configure.ac (png_CFLAGS):
384 raise librsvg dependeny due to bug with 2.13.91
386 * fvwm/cursor.c (CMD_CursorStyle):
387 remove unused static variable nocursor
389 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
394 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
397 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
398 bugfix: out-of-tree builds failed due to broken dependency.
399 Make man page have same header as old one.
400 Fix man page indentation.
401 Make text of top-level man page sections all uppercase.
402 Added --disable-mandoc option.
403 HTML doc generation is off by default: use --enable-htmldoc.
404 Added more info in doc/README about XML commands to use.
406 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
409 * Everything in the 'doc' subdirectory.
411 XML source to generate man page & HTML documentation.
413 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
416 * fvwm/colorset.c (parse_colorset):
417 don't recompute sh, hi and fgsh if they were supplied in a previous
418 colorset line. Fixes bug #3359.
420 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
422 * fvwm/move_resize.c (DoSnapAttract):
423 handle SnapGrid before SnapAttraction so that non-overlapping windows
424 do not snap edge to edge:
431 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
433 * fvwm/style.c (parse_and_set_window_style)
434 (style_parse_one_style_option):
435 don't warn about PositionPlacement arguments
437 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
441 enties for ChangeWindowTitle patch by Julio Teca.
443 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
445 * fvwm/fvwm.c (main):
446 fixed ROOT CursorStyle context
448 * fvwm/placement.c (__pl_manual_get_pos_simple):
449 * fvwm/move_resize.h:
450 * fvwm/move_resize.c (__move_loop):
452 fixed long broken POSITION CursorStyle context
454 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
456 * fvwm/bindings.c (ParseBinding):
457 fix buffer overrun with >78 character window names.
459 * fvwm/fvwm.1.in (PositionPlacement):
462 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
463 * fvwm/style.c (style_parse_one_style_option):
464 change BorderWidth and HandleWidth style to revert to default if no
467 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
469 * fvwm/fvwm.h (style_flags):
470 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
471 (__place_get_wm_pos):
472 (__place_window, __explain_placement):
473 * fvwm/style.c (style_parse_one_style_option):
475 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
476 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
477 (DEFAULT_PLACEMENT_POSITION_STRING):
480 * fvwm/move_resize.c (GetOnePositionArgument):
481 added 'w' suffix to Move arguments
482 allow multiple shifts from original position
484 * fvwm/style.c (style_parse_one_style_option):
487 * fvwm/placement.c (setup_window_placement)
488 (__place_get_placement_flags):
489 (__place_get_wm_pos):
490 (__place_get_nowm_pos):
492 (__place_handle_x_resources):
493 (setup_window_placement):
494 * fvwm/fvwm.h (PLACE_CENTER):
496 replaced CenterPlacement with more flexibe PositionPlacement
498 * fvwm/move_resize.c (GetMoveArguments):
499 (GetResizeArguments):
500 (GetResizeMoveArguments):
502 * fvwm/move_resize.h:
503 exported and enhanced function GetMoveArguments for use by placement
506 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
508 * fvwm/ConfigFvwmDefaults:
509 reenable MenuScroll on titles
511 * fvwm/menubindings.c (menu_shortcuts):
512 don't scroll menus if scrolling would be in the wrong direction
514 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
516 * fvwm/move_resize.c (__resize_window):
517 some resizing/gravity fixes
518 properly handle maximized + shaded state when resizing
521 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
523 * fvwm/move_resize.c (__resize_window):
524 resizing of shaded windows work better.
526 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
528 * fvwm/fvwm.1.in (COMMAND EXPANSION):
529 clarified previous patch
531 * fvwm/fvwm.1.in (COMMAND EXPANSION):
532 documented '-' command prefix
534 * fvwm/expand.c (__eae_parse_range):
535 fix $[n-] and $[*] after unsigned int havoc
537 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
540 * fvwm/ConfigFvwmMenuDefaults:
542 * fvwm/ConfigFvwmDefaults:
543 * fvwm/ConfigFvwmMenuDefaults:
544 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
546 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
548 * fvwm/ConfigFvwmMenuDefaults:
549 * fvwm/fvwm.c (SetRCDefaults):
550 make default menu mouse bindings for MenuSelectItem and MenuScroll only
551 apply to menu item context.
553 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
555 * fvwm/placement.c (placement_loop):
556 (__pl_minoverlap_get_avoidance_penalty):
557 (__pl_smart_get_first_pos):
558 (__pl_smart_get_next_pos):
559 (__pl_smart_test_window):
560 (__pl_smart_get_pos_penalty):
561 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
562 now less than ten lines of code.
564 * fvwm/add_window.c (setup_placement_penalty):
565 * fvwm/style.c (style_parse_one_style_option):
566 allow to reset the placement penalties with !
569 * fvwm/add_window.c (setup_placement_penalty):
572 * fvwm/style.c (style_parse_one_style_option):
573 put placement penalty array in a struct
575 * fvwm/placement.c (__place_get_wm_pos):
576 (__pl_clever_get_next_x):
577 (__pl_clever_get_next_y):
578 (__pl_clever_get_first_pos):
579 (__pl_clever_get_next_pos):
580 (__pl_clever_get_avoidance_penalty):
581 (__pl_clever_get_pos_penalty):
582 (__pl_minoverlap_get_next_x):
583 (__pl_minoverlap_get_next_y):
584 (__pl_minoverlap_get_first_pos):
585 (__pl_minoverlap_get_next_pos):
586 (__pl_minoverlap_get_avoidance_penalty):
587 (__pl_minoverlap_get_pos_penalty):
588 renamed ...clever... functions to ...minoverlap...
591 * fvwm/decorations.c:
592 * fvwm/menubindings.c:
593 * fvwm/module_interface.c:
594 * fvwm/module_list.c:
596 * fvwm/module_list.h:
598 * fvwm/module_interface.h:
600 dont include "libs" in include path
603 #includes from fvwm path with "..." not <...>
606 #includes from library path with "..." not <...>
608 2007-01-28 Simon Griph <simon(at)griph(dot)se>
613 documented new svg support
616 added librsvg detection
618 * fvwm/Makefile.am (LDADD, INCLUDES):
619 added rsvg_LIBS, rsvg_CFLAGS
621 * fvwm/expand.c (expand_vars_extended):
622 new extended variables
623 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
625 * fvwm/fvwm.1.in (OPTIONS):
627 documented new svg support
629 documented new extended variables
631 * fvwm/fvwm.c (setVersionInfo):
633 added Frsvg_init() call
638 * libs/Makefile.am (libfvwm_a_SOURCES):
643 * libs/Picture.c (PCacheFvwmPicture):
644 hid svgopts from isFileStampChanged()
646 * libs/PictureBase.c (PictureFindImageFile):
647 hid svgopts from searchPath()
649 * libs/PictureBase.h:
651 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
652 hid svgopts from setFileStamp()
656 * libs/fvwmlib.c (flib_init_graphics):
657 added Frsvg_init() call
659 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
662 * fvwm/stack.c (__is_restack_needed)
663 (is_transient_subtree_straight):
665 fix crash when trying to restack destroyed window
667 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
669 * libs/Makefile.am (libfvwm_a_SOURCES):
672 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
673 * fvwm/menus.c (move_any_menu)
674 set menu backgrounds before moving. Makes transparent menus move
677 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
678 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
679 add update_transparent_menu_bg to allow set of transparent menu
680 background before a move, and change repaint_transparent_menu to
681 allow for not setting the menu background.
683 * libs/Colorset.c (SetWindowBackgroundWithOffset):
684 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
685 transparent colorsets)
686 (CreateOffsetBackgroundPixmap):
687 use offset also for non transparent backgrounds.
689 * fvwm/menubindings.c (menu_shortcuts):
690 don't move menus on scroll if they don't move
692 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
697 * fvwm/decorations.c:
699 * fvwm/ewmh_events.c:
705 * fvwm/menubindings.c:
710 * fvwm/module_interface.c:
711 * fvwm/module_list.c:
715 * fvwm/windowshade.c:
720 * fvwm/conditional.c:
729 * fvwm/move_resize.c:
738 * fvwm/execcontext.c:
740 * libs/CombineChars.c:
748 * libs/FlocaleCharset.c:
760 * libs/PictureImageLoader.c:
761 * libs/PictureGraphics.c:
764 * libs/PictureUtils.c:
766 * libs/PictureBase.c:
774 * libs/PictureBase.h:
781 * libs/Makefile.am (libfvwm_a_SOURCES):
782 moved declarations from fvwmlib.h to new/appropriate header files
787 * fvwm/menus.c (paint_side_pic):
791 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
793 * fvwm/menus.c (paint_side_pic):
796 * fvwm/menus.c (paint_side_pic):
797 use simple expose information to redraw sidepics less.
799 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
801 * fvwm/geometry.c (constrain_size):
802 silence gcc 4.1.1 warning.
804 * libs/System.c (searchPath):
805 search in pwd if no path is given.
806 return NULL if a file dosn't exist regardless if it's absolute path
808 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
810 * fvwm/placement.c (__place_window)
811 (__pl_under_mouse_get_pos_simple):
812 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
814 new style option UnderMousePlacementHonorsStartsOnPage
816 * fvwm/update.c (init_style):
817 don't forget stickyness when a window goes fullscreen (or when some
818 other style is changed)
820 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
822 * fvwm/placement.c (__pl_cascade_get_pos_simple):
823 properly handle title direction with cascade placement
825 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
828 * fvwm/placement.c (__pl_center_get_pos_simple):
829 CenterPlacement properly handles Xinerama screens
831 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
834 always substiture datarootdir
836 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
838 * fvwm/add_window.c (GetWindowSizeHints):
839 * fvwm/geometry.c (constrain_size):
840 undefine macros after use
842 reindented and cleaned up
843 do not grow a window because of aspect ratio if this is not explicitly
844 allowed by the CS_ROUND_UP flag
846 (__cs_handle_aspect_ratio):
847 broken into separate functions and cleaned up
849 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
851 * fvwm/module_list.c (module_receive):
852 (module_input_discard):
853 allocate input data in just one call - better perfomance
855 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
857 * fvwm/placement.c (__place_get_wm_pos):
858 simplified to a simple loop
859 (__explain_placement):
860 added explanation of new placement styles
862 * fvwm/placement.c (__place_get_wm_pos):
864 (__pl_center_get_pos_simple):
865 (__pl_under_mouse_get_pos_simple):
866 (__pl_cascade_get_pos_simple):
867 (__pl_manual_get_pos_simple):
868 (__place_get_wm_pos):
869 use new placement interface for CenterPlacement, UnderMousePlacement,
870 ManualPlacement, CascadePlacement
872 * fvwm/placement.c (__sp_get_first_pos):
874 (__sp_get_pos_penalty):
875 (__place_get_wm_pos):
876 use new placement interface for SmartPlacement
881 don't use inline functions
884 renamed function and generalized the placement interface to deal with
885 any algorithm in the same way
886 (__place_get_wm_pos):
887 use new placement interface
891 increased version to 2.5.22
895 updated for 2.5.21 release
897 2007-01-19 Dan Espen <dane@mk.telcordia.com>
899 * fvwm/read.h: Compile syntax error fix.
901 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
903 * fvwm/placement.c (SmartPlacement):
904 fixed broken SmartPlacement
906 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
908 * fvwm/expand.c (expand_vars_extended):
909 free allocated icon path
911 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
919 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
922 * fvwm/fvwm.1.in (Scroll):
923 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
924 add interactive scrolling.
926 * fvwm/stack.c (is_transient_subtree_straight):
927 check first above the tree root, then beneth it.
929 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
931 * fvwm/module_interface.h
932 * fvwm/module_interface.c (module_input_enqueue):
933 (module_input_execute):
934 new functions based on AddToCommandQueue and ExecuteModuleCommand
936 * fvwm/module_list.c (CMD_ModuleSynchronous):
938 * fvwm/events.c (My_XNextEvent):
939 * fvwm/module_interface.c (ExecuteCommandQueue):
940 using the above two new functions instead of AddToCommandQueue and
943 * fvwm/module_interface.c (cqueue_object_type):
946 * fvwm/module_interface.h
947 * fvwm/module_interface.c (AddToCommandQueue):
948 (ExecuteModuleCommand):
951 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
953 * fvwm/fvwm.h (window_style):
954 * fvwm/style.c (style_parse_one_style_option):
955 icon background relief and icon title relief changed to sigend char;
956 should fix problem with ppc and negative values for these.
958 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
960 * fvwm/module_list.h:
961 * fvwm/module_list.c (module_receive):
962 (module_input_discard):
963 (module_input_expect):
964 new functions to deal with module input
966 * fvwm/module_list.h:
967 * fvwm/module_list.c (HandleModuleInput):
968 replaced by the above three functions
970 * fvwm/events.c (My_XNextEvent):
971 * fvwm/module_list.c (CMD_ModuleSynchronous):
973 adapted to use the above three functions instead of HandleModuleInput
975 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
977 * configure.ac (HAVE_PNG):
978 don't mangle png_LIBS, use --with-png-library
980 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
983 removed news about previous change after move of version-2_5_20 tag
984 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
987 * fvwm/stack.c (__restack_window):
988 fix so new transient windows with StackTransientParent on top layer
989 don't make all windows raise above the pan frames.
993 increased version to 2.5.21
997 updated for 2.5.20 release
999 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
1001 * fvwm/fvwm.c (main):
1002 remove the call to module_init_list, the list head is instead set
1003 to NULL upon declaration
1005 * fvwm/module_list.h:
1006 * fvwm/module_list.c (module_init_list):
1009 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1011 * fvwm/stack.c (is_transient_subtree_straight)
1012 (is_transient_subtree_stack_straight):
1013 use <= 32 character function name
1014 (mark_transient_subtree, is_transient_subtree_straight)
1015 (__mark_transient_subtree_test):
1016 move common tests to function to avoid code duplication
1018 * fvwm/fvwm.1.in (IconifyWindowGroups):
1019 Correctly document that windows are iconified together if the are in
1020 the same window group, not if the group leader is iconified.
1022 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1024 * fvwm/add_window.c (GetWindowSizeHints):
1025 * libs/vpacket.h (ConfigWinPacket):
1026 * fvwm/module_interface.c (CONFIGARGS):
1027 * fvwm/fvwm.h (FvwmWindow):
1028 add orig_hints_width_inc and orig_hints_height_inc values to store the
1029 original resize inc for use in FvwmIdent
1032 * fvwm/style.c (style_parse_one_style_option):
1033 deprecated some "No..." styles
1034 (style_parse_one_style_option):
1035 add a NoResizeHintOverride style
1037 * fvwm/add_window.c (GetWindowSizeHints):
1038 only ignore the min_width/min_height/max_width/max_height with the
1039 ResizeHintOverride style
1041 * fvwm/icons.c (DeIconify):
1042 corrected previous fix
1044 * fvwm/placement.c (CleverPlacement):
1046 (__place_get_wm_pos):
1047 (__place_get_nowm_pos):
1049 fixed smart placement
1050 unified placement func interface
1052 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1055 * fvwm/icons.c (DeIconify):
1058 * fvwm/stack.c (is_transient_subtree_stacked_straight):
1059 fix detection of non needed lower operations
1061 BroadcastRestack to modules even if non is done. (To cancel effect of
1062 already sent M_RAISE/M_LOWER)
1063 don't do raise hacks if no restack was done.
1065 * fvwm/fvwm.h (FvwmWindow):
1066 icon_nalloc_pixels is int instead of unsined int
1068 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1069 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1070 use int instead of unsigned int.
1072 * fvwm/menugeometry.c (menu_get_geometry)
1073 (menu_get_outer_geometry):
1074 * fvwm/focus.c (CMD_WarpToWindow):
1075 * fvwm/geometry.c (get_title_button_geometry):
1076 * fvwm/session.c (SaveWindowStates):
1077 * fvwm/conditional.c (CMD_WindowId):
1078 * fvwm/placement.c (__place_get_wm_pos):
1079 * fvwm/frame.c (frame_create_move_resize_args):
1080 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1081 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1082 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1083 * fvwm/style.c (style_parse_icon_box_style):
1084 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1085 (AnimatedMoveAnyWindow, __move_window, __move_loop)
1087 * fvwm/events.c (HandlePropertyNotify)
1088 (__is_bpress_window_handled):
1089 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1091 fix geometry signed pointer warnings
1093 * libs/Graphics.c (CalculateGradientDimensions):
1094 cast pointer to unsigned int*
1096 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1097 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1098 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1099 change unsigned int* parameter to int*. It get's info stored in an
1100 unsigned short, so it should be OK.
1104 JunkMask is unsigned
1106 * fvwm/stack.c (__mark_group_member)
1107 (is_transient_subtree_stacked_straight, __is_restack_needed)
1108 (__restack_window, mark_transient_subtree):
1109 don't raise or lower windows if they are already at the right place.
1111 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
1113 * fvwm/module_interface.c (struct cqueue_object_type):
1114 * fvwm/module_list.h (struct fmodule_input):
1115 reused cqueue_object_type as a struct to store module input data
1116 renamed it to fmodule_input and moved it to module_list.h
1117 typedef'ed it to cqueue_object_type in module_interface.c
1119 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1121 * fvwm/placement.c (__cp_get_next_x):
1123 (__cp_get_first_pos):
1124 (__cp_get_next_pos):
1125 (__cp_get_avoidance_penalty):
1128 restructured and cleaned up CleverPlacement code
1130 * fvwm/style.c (style_parse_icon_box_style):
1131 * fvwm/virtual.c (HandlePaging):
1132 * fvwm/stack.c (verify_stack_ring_consistency):
1133 (ResyncFvwmStackRing):
1135 * fvwm/read.c (cursor_control):
1136 * fvwm/placement.c (__place_get_wm_pos):
1137 * fvwm/move_resize.c (GetMoveArguments):
1138 (ParseOneResizeArgument):
1139 (GetResizeArguments):
1140 (GetResizeMoveArguments):
1141 (resize_move_window):
1142 (resize_move_window):
1153 (maximize_fvwm_window):
1157 * fvwm/menustyle.h (MenuStyle):
1158 * fvwm/menus.c (MenuSizingParameters):
1160 (paint_menu_gradient_background):
1161 (paint_menu_gradient_background):
1165 (pop_menu_down_and_repaint_parent):
1166 (__mloop_handle_action_without_mi):
1170 * fvwm/menuroot.h (MenuRootStatic):
1172 * fvwm/menuitem.h (MenuPaintItemParameters):
1173 * fvwm/menugeometry.h:
1174 * fvwm/menubindings.c (menu_shortcuts):
1175 * fvwm/icons.c (SetIconPixmapSize):
1177 (DrawIconTitleWindow):
1182 * fvwm/gnome.c (GNOME_GetHintIcons):
1183 * fvwm/functions.c (FvwmFunction):
1184 (__execute_function):
1186 (execute_complex_function):
1187 * fvwm/fvwm.c (JunkWidth):
1193 * fvwm/externs.h (JunkWidth):
1198 * fvwm/focus.c (CMD_WarpToWindow):
1199 * fvwm/expand.c (__eae_parse_range):
1200 (expand_args_extended):
1201 (expand_vars_extended):
1202 (expand_vars_extended):
1203 * fvwm/ewmh_names.c (EWMH_WMIconName):
1205 * fvwm/ewmh_intern.h:
1206 * fvwm/ewmh_icons.c (ewmh_WMIcon):
1207 (EWMH_DoUpdateWmIcon):
1208 (ewmh_SetWmIconFromPixmap):
1209 (ewmh_SetWmIconFromPixmap):
1210 (EWMH_DeleteWmIcon):
1213 (EWMH_SetIconFromWMIcon):
1214 * fvwm/ewmh_events.c (ewmh_WMDesktop):
1216 (ewmh_WMIconGeometry):
1219 * fvwm/ewmh.c (ewmh_ChangeProperty):
1220 (ewmh_ChangeProperty):
1222 (ewmh_AtomGetByName):
1223 (ewmh_AddToKdeSysTray):
1224 (EWMH_GetWorkAreaIntersection):
1225 (ewmh_HandleWindowType):
1226 (ewmh_check_wm_pid):
1227 * fvwm/geometry.c (constrain_size):
1229 * fvwm/events.c (__handle_cr_on_client):
1232 * libs/PictureImageLoader.c:
1233 * libs/PictureImageLoader.h:
1236 * libs/Graphics.c (ParseGradient):
1237 (CalculateGradientDimensions):
1238 (CreateGradientPixmap):
1239 (CreateGradientPixmapFromString):
1240 * fvwm/colorset.c (update_root_pixmap):
1241 * fvwm/builtins.c (CMD_Echo):
1243 * fvwm/add_window.c (AddWindow):
1244 * fvwm/screen.h (DecorFace):
1245 use int instead of unsigned int
1247 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1248 * fvwm/colormaps.c (EnterSubWindowColormap):
1249 (LeaveSubWindowColormap):
1250 (FetchWmColormapWindows):
1252 * libs/CombineChars.c (char_combclass):
1253 use short instead of short int
1254 use long instead of long int
1256 * libs/PictureBase.h (FvwmPictureAttributes):
1257 (FvwmRenderAttributes):
1258 * libs/Flocale.h (FlocaleFont):
1259 * fvwm/style.c (style_parse_icon_grid_style):
1260 * fvwm/menus.c (size_menu_horizontally):
1261 (size_menu_vertically):
1264 * fvwm/menuitem.c (menuitem_paint):
1266 * fvwm/menuitem.h (MenuItem):
1267 * fvwm/geometry.c (set_window_border_size):
1268 * fvwm/decorations.c (SelectDecor):
1269 use int instead of short
1271 * fvwm/screen.h (FvwmAcs):
1273 * fvwm/menus.c (MenuSizingParameters):
1274 (size_menu_horizontally):
1276 (paint_menu_gradient_background):
1277 * fvwm/menuroot.h (MenuRootStatic):
1278 * fvwm/menuitem.h (MenuItem):
1279 (MenuItemPartSizesT):
1280 * fvwm/menuitem.c (menuitem_get_size):
1281 * fvwm/menudim.h (MenuDimensions):
1282 use int instead of unsigned short
1284 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1287 * libs/gravity.c (gravity_move_resize_parent_child):
1289 * fvwm/frame.c (mr_args_internal):
1290 (frame_setup_border):
1291 (frame_setup_titlebar):
1292 (frame_get_resize_decor_gravities):
1293 (frame_get_titlebar_dimensions):
1294 use rectangle instead of signed_rectangle
1296 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1297 * libs/fvwmrect.h (signed_rectangle):
1301 widht and height are now signed values
1303 * fvwm/placement.c (get_next_x):
1311 * fvwm/placement.c (get_next_x):
1317 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1320 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
1321 StickyAcrossDesksIcon.
1323 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
1325 * fvwm/conditional.c (CreateConditionMask):
1326 added conditions StickyIcon, StickyAcrossPagesIcon and
1327 StickyAcrossDesksIcon.
1330 documented new conditional tests.
1331 removed descriptions of styles StickyIconPage & StickyIconDesk which
1332 actually don't exists in fvwm.
1333 moved StickyIcon/SlipperyIcon descriptions immediately after
1334 Sticky/Slippery description.
1336 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1338 * fvwm/placement.c (SmartPlacemen):
1340 cleaned up SmartPlacement code
1342 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1344 * fvwm/ConfigFvwmMenuDefaults:
1345 Mouse 0 MS A MenuLeaveSubmenu instead.
1347 * fvwm/ConfigFvwmMenuDefaults:
1348 Mouse 0 MS A MenuClose to make sidepic and border behave as
1349 before menu bindings.
1352 * libs/wcontext.h (enum):
1353 * fvwm/menubindings.c (menu_binding):
1355 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
1357 * fvwm/menustyle.c (menustyle_parse_old_style):
1358 add a message of deprecation.
1360 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
1362 * fvwm/module_list.h:
1363 * fvwm/module_list.c:
1364 new files for module handling code.
1366 * fvwm/module_list.h:
1367 * fvwm/module_interface.h:
1368 * fvwm/module_list.c:
1369 * fvwm/module_interface.c:
1370 (struct mqueue_object_type):
1381 (do_execute_module):
1382 (executeModuleDesperate):
1384 (CMD_ModuleListenOnly):
1385 (CMD_ModuleSynchronous):
1386 (HandleModuleInput):
1392 (DeleteMessageQueueBuff):
1393 (FlushMessageQueue):
1394 (FlushAllMessageQueues):
1396 (CMD_set_sync_mask):
1397 (CMD_set_nograb_mask):
1398 (skipModuleAliasToken):
1400 (struct msg_masks_t):
1402 moved from module_interface.c/h to module_list.c/h
1404 * fvwm/module_list.h (do_execute_module):
1405 * fvwm/module_interface.h (AddToCommandQueue):
1406 (ExecuteModuleCommand):
1407 initialy static functions are exposed for now. Should be fixed soon.
1410 added module_list.h and module_list.c
1411 reorganized the c files by size
1413 * fvwm/module_list.h:
1414 * fvwm/module_list.c:
1419 (initModules): (module_init_list):
1420 (ClosePipes): (module_kill_all):
1421 (KillModule): (module_kill):
1422 (countModules): (module_count):
1423 renamed functions to a unified style
1425 * fvwm/module_interface.h:
1426 * fvwm/module_interface.c:
1432 * fvwm/windowshade.c:
1434 * fvwm/move_resize.c:
1435 include file cleanup
1437 * fvwm/module_list.c (do_execute_module):
1438 made absolutely sure the module's read fd is >=0 before inserting
1439 the module on the list
1441 * fvwm/events.c (My_XNextEvent):
1442 * fvwm/module_list.c (PositiveWrite):
1443 (CMD_ModuleSynchronous):
1444 assume module read fd is allways >=0 (remove the tests)
1446 * fvwm/module_list.c (module_free):
1447 no need to test if fd >=0 when closing the pipes.
1449 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1451 * fvwm/menuitem.c (draw_higlight_background):
1452 fix x-origin of HGradients
1454 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
1456 * fvwm/module_interface.c (FlushMessageQueues):
1457 fixed not flushing the first module on the list
1459 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1461 * libs/Flocale.c (FlocaleGetFftFont):
1462 add sanity check for NULL fontname.
1466 * fvwm/menuitem.c (menuitem_paint):
1467 (draw_hilight_background):
1468 make all kinds of pixmaps work with hilight background
1470 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
1471 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
1472 (CreateBackgroundPixmap):
1473 added CreateOffsetBackgroundPixmap with the ability to create
1474 transparent images at an offset relative to the window.
1476 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1478 * fvwm/menus.c (__mloop_exit):
1481 (__mloop_handle_event):
1482 don't warp to parent item when entering other item with mouse.
1486 * fvwm/menustyle.c (menustyle_update):
1487 make use of colorset TiledPixmap option with HiglightBack
1488 and HiglightTitleBack menu styles.
1490 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1495 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1497 * libs/FScreen.c (FScreenParseGeometry):
1498 don't look up screen info if screen is undefined
1500 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1504 moved the NEWS of 2.2.x and 2.3.x to ONEWS
1506 * libs/fio.c (fvwm_send):
1509 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
1514 new utility files to wrap writing/reading standard lib functions that
1515 might be interrupted
1517 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
1519 * fvwm/ewmh_intern.h:
1520 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
1521 instead of <time.h>.
1523 * fvwm/windowlist.h:
1524 removed unneeded file.
1527 removed windowlist.h from build list.
1529 * libs/PictureUtils.c:
1530 include "ftime.h" instead of <time.h>.
1531 fvwmlib.h header name should be in double quotes not in angle
1535 include "ftime.h" instead of <sys/time.h>.
1537 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1540 make my email less spider-friendly
1542 * fvwm/bindings.c (binding_cmd):
1546 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1548 * fvwm/screen.h (ScreenInfo):
1549 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
1550 casting signed values in calculations to be cast to unsigned
1552 * fvwm/focus.c (__activate_window_by_command):
1553 don't warp the viewport if the center of the window is already in view
1554 fixed a bug in window positioning
1556 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
1559 FvwmIconBox IconColorset's bg wasn't updated immediately.
1561 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1563 * fvwm/fvwm.c (main):
1564 close all open fds upon startup
1565 reopen stdin, stdout and stderr if necessary
1569 * fvwm/module_interface.c (do_execute_module):
1570 simplified error handling
1571 check maximum fd when creating modules
1573 * fvwm/events.c (My_XNextEvent):
1574 * fvwm/fvwm.c (main):
1575 replaced fd_width with fvwmlib_max_fd
1578 * libs/System.c (fvwmlib_init_max_fd):
1579 added function and fvwmlib_max_fd
1581 * fvwm/events.c (My_XNextEvent):
1582 * fvwm/module_interface.c (CMD_ModuleSynchronous):
1583 switch back to using FD_SET
1585 * fvwm/events.c (My_XNextEvent:
1586 * fvwm/module_interface.h:
1587 * fvwm/module_interface.c:
1588 hide module structure members with access macros and use them
1591 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
1593 * fvwm/module_interface.c (module_add_to_fdsets):
1594 * fvwm/module_interface.h:
1595 created new function that also checks for too many open fds
1597 * fvwm/module_interface.c (CMD_ModuleSynchronous):
1598 * fvwm/events.c (My_XNextEvent):
1599 now using module_add_to_fdset to add pipes to the fdsets
1601 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
1603 * libs/defaults.h (MAX_NUM_MODULES):
1604 * fvwm/module_interface.c (module_alloc):
1605 (do_execute_module):
1606 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
1608 * fvwm/module_interface.c (do_execute_module):
1609 moved the allocation call to the end of the sanity checks and pipe
1610 creation - better for performance
1612 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1614 END MODULE STRUCT PATCHES
1616 * fvwm/module_interface.c (do_execute_module):
1617 fixed another memory leak
1619 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
1621 * fvwm/module_interface.h:
1622 * fvwm/module_interface.c:
1624 renamed struct module member "pipeName" and "pipeAlias" to "name"
1627 * fvwm/module_interface.c (do_execute_module):
1628 fixed possible memory leak
1630 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1632 * fvwm/events.c (My_XNextEvent):
1633 * fvwm/module_interface.c (module_alloc):
1634 (do_execute_module):
1636 * fvwm/module_interface.h (fmodule):
1637 replaced int with a flag struct
1639 * fvwm/module_interface.h:
1640 * fvwm/events.c (My_XNextEvent):
1641 * fvwm/module_interface.c (module_alloc):
1645 add new modules at front of list again
1646 removed global variable init_fdset; use a flag in the module struct
1648 removed the now obsolete module slot count
1650 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
1652 * fvwm/module_interface.c (module_remove):
1654 moved module remotion code to module_remove()
1656 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1658 * fvwm/events.c (My_XNextEvent):
1659 fixed startup commands
1661 * fvwm/module_interface.c (module_insert):
1665 append modules at end of list
1667 * fvwm/events.c (My_XNextEvent):
1670 * fvwm/module_interface.c (ExecuteModuleCommand):
1674 (BroadcastNewPacket):
1676 (BroadcastFvwmPicture):
1677 (BroadcastColorset):
1678 (BroadcastPropertyChange):
1679 (BroadcastConfigInfoString):
1681 (FlushAllMessageQueues):
1684 (CMD_set_sync_mask):
1685 (CMD_set_nograb_mask):
1687 (skipModuleAliasToken):
1688 use MAX_MODULE_ALIAS_LEN
1690 * fvwm/module_interface.c (KillModule):
1691 (do_execute_module):
1693 added a "slot" member to the module struct to fix the init_fdset hack
1696 * libs/defaults.h (MAX_NUM_MODULES):
1697 (MAX_MODULE_ALIAS_LEN):
1700 * fvwm/module_interface.c (do_execute_module):
1701 rewrote module struct initialization
1702 (HandleModuleInput):
1703 use %p to print module address, don't cast it to int
1705 * fvwm/module_interface.c (ClosePipes):
1713 * fvwm/module_interface.c (FreeModule):
1717 * fvwm/module_interface.c (KillModule):
1719 * fvwm/events.c (My_XNextEvent):
1720 * fvwm/execcontext.h:
1721 * fvwm/modconf.c (CMD_Send_ConfigInfo):
1723 * fvwm/stack.c (BroadcastRestack):
1726 * fvwm/module_interface.c (module_get_next):
1727 * fvwm/module_interface.h:
1730 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
1732 * fvwm/modconf.c (ModuleConfig):
1733 (SendConfigToModule):
1734 (send_xinerama_state):
1735 (send_desktop_names):
1736 (send_desktop_geometry):
1741 (send_move_threshold):
1742 (send_ignore_modifiers):
1743 (CMD_Send_ConfigInfo):
1744 * fvwm/functions.c (__execute_function):
1745 * fvwm/events.c (My_XNextEvent):
1746 * fvwm/module_interface.h (msg_masks_t):
1748 * fvwm/execcontext.c (__exc_change_context):
1749 (exc_create_null_context):
1750 * fvwm/execcontext.h:
1751 Initial module struct patches
1753 BEGIN MODULE STRUCT PATCHES
1755 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1757 * fvwm/events.c (HandleFocusOut):
1758 (__refocus_stolen_focus_win):
1759 (HandleEnterNotify):
1760 less disruptive way of restoring focus to the window it was stolen from
1762 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1764 * fvwm/events.c (HandleEnterNotify):
1765 restore focus to windows that had it stolen by
1766 unmanaged windows on enter of any unmanaged windows.
1768 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1770 * fvwm/menubindings.c:
1771 don't include menus.h
1773 * fvwm/ConfigFvwmMenuDefaults:
1774 all bindings are silent
1776 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1778 * fvwm/ConfigFvwmMenuDefaults:
1779 make all numpad keys silent -- not all keyboads have a numpad
1780 add KP_Separator for MenuClose
1782 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
1785 documented missing menu bindings.
1787 * fvwm/ConfigFvwmMenuDefaults:
1788 fixed wrong menu bindings.
1790 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1792 * fvwm/menubindings.c:
1793 * fvwm/menubindings.h:
1797 * fvwm/menugeometry.c:
1798 * fvwm/menugeometry.h:
1804 * fvwm/move_resize.c:
1805 * fvwm/move_resize.h:
1806 * fvwm/windowlist.c:
1807 simplified including header files
1809 * fvwm/menus.c (__mloop_handle_event):
1810 * fvwm/menuparameters.h:
1811 * fvwm/menubindings.c (menu_shortcuts):
1812 do not call find_entry directly but return MENU_NEWITEM_FIND instead
1814 * fvwm/menus.c (__mloop_handle_event):
1815 * fvwm/menuparameters.h:
1816 * fvwm/menubindings.c (menu_shortcuts):
1817 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
1820 * fvwm/menus.h (MenuParameters):
1825 (MenuRepaintTransparentParameters):
1826 * fvwm/menuparameters.h (MenuParameters):
1831 (MenuRepaintTransparentParameters):
1832 moved to menuparameters.h
1834 * fvwm/menus.h (MenuRoot):
1837 * fvwm/menutypes.h (MenuRoot):
1842 * fvwm/menus.c (menu_get_geometry):
1843 (menu_get_outer_geometry):
1844 * fvwm/menugeometry.c (menu_get_geometry):
1845 (menu_get_outer_geometry):
1846 moved to menugeometry.c
1848 * fvwm/menuparameters.h:
1850 * fvwm/menugeometry.c:
1851 * fvwm/menugeometry.h:
1855 * fvwm/menubindings.h (enum):
1856 * fvwm/menus.c (enum):
1857 moved enum menu_shortcut_action to menubindings.h
1858 (get_selectable_item_index):
1859 (get_selectable_item_from_index):
1860 (get_selectable_item_from_section):
1861 (get_selectable_item_count):
1862 (parse_menu_action):
1863 moved to menubindings.c
1865 * fvwm/menus.c (enum):
1866 (parse_menu_action):
1868 renamed enum shortcut_action to menu_shortcut_action
1870 * fvwm/fvwm.c (SetRCDefaults):
1871 read default config file after all other defaults
1873 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1875 * fvwm/ConfigFvwmMenuDefaults:
1876 * fvwm/fvwm.c (SetRCDefaults):
1877 make the hard coded menu bindings load before ConfigFvwmDefaults
1878 move Mouse 0 ... to ConfigFvwmMenuDefaults
1880 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1882 * fvwm/ConfigFvwmMenuDefaults:
1883 * fvwm/fvwm.c (SetRCDefaults):
1884 added hard coded default menu bindings
1886 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
1889 documentation fixes.
1891 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1894 * fvwm/menubindings.h:
1895 * fvwm/menubindings.c:
1899 moved new menu binding code to menubindings.c, menubindings.h
1900 split binding into a regular list and a fallback list that can not be
1903 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
1904 fixed calculation of new geometry if x or y is negative
1906 * fvwm/geometry.c (maximize_adjust_offset):
1907 fixed calculations of normal geometry when maximized
1909 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1912 * fvwm/ConfigFvwmMenuDefaults:
1913 * fvwm/fvwm.c (SetRCDefaults):
1914 * fvwm/menus.c (parse_menu_action):
1916 rename menu action to menu bindings and make menu binding commands
1917 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
1918 ensure basic function with ConfigFvwmMenuDefaults missing.
1920 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1922 * fvwm/menus.c (menuShortcuts):
1923 fixed compiler warning.
1925 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1928 corrected mis-spelling
1934 * fvwm/menus.c (handle_emacs_bindings):
1937 (__mloop_handle_event):
1939 * fvwm/bindings.c (ParseBinding):
1940 * fvwm/Makefile.am (config_DATA):
1941 * fvwm/ConfigFvwmDefaults:
1942 * fvwm/ConfigFvwmMenuDefaults:
1943 fully configurable mouse any key bindings for menu navigation.
1945 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1947 * fvwm/virtual.c (HandlePaging):
1948 removed bogus comment
1950 * fvwm/move_resize.c (__move_loop):
1953 allow paging during resize with "EdgeScroll 0 0" as documented in the
1955 fixed disappearing windows with "maximize; resize - abort; unmaximize"
1957 * fvwm/fvwm.h (FvwmWindow):
1958 * fvwm/add_window.c (AddWindow):
1959 * fvwm/add_window.c (setup_frame_window):
1960 * fvwm/add_window.c (setup_parent_window)
1961 * fvwm/borders.c (border_draw_decorations):
1962 * fvwm/borders.c (border_draw_one_border_part):
1963 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
1964 * fvwm/borders.c (border_get_titlebar_descr)
1965 * fvwm/builtins.c (__remove_window_decors):
1966 * fvwm/conditional.c (MatchesConditionMask):
1967 * fvwm/events.c (HandleMapNotify):
1968 * fvwm/events.c (HandleMapRequestKeepRaised)
1969 * fvwm/events.c (HandlePropertyNotify):
1970 * fvwm/events.c (HandleShapeNotify):
1971 * fvwm/events.c (__cr_detect_icccm_move)
1972 * fvwm/events.c (__cr_get_grav_position):
1973 * fvwm/events.c (__cr_get_static_position)
1974 * fvwm/events.c (__handle_configure_request)
1975 * fvwm/events.c (__handle_cr_on_client):
1976 * fvwm/ewmh.c (EWMH_fullscreen):
1977 * fvwm/focus.c (__activate_window_by_command):
1978 * fvwm/focus.c (__set_focus_to_fwin):
1979 * fvwm/focus.c (warp_to_fvwm_window):
1980 * fvwm/frame.c (__frame_setup_window):
1981 * fvwm/frame.c (frame_create_move_resize_args)
1982 * fvwm/frame.c (frame_free_move_resize_args):
1983 * fvwm/frame.c (frame_move_resize_step)
1984 * fvwm/frame.c (frame_reshape_border):
1985 * fvwm/geometry.c (constrain_size):
1986 * fvwm/geometry.c (get_icon_corner)
1987 * fvwm/geometry.c (get_page_offset):
1988 * fvwm/geometry.c (get_page_offset_check_visible):
1989 * fvwm/geometry.c (get_shaded_client_window_pos):
1990 * fvwm/geometry.c (get_title_button_geometry):
1991 * fvwm/geometry.c (get_title_geometry)
1992 * fvwm/geometry.c (get_unshaded_geometry):
1993 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
1994 * fvwm/geometry.c (gravity_constrain_size):
1995 * fvwm/geometry.c (maximize_adjust_offset):
1996 * fvwm/geometry.c (update_absolute_geometry):
1997 * fvwm/geometry.c (update_relative_geometry)
1998 * fvwm/gnome.c (GNOME_SetWinArea):
1999 * fvwm/icons.c (AutoPlaceIcon):
2000 * fvwm/icons.c (DeIconify):
2001 * fvwm/icons.c (Iconify):
2002 * fvwm/module_interface.c (CONFIGARGS):
2003 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2004 * fvwm/move_resize.c (CMD_Maximize):
2005 * fvwm/move_resize.c (CMD_ResizeMaximize):
2006 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2007 * fvwm/move_resize.c (__move_loop):
2008 * fvwm/move_resize.c (__move_window):
2009 * fvwm/move_resize.c (__resize_window):
2010 * fvwm/move_resize.c (maximize_fvwm_window):
2011 * fvwm/move_resize.c (resize_move_window):
2012 * fvwm/move_resize.c (stick_across_pages):
2013 * fvwm/move_resize.c (unmaximize_fvwm_window):
2014 * fvwm/placement.c (__explain_placement):
2015 * fvwm/placement.c (__place_get_wm_pos):
2016 * fvwm/placement.c (get_next_x):
2017 * fvwm/placement.c (get_next_y):
2018 * fvwm/placement.c (test_fit)
2019 * fvwm/session.c (MatchWinToSM):
2020 * fvwm/session.c (SaveWindowStates):
2021 * fvwm/update.c (apply_window_updates):
2022 * fvwm/virtual.c (MoveViewport):
2023 * fvwm/windowlist.c (CMD_WindowList):
2024 * fvwm/windowshade.c (CMD_WindowShade):
2025 put some of the window geometry members into a separate struct window_g
2026 with members frame, normal, max, max_defect, max_offset
2028 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2032 * fvwm/window_flags.h:
2034 * fvwm/style.c (style_parse_one_style_option):
2035 * fvwm/icons.c (DrawIconTitleWindow):
2036 * fvwm/fvwm.h (common_flags_t):
2037 * fvwm/fvwm.1.in (Style):
2039 (border_draw_title_stick_lines):
2040 Applied Stippled patch by Thomas Adam with some fixes.
2042 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2045 FvwmWinList button/list syncronization fixed (bug #1393)
2047 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2055 updated for 2.5.19 release
2058 updated after 2.4.20 release
2061 * fvwm/focus.c (focus_get_fpol_context_flag):
2062 * fvwm/events.c (__check_click_to_focus_or_raise)
2063 (__handle_click_to_focus):
2064 Treat EWMH desktop as client window under click to focus. (#1492)
2066 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2068 * libs/Module.h (MX_REPLY):
2069 (MAX_EXTENDED_MESSAGES):
2071 * fvwm/module_interface.c (CMD_Send_Reply):
2072 * fvwm/functable.c (func_table):
2074 Added Send_Reply module only command.
2076 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2078 * libs/PictureUtils.c (init_static_colors_table):
2079 fix fvwm for < 8 bit depth, bug #1677
2081 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2083 * fvwm/misc.c (IsRectangleOnThisPage):
2084 new fix for signedness problems.
2086 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2088 * fvwm/misc.c (IsRectangleOnThisPage):
2089 fix signedness problem with test introduced by gcc4 fix below.
2091 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2093 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2097 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2098 * libs/gravity.h (gravity_move_resize_parent_child):
2099 * libs/gravity.c (gravity_move_resize_parent_child):
2100 * fvwm/frame.h (frame_get_titlebar_dimensions)
2101 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2102 (frame_get_resize_decor_gravities):
2104 (frame_setup_border):
2105 (frame_setup_titlebar)
2106 (frame_get_resize_decor_gravities):
2107 (frame_get_titlebar_dimensions):
2108 split rectangle into a signed size and an unsigned size type.
2110 * fvwm/screen.h (ScreenInfo):
2111 * libs/FScreen.h (FScreenGetScrRect):
2112 (FScreenGetResistanceRect):
2113 * libs/FScreen.c (XineramaScreenInfo):
2114 (FScreenGetGeometry)
2115 (FScreenGetScrRect):
2116 (FScreenClipToScreen):
2117 (FScreenCenterOnScreen)
2118 (FScreenGetResistanceRect):
2119 (FScreenIsRectangleOnScreen):
2120 * fvwm/fvwm.h (FvwmWindow):
2121 * fvwm/screen.h (DecorFace):
2122 * libs/fvwmlib.h (CreateGradientPixmap):
2123 * libs/Graphics.c (CreateGradientPixmap):
2124 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2125 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2126 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
2127 (PImageLoadPixmapFromFile):
2128 (PImageLoadPixmapFromXpmData):
2129 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
2130 (PImageCreatePixmapFromArgbData):
2131 (PImageLoadPixmapFromFile)
2132 (PImageLoadFvwmPictureFromFile):
2133 (PImageLoadPixmapFromXpmData):
2134 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
2135 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
2136 (EWMH_SetIconFromWMIcon):
2137 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
2138 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
2139 * fvwm/colorset.c (parse_colorset):
2140 * fvwm/icons.c (DrawIconTitleWindow):
2143 * fvwm/menus.h (MenuRootDynamic):
2144 * fvwm/menus.c (update_menu):
2148 * fvwm/move_resize.c (GetMoveArguments):
2149 (ParseOneResizeArgument)
2150 (GetResizeArguments):
2151 (GetResizeMoveArguments):
2155 change dimensions and allocation counts to unsigned types.
2157 * libs/Flocale.h (FlocaleStringNumberOfBytes)
2158 (FlocaleStringByteToCharOffset):
2159 (FlocaleStringCharToByteOffset)
2160 (FlocaleStringCharLength)
2161 * libs/Flocale.c (FlocaleStringNumberOfBytes)
2162 (FlocaleStringByteToCharOffset):
2163 (FlocaleStringCharToByteOffset)
2164 (FlocaleStringCharLength):
2165 (FlocaleUtf8ToUnicodeStr2b)
2166 (FlocaleStringToString2b):
2167 (FlocaleEncodeString):
2168 * libs/Ficonv.c (convert_charsets):
2169 change most string types to char* from unsigned char* to match
2170 with system headers without casts.
2172 * libs/Flocale.c (FlocaleLoadFont):
2173 init shadow_dir to make gcc 4 happy.
2175 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
2176 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
2177 (CSETS_IS_TRANSPARENT_ROOT_PURE)
2178 (CSETS_IS_TRANSPARENT_PR_PURE):
2179 (CSETS_IS_TRANSPARENT_ROOT)
2180 (CSETS_IS_TRANSPARENT):
2181 compare pointer with NULL, not >= 0.
2183 * libs/FTips.h (ftips_position_t):
2184 * fvwm/expand.c (partial_extended_vars):
2185 * fvwm/placement.c (preason_screen_t):
2186 remove comma last in enums.
2188 * fvwm/style.c (style_parse_focus_policy_style):
2189 change 0xffffffff to ~0 to silience truncation warning.
2191 * fvwm/session.h (mwtsm_state_args):
2192 make flags unsigned.
2194 * fvwm/schedule.c (sq_object_type):
2195 change // to /* ... */
2197 * libs/Fft.c (FftGetFontWidths):
2199 * libs/FScreen.c (FScreenConfigureSLSScreens):
2200 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
2201 (EWMH_SetDesktopNames):
2202 * fvwm/fvwm.c (LoadDefaultLeftButton):
2203 (LoadDefaultRightButton):
2204 * fvwm/builtins.c (ReadDecorFace):
2206 silence signedness warnings by casts.
2208 * fvwm/borders.c (ROTATE_RECTANGLE):
2209 make sure tr is initialized.
2211 * fvwm/add_window.c (FetchWmProtocols):
2212 use unsigned type for l_protocols.
2214 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2216 * fvwm/events.c (HandleFocusIn):
2218 * fvwm/focus.c (__set_focus_to_fwin):
2219 fix focus decoration when unmanaged are focused, unless
2220 FlickeringQtDialogsWorkaround is on. Closes bug #758.
2222 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2224 * fvwm/geometry.c (constrain_size):
2225 repeat aspect-resizing in a loop to get a stable result that does not
2226 change the next time the frame is set up
2228 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2232 increased version to 2.5.19
2237 updated for 2.5.18 release
2239 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
2242 removed the unused test for imlib
2243 removed the Imlib.h header from gdk_imlib test programs
2245 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2247 * fvwm/ewmh.c (atom_get):
2248 fix offset and length args for XGetWindowProperty() (to support 64bit
2251 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2253 * fvwm/events.c (HandleUnmapNotify):
2254 immediately handle MapRequests after unmapping a window while we still
2255 have the context fvwm window; this is necessary to allow the client to
2256 re-map a window before fvwm can reparent it to the root window
2257 (HandleMapRequestKeepRaised):
2260 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2262 * fvwm/ewmh.c (ewmh_HandleDesktop):
2263 fixed handling of ClickToFocusPassesClick with the EWMH desktop
2266 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
2270 * fvwm/decorations.c:
2271 fix offset and length args for XGetWindowProperty() (to support 64bit
2274 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2277 * fvwm/expand.c (expand_vars_extended):
2278 correctly expand break.
2279 * fvwm/conditional.c (__rc_matches_rcstring_consume):
2282 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2284 * fvwm/decorations.h (is_function_allowed):
2285 * fvwm/decorations.c (__is_resize_allowed):
2286 (is_function_allowed):
2287 work on 'const FvwmWindow *'
2289 * fvwm/fvwm.h (action_flags):
2290 * fvwm/style.c (check_window_style_change):
2291 * fvwm/module_interface.c (__get_allowed_actions)
2293 * libs/vpacket.h (ConfigWinPacket):
2294 expose fvwm allowed actions to modules
2296 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2298 * fvwm/move_resize.c (__move_icon):
2299 *do* map icon windows for pictured icons on move, but only if they end
2300 up on the current desk
2302 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2304 * fvwm/move_resize.c (__move_icon):
2305 don't map icon windows for pictured icons on move
2307 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2309 * fvwm/style.c (remove_all_of_style_from_list):
2310 (__simplify_style_list):
2315 (style_ids_are_equal):
2316 (style_id_equals_id)
2317 (styles_have_same_id):
2319 (one_fw_can_match_both_ids):
2320 (check_window_style_change):
2321 use int/0/1 instead of Bool/False/True
2323 * fvwm/move_resize.c (stick_across_pages):
2324 use False instead of FALSE
2326 * fvwm/style.c (fw_match_style_id):
2327 * fvwm/read.c (run_command_file):
2329 * fvwm/add_window.c (MappedNotOverride):
2330 * libs/wild.c (matchWildcards):
2331 use 0 and 1 instead of FALSE and TRUE
2334 removed TRUE and FALSE
2336 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2339 FvwmPager !IconTitle style bugfix.
2341 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
2344 Updated description of Wait command in man page.
2346 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2348 * libs/Flocale.c (FlocaleFontStructDrawString)
2349 (FlocaleRotateDrawString):
2350 (FlocaleDrawString):
2351 fixed drawing of forecolor/hilightfore
2353 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2354 always unmaximize and resize window when leaving fullscreen state,
2355 not just if it did not start as fullscreen
2357 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
2359 * fvwm/fvwm.1.in (MenuStyle):
2360 added a reference to the prefered ! style negation flag,
2361 and listed the other deprecated negative forms in one place.
2364 (AutomaticHotkeysOff):
2367 changed to the ! negation form and listed as deprecated.
2369 removed relics from the man page
2371 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2375 increased version to 2.5.18
2380 updated for 2.5.17 release
2382 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2384 * fvwm/move_resize.c (__move_window):
2385 allow moving a window without an icon while it's iconified based on the
2388 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
2390 * fvwm/menustyle.c (menustyle_copy):
2391 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
2393 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
2396 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
2397 changed the manpage to reflect the prefered style negation method,
2398 that is, using the !* negation sign.
2400 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2402 * fvwm/fvwm.1.in (COMMAND EXPANSION):
2403 removed documentation of filters.
2406 * fvwm/expand.c (check_first_filter):
2408 (expand_args_extended):
2409 (expand_vars_extended):
2411 removed variable filter implementation and backslash-escaping.
2413 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2416 News blurb for variable filters and backslash-escaping.
2418 documentation of variable filters.
2420 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2422 * fvwm/expand.c (chec):
2425 (expand_args_extended):
2426 (expand_vars_extended):
2428 implemented variable filters.
2430 * fvwm/expand.c (expand_vars):
2431 made backslash work as escape character within extended variables.
2433 * libs/Strings.h (QuoteEscapeString):
2434 (QuoteEscapeStringLength):
2435 * libs/Strings.c (QuoteEscapeString):
2436 (QuoteEscapeStringLength):
2437 new functions: QuoteEscapeString and QuoteEscapeStringLength for
2440 * fvwm/expand.c (expand_args_extended):
2441 make upper limit inclusive.
2443 * fvwm/functions.c (__execute_function):
2444 Changed PeekToken to GetNextToken before expand_vars call.
2447 updated documentation regarding quoting in expand_args_extended
2449 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2451 * fvwm/expand.c (__eae_parse_range):
2452 reject everything that does not begin with a digit
2454 * libs/Parse.c (SkipNTokens):
2455 stop skipping tokens at the end of input
2457 * fvwm/expand.c (__eae_parse_range):
2461 (__eae_parse_range):
2462 fixed parsing of $[n-]
2464 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2466 * fvwm/expand.c (expand_args_extended):
2468 added range check for positional parameters
2469 (expand_args_extended):
2470 (__eae_parse_range):
2471 cleaned up and simplified parsing code
2472 properly unquote arguments when expanding
2473 removed the patch below
2475 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2477 * fvwm/expand.c (expand_args_extended):
2478 removed range check for positional parameters
2479 make single arguments not use the 'upper' variable
2480 changed back to PeekToken for single arguemnts.
2481 improved some comments.
2483 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2485 * fvwm/expand.c (expand_args_extended):
2486 Fix segfault when called with a tokenless string for single arguments.
2488 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
2490 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
2491 Reported by Serge Koksharov.
2493 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2495 * fvwm/placement.c (__explain_placement):
2496 print initial size of window too
2498 * libs/Makefile.am (libfvwm_a_SOURCES):
2499 * libs/fvwm_sys_stat.h:
2503 added O_NOFOLLOW replacement and always include fcntl.h
2505 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
2507 Added DV's mailing-list comments about how PeekToken & GetNextToken
2508 work as comments to the source code. (slightly modified)
2510 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2512 * fvwm/schedule.c (CMD_Schedule):
2513 Fixed parsing of "Periodic" option.
2515 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2518 Fix for tempfile vulnerabilities in FvwmCommand.
2520 Added check for lstat.
2522 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
2527 Added "Periodic" option to Schedule command.
2529 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2531 * fvwm/module_interface.c (KillModule):
2536 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
2538 * fvwm/fvwm.c (main):
2539 changed the -blackout warning to say it will be removed in 3.0
2541 * fvwm/fvwm.1.in (-blackout):
2542 updated the manual regarding the future remotion of -blackout
2544 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2548 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
2550 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
2552 *libs/alloca.c (DEBUG_I00FUNC)
2553 removed old debug code
2555 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
2558 removed the old unused file
2560 * libs/Makefile.am (libfvwm_a_SOURCES):
2561 removed the reference to debug.c
2564 removed the code related to libs/debug.c
2566 * fvwm/module_interface.c (make_named_packet)
2567 removed the #if 0'ed debug code related to debug.c
2569 fvwm/focus.h (DEBUG_FOCUS)
2570 removed the #ifdef'ed to 0 debug code related to debug.c
2573 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
2575 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
2576 removed useles definition.
2578 * modules/FvwmPager/FvwmPager.c (main):
2580 removed most of the debug code.
2581 changed termination debug to use 'isTerminated' instead of
2582 'debug_term_signal'.
2583 changed termination debug to compile on FVWM_DEBUG_MSGS instead
2586 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
2587 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
2589 removed unused debug_term_signal.
2591 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2594 Work around for Cygwin not requiering '_GNU_SOURCE' to use
2595 stdio's getline; news entry.
2597 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2600 * fvwm/module_interface.c (CMD_ModuleListenOnly):
2601 (do_execute_module):
2605 * fvwm/commands.h (enum):
2606 * fvwm/functable.c (func_table):
2607 new command ModuleListenOnly
2609 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2611 * fvwm/move_resize.c (__move_loop):
2612 make sure a window is snapped in __move_loop when a button is released
2613 if it was snapped before
2615 2006-06-04 Mikhael Goikhman <migo@homemail.com>
2617 * fvwm/expand.c (expand_vars_extended):
2618 convert function to have a single return point; this is good to
2619 implement doc/todo-vars filters in the future;
2620 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
2621 to behave like deprecated $n, $c and $r, i.e. quote them
2623 2006-06-03 Mikhael Goikhman <migo@homemail.com>
2626 multiple minor tweaks: remove trailing spaces and other
2627 re-spacing and re-indenting, remove old "#if 0" code
2629 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2631 * fvwm/move_resize.c (ParseOneResizeArgument):
2632 rewrote parsing of resize arguments
2633 new prefix 'w' for resizing
2635 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2637 * fvwm/conditional.c (MatchesConditionMask):
2638 fixed handling of some conditions (iconifiable, fixed, ...)
2640 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
2645 * fvwm/conditional.c:
2646 Output an error message if an unrecognised conditional is used
2647 with the Test or TestRc commands.
2649 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2651 * fvwm/frame.c (frame_mrs_hide_changing_parts):
2652 do not map hide windows if their width or height is zero
2654 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
2656 * fvwm/ewmh_events.c:
2659 * libs/FlocaleCharset.c:
2663 corrected typos in warning messages
2666 * libs/PictureGraphics.c:
2667 * libs/PictureGraphics.h:
2668 renamed function PGraphicsCreateTransprency to
2669 PGraphicsCreateTransparency
2671 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2673 * fvwm/fvwm.1.in (COMMAND EXPANSION):
2674 * fvwm/expand.c (expand_args_extended):
2675 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
2677 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2680 * fvwm/fvwm.1.in (COMMAND EXPANSION):
2681 * fvwm/expand.c (expand_args_extended):
2683 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
2685 * fvwm/conditional.c (CMD_All):
2686 * fvwm/fvwm.1.in (All):
2687 changed Reverse and UseStack options to have free order.
2690 * fvwm/fvwm.1.in (WindowShade):
2691 * fvwm/windowshade.c (CMD_WindowShade):
2692 * fvwm/add_window.c (setup_window_structure):
2693 added last direction to WindowShade command.
2695 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2697 * fvwm/fvwm.1.in (All):
2700 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2703 * fvwm/fvwm.1.in (All):
2704 * fvwm/conditional.c (CMD_All):
2705 added reverse option to All command to do the action in opposite order
2706 added UseStack option to All command to use the stack ring instead of
2709 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
2712 changed fallback editor from `emacs' to `vi' because it much
2713 more widespread on non-Linux systems
2714 fixed errors (because of incorrect syntax fallback entries were
2716 now script honors `TMPDIR' env. variable and if it's not set it
2717 fallback to `/tmp' directory when creating temporary file
2719 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2722 changed description of the fvwmstyle resource usage
2723 to state that it's used in addition to the other
2725 * fvwm/style.c (fw_match_style_id):
2726 fixed a typo in style_name matching
2728 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2730 * fvwm/style.c (fw_match_style_id):
2731 reformatted code and fixed a warning
2733 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
2737 * libs/Fft.c (FftGetFont):
2741 * libs/System.c (fvwm_mkstemp):
2742 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
2743 function was never used, even if it was considered secure by configure
2746 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2749 added some more suff to the list of what I've done.
2752 * fvwm/add_window.c (__add_window_handle_x_resources)
2755 * fvwm/fvwm.h (FvwmWindow):
2756 added fvwmstyle resource to override style name
2758 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2760 * fvwm/menus.c (pop_menu_up):
2761 as documented, do not warp to title for root menus with TitleWarp
2763 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
2766 Removed duplicated 'NoIcon' style option description in the end
2767 of the `The Style command...' section.
2768 Removed `Recapture True' option setting in example of BusyCursor
2769 description, because `Recapture' isn't valid option of `BusyCursor'
2771 Updated ewmh specification URL (the old was 404)
2772 Added URL to ICCCM 2.0 manual
2774 * modules/FvwmAnimate/FvwmAnimate.c:
2775 corrected delay for Zoom3D animation effect
2777 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
2778 * modules/FvwmConsole/FvwmConsole.1.in:
2779 replaced all `Cntl' modificator key mentions with `Ctrl' to be
2780 consistent with rest of the documentation and because it's more
2781 conventional abbreviation.
2783 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2784 slightly clarified the `StartName' option description
2785 added the undocumented `MailDir' option description. Somebody
2786 violated section `K' of the convention list.
2789 * fvwm/ConfigFvwmSetup:
2790 * modules/FvwmForm/FvwmForm.1.in:
2791 * modules/FvwmForm/FvwmForm-Rlogin:
2792 * sample.fvwmrc/system.fvwm2rc:
2793 * sample.fvwmrc/system.fvwm2rc-sample-1:
2794 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
2795 inherently insecure. We shouldn't teach our users bad things,
2802 * bin/fvwm-config.1.in:
2803 * bin/fvwm-menu-headlines.1:
2804 * bin/fvwm-menu-headlines.in:
2805 * bin/fvwm-perllib.in:
2806 * bin/fvwm-root.1.in:
2812 * libs/PictureGraphics.c:
2814 * modules/FvwmBacker/FvwmBacker.1.in:
2815 * modules/FvwmDebug/FvwmGtkDebug.in:
2816 * modules/FvwmDebug/FvwmGtkDebug.1:
2817 * modules/FvwmEvent/FvwmEvent.1.in:
2818 * modules/FvwmForm/FvwmForm.1.in:
2819 * modules/FvwmIconMan/xmanager.c:
2820 * modules/FvwmIdent/FvwmIdent.c:
2821 * modules/FvwmIdent/FvwmIdent.1.in:
2822 * modules/FvwmPerl/FvwmPerl.in:
2823 * modules/FvwmPerl/FvwmPerl.1:
2824 * modules/FvwmScript/FvwmScript.1.in:
2825 * modules/FvwmScript/Widgets/Menu.c:
2826 * modules/FvwmTabs/ConfigFvwmTabs:
2827 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
2828 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
2829 * modules/FvwmTheme/FvwmTheme.1.in:
2830 * perllib/FVWM/Module/Tk.pm:
2831 * perllib/FVWM/Tracker.pm:
2832 * perllib/FVWM/Module.pm.in:
2835 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2837 * fvwm/style.c (style_parse_focus_policy_style):
2838 fix ISO C90 compability with unconsumed styleoption warnings
2840 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2842 * fvwm/events.c (HandlePropertyNotify):
2843 fix for bug 1557/3950 (possible free of Untilted constant or
2844 already used name (if app reset the name already given to them))
2846 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2848 * fvwm/focus.c (__activate_window_by_command)
2849 (warp_to_fvwm_window):
2851 * fvwm/builtins.c (CMD_CursorMove):
2852 set last pointer event position after warping the pointer
2855 * libs/FEvent.c (FWarpPointerUpdateEvpos):
2858 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2860 * acinclude.m4 (AM_PATH_GTK):
2862 (AM_PATH_GDK_IMLIB):
2866 fixed to cope with 4 digit version numbers
2868 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2871 * fvwm/style.c (parse_and_set_window_style)
2872 (style_parse_one_style_option):
2873 (style_parse_icon_fill_style)
2874 (style_parse_icon_grid_style):
2875 (style_parse_icon_box_style)
2876 (style_parse_icon_size_style):
2877 (style_parse_focus_policy_style)
2878 (style_parse_button_style):
2879 warn if parts of style options are not consumed
2881 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2883 * fvwm/menuitem.c (menuitem_paint):
2884 use the MenuColorset in all cases if TitleColorset is not given
2886 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2888 * fvwm/style.c (style_parse_one_style_option):
2889 * fvwm/placement.c (__place_get_wm_pos):
2890 (__explain_placement):
2891 new placement style UnderMousePlacement
2893 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2896 * fvwm/fvwm.1.in (EdgeScroll):
2897 * fvwm/virtual.c (CMD_EdgeScroll):
2898 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
2899 added wrap/wrapx/wrapy option to EdgeScroll
2901 2006-02-10 Mikhael Goikhman <migo@homemail.com>
2904 spell check the whole file (dozens of typos)
2906 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2908 * fvwm/module_interface.c (do_execute_module):
2909 removed accidentally committed FVWM_MODULE_ALIAS patch
2911 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2913 * fvwm/module_interface.c (do_execute_module):
2914 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
2916 * fvwm/menus.c (size_menu_horizontally):
2917 fix for drawing menus with sidepic on the right
2919 * libs/Flocale.c (FlocaleFontStructDrawString):
2920 (FlocaleDrawString):
2921 set the foreground colour before drawing a string
2924 * fvwm/menustyle.c (menustyle_get_styleopt_index):
2927 (menustyle_parse_style):
2929 * fvwm/menus.c (calculate_item_sizes):
2930 (size_menu_vertically):
2931 (UpdateMenuColorset):
2932 * fvwm/menuitem.c (menuitem_paint):
2933 Applied patch by David Maciver
2934 new menu styles TitleColorset, HilightTitleBack and TitleFont
2936 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
2939 * libs/Module.c (ParseModuleArgs):
2940 added variable "namelen" to ModuleArgs struct
2942 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2945 removed duplicate declaration
2947 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2949 * fvwm/fvwm.c (main):
2950 replaced previous patch with a better one
2952 * fvwm/virtual.c (unmap_window):
2953 * fvwm/menus.c (do_menu):
2954 * fvwm/events.c (fake_map_unmap_notify):
2956 * fvwm/add_window.c (MappedNotOverride):
2957 Added XFlush after XSelectInput
2959 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2962 * fvwm/fvwm.c (main):
2963 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
2965 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2969 increased version to 2.5.17
2974 updated for 2.5.16 release
2976 * acinclude.m4 (CHECK_LIBCHARSET):
2979 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2981 * fvwm/functions.c (execute_complex_function):
2982 print a message to the console instead of ringing the bell when a
2985 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2988 fixed typo (NEWS still said 2.5.15)
2990 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2994 increased version to 2.5.16
2999 updated for 2.5.15 release
3001 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3003 * fvwm/move_resize.c (GetOnePositionArgument):
3005 new option "screen" to Move type commands
3007 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3009 * acinclude.m4 (smr_SWITCH):
3012 2006-01-08 Mikhael Goikhman <migo@homemail.com>
3015 restore requirement of automake-1.4; 1.8 is too new even for my system
3017 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3021 renamed configure.in to configure.ac
3024 some updates for new autoconf/automake versions
3031 require autoconf-2.53 or later
3033 * Makefile.am (AUTOMAKE_OPTIONS):
3034 require automake-1.8 or later
3037 check for X library path before X library checks
3038 removed obsolete C++ compiler check
3039 removed duplicate type size checks
3040 replaced M4 comment ("dnl") with shell comment ("#") in many places
3043 fixed aclocal warnings
3045 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3047 * fvwm/style.c (style_parse_button_style):
3048 corrected typo in error message, and made errorous buttons not apply
3049 (style_parse_one_style_option):
3050 changed NoButton to use style_parse_button_style
3052 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3055 new fix for incompatible pointer type warning with gcc 3.4.
3057 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3064 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3067 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3072 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3074 * fvwm/frame.c (frame_free_move_resize_args):
3075 fixed drawing of transparent decorations or when using lazy shading
3078 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3081 * libs/fvwmsignal.c:
3085 * fvwm/ewmh_names.c:
3086 * libs/CombineChars.c:
3092 * libs/PictureUtils.c:
3097 * libs/safemalloc.c:
3100 do not #include stdlib.h (comes from config.h)
3103 do not #include string.h (comes from config.h)
3106 fixed detection of string.h/strings.h
3108 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3110 * libs/Fft.c (FftGetFont):
3111 fixed compiler warning with gcc 3.4.4
3113 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3115 * fvwm/menuitem.c (menuitem_paint):
3116 properly undraw unselected item area
3118 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3120 * fvwm/menuitem.c (menuitem_paint):
3121 * fvwm/menus.c (get_menu_paint_item_parameters)
3122 (get_menu_paint_item_parameters):
3124 fixed text offset of menu items with icons but with an item format that
3126 (size_menu_horizontally):
3127 allow sidepic to be placed in the middle of menu items; this is better
3128 than ignoring the item format completely but does not draw the items
3131 * fvwm/menus.c (__mloop_handle_event):
3133 fixed delayed menu drawing issue
3135 do not draw the selected menu item before the menu is drawn for the
3137 (repaint_transparent_menu):
3140 don't call get_menu_paint_item_parameters when the result is not used
3141 (get_menu_paint_item_parameters):
3143 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3145 * fvwm/ewmh.h (EWMH_CMD_Style):
3146 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3147 * fvwm/style.c (style_parse_one_style_option):
3148 Added support for inverting boolean EWMH styles with !.
3153 * fvwm/window_flags.h:
3154 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3155 * fvwm/ewmh.c (ewmh_HandleWindowType):
3157 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
3159 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3161 * fvwm/icons.c (GetIconWindow):
3162 * fvwm/fvwm.h (FvwmWindow):
3163 * fvwm/events.c (__handle_cr_on_icon):
3164 properly handle icon border width; fixes an xterm active icon loop
3166 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3168 * fvwm/borders.c (border_draw_one_border_part):
3169 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
3172 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3174 * fvwm/menustyle.c (menustyle_copy_face):
3176 (menustyle_free_face):
3178 (menustyle_parse_style):
3179 use new functions and fix a bug
3184 removed empty files colors.c and colors.h
3186 * fvwm/colors.c (CopyColor):
3188 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3191 * fvwm/frame.c (frame_reshape_border):
3194 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3196 * fvwm/menustyle.c (menustyle_copy_face):
3197 separated from menustyle_copy; color copies are reallocated.
3201 color copies are reallocated.
3203 * fvwm/colors.c (CopyColor):
3204 * fvwm/colors.h (CopyColor):
3207 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3209 * fvwm/move_resize.c (__resize_window):
3210 fix for not being able to finish resize with mouse when resizing on
3211 click with modifiers active. (intruduced with 'removed duplicate
3212 pointer query' at sep 29)
3216 * fvwm/menustyle.c (menustyle_parse_style):
3217 made style pairs negatable with '!' prefix
3218 ActiveForeOff and HilightBackOff frees colors used.
3220 * fvwm/menustyle.c (menustyle_copy):
3221 fix for freeing color from sorce instead of destination.
3223 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3225 * fvwm/functions.c (__execute_function):
3226 fixed an error in yesterdays patch to complex fuctions. the commands
3227 pressed window were not retored correctly after running move functions
3228 without it, and functions would be run twice.
3230 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3233 added NoLayer to list of allowed options for WindowList command
3234 fixed grammar of test-conditions list. formatting fixes for
3235 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
3239 * fvwm/functions.c (__execute_function)
3240 (__run_complex_function_items):
3241 (execute_complex_function):
3242 fix for moving/resizing reference window usage with complex functions.
3244 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3246 * fvwm/move_resize.c (__move_loop):
3247 reimplemented a fix for the place with keyboard setting a button as
3248 used for place bug; this time without breaking escape key.
3250 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3252 * fvwm/move_resize.c (__move_loop):
3253 removed the previous patch as it breaks aborting window motion with the
3256 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3258 * fvwm/move_resize.c (__move_loop):
3259 fixed bug where finishing movment with keyboard would set a random
3260 button as used for placement.
3262 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3265 * fvwm/frame.c (frame_setup_border):
3266 reverted change for move of window parts (reset of PressedW).
3268 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3270 * fvwm/frame.c (frame_setup_border):
3273 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3276 * fvwm/move_resize.c (__resize_window):
3277 removed duplicate pointer query for enter/leave notify events.
3278 resizing of shaded windows in the shaded direction no longer
3279 results in bogus ref points.
3281 * fvwm/frame.c (frame_setup_border):
3282 reset PressedW if the part has moved. This prevents strange
3283 ref points in resize if called from some complex functions.
3285 * fvwm/frame.c (frame_create_move_resize_args):
3286 shaded windows use get_client_geometry for client geometry.
3288 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3292 * fvwm/fvwm.h (window_flags):
3293 (WindowConditionMask):
3295 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
3298 * fvwm/session.c (_match):
3301 * fvwm/conditional.c (MatchesConditionMask):
3302 (CreateConditionMask):
3303 * fvwm/add_window.c (setup_window_structure):
3304 * fvwm/move_resize.h (placement_binding):
3305 * fvwm/move_resize.c (__move_loop):
3306 (placement_binding):
3307 * fvwm/bindings.c (ParseBinding):
3308 * libs/wcontext.c (win_contexts):
3309 * libs/wcontext.h (enum):
3311 Added placement context for simple mouse bindings to allow
3312 specification of buttons to finish/cancel movment. Buttons >3
3313 may now be used to place windows.
3314 Replaced window flag placed_wb3 with placed_by_button
3315 FvwmWindow member. Added window condition PlacedByButton.
3317 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3321 * fvwm/menustyle.h (enum):
3325 (ST_SCROLL_OFF_PAGE):
3326 (MST_SCROLL_OFF_PAGE):
3327 * fvwm/menustyle.c (menustyle_copy):
3328 (menustyle_get_styleopt_index):
3329 (menustyle_parse_style):
3331 * fvwm/menus.c (menuShortcuts):
3333 (__mloop_handle_event):
3334 (menu_get_outer_geometry):
3337 added MouseWheel and ScrollOffPage menu styles
3339 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3342 * fvwm/menus.c (append_item_to_menu):
3343 fixed bug #1121: Use of pointer without checking for NULL
3345 2005-09-19 Mikhael Goikhman <migo@homemail.com>
3348 * fvwm/expand.c (expand_vars):
3349 warn on usage of obsolete one-letter variables
3351 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3355 * fvwm/expand.c (expand_vars_extended):
3357 allow nesting of variables
3359 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3361 * fvwm/ewmh.c (EWMH_SetWMDesktop):
3362 * fvwm/ewmh_events.c (ewmh_WMDesktop):
3366 2005-09-03 Mikhael Goikhman <migo@homemail.com>
3368 * fvwm/borders.c (border_draw_one_border_part)
3369 (border_draw_all_border_parts):
3370 fix the previous patch to work with title-less windows too
3372 2005-08-30 Mikhael Goikhman <migo@homemail.com>
3374 * fvwm/borders.c (border_draw_one_border_part)
3375 (border_draw_all_border_parts):
3376 improve offsets when drawing borders for "BorderStyle TiledPixmap"
3377 windows to make the borders look homogeneous (based on the patch of
3380 2005-08-26 Mikhael Goikhman <migo@homemail.com>
3386 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
3387 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
3389 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3393 increased version to 2.5.15
3398 updated for 2.5.14 release
3400 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
3401 (ewmh_WMStateSkipTaskBar):
3402 (ewmh_WMStateSkipPager):
3403 (ewmh_WMStateModal):
3404 fixed several ewmh-hints
3406 2005-08-24 Mikhael Goikhman <migo@homemail.com>
3409 fix TestRc example error, s/Any/All/
3411 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
3416 * fvwm/conditions.c (MatchesConditionMask):
3417 (CreateConditionMask):
3418 added FixedPosition condition
3420 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3422 * fvwm/virtual.c (HandlePaging):
3423 use FQueryPointer every time to track the pointer position; this fixes
3424 fvwm hanging in HandlePaging for the given delay once the pointer
3425 touches the pan frames
3427 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3429 * fvwm/session.c (SaveWindowStates):
3432 save and restore the default layer during a restart
3434 2005-08-13 Mikhael Goikhman <migo@homemail.com>
3436 * fvwm/conditional.c (CMD_Test):
3438 rename previously added Test conditions to EnvIsSet and EnvMatch,
3439 tweak the logic when the variable is set, but empty
3441 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3443 * fvwm/conditional.c (CMD_Test):
3445 added test conditions EdgeHasPointer and EdgeIsActive
3447 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3449 * fvwm/virtual.c (raisePanFrames):
3450 prevent cycling of pan frame window stacking order
3452 2005-08-12 Mikhael Goikhman <migo@homemail.com>
3454 * fvwm/conditional.c (CMD_Test):
3456 add Test conditions IsEnvSet and MatchEnv
3458 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3460 * fvwm/menus.c (pop_menu_up):
3461 * fvwm/menustyle.c (menustyle_copy):
3462 two fixes by Viktor Griph
3464 * fvwm/events.c (HandleEvents):
3465 simplify the style list if there is nothing else to do
3467 * fvwm/style.c (__simplify_style_list):
3468 (styles_have_same_id):
3469 (style_id_equals_id):
3470 (style_ids_are_equals):
3472 (remove_all_of_style_from_list):
3473 (one_fw_can_match_both_ids):
3474 pass pointers instead of the whole style structure
3475 (__simplify_style_list):
3476 fixed memory leak and tweaked the code
3478 * libs/Strings.c (CatString3):
3479 fixed a buffer overflow
3481 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3484 detect if Window, Pixel or void * are bigger than long and refuse to
3487 * libs/vpacket.h (ConfigWinPacket):
3488 * fvwm/windowshade.c (CMD_WindowShade):
3489 * fvwm/virtual.c (MoveViewport):
3492 (CMD_GotoDeskAndPage):
3493 * fvwm/update.c (apply_window_updates):
3494 * fvwm/stack.c (BroadcastRestack):
3497 * fvwm/icons.c (DeIconify):
3499 * fvwm/geometry.c (broadcast_icon_geometry):
3500 * fvwm/events.c (HandleEnterNotify):
3502 (HandleLeaveNotify):
3504 (HandleMapRequestKeepRaised):
3505 * fvwm/add_window.c (destroy_window):
3506 * fvwm/module_interface.c (SendFvwmPicture)
3507 (BroadcastFvwmPicture):
3508 (CMD_Send_WindowList):
3509 * fvwm/modconf.c (CMD_Send_ConfigInfo):
3510 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3513 * fvwm/virtual.c (GetDeskNumber):
3514 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
3515 around the given desk range with a relative desk
3517 * fvwm/focus.c (focus_grab_buttons_on_layer):
3523 reindented some code and renamed some variables
3525 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3527 * fvwm/events.c (__check_click_to_focus_or_raise):
3530 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3532 * FvwmIconMan/xmanager.c (set_win_iconified):
3533 fixed select/focus button state lost when deiconifying a window
3535 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3537 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3540 * libs/Colorset.c (get_aspect_dimensions):
3541 fixed aspectpixmap size calculations
3543 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3545 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3548 * fvwm/ewmh_events.c (ewmh_WMDesktop):
3549 (ewmh_CurrentDesktop):
3550 (ewmh_DesktopGeometry):
3551 (ewmh_NumberOfDesktops):
3553 (ewmh_WMIconGeometry):
3554 * fvwm/gnome.c (GNOME_ProcessClientMessage):
3555 print error messages for broken gnome client messages
3557 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
3558 removed duplicate call of execute_function_override_window
3560 * fvwm/stack.c (new_layer):
3561 fixed a hang if a window sets an layer < 0 via gnome hints
3563 * fvwm/add_window.c (GetWindowSizeHints):
3564 * fvwm/misc.c (fvwm_msg_report_app):
3565 (fvwm_msg_report_app_and_workers):
3566 new utility functions
3568 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3570 * fvwm/stack.c (dump_stack_ring):
3571 (verify_stack_ring_consistency):
3572 * fvwm/module_interface.c (HandleModuleInput):
3573 * fvwm/events.c (__cr_detect_icccm_move):
3574 * fvwm/style.c (print_styles):
3577 2005-07-19 Mikhael Goikhman <migo@homemail.com>
3579 * libs/FlocaleCharset.c:
3580 support euc-jp encodings (Yasuhiro Nakazaki)
3582 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3584 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
3585 * fvwm/ewmh_names.c (EWMH_WMName):
3587 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
3588 (EWMH_SetNumberOfDesktops):
3589 (EWMH_SetDesktopViewPort):
3590 (EWMH_SetDesktopGeometry):
3591 (EWMH_SetWMDesktop):
3593 (EWMH_SetFrameStrut):
3595 * fvwm/gnome.c (AtomGet):
3597 (GNOME_GetHintIcons):
3598 (GNOME_GetHintLayer):
3599 (GNOME_GetHintState):
3600 (GNOME_GetExpandedSize):
3601 (GNOME_SetAreaCount):
3602 (GNOME_SetCurrentArea):
3603 (GNOME_SetDeskCount):
3604 (GNOME_SetCurrentDesk):
3605 (GNOME_SetCurrentDesk):
3608 (CMD_GnomeShowDesks):
3612 * libs/fsm.c (GetClientID):
3613 (set_session_manager):
3614 * fvwm/session.c (GetClientID):
3615 * fvwm/fvwm.h (FvwmWindow):
3616 * fvwm/colorset.c (get_root_pixmap):
3617 * fvwm/add_window.c (FetchWmProtocols):
3618 * libs/FTips.c (__initialize_window):
3619 * fvwm/icccm2.c (convertProperty)
3620 (icccm2_handle_selection_request)
3621 * fvwm/fvwm.c (SetMWM_INFO):
3624 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3626 * fvwm/move_resize.c (GetOnePositionArgument):
3627 don't use the unportable fuction rintf()
3629 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3633 increased version to 2.5.14
3639 updated for 2.5.13 release
3641 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3643 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
3644 fixed drawing of relief with very small rectangles, i.e. when
3645 line_width * 2 > height or width
3647 2005-07-04 Dan Espen <dane@mk.telcordia.com>
3649 * NEWS: fvwm-menu-desktop changes.
3651 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3653 * fvwm/placement.c (get_next_x):
3654 fixed collision detection of windows on pages other than the current
3655 one during placement
3657 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
3659 * fvwm/move_resize.c (__resize_window):
3660 Fixed interactive resize (reduction) via the bottom border
3665 2005-06-02 Dan Espen <dane@mk.telcordia.com>
3669 Spelling fix contition -> condition
3671 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3673 * fvwm/style.c (style_ids_are_equals):
3674 (style_id_equals_id):
3675 (styles_have_same_id):
3676 (fw_match_style_id):
3677 (one_fw_can_match_both_ids):
3678 (cleanup_style_defaults):
3679 * libs/fsm.c (fprintfhex):
3681 * libs/FGettext.c (fgettext_free_fgpath_list):
3682 * libs/Parse.c (_get_suffixed_integer_arguments):
3683 * libs/Graphics.c (AllocNonlinearGradient):
3684 * libs/PictureUtils.c (build_mapping_table):
3690 * libs/FRenderInit.c:
3691 include own header file
3693 * libs/System.c (getFileStamp):
3694 * libs/Fft.c (FftPDumyFunc):
3695 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
3698 2005-03-01 Dan Espen <dane@mk.telcordia.com>
3700 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
3703 2005-02-25 Dan Espen <dane@mk.telcordia.com>
3705 * fvwm/fvwm.1.in (Focus): Typos in focus section.
3707 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3709 * fvwm/conditional.c (Circulate):
3710 added tests for fw == Scr.FvwmRoot again to fix a crash
3712 2005-02-05 Dan Espen <dane@mk.telcordia.com>
3714 * AUTHORS: New author, FvwmScript patch.
3716 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3718 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
3719 * AUTHORS: s/Hover/Active/
3721 2005-01-19 Dan Espen <dane@mk.telcordia.com>
3723 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
3724 avoid dump with empty key/mouse binding command.
3725 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
3726 Checked all other uses of PeekToken in fvwm dir.
3728 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
3730 * fvwm/session.c (matchWin):
3732 On restarts compare window ids only. Base our matching decision on
3733 window role only if we have a client id.
3735 * fvwm/move_resize.c (GetOnePositionArgument):
3736 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
3737 float values to nearest int
3739 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
3742 * fvwm/move_resize.c (CMD_Maximize):
3743 Applied Arnaud Vrac patch which fixes maximize by growing vs
3746 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3748 * fvwm/builtins.c (do_button_style):
3749 ButtonStyle Reset takes effect immediately
3751 2004-12-08 Dan Espen <dane@mk.telcordia.com>
3753 * fvwm/fvwm.1.in: lang check.
3755 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
3758 Really commit EWMHUseStackingOrderHints documentation update
3760 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
3763 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
3766 FvwmIconMan new options
3768 * libs/FTips.c (new file):
3769 * libs/FTips.h (new file):
3772 Added a set of functions for implementing tool tips
3774 2004-11-30 Dan Espen <dane@mk.telcordia.com>
3776 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
3778 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3780 * fvwm/menus.c (__mloop_get_event):
3781 * fvwm/functions.c (execute_complex_function):
3782 * fvwm/add_window.c (AddWindow):
3783 * fvwm/module_interface.c (ExecuteModuleCommand):
3784 * fvwm/move_resize.c (__move_loop):
3786 properly set the "state" member of faked motion and key events;
3787 fixes broken "nosnap" feature
3789 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3791 * fvwm/bindings.c (ParseBinding):
3793 * libs/Bindings.c (bindingAppliesToWindow):
3794 (__compare_binding):
3795 * fvwm/module_interface.c (CMD_ModuleSynchronous):
3796 * fvwm/builtins.c (CMD_Wait):
3798 * fvwm/events.c (__handle_bpress_on_root):
3799 (HandleButtonRelease):
3800 fixed crash in window specific binding code
3801 fixed handling of root window in window specific binding code
3802 renamed some functions
3804 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3806 * fvwm/focus.c (__update_windowlist):
3807 replaced while loop by for loop
3809 * fvwm/style.c (style_destroy_style):
3810 * fvwm/conditional.c (Circulate):
3811 removed useless check whether fw == &Scr.FvwmRoot
3813 * fvwm/icons.c (DeIconify):
3814 defused possible endless loop when a window iconified by the
3815 transientfor window loses the "transient" relationship
3817 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3819 * fvwm/move_resize.c (__move_loop):
3821 fixed overwriting the initial button_mask during move/resize
3823 * fvwm/menus.c (__mloop_handle_action_with_mi):
3824 do not "post" a submenu menu item it the submenu does not exist
3826 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3828 * fvwm/events.c (__handle_bpress_on_managed):
3829 do not draw the decorations pressed in if executing a function is
3832 * libs/Parse.c (CopyToken):
3833 fixed parsing of delimiters
3835 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3837 * fvwm/virtual.c (GetDeskNumber):
3838 fixed MoveToDesk without argument
3840 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3843 re-formatted and some spelling corrections
3845 * fvwm/colorset.c (CMD_CleanupColorsets):
3847 * fvwm/builtins.c (CMD_Colorset):
3848 (CMD_CleanupColorsets):
3849 moved functions to colorset.c
3851 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3853 * libs/Parse.c (CopyToken):
3854 skip any whitespace before a delimiter; this allows to have spaces
3855 before the commas in an option list
3857 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3859 * fvwm/frame.c (frame_reshape_border):
3860 re-shaping shaded windows no longer unshades them
3861 re-shaping unshaded windows on pages other than 0 0 no longer moves
3862 them out of the current page
3864 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3866 * fvwm/events.c (__cr_detect_icccm_move):
3867 * fvwm/screen.h (ScreenInfo):
3868 * fvwm/builtins.c (CMD_BugOpts):
3869 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
3871 * fvwm/move_resize.c (__move_loop):
3873 query the pointer position in the move loop when an
3874 EnterNotify/LeaveNotify event arrives; same change in resize loop.
3878 increased version to 2.5.13
3884 updated for 2.5.12 release
3886 * fvwm/frame.c (frame_create_move_resize_args):
3887 fixed xemacs growing or shrinking when title height changed; this was
3888 caused by calculating the old client window geometry using the new
3889 title dimensions; query the window size instead
3891 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3893 * fvwm/events.c (test_map_request):
3894 (test_button_event):
3895 (test_typed_window_event):
3896 (test_resizing_event):
3897 (__predicate_button_click):
3898 (__merge_cr_moveresize):
3899 (HandleUnmapNotify):
3900 (flush_property_notify):
3901 (is_resizing_event_pending):
3902 (__test_for_motion):
3903 use type XPointer for last argument of predicate procedures for
3904 XCheckPeekIfEvent and XCheckIfEvent, not char *
3905 (HandleUnmapNotify):
3908 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3910 * fvwm/window_flags.h:
3911 removed useless and broken SETM_ macros
3913 * fvwm/update.c (init_style):
3914 fixed resetting user states
3916 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3918 * libs/envvar.c (add_to_envlist):
3921 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3923 * fvwm/builtins.c (CMD_UnsetEnv):
3926 * libs/envvar.c (flib_unsetenv):
3930 split in ftwo functions
3933 check for unsetenv function
3935 * fvwm/builtins.c (CMD_SetEnv):
3936 assume an empty value if no value is given
3938 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
3947 * perllib/FVWM/Commands.pm:
3948 new command EdgeLeaveCommand
3950 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3957 increased version to 2.5.12
3962 updated for 2.5.11 release
3964 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3966 * fvwm/geometry.c (get_page_offset):
3967 (get_page_offset_rectangle):
3968 (get_absolute_geometry):
3971 * fvwm/virtual.c (CMD_GotoPage):
3972 * fvwm/move_resize.c (__move_window):
3973 * fvwm/virtual.c (CMD_GotoPage):
3974 (get_page_arguments):
3975 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
3978 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3980 * libs/Flocale.c (FlocaleGetNameProperty):
3981 fixed freeing uninitialized pointer
3983 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3985 * fvwm/conditional.c (select_cmd):
3989 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
3990 WindowId and Direction commands; fixes break from these commands
3992 * fvwm/geometry.c (get_shaded_geometry):
3993 shading geometry fix for windows without decoration
3995 * libs/FScreen.c (XineramaQueryExtension):
3996 fixed xinerama crash
3998 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
4001 Parse man pages with config.status so man pages have correct date.
4002 Man pages also specify FVWM version that they relate to.
4005 * bin/fvwm-config.1:
4006 * bin/fvwm-convert-2.2.1:
4007 * bin/fvwm-convert-2.4.1:
4008 * bin/fvwm-convert-2.6.1:
4009 * bin/fvwm-menu-desktop.1:
4011 * modules/FvwmAnimate/FvwmAnimate.1:
4012 * modules/FvwmAuto/FvwmAuto.1:
4013 * modules/FvwmBacker/FvwmBacker.1:
4014 * modules/FvwmBanner/FvwmBanner.1:
4015 * modules/FvwmButtons/FvwmButtons.1:
4016 * modules/FvwmCommand/FvwmCommand.1:
4017 * modules/FvwmConsole/FvwmConsole.1:
4018 * modules/FvwmConsole/FvwmConsoleC.pl.1:
4019 * modules/FvwmCpp/FvwmCpp.1:
4020 * modules/FvwmDragWell/FvwmDragWell.1:
4021 * modules/FvwmEvent/FvwmEvent.1:
4022 * modules/FvwmForm/FvwmForm.1:
4023 * modules/FvwmGtk/FvwmGtk.1:
4024 * modules/FvwmIconBox/FvwmIconBox.1:
4025 * modules/FvwmIconMan/FvwmIconMan.1:
4026 * modules/FvwmIdent/FvwmIdent.1:
4027 * modules/FvwmM4/FvwmM4.1:
4028 * modules/FvwmPager/FvwmPager.1:
4029 * modules/FvwmProxy/FvwmProxy.1:
4030 * modules/FvwmRearrange/FvwmRearrange.1:
4031 * modules/FvwmSave/FvwmSave.1:
4032 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4033 * modules/FvwmScript/FvwmScript.1:
4034 * modules/FvwmScroll/FvwmScroll.1:
4035 * modules/FvwmTaskBar/FvwmTaskBar.1:
4036 * modules/FvwmTheme/FvwmTheme.1:
4037 * modules/FvwmWharf/FvwmWharf.1:
4038 * modules/FvwmWinList/FvwmWinList.1:
4039 These man pages were renamed to have a .in suffix.
4040 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4042 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4044 * fvwm/placement.c (__place_window):
4045 fixed starting desk output with bugopts explainwindowplacement
4047 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
4049 * fvwm/eventhandler.h:
4050 * fvwm/events.c (InitEventHandlerJumpTable):
4054 Fixed window specific bindings "patch" by sending key release event
4057 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4061 * fvwm/move_resize.c:
4065 * fvwm/decorations.c:
4069 * fvwm/add_window.c:
4072 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4073 it with NUMBER_OF_MOUSE_BUTTONS
4075 * fvwm/style.c (style_parse_focus_policy_style):
4076 * fvwm/focus_policy.h:
4077 * libs/Bindings.c (GrabWindowButton):
4078 * fvwm/bindings.c (bind_get_bound_button_contexts):
4080 * fvwm/events.c (WaitForButtonsUp):
4081 * fvwm/style.c (style_parse_focus_policy_style):
4082 * fvwm/builtins.c (__fake_event):
4083 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4084 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4086 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4089 put -Wall -Wno-implicit-int before user specified flags
4092 Applied below patch again. It didn't make it to CVS (?)
4094 2004-08-26 Dan Espen <dane@mk.telcordia.com>
4096 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
4098 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4101 cleaned up ifdef hell
4104 fixed solaris xinerama test
4106 2004-08-25 Dan Espen <dane@mk.telcordia.com>
4110 * libs/FScreen.c (solaris_XineramaQueryScreens):
4111 Solaris Xinerama support.
4114 Patch by Chris Ross.
4116 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4118 * fvwm/events.c (__handle_cr_on_client):
4119 don't reevaluate window geometry when a ConfigureRequest has no size or
4122 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4124 * fvwm/menus.c (get_menu_options):
4126 new menu option TearOffImmediately
4128 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4130 * fvwm/placement.c (__place_get_wm_pos):
4131 cascade placemnt fix by Paul Vojta
4133 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4135 * fvwm/geometry.c (constrain_size):
4136 Don't touch the aspect ratio if modifying the width/height does not
4137 improve the situation
4139 * fvwm/frame.c (frame_free_move_resize_args):
4140 (__frame_setup_window):
4141 (frame_update_hidden_window_pos):
4142 (frame_mrs_resize_move_windows):
4143 (frame_create_move_resize_args):
4144 * fvwm/move_resize.c (__resize_window):
4145 some event handling fixes
4147 * fvwm/geometry.c (constrain_size):
4148 look up the latest size hints if necessary
4150 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4152 * fvwm/geometry.c (constrain_size):
4153 * fvwm/ewmh.c (EWMH_fullscreen):
4154 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4155 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4156 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4157 * fvwm/fvwm.h (window_flags_t):
4158 allow windows to override their size hints when going fullscreen:
4159 minimum and maximum size, size inc, aspect ratio, etc.
4161 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4163 * fvwm/decorations.c (struct):
4164 MWM hints on 64 bit machines fix
4166 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4168 * fvwm/fvwm.1.in (Note):
4169 * fvwm/read.c (CMD_Read):
4171 the Read and PipeRead commands have a return code
4173 * fvwm/read.c (run_command_stream):
4178 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4180 * fvwm/move_resize.c (GetResizeArguments):
4182 fixed parsing of the frame option to the resize command and the pointer
4183 option to the move command
4185 * fvwm/conditional.c (CMD_None):
4186 Fixed CMD_None return code
4188 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4190 * fvwm/stack.c (is_above_unmanaged):
4191 windows on other Desks are always considered on top
4193 * fvwm/conditional.c (CreateConditionMask):
4194 (MatchesConditionMask):
4195 * fvwm/fvwm.h (WindowConditionMask):
4196 new condition Overlapped
4199 inproved strings.h / sring.h iclusion logic
4201 * libs/PictureUtils.c (finish_ct_init):
4202 (PictureInitColors):
4203 use flib_putenv instead of putenv
4205 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4208 * libs/gravity.h (enum):
4209 * libs/wcontext.h (enum):
4212 * fvwm/fvwm.c (StartupStuff):
4213 do not ungrab the pointer while the startup functions execute
4215 ungrab the pointer only after executing the RestartFunction or
4216 ExitFunciton. Otherwise these functions may not be executed if some
4217 other application grabs the pointer.
4220 * fvwm/conditional.c (CreateConditionMask):
4221 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4222 new condition AnyScreen
4225 * fvwm/builtins.c (__fake_event):
4226 * fvwm/bindings.c (ParseBinding):
4227 removed C++ comments
4229 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
4232 New options for FvwmButtons module.
4234 2004-07-12 Mikhael Goikhman <migo@homemail.com>
4237 use commas between conditions
4239 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4241 * fvwm/builtins.c (CMD_Wait):
4242 ignore MapNotify reported to any window except the root window
4244 * fvwm/module_interface.c (CONFIGARGS):
4245 correct number of CONFIGARGS arguments
4247 * libs/vpacket.h (ConfigWinPacket):
4248 frame_x and frame_y are signed
4250 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
4252 * fvwm/conditional.c:
4256 Committed patch by Norman Yarvin (with a few minor mods) to extend
4257 conditionals to handle multiple window names.
4259 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4261 * fvwm/module_interface.c (CONFIGARGS):
4262 * libs/vpacket.h (ConfigWinPacket):
4263 put window_flags at end of structure
4265 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4267 * fvwm/module_interface.c (CONFIGARGS):
4272 removed old module interface
4275 * libs/vpacket.h (ConfigWinPacket):
4278 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4280 * fvwm/execcontext.c (__exc_change_context):
4281 fixed handling of etrigger event, fixing a problem with PropertyNotify
4282 events during resizing and possibly other problems too
4284 * fvwm/add_window.c (RestoreWithdrawnLocation):
4285 fixed travelling windows if application changed gravity hint before
4288 * fvwm/frame.c (combine_decor_gravities):
4289 (combine_gravities):
4291 (frame_restore_client_gravities):
4292 fixed window gravity after resize
4294 * libs/FEvent.c (FPeekEvent):
4296 (FCheckPeekIfEvent):
4297 fixed some event handling bugs
4299 * fvwm/conditional.c (CMD_Test):
4301 corrected use of Bool types
4303 simplified, fixed compilation
4305 use int as return type
4307 * libs/Ficonv.c (convert_charsets):
4310 * libs/Ficonv.c (convert_charsets):
4311 * acinclude.m4 (ICONV_SECOND_ARG):
4312 rewrote iconf configure test to save an ifdef
4314 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
4320 Allow user to specify window-specific bindings that should NOT be
4321 intercepted by FVWM. This is accomplished with an '--' binding action.
4323 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4325 * fvwm/move_resize.c (__resize_window):
4326 Fixed event handling
4328 * fvwm/virtual.c (HandlePaging):
4329 removed check for leave events on pan frames; better query the pointer
4332 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
4335 * fvwm/conditional.c:
4336 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
4338 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4340 * fvwm/move_resize.c (GetResizeArguments):
4341 (GetResizeMoveArguments):
4344 (__resize_get_refpos):
4345 (__resize_get_dir_proximity):
4346 (__resize_get_dir_from_window):
4347 implemented fluxbox-like Alt-Button3 resizing
4349 * fvwm/virtual.c (HandlePaging):
4350 * fvwm/events.c (__merge_cr_moveresize):
4351 (__test_for_motion):
4352 (flush_property_notify):
4353 do not use XPutBackEvent as it shuffles events on the queue
4354 (test_button_event):
4355 (test_typed_window_event):
4358 * libs/FEvent.c (fev_get_evpos_or_query):
4359 take pointer position from EnterNotify and LeaveNotify events
4361 * fvwm/move_resize.c (__move_loop):
4362 fixed multiple paging with certain SnapGrid / Move interactions
4365 * fvwm/virtual.c (HandlePaging):
4366 Workaround for buggy XFree not delivering some Pointer events
4369 * fvwm/virtual.c (MoveViewport):
4370 don't eat MotionNotify events
4372 * libs/FEvent.c (fev_get_last_event):
4381 (FCheckWindowEvent):
4382 (FCheckTypedWindowEvent):
4386 keep a copy of the previous event in case FPutBackEvent is called
4388 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
4391 Indicate optional window argument in section headings for
4392 Key, Mouse, PointerKey & Stroke commands.
4393 Remove strange "-Key" option listed for PointerKey.
4395 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4397 * libs/Fft.c (FftDrawString):
4398 * fvwm/session.c (get_version_string):
4399 * fvwm/module_interface.c (FlushMessageQueue):
4400 * fvwm/fvwm.c (SaveDesktopState):
4402 * fvwm/colorset.c (cleanup_colorsets):
4403 * libs/PictureUtils.c (struct):
4404 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
4406 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4408 * fvwm/events.c (__cr_detect_icccm_move):
4409 windows with ewmh hints are assumed to use icccm2 compliant movement
4411 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
4412 (ewmh_WMStateMaxHoriz):
4413 fixed restart/maximized problem
4415 * libs/fvwmsignal.c (fvwmReapChildren):
4416 * fvwm/fvwm.c (ReapChildren):
4417 moved function to lib
4419 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4421 * fvwm/modconf.c (send_desktop_geometry):
4424 (send_move_threshold):
4425 (send_ignore_modifiers):
4426 increased static buffer size
4428 2004-06-13 Marcus Lundblad <ml@update.uu.se>
4430 * libs/CombineChars.c (convert_to_ucs2):
4431 Replace illegal UTF-8 character sequences in input
4433 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
4436 bugfix: wrong stroke action being invoked.
4438 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
4443 Active _last_ matching binding. (ie. same behaviour as before
4444 win-specific bindings patch.)
4445 bugfix: segfault when looking up stroke bindings in root context.
4447 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
4453 * fvwm/module_interface.c:
4456 * modules/FvwmScript/FvwmScript.c:
4457 * modules/FvwmScript/Instructions.c:
4458 Implemented window-specific key/mouse bindings.
4460 * modules/FvwmIconBox/FvwmIconBox.h:
4464 Make args to matchWildcards() const.
4466 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4468 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4470 * fvwm/ewmh.c (EWMH_fullscreen):
4473 * fvwm/add_window.c (AddWindow):
4474 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
4476 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
4477 (ewmh_WMStateMaxVert):
4478 (ewmh_WMStateShaded):
4479 (ewmh_WMStateSticky):
4480 (ewmh_WMStateStaysOnBottom):
4483 don't try to maximize window when looking up the style
4485 (ewmh_WMStateFullScreen):
4486 (ewmh_WMStateHidden):
4487 (ewmh_WMStateMaxVert):
4488 (ewmh_WMStateModal):
4489 (ewmh_WMStateShaded):
4490 (ewmh_WMStateSkipPager):
4491 (ewmh_WMStateSticky):
4492 (ewmh_WMStateStaysOnBottom):
4493 fixed ignoring ewmh hints
4495 * fvwm/expand.c (expand_vars_extended):
4496 include full path in iconfile and miniiconfile variables
4498 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4500 * fvwm/functions.c (execute_complex_function):
4502 fixed double click patch
4504 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4506 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4507 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
4509 2004-05-31 Dan Espen <dane@mk.telcordia.com>
4511 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
4514 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
4516 * libs/FImage.c (FShmSafeCreateImage):
4517 Yet another fix to SHM remote client problem
4519 2004-05-26 Francis Litterio <franl@world.std.com>
4523 * fvwm/placement.c (__place_get_wm_pos)
4524 * fvwm/style.c (style_parse_one_style_option)
4525 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
4527 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4529 * fvwm/events.c (HandleEnterNotify):
4530 fixed endless loop of edge commands when doing something that grabs
4533 * fvwm/functions.c (CheckActionType):
4534 (execute_complex_function):
4535 double clicks no longer work when pressing different buttons
4537 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4539 * fvwm/placement.c (__place_get_wm_pos):
4540 fixed placement in top left corner when pressing escape during manual
4543 2004-05-23 Mikhael Goikhman <migo@homemail.com>
4547 added Chinese translations
4549 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
4551 * fvwm/ewmh.c (EWMH_SetFrameStrut):
4554 2004-05-09 Mikhael Goikhman <migo@homemail.com>
4556 * fvwm/conditional.c:
4558 clean up Test code and documentation, add new False condition,
4559 unrecognized conditions produce Error return code now
4561 2004-05-06 Dan Espen <dane@mk.telcordia.com>
4563 * fvwm/style.c: Remove extra char.
4565 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
4567 * fvwm/ewmh.c (ewmh_atom_client_win):
4568 * fvwm/ewmh_intern.h:
4569 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
4570 (ewmh_MoveResizeWindow):
4571 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
4573 * fvwm/events.c (__handle_cr_on_client):
4574 (__handle_configure_request):
4575 (events_handle_configure_request):
4576 Some renaming for consistency, force restacking if the event come from
4579 * fvwm/ewmh_events.c (ewmh_MoveResize):
4580 Fixed _NET_WM_MOVERESIZE
4582 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
4585 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
4586 (EWMH_SetFrameStrut):
4587 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
4589 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
4591 * libs/FImage.c (FShmSafeCreateImage):
4592 Finished to fix SHM remote client problem
4594 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
4596 * libs/FImage.c (FShmSafeCreateImage):
4597 Fixed when we are a remote client
4599 2004-04-21 Mikhael Goikhman <migo@homemail.com>
4610 new default ~/.fvwm/config file is now recommended instead of
4611 still supported ~/.fvwm/.fvwm2rc
4613 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4615 * fvwm/menus.c (NewMenuRoot):
4616 do not strip whitespace from menu names when creating a new menu
4618 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4620 * fvwm/menuitem.c (menuitem_get_size):
4622 renamed remaining "mips" to mipst
4624 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
4626 * fvwm/events.c (HandleMapRequestKeepRaised):
4627 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4628 Fixed EWMH DesktopGeometry and Stacking list
4630 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4632 * fvwm/virtual.c (GetDeskNumber):
4635 fixed MoveToDesk with one argument
4637 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4639 * fvwm/style.c (style_parse_one_style_option):
4641 * fvwm/conditional.c (MatchesConditionMask):
4643 * fvwm/window_flags.h:
4646 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4651 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4653 * fvwm/move_resize.c (unmaximize_fvwm_window):
4654 fixed redrawing of maximize button when unmaximizing but when the size
4655 and position does not change
4657 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4659 * fvwm/expand.c (expand_vars_extended):
4660 new extended variable $[w.layer]
4662 * fvwm/move_resize.c (MaximizeHeight):
4665 applied modified layer patch for maximize by Rafal Bisingier
4667 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4669 * fvwm/add_window.c (setup_frame_attributes):
4670 Hopefully fixed BackingStore code and removed now useless backing store
4673 * fvwm/expand.c (expand_vars_extended):
4674 new extended variable $[w.desk]
4676 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4680 increased version to 2.5.11
4685 updated for 2.5.10 release
4687 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4688 improved rotation code
4690 * libs/gravity.c (gravity_add_rotations):
4693 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4695 * fvwm/placement.c (__explain_placement):
4698 * libs/FScreen.c (FScreenIsRectangleOnScreen):
4701 * fvwm/builtins.c (CMD_BugOpts):
4702 * fvwm/screen.h (ScreenInfo):
4703 new BugOpts option ExplainWindowPlacement
4704 renamed some members of Screen
4706 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4708 * fvwm/placement.c (__place_get_wm_pos):
4709 (__place_get_nowm_pos):
4710 (__place_get_placement_flags):
4712 (__place_handle_x_resources):
4713 (setup_window_placement):
4714 split into multiple functions
4717 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4719 * fvwm/add_window.c (setup_window_placement):
4720 * fvwm/placement.c (setup_window_placement):
4721 moved function to placement.c
4722 fixed using PLACE_AGAIN placement mode
4727 2004-03-15 Chris Ross <cross+fvwm@distal.com>
4729 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
4730 allow a negative line_width to invert the relief
4732 2004-03-06 Marcus Lundblad <ml@update.uu.se>
4734 * libs/Flocale.c (FlocaleDrawString)
4735 (FlocaleDrawUnderline)
4737 reduced redundant calls to iconv
4739 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4741 * fvwm/move_resize.c (CMD_XorValue):
4742 fixed a very small outline drawing problem caused by using 0 line width
4747 increased version to 2.5.10
4751 updated for 2.5.9 release
4753 * fvwm/functions.c (execute_function_override_window):
4754 * fvwm/module_interface.c (ExecuteModuleCommand):
4755 * fvwm/conditional.c (circulate_cmd):
4756 sometimes, DeferExecution was called although a window was already
4757 selected, for example with the "Current" commend; fixed
4759 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
4761 * libs/FImage.c (FShmSafeCreateImage):
4762 Fixed some safety tests
4764 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4766 * fvwm/events.c (__handle_cr_on_client):
4767 fixed a bug in the Jave configure request workaround
4769 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4771 * fvwm/events.c (__cr_detect_icccm_move):
4772 improved motion method detection for fullscreen requests
4774 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4776 * fvwm/add_window.c (AddWindow):
4777 * fvwm/screen.h (ScreenInfo):
4778 * fvwm/builtins.c (CMD_BugOpts):
4779 new BugOpts option DisplayNewWindowNames intended for debugging
4781 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4783 * libs/Bindings.c (FvwmStringToKeysym):
4784 small performance enhancement
4786 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
4788 fixed the FlickeringMoveWorkaround option which did nothing before
4790 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4792 * fvwm/style.c (style_parse_one_style_option):
4794 * fvwm/style.h (SIS_UNMANAGED):
4795 * fvwm/add_window.c (AddWindow):
4798 * fvwm/expand.c (expand_vars_extended):
4799 new variables $[w.iconfile] and $[w.miniiconfile]
4801 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4802 made left side of a relief one pixel longer at the bottom
4804 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4806 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
4807 * fvwm/style.c (style_set_old_focus_policy):
4808 fixed default window list order with ClickToFocus
4810 2004-02-04 Marcus Lundblad <ml@update.uu.se>
4812 * fvwm/libs/Flocale.h:
4813 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
4814 (FlocaleStringByteToCharOffset)
4815 (FlocaleStringCharToByteOffset)
4816 (FlocaleStringCharLength):
4817 Made utility functions available outside of Flocale
4819 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
4821 * fvwm/events.c (__test_for_motion):
4822 Fixed a lockup, see the long comment in the code
4824 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4826 * fvwm/schedule.c (execute_obj_func):
4827 fixed using uninitialised return code
4829 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
4831 * fvwm/builtins.c (do_title_style):
4832 Fixed MinHeight, it must reset the Height
4834 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4836 * fvwm/menus.c (menuShortcuts):
4837 applied menu navigation patch by Anton Kazennikov
4839 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4841 * libs/gravity.c (gravity_dir_to_string):
4842 (gravity_parse_dir_argument):
4843 use a constant for the dir table
4845 2003-12-16 Marcus Lundblad <ml@update.uu.se>
4847 * fvwm/Flocale.c (FlocaleEncodeString)
4848 (FlocaleDrawUnderline):
4849 Fixed crash when there's no Iconv support
4851 2003-12-16 olicha <olivier.chapuis@free.fr>
4854 Used the FUNC_FLAGS_TYPE in find_func_t declaration
4856 * sample.fvwmrc/system.fvwm2rc-sample-95:
4857 Added some Xft fonts
4859 2003-12-12 olicha <olivier.chapuis@free.fr>
4861 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
4862 Fixed ewmh FullScreen when an application start fullscreen and
4863 desactivate this state
4865 2003-12-04 olicha <olivier.chapuis@free.fr>
4867 * fvwm/placement.c (test_fit):
4869 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
4870 (EWMH_GetBaseStrutIntersection):
4871 (EWMH_GetStrutIntersection):
4872 Fixed placement vs the base struts
4874 2003-11-29 Mikhael Goikhman <migo@homemail.com>
4876 * sample.fvwmrc/system.fvwm2rc-sample-95:
4877 improved Debian specific menu
4879 2003-11-15 Mikhael Goikhman <migo@homemail.com>
4881 * sample.fvwmrc/system.fvwm2rc-sample-95:
4882 several updates; added Debian menu if found
4884 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4887 new configure option --en/disable-iconv
4889 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4891 * fvwm/menus.c (__mloop_handle_event):
4892 * fvwm/menustyle.c (menustyle_parse_style):
4894 new MenuStyle options PopupIgnore and PopupClose
4896 2003-11-02 Dan Espen <dane@mk.telcordia.com>
4898 * fvwm/menus.c (menu_binding): Remove debug code.
4899 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
4900 * fvwm/menus.h: Add menu_binding function.
4901 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
4903 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
4905 * libs/wcontext.h (enum): Add MENU context.
4906 * libs/wcontext.c (win_contexts): More common binding contexts first in
4908 * libs/charmap.c (charmap_string_to_mask): Space before char in error
4911 2003-11-01 Mikhael Goikhman <migo@homemail.com>
4915 increase version to 2.5.9
4917 2003-10-31 Mikhael Goikhman <migo@homemail.com>
4924 updated for 2.5.8 release
4926 2003-10-29 Mikhael Goikhman <migo@homemail.com>
4930 initially added files for deb package auto-creating procedure
4932 2003-10-26 Mikhael Goikhman <migo@homemail.com>
4936 added Swedish translations by Johan Svedberg
4941 2003-10-25 Mikhael Goikhman <migo@homemail.com>
4943 * fvwm/add_window.c (GetWindowSizeHints):
4944 reindented broken hint messages
4946 2003-10-23 Mikhael Goikhman <migo@homemail.com>
4949 improved Perl detection messages,
4950 restored FvwmGtkDebug independence from gtk libs
4952 2003-10-15 Mikhael Goikhman <migo@homemail.com>
4956 added German translations by Andrei Mitrofanow
4961 2003-10-11 Mikhael Goikhman <migo@homemail.com>
4966 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4969 * fvwm/conditional.c (CreateConditionMask):
4970 (MatchesConditionMask):
4971 (CreateConditionMask):
4972 * fvwm/fvwm.h (WindowConditionMask):
4973 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
4975 2003-09-23 olicha <olivier.chapuis@free.fr>
4977 * libs/FImage.c (FShmInit):
4980 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4982 * fvwm/focus.c (warp_to_fvwm_window):
4983 don't unnecessarily call MoveViewport
4985 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4987 * fvwm/decorations.c (__is_resize_allowed):
4990 2003-09-06 malu <ml@update.uu.se>
4992 * libs/FBidi.c (FBidiConvert):
4993 * libs/CombineChars.c (CombineChars):
4994 Fixed drawing combining characters on correct positions in
4995 right-to-left context
4997 2003-09-05 malu <ml@update.uu.se>
4999 * libs/Flocale.c (FlocaleDrawString):
5001 Fixed drawing of combining characters with font shadow
5002 (character offsets were miscalculated, since FlocaleTextWidth
5005 2003-09-05 malu <ml@update.uu.se>
5007 * libs/Flocale.c (FlocaleDrawUnderline):
5008 Fixed bug with text width when a string contains only
5009 "orphaned" combining characters (compensation for font shadowd
5012 2003-09-04 olicha <olivier.chapuis@free.fr>
5015 Added E.18, added comments on C.9 and C.15
5017 2003-09-03 olicha <olivier.chapuis@free.fr>
5019 * libs/Flocale.c (FlocaleTextWidth):
5020 Fixed a comb_char core dump
5023 Fixed compilation if either iconv, libpng or Xrender headers are
5024 not at a standard place
5026 2003-09-03 Mikhael Goikhman <migo@homemail.com>
5029 fixed error message for incorrect --with-SOMETHING-library argument
5031 2003-09-03 olicha <olivier.chapuis@free.fr>
5034 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5036 2003-09-02 olicha <olivier.chapuis@free.fr>
5041 2003-09-01 olicha <olivier.chapuis@free.fr>
5043 * libs/gravity.c (gravity_dir_to_string):
5044 A new interface function to transform a direction_t to a string
5046 2003-08-31 S. Anderson <sa@xmission.com>
5048 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5049 Fixed missing font charsets
5051 2003-08-28 olicha <olivier.chapuis@free.fr>
5053 * fvwm/move_resize.c (__move_loop):
5054 (AnimatedMoveAnyWindow):
5055 Updated bg of transparent tear off menu when moved
5057 * fvwm/events.c (HandlePropertyNotify):
5058 Updated ParentRelative tear off menu on bg change
5060 * fvwm/menus.c (UpdateMenuColorset):
5061 Updated colorsets of tear off menu when they change, this handle the
5062 case of root background change for RootTransparent
5065 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5066 An utility function for redrawing transparent tear off menu. Maybe
5069 * fvwm/add_window.c (validate_transientfor):
5070 Fixed transient for an ewmh desktop
5072 2003-08-27 olicha <olivier.chapuis@free.fr>
5074 * libs/FRender.c (FRenderRender):
5075 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5076 Removed and fixed some unused code
5078 2003-08-25 olicha <olivier.chapuis@free.fr>
5080 * fvwm/misc.c (GrabEm):
5081 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5083 * fvwm/modconf.c (send_color_limit):
5084 ifndefed color limit config info message which is not used anymore
5086 * fvwm/colorset.c (parse_colorset):
5087 Added a note on average bg
5089 2003-08-23 olicha <olivier.chapuis@free.fr>
5091 * fvwm/style.c (print_styles):
5092 More info on memory used
5094 * fvwm/style.c (__simplify_style_list):
5095 Fixed upward simplication
5097 2003-08-14 olicha <olivier.chapuis@free.fr>
5099 * fvwm/ewmh.c (ewmh_HandleMenu):
5100 Fixed the MENU window type, they are tear off menus
5103 * fvwm/update.c (apply_window_updates):
5104 * fvwm/stack.c (new_layer):
5105 * fvwm/ewmh.c (EWMH_GetStyle):
5106 Fixed EWMHUseStackingHints update
5108 * fvwm/window_flags.h:
5110 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5111 (ewmh_WMStateMaxHoriz):
5112 (ewmh_WMStateMaxVert):
5113 * fvwm/move_resize.c (unmaximize_fvwm_window):
5114 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
5115 uniconify and unshade when putting a window fullscreen
5117 * fvwm/ewmh_intern.h:
5118 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
5119 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
5121 * fvwm/move_resize.c (unmaximize_fvwm_window):
5124 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5125 * fvwm/decorations.c (SelectDecor):
5126 * fvwm/windowshade.c (CMD_WindowShade):
5127 Removed the decor for EWMH fullscreen windows, forbid shading and
5128 allows Resize and MoveResize without unsetting the fullscreen/maximized
5131 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
5132 (CMD_ResizeMaximize):
5133 Fixed ewmh state which was not set after these cmds
5135 2003-08-09 olicha <olivier.chapuis@free.fr>
5140 2003-08-08 olicha <olivier.chapuis@free.fr>
5142 * fvwm/borders.c (border_draw_vector_to_pixmap):
5143 Fixed inversion of fg and bg in vector buttons
5145 * fvwm/style.c (__simplify_style_list):
5148 * libs/System.c (fvwm_mkstemp):
5151 2003-08-07 olicha <olivier.chapuis@free.fr>
5154 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5156 * libs/System.c (fvwm_mkstemp):
5158 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
5159 exists and work correctly, if not a replacement function is used
5160 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
5163 * libs/fsm.c (unique_filename):
5164 (SetAuthentication):
5165 * fvwm/session.c (getUniqueStateFilename):
5166 Replaced tempnam by fvwm_mkstemp
5168 2003-08-07 olicha <olivier.chapuis@free.fr>
5171 * libs/FSMlib.h (new file):
5172 * fvwm/session.c (*):
5174 fvwmize SMlib and ICElib
5176 * fvwm/session.c (matchWin):
5177 Fixed window matching for windows with no SM_CLIENT_ID and a
5180 * libs/fsm.c (new file):
5181 * libs/fsm.h (new file):
5182 * fvwm/ConfigFvwmDefaults
5183 A set of functions for implementing a dummy session manager
5186 GNOME 1 hints and EWHM support is not a configure time option
5189 2003-08-06 Robert Wittek <r.wittek@gmx.net>
5191 * fvwm/add_window.c (AddWindow):
5192 fixed stickyness across desks over a restart
5194 2003-08-06 olicha <olivier.chapuis@free.fr>
5196 * fvwm/ewmh.c (EWMH_WindowInit):
5197 (EWMH_SetFrameStrut):
5198 Fixed position of kde tray windows in kicker
5200 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5202 * fvwm/module_interface.c (FlushMessageQueue):
5203 retry writing pipe if write returns EINTR
5205 2003-07-28 olicha <olivier.chapuis@free.fr>
5207 * fvwm/events.c (events_handle_configure_request):
5208 (HandleConfigureRequest):
5209 (__handle_configure_request):
5210 (__handle_cr_on_client):
5211 * fvwm/ewmh.c (ewmh_atom_client_win):
5212 * fvwm/ewmh_intern.h:
5213 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5214 (EWMH_ProcessClientMessage):
5215 Implemented _NET_MOVERESIZE_WINDOW
5217 * fvwm/fvwm.c (main):
5220 2003-07-25 olicha <olivier.chapuis@free.fr>
5222 * fvwm/ewmh.c (ewmh_HandleWindowType):
5223 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
5224 that one type and we do not support the first one.
5226 * fvwm/expand.c (expand_vars_extended):
5227 Fixed conflict between extended variables name (desk.name and
5230 * fvwm/session.c (callback_save_yourself):
5231 Respect the SmSaveGlobal save type. This should fix some session
5232 locking in the sm protocol
5234 * fvwm/session.c (setSmProperties):
5236 Set some sm properties when fvwm start for fixing a problem with
5237 the restart style hint after a restart.
5239 * fvwm/fvwm.c (get_display_name):
5242 * fvwm/session.c (setSmProperties):
5244 Added a possible positive or null arg to --single-screen which
5245 forces fvwm to start on the "current" display and the given
5246 screen. Use this to fix fvwm starting under a session manager:
5247 specify only the screen and not the display.screen for the
5250 * fvwm/fvwm.c (main):
5251 Fixed possible memory corruption if a display has more than
5254 * fvwm/session.c (*):
5257 2003-07-24 Mikhael Goikhman <migo@homemail.com>
5260 fixed xft/fontconfig detection with pkg-config
5263 corrections in some long option names
5265 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5267 * fvwm/add_window.c (setup_style_and_decor):
5268 * fvwm/geometry.c (set_window_border_size):
5269 * fvwm/fvwm.h (FvwmWindow):
5270 * fvwm/events.c (HandleShapeNotify):
5271 * fvwm/frame.c (frame_free_move_resize_args):
5272 (frame_setup_shape):
5273 (frame_reshape_border):
5274 fixed resizing of window borders if a window shape was added or deleted
5275 after the initial window setup
5277 * fvwm/update.c (apply_window_updates):
5280 * fvwm/events.c (__cr_detect_icccm_move):
5281 disable motion method detection for shaped windows
5283 2003-07-21 olicha <olivier.chapuis@free.fr>
5285 * fvwm/add_window.c (setup_window_structure):
5286 * fvwm/session.c (MatchWinToSM):
5287 Preserve is_name_changed window_flags within restart, session loading
5290 2003-07-20 olicha <olivier.chapuis@free.fr>
5292 * fvwm/ewmh.c (EWMH_Init):
5293 fixed _NET_WM_NAME for our ewmh WM_CHECK window
5295 * fvwm/fvwm.c (InternUsefulAtoms):
5297 * fvwm/session.c (GetWindowRole):
5298 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
5300 * fvwm/session.c (GetClientID):
5301 Better determination of the CLIENT_LEADER
5303 * fvwm/session.c (setSmProperties):
5304 Set the CloneCommand for gnome-session editor (the sm spec says this
5305 properties is required). Removed the commented XSM ifdef.
5307 * fvwm/session.c (matchWin):
5309 Consider client only if it has a client id or a wm command.
5310 Removed the "two entries" session previous commit
5312 2003-07-16 olicha <olivier.chapuis@free.fr>
5314 * fvwm/session.c (MatchWinToSM):
5315 Fixed restoring session state, if two window session entries have the
5316 same identifier ignore these entries
5318 2003-07-16 olicha <olivier.chapuis@free.fr>
5321 * fvwm/style.h (SID_GET_NAME):
5323 (SID_GET_WINDOW_ID):
5324 (SID_SET_WINDOW_ID):
5327 (SID_SET_HAS_WINDOW_ID):
5328 (SID_GET_HAS_WINDOW_ID):
5334 (SSET_ID_HAS_WINDOW_ID):
5335 (SGET_ID_HAS_WINDOW_ID):
5336 * fvwm/style.c (style_ids_are_equals):
5337 (style_id_equals_id):
5338 (styles_have_same_id):
5339 (fw_match_style_id):
5340 (one_fw_can_match_both_ids):
5341 (remove_all_of_style_from_list):
5342 (__simplify_style_list):
5343 (style_parse_one_style_option):
5345 (style_destroy_style):
5351 (CMD_DestroyWindowStyle):
5352 * fvwm/fvwm.h (style_id_t):
5354 * fvwm/functable.c (func_table):
5355 * fvwm/add_window.c (destroy_window):
5358 New WindowStyle and DestroyWindowStyle command for setting styles
5361 2003-07-14 Marcus Lundblad <ml@update.uu.se>
5363 * libs/Flocale.c (FlocaleDrawString):
5364 * libs/FBidi.c (FBidiConvert):
5365 fixed drawing of combining characters in the case where a string
5366 consists of only combining characters
5368 2003-07-13 Marcus Lundblad <ml@update.uu.se>
5370 * libs/CombineChars.c (CombineChars):
5371 bugfix: array mapping visual to logical position was allocated
5372 to small (factor 2) in decoposing code
5374 2003-07-11 Marcus Lundblad <ml@update.uu.se>
5376 * libs/Flocale.c (FlocaleEncodeWinString):
5379 * libs/Flocale.c (FlocaleDrawString):
5380 (FlocaleRotatedDrawString):
5381 removed some code duplication
5383 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5385 * libs/CombineChars.c (combclass_table):
5387 fixed supporting drawing marks superimposed that are in a combining
5390 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5392 * libs/Flocale.c (FlocaleRotateDrawString):
5394 fixed core dump when composing characters can't be converted to
5397 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5402 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5407 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5410 updated with reagrds to combing characters
5412 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5417 2003-07-09 Marcus Lundblad <ml@update.uu.se>
5419 * libs/Flocale.c (FlocaleEncodeString):
5420 (FlocaleEncodeWinString):
5421 (FlocaleRotateDrawString):
5422 (FlocaleDrawString):
5423 (FlocaleDrawUnderline):
5424 fixed rendering combining characters using Unicode font in a
5427 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5430 renamed MoveWindowByProgramMethod to MoveByProgramMethod
5432 2003-07-08 Marcus Lundblad <ml@update.uu.se>
5435 fixed FBidi.h macro to work with no FriBIDI
5437 2003-07-08 Marcus Lundblad <ml@update.uu.se>
5439 * libs/CombineChars.h (CombineChars):
5440 * libs/CombineChars.c (CombineChars):
5441 * libs/FBidi.h (FBidiConvert):
5442 * libs/FBidi.c (FBidiConvert):
5443 * libs/Flocale.c (FlocaleEncodeString):
5444 (FlocaleEncodeWinString):
5445 (FlocaleDrawUnderline):
5447 fixed drawing of underlines on characters to work in with BIDI
5448 and combining characters
5450 2003-07-08 Mikhael Goikhman <migo@homemail.com>
5453 closed D.1 with "no consensus" resolution
5455 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5458 documented tear off menus
5460 * fvwm/placement.c (PlaceWindow):
5461 StartsOnPage + SkipMapping overrides PPosition
5463 2003-07-07 Mikhael Goikhman <migo@homemail.com>
5466 solved a problem with CMD_Dummy and exact command spelling
5468 * libs/CombineChars.c:
5469 * libs/CombineChars.h:
5471 minor reformattings (use TABs not 8 spaces and a space after keywords
5472 like for, if or while)
5474 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5476 * fvwm/update.c (apply_window_updates):
5478 * fvwm/add_window.c (setup_style_and_decor):
5480 * fvwm/style.c (style_parse_one_style_option):
5481 (check_window_style_change):
5482 new style MoveWindowByProgramMethod
5484 * libs/PictureImageLoader.c (PImageLoadXpm):
5485 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
5487 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5488 implemented _NET_WM_STATE_FULLSCREEN handling
5490 * fvwm/move_resize.c (GetOnePositionArgument):
5491 fixed parsing of "+-x +-y" Move arguments
5493 use get_page_offset_check_visible
5495 * fvwm/geometry.c (get_page_offset_check_visible):
5496 new convenience function
5498 * fvwm/events.c (__handle_cr_on_client):
5499 fixed handling of gravities other than NW or Static
5500 (__cr_detect_icccm_move):
5503 2003-07-06 Marcus Lundblad <ml@update.uu.se>
5509 * libs/CombineChars.c:
5510 * libs/CombineChars.h:
5511 * libs/Flocale.c (FlocaleEncodeString):
5515 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
5518 2003-07-06 olicha <olivier.chapuis@free.fr>
5520 * libs/FRender.c (FRenderRender):
5523 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5525 * fvwm/ewmh.c (ewmh_check_wm_pid):
5527 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
5528 compliant ConfigureNotify handling
5530 2003-07-05 Marcus Lundblad <ml@update.uu.se>
5532 * libs/Flocale.c (FlocaleDrawUnderline):
5533 Commented out some non-working new code
5535 2003-07-05 Marcus Lundblad <ml@update.uu.se>
5537 * libs/Flocale.c (FlocaleDrawString):
5538 fixed drawing superimposed characters with a fontset
5540 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5542 * fvwm/events.c (__cr_detect_icccm_move):
5543 (__handle_cr_on_client):
5544 (__cr_get_grav_position):
5545 (__cr_get_static_position):
5546 * fvwm/window_flags.h:
5548 try to autodetect whether application uses the icccm way of moving
5549 windows of the traditional way always using static gravity
5552 moved SIGNAL_RETURN macro definition to acconfig.h
5554 * fvwm/module_interface.c (DeadPipe):
5555 * fvwm/fvwm.c (SigDone):
5558 use SIGNAL_RETURN macro
5560 * fvwm/events.c (__handle_cr_on_client):
5561 (__merge_cr_moveresize):
5562 (__cr_detect_icccm_move):
5564 * fvwm/events.c (__handle_cr_on_unmanaged):
5565 (__handle_cr_on_icon):
5566 (__handle_cr_on_shaped):
5567 (__handle_cr_restack):
5568 (__handle_cr_on_client):
5569 (HandleConfigureRequest):
5570 split the ConfigureRequest code into multiple functions
5572 * fvwm/update.c (apply_window_updates):
5573 fixed drawing of window decorations when "Style * Neverfocus" is used
5575 * fvwm/events.c (HandleKeyPress):
5576 fixed a bug with key binding contexts
5578 * fvwm/functions.c (__execute_function):
5579 * fvwm/expand.c (expand_vars):
5580 (expand_vars_extended):
5581 new extended variable $[func.context]
5585 moved some code to the new files
5596 fixed a problem with uninitialised global variable
5598 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5600 * libs/Bindings.c (key_modifiers):
5601 moved to new file wcontext.c
5603 * libs/gravity.c (gravity_parse_dir_argument):
5604 added aliases for compass directions:
5615 2003-07-02 Marcus Lundblad <ml@update.uu.se>
5618 * libs/Flocale.c (FlocaleDrawString):
5619 (FlocaleRotateDrawString):
5620 Fixes to work without Fribidi
5622 2003-07-01 Marcus Lundblad <ml@update.uu.se>
5627 2003-07-01 Marcus Lundblad <ml@update.uu.se>
5629 * libs/FbidiJoin.c (get_shaped_combined_char):
5631 Removed unused (get_shaped_combined_char) and commented out code
5632 Combining ligatures done in FCombineChars
5634 2003-07-01 Marcus Lundblad <ml@update.uu.se>
5636 * libs/Flocale.c (FlocaleDrawString):
5637 (FlocaleRotateDrawString):
5640 * libs/FBidi.c (FBidiConvert):
5642 * libs/FCombineChars.h:
5643 * libs/FCombineChars.c (FCombineChars):
5644 Added support for drawing superimposed combining characters
5646 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5649 * fvwm/functable.c (func_table):
5650 * fvwm/functions.c (CMD_TearMenuOff):
5655 merged all dummy commands into one: CMD_Dummy
5657 2003-07-01 olicha <olivier.chapuis@free.fr>
5659 * fvwm/menus.c (DestroyMenu):
5663 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5665 * fvwm/menustyle.c (menustyle_copy):
5669 2003-06-30 Marcus Lundblad <ml@update.uu.se>
5674 2003-06-30 olicha <olivier.chapuis@free.fr>
5676 * fvwm/menus.c (do_menu):
5678 (do_menu_close_tear_off_menu):
5679 (menu_close_tear_off_menu):
5680 Allowed to destroy tear off menu!
5682 * fvwm/menus.c (menu_tear_off):
5683 (menu_close_tear_off_menu):
5684 (do_menu_close_tear_off_menu):
5685 (clone_menu_root_static):
5691 Fixed client leaks (only create new client for menu if it is a tear off
5692 menu). Created a dedicated menu style for each tear off menu.
5694 * fvwm/menustyle.c (CMD_CopyMenuStyle):
5697 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
5699 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5701 * fvwm/virtual.c (do_move_window_to_desk):
5703 fixed "Visible" condition on non current desks
5705 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5709 shortened some comments
5710 removed GPL from .h files
5711 added GPL to all .c files
5712 include config.h in all .c files
5713 added "/* -*-c-*- */" where missing
5714 some reformatting and reindenting
5716 * fvwm/module_interface.c:
5717 * fvwm/module_interface.h:
5725 * fvwm/windowshade.c:
5727 * fvwm/conditional.c:
5739 * fvwm/add_window.c:
5743 * fvwm/eventhandler.h:
5745 * fvwm/add_window.h:
5751 renamed types func_type, repeat_t, initial_window_options_t,
5752 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
5753 last_added_item_type, common_flags_type, multi_direction_type,
5754 msg_masks_type to ..._t
5756 * fvwm/functions.c (__execute_function):
5757 (execute_complex_function):
5758 * fvwm/condrc.c (condrc_init):
5759 new function in new file to encapsulate all cond_rc_t handling
5762 * fvwm/fvwm.h (cond_rc_t):
5764 moved typed to new file
5768 * fvwm/functable.c (func_table):
5769 * fvwm/functions.c (__run_complex_function_items):
5770 (__execute_function):
5772 * fvwm/conditional.c (CMD_Break):
5773 (__rc_matches_rcstring_consume):
5774 Break takes the number of function levels to break out of as an
5777 * fvwm/expand.c (expand_vars_extended):
5778 * fvwm/conditional.c (circulate_cmd):
5781 (__rc_matches_rcstring_consume):
5790 (__run_complex_function_items):
5791 (execute_complex_function):
5795 * fvwm/conditional.c:
5796 renamed fvwm_cond_func_rc by cond_rc_t
5797 made a type a struct
5798 added a member to indicate the number of function levels to break out
5801 * fvwm/functable.c (func_table):
5802 * fvwm/conditional.c (CMD_TestRc):
5803 replaced conditional commands:
5805 CondCase -> KeepRc TestRc
5807 (__rc_matches_rcstring_consume):
5810 * fvwm/conditional.c (CMD_CondCase):
5811 fixed the CondCase command
5813 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5816 new configure option --deisable-gtk to disable detection of gtk library
5819 cleaned up documentation of conditional commands
5820 general man page cleanup
5822 2003-06-17 Dan Espen <dane@mk.telcordia.com>
5824 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
5827 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5830 cleaned up of CirculateHit... conditions
5832 2003-06-15 olicha <olivier.chapuis@free.fr>
5834 * fvwm/style.c (__simplify_style_list):
5835 Fixed is_merged_allowed: rest it to True when cur change
5836 Added "upward" simplification
5838 2003-06-14 olicha <olivier.chapuis@free.fr>
5840 * fvwm/style.c (__simplify_style_list):
5843 Fixed blockand which always returned True. Added blocksintersect which
5844 returns the same value as blockand but faster.
5846 2003-06-13 olicha <olivier.chapuis@free.fr>
5850 Fixed fontconfig and xft2 for version without *-config binnary. Used
5851 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
5852 fontconfig and xft2 if the version is < the required version
5853 (even if --disable-*test).
5855 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5858 define M_PI and M_PI_2 if they are not defined by math.h
5860 2003-06-10 Mikhael Goikhman <migo@homemail.com>
5862 * libs/Colorset.c (LoadColorset):
5863 added a note to update Colorsets.pm too when the format is changed
5865 2003-06-09 Mikhael Goikhman <migo@homemail.com>
5867 * WindowStyle_proposal.txt:
5868 s/WindowId/ThisWindow/ and other minor changes
5870 2003-06-06 olicha <olivier.chapuis@free.fr>
5872 * libs/PictureImageLoader.c (PImageLoadPng):
5873 Fixed loading of png images if the caller want no alpha
5875 2003-06-04 olicha <olivier.chapuis@free.fr>
5877 * libs/Flocale.c (FlocaleEncodeString):
5880 2003-06-03 Mikhael Goikhman <migo@homemail.com>
5883 only FCombineChars.c was distributed not FCombineChars.h
5885 2003-06-03 Marcus Lundblad <ml@update.uu.se>
5887 * libs/FCombineChars.c (convert_to_utf8)
5888 fixed a bug when converting back to UTF-8 and a bug giving
5889 garbage at end of string in some cases
5891 * libs/Flocale.c (FlocaleEncodeString)
5892 fixed problem regarding combining-characters when BIDI is used
5894 2003-05-31 Marcus Lundblad <ml@update.uu.se>
5897 * libs/Flocale.c (FlocaleEncodeString):
5898 * libs/FCombineChars.c:
5899 * libs/FCombineChars.h:
5900 implemeted support for combining characters
5902 2003-05-31 Mikhael Goikhman <migo@homemail.com>
5905 set the version 2.5.8
5907 2003-05-30 Mikhael Goikhman <migo@homemail.com>
5911 SetEnv with only one parameter is ignored now
5913 2003-05-30 Dan Espen <dane@mk.telcordia.com>
5915 * NEWS: Add 2.4.16 news.
5917 2003-05-29 Mikhael Goikhman <migo@homemail.com>
5919 * fvwm/functions.c (expand_extended_var):
5921 fixed expanding variables that are empty, for example $[w.resource]
5922 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
5927 2003-05-29 olicha <olivier.chapuis@free.fr>
5929 * fvwm/ewmh.c (ewmh_atom_wm_state):
5930 Do not claim that we support _NET_WM_STATE_FULLSCREEN
5932 2003-05-28 olicha <olivier.chapuis@free.fr>
5937 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5939 * fvwm/focus.c (__update_windowlist):
5940 don't fiddle with the window list for windows that are going to be
5943 * fvwm/add_window.c (delete_client_context):
5944 (destroy_auxiliary_windows):
5946 fixed empty frame windows when X reused the window id for a new window
5947 while the old one was scheduled to be destroyed
5949 2003-05-26 olicha <olivier.chapuis@free.fr>
5951 * fvwm/icons.c (GetIconBitmap):
5952 (set_icon_pixmap_background):
5954 (DrawIconPixmapWindow):
5956 Fixed loading of application supplied pixmap on 8/24 depth screen
5958 2003-05-25 Dan Espen <dane@mk.telcordia.com>
5960 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
5963 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
5966 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5968 * fvwm/misc.c (GrabEm):
5969 do not confine the pointer to the root window when grabbed; this can
5970 cause the pointer to be warped to another screen
5971 * fvwm/menus.c (get_menu_options):
5972 fixed placement of menus on Xinerama screens
5973 * libs/FScreen.c (FScreenGetResistanceRect):
5974 fixed function to do something useful
5975 * libs/Flocale.c (FlocaleDrawString):
5976 support font shadowing without colorsets
5977 * libs/ColorUtils.c:
5979 * fvwm/menuitem.c (menuitem_paint):
5980 do not use colorsets in menus if they are not defined
5981 * fvwm/menustyle.c (menustyle_parse_style):
5982 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
5985 2003-05-23 olicha <olivier.chapuis@free.fr>
5987 * fvwm/bindings.c (ParseBinding):
5988 (bind_get_bound_button_contexts):
5989 * libs/Bindings.c (GrabWindowButton):
5990 Fixed window button grabbing
5992 2003-05-22 olicha <olivier.chapuis@free.fr>
5994 * fvwm/colorset.c (parse_colorset):
5997 * fvwm/borders.c (border_fill_pixmap_background):
5998 Fixed problem with depth 1 pixmap
6000 * fvwm/conditional.c (CMD_On):
6003 * fvwm/conditional.c (CreateConditionMask):
6004 Fixed memory leaks for layer and state
6006 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6009 added perllib/FVWM/Tracker/Makefile
6011 2003-05-22 olicha <olivier.chapuis@free.fr>
6015 * fvwm/style.c (print_styles):
6016 * fvwm/builtins.c (CMD_PrintInfo):
6017 New style subject to PrintInfo
6019 2003-05-20 olicha <olivier.chapuis@free.fr>
6021 * libs/Flocale.c (FlocaleGetFontOrFontSet):
6022 Allowed empty xft font name
6025 * libs/flist.c (new file):
6026 * libs/flist.h (new file):
6027 Added a flist structure and some basic function for handling such
6030 * libs/FGettext.c (*):
6031 Use the new flist struct and functions interface
6033 * fvwm/screen.h (ScreenInfo):
6034 * fvwm/update.c (destroy_scheduled_windows):
6035 * fvwm/add_window.c (destroy_window):
6036 Added a list for the windows which are scheduled for destroy
6037 Remove a fw at once from the fw list when we destroy_window
6039 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6041 * fvwm/style.c (CMD_DestroyStyle):
6042 do not update windows if no style was deleted
6043 (check_window_style_change):
6044 fixed update of window styles w/ DestroyStyle
6046 2003-05-18 olicha <olivier.chapuis@free.fr>
6048 * fvwm/conditional.c (CMD_On):
6049 Added x,r,w,f and i file condition to the On command
6051 * fvwm/add_window.c (destroy_window):
6052 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6053 but scheduled for destroy. Not sure that the fix is good.
6055 * fvwm/functions.c (__execute_function):
6057 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6058 This fixes some cores dumps with "recursives" functions
6060 * fvwm/borders.c (border_create_root_transparent_pixmap):
6061 (border_draw_decor_to_pixmap):
6062 Fixed a core dump with a root transparent rotated title
6063 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6065 * libs/FGettext.c (fgettext_add_one_path):
6067 (FGettextSetLocalePath):
6068 Fixed memory leak and chainning
6070 * fvwm/builtins.c (CMD_PrintInfo):
6071 Fixed a parsing leak
6073 * fvwm/conditional.c (Circulate):
6074 Fixed a mask memory leaks
6077 * libs/Flocale.c (FlocaleGetFont):
6078 (FlocaleGetFontSet):
6079 (FlocaleGetFftFont):
6080 Fixed a core dump when a 0 font is given with an encoding hints.
6081 Added a default FFT font
6083 * fvwm/builtins.c (CMD_DefaultFont):
6084 Fixed a core dump when the default font change and a redraw
6085 (icon or window) is proceeded before flush_window_updates is called
6087 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6088 Fixed gradients copy
6090 * fvwm/menustyle.c (menustyle_parse_style):
6091 Fixed UMR's related to colorset
6093 * fvwm/builtins.c (ReadDecorFace):
6094 Removed inconsistent #if 0 code and comments about leak and MiniIcon
6098 * fvwm/menustyle.c (menustyle_free):
6099 Fixed a fore stipple gc leak
6101 * fvwm/windowlist.c (CMD_WindowList):
6102 Fixed a sor_keyname memory leak
6104 * fvwm/fvwm.c (ResetAllButtons):
6105 Fixed the default buttons memory leak
6107 2003-05-08 olicha <olivier.chapuis@free.fr>
6109 * fvwm/windowlist.c (CMD_WindowList):
6110 Fixed a memory leak if MaxLabelWidth is used
6112 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6114 * fvwm/functions.c (__context_has_window):
6115 (__execute_function):
6117 fixed excution of functions requiring a window without a window when
6118 called with "silent" from a complex function
6120 2003-05-07 olicha <olivier.chapuis@free.fr>
6122 * libs/System.c (searchPath):
6125 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6127 * fvwm/move_resize.c (__move_loop):
6131 2003-05-03 olicha <olivier.chapuis@free.fr>
6136 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
6139 Minor typo corrections.
6141 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6143 * fvwm/move_resize.c (__move_loop):
6149 2003-04-28 olicha <olivier.chapuis@free.fr>
6151 * fvwm/ewmh.c (ewmh_atom_wm_state):
6153 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
6154 (ewmh_WMStateStaysOnBottom):
6155 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
6157 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6159 * fvwm/module_interface.c (do_execute_module):
6160 * fvwm/fvwm.c (main):
6161 * libs/envvar.c (flib_putenv):
6162 * fvwm/builtins.c (add_to_env_list):
6165 fixed putenv memory leaks
6167 * libs/envvar.c (strIns):
6171 replacement for putenv without memory leaks
6176 * fvwm/fvwm.c (StartupStuff):
6178 * fvwm/add_window.c (free_window_names):
6180 * fvwm/events.c (HandlePropertyNotify):
6182 * fvwm/menus.c (do_menu):
6184 (__mloop_exit_selected):
6186 * fvwm/menucmd.c (menu_func):
6189 * fvwm/builtins.c (CMD_Destroy):
6191 call destroy_window right after XKillClient; do not wait for the window
6194 * fvwm/menucmd.c (menu_func):
6195 * fvwm/windowlist.c (CMD_WindowList):
6198 2003-04-26 Mikhael Goikhman <migo@homemail.com>
6201 several updates (FvwmGtk, gettext)
6203 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6205 * fvwm/menucmd.c (menu_func):
6206 * fvwm/windowlist.c (CMD_WindowList):
6208 * fvwm/menus.c (is_double_click):
6211 (pop_menu_down_and_repaint_parent):
6212 (__mloop_get_event_timeout_loop):
6213 (__mloop_get_event):
6214 (__mloop_handle_event):
6215 (__mloop_select_item):
6216 (__mloop_make_popup):
6217 (__mloop_get_mi_actions):
6220 (__mloop_handle_action_with_mi):
6221 (__mloop_handle_action_without_mi):
6223 (menu_enter_tear_off_menu):
6224 (menu_close_tear_off_menu):
6226 replaced the pfw and pcontext members of the MenuParameters structure
6227 with an execution context pointer
6228 (_menu_execute_function):
6229 wrapper function to simplyfy command execution from within menus
6231 fixed warping pointer to first menu item when invoked with the mouse
6233 * fvwm/execcontext.c:
6236 2003-04-26 Mikhael Goikhman <migo@homemail.com>
6243 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
6245 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6247 * fvwm/menus.c (do_menu):
6248 the NoWarp position hint option works with root menus too
6250 * fvwm/ConfigFvwmDefaults:
6251 removed GrabFocusOff and GrabFocusTransient since they nullify the
6252 default with the plain focus policies
6254 2003-04-24 olicha <olivier.chapuis@free.fr>
6256 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6257 Fixed a miss print in my previous commit
6259 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6261 (ewmh_WMStateStaysOnBottom):
6262 * fvwm/ewmh.c (ewmh_AllowsMinimize):
6263 * fvwm/ewmh_intern.h:
6264 Added comment on the implementation at the top of ewmh.c.
6265 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
6266 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
6267 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
6268 and _NET_WM_STATE_BELOW.
6271 Added David Fries. Updated my entries.
6276 2003-04-23 olicha <olivier.chapuis@free.fr>
6278 * fvwm/module_interface.c (CMD_KillModule):
6279 Fixed a leak when we have an alias
6281 * libs/Picture.c (PFreeFvwmPictureData):
6283 New interface function for just freeing the allocated data (not
6286 2003-04-22 olicha <olivier.chapuis@free.fr>
6288 * fvwm/colorset.c (get_root_pixmap):
6289 Fixed a minor memory leak
6291 * fvwm/functions.c (execute_complex_function):
6292 Fixed uninitialized d.type
6294 * libs/Ficonv.c (FiconvSetupConversion):
6295 (FiconvUtf8ToCharset):
6296 (FiconvCharsetToUtf8):
6299 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
6302 Fixed a core dump and safety check related to not loaded font
6304 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6309 2003-04-16 olicha <olivier.chapuis@free.fr>
6311 * fvwm/ewmh_events.c (ewmh_CloseWindow):
6314 (ewmh_WMStateHidden):
6315 Check if functions are allowed
6317 * fvwm/ewmh.c (ewmh_HandleDesktop):
6319 Set Desktop and Dock uniconifiable and unmaximazable
6321 * fvwm/menuitem.c (menuitem_paint):
6323 Fixed greyed action with EWMH desktop
6325 2003-04-16 Mikhael Goikhman <migo@homemail.com>
6328 documented FvwmEvent behaviour of executing window related event
6329 handlers within a window context
6332 updated WindowId entry
6334 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6336 * fvwm/schedule.c (deschedule):
6339 * fvwm/module_interface.c (DeleteMessageQueueBuff):
6340 (ExecuteCommandQueue):
6341 * libs/queue.c (fqueue_init):
6342 (fqueue_remove_or_operate_from_front):
6343 (fqueue_remove_or_operate_from_end):
6344 (fqueue_remove_or_operate_all):
6346 (fqueue_unlock_queue):
6347 (fqueue_lock_queue):
6348 (fqueue_add_at_front):
6349 (fqueue_add_inside):
6353 * libs/queue.c (fqueue_remove_or_operate_all):
6354 (fqueue_remove_or_operate_from_end):
6355 (fqueue_remove_or_operate_from_front):
6356 * fvwm/module_interface.c (DeleteMessageQueueBuff):
6357 (ExecuteCommandQueue):
6358 * fvwm/schedule.c (deschedule):
6359 (check_deschedule_obj_func):
6360 (deschedule_obj_func):
6362 (check_execute_obj_func):
6367 2003-04-15 Mikhael Goikhman <migo@homemail.com>
6369 * fvwm/ConfigFvwmDefaults:
6371 * fvwm/windowlist.c:
6372 * sample.fvwmrc/system.fvwm2rc-sample-95:
6374 WindowListFunc is executed now within a window context,
6375 so "WindowId $0" is not needed anymore in its definition
6377 2003-04-14 olicha <olivier.chapuis@free.fr>
6381 Documented LocalePath and $[gt.str]. FvwmScript news.
6383 * fvwm/expand.c (expand_vars_extended):
6384 Fixed $[gt.str] expansion
6387 New gettext domain FvwmScript
6389 * libs/FGettext.c (FGettextCopy):
6391 New interface function which copies the string
6393 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6395 * fvwm/conditional.c (CMD_Cond):
6396 allow to negate the condition code with '!' prefix
6398 * fvwm/schedule.c (CMD_Schedule):
6400 support hexadecimal ids
6402 * libs/Parse.c (GetIntegerArguments):
6403 (_get_suffixed_integer_arguments):
6404 (GetSuffixedIntegerArguments):
6405 (GetIntegerArgumentsAnyBase):
6406 new utitily function to allow hexadecimal integer arguments
6408 2003-04-10 olicha <olivier.chapuis@free.fr>
6410 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
6411 (FlocaleGetCharsetOfFontStruct):
6412 (FlocaleGetCharsetFromName):
6413 (FlocaleFixNameForFontSet):
6414 (FlocaleGetFontSet):
6415 (FlocalePrintLocaleInfo):
6416 * libs/FlocaleCharset.h:
6417 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
6418 (FlocaleCharsetPrintXOMInfo):
6419 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
6421 2003-04-08 olicha <olivier.chapuis@free.fr>
6423 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6424 fixed the default font name
6426 2003-04-07 Mikhael Goikhman <migo@homemail.com>
6428 * fvwm/events.c (HandlePropertyNotify):
6429 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
6430 completely ignore application requests to set exactly the same
6431 window name or icon name (xmms sets it every second),
6432 this avoids some redundant module messages and redraws
6434 2003-04-05 Mikhael Goikhman <migo@homemail.com>
6439 2003-04-04 olicha <olivier.chapuis@free.fr>
6442 Fixed a miss print in fribidi config check
6444 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6446 * fvwm/focus.c (__restore_focus_after_unmap):
6447 iconified windows without an icon do not receive focus
6449 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6451 * fvwm/virtual (CMD_GotoDeskAndPage):
6452 different "GotoDeskAndPage prev" fix that works with any viewports, not
6453 just multiples of the screen size
6455 2003-03-29 Mikhael Goikhman <migo@homemail.com>
6457 * fvwm/virtual (CMD_GotoDeskAndPage):
6458 fixed "GotoDeskAndPage prev" with desks larger than 2x2
6460 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6465 * fvwm/menucmd.c (menu_func):
6466 fixed double key presses to choose default menu action
6468 * fvwm/focus.c (__update_windowlist):
6469 fixed order of window list with SloopyFocus when using the Focus
6472 2003-03-22 Mikhael Goikhman <migo@homemail.com>
6475 clarified some things, typo fixed
6477 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6479 * libs/Colorset.c (CreateBackgroundPixmap):
6480 (GetWindowBackgroundPixmapSize):
6481 (get_aspect_dimensions):
6482 fixed size calculation of aspect pixmaps
6484 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6486 * fvwm/icons.c (clear_icon):
6490 * fvwm/geometry.c (get_icon_geometry):
6491 (modify_icon_position):
6492 set a valid icon picture position if there is neither a picture nor a
6495 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6499 reformatted to fit better on the web page
6501 2003-03-15 Mikhael Goikhman <migo@homemail.com>
6504 added items from "My TODO" message on 2003-01-02
6507 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
6509 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6512 removed debug output
6514 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6516 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
6517 (FScreenFetchMangledScreenFromUSPosHints):
6518 two functions to allow USPosition hints from modules and StartsOnScreen
6519 work at the same time
6521 * fvwm/conditional.c (direction_cmd):
6522 Some fixes, reformatting and improvements.
6524 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6526 * fvwm/icons.c (Iconify):
6527 initialise icon position to +0+0 if there is neiter a picture nor a
6530 * fvwm/functions.c (DeferExecution):
6536 * fvwm/update.c (apply_window_updates):
6537 fixed drawing of sticky icon titles when the stickyicon style is being
6540 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6542 * fvwm/placement.c (CMD_PlaceAgain):
6543 * fvwm/add_window.c (setup_window_placement):
6544 * fvwm/virtual.c (MapDesk):
6545 update the GNOME hints desk when changing desks; fixes placeagain with
6547 some placeagain fixes
6549 * fvwm/fvwm.1.in (Example):
6550 removed duplicate Iconify section
6555 * fvwm/functable.c (func_table):
6556 * fvwm/functions.h (func_type):
6557 * fvwm/functions.c (__execute_function):
6558 (execute_complex_function):
6560 fixed a new and and old window selection bug
6562 2003-03-09 Dan Espen <dane@mk.telcordia.com>
6564 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
6565 detected with Purify.
6567 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6569 * libs/Colorset.c (SetWindowBackgroundWithOffset):
6570 use None, not 0 for Window structures
6572 * fvwm/events.c (InitEventHandlerJumpTable):
6574 (__handle_key_event):
6575 * fvwm/bindings.c (ParseBinding):
6579 removed key release binding because they can not work reliably
6581 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6583 * fvwm/functable.c (func_table):
6584 trigger on ButtonPress for many of the functions
6586 * fvwm/functions.c (__execute_function):
6587 (__execute_function):
6588 fixed conditional commands a la "Current" triggered on root window
6590 2003-03-01 Dan Espen <dane@mk.telcordia.com>
6592 * todo-2.6: Closed B.2, C.21.
6594 2003-02-28 olicha <olivier.chapuis@free.fr>
6597 * fvwm/events.c (HandleConfigureRequest):
6598 Added a workaround for application with broken max/min size hints
6599 vs a size configure request. This "fixes" floating java JToolBar.
6601 * fvwm/add_window.c (GetWindowSizeHints):
6602 Check that the max size hint is not broken relatively to the the base
6605 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6609 released 2.5.6, set version to 2.5.7
6615 2003-02-26 Tony Finch <dot@dotat.at>
6617 * fvwm/borders.c (border_draw_one_border_part):
6618 Don't draw the handle relief marks when the border is flat.
6620 2003-02-27 Mikhael Goikhman <migo@homemail.com>
6623 s/fribdi_in_path/fribidi_in_path/
6626 spell checking and some reformatting
6628 2003-02-26 olicha <olivier.chapuis@free.fr>
6630 * fvwm/borders.c (border_setup_bar_pixmaps):
6631 Fixed a miss-print which can cause a core dump
6634 Added a 2.6 TODO file
6636 2003-02-25 Dan Espen <dane@mk.telcordia.com>
6638 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
6639 void functioin cannot return a value.
6641 2003-02-25 olicha <olivier.chapuis@free.fr>
6644 Fixed compilation warning if fribidi is in path
6646 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6648 * fvwm/windowlist.c (CMD_WindowList):
6649 removed unused instruction
6651 2003-02-22 Dan Espen <dane@mk.telcordia.com>
6653 * configure.in: Remove nested function from -Werror check.
6654 Lets configure work without gcc.
6657 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
6659 2003-02-21 Dan Espen <dane@mk.telcordia.com>
6661 * fvwm/functions.c (__run_complex_function_items): Make Break start
6664 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6666 * fvwm/move_resize.c (get_outline_rects):
6667 (draw_move_resize_grid):
6668 initial drawing and final undrawing of wire frame no longer toggles the
6669 pixel in the top left corner of the screen
6671 * fvwm/expand.c (expand_vars):
6672 disabled warnings about one letter variables
6674 2003-02-17 Dan Espen <dane@mk.telcordia.com>
6676 * README: Update to reflect release 2.5.x.
6677 * NEWS: Update news for FvwmPager drag fix.
6679 2003-02-15 olicha <olivier.chapuis@free.fr>
6684 2003-02-13 olicha <olivier.chapuis@free.fr>
6686 * fvwm/gnome.c (GNOME_SetClientList):
6687 Applied David Fries patch which fixes a possible crash with more
6689 (GNOME_SetClientList):
6690 malloc -> safemalloc
6692 2003-02-09 Dan Espen <dane@mk.telcordia.com>
6694 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
6695 Give the XorValue range.
6697 2003-02-08 Dan Espen <dane@mk.telcordia.com>
6699 * fvwm/fvwm.1.in: Fully document the emulate command.
6701 2003-02-06 olicha <olivier.chapuis@free.fr>
6703 * fvwm/borders.c (get_common_decorations):
6704 (border_get_border_background):
6706 2003-02-05 Dan Espen <dane@mk.telcordia.com>
6708 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
6710 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6713 * fvwm/menuitem.c (menuitem_get_size):
6714 * fvwm/menus.c (calculate_item_sizes):
6715 renamed "mips" to mipst
6717 * fvwm/menuitem.c (menuitem_get_item_size):
6718 * fvwm/menus.c (_calculate_item_sizes):
6719 backed out patch from 30-Jan-2003
6721 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6724 * fvwm/menuitem.c (menuitem_get_item_size):
6725 * fvwm/menus.c (_calculate_item_sizes):
6726 functions renamed due to global name space collision with IRIX 6.5
6728 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6731 added tests/hints/Makefile.am
6733 2003-01-24 Dan Espen <dane@mk.telcordia.com>
6735 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
6737 2003-01-20 Dan Espen <dane@mk.telcordia.com>
6739 * sample.fvwmrc/DecorWin95:
6740 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
6741 Replace a long time ago.
6743 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6745 * fvwm/stack.c (new_layer):
6746 (collect_transients_recursive):
6750 * fvwm/events.c (HandleConfigureRequest):
6751 fixed placement of icons
6752 fixed size calculations of icons
6754 2003-01-18 Mikhael Goikhman <migo@homemail.com>
6757 fixed $[desk.name<n>] that was masked by $[desk.n],
6758 added $[desk.pagesx] and $[desk.pagesy]
6760 2003-01-16 Dan Espen <dane@mk.telcordia.com>
6762 * NEWS: Update news. Spelling fixes 2.5.x news.
6763 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
6764 its not interactive.
6766 2003-01-12 Mikhael Goikhman <migo@homemail.com>
6769 added a short description together with the commands
6771 2003-01-12 Marcus Lundblad <ml@update.uu.se>
6774 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
6777 2003-01-11 Mikhael Goikhman <migo@homemail.com>
6781 deprecate all single letter variables, new variables are supported now
6782 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
6783 $[desk.n], $[version.num], $[version.info], $[version.line].
6785 2003-01-07 Marcus Lundblad <ml@update.uu.se>
6787 * fvwm/style.c (style_parse_one_style_option):
6789 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
6790 DisallowMaximizeFixedSize
6792 2003-01-06 Dan Espen <dane@mk.telcordia.com>
6794 * fvwm/fvwm.1.in: Lang check.
6796 2003-01-03 olicha <olivier.chapuis@free.fr>
6801 * fvwm/ewmh_intern.h:
6802 * fvwm/ewmh_names.c:
6803 * fvwm/ewmh_icons.c:
6804 * fvwm/ewmh_events.c:
6809 * fvwm/functable.c (func_table):
6810 * fvwm/fvwm.c (setVersionInfo):
6813 Removed GNOME and HAVE_EWMH ifdef
6816 Documented UseTitleDecorRotation
6818 2003-01-03 Mikhael Goikhman <migo@homemail.com>
6820 * fvwm/module_interface.c (MoveViewport):
6821 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
6822 M_NEW_PAGE now has 7 arguments
6824 2003-01-02 olicha <olivier.chapuis@free.fr>
6827 Documented the new icon style options
6831 * fvwm/icons.c (DrawIconTitleWindow):
6832 (DrawIconPixmapWindow):
6833 (setup_icon_title_size):
6834 * fvwm/style.c (style_parse_one_style_option):
6835 Fixed IconTitleRelief and IconBackgroundRelief arguments
6837 * fvwm/icons.c (GetIconPicture):
6838 (SetIconPixmapSize):
6839 Fixed IconSize style for non shaped depth > 1 pixmaps
6841 2003-01-02 Mikhael Goikhman <migo@homemail.com>
6845 * fvwm/conditional.c (CMD_On):
6848 new conditional command On for non-window related conditions
6850 * fvwm/execcontext.h:
6851 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
6852 two new exec contexts for restarting
6854 2003-01-02 olicha <olivier.chapuis@free.fr>
6856 * fvwm/builtins.c (ReadMultiPixmapDecor):
6857 StretchedPixmap -> AdjustedPixmap
6860 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
6861 Documented the new MultiPixmap syntax
6863 2002-12-31 Mikhael Goikhman <migo@homemail.com>
6867 * fvwm/builtins.c (ReadTitleButton):
6869 new button state shortcuts AllActiveUp, AllActiveDown,
6870 AllInactiveUp, AllInactiveDown
6872 2002-12-31 olicha <olivier.chapuis@free.fr>
6874 * libs/PictureGraphics.c (PCopyArea):
6875 Fixed rendering of depth 1 pixmap with a mask
6877 * fvwm/update.c (apply_window_updates):
6878 Fixed icon bg cset update
6880 * fvwm/events.c (HandlePropertyNotify):
6881 * fvwm/geometry.c (move_icon_to_position):
6882 Fixed non shaped icons with a bg padding but without cs bg
6885 * fvwm/style.c (style_parse_icon_size_style):
6887 * fvwm/fvwm.h (window_style):
6888 * fvwm/add_window.c (setup_icon_size_limits):
6889 * fvwm/icons.c (SetIconPixmapSize):
6891 New option to IconSize style: Adjusted, Streched, Shrunk
6893 * fvwm/icons.c (SetIconPixmapSize):
6895 Always center the icon with IconSize if the icon has a background
6897 2002-12-30 Mikhael Goikhman <migo@homemail.com>
6900 FvwmWindowMenu renaming; compact long diagnostics into half of line
6903 documeted and corrected new features
6906 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
6907 since these are the only way currently to create themes
6912 2002-12-30 olicha <olivier.chapuis@free.fr>
6915 * fvwm/icons.c (setup_icon_title_size):
6916 (set_icon_pixmap_background):
6918 (DrawIconTitleWindow):
6919 (DrawIconPixmapWindow):
6923 * fvwm/events.c (HandleEnterNotify):
6925 (HandleLeaveNotify):
6926 (HandlePropertyNotify):
6927 * fvwm/borders.c (border_draw_decorations):
6930 * fvwm/add_window.c (setup_icon_background_parameters):
6931 (setup_icon_title_parameters):
6932 (setup_style_and_decor):
6934 * fvwm/geometry.c (move_icon_to_position):
6936 * fvwm/style.c (check_window_style_change):
6937 (update_style_colorset):
6938 (update_icon_title_cs_style):
6939 (update_icon_title_cs_hi_style):
6940 (update_icon_background_cs_style):
6943 * fvwm/update.c (apply_window_updates):
6944 New style options IconBackgroundColorset, IconTitleColorset,
6945 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
6946 and IconBackgroundPadding
6948 2002-12-28 Mikhael Goikhman <migo@homemail.com>
6951 fixed compilation without XShm
6953 * fvwm/borders.c (border_rotate_titlebar_descr):
6954 fixed warning: deprecated use of label at end of compound statement
6956 2002-12-27 olicha <olivier.chapuis@free.fr>
6958 * fvwm/ConfigFvwmDefaults:
6959 UseTitleDecorRotation is a default
6961 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6962 (do_relieve_rectangle):
6964 * fvwm/borders.c (border_draw_title_stick_lines):
6965 (border_create_root_transparent_pixmap):
6966 (border_mp_render_into_pixmap):
6967 (border_draw_decor_to_pixmap):
6968 (border_mp_render_into_pixmap):
6969 (border_mp_get_titlebar_descr):
6970 (border_mp_draw_mp_titlebar):
6971 (border_draw_decor_to_pixmap):
6972 (border_set_button_pixmap):
6973 (border_get_titlebar_draw_descr):
6974 (border_set_title_pixmap):
6975 (border_rotate_titlebar_descr):
6976 (border_get_titlebar_descr):
6977 Completed UseTitleDecorRotation
6979 2002-12-26 olicha <olivier.chapuis@free.fr>
6981 * fvwm/update.c (apply_window_updates):
6982 * fvwm/frame.c (frame_get_titlebar_dimensions):
6983 (frame_set_decor_gravities):
6984 * fvwm/borders.c (border_set_button_pixmap):
6985 (border_get_titlebar_descr):
6986 (border_draw_one_button):
6987 Buttons order follows the title text rotations.
6988 More UseTitleDecorRotation preparation
6990 * fvwm/borders.c (border_draw_decor_to_pixmap):
6993 2002-12-24 olicha <olivier.chapuis@free.fr>
6995 * fvwm/borders.c (border_mp_render_into_pixmap):
6996 (border_fill_pixmap_background):
6997 Some borders drawing fixes
6999 * libs/Graphics.c (CreateRotatedPixmap):
7000 * fvwm/geometry.c (get_title_font_size_and_offset):
7001 * fvwm/update.c (apply_window_updates):
7002 * fvwm/borders.c (border_set_button_pixmap):
7003 (border_get_titlebar_draw_descr):
7004 (border_draw_title):
7005 (border_rotate_titlebar_descr):
7006 (border_get_titlebar_descr):
7007 More UseTitleDecorRotation preparation
7009 2002-12-22 Dan Espen <dane@mk.telcordia.com>
7011 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7012 so we won't get so many application bugs report to fvwm-workers.
7014 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7016 2002-12-21 Marcus Lundblad <ml@update.uu.se>
7018 * fvwm/style.c (style_parse_one_style_option):
7021 * fvwm/window_flags:
7022 * fvwm/decorations.c (is_function_allowed,
7023 __is_resize_allowed):
7024 Added styles Closable, Iconifiable, Maximizable and
7025 AllowMaximizeFixedSize
7026 * fvwm/conditional.c (MatchesConditionMask,
7027 CreateConditionMask):
7028 Added conditionals Closable,Iconifiable and Maximizable
7030 Documented styles Closable, Iconifiable, Maximizable and
7031 AllowMaximizeFixedSize and conditionals
7032 Closable,Iconifiable and Maximizable
7034 2002-12-20 olicha <olivier.chapuis@free.fr>
7036 * fvwm/window_flags.h:
7038 * fvwm/update.c (apply_window_updates):
7040 * fvwm/style.c (style_parse_one_style_option):
7042 UseTitleDecorRotation style preparation
7044 * fvwm/fvwm.c (main):
7045 Use best TrueColor visual
7047 * fvwm/borders.c (border_get_border_gcs):
7048 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7049 window which may have a depth != Pdepth
7051 * fvwm/menus.c (paint_side_pic):
7052 * fvwm/menuitem.c (menuitem_paint):
7053 * fvwm/icons.c (DrawIconPixmapWindow):
7054 * fvwm/colorset.c (parse_colorset):
7055 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7058 2002-12-19 olicha <olivier.chapuis@free.fr>
7060 * libs/Graphics.c (CreateRotatedPixmap):
7062 New interface function CreateRotatedPixmap
7064 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7066 * libs/PictureGraphics.c (PCreateRenderPixmap):
7067 (PCreateDitherPixmap):
7068 * libs/Graphics.c (CreateGradientPixmap):
7069 (CreateRotatedPixmap):
7072 * libs/FShm.h (new file):
7073 * libs/FImage.h (new file):
7074 * libs/FImage.c (new file):
7076 * fvwm/fvwm.c (setVersionInfo):
7077 Added MIT Shared Memory Extension for XImage
7083 * fvwm/builtins.c (ReadDecorFace):
7085 * fvwm/borders.c (border_draw_decor_to_pixmap):
7086 (border_fill_pixmap_background):
7087 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7089 2002-12-17 Mikhael Goikhman <migo@homemail.com>
7092 shape-and-join fixes from Nadim Shaikli (slightly modified)
7094 2002-12-16 olicha <olivier.chapuis@free.fr>
7096 * libs/PictureGraphics.h:
7097 * libs/PictureGraphics.c (PTileRectangle):
7098 (PGraphicsCreateTiledPicture):
7099 * libs/Graphics.c (CreateTiledPixmap):
7100 New interface function: PGraphicsCreateTiledPicture
7103 * fvwm/fvwm.c (CreateGCs):
7104 Added a global (Scr) alpha GC
7108 * fvwm/builtins.c (ReadMultiPixmapDecor):
7109 (update_decorface_colorset):
7111 * fvwm/borders.c (border_get_tb_parts_to_draw):
7112 (border_fill_pixmap_background):
7113 (border_setup_bar_pixmaps):
7114 (border_get_bar_pixmaps):
7115 (border_free_bar_pixmaps):
7116 (border_mp_render_into_pixmap):
7117 (border_mp_get_length):
7118 (border_mp_get_titlebar_descr):
7119 (border_mp_get_geometry):
7120 (border_mp_get_use_title_style_parts_and_geometry):
7121 (border_mp_draw_mp_titlebar):
7122 (border_draw_decor_to_pixmap):
7123 (border_draw_title_deep):
7124 (border_get_titlebar_draw_descr):
7125 (border_setup_use_title_style):
7126 (border_get_titlebar_descr_state):
7127 (border_get_titlebar_descr):
7128 (border_get_transparent_decorations_part):
7129 (border_draw_title_stick_lines):
7130 MultiPixmap can use Colorset and Solid color. Various others minor
7131 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
7132 "main" drawing code and remove the #ifdef.
7133 New option to ButtonStyle and TitleStyle: StretchedPixmap.
7134 Use the new Scr.AlphaGC.
7136 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7138 * fvwm/add_window.c (validate_transientfor):
7139 do not ignore transientfor hint for iconified windows
7141 2002-12-12 Jason Weber <baboon@imonk.com>
7144 * fvwm/conditional.c (CMD_ScanForWindow):
7147 rename ScanWindow to ScanForWindow
7149 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7151 * fvwm/menuitem.c (menuitem_paint):
7152 * fvwm/colorset.c (parse_colorset):
7153 * fvwm/icons.c (DrawIconPixmapWindow):
7154 * fvwm/focus.c (_SetFocusWindow):
7155 (_ReturnFocusWindow):
7157 (_ForceDeleteFocus):
7158 (__activate_window_by_command):
7159 patches to prevent UMR messages in memory debuggers
7161 2002-12-11 Jason Weber <baboon@imonk.com>
7163 * fvwm/fvwm.1.in: Added ScanWindow
7165 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
7168 Generalized CMD_Direction into direction_cmd.
7169 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
7170 Replace Cycle prefix with secondary direction argument.
7172 2002-12-10 Dan Espen <dane@mk.telcordia.com>
7174 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
7176 2002-12-05 Marcus Lundblad <ml@update.uu.se>
7177 * fvwm/conditional.c (CreateConditionMask):
7178 Implemented conditional "FixedSize" and "HasHandles"
7180 Documented conditional options "FixedSize" and "HasHandles".
7182 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7184 * fvwm/placement.c (PlaceWindow):
7185 fixed StickyAcrossDesks w/ StartsOnPage
7189 * fvwm/ewmh_conf.c (set_state_workaround):
7190 * fvwm/update.c (apply_window_updates):
7191 * fvwm/windowlist.c (CMD_WindowList):
7192 * fvwm/ewmh_events.c (ewmh_WMDesktop):
7193 (ewmh_WMStateSticky):
7194 * fvwm/conditional.c (CreateConditionMask):
7195 * fvwm/gnome.c (GNOME_SetHints):
7197 (GNOME_HandlePropRequest):
7198 * fvwm/placement.c (SmartPlacement):
7203 * fvwm/session.c (SaveWindowStates):
7206 * fvwm/ewmh.c (check_desk):
7207 (EWMH_SetWMDesktop):
7208 (ewmh_ComputeAndSetWorkArea):
7209 (ewmh_HandleDynamicWorkArea):
7210 (ewmh_HandleDesktop):
7213 (ewmh_HandleToolBar):
7214 * fvwm/virtual.c (UnmapDesk):
7217 (do_move_window_to_desk):
7218 * fvwm/icons.c (setup_icon_title_size):
7219 (DrawIconTitleWindow):
7222 * fvwm/borders.c (is_button_toggled):
7223 (get_common_decorations):
7224 (border_draw_title_stick_lines):
7225 * fvwm/add_window.c (AddWindow):
7226 * fvwm/move_resize.c (__move_window):
7228 (is_window_sticky_across_pages):
7229 (is_window_sticky_across_desks):
7235 (CMD_StickAcrossPages):
7236 (CMD_StickAcrossDesks):
7237 (stick_across_pages):
7238 (stick_across_desks):
7239 (handle_stick_across_desks):
7240 (handle_stick_across_pages):
7242 * fvwm/fvwm.h (struct):
7243 * fvwm/style.c (style_parse_one_style_option):
7244 (check_window_style_change):
7246 * fvwm/window_flags.h:
7247 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
7248 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
7251 * fvwm/focus.c (CMD_Focus):
7253 (__activate_window_by_command):
7254 (__update_windowlist):
7255 (__set_focus_to_fwin):
7257 (_ReturnFocusWindow):
7259 (_ForceDeleteFocus):
7260 fixed window list order with FlipFocus command
7262 2002-12-08 Mikhael Goikhman <migo@homemail.com>
7266 document bidi entry undocumented in 2.5.5
7268 2002-12-06 olicha <olivier.chapuis@free.fr>
7271 Fixed the "detection" of the LINGUAS variable
7274 Added ar to ALL_LINGUAS
7277 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7279 * fvwm/move_resize.c (__resize_window):
7280 fixed handling of MontionNotify and PropertyNotify events
7282 2002-12-03 olicha <olivier.chapuis@free.fr>
7284 * fvwm/borders.c (border_draw_decor_to_pixmap):
7285 (border_get_border_background):
7286 (get_common_decorations):
7289 * fvwm/builtins.c (CMD_PrintInfo):
7290 New subject nls to PrintInfo
7292 * libs/FGettext.c (*):
7293 New command FlocalePath
7295 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7299 changed version to 2.5.6
7305 2002-12-02 olicha <olivier.chapuis@free.fr>
7307 * libs/FRenderInit.c (FRenderInit):
7308 Fixed alpha depth if !XRenderSupport
7310 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7311 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7313 * libs/PictureImageLoader.h:
7314 Fixed image loading on bigedian machine
7316 2002-12-01 Mikhael Goikhman <migo@homemail.com>
7318 * libs/FBidi.c (FBidiConvert):
7319 several small changes
7320 * libs/FBidiJoin.c (shape_n_join):
7321 enabled a new bidi shaping code
7323 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7325 * fvwm/frame.c (frame_restore_client_gravities):
7326 (frame_free_move_resize_args):
7327 fixed a redrawing problem after shading a window
7329 2002-11-29 olicha <olivier.chapuis@free.fr>
7332 Defined AM_PATH_PROG_WITH_TEST and re-enable it
7336 Fixed two missprints
7338 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7340 * fvwm/bindings.c (ParseBinding):
7341 fix for stroke-less compile
7343 2002-11-29 olicha <olivier.chapuis@free.fr>
7345 * fvwm/commands.h (enum):
7346 * fvwm/functable.c (func_table):
7347 * fvwm/builtins.c (CMD_LocalePath):
7348 * libs/FGettext.c (FGettextSetLocalePath):
7350 Preparation for LocalePath command
7352 * fvwm/screen.h (ScreenInfo):
7353 * fvwm/fvwm.c (CreateGCs):
7354 Rename Scr.TileGC to Scr.BordersGC
7357 A libintl autoconf fix
7359 * libs/Colorset.c (CreateBackgroundPixmap):
7360 Do not grab the server when we dump the E setroot pixmap
7362 2002-11-29 olicha <olivier.chapuis@free.fr>
7369 Added NLS support with gnu gettext
7371 * fvwm/fvwm.c (main):
7374 * fvwm/expand.c (expand_vars_extended):
7375 New extanded variable $[gt.any_string]
7377 * fvwm/virtual.c (CMD_DesktopName):
7378 * fvwm/windowlist.c (get_desk_title):
7379 * fvwm/expand.c (expand_vars_extended):
7380 * fvwm/fvwm.c (SetRCDefaults):
7381 * fvwm/ConfigFvwmSetup:
7382 Mark some strings to be translated
7384 * libs/FGettext.c (new file):
7385 * libs/FGettext.c (new file):
7387 gnu gettext libintl warper
7389 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7391 * fvwm/add_window.c (RestoreWithdrawnLocation):
7392 rixed rxvts with S/E gravity travelling off screen upon recapture after
7395 * fvwm/events.c (__handle_key_event):
7396 * fvwm/bindings.c (activate_binding):
7397 (__rebind_global_key):
7398 fixed unbinding pointerkey bindings removing the grab for this key
7401 * fvwm/events.c (__is_bpress_window_handled):
7402 fixed click on override redirect windows being handled by the root
7405 * fvwm/misc.c (GrabEm):
7406 confine the pointer to the root window when grabbed
7408 * fvwm/events.c (HandleUnmapNotify):
7409 fixed reparenting problem with restarts from desks != 0
7411 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7414 removed experimental code
7416 2002-11-28 olicha <olivier.chapuis@free.fr>
7418 * fvwm/borders.c (border_get_border_background):
7419 (border_draw_decor_to_pixmap):
7420 (border_fill_pixmap_background):
7421 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
7424 2002-11-26 Mikhael Goikhman <migo@homemail.com>
7426 * fvwm/fvwm.c (InitVariables):
7427 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
7429 * fvwm/virtual.c (CMD_EdgeScroll):
7432 * fvwm/ConfigFvwmDefaults:
7433 do not include empty ConfigFvwmProxyDefaults, added one binding
7435 2002-11-26 olicha <olivier.chapuis@free.fr>
7437 * libs/Colorset.c (CreateBackgroundPixmap):
7438 * fvwm/colorset.c (parse_colorset):
7439 Be more safe with the E root pixmap
7441 2002-11-25 olicha <olivier.chapuis@free.fr>
7443 * fvwm/move_resize.c (__move_loop):
7444 Redraw the transparent decoration parts when a move is abored
7446 * fvwm/colorset.c (parse_colorset):
7447 Fixed the fgsh Colorset colors when the Image change but not the bg
7449 2002-11-24 Jason Weber <baboon@imonk.com>
7451 * fvwm/conditional.c (CMD_Direction):
7452 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
7453 eventual traversal of all windows over repeated calls. It also cycles
7454 back to the opposite extent when it hits the limit in the given
7457 2002-11-22 olicha <olivier.chapuis@free.fr>
7460 * fvwm/borders.c (get_common_decorations):
7461 (border_get_parts_and_pos_to_draw):
7462 (border_get_changed_border_parts):
7463 (border_get_frame_pixmap, new):
7464 (border_get_border_background):
7465 (border_draw_one_border_part):
7466 (border_draw_decorations):
7467 (border_get_tb_parts_to_draw):
7468 (border_fill_pixmap_background):
7469 (border_get_titlebar_descr_state, new):
7470 (border_draw_titlebar):
7471 (border_setup_bar_pixmaps, new):
7472 (border_get_bar_pixmaps, new):
7473 (border_free_bar_pixmaps, new):
7474 (border_setup_use_title_style, new):
7475 (border_set_button_pixmap):
7476 (border_set_title_pixmap):
7477 (border_draw_one_button):
7478 (border_set_button_pixmap):
7479 (border_draw_title_deep):
7480 (border_get_transparent_decorations_part, new):
7481 Title, Border and Buttons Style Colorset Option: Drawing
7483 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
7486 * fvwm/frame.c (__frame_setup_window):
7487 (frame_has_handles_and_tiled_border):
7488 (frame_create_move_resize_args):
7489 (frame_free_move_resize_args):
7490 Title, Border and Buttons Style Colorset Option: External drawing
7491 stuff. Basically additional redrawing for RootTransparent
7493 * fvwm/builtins.c (update_decorface_colorset, new):
7494 (update_titlebutton_colorset, new):
7495 (update_decors_colorset, new):
7496 (update_fvwm_colorset):
7497 Title, Border and Buttons Style Colorset Option: Dynamic updating
7500 * fvwm/builtins.c (ReadDecorFace):
7501 Title, Border and Buttons Style Colorset Option: Configuration
7503 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
7505 Title, Border and Buttons Style Colorset Option: Convinent macros and
7508 2002-11-18 Dan Espen <dane@mk.telcordia.com>
7510 * libs/Makefile.am: Add missing Bindings.h.
7512 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7514 * fvwm/move_resize.c (__move_loop):
7515 send M_CONFIGURE_WINDOW only when the window actually moves
7517 2002-11-16 Mikhael Goikhman <migo@homemail.com>
7524 incorporated a shape-and-join bidi functionality from Nadim Shaikli
7525 with minor improvements; it is disabled for now (#if 0) since
7526 some Arabic chars cause core dump
7528 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7530 * fvwm/fvwm.1.in (Examples):
7531 added documentation of Icon option for PlaceAgain command
7533 * fvwm/events.c (__handle_key_event):
7534 fixed global key binding problem
7536 2002-11-15 olicha <olivier.chapuis@free.fr>
7538 * libs/Bindings.c (MatchBindingExactly):
7539 (__compare_binding):
7540 compile fixes w/o stroke lib
7543 * fvwm/geometry.c (get_title_font_size_and_offset):
7544 * fvwm/builtins.c (do_title_style):
7545 New MinHeight option to TitleStyle
7547 2002-11-15 olicha <olivier.chapuis@free.fr>
7549 * fvwm/builtins.c (update_fvwm_colorset):
7554 * fvwm/colorset.c (update_root_transparent_colorset):
7555 Fixed update of the RootTransparent colorset in fvwm
7557 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7559 * libs/Bindings.c (__compare_binding):
7560 (MatchBindingExactly):
7561 compoile fixes w/o stroke lib
7563 2002-11-14 olicha <olivier.chapuis@free.fr>
7568 Removed any reference on "xft and flickering"
7570 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7572 * fvwm/eventmask.h (XEVMASK_ICONW):
7573 * fvwm/events.c (HandleKeyRelease):
7575 (__handle_key_event):
7576 * fvwm/bindings.c (ParseBinding):
7578 * libs/Bindings.h (enum):
7579 implemented key release bindings; prefix the key name with a '-';
7580 does not work well with some applications
7582 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7587 * fvwm/bindings.c (ParseBinding):
7590 (bind_get_bound_button_contexts):
7596 (RemoveMatchingBinding):
7601 (GrabAllWindowKeysAndButtons):
7602 * fvwm/module_interface.c (CMD_ModuleSynchronous):
7603 * fvwm/events.c (__handle_bpress_on_root):
7604 (__handle_bpress_on_managed):
7605 (HandleButtonRelease):
7606 * fvwm/builtins.c (CMD_Wait):
7608 * libs/fvwmlib.h (enum):
7609 fixed Key vs. PointerKey with "A"ny context
7611 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7613 * fvwm/icons.c (Iconify):
7614 icon placement safety patch
7616 fixed initial position of application provided icon windows
7618 * fvwm/session.c (LoadWindowStates):
7619 fixed parsing of strings beginning with whitespace in session file
7621 * fvwm/fvwm.1.in (Note):
7622 * fvwm/style.c (style_set_old_focus_policy):
7623 * libs/defaults.h (DEF_FP_MODIFIERS):
7624 set default modifiers for raising/focusing to N again
7626 2002-11-11 olicha <olivier.chapuis@free.fr>
7629 * fvwm/fvwm.c (main):
7631 named-palette -> visual-palette, -N -> -P
7633 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7635 * fvwm/ConfigFvwmDefaults:
7636 include ConfigFvwmProxyDefaults
7638 * fvwm/fvwm.c (usage):
7639 polished usage message
7641 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7643 * fvwm/fvwm.c (usage):
7645 cleaned up usage and error messages
7646 use short option names in usage message an man page synopsis
7647 all options are case sensitive
7648 do not mention the "-" style long options in the man page; instead use
7651 * fvwm/add_window.c (setup_frame_window):
7652 * fvwm/events.c (HandleMapNotify):
7653 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
7654 fixed empty decorations after recapture
7656 * fvwm/geometry.c (get_icon_geometry):
7657 * fvwm/icons.c (clear_icon):
7658 fixed icon jumping to 0 0 when the icon layout changes after the icon
7659 has been moved manually
7661 * fvwm/move_resize.c (__move_icon):
7662 fixed MoveToPage with icons
7664 2002-11-09 olicha <olivier.chapuis@free.fr>
7666 * libs/Fft.c (FftGetRotatedFont):
7669 Check the return result of FftPatternGetMatrix
7672 * libs/PictureBase.h:
7675 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7677 * fvwm/ewmh_conf.c (set_state_workaround):
7678 * fvwm/functable.c (func_table):
7679 * fvwm/update.c (apply_window_updates):
7680 * fvwm/windowlist.c (CMD_WindowList):
7681 * fvwm/ewmh_events.c (ewmh_WMDesktop):
7682 (ewmh_WMStateSticky):
7683 * fvwm/conditional.c (CreateConditionMask):
7684 (CreateConditionMask):
7685 * fvwm/gnome.c (GNOME_SetHints):
7687 (GNOME_HandlePropRequest):
7688 * fvwm/placement.c (SmartPlacement):
7693 * fvwm/session.c (SaveWindowStates):
7695 * fvwm/ewmh.c (check_desk):
7696 (EWMH_SetWMDesktop):
7697 (ewmh_ComputeAndSetWorkArea):
7698 (ewmh_HandleDynamicWorkArea):
7699 (ewmh_HandleDesktop):
7702 (ewmh_HandleToolBar):
7703 * fvwm/virtual.c (UnmapDesk):
7707 (do_move_window_to_desk):
7708 * fvwm/icons.c (setup_icon_title_size):
7709 (DrawIconTitleWindow):
7712 * fvwm/borders.c (is_button_toggled):
7713 (get_common_decorations):
7714 (border_draw_title_stick_lines):
7715 * fvwm/add_window.c (AddWindow):
7716 * fvwm/move_resize.c (__move_window):
7717 (is_window_sticky_on_page):
7718 (is_window_sticky_on_desk):
7724 (handle_stick_page):
7725 (handle_stick_desk):
7726 (__handle_stick_exit):
7729 * fvwm/style.c (style_parse_one_style_option):
7730 (check_window_style_change):
7733 New Style options stickypage and stickydesk
7734 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
7735 StickyDesk, OnlyStickyPage, OnlyStickyDesk
7736 New conditions StickyPage and StickyDesk
7737 New commands StickPage and StickDesk
7739 * fvwm/move_resize.c (__move_window):
7740 do not unstick a window when using MoveToScreen
7746 * fvwm/functable.c (func_table):
7747 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
7748 renamed EWMHBaseStrut to EwmhBaseStruts
7750 * fvwm/style.c (style_set_old_focus_policy):
7751 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
7752 (style_parse_one_style_option):
7753 renamed "Border" style to "Borders"
7754 removed "NoBorder" style; use !Borders instead
7755 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
7756 renamed PlacmentOverlapPercentPenalties to
7757 MinOverlapPercentPlacementPenalties
7764 Fixed compiler warnings
7766 2002-11-09 Mikhael Goikhman <migo@homemail.com>
7769 autogenerate FvwmWindowLister files
7772 mention fvwm-menu-directory and fvwm-menu-desktop as examples
7773 of MissingSubmenuFunction and DynamicPopupAction
7775 2002-11-08 olicha <olivier.chapuis@free.fr>
7777 * libs/PictureUtils.c (alloc_color_proportion):
7778 (alloc_color_proportion_dither):
7779 (alloc_color_proportion_grey):
7781 (free_colors_in_table):
7783 (init_static_colors_table):
7784 (PictureFreeColors):
7785 (PictureInitColors):
7786 (PicturePrintColorInfo):
7787 Fixed StaticColor visual. Rename some of the color allocators. Clean up
7790 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7792 * fvwm/move_resize.c (__move_window):
7793 ignore MoveToPage with sticky windows
7795 * fvwm/conditional.c (Circulate):
7797 Next and Prev commands begin looking at the context window, if any
7799 * fvwm/focus.c (__focus_grab_buttons):
7800 fixed initial button grabbing on client window
7802 * fvwm/stack.c (BroadcastRestack):
7803 split long packets, fixed a bug and cleaned up
7805 * libs/Module.c (ReadFvwmPacket):
7806 ignore packets that are too long
7809 document PopupDelay and PopdownDelay defaults
7811 2002-11-06 olicha <olivier.chapuis@free.fr>
7813 * libs/Fft.c (FftGetFont):
7814 (FftGetRotatedFont):
7815 Use a more perfectioned method for loading font with Xft/Fc. This
7816 method allows sanity check. Preserve the matrix when rotating
7819 * libs/Flocale.c (FlocaleGetMinOffset):
7820 (FlocaleRotateDrawString):
7821 (FlocaleGetFontSet):
7823 * libs/Fft.c (FftDrawString):
7825 * libs/FftInterface.h:
7826 * fvwm/geometry.c (get_title_font_size_and_offset):
7827 Move the computation of the good "y" for drawing text into Flocale.
7828 Use the max ascent, descent and height for font metric (in the place
7831 * libs/Flocale.c (FlocalePrintLocaleInfo):
7833 * libs/Fft.c (FftPrintPatternInfo):
7835 * fvwm/builtins.c (CMD_PrintInfo):
7838 New option "Locale" to PrintInfo Command
7840 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7842 * fvwm/events.c (HandleExpose):
7845 2002-11-04 Dan Espen <dane@mk.telcordia.com>
7847 * fvwm/fvwm.1.in: colour -> color
7850 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7853 * fvwm/fvwm.c (usage):
7857 2002-11-04 olicha <olivier.chapuis@free.fr>
7860 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
7862 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
7864 (PictureFreeColors):
7865 (PicturePrintColorInfo):
7866 Trace colours allocation out of the pallet in depth <= 8. Better
7867 information on coulours
7869 * libs/Fft.c (FftGetRotatedFont):
7871 Fixed rotated font when the original font has a matrix
7873 * libs/PictureBase.c (PictureInitCMapRoot):
7874 * libs/PictureUtils.h:
7875 * libs/PictureUtils.c (PictureInitColors):
7876 (PictureAllocColorTable):
7877 * libs/PictureBase.h (PictureColorLimitOption):
7878 * fvwm/fvwm.c (main):
7880 New options -strict-color-limit, -allocate-pallet, -static-pallet,
7881 -named-pallet. -color-limit now take only integer argument.
7884 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7886 * libs/Module.h (struct):
7887 new type FvwmWinPacketBodyHeader to access the standard fields in a
7888 packet with a window
7890 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7895 * fvwm/functable.c (func_table):
7897 * fvwm/style.c (style_parse_one_style_option):
7898 (parse_and_set_window_style):
7902 added a new command FocusStyle as a shorthand for
7903 "Style * FP..., FP..."
7905 * fvwm/builtins.c (__parse_vector_line_one_coord):
7906 (__parse_vector_line):
7908 split vector line parsing into sub functions
7910 fixed core dump in vector button offset patch
7912 2002-11-01 Marcus Lundblad <ml@update.uu.se>
7914 * fvwm/screen.h (vector_coords):
7915 added fields for offsets
7916 * fvwm/builtins.c (ReadDecorFace):
7917 rewrote parser for vector definitions to accept optional offsets
7918 * fvwm/fvwm.c (LoadDefaultLeftButton):
7919 (LoadDefaultRightButton)
7920 set default values for offsets
7921 * fvwm/borders.c (border_draw_vector_to_pixmap):
7922 updated XDrawLine call to take offsets into account
7924 documented new options for vector offsets
7926 2002-11-01 olicha <olivier.chapuis@free.fr>
7928 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
7929 Fixed icon tint pixel, it was set to icon tint percent during some
7932 2002-10-31 olicha <olivier.chapuis@free.fr>
7934 * libs/PictureUtils.c (PictureAllocColorImage):
7935 (PictureOpenImageColorAllocator):
7936 (PictureCloseImageColorAllocator):
7937 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7940 (PImageCreatePixmapFromArgbData):
7941 (PImageLoadPixmapFromFile):
7942 * libs/PictureBase.h (FvwmPictureThing):
7943 (PictureImageColorAllocator):
7945 * libs/Picture.c (PDestroyFvwmPicture):
7946 (PLoadFvwmPictureFromPixmap):
7947 * libs/Graphics.c (CreateGradientPixmap):
7949 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7950 Added a new way to allocate colors for image and gradient. This method
7951 allows, in particular, to save (in a "fast" way) the allocated pixels
7952 with a minimal memory usage.
7953 Fixed color leaks for png, ewmh and dithered xpm images.
7955 * fvwm/add_window.c (destroy_icon):
7956 * fvwm/fvwm.h (FvwmWindow):
7957 * fvwm/icons.c (GetIconFromFile):
7960 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7964 * fvwm/stack.c (enum):
7965 (position_new_window_in_stack_ring):
7967 (must_move_transients):
7970 (__raise_lower_recursion):
7971 (__raise_or_lower_window):
7972 (raise_or_lower_window):
7973 (collect_transients_recursive):
7974 (__is_restack_transients_needed):
7976 (CMD_RestackTransients):
7977 new command RestackTransients which works like Raise and Lower but does
7978 not restack windows that are not transient
7979 renamed some functions
7983 corrected cursor movement key bindings
7985 * fvwm/bindings.c (activate_binding):
7986 fixed problem w/ bindings being overridden by applications OpenOffice
7989 2002-10-29 Mikhael Goikhman <migo@homemail.com>
7996 include FvwmProxy to build
7998 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8001 exclude FvwmProxy from build
8007 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8010 added FvwmProxy module
8012 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8015 * fvwm/windowlist.c (CMD_WindowList):
8016 renamed SortClassName to SortByClass
8018 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8020 * fvwm/menustyle.c (menustyle_update):
8021 (menustyle_parse_style):
8022 (menustyle_get_styleopt_index):
8023 (menustyle_parse_style):
8024 (CMD_CopyMenuStyle):
8026 removed HilightRelief MenuStyle and hard coded it
8028 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8030 * fvwm/menus.c (make_menu_window):
8031 fixed updating menu background with "Menustyle * Background"
8033 * fvwm/stack.c (__get_stacking_sibling):
8035 fixed another stacking problem
8037 2002-10-28 Mikhael Goikhman <migo@homemail.com>
8041 corrected and lined up several help lines
8044 added --enable-xinerama-emulation description
8046 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8048 * fvwm/stack.c (restack_windows):
8049 (__get_stacking_sibling):
8050 fixed another stacking problem
8052 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8054 * fvwm/add_window.c (AddWindow):
8055 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8056 windows starting lowered or on other layers in FvwmPager
8058 * fvwm/stack.c (restack_windows):
8059 (__get_visible_window):
8060 fixed a stacking problem with layers
8062 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8064 * fvwm/functable.c (func_table):
8067 2002-10-24 Mikhael Goikhman <migo@homemail.com>
8071 * fvwm/windowlist.c:
8072 new WindowList option SortByResource
8074 * fvwm/style.c (check_window_style_change):
8075 * libs/FlocaleCharset.c:
8079 place recent authors to the top, not bottom
8082 corrected typo in error message
8084 2002-10-23 Dan Espen <dane@mk.telcordia.com>
8086 * fvwm/fvwm.1.in: Lang check done.
8088 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8091 work on new menu loop code
8097 * fvwm/menus.c (__mloop_handle_event):
8098 (__mloop_get_event):
8099 (__mloop_handle_action_with_mi):
8100 * fvwm/menus.h (MenuReturn):
8101 renamed MenuReturn member menu to target_menu
8103 * fvwm/menus.c (__mloop_handle_event):
8104 * fvwm/menus.h (MenuReturn):
8105 removed a "write only" member of MenuReturn
8107 * fvwm/conditional.c (circulate_cmd):
8108 fixed the "Any" command
8110 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8112 * fvwm/stack.c (mark_transient_subtree):
8113 fixed stack ring corruption with iconified transients
8115 fixed a problem with lowering windows below the icons of their
8118 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8124 * libs/PictureBase.h:
8128 renamed colorset_struct to colorset_t
8130 2002-10-22 olicha <olivier.chapuis@free.fr>
8132 * libs/PictureUtils.c:
8133 Minor fixes and add #if O experimental code
8135 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8137 * fvwm/icons.c (DrawIconPixmapWindow):
8139 * fvwm/events.c (HandlePropertyNotify):
8140 * libs/Fft.c (FftDrawString):
8141 * libs/Colorset.c (DumpColorset):
8143 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8144 use renamed colorset_struct members
8146 * libs/Colorset.h (colorset_struct):
8147 renamed and re-sorted members and cut down bit field lengths for
8150 * fvwm/menustyle.c (menustyle_update):
8153 * fvwm/stack.c (restack_windows):
8154 fixed flickering when raising transients; can't prevent flickering when
8155 lowering a window completely
8157 fixed unnecessary error message
8159 * fvwm/fvwm.c (main):
8162 * fvwm/stack.c (__restack_window):
8163 fixed a stacking problem with icons
8165 * fvwm/add_window.c (destroy_icon):
8168 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8170 * fvwm/menuitem.c (menuitem_paint):
8171 * fvwm/menustyle.c (menustyle_parse_style):
8172 * fvwm/menus.c (paint_side_pic):
8175 (repaint_transparent_menu):
8176 * fvwm/menustyle.h (MenuLook):
8177 cleaned up menu drawing code, fixed last patch
8179 * fvwm/menuitem.c (menuitem_paint):
8180 * fvwm/menustyle.c (menustyle_parse_style):
8181 fixed HilightBack default
8183 * fvwm/bindings.c (binding_cmd):
8184 (bind_get_bound_button_contexts):
8186 * fvwm/screen.h (ScreenInfo):
8187 fixed mouse bindings with buttons > 5
8189 * fvwm/menuitem.c (menuitem_paint):
8190 * fvwm/menustyle.c (menustyle_parse_style):
8191 (menustyle_parse_style):
8192 (CMD_CopyMenuStyle):
8195 * fvwm/menus.c (repaint_transparent_menu):
8197 HilightBack and ActiveFore are now independent
8199 2002-10-18 olicha <olivier.chapuis@free.fr>
8201 * libs/PictureUtils.c (get_color_index):
8202 (create_mapping_table):
8203 (PictureAllocColorTable):
8204 Use a new distance and method for color approximation. Use 68 colors
8205 for the default under depth 8. I am happy with this, should use a
8206 similar distance method for dithering
8208 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8209 (PictureAllocColorTable):
8210 (PictureDitherByDefault):
8213 (PicturePrintColorInfo):
8214 * libs/PictureUtils.h:
8215 Allows -color-limit to work with any visual and depth for testing
8216 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
8219 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
8221 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8223 * fvwm/add_window.c (get_default_window_attributes):
8226 * fvwm/builtins.c (CMD_ChangeDecor):
8227 removed some duplicate redrawing
8229 * fvwm/update.c (apply_decor_change):
8230 suppress duplicate window update upon ChangeDecor
8231 (apply_window_updates):
8232 do not delete the focus window
8234 2002-10-17 olicha <olivier.chapuis@free.fr>
8239 * libs/Colorset.c (CreateBackgroundPixmap):
8240 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
8242 * fvwm/builtins.c (CMD_Colorset):
8243 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
8245 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8247 * fvwm/add_window.c (AddWindow):
8248 * fvwm/update.c (apply_window_updates):
8249 * fvwm/move_resize.c (handle_stick):
8251 suppress drawing of sticky decorations initially
8252 reduce module communication overhead when (un)sticking windows
8254 * fvwm/borders.c (border_draw_decorations):
8255 * fvwm/window_flags.h:
8257 * fvwm/frame.c (frame_create_move_resize_args):
8258 (get_resize_decor_gravities_one_axis):
8259 (frame_mrs_setup_draw_decorations):
8261 initialize window decorations with a "None" pixmap;
8262 delay drawing window decorations initially to prevent drawing multiple
8264 => windows grabbing the focus upon startup are drawn focused
8267 * fvwm/frame.c (frame_free_move_resize_args):
8268 reparent the frame hide windows to NoFocusWin instead of Root to
8269 suppress unnecessary ReparentNotify events
8271 2002-10-16 olicha <olivier.chapuis@free.fr>
8273 * fvwm/fvwm.c (main):
8277 Fixed compilation with X cvs
8279 * libs/Colorset.c (CreateBackgroundPixmap):
8282 * fvwm/events.c (HandlePropertyNotify):
8283 * fvwm/colorset.c (update_root_pixmap):
8284 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
8285 to found a root pixmap
8287 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8289 * fvwm/bindings.c (bind_get_bound_button_contexts):
8290 another mouse binding fix
8292 * fvwm/conditional.c (CreateConditionMask):
8294 all conditions have a negation with '!' prepended
8298 Current, All, Pick, ThisWindow and PointerWindow imply the
8299 CirculateHitShaded condition.
8301 * fvwm/focus.c (__focus_grab_buttons):
8302 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
8303 fixed bindings using mouse buttons >= 6
8305 2002-10-15 olicha <olivier.chapuis@free.fr>
8307 * libs/PictureUtils.c (PicturePrintColorInfo):
8310 * fvwm/functable.c (func_table):
8311 * fvwm/builtins.c (CMD_PrintInfo):
8313 New cmd PrintInfo. Only one arg at present time: "Colors"
8315 * fvwm/fvwm.c (main):
8316 Auto detect card with 2 hardware colormaps and choose the best
8319 * libs/PictureUtils.c (PictureInitColors):
8321 * libs/PictureUtils.h:
8322 * fvwm/fvwm.c (main):
8323 * libs/PictureBase.c (PictureInitCMapRoot):
8325 * libs/PictureBase.h:
8326 Try to support DirectColor visual in a good way, I do not think
8327 this is really useful.
8328 Added a flexible interface function PictureInitColors for
8329 colors allocation initialization.
8330 Some cleanup in color allocation and some preparation for a new
8331 method for saving and freeing colors allocated by images and gradients.
8332 Removed some ifdefed to 0 debug code.
8334 * libs/Picture.c (*):
8336 * libs/PictureImageLoader.c (*):
8337 * libs/PictureImageLoader.h:
8340 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8342 * fvwm/add_window.c (setup_key_and_button_grabs):
8343 * fvwm/bindings.c (ParseBinding):
8345 * fvwm/add_window.c (setup_key_and_button_grabs):
8346 don't grab window context specific bindings anymore; instead, set
8347 Scr.buttons2grab accordingly
8349 * fvwm/bindings.c (activate_binding):
8350 fixed stroke bindings on window context being ignored if no other
8351 action was bound to that context
8353 * fvwm/add_window.c (destroy_icon):
8354 fixed duplicate icon pixmap when switching from NoIconOverride to
8357 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8360 re-indented some code
8362 fixed random position of icon title for icons with a position hint
8365 corrected default of Use/NoIconPosition style
8367 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8369 * fvwm/windowlist.c (CMD_WindowList):
8370 fixed random string for iconified windows in the WindowList
8372 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8377 2002-10-08 olicha <olivier.chapuis@free.fr>
8379 * libs/PictureBase.c (*):
8380 (PictureInitCMapRoot)
8381 (PictureSetupWhiteAndBlack):
8382 (PictureWhitePixel):
8383 (PictureBlackPixel):
8385 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
8386 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
8387 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
8388 but always use the root visual and allows to set or not a private
8390 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
8391 but which respects the Pvisual
8393 * libs/PictureGraphics.c (*):
8394 * libs/FScreen.c (FScreenInit):
8395 * libs/FRender.c (FRenderRender):
8396 * libs/Fft.c (FftDrawString):
8397 * fvwm/icons.c (CreateIconWindow):
8398 * fvwm/colorset.c (parse_colorset):
8399 * fvwm/move_resize.c (CMD_XorValue):
8400 * fvwm/colorset.c (alloc_colorset):
8401 * fvwm/fvwm.c (main):
8402 Use the new interface functions and some fix if the fvwm depth !=
8405 * libs/PictureUtils.c (PictureAllocColorTable):
8406 Change the default color table to a 4x4x4 cc + 4 grey
8408 2002-10-07 Dan Espen <dane@mk.telcordia.com>
8410 * fvwm/fvwm.1.in: Use built-in, not builtin.
8412 2002-10-06 Mikhael Goikhman <migo@homemail.com>
8415 s/FvwmNewDebug/FvwmDebug/
8418 * fvwm/conditional.c (CMD_NoWindow):
8421 new command NoWindow to remove window context
8424 use "fvwm" spelling, at least in the middle of sentences
8426 2002-10-06 Dan Espen <dane@mk.telcordia.com>
8428 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
8429 builtin commands. Use "builtin", not "built in" or "built-in".
8432 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8434 * libs/Graphics.c (do_relieve_rectangle):
8435 removed debug message
8437 * fvwm/focus.c (__update_windowlist):
8438 (__set_focus_to_fwin):
8439 fixed reversal of __update_windowlist arguments causing FlipFocus to
8440 break [and maybe other things]
8442 2002-10-05 olicha <olivier.chapuis@free.fr>
8444 * libs/PictureUtils.c (alloc_color_cube):
8445 It si possible to enable "gamma correction" for colors cubes (disabled,
8446 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
8448 * libs/PictureUtils.c (get_color_index):
8449 (create_mapping_table):
8450 Use a more exact approximation of colors for pur cc without the big
8453 * libs/PictureUtils.c (PictureFreeColors):
8456 * libs/Graphics.c (CreateGradientPixmap):
8457 (CreateGradientPixmapFromString):
8460 2002-10-04 olicha <olivier.chapuis@free.fr>
8462 * libs/PictureUtils.c (*):
8463 Used a better color approximation for color cube when we do not dither.
8464 Added some new colors tables: color cube with some grey colors.
8465 Change the default to a 4x4x3 cc with 6 grey (54 colors).
8468 * fvwm/fvwm.c (main):
8469 Fixed the visual option
8471 2002-10-03 Mikhael Goikhman <migo@homemail.com>
8474 generate FvwmNewDebug and FvwmGtkDebug
8476 2002-10-02 olicha <olivier.chapuis@free.fr>
8478 * libs/PictureUtils.c (USED_DIST):
8479 Used the euclidian distance for colors distance
8481 * libs/Fft.c (FftGetFont):
8482 Disable Xft if the Xserver does not support XRender
8484 2002-10-01 olicha <olivier.chapuis@free.fr>
8486 * libs/Fft.c (FftGetFont):
8487 Disable Xft if the Xserver does not support XRender
8489 * libs/FRender.c (FRenderRender):
8490 * libs/PictureGraphics.c (PGraphicsTintRectangle):
8493 * libs/Colorset.c (SetRectangleBackground):
8494 (SetClippedRectangleBackground):
8496 New interface function for drawing a subset of a colorset rectangle
8498 2002-09-26 olicha <olivier.chapuis@free.fr>
8500 * fvwm/update.c (apply_window_updates):
8501 Fixed icons colorset update
8503 * libs/FRender.c (FRenderRender):
8504 Fixed bitmap rendering
8506 * fvwm/update.c (apply_window_updates):
8507 * fvwm/geometry.c (move_icon_to_position):
8508 * fvwm/events.c (HandleEnterNotify):
8510 (HandleLeaveNotify):
8511 (HandlePropertyNotify):
8512 * fvwm/add_window.c (setup_icon_font):
8513 * fvwm/icons.c (DrawIconWindow):
8514 (DrawIconTitleWindow):
8515 (DrawIconPixmapWindow):
8518 Fixed focus/unfocus flickering
8520 2002-09-25 olicha <olivier.chapuis@free.fr>
8522 * fvwm/icons.c (DrawIconTitleWindow):
8523 One more drawing fix
8525 2002-09-24 olicha <olivier.chapuis@free.fr>
8527 * fvwm/icons.c (DrawIconTitleWindow):
8528 An other drawing fix
8530 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8532 * fvwm/move_resize.c (__move_loop):
8533 fixed uninitialised variable
8535 fixed starting move at random position
8537 2002-09-24 olicha <olivier.chapuis@free.fr>
8539 * fvwm/update.c (apply_window_updates):
8540 * fvwm/geometry.c (move_icon_to_position):
8541 * fvwm/events.c (HandleEnterNotify):
8543 (HandleLeaveNotify):
8544 (HandlePropertyNotify):
8545 * fvwm/add_window.c (setup_icon_font):
8546 * fvwm/icons.c (DrawIconWindow):
8547 (DrawIconTitleWindow):
8548 (DrawIconPixmapWindow):
8551 Fixed icon drawing. Split icon window drawing.
8553 * libs/FRender.c (*):
8554 Fixed compilation and small clean up
8556 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8558 * fvwm/conditional.c (CreateFlagString):
8559 fixed quoting in conditional command conditions
8561 * fvwm/menus.c (__mloop_handle_event):
8562 removed unnecessary querying of pointer position on button release in
8567 * fvwm/bindings.c (ParseBinding):
8568 increased maximum allowed key symbol name length to 200 characters
8570 * fvwm/execcontext.h (enum):
8571 * fvwm/fvwm.c (Done):
8577 * fvwm/execcontext.h (enum):
8578 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
8580 * fvwm/menus.c (pop_menu_up):
8581 fixed accidental menu animation with certain menu position hints
8583 2002-09-23 olicha <olivier.chapuis@free.fr>
8585 * libs/FRender.c (*):
8586 Fixed(?) XRender rendering with some Xserver
8588 * fvwm/update.c (apply_window_updates):
8589 * fvwm/geometry.c (move_icon_to_position):
8590 * fvwm/events.c (HandleEnterNotify):
8592 (HandleLeaveNotify):
8593 (HandlePropertyNotify):
8594 * fvwm/add_window.c (setup_icon_font):
8595 * fvwm/icons.c (DrawIconWindow):
8598 Clip text and icon drawing for the icons
8600 2002-09-21 Mikhael Goikhman <migo@homemail.com>
8604 Path commands now support form: "path1;ext1:path2:path3;ext3"
8605 where ext1 (for example, ".png") means all files in path1 should
8606 be forced to have extention ".png" even if the requested icon
8607 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
8609 * fvwm/execcontext.h:
8610 small changes in latters used for EXCT_* constants
8612 * fvwm/module_interface.c:
8614 * libs/PictureBase.c:
8616 some spacing reindentation
8618 2002-09-21 olicha <olivier.chapuis@free.fr>
8620 * libs/FRender.c (FRenderCompositeAndCheck):
8621 Temporally take GraphicsExposure in account
8623 2002-09-20 Mikhael Goikhman <migo@homemail.com>
8626 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
8628 2002-09-20 olicha <olivier.chapuis@free.fr>
8630 * fvwm/icons.c (GetIconPicture):
8631 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
8632 Fixed the alpha channel
8634 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8639 2002-09-20 olicha <olivier.chapuis@free.fr>
8641 * libs/FRender.c (FRenderTintPicture):
8642 (FRenderTintRectangle):
8644 * libs/FRenderInterface.h:
8645 * libs/PictureGraphics.c (PGraphicsTintRectangle):
8646 Make FRender code more modular. Add a 24+8 tinting method and enable it
8647 in the place of the 32 tinting method (which can be enabled by defining
8648 USE_ABSOLUTE_FORMATE)
8650 2002-09-19 olicha <olivier.chapuis@free.fr>
8652 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
8653 (animated_move_back):
8655 (repaint_transparent_menu):
8656 * fvwm/move_resize.c (AnimatedMoveOfWindow):
8657 (AnimatedMoveAnyWindow):
8658 * fvwm/move_resize.h:
8659 Support the new colorset transparent options and fix greyed item
8660 of transparent animated menus
8662 * fvwm/menus.c (pop_menu_up):
8663 (animated_move_back):
8665 * libs/Rectangles.c:
8666 * libs/Rectangles.h:
8668 New libs files for rectangles, segments, regions ..etc
8670 * fvwm/menus.c (clear_expose_menu_area):
8671 (get_menu_paint_item_parameters):
8674 (ParentalMenuRePaint):
8675 (ParentalMenuRePaint):
8676 * fvwm/menuitem.c (clear_menu_item_background):
8678 * fvwm/menuitem.h (MenuPaintItemParameters):
8679 Clip the item icons and text drawing
8681 * fvwm/menus.c (__mloop_exit):
8682 Fixed an indirect uninitialized variable bug
8684 * fvwm/menus.c (__mloop_handle_event): *
8685 (__mloop_handle_action_with_mi): *
8686 Update some comments
8688 * libs/FRender.c (FRenderVisualInit):
8690 * fvwm/colorset.c (parse_colorset):
8693 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8695 * fvwm/menus.c (__menu_loop):
8696 (__mloop_handle_action_with_mi):
8697 fixed parent menu redrawing
8699 * fvwm/style.c (check_window_style_change):
8700 * fvwm/update.c (apply_window_updates):
8701 * fvwm/add_window.c (setup_icon_size_limits):
8702 honour changes in IconSize style without recapture
8704 * fvwm/focus.c (focus_query_open_grab_focus):
8705 * fvwm/events.c (HandlePropertyNotify):
8706 * fvwm/add_window.c (setup_transientfor):
8707 take care of various funny initial transientfor settings
8709 * fvwm/stack.c (__raise_lower_recursion):
8711 fixed stacking core dump
8713 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8719 added a program that tests for -Werror option and similar; bug out of
8720 configure if the test program doesn't compile
8722 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8726 add a "do not edit" warning at the beginning of the man page
8729 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
8731 * libs/FScreen.c (XineramaQueryScreens):
8732 fixed linking problem when compiling without Xinerama
8734 * fvwm/cursor.c (CMD_CursorStyle):
8735 fixed cursorstyle command being applied to windows without handles
8737 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
8738 (EWMH_ProcessPropertyNotify):
8739 * fvwm/gnome.h (GNOME_ProcessClientMessage):
8740 (GNOME_HandlePropRequest):
8741 fixed dummy macros when compiling without gnome/ewmh support
8743 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8745 * libs/queue.c (fqueue_add_inside):
8746 add a new command with the same execution time as a previous one behind
8750 override CFLAGS and CPPFLAGS with empty strings instead of generating an
8753 * fvwm/functions.c (__execute_function):
8754 * fvwm/execcontext.h (exec_context_type_t):
8755 replace enum values with letters for readability
8757 * fvwm/functions.c (__execute_function):
8758 improved command log output
8760 * fvwm/schedule.c (execute_obj_func):
8761 fixed schedule queue timing
8764 refuse to run configure if CFLAGS is not empty
8766 2002-09-16 Mikhael Goikhman <migo@homemail.com>
8769 fixed compilation with --enable-command-log; simplified fvwm_msg()
8772 reformatted; don't send end-of-line with SET_*MASK
8774 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8776 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
8777 fixed multipixmap title drawing
8779 * fvwm/frame.h (struct):
8780 * fvwm/frame.c (frame_get_titlebar_dimensions):
8783 * fvwm/events.c (HandlePropertyNotify):
8784 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
8786 * libs/Fft.c (FftDrawString):
8787 -Wall fix when compiling w/o Xft
8789 2002-09-15 olicha <olivier.chapuis@free.fr>
8791 * libs/Colorset.c (CreateBackgroundPixmap):
8792 Fixed a dpy problem with FvwmBacker
8793 * libs/Colorset.c (CreateBackgroundPixmap):
8794 Fixed creation a root transparent pixmap for small root pixmap
8796 2002-09-14 olicha <olivier.chapuis@free.fr>
8798 * libs/Fft.c (FftDrawString):
8799 Fixed clip region with shadow font
8801 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
8802 Added a function to create translucent pixmaps
8803 * libs/Colorset.c (CreateBackgroundPixmap):
8805 * libs/FRender.c (FRenderRender):
8806 Allows to use the root window as src pixmap
8808 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8811 Fixed open double quotes in ButtonState section
8813 2002-09-13 Dan Espen <dane@mk.telcordia.com>
8815 * fvwm/fvwm.1.in: Add -cmd module timeout information.
8817 2002-09-13 olicha <olivier.chapuis@free.fr>
8819 * libs/Colorset.c (CreateBackgroundPixmap):
8820 (UpdateBackgroundTransparency):
8821 (SetRectangleBackground):
8823 * fvwm/colorset.c (*):
8825 * fvwm/events.c (HandlePropertyNotify):
8826 Starting implementation of RootTransparent colorset. Worked on
8827 tinted Transparent colorset. Various colorset parsing fixes.
8829 * libs/Fft.c (FftDrawString):
8831 Added the possibility to draw with a clipping region.
8833 * libs/FRender.c (FRenderRender):
8834 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8835 (PCreateRenderPixmap):
8836 (PGraphicsCreateTransprency):
8837 (PGraphicsTintRectangle):
8838 Improve current rendering functions to be able to tint the
8839 ParentalRelative pixmap or the background of a window.
8840 Re-enabled XRender rendering.
8843 remove a #if 0 debug "render" code
8845 2002-09-13 Mikhael Goikhman <migo@homemail.com>
8847 * fvwm/builtins.c (ReadTitleButton):
8849 new button state shortcuts AllNormal, AllToggled,
8850 AllActive, AllInactive, AllUp, AllDown
8852 * fvwm/module_interface.c:
8856 possibly fixed compilation with non gcc
8858 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8860 * fvwm/focus.c (_focus_grab_buttons):
8861 (__focus_grab_buttons):
8863 (__focus_grab_one_button):
8864 grab all modifier combinations on client windows by default if
8865 necessary; this saves a lot of traffic but may grab unnecessary
8866 modifiers with mouse bindings on the client window
8869 * libs/defaults.h (DEF_FP_MODIFIERS):
8870 * fvwm/events.c (__handle_focus_raise_click):
8871 * fvwm/style.c (style_parse_focus_policy_style):
8872 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
8873 default is now to use any modifiers for clicktofocus/raise purposes
8875 * fvwm/menus.c (__mloop_get_event):
8878 fixed tear off menus
8880 * libs/FEvent.c (FCheckIfEvent):
8883 (FCheckTypedWindowEvent):
8884 (FCheckWindowEvent):
8885 fixed FCheck...Event functions thus fixing Menu command behaving like
8888 * fvwm/move_resize.c (InteractiveMove):
8889 fixed offset between pointer and window when dragging
8891 * fvwm/virtual.c (HandlePaging):
8892 * fvwm/icons.c (CMD_Iconify):
8893 * fvwm/move_resize.c (InteractiveMove):
8894 * fvwm/menus.c (get_menu_options):
8896 * libs/FScreen.c (GetMouseXY):
8897 use new function fev_get_evpos_or_query()
8903 (GetLocationFromEventOrQuery):
8904 moved to FEvent.c and renamed to fev_get_evpos_or_query()
8905 * libs/FEvent.c (fev_set_evpos):
8908 * fvwm/functions.c (__execute_function):
8909 (execute_complex_function):
8910 fixed complex action clicking logic
8912 * fvwm/add_window.c (CaptureOneWindow):
8913 fixed RecaptureWindow
8914 (CaptureAllWindows):
8917 * fvwm/functable.c (func_table):
8918 fixed running RecaptureWindow without a context window
8920 * fvwm/conditional.c (circulate_cmd):
8923 * fvwm/events.c (HandleVisibilityNotify):
8924 fixed VisibilityNotify handling
8926 * fvwm/functions.c (execute_complex_function):
8927 fixed memory corruption
8928 (__execute_function):
8929 fixed using wrong context
8930 (__execute_function):
8931 removed conditional that was always true now
8935 * fvwm/module_interface.c (ExecuteModuleCommand):
8936 initialise module number
8938 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8940 * fvwm/add_window.c (CaptureOneWindow):
8941 fixed memory corruption
8943 * fvwm/icons.c (Iconify):
8945 fixed bug introduced with transient stacking patch
8947 * fvwm/functions.c (DeferExecution):
8948 (__execute_function):
8949 (execute_complex_function):
8950 cleaned up and optimized exec_context handling
8955 * fvwm/windowlist.c:
8956 * fvwm/conditional.c:
8963 * fvwm/module_interface.c:
8966 * fvwm/add_window.c:
8967 * fvwm/move_resize.c:
8968 * fvwm/fvwm.h (F_CMD_ARGS):
8970 completely removed the builtin command arguments fw, w, and context
8972 * fvwm/functions.c (DeferExecution):
8975 * fvwm/stack.c (BroadcastRestack):
8976 removed global lastTimestamp
8978 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
8979 (EWMH_ProcessPropertyNotify):
8980 (ewmh_WMStateShaded):
8981 (ewmh_WMStateSticky):
8982 (ewmh_WMStateHidden):
8987 (ewmh_DesktopGeometry):
8988 (ewmh_ActiveWindow):
8989 use new function interface
8991 * fvwm/menus.c (do_menu):
8992 * fvwm/menucmd.c (menu_func):
8993 * fvwm/windowlist.c (CMD_WindowList):
8994 use new function interface
8995 replaced "(XEvent *)1" hack with a regular flag
8997 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8999 * fvwm/add_window.c (destroy_window):
9000 * fvwm/update.c (destroy_scheduled_windows):
9001 * fvwm/screen.h (ScreenInfo):
9002 new member is_executing_menu_function
9004 * fvwm/windowlist.c (CMD_WindowList):
9005 * fvwm/menucmd.c (menu_func):
9006 * fvwm/gnome.c (CMD_GnomeButton):
9007 (GNOME_ProcessClientMessage):
9008 (GNOME_HandlePropRequest):
9009 * fvwm/modconf.c (CMD_Send_ConfigInfo):
9010 * fvwm/update.c (apply_window_updates):
9011 * fvwm/repeat.c (CMD_Repeat):
9012 * fvwm/conditional.c (circulate_cmd):
9024 * fvwm/focus.c (warp_to_fvwm_window):
9026 * fvwm/read.c (run_command_stream):
9030 * fvwm/fvwm.c (Done):
9034 use new function interface
9036 fixed running startup script under random module number
9038 * fvwm/functions.c (execute_function_override_window):
9039 * fvwm/functions.c (execute_function_override_wcontext):
9040 new convenience functions
9047 * fvwm/module_interface.c (CMD_Send_WindowList):
9049 (CMD_set_sync_mask):
9050 (CMD_set_nograb_mask):
9052 don't use "Module" argument anymore
9053 (ExecuteModuleCommand):
9055 use new function interface
9057 * fvwm/add_window.c (CaptureOneWindow):
9059 (CaptureAllWindows):
9060 * fvwm/events.c (HandleMapRequestKeepRaised):
9061 * fvwm/add_window.c (AddWindow):
9062 AddWindow takes executiuon context as its argument instead of the
9063 window; changed caller
9064 don't use "Event" anymore
9066 * fvwm/fvwm.c (StartupStuff):
9067 generate an execution context for startup
9069 * fvwm/move_resize.c (DoResize):
9073 renamed and used new function interface in args
9075 * fvwm/geometry.c (constrain_size):
9076 added XEvent *e argument to remove use of global "Event"; changed all
9079 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9081 * fvwm/stack.c (get_next_window_in_stack_ring):
9082 (get_prev_window_in_stack_ring):
9083 (get_transientfor_fvwmwindow):
9084 * fvwm/icons.c (SetMapStateProp):
9085 * fvwm/events.c (fake_map_unmap_notify):
9086 * fvwm/misc.c (IsRectangleOnThisPage):
9087 * fvwm/menus.c (menu_enter_tear_off_menu):
9088 (menu_close_tear_off_menu):
9089 * fvwm/icons.c (DrawIconWindow):
9091 * fvwm/colormaps.c (InstallWindowColormaps):
9092 made FvwmWindow * arguments const in many functions
9094 * fvwm/menus.c (pop_menu_up):
9099 (menu_enter_tear_off_menu):
9100 (__mloop_get_event):
9101 (__mloop_get_event_timeout_loop):
9103 (__mloop_get_mi_actions):
9105 * fvwm/events.c (HandleEnterNotify):
9106 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9111 * fvwm/functions.c (DeferExecution):
9112 (__execute_function):
9113 * fvwm/windowlist.c (CMD_WindowList):
9114 * fvwm/colormaps.c (colormap_handle_colormap_notify):
9115 * fvwm/module_interface.c (CMD_ModuleSynchronous):
9116 (ExecuteModuleCommand):
9117 * fvwm/builtins.c (CMD_Wait):
9118 * fvwm/events.c (WaitForButtonsUp):
9119 (HandleShapeNotify):
9120 (HandleVisibilityNotify):
9121 (HandleUnmapNotify):
9122 (HandleSelectionRequest):
9123 (HandleReparentNotify):
9124 (HandlePropertyNotify):
9125 (HandleMotionNotify):
9126 (HandleMapRequestKeepRaised):
9128 (HandleMappingNotify):
9130 (HandleLeaveNotify):
9135 (HandleEnterNotify):
9136 (HandleDestroyNotify):
9137 (HandleColormapNotify):
9138 (HandleClientMessage):
9139 (HandleButtonRelease):
9140 (HandleButtonPress):
9141 (__handle_bpress_on_root):
9142 (__handle_bpress_action):
9143 (__handle_click_to_raise):
9144 (__handle_click_to_focus):
9145 (__is_bpress_window_handled):
9146 (__handle_focus_raise_click):
9147 don't use "Event", "Fw" and old_execute_function() anymore
9149 * fvwm/events.c (dispatch_event):
9150 removed preserve_tmpwin argument; changed all callers
9152 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9153 fixed random focus member of faked event
9155 * fvwm/gnome.c (GNOME_ProcessClientMessage):
9156 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9157 (EWMH_ProcessPropertyNotify):
9158 * fvwm/move_resize.c (DisplaySize):
9160 (position_geometry_window):
9161 * fvwm/geometry.c (get_window_borders):
9162 (get_window_borders_no_title):
9165 * fvwm/events.c (dispatch_event):
9166 create event execution context
9167 (HandleClientMessage):
9168 removed useless local "button"
9170 don't fiddle with global Fw anymore; added argument to return context
9171 window; changed all callers
9173 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9174 * fvwm/move_resize.c (__resize_window):
9175 use new event handle interface
9178 * fvwm/eventhandler.h:
9179 new event handler interface
9181 * fvwm/functions.c (CMD_Plus):
9182 * fvwm/builtins.c (AddToDecor):
9185 use F_CMD_ARGS in AddToDecor
9187 removed useless check for realloc return value
9188 use new function interface
9189 fixed another memory leak
9191 * fvwm/builtins.c (__remove_window_decors):
9192 replace old_execute_function with execute_function
9194 * fvwm/add_window.c (setup_window_placement):
9195 * fvwm/placement.c (PlaceWindow):
9196 * fvwm/schedule.c (execute_obj_func):
9197 * fvwm/colorset.c (add_to_junk):
9198 use new function call interface
9200 * fvwm/fvwm.h (F_EXEC_ARGS):
9202 removed now unused macros
9204 * fvwm/functions.c (CheckActionType):
9207 (__execute_function):
9208 (__run_complex_function_items):
9209 (execute_complex_function):
9210 rewrote function call interface
9212 * fvwm/functions.c (__run_complex_function_items):
9213 new function split off from execute_complex_function
9217 removed "Event" global
9219 2002-09-08 Dan Espen <dane@mk.telcordia.com>
9221 * fvwm/fvwm.1.in: Language check.
9223 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9225 * fvwm/functions.c (old_execute_function):
9228 * fvwm/module_interface.c (do_execute_module):
9229 don't write module argument anymore; code claimed that writing 0 into
9230 *Module prevented WaitForButtonsUp from being called, but that was
9231 either a lie or a relic of the past
9233 * fvwm/fvwm.h (exec_func_args_type):
9237 removed *Module argument
9239 * fvwm/functions.c (__execute_function):
9242 * fvwm/functions.h (enum):
9243 added more function execution falgs
9246 add exec_context_t *exc to builtin arguments
9248 * libs/FEvent.c (fev_copy_last_event):
9251 * fvwm/execcontext.h:
9252 * fvwm/execcontext.c:
9253 new files introducing the "exec_context_t" structure that shall replace
9254 the builtin command interface
9256 * fvwm/stack.c (__RaiseOrLowerWindow):
9257 (RaiseOrLowerWindow):
9259 (mark_transient_subtree):
9260 (__sort_transient_ring):
9261 properly handle restacking of windows with more than one transient and
9262 multiple levels of transients at the same time
9263 (__RaiseOrLowerWindow):
9264 (RaiseOrLowerWindow):
9265 renamed function and added wrapper
9267 * fvwm/fvwm.h (FvwmWindow):
9268 added new scratch registers
9270 2002-09-06 Mikhael Goikhman <migo@homemail.com>
9274 minor improvements in the new release procedure
9276 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9278 * fvwm/stack.c (RaiseOrLowerWindow):
9280 (mark_transient_subtree):
9281 (must_move_transients):
9282 (is_on_top_of_layer_ignore_rom):
9283 handle restacking trees of transient windows; still does not work too
9284 well if a window has multiple transients at the same time
9286 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9290 restored versions from before 9th of September
9291 (RaiseOrLowerWindow):
9292 fixed StackTransientParent style without RaiseTransient or
9293 LowerTransient on transient_for window
9294 StackTransientParent works only on window in the same layer
9295 (mark_transient_subtree):
9296 fixed handling of window group hint w/ iconify
9298 (RaiseOrLowerWindow):
9300 fixed flickering when overlapping transients aree lowered
9302 * fvwm/move_resize.c (__resize_window):
9303 * fvwm/colorset.c (add_to_junk):
9304 cleaned up event handling
9306 * fvwm/move_resize.c (__resize_window):
9307 renamed function and changed callers
9309 * fvwm/fvwm.h (F_PASS_ARGS):
9311 removed eventp command argument
9313 * fvwm/events.c (DispatchEvent):
9315 renamed function, added event argument and changed all callers
9317 * libs/FEvent.c (fev_fake_event):
9318 * libs/FEvent.c (fev_get_evtype__remove_me):
9321 * fvwm/menus.c (menuShortcuts):
9328 (__mloop_get_event_timeout_loop):
9329 (__mloop_get_event):
9333 * fvwm/builtins.c (CMD_FakeClick):
9334 * fvwm/functions.c (CheckActionType):
9336 * fvwm/focus.c (__try_program_focus):
9337 (__try_program_focus):
9338 * fvwm/icccm2.c (SetupICCCM2):
9339 * fvwm/virtual.c (HandlePaging):
9340 * fvwm/module_interface.c (make_vpacket):
9342 * fvwm/schedule.c (squeue_get_next_ms):
9343 (squeue_get_next_ms):
9345 * fvwm/stack.c (BroadcastRestack):
9346 * fvwm/move_resize.c (resize_window):
9348 * libs/FEvent.c (fev_get_evtime):
9349 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
9351 * fvwm/events.c (HandleEnterNotify):
9355 (discard_window_events):
9356 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9359 * fvwm/menus.c (__mloop_get_event):
9360 * fvwm/virtual.c (HandlePaging):
9362 * fvwm/functions.c (DeferExecution):
9364 * fvwm/misc.c (get_server_time):
9365 * fvwm/builtins.c (CMD_StrokeFunc):
9366 * fvwm/menus.c (pop_menu_up):
9369 * libs/FEvent.c (fev_update_last_timestamp):
9370 removed StashEventTime function; handle this directly in FEvent.c
9372 * fvwm/module_interface.c (ExecuteModuleCommand):
9373 * fvwm/misc.c (Keyboard_shortcuts):
9374 * fvwm/colormaps.c (colormap_handle_colormap_notify):
9375 * fvwm/events.c (handle_all_expose):
9379 don't use Event global anymore
9381 * fvwm/bindings.c (activate_binding):
9382 fixed key bindings on window corners
9384 * libs/fvwmlib.h (C_DECOR):
9385 context including all parts of the decorations
9387 2002-09-04 Mikhael Goikhman <migo@homemail.com>
9390 fixed compilation warning in #endif comment
9393 removed debug fprintf
9399 another solution for reporting the cvs status
9401 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9403 * configure.in (LIBOBJS):
9404 * acinclude.m4 (smr_SWITCH):
9405 fix for autoconf 2.53
9408 removed unnecessary includes
9410 * fvwm/Makefile.am (fvwm_SOURCES):
9412 * fvwm/eventmasks.h:
9413 * fvwm/eventhandlers.h:
9414 new files split from events.h
9416 * fvwm/icccm2.c (HandleSelectionRequest):
9417 (HandleSelectionClear):
9418 * fvwm/colormaps.c (HandleColormapNotify):
9419 * fvwm/menus.c (menu_tear_off):
9420 * fvwm/move_resize.c (resize_window):
9423 new argument avh_args_t to the event handler functions; still unused
9424 moved all event handlers to events.c
9425 remove now unnecessary includes in some files
9427 * fvwm/icccm2.c (HandleSelectionRequest):
9431 use replacements for X event functions everywhere
9433 2002-09-03 Mikhael Goikhman <migo@homemail.com>
9437 * fvwm/borders.c (border_flags_to_button_state):
9439 * fvwm/builtins.c (ReadTitleButton):
9440 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
9441 * fvwm/fvwm.c (InitVariables):
9442 Imlemented new title and button states InactiveUp and InactiveDown,
9443 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
9444 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
9445 Updated all ButtonStyle, TitleStyle and ButtonState commands.
9448 reformat license info in -version to be 3 lines and one empty line
9449 instead of 5 non-empty lines, for readability
9451 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9458 * fvwm/stack.c (__raise_or_lower_recursion):
9459 (RaiseOrLowerWindow):
9460 split into two functions
9461 renamed to __raise_or_lower_window
9462 (mark_transient_subtree):
9464 (position_new_window_in_stack_ring):
9467 cleaned up stacking code
9469 * fvwm/menus.c (paint_menu):
9470 fixed a minor drawing problem with menu item reliefs
9472 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9474 * fvwm/move_resize.c (InteractiveMove):
9475 removed eventp from interface
9478 * fvwm/menucmd.c (menu_func):
9479 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
9480 * fvwm/windowlist.c (CMD_WindowList):
9481 * fvwm/read.c (run_command_file):
9482 (run_command_stream):
9483 * fvwm/focus.c (warp_to_fvwm_window):
9484 * libs/Event.c (GetSubwindowFromEvent):
9485 * fvwm/events.c (GetContext):
9486 * libs/Pointer.c (GetLocationFromEventOrQuery):
9487 * fvwm/builtins.c (CMD_StrokeFunc):
9489 * fvwm/events.c (StashEventTime):
9490 * fvwm/move_resize.c (InteractiveMove):
9491 * fvwm/functions.c (DeferExecution):
9492 (old_execute_function):
9493 * fvwm/fvwm.h (F_CMD_ARGS):
9495 make eventp argument const to ease clean up work
9497 * fvwm/windowlist.c (CMD_WindowList):
9498 * fvwm/move_resize.c (InteractiveMove):
9499 * fvwm/menucmd.c (menu_func):
9500 * fvwm/icons.c (CMD_Iconify):
9501 always query pointer position in case a script modified the position
9504 * fvwm/focus.c (SetPointerEventPosition):
9505 removed function since it modifies the global event variable
9507 * fvwm/functable.c (func_table):
9508 added cursor and event type members fo DeferExecution call
9509 * fvwm/functions.c (DeferExecution):
9510 made static, call from inside functions.c only
9511 removed calls everywhere
9513 * fvwm/builtins.c (CMD_StrokeFunc):
9516 * fvwm/virtual.c (HandlePaging):
9518 don't use global "Event" anymore
9520 pass in event structure through arguments
9523 2002-09-02 olicha <olivier.chapuis@free.fr>
9525 * libs/Colorset.c (*):
9527 * libs/colorset.c (parse_colorset):
9528 * libs/PictureGraphics.c (PGrabXImage):
9529 (PCreateRenderPixmap):sx
9530 (PGraphicsCreateTransprency):
9531 * libs/PictureGraphics.h:
9532 An experimental implementation of ParentalRelative tinted background
9534 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9535 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9537 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9538 * libs/FRenderInit.c (FRenderInit):
9539 (FRenderGetAlphaDepth):
9540 * libs/FRenderInit.h:
9541 Fixed alpha blending for xserver without depth 8 pixmap
9547 2002-09-01 olicha <olivier.chapuis@free.fr>
9550 Colorset and alpha blending news
9552 2002-08-31 olicha <olivier.chapuis@free.fr>
9554 * libs/Ficonv.c (convert_charsets):
9555 Fixed compilation on systems that do not have EILSEQ
9557 2002-08-30 olicha <olivier.chapuis@free.fr>
9559 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9560 Fixed compilation of certain modules
9562 * fvwm/borders.c (border_render_into_pixmap):
9563 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
9564 * libs/PictureGraphics.h:
9565 * libs/Graphics.c (CreateStretchPixmap):
9566 (CreateStretchYPixmap):
9567 (CreateStretchXPixmap):
9568 Progress with masks in multipixmap title
9570 * libs/PictureGraphics.c (PCopyArea):
9572 (PCreateRenderPixmap):
9573 * fvwm/borders.c (border_fill_pixmap_background):
9576 * fvwm/icons.c (DrawIconWindow):
9577 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9578 Fixed the shape mask of ewmh icons and icons with some alpha
9580 2002-08-30 olicha <olivier.chapuis@free.fr>
9582 * libs/PictureGraphics.c (PCreateRenderPixmap):
9583 (PGrabImageErrorHandler):
9584 (PGraphicsCopyPixmaps):
9585 (PGraphicsCopyFvwmPicture):
9586 (PGraphicsTileRectangle):
9587 (PGraphicsRenderPixmaps):
9588 (PGraphicsRenderPicture):
9589 * libs/PictureGraphics.h:
9590 * libs/PictureBase.h:
9591 Replaced PGraphicsTileRectangle with a more powerful function,
9592 PCreateRenderPixmap, which performs *full* XRender simulation.
9593 So alpha blending is now supported even without Xrender support.
9594 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
9595 for direct rendering with tint and alpha channel.
9597 * libs/FRender.c (FRenderVisualInit):
9599 (FRenderTintRectangle):
9601 * libs/FRenderInterface.h:
9602 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
9603 and more powerfull function FRenderRender
9605 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9607 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9608 Load the alpha even without Xrender support
9611 * fvwm/colorset.c (parse_pixmap_tint):
9614 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
9615 or obsolete TintMask) also tints gradients and the tint is applied
9616 only to the pixmap not the bg color. The average bg is computed from
9617 the "original" pixmap and not the tinted one, bgTint should be used
9618 to get a real average bg in the case the pixmap is tinted
9620 * fvwm/icons.c (DrawIconWindow):
9622 * fvwm/menuitem.c (menuitem_paint):
9623 * fvwm/menus.c (paint_side_pic):
9624 * fvwm/borders.c (border_get_border_background):
9625 (border_draw_decor_to_pixmap):
9626 (border_fill_pixmap_background):
9627 * fvwm/events.c (HandlePropertyNotify):
9628 Picture rendering use the new PGraphicsRenderPixmaps and
9629 PGraphicsRenderPicture libs functions. Respect new colorset options
9631 * fvwm/colorset.c (parse_colorset):
9633 (CMD_ReadWriteColors):
9635 Removed the read write colorset codes
9637 * libs/Graphics.c (CalculateGradientDimensions):
9638 Fixed the size of dithered H and V gradients
9640 * libs/PictureUtils.c (*):
9641 * libs/PictureUtils.h:
9644 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9646 * fvwm/menus.c (paint_menu_gradient_background):
9647 fixed drawing of SidePic menu background when not using SideColor
9650 * FvwmIconBox/icons.c:
9653 2002-08-26 Mikhael Goikhman <migo@homemail.com>
9655 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
9657 2002-08-26 Mikhael Goikhman <migo@homemail.com>
9660 fixed --disable-ewmh
9664 added const to some prototypes
9666 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9668 * fvwm/menus.c (MenuInteraction):
9670 renamed MenuInteraction to __menu_loop
9672 * fvwm/menus.c (pop_menu_up):
9675 removed pdo_warp_to_title argument of pop_menu_up and changed all
9676 callers; logic is now in last_saved_position_hints
9677 (__menu_get_next_event_timeout_loop):
9678 began to split MenuInteraction into several sub functions
9679 go away, evil "goto"!
9681 * fvwm/style.c (style_parse_one_style_option):
9682 all boolean styles - and *only* boolean styles, can be prefixed with a
9683 '!' to invert their meaning
9684 (style_parse_button_style):
9685 moved Button and NoButton styles to separate function
9689 updated for 2.5.4-devel
9698 * fvwm/menuitem.h (struct):
9699 * fvwm/menus.c (paint_menu_gradient_background):
9700 (paint_menu_pixmap_background):
9702 (clear_expose_menu_area):
9703 fixed TiledPixmap menu background drawing bug
9704 sorted function in file and removed forward declarations
9706 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9708 * fvwm/Makefile.am (LDADD):
9709 put -lfvwm at front of library list
9711 * fvwm/windowlist.c (CMD_WindowList):
9712 print window's page instead of current page in windowlist
9714 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
9716 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
9717 Fix for Experimental RaiseOverUnmanaged Handling.
9719 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
9723 New defs for Experimental RaiseOverUnmanaged Handling.
9725 * fvwm/events.c (HandleEnterNotify):
9728 (focus_query_grab_buttons)
9729 (_focus_grab_buttons)
9730 (focus_grab_buttons)
9731 (focus_grab_buttons_client_entered)
9733 (__activate_window_by_command)
9734 (_ReturnFocusWindow)
9738 (raise_over_unmanaged)
9739 (is_above_unmanaged)
9740 (_is_on_top_of_layer)
9741 (is_on_top_of_layer)
9742 (is_on_top_of_layer_and_above_unmanaged)
9743 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
9744 interaction of RaiseOverUnmanaged with various focus policies,
9745 particularly mouse focus + client click raises; issue mouse
9746 button grabs when and only when they are actually needed; and
9747 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
9748 (Thanks to the GFPR, this is much more straightforward to do!)
9750 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9753 added a paragraph about scripting and complex functions.
9755 * fvwm/style.c (style_parse_one_style_option):
9756 fixed flag_mask and change_mask of TitleAt... styles that broke left
9759 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9762 describe new focus policy styles
9764 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9766 * fvwm/style.c (merge_styles):
9767 fixed applying style updates immediately
9769 * fvwm/geometry.c (constrain_size):
9770 fixed font resizing of maximized windows
9772 * fvwm/window_flags.h:
9773 * fvwm/fvwm.h (has_new_wm_normal_hints):
9776 * fvwm/events.c (HandleEnterNotify):
9777 fixed UngrabNotify returning focus to just unfocused window
9781 * fvwm/style.c (merge_styles):
9783 (__simplify_style_list):
9784 fixed default style calculations
9786 * fvwm/events.c (HandleConfigureRequest):
9787 disabled debug output
9789 * fvwm/style.c (merge_styles):
9790 * fvwm/fvwm.h (window_style):
9791 new style member default_mask to allow two levels of defaults;
9792 fixes focus policy defaults
9794 rewrote many of the macros; changed all callers
9796 * fvwm/borders.c (RenderIntoPixmap):
9797 (DrawMultiPixmapTitlebar):
9798 (border_render_into_pixmap):
9799 (border_draw_multi_pixmap_titlebar):
9800 applied Suzanne Skinner's multi pixmap titles fix
9801 renamed functions and changed all callers
9803 * libs/FScreen.c (FScreenGetScrRect):
9806 new utility functions
9808 * fvwm/windowlist.c (CMD_WindowList):
9809 new option MaxLabelWidth for the WIndowList command based on patch by
9811 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
9814 * fvwm/events.c (HandleConfigureRequest):
9815 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
9816 seems to work without problems
9818 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9820 * fvwm/style.c (merge_styles):
9821 fixed style defaults getting stuck to on once set
9824 fixed a number of non portable uses of the "test" command and unified
9825 the used syntax of all calls to reduce chance of copy-and-paste
9828 2002-08-17 Mikhael Goikhman <migo@homemail.com>
9832 minor typos and improvements;
9833 better string quotings and detection of fribidi for autoconf-2.53
9836 don't include *.in in EXTRA_DIST, they are auto-included
9838 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9840 * fvwm/events.c (HandleConfigureRequest):
9841 (HandlePropertyNotify):
9842 (is_resizing_event_pending):
9843 fixed uninitialised return code of test_resizing_event
9845 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9847 * fvwm/decorations.c (SelectDecor):
9849 * fvwm/window_flags.h:
9851 moved common.s.has_no_border window flag to common.has_no_border to
9852 fix windows getting stuck without a border once the HandleWidth or
9853 BorderWidth was set to 0 and then increased again
9856 removed reference to BUGS and TODO
9859 moved a lot of constant definitions to configure.in; the fvwm.lsm and
9860 fvwm.1 files don't have to be updated for a release anymore; the release
9861 number and date are set by configure
9863 * fvwm/fvwm.c (setVersionInfo):
9864 fixed output of "fvwm -version"
9866 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9868 * fvwm/style.c (style_parse_one_style_option):
9869 Old focus styles override less of the behaviour specified with the
9870 FP... styles; use defaults instead without setting the mask
9871 (style_parse_one_style_option):
9872 removed the styles MouseFocusClickIgnoreMotion and
9873 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
9875 (style_parse_one_style_option):
9876 ClickToFocusRaises now works only on the client window, not on the
9878 (style_parse_one_style_option):
9879 fixed FocusFollowsMouse style
9880 (style_set_old_focus_policy):
9881 moved old default focus settings to a separate function, simplified code
9883 2002-08-14 Dan Espen <dane@mk.telcordia.com>
9885 * fvwm/fvwm.1: Add hot-spot is an offset information,
9886 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
9889 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9891 * fvwm/style.c (style_parse_focus_policy_style):
9892 fixed parsing of FPFocusClickButtons and FocusClickModifiers
9897 * fvwm/events.c (HandleConfigureRequest):
9898 fixed ConfigureRequest race condition
9900 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9903 quote environment variables
9905 2002-08-13 olicha <olivier.chapuis@free.fr>
9908 Color limit and dithering news
9911 Added a minimal doc for the -color-limit option
9913 * fvwm/builtins.c (CMD_ColorLimit):
9914 ColorLimit is obsolete
9916 * fvwm/builtins.c (ReadDecorFace):
9917 * libs/PictureUtils.c (my_dither_depth_15_16_init):
9918 (PictureAllocColorAllProp):
9919 Implemented dithering for depth 16 and 15. This is off by default
9920 in colorset (use the dither colorset option) and on by default
9921 for window title gradient. Gradient are visibly more smooth.
9923 * libs/PictureUtils.c (*):
9926 2002-08-13 Mikhael Goikhman <migo@homemail.com>
9929 corrected the pixmap cursor description, added an example
9931 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9933 * fvwm/menus.c (select_menu_item):
9934 (paint_menu_gradient_background):
9935 fixed a redrawing problem with H/Vgradient menu faces
9937 fixed a minor problem w/ entering submenus via keyboard
9939 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9941 * fvwm/move_resize.c (CMD_ResizeMove):
9944 (CMD_ResizeMaximize):
9945 (CMD_ResizeMoveMaximize):
9946 commands can be used on iconified windows again
9950 moved pre-2.2 NEWS to ONEWS
9953 * libs/safemalloc.c:
9966 let config.h include strinh.h or strings.h
9968 * fvwm/style.c (style_parse_one_style_option):
9969 (style_parse_one_style_option):
9970 fixed icon box crash
9972 * fvwm/bindings.c (update_nr_buttons):
9973 fixed extra buttons on window decorations
9975 * fvwm/style.c (style_parse_one_style_option):
9976 fixed parsing of the FP... and !FP... styles
9978 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
9980 * fvwm/style.c (style_parse_one_style_option):
9981 Fixed a typo so that ClickToFocusRaisesOff actually turns
9982 the option off instead of on.
9984 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9986 * fvwm/focus.c (focus_grab_buttons):
9987 only grab necessary buttons on the client window
9989 2002-08-11 olicha <olivier.chapuis@free.fr>
9991 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
9992 Removed some debug code
9994 * fvwm/fvwm.c (main):
9996 Added -color-limit to fvwm usage
9998 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10000 * fvwm/style.c (style_parse_one_style_option):
10001 (style_parse_focus_policy_style):
10002 added style options "FP..." to control focus policy
10003 removed OverrideGrabFocus and AllowGrabFocus styles
10005 * fvwm/style.c (merge_styles):
10006 fixed style defaults != 0
10008 * fvwm/focus.c (__restore_focus_after_unmap):
10009 fixed a bug w/ reverting the focus from transients to the parent
10011 * fvwm/ewmh.c (ewmh_HandleDesktop):
10012 * fvwm/style.c (style_parse_one_style_option):
10013 fixed defaults for various focus styles
10018 * fvwm/frame.c (frame_mrs_resize_move_windows):
10019 backed out anti-flicker patch that slowed down command processing
10021 * fvwm/bindings.c (update_nr_buttons):
10023 fixed sluggish processing of mouse bindings
10025 * fvwm/events.c (__handle_bpress_action):
10026 fixed drawing of pressed decorations w/o bindings
10028 * fvwm/frame.c (frame_move_resize):
10029 removed debug code that broke focus handling
10031 * fvwm/style.c (style_parse_one_style_option):
10032 fixed passing the focus click to the app by default
10034 * fvwm/events.c (__handle_click_to_focus):
10035 * fvwm/focus.c (set_focus_to_fwin):
10036 (__set_focus_to_fwin):
10037 removed drawing code that broke as many places as it fixed; plus it
10038 cause unnecessary redraws
10040 * fvwm/events.c (HandleConfigureRequest):
10041 send a synthetical ConfigureNotify if an application is not granted its
10042 wishes from a ConfigureRequest; this is necessary for FixedPPosition
10043 and FixedPSize to work properly; also to be ICCCM compliant
10044 always force border_width 0 in these events
10045 in the experimental cr merging code, send a number of cn events equal
10046 to the number of merged events
10052 * fvwm/style.c (style_parse_focus_policy_style):
10053 (style_parse_icon_size_style):
10054 (style_parse_icon_box_style):
10055 (style_parse_icon_grid_style):
10056 (style_parse_icon_fill_style):
10057 (style_parse_one_style_option):
10058 (parse_and_set_window_style):
10059 split into separate functions
10060 (style_parse_one_style_option):
10061 simplified and cleaned up
10064 * fvwm/decorations.c:
10067 * fvwm/conditional.h:
10068 * fvwm/conditional.c:
10072 * fvwm/colormaps.c:
10075 reformatted and cleaned up
10077 2002-08-11 olicha <olivier.chapuis@free.fr>
10079 * libs/PictureUtils.c (*):
10080 * libs/PictureUtils.h:
10081 * libs/PictureDitherMatrice.h (new file):
10082 * libs/PictureImageLoader.c (*):
10083 * libs/PictureImageLoader.h:
10084 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
10085 (PCreateDitherPixmap):
10086 (PCreateTintedPixmap):
10087 * libs/PictureGraphics.h:
10088 * libs/PictureBase.c (PictureInitCMap):
10089 * libs/PictureBase.h:
10090 * libs/Picture.c (*):
10093 * libs/Colorset.c (DumpColorset):
10096 * libs/Graphics.c (all gradient functions):
10099 * fvwm/move_resize.c (CMD_XorPixmap):
10100 * fvwm/colors.c (FreeColors):
10101 * fvwm/builtins.c (CMD_DefaultColors):
10102 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10103 * fvwm/builtins.c (FreeDecorFace):
10105 * fvwm/menus.c (pop_menu_down):
10106 (paint_menu_gradient_background):
10109 * fvwm/menustyle.c (menustyle_free_face):
10110 (menustyle_parse_face):
10112 (menustyle_update):
10113 (menustyle_parse_style):
10114 (CMD_CopyMenuStyle):
10115 * fvwm/menustyle.h:
10116 * fvwm/icons.c (GetIconFromFile):
10117 * fvwm/builtins.c (ReadMultiPixmapDecor):
10119 * fvwm/borders.c (border_draw_decor_to_pixmap):
10120 * fvwm/add_window.c (setup_mini_icon):
10121 * fvwm/fvwm.c (main):
10122 * fvwm/colorset.c (free_colorset_background):
10126 New color limit method and implement dithering in depth <= 8.
10127 Added a "fvwm picture attributes" structure for loading image.
10128 Some colors leaks fix. Add some (weak) color leaks. New option
10129 -color-limit for fvwm. 257 fix. Some prepartion for tint and
10132 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10134 * libs/Flocale.c (FlocaleRotateDrawString):
10137 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10139 * fvwm/style.c (parse_and_set_window_style):
10140 fixed the default for passing the click-to-raise click for mousey
10143 * fvwm/events.c (__handle_click_to_focus):
10144 removed redundant code
10145 (WaitForButtonsUp):
10146 fixed sluggish motion event handling when waiting for buttons to be
10149 * fvwm/focus.c (__set_focus_to_fwin):
10150 (set_focus_to_fwin):
10151 fixed redrawing the border w/ mousey focus when the window was entered,
10152 then the border was clicked before the FocusIn event arrived
10154 * fvwm/events.c (__handle_bpress_on_managed):
10155 * fvwm/style.c (parse_and_set_window_style):
10156 fixed some small focus problems
10159 reformatted and cleaned up
10164 * fvwm/focus.c (focus_query_click_to_raise):
10165 (focus_query_click_to_focus):
10166 * fvwm/style.c (parse_and_set_window_style):
10167 * fvwm/events.c (__test_for_motion):
10168 (__check_click_to_focus_or_raise):
10169 (__handle_focus_raise_click):
10170 (__is_bpress_window_handled):
10171 (__handle_click_to_focus):
10172 (__handle_click_to_raise):
10173 (__handle_bpress_stroke):
10174 (__handle_bpress_action):
10175 (__handle_bpress_on_root):
10176 (__handle_bpress_on_unmanaged):
10177 (__handle_bpress_on_managed):
10178 (HandleButtonPress):
10179 GFPR: completely rewrote ButtonPress handler, thus finishing the core
10180 of the new focus code; only the parsing for the new styles is missing
10182 * fvwm/virtual.c (is_pan_frame):
10185 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10187 * fvwm/add_window.c (AddWindow):
10188 fixed compile error
10190 * fvwm/events.c (__handle_focus_raise_click):
10191 (HandleButtonPress):
10194 * fvwm/events.c (__handle_focus_raise_click):
10195 * fvwm/fvwm.h (struct):
10196 * fvwm/style.c (check_window_style_change):
10197 (parse_and_set_window_style):
10198 * fvwm/session.c (MatchWinToSM):
10199 * fvwm/window_flags.h:
10200 eliminated parts of the old focus code
10202 * fvwm/focus.c (__set_focus_to_fwin):
10203 (set_focus_to_fwin):
10204 * fvwm/fvwm.c (InitVariables):
10205 * fvwm/add_window.c (destroy_window):
10206 * fvwm/events.c (__handle_focus_raise_click):
10207 * fvwm/screen.h (ScreenInfo):
10208 eliminated Scr.Ungrabbed global
10210 * fvwm/update.c (apply_window_updates):
10211 (flush_window_updates):
10212 * fvwm/icons.c (DeIconify):
10214 * fvwm/move_resize.c (CMD_Maximize):
10217 * fvwm/frame.c (frame_free_move_resize_args):
10218 (__frame_setup_window):
10219 * fvwm/virtual.c (do_move_window_to_desk):
10220 (CMD_GotoDeskAndPage):
10223 * fvwm/stack.c (LowerWindow):
10224 * fvwm/events.c (HandleMapNotify):
10225 (HandleVisibilityNotify):
10228 (__handle_focus_raise_click):
10229 (HandleEnterNotify):
10230 (HandleMapRequestKeepRaised):
10231 * fvwm/add_window.c (setup_key_and_button_grabs):
10232 (setup_focus_policy):
10234 * fvwm/focus.c (__try_other_screen_focus):
10235 (__set_focus_to_fwin):
10236 (set_focus_to_fwin):
10237 (focus_grab_buttons_on_pointer_window):
10238 (focus_grab_buttons_on_layer):
10239 (focus_grab_buttons_new):
10240 cleaned up focus grab handling.
10242 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
10245 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10247 * fvwm/add_window.c (setup_window_structure):
10249 discarded unused return code
10251 * fvwm/focus.c (focus_grab_buttons):
10252 split into two fucntions and fixed a bug with ungrabbing buttons
10254 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10255 * fvwm/style.c (parse_and_set_window_style):
10256 * fvwm/icons.c (DeIconify):
10258 * fvwm/events.c (HandleButtonPress):
10259 (HandleEnterNotify):
10260 (HandleLeaveNotify):
10262 (HandleMapRequestKeepRaised):
10263 * fvwm/add_window.c (CaptureAllWindows):
10264 * fvwm/virtual.c (UnmapDesk):
10266 (do_move_window_to_desk):
10267 * fvwm/update.c (flush_window_updates):
10268 * fvwm/focus.c (set_focus_model):
10270 (__restore_focus_after_unmap):
10271 much more GFPR work; these patches may break lots of things
10273 * fvwm/focus.c (set_focus_to_fwin):
10274 (__activate_window_by_command):
10276 (ReturnFocusWindow):
10278 (ForceDeleteFocus):
10279 renamed MoveFocus to set_focus_to_fwin
10281 2002-08-07 Mikhael Goikhman <migo@homemail.com>
10283 * libs/Fft.c (FftDrawString):
10284 removed redudant and buggy code that called DrawStringFunc before
10285 this pointer gets initialized
10287 * fvwm/focus.c (focus_query_click_to_raise):
10288 fixed possibly-uninitialized variable warning
10290 * fvwm/Makefile.am:
10291 specify stroke includes before Xft includes, may improve some cases
10293 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10296 fixed sys/time.h detection
10298 * fvwm/events.c (HandleMappingNotify):
10299 * libs/Bindings.c (AddBinding):
10300 added MappingNotify event handler
10302 * fvwm/events.c (HandleMapRequest):
10305 * fvwm/events.c (InitEventHandlerJumpTable):
10306 another attempt at handling "unknown" modifiers in key bindings
10308 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10310 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
10311 * fvwm/add_window.c (destroy_window):
10312 * fvwm/focus.c (focus_grab_buttons):
10315 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10317 * fvwm/focus.c (focus_force_refresh_focus):
10318 * fvwm/events.c (HandleEnterNotify):
10319 (HandlePropertyNotify):
10320 (HandleButtonPress):
10321 * fvwm/icons.c (DeIconify):
10322 * fvwm/virtual.c (MapDesk):
10323 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
10324 * fvwm/update.c (apply_window_updates):
10325 * fvwm/module_interface.c:
10326 * fvwm/conditional.c (MatchesConditionMask):
10329 * fvwm/icons.c (Iconify):
10330 removed "#if 0"ed code
10332 * fvwm/module_interface.c:
10333 disabled the old ConfigureWindow module interface
10336 * libs/fvwmsignal.h:
10338 * fvwm/ewmh_intern.h:
10340 * fvwm/module_interface.c:
10345 new file to encapsulate time.h and sys/time.h inclusion
10349 (mark_transient_subtree):
10350 (__mark_group_member):
10351 cleaned up and split into two functions
10353 * fvwm/focus.c (CMD_Focus):
10355 * fvwm/icons.c (DeIconify):
10358 (__activate_window_by_command):
10361 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10362 * fvwm/focus_policy.h: (fpol_set_focus_by_t):
10363 * fvwm/style.c (parse_and_set_window_style):
10364 (parse_and_set_window_style):
10365 began implementing new focus control styles
10367 * fvwm/focus.c (DoSetFocus):
10368 (__restore_focus_after_unmap):
10373 (__set_focus_to_fwin):
10376 * fvwm/conditional.c (MatchesConditionMask):
10377 * fvwm/focus.c (focus_query_open_grab_focus):
10378 (focus_query_close_restore_focus):
10379 (focus_does_accept_input_focus):
10381 * fvwm/events.c (HandleUnmapNotify):
10382 (HandleEnterNotify):
10384 (HandleMapRequestKeepRaised):
10385 renamed some functions
10388 * fvwm/focus_policy.c:
10389 * fvwm/focus_policy.h:
10390 prepared some future focus policy flags
10393 enable error message when png or xpm test compilation fails
10396 * fvwm/window_flags.h:
10397 * fvwm/ewmh.c (ewmh_HandleDesktop):
10398 * fvwm/style.c (parse_and_set_window_style):
10399 (check_window_style_change):
10400 * fvwm/events.c (HandleButtonPress):
10401 (HandleVisibilityNotify):
10402 began GFPR migration of *raises* focus policy flags
10404 * fvwm/focus.c (focus_is_focusd):
10407 * libs/Bindings.c (AddBinding):
10408 fixed handling of "unknown" modifiers in key bindings
10410 * fvwm/focus.c (focus_grab_buttons):
10411 (focus_query_grab_buttons):
10412 moved focus policy code into separate function
10414 2002-08-02 Mikhael Goikhman <migo@homemail.com>
10419 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10421 * fvwm/style.c (parse_and_set_window_style):
10422 * fvwm/focus.c (focus_query_grab_focus):
10423 * fvwm/events.c (HandleMapNotify):
10424 (HandlePropertyNotify):
10425 * fvwm/focus_policy.c (fpol_init_default_fp):
10427 new styles OverrideGrabFocus and AllowGrabFocus
10428 cleaned up focus grabbing code and moved to focus.c
10430 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10432 * fvwm/focus.c (CMD_WarpToWindow):
10433 fixed negative arguments for unmanaged windows
10435 * fvwm/conditional.c (CMD_Direction):
10436 use PeekToken instead of GetNextToken
10438 new direction "center"
10440 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10442 * fvwm/events.c (addkbsubinstoarray):
10443 disabled experimental pointer warping code
10446 removed menu crash debug code
10448 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10451 added tons of crash debug code
10453 * fvwm/add_window.c:
10454 made a lot of internal functions static
10456 * fvwm/add_window.c (setup_button_windows):
10457 (destroy_title_window):
10458 (destroy_button_windows):
10459 (destroy_resize_handle_windows):
10460 (destroy_auxiliary_windows):
10463 * fvwm/icons.c (CreateIconWindow):
10464 safety patches w/ XDeleteContext
10466 * fvwm/menus.c (DestroyMenu):
10467 fixed a crash w/ accessing already deleted menus
10469 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10471 * fvwm/menus.c (get_menu_options):
10472 fixed menu context rectangle "icon" if the icon was not just a pixmap
10474 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10476 * fvwm/events.c (HandleMapNotify):
10477 (HandleMapRequestKeepRaised):
10478 (HandleUnmapNotify):
10479 * fvwm/ewmh_events.c (ewmh_WMStateModal):
10480 * fvwm/ewmh.c (ewmh_HandleDesktop):
10481 * fvwm/style.c (parse_and_set_window_style):
10482 removed old do_grab_focus_when_created and *_when_transient_* flags
10484 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10486 * fvwm/conditional.c (MatchesConditionMask):
10487 * fvwm/focus.c (DoSetFocus):
10488 * fvwm/session.c (MatchWinToSM):
10489 * fvwm/module_interface.c (SETOLDFLAGS):
10490 removed old is_lenient flag
10493 * fvwm/style.c (__simplify_style_list):
10494 (simplify_style_list):
10497 * fvwm/window_flags.h:
10499 access macros for focus policy flags structures
10502 * fvwm/focus_policy.c:
10503 * fvwm/focus_policy.h:
10504 new files, begin great focus policy rewrite aka GFPR
10506 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
10508 * fvwm/placement.c (PlaceWindow):
10509 Fixed interaction between CascadePlacement and StartsOnPage
10511 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10513 * libs/fvwmsignal.c (fvwmSelect):
10514 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
10517 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10519 * fvwm/add_window.c (CaptureOneWindow):
10520 fixed a core dump w/ windows being destroyed during a recapture
10522 removed duplicate check if new windows still exist
10524 * fvwm/placement.c (CMD_PlaceAgain):
10525 * fvwm/move_resize.c (move_window_doit):
10527 * fvwm/virtual.c (MapDesk):
10529 (do_move_window_to_desk):
10530 * fvwm/icons.c (AutoPlaceIcon):
10531 (ChangeIconPixmap):
10533 some cleanup in movement code
10534 new option "Icon" to PlaceAgain command
10535 adapted documentation accordingly
10537 * fvwm/move_resize.c (move_window_doit):
10541 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10543 * libs/Flocale.c (FlocaleRotateDrawString):
10544 create gcs only once
10547 removed some references to Recapture
10548 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
10549 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
10551 * libs/gravity.c (gravity_parse_multi_dir_argument):
10552 fixed "all" multidir selecting "center" too
10554 * libs/Fft.c (FftDrawString):
10555 * libs/Flocale.c (FlocaleRotateDrawString):
10556 (FlocaleFontStructDrawString):
10557 (FlocaleDrawString):
10558 fixed some text placement bugs w/ shadow text
10559 (FlocaleGetShadowTextPosition):
10560 implemented "center" shadows
10562 2002-07-20 olicha <olivier.chapuis@free.fr>
10564 * libs/Flocale.c (FlocaleRotateDrawString):
10565 Removed some static declarations
10567 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10569 * libs/gravity.c (gravity_multi_dir_to_dir):
10570 * libs/gravity.h (enum):
10571 new function, cleaned up
10573 * fvwm/fvwm.h (FvwmWindow):
10577 moved text_rotation_type to gravity.h and renamed to rotation_type
10580 fixed several bugs in the access macros
10583 removed unused static FlocaleSeted
10584 (FlocaleFontStructDrawString):
10585 simplified function
10587 * fvwm/virtual.c (CMD_EdgeCommand):
10588 * fvwm/windowshade.c (CMD_WindowShade):
10589 * fvwm/conditional.c (CMD_Direction):
10590 adapted to changes in ParseDirectionArgument
10593 * libs/gravity.c (ParseDirectionArgument):
10594 new direction "Center"
10596 * fvwm/virtual.c (CMD_EdgeCommand):
10599 2002-07-18 olicha <olivier.chapuis@free.fr>
10601 * libs/PictureUtils.c (PictureRGBtoPixel):
10603 Fixed(??) color allocation for some visuals
10605 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10607 * libs/Flocale.c (FlocaleFontStructDrawString):
10608 a little code cleanup
10610 * fvwm/events.c (HandleEnterNotify):
10612 anothe click+drag fix
10614 * libs/Pointer.c (GetLocationFromEventOrQuery):
10615 * fvwm/focus.c (SetPointerEventPosition):
10616 * fvwm/functions.c (CheckActionType):
10617 * fvwm/builtins.c (CMD_StrokeFunc):
10618 * fvwm/move_resize.c (moveLoop):
10620 fixed some bugs w/ pointer on wrong screen
10622 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10624 * fvwm/events.c (HandleLeaveNotify):
10625 fixed problem w/ click+drag and mousey focus
10627 * fvwm/menus.c (size_menu_horizontally):
10628 fixed menu style SubmenusLeft w/ icons in menu items
10630 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10632 * fvwm/menuitem.c (menuitem_paint):
10634 * fvwm/menus.c (paint_menu_gradient_background):
10635 (get_menu_paint_item_parameters):
10636 removed circular dependency of menus.c and menuitem.c by using callback
10639 2002-07-17 olicha <olivier.chapuis@free.fr>
10644 * fvwm/fvwm.c (InitVariables):
10646 * fvwm/colorset.c (parse_colorset):
10648 (CMD_ReadWriteColors):
10649 * fvwm/builtins.c (CMD_ColorLimit):
10650 * libs/PictureUtils.h:
10651 * libs/PictureUtils.c (PictureReduceColor):
10652 (PictureReduceRGBColor):
10653 (PictureRGBtoPixel):
10654 (PictureAllocColor):
10655 (PictureFreeColors):
10656 (PictureGetNextColor):
10657 (colors_alloc_fail):
10661 (PictureAllocColorTable):
10662 * libs/PictureImageLoader.c (PImageXpmAllocColor):
10663 (PImageXpmFreeColor):
10665 * libs/PictureBase.c (PictureInitCMap):
10666 * libs/Graphics.c (AllocLinearGradient):
10667 * libs/ColorUtils.c (GetShadow):
10673 (fvwmlib_clone_color):
10674 * libs/PictureGraphics.c (PGraphicsTintRectangle):
10675 Implemented a new color limit method
10677 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10679 * fvwm/move_resize.c (moveLoop):
10680 fixed problem moving the pointer off screen while moving a window
10681 (AnimatedMoveAnyWindow):
10682 fixed pointer warping w/ multiple screens and animated window motion
10684 2002-07-12 olicha <olivier.chapuis@free.fr>
10686 * fvwm/menus.c (get_menu_paint_item_parameters):
10687 (paint_menu_gradient_background):
10688 * fvwm/menuitem.c (menuitem_paint):
10691 Fixed B/DGradient with Xft fonts
10694 * libs/ColorUtils.c (GetTintedColor):
10696 * fvwm/colorset.c (parse_simple_tint):
10699 Implemented fgTint colorset option
10701 * libs/PictureImageLoader.c:
10702 * libs/PictureUtils.c:
10703 * libs/PictureUtils.h:
10704 * libs/Makefile.am:
10705 Moved color limitation and some rgb to pixel functions from
10706 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
10708 * fvwm/colorset.c (parse_colorset):
10709 * libs/PictureGraphics.c (PCreateTintedPixmap):
10710 (PGraphicsTintRectangle):
10711 Implemented tinting for X server without Xrender support and
10712 did color limitation when tinting
10715 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10717 * fvwm/events.c (WaitForButtonsUp):
10718 fixed handling of button release events
10720 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10722 * fvwm/menus.c (MenuInteraction):
10723 fixed core dump w/ dynamic popdown action destroying a menu
10724 (paint_menu_gradient_background):
10725 fixed hang and/or incorrect drawing of b and d gradients in menus
10727 * fvwm/events.c (HandleEnterNotify):
10728 (HandleLeaveNotify):
10729 improved LEAVE_WINDOW/ENTER_WINDOW handling
10731 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10733 * libs/Colorset.c (SetWindowBackground):
10734 (SetWindowBackgroundWithOffset):
10736 implemented new functions to allow pixmap backgrounds with an offset
10738 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10740 * fvwm/events.c (HandleMapRequestKeepRaised):
10741 send Map/UnmapNotify before iconyfying, not after
10743 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10745 * fvwm/events.c (HandleMapRequestKeepRaised):
10746 fake a MapNotify and then an UnmapNotify when a window is created iconic
10748 * fvwm/add_window.c (AddWindow):
10749 workaround for buggy TK menu positioning
10751 * fvwm/module_interface.c (FlushMessageQueue):
10754 tried to fix module communication deadlock w/ sync mask and a full write
10761 2002-07-06 olicha <olivier.chapuis@free.fr>
10763 * libs/Flocale.c (FlocaleGetFontSet):
10764 Removed some unwanted code
10766 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10768 * fvwm/events.c (HandleLeaveNotify):
10769 (HandleEnterNotify):
10770 reduced the number of MX_LEAVE/ENTER_WINDOW messages
10772 * fvwm/events.c (CMD_XSync):
10773 very experimental patch to cycle through subwindows accepting keyboard
10774 input; call Xsync command repeatedly to test; crashes fvwm if more than
10775 1000 subwindows are used;
10777 * fvwm/focus.c (CMD_WarpToWindow):
10778 fixed a bug in warpttowindow command with subwindows of unmanaged
10781 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10783 * fvwm/events.c (HandlePropertyNotify):
10785 handle changes in the size_inc and base_size hints during opaque
10788 * fvwm/events.c (HandleButtonPress):
10789 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
10790 until the button is released again; this restores the old behaviour
10791 from 2.3.23 and before with click+drag and rxvt/aterm
10793 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10795 * fvwm/update.c (apply_window_updates):
10796 fixed applying neverfocus to currently focused window; decorations
10797 partially drawn hilighted
10799 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10801 * fvwm/menucmd.c (menu_func):
10802 another module/menu/context window fix
10803 do not use global Fw anymore
10805 2002-07-05 olicha <olivier.chapuis@free.fr>
10807 * libs/Flocale.c (FlocaleStringToString2b):
10808 Fixed crash with big5-0 FontStruct
10810 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10812 * fvwm/menucmd.c (menu_func):
10813 fixed context window of menus invoked by a module
10815 fixed context menus on windows
10817 * libs/vpacket.h (ConfigWinPacket):
10818 * fvwm/module_interface.c (CONFIGARGSNEW):
10819 * fvwm/fvwm.h (FvwmWindow):
10820 fixed bugs in type conversions for transmitting certain information to
10823 * fvwm/functions.c (CheckActionType):
10824 fixed window selection problem w/ menus invoked from modules
10826 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10828 * fvwm/gnome.c (GNOME_HandlePropRequest):
10831 * fvwm/module_interface.c (ExecuteCommandQueue):
10832 fixed compile bug w/ --enable-debug-msgs
10834 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10836 * fvwm/events.c (HandleButtonPress):
10838 * fvwm/menus.c (MenuInteraction):
10840 * fvwm/windowlist.c (CMD_WindowList):
10841 * fvwm/menucmd.c (menu_func):
10842 * fvwm/module_interface.c (ExecuteModuleCommand):
10843 * fvwm/add_window.c (adjust_fvwm_internal_windows):
10844 go away, evil globals! [removed the useless global variable
10847 * fvwm/events.c (HandleUnmapNotify):
10849 * fvwm/icons.c (Iconify):
10850 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
10851 * fvwm/fvwm.h (struct):
10852 renamed is_deiconify_pending to is_iconify_pending
10855 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10857 * fvwm/menus.c (MenuInteraction):
10859 (menu_enter_tear_off_menu):
10861 * fvwm/events.c (HandleButtonPress):
10862 (HandleButtonRelease):
10865 * fvwm/menucmd.c (menu_func):
10867 * fvwm/module_interface.c (ExecuteModuleCommand):
10868 go away, evil globals! [removed the useless global variable "Context"]
10869 removed is_menu_from_frame_or_window_or_titlebar flag
10871 * fvwm/module_interface.c:
10872 * fvwm/windowlist.c:
10875 2002-06-28 Mikhael Goikhman <migo@homemail.com>
10877 * fvwm/menuitem.c (menuitem_paint):
10878 fixed fg color of the inactive disabled menu item
10883 removed a mention of RedHat (I don't think it is correct),
10884 reworded a mention of fvwm95
10886 2002-06-26 Mikhael Goikhman <migo@homemail.com>
10889 tabify only the leading spaces, untabify the middle of line
10891 2002-06-25 David Fries <dfries@mail.win.org>
10894 * fvwm/windowlist.c:
10895 Added code to sort based on the class name of a window for
10896 the WindowList function.
10898 2002-06-25 olicha <olivier.chapuis@free.fr>
10903 2002-06-25 Mikhael Goikhman <migo@homemail.com>
10906 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
10908 2002-06-24 Steve Talley <stephen.talley@sun.com>
10910 * fvwm/add_window.c:
10911 * fvwm/add_window.h:
10919 New Style option IconSize
10921 2002-06-24 Mikhael Goikhman <migo@homemail.com>
10923 * NEWS, configure.in:
10924 changed version to 2.5.3
10926 2002-06-24 Mikhael Goikhman <migo@homemail.com>
10929 removed C++ section
10932 * libs/FlocaleCharset.c:
10935 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10937 * fvwm/events.c (WaitForButtonsUp):
10938 use the wait cursot only after the 20th pass through the loop
10940 2002-06-21 Dan Espen <dane@mk.telcordia.com>
10942 * fvwm/fvwm.1 (Examples): Language check.
10943 PipeRead as synchronous Exec.
10944 Better example for PipeRead.
10946 2002-06-21 olicha <olivier.chapuis@free.fr>
10950 Documented StringEncoding= in font name
10953 Removed --disable-compound-text doc
10955 2002-06-20 olicha <olivier.chapuis@free.fr>
10957 * libs/FBidi.h (FBidiConvert):
10958 Fixed compile if !HAVE_BIDI
10960 2002-06-19 olicha <olivier.chapuis@free.fr>
10962 * fvwm/fvwm.c (InitVariables):
10964 Allocate colorset 0 in InitVariable in the place of StartupStuff.
10965 This fix a "null expression" at init in menustyle.c (menustyle_update)
10967 2002-06-19 Mikhael Goikhman <migo@homemail.com>
10970 reworded supported feature listing, fixed the default xft detection
10972 added the "Supported Features" section
10974 2002-06-19 olicha <olivier.chapuis@free.fr>
10977 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
10980 Removed --enable-mulibyte and --disable-compound-text config option
10981 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
10984 Xft is on by default no
10986 * libs/FlocaleCharset.c (*):
10987 * libs/FlocaleCharset.h:
10988 * libs/Ficonv.c (*):
10990 * libs/Flocale.c (*):
10993 * libs/FftInterface.h:
10996 * fvwm/ewmh_names.c ():
10997 Some cleanup. Implemented StringEncoding= in font names. Fixed
10998 string encoding for xft fonts. Try to be more cleaver about defaults
10999 charsets. Improvement in the locale charset table.
11002 Some documentation cleanup regarding Xft
11004 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11006 * fvwm/functions.c (find_func_type):
11007 fixed bug i introduced w/ last commit
11009 * fvwm/fvwm.c (Done):
11011 * fvwm/functions.c (functions_is_complex_function):
11012 * fvwm/builtins.c (CMD_DestroyFunc):
11015 moved functions to functions.c
11018 * fvwm/functable.c:
11019 * fvwm/functable.h:
11020 * fvwm/functions.h:
11022 * fvwm/functions.c:
11023 moved some types and functions to other/new files
11025 * fvwm/functions.c:
11026 * fvwm/expand.c (expand_vars_extended):
11028 functions moved to new file
11030 * fvwm/functions.c:
11033 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11035 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11036 fixed colorurmap focus problem
11039 tabified all files and removed all trailing spaces
11041 * fvwm/move_resize.c (move_window_doit):
11042 * fvwm/virtual.c (CMD_MoveToDesk):
11043 MoveToPage and MoveToDesk no longer unstick windows
11045 2002-06-17 Mikhael Goikhman <migo@homemail.com>
11051 reworded some names of supported features
11053 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11055 * fvwm/update.c (apply_window_updates):
11056 * fvwm/session.c (MatchWinToSM):
11057 * fvwm/add_window.c (setup_window_structure):
11058 * fvwm/windowshade.c (CMD_WindowShade):
11059 * fvwm/window_flags.h:
11060 fixed a problem w/ shaded windows changind the title direction
11062 * fvwm/geometry.c (get_shaded_geometry):
11063 fixed shading window to 0 width or height
11065 * fvwm/add_window.c (AddWindow):
11066 fixed a memory leak and an initial window placement bug
11068 2002-06-15 Mikhael Goikhman <migo@homemail.com>
11071 minor improvements in output, added bin/fvwm-perllib
11073 2002-06-12 Mikhael Goikhman <migo@homemail.com>
11075 * fvwm/menustyle.c (CMD_CopyMenuStyle):
11076 fixed copying PopupOffset values in CopyMenuStyle
11081 2002-06-10 Mikhael Goikhman <migo@homemail.com>
11085 added CopyStringWithQuotes, not perfect, but works for now
11087 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11089 * fvwm/functions.h:
11091 * fvwm/functions.c (func_config):
11092 * libs/FScreen.c (FScreenConfigureSLSScreens):
11093 (FScreenConfigureModule):
11094 * fvwm/virtual.c (CMD_XineramaSlsScreens):
11095 new command XineramaSLSScreens
11098 cleaned up Xinerama ifdefs
11100 2002-06-07 Dan Espen <dane@mk.telcordia.com>
11103 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11105 2002-06-07 olicha <olivier.chapuis@free.fr>
11108 * libs/Flocale.c (FlocaleGetShadowTextPosition):
11109 Some shadow text position fixes
11111 2002-06-06 olicha <olivier.chapuis@free.fr>
11113 * fvwm/update.c (apply_window_updates):
11114 Fixed the position of shaded windows after certain style update
11117 Fixed some options names
11119 2002-06-06 Mikhael Goikhman <migo@homemail.com>
11121 * fvwm/module_interface.c (CMD_SendToModule):
11122 fixed SendToModule when the first parameter contains quotes
11124 2002-06-06 olicha <olivier.chapuis@free.fr>
11126 * fvwm/fvwm.c (main):
11127 * fvwm/ewmh.c (EWMH_Init):
11128 Init the EWMH before reading the config. Always setup the working
11131 2002-06-05 olicha <olivier.chapuis@free.fr>
11133 * fvwm/update.c (apply_window_updates):
11134 Fixed the position of a shaded window during a style update
11137 * libs/Flocale.c (FlocaleRotateDrawString):
11138 (FlocaleGetShadowTextPosition):
11139 Fixed side title text position if the font has no shadow
11142 * libs/Ficonv.c (FiconvInit):
11143 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11144 * libs/Flocale.c (FlocaleInit):
11145 (FlocaleRotateDrawString):
11146 (FlocaleGetFontSet):
11147 (FlocaleGetFontOrFontSet):
11149 (FlocaleDrawString):
11150 (FlocaleTextWidth):
11151 (FlocaleFreeNameProperty):
11152 (FlocaleGetNameProperty):
11153 (FlocaleTextListToTextProperty):
11154 Finish to remove the multibyte patch. This gives a more clean code
11155 and can only prevent bugs
11157 2002-06-05 Mikhael Goikhman <migo@homemail.com>
11159 * fvwm/placement.c (PlaceWindow):
11160 fixed CascadePlacement with huge windows (xterm -g 240x100),
11161 that were aligned to bottom-right instead of top-left;
11162 small adjustments (removed border_width from calculations,
11163 don't place normal windows at 0, commented out some strange code)
11165 2002-06-04 Mikhael Goikhman <migo@homemail.com>
11168 document CascadePlacement and FvwmIconMan improvements
11173 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11175 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11176 * fvwm/fvwm.c (InitVariables):
11177 * fvwm/placement.c (PlaceWindow):
11178 * fvwm/screen.h (struct ScreenInfo):
11179 improved *CascadePlacement, if the last placed window does not exist
11180 any more, reuse the last used position instead of adding a new cascade
11182 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11184 * fvwm/events.c (HandleEnterNotify):
11185 * fvwm/fvwm.c (InitVariables):
11187 Fixed colormap handling over decorative parts of a window
11189 2002-06-03 olicha <olivier.chapuis@free.fr>
11191 * fvwm/module_interface.c (make_named_packet):
11192 Fixed an write out of memory bug. This complete Mikhail Kruk patch
11193 related to named module packet
11195 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11197 * fvwm/focus.c (focus_grab_buttons):
11198 * fvwm/events.c (HandleButtonPress):
11199 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
11201 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11203 * fvwm/bindings.c (ParseBinding):
11204 replaced an error "Illegal mouse button" with a descriptive warning
11205 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
11207 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11209 * fvwm/events.c (GetContext):
11210 fixed key bindings on decorations
11213 removed XEVMASK_DECORW
11215 2002-05-31 olicha <olivier.chapuis@free.fr>
11219 Documented shadow effect in a new section FONT EFFECTS
11221 2002-05-31 olicha <olivier.chapuis@free.fr>
11223 * libs/Fft.c (FftDrawString):
11224 * libs/Colorset.c (DumpColorset):
11227 * fvwm/colorset.c (parse_colorset):
11228 New colorset option fg_alpha which defines an alpha for rendering
11231 2002-05-29 olicha <olivier.chapuis@free.fr>
11233 * libs/Fft.c (FftSetupEncoding):
11240 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
11241 to Xft FLAGS and LIBS
11243 * fvwm/Makefile.am:
11244 * libs/Makefile.am:
11245 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
11246 Xft2 library. Removed FT2 CFLAGS and LIBS
11248 2002-05-27 olicha <olivier.chapuis@free.fr>
11253 Some Xft2 and fontconfig preparation
11256 * libs/Flocale.c (FlocaleParseShadow):
11258 (FlocaleGetShadowTextPosition):
11259 Added offset to shadow text
11262 Fixed the position of ne shadow text and remove some unused #define
11264 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11266 * fvwm/colorset.c (parse_colorset):
11267 fixed integer overflow in average colour calculation
11269 2002-05-27 olicha <olivier.chapuis@free.fr>
11271 * libs/gravity.c (GetNextMultiDirection):
11272 (ParseMultiDirectionArgument):
11274 Added a multi direction type which is a "<<" version of direction
11275 type. Added a parse and a next functions
11278 * libs/Flocale.c (FlocaleParseShadow):
11279 (FlocaleGetNextShadowDirection):
11280 (FlocaleGetShadowTextPosition):
11281 Used gravity multi direction type and functions. Removed
11282 FlocaleGetNextShadowDirection
11284 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11286 * fvwm/focus.c (restore_focus_after_unmap):
11287 fixed a problem w/ colormap transition when transient window died
11289 * fvwm/add_window.c (AddWindow):
11292 * fvwm/session.c (getUniqueStateFilename):
11293 applied security patch by Jan Echternach
11295 * fvwm/fvwm.c (InitVariables):
11296 Properly initialise Scr.flags.is_pointer_on_this_screen
11298 * libs/fvwmlib.h (FvwmFont):
11299 * fvwm/fvwm.c (setVersionInfo):
11302 * acconfig.h (MULTIBYTE):
11303 removed MULTIBYTE option (unconditionally on)
11305 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11307 * libs/gravity.c (ParseDirectionArgument):
11308 allow "t", "u", ... shortcuts as direction arguments
11310 * fvwm/style.c (check_window_style_change):
11311 (parse_and_set_window_style):
11312 * fvwm/frame.c (frame_setup_border):
11313 (frame_get_shading_laziness):
11314 (frame_get_sidebar_geometry):
11315 * fvwm/decorations.c (SelectDecor):
11316 * fvwm/add_window.c (setup_style_and_decor):
11317 (setup_resize_handle_cursors):
11318 (setup_resize_handle_windows):
11319 (change_resize_handle_windows):
11320 (destroy_auxiliary_windows):
11321 * fvwm/borders.c (border_get_border_gcs):
11322 (border_draw_border_parts):
11323 * fvwm/style.h (SCSET_HAS_BORDER):
11324 * fvwm/fvwm.h (FvwmWindow):
11325 * fvwm/window_flags.h (SET_HAS_BORDER):
11326 new styles NoBorder/Border
11328 2002-05-26 olicha <olivier.chapuis@free.fr>
11331 * libs/Flocale.c (FlocaleParseShadow):
11332 (FlocaleGetNextShadowDirection):
11333 (FlocaleGetShadowTextPosition):
11335 Implemented multidirectional shadow text rendering
11339 (FlocaleFontStructDrawString):
11340 (FlocaleRotateDrawString):
11342 (FlocaleDrawString):
11343 (FlocaleTextWidth):
11344 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11345 * libs/Fft.c (FftDrawString):
11346 Cleanup the FlocaleFont structure by addings some flags
11348 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11350 * fvwm/events.c (HandleFocusIn):
11351 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11352 * fvwm/screen.h (ScreenInfo):
11353 * fvwm/focus.c (FocusOn):
11354 ignore EnterNotify events while a window is waiting to receive focus
11355 from the Focus or FlipFocus commands; should prevent plenty of race
11356 contidions caused by executing complex functions by a key press, button
11357 press or from a menu; fixes Alt-Tab problem
11359 * fvwm/events.c (HandleMapNotify):
11360 immediately draw window decorations when window is mapped; the new frame
11361 drawing code takes care of suppressing unnecessary redraws
11362 (HandleLeaveNotify):
11363 fixed a bug w/ LeaveNotify event with NotifyGrab
11365 2002-05-22 olicha <olivier.chapuis@free.fr>
11368 * libs/Fft.c (FftDrawString):
11369 * libs/Flocale.c (FlocaleFontStructDrawString):
11370 (FlocaleRotateDrawString):
11372 (FlocaleGetShadowTextPosition):
11373 (FlocaleDrawString):
11374 (FlocaleDrawUnderline):
11375 (FlocaleTextWidth):
11376 Implemented negative shadow text
11378 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11380 * fvwm/menucmd.c (CMD_AddToMenu):
11381 * fvwm/windowlist.c (CMD_WindowList):
11384 changed signature of AddToMenu
11386 * fvwm/menus.c (clone_menu_root_static):
11387 fixed problem w/ menu style usage count and tear off menus
11388 fixed core dump w/ not copying the missing sub menu function in tear
11390 (clone_menu_item_list):
11392 (add_another_menu_item):
11393 (size_menu_vertically):
11394 fixed additional "More..." items in sub menus of torn off menus
11396 2002-05-22 Mikhael Goikhman <migo@homemail.com>
11399 fixed #endif warning
11400 * fvwm/ConfigFvwmDefaults:
11401 added CirculateSkip to tear off menus
11403 fixed ShadeAgain quoting
11405 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11407 * fvwm/events.c (HandleButtonPress):
11408 allow to pass the focus click to applications and have a function bound
11409 to it at the same time
11413 fixed compilation problem
11415 2002-05-20 olicha <olivier.chapuis@free.fr>
11417 * libs/PictureImageLoader.c (PImageRGBtoPixel):
11418 Fixed blue colour in png image and ewmh icons
11420 * libs/Flocale.c (FlocaleLoadFont):
11421 Removed some debug code
11423 * fvwm/colorset.c (parse_colorset):
11425 * libs/ColorUtils.c (GetForeShadowColor):
11426 Added Mikhael algo to compute the default fgsh
11428 2002-05-18 Mikhael Goikhman <migo@homemail.com>
11430 * fvwm/functions.c (expand_extended_var):
11431 expand $[fgsh.csN], use constants instead of numbers
11433 2002-05-17 olicha <olivier.chapuis@free.fr>
11435 * libs/Flocale.c (FlocaleDrawString):
11436 (FlocaleDrawUnderline):
11438 Removed some unused and debug code
11440 2002-05-17 olicha <olivier.chapuis@free.fr>
11442 * fvwm/menuitem.c (draw_underline):
11444 * libs/Flocale.c (FlocaleDrawUnderline):
11445 Move draw_underline into Flocale.c and fix underline position with
11448 2002-05-17 olicha <olivier.chapuis@free.fr>
11450 * fvwm/style.c (update_window_color_style):
11451 (update_window_color_hi_style):
11452 * fvwm/move_resize.c (DisplayPosition):
11454 * fvwm/menuitem.c (menuitem_paint):
11455 * fvwm/borders.c (get_common_decorations):
11456 (border_get_titlebar_draw_descr):
11458 * fvwm/icons.c (DrawIconWindow):
11459 Pass the colorset to text drawing via the FlocaleWinString structure
11462 * libs/ColorUtils.c (GetForeShadowColor):
11464 * fvwm/colorset.c (parse_colorset):
11466 * libs/Colorset.c (DumpColorset):
11468 Added fgsh colorset and two new functions GetForeShadowColor and
11469 GetForeShadow which should be modified
11471 * libs/Makefile.am:
11473 * libs/FftInterface.h (new file):
11474 * libs/Fft.c (FftDrawString):
11476 * libs/Flocale.c (FlocaleFontStructDrawString):
11477 (FlocaleRotateDrawString):
11478 (FlocaleDrawString):
11479 (FlocaleTextWidth):
11481 Implemented text shadow rendering
11483 2002-05-11 olicha <olivier.chapuis@free.fr>
11486 * fvwm/builtins.c (refresh_window):
11487 * fvwm/update.c (apply_window_updates):
11489 * fvwm/style.c (check_window_style_change):
11490 ParentalRelativity style is now dynamic
11492 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11494 * fvwm/menuitem.c (menuitem_paint):
11495 fixed menu item hilight area
11497 2002-05-09 olicha <olivier.chapuis@free.fr>
11499 * libs/Makefile.am:
11500 * libs/XError.c (request_name):
11501 * libs/PictureImageLoader.c (PImageLoadPng):
11502 (PImageCreatePixmapFromArgbData):
11503 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11504 (PGraphicsTileRectangle):
11505 (PGraphicsCopyFvwmPicture):
11506 * libs/FRenderInit.c (new file):
11507 * libs/FRenderInit.h (new file):
11508 * libs/FRenderInterface.h:
11509 * libs/FRender.c (*):
11510 * fvwm/colorset.c (parse_tint):
11512 * fvwm/fvwm.c (main):
11513 * fvwm/events.c (HandlePropertyNotify):
11514 Change the design of the previous commit. Now a module should call
11515 FRenderInit when it wants to use a function which depends on XRender.
11517 2002-05-09 olicha <olivier.chapuis@free.fr>
11525 Include Fft.h include FRender.h as Xft.h include Xrender.h
11527 * libs/FRenderInterface.h:
11529 * libs/FRender.c (FRenderInit):
11530 (FRenderGetErrorCodeBase):
11531 (FRenderGetMajorOpCode):
11532 (FRenderGetExtensionSupported):
11533 (FRenderGetErrorText):
11534 Improve XRender initialization, check if the XRender extension is
11535 enabled and get the error code base and the major op code.
11536 Add error functions for the X error handler.
11538 * libs/XError.c (PrintXErrorAndCoredump):
11540 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
11543 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11544 * fvwm/events.c (HandlePropertyNotify):
11545 * fvwm/colorset.c (parse_tint):
11547 * libs/PictureImageLoader.c (PImageLoadPng):
11548 (PImageCreatePixmapFromArgbData):
11549 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
11550 (PGraphicsCopyFvwmPicture):
11551 (PGraphicsTileRectangle):
11552 * libs/FRender.c (FRenderCopyArea):
11553 (FRenderTintRectangle):
11554 Check if the XRender extension is enabled on the display before
11555 performing XRender operations
11557 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11559 * fvwm/menuitem.c (menuitem_paint):
11560 fixed item hilighting problems
11562 2002-05-07 olicha <olivier.chapuis@free.fr>
11564 * fvwm/colorset.c (parse_colorset):
11567 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11569 * fvwm/events.c (HandlePropertyNotify):
11570 workaround for xterm resize problem
11572 * fvwm/colorset.c (parse_colorset):
11573 (free_colorset_background):
11576 fixed various bugs and core dumps w/ the cs->picture structure;
11577 note: it's a pointer, so compare with NULL, not with None
11579 * fvwm/frame.c (frame_setup_window):
11580 (frame_setup_window_app_request):
11581 (frame_force_setup_window):
11582 (frame_setup_window_internal):
11583 (frame_create_move_resize_args):
11584 (frame_free_move_resize_args):
11585 * fvwm/add_window.c (setup_window_attr):
11586 * fvwm/events.c (HandleConfigureRequest):
11587 (HandlePropertyNotify):
11588 fixed [?] bit_gravity/resize problem
11590 * fvwm/events.c (HandleEnterNotify):
11591 reformatted EdgeCommand code
11593 2002-05-06 olicha <olivier.chapuis@free.fr>
11595 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11596 Resize an ewmh icon to the wanted size if it is to big
11598 * fvwm/ewmh.c (EWMH_WindowDestroyed):
11599 Set also the stacking list when a window is destroyed
11601 2002-05-03 Dan Espen <dane@mk.telcordia.com>
11603 * fvwm/fvwm.1: Finish language check.
11604 Fix typo in Mouse section, context should be on new line.
11606 2002-05-02 Dan Espen <dane@mk.telcordia.com>
11608 * fvwm/fvwm.1 (file): Restore icons and images text with some
11610 Started on lang check, not done yet.
11612 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
11614 * fvwm/module_interface.c (make_named_packet):
11615 Applied Mikhail Kruk patch
11617 2002-05-02 olicha <olivier.chapuis@free.fr>
11619 * libs/FlocaleCharset.h:
11620 * libs/Ficonv.c (FiconvSetupConversion):
11621 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11623 * libs/Flocale.c (FlocaleGetFftFont):
11624 (FlocaleGetFontSet):
11627 (FlocaleUnloadFont):
11629 Implemented charset/iconv hints in font name
11631 2002-04-29 Stian Sletner <stian@sletner.com>
11633 * fvwm/windowlist.c (CMD_WindowList):
11634 Added new Windowlist option IconifiedAtEnd
11636 2002-04-30 Mikhael Goikhman <migo@homemail.com>
11638 * fvwm/module_interface.c:
11641 moved two constant strings to Module.h, so they may be used by perllib
11643 2002-04-29 olicha <olivier.chapuis@free.fr>
11645 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11646 Fixed a core dump if the charset is not found
11648 * libs/Flocale.c (FlocaleStringToString2b):
11649 Removed some debug code
11651 2002-04-29 olicha <olivier.chapuis@free.fr>
11653 * libs/Fft.c (FftGetFontWidths):
11654 (FftGetFontWidths):
11657 * libs/Flocale.c (FlocaleGetFont):
11658 (FlocaleGetFontSet):
11659 (FlocaleGetFftFont):
11660 Removed min_char_offset member of the FlocaleFont as it is not use
11661 since we rotate string for side title
11663 * libs/Ficonv.c (FiconvSetupConversion):
11664 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
11665 (FlocaleCharsetSetFlocaleCharset):
11667 * libs/Flocale.c (FlocaleTextWidth):
11668 (FlocaleDrawString):
11669 (FlocaleUtf8ToUnicodeStr2b):
11671 (FlocaleStringToString2b):
11672 (FlocaleRotateDrawString):
11673 (FlocaleFontStructDrawString):
11674 Added support for drawing string with 10646-1 fonts without an utf8
11675 locale. Also, drawing strings with a multibyte font now work not so
11676 bad even if the locale have nothing to do with the font.
11678 * libs/Fft.c (FftUtf8ToFftString16):
11681 Added utf8 rendering with iso10646-1 fonts on system without
11684 * fvwm/colorset.c (reset_cs_pixmap):
11689 Colorset now accept bitmaps. Split a bit parse_colorset for readability
11691 2002-04-28 Mikhael Goikhman <migo@homemail.com>
11694 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
11696 2002-04-27 Mikhael Goikhman <migo@homemail.com>
11698 * fvwm/move_resize.c:
11699 don't start Move with snap disabled if Alt is initially pressed
11701 2002-04-26 Mikhael Goikhman <migo@homemail.com>
11703 * NEWS, configure.in:
11704 changed version to 2.5.2
11706 2002-04-25 Mikhael Goikhman <migo@homemail.com>
11709 improved main headers, added new COLORSETS section;
11710 documented State condition
11713 documented Tint in colorsets and utility renaming
11716 corrected several error reporting problems
11718 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11721 fixed leaving tear off menus
11723 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11725 * fvwm/borders.c (border_draw_part_relief):
11726 (border_set_button_pixmap):
11727 (border_draw_title_stick_lines):
11728 (border_draw_title_mono):
11729 (border_draw_title_relief):
11730 * libs/fvwmlib.h (RelieveRectangle2):
11731 (RelieveRectangle):
11732 replaced functions by macros
11734 * libs/Graphics.c (do_relieve_rectangle):
11735 applied performance patch by Dave Trollope
11737 2002-04-24 Mikhael Goikhman <migo@homemail.com>
11743 * libs/FlocaleCharset.c:
11744 FBidi is now independent from Flocale* again;
11745 iso8859-6.8x fonts recognized now as bidi-enabled
11747 2002-04-23 Mikhael Goikhman <migo@homemail.com>
11750 fixed --disable-multibyte
11752 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11754 * fvwm/borders.c (border_draw_title_deep):
11755 (border_set_title_pixmap):
11756 (border_set_button_pixmap):
11757 fixed SolidButton title and button style
11759 2002-04-23 Mikhael Goikhman <migo@homemail.com>
11764 added new entry about CurrentAtEnd
11767 minor reformatting and spell checking
11769 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
11771 * fvwm/windowlist.c (CMD_WindowList):
11772 Added new Windowlist option CurrentAtEnd
11774 2002-04-22 olicha <olivier.chapuis@free.fr>
11776 * fvwm/colorset.c (parse_colorset):
11778 Fixed an enormous core dump which comes from a cvs merging problem
11780 * fvwm/Makefile.am:
11783 Added Xrender detection and link fvwm if needed
11785 * libs/PictureGraphics.c:
11786 * libs/PictureGraphics.h:
11789 * libs/FRenderInterface.h:
11790 * libs/PictureGrpahics.c (*):
11791 * libs/PictureGrpahics.h:
11792 New libs files to acheive alpha-blend rendering and better XBM
11793 support. PictureGraphics contains elaborated version and also
11794 simplified version of XFillRectangle, XCopyPlan and XCopyArea
11798 * fvwm/icons.c (clear_icon):
11802 * fvwm/events.c (HandlePropertyNotify):
11803 * fvwm/borders.c (border_fill_pixmap_background):
11804 (border_get_border_background):
11805 (border_draw_decor_to_pixmap):
11806 * fvwm/menuitem.c (menuitem_paint):
11807 * fvwm/add_window.c (destroy_icon):
11808 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11809 * fvwm/geometry.c (move_icon_to_position):
11810 * fvwm/colorset.c (free_colorset_background):
11813 Implemented alpha-blend rendering with the new libs function
11815 * fvwm/colorset.c (free_colorset_background):
11818 Implemented tinting of a Pixmap background colorset
11820 * fvwm/colorset.c (parse_colorset):
11821 Use the Scr.NoFocusWin as main window in the place of the
11822 Scr.SizeWindow, this fix a lot of X errors in my machine.
11824 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
11825 Donated our alpha channel
11828 * fvwm/module_interface.h:
11829 * fvwm/module_interface.c (SendFvwmPicture):
11830 (BroadcastMiniIcon):
11832 (BroadcastFvwmPicture):
11833 (CMD_Send_WindowList):
11834 * fvwm/add_window.c (change_mini_icon):
11835 (broadcast_mini_icon):
11836 * fvwm/ewmh_icons.c:
11837 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
11838 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
11840 * libs/Makefile.am:
11841 * libs/PictureBase.c (*):
11842 * libs/PictureBase.h:
11843 * libs/Picture.c (*):
11845 * libs/PictureImageLoader.c (*):
11846 * libs/PictureImageLoader.h:
11848 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
11849 PictureImageLoader.
11850 Rename some libs function: InitPictureCMap -> PictureInitCMap,
11851 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
11852 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
11853 SetImagePath -> PictureSetImagePath, findImageFile ->
11854 PictureFindImageFile, PictureList -> FvwmPictureList,
11855 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
11856 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
11857 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
11858 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
11859 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
11860 Also renamed more recent functions in PictureImageLoader.
11862 * fvwm/borders.c (border_draw_one_border_part):
11863 (border_draw_decor_to_pixmap):
11864 Fixed drawing of a TiledPixmap borded and fixed position of buttons
11867 * fvwm/menus.c (pop_menu_up):
11868 (animated_move_back):
11869 (ParentalMenuRePaint):
11870 * fvwm/move_resize.h (resize_geometry_window):
11871 * fvwm/move_resize.c (move_window_doit):
11872 (AnimatedMoveAnyWindow):
11873 (AnimatedMoveOfWindow):
11874 (AnimatedMoveFvwmWindow):
11875 Fixed transparent animated menu
11877 2002-04-21 Mikhael Goikhman <migo@homemail.com>
11886 fixed running out of colors on 8bpp with ReadWriteColors;
11887 simulate colorsets on monochrome displays using three 1-bit pixmaps
11889 2002-04-19 Mikhael Goikhman <migo@homemail.com>
11892 fixed $PERL detection again
11897 added -Wno-implicit-int to -Wall in case of gcc
11901 fixed ReadWriteColors on a PseudoColor display
11903 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11905 * fvwm/move_resize.c (move_window_doit):
11906 set the is_icon_moved too flag if the icon was moved non-interactively
11912 Moved FvwmTheme functionality into fvwm.
11913 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
11915 2002-04-17 Mikhael Goikhman <migo@homemail.com>
11918 fixed $PERL detection
11921 * fvwm/ConfigFvwmDefaults:
11922 several fixes and spelling
11924 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11926 * libs/Bindings.c (CheckBinding):
11929 (GrabWindowButton):
11930 (MatchBindingExactly):
11931 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
11934 2002-04-12 Mikhael Goikhman <migo@homemail.com>
11937 configure now uses $PERL if set
11940 all programs installed into ${bindir} have now fvwm- prefix;
11941 documentation updated
11943 2002-04-11 Mikhael Goikhman <migo@homemail.com>
11946 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
11947 documentation updated
11949 2002-04-11 Mikhael Goikhman <migo@homemail.com>
11952 added 2.4.7 entries
11954 2002-04-10 Dan Espen <dane@mk.telcordia.com>
11956 * AUTHORS: New author.
11958 * NEWS: Edge Command.
11960 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
11963 Added EdgeCommand paragraph.
11965 * fvwm/events.c (HandleEnterNotify):
11966 Added execution of Scr.PanFrame*.command if set
11968 * fvwm/fvwm.c (InitVariables):
11969 Added init strings for pan frame commands.
11974 Avoid hiding of pan frames if pan frame command is set.
11976 Implementation of the buildin command EdgeCommand. First
11977 implementation of this function.
11979 * fvwm/screen.h (struct):
11980 added char * command in structure Panframe to store the pan frame
11983 * fvwm/functions.c:
11984 added declaration of CMD_ENTRY("edgecommand")
11986 * fvwm/functions.h:
11987 added definition of Flag F_EDGE_COMMAND
11990 added definition of CMD_EdgeCommand(F_CMD_ARGS)
11992 2002-04-10 Mikhael Goikhman <migo@homemail.com>
11995 added "BI-DIRECTIONAL TEXTS" section
11998 added #include <sys/select.h> to fix endless loop on QNX
12000 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12003 changed description of focus models
12005 2002-04-09 olicha <olivier.chapuis@free.fr>
12008 Check for libpng libpng 1.0.4a or better
12010 2002-04-08 Mikhael Goikhman <migo@homemail.com>
12012 * fvwm/add_window.c (setup_title_geometry):
12015 * fvwm/geometry.c (get_title_font_size_and_offset):
12017 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12019 * fvwm/window_flags.h:
12020 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12022 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12024 new Style options TopTitleRotated / TopTitleNotRotated,
12025 BottomTitleRotated / BottomTitleNotRotated
12027 2002-04-08 olicha <olivier.chapuis@free.fr>
12029 * libs/Makefile.am:
12030 Fixed make dist again
12032 2002-04-07 Dan Espen <dane@mk.telcordia.com>
12034 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12036 2002-04-07 Mikhael Goikhman <migo@homemail.com>
12039 minor wording fixes
12042 mention a new FvwmIconMan syntax
12044 * sample.fvwmrc/new-features:
12045 * sample.fvwmrc/system.fvwm2rc:
12046 * sample.fvwmrc/system.fvwm2rc-sample-95:
12047 use a new module syntax
12049 2002-04-06 olicha <olivier.chapuis@free.fr>
12053 Forget to save some file
12055 * libs/FImageLoader.c (c100_init_base_table):
12056 Allows init even if !XPM
12058 * libs/Makefile.am:
12062 Fixed png detection
12064 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12065 Fixed a GC memory leaks.
12067 * fvwm/fvwm.c (setVersionInfo):
12069 Updated -version for png, bidi and xft
12072 Modified the ICONS section. Rename it ICONS AND IMAGES and
12073 document PNG file format. Replace "xpm or bitmap file" by
12074 "image file" in a few place.
12078 PNG news and documented libpng in the "Optional libraries used by FVWM"
12081 2002-04-05 olicha <olivier.chapuis@free.fr>
12083 * libs/FImageLoader.c (c100_init_base_table):
12084 (FImageReduceRGBColor):
12085 (FImageCreatePixmapFromArgbData):
12086 Speed up color limitation for png image and ewmh icons
12087 Respect color limit even with DirectColor and TrueColor
12090 * acconfig.h (HAVE_PNG):
12091 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12092 even without XPM support
12095 * libs/InitPicture.c (new file):
12096 * libs/InitPicture.h (new file):
12099 * libs/FImageLoader.c (new file):
12100 * libs/FImageLoader.h (new file):
12101 * libs/Fxpm.h (new file):
12102 * libs/Fpng.h (new file):
12103 Images are loaded in FImageLoader. PNG image can be loaded, the loader
12104 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12105 ColorLimit stuff is applied to PNG image.
12106 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12107 Picture.c and Picture.h.
12108 InitPicture contains the Picture structure, initialize the visual,
12109 depth and color map and contains image path stuff as Picture contains
12110 Picture manipulations.
12112 * libs/ColorUtils.c:
12114 Moved the Picture color utils func to ColorUtils
12116 * fvwm/Makefile.am:
12117 links against libpng
12119 * fvwm/icons.c (GetIconPicture):
12123 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
12124 the libs image loader
12126 * fvwm/cursor.c (CMD_CursorStyle):
12127 Use FImageLoadCursorPixmapFromFile (no PNG support here)
12129 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12130 (EWMH_SetIconFromWMIcon):
12131 Use the argb loader of the libs. ColorLimit are now applied to ewmh
12135 Send the ColorLimit to module in any case
12142 * fvwm/add_window.c:
12146 * fvwm/menustyle.c:
12147 * fvwm/move_resize.c:
12150 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12152 * fvwm/events.c (test_map_request):
12153 (test_resizing_event):
12154 fixed endless loop in HandleConfigureRequest
12156 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12158 * fvwm/add_window.c (setup_style_and_decor):
12159 fixed borderless transients
12161 * fvwm/events.c (test_resizing_event):
12162 (HandleConfigureRequest):
12163 * fvwm/frame.c (frame_create_move_resize_args):
12164 * fvwm/add_window.c (AddWindow):
12166 * fvwm/window_flags.h:
12167 tried to improve ConfigureRequest handling
12169 * fvwm/events.c (HandlePropertyNotify):
12170 recalculate window size when the base_width or base_height hint
12171 changes; fixes some problems with xemacs
12173 * fvwm/virtual.c (map_window):
12176 * fvwm/borders.c (border_draw_decorations):
12177 don't redraw windows on a different desk
12178 keep track of Scr.Hilite
12180 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12182 * fvwm/virtual.c (unmap_window):
12183 * fvwm/move_resize.c (resize_window):
12184 * fvwm/icons.c (Iconify):
12185 * fvwm/add_window.c (CaptureOneWindow):
12186 * fvwm/borders.c (border_undraw_decorations):
12187 mark window decorations as not drawn whenever the frame is unmapped
12189 2002-03-30 Dan Espen <dane@mk.telcordia.com>
12191 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
12193 2002-03-29 Mikhael Goikhman <migo@homemail.com>
12196 use safemalloc and alloca instead of malloc
12198 2002-03-29 olicha <olivier.chapuis@free.fr>
12200 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12201 Set the X locale charset on system without XOpenOM
12203 2002-03-27 Mikhael Goikhman <migo@homemail.com>
12206 fixed multibyte support reporting
12208 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12213 moved gcc extension __attribute__ handling to config.h
12215 * fvwm/fvwm.c (main):
12216 * fvwm/stack.c (add_window_to_stack_ring_after):
12217 * fvwm/icons.c (GetIconWindow):
12219 * fvwm/add_window.c:
12220 fixed core dumps and other bugs in debug messages
12222 2002-03-27 olicha <olivier.chapuis@free.fr>
12224 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12225 (FlocaleCharsetSetFlocaleCharset):
12227 * configure.in (problem_multibyte):
12228 Fixed compilation for system without XOpenOM in Xlib.h
12230 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12231 * libs/Ficonv.c (FiconvInit):
12235 include only libs/Flocale.h
12237 2002-03-26 Mikhael Goikhman <migo@homemail.com>
12240 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
12245 * libs/FlocaleCharset.c:
12246 minor modifications, like removed #include;
12247 fixed core dump with bidi and utf-8
12249 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12251 * fvwm/frame.c (frame_update_hidden_window_pos):
12252 fixed shade/maximize/unshade
12254 * fvwm/builtins.c (FreeDecorFace):
12257 * fvwm/borders.c (get_common_decorations):
12258 (border_get_border_style):
12259 * fvwm/style.c (parse_and_set_window_style):
12261 * fvwm/window_flags.h:
12262 * fvwm/fvwm.h (struct):
12263 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
12264 (frame_create_move_resize_args):
12265 (frame_move_resize_step):
12266 (frame_next_move_resize_args):
12267 new styles WindowShadeLazy [default], WindowShadeBusy and
12268 WindowShadeAlwaysLazy
12270 * fvwm/frame.c (frame_set_decor_gravities):
12271 fixed window bit gravities
12272 split into smaller functions
12273 (frame_move_resize_step):
12274 fixed a bug w/ the parent gravity
12275 (frame_hide_changing_window_parts):
12276 fixed flickering in one of the corners during shade animation
12277 (frame_mrs_hide_changing_parts):
12279 (frame_mrs_prepare_vars):
12280 (frame_mrs_hide_unhide_parent):
12281 (frame_mrs_setup_draw_decorations):
12282 (frame_mrs_resize_move_windows):
12285 2002-03-25 olicha <olivier.chapuis@free.fr>
12287 * libs/Fft.c (FftSetupEncoding):
12290 * libs/Flocale.c (FlocaleDrawString):
12291 * libs/FBidi.c (FBidiConvert):
12293 Pass the font to FBidiConvert
12295 * acconfig.h (HAVE_LIBCHARSET):
12296 * acinclude.m4 (CHECK_LIBCHARSET):
12298 If libiconv is used check for libcharset
12300 * libs/Makefile.am:
12301 * libs/FlocaleCharset.h:
12302 * libs/FlocaleCharset.c:
12304 * libs/Flocale.c (*):
12305 * libs/Fft.c (FftSetupEncoding):
12307 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
12308 FlocaleFont has such a member which is set when charset info are needed.
12309 FlocaleCharset.c contains a big table which associates to an X charset
12310 various possible locale charsets and the fribidi charset.
12311 If libiconv is used, libcharset is used to compute the locale charset.
12312 Various Flocale clean up.
12314 * fvwm/fvwm.c (main):
12315 Removed the call to FlocaleInitCharset, it is now done automatically
12318 * libs/Makefile.am:
12321 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
12323 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
12326 (EWMH_SetDesktopNames):
12327 Moved iconv conversions into the library. Try to found the good iconv
12328 charset with the help of the font and of the FlocaleCharset table.
12330 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12332 * libs/Module.c (SendFvwmPipe):
12333 * libs/Graphics.c (do_relieve_rectangle):
12334 * fvwm/menustyle.c (menustyle_parse_old_style):
12335 * fvwm/add_window.c (setup_window_structure):
12336 memory management patches by Dave Trollope
12338 * fvwm/frame.c (frame_get_sidebar_geometry):
12339 hide the handles when using the NoHandles style
12341 * fvwm/borders.c (border_redraw_decorations):
12342 change in title rotation is applied immediately, don't use the value "2"
12345 * fvwm/style.c (parse_and_set_window_style):
12346 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
12348 documented the new title directions
12349 (parse_and_set_window_style):
12350 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
12352 documented these styles
12354 * fvwm/add_window.c (CaptureOneWindow):
12355 (CaptureAllWindows):
12359 * fvwm/icons.c (DeIconify):
12360 fiexd fucoused window not hilighting after deiconification
12362 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12364 * fvwm/update.c (apply_window_updates):
12365 windows are not unshaded when the decoration layout changes
12367 * fvwm/frame.c (frame_create_move_resize_args):
12368 fixed excessive redrawing
12369 (frame_get_hidden_pos):
12370 fixed parent geometry when window is hidden
12372 * fvwm/add_window.c (setup_frame_stacking):
12373 fixed stacking of right buttons
12375 * fvwm/frame.c (frame_set_decor_gravities):
12376 fixed title and button bit gravities
12378 * fvwm/add_window.c (setup_frame_stacking):
12379 (change_auxiliary_windows):
12380 fixed "button" style
12382 * fvwm/geometry.c (get_title_button_geometry):
12383 * fvwm/menus.c (pop_menu_up):
12384 fixed menu placement relative to window titles
12386 * libs/Flocale.c (FlocaleDrawString):
12387 fixed compiler warning w/o fribidi
12389 * fvwm/virtual.c (MoveViewport):
12391 (do_move_window_to_desk):
12392 * fvwm/update.c (apply_window_updates):
12393 * fvwm/icons.c (Iconify):
12395 * fvwm/module_interface.c (SETOLDFLAGS):
12396 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
12397 * fvwm/style.c (parse_and_set_window_style):
12398 * fvwm/window_flags.h:
12399 * fvwm/session.c (MatchWinToSM):
12400 * fvwm/placement.c (PlaceWindow):
12401 * fvwm/add_window.c (CaptureAllWindows):
12402 (setup_window_placement):
12403 (CaptureOneWindow):
12406 * fvwm/menus.c (menu_tear_off):
12407 * fvwm/events.c (HandleMapRequestKeepRaised):
12410 removed some of those pesky globals: PPosOverride, isIconicState and
12411 isIconifiedByParent; pass round a structure instead
12412 removed the do_start_iconic window flag
12413 removed do_delete_icon_moved flag
12415 2002-03-24 Mikhael Goikhman <migo@homemail.com>
12419 renamed HAVE_FRIBIDI to HAVE_BIDI
12423 added more comments
12425 * fvwm/Makefile.am:
12427 * libs/Makefile.am:
12428 added a dummy call to FBidi to test linking against bidi libs
12430 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12432 * fvwm/windowshade.c (CMD_WindowShade):
12433 changed syntax of windowshade with direction
12435 update button state after unshading
12437 * fvwm/add_window.c (AddWindow):
12438 fixed mini icon update
12440 * fvwm/events.c (HandleEnterNotify):
12441 fixed icon picture redrawing
12442 icon titles are no longer raised and expanded if the icon has only a
12445 * fvwm/move_resize.c (resize_window):
12448 * libs/gravity.c (gravity_move_resize_parent_child):
12449 * fvwm/frame.c (frame_get_titlebar_dimensions):
12450 (frame_prepare_animation_shape):
12451 (frame_move_resize_step):
12452 (frame_get_titlebar_dimensions_only):
12453 (frame_get_hidden_pos):
12454 (frame_update_hidden_window_pos):
12455 (frame_free_move_resize_args):
12456 (frame_create_move_resize_args):
12457 fixed shading of shaped windows
12462 * fvwm/fvwm.c (main):
12463 * fvwm/misc.c (GrabEm):
12464 fixed a problem with the cursor shape during window shading
12466 * fvwm/update.c (apply_window_updates):
12467 fixed drawing of hilighted window after a decoration change
12469 * fvwm/update.c (apply_window_updates):
12470 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12471 * fvwm/borders.c (RedrawDecorations):
12472 renamed RedrawDecorations()
12474 * fvwm/move_resize.c (move_window_doit):
12476 * fvwm/misc.c (move_into_rectangle):
12477 (intersect_xrectangles):
12478 functions renamed and moved to fvwmrect.c
12480 * fvwm/borders.c (border_get_changed_border_parts):
12481 (frame_get_changed_border_parts):
12482 reduced border redrawing
12483 moved fucntion to borders.c
12485 * fvwm/events.c (HandleButtonPress):
12487 suppress button events on frame windows
12489 * fvwm/frame.c (frame_setup_border):
12490 fixed a problem with the border setup
12492 * fvwm/borders.c (border_draw_decorations):
12493 * fvwm/events.c (HandleEnterNotify):
12494 fixed icon title drawing
12496 * fvwm/misc.c (GrabEm):
12497 fixed a pointer grab hang with xmag?
12499 * fvwm/move_resize.c (resize_window):
12500 use frame_move_resize function to improve performance
12502 * fvwm/add_window.c (AddWindow):
12503 fixed recaturing shaded windows
12506 suppress unnecessary title redraws
12509 window shading works again; there are still some problems with
12510 recapture, restart, border drawing and shaped windows
12512 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12514 * fvwm/geometry.c (get_shaded_geometry_with_dir):
12517 * fvwm/frame.c (frame_get_title_bar_dimensions):
12518 fixed minor button layout bug
12519 (frame_update_hidden_window_pos):
12521 * fvwm/ewmh_names.c (EWMH_WMName):
12522 * fvwm/gnome.c (GNOME_HandlePropRequest):
12523 * fvwm/focus.c (DoSetFocus):
12524 * fvwm/stack.c (new_layer):
12525 * fvwm/icons.c (DeIconify):
12527 * fvwm/events.c (HandleFocusIn):
12528 (HandlePropertyNotify):
12531 (HandleButtonPress):
12532 (HandleLeaveNotify):
12533 * fvwm/builtins.c (CMD_ChangeDecor):
12535 * fvwm/move_resize.c (resize_move_window):
12538 (maximize_fvwm_window):
12540 * fvwm/borders.c (DrawDecorations):
12541 (RedrawDecorations):
12542 removed function DrawDecorations()
12543 (border_draw_decorations):
12544 renamed draw_decorations_with_geom() to border_draw_decorations()
12546 * fvwm/events.c (HandleExpose):
12547 fixed drawing icon titles
12549 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12550 * fvwm/events.c (HandleFocusIn):
12552 * fvwm/screen.h (ScreenInfo):
12553 return the focus to the window that had the focus before an or window
12554 stole it and then died.
12556 * fvwm/menus.c (scanForColor):
12557 removed duplicate call of strlen
12558 use alloca instead of safemalloc
12560 * fvwm/menustyle.c (menustyle_parse_style):
12561 don't call memset right before memcpy
12563 * fvwm/module_interface.c (AddToMessageQueue):
12564 (DeleteMessageQueueBuff):
12565 removed one safemalloc and inline'd the function
12566 merged AddToMessageQueue into PositiveWrite
12568 * fvwm/borders.c (border_draw_decor_to_pixmap):
12569 fixed pixmap and mini icon buttons
12570 (border_fill_pixmap_background):
12572 (border_get_tb_parts_to_draw):
12573 buttons and title background using the border style is updated when the
12576 * fvwm/events.c (WaitForButtonsUp):
12577 don't grab the whole server but merely the pointer to allow applications
12578 redrawing themselves
12581 finished writing title drawing code
12583 * fvwm/move_resize.c (resize_window):
12584 (resize_move_window):
12585 (unmaximize_fvwm_window):
12586 removed now unnecessary calls to DrawDecorations()
12588 * fvwm/frame.c (frame_hide_changing_window_parts):
12589 fixed hiding bottom/right titles
12591 * fvwm/add_window.c (AddWindow):
12592 fixed recapturing shaded windows
12594 * fvwm/misc.c (GrabEm):
12595 fixed the cursor over the title window while resizing
12597 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12599 * libs/Graphics.c (CreateTiledPixmap):
12600 improved efficience: let the X server tile a pixmap via the GC settings
12602 * fvwm/fvwm.c (CreateGCs):
12603 * fvwm/screen.h (ScreenInfo):
12604 added new global GC Scr.TileGC
12606 * fvwm/borders.c (border_fill_pixmap_background):
12607 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12608 use already created gcs
12610 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12611 * fvwm/menus.c (paint_menu_gradient_background):
12612 fixed using a randow members in gcs
12614 2002-03-22 Mikhael Goikhman <migo@homemail.com>
12617 added compilation test for fribidi
12619 2002-03-22 Dan Espen <dane@mk.telcordia.com>
12621 * NEWS: Document FvwmForm timeout.
12623 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12625 * fvwm/session.c (MatchWinToSM):
12626 * fvwm/add_window.c (AddWindow):
12627 preserve user states over a restart
12629 * fvwm/add_window.c (setup_window_structure):
12630 preserve user states over a recapture
12632 * fvwm/functions.c (execute_function):
12633 "Silent" suppresses the "No such command ..." message
12635 * fvwm/frame.c (frame_move_resize):
12636 * fvwm/misc.c (GrabEm):
12637 fixed the cursor shape during resizing
12638 fixed button looks in small windows
12640 2002-03-22 Mikhael Goikhman <migo@homemail.com>
12646 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12648 * fvwm/fvwm.c (LoadDefaultLeftButton):
12649 (LoadDefaultRightButton):
12650 * fvwm/borders.c (border_draw_vector_to_pixmap):
12651 * fvwm/screen.h (DecorFace):
12652 * fvwm/builtins.c (ReadDecorFace):
12653 fixed transparent vector line support
12655 * libs/Graphics.c (CreateGradientPixmap):
12656 fixed potential core dump with illegal gradients
12658 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12660 * fvwm/fvwm.h (FvwmWindow):
12661 removed button_background_pixmap member
12663 * fvwm/update.c (apply_window_updates):
12664 fixed changing the decoration size
12666 * fvwm/windowshade.c (CMD_WindowShade):
12667 * fvwm/frame.c (frame_setup_border):
12668 * fvwm/functions.c (execute_complex_function):
12671 * fvwm/move_resize.c (resize_window):
12672 fixed aboting of a opaque resize w/ maximized windows
12673 (ParseOneResizeArgument):
12674 resize arguments don't take the border into account
12675 (GetResizeArguments):
12676 implemented new option "Frame" to the Resize and ResizeMove commands
12678 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12681 * fvwm/builtins.c (ReadDecorFace):
12682 * fvwm/borders.c (DrawLinePattern):
12683 implemented transparent drawing color in vector buttons: C == 4
12685 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
12686 * fvwm/builtins.c (ReadDecorFace):
12687 increased allowed number of lines in a vector button to 10000 and moved
12688 the definition to defaults.h
12690 * fvwm/virtual.c (MoveViewport):
12691 don't send useless M_NEW_PAGE packets
12695 started work on new button/title drawing code
12697 * fvwm/events.c (HandleExpose):
12698 don't handle expose on the title bar
12701 * fvwm/frame.c (frame_get_sidebar_geometry):
12702 * fvwm/fvwm.h (FvwmWindow):
12703 replaced border_state with decor_state
12705 * libs/defaults.h (NR_RIGHT_BUTTONS):
12709 * fvwm/events.c (HandleExpose):
12711 * fvwm/frame.c (frame_setup_border):
12712 hide sidebars if they are too small, i.e. 0 pixels
12714 2002-03-20 olicha <olivier.chapuis@free.fr>
12716 * libs/Flocale.c (FlocaleFreeNameProperty):
12717 Fixed random core dump
12719 2002-03-19 olicha <olivier.chapuis@free.fr>
12721 * fvwm/ConfigFvwmDefaults:
12722 RightTitleRotatedCW is a default
12724 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12726 * fvwm/frame.c (frame_get_sidebar_geometry):
12727 window corners are always at least the border width thick
12729 * fvwm/geometry.c (update_absolute_geometry):
12730 fixed south/east shading
12732 * fvwm/frame.c (frame_move_resize_step):
12733 did the best I could to prevent rxvt from flashing in the background
12736 * fvwm/add_window.c (get_default_window_attributes):
12737 (get_default_window_attributes):
12738 (setup_resize_handle_windows):
12739 * fvwm/borders.c (border_get_border_gcs):
12740 applied -visual fix by Hippo
12742 * fvwm/cursor.c (CMD_CursorStyle):
12745 * fvwm/frame.c (frame_get_title_bar_dimensions):
12746 fixed order of right buttons
12747 (frame_move_resize_step):
12748 reduced flashing when maximizing
12750 * fvwm/geometry.c (update_absolute_geometry):
12751 adapted for horizontal shading
12753 2002-03-19 Mikhael Goikhman <migo@homemail.com>
12762 several renamings of text_direction to text_rotation
12764 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12766 * fvwm/windowshade.c (CMD_WindowShade):
12767 * fvwm/frame.c (frame_create_move_resize_args):
12768 (frame_move_resize_step):
12769 hack to enable non-animated window shading for the time being
12771 * fvwm/style.c (parse_and_set_window_style):
12772 (parse_and_set_window_style):
12773 allow to abbreviate [Counter]ClockWise with [C]CW
12775 * fvwm/frame.c (frame_move_resize_step):
12778 * fvwm/geometry.c (gravity_constrain_size):
12779 removed useless code
12781 * fvwm/update.c (apply_window_updates):
12782 * fvwm/add_window.c (AddWindow):
12783 * fvwm/move_resize.c (unmaximize_fvwm_window):
12785 do not write into frame_g. only frame.c should do this
12787 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
12788 (MIN_WINDOW_TITLE_LENGTH):
12790 * fvwm/frame.c (frame_setup_title_bar):
12791 (get_resize_decor_gravities_one_axis):
12792 (frame_setup_window_internal):
12793 (frame_move_resize_step):
12794 (frame_create_move_resize_args):
12795 rewrote frame_setup_title_bar function
12797 * fvwm/add_window.c (setup_frame_stacking):
12798 fixed title bar stacking order
12800 * fvwm/frame.c (frame_setup_title_bar):
12801 removed yesterday's 'fix'
12803 * fvwm/add_window.c (hide_screen):
12804 (setup_title_window):
12805 (setup_resize_handle_windows):
12806 (setup_button_windows):
12807 fixed visual and depth of decoration windows
12809 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12811 * fvwm/frame.c (frame_setup_title_bar):
12812 fixed title layout bug
12814 * fvwm/move_resize.c (MaximizeHeight):
12815 fixed bug in "grow" option of the Maximize command
12818 fixed broken prototype for get_title_font_size_and_offset
12820 * fvwm/geometry.c (get_title_font_size_and_offset):
12821 simplified code a bit
12823 2002-03-18 olicha <olivier.chapuis@free.fr>
12826 * fvwm/geometry.c (get_title_font_size_and_offset):
12827 * fvwm/add_window.c (setup_title_geometry):
12829 * fvwm/style.c (parse_and_set_window_style):
12830 (check_window_style_change):
12831 * fvwm/update.c (apply_window_updates):
12832 * fvwm/window_flags.h:
12834 Reworte side title direction styles and use LeftTitleRotatedClockWise /
12835 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
12836 RightTitleRotatedCounterClockWise
12838 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12841 * vms/config.h (FMiniIconsSupported):
12842 removed last traces of MINI_ICONS ifdef
12844 * fvwm/windowlist.c (CMD_WindowList):
12845 * fvwm/update.c (apply_window_updates):
12847 * fvwm/style.c (merge_styles):
12848 (parse_and_set_window_style):
12849 (check_window_style_change):
12851 * fvwm/module_interface.c (SendMiniIcon):
12852 (BroadcastMiniIcon):
12853 (CMD_Send_WindowList):
12854 * fvwm/fvwm.h (FvwmWindow):
12855 * fvwm/ewmh_icons.c (ewmh_WMIcon):
12856 (EWMH_DoUpdateWmIcon):
12857 (ewmh_SetWmIconFromPixmap):
12858 (EWMH_DeleteWmIcon):
12859 (EWMH_SetIconFromWMIcon):
12860 * fvwm/builtins.c (ReadDecorFace):
12861 * fvwm/borders.c (DrawButton):
12864 * fvwm/add_window.c (setup_window_structure):
12866 (destroy_mini_icon):
12867 (change_mini_icon):
12869 * acconfig.h (FMiniIconsSupported):
12870 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
12874 removed an FANCY_TITLEBARS ifdef
12876 * fvwm/borders.c (border_draw_one_part):
12877 (border_draw_border_parts):
12878 (border_draw_all_parts):
12879 (draw_clipped_decorations_with_geom):
12880 performance enhancement
12882 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12884 * fvwm/frame.c (frame_move_resize_step):
12885 force setting up the border when function is called with FRAME_MR_SETUP
12886 (frame_setup_window_internal):
12887 removed duplicate frame setup
12889 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
12891 (draw_clipped_decorations_with_geom):
12892 do not flush the X queue after drawing; let the caller do it
12894 * fvwm/frame.c (frame_get_sidebar_geometry):
12895 fixed layout of windows with a small height
12896 (frame_hide_changing_window_parts):
12901 made good progress with frame layout rewrite. I think it is already
12902 considerably faster.
12903 some general clean up
12905 * fvwm/add_window.c (setup_decor_window):
12908 * fvwm/windowshade.c (CMD_WindowShade):
12909 * fvwm/stack.c (verify_stack_ring_consistency):
12910 (RaiseOrLowerWindow):
12911 * fvwm/move_resize.c (resize_move_window):
12912 (move_window_doit):
12913 (draw_move_resize_grid):
12914 * fvwm/icons.c (DrawIconWindow):
12915 * fvwm/icccm2.c (CloseICCCM2):
12917 (HandleSelectionRequest):
12918 * fvwm/fvwm.c (main):
12919 (SaveDesktopState):
12920 * fvwm/focus.c (DoSetFocus):
12921 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
12922 * fvwm/events.c (HandlePropertyNotify):
12923 (HandleButtonPress):
12924 (HandleConfigureRequest):
12925 * fvwm/add_window.c (RestoreWithdrawnLocation):
12927 * fvwm/builtins.c (CMD_Delete):
12931 * fvwm/menus.c (paint_menu):
12933 * fvwm/misc.c (UngrabEm):
12935 * fvwm/schedule.c (execute_obj_func):
12936 * fvwm/add_window.c (hide_screen):
12938 use XFlush instead of XSync when the latter is not necessary
12940 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
12943 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12944 inform frame module if the window with the hide windows dies
12946 * fvwm/placement.c (PlaceWindow):
12948 * fvwm/add_window.c (setup_window_attr):
12949 (setup_frame_attributes):
12951 (RestoreWithdrawnLocation):
12952 (setup_window_placement):
12953 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
12954 (get_title_geometry):
12955 * fvwm/fvwm.c (InitVariables):
12956 * fvwm/frame.c (frame_setup_frame):
12957 * fvwm/colormaps.c (HandleColormapNotify):
12958 (InstallWindowColormaps):
12959 * fvwm/events.c (HandleConfigureRequest):
12960 (HandleUnmapNotify):
12961 * fvwm/fvwm.h (FvwmWindow):
12962 removed attr member of FvwmWindow and replaced by a structure defined
12963 ourselves that is much smaller
12965 * fvwm/add_window.c (hide_screen):
12966 don't use save_unders and backing_store for the window used in recapture
12968 * fvwm/frame.c (frame_init):
12969 * fvwm/fvwm.c (main):
12970 new function to initialise frame module
12972 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
12975 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12980 * fvwm/borders.h (enum):
12981 * fvwm/borders.c (draw_clipped_decorations_with_geom):
12982 (border_get_parts_and_pos_to_draw):
12983 * fvwm/fvwm.h (struct):
12985 fixed calculations of which border parts to draw
12988 corrected some typos
12991 handle marks work again
12993 2002-03-16 Dan Espen <dane@mk.telcordia.com>
12995 * AUTHORS: New author added.
12997 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13001 * fvwm/add_window.c (setup_frame_stacking):
13002 * fvwm/cursor.c (CMD_CursorStyle):
13003 * fvwm/events.c (HandleExpose):
13005 (HandleEnterNotify):
13006 (HandleLeaveNotify):
13008 * fvwm/geometry.c (get_title_button_geometry):
13009 * fvwm/virtual.c (map_window):
13010 * fvwm/add_window.c (setup_parent_window):
13011 (setup_resize_handle_cursors):
13012 (setup_resize_handle_windows):
13013 (resize_resize_handle_windows):
13014 (change_resize_handle_windows):
13015 some progress with new frame layout
13017 * fvwm/add_window.c (setup_visible_name):
13018 fixed off-by-one bug in setup_visible_name
13019 maximum window number can be set in defaults.h
13021 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13023 * fvwm/windowlist.h:
13028 * fvwm/placement.h:
13030 * fvwm/move_resize.h:
13037 * fvwm/add_window.h:
13038 * fvwm/ewmh_names.c:
13039 * fvwm/ewmh_icons.c:
13040 * fvwm/ewmh_events.c:
13047 * fvwm/windowlist.c:
13051 * fvwm/colormaps.c:
13052 * fvwm/decorations.c:
13053 * fvwm/conditional.c:
13056 * fvwm/placement.c:
13060 * fvwm/functions.c:
13063 * fvwm/module_interface.c:
13065 * fvwm/add_window.c:
13068 * fvwm/move_resize.c:
13071 * fvwm/fvwm.h (FvwmWindow):
13072 moved all windows into a separate sub structure and wrote access macros
13073 renamed FvwmWindow argument to builtin commands to "fw"
13074 renamed tmp_win to fw everywhere
13076 * fvwm/borders.c (RedrawBorder):
13077 * fvwm/decorations.c (SelectDecor):
13078 * fvwm/add_window.c (setup_style_and_decor):
13079 (setup_resize_handle_cursors):
13080 * fvwm/window_flags.h:
13081 * fvwm/fvwm.h (struct):
13082 added new member has_handles and new macro HAS_HANDLES
13084 * fvwm/decorations.c (SelectDecor):
13085 fixed the NoHandles style
13087 * fvwm/decorations.c (SelectDecor):
13088 * fvwm/style.c (check_window_style_change):
13089 (parse_and_set_window_style):
13091 * fvwm/fvwm.h (struct):
13092 renamed has_no_handles to has_no_border
13094 2002-03-15 olicha <olivier.chapuis@free.fr>
13097 * libs/Fft.c (is_utf8_encoding):
13101 s/COMPUND_TEXT/COMPOUND_TEXT
13104 Removed matrix xft specification doc as now it is use internally by
13107 * libs/Flocale.c (FlocaleRotateDrawString):
13108 (FlocaleUnloadFont):
13109 (FlocaleDrawString):
13110 (FlocaleTextWidth):
13112 * libs/Fft.c (FftGetRotatedFont):
13116 * fvwm/borders.c (DrawMultiPixmapTitlebar):
13118 * fvwm/geometry.c (get_title_font_size_and_offset):
13119 * fvwm/style.c (parse_and_set_window_style):
13120 (check_window_style_change):
13121 * fvwm/update.c (apply_window_updates):
13125 * fvwm/window_flags.h:
13126 Implemented vertical text rendering, new style SideTitleTextDefault,
13127 SideTitleTextTopToBottom, SideTitleTextBottomToTop
13129 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13132 removed inclusion of fvwmdebug.h
13134 * libs/gravity.c (ParseDirectionArgument):
13135 fixed direction parsing
13137 * fvwm/menus.c (get_menu_options):
13138 fixed a compiler warning
13140 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13142 * fvwm/bindings.c (ParseBinding):
13143 fixed compiler warning
13145 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
13147 fixed compilation w/ --disable-ewmh
13149 * fvwm/windowlist.c (CMD_WindowList):
13150 fixed parsing of conditions versus position of window list broken with
13153 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13156 * libs/Fft.c (FftTextWidth):
13157 (is_utf8_encoding):
13158 (FftGetFontWidths):
13160 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
13161 if HAVE_XFT was not set.
13163 * fvwm/events.h (XEVMASK_DECORW):
13164 select EnterNotify and LeaveNotify on frame instead of decor_w
13166 * fvwm/add_window.c (setup_title_window):
13167 (setup_button_windows):
13168 (setup_resize_handle_windows):
13169 frame window is the new parent of the title, button and handle windows
13170 (setup_frame_stacking):
13171 new stacking order of decoration windows
13173 * fvwm/menuitem.c (menuitem_paint):
13174 * fvwm/events.c (HandleExpose):
13177 * fvwm/move_resize.c (unmaximize_fvwm_window):
13178 don't force to redraw the frame
13180 * libs/gravity.c (gravity_get_offsets):
13183 functions moved to gravity.c
13185 2002-03-10 olicha <olivier.chapuis@free.fr>
13187 * acconfig.h (HAVE_XFT_UTF8):
13189 * libs/Fft.c (is_utf8_encoding):
13190 (FftGetFontWidths):
13193 Detected if Xft can handle utf8 string
13196 * fvwm/menuitem.c (menuitem_paint):
13197 * fvwm/events.c (HandleExpose):
13198 Fixed Xft related compilation failure and warning
13200 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13204 * fvwm/move_resize.c:
13209 * fvwm/add_window.c:
13210 * fvwm/frame.c (frame_setup_window):
13211 (frame_force_setup_window):
13212 (frame_setup_shape):
13213 SetupFrame renamed to frame_setup_window
13214 ForceSetupFrame renamed to frame_force_setup_window
13215 SetShape renamed to frame_setup_shape
13217 * fvwm/windowshade.c:
13218 moved most code to frame.c
13220 * fvwm/frame.c (SetShape):
13222 (set_decor_gravity):
13225 functions moved to new file
13228 (frame_setup_title_bar):
13232 direction code moved to gravity.c and gravity.h
13234 * fvwm/windowshade.c (CMD_WindowShade):
13235 * fvwm/geometry.c (get_shaded_geometry):
13237 * libs/FScreen.c (FScreenInit):
13238 (FScreenUpdateEmulationMapState):
13239 changed Xinerame emulation layout
13242 Corrected the description of the XineramaPrimaryScreen command that was
13245 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13247 * fvwm/menus.c (menu_tear_off):
13248 (unlink_item_from_menu):
13249 (menu_strip_tear_off_title):
13250 use the text from a title item as the tear off menu title if the menu
13251 begins with a title; skip separators and tear off bars at the front of
13255 implemented titleatleft and titleatright styles; titles are not drawn
13258 * fvwm/style.c (check_window_style_change):
13259 * fvwm/update.c (apply_window_updates):
13260 * fvwm/ewmh_names.c (EWMH_WMIconName):
13263 * fvwm/ewmh.c (ksmserver_workarround):
13264 * fvwm/update.c (apply_window_updates):
13265 * fvwm/conditional.c (MatchesConditionMask):
13266 * fvwm/fvwm.c (main):
13267 * fvwm/session.c (SaveWindowStates):
13270 * fvwm/functions.c (expand):
13271 * fvwm/stack.c (dump_stack_ring):
13272 (verify_stack_ring_consistency):
13273 * fvwm/module_interface.c (BroadcastWindowIconNames):
13274 (CMD_Send_WindowList):
13275 * fvwm/add_window.c (free_window_names):
13276 (free_window_names):
13277 * fvwm/events.c (HandlePropertyNotify):
13278 * fvwm/builtins.c (CMD_Wait):
13279 * fvwm/style.c (CMD_DestroyStyle):
13281 Adapted to changes of Flocale.h
13284 removed COMPUND_TEXT ifdef
13287 mutibyte defaults to on
13292 * fvwm/fvwm.h (FvwmWindow):
13293 cleaned up Flocale stuff for better information hiding
13295 * libs/Flocale.c (get_FlocaleFontSet):
13297 added a new font strucht member min_char_offset for vertical text
13299 * libs/Flocale.c (get_FlocaleFontSet):
13300 fixed a bug in descent calculation
13302 * fvwm/fvwm.h (FvwmWindow):
13305 * fvwm/borders.c (RedrawButtons):
13310 (DrawMultiPixmapTitlebar):
13311 don't use title_g or boundary_width
13313 * libs/Flocale.c (FlocaleTextWidth):
13314 * libs/Flocale.c (FlocaleDrawString):
13315 added interface for vertical strings
13316 * libs/Flocale.h (FlocaleWinString):
13317 added flags structure w/ is_vertical_string flag
13319 * fvwm/borders.c (RedrawTitle):
13320 (DrawMultiPixmapTitlebar):
13321 * fvwm/screen.h (ScreenInfo):
13322 * fvwm/icons.c (DrawIconWindow):
13323 * fvwm/move_resize.c (DisplayPosition):
13325 * fvwm/screen.h (ScreenInfo):
13326 removed ScratchStr and TitleStr; *please* don't use global variables
13329 * fvwm/move_resize.c (ParseOneResizeArgument):
13330 (GetResizeArguments):
13331 (GetResizeMoveArguments):
13333 (resize_move_window):
13334 * fvwm/module_interface.c (CONFIGARGS):
13337 * fvwm/placement.c (PlaceWindow):
13338 * fvwm/add_window.c (setup_title_window):
13339 (setup_button_windows):
13340 (setup_parent_window):
13341 (resize_resize_handle_windows):
13342 (change_resize_handle_windows):
13344 * fvwm/geometry.c (get_window_borders):
13345 (gravity_get_naked_geometry):
13346 (gravity_add_decoration):
13348 don't use title_g.width and title_g.height anymore
13350 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
13353 * fvwm/borders.c (SetupTitleBar):
13354 * fvwm/add_window.c (setup_title_window):
13355 don't use title_g.x and title_g.y anymore
13356 (setup_title_geometry):
13359 * fvwm/fvwm.h (FvwmWindow):
13360 replaced title_g by title_length and title_thickness
13361 renamed title_text_y to title_text_offset
13363 * fvwm/add_window.c (setup_style_and_decor):
13364 (setup_parent_window):
13365 * fvwm/decorations.c (SelectDecor):
13366 * fvwm/placement.c (PlaceWindow):
13367 * fvwm/windowlist.c (CMD_WindowList):
13368 * fvwm/events.c (SendConfigureNotify):
13369 (HandlePropertyNotify):
13371 * fvwm/move_resize.c (DisplaySize):
13372 (ParseOneResizeArgument):
13373 (GetResizeArguments):
13374 (GetResizeMoveArguments):
13376 (resize_move_window):
13377 * fvwm/geometry.c (gravity_get_naked_geometry):
13378 (gravity_add_decoration):
13380 don't use boundary_width anymore
13382 * fvwm/borders.c (SetupTitleBar):
13385 * fvwm/fvwmdebug.c:
13386 removed outdated file that was never used
13388 * fvwm/move_resize.c (move_window_doit):
13389 fixed GNOME and EWMH hints when unsticking a window
13391 * fvwm/virtual.c (CMD_MoveToDesk):
13392 unstick windows when MoveToDesk is used
13395 * fvwm/windowshade.c (CMD_WindowShade):
13396 (CMD_WindowShadeAnimate):
13397 functions moved to windowshade.c
13399 * fvwm/window_flags.h:
13400 * fvwm/menus.c (pop_menu_up):
13401 * fvwm/builtins.c (CMD_WindowShade):
13402 * fvwm/move_resize.c (resize_window):
13403 * fvwm/icons.c (AutoPlaceIcon):
13404 * fvwm/borders.c (SetupFrame):
13405 don't use HAS_BOTTOM_TITLE any more
13409 * fvwm/geometry.c (get_title_font_width_and_offset):
13410 * fvwm/geometry.c (set_window_border_size):
13411 * fvwm/geometry.c (is_window_border_minimal):
13412 * fvwm/geometry.c (get_window_borders_no_title):
13413 * fvwm/geometry.c (get_shaded_client_window_pos):
13414 * fvwm/geometry.c (get_icon_corner):
13415 * fvwm/geometry.c (get_title_gravity):
13416 * fvwm/geometry.c (get_title_geometry):
13417 * fvwm/borders.c (get_button_number):
13420 * fvwm/borders.c (SetupFrame):
13422 * fvwm/events.c (HandleShapeNotify):
13423 * fvwm/borders.c (SetupTitleBar):
13424 * fvwm/update.c (apply_window_updates):
13425 * fvwm/add_window.c (setup_window_font):
13426 removed title_top_height
13428 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
13431 * fvwm/events.c (SendConfigureNotify):
13432 * fvwm/events.c (HandleConfigureRequest):
13433 preparations for W/E titles
13434 don't use title_top_height any more
13436 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13437 use title_dir flags
13439 * fvwm/geometry.c (get_window_borders):
13440 * fvwm/style.c (parse_and_set_window_style):
13441 (check_window_style_change):
13442 * fvwm/style.h (SCSET_TITLE_DIR):
13443 * fvwm/window_flags.h (GET_TITLE_DIR):
13444 * fvwm/fvwm.h (struct):
13445 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
13448 * libs/Parse.c (ParseDirectionArgument):
13450 use new type direction_type
13452 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13454 * fvwm/ewmh.c (EWMH_SetFrameStrut):
13455 use function from geometry.c to get the border size
13457 * fvwm/geometry.c (get_shaded_geometry):
13458 added code for shading in all directions
13460 2002-03-07 Dan Espen <dane@mk.telcordia.com>
13462 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
13464 2002-03-07 olicha <olivier.chapuis@free.fr>
13466 * libs/Flocale.c (FInitLocale):
13467 * fvwm/fvwm.c (main):
13468 Set the locale using "" as locale argument
13470 2002-03-07 Mikhael Goikhman <migo@homemail.com>
13473 fixed some typos and indentation of several new variable entries
13475 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13477 * fvwm/functions.h (enum):
13478 * fvwm/functions.c (func_config):
13480 * fvwm/conditional.c (CMD_ThisWindow):
13481 renamed command "This" to "ThisWindow"
13483 * fvwm/conditional.c (Circulate):
13484 "Current" no longer selects a random window when no window is focused
13486 * fvwm/icccm2.c (SetupICCCM2):
13487 removed debug fprintf
13489 * fvwm/functions.c (expand_extended_var):
13490 implemented new extended variables pointer.x, pointer.x, pointer.wx,
13491 pointer.wy, pointer.cx and pointer.cy.
13493 * libs/Parse.c (ParseDirectionArgument):
13494 allow N, S, W, E, NW, SW, SE, NE for direction arguments
13496 * fvwm/builtins.c (CMD_WindowShade):
13497 fixes for animated shading w/ titleatbottom+north and titleattop+south
13499 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13501 * fvwm/move_resize.c (moveLoop):
13503 * fvwm/virtual.c (HandlePaging):
13504 moving/resizing windows opaque is much faster
13506 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13508 * fvwm/add_window.c (resize_resize_handle_windows):
13509 (change_resize_handle_windows):
13510 (setup_window_font):
13511 fixed changing the handlewidth style
13513 * fvwm/update.c (apply_window_updates):
13514 * fvwm/geometry.c (update_absolute_geometry):
13515 * fvwm/builtins.c (CMD_WindowShade):
13516 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13517 * fvwm/conditional.c (CreateConditionMask):
13518 * fvwm/geometry.c (get_shaded_geometry):
13519 * fvwm/session.c (MatchWinToSM):
13520 * fvwm/add_window.c (setup_window_structure):
13522 * fvwm/window_flags.h (SHADED_DIR):
13523 * fvwm/fvwm.h (struct):
13524 implemented new WindowShade options "North" and "South" to allow shading
13525 a window in either direction, regardless of if the title is at the top
13528 * libs/Module.c (module_expand_action):
13529 new convenience function for modules
13531 2002-03-03 Dan Espen <dane@mk.telcordia.com>
13533 * fvwm/fvwm2.1: Fixes to the font section.
13535 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13537 * fvwm/conditional.c (CMD_WindowId):
13538 set the correct context window for unmanaged windows
13540 * fvwm/icons.c (DrawIconWindow):
13541 raise the icon title even if it's too small to be expanded
13543 * fvwm/conditional.c (CMD_Cond):
13544 Fixed it the right way this time
13546 same fix for the 'Any' command
13553 unified circulating functions into a single one
13555 Pick allows to pick functions that have CirculateSkip set
13556 fixed a memory leak
13560 (CMD_PointerWindow):
13561 unified selecting functions into a single one
13564 Allow user to override the default CirculateHit of these functions
13566 * fvwm/conditional.c (CMD_Cond):
13567 Fixed a problem w/ the window selection
13573 * fvwm/menustyle.h:
13574 * fvwm/menustyle.c:
13578 moved some of the menu code into separate files
13579 more work on tear off menus; windowlist can now be torn off without a
13584 added templates for new source files
13586 * libs/Picture.c (fvwmlib_clone_color):
13589 * fvwm/menus.c (make_menu):
13591 removed unused parameter from make_menu()
13593 * fvwm/fvwm2.1 (Example):
13594 corrected statement about CaptureHonorsStartsOnPage being the default
13596 2002-03-03 Mikhael Goikhman <migo@homemail.com>
13601 added and documented --disable-bidi and --disable-perllib
13603 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13605 * fvwm/geometry.c (get_window_borders):
13606 fixed calculation of $[cw.y] and $[cw.height]
13608 * fvwm/move_resize.c (resize_move_window):
13609 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
13611 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13613 * fvwm/move_resize.c (resize_move_window):
13615 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13618 re-added --enable-xinerama-emulation option that was removed recently
13620 2002-02-28 Mikhael Goikhman <migo@homemail.com>
13625 several corrections and rewording
13627 2002-02-28 olicha <olivier.chapuis@free.fr>
13630 New section FONT NAMES AND FONT LOADING
13634 Document --enable-xft
13636 * libs/Fft.c (get_FlocaleXftFont):
13637 Used the xft font height in the place of ascent+descent
13639 * fvwm/icons.c (DrawIconWindow):
13640 Fixed the fg colors of the icon title
13642 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13644 * fvwm/conditional.c (CMD_CondCase):
13645 fixed CondCase command
13647 fixed numeric return codes
13649 * fvwm/add_window.c (CMD_Recapture):
13650 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
13652 * acinclude.m4 (smr_CHECK_LIB):
13653 disabled a destructing gnome_prefix logic again
13655 * fvwm/events.c (GetContext):
13656 * libs/Bindings.c (win_contexts):
13658 new contexts for individual parts of the window border
13660 2002-02-26 Mikhael Goikhman <migo@homemail.com>
13663 disabled a destructing gnome_prefix logic
13666 replaced fribidi detection mechanism, now fribidi-config is used
13668 2002-02-26 olicha <olivier.chapuis@free.fr>
13670 * acconfig.h (HAVE_XFT):
13673 * libs/Fft.c (new file):
13674 * libs/Flocale.c (FlocaleLoadFont):
13675 (FlocaleUnloadFont):
13676 (FlocaleDrawString):
13677 (FlocaleTextWidth):
13678 (get_FlocaleFontSet):
13680 (get_FlocaleFontOrFontSet):
13682 * fvwm/Makefile.am:
13683 Added anti-alised font rendering using Xft. This is off by default.
13684 A font can now be given as a ";" separated list of either ","
13685 separated list of XFLD font name or Xft font name with "xft:" as
13687 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
13688 See Flocale.h for details
13690 * fvwm/events.c (HandleExpose):
13691 * fvwm/menus.c (paint_item):
13692 Always clear the text area before drawing text with an Xft font
13694 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13696 * acinclude.m4 (smr_CHECK_LIB):
13697 fixed a bug with variable expansion and autoconf cache values
13699 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13701 * fvwm/menus.c (seek_submenu_instance):
13703 * fvwm/fvwm.c (InitVariables):
13704 some general menu clean up
13706 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
13707 * fvwm/move_resize.h (resize_geometry_window):
13708 * fvwm/menus.c (animated_move_back):
13710 (ParentalMenuRePaint):
13711 Removed the global variables for parental relativity. Please *do not*
13712 use globals in menus.c or anywhere else. I'm trying to remove most
13713 globals in the long run.
13715 * libs/Graphics.c (do_relieve_rectangle):
13718 * fvwm/menus.c (MenuInteraction):
13719 fixed tearing off menus by selecting a tear off item with the keyboard
13721 * fvwm/menus.c (MenuInteraction):
13722 fixed menus not popping down sometimes
13724 * fvwm/functions.c (CMD_TearMenuOff):
13725 * fvwm/menus.c (AddToMenu):
13727 (warp_pointer_to_item):
13728 (get_selectable_item_index):
13729 (get_selectable_item_from_index):
13730 (get_selectable_item_from_section):
13733 (draw_tear_off_bar):
13734 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
13735 New command "TearMenuOff" in menus. In a normal item, this tears off
13736 the menu when selected. If the item has no title, it is drawn as a
13737 dashed line too. Pressing button 2 over a title tears out the menu too.
13740 * fvwm/menus.c (make_menu_window):
13741 fixed problem w/ mapping menus, performance enhancement
13743 * fvwm/builtins.c (CMD_Destroy):
13747 * fvwm/functions.c (execute_function):
13748 (expand_extended_var):
13750 new variable cond.rc that returns the last return code of a conditinal
13753 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13755 * fvwm/conditional.c (CMD_Cond):
13759 * fvwm/functions.h:
13760 * fvwm/functions.c:
13761 new conditional commands Cond, CondCase and Break
13763 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
13764 (ewmh_WMStateShaded):
13767 (ewmh_WMStateHidden):
13769 (ewmh_CloseWindow):
13770 (ewmh_ActiveWindow):
13771 (ewmh_DesktopGeometry):
13772 * fvwm/gnome.c (GNOME_HandlePropRequest):
13773 * fvwm/windowlist.c (CMD_WindowList):
13774 * fvwm/update.c (apply_window_updates):
13775 * fvwm/conditional.c (CMD_Pick):
13781 (CMD_PointerWindow):
13786 * fvwm/read.c (run_command_stream):
13787 * fvwm/fvwm.c (Done):
13791 * fvwm/module_interface.c (ExecuteModuleCommand):
13792 * fvwm/move_resize.c (handle_stick):
13793 * fvwm/add_window.c (AddWindow):
13794 * fvwm/events.c (HandleKeyPress):
13795 (HandleButtonPress):
13796 (HandleClientMessage):
13797 (HandleButtonRelease):
13798 (HandlePropertyNotify):
13799 * fvwm/builtins.c (CMD_DestroyDecor):
13802 * fvwm/functions.h (func_type):
13803 * fvwm/functions.c (old_execute_function):
13804 (execute_function):
13805 (execute_complex_function):
13807 * fvwm/fvwm.h (fvwm_cond_func_rc):
13808 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
13810 * fvwm/ConfigFvwmDefaults:
13811 set some default styles for tear off menu windows
13813 * fvwm/menus.c (menuShortcuts):
13814 ignore actions that would normally close a menu if it's a tear off menu
13815 <Backspace> creates a tear off menu
13816 <Escape> closes a tear off menu
13818 * fvwm/builtins.c (CMD_Delete):
13821 * fvwm/menus.c (DestroyMenu):
13822 (make_menu_window):
13824 * fvwm/menus.h (MenuRootDynamic):
13825 Each menu window is created with a unique display to prevent fvwm from
13826 being killed when a tear off menu is destroyed. Of course this is
13827 inefficient, but still better than writing a menu module.
13829 2002-02-23 Mikhael Goikhman <migo@homemail.com>
13832 autogenerate perllib/FVWM/Module/Makefile
13834 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13836 * fvwm/move_resize.c (moveLoop):
13837 fixed a problem with keyboard movement vs. EdgeResistance
13839 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13842 fixed problem with root bindings and xfishtank
13844 * fvwm/windowlist.c (CMD_WindowList):
13845 applied patch by to Darren Marshall to fix placement of window list on
13846 wrong xinerama screen
13848 * libs/Parse.c (GetSuffixedIntegerArguments):
13849 integer arguments that must not have a suffix but have one are ignored
13851 * fvwm/icons.c (DeIconify):
13853 applied patch by Markus Schwarzenberg to fix a rare problem with the
13854 is_map_pending flag, iconified icons and restart
13856 2002-02-22 Mikhael Goikhman <migo@homemail.com>
13859 * fvwm/conditional.c (CMD_This):
13860 * fvwm/functions.c:
13861 * fvwm/functions.h:
13864 added new conditional command This
13866 2002-02-21 Mikhael Goikhman <migo@homemail.com>
13870 added fribidi library detection
13872 2002-02-12 olicha <olivier.chapuis@free.fr>
13874 * libs/Flocale.h (FlocaleFont):
13875 * libs/Flocale.c (get_FlocaleFont):
13876 (get_FlocaleFontSet):
13877 Compute the ascent and descent of the FlocaleFont structure directly
13878 from the XFontSetExtents data in the case of a fontset
13879 Added max_char_width to the FlocaleFont structure
13881 * libs/Makefile.am (libfvwm_a_SOURCES):
13883 Removed libs/GetFont.c
13885 * fvwm/menus.c (FreeMenuStyle):
13888 (CMD_CopyMenuStyle):
13889 * fvwm/menus.h (MenuLook):
13890 Fixed default font handling font by using a new MenuLook flags
13893 * fvwm/menus.c (UpdateMenuStyle):
13894 Fixed default font update
13896 * fvwm/fvwm.c (SetRCDefaults):
13898 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
13899 fvwm initialization
13901 2002-02-11 Mikhael Goikhman <migo@homemail.com>
13904 added FvwmPerl/* file generation
13906 2002-02-11 olicha <olivier.chapuis@free.fr>
13910 Multibyte news. Document --disable-compound-text and --disable-ewmh.
13913 Added more documentation and change the MB_FALLBACK_FONT to
13914 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
13915 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
13916 more consistent with the none multibyte case.
13918 2002-02-10 olicha <olivier.chapuis@free.fr>
13920 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
13922 * fvwm/events.c (HandleUnmapNotify):
13923 (HandleReparentNotify):
13924 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
13925 (ewmh_WMStateSticky):
13926 (ewmh_WMStateHidden):
13927 Restore various ewmh initial states when a window is unmapped or
13930 2002-02-10 Mikhael Goikhman <migo@homemail.com>
13934 added support for new perllib directory
13936 2002-02-09 olicha <olivier.chapuis@free.fr>
13943 Rename I18N_MB to MULTIBYTE
13944 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
13946 * libs/Flocale.c (*):
13948 New Font and Text API. A cache is used for fonts information. Font
13949 loading is more powerfull as both font or fontset can be loaded.
13950 See Flocale.h for details, more comments will be added soon.
13951 Fortunately, it seems that there are no more memory problems with
13952 --enable-multibyte!
13953 If COMPOUND_TEXT, then non XA_STRING text properties are converted
13954 with XmbTextPropertyToTextList
13956 * fvwm/events.c (HandlePropertyNotify):
13957 * fvwm/misc.c (NewFontAndColor):
13960 * fvwm/menus.c (FreeMenuStyle):
13962 (CMD_CopyMenuStyle):
13964 (calculate_item_sizes):
13965 (size_menu_horizontally):
13967 * fvwm/builtins.c (CMD_DefaultFont):
13968 (ApplyDefaultFontAndColors):
13969 * fvwm/add_window.c (destroy_icon_font):
13971 (destroy_window_font):
13972 (setup_window_font):
13973 (free_window_names):
13974 (setup_window_name):
13976 * fvwm/fvwm.h (FvwmWindow):
13977 * fvwm/move_resize.c (DisplayPosition):
13978 (resize_geometry_window):
13980 * fvwm/fvwm.c (InitVariables):
13981 * fvwm/icons.c (DrawIconWindow):
13982 (setup_icon_title_size):
13983 * fvwm/borders.c (RedrawTitle):
13984 (DrawMultiPixmapTitlebar):
13985 * fvwm/screen.h (ScreenInfo):
13986 Use the new Text and Font API
13988 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13990 * fvwm/module_interface.c (PositiveWrite):
13991 fixed core dump when a module died in the select of PositiveWrite()
13993 * fvwm/module_interface.c (initModules):
13995 (do_execute_module):
13997 (KillModuleByName):
13998 (CMD_SendToModule):
14000 * fvwm/modconf.c (ModuleConfig):
14001 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14003 * fvwm/icons.c (GetXPMFile):
14004 suppress unnecessary error message for xmb icons
14006 * fvwm/misc.c (fvwm_msg):
14007 * fvwm/misc.h (enum):
14008 added new fvwm_msg type "OLD" for deprecated commands
14010 2002-02-07 Mikhael Goikhman <migo@homemail.com>
14013 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14016 New section "Bug Reports".
14018 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14020 * fvwm/update.c (apply_window_updates):
14021 fixed propagation of window border and title colours to the modules
14023 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14025 * fvwm/menus.c (do_menu):
14026 fixed leaving tear off menus when something is selected with the mouse
14028 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14030 * fvwm/events.c (HandleEnterNotify):
14032 more work on tear off menus
14034 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14036 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14037 * fvwm/menus.c (menu_enter_tear_off_menu):
14042 properly calculate pointer position in tear off menus
14044 fixed active wait w/ poopup/popdown delays
14046 * fvwm/windowlist.c (CMD_WindowList):
14047 don't initialise some variables twice
14049 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14051 * fvwm/add_window.c (CaptureOneWindow):
14052 properly recapture tear off menus
14054 (IS_MESSAGE_IN_MASK):
14055 (is_message_selected):
14058 * fvwm/schedule.c (deschedule):
14060 * fvwm/events.c (My_XNextEvent):
14062 * fvwm/module_interface.c (ClosePipes):
14063 (CMD_ModuleSynchronous):
14065 performance enhancements; made macros out of simple functions
14067 * fvwm/builtins.c (CMD_WindowShade):
14068 don't redraw the decorations if window was not shaded or unshaded
14070 * fvwm/schedule.c (deschedule_obj_func):
14071 (execute_obj_func):
14072 fixed core dump when a scheduled command deschedules itself
14074 2002-01-31 olicha <olivier.chapuis@free.fr>
14079 2002-01-31 Mikhael Goikhman <migo@homemail.com>
14082 * fvwm/move.c (moveLoop):
14083 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14085 * fvwm/session.c (get_version_string):
14086 switch from static to date-based version string
14089 remove --enable-kanji compatibility option
14093 fix warnings, gcc compains on having something after #endif
14095 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14097 * fvwm/builtins.c (CMD_Delete):
14100 don't crash fvwm when trying to close a tear off menu
14102 * fvwm/decorations.c (is_function_allowed):
14103 * fvwm/menus.c (menu_expose):
14105 * fvwm/events.c (HandleReparentNotify):
14106 (HandleUnmapNotify):
14107 * fvwm/add_window.c (AddWindow):
14109 * fvwm/fvwm.h (struct):
14110 * fvwm/add_window.c (CaptureAllWindows):
14111 (CaptureOneWindow):
14112 * fvwm/events.h (flush_property_notify):
14113 * fvwm/events.c (HandleMapRequestKeepRaised):
14114 started work on tear off menus
14116 * fvwm/fvwm.c (main):
14117 * fvwm/events.c (CMD_Sync):
14119 * fvwm/commands.h (CMD_Synchronize):
14120 * fvwm/functions.h (enum):
14121 * fvwm/functions.c (func_config):
14122 new commands XSync and XSynchronize for debugging
14124 * fvwm/conditional.c (CreateConditionMask):
14125 (MatchesConditionMask):
14126 * fvwm/builtins.c (CMD_State):
14127 * fvwm/fvwm.h (struct):
14128 * fvwm/functions.h:
14130 * fvwm/functions.c (func_config):
14131 new command "State"
14132 new condition "State"
14137 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14139 * fvwm/module_interface.c (AddToMessageQueue):
14141 (DeleteMessageQueueBuff):
14142 (FlushMessageQueue):
14143 * fvwm/events.c (My_XNextEvent):
14144 * fvwm/module_interface.c (AddToCommandQueue):
14145 (ExecuteCommandQueue):
14146 use code from queue.c
14151 * fvwm/events.c (My_XNextEvent):
14152 "Schedule 0" commands are executed before event handling
14153 moved some of the chedule code into a new queue library
14155 2002-01-30 olicha <olivier.chapuis@free.fr>
14157 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
14159 2002-01-30 olicha <olivier.chapuis@free.fr>
14163 * libs/Makefile.am:
14164 * fvwm/fvwm.c (main):
14165 New libs files Flocale.c and Flocale.h with a function to set the
14166 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
14167 also a function to get the charset (from ewmh_name.c) and which
14168 setlocale if this has not been done with the above function. This
14169 function is also called at fvwm2 startup
14171 * fvwm/ewmh_names.c (charset_to_utf8):
14173 Use the Fcharset variable and remove get_charset
14175 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14178 * libs/GetFont.c (GetFontSetOrFixed):
14179 Free the missing charset list as suggested by Alexander Kotelnikov.
14180 Report problems with missing charset only 5 times. Remove the
14181 STRICTLY_FIXED code
14183 2002-01-30 Mikhael Goikhman <migo@homemail.com>
14186 a patch to config.status to generate scripts executable, may be handy;
14187 added generation of utils/fvwm24_convert
14189 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14192 * fvwm/functions.c (expand_extended_var):
14193 implemented $[schedule.last] and $[schedule.next] variables
14194 implemented new command "Deschedule"
14196 * fvwm/misc.c (get_server_time):
14199 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14201 * fvwm/misc.c (get_server_time):
14202 * fvwm/events.c (My_XNextEvent):
14203 * fvwm/icccm2.c (SetupICCCM2):
14204 * fvwm/functions.h:
14206 * fvwm/functions.c (func_config):
14208 implemented new command "Schedule"
14210 * fvwm/builtins.c (CMD_Exec):
14211 applied job control patch by Alexander Kotelnikov using the portable
14212 version of setpgrp()
14214 * libs/setpgrp.c (fvwm_setpgrp):
14215 * libs/setpgrp.h (fvwm_setpgrp):
14216 * libs/Makefile.am:
14218 added checks for setpgrp and setpgid
14220 2002-01-29 olicha <olivier.chapuis@free.fr>
14223 Better test for iconv second argumeny
14226 Use gnu libiconv in priority against the system iconv
14228 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14230 * fvwm/stack.c (RaiseOrLowerWindow):
14232 (collect_transients_recursive):
14233 * fvwm/icons.c (get_visible_icon_window_count):
14234 fixed stack ring corruption with icons that have either no picture or
14237 2002-01-28 olicha <olivier.chapuis@free.fr>
14239 * fvwm/ewmh_names.c (charset_to_utf8):
14241 (EWMH_SetVisibleName):
14243 Better message errors in get_charset, use UTF-8 in the place of UTF8,
14244 set the ewmh visible (icon) name only if the fvwm visible name is
14245 different from the ICCCM (icon) window name, limit the number of
14246 conversions error messages to 10
14248 2002-01-28 olicha <olivier.chapuis@free.fr>
14250 * fvwm/functions.c (func_config):
14252 * fvwm/builtins.c (CMD_PropertyChange):
14253 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
14256 * fvwm/module_interface.h:
14257 * fvwm/module_interface.c (BroadcastPropertyChange):
14258 * libs/Module.h (MX_PROPERTY_CHANGE):
14259 New module message MX_PROPERTY_CHANGE for all propose messages.
14261 * fvwm/events.c (HandlePropertyNotify):
14263 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
14264 as argument when fvwm2 detects that the root background change
14265 Removed the ROOT_BG_CHANGE_STRING stuff
14267 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14269 * NEWS, configure.in:
14270 changed version to 2.5.1
14272 * fvwm/misc.c (get_pointer_fvwm_window):
14274 * fvwm/functions.c (func_config):
14275 * fvwm/conditional.c (CreateConditionMask):
14276 (MatchesConditionMask):
14277 (CMD_PointerWindow):
14278 (CreateConditionMask):
14280 * fvwm/fvwm.h (WindowConditionMask):
14281 new conditions focused, !focused, haspointer, !haspointer
14282 new command PointerWindow that works like Current but on the window that
14283 currently contains the pointer
14284 new command Any which works like None but inverts the condition
14285 fixed parsing of conditions with more than one comma
14287 * fvwm/module_interface.h:
14288 * fvwm/module_interface.c (do_execute_module):
14290 * libs/Module.h (MAX_XMSG_MASK):
14291 fixed default message mask for modules
14293 * fvwm/update.c (flush_window_updates):
14294 * fvwm/virtual.c (UnmapDesk):
14296 (do_move_window_to_desk):
14297 * fvwm/icons.c (DeIconify):
14299 * fvwm/events.c (HandlePropertyNotify):
14300 (HandleMapRequestKeepRaised):
14302 (HandleButtonPress):
14303 (HandleEnterNotify):
14304 (HandleLeaveNotify):
14305 * fvwm/focus.c (DoSetFocus):
14308 (ReturnFocusWindow):
14310 (ForceDeleteFocus):
14312 (restore_focus_after_unmap):
14313 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
14314 suppressing the M_FOCUS_CHANGE message if the focus does not change in
14315 the flush_window_updates() function.
14317 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14319 * fvwm/placement.c (PlaceWindow):
14320 minor performance enhancement
14322 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14325 * fvwm/menus.c (MenuInteraction):
14326 (pointer_in_active_item_area):
14327 (pointer_in_passive_item_area):
14328 new menu style PopupActiveArea
14330 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14332 * fvwm/move_resize.c (CMD_ResizeMaximize):
14333 (CMD_ResizeMoveMaximize):
14334 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
14336 2002-01-21 olicha <olivier.chapuis@free.fr>
14339 s/Penalities/Penalties/g
14341 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14343 * fvwm/events.c (HandleLeaveNotify):
14344 (HandleEnterNotify):
14345 * fvwm/modconf.c (ModuleConfig):
14346 * fvwm/update.c (apply_window_updates):
14347 * fvwm/module_interface.c (BroadcastWindowIconNames):
14348 (CMD_Send_WindowList):
14350 (do_execute_module):
14352 (CMD_set_nograb_mask):
14353 (CMD_set_sync_mask):
14355 (set_mseggage_mask):
14356 (is_message_in_mask):
14357 (is_message_selected):
14359 rewrote message interface to allow more than 32 messages with minimal
14360 changes in the existing interfaces.
14361 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
14364 * fvwm/style.c (parse_and_set_window_style):
14365 * fvwm/fvwm.h (struct):
14366 * fvwm/events.c (HandleButtonPress):
14367 implemented new styles MouseFocusClickIgnoreMotion and
14368 MouseFocusClickIgnoreMotionOff
14370 * fvwm/focus.c (focus_grab_buttons):
14371 fixed button mask for > 5 buttons
14373 2002-01-19 olicha <olivier.chapuis@free.fr>
14375 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
14376 Save and restore the icon_pixmap_w and add comments
14378 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14380 * fvwm/events.c (HandleEnterNotify):
14381 fixed EnterNotify events for icons
14383 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14386 * fvwm/stack.c (overlap_box):
14388 * fvwm/icons.c (clear_icon):
14389 * fvwm/add_window.c (destroy_icon):
14390 * fvwm/fvwm.h (FvwmWindow):
14391 * fvwm/geometry.c (get_window_borders):
14392 (get_client_geometry):
14393 * libs/fvwmrect.h (struct):
14394 * fvwm/functions.c (expand_extended_var):
14395 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
14396 return the geometry of the client window
14397 implemented new extended variables it.x, it.y, it.width, it.height that
14398 return the geometry of the icon title
14399 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
14400 return the geometry of the icon picture
14401 implemented new extended variables i.x, i.y, i.width, i.height that
14402 return the geometry of the whole icon
14403 fixed $[w.height] when the window is shaded
14404 cleaned up icon geometry code
14406 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14409 * fvwm/functions.c:
14410 * fvwm/functions.h:
14411 * fvwm/move_resize.c (unmaximize_fvwm_window):
14412 (maximize_fvwm_window):
14414 (CMD_ResizeMaximize):
14418 (resize_move_window):
14419 (CMD_ResizeMoveMaximize):
14420 New command ResizeMaximize. Works like Resize, but modifies the
14421 maximized size of the window, not the normal size.
14422 New command ResizeMoveMaximize that works similarly.
14423 (resize_move_window):
14424 fixed ResizeMove command
14426 * fvwm/functions.c (expand):
14427 fixed core dump when using something like $[$v] in a command
14429 2002-01-17 olicha <olivier.chapuis@free.fr>
14431 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
14432 * fvwm/events.c (HandlePropertyNotify):
14433 * fvwm/fvwm.c (InternUsefulAtoms):
14435 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
14436 that the root background has changed. This uses the _XSETROOT_ID
14437 and XROOTPMAP_ID properties
14439 * fvwm/ewmh.c (atom_get):
14442 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14444 * fvwm/update.c (flush_window_updates):
14445 fixed unnecessary window style updates
14447 * fvwm/style.c (parse_and_set_window_style):
14448 * fvwm/add_window.c (RestoreWithdrawnLocation):
14450 (setup_frame_attributes):
14451 * fvwm/fvwm.h (FvwmWindow):
14452 Fvwm does no longer disable backing store on all of its windows. This
14453 cause too many problems with some applications, e.g. rdist. Introduced
14454 the new style BackingStoreWindowDefault that tells fvwm not to modify
14455 the backing store attribute on the client window - which now is the
14458 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14461 * fvwm/functions.c (func_config):
14462 * libs/Module.c (SetMessageMask2):
14467 fixed building with libstroke-0.5.1 on Solaris8
14469 * fvwm/stack.c (new_layer):
14470 * fvwm/borders.c (DrawButton):
14473 * fvwm/builtins.c (SetLayerButtonFlag):
14475 * fvwm/screen.h (struct):
14476 Applied the layer button patch by Richard Curnow with a few
14479 * fvwm/icons.c (GetIconBitmap):
14481 Ignore client icons that have the wrong depth
14483 * fvwm/events.c (HandleEnterNotify):
14484 Tried to fix focusing problem w/ unclutter.
14486 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14488 * fvwm/functions.c (CheckActionType):
14491 * fvwm/menus.c (paint_item):
14492 * fvwm/misc.c (is_function_allowed):
14493 * fvwm/move_resize.c (is_move_allowed):
14494 (is_resize_allowed):
14495 (is_maximize_allowed):
14496 * fvwm/decorations.c (check_if_function_allowed):
14497 combined all these functions into a new one
14498 use this function everywhere
14499 use the Fixed... styles to decide if a menu item is greyed or not
14501 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14503 * fvwm/events.c (HandleExpose):
14504 eat up expose events even if the server claims that the expose count is
14505 zero; fixes a problem with many redraws of windows that are uncovered
14506 by shading a window above them
14508 2002-01-10 olicha <olivier.chapuis@free.fr>
14510 * fvwm/focus.c (DoSetFocus):
14511 * fvwm/move_resize.c (CMD_Maximize):
14516 * fvwm/icons.c (DeIconify):
14519 * fvwm/gnome.c (GNOME_HandlePropRequest):
14520 * fvwm/ewmh_names.c (EWMH_WMName):
14521 * fvwm/events.c (HandleFocusIn):
14522 (HandlePropertyNotify):
14524 (HandleButtonPress):
14525 (HandleLeaveNotify):
14527 * fvwm/builtins.c (CMD_UpdateDecor):
14529 * fvwm/borders.c (draw_clipped_decorations):
14531 (RedrawDecorations):
14533 Added a new argument to DrawDecoration similar to draw_window_parts,
14534 which indicate which part of the decor should be cleared. At present
14535 time only CLEAR_FRAME is taken in account and this is used in
14536 ShadeWindow to draw the decoration without flickering. This argument
14537 may be used in the future to reduce opaque resizing flickering
14539 * fvwm/builtins.c (CMD_WindowShade):
14540 Draw the decoration during unshading a window
14542 * fvwm/menus.c (ParentalMenuRePaint):
14543 Fixed transparent animated menu again
14548 2002-01-09 olicha <olivier.chapuis@free.fr>
14550 * fvwm/style.c (CMD_Style):
14551 free all the elements of the ptmpstyle before freeing it
14553 * fvwm/menus.c (ParentalMenuRePaint):
14554 Fixed transparent animated menu with HilightBackOff
14556 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14558 * fvwm/style.c (merge_styles):
14559 fixed core dump w/ multiple use of the UseStyle style and HilightBack
14560 in the copied style
14562 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14564 * fvwm/modconf.c (send_ignore_modifiers):
14565 (send_move_threshold):
14568 (send_color_limit):
14570 (send_desktop_geometry):
14571 (CMD_Send_ConfigInfo):
14572 moved code into new functions
14574 * libs/defaults.h (DEFAULT_MODS_UNUSED):
14575 moved to defaults.h
14577 * fvwm/bindings.c (CMD_IgnoreModifiers):
14578 * fvwm/module_interface.c (broadcast_xinerama_state):
14579 * fvwm/modconf.c (send_ignore_modifiers):
14580 broadcast IgnoreModifiers to modules
14582 * fvwm/bindings.c (CMD_IgnoreModifiers):
14583 fixed IgnoreModifiers command without arguments
14585 corrected documentation of IgnoreModifiers command
14587 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14589 * fvwm/add_window.c:
14594 * fvwm/move_resize.c:
14597 * fvwm/module_interface.c:
14599 * fvwm/placement.c:
14602 * fvwm/fvwm.h (FvwmWindow):
14603 remnamed icon_w member to icon_title_w
14605 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14607 * fvwm/icons.c (RedoIconName):
14608 fixed sizing of icon title for icons without a pixmap
14610 (CreateIconWindow):
14612 (CreateIconWindow):
14613 rewrote icon title layout and moved the constants to defaults.h
14615 * fvwm/menus.c (menuShortcuts):
14616 (handle_emacs_bindings):
14617 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
14619 2002-01-04 Dan Espen <dane@mk.telcordia.com>
14621 * fvwm/fvwm2.1: Language checks done.
14622 .IR command not in column 1 fixed.
14624 2002-01-04 olicha <olivier.chapuis@free.fr>
14626 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14627 (AnimatedMoveOfWindow):
14628 (AnimatedMoveFvwmWindow):
14629 (move_window_doit):
14630 * fvwm/menus.c (ParentalMenuRePaint):
14631 (animated_move_back):
14633 Fixed transparent animated menu
14635 2002-01-03 olicha <olivier.chapuis@free.fr>
14637 * fvwm/move_resize.c (is_resize_allowed):
14639 Do not check if moveing/resizeing is MWM allowed for a no user request
14640 This fix for example FvwmWinList with MwmFunctions & NoOverride
14642 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14643 * fvwm/move_resize.c (is_move_allowed):
14644 Allowed moving if tmp_win is null and check if move is allowed and
14645 not resize in AnimatedMoveAnyWindow. This fix animated menu
14647 * fvwm/ewmh.c (ewmh_AllowsMaximize):
14649 (ewmh_AllowsResize):
14650 Check as a user request
14653 * fvwm/move_resize.c (CMD_Maximize):
14656 New global flags "layer" and "ewmiwa". layer causes the grow* methods
14657 to ignore the windows with a layer less or equal to the layer of
14658 the maximized window. ewmhiwa causes to ignore the ewmh working area.
14659 Reorder a bit the Maximize documentation
14662 * fvwm/functions.c (expand_extended_var):
14663 New variables $[desk.name<n>] to get the desktop names
14665 2002-01-01 Dan Espen <dane@mk.telcordia.com>
14667 * fvwm/read.c (CMD_Read): Correct message on missing file when using
14668 Read with full path.
14670 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14673 * fvwm/misc.c (GrabEm):
14674 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
14676 * fvwm/events.c (HandleUnmapNotify):
14677 (HandleMapRequestKeepRaised):
14678 (check_map_request):
14679 fixed unmanaged window when window was mapped/unmapped/mapped too fast
14681 * fvwm/add_window.c (FetchWmProtocols):
14683 * fvwm/fvwm.h (FvwmWindow):
14684 * fvwm/events.c (HandleEnterNotify):
14685 (HandlePropertyNotify):
14686 * fvwm/focus.c (refresh_focus):
14688 fixed focus problems with netscape and ddd
14690 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14692 * libs/Target.c (fvwmlib_keyboard_shortcuts):
14693 * libs/Pointer.c (GetLocationFromEventOrQuery):
14694 * fvwm/virtual.c (HandlePaging):
14695 * fvwm/move_resize.c (GetOnePositionArgument):
14697 (AnimatedMoveAnyWindow):
14700 * fvwm/module_interface.c (ExecuteModuleCommand):
14701 * fvwm/menus.c (do_menu):
14704 (get_menu_options):
14705 * fvwm/functions.c (execute_complex_function):
14706 * fvwm/events.c (HandleClientMessage):
14707 (WaitForButtonsUp):
14708 * fvwm/conditional.c (CMD_Direction):
14709 * fvwm/builtins.c (CMD_CursorMove):
14712 handle return code of XQueryPointer everywhere; necessary for dual head
14714 * fvwm/misc.c (GrabEm):
14715 Pointer was warped to other screen with a dual head setup
14717 2001-12-31 olicha <olivier.chapuis@free.fr>
14719 * fvwm/ewmh_events.c (ewmh_WMStateModal):
14720 Removed some code which try to raise ewmh modal window over
14721 its transientfor window; this seems not possible without a new style
14722 or a bad hack in stack.c
14724 2001-12-30 Dan Espen <dane@mk.telcordia.com>
14726 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
14727 fallback to fixed font so it shows the right font for I18N.
14729 2001-12-30 olicha <olivier.chapuis@free.fr>
14731 * fvwm/window_flags.h:
14732 * fvwm/session.c (MatchWinToSM):
14733 (LoadWindowStates):
14734 (SaveWindowStates):
14735 (get_version_string):
14736 * fvwm/move_resize.c (CMD_Maximize):
14738 * fvwm/icons.c (CMD_Iconify):
14739 * fvwm/ewmh.c (EWMH_SetWMState):
14742 (EWMH_SetAllowedActions):
14745 * fvwm/ewmh_intern.h:
14746 * fvwm/ewmh_events.c (ewmh_WMState*):
14747 * fvwm/builtins.c (CMD_WindowShade):
14748 * fvwm/stack.c (new_layer):
14749 * fvwm/update.c (apply_window_updates):
14750 * fvwm/update.h (struct):
14751 * fvwm/add_window.c (setup_window_structure):
14752 (setup_window_name):
14754 * fvwm/style.c (check_window_style_change):
14755 The skip list and modal ewmh window states are now updated after
14756 an use/ignore ewmh state style changes. The other ewmh states are
14757 starting state only. All the initial ewmh states are keep in memory
14760 * fvwm/ewmh.c (EWMH_Handle*):
14762 Set the ewmh_window_type to an int (and not the corresponding atom)
14763 accordingly to the window type
14765 * fvwm/ewmh_events.c (ewmh_WMStateModal):
14766 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
14769 * fvwm/ewmh.c (EWMH_GetStyle):
14770 * fvwm/ewmh_events.c (ewmh_WMDesktop):
14771 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
14774 * libs/vpacket.h (ConfigWinPacket):
14775 * fvwm/module_interface.c (CONFIGARGSNEW):
14778 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
14779 cfgpacket for FvwmIdent
14781 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14783 * fvwm/move_resize.c (resize_geometry_window):
14784 fixed wrong size calculation of geometry window
14786 2001-12-19 olicha <olivier.chapuis@free.fr>
14788 * fvwm/ewmh_names.c (convert_charsets):
14789 More precise error messages
14792 A few formatting fixes
14794 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14796 * fvwm/gnome.c (GNOME_SetHints):
14797 fixed window getting frozen into position upon a recapture or restart
14799 2001-12-17 Dan Espen <dane@mk.telcordia.com>
14801 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
14803 2001-12-17 olicha <olivier.chapuis@free.fr>
14806 Tried to clarify the EWMHIconicStateWorkaround BugOpts
14808 * fvwm/ewmh.c (delete_kst_item):
14809 (set_kde_sys_tray):
14810 (EWMH_IsKdeSysTrayWindow):
14811 (EWMH_ManageKdeSysTray):
14812 * fvwm/events.c (HandleReparentNotify):
14813 Fixed reparenting management of kde system tray windows and
14814 added some off debugging code
14816 * fvwm/virtual.c (CMD_DesktopName):
14817 Removed some debugging code
14819 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14821 * fvwm/fvwm.h (struct):
14822 * fvwm/window_flags.h (IS_FIXED_PPOS):
14823 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
14824 * fvwm/style.c (parse_and_set_window_style):
14825 (check_window_style_change):
14826 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
14827 FixedUSSize, FixedPSize and Variable PPosition, ...
14829 * fvwm/events.c (HandleConfigureRequest):
14830 * fvwm/ewmh.c (ewmh_AllowsResize):
14831 (is_resize_allowed):
14834 * fvwm/gnome.c (GNOME_SetHints):
14835 (AnimatedMoveAnyWindow):
14838 * fvwm/move_resize.c (is_move_allowed):
14839 (is_resize_allowed):
14840 (is_maximize_allowed):
14841 new functions to clean up some code
14843 2001-12-15 Dan Espen <dane@mk.telcordia.com>
14845 * fvwm/fvwm2.1: Doc fixups.
14847 2001-12-15 olicha <olivier.chapuis@free.fr>
14849 * fvwm/builtins (CMD_BugOpts):
14851 * fvwm/ewmh_conf.c (EWMH_BugOpts):
14852 * fvwm/ewmh_events.c (ewmh_StateHidden):
14853 * fvwm/fvwm.c (InitVariables):
14855 * fvwm/icons.c (CMD_Iconify):
14857 * fvwm/virtual.c (unmap_window):
14859 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
14860 to fix the IconicState problems in vitrual.c. New BugOpts
14861 EWMHIconicStateWorkaround for supporting current KDE versions
14863 * fvwm/events.c (HandlePropertyNotify):
14864 * fvwm/ewmh.c (ewmh_AllowsYes):
14866 (ewmh_AllowsClose):
14867 (ewmh_AllowsMaximize):
14869 (ewmh_AllowsResize):
14870 (EWMH_SetAllowedActions):
14872 * fvwm/style.c (check_window_style_change):
14873 * fvwm/update.c (apply_window_updates):
14875 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
14877 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14879 * fvwm/borders.c (RedrawTitle):
14880 * libs/defaults.h (WINDOW_TITLE_OFFSET):
14881 fixed 'stick' lines with long titles
14883 2001-12-11 olicha <olivier.chapuis@free.fr>
14887 * fvwm/ewmh.c (ewmh_SetWorkArea):
14889 (ewmh_ComputeAndSetWorkArea):
14890 (ewmh_HandleDynamicWorkArea):
14891 (EWMH_GetWorkAreaIntersection):
14892 (EWMH_GetStrutIntersection):
14893 (get_intersection):
14894 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
14897 * fvwm/fvwm.c (InitVariables):
14899 * fvwm/modconf.c (send_desktop_names):
14900 (CMD_Send_ConfigInfo):
14901 * fvwm/placement.c (get_next_x):
14904 * fvwm/virtual.c (CMD_DesktopName):
14907 New command "DesktopName desk name" to define desktops names for
14908 the FvwmPager, the WindowList and ewmh compliant pagers.
14909 Desktops information (desk, desk name, working areas) is stored in a
14910 new list sub structure of Scr, DesktopsInfo. The head of the list
14911 contains generic information for desks that are not in the list.
14913 * fvwm/windowlist.c (get_desk_title):
14917 New window list options NoDeskNum, NoCurrentDeskTitle,
14918 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
14919 the NoGeometry and NoGeometryInfo options.
14922 * fvwm/ewmh_names.c:
14923 * fvwm/ewmh_icons.c:
14924 Added some static declarations
14926 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14927 It seems that UTF8 names should not be terminated by a 0
14929 * fvwm/ewmh.c (EWMH_SetClientListStacking):
14930 Set the stacking list in the good orders
14932 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14935 * fvwm/functions.c:
14939 removed all MULTISTYLE ifdefs
14941 * fvwm/borders.c (RedrawTitle):
14942 fixed title drawing into relief
14944 2001-12-08 olicha <olivier.chapuis@free.fr>
14951 * fvwm/window_flags.h:
14953 s/extended_window_name/indexed_window_name/i
14954 s/extended_icon_name/indexed_icon_name/i
14955 s/do_update_window_name/do_update_visible_window_name/
14956 s/do_update_icon_name/do_update_visible_icon_name/
14958 * fvwm/style.c (CMD_Style):
14960 (parse_and_set_window_style):
14961 Split CMD_Style into CMD_Style and parse_and_set_window_style
14963 2001-12-06 olicha <olivier.chapuis@free.fr>
14965 * fvwm/add_window.c (setup_window_name_count):
14966 (setup_icon_name_count):
14967 Better determination of the window and icon names index
14969 * fvwm/add_window.c (AddWindow):
14971 * fvwm/events.c (HandlePropertyNotify):
14972 * fvwm/ewmh_names.c (EWMH_WMName):
14974 * fvwm/module_interface.c (BroadcastWindowIconNames):
14975 * fvwm/module_interface.h:
14976 (CMD_Send_WindowList):
14978 (CMD_set_sync_mask):
14979 (CMD_set_nograb_mask):
14980 * fvwm/update.c (apply_window_updates):
14982 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
14983 which are send to modules with BroadcastWindowIconNames.
14984 The set mask cmds use unsigned long mask and not int mask!
14986 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14990 EWMH without iconv compile fix by Hippo
14992 2001-12-05 olicha <olivier.chapuis@free.fr>
14994 * fvwm/add_window.c:
14997 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
14998 * fvwm/ewmh_events.c:
15001 * fvwm/move_resize.c (CMD_Maximize):
15002 * fvwm/placement.c (test_fit):
15004 * fvwm/session.c (SaveWindowStates):
15005 * fvwm/style.c (merge_styles):
15007 (check_window_style_change):
15008 * fvwm/update.c (apply_window_updates):
15010 * fvwm/window_flags.h:
15012 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15013 EWMHMaximizeUseDynamicWorkingArea,
15014 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15015 EWMHPlacementUseDynamicWorkingArea,
15016 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15017 EWMHIgnoreStateHints / EWMHUseStateHints,
15018 EWMHIgnoreStrutHints / EWMHUseStrutHints
15020 * fvwm/ConfigFvwmDefaults:
15021 Use EWMHPlacementUseDynamicWorkingArea,
15022 EWMHMaximizeUseDynamicWorkingArea as default placement styles
15025 * fvwm/add_window.c (setup_placement_penalty):
15026 * fvwm/add_window.h:
15027 (setup_placement_penalty):
15030 * fvwm/placement.c (get_next_x):
15031 * fvwm/placement.h:
15034 * fvwm/style.c (CMD_Style):
15036 (check_window_style_change):
15037 * fvwm/update.c (apply_window_updates):
15039 * fvwm/window_flags.h:
15041 New styles PlacementOverlapPenalties and
15042 PlacementOverlapPercentPenalties
15045 * fvwm/add_window.c (setup_window_name_count):
15046 * fvwm/add_window.h:
15047 (setup_icon_name_count):
15048 (setup_visible_name):
15049 (setup_window_name):
15050 (free_window_names):
15052 * fvwm/borders.c (DrawMultiPixmapTitlebar):
15054 * fvwm/events.c (HandlePropertyNotify):
15055 * fvwm/ewmh_names.c (EWMH_*):
15057 * fvwm/icons.c (CreateIconWindow):
15062 * fvwm/session.c (MatchWinToSM):
15063 * fvwm/style.c (CMD_Style):
15065 (check_window_style_change):
15066 * fvwm/update.c (apply_window_updates):
15068 * fvwm/window_flags.h:
15069 New styles ExtendedWindowName / SimpleWindowName and
15070 ExtendedIconName / SimpleIconName. TODO: the modules implementation
15072 * fvwm/builtins.c (ReadMultiPixmapDecor):
15078 * session.c (get_version_string):
15081 * fvwm/stack.c (new_layer):
15083 Fixed ewmh wm state
15085 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15086 Fixed creation of the ewmh icon in the case of the window is iconified
15088 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15090 * fvwm/placement.c (PlaceWindow):
15091 fixed manual placement on Xinerama screens other than the one with the
15092 top left corner of the total screen
15094 2001-11-27 olicha <olivier.chapuis@free.fr>
15100 Check for the second argument of iconv
15103 Added -Wall to CFLAGS if cc is gcc
15105 2001-11-26 Mikhael Goikhman <migo@homemail.com>
15109 s/extanded/extended/
15111 2001-11-26 olicha <olivier.chapuis@free.fr>
15113 * fvwm/Makefile.am:
15114 Fixed (?) iconv_LIBS
15116 2001-11-26 olicha <olivier.chapuis@free.fr>
15118 * fvwm/functions.c (expand):
15119 Fixed n, c, r expansion
15121 2001-11-25 Dan Espen <dane@mk.telcordia.com>
15123 * fvwm/fvwm2.1: Clean up ewmh stuff.
15125 2001-11-24 olicha <olivier.chapuis@free.fr>
15127 * fvwm/ewmh_internal.h:
15129 Removed a non standard macro
15131 2001-11-24 olicha <olivier.chapuis@free.fr>
15134 Documented the previous ewmh style in a new Style subsection
15136 * fvwm/functions.c (expand):
15137 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
15139 2001-11-24 olicha <olivier.chapuis@free.fr>
15141 * fvwm/add_window (setup_icon):
15142 (setup_window_structure):
15143 * fvwm/events.c (HandlePropertyNotify):
15145 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
15146 * fvwm/ewmh_icons.c (ewmh_WMIcon):
15147 (EWMH_DoUpdateWmIcon):
15148 (ewmh_SetWmIconFromPixmap):
15149 (EWMH_DeleteWmIcon):
15150 (EWMH_SetIconFromWMIcon):
15151 * fvwm/ewmh_intern.h:
15153 * fvwm/icons.c (GetIcon):
15154 * fvwm/session.c (get_version_string):
15155 * fvwm/style.c (CMD_Style):
15157 (check_window_style_change)
15158 * fvwm/update.c (apply_window_updates):
15160 * fvwm/window_flags.h:
15161 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
15162 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
15163 EWMHDonateIcon / EWMHDontDonateIcon,
15164 Some ewmh icon code simplification.
15165 Ewmh icons priority: just after icon window.
15167 * fvwm/ewmh.c (EWMH_ExitStuff):
15169 * fvwm/session.c (SaveWindowStates):
15170 (LoadWindowStates):
15172 * fvwm/fvwm.c (Done):
15173 Delete the ewmh icons we set ourself. Some ewmh session states do not
15174 need to be saved/restored anymore
15176 2001-11-23 olicha <olivier.chapuis@free.fr>
15178 * fvwm/ewmh_names.c (convert_charsets):
15179 Fixed infinite loop
15181 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15183 * fvwm/ewmh_names.c (convert_charsets):
15184 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
15185 man page states on Linux
15186 replaced goto with a loop
15188 2001-11-22 olicha <olivier.chapuis@free.fr>
15190 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15193 * fvwm/ewmh_events.c:
15194 Fixed some styles update
15196 * fvwm/ewmh_conf.c:
15197 * fvwm/function.c (func_config):
15201 * fvwm/ewmh_events.c:
15202 * fvwm/ewmh_intern.h:
15203 * fvwm/Makefile.am:
15205 New file for ewmh styles and commands. New commands EWMHBaseStrut and
15206 EWMHNumberOfDesktops. More documentation in ewmh man page section.
15208 * fvwm/add_window.c:
15211 * fvwm/functions.c:
15212 * fvwm/ewmh.c (EWMH_Init):
15214 * fvwm/fvwm.c (InitVariables):
15221 * fvwm/window_flags.c:
15228 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
15229 are maybe problematic) and those in the ewmh* files to allow
15230 to disbale the ewmh code: with --disable-ewmh all the ewmh code
15231 should be dummy. --enable-ewmh is now the default.
15233 2001-11-20 olicha <olivier.chapuis@free.fr>
15235 * fvwm/icons.c (GetIcon):
15236 * fvwm/add_window.c (setup_icon):
15237 Fixed icons order choice and other minor bugs
15239 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15240 Fixed a core dump if there is no MiniIcon
15242 2001-11-18 olicha <olivier.chapuis@free.fr>
15244 * fvwm/ewmh.c (add_kst_item):
15246 (ewmh_AddToKdeSysTray):
15247 (EWMH_IsKdeSysTrayWindow):
15248 (EWMH_ManageKdeSysTray):
15250 fvwm/ewmh_intern.h:
15251 * fvwm/events.c (HandleDestroyNotify):
15252 (HandleMapRequest):
15253 (HandleUnmapNotify):
15254 Fixed the KDE system tray implementation
15256 2001-11-16 olicha <olivier.chapuis@free.fr>
15260 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
15262 2001-11-15 olicha <olivier.chapuis@free.fr>
15264 * fvwm/ewmh.c (EWMH_DestroyWindow):
15266 (EWMH_WindowDestroyed):
15267 * fvwm/events.c (HandleReparentNotify):
15268 (HandleDestroyNotify):
15269 (HandleUnmapNotify):
15270 * fvwm/add_window.c (destroy_window):
15271 Fixed the ewmh windows lists
15273 2001-11-15 olicha <olivier.chapuis@free.fr>
15275 * fvwm/Makefile.am:
15278 * fvwm/ewmh_intern.h:
15279 * fvwm/ewmh_events.c:
15280 * fvwm/ewmh_icons.c:
15281 * fvwm/ewmh_names.c:
15284 New files to achieve the extended WM hints support, off by
15285 default. This code is ifdefed a la gnome.c.
15286 This is work in progess (need to do so that every things are
15290 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
15291 New configure option --enable-ewmh. Added tests for iconv and
15292 nl_langinfo for UTF8 conversions.
15294 * fvwm/add_window.c (AddWindow):
15295 (CaptureOneWindow):
15297 (setup_window_name):
15299 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
15300 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
15301 SET_HAS_EWMH_ICON, EWMH_WMIconName
15303 * fvwm/add_window.c (setup_window_structure):
15304 * fvwm/fvwm.h (FvwmWindow):
15306 * fvwm/window_flags.h:
15307 * fvwm/session.c (get_version_string):
15308 (SaveWindowStates):
15309 (LoadWindowStates):
15310 Added some entries in FvwmWindow and some flags (more will be
15311 added). Some of these states need to be saved at restart and
15312 at recapture. This code is ifdefed, may be it should not: I was
15313 forced to ifdef the version string in get_version_string.
15315 * libs/Bindings.c (win_contexts):
15317 * fvwm/events.c (GetContext):
15318 * fvwm/bindings.c (ParseBinding):
15319 (activate_binding):
15320 * fvwm/functions.c (expand_extended_var):
15322 (execute_function):
15324 * fvwm/screen.h (Scr):
15325 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
15326 (kdesktop or Nautilus desktop). This context is something between
15327 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
15329 * fvwm/bindings.c (activate_binding):
15330 Fixed immediate application of mouse/stroke bindings
15333 * fvwm/borders.c (RedrawDecorations):
15334 * fvwm/update.c (apply_window_updates):
15335 New function RedrawDecorations taken from apply_window_updates
15336 and called in ewmh_icons.c and update.c
15338 * fvwm/bultins.c (CMD_WindowShade):
15341 * fvwm/events.c (HandleFocusIn):
15342 (HandlePropertyNotify):
15343 (HandleClientMessage):
15344 (HandleMapRequestKeepRaised):
15345 (HandleUnmapNotify):
15346 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
15347 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
15350 * fvwm/icons.c (GetIcon):
15352 (CreateIconWindow):
15353 (ChangeIconPixmap):
15354 * fvwm/events.c (HandlePropertyNotify):
15355 New function GetIcon taken from CreateIconWindow which choose
15356 the icon, there is a new case for EWMH icons. New function
15357 ChangeIconPixmap taken from events.c.
15358 The two new functions are called from ewmh_icon.c (and icons.c).
15360 * fvwm/move_resize.c (handle_stick):
15363 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
15366 * libs/Picture.c (LoadPictureFromPixmap):
15367 (CachePictureFromPixmap):
15368 New functions for loading a picture from a pixmap. Nothing is cached
15369 but this simplify the MiniIcon code.
15371 * fvwm/placement.c (PlaceWindow):
15372 EWMH_GetWorkAreaIntersection
15374 * fvwm/screen.h (Scr):
15375 Added the working area, the dynamic working area and the ewmh
15378 * fvwm/stack.c (restack_windows):
15380 EWMH_SetClientListStacking, EWMH_SetWMState
15382 * fvwm/style.c (check_window_style_change):
15383 * fvwm/update.c (apply_window_updates):
15385 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
15386 This code is ifdefed.
15388 * fvwm/style.c (lookup_style):
15391 * fvwm/virctual.c (goto_desk):
15392 (CMD_GotoDeskAndPage):
15393 (do_move_window_to_desk):
15394 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
15396 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15398 * fvwm/update.c (apply_window_updates):
15399 * fvwm/gnome.c (GNOME_GetStyle):
15400 * fvwm/style.c (lookup_style):
15401 (check_window_style_change):
15402 * fvwm/add_window.c (setup_style_and_decor):
15403 fixed GnomeIgnoreHints style for some of the gnome hints
15405 * fvwm/fvwm.c (StartupStuff):
15406 Tried to fix font size problem
15408 * fvwm/placement.c (PlaceWindow):
15409 suppress an X error
15411 * fvwm/move_resize.c (moveLoop):
15412 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15413 * fvwm/misc.c (Keyboard_shortcuts):
15414 modified keyboard shortcut functions so that it is possible to move
15415 windows with the keyboard even if the border is hit. does not work
15416 very nicely with paging
15418 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15419 performance enhancement
15421 * fvwm/events.c (HandleButtonPress):
15422 fixed (?) some problem with passing the raise click in ctf to the app
15424 * fvwm/add_window.c (Reborder):
15425 * fvwm/virtual.c (MoveViewport):
15428 * fvwm/session.c (SaveWindowStates):
15429 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
15430 don't access stack_next and stack_prev directly but use the access
15431 functions from stack.h
15433 * fvwm/stack.c (remove_window_from_stack_ring):
15434 (add_window_to_stack_ring_after):
15437 * fvwm/add_window.c (adjust_fvwm_internal_windows):
15439 when a window becomes scheduled for destruction, remove all traces of it
15440 from the fvwm internal variable so its not accessed accidentally when
15441 its fields are no longer valid
15443 2001-11-05 Mikhael Goikhman <migo@homemail.com>
15446 fixed compilation of I18N_MB
15448 2001-10-30 Mikhael Goikhman <migo@homemail.com>
15458 exclude the TitleStyle MultiPixmap feature (only) before forking
15460 and restore it after that
15464 change version string to 2.5.0
15467 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
15468 added a link to the stable version 2.4.4 (not released yet)
15470 2001-10-30 Mikhael Goikhman <migo@homemail.com>
15474 change version string to 2.4.4 before forking
15476 * make_fvwmdist.sh:
15477 strip end of line from date (adjust for a new length)
15479 2001-10-29 olicha <olivier.chapuis@free.fr>
15481 * fvwm/screen.h (DecorFaceStyle):
15482 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
15483 so that Solid colors work again
15485 2001-10-28 olicha <olivier.chapuis@free.fr>
15487 * fvwm/module_interface.c (skipModuleAliasToken):
15488 Allows '/' as alias character
15493 2001-10-27 Mikhael Goikhman <migo@homemail.com>
15498 added --disable-multipixmap-titles for the Suzanne's patch,
15499 the default is enable
15502 some formatting fixes in TitleStyle entry
15504 2001-10-27 Suzanne Britton <tril@igs.net>
15506 * config.h.in: Added FANCY_TITLEBARS option, off by default
15509 Added info on TitleStyle MultiPixmap
15512 [All changes #ifdeffed FANCY_TITLEBARS]
15513 Added TITLE_PADDING define for fancy titlebar rendering
15514 Added tb_pixmap_enum
15515 Added MultiPixmap to DecorFaceType enum
15516 Added Picture **multi_pixmaps and short multi_stretch_flags
15517 to DecorFace structure
15520 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
15521 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
15522 (RenderIntoWindow): [new]
15523 (DrawMultiPixmapTitlebar): [new]
15524 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
15525 instead of always sending 1
15527 Call DrawFancyTitlebar for MultiPixmap style
15528 Skip DrawString calls for MultiPixmap style (title is drawn inside
15529 DrawMultiPixmapTitlebar)
15532 [All changes #ifdeffed FANCY_TITLEBARS]
15533 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
15534 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
15535 (ReadMultiPixmapDecor): [new]
15537 2001-10-26 Dan Espen <dane@mk.telcordia.com>
15539 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
15540 buttons can activate on press or release, special pointer during grab,
15541 arrow key command recall.
15543 2001-10-24 Mikhael Goikhman <migo@homemail.com>
15545 * fvwm/bindings.c (ParseBinding):
15548 binding commands now do not print error messages with Silent
15550 * fvwm/ConfigFvwmDefaults:
15552 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
15553 use Silent before Key Help
15555 * fvwm/add_window.c:
15556 changed the broken size hints message to notify the owner
15558 * docs/fvwm.lsm.in:
15561 2001-10-19 olicha <olivier.chapuis@free.fr>
15564 Some FvwmScript news
15566 2001-10-16 olicha <olivier.chapuis@free.fr>
15569 Some FvwmScript news
15571 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15573 * fvwm/bindings.c (activate_binding):
15574 * libs/Bindings.c (GrabWindowKeyOrButton):
15575 activate mouse/stroke bindings immediately
15577 * fvwm/events.c (HandleButtonPress):
15578 it is possible to bind actions to the 'ClickToFocus' click
15580 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15582 * fvwm/virtual.c (HandlePaging):
15583 allow paging during move/resize when pressing keys
15585 * libs/XResource.c (MergeCmdLineResources):
15586 possible core dump fix
15588 * fvwm/add_window.c (setup_window_placement):
15591 * libs/Bindings.c (AddBinding):
15592 another attempt at cleaning up bindings with "Shift"
15594 2001-10-13 olicha <olivier.chapuis@free.fr>
15599 2001-10-10 Mikhael Goikhman <migo@homemail.com>
15603 OpaqueMoveSize now accepts "unlimited" or negative argument.
15605 2001-10-09 Mikhael Goikhman <migo@homemail.com>
15610 2001-10-08 Dan Espen <dane@mk.telcordia.com>
15612 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
15615 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
15617 * fvwm/cursor.c: Extract cursor validation routine to become a libs
15620 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15622 * NEWS, configure.in:
15623 changed version to 2.5.0
15625 2001-10-08 olicha <olivier.chapuis@free.fr>
15627 * fvwm/borders.c (RedrawTitle):
15628 Fixed drawing of leftJustified stippled title and suppress warnings
15629 in RelieveRectangle w/ RightJustified stippled title
15631 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15633 * fvwm/virtual.c (CMD_XineramaSlsSize):
15636 2001-10-03 olicha <olivier.chapuis@free.fr>
15638 * fvwm/style.c (CMD_Style):
15640 Added the possibility to add an Xinerama screen to the 4 numerics
15643 2001-10-03 olicha <olivier.chapuis@free.fr>
15645 * fvwm/icons.c (AutoPlaceIcon):
15646 Fixed a core dump with @c and fixed icon placement if the icon should
15647 not be on the current page
15649 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15651 * fvwm/icons.c (AutoPlaceIcon):
15652 * libs/FScreen.c (FScreenParseScreenBit):
15653 added 'w' screen specifier for icon boxes
15655 * fvwm/icons.c (AutoPlaceIcon):
15656 fixed placement of icons in icon boxes on different screen
15658 * fvwm/menus.c (get_menu_options):
15659 reduced code duplication
15661 2001-10-02 olicha <olivier.chapuis@free.fr>
15663 * fvwm/menus.c (get_menu_options):
15664 fixed Xinerama placement of menu with empty but not null position hints
15666 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15668 * fvwm/borders.c (RedrawTitle):
15669 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
15670 suppress a warning in RelieveRectangle w/ small sticky windows
15672 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15674 * fvwm/menus.c (get_menu_options):
15675 A 'rectangle' context rectangle for menus honours the '@screen' bit
15677 * fvwm/move_resize.c (DisplayPosition):
15678 coordinates of a window are show in relation to the screen, not the page
15680 * libs/FScreen.c (FScreenTranslateCoordinates):
15681 * fvwm/placement.c (PlaceWindow):
15682 * fvwm/add_window.c (setup_window_placement):
15683 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
15684 rewrote the library functionality to better match the rest of the
15687 * fvwm/builtins.c (DestroyFvwmDecor):
15688 removed useless code
15690 * fvwm/icons.c (DrawIconWindow):
15691 fixed race condition w/ expanding/collapsing icon titles
15693 * fvwm/windowlist.c (CMD_WindowList):
15694 fixed Xinerama placement of window list when called without options
15696 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15698 * libs/FScreen.c (FScreenSLSOnOff):
15699 fixed core dump when calling XineramaSls before XineramaSlsSize
15704 * libs/FShape.h (FHaveShapeExtension):
15705 set macro to 1 when compiling w/ shape extension
15707 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15709 * libs/Bindings.c (AddBinding):
15710 * fvwm/bindings.c (ParseBinding):
15711 print a warning if a key with the given name does not exist
15712 if there is an upper and a lower case version of the same key name,
15713 always bind to the lower case version; this is problematic if the upper
15714 case version is tied to a key without a modifier and the lower case
15715 version is tied to the same key, but with a modifier (or both are tied
15716 to different keys). I hope this good enough.
15718 * libs/Bindings.c (FreeBindingList):
15719 (MatchBindingExactly):
15720 (CollectBindingList):
15721 fixed some problems overriding keys
15722 reduced duplication of logic
15724 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15726 * NEWS, configure.in:
15727 changed version to 2.5.0
15729 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15732 changed version to 2.4.2
15734 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15737 (SetWindowBackground):
15738 (SetRectangleBackground):
15739 * fvwm/builtins.c (CMD_WindowShade):
15740 * fvwm/add_window.c:
15741 (setup_style_and_decor):
15743 (CreateIconWindow):
15748 (HandleConfigureRequest):
15749 (HandleShapeNotify):
15750 (InitEventHandlerJumpTable):
15751 * fvwm/borders.c (struct):
15754 * fvwm/decorations.c (SelectDecor):
15759 * fvwm/fvwm.h (FvwmWindow):
15762 moved shape support to library; its no longer necessary to
15763 '#ifdef SHAPE' any code
15765 * fvwm/borders.c (RedrawButtons):
15767 fixed top border hilight drawing of title buttons
15769 * libs/Graphics.c (do_relieve_rectangle):
15770 (RelieveRectangle):
15771 (RelieveRectangle2):
15772 allow alternate shading for title buttons
15774 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15777 Applied man page patch by Dmitry Yu. Bolkhovityanov:
15778 Add a formal description of how fvwm maintains module's configs
15779 Change manpages of individual modules to refer to fvwm2(1) for
15780 details about specifying configuration
15782 * fvwm/add_window.c (setup_window_placement):
15783 desk and page can now really be given as X resources a la
15786 * libs/XResource.c (GetResourceString):
15787 resource -> lower case, class -> upper case
15791 changed version to 2.5.0
15793 * Makefile.am (distcheck2):
15794 build distcheck before dist2; save a few seconds if the build fails
15797 * libs/ClientMsg.c:
15801 * libs/gethostname.c:
15804 * libs/safemalloc.c:
15805 * libs/strcasecmp.c:
15808 * libs/strncasecmp.c:
15817 changed version to 2.4.1 again
15819 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15821 * libs/Bindings.c (FvwmStringToKeysym):
15822 try both cases of the first letter of a key name
15824 * fvwm/ConfigFvwmDefaults:
15825 * fvwm/windowlist.c (winCompareReverse):
15827 new WindowList option ReverseOrder; use the new option in the default
15828 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
15829 cycle through the whole window list. The old behaviour only toggled
15830 between two windows. Also, a simple Alt-Tab can be used to switch to
15831 the next window instead of Alt-Tab-Tab.
15833 * libs/FScreen.c (FScreenInit):
15834 fixed a Xinerama crash
15837 print a verbose error message and exit if X11 headers and libraries
15840 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15842 * fvwm/fvwm.c (main):
15845 new library for X shape encapsulation
15847 * fvwm/builtins.c (CMD_WindowShade):
15848 * fvwm/borders.c (SetupFrame):
15849 fixed shading of windows without title and border
15850 fixed shading of shaped windows; fixes bug #732
15852 * fvwm/builtins.c (CMD_SetEnv):
15853 calling SetEnv without a value is the same as UnsetEnv
15855 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15857 * fvwm/events.c (HandleReparentNotify):
15858 fixed vanishing windows in rapid map/unmap cycles; bug #770
15860 * fvwm/add_window.c (hide_screen):
15861 fixed possible BadWindow error
15863 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15865 * fvwm/virtual.c (MoveViewport):
15867 (CMD_GotoDeskAndPage):
15869 GotoDeskAndPage records its own history of last visited desk/page
15871 * libs/FScreen.c (FScreenInit):
15872 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
15874 2001-09-05 olicha <olivier.chapuis@free.fr>
15876 * fvwm/session.c (MatchWinToSM):
15877 * fvwm/add_window.c (setup_window_structure):
15878 * fvwm/move_resize.c (moveLoop):
15879 Fixed PlacedByButton3 condition
15881 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15884 * fvwm/functions.c (func_config):
15885 * fvwm/module_interface.c (broadcast_xinerama_state):
15886 * fvwm/virtual.c (CMD_Xinerama):
15887 (CMD_XineramaPrimaryScreen):
15889 (CMD_XineramaSlsSize):
15891 split Xinerama command into Xinerama, XineramaPrimaryScreen,
15892 XineramaSls and XineramaSlsSize
15893 restructured parts of the FScreen code
15895 * fvwm/functions.c (func_config):
15896 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
15898 * libs/Graphics.c (RelieveRectangle):
15899 allow calling the function with w == 0 or h == 0 without a message
15901 * fvwm/window_flags.h (SET_STYLE_DELETED):
15902 * fvwm/style.c (CMD_DestroyStyle):
15903 (check_window_style_change):
15904 * fvwm/fvwm.h (window_style):
15905 update windows when a style is deleted
15908 fixed xpm detection problem caused by wrong library order
15910 2001-09-05 olicha <olivier.chapuis@free.fr>
15912 * NEWS: PlacedByFvwm
15914 2001-09-04 Dan Espen <dane@mk.telcordia.com>
15916 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
15918 2001-09-04 olicha <olivier.chapuis@free.fr>
15921 * fvwm/windows_flags.h:
15922 * fvwm/placement.c (PlaceWindow):
15923 * fvwm/add_window.c (setup_window_structure):
15924 * fvwm/conditional.c (CreateConditionMask):
15925 * fvwm/session.c (get_version_string):
15928 Added a new windows_flags is_placed_by_fvwm and a new condition
15931 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15933 * fvwm/focus.c (focus_grab_buttons):
15935 disabled xt/double click patch for now
15937 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15939 * libs/Graphics.c (RelieveRectangle):
15940 print a warning if one of the dimensions is <= 0
15942 * fvwm/placement.c (PlaceWindow):
15943 take care of windows that have both, PPosition and USPosition set
15944 take care of transient windows that have neither PPosition nor
15947 2001-09-01 olicha <olivier.chapuis@free.fr>
15949 * libs/FScreen.c (FScreenInit):
15950 Fixed the position of the xinerama emulation delimiters
15952 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15955 Xinerama introduction
15957 * fvwm/icons.c (AutoPlaceIcon):
15958 try to place icons of screen with the window center, and if that fails
15961 * libs/FScreen.c (FScreenGetScrRect):
15962 performance improvement for non-xinerama systems
15964 * fvwm/update.c (apply_window_updates):
15965 (flush_window_updates):
15966 update icon boxes and icon position when xinerama layout changes
15968 * fvwm/icons.c (AutoPlaceIcon):
15969 limit placement of icons using no icon box to screen boundaries
15970 adapt icon boxes to xinerama layout whenever used
15972 * fvwm/placement.c (PlaceWindow):
15973 * fvwm/style.c (CMD_Style):
15974 (check_window_style_change):
15975 * fvwm/style.h (SUSE_NO_USPOSITION):
15976 (SUSE_NO_TRANSIENT_PPOSITION):
15977 (SUSE_NO_TRANSIENT_USPOSITION):
15978 * fvwm/fvwm.h (struct):
15979 implemented new styles NoUSPosition/UseUSPosition,
15980 NoTransientPPosition/UseTransientPPosition,
15981 NoTransientUSPosition/UseTransientUSPosition.
15982 These work exactly like NoPPosition/UsePPosition.
15983 Transient windows ignore the window position if neither the PPosition
15984 nor the USPosition hint is set.
15986 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15988 * fvwm/focus.c (restore_focus_after_unmap):
15989 fixed a bug transfering the focus when a window was iconified
15991 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15993 * fvwm/conditional.c (MatchesConditionMask):
15994 * fvwm/move_resize.c (position_geometry_window):
15995 * fvwm/placement.c (PlaceWindow):
15996 * fvwm/menus.c (pop_menu_up):
15997 * fvwm/move_resize.c (move_window_doit):
15998 * fvwm/icons.c (do_all_iconboxes):
15999 * fvwm/placement.c (PlaceWindow):
16000 * fvwm/menus.c (update_menu):
16001 adapted to new FScreen... signatures
16003 * libs/FScreen.c (FScreenClipToScreen):
16004 (FScreenGetScrCenterCenter):
16005 (FScreenCenterCurrent):
16006 (FScreenCenterPrimary):
16007 (FScreenGetCurrent00):
16008 (FScreenGetGlobalScrRect):
16009 (FScreenGetPrimaryScrRect):
16010 (FScreenGetScrRect):
16011 (FScreenIsRectangleOnScreen):
16012 unified all the FSCreen... functions using a common signature, removed
16015 * fvwm/style.c (CMD_Style):
16016 init icon box screen
16018 * fvwm/move_resize.c (move_window_doit):
16020 * libs/Makefile.am:
16021 * libs/XineramaSupport.c:
16022 * libs/XineramaSupport.h:
16024 exported and renamed screen defines
16031 * fvwm/placement.c:
16032 * fvwm/move_resize.c:
16033 * fvwm/module_interface.c:
16038 * fvwm/conditional.c:
16039 * libs/XineramaSupport.c:
16040 renamed all XineramaSupport...() functions to FScreen...()
16042 * fvwm/style.c (CMD_Style):
16045 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16047 * fvwm/style.c (CMD_Style):
16048 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16049 using geometry spec.
16051 2001-08-25 Mikhael Goikhman <migo@homemail.com>
16055 new function QuoteString() to add and escape single quotes to strings
16057 * fvwm/menus.c (MenuInteraction):
16058 quote both missing function name and menu name for
16059 MissingSubmenuFunction
16061 * fvwm/functions.c (expand):
16064 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16066 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16068 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16070 * fvwm/cursor.c (CMD_CursorStyle):
16071 * fvwm/icons.c (GetXPMFile):
16072 * libs/Colorset.c (SetWindowBackground):
16075 * libs/Bindings.c (AddBinding):
16076 tired to help with problem binding keys that have a keycode with no
16077 modifiers and another keycode with some modifiers pressed, e.g.
16078 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16079 F1 generating the actioon bound to F11 sometimes
16081 * fvwm/focus.c (focus_grab_buttons):
16084 2001-08-23 Dan Espen <dane@mk.telcordia.com>
16086 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16088 2001-08-20 Bob Woodside <proteus@pcnet.com>
16090 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16091 grab synchronization so apps using XtTranslations to catch double-
16092 clicks don't get confused by extraneous Leave/EnterNotify events.
16093 This fixes the "xfm/moxfm don't see double-clicks" problem.
16095 2001-08-20 Dan Espen <dane@mk.telcordia.com>
16097 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16099 2001-08-19 Dan Espen <dane@mk.telcordia.com>
16101 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16104 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16105 until later when the window is actually placed.
16107 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
16108 position calculation.
16110 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16112 * fvwm/update.c (flush_window_updates):
16113 * fvwm/screen.h (ScreenInfo):
16114 * fvwm/virtual.c (CMD_Xinerama):
16116 * fvwm/move_resize.c (CMD_Maximize):
16117 * fvwm/placement.c (PlaceWindow):
16118 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
16122 describe new maximize options
16124 * fvwm/move_resize.c (MaximizeWidth):
16127 applied Dmitry's Xinerama patch for Maximize command
16128 replaced "global" and "absolute" with "screen" which is more flexible
16130 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16132 * libs/Parse.c (SkipQuote):
16133 fixed a bug in handling of caller specified quote pairs
16135 * fvwm/move_resize.c (CMD_Maximize):
16136 keep window on correct page when viewport does not start on a page
16139 * libs/XError.c (error_name):
16141 fixed core dump in error handling
16143 2001-08-15 Mikhael Goikhman <migo@homemail.com>
16149 renamed --disable-gnome to --disable-gnome-hints;
16150 documented configure options --with-gnome*;
16151 small improvements in documentation;
16152 use underscore in version instead of dash that causes rpm problems
16154 2001-08-14 Mikhael Goikhman <migo@homemail.com>
16156 * libs/Makefile.am:
16157 added fvwmrect.h to dist
16159 2001-08-14 Dan Espen <dane@mk.telcordia.com>
16161 * libs/XineramaSupport.c: Disable debug printing.
16163 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16165 * libs/defaults.h (DEFAULT_MENU_STYLE):
16166 reset colour sets in default menu style too
16168 2001-08-13 Mikhael Goikhman <migo@homemail.com>
16172 completed the libstroke-0.5 compatibility fix
16174 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16176 * fvwm/move_resize.c (draw_move_resize_grid):
16177 fixed drawing of resize grid when invoked from button or key press
16179 * fvwm/placement.c (PlaceWindow):
16180 rewrote a condition to improve readability
16181 fixed StartsOn... w/ SkipMapping
16183 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16185 * fvwm/session.c (MatchWinToSM):
16186 (LoadWindowStates):
16187 (SaveWindowStates):
16188 * fvwm/move_resize.c (CMD_Resize):
16189 * fvwm/events.c (HandlePropertyNotify):
16190 (HandleConfigureRequest):
16191 * fvwm/move_resize.c (CMD_ResizeMove):
16194 * fvwm/update.c (apply_window_updates):
16195 * fvwm/add_window.c (AddWindow):
16196 * fvwm/geometry.c (constrain_size):
16197 (gravity_constrain_size):
16198 the Resize command honors the window gravity
16199 changing the size increment of maximized windows no longer shrinks the
16203 keep expanded icon titles on screen
16205 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16207 * fvwm/icons.c (do_all_iconboxes):
16208 default icon box fills the primary screen
16210 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16211 fixed default_screen argument
16213 * fvwm/style.c (merge_styles):
16214 * fvwm/fvwm.h (window_style):
16215 * fvwm/style.h (SSET_START_SCREEN):
16216 * fvwm/add_window.c (setup_window_placement):
16217 * fvwm/placement.c (PlaceWindow):
16219 implemented StartsOnScreen style
16221 * fvwm/placement.c (PlaceWindow):
16227 Place new windows on xinerama screens
16229 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16230 fixed core dump in debug output
16232 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16234 * fvwm/placement.c:
16235 removed unused variable
16237 2001-08-07 olicha <olivier.chapuis@free.fr>
16240 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
16242 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16244 * fvwm/virtual.c (CMD_Xinerama):
16245 replaced XineramaEnable and ...Disable with XineramaCommand
16247 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16248 (XineramaSupportGetScreenArgument):
16251 * fvwm/functions.c (func_config):
16252 * fvwm/move_resize.c (move_window_doit):
16254 (CMD_AnimatedMove):
16256 (CMD_MoveToScreen):
16258 added new command MoveToScreen
16260 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16266 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16267 fixed parsing of negative geometries
16268 (XineramaSupportParseGeometryWithScreen):
16270 (XineramaSupportGetNumberedScreenRect):
16273 * sample.fvwmrc/system.fvwm2rc:
16274 * sample.fvwmrc/new-features:
16275 * sample.fvwmrc/system.fvwm2rc-sample-95:
16276 * sample.fvwmrc/system.fvwm2rc-sample-2:
16277 * sample.fvwmrc/system.fvwm2rc-sample-1:
16279 updated for new condition
16281 * fvwm/conditional.c (CreateConditionMask):
16282 (MatchesConditionMask):
16283 * fvwm/fvwm.h (WindowConditionMask):
16284 implemented new condition AcceptsFocus to cope with applications like
16285 xclock that have circulatehit but don't take focus
16287 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16289 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16290 handle Xinerama screens
16292 * fvwm/style.c (CMD_Style):
16293 * fvwm/menus.c (get_menu_options):
16294 cope with Xinerama like geometries with screen info
16296 * fvwm/virtual.c (CMD_XineramaEnable):
16297 XineramaEnable optionally takes the number of the primary screen as its
16300 * fvwm/events.c (GetContext):
16303 * fvwm/virtual.c (HandlePaging):
16304 * fvwm/events.c (HandleButtonPress):
16305 * fvwm/events.h (XEVMASK_PANFW):
16306 fixed button and key event handling over pan frames; fixes bug #752
16308 * fvwm/menus.c (get_menu_options):
16309 fixed Xinerama placement of menus without options
16311 2001-08-01 Mikhael Goikhman <migo@homemail.com>
16318 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
16319 In addition to the existing: @0 is shadow color, @1 is hilight color.
16322 Added the formal description of Vector that was absent.
16324 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16327 some man page corrections
16329 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16331 * fvwm/move_resize.c (handle_stick):
16332 also redraw buttons when a window becomes sticky/slippery to make sure
16333 that MWMDecorStick buttons are updated too; fixes bug #749
16335 2001-07-30 Mikhael Goikhman <migo@homemail.com>
16338 documented previous changes
16341 improved output spacing
16346 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16348 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
16349 * fvwm/modconf.c (send_xinerama_state):
16350 * fvwm/module_interface.c (broadcast_xinerama_state):
16352 revised module support for Xinerama
16354 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16355 (XineramaSupportParseGeometry):
16356 (XineramaSupportGetGeometry):
16357 make interface compatible with XineramaSupportParseGeometry().
16358 (XineramaSupportGetPrimaryScreen):
16361 * fvwm/stack.c (raise_over_unmanaged):
16362 fixed restacking of windows with RaiseOverUnmanaged - windows were
16363 raised in reverse order so that the top window became the bottom
16364 window of the ones that were raised
16365 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
16366 these are invisible
16368 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16370 * sample.fvwmrc/system.fvwm2rc-sample-95:
16371 fixed syntax of BugOpts command
16373 * fvwm/ConfigFvwmDefaults:
16374 resize window when clicking on the sides of the window by default
16375 instead of moving it
16377 * fvwm/events.c (HandleEnterNotify):
16378 do not delete MouseFocus when pointer moves from one particular sub
16379 window of a frame to another one. Helps with xv/xmms vs unclutter
16380 interaction and also with MouseFocus vs. Open Look applications
16382 * fvwm/move_resize.c (DoSnapAttract):
16383 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
16384 fixed snapping to Xinerama screen edges
16385 (XineramaSupportIsEnabled):
16386 return False is the X server provides only a single screen
16389 Added descriptions of conditions CurrentDesk, CurrentPage,
16390 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
16391 CurrentGlobalPageAnyDesk
16393 * fvwm/fvwm.h (rectangle):
16395 typedefs moved to libs/fvwmlib.h
16397 * fvwm/conditional.c (MatchesConditionMask):
16398 * fvwm/fvwm.h (WindowConditionMask):
16399 * fvwm/conditional.c:
16400 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
16401 for Xinerama support
16403 * fvwm/modconf.c (CMD_Send_ConfigInfo):
16404 (send_xinerama_state):
16405 * fvwm/module_interface.c (broadcast_xinerama_state):
16406 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
16407 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
16408 communicate xinerama state at module startup
16410 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16412 * libs/XineramaSupport.c:
16413 next Xinerama patch
16415 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16417 * fvwm/move_resize.c (moveLoop):
16418 windows were lost off screen w/ non opaque interactive move when motion
16419 was aborted with Escape on a different page that it was started
16421 * fvwm/move_resize.c (position_geometry_window):
16429 * libs/XineramaSupport.c (GetMouseXY):
16430 (XineramaSupportCenterCurrent):
16431 (XineramaSupportGetCurrent00):
16432 (XineramaSupportGetCurrentScrRect):
16433 allow to pass in an event with the pointer position
16434 minimize number of XQueryPointer calls in interactive move/resize
16437 * fvwm/move_resize.c (resize_geometry_window):
16440 border width of geometry window moved to defaults.h
16441 moved strings for size window formatting to defaults.h
16442 reworked calculations of geometry window dimensions
16444 * fvwm/move_resize.c (resize_geometry_window):
16445 (position_geometry_window):
16449 * fvwm/builtins.c (ApplyDefaultFontAndColors):
16450 * fvwm/fvwm.c (main):
16451 funtions ResizeSizeWindow and PositionSizeWindow renamed to
16452 resize_geometry_window and position_geometry_window
16454 * fvwm/fvwm.c (main):
16455 fixed resizing geometry window before creating it
16457 * fvwm/move_resize.c (switch_move_resize_grid):
16459 * fvwm/virtual.c (HandlePaging):
16460 renamed MoveOutline to draw_move_resize_grid and made static
16461 new function switch_move_resize_grid for external calls
16462 delete grid before moving the geometry window to get rid of arifacts of
16465 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16467 * libs/XineramaSupport.c (XineramaSupportInit):
16468 make the blank area in Xinerama emulation usable again
16470 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16472 * fvwm/menus.c (update_menu):
16475 (calculate_item_sizes):
16476 (size_menu_horizontally):
16477 (size_menu_vertically):
16478 menus are resized to fit their Xinerama screen every time they are
16479 popped up and the screen size has changed
16481 2001-07-23 olicha <olivier.chapuis@free.fr>
16483 * libs/XineramaSupport.c (XineramaSupportInit):
16484 Draw the xinerama simulation screens with orr windows
16486 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16488 * fvwm/windowlist.c (CMD_WindowList):
16489 fixed windowlist placement w/ Xinerama
16491 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16493 * fvwm/menus.c (pop_menu_up):
16494 fixed calculations that force a menu on screen w/ Xinerama
16496 * fvwm/move_resize.c (DoSnapAttract):
16497 removed some code that slipped in with xinerama patch and broke
16498 vertical SnapAttraction
16500 * fvwm/virtual.c (CMD_EdgeResistance):
16503 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
16504 take reference position src_x/src_y to determine screen
16506 * fvwm/windowlist.c (CMD_WindowList):
16507 * fvwm/menus.c (get_menu_options):
16508 (get_popup_options):
16511 handle Xinerama screens for positioning menus w/ posthints
16513 * fvwm/menus.c (get_menu_options):
16515 fix for icon/window context rectangle when window is in wrong state
16517 2001-07-22 Mikhael Goikhman <migo@homemail.com>
16520 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
16521 compiled in; fixed linking by adding -lXinerama; small corrections
16523 2001-07-22 Dan Espen <dane@mk.telcordia.com>
16525 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
16527 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16529 * libs/XineramaSupport.c (XineramaSupportInit):
16530 added xinerama emulation for developers
16532 * fvwm/virtual.c (CMD_XineramaEnable):
16533 (CMD_XineramaDisable):
16534 * fvwm/module_interface.c (BroadcastConfigInfoString):
16535 added function to communicate Xinerama on/off to modules
16537 * fvwm/module_interface.c:
16538 include time.h to fix warning
16539 * libs/XineramaSupport.c:
16540 * fvwm/fvwm.c (setVersionInfo):
16541 * fvwm/Makefile.am:
16544 cleanded up xinerama detection
16545 added shape detection
16547 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16550 Added Xinerama introduction
16552 * fvwm/fvwm.c (setVersionInfo):
16553 print xinerama support
16555 * fvwm/conditional.c (CreateConditionMask):
16556 added CirculateHitShaded option for conditional commands that was
16557 described in the man page but not implemented
16559 * fvwm/fvwm.h (WindowConditionMask):
16560 removed unused flags
16562 * fvwm/conditional.c (MatchesConditionMask):
16563 fixed CirculateHitIcon option in conditional commands
16566 reformatted man page source to improve readability
16567 fixed some source formatting bugs
16569 * libs/XineramaSupport.c (GetMouseXY):
16570 don't poll the pointer if there is only one screen or if xinerama is
16574 * fvwm/fvwm.c (main):
16575 removed -noxinerama option
16577 * fvwm/fvwm.c (main):
16578 size window is positioned and sized in move_resize.c
16580 * libs/XineramaSupport.c:
16584 print Xinerama support in configure summary
16587 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
16589 2001-07-17 Mikhael Goikhman <migo@homemail.com>
16594 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
16595 define missing macros needed for old AIX keysymdef and old stroke.h
16599 remove the previous compilation fixes, now handled by configure
16601 2001-07-15 Dan Espen <dane@mk.telcordia.com>
16603 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
16605 2001-07-15 Mikhael Goikhman <migo@homemail.com>
16608 use libstroke-0.5 constant names while still supporting 0.3/0.4
16611 compiling fix for old AIX, which does not define XK_Page_Up/Down
16613 * module_interface.c:
16614 minor compiling fix for some proprietary preprocessors
16616 2001-07-10 Mikhael Goikhman <migo@homemail.com>
16619 use more compatible and structured syntax in SYNOPSIS
16621 2001-07-06 Mikhael Goikhman <migo@homemail.com>
16624 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
16625 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
16628 2001-07-05 Mikhael Goikhman <migo@homemail.com>
16631 changed version to 2.4.1
16634 small fix that should solve the problem with running autoconf
16635 (autoreconf is ok) from autoconf-2.50;
16636 applied a patch that adds gtk include dirs to gnome include dirs
16638 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16640 * NEWS, configure.in:
16641 changed version to 2.4.0.1
16643 * *: fvwm 2.4 has been released :-))