1 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6 updated for 2.5.26 release
8 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10 * fvwm/ewmh_events.c (ewmh_WMDesktop):
12 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
13 (ewmh_HandleWindowType):
14 (ewmh_AddToKdeSysTray):
15 (ewmh_HandleWindowType):
17 64-bit fix by Alexandre Julliard
19 2006-03-30 Mikhael Goikhman <migo@homemail.com>
22 fix fribidi detection when it uses pkg-config and not fribidi-config
25 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
26 it now uses fribidi-types.h and not fribidi_types.h
28 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
30 * fvwm/events.c (dispatch_event):
31 Fix handling of Shape events.
33 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
35 * fvwm/menus.c (calc_normal_item_height):
36 (calc_more_item_height):
37 (size_menu_vertically):
38 fix calculations so the menu fit on the screen height
40 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
42 * fvwm/menus.c (size_menu_vertically):
43 added paddings at the top and bottom of the menus
45 * fvwm/menustyle.c (parse_vertical_margins_line):
46 new function to parse the VerticalMargins new MenuStyle
49 * fvwm/menustyle.c (menustyle_get_styleopt_index):
50 added the VerticalMargins option to the list
52 * fvwm/menustyle.c (menustyle_parse_style):
53 added default values for the padding, and a case clause
54 for the specific case when you invoke the VerticalMargins
57 * fvwm/menustyle.c (menustyle_copy):
58 added two lines to copy the menu styles from origin to destiny
61 added macros for the vertical padding stuff
63 * fvwm/menustyle.h (struct MenuLook):
64 added sub-structure to hold the VerticalMargins
66 * fvwm/libs/defaults.h:
67 added one define for MAX_MENU_MARGIN
69 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
71 * fvwm/menuitem.c (draw_highlight_background):
72 fixed drawing of background pictures in menu items
74 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
76 * fvwm/add_window.c (setup_frame_window):
77 fix core dump with ARGB detection code
78 fix compilation without XRender
80 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
84 increased version to 2.5.26
89 updated for 2.5.25 release
91 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
94 further condense the X visual selection code
96 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
99 condense the X visual selection code
101 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
103 * fvwm/events.c (register_event_group)
104 (InitEventHandlerJumpTable, dispatch_event):
105 use separate jump tables for events defined by X-extensions
106 to eliminate the need to ovverride the LASTEvent value.
108 * fvwm/module_list.c (module_list_remove):
109 include the case where the module is first in the list in
110 the loop, fixing a segmentaion fault when the list was empty.
112 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
114 * fvwm/add_window.c (setup_frame_window):
115 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
116 add preliminary support for ARGB windows in fvwm (based on
117 Marc Lehman's argb patch)
119 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
121 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
124 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
126 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
127 catch BadGC when updating root transparent window background
129 * libs/XError.c (do_coredump):
130 (ferror_set_temp_error_handler):
131 (ferror_reset_error_handler)
132 (ferror_call_next_error_handler):
135 * libs/XError.c (PrintXErrorAndCoredump):
136 try to dump core the hard way
138 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
140 * fvwm/colorset.c (parse_colorset):
141 check for image != None before calling XDestroyImage
143 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
144 (ewmh_WMStateMaxHoriz):
146 (ewmh_WMStateShaded):
147 (ewmh_WMStateStaysOnTop):
148 (ewmh_WMStateStaysOnBottom):
149 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
151 also ignore the EWMH staysontop and staysonbottom hints if the
152 EWMHIgnoreStackingOrderHints style is used
154 * fvwm/colorset.c (parse_colorset):
155 Fixed a sporadic crash when the root background set by gnome,
156 fvwm-root, esetroot etc. changes and a root transparent colour set
159 * fvwm/colorset.c (parse_colorset):
160 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
161 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
162 * libs/PictureGraphics.c (PGrabXImage)
163 (PGraphicsCreateTranslucent):
164 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
167 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
169 * libs/PictureGraphics.c (PGrabXImage):
170 fixed XImage memory leak
171 (PCreateRenderPixmap):
172 (PCreateDitherPixmap):
173 Properly handle return code of FgetFImage()
175 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
177 * fvwm/events.c (HandleConfigureRequest):
178 (events_handle_configure_request):
181 * fvwm/ewmh_events.c (ewmh_RestackWindow):
182 (ewmh_MoveResizeWindow):
183 fixed crash when moving/resizing/restacking unmanaged windows through
186 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
188 * fvwm/events.c (HandleMapRequestKeepRaised):
189 fixed compiler warning
191 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
193 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
194 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
196 Fixed the determination of the X charset on UTF-8 system
198 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
200 * fvwm/placement.c (__pl_minoverlap_get_next_x):
201 do not add screen offset to window position
203 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
206 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
209 Some html documentation files were not installed.
211 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
213 * fvwm/style.c (style_parse_one_style_option):
214 fixed parsing of screen argument of the SnapAttraction Style
216 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
218 * fvwm/move_resize.c (DoSnapAttract):
219 Use edge move resistance, and not delay for top edge when moving
222 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
225 * fvwm/events.c (HandleMapRequestKeepRaised)
226 (test_withdraw_request):
227 Don't map windows that request to be moved back to WithdrawnState
228 by the ICCCM2 method before they have been mapped. (Fixes bug with
229 disappearing windows.)
231 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
235 increased version to 2.5.25
239 updated for 2.5.24 release
241 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
243 * fvwm/menus.c (__mloop_exit):
244 * fvwm/menubindings.c (parse_menu_action):
246 reindented and cleaned up some code
248 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
250 * fvwm/update.c (apply_window_updates):
251 * fvwm/add_window.c (setup_style_and_decor):
252 (setup_numeric_vals):
256 * fvwm/events.c (HandleEnterNotify):
257 * fvwm/fvwm.c (InitVariables):
259 * fvwm/session.c (SaveGlobalState):
261 * fvwm/move_resize.c (DoSnapAttract):
264 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
265 They have been replaced by the styles EdgeMoveResistance,
266 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
268 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
272 use AS_HELP_STRING to format the configure options help strings
274 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
276 * fvwm/conditional.c:
279 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
281 * fvwm/ConfigFvwmDefaults:
282 restore default action of closing menus for menu titles
284 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
286 * libs/FScreen.c (FindScreenOfXY):
287 * fvwm/move_resize.c (GetMoveArguments):
288 fixed the "screen w" argument of the Move and other commands
290 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
292 * fvwm/virtual.c (HandlePaging):
293 don't modify *xl and *yt unless we we really page
295 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
297 * fvwm/module_list.h:
298 * fvwm/module_list.c:
301 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
305 increased version to 2.5.24
309 updated for 2.5.23 release
311 * libs/Flocale.c (FlocaleEncodeString):
312 removed previous warning fix
314 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
318 Added new style option: StartShaded.
320 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
322 * libs/Flocale.c (FlocaleEncodeString):
325 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
330 removed old fvwm manpage
332 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
336 increased version to 2.5.23
340 fix the date for 2.5.22 release
342 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
344 * fvwm/windowlist.c (CMD_WindowList):
345 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
348 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
352 use "test ! ... = ..." instead of "test ... != ..."
354 * fvwm/builtins.c (CMD_PropertyChange):
355 fixed completely broken parsing of PropertyChange arguments
357 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
361 updated for 2.5.22 release
363 * fvwm/builtins.c (CMD_PropertyChange):
364 * libs/Flocale.c (FlocaleGetFftFont):
367 (FlocaleGetFontOrFontSet):
370 fix compiler warnings
372 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
375 fixed command table parsing
377 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
379 * fvwm/module_list.c (module_kill):
380 (executeModuleDesperate):
381 (module_list_itr_init):
384 * fvwm/events.c (My_XNextEvent):
385 * fvwm/module_list.c (module_alloc):
387 * fvwm/module_list.h (fmodule):
390 restored *not* useless is_cmdline_module stuff
393 add constants for command group tagging
395 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
400 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
403 check for sed, perl and tbl, needed to build documentation
405 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
407 * libs/System.c (fvwm_mkstemp):
408 use constants from libs/fvwm_sys_stat.h
410 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
412 * fvwm/module_list.c (do_execute_module):
413 fixed possible crash when fork fails
415 * fvwm/module_list.c (module_list_remove):
416 now returns the removed fmodule*, or NULL if unsuccessful
417 removed error message when removing a not listed module (it's normal)
419 * fvwm/module_list.c (module_kill):
420 module is inserted in death_row only if it is successfuly removed from
421 module_list (fixes crash when module is killed more than once)
423 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
425 * fvwm/events.c (My_XNextEvent):
426 fixed hang with startup modules
428 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
430 * fvwm/conditional.c (FreeConditionMask):
431 fixed crash with inverted name condition
436 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
442 * sample.fvwmrc/system.fvwm2rc-sample-95:
443 * sample.fvwmrc/system.fvwm2rc:
444 * sample.fvwmrc/system.fvwm2rc-sample-2:
445 * libs/Picture.c (PicturePrintImageCache):
447 * libs/FGettext.c (FGettextPrintLocalePath):
450 * libs/PictureUtils.c (PictureAllocColorTable)
451 (PicturePrintColorInfo):
456 * libs/Ficonv.c (convert_charsets):
457 (FiconvSetupConversion):
458 * fvwm/decorations.c:
461 * fvwm/add_window.c (setup_window_font):
465 * fvwm/conditional.c:
466 * fvwm/fvwm.c (SetRCDefaults):
468 * fvwm/ewmh_events.c:
471 * fvwm/menustyle.c (menustyle_parse_style):
473 * fvwm/ewmh.c (EWMH_Init):
474 * libs/Flocale.c (FlocaleParseShadow):
477 (FlocalePrintLocaleInfo):
478 * fvwm/misc.c (fvwm_msg):
481 write fvwm in lower case
484 fixed build without GNU make
486 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
488 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
489 fixed buffer overflow
491 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
493 * fvwm/module_list.h (fmodule_list_itr):
494 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
495 replace iterator struct by typedef
497 * fvwm/module_list.c (module_list_destroy):
500 new function to remove dup code
502 * fvwm/module_list.c (module_kill):
503 changed to move the module to the deathrow list
505 * fvwm/module_list.h (fmodule):
506 * fvwm/module_list.c (module_alloc):
507 (module_list_remove):
509 removed is_removed logic
511 * fvwm/module_list.c (module_safefree):
514 * fvwm/events.c (My_XNextEvent):
515 remove old "#if 0" code
517 * fvwm/module_list.c (module_kill):
520 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
522 * fvwm/module_list.h (fmodule_list_itr):
523 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
524 don't store current pointer in module list iterators.
527 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
529 * fvwm/events.c (My_XNextEvent):
530 * fvwm/module_list.c (KillModuleByName):
531 (FlushAllMessageQueues):
532 * fvwm/module_interface.c (BroadcastPacket):
533 (BroadcastNewPacket):
535 (BroadcastFvwmPicture):
537 (BroadcastProperyChange):
538 (BroadcastConfigInfoString):
540 * fvwm/modconf.c (ModuleConfig):
541 * fvwm/stack.c (BroadcastRestack):
542 replaced module_get_next by module list iterator mechanism
544 * fvwm/module_list.h:
545 * fvwm/module_list.c (module_get_next):
548 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
550 * fvwm/module_list.h:
551 * fvwm/module_list.c (fmodule):
557 (FlushAllMessageQueues):
559 * fvwm/module_interface.c (BroadcastPacket):
560 (BroadcastNewPacket):
562 (BroadcastFvwmPicture):
564 (BroadcastProperyChange):
565 (BroadcastConfigInfoString):
567 * fvwm/event.c (My_XNextEvent):
568 * fvwm/stack.c (BroadcastRestack):
569 * fvwm/modconf.c (ModuleConfig):
570 changed to work with generic list container
572 * fvwm/module_list.c (module_insert):
573 (module_list_insert):
575 (module_list_remove):
578 renamed as list handling functions
580 * fvwm/events.c (My_XNextEvent):
581 * fvwm/module_list.h:
582 * fvwm/module_list.c (module_alloc):
584 removed useless is_cmdline_module stuff
586 * fvwm/module_list.h:
587 * fvwm/module_list.c (module_list_insert):
588 (module_list_remove):
590 new fmodule_list object representing a module list.
591 changed the module lists to the new object.
592 changed list functions to use the list object instead of the
593 fmodule_store pointer.
595 * fvwm/events.c (My_XNextEvent):
596 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
598 * fvwm/module_list.h (fmodule_list_itr):
599 * fvwm/module_list.c (fmodule_list_itr_init):
600 (fmodule_list_itr_next):
601 created a smart (safe) iterator mechanism to replace the
602 module_get_next function
604 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
608 added empty functions to replace CMD_Dummy
611 use subordinate Makefile.ams instead of iuncluding files from other
615 removed FVWMNAMEUCASE
620 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
621 force --enable-htmldoc on "make distcheck"
623 * fvwm/events.c (HandleEnterNotify):
625 properly generate enter_window and leave_window events for FvwmEvent
627 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
629 * fvwm/move_resize.c (GetOnePositionArgument):
631 (ParsePositionArgumentSuffix):
634 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
636 * fvwm/move_resize.c (GetOnePositionArgument):
637 fixed position calculation with the "w" prefix (move w-1 w-1).
638 (GetOnePositionArgument):
641 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
643 * fvwm/menus.c (__copy_down, __check_for_delimiter)
645 reduce indentation level
646 add comment to explain why suppressing the warning is right
648 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
650 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
651 fixed using uninitialized variable
653 * fvwm/menus.c (scanForStrings):
654 suppress compiler warning for now
656 * fvwm/move_resize.c (resize_move_window):
657 (AnimatedMoveAnyWindow):
661 * fvwm/module_interface.c (__get_allowed_actions):
662 * fvwm/menuitem.c (menuitem_paint):
663 * fvwm/icons.c (CMD_Iconify):
664 * fvwm/gnome.c (GNOME_SetHints):
665 * fvwm/ewmh.c (ewmh_AllowsClose):
667 (ewmh_AllowsFullScreen):
668 (ewmh_AllowsMinimize)
669 (ewmh_AllowsMaximize):
673 * fvwm/ewmh_events.c (ewmh_CloseWindow):
674 (ewmh_MoveResizeWindow):
677 (ewmh_WMStateHidden):
678 * fvwm/events.c (__handle_cr_on_client):
679 * fvwm/decorations.c (__is_resize_allowed):
680 (is_function_allowed):
681 * fvwm/conditional.c (MatchesConditionMask):
682 * fvwm/builtins.c (CMD_Delete):
683 * fvwm/add_window.c (AddWindow):
684 is_function allowed now differentiates between US program actions and
685 actions initiated by interaction between fvwm and the user
687 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
689 * fvwm/menus.c (__scan_for_pixmap):
690 fixed compiler warning
692 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
693 (ewmh_RestackWindow):
694 honor FixedSize/FixedPosition styles in EWMH messages too
696 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
698 * fvwm/fvwm.c (setVersionInfo):
699 add XCursor support to version output
701 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
702 (SCTX_GET_MR, string_context_type_t, string_context_t)
703 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
704 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
705 reimplement pixmap and color scanning for menus to better handle
708 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
713 * fvwm/events.c (My_XNextEvent):
714 remove unused varaible
716 * fvwm/events.c (My_XNextEvent):
717 * fvwm/module_list.h:
718 * fvwm/module_list.c (module_store, module_alloc)
719 (module_kill_all, module_safefree, module_remove)
720 (do_execute_module, module_kill, module_cleanup, module_get_next)
722 Don't free module stuctures during module I/O. (Fixes segfault.)
724 2007-07-20 Simon Griph <simon(at)griph(dot)se>
728 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
729 Someone missed to add extra conditions when changing from
732 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
735 fixed liXcursor detection
737 2007-07-16 Simon Griph <simon(at)griph(dot)se>
741 * fvwm/menus.c (scanForPixmap):
742 made it possible to escape '*' '%' '@' in filenames
744 * libs/PictureImageLoader.c (PImageLoadSvg):
745 added transposing and none uniform scaling to svg options
747 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
749 * libs/PictureImageLoader.c:
751 (PImageLoadCursorFromFile):
752 fixed compilation without xpm library
754 fixed compiler warning without png library
756 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
759 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
760 fix compilation without xpm library
762 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
767 * libs/PictureImageLoader.c:
769 (PImageLoadCursorFromFile):
770 fixed compilation without xpm library
772 fixed compiler warning without png library
774 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
776 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
777 * fvwm/cursor.c (CMD_CursorStyle):
778 fixed compiler warning
780 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
782 * fvwm/cursor.c (CMD_CursorStyle):
783 fix CursorStyle command parsing
785 2007-06-22 Simon Griph <simon(at)griph(dot)se>
787 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
788 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
789 * libs/PictureImageLoader.c (PImageLoadSvg):
791 (PImageCreatePixmapFromArgbData):
792 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
793 (PImageCreatePixmapFromFImage):
796 2007-06-22 Simon Griph <simon(at)griph(dot)se>
798 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
799 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
800 * libs/PictureImageLoader.c (PImageLoadSvg):
802 (PImageCreatePixmapFromArgbData):
803 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
804 (PImageCreatePixmapFromFImage):
807 2007-06-22 Simon Griph <simon(at)griph(dot)se>
814 added libXcursor detection
816 * fvwm/Makefile.am (LDADD):
824 * libs/Makefile.am (libfvwm_a_SOURCES):
827 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
828 added Xcursor support
830 2007-06-22 Simon Griph <simon(at)griph(dot)se>
836 added defs for FxpmInfo and FxpmFreeXpmInfo
838 * libs/PictureBase.h (FvwmPictureAttributes):
839 * libs/PictureImageLoader.c
840 (PImageCreatePixmapFromArgbData):
841 (PImageLoadPixmapFromFile):
842 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
843 (PImageLoadCursorPixmapFromFile):
844 (PImageLoadCursorFromFile):
845 * libs/PictureImageLoader.h:
846 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
847 replaced by the new general PImageLoadCursorFromFile()
849 * fvwm/cursor.c (CMD_CursorStyle):
850 handle new hot-spot arguments, use PImageLoadCursorFromFile()
851 instead of PImageLoadCursorPixmapFromFile(), less code duplication
853 2007-06-22 Simon Griph <simon(at)griph(dot)se>
855 * libs/PictureImageLoader.c
859 now returns argb data instead of pixmaps
860 (PImageLoadPixmapFromFile):
861 (PImageLoadArgbDataFromFile):
862 moved first half of PImageLoadPixmapFromFile() into
863 the new local function PImageLoadArgbDataFromFile()
865 removed function, code moved into PImageLoadPixmapFromFile()
867 2007-06-22 Simon Griph <simon(at)griph(dot)se>
869 * libs/PictureImageLoader.c (PImageLoadXpm):
870 revised to make use of PImageCreatePixmapFromArgbData()
872 2007-06-22 Simon Griph <simon(at)griph(dot)se>
874 * fvwm/colorset.c (parse_shape):
875 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
876 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
877 * libs/PictureImageLoader.c
880 (PImageCreatePixmapFromArgbData):
881 don't create a mask pixmap for fully opaque (all alpha == 0xff)
882 or translucent (0 < any alpha < 0xff) images.
884 2007-06-22 Simon Griph <simon(at)griph(dot)se>
886 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
887 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
888 * libs/PictureImageLoader.c (PImageLoadSvg):
890 (PImageCreatePixmapFromArgbData):
891 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
892 (PImageCreatePixmapFromFImage):
895 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
897 * fvwm/functions.c (CMD_EchoFuncDefinition):
898 * fvwm/functable.c (func_table):
900 new command EchoFuncDefinition
902 2007-07-07 Simon Griph <simon(at)griph(dot)se>
905 * fvwm/conditional.c (CreateConditionMask):
906 bugfix: Condition separation previously failed when a
907 single comma (no whitespace padding) was used directly
908 after a multi-worded condition.
910 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
912 * fvwm/module_list.c (module_kill):
913 fix possible core dump when using startup modules
915 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
918 * fvwm/builtins.c (CMD_PrintInfo):
919 * libs/Picture.h (PicturePrintImageCache):
920 * libs/Picture.c (PicturePrintImageCache):
921 add ImageCache subject to PrintInfo command
923 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
926 * fvwm/events.c (My_XNextEvent):
927 fix crash when a module closes down during input/output.
929 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
931 * fvwm/icons.c (ChangeIconPixmap):
934 * fvwm/focus.c (warp_to_fvwm_window):
935 * fvwm/events.c (__handle_cr_restack):
936 (__handle_bpress_on_managed):
937 (HandlePropertyNotify):
939 * fvwm/stack.c (__restack_window):
940 (__raise_lower_recursion):
941 (__raise_or_lower_window):
942 (raise_or_lower_window):
943 (position_new_window_in_stack_ring):
947 (HandleUnusualStackmodes):
950 (CMD_RestackTransients):
952 do raise hacks even when the internal stack is intact, unless on a
955 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
957 * fvwm/style.c (check_window_style_change)
958 (style_parse_one_style_option):
960 * fvwm/fvwm.h (window_style):
961 * fvwm/add_window.c (setup_frame_size_limits):
962 * fvwm/geometry.c (constrain_size):
963 new style MinWindowSize
965 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
968 added missing prototypes
977 * libs/Event.c (GetSubwindowFromEvent):
980 include corresponding header files
982 * libs/PictureBase.c:
983 * libs/FlocaleCharset.c:
987 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
989 * configure.ac (HAVE_GNU_READLINE):
990 detect full GNU readline API (vs BSD libedit readline compatibility
993 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
995 * fvwm/windowlist.c (CMD_WindowList):
998 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
999 "UseSkipList" & "OnlySkipList".
1001 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1004 * fvwm/add_window.c (validate_transientfor):
1005 detect and disallow circular transient-for hints
1007 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1010 s/UseListSkip/UseSkipList/g etc.
1012 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1014 * fvwm/menus.c (size_menu_vertically):
1015 added localization of the "More&..." string
1017 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1019 * libs/PictureBase.c (PictureFindImageFile):
1020 fix for segfault with svg-support enabled
1022 * INSTALL.fvwm (http):
1023 * configure.ac (png_CFLAGS):
1024 raise librsvg dependeny due to bug with 2.13.91
1026 * fvwm/cursor.c (CMD_CursorStyle):
1027 remove unused static variable nocursor
1029 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1034 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1037 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1038 bugfix: out-of-tree builds failed due to broken dependency.
1039 Make man page have same header as old one.
1040 Fix man page indentation.
1041 Make text of top-level man page sections all uppercase.
1042 Added --disable-mandoc option.
1043 HTML doc generation is off by default: use --enable-htmldoc.
1044 Added more info in doc/README about XML commands to use.
1046 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1049 * Everything in the 'doc' subdirectory.
1051 XML source to generate man page & HTML documentation.
1053 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1056 * fvwm/colorset.c (parse_colorset):
1057 don't recompute sh, hi and fgsh if they were supplied in a previous
1058 colorset line. Fixes bug #3359.
1060 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1062 * fvwm/move_resize.c (DoSnapAttract):
1063 handle SnapGrid before SnapAttraction so that non-overlapping windows
1064 do not snap edge to edge:
1071 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1073 * fvwm/style.c (parse_and_set_window_style)
1074 (style_parse_one_style_option):
1075 don't warn about PositionPlacement arguments
1077 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1081 enties for ChangeWindowTitle patch by Julio Teca.
1083 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1085 * fvwm/fvwm.c (main):
1086 fixed ROOT CursorStyle context
1088 * fvwm/placement.c (__pl_manual_get_pos_simple):
1089 * fvwm/move_resize.h:
1090 * fvwm/move_resize.c (__move_loop):
1092 fixed long broken POSITION CursorStyle context
1094 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1096 * fvwm/bindings.c (ParseBinding):
1097 fix buffer overrun with >78 character window names.
1099 * fvwm/fvwm.1.in (PositionPlacement):
1102 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1103 * fvwm/style.c (style_parse_one_style_option):
1104 change BorderWidth and HandleWidth style to revert to default if no
1107 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1109 * fvwm/fvwm.h (style_flags):
1110 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1111 (__place_get_wm_pos):
1112 (__place_window, __explain_placement):
1113 * fvwm/style.c (style_parse_one_style_option):
1115 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1116 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1117 (DEFAULT_PLACEMENT_POSITION_STRING):
1120 * fvwm/move_resize.c (GetOnePositionArgument):
1121 added 'w' suffix to Move arguments
1122 allow multiple shifts from original position
1124 * fvwm/style.c (style_parse_one_style_option):
1127 * fvwm/placement.c (setup_window_placement)
1128 (__place_get_placement_flags):
1129 (__place_get_wm_pos):
1130 (__place_get_nowm_pos):
1132 (__place_handle_x_resources):
1133 (setup_window_placement):
1134 * fvwm/fvwm.h (PLACE_CENTER):
1136 replaced CenterPlacement with more flexibe PositionPlacement
1138 * fvwm/move_resize.c (GetMoveArguments):
1139 (GetResizeArguments):
1140 (GetResizeMoveArguments):
1142 * fvwm/move_resize.h:
1143 exported and enhanced function GetMoveArguments for use by placement
1146 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1148 * fvwm/ConfigFvwmDefaults:
1149 reenable MenuScroll on titles
1151 * fvwm/menubindings.c (menu_shortcuts):
1152 don't scroll menus if scrolling would be in the wrong direction
1154 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1156 * fvwm/move_resize.c (__resize_window):
1157 some resizing/gravity fixes
1158 properly handle maximized + shaded state when resizing
1161 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1163 * fvwm/move_resize.c (__resize_window):
1164 resizing of shaded windows work better.
1166 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1168 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1169 clarified previous patch
1171 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1172 documented '-' command prefix
1174 * fvwm/expand.c (__eae_parse_range):
1175 fix $[n-] and $[*] after unsigned int havoc
1177 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1180 * fvwm/ConfigFvwmMenuDefaults:
1182 * fvwm/ConfigFvwmDefaults:
1183 * fvwm/ConfigFvwmMenuDefaults:
1184 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1186 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1188 * fvwm/ConfigFvwmMenuDefaults:
1189 * fvwm/fvwm.c (SetRCDefaults):
1190 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1191 apply to menu item context.
1193 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1195 * fvwm/placement.c (placement_loop):
1196 (__pl_minoverlap_get_avoidance_penalty):
1197 (__pl_smart_get_first_pos):
1198 (__pl_smart_get_next_pos):
1199 (__pl_smart_test_window):
1200 (__pl_smart_get_pos_penalty):
1201 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1202 now less than ten lines of code.
1204 * fvwm/add_window.c (setup_placement_penalty):
1205 * fvwm/style.c (style_parse_one_style_option):
1206 allow to reset the placement penalties with !
1209 * fvwm/add_window.c (setup_placement_penalty):
1212 * fvwm/style.c (style_parse_one_style_option):
1213 put placement penalty array in a struct
1215 * fvwm/placement.c (__place_get_wm_pos):
1216 (__pl_clever_get_next_x):
1217 (__pl_clever_get_next_y):
1218 (__pl_clever_get_first_pos):
1219 (__pl_clever_get_next_pos):
1220 (__pl_clever_get_avoidance_penalty):
1221 (__pl_clever_get_pos_penalty):
1222 (__pl_minoverlap_get_next_x):
1223 (__pl_minoverlap_get_next_y):
1224 (__pl_minoverlap_get_first_pos):
1225 (__pl_minoverlap_get_next_pos):
1226 (__pl_minoverlap_get_avoidance_penalty):
1227 (__pl_minoverlap_get_pos_penalty):
1228 renamed ...clever... functions to ...minoverlap...
1231 * fvwm/decorations.c:
1232 * fvwm/menubindings.c:
1233 * fvwm/module_interface.c:
1234 * fvwm/module_list.c:
1236 * fvwm/module_list.h:
1238 * fvwm/module_interface.h:
1240 dont include "libs" in include path
1243 #includes from fvwm path with "..." not <...>
1246 #includes from library path with "..." not <...>
1248 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1253 documented new svg support
1256 added librsvg detection
1258 * fvwm/Makefile.am (LDADD, INCLUDES):
1259 added rsvg_LIBS, rsvg_CFLAGS
1261 * fvwm/expand.c (expand_vars_extended):
1262 new extended variables
1263 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1265 * fvwm/fvwm.1.in (OPTIONS):
1267 documented new svg support
1268 (COMMAND EXPANSION):
1269 documented new extended variables
1271 * fvwm/fvwm.c (setVersionInfo):
1273 added Frsvg_init() call
1278 * libs/Makefile.am (libfvwm_a_SOURCES):
1283 * libs/Picture.c (PCacheFvwmPicture):
1284 hid svgopts from isFileStampChanged()
1286 * libs/PictureBase.c (PictureFindImageFile):
1287 hid svgopts from searchPath()
1289 * libs/PictureBase.h:
1291 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1292 hid svgopts from setFileStamp()
1294 new svg image loader
1296 * libs/fvwmlib.c (flib_init_graphics):
1297 added Frsvg_init() call
1299 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1302 * fvwm/stack.c (__is_restack_needed)
1303 (is_transient_subtree_straight):
1305 fix crash when trying to restack destroyed window
1307 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1309 * libs/Makefile.am (libfvwm_a_SOURCES):
1312 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1313 * fvwm/menus.c (move_any_menu)
1314 set menu backgrounds before moving. Makes transparent menus move
1317 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1318 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1319 add update_transparent_menu_bg to allow set of transparent menu
1320 background before a move, and change repaint_transparent_menu to
1321 allow for not setting the menu background.
1323 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1324 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1325 transparent colorsets)
1326 (CreateOffsetBackgroundPixmap):
1327 use offset also for non transparent backgrounds.
1329 * fvwm/menubindings.c (menu_shortcuts):
1330 don't move menus on scroll if they don't move
1332 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1337 * fvwm/decorations.c:
1339 * fvwm/ewmh_events.c:
1340 * fvwm/ewmh_icons.c:
1345 * fvwm/menubindings.c:
1350 * fvwm/module_interface.c:
1351 * fvwm/module_list.c:
1354 * fvwm/windowlist.c:
1355 * fvwm/windowshade.c:
1360 * fvwm/conditional.c:
1367 * fvwm/add_window.c:
1369 * fvwm/move_resize.c:
1378 * fvwm/execcontext.c:
1380 * libs/CombineChars.c:
1388 * libs/FlocaleCharset.c:
1392 * libs/safemalloc.c:
1398 * libs/ColorUtils.c:
1400 * libs/PictureImageLoader.c:
1401 * libs/PictureGraphics.c:
1404 * libs/PictureUtils.c:
1406 * libs/PictureBase.c:
1407 use new header files
1413 * libs/ColorUtils.h:
1414 * libs/PictureBase.h:
1421 * libs/Makefile.am (libfvwm_a_SOURCES):
1422 moved declarations from fvwmlib.h to new/appropriate header files
1427 * fvwm/menus.c (paint_side_pic):
1428 fixed previous patch
1431 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1433 * fvwm/menus.c (paint_side_pic):
1436 * fvwm/menus.c (paint_side_pic):
1437 use simple expose information to redraw sidepics less.
1439 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1441 * fvwm/geometry.c (constrain_size):
1442 silence gcc 4.1.1 warning.
1444 * libs/System.c (searchPath):
1445 search in pwd if no path is given.
1446 return NULL if a file dosn't exist regardless if it's absolute path
1448 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1450 * fvwm/placement.c (__place_window)
1451 (__pl_under_mouse_get_pos_simple):
1452 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1454 new style option UnderMousePlacementHonorsStartsOnPage
1456 * fvwm/update.c (init_style):
1457 don't forget stickyness when a window goes fullscreen (or when some
1458 other style is changed)
1460 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1462 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1463 properly handle title direction with cascade placement
1465 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1468 * fvwm/placement.c (__pl_center_get_pos_simple):
1469 CenterPlacement properly handles Xinerama screens
1471 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1474 always substiture datarootdir
1476 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1478 * fvwm/add_window.c (GetWindowSizeHints):
1479 * fvwm/geometry.c (constrain_size):
1480 undefine macros after use
1482 reindented and cleaned up
1483 do not grow a window because of aspect ratio if this is not explicitly
1484 allowed by the CS_ROUND_UP flag
1486 (__cs_handle_aspect_ratio):
1487 broken into separate functions and cleaned up
1489 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1491 * fvwm/module_list.c (module_receive):
1492 (module_input_discard):
1493 allocate input data in just one call - better perfomance
1495 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1497 * fvwm/placement.c (__place_get_wm_pos):
1498 simplified to a simple loop
1499 (__explain_placement):
1500 added explanation of new placement styles
1502 * fvwm/placement.c (__place_get_wm_pos):
1504 (__pl_center_get_pos_simple):
1505 (__pl_under_mouse_get_pos_simple):
1506 (__pl_cascade_get_pos_simple):
1507 (__pl_manual_get_pos_simple):
1508 (__place_get_wm_pos):
1509 use new placement interface for CenterPlacement, UnderMousePlacement,
1510 ManualPlacement, CascadePlacement
1512 * fvwm/placement.c (__sp_get_first_pos):
1513 (__sp_get_next_pos):
1514 (__sp_get_pos_penalty):
1515 (__place_get_wm_pos):
1516 use new placement interface for SmartPlacement
1521 don't use inline functions
1524 renamed function and generalized the placement interface to deal with
1525 any algorithm in the same way
1526 (__place_get_wm_pos):
1527 use new placement interface
1531 increased version to 2.5.22
1535 updated for 2.5.21 release
1537 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1539 * fvwm/read.h: Compile syntax error fix.
1541 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1543 * fvwm/placement.c (SmartPlacement):
1544 fixed broken SmartPlacement
1546 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1548 * fvwm/expand.c (expand_vars_extended):
1549 free allocated icon path
1551 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1559 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1562 * fvwm/fvwm.1.in (Scroll):
1563 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1564 add interactive scrolling.
1566 * fvwm/stack.c (is_transient_subtree_straight):
1567 check first above the tree root, then beneth it.
1569 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1571 * fvwm/module_interface.h
1572 * fvwm/module_interface.c (module_input_enqueue):
1573 (module_input_execute):
1574 new functions based on AddToCommandQueue and ExecuteModuleCommand
1576 * fvwm/module_list.c (CMD_ModuleSynchronous):
1578 * fvwm/events.c (My_XNextEvent):
1579 * fvwm/module_interface.c (ExecuteCommandQueue):
1580 using the above two new functions instead of AddToCommandQueue and
1581 ExecuteModuleCommand
1583 * fvwm/module_interface.c (cqueue_object_type):
1586 * fvwm/module_interface.h
1587 * fvwm/module_interface.c (AddToCommandQueue):
1588 (ExecuteModuleCommand):
1591 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1593 * fvwm/fvwm.h (window_style):
1594 * fvwm/style.c (style_parse_one_style_option):
1595 icon background relief and icon title relief changed to sigend char;
1596 should fix problem with ppc and negative values for these.
1598 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
1600 * fvwm/module_list.h:
1601 * fvwm/module_list.c (module_receive):
1602 (module_input_discard):
1603 (module_input_expect):
1604 new functions to deal with module input
1606 * fvwm/module_list.h:
1607 * fvwm/module_list.c (HandleModuleInput):
1608 replaced by the above three functions
1610 * fvwm/events.c (My_XNextEvent):
1611 * fvwm/module_list.c (CMD_ModuleSynchronous):
1613 adapted to use the above three functions instead of HandleModuleInput
1615 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1617 * configure.ac (HAVE_PNG):
1618 don't mangle png_LIBS, use --with-png-library
1620 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1623 removed news about previous change after move of version-2_5_20 tag
1624 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1627 * fvwm/stack.c (__restack_window):
1628 fix so new transient windows with StackTransientParent on top layer
1629 don't make all windows raise above the pan frames.
1633 increased version to 2.5.21
1637 updated for 2.5.20 release
1639 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
1641 * fvwm/fvwm.c (main):
1642 remove the call to module_init_list, the list head is instead set
1643 to NULL upon declaration
1645 * fvwm/module_list.h:
1646 * fvwm/module_list.c (module_init_list):
1649 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1651 * fvwm/stack.c (is_transient_subtree_straight)
1652 (is_transient_subtree_stack_straight):
1653 use <= 32 character function name
1654 (mark_transient_subtree, is_transient_subtree_straight)
1655 (__mark_transient_subtree_test):
1656 move common tests to function to avoid code duplication
1658 * fvwm/fvwm.1.in (IconifyWindowGroups):
1659 Correctly document that windows are iconified together if the are in
1660 the same window group, not if the group leader is iconified.
1662 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1664 * fvwm/add_window.c (GetWindowSizeHints):
1665 * libs/vpacket.h (ConfigWinPacket):
1666 * fvwm/module_interface.c (CONFIGARGS):
1667 * fvwm/fvwm.h (FvwmWindow):
1668 add orig_hints_width_inc and orig_hints_height_inc values to store the
1669 original resize inc for use in FvwmIdent
1672 * fvwm/style.c (style_parse_one_style_option):
1673 deprecated some "No..." styles
1674 (style_parse_one_style_option):
1675 add a NoResizeHintOverride style
1677 * fvwm/add_window.c (GetWindowSizeHints):
1678 only ignore the min_width/min_height/max_width/max_height with the
1679 ResizeHintOverride style
1681 * fvwm/icons.c (DeIconify):
1682 corrected previous fix
1684 * fvwm/placement.c (CleverPlacement):
1686 (__place_get_wm_pos):
1687 (__place_get_nowm_pos):
1689 fixed smart placement
1690 unified placement func interface
1692 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1695 * fvwm/icons.c (DeIconify):
1698 * fvwm/stack.c (is_transient_subtree_stacked_straight):
1699 fix detection of non needed lower operations
1701 BroadcastRestack to modules even if non is done. (To cancel effect of
1702 already sent M_RAISE/M_LOWER)
1703 don't do raise hacks if no restack was done.
1705 * fvwm/fvwm.h (FvwmWindow):
1706 icon_nalloc_pixels is int instead of unsined int
1708 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1709 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1710 use int instead of unsigned int.
1712 * fvwm/menugeometry.c (menu_get_geometry)
1713 (menu_get_outer_geometry):
1714 * fvwm/focus.c (CMD_WarpToWindow):
1715 * fvwm/geometry.c (get_title_button_geometry):
1716 * fvwm/session.c (SaveWindowStates):
1717 * fvwm/conditional.c (CMD_WindowId):
1718 * fvwm/placement.c (__place_get_wm_pos):
1719 * fvwm/frame.c (frame_create_move_resize_args):
1720 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1721 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1722 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1723 * fvwm/style.c (style_parse_icon_box_style):
1724 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1725 (AnimatedMoveAnyWindow, __move_window, __move_loop)
1727 * fvwm/events.c (HandlePropertyNotify)
1728 (__is_bpress_window_handled):
1729 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1731 fix geometry signed pointer warnings
1733 * libs/Graphics.c (CalculateGradientDimensions):
1734 cast pointer to unsigned int*
1736 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1737 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1738 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1739 change unsigned int* parameter to int*. It get's info stored in an
1740 unsigned short, so it should be OK.
1744 JunkMask is unsigned
1746 * fvwm/stack.c (__mark_group_member)
1747 (is_transient_subtree_stacked_straight, __is_restack_needed)
1748 (__restack_window, mark_transient_subtree):
1749 don't raise or lower windows if they are already at the right place.
1751 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
1753 * fvwm/module_interface.c (struct cqueue_object_type):
1754 * fvwm/module_list.h (struct fmodule_input):
1755 reused cqueue_object_type as a struct to store module input data
1756 renamed it to fmodule_input and moved it to module_list.h
1757 typedef'ed it to cqueue_object_type in module_interface.c
1759 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1761 * fvwm/placement.c (__cp_get_next_x):
1763 (__cp_get_first_pos):
1764 (__cp_get_next_pos):
1765 (__cp_get_avoidance_penalty):
1768 restructured and cleaned up CleverPlacement code
1770 * fvwm/style.c (style_parse_icon_box_style):
1771 * fvwm/virtual.c (HandlePaging):
1772 * fvwm/stack.c (verify_stack_ring_consistency):
1773 (ResyncFvwmStackRing):
1775 * fvwm/read.c (cursor_control):
1776 * fvwm/placement.c (__place_get_wm_pos):
1777 * fvwm/move_resize.c (GetMoveArguments):
1778 (ParseOneResizeArgument):
1779 (GetResizeArguments):
1780 (GetResizeMoveArguments):
1781 (resize_move_window):
1782 (resize_move_window):
1793 (maximize_fvwm_window):
1797 * fvwm/menustyle.h (MenuStyle):
1798 * fvwm/menus.c (MenuSizingParameters):
1800 (paint_menu_gradient_background):
1801 (paint_menu_gradient_background):
1805 (pop_menu_down_and_repaint_parent):
1806 (__mloop_handle_action_without_mi):
1810 * fvwm/menuroot.h (MenuRootStatic):
1812 * fvwm/menuitem.h (MenuPaintItemParameters):
1813 * fvwm/menugeometry.h:
1814 * fvwm/menubindings.c (menu_shortcuts):
1815 * fvwm/icons.c (SetIconPixmapSize):
1817 (DrawIconTitleWindow):
1822 * fvwm/gnome.c (GNOME_GetHintIcons):
1823 * fvwm/functions.c (FvwmFunction):
1824 (__execute_function):
1826 (execute_complex_function):
1827 * fvwm/fvwm.c (JunkWidth):
1833 * fvwm/externs.h (JunkWidth):
1838 * fvwm/focus.c (CMD_WarpToWindow):
1839 * fvwm/expand.c (__eae_parse_range):
1840 (expand_args_extended):
1841 (expand_vars_extended):
1842 (expand_vars_extended):
1843 * fvwm/ewmh_names.c (EWMH_WMIconName):
1845 * fvwm/ewmh_intern.h:
1846 * fvwm/ewmh_icons.c (ewmh_WMIcon):
1847 (EWMH_DoUpdateWmIcon):
1848 (ewmh_SetWmIconFromPixmap):
1849 (ewmh_SetWmIconFromPixmap):
1850 (EWMH_DeleteWmIcon):
1853 (EWMH_SetIconFromWMIcon):
1854 * fvwm/ewmh_events.c (ewmh_WMDesktop):
1856 (ewmh_WMIconGeometry):
1859 * fvwm/ewmh.c (ewmh_ChangeProperty):
1860 (ewmh_ChangeProperty):
1862 (ewmh_AtomGetByName):
1863 (ewmh_AddToKdeSysTray):
1864 (EWMH_GetWorkAreaIntersection):
1865 (ewmh_HandleWindowType):
1866 (ewmh_check_wm_pid):
1867 * fvwm/geometry.c (constrain_size):
1869 * fvwm/events.c (__handle_cr_on_client):
1872 * libs/PictureImageLoader.c:
1873 * libs/PictureImageLoader.h:
1876 * libs/Graphics.c (ParseGradient):
1877 (CalculateGradientDimensions):
1878 (CreateGradientPixmap):
1879 (CreateGradientPixmapFromString):
1880 * fvwm/colorset.c (update_root_pixmap):
1881 * fvwm/builtins.c (CMD_Echo):
1883 * fvwm/add_window.c (AddWindow):
1884 * fvwm/screen.h (DecorFace):
1885 use int instead of unsigned int
1887 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1888 * fvwm/colormaps.c (EnterSubWindowColormap):
1889 (LeaveSubWindowColormap):
1890 (FetchWmColormapWindows):
1892 * libs/CombineChars.c (char_combclass):
1893 use short instead of short int
1894 use long instead of long int
1896 * libs/PictureBase.h (FvwmPictureAttributes):
1897 (FvwmRenderAttributes):
1898 * libs/Flocale.h (FlocaleFont):
1899 * fvwm/style.c (style_parse_icon_grid_style):
1900 * fvwm/menus.c (size_menu_horizontally):
1901 (size_menu_vertically):
1904 * fvwm/menuitem.c (menuitem_paint):
1906 * fvwm/menuitem.h (MenuItem):
1907 * fvwm/geometry.c (set_window_border_size):
1908 * fvwm/decorations.c (SelectDecor):
1909 use int instead of short
1911 * fvwm/screen.h (FvwmAcs):
1913 * fvwm/menus.c (MenuSizingParameters):
1914 (size_menu_horizontally):
1916 (paint_menu_gradient_background):
1917 * fvwm/menuroot.h (MenuRootStatic):
1918 * fvwm/menuitem.h (MenuItem):
1919 (MenuItemPartSizesT):
1920 * fvwm/menuitem.c (menuitem_get_size):
1921 * fvwm/menudim.h (MenuDimensions):
1922 use int instead of unsigned short
1924 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1927 * libs/gravity.c (gravity_move_resize_parent_child):
1929 * fvwm/frame.c (mr_args_internal):
1930 (frame_setup_border):
1931 (frame_setup_titlebar):
1932 (frame_get_resize_decor_gravities):
1933 (frame_get_titlebar_dimensions):
1934 use rectangle instead of signed_rectangle
1936 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
1937 * libs/fvwmrect.h (signed_rectangle):
1941 widht and height are now signed values
1943 * fvwm/placement.c (get_next_x):
1951 * fvwm/placement.c (get_next_x):
1957 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1960 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
1961 StickyAcrossDesksIcon.
1963 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
1965 * fvwm/conditional.c (CreateConditionMask):
1966 added conditions StickyIcon, StickyAcrossPagesIcon and
1967 StickyAcrossDesksIcon.
1970 documented new conditional tests.
1971 removed descriptions of styles StickyIconPage & StickyIconDesk which
1972 actually don't exists in fvwm.
1973 moved StickyIcon/SlipperyIcon descriptions immediately after
1974 Sticky/Slippery description.
1976 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1978 * fvwm/placement.c (SmartPlacemen):
1980 cleaned up SmartPlacement code
1982 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1984 * fvwm/ConfigFvwmMenuDefaults:
1985 Mouse 0 MS A MenuLeaveSubmenu instead.
1987 * fvwm/ConfigFvwmMenuDefaults:
1988 Mouse 0 MS A MenuClose to make sidepic and border behave as
1989 before menu bindings.
1992 * libs/wcontext.h (enum):
1993 * fvwm/menubindings.c (menu_binding):
1995 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
1997 * fvwm/menustyle.c (menustyle_parse_old_style):
1998 add a message of deprecation.
2000 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2002 * fvwm/module_list.h:
2003 * fvwm/module_list.c:
2004 new files for module handling code.
2006 * fvwm/module_list.h:
2007 * fvwm/module_interface.h:
2008 * fvwm/module_list.c:
2009 * fvwm/module_interface.c:
2010 (struct mqueue_object_type):
2021 (do_execute_module):
2022 (executeModuleDesperate):
2024 (CMD_ModuleListenOnly):
2025 (CMD_ModuleSynchronous):
2026 (HandleModuleInput):
2032 (DeleteMessageQueueBuff):
2033 (FlushMessageQueue):
2034 (FlushAllMessageQueues):
2036 (CMD_set_sync_mask):
2037 (CMD_set_nograb_mask):
2038 (skipModuleAliasToken):
2040 (struct msg_masks_t):
2042 moved from module_interface.c/h to module_list.c/h
2044 * fvwm/module_list.h (do_execute_module):
2045 * fvwm/module_interface.h (AddToCommandQueue):
2046 (ExecuteModuleCommand):
2047 initialy static functions are exposed for now. Should be fixed soon.
2050 added module_list.h and module_list.c
2051 reorganized the c files by size
2053 * fvwm/module_list.h:
2054 * fvwm/module_list.c:
2067 renamed functions to a unified style
2069 * fvwm/module_interface.h:
2070 * fvwm/module_interface.c:
2076 * fvwm/windowshade.c:
2078 * fvwm/move_resize.c:
2079 include file cleanup
2081 * fvwm/module_list.c (do_execute_module):
2082 made absolutely sure the module's read fd is >=0 before inserting
2083 the module on the list
2085 * fvwm/events.c (My_XNextEvent):
2086 * fvwm/module_list.c (PositiveWrite):
2087 (CMD_ModuleSynchronous):
2088 assume module read fd is allways >=0 (remove the tests)
2090 * fvwm/module_list.c (module_free):
2091 no need to test if fd >=0 when closing the pipes.
2093 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2095 * fvwm/menuitem.c (draw_higlight_background):
2096 fix x-origin of HGradients
2098 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2100 * fvwm/module_interface.c (FlushMessageQueues):
2101 fixed not flushing the first module on the list
2103 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2105 * libs/Flocale.c (FlocaleGetFftFont):
2106 add sanity check for NULL fontname.
2110 * fvwm/menuitem.c (menuitem_paint):
2111 (draw_hilight_background):
2112 make all kinds of pixmaps work with hilight background
2114 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2115 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2116 (CreateBackgroundPixmap):
2117 added CreateOffsetBackgroundPixmap with the ability to create
2118 transparent images at an offset relative to the window.
2120 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2122 * fvwm/menus.c (__mloop_exit):
2125 (__mloop_handle_event):
2126 don't warp to parent item when entering other item with mouse.
2130 * fvwm/menustyle.c (menustyle_update):
2131 make use of colorset TiledPixmap option with HiglightBack
2132 and HiglightTitleBack menu styles.
2134 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2139 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2141 * libs/FScreen.c (FScreenParseGeometry):
2142 don't look up screen info if screen is undefined
2144 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2148 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2150 * libs/fio.c (fvwm_send):
2153 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2158 new utility files to wrap writing/reading standard lib functions that
2159 might be interrupted
2161 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2163 * fvwm/ewmh_intern.h:
2164 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2165 instead of <time.h>.
2167 * fvwm/windowlist.h:
2168 removed unneeded file.
2171 removed windowlist.h from build list.
2173 * libs/PictureUtils.c:
2174 include "ftime.h" instead of <time.h>.
2175 fvwmlib.h header name should be in double quotes not in angle
2179 include "ftime.h" instead of <sys/time.h>.
2181 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2184 make my email less spider-friendly
2186 * fvwm/bindings.c (binding_cmd):
2190 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2192 * fvwm/screen.h (ScreenInfo):
2193 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2194 casting signed values in calculations to be cast to unsigned
2196 * fvwm/focus.c (__activate_window_by_command):
2197 don't warp the viewport if the center of the window is already in view
2198 fixed a bug in window positioning
2200 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2203 FvwmIconBox IconColorset's bg wasn't updated immediately.
2205 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2207 * fvwm/fvwm.c (main):
2208 close all open fds upon startup
2209 reopen stdin, stdout and stderr if necessary
2213 * fvwm/module_interface.c (do_execute_module):
2214 simplified error handling
2215 check maximum fd when creating modules
2217 * fvwm/events.c (My_XNextEvent):
2218 * fvwm/fvwm.c (main):
2219 replaced fd_width with fvwmlib_max_fd
2222 * libs/System.c (fvwmlib_init_max_fd):
2223 added function and fvwmlib_max_fd
2225 * fvwm/events.c (My_XNextEvent):
2226 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2227 switch back to using FD_SET
2229 * fvwm/events.c (My_XNextEvent:
2230 * fvwm/module_interface.h:
2231 * fvwm/module_interface.c:
2232 hide module structure members with access macros and use them
2235 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2237 * fvwm/module_interface.c (module_add_to_fdsets):
2238 * fvwm/module_interface.h:
2239 created new function that also checks for too many open fds
2241 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2242 * fvwm/events.c (My_XNextEvent):
2243 now using module_add_to_fdset to add pipes to the fdsets
2245 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2247 * libs/defaults.h (MAX_NUM_MODULES):
2248 * fvwm/module_interface.c (module_alloc):
2249 (do_execute_module):
2250 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2252 * fvwm/module_interface.c (do_execute_module):
2253 moved the allocation call to the end of the sanity checks and pipe
2254 creation - better for performance
2256 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2258 END MODULE STRUCT PATCHES
2260 * fvwm/module_interface.c (do_execute_module):
2261 fixed another memory leak
2263 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2265 * fvwm/module_interface.h:
2266 * fvwm/module_interface.c:
2268 renamed struct module member "pipeName" and "pipeAlias" to "name"
2271 * fvwm/module_interface.c (do_execute_module):
2272 fixed possible memory leak
2274 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2276 * fvwm/events.c (My_XNextEvent):
2277 * fvwm/module_interface.c (module_alloc):
2278 (do_execute_module):
2280 * fvwm/module_interface.h (fmodule):
2281 replaced int with a flag struct
2283 * fvwm/module_interface.h:
2284 * fvwm/events.c (My_XNextEvent):
2285 * fvwm/module_interface.c (module_alloc):
2289 add new modules at front of list again
2290 removed global variable init_fdset; use a flag in the module struct
2292 removed the now obsolete module slot count
2294 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2296 * fvwm/module_interface.c (module_remove):
2298 moved module remotion code to module_remove()
2300 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2302 * fvwm/events.c (My_XNextEvent):
2303 fixed startup commands
2305 * fvwm/module_interface.c (module_insert):
2309 append modules at end of list
2311 * fvwm/events.c (My_XNextEvent):
2314 * fvwm/module_interface.c (ExecuteModuleCommand):
2318 (BroadcastNewPacket):
2320 (BroadcastFvwmPicture):
2321 (BroadcastColorset):
2322 (BroadcastPropertyChange):
2323 (BroadcastConfigInfoString):
2325 (FlushAllMessageQueues):
2328 (CMD_set_sync_mask):
2329 (CMD_set_nograb_mask):
2331 (skipModuleAliasToken):
2332 use MAX_MODULE_ALIAS_LEN
2334 * fvwm/module_interface.c (KillModule):
2335 (do_execute_module):
2337 added a "slot" member to the module struct to fix the init_fdset hack
2340 * libs/defaults.h (MAX_NUM_MODULES):
2341 (MAX_MODULE_ALIAS_LEN):
2344 * fvwm/module_interface.c (do_execute_module):
2345 rewrote module struct initialization
2346 (HandleModuleInput):
2347 use %p to print module address, don't cast it to int
2349 * fvwm/module_interface.c (ClosePipes):
2357 * fvwm/module_interface.c (FreeModule):
2361 * fvwm/module_interface.c (KillModule):
2363 * fvwm/events.c (My_XNextEvent):
2364 * fvwm/execcontext.h:
2365 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2367 * fvwm/stack.c (BroadcastRestack):
2370 * fvwm/module_interface.c (module_get_next):
2371 * fvwm/module_interface.h:
2374 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2376 * fvwm/modconf.c (ModuleConfig):
2377 (SendConfigToModule):
2378 (send_xinerama_state):
2379 (send_desktop_names):
2380 (send_desktop_geometry):
2385 (send_move_threshold):
2386 (send_ignore_modifiers):
2387 (CMD_Send_ConfigInfo):
2388 * fvwm/functions.c (__execute_function):
2389 * fvwm/events.c (My_XNextEvent):
2390 * fvwm/module_interface.h (msg_masks_t):
2392 * fvwm/execcontext.c (__exc_change_context):
2393 (exc_create_null_context):
2394 * fvwm/execcontext.h:
2395 Initial module struct patches
2397 BEGIN MODULE STRUCT PATCHES
2399 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2401 * fvwm/events.c (HandleFocusOut):
2402 (__refocus_stolen_focus_win):
2403 (HandleEnterNotify):
2404 less disruptive way of restoring focus to the window it was stolen from
2406 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2408 * fvwm/events.c (HandleEnterNotify):
2409 restore focus to windows that had it stolen by
2410 unmanaged windows on enter of any unmanaged windows.
2412 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2414 * fvwm/menubindings.c:
2415 don't include menus.h
2417 * fvwm/ConfigFvwmMenuDefaults:
2418 all bindings are silent
2420 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2422 * fvwm/ConfigFvwmMenuDefaults:
2423 make all numpad keys silent -- not all keyboads have a numpad
2424 add KP_Separator for MenuClose
2426 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2429 documented missing menu bindings.
2431 * fvwm/ConfigFvwmMenuDefaults:
2432 fixed wrong menu bindings.
2434 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2436 * fvwm/menubindings.c:
2437 * fvwm/menubindings.h:
2441 * fvwm/menugeometry.c:
2442 * fvwm/menugeometry.h:
2448 * fvwm/move_resize.c:
2449 * fvwm/move_resize.h:
2450 * fvwm/windowlist.c:
2451 simplified including header files
2453 * fvwm/menus.c (__mloop_handle_event):
2454 * fvwm/menuparameters.h:
2455 * fvwm/menubindings.c (menu_shortcuts):
2456 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2458 * fvwm/menus.c (__mloop_handle_event):
2459 * fvwm/menuparameters.h:
2460 * fvwm/menubindings.c (menu_shortcuts):
2461 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2464 * fvwm/menus.h (MenuParameters):
2469 (MenuRepaintTransparentParameters):
2470 * fvwm/menuparameters.h (MenuParameters):
2475 (MenuRepaintTransparentParameters):
2476 moved to menuparameters.h
2478 * fvwm/menus.h (MenuRoot):
2481 * fvwm/menutypes.h (MenuRoot):
2486 * fvwm/menus.c (menu_get_geometry):
2487 (menu_get_outer_geometry):
2488 * fvwm/menugeometry.c (menu_get_geometry):
2489 (menu_get_outer_geometry):
2490 moved to menugeometry.c
2492 * fvwm/menuparameters.h:
2494 * fvwm/menugeometry.c:
2495 * fvwm/menugeometry.h:
2499 * fvwm/menubindings.h (enum):
2500 * fvwm/menus.c (enum):
2501 moved enum menu_shortcut_action to menubindings.h
2502 (get_selectable_item_index):
2503 (get_selectable_item_from_index):
2504 (get_selectable_item_from_section):
2505 (get_selectable_item_count):
2506 (parse_menu_action):
2507 moved to menubindings.c
2509 * fvwm/menus.c (enum):
2510 (parse_menu_action):
2512 renamed enum shortcut_action to menu_shortcut_action
2514 * fvwm/fvwm.c (SetRCDefaults):
2515 read default config file after all other defaults
2517 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2519 * fvwm/ConfigFvwmMenuDefaults:
2520 * fvwm/fvwm.c (SetRCDefaults):
2521 make the hard coded menu bindings load before ConfigFvwmDefaults
2522 move Mouse 0 ... to ConfigFvwmMenuDefaults
2524 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2526 * fvwm/ConfigFvwmMenuDefaults:
2527 * fvwm/fvwm.c (SetRCDefaults):
2528 added hard coded default menu bindings
2530 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2533 documentation fixes.
2535 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2538 * fvwm/menubindings.h:
2539 * fvwm/menubindings.c:
2543 moved new menu binding code to menubindings.c, menubindings.h
2544 split binding into a regular list and a fallback list that can not be
2547 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2548 fixed calculation of new geometry if x or y is negative
2550 * fvwm/geometry.c (maximize_adjust_offset):
2551 fixed calculations of normal geometry when maximized
2553 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2556 * fvwm/ConfigFvwmMenuDefaults:
2557 * fvwm/fvwm.c (SetRCDefaults):
2558 * fvwm/menus.c (parse_menu_action):
2560 rename menu action to menu bindings and make menu binding commands
2561 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2562 ensure basic function with ConfigFvwmMenuDefaults missing.
2564 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2566 * fvwm/menus.c (menuShortcuts):
2567 fixed compiler warning.
2569 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2572 corrected mis-spelling
2578 * fvwm/menus.c (handle_emacs_bindings):
2581 (__mloop_handle_event):
2583 * fvwm/bindings.c (ParseBinding):
2584 * fvwm/Makefile.am (config_DATA):
2585 * fvwm/ConfigFvwmDefaults:
2586 * fvwm/ConfigFvwmMenuDefaults:
2587 fully configurable mouse any key bindings for menu navigation.
2589 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2591 * fvwm/virtual.c (HandlePaging):
2592 removed bogus comment
2594 * fvwm/move_resize.c (__move_loop):
2597 allow paging during resize with "EdgeScroll 0 0" as documented in the
2599 fixed disappearing windows with "maximize; resize - abort; unmaximize"
2601 * fvwm/fvwm.h (FvwmWindow):
2602 * fvwm/add_window.c (AddWindow):
2603 * fvwm/add_window.c (setup_frame_window):
2604 * fvwm/add_window.c (setup_parent_window)
2605 * fvwm/borders.c (border_draw_decorations):
2606 * fvwm/borders.c (border_draw_one_border_part):
2607 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2608 * fvwm/borders.c (border_get_titlebar_descr)
2609 * fvwm/builtins.c (__remove_window_decors):
2610 * fvwm/conditional.c (MatchesConditionMask):
2611 * fvwm/events.c (HandleMapNotify):
2612 * fvwm/events.c (HandleMapRequestKeepRaised)
2613 * fvwm/events.c (HandlePropertyNotify):
2614 * fvwm/events.c (HandleShapeNotify):
2615 * fvwm/events.c (__cr_detect_icccm_move)
2616 * fvwm/events.c (__cr_get_grav_position):
2617 * fvwm/events.c (__cr_get_static_position)
2618 * fvwm/events.c (__handle_configure_request)
2619 * fvwm/events.c (__handle_cr_on_client):
2620 * fvwm/ewmh.c (EWMH_fullscreen):
2621 * fvwm/focus.c (__activate_window_by_command):
2622 * fvwm/focus.c (__set_focus_to_fwin):
2623 * fvwm/focus.c (warp_to_fvwm_window):
2624 * fvwm/frame.c (__frame_setup_window):
2625 * fvwm/frame.c (frame_create_move_resize_args)
2626 * fvwm/frame.c (frame_free_move_resize_args):
2627 * fvwm/frame.c (frame_move_resize_step)
2628 * fvwm/frame.c (frame_reshape_border):
2629 * fvwm/geometry.c (constrain_size):
2630 * fvwm/geometry.c (get_icon_corner)
2631 * fvwm/geometry.c (get_page_offset):
2632 * fvwm/geometry.c (get_page_offset_check_visible):
2633 * fvwm/geometry.c (get_shaded_client_window_pos):
2634 * fvwm/geometry.c (get_title_button_geometry):
2635 * fvwm/geometry.c (get_title_geometry)
2636 * fvwm/geometry.c (get_unshaded_geometry):
2637 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2638 * fvwm/geometry.c (gravity_constrain_size):
2639 * fvwm/geometry.c (maximize_adjust_offset):
2640 * fvwm/geometry.c (update_absolute_geometry):
2641 * fvwm/geometry.c (update_relative_geometry)
2642 * fvwm/gnome.c (GNOME_SetWinArea):
2643 * fvwm/icons.c (AutoPlaceIcon):
2644 * fvwm/icons.c (DeIconify):
2645 * fvwm/icons.c (Iconify):
2646 * fvwm/module_interface.c (CONFIGARGS):
2647 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2648 * fvwm/move_resize.c (CMD_Maximize):
2649 * fvwm/move_resize.c (CMD_ResizeMaximize):
2650 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2651 * fvwm/move_resize.c (__move_loop):
2652 * fvwm/move_resize.c (__move_window):
2653 * fvwm/move_resize.c (__resize_window):
2654 * fvwm/move_resize.c (maximize_fvwm_window):
2655 * fvwm/move_resize.c (resize_move_window):
2656 * fvwm/move_resize.c (stick_across_pages):
2657 * fvwm/move_resize.c (unmaximize_fvwm_window):
2658 * fvwm/placement.c (__explain_placement):
2659 * fvwm/placement.c (__place_get_wm_pos):
2660 * fvwm/placement.c (get_next_x):
2661 * fvwm/placement.c (get_next_y):
2662 * fvwm/placement.c (test_fit)
2663 * fvwm/session.c (MatchWinToSM):
2664 * fvwm/session.c (SaveWindowStates):
2665 * fvwm/update.c (apply_window_updates):
2666 * fvwm/virtual.c (MoveViewport):
2667 * fvwm/windowlist.c (CMD_WindowList):
2668 * fvwm/windowshade.c (CMD_WindowShade):
2669 put some of the window geometry members into a separate struct window_g
2670 with members frame, normal, max, max_defect, max_offset
2672 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2676 * fvwm/window_flags.h:
2678 * fvwm/style.c (style_parse_one_style_option):
2679 * fvwm/icons.c (DrawIconTitleWindow):
2680 * fvwm/fvwm.h (common_flags_t):
2681 * fvwm/fvwm.1.in (Style):
2683 (border_draw_title_stick_lines):
2684 Applied Stippled patch by Thomas Adam with some fixes.
2686 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2689 FvwmWinList button/list syncronization fixed (bug #1393)
2691 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2699 updated for 2.5.19 release
2702 updated after 2.4.20 release
2705 * fvwm/focus.c (focus_get_fpol_context_flag):
2706 * fvwm/events.c (__check_click_to_focus_or_raise)
2707 (__handle_click_to_focus):
2708 Treat EWMH desktop as client window under click to focus. (#1492)
2710 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2712 * libs/Module.h (MX_REPLY):
2713 (MAX_EXTENDED_MESSAGES):
2715 * fvwm/module_interface.c (CMD_Send_Reply):
2716 * fvwm/functable.c (func_table):
2718 Added Send_Reply module only command.
2720 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2722 * libs/PictureUtils.c (init_static_colors_table):
2723 fix fvwm for < 8 bit depth, bug #1677
2725 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2727 * fvwm/misc.c (IsRectangleOnThisPage):
2728 new fix for signedness problems.
2730 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2732 * fvwm/misc.c (IsRectangleOnThisPage):
2733 fix signedness problem with test introduced by gcc4 fix below.
2735 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2737 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2741 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2742 * libs/gravity.h (gravity_move_resize_parent_child):
2743 * libs/gravity.c (gravity_move_resize_parent_child):
2744 * fvwm/frame.h (frame_get_titlebar_dimensions)
2745 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2746 (frame_get_resize_decor_gravities):
2748 (frame_setup_border):
2749 (frame_setup_titlebar)
2750 (frame_get_resize_decor_gravities):
2751 (frame_get_titlebar_dimensions):
2752 split rectangle into a signed size and an unsigned size type.
2754 * fvwm/screen.h (ScreenInfo):
2755 * libs/FScreen.h (FScreenGetScrRect):
2756 (FScreenGetResistanceRect):
2757 * libs/FScreen.c (XineramaScreenInfo):
2758 (FScreenGetGeometry)
2759 (FScreenGetScrRect):
2760 (FScreenClipToScreen):
2761 (FScreenCenterOnScreen)
2762 (FScreenGetResistanceRect):
2763 (FScreenIsRectangleOnScreen):
2764 * fvwm/fvwm.h (FvwmWindow):
2765 * fvwm/screen.h (DecorFace):
2766 * libs/fvwmlib.h (CreateGradientPixmap):
2767 * libs/Graphics.c (CreateGradientPixmap):
2768 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2769 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2770 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
2771 (PImageLoadPixmapFromFile):
2772 (PImageLoadPixmapFromXpmData):
2773 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
2774 (PImageCreatePixmapFromArgbData):
2775 (PImageLoadPixmapFromFile)
2776 (PImageLoadFvwmPictureFromFile):
2777 (PImageLoadPixmapFromXpmData):
2778 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
2779 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
2780 (EWMH_SetIconFromWMIcon):
2781 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
2782 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
2783 * fvwm/colorset.c (parse_colorset):
2784 * fvwm/icons.c (DrawIconTitleWindow):
2787 * fvwm/menus.h (MenuRootDynamic):
2788 * fvwm/menus.c (update_menu):
2792 * fvwm/move_resize.c (GetMoveArguments):
2793 (ParseOneResizeArgument)
2794 (GetResizeArguments):
2795 (GetResizeMoveArguments):
2799 change dimensions and allocation counts to unsigned types.
2801 * libs/Flocale.h (FlocaleStringNumberOfBytes)
2802 (FlocaleStringByteToCharOffset):
2803 (FlocaleStringCharToByteOffset)
2804 (FlocaleStringCharLength)
2805 * libs/Flocale.c (FlocaleStringNumberOfBytes)
2806 (FlocaleStringByteToCharOffset):
2807 (FlocaleStringCharToByteOffset)
2808 (FlocaleStringCharLength):
2809 (FlocaleUtf8ToUnicodeStr2b)
2810 (FlocaleStringToString2b):
2811 (FlocaleEncodeString):
2812 * libs/Ficonv.c (convert_charsets):
2813 change most string types to char* from unsigned char* to match
2814 with system headers without casts.
2816 * libs/Flocale.c (FlocaleLoadFont):
2817 init shadow_dir to make gcc 4 happy.
2819 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
2820 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
2821 (CSETS_IS_TRANSPARENT_ROOT_PURE)
2822 (CSETS_IS_TRANSPARENT_PR_PURE):
2823 (CSETS_IS_TRANSPARENT_ROOT)
2824 (CSETS_IS_TRANSPARENT):
2825 compare pointer with NULL, not >= 0.
2827 * libs/FTips.h (ftips_position_t):
2828 * fvwm/expand.c (partial_extended_vars):
2829 * fvwm/placement.c (preason_screen_t):
2830 remove comma last in enums.
2832 * fvwm/style.c (style_parse_focus_policy_style):
2833 change 0xffffffff to ~0 to silience truncation warning.
2835 * fvwm/session.h (mwtsm_state_args):
2836 make flags unsigned.
2838 * fvwm/schedule.c (sq_object_type):
2839 change // to /* ... */
2841 * libs/Fft.c (FftGetFontWidths):
2843 * libs/FScreen.c (FScreenConfigureSLSScreens):
2844 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
2845 (EWMH_SetDesktopNames):
2846 * fvwm/fvwm.c (LoadDefaultLeftButton):
2847 (LoadDefaultRightButton):
2848 * fvwm/builtins.c (ReadDecorFace):
2850 silence signedness warnings by casts.
2852 * fvwm/borders.c (ROTATE_RECTANGLE):
2853 make sure tr is initialized.
2855 * fvwm/add_window.c (FetchWmProtocols):
2856 use unsigned type for l_protocols.
2858 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2860 * fvwm/events.c (HandleFocusIn):
2862 * fvwm/focus.c (__set_focus_to_fwin):
2863 fix focus decoration when unmanaged are focused, unless
2864 FlickeringQtDialogsWorkaround is on. Closes bug #758.
2866 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2868 * fvwm/geometry.c (constrain_size):
2869 repeat aspect-resizing in a loop to get a stable result that does not
2870 change the next time the frame is set up
2872 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2876 increased version to 2.5.19
2881 updated for 2.5.18 release
2883 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
2886 removed the unused test for imlib
2887 removed the Imlib.h header from gdk_imlib test programs
2889 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2891 * fvwm/ewmh.c (atom_get):
2892 fix offset and length args for XGetWindowProperty() (to support 64bit
2895 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2897 * fvwm/events.c (HandleUnmapNotify):
2898 immediately handle MapRequests after unmapping a window while we still
2899 have the context fvwm window; this is necessary to allow the client to
2900 re-map a window before fvwm can reparent it to the root window
2901 (HandleMapRequestKeepRaised):
2904 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2906 * fvwm/ewmh.c (ewmh_HandleDesktop):
2907 fixed handling of ClickToFocusPassesClick with the EWMH desktop
2910 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
2914 * fvwm/decorations.c:
2915 fix offset and length args for XGetWindowProperty() (to support 64bit
2918 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2921 * fvwm/expand.c (expand_vars_extended):
2922 correctly expand break.
2923 * fvwm/conditional.c (__rc_matches_rcstring_consume):
2926 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2928 * fvwm/decorations.h (is_function_allowed):
2929 * fvwm/decorations.c (__is_resize_allowed):
2930 (is_function_allowed):
2931 work on 'const FvwmWindow *'
2933 * fvwm/fvwm.h (action_flags):
2934 * fvwm/style.c (check_window_style_change):
2935 * fvwm/module_interface.c (__get_allowed_actions)
2937 * libs/vpacket.h (ConfigWinPacket):
2938 expose fvwm allowed actions to modules
2940 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2942 * fvwm/move_resize.c (__move_icon):
2943 *do* map icon windows for pictured icons on move, but only if they end
2944 up on the current desk
2946 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2948 * fvwm/move_resize.c (__move_icon):
2949 don't map icon windows for pictured icons on move
2951 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2953 * fvwm/style.c (remove_all_of_style_from_list):
2954 (__simplify_style_list):
2959 (style_ids_are_equal):
2960 (style_id_equals_id)
2961 (styles_have_same_id):
2963 (one_fw_can_match_both_ids):
2964 (check_window_style_change):
2965 use int/0/1 instead of Bool/False/True
2967 * fvwm/move_resize.c (stick_across_pages):
2968 use False instead of FALSE
2970 * fvwm/style.c (fw_match_style_id):
2971 * fvwm/read.c (run_command_file):
2973 * fvwm/add_window.c (MappedNotOverride):
2974 * libs/wild.c (matchWildcards):
2975 use 0 and 1 instead of FALSE and TRUE
2978 removed TRUE and FALSE
2980 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2983 FvwmPager !IconTitle style bugfix.
2985 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
2988 Updated description of Wait command in man page.
2990 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2992 * libs/Flocale.c (FlocaleFontStructDrawString)
2993 (FlocaleRotateDrawString):
2994 (FlocaleDrawString):
2995 fixed drawing of forecolor/hilightfore
2997 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
2998 always unmaximize and resize window when leaving fullscreen state,
2999 not just if it did not start as fullscreen
3001 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3003 * fvwm/fvwm.1.in (MenuStyle):
3004 added a reference to the prefered ! style negation flag,
3005 and listed the other deprecated negative forms in one place.
3008 (AutomaticHotkeysOff):
3011 changed to the ! negation form and listed as deprecated.
3013 removed relics from the man page
3015 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3019 increased version to 2.5.18
3024 updated for 2.5.17 release
3026 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3028 * fvwm/move_resize.c (__move_window):
3029 allow moving a window without an icon while it's iconified based on the
3032 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3034 * fvwm/menustyle.c (menustyle_copy):
3035 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3037 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3040 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3041 changed the manpage to reflect the prefered style negation method,
3042 that is, using the !* negation sign.
3044 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3046 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3047 removed documentation of filters.
3050 * fvwm/expand.c (check_first_filter):
3052 (expand_args_extended):
3053 (expand_vars_extended):
3055 removed variable filter implementation and backslash-escaping.
3057 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3060 News blurb for variable filters and backslash-escaping.
3062 documentation of variable filters.
3064 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3066 * fvwm/expand.c (chec):
3069 (expand_args_extended):
3070 (expand_vars_extended):
3072 implemented variable filters.
3074 * fvwm/expand.c (expand_vars):
3075 made backslash work as escape character within extended variables.
3077 * libs/Strings.h (QuoteEscapeString):
3078 (QuoteEscapeStringLength):
3079 * libs/Strings.c (QuoteEscapeString):
3080 (QuoteEscapeStringLength):
3081 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3084 * fvwm/expand.c (expand_args_extended):
3085 make upper limit inclusive.
3087 * fvwm/functions.c (__execute_function):
3088 Changed PeekToken to GetNextToken before expand_vars call.
3091 updated documentation regarding quoting in expand_args_extended
3093 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3095 * fvwm/expand.c (__eae_parse_range):
3096 reject everything that does not begin with a digit
3098 * libs/Parse.c (SkipNTokens):
3099 stop skipping tokens at the end of input
3101 * fvwm/expand.c (__eae_parse_range):
3105 (__eae_parse_range):
3106 fixed parsing of $[n-]
3108 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3110 * fvwm/expand.c (expand_args_extended):
3112 added range check for positional parameters
3113 (expand_args_extended):
3114 (__eae_parse_range):
3115 cleaned up and simplified parsing code
3116 properly unquote arguments when expanding
3117 removed the patch below
3119 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3121 * fvwm/expand.c (expand_args_extended):
3122 removed range check for positional parameters
3123 make single arguments not use the 'upper' variable
3124 changed back to PeekToken for single arguemnts.
3125 improved some comments.
3127 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3129 * fvwm/expand.c (expand_args_extended):
3130 Fix segfault when called with a tokenless string for single arguments.
3132 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3134 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3135 Reported by Serge Koksharov.
3137 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3139 * fvwm/placement.c (__explain_placement):
3140 print initial size of window too
3142 * libs/Makefile.am (libfvwm_a_SOURCES):
3143 * libs/fvwm_sys_stat.h:
3147 added O_NOFOLLOW replacement and always include fcntl.h
3149 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3151 Added DV's mailing-list comments about how PeekToken & GetNextToken
3152 work as comments to the source code. (slightly modified)
3154 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3156 * fvwm/schedule.c (CMD_Schedule):
3157 Fixed parsing of "Periodic" option.
3159 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3162 Fix for tempfile vulnerabilities in FvwmCommand.
3164 Added check for lstat.
3166 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3171 Added "Periodic" option to Schedule command.
3173 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3175 * fvwm/module_interface.c (KillModule):
3180 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3182 * fvwm/fvwm.c (main):
3183 changed the -blackout warning to say it will be removed in 3.0
3185 * fvwm/fvwm.1.in (-blackout):
3186 updated the manual regarding the future remotion of -blackout
3188 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3192 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3194 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3196 *libs/alloca.c (DEBUG_I00FUNC)
3197 removed old debug code
3199 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3202 removed the old unused file
3204 * libs/Makefile.am (libfvwm_a_SOURCES):
3205 removed the reference to debug.c
3208 removed the code related to libs/debug.c
3210 * fvwm/module_interface.c (make_named_packet)
3211 removed the #if 0'ed debug code related to debug.c
3213 fvwm/focus.h (DEBUG_FOCUS)
3214 removed the #ifdef'ed to 0 debug code related to debug.c
3217 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3219 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3220 removed useles definition.
3222 * modules/FvwmPager/FvwmPager.c (main):
3224 removed most of the debug code.
3225 changed termination debug to use 'isTerminated' instead of
3226 'debug_term_signal'.
3227 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3230 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3231 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3233 removed unused debug_term_signal.
3235 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3238 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3239 stdio's getline; news entry.
3241 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3244 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3245 (do_execute_module):
3249 * fvwm/commands.h (enum):
3250 * fvwm/functable.c (func_table):
3251 new command ModuleListenOnly
3253 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3255 * fvwm/move_resize.c (__move_loop):
3256 make sure a window is snapped in __move_loop when a button is released
3257 if it was snapped before
3259 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3261 * fvwm/expand.c (expand_vars_extended):
3262 convert function to have a single return point; this is good to
3263 implement doc/todo-vars filters in the future;
3264 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3265 to behave like deprecated $n, $c and $r, i.e. quote them
3267 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3270 multiple minor tweaks: remove trailing spaces and other
3271 re-spacing and re-indenting, remove old "#if 0" code
3273 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3275 * fvwm/move_resize.c (ParseOneResizeArgument):
3276 rewrote parsing of resize arguments
3277 new prefix 'w' for resizing
3279 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3281 * fvwm/conditional.c (MatchesConditionMask):
3282 fixed handling of some conditions (iconifiable, fixed, ...)
3284 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3289 * fvwm/conditional.c:
3290 Output an error message if an unrecognised conditional is used
3291 with the Test or TestRc commands.
3293 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3295 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3296 do not map hide windows if their width or height is zero
3298 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3300 * fvwm/ewmh_events.c:
3303 * libs/FlocaleCharset.c:
3307 corrected typos in warning messages
3310 * libs/PictureGraphics.c:
3311 * libs/PictureGraphics.h:
3312 renamed function PGraphicsCreateTransprency to
3313 PGraphicsCreateTransparency
3315 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3317 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3318 * fvwm/expand.c (expand_args_extended):
3319 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3321 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3324 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3325 * fvwm/expand.c (expand_args_extended):
3327 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3329 * fvwm/conditional.c (CMD_All):
3330 * fvwm/fvwm.1.in (All):
3331 changed Reverse and UseStack options to have free order.
3334 * fvwm/fvwm.1.in (WindowShade):
3335 * fvwm/windowshade.c (CMD_WindowShade):
3336 * fvwm/add_window.c (setup_window_structure):
3337 added last direction to WindowShade command.
3339 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3341 * fvwm/fvwm.1.in (All):
3344 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3347 * fvwm/fvwm.1.in (All):
3348 * fvwm/conditional.c (CMD_All):
3349 added reverse option to All command to do the action in opposite order
3350 added UseStack option to All command to use the stack ring instead of
3353 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3356 changed fallback editor from `emacs' to `vi' because it much
3357 more widespread on non-Linux systems
3358 fixed errors (because of incorrect syntax fallback entries were
3360 now script honors `TMPDIR' env. variable and if it's not set it
3361 fallback to `/tmp' directory when creating temporary file
3363 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3366 changed description of the fvwmstyle resource usage
3367 to state that it's used in addition to the other
3369 * fvwm/style.c (fw_match_style_id):
3370 fixed a typo in style_name matching
3372 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3374 * fvwm/style.c (fw_match_style_id):
3375 reformatted code and fixed a warning
3377 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3381 * libs/Fft.c (FftGetFont):
3385 * libs/System.c (fvwm_mkstemp):
3386 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3387 function was never used, even if it was considered secure by configure
3390 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3393 added some more suff to the list of what I've done.
3396 * fvwm/add_window.c (__add_window_handle_x_resources)
3399 * fvwm/fvwm.h (FvwmWindow):
3400 added fvwmstyle resource to override style name
3402 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3404 * fvwm/menus.c (pop_menu_up):
3405 as documented, do not warp to title for root menus with TitleWarp
3407 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3410 Removed duplicated 'NoIcon' style option description in the end
3411 of the `The Style command...' section.
3412 Removed `Recapture True' option setting in example of BusyCursor
3413 description, because `Recapture' isn't valid option of `BusyCursor'
3415 Updated ewmh specification URL (the old was 404)
3416 Added URL to ICCCM 2.0 manual
3418 * modules/FvwmAnimate/FvwmAnimate.c:
3419 corrected delay for Zoom3D animation effect
3421 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3422 * modules/FvwmConsole/FvwmConsole.1.in:
3423 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3424 consistent with rest of the documentation and because it's more
3425 conventional abbreviation.
3427 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3428 slightly clarified the `StartName' option description
3429 added the undocumented `MailDir' option description. Somebody
3430 violated section `K' of the convention list.
3433 * fvwm/ConfigFvwmSetup:
3434 * modules/FvwmForm/FvwmForm.1.in:
3435 * modules/FvwmForm/FvwmForm-Rlogin:
3436 * sample.fvwmrc/system.fvwm2rc:
3437 * sample.fvwmrc/system.fvwm2rc-sample-1:
3438 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3439 inherently insecure. We shouldn't teach our users bad things,
3446 * bin/fvwm-config.1.in:
3447 * bin/fvwm-menu-headlines.1:
3448 * bin/fvwm-menu-headlines.in:
3449 * bin/fvwm-perllib.in:
3450 * bin/fvwm-root.1.in:
3456 * libs/PictureGraphics.c:
3458 * modules/FvwmBacker/FvwmBacker.1.in:
3459 * modules/FvwmDebug/FvwmGtkDebug.in:
3460 * modules/FvwmDebug/FvwmGtkDebug.1:
3461 * modules/FvwmEvent/FvwmEvent.1.in:
3462 * modules/FvwmForm/FvwmForm.1.in:
3463 * modules/FvwmIconMan/xmanager.c:
3464 * modules/FvwmIdent/FvwmIdent.c:
3465 * modules/FvwmIdent/FvwmIdent.1.in:
3466 * modules/FvwmPerl/FvwmPerl.in:
3467 * modules/FvwmPerl/FvwmPerl.1:
3468 * modules/FvwmScript/FvwmScript.1.in:
3469 * modules/FvwmScript/Widgets/Menu.c:
3470 * modules/FvwmTabs/ConfigFvwmTabs:
3471 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3472 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3473 * modules/FvwmTheme/FvwmTheme.1.in:
3474 * perllib/FVWM/Module/Tk.pm:
3475 * perllib/FVWM/Tracker.pm:
3476 * perllib/FVWM/Module.pm.in:
3479 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3481 * fvwm/style.c (style_parse_focus_policy_style):
3482 fix ISO C90 compability with unconsumed styleoption warnings
3484 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3486 * fvwm/events.c (HandlePropertyNotify):
3487 fix for bug 1557/3950 (possible free of Untilted constant or
3488 already used name (if app reset the name already given to them))
3490 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3492 * fvwm/focus.c (__activate_window_by_command)
3493 (warp_to_fvwm_window):
3495 * fvwm/builtins.c (CMD_CursorMove):
3496 set last pointer event position after warping the pointer
3499 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3502 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3504 * acinclude.m4 (AM_PATH_GTK):
3506 (AM_PATH_GDK_IMLIB):
3510 fixed to cope with 4 digit version numbers
3512 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3515 * fvwm/style.c (parse_and_set_window_style)
3516 (style_parse_one_style_option):
3517 (style_parse_icon_fill_style)
3518 (style_parse_icon_grid_style):
3519 (style_parse_icon_box_style)
3520 (style_parse_icon_size_style):
3521 (style_parse_focus_policy_style)
3522 (style_parse_button_style):
3523 warn if parts of style options are not consumed
3525 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3527 * fvwm/menuitem.c (menuitem_paint):
3528 use the MenuColorset in all cases if TitleColorset is not given
3530 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3532 * fvwm/style.c (style_parse_one_style_option):
3533 * fvwm/placement.c (__place_get_wm_pos):
3534 (__explain_placement):
3535 new placement style UnderMousePlacement
3537 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3540 * fvwm/fvwm.1.in (EdgeScroll):
3541 * fvwm/virtual.c (CMD_EdgeScroll):
3542 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3543 added wrap/wrapx/wrapy option to EdgeScroll
3545 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3548 spell check the whole file (dozens of typos)
3550 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3552 * fvwm/module_interface.c (do_execute_module):
3553 removed accidentally committed FVWM_MODULE_ALIAS patch
3555 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3557 * fvwm/module_interface.c (do_execute_module):
3558 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3560 * fvwm/menus.c (size_menu_horizontally):
3561 fix for drawing menus with sidepic on the right
3563 * libs/Flocale.c (FlocaleFontStructDrawString):
3564 (FlocaleDrawString):
3565 set the foreground colour before drawing a string
3568 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3571 (menustyle_parse_style):
3573 * fvwm/menus.c (calculate_item_sizes):
3574 (size_menu_vertically):
3575 (UpdateMenuColorset):
3576 * fvwm/menuitem.c (menuitem_paint):
3577 Applied patch by David Maciver
3578 new menu styles TitleColorset, HilightTitleBack and TitleFont
3580 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3583 * libs/Module.c (ParseModuleArgs):
3584 added variable "namelen" to ModuleArgs struct
3586 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3589 removed duplicate declaration
3591 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3593 * fvwm/fvwm.c (main):
3594 replaced previous patch with a better one
3596 * fvwm/virtual.c (unmap_window):
3597 * fvwm/menus.c (do_menu):
3598 * fvwm/events.c (fake_map_unmap_notify):
3600 * fvwm/add_window.c (MappedNotOverride):
3601 Added XFlush after XSelectInput
3603 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3606 * fvwm/fvwm.c (main):
3607 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3609 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3613 increased version to 2.5.17
3618 updated for 2.5.16 release
3620 * acinclude.m4 (CHECK_LIBCHARSET):
3623 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3625 * fvwm/functions.c (execute_complex_function):
3626 print a message to the console instead of ringing the bell when a
3629 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3632 fixed typo (NEWS still said 2.5.15)
3634 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3638 increased version to 2.5.16
3643 updated for 2.5.15 release
3645 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3647 * fvwm/move_resize.c (GetOnePositionArgument):
3649 new option "screen" to Move type commands
3651 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3653 * acinclude.m4 (smr_SWITCH):
3656 2006-01-08 Mikhael Goikhman <migo@homemail.com>
3659 restore requirement of automake-1.4; 1.8 is too new even for my system
3661 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3665 renamed configure.in to configure.ac
3668 some updates for new autoconf/automake versions
3675 require autoconf-2.53 or later
3677 * Makefile.am (AUTOMAKE_OPTIONS):
3678 require automake-1.8 or later
3681 check for X library path before X library checks
3682 removed obsolete C++ compiler check
3683 removed duplicate type size checks
3684 replaced M4 comment ("dnl") with shell comment ("#") in many places
3687 fixed aclocal warnings
3689 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3691 * fvwm/style.c (style_parse_button_style):
3692 corrected typo in error message, and made errorous buttons not apply
3693 (style_parse_one_style_option):
3694 changed NoButton to use style_parse_button_style
3696 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3699 new fix for incompatible pointer type warning with gcc 3.4.
3701 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3708 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3711 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3716 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3718 * fvwm/frame.c (frame_free_move_resize_args):
3719 fixed drawing of transparent decorations or when using lazy shading
3722 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3725 * libs/fvwmsignal.c:
3729 * fvwm/ewmh_names.c:
3730 * libs/CombineChars.c:
3736 * libs/PictureUtils.c:
3741 * libs/safemalloc.c:
3744 do not #include stdlib.h (comes from config.h)
3747 do not #include string.h (comes from config.h)
3750 fixed detection of string.h/strings.h
3752 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3754 * libs/Fft.c (FftGetFont):
3755 fixed compiler warning with gcc 3.4.4
3757 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3759 * fvwm/menuitem.c (menuitem_paint):
3760 properly undraw unselected item area
3762 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3764 * fvwm/menuitem.c (menuitem_paint):
3765 * fvwm/menus.c (get_menu_paint_item_parameters)
3766 (get_menu_paint_item_parameters):
3768 fixed text offset of menu items with icons but with an item format that
3770 (size_menu_horizontally):
3771 allow sidepic to be placed in the middle of menu items; this is better
3772 than ignoring the item format completely but does not draw the items
3775 * fvwm/menus.c (__mloop_handle_event):
3777 fixed delayed menu drawing issue
3779 do not draw the selected menu item before the menu is drawn for the
3781 (repaint_transparent_menu):
3784 don't call get_menu_paint_item_parameters when the result is not used
3785 (get_menu_paint_item_parameters):
3787 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3789 * fvwm/ewmh.h (EWMH_CMD_Style):
3790 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3791 * fvwm/style.c (style_parse_one_style_option):
3792 Added support for inverting boolean EWMH styles with !.
3797 * fvwm/window_flags.h:
3798 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3799 * fvwm/ewmh.c (ewmh_HandleWindowType):
3801 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
3803 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3805 * fvwm/icons.c (GetIconWindow):
3806 * fvwm/fvwm.h (FvwmWindow):
3807 * fvwm/events.c (__handle_cr_on_icon):
3808 properly handle icon border width; fixes an xterm active icon loop
3810 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3812 * fvwm/borders.c (border_draw_one_border_part):
3813 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
3816 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3818 * fvwm/menustyle.c (menustyle_copy_face):
3820 (menustyle_free_face):
3822 (menustyle_parse_style):
3823 use new functions and fix a bug
3828 removed empty files colors.c and colors.h
3830 * fvwm/colors.c (CopyColor):
3832 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3835 * fvwm/frame.c (frame_reshape_border):
3838 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3840 * fvwm/menustyle.c (menustyle_copy_face):
3841 separated from menustyle_copy; color copies are reallocated.
3845 color copies are reallocated.
3847 * fvwm/colors.c (CopyColor):
3848 * fvwm/colors.h (CopyColor):
3851 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3853 * fvwm/move_resize.c (__resize_window):
3854 fix for not being able to finish resize with mouse when resizing on
3855 click with modifiers active. (intruduced with 'removed duplicate
3856 pointer query' at sep 29)
3860 * fvwm/menustyle.c (menustyle_parse_style):
3861 made style pairs negatable with '!' prefix
3862 ActiveForeOff and HilightBackOff frees colors used.
3864 * fvwm/menustyle.c (menustyle_copy):
3865 fix for freeing color from sorce instead of destination.
3867 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3869 * fvwm/functions.c (__execute_function):
3870 fixed an error in yesterdays patch to complex fuctions. the commands
3871 pressed window were not retored correctly after running move functions
3872 without it, and functions would be run twice.
3874 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3877 added NoLayer to list of allowed options for WindowList command
3878 fixed grammar of test-conditions list. formatting fixes for
3879 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
3883 * fvwm/functions.c (__execute_function)
3884 (__run_complex_function_items):
3885 (execute_complex_function):
3886 fix for moving/resizing reference window usage with complex functions.
3888 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3890 * fvwm/move_resize.c (__move_loop):
3891 reimplemented a fix for the place with keyboard setting a button as
3892 used for place bug; this time without breaking escape key.
3894 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3896 * fvwm/move_resize.c (__move_loop):
3897 removed the previous patch as it breaks aborting window motion with the
3900 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3902 * fvwm/move_resize.c (__move_loop):
3903 fixed bug where finishing movment with keyboard would set a random
3904 button as used for placement.
3906 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3909 * fvwm/frame.c (frame_setup_border):
3910 reverted change for move of window parts (reset of PressedW).
3912 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3914 * fvwm/frame.c (frame_setup_border):
3917 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3920 * fvwm/move_resize.c (__resize_window):
3921 removed duplicate pointer query for enter/leave notify events.
3922 resizing of shaded windows in the shaded direction no longer
3923 results in bogus ref points.
3925 * fvwm/frame.c (frame_setup_border):
3926 reset PressedW if the part has moved. This prevents strange
3927 ref points in resize if called from some complex functions.
3929 * fvwm/frame.c (frame_create_move_resize_args):
3930 shaded windows use get_client_geometry for client geometry.
3932 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3936 * fvwm/fvwm.h (window_flags):
3937 (WindowConditionMask):
3939 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
3942 * fvwm/session.c (_match):
3945 * fvwm/conditional.c (MatchesConditionMask):
3946 (CreateConditionMask):
3947 * fvwm/add_window.c (setup_window_structure):
3948 * fvwm/move_resize.h (placement_binding):
3949 * fvwm/move_resize.c (__move_loop):
3950 (placement_binding):
3951 * fvwm/bindings.c (ParseBinding):
3952 * libs/wcontext.c (win_contexts):
3953 * libs/wcontext.h (enum):
3955 Added placement context for simple mouse bindings to allow
3956 specification of buttons to finish/cancel movment. Buttons >3
3957 may now be used to place windows.
3958 Replaced window flag placed_wb3 with placed_by_button
3959 FvwmWindow member. Added window condition PlacedByButton.
3961 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3965 * fvwm/menustyle.h (enum):
3969 (ST_SCROLL_OFF_PAGE):
3970 (MST_SCROLL_OFF_PAGE):
3971 * fvwm/menustyle.c (menustyle_copy):
3972 (menustyle_get_styleopt_index):
3973 (menustyle_parse_style):
3975 * fvwm/menus.c (menuShortcuts):
3977 (__mloop_handle_event):
3978 (menu_get_outer_geometry):
3981 added MouseWheel and ScrollOffPage menu styles
3983 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3986 * fvwm/menus.c (append_item_to_menu):
3987 fixed bug #1121: Use of pointer without checking for NULL
3989 2005-09-19 Mikhael Goikhman <migo@homemail.com>
3992 * fvwm/expand.c (expand_vars):
3993 warn on usage of obsolete one-letter variables
3995 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3999 * fvwm/expand.c (expand_vars_extended):
4001 allow nesting of variables
4003 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4005 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4006 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4010 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4012 * fvwm/borders.c (border_draw_one_border_part)
4013 (border_draw_all_border_parts):
4014 fix the previous patch to work with title-less windows too
4016 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4018 * fvwm/borders.c (border_draw_one_border_part)
4019 (border_draw_all_border_parts):
4020 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4021 windows to make the borders look homogeneous (based on the patch of
4024 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4030 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4031 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4033 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4037 increased version to 2.5.15
4042 updated for 2.5.14 release
4044 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4045 (ewmh_WMStateSkipTaskBar):
4046 (ewmh_WMStateSkipPager):
4047 (ewmh_WMStateModal):
4048 fixed several ewmh-hints
4050 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4053 fix TestRc example error, s/Any/All/
4055 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4060 * fvwm/conditions.c (MatchesConditionMask):
4061 (CreateConditionMask):
4062 added FixedPosition condition
4064 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4066 * fvwm/virtual.c (HandlePaging):
4067 use FQueryPointer every time to track the pointer position; this fixes
4068 fvwm hanging in HandlePaging for the given delay once the pointer
4069 touches the pan frames
4071 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4073 * fvwm/session.c (SaveWindowStates):
4076 save and restore the default layer during a restart
4078 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4080 * fvwm/conditional.c (CMD_Test):
4082 rename previously added Test conditions to EnvIsSet and EnvMatch,
4083 tweak the logic when the variable is set, but empty
4085 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4087 * fvwm/conditional.c (CMD_Test):
4089 added test conditions EdgeHasPointer and EdgeIsActive
4091 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4093 * fvwm/virtual.c (raisePanFrames):
4094 prevent cycling of pan frame window stacking order
4096 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4098 * fvwm/conditional.c (CMD_Test):
4100 add Test conditions IsEnvSet and MatchEnv
4102 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4104 * fvwm/menus.c (pop_menu_up):
4105 * fvwm/menustyle.c (menustyle_copy):
4106 two fixes by Viktor Griph
4108 * fvwm/events.c (HandleEvents):
4109 simplify the style list if there is nothing else to do
4111 * fvwm/style.c (__simplify_style_list):
4112 (styles_have_same_id):
4113 (style_id_equals_id):
4114 (style_ids_are_equals):
4116 (remove_all_of_style_from_list):
4117 (one_fw_can_match_both_ids):
4118 pass pointers instead of the whole style structure
4119 (__simplify_style_list):
4120 fixed memory leak and tweaked the code
4122 * libs/Strings.c (CatString3):
4123 fixed a buffer overflow
4125 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4128 detect if Window, Pixel or void * are bigger than long and refuse to
4131 * libs/vpacket.h (ConfigWinPacket):
4132 * fvwm/windowshade.c (CMD_WindowShade):
4133 * fvwm/virtual.c (MoveViewport):
4136 (CMD_GotoDeskAndPage):
4137 * fvwm/update.c (apply_window_updates):
4138 * fvwm/stack.c (BroadcastRestack):
4141 * fvwm/icons.c (DeIconify):
4143 * fvwm/geometry.c (broadcast_icon_geometry):
4144 * fvwm/events.c (HandleEnterNotify):
4146 (HandleLeaveNotify):
4148 (HandleMapRequestKeepRaised):
4149 * fvwm/add_window.c (destroy_window):
4150 * fvwm/module_interface.c (SendFvwmPicture)
4151 (BroadcastFvwmPicture):
4152 (CMD_Send_WindowList):
4153 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4154 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4157 * fvwm/virtual.c (GetDeskNumber):
4158 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4159 around the given desk range with a relative desk
4161 * fvwm/focus.c (focus_grab_buttons_on_layer):
4167 reindented some code and renamed some variables
4169 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4171 * fvwm/events.c (__check_click_to_focus_or_raise):
4174 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4176 * FvwmIconMan/xmanager.c (set_win_iconified):
4177 fixed select/focus button state lost when deiconifying a window
4179 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4181 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4184 * libs/Colorset.c (get_aspect_dimensions):
4185 fixed aspectpixmap size calculations
4187 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4189 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4192 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4193 (ewmh_CurrentDesktop):
4194 (ewmh_DesktopGeometry):
4195 (ewmh_NumberOfDesktops):
4197 (ewmh_WMIconGeometry):
4198 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4199 print error messages for broken gnome client messages
4201 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4202 removed duplicate call of execute_function_override_window
4204 * fvwm/stack.c (new_layer):
4205 fixed a hang if a window sets an layer < 0 via gnome hints
4207 * fvwm/add_window.c (GetWindowSizeHints):
4208 * fvwm/misc.c (fvwm_msg_report_app):
4209 (fvwm_msg_report_app_and_workers):
4210 new utility functions
4212 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4214 * fvwm/stack.c (dump_stack_ring):
4215 (verify_stack_ring_consistency):
4216 * fvwm/module_interface.c (HandleModuleInput):
4217 * fvwm/events.c (__cr_detect_icccm_move):
4218 * fvwm/style.c (print_styles):
4221 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4223 * libs/FlocaleCharset.c:
4224 support euc-jp encodings (Yasuhiro Nakazaki)
4226 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4228 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4229 * fvwm/ewmh_names.c (EWMH_WMName):
4231 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4232 (EWMH_SetNumberOfDesktops):
4233 (EWMH_SetDesktopViewPort):
4234 (EWMH_SetDesktopGeometry):
4235 (EWMH_SetWMDesktop):
4237 (EWMH_SetFrameStrut):
4239 * fvwm/gnome.c (AtomGet):
4241 (GNOME_GetHintIcons):
4242 (GNOME_GetHintLayer):
4243 (GNOME_GetHintState):
4244 (GNOME_GetExpandedSize):
4245 (GNOME_SetAreaCount):
4246 (GNOME_SetCurrentArea):
4247 (GNOME_SetDeskCount):
4248 (GNOME_SetCurrentDesk):
4249 (GNOME_SetCurrentDesk):
4252 (CMD_GnomeShowDesks):
4256 * libs/fsm.c (GetClientID):
4257 (set_session_manager):
4258 * fvwm/session.c (GetClientID):
4259 * fvwm/fvwm.h (FvwmWindow):
4260 * fvwm/colorset.c (get_root_pixmap):
4261 * fvwm/add_window.c (FetchWmProtocols):
4262 * libs/FTips.c (__initialize_window):
4263 * fvwm/icccm2.c (convertProperty)
4264 (icccm2_handle_selection_request)
4265 * fvwm/fvwm.c (SetMWM_INFO):
4268 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4270 * fvwm/move_resize.c (GetOnePositionArgument):
4271 don't use the unportable fuction rintf()
4273 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4277 increased version to 2.5.14
4283 updated for 2.5.13 release
4285 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4287 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4288 fixed drawing of relief with very small rectangles, i.e. when
4289 line_width * 2 > height or width
4291 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4293 * NEWS: fvwm-menu-desktop changes.
4295 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4297 * fvwm/placement.c (get_next_x):
4298 fixed collision detection of windows on pages other than the current
4299 one during placement
4301 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4303 * fvwm/move_resize.c (__resize_window):
4304 Fixed interactive resize (reduction) via the bottom border
4309 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4313 Spelling fix contition -> condition
4315 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4317 * fvwm/style.c (style_ids_are_equals):
4318 (style_id_equals_id):
4319 (styles_have_same_id):
4320 (fw_match_style_id):
4321 (one_fw_can_match_both_ids):
4322 (cleanup_style_defaults):
4323 * libs/fsm.c (fprintfhex):
4325 * libs/FGettext.c (fgettext_free_fgpath_list):
4326 * libs/Parse.c (_get_suffixed_integer_arguments):
4327 * libs/Graphics.c (AllocNonlinearGradient):
4328 * libs/PictureUtils.c (build_mapping_table):
4334 * libs/FRenderInit.c:
4335 include own header file
4337 * libs/System.c (getFileStamp):
4338 * libs/Fft.c (FftPDumyFunc):
4339 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4342 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4344 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4347 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4349 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4351 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4353 * fvwm/conditional.c (Circulate):
4354 added tests for fw == Scr.FvwmRoot again to fix a crash
4356 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4358 * AUTHORS: New author, FvwmScript patch.
4360 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4362 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4363 * AUTHORS: s/Hover/Active/
4365 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4367 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4368 avoid dump with empty key/mouse binding command.
4369 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4370 Checked all other uses of PeekToken in fvwm dir.
4372 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4374 * fvwm/session.c (matchWin):
4376 On restarts compare window ids only. Base our matching decision on
4377 window role only if we have a client id.
4379 * fvwm/move_resize.c (GetOnePositionArgument):
4380 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4381 float values to nearest int
4383 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4386 * fvwm/move_resize.c (CMD_Maximize):
4387 Applied Arnaud Vrac patch which fixes maximize by growing vs
4390 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4392 * fvwm/builtins.c (do_button_style):
4393 ButtonStyle Reset takes effect immediately
4395 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4397 * fvwm/fvwm.1.in: lang check.
4399 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4402 Really commit EWMHUseStackingOrderHints documentation update
4404 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4407 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4410 FvwmIconMan new options
4412 * libs/FTips.c (new file):
4413 * libs/FTips.h (new file):
4416 Added a set of functions for implementing tool tips
4418 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4420 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4422 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4424 * fvwm/menus.c (__mloop_get_event):
4425 * fvwm/functions.c (execute_complex_function):
4426 * fvwm/add_window.c (AddWindow):
4427 * fvwm/module_interface.c (ExecuteModuleCommand):
4428 * fvwm/move_resize.c (__move_loop):
4430 properly set the "state" member of faked motion and key events;
4431 fixes broken "nosnap" feature
4433 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4435 * fvwm/bindings.c (ParseBinding):
4437 * libs/Bindings.c (bindingAppliesToWindow):
4438 (__compare_binding):
4439 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4440 * fvwm/builtins.c (CMD_Wait):
4442 * fvwm/events.c (__handle_bpress_on_root):
4443 (HandleButtonRelease):
4444 fixed crash in window specific binding code
4445 fixed handling of root window in window specific binding code
4446 renamed some functions
4448 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4450 * fvwm/focus.c (__update_windowlist):
4451 replaced while loop by for loop
4453 * fvwm/style.c (style_destroy_style):
4454 * fvwm/conditional.c (Circulate):
4455 removed useless check whether fw == &Scr.FvwmRoot
4457 * fvwm/icons.c (DeIconify):
4458 defused possible endless loop when a window iconified by the
4459 transientfor window loses the "transient" relationship
4461 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4463 * fvwm/move_resize.c (__move_loop):
4465 fixed overwriting the initial button_mask during move/resize
4467 * fvwm/menus.c (__mloop_handle_action_with_mi):
4468 do not "post" a submenu menu item it the submenu does not exist
4470 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4472 * fvwm/events.c (__handle_bpress_on_managed):
4473 do not draw the decorations pressed in if executing a function is
4476 * libs/Parse.c (CopyToken):
4477 fixed parsing of delimiters
4479 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4481 * fvwm/virtual.c (GetDeskNumber):
4482 fixed MoveToDesk without argument
4484 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4487 re-formatted and some spelling corrections
4489 * fvwm/colorset.c (CMD_CleanupColorsets):
4491 * fvwm/builtins.c (CMD_Colorset):
4492 (CMD_CleanupColorsets):
4493 moved functions to colorset.c
4495 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4497 * libs/Parse.c (CopyToken):
4498 skip any whitespace before a delimiter; this allows to have spaces
4499 before the commas in an option list
4501 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4503 * fvwm/frame.c (frame_reshape_border):
4504 re-shaping shaded windows no longer unshades them
4505 re-shaping unshaded windows on pages other than 0 0 no longer moves
4506 them out of the current page
4508 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4510 * fvwm/events.c (__cr_detect_icccm_move):
4511 * fvwm/screen.h (ScreenInfo):
4512 * fvwm/builtins.c (CMD_BugOpts):
4513 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4515 * fvwm/move_resize.c (__move_loop):
4517 query the pointer position in the move loop when an
4518 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4522 increased version to 2.5.13
4528 updated for 2.5.12 release
4530 * fvwm/frame.c (frame_create_move_resize_args):
4531 fixed xemacs growing or shrinking when title height changed; this was
4532 caused by calculating the old client window geometry using the new
4533 title dimensions; query the window size instead
4535 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4537 * fvwm/events.c (test_map_request):
4538 (test_button_event):
4539 (test_typed_window_event):
4540 (test_resizing_event):
4541 (__predicate_button_click):
4542 (__merge_cr_moveresize):
4543 (HandleUnmapNotify):
4544 (flush_property_notify):
4545 (is_resizing_event_pending):
4546 (__test_for_motion):
4547 use type XPointer for last argument of predicate procedures for
4548 XCheckPeekIfEvent and XCheckIfEvent, not char *
4549 (HandleUnmapNotify):
4552 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4554 * fvwm/window_flags.h:
4555 removed useless and broken SETM_ macros
4557 * fvwm/update.c (init_style):
4558 fixed resetting user states
4560 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4562 * libs/envvar.c (add_to_envlist):
4565 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4567 * fvwm/builtins.c (CMD_UnsetEnv):
4570 * libs/envvar.c (flib_unsetenv):
4574 split in ftwo functions
4577 check for unsetenv function
4579 * fvwm/builtins.c (CMD_SetEnv):
4580 assume an empty value if no value is given
4582 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
4591 * perllib/FVWM/Commands.pm:
4592 new command EdgeLeaveCommand
4594 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4601 increased version to 2.5.12
4606 updated for 2.5.11 release
4608 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4610 * fvwm/geometry.c (get_page_offset):
4611 (get_page_offset_rectangle):
4612 (get_absolute_geometry):
4615 * fvwm/virtual.c (CMD_GotoPage):
4616 * fvwm/move_resize.c (__move_window):
4617 * fvwm/virtual.c (CMD_GotoPage):
4618 (get_page_arguments):
4619 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4622 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4624 * libs/Flocale.c (FlocaleGetNameProperty):
4625 fixed freeing uninitialized pointer
4627 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4629 * fvwm/conditional.c (select_cmd):
4633 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4634 WindowId and Direction commands; fixes break from these commands
4636 * fvwm/geometry.c (get_shaded_geometry):
4637 shading geometry fix for windows without decoration
4639 * libs/FScreen.c (XineramaQueryExtension):
4640 fixed xinerama crash
4642 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
4645 Parse man pages with config.status so man pages have correct date.
4646 Man pages also specify FVWM version that they relate to.
4649 * bin/fvwm-config.1:
4650 * bin/fvwm-convert-2.2.1:
4651 * bin/fvwm-convert-2.4.1:
4652 * bin/fvwm-convert-2.6.1:
4653 * bin/fvwm-menu-desktop.1:
4655 * modules/FvwmAnimate/FvwmAnimate.1:
4656 * modules/FvwmAuto/FvwmAuto.1:
4657 * modules/FvwmBacker/FvwmBacker.1:
4658 * modules/FvwmBanner/FvwmBanner.1:
4659 * modules/FvwmButtons/FvwmButtons.1:
4660 * modules/FvwmCommand/FvwmCommand.1:
4661 * modules/FvwmConsole/FvwmConsole.1:
4662 * modules/FvwmConsole/FvwmConsoleC.pl.1:
4663 * modules/FvwmCpp/FvwmCpp.1:
4664 * modules/FvwmDragWell/FvwmDragWell.1:
4665 * modules/FvwmEvent/FvwmEvent.1:
4666 * modules/FvwmForm/FvwmForm.1:
4667 * modules/FvwmGtk/FvwmGtk.1:
4668 * modules/FvwmIconBox/FvwmIconBox.1:
4669 * modules/FvwmIconMan/FvwmIconMan.1:
4670 * modules/FvwmIdent/FvwmIdent.1:
4671 * modules/FvwmM4/FvwmM4.1:
4672 * modules/FvwmPager/FvwmPager.1:
4673 * modules/FvwmProxy/FvwmProxy.1:
4674 * modules/FvwmRearrange/FvwmRearrange.1:
4675 * modules/FvwmSave/FvwmSave.1:
4676 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4677 * modules/FvwmScript/FvwmScript.1:
4678 * modules/FvwmScroll/FvwmScroll.1:
4679 * modules/FvwmTaskBar/FvwmTaskBar.1:
4680 * modules/FvwmTheme/FvwmTheme.1:
4681 * modules/FvwmWharf/FvwmWharf.1:
4682 * modules/FvwmWinList/FvwmWinList.1:
4683 These man pages were renamed to have a .in suffix.
4684 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4686 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4688 * fvwm/placement.c (__place_window):
4689 fixed starting desk output with bugopts explainwindowplacement
4691 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
4693 * fvwm/eventhandler.h:
4694 * fvwm/events.c (InitEventHandlerJumpTable):
4698 Fixed window specific bindings "patch" by sending key release event
4701 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4705 * fvwm/move_resize.c:
4709 * fvwm/decorations.c:
4713 * fvwm/add_window.c:
4716 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4717 it with NUMBER_OF_MOUSE_BUTTONS
4719 * fvwm/style.c (style_parse_focus_policy_style):
4720 * fvwm/focus_policy.h:
4721 * libs/Bindings.c (GrabWindowButton):
4722 * fvwm/bindings.c (bind_get_bound_button_contexts):
4724 * fvwm/events.c (WaitForButtonsUp):
4725 * fvwm/style.c (style_parse_focus_policy_style):
4726 * fvwm/builtins.c (__fake_event):
4727 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4728 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4730 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4733 put -Wall -Wno-implicit-int before user specified flags
4736 Applied below patch again. It didn't make it to CVS (?)
4738 2004-08-26 Dan Espen <dane@mk.telcordia.com>
4740 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
4742 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4745 cleaned up ifdef hell
4748 fixed solaris xinerama test
4750 2004-08-25 Dan Espen <dane@mk.telcordia.com>
4754 * libs/FScreen.c (solaris_XineramaQueryScreens):
4755 Solaris Xinerama support.
4758 Patch by Chris Ross.
4760 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4762 * fvwm/events.c (__handle_cr_on_client):
4763 don't reevaluate window geometry when a ConfigureRequest has no size or
4766 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4768 * fvwm/menus.c (get_menu_options):
4770 new menu option TearOffImmediately
4772 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4774 * fvwm/placement.c (__place_get_wm_pos):
4775 cascade placemnt fix by Paul Vojta
4777 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4779 * fvwm/geometry.c (constrain_size):
4780 Don't touch the aspect ratio if modifying the width/height does not
4781 improve the situation
4783 * fvwm/frame.c (frame_free_move_resize_args):
4784 (__frame_setup_window):
4785 (frame_update_hidden_window_pos):
4786 (frame_mrs_resize_move_windows):
4787 (frame_create_move_resize_args):
4788 * fvwm/move_resize.c (__resize_window):
4789 some event handling fixes
4791 * fvwm/geometry.c (constrain_size):
4792 look up the latest size hints if necessary
4794 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4796 * fvwm/geometry.c (constrain_size):
4797 * fvwm/ewmh.c (EWMH_fullscreen):
4798 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4799 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4800 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4801 * fvwm/fvwm.h (window_flags_t):
4802 allow windows to override their size hints when going fullscreen:
4803 minimum and maximum size, size inc, aspect ratio, etc.
4805 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4807 * fvwm/decorations.c (struct):
4808 MWM hints on 64 bit machines fix
4810 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4812 * fvwm/fvwm.1.in (Note):
4813 * fvwm/read.c (CMD_Read):
4815 the Read and PipeRead commands have a return code
4817 * fvwm/read.c (run_command_stream):
4822 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4824 * fvwm/move_resize.c (GetResizeArguments):
4826 fixed parsing of the frame option to the resize command and the pointer
4827 option to the move command
4829 * fvwm/conditional.c (CMD_None):
4830 Fixed CMD_None return code
4832 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4834 * fvwm/stack.c (is_above_unmanaged):
4835 windows on other Desks are always considered on top
4837 * fvwm/conditional.c (CreateConditionMask):
4838 (MatchesConditionMask):
4839 * fvwm/fvwm.h (WindowConditionMask):
4840 new condition Overlapped
4843 inproved strings.h / sring.h iclusion logic
4845 * libs/PictureUtils.c (finish_ct_init):
4846 (PictureInitColors):
4847 use flib_putenv instead of putenv
4849 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4852 * libs/gravity.h (enum):
4853 * libs/wcontext.h (enum):
4856 * fvwm/fvwm.c (StartupStuff):
4857 do not ungrab the pointer while the startup functions execute
4859 ungrab the pointer only after executing the RestartFunction or
4860 ExitFunciton. Otherwise these functions may not be executed if some
4861 other application grabs the pointer.
4864 * fvwm/conditional.c (CreateConditionMask):
4865 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4866 new condition AnyScreen
4869 * fvwm/builtins.c (__fake_event):
4870 * fvwm/bindings.c (ParseBinding):
4871 removed C++ comments
4873 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
4876 New options for FvwmButtons module.
4878 2004-07-12 Mikhael Goikhman <migo@homemail.com>
4881 use commas between conditions
4883 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4885 * fvwm/builtins.c (CMD_Wait):
4886 ignore MapNotify reported to any window except the root window
4888 * fvwm/module_interface.c (CONFIGARGS):
4889 correct number of CONFIGARGS arguments
4891 * libs/vpacket.h (ConfigWinPacket):
4892 frame_x and frame_y are signed
4894 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
4896 * fvwm/conditional.c:
4900 Committed patch by Norman Yarvin (with a few minor mods) to extend
4901 conditionals to handle multiple window names.
4903 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4905 * fvwm/module_interface.c (CONFIGARGS):
4906 * libs/vpacket.h (ConfigWinPacket):
4907 put window_flags at end of structure
4909 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4911 * fvwm/module_interface.c (CONFIGARGS):
4916 removed old module interface
4919 * libs/vpacket.h (ConfigWinPacket):
4922 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4924 * fvwm/execcontext.c (__exc_change_context):
4925 fixed handling of etrigger event, fixing a problem with PropertyNotify
4926 events during resizing and possibly other problems too
4928 * fvwm/add_window.c (RestoreWithdrawnLocation):
4929 fixed travelling windows if application changed gravity hint before
4932 * fvwm/frame.c (combine_decor_gravities):
4933 (combine_gravities):
4935 (frame_restore_client_gravities):
4936 fixed window gravity after resize
4938 * libs/FEvent.c (FPeekEvent):
4940 (FCheckPeekIfEvent):
4941 fixed some event handling bugs
4943 * fvwm/conditional.c (CMD_Test):
4945 corrected use of Bool types
4947 simplified, fixed compilation
4949 use int as return type
4951 * libs/Ficonv.c (convert_charsets):
4954 * libs/Ficonv.c (convert_charsets):
4955 * acinclude.m4 (ICONV_SECOND_ARG):
4956 rewrote iconf configure test to save an ifdef
4958 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
4964 Allow user to specify window-specific bindings that should NOT be
4965 intercepted by FVWM. This is accomplished with an '--' binding action.
4967 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4969 * fvwm/move_resize.c (__resize_window):
4970 Fixed event handling
4972 * fvwm/virtual.c (HandlePaging):
4973 removed check for leave events on pan frames; better query the pointer
4976 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
4979 * fvwm/conditional.c:
4980 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
4982 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4984 * fvwm/move_resize.c (GetResizeArguments):
4985 (GetResizeMoveArguments):
4988 (__resize_get_refpos):
4989 (__resize_get_dir_proximity):
4990 (__resize_get_dir_from_window):
4991 implemented fluxbox-like Alt-Button3 resizing
4993 * fvwm/virtual.c (HandlePaging):
4994 * fvwm/events.c (__merge_cr_moveresize):
4995 (__test_for_motion):
4996 (flush_property_notify):
4997 do not use XPutBackEvent as it shuffles events on the queue
4998 (test_button_event):
4999 (test_typed_window_event):
5002 * libs/FEvent.c (fev_get_evpos_or_query):
5003 take pointer position from EnterNotify and LeaveNotify events
5005 * fvwm/move_resize.c (__move_loop):
5006 fixed multiple paging with certain SnapGrid / Move interactions
5009 * fvwm/virtual.c (HandlePaging):
5010 Workaround for buggy XFree not delivering some Pointer events
5013 * fvwm/virtual.c (MoveViewport):
5014 don't eat MotionNotify events
5016 * libs/FEvent.c (fev_get_last_event):
5025 (FCheckWindowEvent):
5026 (FCheckTypedWindowEvent):
5030 keep a copy of the previous event in case FPutBackEvent is called
5032 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5035 Indicate optional window argument in section headings for
5036 Key, Mouse, PointerKey & Stroke commands.
5037 Remove strange "-Key" option listed for PointerKey.
5039 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5041 * libs/Fft.c (FftDrawString):
5042 * fvwm/session.c (get_version_string):
5043 * fvwm/module_interface.c (FlushMessageQueue):
5044 * fvwm/fvwm.c (SaveDesktopState):
5046 * fvwm/colorset.c (cleanup_colorsets):
5047 * libs/PictureUtils.c (struct):
5048 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5050 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5052 * fvwm/events.c (__cr_detect_icccm_move):
5053 windows with ewmh hints are assumed to use icccm2 compliant movement
5055 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5056 (ewmh_WMStateMaxHoriz):
5057 fixed restart/maximized problem
5059 * libs/fvwmsignal.c (fvwmReapChildren):
5060 * fvwm/fvwm.c (ReapChildren):
5061 moved function to lib
5063 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5065 * fvwm/modconf.c (send_desktop_geometry):
5068 (send_move_threshold):
5069 (send_ignore_modifiers):
5070 increased static buffer size
5072 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5074 * libs/CombineChars.c (convert_to_ucs2):
5075 Replace illegal UTF-8 character sequences in input
5077 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5080 bugfix: wrong stroke action being invoked.
5082 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5087 Active _last_ matching binding. (ie. same behaviour as before
5088 win-specific bindings patch.)
5089 bugfix: segfault when looking up stroke bindings in root context.
5091 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5097 * fvwm/module_interface.c:
5100 * modules/FvwmScript/FvwmScript.c:
5101 * modules/FvwmScript/Instructions.c:
5102 Implemented window-specific key/mouse bindings.
5104 * modules/FvwmIconBox/FvwmIconBox.h:
5108 Make args to matchWildcards() const.
5110 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5112 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5114 * fvwm/ewmh.c (EWMH_fullscreen):
5117 * fvwm/add_window.c (AddWindow):
5118 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5120 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5121 (ewmh_WMStateMaxVert):
5122 (ewmh_WMStateShaded):
5123 (ewmh_WMStateSticky):
5124 (ewmh_WMStateStaysOnBottom):
5127 don't try to maximize window when looking up the style
5129 (ewmh_WMStateFullScreen):
5130 (ewmh_WMStateHidden):
5131 (ewmh_WMStateMaxVert):
5132 (ewmh_WMStateModal):
5133 (ewmh_WMStateShaded):
5134 (ewmh_WMStateSkipPager):
5135 (ewmh_WMStateSticky):
5136 (ewmh_WMStateStaysOnBottom):
5137 fixed ignoring ewmh hints
5139 * fvwm/expand.c (expand_vars_extended):
5140 include full path in iconfile and miniiconfile variables
5142 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5144 * fvwm/functions.c (execute_complex_function):
5146 fixed double click patch
5148 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5150 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5151 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5153 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5155 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5158 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5160 * libs/FImage.c (FShmSafeCreateImage):
5161 Yet another fix to SHM remote client problem
5163 2004-05-26 Francis Litterio <franl@world.std.com>
5167 * fvwm/placement.c (__place_get_wm_pos)
5168 * fvwm/style.c (style_parse_one_style_option)
5169 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5171 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5173 * fvwm/events.c (HandleEnterNotify):
5174 fixed endless loop of edge commands when doing something that grabs
5177 * fvwm/functions.c (CheckActionType):
5178 (execute_complex_function):
5179 double clicks no longer work when pressing different buttons
5181 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5183 * fvwm/placement.c (__place_get_wm_pos):
5184 fixed placement in top left corner when pressing escape during manual
5187 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5191 added Chinese translations
5193 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5195 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5198 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5200 * fvwm/conditional.c:
5202 clean up Test code and documentation, add new False condition,
5203 unrecognized conditions produce Error return code now
5205 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5207 * fvwm/style.c: Remove extra char.
5209 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5211 * fvwm/ewmh.c (ewmh_atom_client_win):
5212 * fvwm/ewmh_intern.h:
5213 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5214 (ewmh_MoveResizeWindow):
5215 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5217 * fvwm/events.c (__handle_cr_on_client):
5218 (__handle_configure_request):
5219 (events_handle_configure_request):
5220 Some renaming for consistency, force restacking if the event come from
5223 * fvwm/ewmh_events.c (ewmh_MoveResize):
5224 Fixed _NET_WM_MOVERESIZE
5226 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5229 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5230 (EWMH_SetFrameStrut):
5231 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5233 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5235 * libs/FImage.c (FShmSafeCreateImage):
5236 Finished to fix SHM remote client problem
5238 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5240 * libs/FImage.c (FShmSafeCreateImage):
5241 Fixed when we are a remote client
5243 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5254 new default ~/.fvwm/config file is now recommended instead of
5255 still supported ~/.fvwm/.fvwm2rc
5257 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5259 * fvwm/menus.c (NewMenuRoot):
5260 do not strip whitespace from menu names when creating a new menu
5262 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5264 * fvwm/menuitem.c (menuitem_get_size):
5266 renamed remaining "mips" to mipst
5268 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5270 * fvwm/events.c (HandleMapRequestKeepRaised):
5271 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5272 Fixed EWMH DesktopGeometry and Stacking list
5274 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5276 * fvwm/virtual.c (GetDeskNumber):
5279 fixed MoveToDesk with one argument
5281 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5283 * fvwm/style.c (style_parse_one_style_option):
5285 * fvwm/conditional.c (MatchesConditionMask):
5287 * fvwm/window_flags.h:
5290 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5295 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5297 * fvwm/move_resize.c (unmaximize_fvwm_window):
5298 fixed redrawing of maximize button when unmaximizing but when the size
5299 and position does not change
5301 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5303 * fvwm/expand.c (expand_vars_extended):
5304 new extended variable $[w.layer]
5306 * fvwm/move_resize.c (MaximizeHeight):
5309 applied modified layer patch for maximize by Rafal Bisingier
5311 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5313 * fvwm/add_window.c (setup_frame_attributes):
5314 Hopefully fixed BackingStore code and removed now useless backing store
5317 * fvwm/expand.c (expand_vars_extended):
5318 new extended variable $[w.desk]
5320 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5324 increased version to 2.5.11
5329 updated for 2.5.10 release
5331 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5332 improved rotation code
5334 * libs/gravity.c (gravity_add_rotations):
5337 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5339 * fvwm/placement.c (__explain_placement):
5342 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5345 * fvwm/builtins.c (CMD_BugOpts):
5346 * fvwm/screen.h (ScreenInfo):
5347 new BugOpts option ExplainWindowPlacement
5348 renamed some members of Screen
5350 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5352 * fvwm/placement.c (__place_get_wm_pos):
5353 (__place_get_nowm_pos):
5354 (__place_get_placement_flags):
5356 (__place_handle_x_resources):
5357 (setup_window_placement):
5358 split into multiple functions
5361 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5363 * fvwm/add_window.c (setup_window_placement):
5364 * fvwm/placement.c (setup_window_placement):
5365 moved function to placement.c
5366 fixed using PLACE_AGAIN placement mode
5371 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5373 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5374 allow a negative line_width to invert the relief
5376 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5378 * libs/Flocale.c (FlocaleDrawString)
5379 (FlocaleDrawUnderline)
5381 reduced redundant calls to iconv
5383 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5385 * fvwm/move_resize.c (CMD_XorValue):
5386 fixed a very small outline drawing problem caused by using 0 line width
5391 increased version to 2.5.10
5395 updated for 2.5.9 release
5397 * fvwm/functions.c (execute_function_override_window):
5398 * fvwm/module_interface.c (ExecuteModuleCommand):
5399 * fvwm/conditional.c (circulate_cmd):
5400 sometimes, DeferExecution was called although a window was already
5401 selected, for example with the "Current" commend; fixed
5403 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5405 * libs/FImage.c (FShmSafeCreateImage):
5406 Fixed some safety tests
5408 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5410 * fvwm/events.c (__handle_cr_on_client):
5411 fixed a bug in the Jave configure request workaround
5413 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5415 * fvwm/events.c (__cr_detect_icccm_move):
5416 improved motion method detection for fullscreen requests
5418 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5420 * fvwm/add_window.c (AddWindow):
5421 * fvwm/screen.h (ScreenInfo):
5422 * fvwm/builtins.c (CMD_BugOpts):
5423 new BugOpts option DisplayNewWindowNames intended for debugging
5425 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5427 * libs/Bindings.c (FvwmStringToKeysym):
5428 small performance enhancement
5430 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5432 fixed the FlickeringMoveWorkaround option which did nothing before
5434 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5436 * fvwm/style.c (style_parse_one_style_option):
5438 * fvwm/style.h (SIS_UNMANAGED):
5439 * fvwm/add_window.c (AddWindow):
5442 * fvwm/expand.c (expand_vars_extended):
5443 new variables $[w.iconfile] and $[w.miniiconfile]
5445 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5446 made left side of a relief one pixel longer at the bottom
5448 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5450 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5451 * fvwm/style.c (style_set_old_focus_policy):
5452 fixed default window list order with ClickToFocus
5454 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5456 * fvwm/libs/Flocale.h:
5457 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5458 (FlocaleStringByteToCharOffset)
5459 (FlocaleStringCharToByteOffset)
5460 (FlocaleStringCharLength):
5461 Made utility functions available outside of Flocale
5463 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5465 * fvwm/events.c (__test_for_motion):
5466 Fixed a lockup, see the long comment in the code
5468 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5470 * fvwm/schedule.c (execute_obj_func):
5471 fixed using uninitialised return code
5473 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5475 * fvwm/builtins.c (do_title_style):
5476 Fixed MinHeight, it must reset the Height
5478 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5480 * fvwm/menus.c (menuShortcuts):
5481 applied menu navigation patch by Anton Kazennikov
5483 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5485 * libs/gravity.c (gravity_dir_to_string):
5486 (gravity_parse_dir_argument):
5487 use a constant for the dir table
5489 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5491 * fvwm/Flocale.c (FlocaleEncodeString)
5492 (FlocaleDrawUnderline):
5493 Fixed crash when there's no Iconv support
5495 2003-12-16 olicha <olivier.chapuis@free.fr>
5498 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5500 * sample.fvwmrc/system.fvwm2rc-sample-95:
5501 Added some Xft fonts
5503 2003-12-12 olicha <olivier.chapuis@free.fr>
5505 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5506 Fixed ewmh FullScreen when an application start fullscreen and
5507 desactivate this state
5509 2003-12-04 olicha <olivier.chapuis@free.fr>
5511 * fvwm/placement.c (test_fit):
5513 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5514 (EWMH_GetBaseStrutIntersection):
5515 (EWMH_GetStrutIntersection):
5516 Fixed placement vs the base struts
5518 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5520 * sample.fvwmrc/system.fvwm2rc-sample-95:
5521 improved Debian specific menu
5523 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5525 * sample.fvwmrc/system.fvwm2rc-sample-95:
5526 several updates; added Debian menu if found
5528 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5531 new configure option --en/disable-iconv
5533 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5535 * fvwm/menus.c (__mloop_handle_event):
5536 * fvwm/menustyle.c (menustyle_parse_style):
5538 new MenuStyle options PopupIgnore and PopupClose
5540 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5542 * fvwm/menus.c (menu_binding): Remove debug code.
5543 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5544 * fvwm/menus.h: Add menu_binding function.
5545 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5547 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5549 * libs/wcontext.h (enum): Add MENU context.
5550 * libs/wcontext.c (win_contexts): More common binding contexts first in
5552 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5555 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5559 increase version to 2.5.9
5561 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5568 updated for 2.5.8 release
5570 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5574 initially added files for deb package auto-creating procedure
5576 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5580 added Swedish translations by Johan Svedberg
5585 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5587 * fvwm/add_window.c (GetWindowSizeHints):
5588 reindented broken hint messages
5590 2003-10-23 Mikhael Goikhman <migo@homemail.com>
5593 improved Perl detection messages,
5594 restored FvwmGtkDebug independence from gtk libs
5596 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5600 added German translations by Andrei Mitrofanow
5605 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5610 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5613 * fvwm/conditional.c (CreateConditionMask):
5614 (MatchesConditionMask):
5615 (CreateConditionMask):
5616 * fvwm/fvwm.h (WindowConditionMask):
5617 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5619 2003-09-23 olicha <olivier.chapuis@free.fr>
5621 * libs/FImage.c (FShmInit):
5624 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5626 * fvwm/focus.c (warp_to_fvwm_window):
5627 don't unnecessarily call MoveViewport
5629 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5631 * fvwm/decorations.c (__is_resize_allowed):
5634 2003-09-06 malu <ml@update.uu.se>
5636 * libs/FBidi.c (FBidiConvert):
5637 * libs/CombineChars.c (CombineChars):
5638 Fixed drawing combining characters on correct positions in
5639 right-to-left context
5641 2003-09-05 malu <ml@update.uu.se>
5643 * libs/Flocale.c (FlocaleDrawString):
5645 Fixed drawing of combining characters with font shadow
5646 (character offsets were miscalculated, since FlocaleTextWidth
5649 2003-09-05 malu <ml@update.uu.se>
5651 * libs/Flocale.c (FlocaleDrawUnderline):
5652 Fixed bug with text width when a string contains only
5653 "orphaned" combining characters (compensation for font shadowd
5656 2003-09-04 olicha <olivier.chapuis@free.fr>
5659 Added E.18, added comments on C.9 and C.15
5661 2003-09-03 olicha <olivier.chapuis@free.fr>
5663 * libs/Flocale.c (FlocaleTextWidth):
5664 Fixed a comb_char core dump
5667 Fixed compilation if either iconv, libpng or Xrender headers are
5668 not at a standard place
5670 2003-09-03 Mikhael Goikhman <migo@homemail.com>
5673 fixed error message for incorrect --with-SOMETHING-library argument
5675 2003-09-03 olicha <olivier.chapuis@free.fr>
5678 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5680 2003-09-02 olicha <olivier.chapuis@free.fr>
5685 2003-09-01 olicha <olivier.chapuis@free.fr>
5687 * libs/gravity.c (gravity_dir_to_string):
5688 A new interface function to transform a direction_t to a string
5690 2003-08-31 S. Anderson <sa@xmission.com>
5692 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5693 Fixed missing font charsets
5695 2003-08-28 olicha <olivier.chapuis@free.fr>
5697 * fvwm/move_resize.c (__move_loop):
5698 (AnimatedMoveAnyWindow):
5699 Updated bg of transparent tear off menu when moved
5701 * fvwm/events.c (HandlePropertyNotify):
5702 Updated ParentRelative tear off menu on bg change
5704 * fvwm/menus.c (UpdateMenuColorset):
5705 Updated colorsets of tear off menu when they change, this handle the
5706 case of root background change for RootTransparent
5709 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5710 An utility function for redrawing transparent tear off menu. Maybe
5713 * fvwm/add_window.c (validate_transientfor):
5714 Fixed transient for an ewmh desktop
5716 2003-08-27 olicha <olivier.chapuis@free.fr>
5718 * libs/FRender.c (FRenderRender):
5719 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5720 Removed and fixed some unused code
5722 2003-08-25 olicha <olivier.chapuis@free.fr>
5724 * fvwm/misc.c (GrabEm):
5725 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5727 * fvwm/modconf.c (send_color_limit):
5728 ifndefed color limit config info message which is not used anymore
5730 * fvwm/colorset.c (parse_colorset):
5731 Added a note on average bg
5733 2003-08-23 olicha <olivier.chapuis@free.fr>
5735 * fvwm/style.c (print_styles):
5736 More info on memory used
5738 * fvwm/style.c (__simplify_style_list):
5739 Fixed upward simplication
5741 2003-08-14 olicha <olivier.chapuis@free.fr>
5743 * fvwm/ewmh.c (ewmh_HandleMenu):
5744 Fixed the MENU window type, they are tear off menus
5747 * fvwm/update.c (apply_window_updates):
5748 * fvwm/stack.c (new_layer):
5749 * fvwm/ewmh.c (EWMH_GetStyle):
5750 Fixed EWMHUseStackingHints update
5752 * fvwm/window_flags.h:
5754 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5755 (ewmh_WMStateMaxHoriz):
5756 (ewmh_WMStateMaxVert):
5757 * fvwm/move_resize.c (unmaximize_fvwm_window):
5758 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
5759 uniconify and unshade when putting a window fullscreen
5761 * fvwm/ewmh_intern.h:
5762 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
5763 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
5765 * fvwm/move_resize.c (unmaximize_fvwm_window):
5768 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5769 * fvwm/decorations.c (SelectDecor):
5770 * fvwm/windowshade.c (CMD_WindowShade):
5771 Removed the decor for EWMH fullscreen windows, forbid shading and
5772 allows Resize and MoveResize without unsetting the fullscreen/maximized
5775 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
5776 (CMD_ResizeMaximize):
5777 Fixed ewmh state which was not set after these cmds
5779 2003-08-09 olicha <olivier.chapuis@free.fr>
5784 2003-08-08 olicha <olivier.chapuis@free.fr>
5786 * fvwm/borders.c (border_draw_vector_to_pixmap):
5787 Fixed inversion of fg and bg in vector buttons
5789 * fvwm/style.c (__simplify_style_list):
5792 * libs/System.c (fvwm_mkstemp):
5795 2003-08-07 olicha <olivier.chapuis@free.fr>
5798 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5800 * libs/System.c (fvwm_mkstemp):
5802 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
5803 exists and work correctly, if not a replacement function is used
5804 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
5807 * libs/fsm.c (unique_filename):
5808 (SetAuthentication):
5809 * fvwm/session.c (getUniqueStateFilename):
5810 Replaced tempnam by fvwm_mkstemp
5812 2003-08-07 olicha <olivier.chapuis@free.fr>
5815 * libs/FSMlib.h (new file):
5816 * fvwm/session.c (*):
5818 fvwmize SMlib and ICElib
5820 * fvwm/session.c (matchWin):
5821 Fixed window matching for windows with no SM_CLIENT_ID and a
5824 * libs/fsm.c (new file):
5825 * libs/fsm.h (new file):
5826 * fvwm/ConfigFvwmDefaults
5827 A set of functions for implementing a dummy session manager
5830 GNOME 1 hints and EWHM support is not a configure time option
5833 2003-08-06 Robert Wittek <r.wittek@gmx.net>
5835 * fvwm/add_window.c (AddWindow):
5836 fixed stickyness across desks over a restart
5838 2003-08-06 olicha <olivier.chapuis@free.fr>
5840 * fvwm/ewmh.c (EWMH_WindowInit):
5841 (EWMH_SetFrameStrut):
5842 Fixed position of kde tray windows in kicker
5844 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5846 * fvwm/module_interface.c (FlushMessageQueue):
5847 retry writing pipe if write returns EINTR
5849 2003-07-28 olicha <olivier.chapuis@free.fr>
5851 * fvwm/events.c (events_handle_configure_request):
5852 (HandleConfigureRequest):
5853 (__handle_configure_request):
5854 (__handle_cr_on_client):
5855 * fvwm/ewmh.c (ewmh_atom_client_win):
5856 * fvwm/ewmh_intern.h:
5857 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5858 (EWMH_ProcessClientMessage):
5859 Implemented _NET_MOVERESIZE_WINDOW
5861 * fvwm/fvwm.c (main):
5864 2003-07-25 olicha <olivier.chapuis@free.fr>
5866 * fvwm/ewmh.c (ewmh_HandleWindowType):
5867 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
5868 that one type and we do not support the first one.
5870 * fvwm/expand.c (expand_vars_extended):
5871 Fixed conflict between extended variables name (desk.name and
5874 * fvwm/session.c (callback_save_yourself):
5875 Respect the SmSaveGlobal save type. This should fix some session
5876 locking in the sm protocol
5878 * fvwm/session.c (setSmProperties):
5880 Set some sm properties when fvwm start for fixing a problem with
5881 the restart style hint after a restart.
5883 * fvwm/fvwm.c (get_display_name):
5886 * fvwm/session.c (setSmProperties):
5888 Added a possible positive or null arg to --single-screen which
5889 forces fvwm to start on the "current" display and the given
5890 screen. Use this to fix fvwm starting under a session manager:
5891 specify only the screen and not the display.screen for the
5894 * fvwm/fvwm.c (main):
5895 Fixed possible memory corruption if a display has more than
5898 * fvwm/session.c (*):
5901 2003-07-24 Mikhael Goikhman <migo@homemail.com>
5904 fixed xft/fontconfig detection with pkg-config
5907 corrections in some long option names
5909 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5911 * fvwm/add_window.c (setup_style_and_decor):
5912 * fvwm/geometry.c (set_window_border_size):
5913 * fvwm/fvwm.h (FvwmWindow):
5914 * fvwm/events.c (HandleShapeNotify):
5915 * fvwm/frame.c (frame_free_move_resize_args):
5916 (frame_setup_shape):
5917 (frame_reshape_border):
5918 fixed resizing of window borders if a window shape was added or deleted
5919 after the initial window setup
5921 * fvwm/update.c (apply_window_updates):
5924 * fvwm/events.c (__cr_detect_icccm_move):
5925 disable motion method detection for shaped windows
5927 2003-07-21 olicha <olivier.chapuis@free.fr>
5929 * fvwm/add_window.c (setup_window_structure):
5930 * fvwm/session.c (MatchWinToSM):
5931 Preserve is_name_changed window_flags within restart, session loading
5934 2003-07-20 olicha <olivier.chapuis@free.fr>
5936 * fvwm/ewmh.c (EWMH_Init):
5937 fixed _NET_WM_NAME for our ewmh WM_CHECK window
5939 * fvwm/fvwm.c (InternUsefulAtoms):
5941 * fvwm/session.c (GetWindowRole):
5942 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
5944 * fvwm/session.c (GetClientID):
5945 Better determination of the CLIENT_LEADER
5947 * fvwm/session.c (setSmProperties):
5948 Set the CloneCommand for gnome-session editor (the sm spec says this
5949 properties is required). Removed the commented XSM ifdef.
5951 * fvwm/session.c (matchWin):
5953 Consider client only if it has a client id or a wm command.
5954 Removed the "two entries" session previous commit
5956 2003-07-16 olicha <olivier.chapuis@free.fr>
5958 * fvwm/session.c (MatchWinToSM):
5959 Fixed restoring session state, if two window session entries have the
5960 same identifier ignore these entries
5962 2003-07-16 olicha <olivier.chapuis@free.fr>
5965 * fvwm/style.h (SID_GET_NAME):
5967 (SID_GET_WINDOW_ID):
5968 (SID_SET_WINDOW_ID):
5971 (SID_SET_HAS_WINDOW_ID):
5972 (SID_GET_HAS_WINDOW_ID):
5978 (SSET_ID_HAS_WINDOW_ID):
5979 (SGET_ID_HAS_WINDOW_ID):
5980 * fvwm/style.c (style_ids_are_equals):
5981 (style_id_equals_id):
5982 (styles_have_same_id):
5983 (fw_match_style_id):
5984 (one_fw_can_match_both_ids):
5985 (remove_all_of_style_from_list):
5986 (__simplify_style_list):
5987 (style_parse_one_style_option):
5989 (style_destroy_style):
5995 (CMD_DestroyWindowStyle):
5996 * fvwm/fvwm.h (style_id_t):
5998 * fvwm/functable.c (func_table):
5999 * fvwm/add_window.c (destroy_window):
6002 New WindowStyle and DestroyWindowStyle command for setting styles
6005 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6007 * libs/Flocale.c (FlocaleDrawString):
6008 * libs/FBidi.c (FBidiConvert):
6009 fixed drawing of combining characters in the case where a string
6010 consists of only combining characters
6012 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6014 * libs/CombineChars.c (CombineChars):
6015 bugfix: array mapping visual to logical position was allocated
6016 to small (factor 2) in decoposing code
6018 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6020 * libs/Flocale.c (FlocaleEncodeWinString):
6023 * libs/Flocale.c (FlocaleDrawString):
6024 (FlocaleRotatedDrawString):
6025 removed some code duplication
6027 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6029 * libs/CombineChars.c (combclass_table):
6031 fixed supporting drawing marks superimposed that are in a combining
6034 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6036 * libs/Flocale.c (FlocaleRotateDrawString):
6038 fixed core dump when composing characters can't be converted to
6041 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6046 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6051 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6054 updated with reagrds to combing characters
6056 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6061 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6063 * libs/Flocale.c (FlocaleEncodeString):
6064 (FlocaleEncodeWinString):
6065 (FlocaleRotateDrawString):
6066 (FlocaleDrawString):
6067 (FlocaleDrawUnderline):
6068 fixed rendering combining characters using Unicode font in a
6071 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6074 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6076 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6079 fixed FBidi.h macro to work with no FriBIDI
6081 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6083 * libs/CombineChars.h (CombineChars):
6084 * libs/CombineChars.c (CombineChars):
6085 * libs/FBidi.h (FBidiConvert):
6086 * libs/FBidi.c (FBidiConvert):
6087 * libs/Flocale.c (FlocaleEncodeString):
6088 (FlocaleEncodeWinString):
6089 (FlocaleDrawUnderline):
6091 fixed drawing of underlines on characters to work in with BIDI
6092 and combining characters
6094 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6097 closed D.1 with "no consensus" resolution
6099 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6102 documented tear off menus
6104 * fvwm/placement.c (PlaceWindow):
6105 StartsOnPage + SkipMapping overrides PPosition
6107 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6110 solved a problem with CMD_Dummy and exact command spelling
6112 * libs/CombineChars.c:
6113 * libs/CombineChars.h:
6115 minor reformattings (use TABs not 8 spaces and a space after keywords
6116 like for, if or while)
6118 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6120 * fvwm/update.c (apply_window_updates):
6122 * fvwm/add_window.c (setup_style_and_decor):
6124 * fvwm/style.c (style_parse_one_style_option):
6125 (check_window_style_change):
6126 new style MoveWindowByProgramMethod
6128 * libs/PictureImageLoader.c (PImageLoadXpm):
6129 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6131 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6132 implemented _NET_WM_STATE_FULLSCREEN handling
6134 * fvwm/move_resize.c (GetOnePositionArgument):
6135 fixed parsing of "+-x +-y" Move arguments
6137 use get_page_offset_check_visible
6139 * fvwm/geometry.c (get_page_offset_check_visible):
6140 new convenience function
6142 * fvwm/events.c (__handle_cr_on_client):
6143 fixed handling of gravities other than NW or Static
6144 (__cr_detect_icccm_move):
6147 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6153 * libs/CombineChars.c:
6154 * libs/CombineChars.h:
6155 * libs/Flocale.c (FlocaleEncodeString):
6159 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6162 2003-07-06 olicha <olivier.chapuis@free.fr>
6164 * libs/FRender.c (FRenderRender):
6167 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6169 * fvwm/ewmh.c (ewmh_check_wm_pid):
6171 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6172 compliant ConfigureNotify handling
6174 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6176 * libs/Flocale.c (FlocaleDrawUnderline):
6177 Commented out some non-working new code
6179 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6181 * libs/Flocale.c (FlocaleDrawString):
6182 fixed drawing superimposed characters with a fontset
6184 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6186 * fvwm/events.c (__cr_detect_icccm_move):
6187 (__handle_cr_on_client):
6188 (__cr_get_grav_position):
6189 (__cr_get_static_position):
6190 * fvwm/window_flags.h:
6192 try to autodetect whether application uses the icccm way of moving
6193 windows of the traditional way always using static gravity
6196 moved SIGNAL_RETURN macro definition to acconfig.h
6198 * fvwm/module_interface.c (DeadPipe):
6199 * fvwm/fvwm.c (SigDone):
6202 use SIGNAL_RETURN macro
6204 * fvwm/events.c (__handle_cr_on_client):
6205 (__merge_cr_moveresize):
6206 (__cr_detect_icccm_move):
6208 * fvwm/events.c (__handle_cr_on_unmanaged):
6209 (__handle_cr_on_icon):
6210 (__handle_cr_on_shaped):
6211 (__handle_cr_restack):
6212 (__handle_cr_on_client):
6213 (HandleConfigureRequest):
6214 split the ConfigureRequest code into multiple functions
6216 * fvwm/update.c (apply_window_updates):
6217 fixed drawing of window decorations when "Style * Neverfocus" is used
6219 * fvwm/events.c (HandleKeyPress):
6220 fixed a bug with key binding contexts
6222 * fvwm/functions.c (__execute_function):
6223 * fvwm/expand.c (expand_vars):
6224 (expand_vars_extended):
6225 new extended variable $[func.context]
6229 moved some code to the new files
6240 fixed a problem with uninitialised global variable
6242 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6244 * libs/Bindings.c (key_modifiers):
6245 moved to new file wcontext.c
6247 * libs/gravity.c (gravity_parse_dir_argument):
6248 added aliases for compass directions:
6259 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6262 * libs/Flocale.c (FlocaleDrawString):
6263 (FlocaleRotateDrawString):
6264 Fixes to work without Fribidi
6266 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6271 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6273 * libs/FbidiJoin.c (get_shaped_combined_char):
6275 Removed unused (get_shaped_combined_char) and commented out code
6276 Combining ligatures done in FCombineChars
6278 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6280 * libs/Flocale.c (FlocaleDrawString):
6281 (FlocaleRotateDrawString):
6284 * libs/FBidi.c (FBidiConvert):
6286 * libs/FCombineChars.h:
6287 * libs/FCombineChars.c (FCombineChars):
6288 Added support for drawing superimposed combining characters
6290 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6293 * fvwm/functable.c (func_table):
6294 * fvwm/functions.c (CMD_TearMenuOff):
6299 merged all dummy commands into one: CMD_Dummy
6301 2003-07-01 olicha <olivier.chapuis@free.fr>
6303 * fvwm/menus.c (DestroyMenu):
6307 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6309 * fvwm/menustyle.c (menustyle_copy):
6313 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6318 2003-06-30 olicha <olivier.chapuis@free.fr>
6320 * fvwm/menus.c (do_menu):
6322 (do_menu_close_tear_off_menu):
6323 (menu_close_tear_off_menu):
6324 Allowed to destroy tear off menu!
6326 * fvwm/menus.c (menu_tear_off):
6327 (menu_close_tear_off_menu):
6328 (do_menu_close_tear_off_menu):
6329 (clone_menu_root_static):
6335 Fixed client leaks (only create new client for menu if it is a tear off
6336 menu). Created a dedicated menu style for each tear off menu.
6338 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6341 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6343 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6345 * fvwm/virtual.c (do_move_window_to_desk):
6347 fixed "Visible" condition on non current desks
6349 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6353 shortened some comments
6354 removed GPL from .h files
6355 added GPL to all .c files
6356 include config.h in all .c files
6357 added "/* -*-c-*- */" where missing
6358 some reformatting and reindenting
6360 * fvwm/module_interface.c:
6361 * fvwm/module_interface.h:
6369 * fvwm/windowshade.c:
6371 * fvwm/conditional.c:
6383 * fvwm/add_window.c:
6387 * fvwm/eventhandler.h:
6389 * fvwm/add_window.h:
6395 renamed types func_type, repeat_t, initial_window_options_t,
6396 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6397 last_added_item_type, common_flags_type, multi_direction_type,
6398 msg_masks_type to ..._t
6400 * fvwm/functions.c (__execute_function):
6401 (execute_complex_function):
6402 * fvwm/condrc.c (condrc_init):
6403 new function in new file to encapsulate all cond_rc_t handling
6406 * fvwm/fvwm.h (cond_rc_t):
6408 moved typed to new file
6412 * fvwm/functable.c (func_table):
6413 * fvwm/functions.c (__run_complex_function_items):
6414 (__execute_function):
6416 * fvwm/conditional.c (CMD_Break):
6417 (__rc_matches_rcstring_consume):
6418 Break takes the number of function levels to break out of as an
6421 * fvwm/expand.c (expand_vars_extended):
6422 * fvwm/conditional.c (circulate_cmd):
6425 (__rc_matches_rcstring_consume):
6434 (__run_complex_function_items):
6435 (execute_complex_function):
6439 * fvwm/conditional.c:
6440 renamed fvwm_cond_func_rc by cond_rc_t
6441 made a type a struct
6442 added a member to indicate the number of function levels to break out
6445 * fvwm/functable.c (func_table):
6446 * fvwm/conditional.c (CMD_TestRc):
6447 replaced conditional commands:
6449 CondCase -> KeepRc TestRc
6451 (__rc_matches_rcstring_consume):
6454 * fvwm/conditional.c (CMD_CondCase):
6455 fixed the CondCase command
6457 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6460 new configure option --deisable-gtk to disable detection of gtk library
6463 cleaned up documentation of conditional commands
6464 general man page cleanup
6466 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6468 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6471 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6474 cleaned up of CirculateHit... conditions
6476 2003-06-15 olicha <olivier.chapuis@free.fr>
6478 * fvwm/style.c (__simplify_style_list):
6479 Fixed is_merged_allowed: rest it to True when cur change
6480 Added "upward" simplification
6482 2003-06-14 olicha <olivier.chapuis@free.fr>
6484 * fvwm/style.c (__simplify_style_list):
6487 Fixed blockand which always returned True. Added blocksintersect which
6488 returns the same value as blockand but faster.
6490 2003-06-13 olicha <olivier.chapuis@free.fr>
6494 Fixed fontconfig and xft2 for version without *-config binnary. Used
6495 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6496 fontconfig and xft2 if the version is < the required version
6497 (even if --disable-*test).
6499 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6502 define M_PI and M_PI_2 if they are not defined by math.h
6504 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6506 * libs/Colorset.c (LoadColorset):
6507 added a note to update Colorsets.pm too when the format is changed
6509 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6511 * WindowStyle_proposal.txt:
6512 s/WindowId/ThisWindow/ and other minor changes
6514 2003-06-06 olicha <olivier.chapuis@free.fr>
6516 * libs/PictureImageLoader.c (PImageLoadPng):
6517 Fixed loading of png images if the caller want no alpha
6519 2003-06-04 olicha <olivier.chapuis@free.fr>
6521 * libs/Flocale.c (FlocaleEncodeString):
6524 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6527 only FCombineChars.c was distributed not FCombineChars.h
6529 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6531 * libs/FCombineChars.c (convert_to_utf8)
6532 fixed a bug when converting back to UTF-8 and a bug giving
6533 garbage at end of string in some cases
6535 * libs/Flocale.c (FlocaleEncodeString)
6536 fixed problem regarding combining-characters when BIDI is used
6538 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6541 * libs/Flocale.c (FlocaleEncodeString):
6542 * libs/FCombineChars.c:
6543 * libs/FCombineChars.h:
6544 implemeted support for combining characters
6546 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6549 set the version 2.5.8
6551 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6555 SetEnv with only one parameter is ignored now
6557 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6559 * NEWS: Add 2.4.16 news.
6561 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6563 * fvwm/functions.c (expand_extended_var):
6565 fixed expanding variables that are empty, for example $[w.resource]
6566 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6571 2003-05-29 olicha <olivier.chapuis@free.fr>
6573 * fvwm/ewmh.c (ewmh_atom_wm_state):
6574 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6576 2003-05-28 olicha <olivier.chapuis@free.fr>
6581 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6583 * fvwm/focus.c (__update_windowlist):
6584 don't fiddle with the window list for windows that are going to be
6587 * fvwm/add_window.c (delete_client_context):
6588 (destroy_auxiliary_windows):
6590 fixed empty frame windows when X reused the window id for a new window
6591 while the old one was scheduled to be destroyed
6593 2003-05-26 olicha <olivier.chapuis@free.fr>
6595 * fvwm/icons.c (GetIconBitmap):
6596 (set_icon_pixmap_background):
6598 (DrawIconPixmapWindow):
6600 Fixed loading of application supplied pixmap on 8/24 depth screen
6602 2003-05-25 Dan Espen <dane@mk.telcordia.com>
6604 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6607 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6610 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6612 * fvwm/misc.c (GrabEm):
6613 do not confine the pointer to the root window when grabbed; this can
6614 cause the pointer to be warped to another screen
6615 * fvwm/menus.c (get_menu_options):
6616 fixed placement of menus on Xinerama screens
6617 * libs/FScreen.c (FScreenGetResistanceRect):
6618 fixed function to do something useful
6619 * libs/Flocale.c (FlocaleDrawString):
6620 support font shadowing without colorsets
6621 * libs/ColorUtils.c:
6623 * fvwm/menuitem.c (menuitem_paint):
6624 do not use colorsets in menus if they are not defined
6625 * fvwm/menustyle.c (menustyle_parse_style):
6626 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6629 2003-05-23 olicha <olivier.chapuis@free.fr>
6631 * fvwm/bindings.c (ParseBinding):
6632 (bind_get_bound_button_contexts):
6633 * libs/Bindings.c (GrabWindowButton):
6634 Fixed window button grabbing
6636 2003-05-22 olicha <olivier.chapuis@free.fr>
6638 * fvwm/colorset.c (parse_colorset):
6641 * fvwm/borders.c (border_fill_pixmap_background):
6642 Fixed problem with depth 1 pixmap
6644 * fvwm/conditional.c (CMD_On):
6647 * fvwm/conditional.c (CreateConditionMask):
6648 Fixed memory leaks for layer and state
6650 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6653 added perllib/FVWM/Tracker/Makefile
6655 2003-05-22 olicha <olivier.chapuis@free.fr>
6659 * fvwm/style.c (print_styles):
6660 * fvwm/builtins.c (CMD_PrintInfo):
6661 New style subject to PrintInfo
6663 2003-05-20 olicha <olivier.chapuis@free.fr>
6665 * libs/Flocale.c (FlocaleGetFontOrFontSet):
6666 Allowed empty xft font name
6669 * libs/flist.c (new file):
6670 * libs/flist.h (new file):
6671 Added a flist structure and some basic function for handling such
6674 * libs/FGettext.c (*):
6675 Use the new flist struct and functions interface
6677 * fvwm/screen.h (ScreenInfo):
6678 * fvwm/update.c (destroy_scheduled_windows):
6679 * fvwm/add_window.c (destroy_window):
6680 Added a list for the windows which are scheduled for destroy
6681 Remove a fw at once from the fw list when we destroy_window
6683 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6685 * fvwm/style.c (CMD_DestroyStyle):
6686 do not update windows if no style was deleted
6687 (check_window_style_change):
6688 fixed update of window styles w/ DestroyStyle
6690 2003-05-18 olicha <olivier.chapuis@free.fr>
6692 * fvwm/conditional.c (CMD_On):
6693 Added x,r,w,f and i file condition to the On command
6695 * fvwm/add_window.c (destroy_window):
6696 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6697 but scheduled for destroy. Not sure that the fix is good.
6699 * fvwm/functions.c (__execute_function):
6701 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6702 This fixes some cores dumps with "recursives" functions
6704 * fvwm/borders.c (border_create_root_transparent_pixmap):
6705 (border_draw_decor_to_pixmap):
6706 Fixed a core dump with a root transparent rotated title
6707 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6709 * libs/FGettext.c (fgettext_add_one_path):
6711 (FGettextSetLocalePath):
6712 Fixed memory leak and chainning
6714 * fvwm/builtins.c (CMD_PrintInfo):
6715 Fixed a parsing leak
6717 * fvwm/conditional.c (Circulate):
6718 Fixed a mask memory leaks
6721 * libs/Flocale.c (FlocaleGetFont):
6722 (FlocaleGetFontSet):
6723 (FlocaleGetFftFont):
6724 Fixed a core dump when a 0 font is given with an encoding hints.
6725 Added a default FFT font
6727 * fvwm/builtins.c (CMD_DefaultFont):
6728 Fixed a core dump when the default font change and a redraw
6729 (icon or window) is proceeded before flush_window_updates is called
6731 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6732 Fixed gradients copy
6734 * fvwm/menustyle.c (menustyle_parse_style):
6735 Fixed UMR's related to colorset
6737 * fvwm/builtins.c (ReadDecorFace):
6738 Removed inconsistent #if 0 code and comments about leak and MiniIcon
6742 * fvwm/menustyle.c (menustyle_free):
6743 Fixed a fore stipple gc leak
6745 * fvwm/windowlist.c (CMD_WindowList):
6746 Fixed a sor_keyname memory leak
6748 * fvwm/fvwm.c (ResetAllButtons):
6749 Fixed the default buttons memory leak
6751 2003-05-08 olicha <olivier.chapuis@free.fr>
6753 * fvwm/windowlist.c (CMD_WindowList):
6754 Fixed a memory leak if MaxLabelWidth is used
6756 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6758 * fvwm/functions.c (__context_has_window):
6759 (__execute_function):
6761 fixed excution of functions requiring a window without a window when
6762 called with "silent" from a complex function
6764 2003-05-07 olicha <olivier.chapuis@free.fr>
6766 * libs/System.c (searchPath):
6769 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6771 * fvwm/move_resize.c (__move_loop):
6775 2003-05-03 olicha <olivier.chapuis@free.fr>
6780 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
6783 Minor typo corrections.
6785 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6787 * fvwm/move_resize.c (__move_loop):
6793 2003-04-28 olicha <olivier.chapuis@free.fr>
6795 * fvwm/ewmh.c (ewmh_atom_wm_state):
6797 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
6798 (ewmh_WMStateStaysOnBottom):
6799 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
6801 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6803 * fvwm/module_interface.c (do_execute_module):
6804 * fvwm/fvwm.c (main):
6805 * libs/envvar.c (flib_putenv):
6806 * fvwm/builtins.c (add_to_env_list):
6809 fixed putenv memory leaks
6811 * libs/envvar.c (strIns):
6815 replacement for putenv without memory leaks
6820 * fvwm/fvwm.c (StartupStuff):
6822 * fvwm/add_window.c (free_window_names):
6824 * fvwm/events.c (HandlePropertyNotify):
6826 * fvwm/menus.c (do_menu):
6828 (__mloop_exit_selected):
6830 * fvwm/menucmd.c (menu_func):
6833 * fvwm/builtins.c (CMD_Destroy):
6835 call destroy_window right after XKillClient; do not wait for the window
6838 * fvwm/menucmd.c (menu_func):
6839 * fvwm/windowlist.c (CMD_WindowList):
6842 2003-04-26 Mikhael Goikhman <migo@homemail.com>
6845 several updates (FvwmGtk, gettext)
6847 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6849 * fvwm/menucmd.c (menu_func):
6850 * fvwm/windowlist.c (CMD_WindowList):
6852 * fvwm/menus.c (is_double_click):
6855 (pop_menu_down_and_repaint_parent):
6856 (__mloop_get_event_timeout_loop):
6857 (__mloop_get_event):
6858 (__mloop_handle_event):
6859 (__mloop_select_item):
6860 (__mloop_make_popup):
6861 (__mloop_get_mi_actions):
6864 (__mloop_handle_action_with_mi):
6865 (__mloop_handle_action_without_mi):
6867 (menu_enter_tear_off_menu):
6868 (menu_close_tear_off_menu):
6870 replaced the pfw and pcontext members of the MenuParameters structure
6871 with an execution context pointer
6872 (_menu_execute_function):
6873 wrapper function to simplyfy command execution from within menus
6875 fixed warping pointer to first menu item when invoked with the mouse
6877 * fvwm/execcontext.c:
6880 2003-04-26 Mikhael Goikhman <migo@homemail.com>
6887 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
6889 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6891 * fvwm/menus.c (do_menu):
6892 the NoWarp position hint option works with root menus too
6894 * fvwm/ConfigFvwmDefaults:
6895 removed GrabFocusOff and GrabFocusTransient since they nullify the
6896 default with the plain focus policies
6898 2003-04-24 olicha <olivier.chapuis@free.fr>
6900 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6901 Fixed a miss print in my previous commit
6903 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
6905 (ewmh_WMStateStaysOnBottom):
6906 * fvwm/ewmh.c (ewmh_AllowsMinimize):
6907 * fvwm/ewmh_intern.h:
6908 Added comment on the implementation at the top of ewmh.c.
6909 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
6910 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
6911 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
6912 and _NET_WM_STATE_BELOW.
6915 Added David Fries. Updated my entries.
6920 2003-04-23 olicha <olivier.chapuis@free.fr>
6922 * fvwm/module_interface.c (CMD_KillModule):
6923 Fixed a leak when we have an alias
6925 * libs/Picture.c (PFreeFvwmPictureData):
6927 New interface function for just freeing the allocated data (not
6930 2003-04-22 olicha <olivier.chapuis@free.fr>
6932 * fvwm/colorset.c (get_root_pixmap):
6933 Fixed a minor memory leak
6935 * fvwm/functions.c (execute_complex_function):
6936 Fixed uninitialized d.type
6938 * libs/Ficonv.c (FiconvSetupConversion):
6939 (FiconvUtf8ToCharset):
6940 (FiconvCharsetToUtf8):
6943 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
6946 Fixed a core dump and safety check related to not loaded font
6948 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6953 2003-04-16 olicha <olivier.chapuis@free.fr>
6955 * fvwm/ewmh_events.c (ewmh_CloseWindow):
6958 (ewmh_WMStateHidden):
6959 Check if functions are allowed
6961 * fvwm/ewmh.c (ewmh_HandleDesktop):
6963 Set Desktop and Dock uniconifiable and unmaximazable
6965 * fvwm/menuitem.c (menuitem_paint):
6967 Fixed greyed action with EWMH desktop
6969 2003-04-16 Mikhael Goikhman <migo@homemail.com>
6972 documented FvwmEvent behaviour of executing window related event
6973 handlers within a window context
6976 updated WindowId entry
6978 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6980 * fvwm/schedule.c (deschedule):
6983 * fvwm/module_interface.c (DeleteMessageQueueBuff):
6984 (ExecuteCommandQueue):
6985 * libs/queue.c (fqueue_init):
6986 (fqueue_remove_or_operate_from_front):
6987 (fqueue_remove_or_operate_from_end):
6988 (fqueue_remove_or_operate_all):
6990 (fqueue_unlock_queue):
6991 (fqueue_lock_queue):
6992 (fqueue_add_at_front):
6993 (fqueue_add_inside):
6997 * libs/queue.c (fqueue_remove_or_operate_all):
6998 (fqueue_remove_or_operate_from_end):
6999 (fqueue_remove_or_operate_from_front):
7000 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7001 (ExecuteCommandQueue):
7002 * fvwm/schedule.c (deschedule):
7003 (check_deschedule_obj_func):
7004 (deschedule_obj_func):
7006 (check_execute_obj_func):
7011 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7013 * fvwm/ConfigFvwmDefaults:
7015 * fvwm/windowlist.c:
7016 * sample.fvwmrc/system.fvwm2rc-sample-95:
7018 WindowListFunc is executed now within a window context,
7019 so "WindowId $0" is not needed anymore in its definition
7021 2003-04-14 olicha <olivier.chapuis@free.fr>
7025 Documented LocalePath and $[gt.str]. FvwmScript news.
7027 * fvwm/expand.c (expand_vars_extended):
7028 Fixed $[gt.str] expansion
7031 New gettext domain FvwmScript
7033 * libs/FGettext.c (FGettextCopy):
7035 New interface function which copies the string
7037 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7039 * fvwm/conditional.c (CMD_Cond):
7040 allow to negate the condition code with '!' prefix
7042 * fvwm/schedule.c (CMD_Schedule):
7044 support hexadecimal ids
7046 * libs/Parse.c (GetIntegerArguments):
7047 (_get_suffixed_integer_arguments):
7048 (GetSuffixedIntegerArguments):
7049 (GetIntegerArgumentsAnyBase):
7050 new utitily function to allow hexadecimal integer arguments
7052 2003-04-10 olicha <olivier.chapuis@free.fr>
7054 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7055 (FlocaleGetCharsetOfFontStruct):
7056 (FlocaleGetCharsetFromName):
7057 (FlocaleFixNameForFontSet):
7058 (FlocaleGetFontSet):
7059 (FlocalePrintLocaleInfo):
7060 * libs/FlocaleCharset.h:
7061 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7062 (FlocaleCharsetPrintXOMInfo):
7063 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7065 2003-04-08 olicha <olivier.chapuis@free.fr>
7067 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7068 fixed the default font name
7070 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7072 * fvwm/events.c (HandlePropertyNotify):
7073 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7074 completely ignore application requests to set exactly the same
7075 window name or icon name (xmms sets it every second),
7076 this avoids some redundant module messages and redraws
7078 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7083 2003-04-04 olicha <olivier.chapuis@free.fr>
7086 Fixed a miss print in fribidi config check
7088 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7090 * fvwm/focus.c (__restore_focus_after_unmap):
7091 iconified windows without an icon do not receive focus
7093 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7095 * fvwm/virtual (CMD_GotoDeskAndPage):
7096 different "GotoDeskAndPage prev" fix that works with any viewports, not
7097 just multiples of the screen size
7099 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7101 * fvwm/virtual (CMD_GotoDeskAndPage):
7102 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7104 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7109 * fvwm/menucmd.c (menu_func):
7110 fixed double key presses to choose default menu action
7112 * fvwm/focus.c (__update_windowlist):
7113 fixed order of window list with SloopyFocus when using the Focus
7116 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7119 clarified some things, typo fixed
7121 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7123 * libs/Colorset.c (CreateBackgroundPixmap):
7124 (GetWindowBackgroundPixmapSize):
7125 (get_aspect_dimensions):
7126 fixed size calculation of aspect pixmaps
7128 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7130 * fvwm/icons.c (clear_icon):
7134 * fvwm/geometry.c (get_icon_geometry):
7135 (modify_icon_position):
7136 set a valid icon picture position if there is neither a picture nor a
7139 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7143 reformatted to fit better on the web page
7145 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7148 added items from "My TODO" message on 2003-01-02
7151 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7153 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7156 removed debug output
7158 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7160 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7161 (FScreenFetchMangledScreenFromUSPosHints):
7162 two functions to allow USPosition hints from modules and StartsOnScreen
7163 work at the same time
7165 * fvwm/conditional.c (direction_cmd):
7166 Some fixes, reformatting and improvements.
7168 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7170 * fvwm/icons.c (Iconify):
7171 initialise icon position to +0+0 if there is neiter a picture nor a
7174 * fvwm/functions.c (DeferExecution):
7180 * fvwm/update.c (apply_window_updates):
7181 fixed drawing of sticky icon titles when the stickyicon style is being
7184 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7186 * fvwm/placement.c (CMD_PlaceAgain):
7187 * fvwm/add_window.c (setup_window_placement):
7188 * fvwm/virtual.c (MapDesk):
7189 update the GNOME hints desk when changing desks; fixes placeagain with
7191 some placeagain fixes
7193 * fvwm/fvwm.1.in (Example):
7194 removed duplicate Iconify section
7199 * fvwm/functable.c (func_table):
7200 * fvwm/functions.h (func_type):
7201 * fvwm/functions.c (__execute_function):
7202 (execute_complex_function):
7204 fixed a new and and old window selection bug
7206 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7208 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7209 detected with Purify.
7211 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7213 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7214 use None, not 0 for Window structures
7216 * fvwm/events.c (InitEventHandlerJumpTable):
7218 (__handle_key_event):
7219 * fvwm/bindings.c (ParseBinding):
7223 removed key release binding because they can not work reliably
7225 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7227 * fvwm/functable.c (func_table):
7228 trigger on ButtonPress for many of the functions
7230 * fvwm/functions.c (__execute_function):
7231 (__execute_function):
7232 fixed conditional commands a la "Current" triggered on root window
7234 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7236 * todo-2.6: Closed B.2, C.21.
7238 2003-02-28 olicha <olivier.chapuis@free.fr>
7241 * fvwm/events.c (HandleConfigureRequest):
7242 Added a workaround for application with broken max/min size hints
7243 vs a size configure request. This "fixes" floating java JToolBar.
7245 * fvwm/add_window.c (GetWindowSizeHints):
7246 Check that the max size hint is not broken relatively to the the base
7249 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7253 released 2.5.6, set version to 2.5.7
7259 2003-02-26 Tony Finch <dot@dotat.at>
7261 * fvwm/borders.c (border_draw_one_border_part):
7262 Don't draw the handle relief marks when the border is flat.
7264 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7267 s/fribdi_in_path/fribidi_in_path/
7270 spell checking and some reformatting
7272 2003-02-26 olicha <olivier.chapuis@free.fr>
7274 * fvwm/borders.c (border_setup_bar_pixmaps):
7275 Fixed a miss-print which can cause a core dump
7278 Added a 2.6 TODO file
7280 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7282 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7283 void functioin cannot return a value.
7285 2003-02-25 olicha <olivier.chapuis@free.fr>
7288 Fixed compilation warning if fribidi is in path
7290 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7292 * fvwm/windowlist.c (CMD_WindowList):
7293 removed unused instruction
7295 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7297 * configure.in: Remove nested function from -Werror check.
7298 Lets configure work without gcc.
7301 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7303 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7305 * fvwm/functions.c (__run_complex_function_items): Make Break start
7308 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7310 * fvwm/move_resize.c (get_outline_rects):
7311 (draw_move_resize_grid):
7312 initial drawing and final undrawing of wire frame no longer toggles the
7313 pixel in the top left corner of the screen
7315 * fvwm/expand.c (expand_vars):
7316 disabled warnings about one letter variables
7318 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7320 * README: Update to reflect release 2.5.x.
7321 * NEWS: Update news for FvwmPager drag fix.
7323 2003-02-15 olicha <olivier.chapuis@free.fr>
7328 2003-02-13 olicha <olivier.chapuis@free.fr>
7330 * fvwm/gnome.c (GNOME_SetClientList):
7331 Applied David Fries patch which fixes a possible crash with more
7333 (GNOME_SetClientList):
7334 malloc -> safemalloc
7336 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7338 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7339 Give the XorValue range.
7341 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7343 * fvwm/fvwm.1.in: Fully document the emulate command.
7345 2003-02-06 olicha <olivier.chapuis@free.fr>
7347 * fvwm/borders.c (get_common_decorations):
7348 (border_get_border_background):
7350 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7352 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7354 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7357 * fvwm/menuitem.c (menuitem_get_size):
7358 * fvwm/menus.c (calculate_item_sizes):
7359 renamed "mips" to mipst
7361 * fvwm/menuitem.c (menuitem_get_item_size):
7362 * fvwm/menus.c (_calculate_item_sizes):
7363 backed out patch from 30-Jan-2003
7365 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7368 * fvwm/menuitem.c (menuitem_get_item_size):
7369 * fvwm/menus.c (_calculate_item_sizes):
7370 functions renamed due to global name space collision with IRIX 6.5
7372 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7375 added tests/hints/Makefile.am
7377 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7379 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7381 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7383 * sample.fvwmrc/DecorWin95:
7384 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7385 Replace a long time ago.
7387 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7389 * fvwm/stack.c (new_layer):
7390 (collect_transients_recursive):
7394 * fvwm/events.c (HandleConfigureRequest):
7395 fixed placement of icons
7396 fixed size calculations of icons
7398 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7401 fixed $[desk.name<n>] that was masked by $[desk.n],
7402 added $[desk.pagesx] and $[desk.pagesy]
7404 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7406 * NEWS: Update news. Spelling fixes 2.5.x news.
7407 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7408 its not interactive.
7410 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7413 added a short description together with the commands
7415 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7418 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7421 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7425 deprecate all single letter variables, new variables are supported now
7426 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7427 $[desk.n], $[version.num], $[version.info], $[version.line].
7429 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7431 * fvwm/style.c (style_parse_one_style_option):
7433 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7434 DisallowMaximizeFixedSize
7436 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7438 * fvwm/fvwm.1.in: Lang check.
7440 2003-01-03 olicha <olivier.chapuis@free.fr>
7445 * fvwm/ewmh_intern.h:
7446 * fvwm/ewmh_names.c:
7447 * fvwm/ewmh_icons.c:
7448 * fvwm/ewmh_events.c:
7453 * fvwm/functable.c (func_table):
7454 * fvwm/fvwm.c (setVersionInfo):
7457 Removed GNOME and HAVE_EWMH ifdef
7460 Documented UseTitleDecorRotation
7462 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7464 * fvwm/module_interface.c (MoveViewport):
7465 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7466 M_NEW_PAGE now has 7 arguments
7468 2003-01-02 olicha <olivier.chapuis@free.fr>
7471 Documented the new icon style options
7475 * fvwm/icons.c (DrawIconTitleWindow):
7476 (DrawIconPixmapWindow):
7477 (setup_icon_title_size):
7478 * fvwm/style.c (style_parse_one_style_option):
7479 Fixed IconTitleRelief and IconBackgroundRelief arguments
7481 * fvwm/icons.c (GetIconPicture):
7482 (SetIconPixmapSize):
7483 Fixed IconSize style for non shaped depth > 1 pixmaps
7485 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7489 * fvwm/conditional.c (CMD_On):
7492 new conditional command On for non-window related conditions
7494 * fvwm/execcontext.h:
7495 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7496 two new exec contexts for restarting
7498 2003-01-02 olicha <olivier.chapuis@free.fr>
7500 * fvwm/builtins.c (ReadMultiPixmapDecor):
7501 StretchedPixmap -> AdjustedPixmap
7504 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7505 Documented the new MultiPixmap syntax
7507 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7511 * fvwm/builtins.c (ReadTitleButton):
7513 new button state shortcuts AllActiveUp, AllActiveDown,
7514 AllInactiveUp, AllInactiveDown
7516 2002-12-31 olicha <olivier.chapuis@free.fr>
7518 * libs/PictureGraphics.c (PCopyArea):
7519 Fixed rendering of depth 1 pixmap with a mask
7521 * fvwm/update.c (apply_window_updates):
7522 Fixed icon bg cset update
7524 * fvwm/events.c (HandlePropertyNotify):
7525 * fvwm/geometry.c (move_icon_to_position):
7526 Fixed non shaped icons with a bg padding but without cs bg
7529 * fvwm/style.c (style_parse_icon_size_style):
7531 * fvwm/fvwm.h (window_style):
7532 * fvwm/add_window.c (setup_icon_size_limits):
7533 * fvwm/icons.c (SetIconPixmapSize):
7535 New option to IconSize style: Adjusted, Streched, Shrunk
7537 * fvwm/icons.c (SetIconPixmapSize):
7539 Always center the icon with IconSize if the icon has a background
7541 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7544 FvwmWindowMenu renaming; compact long diagnostics into half of line
7547 documeted and corrected new features
7550 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7551 since these are the only way currently to create themes
7556 2002-12-30 olicha <olivier.chapuis@free.fr>
7559 * fvwm/icons.c (setup_icon_title_size):
7560 (set_icon_pixmap_background):
7562 (DrawIconTitleWindow):
7563 (DrawIconPixmapWindow):
7567 * fvwm/events.c (HandleEnterNotify):
7569 (HandleLeaveNotify):
7570 (HandlePropertyNotify):
7571 * fvwm/borders.c (border_draw_decorations):
7574 * fvwm/add_window.c (setup_icon_background_parameters):
7575 (setup_icon_title_parameters):
7576 (setup_style_and_decor):
7578 * fvwm/geometry.c (move_icon_to_position):
7580 * fvwm/style.c (check_window_style_change):
7581 (update_style_colorset):
7582 (update_icon_title_cs_style):
7583 (update_icon_title_cs_hi_style):
7584 (update_icon_background_cs_style):
7587 * fvwm/update.c (apply_window_updates):
7588 New style options IconBackgroundColorset, IconTitleColorset,
7589 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7590 and IconBackgroundPadding
7592 2002-12-28 Mikhael Goikhman <migo@homemail.com>
7595 fixed compilation without XShm
7597 * fvwm/borders.c (border_rotate_titlebar_descr):
7598 fixed warning: deprecated use of label at end of compound statement
7600 2002-12-27 olicha <olivier.chapuis@free.fr>
7602 * fvwm/ConfigFvwmDefaults:
7603 UseTitleDecorRotation is a default
7605 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7606 (do_relieve_rectangle):
7608 * fvwm/borders.c (border_draw_title_stick_lines):
7609 (border_create_root_transparent_pixmap):
7610 (border_mp_render_into_pixmap):
7611 (border_draw_decor_to_pixmap):
7612 (border_mp_render_into_pixmap):
7613 (border_mp_get_titlebar_descr):
7614 (border_mp_draw_mp_titlebar):
7615 (border_draw_decor_to_pixmap):
7616 (border_set_button_pixmap):
7617 (border_get_titlebar_draw_descr):
7618 (border_set_title_pixmap):
7619 (border_rotate_titlebar_descr):
7620 (border_get_titlebar_descr):
7621 Completed UseTitleDecorRotation
7623 2002-12-26 olicha <olivier.chapuis@free.fr>
7625 * fvwm/update.c (apply_window_updates):
7626 * fvwm/frame.c (frame_get_titlebar_dimensions):
7627 (frame_set_decor_gravities):
7628 * fvwm/borders.c (border_set_button_pixmap):
7629 (border_get_titlebar_descr):
7630 (border_draw_one_button):
7631 Buttons order follows the title text rotations.
7632 More UseTitleDecorRotation preparation
7634 * fvwm/borders.c (border_draw_decor_to_pixmap):
7637 2002-12-24 olicha <olivier.chapuis@free.fr>
7639 * fvwm/borders.c (border_mp_render_into_pixmap):
7640 (border_fill_pixmap_background):
7641 Some borders drawing fixes
7643 * libs/Graphics.c (CreateRotatedPixmap):
7644 * fvwm/geometry.c (get_title_font_size_and_offset):
7645 * fvwm/update.c (apply_window_updates):
7646 * fvwm/borders.c (border_set_button_pixmap):
7647 (border_get_titlebar_draw_descr):
7648 (border_draw_title):
7649 (border_rotate_titlebar_descr):
7650 (border_get_titlebar_descr):
7651 More UseTitleDecorRotation preparation
7653 2002-12-22 Dan Espen <dane@mk.telcordia.com>
7655 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7656 so we won't get so many application bugs report to fvwm-workers.
7658 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7660 2002-12-21 Marcus Lundblad <ml@update.uu.se>
7662 * fvwm/style.c (style_parse_one_style_option):
7665 * fvwm/window_flags:
7666 * fvwm/decorations.c (is_function_allowed,
7667 __is_resize_allowed):
7668 Added styles Closable, Iconifiable, Maximizable and
7669 AllowMaximizeFixedSize
7670 * fvwm/conditional.c (MatchesConditionMask,
7671 CreateConditionMask):
7672 Added conditionals Closable,Iconifiable and Maximizable
7674 Documented styles Closable, Iconifiable, Maximizable and
7675 AllowMaximizeFixedSize and conditionals
7676 Closable,Iconifiable and Maximizable
7678 2002-12-20 olicha <olivier.chapuis@free.fr>
7680 * fvwm/window_flags.h:
7682 * fvwm/update.c (apply_window_updates):
7684 * fvwm/style.c (style_parse_one_style_option):
7686 UseTitleDecorRotation style preparation
7688 * fvwm/fvwm.c (main):
7689 Use best TrueColor visual
7691 * fvwm/borders.c (border_get_border_gcs):
7692 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7693 window which may have a depth != Pdepth
7695 * fvwm/menus.c (paint_side_pic):
7696 * fvwm/menuitem.c (menuitem_paint):
7697 * fvwm/icons.c (DrawIconPixmapWindow):
7698 * fvwm/colorset.c (parse_colorset):
7699 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7702 2002-12-19 olicha <olivier.chapuis@free.fr>
7704 * libs/Graphics.c (CreateRotatedPixmap):
7706 New interface function CreateRotatedPixmap
7708 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7710 * libs/PictureGraphics.c (PCreateRenderPixmap):
7711 (PCreateDitherPixmap):
7712 * libs/Graphics.c (CreateGradientPixmap):
7713 (CreateRotatedPixmap):
7716 * libs/FShm.h (new file):
7717 * libs/FImage.h (new file):
7718 * libs/FImage.c (new file):
7720 * fvwm/fvwm.c (setVersionInfo):
7721 Added MIT Shared Memory Extension for XImage
7727 * fvwm/builtins.c (ReadDecorFace):
7729 * fvwm/borders.c (border_draw_decor_to_pixmap):
7730 (border_fill_pixmap_background):
7731 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7733 2002-12-17 Mikhael Goikhman <migo@homemail.com>
7736 shape-and-join fixes from Nadim Shaikli (slightly modified)
7738 2002-12-16 olicha <olivier.chapuis@free.fr>
7740 * libs/PictureGraphics.h:
7741 * libs/PictureGraphics.c (PTileRectangle):
7742 (PGraphicsCreateTiledPicture):
7743 * libs/Graphics.c (CreateTiledPixmap):
7744 New interface function: PGraphicsCreateTiledPicture
7747 * fvwm/fvwm.c (CreateGCs):
7748 Added a global (Scr) alpha GC
7752 * fvwm/builtins.c (ReadMultiPixmapDecor):
7753 (update_decorface_colorset):
7755 * fvwm/borders.c (border_get_tb_parts_to_draw):
7756 (border_fill_pixmap_background):
7757 (border_setup_bar_pixmaps):
7758 (border_get_bar_pixmaps):
7759 (border_free_bar_pixmaps):
7760 (border_mp_render_into_pixmap):
7761 (border_mp_get_length):
7762 (border_mp_get_titlebar_descr):
7763 (border_mp_get_geometry):
7764 (border_mp_get_use_title_style_parts_and_geometry):
7765 (border_mp_draw_mp_titlebar):
7766 (border_draw_decor_to_pixmap):
7767 (border_draw_title_deep):
7768 (border_get_titlebar_draw_descr):
7769 (border_setup_use_title_style):
7770 (border_get_titlebar_descr_state):
7771 (border_get_titlebar_descr):
7772 (border_get_transparent_decorations_part):
7773 (border_draw_title_stick_lines):
7774 MultiPixmap can use Colorset and Solid color. Various others minor
7775 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
7776 "main" drawing code and remove the #ifdef.
7777 New option to ButtonStyle and TitleStyle: StretchedPixmap.
7778 Use the new Scr.AlphaGC.
7780 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7782 * fvwm/add_window.c (validate_transientfor):
7783 do not ignore transientfor hint for iconified windows
7785 2002-12-12 Jason Weber <baboon@imonk.com>
7788 * fvwm/conditional.c (CMD_ScanForWindow):
7791 rename ScanWindow to ScanForWindow
7793 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7795 * fvwm/menuitem.c (menuitem_paint):
7796 * fvwm/colorset.c (parse_colorset):
7797 * fvwm/icons.c (DrawIconPixmapWindow):
7798 * fvwm/focus.c (_SetFocusWindow):
7799 (_ReturnFocusWindow):
7801 (_ForceDeleteFocus):
7802 (__activate_window_by_command):
7803 patches to prevent UMR messages in memory debuggers
7805 2002-12-11 Jason Weber <baboon@imonk.com>
7807 * fvwm/fvwm.1.in: Added ScanWindow
7809 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
7812 Generalized CMD_Direction into direction_cmd.
7813 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
7814 Replace Cycle prefix with secondary direction argument.
7816 2002-12-10 Dan Espen <dane@mk.telcordia.com>
7818 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
7820 2002-12-05 Marcus Lundblad <ml@update.uu.se>
7821 * fvwm/conditional.c (CreateConditionMask):
7822 Implemented conditional "FixedSize" and "HasHandles"
7824 Documented conditional options "FixedSize" and "HasHandles".
7826 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7828 * fvwm/placement.c (PlaceWindow):
7829 fixed StickyAcrossDesks w/ StartsOnPage
7833 * fvwm/ewmh_conf.c (set_state_workaround):
7834 * fvwm/update.c (apply_window_updates):
7835 * fvwm/windowlist.c (CMD_WindowList):
7836 * fvwm/ewmh_events.c (ewmh_WMDesktop):
7837 (ewmh_WMStateSticky):
7838 * fvwm/conditional.c (CreateConditionMask):
7839 * fvwm/gnome.c (GNOME_SetHints):
7841 (GNOME_HandlePropRequest):
7842 * fvwm/placement.c (SmartPlacement):
7847 * fvwm/session.c (SaveWindowStates):
7850 * fvwm/ewmh.c (check_desk):
7851 (EWMH_SetWMDesktop):
7852 (ewmh_ComputeAndSetWorkArea):
7853 (ewmh_HandleDynamicWorkArea):
7854 (ewmh_HandleDesktop):
7857 (ewmh_HandleToolBar):
7858 * fvwm/virtual.c (UnmapDesk):
7861 (do_move_window_to_desk):
7862 * fvwm/icons.c (setup_icon_title_size):
7863 (DrawIconTitleWindow):
7866 * fvwm/borders.c (is_button_toggled):
7867 (get_common_decorations):
7868 (border_draw_title_stick_lines):
7869 * fvwm/add_window.c (AddWindow):
7870 * fvwm/move_resize.c (__move_window):
7872 (is_window_sticky_across_pages):
7873 (is_window_sticky_across_desks):
7879 (CMD_StickAcrossPages):
7880 (CMD_StickAcrossDesks):
7881 (stick_across_pages):
7882 (stick_across_desks):
7883 (handle_stick_across_desks):
7884 (handle_stick_across_pages):
7886 * fvwm/fvwm.h (struct):
7887 * fvwm/style.c (style_parse_one_style_option):
7888 (check_window_style_change):
7890 * fvwm/window_flags.h:
7891 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
7892 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
7895 * fvwm/focus.c (CMD_Focus):
7897 (__activate_window_by_command):
7898 (__update_windowlist):
7899 (__set_focus_to_fwin):
7901 (_ReturnFocusWindow):
7903 (_ForceDeleteFocus):
7904 fixed window list order with FlipFocus command
7906 2002-12-08 Mikhael Goikhman <migo@homemail.com>
7910 document bidi entry undocumented in 2.5.5
7912 2002-12-06 olicha <olivier.chapuis@free.fr>
7915 Fixed the "detection" of the LINGUAS variable
7918 Added ar to ALL_LINGUAS
7921 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7923 * fvwm/move_resize.c (__resize_window):
7924 fixed handling of MontionNotify and PropertyNotify events
7926 2002-12-03 olicha <olivier.chapuis@free.fr>
7928 * fvwm/borders.c (border_draw_decor_to_pixmap):
7929 (border_get_border_background):
7930 (get_common_decorations):
7933 * fvwm/builtins.c (CMD_PrintInfo):
7934 New subject nls to PrintInfo
7936 * libs/FGettext.c (*):
7937 New command FlocalePath
7939 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7943 changed version to 2.5.6
7949 2002-12-02 olicha <olivier.chapuis@free.fr>
7951 * libs/FRenderInit.c (FRenderInit):
7952 Fixed alpha depth if !XRenderSupport
7954 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7955 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7957 * libs/PictureImageLoader.h:
7958 Fixed image loading on bigedian machine
7960 2002-12-01 Mikhael Goikhman <migo@homemail.com>
7962 * libs/FBidi.c (FBidiConvert):
7963 several small changes
7964 * libs/FBidiJoin.c (shape_n_join):
7965 enabled a new bidi shaping code
7967 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7969 * fvwm/frame.c (frame_restore_client_gravities):
7970 (frame_free_move_resize_args):
7971 fixed a redrawing problem after shading a window
7973 2002-11-29 olicha <olivier.chapuis@free.fr>
7976 Defined AM_PATH_PROG_WITH_TEST and re-enable it
7980 Fixed two missprints
7982 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7984 * fvwm/bindings.c (ParseBinding):
7985 fix for stroke-less compile
7987 2002-11-29 olicha <olivier.chapuis@free.fr>
7989 * fvwm/commands.h (enum):
7990 * fvwm/functable.c (func_table):
7991 * fvwm/builtins.c (CMD_LocalePath):
7992 * libs/FGettext.c (FGettextSetLocalePath):
7994 Preparation for LocalePath command
7996 * fvwm/screen.h (ScreenInfo):
7997 * fvwm/fvwm.c (CreateGCs):
7998 Rename Scr.TileGC to Scr.BordersGC
8001 A libintl autoconf fix
8003 * libs/Colorset.c (CreateBackgroundPixmap):
8004 Do not grab the server when we dump the E setroot pixmap
8006 2002-11-29 olicha <olivier.chapuis@free.fr>
8013 Added NLS support with gnu gettext
8015 * fvwm/fvwm.c (main):
8018 * fvwm/expand.c (expand_vars_extended):
8019 New extanded variable $[gt.any_string]
8021 * fvwm/virtual.c (CMD_DesktopName):
8022 * fvwm/windowlist.c (get_desk_title):
8023 * fvwm/expand.c (expand_vars_extended):
8024 * fvwm/fvwm.c (SetRCDefaults):
8025 * fvwm/ConfigFvwmSetup:
8026 Mark some strings to be translated
8028 * libs/FGettext.c (new file):
8029 * libs/FGettext.c (new file):
8031 gnu gettext libintl warper
8033 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8035 * fvwm/add_window.c (RestoreWithdrawnLocation):
8036 rixed rxvts with S/E gravity travelling off screen upon recapture after
8039 * fvwm/events.c (__handle_key_event):
8040 * fvwm/bindings.c (activate_binding):
8041 (__rebind_global_key):
8042 fixed unbinding pointerkey bindings removing the grab for this key
8045 * fvwm/events.c (__is_bpress_window_handled):
8046 fixed click on override redirect windows being handled by the root
8049 * fvwm/misc.c (GrabEm):
8050 confine the pointer to the root window when grabbed
8052 * fvwm/events.c (HandleUnmapNotify):
8053 fixed reparenting problem with restarts from desks != 0
8055 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8058 removed experimental code
8060 2002-11-28 olicha <olivier.chapuis@free.fr>
8062 * fvwm/borders.c (border_get_border_background):
8063 (border_draw_decor_to_pixmap):
8064 (border_fill_pixmap_background):
8065 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8068 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8070 * fvwm/fvwm.c (InitVariables):
8071 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8073 * fvwm/virtual.c (CMD_EdgeScroll):
8076 * fvwm/ConfigFvwmDefaults:
8077 do not include empty ConfigFvwmProxyDefaults, added one binding
8079 2002-11-26 olicha <olivier.chapuis@free.fr>
8081 * libs/Colorset.c (CreateBackgroundPixmap):
8082 * fvwm/colorset.c (parse_colorset):
8083 Be more safe with the E root pixmap
8085 2002-11-25 olicha <olivier.chapuis@free.fr>
8087 * fvwm/move_resize.c (__move_loop):
8088 Redraw the transparent decoration parts when a move is abored
8090 * fvwm/colorset.c (parse_colorset):
8091 Fixed the fgsh Colorset colors when the Image change but not the bg
8093 2002-11-24 Jason Weber <baboon@imonk.com>
8095 * fvwm/conditional.c (CMD_Direction):
8096 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8097 eventual traversal of all windows over repeated calls. It also cycles
8098 back to the opposite extent when it hits the limit in the given
8101 2002-11-22 olicha <olivier.chapuis@free.fr>
8104 * fvwm/borders.c (get_common_decorations):
8105 (border_get_parts_and_pos_to_draw):
8106 (border_get_changed_border_parts):
8107 (border_get_frame_pixmap, new):
8108 (border_get_border_background):
8109 (border_draw_one_border_part):
8110 (border_draw_decorations):
8111 (border_get_tb_parts_to_draw):
8112 (border_fill_pixmap_background):
8113 (border_get_titlebar_descr_state, new):
8114 (border_draw_titlebar):
8115 (border_setup_bar_pixmaps, new):
8116 (border_get_bar_pixmaps, new):
8117 (border_free_bar_pixmaps, new):
8118 (border_setup_use_title_style, new):
8119 (border_set_button_pixmap):
8120 (border_set_title_pixmap):
8121 (border_draw_one_button):
8122 (border_set_button_pixmap):
8123 (border_draw_title_deep):
8124 (border_get_transparent_decorations_part, new):
8125 Title, Border and Buttons Style Colorset Option: Drawing
8127 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8130 * fvwm/frame.c (__frame_setup_window):
8131 (frame_has_handles_and_tiled_border):
8132 (frame_create_move_resize_args):
8133 (frame_free_move_resize_args):
8134 Title, Border and Buttons Style Colorset Option: External drawing
8135 stuff. Basically additional redrawing for RootTransparent
8137 * fvwm/builtins.c (update_decorface_colorset, new):
8138 (update_titlebutton_colorset, new):
8139 (update_decors_colorset, new):
8140 (update_fvwm_colorset):
8141 Title, Border and Buttons Style Colorset Option: Dynamic updating
8144 * fvwm/builtins.c (ReadDecorFace):
8145 Title, Border and Buttons Style Colorset Option: Configuration
8147 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8149 Title, Border and Buttons Style Colorset Option: Convinent macros and
8152 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8154 * libs/Makefile.am: Add missing Bindings.h.
8156 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8158 * fvwm/move_resize.c (__move_loop):
8159 send M_CONFIGURE_WINDOW only when the window actually moves
8161 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8168 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8169 with minor improvements; it is disabled for now (#if 0) since
8170 some Arabic chars cause core dump
8172 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8174 * fvwm/fvwm.1.in (Examples):
8175 added documentation of Icon option for PlaceAgain command
8177 * fvwm/events.c (__handle_key_event):
8178 fixed global key binding problem
8180 2002-11-15 olicha <olivier.chapuis@free.fr>
8182 * libs/Bindings.c (MatchBindingExactly):
8183 (__compare_binding):
8184 compile fixes w/o stroke lib
8187 * fvwm/geometry.c (get_title_font_size_and_offset):
8188 * fvwm/builtins.c (do_title_style):
8189 New MinHeight option to TitleStyle
8191 2002-11-15 olicha <olivier.chapuis@free.fr>
8193 * fvwm/builtins.c (update_fvwm_colorset):
8198 * fvwm/colorset.c (update_root_transparent_colorset):
8199 Fixed update of the RootTransparent colorset in fvwm
8201 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8203 * libs/Bindings.c (__compare_binding):
8204 (MatchBindingExactly):
8205 compoile fixes w/o stroke lib
8207 2002-11-14 olicha <olivier.chapuis@free.fr>
8212 Removed any reference on "xft and flickering"
8214 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8216 * fvwm/eventmask.h (XEVMASK_ICONW):
8217 * fvwm/events.c (HandleKeyRelease):
8219 (__handle_key_event):
8220 * fvwm/bindings.c (ParseBinding):
8222 * libs/Bindings.h (enum):
8223 implemented key release bindings; prefix the key name with a '-';
8224 does not work well with some applications
8226 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8231 * fvwm/bindings.c (ParseBinding):
8234 (bind_get_bound_button_contexts):
8240 (RemoveMatchingBinding):
8245 (GrabAllWindowKeysAndButtons):
8246 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8247 * fvwm/events.c (__handle_bpress_on_root):
8248 (__handle_bpress_on_managed):
8249 (HandleButtonRelease):
8250 * fvwm/builtins.c (CMD_Wait):
8252 * libs/fvwmlib.h (enum):
8253 fixed Key vs. PointerKey with "A"ny context
8255 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8257 * fvwm/icons.c (Iconify):
8258 icon placement safety patch
8260 fixed initial position of application provided icon windows
8262 * fvwm/session.c (LoadWindowStates):
8263 fixed parsing of strings beginning with whitespace in session file
8265 * fvwm/fvwm.1.in (Note):
8266 * fvwm/style.c (style_set_old_focus_policy):
8267 * libs/defaults.h (DEF_FP_MODIFIERS):
8268 set default modifiers for raising/focusing to N again
8270 2002-11-11 olicha <olivier.chapuis@free.fr>
8273 * fvwm/fvwm.c (main):
8275 named-palette -> visual-palette, -N -> -P
8277 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8279 * fvwm/ConfigFvwmDefaults:
8280 include ConfigFvwmProxyDefaults
8282 * fvwm/fvwm.c (usage):
8283 polished usage message
8285 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8287 * fvwm/fvwm.c (usage):
8289 cleaned up usage and error messages
8290 use short option names in usage message an man page synopsis
8291 all options are case sensitive
8292 do not mention the "-" style long options in the man page; instead use
8295 * fvwm/add_window.c (setup_frame_window):
8296 * fvwm/events.c (HandleMapNotify):
8297 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8298 fixed empty decorations after recapture
8300 * fvwm/geometry.c (get_icon_geometry):
8301 * fvwm/icons.c (clear_icon):
8302 fixed icon jumping to 0 0 when the icon layout changes after the icon
8303 has been moved manually
8305 * fvwm/move_resize.c (__move_icon):
8306 fixed MoveToPage with icons
8308 2002-11-09 olicha <olivier.chapuis@free.fr>
8310 * libs/Fft.c (FftGetRotatedFont):
8313 Check the return result of FftPatternGetMatrix
8316 * libs/PictureBase.h:
8319 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8321 * fvwm/ewmh_conf.c (set_state_workaround):
8322 * fvwm/functable.c (func_table):
8323 * fvwm/update.c (apply_window_updates):
8324 * fvwm/windowlist.c (CMD_WindowList):
8325 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8326 (ewmh_WMStateSticky):
8327 * fvwm/conditional.c (CreateConditionMask):
8328 (CreateConditionMask):
8329 * fvwm/gnome.c (GNOME_SetHints):
8331 (GNOME_HandlePropRequest):
8332 * fvwm/placement.c (SmartPlacement):
8337 * fvwm/session.c (SaveWindowStates):
8339 * fvwm/ewmh.c (check_desk):
8340 (EWMH_SetWMDesktop):
8341 (ewmh_ComputeAndSetWorkArea):
8342 (ewmh_HandleDynamicWorkArea):
8343 (ewmh_HandleDesktop):
8346 (ewmh_HandleToolBar):
8347 * fvwm/virtual.c (UnmapDesk):
8351 (do_move_window_to_desk):
8352 * fvwm/icons.c (setup_icon_title_size):
8353 (DrawIconTitleWindow):
8356 * fvwm/borders.c (is_button_toggled):
8357 (get_common_decorations):
8358 (border_draw_title_stick_lines):
8359 * fvwm/add_window.c (AddWindow):
8360 * fvwm/move_resize.c (__move_window):
8361 (is_window_sticky_on_page):
8362 (is_window_sticky_on_desk):
8368 (handle_stick_page):
8369 (handle_stick_desk):
8370 (__handle_stick_exit):
8373 * fvwm/style.c (style_parse_one_style_option):
8374 (check_window_style_change):
8377 New Style options stickypage and stickydesk
8378 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8379 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8380 New conditions StickyPage and StickyDesk
8381 New commands StickPage and StickDesk
8383 * fvwm/move_resize.c (__move_window):
8384 do not unstick a window when using MoveToScreen
8390 * fvwm/functable.c (func_table):
8391 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8392 renamed EWMHBaseStrut to EwmhBaseStruts
8394 * fvwm/style.c (style_set_old_focus_policy):
8395 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8396 (style_parse_one_style_option):
8397 renamed "Border" style to "Borders"
8398 removed "NoBorder" style; use !Borders instead
8399 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8400 renamed PlacmentOverlapPercentPenalties to
8401 MinOverlapPercentPlacementPenalties
8408 Fixed compiler warnings
8410 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8413 autogenerate FvwmWindowLister files
8416 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8417 of MissingSubmenuFunction and DynamicPopupAction
8419 2002-11-08 olicha <olivier.chapuis@free.fr>
8421 * libs/PictureUtils.c (alloc_color_proportion):
8422 (alloc_color_proportion_dither):
8423 (alloc_color_proportion_grey):
8425 (free_colors_in_table):
8427 (init_static_colors_table):
8428 (PictureFreeColors):
8429 (PictureInitColors):
8430 (PicturePrintColorInfo):
8431 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8434 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8436 * fvwm/move_resize.c (__move_window):
8437 ignore MoveToPage with sticky windows
8439 * fvwm/conditional.c (Circulate):
8441 Next and Prev commands begin looking at the context window, if any
8443 * fvwm/focus.c (__focus_grab_buttons):
8444 fixed initial button grabbing on client window
8446 * fvwm/stack.c (BroadcastRestack):
8447 split long packets, fixed a bug and cleaned up
8449 * libs/Module.c (ReadFvwmPacket):
8450 ignore packets that are too long
8453 document PopupDelay and PopdownDelay defaults
8455 2002-11-06 olicha <olivier.chapuis@free.fr>
8457 * libs/Fft.c (FftGetFont):
8458 (FftGetRotatedFont):
8459 Use a more perfectioned method for loading font with Xft/Fc. This
8460 method allows sanity check. Preserve the matrix when rotating
8463 * libs/Flocale.c (FlocaleGetMinOffset):
8464 (FlocaleRotateDrawString):
8465 (FlocaleGetFontSet):
8467 * libs/Fft.c (FftDrawString):
8469 * libs/FftInterface.h:
8470 * fvwm/geometry.c (get_title_font_size_and_offset):
8471 Move the computation of the good "y" for drawing text into Flocale.
8472 Use the max ascent, descent and height for font metric (in the place
8475 * libs/Flocale.c (FlocalePrintLocaleInfo):
8477 * libs/Fft.c (FftPrintPatternInfo):
8479 * fvwm/builtins.c (CMD_PrintInfo):
8482 New option "Locale" to PrintInfo Command
8484 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8486 * fvwm/events.c (HandleExpose):
8489 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8491 * fvwm/fvwm.1.in: colour -> color
8494 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8497 * fvwm/fvwm.c (usage):
8501 2002-11-04 olicha <olivier.chapuis@free.fr>
8504 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8506 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8508 (PictureFreeColors):
8509 (PicturePrintColorInfo):
8510 Trace colours allocation out of the pallet in depth <= 8. Better
8511 information on coulours
8513 * libs/Fft.c (FftGetRotatedFont):
8515 Fixed rotated font when the original font has a matrix
8517 * libs/PictureBase.c (PictureInitCMapRoot):
8518 * libs/PictureUtils.h:
8519 * libs/PictureUtils.c (PictureInitColors):
8520 (PictureAllocColorTable):
8521 * libs/PictureBase.h (PictureColorLimitOption):
8522 * fvwm/fvwm.c (main):
8524 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8525 -named-pallet. -color-limit now take only integer argument.
8528 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8530 * libs/Module.h (struct):
8531 new type FvwmWinPacketBodyHeader to access the standard fields in a
8532 packet with a window
8534 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8539 * fvwm/functable.c (func_table):
8541 * fvwm/style.c (style_parse_one_style_option):
8542 (parse_and_set_window_style):
8546 added a new command FocusStyle as a shorthand for
8547 "Style * FP..., FP..."
8549 * fvwm/builtins.c (__parse_vector_line_one_coord):
8550 (__parse_vector_line):
8552 split vector line parsing into sub functions
8554 fixed core dump in vector button offset patch
8556 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8558 * fvwm/screen.h (vector_coords):
8559 added fields for offsets
8560 * fvwm/builtins.c (ReadDecorFace):
8561 rewrote parser for vector definitions to accept optional offsets
8562 * fvwm/fvwm.c (LoadDefaultLeftButton):
8563 (LoadDefaultRightButton)
8564 set default values for offsets
8565 * fvwm/borders.c (border_draw_vector_to_pixmap):
8566 updated XDrawLine call to take offsets into account
8568 documented new options for vector offsets
8570 2002-11-01 olicha <olivier.chapuis@free.fr>
8572 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8573 Fixed icon tint pixel, it was set to icon tint percent during some
8576 2002-10-31 olicha <olivier.chapuis@free.fr>
8578 * libs/PictureUtils.c (PictureAllocColorImage):
8579 (PictureOpenImageColorAllocator):
8580 (PictureCloseImageColorAllocator):
8581 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8584 (PImageCreatePixmapFromArgbData):
8585 (PImageLoadPixmapFromFile):
8586 * libs/PictureBase.h (FvwmPictureThing):
8587 (PictureImageColorAllocator):
8589 * libs/Picture.c (PDestroyFvwmPicture):
8590 (PLoadFvwmPictureFromPixmap):
8591 * libs/Graphics.c (CreateGradientPixmap):
8593 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8594 Added a new way to allocate colors for image and gradient. This method
8595 allows, in particular, to save (in a "fast" way) the allocated pixels
8596 with a minimal memory usage.
8597 Fixed color leaks for png, ewmh and dithered xpm images.
8599 * fvwm/add_window.c (destroy_icon):
8600 * fvwm/fvwm.h (FvwmWindow):
8601 * fvwm/icons.c (GetIconFromFile):
8604 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8608 * fvwm/stack.c (enum):
8609 (position_new_window_in_stack_ring):
8611 (must_move_transients):
8614 (__raise_lower_recursion):
8615 (__raise_or_lower_window):
8616 (raise_or_lower_window):
8617 (collect_transients_recursive):
8618 (__is_restack_transients_needed):
8620 (CMD_RestackTransients):
8621 new command RestackTransients which works like Raise and Lower but does
8622 not restack windows that are not transient
8623 renamed some functions
8627 corrected cursor movement key bindings
8629 * fvwm/bindings.c (activate_binding):
8630 fixed problem w/ bindings being overridden by applications OpenOffice
8633 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8640 include FvwmProxy to build
8642 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8645 exclude FvwmProxy from build
8651 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8654 added FvwmProxy module
8656 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8659 * fvwm/windowlist.c (CMD_WindowList):
8660 renamed SortClassName to SortByClass
8662 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8664 * fvwm/menustyle.c (menustyle_update):
8665 (menustyle_parse_style):
8666 (menustyle_get_styleopt_index):
8667 (menustyle_parse_style):
8668 (CMD_CopyMenuStyle):
8670 removed HilightRelief MenuStyle and hard coded it
8672 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8674 * fvwm/menus.c (make_menu_window):
8675 fixed updating menu background with "Menustyle * Background"
8677 * fvwm/stack.c (__get_stacking_sibling):
8679 fixed another stacking problem
8681 2002-10-28 Mikhael Goikhman <migo@homemail.com>
8685 corrected and lined up several help lines
8688 added --enable-xinerama-emulation description
8690 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8692 * fvwm/stack.c (restack_windows):
8693 (__get_stacking_sibling):
8694 fixed another stacking problem
8696 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8698 * fvwm/add_window.c (AddWindow):
8699 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8700 windows starting lowered or on other layers in FvwmPager
8702 * fvwm/stack.c (restack_windows):
8703 (__get_visible_window):
8704 fixed a stacking problem with layers
8706 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8708 * fvwm/functable.c (func_table):
8711 2002-10-24 Mikhael Goikhman <migo@homemail.com>
8715 * fvwm/windowlist.c:
8716 new WindowList option SortByResource
8718 * fvwm/style.c (check_window_style_change):
8719 * libs/FlocaleCharset.c:
8723 place recent authors to the top, not bottom
8726 corrected typo in error message
8728 2002-10-23 Dan Espen <dane@mk.telcordia.com>
8730 * fvwm/fvwm.1.in: Lang check done.
8732 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8735 work on new menu loop code
8741 * fvwm/menus.c (__mloop_handle_event):
8742 (__mloop_get_event):
8743 (__mloop_handle_action_with_mi):
8744 * fvwm/menus.h (MenuReturn):
8745 renamed MenuReturn member menu to target_menu
8747 * fvwm/menus.c (__mloop_handle_event):
8748 * fvwm/menus.h (MenuReturn):
8749 removed a "write only" member of MenuReturn
8751 * fvwm/conditional.c (circulate_cmd):
8752 fixed the "Any" command
8754 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8756 * fvwm/stack.c (mark_transient_subtree):
8757 fixed stack ring corruption with iconified transients
8759 fixed a problem with lowering windows below the icons of their
8762 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8768 * libs/PictureBase.h:
8772 renamed colorset_struct to colorset_t
8774 2002-10-22 olicha <olivier.chapuis@free.fr>
8776 * libs/PictureUtils.c:
8777 Minor fixes and add #if O experimental code
8779 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8781 * fvwm/icons.c (DrawIconPixmapWindow):
8783 * fvwm/events.c (HandlePropertyNotify):
8784 * libs/Fft.c (FftDrawString):
8785 * libs/Colorset.c (DumpColorset):
8787 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8788 use renamed colorset_struct members
8790 * libs/Colorset.h (colorset_struct):
8791 renamed and re-sorted members and cut down bit field lengths for
8794 * fvwm/menustyle.c (menustyle_update):
8797 * fvwm/stack.c (restack_windows):
8798 fixed flickering when raising transients; can't prevent flickering when
8799 lowering a window completely
8801 fixed unnecessary error message
8803 * fvwm/fvwm.c (main):
8806 * fvwm/stack.c (__restack_window):
8807 fixed a stacking problem with icons
8809 * fvwm/add_window.c (destroy_icon):
8812 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8814 * fvwm/menuitem.c (menuitem_paint):
8815 * fvwm/menustyle.c (menustyle_parse_style):
8816 * fvwm/menus.c (paint_side_pic):
8819 (repaint_transparent_menu):
8820 * fvwm/menustyle.h (MenuLook):
8821 cleaned up menu drawing code, fixed last patch
8823 * fvwm/menuitem.c (menuitem_paint):
8824 * fvwm/menustyle.c (menustyle_parse_style):
8825 fixed HilightBack default
8827 * fvwm/bindings.c (binding_cmd):
8828 (bind_get_bound_button_contexts):
8830 * fvwm/screen.h (ScreenInfo):
8831 fixed mouse bindings with buttons > 5
8833 * fvwm/menuitem.c (menuitem_paint):
8834 * fvwm/menustyle.c (menustyle_parse_style):
8835 (menustyle_parse_style):
8836 (CMD_CopyMenuStyle):
8839 * fvwm/menus.c (repaint_transparent_menu):
8841 HilightBack and ActiveFore are now independent
8843 2002-10-18 olicha <olivier.chapuis@free.fr>
8845 * libs/PictureUtils.c (get_color_index):
8846 (create_mapping_table):
8847 (PictureAllocColorTable):
8848 Use a new distance and method for color approximation. Use 68 colors
8849 for the default under depth 8. I am happy with this, should use a
8850 similar distance method for dithering
8852 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8853 (PictureAllocColorTable):
8854 (PictureDitherByDefault):
8857 (PicturePrintColorInfo):
8858 * libs/PictureUtils.h:
8859 Allows -color-limit to work with any visual and depth for testing
8860 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
8863 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
8865 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8867 * fvwm/add_window.c (get_default_window_attributes):
8870 * fvwm/builtins.c (CMD_ChangeDecor):
8871 removed some duplicate redrawing
8873 * fvwm/update.c (apply_decor_change):
8874 suppress duplicate window update upon ChangeDecor
8875 (apply_window_updates):
8876 do not delete the focus window
8878 2002-10-17 olicha <olivier.chapuis@free.fr>
8883 * libs/Colorset.c (CreateBackgroundPixmap):
8884 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
8886 * fvwm/builtins.c (CMD_Colorset):
8887 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
8889 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8891 * fvwm/add_window.c (AddWindow):
8892 * fvwm/update.c (apply_window_updates):
8893 * fvwm/move_resize.c (handle_stick):
8895 suppress drawing of sticky decorations initially
8896 reduce module communication overhead when (un)sticking windows
8898 * fvwm/borders.c (border_draw_decorations):
8899 * fvwm/window_flags.h:
8901 * fvwm/frame.c (frame_create_move_resize_args):
8902 (get_resize_decor_gravities_one_axis):
8903 (frame_mrs_setup_draw_decorations):
8905 initialize window decorations with a "None" pixmap;
8906 delay drawing window decorations initially to prevent drawing multiple
8908 => windows grabbing the focus upon startup are drawn focused
8911 * fvwm/frame.c (frame_free_move_resize_args):
8912 reparent the frame hide windows to NoFocusWin instead of Root to
8913 suppress unnecessary ReparentNotify events
8915 2002-10-16 olicha <olivier.chapuis@free.fr>
8917 * fvwm/fvwm.c (main):
8921 Fixed compilation with X cvs
8923 * libs/Colorset.c (CreateBackgroundPixmap):
8926 * fvwm/events.c (HandlePropertyNotify):
8927 * fvwm/colorset.c (update_root_pixmap):
8928 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
8929 to found a root pixmap
8931 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8933 * fvwm/bindings.c (bind_get_bound_button_contexts):
8934 another mouse binding fix
8936 * fvwm/conditional.c (CreateConditionMask):
8938 all conditions have a negation with '!' prepended
8942 Current, All, Pick, ThisWindow and PointerWindow imply the
8943 CirculateHitShaded condition.
8945 * fvwm/focus.c (__focus_grab_buttons):
8946 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
8947 fixed bindings using mouse buttons >= 6
8949 2002-10-15 olicha <olivier.chapuis@free.fr>
8951 * libs/PictureUtils.c (PicturePrintColorInfo):
8954 * fvwm/functable.c (func_table):
8955 * fvwm/builtins.c (CMD_PrintInfo):
8957 New cmd PrintInfo. Only one arg at present time: "Colors"
8959 * fvwm/fvwm.c (main):
8960 Auto detect card with 2 hardware colormaps and choose the best
8963 * libs/PictureUtils.c (PictureInitColors):
8965 * libs/PictureUtils.h:
8966 * fvwm/fvwm.c (main):
8967 * libs/PictureBase.c (PictureInitCMapRoot):
8969 * libs/PictureBase.h:
8970 Try to support DirectColor visual in a good way, I do not think
8971 this is really useful.
8972 Added a flexible interface function PictureInitColors for
8973 colors allocation initialization.
8974 Some cleanup in color allocation and some preparation for a new
8975 method for saving and freeing colors allocated by images and gradients.
8976 Removed some ifdefed to 0 debug code.
8978 * libs/Picture.c (*):
8980 * libs/PictureImageLoader.c (*):
8981 * libs/PictureImageLoader.h:
8984 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8986 * fvwm/add_window.c (setup_key_and_button_grabs):
8987 * fvwm/bindings.c (ParseBinding):
8989 * fvwm/add_window.c (setup_key_and_button_grabs):
8990 don't grab window context specific bindings anymore; instead, set
8991 Scr.buttons2grab accordingly
8993 * fvwm/bindings.c (activate_binding):
8994 fixed stroke bindings on window context being ignored if no other
8995 action was bound to that context
8997 * fvwm/add_window.c (destroy_icon):
8998 fixed duplicate icon pixmap when switching from NoIconOverride to
9001 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9004 re-indented some code
9006 fixed random position of icon title for icons with a position hint
9009 corrected default of Use/NoIconPosition style
9011 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9013 * fvwm/windowlist.c (CMD_WindowList):
9014 fixed random string for iconified windows in the WindowList
9016 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9021 2002-10-08 olicha <olivier.chapuis@free.fr>
9023 * libs/PictureBase.c (*):
9024 (PictureInitCMapRoot)
9025 (PictureSetupWhiteAndBlack):
9026 (PictureWhitePixel):
9027 (PictureBlackPixel):
9029 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9030 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9031 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9032 but always use the root visual and allows to set or not a private
9034 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9035 but which respects the Pvisual
9037 * libs/PictureGraphics.c (*):
9038 * libs/FScreen.c (FScreenInit):
9039 * libs/FRender.c (FRenderRender):
9040 * libs/Fft.c (FftDrawString):
9041 * fvwm/icons.c (CreateIconWindow):
9042 * fvwm/colorset.c (parse_colorset):
9043 * fvwm/move_resize.c (CMD_XorValue):
9044 * fvwm/colorset.c (alloc_colorset):
9045 * fvwm/fvwm.c (main):
9046 Use the new interface functions and some fix if the fvwm depth !=
9049 * libs/PictureUtils.c (PictureAllocColorTable):
9050 Change the default color table to a 4x4x4 cc + 4 grey
9052 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9054 * fvwm/fvwm.1.in: Use built-in, not builtin.
9056 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9059 s/FvwmNewDebug/FvwmDebug/
9062 * fvwm/conditional.c (CMD_NoWindow):
9065 new command NoWindow to remove window context
9068 use "fvwm" spelling, at least in the middle of sentences
9070 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9072 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9073 builtin commands. Use "builtin", not "built in" or "built-in".
9076 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9078 * libs/Graphics.c (do_relieve_rectangle):
9079 removed debug message
9081 * fvwm/focus.c (__update_windowlist):
9082 (__set_focus_to_fwin):
9083 fixed reversal of __update_windowlist arguments causing FlipFocus to
9084 break [and maybe other things]
9086 2002-10-05 olicha <olivier.chapuis@free.fr>
9088 * libs/PictureUtils.c (alloc_color_cube):
9089 It si possible to enable "gamma correction" for colors cubes (disabled,
9090 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9092 * libs/PictureUtils.c (get_color_index):
9093 (create_mapping_table):
9094 Use a more exact approximation of colors for pur cc without the big
9097 * libs/PictureUtils.c (PictureFreeColors):
9100 * libs/Graphics.c (CreateGradientPixmap):
9101 (CreateGradientPixmapFromString):
9104 2002-10-04 olicha <olivier.chapuis@free.fr>
9106 * libs/PictureUtils.c (*):
9107 Used a better color approximation for color cube when we do not dither.
9108 Added some new colors tables: color cube with some grey colors.
9109 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9112 * fvwm/fvwm.c (main):
9113 Fixed the visual option
9115 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9118 generate FvwmNewDebug and FvwmGtkDebug
9120 2002-10-02 olicha <olivier.chapuis@free.fr>
9122 * libs/PictureUtils.c (USED_DIST):
9123 Used the euclidian distance for colors distance
9125 * libs/Fft.c (FftGetFont):
9126 Disable Xft if the Xserver does not support XRender
9128 2002-10-01 olicha <olivier.chapuis@free.fr>
9130 * libs/Fft.c (FftGetFont):
9131 Disable Xft if the Xserver does not support XRender
9133 * libs/FRender.c (FRenderRender):
9134 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9137 * libs/Colorset.c (SetRectangleBackground):
9138 (SetClippedRectangleBackground):
9140 New interface function for drawing a subset of a colorset rectangle
9142 2002-09-26 olicha <olivier.chapuis@free.fr>
9144 * fvwm/update.c (apply_window_updates):
9145 Fixed icons colorset update
9147 * libs/FRender.c (FRenderRender):
9148 Fixed bitmap rendering
9150 * fvwm/update.c (apply_window_updates):
9151 * fvwm/geometry.c (move_icon_to_position):
9152 * fvwm/events.c (HandleEnterNotify):
9154 (HandleLeaveNotify):
9155 (HandlePropertyNotify):
9156 * fvwm/add_window.c (setup_icon_font):
9157 * fvwm/icons.c (DrawIconWindow):
9158 (DrawIconTitleWindow):
9159 (DrawIconPixmapWindow):
9162 Fixed focus/unfocus flickering
9164 2002-09-25 olicha <olivier.chapuis@free.fr>
9166 * fvwm/icons.c (DrawIconTitleWindow):
9167 One more drawing fix
9169 2002-09-24 olicha <olivier.chapuis@free.fr>
9171 * fvwm/icons.c (DrawIconTitleWindow):
9172 An other drawing fix
9174 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9176 * fvwm/move_resize.c (__move_loop):
9177 fixed uninitialised variable
9179 fixed starting move at random position
9181 2002-09-24 olicha <olivier.chapuis@free.fr>
9183 * fvwm/update.c (apply_window_updates):
9184 * fvwm/geometry.c (move_icon_to_position):
9185 * fvwm/events.c (HandleEnterNotify):
9187 (HandleLeaveNotify):
9188 (HandlePropertyNotify):
9189 * fvwm/add_window.c (setup_icon_font):
9190 * fvwm/icons.c (DrawIconWindow):
9191 (DrawIconTitleWindow):
9192 (DrawIconPixmapWindow):
9195 Fixed icon drawing. Split icon window drawing.
9197 * libs/FRender.c (*):
9198 Fixed compilation and small clean up
9200 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9202 * fvwm/conditional.c (CreateFlagString):
9203 fixed quoting in conditional command conditions
9205 * fvwm/menus.c (__mloop_handle_event):
9206 removed unnecessary querying of pointer position on button release in
9211 * fvwm/bindings.c (ParseBinding):
9212 increased maximum allowed key symbol name length to 200 characters
9214 * fvwm/execcontext.h (enum):
9215 * fvwm/fvwm.c (Done):
9221 * fvwm/execcontext.h (enum):
9222 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9224 * fvwm/menus.c (pop_menu_up):
9225 fixed accidental menu animation with certain menu position hints
9227 2002-09-23 olicha <olivier.chapuis@free.fr>
9229 * libs/FRender.c (*):
9230 Fixed(?) XRender rendering with some Xserver
9232 * fvwm/update.c (apply_window_updates):
9233 * fvwm/geometry.c (move_icon_to_position):
9234 * fvwm/events.c (HandleEnterNotify):
9236 (HandleLeaveNotify):
9237 (HandlePropertyNotify):
9238 * fvwm/add_window.c (setup_icon_font):
9239 * fvwm/icons.c (DrawIconWindow):
9242 Clip text and icon drawing for the icons
9244 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9248 Path commands now support form: "path1;ext1:path2:path3;ext3"
9249 where ext1 (for example, ".png") means all files in path1 should
9250 be forced to have extention ".png" even if the requested icon
9251 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9253 * fvwm/execcontext.h:
9254 small changes in latters used for EXCT_* constants
9256 * fvwm/module_interface.c:
9258 * libs/PictureBase.c:
9260 some spacing reindentation
9262 2002-09-21 olicha <olivier.chapuis@free.fr>
9264 * libs/FRender.c (FRenderCompositeAndCheck):
9265 Temporally take GraphicsExposure in account
9267 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9270 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9272 2002-09-20 olicha <olivier.chapuis@free.fr>
9274 * fvwm/icons.c (GetIconPicture):
9275 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9276 Fixed the alpha channel
9278 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9283 2002-09-20 olicha <olivier.chapuis@free.fr>
9285 * libs/FRender.c (FRenderTintPicture):
9286 (FRenderTintRectangle):
9288 * libs/FRenderInterface.h:
9289 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9290 Make FRender code more modular. Add a 24+8 tinting method and enable it
9291 in the place of the 32 tinting method (which can be enabled by defining
9292 USE_ABSOLUTE_FORMATE)
9294 2002-09-19 olicha <olivier.chapuis@free.fr>
9296 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9297 (animated_move_back):
9299 (repaint_transparent_menu):
9300 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9301 (AnimatedMoveAnyWindow):
9302 * fvwm/move_resize.h:
9303 Support the new colorset transparent options and fix greyed item
9304 of transparent animated menus
9306 * fvwm/menus.c (pop_menu_up):
9307 (animated_move_back):
9309 * libs/Rectangles.c:
9310 * libs/Rectangles.h:
9312 New libs files for rectangles, segments, regions ..etc
9314 * fvwm/menus.c (clear_expose_menu_area):
9315 (get_menu_paint_item_parameters):
9318 (ParentalMenuRePaint):
9319 (ParentalMenuRePaint):
9320 * fvwm/menuitem.c (clear_menu_item_background):
9322 * fvwm/menuitem.h (MenuPaintItemParameters):
9323 Clip the item icons and text drawing
9325 * fvwm/menus.c (__mloop_exit):
9326 Fixed an indirect uninitialized variable bug
9328 * fvwm/menus.c (__mloop_handle_event): *
9329 (__mloop_handle_action_with_mi): *
9330 Update some comments
9332 * libs/FRender.c (FRenderVisualInit):
9334 * fvwm/colorset.c (parse_colorset):
9337 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9339 * fvwm/menus.c (__menu_loop):
9340 (__mloop_handle_action_with_mi):
9341 fixed parent menu redrawing
9343 * fvwm/style.c (check_window_style_change):
9344 * fvwm/update.c (apply_window_updates):
9345 * fvwm/add_window.c (setup_icon_size_limits):
9346 honour changes in IconSize style without recapture
9348 * fvwm/focus.c (focus_query_open_grab_focus):
9349 * fvwm/events.c (HandlePropertyNotify):
9350 * fvwm/add_window.c (setup_transientfor):
9351 take care of various funny initial transientfor settings
9353 * fvwm/stack.c (__raise_lower_recursion):
9355 fixed stacking core dump
9357 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9363 added a program that tests for -Werror option and similar; bug out of
9364 configure if the test program doesn't compile
9366 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9370 add a "do not edit" warning at the beginning of the man page
9373 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9375 * libs/FScreen.c (XineramaQueryScreens):
9376 fixed linking problem when compiling without Xinerama
9378 * fvwm/cursor.c (CMD_CursorStyle):
9379 fixed cursorstyle command being applied to windows without handles
9381 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9382 (EWMH_ProcessPropertyNotify):
9383 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9384 (GNOME_HandlePropRequest):
9385 fixed dummy macros when compiling without gnome/ewmh support
9387 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9389 * libs/queue.c (fqueue_add_inside):
9390 add a new command with the same execution time as a previous one behind
9394 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9397 * fvwm/functions.c (__execute_function):
9398 * fvwm/execcontext.h (exec_context_type_t):
9399 replace enum values with letters for readability
9401 * fvwm/functions.c (__execute_function):
9402 improved command log output
9404 * fvwm/schedule.c (execute_obj_func):
9405 fixed schedule queue timing
9408 refuse to run configure if CFLAGS is not empty
9410 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9413 fixed compilation with --enable-command-log; simplified fvwm_msg()
9416 reformatted; don't send end-of-line with SET_*MASK
9418 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9420 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9421 fixed multipixmap title drawing
9423 * fvwm/frame.h (struct):
9424 * fvwm/frame.c (frame_get_titlebar_dimensions):
9427 * fvwm/events.c (HandlePropertyNotify):
9428 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9430 * libs/Fft.c (FftDrawString):
9431 -Wall fix when compiling w/o Xft
9433 2002-09-15 olicha <olivier.chapuis@free.fr>
9435 * libs/Colorset.c (CreateBackgroundPixmap):
9436 Fixed a dpy problem with FvwmBacker
9437 * libs/Colorset.c (CreateBackgroundPixmap):
9438 Fixed creation a root transparent pixmap for small root pixmap
9440 2002-09-14 olicha <olivier.chapuis@free.fr>
9442 * libs/Fft.c (FftDrawString):
9443 Fixed clip region with shadow font
9445 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9446 Added a function to create translucent pixmaps
9447 * libs/Colorset.c (CreateBackgroundPixmap):
9449 * libs/FRender.c (FRenderRender):
9450 Allows to use the root window as src pixmap
9452 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9455 Fixed open double quotes in ButtonState section
9457 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9459 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9461 2002-09-13 olicha <olivier.chapuis@free.fr>
9463 * libs/Colorset.c (CreateBackgroundPixmap):
9464 (UpdateBackgroundTransparency):
9465 (SetRectangleBackground):
9467 * fvwm/colorset.c (*):
9469 * fvwm/events.c (HandlePropertyNotify):
9470 Starting implementation of RootTransparent colorset. Worked on
9471 tinted Transparent colorset. Various colorset parsing fixes.
9473 * libs/Fft.c (FftDrawString):
9475 Added the possibility to draw with a clipping region.
9477 * libs/FRender.c (FRenderRender):
9478 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9479 (PCreateRenderPixmap):
9480 (PGraphicsCreateTransprency):
9481 (PGraphicsTintRectangle):
9482 Improve current rendering functions to be able to tint the
9483 ParentalRelative pixmap or the background of a window.
9484 Re-enabled XRender rendering.
9487 remove a #if 0 debug "render" code
9489 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9491 * fvwm/builtins.c (ReadTitleButton):
9493 new button state shortcuts AllNormal, AllToggled,
9494 AllActive, AllInactive, AllUp, AllDown
9496 * fvwm/module_interface.c:
9500 possibly fixed compilation with non gcc
9502 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9504 * fvwm/focus.c (_focus_grab_buttons):
9505 (__focus_grab_buttons):
9507 (__focus_grab_one_button):
9508 grab all modifier combinations on client windows by default if
9509 necessary; this saves a lot of traffic but may grab unnecessary
9510 modifiers with mouse bindings on the client window
9513 * libs/defaults.h (DEF_FP_MODIFIERS):
9514 * fvwm/events.c (__handle_focus_raise_click):
9515 * fvwm/style.c (style_parse_focus_policy_style):
9516 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9517 default is now to use any modifiers for clicktofocus/raise purposes
9519 * fvwm/menus.c (__mloop_get_event):
9522 fixed tear off menus
9524 * libs/FEvent.c (FCheckIfEvent):
9527 (FCheckTypedWindowEvent):
9528 (FCheckWindowEvent):
9529 fixed FCheck...Event functions thus fixing Menu command behaving like
9532 * fvwm/move_resize.c (InteractiveMove):
9533 fixed offset between pointer and window when dragging
9535 * fvwm/virtual.c (HandlePaging):
9536 * fvwm/icons.c (CMD_Iconify):
9537 * fvwm/move_resize.c (InteractiveMove):
9538 * fvwm/menus.c (get_menu_options):
9540 * libs/FScreen.c (GetMouseXY):
9541 use new function fev_get_evpos_or_query()
9547 (GetLocationFromEventOrQuery):
9548 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9549 * libs/FEvent.c (fev_set_evpos):
9552 * fvwm/functions.c (__execute_function):
9553 (execute_complex_function):
9554 fixed complex action clicking logic
9556 * fvwm/add_window.c (CaptureOneWindow):
9557 fixed RecaptureWindow
9558 (CaptureAllWindows):
9561 * fvwm/functable.c (func_table):
9562 fixed running RecaptureWindow without a context window
9564 * fvwm/conditional.c (circulate_cmd):
9567 * fvwm/events.c (HandleVisibilityNotify):
9568 fixed VisibilityNotify handling
9570 * fvwm/functions.c (execute_complex_function):
9571 fixed memory corruption
9572 (__execute_function):
9573 fixed using wrong context
9574 (__execute_function):
9575 removed conditional that was always true now
9579 * fvwm/module_interface.c (ExecuteModuleCommand):
9580 initialise module number
9582 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9584 * fvwm/add_window.c (CaptureOneWindow):
9585 fixed memory corruption
9587 * fvwm/icons.c (Iconify):
9589 fixed bug introduced with transient stacking patch
9591 * fvwm/functions.c (DeferExecution):
9592 (__execute_function):
9593 (execute_complex_function):
9594 cleaned up and optimized exec_context handling
9599 * fvwm/windowlist.c:
9600 * fvwm/conditional.c:
9607 * fvwm/module_interface.c:
9610 * fvwm/add_window.c:
9611 * fvwm/move_resize.c:
9612 * fvwm/fvwm.h (F_CMD_ARGS):
9614 completely removed the builtin command arguments fw, w, and context
9616 * fvwm/functions.c (DeferExecution):
9619 * fvwm/stack.c (BroadcastRestack):
9620 removed global lastTimestamp
9622 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9623 (EWMH_ProcessPropertyNotify):
9624 (ewmh_WMStateShaded):
9625 (ewmh_WMStateSticky):
9626 (ewmh_WMStateHidden):
9631 (ewmh_DesktopGeometry):
9632 (ewmh_ActiveWindow):
9633 use new function interface
9635 * fvwm/menus.c (do_menu):
9636 * fvwm/menucmd.c (menu_func):
9637 * fvwm/windowlist.c (CMD_WindowList):
9638 use new function interface
9639 replaced "(XEvent *)1" hack with a regular flag
9641 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9643 * fvwm/add_window.c (destroy_window):
9644 * fvwm/update.c (destroy_scheduled_windows):
9645 * fvwm/screen.h (ScreenInfo):
9646 new member is_executing_menu_function
9648 * fvwm/windowlist.c (CMD_WindowList):
9649 * fvwm/menucmd.c (menu_func):
9650 * fvwm/gnome.c (CMD_GnomeButton):
9651 (GNOME_ProcessClientMessage):
9652 (GNOME_HandlePropRequest):
9653 * fvwm/modconf.c (CMD_Send_ConfigInfo):
9654 * fvwm/update.c (apply_window_updates):
9655 * fvwm/repeat.c (CMD_Repeat):
9656 * fvwm/conditional.c (circulate_cmd):
9668 * fvwm/focus.c (warp_to_fvwm_window):
9670 * fvwm/read.c (run_command_stream):
9674 * fvwm/fvwm.c (Done):
9678 use new function interface
9680 fixed running startup script under random module number
9682 * fvwm/functions.c (execute_function_override_window):
9683 * fvwm/functions.c (execute_function_override_wcontext):
9684 new convenience functions
9691 * fvwm/module_interface.c (CMD_Send_WindowList):
9693 (CMD_set_sync_mask):
9694 (CMD_set_nograb_mask):
9696 don't use "Module" argument anymore
9697 (ExecuteModuleCommand):
9699 use new function interface
9701 * fvwm/add_window.c (CaptureOneWindow):
9703 (CaptureAllWindows):
9704 * fvwm/events.c (HandleMapRequestKeepRaised):
9705 * fvwm/add_window.c (AddWindow):
9706 AddWindow takes executiuon context as its argument instead of the
9707 window; changed caller
9708 don't use "Event" anymore
9710 * fvwm/fvwm.c (StartupStuff):
9711 generate an execution context for startup
9713 * fvwm/move_resize.c (DoResize):
9717 renamed and used new function interface in args
9719 * fvwm/geometry.c (constrain_size):
9720 added XEvent *e argument to remove use of global "Event"; changed all
9723 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9725 * fvwm/stack.c (get_next_window_in_stack_ring):
9726 (get_prev_window_in_stack_ring):
9727 (get_transientfor_fvwmwindow):
9728 * fvwm/icons.c (SetMapStateProp):
9729 * fvwm/events.c (fake_map_unmap_notify):
9730 * fvwm/misc.c (IsRectangleOnThisPage):
9731 * fvwm/menus.c (menu_enter_tear_off_menu):
9732 (menu_close_tear_off_menu):
9733 * fvwm/icons.c (DrawIconWindow):
9735 * fvwm/colormaps.c (InstallWindowColormaps):
9736 made FvwmWindow * arguments const in many functions
9738 * fvwm/menus.c (pop_menu_up):
9743 (menu_enter_tear_off_menu):
9744 (__mloop_get_event):
9745 (__mloop_get_event_timeout_loop):
9747 (__mloop_get_mi_actions):
9749 * fvwm/events.c (HandleEnterNotify):
9750 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9755 * fvwm/functions.c (DeferExecution):
9756 (__execute_function):
9757 * fvwm/windowlist.c (CMD_WindowList):
9758 * fvwm/colormaps.c (colormap_handle_colormap_notify):
9759 * fvwm/module_interface.c (CMD_ModuleSynchronous):
9760 (ExecuteModuleCommand):
9761 * fvwm/builtins.c (CMD_Wait):
9762 * fvwm/events.c (WaitForButtonsUp):
9763 (HandleShapeNotify):
9764 (HandleVisibilityNotify):
9765 (HandleUnmapNotify):
9766 (HandleSelectionRequest):
9767 (HandleReparentNotify):
9768 (HandlePropertyNotify):
9769 (HandleMotionNotify):
9770 (HandleMapRequestKeepRaised):
9772 (HandleMappingNotify):
9774 (HandleLeaveNotify):
9779 (HandleEnterNotify):
9780 (HandleDestroyNotify):
9781 (HandleColormapNotify):
9782 (HandleClientMessage):
9783 (HandleButtonRelease):
9784 (HandleButtonPress):
9785 (__handle_bpress_on_root):
9786 (__handle_bpress_action):
9787 (__handle_click_to_raise):
9788 (__handle_click_to_focus):
9789 (__is_bpress_window_handled):
9790 (__handle_focus_raise_click):
9791 don't use "Event", "Fw" and old_execute_function() anymore
9793 * fvwm/events.c (dispatch_event):
9794 removed preserve_tmpwin argument; changed all callers
9796 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9797 fixed random focus member of faked event
9799 * fvwm/gnome.c (GNOME_ProcessClientMessage):
9800 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9801 (EWMH_ProcessPropertyNotify):
9802 * fvwm/move_resize.c (DisplaySize):
9804 (position_geometry_window):
9805 * fvwm/geometry.c (get_window_borders):
9806 (get_window_borders_no_title):
9809 * fvwm/events.c (dispatch_event):
9810 create event execution context
9811 (HandleClientMessage):
9812 removed useless local "button"
9814 don't fiddle with global Fw anymore; added argument to return context
9815 window; changed all callers
9817 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9818 * fvwm/move_resize.c (__resize_window):
9819 use new event handle interface
9822 * fvwm/eventhandler.h:
9823 new event handler interface
9825 * fvwm/functions.c (CMD_Plus):
9826 * fvwm/builtins.c (AddToDecor):
9829 use F_CMD_ARGS in AddToDecor
9831 removed useless check for realloc return value
9832 use new function interface
9833 fixed another memory leak
9835 * fvwm/builtins.c (__remove_window_decors):
9836 replace old_execute_function with execute_function
9838 * fvwm/add_window.c (setup_window_placement):
9839 * fvwm/placement.c (PlaceWindow):
9840 * fvwm/schedule.c (execute_obj_func):
9841 * fvwm/colorset.c (add_to_junk):
9842 use new function call interface
9844 * fvwm/fvwm.h (F_EXEC_ARGS):
9846 removed now unused macros
9848 * fvwm/functions.c (CheckActionType):
9851 (__execute_function):
9852 (__run_complex_function_items):
9853 (execute_complex_function):
9854 rewrote function call interface
9856 * fvwm/functions.c (__run_complex_function_items):
9857 new function split off from execute_complex_function
9861 removed "Event" global
9863 2002-09-08 Dan Espen <dane@mk.telcordia.com>
9865 * fvwm/fvwm.1.in: Language check.
9867 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9869 * fvwm/functions.c (old_execute_function):
9872 * fvwm/module_interface.c (do_execute_module):
9873 don't write module argument anymore; code claimed that writing 0 into
9874 *Module prevented WaitForButtonsUp from being called, but that was
9875 either a lie or a relic of the past
9877 * fvwm/fvwm.h (exec_func_args_type):
9881 removed *Module argument
9883 * fvwm/functions.c (__execute_function):
9886 * fvwm/functions.h (enum):
9887 added more function execution falgs
9890 add exec_context_t *exc to builtin arguments
9892 * libs/FEvent.c (fev_copy_last_event):
9895 * fvwm/execcontext.h:
9896 * fvwm/execcontext.c:
9897 new files introducing the "exec_context_t" structure that shall replace
9898 the builtin command interface
9900 * fvwm/stack.c (__RaiseOrLowerWindow):
9901 (RaiseOrLowerWindow):
9903 (mark_transient_subtree):
9904 (__sort_transient_ring):
9905 properly handle restacking of windows with more than one transient and
9906 multiple levels of transients at the same time
9907 (__RaiseOrLowerWindow):
9908 (RaiseOrLowerWindow):
9909 renamed function and added wrapper
9911 * fvwm/fvwm.h (FvwmWindow):
9912 added new scratch registers
9914 2002-09-06 Mikhael Goikhman <migo@homemail.com>
9918 minor improvements in the new release procedure
9920 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9922 * fvwm/stack.c (RaiseOrLowerWindow):
9924 (mark_transient_subtree):
9925 (must_move_transients):
9926 (is_on_top_of_layer_ignore_rom):
9927 handle restacking trees of transient windows; still does not work too
9928 well if a window has multiple transients at the same time
9930 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9934 restored versions from before 9th of September
9935 (RaiseOrLowerWindow):
9936 fixed StackTransientParent style without RaiseTransient or
9937 LowerTransient on transient_for window
9938 StackTransientParent works only on window in the same layer
9939 (mark_transient_subtree):
9940 fixed handling of window group hint w/ iconify
9942 (RaiseOrLowerWindow):
9944 fixed flickering when overlapping transients aree lowered
9946 * fvwm/move_resize.c (__resize_window):
9947 * fvwm/colorset.c (add_to_junk):
9948 cleaned up event handling
9950 * fvwm/move_resize.c (__resize_window):
9951 renamed function and changed callers
9953 * fvwm/fvwm.h (F_PASS_ARGS):
9955 removed eventp command argument
9957 * fvwm/events.c (DispatchEvent):
9959 renamed function, added event argument and changed all callers
9961 * libs/FEvent.c (fev_fake_event):
9962 * libs/FEvent.c (fev_get_evtype__remove_me):
9965 * fvwm/menus.c (menuShortcuts):
9972 (__mloop_get_event_timeout_loop):
9973 (__mloop_get_event):
9977 * fvwm/builtins.c (CMD_FakeClick):
9978 * fvwm/functions.c (CheckActionType):
9980 * fvwm/focus.c (__try_program_focus):
9981 (__try_program_focus):
9982 * fvwm/icccm2.c (SetupICCCM2):
9983 * fvwm/virtual.c (HandlePaging):
9984 * fvwm/module_interface.c (make_vpacket):
9986 * fvwm/schedule.c (squeue_get_next_ms):
9987 (squeue_get_next_ms):
9989 * fvwm/stack.c (BroadcastRestack):
9990 * fvwm/move_resize.c (resize_window):
9992 * libs/FEvent.c (fev_get_evtime):
9993 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
9995 * fvwm/events.c (HandleEnterNotify):
9999 (discard_window_events):
10000 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10003 * fvwm/menus.c (__mloop_get_event):
10004 * fvwm/virtual.c (HandlePaging):
10006 * fvwm/functions.c (DeferExecution):
10008 * fvwm/misc.c (get_server_time):
10009 * fvwm/builtins.c (CMD_StrokeFunc):
10010 * fvwm/menus.c (pop_menu_up):
10013 * libs/FEvent.c (fev_update_last_timestamp):
10014 removed StashEventTime function; handle this directly in FEvent.c
10016 * fvwm/module_interface.c (ExecuteModuleCommand):
10017 * fvwm/misc.c (Keyboard_shortcuts):
10018 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10019 * fvwm/events.c (handle_all_expose):
10023 don't use Event global anymore
10025 * fvwm/bindings.c (activate_binding):
10026 fixed key bindings on window corners
10028 * libs/fvwmlib.h (C_DECOR):
10029 context including all parts of the decorations
10031 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10034 fixed compilation warning in #endif comment
10037 removed debug fprintf
10043 another solution for reporting the cvs status
10045 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10047 * configure.in (LIBOBJS):
10048 * acinclude.m4 (smr_SWITCH):
10049 fix for autoconf 2.53
10052 removed unnecessary includes
10054 * fvwm/Makefile.am (fvwm_SOURCES):
10056 * fvwm/eventmasks.h:
10057 * fvwm/eventhandlers.h:
10058 new files split from events.h
10060 * fvwm/icccm2.c (HandleSelectionRequest):
10061 (HandleSelectionClear):
10062 * fvwm/colormaps.c (HandleColormapNotify):
10063 * fvwm/menus.c (menu_tear_off):
10064 * fvwm/move_resize.c (resize_window):
10067 new argument avh_args_t to the event handler functions; still unused
10068 moved all event handlers to events.c
10069 remove now unnecessary includes in some files
10071 * fvwm/icccm2.c (HandleSelectionRequest):
10075 use replacements for X event functions everywhere
10077 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10081 * fvwm/borders.c (border_flags_to_button_state):
10083 * fvwm/builtins.c (ReadTitleButton):
10084 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10085 * fvwm/fvwm.c (InitVariables):
10086 Imlemented new title and button states InactiveUp and InactiveDown,
10087 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10088 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10089 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10092 reformat license info in -version to be 3 lines and one empty line
10093 instead of 5 non-empty lines, for readability
10095 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10099 * libs/Makefile.am:
10102 * fvwm/stack.c (__raise_or_lower_recursion):
10103 (RaiseOrLowerWindow):
10104 split into two functions
10105 renamed to __raise_or_lower_window
10106 (mark_transient_subtree):
10107 new flag MARK_CLEAR
10108 (position_new_window_in_stack_ring):
10111 cleaned up stacking code
10113 * fvwm/menus.c (paint_menu):
10114 fixed a minor drawing problem with menu item reliefs
10116 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10118 * fvwm/move_resize.c (InteractiveMove):
10119 removed eventp from interface
10120 changed all callers
10122 * fvwm/menucmd.c (menu_func):
10123 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10124 * fvwm/windowlist.c (CMD_WindowList):
10125 * fvwm/read.c (run_command_file):
10126 (run_command_stream):
10127 * fvwm/focus.c (warp_to_fvwm_window):
10128 * libs/Event.c (GetSubwindowFromEvent):
10129 * fvwm/events.c (GetContext):
10130 * libs/Pointer.c (GetLocationFromEventOrQuery):
10131 * fvwm/builtins.c (CMD_StrokeFunc):
10133 * fvwm/events.c (StashEventTime):
10134 * fvwm/move_resize.c (InteractiveMove):
10135 * fvwm/functions.c (DeferExecution):
10136 (old_execute_function):
10137 * fvwm/fvwm.h (F_CMD_ARGS):
10139 make eventp argument const to ease clean up work
10141 * fvwm/windowlist.c (CMD_WindowList):
10142 * fvwm/move_resize.c (InteractiveMove):
10143 * fvwm/menucmd.c (menu_func):
10144 * fvwm/icons.c (CMD_Iconify):
10145 always query pointer position in case a script modified the position
10148 * fvwm/focus.c (SetPointerEventPosition):
10149 removed function since it modifies the global event variable
10151 * fvwm/functable.c (func_table):
10152 added cursor and event type members fo DeferExecution call
10153 * fvwm/functions.c (DeferExecution):
10154 made static, call from inside functions.c only
10155 removed calls everywhere
10157 * fvwm/builtins.c (CMD_StrokeFunc):
10160 * fvwm/virtual.c (HandlePaging):
10162 don't use global "Event" anymore
10164 pass in event structure through arguments
10165 changed all callers
10167 2002-09-02 olicha <olivier.chapuis@free.fr>
10169 * libs/Colorset.c (*):
10171 * libs/colorset.c (parse_colorset):
10172 * libs/PictureGraphics.c (PGrabXImage):
10173 (PCreateRenderPixmap):sx
10174 (PGraphicsCreateTransprency):
10175 * libs/PictureGraphics.h:
10176 An experimental implementation of ParentalRelative tinted background
10178 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10179 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10181 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10182 * libs/FRenderInit.c (FRenderInit):
10183 (FRenderGetAlphaDepth):
10184 * libs/FRenderInit.h:
10185 Fixed alpha blending for xserver without depth 8 pixmap
10191 2002-09-01 olicha <olivier.chapuis@free.fr>
10194 Colorset and alpha blending news
10196 2002-08-31 olicha <olivier.chapuis@free.fr>
10198 * libs/Ficonv.c (convert_charsets):
10199 Fixed compilation on systems that do not have EILSEQ
10201 2002-08-30 olicha <olivier.chapuis@free.fr>
10203 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10204 Fixed compilation of certain modules
10206 * fvwm/borders.c (border_render_into_pixmap):
10207 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10208 * libs/PictureGraphics.h:
10209 * libs/Graphics.c (CreateStretchPixmap):
10210 (CreateStretchYPixmap):
10211 (CreateStretchXPixmap):
10212 Progress with masks in multipixmap title
10214 * libs/PictureGraphics.c (PCopyArea):
10216 (PCreateRenderPixmap):
10217 * fvwm/borders.c (border_fill_pixmap_background):
10220 * fvwm/icons.c (DrawIconWindow):
10221 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10222 Fixed the shape mask of ewmh icons and icons with some alpha
10224 2002-08-30 olicha <olivier.chapuis@free.fr>
10226 * libs/PictureGraphics.c (PCreateRenderPixmap):
10227 (PGrabImageErrorHandler):
10228 (PGraphicsCopyPixmaps):
10229 (PGraphicsCopyFvwmPicture):
10230 (PGraphicsTileRectangle):
10231 (PGraphicsRenderPixmaps):
10232 (PGraphicsRenderPicture):
10233 * libs/PictureGraphics.h:
10234 * libs/PictureBase.h:
10235 Replaced PGraphicsTileRectangle with a more powerful function,
10236 PCreateRenderPixmap, which performs *full* XRender simulation.
10237 So alpha blending is now supported even without Xrender support.
10238 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10239 for direct rendering with tint and alpha channel.
10241 * libs/FRender.c (FRenderVisualInit):
10243 (FRenderTintRectangle):
10245 * libs/FRenderInterface.h:
10246 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10247 and more powerfull function FRenderRender
10249 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10251 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10252 Load the alpha even without Xrender support
10255 * fvwm/colorset.c (parse_pixmap_tint):
10258 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10259 or obsolete TintMask) also tints gradients and the tint is applied
10260 only to the pixmap not the bg color. The average bg is computed from
10261 the "original" pixmap and not the tinted one, bgTint should be used
10262 to get a real average bg in the case the pixmap is tinted
10264 * fvwm/icons.c (DrawIconWindow):
10265 (CreateIconWindow):
10266 * fvwm/menuitem.c (menuitem_paint):
10267 * fvwm/menus.c (paint_side_pic):
10268 * fvwm/borders.c (border_get_border_background):
10269 (border_draw_decor_to_pixmap):
10270 (border_fill_pixmap_background):
10271 * fvwm/events.c (HandlePropertyNotify):
10272 Picture rendering use the new PGraphicsRenderPixmaps and
10273 PGraphicsRenderPicture libs functions. Respect new colorset options
10275 * fvwm/colorset.c (parse_colorset):
10277 (CMD_ReadWriteColors):
10279 Removed the read write colorset codes
10281 * libs/Graphics.c (CalculateGradientDimensions):
10282 Fixed the size of dithered H and V gradients
10284 * libs/PictureUtils.c (*):
10285 * libs/PictureUtils.h:
10288 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10290 * fvwm/menus.c (paint_menu_gradient_background):
10291 fixed drawing of SidePic menu background when not using SideColor
10294 * FvwmIconBox/icons.c:
10297 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10299 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10301 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10304 fixed --disable-ewmh
10308 added const to some prototypes
10310 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10312 * fvwm/menus.c (MenuInteraction):
10314 renamed MenuInteraction to __menu_loop
10316 * fvwm/menus.c (pop_menu_up):
10319 removed pdo_warp_to_title argument of pop_menu_up and changed all
10320 callers; logic is now in last_saved_position_hints
10321 (__menu_get_next_event_timeout_loop):
10322 began to split MenuInteraction into several sub functions
10323 go away, evil "goto"!
10325 * fvwm/style.c (style_parse_one_style_option):
10326 all boolean styles - and *only* boolean styles, can be prefixed with a
10327 '!' to invert their meaning
10328 (style_parse_button_style):
10329 moved Button and NoButton styles to separate function
10333 updated for 2.5.4-devel
10342 * fvwm/menuitem.h (struct):
10343 * fvwm/menus.c (paint_menu_gradient_background):
10344 (paint_menu_pixmap_background):
10346 (clear_expose_menu_area):
10347 fixed TiledPixmap menu background drawing bug
10348 sorted function in file and removed forward declarations
10350 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10352 * fvwm/Makefile.am (LDADD):
10353 put -lfvwm at front of library list
10355 * fvwm/windowlist.c (CMD_WindowList):
10356 print window's page instead of current page in windowlist
10358 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10360 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10361 Fix for Experimental RaiseOverUnmanaged Handling.
10363 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10367 New defs for Experimental RaiseOverUnmanaged Handling.
10369 * fvwm/events.c (HandleEnterNotify):
10371 (set_focus_to_fwin)
10372 (focus_query_grab_buttons)
10373 (_focus_grab_buttons)
10374 (focus_grab_buttons)
10375 (focus_grab_buttons_client_entered)
10377 (__activate_window_by_command)
10378 (_ReturnFocusWindow)
10380 (_ForceDeleteFocus)
10382 (raise_over_unmanaged)
10383 (is_above_unmanaged)
10384 (_is_on_top_of_layer)
10385 (is_on_top_of_layer)
10386 (is_on_top_of_layer_and_above_unmanaged)
10387 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10388 interaction of RaiseOverUnmanaged with various focus policies,
10389 particularly mouse focus + client click raises; issue mouse
10390 button grabs when and only when they are actually needed; and
10391 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10392 (Thanks to the GFPR, this is much more straightforward to do!)
10394 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10397 added a paragraph about scripting and complex functions.
10399 * fvwm/style.c (style_parse_one_style_option):
10400 fixed flag_mask and change_mask of TitleAt... styles that broke left
10403 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10406 describe new focus policy styles
10408 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10410 * fvwm/style.c (merge_styles):
10411 fixed applying style updates immediately
10413 * fvwm/geometry.c (constrain_size):
10414 fixed font resizing of maximized windows
10416 * fvwm/window_flags.h:
10417 * fvwm/fvwm.h (has_new_wm_normal_hints):
10420 * fvwm/events.c (HandleEnterNotify):
10421 fixed UngrabNotify returning focus to just unfocused window
10425 * fvwm/style.c (merge_styles):
10427 (__simplify_style_list):
10428 fixed default style calculations
10430 * fvwm/events.c (HandleConfigureRequest):
10431 disabled debug output
10433 * fvwm/style.c (merge_styles):
10434 * fvwm/fvwm.h (window_style):
10435 new style member default_mask to allow two levels of defaults;
10436 fixes focus policy defaults
10438 rewrote many of the macros; changed all callers
10440 * fvwm/borders.c (RenderIntoPixmap):
10441 (DrawMultiPixmapTitlebar):
10442 (border_render_into_pixmap):
10443 (border_draw_multi_pixmap_titlebar):
10444 applied Suzanne Skinner's multi pixmap titles fix
10445 renamed functions and changed all callers
10447 * libs/FScreen.c (FScreenGetScrRect):
10450 new utility functions
10452 * fvwm/windowlist.c (CMD_WindowList):
10453 new option MaxLabelWidth for the WIndowList command based on patch by
10455 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10456 WindowList command.
10458 * fvwm/events.c (HandleConfigureRequest):
10459 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10460 seems to work without problems
10462 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10464 * fvwm/style.c (merge_styles):
10465 fixed style defaults getting stuck to on once set
10468 fixed a number of non portable uses of the "test" command and unified
10469 the used syntax of all calls to reduce chance of copy-and-paste
10472 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10476 minor typos and improvements;
10477 better string quotings and detection of fribidi for autoconf-2.53
10479 * fvwm/Makefile.am:
10480 don't include *.in in EXTRA_DIST, they are auto-included
10482 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10484 * fvwm/events.c (HandleConfigureRequest):
10485 (HandlePropertyNotify):
10486 (is_resizing_event_pending):
10487 fixed uninitialised return code of test_resizing_event
10489 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10491 * fvwm/decorations.c (SelectDecor):
10493 * fvwm/window_flags.h:
10495 moved common.s.has_no_border window flag to common.has_no_border to
10496 fix windows getting stuck without a border once the HandleWidth or
10497 BorderWidth was set to 0 and then increased again
10500 removed reference to BUGS and TODO
10503 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10504 fvwm.1 files don't have to be updated for a release anymore; the release
10505 number and date are set by configure
10507 * fvwm/fvwm.c (setVersionInfo):
10508 fixed output of "fvwm -version"
10510 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10512 * fvwm/style.c (style_parse_one_style_option):
10513 Old focus styles override less of the behaviour specified with the
10514 FP... styles; use defaults instead without setting the mask
10515 (style_parse_one_style_option):
10516 removed the styles MouseFocusClickIgnoreMotion and
10517 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10519 (style_parse_one_style_option):
10520 ClickToFocusRaises now works only on the client window, not on the
10522 (style_parse_one_style_option):
10523 fixed FocusFollowsMouse style
10524 (style_set_old_focus_policy):
10525 moved old default focus settings to a separate function, simplified code
10527 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10529 * fvwm/fvwm.1: Add hot-spot is an offset information,
10530 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10533 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10535 * fvwm/style.c (style_parse_focus_policy_style):
10536 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10538 * libs/Makefile.am:
10539 added missing files
10541 * fvwm/events.c (HandleConfigureRequest):
10542 fixed ConfigureRequest race condition
10544 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10547 quote environment variables
10549 2002-08-13 olicha <olivier.chapuis@free.fr>
10552 Color limit and dithering news
10555 Added a minimal doc for the -color-limit option
10557 * fvwm/builtins.c (CMD_ColorLimit):
10558 ColorLimit is obsolete
10560 * fvwm/builtins.c (ReadDecorFace):
10561 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10562 (PictureAllocColorAllProp):
10563 Implemented dithering for depth 16 and 15. This is off by default
10564 in colorset (use the dither colorset option) and on by default
10565 for window title gradient. Gradient are visibly more smooth.
10567 * libs/PictureUtils.c (*):
10570 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10573 corrected the pixmap cursor description, added an example
10575 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10577 * fvwm/menus.c (select_menu_item):
10578 (paint_menu_gradient_background):
10579 fixed a redrawing problem with H/Vgradient menu faces
10581 fixed a minor problem w/ entering submenus via keyboard
10583 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10585 * fvwm/move_resize.c (CMD_ResizeMove):
10588 (CMD_ResizeMaximize):
10589 (CMD_ResizeMoveMaximize):
10590 commands can be used on iconified windows again
10594 moved pre-2.2 NEWS to ONEWS
10597 * libs/safemalloc.c:
10603 * fvwm/menustyle.c:
10610 let config.h include strinh.h or strings.h
10612 * fvwm/style.c (style_parse_one_style_option):
10613 (style_parse_one_style_option):
10614 fixed icon box crash
10616 * fvwm/bindings.c (update_nr_buttons):
10617 fixed extra buttons on window decorations
10619 * fvwm/style.c (style_parse_one_style_option):
10620 fixed parsing of the FP... and !FP... styles
10622 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
10624 * fvwm/style.c (style_parse_one_style_option):
10625 Fixed a typo so that ClickToFocusRaisesOff actually turns
10626 the option off instead of on.
10628 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10630 * fvwm/focus.c (focus_grab_buttons):
10631 only grab necessary buttons on the client window
10633 2002-08-11 olicha <olivier.chapuis@free.fr>
10635 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10636 Removed some debug code
10638 * fvwm/fvwm.c (main):
10640 Added -color-limit to fvwm usage
10642 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10644 * fvwm/style.c (style_parse_one_style_option):
10645 (style_parse_focus_policy_style):
10646 added style options "FP..." to control focus policy
10647 removed OverrideGrabFocus and AllowGrabFocus styles
10649 * fvwm/style.c (merge_styles):
10650 fixed style defaults != 0
10652 * fvwm/focus.c (__restore_focus_after_unmap):
10653 fixed a bug w/ reverting the focus from transients to the parent
10655 * fvwm/ewmh.c (ewmh_HandleDesktop):
10656 * fvwm/style.c (style_parse_one_style_option):
10657 fixed defaults for various focus styles
10662 * fvwm/frame.c (frame_mrs_resize_move_windows):
10663 backed out anti-flicker patch that slowed down command processing
10665 * fvwm/bindings.c (update_nr_buttons):
10667 fixed sluggish processing of mouse bindings
10669 * fvwm/events.c (__handle_bpress_action):
10670 fixed drawing of pressed decorations w/o bindings
10672 * fvwm/frame.c (frame_move_resize):
10673 removed debug code that broke focus handling
10675 * fvwm/style.c (style_parse_one_style_option):
10676 fixed passing the focus click to the app by default
10678 * fvwm/events.c (__handle_click_to_focus):
10679 * fvwm/focus.c (set_focus_to_fwin):
10680 (__set_focus_to_fwin):
10681 removed drawing code that broke as many places as it fixed; plus it
10682 cause unnecessary redraws
10684 * fvwm/events.c (HandleConfigureRequest):
10685 send a synthetical ConfigureNotify if an application is not granted its
10686 wishes from a ConfigureRequest; this is necessary for FixedPPosition
10687 and FixedPSize to work properly; also to be ICCCM compliant
10688 always force border_width 0 in these events
10689 in the experimental cr merging code, send a number of cn events equal
10690 to the number of merged events
10696 * fvwm/style.c (style_parse_focus_policy_style):
10697 (style_parse_icon_size_style):
10698 (style_parse_icon_box_style):
10699 (style_parse_icon_grid_style):
10700 (style_parse_icon_fill_style):
10701 (style_parse_one_style_option):
10702 (parse_and_set_window_style):
10703 split into separate functions
10704 (style_parse_one_style_option):
10705 simplified and cleaned up
10708 * fvwm/decorations.c:
10711 * fvwm/conditional.h:
10712 * fvwm/conditional.c:
10716 * fvwm/colormaps.c:
10719 reformatted and cleaned up
10721 2002-08-11 olicha <olivier.chapuis@free.fr>
10723 * libs/PictureUtils.c (*):
10724 * libs/PictureUtils.h:
10725 * libs/PictureDitherMatrice.h (new file):
10726 * libs/PictureImageLoader.c (*):
10727 * libs/PictureImageLoader.h:
10728 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
10729 (PCreateDitherPixmap):
10730 (PCreateTintedPixmap):
10731 * libs/PictureGraphics.h:
10732 * libs/PictureBase.c (PictureInitCMap):
10733 * libs/PictureBase.h:
10734 * libs/Picture.c (*):
10737 * libs/Colorset.c (DumpColorset):
10740 * libs/Graphics.c (all gradient functions):
10743 * fvwm/move_resize.c (CMD_XorPixmap):
10744 * fvwm/colors.c (FreeColors):
10745 * fvwm/builtins.c (CMD_DefaultColors):
10746 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10747 * fvwm/builtins.c (FreeDecorFace):
10749 * fvwm/menus.c (pop_menu_down):
10750 (paint_menu_gradient_background):
10753 * fvwm/menustyle.c (menustyle_free_face):
10754 (menustyle_parse_face):
10756 (menustyle_update):
10757 (menustyle_parse_style):
10758 (CMD_CopyMenuStyle):
10759 * fvwm/menustyle.h:
10760 * fvwm/icons.c (GetIconFromFile):
10761 * fvwm/builtins.c (ReadMultiPixmapDecor):
10763 * fvwm/borders.c (border_draw_decor_to_pixmap):
10764 * fvwm/add_window.c (setup_mini_icon):
10765 * fvwm/fvwm.c (main):
10766 * fvwm/colorset.c (free_colorset_background):
10770 New color limit method and implement dithering in depth <= 8.
10771 Added a "fvwm picture attributes" structure for loading image.
10772 Some colors leaks fix. Add some (weak) color leaks. New option
10773 -color-limit for fvwm. 257 fix. Some prepartion for tint and
10776 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10778 * libs/Flocale.c (FlocaleRotateDrawString):
10781 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10783 * fvwm/style.c (parse_and_set_window_style):
10784 fixed the default for passing the click-to-raise click for mousey
10787 * fvwm/events.c (__handle_click_to_focus):
10788 removed redundant code
10789 (WaitForButtonsUp):
10790 fixed sluggish motion event handling when waiting for buttons to be
10793 * fvwm/focus.c (__set_focus_to_fwin):
10794 (set_focus_to_fwin):
10795 fixed redrawing the border w/ mousey focus when the window was entered,
10796 then the border was clicked before the FocusIn event arrived
10798 * fvwm/events.c (__handle_bpress_on_managed):
10799 * fvwm/style.c (parse_and_set_window_style):
10800 fixed some small focus problems
10803 reformatted and cleaned up
10808 * fvwm/focus.c (focus_query_click_to_raise):
10809 (focus_query_click_to_focus):
10810 * fvwm/style.c (parse_and_set_window_style):
10811 * fvwm/events.c (__test_for_motion):
10812 (__check_click_to_focus_or_raise):
10813 (__handle_focus_raise_click):
10814 (__is_bpress_window_handled):
10815 (__handle_click_to_focus):
10816 (__handle_click_to_raise):
10817 (__handle_bpress_stroke):
10818 (__handle_bpress_action):
10819 (__handle_bpress_on_root):
10820 (__handle_bpress_on_unmanaged):
10821 (__handle_bpress_on_managed):
10822 (HandleButtonPress):
10823 GFPR: completely rewrote ButtonPress handler, thus finishing the core
10824 of the new focus code; only the parsing for the new styles is missing
10826 * fvwm/virtual.c (is_pan_frame):
10829 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10831 * fvwm/add_window.c (AddWindow):
10832 fixed compile error
10834 * fvwm/events.c (__handle_focus_raise_click):
10835 (HandleButtonPress):
10838 * fvwm/events.c (__handle_focus_raise_click):
10839 * fvwm/fvwm.h (struct):
10840 * fvwm/style.c (check_window_style_change):
10841 (parse_and_set_window_style):
10842 * fvwm/session.c (MatchWinToSM):
10843 * fvwm/window_flags.h:
10844 eliminated parts of the old focus code
10846 * fvwm/focus.c (__set_focus_to_fwin):
10847 (set_focus_to_fwin):
10848 * fvwm/fvwm.c (InitVariables):
10849 * fvwm/add_window.c (destroy_window):
10850 * fvwm/events.c (__handle_focus_raise_click):
10851 * fvwm/screen.h (ScreenInfo):
10852 eliminated Scr.Ungrabbed global
10854 * fvwm/update.c (apply_window_updates):
10855 (flush_window_updates):
10856 * fvwm/icons.c (DeIconify):
10858 * fvwm/move_resize.c (CMD_Maximize):
10861 * fvwm/frame.c (frame_free_move_resize_args):
10862 (__frame_setup_window):
10863 * fvwm/virtual.c (do_move_window_to_desk):
10864 (CMD_GotoDeskAndPage):
10867 * fvwm/stack.c (LowerWindow):
10868 * fvwm/events.c (HandleMapNotify):
10869 (HandleVisibilityNotify):
10872 (__handle_focus_raise_click):
10873 (HandleEnterNotify):
10874 (HandleMapRequestKeepRaised):
10875 * fvwm/add_window.c (setup_key_and_button_grabs):
10876 (setup_focus_policy):
10878 * fvwm/focus.c (__try_other_screen_focus):
10879 (__set_focus_to_fwin):
10880 (set_focus_to_fwin):
10881 (focus_grab_buttons_on_pointer_window):
10882 (focus_grab_buttons_on_layer):
10883 (focus_grab_buttons_new):
10884 cleaned up focus grab handling.
10886 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
10889 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10891 * fvwm/add_window.c (setup_window_structure):
10893 discarded unused return code
10895 * fvwm/focus.c (focus_grab_buttons):
10896 split into two fucntions and fixed a bug with ungrabbing buttons
10898 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
10899 * fvwm/style.c (parse_and_set_window_style):
10900 * fvwm/icons.c (DeIconify):
10902 * fvwm/events.c (HandleButtonPress):
10903 (HandleEnterNotify):
10904 (HandleLeaveNotify):
10906 (HandleMapRequestKeepRaised):
10907 * fvwm/add_window.c (CaptureAllWindows):
10908 * fvwm/virtual.c (UnmapDesk):
10910 (do_move_window_to_desk):
10911 * fvwm/update.c (flush_window_updates):
10912 * fvwm/focus.c (set_focus_model):
10914 (__restore_focus_after_unmap):
10915 much more GFPR work; these patches may break lots of things
10917 * fvwm/focus.c (set_focus_to_fwin):
10918 (__activate_window_by_command):
10920 (ReturnFocusWindow):
10922 (ForceDeleteFocus):
10923 renamed MoveFocus to set_focus_to_fwin
10925 2002-08-07 Mikhael Goikhman <migo@homemail.com>
10927 * libs/Fft.c (FftDrawString):
10928 removed redudant and buggy code that called DrawStringFunc before
10929 this pointer gets initialized
10931 * fvwm/focus.c (focus_query_click_to_raise):
10932 fixed possibly-uninitialized variable warning
10934 * fvwm/Makefile.am:
10935 specify stroke includes before Xft includes, may improve some cases
10937 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10940 fixed sys/time.h detection
10942 * fvwm/events.c (HandleMappingNotify):
10943 * libs/Bindings.c (AddBinding):
10944 added MappingNotify event handler
10946 * fvwm/events.c (HandleMapRequest):
10949 * fvwm/events.c (InitEventHandlerJumpTable):
10950 another attempt at handling "unknown" modifiers in key bindings
10952 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10954 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
10955 * fvwm/add_window.c (destroy_window):
10956 * fvwm/focus.c (focus_grab_buttons):
10959 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10961 * fvwm/focus.c (focus_force_refresh_focus):
10962 * fvwm/events.c (HandleEnterNotify):
10963 (HandlePropertyNotify):
10964 (HandleButtonPress):
10965 * fvwm/icons.c (DeIconify):
10966 * fvwm/virtual.c (MapDesk):
10967 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
10968 * fvwm/update.c (apply_window_updates):
10969 * fvwm/module_interface.c:
10970 * fvwm/conditional.c (MatchesConditionMask):
10973 * fvwm/icons.c (Iconify):
10974 removed "#if 0"ed code
10976 * fvwm/module_interface.c:
10977 disabled the old ConfigureWindow module interface
10980 * libs/fvwmsignal.h:
10982 * fvwm/ewmh_intern.h:
10984 * fvwm/module_interface.c:
10989 new file to encapsulate time.h and sys/time.h inclusion
10993 (mark_transient_subtree):
10994 (__mark_group_member):
10995 cleaned up and split into two functions
10997 * fvwm/focus.c (CMD_Focus):
10999 * fvwm/icons.c (DeIconify):
11002 (__activate_window_by_command):
11005 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11006 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11007 * fvwm/style.c (parse_and_set_window_style):
11008 (parse_and_set_window_style):
11009 began implementing new focus control styles
11011 * fvwm/focus.c (DoSetFocus):
11012 (__restore_focus_after_unmap):
11017 (__set_focus_to_fwin):
11020 * fvwm/conditional.c (MatchesConditionMask):
11021 * fvwm/focus.c (focus_query_open_grab_focus):
11022 (focus_query_close_restore_focus):
11023 (focus_does_accept_input_focus):
11025 * fvwm/events.c (HandleUnmapNotify):
11026 (HandleEnterNotify):
11028 (HandleMapRequestKeepRaised):
11029 renamed some functions
11032 * fvwm/focus_policy.c:
11033 * fvwm/focus_policy.h:
11034 prepared some future focus policy flags
11037 enable error message when png or xpm test compilation fails
11040 * fvwm/window_flags.h:
11041 * fvwm/ewmh.c (ewmh_HandleDesktop):
11042 * fvwm/style.c (parse_and_set_window_style):
11043 (check_window_style_change):
11044 * fvwm/events.c (HandleButtonPress):
11045 (HandleVisibilityNotify):
11046 began GFPR migration of *raises* focus policy flags
11048 * fvwm/focus.c (focus_is_focusd):
11051 * libs/Bindings.c (AddBinding):
11052 fixed handling of "unknown" modifiers in key bindings
11054 * fvwm/focus.c (focus_grab_buttons):
11055 (focus_query_grab_buttons):
11056 moved focus policy code into separate function
11058 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11063 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11065 * fvwm/style.c (parse_and_set_window_style):
11066 * fvwm/focus.c (focus_query_grab_focus):
11067 * fvwm/events.c (HandleMapNotify):
11068 (HandlePropertyNotify):
11069 * fvwm/focus_policy.c (fpol_init_default_fp):
11071 new styles OverrideGrabFocus and AllowGrabFocus
11072 cleaned up focus grabbing code and moved to focus.c
11074 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11076 * fvwm/focus.c (CMD_WarpToWindow):
11077 fixed negative arguments for unmanaged windows
11079 * fvwm/conditional.c (CMD_Direction):
11080 use PeekToken instead of GetNextToken
11082 new direction "center"
11084 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11086 * fvwm/events.c (addkbsubinstoarray):
11087 disabled experimental pointer warping code
11090 removed menu crash debug code
11092 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11095 added tons of crash debug code
11097 * fvwm/add_window.c:
11098 made a lot of internal functions static
11100 * fvwm/add_window.c (setup_button_windows):
11101 (destroy_title_window):
11102 (destroy_button_windows):
11103 (destroy_resize_handle_windows):
11104 (destroy_auxiliary_windows):
11107 * fvwm/icons.c (CreateIconWindow):
11108 safety patches w/ XDeleteContext
11110 * fvwm/menus.c (DestroyMenu):
11111 fixed a crash w/ accessing already deleted menus
11113 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11115 * fvwm/menus.c (get_menu_options):
11116 fixed menu context rectangle "icon" if the icon was not just a pixmap
11118 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11120 * fvwm/events.c (HandleMapNotify):
11121 (HandleMapRequestKeepRaised):
11122 (HandleUnmapNotify):
11123 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11124 * fvwm/ewmh.c (ewmh_HandleDesktop):
11125 * fvwm/style.c (parse_and_set_window_style):
11126 removed old do_grab_focus_when_created and *_when_transient_* flags
11128 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11130 * fvwm/conditional.c (MatchesConditionMask):
11131 * fvwm/focus.c (DoSetFocus):
11132 * fvwm/session.c (MatchWinToSM):
11133 * fvwm/module_interface.c (SETOLDFLAGS):
11134 removed old is_lenient flag
11137 * fvwm/style.c (__simplify_style_list):
11138 (simplify_style_list):
11141 * fvwm/window_flags.h:
11143 access macros for focus policy flags structures
11146 * fvwm/focus_policy.c:
11147 * fvwm/focus_policy.h:
11148 new files, begin great focus policy rewrite aka GFPR
11150 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11152 * fvwm/placement.c (PlaceWindow):
11153 Fixed interaction between CascadePlacement and StartsOnPage
11155 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11157 * libs/fvwmsignal.c (fvwmSelect):
11158 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11161 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11163 * fvwm/add_window.c (CaptureOneWindow):
11164 fixed a core dump w/ windows being destroyed during a recapture
11166 removed duplicate check if new windows still exist
11168 * fvwm/placement.c (CMD_PlaceAgain):
11169 * fvwm/move_resize.c (move_window_doit):
11171 * fvwm/virtual.c (MapDesk):
11173 (do_move_window_to_desk):
11174 * fvwm/icons.c (AutoPlaceIcon):
11175 (ChangeIconPixmap):
11177 some cleanup in movement code
11178 new option "Icon" to PlaceAgain command
11179 adapted documentation accordingly
11181 * fvwm/move_resize.c (move_window_doit):
11185 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11187 * libs/Flocale.c (FlocaleRotateDrawString):
11188 create gcs only once
11191 removed some references to Recapture
11192 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11193 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11195 * libs/gravity.c (gravity_parse_multi_dir_argument):
11196 fixed "all" multidir selecting "center" too
11198 * libs/Fft.c (FftDrawString):
11199 * libs/Flocale.c (FlocaleRotateDrawString):
11200 (FlocaleFontStructDrawString):
11201 (FlocaleDrawString):
11202 fixed some text placement bugs w/ shadow text
11203 (FlocaleGetShadowTextPosition):
11204 implemented "center" shadows
11206 2002-07-20 olicha <olivier.chapuis@free.fr>
11208 * libs/Flocale.c (FlocaleRotateDrawString):
11209 Removed some static declarations
11211 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11213 * libs/gravity.c (gravity_multi_dir_to_dir):
11214 * libs/gravity.h (enum):
11215 new function, cleaned up
11217 * fvwm/fvwm.h (FvwmWindow):
11221 moved text_rotation_type to gravity.h and renamed to rotation_type
11224 fixed several bugs in the access macros
11227 removed unused static FlocaleSeted
11228 (FlocaleFontStructDrawString):
11229 simplified function
11231 * fvwm/virtual.c (CMD_EdgeCommand):
11232 * fvwm/windowshade.c (CMD_WindowShade):
11233 * fvwm/conditional.c (CMD_Direction):
11234 adapted to changes in ParseDirectionArgument
11237 * libs/gravity.c (ParseDirectionArgument):
11238 new direction "Center"
11240 * fvwm/virtual.c (CMD_EdgeCommand):
11243 2002-07-18 olicha <olivier.chapuis@free.fr>
11245 * libs/PictureUtils.c (PictureRGBtoPixel):
11247 Fixed(??) color allocation for some visuals
11249 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11251 * libs/Flocale.c (FlocaleFontStructDrawString):
11252 a little code cleanup
11254 * fvwm/events.c (HandleEnterNotify):
11256 anothe click+drag fix
11258 * libs/Pointer.c (GetLocationFromEventOrQuery):
11259 * fvwm/focus.c (SetPointerEventPosition):
11260 * fvwm/functions.c (CheckActionType):
11261 * fvwm/builtins.c (CMD_StrokeFunc):
11262 * fvwm/move_resize.c (moveLoop):
11264 fixed some bugs w/ pointer on wrong screen
11266 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11268 * fvwm/events.c (HandleLeaveNotify):
11269 fixed problem w/ click+drag and mousey focus
11271 * fvwm/menus.c (size_menu_horizontally):
11272 fixed menu style SubmenusLeft w/ icons in menu items
11274 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11276 * fvwm/menuitem.c (menuitem_paint):
11278 * fvwm/menus.c (paint_menu_gradient_background):
11279 (get_menu_paint_item_parameters):
11280 removed circular dependency of menus.c and menuitem.c by using callback
11283 2002-07-17 olicha <olivier.chapuis@free.fr>
11288 * fvwm/fvwm.c (InitVariables):
11290 * fvwm/colorset.c (parse_colorset):
11292 (CMD_ReadWriteColors):
11293 * fvwm/builtins.c (CMD_ColorLimit):
11294 * libs/PictureUtils.h:
11295 * libs/PictureUtils.c (PictureReduceColor):
11296 (PictureReduceRGBColor):
11297 (PictureRGBtoPixel):
11298 (PictureAllocColor):
11299 (PictureFreeColors):
11300 (PictureGetNextColor):
11301 (colors_alloc_fail):
11305 (PictureAllocColorTable):
11306 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11307 (PImageXpmFreeColor):
11309 * libs/PictureBase.c (PictureInitCMap):
11310 * libs/Graphics.c (AllocLinearGradient):
11311 * libs/ColorUtils.c (GetShadow):
11317 (fvwmlib_clone_color):
11318 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11319 Implemented a new color limit method
11321 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11323 * fvwm/move_resize.c (moveLoop):
11324 fixed problem moving the pointer off screen while moving a window
11325 (AnimatedMoveAnyWindow):
11326 fixed pointer warping w/ multiple screens and animated window motion
11328 2002-07-12 olicha <olivier.chapuis@free.fr>
11330 * fvwm/menus.c (get_menu_paint_item_parameters):
11331 (paint_menu_gradient_background):
11332 * fvwm/menuitem.c (menuitem_paint):
11335 Fixed B/DGradient with Xft fonts
11338 * libs/ColorUtils.c (GetTintedColor):
11340 * fvwm/colorset.c (parse_simple_tint):
11343 Implemented fgTint colorset option
11345 * libs/PictureImageLoader.c:
11346 * libs/PictureUtils.c:
11347 * libs/PictureUtils.h:
11348 * libs/Makefile.am:
11349 Moved color limitation and some rgb to pixel functions from
11350 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11352 * fvwm/colorset.c (parse_colorset):
11353 * libs/PictureGraphics.c (PCreateTintedPixmap):
11354 (PGraphicsTintRectangle):
11355 Implemented tinting for X server without Xrender support and
11356 did color limitation when tinting
11359 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11361 * fvwm/events.c (WaitForButtonsUp):
11362 fixed handling of button release events
11364 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11366 * fvwm/menus.c (MenuInteraction):
11367 fixed core dump w/ dynamic popdown action destroying a menu
11368 (paint_menu_gradient_background):
11369 fixed hang and/or incorrect drawing of b and d gradients in menus
11371 * fvwm/events.c (HandleEnterNotify):
11372 (HandleLeaveNotify):
11373 improved LEAVE_WINDOW/ENTER_WINDOW handling
11375 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11377 * libs/Colorset.c (SetWindowBackground):
11378 (SetWindowBackgroundWithOffset):
11380 implemented new functions to allow pixmap backgrounds with an offset
11382 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11384 * fvwm/events.c (HandleMapRequestKeepRaised):
11385 send Map/UnmapNotify before iconyfying, not after
11387 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11389 * fvwm/events.c (HandleMapRequestKeepRaised):
11390 fake a MapNotify and then an UnmapNotify when a window is created iconic
11392 * fvwm/add_window.c (AddWindow):
11393 workaround for buggy TK menu positioning
11395 * fvwm/module_interface.c (FlushMessageQueue):
11398 tried to fix module communication deadlock w/ sync mask and a full write
11405 2002-07-06 olicha <olivier.chapuis@free.fr>
11407 * libs/Flocale.c (FlocaleGetFontSet):
11408 Removed some unwanted code
11410 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11412 * fvwm/events.c (HandleLeaveNotify):
11413 (HandleEnterNotify):
11414 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11416 * fvwm/events.c (CMD_XSync):
11417 very experimental patch to cycle through subwindows accepting keyboard
11418 input; call Xsync command repeatedly to test; crashes fvwm if more than
11419 1000 subwindows are used;
11421 * fvwm/focus.c (CMD_WarpToWindow):
11422 fixed a bug in warpttowindow command with subwindows of unmanaged
11425 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11427 * fvwm/events.c (HandlePropertyNotify):
11429 handle changes in the size_inc and base_size hints during opaque
11432 * fvwm/events.c (HandleButtonPress):
11433 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11434 until the button is released again; this restores the old behaviour
11435 from 2.3.23 and before with click+drag and rxvt/aterm
11437 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11439 * fvwm/update.c (apply_window_updates):
11440 fixed applying neverfocus to currently focused window; decorations
11441 partially drawn hilighted
11443 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11445 * fvwm/menucmd.c (menu_func):
11446 another module/menu/context window fix
11447 do not use global Fw anymore
11449 2002-07-05 olicha <olivier.chapuis@free.fr>
11451 * libs/Flocale.c (FlocaleStringToString2b):
11452 Fixed crash with big5-0 FontStruct
11454 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11456 * fvwm/menucmd.c (menu_func):
11457 fixed context window of menus invoked by a module
11459 fixed context menus on windows
11461 * libs/vpacket.h (ConfigWinPacket):
11462 * fvwm/module_interface.c (CONFIGARGSNEW):
11463 * fvwm/fvwm.h (FvwmWindow):
11464 fixed bugs in type conversions for transmitting certain information to
11467 * fvwm/functions.c (CheckActionType):
11468 fixed window selection problem w/ menus invoked from modules
11470 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11472 * fvwm/gnome.c (GNOME_HandlePropRequest):
11475 * fvwm/module_interface.c (ExecuteCommandQueue):
11476 fixed compile bug w/ --enable-debug-msgs
11478 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11480 * fvwm/events.c (HandleButtonPress):
11482 * fvwm/menus.c (MenuInteraction):
11484 * fvwm/windowlist.c (CMD_WindowList):
11485 * fvwm/menucmd.c (menu_func):
11486 * fvwm/module_interface.c (ExecuteModuleCommand):
11487 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11488 go away, evil globals! [removed the useless global variable
11491 * fvwm/events.c (HandleUnmapNotify):
11493 * fvwm/icons.c (Iconify):
11494 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11495 * fvwm/fvwm.h (struct):
11496 renamed is_deiconify_pending to is_iconify_pending
11499 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11501 * fvwm/menus.c (MenuInteraction):
11503 (menu_enter_tear_off_menu):
11505 * fvwm/events.c (HandleButtonPress):
11506 (HandleButtonRelease):
11509 * fvwm/menucmd.c (menu_func):
11511 * fvwm/module_interface.c (ExecuteModuleCommand):
11512 go away, evil globals! [removed the useless global variable "Context"]
11513 removed is_menu_from_frame_or_window_or_titlebar flag
11515 * fvwm/module_interface.c:
11516 * fvwm/windowlist.c:
11519 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11521 * fvwm/menuitem.c (menuitem_paint):
11522 fixed fg color of the inactive disabled menu item
11527 removed a mention of RedHat (I don't think it is correct),
11528 reworded a mention of fvwm95
11530 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11533 tabify only the leading spaces, untabify the middle of line
11535 2002-06-25 David Fries <dfries@mail.win.org>
11538 * fvwm/windowlist.c:
11539 Added code to sort based on the class name of a window for
11540 the WindowList function.
11542 2002-06-25 olicha <olivier.chapuis@free.fr>
11547 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11550 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11552 2002-06-24 Steve Talley <stephen.talley@sun.com>
11554 * fvwm/add_window.c:
11555 * fvwm/add_window.h:
11563 New Style option IconSize
11565 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11567 * NEWS, configure.in:
11568 changed version to 2.5.3
11570 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11573 removed C++ section
11576 * libs/FlocaleCharset.c:
11579 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11581 * fvwm/events.c (WaitForButtonsUp):
11582 use the wait cursot only after the 20th pass through the loop
11584 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11586 * fvwm/fvwm.1 (Examples): Language check.
11587 PipeRead as synchronous Exec.
11588 Better example for PipeRead.
11590 2002-06-21 olicha <olivier.chapuis@free.fr>
11594 Documented StringEncoding= in font name
11597 Removed --disable-compound-text doc
11599 2002-06-20 olicha <olivier.chapuis@free.fr>
11601 * libs/FBidi.h (FBidiConvert):
11602 Fixed compile if !HAVE_BIDI
11604 2002-06-19 olicha <olivier.chapuis@free.fr>
11606 * fvwm/fvwm.c (InitVariables):
11608 Allocate colorset 0 in InitVariable in the place of StartupStuff.
11609 This fix a "null expression" at init in menustyle.c (menustyle_update)
11611 2002-06-19 Mikhael Goikhman <migo@homemail.com>
11614 reworded supported feature listing, fixed the default xft detection
11616 added the "Supported Features" section
11618 2002-06-19 olicha <olivier.chapuis@free.fr>
11621 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11624 Removed --enable-mulibyte and --disable-compound-text config option
11625 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11628 Xft is on by default no
11630 * libs/FlocaleCharset.c (*):
11631 * libs/FlocaleCharset.h:
11632 * libs/Ficonv.c (*):
11634 * libs/Flocale.c (*):
11637 * libs/FftInterface.h:
11640 * fvwm/ewmh_names.c ():
11641 Some cleanup. Implemented StringEncoding= in font names. Fixed
11642 string encoding for xft fonts. Try to be more cleaver about defaults
11643 charsets. Improvement in the locale charset table.
11646 Some documentation cleanup regarding Xft
11648 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11650 * fvwm/functions.c (find_func_type):
11651 fixed bug i introduced w/ last commit
11653 * fvwm/fvwm.c (Done):
11655 * fvwm/functions.c (functions_is_complex_function):
11656 * fvwm/builtins.c (CMD_DestroyFunc):
11659 moved functions to functions.c
11662 * fvwm/functable.c:
11663 * fvwm/functable.h:
11664 * fvwm/functions.h:
11666 * fvwm/functions.c:
11667 moved some types and functions to other/new files
11669 * fvwm/functions.c:
11670 * fvwm/expand.c (expand_vars_extended):
11672 functions moved to new file
11674 * fvwm/functions.c:
11677 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11679 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11680 fixed colourmap focus problem
11683 tabified all files and removed all trailing spaces
11685 * fvwm/move_resize.c (move_window_doit):
11686 * fvwm/virtual.c (CMD_MoveToDesk):
11687 MoveToPage and MoveToDesk no longer unstick windows
11689 2002-06-17 Mikhael Goikhman <migo@homemail.com>
11695 reworded some names of supported features
11697 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11699 * fvwm/update.c (apply_window_updates):
11700 * fvwm/session.c (MatchWinToSM):
11701 * fvwm/add_window.c (setup_window_structure):
11702 * fvwm/windowshade.c (CMD_WindowShade):
11703 * fvwm/window_flags.h:
11704 fixed a problem w/ shaded windows changind the title direction
11706 * fvwm/geometry.c (get_shaded_geometry):
11707 fixed shading window to 0 width or height
11709 * fvwm/add_window.c (AddWindow):
11710 fixed a memory leak and an initial window placement bug
11712 2002-06-15 Mikhael Goikhman <migo@homemail.com>
11715 minor improvements in output, added bin/fvwm-perllib
11717 2002-06-12 Mikhael Goikhman <migo@homemail.com>
11719 * fvwm/menustyle.c (CMD_CopyMenuStyle):
11720 fixed copying PopupOffset values in CopyMenuStyle
11725 2002-06-10 Mikhael Goikhman <migo@homemail.com>
11729 added CopyStringWithQuotes, not perfect, but works for now
11731 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11733 * fvwm/functions.h:
11735 * fvwm/functions.c (func_config):
11736 * libs/FScreen.c (FScreenConfigureSLSScreens):
11737 (FScreenConfigureModule):
11738 * fvwm/virtual.c (CMD_XineramaSlsScreens):
11739 new command XineramaSLSScreens
11742 cleaned up Xinerama ifdefs
11744 2002-06-07 Dan Espen <dane@mk.telcordia.com>
11747 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11749 2002-06-07 olicha <olivier.chapuis@free.fr>
11752 * libs/Flocale.c (FlocaleGetShadowTextPosition):
11753 Some shadow text position fixes
11755 2002-06-06 olicha <olivier.chapuis@free.fr>
11757 * fvwm/update.c (apply_window_updates):
11758 Fixed the position of shaded windows after certain style update
11761 Fixed some options names
11763 2002-06-06 Mikhael Goikhman <migo@homemail.com>
11765 * fvwm/module_interface.c (CMD_SendToModule):
11766 fixed SendToModule when the first parameter contains quotes
11768 2002-06-06 olicha <olivier.chapuis@free.fr>
11770 * fvwm/fvwm.c (main):
11771 * fvwm/ewmh.c (EWMH_Init):
11772 Init the EWMH before reading the config. Always setup the working
11775 2002-06-05 olicha <olivier.chapuis@free.fr>
11777 * fvwm/update.c (apply_window_updates):
11778 Fixed the position of a shaded window during a style update
11781 * libs/Flocale.c (FlocaleRotateDrawString):
11782 (FlocaleGetShadowTextPosition):
11783 Fixed side title text position if the font has no shadow
11786 * libs/Ficonv.c (FiconvInit):
11787 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11788 * libs/Flocale.c (FlocaleInit):
11789 (FlocaleRotateDrawString):
11790 (FlocaleGetFontSet):
11791 (FlocaleGetFontOrFontSet):
11793 (FlocaleDrawString):
11794 (FlocaleTextWidth):
11795 (FlocaleFreeNameProperty):
11796 (FlocaleGetNameProperty):
11797 (FlocaleTextListToTextProperty):
11798 Finish to remove the multibyte patch. This gives a more clean code
11799 and can only prevent bugs
11801 2002-06-05 Mikhael Goikhman <migo@homemail.com>
11803 * fvwm/placement.c (PlaceWindow):
11804 fixed CascadePlacement with huge windows (xterm -g 240x100),
11805 that were aligned to bottom-right instead of top-left;
11806 small adjustments (removed border_width from calculations,
11807 don't place normal windows at 0, commented out some strange code)
11809 2002-06-04 Mikhael Goikhman <migo@homemail.com>
11812 document CascadePlacement and FvwmIconMan improvements
11817 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11819 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11820 * fvwm/fvwm.c (InitVariables):
11821 * fvwm/placement.c (PlaceWindow):
11822 * fvwm/screen.h (struct ScreenInfo):
11823 improved *CascadePlacement, if the last placed window does not exist
11824 any more, reuse the last used position instead of adding a new cascade
11826 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11828 * fvwm/events.c (HandleEnterNotify):
11829 * fvwm/fvwm.c (InitVariables):
11831 Fixed colormap handling over decorative parts of a window
11833 2002-06-03 olicha <olivier.chapuis@free.fr>
11835 * fvwm/module_interface.c (make_named_packet):
11836 Fixed an write out of memory bug. This complete Mikhail Kruk patch
11837 related to named module packet
11839 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11841 * fvwm/focus.c (focus_grab_buttons):
11842 * fvwm/events.c (HandleButtonPress):
11843 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
11845 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11847 * fvwm/bindings.c (ParseBinding):
11848 replaced an error "Illegal mouse button" with a descriptive warning
11849 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
11851 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11853 * fvwm/events.c (GetContext):
11854 fixed key bindings on decorations
11857 removed XEVMASK_DECORW
11859 2002-05-31 olicha <olivier.chapuis@free.fr>
11863 Documented shadow effect in a new section FONT EFFECTS
11865 2002-05-31 olicha <olivier.chapuis@free.fr>
11867 * libs/Fft.c (FftDrawString):
11868 * libs/Colorset.c (DumpColorset):
11871 * fvwm/colorset.c (parse_colorset):
11872 New colorset option fg_alpha which defines an alpha for rendering
11875 2002-05-29 olicha <olivier.chapuis@free.fr>
11877 * libs/Fft.c (FftSetupEncoding):
11884 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
11885 to Xft FLAGS and LIBS
11887 * fvwm/Makefile.am:
11888 * libs/Makefile.am:
11889 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
11890 Xft2 library. Removed FT2 CFLAGS and LIBS
11892 2002-05-27 olicha <olivier.chapuis@free.fr>
11897 Some Xft2 and fontconfig preparation
11900 * libs/Flocale.c (FlocaleParseShadow):
11902 (FlocaleGetShadowTextPosition):
11903 Added offset to shadow text
11906 Fixed the position of ne shadow text and remove some unused #define
11908 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11910 * fvwm/colorset.c (parse_colorset):
11911 fixed integer overflow in average colour calculation
11913 2002-05-27 olicha <olivier.chapuis@free.fr>
11915 * libs/gravity.c (GetNextMultiDirection):
11916 (ParseMultiDirectionArgument):
11918 Added a multi direction type which is a "<<" version of direction
11919 type. Added a parse and a next functions
11922 * libs/Flocale.c (FlocaleParseShadow):
11923 (FlocaleGetNextShadowDirection):
11924 (FlocaleGetShadowTextPosition):
11925 Used gravity multi direction type and functions. Removed
11926 FlocaleGetNextShadowDirection
11928 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11930 * fvwm/focus.c (restore_focus_after_unmap):
11931 fixed a problem w/ colormap transition when transient window died
11933 * fvwm/add_window.c (AddWindow):
11936 * fvwm/session.c (getUniqueStateFilename):
11937 applied security patch by Jan Echternach
11939 * fvwm/fvwm.c (InitVariables):
11940 Properly initialise Scr.flags.is_pointer_on_this_screen
11942 * libs/fvwmlib.h (FvwmFont):
11943 * fvwm/fvwm.c (setVersionInfo):
11946 * acconfig.h (MULTIBYTE):
11947 removed MULTIBYTE option (unconditionally on)
11949 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11951 * libs/gravity.c (ParseDirectionArgument):
11952 allow "t", "u", ... shortcuts as direction arguments
11954 * fvwm/style.c (check_window_style_change):
11955 (parse_and_set_window_style):
11956 * fvwm/frame.c (frame_setup_border):
11957 (frame_get_shading_laziness):
11958 (frame_get_sidebar_geometry):
11959 * fvwm/decorations.c (SelectDecor):
11960 * fvwm/add_window.c (setup_style_and_decor):
11961 (setup_resize_handle_cursors):
11962 (setup_resize_handle_windows):
11963 (change_resize_handle_windows):
11964 (destroy_auxiliary_windows):
11965 * fvwm/borders.c (border_get_border_gcs):
11966 (border_draw_border_parts):
11967 * fvwm/style.h (SCSET_HAS_BORDER):
11968 * fvwm/fvwm.h (FvwmWindow):
11969 * fvwm/window_flags.h (SET_HAS_BORDER):
11970 new styles NoBorder/Border
11972 2002-05-26 olicha <olivier.chapuis@free.fr>
11975 * libs/Flocale.c (FlocaleParseShadow):
11976 (FlocaleGetNextShadowDirection):
11977 (FlocaleGetShadowTextPosition):
11979 Implemented multidirectional shadow text rendering
11983 (FlocaleFontStructDrawString):
11984 (FlocaleRotateDrawString):
11986 (FlocaleDrawString):
11987 (FlocaleTextWidth):
11988 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
11989 * libs/Fft.c (FftDrawString):
11990 Cleanup the FlocaleFont structure by addings some flags
11992 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11994 * fvwm/events.c (HandleFocusIn):
11995 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11996 * fvwm/screen.h (ScreenInfo):
11997 * fvwm/focus.c (FocusOn):
11998 ignore EnterNotify events while a window is waiting to receive focus
11999 from the Focus or FlipFocus commands; should prevent plenty of race
12000 contidions caused by executing complex functions by a key press, button
12001 press or from a menu; fixes Alt-Tab problem
12003 * fvwm/events.c (HandleMapNotify):
12004 immediately draw window decorations when window is mapped; the new frame
12005 drawing code takes care of suppressing unnecessary redraws
12006 (HandleLeaveNotify):
12007 fixed a bug w/ LeaveNotify event with NotifyGrab
12009 2002-05-22 olicha <olivier.chapuis@free.fr>
12012 * libs/Fft.c (FftDrawString):
12013 * libs/Flocale.c (FlocaleFontStructDrawString):
12014 (FlocaleRotateDrawString):
12016 (FlocaleGetShadowTextPosition):
12017 (FlocaleDrawString):
12018 (FlocaleDrawUnderline):
12019 (FlocaleTextWidth):
12020 Implemented negative shadow text
12022 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12024 * fvwm/menucmd.c (CMD_AddToMenu):
12025 * fvwm/windowlist.c (CMD_WindowList):
12028 changed signature of AddToMenu
12030 * fvwm/menus.c (clone_menu_root_static):
12031 fixed problem w/ menu style usage count and tear off menus
12032 fixed core dump w/ not copying the missing sub menu function in tear
12034 (clone_menu_item_list):
12036 (add_another_menu_item):
12037 (size_menu_vertically):
12038 fixed additional "More..." items in sub menus of torn off menus
12040 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12043 fixed #endif warning
12044 * fvwm/ConfigFvwmDefaults:
12045 added CirculateSkip to tear off menus
12047 fixed ShadeAgain quoting
12049 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12051 * fvwm/events.c (HandleButtonPress):
12052 allow to pass the focus click to applications and have a function bound
12053 to it at the same time
12057 fixed compilation problem
12059 2002-05-20 olicha <olivier.chapuis@free.fr>
12061 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12062 Fixed blue colour in png image and ewmh icons
12064 * libs/Flocale.c (FlocaleLoadFont):
12065 Removed some debug code
12067 * fvwm/colorset.c (parse_colorset):
12069 * libs/ColorUtils.c (GetForeShadowColor):
12070 Added Mikhael algo to compute the default fgsh
12072 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12074 * fvwm/functions.c (expand_extended_var):
12075 expand $[fgsh.csN], use constants instead of numbers
12077 2002-05-17 olicha <olivier.chapuis@free.fr>
12079 * libs/Flocale.c (FlocaleDrawString):
12080 (FlocaleDrawUnderline):
12082 Removed some unused and debug code
12084 2002-05-17 olicha <olivier.chapuis@free.fr>
12086 * fvwm/menuitem.c (draw_underline):
12088 * libs/Flocale.c (FlocaleDrawUnderline):
12089 Move draw_underline into Flocale.c and fix underline position with
12092 2002-05-17 olicha <olivier.chapuis@free.fr>
12094 * fvwm/style.c (update_window_color_style):
12095 (update_window_color_hi_style):
12096 * fvwm/move_resize.c (DisplayPosition):
12098 * fvwm/menuitem.c (menuitem_paint):
12099 * fvwm/borders.c (get_common_decorations):
12100 (border_get_titlebar_draw_descr):
12102 * fvwm/icons.c (DrawIconWindow):
12103 Pass the colorset to text drawing via the FlocaleWinString structure
12106 * libs/ColorUtils.c (GetForeShadowColor):
12108 * fvwm/colorset.c (parse_colorset):
12110 * libs/Colorset.c (DumpColorset):
12112 Added fgsh colorset and two new functions GetForeShadowColor and
12113 GetForeShadow which should be modified
12115 * libs/Makefile.am:
12117 * libs/FftInterface.h (new file):
12118 * libs/Fft.c (FftDrawString):
12120 * libs/Flocale.c (FlocaleFontStructDrawString):
12121 (FlocaleRotateDrawString):
12122 (FlocaleDrawString):
12123 (FlocaleTextWidth):
12125 Implemented text shadow rendering
12127 2002-05-11 olicha <olivier.chapuis@free.fr>
12130 * fvwm/builtins.c (refresh_window):
12131 * fvwm/update.c (apply_window_updates):
12133 * fvwm/style.c (check_window_style_change):
12134 ParentalRelativity style is now dynamic
12136 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12138 * fvwm/menuitem.c (menuitem_paint):
12139 fixed menu item hilight area
12141 2002-05-09 olicha <olivier.chapuis@free.fr>
12143 * libs/Makefile.am:
12144 * libs/XError.c (request_name):
12145 * libs/PictureImageLoader.c (PImageLoadPng):
12146 (PImageCreatePixmapFromArgbData):
12147 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12148 (PGraphicsTileRectangle):
12149 (PGraphicsCopyFvwmPicture):
12150 * libs/FRenderInit.c (new file):
12151 * libs/FRenderInit.h (new file):
12152 * libs/FRenderInterface.h:
12153 * libs/FRender.c (*):
12154 * fvwm/colorset.c (parse_tint):
12156 * fvwm/fvwm.c (main):
12157 * fvwm/events.c (HandlePropertyNotify):
12158 Change the design of the previous commit. Now a module should call
12159 FRenderInit when it wants to use a function which depends on XRender.
12161 2002-05-09 olicha <olivier.chapuis@free.fr>
12169 Include Fft.h include FRender.h as Xft.h include Xrender.h
12171 * libs/FRenderInterface.h:
12173 * libs/FRender.c (FRenderInit):
12174 (FRenderGetErrorCodeBase):
12175 (FRenderGetMajorOpCode):
12176 (FRenderGetExtensionSupported):
12177 (FRenderGetErrorText):
12178 Improve XRender initialization, check if the XRender extension is
12179 enabled and get the error code base and the major op code.
12180 Add error functions for the X error handler.
12182 * libs/XError.c (PrintXErrorAndCoredump):
12184 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12187 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12188 * fvwm/events.c (HandlePropertyNotify):
12189 * fvwm/colorset.c (parse_tint):
12191 * libs/PictureImageLoader.c (PImageLoadPng):
12192 (PImageCreatePixmapFromArgbData):
12193 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12194 (PGraphicsCopyFvwmPicture):
12195 (PGraphicsTileRectangle):
12196 * libs/FRender.c (FRenderCopyArea):
12197 (FRenderTintRectangle):
12198 Check if the XRender extension is enabled on the display before
12199 performing XRender operations
12201 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12203 * fvwm/menuitem.c (menuitem_paint):
12204 fixed item hilighting problems
12206 2002-05-07 olicha <olivier.chapuis@free.fr>
12208 * fvwm/colorset.c (parse_colorset):
12211 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12213 * fvwm/events.c (HandlePropertyNotify):
12214 workaround for xterm resize problem
12216 * fvwm/colorset.c (parse_colorset):
12217 (free_colorset_background):
12220 fixed various bugs and core dumps w/ the cs->picture structure;
12221 note: it's a pointer, so compare with NULL, not with None
12223 * fvwm/frame.c (frame_setup_window):
12224 (frame_setup_window_app_request):
12225 (frame_force_setup_window):
12226 (frame_setup_window_internal):
12227 (frame_create_move_resize_args):
12228 (frame_free_move_resize_args):
12229 * fvwm/add_window.c (setup_window_attr):
12230 * fvwm/events.c (HandleConfigureRequest):
12231 (HandlePropertyNotify):
12232 fixed [?] bit_gravity/resize problem
12234 * fvwm/events.c (HandleEnterNotify):
12235 reformatted EdgeCommand code
12237 2002-05-06 olicha <olivier.chapuis@free.fr>
12239 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12240 Resize an ewmh icon to the wanted size if it is to big
12242 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12243 Set also the stacking list when a window is destroyed
12245 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12247 * fvwm/fvwm.1: Finish language check.
12248 Fix typo in Mouse section, context should be on new line.
12250 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12252 * fvwm/fvwm.1 (file): Restore icons and images text with some
12254 Started on lang check, not done yet.
12256 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12258 * fvwm/module_interface.c (make_named_packet):
12259 Applied Mikhail Kruk patch
12261 2002-05-02 olicha <olivier.chapuis@free.fr>
12263 * libs/FlocaleCharset.h:
12264 * libs/Ficonv.c (FiconvSetupConversion):
12265 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12267 * libs/Flocale.c (FlocaleGetFftFont):
12268 (FlocaleGetFontSet):
12271 (FlocaleUnloadFont):
12273 Implemented charset/iconv hints in font name
12275 2002-04-29 Stian Sletner <stian@sletner.com>
12277 * fvwm/windowlist.c (CMD_WindowList):
12278 Added new Windowlist option IconifiedAtEnd
12280 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12282 * fvwm/module_interface.c:
12285 moved two constant strings to Module.h, so they may be used by perllib
12287 2002-04-29 olicha <olivier.chapuis@free.fr>
12289 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12290 Fixed a core dump if the charset is not found
12292 * libs/Flocale.c (FlocaleStringToString2b):
12293 Removed some debug code
12295 2002-04-29 olicha <olivier.chapuis@free.fr>
12297 * libs/Fft.c (FftGetFontWidths):
12298 (FftGetFontWidths):
12301 * libs/Flocale.c (FlocaleGetFont):
12302 (FlocaleGetFontSet):
12303 (FlocaleGetFftFont):
12304 Removed min_char_offset member of the FlocaleFont as it is not use
12305 since we rotate string for side title
12307 * libs/Ficonv.c (FiconvSetupConversion):
12308 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12309 (FlocaleCharsetSetFlocaleCharset):
12311 * libs/Flocale.c (FlocaleTextWidth):
12312 (FlocaleDrawString):
12313 (FlocaleUtf8ToUnicodeStr2b):
12315 (FlocaleStringToString2b):
12316 (FlocaleRotateDrawString):
12317 (FlocaleFontStructDrawString):
12318 Added support for drawing string with 10646-1 fonts without an utf8
12319 locale. Also, drawing strings with a multibyte font now work not so
12320 bad even if the locale have nothing to do with the font.
12322 * libs/Fft.c (FftUtf8ToFftString16):
12325 Added utf8 rendering with iso10646-1 fonts on system without
12328 * fvwm/colorset.c (reset_cs_pixmap):
12333 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12335 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12338 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12340 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12342 * fvwm/move_resize.c:
12343 don't start Move with snap disabled if Alt is initially pressed
12345 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12347 * NEWS, configure.in:
12348 changed version to 2.5.2
12350 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12353 improved main headers, added new COLORSETS section;
12354 documented State condition
12357 documented Tint in colorsets and utility renaming
12360 corrected several error reporting problems
12362 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12365 fixed leaving tear off menus
12367 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12369 * fvwm/borders.c (border_draw_part_relief):
12370 (border_set_button_pixmap):
12371 (border_draw_title_stick_lines):
12372 (border_draw_title_mono):
12373 (border_draw_title_relief):
12374 * libs/fvwmlib.h (RelieveRectangle2):
12375 (RelieveRectangle):
12376 replaced functions by macros
12378 * libs/Graphics.c (do_relieve_rectangle):
12379 applied performance patch by Dave Trollope
12381 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12387 * libs/FlocaleCharset.c:
12388 FBidi is now independent from Flocale* again;
12389 iso8859-6.8x fonts recognized now as bidi-enabled
12391 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12394 fixed --disable-multibyte
12396 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12398 * fvwm/borders.c (border_draw_title_deep):
12399 (border_set_title_pixmap):
12400 (border_set_button_pixmap):
12401 fixed SolidButton title and button style
12403 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12408 added new entry about CurrentAtEnd
12411 minor reformatting and spell checking
12413 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12415 * fvwm/windowlist.c (CMD_WindowList):
12416 Added new Windowlist option CurrentAtEnd
12418 2002-04-22 olicha <olivier.chapuis@free.fr>
12420 * fvwm/colorset.c (parse_colorset):
12422 Fixed an enormous core dump which comes from a cvs merging problem
12424 * fvwm/Makefile.am:
12427 Added Xrender detection and link fvwm if needed
12429 * libs/PictureGraphics.c:
12430 * libs/PictureGraphics.h:
12433 * libs/FRenderInterface.h:
12434 * libs/PictureGrpahics.c (*):
12435 * libs/PictureGrpahics.h:
12436 New libs files to acheive alpha-blend rendering and better XBM
12437 support. PictureGraphics contains elaborated version and also
12438 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12442 * fvwm/icons.c (clear_icon):
12446 * fvwm/events.c (HandlePropertyNotify):
12447 * fvwm/borders.c (border_fill_pixmap_background):
12448 (border_get_border_background):
12449 (border_draw_decor_to_pixmap):
12450 * fvwm/menuitem.c (menuitem_paint):
12451 * fvwm/add_window.c (destroy_icon):
12452 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12453 * fvwm/geometry.c (move_icon_to_position):
12454 * fvwm/colorset.c (free_colorset_background):
12457 Implemented alpha-blend rendering with the new libs function
12459 * fvwm/colorset.c (free_colorset_background):
12462 Implemented tinting of a Pixmap background colorset
12464 * fvwm/colorset.c (parse_colorset):
12465 Use the Scr.NoFocusWin as main window in the place of the
12466 Scr.SizeWindow, this fix a lot of X errors in my machine.
12468 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12469 Donated our alpha channel
12472 * fvwm/module_interface.h:
12473 * fvwm/module_interface.c (SendFvwmPicture):
12474 (BroadcastMiniIcon):
12476 (BroadcastFvwmPicture):
12477 (CMD_Send_WindowList):
12478 * fvwm/add_window.c (change_mini_icon):
12479 (broadcast_mini_icon):
12480 * fvwm/ewmh_icons.c:
12481 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12482 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12484 * libs/Makefile.am:
12485 * libs/PictureBase.c (*):
12486 * libs/PictureBase.h:
12487 * libs/Picture.c (*):
12489 * libs/PictureImageLoader.c (*):
12490 * libs/PictureImageLoader.h:
12492 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12493 PictureImageLoader.
12494 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12495 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12496 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12497 SetImagePath -> PictureSetImagePath, findImageFile ->
12498 PictureFindImageFile, PictureList -> FvwmPictureList,
12499 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12500 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12501 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12502 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12503 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12504 Also renamed more recent functions in PictureImageLoader.
12506 * fvwm/borders.c (border_draw_one_border_part):
12507 (border_draw_decor_to_pixmap):
12508 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12511 * fvwm/menus.c (pop_menu_up):
12512 (animated_move_back):
12513 (ParentalMenuRePaint):
12514 * fvwm/move_resize.h (resize_geometry_window):
12515 * fvwm/move_resize.c (move_window_doit):
12516 (AnimatedMoveAnyWindow):
12517 (AnimatedMoveOfWindow):
12518 (AnimatedMoveFvwmWindow):
12519 Fixed transparent animated menu
12521 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12530 fixed running out of colors on 8bpp with ReadWriteColors;
12531 simulate colorsets on monochrome displays using three 1-bit pixmaps
12533 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12536 fixed $PERL detection again
12541 added -Wno-implicit-int to -Wall in case of gcc
12545 fixed ReadWriteColors on a PseudoColor display
12547 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12549 * fvwm/move_resize.c (move_window_doit):
12550 set the is_icon_moved too flag if the icon was moved non-interactively
12556 Moved FvwmTheme functionality into fvwm.
12557 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12559 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12562 fixed $PERL detection
12565 * fvwm/ConfigFvwmDefaults:
12566 several fixes and spelling
12568 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12570 * libs/Bindings.c (CheckBinding):
12573 (GrabWindowButton):
12574 (MatchBindingExactly):
12575 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12578 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12581 configure now uses $PERL if set
12584 all programs installed into ${bindir} have now fvwm- prefix;
12585 documentation updated
12587 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12590 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12591 documentation updated
12593 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12596 added 2.4.7 entries
12598 2002-04-10 Dan Espen <dane@mk.telcordia.com>
12600 * AUTHORS: New author.
12602 * NEWS: Edge Command.
12604 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
12607 Added EdgeCommand paragraph.
12609 * fvwm/events.c (HandleEnterNotify):
12610 Added execution of Scr.PanFrame*.command if set
12612 * fvwm/fvwm.c (InitVariables):
12613 Added init strings for pan frame commands.
12618 Avoid hiding of pan frames if pan frame command is set.
12620 Implementation of the buildin command EdgeCommand. First
12621 implementation of this function.
12623 * fvwm/screen.h (struct):
12624 added char * command in structure Panframe to store the pan frame
12627 * fvwm/functions.c:
12628 added declaration of CMD_ENTRY("edgecommand")
12630 * fvwm/functions.h:
12631 added definition of Flag F_EDGE_COMMAND
12634 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12636 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12639 added "BI-DIRECTIONAL TEXTS" section
12642 added #include <sys/select.h> to fix endless loop on QNX
12644 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12647 changed description of focus models
12649 2002-04-09 olicha <olivier.chapuis@free.fr>
12652 Check for libpng libpng 1.0.4a or better
12654 2002-04-08 Mikhael Goikhman <migo@homemail.com>
12656 * fvwm/add_window.c (setup_title_geometry):
12659 * fvwm/geometry.c (get_title_font_size_and_offset):
12661 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12663 * fvwm/window_flags.h:
12664 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12666 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12668 new Style options TopTitleRotated / TopTitleNotRotated,
12669 BottomTitleRotated / BottomTitleNotRotated
12671 2002-04-08 olicha <olivier.chapuis@free.fr>
12673 * libs/Makefile.am:
12674 Fixed make dist again
12676 2002-04-07 Dan Espen <dane@mk.telcordia.com>
12678 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12680 2002-04-07 Mikhael Goikhman <migo@homemail.com>
12683 minor wording fixes
12686 mention a new FvwmIconMan syntax
12688 * sample.fvwmrc/new-features:
12689 * sample.fvwmrc/system.fvwm2rc:
12690 * sample.fvwmrc/system.fvwm2rc-sample-95:
12691 use a new module syntax
12693 2002-04-06 olicha <olivier.chapuis@free.fr>
12697 Forget to save some file
12699 * libs/FImageLoader.c (c100_init_base_table):
12700 Allows init even if !XPM
12702 * libs/Makefile.am:
12706 Fixed png detection
12708 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12709 Fixed a GC memory leaks.
12711 * fvwm/fvwm.c (setVersionInfo):
12713 Updated -version for png, bidi and xft
12716 Modified the ICONS section. Rename it ICONS AND IMAGES and
12717 document PNG file format. Replace "xpm or bitmap file" by
12718 "image file" in a few place.
12722 PNG news and documented libpng in the "Optional libraries used by FVWM"
12725 2002-04-05 olicha <olivier.chapuis@free.fr>
12727 * libs/FImageLoader.c (c100_init_base_table):
12728 (FImageReduceRGBColor):
12729 (FImageCreatePixmapFromArgbData):
12730 Speed up color limitation for png image and ewmh icons
12731 Respect color limit even with DirectColor and TrueColor
12734 * acconfig.h (HAVE_PNG):
12735 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12736 even without XPM support
12739 * libs/InitPicture.c (new file):
12740 * libs/InitPicture.h (new file):
12743 * libs/FImageLoader.c (new file):
12744 * libs/FImageLoader.h (new file):
12745 * libs/Fxpm.h (new file):
12746 * libs/Fpng.h (new file):
12747 Images are loaded in FImageLoader. PNG image can be loaded, the loader
12748 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12749 ColorLimit stuff is applied to PNG image.
12750 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12751 Picture.c and Picture.h.
12752 InitPicture contains the Picture structure, initialize the visual,
12753 depth and color map and contains image path stuff as Picture contains
12754 Picture manipulations.
12756 * libs/ColorUtils.c:
12758 Moved the Picture color utils func to ColorUtils
12760 * fvwm/Makefile.am:
12761 links against libpng
12763 * fvwm/icons.c (GetIconPicture):
12767 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
12768 the libs image loader
12770 * fvwm/cursor.c (CMD_CursorStyle):
12771 Use FImageLoadCursorPixmapFromFile (no PNG support here)
12773 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12774 (EWMH_SetIconFromWMIcon):
12775 Use the argb loader of the libs. ColorLimit are now applied to ewmh
12779 Send the ColorLimit to module in any case
12786 * fvwm/add_window.c:
12790 * fvwm/menustyle.c:
12791 * fvwm/move_resize.c:
12794 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12796 * fvwm/events.c (test_map_request):
12797 (test_resizing_event):
12798 fixed endless loop in HandleConfigureRequest
12800 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12802 * fvwm/add_window.c (setup_style_and_decor):
12803 fixed borderless transients
12805 * fvwm/events.c (test_resizing_event):
12806 (HandleConfigureRequest):
12807 * fvwm/frame.c (frame_create_move_resize_args):
12808 * fvwm/add_window.c (AddWindow):
12810 * fvwm/window_flags.h:
12811 tried to improve ConfigureRequest handling
12813 * fvwm/events.c (HandlePropertyNotify):
12814 recalculate window size when the base_width or base_height hint
12815 changes; fixes some problems with xemacs
12817 * fvwm/virtual.c (map_window):
12820 * fvwm/borders.c (border_draw_decorations):
12821 don't redraw windows on a different desk
12822 keep track of Scr.Hilite
12824 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12826 * fvwm/virtual.c (unmap_window):
12827 * fvwm/move_resize.c (resize_window):
12828 * fvwm/icons.c (Iconify):
12829 * fvwm/add_window.c (CaptureOneWindow):
12830 * fvwm/borders.c (border_undraw_decorations):
12831 mark window decorations as not drawn whenever the frame is unmapped
12833 2002-03-30 Dan Espen <dane@mk.telcordia.com>
12835 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
12837 2002-03-29 Mikhael Goikhman <migo@homemail.com>
12840 use safemalloc and alloca instead of malloc
12842 2002-03-29 olicha <olivier.chapuis@free.fr>
12844 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12845 Set the X locale charset on system without XOpenOM
12847 2002-03-27 Mikhael Goikhman <migo@homemail.com>
12850 fixed multibyte support reporting
12852 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12857 moved gcc extension __attribute__ handling to config.h
12859 * fvwm/fvwm.c (main):
12860 * fvwm/stack.c (add_window_to_stack_ring_after):
12861 * fvwm/icons.c (GetIconWindow):
12863 * fvwm/add_window.c:
12864 fixed core dumps and other bugs in debug messages
12866 2002-03-27 olicha <olivier.chapuis@free.fr>
12868 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12869 (FlocaleCharsetSetFlocaleCharset):
12871 * configure.in (problem_multibyte):
12872 Fixed compilation for system without XOpenOM in Xlib.h
12874 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12875 * libs/Ficonv.c (FiconvInit):
12879 include only libs/Flocale.h
12881 2002-03-26 Mikhael Goikhman <migo@homemail.com>
12884 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
12889 * libs/FlocaleCharset.c:
12890 minor modifications, like removed #include;
12891 fixed core dump with bidi and utf-8
12893 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12895 * fvwm/frame.c (frame_update_hidden_window_pos):
12896 fixed shade/maximize/unshade
12898 * fvwm/builtins.c (FreeDecorFace):
12901 * fvwm/borders.c (get_common_decorations):
12902 (border_get_border_style):
12903 * fvwm/style.c (parse_and_set_window_style):
12905 * fvwm/window_flags.h:
12906 * fvwm/fvwm.h (struct):
12907 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
12908 (frame_create_move_resize_args):
12909 (frame_move_resize_step):
12910 (frame_next_move_resize_args):
12911 new styles WindowShadeLazy [default], WindowShadeBusy and
12912 WindowShadeAlwaysLazy
12914 * fvwm/frame.c (frame_set_decor_gravities):
12915 fixed window bit gravities
12916 split into smaller functions
12917 (frame_move_resize_step):
12918 fixed a bug w/ the parent gravity
12919 (frame_hide_changing_window_parts):
12920 fixed flickering in one of the corners during shade animation
12921 (frame_mrs_hide_changing_parts):
12923 (frame_mrs_prepare_vars):
12924 (frame_mrs_hide_unhide_parent):
12925 (frame_mrs_setup_draw_decorations):
12926 (frame_mrs_resize_move_windows):
12929 2002-03-25 olicha <olivier.chapuis@free.fr>
12931 * libs/Fft.c (FftSetupEncoding):
12934 * libs/Flocale.c (FlocaleDrawString):
12935 * libs/FBidi.c (FBidiConvert):
12937 Pass the font to FBidiConvert
12939 * acconfig.h (HAVE_LIBCHARSET):
12940 * acinclude.m4 (CHECK_LIBCHARSET):
12942 If libiconv is used check for libcharset
12944 * libs/Makefile.am:
12945 * libs/FlocaleCharset.h:
12946 * libs/FlocaleCharset.c:
12948 * libs/Flocale.c (*):
12949 * libs/Fft.c (FftSetupEncoding):
12951 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
12952 FlocaleFont has such a member which is set when charset info are needed.
12953 FlocaleCharset.c contains a big table which associates to an X charset
12954 various possible locale charsets and the fribidi charset.
12955 If libiconv is used, libcharset is used to compute the locale charset.
12956 Various Flocale clean up.
12958 * fvwm/fvwm.c (main):
12959 Removed the call to FlocaleInitCharset, it is now done automatically
12962 * libs/Makefile.am:
12965 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
12967 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
12970 (EWMH_SetDesktopNames):
12971 Moved iconv conversions into the library. Try to found the good iconv
12972 charset with the help of the font and of the FlocaleCharset table.
12974 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12976 * libs/Module.c (SendFvwmPipe):
12977 * libs/Graphics.c (do_relieve_rectangle):
12978 * fvwm/menustyle.c (menustyle_parse_old_style):
12979 * fvwm/add_window.c (setup_window_structure):
12980 memory management patches by Dave Trollope
12982 * fvwm/frame.c (frame_get_sidebar_geometry):
12983 hide the handles when using the NoHandles style
12985 * fvwm/borders.c (border_redraw_decorations):
12986 change in title rotation is applied immediately, don't use the value "2"
12989 * fvwm/style.c (parse_and_set_window_style):
12990 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
12992 documented the new title directions
12993 (parse_and_set_window_style):
12994 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
12996 documented these styles
12998 * fvwm/add_window.c (CaptureOneWindow):
12999 (CaptureAllWindows):
13003 * fvwm/icons.c (DeIconify):
13004 fiexd fucoused window not hilighting after deiconification
13006 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13008 * fvwm/update.c (apply_window_updates):
13009 windows are not unshaded when the decoration layout changes
13011 * fvwm/frame.c (frame_create_move_resize_args):
13012 fixed excessive redrawing
13013 (frame_get_hidden_pos):
13014 fixed parent geometry when window is hidden
13016 * fvwm/add_window.c (setup_frame_stacking):
13017 fixed stacking of right buttons
13019 * fvwm/frame.c (frame_set_decor_gravities):
13020 fixed title and button bit gravities
13022 * fvwm/add_window.c (setup_frame_stacking):
13023 (change_auxiliary_windows):
13024 fixed "button" style
13026 * fvwm/geometry.c (get_title_button_geometry):
13027 * fvwm/menus.c (pop_menu_up):
13028 fixed menu placement relative to window titles
13030 * libs/Flocale.c (FlocaleDrawString):
13031 fixed compiler warning w/o fribidi
13033 * fvwm/virtual.c (MoveViewport):
13035 (do_move_window_to_desk):
13036 * fvwm/update.c (apply_window_updates):
13037 * fvwm/icons.c (Iconify):
13039 * fvwm/module_interface.c (SETOLDFLAGS):
13040 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13041 * fvwm/style.c (parse_and_set_window_style):
13042 * fvwm/window_flags.h:
13043 * fvwm/session.c (MatchWinToSM):
13044 * fvwm/placement.c (PlaceWindow):
13045 * fvwm/add_window.c (CaptureAllWindows):
13046 (setup_window_placement):
13047 (CaptureOneWindow):
13050 * fvwm/menus.c (menu_tear_off):
13051 * fvwm/events.c (HandleMapRequestKeepRaised):
13054 removed some of those pesky globals: PPosOverride, isIconicState and
13055 isIconifiedByParent; pass round a structure instead
13056 removed the do_start_iconic window flag
13057 removed do_delete_icon_moved flag
13059 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13063 renamed HAVE_FRIBIDI to HAVE_BIDI
13067 added more comments
13069 * fvwm/Makefile.am:
13071 * libs/Makefile.am:
13072 added a dummy call to FBidi to test linking against bidi libs
13074 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13076 * fvwm/windowshade.c (CMD_WindowShade):
13077 changed syntax of windowshade with direction
13079 update button state after unshading
13081 * fvwm/add_window.c (AddWindow):
13082 fixed mini icon update
13084 * fvwm/events.c (HandleEnterNotify):
13085 fixed icon picture redrawing
13086 icon titles are no longer raised and expanded if the icon has only a
13089 * fvwm/move_resize.c (resize_window):
13092 * libs/gravity.c (gravity_move_resize_parent_child):
13093 * fvwm/frame.c (frame_get_titlebar_dimensions):
13094 (frame_prepare_animation_shape):
13095 (frame_move_resize_step):
13096 (frame_get_titlebar_dimensions_only):
13097 (frame_get_hidden_pos):
13098 (frame_update_hidden_window_pos):
13099 (frame_free_move_resize_args):
13100 (frame_create_move_resize_args):
13101 fixed shading of shaped windows
13106 * fvwm/fvwm.c (main):
13107 * fvwm/misc.c (GrabEm):
13108 fixed a problem with the cursor shape during window shading
13110 * fvwm/update.c (apply_window_updates):
13111 fixed drawing of hilighted window after a decoration change
13113 * fvwm/update.c (apply_window_updates):
13114 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13115 * fvwm/borders.c (RedrawDecorations):
13116 renamed RedrawDecorations()
13118 * fvwm/move_resize.c (move_window_doit):
13120 * fvwm/misc.c (move_into_rectangle):
13121 (intersect_xrectangles):
13122 functions renamed and moved to fvwmrect.c
13124 * fvwm/borders.c (border_get_changed_border_parts):
13125 (frame_get_changed_border_parts):
13126 reduced border redrawing
13127 moved fucntion to borders.c
13129 * fvwm/events.c (HandleButtonPress):
13131 suppress button events on frame windows
13133 * fvwm/frame.c (frame_setup_border):
13134 fixed a problem with the border setup
13136 * fvwm/borders.c (border_draw_decorations):
13137 * fvwm/events.c (HandleEnterNotify):
13138 fixed icon title drawing
13140 * fvwm/misc.c (GrabEm):
13141 fixed a pointer grab hang with xmag?
13143 * fvwm/move_resize.c (resize_window):
13144 use frame_move_resize function to improve performance
13146 * fvwm/add_window.c (AddWindow):
13147 fixed recaturing shaded windows
13150 suppress unnecessary title redraws
13153 window shading works again; there are still some problems with
13154 recapture, restart, border drawing and shaped windows
13156 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13158 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13161 * fvwm/frame.c (frame_get_title_bar_dimensions):
13162 fixed minor button layout bug
13163 (frame_update_hidden_window_pos):
13165 * fvwm/ewmh_names.c (EWMH_WMName):
13166 * fvwm/gnome.c (GNOME_HandlePropRequest):
13167 * fvwm/focus.c (DoSetFocus):
13168 * fvwm/stack.c (new_layer):
13169 * fvwm/icons.c (DeIconify):
13171 * fvwm/events.c (HandleFocusIn):
13172 (HandlePropertyNotify):
13175 (HandleButtonPress):
13176 (HandleLeaveNotify):
13177 * fvwm/builtins.c (CMD_ChangeDecor):
13179 * fvwm/move_resize.c (resize_move_window):
13182 (maximize_fvwm_window):
13184 * fvwm/borders.c (DrawDecorations):
13185 (RedrawDecorations):
13186 removed function DrawDecorations()
13187 (border_draw_decorations):
13188 renamed draw_decorations_with_geom() to border_draw_decorations()
13190 * fvwm/events.c (HandleExpose):
13191 fixed drawing icon titles
13193 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13194 * fvwm/events.c (HandleFocusIn):
13196 * fvwm/screen.h (ScreenInfo):
13197 return the focus to the window that had the focus before an or window
13198 stole it and then died.
13200 * fvwm/menus.c (scanForColor):
13201 removed duplicate call of strlen
13202 use alloca instead of safemalloc
13204 * fvwm/menustyle.c (menustyle_parse_style):
13205 don't call memset right before memcpy
13207 * fvwm/module_interface.c (AddToMessageQueue):
13208 (DeleteMessageQueueBuff):
13209 removed one safemalloc and inline'd the function
13210 merged AddToMessageQueue into PositiveWrite
13212 * fvwm/borders.c (border_draw_decor_to_pixmap):
13213 fixed pixmap and mini icon buttons
13214 (border_fill_pixmap_background):
13216 (border_get_tb_parts_to_draw):
13217 buttons and title background using the border style is updated when the
13220 * fvwm/events.c (WaitForButtonsUp):
13221 don't grab the whole server but merely the pointer to allow applications
13222 redrawing themselves
13225 finished writing title drawing code
13227 * fvwm/move_resize.c (resize_window):
13228 (resize_move_window):
13229 (unmaximize_fvwm_window):
13230 removed now unnecessary calls to DrawDecorations()
13232 * fvwm/frame.c (frame_hide_changing_window_parts):
13233 fixed hiding bottom/right titles
13235 * fvwm/add_window.c (AddWindow):
13236 fixed recapturing shaded windows
13238 * fvwm/misc.c (GrabEm):
13239 fixed the cursor over the title window while resizing
13241 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13243 * libs/Graphics.c (CreateTiledPixmap):
13244 improved efficience: let the X server tile a pixmap via the GC settings
13246 * fvwm/fvwm.c (CreateGCs):
13247 * fvwm/screen.h (ScreenInfo):
13248 added new global GC Scr.TileGC
13250 * fvwm/borders.c (border_fill_pixmap_background):
13251 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13252 use already created gcs
13254 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13255 * fvwm/menus.c (paint_menu_gradient_background):
13256 fixed using a randow members in gcs
13258 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13261 added compilation test for fribidi
13263 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13265 * NEWS: Document FvwmForm timeout.
13267 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13269 * fvwm/session.c (MatchWinToSM):
13270 * fvwm/add_window.c (AddWindow):
13271 preserve user states over a restart
13273 * fvwm/add_window.c (setup_window_structure):
13274 preserve user states over a recapture
13276 * fvwm/functions.c (execute_function):
13277 "Silent" suppresses the "No such command ..." message
13279 * fvwm/frame.c (frame_move_resize):
13280 * fvwm/misc.c (GrabEm):
13281 fixed the cursor shape during resizing
13282 fixed button looks in small windows
13284 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13290 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13292 * fvwm/fvwm.c (LoadDefaultLeftButton):
13293 (LoadDefaultRightButton):
13294 * fvwm/borders.c (border_draw_vector_to_pixmap):
13295 * fvwm/screen.h (DecorFace):
13296 * fvwm/builtins.c (ReadDecorFace):
13297 fixed transparent vector line support
13299 * libs/Graphics.c (CreateGradientPixmap):
13300 fixed potential core dump with illegal gradients
13302 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13304 * fvwm/fvwm.h (FvwmWindow):
13305 removed button_background_pixmap member
13307 * fvwm/update.c (apply_window_updates):
13308 fixed changing the decoration size
13310 * fvwm/windowshade.c (CMD_WindowShade):
13311 * fvwm/frame.c (frame_setup_border):
13312 * fvwm/functions.c (execute_complex_function):
13315 * fvwm/move_resize.c (resize_window):
13316 fixed aboting of a opaque resize w/ maximized windows
13317 (ParseOneResizeArgument):
13318 resize arguments don't take the border into account
13319 (GetResizeArguments):
13320 implemented new option "Frame" to the Resize and ResizeMove commands
13322 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13325 * fvwm/builtins.c (ReadDecorFace):
13326 * fvwm/borders.c (DrawLinePattern):
13327 implemented transparent drawing color in vector buttons: C == 4
13329 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13330 * fvwm/builtins.c (ReadDecorFace):
13331 increased allowed number of lines in a vector button to 10000 and moved
13332 the definition to defaults.h
13334 * fvwm/virtual.c (MoveViewport):
13335 don't send useless M_NEW_PAGE packets
13339 started work on new button/title drawing code
13341 * fvwm/events.c (HandleExpose):
13342 don't handle expose on the title bar
13345 * fvwm/frame.c (frame_get_sidebar_geometry):
13346 * fvwm/fvwm.h (FvwmWindow):
13347 replaced border_state with decor_state
13349 * libs/defaults.h (NR_RIGHT_BUTTONS):
13353 * fvwm/events.c (HandleExpose):
13355 * fvwm/frame.c (frame_setup_border):
13356 hide sidebars if they are too small, i.e. 0 pixels
13358 2002-03-20 olicha <olivier.chapuis@free.fr>
13360 * libs/Flocale.c (FlocaleFreeNameProperty):
13361 Fixed random core dump
13363 2002-03-19 olicha <olivier.chapuis@free.fr>
13365 * fvwm/ConfigFvwmDefaults:
13366 RightTitleRotatedCW is a default
13368 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13370 * fvwm/frame.c (frame_get_sidebar_geometry):
13371 window corners are always at least the border width thick
13373 * fvwm/geometry.c (update_absolute_geometry):
13374 fixed south/east shading
13376 * fvwm/frame.c (frame_move_resize_step):
13377 did the best I could to prevent rxvt from flashing in the background
13380 * fvwm/add_window.c (get_default_window_attributes):
13381 (get_default_window_attributes):
13382 (setup_resize_handle_windows):
13383 * fvwm/borders.c (border_get_border_gcs):
13384 applied -visual fix by Hippo
13386 * fvwm/cursor.c (CMD_CursorStyle):
13389 * fvwm/frame.c (frame_get_title_bar_dimensions):
13390 fixed order of right buttons
13391 (frame_move_resize_step):
13392 reduced flashing when maximizing
13394 * fvwm/geometry.c (update_absolute_geometry):
13395 adapted for horizontal shading
13397 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13406 several renamings of text_direction to text_rotation
13408 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13410 * fvwm/windowshade.c (CMD_WindowShade):
13411 * fvwm/frame.c (frame_create_move_resize_args):
13412 (frame_move_resize_step):
13413 hack to enable non-animated window shading for the time being
13415 * fvwm/style.c (parse_and_set_window_style):
13416 (parse_and_set_window_style):
13417 allow to abbreviate [Counter]ClockWise with [C]CW
13419 * fvwm/frame.c (frame_move_resize_step):
13422 * fvwm/geometry.c (gravity_constrain_size):
13423 removed useless code
13425 * fvwm/update.c (apply_window_updates):
13426 * fvwm/add_window.c (AddWindow):
13427 * fvwm/move_resize.c (unmaximize_fvwm_window):
13429 do not write into frame_g. only frame.c should do this
13431 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13432 (MIN_WINDOW_TITLE_LENGTH):
13434 * fvwm/frame.c (frame_setup_title_bar):
13435 (get_resize_decor_gravities_one_axis):
13436 (frame_setup_window_internal):
13437 (frame_move_resize_step):
13438 (frame_create_move_resize_args):
13439 rewrote frame_setup_title_bar function
13441 * fvwm/add_window.c (setup_frame_stacking):
13442 fixed title bar stacking order
13444 * fvwm/frame.c (frame_setup_title_bar):
13445 removed yesterday's 'fix'
13447 * fvwm/add_window.c (hide_screen):
13448 (setup_title_window):
13449 (setup_resize_handle_windows):
13450 (setup_button_windows):
13451 fixed visual and depth of decoration windows
13453 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13455 * fvwm/frame.c (frame_setup_title_bar):
13456 fixed title layout bug
13458 * fvwm/move_resize.c (MaximizeHeight):
13459 fixed bug in "grow" option of the Maximize command
13462 fixed broken prototype for get_title_font_size_and_offset
13464 * fvwm/geometry.c (get_title_font_size_and_offset):
13465 simplified code a bit
13467 2002-03-18 olicha <olivier.chapuis@free.fr>
13470 * fvwm/geometry.c (get_title_font_size_and_offset):
13471 * fvwm/add_window.c (setup_title_geometry):
13473 * fvwm/style.c (parse_and_set_window_style):
13474 (check_window_style_change):
13475 * fvwm/update.c (apply_window_updates):
13476 * fvwm/window_flags.h:
13478 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13479 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13480 RightTitleRotatedCounterClockWise
13482 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13485 * vms/config.h (FMiniIconsSupported):
13486 removed last traces of MINI_ICONS ifdef
13488 * fvwm/windowlist.c (CMD_WindowList):
13489 * fvwm/update.c (apply_window_updates):
13491 * fvwm/style.c (merge_styles):
13492 (parse_and_set_window_style):
13493 (check_window_style_change):
13495 * fvwm/module_interface.c (SendMiniIcon):
13496 (BroadcastMiniIcon):
13497 (CMD_Send_WindowList):
13498 * fvwm/fvwm.h (FvwmWindow):
13499 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13500 (EWMH_DoUpdateWmIcon):
13501 (ewmh_SetWmIconFromPixmap):
13502 (EWMH_DeleteWmIcon):
13503 (EWMH_SetIconFromWMIcon):
13504 * fvwm/builtins.c (ReadDecorFace):
13505 * fvwm/borders.c (DrawButton):
13508 * fvwm/add_window.c (setup_window_structure):
13510 (destroy_mini_icon):
13511 (change_mini_icon):
13513 * acconfig.h (FMiniIconsSupported):
13514 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13518 removed an FANCY_TITLEBARS ifdef
13520 * fvwm/borders.c (border_draw_one_part):
13521 (border_draw_border_parts):
13522 (border_draw_all_parts):
13523 (draw_clipped_decorations_with_geom):
13524 performance enhancement
13526 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13528 * fvwm/frame.c (frame_move_resize_step):
13529 force setting up the border when function is called with FRAME_MR_SETUP
13530 (frame_setup_window_internal):
13531 removed duplicate frame setup
13533 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13535 (draw_clipped_decorations_with_geom):
13536 do not flush the X queue after drawing; let the caller do it
13538 * fvwm/frame.c (frame_get_sidebar_geometry):
13539 fixed layout of windows with a small height
13540 (frame_hide_changing_window_parts):
13545 made good progress with frame layout rewrite. I think it is already
13546 considerably faster.
13547 some general clean up
13549 * fvwm/add_window.c (setup_decor_window):
13552 * fvwm/windowshade.c (CMD_WindowShade):
13553 * fvwm/stack.c (verify_stack_ring_consistency):
13554 (RaiseOrLowerWindow):
13555 * fvwm/move_resize.c (resize_move_window):
13556 (move_window_doit):
13557 (draw_move_resize_grid):
13558 * fvwm/icons.c (DrawIconWindow):
13559 * fvwm/icccm2.c (CloseICCCM2):
13561 (HandleSelectionRequest):
13562 * fvwm/fvwm.c (main):
13563 (SaveDesktopState):
13564 * fvwm/focus.c (DoSetFocus):
13565 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13566 * fvwm/events.c (HandlePropertyNotify):
13567 (HandleButtonPress):
13568 (HandleConfigureRequest):
13569 * fvwm/add_window.c (RestoreWithdrawnLocation):
13571 * fvwm/builtins.c (CMD_Delete):
13575 * fvwm/menus.c (paint_menu):
13577 * fvwm/misc.c (UngrabEm):
13579 * fvwm/schedule.c (execute_obj_func):
13580 * fvwm/add_window.c (hide_screen):
13582 use XFlush instead of XSync when the latter is not necessary
13584 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13587 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13588 inform frame module if the window with the hide windows dies
13590 * fvwm/placement.c (PlaceWindow):
13592 * fvwm/add_window.c (setup_window_attr):
13593 (setup_frame_attributes):
13595 (RestoreWithdrawnLocation):
13596 (setup_window_placement):
13597 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13598 (get_title_geometry):
13599 * fvwm/fvwm.c (InitVariables):
13600 * fvwm/frame.c (frame_setup_frame):
13601 * fvwm/colormaps.c (HandleColormapNotify):
13602 (InstallWindowColormaps):
13603 * fvwm/events.c (HandleConfigureRequest):
13604 (HandleUnmapNotify):
13605 * fvwm/fvwm.h (FvwmWindow):
13606 removed attr member of FvwmWindow and replaced by a structure defined
13607 ourselves that is much smaller
13609 * fvwm/add_window.c (hide_screen):
13610 don't use save_unders and backing_store for the window used in recapture
13612 * fvwm/frame.c (frame_init):
13613 * fvwm/fvwm.c (main):
13614 new function to initialise frame module
13616 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13619 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13624 * fvwm/borders.h (enum):
13625 * fvwm/borders.c (draw_clipped_decorations_with_geom):
13626 (border_get_parts_and_pos_to_draw):
13627 * fvwm/fvwm.h (struct):
13629 fixed calculations of which border parts to draw
13632 corrected some typos
13635 handle marks work again
13637 2002-03-16 Dan Espen <dane@mk.telcordia.com>
13639 * AUTHORS: New author added.
13641 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13645 * fvwm/add_window.c (setup_frame_stacking):
13646 * fvwm/cursor.c (CMD_CursorStyle):
13647 * fvwm/events.c (HandleExpose):
13649 (HandleEnterNotify):
13650 (HandleLeaveNotify):
13652 * fvwm/geometry.c (get_title_button_geometry):
13653 * fvwm/virtual.c (map_window):
13654 * fvwm/add_window.c (setup_parent_window):
13655 (setup_resize_handle_cursors):
13656 (setup_resize_handle_windows):
13657 (resize_resize_handle_windows):
13658 (change_resize_handle_windows):
13659 some progress with new frame layout
13661 * fvwm/add_window.c (setup_visible_name):
13662 fixed off-by-one bug in setup_visible_name
13663 maximum window number can be set in defaults.h
13665 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13667 * fvwm/windowlist.h:
13672 * fvwm/placement.h:
13674 * fvwm/move_resize.h:
13681 * fvwm/add_window.h:
13682 * fvwm/ewmh_names.c:
13683 * fvwm/ewmh_icons.c:
13684 * fvwm/ewmh_events.c:
13691 * fvwm/windowlist.c:
13695 * fvwm/colormaps.c:
13696 * fvwm/decorations.c:
13697 * fvwm/conditional.c:
13700 * fvwm/placement.c:
13704 * fvwm/functions.c:
13707 * fvwm/module_interface.c:
13709 * fvwm/add_window.c:
13712 * fvwm/move_resize.c:
13715 * fvwm/fvwm.h (FvwmWindow):
13716 moved all windows into a separate sub structure and wrote access macros
13717 renamed FvwmWindow argument to builtin commands to "fw"
13718 renamed tmp_win to fw everywhere
13720 * fvwm/borders.c (RedrawBorder):
13721 * fvwm/decorations.c (SelectDecor):
13722 * fvwm/add_window.c (setup_style_and_decor):
13723 (setup_resize_handle_cursors):
13724 * fvwm/window_flags.h:
13725 * fvwm/fvwm.h (struct):
13726 added new member has_handles and new macro HAS_HANDLES
13728 * fvwm/decorations.c (SelectDecor):
13729 fixed the NoHandles style
13731 * fvwm/decorations.c (SelectDecor):
13732 * fvwm/style.c (check_window_style_change):
13733 (parse_and_set_window_style):
13735 * fvwm/fvwm.h (struct):
13736 renamed has_no_handles to has_no_border
13738 2002-03-15 olicha <olivier.chapuis@free.fr>
13741 * libs/Fft.c (is_utf8_encoding):
13745 s/COMPUND_TEXT/COMPOUND_TEXT
13748 Removed matrix xft specification doc as now it is use internally by
13751 * libs/Flocale.c (FlocaleRotateDrawString):
13752 (FlocaleUnloadFont):
13753 (FlocaleDrawString):
13754 (FlocaleTextWidth):
13756 * libs/Fft.c (FftGetRotatedFont):
13760 * fvwm/borders.c (DrawMultiPixmapTitlebar):
13762 * fvwm/geometry.c (get_title_font_size_and_offset):
13763 * fvwm/style.c (parse_and_set_window_style):
13764 (check_window_style_change):
13765 * fvwm/update.c (apply_window_updates):
13769 * fvwm/window_flags.h:
13770 Implemented vertical text rendering, new style SideTitleTextDefault,
13771 SideTitleTextTopToBottom, SideTitleTextBottomToTop
13773 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13776 removed inclusion of fvwmdebug.h
13778 * libs/gravity.c (ParseDirectionArgument):
13779 fixed direction parsing
13781 * fvwm/menus.c (get_menu_options):
13782 fixed a compiler warning
13784 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13786 * fvwm/bindings.c (ParseBinding):
13787 fixed compiler warning
13789 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
13791 fixed compilation w/ --disable-ewmh
13793 * fvwm/windowlist.c (CMD_WindowList):
13794 fixed parsing of conditions versus position of window list broken with
13797 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13800 * libs/Fft.c (FftTextWidth):
13801 (is_utf8_encoding):
13802 (FftGetFontWidths):
13804 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
13805 if HAVE_XFT was not set.
13807 * fvwm/events.h (XEVMASK_DECORW):
13808 select EnterNotify and LeaveNotify on frame instead of decor_w
13810 * fvwm/add_window.c (setup_title_window):
13811 (setup_button_windows):
13812 (setup_resize_handle_windows):
13813 frame window is the new parent of the title, button and handle windows
13814 (setup_frame_stacking):
13815 new stacking order of decoration windows
13817 * fvwm/menuitem.c (menuitem_paint):
13818 * fvwm/events.c (HandleExpose):
13821 * fvwm/move_resize.c (unmaximize_fvwm_window):
13822 don't force to redraw the frame
13824 * libs/gravity.c (gravity_get_offsets):
13827 functions moved to gravity.c
13829 2002-03-10 olicha <olivier.chapuis@free.fr>
13831 * acconfig.h (HAVE_XFT_UTF8):
13833 * libs/Fft.c (is_utf8_encoding):
13834 (FftGetFontWidths):
13837 Detected if Xft can handle utf8 string
13840 * fvwm/menuitem.c (menuitem_paint):
13841 * fvwm/events.c (HandleExpose):
13842 Fixed Xft related compilation failure and warning
13844 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13848 * fvwm/move_resize.c:
13853 * fvwm/add_window.c:
13854 * fvwm/frame.c (frame_setup_window):
13855 (frame_force_setup_window):
13856 (frame_setup_shape):
13857 SetupFrame renamed to frame_setup_window
13858 ForceSetupFrame renamed to frame_force_setup_window
13859 SetShape renamed to frame_setup_shape
13861 * fvwm/windowshade.c:
13862 moved most code to frame.c
13864 * fvwm/frame.c (SetShape):
13866 (set_decor_gravity):
13869 functions moved to new file
13872 (frame_setup_title_bar):
13876 direction code moved to gravity.c and gravity.h
13878 * fvwm/windowshade.c (CMD_WindowShade):
13879 * fvwm/geometry.c (get_shaded_geometry):
13881 * libs/FScreen.c (FScreenInit):
13882 (FScreenUpdateEmulationMapState):
13883 changed Xinerame emulation layout
13886 Corrected the description of the XineramaPrimaryScreen command that was
13889 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13891 * fvwm/menus.c (menu_tear_off):
13892 (unlink_item_from_menu):
13893 (menu_strip_tear_off_title):
13894 use the text from a title item as the tear off menu title if the menu
13895 begins with a title; skip separators and tear off bars at the front of
13899 implemented titleatleft and titleatright styles; titles are not drawn
13902 * fvwm/style.c (check_window_style_change):
13903 * fvwm/update.c (apply_window_updates):
13904 * fvwm/ewmh_names.c (EWMH_WMIconName):
13907 * fvwm/ewmh.c (ksmserver_workarround):
13908 * fvwm/update.c (apply_window_updates):
13909 * fvwm/conditional.c (MatchesConditionMask):
13910 * fvwm/fvwm.c (main):
13911 * fvwm/session.c (SaveWindowStates):
13914 * fvwm/functions.c (expand):
13915 * fvwm/stack.c (dump_stack_ring):
13916 (verify_stack_ring_consistency):
13917 * fvwm/module_interface.c (BroadcastWindowIconNames):
13918 (CMD_Send_WindowList):
13919 * fvwm/add_window.c (free_window_names):
13920 (free_window_names):
13921 * fvwm/events.c (HandlePropertyNotify):
13922 * fvwm/builtins.c (CMD_Wait):
13923 * fvwm/style.c (CMD_DestroyStyle):
13925 Adapted to changes of Flocale.h
13928 removed COMPUND_TEXT ifdef
13931 mutibyte defaults to on
13936 * fvwm/fvwm.h (FvwmWindow):
13937 cleaned up Flocale stuff for better information hiding
13939 * libs/Flocale.c (get_FlocaleFontSet):
13941 added a new font strucht member min_char_offset for vertical text
13943 * libs/Flocale.c (get_FlocaleFontSet):
13944 fixed a bug in descent calculation
13946 * fvwm/fvwm.h (FvwmWindow):
13949 * fvwm/borders.c (RedrawButtons):
13954 (DrawMultiPixmapTitlebar):
13955 don't use title_g or boundary_width
13957 * libs/Flocale.c (FlocaleTextWidth):
13958 * libs/Flocale.c (FlocaleDrawString):
13959 added interface for vertical strings
13960 * libs/Flocale.h (FlocaleWinString):
13961 added flags structure w/ is_vertical_string flag
13963 * fvwm/borders.c (RedrawTitle):
13964 (DrawMultiPixmapTitlebar):
13965 * fvwm/screen.h (ScreenInfo):
13966 * fvwm/icons.c (DrawIconWindow):
13967 * fvwm/move_resize.c (DisplayPosition):
13969 * fvwm/screen.h (ScreenInfo):
13970 removed ScratchStr and TitleStr; *please* don't use global variables
13973 * fvwm/move_resize.c (ParseOneResizeArgument):
13974 (GetResizeArguments):
13975 (GetResizeMoveArguments):
13977 (resize_move_window):
13978 * fvwm/module_interface.c (CONFIGARGS):
13981 * fvwm/placement.c (PlaceWindow):
13982 * fvwm/add_window.c (setup_title_window):
13983 (setup_button_windows):
13984 (setup_parent_window):
13985 (resize_resize_handle_windows):
13986 (change_resize_handle_windows):
13988 * fvwm/geometry.c (get_window_borders):
13989 (gravity_get_naked_geometry):
13990 (gravity_add_decoration):
13992 don't use title_g.width and title_g.height anymore
13994 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
13997 * fvwm/borders.c (SetupTitleBar):
13998 * fvwm/add_window.c (setup_title_window):
13999 don't use title_g.x and title_g.y anymore
14000 (setup_title_geometry):
14003 * fvwm/fvwm.h (FvwmWindow):
14004 replaced title_g by title_length and title_thickness
14005 renamed title_text_y to title_text_offset
14007 * fvwm/add_window.c (setup_style_and_decor):
14008 (setup_parent_window):
14009 * fvwm/decorations.c (SelectDecor):
14010 * fvwm/placement.c (PlaceWindow):
14011 * fvwm/windowlist.c (CMD_WindowList):
14012 * fvwm/events.c (SendConfigureNotify):
14013 (HandlePropertyNotify):
14015 * fvwm/move_resize.c (DisplaySize):
14016 (ParseOneResizeArgument):
14017 (GetResizeArguments):
14018 (GetResizeMoveArguments):
14020 (resize_move_window):
14021 * fvwm/geometry.c (gravity_get_naked_geometry):
14022 (gravity_add_decoration):
14024 don't use boundary_width anymore
14026 * fvwm/borders.c (SetupTitleBar):
14029 * fvwm/fvwmdebug.c:
14030 removed outdated file that was never used
14032 * fvwm/move_resize.c (move_window_doit):
14033 fixed GNOME and EWMH hints when unsticking a window
14035 * fvwm/virtual.c (CMD_MoveToDesk):
14036 unstick windows when MoveToDesk is used
14039 * fvwm/windowshade.c (CMD_WindowShade):
14040 (CMD_WindowShadeAnimate):
14041 functions moved to windowshade.c
14043 * fvwm/window_flags.h:
14044 * fvwm/menus.c (pop_menu_up):
14045 * fvwm/builtins.c (CMD_WindowShade):
14046 * fvwm/move_resize.c (resize_window):
14047 * fvwm/icons.c (AutoPlaceIcon):
14048 * fvwm/borders.c (SetupFrame):
14049 don't use HAS_BOTTOM_TITLE any more
14053 * fvwm/geometry.c (get_title_font_width_and_offset):
14054 * fvwm/geometry.c (set_window_border_size):
14055 * fvwm/geometry.c (is_window_border_minimal):
14056 * fvwm/geometry.c (get_window_borders_no_title):
14057 * fvwm/geometry.c (get_shaded_client_window_pos):
14058 * fvwm/geometry.c (get_icon_corner):
14059 * fvwm/geometry.c (get_title_gravity):
14060 * fvwm/geometry.c (get_title_geometry):
14061 * fvwm/borders.c (get_button_number):
14064 * fvwm/borders.c (SetupFrame):
14066 * fvwm/events.c (HandleShapeNotify):
14067 * fvwm/borders.c (SetupTitleBar):
14068 * fvwm/update.c (apply_window_updates):
14069 * fvwm/add_window.c (setup_window_font):
14070 removed title_top_height
14072 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14075 * fvwm/events.c (SendConfigureNotify):
14076 * fvwm/events.c (HandleConfigureRequest):
14077 preparations for W/E titles
14078 don't use title_top_height any more
14080 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14081 use title_dir flags
14083 * fvwm/geometry.c (get_window_borders):
14084 * fvwm/style.c (parse_and_set_window_style):
14085 (check_window_style_change):
14086 * fvwm/style.h (SCSET_TITLE_DIR):
14087 * fvwm/window_flags.h (GET_TITLE_DIR):
14088 * fvwm/fvwm.h (struct):
14089 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14092 * libs/Parse.c (ParseDirectionArgument):
14094 use new type direction_type
14096 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14098 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14099 use function from geometry.c to get the border size
14101 * fvwm/geometry.c (get_shaded_geometry):
14102 added code for shading in all directions
14104 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14106 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14108 2002-03-07 olicha <olivier.chapuis@free.fr>
14110 * libs/Flocale.c (FInitLocale):
14111 * fvwm/fvwm.c (main):
14112 Set the locale using "" as locale argument
14114 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14117 fixed some typos and indentation of several new variable entries
14119 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14121 * fvwm/functions.h (enum):
14122 * fvwm/functions.c (func_config):
14124 * fvwm/conditional.c (CMD_ThisWindow):
14125 renamed command "This" to "ThisWindow"
14127 * fvwm/conditional.c (Circulate):
14128 "Current" no longer selects a random window when no window is focused
14130 * fvwm/icccm2.c (SetupICCCM2):
14131 removed debug fprintf
14133 * fvwm/functions.c (expand_extended_var):
14134 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14135 pointer.wy, pointer.cx and pointer.cy.
14137 * libs/Parse.c (ParseDirectionArgument):
14138 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14140 * fvwm/builtins.c (CMD_WindowShade):
14141 fixes for animated shading w/ titleatbottom+north and titleattop+south
14143 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14145 * fvwm/move_resize.c (moveLoop):
14147 * fvwm/virtual.c (HandlePaging):
14148 moving/resizing windows opaque is much faster
14150 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14152 * fvwm/add_window.c (resize_resize_handle_windows):
14153 (change_resize_handle_windows):
14154 (setup_window_font):
14155 fixed changing the handlewidth style
14157 * fvwm/update.c (apply_window_updates):
14158 * fvwm/geometry.c (update_absolute_geometry):
14159 * fvwm/builtins.c (CMD_WindowShade):
14160 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14161 * fvwm/conditional.c (CreateConditionMask):
14162 * fvwm/geometry.c (get_shaded_geometry):
14163 * fvwm/session.c (MatchWinToSM):
14164 * fvwm/add_window.c (setup_window_structure):
14166 * fvwm/window_flags.h (SHADED_DIR):
14167 * fvwm/fvwm.h (struct):
14168 implemented new WindowShade options "North" and "South" to allow shading
14169 a window in either direction, regardless of if the title is at the top
14172 * libs/Module.c (module_expand_action):
14173 new convenience function for modules
14175 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14177 * fvwm/fvwm2.1: Fixes to the font section.
14179 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14181 * fvwm/conditional.c (CMD_WindowId):
14182 set the correct context window for unmanaged windows
14184 * fvwm/icons.c (DrawIconWindow):
14185 raise the icon title even if it's too small to be expanded
14187 * fvwm/conditional.c (CMD_Cond):
14188 Fixed it the right way this time
14190 same fix for the 'Any' command
14197 unified circulating functions into a single one
14199 Pick allows to pick functions that have CirculateSkip set
14200 fixed a memory leak
14204 (CMD_PointerWindow):
14205 unified selecting functions into a single one
14208 Allow user to override the default CirculateHit of these functions
14210 * fvwm/conditional.c (CMD_Cond):
14211 Fixed a problem w/ the window selection
14217 * fvwm/menustyle.h:
14218 * fvwm/menustyle.c:
14222 moved some of the menu code into separate files
14223 more work on tear off menus; windowlist can now be torn off without a
14228 added templates for new source files
14230 * libs/Picture.c (fvwmlib_clone_color):
14233 * fvwm/menus.c (make_menu):
14235 removed unused parameter from make_menu()
14237 * fvwm/fvwm2.1 (Example):
14238 corrected statement about CaptureHonorsStartsOnPage being the default
14240 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14245 added and documented --disable-bidi and --disable-perllib
14247 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14249 * fvwm/geometry.c (get_window_borders):
14250 fixed calculation of $[cw.y] and $[cw.height]
14252 * fvwm/move_resize.c (resize_move_window):
14253 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14255 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14257 * fvwm/move_resize.c (resize_move_window):
14259 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14262 re-added --enable-xinerama-emulation option that was removed recently
14264 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14269 several corrections and rewording
14271 2002-02-28 olicha <olivier.chapuis@free.fr>
14274 New section FONT NAMES AND FONT LOADING
14278 Document --enable-xft
14280 * libs/Fft.c (get_FlocaleXftFont):
14281 Used the xft font height in the place of ascent+descent
14283 * fvwm/icons.c (DrawIconWindow):
14284 Fixed the fg colors of the icon title
14286 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14288 * fvwm/conditional.c (CMD_CondCase):
14289 fixed CondCase command
14291 fixed numeric return codes
14293 * fvwm/add_window.c (CMD_Recapture):
14294 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14296 * acinclude.m4 (smr_CHECK_LIB):
14297 disabled a destructing gnome_prefix logic again
14299 * fvwm/events.c (GetContext):
14300 * libs/Bindings.c (win_contexts):
14302 new contexts for individual parts of the window border
14304 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14307 disabled a destructing gnome_prefix logic
14310 replaced fribidi detection mechanism, now fribidi-config is used
14312 2002-02-26 olicha <olivier.chapuis@free.fr>
14314 * acconfig.h (HAVE_XFT):
14317 * libs/Fft.c (new file):
14318 * libs/Flocale.c (FlocaleLoadFont):
14319 (FlocaleUnloadFont):
14320 (FlocaleDrawString):
14321 (FlocaleTextWidth):
14322 (get_FlocaleFontSet):
14324 (get_FlocaleFontOrFontSet):
14326 * fvwm/Makefile.am:
14327 Added anti-alised font rendering using Xft. This is off by default.
14328 A font can now be given as a ";" separated list of either ","
14329 separated list of XFLD font name or Xft font name with "xft:" as
14331 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14332 See Flocale.h for details
14334 * fvwm/events.c (HandleExpose):
14335 * fvwm/menus.c (paint_item):
14336 Always clear the text area before drawing text with an Xft font
14338 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14340 * acinclude.m4 (smr_CHECK_LIB):
14341 fixed a bug with variable expansion and autoconf cache values
14343 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14345 * fvwm/menus.c (seek_submenu_instance):
14347 * fvwm/fvwm.c (InitVariables):
14348 some general menu clean up
14350 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14351 * fvwm/move_resize.h (resize_geometry_window):
14352 * fvwm/menus.c (animated_move_back):
14354 (ParentalMenuRePaint):
14355 Removed the global variables for parental relativity. Please *do not*
14356 use globals in menus.c or anywhere else. I'm trying to remove most
14357 globals in the long run.
14359 * libs/Graphics.c (do_relieve_rectangle):
14362 * fvwm/menus.c (MenuInteraction):
14363 fixed tearing off menus by selecting a tear off item with the keyboard
14365 * fvwm/menus.c (MenuInteraction):
14366 fixed menus not popping down sometimes
14368 * fvwm/functions.c (CMD_TearMenuOff):
14369 * fvwm/menus.c (AddToMenu):
14371 (warp_pointer_to_item):
14372 (get_selectable_item_index):
14373 (get_selectable_item_from_index):
14374 (get_selectable_item_from_section):
14377 (draw_tear_off_bar):
14378 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14379 New command "TearMenuOff" in menus. In a normal item, this tears off
14380 the menu when selected. If the item has no title, it is drawn as a
14381 dashed line too. Pressing button 2 over a title tears out the menu too.
14384 * fvwm/menus.c (make_menu_window):
14385 fixed problem w/ mapping menus, performance enhancement
14387 * fvwm/builtins.c (CMD_Destroy):
14391 * fvwm/functions.c (execute_function):
14392 (expand_extended_var):
14394 new variable cond.rc that returns the last return code of a conditinal
14397 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14399 * fvwm/conditional.c (CMD_Cond):
14403 * fvwm/functions.h:
14404 * fvwm/functions.c:
14405 new conditional commands Cond, CondCase and Break
14407 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14408 (ewmh_WMStateShaded):
14411 (ewmh_WMStateHidden):
14413 (ewmh_CloseWindow):
14414 (ewmh_ActiveWindow):
14415 (ewmh_DesktopGeometry):
14416 * fvwm/gnome.c (GNOME_HandlePropRequest):
14417 * fvwm/windowlist.c (CMD_WindowList):
14418 * fvwm/update.c (apply_window_updates):
14419 * fvwm/conditional.c (CMD_Pick):
14425 (CMD_PointerWindow):
14430 * fvwm/read.c (run_command_stream):
14431 * fvwm/fvwm.c (Done):
14435 * fvwm/module_interface.c (ExecuteModuleCommand):
14436 * fvwm/move_resize.c (handle_stick):
14437 * fvwm/add_window.c (AddWindow):
14438 * fvwm/events.c (HandleKeyPress):
14439 (HandleButtonPress):
14440 (HandleClientMessage):
14441 (HandleButtonRelease):
14442 (HandlePropertyNotify):
14443 * fvwm/builtins.c (CMD_DestroyDecor):
14446 * fvwm/functions.h (func_type):
14447 * fvwm/functions.c (old_execute_function):
14448 (execute_function):
14449 (execute_complex_function):
14451 * fvwm/fvwm.h (fvwm_cond_func_rc):
14452 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14454 * fvwm/ConfigFvwmDefaults:
14455 set some default styles for tear off menu windows
14457 * fvwm/menus.c (menuShortcuts):
14458 ignore actions that would normally close a menu if it's a tear off menu
14459 <Backspace> creates a tear off menu
14460 <Escape> closes a tear off menu
14462 * fvwm/builtins.c (CMD_Delete):
14465 * fvwm/menus.c (DestroyMenu):
14466 (make_menu_window):
14468 * fvwm/menus.h (MenuRootDynamic):
14469 Each menu window is created with a unique display to prevent fvwm from
14470 being killed when a tear off menu is destroyed. Of course this is
14471 inefficient, but still better than writing a menu module.
14473 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14476 autogenerate perllib/FVWM/Module/Makefile
14478 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14480 * fvwm/move_resize.c (moveLoop):
14481 fixed a problem with keyboard movement vs. EdgeResistance
14483 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14486 fixed problem with root bindings and xfishtank
14488 * fvwm/windowlist.c (CMD_WindowList):
14489 applied patch by to Darren Marshall to fix placement of window list on
14490 wrong xinerama screen
14492 * libs/Parse.c (GetSuffixedIntegerArguments):
14493 integer arguments that must not have a suffix but have one are ignored
14495 * fvwm/icons.c (DeIconify):
14497 applied patch by Markus Schwarzenberg to fix a rare problem with the
14498 is_map_pending flag, iconified icons and restart
14500 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14503 * fvwm/conditional.c (CMD_This):
14504 * fvwm/functions.c:
14505 * fvwm/functions.h:
14508 added new conditional command This
14510 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14514 added fribidi library detection
14516 2002-02-12 olicha <olivier.chapuis@free.fr>
14518 * libs/Flocale.h (FlocaleFont):
14519 * libs/Flocale.c (get_FlocaleFont):
14520 (get_FlocaleFontSet):
14521 Compute the ascent and descent of the FlocaleFont structure directly
14522 from the XFontSetExtents data in the case of a fontset
14523 Added max_char_width to the FlocaleFont structure
14525 * libs/Makefile.am (libfvwm_a_SOURCES):
14527 Removed libs/GetFont.c
14529 * fvwm/menus.c (FreeMenuStyle):
14532 (CMD_CopyMenuStyle):
14533 * fvwm/menus.h (MenuLook):
14534 Fixed default font handling font by using a new MenuLook flags
14537 * fvwm/menus.c (UpdateMenuStyle):
14538 Fixed default font update
14540 * fvwm/fvwm.c (SetRCDefaults):
14542 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14543 fvwm initialization
14545 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14548 added FvwmPerl/* file generation
14550 2002-02-11 olicha <olivier.chapuis@free.fr>
14554 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14557 Added more documentation and change the MB_FALLBACK_FONT to
14558 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14559 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14560 more consistent with the none multibyte case.
14562 2002-02-10 olicha <olivier.chapuis@free.fr>
14564 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14566 * fvwm/events.c (HandleUnmapNotify):
14567 (HandleReparentNotify):
14568 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14569 (ewmh_WMStateSticky):
14570 (ewmh_WMStateHidden):
14571 Restore various ewmh initial states when a window is unmapped or
14574 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14578 added support for new perllib directory
14580 2002-02-09 olicha <olivier.chapuis@free.fr>
14587 Rename I18N_MB to MULTIBYTE
14588 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14590 * libs/Flocale.c (*):
14592 New Font and Text API. A cache is used for fonts information. Font
14593 loading is more powerfull as both font or fontset can be loaded.
14594 See Flocale.h for details, more comments will be added soon.
14595 Fortunately, it seems that there are no more memory problems with
14596 --enable-multibyte!
14597 If COMPOUND_TEXT, then non XA_STRING text properties are converted
14598 with XmbTextPropertyToTextList
14600 * fvwm/events.c (HandlePropertyNotify):
14601 * fvwm/misc.c (NewFontAndColor):
14604 * fvwm/menus.c (FreeMenuStyle):
14606 (CMD_CopyMenuStyle):
14608 (calculate_item_sizes):
14609 (size_menu_horizontally):
14611 * fvwm/builtins.c (CMD_DefaultFont):
14612 (ApplyDefaultFontAndColors):
14613 * fvwm/add_window.c (destroy_icon_font):
14615 (destroy_window_font):
14616 (setup_window_font):
14617 (free_window_names):
14618 (setup_window_name):
14620 * fvwm/fvwm.h (FvwmWindow):
14621 * fvwm/move_resize.c (DisplayPosition):
14622 (resize_geometry_window):
14624 * fvwm/fvwm.c (InitVariables):
14625 * fvwm/icons.c (DrawIconWindow):
14626 (setup_icon_title_size):
14627 * fvwm/borders.c (RedrawTitle):
14628 (DrawMultiPixmapTitlebar):
14629 * fvwm/screen.h (ScreenInfo):
14630 Use the new Text and Font API
14632 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14634 * fvwm/module_interface.c (PositiveWrite):
14635 fixed core dump when a module died in the select of PositiveWrite()
14637 * fvwm/module_interface.c (initModules):
14639 (do_execute_module):
14641 (KillModuleByName):
14642 (CMD_SendToModule):
14644 * fvwm/modconf.c (ModuleConfig):
14645 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14647 * fvwm/icons.c (GetXPMFile):
14648 suppress unnecessary error message for xmb icons
14650 * fvwm/misc.c (fvwm_msg):
14651 * fvwm/misc.h (enum):
14652 added new fvwm_msg type "OLD" for deprecated commands
14654 2002-02-07 Mikhael Goikhman <migo@homemail.com>
14657 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14660 New section "Bug Reports".
14662 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14664 * fvwm/update.c (apply_window_updates):
14665 fixed propagation of window border and title colours to the modules
14667 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14669 * fvwm/menus.c (do_menu):
14670 fixed leaving tear off menus when something is selected with the mouse
14672 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14674 * fvwm/events.c (HandleEnterNotify):
14676 more work on tear off menus
14678 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14680 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14681 * fvwm/menus.c (menu_enter_tear_off_menu):
14686 properly calculate pointer position in tear off menus
14688 fixed active wait w/ poopup/popdown delays
14690 * fvwm/windowlist.c (CMD_WindowList):
14691 don't initialise some variables twice
14693 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14695 * fvwm/add_window.c (CaptureOneWindow):
14696 properly recapture tear off menus
14698 (IS_MESSAGE_IN_MASK):
14699 (is_message_selected):
14702 * fvwm/schedule.c (deschedule):
14704 * fvwm/events.c (My_XNextEvent):
14706 * fvwm/module_interface.c (ClosePipes):
14707 (CMD_ModuleSynchronous):
14709 performance enhancements; made macros out of simple functions
14711 * fvwm/builtins.c (CMD_WindowShade):
14712 don't redraw the decorations if window was not shaded or unshaded
14714 * fvwm/schedule.c (deschedule_obj_func):
14715 (execute_obj_func):
14716 fixed core dump when a scheduled command deschedules itself
14718 2002-01-31 olicha <olivier.chapuis@free.fr>
14723 2002-01-31 Mikhael Goikhman <migo@homemail.com>
14726 * fvwm/move.c (moveLoop):
14727 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14729 * fvwm/session.c (get_version_string):
14730 switch from static to date-based version string
14733 remove --enable-kanji compatibility option
14737 fix warnings, gcc compains on having something after #endif
14739 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14741 * fvwm/builtins.c (CMD_Delete):
14744 don't crash fvwm when trying to close a tear off menu
14746 * fvwm/decorations.c (is_function_allowed):
14747 * fvwm/menus.c (menu_expose):
14749 * fvwm/events.c (HandleReparentNotify):
14750 (HandleUnmapNotify):
14751 * fvwm/add_window.c (AddWindow):
14753 * fvwm/fvwm.h (struct):
14754 * fvwm/add_window.c (CaptureAllWindows):
14755 (CaptureOneWindow):
14756 * fvwm/events.h (flush_property_notify):
14757 * fvwm/events.c (HandleMapRequestKeepRaised):
14758 started work on tear off menus
14760 * fvwm/fvwm.c (main):
14761 * fvwm/events.c (CMD_Sync):
14763 * fvwm/commands.h (CMD_Synchronize):
14764 * fvwm/functions.h (enum):
14765 * fvwm/functions.c (func_config):
14766 new commands XSync and XSynchronize for debugging
14768 * fvwm/conditional.c (CreateConditionMask):
14769 (MatchesConditionMask):
14770 * fvwm/builtins.c (CMD_State):
14771 * fvwm/fvwm.h (struct):
14772 * fvwm/functions.h:
14774 * fvwm/functions.c (func_config):
14775 new command "State"
14776 new condition "State"
14781 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14783 * fvwm/module_interface.c (AddToMessageQueue):
14785 (DeleteMessageQueueBuff):
14786 (FlushMessageQueue):
14787 * fvwm/events.c (My_XNextEvent):
14788 * fvwm/module_interface.c (AddToCommandQueue):
14789 (ExecuteCommandQueue):
14790 use code from queue.c
14795 * fvwm/events.c (My_XNextEvent):
14796 "Schedule 0" commands are executed before event handling
14797 moved some of the chedule code into a new queue library
14799 2002-01-30 olicha <olivier.chapuis@free.fr>
14801 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
14803 2002-01-30 olicha <olivier.chapuis@free.fr>
14807 * libs/Makefile.am:
14808 * fvwm/fvwm.c (main):
14809 New libs files Flocale.c and Flocale.h with a function to set the
14810 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
14811 also a function to get the charset (from ewmh_name.c) and which
14812 setlocale if this has not been done with the above function. This
14813 function is also called at fvwm2 startup
14815 * fvwm/ewmh_names.c (charset_to_utf8):
14817 Use the Fcharset variable and remove get_charset
14819 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14822 * libs/GetFont.c (GetFontSetOrFixed):
14823 Free the missing charset list as suggested by Alexander Kotelnikov.
14824 Report problems with missing charset only 5 times. Remove the
14825 STRICTLY_FIXED code
14827 2002-01-30 Mikhael Goikhman <migo@homemail.com>
14830 a patch to config.status to generate scripts executable, may be handy;
14831 added generation of utils/fvwm24_convert
14833 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14836 * fvwm/functions.c (expand_extended_var):
14837 implemented $[schedule.last] and $[schedule.next] variables
14838 implemented new command "Deschedule"
14840 * fvwm/misc.c (get_server_time):
14843 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14845 * fvwm/misc.c (get_server_time):
14846 * fvwm/events.c (My_XNextEvent):
14847 * fvwm/icccm2.c (SetupICCCM2):
14848 * fvwm/functions.h:
14850 * fvwm/functions.c (func_config):
14852 implemented new command "Schedule"
14854 * fvwm/builtins.c (CMD_Exec):
14855 applied job control patch by Alexander Kotelnikov using the portable
14856 version of setpgrp()
14858 * libs/setpgrp.c (fvwm_setpgrp):
14859 * libs/setpgrp.h (fvwm_setpgrp):
14860 * libs/Makefile.am:
14862 added checks for setpgrp and setpgid
14864 2002-01-29 olicha <olivier.chapuis@free.fr>
14867 Better test for iconv second argumeny
14870 Use gnu libiconv in priority against the system iconv
14872 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14874 * fvwm/stack.c (RaiseOrLowerWindow):
14876 (collect_transients_recursive):
14877 * fvwm/icons.c (get_visible_icon_window_count):
14878 fixed stack ring corruption with icons that have either no picture or
14881 2002-01-28 olicha <olivier.chapuis@free.fr>
14883 * fvwm/ewmh_names.c (charset_to_utf8):
14885 (EWMH_SetVisibleName):
14887 Better message errors in get_charset, use UTF-8 in the place of UTF8,
14888 set the ewmh visible (icon) name only if the fvwm visible name is
14889 different from the ICCCM (icon) window name, limit the number of
14890 conversions error messages to 10
14892 2002-01-28 olicha <olivier.chapuis@free.fr>
14894 * fvwm/functions.c (func_config):
14896 * fvwm/builtins.c (CMD_PropertyChange):
14897 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
14900 * fvwm/module_interface.h:
14901 * fvwm/module_interface.c (BroadcastPropertyChange):
14902 * libs/Module.h (MX_PROPERTY_CHANGE):
14903 New module message MX_PROPERTY_CHANGE for all propose messages.
14905 * fvwm/events.c (HandlePropertyNotify):
14907 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
14908 as argument when fvwm2 detects that the root background change
14909 Removed the ROOT_BG_CHANGE_STRING stuff
14911 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14913 * NEWS, configure.in:
14914 changed version to 2.5.1
14916 * fvwm/misc.c (get_pointer_fvwm_window):
14918 * fvwm/functions.c (func_config):
14919 * fvwm/conditional.c (CreateConditionMask):
14920 (MatchesConditionMask):
14921 (CMD_PointerWindow):
14922 (CreateConditionMask):
14924 * fvwm/fvwm.h (WindowConditionMask):
14925 new conditions focused, !focused, haspointer, !haspointer
14926 new command PointerWindow that works like Current but on the window
14927 that currently contains the pointer
14928 new command Any which works like None but inverts the condition
14929 fixed parsing of conditions with more than one comma
14931 * fvwm/module_interface.h:
14932 * fvwm/module_interface.c (do_execute_module):
14934 * libs/Module.h (MAX_XMSG_MASK):
14935 fixed default message mask for modules
14937 * fvwm/update.c (flush_window_updates):
14938 * fvwm/virtual.c (UnmapDesk):
14940 (do_move_window_to_desk):
14941 * fvwm/icons.c (DeIconify):
14943 * fvwm/events.c (HandlePropertyNotify):
14944 (HandleMapRequestKeepRaised):
14946 (HandleButtonPress):
14947 (HandleEnterNotify):
14948 (HandleLeaveNotify):
14949 * fvwm/focus.c (DoSetFocus):
14952 (ReturnFocusWindow):
14954 (ForceDeleteFocus):
14956 (restore_focus_after_unmap):
14957 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
14958 suppressing the M_FOCUS_CHANGE message if the focus does not change in
14959 the flush_window_updates() function.
14961 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14963 * fvwm/placement.c (PlaceWindow):
14964 minor performance enhancement
14966 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14969 * fvwm/menus.c (MenuInteraction):
14970 (pointer_in_active_item_area):
14971 (pointer_in_passive_item_area):
14972 new menu style PopupActiveArea
14974 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14976 * fvwm/move_resize.c (CMD_ResizeMaximize):
14977 (CMD_ResizeMoveMaximize):
14978 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
14980 2002-01-21 olicha <olivier.chapuis@free.fr>
14983 s/Penalities/Penalties/g
14985 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14987 * fvwm/events.c (HandleLeaveNotify):
14988 (HandleEnterNotify):
14989 * fvwm/modconf.c (ModuleConfig):
14990 * fvwm/update.c (apply_window_updates):
14991 * fvwm/module_interface.c (BroadcastWindowIconNames):
14992 (CMD_Send_WindowList):
14994 (do_execute_module):
14996 (CMD_set_nograb_mask):
14997 (CMD_set_sync_mask):
14999 (set_mseggage_mask):
15000 (is_message_in_mask):
15001 (is_message_selected):
15003 rewrote message interface to allow more than 32 messages with minimal
15004 changes in the existing interfaces.
15005 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15008 * fvwm/style.c (parse_and_set_window_style):
15009 * fvwm/fvwm.h (struct):
15010 * fvwm/events.c (HandleButtonPress):
15011 implemented new styles MouseFocusClickIgnoreMotion and
15012 MouseFocusClickIgnoreMotionOff
15014 * fvwm/focus.c (focus_grab_buttons):
15015 fixed button mask for > 5 buttons
15017 2002-01-19 olicha <olivier.chapuis@free.fr>
15019 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15020 Save and restore the icon_pixmap_w and add comments
15022 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15024 * fvwm/events.c (HandleEnterNotify):
15025 fixed EnterNotify events for icons
15027 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15030 * fvwm/stack.c (overlap_box):
15032 * fvwm/icons.c (clear_icon):
15033 * fvwm/add_window.c (destroy_icon):
15034 * fvwm/fvwm.h (FvwmWindow):
15035 * fvwm/geometry.c (get_window_borders):
15036 (get_client_geometry):
15037 * libs/fvwmrect.h (struct):
15038 * fvwm/functions.c (expand_extended_var):
15039 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15040 return the geometry of the client window
15041 implemented new extended variables it.x, it.y, it.width, it.height that
15042 return the geometry of the icon title
15043 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15044 return the geometry of the icon picture
15045 implemented new extended variables i.x, i.y, i.width, i.height that
15046 return the geometry of the whole icon
15047 fixed $[w.height] when the window is shaded
15048 cleaned up icon geometry code
15050 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15053 * fvwm/functions.c:
15054 * fvwm/functions.h:
15055 * fvwm/move_resize.c (unmaximize_fvwm_window):
15056 (maximize_fvwm_window):
15058 (CMD_ResizeMaximize):
15062 (resize_move_window):
15063 (CMD_ResizeMoveMaximize):
15064 New command ResizeMaximize. Works like Resize, but modifies the
15065 maximized size of the window, not the normal size.
15066 New command ResizeMoveMaximize that works similarly.
15067 (resize_move_window):
15068 fixed ResizeMove command
15070 * fvwm/functions.c (expand):
15071 fixed core dump when using something like $[$v] in a command
15073 2002-01-17 olicha <olivier.chapuis@free.fr>
15075 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15076 * fvwm/events.c (HandlePropertyNotify):
15077 * fvwm/fvwm.c (InternUsefulAtoms):
15079 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15080 that the root background has changed. This uses the _XSETROOT_ID
15081 and XROOTPMAP_ID properties
15083 * fvwm/ewmh.c (atom_get):
15086 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15088 * fvwm/update.c (flush_window_updates):
15089 fixed unnecessary window style updates
15091 * fvwm/style.c (parse_and_set_window_style):
15092 * fvwm/add_window.c (RestoreWithdrawnLocation):
15094 (setup_frame_attributes):
15095 * fvwm/fvwm.h (FvwmWindow):
15096 Fvwm does no longer disable backing store on all of its windows. This
15097 cause too many problems with some applications, e.g. rdist. Introduced
15098 the new style BackingStoreWindowDefault that tells fvwm not to modify
15099 the backing store attribute on the client window - which now is the
15102 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15105 * fvwm/functions.c (func_config):
15106 * libs/Module.c (SetMessageMask2):
15111 fixed building with libstroke-0.5.1 on Solaris8
15113 * fvwm/stack.c (new_layer):
15114 * fvwm/borders.c (DrawButton):
15117 * fvwm/builtins.c (SetLayerButtonFlag):
15119 * fvwm/screen.h (struct):
15120 Applied the layer button patch by Richard Curnow with a few
15123 * fvwm/icons.c (GetIconBitmap):
15125 Ignore client icons that have the wrong depth
15127 * fvwm/events.c (HandleEnterNotify):
15128 Tried to fix focusing problem w/ unclutter.
15130 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15132 * fvwm/functions.c (CheckActionType):
15135 * fvwm/menus.c (paint_item):
15136 * fvwm/misc.c (is_function_allowed):
15137 * fvwm/move_resize.c (is_move_allowed):
15138 (is_resize_allowed):
15139 (is_maximize_allowed):
15140 * fvwm/decorations.c (check_if_function_allowed):
15141 combined all these functions into a new one
15142 use this function everywhere
15143 use the Fixed... styles to decide if a menu item is greyed or not
15145 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15147 * fvwm/events.c (HandleExpose):
15148 eat up expose events even if the server claims that the expose count is
15149 zero; fixes a problem with many redraws of windows that are uncovered
15150 by shading a window above them
15152 2002-01-10 olicha <olivier.chapuis@free.fr>
15154 * fvwm/focus.c (DoSetFocus):
15155 * fvwm/move_resize.c (CMD_Maximize):
15160 * fvwm/icons.c (DeIconify):
15163 * fvwm/gnome.c (GNOME_HandlePropRequest):
15164 * fvwm/ewmh_names.c (EWMH_WMName):
15165 * fvwm/events.c (HandleFocusIn):
15166 (HandlePropertyNotify):
15168 (HandleButtonPress):
15169 (HandleLeaveNotify):
15171 * fvwm/builtins.c (CMD_UpdateDecor):
15173 * fvwm/borders.c (draw_clipped_decorations):
15175 (RedrawDecorations):
15177 Added a new argument to DrawDecoration similar to draw_window_parts,
15178 which indicate which part of the decor should be cleared. At present
15179 time only CLEAR_FRAME is taken in account and this is used in
15180 ShadeWindow to draw the decoration without flickering. This argument
15181 may be used in the future to reduce opaque resizing flickering
15183 * fvwm/builtins.c (CMD_WindowShade):
15184 Draw the decoration during unshading a window
15186 * fvwm/menus.c (ParentalMenuRePaint):
15187 Fixed transparent animated menu again
15192 2002-01-09 olicha <olivier.chapuis@free.fr>
15194 * fvwm/style.c (CMD_Style):
15195 free all the elements of the ptmpstyle before freeing it
15197 * fvwm/menus.c (ParentalMenuRePaint):
15198 Fixed transparent animated menu with HilightBackOff
15200 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15202 * fvwm/style.c (merge_styles):
15203 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15204 in the copied style
15206 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15208 * fvwm/modconf.c (send_ignore_modifiers):
15209 (send_move_threshold):
15212 (send_color_limit):
15214 (send_desktop_geometry):
15215 (CMD_Send_ConfigInfo):
15216 moved code into new functions
15218 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15219 moved to defaults.h
15221 * fvwm/bindings.c (CMD_IgnoreModifiers):
15222 * fvwm/module_interface.c (broadcast_xinerama_state):
15223 * fvwm/modconf.c (send_ignore_modifiers):
15224 broadcast IgnoreModifiers to modules
15226 * fvwm/bindings.c (CMD_IgnoreModifiers):
15227 fixed IgnoreModifiers command without arguments
15229 corrected documentation of IgnoreModifiers command
15231 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15233 * fvwm/add_window.c:
15238 * fvwm/move_resize.c:
15241 * fvwm/module_interface.c:
15243 * fvwm/placement.c:
15246 * fvwm/fvwm.h (FvwmWindow):
15247 remnamed icon_w member to icon_title_w
15249 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15251 * fvwm/icons.c (RedoIconName):
15252 fixed sizing of icon title for icons without a pixmap
15254 (CreateIconWindow):
15256 (CreateIconWindow):
15257 rewrote icon title layout and moved the constants to defaults.h
15259 * fvwm/menus.c (menuShortcuts):
15260 (handle_emacs_bindings):
15261 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15263 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15265 * fvwm/fvwm2.1: Language checks done.
15266 .IR command not in column 1 fixed.
15268 2002-01-04 olicha <olivier.chapuis@free.fr>
15270 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15271 (AnimatedMoveOfWindow):
15272 (AnimatedMoveFvwmWindow):
15273 (move_window_doit):
15274 * fvwm/menus.c (ParentalMenuRePaint):
15275 (animated_move_back):
15277 Fixed transparent animated menu
15279 2002-01-03 olicha <olivier.chapuis@free.fr>
15281 * fvwm/move_resize.c (is_resize_allowed):
15283 Do not check if moveing/resizeing is MWM allowed for a no user request
15284 This fix for example FvwmWinList with MwmFunctions & NoOverride
15286 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15287 * fvwm/move_resize.c (is_move_allowed):
15288 Allowed moving if tmp_win is null and check if move is allowed and
15289 not resize in AnimatedMoveAnyWindow. This fix animated menu
15291 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15293 (ewmh_AllowsResize):
15294 Check as a user request
15297 * fvwm/move_resize.c (CMD_Maximize):
15300 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15301 to ignore the windows with a layer less or equal to the layer of
15302 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15303 Reorder a bit the Maximize documentation
15306 * fvwm/functions.c (expand_extended_var):
15307 New variables $[desk.name<n>] to get the desktop names
15309 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15311 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15312 Read with full path.
15314 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15317 * fvwm/misc.c (GrabEm):
15318 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15320 * fvwm/events.c (HandleUnmapNotify):
15321 (HandleMapRequestKeepRaised):
15322 (check_map_request):
15323 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15325 * fvwm/add_window.c (FetchWmProtocols):
15327 * fvwm/fvwm.h (FvwmWindow):
15328 * fvwm/events.c (HandleEnterNotify):
15329 (HandlePropertyNotify):
15330 * fvwm/focus.c (refresh_focus):
15332 fixed focus problems with netscape and ddd
15334 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15336 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15337 * libs/Pointer.c (GetLocationFromEventOrQuery):
15338 * fvwm/virtual.c (HandlePaging):
15339 * fvwm/move_resize.c (GetOnePositionArgument):
15341 (AnimatedMoveAnyWindow):
15344 * fvwm/module_interface.c (ExecuteModuleCommand):
15345 * fvwm/menus.c (do_menu):
15348 (get_menu_options):
15349 * fvwm/functions.c (execute_complex_function):
15350 * fvwm/events.c (HandleClientMessage):
15351 (WaitForButtonsUp):
15352 * fvwm/conditional.c (CMD_Direction):
15353 * fvwm/builtins.c (CMD_CursorMove):
15356 handle return code of XQueryPointer everywhere; necessary for dual head
15358 * fvwm/misc.c (GrabEm):
15359 Pointer was warped to other screen with a dual head setup
15361 2001-12-31 olicha <olivier.chapuis@free.fr>
15363 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15364 Removed some code which try to raise ewmh modal window over
15365 its transientfor window; this seems not possible without a new style
15366 or a bad hack in stack.c
15368 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15370 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15371 fallback to fixed font so it shows the right font for I18N.
15373 2001-12-30 olicha <olivier.chapuis@free.fr>
15375 * fvwm/window_flags.h:
15376 * fvwm/session.c (MatchWinToSM):
15377 (LoadWindowStates):
15378 (SaveWindowStates):
15379 (get_version_string):
15380 * fvwm/move_resize.c (CMD_Maximize):
15382 * fvwm/icons.c (CMD_Iconify):
15383 * fvwm/ewmh.c (EWMH_SetWMState):
15386 (EWMH_SetAllowedActions):
15389 * fvwm/ewmh_intern.h:
15390 * fvwm/ewmh_events.c (ewmh_WMState*):
15391 * fvwm/builtins.c (CMD_WindowShade):
15392 * fvwm/stack.c (new_layer):
15393 * fvwm/update.c (apply_window_updates):
15394 * fvwm/update.h (struct):
15395 * fvwm/add_window.c (setup_window_structure):
15396 (setup_window_name):
15398 * fvwm/style.c (check_window_style_change):
15399 The skip list and modal ewmh window states are now updated after
15400 an use/ignore ewmh state style changes. The other ewmh states are
15401 starting state only. All the initial ewmh states are keep in memory
15404 * fvwm/ewmh.c (EWMH_Handle*):
15406 Set the ewmh_window_type to an int (and not the corresponding atom)
15407 accordingly to the window type
15409 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15410 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15413 * fvwm/ewmh.c (EWMH_GetStyle):
15414 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15415 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15418 * libs/vpacket.h (ConfigWinPacket):
15419 * fvwm/module_interface.c (CONFIGARGSNEW):
15422 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15423 cfgpacket for FvwmIdent
15425 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15427 * fvwm/move_resize.c (resize_geometry_window):
15428 fixed wrong size calculation of geometry window
15430 2001-12-19 olicha <olivier.chapuis@free.fr>
15432 * fvwm/ewmh_names.c (convert_charsets):
15433 More precise error messages
15436 A few formatting fixes
15438 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15440 * fvwm/gnome.c (GNOME_SetHints):
15441 fixed window getting frozen into position upon a recapture or restart
15443 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15445 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15447 2001-12-17 olicha <olivier.chapuis@free.fr>
15450 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15452 * fvwm/ewmh.c (delete_kst_item):
15453 (set_kde_sys_tray):
15454 (EWMH_IsKdeSysTrayWindow):
15455 (EWMH_ManageKdeSysTray):
15456 * fvwm/events.c (HandleReparentNotify):
15457 Fixed reparenting management of kde system tray windows and
15458 added some off debugging code
15460 * fvwm/virtual.c (CMD_DesktopName):
15461 Removed some debugging code
15463 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15465 * fvwm/fvwm.h (struct):
15466 * fvwm/window_flags.h (IS_FIXED_PPOS):
15467 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15468 * fvwm/style.c (parse_and_set_window_style):
15469 (check_window_style_change):
15470 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15471 FixedUSSize, FixedPSize and Variable PPosition, ...
15473 * fvwm/events.c (HandleConfigureRequest):
15474 * fvwm/ewmh.c (ewmh_AllowsResize):
15475 (is_resize_allowed):
15478 * fvwm/gnome.c (GNOME_SetHints):
15479 (AnimatedMoveAnyWindow):
15482 * fvwm/move_resize.c (is_move_allowed):
15483 (is_resize_allowed):
15484 (is_maximize_allowed):
15485 new functions to clean up some code
15487 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15489 * fvwm/fvwm2.1: Doc fixups.
15491 2001-12-15 olicha <olivier.chapuis@free.fr>
15493 * fvwm/builtins (CMD_BugOpts):
15495 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15496 * fvwm/ewmh_events.c (ewmh_StateHidden):
15497 * fvwm/fvwm.c (InitVariables):
15499 * fvwm/icons.c (CMD_Iconify):
15501 * fvwm/virtual.c (unmap_window):
15503 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15504 to fix the IconicState problems in vitrual.c. New BugOpts
15505 EWMHIconicStateWorkaround for supporting current KDE versions
15507 * fvwm/events.c (HandlePropertyNotify):
15508 * fvwm/ewmh.c (ewmh_AllowsYes):
15510 (ewmh_AllowsClose):
15511 (ewmh_AllowsMaximize):
15513 (ewmh_AllowsResize):
15514 (EWMH_SetAllowedActions):
15516 * fvwm/style.c (check_window_style_change):
15517 * fvwm/update.c (apply_window_updates):
15519 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15521 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15523 * fvwm/borders.c (RedrawTitle):
15524 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15525 fixed 'stick' lines with long titles
15527 2001-12-11 olicha <olivier.chapuis@free.fr>
15531 * fvwm/ewmh.c (ewmh_SetWorkArea):
15533 (ewmh_ComputeAndSetWorkArea):
15534 (ewmh_HandleDynamicWorkArea):
15535 (EWMH_GetWorkAreaIntersection):
15536 (EWMH_GetStrutIntersection):
15537 (get_intersection):
15538 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15541 * fvwm/fvwm.c (InitVariables):
15543 * fvwm/modconf.c (send_desktop_names):
15544 (CMD_Send_ConfigInfo):
15545 * fvwm/placement.c (get_next_x):
15548 * fvwm/virtual.c (CMD_DesktopName):
15551 New command "DesktopName desk name" to define desktops names for
15552 the FvwmPager, the WindowList and ewmh compliant pagers.
15553 Desktops information (desk, desk name, working areas) is stored in a
15554 new list sub structure of Scr, DesktopsInfo. The head of the list
15555 contains generic information for desks that are not in the list.
15557 * fvwm/windowlist.c (get_desk_title):
15561 New window list options NoDeskNum, NoCurrentDeskTitle,
15562 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15563 the NoGeometry and NoGeometryInfo options.
15566 * fvwm/ewmh_names.c:
15567 * fvwm/ewmh_icons.c:
15568 Added some static declarations
15570 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15571 It seems that UTF8 names should not be terminated by a 0
15573 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15574 Set the stacking list in the good orders
15576 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15579 * fvwm/functions.c:
15583 removed all MULTISTYLE ifdefs
15585 * fvwm/borders.c (RedrawTitle):
15586 fixed title drawing into relief
15588 2001-12-08 olicha <olivier.chapuis@free.fr>
15595 * fvwm/window_flags.h:
15597 s/extended_window_name/indexed_window_name/i
15598 s/extended_icon_name/indexed_icon_name/i
15599 s/do_update_window_name/do_update_visible_window_name/
15600 s/do_update_icon_name/do_update_visible_icon_name/
15602 * fvwm/style.c (CMD_Style):
15604 (parse_and_set_window_style):
15605 Split CMD_Style into CMD_Style and parse_and_set_window_style
15607 2001-12-06 olicha <olivier.chapuis@free.fr>
15609 * fvwm/add_window.c (setup_window_name_count):
15610 (setup_icon_name_count):
15611 Better determination of the window and icon names index
15613 * fvwm/add_window.c (AddWindow):
15615 * fvwm/events.c (HandlePropertyNotify):
15616 * fvwm/ewmh_names.c (EWMH_WMName):
15618 * fvwm/module_interface.c (BroadcastWindowIconNames):
15619 * fvwm/module_interface.h:
15620 (CMD_Send_WindowList):
15622 (CMD_set_sync_mask):
15623 (CMD_set_nograb_mask):
15624 * fvwm/update.c (apply_window_updates):
15626 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15627 which are send to modules with BroadcastWindowIconNames.
15628 The set mask cmds use unsigned long mask and not int mask!
15630 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15634 EWMH without iconv compile fix by Hippo
15636 2001-12-05 olicha <olivier.chapuis@free.fr>
15638 * fvwm/add_window.c:
15641 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15642 * fvwm/ewmh_events.c:
15645 * fvwm/move_resize.c (CMD_Maximize):
15646 * fvwm/placement.c (test_fit):
15648 * fvwm/session.c (SaveWindowStates):
15649 * fvwm/style.c (merge_styles):
15651 (check_window_style_change):
15652 * fvwm/update.c (apply_window_updates):
15654 * fvwm/window_flags.h:
15656 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15657 EWMHMaximizeUseDynamicWorkingArea,
15658 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15659 EWMHPlacementUseDynamicWorkingArea,
15660 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15661 EWMHIgnoreStateHints / EWMHUseStateHints,
15662 EWMHIgnoreStrutHints / EWMHUseStrutHints
15664 * fvwm/ConfigFvwmDefaults:
15665 Use EWMHPlacementUseDynamicWorkingArea,
15666 EWMHMaximizeUseDynamicWorkingArea as default placement styles
15669 * fvwm/add_window.c (setup_placement_penalty):
15670 * fvwm/add_window.h:
15671 (setup_placement_penalty):
15674 * fvwm/placement.c (get_next_x):
15675 * fvwm/placement.h:
15678 * fvwm/style.c (CMD_Style):
15680 (check_window_style_change):
15681 * fvwm/update.c (apply_window_updates):
15683 * fvwm/window_flags.h:
15685 New styles PlacementOverlapPenalties and
15686 PlacementOverlapPercentPenalties
15689 * fvwm/add_window.c (setup_window_name_count):
15690 * fvwm/add_window.h:
15691 (setup_icon_name_count):
15692 (setup_visible_name):
15693 (setup_window_name):
15694 (free_window_names):
15696 * fvwm/borders.c (DrawMultiPixmapTitlebar):
15698 * fvwm/events.c (HandlePropertyNotify):
15699 * fvwm/ewmh_names.c (EWMH_*):
15701 * fvwm/icons.c (CreateIconWindow):
15706 * fvwm/session.c (MatchWinToSM):
15707 * fvwm/style.c (CMD_Style):
15709 (check_window_style_change):
15710 * fvwm/update.c (apply_window_updates):
15712 * fvwm/window_flags.h:
15713 New styles ExtendedWindowName / SimpleWindowName and
15714 ExtendedIconName / SimpleIconName. TODO: the modules implementation
15716 * fvwm/builtins.c (ReadMultiPixmapDecor):
15722 * session.c (get_version_string):
15725 * fvwm/stack.c (new_layer):
15727 Fixed ewmh wm state
15729 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15730 Fixed creation of the ewmh icon in the case of the window is iconified
15732 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15734 * fvwm/placement.c (PlaceWindow):
15735 fixed manual placement on Xinerama screens other than the one with the
15736 top left corner of the total screen
15738 2001-11-27 olicha <olivier.chapuis@free.fr>
15744 Check for the second argument of iconv
15747 Added -Wall to CFLAGS if cc is gcc
15749 2001-11-26 Mikhael Goikhman <migo@homemail.com>
15753 s/extanded/extended/
15755 2001-11-26 olicha <olivier.chapuis@free.fr>
15757 * fvwm/Makefile.am:
15758 Fixed (?) iconv_LIBS
15760 2001-11-26 olicha <olivier.chapuis@free.fr>
15762 * fvwm/functions.c (expand):
15763 Fixed n, c, r expansion
15765 2001-11-25 Dan Espen <dane@mk.telcordia.com>
15767 * fvwm/fvwm2.1: Clean up ewmh stuff.
15769 2001-11-24 olicha <olivier.chapuis@free.fr>
15771 * fvwm/ewmh_internal.h:
15773 Removed a non standard macro
15775 2001-11-24 olicha <olivier.chapuis@free.fr>
15778 Documented the previous ewmh style in a new Style subsection
15780 * fvwm/functions.c (expand):
15781 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
15783 2001-11-24 olicha <olivier.chapuis@free.fr>
15785 * fvwm/add_window (setup_icon):
15786 (setup_window_structure):
15787 * fvwm/events.c (HandlePropertyNotify):
15789 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
15790 * fvwm/ewmh_icons.c (ewmh_WMIcon):
15791 (EWMH_DoUpdateWmIcon):
15792 (ewmh_SetWmIconFromPixmap):
15793 (EWMH_DeleteWmIcon):
15794 (EWMH_SetIconFromWMIcon):
15795 * fvwm/ewmh_intern.h:
15797 * fvwm/icons.c (GetIcon):
15798 * fvwm/session.c (get_version_string):
15799 * fvwm/style.c (CMD_Style):
15801 (check_window_style_change)
15802 * fvwm/update.c (apply_window_updates):
15804 * fvwm/window_flags.h:
15805 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
15806 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
15807 EWMHDonateIcon / EWMHDontDonateIcon,
15808 Some ewmh icon code simplification.
15809 Ewmh icons priority: just after icon window.
15811 * fvwm/ewmh.c (EWMH_ExitStuff):
15813 * fvwm/session.c (SaveWindowStates):
15814 (LoadWindowStates):
15816 * fvwm/fvwm.c (Done):
15817 Delete the ewmh icons we set ourself. Some ewmh session states do not
15818 need to be saved/restored anymore
15820 2001-11-23 olicha <olivier.chapuis@free.fr>
15822 * fvwm/ewmh_names.c (convert_charsets):
15823 Fixed infinite loop
15825 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15827 * fvwm/ewmh_names.c (convert_charsets):
15828 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
15829 man page states on Linux
15830 replaced goto with a loop
15832 2001-11-22 olicha <olivier.chapuis@free.fr>
15834 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15837 * fvwm/ewmh_events.c:
15838 Fixed some styles update
15840 * fvwm/ewmh_conf.c:
15841 * fvwm/function.c (func_config):
15845 * fvwm/ewmh_events.c:
15846 * fvwm/ewmh_intern.h:
15847 * fvwm/Makefile.am:
15849 New file for ewmh styles and commands. New commands EWMHBaseStrut and
15850 EWMHNumberOfDesktops. More documentation in ewmh man page section.
15852 * fvwm/add_window.c:
15855 * fvwm/functions.c:
15856 * fvwm/ewmh.c (EWMH_Init):
15858 * fvwm/fvwm.c (InitVariables):
15865 * fvwm/window_flags.c:
15872 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
15873 are maybe problematic) and those in the ewmh* files to allow
15874 to disbale the ewmh code: with --disable-ewmh all the ewmh code
15875 should be dummy. --enable-ewmh is now the default.
15877 2001-11-20 olicha <olivier.chapuis@free.fr>
15879 * fvwm/icons.c (GetIcon):
15880 * fvwm/add_window.c (setup_icon):
15881 Fixed icons order choice and other minor bugs
15883 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15884 Fixed a core dump if there is no MiniIcon
15886 2001-11-18 olicha <olivier.chapuis@free.fr>
15888 * fvwm/ewmh.c (add_kst_item):
15890 (ewmh_AddToKdeSysTray):
15891 (EWMH_IsKdeSysTrayWindow):
15892 (EWMH_ManageKdeSysTray):
15894 fvwm/ewmh_intern.h:
15895 * fvwm/events.c (HandleDestroyNotify):
15896 (HandleMapRequest):
15897 (HandleUnmapNotify):
15898 Fixed the KDE system tray implementation
15900 2001-11-16 olicha <olivier.chapuis@free.fr>
15904 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
15906 2001-11-15 olicha <olivier.chapuis@free.fr>
15908 * fvwm/ewmh.c (EWMH_DestroyWindow):
15910 (EWMH_WindowDestroyed):
15911 * fvwm/events.c (HandleReparentNotify):
15912 (HandleDestroyNotify):
15913 (HandleUnmapNotify):
15914 * fvwm/add_window.c (destroy_window):
15915 Fixed the ewmh windows lists
15917 2001-11-15 olicha <olivier.chapuis@free.fr>
15919 * fvwm/Makefile.am:
15922 * fvwm/ewmh_intern.h:
15923 * fvwm/ewmh_events.c:
15924 * fvwm/ewmh_icons.c:
15925 * fvwm/ewmh_names.c:
15928 New files to achieve the extended WM hints support, off by
15929 default. This code is ifdefed a la gnome.c.
15930 This is work in progess (need to do so that every things are
15934 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
15935 New configure option --enable-ewmh. Added tests for iconv and
15936 nl_langinfo for UTF8 conversions.
15938 * fvwm/add_window.c (AddWindow):
15939 (CaptureOneWindow):
15941 (setup_window_name):
15943 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
15944 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
15945 SET_HAS_EWMH_ICON, EWMH_WMIconName
15947 * fvwm/add_window.c (setup_window_structure):
15948 * fvwm/fvwm.h (FvwmWindow):
15950 * fvwm/window_flags.h:
15951 * fvwm/session.c (get_version_string):
15952 (SaveWindowStates):
15953 (LoadWindowStates):
15954 Added some entries in FvwmWindow and some flags (more will be
15955 added). Some of these states need to be saved at restart and
15956 at recapture. This code is ifdefed, may be it should not: I was
15957 forced to ifdef the version string in get_version_string.
15959 * libs/Bindings.c (win_contexts):
15961 * fvwm/events.c (GetContext):
15962 * fvwm/bindings.c (ParseBinding):
15963 (activate_binding):
15964 * fvwm/functions.c (expand_extended_var):
15966 (execute_function):
15968 * fvwm/screen.h (Scr):
15969 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
15970 (kdesktop or Nautilus desktop). This context is something between
15971 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
15973 * fvwm/bindings.c (activate_binding):
15974 Fixed immediate application of mouse/stroke bindings
15977 * fvwm/borders.c (RedrawDecorations):
15978 * fvwm/update.c (apply_window_updates):
15979 New function RedrawDecorations taken from apply_window_updates
15980 and called in ewmh_icons.c and update.c
15982 * fvwm/bultins.c (CMD_WindowShade):
15985 * fvwm/events.c (HandleFocusIn):
15986 (HandlePropertyNotify):
15987 (HandleClientMessage):
15988 (HandleMapRequestKeepRaised):
15989 (HandleUnmapNotify):
15990 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
15991 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
15994 * fvwm/icons.c (GetIcon):
15996 (CreateIconWindow):
15997 (ChangeIconPixmap):
15998 * fvwm/events.c (HandlePropertyNotify):
15999 New function GetIcon taken from CreateIconWindow which choose
16000 the icon, there is a new case for EWMH icons. New function
16001 ChangeIconPixmap taken from events.c.
16002 The two new functions are called from ewmh_icon.c (and icons.c).
16004 * fvwm/move_resize.c (handle_stick):
16007 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16010 * libs/Picture.c (LoadPictureFromPixmap):
16011 (CachePictureFromPixmap):
16012 New functions for loading a picture from a pixmap. Nothing is cached
16013 but this simplify the MiniIcon code.
16015 * fvwm/placement.c (PlaceWindow):
16016 EWMH_GetWorkAreaIntersection
16018 * fvwm/screen.h (Scr):
16019 Added the working area, the dynamic working area and the ewmh
16022 * fvwm/stack.c (restack_windows):
16024 EWMH_SetClientListStacking, EWMH_SetWMState
16026 * fvwm/style.c (check_window_style_change):
16027 * fvwm/update.c (apply_window_updates):
16029 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16030 This code is ifdefed.
16032 * fvwm/style.c (lookup_style):
16035 * fvwm/virctual.c (goto_desk):
16036 (CMD_GotoDeskAndPage):
16037 (do_move_window_to_desk):
16038 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16040 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16042 * fvwm/update.c (apply_window_updates):
16043 * fvwm/gnome.c (GNOME_GetStyle):
16044 * fvwm/style.c (lookup_style):
16045 (check_window_style_change):
16046 * fvwm/add_window.c (setup_style_and_decor):
16047 fixed GnomeIgnoreHints style for some of the gnome hints
16049 * fvwm/fvwm.c (StartupStuff):
16050 Tried to fix font size problem
16052 * fvwm/placement.c (PlaceWindow):
16053 suppress an X error
16055 * fvwm/move_resize.c (moveLoop):
16056 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16057 * fvwm/misc.c (Keyboard_shortcuts):
16058 modified keyboard shortcut functions so that it is possible to move
16059 windows with the keyboard even if the border is hit. does not work
16060 very nicely with paging
16062 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16063 performance enhancement
16065 * fvwm/events.c (HandleButtonPress):
16066 fixed (?) some problem with passing the raise click in ctf to the app
16068 * fvwm/add_window.c (Reborder):
16069 * fvwm/virtual.c (MoveViewport):
16072 * fvwm/session.c (SaveWindowStates):
16073 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16074 don't access stack_next and stack_prev directly but use the access
16075 functions from stack.h
16077 * fvwm/stack.c (remove_window_from_stack_ring):
16078 (add_window_to_stack_ring_after):
16081 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16083 when a window becomes scheduled for destruction, remove all traces of it
16084 from the fvwm internal variable so its not accessed accidentally when
16085 its fields are no longer valid
16087 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16090 fixed compilation of I18N_MB
16092 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16102 exclude the TitleStyle MultiPixmap feature (only) before forking
16104 and restore it after that
16108 change version string to 2.5.0
16111 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16112 added a link to the stable version 2.4.4 (not released yet)
16114 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16118 change version string to 2.4.4 before forking
16120 * make_fvwmdist.sh:
16121 strip end of line from date (adjust for a new length)
16123 2001-10-29 olicha <olivier.chapuis@free.fr>
16125 * fvwm/screen.h (DecorFaceStyle):
16126 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16127 so that Solid colors work again
16129 2001-10-28 olicha <olivier.chapuis@free.fr>
16131 * fvwm/module_interface.c (skipModuleAliasToken):
16132 Allows '/' as alias character
16137 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16142 added --disable-multipixmap-titles for the Suzanne's patch,
16143 the default is enable
16146 some formatting fixes in TitleStyle entry
16148 2001-10-27 Suzanne Britton <tril@igs.net>
16150 * config.h.in: Added FANCY_TITLEBARS option, off by default
16153 Added info on TitleStyle MultiPixmap
16156 [All changes #ifdeffed FANCY_TITLEBARS]
16157 Added TITLE_PADDING define for fancy titlebar rendering
16158 Added tb_pixmap_enum
16159 Added MultiPixmap to DecorFaceType enum
16160 Added Picture **multi_pixmaps and short multi_stretch_flags
16161 to DecorFace structure
16164 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16165 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16166 (RenderIntoWindow): [new]
16167 (DrawMultiPixmapTitlebar): [new]
16168 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16169 instead of always sending 1
16171 Call DrawFancyTitlebar for MultiPixmap style
16172 Skip DrawString calls for MultiPixmap style (title is drawn inside
16173 DrawMultiPixmapTitlebar)
16176 [All changes #ifdeffed FANCY_TITLEBARS]
16177 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16178 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16179 (ReadMultiPixmapDecor): [new]
16181 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16183 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16184 buttons can activate on press or release, special pointer during grab,
16185 arrow key command recall.
16187 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16189 * fvwm/bindings.c (ParseBinding):
16192 binding commands now do not print error messages with Silent
16194 * fvwm/ConfigFvwmDefaults:
16196 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16197 use Silent before Key Help
16199 * fvwm/add_window.c:
16200 changed the broken size hints message to notify the owner
16202 * docs/fvwm.lsm.in:
16205 2001-10-19 olicha <olivier.chapuis@free.fr>
16208 Some FvwmScript news
16210 2001-10-16 olicha <olivier.chapuis@free.fr>
16213 Some FvwmScript news
16215 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16217 * fvwm/bindings.c (activate_binding):
16218 * libs/Bindings.c (GrabWindowKeyOrButton):
16219 activate mouse/stroke bindings immediately
16221 * fvwm/events.c (HandleButtonPress):
16222 it is possible to bind actions to the 'ClickToFocus' click
16224 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16226 * fvwm/virtual.c (HandlePaging):
16227 allow paging during move/resize when pressing keys
16229 * libs/XResource.c (MergeCmdLineResources):
16230 possible core dump fix
16232 * fvwm/add_window.c (setup_window_placement):
16235 * libs/Bindings.c (AddBinding):
16236 another attempt at cleaning up bindings with "Shift"
16238 2001-10-13 olicha <olivier.chapuis@free.fr>
16243 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16247 OpaqueMoveSize now accepts "unlimited" or negative argument.
16249 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16254 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16256 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16259 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16261 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16264 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16266 * NEWS, configure.in:
16267 changed version to 2.5.0
16269 2001-10-08 olicha <olivier.chapuis@free.fr>
16271 * fvwm/borders.c (RedrawTitle):
16272 Fixed drawing of leftJustified stippled title and suppress warnings
16273 in RelieveRectangle w/ RightJustified stippled title
16275 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16277 * fvwm/virtual.c (CMD_XineramaSlsSize):
16280 2001-10-03 olicha <olivier.chapuis@free.fr>
16282 * fvwm/style.c (CMD_Style):
16284 Added the possibility to add an Xinerama screen to the 4 numerics
16287 2001-10-03 olicha <olivier.chapuis@free.fr>
16289 * fvwm/icons.c (AutoPlaceIcon):
16290 Fixed a core dump with @c and fixed icon placement if the icon should
16291 not be on the current page
16293 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16295 * fvwm/icons.c (AutoPlaceIcon):
16296 * libs/FScreen.c (FScreenParseScreenBit):
16297 added 'w' screen specifier for icon boxes
16299 * fvwm/icons.c (AutoPlaceIcon):
16300 fixed placement of icons in icon boxes on different screen
16302 * fvwm/menus.c (get_menu_options):
16303 reduced code duplication
16305 2001-10-02 olicha <olivier.chapuis@free.fr>
16307 * fvwm/menus.c (get_menu_options):
16308 fixed Xinerama placement of menu with empty but not null position hints
16310 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16312 * fvwm/borders.c (RedrawTitle):
16313 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16314 suppress a warning in RelieveRectangle w/ small sticky windows
16316 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16318 * fvwm/menus.c (get_menu_options):
16319 A 'rectangle' context rectangle for menus honours the '@screen' bit
16321 * fvwm/move_resize.c (DisplayPosition):
16322 coordinates of a window are show in relation to the screen, not the page
16324 * libs/FScreen.c (FScreenTranslateCoordinates):
16325 * fvwm/placement.c (PlaceWindow):
16326 * fvwm/add_window.c (setup_window_placement):
16327 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16328 rewrote the library functionality to better match the rest of the
16331 * fvwm/builtins.c (DestroyFvwmDecor):
16332 removed useless code
16334 * fvwm/icons.c (DrawIconWindow):
16335 fixed race condition w/ expanding/collapsing icon titles
16337 * fvwm/windowlist.c (CMD_WindowList):
16338 fixed Xinerama placement of window list when called without options
16340 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16342 * libs/FScreen.c (FScreenSLSOnOff):
16343 fixed core dump when calling XineramaSls before XineramaSlsSize
16348 * libs/FShape.h (FHaveShapeExtension):
16349 set macro to 1 when compiling w/ shape extension
16351 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16353 * libs/Bindings.c (AddBinding):
16354 * fvwm/bindings.c (ParseBinding):
16355 print a warning if a key with the given name does not exist
16356 if there is an upper and a lower case version of the same key name,
16357 always bind to the lower case version; this is problematic if the upper
16358 case version is tied to a key without a modifier and the lower case
16359 version is tied to the same key, but with a modifier (or both are tied
16360 to different keys). I hope this good enough.
16362 * libs/Bindings.c (FreeBindingList):
16363 (MatchBindingExactly):
16364 (CollectBindingList):
16365 fixed some problems overriding keys
16366 reduced duplication of logic
16368 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16370 * NEWS, configure.in:
16371 changed version to 2.5.0
16373 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16376 changed version to 2.4.2
16378 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16381 (SetWindowBackground):
16382 (SetRectangleBackground):
16383 * fvwm/builtins.c (CMD_WindowShade):
16384 * fvwm/add_window.c:
16385 (setup_style_and_decor):
16387 (CreateIconWindow):
16392 (HandleConfigureRequest):
16393 (HandleShapeNotify):
16394 (InitEventHandlerJumpTable):
16395 * fvwm/borders.c (struct):
16398 * fvwm/decorations.c (SelectDecor):
16403 * fvwm/fvwm.h (FvwmWindow):
16406 moved shape support to library; its no longer necessary to
16407 '#ifdef SHAPE' any code
16409 * fvwm/borders.c (RedrawButtons):
16411 fixed top border hilight drawing of title buttons
16413 * libs/Graphics.c (do_relieve_rectangle):
16414 (RelieveRectangle):
16415 (RelieveRectangle2):
16416 allow alternate shading for title buttons
16418 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16421 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16422 Add a formal description of how fvwm maintains module's configs
16423 Change manpages of individual modules to refer to fvwm2(1) for
16424 details about specifying configuration
16426 * fvwm/add_window.c (setup_window_placement):
16427 desk and page can now really be given as X resources a la
16430 * libs/XResource.c (GetResourceString):
16431 resource -> lower case, class -> upper case
16435 changed version to 2.5.0
16437 * Makefile.am (distcheck2):
16438 build distcheck before dist2; save a few seconds if the build fails
16441 * libs/ClientMsg.c:
16445 * libs/gethostname.c:
16448 * libs/safemalloc.c:
16449 * libs/strcasecmp.c:
16452 * libs/strncasecmp.c:
16461 changed version to 2.4.1 again
16463 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16465 * libs/Bindings.c (FvwmStringToKeysym):
16466 try both cases of the first letter of a key name
16468 * fvwm/ConfigFvwmDefaults:
16469 * fvwm/windowlist.c (winCompareReverse):
16471 new WindowList option ReverseOrder; use the new option in the default
16472 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16473 cycle through the whole window list. The old behaviour only toggled
16474 between two windows. Also, a simple Alt-Tab can be used to switch to
16475 the next window instead of Alt-Tab-Tab.
16477 * libs/FScreen.c (FScreenInit):
16478 fixed a Xinerama crash
16481 print a verbose error message and exit if X11 headers and libraries
16484 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16486 * fvwm/fvwm.c (main):
16489 new library for X shape encapsulation
16491 * fvwm/builtins.c (CMD_WindowShade):
16492 * fvwm/borders.c (SetupFrame):
16493 fixed shading of windows without title and border
16494 fixed shading of shaped windows; fixes bug #732
16496 * fvwm/builtins.c (CMD_SetEnv):
16497 calling SetEnv without a value is the same as UnsetEnv
16499 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16501 * fvwm/events.c (HandleReparentNotify):
16502 fixed vanishing windows in rapid map/unmap cycles; bug #770
16504 * fvwm/add_window.c (hide_screen):
16505 fixed possible BadWindow error
16507 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16509 * fvwm/virtual.c (MoveViewport):
16511 (CMD_GotoDeskAndPage):
16513 GotoDeskAndPage records its own history of last visited desk/page
16515 * libs/FScreen.c (FScreenInit):
16516 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16518 2001-09-05 olicha <olivier.chapuis@free.fr>
16520 * fvwm/session.c (MatchWinToSM):
16521 * fvwm/add_window.c (setup_window_structure):
16522 * fvwm/move_resize.c (moveLoop):
16523 Fixed PlacedByButton3 condition
16525 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16528 * fvwm/functions.c (func_config):
16529 * fvwm/module_interface.c (broadcast_xinerama_state):
16530 * fvwm/virtual.c (CMD_Xinerama):
16531 (CMD_XineramaPrimaryScreen):
16533 (CMD_XineramaSlsSize):
16535 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16536 XineramaSls and XineramaSlsSize
16537 restructured parts of the FScreen code
16539 * fvwm/functions.c (func_config):
16540 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16542 * libs/Graphics.c (RelieveRectangle):
16543 allow calling the function with w == 0 or h == 0 without a message
16545 * fvwm/window_flags.h (SET_STYLE_DELETED):
16546 * fvwm/style.c (CMD_DestroyStyle):
16547 (check_window_style_change):
16548 * fvwm/fvwm.h (window_style):
16549 update windows when a style is deleted
16552 fixed xpm detection problem caused by wrong library order
16554 2001-09-05 olicha <olivier.chapuis@free.fr>
16556 * NEWS: PlacedByFvwm
16558 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16560 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16562 2001-09-04 olicha <olivier.chapuis@free.fr>
16565 * fvwm/windows_flags.h:
16566 * fvwm/placement.c (PlaceWindow):
16567 * fvwm/add_window.c (setup_window_structure):
16568 * fvwm/conditional.c (CreateConditionMask):
16569 * fvwm/session.c (get_version_string):
16572 Added a new windows_flags is_placed_by_fvwm and a new condition
16575 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16577 * fvwm/focus.c (focus_grab_buttons):
16579 disabled xt/double click patch for now
16581 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16583 * libs/Graphics.c (RelieveRectangle):
16584 print a warning if one of the dimensions is <= 0
16586 * fvwm/placement.c (PlaceWindow):
16587 take care of windows that have both, PPosition and USPosition set
16588 take care of transient windows that have neither PPosition nor
16591 2001-09-01 olicha <olivier.chapuis@free.fr>
16593 * libs/FScreen.c (FScreenInit):
16594 Fixed the position of the xinerama emulation delimiters
16596 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16599 Xinerama introduction
16601 * fvwm/icons.c (AutoPlaceIcon):
16602 try to place icons of screen with the window center, and if that fails
16605 * libs/FScreen.c (FScreenGetScrRect):
16606 performance improvement for non-xinerama systems
16608 * fvwm/update.c (apply_window_updates):
16609 (flush_window_updates):
16610 update icon boxes and icon position when xinerama layout changes
16612 * fvwm/icons.c (AutoPlaceIcon):
16613 limit placement of icons using no icon box to screen boundaries
16614 adapt icon boxes to xinerama layout whenever used
16616 * fvwm/placement.c (PlaceWindow):
16617 * fvwm/style.c (CMD_Style):
16618 (check_window_style_change):
16619 * fvwm/style.h (SUSE_NO_USPOSITION):
16620 (SUSE_NO_TRANSIENT_PPOSITION):
16621 (SUSE_NO_TRANSIENT_USPOSITION):
16622 * fvwm/fvwm.h (struct):
16623 implemented new styles NoUSPosition/UseUSPosition,
16624 NoTransientPPosition/UseTransientPPosition,
16625 NoTransientUSPosition/UseTransientUSPosition.
16626 These work exactly like NoPPosition/UsePPosition.
16627 Transient windows ignore the window position if neither the PPosition
16628 nor the USPosition hint is set.
16630 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16632 * fvwm/focus.c (restore_focus_after_unmap):
16633 fixed a bug transfering the focus when a window was iconified
16635 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16637 * fvwm/conditional.c (MatchesConditionMask):
16638 * fvwm/move_resize.c (position_geometry_window):
16639 * fvwm/placement.c (PlaceWindow):
16640 * fvwm/menus.c (pop_menu_up):
16641 * fvwm/move_resize.c (move_window_doit):
16642 * fvwm/icons.c (do_all_iconboxes):
16643 * fvwm/placement.c (PlaceWindow):
16644 * fvwm/menus.c (update_menu):
16645 adapted to new FScreen... signatures
16647 * libs/FScreen.c (FScreenClipToScreen):
16648 (FScreenGetScrCenterCenter):
16649 (FScreenCenterCurrent):
16650 (FScreenCenterPrimary):
16651 (FScreenGetCurrent00):
16652 (FScreenGetGlobalScrRect):
16653 (FScreenGetPrimaryScrRect):
16654 (FScreenGetScrRect):
16655 (FScreenIsRectangleOnScreen):
16656 unified all the FSCreen... functions using a common signature, removed
16659 * fvwm/style.c (CMD_Style):
16660 init icon box screen
16662 * fvwm/move_resize.c (move_window_doit):
16664 * libs/Makefile.am:
16665 * libs/XineramaSupport.c:
16666 * libs/XineramaSupport.h:
16668 exported and renamed screen defines
16675 * fvwm/placement.c:
16676 * fvwm/move_resize.c:
16677 * fvwm/module_interface.c:
16682 * fvwm/conditional.c:
16683 * libs/XineramaSupport.c:
16684 renamed all XineramaSupport...() functions to FScreen...()
16686 * fvwm/style.c (CMD_Style):
16689 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16691 * fvwm/style.c (CMD_Style):
16692 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16693 using geometry spec.
16695 2001-08-25 Mikhael Goikhman <migo@homemail.com>
16699 new function QuoteString() to add and escape single quotes to strings
16701 * fvwm/menus.c (MenuInteraction):
16702 quote both missing function name and menu name for
16703 MissingSubmenuFunction
16705 * fvwm/functions.c (expand):
16708 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16710 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16712 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16714 * fvwm/cursor.c (CMD_CursorStyle):
16715 * fvwm/icons.c (GetXPMFile):
16716 * libs/Colorset.c (SetWindowBackground):
16719 * libs/Bindings.c (AddBinding):
16720 tired to help with problem binding keys that have a keycode with no
16721 modifiers and another keycode with some modifiers pressed, e.g.
16722 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16723 F1 generating the actioon bound to F11 sometimes
16725 * fvwm/focus.c (focus_grab_buttons):
16728 2001-08-23 Dan Espen <dane@mk.telcordia.com>
16730 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16732 2001-08-20 Bob Woodside <proteus@pcnet.com>
16734 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16735 grab synchronization so apps using XtTranslations to catch double-
16736 clicks don't get confused by extraneous Leave/EnterNotify events.
16737 This fixes the "xfm/moxfm don't see double-clicks" problem.
16739 2001-08-20 Dan Espen <dane@mk.telcordia.com>
16741 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16743 2001-08-19 Dan Espen <dane@mk.telcordia.com>
16745 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16748 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16749 until later when the window is actually placed.
16751 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
16752 position calculation.
16754 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16756 * fvwm/update.c (flush_window_updates):
16757 * fvwm/screen.h (ScreenInfo):
16758 * fvwm/virtual.c (CMD_Xinerama):
16760 * fvwm/move_resize.c (CMD_Maximize):
16761 * fvwm/placement.c (PlaceWindow):
16762 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
16766 describe new maximize options
16768 * fvwm/move_resize.c (MaximizeWidth):
16771 applied Dmitry's Xinerama patch for Maximize command
16772 replaced "global" and "absolute" with "screen" which is more flexible
16774 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16776 * libs/Parse.c (SkipQuote):
16777 fixed a bug in handling of caller specified quote pairs
16779 * fvwm/move_resize.c (CMD_Maximize):
16780 keep window on correct page when viewport does not start on a page
16783 * libs/XError.c (error_name):
16785 fixed core dump in error handling
16787 2001-08-15 Mikhael Goikhman <migo@homemail.com>
16793 renamed --disable-gnome to --disable-gnome-hints;
16794 documented configure options --with-gnome*;
16795 small improvements in documentation;
16796 use underscore in version instead of dash that causes rpm problems
16798 2001-08-14 Mikhael Goikhman <migo@homemail.com>
16800 * libs/Makefile.am:
16801 added fvwmrect.h to dist
16803 2001-08-14 Dan Espen <dane@mk.telcordia.com>
16805 * libs/XineramaSupport.c: Disable debug printing.
16807 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16809 * libs/defaults.h (DEFAULT_MENU_STYLE):
16810 reset colour sets in default menu style too
16812 2001-08-13 Mikhael Goikhman <migo@homemail.com>
16816 completed the libstroke-0.5 compatibility fix
16818 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16820 * fvwm/move_resize.c (draw_move_resize_grid):
16821 fixed drawing of resize grid when invoked from button or key press
16823 * fvwm/placement.c (PlaceWindow):
16824 rewrote a condition to improve readability
16825 fixed StartsOn... w/ SkipMapping
16827 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16829 * fvwm/session.c (MatchWinToSM):
16830 (LoadWindowStates):
16831 (SaveWindowStates):
16832 * fvwm/move_resize.c (CMD_Resize):
16833 * fvwm/events.c (HandlePropertyNotify):
16834 (HandleConfigureRequest):
16835 * fvwm/move_resize.c (CMD_ResizeMove):
16838 * fvwm/update.c (apply_window_updates):
16839 * fvwm/add_window.c (AddWindow):
16840 * fvwm/geometry.c (constrain_size):
16841 (gravity_constrain_size):
16842 the Resize command honors the window gravity
16843 changing the size increment of maximized windows no longer shrinks the
16847 keep expanded icon titles on screen
16849 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16851 * fvwm/icons.c (do_all_iconboxes):
16852 default icon box fills the primary screen
16854 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16855 fixed default_screen argument
16857 * fvwm/style.c (merge_styles):
16858 * fvwm/fvwm.h (window_style):
16859 * fvwm/style.h (SSET_START_SCREEN):
16860 * fvwm/add_window.c (setup_window_placement):
16861 * fvwm/placement.c (PlaceWindow):
16863 implemented StartsOnScreen style
16865 * fvwm/placement.c (PlaceWindow):
16871 Place new windows on xinerama screens
16873 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16874 fixed core dump in debug output
16876 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16878 * fvwm/placement.c:
16879 removed unused variable
16881 2001-08-07 olicha <olivier.chapuis@free.fr>
16884 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
16886 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16888 * fvwm/virtual.c (CMD_Xinerama):
16889 replaced XineramaEnable and ...Disable with XineramaCommand
16891 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16892 (XineramaSupportGetScreenArgument):
16895 * fvwm/functions.c (func_config):
16896 * fvwm/move_resize.c (move_window_doit):
16898 (CMD_AnimatedMove):
16900 (CMD_MoveToScreen):
16902 added new command MoveToScreen
16904 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16910 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16911 fixed parsing of negative geometries
16912 (XineramaSupportParseGeometryWithScreen):
16914 (XineramaSupportGetNumberedScreenRect):
16917 * sample.fvwmrc/system.fvwm2rc:
16918 * sample.fvwmrc/new-features:
16919 * sample.fvwmrc/system.fvwm2rc-sample-95:
16920 * sample.fvwmrc/system.fvwm2rc-sample-2:
16921 * sample.fvwmrc/system.fvwm2rc-sample-1:
16923 updated for new condition
16925 * fvwm/conditional.c (CreateConditionMask):
16926 (MatchesConditionMask):
16927 * fvwm/fvwm.h (WindowConditionMask):
16928 implemented new condition AcceptsFocus to cope with applications like
16929 xclock that have circulatehit but don't take focus
16931 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16933 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
16934 handle Xinerama screens
16936 * fvwm/style.c (CMD_Style):
16937 * fvwm/menus.c (get_menu_options):
16938 cope with Xinerama like geometries with screen info
16940 * fvwm/virtual.c (CMD_XineramaEnable):
16941 XineramaEnable optionally takes the number of the primary screen as its
16944 * fvwm/events.c (GetContext):
16947 * fvwm/virtual.c (HandlePaging):
16948 * fvwm/events.c (HandleButtonPress):
16949 * fvwm/events.h (XEVMASK_PANFW):
16950 fixed button and key event handling over pan frames; fixes bug #752
16952 * fvwm/menus.c (get_menu_options):
16953 fixed Xinerama placement of menus without options
16955 2001-08-01 Mikhael Goikhman <migo@homemail.com>
16962 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
16963 In addition to the existing: @0 is shadow color, @1 is hilight color.
16966 Added the formal description of Vector that was absent.
16968 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16971 some man page corrections
16973 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16975 * fvwm/move_resize.c (handle_stick):
16976 also redraw buttons when a window becomes sticky/slippery to make sure
16977 that MWMDecorStick buttons are updated too; fixes bug #749
16979 2001-07-30 Mikhael Goikhman <migo@homemail.com>
16982 documented previous changes
16985 improved output spacing
16990 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16992 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
16993 * fvwm/modconf.c (send_xinerama_state):
16994 * fvwm/module_interface.c (broadcast_xinerama_state):
16996 revised module support for Xinerama
16998 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16999 (XineramaSupportParseGeometry):
17000 (XineramaSupportGetGeometry):
17001 make interface compatible with XineramaSupportParseGeometry().
17002 (XineramaSupportGetPrimaryScreen):
17005 * fvwm/stack.c (raise_over_unmanaged):
17006 fixed restacking of windows with RaiseOverUnmanaged - windows were
17007 raised in reverse order so that the top window became the bottom
17008 window of the ones that were raised
17009 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17010 these are invisible
17012 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17014 * sample.fvwmrc/system.fvwm2rc-sample-95:
17015 fixed syntax of BugOpts command
17017 * fvwm/ConfigFvwmDefaults:
17018 resize window when clicking on the sides of the window by default
17019 instead of moving it
17021 * fvwm/events.c (HandleEnterNotify):
17022 do not delete MouseFocus when pointer moves from one particular sub
17023 window of a frame to another one. Helps with xv/xmms vs unclutter
17024 interaction and also with MouseFocus vs. Open Look applications
17026 * fvwm/move_resize.c (DoSnapAttract):
17027 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17028 fixed snapping to Xinerama screen edges
17029 (XineramaSupportIsEnabled):
17030 return False is the X server provides only a single screen
17033 Added descriptions of conditions CurrentDesk, CurrentPage,
17034 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17035 CurrentGlobalPageAnyDesk
17037 * fvwm/fvwm.h (rectangle):
17039 typedefs moved to libs/fvwmlib.h
17041 * fvwm/conditional.c (MatchesConditionMask):
17042 * fvwm/fvwm.h (WindowConditionMask):
17043 * fvwm/conditional.c:
17044 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17045 for Xinerama support
17047 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17048 (send_xinerama_state):
17049 * fvwm/module_interface.c (broadcast_xinerama_state):
17050 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17051 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17052 communicate xinerama state at module startup
17054 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17056 * libs/XineramaSupport.c:
17057 next Xinerama patch
17059 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17061 * fvwm/move_resize.c (moveLoop):
17062 windows were lost off screen w/ non opaque interactive move when motion
17063 was aborted with Escape on a different page that it was started
17065 * fvwm/move_resize.c (position_geometry_window):
17073 * libs/XineramaSupport.c (GetMouseXY):
17074 (XineramaSupportCenterCurrent):
17075 (XineramaSupportGetCurrent00):
17076 (XineramaSupportGetCurrentScrRect):
17077 allow to pass in an event with the pointer position
17078 minimize number of XQueryPointer calls in interactive move/resize
17081 * fvwm/move_resize.c (resize_geometry_window):
17084 border width of geometry window moved to defaults.h
17085 moved strings for size window formatting to defaults.h
17086 reworked calculations of geometry window dimensions
17088 * fvwm/move_resize.c (resize_geometry_window):
17089 (position_geometry_window):
17093 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17094 * fvwm/fvwm.c (main):
17095 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17096 resize_geometry_window and position_geometry_window
17098 * fvwm/fvwm.c (main):
17099 fixed resizing geometry window before creating it
17101 * fvwm/move_resize.c (switch_move_resize_grid):
17103 * fvwm/virtual.c (HandlePaging):
17104 renamed MoveOutline to draw_move_resize_grid and made static
17105 new function switch_move_resize_grid for external calls
17106 delete grid before moving the geometry window to get rid of arifacts of
17109 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17111 * libs/XineramaSupport.c (XineramaSupportInit):
17112 make the blank area in Xinerama emulation usable again
17114 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17116 * fvwm/menus.c (update_menu):
17119 (calculate_item_sizes):
17120 (size_menu_horizontally):
17121 (size_menu_vertically):
17122 menus are resized to fit their Xinerama screen every time they are
17123 popped up and the screen size has changed
17125 2001-07-23 olicha <olivier.chapuis@free.fr>
17127 * libs/XineramaSupport.c (XineramaSupportInit):
17128 Draw the xinerama simulation screens with orr windows
17130 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17132 * fvwm/windowlist.c (CMD_WindowList):
17133 fixed windowlist placement w/ Xinerama
17135 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17137 * fvwm/menus.c (pop_menu_up):
17138 fixed calculations that force a menu on screen w/ Xinerama
17140 * fvwm/move_resize.c (DoSnapAttract):
17141 removed some code that slipped in with xinerama patch and broke
17142 vertical SnapAttraction
17144 * fvwm/virtual.c (CMD_EdgeResistance):
17147 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17148 take reference position src_x/src_y to determine screen
17150 * fvwm/windowlist.c (CMD_WindowList):
17151 * fvwm/menus.c (get_menu_options):
17152 (get_popup_options):
17155 handle Xinerama screens for positioning menus w/ posthints
17157 * fvwm/menus.c (get_menu_options):
17159 fix for icon/window context rectangle when window is in wrong state
17161 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17164 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17165 compiled in; fixed linking by adding -lXinerama; small corrections
17167 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17169 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17171 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17173 * libs/XineramaSupport.c (XineramaSupportInit):
17174 added xinerama emulation for developers
17176 * fvwm/virtual.c (CMD_XineramaEnable):
17177 (CMD_XineramaDisable):
17178 * fvwm/module_interface.c (BroadcastConfigInfoString):
17179 added function to communicate Xinerama on/off to modules
17181 * fvwm/module_interface.c:
17182 include time.h to fix warning
17183 * libs/XineramaSupport.c:
17184 * fvwm/fvwm.c (setVersionInfo):
17185 * fvwm/Makefile.am:
17188 cleanded up xinerama detection
17189 added shape detection
17191 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17194 Added Xinerama introduction
17196 * fvwm/fvwm.c (setVersionInfo):
17197 print xinerama support
17199 * fvwm/conditional.c (CreateConditionMask):
17200 added CirculateHitShaded option for conditional commands that was
17201 described in the man page but not implemented
17203 * fvwm/fvwm.h (WindowConditionMask):
17204 removed unused flags
17206 * fvwm/conditional.c (MatchesConditionMask):
17207 fixed CirculateHitIcon option in conditional commands
17210 reformatted man page source to improve readability
17211 fixed some source formatting bugs
17213 * libs/XineramaSupport.c (GetMouseXY):
17214 don't poll the pointer if there is only one screen or if xinerama is
17218 * fvwm/fvwm.c (main):
17219 removed -noxinerama option
17221 * fvwm/fvwm.c (main):
17222 size window is positioned and sized in move_resize.c
17224 * libs/XineramaSupport.c:
17228 print Xinerama support in configure summary
17231 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17233 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17238 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17239 define missing macros needed for old AIX keysymdef and old stroke.h
17243 remove the previous compilation fixes, now handled by configure
17245 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17247 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17249 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17252 use libstroke-0.5 constant names while still supporting 0.3/0.4
17255 compiling fix for old AIX, which does not define XK_Page_Up/Down
17257 * module_interface.c:
17258 minor compiling fix for some proprietary preprocessors
17260 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17263 use more compatible and structured syntax in SYNOPSIS
17265 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17268 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17269 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17272 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17275 changed version to 2.4.1
17278 small fix that should solve the problem with running autoconf
17279 (autoreconf is ok) from autoconf-2.50;
17280 applied a patch that adds gtk include dirs to gnome include dirs
17282 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17284 * NEWS, configure.in:
17285 changed version to 2.4.0.1
17287 * *: fvwm 2.4 has been released :-))