1 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
2 * libs/charmap.c (charmap_table_to_string):
3 Reduce memory management on the stack, by making only those variables to
4 be accessed outside of the function charmap_table_to_string() allocated
6 * fvwm/bindings.c (print_bindings):
7 b->Action was previously checked whether it was NULL or not before
8 printing its value to STDERR -- however, this caused a segfault when
9 trying to perform strlen() operations internally -- hence don't bother
10 checking if it's NULL. This avoids segfaulting.
12 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
13 * libs/charmap.c (charmap_table_to_string):
15 Introduce charmap_to_string function which is used to build up a
16 binding string, for use with PrintInfo.
18 * fvwm/bindings.c (print_bindings):
19 Introduce print_bindings to print all bindings known to fvwm.
21 * fvwm/builtins.c (CMD_PrintInfo):
23 Add support for "binding" as an option to PrintInfo.
25 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
26 * fvwm/placement.c (__pl_position_get_pos_simple):
27 Force the window on-screen if using PositionPlacement UnderMouse.
29 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
31 * fvwm/events.c (HandleMapRequestKeepRaised):
32 * fvwm/add_window.c (AddWindow):
34 * fvwm/style.c (style_parse_one_style_option):
35 add new style InitialMapCommand
37 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
39 * bin/fvwm-menu-desktop.in:
40 Fix the location prefix for GNOME application files.
42 2008-12-29 Alexandre Julliard <julliard@winehq.org>
44 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
45 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
46 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
47 horizontally maximized.
49 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
52 * fvwm/module_list.c (do_execute_module):
53 * fvwm/fvwm.c (fvmm_deinstall_signals):
54 restore default signal handlers before execl()/execvp()
56 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
58 * fvwm/style.c (fw_match_style_id):
59 Allow for the window's visible name to be considered when matching a
60 style line. It is possible to use $[w.visiblename] as the style name.
61 Whilst the normal name and the visible name are usually the same, in
62 the case of having IndxedWindowName, if a style line matches this as a
63 visible name, apply it first of all.
65 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
68 Add $[w.visiblename] as an expansion parameter.
70 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
72 * fvwm/placement.c (__pl_position_get_pos_simple):
73 position placement honours StartsOnPage
75 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
77 * fvwm/session.c (MatchWinToSM):
78 fixed keeping fullscreen state of windows over a restart; the old code
79 tried to do this through session management and effectively overwrote
80 the responsible ewmh hint; eventually, fvwm thought that the window
81 was fullscreen without actually making it fullscreen
83 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
85 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
86 fixed compiler warning caused by a logic error in previous patch
89 applied png detection fix by Yuri Bushmelev for cross compiliation
91 * fvwm/events.c (__handle_cr_on_client):
92 fixed event merging with auto motion detection
94 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
97 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
98 * fvwm/events.h (events_handle_configure_request):
99 * fvwm/events.c (events_handle_configure_request):
100 (__handle_cr_on_client):
101 (__handle_configure_request):
102 fix handling of _NET_MOVERESIZE_WINDOW
103 (__cr_detect_icccm_move):
104 remove douplicate code
106 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
109 * fvwm/add_window.c (setup_frame_window):
110 fix compilation without XRender
112 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
118 Convert Latin-1 encodings to UTF-8
120 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
124 increased version to 2.5.27
129 updated for 2.5.26 release
131 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
133 * fvwm/ewmh_events.c (ewmh_WMDesktop):
135 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
136 (ewmh_HandleWindowType):
137 (ewmh_AddToKdeSysTray):
138 (ewmh_HandleWindowType):
140 64-bit fix by Alexandre Julliard
142 2008-03-30 Mikhael Goikhman <migo@homemail.com>
145 fix fribidi detection when it uses pkg-config and not fribidi-config
148 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
149 it now uses fribidi-types.h and not fribidi_types.h
151 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
153 * fvwm/events.c (dispatch_event):
154 Fix handling of Shape events.
156 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
158 * fvwm/menus.c (calc_normal_item_height):
159 (calc_more_item_height):
160 (size_menu_vertically):
161 fix calculations so the menu fit on the screen height
163 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
165 * fvwm/menus.c (size_menu_vertically):
166 added paddings at the top and bottom of the menus
168 * fvwm/menustyle.c (parse_vertical_margins_line):
169 new function to parse the VerticalMargins new MenuStyle
172 * fvwm/menustyle.c (menustyle_get_styleopt_index):
173 added the VerticalMargins option to the list
175 * fvwm/menustyle.c (menustyle_parse_style):
176 added default values for the padding, and a case clause
177 for the specific case when you invoke the VerticalMargins
180 * fvwm/menustyle.c (menustyle_copy):
181 added two lines to copy the menu styles from origin to destiny
184 added macros for the vertical padding stuff
186 * fvwm/menustyle.h (struct MenuLook):
187 added sub-structure to hold the VerticalMargins
189 * fvwm/libs/defaults.h:
190 added one define for MAX_MENU_MARGIN
192 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
194 * fvwm/menuitem.c (draw_highlight_background):
195 fixed drawing of background pictures in menu items
197 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
199 * fvwm/add_window.c (setup_frame_window):
200 fix core dump with ARGB detection code
201 fix compilation without XRender
203 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
207 increased version to 2.5.26
212 updated for 2.5.25 release
214 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
216 * fvwm/fvwm.c (main):
217 further condense the X visual selection code
219 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
221 * fvwm/fvwm.c (main):
222 condense the X visual selection code
224 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
226 * fvwm/events.c (register_event_group)
227 (InitEventHandlerJumpTable, dispatch_event):
228 use separate jump tables for events defined by X-extensions
229 to eliminate the need to ovverride the LASTEvent value.
231 * fvwm/module_list.c (module_list_remove):
232 include the case where the module is first in the list in
233 the loop, fixing a segmentaion fault when the list was empty.
235 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
237 * fvwm/add_window.c (setup_frame_window):
238 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
239 add preliminary support for ARGB windows in fvwm (based on
240 Marc Lehman's argb patch)
242 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
244 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
247 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
249 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
250 catch BadGC when updating root transparent window background
252 * libs/XError.c (do_coredump):
253 (ferror_set_temp_error_handler):
254 (ferror_reset_error_handler)
255 (ferror_call_next_error_handler):
258 * libs/XError.c (PrintXErrorAndCoredump):
259 try to dump core the hard way
261 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
263 * fvwm/colorset.c (parse_colorset):
264 check for image != None before calling XDestroyImage
266 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
267 (ewmh_WMStateMaxHoriz):
269 (ewmh_WMStateShaded):
270 (ewmh_WMStateStaysOnTop):
271 (ewmh_WMStateStaysOnBottom):
272 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
274 also ignore the EWMH staysontop and staysonbottom hints if the
275 EWMHIgnoreStackingOrderHints style is used
277 * fvwm/colorset.c (parse_colorset):
278 Fixed a sporadic crash when the root background set by gnome,
279 fvwm-root, esetroot etc. changes and a root transparent colour set
282 * fvwm/colorset.c (parse_colorset):
283 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
284 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
285 * libs/PictureGraphics.c (PGrabXImage)
286 (PGraphicsCreateTranslucent):
287 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
290 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
292 * libs/PictureGraphics.c (PGrabXImage):
293 fixed XImage memory leak
294 (PCreateRenderPixmap):
295 (PCreateDitherPixmap):
296 Properly handle return code of FgetFImage()
298 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
300 * fvwm/events.c (HandleConfigureRequest):
301 (events_handle_configure_request):
304 * fvwm/ewmh_events.c (ewmh_RestackWindow):
305 (ewmh_MoveResizeWindow):
306 fixed crash when moving/resizing/restacking unmanaged windows through
309 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
311 * fvwm/events.c (HandleMapRequestKeepRaised):
312 fixed compiler warning
314 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
316 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
317 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
319 Fixed the determination of the X charset on UTF-8 system
321 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
323 * fvwm/placement.c (__pl_minoverlap_get_next_x):
324 do not add screen offset to window position
326 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
329 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
332 Some html documentation files were not installed.
334 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
336 * fvwm/style.c (style_parse_one_style_option):
337 fixed parsing of screen argument of the SnapAttraction Style
339 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
341 * fvwm/move_resize.c (DoSnapAttract):
342 Use edge move resistance, and not delay for top edge when moving
345 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
348 * fvwm/events.c (HandleMapRequestKeepRaised)
349 (test_withdraw_request):
350 Don't map windows that request to be moved back to WithdrawnState
351 by the ICCCM2 method before they have been mapped. (Fixes bug with
352 disappearing windows.)
354 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
358 increased version to 2.5.25
362 updated for 2.5.24 release
364 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
366 * fvwm/menus.c (__mloop_exit):
367 * fvwm/menubindings.c (parse_menu_action):
369 reindented and cleaned up some code
371 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
373 * fvwm/update.c (apply_window_updates):
374 * fvwm/add_window.c (setup_style_and_decor):
375 (setup_numeric_vals):
379 * fvwm/events.c (HandleEnterNotify):
380 * fvwm/fvwm.c (InitVariables):
382 * fvwm/session.c (SaveGlobalState):
384 * fvwm/move_resize.c (DoSnapAttract):
387 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
388 They have been replaced by the styles EdgeMoveResistance,
389 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
391 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
395 use AS_HELP_STRING to format the configure options help strings
397 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
399 * fvwm/conditional.c:
402 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
404 * fvwm/ConfigFvwmDefaults:
405 restore default action of closing menus for menu titles
407 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
409 * libs/FScreen.c (FindScreenOfXY):
410 * fvwm/move_resize.c (GetMoveArguments):
411 fixed the "screen w" argument of the Move and other commands
413 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
415 * fvwm/virtual.c (HandlePaging):
416 don't modify *xl and *yt unless we we really page
418 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
420 * fvwm/module_list.h:
421 * fvwm/module_list.c:
424 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
428 increased version to 2.5.24
432 updated for 2.5.23 release
434 * libs/Flocale.c (FlocaleEncodeString):
435 removed previous warning fix
437 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
441 Added new style option: StartShaded.
443 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
445 * libs/Flocale.c (FlocaleEncodeString):
448 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
453 removed old fvwm manpage
455 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
459 increased version to 2.5.23
463 fix the date for 2.5.22 release
465 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
467 * fvwm/windowlist.c (CMD_WindowList):
468 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
471 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
475 use "test ! ... = ..." instead of "test ... != ..."
477 * fvwm/builtins.c (CMD_PropertyChange):
478 fixed completely broken parsing of PropertyChange arguments
480 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
484 updated for 2.5.22 release
486 * fvwm/builtins.c (CMD_PropertyChange):
487 * libs/Flocale.c (FlocaleGetFftFont):
490 (FlocaleGetFontOrFontSet):
493 fix compiler warnings
495 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
498 fixed command table parsing
500 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
502 * fvwm/module_list.c (module_kill):
503 (executeModuleDesperate):
504 (module_list_itr_init):
507 * fvwm/events.c (My_XNextEvent):
508 * fvwm/module_list.c (module_alloc):
510 * fvwm/module_list.h (fmodule):
513 restored *not* useless is_cmdline_module stuff
516 add constants for command group tagging
518 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
523 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
526 check for sed, perl and tbl, needed to build documentation
528 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
530 * libs/System.c (fvwm_mkstemp):
531 use constants from libs/fvwm_sys_stat.h
533 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
535 * fvwm/module_list.c (do_execute_module):
536 fixed possible crash when fork fails
538 * fvwm/module_list.c (module_list_remove):
539 now returns the removed fmodule*, or NULL if unsuccessful
540 removed error message when removing a not listed module (it's normal)
542 * fvwm/module_list.c (module_kill):
543 module is inserted in death_row only if it is successfuly removed from
544 module_list (fixes crash when module is killed more than once)
546 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
548 * fvwm/events.c (My_XNextEvent):
549 fixed hang with startup modules
551 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
553 * fvwm/conditional.c (FreeConditionMask):
554 fixed crash with inverted name condition
559 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
565 * sample.fvwmrc/system.fvwm2rc-sample-95:
566 * sample.fvwmrc/system.fvwm2rc:
567 * sample.fvwmrc/system.fvwm2rc-sample-2:
568 * libs/Picture.c (PicturePrintImageCache):
570 * libs/FGettext.c (FGettextPrintLocalePath):
573 * libs/PictureUtils.c (PictureAllocColorTable)
574 (PicturePrintColorInfo):
579 * libs/Ficonv.c (convert_charsets):
580 (FiconvSetupConversion):
581 * fvwm/decorations.c:
584 * fvwm/add_window.c (setup_window_font):
588 * fvwm/conditional.c:
589 * fvwm/fvwm.c (SetRCDefaults):
591 * fvwm/ewmh_events.c:
594 * fvwm/menustyle.c (menustyle_parse_style):
596 * fvwm/ewmh.c (EWMH_Init):
597 * libs/Flocale.c (FlocaleParseShadow):
600 (FlocalePrintLocaleInfo):
601 * fvwm/misc.c (fvwm_msg):
604 write fvwm in lower case
607 fixed build without GNU make
609 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
611 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
612 fixed buffer overflow
614 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
616 * fvwm/module_list.h (fmodule_list_itr):
617 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
618 replace iterator struct by typedef
620 * fvwm/module_list.c (module_list_destroy):
623 new function to remove dup code
625 * fvwm/module_list.c (module_kill):
626 changed to move the module to the deathrow list
628 * fvwm/module_list.h (fmodule):
629 * fvwm/module_list.c (module_alloc):
630 (module_list_remove):
632 removed is_removed logic
634 * fvwm/module_list.c (module_safefree):
637 * fvwm/events.c (My_XNextEvent):
638 remove old "#if 0" code
640 * fvwm/module_list.c (module_kill):
643 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
645 * fvwm/module_list.h (fmodule_list_itr):
646 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
647 don't store current pointer in module list iterators.
650 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
652 * fvwm/events.c (My_XNextEvent):
653 * fvwm/module_list.c (KillModuleByName):
654 (FlushAllMessageQueues):
655 * fvwm/module_interface.c (BroadcastPacket):
656 (BroadcastNewPacket):
658 (BroadcastFvwmPicture):
660 (BroadcastProperyChange):
661 (BroadcastConfigInfoString):
663 * fvwm/modconf.c (ModuleConfig):
664 * fvwm/stack.c (BroadcastRestack):
665 replaced module_get_next by module list iterator mechanism
667 * fvwm/module_list.h:
668 * fvwm/module_list.c (module_get_next):
671 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
673 * fvwm/module_list.h:
674 * fvwm/module_list.c (fmodule):
680 (FlushAllMessageQueues):
682 * fvwm/module_interface.c (BroadcastPacket):
683 (BroadcastNewPacket):
685 (BroadcastFvwmPicture):
687 (BroadcastProperyChange):
688 (BroadcastConfigInfoString):
690 * fvwm/event.c (My_XNextEvent):
691 * fvwm/stack.c (BroadcastRestack):
692 * fvwm/modconf.c (ModuleConfig):
693 changed to work with generic list container
695 * fvwm/module_list.c (module_insert):
696 (module_list_insert):
698 (module_list_remove):
701 renamed as list handling functions
703 * fvwm/events.c (My_XNextEvent):
704 * fvwm/module_list.h:
705 * fvwm/module_list.c (module_alloc):
707 removed useless is_cmdline_module stuff
709 * fvwm/module_list.h:
710 * fvwm/module_list.c (module_list_insert):
711 (module_list_remove):
713 new fmodule_list object representing a module list.
714 changed the module lists to the new object.
715 changed list functions to use the list object instead of the
716 fmodule_store pointer.
718 * fvwm/events.c (My_XNextEvent):
719 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
721 * fvwm/module_list.h (fmodule_list_itr):
722 * fvwm/module_list.c (fmodule_list_itr_init):
723 (fmodule_list_itr_next):
724 created a smart (safe) iterator mechanism to replace the
725 module_get_next function
727 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
731 added empty functions to replace CMD_Dummy
734 use subordinate Makefile.ams instead of iuncluding files from other
738 removed FVWMNAMEUCASE
743 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
744 force --enable-htmldoc on "make distcheck"
746 * fvwm/events.c (HandleEnterNotify):
748 properly generate enter_window and leave_window events for FvwmEvent
750 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
752 * fvwm/move_resize.c (GetOnePositionArgument):
754 (ParsePositionArgumentSuffix):
757 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
759 * fvwm/move_resize.c (GetOnePositionArgument):
760 fixed position calculation with the "w" prefix (move w-1 w-1).
761 (GetOnePositionArgument):
764 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
766 * fvwm/menus.c (__copy_down, __check_for_delimiter)
768 reduce indentation level
769 add comment to explain why suppressing the warning is right
771 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
773 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
774 fixed using uninitialized variable
776 * fvwm/menus.c (scanForStrings):
777 suppress compiler warning for now
779 * fvwm/move_resize.c (resize_move_window):
780 (AnimatedMoveAnyWindow):
784 * fvwm/module_interface.c (__get_allowed_actions):
785 * fvwm/menuitem.c (menuitem_paint):
786 * fvwm/icons.c (CMD_Iconify):
787 * fvwm/gnome.c (GNOME_SetHints):
788 * fvwm/ewmh.c (ewmh_AllowsClose):
790 (ewmh_AllowsFullScreen):
791 (ewmh_AllowsMinimize)
792 (ewmh_AllowsMaximize):
796 * fvwm/ewmh_events.c (ewmh_CloseWindow):
797 (ewmh_MoveResizeWindow):
800 (ewmh_WMStateHidden):
801 * fvwm/events.c (__handle_cr_on_client):
802 * fvwm/decorations.c (__is_resize_allowed):
803 (is_function_allowed):
804 * fvwm/conditional.c (MatchesConditionMask):
805 * fvwm/builtins.c (CMD_Delete):
806 * fvwm/add_window.c (AddWindow):
807 is_function allowed now differentiates between US program actions and
808 actions initiated by interaction between fvwm and the user
810 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
812 * fvwm/menus.c (__scan_for_pixmap):
813 fixed compiler warning
815 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
816 (ewmh_RestackWindow):
817 honor FixedSize/FixedPosition styles in EWMH messages too
819 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
821 * fvwm/fvwm.c (setVersionInfo):
822 add XCursor support to version output
824 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
825 (SCTX_GET_MR, string_context_type_t, string_context_t)
826 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
827 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
828 reimplement pixmap and color scanning for menus to better handle
831 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
836 * fvwm/events.c (My_XNextEvent):
837 remove unused varaible
839 * fvwm/events.c (My_XNextEvent):
840 * fvwm/module_list.h:
841 * fvwm/module_list.c (module_store, module_alloc)
842 (module_kill_all, module_safefree, module_remove)
843 (do_execute_module, module_kill, module_cleanup, module_get_next)
845 Don't free module stuctures during module I/O. (Fixes segfault.)
847 2007-07-20 Simon Griph <simon(at)griph(dot)se>
851 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
852 Someone missed to add extra conditions when changing from
855 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
858 fixed liXcursor detection
860 2007-07-16 Simon Griph <simon(at)griph(dot)se>
864 * fvwm/menus.c (scanForPixmap):
865 made it possible to escape '*' '%' '@' in filenames
867 * libs/PictureImageLoader.c (PImageLoadSvg):
868 added transposing and none uniform scaling to svg options
870 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
872 * libs/PictureImageLoader.c:
874 (PImageLoadCursorFromFile):
875 fixed compilation without xpm library
877 fixed compiler warning without png library
879 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
882 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
883 fix compilation without xpm library
885 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
890 * libs/PictureImageLoader.c:
892 (PImageLoadCursorFromFile):
893 fixed compilation without xpm library
895 fixed compiler warning without png library
897 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
899 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
900 * fvwm/cursor.c (CMD_CursorStyle):
901 fixed compiler warning
903 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
905 * fvwm/cursor.c (CMD_CursorStyle):
906 fix CursorStyle command parsing
908 2007-06-22 Simon Griph <simon(at)griph(dot)se>
910 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
911 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
912 * libs/PictureImageLoader.c (PImageLoadSvg):
914 (PImageCreatePixmapFromArgbData):
915 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
916 (PImageCreatePixmapFromFImage):
919 2007-06-22 Simon Griph <simon(at)griph(dot)se>
921 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
922 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
923 * libs/PictureImageLoader.c (PImageLoadSvg):
925 (PImageCreatePixmapFromArgbData):
926 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
927 (PImageCreatePixmapFromFImage):
930 2007-06-22 Simon Griph <simon(at)griph(dot)se>
937 added libXcursor detection
939 * fvwm/Makefile.am (LDADD):
947 * libs/Makefile.am (libfvwm_a_SOURCES):
950 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
951 added Xcursor support
953 2007-06-22 Simon Griph <simon(at)griph(dot)se>
959 added defs for FxpmInfo and FxpmFreeXpmInfo
961 * libs/PictureBase.h (FvwmPictureAttributes):
962 * libs/PictureImageLoader.c
963 (PImageCreatePixmapFromArgbData):
964 (PImageLoadPixmapFromFile):
965 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
966 (PImageLoadCursorPixmapFromFile):
967 (PImageLoadCursorFromFile):
968 * libs/PictureImageLoader.h:
969 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
970 replaced by the new general PImageLoadCursorFromFile()
972 * fvwm/cursor.c (CMD_CursorStyle):
973 handle new hot-spot arguments, use PImageLoadCursorFromFile()
974 instead of PImageLoadCursorPixmapFromFile(), less code duplication
976 2007-06-22 Simon Griph <simon(at)griph(dot)se>
978 * libs/PictureImageLoader.c
982 now returns argb data instead of pixmaps
983 (PImageLoadPixmapFromFile):
984 (PImageLoadArgbDataFromFile):
985 moved first half of PImageLoadPixmapFromFile() into
986 the new local function PImageLoadArgbDataFromFile()
988 removed function, code moved into PImageLoadPixmapFromFile()
990 2007-06-22 Simon Griph <simon(at)griph(dot)se>
992 * libs/PictureImageLoader.c (PImageLoadXpm):
993 revised to make use of PImageCreatePixmapFromArgbData()
995 2007-06-22 Simon Griph <simon(at)griph(dot)se>
997 * fvwm/colorset.c (parse_shape):
998 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
999 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1000 * libs/PictureImageLoader.c
1003 (PImageCreatePixmapFromArgbData):
1004 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1005 or translucent (0 < any alpha < 0xff) images.
1007 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1009 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1010 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1011 * libs/PictureImageLoader.c (PImageLoadSvg):
1013 (PImageCreatePixmapFromArgbData):
1014 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1015 (PImageCreatePixmapFromFImage):
1018 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1020 * fvwm/functions.c (CMD_EchoFuncDefinition):
1021 * fvwm/functable.c (func_table):
1023 new command EchoFuncDefinition
1025 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1028 * fvwm/conditional.c (CreateConditionMask):
1029 bugfix: Condition separation previously failed when a
1030 single comma (no whitespace padding) was used directly
1031 after a multi-worded condition.
1033 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1035 * fvwm/module_list.c (module_kill):
1036 fix possible core dump when using startup modules
1038 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1041 * fvwm/builtins.c (CMD_PrintInfo):
1042 * libs/Picture.h (PicturePrintImageCache):
1043 * libs/Picture.c (PicturePrintImageCache):
1044 add ImageCache subject to PrintInfo command
1046 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1049 * fvwm/events.c (My_XNextEvent):
1050 fix crash when a module closes down during input/output.
1052 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1054 * fvwm/icons.c (ChangeIconPixmap):
1057 * fvwm/focus.c (warp_to_fvwm_window):
1058 * fvwm/events.c (__handle_cr_restack):
1059 (__handle_bpress_on_managed):
1060 (HandlePropertyNotify):
1062 * fvwm/stack.c (__restack_window):
1063 (__raise_lower_recursion):
1064 (__raise_or_lower_window):
1065 (raise_or_lower_window):
1066 (position_new_window_in_stack_ring):
1070 (HandleUnusualStackmodes):
1073 (CMD_RestackTransients):
1075 do raise hacks even when the internal stack is intact, unless on a
1078 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1080 * fvwm/style.c (check_window_style_change)
1081 (style_parse_one_style_option):
1083 * fvwm/fvwm.h (window_style):
1084 * fvwm/add_window.c (setup_frame_size_limits):
1085 * fvwm/geometry.c (constrain_size):
1086 new style MinWindowSize
1088 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1091 added missing prototypes
1093 * libs/safemalloc.c:
1100 * libs/Event.c (GetSubwindowFromEvent):
1102 * libs/ColorUtils.c:
1103 include corresponding header files
1105 * libs/PictureBase.c:
1106 * libs/FlocaleCharset.c:
1110 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1112 * configure.ac (HAVE_GNU_READLINE):
1113 detect full GNU readline API (vs BSD libedit readline compatibility
1116 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1118 * fvwm/windowlist.c (CMD_WindowList):
1121 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1122 "UseSkipList" & "OnlySkipList".
1124 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1127 * fvwm/add_window.c (validate_transientfor):
1128 detect and disallow circular transient-for hints
1130 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1133 s/UseListSkip/UseSkipList/g etc.
1135 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1137 * fvwm/menus.c (size_menu_vertically):
1138 added localization of the "More&..." string
1140 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1142 * libs/PictureBase.c (PictureFindImageFile):
1143 fix for segfault with svg-support enabled
1145 * INSTALL.fvwm (http):
1146 * configure.ac (png_CFLAGS):
1147 raise librsvg dependeny due to bug with 2.13.91
1149 * fvwm/cursor.c (CMD_CursorStyle):
1150 remove unused static variable nocursor
1152 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1157 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1160 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1161 bugfix: out-of-tree builds failed due to broken dependency.
1162 Make man page have same header as old one.
1163 Fix man page indentation.
1164 Make text of top-level man page sections all uppercase.
1165 Added --disable-mandoc option.
1166 HTML doc generation is off by default: use --enable-htmldoc.
1167 Added more info in doc/README about XML commands to use.
1169 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1172 * Everything in the 'doc' subdirectory.
1174 XML source to generate man page & HTML documentation.
1176 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1179 * fvwm/colorset.c (parse_colorset):
1180 don't recompute sh, hi and fgsh if they were supplied in a previous
1181 colorset line. Fixes bug #3359.
1183 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1185 * fvwm/move_resize.c (DoSnapAttract):
1186 handle SnapGrid before SnapAttraction so that non-overlapping windows
1187 do not snap edge to edge:
1194 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1196 * fvwm/style.c (parse_and_set_window_style)
1197 (style_parse_one_style_option):
1198 don't warn about PositionPlacement arguments
1200 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1204 enties for ChangeWindowTitle patch by Julio Teca.
1206 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1208 * fvwm/fvwm.c (main):
1209 fixed ROOT CursorStyle context
1211 * fvwm/placement.c (__pl_manual_get_pos_simple):
1212 * fvwm/move_resize.h:
1213 * fvwm/move_resize.c (__move_loop):
1215 fixed long broken POSITION CursorStyle context
1217 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1219 * fvwm/bindings.c (ParseBinding):
1220 fix buffer overrun with >78 character window names.
1222 * fvwm/fvwm.1.in (PositionPlacement):
1225 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1226 * fvwm/style.c (style_parse_one_style_option):
1227 change BorderWidth and HandleWidth style to revert to default if no
1230 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1232 * fvwm/fvwm.h (style_flags):
1233 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1234 (__place_get_wm_pos):
1235 (__place_window, __explain_placement):
1236 * fvwm/style.c (style_parse_one_style_option):
1238 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1239 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1240 (DEFAULT_PLACEMENT_POSITION_STRING):
1243 * fvwm/move_resize.c (GetOnePositionArgument):
1244 added 'w' suffix to Move arguments
1245 allow multiple shifts from original position
1247 * fvwm/style.c (style_parse_one_style_option):
1250 * fvwm/placement.c (setup_window_placement)
1251 (__place_get_placement_flags):
1252 (__place_get_wm_pos):
1253 (__place_get_nowm_pos):
1255 (__place_handle_x_resources):
1256 (setup_window_placement):
1257 * fvwm/fvwm.h (PLACE_CENTER):
1259 replaced CenterPlacement with more flexibe PositionPlacement
1261 * fvwm/move_resize.c (GetMoveArguments):
1262 (GetResizeArguments):
1263 (GetResizeMoveArguments):
1265 * fvwm/move_resize.h:
1266 exported and enhanced function GetMoveArguments for use by placement
1269 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1271 * fvwm/ConfigFvwmDefaults:
1272 reenable MenuScroll on titles
1274 * fvwm/menubindings.c (menu_shortcuts):
1275 don't scroll menus if scrolling would be in the wrong direction
1277 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1279 * fvwm/move_resize.c (__resize_window):
1280 some resizing/gravity fixes
1281 properly handle maximized + shaded state when resizing
1284 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1286 * fvwm/move_resize.c (__resize_window):
1287 resizing of shaded windows work better.
1289 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1291 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1292 clarified previous patch
1294 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1295 documented '-' command prefix
1297 * fvwm/expand.c (__eae_parse_range):
1298 fix $[n-] and $[*] after unsigned int havoc
1300 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1303 * fvwm/ConfigFvwmMenuDefaults:
1305 * fvwm/ConfigFvwmDefaults:
1306 * fvwm/ConfigFvwmMenuDefaults:
1307 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1309 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1311 * fvwm/ConfigFvwmMenuDefaults:
1312 * fvwm/fvwm.c (SetRCDefaults):
1313 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1314 apply to menu item context.
1316 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1318 * fvwm/placement.c (placement_loop):
1319 (__pl_minoverlap_get_avoidance_penalty):
1320 (__pl_smart_get_first_pos):
1321 (__pl_smart_get_next_pos):
1322 (__pl_smart_test_window):
1323 (__pl_smart_get_pos_penalty):
1324 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1325 now less than ten lines of code.
1327 * fvwm/add_window.c (setup_placement_penalty):
1328 * fvwm/style.c (style_parse_one_style_option):
1329 allow to reset the placement penalties with !
1332 * fvwm/add_window.c (setup_placement_penalty):
1335 * fvwm/style.c (style_parse_one_style_option):
1336 put placement penalty array in a struct
1338 * fvwm/placement.c (__place_get_wm_pos):
1339 (__pl_clever_get_next_x):
1340 (__pl_clever_get_next_y):
1341 (__pl_clever_get_first_pos):
1342 (__pl_clever_get_next_pos):
1343 (__pl_clever_get_avoidance_penalty):
1344 (__pl_clever_get_pos_penalty):
1345 (__pl_minoverlap_get_next_x):
1346 (__pl_minoverlap_get_next_y):
1347 (__pl_minoverlap_get_first_pos):
1348 (__pl_minoverlap_get_next_pos):
1349 (__pl_minoverlap_get_avoidance_penalty):
1350 (__pl_minoverlap_get_pos_penalty):
1351 renamed ...clever... functions to ...minoverlap...
1354 * fvwm/decorations.c:
1355 * fvwm/menubindings.c:
1356 * fvwm/module_interface.c:
1357 * fvwm/module_list.c:
1359 * fvwm/module_list.h:
1361 * fvwm/module_interface.h:
1363 dont include "libs" in include path
1366 #includes from fvwm path with "..." not <...>
1369 #includes from library path with "..." not <...>
1371 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1376 documented new svg support
1379 added librsvg detection
1381 * fvwm/Makefile.am (LDADD, INCLUDES):
1382 added rsvg_LIBS, rsvg_CFLAGS
1384 * fvwm/expand.c (expand_vars_extended):
1385 new extended variables
1386 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1388 * fvwm/fvwm.1.in (OPTIONS):
1390 documented new svg support
1391 (COMMAND EXPANSION):
1392 documented new extended variables
1394 * fvwm/fvwm.c (setVersionInfo):
1396 added Frsvg_init() call
1401 * libs/Makefile.am (libfvwm_a_SOURCES):
1406 * libs/Picture.c (PCacheFvwmPicture):
1407 hid svgopts from isFileStampChanged()
1409 * libs/PictureBase.c (PictureFindImageFile):
1410 hid svgopts from searchPath()
1412 * libs/PictureBase.h:
1414 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1415 hid svgopts from setFileStamp()
1417 new svg image loader
1419 * libs/fvwmlib.c (flib_init_graphics):
1420 added Frsvg_init() call
1422 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1425 * fvwm/stack.c (__is_restack_needed)
1426 (is_transient_subtree_straight):
1428 fix crash when trying to restack destroyed window
1430 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1432 * libs/Makefile.am (libfvwm_a_SOURCES):
1435 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1436 * fvwm/menus.c (move_any_menu)
1437 set menu backgrounds before moving. Makes transparent menus move
1440 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1441 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1442 add update_transparent_menu_bg to allow set of transparent menu
1443 background before a move, and change repaint_transparent_menu to
1444 allow for not setting the menu background.
1446 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1447 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1448 transparent colorsets)
1449 (CreateOffsetBackgroundPixmap):
1450 use offset also for non transparent backgrounds.
1452 * fvwm/menubindings.c (menu_shortcuts):
1453 don't move menus on scroll if they don't move
1455 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1460 * fvwm/decorations.c:
1462 * fvwm/ewmh_events.c:
1463 * fvwm/ewmh_icons.c:
1468 * fvwm/menubindings.c:
1473 * fvwm/module_interface.c:
1474 * fvwm/module_list.c:
1477 * fvwm/windowlist.c:
1478 * fvwm/windowshade.c:
1483 * fvwm/conditional.c:
1490 * fvwm/add_window.c:
1492 * fvwm/move_resize.c:
1501 * fvwm/execcontext.c:
1503 * libs/CombineChars.c:
1511 * libs/FlocaleCharset.c:
1515 * libs/safemalloc.c:
1521 * libs/ColorUtils.c:
1523 * libs/PictureImageLoader.c:
1524 * libs/PictureGraphics.c:
1527 * libs/PictureUtils.c:
1529 * libs/PictureBase.c:
1530 use new header files
1536 * libs/ColorUtils.h:
1537 * libs/PictureBase.h:
1544 * libs/Makefile.am (libfvwm_a_SOURCES):
1545 moved declarations from fvwmlib.h to new/appropriate header files
1550 * fvwm/menus.c (paint_side_pic):
1551 fixed previous patch
1554 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1556 * fvwm/menus.c (paint_side_pic):
1559 * fvwm/menus.c (paint_side_pic):
1560 use simple expose information to redraw sidepics less.
1562 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1564 * fvwm/geometry.c (constrain_size):
1565 silence gcc 4.1.1 warning.
1567 * libs/System.c (searchPath):
1568 search in pwd if no path is given.
1569 return NULL if a file dosn't exist regardless if it's absolute path
1571 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1573 * fvwm/placement.c (__place_window)
1574 (__pl_under_mouse_get_pos_simple):
1575 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1577 new style option UnderMousePlacementHonorsStartsOnPage
1579 * fvwm/update.c (init_style):
1580 don't forget stickyness when a window goes fullscreen (or when some
1581 other style is changed)
1583 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1585 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1586 properly handle title direction with cascade placement
1588 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1591 * fvwm/placement.c (__pl_center_get_pos_simple):
1592 CenterPlacement properly handles Xinerama screens
1594 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1597 always substiture datarootdir
1599 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1601 * fvwm/add_window.c (GetWindowSizeHints):
1602 * fvwm/geometry.c (constrain_size):
1603 undefine macros after use
1605 reindented and cleaned up
1606 do not grow a window because of aspect ratio if this is not explicitly
1607 allowed by the CS_ROUND_UP flag
1609 (__cs_handle_aspect_ratio):
1610 broken into separate functions and cleaned up
1612 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1614 * fvwm/module_list.c (module_receive):
1615 (module_input_discard):
1616 allocate input data in just one call - better perfomance
1618 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1620 * fvwm/placement.c (__place_get_wm_pos):
1621 simplified to a simple loop
1622 (__explain_placement):
1623 added explanation of new placement styles
1625 * fvwm/placement.c (__place_get_wm_pos):
1627 (__pl_center_get_pos_simple):
1628 (__pl_under_mouse_get_pos_simple):
1629 (__pl_cascade_get_pos_simple):
1630 (__pl_manual_get_pos_simple):
1631 (__place_get_wm_pos):
1632 use new placement interface for CenterPlacement, UnderMousePlacement,
1633 ManualPlacement, CascadePlacement
1635 * fvwm/placement.c (__sp_get_first_pos):
1636 (__sp_get_next_pos):
1637 (__sp_get_pos_penalty):
1638 (__place_get_wm_pos):
1639 use new placement interface for SmartPlacement
1644 don't use inline functions
1647 renamed function and generalized the placement interface to deal with
1648 any algorithm in the same way
1649 (__place_get_wm_pos):
1650 use new placement interface
1654 increased version to 2.5.22
1658 updated for 2.5.21 release
1660 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1662 * fvwm/read.h: Compile syntax error fix.
1664 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1666 * fvwm/placement.c (SmartPlacement):
1667 fixed broken SmartPlacement
1669 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1671 * fvwm/expand.c (expand_vars_extended):
1672 free allocated icon path
1674 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1682 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1685 * fvwm/fvwm.1.in (Scroll):
1686 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1687 add interactive scrolling.
1689 * fvwm/stack.c (is_transient_subtree_straight):
1690 check first above the tree root, then beneth it.
1692 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1694 * fvwm/module_interface.h
1695 * fvwm/module_interface.c (module_input_enqueue):
1696 (module_input_execute):
1697 new functions based on AddToCommandQueue and ExecuteModuleCommand
1699 * fvwm/module_list.c (CMD_ModuleSynchronous):
1701 * fvwm/events.c (My_XNextEvent):
1702 * fvwm/module_interface.c (ExecuteCommandQueue):
1703 using the above two new functions instead of AddToCommandQueue and
1704 ExecuteModuleCommand
1706 * fvwm/module_interface.c (cqueue_object_type):
1709 * fvwm/module_interface.h
1710 * fvwm/module_interface.c (AddToCommandQueue):
1711 (ExecuteModuleCommand):
1714 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1716 * fvwm/fvwm.h (window_style):
1717 * fvwm/style.c (style_parse_one_style_option):
1718 icon background relief and icon title relief changed to sigend char;
1719 should fix problem with ppc and negative values for these.
1721 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
1723 * fvwm/module_list.h:
1724 * fvwm/module_list.c (module_receive):
1725 (module_input_discard):
1726 (module_input_expect):
1727 new functions to deal with module input
1729 * fvwm/module_list.h:
1730 * fvwm/module_list.c (HandleModuleInput):
1731 replaced by the above three functions
1733 * fvwm/events.c (My_XNextEvent):
1734 * fvwm/module_list.c (CMD_ModuleSynchronous):
1736 adapted to use the above three functions instead of HandleModuleInput
1738 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1740 * configure.ac (HAVE_PNG):
1741 don't mangle png_LIBS, use --with-png-library
1743 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1746 removed news about previous change after move of version-2_5_20 tag
1747 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1750 * fvwm/stack.c (__restack_window):
1751 fix so new transient windows with StackTransientParent on top layer
1752 don't make all windows raise above the pan frames.
1756 increased version to 2.5.21
1760 updated for 2.5.20 release
1762 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
1764 * fvwm/fvwm.c (main):
1765 remove the call to module_init_list, the list head is instead set
1766 to NULL upon declaration
1768 * fvwm/module_list.h:
1769 * fvwm/module_list.c (module_init_list):
1772 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1774 * fvwm/stack.c (is_transient_subtree_straight)
1775 (is_transient_subtree_stack_straight):
1776 use <= 32 character function name
1777 (mark_transient_subtree, is_transient_subtree_straight)
1778 (__mark_transient_subtree_test):
1779 move common tests to function to avoid code duplication
1781 * fvwm/fvwm.1.in (IconifyWindowGroups):
1782 Correctly document that windows are iconified together if the are in
1783 the same window group, not if the group leader is iconified.
1785 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1787 * fvwm/add_window.c (GetWindowSizeHints):
1788 * libs/vpacket.h (ConfigWinPacket):
1789 * fvwm/module_interface.c (CONFIGARGS):
1790 * fvwm/fvwm.h (FvwmWindow):
1791 add orig_hints_width_inc and orig_hints_height_inc values to store the
1792 original resize inc for use in FvwmIdent
1795 * fvwm/style.c (style_parse_one_style_option):
1796 deprecated some "No..." styles
1797 (style_parse_one_style_option):
1798 add a NoResizeHintOverride style
1800 * fvwm/add_window.c (GetWindowSizeHints):
1801 only ignore the min_width/min_height/max_width/max_height with the
1802 ResizeHintOverride style
1804 * fvwm/icons.c (DeIconify):
1805 corrected previous fix
1807 * fvwm/placement.c (CleverPlacement):
1809 (__place_get_wm_pos):
1810 (__place_get_nowm_pos):
1812 fixed smart placement
1813 unified placement func interface
1815 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1818 * fvwm/icons.c (DeIconify):
1821 * fvwm/stack.c (is_transient_subtree_stacked_straight):
1822 fix detection of non needed lower operations
1824 BroadcastRestack to modules even if non is done. (To cancel effect of
1825 already sent M_RAISE/M_LOWER)
1826 don't do raise hacks if no restack was done.
1828 * fvwm/fvwm.h (FvwmWindow):
1829 icon_nalloc_pixels is int instead of unsined int
1831 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1832 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1833 use int instead of unsigned int.
1835 * fvwm/menugeometry.c (menu_get_geometry)
1836 (menu_get_outer_geometry):
1837 * fvwm/focus.c (CMD_WarpToWindow):
1838 * fvwm/geometry.c (get_title_button_geometry):
1839 * fvwm/session.c (SaveWindowStates):
1840 * fvwm/conditional.c (CMD_WindowId):
1841 * fvwm/placement.c (__place_get_wm_pos):
1842 * fvwm/frame.c (frame_create_move_resize_args):
1843 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
1844 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
1845 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
1846 * fvwm/style.c (style_parse_icon_box_style):
1847 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
1848 (AnimatedMoveAnyWindow, __move_window, __move_loop)
1850 * fvwm/events.c (HandlePropertyNotify)
1851 (__is_bpress_window_handled):
1852 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
1854 fix geometry signed pointer warnings
1856 * libs/Graphics.c (CalculateGradientDimensions):
1857 cast pointer to unsigned int*
1859 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
1860 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
1861 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
1862 change unsigned int* parameter to int*. It get's info stored in an
1863 unsigned short, so it should be OK.
1867 JunkMask is unsigned
1869 * fvwm/stack.c (__mark_group_member)
1870 (is_transient_subtree_stacked_straight, __is_restack_needed)
1871 (__restack_window, mark_transient_subtree):
1872 don't raise or lower windows if they are already at the right place.
1874 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
1876 * fvwm/module_interface.c (struct cqueue_object_type):
1877 * fvwm/module_list.h (struct fmodule_input):
1878 reused cqueue_object_type as a struct to store module input data
1879 renamed it to fmodule_input and moved it to module_list.h
1880 typedef'ed it to cqueue_object_type in module_interface.c
1882 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1884 * fvwm/placement.c (__cp_get_next_x):
1886 (__cp_get_first_pos):
1887 (__cp_get_next_pos):
1888 (__cp_get_avoidance_penalty):
1891 restructured and cleaned up CleverPlacement code
1893 * fvwm/style.c (style_parse_icon_box_style):
1894 * fvwm/virtual.c (HandlePaging):
1895 * fvwm/stack.c (verify_stack_ring_consistency):
1896 (ResyncFvwmStackRing):
1898 * fvwm/read.c (cursor_control):
1899 * fvwm/placement.c (__place_get_wm_pos):
1900 * fvwm/move_resize.c (GetMoveArguments):
1901 (ParseOneResizeArgument):
1902 (GetResizeArguments):
1903 (GetResizeMoveArguments):
1904 (resize_move_window):
1905 (resize_move_window):
1916 (maximize_fvwm_window):
1920 * fvwm/menustyle.h (MenuStyle):
1921 * fvwm/menus.c (MenuSizingParameters):
1923 (paint_menu_gradient_background):
1924 (paint_menu_gradient_background):
1928 (pop_menu_down_and_repaint_parent):
1929 (__mloop_handle_action_without_mi):
1933 * fvwm/menuroot.h (MenuRootStatic):
1935 * fvwm/menuitem.h (MenuPaintItemParameters):
1936 * fvwm/menugeometry.h:
1937 * fvwm/menubindings.c (menu_shortcuts):
1938 * fvwm/icons.c (SetIconPixmapSize):
1940 (DrawIconTitleWindow):
1945 * fvwm/gnome.c (GNOME_GetHintIcons):
1946 * fvwm/functions.c (FvwmFunction):
1947 (__execute_function):
1949 (execute_complex_function):
1950 * fvwm/fvwm.c (JunkWidth):
1956 * fvwm/externs.h (JunkWidth):
1961 * fvwm/focus.c (CMD_WarpToWindow):
1962 * fvwm/expand.c (__eae_parse_range):
1963 (expand_args_extended):
1964 (expand_vars_extended):
1965 (expand_vars_extended):
1966 * fvwm/ewmh_names.c (EWMH_WMIconName):
1968 * fvwm/ewmh_intern.h:
1969 * fvwm/ewmh_icons.c (ewmh_WMIcon):
1970 (EWMH_DoUpdateWmIcon):
1971 (ewmh_SetWmIconFromPixmap):
1972 (ewmh_SetWmIconFromPixmap):
1973 (EWMH_DeleteWmIcon):
1976 (EWMH_SetIconFromWMIcon):
1977 * fvwm/ewmh_events.c (ewmh_WMDesktop):
1979 (ewmh_WMIconGeometry):
1982 * fvwm/ewmh.c (ewmh_ChangeProperty):
1983 (ewmh_ChangeProperty):
1985 (ewmh_AtomGetByName):
1986 (ewmh_AddToKdeSysTray):
1987 (EWMH_GetWorkAreaIntersection):
1988 (ewmh_HandleWindowType):
1989 (ewmh_check_wm_pid):
1990 * fvwm/geometry.c (constrain_size):
1992 * fvwm/events.c (__handle_cr_on_client):
1995 * libs/PictureImageLoader.c:
1996 * libs/PictureImageLoader.h:
1999 * libs/Graphics.c (ParseGradient):
2000 (CalculateGradientDimensions):
2001 (CreateGradientPixmap):
2002 (CreateGradientPixmapFromString):
2003 * fvwm/colorset.c (update_root_pixmap):
2004 * fvwm/builtins.c (CMD_Echo):
2006 * fvwm/add_window.c (AddWindow):
2007 * fvwm/screen.h (DecorFace):
2008 use int instead of unsigned int
2010 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2011 * fvwm/colormaps.c (EnterSubWindowColormap):
2012 (LeaveSubWindowColormap):
2013 (FetchWmColormapWindows):
2015 * libs/CombineChars.c (char_combclass):
2016 use short instead of short int
2017 use long instead of long int
2019 * libs/PictureBase.h (FvwmPictureAttributes):
2020 (FvwmRenderAttributes):
2021 * libs/Flocale.h (FlocaleFont):
2022 * fvwm/style.c (style_parse_icon_grid_style):
2023 * fvwm/menus.c (size_menu_horizontally):
2024 (size_menu_vertically):
2027 * fvwm/menuitem.c (menuitem_paint):
2029 * fvwm/menuitem.h (MenuItem):
2030 * fvwm/geometry.c (set_window_border_size):
2031 * fvwm/decorations.c (SelectDecor):
2032 use int instead of short
2034 * fvwm/screen.h (FvwmAcs):
2036 * fvwm/menus.c (MenuSizingParameters):
2037 (size_menu_horizontally):
2039 (paint_menu_gradient_background):
2040 * fvwm/menuroot.h (MenuRootStatic):
2041 * fvwm/menuitem.h (MenuItem):
2042 (MenuItemPartSizesT):
2043 * fvwm/menuitem.c (menuitem_get_size):
2044 * fvwm/menudim.h (MenuDimensions):
2045 use int instead of unsigned short
2047 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2050 * libs/gravity.c (gravity_move_resize_parent_child):
2052 * fvwm/frame.c (mr_args_internal):
2053 (frame_setup_border):
2054 (frame_setup_titlebar):
2055 (frame_get_resize_decor_gravities):
2056 (frame_get_titlebar_dimensions):
2057 use rectangle instead of signed_rectangle
2059 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2060 * libs/fvwmrect.h (signed_rectangle):
2064 widht and height are now signed values
2066 * fvwm/placement.c (get_next_x):
2074 * fvwm/placement.c (get_next_x):
2080 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2083 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2084 StickyAcrossDesksIcon.
2086 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2088 * fvwm/conditional.c (CreateConditionMask):
2089 added conditions StickyIcon, StickyAcrossPagesIcon and
2090 StickyAcrossDesksIcon.
2093 documented new conditional tests.
2094 removed descriptions of styles StickyIconPage & StickyIconDesk which
2095 actually don't exists in fvwm.
2096 moved StickyIcon/SlipperyIcon descriptions immediately after
2097 Sticky/Slippery description.
2099 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2101 * fvwm/placement.c (SmartPlacemen):
2103 cleaned up SmartPlacement code
2105 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2107 * fvwm/ConfigFvwmMenuDefaults:
2108 Mouse 0 MS A MenuLeaveSubmenu instead.
2110 * fvwm/ConfigFvwmMenuDefaults:
2111 Mouse 0 MS A MenuClose to make sidepic and border behave as
2112 before menu bindings.
2115 * libs/wcontext.h (enum):
2116 * fvwm/menubindings.c (menu_binding):
2118 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2120 * fvwm/menustyle.c (menustyle_parse_old_style):
2121 add a message of deprecation.
2123 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2125 * fvwm/module_list.h:
2126 * fvwm/module_list.c:
2127 new files for module handling code.
2129 * fvwm/module_list.h:
2130 * fvwm/module_interface.h:
2131 * fvwm/module_list.c:
2132 * fvwm/module_interface.c:
2133 (struct mqueue_object_type):
2144 (do_execute_module):
2145 (executeModuleDesperate):
2147 (CMD_ModuleListenOnly):
2148 (CMD_ModuleSynchronous):
2149 (HandleModuleInput):
2155 (DeleteMessageQueueBuff):
2156 (FlushMessageQueue):
2157 (FlushAllMessageQueues):
2159 (CMD_set_sync_mask):
2160 (CMD_set_nograb_mask):
2161 (skipModuleAliasToken):
2163 (struct msg_masks_t):
2165 moved from module_interface.c/h to module_list.c/h
2167 * fvwm/module_list.h (do_execute_module):
2168 * fvwm/module_interface.h (AddToCommandQueue):
2169 (ExecuteModuleCommand):
2170 initialy static functions are exposed for now. Should be fixed soon.
2173 added module_list.h and module_list.c
2174 reorganized the c files by size
2176 * fvwm/module_list.h:
2177 * fvwm/module_list.c:
2190 renamed functions to a unified style
2192 * fvwm/module_interface.h:
2193 * fvwm/module_interface.c:
2199 * fvwm/windowshade.c:
2201 * fvwm/move_resize.c:
2202 include file cleanup
2204 * fvwm/module_list.c (do_execute_module):
2205 made absolutely sure the module's read fd is >=0 before inserting
2206 the module on the list
2208 * fvwm/events.c (My_XNextEvent):
2209 * fvwm/module_list.c (PositiveWrite):
2210 (CMD_ModuleSynchronous):
2211 assume module read fd is allways >=0 (remove the tests)
2213 * fvwm/module_list.c (module_free):
2214 no need to test if fd >=0 when closing the pipes.
2216 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2218 * fvwm/menuitem.c (draw_higlight_background):
2219 fix x-origin of HGradients
2221 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2223 * fvwm/module_interface.c (FlushMessageQueues):
2224 fixed not flushing the first module on the list
2226 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2228 * libs/Flocale.c (FlocaleGetFftFont):
2229 add sanity check for NULL fontname.
2233 * fvwm/menuitem.c (menuitem_paint):
2234 (draw_hilight_background):
2235 make all kinds of pixmaps work with hilight background
2237 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2238 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2239 (CreateBackgroundPixmap):
2240 added CreateOffsetBackgroundPixmap with the ability to create
2241 transparent images at an offset relative to the window.
2243 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2245 * fvwm/menus.c (__mloop_exit):
2248 (__mloop_handle_event):
2249 don't warp to parent item when entering other item with mouse.
2253 * fvwm/menustyle.c (menustyle_update):
2254 make use of colorset TiledPixmap option with HiglightBack
2255 and HiglightTitleBack menu styles.
2257 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2262 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2264 * libs/FScreen.c (FScreenParseGeometry):
2265 don't look up screen info if screen is undefined
2267 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2271 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2273 * libs/fio.c (fvwm_send):
2276 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2281 new utility files to wrap writing/reading standard lib functions that
2282 might be interrupted
2284 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2286 * fvwm/ewmh_intern.h:
2287 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2288 instead of <time.h>.
2290 * fvwm/windowlist.h:
2291 removed unneeded file.
2294 removed windowlist.h from build list.
2296 * libs/PictureUtils.c:
2297 include "ftime.h" instead of <time.h>.
2298 fvwmlib.h header name should be in double quotes not in angle
2302 include "ftime.h" instead of <sys/time.h>.
2304 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2307 make my email less spider-friendly
2309 * fvwm/bindings.c (binding_cmd):
2313 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2315 * fvwm/screen.h (ScreenInfo):
2316 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2317 casting signed values in calculations to be cast to unsigned
2319 * fvwm/focus.c (__activate_window_by_command):
2320 don't warp the viewport if the center of the window is already in view
2321 fixed a bug in window positioning
2323 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2326 FvwmIconBox IconColorset's bg wasn't updated immediately.
2328 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2330 * fvwm/fvwm.c (main):
2331 close all open fds upon startup
2332 reopen stdin, stdout and stderr if necessary
2336 * fvwm/module_interface.c (do_execute_module):
2337 simplified error handling
2338 check maximum fd when creating modules
2340 * fvwm/events.c (My_XNextEvent):
2341 * fvwm/fvwm.c (main):
2342 replaced fd_width with fvwmlib_max_fd
2345 * libs/System.c (fvwmlib_init_max_fd):
2346 added function and fvwmlib_max_fd
2348 * fvwm/events.c (My_XNextEvent):
2349 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2350 switch back to using FD_SET
2352 * fvwm/events.c (My_XNextEvent:
2353 * fvwm/module_interface.h:
2354 * fvwm/module_interface.c:
2355 hide module structure members with access macros and use them
2358 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2360 * fvwm/module_interface.c (module_add_to_fdsets):
2361 * fvwm/module_interface.h:
2362 created new function that also checks for too many open fds
2364 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2365 * fvwm/events.c (My_XNextEvent):
2366 now using module_add_to_fdset to add pipes to the fdsets
2368 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2370 * libs/defaults.h (MAX_NUM_MODULES):
2371 * fvwm/module_interface.c (module_alloc):
2372 (do_execute_module):
2373 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2375 * fvwm/module_interface.c (do_execute_module):
2376 moved the allocation call to the end of the sanity checks and pipe
2377 creation - better for performance
2379 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2381 END MODULE STRUCT PATCHES
2383 * fvwm/module_interface.c (do_execute_module):
2384 fixed another memory leak
2386 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2388 * fvwm/module_interface.h:
2389 * fvwm/module_interface.c:
2391 renamed struct module member "pipeName" and "pipeAlias" to "name"
2394 * fvwm/module_interface.c (do_execute_module):
2395 fixed possible memory leak
2397 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2399 * fvwm/events.c (My_XNextEvent):
2400 * fvwm/module_interface.c (module_alloc):
2401 (do_execute_module):
2403 * fvwm/module_interface.h (fmodule):
2404 replaced int with a flag struct
2406 * fvwm/module_interface.h:
2407 * fvwm/events.c (My_XNextEvent):
2408 * fvwm/module_interface.c (module_alloc):
2412 add new modules at front of list again
2413 removed global variable init_fdset; use a flag in the module struct
2415 removed the now obsolete module slot count
2417 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2419 * fvwm/module_interface.c (module_remove):
2421 moved module remotion code to module_remove()
2423 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2425 * fvwm/events.c (My_XNextEvent):
2426 fixed startup commands
2428 * fvwm/module_interface.c (module_insert):
2432 append modules at end of list
2434 * fvwm/events.c (My_XNextEvent):
2437 * fvwm/module_interface.c (ExecuteModuleCommand):
2441 (BroadcastNewPacket):
2443 (BroadcastFvwmPicture):
2444 (BroadcastColorset):
2445 (BroadcastPropertyChange):
2446 (BroadcastConfigInfoString):
2448 (FlushAllMessageQueues):
2451 (CMD_set_sync_mask):
2452 (CMD_set_nograb_mask):
2454 (skipModuleAliasToken):
2455 use MAX_MODULE_ALIAS_LEN
2457 * fvwm/module_interface.c (KillModule):
2458 (do_execute_module):
2460 added a "slot" member to the module struct to fix the init_fdset hack
2463 * libs/defaults.h (MAX_NUM_MODULES):
2464 (MAX_MODULE_ALIAS_LEN):
2467 * fvwm/module_interface.c (do_execute_module):
2468 rewrote module struct initialization
2469 (HandleModuleInput):
2470 use %p to print module address, don't cast it to int
2472 * fvwm/module_interface.c (ClosePipes):
2480 * fvwm/module_interface.c (FreeModule):
2484 * fvwm/module_interface.c (KillModule):
2486 * fvwm/events.c (My_XNextEvent):
2487 * fvwm/execcontext.h:
2488 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2490 * fvwm/stack.c (BroadcastRestack):
2493 * fvwm/module_interface.c (module_get_next):
2494 * fvwm/module_interface.h:
2497 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2499 * fvwm/modconf.c (ModuleConfig):
2500 (SendConfigToModule):
2501 (send_xinerama_state):
2502 (send_desktop_names):
2503 (send_desktop_geometry):
2508 (send_move_threshold):
2509 (send_ignore_modifiers):
2510 (CMD_Send_ConfigInfo):
2511 * fvwm/functions.c (__execute_function):
2512 * fvwm/events.c (My_XNextEvent):
2513 * fvwm/module_interface.h (msg_masks_t):
2515 * fvwm/execcontext.c (__exc_change_context):
2516 (exc_create_null_context):
2517 * fvwm/execcontext.h:
2518 Initial module struct patches
2520 BEGIN MODULE STRUCT PATCHES
2522 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2524 * fvwm/events.c (HandleFocusOut):
2525 (__refocus_stolen_focus_win):
2526 (HandleEnterNotify):
2527 less disruptive way of restoring focus to the window it was stolen from
2529 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2531 * fvwm/events.c (HandleEnterNotify):
2532 restore focus to windows that had it stolen by
2533 unmanaged windows on enter of any unmanaged windows.
2535 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2537 * fvwm/menubindings.c:
2538 don't include menus.h
2540 * fvwm/ConfigFvwmMenuDefaults:
2541 all bindings are silent
2543 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2545 * fvwm/ConfigFvwmMenuDefaults:
2546 make all numpad keys silent -- not all keyboads have a numpad
2547 add KP_Separator for MenuClose
2549 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2552 documented missing menu bindings.
2554 * fvwm/ConfigFvwmMenuDefaults:
2555 fixed wrong menu bindings.
2557 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2559 * fvwm/menubindings.c:
2560 * fvwm/menubindings.h:
2564 * fvwm/menugeometry.c:
2565 * fvwm/menugeometry.h:
2571 * fvwm/move_resize.c:
2572 * fvwm/move_resize.h:
2573 * fvwm/windowlist.c:
2574 simplified including header files
2576 * fvwm/menus.c (__mloop_handle_event):
2577 * fvwm/menuparameters.h:
2578 * fvwm/menubindings.c (menu_shortcuts):
2579 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2581 * fvwm/menus.c (__mloop_handle_event):
2582 * fvwm/menuparameters.h:
2583 * fvwm/menubindings.c (menu_shortcuts):
2584 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2587 * fvwm/menus.h (MenuParameters):
2592 (MenuRepaintTransparentParameters):
2593 * fvwm/menuparameters.h (MenuParameters):
2598 (MenuRepaintTransparentParameters):
2599 moved to menuparameters.h
2601 * fvwm/menus.h (MenuRoot):
2604 * fvwm/menutypes.h (MenuRoot):
2609 * fvwm/menus.c (menu_get_geometry):
2610 (menu_get_outer_geometry):
2611 * fvwm/menugeometry.c (menu_get_geometry):
2612 (menu_get_outer_geometry):
2613 moved to menugeometry.c
2615 * fvwm/menuparameters.h:
2617 * fvwm/menugeometry.c:
2618 * fvwm/menugeometry.h:
2622 * fvwm/menubindings.h (enum):
2623 * fvwm/menus.c (enum):
2624 moved enum menu_shortcut_action to menubindings.h
2625 (get_selectable_item_index):
2626 (get_selectable_item_from_index):
2627 (get_selectable_item_from_section):
2628 (get_selectable_item_count):
2629 (parse_menu_action):
2630 moved to menubindings.c
2632 * fvwm/menus.c (enum):
2633 (parse_menu_action):
2635 renamed enum shortcut_action to menu_shortcut_action
2637 * fvwm/fvwm.c (SetRCDefaults):
2638 read default config file after all other defaults
2640 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2642 * fvwm/ConfigFvwmMenuDefaults:
2643 * fvwm/fvwm.c (SetRCDefaults):
2644 make the hard coded menu bindings load before ConfigFvwmDefaults
2645 move Mouse 0 ... to ConfigFvwmMenuDefaults
2647 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2649 * fvwm/ConfigFvwmMenuDefaults:
2650 * fvwm/fvwm.c (SetRCDefaults):
2651 added hard coded default menu bindings
2653 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2656 documentation fixes.
2658 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2661 * fvwm/menubindings.h:
2662 * fvwm/menubindings.c:
2666 moved new menu binding code to menubindings.c, menubindings.h
2667 split binding into a regular list and a fallback list that can not be
2670 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2671 fixed calculation of new geometry if x or y is negative
2673 * fvwm/geometry.c (maximize_adjust_offset):
2674 fixed calculations of normal geometry when maximized
2676 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2679 * fvwm/ConfigFvwmMenuDefaults:
2680 * fvwm/fvwm.c (SetRCDefaults):
2681 * fvwm/menus.c (parse_menu_action):
2683 rename menu action to menu bindings and make menu binding commands
2684 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2685 ensure basic function with ConfigFvwmMenuDefaults missing.
2687 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2689 * fvwm/menus.c (menuShortcuts):
2690 fixed compiler warning.
2692 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2695 corrected mis-spelling
2701 * fvwm/menus.c (handle_emacs_bindings):
2704 (__mloop_handle_event):
2706 * fvwm/bindings.c (ParseBinding):
2707 * fvwm/Makefile.am (config_DATA):
2708 * fvwm/ConfigFvwmDefaults:
2709 * fvwm/ConfigFvwmMenuDefaults:
2710 fully configurable mouse any key bindings for menu navigation.
2712 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2714 * fvwm/virtual.c (HandlePaging):
2715 removed bogus comment
2717 * fvwm/move_resize.c (__move_loop):
2720 allow paging during resize with "EdgeScroll 0 0" as documented in the
2722 fixed disappearing windows with "maximize; resize - abort; unmaximize"
2724 * fvwm/fvwm.h (FvwmWindow):
2725 * fvwm/add_window.c (AddWindow):
2726 * fvwm/add_window.c (setup_frame_window):
2727 * fvwm/add_window.c (setup_parent_window)
2728 * fvwm/borders.c (border_draw_decorations):
2729 * fvwm/borders.c (border_draw_one_border_part):
2730 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2731 * fvwm/borders.c (border_get_titlebar_descr)
2732 * fvwm/builtins.c (__remove_window_decors):
2733 * fvwm/conditional.c (MatchesConditionMask):
2734 * fvwm/events.c (HandleMapNotify):
2735 * fvwm/events.c (HandleMapRequestKeepRaised)
2736 * fvwm/events.c (HandlePropertyNotify):
2737 * fvwm/events.c (HandleShapeNotify):
2738 * fvwm/events.c (__cr_detect_icccm_move)
2739 * fvwm/events.c (__cr_get_grav_position):
2740 * fvwm/events.c (__cr_get_static_position)
2741 * fvwm/events.c (__handle_configure_request)
2742 * fvwm/events.c (__handle_cr_on_client):
2743 * fvwm/ewmh.c (EWMH_fullscreen):
2744 * fvwm/focus.c (__activate_window_by_command):
2745 * fvwm/focus.c (__set_focus_to_fwin):
2746 * fvwm/focus.c (warp_to_fvwm_window):
2747 * fvwm/frame.c (__frame_setup_window):
2748 * fvwm/frame.c (frame_create_move_resize_args)
2749 * fvwm/frame.c (frame_free_move_resize_args):
2750 * fvwm/frame.c (frame_move_resize_step)
2751 * fvwm/frame.c (frame_reshape_border):
2752 * fvwm/geometry.c (constrain_size):
2753 * fvwm/geometry.c (get_icon_corner)
2754 * fvwm/geometry.c (get_page_offset):
2755 * fvwm/geometry.c (get_page_offset_check_visible):
2756 * fvwm/geometry.c (get_shaded_client_window_pos):
2757 * fvwm/geometry.c (get_title_button_geometry):
2758 * fvwm/geometry.c (get_title_geometry)
2759 * fvwm/geometry.c (get_unshaded_geometry):
2760 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2761 * fvwm/geometry.c (gravity_constrain_size):
2762 * fvwm/geometry.c (maximize_adjust_offset):
2763 * fvwm/geometry.c (update_absolute_geometry):
2764 * fvwm/geometry.c (update_relative_geometry)
2765 * fvwm/gnome.c (GNOME_SetWinArea):
2766 * fvwm/icons.c (AutoPlaceIcon):
2767 * fvwm/icons.c (DeIconify):
2768 * fvwm/icons.c (Iconify):
2769 * fvwm/module_interface.c (CONFIGARGS):
2770 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2771 * fvwm/move_resize.c (CMD_Maximize):
2772 * fvwm/move_resize.c (CMD_ResizeMaximize):
2773 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2774 * fvwm/move_resize.c (__move_loop):
2775 * fvwm/move_resize.c (__move_window):
2776 * fvwm/move_resize.c (__resize_window):
2777 * fvwm/move_resize.c (maximize_fvwm_window):
2778 * fvwm/move_resize.c (resize_move_window):
2779 * fvwm/move_resize.c (stick_across_pages):
2780 * fvwm/move_resize.c (unmaximize_fvwm_window):
2781 * fvwm/placement.c (__explain_placement):
2782 * fvwm/placement.c (__place_get_wm_pos):
2783 * fvwm/placement.c (get_next_x):
2784 * fvwm/placement.c (get_next_y):
2785 * fvwm/placement.c (test_fit)
2786 * fvwm/session.c (MatchWinToSM):
2787 * fvwm/session.c (SaveWindowStates):
2788 * fvwm/update.c (apply_window_updates):
2789 * fvwm/virtual.c (MoveViewport):
2790 * fvwm/windowlist.c (CMD_WindowList):
2791 * fvwm/windowshade.c (CMD_WindowShade):
2792 put some of the window geometry members into a separate struct window_g
2793 with members frame, normal, max, max_defect, max_offset
2795 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2799 * fvwm/window_flags.h:
2801 * fvwm/style.c (style_parse_one_style_option):
2802 * fvwm/icons.c (DrawIconTitleWindow):
2803 * fvwm/fvwm.h (common_flags_t):
2804 * fvwm/fvwm.1.in (Style):
2806 (border_draw_title_stick_lines):
2807 Applied Stippled patch by Thomas Adam with some fixes.
2809 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2812 FvwmWinList button/list syncronization fixed (bug #1393)
2814 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2822 updated for 2.5.19 release
2825 updated after 2.4.20 release
2828 * fvwm/focus.c (focus_get_fpol_context_flag):
2829 * fvwm/events.c (__check_click_to_focus_or_raise)
2830 (__handle_click_to_focus):
2831 Treat EWMH desktop as client window under click to focus. (#1492)
2833 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2835 * libs/Module.h (MX_REPLY):
2836 (MAX_EXTENDED_MESSAGES):
2838 * fvwm/module_interface.c (CMD_Send_Reply):
2839 * fvwm/functable.c (func_table):
2841 Added Send_Reply module only command.
2843 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2845 * libs/PictureUtils.c (init_static_colors_table):
2846 fix fvwm for < 8 bit depth, bug #1677
2848 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2850 * fvwm/misc.c (IsRectangleOnThisPage):
2851 new fix for signedness problems.
2853 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2855 * fvwm/misc.c (IsRectangleOnThisPage):
2856 fix signedness problem with test introduced by gcc4 fix below.
2858 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2860 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
2864 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2865 * libs/gravity.h (gravity_move_resize_parent_child):
2866 * libs/gravity.c (gravity_move_resize_parent_child):
2867 * fvwm/frame.h (frame_get_titlebar_dimensions)
2868 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
2869 (frame_get_resize_decor_gravities):
2871 (frame_setup_border):
2872 (frame_setup_titlebar)
2873 (frame_get_resize_decor_gravities):
2874 (frame_get_titlebar_dimensions):
2875 split rectangle into a signed size and an unsigned size type.
2877 * fvwm/screen.h (ScreenInfo):
2878 * libs/FScreen.h (FScreenGetScrRect):
2879 (FScreenGetResistanceRect):
2880 * libs/FScreen.c (XineramaScreenInfo):
2881 (FScreenGetGeometry)
2882 (FScreenGetScrRect):
2883 (FScreenClipToScreen):
2884 (FScreenCenterOnScreen)
2885 (FScreenGetResistanceRect):
2886 (FScreenIsRectangleOnScreen):
2887 * fvwm/fvwm.h (FvwmWindow):
2888 * fvwm/screen.h (DecorFace):
2889 * libs/fvwmlib.h (CreateGradientPixmap):
2890 * libs/Graphics.c (CreateGradientPixmap):
2891 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2892 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2893 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
2894 (PImageLoadPixmapFromFile):
2895 (PImageLoadPixmapFromXpmData):
2896 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
2897 (PImageCreatePixmapFromArgbData):
2898 (PImageLoadPixmapFromFile)
2899 (PImageLoadFvwmPictureFromFile):
2900 (PImageLoadPixmapFromXpmData):
2901 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
2902 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
2903 (EWMH_SetIconFromWMIcon):
2904 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
2905 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
2906 * fvwm/colorset.c (parse_colorset):
2907 * fvwm/icons.c (DrawIconTitleWindow):
2910 * fvwm/menus.h (MenuRootDynamic):
2911 * fvwm/menus.c (update_menu):
2915 * fvwm/move_resize.c (GetMoveArguments):
2916 (ParseOneResizeArgument)
2917 (GetResizeArguments):
2918 (GetResizeMoveArguments):
2922 change dimensions and allocation counts to unsigned types.
2924 * libs/Flocale.h (FlocaleStringNumberOfBytes)
2925 (FlocaleStringByteToCharOffset):
2926 (FlocaleStringCharToByteOffset)
2927 (FlocaleStringCharLength)
2928 * libs/Flocale.c (FlocaleStringNumberOfBytes)
2929 (FlocaleStringByteToCharOffset):
2930 (FlocaleStringCharToByteOffset)
2931 (FlocaleStringCharLength):
2932 (FlocaleUtf8ToUnicodeStr2b)
2933 (FlocaleStringToString2b):
2934 (FlocaleEncodeString):
2935 * libs/Ficonv.c (convert_charsets):
2936 change most string types to char* from unsigned char* to match
2937 with system headers without casts.
2939 * libs/Flocale.c (FlocaleLoadFont):
2940 init shadow_dir to make gcc 4 happy.
2942 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
2943 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
2944 (CSETS_IS_TRANSPARENT_ROOT_PURE)
2945 (CSETS_IS_TRANSPARENT_PR_PURE):
2946 (CSETS_IS_TRANSPARENT_ROOT)
2947 (CSETS_IS_TRANSPARENT):
2948 compare pointer with NULL, not >= 0.
2950 * libs/FTips.h (ftips_position_t):
2951 * fvwm/expand.c (partial_extended_vars):
2952 * fvwm/placement.c (preason_screen_t):
2953 remove comma last in enums.
2955 * fvwm/style.c (style_parse_focus_policy_style):
2956 change 0xffffffff to ~0 to silience truncation warning.
2958 * fvwm/session.h (mwtsm_state_args):
2959 make flags unsigned.
2961 * fvwm/schedule.c (sq_object_type):
2962 change // to /* ... */
2964 * libs/Fft.c (FftGetFontWidths):
2966 * libs/FScreen.c (FScreenConfigureSLSScreens):
2967 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
2968 (EWMH_SetDesktopNames):
2969 * fvwm/fvwm.c (LoadDefaultLeftButton):
2970 (LoadDefaultRightButton):
2971 * fvwm/builtins.c (ReadDecorFace):
2973 silence signedness warnings by casts.
2975 * fvwm/borders.c (ROTATE_RECTANGLE):
2976 make sure tr is initialized.
2978 * fvwm/add_window.c (FetchWmProtocols):
2979 use unsigned type for l_protocols.
2981 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2983 * fvwm/events.c (HandleFocusIn):
2985 * fvwm/focus.c (__set_focus_to_fwin):
2986 fix focus decoration when unmanaged are focused, unless
2987 FlickeringQtDialogsWorkaround is on. Closes bug #758.
2989 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2991 * fvwm/geometry.c (constrain_size):
2992 repeat aspect-resizing in a loop to get a stable result that does not
2993 change the next time the frame is set up
2995 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2999 increased version to 2.5.19
3004 updated for 2.5.18 release
3006 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3009 removed the unused test for imlib
3010 removed the Imlib.h header from gdk_imlib test programs
3012 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3014 * fvwm/ewmh.c (atom_get):
3015 fix offset and length args for XGetWindowProperty() (to support 64bit
3018 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3020 * fvwm/events.c (HandleUnmapNotify):
3021 immediately handle MapRequests after unmapping a window while we still
3022 have the context fvwm window; this is necessary to allow the client to
3023 re-map a window before fvwm can reparent it to the root window
3024 (HandleMapRequestKeepRaised):
3027 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3029 * fvwm/ewmh.c (ewmh_HandleDesktop):
3030 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3033 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3037 * fvwm/decorations.c:
3038 fix offset and length args for XGetWindowProperty() (to support 64bit
3041 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3044 * fvwm/expand.c (expand_vars_extended):
3045 correctly expand break.
3046 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3049 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3051 * fvwm/decorations.h (is_function_allowed):
3052 * fvwm/decorations.c (__is_resize_allowed):
3053 (is_function_allowed):
3054 work on 'const FvwmWindow *'
3056 * fvwm/fvwm.h (action_flags):
3057 * fvwm/style.c (check_window_style_change):
3058 * fvwm/module_interface.c (__get_allowed_actions)
3060 * libs/vpacket.h (ConfigWinPacket):
3061 expose fvwm allowed actions to modules
3063 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3065 * fvwm/move_resize.c (__move_icon):
3066 *do* map icon windows for pictured icons on move, but only if they end
3067 up on the current desk
3069 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3071 * fvwm/move_resize.c (__move_icon):
3072 don't map icon windows for pictured icons on move
3074 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3076 * fvwm/style.c (remove_all_of_style_from_list):
3077 (__simplify_style_list):
3082 (style_ids_are_equal):
3083 (style_id_equals_id)
3084 (styles_have_same_id):
3086 (one_fw_can_match_both_ids):
3087 (check_window_style_change):
3088 use int/0/1 instead of Bool/False/True
3090 * fvwm/move_resize.c (stick_across_pages):
3091 use False instead of FALSE
3093 * fvwm/style.c (fw_match_style_id):
3094 * fvwm/read.c (run_command_file):
3096 * fvwm/add_window.c (MappedNotOverride):
3097 * libs/wild.c (matchWildcards):
3098 use 0 and 1 instead of FALSE and TRUE
3101 removed TRUE and FALSE
3103 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3106 FvwmPager !IconTitle style bugfix.
3108 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3111 Updated description of Wait command in man page.
3113 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3115 * libs/Flocale.c (FlocaleFontStructDrawString)
3116 (FlocaleRotateDrawString):
3117 (FlocaleDrawString):
3118 fixed drawing of forecolor/hilightfore
3120 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3121 always unmaximize and resize window when leaving fullscreen state,
3122 not just if it did not start as fullscreen
3124 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3126 * fvwm/fvwm.1.in (MenuStyle):
3127 added a reference to the prefered ! style negation flag,
3128 and listed the other deprecated negative forms in one place.
3131 (AutomaticHotkeysOff):
3134 changed to the ! negation form and listed as deprecated.
3136 removed relics from the man page
3138 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3142 increased version to 2.5.18
3147 updated for 2.5.17 release
3149 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3151 * fvwm/move_resize.c (__move_window):
3152 allow moving a window without an icon while it's iconified based on the
3155 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3157 * fvwm/menustyle.c (menustyle_copy):
3158 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3160 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3163 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3164 changed the manpage to reflect the prefered style negation method,
3165 that is, using the !* negation sign.
3167 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3169 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3170 removed documentation of filters.
3173 * fvwm/expand.c (check_first_filter):
3175 (expand_args_extended):
3176 (expand_vars_extended):
3178 removed variable filter implementation and backslash-escaping.
3180 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3183 News blurb for variable filters and backslash-escaping.
3185 documentation of variable filters.
3187 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3189 * fvwm/expand.c (chec):
3192 (expand_args_extended):
3193 (expand_vars_extended):
3195 implemented variable filters.
3197 * fvwm/expand.c (expand_vars):
3198 made backslash work as escape character within extended variables.
3200 * libs/Strings.h (QuoteEscapeString):
3201 (QuoteEscapeStringLength):
3202 * libs/Strings.c (QuoteEscapeString):
3203 (QuoteEscapeStringLength):
3204 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3207 * fvwm/expand.c (expand_args_extended):
3208 make upper limit inclusive.
3210 * fvwm/functions.c (__execute_function):
3211 Changed PeekToken to GetNextToken before expand_vars call.
3214 updated documentation regarding quoting in expand_args_extended
3216 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3218 * fvwm/expand.c (__eae_parse_range):
3219 reject everything that does not begin with a digit
3221 * libs/Parse.c (SkipNTokens):
3222 stop skipping tokens at the end of input
3224 * fvwm/expand.c (__eae_parse_range):
3228 (__eae_parse_range):
3229 fixed parsing of $[n-]
3231 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3233 * fvwm/expand.c (expand_args_extended):
3235 added range check for positional parameters
3236 (expand_args_extended):
3237 (__eae_parse_range):
3238 cleaned up and simplified parsing code
3239 properly unquote arguments when expanding
3240 removed the patch below
3242 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3244 * fvwm/expand.c (expand_args_extended):
3245 removed range check for positional parameters
3246 make single arguments not use the 'upper' variable
3247 changed back to PeekToken for single arguemnts.
3248 improved some comments.
3250 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3252 * fvwm/expand.c (expand_args_extended):
3253 Fix segfault when called with a tokenless string for single arguments.
3255 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3257 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3258 Reported by Serge Koksharov.
3260 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3262 * fvwm/placement.c (__explain_placement):
3263 print initial size of window too
3265 * libs/Makefile.am (libfvwm_a_SOURCES):
3266 * libs/fvwm_sys_stat.h:
3270 added O_NOFOLLOW replacement and always include fcntl.h
3272 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3274 Added DV's mailing-list comments about how PeekToken & GetNextToken
3275 work as comments to the source code. (slightly modified)
3277 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3279 * fvwm/schedule.c (CMD_Schedule):
3280 Fixed parsing of "Periodic" option.
3282 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3285 Fix for tempfile vulnerabilities in FvwmCommand.
3287 Added check for lstat.
3289 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3294 Added "Periodic" option to Schedule command.
3296 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3298 * fvwm/module_interface.c (KillModule):
3303 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3305 * fvwm/fvwm.c (main):
3306 changed the -blackout warning to say it will be removed in 3.0
3308 * fvwm/fvwm.1.in (-blackout):
3309 updated the manual regarding the future remotion of -blackout
3311 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3315 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3317 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3319 *libs/alloca.c (DEBUG_I00FUNC)
3320 removed old debug code
3322 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3325 removed the old unused file
3327 * libs/Makefile.am (libfvwm_a_SOURCES):
3328 removed the reference to debug.c
3331 removed the code related to libs/debug.c
3333 * fvwm/module_interface.c (make_named_packet)
3334 removed the #if 0'ed debug code related to debug.c
3336 fvwm/focus.h (DEBUG_FOCUS)
3337 removed the #ifdef'ed to 0 debug code related to debug.c
3340 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3342 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3343 removed useles definition.
3345 * modules/FvwmPager/FvwmPager.c (main):
3347 removed most of the debug code.
3348 changed termination debug to use 'isTerminated' instead of
3349 'debug_term_signal'.
3350 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3353 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3354 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3356 removed unused debug_term_signal.
3358 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3361 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3362 stdio's getline; news entry.
3364 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3367 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3368 (do_execute_module):
3372 * fvwm/commands.h (enum):
3373 * fvwm/functable.c (func_table):
3374 new command ModuleListenOnly
3376 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3378 * fvwm/move_resize.c (__move_loop):
3379 make sure a window is snapped in __move_loop when a button is released
3380 if it was snapped before
3382 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3384 * fvwm/expand.c (expand_vars_extended):
3385 convert function to have a single return point; this is good to
3386 implement doc/todo-vars filters in the future;
3387 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3388 to behave like deprecated $n, $c and $r, i.e. quote them
3390 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3393 multiple minor tweaks: remove trailing spaces and other
3394 re-spacing and re-indenting, remove old "#if 0" code
3396 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3398 * fvwm/move_resize.c (ParseOneResizeArgument):
3399 rewrote parsing of resize arguments
3400 new prefix 'w' for resizing
3402 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3404 * fvwm/conditional.c (MatchesConditionMask):
3405 fixed handling of some conditions (iconifiable, fixed, ...)
3407 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3412 * fvwm/conditional.c:
3413 Output an error message if an unrecognised conditional is used
3414 with the Test or TestRc commands.
3416 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3418 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3419 do not map hide windows if their width or height is zero
3421 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3423 * fvwm/ewmh_events.c:
3426 * libs/FlocaleCharset.c:
3430 corrected typos in warning messages
3433 * libs/PictureGraphics.c:
3434 * libs/PictureGraphics.h:
3435 renamed function PGraphicsCreateTransprency to
3436 PGraphicsCreateTransparency
3438 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3440 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3441 * fvwm/expand.c (expand_args_extended):
3442 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3444 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3447 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3448 * fvwm/expand.c (expand_args_extended):
3450 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3452 * fvwm/conditional.c (CMD_All):
3453 * fvwm/fvwm.1.in (All):
3454 changed Reverse and UseStack options to have free order.
3457 * fvwm/fvwm.1.in (WindowShade):
3458 * fvwm/windowshade.c (CMD_WindowShade):
3459 * fvwm/add_window.c (setup_window_structure):
3460 added last direction to WindowShade command.
3462 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3464 * fvwm/fvwm.1.in (All):
3467 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3470 * fvwm/fvwm.1.in (All):
3471 * fvwm/conditional.c (CMD_All):
3472 added reverse option to All command to do the action in opposite order
3473 added UseStack option to All command to use the stack ring instead of
3476 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3479 changed fallback editor from `emacs' to `vi' because it much
3480 more widespread on non-Linux systems
3481 fixed errors (because of incorrect syntax fallback entries were
3483 now script honors `TMPDIR' env. variable and if it's not set it
3484 fallback to `/tmp' directory when creating temporary file
3486 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3489 changed description of the fvwmstyle resource usage
3490 to state that it's used in addition to the other
3492 * fvwm/style.c (fw_match_style_id):
3493 fixed a typo in style_name matching
3495 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3497 * fvwm/style.c (fw_match_style_id):
3498 reformatted code and fixed a warning
3500 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3504 * libs/Fft.c (FftGetFont):
3508 * libs/System.c (fvwm_mkstemp):
3509 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3510 function was never used, even if it was considered secure by configure
3513 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3516 added some more suff to the list of what I've done.
3519 * fvwm/add_window.c (__add_window_handle_x_resources)
3522 * fvwm/fvwm.h (FvwmWindow):
3523 added fvwmstyle resource to override style name
3525 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3527 * fvwm/menus.c (pop_menu_up):
3528 as documented, do not warp to title for root menus with TitleWarp
3530 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3533 Removed duplicated 'NoIcon' style option description in the end
3534 of the `The Style command...' section.
3535 Removed `Recapture True' option setting in example of BusyCursor
3536 description, because `Recapture' isn't valid option of `BusyCursor'
3538 Updated ewmh specification URL (the old was 404)
3539 Added URL to ICCCM 2.0 manual
3541 * modules/FvwmAnimate/FvwmAnimate.c:
3542 corrected delay for Zoom3D animation effect
3544 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3545 * modules/FvwmConsole/FvwmConsole.1.in:
3546 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3547 consistent with rest of the documentation and because it's more
3548 conventional abbreviation.
3550 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3551 slightly clarified the `StartName' option description
3552 added the undocumented `MailDir' option description. Somebody
3553 violated section `K' of the convention list.
3556 * fvwm/ConfigFvwmSetup:
3557 * modules/FvwmForm/FvwmForm.1.in:
3558 * modules/FvwmForm/FvwmForm-Rlogin:
3559 * sample.fvwmrc/system.fvwm2rc:
3560 * sample.fvwmrc/system.fvwm2rc-sample-1:
3561 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3562 inherently insecure. We shouldn't teach our users bad things,
3569 * bin/fvwm-config.1.in:
3570 * bin/fvwm-menu-headlines.1:
3571 * bin/fvwm-menu-headlines.in:
3572 * bin/fvwm-perllib.in:
3573 * bin/fvwm-root.1.in:
3579 * libs/PictureGraphics.c:
3581 * modules/FvwmBacker/FvwmBacker.1.in:
3582 * modules/FvwmDebug/FvwmGtkDebug.in:
3583 * modules/FvwmDebug/FvwmGtkDebug.1:
3584 * modules/FvwmEvent/FvwmEvent.1.in:
3585 * modules/FvwmForm/FvwmForm.1.in:
3586 * modules/FvwmIconMan/xmanager.c:
3587 * modules/FvwmIdent/FvwmIdent.c:
3588 * modules/FvwmIdent/FvwmIdent.1.in:
3589 * modules/FvwmPerl/FvwmPerl.in:
3590 * modules/FvwmPerl/FvwmPerl.1:
3591 * modules/FvwmScript/FvwmScript.1.in:
3592 * modules/FvwmScript/Widgets/Menu.c:
3593 * modules/FvwmTabs/ConfigFvwmTabs:
3594 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3595 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3596 * modules/FvwmTheme/FvwmTheme.1.in:
3597 * perllib/FVWM/Module/Tk.pm:
3598 * perllib/FVWM/Tracker.pm:
3599 * perllib/FVWM/Module.pm.in:
3602 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3604 * fvwm/style.c (style_parse_focus_policy_style):
3605 fix ISO C90 compability with unconsumed styleoption warnings
3607 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3609 * fvwm/events.c (HandlePropertyNotify):
3610 fix for bug 1557/3950 (possible free of Untilted constant or
3611 already used name (if app reset the name already given to them))
3613 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3615 * fvwm/focus.c (__activate_window_by_command)
3616 (warp_to_fvwm_window):
3618 * fvwm/builtins.c (CMD_CursorMove):
3619 set last pointer event position after warping the pointer
3622 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3625 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3627 * acinclude.m4 (AM_PATH_GTK):
3629 (AM_PATH_GDK_IMLIB):
3633 fixed to cope with 4 digit version numbers
3635 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3638 * fvwm/style.c (parse_and_set_window_style)
3639 (style_parse_one_style_option):
3640 (style_parse_icon_fill_style)
3641 (style_parse_icon_grid_style):
3642 (style_parse_icon_box_style)
3643 (style_parse_icon_size_style):
3644 (style_parse_focus_policy_style)
3645 (style_parse_button_style):
3646 warn if parts of style options are not consumed
3648 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3650 * fvwm/menuitem.c (menuitem_paint):
3651 use the MenuColorset in all cases if TitleColorset is not given
3653 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3655 * fvwm/style.c (style_parse_one_style_option):
3656 * fvwm/placement.c (__place_get_wm_pos):
3657 (__explain_placement):
3658 new placement style UnderMousePlacement
3660 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3663 * fvwm/fvwm.1.in (EdgeScroll):
3664 * fvwm/virtual.c (CMD_EdgeScroll):
3665 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3666 added wrap/wrapx/wrapy option to EdgeScroll
3668 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3671 spell check the whole file (dozens of typos)
3673 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3675 * fvwm/module_interface.c (do_execute_module):
3676 removed accidentally committed FVWM_MODULE_ALIAS patch
3678 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3680 * fvwm/module_interface.c (do_execute_module):
3681 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3683 * fvwm/menus.c (size_menu_horizontally):
3684 fix for drawing menus with sidepic on the right
3686 * libs/Flocale.c (FlocaleFontStructDrawString):
3687 (FlocaleDrawString):
3688 set the foreground colour before drawing a string
3691 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3694 (menustyle_parse_style):
3696 * fvwm/menus.c (calculate_item_sizes):
3697 (size_menu_vertically):
3698 (UpdateMenuColorset):
3699 * fvwm/menuitem.c (menuitem_paint):
3700 Applied patch by David Maciver
3701 new menu styles TitleColorset, HilightTitleBack and TitleFont
3703 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3706 * libs/Module.c (ParseModuleArgs):
3707 added variable "namelen" to ModuleArgs struct
3709 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3712 removed duplicate declaration
3714 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3716 * fvwm/fvwm.c (main):
3717 replaced previous patch with a better one
3719 * fvwm/virtual.c (unmap_window):
3720 * fvwm/menus.c (do_menu):
3721 * fvwm/events.c (fake_map_unmap_notify):
3723 * fvwm/add_window.c (MappedNotOverride):
3724 Added XFlush after XSelectInput
3726 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3729 * fvwm/fvwm.c (main):
3730 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3732 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3736 increased version to 2.5.17
3741 updated for 2.5.16 release
3743 * acinclude.m4 (CHECK_LIBCHARSET):
3746 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3748 * fvwm/functions.c (execute_complex_function):
3749 print a message to the console instead of ringing the bell when a
3752 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3755 fixed typo (NEWS still said 2.5.15)
3757 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3761 increased version to 2.5.16
3766 updated for 2.5.15 release
3768 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3770 * fvwm/move_resize.c (GetOnePositionArgument):
3772 new option "screen" to Move type commands
3774 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3776 * acinclude.m4 (smr_SWITCH):
3779 2006-01-08 Mikhael Goikhman <migo@homemail.com>
3782 restore requirement of automake-1.4; 1.8 is too new even for my system
3784 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3788 renamed configure.in to configure.ac
3791 some updates for new autoconf/automake versions
3798 require autoconf-2.53 or later
3800 * Makefile.am (AUTOMAKE_OPTIONS):
3801 require automake-1.8 or later
3804 check for X library path before X library checks
3805 removed obsolete C++ compiler check
3806 removed duplicate type size checks
3807 replaced M4 comment ("dnl") with shell comment ("#") in many places
3810 fixed aclocal warnings
3812 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3814 * fvwm/style.c (style_parse_button_style):
3815 corrected typo in error message, and made errorous buttons not apply
3816 (style_parse_one_style_option):
3817 changed NoButton to use style_parse_button_style
3819 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3822 new fix for incompatible pointer type warning with gcc 3.4.
3824 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3831 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3834 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3839 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3841 * fvwm/frame.c (frame_free_move_resize_args):
3842 fixed drawing of transparent decorations or when using lazy shading
3845 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3848 * libs/fvwmsignal.c:
3852 * fvwm/ewmh_names.c:
3853 * libs/CombineChars.c:
3859 * libs/PictureUtils.c:
3864 * libs/safemalloc.c:
3867 do not #include stdlib.h (comes from config.h)
3870 do not #include string.h (comes from config.h)
3873 fixed detection of string.h/strings.h
3875 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3877 * libs/Fft.c (FftGetFont):
3878 fixed compiler warning with gcc 3.4.4
3880 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3882 * fvwm/menuitem.c (menuitem_paint):
3883 properly undraw unselected item area
3885 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3887 * fvwm/menuitem.c (menuitem_paint):
3888 * fvwm/menus.c (get_menu_paint_item_parameters)
3889 (get_menu_paint_item_parameters):
3891 fixed text offset of menu items with icons but with an item format that
3893 (size_menu_horizontally):
3894 allow sidepic to be placed in the middle of menu items; this is better
3895 than ignoring the item format completely but does not draw the items
3898 * fvwm/menus.c (__mloop_handle_event):
3900 fixed delayed menu drawing issue
3902 do not draw the selected menu item before the menu is drawn for the
3904 (repaint_transparent_menu):
3907 don't call get_menu_paint_item_parameters when the result is not used
3908 (get_menu_paint_item_parameters):
3910 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3912 * fvwm/ewmh.h (EWMH_CMD_Style):
3913 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3914 * fvwm/style.c (style_parse_one_style_option):
3915 Added support for inverting boolean EWMH styles with !.
3920 * fvwm/window_flags.h:
3921 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
3922 * fvwm/ewmh.c (ewmh_HandleWindowType):
3924 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
3926 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3928 * fvwm/icons.c (GetIconWindow):
3929 * fvwm/fvwm.h (FvwmWindow):
3930 * fvwm/events.c (__handle_cr_on_icon):
3931 properly handle icon border width; fixes an xterm active icon loop
3933 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3935 * fvwm/borders.c (border_draw_one_border_part):
3936 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
3939 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3941 * fvwm/menustyle.c (menustyle_copy_face):
3943 (menustyle_free_face):
3945 (menustyle_parse_style):
3946 use new functions and fix a bug
3951 removed empty files colors.c and colors.h
3953 * fvwm/colors.c (CopyColor):
3955 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
3958 * fvwm/frame.c (frame_reshape_border):
3961 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3963 * fvwm/menustyle.c (menustyle_copy_face):
3964 separated from menustyle_copy; color copies are reallocated.
3968 color copies are reallocated.
3970 * fvwm/colors.c (CopyColor):
3971 * fvwm/colors.h (CopyColor):
3974 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3976 * fvwm/move_resize.c (__resize_window):
3977 fix for not being able to finish resize with mouse when resizing on
3978 click with modifiers active. (intruduced with 'removed duplicate
3979 pointer query' at sep 29)
3983 * fvwm/menustyle.c (menustyle_parse_style):
3984 made style pairs negatable with '!' prefix
3985 ActiveForeOff and HilightBackOff frees colors used.
3987 * fvwm/menustyle.c (menustyle_copy):
3988 fix for freeing color from sorce instead of destination.
3990 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3992 * fvwm/functions.c (__execute_function):
3993 fixed an error in yesterdays patch to complex fuctions. the commands
3994 pressed window were not retored correctly after running move functions
3995 without it, and functions would be run twice.
3997 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4000 added NoLayer to list of allowed options for WindowList command
4001 fixed grammar of test-conditions list. formatting fixes for
4002 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4006 * fvwm/functions.c (__execute_function)
4007 (__run_complex_function_items):
4008 (execute_complex_function):
4009 fix for moving/resizing reference window usage with complex functions.
4011 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4013 * fvwm/move_resize.c (__move_loop):
4014 reimplemented a fix for the place with keyboard setting a button as
4015 used for place bug; this time without breaking escape key.
4017 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4019 * fvwm/move_resize.c (__move_loop):
4020 removed the previous patch as it breaks aborting window motion with the
4023 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4025 * fvwm/move_resize.c (__move_loop):
4026 fixed bug where finishing movment with keyboard would set a random
4027 button as used for placement.
4029 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4032 * fvwm/frame.c (frame_setup_border):
4033 reverted change for move of window parts (reset of PressedW).
4035 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4037 * fvwm/frame.c (frame_setup_border):
4040 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4043 * fvwm/move_resize.c (__resize_window):
4044 removed duplicate pointer query for enter/leave notify events.
4045 resizing of shaded windows in the shaded direction no longer
4046 results in bogus ref points.
4048 * fvwm/frame.c (frame_setup_border):
4049 reset PressedW if the part has moved. This prevents strange
4050 ref points in resize if called from some complex functions.
4052 * fvwm/frame.c (frame_create_move_resize_args):
4053 shaded windows use get_client_geometry for client geometry.
4055 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4059 * fvwm/fvwm.h (window_flags):
4060 (WindowConditionMask):
4062 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4065 * fvwm/session.c (_match):
4068 * fvwm/conditional.c (MatchesConditionMask):
4069 (CreateConditionMask):
4070 * fvwm/add_window.c (setup_window_structure):
4071 * fvwm/move_resize.h (placement_binding):
4072 * fvwm/move_resize.c (__move_loop):
4073 (placement_binding):
4074 * fvwm/bindings.c (ParseBinding):
4075 * libs/wcontext.c (win_contexts):
4076 * libs/wcontext.h (enum):
4078 Added placement context for simple mouse bindings to allow
4079 specification of buttons to finish/cancel movment. Buttons >3
4080 may now be used to place windows.
4081 Replaced window flag placed_wb3 with placed_by_button
4082 FvwmWindow member. Added window condition PlacedByButton.
4084 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4088 * fvwm/menustyle.h (enum):
4092 (ST_SCROLL_OFF_PAGE):
4093 (MST_SCROLL_OFF_PAGE):
4094 * fvwm/menustyle.c (menustyle_copy):
4095 (menustyle_get_styleopt_index):
4096 (menustyle_parse_style):
4098 * fvwm/menus.c (menuShortcuts):
4100 (__mloop_handle_event):
4101 (menu_get_outer_geometry):
4104 added MouseWheel and ScrollOffPage menu styles
4106 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4109 * fvwm/menus.c (append_item_to_menu):
4110 fixed bug #1121: Use of pointer without checking for NULL
4112 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4115 * fvwm/expand.c (expand_vars):
4116 warn on usage of obsolete one-letter variables
4118 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4122 * fvwm/expand.c (expand_vars_extended):
4124 allow nesting of variables
4126 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4128 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4129 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4133 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4135 * fvwm/borders.c (border_draw_one_border_part)
4136 (border_draw_all_border_parts):
4137 fix the previous patch to work with title-less windows too
4139 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4141 * fvwm/borders.c (border_draw_one_border_part)
4142 (border_draw_all_border_parts):
4143 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4144 windows to make the borders look homogeneous (based on the patch of
4147 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4153 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4154 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4156 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4160 increased version to 2.5.15
4165 updated for 2.5.14 release
4167 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4168 (ewmh_WMStateSkipTaskBar):
4169 (ewmh_WMStateSkipPager):
4170 (ewmh_WMStateModal):
4171 fixed several ewmh-hints
4173 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4176 fix TestRc example error, s/Any/All/
4178 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4183 * fvwm/conditions.c (MatchesConditionMask):
4184 (CreateConditionMask):
4185 added FixedPosition condition
4187 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4189 * fvwm/virtual.c (HandlePaging):
4190 use FQueryPointer every time to track the pointer position; this fixes
4191 fvwm hanging in HandlePaging for the given delay once the pointer
4192 touches the pan frames
4194 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4196 * fvwm/session.c (SaveWindowStates):
4199 save and restore the default layer during a restart
4201 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4203 * fvwm/conditional.c (CMD_Test):
4205 rename previously added Test conditions to EnvIsSet and EnvMatch,
4206 tweak the logic when the variable is set, but empty
4208 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4210 * fvwm/conditional.c (CMD_Test):
4212 added test conditions EdgeHasPointer and EdgeIsActive
4214 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4216 * fvwm/virtual.c (raisePanFrames):
4217 prevent cycling of pan frame window stacking order
4219 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4221 * fvwm/conditional.c (CMD_Test):
4223 add Test conditions IsEnvSet and MatchEnv
4225 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4227 * fvwm/menus.c (pop_menu_up):
4228 * fvwm/menustyle.c (menustyle_copy):
4229 two fixes by Viktor Griph
4231 * fvwm/events.c (HandleEvents):
4232 simplify the style list if there is nothing else to do
4234 * fvwm/style.c (__simplify_style_list):
4235 (styles_have_same_id):
4236 (style_id_equals_id):
4237 (style_ids_are_equals):
4239 (remove_all_of_style_from_list):
4240 (one_fw_can_match_both_ids):
4241 pass pointers instead of the whole style structure
4242 (__simplify_style_list):
4243 fixed memory leak and tweaked the code
4245 * libs/Strings.c (CatString3):
4246 fixed a buffer overflow
4248 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4251 detect if Window, Pixel or void * are bigger than long and refuse to
4254 * libs/vpacket.h (ConfigWinPacket):
4255 * fvwm/windowshade.c (CMD_WindowShade):
4256 * fvwm/virtual.c (MoveViewport):
4259 (CMD_GotoDeskAndPage):
4260 * fvwm/update.c (apply_window_updates):
4261 * fvwm/stack.c (BroadcastRestack):
4264 * fvwm/icons.c (DeIconify):
4266 * fvwm/geometry.c (broadcast_icon_geometry):
4267 * fvwm/events.c (HandleEnterNotify):
4269 (HandleLeaveNotify):
4271 (HandleMapRequestKeepRaised):
4272 * fvwm/add_window.c (destroy_window):
4273 * fvwm/module_interface.c (SendFvwmPicture)
4274 (BroadcastFvwmPicture):
4275 (CMD_Send_WindowList):
4276 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4277 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4280 * fvwm/virtual.c (GetDeskNumber):
4281 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4282 around the given desk range with a relative desk
4284 * fvwm/focus.c (focus_grab_buttons_on_layer):
4290 reindented some code and renamed some variables
4292 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4294 * fvwm/events.c (__check_click_to_focus_or_raise):
4297 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4299 * FvwmIconMan/xmanager.c (set_win_iconified):
4300 fixed select/focus button state lost when deiconifying a window
4302 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4304 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4307 * libs/Colorset.c (get_aspect_dimensions):
4308 fixed aspectpixmap size calculations
4310 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4312 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4315 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4316 (ewmh_CurrentDesktop):
4317 (ewmh_DesktopGeometry):
4318 (ewmh_NumberOfDesktops):
4320 (ewmh_WMIconGeometry):
4321 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4322 print error messages for broken gnome client messages
4324 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4325 removed duplicate call of execute_function_override_window
4327 * fvwm/stack.c (new_layer):
4328 fixed a hang if a window sets an layer < 0 via gnome hints
4330 * fvwm/add_window.c (GetWindowSizeHints):
4331 * fvwm/misc.c (fvwm_msg_report_app):
4332 (fvwm_msg_report_app_and_workers):
4333 new utility functions
4335 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4337 * fvwm/stack.c (dump_stack_ring):
4338 (verify_stack_ring_consistency):
4339 * fvwm/module_interface.c (HandleModuleInput):
4340 * fvwm/events.c (__cr_detect_icccm_move):
4341 * fvwm/style.c (print_styles):
4344 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4346 * libs/FlocaleCharset.c:
4347 support euc-jp encodings (Yasuhiro Nakazaki)
4349 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4351 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4352 * fvwm/ewmh_names.c (EWMH_WMName):
4354 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4355 (EWMH_SetNumberOfDesktops):
4356 (EWMH_SetDesktopViewPort):
4357 (EWMH_SetDesktopGeometry):
4358 (EWMH_SetWMDesktop):
4360 (EWMH_SetFrameStrut):
4362 * fvwm/gnome.c (AtomGet):
4364 (GNOME_GetHintIcons):
4365 (GNOME_GetHintLayer):
4366 (GNOME_GetHintState):
4367 (GNOME_GetExpandedSize):
4368 (GNOME_SetAreaCount):
4369 (GNOME_SetCurrentArea):
4370 (GNOME_SetDeskCount):
4371 (GNOME_SetCurrentDesk):
4372 (GNOME_SetCurrentDesk):
4375 (CMD_GnomeShowDesks):
4379 * libs/fsm.c (GetClientID):
4380 (set_session_manager):
4381 * fvwm/session.c (GetClientID):
4382 * fvwm/fvwm.h (FvwmWindow):
4383 * fvwm/colorset.c (get_root_pixmap):
4384 * fvwm/add_window.c (FetchWmProtocols):
4385 * libs/FTips.c (__initialize_window):
4386 * fvwm/icccm2.c (convertProperty)
4387 (icccm2_handle_selection_request)
4388 * fvwm/fvwm.c (SetMWM_INFO):
4391 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4393 * fvwm/move_resize.c (GetOnePositionArgument):
4394 don't use the unportable fuction rintf()
4396 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4400 increased version to 2.5.14
4406 updated for 2.5.13 release
4408 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4410 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4411 fixed drawing of relief with very small rectangles, i.e. when
4412 line_width * 2 > height or width
4414 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4416 * NEWS: fvwm-menu-desktop changes.
4418 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4420 * fvwm/placement.c (get_next_x):
4421 fixed collision detection of windows on pages other than the current
4422 one during placement
4424 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4426 * fvwm/move_resize.c (__resize_window):
4427 Fixed interactive resize (reduction) via the bottom border
4432 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4436 Spelling fix contition -> condition
4438 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4440 * fvwm/style.c (style_ids_are_equals):
4441 (style_id_equals_id):
4442 (styles_have_same_id):
4443 (fw_match_style_id):
4444 (one_fw_can_match_both_ids):
4445 (cleanup_style_defaults):
4446 * libs/fsm.c (fprintfhex):
4448 * libs/FGettext.c (fgettext_free_fgpath_list):
4449 * libs/Parse.c (_get_suffixed_integer_arguments):
4450 * libs/Graphics.c (AllocNonlinearGradient):
4451 * libs/PictureUtils.c (build_mapping_table):
4457 * libs/FRenderInit.c:
4458 include own header file
4460 * libs/System.c (getFileStamp):
4461 * libs/Fft.c (FftPDumyFunc):
4462 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4465 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4467 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4470 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4472 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4474 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4476 * fvwm/conditional.c (Circulate):
4477 added tests for fw == Scr.FvwmRoot again to fix a crash
4479 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4481 * AUTHORS: New author, FvwmScript patch.
4483 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4485 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4486 * AUTHORS: s/Hover/Active/
4488 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4490 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4491 avoid dump with empty key/mouse binding command.
4492 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4493 Checked all other uses of PeekToken in fvwm dir.
4495 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4497 * fvwm/session.c (matchWin):
4499 On restarts compare window ids only. Base our matching decision on
4500 window role only if we have a client id.
4502 * fvwm/move_resize.c (GetOnePositionArgument):
4503 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4504 float values to nearest int
4506 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4509 * fvwm/move_resize.c (CMD_Maximize):
4510 Applied Arnaud Vrac patch which fixes maximize by growing vs
4513 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4515 * fvwm/builtins.c (do_button_style):
4516 ButtonStyle Reset takes effect immediately
4518 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4520 * fvwm/fvwm.1.in: lang check.
4522 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4525 Really commit EWMHUseStackingOrderHints documentation update
4527 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4530 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4533 FvwmIconMan new options
4535 * libs/FTips.c (new file):
4536 * libs/FTips.h (new file):
4539 Added a set of functions for implementing tool tips
4541 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4543 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4545 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4547 * fvwm/menus.c (__mloop_get_event):
4548 * fvwm/functions.c (execute_complex_function):
4549 * fvwm/add_window.c (AddWindow):
4550 * fvwm/module_interface.c (ExecuteModuleCommand):
4551 * fvwm/move_resize.c (__move_loop):
4553 properly set the "state" member of faked motion and key events;
4554 fixes broken "nosnap" feature
4556 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4558 * fvwm/bindings.c (ParseBinding):
4560 * libs/Bindings.c (bindingAppliesToWindow):
4561 (__compare_binding):
4562 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4563 * fvwm/builtins.c (CMD_Wait):
4565 * fvwm/events.c (__handle_bpress_on_root):
4566 (HandleButtonRelease):
4567 fixed crash in window specific binding code
4568 fixed handling of root window in window specific binding code
4569 renamed some functions
4571 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4573 * fvwm/focus.c (__update_windowlist):
4574 replaced while loop by for loop
4576 * fvwm/style.c (style_destroy_style):
4577 * fvwm/conditional.c (Circulate):
4578 removed useless check whether fw == &Scr.FvwmRoot
4580 * fvwm/icons.c (DeIconify):
4581 defused possible endless loop when a window iconified by the
4582 transientfor window loses the "transient" relationship
4584 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4586 * fvwm/move_resize.c (__move_loop):
4588 fixed overwriting the initial button_mask during move/resize
4590 * fvwm/menus.c (__mloop_handle_action_with_mi):
4591 do not "post" a submenu menu item it the submenu does not exist
4593 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4595 * fvwm/events.c (__handle_bpress_on_managed):
4596 do not draw the decorations pressed in if executing a function is
4599 * libs/Parse.c (CopyToken):
4600 fixed parsing of delimiters
4602 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4604 * fvwm/virtual.c (GetDeskNumber):
4605 fixed MoveToDesk without argument
4607 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4610 re-formatted and some spelling corrections
4612 * fvwm/colorset.c (CMD_CleanupColorsets):
4614 * fvwm/builtins.c (CMD_Colorset):
4615 (CMD_CleanupColorsets):
4616 moved functions to colorset.c
4618 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4620 * libs/Parse.c (CopyToken):
4621 skip any whitespace before a delimiter; this allows to have spaces
4622 before the commas in an option list
4624 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4626 * fvwm/frame.c (frame_reshape_border):
4627 re-shaping shaded windows no longer unshades them
4628 re-shaping unshaded windows on pages other than 0 0 no longer moves
4629 them out of the current page
4631 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4633 * fvwm/events.c (__cr_detect_icccm_move):
4634 * fvwm/screen.h (ScreenInfo):
4635 * fvwm/builtins.c (CMD_BugOpts):
4636 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4638 * fvwm/move_resize.c (__move_loop):
4640 query the pointer position in the move loop when an
4641 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4645 increased version to 2.5.13
4651 updated for 2.5.12 release
4653 * fvwm/frame.c (frame_create_move_resize_args):
4654 fixed xemacs growing or shrinking when title height changed; this was
4655 caused by calculating the old client window geometry using the new
4656 title dimensions; query the window size instead
4658 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4660 * fvwm/events.c (test_map_request):
4661 (test_button_event):
4662 (test_typed_window_event):
4663 (test_resizing_event):
4664 (__predicate_button_click):
4665 (__merge_cr_moveresize):
4666 (HandleUnmapNotify):
4667 (flush_property_notify):
4668 (is_resizing_event_pending):
4669 (__test_for_motion):
4670 use type XPointer for last argument of predicate procedures for
4671 XCheckPeekIfEvent and XCheckIfEvent, not char *
4672 (HandleUnmapNotify):
4675 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4677 * fvwm/window_flags.h:
4678 removed useless and broken SETM_ macros
4680 * fvwm/update.c (init_style):
4681 fixed resetting user states
4683 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4685 * libs/envvar.c (add_to_envlist):
4688 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4690 * fvwm/builtins.c (CMD_UnsetEnv):
4693 * libs/envvar.c (flib_unsetenv):
4697 split in ftwo functions
4700 check for unsetenv function
4702 * fvwm/builtins.c (CMD_SetEnv):
4703 assume an empty value if no value is given
4705 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
4714 * perllib/FVWM/Commands.pm:
4715 new command EdgeLeaveCommand
4717 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4724 increased version to 2.5.12
4729 updated for 2.5.11 release
4731 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4733 * fvwm/geometry.c (get_page_offset):
4734 (get_page_offset_rectangle):
4735 (get_absolute_geometry):
4738 * fvwm/virtual.c (CMD_GotoPage):
4739 * fvwm/move_resize.c (__move_window):
4740 * fvwm/virtual.c (CMD_GotoPage):
4741 (get_page_arguments):
4742 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4745 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4747 * libs/Flocale.c (FlocaleGetNameProperty):
4748 fixed freeing uninitialized pointer
4750 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4752 * fvwm/conditional.c (select_cmd):
4756 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4757 WindowId and Direction commands; fixes break from these commands
4759 * fvwm/geometry.c (get_shaded_geometry):
4760 shading geometry fix for windows without decoration
4762 * libs/FScreen.c (XineramaQueryExtension):
4763 fixed xinerama crash
4765 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
4768 Parse man pages with config.status so man pages have correct date.
4769 Man pages also specify FVWM version that they relate to.
4772 * bin/fvwm-config.1:
4773 * bin/fvwm-convert-2.2.1:
4774 * bin/fvwm-convert-2.4.1:
4775 * bin/fvwm-convert-2.6.1:
4776 * bin/fvwm-menu-desktop.1:
4778 * modules/FvwmAnimate/FvwmAnimate.1:
4779 * modules/FvwmAuto/FvwmAuto.1:
4780 * modules/FvwmBacker/FvwmBacker.1:
4781 * modules/FvwmBanner/FvwmBanner.1:
4782 * modules/FvwmButtons/FvwmButtons.1:
4783 * modules/FvwmCommand/FvwmCommand.1:
4784 * modules/FvwmConsole/FvwmConsole.1:
4785 * modules/FvwmConsole/FvwmConsoleC.pl.1:
4786 * modules/FvwmCpp/FvwmCpp.1:
4787 * modules/FvwmDragWell/FvwmDragWell.1:
4788 * modules/FvwmEvent/FvwmEvent.1:
4789 * modules/FvwmForm/FvwmForm.1:
4790 * modules/FvwmGtk/FvwmGtk.1:
4791 * modules/FvwmIconBox/FvwmIconBox.1:
4792 * modules/FvwmIconMan/FvwmIconMan.1:
4793 * modules/FvwmIdent/FvwmIdent.1:
4794 * modules/FvwmM4/FvwmM4.1:
4795 * modules/FvwmPager/FvwmPager.1:
4796 * modules/FvwmProxy/FvwmProxy.1:
4797 * modules/FvwmRearrange/FvwmRearrange.1:
4798 * modules/FvwmSave/FvwmSave.1:
4799 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4800 * modules/FvwmScript/FvwmScript.1:
4801 * modules/FvwmScroll/FvwmScroll.1:
4802 * modules/FvwmTaskBar/FvwmTaskBar.1:
4803 * modules/FvwmTheme/FvwmTheme.1:
4804 * modules/FvwmWharf/FvwmWharf.1:
4805 * modules/FvwmWinList/FvwmWinList.1:
4806 These man pages were renamed to have a .in suffix.
4807 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4809 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4811 * fvwm/placement.c (__place_window):
4812 fixed starting desk output with bugopts explainwindowplacement
4814 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
4816 * fvwm/eventhandler.h:
4817 * fvwm/events.c (InitEventHandlerJumpTable):
4821 Fixed window specific bindings "patch" by sending key release event
4824 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4828 * fvwm/move_resize.c:
4832 * fvwm/decorations.c:
4836 * fvwm/add_window.c:
4839 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
4840 it with NUMBER_OF_MOUSE_BUTTONS
4842 * fvwm/style.c (style_parse_focus_policy_style):
4843 * fvwm/focus_policy.h:
4844 * libs/Bindings.c (GrabWindowButton):
4845 * fvwm/bindings.c (bind_get_bound_button_contexts):
4847 * fvwm/events.c (WaitForButtonsUp):
4848 * fvwm/style.c (style_parse_focus_policy_style):
4849 * fvwm/builtins.c (__fake_event):
4850 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
4851 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
4853 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4856 put -Wall -Wno-implicit-int before user specified flags
4859 Applied below patch again. It didn't make it to CVS (?)
4861 2004-08-26 Dan Espen <dane@mk.telcordia.com>
4863 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
4865 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4868 cleaned up ifdef hell
4871 fixed solaris xinerama test
4873 2004-08-25 Dan Espen <dane@mk.telcordia.com>
4877 * libs/FScreen.c (solaris_XineramaQueryScreens):
4878 Solaris Xinerama support.
4881 Patch by Chris Ross.
4883 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4885 * fvwm/events.c (__handle_cr_on_client):
4886 don't reevaluate window geometry when a ConfigureRequest has no size or
4889 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4891 * fvwm/menus.c (get_menu_options):
4893 new menu option TearOffImmediately
4895 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4897 * fvwm/placement.c (__place_get_wm_pos):
4898 cascade placemnt fix by Paul Vojta
4900 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4902 * fvwm/geometry.c (constrain_size):
4903 Don't touch the aspect ratio if modifying the width/height does not
4904 improve the situation
4906 * fvwm/frame.c (frame_free_move_resize_args):
4907 (__frame_setup_window):
4908 (frame_update_hidden_window_pos):
4909 (frame_mrs_resize_move_windows):
4910 (frame_create_move_resize_args):
4911 * fvwm/move_resize.c (__resize_window):
4912 some event handling fixes
4914 * fvwm/geometry.c (constrain_size):
4915 look up the latest size hints if necessary
4917 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4919 * fvwm/geometry.c (constrain_size):
4920 * fvwm/ewmh.c (EWMH_fullscreen):
4921 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4922 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4923 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
4924 * fvwm/fvwm.h (window_flags_t):
4925 allow windows to override their size hints when going fullscreen:
4926 minimum and maximum size, size inc, aspect ratio, etc.
4928 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4930 * fvwm/decorations.c (struct):
4931 MWM hints on 64 bit machines fix
4933 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4935 * fvwm/fvwm.1.in (Note):
4936 * fvwm/read.c (CMD_Read):
4938 the Read and PipeRead commands have a return code
4940 * fvwm/read.c (run_command_stream):
4945 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4947 * fvwm/move_resize.c (GetResizeArguments):
4949 fixed parsing of the frame option to the resize command and the pointer
4950 option to the move command
4952 * fvwm/conditional.c (CMD_None):
4953 Fixed CMD_None return code
4955 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4957 * fvwm/stack.c (is_above_unmanaged):
4958 windows on other Desks are always considered on top
4960 * fvwm/conditional.c (CreateConditionMask):
4961 (MatchesConditionMask):
4962 * fvwm/fvwm.h (WindowConditionMask):
4963 new condition Overlapped
4966 inproved strings.h / sring.h iclusion logic
4968 * libs/PictureUtils.c (finish_ct_init):
4969 (PictureInitColors):
4970 use flib_putenv instead of putenv
4972 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4975 * libs/gravity.h (enum):
4976 * libs/wcontext.h (enum):
4979 * fvwm/fvwm.c (StartupStuff):
4980 do not ungrab the pointer while the startup functions execute
4982 ungrab the pointer only after executing the RestartFunction or
4983 ExitFunciton. Otherwise these functions may not be executed if some
4984 other application grabs the pointer.
4987 * fvwm/conditional.c (CreateConditionMask):
4988 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
4989 new condition AnyScreen
4992 * fvwm/builtins.c (__fake_event):
4993 * fvwm/bindings.c (ParseBinding):
4994 removed C++ comments
4996 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
4999 New options for FvwmButtons module.
5001 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5004 use commas between conditions
5006 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5008 * fvwm/builtins.c (CMD_Wait):
5009 ignore MapNotify reported to any window except the root window
5011 * fvwm/module_interface.c (CONFIGARGS):
5012 correct number of CONFIGARGS arguments
5014 * libs/vpacket.h (ConfigWinPacket):
5015 frame_x and frame_y are signed
5017 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5019 * fvwm/conditional.c:
5023 Committed patch by Norman Yarvin (with a few minor mods) to extend
5024 conditionals to handle multiple window names.
5026 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5028 * fvwm/module_interface.c (CONFIGARGS):
5029 * libs/vpacket.h (ConfigWinPacket):
5030 put window_flags at end of structure
5032 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5034 * fvwm/module_interface.c (CONFIGARGS):
5039 removed old module interface
5042 * libs/vpacket.h (ConfigWinPacket):
5045 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5047 * fvwm/execcontext.c (__exc_change_context):
5048 fixed handling of etrigger event, fixing a problem with PropertyNotify
5049 events during resizing and possibly other problems too
5051 * fvwm/add_window.c (RestoreWithdrawnLocation):
5052 fixed travelling windows if application changed gravity hint before
5055 * fvwm/frame.c (combine_decor_gravities):
5056 (combine_gravities):
5058 (frame_restore_client_gravities):
5059 fixed window gravity after resize
5061 * libs/FEvent.c (FPeekEvent):
5063 (FCheckPeekIfEvent):
5064 fixed some event handling bugs
5066 * fvwm/conditional.c (CMD_Test):
5068 corrected use of Bool types
5070 simplified, fixed compilation
5072 use int as return type
5074 * libs/Ficonv.c (convert_charsets):
5077 * libs/Ficonv.c (convert_charsets):
5078 * acinclude.m4 (ICONV_SECOND_ARG):
5079 rewrote iconf configure test to save an ifdef
5081 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5087 Allow user to specify window-specific bindings that should NOT be
5088 intercepted by FVWM. This is accomplished with an '--' binding action.
5090 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5092 * fvwm/move_resize.c (__resize_window):
5093 Fixed event handling
5095 * fvwm/virtual.c (HandlePaging):
5096 removed check for leave events on pan frames; better query the pointer
5099 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5102 * fvwm/conditional.c:
5103 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5105 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5107 * fvwm/move_resize.c (GetResizeArguments):
5108 (GetResizeMoveArguments):
5111 (__resize_get_refpos):
5112 (__resize_get_dir_proximity):
5113 (__resize_get_dir_from_window):
5114 implemented fluxbox-like Alt-Button3 resizing
5116 * fvwm/virtual.c (HandlePaging):
5117 * fvwm/events.c (__merge_cr_moveresize):
5118 (__test_for_motion):
5119 (flush_property_notify):
5120 do not use XPutBackEvent as it shuffles events on the queue
5121 (test_button_event):
5122 (test_typed_window_event):
5125 * libs/FEvent.c (fev_get_evpos_or_query):
5126 take pointer position from EnterNotify and LeaveNotify events
5128 * fvwm/move_resize.c (__move_loop):
5129 fixed multiple paging with certain SnapGrid / Move interactions
5132 * fvwm/virtual.c (HandlePaging):
5133 Workaround for buggy XFree not delivering some Pointer events
5136 * fvwm/virtual.c (MoveViewport):
5137 don't eat MotionNotify events
5139 * libs/FEvent.c (fev_get_last_event):
5148 (FCheckWindowEvent):
5149 (FCheckTypedWindowEvent):
5153 keep a copy of the previous event in case FPutBackEvent is called
5155 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5158 Indicate optional window argument in section headings for
5159 Key, Mouse, PointerKey & Stroke commands.
5160 Remove strange "-Key" option listed for PointerKey.
5162 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5164 * libs/Fft.c (FftDrawString):
5165 * fvwm/session.c (get_version_string):
5166 * fvwm/module_interface.c (FlushMessageQueue):
5167 * fvwm/fvwm.c (SaveDesktopState):
5169 * fvwm/colorset.c (cleanup_colorsets):
5170 * libs/PictureUtils.c (struct):
5171 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5173 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5175 * fvwm/events.c (__cr_detect_icccm_move):
5176 windows with ewmh hints are assumed to use icccm2 compliant movement
5178 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5179 (ewmh_WMStateMaxHoriz):
5180 fixed restart/maximized problem
5182 * libs/fvwmsignal.c (fvwmReapChildren):
5183 * fvwm/fvwm.c (ReapChildren):
5184 moved function to lib
5186 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5188 * fvwm/modconf.c (send_desktop_geometry):
5191 (send_move_threshold):
5192 (send_ignore_modifiers):
5193 increased static buffer size
5195 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5197 * libs/CombineChars.c (convert_to_ucs2):
5198 Replace illegal UTF-8 character sequences in input
5200 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5203 bugfix: wrong stroke action being invoked.
5205 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5210 Active _last_ matching binding. (ie. same behaviour as before
5211 win-specific bindings patch.)
5212 bugfix: segfault when looking up stroke bindings in root context.
5214 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5220 * fvwm/module_interface.c:
5223 * modules/FvwmScript/FvwmScript.c:
5224 * modules/FvwmScript/Instructions.c:
5225 Implemented window-specific key/mouse bindings.
5227 * modules/FvwmIconBox/FvwmIconBox.h:
5231 Make args to matchWildcards() const.
5233 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5235 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5237 * fvwm/ewmh.c (EWMH_fullscreen):
5240 * fvwm/add_window.c (AddWindow):
5241 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5243 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5244 (ewmh_WMStateMaxVert):
5245 (ewmh_WMStateShaded):
5246 (ewmh_WMStateSticky):
5247 (ewmh_WMStateStaysOnBottom):
5250 don't try to maximize window when looking up the style
5252 (ewmh_WMStateFullScreen):
5253 (ewmh_WMStateHidden):
5254 (ewmh_WMStateMaxVert):
5255 (ewmh_WMStateModal):
5256 (ewmh_WMStateShaded):
5257 (ewmh_WMStateSkipPager):
5258 (ewmh_WMStateSticky):
5259 (ewmh_WMStateStaysOnBottom):
5260 fixed ignoring ewmh hints
5262 * fvwm/expand.c (expand_vars_extended):
5263 include full path in iconfile and miniiconfile variables
5265 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5267 * fvwm/functions.c (execute_complex_function):
5269 fixed double click patch
5271 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5273 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5274 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5276 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5278 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5281 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5283 * libs/FImage.c (FShmSafeCreateImage):
5284 Yet another fix to SHM remote client problem
5286 2004-05-26 Francis Litterio <franl@world.std.com>
5290 * fvwm/placement.c (__place_get_wm_pos)
5291 * fvwm/style.c (style_parse_one_style_option)
5292 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5294 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5296 * fvwm/events.c (HandleEnterNotify):
5297 fixed endless loop of edge commands when doing something that grabs
5300 * fvwm/functions.c (CheckActionType):
5301 (execute_complex_function):
5302 double clicks no longer work when pressing different buttons
5304 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5306 * fvwm/placement.c (__place_get_wm_pos):
5307 fixed placement in top left corner when pressing escape during manual
5310 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5314 added Chinese translations
5316 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5318 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5321 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5323 * fvwm/conditional.c:
5325 clean up Test code and documentation, add new False condition,
5326 unrecognized conditions produce Error return code now
5328 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5330 * fvwm/style.c: Remove extra char.
5332 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5334 * fvwm/ewmh.c (ewmh_atom_client_win):
5335 * fvwm/ewmh_intern.h:
5336 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5337 (ewmh_MoveResizeWindow):
5338 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5340 * fvwm/events.c (__handle_cr_on_client):
5341 (__handle_configure_request):
5342 (events_handle_configure_request):
5343 Some renaming for consistency, force restacking if the event come from
5346 * fvwm/ewmh_events.c (ewmh_MoveResize):
5347 Fixed _NET_WM_MOVERESIZE
5349 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5352 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5353 (EWMH_SetFrameStrut):
5354 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5356 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5358 * libs/FImage.c (FShmSafeCreateImage):
5359 Finished to fix SHM remote client problem
5361 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5363 * libs/FImage.c (FShmSafeCreateImage):
5364 Fixed when we are a remote client
5366 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5377 new default ~/.fvwm/config file is now recommended instead of
5378 still supported ~/.fvwm/.fvwm2rc
5380 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5382 * fvwm/menus.c (NewMenuRoot):
5383 do not strip whitespace from menu names when creating a new menu
5385 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5387 * fvwm/menuitem.c (menuitem_get_size):
5389 renamed remaining "mips" to mipst
5391 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5393 * fvwm/events.c (HandleMapRequestKeepRaised):
5394 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5395 Fixed EWMH DesktopGeometry and Stacking list
5397 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5399 * fvwm/virtual.c (GetDeskNumber):
5402 fixed MoveToDesk with one argument
5404 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5406 * fvwm/style.c (style_parse_one_style_option):
5408 * fvwm/conditional.c (MatchesConditionMask):
5410 * fvwm/window_flags.h:
5413 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5418 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5420 * fvwm/move_resize.c (unmaximize_fvwm_window):
5421 fixed redrawing of maximize button when unmaximizing but when the size
5422 and position does not change
5424 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5426 * fvwm/expand.c (expand_vars_extended):
5427 new extended variable $[w.layer]
5429 * fvwm/move_resize.c (MaximizeHeight):
5432 applied modified layer patch for maximize by Rafal Bisingier
5434 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5436 * fvwm/add_window.c (setup_frame_attributes):
5437 Hopefully fixed BackingStore code and removed now useless backing store
5440 * fvwm/expand.c (expand_vars_extended):
5441 new extended variable $[w.desk]
5443 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5447 increased version to 2.5.11
5452 updated for 2.5.10 release
5454 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5455 improved rotation code
5457 * libs/gravity.c (gravity_add_rotations):
5460 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5462 * fvwm/placement.c (__explain_placement):
5465 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5468 * fvwm/builtins.c (CMD_BugOpts):
5469 * fvwm/screen.h (ScreenInfo):
5470 new BugOpts option ExplainWindowPlacement
5471 renamed some members of Screen
5473 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5475 * fvwm/placement.c (__place_get_wm_pos):
5476 (__place_get_nowm_pos):
5477 (__place_get_placement_flags):
5479 (__place_handle_x_resources):
5480 (setup_window_placement):
5481 split into multiple functions
5484 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5486 * fvwm/add_window.c (setup_window_placement):
5487 * fvwm/placement.c (setup_window_placement):
5488 moved function to placement.c
5489 fixed using PLACE_AGAIN placement mode
5494 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5496 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5497 allow a negative line_width to invert the relief
5499 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5501 * libs/Flocale.c (FlocaleDrawString)
5502 (FlocaleDrawUnderline)
5504 reduced redundant calls to iconv
5506 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5508 * fvwm/move_resize.c (CMD_XorValue):
5509 fixed a very small outline drawing problem caused by using 0 line width
5514 increased version to 2.5.10
5518 updated for 2.5.9 release
5520 * fvwm/functions.c (execute_function_override_window):
5521 * fvwm/module_interface.c (ExecuteModuleCommand):
5522 * fvwm/conditional.c (circulate_cmd):
5523 sometimes, DeferExecution was called although a window was already
5524 selected, for example with the "Current" commend; fixed
5526 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5528 * libs/FImage.c (FShmSafeCreateImage):
5529 Fixed some safety tests
5531 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5533 * fvwm/events.c (__handle_cr_on_client):
5534 fixed a bug in the Jave configure request workaround
5536 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5538 * fvwm/events.c (__cr_detect_icccm_move):
5539 improved motion method detection for fullscreen requests
5541 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5543 * fvwm/add_window.c (AddWindow):
5544 * fvwm/screen.h (ScreenInfo):
5545 * fvwm/builtins.c (CMD_BugOpts):
5546 new BugOpts option DisplayNewWindowNames intended for debugging
5548 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5550 * libs/Bindings.c (FvwmStringToKeysym):
5551 small performance enhancement
5553 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5555 fixed the FlickeringMoveWorkaround option which did nothing before
5557 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5559 * fvwm/style.c (style_parse_one_style_option):
5561 * fvwm/style.h (SIS_UNMANAGED):
5562 * fvwm/add_window.c (AddWindow):
5565 * fvwm/expand.c (expand_vars_extended):
5566 new variables $[w.iconfile] and $[w.miniiconfile]
5568 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5569 made left side of a relief one pixel longer at the bottom
5571 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5573 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5574 * fvwm/style.c (style_set_old_focus_policy):
5575 fixed default window list order with ClickToFocus
5577 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5579 * fvwm/libs/Flocale.h:
5580 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5581 (FlocaleStringByteToCharOffset)
5582 (FlocaleStringCharToByteOffset)
5583 (FlocaleStringCharLength):
5584 Made utility functions available outside of Flocale
5586 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5588 * fvwm/events.c (__test_for_motion):
5589 Fixed a lockup, see the long comment in the code
5591 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5593 * fvwm/schedule.c (execute_obj_func):
5594 fixed using uninitialised return code
5596 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5598 * fvwm/builtins.c (do_title_style):
5599 Fixed MinHeight, it must reset the Height
5601 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5603 * fvwm/menus.c (menuShortcuts):
5604 applied menu navigation patch by Anton Kazennikov
5606 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5608 * libs/gravity.c (gravity_dir_to_string):
5609 (gravity_parse_dir_argument):
5610 use a constant for the dir table
5612 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5614 * fvwm/Flocale.c (FlocaleEncodeString)
5615 (FlocaleDrawUnderline):
5616 Fixed crash when there's no Iconv support
5618 2003-12-16 olicha <olivier.chapuis@free.fr>
5621 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5623 * sample.fvwmrc/system.fvwm2rc-sample-95:
5624 Added some Xft fonts
5626 2003-12-12 olicha <olivier.chapuis@free.fr>
5628 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5629 Fixed ewmh FullScreen when an application start fullscreen and
5630 desactivate this state
5632 2003-12-04 olicha <olivier.chapuis@free.fr>
5634 * fvwm/placement.c (test_fit):
5636 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5637 (EWMH_GetBaseStrutIntersection):
5638 (EWMH_GetStrutIntersection):
5639 Fixed placement vs the base struts
5641 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5643 * sample.fvwmrc/system.fvwm2rc-sample-95:
5644 improved Debian specific menu
5646 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5648 * sample.fvwmrc/system.fvwm2rc-sample-95:
5649 several updates; added Debian menu if found
5651 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5654 new configure option --en/disable-iconv
5656 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5658 * fvwm/menus.c (__mloop_handle_event):
5659 * fvwm/menustyle.c (menustyle_parse_style):
5661 new MenuStyle options PopupIgnore and PopupClose
5663 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5665 * fvwm/menus.c (menu_binding): Remove debug code.
5666 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5667 * fvwm/menus.h: Add menu_binding function.
5668 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5670 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5672 * libs/wcontext.h (enum): Add MENU context.
5673 * libs/wcontext.c (win_contexts): More common binding contexts first in
5675 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5678 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5682 increase version to 2.5.9
5684 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5691 updated for 2.5.8 release
5693 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5697 initially added files for deb package auto-creating procedure
5699 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5703 added Swedish translations by Johan Svedberg
5708 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5710 * fvwm/add_window.c (GetWindowSizeHints):
5711 reindented broken hint messages
5713 2003-10-23 Mikhael Goikhman <migo@homemail.com>
5716 improved Perl detection messages,
5717 restored FvwmGtkDebug independence from gtk libs
5719 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5723 added German translations by Andrei Mitrofanow
5728 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5733 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5736 * fvwm/conditional.c (CreateConditionMask):
5737 (MatchesConditionMask):
5738 (CreateConditionMask):
5739 * fvwm/fvwm.h (WindowConditionMask):
5740 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5742 2003-09-23 olicha <olivier.chapuis@free.fr>
5744 * libs/FImage.c (FShmInit):
5747 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5749 * fvwm/focus.c (warp_to_fvwm_window):
5750 don't unnecessarily call MoveViewport
5752 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5754 * fvwm/decorations.c (__is_resize_allowed):
5757 2003-09-06 malu <ml@update.uu.se>
5759 * libs/FBidi.c (FBidiConvert):
5760 * libs/CombineChars.c (CombineChars):
5761 Fixed drawing combining characters on correct positions in
5762 right-to-left context
5764 2003-09-05 malu <ml@update.uu.se>
5766 * libs/Flocale.c (FlocaleDrawString):
5768 Fixed drawing of combining characters with font shadow
5769 (character offsets were miscalculated, since FlocaleTextWidth
5772 2003-09-05 malu <ml@update.uu.se>
5774 * libs/Flocale.c (FlocaleDrawUnderline):
5775 Fixed bug with text width when a string contains only
5776 "orphaned" combining characters (compensation for font shadowd
5779 2003-09-04 olicha <olivier.chapuis@free.fr>
5782 Added E.18, added comments on C.9 and C.15
5784 2003-09-03 olicha <olivier.chapuis@free.fr>
5786 * libs/Flocale.c (FlocaleTextWidth):
5787 Fixed a comb_char core dump
5790 Fixed compilation if either iconv, libpng or Xrender headers are
5791 not at a standard place
5793 2003-09-03 Mikhael Goikhman <migo@homemail.com>
5796 fixed error message for incorrect --with-SOMETHING-library argument
5798 2003-09-03 olicha <olivier.chapuis@free.fr>
5801 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5803 2003-09-02 olicha <olivier.chapuis@free.fr>
5808 2003-09-01 olicha <olivier.chapuis@free.fr>
5810 * libs/gravity.c (gravity_dir_to_string):
5811 A new interface function to transform a direction_t to a string
5813 2003-08-31 S. Anderson <sa@xmission.com>
5815 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5816 Fixed missing font charsets
5818 2003-08-28 olicha <olivier.chapuis@free.fr>
5820 * fvwm/move_resize.c (__move_loop):
5821 (AnimatedMoveAnyWindow):
5822 Updated bg of transparent tear off menu when moved
5824 * fvwm/events.c (HandlePropertyNotify):
5825 Updated ParentRelative tear off menu on bg change
5827 * fvwm/menus.c (UpdateMenuColorset):
5828 Updated colorsets of tear off menu when they change, this handle the
5829 case of root background change for RootTransparent
5832 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5833 An utility function for redrawing transparent tear off menu. Maybe
5836 * fvwm/add_window.c (validate_transientfor):
5837 Fixed transient for an ewmh desktop
5839 2003-08-27 olicha <olivier.chapuis@free.fr>
5841 * libs/FRender.c (FRenderRender):
5842 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
5843 Removed and fixed some unused code
5845 2003-08-25 olicha <olivier.chapuis@free.fr>
5847 * fvwm/misc.c (GrabEm):
5848 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
5850 * fvwm/modconf.c (send_color_limit):
5851 ifndefed color limit config info message which is not used anymore
5853 * fvwm/colorset.c (parse_colorset):
5854 Added a note on average bg
5856 2003-08-23 olicha <olivier.chapuis@free.fr>
5858 * fvwm/style.c (print_styles):
5859 More info on memory used
5861 * fvwm/style.c (__simplify_style_list):
5862 Fixed upward simplication
5864 2003-08-14 olicha <olivier.chapuis@free.fr>
5866 * fvwm/ewmh.c (ewmh_HandleMenu):
5867 Fixed the MENU window type, they are tear off menus
5870 * fvwm/update.c (apply_window_updates):
5871 * fvwm/stack.c (new_layer):
5872 * fvwm/ewmh.c (EWMH_GetStyle):
5873 Fixed EWMHUseStackingHints update
5875 * fvwm/window_flags.h:
5877 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5878 (ewmh_WMStateMaxHoriz):
5879 (ewmh_WMStateMaxVert):
5880 * fvwm/move_resize.c (unmaximize_fvwm_window):
5881 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
5882 uniconify and unshade when putting a window fullscreen
5884 * fvwm/ewmh_intern.h:
5885 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
5886 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
5888 * fvwm/move_resize.c (unmaximize_fvwm_window):
5891 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5892 * fvwm/decorations.c (SelectDecor):
5893 * fvwm/windowshade.c (CMD_WindowShade):
5894 Removed the decor for EWMH fullscreen windows, forbid shading and
5895 allows Resize and MoveResize without unsetting the fullscreen/maximized
5898 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
5899 (CMD_ResizeMaximize):
5900 Fixed ewmh state which was not set after these cmds
5902 2003-08-09 olicha <olivier.chapuis@free.fr>
5907 2003-08-08 olicha <olivier.chapuis@free.fr>
5909 * fvwm/borders.c (border_draw_vector_to_pixmap):
5910 Fixed inversion of fg and bg in vector buttons
5912 * fvwm/style.c (__simplify_style_list):
5915 * libs/System.c (fvwm_mkstemp):
5918 2003-08-07 olicha <olivier.chapuis@free.fr>
5921 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
5923 * libs/System.c (fvwm_mkstemp):
5925 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
5926 exists and work correctly, if not a replacement function is used
5927 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
5930 * libs/fsm.c (unique_filename):
5931 (SetAuthentication):
5932 * fvwm/session.c (getUniqueStateFilename):
5933 Replaced tempnam by fvwm_mkstemp
5935 2003-08-07 olicha <olivier.chapuis@free.fr>
5938 * libs/FSMlib.h (new file):
5939 * fvwm/session.c (*):
5941 fvwmize SMlib and ICElib
5943 * fvwm/session.c (matchWin):
5944 Fixed window matching for windows with no SM_CLIENT_ID and a
5947 * libs/fsm.c (new file):
5948 * libs/fsm.h (new file):
5949 * fvwm/ConfigFvwmDefaults
5950 A set of functions for implementing a dummy session manager
5953 GNOME 1 hints and EWHM support is not a configure time option
5956 2003-08-06 Robert Wittek <r.wittek@gmx.net>
5958 * fvwm/add_window.c (AddWindow):
5959 fixed stickyness across desks over a restart
5961 2003-08-06 olicha <olivier.chapuis@free.fr>
5963 * fvwm/ewmh.c (EWMH_WindowInit):
5964 (EWMH_SetFrameStrut):
5965 Fixed position of kde tray windows in kicker
5967 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5969 * fvwm/module_interface.c (FlushMessageQueue):
5970 retry writing pipe if write returns EINTR
5972 2003-07-28 olicha <olivier.chapuis@free.fr>
5974 * fvwm/events.c (events_handle_configure_request):
5975 (HandleConfigureRequest):
5976 (__handle_configure_request):
5977 (__handle_cr_on_client):
5978 * fvwm/ewmh.c (ewmh_atom_client_win):
5979 * fvwm/ewmh_intern.h:
5980 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5981 (EWMH_ProcessClientMessage):
5982 Implemented _NET_MOVERESIZE_WINDOW
5984 * fvwm/fvwm.c (main):
5987 2003-07-25 olicha <olivier.chapuis@free.fr>
5989 * fvwm/ewmh.c (ewmh_HandleWindowType):
5990 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
5991 that one type and we do not support the first one.
5993 * fvwm/expand.c (expand_vars_extended):
5994 Fixed conflict between extended variables name (desk.name and
5997 * fvwm/session.c (callback_save_yourself):
5998 Respect the SmSaveGlobal save type. This should fix some session
5999 locking in the sm protocol
6001 * fvwm/session.c (setSmProperties):
6003 Set some sm properties when fvwm start for fixing a problem with
6004 the restart style hint after a restart.
6006 * fvwm/fvwm.c (get_display_name):
6009 * fvwm/session.c (setSmProperties):
6011 Added a possible positive or null arg to --single-screen which
6012 forces fvwm to start on the "current" display and the given
6013 screen. Use this to fix fvwm starting under a session manager:
6014 specify only the screen and not the display.screen for the
6017 * fvwm/fvwm.c (main):
6018 Fixed possible memory corruption if a display has more than
6021 * fvwm/session.c (*):
6024 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6027 fixed xft/fontconfig detection with pkg-config
6030 corrections in some long option names
6032 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6034 * fvwm/add_window.c (setup_style_and_decor):
6035 * fvwm/geometry.c (set_window_border_size):
6036 * fvwm/fvwm.h (FvwmWindow):
6037 * fvwm/events.c (HandleShapeNotify):
6038 * fvwm/frame.c (frame_free_move_resize_args):
6039 (frame_setup_shape):
6040 (frame_reshape_border):
6041 fixed resizing of window borders if a window shape was added or deleted
6042 after the initial window setup
6044 * fvwm/update.c (apply_window_updates):
6047 * fvwm/events.c (__cr_detect_icccm_move):
6048 disable motion method detection for shaped windows
6050 2003-07-21 olicha <olivier.chapuis@free.fr>
6052 * fvwm/add_window.c (setup_window_structure):
6053 * fvwm/session.c (MatchWinToSM):
6054 Preserve is_name_changed window_flags within restart, session loading
6057 2003-07-20 olicha <olivier.chapuis@free.fr>
6059 * fvwm/ewmh.c (EWMH_Init):
6060 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6062 * fvwm/fvwm.c (InternUsefulAtoms):
6064 * fvwm/session.c (GetWindowRole):
6065 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6067 * fvwm/session.c (GetClientID):
6068 Better determination of the CLIENT_LEADER
6070 * fvwm/session.c (setSmProperties):
6071 Set the CloneCommand for gnome-session editor (the sm spec says this
6072 properties is required). Removed the commented XSM ifdef.
6074 * fvwm/session.c (matchWin):
6076 Consider client only if it has a client id or a wm command.
6077 Removed the "two entries" session previous commit
6079 2003-07-16 olicha <olivier.chapuis@free.fr>
6081 * fvwm/session.c (MatchWinToSM):
6082 Fixed restoring session state, if two window session entries have the
6083 same identifier ignore these entries
6085 2003-07-16 olicha <olivier.chapuis@free.fr>
6088 * fvwm/style.h (SID_GET_NAME):
6090 (SID_GET_WINDOW_ID):
6091 (SID_SET_WINDOW_ID):
6094 (SID_SET_HAS_WINDOW_ID):
6095 (SID_GET_HAS_WINDOW_ID):
6101 (SSET_ID_HAS_WINDOW_ID):
6102 (SGET_ID_HAS_WINDOW_ID):
6103 * fvwm/style.c (style_ids_are_equals):
6104 (style_id_equals_id):
6105 (styles_have_same_id):
6106 (fw_match_style_id):
6107 (one_fw_can_match_both_ids):
6108 (remove_all_of_style_from_list):
6109 (__simplify_style_list):
6110 (style_parse_one_style_option):
6112 (style_destroy_style):
6118 (CMD_DestroyWindowStyle):
6119 * fvwm/fvwm.h (style_id_t):
6121 * fvwm/functable.c (func_table):
6122 * fvwm/add_window.c (destroy_window):
6125 New WindowStyle and DestroyWindowStyle command for setting styles
6128 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6130 * libs/Flocale.c (FlocaleDrawString):
6131 * libs/FBidi.c (FBidiConvert):
6132 fixed drawing of combining characters in the case where a string
6133 consists of only combining characters
6135 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6137 * libs/CombineChars.c (CombineChars):
6138 bugfix: array mapping visual to logical position was allocated
6139 to small (factor 2) in decoposing code
6141 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6143 * libs/Flocale.c (FlocaleEncodeWinString):
6146 * libs/Flocale.c (FlocaleDrawString):
6147 (FlocaleRotatedDrawString):
6148 removed some code duplication
6150 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6152 * libs/CombineChars.c (combclass_table):
6154 fixed supporting drawing marks superimposed that are in a combining
6157 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6159 * libs/Flocale.c (FlocaleRotateDrawString):
6161 fixed core dump when composing characters can't be converted to
6164 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6169 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6174 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6177 updated with reagrds to combing characters
6179 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6184 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6186 * libs/Flocale.c (FlocaleEncodeString):
6187 (FlocaleEncodeWinString):
6188 (FlocaleRotateDrawString):
6189 (FlocaleDrawString):
6190 (FlocaleDrawUnderline):
6191 fixed rendering combining characters using Unicode font in a
6194 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6197 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6199 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6202 fixed FBidi.h macro to work with no FriBIDI
6204 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6206 * libs/CombineChars.h (CombineChars):
6207 * libs/CombineChars.c (CombineChars):
6208 * libs/FBidi.h (FBidiConvert):
6209 * libs/FBidi.c (FBidiConvert):
6210 * libs/Flocale.c (FlocaleEncodeString):
6211 (FlocaleEncodeWinString):
6212 (FlocaleDrawUnderline):
6214 fixed drawing of underlines on characters to work in with BIDI
6215 and combining characters
6217 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6220 closed D.1 with "no consensus" resolution
6222 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6225 documented tear off menus
6227 * fvwm/placement.c (PlaceWindow):
6228 StartsOnPage + SkipMapping overrides PPosition
6230 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6233 solved a problem with CMD_Dummy and exact command spelling
6235 * libs/CombineChars.c:
6236 * libs/CombineChars.h:
6238 minor reformattings (use TABs not 8 spaces and a space after keywords
6239 like for, if or while)
6241 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6243 * fvwm/update.c (apply_window_updates):
6245 * fvwm/add_window.c (setup_style_and_decor):
6247 * fvwm/style.c (style_parse_one_style_option):
6248 (check_window_style_change):
6249 new style MoveWindowByProgramMethod
6251 * libs/PictureImageLoader.c (PImageLoadXpm):
6252 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6254 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6255 implemented _NET_WM_STATE_FULLSCREEN handling
6257 * fvwm/move_resize.c (GetOnePositionArgument):
6258 fixed parsing of "+-x +-y" Move arguments
6260 use get_page_offset_check_visible
6262 * fvwm/geometry.c (get_page_offset_check_visible):
6263 new convenience function
6265 * fvwm/events.c (__handle_cr_on_client):
6266 fixed handling of gravities other than NW or Static
6267 (__cr_detect_icccm_move):
6270 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6276 * libs/CombineChars.c:
6277 * libs/CombineChars.h:
6278 * libs/Flocale.c (FlocaleEncodeString):
6282 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6285 2003-07-06 olicha <olivier.chapuis@free.fr>
6287 * libs/FRender.c (FRenderRender):
6290 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6292 * fvwm/ewmh.c (ewmh_check_wm_pid):
6294 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6295 compliant ConfigureNotify handling
6297 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6299 * libs/Flocale.c (FlocaleDrawUnderline):
6300 Commented out some non-working new code
6302 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6304 * libs/Flocale.c (FlocaleDrawString):
6305 fixed drawing superimposed characters with a fontset
6307 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6309 * fvwm/events.c (__cr_detect_icccm_move):
6310 (__handle_cr_on_client):
6311 (__cr_get_grav_position):
6312 (__cr_get_static_position):
6313 * fvwm/window_flags.h:
6315 try to autodetect whether application uses the icccm way of moving
6316 windows of the traditional way always using static gravity
6319 moved SIGNAL_RETURN macro definition to acconfig.h
6321 * fvwm/module_interface.c (DeadPipe):
6322 * fvwm/fvwm.c (SigDone):
6325 use SIGNAL_RETURN macro
6327 * fvwm/events.c (__handle_cr_on_client):
6328 (__merge_cr_moveresize):
6329 (__cr_detect_icccm_move):
6331 * fvwm/events.c (__handle_cr_on_unmanaged):
6332 (__handle_cr_on_icon):
6333 (__handle_cr_on_shaped):
6334 (__handle_cr_restack):
6335 (__handle_cr_on_client):
6336 (HandleConfigureRequest):
6337 split the ConfigureRequest code into multiple functions
6339 * fvwm/update.c (apply_window_updates):
6340 fixed drawing of window decorations when "Style * Neverfocus" is used
6342 * fvwm/events.c (HandleKeyPress):
6343 fixed a bug with key binding contexts
6345 * fvwm/functions.c (__execute_function):
6346 * fvwm/expand.c (expand_vars):
6347 (expand_vars_extended):
6348 new extended variable $[func.context]
6352 moved some code to the new files
6363 fixed a problem with uninitialised global variable
6365 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6367 * libs/Bindings.c (key_modifiers):
6368 moved to new file wcontext.c
6370 * libs/gravity.c (gravity_parse_dir_argument):
6371 added aliases for compass directions:
6382 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6385 * libs/Flocale.c (FlocaleDrawString):
6386 (FlocaleRotateDrawString):
6387 Fixes to work without Fribidi
6389 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6394 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6396 * libs/FbidiJoin.c (get_shaped_combined_char):
6398 Removed unused (get_shaped_combined_char) and commented out code
6399 Combining ligatures done in FCombineChars
6401 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6403 * libs/Flocale.c (FlocaleDrawString):
6404 (FlocaleRotateDrawString):
6407 * libs/FBidi.c (FBidiConvert):
6409 * libs/FCombineChars.h:
6410 * libs/FCombineChars.c (FCombineChars):
6411 Added support for drawing superimposed combining characters
6413 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6416 * fvwm/functable.c (func_table):
6417 * fvwm/functions.c (CMD_TearMenuOff):
6422 merged all dummy commands into one: CMD_Dummy
6424 2003-07-01 olicha <olivier.chapuis@free.fr>
6426 * fvwm/menus.c (DestroyMenu):
6430 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6432 * fvwm/menustyle.c (menustyle_copy):
6436 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6441 2003-06-30 olicha <olivier.chapuis@free.fr>
6443 * fvwm/menus.c (do_menu):
6445 (do_menu_close_tear_off_menu):
6446 (menu_close_tear_off_menu):
6447 Allowed to destroy tear off menu!
6449 * fvwm/menus.c (menu_tear_off):
6450 (menu_close_tear_off_menu):
6451 (do_menu_close_tear_off_menu):
6452 (clone_menu_root_static):
6458 Fixed client leaks (only create new client for menu if it is a tear off
6459 menu). Created a dedicated menu style for each tear off menu.
6461 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6464 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6466 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6468 * fvwm/virtual.c (do_move_window_to_desk):
6470 fixed "Visible" condition on non current desks
6472 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6476 shortened some comments
6477 removed GPL from .h files
6478 added GPL to all .c files
6479 include config.h in all .c files
6480 added "/* -*-c-*- */" where missing
6481 some reformatting and reindenting
6483 * fvwm/module_interface.c:
6484 * fvwm/module_interface.h:
6492 * fvwm/windowshade.c:
6494 * fvwm/conditional.c:
6506 * fvwm/add_window.c:
6510 * fvwm/eventhandler.h:
6512 * fvwm/add_window.h:
6518 renamed types func_type, repeat_t, initial_window_options_t,
6519 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6520 last_added_item_type, common_flags_type, multi_direction_type,
6521 msg_masks_type to ..._t
6523 * fvwm/functions.c (__execute_function):
6524 (execute_complex_function):
6525 * fvwm/condrc.c (condrc_init):
6526 new function in new file to encapsulate all cond_rc_t handling
6529 * fvwm/fvwm.h (cond_rc_t):
6531 moved typed to new file
6535 * fvwm/functable.c (func_table):
6536 * fvwm/functions.c (__run_complex_function_items):
6537 (__execute_function):
6539 * fvwm/conditional.c (CMD_Break):
6540 (__rc_matches_rcstring_consume):
6541 Break takes the number of function levels to break out of as an
6544 * fvwm/expand.c (expand_vars_extended):
6545 * fvwm/conditional.c (circulate_cmd):
6548 (__rc_matches_rcstring_consume):
6557 (__run_complex_function_items):
6558 (execute_complex_function):
6562 * fvwm/conditional.c:
6563 renamed fvwm_cond_func_rc by cond_rc_t
6564 made a type a struct
6565 added a member to indicate the number of function levels to break out
6568 * fvwm/functable.c (func_table):
6569 * fvwm/conditional.c (CMD_TestRc):
6570 replaced conditional commands:
6572 CondCase -> KeepRc TestRc
6574 (__rc_matches_rcstring_consume):
6577 * fvwm/conditional.c (CMD_CondCase):
6578 fixed the CondCase command
6580 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6583 new configure option --deisable-gtk to disable detection of gtk library
6586 cleaned up documentation of conditional commands
6587 general man page cleanup
6589 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6591 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6594 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6597 cleaned up of CirculateHit... conditions
6599 2003-06-15 olicha <olivier.chapuis@free.fr>
6601 * fvwm/style.c (__simplify_style_list):
6602 Fixed is_merged_allowed: rest it to True when cur change
6603 Added "upward" simplification
6605 2003-06-14 olicha <olivier.chapuis@free.fr>
6607 * fvwm/style.c (__simplify_style_list):
6610 Fixed blockand which always returned True. Added blocksintersect which
6611 returns the same value as blockand but faster.
6613 2003-06-13 olicha <olivier.chapuis@free.fr>
6617 Fixed fontconfig and xft2 for version without *-config binnary. Used
6618 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6619 fontconfig and xft2 if the version is < the required version
6620 (even if --disable-*test).
6622 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6625 define M_PI and M_PI_2 if they are not defined by math.h
6627 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6629 * libs/Colorset.c (LoadColorset):
6630 added a note to update Colorsets.pm too when the format is changed
6632 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6634 * WindowStyle_proposal.txt:
6635 s/WindowId/ThisWindow/ and other minor changes
6637 2003-06-06 olicha <olivier.chapuis@free.fr>
6639 * libs/PictureImageLoader.c (PImageLoadPng):
6640 Fixed loading of png images if the caller want no alpha
6642 2003-06-04 olicha <olivier.chapuis@free.fr>
6644 * libs/Flocale.c (FlocaleEncodeString):
6647 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6650 only FCombineChars.c was distributed not FCombineChars.h
6652 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6654 * libs/FCombineChars.c (convert_to_utf8)
6655 fixed a bug when converting back to UTF-8 and a bug giving
6656 garbage at end of string in some cases
6658 * libs/Flocale.c (FlocaleEncodeString)
6659 fixed problem regarding combining-characters when BIDI is used
6661 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6664 * libs/Flocale.c (FlocaleEncodeString):
6665 * libs/FCombineChars.c:
6666 * libs/FCombineChars.h:
6667 implemeted support for combining characters
6669 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6672 set the version 2.5.8
6674 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6678 SetEnv with only one parameter is ignored now
6680 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6682 * NEWS: Add 2.4.16 news.
6684 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6686 * fvwm/functions.c (expand_extended_var):
6688 fixed expanding variables that are empty, for example $[w.resource]
6689 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6694 2003-05-29 olicha <olivier.chapuis@free.fr>
6696 * fvwm/ewmh.c (ewmh_atom_wm_state):
6697 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6699 2003-05-28 olicha <olivier.chapuis@free.fr>
6704 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6706 * fvwm/focus.c (__update_windowlist):
6707 don't fiddle with the window list for windows that are going to be
6710 * fvwm/add_window.c (delete_client_context):
6711 (destroy_auxiliary_windows):
6713 fixed empty frame windows when X reused the window id for a new window
6714 while the old one was scheduled to be destroyed
6716 2003-05-26 olicha <olivier.chapuis@free.fr>
6718 * fvwm/icons.c (GetIconBitmap):
6719 (set_icon_pixmap_background):
6721 (DrawIconPixmapWindow):
6723 Fixed loading of application supplied pixmap on 8/24 depth screen
6725 2003-05-25 Dan Espen <dane@mk.telcordia.com>
6727 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6730 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6733 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6735 * fvwm/misc.c (GrabEm):
6736 do not confine the pointer to the root window when grabbed; this can
6737 cause the pointer to be warped to another screen
6738 * fvwm/menus.c (get_menu_options):
6739 fixed placement of menus on Xinerama screens
6740 * libs/FScreen.c (FScreenGetResistanceRect):
6741 fixed function to do something useful
6742 * libs/Flocale.c (FlocaleDrawString):
6743 support font shadowing without colorsets
6744 * libs/ColorUtils.c:
6746 * fvwm/menuitem.c (menuitem_paint):
6747 do not use colorsets in menus if they are not defined
6748 * fvwm/menustyle.c (menustyle_parse_style):
6749 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6752 2003-05-23 olicha <olivier.chapuis@free.fr>
6754 * fvwm/bindings.c (ParseBinding):
6755 (bind_get_bound_button_contexts):
6756 * libs/Bindings.c (GrabWindowButton):
6757 Fixed window button grabbing
6759 2003-05-22 olicha <olivier.chapuis@free.fr>
6761 * fvwm/colorset.c (parse_colorset):
6764 * fvwm/borders.c (border_fill_pixmap_background):
6765 Fixed problem with depth 1 pixmap
6767 * fvwm/conditional.c (CMD_On):
6770 * fvwm/conditional.c (CreateConditionMask):
6771 Fixed memory leaks for layer and state
6773 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6776 added perllib/FVWM/Tracker/Makefile
6778 2003-05-22 olicha <olivier.chapuis@free.fr>
6782 * fvwm/style.c (print_styles):
6783 * fvwm/builtins.c (CMD_PrintInfo):
6784 New style subject to PrintInfo
6786 2003-05-20 olicha <olivier.chapuis@free.fr>
6788 * libs/Flocale.c (FlocaleGetFontOrFontSet):
6789 Allowed empty xft font name
6792 * libs/flist.c (new file):
6793 * libs/flist.h (new file):
6794 Added a flist structure and some basic function for handling such
6797 * libs/FGettext.c (*):
6798 Use the new flist struct and functions interface
6800 * fvwm/screen.h (ScreenInfo):
6801 * fvwm/update.c (destroy_scheduled_windows):
6802 * fvwm/add_window.c (destroy_window):
6803 Added a list for the windows which are scheduled for destroy
6804 Remove a fw at once from the fw list when we destroy_window
6806 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6808 * fvwm/style.c (CMD_DestroyStyle):
6809 do not update windows if no style was deleted
6810 (check_window_style_change):
6811 fixed update of window styles w/ DestroyStyle
6813 2003-05-18 olicha <olivier.chapuis@free.fr>
6815 * fvwm/conditional.c (CMD_On):
6816 Added x,r,w,f and i file condition to the On command
6818 * fvwm/add_window.c (destroy_window):
6819 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6820 but scheduled for destroy. Not sure that the fix is good.
6822 * fvwm/functions.c (__execute_function):
6824 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6825 This fixes some cores dumps with "recursives" functions
6827 * fvwm/borders.c (border_create_root_transparent_pixmap):
6828 (border_draw_decor_to_pixmap):
6829 Fixed a core dump with a root transparent rotated title
6830 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6832 * libs/FGettext.c (fgettext_add_one_path):
6834 (FGettextSetLocalePath):
6835 Fixed memory leak and chainning
6837 * fvwm/builtins.c (CMD_PrintInfo):
6838 Fixed a parsing leak
6840 * fvwm/conditional.c (Circulate):
6841 Fixed a mask memory leaks
6844 * libs/Flocale.c (FlocaleGetFont):
6845 (FlocaleGetFontSet):
6846 (FlocaleGetFftFont):
6847 Fixed a core dump when a 0 font is given with an encoding hints.
6848 Added a default FFT font
6850 * fvwm/builtins.c (CMD_DefaultFont):
6851 Fixed a core dump when the default font change and a redraw
6852 (icon or window) is proceeded before flush_window_updates is called
6854 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6855 Fixed gradients copy
6857 * fvwm/menustyle.c (menustyle_parse_style):
6858 Fixed UMR's related to colorset
6860 * fvwm/builtins.c (ReadDecorFace):
6861 Removed inconsistent #if 0 code and comments about leak and MiniIcon
6865 * fvwm/menustyle.c (menustyle_free):
6866 Fixed a fore stipple gc leak
6868 * fvwm/windowlist.c (CMD_WindowList):
6869 Fixed a sor_keyname memory leak
6871 * fvwm/fvwm.c (ResetAllButtons):
6872 Fixed the default buttons memory leak
6874 2003-05-08 olicha <olivier.chapuis@free.fr>
6876 * fvwm/windowlist.c (CMD_WindowList):
6877 Fixed a memory leak if MaxLabelWidth is used
6879 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6881 * fvwm/functions.c (__context_has_window):
6882 (__execute_function):
6884 fixed excution of functions requiring a window without a window when
6885 called with "silent" from a complex function
6887 2003-05-07 olicha <olivier.chapuis@free.fr>
6889 * libs/System.c (searchPath):
6892 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6894 * fvwm/move_resize.c (__move_loop):
6898 2003-05-03 olicha <olivier.chapuis@free.fr>
6903 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
6906 Minor typo corrections.
6908 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6910 * fvwm/move_resize.c (__move_loop):
6916 2003-04-28 olicha <olivier.chapuis@free.fr>
6918 * fvwm/ewmh.c (ewmh_atom_wm_state):
6920 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
6921 (ewmh_WMStateStaysOnBottom):
6922 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
6924 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6926 * fvwm/module_interface.c (do_execute_module):
6927 * fvwm/fvwm.c (main):
6928 * libs/envvar.c (flib_putenv):
6929 * fvwm/builtins.c (add_to_env_list):
6932 fixed putenv memory leaks
6934 * libs/envvar.c (strIns):
6938 replacement for putenv without memory leaks
6943 * fvwm/fvwm.c (StartupStuff):
6945 * fvwm/add_window.c (free_window_names):
6947 * fvwm/events.c (HandlePropertyNotify):
6949 * fvwm/menus.c (do_menu):
6951 (__mloop_exit_selected):
6953 * fvwm/menucmd.c (menu_func):
6956 * fvwm/builtins.c (CMD_Destroy):
6958 call destroy_window right after XKillClient; do not wait for the window
6961 * fvwm/menucmd.c (menu_func):
6962 * fvwm/windowlist.c (CMD_WindowList):
6965 2003-04-26 Mikhael Goikhman <migo@homemail.com>
6968 several updates (FvwmGtk, gettext)
6970 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6972 * fvwm/menucmd.c (menu_func):
6973 * fvwm/windowlist.c (CMD_WindowList):
6975 * fvwm/menus.c (is_double_click):
6978 (pop_menu_down_and_repaint_parent):
6979 (__mloop_get_event_timeout_loop):
6980 (__mloop_get_event):
6981 (__mloop_handle_event):
6982 (__mloop_select_item):
6983 (__mloop_make_popup):
6984 (__mloop_get_mi_actions):
6987 (__mloop_handle_action_with_mi):
6988 (__mloop_handle_action_without_mi):
6990 (menu_enter_tear_off_menu):
6991 (menu_close_tear_off_menu):
6993 replaced the pfw and pcontext members of the MenuParameters structure
6994 with an execution context pointer
6995 (_menu_execute_function):
6996 wrapper function to simplyfy command execution from within menus
6998 fixed warping pointer to first menu item when invoked with the mouse
7000 * fvwm/execcontext.c:
7003 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7010 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7012 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7014 * fvwm/menus.c (do_menu):
7015 the NoWarp position hint option works with root menus too
7017 * fvwm/ConfigFvwmDefaults:
7018 removed GrabFocusOff and GrabFocusTransient since they nullify the
7019 default with the plain focus policies
7021 2003-04-24 olicha <olivier.chapuis@free.fr>
7023 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7024 Fixed a miss print in my previous commit
7026 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7028 (ewmh_WMStateStaysOnBottom):
7029 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7030 * fvwm/ewmh_intern.h:
7031 Added comment on the implementation at the top of ewmh.c.
7032 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7033 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7034 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7035 and _NET_WM_STATE_BELOW.
7038 Added David Fries. Updated my entries.
7043 2003-04-23 olicha <olivier.chapuis@free.fr>
7045 * fvwm/module_interface.c (CMD_KillModule):
7046 Fixed a leak when we have an alias
7048 * libs/Picture.c (PFreeFvwmPictureData):
7050 New interface function for just freeing the allocated data (not
7053 2003-04-22 olicha <olivier.chapuis@free.fr>
7055 * fvwm/colorset.c (get_root_pixmap):
7056 Fixed a minor memory leak
7058 * fvwm/functions.c (execute_complex_function):
7059 Fixed uninitialized d.type
7061 * libs/Ficonv.c (FiconvSetupConversion):
7062 (FiconvUtf8ToCharset):
7063 (FiconvCharsetToUtf8):
7066 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7069 Fixed a core dump and safety check related to not loaded font
7071 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7076 2003-04-16 olicha <olivier.chapuis@free.fr>
7078 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7081 (ewmh_WMStateHidden):
7082 Check if functions are allowed
7084 * fvwm/ewmh.c (ewmh_HandleDesktop):
7086 Set Desktop and Dock uniconifiable and unmaximazable
7088 * fvwm/menuitem.c (menuitem_paint):
7090 Fixed greyed action with EWMH desktop
7092 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7095 documented FvwmEvent behaviour of executing window related event
7096 handlers within a window context
7099 updated WindowId entry
7101 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7103 * fvwm/schedule.c (deschedule):
7106 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7107 (ExecuteCommandQueue):
7108 * libs/queue.c (fqueue_init):
7109 (fqueue_remove_or_operate_from_front):
7110 (fqueue_remove_or_operate_from_end):
7111 (fqueue_remove_or_operate_all):
7113 (fqueue_unlock_queue):
7114 (fqueue_lock_queue):
7115 (fqueue_add_at_front):
7116 (fqueue_add_inside):
7120 * libs/queue.c (fqueue_remove_or_operate_all):
7121 (fqueue_remove_or_operate_from_end):
7122 (fqueue_remove_or_operate_from_front):
7123 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7124 (ExecuteCommandQueue):
7125 * fvwm/schedule.c (deschedule):
7126 (check_deschedule_obj_func):
7127 (deschedule_obj_func):
7129 (check_execute_obj_func):
7134 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7136 * fvwm/ConfigFvwmDefaults:
7138 * fvwm/windowlist.c:
7139 * sample.fvwmrc/system.fvwm2rc-sample-95:
7141 WindowListFunc is executed now within a window context,
7142 so "WindowId $0" is not needed anymore in its definition
7144 2003-04-14 olicha <olivier.chapuis@free.fr>
7148 Documented LocalePath and $[gt.str]. FvwmScript news.
7150 * fvwm/expand.c (expand_vars_extended):
7151 Fixed $[gt.str] expansion
7154 New gettext domain FvwmScript
7156 * libs/FGettext.c (FGettextCopy):
7158 New interface function which copies the string
7160 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7162 * fvwm/conditional.c (CMD_Cond):
7163 allow to negate the condition code with '!' prefix
7165 * fvwm/schedule.c (CMD_Schedule):
7167 support hexadecimal ids
7169 * libs/Parse.c (GetIntegerArguments):
7170 (_get_suffixed_integer_arguments):
7171 (GetSuffixedIntegerArguments):
7172 (GetIntegerArgumentsAnyBase):
7173 new utitily function to allow hexadecimal integer arguments
7175 2003-04-10 olicha <olivier.chapuis@free.fr>
7177 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7178 (FlocaleGetCharsetOfFontStruct):
7179 (FlocaleGetCharsetFromName):
7180 (FlocaleFixNameForFontSet):
7181 (FlocaleGetFontSet):
7182 (FlocalePrintLocaleInfo):
7183 * libs/FlocaleCharset.h:
7184 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7185 (FlocaleCharsetPrintXOMInfo):
7186 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7188 2003-04-08 olicha <olivier.chapuis@free.fr>
7190 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7191 fixed the default font name
7193 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7195 * fvwm/events.c (HandlePropertyNotify):
7196 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7197 completely ignore application requests to set exactly the same
7198 window name or icon name (xmms sets it every second),
7199 this avoids some redundant module messages and redraws
7201 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7206 2003-04-04 olicha <olivier.chapuis@free.fr>
7209 Fixed a miss print in fribidi config check
7211 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7213 * fvwm/focus.c (__restore_focus_after_unmap):
7214 iconified windows without an icon do not receive focus
7216 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7218 * fvwm/virtual (CMD_GotoDeskAndPage):
7219 different "GotoDeskAndPage prev" fix that works with any viewports, not
7220 just multiples of the screen size
7222 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7224 * fvwm/virtual (CMD_GotoDeskAndPage):
7225 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7227 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7232 * fvwm/menucmd.c (menu_func):
7233 fixed double key presses to choose default menu action
7235 * fvwm/focus.c (__update_windowlist):
7236 fixed order of window list with SloopyFocus when using the Focus
7239 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7242 clarified some things, typo fixed
7244 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7246 * libs/Colorset.c (CreateBackgroundPixmap):
7247 (GetWindowBackgroundPixmapSize):
7248 (get_aspect_dimensions):
7249 fixed size calculation of aspect pixmaps
7251 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7253 * fvwm/icons.c (clear_icon):
7257 * fvwm/geometry.c (get_icon_geometry):
7258 (modify_icon_position):
7259 set a valid icon picture position if there is neither a picture nor a
7262 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7266 reformatted to fit better on the web page
7268 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7271 added items from "My TODO" message on 2003-01-02
7274 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7276 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7279 removed debug output
7281 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7283 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7284 (FScreenFetchMangledScreenFromUSPosHints):
7285 two functions to allow USPosition hints from modules and StartsOnScreen
7286 work at the same time
7288 * fvwm/conditional.c (direction_cmd):
7289 Some fixes, reformatting and improvements.
7291 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7293 * fvwm/icons.c (Iconify):
7294 initialise icon position to +0+0 if there is neiter a picture nor a
7297 * fvwm/functions.c (DeferExecution):
7303 * fvwm/update.c (apply_window_updates):
7304 fixed drawing of sticky icon titles when the stickyicon style is being
7307 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7309 * fvwm/placement.c (CMD_PlaceAgain):
7310 * fvwm/add_window.c (setup_window_placement):
7311 * fvwm/virtual.c (MapDesk):
7312 update the GNOME hints desk when changing desks; fixes placeagain with
7314 some placeagain fixes
7316 * fvwm/fvwm.1.in (Example):
7317 removed duplicate Iconify section
7322 * fvwm/functable.c (func_table):
7323 * fvwm/functions.h (func_type):
7324 * fvwm/functions.c (__execute_function):
7325 (execute_complex_function):
7327 fixed a new and and old window selection bug
7329 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7331 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7332 detected with Purify.
7334 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7336 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7337 use None, not 0 for Window structures
7339 * fvwm/events.c (InitEventHandlerJumpTable):
7341 (__handle_key_event):
7342 * fvwm/bindings.c (ParseBinding):
7346 removed key release binding because they can not work reliably
7348 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7350 * fvwm/functable.c (func_table):
7351 trigger on ButtonPress for many of the functions
7353 * fvwm/functions.c (__execute_function):
7354 (__execute_function):
7355 fixed conditional commands a la "Current" triggered on root window
7357 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7359 * todo-2.6: Closed B.2, C.21.
7361 2003-02-28 olicha <olivier.chapuis@free.fr>
7364 * fvwm/events.c (HandleConfigureRequest):
7365 Added a workaround for application with broken max/min size hints
7366 vs a size configure request. This "fixes" floating java JToolBar.
7368 * fvwm/add_window.c (GetWindowSizeHints):
7369 Check that the max size hint is not broken relatively to the the base
7372 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7376 released 2.5.6, set version to 2.5.7
7382 2003-02-26 Tony Finch <dot@dotat.at>
7384 * fvwm/borders.c (border_draw_one_border_part):
7385 Don't draw the handle relief marks when the border is flat.
7387 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7390 s/fribdi_in_path/fribidi_in_path/
7393 spell checking and some reformatting
7395 2003-02-26 olicha <olivier.chapuis@free.fr>
7397 * fvwm/borders.c (border_setup_bar_pixmaps):
7398 Fixed a miss-print which can cause a core dump
7401 Added a 2.6 TODO file
7403 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7405 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7406 void functioin cannot return a value.
7408 2003-02-25 olicha <olivier.chapuis@free.fr>
7411 Fixed compilation warning if fribidi is in path
7413 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7415 * fvwm/windowlist.c (CMD_WindowList):
7416 removed unused instruction
7418 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7420 * configure.in: Remove nested function from -Werror check.
7421 Lets configure work without gcc.
7424 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7426 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7428 * fvwm/functions.c (__run_complex_function_items): Make Break start
7431 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7433 * fvwm/move_resize.c (get_outline_rects):
7434 (draw_move_resize_grid):
7435 initial drawing and final undrawing of wire frame no longer toggles the
7436 pixel in the top left corner of the screen
7438 * fvwm/expand.c (expand_vars):
7439 disabled warnings about one letter variables
7441 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7443 * README: Update to reflect release 2.5.x.
7444 * NEWS: Update news for FvwmPager drag fix.
7446 2003-02-15 olicha <olivier.chapuis@free.fr>
7451 2003-02-13 olicha <olivier.chapuis@free.fr>
7453 * fvwm/gnome.c (GNOME_SetClientList):
7454 Applied David Fries patch which fixes a possible crash with more
7456 (GNOME_SetClientList):
7457 malloc -> safemalloc
7459 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7461 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7462 Give the XorValue range.
7464 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7466 * fvwm/fvwm.1.in: Fully document the emulate command.
7468 2003-02-06 olicha <olivier.chapuis@free.fr>
7470 * fvwm/borders.c (get_common_decorations):
7471 (border_get_border_background):
7473 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7475 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7477 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7480 * fvwm/menuitem.c (menuitem_get_size):
7481 * fvwm/menus.c (calculate_item_sizes):
7482 renamed "mips" to mipst
7484 * fvwm/menuitem.c (menuitem_get_item_size):
7485 * fvwm/menus.c (_calculate_item_sizes):
7486 backed out patch from 30-Jan-2003
7488 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7491 * fvwm/menuitem.c (menuitem_get_item_size):
7492 * fvwm/menus.c (_calculate_item_sizes):
7493 functions renamed due to global name space collision with IRIX 6.5
7495 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7498 added tests/hints/Makefile.am
7500 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7502 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7504 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7506 * sample.fvwmrc/DecorWin95:
7507 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7508 Replace a long time ago.
7510 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7512 * fvwm/stack.c (new_layer):
7513 (collect_transients_recursive):
7517 * fvwm/events.c (HandleConfigureRequest):
7518 fixed placement of icons
7519 fixed size calculations of icons
7521 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7524 fixed $[desk.name<n>] that was masked by $[desk.n],
7525 added $[desk.pagesx] and $[desk.pagesy]
7527 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7529 * NEWS: Update news. Spelling fixes 2.5.x news.
7530 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7531 its not interactive.
7533 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7536 added a short description together with the commands
7538 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7541 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7544 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7548 deprecate all single letter variables, new variables are supported now
7549 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7550 $[desk.n], $[version.num], $[version.info], $[version.line].
7552 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7554 * fvwm/style.c (style_parse_one_style_option):
7556 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7557 DisallowMaximizeFixedSize
7559 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7561 * fvwm/fvwm.1.in: Lang check.
7563 2003-01-03 olicha <olivier.chapuis@free.fr>
7568 * fvwm/ewmh_intern.h:
7569 * fvwm/ewmh_names.c:
7570 * fvwm/ewmh_icons.c:
7571 * fvwm/ewmh_events.c:
7576 * fvwm/functable.c (func_table):
7577 * fvwm/fvwm.c (setVersionInfo):
7580 Removed GNOME and HAVE_EWMH ifdef
7583 Documented UseTitleDecorRotation
7585 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7587 * fvwm/module_interface.c (MoveViewport):
7588 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7589 M_NEW_PAGE now has 7 arguments
7591 2003-01-02 olicha <olivier.chapuis@free.fr>
7594 Documented the new icon style options
7598 * fvwm/icons.c (DrawIconTitleWindow):
7599 (DrawIconPixmapWindow):
7600 (setup_icon_title_size):
7601 * fvwm/style.c (style_parse_one_style_option):
7602 Fixed IconTitleRelief and IconBackgroundRelief arguments
7604 * fvwm/icons.c (GetIconPicture):
7605 (SetIconPixmapSize):
7606 Fixed IconSize style for non shaped depth > 1 pixmaps
7608 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7612 * fvwm/conditional.c (CMD_On):
7615 new conditional command On for non-window related conditions
7617 * fvwm/execcontext.h:
7618 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7619 two new exec contexts for restarting
7621 2003-01-02 olicha <olivier.chapuis@free.fr>
7623 * fvwm/builtins.c (ReadMultiPixmapDecor):
7624 StretchedPixmap -> AdjustedPixmap
7627 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7628 Documented the new MultiPixmap syntax
7630 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7634 * fvwm/builtins.c (ReadTitleButton):
7636 new button state shortcuts AllActiveUp, AllActiveDown,
7637 AllInactiveUp, AllInactiveDown
7639 2002-12-31 olicha <olivier.chapuis@free.fr>
7641 * libs/PictureGraphics.c (PCopyArea):
7642 Fixed rendering of depth 1 pixmap with a mask
7644 * fvwm/update.c (apply_window_updates):
7645 Fixed icon bg cset update
7647 * fvwm/events.c (HandlePropertyNotify):
7648 * fvwm/geometry.c (move_icon_to_position):
7649 Fixed non shaped icons with a bg padding but without cs bg
7652 * fvwm/style.c (style_parse_icon_size_style):
7654 * fvwm/fvwm.h (window_style):
7655 * fvwm/add_window.c (setup_icon_size_limits):
7656 * fvwm/icons.c (SetIconPixmapSize):
7658 New option to IconSize style: Adjusted, Streched, Shrunk
7660 * fvwm/icons.c (SetIconPixmapSize):
7662 Always center the icon with IconSize if the icon has a background
7664 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7667 FvwmWindowMenu renaming; compact long diagnostics into half of line
7670 documeted and corrected new features
7673 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7674 since these are the only way currently to create themes
7679 2002-12-30 olicha <olivier.chapuis@free.fr>
7682 * fvwm/icons.c (setup_icon_title_size):
7683 (set_icon_pixmap_background):
7685 (DrawIconTitleWindow):
7686 (DrawIconPixmapWindow):
7690 * fvwm/events.c (HandleEnterNotify):
7692 (HandleLeaveNotify):
7693 (HandlePropertyNotify):
7694 * fvwm/borders.c (border_draw_decorations):
7697 * fvwm/add_window.c (setup_icon_background_parameters):
7698 (setup_icon_title_parameters):
7699 (setup_style_and_decor):
7701 * fvwm/geometry.c (move_icon_to_position):
7703 * fvwm/style.c (check_window_style_change):
7704 (update_style_colorset):
7705 (update_icon_title_cs_style):
7706 (update_icon_title_cs_hi_style):
7707 (update_icon_background_cs_style):
7710 * fvwm/update.c (apply_window_updates):
7711 New style options IconBackgroundColorset, IconTitleColorset,
7712 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7713 and IconBackgroundPadding
7715 2002-12-28 Mikhael Goikhman <migo@homemail.com>
7718 fixed compilation without XShm
7720 * fvwm/borders.c (border_rotate_titlebar_descr):
7721 fixed warning: deprecated use of label at end of compound statement
7723 2002-12-27 olicha <olivier.chapuis@free.fr>
7725 * fvwm/ConfigFvwmDefaults:
7726 UseTitleDecorRotation is a default
7728 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7729 (do_relieve_rectangle):
7731 * fvwm/borders.c (border_draw_title_stick_lines):
7732 (border_create_root_transparent_pixmap):
7733 (border_mp_render_into_pixmap):
7734 (border_draw_decor_to_pixmap):
7735 (border_mp_render_into_pixmap):
7736 (border_mp_get_titlebar_descr):
7737 (border_mp_draw_mp_titlebar):
7738 (border_draw_decor_to_pixmap):
7739 (border_set_button_pixmap):
7740 (border_get_titlebar_draw_descr):
7741 (border_set_title_pixmap):
7742 (border_rotate_titlebar_descr):
7743 (border_get_titlebar_descr):
7744 Completed UseTitleDecorRotation
7746 2002-12-26 olicha <olivier.chapuis@free.fr>
7748 * fvwm/update.c (apply_window_updates):
7749 * fvwm/frame.c (frame_get_titlebar_dimensions):
7750 (frame_set_decor_gravities):
7751 * fvwm/borders.c (border_set_button_pixmap):
7752 (border_get_titlebar_descr):
7753 (border_draw_one_button):
7754 Buttons order follows the title text rotations.
7755 More UseTitleDecorRotation preparation
7757 * fvwm/borders.c (border_draw_decor_to_pixmap):
7760 2002-12-24 olicha <olivier.chapuis@free.fr>
7762 * fvwm/borders.c (border_mp_render_into_pixmap):
7763 (border_fill_pixmap_background):
7764 Some borders drawing fixes
7766 * libs/Graphics.c (CreateRotatedPixmap):
7767 * fvwm/geometry.c (get_title_font_size_and_offset):
7768 * fvwm/update.c (apply_window_updates):
7769 * fvwm/borders.c (border_set_button_pixmap):
7770 (border_get_titlebar_draw_descr):
7771 (border_draw_title):
7772 (border_rotate_titlebar_descr):
7773 (border_get_titlebar_descr):
7774 More UseTitleDecorRotation preparation
7776 2002-12-22 Dan Espen <dane@mk.telcordia.com>
7778 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7779 so we won't get so many application bugs report to fvwm-workers.
7781 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7783 2002-12-21 Marcus Lundblad <ml@update.uu.se>
7785 * fvwm/style.c (style_parse_one_style_option):
7788 * fvwm/window_flags:
7789 * fvwm/decorations.c (is_function_allowed,
7790 __is_resize_allowed):
7791 Added styles Closable, Iconifiable, Maximizable and
7792 AllowMaximizeFixedSize
7793 * fvwm/conditional.c (MatchesConditionMask,
7794 CreateConditionMask):
7795 Added conditionals Closable,Iconifiable and Maximizable
7797 Documented styles Closable, Iconifiable, Maximizable and
7798 AllowMaximizeFixedSize and conditionals
7799 Closable,Iconifiable and Maximizable
7801 2002-12-20 olicha <olivier.chapuis@free.fr>
7803 * fvwm/window_flags.h:
7805 * fvwm/update.c (apply_window_updates):
7807 * fvwm/style.c (style_parse_one_style_option):
7809 UseTitleDecorRotation style preparation
7811 * fvwm/fvwm.c (main):
7812 Use best TrueColor visual
7814 * fvwm/borders.c (border_get_border_gcs):
7815 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7816 window which may have a depth != Pdepth
7818 * fvwm/menus.c (paint_side_pic):
7819 * fvwm/menuitem.c (menuitem_paint):
7820 * fvwm/icons.c (DrawIconPixmapWindow):
7821 * fvwm/colorset.c (parse_colorset):
7822 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7825 2002-12-19 olicha <olivier.chapuis@free.fr>
7827 * libs/Graphics.c (CreateRotatedPixmap):
7829 New interface function CreateRotatedPixmap
7831 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7833 * libs/PictureGraphics.c (PCreateRenderPixmap):
7834 (PCreateDitherPixmap):
7835 * libs/Graphics.c (CreateGradientPixmap):
7836 (CreateRotatedPixmap):
7839 * libs/FShm.h (new file):
7840 * libs/FImage.h (new file):
7841 * libs/FImage.c (new file):
7843 * fvwm/fvwm.c (setVersionInfo):
7844 Added MIT Shared Memory Extension for XImage
7850 * fvwm/builtins.c (ReadDecorFace):
7852 * fvwm/borders.c (border_draw_decor_to_pixmap):
7853 (border_fill_pixmap_background):
7854 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
7856 2002-12-17 Mikhael Goikhman <migo@homemail.com>
7859 shape-and-join fixes from Nadim Shaikli (slightly modified)
7861 2002-12-16 olicha <olivier.chapuis@free.fr>
7863 * libs/PictureGraphics.h:
7864 * libs/PictureGraphics.c (PTileRectangle):
7865 (PGraphicsCreateTiledPicture):
7866 * libs/Graphics.c (CreateTiledPixmap):
7867 New interface function: PGraphicsCreateTiledPicture
7870 * fvwm/fvwm.c (CreateGCs):
7871 Added a global (Scr) alpha GC
7875 * fvwm/builtins.c (ReadMultiPixmapDecor):
7876 (update_decorface_colorset):
7878 * fvwm/borders.c (border_get_tb_parts_to_draw):
7879 (border_fill_pixmap_background):
7880 (border_setup_bar_pixmaps):
7881 (border_get_bar_pixmaps):
7882 (border_free_bar_pixmaps):
7883 (border_mp_render_into_pixmap):
7884 (border_mp_get_length):
7885 (border_mp_get_titlebar_descr):
7886 (border_mp_get_geometry):
7887 (border_mp_get_use_title_style_parts_and_geometry):
7888 (border_mp_draw_mp_titlebar):
7889 (border_draw_decor_to_pixmap):
7890 (border_draw_title_deep):
7891 (border_get_titlebar_draw_descr):
7892 (border_setup_use_title_style):
7893 (border_get_titlebar_descr_state):
7894 (border_get_titlebar_descr):
7895 (border_get_transparent_decorations_part):
7896 (border_draw_title_stick_lines):
7897 MultiPixmap can use Colorset and Solid color. Various others minor
7898 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
7899 "main" drawing code and remove the #ifdef.
7900 New option to ButtonStyle and TitleStyle: StretchedPixmap.
7901 Use the new Scr.AlphaGC.
7903 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7905 * fvwm/add_window.c (validate_transientfor):
7906 do not ignore transientfor hint for iconified windows
7908 2002-12-12 Jason Weber <baboon@imonk.com>
7911 * fvwm/conditional.c (CMD_ScanForWindow):
7914 rename ScanWindow to ScanForWindow
7916 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7918 * fvwm/menuitem.c (menuitem_paint):
7919 * fvwm/colorset.c (parse_colorset):
7920 * fvwm/icons.c (DrawIconPixmapWindow):
7921 * fvwm/focus.c (_SetFocusWindow):
7922 (_ReturnFocusWindow):
7924 (_ForceDeleteFocus):
7925 (__activate_window_by_command):
7926 patches to prevent UMR messages in memory debuggers
7928 2002-12-11 Jason Weber <baboon@imonk.com>
7930 * fvwm/fvwm.1.in: Added ScanWindow
7932 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
7935 Generalized CMD_Direction into direction_cmd.
7936 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
7937 Replace Cycle prefix with secondary direction argument.
7939 2002-12-10 Dan Espen <dane@mk.telcordia.com>
7941 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
7943 2002-12-05 Marcus Lundblad <ml@update.uu.se>
7944 * fvwm/conditional.c (CreateConditionMask):
7945 Implemented conditional "FixedSize" and "HasHandles"
7947 Documented conditional options "FixedSize" and "HasHandles".
7949 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7951 * fvwm/placement.c (PlaceWindow):
7952 fixed StickyAcrossDesks w/ StartsOnPage
7956 * fvwm/ewmh_conf.c (set_state_workaround):
7957 * fvwm/update.c (apply_window_updates):
7958 * fvwm/windowlist.c (CMD_WindowList):
7959 * fvwm/ewmh_events.c (ewmh_WMDesktop):
7960 (ewmh_WMStateSticky):
7961 * fvwm/conditional.c (CreateConditionMask):
7962 * fvwm/gnome.c (GNOME_SetHints):
7964 (GNOME_HandlePropRequest):
7965 * fvwm/placement.c (SmartPlacement):
7970 * fvwm/session.c (SaveWindowStates):
7973 * fvwm/ewmh.c (check_desk):
7974 (EWMH_SetWMDesktop):
7975 (ewmh_ComputeAndSetWorkArea):
7976 (ewmh_HandleDynamicWorkArea):
7977 (ewmh_HandleDesktop):
7980 (ewmh_HandleToolBar):
7981 * fvwm/virtual.c (UnmapDesk):
7984 (do_move_window_to_desk):
7985 * fvwm/icons.c (setup_icon_title_size):
7986 (DrawIconTitleWindow):
7989 * fvwm/borders.c (is_button_toggled):
7990 (get_common_decorations):
7991 (border_draw_title_stick_lines):
7992 * fvwm/add_window.c (AddWindow):
7993 * fvwm/move_resize.c (__move_window):
7995 (is_window_sticky_across_pages):
7996 (is_window_sticky_across_desks):
8002 (CMD_StickAcrossPages):
8003 (CMD_StickAcrossDesks):
8004 (stick_across_pages):
8005 (stick_across_desks):
8006 (handle_stick_across_desks):
8007 (handle_stick_across_pages):
8009 * fvwm/fvwm.h (struct):
8010 * fvwm/style.c (style_parse_one_style_option):
8011 (check_window_style_change):
8013 * fvwm/window_flags.h:
8014 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8015 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8018 * fvwm/focus.c (CMD_Focus):
8020 (__activate_window_by_command):
8021 (__update_windowlist):
8022 (__set_focus_to_fwin):
8024 (_ReturnFocusWindow):
8026 (_ForceDeleteFocus):
8027 fixed window list order with FlipFocus command
8029 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8033 document bidi entry undocumented in 2.5.5
8035 2002-12-06 olicha <olivier.chapuis@free.fr>
8038 Fixed the "detection" of the LINGUAS variable
8041 Added ar to ALL_LINGUAS
8044 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8046 * fvwm/move_resize.c (__resize_window):
8047 fixed handling of MontionNotify and PropertyNotify events
8049 2002-12-03 olicha <olivier.chapuis@free.fr>
8051 * fvwm/borders.c (border_draw_decor_to_pixmap):
8052 (border_get_border_background):
8053 (get_common_decorations):
8056 * fvwm/builtins.c (CMD_PrintInfo):
8057 New subject nls to PrintInfo
8059 * libs/FGettext.c (*):
8060 New command FlocalePath
8062 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8066 changed version to 2.5.6
8072 2002-12-02 olicha <olivier.chapuis@free.fr>
8074 * libs/FRenderInit.c (FRenderInit):
8075 Fixed alpha depth if !XRenderSupport
8077 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8078 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8080 * libs/PictureImageLoader.h:
8081 Fixed image loading on bigedian machine
8083 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8085 * libs/FBidi.c (FBidiConvert):
8086 several small changes
8087 * libs/FBidiJoin.c (shape_n_join):
8088 enabled a new bidi shaping code
8090 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8092 * fvwm/frame.c (frame_restore_client_gravities):
8093 (frame_free_move_resize_args):
8094 fixed a redrawing problem after shading a window
8096 2002-11-29 olicha <olivier.chapuis@free.fr>
8099 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8103 Fixed two missprints
8105 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8107 * fvwm/bindings.c (ParseBinding):
8108 fix for stroke-less compile
8110 2002-11-29 olicha <olivier.chapuis@free.fr>
8112 * fvwm/commands.h (enum):
8113 * fvwm/functable.c (func_table):
8114 * fvwm/builtins.c (CMD_LocalePath):
8115 * libs/FGettext.c (FGettextSetLocalePath):
8117 Preparation for LocalePath command
8119 * fvwm/screen.h (ScreenInfo):
8120 * fvwm/fvwm.c (CreateGCs):
8121 Rename Scr.TileGC to Scr.BordersGC
8124 A libintl autoconf fix
8126 * libs/Colorset.c (CreateBackgroundPixmap):
8127 Do not grab the server when we dump the E setroot pixmap
8129 2002-11-29 olicha <olivier.chapuis@free.fr>
8136 Added NLS support with gnu gettext
8138 * fvwm/fvwm.c (main):
8141 * fvwm/expand.c (expand_vars_extended):
8142 New extanded variable $[gt.any_string]
8144 * fvwm/virtual.c (CMD_DesktopName):
8145 * fvwm/windowlist.c (get_desk_title):
8146 * fvwm/expand.c (expand_vars_extended):
8147 * fvwm/fvwm.c (SetRCDefaults):
8148 * fvwm/ConfigFvwmSetup:
8149 Mark some strings to be translated
8151 * libs/FGettext.c (new file):
8152 * libs/FGettext.c (new file):
8154 gnu gettext libintl warper
8156 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8158 * fvwm/add_window.c (RestoreWithdrawnLocation):
8159 rixed rxvts with S/E gravity travelling off screen upon recapture after
8162 * fvwm/events.c (__handle_key_event):
8163 * fvwm/bindings.c (activate_binding):
8164 (__rebind_global_key):
8165 fixed unbinding pointerkey bindings removing the grab for this key
8168 * fvwm/events.c (__is_bpress_window_handled):
8169 fixed click on override redirect windows being handled by the root
8172 * fvwm/misc.c (GrabEm):
8173 confine the pointer to the root window when grabbed
8175 * fvwm/events.c (HandleUnmapNotify):
8176 fixed reparenting problem with restarts from desks != 0
8178 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8181 removed experimental code
8183 2002-11-28 olicha <olivier.chapuis@free.fr>
8185 * fvwm/borders.c (border_get_border_background):
8186 (border_draw_decor_to_pixmap):
8187 (border_fill_pixmap_background):
8188 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8191 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8193 * fvwm/fvwm.c (InitVariables):
8194 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8196 * fvwm/virtual.c (CMD_EdgeScroll):
8199 * fvwm/ConfigFvwmDefaults:
8200 do not include empty ConfigFvwmProxyDefaults, added one binding
8202 2002-11-26 olicha <olivier.chapuis@free.fr>
8204 * libs/Colorset.c (CreateBackgroundPixmap):
8205 * fvwm/colorset.c (parse_colorset):
8206 Be more safe with the E root pixmap
8208 2002-11-25 olicha <olivier.chapuis@free.fr>
8210 * fvwm/move_resize.c (__move_loop):
8211 Redraw the transparent decoration parts when a move is abored
8213 * fvwm/colorset.c (parse_colorset):
8214 Fixed the fgsh Colorset colors when the Image change but not the bg
8216 2002-11-24 Jason Weber <baboon@imonk.com>
8218 * fvwm/conditional.c (CMD_Direction):
8219 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8220 eventual traversal of all windows over repeated calls. It also cycles
8221 back to the opposite extent when it hits the limit in the given
8224 2002-11-22 olicha <olivier.chapuis@free.fr>
8227 * fvwm/borders.c (get_common_decorations):
8228 (border_get_parts_and_pos_to_draw):
8229 (border_get_changed_border_parts):
8230 (border_get_frame_pixmap, new):
8231 (border_get_border_background):
8232 (border_draw_one_border_part):
8233 (border_draw_decorations):
8234 (border_get_tb_parts_to_draw):
8235 (border_fill_pixmap_background):
8236 (border_get_titlebar_descr_state, new):
8237 (border_draw_titlebar):
8238 (border_setup_bar_pixmaps, new):
8239 (border_get_bar_pixmaps, new):
8240 (border_free_bar_pixmaps, new):
8241 (border_setup_use_title_style, new):
8242 (border_set_button_pixmap):
8243 (border_set_title_pixmap):
8244 (border_draw_one_button):
8245 (border_set_button_pixmap):
8246 (border_draw_title_deep):
8247 (border_get_transparent_decorations_part, new):
8248 Title, Border and Buttons Style Colorset Option: Drawing
8250 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8253 * fvwm/frame.c (__frame_setup_window):
8254 (frame_has_handles_and_tiled_border):
8255 (frame_create_move_resize_args):
8256 (frame_free_move_resize_args):
8257 Title, Border and Buttons Style Colorset Option: External drawing
8258 stuff. Basically additional redrawing for RootTransparent
8260 * fvwm/builtins.c (update_decorface_colorset, new):
8261 (update_titlebutton_colorset, new):
8262 (update_decors_colorset, new):
8263 (update_fvwm_colorset):
8264 Title, Border and Buttons Style Colorset Option: Dynamic updating
8267 * fvwm/builtins.c (ReadDecorFace):
8268 Title, Border and Buttons Style Colorset Option: Configuration
8270 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8272 Title, Border and Buttons Style Colorset Option: Convinent macros and
8275 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8277 * libs/Makefile.am: Add missing Bindings.h.
8279 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8281 * fvwm/move_resize.c (__move_loop):
8282 send M_CONFIGURE_WINDOW only when the window actually moves
8284 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8291 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8292 with minor improvements; it is disabled for now (#if 0) since
8293 some Arabic chars cause core dump
8295 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8297 * fvwm/fvwm.1.in (Examples):
8298 added documentation of Icon option for PlaceAgain command
8300 * fvwm/events.c (__handle_key_event):
8301 fixed global key binding problem
8303 2002-11-15 olicha <olivier.chapuis@free.fr>
8305 * libs/Bindings.c (MatchBindingExactly):
8306 (__compare_binding):
8307 compile fixes w/o stroke lib
8310 * fvwm/geometry.c (get_title_font_size_and_offset):
8311 * fvwm/builtins.c (do_title_style):
8312 New MinHeight option to TitleStyle
8314 2002-11-15 olicha <olivier.chapuis@free.fr>
8316 * fvwm/builtins.c (update_fvwm_colorset):
8321 * fvwm/colorset.c (update_root_transparent_colorset):
8322 Fixed update of the RootTransparent colorset in fvwm
8324 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8326 * libs/Bindings.c (__compare_binding):
8327 (MatchBindingExactly):
8328 compoile fixes w/o stroke lib
8330 2002-11-14 olicha <olivier.chapuis@free.fr>
8335 Removed any reference on "xft and flickering"
8337 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8339 * fvwm/eventmask.h (XEVMASK_ICONW):
8340 * fvwm/events.c (HandleKeyRelease):
8342 (__handle_key_event):
8343 * fvwm/bindings.c (ParseBinding):
8345 * libs/Bindings.h (enum):
8346 implemented key release bindings; prefix the key name with a '-';
8347 does not work well with some applications
8349 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8354 * fvwm/bindings.c (ParseBinding):
8357 (bind_get_bound_button_contexts):
8363 (RemoveMatchingBinding):
8368 (GrabAllWindowKeysAndButtons):
8369 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8370 * fvwm/events.c (__handle_bpress_on_root):
8371 (__handle_bpress_on_managed):
8372 (HandleButtonRelease):
8373 * fvwm/builtins.c (CMD_Wait):
8375 * libs/fvwmlib.h (enum):
8376 fixed Key vs. PointerKey with "A"ny context
8378 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8380 * fvwm/icons.c (Iconify):
8381 icon placement safety patch
8383 fixed initial position of application provided icon windows
8385 * fvwm/session.c (LoadWindowStates):
8386 fixed parsing of strings beginning with whitespace in session file
8388 * fvwm/fvwm.1.in (Note):
8389 * fvwm/style.c (style_set_old_focus_policy):
8390 * libs/defaults.h (DEF_FP_MODIFIERS):
8391 set default modifiers for raising/focusing to N again
8393 2002-11-11 olicha <olivier.chapuis@free.fr>
8396 * fvwm/fvwm.c (main):
8398 named-palette -> visual-palette, -N -> -P
8400 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8402 * fvwm/ConfigFvwmDefaults:
8403 include ConfigFvwmProxyDefaults
8405 * fvwm/fvwm.c (usage):
8406 polished usage message
8408 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8410 * fvwm/fvwm.c (usage):
8412 cleaned up usage and error messages
8413 use short option names in usage message an man page synopsis
8414 all options are case sensitive
8415 do not mention the "-" style long options in the man page; instead use
8418 * fvwm/add_window.c (setup_frame_window):
8419 * fvwm/events.c (HandleMapNotify):
8420 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8421 fixed empty decorations after recapture
8423 * fvwm/geometry.c (get_icon_geometry):
8424 * fvwm/icons.c (clear_icon):
8425 fixed icon jumping to 0 0 when the icon layout changes after the icon
8426 has been moved manually
8428 * fvwm/move_resize.c (__move_icon):
8429 fixed MoveToPage with icons
8431 2002-11-09 olicha <olivier.chapuis@free.fr>
8433 * libs/Fft.c (FftGetRotatedFont):
8436 Check the return result of FftPatternGetMatrix
8439 * libs/PictureBase.h:
8442 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8444 * fvwm/ewmh_conf.c (set_state_workaround):
8445 * fvwm/functable.c (func_table):
8446 * fvwm/update.c (apply_window_updates):
8447 * fvwm/windowlist.c (CMD_WindowList):
8448 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8449 (ewmh_WMStateSticky):
8450 * fvwm/conditional.c (CreateConditionMask):
8451 (CreateConditionMask):
8452 * fvwm/gnome.c (GNOME_SetHints):
8454 (GNOME_HandlePropRequest):
8455 * fvwm/placement.c (SmartPlacement):
8460 * fvwm/session.c (SaveWindowStates):
8462 * fvwm/ewmh.c (check_desk):
8463 (EWMH_SetWMDesktop):
8464 (ewmh_ComputeAndSetWorkArea):
8465 (ewmh_HandleDynamicWorkArea):
8466 (ewmh_HandleDesktop):
8469 (ewmh_HandleToolBar):
8470 * fvwm/virtual.c (UnmapDesk):
8474 (do_move_window_to_desk):
8475 * fvwm/icons.c (setup_icon_title_size):
8476 (DrawIconTitleWindow):
8479 * fvwm/borders.c (is_button_toggled):
8480 (get_common_decorations):
8481 (border_draw_title_stick_lines):
8482 * fvwm/add_window.c (AddWindow):
8483 * fvwm/move_resize.c (__move_window):
8484 (is_window_sticky_on_page):
8485 (is_window_sticky_on_desk):
8491 (handle_stick_page):
8492 (handle_stick_desk):
8493 (__handle_stick_exit):
8496 * fvwm/style.c (style_parse_one_style_option):
8497 (check_window_style_change):
8500 New Style options stickypage and stickydesk
8501 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8502 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8503 New conditions StickyPage and StickyDesk
8504 New commands StickPage and StickDesk
8506 * fvwm/move_resize.c (__move_window):
8507 do not unstick a window when using MoveToScreen
8513 * fvwm/functable.c (func_table):
8514 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8515 renamed EWMHBaseStrut to EwmhBaseStruts
8517 * fvwm/style.c (style_set_old_focus_policy):
8518 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8519 (style_parse_one_style_option):
8520 renamed "Border" style to "Borders"
8521 removed "NoBorder" style; use !Borders instead
8522 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8523 renamed PlacmentOverlapPercentPenalties to
8524 MinOverlapPercentPlacementPenalties
8531 Fixed compiler warnings
8533 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8536 autogenerate FvwmWindowLister files
8539 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8540 of MissingSubmenuFunction and DynamicPopupAction
8542 2002-11-08 olicha <olivier.chapuis@free.fr>
8544 * libs/PictureUtils.c (alloc_color_proportion):
8545 (alloc_color_proportion_dither):
8546 (alloc_color_proportion_grey):
8548 (free_colors_in_table):
8550 (init_static_colors_table):
8551 (PictureFreeColors):
8552 (PictureInitColors):
8553 (PicturePrintColorInfo):
8554 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8557 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8559 * fvwm/move_resize.c (__move_window):
8560 ignore MoveToPage with sticky windows
8562 * fvwm/conditional.c (Circulate):
8564 Next and Prev commands begin looking at the context window, if any
8566 * fvwm/focus.c (__focus_grab_buttons):
8567 fixed initial button grabbing on client window
8569 * fvwm/stack.c (BroadcastRestack):
8570 split long packets, fixed a bug and cleaned up
8572 * libs/Module.c (ReadFvwmPacket):
8573 ignore packets that are too long
8576 document PopupDelay and PopdownDelay defaults
8578 2002-11-06 olicha <olivier.chapuis@free.fr>
8580 * libs/Fft.c (FftGetFont):
8581 (FftGetRotatedFont):
8582 Use a more perfectioned method for loading font with Xft/Fc. This
8583 method allows sanity check. Preserve the matrix when rotating
8586 * libs/Flocale.c (FlocaleGetMinOffset):
8587 (FlocaleRotateDrawString):
8588 (FlocaleGetFontSet):
8590 * libs/Fft.c (FftDrawString):
8592 * libs/FftInterface.h:
8593 * fvwm/geometry.c (get_title_font_size_and_offset):
8594 Move the computation of the good "y" for drawing text into Flocale.
8595 Use the max ascent, descent and height for font metric (in the place
8598 * libs/Flocale.c (FlocalePrintLocaleInfo):
8600 * libs/Fft.c (FftPrintPatternInfo):
8602 * fvwm/builtins.c (CMD_PrintInfo):
8605 New option "Locale" to PrintInfo Command
8607 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8609 * fvwm/events.c (HandleExpose):
8612 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8614 * fvwm/fvwm.1.in: colour -> color
8617 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8620 * fvwm/fvwm.c (usage):
8624 2002-11-04 olicha <olivier.chapuis@free.fr>
8627 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8629 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8631 (PictureFreeColors):
8632 (PicturePrintColorInfo):
8633 Trace colours allocation out of the pallet in depth <= 8. Better
8634 information on coulours
8636 * libs/Fft.c (FftGetRotatedFont):
8638 Fixed rotated font when the original font has a matrix
8640 * libs/PictureBase.c (PictureInitCMapRoot):
8641 * libs/PictureUtils.h:
8642 * libs/PictureUtils.c (PictureInitColors):
8643 (PictureAllocColorTable):
8644 * libs/PictureBase.h (PictureColorLimitOption):
8645 * fvwm/fvwm.c (main):
8647 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8648 -named-pallet. -color-limit now take only integer argument.
8651 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8653 * libs/Module.h (struct):
8654 new type FvwmWinPacketBodyHeader to access the standard fields in a
8655 packet with a window
8657 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8662 * fvwm/functable.c (func_table):
8664 * fvwm/style.c (style_parse_one_style_option):
8665 (parse_and_set_window_style):
8669 added a new command FocusStyle as a shorthand for
8670 "Style * FP..., FP..."
8672 * fvwm/builtins.c (__parse_vector_line_one_coord):
8673 (__parse_vector_line):
8675 split vector line parsing into sub functions
8677 fixed core dump in vector button offset patch
8679 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8681 * fvwm/screen.h (vector_coords):
8682 added fields for offsets
8683 * fvwm/builtins.c (ReadDecorFace):
8684 rewrote parser for vector definitions to accept optional offsets
8685 * fvwm/fvwm.c (LoadDefaultLeftButton):
8686 (LoadDefaultRightButton)
8687 set default values for offsets
8688 * fvwm/borders.c (border_draw_vector_to_pixmap):
8689 updated XDrawLine call to take offsets into account
8691 documented new options for vector offsets
8693 2002-11-01 olicha <olivier.chapuis@free.fr>
8695 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8696 Fixed icon tint pixel, it was set to icon tint percent during some
8699 2002-10-31 olicha <olivier.chapuis@free.fr>
8701 * libs/PictureUtils.c (PictureAllocColorImage):
8702 (PictureOpenImageColorAllocator):
8703 (PictureCloseImageColorAllocator):
8704 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8707 (PImageCreatePixmapFromArgbData):
8708 (PImageLoadPixmapFromFile):
8709 * libs/PictureBase.h (FvwmPictureThing):
8710 (PictureImageColorAllocator):
8712 * libs/Picture.c (PDestroyFvwmPicture):
8713 (PLoadFvwmPictureFromPixmap):
8714 * libs/Graphics.c (CreateGradientPixmap):
8716 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8717 Added a new way to allocate colors for image and gradient. This method
8718 allows, in particular, to save (in a "fast" way) the allocated pixels
8719 with a minimal memory usage.
8720 Fixed color leaks for png, ewmh and dithered xpm images.
8722 * fvwm/add_window.c (destroy_icon):
8723 * fvwm/fvwm.h (FvwmWindow):
8724 * fvwm/icons.c (GetIconFromFile):
8727 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8731 * fvwm/stack.c (enum):
8732 (position_new_window_in_stack_ring):
8734 (must_move_transients):
8737 (__raise_lower_recursion):
8738 (__raise_or_lower_window):
8739 (raise_or_lower_window):
8740 (collect_transients_recursive):
8741 (__is_restack_transients_needed):
8743 (CMD_RestackTransients):
8744 new command RestackTransients which works like Raise and Lower but does
8745 not restack windows that are not transient
8746 renamed some functions
8750 corrected cursor movement key bindings
8752 * fvwm/bindings.c (activate_binding):
8753 fixed problem w/ bindings being overridden by applications OpenOffice
8756 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8763 include FvwmProxy to build
8765 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8768 exclude FvwmProxy from build
8774 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8777 added FvwmProxy module
8779 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8782 * fvwm/windowlist.c (CMD_WindowList):
8783 renamed SortClassName to SortByClass
8785 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8787 * fvwm/menustyle.c (menustyle_update):
8788 (menustyle_parse_style):
8789 (menustyle_get_styleopt_index):
8790 (menustyle_parse_style):
8791 (CMD_CopyMenuStyle):
8793 removed HilightRelief MenuStyle and hard coded it
8795 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8797 * fvwm/menus.c (make_menu_window):
8798 fixed updating menu background with "Menustyle * Background"
8800 * fvwm/stack.c (__get_stacking_sibling):
8802 fixed another stacking problem
8804 2002-10-28 Mikhael Goikhman <migo@homemail.com>
8808 corrected and lined up several help lines
8811 added --enable-xinerama-emulation description
8813 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8815 * fvwm/stack.c (restack_windows):
8816 (__get_stacking_sibling):
8817 fixed another stacking problem
8819 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8821 * fvwm/add_window.c (AddWindow):
8822 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8823 windows starting lowered or on other layers in FvwmPager
8825 * fvwm/stack.c (restack_windows):
8826 (__get_visible_window):
8827 fixed a stacking problem with layers
8829 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8831 * fvwm/functable.c (func_table):
8834 2002-10-24 Mikhael Goikhman <migo@homemail.com>
8838 * fvwm/windowlist.c:
8839 new WindowList option SortByResource
8841 * fvwm/style.c (check_window_style_change):
8842 * libs/FlocaleCharset.c:
8846 place recent authors to the top, not bottom
8849 corrected typo in error message
8851 2002-10-23 Dan Espen <dane@mk.telcordia.com>
8853 * fvwm/fvwm.1.in: Lang check done.
8855 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8858 work on new menu loop code
8864 * fvwm/menus.c (__mloop_handle_event):
8865 (__mloop_get_event):
8866 (__mloop_handle_action_with_mi):
8867 * fvwm/menus.h (MenuReturn):
8868 renamed MenuReturn member menu to target_menu
8870 * fvwm/menus.c (__mloop_handle_event):
8871 * fvwm/menus.h (MenuReturn):
8872 removed a "write only" member of MenuReturn
8874 * fvwm/conditional.c (circulate_cmd):
8875 fixed the "Any" command
8877 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8879 * fvwm/stack.c (mark_transient_subtree):
8880 fixed stack ring corruption with iconified transients
8882 fixed a problem with lowering windows below the icons of their
8885 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8891 * libs/PictureBase.h:
8895 renamed colorset_struct to colorset_t
8897 2002-10-22 olicha <olivier.chapuis@free.fr>
8899 * libs/PictureUtils.c:
8900 Minor fixes and add #if O experimental code
8902 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8904 * fvwm/icons.c (DrawIconPixmapWindow):
8906 * fvwm/events.c (HandlePropertyNotify):
8907 * libs/Fft.c (FftDrawString):
8908 * libs/Colorset.c (DumpColorset):
8910 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8911 use renamed colorset_struct members
8913 * libs/Colorset.h (colorset_struct):
8914 renamed and re-sorted members and cut down bit field lengths for
8917 * fvwm/menustyle.c (menustyle_update):
8920 * fvwm/stack.c (restack_windows):
8921 fixed flickering when raising transients; can't prevent flickering when
8922 lowering a window completely
8924 fixed unnecessary error message
8926 * fvwm/fvwm.c (main):
8929 * fvwm/stack.c (__restack_window):
8930 fixed a stacking problem with icons
8932 * fvwm/add_window.c (destroy_icon):
8935 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8937 * fvwm/menuitem.c (menuitem_paint):
8938 * fvwm/menustyle.c (menustyle_parse_style):
8939 * fvwm/menus.c (paint_side_pic):
8942 (repaint_transparent_menu):
8943 * fvwm/menustyle.h (MenuLook):
8944 cleaned up menu drawing code, fixed last patch
8946 * fvwm/menuitem.c (menuitem_paint):
8947 * fvwm/menustyle.c (menustyle_parse_style):
8948 fixed HilightBack default
8950 * fvwm/bindings.c (binding_cmd):
8951 (bind_get_bound_button_contexts):
8953 * fvwm/screen.h (ScreenInfo):
8954 fixed mouse bindings with buttons > 5
8956 * fvwm/menuitem.c (menuitem_paint):
8957 * fvwm/menustyle.c (menustyle_parse_style):
8958 (menustyle_parse_style):
8959 (CMD_CopyMenuStyle):
8962 * fvwm/menus.c (repaint_transparent_menu):
8964 HilightBack and ActiveFore are now independent
8966 2002-10-18 olicha <olivier.chapuis@free.fr>
8968 * libs/PictureUtils.c (get_color_index):
8969 (create_mapping_table):
8970 (PictureAllocColorTable):
8971 Use a new distance and method for color approximation. Use 68 colors
8972 for the default under depth 8. I am happy with this, should use a
8973 similar distance method for dithering
8975 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8976 (PictureAllocColorTable):
8977 (PictureDitherByDefault):
8980 (PicturePrintColorInfo):
8981 * libs/PictureUtils.h:
8982 Allows -color-limit to work with any visual and depth for testing
8983 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
8986 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
8988 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8990 * fvwm/add_window.c (get_default_window_attributes):
8993 * fvwm/builtins.c (CMD_ChangeDecor):
8994 removed some duplicate redrawing
8996 * fvwm/update.c (apply_decor_change):
8997 suppress duplicate window update upon ChangeDecor
8998 (apply_window_updates):
8999 do not delete the focus window
9001 2002-10-17 olicha <olivier.chapuis@free.fr>
9006 * libs/Colorset.c (CreateBackgroundPixmap):
9007 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9009 * fvwm/builtins.c (CMD_Colorset):
9010 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9012 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9014 * fvwm/add_window.c (AddWindow):
9015 * fvwm/update.c (apply_window_updates):
9016 * fvwm/move_resize.c (handle_stick):
9018 suppress drawing of sticky decorations initially
9019 reduce module communication overhead when (un)sticking windows
9021 * fvwm/borders.c (border_draw_decorations):
9022 * fvwm/window_flags.h:
9024 * fvwm/frame.c (frame_create_move_resize_args):
9025 (get_resize_decor_gravities_one_axis):
9026 (frame_mrs_setup_draw_decorations):
9028 initialize window decorations with a "None" pixmap;
9029 delay drawing window decorations initially to prevent drawing multiple
9031 => windows grabbing the focus upon startup are drawn focused
9034 * fvwm/frame.c (frame_free_move_resize_args):
9035 reparent the frame hide windows to NoFocusWin instead of Root to
9036 suppress unnecessary ReparentNotify events
9038 2002-10-16 olicha <olivier.chapuis@free.fr>
9040 * fvwm/fvwm.c (main):
9044 Fixed compilation with X cvs
9046 * libs/Colorset.c (CreateBackgroundPixmap):
9049 * fvwm/events.c (HandlePropertyNotify):
9050 * fvwm/colorset.c (update_root_pixmap):
9051 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9052 to found a root pixmap
9054 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9056 * fvwm/bindings.c (bind_get_bound_button_contexts):
9057 another mouse binding fix
9059 * fvwm/conditional.c (CreateConditionMask):
9061 all conditions have a negation with '!' prepended
9065 Current, All, Pick, ThisWindow and PointerWindow imply the
9066 CirculateHitShaded condition.
9068 * fvwm/focus.c (__focus_grab_buttons):
9069 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9070 fixed bindings using mouse buttons >= 6
9072 2002-10-15 olicha <olivier.chapuis@free.fr>
9074 * libs/PictureUtils.c (PicturePrintColorInfo):
9077 * fvwm/functable.c (func_table):
9078 * fvwm/builtins.c (CMD_PrintInfo):
9080 New cmd PrintInfo. Only one arg at present time: "Colors"
9082 * fvwm/fvwm.c (main):
9083 Auto detect card with 2 hardware colormaps and choose the best
9086 * libs/PictureUtils.c (PictureInitColors):
9088 * libs/PictureUtils.h:
9089 * fvwm/fvwm.c (main):
9090 * libs/PictureBase.c (PictureInitCMapRoot):
9092 * libs/PictureBase.h:
9093 Try to support DirectColor visual in a good way, I do not think
9094 this is really useful.
9095 Added a flexible interface function PictureInitColors for
9096 colors allocation initialization.
9097 Some cleanup in color allocation and some preparation for a new
9098 method for saving and freeing colors allocated by images and gradients.
9099 Removed some ifdefed to 0 debug code.
9101 * libs/Picture.c (*):
9103 * libs/PictureImageLoader.c (*):
9104 * libs/PictureImageLoader.h:
9107 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9109 * fvwm/add_window.c (setup_key_and_button_grabs):
9110 * fvwm/bindings.c (ParseBinding):
9112 * fvwm/add_window.c (setup_key_and_button_grabs):
9113 don't grab window context specific bindings anymore; instead, set
9114 Scr.buttons2grab accordingly
9116 * fvwm/bindings.c (activate_binding):
9117 fixed stroke bindings on window context being ignored if no other
9118 action was bound to that context
9120 * fvwm/add_window.c (destroy_icon):
9121 fixed duplicate icon pixmap when switching from NoIconOverride to
9124 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9127 re-indented some code
9129 fixed random position of icon title for icons with a position hint
9132 corrected default of Use/NoIconPosition style
9134 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9136 * fvwm/windowlist.c (CMD_WindowList):
9137 fixed random string for iconified windows in the WindowList
9139 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9144 2002-10-08 olicha <olivier.chapuis@free.fr>
9146 * libs/PictureBase.c (*):
9147 (PictureInitCMapRoot)
9148 (PictureSetupWhiteAndBlack):
9149 (PictureWhitePixel):
9150 (PictureBlackPixel):
9152 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9153 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9154 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9155 but always use the root visual and allows to set or not a private
9157 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9158 but which respects the Pvisual
9160 * libs/PictureGraphics.c (*):
9161 * libs/FScreen.c (FScreenInit):
9162 * libs/FRender.c (FRenderRender):
9163 * libs/Fft.c (FftDrawString):
9164 * fvwm/icons.c (CreateIconWindow):
9165 * fvwm/colorset.c (parse_colorset):
9166 * fvwm/move_resize.c (CMD_XorValue):
9167 * fvwm/colorset.c (alloc_colorset):
9168 * fvwm/fvwm.c (main):
9169 Use the new interface functions and some fix if the fvwm depth !=
9172 * libs/PictureUtils.c (PictureAllocColorTable):
9173 Change the default color table to a 4x4x4 cc + 4 grey
9175 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9177 * fvwm/fvwm.1.in: Use built-in, not builtin.
9179 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9182 s/FvwmNewDebug/FvwmDebug/
9185 * fvwm/conditional.c (CMD_NoWindow):
9188 new command NoWindow to remove window context
9191 use "fvwm" spelling, at least in the middle of sentences
9193 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9195 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9196 builtin commands. Use "builtin", not "built in" or "built-in".
9199 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9201 * libs/Graphics.c (do_relieve_rectangle):
9202 removed debug message
9204 * fvwm/focus.c (__update_windowlist):
9205 (__set_focus_to_fwin):
9206 fixed reversal of __update_windowlist arguments causing FlipFocus to
9207 break [and maybe other things]
9209 2002-10-05 olicha <olivier.chapuis@free.fr>
9211 * libs/PictureUtils.c (alloc_color_cube):
9212 It si possible to enable "gamma correction" for colors cubes (disabled,
9213 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9215 * libs/PictureUtils.c (get_color_index):
9216 (create_mapping_table):
9217 Use a more exact approximation of colors for pur cc without the big
9220 * libs/PictureUtils.c (PictureFreeColors):
9223 * libs/Graphics.c (CreateGradientPixmap):
9224 (CreateGradientPixmapFromString):
9227 2002-10-04 olicha <olivier.chapuis@free.fr>
9229 * libs/PictureUtils.c (*):
9230 Used a better color approximation for color cube when we do not dither.
9231 Added some new colors tables: color cube with some grey colors.
9232 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9235 * fvwm/fvwm.c (main):
9236 Fixed the visual option
9238 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9241 generate FvwmNewDebug and FvwmGtkDebug
9243 2002-10-02 olicha <olivier.chapuis@free.fr>
9245 * libs/PictureUtils.c (USED_DIST):
9246 Used the euclidian distance for colors distance
9248 * libs/Fft.c (FftGetFont):
9249 Disable Xft if the Xserver does not support XRender
9251 2002-10-01 olicha <olivier.chapuis@free.fr>
9253 * libs/Fft.c (FftGetFont):
9254 Disable Xft if the Xserver does not support XRender
9256 * libs/FRender.c (FRenderRender):
9257 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9260 * libs/Colorset.c (SetRectangleBackground):
9261 (SetClippedRectangleBackground):
9263 New interface function for drawing a subset of a colorset rectangle
9265 2002-09-26 olicha <olivier.chapuis@free.fr>
9267 * fvwm/update.c (apply_window_updates):
9268 Fixed icons colorset update
9270 * libs/FRender.c (FRenderRender):
9271 Fixed bitmap rendering
9273 * fvwm/update.c (apply_window_updates):
9274 * fvwm/geometry.c (move_icon_to_position):
9275 * fvwm/events.c (HandleEnterNotify):
9277 (HandleLeaveNotify):
9278 (HandlePropertyNotify):
9279 * fvwm/add_window.c (setup_icon_font):
9280 * fvwm/icons.c (DrawIconWindow):
9281 (DrawIconTitleWindow):
9282 (DrawIconPixmapWindow):
9285 Fixed focus/unfocus flickering
9287 2002-09-25 olicha <olivier.chapuis@free.fr>
9289 * fvwm/icons.c (DrawIconTitleWindow):
9290 One more drawing fix
9292 2002-09-24 olicha <olivier.chapuis@free.fr>
9294 * fvwm/icons.c (DrawIconTitleWindow):
9295 An other drawing fix
9297 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9299 * fvwm/move_resize.c (__move_loop):
9300 fixed uninitialised variable
9302 fixed starting move at random position
9304 2002-09-24 olicha <olivier.chapuis@free.fr>
9306 * fvwm/update.c (apply_window_updates):
9307 * fvwm/geometry.c (move_icon_to_position):
9308 * fvwm/events.c (HandleEnterNotify):
9310 (HandleLeaveNotify):
9311 (HandlePropertyNotify):
9312 * fvwm/add_window.c (setup_icon_font):
9313 * fvwm/icons.c (DrawIconWindow):
9314 (DrawIconTitleWindow):
9315 (DrawIconPixmapWindow):
9318 Fixed icon drawing. Split icon window drawing.
9320 * libs/FRender.c (*):
9321 Fixed compilation and small clean up
9323 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9325 * fvwm/conditional.c (CreateFlagString):
9326 fixed quoting in conditional command conditions
9328 * fvwm/menus.c (__mloop_handle_event):
9329 removed unnecessary querying of pointer position on button release in
9334 * fvwm/bindings.c (ParseBinding):
9335 increased maximum allowed key symbol name length to 200 characters
9337 * fvwm/execcontext.h (enum):
9338 * fvwm/fvwm.c (Done):
9344 * fvwm/execcontext.h (enum):
9345 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9347 * fvwm/menus.c (pop_menu_up):
9348 fixed accidental menu animation with certain menu position hints
9350 2002-09-23 olicha <olivier.chapuis@free.fr>
9352 * libs/FRender.c (*):
9353 Fixed(?) XRender rendering with some Xserver
9355 * fvwm/update.c (apply_window_updates):
9356 * fvwm/geometry.c (move_icon_to_position):
9357 * fvwm/events.c (HandleEnterNotify):
9359 (HandleLeaveNotify):
9360 (HandlePropertyNotify):
9361 * fvwm/add_window.c (setup_icon_font):
9362 * fvwm/icons.c (DrawIconWindow):
9365 Clip text and icon drawing for the icons
9367 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9371 Path commands now support form: "path1;ext1:path2:path3;ext3"
9372 where ext1 (for example, ".png") means all files in path1 should
9373 be forced to have extention ".png" even if the requested icon
9374 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9376 * fvwm/execcontext.h:
9377 small changes in latters used for EXCT_* constants
9379 * fvwm/module_interface.c:
9381 * libs/PictureBase.c:
9383 some spacing reindentation
9385 2002-09-21 olicha <olivier.chapuis@free.fr>
9387 * libs/FRender.c (FRenderCompositeAndCheck):
9388 Temporally take GraphicsExposure in account
9390 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9393 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9395 2002-09-20 olicha <olivier.chapuis@free.fr>
9397 * fvwm/icons.c (GetIconPicture):
9398 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9399 Fixed the alpha channel
9401 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9406 2002-09-20 olicha <olivier.chapuis@free.fr>
9408 * libs/FRender.c (FRenderTintPicture):
9409 (FRenderTintRectangle):
9411 * libs/FRenderInterface.h:
9412 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9413 Make FRender code more modular. Add a 24+8 tinting method and enable it
9414 in the place of the 32 tinting method (which can be enabled by defining
9415 USE_ABSOLUTE_FORMATE)
9417 2002-09-19 olicha <olivier.chapuis@free.fr>
9419 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9420 (animated_move_back):
9422 (repaint_transparent_menu):
9423 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9424 (AnimatedMoveAnyWindow):
9425 * fvwm/move_resize.h:
9426 Support the new colorset transparent options and fix greyed item
9427 of transparent animated menus
9429 * fvwm/menus.c (pop_menu_up):
9430 (animated_move_back):
9432 * libs/Rectangles.c:
9433 * libs/Rectangles.h:
9435 New libs files for rectangles, segments, regions ..etc
9437 * fvwm/menus.c (clear_expose_menu_area):
9438 (get_menu_paint_item_parameters):
9441 (ParentalMenuRePaint):
9442 (ParentalMenuRePaint):
9443 * fvwm/menuitem.c (clear_menu_item_background):
9445 * fvwm/menuitem.h (MenuPaintItemParameters):
9446 Clip the item icons and text drawing
9448 * fvwm/menus.c (__mloop_exit):
9449 Fixed an indirect uninitialized variable bug
9451 * fvwm/menus.c (__mloop_handle_event): *
9452 (__mloop_handle_action_with_mi): *
9453 Update some comments
9455 * libs/FRender.c (FRenderVisualInit):
9457 * fvwm/colorset.c (parse_colorset):
9460 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9462 * fvwm/menus.c (__menu_loop):
9463 (__mloop_handle_action_with_mi):
9464 fixed parent menu redrawing
9466 * fvwm/style.c (check_window_style_change):
9467 * fvwm/update.c (apply_window_updates):
9468 * fvwm/add_window.c (setup_icon_size_limits):
9469 honour changes in IconSize style without recapture
9471 * fvwm/focus.c (focus_query_open_grab_focus):
9472 * fvwm/events.c (HandlePropertyNotify):
9473 * fvwm/add_window.c (setup_transientfor):
9474 take care of various funny initial transientfor settings
9476 * fvwm/stack.c (__raise_lower_recursion):
9478 fixed stacking core dump
9480 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9486 added a program that tests for -Werror option and similar; bug out of
9487 configure if the test program doesn't compile
9489 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9493 add a "do not edit" warning at the beginning of the man page
9496 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9498 * libs/FScreen.c (XineramaQueryScreens):
9499 fixed linking problem when compiling without Xinerama
9501 * fvwm/cursor.c (CMD_CursorStyle):
9502 fixed cursorstyle command being applied to windows without handles
9504 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9505 (EWMH_ProcessPropertyNotify):
9506 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9507 (GNOME_HandlePropRequest):
9508 fixed dummy macros when compiling without gnome/ewmh support
9510 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9512 * libs/queue.c (fqueue_add_inside):
9513 add a new command with the same execution time as a previous one behind
9517 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9520 * fvwm/functions.c (__execute_function):
9521 * fvwm/execcontext.h (exec_context_type_t):
9522 replace enum values with letters for readability
9524 * fvwm/functions.c (__execute_function):
9525 improved command log output
9527 * fvwm/schedule.c (execute_obj_func):
9528 fixed schedule queue timing
9531 refuse to run configure if CFLAGS is not empty
9533 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9536 fixed compilation with --enable-command-log; simplified fvwm_msg()
9539 reformatted; don't send end-of-line with SET_*MASK
9541 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9543 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9544 fixed multipixmap title drawing
9546 * fvwm/frame.h (struct):
9547 * fvwm/frame.c (frame_get_titlebar_dimensions):
9550 * fvwm/events.c (HandlePropertyNotify):
9551 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9553 * libs/Fft.c (FftDrawString):
9554 -Wall fix when compiling w/o Xft
9556 2002-09-15 olicha <olivier.chapuis@free.fr>
9558 * libs/Colorset.c (CreateBackgroundPixmap):
9559 Fixed a dpy problem with FvwmBacker
9560 * libs/Colorset.c (CreateBackgroundPixmap):
9561 Fixed creation a root transparent pixmap for small root pixmap
9563 2002-09-14 olicha <olivier.chapuis@free.fr>
9565 * libs/Fft.c (FftDrawString):
9566 Fixed clip region with shadow font
9568 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9569 Added a function to create translucent pixmaps
9570 * libs/Colorset.c (CreateBackgroundPixmap):
9572 * libs/FRender.c (FRenderRender):
9573 Allows to use the root window as src pixmap
9575 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9578 Fixed open double quotes in ButtonState section
9580 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9582 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9584 2002-09-13 olicha <olivier.chapuis@free.fr>
9586 * libs/Colorset.c (CreateBackgroundPixmap):
9587 (UpdateBackgroundTransparency):
9588 (SetRectangleBackground):
9590 * fvwm/colorset.c (*):
9592 * fvwm/events.c (HandlePropertyNotify):
9593 Starting implementation of RootTransparent colorset. Worked on
9594 tinted Transparent colorset. Various colorset parsing fixes.
9596 * libs/Fft.c (FftDrawString):
9598 Added the possibility to draw with a clipping region.
9600 * libs/FRender.c (FRenderRender):
9601 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9602 (PCreateRenderPixmap):
9603 (PGraphicsCreateTransprency):
9604 (PGraphicsTintRectangle):
9605 Improve current rendering functions to be able to tint the
9606 ParentalRelative pixmap or the background of a window.
9607 Re-enabled XRender rendering.
9610 remove a #if 0 debug "render" code
9612 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9614 * fvwm/builtins.c (ReadTitleButton):
9616 new button state shortcuts AllNormal, AllToggled,
9617 AllActive, AllInactive, AllUp, AllDown
9619 * fvwm/module_interface.c:
9623 possibly fixed compilation with non gcc
9625 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9627 * fvwm/focus.c (_focus_grab_buttons):
9628 (__focus_grab_buttons):
9630 (__focus_grab_one_button):
9631 grab all modifier combinations on client windows by default if
9632 necessary; this saves a lot of traffic but may grab unnecessary
9633 modifiers with mouse bindings on the client window
9636 * libs/defaults.h (DEF_FP_MODIFIERS):
9637 * fvwm/events.c (__handle_focus_raise_click):
9638 * fvwm/style.c (style_parse_focus_policy_style):
9639 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9640 default is now to use any modifiers for clicktofocus/raise purposes
9642 * fvwm/menus.c (__mloop_get_event):
9645 fixed tear off menus
9647 * libs/FEvent.c (FCheckIfEvent):
9650 (FCheckTypedWindowEvent):
9651 (FCheckWindowEvent):
9652 fixed FCheck...Event functions thus fixing Menu command behaving like
9655 * fvwm/move_resize.c (InteractiveMove):
9656 fixed offset between pointer and window when dragging
9658 * fvwm/virtual.c (HandlePaging):
9659 * fvwm/icons.c (CMD_Iconify):
9660 * fvwm/move_resize.c (InteractiveMove):
9661 * fvwm/menus.c (get_menu_options):
9663 * libs/FScreen.c (GetMouseXY):
9664 use new function fev_get_evpos_or_query()
9670 (GetLocationFromEventOrQuery):
9671 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9672 * libs/FEvent.c (fev_set_evpos):
9675 * fvwm/functions.c (__execute_function):
9676 (execute_complex_function):
9677 fixed complex action clicking logic
9679 * fvwm/add_window.c (CaptureOneWindow):
9680 fixed RecaptureWindow
9681 (CaptureAllWindows):
9684 * fvwm/functable.c (func_table):
9685 fixed running RecaptureWindow without a context window
9687 * fvwm/conditional.c (circulate_cmd):
9690 * fvwm/events.c (HandleVisibilityNotify):
9691 fixed VisibilityNotify handling
9693 * fvwm/functions.c (execute_complex_function):
9694 fixed memory corruption
9695 (__execute_function):
9696 fixed using wrong context
9697 (__execute_function):
9698 removed conditional that was always true now
9702 * fvwm/module_interface.c (ExecuteModuleCommand):
9703 initialise module number
9705 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9707 * fvwm/add_window.c (CaptureOneWindow):
9708 fixed memory corruption
9710 * fvwm/icons.c (Iconify):
9712 fixed bug introduced with transient stacking patch
9714 * fvwm/functions.c (DeferExecution):
9715 (__execute_function):
9716 (execute_complex_function):
9717 cleaned up and optimized exec_context handling
9722 * fvwm/windowlist.c:
9723 * fvwm/conditional.c:
9730 * fvwm/module_interface.c:
9733 * fvwm/add_window.c:
9734 * fvwm/move_resize.c:
9735 * fvwm/fvwm.h (F_CMD_ARGS):
9737 completely removed the builtin command arguments fw, w, and context
9739 * fvwm/functions.c (DeferExecution):
9742 * fvwm/stack.c (BroadcastRestack):
9743 removed global lastTimestamp
9745 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9746 (EWMH_ProcessPropertyNotify):
9747 (ewmh_WMStateShaded):
9748 (ewmh_WMStateSticky):
9749 (ewmh_WMStateHidden):
9754 (ewmh_DesktopGeometry):
9755 (ewmh_ActiveWindow):
9756 use new function interface
9758 * fvwm/menus.c (do_menu):
9759 * fvwm/menucmd.c (menu_func):
9760 * fvwm/windowlist.c (CMD_WindowList):
9761 use new function interface
9762 replaced "(XEvent *)1" hack with a regular flag
9764 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9766 * fvwm/add_window.c (destroy_window):
9767 * fvwm/update.c (destroy_scheduled_windows):
9768 * fvwm/screen.h (ScreenInfo):
9769 new member is_executing_menu_function
9771 * fvwm/windowlist.c (CMD_WindowList):
9772 * fvwm/menucmd.c (menu_func):
9773 * fvwm/gnome.c (CMD_GnomeButton):
9774 (GNOME_ProcessClientMessage):
9775 (GNOME_HandlePropRequest):
9776 * fvwm/modconf.c (CMD_Send_ConfigInfo):
9777 * fvwm/update.c (apply_window_updates):
9778 * fvwm/repeat.c (CMD_Repeat):
9779 * fvwm/conditional.c (circulate_cmd):
9791 * fvwm/focus.c (warp_to_fvwm_window):
9793 * fvwm/read.c (run_command_stream):
9797 * fvwm/fvwm.c (Done):
9801 use new function interface
9803 fixed running startup script under random module number
9805 * fvwm/functions.c (execute_function_override_window):
9806 * fvwm/functions.c (execute_function_override_wcontext):
9807 new convenience functions
9814 * fvwm/module_interface.c (CMD_Send_WindowList):
9816 (CMD_set_sync_mask):
9817 (CMD_set_nograb_mask):
9819 don't use "Module" argument anymore
9820 (ExecuteModuleCommand):
9822 use new function interface
9824 * fvwm/add_window.c (CaptureOneWindow):
9826 (CaptureAllWindows):
9827 * fvwm/events.c (HandleMapRequestKeepRaised):
9828 * fvwm/add_window.c (AddWindow):
9829 AddWindow takes executiuon context as its argument instead of the
9830 window; changed caller
9831 don't use "Event" anymore
9833 * fvwm/fvwm.c (StartupStuff):
9834 generate an execution context for startup
9836 * fvwm/move_resize.c (DoResize):
9840 renamed and used new function interface in args
9842 * fvwm/geometry.c (constrain_size):
9843 added XEvent *e argument to remove use of global "Event"; changed all
9846 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9848 * fvwm/stack.c (get_next_window_in_stack_ring):
9849 (get_prev_window_in_stack_ring):
9850 (get_transientfor_fvwmwindow):
9851 * fvwm/icons.c (SetMapStateProp):
9852 * fvwm/events.c (fake_map_unmap_notify):
9853 * fvwm/misc.c (IsRectangleOnThisPage):
9854 * fvwm/menus.c (menu_enter_tear_off_menu):
9855 (menu_close_tear_off_menu):
9856 * fvwm/icons.c (DrawIconWindow):
9858 * fvwm/colormaps.c (InstallWindowColormaps):
9859 made FvwmWindow * arguments const in many functions
9861 * fvwm/menus.c (pop_menu_up):
9866 (menu_enter_tear_off_menu):
9867 (__mloop_get_event):
9868 (__mloop_get_event_timeout_loop):
9870 (__mloop_get_mi_actions):
9872 * fvwm/events.c (HandleEnterNotify):
9873 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
9878 * fvwm/functions.c (DeferExecution):
9879 (__execute_function):
9880 * fvwm/windowlist.c (CMD_WindowList):
9881 * fvwm/colormaps.c (colormap_handle_colormap_notify):
9882 * fvwm/module_interface.c (CMD_ModuleSynchronous):
9883 (ExecuteModuleCommand):
9884 * fvwm/builtins.c (CMD_Wait):
9885 * fvwm/events.c (WaitForButtonsUp):
9886 (HandleShapeNotify):
9887 (HandleVisibilityNotify):
9888 (HandleUnmapNotify):
9889 (HandleSelectionRequest):
9890 (HandleReparentNotify):
9891 (HandlePropertyNotify):
9892 (HandleMotionNotify):
9893 (HandleMapRequestKeepRaised):
9895 (HandleMappingNotify):
9897 (HandleLeaveNotify):
9902 (HandleEnterNotify):
9903 (HandleDestroyNotify):
9904 (HandleColormapNotify):
9905 (HandleClientMessage):
9906 (HandleButtonRelease):
9907 (HandleButtonPress):
9908 (__handle_bpress_on_root):
9909 (__handle_bpress_action):
9910 (__handle_click_to_raise):
9911 (__handle_click_to_focus):
9912 (__is_bpress_window_handled):
9913 (__handle_focus_raise_click):
9914 don't use "Event", "Fw" and old_execute_function() anymore
9916 * fvwm/events.c (dispatch_event):
9917 removed preserve_tmpwin argument; changed all callers
9919 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9920 fixed random focus member of faked event
9922 * fvwm/gnome.c (GNOME_ProcessClientMessage):
9923 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9924 (EWMH_ProcessPropertyNotify):
9925 * fvwm/move_resize.c (DisplaySize):
9927 (position_geometry_window):
9928 * fvwm/geometry.c (get_window_borders):
9929 (get_window_borders_no_title):
9932 * fvwm/events.c (dispatch_event):
9933 create event execution context
9934 (HandleClientMessage):
9935 removed useless local "button"
9937 don't fiddle with global Fw anymore; added argument to return context
9938 window; changed all callers
9940 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
9941 * fvwm/move_resize.c (__resize_window):
9942 use new event handle interface
9945 * fvwm/eventhandler.h:
9946 new event handler interface
9948 * fvwm/functions.c (CMD_Plus):
9949 * fvwm/builtins.c (AddToDecor):
9952 use F_CMD_ARGS in AddToDecor
9954 removed useless check for realloc return value
9955 use new function interface
9956 fixed another memory leak
9958 * fvwm/builtins.c (__remove_window_decors):
9959 replace old_execute_function with execute_function
9961 * fvwm/add_window.c (setup_window_placement):
9962 * fvwm/placement.c (PlaceWindow):
9963 * fvwm/schedule.c (execute_obj_func):
9964 * fvwm/colorset.c (add_to_junk):
9965 use new function call interface
9967 * fvwm/fvwm.h (F_EXEC_ARGS):
9969 removed now unused macros
9971 * fvwm/functions.c (CheckActionType):
9974 (__execute_function):
9975 (__run_complex_function_items):
9976 (execute_complex_function):
9977 rewrote function call interface
9979 * fvwm/functions.c (__run_complex_function_items):
9980 new function split off from execute_complex_function
9984 removed "Event" global
9986 2002-09-08 Dan Espen <dane@mk.telcordia.com>
9988 * fvwm/fvwm.1.in: Language check.
9990 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9992 * fvwm/functions.c (old_execute_function):
9995 * fvwm/module_interface.c (do_execute_module):
9996 don't write module argument anymore; code claimed that writing 0 into
9997 *Module prevented WaitForButtonsUp from being called, but that was
9998 either a lie or a relic of the past
10000 * fvwm/fvwm.h (exec_func_args_type):
10004 removed *Module argument
10006 * fvwm/functions.c (__execute_function):
10009 * fvwm/functions.h (enum):
10010 added more function execution falgs
10013 add exec_context_t *exc to builtin arguments
10015 * libs/FEvent.c (fev_copy_last_event):
10018 * fvwm/execcontext.h:
10019 * fvwm/execcontext.c:
10020 new files introducing the "exec_context_t" structure that shall replace
10021 the builtin command interface
10023 * fvwm/stack.c (__RaiseOrLowerWindow):
10024 (RaiseOrLowerWindow):
10025 (__restack_window):
10026 (mark_transient_subtree):
10027 (__sort_transient_ring):
10028 properly handle restacking of windows with more than one transient and
10029 multiple levels of transients at the same time
10030 (__RaiseOrLowerWindow):
10031 (RaiseOrLowerWindow):
10032 renamed function and added wrapper
10034 * fvwm/fvwm.h (FvwmWindow):
10035 added new scratch registers
10037 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10041 minor improvements in the new release procedure
10043 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10045 * fvwm/stack.c (RaiseOrLowerWindow):
10046 (__restack_window):
10047 (mark_transient_subtree):
10048 (must_move_transients):
10049 (is_on_top_of_layer_ignore_rom):
10050 handle restacking trees of transient windows; still does not work too
10051 well if a window has multiple transients at the same time
10053 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10057 restored versions from before 9th of September
10058 (RaiseOrLowerWindow):
10059 fixed StackTransientParent style without RaiseTransient or
10060 LowerTransient on transient_for window
10061 StackTransientParent works only on window in the same layer
10062 (mark_transient_subtree):
10063 fixed handling of window group hint w/ iconify
10065 (RaiseOrLowerWindow):
10067 fixed flickering when overlapping transients aree lowered
10069 * fvwm/move_resize.c (__resize_window):
10070 * fvwm/colorset.c (add_to_junk):
10071 cleaned up event handling
10073 * fvwm/move_resize.c (__resize_window):
10074 renamed function and changed callers
10076 * fvwm/fvwm.h (F_PASS_ARGS):
10078 removed eventp command argument
10080 * fvwm/events.c (DispatchEvent):
10082 renamed function, added event argument and changed all callers
10084 * libs/FEvent.c (fev_fake_event):
10085 * libs/FEvent.c (fev_get_evtype__remove_me):
10088 * fvwm/menus.c (menuShortcuts):
10095 (__mloop_get_event_timeout_loop):
10096 (__mloop_get_event):
10097 (__mloop_do_popup):
10098 (__mloop_do_popup):
10100 * fvwm/builtins.c (CMD_FakeClick):
10101 * fvwm/functions.c (CheckActionType):
10103 * fvwm/focus.c (__try_program_focus):
10104 (__try_program_focus):
10105 * fvwm/icccm2.c (SetupICCCM2):
10106 * fvwm/virtual.c (HandlePaging):
10107 * fvwm/module_interface.c (make_vpacket):
10108 (make_new_vpacket):
10109 * fvwm/schedule.c (squeue_get_next_ms):
10110 (squeue_get_next_ms):
10112 * fvwm/stack.c (BroadcastRestack):
10113 * fvwm/move_resize.c (resize_window):
10115 * libs/FEvent.c (fev_get_evtime):
10116 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10118 * fvwm/events.c (HandleEnterNotify):
10122 (discard_window_events):
10123 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10126 * fvwm/menus.c (__mloop_get_event):
10127 * fvwm/virtual.c (HandlePaging):
10129 * fvwm/functions.c (DeferExecution):
10131 * fvwm/misc.c (get_server_time):
10132 * fvwm/builtins.c (CMD_StrokeFunc):
10133 * fvwm/menus.c (pop_menu_up):
10136 * libs/FEvent.c (fev_update_last_timestamp):
10137 removed StashEventTime function; handle this directly in FEvent.c
10139 * fvwm/module_interface.c (ExecuteModuleCommand):
10140 * fvwm/misc.c (Keyboard_shortcuts):
10141 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10142 * fvwm/events.c (handle_all_expose):
10146 don't use Event global anymore
10148 * fvwm/bindings.c (activate_binding):
10149 fixed key bindings on window corners
10151 * libs/fvwmlib.h (C_DECOR):
10152 context including all parts of the decorations
10154 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10157 fixed compilation warning in #endif comment
10160 removed debug fprintf
10166 another solution for reporting the cvs status
10168 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10170 * configure.in (LIBOBJS):
10171 * acinclude.m4 (smr_SWITCH):
10172 fix for autoconf 2.53
10175 removed unnecessary includes
10177 * fvwm/Makefile.am (fvwm_SOURCES):
10179 * fvwm/eventmasks.h:
10180 * fvwm/eventhandlers.h:
10181 new files split from events.h
10183 * fvwm/icccm2.c (HandleSelectionRequest):
10184 (HandleSelectionClear):
10185 * fvwm/colormaps.c (HandleColormapNotify):
10186 * fvwm/menus.c (menu_tear_off):
10187 * fvwm/move_resize.c (resize_window):
10190 new argument avh_args_t to the event handler functions; still unused
10191 moved all event handlers to events.c
10192 remove now unnecessary includes in some files
10194 * fvwm/icccm2.c (HandleSelectionRequest):
10198 use replacements for X event functions everywhere
10200 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10204 * fvwm/borders.c (border_flags_to_button_state):
10206 * fvwm/builtins.c (ReadTitleButton):
10207 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10208 * fvwm/fvwm.c (InitVariables):
10209 Imlemented new title and button states InactiveUp and InactiveDown,
10210 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10211 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10212 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10215 reformat license info in -version to be 3 lines and one empty line
10216 instead of 5 non-empty lines, for readability
10218 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10222 * libs/Makefile.am:
10225 * fvwm/stack.c (__raise_or_lower_recursion):
10226 (RaiseOrLowerWindow):
10227 split into two functions
10228 renamed to __raise_or_lower_window
10229 (mark_transient_subtree):
10230 new flag MARK_CLEAR
10231 (position_new_window_in_stack_ring):
10234 cleaned up stacking code
10236 * fvwm/menus.c (paint_menu):
10237 fixed a minor drawing problem with menu item reliefs
10239 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10241 * fvwm/move_resize.c (InteractiveMove):
10242 removed eventp from interface
10243 changed all callers
10245 * fvwm/menucmd.c (menu_func):
10246 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10247 * fvwm/windowlist.c (CMD_WindowList):
10248 * fvwm/read.c (run_command_file):
10249 (run_command_stream):
10250 * fvwm/focus.c (warp_to_fvwm_window):
10251 * libs/Event.c (GetSubwindowFromEvent):
10252 * fvwm/events.c (GetContext):
10253 * libs/Pointer.c (GetLocationFromEventOrQuery):
10254 * fvwm/builtins.c (CMD_StrokeFunc):
10256 * fvwm/events.c (StashEventTime):
10257 * fvwm/move_resize.c (InteractiveMove):
10258 * fvwm/functions.c (DeferExecution):
10259 (old_execute_function):
10260 * fvwm/fvwm.h (F_CMD_ARGS):
10262 make eventp argument const to ease clean up work
10264 * fvwm/windowlist.c (CMD_WindowList):
10265 * fvwm/move_resize.c (InteractiveMove):
10266 * fvwm/menucmd.c (menu_func):
10267 * fvwm/icons.c (CMD_Iconify):
10268 always query pointer position in case a script modified the position
10271 * fvwm/focus.c (SetPointerEventPosition):
10272 removed function since it modifies the global event variable
10274 * fvwm/functable.c (func_table):
10275 added cursor and event type members fo DeferExecution call
10276 * fvwm/functions.c (DeferExecution):
10277 made static, call from inside functions.c only
10278 removed calls everywhere
10280 * fvwm/builtins.c (CMD_StrokeFunc):
10283 * fvwm/virtual.c (HandlePaging):
10285 don't use global "Event" anymore
10287 pass in event structure through arguments
10288 changed all callers
10290 2002-09-02 olicha <olivier.chapuis@free.fr>
10292 * libs/Colorset.c (*):
10294 * libs/colorset.c (parse_colorset):
10295 * libs/PictureGraphics.c (PGrabXImage):
10296 (PCreateRenderPixmap):sx
10297 (PGraphicsCreateTransprency):
10298 * libs/PictureGraphics.h:
10299 An experimental implementation of ParentalRelative tinted background
10301 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10302 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10304 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10305 * libs/FRenderInit.c (FRenderInit):
10306 (FRenderGetAlphaDepth):
10307 * libs/FRenderInit.h:
10308 Fixed alpha blending for xserver without depth 8 pixmap
10314 2002-09-01 olicha <olivier.chapuis@free.fr>
10317 Colorset and alpha blending news
10319 2002-08-31 olicha <olivier.chapuis@free.fr>
10321 * libs/Ficonv.c (convert_charsets):
10322 Fixed compilation on systems that do not have EILSEQ
10324 2002-08-30 olicha <olivier.chapuis@free.fr>
10326 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10327 Fixed compilation of certain modules
10329 * fvwm/borders.c (border_render_into_pixmap):
10330 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10331 * libs/PictureGraphics.h:
10332 * libs/Graphics.c (CreateStretchPixmap):
10333 (CreateStretchYPixmap):
10334 (CreateStretchXPixmap):
10335 Progress with masks in multipixmap title
10337 * libs/PictureGraphics.c (PCopyArea):
10339 (PCreateRenderPixmap):
10340 * fvwm/borders.c (border_fill_pixmap_background):
10343 * fvwm/icons.c (DrawIconWindow):
10344 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10345 Fixed the shape mask of ewmh icons and icons with some alpha
10347 2002-08-30 olicha <olivier.chapuis@free.fr>
10349 * libs/PictureGraphics.c (PCreateRenderPixmap):
10350 (PGrabImageErrorHandler):
10351 (PGraphicsCopyPixmaps):
10352 (PGraphicsCopyFvwmPicture):
10353 (PGraphicsTileRectangle):
10354 (PGraphicsRenderPixmaps):
10355 (PGraphicsRenderPicture):
10356 * libs/PictureGraphics.h:
10357 * libs/PictureBase.h:
10358 Replaced PGraphicsTileRectangle with a more powerful function,
10359 PCreateRenderPixmap, which performs *full* XRender simulation.
10360 So alpha blending is now supported even without Xrender support.
10361 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10362 for direct rendering with tint and alpha channel.
10364 * libs/FRender.c (FRenderVisualInit):
10366 (FRenderTintRectangle):
10368 * libs/FRenderInterface.h:
10369 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10370 and more powerfull function FRenderRender
10372 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10374 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10375 Load the alpha even without Xrender support
10378 * fvwm/colorset.c (parse_pixmap_tint):
10381 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10382 or obsolete TintMask) also tints gradients and the tint is applied
10383 only to the pixmap not the bg color. The average bg is computed from
10384 the "original" pixmap and not the tinted one, bgTint should be used
10385 to get a real average bg in the case the pixmap is tinted
10387 * fvwm/icons.c (DrawIconWindow):
10388 (CreateIconWindow):
10389 * fvwm/menuitem.c (menuitem_paint):
10390 * fvwm/menus.c (paint_side_pic):
10391 * fvwm/borders.c (border_get_border_background):
10392 (border_draw_decor_to_pixmap):
10393 (border_fill_pixmap_background):
10394 * fvwm/events.c (HandlePropertyNotify):
10395 Picture rendering use the new PGraphicsRenderPixmaps and
10396 PGraphicsRenderPicture libs functions. Respect new colorset options
10398 * fvwm/colorset.c (parse_colorset):
10400 (CMD_ReadWriteColors):
10402 Removed the read write colorset codes
10404 * libs/Graphics.c (CalculateGradientDimensions):
10405 Fixed the size of dithered H and V gradients
10407 * libs/PictureUtils.c (*):
10408 * libs/PictureUtils.h:
10411 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10413 * fvwm/menus.c (paint_menu_gradient_background):
10414 fixed drawing of SidePic menu background when not using SideColor
10417 * FvwmIconBox/icons.c:
10420 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10422 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10424 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10427 fixed --disable-ewmh
10431 added const to some prototypes
10433 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10435 * fvwm/menus.c (MenuInteraction):
10437 renamed MenuInteraction to __menu_loop
10439 * fvwm/menus.c (pop_menu_up):
10442 removed pdo_warp_to_title argument of pop_menu_up and changed all
10443 callers; logic is now in last_saved_position_hints
10444 (__menu_get_next_event_timeout_loop):
10445 began to split MenuInteraction into several sub functions
10446 go away, evil "goto"!
10448 * fvwm/style.c (style_parse_one_style_option):
10449 all boolean styles - and *only* boolean styles, can be prefixed with a
10450 '!' to invert their meaning
10451 (style_parse_button_style):
10452 moved Button and NoButton styles to separate function
10456 updated for 2.5.4-devel
10465 * fvwm/menuitem.h (struct):
10466 * fvwm/menus.c (paint_menu_gradient_background):
10467 (paint_menu_pixmap_background):
10469 (clear_expose_menu_area):
10470 fixed TiledPixmap menu background drawing bug
10471 sorted function in file and removed forward declarations
10473 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10475 * fvwm/Makefile.am (LDADD):
10476 put -lfvwm at front of library list
10478 * fvwm/windowlist.c (CMD_WindowList):
10479 print window's page instead of current page in windowlist
10481 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10483 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10484 Fix for Experimental RaiseOverUnmanaged Handling.
10486 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10490 New defs for Experimental RaiseOverUnmanaged Handling.
10492 * fvwm/events.c (HandleEnterNotify):
10494 (set_focus_to_fwin)
10495 (focus_query_grab_buttons)
10496 (_focus_grab_buttons)
10497 (focus_grab_buttons)
10498 (focus_grab_buttons_client_entered)
10500 (__activate_window_by_command)
10501 (_ReturnFocusWindow)
10503 (_ForceDeleteFocus)
10505 (raise_over_unmanaged)
10506 (is_above_unmanaged)
10507 (_is_on_top_of_layer)
10508 (is_on_top_of_layer)
10509 (is_on_top_of_layer_and_above_unmanaged)
10510 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10511 interaction of RaiseOverUnmanaged with various focus policies,
10512 particularly mouse focus + client click raises; issue mouse
10513 button grabs when and only when they are actually needed; and
10514 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10515 (Thanks to the GFPR, this is much more straightforward to do!)
10517 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10520 added a paragraph about scripting and complex functions.
10522 * fvwm/style.c (style_parse_one_style_option):
10523 fixed flag_mask and change_mask of TitleAt... styles that broke left
10526 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10529 describe new focus policy styles
10531 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10533 * fvwm/style.c (merge_styles):
10534 fixed applying style updates immediately
10536 * fvwm/geometry.c (constrain_size):
10537 fixed font resizing of maximized windows
10539 * fvwm/window_flags.h:
10540 * fvwm/fvwm.h (has_new_wm_normal_hints):
10543 * fvwm/events.c (HandleEnterNotify):
10544 fixed UngrabNotify returning focus to just unfocused window
10548 * fvwm/style.c (merge_styles):
10550 (__simplify_style_list):
10551 fixed default style calculations
10553 * fvwm/events.c (HandleConfigureRequest):
10554 disabled debug output
10556 * fvwm/style.c (merge_styles):
10557 * fvwm/fvwm.h (window_style):
10558 new style member default_mask to allow two levels of defaults;
10559 fixes focus policy defaults
10561 rewrote many of the macros; changed all callers
10563 * fvwm/borders.c (RenderIntoPixmap):
10564 (DrawMultiPixmapTitlebar):
10565 (border_render_into_pixmap):
10566 (border_draw_multi_pixmap_titlebar):
10567 applied Suzanne Skinner's multi pixmap titles fix
10568 renamed functions and changed all callers
10570 * libs/FScreen.c (FScreenGetScrRect):
10573 new utility functions
10575 * fvwm/windowlist.c (CMD_WindowList):
10576 new option MaxLabelWidth for the WIndowList command based on patch by
10578 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10579 WindowList command.
10581 * fvwm/events.c (HandleConfigureRequest):
10582 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10583 seems to work without problems
10585 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10587 * fvwm/style.c (merge_styles):
10588 fixed style defaults getting stuck to on once set
10591 fixed a number of non portable uses of the "test" command and unified
10592 the used syntax of all calls to reduce chance of copy-and-paste
10595 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10599 minor typos and improvements;
10600 better string quotings and detection of fribidi for autoconf-2.53
10602 * fvwm/Makefile.am:
10603 don't include *.in in EXTRA_DIST, they are auto-included
10605 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10607 * fvwm/events.c (HandleConfigureRequest):
10608 (HandlePropertyNotify):
10609 (is_resizing_event_pending):
10610 fixed uninitialised return code of test_resizing_event
10612 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10614 * fvwm/decorations.c (SelectDecor):
10616 * fvwm/window_flags.h:
10618 moved common.s.has_no_border window flag to common.has_no_border to
10619 fix windows getting stuck without a border once the HandleWidth or
10620 BorderWidth was set to 0 and then increased again
10623 removed reference to BUGS and TODO
10626 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10627 fvwm.1 files don't have to be updated for a release anymore; the release
10628 number and date are set by configure
10630 * fvwm/fvwm.c (setVersionInfo):
10631 fixed output of "fvwm -version"
10633 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10635 * fvwm/style.c (style_parse_one_style_option):
10636 Old focus styles override less of the behaviour specified with the
10637 FP... styles; use defaults instead without setting the mask
10638 (style_parse_one_style_option):
10639 removed the styles MouseFocusClickIgnoreMotion and
10640 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10642 (style_parse_one_style_option):
10643 ClickToFocusRaises now works only on the client window, not on the
10645 (style_parse_one_style_option):
10646 fixed FocusFollowsMouse style
10647 (style_set_old_focus_policy):
10648 moved old default focus settings to a separate function, simplified code
10650 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10652 * fvwm/fvwm.1: Add hot-spot is an offset information,
10653 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10656 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10658 * fvwm/style.c (style_parse_focus_policy_style):
10659 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10661 * libs/Makefile.am:
10662 added missing files
10664 * fvwm/events.c (HandleConfigureRequest):
10665 fixed ConfigureRequest race condition
10667 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10670 quote environment variables
10672 2002-08-13 olicha <olivier.chapuis@free.fr>
10675 Color limit and dithering news
10678 Added a minimal doc for the -color-limit option
10680 * fvwm/builtins.c (CMD_ColorLimit):
10681 ColorLimit is obsolete
10683 * fvwm/builtins.c (ReadDecorFace):
10684 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10685 (PictureAllocColorAllProp):
10686 Implemented dithering for depth 16 and 15. This is off by default
10687 in colorset (use the dither colorset option) and on by default
10688 for window title gradient. Gradient are visibly more smooth.
10690 * libs/PictureUtils.c (*):
10693 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10696 corrected the pixmap cursor description, added an example
10698 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10700 * fvwm/menus.c (select_menu_item):
10701 (paint_menu_gradient_background):
10702 fixed a redrawing problem with H/Vgradient menu faces
10704 fixed a minor problem w/ entering submenus via keyboard
10706 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10708 * fvwm/move_resize.c (CMD_ResizeMove):
10711 (CMD_ResizeMaximize):
10712 (CMD_ResizeMoveMaximize):
10713 commands can be used on iconified windows again
10717 moved pre-2.2 NEWS to ONEWS
10720 * libs/safemalloc.c:
10726 * fvwm/menustyle.c:
10733 let config.h include strinh.h or strings.h
10735 * fvwm/style.c (style_parse_one_style_option):
10736 (style_parse_one_style_option):
10737 fixed icon box crash
10739 * fvwm/bindings.c (update_nr_buttons):
10740 fixed extra buttons on window decorations
10742 * fvwm/style.c (style_parse_one_style_option):
10743 fixed parsing of the FP... and !FP... styles
10745 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
10747 * fvwm/style.c (style_parse_one_style_option):
10748 Fixed a typo so that ClickToFocusRaisesOff actually turns
10749 the option off instead of on.
10751 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10753 * fvwm/focus.c (focus_grab_buttons):
10754 only grab necessary buttons on the client window
10756 2002-08-11 olicha <olivier.chapuis@free.fr>
10758 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10759 Removed some debug code
10761 * fvwm/fvwm.c (main):
10763 Added -color-limit to fvwm usage
10765 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10767 * fvwm/style.c (style_parse_one_style_option):
10768 (style_parse_focus_policy_style):
10769 added style options "FP..." to control focus policy
10770 removed OverrideGrabFocus and AllowGrabFocus styles
10772 * fvwm/style.c (merge_styles):
10773 fixed style defaults != 0
10775 * fvwm/focus.c (__restore_focus_after_unmap):
10776 fixed a bug w/ reverting the focus from transients to the parent
10778 * fvwm/ewmh.c (ewmh_HandleDesktop):
10779 * fvwm/style.c (style_parse_one_style_option):
10780 fixed defaults for various focus styles
10785 * fvwm/frame.c (frame_mrs_resize_move_windows):
10786 backed out anti-flicker patch that slowed down command processing
10788 * fvwm/bindings.c (update_nr_buttons):
10790 fixed sluggish processing of mouse bindings
10792 * fvwm/events.c (__handle_bpress_action):
10793 fixed drawing of pressed decorations w/o bindings
10795 * fvwm/frame.c (frame_move_resize):
10796 removed debug code that broke focus handling
10798 * fvwm/style.c (style_parse_one_style_option):
10799 fixed passing the focus click to the app by default
10801 * fvwm/events.c (__handle_click_to_focus):
10802 * fvwm/focus.c (set_focus_to_fwin):
10803 (__set_focus_to_fwin):
10804 removed drawing code that broke as many places as it fixed; plus it
10805 cause unnecessary redraws
10807 * fvwm/events.c (HandleConfigureRequest):
10808 send a synthetical ConfigureNotify if an application is not granted its
10809 wishes from a ConfigureRequest; this is necessary for FixedPPosition
10810 and FixedPSize to work properly; also to be ICCCM compliant
10811 always force border_width 0 in these events
10812 in the experimental cr merging code, send a number of cn events equal
10813 to the number of merged events
10819 * fvwm/style.c (style_parse_focus_policy_style):
10820 (style_parse_icon_size_style):
10821 (style_parse_icon_box_style):
10822 (style_parse_icon_grid_style):
10823 (style_parse_icon_fill_style):
10824 (style_parse_one_style_option):
10825 (parse_and_set_window_style):
10826 split into separate functions
10827 (style_parse_one_style_option):
10828 simplified and cleaned up
10831 * fvwm/decorations.c:
10834 * fvwm/conditional.h:
10835 * fvwm/conditional.c:
10839 * fvwm/colormaps.c:
10842 reformatted and cleaned up
10844 2002-08-11 olicha <olivier.chapuis@free.fr>
10846 * libs/PictureUtils.c (*):
10847 * libs/PictureUtils.h:
10848 * libs/PictureDitherMatrice.h (new file):
10849 * libs/PictureImageLoader.c (*):
10850 * libs/PictureImageLoader.h:
10851 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
10852 (PCreateDitherPixmap):
10853 (PCreateTintedPixmap):
10854 * libs/PictureGraphics.h:
10855 * libs/PictureBase.c (PictureInitCMap):
10856 * libs/PictureBase.h:
10857 * libs/Picture.c (*):
10860 * libs/Colorset.c (DumpColorset):
10863 * libs/Graphics.c (all gradient functions):
10866 * fvwm/move_resize.c (CMD_XorPixmap):
10867 * fvwm/colors.c (FreeColors):
10868 * fvwm/builtins.c (CMD_DefaultColors):
10869 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10870 * fvwm/builtins.c (FreeDecorFace):
10872 * fvwm/menus.c (pop_menu_down):
10873 (paint_menu_gradient_background):
10876 * fvwm/menustyle.c (menustyle_free_face):
10877 (menustyle_parse_face):
10879 (menustyle_update):
10880 (menustyle_parse_style):
10881 (CMD_CopyMenuStyle):
10882 * fvwm/menustyle.h:
10883 * fvwm/icons.c (GetIconFromFile):
10884 * fvwm/builtins.c (ReadMultiPixmapDecor):
10886 * fvwm/borders.c (border_draw_decor_to_pixmap):
10887 * fvwm/add_window.c (setup_mini_icon):
10888 * fvwm/fvwm.c (main):
10889 * fvwm/colorset.c (free_colorset_background):
10893 New color limit method and implement dithering in depth <= 8.
10894 Added a "fvwm picture attributes" structure for loading image.
10895 Some colors leaks fix. Add some (weak) color leaks. New option
10896 -color-limit for fvwm. 257 fix. Some prepartion for tint and
10899 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10901 * libs/Flocale.c (FlocaleRotateDrawString):
10904 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10906 * fvwm/style.c (parse_and_set_window_style):
10907 fixed the default for passing the click-to-raise click for mousey
10910 * fvwm/events.c (__handle_click_to_focus):
10911 removed redundant code
10912 (WaitForButtonsUp):
10913 fixed sluggish motion event handling when waiting for buttons to be
10916 * fvwm/focus.c (__set_focus_to_fwin):
10917 (set_focus_to_fwin):
10918 fixed redrawing the border w/ mousey focus when the window was entered,
10919 then the border was clicked before the FocusIn event arrived
10921 * fvwm/events.c (__handle_bpress_on_managed):
10922 * fvwm/style.c (parse_and_set_window_style):
10923 fixed some small focus problems
10926 reformatted and cleaned up
10931 * fvwm/focus.c (focus_query_click_to_raise):
10932 (focus_query_click_to_focus):
10933 * fvwm/style.c (parse_and_set_window_style):
10934 * fvwm/events.c (__test_for_motion):
10935 (__check_click_to_focus_or_raise):
10936 (__handle_focus_raise_click):
10937 (__is_bpress_window_handled):
10938 (__handle_click_to_focus):
10939 (__handle_click_to_raise):
10940 (__handle_bpress_stroke):
10941 (__handle_bpress_action):
10942 (__handle_bpress_on_root):
10943 (__handle_bpress_on_unmanaged):
10944 (__handle_bpress_on_managed):
10945 (HandleButtonPress):
10946 GFPR: completely rewrote ButtonPress handler, thus finishing the core
10947 of the new focus code; only the parsing for the new styles is missing
10949 * fvwm/virtual.c (is_pan_frame):
10952 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10954 * fvwm/add_window.c (AddWindow):
10955 fixed compile error
10957 * fvwm/events.c (__handle_focus_raise_click):
10958 (HandleButtonPress):
10961 * fvwm/events.c (__handle_focus_raise_click):
10962 * fvwm/fvwm.h (struct):
10963 * fvwm/style.c (check_window_style_change):
10964 (parse_and_set_window_style):
10965 * fvwm/session.c (MatchWinToSM):
10966 * fvwm/window_flags.h:
10967 eliminated parts of the old focus code
10969 * fvwm/focus.c (__set_focus_to_fwin):
10970 (set_focus_to_fwin):
10971 * fvwm/fvwm.c (InitVariables):
10972 * fvwm/add_window.c (destroy_window):
10973 * fvwm/events.c (__handle_focus_raise_click):
10974 * fvwm/screen.h (ScreenInfo):
10975 eliminated Scr.Ungrabbed global
10977 * fvwm/update.c (apply_window_updates):
10978 (flush_window_updates):
10979 * fvwm/icons.c (DeIconify):
10981 * fvwm/move_resize.c (CMD_Maximize):
10984 * fvwm/frame.c (frame_free_move_resize_args):
10985 (__frame_setup_window):
10986 * fvwm/virtual.c (do_move_window_to_desk):
10987 (CMD_GotoDeskAndPage):
10990 * fvwm/stack.c (LowerWindow):
10991 * fvwm/events.c (HandleMapNotify):
10992 (HandleVisibilityNotify):
10995 (__handle_focus_raise_click):
10996 (HandleEnterNotify):
10997 (HandleMapRequestKeepRaised):
10998 * fvwm/add_window.c (setup_key_and_button_grabs):
10999 (setup_focus_policy):
11001 * fvwm/focus.c (__try_other_screen_focus):
11002 (__set_focus_to_fwin):
11003 (set_focus_to_fwin):
11004 (focus_grab_buttons_on_pointer_window):
11005 (focus_grab_buttons_on_layer):
11006 (focus_grab_buttons_new):
11007 cleaned up focus grab handling.
11009 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11012 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11014 * fvwm/add_window.c (setup_window_structure):
11016 discarded unused return code
11018 * fvwm/focus.c (focus_grab_buttons):
11019 split into two fucntions and fixed a bug with ungrabbing buttons
11021 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11022 * fvwm/style.c (parse_and_set_window_style):
11023 * fvwm/icons.c (DeIconify):
11025 * fvwm/events.c (HandleButtonPress):
11026 (HandleEnterNotify):
11027 (HandleLeaveNotify):
11029 (HandleMapRequestKeepRaised):
11030 * fvwm/add_window.c (CaptureAllWindows):
11031 * fvwm/virtual.c (UnmapDesk):
11033 (do_move_window_to_desk):
11034 * fvwm/update.c (flush_window_updates):
11035 * fvwm/focus.c (set_focus_model):
11037 (__restore_focus_after_unmap):
11038 much more GFPR work; these patches may break lots of things
11040 * fvwm/focus.c (set_focus_to_fwin):
11041 (__activate_window_by_command):
11043 (ReturnFocusWindow):
11045 (ForceDeleteFocus):
11046 renamed MoveFocus to set_focus_to_fwin
11048 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11050 * libs/Fft.c (FftDrawString):
11051 removed redudant and buggy code that called DrawStringFunc before
11052 this pointer gets initialized
11054 * fvwm/focus.c (focus_query_click_to_raise):
11055 fixed possibly-uninitialized variable warning
11057 * fvwm/Makefile.am:
11058 specify stroke includes before Xft includes, may improve some cases
11060 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11063 fixed sys/time.h detection
11065 * fvwm/events.c (HandleMappingNotify):
11066 * libs/Bindings.c (AddBinding):
11067 added MappingNotify event handler
11069 * fvwm/events.c (HandleMapRequest):
11072 * fvwm/events.c (InitEventHandlerJumpTable):
11073 another attempt at handling "unknown" modifiers in key bindings
11075 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11077 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11078 * fvwm/add_window.c (destroy_window):
11079 * fvwm/focus.c (focus_grab_buttons):
11082 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11084 * fvwm/focus.c (focus_force_refresh_focus):
11085 * fvwm/events.c (HandleEnterNotify):
11086 (HandlePropertyNotify):
11087 (HandleButtonPress):
11088 * fvwm/icons.c (DeIconify):
11089 * fvwm/virtual.c (MapDesk):
11090 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11091 * fvwm/update.c (apply_window_updates):
11092 * fvwm/module_interface.c:
11093 * fvwm/conditional.c (MatchesConditionMask):
11096 * fvwm/icons.c (Iconify):
11097 removed "#if 0"ed code
11099 * fvwm/module_interface.c:
11100 disabled the old ConfigureWindow module interface
11103 * libs/fvwmsignal.h:
11105 * fvwm/ewmh_intern.h:
11107 * fvwm/module_interface.c:
11112 new file to encapsulate time.h and sys/time.h inclusion
11116 (mark_transient_subtree):
11117 (__mark_group_member):
11118 cleaned up and split into two functions
11120 * fvwm/focus.c (CMD_Focus):
11122 * fvwm/icons.c (DeIconify):
11125 (__activate_window_by_command):
11128 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11129 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11130 * fvwm/style.c (parse_and_set_window_style):
11131 (parse_and_set_window_style):
11132 began implementing new focus control styles
11134 * fvwm/focus.c (DoSetFocus):
11135 (__restore_focus_after_unmap):
11140 (__set_focus_to_fwin):
11143 * fvwm/conditional.c (MatchesConditionMask):
11144 * fvwm/focus.c (focus_query_open_grab_focus):
11145 (focus_query_close_restore_focus):
11146 (focus_does_accept_input_focus):
11148 * fvwm/events.c (HandleUnmapNotify):
11149 (HandleEnterNotify):
11151 (HandleMapRequestKeepRaised):
11152 renamed some functions
11155 * fvwm/focus_policy.c:
11156 * fvwm/focus_policy.h:
11157 prepared some future focus policy flags
11160 enable error message when png or xpm test compilation fails
11163 * fvwm/window_flags.h:
11164 * fvwm/ewmh.c (ewmh_HandleDesktop):
11165 * fvwm/style.c (parse_and_set_window_style):
11166 (check_window_style_change):
11167 * fvwm/events.c (HandleButtonPress):
11168 (HandleVisibilityNotify):
11169 began GFPR migration of *raises* focus policy flags
11171 * fvwm/focus.c (focus_is_focusd):
11174 * libs/Bindings.c (AddBinding):
11175 fixed handling of "unknown" modifiers in key bindings
11177 * fvwm/focus.c (focus_grab_buttons):
11178 (focus_query_grab_buttons):
11179 moved focus policy code into separate function
11181 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11186 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11188 * fvwm/style.c (parse_and_set_window_style):
11189 * fvwm/focus.c (focus_query_grab_focus):
11190 * fvwm/events.c (HandleMapNotify):
11191 (HandlePropertyNotify):
11192 * fvwm/focus_policy.c (fpol_init_default_fp):
11194 new styles OverrideGrabFocus and AllowGrabFocus
11195 cleaned up focus grabbing code and moved to focus.c
11197 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11199 * fvwm/focus.c (CMD_WarpToWindow):
11200 fixed negative arguments for unmanaged windows
11202 * fvwm/conditional.c (CMD_Direction):
11203 use PeekToken instead of GetNextToken
11205 new direction "center"
11207 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11209 * fvwm/events.c (addkbsubinstoarray):
11210 disabled experimental pointer warping code
11213 removed menu crash debug code
11215 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11218 added tons of crash debug code
11220 * fvwm/add_window.c:
11221 made a lot of internal functions static
11223 * fvwm/add_window.c (setup_button_windows):
11224 (destroy_title_window):
11225 (destroy_button_windows):
11226 (destroy_resize_handle_windows):
11227 (destroy_auxiliary_windows):
11230 * fvwm/icons.c (CreateIconWindow):
11231 safety patches w/ XDeleteContext
11233 * fvwm/menus.c (DestroyMenu):
11234 fixed a crash w/ accessing already deleted menus
11236 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11238 * fvwm/menus.c (get_menu_options):
11239 fixed menu context rectangle "icon" if the icon was not just a pixmap
11241 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11243 * fvwm/events.c (HandleMapNotify):
11244 (HandleMapRequestKeepRaised):
11245 (HandleUnmapNotify):
11246 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11247 * fvwm/ewmh.c (ewmh_HandleDesktop):
11248 * fvwm/style.c (parse_and_set_window_style):
11249 removed old do_grab_focus_when_created and *_when_transient_* flags
11251 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11253 * fvwm/conditional.c (MatchesConditionMask):
11254 * fvwm/focus.c (DoSetFocus):
11255 * fvwm/session.c (MatchWinToSM):
11256 * fvwm/module_interface.c (SETOLDFLAGS):
11257 removed old is_lenient flag
11260 * fvwm/style.c (__simplify_style_list):
11261 (simplify_style_list):
11264 * fvwm/window_flags.h:
11266 access macros for focus policy flags structures
11269 * fvwm/focus_policy.c:
11270 * fvwm/focus_policy.h:
11271 new files, begin great focus policy rewrite aka GFPR
11273 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11275 * fvwm/placement.c (PlaceWindow):
11276 Fixed interaction between CascadePlacement and StartsOnPage
11278 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11280 * libs/fvwmsignal.c (fvwmSelect):
11281 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11284 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11286 * fvwm/add_window.c (CaptureOneWindow):
11287 fixed a core dump w/ windows being destroyed during a recapture
11289 removed duplicate check if new windows still exist
11291 * fvwm/placement.c (CMD_PlaceAgain):
11292 * fvwm/move_resize.c (move_window_doit):
11294 * fvwm/virtual.c (MapDesk):
11296 (do_move_window_to_desk):
11297 * fvwm/icons.c (AutoPlaceIcon):
11298 (ChangeIconPixmap):
11300 some cleanup in movement code
11301 new option "Icon" to PlaceAgain command
11302 adapted documentation accordingly
11304 * fvwm/move_resize.c (move_window_doit):
11308 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11310 * libs/Flocale.c (FlocaleRotateDrawString):
11311 create gcs only once
11314 removed some references to Recapture
11315 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11316 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11318 * libs/gravity.c (gravity_parse_multi_dir_argument):
11319 fixed "all" multidir selecting "center" too
11321 * libs/Fft.c (FftDrawString):
11322 * libs/Flocale.c (FlocaleRotateDrawString):
11323 (FlocaleFontStructDrawString):
11324 (FlocaleDrawString):
11325 fixed some text placement bugs w/ shadow text
11326 (FlocaleGetShadowTextPosition):
11327 implemented "center" shadows
11329 2002-07-20 olicha <olivier.chapuis@free.fr>
11331 * libs/Flocale.c (FlocaleRotateDrawString):
11332 Removed some static declarations
11334 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11336 * libs/gravity.c (gravity_multi_dir_to_dir):
11337 * libs/gravity.h (enum):
11338 new function, cleaned up
11340 * fvwm/fvwm.h (FvwmWindow):
11344 moved text_rotation_type to gravity.h and renamed to rotation_type
11347 fixed several bugs in the access macros
11350 removed unused static FlocaleSeted
11351 (FlocaleFontStructDrawString):
11352 simplified function
11354 * fvwm/virtual.c (CMD_EdgeCommand):
11355 * fvwm/windowshade.c (CMD_WindowShade):
11356 * fvwm/conditional.c (CMD_Direction):
11357 adapted to changes in ParseDirectionArgument
11360 * libs/gravity.c (ParseDirectionArgument):
11361 new direction "Center"
11363 * fvwm/virtual.c (CMD_EdgeCommand):
11366 2002-07-18 olicha <olivier.chapuis@free.fr>
11368 * libs/PictureUtils.c (PictureRGBtoPixel):
11370 Fixed(??) color allocation for some visuals
11372 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11374 * libs/Flocale.c (FlocaleFontStructDrawString):
11375 a little code cleanup
11377 * fvwm/events.c (HandleEnterNotify):
11379 anothe click+drag fix
11381 * libs/Pointer.c (GetLocationFromEventOrQuery):
11382 * fvwm/focus.c (SetPointerEventPosition):
11383 * fvwm/functions.c (CheckActionType):
11384 * fvwm/builtins.c (CMD_StrokeFunc):
11385 * fvwm/move_resize.c (moveLoop):
11387 fixed some bugs w/ pointer on wrong screen
11389 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11391 * fvwm/events.c (HandleLeaveNotify):
11392 fixed problem w/ click+drag and mousey focus
11394 * fvwm/menus.c (size_menu_horizontally):
11395 fixed menu style SubmenusLeft w/ icons in menu items
11397 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11399 * fvwm/menuitem.c (menuitem_paint):
11401 * fvwm/menus.c (paint_menu_gradient_background):
11402 (get_menu_paint_item_parameters):
11403 removed circular dependency of menus.c and menuitem.c by using callback
11406 2002-07-17 olicha <olivier.chapuis@free.fr>
11411 * fvwm/fvwm.c (InitVariables):
11413 * fvwm/colorset.c (parse_colorset):
11415 (CMD_ReadWriteColors):
11416 * fvwm/builtins.c (CMD_ColorLimit):
11417 * libs/PictureUtils.h:
11418 * libs/PictureUtils.c (PictureReduceColor):
11419 (PictureReduceRGBColor):
11420 (PictureRGBtoPixel):
11421 (PictureAllocColor):
11422 (PictureFreeColors):
11423 (PictureGetNextColor):
11424 (colors_alloc_fail):
11428 (PictureAllocColorTable):
11429 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11430 (PImageXpmFreeColor):
11432 * libs/PictureBase.c (PictureInitCMap):
11433 * libs/Graphics.c (AllocLinearGradient):
11434 * libs/ColorUtils.c (GetShadow):
11440 (fvwmlib_clone_color):
11441 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11442 Implemented a new color limit method
11444 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11446 * fvwm/move_resize.c (moveLoop):
11447 fixed problem moving the pointer off screen while moving a window
11448 (AnimatedMoveAnyWindow):
11449 fixed pointer warping w/ multiple screens and animated window motion
11451 2002-07-12 olicha <olivier.chapuis@free.fr>
11453 * fvwm/menus.c (get_menu_paint_item_parameters):
11454 (paint_menu_gradient_background):
11455 * fvwm/menuitem.c (menuitem_paint):
11458 Fixed B/DGradient with Xft fonts
11461 * libs/ColorUtils.c (GetTintedColor):
11463 * fvwm/colorset.c (parse_simple_tint):
11466 Implemented fgTint colorset option
11468 * libs/PictureImageLoader.c:
11469 * libs/PictureUtils.c:
11470 * libs/PictureUtils.h:
11471 * libs/Makefile.am:
11472 Moved color limitation and some rgb to pixel functions from
11473 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11475 * fvwm/colorset.c (parse_colorset):
11476 * libs/PictureGraphics.c (PCreateTintedPixmap):
11477 (PGraphicsTintRectangle):
11478 Implemented tinting for X server without Xrender support and
11479 did color limitation when tinting
11482 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11484 * fvwm/events.c (WaitForButtonsUp):
11485 fixed handling of button release events
11487 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11489 * fvwm/menus.c (MenuInteraction):
11490 fixed core dump w/ dynamic popdown action destroying a menu
11491 (paint_menu_gradient_background):
11492 fixed hang and/or incorrect drawing of b and d gradients in menus
11494 * fvwm/events.c (HandleEnterNotify):
11495 (HandleLeaveNotify):
11496 improved LEAVE_WINDOW/ENTER_WINDOW handling
11498 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11500 * libs/Colorset.c (SetWindowBackground):
11501 (SetWindowBackgroundWithOffset):
11503 implemented new functions to allow pixmap backgrounds with an offset
11505 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11507 * fvwm/events.c (HandleMapRequestKeepRaised):
11508 send Map/UnmapNotify before iconyfying, not after
11510 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11512 * fvwm/events.c (HandleMapRequestKeepRaised):
11513 fake a MapNotify and then an UnmapNotify when a window is created iconic
11515 * fvwm/add_window.c (AddWindow):
11516 workaround for buggy TK menu positioning
11518 * fvwm/module_interface.c (FlushMessageQueue):
11521 tried to fix module communication deadlock w/ sync mask and a full write
11528 2002-07-06 olicha <olivier.chapuis@free.fr>
11530 * libs/Flocale.c (FlocaleGetFontSet):
11531 Removed some unwanted code
11533 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11535 * fvwm/events.c (HandleLeaveNotify):
11536 (HandleEnterNotify):
11537 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11539 * fvwm/events.c (CMD_XSync):
11540 very experimental patch to cycle through subwindows accepting keyboard
11541 input; call Xsync command repeatedly to test; crashes fvwm if more than
11542 1000 subwindows are used;
11544 * fvwm/focus.c (CMD_WarpToWindow):
11545 fixed a bug in warpttowindow command with subwindows of unmanaged
11548 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11550 * fvwm/events.c (HandlePropertyNotify):
11552 handle changes in the size_inc and base_size hints during opaque
11555 * fvwm/events.c (HandleButtonPress):
11556 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11557 until the button is released again; this restores the old behaviour
11558 from 2.3.23 and before with click+drag and rxvt/aterm
11560 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11562 * fvwm/update.c (apply_window_updates):
11563 fixed applying neverfocus to currently focused window; decorations
11564 partially drawn hilighted
11566 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11568 * fvwm/menucmd.c (menu_func):
11569 another module/menu/context window fix
11570 do not use global Fw anymore
11572 2002-07-05 olicha <olivier.chapuis@free.fr>
11574 * libs/Flocale.c (FlocaleStringToString2b):
11575 Fixed crash with big5-0 FontStruct
11577 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11579 * fvwm/menucmd.c (menu_func):
11580 fixed context window of menus invoked by a module
11582 fixed context menus on windows
11584 * libs/vpacket.h (ConfigWinPacket):
11585 * fvwm/module_interface.c (CONFIGARGSNEW):
11586 * fvwm/fvwm.h (FvwmWindow):
11587 fixed bugs in type conversions for transmitting certain information to
11590 * fvwm/functions.c (CheckActionType):
11591 fixed window selection problem w/ menus invoked from modules
11593 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11595 * fvwm/gnome.c (GNOME_HandlePropRequest):
11598 * fvwm/module_interface.c (ExecuteCommandQueue):
11599 fixed compile bug w/ --enable-debug-msgs
11601 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11603 * fvwm/events.c (HandleButtonPress):
11605 * fvwm/menus.c (MenuInteraction):
11607 * fvwm/windowlist.c (CMD_WindowList):
11608 * fvwm/menucmd.c (menu_func):
11609 * fvwm/module_interface.c (ExecuteModuleCommand):
11610 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11611 go away, evil globals! [removed the useless global variable
11614 * fvwm/events.c (HandleUnmapNotify):
11616 * fvwm/icons.c (Iconify):
11617 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11618 * fvwm/fvwm.h (struct):
11619 renamed is_deiconify_pending to is_iconify_pending
11622 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11624 * fvwm/menus.c (MenuInteraction):
11626 (menu_enter_tear_off_menu):
11628 * fvwm/events.c (HandleButtonPress):
11629 (HandleButtonRelease):
11632 * fvwm/menucmd.c (menu_func):
11634 * fvwm/module_interface.c (ExecuteModuleCommand):
11635 go away, evil globals! [removed the useless global variable "Context"]
11636 removed is_menu_from_frame_or_window_or_titlebar flag
11638 * fvwm/module_interface.c:
11639 * fvwm/windowlist.c:
11642 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11644 * fvwm/menuitem.c (menuitem_paint):
11645 fixed fg color of the inactive disabled menu item
11650 removed a mention of RedHat (I don't think it is correct),
11651 reworded a mention of fvwm95
11653 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11656 tabify only the leading spaces, untabify the middle of line
11658 2002-06-25 David Fries <dfries@mail.win.org>
11661 * fvwm/windowlist.c:
11662 Added code to sort based on the class name of a window for
11663 the WindowList function.
11665 2002-06-25 olicha <olivier.chapuis@free.fr>
11670 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11673 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11675 2002-06-24 Steve Talley <stephen.talley@sun.com>
11677 * fvwm/add_window.c:
11678 * fvwm/add_window.h:
11686 New Style option IconSize
11688 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11690 * NEWS, configure.in:
11691 changed version to 2.5.3
11693 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11696 removed C++ section
11699 * libs/FlocaleCharset.c:
11702 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11704 * fvwm/events.c (WaitForButtonsUp):
11705 use the wait cursot only after the 20th pass through the loop
11707 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11709 * fvwm/fvwm.1 (Examples): Language check.
11710 PipeRead as synchronous Exec.
11711 Better example for PipeRead.
11713 2002-06-21 olicha <olivier.chapuis@free.fr>
11717 Documented StringEncoding= in font name
11720 Removed --disable-compound-text doc
11722 2002-06-20 olicha <olivier.chapuis@free.fr>
11724 * libs/FBidi.h (FBidiConvert):
11725 Fixed compile if !HAVE_BIDI
11727 2002-06-19 olicha <olivier.chapuis@free.fr>
11729 * fvwm/fvwm.c (InitVariables):
11731 Allocate colorset 0 in InitVariable in the place of StartupStuff.
11732 This fix a "null expression" at init in menustyle.c (menustyle_update)
11734 2002-06-19 Mikhael Goikhman <migo@homemail.com>
11737 reworded supported feature listing, fixed the default xft detection
11739 added the "Supported Features" section
11741 2002-06-19 olicha <olivier.chapuis@free.fr>
11744 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11747 Removed --enable-mulibyte and --disable-compound-text config option
11748 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11751 Xft is on by default no
11753 * libs/FlocaleCharset.c (*):
11754 * libs/FlocaleCharset.h:
11755 * libs/Ficonv.c (*):
11757 * libs/Flocale.c (*):
11760 * libs/FftInterface.h:
11763 * fvwm/ewmh_names.c ():
11764 Some cleanup. Implemented StringEncoding= in font names. Fixed
11765 string encoding for xft fonts. Try to be more cleaver about defaults
11766 charsets. Improvement in the locale charset table.
11769 Some documentation cleanup regarding Xft
11771 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11773 * fvwm/functions.c (find_func_type):
11774 fixed bug i introduced w/ last commit
11776 * fvwm/fvwm.c (Done):
11778 * fvwm/functions.c (functions_is_complex_function):
11779 * fvwm/builtins.c (CMD_DestroyFunc):
11782 moved functions to functions.c
11785 * fvwm/functable.c:
11786 * fvwm/functable.h:
11787 * fvwm/functions.h:
11789 * fvwm/functions.c:
11790 moved some types and functions to other/new files
11792 * fvwm/functions.c:
11793 * fvwm/expand.c (expand_vars_extended):
11795 functions moved to new file
11797 * fvwm/functions.c:
11800 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11802 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11803 fixed colourmap focus problem
11806 tabified all files and removed all trailing spaces
11808 * fvwm/move_resize.c (move_window_doit):
11809 * fvwm/virtual.c (CMD_MoveToDesk):
11810 MoveToPage and MoveToDesk no longer unstick windows
11812 2002-06-17 Mikhael Goikhman <migo@homemail.com>
11818 reworded some names of supported features
11820 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11822 * fvwm/update.c (apply_window_updates):
11823 * fvwm/session.c (MatchWinToSM):
11824 * fvwm/add_window.c (setup_window_structure):
11825 * fvwm/windowshade.c (CMD_WindowShade):
11826 * fvwm/window_flags.h:
11827 fixed a problem w/ shaded windows changind the title direction
11829 * fvwm/geometry.c (get_shaded_geometry):
11830 fixed shading window to 0 width or height
11832 * fvwm/add_window.c (AddWindow):
11833 fixed a memory leak and an initial window placement bug
11835 2002-06-15 Mikhael Goikhman <migo@homemail.com>
11838 minor improvements in output, added bin/fvwm-perllib
11840 2002-06-12 Mikhael Goikhman <migo@homemail.com>
11842 * fvwm/menustyle.c (CMD_CopyMenuStyle):
11843 fixed copying PopupOffset values in CopyMenuStyle
11848 2002-06-10 Mikhael Goikhman <migo@homemail.com>
11852 added CopyStringWithQuotes, not perfect, but works for now
11854 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11856 * fvwm/functions.h:
11858 * fvwm/functions.c (func_config):
11859 * libs/FScreen.c (FScreenConfigureSLSScreens):
11860 (FScreenConfigureModule):
11861 * fvwm/virtual.c (CMD_XineramaSlsScreens):
11862 new command XineramaSLSScreens
11865 cleaned up Xinerama ifdefs
11867 2002-06-07 Dan Espen <dane@mk.telcordia.com>
11870 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
11872 2002-06-07 olicha <olivier.chapuis@free.fr>
11875 * libs/Flocale.c (FlocaleGetShadowTextPosition):
11876 Some shadow text position fixes
11878 2002-06-06 olicha <olivier.chapuis@free.fr>
11880 * fvwm/update.c (apply_window_updates):
11881 Fixed the position of shaded windows after certain style update
11884 Fixed some options names
11886 2002-06-06 Mikhael Goikhman <migo@homemail.com>
11888 * fvwm/module_interface.c (CMD_SendToModule):
11889 fixed SendToModule when the first parameter contains quotes
11891 2002-06-06 olicha <olivier.chapuis@free.fr>
11893 * fvwm/fvwm.c (main):
11894 * fvwm/ewmh.c (EWMH_Init):
11895 Init the EWMH before reading the config. Always setup the working
11898 2002-06-05 olicha <olivier.chapuis@free.fr>
11900 * fvwm/update.c (apply_window_updates):
11901 Fixed the position of a shaded window during a style update
11904 * libs/Flocale.c (FlocaleRotateDrawString):
11905 (FlocaleGetShadowTextPosition):
11906 Fixed side title text position if the font has no shadow
11909 * libs/Ficonv.c (FiconvInit):
11910 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
11911 * libs/Flocale.c (FlocaleInit):
11912 (FlocaleRotateDrawString):
11913 (FlocaleGetFontSet):
11914 (FlocaleGetFontOrFontSet):
11916 (FlocaleDrawString):
11917 (FlocaleTextWidth):
11918 (FlocaleFreeNameProperty):
11919 (FlocaleGetNameProperty):
11920 (FlocaleTextListToTextProperty):
11921 Finish to remove the multibyte patch. This gives a more clean code
11922 and can only prevent bugs
11924 2002-06-05 Mikhael Goikhman <migo@homemail.com>
11926 * fvwm/placement.c (PlaceWindow):
11927 fixed CascadePlacement with huge windows (xterm -g 240x100),
11928 that were aligned to bottom-right instead of top-left;
11929 small adjustments (removed border_width from calculations,
11930 don't place normal windows at 0, commented out some strange code)
11932 2002-06-04 Mikhael Goikhman <migo@homemail.com>
11935 document CascadePlacement and FvwmIconMan improvements
11940 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11942 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11943 * fvwm/fvwm.c (InitVariables):
11944 * fvwm/placement.c (PlaceWindow):
11945 * fvwm/screen.h (struct ScreenInfo):
11946 improved *CascadePlacement, if the last placed window does not exist
11947 any more, reuse the last used position instead of adding a new cascade
11949 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11951 * fvwm/events.c (HandleEnterNotify):
11952 * fvwm/fvwm.c (InitVariables):
11954 Fixed colormap handling over decorative parts of a window
11956 2002-06-03 olicha <olivier.chapuis@free.fr>
11958 * fvwm/module_interface.c (make_named_packet):
11959 Fixed an write out of memory bug. This complete Mikhail Kruk patch
11960 related to named module packet
11962 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11964 * fvwm/focus.c (focus_grab_buttons):
11965 * fvwm/events.c (HandleButtonPress):
11966 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
11968 2002-06-03 Mikhael Goikhman <migo@homemail.com>
11970 * fvwm/bindings.c (ParseBinding):
11971 replaced an error "Illegal mouse button" with a descriptive warning
11972 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
11974 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11976 * fvwm/events.c (GetContext):
11977 fixed key bindings on decorations
11980 removed XEVMASK_DECORW
11982 2002-05-31 olicha <olivier.chapuis@free.fr>
11986 Documented shadow effect in a new section FONT EFFECTS
11988 2002-05-31 olicha <olivier.chapuis@free.fr>
11990 * libs/Fft.c (FftDrawString):
11991 * libs/Colorset.c (DumpColorset):
11994 * fvwm/colorset.c (parse_colorset):
11995 New colorset option fg_alpha which defines an alpha for rendering
11998 2002-05-29 olicha <olivier.chapuis@free.fr>
12000 * libs/Fft.c (FftSetupEncoding):
12007 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12008 to Xft FLAGS and LIBS
12010 * fvwm/Makefile.am:
12011 * libs/Makefile.am:
12012 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12013 Xft2 library. Removed FT2 CFLAGS and LIBS
12015 2002-05-27 olicha <olivier.chapuis@free.fr>
12020 Some Xft2 and fontconfig preparation
12023 * libs/Flocale.c (FlocaleParseShadow):
12025 (FlocaleGetShadowTextPosition):
12026 Added offset to shadow text
12029 Fixed the position of ne shadow text and remove some unused #define
12031 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12033 * fvwm/colorset.c (parse_colorset):
12034 fixed integer overflow in average colour calculation
12036 2002-05-27 olicha <olivier.chapuis@free.fr>
12038 * libs/gravity.c (GetNextMultiDirection):
12039 (ParseMultiDirectionArgument):
12041 Added a multi direction type which is a "<<" version of direction
12042 type. Added a parse and a next functions
12045 * libs/Flocale.c (FlocaleParseShadow):
12046 (FlocaleGetNextShadowDirection):
12047 (FlocaleGetShadowTextPosition):
12048 Used gravity multi direction type and functions. Removed
12049 FlocaleGetNextShadowDirection
12051 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12053 * fvwm/focus.c (restore_focus_after_unmap):
12054 fixed a problem w/ colormap transition when transient window died
12056 * fvwm/add_window.c (AddWindow):
12059 * fvwm/session.c (getUniqueStateFilename):
12060 applied security patch by Jan Echternach
12062 * fvwm/fvwm.c (InitVariables):
12063 Properly initialise Scr.flags.is_pointer_on_this_screen
12065 * libs/fvwmlib.h (FvwmFont):
12066 * fvwm/fvwm.c (setVersionInfo):
12069 * acconfig.h (MULTIBYTE):
12070 removed MULTIBYTE option (unconditionally on)
12072 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12074 * libs/gravity.c (ParseDirectionArgument):
12075 allow "t", "u", ... shortcuts as direction arguments
12077 * fvwm/style.c (check_window_style_change):
12078 (parse_and_set_window_style):
12079 * fvwm/frame.c (frame_setup_border):
12080 (frame_get_shading_laziness):
12081 (frame_get_sidebar_geometry):
12082 * fvwm/decorations.c (SelectDecor):
12083 * fvwm/add_window.c (setup_style_and_decor):
12084 (setup_resize_handle_cursors):
12085 (setup_resize_handle_windows):
12086 (change_resize_handle_windows):
12087 (destroy_auxiliary_windows):
12088 * fvwm/borders.c (border_get_border_gcs):
12089 (border_draw_border_parts):
12090 * fvwm/style.h (SCSET_HAS_BORDER):
12091 * fvwm/fvwm.h (FvwmWindow):
12092 * fvwm/window_flags.h (SET_HAS_BORDER):
12093 new styles NoBorder/Border
12095 2002-05-26 olicha <olivier.chapuis@free.fr>
12098 * libs/Flocale.c (FlocaleParseShadow):
12099 (FlocaleGetNextShadowDirection):
12100 (FlocaleGetShadowTextPosition):
12102 Implemented multidirectional shadow text rendering
12106 (FlocaleFontStructDrawString):
12107 (FlocaleRotateDrawString):
12109 (FlocaleDrawString):
12110 (FlocaleTextWidth):
12111 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12112 * libs/Fft.c (FftDrawString):
12113 Cleanup the FlocaleFont structure by addings some flags
12115 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12117 * fvwm/events.c (HandleFocusIn):
12118 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12119 * fvwm/screen.h (ScreenInfo):
12120 * fvwm/focus.c (FocusOn):
12121 ignore EnterNotify events while a window is waiting to receive focus
12122 from the Focus or FlipFocus commands; should prevent plenty of race
12123 contidions caused by executing complex functions by a key press, button
12124 press or from a menu; fixes Alt-Tab problem
12126 * fvwm/events.c (HandleMapNotify):
12127 immediately draw window decorations when window is mapped; the new frame
12128 drawing code takes care of suppressing unnecessary redraws
12129 (HandleLeaveNotify):
12130 fixed a bug w/ LeaveNotify event with NotifyGrab
12132 2002-05-22 olicha <olivier.chapuis@free.fr>
12135 * libs/Fft.c (FftDrawString):
12136 * libs/Flocale.c (FlocaleFontStructDrawString):
12137 (FlocaleRotateDrawString):
12139 (FlocaleGetShadowTextPosition):
12140 (FlocaleDrawString):
12141 (FlocaleDrawUnderline):
12142 (FlocaleTextWidth):
12143 Implemented negative shadow text
12145 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12147 * fvwm/menucmd.c (CMD_AddToMenu):
12148 * fvwm/windowlist.c (CMD_WindowList):
12151 changed signature of AddToMenu
12153 * fvwm/menus.c (clone_menu_root_static):
12154 fixed problem w/ menu style usage count and tear off menus
12155 fixed core dump w/ not copying the missing sub menu function in tear
12157 (clone_menu_item_list):
12159 (add_another_menu_item):
12160 (size_menu_vertically):
12161 fixed additional "More..." items in sub menus of torn off menus
12163 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12166 fixed #endif warning
12167 * fvwm/ConfigFvwmDefaults:
12168 added CirculateSkip to tear off menus
12170 fixed ShadeAgain quoting
12172 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12174 * fvwm/events.c (HandleButtonPress):
12175 allow to pass the focus click to applications and have a function bound
12176 to it at the same time
12180 fixed compilation problem
12182 2002-05-20 olicha <olivier.chapuis@free.fr>
12184 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12185 Fixed blue colour in png image and ewmh icons
12187 * libs/Flocale.c (FlocaleLoadFont):
12188 Removed some debug code
12190 * fvwm/colorset.c (parse_colorset):
12192 * libs/ColorUtils.c (GetForeShadowColor):
12193 Added Mikhael algo to compute the default fgsh
12195 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12197 * fvwm/functions.c (expand_extended_var):
12198 expand $[fgsh.csN], use constants instead of numbers
12200 2002-05-17 olicha <olivier.chapuis@free.fr>
12202 * libs/Flocale.c (FlocaleDrawString):
12203 (FlocaleDrawUnderline):
12205 Removed some unused and debug code
12207 2002-05-17 olicha <olivier.chapuis@free.fr>
12209 * fvwm/menuitem.c (draw_underline):
12211 * libs/Flocale.c (FlocaleDrawUnderline):
12212 Move draw_underline into Flocale.c and fix underline position with
12215 2002-05-17 olicha <olivier.chapuis@free.fr>
12217 * fvwm/style.c (update_window_color_style):
12218 (update_window_color_hi_style):
12219 * fvwm/move_resize.c (DisplayPosition):
12221 * fvwm/menuitem.c (menuitem_paint):
12222 * fvwm/borders.c (get_common_decorations):
12223 (border_get_titlebar_draw_descr):
12225 * fvwm/icons.c (DrawIconWindow):
12226 Pass the colorset to text drawing via the FlocaleWinString structure
12229 * libs/ColorUtils.c (GetForeShadowColor):
12231 * fvwm/colorset.c (parse_colorset):
12233 * libs/Colorset.c (DumpColorset):
12235 Added fgsh colorset and two new functions GetForeShadowColor and
12236 GetForeShadow which should be modified
12238 * libs/Makefile.am:
12240 * libs/FftInterface.h (new file):
12241 * libs/Fft.c (FftDrawString):
12243 * libs/Flocale.c (FlocaleFontStructDrawString):
12244 (FlocaleRotateDrawString):
12245 (FlocaleDrawString):
12246 (FlocaleTextWidth):
12248 Implemented text shadow rendering
12250 2002-05-11 olicha <olivier.chapuis@free.fr>
12253 * fvwm/builtins.c (refresh_window):
12254 * fvwm/update.c (apply_window_updates):
12256 * fvwm/style.c (check_window_style_change):
12257 ParentalRelativity style is now dynamic
12259 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12261 * fvwm/menuitem.c (menuitem_paint):
12262 fixed menu item hilight area
12264 2002-05-09 olicha <olivier.chapuis@free.fr>
12266 * libs/Makefile.am:
12267 * libs/XError.c (request_name):
12268 * libs/PictureImageLoader.c (PImageLoadPng):
12269 (PImageCreatePixmapFromArgbData):
12270 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12271 (PGraphicsTileRectangle):
12272 (PGraphicsCopyFvwmPicture):
12273 * libs/FRenderInit.c (new file):
12274 * libs/FRenderInit.h (new file):
12275 * libs/FRenderInterface.h:
12276 * libs/FRender.c (*):
12277 * fvwm/colorset.c (parse_tint):
12279 * fvwm/fvwm.c (main):
12280 * fvwm/events.c (HandlePropertyNotify):
12281 Change the design of the previous commit. Now a module should call
12282 FRenderInit when it wants to use a function which depends on XRender.
12284 2002-05-09 olicha <olivier.chapuis@free.fr>
12292 Include Fft.h include FRender.h as Xft.h include Xrender.h
12294 * libs/FRenderInterface.h:
12296 * libs/FRender.c (FRenderInit):
12297 (FRenderGetErrorCodeBase):
12298 (FRenderGetMajorOpCode):
12299 (FRenderGetExtensionSupported):
12300 (FRenderGetErrorText):
12301 Improve XRender initialization, check if the XRender extension is
12302 enabled and get the error code base and the major op code.
12303 Add error functions for the X error handler.
12305 * libs/XError.c (PrintXErrorAndCoredump):
12307 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12310 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12311 * fvwm/events.c (HandlePropertyNotify):
12312 * fvwm/colorset.c (parse_tint):
12314 * libs/PictureImageLoader.c (PImageLoadPng):
12315 (PImageCreatePixmapFromArgbData):
12316 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12317 (PGraphicsCopyFvwmPicture):
12318 (PGraphicsTileRectangle):
12319 * libs/FRender.c (FRenderCopyArea):
12320 (FRenderTintRectangle):
12321 Check if the XRender extension is enabled on the display before
12322 performing XRender operations
12324 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12326 * fvwm/menuitem.c (menuitem_paint):
12327 fixed item hilighting problems
12329 2002-05-07 olicha <olivier.chapuis@free.fr>
12331 * fvwm/colorset.c (parse_colorset):
12334 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12336 * fvwm/events.c (HandlePropertyNotify):
12337 workaround for xterm resize problem
12339 * fvwm/colorset.c (parse_colorset):
12340 (free_colorset_background):
12343 fixed various bugs and core dumps w/ the cs->picture structure;
12344 note: it's a pointer, so compare with NULL, not with None
12346 * fvwm/frame.c (frame_setup_window):
12347 (frame_setup_window_app_request):
12348 (frame_force_setup_window):
12349 (frame_setup_window_internal):
12350 (frame_create_move_resize_args):
12351 (frame_free_move_resize_args):
12352 * fvwm/add_window.c (setup_window_attr):
12353 * fvwm/events.c (HandleConfigureRequest):
12354 (HandlePropertyNotify):
12355 fixed [?] bit_gravity/resize problem
12357 * fvwm/events.c (HandleEnterNotify):
12358 reformatted EdgeCommand code
12360 2002-05-06 olicha <olivier.chapuis@free.fr>
12362 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12363 Resize an ewmh icon to the wanted size if it is to big
12365 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12366 Set also the stacking list when a window is destroyed
12368 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12370 * fvwm/fvwm.1: Finish language check.
12371 Fix typo in Mouse section, context should be on new line.
12373 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12375 * fvwm/fvwm.1 (file): Restore icons and images text with some
12377 Started on lang check, not done yet.
12379 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12381 * fvwm/module_interface.c (make_named_packet):
12382 Applied Mikhail Kruk patch
12384 2002-05-02 olicha <olivier.chapuis@free.fr>
12386 * libs/FlocaleCharset.h:
12387 * libs/Ficonv.c (FiconvSetupConversion):
12388 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12390 * libs/Flocale.c (FlocaleGetFftFont):
12391 (FlocaleGetFontSet):
12394 (FlocaleUnloadFont):
12396 Implemented charset/iconv hints in font name
12398 2002-04-29 Stian Sletner <stian@sletner.com>
12400 * fvwm/windowlist.c (CMD_WindowList):
12401 Added new Windowlist option IconifiedAtEnd
12403 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12405 * fvwm/module_interface.c:
12408 moved two constant strings to Module.h, so they may be used by perllib
12410 2002-04-29 olicha <olivier.chapuis@free.fr>
12412 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12413 Fixed a core dump if the charset is not found
12415 * libs/Flocale.c (FlocaleStringToString2b):
12416 Removed some debug code
12418 2002-04-29 olicha <olivier.chapuis@free.fr>
12420 * libs/Fft.c (FftGetFontWidths):
12421 (FftGetFontWidths):
12424 * libs/Flocale.c (FlocaleGetFont):
12425 (FlocaleGetFontSet):
12426 (FlocaleGetFftFont):
12427 Removed min_char_offset member of the FlocaleFont as it is not use
12428 since we rotate string for side title
12430 * libs/Ficonv.c (FiconvSetupConversion):
12431 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12432 (FlocaleCharsetSetFlocaleCharset):
12434 * libs/Flocale.c (FlocaleTextWidth):
12435 (FlocaleDrawString):
12436 (FlocaleUtf8ToUnicodeStr2b):
12438 (FlocaleStringToString2b):
12439 (FlocaleRotateDrawString):
12440 (FlocaleFontStructDrawString):
12441 Added support for drawing string with 10646-1 fonts without an utf8
12442 locale. Also, drawing strings with a multibyte font now work not so
12443 bad even if the locale have nothing to do with the font.
12445 * libs/Fft.c (FftUtf8ToFftString16):
12448 Added utf8 rendering with iso10646-1 fonts on system without
12451 * fvwm/colorset.c (reset_cs_pixmap):
12456 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12458 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12461 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12463 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12465 * fvwm/move_resize.c:
12466 don't start Move with snap disabled if Alt is initially pressed
12468 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12470 * NEWS, configure.in:
12471 changed version to 2.5.2
12473 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12476 improved main headers, added new COLORSETS section;
12477 documented State condition
12480 documented Tint in colorsets and utility renaming
12483 corrected several error reporting problems
12485 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12488 fixed leaving tear off menus
12490 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12492 * fvwm/borders.c (border_draw_part_relief):
12493 (border_set_button_pixmap):
12494 (border_draw_title_stick_lines):
12495 (border_draw_title_mono):
12496 (border_draw_title_relief):
12497 * libs/fvwmlib.h (RelieveRectangle2):
12498 (RelieveRectangle):
12499 replaced functions by macros
12501 * libs/Graphics.c (do_relieve_rectangle):
12502 applied performance patch by Dave Trollope
12504 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12510 * libs/FlocaleCharset.c:
12511 FBidi is now independent from Flocale* again;
12512 iso8859-6.8x fonts recognized now as bidi-enabled
12514 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12517 fixed --disable-multibyte
12519 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12521 * fvwm/borders.c (border_draw_title_deep):
12522 (border_set_title_pixmap):
12523 (border_set_button_pixmap):
12524 fixed SolidButton title and button style
12526 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12531 added new entry about CurrentAtEnd
12534 minor reformatting and spell checking
12536 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12538 * fvwm/windowlist.c (CMD_WindowList):
12539 Added new Windowlist option CurrentAtEnd
12541 2002-04-22 olicha <olivier.chapuis@free.fr>
12543 * fvwm/colorset.c (parse_colorset):
12545 Fixed an enormous core dump which comes from a cvs merging problem
12547 * fvwm/Makefile.am:
12550 Added Xrender detection and link fvwm if needed
12552 * libs/PictureGraphics.c:
12553 * libs/PictureGraphics.h:
12556 * libs/FRenderInterface.h:
12557 * libs/PictureGrpahics.c (*):
12558 * libs/PictureGrpahics.h:
12559 New libs files to acheive alpha-blend rendering and better XBM
12560 support. PictureGraphics contains elaborated version and also
12561 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12565 * fvwm/icons.c (clear_icon):
12569 * fvwm/events.c (HandlePropertyNotify):
12570 * fvwm/borders.c (border_fill_pixmap_background):
12571 (border_get_border_background):
12572 (border_draw_decor_to_pixmap):
12573 * fvwm/menuitem.c (menuitem_paint):
12574 * fvwm/add_window.c (destroy_icon):
12575 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12576 * fvwm/geometry.c (move_icon_to_position):
12577 * fvwm/colorset.c (free_colorset_background):
12580 Implemented alpha-blend rendering with the new libs function
12582 * fvwm/colorset.c (free_colorset_background):
12585 Implemented tinting of a Pixmap background colorset
12587 * fvwm/colorset.c (parse_colorset):
12588 Use the Scr.NoFocusWin as main window in the place of the
12589 Scr.SizeWindow, this fix a lot of X errors in my machine.
12591 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12592 Donated our alpha channel
12595 * fvwm/module_interface.h:
12596 * fvwm/module_interface.c (SendFvwmPicture):
12597 (BroadcastMiniIcon):
12599 (BroadcastFvwmPicture):
12600 (CMD_Send_WindowList):
12601 * fvwm/add_window.c (change_mini_icon):
12602 (broadcast_mini_icon):
12603 * fvwm/ewmh_icons.c:
12604 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12605 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12607 * libs/Makefile.am:
12608 * libs/PictureBase.c (*):
12609 * libs/PictureBase.h:
12610 * libs/Picture.c (*):
12612 * libs/PictureImageLoader.c (*):
12613 * libs/PictureImageLoader.h:
12615 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12616 PictureImageLoader.
12617 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12618 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12619 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12620 SetImagePath -> PictureSetImagePath, findImageFile ->
12621 PictureFindImageFile, PictureList -> FvwmPictureList,
12622 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12623 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12624 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12625 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12626 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12627 Also renamed more recent functions in PictureImageLoader.
12629 * fvwm/borders.c (border_draw_one_border_part):
12630 (border_draw_decor_to_pixmap):
12631 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12634 * fvwm/menus.c (pop_menu_up):
12635 (animated_move_back):
12636 (ParentalMenuRePaint):
12637 * fvwm/move_resize.h (resize_geometry_window):
12638 * fvwm/move_resize.c (move_window_doit):
12639 (AnimatedMoveAnyWindow):
12640 (AnimatedMoveOfWindow):
12641 (AnimatedMoveFvwmWindow):
12642 Fixed transparent animated menu
12644 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12653 fixed running out of colors on 8bpp with ReadWriteColors;
12654 simulate colorsets on monochrome displays using three 1-bit pixmaps
12656 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12659 fixed $PERL detection again
12664 added -Wno-implicit-int to -Wall in case of gcc
12668 fixed ReadWriteColors on a PseudoColor display
12670 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12672 * fvwm/move_resize.c (move_window_doit):
12673 set the is_icon_moved too flag if the icon was moved non-interactively
12679 Moved FvwmTheme functionality into fvwm.
12680 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12682 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12685 fixed $PERL detection
12688 * fvwm/ConfigFvwmDefaults:
12689 several fixes and spelling
12691 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12693 * libs/Bindings.c (CheckBinding):
12696 (GrabWindowButton):
12697 (MatchBindingExactly):
12698 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12701 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12704 configure now uses $PERL if set
12707 all programs installed into ${bindir} have now fvwm- prefix;
12708 documentation updated
12710 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12713 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12714 documentation updated
12716 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12719 added 2.4.7 entries
12721 2002-04-10 Dan Espen <dane@mk.telcordia.com>
12723 * AUTHORS: New author.
12725 * NEWS: Edge Command.
12727 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
12730 Added EdgeCommand paragraph.
12732 * fvwm/events.c (HandleEnterNotify):
12733 Added execution of Scr.PanFrame*.command if set
12735 * fvwm/fvwm.c (InitVariables):
12736 Added init strings for pan frame commands.
12741 Avoid hiding of pan frames if pan frame command is set.
12743 Implementation of the buildin command EdgeCommand. First
12744 implementation of this function.
12746 * fvwm/screen.h (struct):
12747 added char * command in structure Panframe to store the pan frame
12750 * fvwm/functions.c:
12751 added declaration of CMD_ENTRY("edgecommand")
12753 * fvwm/functions.h:
12754 added definition of Flag F_EDGE_COMMAND
12757 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12759 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12762 added "BI-DIRECTIONAL TEXTS" section
12765 added #include <sys/select.h> to fix endless loop on QNX
12767 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12770 changed description of focus models
12772 2002-04-09 olicha <olivier.chapuis@free.fr>
12775 Check for libpng libpng 1.0.4a or better
12777 2002-04-08 Mikhael Goikhman <migo@homemail.com>
12779 * fvwm/add_window.c (setup_title_geometry):
12782 * fvwm/geometry.c (get_title_font_size_and_offset):
12784 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12786 * fvwm/window_flags.h:
12787 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12789 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12791 new Style options TopTitleRotated / TopTitleNotRotated,
12792 BottomTitleRotated / BottomTitleNotRotated
12794 2002-04-08 olicha <olivier.chapuis@free.fr>
12796 * libs/Makefile.am:
12797 Fixed make dist again
12799 2002-04-07 Dan Espen <dane@mk.telcordia.com>
12801 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12803 2002-04-07 Mikhael Goikhman <migo@homemail.com>
12806 minor wording fixes
12809 mention a new FvwmIconMan syntax
12811 * sample.fvwmrc/new-features:
12812 * sample.fvwmrc/system.fvwm2rc:
12813 * sample.fvwmrc/system.fvwm2rc-sample-95:
12814 use a new module syntax
12816 2002-04-06 olicha <olivier.chapuis@free.fr>
12820 Forget to save some file
12822 * libs/FImageLoader.c (c100_init_base_table):
12823 Allows init even if !XPM
12825 * libs/Makefile.am:
12829 Fixed png detection
12831 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12832 Fixed a GC memory leaks.
12834 * fvwm/fvwm.c (setVersionInfo):
12836 Updated -version for png, bidi and xft
12839 Modified the ICONS section. Rename it ICONS AND IMAGES and
12840 document PNG file format. Replace "xpm or bitmap file" by
12841 "image file" in a few place.
12845 PNG news and documented libpng in the "Optional libraries used by FVWM"
12848 2002-04-05 olicha <olivier.chapuis@free.fr>
12850 * libs/FImageLoader.c (c100_init_base_table):
12851 (FImageReduceRGBColor):
12852 (FImageCreatePixmapFromArgbData):
12853 Speed up color limitation for png image and ewmh icons
12854 Respect color limit even with DirectColor and TrueColor
12857 * acconfig.h (HAVE_PNG):
12858 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
12859 even without XPM support
12862 * libs/InitPicture.c (new file):
12863 * libs/InitPicture.h (new file):
12866 * libs/FImageLoader.c (new file):
12867 * libs/FImageLoader.h (new file):
12868 * libs/Fxpm.h (new file):
12869 * libs/Fpng.h (new file):
12870 Images are loaded in FImageLoader. PNG image can be loaded, the loader
12871 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
12872 ColorLimit stuff is applied to PNG image.
12873 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
12874 Picture.c and Picture.h.
12875 InitPicture contains the Picture structure, initialize the visual,
12876 depth and color map and contains image path stuff as Picture contains
12877 Picture manipulations.
12879 * libs/ColorUtils.c:
12881 Moved the Picture color utils func to ColorUtils
12883 * fvwm/Makefile.am:
12884 links against libpng
12886 * fvwm/icons.c (GetIconPicture):
12890 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
12891 the libs image loader
12893 * fvwm/cursor.c (CMD_CursorStyle):
12894 Use FImageLoadCursorPixmapFromFile (no PNG support here)
12896 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
12897 (EWMH_SetIconFromWMIcon):
12898 Use the argb loader of the libs. ColorLimit are now applied to ewmh
12902 Send the ColorLimit to module in any case
12909 * fvwm/add_window.c:
12913 * fvwm/menustyle.c:
12914 * fvwm/move_resize.c:
12917 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12919 * fvwm/events.c (test_map_request):
12920 (test_resizing_event):
12921 fixed endless loop in HandleConfigureRequest
12923 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12925 * fvwm/add_window.c (setup_style_and_decor):
12926 fixed borderless transients
12928 * fvwm/events.c (test_resizing_event):
12929 (HandleConfigureRequest):
12930 * fvwm/frame.c (frame_create_move_resize_args):
12931 * fvwm/add_window.c (AddWindow):
12933 * fvwm/window_flags.h:
12934 tried to improve ConfigureRequest handling
12936 * fvwm/events.c (HandlePropertyNotify):
12937 recalculate window size when the base_width or base_height hint
12938 changes; fixes some problems with xemacs
12940 * fvwm/virtual.c (map_window):
12943 * fvwm/borders.c (border_draw_decorations):
12944 don't redraw windows on a different desk
12945 keep track of Scr.Hilite
12947 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12949 * fvwm/virtual.c (unmap_window):
12950 * fvwm/move_resize.c (resize_window):
12951 * fvwm/icons.c (Iconify):
12952 * fvwm/add_window.c (CaptureOneWindow):
12953 * fvwm/borders.c (border_undraw_decorations):
12954 mark window decorations as not drawn whenever the frame is unmapped
12956 2002-03-30 Dan Espen <dane@mk.telcordia.com>
12958 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
12960 2002-03-29 Mikhael Goikhman <migo@homemail.com>
12963 use safemalloc and alloca instead of malloc
12965 2002-03-29 olicha <olivier.chapuis@free.fr>
12967 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12968 Set the X locale charset on system without XOpenOM
12970 2002-03-27 Mikhael Goikhman <migo@homemail.com>
12973 fixed multibyte support reporting
12975 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12980 moved gcc extension __attribute__ handling to config.h
12982 * fvwm/fvwm.c (main):
12983 * fvwm/stack.c (add_window_to_stack_ring_after):
12984 * fvwm/icons.c (GetIconWindow):
12986 * fvwm/add_window.c:
12987 fixed core dumps and other bugs in debug messages
12989 2002-03-27 olicha <olivier.chapuis@free.fr>
12991 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12992 (FlocaleCharsetSetFlocaleCharset):
12994 * configure.in (problem_multibyte):
12995 Fixed compilation for system without XOpenOM in Xlib.h
12997 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12998 * libs/Ficonv.c (FiconvInit):
13002 include only libs/Flocale.h
13004 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13007 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13012 * libs/FlocaleCharset.c:
13013 minor modifications, like removed #include;
13014 fixed core dump with bidi and utf-8
13016 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13018 * fvwm/frame.c (frame_update_hidden_window_pos):
13019 fixed shade/maximize/unshade
13021 * fvwm/builtins.c (FreeDecorFace):
13024 * fvwm/borders.c (get_common_decorations):
13025 (border_get_border_style):
13026 * fvwm/style.c (parse_and_set_window_style):
13028 * fvwm/window_flags.h:
13029 * fvwm/fvwm.h (struct):
13030 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13031 (frame_create_move_resize_args):
13032 (frame_move_resize_step):
13033 (frame_next_move_resize_args):
13034 new styles WindowShadeLazy [default], WindowShadeBusy and
13035 WindowShadeAlwaysLazy
13037 * fvwm/frame.c (frame_set_decor_gravities):
13038 fixed window bit gravities
13039 split into smaller functions
13040 (frame_move_resize_step):
13041 fixed a bug w/ the parent gravity
13042 (frame_hide_changing_window_parts):
13043 fixed flickering in one of the corners during shade animation
13044 (frame_mrs_hide_changing_parts):
13046 (frame_mrs_prepare_vars):
13047 (frame_mrs_hide_unhide_parent):
13048 (frame_mrs_setup_draw_decorations):
13049 (frame_mrs_resize_move_windows):
13052 2002-03-25 olicha <olivier.chapuis@free.fr>
13054 * libs/Fft.c (FftSetupEncoding):
13057 * libs/Flocale.c (FlocaleDrawString):
13058 * libs/FBidi.c (FBidiConvert):
13060 Pass the font to FBidiConvert
13062 * acconfig.h (HAVE_LIBCHARSET):
13063 * acinclude.m4 (CHECK_LIBCHARSET):
13065 If libiconv is used check for libcharset
13067 * libs/Makefile.am:
13068 * libs/FlocaleCharset.h:
13069 * libs/FlocaleCharset.c:
13071 * libs/Flocale.c (*):
13072 * libs/Fft.c (FftSetupEncoding):
13074 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13075 FlocaleFont has such a member which is set when charset info are needed.
13076 FlocaleCharset.c contains a big table which associates to an X charset
13077 various possible locale charsets and the fribidi charset.
13078 If libiconv is used, libcharset is used to compute the locale charset.
13079 Various Flocale clean up.
13081 * fvwm/fvwm.c (main):
13082 Removed the call to FlocaleInitCharset, it is now done automatically
13085 * libs/Makefile.am:
13088 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13090 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13093 (EWMH_SetDesktopNames):
13094 Moved iconv conversions into the library. Try to found the good iconv
13095 charset with the help of the font and of the FlocaleCharset table.
13097 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13099 * libs/Module.c (SendFvwmPipe):
13100 * libs/Graphics.c (do_relieve_rectangle):
13101 * fvwm/menustyle.c (menustyle_parse_old_style):
13102 * fvwm/add_window.c (setup_window_structure):
13103 memory management patches by Dave Trollope
13105 * fvwm/frame.c (frame_get_sidebar_geometry):
13106 hide the handles when using the NoHandles style
13108 * fvwm/borders.c (border_redraw_decorations):
13109 change in title rotation is applied immediately, don't use the value "2"
13112 * fvwm/style.c (parse_and_set_window_style):
13113 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13115 documented the new title directions
13116 (parse_and_set_window_style):
13117 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13119 documented these styles
13121 * fvwm/add_window.c (CaptureOneWindow):
13122 (CaptureAllWindows):
13126 * fvwm/icons.c (DeIconify):
13127 fiexd fucoused window not hilighting after deiconification
13129 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13131 * fvwm/update.c (apply_window_updates):
13132 windows are not unshaded when the decoration layout changes
13134 * fvwm/frame.c (frame_create_move_resize_args):
13135 fixed excessive redrawing
13136 (frame_get_hidden_pos):
13137 fixed parent geometry when window is hidden
13139 * fvwm/add_window.c (setup_frame_stacking):
13140 fixed stacking of right buttons
13142 * fvwm/frame.c (frame_set_decor_gravities):
13143 fixed title and button bit gravities
13145 * fvwm/add_window.c (setup_frame_stacking):
13146 (change_auxiliary_windows):
13147 fixed "button" style
13149 * fvwm/geometry.c (get_title_button_geometry):
13150 * fvwm/menus.c (pop_menu_up):
13151 fixed menu placement relative to window titles
13153 * libs/Flocale.c (FlocaleDrawString):
13154 fixed compiler warning w/o fribidi
13156 * fvwm/virtual.c (MoveViewport):
13158 (do_move_window_to_desk):
13159 * fvwm/update.c (apply_window_updates):
13160 * fvwm/icons.c (Iconify):
13162 * fvwm/module_interface.c (SETOLDFLAGS):
13163 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13164 * fvwm/style.c (parse_and_set_window_style):
13165 * fvwm/window_flags.h:
13166 * fvwm/session.c (MatchWinToSM):
13167 * fvwm/placement.c (PlaceWindow):
13168 * fvwm/add_window.c (CaptureAllWindows):
13169 (setup_window_placement):
13170 (CaptureOneWindow):
13173 * fvwm/menus.c (menu_tear_off):
13174 * fvwm/events.c (HandleMapRequestKeepRaised):
13177 removed some of those pesky globals: PPosOverride, isIconicState and
13178 isIconifiedByParent; pass round a structure instead
13179 removed the do_start_iconic window flag
13180 removed do_delete_icon_moved flag
13182 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13186 renamed HAVE_FRIBIDI to HAVE_BIDI
13190 added more comments
13192 * fvwm/Makefile.am:
13194 * libs/Makefile.am:
13195 added a dummy call to FBidi to test linking against bidi libs
13197 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13199 * fvwm/windowshade.c (CMD_WindowShade):
13200 changed syntax of windowshade with direction
13202 update button state after unshading
13204 * fvwm/add_window.c (AddWindow):
13205 fixed mini icon update
13207 * fvwm/events.c (HandleEnterNotify):
13208 fixed icon picture redrawing
13209 icon titles are no longer raised and expanded if the icon has only a
13212 * fvwm/move_resize.c (resize_window):
13215 * libs/gravity.c (gravity_move_resize_parent_child):
13216 * fvwm/frame.c (frame_get_titlebar_dimensions):
13217 (frame_prepare_animation_shape):
13218 (frame_move_resize_step):
13219 (frame_get_titlebar_dimensions_only):
13220 (frame_get_hidden_pos):
13221 (frame_update_hidden_window_pos):
13222 (frame_free_move_resize_args):
13223 (frame_create_move_resize_args):
13224 fixed shading of shaped windows
13229 * fvwm/fvwm.c (main):
13230 * fvwm/misc.c (GrabEm):
13231 fixed a problem with the cursor shape during window shading
13233 * fvwm/update.c (apply_window_updates):
13234 fixed drawing of hilighted window after a decoration change
13236 * fvwm/update.c (apply_window_updates):
13237 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13238 * fvwm/borders.c (RedrawDecorations):
13239 renamed RedrawDecorations()
13241 * fvwm/move_resize.c (move_window_doit):
13243 * fvwm/misc.c (move_into_rectangle):
13244 (intersect_xrectangles):
13245 functions renamed and moved to fvwmrect.c
13247 * fvwm/borders.c (border_get_changed_border_parts):
13248 (frame_get_changed_border_parts):
13249 reduced border redrawing
13250 moved fucntion to borders.c
13252 * fvwm/events.c (HandleButtonPress):
13254 suppress button events on frame windows
13256 * fvwm/frame.c (frame_setup_border):
13257 fixed a problem with the border setup
13259 * fvwm/borders.c (border_draw_decorations):
13260 * fvwm/events.c (HandleEnterNotify):
13261 fixed icon title drawing
13263 * fvwm/misc.c (GrabEm):
13264 fixed a pointer grab hang with xmag?
13266 * fvwm/move_resize.c (resize_window):
13267 use frame_move_resize function to improve performance
13269 * fvwm/add_window.c (AddWindow):
13270 fixed recaturing shaded windows
13273 suppress unnecessary title redraws
13276 window shading works again; there are still some problems with
13277 recapture, restart, border drawing and shaped windows
13279 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13281 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13284 * fvwm/frame.c (frame_get_title_bar_dimensions):
13285 fixed minor button layout bug
13286 (frame_update_hidden_window_pos):
13288 * fvwm/ewmh_names.c (EWMH_WMName):
13289 * fvwm/gnome.c (GNOME_HandlePropRequest):
13290 * fvwm/focus.c (DoSetFocus):
13291 * fvwm/stack.c (new_layer):
13292 * fvwm/icons.c (DeIconify):
13294 * fvwm/events.c (HandleFocusIn):
13295 (HandlePropertyNotify):
13298 (HandleButtonPress):
13299 (HandleLeaveNotify):
13300 * fvwm/builtins.c (CMD_ChangeDecor):
13302 * fvwm/move_resize.c (resize_move_window):
13305 (maximize_fvwm_window):
13307 * fvwm/borders.c (DrawDecorations):
13308 (RedrawDecorations):
13309 removed function DrawDecorations()
13310 (border_draw_decorations):
13311 renamed draw_decorations_with_geom() to border_draw_decorations()
13313 * fvwm/events.c (HandleExpose):
13314 fixed drawing icon titles
13316 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13317 * fvwm/events.c (HandleFocusIn):
13319 * fvwm/screen.h (ScreenInfo):
13320 return the focus to the window that had the focus before an or window
13321 stole it and then died.
13323 * fvwm/menus.c (scanForColor):
13324 removed duplicate call of strlen
13325 use alloca instead of safemalloc
13327 * fvwm/menustyle.c (menustyle_parse_style):
13328 don't call memset right before memcpy
13330 * fvwm/module_interface.c (AddToMessageQueue):
13331 (DeleteMessageQueueBuff):
13332 removed one safemalloc and inline'd the function
13333 merged AddToMessageQueue into PositiveWrite
13335 * fvwm/borders.c (border_draw_decor_to_pixmap):
13336 fixed pixmap and mini icon buttons
13337 (border_fill_pixmap_background):
13339 (border_get_tb_parts_to_draw):
13340 buttons and title background using the border style is updated when the
13343 * fvwm/events.c (WaitForButtonsUp):
13344 don't grab the whole server but merely the pointer to allow applications
13345 redrawing themselves
13348 finished writing title drawing code
13350 * fvwm/move_resize.c (resize_window):
13351 (resize_move_window):
13352 (unmaximize_fvwm_window):
13353 removed now unnecessary calls to DrawDecorations()
13355 * fvwm/frame.c (frame_hide_changing_window_parts):
13356 fixed hiding bottom/right titles
13358 * fvwm/add_window.c (AddWindow):
13359 fixed recapturing shaded windows
13361 * fvwm/misc.c (GrabEm):
13362 fixed the cursor over the title window while resizing
13364 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13366 * libs/Graphics.c (CreateTiledPixmap):
13367 improved efficience: let the X server tile a pixmap via the GC settings
13369 * fvwm/fvwm.c (CreateGCs):
13370 * fvwm/screen.h (ScreenInfo):
13371 added new global GC Scr.TileGC
13373 * fvwm/borders.c (border_fill_pixmap_background):
13374 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13375 use already created gcs
13377 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13378 * fvwm/menus.c (paint_menu_gradient_background):
13379 fixed using a randow members in gcs
13381 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13384 added compilation test for fribidi
13386 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13388 * NEWS: Document FvwmForm timeout.
13390 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13392 * fvwm/session.c (MatchWinToSM):
13393 * fvwm/add_window.c (AddWindow):
13394 preserve user states over a restart
13396 * fvwm/add_window.c (setup_window_structure):
13397 preserve user states over a recapture
13399 * fvwm/functions.c (execute_function):
13400 "Silent" suppresses the "No such command ..." message
13402 * fvwm/frame.c (frame_move_resize):
13403 * fvwm/misc.c (GrabEm):
13404 fixed the cursor shape during resizing
13405 fixed button looks in small windows
13407 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13413 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13415 * fvwm/fvwm.c (LoadDefaultLeftButton):
13416 (LoadDefaultRightButton):
13417 * fvwm/borders.c (border_draw_vector_to_pixmap):
13418 * fvwm/screen.h (DecorFace):
13419 * fvwm/builtins.c (ReadDecorFace):
13420 fixed transparent vector line support
13422 * libs/Graphics.c (CreateGradientPixmap):
13423 fixed potential core dump with illegal gradients
13425 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13427 * fvwm/fvwm.h (FvwmWindow):
13428 removed button_background_pixmap member
13430 * fvwm/update.c (apply_window_updates):
13431 fixed changing the decoration size
13433 * fvwm/windowshade.c (CMD_WindowShade):
13434 * fvwm/frame.c (frame_setup_border):
13435 * fvwm/functions.c (execute_complex_function):
13438 * fvwm/move_resize.c (resize_window):
13439 fixed aboting of a opaque resize w/ maximized windows
13440 (ParseOneResizeArgument):
13441 resize arguments don't take the border into account
13442 (GetResizeArguments):
13443 implemented new option "Frame" to the Resize and ResizeMove commands
13445 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13448 * fvwm/builtins.c (ReadDecorFace):
13449 * fvwm/borders.c (DrawLinePattern):
13450 implemented transparent drawing color in vector buttons: C == 4
13452 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13453 * fvwm/builtins.c (ReadDecorFace):
13454 increased allowed number of lines in a vector button to 10000 and moved
13455 the definition to defaults.h
13457 * fvwm/virtual.c (MoveViewport):
13458 don't send useless M_NEW_PAGE packets
13462 started work on new button/title drawing code
13464 * fvwm/events.c (HandleExpose):
13465 don't handle expose on the title bar
13468 * fvwm/frame.c (frame_get_sidebar_geometry):
13469 * fvwm/fvwm.h (FvwmWindow):
13470 replaced border_state with decor_state
13472 * libs/defaults.h (NR_RIGHT_BUTTONS):
13476 * fvwm/events.c (HandleExpose):
13478 * fvwm/frame.c (frame_setup_border):
13479 hide sidebars if they are too small, i.e. 0 pixels
13481 2002-03-20 olicha <olivier.chapuis@free.fr>
13483 * libs/Flocale.c (FlocaleFreeNameProperty):
13484 Fixed random core dump
13486 2002-03-19 olicha <olivier.chapuis@free.fr>
13488 * fvwm/ConfigFvwmDefaults:
13489 RightTitleRotatedCW is a default
13491 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13493 * fvwm/frame.c (frame_get_sidebar_geometry):
13494 window corners are always at least the border width thick
13496 * fvwm/geometry.c (update_absolute_geometry):
13497 fixed south/east shading
13499 * fvwm/frame.c (frame_move_resize_step):
13500 did the best I could to prevent rxvt from flashing in the background
13503 * fvwm/add_window.c (get_default_window_attributes):
13504 (get_default_window_attributes):
13505 (setup_resize_handle_windows):
13506 * fvwm/borders.c (border_get_border_gcs):
13507 applied -visual fix by Hippo
13509 * fvwm/cursor.c (CMD_CursorStyle):
13512 * fvwm/frame.c (frame_get_title_bar_dimensions):
13513 fixed order of right buttons
13514 (frame_move_resize_step):
13515 reduced flashing when maximizing
13517 * fvwm/geometry.c (update_absolute_geometry):
13518 adapted for horizontal shading
13520 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13529 several renamings of text_direction to text_rotation
13531 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13533 * fvwm/windowshade.c (CMD_WindowShade):
13534 * fvwm/frame.c (frame_create_move_resize_args):
13535 (frame_move_resize_step):
13536 hack to enable non-animated window shading for the time being
13538 * fvwm/style.c (parse_and_set_window_style):
13539 (parse_and_set_window_style):
13540 allow to abbreviate [Counter]ClockWise with [C]CW
13542 * fvwm/frame.c (frame_move_resize_step):
13545 * fvwm/geometry.c (gravity_constrain_size):
13546 removed useless code
13548 * fvwm/update.c (apply_window_updates):
13549 * fvwm/add_window.c (AddWindow):
13550 * fvwm/move_resize.c (unmaximize_fvwm_window):
13552 do not write into frame_g. only frame.c should do this
13554 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13555 (MIN_WINDOW_TITLE_LENGTH):
13557 * fvwm/frame.c (frame_setup_title_bar):
13558 (get_resize_decor_gravities_one_axis):
13559 (frame_setup_window_internal):
13560 (frame_move_resize_step):
13561 (frame_create_move_resize_args):
13562 rewrote frame_setup_title_bar function
13564 * fvwm/add_window.c (setup_frame_stacking):
13565 fixed title bar stacking order
13567 * fvwm/frame.c (frame_setup_title_bar):
13568 removed yesterday's 'fix'
13570 * fvwm/add_window.c (hide_screen):
13571 (setup_title_window):
13572 (setup_resize_handle_windows):
13573 (setup_button_windows):
13574 fixed visual and depth of decoration windows
13576 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13578 * fvwm/frame.c (frame_setup_title_bar):
13579 fixed title layout bug
13581 * fvwm/move_resize.c (MaximizeHeight):
13582 fixed bug in "grow" option of the Maximize command
13585 fixed broken prototype for get_title_font_size_and_offset
13587 * fvwm/geometry.c (get_title_font_size_and_offset):
13588 simplified code a bit
13590 2002-03-18 olicha <olivier.chapuis@free.fr>
13593 * fvwm/geometry.c (get_title_font_size_and_offset):
13594 * fvwm/add_window.c (setup_title_geometry):
13596 * fvwm/style.c (parse_and_set_window_style):
13597 (check_window_style_change):
13598 * fvwm/update.c (apply_window_updates):
13599 * fvwm/window_flags.h:
13601 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13602 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13603 RightTitleRotatedCounterClockWise
13605 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13608 * vms/config.h (FMiniIconsSupported):
13609 removed last traces of MINI_ICONS ifdef
13611 * fvwm/windowlist.c (CMD_WindowList):
13612 * fvwm/update.c (apply_window_updates):
13614 * fvwm/style.c (merge_styles):
13615 (parse_and_set_window_style):
13616 (check_window_style_change):
13618 * fvwm/module_interface.c (SendMiniIcon):
13619 (BroadcastMiniIcon):
13620 (CMD_Send_WindowList):
13621 * fvwm/fvwm.h (FvwmWindow):
13622 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13623 (EWMH_DoUpdateWmIcon):
13624 (ewmh_SetWmIconFromPixmap):
13625 (EWMH_DeleteWmIcon):
13626 (EWMH_SetIconFromWMIcon):
13627 * fvwm/builtins.c (ReadDecorFace):
13628 * fvwm/borders.c (DrawButton):
13631 * fvwm/add_window.c (setup_window_structure):
13633 (destroy_mini_icon):
13634 (change_mini_icon):
13636 * acconfig.h (FMiniIconsSupported):
13637 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13641 removed an FANCY_TITLEBARS ifdef
13643 * fvwm/borders.c (border_draw_one_part):
13644 (border_draw_border_parts):
13645 (border_draw_all_parts):
13646 (draw_clipped_decorations_with_geom):
13647 performance enhancement
13649 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13651 * fvwm/frame.c (frame_move_resize_step):
13652 force setting up the border when function is called with FRAME_MR_SETUP
13653 (frame_setup_window_internal):
13654 removed duplicate frame setup
13656 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13658 (draw_clipped_decorations_with_geom):
13659 do not flush the X queue after drawing; let the caller do it
13661 * fvwm/frame.c (frame_get_sidebar_geometry):
13662 fixed layout of windows with a small height
13663 (frame_hide_changing_window_parts):
13668 made good progress with frame layout rewrite. I think it is already
13669 considerably faster.
13670 some general clean up
13672 * fvwm/add_window.c (setup_decor_window):
13675 * fvwm/windowshade.c (CMD_WindowShade):
13676 * fvwm/stack.c (verify_stack_ring_consistency):
13677 (RaiseOrLowerWindow):
13678 * fvwm/move_resize.c (resize_move_window):
13679 (move_window_doit):
13680 (draw_move_resize_grid):
13681 * fvwm/icons.c (DrawIconWindow):
13682 * fvwm/icccm2.c (CloseICCCM2):
13684 (HandleSelectionRequest):
13685 * fvwm/fvwm.c (main):
13686 (SaveDesktopState):
13687 * fvwm/focus.c (DoSetFocus):
13688 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13689 * fvwm/events.c (HandlePropertyNotify):
13690 (HandleButtonPress):
13691 (HandleConfigureRequest):
13692 * fvwm/add_window.c (RestoreWithdrawnLocation):
13694 * fvwm/builtins.c (CMD_Delete):
13698 * fvwm/menus.c (paint_menu):
13700 * fvwm/misc.c (UngrabEm):
13702 * fvwm/schedule.c (execute_obj_func):
13703 * fvwm/add_window.c (hide_screen):
13705 use XFlush instead of XSync when the latter is not necessary
13707 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13710 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13711 inform frame module if the window with the hide windows dies
13713 * fvwm/placement.c (PlaceWindow):
13715 * fvwm/add_window.c (setup_window_attr):
13716 (setup_frame_attributes):
13718 (RestoreWithdrawnLocation):
13719 (setup_window_placement):
13720 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13721 (get_title_geometry):
13722 * fvwm/fvwm.c (InitVariables):
13723 * fvwm/frame.c (frame_setup_frame):
13724 * fvwm/colormaps.c (HandleColormapNotify):
13725 (InstallWindowColormaps):
13726 * fvwm/events.c (HandleConfigureRequest):
13727 (HandleUnmapNotify):
13728 * fvwm/fvwm.h (FvwmWindow):
13729 removed attr member of FvwmWindow and replaced by a structure defined
13730 ourselves that is much smaller
13732 * fvwm/add_window.c (hide_screen):
13733 don't use save_unders and backing_store for the window used in recapture
13735 * fvwm/frame.c (frame_init):
13736 * fvwm/fvwm.c (main):
13737 new function to initialise frame module
13739 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13742 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13747 * fvwm/borders.h (enum):
13748 * fvwm/borders.c (draw_clipped_decorations_with_geom):
13749 (border_get_parts_and_pos_to_draw):
13750 * fvwm/fvwm.h (struct):
13752 fixed calculations of which border parts to draw
13755 corrected some typos
13758 handle marks work again
13760 2002-03-16 Dan Espen <dane@mk.telcordia.com>
13762 * AUTHORS: New author added.
13764 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13768 * fvwm/add_window.c (setup_frame_stacking):
13769 * fvwm/cursor.c (CMD_CursorStyle):
13770 * fvwm/events.c (HandleExpose):
13772 (HandleEnterNotify):
13773 (HandleLeaveNotify):
13775 * fvwm/geometry.c (get_title_button_geometry):
13776 * fvwm/virtual.c (map_window):
13777 * fvwm/add_window.c (setup_parent_window):
13778 (setup_resize_handle_cursors):
13779 (setup_resize_handle_windows):
13780 (resize_resize_handle_windows):
13781 (change_resize_handle_windows):
13782 some progress with new frame layout
13784 * fvwm/add_window.c (setup_visible_name):
13785 fixed off-by-one bug in setup_visible_name
13786 maximum window number can be set in defaults.h
13788 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13790 * fvwm/windowlist.h:
13795 * fvwm/placement.h:
13797 * fvwm/move_resize.h:
13804 * fvwm/add_window.h:
13805 * fvwm/ewmh_names.c:
13806 * fvwm/ewmh_icons.c:
13807 * fvwm/ewmh_events.c:
13814 * fvwm/windowlist.c:
13818 * fvwm/colormaps.c:
13819 * fvwm/decorations.c:
13820 * fvwm/conditional.c:
13823 * fvwm/placement.c:
13827 * fvwm/functions.c:
13830 * fvwm/module_interface.c:
13832 * fvwm/add_window.c:
13835 * fvwm/move_resize.c:
13838 * fvwm/fvwm.h (FvwmWindow):
13839 moved all windows into a separate sub structure and wrote access macros
13840 renamed FvwmWindow argument to builtin commands to "fw"
13841 renamed tmp_win to fw everywhere
13843 * fvwm/borders.c (RedrawBorder):
13844 * fvwm/decorations.c (SelectDecor):
13845 * fvwm/add_window.c (setup_style_and_decor):
13846 (setup_resize_handle_cursors):
13847 * fvwm/window_flags.h:
13848 * fvwm/fvwm.h (struct):
13849 added new member has_handles and new macro HAS_HANDLES
13851 * fvwm/decorations.c (SelectDecor):
13852 fixed the NoHandles style
13854 * fvwm/decorations.c (SelectDecor):
13855 * fvwm/style.c (check_window_style_change):
13856 (parse_and_set_window_style):
13858 * fvwm/fvwm.h (struct):
13859 renamed has_no_handles to has_no_border
13861 2002-03-15 olicha <olivier.chapuis@free.fr>
13864 * libs/Fft.c (is_utf8_encoding):
13868 s/COMPUND_TEXT/COMPOUND_TEXT
13871 Removed matrix xft specification doc as now it is use internally by
13874 * libs/Flocale.c (FlocaleRotateDrawString):
13875 (FlocaleUnloadFont):
13876 (FlocaleDrawString):
13877 (FlocaleTextWidth):
13879 * libs/Fft.c (FftGetRotatedFont):
13883 * fvwm/borders.c (DrawMultiPixmapTitlebar):
13885 * fvwm/geometry.c (get_title_font_size_and_offset):
13886 * fvwm/style.c (parse_and_set_window_style):
13887 (check_window_style_change):
13888 * fvwm/update.c (apply_window_updates):
13892 * fvwm/window_flags.h:
13893 Implemented vertical text rendering, new style SideTitleTextDefault,
13894 SideTitleTextTopToBottom, SideTitleTextBottomToTop
13896 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13899 removed inclusion of fvwmdebug.h
13901 * libs/gravity.c (ParseDirectionArgument):
13902 fixed direction parsing
13904 * fvwm/menus.c (get_menu_options):
13905 fixed a compiler warning
13907 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13909 * fvwm/bindings.c (ParseBinding):
13910 fixed compiler warning
13912 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
13914 fixed compilation w/ --disable-ewmh
13916 * fvwm/windowlist.c (CMD_WindowList):
13917 fixed parsing of conditions versus position of window list broken with
13920 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13923 * libs/Fft.c (FftTextWidth):
13924 (is_utf8_encoding):
13925 (FftGetFontWidths):
13927 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
13928 if HAVE_XFT was not set.
13930 * fvwm/events.h (XEVMASK_DECORW):
13931 select EnterNotify and LeaveNotify on frame instead of decor_w
13933 * fvwm/add_window.c (setup_title_window):
13934 (setup_button_windows):
13935 (setup_resize_handle_windows):
13936 frame window is the new parent of the title, button and handle windows
13937 (setup_frame_stacking):
13938 new stacking order of decoration windows
13940 * fvwm/menuitem.c (menuitem_paint):
13941 * fvwm/events.c (HandleExpose):
13944 * fvwm/move_resize.c (unmaximize_fvwm_window):
13945 don't force to redraw the frame
13947 * libs/gravity.c (gravity_get_offsets):
13950 functions moved to gravity.c
13952 2002-03-10 olicha <olivier.chapuis@free.fr>
13954 * acconfig.h (HAVE_XFT_UTF8):
13956 * libs/Fft.c (is_utf8_encoding):
13957 (FftGetFontWidths):
13960 Detected if Xft can handle utf8 string
13963 * fvwm/menuitem.c (menuitem_paint):
13964 * fvwm/events.c (HandleExpose):
13965 Fixed Xft related compilation failure and warning
13967 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13971 * fvwm/move_resize.c:
13976 * fvwm/add_window.c:
13977 * fvwm/frame.c (frame_setup_window):
13978 (frame_force_setup_window):
13979 (frame_setup_shape):
13980 SetupFrame renamed to frame_setup_window
13981 ForceSetupFrame renamed to frame_force_setup_window
13982 SetShape renamed to frame_setup_shape
13984 * fvwm/windowshade.c:
13985 moved most code to frame.c
13987 * fvwm/frame.c (SetShape):
13989 (set_decor_gravity):
13992 functions moved to new file
13995 (frame_setup_title_bar):
13999 direction code moved to gravity.c and gravity.h
14001 * fvwm/windowshade.c (CMD_WindowShade):
14002 * fvwm/geometry.c (get_shaded_geometry):
14004 * libs/FScreen.c (FScreenInit):
14005 (FScreenUpdateEmulationMapState):
14006 changed Xinerame emulation layout
14009 Corrected the description of the XineramaPrimaryScreen command that was
14012 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14014 * fvwm/menus.c (menu_tear_off):
14015 (unlink_item_from_menu):
14016 (menu_strip_tear_off_title):
14017 use the text from a title item as the tear off menu title if the menu
14018 begins with a title; skip separators and tear off bars at the front of
14022 implemented titleatleft and titleatright styles; titles are not drawn
14025 * fvwm/style.c (check_window_style_change):
14026 * fvwm/update.c (apply_window_updates):
14027 * fvwm/ewmh_names.c (EWMH_WMIconName):
14030 * fvwm/ewmh.c (ksmserver_workarround):
14031 * fvwm/update.c (apply_window_updates):
14032 * fvwm/conditional.c (MatchesConditionMask):
14033 * fvwm/fvwm.c (main):
14034 * fvwm/session.c (SaveWindowStates):
14037 * fvwm/functions.c (expand):
14038 * fvwm/stack.c (dump_stack_ring):
14039 (verify_stack_ring_consistency):
14040 * fvwm/module_interface.c (BroadcastWindowIconNames):
14041 (CMD_Send_WindowList):
14042 * fvwm/add_window.c (free_window_names):
14043 (free_window_names):
14044 * fvwm/events.c (HandlePropertyNotify):
14045 * fvwm/builtins.c (CMD_Wait):
14046 * fvwm/style.c (CMD_DestroyStyle):
14048 Adapted to changes of Flocale.h
14051 removed COMPUND_TEXT ifdef
14054 mutibyte defaults to on
14059 * fvwm/fvwm.h (FvwmWindow):
14060 cleaned up Flocale stuff for better information hiding
14062 * libs/Flocale.c (get_FlocaleFontSet):
14064 added a new font strucht member min_char_offset for vertical text
14066 * libs/Flocale.c (get_FlocaleFontSet):
14067 fixed a bug in descent calculation
14069 * fvwm/fvwm.h (FvwmWindow):
14072 * fvwm/borders.c (RedrawButtons):
14077 (DrawMultiPixmapTitlebar):
14078 don't use title_g or boundary_width
14080 * libs/Flocale.c (FlocaleTextWidth):
14081 * libs/Flocale.c (FlocaleDrawString):
14082 added interface for vertical strings
14083 * libs/Flocale.h (FlocaleWinString):
14084 added flags structure w/ is_vertical_string flag
14086 * fvwm/borders.c (RedrawTitle):
14087 (DrawMultiPixmapTitlebar):
14088 * fvwm/screen.h (ScreenInfo):
14089 * fvwm/icons.c (DrawIconWindow):
14090 * fvwm/move_resize.c (DisplayPosition):
14092 * fvwm/screen.h (ScreenInfo):
14093 removed ScratchStr and TitleStr; *please* don't use global variables
14096 * fvwm/move_resize.c (ParseOneResizeArgument):
14097 (GetResizeArguments):
14098 (GetResizeMoveArguments):
14100 (resize_move_window):
14101 * fvwm/module_interface.c (CONFIGARGS):
14104 * fvwm/placement.c (PlaceWindow):
14105 * fvwm/add_window.c (setup_title_window):
14106 (setup_button_windows):
14107 (setup_parent_window):
14108 (resize_resize_handle_windows):
14109 (change_resize_handle_windows):
14111 * fvwm/geometry.c (get_window_borders):
14112 (gravity_get_naked_geometry):
14113 (gravity_add_decoration):
14115 don't use title_g.width and title_g.height anymore
14117 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14120 * fvwm/borders.c (SetupTitleBar):
14121 * fvwm/add_window.c (setup_title_window):
14122 don't use title_g.x and title_g.y anymore
14123 (setup_title_geometry):
14126 * fvwm/fvwm.h (FvwmWindow):
14127 replaced title_g by title_length and title_thickness
14128 renamed title_text_y to title_text_offset
14130 * fvwm/add_window.c (setup_style_and_decor):
14131 (setup_parent_window):
14132 * fvwm/decorations.c (SelectDecor):
14133 * fvwm/placement.c (PlaceWindow):
14134 * fvwm/windowlist.c (CMD_WindowList):
14135 * fvwm/events.c (SendConfigureNotify):
14136 (HandlePropertyNotify):
14138 * fvwm/move_resize.c (DisplaySize):
14139 (ParseOneResizeArgument):
14140 (GetResizeArguments):
14141 (GetResizeMoveArguments):
14143 (resize_move_window):
14144 * fvwm/geometry.c (gravity_get_naked_geometry):
14145 (gravity_add_decoration):
14147 don't use boundary_width anymore
14149 * fvwm/borders.c (SetupTitleBar):
14152 * fvwm/fvwmdebug.c:
14153 removed outdated file that was never used
14155 * fvwm/move_resize.c (move_window_doit):
14156 fixed GNOME and EWMH hints when unsticking a window
14158 * fvwm/virtual.c (CMD_MoveToDesk):
14159 unstick windows when MoveToDesk is used
14162 * fvwm/windowshade.c (CMD_WindowShade):
14163 (CMD_WindowShadeAnimate):
14164 functions moved to windowshade.c
14166 * fvwm/window_flags.h:
14167 * fvwm/menus.c (pop_menu_up):
14168 * fvwm/builtins.c (CMD_WindowShade):
14169 * fvwm/move_resize.c (resize_window):
14170 * fvwm/icons.c (AutoPlaceIcon):
14171 * fvwm/borders.c (SetupFrame):
14172 don't use HAS_BOTTOM_TITLE any more
14176 * fvwm/geometry.c (get_title_font_width_and_offset):
14177 * fvwm/geometry.c (set_window_border_size):
14178 * fvwm/geometry.c (is_window_border_minimal):
14179 * fvwm/geometry.c (get_window_borders_no_title):
14180 * fvwm/geometry.c (get_shaded_client_window_pos):
14181 * fvwm/geometry.c (get_icon_corner):
14182 * fvwm/geometry.c (get_title_gravity):
14183 * fvwm/geometry.c (get_title_geometry):
14184 * fvwm/borders.c (get_button_number):
14187 * fvwm/borders.c (SetupFrame):
14189 * fvwm/events.c (HandleShapeNotify):
14190 * fvwm/borders.c (SetupTitleBar):
14191 * fvwm/update.c (apply_window_updates):
14192 * fvwm/add_window.c (setup_window_font):
14193 removed title_top_height
14195 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14198 * fvwm/events.c (SendConfigureNotify):
14199 * fvwm/events.c (HandleConfigureRequest):
14200 preparations for W/E titles
14201 don't use title_top_height any more
14203 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14204 use title_dir flags
14206 * fvwm/geometry.c (get_window_borders):
14207 * fvwm/style.c (parse_and_set_window_style):
14208 (check_window_style_change):
14209 * fvwm/style.h (SCSET_TITLE_DIR):
14210 * fvwm/window_flags.h (GET_TITLE_DIR):
14211 * fvwm/fvwm.h (struct):
14212 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14215 * libs/Parse.c (ParseDirectionArgument):
14217 use new type direction_type
14219 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14221 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14222 use function from geometry.c to get the border size
14224 * fvwm/geometry.c (get_shaded_geometry):
14225 added code for shading in all directions
14227 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14229 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14231 2002-03-07 olicha <olivier.chapuis@free.fr>
14233 * libs/Flocale.c (FInitLocale):
14234 * fvwm/fvwm.c (main):
14235 Set the locale using "" as locale argument
14237 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14240 fixed some typos and indentation of several new variable entries
14242 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14244 * fvwm/functions.h (enum):
14245 * fvwm/functions.c (func_config):
14247 * fvwm/conditional.c (CMD_ThisWindow):
14248 renamed command "This" to "ThisWindow"
14250 * fvwm/conditional.c (Circulate):
14251 "Current" no longer selects a random window when no window is focused
14253 * fvwm/icccm2.c (SetupICCCM2):
14254 removed debug fprintf
14256 * fvwm/functions.c (expand_extended_var):
14257 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14258 pointer.wy, pointer.cx and pointer.cy.
14260 * libs/Parse.c (ParseDirectionArgument):
14261 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14263 * fvwm/builtins.c (CMD_WindowShade):
14264 fixes for animated shading w/ titleatbottom+north and titleattop+south
14266 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14268 * fvwm/move_resize.c (moveLoop):
14270 * fvwm/virtual.c (HandlePaging):
14271 moving/resizing windows opaque is much faster
14273 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14275 * fvwm/add_window.c (resize_resize_handle_windows):
14276 (change_resize_handle_windows):
14277 (setup_window_font):
14278 fixed changing the handlewidth style
14280 * fvwm/update.c (apply_window_updates):
14281 * fvwm/geometry.c (update_absolute_geometry):
14282 * fvwm/builtins.c (CMD_WindowShade):
14283 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14284 * fvwm/conditional.c (CreateConditionMask):
14285 * fvwm/geometry.c (get_shaded_geometry):
14286 * fvwm/session.c (MatchWinToSM):
14287 * fvwm/add_window.c (setup_window_structure):
14289 * fvwm/window_flags.h (SHADED_DIR):
14290 * fvwm/fvwm.h (struct):
14291 implemented new WindowShade options "North" and "South" to allow shading
14292 a window in either direction, regardless of if the title is at the top
14295 * libs/Module.c (module_expand_action):
14296 new convenience function for modules
14298 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14300 * fvwm/fvwm2.1: Fixes to the font section.
14302 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14304 * fvwm/conditional.c (CMD_WindowId):
14305 set the correct context window for unmanaged windows
14307 * fvwm/icons.c (DrawIconWindow):
14308 raise the icon title even if it's too small to be expanded
14310 * fvwm/conditional.c (CMD_Cond):
14311 Fixed it the right way this time
14313 same fix for the 'Any' command
14320 unified circulating functions into a single one
14322 Pick allows to pick functions that have CirculateSkip set
14323 fixed a memory leak
14327 (CMD_PointerWindow):
14328 unified selecting functions into a single one
14331 Allow user to override the default CirculateHit of these functions
14333 * fvwm/conditional.c (CMD_Cond):
14334 Fixed a problem w/ the window selection
14340 * fvwm/menustyle.h:
14341 * fvwm/menustyle.c:
14345 moved some of the menu code into separate files
14346 more work on tear off menus; windowlist can now be torn off without a
14351 added templates for new source files
14353 * libs/Picture.c (fvwmlib_clone_color):
14356 * fvwm/menus.c (make_menu):
14358 removed unused parameter from make_menu()
14360 * fvwm/fvwm2.1 (Example):
14361 corrected statement about CaptureHonorsStartsOnPage being the default
14363 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14368 added and documented --disable-bidi and --disable-perllib
14370 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14372 * fvwm/geometry.c (get_window_borders):
14373 fixed calculation of $[cw.y] and $[cw.height]
14375 * fvwm/move_resize.c (resize_move_window):
14376 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14378 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14380 * fvwm/move_resize.c (resize_move_window):
14382 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14385 re-added --enable-xinerama-emulation option that was removed recently
14387 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14392 several corrections and rewording
14394 2002-02-28 olicha <olivier.chapuis@free.fr>
14397 New section FONT NAMES AND FONT LOADING
14401 Document --enable-xft
14403 * libs/Fft.c (get_FlocaleXftFont):
14404 Used the xft font height in the place of ascent+descent
14406 * fvwm/icons.c (DrawIconWindow):
14407 Fixed the fg colors of the icon title
14409 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14411 * fvwm/conditional.c (CMD_CondCase):
14412 fixed CondCase command
14414 fixed numeric return codes
14416 * fvwm/add_window.c (CMD_Recapture):
14417 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14419 * acinclude.m4 (smr_CHECK_LIB):
14420 disabled a destructing gnome_prefix logic again
14422 * fvwm/events.c (GetContext):
14423 * libs/Bindings.c (win_contexts):
14425 new contexts for individual parts of the window border
14427 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14430 disabled a destructing gnome_prefix logic
14433 replaced fribidi detection mechanism, now fribidi-config is used
14435 2002-02-26 olicha <olivier.chapuis@free.fr>
14437 * acconfig.h (HAVE_XFT):
14440 * libs/Fft.c (new file):
14441 * libs/Flocale.c (FlocaleLoadFont):
14442 (FlocaleUnloadFont):
14443 (FlocaleDrawString):
14444 (FlocaleTextWidth):
14445 (get_FlocaleFontSet):
14447 (get_FlocaleFontOrFontSet):
14449 * fvwm/Makefile.am:
14450 Added anti-alised font rendering using Xft. This is off by default.
14451 A font can now be given as a ";" separated list of either ","
14452 separated list of XFLD font name or Xft font name with "xft:" as
14454 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14455 See Flocale.h for details
14457 * fvwm/events.c (HandleExpose):
14458 * fvwm/menus.c (paint_item):
14459 Always clear the text area before drawing text with an Xft font
14461 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14463 * acinclude.m4 (smr_CHECK_LIB):
14464 fixed a bug with variable expansion and autoconf cache values
14466 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14468 * fvwm/menus.c (seek_submenu_instance):
14470 * fvwm/fvwm.c (InitVariables):
14471 some general menu clean up
14473 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14474 * fvwm/move_resize.h (resize_geometry_window):
14475 * fvwm/menus.c (animated_move_back):
14477 (ParentalMenuRePaint):
14478 Removed the global variables for parental relativity. Please *do not*
14479 use globals in menus.c or anywhere else. I'm trying to remove most
14480 globals in the long run.
14482 * libs/Graphics.c (do_relieve_rectangle):
14485 * fvwm/menus.c (MenuInteraction):
14486 fixed tearing off menus by selecting a tear off item with the keyboard
14488 * fvwm/menus.c (MenuInteraction):
14489 fixed menus not popping down sometimes
14491 * fvwm/functions.c (CMD_TearMenuOff):
14492 * fvwm/menus.c (AddToMenu):
14494 (warp_pointer_to_item):
14495 (get_selectable_item_index):
14496 (get_selectable_item_from_index):
14497 (get_selectable_item_from_section):
14500 (draw_tear_off_bar):
14501 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14502 New command "TearMenuOff" in menus. In a normal item, this tears off
14503 the menu when selected. If the item has no title, it is drawn as a
14504 dashed line too. Pressing button 2 over a title tears out the menu too.
14507 * fvwm/menus.c (make_menu_window):
14508 fixed problem w/ mapping menus, performance enhancement
14510 * fvwm/builtins.c (CMD_Destroy):
14514 * fvwm/functions.c (execute_function):
14515 (expand_extended_var):
14517 new variable cond.rc that returns the last return code of a conditinal
14520 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14522 * fvwm/conditional.c (CMD_Cond):
14526 * fvwm/functions.h:
14527 * fvwm/functions.c:
14528 new conditional commands Cond, CondCase and Break
14530 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14531 (ewmh_WMStateShaded):
14534 (ewmh_WMStateHidden):
14536 (ewmh_CloseWindow):
14537 (ewmh_ActiveWindow):
14538 (ewmh_DesktopGeometry):
14539 * fvwm/gnome.c (GNOME_HandlePropRequest):
14540 * fvwm/windowlist.c (CMD_WindowList):
14541 * fvwm/update.c (apply_window_updates):
14542 * fvwm/conditional.c (CMD_Pick):
14548 (CMD_PointerWindow):
14553 * fvwm/read.c (run_command_stream):
14554 * fvwm/fvwm.c (Done):
14558 * fvwm/module_interface.c (ExecuteModuleCommand):
14559 * fvwm/move_resize.c (handle_stick):
14560 * fvwm/add_window.c (AddWindow):
14561 * fvwm/events.c (HandleKeyPress):
14562 (HandleButtonPress):
14563 (HandleClientMessage):
14564 (HandleButtonRelease):
14565 (HandlePropertyNotify):
14566 * fvwm/builtins.c (CMD_DestroyDecor):
14569 * fvwm/functions.h (func_type):
14570 * fvwm/functions.c (old_execute_function):
14571 (execute_function):
14572 (execute_complex_function):
14574 * fvwm/fvwm.h (fvwm_cond_func_rc):
14575 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14577 * fvwm/ConfigFvwmDefaults:
14578 set some default styles for tear off menu windows
14580 * fvwm/menus.c (menuShortcuts):
14581 ignore actions that would normally close a menu if it's a tear off menu
14582 <Backspace> creates a tear off menu
14583 <Escape> closes a tear off menu
14585 * fvwm/builtins.c (CMD_Delete):
14588 * fvwm/menus.c (DestroyMenu):
14589 (make_menu_window):
14591 * fvwm/menus.h (MenuRootDynamic):
14592 Each menu window is created with a unique display to prevent fvwm from
14593 being killed when a tear off menu is destroyed. Of course this is
14594 inefficient, but still better than writing a menu module.
14596 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14599 autogenerate perllib/FVWM/Module/Makefile
14601 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14603 * fvwm/move_resize.c (moveLoop):
14604 fixed a problem with keyboard movement vs. EdgeResistance
14606 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14609 fixed problem with root bindings and xfishtank
14611 * fvwm/windowlist.c (CMD_WindowList):
14612 applied patch by to Darren Marshall to fix placement of window list on
14613 wrong xinerama screen
14615 * libs/Parse.c (GetSuffixedIntegerArguments):
14616 integer arguments that must not have a suffix but have one are ignored
14618 * fvwm/icons.c (DeIconify):
14620 applied patch by Markus Schwarzenberg to fix a rare problem with the
14621 is_map_pending flag, iconified icons and restart
14623 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14626 * fvwm/conditional.c (CMD_This):
14627 * fvwm/functions.c:
14628 * fvwm/functions.h:
14631 added new conditional command This
14633 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14637 added fribidi library detection
14639 2002-02-12 olicha <olivier.chapuis@free.fr>
14641 * libs/Flocale.h (FlocaleFont):
14642 * libs/Flocale.c (get_FlocaleFont):
14643 (get_FlocaleFontSet):
14644 Compute the ascent and descent of the FlocaleFont structure directly
14645 from the XFontSetExtents data in the case of a fontset
14646 Added max_char_width to the FlocaleFont structure
14648 * libs/Makefile.am (libfvwm_a_SOURCES):
14650 Removed libs/GetFont.c
14652 * fvwm/menus.c (FreeMenuStyle):
14655 (CMD_CopyMenuStyle):
14656 * fvwm/menus.h (MenuLook):
14657 Fixed default font handling font by using a new MenuLook flags
14660 * fvwm/menus.c (UpdateMenuStyle):
14661 Fixed default font update
14663 * fvwm/fvwm.c (SetRCDefaults):
14665 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14666 fvwm initialization
14668 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14671 added FvwmPerl/* file generation
14673 2002-02-11 olicha <olivier.chapuis@free.fr>
14677 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14680 Added more documentation and change the MB_FALLBACK_FONT to
14681 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14682 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14683 more consistent with the none multibyte case.
14685 2002-02-10 olicha <olivier.chapuis@free.fr>
14687 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14689 * fvwm/events.c (HandleUnmapNotify):
14690 (HandleReparentNotify):
14691 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14692 (ewmh_WMStateSticky):
14693 (ewmh_WMStateHidden):
14694 Restore various ewmh initial states when a window is unmapped or
14697 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14701 added support for new perllib directory
14703 2002-02-09 olicha <olivier.chapuis@free.fr>
14710 Rename I18N_MB to MULTIBYTE
14711 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14713 * libs/Flocale.c (*):
14715 New Font and Text API. A cache is used for fonts information. Font
14716 loading is more powerfull as both font or fontset can be loaded.
14717 See Flocale.h for details, more comments will be added soon.
14718 Fortunately, it seems that there are no more memory problems with
14719 --enable-multibyte!
14720 If COMPOUND_TEXT, then non XA_STRING text properties are converted
14721 with XmbTextPropertyToTextList
14723 * fvwm/events.c (HandlePropertyNotify):
14724 * fvwm/misc.c (NewFontAndColor):
14727 * fvwm/menus.c (FreeMenuStyle):
14729 (CMD_CopyMenuStyle):
14731 (calculate_item_sizes):
14732 (size_menu_horizontally):
14734 * fvwm/builtins.c (CMD_DefaultFont):
14735 (ApplyDefaultFontAndColors):
14736 * fvwm/add_window.c (destroy_icon_font):
14738 (destroy_window_font):
14739 (setup_window_font):
14740 (free_window_names):
14741 (setup_window_name):
14743 * fvwm/fvwm.h (FvwmWindow):
14744 * fvwm/move_resize.c (DisplayPosition):
14745 (resize_geometry_window):
14747 * fvwm/fvwm.c (InitVariables):
14748 * fvwm/icons.c (DrawIconWindow):
14749 (setup_icon_title_size):
14750 * fvwm/borders.c (RedrawTitle):
14751 (DrawMultiPixmapTitlebar):
14752 * fvwm/screen.h (ScreenInfo):
14753 Use the new Text and Font API
14755 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14757 * fvwm/module_interface.c (PositiveWrite):
14758 fixed core dump when a module died in the select of PositiveWrite()
14760 * fvwm/module_interface.c (initModules):
14762 (do_execute_module):
14764 (KillModuleByName):
14765 (CMD_SendToModule):
14767 * fvwm/modconf.c (ModuleConfig):
14768 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14770 * fvwm/icons.c (GetXPMFile):
14771 suppress unnecessary error message for xmb icons
14773 * fvwm/misc.c (fvwm_msg):
14774 * fvwm/misc.h (enum):
14775 added new fvwm_msg type "OLD" for deprecated commands
14777 2002-02-07 Mikhael Goikhman <migo@homemail.com>
14780 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14783 New section "Bug Reports".
14785 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14787 * fvwm/update.c (apply_window_updates):
14788 fixed propagation of window border and title colours to the modules
14790 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14792 * fvwm/menus.c (do_menu):
14793 fixed leaving tear off menus when something is selected with the mouse
14795 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14797 * fvwm/events.c (HandleEnterNotify):
14799 more work on tear off menus
14801 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14803 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14804 * fvwm/menus.c (menu_enter_tear_off_menu):
14809 properly calculate pointer position in tear off menus
14811 fixed active wait w/ poopup/popdown delays
14813 * fvwm/windowlist.c (CMD_WindowList):
14814 don't initialise some variables twice
14816 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14818 * fvwm/add_window.c (CaptureOneWindow):
14819 properly recapture tear off menus
14821 (IS_MESSAGE_IN_MASK):
14822 (is_message_selected):
14825 * fvwm/schedule.c (deschedule):
14827 * fvwm/events.c (My_XNextEvent):
14829 * fvwm/module_interface.c (ClosePipes):
14830 (CMD_ModuleSynchronous):
14832 performance enhancements; made macros out of simple functions
14834 * fvwm/builtins.c (CMD_WindowShade):
14835 don't redraw the decorations if window was not shaded or unshaded
14837 * fvwm/schedule.c (deschedule_obj_func):
14838 (execute_obj_func):
14839 fixed core dump when a scheduled command deschedules itself
14841 2002-01-31 olicha <olivier.chapuis@free.fr>
14846 2002-01-31 Mikhael Goikhman <migo@homemail.com>
14849 * fvwm/move.c (moveLoop):
14850 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
14852 * fvwm/session.c (get_version_string):
14853 switch from static to date-based version string
14856 remove --enable-kanji compatibility option
14860 fix warnings, gcc compains on having something after #endif
14862 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14864 * fvwm/builtins.c (CMD_Delete):
14867 don't crash fvwm when trying to close a tear off menu
14869 * fvwm/decorations.c (is_function_allowed):
14870 * fvwm/menus.c (menu_expose):
14872 * fvwm/events.c (HandleReparentNotify):
14873 (HandleUnmapNotify):
14874 * fvwm/add_window.c (AddWindow):
14876 * fvwm/fvwm.h (struct):
14877 * fvwm/add_window.c (CaptureAllWindows):
14878 (CaptureOneWindow):
14879 * fvwm/events.h (flush_property_notify):
14880 * fvwm/events.c (HandleMapRequestKeepRaised):
14881 started work on tear off menus
14883 * fvwm/fvwm.c (main):
14884 * fvwm/events.c (CMD_Sync):
14886 * fvwm/commands.h (CMD_Synchronize):
14887 * fvwm/functions.h (enum):
14888 * fvwm/functions.c (func_config):
14889 new commands XSync and XSynchronize for debugging
14891 * fvwm/conditional.c (CreateConditionMask):
14892 (MatchesConditionMask):
14893 * fvwm/builtins.c (CMD_State):
14894 * fvwm/fvwm.h (struct):
14895 * fvwm/functions.h:
14897 * fvwm/functions.c (func_config):
14898 new command "State"
14899 new condition "State"
14904 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14906 * fvwm/module_interface.c (AddToMessageQueue):
14908 (DeleteMessageQueueBuff):
14909 (FlushMessageQueue):
14910 * fvwm/events.c (My_XNextEvent):
14911 * fvwm/module_interface.c (AddToCommandQueue):
14912 (ExecuteCommandQueue):
14913 use code from queue.c
14918 * fvwm/events.c (My_XNextEvent):
14919 "Schedule 0" commands are executed before event handling
14920 moved some of the chedule code into a new queue library
14922 2002-01-30 olicha <olivier.chapuis@free.fr>
14924 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
14926 2002-01-30 olicha <olivier.chapuis@free.fr>
14930 * libs/Makefile.am:
14931 * fvwm/fvwm.c (main):
14932 New libs files Flocale.c and Flocale.h with a function to set the
14933 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
14934 also a function to get the charset (from ewmh_name.c) and which
14935 setlocale if this has not been done with the above function. This
14936 function is also called at fvwm2 startup
14938 * fvwm/ewmh_names.c (charset_to_utf8):
14940 Use the Fcharset variable and remove get_charset
14942 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
14945 * libs/GetFont.c (GetFontSetOrFixed):
14946 Free the missing charset list as suggested by Alexander Kotelnikov.
14947 Report problems with missing charset only 5 times. Remove the
14948 STRICTLY_FIXED code
14950 2002-01-30 Mikhael Goikhman <migo@homemail.com>
14953 a patch to config.status to generate scripts executable, may be handy;
14954 added generation of utils/fvwm24_convert
14956 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14959 * fvwm/functions.c (expand_extended_var):
14960 implemented $[schedule.last] and $[schedule.next] variables
14961 implemented new command "Deschedule"
14963 * fvwm/misc.c (get_server_time):
14966 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14968 * fvwm/misc.c (get_server_time):
14969 * fvwm/events.c (My_XNextEvent):
14970 * fvwm/icccm2.c (SetupICCCM2):
14971 * fvwm/functions.h:
14973 * fvwm/functions.c (func_config):
14975 implemented new command "Schedule"
14977 * fvwm/builtins.c (CMD_Exec):
14978 applied job control patch by Alexander Kotelnikov using the portable
14979 version of setpgrp()
14981 * libs/setpgrp.c (fvwm_setpgrp):
14982 * libs/setpgrp.h (fvwm_setpgrp):
14983 * libs/Makefile.am:
14985 added checks for setpgrp and setpgid
14987 2002-01-29 olicha <olivier.chapuis@free.fr>
14990 Better test for iconv second argumeny
14993 Use gnu libiconv in priority against the system iconv
14995 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14997 * fvwm/stack.c (RaiseOrLowerWindow):
14999 (collect_transients_recursive):
15000 * fvwm/icons.c (get_visible_icon_window_count):
15001 fixed stack ring corruption with icons that have either no picture or
15004 2002-01-28 olicha <olivier.chapuis@free.fr>
15006 * fvwm/ewmh_names.c (charset_to_utf8):
15008 (EWMH_SetVisibleName):
15010 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15011 set the ewmh visible (icon) name only if the fvwm visible name is
15012 different from the ICCCM (icon) window name, limit the number of
15013 conversions error messages to 10
15015 2002-01-28 olicha <olivier.chapuis@free.fr>
15017 * fvwm/functions.c (func_config):
15019 * fvwm/builtins.c (CMD_PropertyChange):
15020 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15023 * fvwm/module_interface.h:
15024 * fvwm/module_interface.c (BroadcastPropertyChange):
15025 * libs/Module.h (MX_PROPERTY_CHANGE):
15026 New module message MX_PROPERTY_CHANGE for all propose messages.
15028 * fvwm/events.c (HandlePropertyNotify):
15030 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15031 as argument when fvwm2 detects that the root background change
15032 Removed the ROOT_BG_CHANGE_STRING stuff
15034 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15036 * NEWS, configure.in:
15037 changed version to 2.5.1
15039 * fvwm/misc.c (get_pointer_fvwm_window):
15041 * fvwm/functions.c (func_config):
15042 * fvwm/conditional.c (CreateConditionMask):
15043 (MatchesConditionMask):
15044 (CMD_PointerWindow):
15045 (CreateConditionMask):
15047 * fvwm/fvwm.h (WindowConditionMask):
15048 new conditions focused, !focused, haspointer, !haspointer
15049 new command PointerWindow that works like Current but on the window
15050 that currently contains the pointer
15051 new command Any which works like None but inverts the condition
15052 fixed parsing of conditions with more than one comma
15054 * fvwm/module_interface.h:
15055 * fvwm/module_interface.c (do_execute_module):
15057 * libs/Module.h (MAX_XMSG_MASK):
15058 fixed default message mask for modules
15060 * fvwm/update.c (flush_window_updates):
15061 * fvwm/virtual.c (UnmapDesk):
15063 (do_move_window_to_desk):
15064 * fvwm/icons.c (DeIconify):
15066 * fvwm/events.c (HandlePropertyNotify):
15067 (HandleMapRequestKeepRaised):
15069 (HandleButtonPress):
15070 (HandleEnterNotify):
15071 (HandleLeaveNotify):
15072 * fvwm/focus.c (DoSetFocus):
15075 (ReturnFocusWindow):
15077 (ForceDeleteFocus):
15079 (restore_focus_after_unmap):
15080 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15081 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15082 the flush_window_updates() function.
15084 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15086 * fvwm/placement.c (PlaceWindow):
15087 minor performance enhancement
15089 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15092 * fvwm/menus.c (MenuInteraction):
15093 (pointer_in_active_item_area):
15094 (pointer_in_passive_item_area):
15095 new menu style PopupActiveArea
15097 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15099 * fvwm/move_resize.c (CMD_ResizeMaximize):
15100 (CMD_ResizeMoveMaximize):
15101 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15103 2002-01-21 olicha <olivier.chapuis@free.fr>
15106 s/Penalities/Penalties/g
15108 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15110 * fvwm/events.c (HandleLeaveNotify):
15111 (HandleEnterNotify):
15112 * fvwm/modconf.c (ModuleConfig):
15113 * fvwm/update.c (apply_window_updates):
15114 * fvwm/module_interface.c (BroadcastWindowIconNames):
15115 (CMD_Send_WindowList):
15117 (do_execute_module):
15119 (CMD_set_nograb_mask):
15120 (CMD_set_sync_mask):
15122 (set_mseggage_mask):
15123 (is_message_in_mask):
15124 (is_message_selected):
15126 rewrote message interface to allow more than 32 messages with minimal
15127 changes in the existing interfaces.
15128 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15131 * fvwm/style.c (parse_and_set_window_style):
15132 * fvwm/fvwm.h (struct):
15133 * fvwm/events.c (HandleButtonPress):
15134 implemented new styles MouseFocusClickIgnoreMotion and
15135 MouseFocusClickIgnoreMotionOff
15137 * fvwm/focus.c (focus_grab_buttons):
15138 fixed button mask for > 5 buttons
15140 2002-01-19 olicha <olivier.chapuis@free.fr>
15142 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15143 Save and restore the icon_pixmap_w and add comments
15145 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15147 * fvwm/events.c (HandleEnterNotify):
15148 fixed EnterNotify events for icons
15150 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15153 * fvwm/stack.c (overlap_box):
15155 * fvwm/icons.c (clear_icon):
15156 * fvwm/add_window.c (destroy_icon):
15157 * fvwm/fvwm.h (FvwmWindow):
15158 * fvwm/geometry.c (get_window_borders):
15159 (get_client_geometry):
15160 * libs/fvwmrect.h (struct):
15161 * fvwm/functions.c (expand_extended_var):
15162 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15163 return the geometry of the client window
15164 implemented new extended variables it.x, it.y, it.width, it.height that
15165 return the geometry of the icon title
15166 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15167 return the geometry of the icon picture
15168 implemented new extended variables i.x, i.y, i.width, i.height that
15169 return the geometry of the whole icon
15170 fixed $[w.height] when the window is shaded
15171 cleaned up icon geometry code
15173 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15176 * fvwm/functions.c:
15177 * fvwm/functions.h:
15178 * fvwm/move_resize.c (unmaximize_fvwm_window):
15179 (maximize_fvwm_window):
15181 (CMD_ResizeMaximize):
15185 (resize_move_window):
15186 (CMD_ResizeMoveMaximize):
15187 New command ResizeMaximize. Works like Resize, but modifies the
15188 maximized size of the window, not the normal size.
15189 New command ResizeMoveMaximize that works similarly.
15190 (resize_move_window):
15191 fixed ResizeMove command
15193 * fvwm/functions.c (expand):
15194 fixed core dump when using something like $[$v] in a command
15196 2002-01-17 olicha <olivier.chapuis@free.fr>
15198 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15199 * fvwm/events.c (HandlePropertyNotify):
15200 * fvwm/fvwm.c (InternUsefulAtoms):
15202 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15203 that the root background has changed. This uses the _XSETROOT_ID
15204 and XROOTPMAP_ID properties
15206 * fvwm/ewmh.c (atom_get):
15209 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15211 * fvwm/update.c (flush_window_updates):
15212 fixed unnecessary window style updates
15214 * fvwm/style.c (parse_and_set_window_style):
15215 * fvwm/add_window.c (RestoreWithdrawnLocation):
15217 (setup_frame_attributes):
15218 * fvwm/fvwm.h (FvwmWindow):
15219 Fvwm does no longer disable backing store on all of its windows. This
15220 cause too many problems with some applications, e.g. rdist. Introduced
15221 the new style BackingStoreWindowDefault that tells fvwm not to modify
15222 the backing store attribute on the client window - which now is the
15225 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15228 * fvwm/functions.c (func_config):
15229 * libs/Module.c (SetMessageMask2):
15234 fixed building with libstroke-0.5.1 on Solaris8
15236 * fvwm/stack.c (new_layer):
15237 * fvwm/borders.c (DrawButton):
15240 * fvwm/builtins.c (SetLayerButtonFlag):
15242 * fvwm/screen.h (struct):
15243 Applied the layer button patch by Richard Curnow with a few
15246 * fvwm/icons.c (GetIconBitmap):
15248 Ignore client icons that have the wrong depth
15250 * fvwm/events.c (HandleEnterNotify):
15251 Tried to fix focusing problem w/ unclutter.
15253 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15255 * fvwm/functions.c (CheckActionType):
15258 * fvwm/menus.c (paint_item):
15259 * fvwm/misc.c (is_function_allowed):
15260 * fvwm/move_resize.c (is_move_allowed):
15261 (is_resize_allowed):
15262 (is_maximize_allowed):
15263 * fvwm/decorations.c (check_if_function_allowed):
15264 combined all these functions into a new one
15265 use this function everywhere
15266 use the Fixed... styles to decide if a menu item is greyed or not
15268 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15270 * fvwm/events.c (HandleExpose):
15271 eat up expose events even if the server claims that the expose count is
15272 zero; fixes a problem with many redraws of windows that are uncovered
15273 by shading a window above them
15275 2002-01-10 olicha <olivier.chapuis@free.fr>
15277 * fvwm/focus.c (DoSetFocus):
15278 * fvwm/move_resize.c (CMD_Maximize):
15283 * fvwm/icons.c (DeIconify):
15286 * fvwm/gnome.c (GNOME_HandlePropRequest):
15287 * fvwm/ewmh_names.c (EWMH_WMName):
15288 * fvwm/events.c (HandleFocusIn):
15289 (HandlePropertyNotify):
15291 (HandleButtonPress):
15292 (HandleLeaveNotify):
15294 * fvwm/builtins.c (CMD_UpdateDecor):
15296 * fvwm/borders.c (draw_clipped_decorations):
15298 (RedrawDecorations):
15300 Added a new argument to DrawDecoration similar to draw_window_parts,
15301 which indicate which part of the decor should be cleared. At present
15302 time only CLEAR_FRAME is taken in account and this is used in
15303 ShadeWindow to draw the decoration without flickering. This argument
15304 may be used in the future to reduce opaque resizing flickering
15306 * fvwm/builtins.c (CMD_WindowShade):
15307 Draw the decoration during unshading a window
15309 * fvwm/menus.c (ParentalMenuRePaint):
15310 Fixed transparent animated menu again
15315 2002-01-09 olicha <olivier.chapuis@free.fr>
15317 * fvwm/style.c (CMD_Style):
15318 free all the elements of the ptmpstyle before freeing it
15320 * fvwm/menus.c (ParentalMenuRePaint):
15321 Fixed transparent animated menu with HilightBackOff
15323 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15325 * fvwm/style.c (merge_styles):
15326 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15327 in the copied style
15329 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15331 * fvwm/modconf.c (send_ignore_modifiers):
15332 (send_move_threshold):
15335 (send_color_limit):
15337 (send_desktop_geometry):
15338 (CMD_Send_ConfigInfo):
15339 moved code into new functions
15341 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15342 moved to defaults.h
15344 * fvwm/bindings.c (CMD_IgnoreModifiers):
15345 * fvwm/module_interface.c (broadcast_xinerama_state):
15346 * fvwm/modconf.c (send_ignore_modifiers):
15347 broadcast IgnoreModifiers to modules
15349 * fvwm/bindings.c (CMD_IgnoreModifiers):
15350 fixed IgnoreModifiers command without arguments
15352 corrected documentation of IgnoreModifiers command
15354 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15356 * fvwm/add_window.c:
15361 * fvwm/move_resize.c:
15364 * fvwm/module_interface.c:
15366 * fvwm/placement.c:
15369 * fvwm/fvwm.h (FvwmWindow):
15370 remnamed icon_w member to icon_title_w
15372 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15374 * fvwm/icons.c (RedoIconName):
15375 fixed sizing of icon title for icons without a pixmap
15377 (CreateIconWindow):
15379 (CreateIconWindow):
15380 rewrote icon title layout and moved the constants to defaults.h
15382 * fvwm/menus.c (menuShortcuts):
15383 (handle_emacs_bindings):
15384 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15386 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15388 * fvwm/fvwm2.1: Language checks done.
15389 .IR command not in column 1 fixed.
15391 2002-01-04 olicha <olivier.chapuis@free.fr>
15393 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15394 (AnimatedMoveOfWindow):
15395 (AnimatedMoveFvwmWindow):
15396 (move_window_doit):
15397 * fvwm/menus.c (ParentalMenuRePaint):
15398 (animated_move_back):
15400 Fixed transparent animated menu
15402 2002-01-03 olicha <olivier.chapuis@free.fr>
15404 * fvwm/move_resize.c (is_resize_allowed):
15406 Do not check if moveing/resizeing is MWM allowed for a no user request
15407 This fix for example FvwmWinList with MwmFunctions & NoOverride
15409 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15410 * fvwm/move_resize.c (is_move_allowed):
15411 Allowed moving if tmp_win is null and check if move is allowed and
15412 not resize in AnimatedMoveAnyWindow. This fix animated menu
15414 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15416 (ewmh_AllowsResize):
15417 Check as a user request
15420 * fvwm/move_resize.c (CMD_Maximize):
15423 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15424 to ignore the windows with a layer less or equal to the layer of
15425 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15426 Reorder a bit the Maximize documentation
15429 * fvwm/functions.c (expand_extended_var):
15430 New variables $[desk.name<n>] to get the desktop names
15432 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15434 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15435 Read with full path.
15437 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15440 * fvwm/misc.c (GrabEm):
15441 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15443 * fvwm/events.c (HandleUnmapNotify):
15444 (HandleMapRequestKeepRaised):
15445 (check_map_request):
15446 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15448 * fvwm/add_window.c (FetchWmProtocols):
15450 * fvwm/fvwm.h (FvwmWindow):
15451 * fvwm/events.c (HandleEnterNotify):
15452 (HandlePropertyNotify):
15453 * fvwm/focus.c (refresh_focus):
15455 fixed focus problems with netscape and ddd
15457 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15459 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15460 * libs/Pointer.c (GetLocationFromEventOrQuery):
15461 * fvwm/virtual.c (HandlePaging):
15462 * fvwm/move_resize.c (GetOnePositionArgument):
15464 (AnimatedMoveAnyWindow):
15467 * fvwm/module_interface.c (ExecuteModuleCommand):
15468 * fvwm/menus.c (do_menu):
15471 (get_menu_options):
15472 * fvwm/functions.c (execute_complex_function):
15473 * fvwm/events.c (HandleClientMessage):
15474 (WaitForButtonsUp):
15475 * fvwm/conditional.c (CMD_Direction):
15476 * fvwm/builtins.c (CMD_CursorMove):
15479 handle return code of XQueryPointer everywhere; necessary for dual head
15481 * fvwm/misc.c (GrabEm):
15482 Pointer was warped to other screen with a dual head setup
15484 2001-12-31 olicha <olivier.chapuis@free.fr>
15486 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15487 Removed some code which try to raise ewmh modal window over
15488 its transientfor window; this seems not possible without a new style
15489 or a bad hack in stack.c
15491 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15493 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15494 fallback to fixed font so it shows the right font for I18N.
15496 2001-12-30 olicha <olivier.chapuis@free.fr>
15498 * fvwm/window_flags.h:
15499 * fvwm/session.c (MatchWinToSM):
15500 (LoadWindowStates):
15501 (SaveWindowStates):
15502 (get_version_string):
15503 * fvwm/move_resize.c (CMD_Maximize):
15505 * fvwm/icons.c (CMD_Iconify):
15506 * fvwm/ewmh.c (EWMH_SetWMState):
15509 (EWMH_SetAllowedActions):
15512 * fvwm/ewmh_intern.h:
15513 * fvwm/ewmh_events.c (ewmh_WMState*):
15514 * fvwm/builtins.c (CMD_WindowShade):
15515 * fvwm/stack.c (new_layer):
15516 * fvwm/update.c (apply_window_updates):
15517 * fvwm/update.h (struct):
15518 * fvwm/add_window.c (setup_window_structure):
15519 (setup_window_name):
15521 * fvwm/style.c (check_window_style_change):
15522 The skip list and modal ewmh window states are now updated after
15523 an use/ignore ewmh state style changes. The other ewmh states are
15524 starting state only. All the initial ewmh states are keep in memory
15527 * fvwm/ewmh.c (EWMH_Handle*):
15529 Set the ewmh_window_type to an int (and not the corresponding atom)
15530 accordingly to the window type
15532 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15533 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15536 * fvwm/ewmh.c (EWMH_GetStyle):
15537 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15538 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15541 * libs/vpacket.h (ConfigWinPacket):
15542 * fvwm/module_interface.c (CONFIGARGSNEW):
15545 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15546 cfgpacket for FvwmIdent
15548 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15550 * fvwm/move_resize.c (resize_geometry_window):
15551 fixed wrong size calculation of geometry window
15553 2001-12-19 olicha <olivier.chapuis@free.fr>
15555 * fvwm/ewmh_names.c (convert_charsets):
15556 More precise error messages
15559 A few formatting fixes
15561 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15563 * fvwm/gnome.c (GNOME_SetHints):
15564 fixed window getting frozen into position upon a recapture or restart
15566 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15568 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15570 2001-12-17 olicha <olivier.chapuis@free.fr>
15573 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15575 * fvwm/ewmh.c (delete_kst_item):
15576 (set_kde_sys_tray):
15577 (EWMH_IsKdeSysTrayWindow):
15578 (EWMH_ManageKdeSysTray):
15579 * fvwm/events.c (HandleReparentNotify):
15580 Fixed reparenting management of kde system tray windows and
15581 added some off debugging code
15583 * fvwm/virtual.c (CMD_DesktopName):
15584 Removed some debugging code
15586 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15588 * fvwm/fvwm.h (struct):
15589 * fvwm/window_flags.h (IS_FIXED_PPOS):
15590 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15591 * fvwm/style.c (parse_and_set_window_style):
15592 (check_window_style_change):
15593 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15594 FixedUSSize, FixedPSize and Variable PPosition, ...
15596 * fvwm/events.c (HandleConfigureRequest):
15597 * fvwm/ewmh.c (ewmh_AllowsResize):
15598 (is_resize_allowed):
15601 * fvwm/gnome.c (GNOME_SetHints):
15602 (AnimatedMoveAnyWindow):
15605 * fvwm/move_resize.c (is_move_allowed):
15606 (is_resize_allowed):
15607 (is_maximize_allowed):
15608 new functions to clean up some code
15610 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15612 * fvwm/fvwm2.1: Doc fixups.
15614 2001-12-15 olicha <olivier.chapuis@free.fr>
15616 * fvwm/builtins (CMD_BugOpts):
15618 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15619 * fvwm/ewmh_events.c (ewmh_StateHidden):
15620 * fvwm/fvwm.c (InitVariables):
15622 * fvwm/icons.c (CMD_Iconify):
15624 * fvwm/virtual.c (unmap_window):
15626 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15627 to fix the IconicState problems in vitrual.c. New BugOpts
15628 EWMHIconicStateWorkaround for supporting current KDE versions
15630 * fvwm/events.c (HandlePropertyNotify):
15631 * fvwm/ewmh.c (ewmh_AllowsYes):
15633 (ewmh_AllowsClose):
15634 (ewmh_AllowsMaximize):
15636 (ewmh_AllowsResize):
15637 (EWMH_SetAllowedActions):
15639 * fvwm/style.c (check_window_style_change):
15640 * fvwm/update.c (apply_window_updates):
15642 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15644 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15646 * fvwm/borders.c (RedrawTitle):
15647 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15648 fixed 'stick' lines with long titles
15650 2001-12-11 olicha <olivier.chapuis@free.fr>
15654 * fvwm/ewmh.c (ewmh_SetWorkArea):
15656 (ewmh_ComputeAndSetWorkArea):
15657 (ewmh_HandleDynamicWorkArea):
15658 (EWMH_GetWorkAreaIntersection):
15659 (EWMH_GetStrutIntersection):
15660 (get_intersection):
15661 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15664 * fvwm/fvwm.c (InitVariables):
15666 * fvwm/modconf.c (send_desktop_names):
15667 (CMD_Send_ConfigInfo):
15668 * fvwm/placement.c (get_next_x):
15671 * fvwm/virtual.c (CMD_DesktopName):
15674 New command "DesktopName desk name" to define desktops names for
15675 the FvwmPager, the WindowList and ewmh compliant pagers.
15676 Desktops information (desk, desk name, working areas) is stored in a
15677 new list sub structure of Scr, DesktopsInfo. The head of the list
15678 contains generic information for desks that are not in the list.
15680 * fvwm/windowlist.c (get_desk_title):
15684 New window list options NoDeskNum, NoCurrentDeskTitle,
15685 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15686 the NoGeometry and NoGeometryInfo options.
15689 * fvwm/ewmh_names.c:
15690 * fvwm/ewmh_icons.c:
15691 Added some static declarations
15693 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15694 It seems that UTF8 names should not be terminated by a 0
15696 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15697 Set the stacking list in the good orders
15699 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15702 * fvwm/functions.c:
15706 removed all MULTISTYLE ifdefs
15708 * fvwm/borders.c (RedrawTitle):
15709 fixed title drawing into relief
15711 2001-12-08 olicha <olivier.chapuis@free.fr>
15718 * fvwm/window_flags.h:
15720 s/extended_window_name/indexed_window_name/i
15721 s/extended_icon_name/indexed_icon_name/i
15722 s/do_update_window_name/do_update_visible_window_name/
15723 s/do_update_icon_name/do_update_visible_icon_name/
15725 * fvwm/style.c (CMD_Style):
15727 (parse_and_set_window_style):
15728 Split CMD_Style into CMD_Style and parse_and_set_window_style
15730 2001-12-06 olicha <olivier.chapuis@free.fr>
15732 * fvwm/add_window.c (setup_window_name_count):
15733 (setup_icon_name_count):
15734 Better determination of the window and icon names index
15736 * fvwm/add_window.c (AddWindow):
15738 * fvwm/events.c (HandlePropertyNotify):
15739 * fvwm/ewmh_names.c (EWMH_WMName):
15741 * fvwm/module_interface.c (BroadcastWindowIconNames):
15742 * fvwm/module_interface.h:
15743 (CMD_Send_WindowList):
15745 (CMD_set_sync_mask):
15746 (CMD_set_nograb_mask):
15747 * fvwm/update.c (apply_window_updates):
15749 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15750 which are send to modules with BroadcastWindowIconNames.
15751 The set mask cmds use unsigned long mask and not int mask!
15753 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15757 EWMH without iconv compile fix by Hippo
15759 2001-12-05 olicha <olivier.chapuis@free.fr>
15761 * fvwm/add_window.c:
15764 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15765 * fvwm/ewmh_events.c:
15768 * fvwm/move_resize.c (CMD_Maximize):
15769 * fvwm/placement.c (test_fit):
15771 * fvwm/session.c (SaveWindowStates):
15772 * fvwm/style.c (merge_styles):
15774 (check_window_style_change):
15775 * fvwm/update.c (apply_window_updates):
15777 * fvwm/window_flags.h:
15779 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15780 EWMHMaximizeUseDynamicWorkingArea,
15781 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15782 EWMHPlacementUseDynamicWorkingArea,
15783 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15784 EWMHIgnoreStateHints / EWMHUseStateHints,
15785 EWMHIgnoreStrutHints / EWMHUseStrutHints
15787 * fvwm/ConfigFvwmDefaults:
15788 Use EWMHPlacementUseDynamicWorkingArea,
15789 EWMHMaximizeUseDynamicWorkingArea as default placement styles
15792 * fvwm/add_window.c (setup_placement_penalty):
15793 * fvwm/add_window.h:
15794 (setup_placement_penalty):
15797 * fvwm/placement.c (get_next_x):
15798 * fvwm/placement.h:
15801 * fvwm/style.c (CMD_Style):
15803 (check_window_style_change):
15804 * fvwm/update.c (apply_window_updates):
15806 * fvwm/window_flags.h:
15808 New styles PlacementOverlapPenalties and
15809 PlacementOverlapPercentPenalties
15812 * fvwm/add_window.c (setup_window_name_count):
15813 * fvwm/add_window.h:
15814 (setup_icon_name_count):
15815 (setup_visible_name):
15816 (setup_window_name):
15817 (free_window_names):
15819 * fvwm/borders.c (DrawMultiPixmapTitlebar):
15821 * fvwm/events.c (HandlePropertyNotify):
15822 * fvwm/ewmh_names.c (EWMH_*):
15824 * fvwm/icons.c (CreateIconWindow):
15829 * fvwm/session.c (MatchWinToSM):
15830 * fvwm/style.c (CMD_Style):
15832 (check_window_style_change):
15833 * fvwm/update.c (apply_window_updates):
15835 * fvwm/window_flags.h:
15836 New styles ExtendedWindowName / SimpleWindowName and
15837 ExtendedIconName / SimpleIconName. TODO: the modules implementation
15839 * fvwm/builtins.c (ReadMultiPixmapDecor):
15845 * session.c (get_version_string):
15848 * fvwm/stack.c (new_layer):
15850 Fixed ewmh wm state
15852 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15853 Fixed creation of the ewmh icon in the case of the window is iconified
15855 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15857 * fvwm/placement.c (PlaceWindow):
15858 fixed manual placement on Xinerama screens other than the one with the
15859 top left corner of the total screen
15861 2001-11-27 olicha <olivier.chapuis@free.fr>
15867 Check for the second argument of iconv
15870 Added -Wall to CFLAGS if cc is gcc
15872 2001-11-26 Mikhael Goikhman <migo@homemail.com>
15876 s/extanded/extended/
15878 2001-11-26 olicha <olivier.chapuis@free.fr>
15880 * fvwm/Makefile.am:
15881 Fixed (?) iconv_LIBS
15883 2001-11-26 olicha <olivier.chapuis@free.fr>
15885 * fvwm/functions.c (expand):
15886 Fixed n, c, r expansion
15888 2001-11-25 Dan Espen <dane@mk.telcordia.com>
15890 * fvwm/fvwm2.1: Clean up ewmh stuff.
15892 2001-11-24 olicha <olivier.chapuis@free.fr>
15894 * fvwm/ewmh_internal.h:
15896 Removed a non standard macro
15898 2001-11-24 olicha <olivier.chapuis@free.fr>
15901 Documented the previous ewmh style in a new Style subsection
15903 * fvwm/functions.c (expand):
15904 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
15906 2001-11-24 olicha <olivier.chapuis@free.fr>
15908 * fvwm/add_window (setup_icon):
15909 (setup_window_structure):
15910 * fvwm/events.c (HandlePropertyNotify):
15912 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
15913 * fvwm/ewmh_icons.c (ewmh_WMIcon):
15914 (EWMH_DoUpdateWmIcon):
15915 (ewmh_SetWmIconFromPixmap):
15916 (EWMH_DeleteWmIcon):
15917 (EWMH_SetIconFromWMIcon):
15918 * fvwm/ewmh_intern.h:
15920 * fvwm/icons.c (GetIcon):
15921 * fvwm/session.c (get_version_string):
15922 * fvwm/style.c (CMD_Style):
15924 (check_window_style_change)
15925 * fvwm/update.c (apply_window_updates):
15927 * fvwm/window_flags.h:
15928 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
15929 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
15930 EWMHDonateIcon / EWMHDontDonateIcon,
15931 Some ewmh icon code simplification.
15932 Ewmh icons priority: just after icon window.
15934 * fvwm/ewmh.c (EWMH_ExitStuff):
15936 * fvwm/session.c (SaveWindowStates):
15937 (LoadWindowStates):
15939 * fvwm/fvwm.c (Done):
15940 Delete the ewmh icons we set ourself. Some ewmh session states do not
15941 need to be saved/restored anymore
15943 2001-11-23 olicha <olivier.chapuis@free.fr>
15945 * fvwm/ewmh_names.c (convert_charsets):
15946 Fixed infinite loop
15948 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15950 * fvwm/ewmh_names.c (convert_charsets):
15951 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
15952 man page states on Linux
15953 replaced goto with a loop
15955 2001-11-22 olicha <olivier.chapuis@free.fr>
15957 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
15960 * fvwm/ewmh_events.c:
15961 Fixed some styles update
15963 * fvwm/ewmh_conf.c:
15964 * fvwm/function.c (func_config):
15968 * fvwm/ewmh_events.c:
15969 * fvwm/ewmh_intern.h:
15970 * fvwm/Makefile.am:
15972 New file for ewmh styles and commands. New commands EWMHBaseStrut and
15973 EWMHNumberOfDesktops. More documentation in ewmh man page section.
15975 * fvwm/add_window.c:
15978 * fvwm/functions.c:
15979 * fvwm/ewmh.c (EWMH_Init):
15981 * fvwm/fvwm.c (InitVariables):
15988 * fvwm/window_flags.c:
15995 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
15996 are maybe problematic) and those in the ewmh* files to allow
15997 to disbale the ewmh code: with --disable-ewmh all the ewmh code
15998 should be dummy. --enable-ewmh is now the default.
16000 2001-11-20 olicha <olivier.chapuis@free.fr>
16002 * fvwm/icons.c (GetIcon):
16003 * fvwm/add_window.c (setup_icon):
16004 Fixed icons order choice and other minor bugs
16006 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16007 Fixed a core dump if there is no MiniIcon
16009 2001-11-18 olicha <olivier.chapuis@free.fr>
16011 * fvwm/ewmh.c (add_kst_item):
16013 (ewmh_AddToKdeSysTray):
16014 (EWMH_IsKdeSysTrayWindow):
16015 (EWMH_ManageKdeSysTray):
16017 fvwm/ewmh_intern.h:
16018 * fvwm/events.c (HandleDestroyNotify):
16019 (HandleMapRequest):
16020 (HandleUnmapNotify):
16021 Fixed the KDE system tray implementation
16023 2001-11-16 olicha <olivier.chapuis@free.fr>
16027 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16029 2001-11-15 olicha <olivier.chapuis@free.fr>
16031 * fvwm/ewmh.c (EWMH_DestroyWindow):
16033 (EWMH_WindowDestroyed):
16034 * fvwm/events.c (HandleReparentNotify):
16035 (HandleDestroyNotify):
16036 (HandleUnmapNotify):
16037 * fvwm/add_window.c (destroy_window):
16038 Fixed the ewmh windows lists
16040 2001-11-15 olicha <olivier.chapuis@free.fr>
16042 * fvwm/Makefile.am:
16045 * fvwm/ewmh_intern.h:
16046 * fvwm/ewmh_events.c:
16047 * fvwm/ewmh_icons.c:
16048 * fvwm/ewmh_names.c:
16051 New files to achieve the extended WM hints support, off by
16052 default. This code is ifdefed a la gnome.c.
16053 This is work in progess (need to do so that every things are
16057 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16058 New configure option --enable-ewmh. Added tests for iconv and
16059 nl_langinfo for UTF8 conversions.
16061 * fvwm/add_window.c (AddWindow):
16062 (CaptureOneWindow):
16064 (setup_window_name):
16066 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16067 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16068 SET_HAS_EWMH_ICON, EWMH_WMIconName
16070 * fvwm/add_window.c (setup_window_structure):
16071 * fvwm/fvwm.h (FvwmWindow):
16073 * fvwm/window_flags.h:
16074 * fvwm/session.c (get_version_string):
16075 (SaveWindowStates):
16076 (LoadWindowStates):
16077 Added some entries in FvwmWindow and some flags (more will be
16078 added). Some of these states need to be saved at restart and
16079 at recapture. This code is ifdefed, may be it should not: I was
16080 forced to ifdef the version string in get_version_string.
16082 * libs/Bindings.c (win_contexts):
16084 * fvwm/events.c (GetContext):
16085 * fvwm/bindings.c (ParseBinding):
16086 (activate_binding):
16087 * fvwm/functions.c (expand_extended_var):
16089 (execute_function):
16091 * fvwm/screen.h (Scr):
16092 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16093 (kdesktop or Nautilus desktop). This context is something between
16094 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16096 * fvwm/bindings.c (activate_binding):
16097 Fixed immediate application of mouse/stroke bindings
16100 * fvwm/borders.c (RedrawDecorations):
16101 * fvwm/update.c (apply_window_updates):
16102 New function RedrawDecorations taken from apply_window_updates
16103 and called in ewmh_icons.c and update.c
16105 * fvwm/bultins.c (CMD_WindowShade):
16108 * fvwm/events.c (HandleFocusIn):
16109 (HandlePropertyNotify):
16110 (HandleClientMessage):
16111 (HandleMapRequestKeepRaised):
16112 (HandleUnmapNotify):
16113 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16114 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16117 * fvwm/icons.c (GetIcon):
16119 (CreateIconWindow):
16120 (ChangeIconPixmap):
16121 * fvwm/events.c (HandlePropertyNotify):
16122 New function GetIcon taken from CreateIconWindow which choose
16123 the icon, there is a new case for EWMH icons. New function
16124 ChangeIconPixmap taken from events.c.
16125 The two new functions are called from ewmh_icon.c (and icons.c).
16127 * fvwm/move_resize.c (handle_stick):
16130 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16133 * libs/Picture.c (LoadPictureFromPixmap):
16134 (CachePictureFromPixmap):
16135 New functions for loading a picture from a pixmap. Nothing is cached
16136 but this simplify the MiniIcon code.
16138 * fvwm/placement.c (PlaceWindow):
16139 EWMH_GetWorkAreaIntersection
16141 * fvwm/screen.h (Scr):
16142 Added the working area, the dynamic working area and the ewmh
16145 * fvwm/stack.c (restack_windows):
16147 EWMH_SetClientListStacking, EWMH_SetWMState
16149 * fvwm/style.c (check_window_style_change):
16150 * fvwm/update.c (apply_window_updates):
16152 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16153 This code is ifdefed.
16155 * fvwm/style.c (lookup_style):
16158 * fvwm/virctual.c (goto_desk):
16159 (CMD_GotoDeskAndPage):
16160 (do_move_window_to_desk):
16161 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16163 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16165 * fvwm/update.c (apply_window_updates):
16166 * fvwm/gnome.c (GNOME_GetStyle):
16167 * fvwm/style.c (lookup_style):
16168 (check_window_style_change):
16169 * fvwm/add_window.c (setup_style_and_decor):
16170 fixed GnomeIgnoreHints style for some of the gnome hints
16172 * fvwm/fvwm.c (StartupStuff):
16173 Tried to fix font size problem
16175 * fvwm/placement.c (PlaceWindow):
16176 suppress an X error
16178 * fvwm/move_resize.c (moveLoop):
16179 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16180 * fvwm/misc.c (Keyboard_shortcuts):
16181 modified keyboard shortcut functions so that it is possible to move
16182 windows with the keyboard even if the border is hit. does not work
16183 very nicely with paging
16185 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16186 performance enhancement
16188 * fvwm/events.c (HandleButtonPress):
16189 fixed (?) some problem with passing the raise click in ctf to the app
16191 * fvwm/add_window.c (Reborder):
16192 * fvwm/virtual.c (MoveViewport):
16195 * fvwm/session.c (SaveWindowStates):
16196 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16197 don't access stack_next and stack_prev directly but use the access
16198 functions from stack.h
16200 * fvwm/stack.c (remove_window_from_stack_ring):
16201 (add_window_to_stack_ring_after):
16204 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16206 when a window becomes scheduled for destruction, remove all traces of it
16207 from the fvwm internal variable so its not accessed accidentally when
16208 its fields are no longer valid
16210 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16213 fixed compilation of I18N_MB
16215 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16225 exclude the TitleStyle MultiPixmap feature (only) before forking
16227 and restore it after that
16231 change version string to 2.5.0
16234 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16235 added a link to the stable version 2.4.4 (not released yet)
16237 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16241 change version string to 2.4.4 before forking
16243 * make_fvwmdist.sh:
16244 strip end of line from date (adjust for a new length)
16246 2001-10-29 olicha <olivier.chapuis@free.fr>
16248 * fvwm/screen.h (DecorFaceStyle):
16249 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16250 so that Solid colors work again
16252 2001-10-28 olicha <olivier.chapuis@free.fr>
16254 * fvwm/module_interface.c (skipModuleAliasToken):
16255 Allows '/' as alias character
16260 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16265 added --disable-multipixmap-titles for the Suzanne's patch,
16266 the default is enable
16269 some formatting fixes in TitleStyle entry
16271 2001-10-27 Suzanne Britton <tril@igs.net>
16273 * config.h.in: Added FANCY_TITLEBARS option, off by default
16276 Added info on TitleStyle MultiPixmap
16279 [All changes #ifdeffed FANCY_TITLEBARS]
16280 Added TITLE_PADDING define for fancy titlebar rendering
16281 Added tb_pixmap_enum
16282 Added MultiPixmap to DecorFaceType enum
16283 Added Picture **multi_pixmaps and short multi_stretch_flags
16284 to DecorFace structure
16287 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16288 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16289 (RenderIntoWindow): [new]
16290 (DrawMultiPixmapTitlebar): [new]
16291 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16292 instead of always sending 1
16294 Call DrawFancyTitlebar for MultiPixmap style
16295 Skip DrawString calls for MultiPixmap style (title is drawn inside
16296 DrawMultiPixmapTitlebar)
16299 [All changes #ifdeffed FANCY_TITLEBARS]
16300 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16301 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16302 (ReadMultiPixmapDecor): [new]
16304 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16306 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16307 buttons can activate on press or release, special pointer during grab,
16308 arrow key command recall.
16310 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16312 * fvwm/bindings.c (ParseBinding):
16315 binding commands now do not print error messages with Silent
16317 * fvwm/ConfigFvwmDefaults:
16319 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16320 use Silent before Key Help
16322 * fvwm/add_window.c:
16323 changed the broken size hints message to notify the owner
16325 * docs/fvwm.lsm.in:
16328 2001-10-19 olicha <olivier.chapuis@free.fr>
16331 Some FvwmScript news
16333 2001-10-16 olicha <olivier.chapuis@free.fr>
16336 Some FvwmScript news
16338 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16340 * fvwm/bindings.c (activate_binding):
16341 * libs/Bindings.c (GrabWindowKeyOrButton):
16342 activate mouse/stroke bindings immediately
16344 * fvwm/events.c (HandleButtonPress):
16345 it is possible to bind actions to the 'ClickToFocus' click
16347 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16349 * fvwm/virtual.c (HandlePaging):
16350 allow paging during move/resize when pressing keys
16352 * libs/XResource.c (MergeCmdLineResources):
16353 possible core dump fix
16355 * fvwm/add_window.c (setup_window_placement):
16358 * libs/Bindings.c (AddBinding):
16359 another attempt at cleaning up bindings with "Shift"
16361 2001-10-13 olicha <olivier.chapuis@free.fr>
16366 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16370 OpaqueMoveSize now accepts "unlimited" or negative argument.
16372 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16377 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16379 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16382 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16384 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16387 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16389 * NEWS, configure.in:
16390 changed version to 2.5.0
16392 2001-10-08 olicha <olivier.chapuis@free.fr>
16394 * fvwm/borders.c (RedrawTitle):
16395 Fixed drawing of leftJustified stippled title and suppress warnings
16396 in RelieveRectangle w/ RightJustified stippled title
16398 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16400 * fvwm/virtual.c (CMD_XineramaSlsSize):
16403 2001-10-03 olicha <olivier.chapuis@free.fr>
16405 * fvwm/style.c (CMD_Style):
16407 Added the possibility to add an Xinerama screen to the 4 numerics
16410 2001-10-03 olicha <olivier.chapuis@free.fr>
16412 * fvwm/icons.c (AutoPlaceIcon):
16413 Fixed a core dump with @c and fixed icon placement if the icon should
16414 not be on the current page
16416 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16418 * fvwm/icons.c (AutoPlaceIcon):
16419 * libs/FScreen.c (FScreenParseScreenBit):
16420 added 'w' screen specifier for icon boxes
16422 * fvwm/icons.c (AutoPlaceIcon):
16423 fixed placement of icons in icon boxes on different screen
16425 * fvwm/menus.c (get_menu_options):
16426 reduced code duplication
16428 2001-10-02 olicha <olivier.chapuis@free.fr>
16430 * fvwm/menus.c (get_menu_options):
16431 fixed Xinerama placement of menu with empty but not null position hints
16433 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16435 * fvwm/borders.c (RedrawTitle):
16436 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16437 suppress a warning in RelieveRectangle w/ small sticky windows
16439 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16441 * fvwm/menus.c (get_menu_options):
16442 A 'rectangle' context rectangle for menus honours the '@screen' bit
16444 * fvwm/move_resize.c (DisplayPosition):
16445 coordinates of a window are show in relation to the screen, not the page
16447 * libs/FScreen.c (FScreenTranslateCoordinates):
16448 * fvwm/placement.c (PlaceWindow):
16449 * fvwm/add_window.c (setup_window_placement):
16450 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16451 rewrote the library functionality to better match the rest of the
16454 * fvwm/builtins.c (DestroyFvwmDecor):
16455 removed useless code
16457 * fvwm/icons.c (DrawIconWindow):
16458 fixed race condition w/ expanding/collapsing icon titles
16460 * fvwm/windowlist.c (CMD_WindowList):
16461 fixed Xinerama placement of window list when called without options
16463 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16465 * libs/FScreen.c (FScreenSLSOnOff):
16466 fixed core dump when calling XineramaSls before XineramaSlsSize
16471 * libs/FShape.h (FHaveShapeExtension):
16472 set macro to 1 when compiling w/ shape extension
16474 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16476 * libs/Bindings.c (AddBinding):
16477 * fvwm/bindings.c (ParseBinding):
16478 print a warning if a key with the given name does not exist
16479 if there is an upper and a lower case version of the same key name,
16480 always bind to the lower case version; this is problematic if the upper
16481 case version is tied to a key without a modifier and the lower case
16482 version is tied to the same key, but with a modifier (or both are tied
16483 to different keys). I hope this good enough.
16485 * libs/Bindings.c (FreeBindingList):
16486 (MatchBindingExactly):
16487 (CollectBindingList):
16488 fixed some problems overriding keys
16489 reduced duplication of logic
16491 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16493 * NEWS, configure.in:
16494 changed version to 2.5.0
16496 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16499 changed version to 2.4.2
16501 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16504 (SetWindowBackground):
16505 (SetRectangleBackground):
16506 * fvwm/builtins.c (CMD_WindowShade):
16507 * fvwm/add_window.c:
16508 (setup_style_and_decor):
16510 (CreateIconWindow):
16515 (HandleConfigureRequest):
16516 (HandleShapeNotify):
16517 (InitEventHandlerJumpTable):
16518 * fvwm/borders.c (struct):
16521 * fvwm/decorations.c (SelectDecor):
16526 * fvwm/fvwm.h (FvwmWindow):
16529 moved shape support to library; its no longer necessary to
16530 '#ifdef SHAPE' any code
16532 * fvwm/borders.c (RedrawButtons):
16534 fixed top border hilight drawing of title buttons
16536 * libs/Graphics.c (do_relieve_rectangle):
16537 (RelieveRectangle):
16538 (RelieveRectangle2):
16539 allow alternate shading for title buttons
16541 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16544 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16545 Add a formal description of how fvwm maintains module's configs
16546 Change manpages of individual modules to refer to fvwm2(1) for
16547 details about specifying configuration
16549 * fvwm/add_window.c (setup_window_placement):
16550 desk and page can now really be given as X resources a la
16553 * libs/XResource.c (GetResourceString):
16554 resource -> lower case, class -> upper case
16558 changed version to 2.5.0
16560 * Makefile.am (distcheck2):
16561 build distcheck before dist2; save a few seconds if the build fails
16564 * libs/ClientMsg.c:
16568 * libs/gethostname.c:
16571 * libs/safemalloc.c:
16572 * libs/strcasecmp.c:
16575 * libs/strncasecmp.c:
16584 changed version to 2.4.1 again
16586 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16588 * libs/Bindings.c (FvwmStringToKeysym):
16589 try both cases of the first letter of a key name
16591 * fvwm/ConfigFvwmDefaults:
16592 * fvwm/windowlist.c (winCompareReverse):
16594 new WindowList option ReverseOrder; use the new option in the default
16595 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16596 cycle through the whole window list. The old behaviour only toggled
16597 between two windows. Also, a simple Alt-Tab can be used to switch to
16598 the next window instead of Alt-Tab-Tab.
16600 * libs/FScreen.c (FScreenInit):
16601 fixed a Xinerama crash
16604 print a verbose error message and exit if X11 headers and libraries
16607 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16609 * fvwm/fvwm.c (main):
16612 new library for X shape encapsulation
16614 * fvwm/builtins.c (CMD_WindowShade):
16615 * fvwm/borders.c (SetupFrame):
16616 fixed shading of windows without title and border
16617 fixed shading of shaped windows; fixes bug #732
16619 * fvwm/builtins.c (CMD_SetEnv):
16620 calling SetEnv without a value is the same as UnsetEnv
16622 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16624 * fvwm/events.c (HandleReparentNotify):
16625 fixed vanishing windows in rapid map/unmap cycles; bug #770
16627 * fvwm/add_window.c (hide_screen):
16628 fixed possible BadWindow error
16630 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16632 * fvwm/virtual.c (MoveViewport):
16634 (CMD_GotoDeskAndPage):
16636 GotoDeskAndPage records its own history of last visited desk/page
16638 * libs/FScreen.c (FScreenInit):
16639 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16641 2001-09-05 olicha <olivier.chapuis@free.fr>
16643 * fvwm/session.c (MatchWinToSM):
16644 * fvwm/add_window.c (setup_window_structure):
16645 * fvwm/move_resize.c (moveLoop):
16646 Fixed PlacedByButton3 condition
16648 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16651 * fvwm/functions.c (func_config):
16652 * fvwm/module_interface.c (broadcast_xinerama_state):
16653 * fvwm/virtual.c (CMD_Xinerama):
16654 (CMD_XineramaPrimaryScreen):
16656 (CMD_XineramaSlsSize):
16658 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16659 XineramaSls and XineramaSlsSize
16660 restructured parts of the FScreen code
16662 * fvwm/functions.c (func_config):
16663 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16665 * libs/Graphics.c (RelieveRectangle):
16666 allow calling the function with w == 0 or h == 0 without a message
16668 * fvwm/window_flags.h (SET_STYLE_DELETED):
16669 * fvwm/style.c (CMD_DestroyStyle):
16670 (check_window_style_change):
16671 * fvwm/fvwm.h (window_style):
16672 update windows when a style is deleted
16675 fixed xpm detection problem caused by wrong library order
16677 2001-09-05 olicha <olivier.chapuis@free.fr>
16679 * NEWS: PlacedByFvwm
16681 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16683 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16685 2001-09-04 olicha <olivier.chapuis@free.fr>
16688 * fvwm/windows_flags.h:
16689 * fvwm/placement.c (PlaceWindow):
16690 * fvwm/add_window.c (setup_window_structure):
16691 * fvwm/conditional.c (CreateConditionMask):
16692 * fvwm/session.c (get_version_string):
16695 Added a new windows_flags is_placed_by_fvwm and a new condition
16698 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16700 * fvwm/focus.c (focus_grab_buttons):
16702 disabled xt/double click patch for now
16704 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16706 * libs/Graphics.c (RelieveRectangle):
16707 print a warning if one of the dimensions is <= 0
16709 * fvwm/placement.c (PlaceWindow):
16710 take care of windows that have both, PPosition and USPosition set
16711 take care of transient windows that have neither PPosition nor
16714 2001-09-01 olicha <olivier.chapuis@free.fr>
16716 * libs/FScreen.c (FScreenInit):
16717 Fixed the position of the xinerama emulation delimiters
16719 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16722 Xinerama introduction
16724 * fvwm/icons.c (AutoPlaceIcon):
16725 try to place icons of screen with the window center, and if that fails
16728 * libs/FScreen.c (FScreenGetScrRect):
16729 performance improvement for non-xinerama systems
16731 * fvwm/update.c (apply_window_updates):
16732 (flush_window_updates):
16733 update icon boxes and icon position when xinerama layout changes
16735 * fvwm/icons.c (AutoPlaceIcon):
16736 limit placement of icons using no icon box to screen boundaries
16737 adapt icon boxes to xinerama layout whenever used
16739 * fvwm/placement.c (PlaceWindow):
16740 * fvwm/style.c (CMD_Style):
16741 (check_window_style_change):
16742 * fvwm/style.h (SUSE_NO_USPOSITION):
16743 (SUSE_NO_TRANSIENT_PPOSITION):
16744 (SUSE_NO_TRANSIENT_USPOSITION):
16745 * fvwm/fvwm.h (struct):
16746 implemented new styles NoUSPosition/UseUSPosition,
16747 NoTransientPPosition/UseTransientPPosition,
16748 NoTransientUSPosition/UseTransientUSPosition.
16749 These work exactly like NoPPosition/UsePPosition.
16750 Transient windows ignore the window position if neither the PPosition
16751 nor the USPosition hint is set.
16753 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16755 * fvwm/focus.c (restore_focus_after_unmap):
16756 fixed a bug transfering the focus when a window was iconified
16758 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16760 * fvwm/conditional.c (MatchesConditionMask):
16761 * fvwm/move_resize.c (position_geometry_window):
16762 * fvwm/placement.c (PlaceWindow):
16763 * fvwm/menus.c (pop_menu_up):
16764 * fvwm/move_resize.c (move_window_doit):
16765 * fvwm/icons.c (do_all_iconboxes):
16766 * fvwm/placement.c (PlaceWindow):
16767 * fvwm/menus.c (update_menu):
16768 adapted to new FScreen... signatures
16770 * libs/FScreen.c (FScreenClipToScreen):
16771 (FScreenGetScrCenterCenter):
16772 (FScreenCenterCurrent):
16773 (FScreenCenterPrimary):
16774 (FScreenGetCurrent00):
16775 (FScreenGetGlobalScrRect):
16776 (FScreenGetPrimaryScrRect):
16777 (FScreenGetScrRect):
16778 (FScreenIsRectangleOnScreen):
16779 unified all the FSCreen... functions using a common signature, removed
16782 * fvwm/style.c (CMD_Style):
16783 init icon box screen
16785 * fvwm/move_resize.c (move_window_doit):
16787 * libs/Makefile.am:
16788 * libs/XineramaSupport.c:
16789 * libs/XineramaSupport.h:
16791 exported and renamed screen defines
16798 * fvwm/placement.c:
16799 * fvwm/move_resize.c:
16800 * fvwm/module_interface.c:
16805 * fvwm/conditional.c:
16806 * libs/XineramaSupport.c:
16807 renamed all XineramaSupport...() functions to FScreen...()
16809 * fvwm/style.c (CMD_Style):
16812 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16814 * fvwm/style.c (CMD_Style):
16815 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16816 using geometry spec.
16818 2001-08-25 Mikhael Goikhman <migo@homemail.com>
16822 new function QuoteString() to add and escape single quotes to strings
16824 * fvwm/menus.c (MenuInteraction):
16825 quote both missing function name and menu name for
16826 MissingSubmenuFunction
16828 * fvwm/functions.c (expand):
16831 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16833 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16835 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16837 * fvwm/cursor.c (CMD_CursorStyle):
16838 * fvwm/icons.c (GetXPMFile):
16839 * libs/Colorset.c (SetWindowBackground):
16842 * libs/Bindings.c (AddBinding):
16843 tired to help with problem binding keys that have a keycode with no
16844 modifiers and another keycode with some modifiers pressed, e.g.
16845 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
16846 F1 generating the actioon bound to F11 sometimes
16848 * fvwm/focus.c (focus_grab_buttons):
16851 2001-08-23 Dan Espen <dane@mk.telcordia.com>
16853 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
16855 2001-08-20 Bob Woodside <proteus@pcnet.com>
16857 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
16858 grab synchronization so apps using XtTranslations to catch double-
16859 clicks don't get confused by extraneous Leave/EnterNotify events.
16860 This fixes the "xfm/moxfm don't see double-clicks" problem.
16862 2001-08-20 Dan Espen <dane@mk.telcordia.com>
16864 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
16866 2001-08-19 Dan Espen <dane@mk.telcordia.com>
16868 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
16871 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
16872 until later when the window is actually placed.
16874 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
16875 position calculation.
16877 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16879 * fvwm/update.c (flush_window_updates):
16880 * fvwm/screen.h (ScreenInfo):
16881 * fvwm/virtual.c (CMD_Xinerama):
16883 * fvwm/move_resize.c (CMD_Maximize):
16884 * fvwm/placement.c (PlaceWindow):
16885 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
16889 describe new maximize options
16891 * fvwm/move_resize.c (MaximizeWidth):
16894 applied Dmitry's Xinerama patch for Maximize command
16895 replaced "global" and "absolute" with "screen" which is more flexible
16897 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16899 * libs/Parse.c (SkipQuote):
16900 fixed a bug in handling of caller specified quote pairs
16902 * fvwm/move_resize.c (CMD_Maximize):
16903 keep window on correct page when viewport does not start on a page
16906 * libs/XError.c (error_name):
16908 fixed core dump in error handling
16910 2001-08-15 Mikhael Goikhman <migo@homemail.com>
16916 renamed --disable-gnome to --disable-gnome-hints;
16917 documented configure options --with-gnome*;
16918 small improvements in documentation;
16919 use underscore in version instead of dash that causes rpm problems
16921 2001-08-14 Mikhael Goikhman <migo@homemail.com>
16923 * libs/Makefile.am:
16924 added fvwmrect.h to dist
16926 2001-08-14 Dan Espen <dane@mk.telcordia.com>
16928 * libs/XineramaSupport.c: Disable debug printing.
16930 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16932 * libs/defaults.h (DEFAULT_MENU_STYLE):
16933 reset colour sets in default menu style too
16935 2001-08-13 Mikhael Goikhman <migo@homemail.com>
16939 completed the libstroke-0.5 compatibility fix
16941 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16943 * fvwm/move_resize.c (draw_move_resize_grid):
16944 fixed drawing of resize grid when invoked from button or key press
16946 * fvwm/placement.c (PlaceWindow):
16947 rewrote a condition to improve readability
16948 fixed StartsOn... w/ SkipMapping
16950 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16952 * fvwm/session.c (MatchWinToSM):
16953 (LoadWindowStates):
16954 (SaveWindowStates):
16955 * fvwm/move_resize.c (CMD_Resize):
16956 * fvwm/events.c (HandlePropertyNotify):
16957 (HandleConfigureRequest):
16958 * fvwm/move_resize.c (CMD_ResizeMove):
16961 * fvwm/update.c (apply_window_updates):
16962 * fvwm/add_window.c (AddWindow):
16963 * fvwm/geometry.c (constrain_size):
16964 (gravity_constrain_size):
16965 the Resize command honors the window gravity
16966 changing the size increment of maximized windows no longer shrinks the
16970 keep expanded icon titles on screen
16972 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16974 * fvwm/icons.c (do_all_iconboxes):
16975 default icon box fills the primary screen
16977 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
16978 fixed default_screen argument
16980 * fvwm/style.c (merge_styles):
16981 * fvwm/fvwm.h (window_style):
16982 * fvwm/style.h (SSET_START_SCREEN):
16983 * fvwm/add_window.c (setup_window_placement):
16984 * fvwm/placement.c (PlaceWindow):
16986 implemented StartsOnScreen style
16988 * fvwm/placement.c (PlaceWindow):
16994 Place new windows on xinerama screens
16996 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
16997 fixed core dump in debug output
16999 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17001 * fvwm/placement.c:
17002 removed unused variable
17004 2001-08-07 olicha <olivier.chapuis@free.fr>
17007 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17009 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17011 * fvwm/virtual.c (CMD_Xinerama):
17012 replaced XineramaEnable and ...Disable with XineramaCommand
17014 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17015 (XineramaSupportGetScreenArgument):
17018 * fvwm/functions.c (func_config):
17019 * fvwm/move_resize.c (move_window_doit):
17021 (CMD_AnimatedMove):
17023 (CMD_MoveToScreen):
17025 added new command MoveToScreen
17027 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17033 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17034 fixed parsing of negative geometries
17035 (XineramaSupportParseGeometryWithScreen):
17037 (XineramaSupportGetNumberedScreenRect):
17040 * sample.fvwmrc/system.fvwm2rc:
17041 * sample.fvwmrc/new-features:
17042 * sample.fvwmrc/system.fvwm2rc-sample-95:
17043 * sample.fvwmrc/system.fvwm2rc-sample-2:
17044 * sample.fvwmrc/system.fvwm2rc-sample-1:
17046 updated for new condition
17048 * fvwm/conditional.c (CreateConditionMask):
17049 (MatchesConditionMask):
17050 * fvwm/fvwm.h (WindowConditionMask):
17051 implemented new condition AcceptsFocus to cope with applications like
17052 xclock that have circulatehit but don't take focus
17054 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17056 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17057 handle Xinerama screens
17059 * fvwm/style.c (CMD_Style):
17060 * fvwm/menus.c (get_menu_options):
17061 cope with Xinerama like geometries with screen info
17063 * fvwm/virtual.c (CMD_XineramaEnable):
17064 XineramaEnable optionally takes the number of the primary screen as its
17067 * fvwm/events.c (GetContext):
17070 * fvwm/virtual.c (HandlePaging):
17071 * fvwm/events.c (HandleButtonPress):
17072 * fvwm/events.h (XEVMASK_PANFW):
17073 fixed button and key event handling over pan frames; fixes bug #752
17075 * fvwm/menus.c (get_menu_options):
17076 fixed Xinerama placement of menus without options
17078 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17085 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17086 In addition to the existing: @0 is shadow color, @1 is hilight color.
17089 Added the formal description of Vector that was absent.
17091 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17094 some man page corrections
17096 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17098 * fvwm/move_resize.c (handle_stick):
17099 also redraw buttons when a window becomes sticky/slippery to make sure
17100 that MWMDecorStick buttons are updated too; fixes bug #749
17102 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17105 documented previous changes
17108 improved output spacing
17113 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17115 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17116 * fvwm/modconf.c (send_xinerama_state):
17117 * fvwm/module_interface.c (broadcast_xinerama_state):
17119 revised module support for Xinerama
17121 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17122 (XineramaSupportParseGeometry):
17123 (XineramaSupportGetGeometry):
17124 make interface compatible with XineramaSupportParseGeometry().
17125 (XineramaSupportGetPrimaryScreen):
17128 * fvwm/stack.c (raise_over_unmanaged):
17129 fixed restacking of windows with RaiseOverUnmanaged - windows were
17130 raised in reverse order so that the top window became the bottom
17131 window of the ones that were raised
17132 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17133 these are invisible
17135 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17137 * sample.fvwmrc/system.fvwm2rc-sample-95:
17138 fixed syntax of BugOpts command
17140 * fvwm/ConfigFvwmDefaults:
17141 resize window when clicking on the sides of the window by default
17142 instead of moving it
17144 * fvwm/events.c (HandleEnterNotify):
17145 do not delete MouseFocus when pointer moves from one particular sub
17146 window of a frame to another one. Helps with xv/xmms vs unclutter
17147 interaction and also with MouseFocus vs. Open Look applications
17149 * fvwm/move_resize.c (DoSnapAttract):
17150 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17151 fixed snapping to Xinerama screen edges
17152 (XineramaSupportIsEnabled):
17153 return False is the X server provides only a single screen
17156 Added descriptions of conditions CurrentDesk, CurrentPage,
17157 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17158 CurrentGlobalPageAnyDesk
17160 * fvwm/fvwm.h (rectangle):
17162 typedefs moved to libs/fvwmlib.h
17164 * fvwm/conditional.c (MatchesConditionMask):
17165 * fvwm/fvwm.h (WindowConditionMask):
17166 * fvwm/conditional.c:
17167 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17168 for Xinerama support
17170 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17171 (send_xinerama_state):
17172 * fvwm/module_interface.c (broadcast_xinerama_state):
17173 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17174 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17175 communicate xinerama state at module startup
17177 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17179 * libs/XineramaSupport.c:
17180 next Xinerama patch
17182 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17184 * fvwm/move_resize.c (moveLoop):
17185 windows were lost off screen w/ non opaque interactive move when motion
17186 was aborted with Escape on a different page that it was started
17188 * fvwm/move_resize.c (position_geometry_window):
17196 * libs/XineramaSupport.c (GetMouseXY):
17197 (XineramaSupportCenterCurrent):
17198 (XineramaSupportGetCurrent00):
17199 (XineramaSupportGetCurrentScrRect):
17200 allow to pass in an event with the pointer position
17201 minimize number of XQueryPointer calls in interactive move/resize
17204 * fvwm/move_resize.c (resize_geometry_window):
17207 border width of geometry window moved to defaults.h
17208 moved strings for size window formatting to defaults.h
17209 reworked calculations of geometry window dimensions
17211 * fvwm/move_resize.c (resize_geometry_window):
17212 (position_geometry_window):
17216 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17217 * fvwm/fvwm.c (main):
17218 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17219 resize_geometry_window and position_geometry_window
17221 * fvwm/fvwm.c (main):
17222 fixed resizing geometry window before creating it
17224 * fvwm/move_resize.c (switch_move_resize_grid):
17226 * fvwm/virtual.c (HandlePaging):
17227 renamed MoveOutline to draw_move_resize_grid and made static
17228 new function switch_move_resize_grid for external calls
17229 delete grid before moving the geometry window to get rid of arifacts of
17232 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17234 * libs/XineramaSupport.c (XineramaSupportInit):
17235 make the blank area in Xinerama emulation usable again
17237 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17239 * fvwm/menus.c (update_menu):
17242 (calculate_item_sizes):
17243 (size_menu_horizontally):
17244 (size_menu_vertically):
17245 menus are resized to fit their Xinerama screen every time they are
17246 popped up and the screen size has changed
17248 2001-07-23 olicha <olivier.chapuis@free.fr>
17250 * libs/XineramaSupport.c (XineramaSupportInit):
17251 Draw the xinerama simulation screens with orr windows
17253 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17255 * fvwm/windowlist.c (CMD_WindowList):
17256 fixed windowlist placement w/ Xinerama
17258 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17260 * fvwm/menus.c (pop_menu_up):
17261 fixed calculations that force a menu on screen w/ Xinerama
17263 * fvwm/move_resize.c (DoSnapAttract):
17264 removed some code that slipped in with xinerama patch and broke
17265 vertical SnapAttraction
17267 * fvwm/virtual.c (CMD_EdgeResistance):
17270 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17271 take reference position src_x/src_y to determine screen
17273 * fvwm/windowlist.c (CMD_WindowList):
17274 * fvwm/menus.c (get_menu_options):
17275 (get_popup_options):
17278 handle Xinerama screens for positioning menus w/ posthints
17280 * fvwm/menus.c (get_menu_options):
17282 fix for icon/window context rectangle when window is in wrong state
17284 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17287 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17288 compiled in; fixed linking by adding -lXinerama; small corrections
17290 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17292 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17294 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17296 * libs/XineramaSupport.c (XineramaSupportInit):
17297 added xinerama emulation for developers
17299 * fvwm/virtual.c (CMD_XineramaEnable):
17300 (CMD_XineramaDisable):
17301 * fvwm/module_interface.c (BroadcastConfigInfoString):
17302 added function to communicate Xinerama on/off to modules
17304 * fvwm/module_interface.c:
17305 include time.h to fix warning
17306 * libs/XineramaSupport.c:
17307 * fvwm/fvwm.c (setVersionInfo):
17308 * fvwm/Makefile.am:
17311 cleanded up xinerama detection
17312 added shape detection
17314 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17317 Added Xinerama introduction
17319 * fvwm/fvwm.c (setVersionInfo):
17320 print xinerama support
17322 * fvwm/conditional.c (CreateConditionMask):
17323 added CirculateHitShaded option for conditional commands that was
17324 described in the man page but not implemented
17326 * fvwm/fvwm.h (WindowConditionMask):
17327 removed unused flags
17329 * fvwm/conditional.c (MatchesConditionMask):
17330 fixed CirculateHitIcon option in conditional commands
17333 reformatted man page source to improve readability
17334 fixed some source formatting bugs
17336 * libs/XineramaSupport.c (GetMouseXY):
17337 don't poll the pointer if there is only one screen or if xinerama is
17341 * fvwm/fvwm.c (main):
17342 removed -noxinerama option
17344 * fvwm/fvwm.c (main):
17345 size window is positioned and sized in move_resize.c
17347 * libs/XineramaSupport.c:
17351 print Xinerama support in configure summary
17354 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17356 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17361 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17362 define missing macros needed for old AIX keysymdef and old stroke.h
17366 remove the previous compilation fixes, now handled by configure
17368 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17370 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17372 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17375 use libstroke-0.5 constant names while still supporting 0.3/0.4
17378 compiling fix for old AIX, which does not define XK_Page_Up/Down
17380 * module_interface.c:
17381 minor compiling fix for some proprietary preprocessors
17383 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17386 use more compatible and structured syntax in SYNOPSIS
17388 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17391 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17392 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17395 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17398 changed version to 2.4.1
17401 small fix that should solve the problem with running autoconf
17402 (autoreconf is ok) from autoconf-2.50;
17403 applied a patch that adds gtk include dirs to gnome include dirs
17405 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17407 * NEWS, configure.in:
17408 changed version to 2.4.0.1
17410 * *: fvwm 2.4 has been released :-))