1 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
3 Fix typo in AS_HELP_STRING referring to enable-htmldoc
5 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
8 * fvwm/builtins.c (CMD_BugOpts):
9 Fix parsing of BugOpts options lists separated by ',', and
10 restoring to default value when the boolean option is omitted if
18 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
19 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
20 (is_translit_supported, set_default_iconv_charsets)
21 (set_iconv_charset_index, FiconvUtf8ToCharset):
22 * fvwm/builtins.c (CMD_BugOpts):
23 Add TransliterateUtf8 bug opt for working around clients
24 which don't care about the WM_NAME value.
26 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
29 * fvwm/stack.c (BroadcastRestack):
30 Fix splitting or M_RESTACK packages causing weird window stacking
31 in modules when more than 83 windows are broadcast.
33 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
35 Remove dnl comments from configure.ac regarding malloc.h -- it's
36 self-explanatory anyway.
38 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
40 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
41 never used to produce compiler warnings, but things are starting to become
42 more vocal, so don't use this in our ./configure script if we're compiling
43 FVWM on a *BSD system.
45 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
48 * fvwm/add_window.c (setup_numeric_vals):
49 add "typedef struct snap_attraction_t"
50 * fvwm/style.c (style_parse_one_style_option):
51 add new SnapAttraction options "None", "ScreenWindows",
52 "ScreenIcons" and "ScreenAll"
53 * fvwm/move_resize.c (DoSnapAttract):
54 Bugfix, option SameType/Icons/Windows did falsely not affect
55 conditions of option "Screen" and option "SameType" snapped
56 falsely icons and windows together. Implement options
57 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
60 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
61 * fvwm/add_window.c (setup_window_name_count):
62 * fvwm/add_window.c (setup_icon_name_count):
63 Deprecate these in favour of setup_name_count()
65 * fvwm/add_window.c (setup_name_count):
66 Amalgamate setup_window_name_count and setup_icon_name_count to just
67 one function (very similar code between them.) Used with
68 IndexedWindowName and IndexedIconName.
70 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
73 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
75 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
76 (Frptp_async_putline):
77 Fix ANSI C compatibility.
80 * fvwm/ewmh_names.c (EWMH_WMName):
81 set the HAS_EWMH_WM_NAME flag even if the window name on display
84 same for HAS_EWMH_WM_ICON_NAME
86 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
89 fix for segfault with RPlatHost directive in FvwmEvent
90 * libs/Makefile.am (libfvwm_a_SOURCES):
92 add Fplay.h wrapper header for rplay.h
95 fix debian bug #438132
97 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
100 * fvwm/style.c (fw_match_style_id):
101 Fix fvwmstyle resource
103 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
106 * fvwm/events.c (HandleMapRequestKeepRaised):
107 Make sure that a PropertyNotify on the WM_STATE property is always
108 sent out when a window is requested to be moved to the withdrawn
109 state. (Needed by QT)
111 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
113 * sample.fvwmrc/DecorMwm:
114 * sample.fvwmrc/DecorWin95:
115 * sample.fvwmrc/new-features:
116 * sample.fvwmrc/system.fvwm2rc:
117 * sample.fvwmrc/system.fvwm2rc-sample-1:
118 * sample.fvwmrc/system.fvwm2rc-sample-2:
119 * sample.fvwmrc/system.fvwm2rc-sample-95:
120 Use !-negation for styles instead of No...
125 * sample.fvwmrc/system.fvwm2rc-sample-95:
126 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
127 sed -i 's/StayOnTop/StaysOnTop/'
128 According to patches by Manoj Srivastava
130 2009-03-17 Mikhael Goikhman <migo@homemail.com>
135 convert my old code to use var_name and function_name coding style
137 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
141 increased version to 2.5.28
146 updated for 2.5.27 release
148 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
149 * fvwm/bindings.c (print_bindings):
150 Fixed compilation of not having libstroke installed by using ifdefs
153 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
155 * fvwm/bindings.c (print_bindings):
158 * libs/charmap.c (charmap_table_to_string):
159 several memory menagement fixes.
161 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
163 * libs/charmap.c (charmap_table_to_string):
164 Reduce memory management on the stack, by making only those variables
165 to be accessed outside of the function charmap_table_to_string()
166 allocated on the heap instead.
168 * fvwm/bindings.c (print_bindings):
169 b->Action was previously checked whether it was NULL or not before
170 printing its value to STDERR -- however, this caused a segfault when
171 trying to perform strlen() operations internally -- hence don't bother
172 checking if it's NULL. This avoids segfaulting.
174 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
176 * libs/charmap.c (charmap_table_to_string):
178 Introduce charmap_to_string function which is used to build up a
179 binding string, for use with PrintInfo.
181 * fvwm/bindings.c (print_bindings):
182 Introduce print_bindings to print all bindings known to fvwm.
184 * fvwm/builtins.c (CMD_PrintInfo):
186 Add support for "binding" as an option to PrintInfo.
188 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
190 * fvwm/placement.c (__pl_position_get_pos_simple):
191 Force the window on-screen if using PositionPlacement UnderMouse.
193 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
195 * fvwm/events.c (HandleMapRequestKeepRaised):
196 * fvwm/add_window.c (AddWindow):
198 * fvwm/style.c (style_parse_one_style_option):
199 add new style InitialMapCommand
201 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
203 * bin/fvwm-menu-desktop.in:
204 Fix the location prefix for GNOME application files.
206 2008-12-29 Alexandre Julliard <julliard@winehq.org>
208 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
209 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
210 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
211 horizontally maximized.
213 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
216 * fvwm/module_list.c (do_execute_module):
217 * fvwm/fvwm.c (fvmm_deinstall_signals):
218 restore default signal handlers before execl()/execvp()
220 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
222 * fvwm/style.c (fw_match_style_id):
223 Allow for the window's visible name to be considered when matching a
224 style line. It is possible to use $[w.visiblename] as the style name.
225 Whilst the normal name and the visible name are usually the same, in
226 the case of having IndxedWindowName, if a style line matches this as a
227 visible name, apply it first of all.
229 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
232 Add $[w.visiblename] as an expansion parameter.
234 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
236 * fvwm/placement.c (__pl_position_get_pos_simple):
237 position placement honours StartsOnPage
239 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
241 * fvwm/session.c (MatchWinToSM):
242 fixed keeping fullscreen state of windows over a restart; the old code
243 tried to do this through session management and effectively overwrote
244 the responsible ewmh hint; eventually, fvwm thought that the window
245 was fullscreen without actually making it fullscreen
247 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
249 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
250 fixed compiler warning caused by a logic error in previous patch
253 applied png detection fix by Yuri Bushmelev for cross compiliation
255 * fvwm/events.c (__handle_cr_on_client):
256 fixed event merging with auto motion detection
258 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
261 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
262 * fvwm/events.h (events_handle_configure_request):
263 * fvwm/events.c (events_handle_configure_request):
264 (__handle_cr_on_client):
265 (__handle_configure_request):
266 fix handling of _NET_MOVERESIZE_WINDOW
267 (__cr_detect_icccm_move):
268 remove douplicate code
270 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
273 * fvwm/add_window.c (setup_frame_window):
274 fix compilation without XRender
276 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
282 Convert Latin-1 encodings to UTF-8
284 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
288 increased version to 2.5.27
293 updated for 2.5.26 release
295 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
297 * fvwm/ewmh_events.c (ewmh_WMDesktop):
299 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
300 (ewmh_HandleWindowType):
301 (ewmh_AddToKdeSysTray):
302 (ewmh_HandleWindowType):
304 64-bit fix by Alexandre Julliard
306 2008-03-30 Mikhael Goikhman <migo@homemail.com>
309 fix fribidi detection when it uses pkg-config and not fribidi-config
312 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
313 it now uses fribidi-types.h and not fribidi_types.h
315 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
317 * fvwm/events.c (dispatch_event):
318 Fix handling of Shape events.
320 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
322 * fvwm/menus.c (calc_normal_item_height):
323 (calc_more_item_height):
324 (size_menu_vertically):
325 fix calculations so the menu fit on the screen height
327 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
329 * fvwm/menus.c (size_menu_vertically):
330 added paddings at the top and bottom of the menus
332 * fvwm/menustyle.c (parse_vertical_margins_line):
333 new function to parse the VerticalMargins new MenuStyle
336 * fvwm/menustyle.c (menustyle_get_styleopt_index):
337 added the VerticalMargins option to the list
339 * fvwm/menustyle.c (menustyle_parse_style):
340 added default values for the padding, and a case clause
341 for the specific case when you invoke the VerticalMargins
344 * fvwm/menustyle.c (menustyle_copy):
345 added two lines to copy the menu styles from origin to destiny
348 added macros for the vertical padding stuff
350 * fvwm/menustyle.h (struct MenuLook):
351 added sub-structure to hold the VerticalMargins
353 * fvwm/libs/defaults.h:
354 added one define for MAX_MENU_MARGIN
356 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
358 * fvwm/menuitem.c (draw_highlight_background):
359 fixed drawing of background pictures in menu items
361 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
363 * fvwm/add_window.c (setup_frame_window):
364 fix core dump with ARGB detection code
365 fix compilation without XRender
367 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
371 increased version to 2.5.26
376 updated for 2.5.25 release
378 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
380 * fvwm/fvwm.c (main):
381 further condense the X visual selection code
383 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
385 * fvwm/fvwm.c (main):
386 condense the X visual selection code
388 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
390 * fvwm/events.c (register_event_group)
391 (InitEventHandlerJumpTable, dispatch_event):
392 use separate jump tables for events defined by X-extensions
393 to eliminate the need to ovverride the LASTEvent value.
395 * fvwm/module_list.c (module_list_remove):
396 include the case where the module is first in the list in
397 the loop, fixing a segmentaion fault when the list was empty.
399 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
401 * fvwm/add_window.c (setup_frame_window):
402 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
403 add preliminary support for ARGB windows in fvwm (based on
404 Marc Lehman's argb patch)
406 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
408 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
411 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
413 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
414 catch BadGC when updating root transparent window background
416 * libs/XError.c (do_coredump):
417 (ferror_set_temp_error_handler):
418 (ferror_reset_error_handler)
419 (ferror_call_next_error_handler):
422 * libs/XError.c (PrintXErrorAndCoredump):
423 try to dump core the hard way
425 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
427 * fvwm/colorset.c (parse_colorset):
428 check for image != None before calling XDestroyImage
430 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
431 (ewmh_WMStateMaxHoriz):
433 (ewmh_WMStateShaded):
434 (ewmh_WMStateStaysOnTop):
435 (ewmh_WMStateStaysOnBottom):
436 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
438 also ignore the EWMH staysontop and staysonbottom hints if the
439 EWMHIgnoreStackingOrderHints style is used
441 * fvwm/colorset.c (parse_colorset):
442 Fixed a sporadic crash when the root background set by gnome,
443 fvwm-root, esetroot etc. changes and a root transparent colour set
446 * fvwm/colorset.c (parse_colorset):
447 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
448 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
449 * libs/PictureGraphics.c (PGrabXImage)
450 (PGraphicsCreateTranslucent):
451 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
454 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
456 * libs/PictureGraphics.c (PGrabXImage):
457 fixed XImage memory leak
458 (PCreateRenderPixmap):
459 (PCreateDitherPixmap):
460 Properly handle return code of FgetFImage()
462 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
464 * fvwm/events.c (HandleConfigureRequest):
465 (events_handle_configure_request):
468 * fvwm/ewmh_events.c (ewmh_RestackWindow):
469 (ewmh_MoveResizeWindow):
470 fixed crash when moving/resizing/restacking unmanaged windows through
473 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
475 * fvwm/events.c (HandleMapRequestKeepRaised):
476 fixed compiler warning
478 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
480 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
481 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
483 Fixed the determination of the X charset on UTF-8 system
485 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
487 * fvwm/placement.c (__pl_minoverlap_get_next_x):
488 do not add screen offset to window position
490 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
493 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
496 Some html documentation files were not installed.
498 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
500 * fvwm/style.c (style_parse_one_style_option):
501 fixed parsing of screen argument of the SnapAttraction Style
503 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
505 * fvwm/move_resize.c (DoSnapAttract):
506 Use edge move resistance, and not delay for top edge when moving
509 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
512 * fvwm/events.c (HandleMapRequestKeepRaised)
513 (test_withdraw_request):
514 Don't map windows that request to be moved back to WithdrawnState
515 by the ICCCM2 method before they have been mapped. (Fixes bug with
516 disappearing windows.)
518 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
522 increased version to 2.5.25
526 updated for 2.5.24 release
528 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
530 * fvwm/menus.c (__mloop_exit):
531 * fvwm/menubindings.c (parse_menu_action):
533 reindented and cleaned up some code
535 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
537 * fvwm/update.c (apply_window_updates):
538 * fvwm/add_window.c (setup_style_and_decor):
539 (setup_numeric_vals):
543 * fvwm/events.c (HandleEnterNotify):
544 * fvwm/fvwm.c (InitVariables):
546 * fvwm/session.c (SaveGlobalState):
548 * fvwm/move_resize.c (DoSnapAttract):
551 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
552 They have been replaced by the styles EdgeMoveResistance,
553 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
555 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
559 use AS_HELP_STRING to format the configure options help strings
561 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
563 * fvwm/conditional.c:
566 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
568 * fvwm/ConfigFvwmDefaults:
569 restore default action of closing menus for menu titles
571 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
573 * libs/FScreen.c (FindScreenOfXY):
574 * fvwm/move_resize.c (GetMoveArguments):
575 fixed the "screen w" argument of the Move and other commands
577 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
579 * fvwm/virtual.c (HandlePaging):
580 don't modify *xl and *yt unless we we really page
582 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
584 * fvwm/module_list.h:
585 * fvwm/module_list.c:
588 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
592 increased version to 2.5.24
596 updated for 2.5.23 release
598 * libs/Flocale.c (FlocaleEncodeString):
599 removed previous warning fix
601 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
605 Added new style option: StartShaded.
607 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
609 * libs/Flocale.c (FlocaleEncodeString):
612 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
617 removed old fvwm manpage
619 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
623 increased version to 2.5.23
627 fix the date for 2.5.22 release
629 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
631 * fvwm/windowlist.c (CMD_WindowList):
632 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
635 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
639 use "test ! ... = ..." instead of "test ... != ..."
641 * fvwm/builtins.c (CMD_PropertyChange):
642 fixed completely broken parsing of PropertyChange arguments
644 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
648 updated for 2.5.22 release
650 * fvwm/builtins.c (CMD_PropertyChange):
651 * libs/Flocale.c (FlocaleGetFftFont):
654 (FlocaleGetFontOrFontSet):
657 fix compiler warnings
659 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
662 fixed command table parsing
664 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
666 * fvwm/module_list.c (module_kill):
667 (executeModuleDesperate):
668 (module_list_itr_init):
671 * fvwm/events.c (My_XNextEvent):
672 * fvwm/module_list.c (module_alloc):
674 * fvwm/module_list.h (fmodule):
677 restored *not* useless is_cmdline_module stuff
680 add constants for command group tagging
682 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
687 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
690 check for sed, perl and tbl, needed to build documentation
692 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
694 * libs/System.c (fvwm_mkstemp):
695 use constants from libs/fvwm_sys_stat.h
697 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
699 * fvwm/module_list.c (do_execute_module):
700 fixed possible crash when fork fails
702 * fvwm/module_list.c (module_list_remove):
703 now returns the removed fmodule*, or NULL if unsuccessful
704 removed error message when removing a not listed module (it's normal)
706 * fvwm/module_list.c (module_kill):
707 module is inserted in death_row only if it is successfuly removed from
708 module_list (fixes crash when module is killed more than once)
710 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
712 * fvwm/events.c (My_XNextEvent):
713 fixed hang with startup modules
715 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
717 * fvwm/conditional.c (FreeConditionMask):
718 fixed crash with inverted name condition
723 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
729 * sample.fvwmrc/system.fvwm2rc-sample-95:
730 * sample.fvwmrc/system.fvwm2rc:
731 * sample.fvwmrc/system.fvwm2rc-sample-2:
732 * libs/Picture.c (PicturePrintImageCache):
734 * libs/FGettext.c (FGettextPrintLocalePath):
737 * libs/PictureUtils.c (PictureAllocColorTable)
738 (PicturePrintColorInfo):
743 * libs/Ficonv.c (convert_charsets):
744 (FiconvSetupConversion):
745 * fvwm/decorations.c:
748 * fvwm/add_window.c (setup_window_font):
752 * fvwm/conditional.c:
753 * fvwm/fvwm.c (SetRCDefaults):
755 * fvwm/ewmh_events.c:
758 * fvwm/menustyle.c (menustyle_parse_style):
760 * fvwm/ewmh.c (EWMH_Init):
761 * libs/Flocale.c (FlocaleParseShadow):
764 (FlocalePrintLocaleInfo):
765 * fvwm/misc.c (fvwm_msg):
768 write fvwm in lower case
771 fixed build without GNU make
773 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
775 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
776 fixed buffer overflow
778 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
780 * fvwm/module_list.h (fmodule_list_itr):
781 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
782 replace iterator struct by typedef
784 * fvwm/module_list.c (module_list_destroy):
787 new function to remove dup code
789 * fvwm/module_list.c (module_kill):
790 changed to move the module to the deathrow list
792 * fvwm/module_list.h (fmodule):
793 * fvwm/module_list.c (module_alloc):
794 (module_list_remove):
796 removed is_removed logic
798 * fvwm/module_list.c (module_safefree):
801 * fvwm/events.c (My_XNextEvent):
802 remove old "#if 0" code
804 * fvwm/module_list.c (module_kill):
807 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
809 * fvwm/module_list.h (fmodule_list_itr):
810 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
811 don't store current pointer in module list iterators.
814 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
816 * fvwm/events.c (My_XNextEvent):
817 * fvwm/module_list.c (KillModuleByName):
818 (FlushAllMessageQueues):
819 * fvwm/module_interface.c (BroadcastPacket):
820 (BroadcastNewPacket):
822 (BroadcastFvwmPicture):
824 (BroadcastProperyChange):
825 (BroadcastConfigInfoString):
827 * fvwm/modconf.c (ModuleConfig):
828 * fvwm/stack.c (BroadcastRestack):
829 replaced module_get_next by module list iterator mechanism
831 * fvwm/module_list.h:
832 * fvwm/module_list.c (module_get_next):
835 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
837 * fvwm/module_list.h:
838 * fvwm/module_list.c (fmodule):
844 (FlushAllMessageQueues):
846 * fvwm/module_interface.c (BroadcastPacket):
847 (BroadcastNewPacket):
849 (BroadcastFvwmPicture):
851 (BroadcastProperyChange):
852 (BroadcastConfigInfoString):
854 * fvwm/event.c (My_XNextEvent):
855 * fvwm/stack.c (BroadcastRestack):
856 * fvwm/modconf.c (ModuleConfig):
857 changed to work with generic list container
859 * fvwm/module_list.c (module_insert):
860 (module_list_insert):
862 (module_list_remove):
865 renamed as list handling functions
867 * fvwm/events.c (My_XNextEvent):
868 * fvwm/module_list.h:
869 * fvwm/module_list.c (module_alloc):
871 removed useless is_cmdline_module stuff
873 * fvwm/module_list.h:
874 * fvwm/module_list.c (module_list_insert):
875 (module_list_remove):
877 new fmodule_list object representing a module list.
878 changed the module lists to the new object.
879 changed list functions to use the list object instead of the
880 fmodule_store pointer.
882 * fvwm/events.c (My_XNextEvent):
883 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
885 * fvwm/module_list.h (fmodule_list_itr):
886 * fvwm/module_list.c (fmodule_list_itr_init):
887 (fmodule_list_itr_next):
888 created a smart (safe) iterator mechanism to replace the
889 module_get_next function
891 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
895 added empty functions to replace CMD_Dummy
898 use subordinate Makefile.ams instead of iuncluding files from other
902 removed FVWMNAMEUCASE
907 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
908 force --enable-htmldoc on "make distcheck"
910 * fvwm/events.c (HandleEnterNotify):
912 properly generate enter_window and leave_window events for FvwmEvent
914 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
916 * fvwm/move_resize.c (GetOnePositionArgument):
918 (ParsePositionArgumentSuffix):
921 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
923 * fvwm/move_resize.c (GetOnePositionArgument):
924 fixed position calculation with the "w" prefix (move w-1 w-1).
925 (GetOnePositionArgument):
928 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
930 * fvwm/menus.c (__copy_down, __check_for_delimiter)
932 reduce indentation level
933 add comment to explain why suppressing the warning is right
935 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
937 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
938 fixed using uninitialized variable
940 * fvwm/menus.c (scanForStrings):
941 suppress compiler warning for now
943 * fvwm/move_resize.c (resize_move_window):
944 (AnimatedMoveAnyWindow):
948 * fvwm/module_interface.c (__get_allowed_actions):
949 * fvwm/menuitem.c (menuitem_paint):
950 * fvwm/icons.c (CMD_Iconify):
951 * fvwm/gnome.c (GNOME_SetHints):
952 * fvwm/ewmh.c (ewmh_AllowsClose):
954 (ewmh_AllowsFullScreen):
955 (ewmh_AllowsMinimize)
956 (ewmh_AllowsMaximize):
960 * fvwm/ewmh_events.c (ewmh_CloseWindow):
961 (ewmh_MoveResizeWindow):
964 (ewmh_WMStateHidden):
965 * fvwm/events.c (__handle_cr_on_client):
966 * fvwm/decorations.c (__is_resize_allowed):
967 (is_function_allowed):
968 * fvwm/conditional.c (MatchesConditionMask):
969 * fvwm/builtins.c (CMD_Delete):
970 * fvwm/add_window.c (AddWindow):
971 is_function allowed now differentiates between US program actions and
972 actions initiated by interaction between fvwm and the user
974 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
976 * fvwm/menus.c (__scan_for_pixmap):
977 fixed compiler warning
979 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
980 (ewmh_RestackWindow):
981 honor FixedSize/FixedPosition styles in EWMH messages too
983 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
985 * fvwm/fvwm.c (setVersionInfo):
986 add XCursor support to version output
988 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
989 (SCTX_GET_MR, string_context_type_t, string_context_t)
990 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
991 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
992 reimplement pixmap and color scanning for menus to better handle
995 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1000 * fvwm/events.c (My_XNextEvent):
1001 remove unused varaible
1003 * fvwm/events.c (My_XNextEvent):
1004 * fvwm/module_list.h:
1005 * fvwm/module_list.c (module_store, module_alloc)
1006 (module_kill_all, module_safefree, module_remove)
1007 (do_execute_module, module_kill, module_cleanup, module_get_next)
1008 (FlushMessageQueue):
1009 Don't free module stuctures during module I/O. (Fixes segfault.)
1011 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1015 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1016 Someone missed to add extra conditions when changing from
1019 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1022 fixed liXcursor detection
1024 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1028 * fvwm/menus.c (scanForPixmap):
1029 made it possible to escape '*' '%' '@' in filenames
1031 * libs/PictureImageLoader.c (PImageLoadSvg):
1032 added transposing and none uniform scaling to svg options
1034 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1036 * libs/PictureImageLoader.c:
1038 (PImageLoadCursorFromFile):
1039 fixed compilation without xpm library
1041 fixed compiler warning without png library
1043 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1046 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1047 fix compilation without xpm library
1049 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1054 * libs/PictureImageLoader.c:
1056 (PImageLoadCursorFromFile):
1057 fixed compilation without xpm library
1059 fixed compiler warning without png library
1061 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1063 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1064 * fvwm/cursor.c (CMD_CursorStyle):
1065 fixed compiler warning
1067 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1069 * fvwm/cursor.c (CMD_CursorStyle):
1070 fix CursorStyle command parsing
1072 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1074 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1075 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1076 * libs/PictureImageLoader.c (PImageLoadSvg):
1078 (PImageCreatePixmapFromArgbData):
1079 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1080 (PImageCreatePixmapFromFImage):
1083 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1085 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1086 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1087 * libs/PictureImageLoader.c (PImageLoadSvg):
1089 (PImageCreatePixmapFromArgbData):
1090 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1091 (PImageCreatePixmapFromFImage):
1094 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1101 added libXcursor detection
1103 * fvwm/Makefile.am (LDADD):
1111 * libs/Makefile.am (libfvwm_a_SOURCES):
1114 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1115 added Xcursor support
1117 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1123 added defs for FxpmInfo and FxpmFreeXpmInfo
1125 * libs/PictureBase.h (FvwmPictureAttributes):
1126 * libs/PictureImageLoader.c
1127 (PImageCreatePixmapFromArgbData):
1128 (PImageLoadPixmapFromFile):
1129 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1130 (PImageLoadCursorPixmapFromFile):
1131 (PImageLoadCursorFromFile):
1132 * libs/PictureImageLoader.h:
1133 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1134 replaced by the new general PImageLoadCursorFromFile()
1136 * fvwm/cursor.c (CMD_CursorStyle):
1137 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1138 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1140 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1142 * libs/PictureImageLoader.c
1146 now returns argb data instead of pixmaps
1147 (PImageLoadPixmapFromFile):
1148 (PImageLoadArgbDataFromFile):
1149 moved first half of PImageLoadPixmapFromFile() into
1150 the new local function PImageLoadArgbDataFromFile()
1152 removed function, code moved into PImageLoadPixmapFromFile()
1154 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1156 * libs/PictureImageLoader.c (PImageLoadXpm):
1157 revised to make use of PImageCreatePixmapFromArgbData()
1159 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1161 * fvwm/colorset.c (parse_shape):
1162 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1163 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1164 * libs/PictureImageLoader.c
1167 (PImageCreatePixmapFromArgbData):
1168 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1169 or translucent (0 < any alpha < 0xff) images.
1171 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1173 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1174 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1175 * libs/PictureImageLoader.c (PImageLoadSvg):
1177 (PImageCreatePixmapFromArgbData):
1178 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1179 (PImageCreatePixmapFromFImage):
1182 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1184 * fvwm/functions.c (CMD_EchoFuncDefinition):
1185 * fvwm/functable.c (func_table):
1187 new command EchoFuncDefinition
1189 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1192 * fvwm/conditional.c (CreateConditionMask):
1193 bugfix: Condition separation previously failed when a
1194 single comma (no whitespace padding) was used directly
1195 after a multi-worded condition.
1197 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1199 * fvwm/module_list.c (module_kill):
1200 fix possible core dump when using startup modules
1202 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1205 * fvwm/builtins.c (CMD_PrintInfo):
1206 * libs/Picture.h (PicturePrintImageCache):
1207 * libs/Picture.c (PicturePrintImageCache):
1208 add ImageCache subject to PrintInfo command
1210 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1213 * fvwm/events.c (My_XNextEvent):
1214 fix crash when a module closes down during input/output.
1216 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1218 * fvwm/icons.c (ChangeIconPixmap):
1221 * fvwm/focus.c (warp_to_fvwm_window):
1222 * fvwm/events.c (__handle_cr_restack):
1223 (__handle_bpress_on_managed):
1224 (HandlePropertyNotify):
1226 * fvwm/stack.c (__restack_window):
1227 (__raise_lower_recursion):
1228 (__raise_or_lower_window):
1229 (raise_or_lower_window):
1230 (position_new_window_in_stack_ring):
1234 (HandleUnusualStackmodes):
1237 (CMD_RestackTransients):
1239 do raise hacks even when the internal stack is intact, unless on a
1242 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1244 * fvwm/style.c (check_window_style_change)
1245 (style_parse_one_style_option):
1247 * fvwm/fvwm.h (window_style):
1248 * fvwm/add_window.c (setup_frame_size_limits):
1249 * fvwm/geometry.c (constrain_size):
1250 new style MinWindowSize
1252 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1255 added missing prototypes
1257 * libs/safemalloc.c:
1264 * libs/Event.c (GetSubwindowFromEvent):
1266 * libs/ColorUtils.c:
1267 include corresponding header files
1269 * libs/PictureBase.c:
1270 * libs/FlocaleCharset.c:
1274 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1276 * configure.ac (HAVE_GNU_READLINE):
1277 detect full GNU readline API (vs BSD libedit readline compatibility
1280 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1282 * fvwm/windowlist.c (CMD_WindowList):
1285 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1286 "UseSkipList" & "OnlySkipList".
1288 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1291 * fvwm/add_window.c (validate_transientfor):
1292 detect and disallow circular transient-for hints
1294 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1297 s/UseListSkip/UseSkipList/g etc.
1299 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1301 * fvwm/menus.c (size_menu_vertically):
1302 added localization of the "More&..." string
1304 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1306 * libs/PictureBase.c (PictureFindImageFile):
1307 fix for segfault with svg-support enabled
1309 * INSTALL.fvwm (http):
1310 * configure.ac (png_CFLAGS):
1311 raise librsvg dependeny due to bug with 2.13.91
1313 * fvwm/cursor.c (CMD_CursorStyle):
1314 remove unused static variable nocursor
1316 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1321 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1324 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1325 bugfix: out-of-tree builds failed due to broken dependency.
1326 Make man page have same header as old one.
1327 Fix man page indentation.
1328 Make text of top-level man page sections all uppercase.
1329 Added --disable-mandoc option.
1330 HTML doc generation is off by default: use --enable-htmldoc.
1331 Added more info in doc/README about XML commands to use.
1333 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1336 * Everything in the 'doc' subdirectory.
1338 XML source to generate man page & HTML documentation.
1340 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1343 * fvwm/colorset.c (parse_colorset):
1344 don't recompute sh, hi and fgsh if they were supplied in a previous
1345 colorset line. Fixes bug #3359.
1347 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1349 * fvwm/move_resize.c (DoSnapAttract):
1350 handle SnapGrid before SnapAttraction so that non-overlapping windows
1351 do not snap edge to edge:
1358 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1360 * fvwm/style.c (parse_and_set_window_style)
1361 (style_parse_one_style_option):
1362 don't warn about PositionPlacement arguments
1364 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1368 enties for ChangeWindowTitle patch by Julio Teca.
1370 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1372 * fvwm/fvwm.c (main):
1373 fixed ROOT CursorStyle context
1375 * fvwm/placement.c (__pl_manual_get_pos_simple):
1376 * fvwm/move_resize.h:
1377 * fvwm/move_resize.c (__move_loop):
1379 fixed long broken POSITION CursorStyle context
1381 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1383 * fvwm/bindings.c (ParseBinding):
1384 fix buffer overrun with >78 character window names.
1386 * fvwm/fvwm.1.in (PositionPlacement):
1389 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1390 * fvwm/style.c (style_parse_one_style_option):
1391 change BorderWidth and HandleWidth style to revert to default if no
1394 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1396 * fvwm/fvwm.h (style_flags):
1397 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1398 (__place_get_wm_pos):
1399 (__place_window, __explain_placement):
1400 * fvwm/style.c (style_parse_one_style_option):
1402 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1403 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1404 (DEFAULT_PLACEMENT_POSITION_STRING):
1407 * fvwm/move_resize.c (GetOnePositionArgument):
1408 added 'w' suffix to Move arguments
1409 allow multiple shifts from original position
1411 * fvwm/style.c (style_parse_one_style_option):
1414 * fvwm/placement.c (setup_window_placement)
1415 (__place_get_placement_flags):
1416 (__place_get_wm_pos):
1417 (__place_get_nowm_pos):
1419 (__place_handle_x_resources):
1420 (setup_window_placement):
1421 * fvwm/fvwm.h (PLACE_CENTER):
1423 replaced CenterPlacement with more flexibe PositionPlacement
1425 * fvwm/move_resize.c (GetMoveArguments):
1426 (GetResizeArguments):
1427 (GetResizeMoveArguments):
1429 * fvwm/move_resize.h:
1430 exported and enhanced function GetMoveArguments for use by placement
1433 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1435 * fvwm/ConfigFvwmDefaults:
1436 reenable MenuScroll on titles
1438 * fvwm/menubindings.c (menu_shortcuts):
1439 don't scroll menus if scrolling would be in the wrong direction
1441 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1443 * fvwm/move_resize.c (__resize_window):
1444 some resizing/gravity fixes
1445 properly handle maximized + shaded state when resizing
1448 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1450 * fvwm/move_resize.c (__resize_window):
1451 resizing of shaded windows work better.
1453 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1455 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1456 clarified previous patch
1458 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1459 documented '-' command prefix
1461 * fvwm/expand.c (__eae_parse_range):
1462 fix $[n-] and $[*] after unsigned int havoc
1464 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1467 * fvwm/ConfigFvwmMenuDefaults:
1469 * fvwm/ConfigFvwmDefaults:
1470 * fvwm/ConfigFvwmMenuDefaults:
1471 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1473 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1475 * fvwm/ConfigFvwmMenuDefaults:
1476 * fvwm/fvwm.c (SetRCDefaults):
1477 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1478 apply to menu item context.
1480 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1482 * fvwm/placement.c (placement_loop):
1483 (__pl_minoverlap_get_avoidance_penalty):
1484 (__pl_smart_get_first_pos):
1485 (__pl_smart_get_next_pos):
1486 (__pl_smart_test_window):
1487 (__pl_smart_get_pos_penalty):
1488 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1489 now less than ten lines of code.
1491 * fvwm/add_window.c (setup_placement_penalty):
1492 * fvwm/style.c (style_parse_one_style_option):
1493 allow to reset the placement penalties with !
1496 * fvwm/add_window.c (setup_placement_penalty):
1499 * fvwm/style.c (style_parse_one_style_option):
1500 put placement penalty array in a struct
1502 * fvwm/placement.c (__place_get_wm_pos):
1503 (__pl_clever_get_next_x):
1504 (__pl_clever_get_next_y):
1505 (__pl_clever_get_first_pos):
1506 (__pl_clever_get_next_pos):
1507 (__pl_clever_get_avoidance_penalty):
1508 (__pl_clever_get_pos_penalty):
1509 (__pl_minoverlap_get_next_x):
1510 (__pl_minoverlap_get_next_y):
1511 (__pl_minoverlap_get_first_pos):
1512 (__pl_minoverlap_get_next_pos):
1513 (__pl_minoverlap_get_avoidance_penalty):
1514 (__pl_minoverlap_get_pos_penalty):
1515 renamed ...clever... functions to ...minoverlap...
1518 * fvwm/decorations.c:
1519 * fvwm/menubindings.c:
1520 * fvwm/module_interface.c:
1521 * fvwm/module_list.c:
1523 * fvwm/module_list.h:
1525 * fvwm/module_interface.h:
1527 dont include "libs" in include path
1530 #includes from fvwm path with "..." not <...>
1533 #includes from library path with "..." not <...>
1535 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1540 documented new svg support
1543 added librsvg detection
1545 * fvwm/Makefile.am (LDADD, INCLUDES):
1546 added rsvg_LIBS, rsvg_CFLAGS
1548 * fvwm/expand.c (expand_vars_extended):
1549 new extended variables
1550 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1552 * fvwm/fvwm.1.in (OPTIONS):
1554 documented new svg support
1555 (COMMAND EXPANSION):
1556 documented new extended variables
1558 * fvwm/fvwm.c (setVersionInfo):
1560 added Frsvg_init() call
1565 * libs/Makefile.am (libfvwm_a_SOURCES):
1570 * libs/Picture.c (PCacheFvwmPicture):
1571 hid svgopts from isFileStampChanged()
1573 * libs/PictureBase.c (PictureFindImageFile):
1574 hid svgopts from searchPath()
1576 * libs/PictureBase.h:
1578 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1579 hid svgopts from setFileStamp()
1581 new svg image loader
1583 * libs/fvwmlib.c (flib_init_graphics):
1584 added Frsvg_init() call
1586 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1589 * fvwm/stack.c (__is_restack_needed)
1590 (is_transient_subtree_straight):
1592 fix crash when trying to restack destroyed window
1594 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1596 * libs/Makefile.am (libfvwm_a_SOURCES):
1599 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1600 * fvwm/menus.c (move_any_menu)
1601 set menu backgrounds before moving. Makes transparent menus move
1604 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1605 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1606 add update_transparent_menu_bg to allow set of transparent menu
1607 background before a move, and change repaint_transparent_menu to
1608 allow for not setting the menu background.
1610 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1611 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1612 transparent colorsets)
1613 (CreateOffsetBackgroundPixmap):
1614 use offset also for non transparent backgrounds.
1616 * fvwm/menubindings.c (menu_shortcuts):
1617 don't move menus on scroll if they don't move
1619 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1624 * fvwm/decorations.c:
1626 * fvwm/ewmh_events.c:
1627 * fvwm/ewmh_icons.c:
1632 * fvwm/menubindings.c:
1637 * fvwm/module_interface.c:
1638 * fvwm/module_list.c:
1641 * fvwm/windowlist.c:
1642 * fvwm/windowshade.c:
1647 * fvwm/conditional.c:
1654 * fvwm/add_window.c:
1656 * fvwm/move_resize.c:
1665 * fvwm/execcontext.c:
1667 * libs/CombineChars.c:
1675 * libs/FlocaleCharset.c:
1679 * libs/safemalloc.c:
1685 * libs/ColorUtils.c:
1687 * libs/PictureImageLoader.c:
1688 * libs/PictureGraphics.c:
1691 * libs/PictureUtils.c:
1693 * libs/PictureBase.c:
1694 use new header files
1700 * libs/ColorUtils.h:
1701 * libs/PictureBase.h:
1708 * libs/Makefile.am (libfvwm_a_SOURCES):
1709 moved declarations from fvwmlib.h to new/appropriate header files
1714 * fvwm/menus.c (paint_side_pic):
1715 fixed previous patch
1718 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1720 * fvwm/menus.c (paint_side_pic):
1723 * fvwm/menus.c (paint_side_pic):
1724 use simple expose information to redraw sidepics less.
1726 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1728 * fvwm/geometry.c (constrain_size):
1729 silence gcc 4.1.1 warning.
1731 * libs/System.c (searchPath):
1732 search in pwd if no path is given.
1733 return NULL if a file dosn't exist regardless if it's absolute path
1735 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1737 * fvwm/placement.c (__place_window)
1738 (__pl_under_mouse_get_pos_simple):
1739 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1741 new style option UnderMousePlacementHonorsStartsOnPage
1743 * fvwm/update.c (init_style):
1744 don't forget stickyness when a window goes fullscreen (or when some
1745 other style is changed)
1747 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1749 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1750 properly handle title direction with cascade placement
1752 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1755 * fvwm/placement.c (__pl_center_get_pos_simple):
1756 CenterPlacement properly handles Xinerama screens
1758 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1761 always substiture datarootdir
1763 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1765 * fvwm/add_window.c (GetWindowSizeHints):
1766 * fvwm/geometry.c (constrain_size):
1767 undefine macros after use
1769 reindented and cleaned up
1770 do not grow a window because of aspect ratio if this is not explicitly
1771 allowed by the CS_ROUND_UP flag
1773 (__cs_handle_aspect_ratio):
1774 broken into separate functions and cleaned up
1776 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1778 * fvwm/module_list.c (module_receive):
1779 (module_input_discard):
1780 allocate input data in just one call - better perfomance
1782 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1784 * fvwm/placement.c (__place_get_wm_pos):
1785 simplified to a simple loop
1786 (__explain_placement):
1787 added explanation of new placement styles
1789 * fvwm/placement.c (__place_get_wm_pos):
1791 (__pl_center_get_pos_simple):
1792 (__pl_under_mouse_get_pos_simple):
1793 (__pl_cascade_get_pos_simple):
1794 (__pl_manual_get_pos_simple):
1795 (__place_get_wm_pos):
1796 use new placement interface for CenterPlacement, UnderMousePlacement,
1797 ManualPlacement, CascadePlacement
1799 * fvwm/placement.c (__sp_get_first_pos):
1800 (__sp_get_next_pos):
1801 (__sp_get_pos_penalty):
1802 (__place_get_wm_pos):
1803 use new placement interface for SmartPlacement
1808 don't use inline functions
1811 renamed function and generalized the placement interface to deal with
1812 any algorithm in the same way
1813 (__place_get_wm_pos):
1814 use new placement interface
1818 increased version to 2.5.22
1822 updated for 2.5.21 release
1824 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1826 * fvwm/read.h: Compile syntax error fix.
1828 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1830 * fvwm/placement.c (SmartPlacement):
1831 fixed broken SmartPlacement
1833 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1835 * fvwm/expand.c (expand_vars_extended):
1836 free allocated icon path
1838 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1846 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1849 * fvwm/fvwm.1.in (Scroll):
1850 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1851 add interactive scrolling.
1853 * fvwm/stack.c (is_transient_subtree_straight):
1854 check first above the tree root, then beneth it.
1856 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1858 * fvwm/module_interface.h
1859 * fvwm/module_interface.c (module_input_enqueue):
1860 (module_input_execute):
1861 new functions based on AddToCommandQueue and ExecuteModuleCommand
1863 * fvwm/module_list.c (CMD_ModuleSynchronous):
1865 * fvwm/events.c (My_XNextEvent):
1866 * fvwm/module_interface.c (ExecuteCommandQueue):
1867 using the above two new functions instead of AddToCommandQueue and
1868 ExecuteModuleCommand
1870 * fvwm/module_interface.c (cqueue_object_type):
1873 * fvwm/module_interface.h
1874 * fvwm/module_interface.c (AddToCommandQueue):
1875 (ExecuteModuleCommand):
1878 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1880 * fvwm/fvwm.h (window_style):
1881 * fvwm/style.c (style_parse_one_style_option):
1882 icon background relief and icon title relief changed to sigend char;
1883 should fix problem with ppc and negative values for these.
1885 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
1887 * fvwm/module_list.h:
1888 * fvwm/module_list.c (module_receive):
1889 (module_input_discard):
1890 (module_input_expect):
1891 new functions to deal with module input
1893 * fvwm/module_list.h:
1894 * fvwm/module_list.c (HandleModuleInput):
1895 replaced by the above three functions
1897 * fvwm/events.c (My_XNextEvent):
1898 * fvwm/module_list.c (CMD_ModuleSynchronous):
1900 adapted to use the above three functions instead of HandleModuleInput
1902 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1904 * configure.ac (HAVE_PNG):
1905 don't mangle png_LIBS, use --with-png-library
1907 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1910 removed news about previous change after move of version-2_5_20 tag
1911 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1914 * fvwm/stack.c (__restack_window):
1915 fix so new transient windows with StackTransientParent on top layer
1916 don't make all windows raise above the pan frames.
1920 increased version to 2.5.21
1924 updated for 2.5.20 release
1926 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
1928 * fvwm/fvwm.c (main):
1929 remove the call to module_init_list, the list head is instead set
1930 to NULL upon declaration
1932 * fvwm/module_list.h:
1933 * fvwm/module_list.c (module_init_list):
1936 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1938 * fvwm/stack.c (is_transient_subtree_straight)
1939 (is_transient_subtree_stack_straight):
1940 use <= 32 character function name
1941 (mark_transient_subtree, is_transient_subtree_straight)
1942 (__mark_transient_subtree_test):
1943 move common tests to function to avoid code duplication
1945 * fvwm/fvwm.1.in (IconifyWindowGroups):
1946 Correctly document that windows are iconified together if the are in
1947 the same window group, not if the group leader is iconified.
1949 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1951 * fvwm/add_window.c (GetWindowSizeHints):
1952 * libs/vpacket.h (ConfigWinPacket):
1953 * fvwm/module_interface.c (CONFIGARGS):
1954 * fvwm/fvwm.h (FvwmWindow):
1955 add orig_hints_width_inc and orig_hints_height_inc values to store the
1956 original resize inc for use in FvwmIdent
1959 * fvwm/style.c (style_parse_one_style_option):
1960 deprecated some "No..." styles
1961 (style_parse_one_style_option):
1962 add a NoResizeHintOverride style
1964 * fvwm/add_window.c (GetWindowSizeHints):
1965 only ignore the min_width/min_height/max_width/max_height with the
1966 ResizeHintOverride style
1968 * fvwm/icons.c (DeIconify):
1969 corrected previous fix
1971 * fvwm/placement.c (CleverPlacement):
1973 (__place_get_wm_pos):
1974 (__place_get_nowm_pos):
1976 fixed smart placement
1977 unified placement func interface
1979 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1982 * fvwm/icons.c (DeIconify):
1985 * fvwm/stack.c (is_transient_subtree_stacked_straight):
1986 fix detection of non needed lower operations
1988 BroadcastRestack to modules even if non is done. (To cancel effect of
1989 already sent M_RAISE/M_LOWER)
1990 don't do raise hacks if no restack was done.
1992 * fvwm/fvwm.h (FvwmWindow):
1993 icon_nalloc_pixels is int instead of unsined int
1995 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
1996 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
1997 use int instead of unsigned int.
1999 * fvwm/menugeometry.c (menu_get_geometry)
2000 (menu_get_outer_geometry):
2001 * fvwm/focus.c (CMD_WarpToWindow):
2002 * fvwm/geometry.c (get_title_button_geometry):
2003 * fvwm/session.c (SaveWindowStates):
2004 * fvwm/conditional.c (CMD_WindowId):
2005 * fvwm/placement.c (__place_get_wm_pos):
2006 * fvwm/frame.c (frame_create_move_resize_args):
2007 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2008 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2009 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2010 * fvwm/style.c (style_parse_icon_box_style):
2011 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2012 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2014 * fvwm/events.c (HandlePropertyNotify)
2015 (__is_bpress_window_handled):
2016 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2018 fix geometry signed pointer warnings
2020 * libs/Graphics.c (CalculateGradientDimensions):
2021 cast pointer to unsigned int*
2023 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2024 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2025 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2026 change unsigned int* parameter to int*. It get's info stored in an
2027 unsigned short, so it should be OK.
2031 JunkMask is unsigned
2033 * fvwm/stack.c (__mark_group_member)
2034 (is_transient_subtree_stacked_straight, __is_restack_needed)
2035 (__restack_window, mark_transient_subtree):
2036 don't raise or lower windows if they are already at the right place.
2038 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2040 * fvwm/module_interface.c (struct cqueue_object_type):
2041 * fvwm/module_list.h (struct fmodule_input):
2042 reused cqueue_object_type as a struct to store module input data
2043 renamed it to fmodule_input and moved it to module_list.h
2044 typedef'ed it to cqueue_object_type in module_interface.c
2046 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2048 * fvwm/placement.c (__cp_get_next_x):
2050 (__cp_get_first_pos):
2051 (__cp_get_next_pos):
2052 (__cp_get_avoidance_penalty):
2055 restructured and cleaned up CleverPlacement code
2057 * fvwm/style.c (style_parse_icon_box_style):
2058 * fvwm/virtual.c (HandlePaging):
2059 * fvwm/stack.c (verify_stack_ring_consistency):
2060 (ResyncFvwmStackRing):
2062 * fvwm/read.c (cursor_control):
2063 * fvwm/placement.c (__place_get_wm_pos):
2064 * fvwm/move_resize.c (GetMoveArguments):
2065 (ParseOneResizeArgument):
2066 (GetResizeArguments):
2067 (GetResizeMoveArguments):
2068 (resize_move_window):
2069 (resize_move_window):
2080 (maximize_fvwm_window):
2084 * fvwm/menustyle.h (MenuStyle):
2085 * fvwm/menus.c (MenuSizingParameters):
2087 (paint_menu_gradient_background):
2088 (paint_menu_gradient_background):
2092 (pop_menu_down_and_repaint_parent):
2093 (__mloop_handle_action_without_mi):
2097 * fvwm/menuroot.h (MenuRootStatic):
2099 * fvwm/menuitem.h (MenuPaintItemParameters):
2100 * fvwm/menugeometry.h:
2101 * fvwm/menubindings.c (menu_shortcuts):
2102 * fvwm/icons.c (SetIconPixmapSize):
2104 (DrawIconTitleWindow):
2109 * fvwm/gnome.c (GNOME_GetHintIcons):
2110 * fvwm/functions.c (FvwmFunction):
2111 (__execute_function):
2113 (execute_complex_function):
2114 * fvwm/fvwm.c (JunkWidth):
2120 * fvwm/externs.h (JunkWidth):
2125 * fvwm/focus.c (CMD_WarpToWindow):
2126 * fvwm/expand.c (__eae_parse_range):
2127 (expand_args_extended):
2128 (expand_vars_extended):
2129 (expand_vars_extended):
2130 * fvwm/ewmh_names.c (EWMH_WMIconName):
2132 * fvwm/ewmh_intern.h:
2133 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2134 (EWMH_DoUpdateWmIcon):
2135 (ewmh_SetWmIconFromPixmap):
2136 (ewmh_SetWmIconFromPixmap):
2137 (EWMH_DeleteWmIcon):
2140 (EWMH_SetIconFromWMIcon):
2141 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2143 (ewmh_WMIconGeometry):
2146 * fvwm/ewmh.c (ewmh_ChangeProperty):
2147 (ewmh_ChangeProperty):
2149 (ewmh_AtomGetByName):
2150 (ewmh_AddToKdeSysTray):
2151 (EWMH_GetWorkAreaIntersection):
2152 (ewmh_HandleWindowType):
2153 (ewmh_check_wm_pid):
2154 * fvwm/geometry.c (constrain_size):
2156 * fvwm/events.c (__handle_cr_on_client):
2159 * libs/PictureImageLoader.c:
2160 * libs/PictureImageLoader.h:
2163 * libs/Graphics.c (ParseGradient):
2164 (CalculateGradientDimensions):
2165 (CreateGradientPixmap):
2166 (CreateGradientPixmapFromString):
2167 * fvwm/colorset.c (update_root_pixmap):
2168 * fvwm/builtins.c (CMD_Echo):
2170 * fvwm/add_window.c (AddWindow):
2171 * fvwm/screen.h (DecorFace):
2172 use int instead of unsigned int
2174 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2175 * fvwm/colormaps.c (EnterSubWindowColormap):
2176 (LeaveSubWindowColormap):
2177 (FetchWmColormapWindows):
2179 * libs/CombineChars.c (char_combclass):
2180 use short instead of short int
2181 use long instead of long int
2183 * libs/PictureBase.h (FvwmPictureAttributes):
2184 (FvwmRenderAttributes):
2185 * libs/Flocale.h (FlocaleFont):
2186 * fvwm/style.c (style_parse_icon_grid_style):
2187 * fvwm/menus.c (size_menu_horizontally):
2188 (size_menu_vertically):
2191 * fvwm/menuitem.c (menuitem_paint):
2193 * fvwm/menuitem.h (MenuItem):
2194 * fvwm/geometry.c (set_window_border_size):
2195 * fvwm/decorations.c (SelectDecor):
2196 use int instead of short
2198 * fvwm/screen.h (FvwmAcs):
2200 * fvwm/menus.c (MenuSizingParameters):
2201 (size_menu_horizontally):
2203 (paint_menu_gradient_background):
2204 * fvwm/menuroot.h (MenuRootStatic):
2205 * fvwm/menuitem.h (MenuItem):
2206 (MenuItemPartSizesT):
2207 * fvwm/menuitem.c (menuitem_get_size):
2208 * fvwm/menudim.h (MenuDimensions):
2209 use int instead of unsigned short
2211 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2214 * libs/gravity.c (gravity_move_resize_parent_child):
2216 * fvwm/frame.c (mr_args_internal):
2217 (frame_setup_border):
2218 (frame_setup_titlebar):
2219 (frame_get_resize_decor_gravities):
2220 (frame_get_titlebar_dimensions):
2221 use rectangle instead of signed_rectangle
2223 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2224 * libs/fvwmrect.h (signed_rectangle):
2228 widht and height are now signed values
2230 * fvwm/placement.c (get_next_x):
2238 * fvwm/placement.c (get_next_x):
2244 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2247 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2248 StickyAcrossDesksIcon.
2250 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2252 * fvwm/conditional.c (CreateConditionMask):
2253 added conditions StickyIcon, StickyAcrossPagesIcon and
2254 StickyAcrossDesksIcon.
2257 documented new conditional tests.
2258 removed descriptions of styles StickyIconPage & StickyIconDesk which
2259 actually don't exists in fvwm.
2260 moved StickyIcon/SlipperyIcon descriptions immediately after
2261 Sticky/Slippery description.
2263 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2265 * fvwm/placement.c (SmartPlacemen):
2267 cleaned up SmartPlacement code
2269 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2271 * fvwm/ConfigFvwmMenuDefaults:
2272 Mouse 0 MS A MenuLeaveSubmenu instead.
2274 * fvwm/ConfigFvwmMenuDefaults:
2275 Mouse 0 MS A MenuClose to make sidepic and border behave as
2276 before menu bindings.
2279 * libs/wcontext.h (enum):
2280 * fvwm/menubindings.c (menu_binding):
2282 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2284 * fvwm/menustyle.c (menustyle_parse_old_style):
2285 add a message of deprecation.
2287 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2289 * fvwm/module_list.h:
2290 * fvwm/module_list.c:
2291 new files for module handling code.
2293 * fvwm/module_list.h:
2294 * fvwm/module_interface.h:
2295 * fvwm/module_list.c:
2296 * fvwm/module_interface.c:
2297 (struct mqueue_object_type):
2308 (do_execute_module):
2309 (executeModuleDesperate):
2311 (CMD_ModuleListenOnly):
2312 (CMD_ModuleSynchronous):
2313 (HandleModuleInput):
2319 (DeleteMessageQueueBuff):
2320 (FlushMessageQueue):
2321 (FlushAllMessageQueues):
2323 (CMD_set_sync_mask):
2324 (CMD_set_nograb_mask):
2325 (skipModuleAliasToken):
2327 (struct msg_masks_t):
2329 moved from module_interface.c/h to module_list.c/h
2331 * fvwm/module_list.h (do_execute_module):
2332 * fvwm/module_interface.h (AddToCommandQueue):
2333 (ExecuteModuleCommand):
2334 initialy static functions are exposed for now. Should be fixed soon.
2337 added module_list.h and module_list.c
2338 reorganized the c files by size
2340 * fvwm/module_list.h:
2341 * fvwm/module_list.c:
2354 renamed functions to a unified style
2356 * fvwm/module_interface.h:
2357 * fvwm/module_interface.c:
2363 * fvwm/windowshade.c:
2365 * fvwm/move_resize.c:
2366 include file cleanup
2368 * fvwm/module_list.c (do_execute_module):
2369 made absolutely sure the module's read fd is >=0 before inserting
2370 the module on the list
2372 * fvwm/events.c (My_XNextEvent):
2373 * fvwm/module_list.c (PositiveWrite):
2374 (CMD_ModuleSynchronous):
2375 assume module read fd is allways >=0 (remove the tests)
2377 * fvwm/module_list.c (module_free):
2378 no need to test if fd >=0 when closing the pipes.
2380 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2382 * fvwm/menuitem.c (draw_higlight_background):
2383 fix x-origin of HGradients
2385 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2387 * fvwm/module_interface.c (FlushMessageQueues):
2388 fixed not flushing the first module on the list
2390 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2392 * libs/Flocale.c (FlocaleGetFftFont):
2393 add sanity check for NULL fontname.
2397 * fvwm/menuitem.c (menuitem_paint):
2398 (draw_hilight_background):
2399 make all kinds of pixmaps work with hilight background
2401 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2402 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2403 (CreateBackgroundPixmap):
2404 added CreateOffsetBackgroundPixmap with the ability to create
2405 transparent images at an offset relative to the window.
2407 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2409 * fvwm/menus.c (__mloop_exit):
2412 (__mloop_handle_event):
2413 don't warp to parent item when entering other item with mouse.
2417 * fvwm/menustyle.c (menustyle_update):
2418 make use of colorset TiledPixmap option with HiglightBack
2419 and HiglightTitleBack menu styles.
2421 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2426 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2428 * libs/FScreen.c (FScreenParseGeometry):
2429 don't look up screen info if screen is undefined
2431 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2435 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2437 * libs/fio.c (fvwm_send):
2440 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2445 new utility files to wrap writing/reading standard lib functions that
2446 might be interrupted
2448 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2450 * fvwm/ewmh_intern.h:
2451 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2452 instead of <time.h>.
2454 * fvwm/windowlist.h:
2455 removed unneeded file.
2458 removed windowlist.h from build list.
2460 * libs/PictureUtils.c:
2461 include "ftime.h" instead of <time.h>.
2462 fvwmlib.h header name should be in double quotes not in angle
2466 include "ftime.h" instead of <sys/time.h>.
2468 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2471 make my email less spider-friendly
2473 * fvwm/bindings.c (binding_cmd):
2477 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2479 * fvwm/screen.h (ScreenInfo):
2480 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2481 casting signed values in calculations to be cast to unsigned
2483 * fvwm/focus.c (__activate_window_by_command):
2484 don't warp the viewport if the center of the window is already in view
2485 fixed a bug in window positioning
2487 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2490 FvwmIconBox IconColorset's bg wasn't updated immediately.
2492 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2494 * fvwm/fvwm.c (main):
2495 close all open fds upon startup
2496 reopen stdin, stdout and stderr if necessary
2500 * fvwm/module_interface.c (do_execute_module):
2501 simplified error handling
2502 check maximum fd when creating modules
2504 * fvwm/events.c (My_XNextEvent):
2505 * fvwm/fvwm.c (main):
2506 replaced fd_width with fvwmlib_max_fd
2509 * libs/System.c (fvwmlib_init_max_fd):
2510 added function and fvwmlib_max_fd
2512 * fvwm/events.c (My_XNextEvent):
2513 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2514 switch back to using FD_SET
2516 * fvwm/events.c (My_XNextEvent:
2517 * fvwm/module_interface.h:
2518 * fvwm/module_interface.c:
2519 hide module structure members with access macros and use them
2522 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2524 * fvwm/module_interface.c (module_add_to_fdsets):
2525 * fvwm/module_interface.h:
2526 created new function that also checks for too many open fds
2528 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2529 * fvwm/events.c (My_XNextEvent):
2530 now using module_add_to_fdset to add pipes to the fdsets
2532 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2534 * libs/defaults.h (MAX_NUM_MODULES):
2535 * fvwm/module_interface.c (module_alloc):
2536 (do_execute_module):
2537 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2539 * fvwm/module_interface.c (do_execute_module):
2540 moved the allocation call to the end of the sanity checks and pipe
2541 creation - better for performance
2543 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2545 END MODULE STRUCT PATCHES
2547 * fvwm/module_interface.c (do_execute_module):
2548 fixed another memory leak
2550 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2552 * fvwm/module_interface.h:
2553 * fvwm/module_interface.c:
2555 renamed struct module member "pipeName" and "pipeAlias" to "name"
2558 * fvwm/module_interface.c (do_execute_module):
2559 fixed possible memory leak
2561 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2563 * fvwm/events.c (My_XNextEvent):
2564 * fvwm/module_interface.c (module_alloc):
2565 (do_execute_module):
2567 * fvwm/module_interface.h (fmodule):
2568 replaced int with a flag struct
2570 * fvwm/module_interface.h:
2571 * fvwm/events.c (My_XNextEvent):
2572 * fvwm/module_interface.c (module_alloc):
2576 add new modules at front of list again
2577 removed global variable init_fdset; use a flag in the module struct
2579 removed the now obsolete module slot count
2581 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2583 * fvwm/module_interface.c (module_remove):
2585 moved module remotion code to module_remove()
2587 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2589 * fvwm/events.c (My_XNextEvent):
2590 fixed startup commands
2592 * fvwm/module_interface.c (module_insert):
2596 append modules at end of list
2598 * fvwm/events.c (My_XNextEvent):
2601 * fvwm/module_interface.c (ExecuteModuleCommand):
2605 (BroadcastNewPacket):
2607 (BroadcastFvwmPicture):
2608 (BroadcastColorset):
2609 (BroadcastPropertyChange):
2610 (BroadcastConfigInfoString):
2612 (FlushAllMessageQueues):
2615 (CMD_set_sync_mask):
2616 (CMD_set_nograb_mask):
2618 (skipModuleAliasToken):
2619 use MAX_MODULE_ALIAS_LEN
2621 * fvwm/module_interface.c (KillModule):
2622 (do_execute_module):
2624 added a "slot" member to the module struct to fix the init_fdset hack
2627 * libs/defaults.h (MAX_NUM_MODULES):
2628 (MAX_MODULE_ALIAS_LEN):
2631 * fvwm/module_interface.c (do_execute_module):
2632 rewrote module struct initialization
2633 (HandleModuleInput):
2634 use %p to print module address, don't cast it to int
2636 * fvwm/module_interface.c (ClosePipes):
2644 * fvwm/module_interface.c (FreeModule):
2648 * fvwm/module_interface.c (KillModule):
2650 * fvwm/events.c (My_XNextEvent):
2651 * fvwm/execcontext.h:
2652 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2654 * fvwm/stack.c (BroadcastRestack):
2657 * fvwm/module_interface.c (module_get_next):
2658 * fvwm/module_interface.h:
2661 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2663 * fvwm/modconf.c (ModuleConfig):
2664 (SendConfigToModule):
2665 (send_xinerama_state):
2666 (send_desktop_names):
2667 (send_desktop_geometry):
2672 (send_move_threshold):
2673 (send_ignore_modifiers):
2674 (CMD_Send_ConfigInfo):
2675 * fvwm/functions.c (__execute_function):
2676 * fvwm/events.c (My_XNextEvent):
2677 * fvwm/module_interface.h (msg_masks_t):
2679 * fvwm/execcontext.c (__exc_change_context):
2680 (exc_create_null_context):
2681 * fvwm/execcontext.h:
2682 Initial module struct patches
2684 BEGIN MODULE STRUCT PATCHES
2686 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2688 * fvwm/events.c (HandleFocusOut):
2689 (__refocus_stolen_focus_win):
2690 (HandleEnterNotify):
2691 less disruptive way of restoring focus to the window it was stolen from
2693 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2695 * fvwm/events.c (HandleEnterNotify):
2696 restore focus to windows that had it stolen by
2697 unmanaged windows on enter of any unmanaged windows.
2699 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2701 * fvwm/menubindings.c:
2702 don't include menus.h
2704 * fvwm/ConfigFvwmMenuDefaults:
2705 all bindings are silent
2707 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2709 * fvwm/ConfigFvwmMenuDefaults:
2710 make all numpad keys silent -- not all keyboads have a numpad
2711 add KP_Separator for MenuClose
2713 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2716 documented missing menu bindings.
2718 * fvwm/ConfigFvwmMenuDefaults:
2719 fixed wrong menu bindings.
2721 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2723 * fvwm/menubindings.c:
2724 * fvwm/menubindings.h:
2728 * fvwm/menugeometry.c:
2729 * fvwm/menugeometry.h:
2735 * fvwm/move_resize.c:
2736 * fvwm/move_resize.h:
2737 * fvwm/windowlist.c:
2738 simplified including header files
2740 * fvwm/menus.c (__mloop_handle_event):
2741 * fvwm/menuparameters.h:
2742 * fvwm/menubindings.c (menu_shortcuts):
2743 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2745 * fvwm/menus.c (__mloop_handle_event):
2746 * fvwm/menuparameters.h:
2747 * fvwm/menubindings.c (menu_shortcuts):
2748 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2751 * fvwm/menus.h (MenuParameters):
2756 (MenuRepaintTransparentParameters):
2757 * fvwm/menuparameters.h (MenuParameters):
2762 (MenuRepaintTransparentParameters):
2763 moved to menuparameters.h
2765 * fvwm/menus.h (MenuRoot):
2768 * fvwm/menutypes.h (MenuRoot):
2773 * fvwm/menus.c (menu_get_geometry):
2774 (menu_get_outer_geometry):
2775 * fvwm/menugeometry.c (menu_get_geometry):
2776 (menu_get_outer_geometry):
2777 moved to menugeometry.c
2779 * fvwm/menuparameters.h:
2781 * fvwm/menugeometry.c:
2782 * fvwm/menugeometry.h:
2786 * fvwm/menubindings.h (enum):
2787 * fvwm/menus.c (enum):
2788 moved enum menu_shortcut_action to menubindings.h
2789 (get_selectable_item_index):
2790 (get_selectable_item_from_index):
2791 (get_selectable_item_from_section):
2792 (get_selectable_item_count):
2793 (parse_menu_action):
2794 moved to menubindings.c
2796 * fvwm/menus.c (enum):
2797 (parse_menu_action):
2799 renamed enum shortcut_action to menu_shortcut_action
2801 * fvwm/fvwm.c (SetRCDefaults):
2802 read default config file after all other defaults
2804 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2806 * fvwm/ConfigFvwmMenuDefaults:
2807 * fvwm/fvwm.c (SetRCDefaults):
2808 make the hard coded menu bindings load before ConfigFvwmDefaults
2809 move Mouse 0 ... to ConfigFvwmMenuDefaults
2811 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2813 * fvwm/ConfigFvwmMenuDefaults:
2814 * fvwm/fvwm.c (SetRCDefaults):
2815 added hard coded default menu bindings
2817 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2820 documentation fixes.
2822 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2825 * fvwm/menubindings.h:
2826 * fvwm/menubindings.c:
2830 moved new menu binding code to menubindings.c, menubindings.h
2831 split binding into a regular list and a fallback list that can not be
2834 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2835 fixed calculation of new geometry if x or y is negative
2837 * fvwm/geometry.c (maximize_adjust_offset):
2838 fixed calculations of normal geometry when maximized
2840 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2843 * fvwm/ConfigFvwmMenuDefaults:
2844 * fvwm/fvwm.c (SetRCDefaults):
2845 * fvwm/menus.c (parse_menu_action):
2847 rename menu action to menu bindings and make menu binding commands
2848 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2849 ensure basic function with ConfigFvwmMenuDefaults missing.
2851 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2853 * fvwm/menus.c (menuShortcuts):
2854 fixed compiler warning.
2856 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2859 corrected mis-spelling
2865 * fvwm/menus.c (handle_emacs_bindings):
2868 (__mloop_handle_event):
2870 * fvwm/bindings.c (ParseBinding):
2871 * fvwm/Makefile.am (config_DATA):
2872 * fvwm/ConfigFvwmDefaults:
2873 * fvwm/ConfigFvwmMenuDefaults:
2874 fully configurable mouse any key bindings for menu navigation.
2876 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2878 * fvwm/virtual.c (HandlePaging):
2879 removed bogus comment
2881 * fvwm/move_resize.c (__move_loop):
2884 allow paging during resize with "EdgeScroll 0 0" as documented in the
2886 fixed disappearing windows with "maximize; resize - abort; unmaximize"
2888 * fvwm/fvwm.h (FvwmWindow):
2889 * fvwm/add_window.c (AddWindow):
2890 * fvwm/add_window.c (setup_frame_window):
2891 * fvwm/add_window.c (setup_parent_window)
2892 * fvwm/borders.c (border_draw_decorations):
2893 * fvwm/borders.c (border_draw_one_border_part):
2894 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2895 * fvwm/borders.c (border_get_titlebar_descr)
2896 * fvwm/builtins.c (__remove_window_decors):
2897 * fvwm/conditional.c (MatchesConditionMask):
2898 * fvwm/events.c (HandleMapNotify):
2899 * fvwm/events.c (HandleMapRequestKeepRaised)
2900 * fvwm/events.c (HandlePropertyNotify):
2901 * fvwm/events.c (HandleShapeNotify):
2902 * fvwm/events.c (__cr_detect_icccm_move)
2903 * fvwm/events.c (__cr_get_grav_position):
2904 * fvwm/events.c (__cr_get_static_position)
2905 * fvwm/events.c (__handle_configure_request)
2906 * fvwm/events.c (__handle_cr_on_client):
2907 * fvwm/ewmh.c (EWMH_fullscreen):
2908 * fvwm/focus.c (__activate_window_by_command):
2909 * fvwm/focus.c (__set_focus_to_fwin):
2910 * fvwm/focus.c (warp_to_fvwm_window):
2911 * fvwm/frame.c (__frame_setup_window):
2912 * fvwm/frame.c (frame_create_move_resize_args)
2913 * fvwm/frame.c (frame_free_move_resize_args):
2914 * fvwm/frame.c (frame_move_resize_step)
2915 * fvwm/frame.c (frame_reshape_border):
2916 * fvwm/geometry.c (constrain_size):
2917 * fvwm/geometry.c (get_icon_corner)
2918 * fvwm/geometry.c (get_page_offset):
2919 * fvwm/geometry.c (get_page_offset_check_visible):
2920 * fvwm/geometry.c (get_shaded_client_window_pos):
2921 * fvwm/geometry.c (get_title_button_geometry):
2922 * fvwm/geometry.c (get_title_geometry)
2923 * fvwm/geometry.c (get_unshaded_geometry):
2924 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2925 * fvwm/geometry.c (gravity_constrain_size):
2926 * fvwm/geometry.c (maximize_adjust_offset):
2927 * fvwm/geometry.c (update_absolute_geometry):
2928 * fvwm/geometry.c (update_relative_geometry)
2929 * fvwm/gnome.c (GNOME_SetWinArea):
2930 * fvwm/icons.c (AutoPlaceIcon):
2931 * fvwm/icons.c (DeIconify):
2932 * fvwm/icons.c (Iconify):
2933 * fvwm/module_interface.c (CONFIGARGS):
2934 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2935 * fvwm/move_resize.c (CMD_Maximize):
2936 * fvwm/move_resize.c (CMD_ResizeMaximize):
2937 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2938 * fvwm/move_resize.c (__move_loop):
2939 * fvwm/move_resize.c (__move_window):
2940 * fvwm/move_resize.c (__resize_window):
2941 * fvwm/move_resize.c (maximize_fvwm_window):
2942 * fvwm/move_resize.c (resize_move_window):
2943 * fvwm/move_resize.c (stick_across_pages):
2944 * fvwm/move_resize.c (unmaximize_fvwm_window):
2945 * fvwm/placement.c (__explain_placement):
2946 * fvwm/placement.c (__place_get_wm_pos):
2947 * fvwm/placement.c (get_next_x):
2948 * fvwm/placement.c (get_next_y):
2949 * fvwm/placement.c (test_fit)
2950 * fvwm/session.c (MatchWinToSM):
2951 * fvwm/session.c (SaveWindowStates):
2952 * fvwm/update.c (apply_window_updates):
2953 * fvwm/virtual.c (MoveViewport):
2954 * fvwm/windowlist.c (CMD_WindowList):
2955 * fvwm/windowshade.c (CMD_WindowShade):
2956 put some of the window geometry members into a separate struct window_g
2957 with members frame, normal, max, max_defect, max_offset
2959 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2963 * fvwm/window_flags.h:
2965 * fvwm/style.c (style_parse_one_style_option):
2966 * fvwm/icons.c (DrawIconTitleWindow):
2967 * fvwm/fvwm.h (common_flags_t):
2968 * fvwm/fvwm.1.in (Style):
2970 (border_draw_title_stick_lines):
2971 Applied Stippled patch by Thomas Adam with some fixes.
2973 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2976 FvwmWinList button/list syncronization fixed (bug #1393)
2978 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2986 updated for 2.5.19 release
2989 updated after 2.4.20 release
2992 * fvwm/focus.c (focus_get_fpol_context_flag):
2993 * fvwm/events.c (__check_click_to_focus_or_raise)
2994 (__handle_click_to_focus):
2995 Treat EWMH desktop as client window under click to focus. (#1492)
2997 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2999 * libs/Module.h (MX_REPLY):
3000 (MAX_EXTENDED_MESSAGES):
3002 * fvwm/module_interface.c (CMD_Send_Reply):
3003 * fvwm/functable.c (func_table):
3005 Added Send_Reply module only command.
3007 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3009 * libs/PictureUtils.c (init_static_colors_table):
3010 fix fvwm for < 8 bit depth, bug #1677
3012 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3014 * fvwm/misc.c (IsRectangleOnThisPage):
3015 new fix for signedness problems.
3017 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3019 * fvwm/misc.c (IsRectangleOnThisPage):
3020 fix signedness problem with test introduced by gcc4 fix below.
3022 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3024 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3028 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3029 * libs/gravity.h (gravity_move_resize_parent_child):
3030 * libs/gravity.c (gravity_move_resize_parent_child):
3031 * fvwm/frame.h (frame_get_titlebar_dimensions)
3032 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3033 (frame_get_resize_decor_gravities):
3035 (frame_setup_border):
3036 (frame_setup_titlebar)
3037 (frame_get_resize_decor_gravities):
3038 (frame_get_titlebar_dimensions):
3039 split rectangle into a signed size and an unsigned size type.
3041 * fvwm/screen.h (ScreenInfo):
3042 * libs/FScreen.h (FScreenGetScrRect):
3043 (FScreenGetResistanceRect):
3044 * libs/FScreen.c (XineramaScreenInfo):
3045 (FScreenGetGeometry)
3046 (FScreenGetScrRect):
3047 (FScreenClipToScreen):
3048 (FScreenCenterOnScreen)
3049 (FScreenGetResistanceRect):
3050 (FScreenIsRectangleOnScreen):
3051 * fvwm/fvwm.h (FvwmWindow):
3052 * fvwm/screen.h (DecorFace):
3053 * libs/fvwmlib.h (CreateGradientPixmap):
3054 * libs/Graphics.c (CreateGradientPixmap):
3055 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3056 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3057 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3058 (PImageLoadPixmapFromFile):
3059 (PImageLoadPixmapFromXpmData):
3060 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3061 (PImageCreatePixmapFromArgbData):
3062 (PImageLoadPixmapFromFile)
3063 (PImageLoadFvwmPictureFromFile):
3064 (PImageLoadPixmapFromXpmData):
3065 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3066 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3067 (EWMH_SetIconFromWMIcon):
3068 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3069 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3070 * fvwm/colorset.c (parse_colorset):
3071 * fvwm/icons.c (DrawIconTitleWindow):
3074 * fvwm/menus.h (MenuRootDynamic):
3075 * fvwm/menus.c (update_menu):
3079 * fvwm/move_resize.c (GetMoveArguments):
3080 (ParseOneResizeArgument)
3081 (GetResizeArguments):
3082 (GetResizeMoveArguments):
3086 change dimensions and allocation counts to unsigned types.
3088 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3089 (FlocaleStringByteToCharOffset):
3090 (FlocaleStringCharToByteOffset)
3091 (FlocaleStringCharLength)
3092 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3093 (FlocaleStringByteToCharOffset):
3094 (FlocaleStringCharToByteOffset)
3095 (FlocaleStringCharLength):
3096 (FlocaleUtf8ToUnicodeStr2b)
3097 (FlocaleStringToString2b):
3098 (FlocaleEncodeString):
3099 * libs/Ficonv.c (convert_charsets):
3100 change most string types to char* from unsigned char* to match
3101 with system headers without casts.
3103 * libs/Flocale.c (FlocaleLoadFont):
3104 init shadow_dir to make gcc 4 happy.
3106 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3107 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3108 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3109 (CSETS_IS_TRANSPARENT_PR_PURE):
3110 (CSETS_IS_TRANSPARENT_ROOT)
3111 (CSETS_IS_TRANSPARENT):
3112 compare pointer with NULL, not >= 0.
3114 * libs/FTips.h (ftips_position_t):
3115 * fvwm/expand.c (partial_extended_vars):
3116 * fvwm/placement.c (preason_screen_t):
3117 remove comma last in enums.
3119 * fvwm/style.c (style_parse_focus_policy_style):
3120 change 0xffffffff to ~0 to silience truncation warning.
3122 * fvwm/session.h (mwtsm_state_args):
3123 make flags unsigned.
3125 * fvwm/schedule.c (sq_object_type):
3126 change // to /* ... */
3128 * libs/Fft.c (FftGetFontWidths):
3130 * libs/FScreen.c (FScreenConfigureSLSScreens):
3131 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3132 (EWMH_SetDesktopNames):
3133 * fvwm/fvwm.c (LoadDefaultLeftButton):
3134 (LoadDefaultRightButton):
3135 * fvwm/builtins.c (ReadDecorFace):
3137 silence signedness warnings by casts.
3139 * fvwm/borders.c (ROTATE_RECTANGLE):
3140 make sure tr is initialized.
3142 * fvwm/add_window.c (FetchWmProtocols):
3143 use unsigned type for l_protocols.
3145 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3147 * fvwm/events.c (HandleFocusIn):
3149 * fvwm/focus.c (__set_focus_to_fwin):
3150 fix focus decoration when unmanaged are focused, unless
3151 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3153 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3155 * fvwm/geometry.c (constrain_size):
3156 repeat aspect-resizing in a loop to get a stable result that does not
3157 change the next time the frame is set up
3159 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3163 increased version to 2.5.19
3168 updated for 2.5.18 release
3170 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3173 removed the unused test for imlib
3174 removed the Imlib.h header from gdk_imlib test programs
3176 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3178 * fvwm/ewmh.c (atom_get):
3179 fix offset and length args for XGetWindowProperty() (to support 64bit
3182 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3184 * fvwm/events.c (HandleUnmapNotify):
3185 immediately handle MapRequests after unmapping a window while we still
3186 have the context fvwm window; this is necessary to allow the client to
3187 re-map a window before fvwm can reparent it to the root window
3188 (HandleMapRequestKeepRaised):
3191 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3193 * fvwm/ewmh.c (ewmh_HandleDesktop):
3194 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3197 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3201 * fvwm/decorations.c:
3202 fix offset and length args for XGetWindowProperty() (to support 64bit
3205 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3208 * fvwm/expand.c (expand_vars_extended):
3209 correctly expand break.
3210 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3213 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3215 * fvwm/decorations.h (is_function_allowed):
3216 * fvwm/decorations.c (__is_resize_allowed):
3217 (is_function_allowed):
3218 work on 'const FvwmWindow *'
3220 * fvwm/fvwm.h (action_flags):
3221 * fvwm/style.c (check_window_style_change):
3222 * fvwm/module_interface.c (__get_allowed_actions)
3224 * libs/vpacket.h (ConfigWinPacket):
3225 expose fvwm allowed actions to modules
3227 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3229 * fvwm/move_resize.c (__move_icon):
3230 *do* map icon windows for pictured icons on move, but only if they end
3231 up on the current desk
3233 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3235 * fvwm/move_resize.c (__move_icon):
3236 don't map icon windows for pictured icons on move
3238 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3240 * fvwm/style.c (remove_all_of_style_from_list):
3241 (__simplify_style_list):
3246 (style_ids_are_equal):
3247 (style_id_equals_id)
3248 (styles_have_same_id):
3250 (one_fw_can_match_both_ids):
3251 (check_window_style_change):
3252 use int/0/1 instead of Bool/False/True
3254 * fvwm/move_resize.c (stick_across_pages):
3255 use False instead of FALSE
3257 * fvwm/style.c (fw_match_style_id):
3258 * fvwm/read.c (run_command_file):
3260 * fvwm/add_window.c (MappedNotOverride):
3261 * libs/wild.c (matchWildcards):
3262 use 0 and 1 instead of FALSE and TRUE
3265 removed TRUE and FALSE
3267 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3270 FvwmPager !IconTitle style bugfix.
3272 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3275 Updated description of Wait command in man page.
3277 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3279 * libs/Flocale.c (FlocaleFontStructDrawString)
3280 (FlocaleRotateDrawString):
3281 (FlocaleDrawString):
3282 fixed drawing of forecolor/hilightfore
3284 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3285 always unmaximize and resize window when leaving fullscreen state,
3286 not just if it did not start as fullscreen
3288 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3290 * fvwm/fvwm.1.in (MenuStyle):
3291 added a reference to the prefered ! style negation flag,
3292 and listed the other deprecated negative forms in one place.
3295 (AutomaticHotkeysOff):
3298 changed to the ! negation form and listed as deprecated.
3300 removed relics from the man page
3302 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3306 increased version to 2.5.18
3311 updated for 2.5.17 release
3313 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3315 * fvwm/move_resize.c (__move_window):
3316 allow moving a window without an icon while it's iconified based on the
3319 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3321 * fvwm/menustyle.c (menustyle_copy):
3322 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3324 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3327 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3328 changed the manpage to reflect the prefered style negation method,
3329 that is, using the !* negation sign.
3331 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3333 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3334 removed documentation of filters.
3337 * fvwm/expand.c (check_first_filter):
3339 (expand_args_extended):
3340 (expand_vars_extended):
3342 removed variable filter implementation and backslash-escaping.
3344 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3347 News blurb for variable filters and backslash-escaping.
3349 documentation of variable filters.
3351 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3353 * fvwm/expand.c (chec):
3356 (expand_args_extended):
3357 (expand_vars_extended):
3359 implemented variable filters.
3361 * fvwm/expand.c (expand_vars):
3362 made backslash work as escape character within extended variables.
3364 * libs/Strings.h (QuoteEscapeString):
3365 (QuoteEscapeStringLength):
3366 * libs/Strings.c (QuoteEscapeString):
3367 (QuoteEscapeStringLength):
3368 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3371 * fvwm/expand.c (expand_args_extended):
3372 make upper limit inclusive.
3374 * fvwm/functions.c (__execute_function):
3375 Changed PeekToken to GetNextToken before expand_vars call.
3378 updated documentation regarding quoting in expand_args_extended
3380 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3382 * fvwm/expand.c (__eae_parse_range):
3383 reject everything that does not begin with a digit
3385 * libs/Parse.c (SkipNTokens):
3386 stop skipping tokens at the end of input
3388 * fvwm/expand.c (__eae_parse_range):
3392 (__eae_parse_range):
3393 fixed parsing of $[n-]
3395 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3397 * fvwm/expand.c (expand_args_extended):
3399 added range check for positional parameters
3400 (expand_args_extended):
3401 (__eae_parse_range):
3402 cleaned up and simplified parsing code
3403 properly unquote arguments when expanding
3404 removed the patch below
3406 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3408 * fvwm/expand.c (expand_args_extended):
3409 removed range check for positional parameters
3410 make single arguments not use the 'upper' variable
3411 changed back to PeekToken for single arguemnts.
3412 improved some comments.
3414 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3416 * fvwm/expand.c (expand_args_extended):
3417 Fix segfault when called with a tokenless string for single arguments.
3419 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3421 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3422 Reported by Serge Koksharov.
3424 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3426 * fvwm/placement.c (__explain_placement):
3427 print initial size of window too
3429 * libs/Makefile.am (libfvwm_a_SOURCES):
3430 * libs/fvwm_sys_stat.h:
3434 added O_NOFOLLOW replacement and always include fcntl.h
3436 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3438 Added DV's mailing-list comments about how PeekToken & GetNextToken
3439 work as comments to the source code. (slightly modified)
3441 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3443 * fvwm/schedule.c (CMD_Schedule):
3444 Fixed parsing of "Periodic" option.
3446 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3449 Fix for tempfile vulnerabilities in FvwmCommand.
3451 Added check for lstat.
3453 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3458 Added "Periodic" option to Schedule command.
3460 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3462 * fvwm/module_interface.c (KillModule):
3467 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3469 * fvwm/fvwm.c (main):
3470 changed the -blackout warning to say it will be removed in 3.0
3472 * fvwm/fvwm.1.in (-blackout):
3473 updated the manual regarding the future remotion of -blackout
3475 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3479 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3481 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3483 *libs/alloca.c (DEBUG_I00FUNC)
3484 removed old debug code
3486 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3489 removed the old unused file
3491 * libs/Makefile.am (libfvwm_a_SOURCES):
3492 removed the reference to debug.c
3495 removed the code related to libs/debug.c
3497 * fvwm/module_interface.c (make_named_packet)
3498 removed the #if 0'ed debug code related to debug.c
3500 fvwm/focus.h (DEBUG_FOCUS)
3501 removed the #ifdef'ed to 0 debug code related to debug.c
3504 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3506 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3507 removed useles definition.
3509 * modules/FvwmPager/FvwmPager.c (main):
3511 removed most of the debug code.
3512 changed termination debug to use 'isTerminated' instead of
3513 'debug_term_signal'.
3514 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3517 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3518 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3520 removed unused debug_term_signal.
3522 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3525 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3526 stdio's getline; news entry.
3528 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3531 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3532 (do_execute_module):
3536 * fvwm/commands.h (enum):
3537 * fvwm/functable.c (func_table):
3538 new command ModuleListenOnly
3540 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3542 * fvwm/move_resize.c (__move_loop):
3543 make sure a window is snapped in __move_loop when a button is released
3544 if it was snapped before
3546 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3548 * fvwm/expand.c (expand_vars_extended):
3549 convert function to have a single return point; this is good to
3550 implement doc/todo-vars filters in the future;
3551 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3552 to behave like deprecated $n, $c and $r, i.e. quote them
3554 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3557 multiple minor tweaks: remove trailing spaces and other
3558 re-spacing and re-indenting, remove old "#if 0" code
3560 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3562 * fvwm/move_resize.c (ParseOneResizeArgument):
3563 rewrote parsing of resize arguments
3564 new prefix 'w' for resizing
3566 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3568 * fvwm/conditional.c (MatchesConditionMask):
3569 fixed handling of some conditions (iconifiable, fixed, ...)
3571 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3576 * fvwm/conditional.c:
3577 Output an error message if an unrecognised conditional is used
3578 with the Test or TestRc commands.
3580 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3582 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3583 do not map hide windows if their width or height is zero
3585 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3587 * fvwm/ewmh_events.c:
3590 * libs/FlocaleCharset.c:
3594 corrected typos in warning messages
3597 * libs/PictureGraphics.c:
3598 * libs/PictureGraphics.h:
3599 renamed function PGraphicsCreateTransprency to
3600 PGraphicsCreateTransparency
3602 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3604 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3605 * fvwm/expand.c (expand_args_extended):
3606 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3608 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3611 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3612 * fvwm/expand.c (expand_args_extended):
3614 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3616 * fvwm/conditional.c (CMD_All):
3617 * fvwm/fvwm.1.in (All):
3618 changed Reverse and UseStack options to have free order.
3621 * fvwm/fvwm.1.in (WindowShade):
3622 * fvwm/windowshade.c (CMD_WindowShade):
3623 * fvwm/add_window.c (setup_window_structure):
3624 added last direction to WindowShade command.
3626 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3628 * fvwm/fvwm.1.in (All):
3631 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3634 * fvwm/fvwm.1.in (All):
3635 * fvwm/conditional.c (CMD_All):
3636 added reverse option to All command to do the action in opposite order
3637 added UseStack option to All command to use the stack ring instead of
3640 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3643 changed fallback editor from `emacs' to `vi' because it much
3644 more widespread on non-Linux systems
3645 fixed errors (because of incorrect syntax fallback entries were
3647 now script honors `TMPDIR' env. variable and if it's not set it
3648 fallback to `/tmp' directory when creating temporary file
3650 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3653 changed description of the fvwmstyle resource usage
3654 to state that it's used in addition to the other
3656 * fvwm/style.c (fw_match_style_id):
3657 fixed a typo in style_name matching
3659 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3661 * fvwm/style.c (fw_match_style_id):
3662 reformatted code and fixed a warning
3664 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3668 * libs/Fft.c (FftGetFont):
3672 * libs/System.c (fvwm_mkstemp):
3673 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3674 function was never used, even if it was considered secure by configure
3677 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3680 added some more suff to the list of what I've done.
3683 * fvwm/add_window.c (__add_window_handle_x_resources)
3686 * fvwm/fvwm.h (FvwmWindow):
3687 added fvwmstyle resource to override style name
3689 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3691 * fvwm/menus.c (pop_menu_up):
3692 as documented, do not warp to title for root menus with TitleWarp
3694 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3697 Removed duplicated 'NoIcon' style option description in the end
3698 of the `The Style command...' section.
3699 Removed `Recapture True' option setting in example of BusyCursor
3700 description, because `Recapture' isn't valid option of `BusyCursor'
3702 Updated ewmh specification URL (the old was 404)
3703 Added URL to ICCCM 2.0 manual
3705 * modules/FvwmAnimate/FvwmAnimate.c:
3706 corrected delay for Zoom3D animation effect
3708 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3709 * modules/FvwmConsole/FvwmConsole.1.in:
3710 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3711 consistent with rest of the documentation and because it's more
3712 conventional abbreviation.
3714 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3715 slightly clarified the `StartName' option description
3716 added the undocumented `MailDir' option description. Somebody
3717 violated section `K' of the convention list.
3720 * fvwm/ConfigFvwmSetup:
3721 * modules/FvwmForm/FvwmForm.1.in:
3722 * modules/FvwmForm/FvwmForm-Rlogin:
3723 * sample.fvwmrc/system.fvwm2rc:
3724 * sample.fvwmrc/system.fvwm2rc-sample-1:
3725 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3726 inherently insecure. We shouldn't teach our users bad things,
3733 * bin/fvwm-config.1.in:
3734 * bin/fvwm-menu-headlines.1:
3735 * bin/fvwm-menu-headlines.in:
3736 * bin/fvwm-perllib.in:
3737 * bin/fvwm-root.1.in:
3743 * libs/PictureGraphics.c:
3745 * modules/FvwmBacker/FvwmBacker.1.in:
3746 * modules/FvwmDebug/FvwmGtkDebug.in:
3747 * modules/FvwmDebug/FvwmGtkDebug.1:
3748 * modules/FvwmEvent/FvwmEvent.1.in:
3749 * modules/FvwmForm/FvwmForm.1.in:
3750 * modules/FvwmIconMan/xmanager.c:
3751 * modules/FvwmIdent/FvwmIdent.c:
3752 * modules/FvwmIdent/FvwmIdent.1.in:
3753 * modules/FvwmPerl/FvwmPerl.in:
3754 * modules/FvwmPerl/FvwmPerl.1:
3755 * modules/FvwmScript/FvwmScript.1.in:
3756 * modules/FvwmScript/Widgets/Menu.c:
3757 * modules/FvwmTabs/ConfigFvwmTabs:
3758 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3759 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3760 * modules/FvwmTheme/FvwmTheme.1.in:
3761 * perllib/FVWM/Module/Tk.pm:
3762 * perllib/FVWM/Tracker.pm:
3763 * perllib/FVWM/Module.pm.in:
3766 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3768 * fvwm/style.c (style_parse_focus_policy_style):
3769 fix ISO C90 compability with unconsumed styleoption warnings
3771 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3773 * fvwm/events.c (HandlePropertyNotify):
3774 fix for bug 1557/3950 (possible free of Untilted constant or
3775 already used name (if app reset the name already given to them))
3777 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3779 * fvwm/focus.c (__activate_window_by_command)
3780 (warp_to_fvwm_window):
3782 * fvwm/builtins.c (CMD_CursorMove):
3783 set last pointer event position after warping the pointer
3786 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3789 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3791 * acinclude.m4 (AM_PATH_GTK):
3793 (AM_PATH_GDK_IMLIB):
3797 fixed to cope with 4 digit version numbers
3799 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3802 * fvwm/style.c (parse_and_set_window_style)
3803 (style_parse_one_style_option):
3804 (style_parse_icon_fill_style)
3805 (style_parse_icon_grid_style):
3806 (style_parse_icon_box_style)
3807 (style_parse_icon_size_style):
3808 (style_parse_focus_policy_style)
3809 (style_parse_button_style):
3810 warn if parts of style options are not consumed
3812 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3814 * fvwm/menuitem.c (menuitem_paint):
3815 use the MenuColorset in all cases if TitleColorset is not given
3817 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3819 * fvwm/style.c (style_parse_one_style_option):
3820 * fvwm/placement.c (__place_get_wm_pos):
3821 (__explain_placement):
3822 new placement style UnderMousePlacement
3824 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3827 * fvwm/fvwm.1.in (EdgeScroll):
3828 * fvwm/virtual.c (CMD_EdgeScroll):
3829 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3830 added wrap/wrapx/wrapy option to EdgeScroll
3832 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3835 spell check the whole file (dozens of typos)
3837 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3839 * fvwm/module_interface.c (do_execute_module):
3840 removed accidentally committed FVWM_MODULE_ALIAS patch
3842 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3844 * fvwm/module_interface.c (do_execute_module):
3845 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3847 * fvwm/menus.c (size_menu_horizontally):
3848 fix for drawing menus with sidepic on the right
3850 * libs/Flocale.c (FlocaleFontStructDrawString):
3851 (FlocaleDrawString):
3852 set the foreground colour before drawing a string
3855 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3858 (menustyle_parse_style):
3860 * fvwm/menus.c (calculate_item_sizes):
3861 (size_menu_vertically):
3862 (UpdateMenuColorset):
3863 * fvwm/menuitem.c (menuitem_paint):
3864 Applied patch by David Maciver
3865 new menu styles TitleColorset, HilightTitleBack and TitleFont
3867 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3870 * libs/Module.c (ParseModuleArgs):
3871 added variable "namelen" to ModuleArgs struct
3873 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3876 removed duplicate declaration
3878 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3880 * fvwm/fvwm.c (main):
3881 replaced previous patch with a better one
3883 * fvwm/virtual.c (unmap_window):
3884 * fvwm/menus.c (do_menu):
3885 * fvwm/events.c (fake_map_unmap_notify):
3887 * fvwm/add_window.c (MappedNotOverride):
3888 Added XFlush after XSelectInput
3890 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3893 * fvwm/fvwm.c (main):
3894 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3896 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3900 increased version to 2.5.17
3905 updated for 2.5.16 release
3907 * acinclude.m4 (CHECK_LIBCHARSET):
3910 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3912 * fvwm/functions.c (execute_complex_function):
3913 print a message to the console instead of ringing the bell when a
3916 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3919 fixed typo (NEWS still said 2.5.15)
3921 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3925 increased version to 2.5.16
3930 updated for 2.5.15 release
3932 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3934 * fvwm/move_resize.c (GetOnePositionArgument):
3936 new option "screen" to Move type commands
3938 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3940 * acinclude.m4 (smr_SWITCH):
3943 2006-01-08 Mikhael Goikhman <migo@homemail.com>
3946 restore requirement of automake-1.4; 1.8 is too new even for my system
3948 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3952 renamed configure.in to configure.ac
3955 some updates for new autoconf/automake versions
3962 require autoconf-2.53 or later
3964 * Makefile.am (AUTOMAKE_OPTIONS):
3965 require automake-1.8 or later
3968 check for X library path before X library checks
3969 removed obsolete C++ compiler check
3970 removed duplicate type size checks
3971 replaced M4 comment ("dnl") with shell comment ("#") in many places
3974 fixed aclocal warnings
3976 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3978 * fvwm/style.c (style_parse_button_style):
3979 corrected typo in error message, and made errorous buttons not apply
3980 (style_parse_one_style_option):
3981 changed NoButton to use style_parse_button_style
3983 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3986 new fix for incompatible pointer type warning with gcc 3.4.
3988 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3995 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
3998 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4003 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4005 * fvwm/frame.c (frame_free_move_resize_args):
4006 fixed drawing of transparent decorations or when using lazy shading
4009 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4012 * libs/fvwmsignal.c:
4016 * fvwm/ewmh_names.c:
4017 * libs/CombineChars.c:
4023 * libs/PictureUtils.c:
4028 * libs/safemalloc.c:
4031 do not #include stdlib.h (comes from config.h)
4034 do not #include string.h (comes from config.h)
4037 fixed detection of string.h/strings.h
4039 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4041 * libs/Fft.c (FftGetFont):
4042 fixed compiler warning with gcc 3.4.4
4044 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4046 * fvwm/menuitem.c (menuitem_paint):
4047 properly undraw unselected item area
4049 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4051 * fvwm/menuitem.c (menuitem_paint):
4052 * fvwm/menus.c (get_menu_paint_item_parameters)
4053 (get_menu_paint_item_parameters):
4055 fixed text offset of menu items with icons but with an item format that
4057 (size_menu_horizontally):
4058 allow sidepic to be placed in the middle of menu items; this is better
4059 than ignoring the item format completely but does not draw the items
4062 * fvwm/menus.c (__mloop_handle_event):
4064 fixed delayed menu drawing issue
4066 do not draw the selected menu item before the menu is drawn for the
4068 (repaint_transparent_menu):
4071 don't call get_menu_paint_item_parameters when the result is not used
4072 (get_menu_paint_item_parameters):
4074 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4076 * fvwm/ewmh.h (EWMH_CMD_Style):
4077 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4078 * fvwm/style.c (style_parse_one_style_option):
4079 Added support for inverting boolean EWMH styles with !.
4084 * fvwm/window_flags.h:
4085 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4086 * fvwm/ewmh.c (ewmh_HandleWindowType):
4088 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4090 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4092 * fvwm/icons.c (GetIconWindow):
4093 * fvwm/fvwm.h (FvwmWindow):
4094 * fvwm/events.c (__handle_cr_on_icon):
4095 properly handle icon border width; fixes an xterm active icon loop
4097 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4099 * fvwm/borders.c (border_draw_one_border_part):
4100 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4103 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4105 * fvwm/menustyle.c (menustyle_copy_face):
4107 (menustyle_free_face):
4109 (menustyle_parse_style):
4110 use new functions and fix a bug
4115 removed empty files colors.c and colors.h
4117 * fvwm/colors.c (CopyColor):
4119 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4122 * fvwm/frame.c (frame_reshape_border):
4125 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4127 * fvwm/menustyle.c (menustyle_copy_face):
4128 separated from menustyle_copy; color copies are reallocated.
4132 color copies are reallocated.
4134 * fvwm/colors.c (CopyColor):
4135 * fvwm/colors.h (CopyColor):
4138 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4140 * fvwm/move_resize.c (__resize_window):
4141 fix for not being able to finish resize with mouse when resizing on
4142 click with modifiers active. (intruduced with 'removed duplicate
4143 pointer query' at sep 29)
4147 * fvwm/menustyle.c (menustyle_parse_style):
4148 made style pairs negatable with '!' prefix
4149 ActiveForeOff and HilightBackOff frees colors used.
4151 * fvwm/menustyle.c (menustyle_copy):
4152 fix for freeing color from sorce instead of destination.
4154 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4156 * fvwm/functions.c (__execute_function):
4157 fixed an error in yesterdays patch to complex fuctions. the commands
4158 pressed window were not retored correctly after running move functions
4159 without it, and functions would be run twice.
4161 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4164 added NoLayer to list of allowed options for WindowList command
4165 fixed grammar of test-conditions list. formatting fixes for
4166 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4170 * fvwm/functions.c (__execute_function)
4171 (__run_complex_function_items):
4172 (execute_complex_function):
4173 fix for moving/resizing reference window usage with complex functions.
4175 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4177 * fvwm/move_resize.c (__move_loop):
4178 reimplemented a fix for the place with keyboard setting a button as
4179 used for place bug; this time without breaking escape key.
4181 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4183 * fvwm/move_resize.c (__move_loop):
4184 removed the previous patch as it breaks aborting window motion with the
4187 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4189 * fvwm/move_resize.c (__move_loop):
4190 fixed bug where finishing movment with keyboard would set a random
4191 button as used for placement.
4193 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4196 * fvwm/frame.c (frame_setup_border):
4197 reverted change for move of window parts (reset of PressedW).
4199 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4201 * fvwm/frame.c (frame_setup_border):
4204 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4207 * fvwm/move_resize.c (__resize_window):
4208 removed duplicate pointer query for enter/leave notify events.
4209 resizing of shaded windows in the shaded direction no longer
4210 results in bogus ref points.
4212 * fvwm/frame.c (frame_setup_border):
4213 reset PressedW if the part has moved. This prevents strange
4214 ref points in resize if called from some complex functions.
4216 * fvwm/frame.c (frame_create_move_resize_args):
4217 shaded windows use get_client_geometry for client geometry.
4219 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4223 * fvwm/fvwm.h (window_flags):
4224 (WindowConditionMask):
4226 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4229 * fvwm/session.c (_match):
4232 * fvwm/conditional.c (MatchesConditionMask):
4233 (CreateConditionMask):
4234 * fvwm/add_window.c (setup_window_structure):
4235 * fvwm/move_resize.h (placement_binding):
4236 * fvwm/move_resize.c (__move_loop):
4237 (placement_binding):
4238 * fvwm/bindings.c (ParseBinding):
4239 * libs/wcontext.c (win_contexts):
4240 * libs/wcontext.h (enum):
4242 Added placement context for simple mouse bindings to allow
4243 specification of buttons to finish/cancel movment. Buttons >3
4244 may now be used to place windows.
4245 Replaced window flag placed_wb3 with placed_by_button
4246 FvwmWindow member. Added window condition PlacedByButton.
4248 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4252 * fvwm/menustyle.h (enum):
4256 (ST_SCROLL_OFF_PAGE):
4257 (MST_SCROLL_OFF_PAGE):
4258 * fvwm/menustyle.c (menustyle_copy):
4259 (menustyle_get_styleopt_index):
4260 (menustyle_parse_style):
4262 * fvwm/menus.c (menuShortcuts):
4264 (__mloop_handle_event):
4265 (menu_get_outer_geometry):
4268 added MouseWheel and ScrollOffPage menu styles
4270 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4273 * fvwm/menus.c (append_item_to_menu):
4274 fixed bug #1121: Use of pointer without checking for NULL
4276 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4279 * fvwm/expand.c (expand_vars):
4280 warn on usage of obsolete one-letter variables
4282 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4286 * fvwm/expand.c (expand_vars_extended):
4288 allow nesting of variables
4290 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4292 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4293 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4297 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4299 * fvwm/borders.c (border_draw_one_border_part)
4300 (border_draw_all_border_parts):
4301 fix the previous patch to work with title-less windows too
4303 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4305 * fvwm/borders.c (border_draw_one_border_part)
4306 (border_draw_all_border_parts):
4307 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4308 windows to make the borders look homogeneous (based on the patch of
4311 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4317 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4318 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4320 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4324 increased version to 2.5.15
4329 updated for 2.5.14 release
4331 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4332 (ewmh_WMStateSkipTaskBar):
4333 (ewmh_WMStateSkipPager):
4334 (ewmh_WMStateModal):
4335 fixed several ewmh-hints
4337 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4340 fix TestRc example error, s/Any/All/
4342 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4347 * fvwm/conditions.c (MatchesConditionMask):
4348 (CreateConditionMask):
4349 added FixedPosition condition
4351 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4353 * fvwm/virtual.c (HandlePaging):
4354 use FQueryPointer every time to track the pointer position; this fixes
4355 fvwm hanging in HandlePaging for the given delay once the pointer
4356 touches the pan frames
4358 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4360 * fvwm/session.c (SaveWindowStates):
4363 save and restore the default layer during a restart
4365 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4367 * fvwm/conditional.c (CMD_Test):
4369 rename previously added Test conditions to EnvIsSet and EnvMatch,
4370 tweak the logic when the variable is set, but empty
4372 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4374 * fvwm/conditional.c (CMD_Test):
4376 added test conditions EdgeHasPointer and EdgeIsActive
4378 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4380 * fvwm/virtual.c (raisePanFrames):
4381 prevent cycling of pan frame window stacking order
4383 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4385 * fvwm/conditional.c (CMD_Test):
4387 add Test conditions IsEnvSet and MatchEnv
4389 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4391 * fvwm/menus.c (pop_menu_up):
4392 * fvwm/menustyle.c (menustyle_copy):
4393 two fixes by Viktor Griph
4395 * fvwm/events.c (HandleEvents):
4396 simplify the style list if there is nothing else to do
4398 * fvwm/style.c (__simplify_style_list):
4399 (styles_have_same_id):
4400 (style_id_equals_id):
4401 (style_ids_are_equals):
4403 (remove_all_of_style_from_list):
4404 (one_fw_can_match_both_ids):
4405 pass pointers instead of the whole style structure
4406 (__simplify_style_list):
4407 fixed memory leak and tweaked the code
4409 * libs/Strings.c (CatString3):
4410 fixed a buffer overflow
4412 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4415 detect if Window, Pixel or void * are bigger than long and refuse to
4418 * libs/vpacket.h (ConfigWinPacket):
4419 * fvwm/windowshade.c (CMD_WindowShade):
4420 * fvwm/virtual.c (MoveViewport):
4423 (CMD_GotoDeskAndPage):
4424 * fvwm/update.c (apply_window_updates):
4425 * fvwm/stack.c (BroadcastRestack):
4428 * fvwm/icons.c (DeIconify):
4430 * fvwm/geometry.c (broadcast_icon_geometry):
4431 * fvwm/events.c (HandleEnterNotify):
4433 (HandleLeaveNotify):
4435 (HandleMapRequestKeepRaised):
4436 * fvwm/add_window.c (destroy_window):
4437 * fvwm/module_interface.c (SendFvwmPicture)
4438 (BroadcastFvwmPicture):
4439 (CMD_Send_WindowList):
4440 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4441 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4444 * fvwm/virtual.c (GetDeskNumber):
4445 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4446 around the given desk range with a relative desk
4448 * fvwm/focus.c (focus_grab_buttons_on_layer):
4454 reindented some code and renamed some variables
4456 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4458 * fvwm/events.c (__check_click_to_focus_or_raise):
4461 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4463 * FvwmIconMan/xmanager.c (set_win_iconified):
4464 fixed select/focus button state lost when deiconifying a window
4466 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4468 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4471 * libs/Colorset.c (get_aspect_dimensions):
4472 fixed aspectpixmap size calculations
4474 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4476 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4479 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4480 (ewmh_CurrentDesktop):
4481 (ewmh_DesktopGeometry):
4482 (ewmh_NumberOfDesktops):
4484 (ewmh_WMIconGeometry):
4485 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4486 print error messages for broken gnome client messages
4488 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4489 removed duplicate call of execute_function_override_window
4491 * fvwm/stack.c (new_layer):
4492 fixed a hang if a window sets an layer < 0 via gnome hints
4494 * fvwm/add_window.c (GetWindowSizeHints):
4495 * fvwm/misc.c (fvwm_msg_report_app):
4496 (fvwm_msg_report_app_and_workers):
4497 new utility functions
4499 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4501 * fvwm/stack.c (dump_stack_ring):
4502 (verify_stack_ring_consistency):
4503 * fvwm/module_interface.c (HandleModuleInput):
4504 * fvwm/events.c (__cr_detect_icccm_move):
4505 * fvwm/style.c (print_styles):
4508 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4510 * libs/FlocaleCharset.c:
4511 support euc-jp encodings (Yasuhiro Nakazaki)
4513 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4515 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4516 * fvwm/ewmh_names.c (EWMH_WMName):
4518 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4519 (EWMH_SetNumberOfDesktops):
4520 (EWMH_SetDesktopViewPort):
4521 (EWMH_SetDesktopGeometry):
4522 (EWMH_SetWMDesktop):
4524 (EWMH_SetFrameStrut):
4526 * fvwm/gnome.c (AtomGet):
4528 (GNOME_GetHintIcons):
4529 (GNOME_GetHintLayer):
4530 (GNOME_GetHintState):
4531 (GNOME_GetExpandedSize):
4532 (GNOME_SetAreaCount):
4533 (GNOME_SetCurrentArea):
4534 (GNOME_SetDeskCount):
4535 (GNOME_SetCurrentDesk):
4536 (GNOME_SetCurrentDesk):
4539 (CMD_GnomeShowDesks):
4543 * libs/fsm.c (GetClientID):
4544 (set_session_manager):
4545 * fvwm/session.c (GetClientID):
4546 * fvwm/fvwm.h (FvwmWindow):
4547 * fvwm/colorset.c (get_root_pixmap):
4548 * fvwm/add_window.c (FetchWmProtocols):
4549 * libs/FTips.c (__initialize_window):
4550 * fvwm/icccm2.c (convertProperty)
4551 (icccm2_handle_selection_request)
4552 * fvwm/fvwm.c (SetMWM_INFO):
4555 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4557 * fvwm/move_resize.c (GetOnePositionArgument):
4558 don't use the unportable fuction rintf()
4560 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4564 increased version to 2.5.14
4570 updated for 2.5.13 release
4572 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4574 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4575 fixed drawing of relief with very small rectangles, i.e. when
4576 line_width * 2 > height or width
4578 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4580 * NEWS: fvwm-menu-desktop changes.
4582 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4584 * fvwm/placement.c (get_next_x):
4585 fixed collision detection of windows on pages other than the current
4586 one during placement
4588 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4590 * fvwm/move_resize.c (__resize_window):
4591 Fixed interactive resize (reduction) via the bottom border
4596 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4600 Spelling fix contition -> condition
4602 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4604 * fvwm/style.c (style_ids_are_equals):
4605 (style_id_equals_id):
4606 (styles_have_same_id):
4607 (fw_match_style_id):
4608 (one_fw_can_match_both_ids):
4609 (cleanup_style_defaults):
4610 * libs/fsm.c (fprintfhex):
4612 * libs/FGettext.c (fgettext_free_fgpath_list):
4613 * libs/Parse.c (_get_suffixed_integer_arguments):
4614 * libs/Graphics.c (AllocNonlinearGradient):
4615 * libs/PictureUtils.c (build_mapping_table):
4621 * libs/FRenderInit.c:
4622 include own header file
4624 * libs/System.c (getFileStamp):
4625 * libs/Fft.c (FftPDumyFunc):
4626 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4629 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4631 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4634 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4636 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4638 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4640 * fvwm/conditional.c (Circulate):
4641 added tests for fw == Scr.FvwmRoot again to fix a crash
4643 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4645 * AUTHORS: New author, FvwmScript patch.
4647 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4649 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4650 * AUTHORS: s/Hover/Active/
4652 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4654 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4655 avoid dump with empty key/mouse binding command.
4656 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4657 Checked all other uses of PeekToken in fvwm dir.
4659 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4661 * fvwm/session.c (matchWin):
4663 On restarts compare window ids only. Base our matching decision on
4664 window role only if we have a client id.
4666 * fvwm/move_resize.c (GetOnePositionArgument):
4667 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4668 float values to nearest int
4670 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4673 * fvwm/move_resize.c (CMD_Maximize):
4674 Applied Arnaud Vrac patch which fixes maximize by growing vs
4677 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4679 * fvwm/builtins.c (do_button_style):
4680 ButtonStyle Reset takes effect immediately
4682 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4684 * fvwm/fvwm.1.in: lang check.
4686 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4689 Really commit EWMHUseStackingOrderHints documentation update
4691 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4694 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4697 FvwmIconMan new options
4699 * libs/FTips.c (new file):
4700 * libs/FTips.h (new file):
4703 Added a set of functions for implementing tool tips
4705 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4707 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4709 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4711 * fvwm/menus.c (__mloop_get_event):
4712 * fvwm/functions.c (execute_complex_function):
4713 * fvwm/add_window.c (AddWindow):
4714 * fvwm/module_interface.c (ExecuteModuleCommand):
4715 * fvwm/move_resize.c (__move_loop):
4717 properly set the "state" member of faked motion and key events;
4718 fixes broken "nosnap" feature
4720 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4722 * fvwm/bindings.c (ParseBinding):
4724 * libs/Bindings.c (bindingAppliesToWindow):
4725 (__compare_binding):
4726 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4727 * fvwm/builtins.c (CMD_Wait):
4729 * fvwm/events.c (__handle_bpress_on_root):
4730 (HandleButtonRelease):
4731 fixed crash in window specific binding code
4732 fixed handling of root window in window specific binding code
4733 renamed some functions
4735 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4737 * fvwm/focus.c (__update_windowlist):
4738 replaced while loop by for loop
4740 * fvwm/style.c (style_destroy_style):
4741 * fvwm/conditional.c (Circulate):
4742 removed useless check whether fw == &Scr.FvwmRoot
4744 * fvwm/icons.c (DeIconify):
4745 defused possible endless loop when a window iconified by the
4746 transientfor window loses the "transient" relationship
4748 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4750 * fvwm/move_resize.c (__move_loop):
4752 fixed overwriting the initial button_mask during move/resize
4754 * fvwm/menus.c (__mloop_handle_action_with_mi):
4755 do not "post" a submenu menu item it the submenu does not exist
4757 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4759 * fvwm/events.c (__handle_bpress_on_managed):
4760 do not draw the decorations pressed in if executing a function is
4763 * libs/Parse.c (CopyToken):
4764 fixed parsing of delimiters
4766 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4768 * fvwm/virtual.c (GetDeskNumber):
4769 fixed MoveToDesk without argument
4771 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4774 re-formatted and some spelling corrections
4776 * fvwm/colorset.c (CMD_CleanupColorsets):
4778 * fvwm/builtins.c (CMD_Colorset):
4779 (CMD_CleanupColorsets):
4780 moved functions to colorset.c
4782 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4784 * libs/Parse.c (CopyToken):
4785 skip any whitespace before a delimiter; this allows to have spaces
4786 before the commas in an option list
4788 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4790 * fvwm/frame.c (frame_reshape_border):
4791 re-shaping shaded windows no longer unshades them
4792 re-shaping unshaded windows on pages other than 0 0 no longer moves
4793 them out of the current page
4795 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4797 * fvwm/events.c (__cr_detect_icccm_move):
4798 * fvwm/screen.h (ScreenInfo):
4799 * fvwm/builtins.c (CMD_BugOpts):
4800 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4802 * fvwm/move_resize.c (__move_loop):
4804 query the pointer position in the move loop when an
4805 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4809 increased version to 2.5.13
4815 updated for 2.5.12 release
4817 * fvwm/frame.c (frame_create_move_resize_args):
4818 fixed xemacs growing or shrinking when title height changed; this was
4819 caused by calculating the old client window geometry using the new
4820 title dimensions; query the window size instead
4822 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4824 * fvwm/events.c (test_map_request):
4825 (test_button_event):
4826 (test_typed_window_event):
4827 (test_resizing_event):
4828 (__predicate_button_click):
4829 (__merge_cr_moveresize):
4830 (HandleUnmapNotify):
4831 (flush_property_notify):
4832 (is_resizing_event_pending):
4833 (__test_for_motion):
4834 use type XPointer for last argument of predicate procedures for
4835 XCheckPeekIfEvent and XCheckIfEvent, not char *
4836 (HandleUnmapNotify):
4839 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4841 * fvwm/window_flags.h:
4842 removed useless and broken SETM_ macros
4844 * fvwm/update.c (init_style):
4845 fixed resetting user states
4847 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4849 * libs/envvar.c (add_to_envlist):
4852 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4854 * fvwm/builtins.c (CMD_UnsetEnv):
4857 * libs/envvar.c (flib_unsetenv):
4861 split in ftwo functions
4864 check for unsetenv function
4866 * fvwm/builtins.c (CMD_SetEnv):
4867 assume an empty value if no value is given
4869 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
4878 * perllib/FVWM/Commands.pm:
4879 new command EdgeLeaveCommand
4881 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4888 increased version to 2.5.12
4893 updated for 2.5.11 release
4895 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4897 * fvwm/geometry.c (get_page_offset):
4898 (get_page_offset_rectangle):
4899 (get_absolute_geometry):
4902 * fvwm/virtual.c (CMD_GotoPage):
4903 * fvwm/move_resize.c (__move_window):
4904 * fvwm/virtual.c (CMD_GotoPage):
4905 (get_page_arguments):
4906 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4909 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4911 * libs/Flocale.c (FlocaleGetNameProperty):
4912 fixed freeing uninitialized pointer
4914 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4916 * fvwm/conditional.c (select_cmd):
4920 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4921 WindowId and Direction commands; fixes break from these commands
4923 * fvwm/geometry.c (get_shaded_geometry):
4924 shading geometry fix for windows without decoration
4926 * libs/FScreen.c (XineramaQueryExtension):
4927 fixed xinerama crash
4929 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
4932 Parse man pages with config.status so man pages have correct date.
4933 Man pages also specify FVWM version that they relate to.
4936 * bin/fvwm-config.1:
4937 * bin/fvwm-convert-2.2.1:
4938 * bin/fvwm-convert-2.4.1:
4939 * bin/fvwm-convert-2.6.1:
4940 * bin/fvwm-menu-desktop.1:
4942 * modules/FvwmAnimate/FvwmAnimate.1:
4943 * modules/FvwmAuto/FvwmAuto.1:
4944 * modules/FvwmBacker/FvwmBacker.1:
4945 * modules/FvwmBanner/FvwmBanner.1:
4946 * modules/FvwmButtons/FvwmButtons.1:
4947 * modules/FvwmCommand/FvwmCommand.1:
4948 * modules/FvwmConsole/FvwmConsole.1:
4949 * modules/FvwmConsole/FvwmConsoleC.pl.1:
4950 * modules/FvwmCpp/FvwmCpp.1:
4951 * modules/FvwmDragWell/FvwmDragWell.1:
4952 * modules/FvwmEvent/FvwmEvent.1:
4953 * modules/FvwmForm/FvwmForm.1:
4954 * modules/FvwmGtk/FvwmGtk.1:
4955 * modules/FvwmIconBox/FvwmIconBox.1:
4956 * modules/FvwmIconMan/FvwmIconMan.1:
4957 * modules/FvwmIdent/FvwmIdent.1:
4958 * modules/FvwmM4/FvwmM4.1:
4959 * modules/FvwmPager/FvwmPager.1:
4960 * modules/FvwmProxy/FvwmProxy.1:
4961 * modules/FvwmRearrange/FvwmRearrange.1:
4962 * modules/FvwmSave/FvwmSave.1:
4963 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
4964 * modules/FvwmScript/FvwmScript.1:
4965 * modules/FvwmScroll/FvwmScroll.1:
4966 * modules/FvwmTaskBar/FvwmTaskBar.1:
4967 * modules/FvwmTheme/FvwmTheme.1:
4968 * modules/FvwmWharf/FvwmWharf.1:
4969 * modules/FvwmWinList/FvwmWinList.1:
4970 These man pages were renamed to have a .in suffix.
4971 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
4973 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4975 * fvwm/placement.c (__place_window):
4976 fixed starting desk output with bugopts explainwindowplacement
4978 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
4980 * fvwm/eventhandler.h:
4981 * fvwm/events.c (InitEventHandlerJumpTable):
4985 Fixed window specific bindings "patch" by sending key release event
4988 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4992 * fvwm/move_resize.c:
4996 * fvwm/decorations.c:
5000 * fvwm/add_window.c:
5003 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5004 it with NUMBER_OF_MOUSE_BUTTONS
5006 * fvwm/style.c (style_parse_focus_policy_style):
5007 * fvwm/focus_policy.h:
5008 * libs/Bindings.c (GrabWindowButton):
5009 * fvwm/bindings.c (bind_get_bound_button_contexts):
5011 * fvwm/events.c (WaitForButtonsUp):
5012 * fvwm/style.c (style_parse_focus_policy_style):
5013 * fvwm/builtins.c (__fake_event):
5014 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5015 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5017 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5020 put -Wall -Wno-implicit-int before user specified flags
5023 Applied below patch again. It didn't make it to CVS (?)
5025 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5027 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5029 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5032 cleaned up ifdef hell
5035 fixed solaris xinerama test
5037 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5041 * libs/FScreen.c (solaris_XineramaQueryScreens):
5042 Solaris Xinerama support.
5045 Patch by Chris Ross.
5047 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5049 * fvwm/events.c (__handle_cr_on_client):
5050 don't reevaluate window geometry when a ConfigureRequest has no size or
5053 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5055 * fvwm/menus.c (get_menu_options):
5057 new menu option TearOffImmediately
5059 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5061 * fvwm/placement.c (__place_get_wm_pos):
5062 cascade placemnt fix by Paul Vojta
5064 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5066 * fvwm/geometry.c (constrain_size):
5067 Don't touch the aspect ratio if modifying the width/height does not
5068 improve the situation
5070 * fvwm/frame.c (frame_free_move_resize_args):
5071 (__frame_setup_window):
5072 (frame_update_hidden_window_pos):
5073 (frame_mrs_resize_move_windows):
5074 (frame_create_move_resize_args):
5075 * fvwm/move_resize.c (__resize_window):
5076 some event handling fixes
5078 * fvwm/geometry.c (constrain_size):
5079 look up the latest size hints if necessary
5081 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5083 * fvwm/geometry.c (constrain_size):
5084 * fvwm/ewmh.c (EWMH_fullscreen):
5085 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5086 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5087 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5088 * fvwm/fvwm.h (window_flags_t):
5089 allow windows to override their size hints when going fullscreen:
5090 minimum and maximum size, size inc, aspect ratio, etc.
5092 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5094 * fvwm/decorations.c (struct):
5095 MWM hints on 64 bit machines fix
5097 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5099 * fvwm/fvwm.1.in (Note):
5100 * fvwm/read.c (CMD_Read):
5102 the Read and PipeRead commands have a return code
5104 * fvwm/read.c (run_command_stream):
5109 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5111 * fvwm/move_resize.c (GetResizeArguments):
5113 fixed parsing of the frame option to the resize command and the pointer
5114 option to the move command
5116 * fvwm/conditional.c (CMD_None):
5117 Fixed CMD_None return code
5119 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5121 * fvwm/stack.c (is_above_unmanaged):
5122 windows on other Desks are always considered on top
5124 * fvwm/conditional.c (CreateConditionMask):
5125 (MatchesConditionMask):
5126 * fvwm/fvwm.h (WindowConditionMask):
5127 new condition Overlapped
5130 inproved strings.h / sring.h iclusion logic
5132 * libs/PictureUtils.c (finish_ct_init):
5133 (PictureInitColors):
5134 use flib_putenv instead of putenv
5136 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5139 * libs/gravity.h (enum):
5140 * libs/wcontext.h (enum):
5143 * fvwm/fvwm.c (StartupStuff):
5144 do not ungrab the pointer while the startup functions execute
5146 ungrab the pointer only after executing the RestartFunction or
5147 ExitFunciton. Otherwise these functions may not be executed if some
5148 other application grabs the pointer.
5151 * fvwm/conditional.c (CreateConditionMask):
5152 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5153 new condition AnyScreen
5156 * fvwm/builtins.c (__fake_event):
5157 * fvwm/bindings.c (ParseBinding):
5158 removed C++ comments
5160 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5163 New options for FvwmButtons module.
5165 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5168 use commas between conditions
5170 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5172 * fvwm/builtins.c (CMD_Wait):
5173 ignore MapNotify reported to any window except the root window
5175 * fvwm/module_interface.c (CONFIGARGS):
5176 correct number of CONFIGARGS arguments
5178 * libs/vpacket.h (ConfigWinPacket):
5179 frame_x and frame_y are signed
5181 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5183 * fvwm/conditional.c:
5187 Committed patch by Norman Yarvin (with a few minor mods) to extend
5188 conditionals to handle multiple window names.
5190 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5192 * fvwm/module_interface.c (CONFIGARGS):
5193 * libs/vpacket.h (ConfigWinPacket):
5194 put window_flags at end of structure
5196 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5198 * fvwm/module_interface.c (CONFIGARGS):
5203 removed old module interface
5206 * libs/vpacket.h (ConfigWinPacket):
5209 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5211 * fvwm/execcontext.c (__exc_change_context):
5212 fixed handling of etrigger event, fixing a problem with PropertyNotify
5213 events during resizing and possibly other problems too
5215 * fvwm/add_window.c (RestoreWithdrawnLocation):
5216 fixed travelling windows if application changed gravity hint before
5219 * fvwm/frame.c (combine_decor_gravities):
5220 (combine_gravities):
5222 (frame_restore_client_gravities):
5223 fixed window gravity after resize
5225 * libs/FEvent.c (FPeekEvent):
5227 (FCheckPeekIfEvent):
5228 fixed some event handling bugs
5230 * fvwm/conditional.c (CMD_Test):
5232 corrected use of Bool types
5234 simplified, fixed compilation
5236 use int as return type
5238 * libs/Ficonv.c (convert_charsets):
5241 * libs/Ficonv.c (convert_charsets):
5242 * acinclude.m4 (ICONV_SECOND_ARG):
5243 rewrote iconf configure test to save an ifdef
5245 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5251 Allow user to specify window-specific bindings that should NOT be
5252 intercepted by FVWM. This is accomplished with an '--' binding action.
5254 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5256 * fvwm/move_resize.c (__resize_window):
5257 Fixed event handling
5259 * fvwm/virtual.c (HandlePaging):
5260 removed check for leave events on pan frames; better query the pointer
5263 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5266 * fvwm/conditional.c:
5267 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5269 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5271 * fvwm/move_resize.c (GetResizeArguments):
5272 (GetResizeMoveArguments):
5275 (__resize_get_refpos):
5276 (__resize_get_dir_proximity):
5277 (__resize_get_dir_from_window):
5278 implemented fluxbox-like Alt-Button3 resizing
5280 * fvwm/virtual.c (HandlePaging):
5281 * fvwm/events.c (__merge_cr_moveresize):
5282 (__test_for_motion):
5283 (flush_property_notify):
5284 do not use XPutBackEvent as it shuffles events on the queue
5285 (test_button_event):
5286 (test_typed_window_event):
5289 * libs/FEvent.c (fev_get_evpos_or_query):
5290 take pointer position from EnterNotify and LeaveNotify events
5292 * fvwm/move_resize.c (__move_loop):
5293 fixed multiple paging with certain SnapGrid / Move interactions
5296 * fvwm/virtual.c (HandlePaging):
5297 Workaround for buggy XFree not delivering some Pointer events
5300 * fvwm/virtual.c (MoveViewport):
5301 don't eat MotionNotify events
5303 * libs/FEvent.c (fev_get_last_event):
5312 (FCheckWindowEvent):
5313 (FCheckTypedWindowEvent):
5317 keep a copy of the previous event in case FPutBackEvent is called
5319 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5322 Indicate optional window argument in section headings for
5323 Key, Mouse, PointerKey & Stroke commands.
5324 Remove strange "-Key" option listed for PointerKey.
5326 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5328 * libs/Fft.c (FftDrawString):
5329 * fvwm/session.c (get_version_string):
5330 * fvwm/module_interface.c (FlushMessageQueue):
5331 * fvwm/fvwm.c (SaveDesktopState):
5333 * fvwm/colorset.c (cleanup_colorsets):
5334 * libs/PictureUtils.c (struct):
5335 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5337 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5339 * fvwm/events.c (__cr_detect_icccm_move):
5340 windows with ewmh hints are assumed to use icccm2 compliant movement
5342 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5343 (ewmh_WMStateMaxHoriz):
5344 fixed restart/maximized problem
5346 * libs/fvwmsignal.c (fvwmReapChildren):
5347 * fvwm/fvwm.c (ReapChildren):
5348 moved function to lib
5350 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5352 * fvwm/modconf.c (send_desktop_geometry):
5355 (send_move_threshold):
5356 (send_ignore_modifiers):
5357 increased static buffer size
5359 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5361 * libs/CombineChars.c (convert_to_ucs2):
5362 Replace illegal UTF-8 character sequences in input
5364 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5367 bugfix: wrong stroke action being invoked.
5369 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5374 Active _last_ matching binding. (ie. same behaviour as before
5375 win-specific bindings patch.)
5376 bugfix: segfault when looking up stroke bindings in root context.
5378 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5384 * fvwm/module_interface.c:
5387 * modules/FvwmScript/FvwmScript.c:
5388 * modules/FvwmScript/Instructions.c:
5389 Implemented window-specific key/mouse bindings.
5391 * modules/FvwmIconBox/FvwmIconBox.h:
5395 Make args to matchWildcards() const.
5397 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5399 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5401 * fvwm/ewmh.c (EWMH_fullscreen):
5404 * fvwm/add_window.c (AddWindow):
5405 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5407 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5408 (ewmh_WMStateMaxVert):
5409 (ewmh_WMStateShaded):
5410 (ewmh_WMStateSticky):
5411 (ewmh_WMStateStaysOnBottom):
5414 don't try to maximize window when looking up the style
5416 (ewmh_WMStateFullScreen):
5417 (ewmh_WMStateHidden):
5418 (ewmh_WMStateMaxVert):
5419 (ewmh_WMStateModal):
5420 (ewmh_WMStateShaded):
5421 (ewmh_WMStateSkipPager):
5422 (ewmh_WMStateSticky):
5423 (ewmh_WMStateStaysOnBottom):
5424 fixed ignoring ewmh hints
5426 * fvwm/expand.c (expand_vars_extended):
5427 include full path in iconfile and miniiconfile variables
5429 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5431 * fvwm/functions.c (execute_complex_function):
5433 fixed double click patch
5435 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5437 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5438 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5440 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5442 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5445 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5447 * libs/FImage.c (FShmSafeCreateImage):
5448 Yet another fix to SHM remote client problem
5450 2004-05-26 Francis Litterio <franl@world.std.com>
5454 * fvwm/placement.c (__place_get_wm_pos)
5455 * fvwm/style.c (style_parse_one_style_option)
5456 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5458 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5460 * fvwm/events.c (HandleEnterNotify):
5461 fixed endless loop of edge commands when doing something that grabs
5464 * fvwm/functions.c (CheckActionType):
5465 (execute_complex_function):
5466 double clicks no longer work when pressing different buttons
5468 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5470 * fvwm/placement.c (__place_get_wm_pos):
5471 fixed placement in top left corner when pressing escape during manual
5474 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5478 added Chinese translations
5480 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5482 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5485 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5487 * fvwm/conditional.c:
5489 clean up Test code and documentation, add new False condition,
5490 unrecognized conditions produce Error return code now
5492 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5494 * fvwm/style.c: Remove extra char.
5496 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5498 * fvwm/ewmh.c (ewmh_atom_client_win):
5499 * fvwm/ewmh_intern.h:
5500 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5501 (ewmh_MoveResizeWindow):
5502 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5504 * fvwm/events.c (__handle_cr_on_client):
5505 (__handle_configure_request):
5506 (events_handle_configure_request):
5507 Some renaming for consistency, force restacking if the event come from
5510 * fvwm/ewmh_events.c (ewmh_MoveResize):
5511 Fixed _NET_WM_MOVERESIZE
5513 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5516 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5517 (EWMH_SetFrameStrut):
5518 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5520 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5522 * libs/FImage.c (FShmSafeCreateImage):
5523 Finished to fix SHM remote client problem
5525 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5527 * libs/FImage.c (FShmSafeCreateImage):
5528 Fixed when we are a remote client
5530 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5541 new default ~/.fvwm/config file is now recommended instead of
5542 still supported ~/.fvwm/.fvwm2rc
5544 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5546 * fvwm/menus.c (NewMenuRoot):
5547 do not strip whitespace from menu names when creating a new menu
5549 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5551 * fvwm/menuitem.c (menuitem_get_size):
5553 renamed remaining "mips" to mipst
5555 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5557 * fvwm/events.c (HandleMapRequestKeepRaised):
5558 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5559 Fixed EWMH DesktopGeometry and Stacking list
5561 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5563 * fvwm/virtual.c (GetDeskNumber):
5566 fixed MoveToDesk with one argument
5568 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5570 * fvwm/style.c (style_parse_one_style_option):
5572 * fvwm/conditional.c (MatchesConditionMask):
5574 * fvwm/window_flags.h:
5577 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5582 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5584 * fvwm/move_resize.c (unmaximize_fvwm_window):
5585 fixed redrawing of maximize button when unmaximizing but when the size
5586 and position does not change
5588 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5590 * fvwm/expand.c (expand_vars_extended):
5591 new extended variable $[w.layer]
5593 * fvwm/move_resize.c (MaximizeHeight):
5596 applied modified layer patch for maximize by Rafal Bisingier
5598 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5600 * fvwm/add_window.c (setup_frame_attributes):
5601 Hopefully fixed BackingStore code and removed now useless backing store
5604 * fvwm/expand.c (expand_vars_extended):
5605 new extended variable $[w.desk]
5607 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5611 increased version to 2.5.11
5616 updated for 2.5.10 release
5618 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5619 improved rotation code
5621 * libs/gravity.c (gravity_add_rotations):
5624 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5626 * fvwm/placement.c (__explain_placement):
5629 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5632 * fvwm/builtins.c (CMD_BugOpts):
5633 * fvwm/screen.h (ScreenInfo):
5634 new BugOpts option ExplainWindowPlacement
5635 renamed some members of Screen
5637 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5639 * fvwm/placement.c (__place_get_wm_pos):
5640 (__place_get_nowm_pos):
5641 (__place_get_placement_flags):
5643 (__place_handle_x_resources):
5644 (setup_window_placement):
5645 split into multiple functions
5648 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5650 * fvwm/add_window.c (setup_window_placement):
5651 * fvwm/placement.c (setup_window_placement):
5652 moved function to placement.c
5653 fixed using PLACE_AGAIN placement mode
5658 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5660 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5661 allow a negative line_width to invert the relief
5663 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5665 * libs/Flocale.c (FlocaleDrawString)
5666 (FlocaleDrawUnderline)
5668 reduced redundant calls to iconv
5670 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5672 * fvwm/move_resize.c (CMD_XorValue):
5673 fixed a very small outline drawing problem caused by using 0 line width
5678 increased version to 2.5.10
5682 updated for 2.5.9 release
5684 * fvwm/functions.c (execute_function_override_window):
5685 * fvwm/module_interface.c (ExecuteModuleCommand):
5686 * fvwm/conditional.c (circulate_cmd):
5687 sometimes, DeferExecution was called although a window was already
5688 selected, for example with the "Current" commend; fixed
5690 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5692 * libs/FImage.c (FShmSafeCreateImage):
5693 Fixed some safety tests
5695 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5697 * fvwm/events.c (__handle_cr_on_client):
5698 fixed a bug in the Jave configure request workaround
5700 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5702 * fvwm/events.c (__cr_detect_icccm_move):
5703 improved motion method detection for fullscreen requests
5705 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5707 * fvwm/add_window.c (AddWindow):
5708 * fvwm/screen.h (ScreenInfo):
5709 * fvwm/builtins.c (CMD_BugOpts):
5710 new BugOpts option DisplayNewWindowNames intended for debugging
5712 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5714 * libs/Bindings.c (FvwmStringToKeysym):
5715 small performance enhancement
5717 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5719 fixed the FlickeringMoveWorkaround option which did nothing before
5721 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5723 * fvwm/style.c (style_parse_one_style_option):
5725 * fvwm/style.h (SIS_UNMANAGED):
5726 * fvwm/add_window.c (AddWindow):
5729 * fvwm/expand.c (expand_vars_extended):
5730 new variables $[w.iconfile] and $[w.miniiconfile]
5732 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5733 made left side of a relief one pixel longer at the bottom
5735 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5737 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5738 * fvwm/style.c (style_set_old_focus_policy):
5739 fixed default window list order with ClickToFocus
5741 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5743 * fvwm/libs/Flocale.h:
5744 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5745 (FlocaleStringByteToCharOffset)
5746 (FlocaleStringCharToByteOffset)
5747 (FlocaleStringCharLength):
5748 Made utility functions available outside of Flocale
5750 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5752 * fvwm/events.c (__test_for_motion):
5753 Fixed a lockup, see the long comment in the code
5755 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5757 * fvwm/schedule.c (execute_obj_func):
5758 fixed using uninitialised return code
5760 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5762 * fvwm/builtins.c (do_title_style):
5763 Fixed MinHeight, it must reset the Height
5765 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5767 * fvwm/menus.c (menuShortcuts):
5768 applied menu navigation patch by Anton Kazennikov
5770 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5772 * libs/gravity.c (gravity_dir_to_string):
5773 (gravity_parse_dir_argument):
5774 use a constant for the dir table
5776 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5778 * fvwm/Flocale.c (FlocaleEncodeString)
5779 (FlocaleDrawUnderline):
5780 Fixed crash when there's no Iconv support
5782 2003-12-16 olicha <olivier.chapuis@free.fr>
5785 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5787 * sample.fvwmrc/system.fvwm2rc-sample-95:
5788 Added some Xft fonts
5790 2003-12-12 olicha <olivier.chapuis@free.fr>
5792 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5793 Fixed ewmh FullScreen when an application start fullscreen and
5794 desactivate this state
5796 2003-12-04 olicha <olivier.chapuis@free.fr>
5798 * fvwm/placement.c (test_fit):
5800 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5801 (EWMH_GetBaseStrutIntersection):
5802 (EWMH_GetStrutIntersection):
5803 Fixed placement vs the base struts
5805 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5807 * sample.fvwmrc/system.fvwm2rc-sample-95:
5808 improved Debian specific menu
5810 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5812 * sample.fvwmrc/system.fvwm2rc-sample-95:
5813 several updates; added Debian menu if found
5815 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5818 new configure option --en/disable-iconv
5820 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5822 * fvwm/menus.c (__mloop_handle_event):
5823 * fvwm/menustyle.c (menustyle_parse_style):
5825 new MenuStyle options PopupIgnore and PopupClose
5827 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5829 * fvwm/menus.c (menu_binding): Remove debug code.
5830 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5831 * fvwm/menus.h: Add menu_binding function.
5832 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5834 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5836 * libs/wcontext.h (enum): Add MENU context.
5837 * libs/wcontext.c (win_contexts): More common binding contexts first in
5839 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5842 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5846 increase version to 2.5.9
5848 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5855 updated for 2.5.8 release
5857 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5861 initially added files for deb package auto-creating procedure
5863 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5867 added Swedish translations by Johan Svedberg
5872 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5874 * fvwm/add_window.c (GetWindowSizeHints):
5875 reindented broken hint messages
5877 2003-10-23 Mikhael Goikhman <migo@homemail.com>
5880 improved Perl detection messages,
5881 restored FvwmGtkDebug independence from gtk libs
5883 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5887 added German translations by Andrei Mitrofanow
5892 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5897 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5900 * fvwm/conditional.c (CreateConditionMask):
5901 (MatchesConditionMask):
5902 (CreateConditionMask):
5903 * fvwm/fvwm.h (WindowConditionMask):
5904 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5906 2003-09-23 olicha <olivier.chapuis@free.fr>
5908 * libs/FImage.c (FShmInit):
5911 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5913 * fvwm/focus.c (warp_to_fvwm_window):
5914 don't unnecessarily call MoveViewport
5916 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5918 * fvwm/decorations.c (__is_resize_allowed):
5921 2003-09-06 malu <ml@update.uu.se>
5923 * libs/FBidi.c (FBidiConvert):
5924 * libs/CombineChars.c (CombineChars):
5925 Fixed drawing combining characters on correct positions in
5926 right-to-left context
5928 2003-09-05 malu <ml@update.uu.se>
5930 * libs/Flocale.c (FlocaleDrawString):
5932 Fixed drawing of combining characters with font shadow
5933 (character offsets were miscalculated, since FlocaleTextWidth
5936 2003-09-05 malu <ml@update.uu.se>
5938 * libs/Flocale.c (FlocaleDrawUnderline):
5939 Fixed bug with text width when a string contains only
5940 "orphaned" combining characters (compensation for font shadowd
5943 2003-09-04 olicha <olivier.chapuis@free.fr>
5946 Added E.18, added comments on C.9 and C.15
5948 2003-09-03 olicha <olivier.chapuis@free.fr>
5950 * libs/Flocale.c (FlocaleTextWidth):
5951 Fixed a comb_char core dump
5954 Fixed compilation if either iconv, libpng or Xrender headers are
5955 not at a standard place
5957 2003-09-03 Mikhael Goikhman <migo@homemail.com>
5960 fixed error message for incorrect --with-SOMETHING-library argument
5962 2003-09-03 olicha <olivier.chapuis@free.fr>
5965 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
5967 2003-09-02 olicha <olivier.chapuis@free.fr>
5972 2003-09-01 olicha <olivier.chapuis@free.fr>
5974 * libs/gravity.c (gravity_dir_to_string):
5975 A new interface function to transform a direction_t to a string
5977 2003-08-31 S. Anderson <sa@xmission.com>
5979 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
5980 Fixed missing font charsets
5982 2003-08-28 olicha <olivier.chapuis@free.fr>
5984 * fvwm/move_resize.c (__move_loop):
5985 (AnimatedMoveAnyWindow):
5986 Updated bg of transparent tear off menu when moved
5988 * fvwm/events.c (HandlePropertyNotify):
5989 Updated ParentRelative tear off menu on bg change
5991 * fvwm/menus.c (UpdateMenuColorset):
5992 Updated colorsets of tear off menu when they change, this handle the
5993 case of root background change for RootTransparent
5996 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
5997 An utility function for redrawing transparent tear off menu. Maybe
6000 * fvwm/add_window.c (validate_transientfor):
6001 Fixed transient for an ewmh desktop
6003 2003-08-27 olicha <olivier.chapuis@free.fr>
6005 * libs/FRender.c (FRenderRender):
6006 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6007 Removed and fixed some unused code
6009 2003-08-25 olicha <olivier.chapuis@free.fr>
6011 * fvwm/misc.c (GrabEm):
6012 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6014 * fvwm/modconf.c (send_color_limit):
6015 ifndefed color limit config info message which is not used anymore
6017 * fvwm/colorset.c (parse_colorset):
6018 Added a note on average bg
6020 2003-08-23 olicha <olivier.chapuis@free.fr>
6022 * fvwm/style.c (print_styles):
6023 More info on memory used
6025 * fvwm/style.c (__simplify_style_list):
6026 Fixed upward simplication
6028 2003-08-14 olicha <olivier.chapuis@free.fr>
6030 * fvwm/ewmh.c (ewmh_HandleMenu):
6031 Fixed the MENU window type, they are tear off menus
6034 * fvwm/update.c (apply_window_updates):
6035 * fvwm/stack.c (new_layer):
6036 * fvwm/ewmh.c (EWMH_GetStyle):
6037 Fixed EWMHUseStackingHints update
6039 * fvwm/window_flags.h:
6041 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6042 (ewmh_WMStateMaxHoriz):
6043 (ewmh_WMStateMaxVert):
6044 * fvwm/move_resize.c (unmaximize_fvwm_window):
6045 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6046 uniconify and unshade when putting a window fullscreen
6048 * fvwm/ewmh_intern.h:
6049 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6050 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6052 * fvwm/move_resize.c (unmaximize_fvwm_window):
6055 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6056 * fvwm/decorations.c (SelectDecor):
6057 * fvwm/windowshade.c (CMD_WindowShade):
6058 Removed the decor for EWMH fullscreen windows, forbid shading and
6059 allows Resize and MoveResize without unsetting the fullscreen/maximized
6062 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6063 (CMD_ResizeMaximize):
6064 Fixed ewmh state which was not set after these cmds
6066 2003-08-09 olicha <olivier.chapuis@free.fr>
6071 2003-08-08 olicha <olivier.chapuis@free.fr>
6073 * fvwm/borders.c (border_draw_vector_to_pixmap):
6074 Fixed inversion of fg and bg in vector buttons
6076 * fvwm/style.c (__simplify_style_list):
6079 * libs/System.c (fvwm_mkstemp):
6082 2003-08-07 olicha <olivier.chapuis@free.fr>
6085 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6087 * libs/System.c (fvwm_mkstemp):
6089 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6090 exists and work correctly, if not a replacement function is used
6091 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6094 * libs/fsm.c (unique_filename):
6095 (SetAuthentication):
6096 * fvwm/session.c (getUniqueStateFilename):
6097 Replaced tempnam by fvwm_mkstemp
6099 2003-08-07 olicha <olivier.chapuis@free.fr>
6102 * libs/FSMlib.h (new file):
6103 * fvwm/session.c (*):
6105 fvwmize SMlib and ICElib
6107 * fvwm/session.c (matchWin):
6108 Fixed window matching for windows with no SM_CLIENT_ID and a
6111 * libs/fsm.c (new file):
6112 * libs/fsm.h (new file):
6113 * fvwm/ConfigFvwmDefaults
6114 A set of functions for implementing a dummy session manager
6117 GNOME 1 hints and EWHM support is not a configure time option
6120 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6122 * fvwm/add_window.c (AddWindow):
6123 fixed stickyness across desks over a restart
6125 2003-08-06 olicha <olivier.chapuis@free.fr>
6127 * fvwm/ewmh.c (EWMH_WindowInit):
6128 (EWMH_SetFrameStrut):
6129 Fixed position of kde tray windows in kicker
6131 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6133 * fvwm/module_interface.c (FlushMessageQueue):
6134 retry writing pipe if write returns EINTR
6136 2003-07-28 olicha <olivier.chapuis@free.fr>
6138 * fvwm/events.c (events_handle_configure_request):
6139 (HandleConfigureRequest):
6140 (__handle_configure_request):
6141 (__handle_cr_on_client):
6142 * fvwm/ewmh.c (ewmh_atom_client_win):
6143 * fvwm/ewmh_intern.h:
6144 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6145 (EWMH_ProcessClientMessage):
6146 Implemented _NET_MOVERESIZE_WINDOW
6148 * fvwm/fvwm.c (main):
6151 2003-07-25 olicha <olivier.chapuis@free.fr>
6153 * fvwm/ewmh.c (ewmh_HandleWindowType):
6154 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6155 that one type and we do not support the first one.
6157 * fvwm/expand.c (expand_vars_extended):
6158 Fixed conflict between extended variables name (desk.name and
6161 * fvwm/session.c (callback_save_yourself):
6162 Respect the SmSaveGlobal save type. This should fix some session
6163 locking in the sm protocol
6165 * fvwm/session.c (setSmProperties):
6167 Set some sm properties when fvwm start for fixing a problem with
6168 the restart style hint after a restart.
6170 * fvwm/fvwm.c (get_display_name):
6173 * fvwm/session.c (setSmProperties):
6175 Added a possible positive or null arg to --single-screen which
6176 forces fvwm to start on the "current" display and the given
6177 screen. Use this to fix fvwm starting under a session manager:
6178 specify only the screen and not the display.screen for the
6181 * fvwm/fvwm.c (main):
6182 Fixed possible memory corruption if a display has more than
6185 * fvwm/session.c (*):
6188 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6191 fixed xft/fontconfig detection with pkg-config
6194 corrections in some long option names
6196 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6198 * fvwm/add_window.c (setup_style_and_decor):
6199 * fvwm/geometry.c (set_window_border_size):
6200 * fvwm/fvwm.h (FvwmWindow):
6201 * fvwm/events.c (HandleShapeNotify):
6202 * fvwm/frame.c (frame_free_move_resize_args):
6203 (frame_setup_shape):
6204 (frame_reshape_border):
6205 fixed resizing of window borders if a window shape was added or deleted
6206 after the initial window setup
6208 * fvwm/update.c (apply_window_updates):
6211 * fvwm/events.c (__cr_detect_icccm_move):
6212 disable motion method detection for shaped windows
6214 2003-07-21 olicha <olivier.chapuis@free.fr>
6216 * fvwm/add_window.c (setup_window_structure):
6217 * fvwm/session.c (MatchWinToSM):
6218 Preserve is_name_changed window_flags within restart, session loading
6221 2003-07-20 olicha <olivier.chapuis@free.fr>
6223 * fvwm/ewmh.c (EWMH_Init):
6224 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6226 * fvwm/fvwm.c (InternUsefulAtoms):
6228 * fvwm/session.c (GetWindowRole):
6229 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6231 * fvwm/session.c (GetClientID):
6232 Better determination of the CLIENT_LEADER
6234 * fvwm/session.c (setSmProperties):
6235 Set the CloneCommand for gnome-session editor (the sm spec says this
6236 properties is required). Removed the commented XSM ifdef.
6238 * fvwm/session.c (matchWin):
6240 Consider client only if it has a client id or a wm command.
6241 Removed the "two entries" session previous commit
6243 2003-07-16 olicha <olivier.chapuis@free.fr>
6245 * fvwm/session.c (MatchWinToSM):
6246 Fixed restoring session state, if two window session entries have the
6247 same identifier ignore these entries
6249 2003-07-16 olicha <olivier.chapuis@free.fr>
6252 * fvwm/style.h (SID_GET_NAME):
6254 (SID_GET_WINDOW_ID):
6255 (SID_SET_WINDOW_ID):
6258 (SID_SET_HAS_WINDOW_ID):
6259 (SID_GET_HAS_WINDOW_ID):
6265 (SSET_ID_HAS_WINDOW_ID):
6266 (SGET_ID_HAS_WINDOW_ID):
6267 * fvwm/style.c (style_ids_are_equals):
6268 (style_id_equals_id):
6269 (styles_have_same_id):
6270 (fw_match_style_id):
6271 (one_fw_can_match_both_ids):
6272 (remove_all_of_style_from_list):
6273 (__simplify_style_list):
6274 (style_parse_one_style_option):
6276 (style_destroy_style):
6282 (CMD_DestroyWindowStyle):
6283 * fvwm/fvwm.h (style_id_t):
6285 * fvwm/functable.c (func_table):
6286 * fvwm/add_window.c (destroy_window):
6289 New WindowStyle and DestroyWindowStyle command for setting styles
6292 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6294 * libs/Flocale.c (FlocaleDrawString):
6295 * libs/FBidi.c (FBidiConvert):
6296 fixed drawing of combining characters in the case where a string
6297 consists of only combining characters
6299 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6301 * libs/CombineChars.c (CombineChars):
6302 bugfix: array mapping visual to logical position was allocated
6303 to small (factor 2) in decoposing code
6305 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6307 * libs/Flocale.c (FlocaleEncodeWinString):
6310 * libs/Flocale.c (FlocaleDrawString):
6311 (FlocaleRotatedDrawString):
6312 removed some code duplication
6314 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6316 * libs/CombineChars.c (combclass_table):
6318 fixed supporting drawing marks superimposed that are in a combining
6321 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6323 * libs/Flocale.c (FlocaleRotateDrawString):
6325 fixed core dump when composing characters can't be converted to
6328 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6333 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6338 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6341 updated with reagrds to combing characters
6343 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6348 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6350 * libs/Flocale.c (FlocaleEncodeString):
6351 (FlocaleEncodeWinString):
6352 (FlocaleRotateDrawString):
6353 (FlocaleDrawString):
6354 (FlocaleDrawUnderline):
6355 fixed rendering combining characters using Unicode font in a
6358 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6361 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6363 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6366 fixed FBidi.h macro to work with no FriBIDI
6368 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6370 * libs/CombineChars.h (CombineChars):
6371 * libs/CombineChars.c (CombineChars):
6372 * libs/FBidi.h (FBidiConvert):
6373 * libs/FBidi.c (FBidiConvert):
6374 * libs/Flocale.c (FlocaleEncodeString):
6375 (FlocaleEncodeWinString):
6376 (FlocaleDrawUnderline):
6378 fixed drawing of underlines on characters to work in with BIDI
6379 and combining characters
6381 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6384 closed D.1 with "no consensus" resolution
6386 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6389 documented tear off menus
6391 * fvwm/placement.c (PlaceWindow):
6392 StartsOnPage + SkipMapping overrides PPosition
6394 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6397 solved a problem with CMD_Dummy and exact command spelling
6399 * libs/CombineChars.c:
6400 * libs/CombineChars.h:
6402 minor reformattings (use TABs not 8 spaces and a space after keywords
6403 like for, if or while)
6405 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6407 * fvwm/update.c (apply_window_updates):
6409 * fvwm/add_window.c (setup_style_and_decor):
6411 * fvwm/style.c (style_parse_one_style_option):
6412 (check_window_style_change):
6413 new style MoveWindowByProgramMethod
6415 * libs/PictureImageLoader.c (PImageLoadXpm):
6416 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6418 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6419 implemented _NET_WM_STATE_FULLSCREEN handling
6421 * fvwm/move_resize.c (GetOnePositionArgument):
6422 fixed parsing of "+-x +-y" Move arguments
6424 use get_page_offset_check_visible
6426 * fvwm/geometry.c (get_page_offset_check_visible):
6427 new convenience function
6429 * fvwm/events.c (__handle_cr_on_client):
6430 fixed handling of gravities other than NW or Static
6431 (__cr_detect_icccm_move):
6434 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6440 * libs/CombineChars.c:
6441 * libs/CombineChars.h:
6442 * libs/Flocale.c (FlocaleEncodeString):
6446 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6449 2003-07-06 olicha <olivier.chapuis@free.fr>
6451 * libs/FRender.c (FRenderRender):
6454 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6456 * fvwm/ewmh.c (ewmh_check_wm_pid):
6458 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6459 compliant ConfigureNotify handling
6461 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6463 * libs/Flocale.c (FlocaleDrawUnderline):
6464 Commented out some non-working new code
6466 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6468 * libs/Flocale.c (FlocaleDrawString):
6469 fixed drawing superimposed characters with a fontset
6471 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6473 * fvwm/events.c (__cr_detect_icccm_move):
6474 (__handle_cr_on_client):
6475 (__cr_get_grav_position):
6476 (__cr_get_static_position):
6477 * fvwm/window_flags.h:
6479 try to autodetect whether application uses the icccm way of moving
6480 windows of the traditional way always using static gravity
6483 moved SIGNAL_RETURN macro definition to acconfig.h
6485 * fvwm/module_interface.c (DeadPipe):
6486 * fvwm/fvwm.c (SigDone):
6489 use SIGNAL_RETURN macro
6491 * fvwm/events.c (__handle_cr_on_client):
6492 (__merge_cr_moveresize):
6493 (__cr_detect_icccm_move):
6495 * fvwm/events.c (__handle_cr_on_unmanaged):
6496 (__handle_cr_on_icon):
6497 (__handle_cr_on_shaped):
6498 (__handle_cr_restack):
6499 (__handle_cr_on_client):
6500 (HandleConfigureRequest):
6501 split the ConfigureRequest code into multiple functions
6503 * fvwm/update.c (apply_window_updates):
6504 fixed drawing of window decorations when "Style * Neverfocus" is used
6506 * fvwm/events.c (HandleKeyPress):
6507 fixed a bug with key binding contexts
6509 * fvwm/functions.c (__execute_function):
6510 * fvwm/expand.c (expand_vars):
6511 (expand_vars_extended):
6512 new extended variable $[func.context]
6516 moved some code to the new files
6527 fixed a problem with uninitialised global variable
6529 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6531 * libs/Bindings.c (key_modifiers):
6532 moved to new file wcontext.c
6534 * libs/gravity.c (gravity_parse_dir_argument):
6535 added aliases for compass directions:
6546 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6549 * libs/Flocale.c (FlocaleDrawString):
6550 (FlocaleRotateDrawString):
6551 Fixes to work without Fribidi
6553 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6558 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6560 * libs/FbidiJoin.c (get_shaped_combined_char):
6562 Removed unused (get_shaped_combined_char) and commented out code
6563 Combining ligatures done in FCombineChars
6565 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6567 * libs/Flocale.c (FlocaleDrawString):
6568 (FlocaleRotateDrawString):
6571 * libs/FBidi.c (FBidiConvert):
6573 * libs/FCombineChars.h:
6574 * libs/FCombineChars.c (FCombineChars):
6575 Added support for drawing superimposed combining characters
6577 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6580 * fvwm/functable.c (func_table):
6581 * fvwm/functions.c (CMD_TearMenuOff):
6586 merged all dummy commands into one: CMD_Dummy
6588 2003-07-01 olicha <olivier.chapuis@free.fr>
6590 * fvwm/menus.c (DestroyMenu):
6594 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6596 * fvwm/menustyle.c (menustyle_copy):
6600 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6605 2003-06-30 olicha <olivier.chapuis@free.fr>
6607 * fvwm/menus.c (do_menu):
6609 (do_menu_close_tear_off_menu):
6610 (menu_close_tear_off_menu):
6611 Allowed to destroy tear off menu!
6613 * fvwm/menus.c (menu_tear_off):
6614 (menu_close_tear_off_menu):
6615 (do_menu_close_tear_off_menu):
6616 (clone_menu_root_static):
6622 Fixed client leaks (only create new client for menu if it is a tear off
6623 menu). Created a dedicated menu style for each tear off menu.
6625 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6628 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6630 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6632 * fvwm/virtual.c (do_move_window_to_desk):
6634 fixed "Visible" condition on non current desks
6636 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6640 shortened some comments
6641 removed GPL from .h files
6642 added GPL to all .c files
6643 include config.h in all .c files
6644 added "/* -*-c-*- */" where missing
6645 some reformatting and reindenting
6647 * fvwm/module_interface.c:
6648 * fvwm/module_interface.h:
6656 * fvwm/windowshade.c:
6658 * fvwm/conditional.c:
6670 * fvwm/add_window.c:
6674 * fvwm/eventhandler.h:
6676 * fvwm/add_window.h:
6682 renamed types func_type, repeat_t, initial_window_options_t,
6683 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6684 last_added_item_type, common_flags_type, multi_direction_type,
6685 msg_masks_type to ..._t
6687 * fvwm/functions.c (__execute_function):
6688 (execute_complex_function):
6689 * fvwm/condrc.c (condrc_init):
6690 new function in new file to encapsulate all cond_rc_t handling
6693 * fvwm/fvwm.h (cond_rc_t):
6695 moved typed to new file
6699 * fvwm/functable.c (func_table):
6700 * fvwm/functions.c (__run_complex_function_items):
6701 (__execute_function):
6703 * fvwm/conditional.c (CMD_Break):
6704 (__rc_matches_rcstring_consume):
6705 Break takes the number of function levels to break out of as an
6708 * fvwm/expand.c (expand_vars_extended):
6709 * fvwm/conditional.c (circulate_cmd):
6712 (__rc_matches_rcstring_consume):
6721 (__run_complex_function_items):
6722 (execute_complex_function):
6726 * fvwm/conditional.c:
6727 renamed fvwm_cond_func_rc by cond_rc_t
6728 made a type a struct
6729 added a member to indicate the number of function levels to break out
6732 * fvwm/functable.c (func_table):
6733 * fvwm/conditional.c (CMD_TestRc):
6734 replaced conditional commands:
6736 CondCase -> KeepRc TestRc
6738 (__rc_matches_rcstring_consume):
6741 * fvwm/conditional.c (CMD_CondCase):
6742 fixed the CondCase command
6744 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6747 new configure option --deisable-gtk to disable detection of gtk library
6750 cleaned up documentation of conditional commands
6751 general man page cleanup
6753 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6755 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6758 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6761 cleaned up of CirculateHit... conditions
6763 2003-06-15 olicha <olivier.chapuis@free.fr>
6765 * fvwm/style.c (__simplify_style_list):
6766 Fixed is_merged_allowed: rest it to True when cur change
6767 Added "upward" simplification
6769 2003-06-14 olicha <olivier.chapuis@free.fr>
6771 * fvwm/style.c (__simplify_style_list):
6774 Fixed blockand which always returned True. Added blocksintersect which
6775 returns the same value as blockand but faster.
6777 2003-06-13 olicha <olivier.chapuis@free.fr>
6781 Fixed fontconfig and xft2 for version without *-config binnary. Used
6782 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6783 fontconfig and xft2 if the version is < the required version
6784 (even if --disable-*test).
6786 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6789 define M_PI and M_PI_2 if they are not defined by math.h
6791 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6793 * libs/Colorset.c (LoadColorset):
6794 added a note to update Colorsets.pm too when the format is changed
6796 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6798 * WindowStyle_proposal.txt:
6799 s/WindowId/ThisWindow/ and other minor changes
6801 2003-06-06 olicha <olivier.chapuis@free.fr>
6803 * libs/PictureImageLoader.c (PImageLoadPng):
6804 Fixed loading of png images if the caller want no alpha
6806 2003-06-04 olicha <olivier.chapuis@free.fr>
6808 * libs/Flocale.c (FlocaleEncodeString):
6811 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6814 only FCombineChars.c was distributed not FCombineChars.h
6816 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6818 * libs/FCombineChars.c (convert_to_utf8)
6819 fixed a bug when converting back to UTF-8 and a bug giving
6820 garbage at end of string in some cases
6822 * libs/Flocale.c (FlocaleEncodeString)
6823 fixed problem regarding combining-characters when BIDI is used
6825 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6828 * libs/Flocale.c (FlocaleEncodeString):
6829 * libs/FCombineChars.c:
6830 * libs/FCombineChars.h:
6831 implemeted support for combining characters
6833 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6836 set the version 2.5.8
6838 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6842 SetEnv with only one parameter is ignored now
6844 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6846 * NEWS: Add 2.4.16 news.
6848 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6850 * fvwm/functions.c (expand_extended_var):
6852 fixed expanding variables that are empty, for example $[w.resource]
6853 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6858 2003-05-29 olicha <olivier.chapuis@free.fr>
6860 * fvwm/ewmh.c (ewmh_atom_wm_state):
6861 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6863 2003-05-28 olicha <olivier.chapuis@free.fr>
6868 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6870 * fvwm/focus.c (__update_windowlist):
6871 don't fiddle with the window list for windows that are going to be
6874 * fvwm/add_window.c (delete_client_context):
6875 (destroy_auxiliary_windows):
6877 fixed empty frame windows when X reused the window id for a new window
6878 while the old one was scheduled to be destroyed
6880 2003-05-26 olicha <olivier.chapuis@free.fr>
6882 * fvwm/icons.c (GetIconBitmap):
6883 (set_icon_pixmap_background):
6885 (DrawIconPixmapWindow):
6887 Fixed loading of application supplied pixmap on 8/24 depth screen
6889 2003-05-25 Dan Espen <dane@mk.telcordia.com>
6891 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6894 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6897 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6899 * fvwm/misc.c (GrabEm):
6900 do not confine the pointer to the root window when grabbed; this can
6901 cause the pointer to be warped to another screen
6902 * fvwm/menus.c (get_menu_options):
6903 fixed placement of menus on Xinerama screens
6904 * libs/FScreen.c (FScreenGetResistanceRect):
6905 fixed function to do something useful
6906 * libs/Flocale.c (FlocaleDrawString):
6907 support font shadowing without colorsets
6908 * libs/ColorUtils.c:
6910 * fvwm/menuitem.c (menuitem_paint):
6911 do not use colorsets in menus if they are not defined
6912 * fvwm/menustyle.c (menustyle_parse_style):
6913 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6916 2003-05-23 olicha <olivier.chapuis@free.fr>
6918 * fvwm/bindings.c (ParseBinding):
6919 (bind_get_bound_button_contexts):
6920 * libs/Bindings.c (GrabWindowButton):
6921 Fixed window button grabbing
6923 2003-05-22 olicha <olivier.chapuis@free.fr>
6925 * fvwm/colorset.c (parse_colorset):
6928 * fvwm/borders.c (border_fill_pixmap_background):
6929 Fixed problem with depth 1 pixmap
6931 * fvwm/conditional.c (CMD_On):
6934 * fvwm/conditional.c (CreateConditionMask):
6935 Fixed memory leaks for layer and state
6937 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6940 added perllib/FVWM/Tracker/Makefile
6942 2003-05-22 olicha <olivier.chapuis@free.fr>
6946 * fvwm/style.c (print_styles):
6947 * fvwm/builtins.c (CMD_PrintInfo):
6948 New style subject to PrintInfo
6950 2003-05-20 olicha <olivier.chapuis@free.fr>
6952 * libs/Flocale.c (FlocaleGetFontOrFontSet):
6953 Allowed empty xft font name
6956 * libs/flist.c (new file):
6957 * libs/flist.h (new file):
6958 Added a flist structure and some basic function for handling such
6961 * libs/FGettext.c (*):
6962 Use the new flist struct and functions interface
6964 * fvwm/screen.h (ScreenInfo):
6965 * fvwm/update.c (destroy_scheduled_windows):
6966 * fvwm/add_window.c (destroy_window):
6967 Added a list for the windows which are scheduled for destroy
6968 Remove a fw at once from the fw list when we destroy_window
6970 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6972 * fvwm/style.c (CMD_DestroyStyle):
6973 do not update windows if no style was deleted
6974 (check_window_style_change):
6975 fixed update of window styles w/ DestroyStyle
6977 2003-05-18 olicha <olivier.chapuis@free.fr>
6979 * fvwm/conditional.c (CMD_On):
6980 Added x,r,w,f and i file condition to the On command
6982 * fvwm/add_window.c (destroy_window):
6983 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
6984 but scheduled for destroy. Not sure that the fix is good.
6986 * fvwm/functions.c (__execute_function):
6988 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
6989 This fixes some cores dumps with "recursives" functions
6991 * fvwm/borders.c (border_create_root_transparent_pixmap):
6992 (border_draw_decor_to_pixmap):
6993 Fixed a core dump with a root transparent rotated title
6994 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
6996 * libs/FGettext.c (fgettext_add_one_path):
6998 (FGettextSetLocalePath):
6999 Fixed memory leak and chainning
7001 * fvwm/builtins.c (CMD_PrintInfo):
7002 Fixed a parsing leak
7004 * fvwm/conditional.c (Circulate):
7005 Fixed a mask memory leaks
7008 * libs/Flocale.c (FlocaleGetFont):
7009 (FlocaleGetFontSet):
7010 (FlocaleGetFftFont):
7011 Fixed a core dump when a 0 font is given with an encoding hints.
7012 Added a default FFT font
7014 * fvwm/builtins.c (CMD_DefaultFont):
7015 Fixed a core dump when the default font change and a redraw
7016 (icon or window) is proceeded before flush_window_updates is called
7018 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7019 Fixed gradients copy
7021 * fvwm/menustyle.c (menustyle_parse_style):
7022 Fixed UMR's related to colorset
7024 * fvwm/builtins.c (ReadDecorFace):
7025 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7029 * fvwm/menustyle.c (menustyle_free):
7030 Fixed a fore stipple gc leak
7032 * fvwm/windowlist.c (CMD_WindowList):
7033 Fixed a sor_keyname memory leak
7035 * fvwm/fvwm.c (ResetAllButtons):
7036 Fixed the default buttons memory leak
7038 2003-05-08 olicha <olivier.chapuis@free.fr>
7040 * fvwm/windowlist.c (CMD_WindowList):
7041 Fixed a memory leak if MaxLabelWidth is used
7043 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7045 * fvwm/functions.c (__context_has_window):
7046 (__execute_function):
7048 fixed excution of functions requiring a window without a window when
7049 called with "silent" from a complex function
7051 2003-05-07 olicha <olivier.chapuis@free.fr>
7053 * libs/System.c (searchPath):
7056 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7058 * fvwm/move_resize.c (__move_loop):
7062 2003-05-03 olicha <olivier.chapuis@free.fr>
7067 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7070 Minor typo corrections.
7072 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7074 * fvwm/move_resize.c (__move_loop):
7080 2003-04-28 olicha <olivier.chapuis@free.fr>
7082 * fvwm/ewmh.c (ewmh_atom_wm_state):
7084 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7085 (ewmh_WMStateStaysOnBottom):
7086 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7088 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7090 * fvwm/module_interface.c (do_execute_module):
7091 * fvwm/fvwm.c (main):
7092 * libs/envvar.c (flib_putenv):
7093 * fvwm/builtins.c (add_to_env_list):
7096 fixed putenv memory leaks
7098 * libs/envvar.c (strIns):
7102 replacement for putenv without memory leaks
7107 * fvwm/fvwm.c (StartupStuff):
7109 * fvwm/add_window.c (free_window_names):
7111 * fvwm/events.c (HandlePropertyNotify):
7113 * fvwm/menus.c (do_menu):
7115 (__mloop_exit_selected):
7117 * fvwm/menucmd.c (menu_func):
7120 * fvwm/builtins.c (CMD_Destroy):
7122 call destroy_window right after XKillClient; do not wait for the window
7125 * fvwm/menucmd.c (menu_func):
7126 * fvwm/windowlist.c (CMD_WindowList):
7129 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7132 several updates (FvwmGtk, gettext)
7134 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7136 * fvwm/menucmd.c (menu_func):
7137 * fvwm/windowlist.c (CMD_WindowList):
7139 * fvwm/menus.c (is_double_click):
7142 (pop_menu_down_and_repaint_parent):
7143 (__mloop_get_event_timeout_loop):
7144 (__mloop_get_event):
7145 (__mloop_handle_event):
7146 (__mloop_select_item):
7147 (__mloop_make_popup):
7148 (__mloop_get_mi_actions):
7151 (__mloop_handle_action_with_mi):
7152 (__mloop_handle_action_without_mi):
7154 (menu_enter_tear_off_menu):
7155 (menu_close_tear_off_menu):
7157 replaced the pfw and pcontext members of the MenuParameters structure
7158 with an execution context pointer
7159 (_menu_execute_function):
7160 wrapper function to simplyfy command execution from within menus
7162 fixed warping pointer to first menu item when invoked with the mouse
7164 * fvwm/execcontext.c:
7167 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7174 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7176 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7178 * fvwm/menus.c (do_menu):
7179 the NoWarp position hint option works with root menus too
7181 * fvwm/ConfigFvwmDefaults:
7182 removed GrabFocusOff and GrabFocusTransient since they nullify the
7183 default with the plain focus policies
7185 2003-04-24 olicha <olivier.chapuis@free.fr>
7187 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7188 Fixed a miss print in my previous commit
7190 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7192 (ewmh_WMStateStaysOnBottom):
7193 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7194 * fvwm/ewmh_intern.h:
7195 Added comment on the implementation at the top of ewmh.c.
7196 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7197 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7198 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7199 and _NET_WM_STATE_BELOW.
7202 Added David Fries. Updated my entries.
7207 2003-04-23 olicha <olivier.chapuis@free.fr>
7209 * fvwm/module_interface.c (CMD_KillModule):
7210 Fixed a leak when we have an alias
7212 * libs/Picture.c (PFreeFvwmPictureData):
7214 New interface function for just freeing the allocated data (not
7217 2003-04-22 olicha <olivier.chapuis@free.fr>
7219 * fvwm/colorset.c (get_root_pixmap):
7220 Fixed a minor memory leak
7222 * fvwm/functions.c (execute_complex_function):
7223 Fixed uninitialized d.type
7225 * libs/Ficonv.c (FiconvSetupConversion):
7226 (FiconvUtf8ToCharset):
7227 (FiconvCharsetToUtf8):
7230 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7233 Fixed a core dump and safety check related to not loaded font
7235 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7240 2003-04-16 olicha <olivier.chapuis@free.fr>
7242 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7245 (ewmh_WMStateHidden):
7246 Check if functions are allowed
7248 * fvwm/ewmh.c (ewmh_HandleDesktop):
7250 Set Desktop and Dock uniconifiable and unmaximazable
7252 * fvwm/menuitem.c (menuitem_paint):
7254 Fixed greyed action with EWMH desktop
7256 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7259 documented FvwmEvent behaviour of executing window related event
7260 handlers within a window context
7263 updated WindowId entry
7265 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7267 * fvwm/schedule.c (deschedule):
7270 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7271 (ExecuteCommandQueue):
7272 * libs/queue.c (fqueue_init):
7273 (fqueue_remove_or_operate_from_front):
7274 (fqueue_remove_or_operate_from_end):
7275 (fqueue_remove_or_operate_all):
7277 (fqueue_unlock_queue):
7278 (fqueue_lock_queue):
7279 (fqueue_add_at_front):
7280 (fqueue_add_inside):
7284 * libs/queue.c (fqueue_remove_or_operate_all):
7285 (fqueue_remove_or_operate_from_end):
7286 (fqueue_remove_or_operate_from_front):
7287 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7288 (ExecuteCommandQueue):
7289 * fvwm/schedule.c (deschedule):
7290 (check_deschedule_obj_func):
7291 (deschedule_obj_func):
7293 (check_execute_obj_func):
7298 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7300 * fvwm/ConfigFvwmDefaults:
7302 * fvwm/windowlist.c:
7303 * sample.fvwmrc/system.fvwm2rc-sample-95:
7305 WindowListFunc is executed now within a window context,
7306 so "WindowId $0" is not needed anymore in its definition
7308 2003-04-14 olicha <olivier.chapuis@free.fr>
7312 Documented LocalePath and $[gt.str]. FvwmScript news.
7314 * fvwm/expand.c (expand_vars_extended):
7315 Fixed $[gt.str] expansion
7318 New gettext domain FvwmScript
7320 * libs/FGettext.c (FGettextCopy):
7322 New interface function which copies the string
7324 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7326 * fvwm/conditional.c (CMD_Cond):
7327 allow to negate the condition code with '!' prefix
7329 * fvwm/schedule.c (CMD_Schedule):
7331 support hexadecimal ids
7333 * libs/Parse.c (GetIntegerArguments):
7334 (_get_suffixed_integer_arguments):
7335 (GetSuffixedIntegerArguments):
7336 (GetIntegerArgumentsAnyBase):
7337 new utitily function to allow hexadecimal integer arguments
7339 2003-04-10 olicha <olivier.chapuis@free.fr>
7341 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7342 (FlocaleGetCharsetOfFontStruct):
7343 (FlocaleGetCharsetFromName):
7344 (FlocaleFixNameForFontSet):
7345 (FlocaleGetFontSet):
7346 (FlocalePrintLocaleInfo):
7347 * libs/FlocaleCharset.h:
7348 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7349 (FlocaleCharsetPrintXOMInfo):
7350 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7352 2003-04-08 olicha <olivier.chapuis@free.fr>
7354 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7355 fixed the default font name
7357 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7359 * fvwm/events.c (HandlePropertyNotify):
7360 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7361 completely ignore application requests to set exactly the same
7362 window name or icon name (xmms sets it every second),
7363 this avoids some redundant module messages and redraws
7365 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7370 2003-04-04 olicha <olivier.chapuis@free.fr>
7373 Fixed a miss print in fribidi config check
7375 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7377 * fvwm/focus.c (__restore_focus_after_unmap):
7378 iconified windows without an icon do not receive focus
7380 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7382 * fvwm/virtual (CMD_GotoDeskAndPage):
7383 different "GotoDeskAndPage prev" fix that works with any viewports, not
7384 just multiples of the screen size
7386 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7388 * fvwm/virtual (CMD_GotoDeskAndPage):
7389 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7391 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7396 * fvwm/menucmd.c (menu_func):
7397 fixed double key presses to choose default menu action
7399 * fvwm/focus.c (__update_windowlist):
7400 fixed order of window list with SloopyFocus when using the Focus
7403 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7406 clarified some things, typo fixed
7408 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7410 * libs/Colorset.c (CreateBackgroundPixmap):
7411 (GetWindowBackgroundPixmapSize):
7412 (get_aspect_dimensions):
7413 fixed size calculation of aspect pixmaps
7415 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7417 * fvwm/icons.c (clear_icon):
7421 * fvwm/geometry.c (get_icon_geometry):
7422 (modify_icon_position):
7423 set a valid icon picture position if there is neither a picture nor a
7426 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7430 reformatted to fit better on the web page
7432 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7435 added items from "My TODO" message on 2003-01-02
7438 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7440 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7443 removed debug output
7445 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7447 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7448 (FScreenFetchMangledScreenFromUSPosHints):
7449 two functions to allow USPosition hints from modules and StartsOnScreen
7450 work at the same time
7452 * fvwm/conditional.c (direction_cmd):
7453 Some fixes, reformatting and improvements.
7455 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7457 * fvwm/icons.c (Iconify):
7458 initialise icon position to +0+0 if there is neiter a picture nor a
7461 * fvwm/functions.c (DeferExecution):
7467 * fvwm/update.c (apply_window_updates):
7468 fixed drawing of sticky icon titles when the stickyicon style is being
7471 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7473 * fvwm/placement.c (CMD_PlaceAgain):
7474 * fvwm/add_window.c (setup_window_placement):
7475 * fvwm/virtual.c (MapDesk):
7476 update the GNOME hints desk when changing desks; fixes placeagain with
7478 some placeagain fixes
7480 * fvwm/fvwm.1.in (Example):
7481 removed duplicate Iconify section
7486 * fvwm/functable.c (func_table):
7487 * fvwm/functions.h (func_type):
7488 * fvwm/functions.c (__execute_function):
7489 (execute_complex_function):
7491 fixed a new and and old window selection bug
7493 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7495 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7496 detected with Purify.
7498 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7500 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7501 use None, not 0 for Window structures
7503 * fvwm/events.c (InitEventHandlerJumpTable):
7505 (__handle_key_event):
7506 * fvwm/bindings.c (ParseBinding):
7510 removed key release binding because they can not work reliably
7512 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7514 * fvwm/functable.c (func_table):
7515 trigger on ButtonPress for many of the functions
7517 * fvwm/functions.c (__execute_function):
7518 (__execute_function):
7519 fixed conditional commands a la "Current" triggered on root window
7521 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7523 * todo-2.6: Closed B.2, C.21.
7525 2003-02-28 olicha <olivier.chapuis@free.fr>
7528 * fvwm/events.c (HandleConfigureRequest):
7529 Added a workaround for application with broken max/min size hints
7530 vs a size configure request. This "fixes" floating java JToolBar.
7532 * fvwm/add_window.c (GetWindowSizeHints):
7533 Check that the max size hint is not broken relatively to the the base
7536 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7540 released 2.5.6, set version to 2.5.7
7546 2003-02-26 Tony Finch <dot@dotat.at>
7548 * fvwm/borders.c (border_draw_one_border_part):
7549 Don't draw the handle relief marks when the border is flat.
7551 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7554 s/fribdi_in_path/fribidi_in_path/
7557 spell checking and some reformatting
7559 2003-02-26 olicha <olivier.chapuis@free.fr>
7561 * fvwm/borders.c (border_setup_bar_pixmaps):
7562 Fixed a miss-print which can cause a core dump
7565 Added a 2.6 TODO file
7567 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7569 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7570 void functioin cannot return a value.
7572 2003-02-25 olicha <olivier.chapuis@free.fr>
7575 Fixed compilation warning if fribidi is in path
7577 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7579 * fvwm/windowlist.c (CMD_WindowList):
7580 removed unused instruction
7582 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7584 * configure.in: Remove nested function from -Werror check.
7585 Lets configure work without gcc.
7588 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7590 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7592 * fvwm/functions.c (__run_complex_function_items): Make Break start
7595 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7597 * fvwm/move_resize.c (get_outline_rects):
7598 (draw_move_resize_grid):
7599 initial drawing and final undrawing of wire frame no longer toggles the
7600 pixel in the top left corner of the screen
7602 * fvwm/expand.c (expand_vars):
7603 disabled warnings about one letter variables
7605 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7607 * README: Update to reflect release 2.5.x.
7608 * NEWS: Update news for FvwmPager drag fix.
7610 2003-02-15 olicha <olivier.chapuis@free.fr>
7615 2003-02-13 olicha <olivier.chapuis@free.fr>
7617 * fvwm/gnome.c (GNOME_SetClientList):
7618 Applied David Fries patch which fixes a possible crash with more
7620 (GNOME_SetClientList):
7621 malloc -> safemalloc
7623 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7625 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7626 Give the XorValue range.
7628 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7630 * fvwm/fvwm.1.in: Fully document the emulate command.
7632 2003-02-06 olicha <olivier.chapuis@free.fr>
7634 * fvwm/borders.c (get_common_decorations):
7635 (border_get_border_background):
7637 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7639 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7641 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7644 * fvwm/menuitem.c (menuitem_get_size):
7645 * fvwm/menus.c (calculate_item_sizes):
7646 renamed "mips" to mipst
7648 * fvwm/menuitem.c (menuitem_get_item_size):
7649 * fvwm/menus.c (_calculate_item_sizes):
7650 backed out patch from 30-Jan-2003
7652 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7655 * fvwm/menuitem.c (menuitem_get_item_size):
7656 * fvwm/menus.c (_calculate_item_sizes):
7657 functions renamed due to global name space collision with IRIX 6.5
7659 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7662 added tests/hints/Makefile.am
7664 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7666 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7668 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7670 * sample.fvwmrc/DecorWin95:
7671 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7672 Replace a long time ago.
7674 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7676 * fvwm/stack.c (new_layer):
7677 (collect_transients_recursive):
7681 * fvwm/events.c (HandleConfigureRequest):
7682 fixed placement of icons
7683 fixed size calculations of icons
7685 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7688 fixed $[desk.name<n>] that was masked by $[desk.n],
7689 added $[desk.pagesx] and $[desk.pagesy]
7691 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7693 * NEWS: Update news. Spelling fixes 2.5.x news.
7694 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7695 its not interactive.
7697 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7700 added a short description together with the commands
7702 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7705 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7708 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7712 deprecate all single letter variables, new variables are supported now
7713 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7714 $[desk.n], $[version.num], $[version.info], $[version.line].
7716 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7718 * fvwm/style.c (style_parse_one_style_option):
7720 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7721 DisallowMaximizeFixedSize
7723 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7725 * fvwm/fvwm.1.in: Lang check.
7727 2003-01-03 olicha <olivier.chapuis@free.fr>
7732 * fvwm/ewmh_intern.h:
7733 * fvwm/ewmh_names.c:
7734 * fvwm/ewmh_icons.c:
7735 * fvwm/ewmh_events.c:
7740 * fvwm/functable.c (func_table):
7741 * fvwm/fvwm.c (setVersionInfo):
7744 Removed GNOME and HAVE_EWMH ifdef
7747 Documented UseTitleDecorRotation
7749 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7751 * fvwm/module_interface.c (MoveViewport):
7752 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7753 M_NEW_PAGE now has 7 arguments
7755 2003-01-02 olicha <olivier.chapuis@free.fr>
7758 Documented the new icon style options
7762 * fvwm/icons.c (DrawIconTitleWindow):
7763 (DrawIconPixmapWindow):
7764 (setup_icon_title_size):
7765 * fvwm/style.c (style_parse_one_style_option):
7766 Fixed IconTitleRelief and IconBackgroundRelief arguments
7768 * fvwm/icons.c (GetIconPicture):
7769 (SetIconPixmapSize):
7770 Fixed IconSize style for non shaped depth > 1 pixmaps
7772 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7776 * fvwm/conditional.c (CMD_On):
7779 new conditional command On for non-window related conditions
7781 * fvwm/execcontext.h:
7782 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7783 two new exec contexts for restarting
7785 2003-01-02 olicha <olivier.chapuis@free.fr>
7787 * fvwm/builtins.c (ReadMultiPixmapDecor):
7788 StretchedPixmap -> AdjustedPixmap
7791 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7792 Documented the new MultiPixmap syntax
7794 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7798 * fvwm/builtins.c (ReadTitleButton):
7800 new button state shortcuts AllActiveUp, AllActiveDown,
7801 AllInactiveUp, AllInactiveDown
7803 2002-12-31 olicha <olivier.chapuis@free.fr>
7805 * libs/PictureGraphics.c (PCopyArea):
7806 Fixed rendering of depth 1 pixmap with a mask
7808 * fvwm/update.c (apply_window_updates):
7809 Fixed icon bg cset update
7811 * fvwm/events.c (HandlePropertyNotify):
7812 * fvwm/geometry.c (move_icon_to_position):
7813 Fixed non shaped icons with a bg padding but without cs bg
7816 * fvwm/style.c (style_parse_icon_size_style):
7818 * fvwm/fvwm.h (window_style):
7819 * fvwm/add_window.c (setup_icon_size_limits):
7820 * fvwm/icons.c (SetIconPixmapSize):
7822 New option to IconSize style: Adjusted, Streched, Shrunk
7824 * fvwm/icons.c (SetIconPixmapSize):
7826 Always center the icon with IconSize if the icon has a background
7828 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7831 FvwmWindowMenu renaming; compact long diagnostics into half of line
7834 documeted and corrected new features
7837 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7838 since these are the only way currently to create themes
7843 2002-12-30 olicha <olivier.chapuis@free.fr>
7846 * fvwm/icons.c (setup_icon_title_size):
7847 (set_icon_pixmap_background):
7849 (DrawIconTitleWindow):
7850 (DrawIconPixmapWindow):
7854 * fvwm/events.c (HandleEnterNotify):
7856 (HandleLeaveNotify):
7857 (HandlePropertyNotify):
7858 * fvwm/borders.c (border_draw_decorations):
7861 * fvwm/add_window.c (setup_icon_background_parameters):
7862 (setup_icon_title_parameters):
7863 (setup_style_and_decor):
7865 * fvwm/geometry.c (move_icon_to_position):
7867 * fvwm/style.c (check_window_style_change):
7868 (update_style_colorset):
7869 (update_icon_title_cs_style):
7870 (update_icon_title_cs_hi_style):
7871 (update_icon_background_cs_style):
7874 * fvwm/update.c (apply_window_updates):
7875 New style options IconBackgroundColorset, IconTitleColorset,
7876 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7877 and IconBackgroundPadding
7879 2002-12-28 Mikhael Goikhman <migo@homemail.com>
7882 fixed compilation without XShm
7884 * fvwm/borders.c (border_rotate_titlebar_descr):
7885 fixed warning: deprecated use of label at end of compound statement
7887 2002-12-27 olicha <olivier.chapuis@free.fr>
7889 * fvwm/ConfigFvwmDefaults:
7890 UseTitleDecorRotation is a default
7892 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7893 (do_relieve_rectangle):
7895 * fvwm/borders.c (border_draw_title_stick_lines):
7896 (border_create_root_transparent_pixmap):
7897 (border_mp_render_into_pixmap):
7898 (border_draw_decor_to_pixmap):
7899 (border_mp_render_into_pixmap):
7900 (border_mp_get_titlebar_descr):
7901 (border_mp_draw_mp_titlebar):
7902 (border_draw_decor_to_pixmap):
7903 (border_set_button_pixmap):
7904 (border_get_titlebar_draw_descr):
7905 (border_set_title_pixmap):
7906 (border_rotate_titlebar_descr):
7907 (border_get_titlebar_descr):
7908 Completed UseTitleDecorRotation
7910 2002-12-26 olicha <olivier.chapuis@free.fr>
7912 * fvwm/update.c (apply_window_updates):
7913 * fvwm/frame.c (frame_get_titlebar_dimensions):
7914 (frame_set_decor_gravities):
7915 * fvwm/borders.c (border_set_button_pixmap):
7916 (border_get_titlebar_descr):
7917 (border_draw_one_button):
7918 Buttons order follows the title text rotations.
7919 More UseTitleDecorRotation preparation
7921 * fvwm/borders.c (border_draw_decor_to_pixmap):
7924 2002-12-24 olicha <olivier.chapuis@free.fr>
7926 * fvwm/borders.c (border_mp_render_into_pixmap):
7927 (border_fill_pixmap_background):
7928 Some borders drawing fixes
7930 * libs/Graphics.c (CreateRotatedPixmap):
7931 * fvwm/geometry.c (get_title_font_size_and_offset):
7932 * fvwm/update.c (apply_window_updates):
7933 * fvwm/borders.c (border_set_button_pixmap):
7934 (border_get_titlebar_draw_descr):
7935 (border_draw_title):
7936 (border_rotate_titlebar_descr):
7937 (border_get_titlebar_descr):
7938 More UseTitleDecorRotation preparation
7940 2002-12-22 Dan Espen <dane@mk.telcordia.com>
7942 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7943 so we won't get so many application bugs report to fvwm-workers.
7945 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7947 2002-12-21 Marcus Lundblad <ml@update.uu.se>
7949 * fvwm/style.c (style_parse_one_style_option):
7952 * fvwm/window_flags:
7953 * fvwm/decorations.c (is_function_allowed,
7954 __is_resize_allowed):
7955 Added styles Closable, Iconifiable, Maximizable and
7956 AllowMaximizeFixedSize
7957 * fvwm/conditional.c (MatchesConditionMask,
7958 CreateConditionMask):
7959 Added conditionals Closable,Iconifiable and Maximizable
7961 Documented styles Closable, Iconifiable, Maximizable and
7962 AllowMaximizeFixedSize and conditionals
7963 Closable,Iconifiable and Maximizable
7965 2002-12-20 olicha <olivier.chapuis@free.fr>
7967 * fvwm/window_flags.h:
7969 * fvwm/update.c (apply_window_updates):
7971 * fvwm/style.c (style_parse_one_style_option):
7973 UseTitleDecorRotation style preparation
7975 * fvwm/fvwm.c (main):
7976 Use best TrueColor visual
7978 * fvwm/borders.c (border_get_border_gcs):
7979 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
7980 window which may have a depth != Pdepth
7982 * fvwm/menus.c (paint_side_pic):
7983 * fvwm/menuitem.c (menuitem_paint):
7984 * fvwm/icons.c (DrawIconPixmapWindow):
7985 * fvwm/colorset.c (parse_colorset):
7986 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
7989 2002-12-19 olicha <olivier.chapuis@free.fr>
7991 * libs/Graphics.c (CreateRotatedPixmap):
7993 New interface function CreateRotatedPixmap
7995 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
7997 * libs/PictureGraphics.c (PCreateRenderPixmap):
7998 (PCreateDitherPixmap):
7999 * libs/Graphics.c (CreateGradientPixmap):
8000 (CreateRotatedPixmap):
8003 * libs/FShm.h (new file):
8004 * libs/FImage.h (new file):
8005 * libs/FImage.c (new file):
8007 * fvwm/fvwm.c (setVersionInfo):
8008 Added MIT Shared Memory Extension for XImage
8014 * fvwm/builtins.c (ReadDecorFace):
8016 * fvwm/borders.c (border_draw_decor_to_pixmap):
8017 (border_fill_pixmap_background):
8018 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8020 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8023 shape-and-join fixes from Nadim Shaikli (slightly modified)
8025 2002-12-16 olicha <olivier.chapuis@free.fr>
8027 * libs/PictureGraphics.h:
8028 * libs/PictureGraphics.c (PTileRectangle):
8029 (PGraphicsCreateTiledPicture):
8030 * libs/Graphics.c (CreateTiledPixmap):
8031 New interface function: PGraphicsCreateTiledPicture
8034 * fvwm/fvwm.c (CreateGCs):
8035 Added a global (Scr) alpha GC
8039 * fvwm/builtins.c (ReadMultiPixmapDecor):
8040 (update_decorface_colorset):
8042 * fvwm/borders.c (border_get_tb_parts_to_draw):
8043 (border_fill_pixmap_background):
8044 (border_setup_bar_pixmaps):
8045 (border_get_bar_pixmaps):
8046 (border_free_bar_pixmaps):
8047 (border_mp_render_into_pixmap):
8048 (border_mp_get_length):
8049 (border_mp_get_titlebar_descr):
8050 (border_mp_get_geometry):
8051 (border_mp_get_use_title_style_parts_and_geometry):
8052 (border_mp_draw_mp_titlebar):
8053 (border_draw_decor_to_pixmap):
8054 (border_draw_title_deep):
8055 (border_get_titlebar_draw_descr):
8056 (border_setup_use_title_style):
8057 (border_get_titlebar_descr_state):
8058 (border_get_titlebar_descr):
8059 (border_get_transparent_decorations_part):
8060 (border_draw_title_stick_lines):
8061 MultiPixmap can use Colorset and Solid color. Various others minor
8062 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8063 "main" drawing code and remove the #ifdef.
8064 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8065 Use the new Scr.AlphaGC.
8067 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8069 * fvwm/add_window.c (validate_transientfor):
8070 do not ignore transientfor hint for iconified windows
8072 2002-12-12 Jason Weber <baboon@imonk.com>
8075 * fvwm/conditional.c (CMD_ScanForWindow):
8078 rename ScanWindow to ScanForWindow
8080 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8082 * fvwm/menuitem.c (menuitem_paint):
8083 * fvwm/colorset.c (parse_colorset):
8084 * fvwm/icons.c (DrawIconPixmapWindow):
8085 * fvwm/focus.c (_SetFocusWindow):
8086 (_ReturnFocusWindow):
8088 (_ForceDeleteFocus):
8089 (__activate_window_by_command):
8090 patches to prevent UMR messages in memory debuggers
8092 2002-12-11 Jason Weber <baboon@imonk.com>
8094 * fvwm/fvwm.1.in: Added ScanWindow
8096 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8099 Generalized CMD_Direction into direction_cmd.
8100 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8101 Replace Cycle prefix with secondary direction argument.
8103 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8105 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8107 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8108 * fvwm/conditional.c (CreateConditionMask):
8109 Implemented conditional "FixedSize" and "HasHandles"
8111 Documented conditional options "FixedSize" and "HasHandles".
8113 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8115 * fvwm/placement.c (PlaceWindow):
8116 fixed StickyAcrossDesks w/ StartsOnPage
8120 * fvwm/ewmh_conf.c (set_state_workaround):
8121 * fvwm/update.c (apply_window_updates):
8122 * fvwm/windowlist.c (CMD_WindowList):
8123 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8124 (ewmh_WMStateSticky):
8125 * fvwm/conditional.c (CreateConditionMask):
8126 * fvwm/gnome.c (GNOME_SetHints):
8128 (GNOME_HandlePropRequest):
8129 * fvwm/placement.c (SmartPlacement):
8134 * fvwm/session.c (SaveWindowStates):
8137 * fvwm/ewmh.c (check_desk):
8138 (EWMH_SetWMDesktop):
8139 (ewmh_ComputeAndSetWorkArea):
8140 (ewmh_HandleDynamicWorkArea):
8141 (ewmh_HandleDesktop):
8144 (ewmh_HandleToolBar):
8145 * fvwm/virtual.c (UnmapDesk):
8148 (do_move_window_to_desk):
8149 * fvwm/icons.c (setup_icon_title_size):
8150 (DrawIconTitleWindow):
8153 * fvwm/borders.c (is_button_toggled):
8154 (get_common_decorations):
8155 (border_draw_title_stick_lines):
8156 * fvwm/add_window.c (AddWindow):
8157 * fvwm/move_resize.c (__move_window):
8159 (is_window_sticky_across_pages):
8160 (is_window_sticky_across_desks):
8166 (CMD_StickAcrossPages):
8167 (CMD_StickAcrossDesks):
8168 (stick_across_pages):
8169 (stick_across_desks):
8170 (handle_stick_across_desks):
8171 (handle_stick_across_pages):
8173 * fvwm/fvwm.h (struct):
8174 * fvwm/style.c (style_parse_one_style_option):
8175 (check_window_style_change):
8177 * fvwm/window_flags.h:
8178 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8179 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8182 * fvwm/focus.c (CMD_Focus):
8184 (__activate_window_by_command):
8185 (__update_windowlist):
8186 (__set_focus_to_fwin):
8188 (_ReturnFocusWindow):
8190 (_ForceDeleteFocus):
8191 fixed window list order with FlipFocus command
8193 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8197 document bidi entry undocumented in 2.5.5
8199 2002-12-06 olicha <olivier.chapuis@free.fr>
8202 Fixed the "detection" of the LINGUAS variable
8205 Added ar to ALL_LINGUAS
8208 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8210 * fvwm/move_resize.c (__resize_window):
8211 fixed handling of MontionNotify and PropertyNotify events
8213 2002-12-03 olicha <olivier.chapuis@free.fr>
8215 * fvwm/borders.c (border_draw_decor_to_pixmap):
8216 (border_get_border_background):
8217 (get_common_decorations):
8220 * fvwm/builtins.c (CMD_PrintInfo):
8221 New subject nls to PrintInfo
8223 * libs/FGettext.c (*):
8224 New command FlocalePath
8226 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8230 changed version to 2.5.6
8236 2002-12-02 olicha <olivier.chapuis@free.fr>
8238 * libs/FRenderInit.c (FRenderInit):
8239 Fixed alpha depth if !XRenderSupport
8241 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8242 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8244 * libs/PictureImageLoader.h:
8245 Fixed image loading on bigedian machine
8247 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8249 * libs/FBidi.c (FBidiConvert):
8250 several small changes
8251 * libs/FBidiJoin.c (shape_n_join):
8252 enabled a new bidi shaping code
8254 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8256 * fvwm/frame.c (frame_restore_client_gravities):
8257 (frame_free_move_resize_args):
8258 fixed a redrawing problem after shading a window
8260 2002-11-29 olicha <olivier.chapuis@free.fr>
8263 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8267 Fixed two missprints
8269 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8271 * fvwm/bindings.c (ParseBinding):
8272 fix for stroke-less compile
8274 2002-11-29 olicha <olivier.chapuis@free.fr>
8276 * fvwm/commands.h (enum):
8277 * fvwm/functable.c (func_table):
8278 * fvwm/builtins.c (CMD_LocalePath):
8279 * libs/FGettext.c (FGettextSetLocalePath):
8281 Preparation for LocalePath command
8283 * fvwm/screen.h (ScreenInfo):
8284 * fvwm/fvwm.c (CreateGCs):
8285 Rename Scr.TileGC to Scr.BordersGC
8288 A libintl autoconf fix
8290 * libs/Colorset.c (CreateBackgroundPixmap):
8291 Do not grab the server when we dump the E setroot pixmap
8293 2002-11-29 olicha <olivier.chapuis@free.fr>
8300 Added NLS support with gnu gettext
8302 * fvwm/fvwm.c (main):
8305 * fvwm/expand.c (expand_vars_extended):
8306 New extanded variable $[gt.any_string]
8308 * fvwm/virtual.c (CMD_DesktopName):
8309 * fvwm/windowlist.c (get_desk_title):
8310 * fvwm/expand.c (expand_vars_extended):
8311 * fvwm/fvwm.c (SetRCDefaults):
8312 * fvwm/ConfigFvwmSetup:
8313 Mark some strings to be translated
8315 * libs/FGettext.c (new file):
8316 * libs/FGettext.c (new file):
8318 gnu gettext libintl warper
8320 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8322 * fvwm/add_window.c (RestoreWithdrawnLocation):
8323 rixed rxvts with S/E gravity travelling off screen upon recapture after
8326 * fvwm/events.c (__handle_key_event):
8327 * fvwm/bindings.c (activate_binding):
8328 (__rebind_global_key):
8329 fixed unbinding pointerkey bindings removing the grab for this key
8332 * fvwm/events.c (__is_bpress_window_handled):
8333 fixed click on override redirect windows being handled by the root
8336 * fvwm/misc.c (GrabEm):
8337 confine the pointer to the root window when grabbed
8339 * fvwm/events.c (HandleUnmapNotify):
8340 fixed reparenting problem with restarts from desks != 0
8342 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8345 removed experimental code
8347 2002-11-28 olicha <olivier.chapuis@free.fr>
8349 * fvwm/borders.c (border_get_border_background):
8350 (border_draw_decor_to_pixmap):
8351 (border_fill_pixmap_background):
8352 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8355 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8357 * fvwm/fvwm.c (InitVariables):
8358 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8360 * fvwm/virtual.c (CMD_EdgeScroll):
8363 * fvwm/ConfigFvwmDefaults:
8364 do not include empty ConfigFvwmProxyDefaults, added one binding
8366 2002-11-26 olicha <olivier.chapuis@free.fr>
8368 * libs/Colorset.c (CreateBackgroundPixmap):
8369 * fvwm/colorset.c (parse_colorset):
8370 Be more safe with the E root pixmap
8372 2002-11-25 olicha <olivier.chapuis@free.fr>
8374 * fvwm/move_resize.c (__move_loop):
8375 Redraw the transparent decoration parts when a move is abored
8377 * fvwm/colorset.c (parse_colorset):
8378 Fixed the fgsh Colorset colors when the Image change but not the bg
8380 2002-11-24 Jason Weber <baboon@imonk.com>
8382 * fvwm/conditional.c (CMD_Direction):
8383 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8384 eventual traversal of all windows over repeated calls. It also cycles
8385 back to the opposite extent when it hits the limit in the given
8388 2002-11-22 olicha <olivier.chapuis@free.fr>
8391 * fvwm/borders.c (get_common_decorations):
8392 (border_get_parts_and_pos_to_draw):
8393 (border_get_changed_border_parts):
8394 (border_get_frame_pixmap, new):
8395 (border_get_border_background):
8396 (border_draw_one_border_part):
8397 (border_draw_decorations):
8398 (border_get_tb_parts_to_draw):
8399 (border_fill_pixmap_background):
8400 (border_get_titlebar_descr_state, new):
8401 (border_draw_titlebar):
8402 (border_setup_bar_pixmaps, new):
8403 (border_get_bar_pixmaps, new):
8404 (border_free_bar_pixmaps, new):
8405 (border_setup_use_title_style, new):
8406 (border_set_button_pixmap):
8407 (border_set_title_pixmap):
8408 (border_draw_one_button):
8409 (border_set_button_pixmap):
8410 (border_draw_title_deep):
8411 (border_get_transparent_decorations_part, new):
8412 Title, Border and Buttons Style Colorset Option: Drawing
8414 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8417 * fvwm/frame.c (__frame_setup_window):
8418 (frame_has_handles_and_tiled_border):
8419 (frame_create_move_resize_args):
8420 (frame_free_move_resize_args):
8421 Title, Border and Buttons Style Colorset Option: External drawing
8422 stuff. Basically additional redrawing for RootTransparent
8424 * fvwm/builtins.c (update_decorface_colorset, new):
8425 (update_titlebutton_colorset, new):
8426 (update_decors_colorset, new):
8427 (update_fvwm_colorset):
8428 Title, Border and Buttons Style Colorset Option: Dynamic updating
8431 * fvwm/builtins.c (ReadDecorFace):
8432 Title, Border and Buttons Style Colorset Option: Configuration
8434 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8436 Title, Border and Buttons Style Colorset Option: Convinent macros and
8439 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8441 * libs/Makefile.am: Add missing Bindings.h.
8443 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8445 * fvwm/move_resize.c (__move_loop):
8446 send M_CONFIGURE_WINDOW only when the window actually moves
8448 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8455 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8456 with minor improvements; it is disabled for now (#if 0) since
8457 some Arabic chars cause core dump
8459 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8461 * fvwm/fvwm.1.in (Examples):
8462 added documentation of Icon option for PlaceAgain command
8464 * fvwm/events.c (__handle_key_event):
8465 fixed global key binding problem
8467 2002-11-15 olicha <olivier.chapuis@free.fr>
8469 * libs/Bindings.c (MatchBindingExactly):
8470 (__compare_binding):
8471 compile fixes w/o stroke lib
8474 * fvwm/geometry.c (get_title_font_size_and_offset):
8475 * fvwm/builtins.c (do_title_style):
8476 New MinHeight option to TitleStyle
8478 2002-11-15 olicha <olivier.chapuis@free.fr>
8480 * fvwm/builtins.c (update_fvwm_colorset):
8485 * fvwm/colorset.c (update_root_transparent_colorset):
8486 Fixed update of the RootTransparent colorset in fvwm
8488 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8490 * libs/Bindings.c (__compare_binding):
8491 (MatchBindingExactly):
8492 compoile fixes w/o stroke lib
8494 2002-11-14 olicha <olivier.chapuis@free.fr>
8499 Removed any reference on "xft and flickering"
8501 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8503 * fvwm/eventmask.h (XEVMASK_ICONW):
8504 * fvwm/events.c (HandleKeyRelease):
8506 (__handle_key_event):
8507 * fvwm/bindings.c (ParseBinding):
8509 * libs/Bindings.h (enum):
8510 implemented key release bindings; prefix the key name with a '-';
8511 does not work well with some applications
8513 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8518 * fvwm/bindings.c (ParseBinding):
8521 (bind_get_bound_button_contexts):
8527 (RemoveMatchingBinding):
8532 (GrabAllWindowKeysAndButtons):
8533 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8534 * fvwm/events.c (__handle_bpress_on_root):
8535 (__handle_bpress_on_managed):
8536 (HandleButtonRelease):
8537 * fvwm/builtins.c (CMD_Wait):
8539 * libs/fvwmlib.h (enum):
8540 fixed Key vs. PointerKey with "A"ny context
8542 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8544 * fvwm/icons.c (Iconify):
8545 icon placement safety patch
8547 fixed initial position of application provided icon windows
8549 * fvwm/session.c (LoadWindowStates):
8550 fixed parsing of strings beginning with whitespace in session file
8552 * fvwm/fvwm.1.in (Note):
8553 * fvwm/style.c (style_set_old_focus_policy):
8554 * libs/defaults.h (DEF_FP_MODIFIERS):
8555 set default modifiers for raising/focusing to N again
8557 2002-11-11 olicha <olivier.chapuis@free.fr>
8560 * fvwm/fvwm.c (main):
8562 named-palette -> visual-palette, -N -> -P
8564 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8566 * fvwm/ConfigFvwmDefaults:
8567 include ConfigFvwmProxyDefaults
8569 * fvwm/fvwm.c (usage):
8570 polished usage message
8572 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8574 * fvwm/fvwm.c (usage):
8576 cleaned up usage and error messages
8577 use short option names in usage message an man page synopsis
8578 all options are case sensitive
8579 do not mention the "-" style long options in the man page; instead use
8582 * fvwm/add_window.c (setup_frame_window):
8583 * fvwm/events.c (HandleMapNotify):
8584 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8585 fixed empty decorations after recapture
8587 * fvwm/geometry.c (get_icon_geometry):
8588 * fvwm/icons.c (clear_icon):
8589 fixed icon jumping to 0 0 when the icon layout changes after the icon
8590 has been moved manually
8592 * fvwm/move_resize.c (__move_icon):
8593 fixed MoveToPage with icons
8595 2002-11-09 olicha <olivier.chapuis@free.fr>
8597 * libs/Fft.c (FftGetRotatedFont):
8600 Check the return result of FftPatternGetMatrix
8603 * libs/PictureBase.h:
8606 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8608 * fvwm/ewmh_conf.c (set_state_workaround):
8609 * fvwm/functable.c (func_table):
8610 * fvwm/update.c (apply_window_updates):
8611 * fvwm/windowlist.c (CMD_WindowList):
8612 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8613 (ewmh_WMStateSticky):
8614 * fvwm/conditional.c (CreateConditionMask):
8615 (CreateConditionMask):
8616 * fvwm/gnome.c (GNOME_SetHints):
8618 (GNOME_HandlePropRequest):
8619 * fvwm/placement.c (SmartPlacement):
8624 * fvwm/session.c (SaveWindowStates):
8626 * fvwm/ewmh.c (check_desk):
8627 (EWMH_SetWMDesktop):
8628 (ewmh_ComputeAndSetWorkArea):
8629 (ewmh_HandleDynamicWorkArea):
8630 (ewmh_HandleDesktop):
8633 (ewmh_HandleToolBar):
8634 * fvwm/virtual.c (UnmapDesk):
8638 (do_move_window_to_desk):
8639 * fvwm/icons.c (setup_icon_title_size):
8640 (DrawIconTitleWindow):
8643 * fvwm/borders.c (is_button_toggled):
8644 (get_common_decorations):
8645 (border_draw_title_stick_lines):
8646 * fvwm/add_window.c (AddWindow):
8647 * fvwm/move_resize.c (__move_window):
8648 (is_window_sticky_on_page):
8649 (is_window_sticky_on_desk):
8655 (handle_stick_page):
8656 (handle_stick_desk):
8657 (__handle_stick_exit):
8660 * fvwm/style.c (style_parse_one_style_option):
8661 (check_window_style_change):
8664 New Style options stickypage and stickydesk
8665 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8666 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8667 New conditions StickyPage and StickyDesk
8668 New commands StickPage and StickDesk
8670 * fvwm/move_resize.c (__move_window):
8671 do not unstick a window when using MoveToScreen
8677 * fvwm/functable.c (func_table):
8678 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8679 renamed EWMHBaseStrut to EwmhBaseStruts
8681 * fvwm/style.c (style_set_old_focus_policy):
8682 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8683 (style_parse_one_style_option):
8684 renamed "Border" style to "Borders"
8685 removed "NoBorder" style; use !Borders instead
8686 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8687 renamed PlacmentOverlapPercentPenalties to
8688 MinOverlapPercentPlacementPenalties
8695 Fixed compiler warnings
8697 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8700 autogenerate FvwmWindowLister files
8703 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8704 of MissingSubmenuFunction and DynamicPopupAction
8706 2002-11-08 olicha <olivier.chapuis@free.fr>
8708 * libs/PictureUtils.c (alloc_color_proportion):
8709 (alloc_color_proportion_dither):
8710 (alloc_color_proportion_grey):
8712 (free_colors_in_table):
8714 (init_static_colors_table):
8715 (PictureFreeColors):
8716 (PictureInitColors):
8717 (PicturePrintColorInfo):
8718 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8721 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8723 * fvwm/move_resize.c (__move_window):
8724 ignore MoveToPage with sticky windows
8726 * fvwm/conditional.c (Circulate):
8728 Next and Prev commands begin looking at the context window, if any
8730 * fvwm/focus.c (__focus_grab_buttons):
8731 fixed initial button grabbing on client window
8733 * fvwm/stack.c (BroadcastRestack):
8734 split long packets, fixed a bug and cleaned up
8736 * libs/Module.c (ReadFvwmPacket):
8737 ignore packets that are too long
8740 document PopupDelay and PopdownDelay defaults
8742 2002-11-06 olicha <olivier.chapuis@free.fr>
8744 * libs/Fft.c (FftGetFont):
8745 (FftGetRotatedFont):
8746 Use a more perfectioned method for loading font with Xft/Fc. This
8747 method allows sanity check. Preserve the matrix when rotating
8750 * libs/Flocale.c (FlocaleGetMinOffset):
8751 (FlocaleRotateDrawString):
8752 (FlocaleGetFontSet):
8754 * libs/Fft.c (FftDrawString):
8756 * libs/FftInterface.h:
8757 * fvwm/geometry.c (get_title_font_size_and_offset):
8758 Move the computation of the good "y" for drawing text into Flocale.
8759 Use the max ascent, descent and height for font metric (in the place
8762 * libs/Flocale.c (FlocalePrintLocaleInfo):
8764 * libs/Fft.c (FftPrintPatternInfo):
8766 * fvwm/builtins.c (CMD_PrintInfo):
8769 New option "Locale" to PrintInfo Command
8771 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8773 * fvwm/events.c (HandleExpose):
8776 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8778 * fvwm/fvwm.1.in: colour -> color
8781 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8784 * fvwm/fvwm.c (usage):
8788 2002-11-04 olicha <olivier.chapuis@free.fr>
8791 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8793 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8795 (PictureFreeColors):
8796 (PicturePrintColorInfo):
8797 Trace colours allocation out of the pallet in depth <= 8. Better
8798 information on coulours
8800 * libs/Fft.c (FftGetRotatedFont):
8802 Fixed rotated font when the original font has a matrix
8804 * libs/PictureBase.c (PictureInitCMapRoot):
8805 * libs/PictureUtils.h:
8806 * libs/PictureUtils.c (PictureInitColors):
8807 (PictureAllocColorTable):
8808 * libs/PictureBase.h (PictureColorLimitOption):
8809 * fvwm/fvwm.c (main):
8811 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8812 -named-pallet. -color-limit now take only integer argument.
8815 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8817 * libs/Module.h (struct):
8818 new type FvwmWinPacketBodyHeader to access the standard fields in a
8819 packet with a window
8821 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8826 * fvwm/functable.c (func_table):
8828 * fvwm/style.c (style_parse_one_style_option):
8829 (parse_and_set_window_style):
8833 added a new command FocusStyle as a shorthand for
8834 "Style * FP..., FP..."
8836 * fvwm/builtins.c (__parse_vector_line_one_coord):
8837 (__parse_vector_line):
8839 split vector line parsing into sub functions
8841 fixed core dump in vector button offset patch
8843 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8845 * fvwm/screen.h (vector_coords):
8846 added fields for offsets
8847 * fvwm/builtins.c (ReadDecorFace):
8848 rewrote parser for vector definitions to accept optional offsets
8849 * fvwm/fvwm.c (LoadDefaultLeftButton):
8850 (LoadDefaultRightButton)
8851 set default values for offsets
8852 * fvwm/borders.c (border_draw_vector_to_pixmap):
8853 updated XDrawLine call to take offsets into account
8855 documented new options for vector offsets
8857 2002-11-01 olicha <olivier.chapuis@free.fr>
8859 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8860 Fixed icon tint pixel, it was set to icon tint percent during some
8863 2002-10-31 olicha <olivier.chapuis@free.fr>
8865 * libs/PictureUtils.c (PictureAllocColorImage):
8866 (PictureOpenImageColorAllocator):
8867 (PictureCloseImageColorAllocator):
8868 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8871 (PImageCreatePixmapFromArgbData):
8872 (PImageLoadPixmapFromFile):
8873 * libs/PictureBase.h (FvwmPictureThing):
8874 (PictureImageColorAllocator):
8876 * libs/Picture.c (PDestroyFvwmPicture):
8877 (PLoadFvwmPictureFromPixmap):
8878 * libs/Graphics.c (CreateGradientPixmap):
8880 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8881 Added a new way to allocate colors for image and gradient. This method
8882 allows, in particular, to save (in a "fast" way) the allocated pixels
8883 with a minimal memory usage.
8884 Fixed color leaks for png, ewmh and dithered xpm images.
8886 * fvwm/add_window.c (destroy_icon):
8887 * fvwm/fvwm.h (FvwmWindow):
8888 * fvwm/icons.c (GetIconFromFile):
8891 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8895 * fvwm/stack.c (enum):
8896 (position_new_window_in_stack_ring):
8898 (must_move_transients):
8901 (__raise_lower_recursion):
8902 (__raise_or_lower_window):
8903 (raise_or_lower_window):
8904 (collect_transients_recursive):
8905 (__is_restack_transients_needed):
8907 (CMD_RestackTransients):
8908 new command RestackTransients which works like Raise and Lower but does
8909 not restack windows that are not transient
8910 renamed some functions
8914 corrected cursor movement key bindings
8916 * fvwm/bindings.c (activate_binding):
8917 fixed problem w/ bindings being overridden by applications OpenOffice
8920 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8927 include FvwmProxy to build
8929 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8932 exclude FvwmProxy from build
8938 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8941 added FvwmProxy module
8943 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8946 * fvwm/windowlist.c (CMD_WindowList):
8947 renamed SortClassName to SortByClass
8949 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8951 * fvwm/menustyle.c (menustyle_update):
8952 (menustyle_parse_style):
8953 (menustyle_get_styleopt_index):
8954 (menustyle_parse_style):
8955 (CMD_CopyMenuStyle):
8957 removed HilightRelief MenuStyle and hard coded it
8959 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8961 * fvwm/menus.c (make_menu_window):
8962 fixed updating menu background with "Menustyle * Background"
8964 * fvwm/stack.c (__get_stacking_sibling):
8966 fixed another stacking problem
8968 2002-10-28 Mikhael Goikhman <migo@homemail.com>
8972 corrected and lined up several help lines
8975 added --enable-xinerama-emulation description
8977 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8979 * fvwm/stack.c (restack_windows):
8980 (__get_stacking_sibling):
8981 fixed another stacking problem
8983 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8985 * fvwm/add_window.c (AddWindow):
8986 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
8987 windows starting lowered or on other layers in FvwmPager
8989 * fvwm/stack.c (restack_windows):
8990 (__get_visible_window):
8991 fixed a stacking problem with layers
8993 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8995 * fvwm/functable.c (func_table):
8998 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9002 * fvwm/windowlist.c:
9003 new WindowList option SortByResource
9005 * fvwm/style.c (check_window_style_change):
9006 * libs/FlocaleCharset.c:
9010 place recent authors to the top, not bottom
9013 corrected typo in error message
9015 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9017 * fvwm/fvwm.1.in: Lang check done.
9019 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9022 work on new menu loop code
9028 * fvwm/menus.c (__mloop_handle_event):
9029 (__mloop_get_event):
9030 (__mloop_handle_action_with_mi):
9031 * fvwm/menus.h (MenuReturn):
9032 renamed MenuReturn member menu to target_menu
9034 * fvwm/menus.c (__mloop_handle_event):
9035 * fvwm/menus.h (MenuReturn):
9036 removed a "write only" member of MenuReturn
9038 * fvwm/conditional.c (circulate_cmd):
9039 fixed the "Any" command
9041 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9043 * fvwm/stack.c (mark_transient_subtree):
9044 fixed stack ring corruption with iconified transients
9046 fixed a problem with lowering windows below the icons of their
9049 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9055 * libs/PictureBase.h:
9059 renamed colorset_struct to colorset_t
9061 2002-10-22 olicha <olivier.chapuis@free.fr>
9063 * libs/PictureUtils.c:
9064 Minor fixes and add #if O experimental code
9066 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9068 * fvwm/icons.c (DrawIconPixmapWindow):
9070 * fvwm/events.c (HandlePropertyNotify):
9071 * libs/Fft.c (FftDrawString):
9072 * libs/Colorset.c (DumpColorset):
9074 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9075 use renamed colorset_struct members
9077 * libs/Colorset.h (colorset_struct):
9078 renamed and re-sorted members and cut down bit field lengths for
9081 * fvwm/menustyle.c (menustyle_update):
9084 * fvwm/stack.c (restack_windows):
9085 fixed flickering when raising transients; can't prevent flickering when
9086 lowering a window completely
9088 fixed unnecessary error message
9090 * fvwm/fvwm.c (main):
9093 * fvwm/stack.c (__restack_window):
9094 fixed a stacking problem with icons
9096 * fvwm/add_window.c (destroy_icon):
9099 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9101 * fvwm/menuitem.c (menuitem_paint):
9102 * fvwm/menustyle.c (menustyle_parse_style):
9103 * fvwm/menus.c (paint_side_pic):
9106 (repaint_transparent_menu):
9107 * fvwm/menustyle.h (MenuLook):
9108 cleaned up menu drawing code, fixed last patch
9110 * fvwm/menuitem.c (menuitem_paint):
9111 * fvwm/menustyle.c (menustyle_parse_style):
9112 fixed HilightBack default
9114 * fvwm/bindings.c (binding_cmd):
9115 (bind_get_bound_button_contexts):
9117 * fvwm/screen.h (ScreenInfo):
9118 fixed mouse bindings with buttons > 5
9120 * fvwm/menuitem.c (menuitem_paint):
9121 * fvwm/menustyle.c (menustyle_parse_style):
9122 (menustyle_parse_style):
9123 (CMD_CopyMenuStyle):
9126 * fvwm/menus.c (repaint_transparent_menu):
9128 HilightBack and ActiveFore are now independent
9130 2002-10-18 olicha <olivier.chapuis@free.fr>
9132 * libs/PictureUtils.c (get_color_index):
9133 (create_mapping_table):
9134 (PictureAllocColorTable):
9135 Use a new distance and method for color approximation. Use 68 colors
9136 for the default under depth 8. I am happy with this, should use a
9137 similar distance method for dithering
9139 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9140 (PictureAllocColorTable):
9141 (PictureDitherByDefault):
9144 (PicturePrintColorInfo):
9145 * libs/PictureUtils.h:
9146 Allows -color-limit to work with any visual and depth for testing
9147 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9150 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9152 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9154 * fvwm/add_window.c (get_default_window_attributes):
9157 * fvwm/builtins.c (CMD_ChangeDecor):
9158 removed some duplicate redrawing
9160 * fvwm/update.c (apply_decor_change):
9161 suppress duplicate window update upon ChangeDecor
9162 (apply_window_updates):
9163 do not delete the focus window
9165 2002-10-17 olicha <olivier.chapuis@free.fr>
9170 * libs/Colorset.c (CreateBackgroundPixmap):
9171 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9173 * fvwm/builtins.c (CMD_Colorset):
9174 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9176 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9178 * fvwm/add_window.c (AddWindow):
9179 * fvwm/update.c (apply_window_updates):
9180 * fvwm/move_resize.c (handle_stick):
9182 suppress drawing of sticky decorations initially
9183 reduce module communication overhead when (un)sticking windows
9185 * fvwm/borders.c (border_draw_decorations):
9186 * fvwm/window_flags.h:
9188 * fvwm/frame.c (frame_create_move_resize_args):
9189 (get_resize_decor_gravities_one_axis):
9190 (frame_mrs_setup_draw_decorations):
9192 initialize window decorations with a "None" pixmap;
9193 delay drawing window decorations initially to prevent drawing multiple
9195 => windows grabbing the focus upon startup are drawn focused
9198 * fvwm/frame.c (frame_free_move_resize_args):
9199 reparent the frame hide windows to NoFocusWin instead of Root to
9200 suppress unnecessary ReparentNotify events
9202 2002-10-16 olicha <olivier.chapuis@free.fr>
9204 * fvwm/fvwm.c (main):
9208 Fixed compilation with X cvs
9210 * libs/Colorset.c (CreateBackgroundPixmap):
9213 * fvwm/events.c (HandlePropertyNotify):
9214 * fvwm/colorset.c (update_root_pixmap):
9215 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9216 to found a root pixmap
9218 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9220 * fvwm/bindings.c (bind_get_bound_button_contexts):
9221 another mouse binding fix
9223 * fvwm/conditional.c (CreateConditionMask):
9225 all conditions have a negation with '!' prepended
9229 Current, All, Pick, ThisWindow and PointerWindow imply the
9230 CirculateHitShaded condition.
9232 * fvwm/focus.c (__focus_grab_buttons):
9233 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9234 fixed bindings using mouse buttons >= 6
9236 2002-10-15 olicha <olivier.chapuis@free.fr>
9238 * libs/PictureUtils.c (PicturePrintColorInfo):
9241 * fvwm/functable.c (func_table):
9242 * fvwm/builtins.c (CMD_PrintInfo):
9244 New cmd PrintInfo. Only one arg at present time: "Colors"
9246 * fvwm/fvwm.c (main):
9247 Auto detect card with 2 hardware colormaps and choose the best
9250 * libs/PictureUtils.c (PictureInitColors):
9252 * libs/PictureUtils.h:
9253 * fvwm/fvwm.c (main):
9254 * libs/PictureBase.c (PictureInitCMapRoot):
9256 * libs/PictureBase.h:
9257 Try to support DirectColor visual in a good way, I do not think
9258 this is really useful.
9259 Added a flexible interface function PictureInitColors for
9260 colors allocation initialization.
9261 Some cleanup in color allocation and some preparation for a new
9262 method for saving and freeing colors allocated by images and gradients.
9263 Removed some ifdefed to 0 debug code.
9265 * libs/Picture.c (*):
9267 * libs/PictureImageLoader.c (*):
9268 * libs/PictureImageLoader.h:
9271 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9273 * fvwm/add_window.c (setup_key_and_button_grabs):
9274 * fvwm/bindings.c (ParseBinding):
9276 * fvwm/add_window.c (setup_key_and_button_grabs):
9277 don't grab window context specific bindings anymore; instead, set
9278 Scr.buttons2grab accordingly
9280 * fvwm/bindings.c (activate_binding):
9281 fixed stroke bindings on window context being ignored if no other
9282 action was bound to that context
9284 * fvwm/add_window.c (destroy_icon):
9285 fixed duplicate icon pixmap when switching from NoIconOverride to
9288 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9291 re-indented some code
9293 fixed random position of icon title for icons with a position hint
9296 corrected default of Use/NoIconPosition style
9298 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9300 * fvwm/windowlist.c (CMD_WindowList):
9301 fixed random string for iconified windows in the WindowList
9303 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9308 2002-10-08 olicha <olivier.chapuis@free.fr>
9310 * libs/PictureBase.c (*):
9311 (PictureInitCMapRoot)
9312 (PictureSetupWhiteAndBlack):
9313 (PictureWhitePixel):
9314 (PictureBlackPixel):
9316 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9317 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9318 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9319 but always use the root visual and allows to set or not a private
9321 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9322 but which respects the Pvisual
9324 * libs/PictureGraphics.c (*):
9325 * libs/FScreen.c (FScreenInit):
9326 * libs/FRender.c (FRenderRender):
9327 * libs/Fft.c (FftDrawString):
9328 * fvwm/icons.c (CreateIconWindow):
9329 * fvwm/colorset.c (parse_colorset):
9330 * fvwm/move_resize.c (CMD_XorValue):
9331 * fvwm/colorset.c (alloc_colorset):
9332 * fvwm/fvwm.c (main):
9333 Use the new interface functions and some fix if the fvwm depth !=
9336 * libs/PictureUtils.c (PictureAllocColorTable):
9337 Change the default color table to a 4x4x4 cc + 4 grey
9339 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9341 * fvwm/fvwm.1.in: Use built-in, not builtin.
9343 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9346 s/FvwmNewDebug/FvwmDebug/
9349 * fvwm/conditional.c (CMD_NoWindow):
9352 new command NoWindow to remove window context
9355 use "fvwm" spelling, at least in the middle of sentences
9357 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9359 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9360 builtin commands. Use "builtin", not "built in" or "built-in".
9363 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9365 * libs/Graphics.c (do_relieve_rectangle):
9366 removed debug message
9368 * fvwm/focus.c (__update_windowlist):
9369 (__set_focus_to_fwin):
9370 fixed reversal of __update_windowlist arguments causing FlipFocus to
9371 break [and maybe other things]
9373 2002-10-05 olicha <olivier.chapuis@free.fr>
9375 * libs/PictureUtils.c (alloc_color_cube):
9376 It si possible to enable "gamma correction" for colors cubes (disabled,
9377 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9379 * libs/PictureUtils.c (get_color_index):
9380 (create_mapping_table):
9381 Use a more exact approximation of colors for pur cc without the big
9384 * libs/PictureUtils.c (PictureFreeColors):
9387 * libs/Graphics.c (CreateGradientPixmap):
9388 (CreateGradientPixmapFromString):
9391 2002-10-04 olicha <olivier.chapuis@free.fr>
9393 * libs/PictureUtils.c (*):
9394 Used a better color approximation for color cube when we do not dither.
9395 Added some new colors tables: color cube with some grey colors.
9396 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9399 * fvwm/fvwm.c (main):
9400 Fixed the visual option
9402 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9405 generate FvwmNewDebug and FvwmGtkDebug
9407 2002-10-02 olicha <olivier.chapuis@free.fr>
9409 * libs/PictureUtils.c (USED_DIST):
9410 Used the euclidian distance for colors distance
9412 * libs/Fft.c (FftGetFont):
9413 Disable Xft if the Xserver does not support XRender
9415 2002-10-01 olicha <olivier.chapuis@free.fr>
9417 * libs/Fft.c (FftGetFont):
9418 Disable Xft if the Xserver does not support XRender
9420 * libs/FRender.c (FRenderRender):
9421 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9424 * libs/Colorset.c (SetRectangleBackground):
9425 (SetClippedRectangleBackground):
9427 New interface function for drawing a subset of a colorset rectangle
9429 2002-09-26 olicha <olivier.chapuis@free.fr>
9431 * fvwm/update.c (apply_window_updates):
9432 Fixed icons colorset update
9434 * libs/FRender.c (FRenderRender):
9435 Fixed bitmap rendering
9437 * fvwm/update.c (apply_window_updates):
9438 * fvwm/geometry.c (move_icon_to_position):
9439 * fvwm/events.c (HandleEnterNotify):
9441 (HandleLeaveNotify):
9442 (HandlePropertyNotify):
9443 * fvwm/add_window.c (setup_icon_font):
9444 * fvwm/icons.c (DrawIconWindow):
9445 (DrawIconTitleWindow):
9446 (DrawIconPixmapWindow):
9449 Fixed focus/unfocus flickering
9451 2002-09-25 olicha <olivier.chapuis@free.fr>
9453 * fvwm/icons.c (DrawIconTitleWindow):
9454 One more drawing fix
9456 2002-09-24 olicha <olivier.chapuis@free.fr>
9458 * fvwm/icons.c (DrawIconTitleWindow):
9459 An other drawing fix
9461 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9463 * fvwm/move_resize.c (__move_loop):
9464 fixed uninitialised variable
9466 fixed starting move at random position
9468 2002-09-24 olicha <olivier.chapuis@free.fr>
9470 * fvwm/update.c (apply_window_updates):
9471 * fvwm/geometry.c (move_icon_to_position):
9472 * fvwm/events.c (HandleEnterNotify):
9474 (HandleLeaveNotify):
9475 (HandlePropertyNotify):
9476 * fvwm/add_window.c (setup_icon_font):
9477 * fvwm/icons.c (DrawIconWindow):
9478 (DrawIconTitleWindow):
9479 (DrawIconPixmapWindow):
9482 Fixed icon drawing. Split icon window drawing.
9484 * libs/FRender.c (*):
9485 Fixed compilation and small clean up
9487 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9489 * fvwm/conditional.c (CreateFlagString):
9490 fixed quoting in conditional command conditions
9492 * fvwm/menus.c (__mloop_handle_event):
9493 removed unnecessary querying of pointer position on button release in
9498 * fvwm/bindings.c (ParseBinding):
9499 increased maximum allowed key symbol name length to 200 characters
9501 * fvwm/execcontext.h (enum):
9502 * fvwm/fvwm.c (Done):
9508 * fvwm/execcontext.h (enum):
9509 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9511 * fvwm/menus.c (pop_menu_up):
9512 fixed accidental menu animation with certain menu position hints
9514 2002-09-23 olicha <olivier.chapuis@free.fr>
9516 * libs/FRender.c (*):
9517 Fixed(?) XRender rendering with some Xserver
9519 * fvwm/update.c (apply_window_updates):
9520 * fvwm/geometry.c (move_icon_to_position):
9521 * fvwm/events.c (HandleEnterNotify):
9523 (HandleLeaveNotify):
9524 (HandlePropertyNotify):
9525 * fvwm/add_window.c (setup_icon_font):
9526 * fvwm/icons.c (DrawIconWindow):
9529 Clip text and icon drawing for the icons
9531 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9535 Path commands now support form: "path1;ext1:path2:path3;ext3"
9536 where ext1 (for example, ".png") means all files in path1 should
9537 be forced to have extention ".png" even if the requested icon
9538 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9540 * fvwm/execcontext.h:
9541 small changes in latters used for EXCT_* constants
9543 * fvwm/module_interface.c:
9545 * libs/PictureBase.c:
9547 some spacing reindentation
9549 2002-09-21 olicha <olivier.chapuis@free.fr>
9551 * libs/FRender.c (FRenderCompositeAndCheck):
9552 Temporally take GraphicsExposure in account
9554 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9557 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9559 2002-09-20 olicha <olivier.chapuis@free.fr>
9561 * fvwm/icons.c (GetIconPicture):
9562 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9563 Fixed the alpha channel
9565 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9570 2002-09-20 olicha <olivier.chapuis@free.fr>
9572 * libs/FRender.c (FRenderTintPicture):
9573 (FRenderTintRectangle):
9575 * libs/FRenderInterface.h:
9576 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9577 Make FRender code more modular. Add a 24+8 tinting method and enable it
9578 in the place of the 32 tinting method (which can be enabled by defining
9579 USE_ABSOLUTE_FORMATE)
9581 2002-09-19 olicha <olivier.chapuis@free.fr>
9583 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9584 (animated_move_back):
9586 (repaint_transparent_menu):
9587 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9588 (AnimatedMoveAnyWindow):
9589 * fvwm/move_resize.h:
9590 Support the new colorset transparent options and fix greyed item
9591 of transparent animated menus
9593 * fvwm/menus.c (pop_menu_up):
9594 (animated_move_back):
9596 * libs/Rectangles.c:
9597 * libs/Rectangles.h:
9599 New libs files for rectangles, segments, regions ..etc
9601 * fvwm/menus.c (clear_expose_menu_area):
9602 (get_menu_paint_item_parameters):
9605 (ParentalMenuRePaint):
9606 (ParentalMenuRePaint):
9607 * fvwm/menuitem.c (clear_menu_item_background):
9609 * fvwm/menuitem.h (MenuPaintItemParameters):
9610 Clip the item icons and text drawing
9612 * fvwm/menus.c (__mloop_exit):
9613 Fixed an indirect uninitialized variable bug
9615 * fvwm/menus.c (__mloop_handle_event): *
9616 (__mloop_handle_action_with_mi): *
9617 Update some comments
9619 * libs/FRender.c (FRenderVisualInit):
9621 * fvwm/colorset.c (parse_colorset):
9624 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9626 * fvwm/menus.c (__menu_loop):
9627 (__mloop_handle_action_with_mi):
9628 fixed parent menu redrawing
9630 * fvwm/style.c (check_window_style_change):
9631 * fvwm/update.c (apply_window_updates):
9632 * fvwm/add_window.c (setup_icon_size_limits):
9633 honour changes in IconSize style without recapture
9635 * fvwm/focus.c (focus_query_open_grab_focus):
9636 * fvwm/events.c (HandlePropertyNotify):
9637 * fvwm/add_window.c (setup_transientfor):
9638 take care of various funny initial transientfor settings
9640 * fvwm/stack.c (__raise_lower_recursion):
9642 fixed stacking core dump
9644 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9650 added a program that tests for -Werror option and similar; bug out of
9651 configure if the test program doesn't compile
9653 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9657 add a "do not edit" warning at the beginning of the man page
9660 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9662 * libs/FScreen.c (XineramaQueryScreens):
9663 fixed linking problem when compiling without Xinerama
9665 * fvwm/cursor.c (CMD_CursorStyle):
9666 fixed cursorstyle command being applied to windows without handles
9668 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9669 (EWMH_ProcessPropertyNotify):
9670 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9671 (GNOME_HandlePropRequest):
9672 fixed dummy macros when compiling without gnome/ewmh support
9674 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9676 * libs/queue.c (fqueue_add_inside):
9677 add a new command with the same execution time as a previous one behind
9681 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9684 * fvwm/functions.c (__execute_function):
9685 * fvwm/execcontext.h (exec_context_type_t):
9686 replace enum values with letters for readability
9688 * fvwm/functions.c (__execute_function):
9689 improved command log output
9691 * fvwm/schedule.c (execute_obj_func):
9692 fixed schedule queue timing
9695 refuse to run configure if CFLAGS is not empty
9697 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9700 fixed compilation with --enable-command-log; simplified fvwm_msg()
9703 reformatted; don't send end-of-line with SET_*MASK
9705 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9707 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9708 fixed multipixmap title drawing
9710 * fvwm/frame.h (struct):
9711 * fvwm/frame.c (frame_get_titlebar_dimensions):
9714 * fvwm/events.c (HandlePropertyNotify):
9715 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9717 * libs/Fft.c (FftDrawString):
9718 -Wall fix when compiling w/o Xft
9720 2002-09-15 olicha <olivier.chapuis@free.fr>
9722 * libs/Colorset.c (CreateBackgroundPixmap):
9723 Fixed a dpy problem with FvwmBacker
9724 * libs/Colorset.c (CreateBackgroundPixmap):
9725 Fixed creation a root transparent pixmap for small root pixmap
9727 2002-09-14 olicha <olivier.chapuis@free.fr>
9729 * libs/Fft.c (FftDrawString):
9730 Fixed clip region with shadow font
9732 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9733 Added a function to create translucent pixmaps
9734 * libs/Colorset.c (CreateBackgroundPixmap):
9736 * libs/FRender.c (FRenderRender):
9737 Allows to use the root window as src pixmap
9739 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9742 Fixed open double quotes in ButtonState section
9744 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9746 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9748 2002-09-13 olicha <olivier.chapuis@free.fr>
9750 * libs/Colorset.c (CreateBackgroundPixmap):
9751 (UpdateBackgroundTransparency):
9752 (SetRectangleBackground):
9754 * fvwm/colorset.c (*):
9756 * fvwm/events.c (HandlePropertyNotify):
9757 Starting implementation of RootTransparent colorset. Worked on
9758 tinted Transparent colorset. Various colorset parsing fixes.
9760 * libs/Fft.c (FftDrawString):
9762 Added the possibility to draw with a clipping region.
9764 * libs/FRender.c (FRenderRender):
9765 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9766 (PCreateRenderPixmap):
9767 (PGraphicsCreateTransprency):
9768 (PGraphicsTintRectangle):
9769 Improve current rendering functions to be able to tint the
9770 ParentalRelative pixmap or the background of a window.
9771 Re-enabled XRender rendering.
9774 remove a #if 0 debug "render" code
9776 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9778 * fvwm/builtins.c (ReadTitleButton):
9780 new button state shortcuts AllNormal, AllToggled,
9781 AllActive, AllInactive, AllUp, AllDown
9783 * fvwm/module_interface.c:
9787 possibly fixed compilation with non gcc
9789 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9791 * fvwm/focus.c (_focus_grab_buttons):
9792 (__focus_grab_buttons):
9794 (__focus_grab_one_button):
9795 grab all modifier combinations on client windows by default if
9796 necessary; this saves a lot of traffic but may grab unnecessary
9797 modifiers with mouse bindings on the client window
9800 * libs/defaults.h (DEF_FP_MODIFIERS):
9801 * fvwm/events.c (__handle_focus_raise_click):
9802 * fvwm/style.c (style_parse_focus_policy_style):
9803 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9804 default is now to use any modifiers for clicktofocus/raise purposes
9806 * fvwm/menus.c (__mloop_get_event):
9809 fixed tear off menus
9811 * libs/FEvent.c (FCheckIfEvent):
9814 (FCheckTypedWindowEvent):
9815 (FCheckWindowEvent):
9816 fixed FCheck...Event functions thus fixing Menu command behaving like
9819 * fvwm/move_resize.c (InteractiveMove):
9820 fixed offset between pointer and window when dragging
9822 * fvwm/virtual.c (HandlePaging):
9823 * fvwm/icons.c (CMD_Iconify):
9824 * fvwm/move_resize.c (InteractiveMove):
9825 * fvwm/menus.c (get_menu_options):
9827 * libs/FScreen.c (GetMouseXY):
9828 use new function fev_get_evpos_or_query()
9834 (GetLocationFromEventOrQuery):
9835 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9836 * libs/FEvent.c (fev_set_evpos):
9839 * fvwm/functions.c (__execute_function):
9840 (execute_complex_function):
9841 fixed complex action clicking logic
9843 * fvwm/add_window.c (CaptureOneWindow):
9844 fixed RecaptureWindow
9845 (CaptureAllWindows):
9848 * fvwm/functable.c (func_table):
9849 fixed running RecaptureWindow without a context window
9851 * fvwm/conditional.c (circulate_cmd):
9854 * fvwm/events.c (HandleVisibilityNotify):
9855 fixed VisibilityNotify handling
9857 * fvwm/functions.c (execute_complex_function):
9858 fixed memory corruption
9859 (__execute_function):
9860 fixed using wrong context
9861 (__execute_function):
9862 removed conditional that was always true now
9866 * fvwm/module_interface.c (ExecuteModuleCommand):
9867 initialise module number
9869 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9871 * fvwm/add_window.c (CaptureOneWindow):
9872 fixed memory corruption
9874 * fvwm/icons.c (Iconify):
9876 fixed bug introduced with transient stacking patch
9878 * fvwm/functions.c (DeferExecution):
9879 (__execute_function):
9880 (execute_complex_function):
9881 cleaned up and optimized exec_context handling
9886 * fvwm/windowlist.c:
9887 * fvwm/conditional.c:
9894 * fvwm/module_interface.c:
9897 * fvwm/add_window.c:
9898 * fvwm/move_resize.c:
9899 * fvwm/fvwm.h (F_CMD_ARGS):
9901 completely removed the builtin command arguments fw, w, and context
9903 * fvwm/functions.c (DeferExecution):
9906 * fvwm/stack.c (BroadcastRestack):
9907 removed global lastTimestamp
9909 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9910 (EWMH_ProcessPropertyNotify):
9911 (ewmh_WMStateShaded):
9912 (ewmh_WMStateSticky):
9913 (ewmh_WMStateHidden):
9918 (ewmh_DesktopGeometry):
9919 (ewmh_ActiveWindow):
9920 use new function interface
9922 * fvwm/menus.c (do_menu):
9923 * fvwm/menucmd.c (menu_func):
9924 * fvwm/windowlist.c (CMD_WindowList):
9925 use new function interface
9926 replaced "(XEvent *)1" hack with a regular flag
9928 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9930 * fvwm/add_window.c (destroy_window):
9931 * fvwm/update.c (destroy_scheduled_windows):
9932 * fvwm/screen.h (ScreenInfo):
9933 new member is_executing_menu_function
9935 * fvwm/windowlist.c (CMD_WindowList):
9936 * fvwm/menucmd.c (menu_func):
9937 * fvwm/gnome.c (CMD_GnomeButton):
9938 (GNOME_ProcessClientMessage):
9939 (GNOME_HandlePropRequest):
9940 * fvwm/modconf.c (CMD_Send_ConfigInfo):
9941 * fvwm/update.c (apply_window_updates):
9942 * fvwm/repeat.c (CMD_Repeat):
9943 * fvwm/conditional.c (circulate_cmd):
9955 * fvwm/focus.c (warp_to_fvwm_window):
9957 * fvwm/read.c (run_command_stream):
9961 * fvwm/fvwm.c (Done):
9965 use new function interface
9967 fixed running startup script under random module number
9969 * fvwm/functions.c (execute_function_override_window):
9970 * fvwm/functions.c (execute_function_override_wcontext):
9971 new convenience functions
9978 * fvwm/module_interface.c (CMD_Send_WindowList):
9980 (CMD_set_sync_mask):
9981 (CMD_set_nograb_mask):
9983 don't use "Module" argument anymore
9984 (ExecuteModuleCommand):
9986 use new function interface
9988 * fvwm/add_window.c (CaptureOneWindow):
9990 (CaptureAllWindows):
9991 * fvwm/events.c (HandleMapRequestKeepRaised):
9992 * fvwm/add_window.c (AddWindow):
9993 AddWindow takes executiuon context as its argument instead of the
9994 window; changed caller
9995 don't use "Event" anymore
9997 * fvwm/fvwm.c (StartupStuff):
9998 generate an execution context for startup
10000 * fvwm/move_resize.c (DoResize):
10004 renamed and used new function interface in args
10006 * fvwm/geometry.c (constrain_size):
10007 added XEvent *e argument to remove use of global "Event"; changed all
10010 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10012 * fvwm/stack.c (get_next_window_in_stack_ring):
10013 (get_prev_window_in_stack_ring):
10014 (get_transientfor_fvwmwindow):
10015 * fvwm/icons.c (SetMapStateProp):
10016 * fvwm/events.c (fake_map_unmap_notify):
10017 * fvwm/misc.c (IsRectangleOnThisPage):
10018 * fvwm/menus.c (menu_enter_tear_off_menu):
10019 (menu_close_tear_off_menu):
10020 * fvwm/icons.c (DrawIconWindow):
10022 * fvwm/colormaps.c (InstallWindowColormaps):
10023 made FvwmWindow * arguments const in many functions
10025 * fvwm/menus.c (pop_menu_up):
10028 (__mloop_do_popup):
10030 (menu_enter_tear_off_menu):
10031 (__mloop_get_event):
10032 (__mloop_get_event_timeout_loop):
10034 (__mloop_get_mi_actions):
10036 * fvwm/events.c (HandleEnterNotify):
10037 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10042 * fvwm/functions.c (DeferExecution):
10043 (__execute_function):
10044 * fvwm/windowlist.c (CMD_WindowList):
10045 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10046 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10047 (ExecuteModuleCommand):
10048 * fvwm/builtins.c (CMD_Wait):
10049 * fvwm/events.c (WaitForButtonsUp):
10050 (HandleShapeNotify):
10051 (HandleVisibilityNotify):
10052 (HandleUnmapNotify):
10053 (HandleSelectionRequest):
10054 (HandleReparentNotify):
10055 (HandlePropertyNotify):
10056 (HandleMotionNotify):
10057 (HandleMapRequestKeepRaised):
10058 (HandleMapRequest):
10059 (HandleMappingNotify):
10061 (HandleLeaveNotify):
10066 (HandleEnterNotify):
10067 (HandleDestroyNotify):
10068 (HandleColormapNotify):
10069 (HandleClientMessage):
10070 (HandleButtonRelease):
10071 (HandleButtonPress):
10072 (__handle_bpress_on_root):
10073 (__handle_bpress_action):
10074 (__handle_click_to_raise):
10075 (__handle_click_to_focus):
10076 (__is_bpress_window_handled):
10077 (__handle_focus_raise_click):
10078 don't use "Event", "Fw" and old_execute_function() anymore
10080 * fvwm/events.c (dispatch_event):
10081 removed preserve_tmpwin argument; changed all callers
10083 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10084 fixed random focus member of faked event
10086 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10087 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10088 (EWMH_ProcessPropertyNotify):
10089 * fvwm/move_resize.c (DisplaySize):
10091 (position_geometry_window):
10092 * fvwm/geometry.c (get_window_borders):
10093 (get_window_borders_no_title):
10096 * fvwm/events.c (dispatch_event):
10097 create event execution context
10098 (HandleClientMessage):
10099 removed useless local "button"
10101 don't fiddle with global Fw anymore; added argument to return context
10102 window; changed all callers
10104 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10105 * fvwm/move_resize.c (__resize_window):
10106 use new event handle interface
10109 * fvwm/eventhandler.h:
10110 new event handler interface
10112 * fvwm/functions.c (CMD_Plus):
10113 * fvwm/builtins.c (AddToDecor):
10115 (CMD_DestroyDecor):
10116 use F_CMD_ARGS in AddToDecor
10118 removed useless check for realloc return value
10119 use new function interface
10120 fixed another memory leak
10122 * fvwm/builtins.c (__remove_window_decors):
10123 replace old_execute_function with execute_function
10125 * fvwm/add_window.c (setup_window_placement):
10126 * fvwm/placement.c (PlaceWindow):
10127 * fvwm/schedule.c (execute_obj_func):
10128 * fvwm/colorset.c (add_to_junk):
10129 use new function call interface
10131 * fvwm/fvwm.h (F_EXEC_ARGS):
10132 (F_PASS_EXEC_ARGS):
10133 removed now unused macros
10135 * fvwm/functions.c (CheckActionType):
10138 (__execute_function):
10139 (__run_complex_function_items):
10140 (execute_complex_function):
10141 rewrote function call interface
10143 * fvwm/functions.c (__run_complex_function_items):
10144 new function split off from execute_complex_function
10148 removed "Event" global
10150 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10152 * fvwm/fvwm.1.in: Language check.
10154 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10156 * fvwm/functions.c (old_execute_function):
10159 * fvwm/module_interface.c (do_execute_module):
10160 don't write module argument anymore; code claimed that writing 0 into
10161 *Module prevented WaitForButtonsUp from being called, but that was
10162 either a lie or a relic of the past
10164 * fvwm/fvwm.h (exec_func_args_type):
10168 removed *Module argument
10170 * fvwm/functions.c (__execute_function):
10173 * fvwm/functions.h (enum):
10174 added more function execution falgs
10177 add exec_context_t *exc to builtin arguments
10179 * libs/FEvent.c (fev_copy_last_event):
10182 * fvwm/execcontext.h:
10183 * fvwm/execcontext.c:
10184 new files introducing the "exec_context_t" structure that shall replace
10185 the builtin command interface
10187 * fvwm/stack.c (__RaiseOrLowerWindow):
10188 (RaiseOrLowerWindow):
10189 (__restack_window):
10190 (mark_transient_subtree):
10191 (__sort_transient_ring):
10192 properly handle restacking of windows with more than one transient and
10193 multiple levels of transients at the same time
10194 (__RaiseOrLowerWindow):
10195 (RaiseOrLowerWindow):
10196 renamed function and added wrapper
10198 * fvwm/fvwm.h (FvwmWindow):
10199 added new scratch registers
10201 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10205 minor improvements in the new release procedure
10207 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10209 * fvwm/stack.c (RaiseOrLowerWindow):
10210 (__restack_window):
10211 (mark_transient_subtree):
10212 (must_move_transients):
10213 (is_on_top_of_layer_ignore_rom):
10214 handle restacking trees of transient windows; still does not work too
10215 well if a window has multiple transients at the same time
10217 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10221 restored versions from before 9th of September
10222 (RaiseOrLowerWindow):
10223 fixed StackTransientParent style without RaiseTransient or
10224 LowerTransient on transient_for window
10225 StackTransientParent works only on window in the same layer
10226 (mark_transient_subtree):
10227 fixed handling of window group hint w/ iconify
10229 (RaiseOrLowerWindow):
10231 fixed flickering when overlapping transients aree lowered
10233 * fvwm/move_resize.c (__resize_window):
10234 * fvwm/colorset.c (add_to_junk):
10235 cleaned up event handling
10237 * fvwm/move_resize.c (__resize_window):
10238 renamed function and changed callers
10240 * fvwm/fvwm.h (F_PASS_ARGS):
10242 removed eventp command argument
10244 * fvwm/events.c (DispatchEvent):
10246 renamed function, added event argument and changed all callers
10248 * libs/FEvent.c (fev_fake_event):
10249 * libs/FEvent.c (fev_get_evtype__remove_me):
10252 * fvwm/menus.c (menuShortcuts):
10259 (__mloop_get_event_timeout_loop):
10260 (__mloop_get_event):
10261 (__mloop_do_popup):
10262 (__mloop_do_popup):
10264 * fvwm/builtins.c (CMD_FakeClick):
10265 * fvwm/functions.c (CheckActionType):
10267 * fvwm/focus.c (__try_program_focus):
10268 (__try_program_focus):
10269 * fvwm/icccm2.c (SetupICCCM2):
10270 * fvwm/virtual.c (HandlePaging):
10271 * fvwm/module_interface.c (make_vpacket):
10272 (make_new_vpacket):
10273 * fvwm/schedule.c (squeue_get_next_ms):
10274 (squeue_get_next_ms):
10276 * fvwm/stack.c (BroadcastRestack):
10277 * fvwm/move_resize.c (resize_window):
10279 * libs/FEvent.c (fev_get_evtime):
10280 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10282 * fvwm/events.c (HandleEnterNotify):
10286 (discard_window_events):
10287 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10290 * fvwm/menus.c (__mloop_get_event):
10291 * fvwm/virtual.c (HandlePaging):
10293 * fvwm/functions.c (DeferExecution):
10295 * fvwm/misc.c (get_server_time):
10296 * fvwm/builtins.c (CMD_StrokeFunc):
10297 * fvwm/menus.c (pop_menu_up):
10300 * libs/FEvent.c (fev_update_last_timestamp):
10301 removed StashEventTime function; handle this directly in FEvent.c
10303 * fvwm/module_interface.c (ExecuteModuleCommand):
10304 * fvwm/misc.c (Keyboard_shortcuts):
10305 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10306 * fvwm/events.c (handle_all_expose):
10310 don't use Event global anymore
10312 * fvwm/bindings.c (activate_binding):
10313 fixed key bindings on window corners
10315 * libs/fvwmlib.h (C_DECOR):
10316 context including all parts of the decorations
10318 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10321 fixed compilation warning in #endif comment
10324 removed debug fprintf
10330 another solution for reporting the cvs status
10332 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10334 * configure.in (LIBOBJS):
10335 * acinclude.m4 (smr_SWITCH):
10336 fix for autoconf 2.53
10339 removed unnecessary includes
10341 * fvwm/Makefile.am (fvwm_SOURCES):
10343 * fvwm/eventmasks.h:
10344 * fvwm/eventhandlers.h:
10345 new files split from events.h
10347 * fvwm/icccm2.c (HandleSelectionRequest):
10348 (HandleSelectionClear):
10349 * fvwm/colormaps.c (HandleColormapNotify):
10350 * fvwm/menus.c (menu_tear_off):
10351 * fvwm/move_resize.c (resize_window):
10354 new argument avh_args_t to the event handler functions; still unused
10355 moved all event handlers to events.c
10356 remove now unnecessary includes in some files
10358 * fvwm/icccm2.c (HandleSelectionRequest):
10362 use replacements for X event functions everywhere
10364 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10368 * fvwm/borders.c (border_flags_to_button_state):
10370 * fvwm/builtins.c (ReadTitleButton):
10371 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10372 * fvwm/fvwm.c (InitVariables):
10373 Imlemented new title and button states InactiveUp and InactiveDown,
10374 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10375 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10376 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10379 reformat license info in -version to be 3 lines and one empty line
10380 instead of 5 non-empty lines, for readability
10382 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10386 * libs/Makefile.am:
10389 * fvwm/stack.c (__raise_or_lower_recursion):
10390 (RaiseOrLowerWindow):
10391 split into two functions
10392 renamed to __raise_or_lower_window
10393 (mark_transient_subtree):
10394 new flag MARK_CLEAR
10395 (position_new_window_in_stack_ring):
10398 cleaned up stacking code
10400 * fvwm/menus.c (paint_menu):
10401 fixed a minor drawing problem with menu item reliefs
10403 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10405 * fvwm/move_resize.c (InteractiveMove):
10406 removed eventp from interface
10407 changed all callers
10409 * fvwm/menucmd.c (menu_func):
10410 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10411 * fvwm/windowlist.c (CMD_WindowList):
10412 * fvwm/read.c (run_command_file):
10413 (run_command_stream):
10414 * fvwm/focus.c (warp_to_fvwm_window):
10415 * libs/Event.c (GetSubwindowFromEvent):
10416 * fvwm/events.c (GetContext):
10417 * libs/Pointer.c (GetLocationFromEventOrQuery):
10418 * fvwm/builtins.c (CMD_StrokeFunc):
10420 * fvwm/events.c (StashEventTime):
10421 * fvwm/move_resize.c (InteractiveMove):
10422 * fvwm/functions.c (DeferExecution):
10423 (old_execute_function):
10424 * fvwm/fvwm.h (F_CMD_ARGS):
10426 make eventp argument const to ease clean up work
10428 * fvwm/windowlist.c (CMD_WindowList):
10429 * fvwm/move_resize.c (InteractiveMove):
10430 * fvwm/menucmd.c (menu_func):
10431 * fvwm/icons.c (CMD_Iconify):
10432 always query pointer position in case a script modified the position
10435 * fvwm/focus.c (SetPointerEventPosition):
10436 removed function since it modifies the global event variable
10438 * fvwm/functable.c (func_table):
10439 added cursor and event type members fo DeferExecution call
10440 * fvwm/functions.c (DeferExecution):
10441 made static, call from inside functions.c only
10442 removed calls everywhere
10444 * fvwm/builtins.c (CMD_StrokeFunc):
10447 * fvwm/virtual.c (HandlePaging):
10449 don't use global "Event" anymore
10451 pass in event structure through arguments
10452 changed all callers
10454 2002-09-02 olicha <olivier.chapuis@free.fr>
10456 * libs/Colorset.c (*):
10458 * libs/colorset.c (parse_colorset):
10459 * libs/PictureGraphics.c (PGrabXImage):
10460 (PCreateRenderPixmap):sx
10461 (PGraphicsCreateTransprency):
10462 * libs/PictureGraphics.h:
10463 An experimental implementation of ParentalRelative tinted background
10465 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10466 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10468 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10469 * libs/FRenderInit.c (FRenderInit):
10470 (FRenderGetAlphaDepth):
10471 * libs/FRenderInit.h:
10472 Fixed alpha blending for xserver without depth 8 pixmap
10478 2002-09-01 olicha <olivier.chapuis@free.fr>
10481 Colorset and alpha blending news
10483 2002-08-31 olicha <olivier.chapuis@free.fr>
10485 * libs/Ficonv.c (convert_charsets):
10486 Fixed compilation on systems that do not have EILSEQ
10488 2002-08-30 olicha <olivier.chapuis@free.fr>
10490 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10491 Fixed compilation of certain modules
10493 * fvwm/borders.c (border_render_into_pixmap):
10494 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10495 * libs/PictureGraphics.h:
10496 * libs/Graphics.c (CreateStretchPixmap):
10497 (CreateStretchYPixmap):
10498 (CreateStretchXPixmap):
10499 Progress with masks in multipixmap title
10501 * libs/PictureGraphics.c (PCopyArea):
10503 (PCreateRenderPixmap):
10504 * fvwm/borders.c (border_fill_pixmap_background):
10507 * fvwm/icons.c (DrawIconWindow):
10508 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10509 Fixed the shape mask of ewmh icons and icons with some alpha
10511 2002-08-30 olicha <olivier.chapuis@free.fr>
10513 * libs/PictureGraphics.c (PCreateRenderPixmap):
10514 (PGrabImageErrorHandler):
10515 (PGraphicsCopyPixmaps):
10516 (PGraphicsCopyFvwmPicture):
10517 (PGraphicsTileRectangle):
10518 (PGraphicsRenderPixmaps):
10519 (PGraphicsRenderPicture):
10520 * libs/PictureGraphics.h:
10521 * libs/PictureBase.h:
10522 Replaced PGraphicsTileRectangle with a more powerful function,
10523 PCreateRenderPixmap, which performs *full* XRender simulation.
10524 So alpha blending is now supported even without Xrender support.
10525 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10526 for direct rendering with tint and alpha channel.
10528 * libs/FRender.c (FRenderVisualInit):
10530 (FRenderTintRectangle):
10532 * libs/FRenderInterface.h:
10533 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10534 and more powerfull function FRenderRender
10536 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10538 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10539 Load the alpha even without Xrender support
10542 * fvwm/colorset.c (parse_pixmap_tint):
10545 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10546 or obsolete TintMask) also tints gradients and the tint is applied
10547 only to the pixmap not the bg color. The average bg is computed from
10548 the "original" pixmap and not the tinted one, bgTint should be used
10549 to get a real average bg in the case the pixmap is tinted
10551 * fvwm/icons.c (DrawIconWindow):
10552 (CreateIconWindow):
10553 * fvwm/menuitem.c (menuitem_paint):
10554 * fvwm/menus.c (paint_side_pic):
10555 * fvwm/borders.c (border_get_border_background):
10556 (border_draw_decor_to_pixmap):
10557 (border_fill_pixmap_background):
10558 * fvwm/events.c (HandlePropertyNotify):
10559 Picture rendering use the new PGraphicsRenderPixmaps and
10560 PGraphicsRenderPicture libs functions. Respect new colorset options
10562 * fvwm/colorset.c (parse_colorset):
10564 (CMD_ReadWriteColors):
10566 Removed the read write colorset codes
10568 * libs/Graphics.c (CalculateGradientDimensions):
10569 Fixed the size of dithered H and V gradients
10571 * libs/PictureUtils.c (*):
10572 * libs/PictureUtils.h:
10575 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10577 * fvwm/menus.c (paint_menu_gradient_background):
10578 fixed drawing of SidePic menu background when not using SideColor
10581 * FvwmIconBox/icons.c:
10584 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10586 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10588 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10591 fixed --disable-ewmh
10595 added const to some prototypes
10597 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10599 * fvwm/menus.c (MenuInteraction):
10601 renamed MenuInteraction to __menu_loop
10603 * fvwm/menus.c (pop_menu_up):
10606 removed pdo_warp_to_title argument of pop_menu_up and changed all
10607 callers; logic is now in last_saved_position_hints
10608 (__menu_get_next_event_timeout_loop):
10609 began to split MenuInteraction into several sub functions
10610 go away, evil "goto"!
10612 * fvwm/style.c (style_parse_one_style_option):
10613 all boolean styles - and *only* boolean styles, can be prefixed with a
10614 '!' to invert their meaning
10615 (style_parse_button_style):
10616 moved Button and NoButton styles to separate function
10620 updated for 2.5.4-devel
10629 * fvwm/menuitem.h (struct):
10630 * fvwm/menus.c (paint_menu_gradient_background):
10631 (paint_menu_pixmap_background):
10633 (clear_expose_menu_area):
10634 fixed TiledPixmap menu background drawing bug
10635 sorted function in file and removed forward declarations
10637 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10639 * fvwm/Makefile.am (LDADD):
10640 put -lfvwm at front of library list
10642 * fvwm/windowlist.c (CMD_WindowList):
10643 print window's page instead of current page in windowlist
10645 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10647 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10648 Fix for Experimental RaiseOverUnmanaged Handling.
10650 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10654 New defs for Experimental RaiseOverUnmanaged Handling.
10656 * fvwm/events.c (HandleEnterNotify):
10658 (set_focus_to_fwin)
10659 (focus_query_grab_buttons)
10660 (_focus_grab_buttons)
10661 (focus_grab_buttons)
10662 (focus_grab_buttons_client_entered)
10664 (__activate_window_by_command)
10665 (_ReturnFocusWindow)
10667 (_ForceDeleteFocus)
10669 (raise_over_unmanaged)
10670 (is_above_unmanaged)
10671 (_is_on_top_of_layer)
10672 (is_on_top_of_layer)
10673 (is_on_top_of_layer_and_above_unmanaged)
10674 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10675 interaction of RaiseOverUnmanaged with various focus policies,
10676 particularly mouse focus + client click raises; issue mouse
10677 button grabs when and only when they are actually needed; and
10678 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10679 (Thanks to the GFPR, this is much more straightforward to do!)
10681 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10684 added a paragraph about scripting and complex functions.
10686 * fvwm/style.c (style_parse_one_style_option):
10687 fixed flag_mask and change_mask of TitleAt... styles that broke left
10690 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10693 describe new focus policy styles
10695 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10697 * fvwm/style.c (merge_styles):
10698 fixed applying style updates immediately
10700 * fvwm/geometry.c (constrain_size):
10701 fixed font resizing of maximized windows
10703 * fvwm/window_flags.h:
10704 * fvwm/fvwm.h (has_new_wm_normal_hints):
10707 * fvwm/events.c (HandleEnterNotify):
10708 fixed UngrabNotify returning focus to just unfocused window
10712 * fvwm/style.c (merge_styles):
10714 (__simplify_style_list):
10715 fixed default style calculations
10717 * fvwm/events.c (HandleConfigureRequest):
10718 disabled debug output
10720 * fvwm/style.c (merge_styles):
10721 * fvwm/fvwm.h (window_style):
10722 new style member default_mask to allow two levels of defaults;
10723 fixes focus policy defaults
10725 rewrote many of the macros; changed all callers
10727 * fvwm/borders.c (RenderIntoPixmap):
10728 (DrawMultiPixmapTitlebar):
10729 (border_render_into_pixmap):
10730 (border_draw_multi_pixmap_titlebar):
10731 applied Suzanne Skinner's multi pixmap titles fix
10732 renamed functions and changed all callers
10734 * libs/FScreen.c (FScreenGetScrRect):
10737 new utility functions
10739 * fvwm/windowlist.c (CMD_WindowList):
10740 new option MaxLabelWidth for the WIndowList command based on patch by
10742 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10743 WindowList command.
10745 * fvwm/events.c (HandleConfigureRequest):
10746 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10747 seems to work without problems
10749 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10751 * fvwm/style.c (merge_styles):
10752 fixed style defaults getting stuck to on once set
10755 fixed a number of non portable uses of the "test" command and unified
10756 the used syntax of all calls to reduce chance of copy-and-paste
10759 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10763 minor typos and improvements;
10764 better string quotings and detection of fribidi for autoconf-2.53
10766 * fvwm/Makefile.am:
10767 don't include *.in in EXTRA_DIST, they are auto-included
10769 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10771 * fvwm/events.c (HandleConfigureRequest):
10772 (HandlePropertyNotify):
10773 (is_resizing_event_pending):
10774 fixed uninitialised return code of test_resizing_event
10776 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10778 * fvwm/decorations.c (SelectDecor):
10780 * fvwm/window_flags.h:
10782 moved common.s.has_no_border window flag to common.has_no_border to
10783 fix windows getting stuck without a border once the HandleWidth or
10784 BorderWidth was set to 0 and then increased again
10787 removed reference to BUGS and TODO
10790 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10791 fvwm.1 files don't have to be updated for a release anymore; the release
10792 number and date are set by configure
10794 * fvwm/fvwm.c (setVersionInfo):
10795 fixed output of "fvwm -version"
10797 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10799 * fvwm/style.c (style_parse_one_style_option):
10800 Old focus styles override less of the behaviour specified with the
10801 FP... styles; use defaults instead without setting the mask
10802 (style_parse_one_style_option):
10803 removed the styles MouseFocusClickIgnoreMotion and
10804 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10806 (style_parse_one_style_option):
10807 ClickToFocusRaises now works only on the client window, not on the
10809 (style_parse_one_style_option):
10810 fixed FocusFollowsMouse style
10811 (style_set_old_focus_policy):
10812 moved old default focus settings to a separate function, simplified code
10814 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10816 * fvwm/fvwm.1: Add hot-spot is an offset information,
10817 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10820 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10822 * fvwm/style.c (style_parse_focus_policy_style):
10823 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10825 * libs/Makefile.am:
10826 added missing files
10828 * fvwm/events.c (HandleConfigureRequest):
10829 fixed ConfigureRequest race condition
10831 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10834 quote environment variables
10836 2002-08-13 olicha <olivier.chapuis@free.fr>
10839 Color limit and dithering news
10842 Added a minimal doc for the -color-limit option
10844 * fvwm/builtins.c (CMD_ColorLimit):
10845 ColorLimit is obsolete
10847 * fvwm/builtins.c (ReadDecorFace):
10848 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10849 (PictureAllocColorAllProp):
10850 Implemented dithering for depth 16 and 15. This is off by default
10851 in colorset (use the dither colorset option) and on by default
10852 for window title gradient. Gradient are visibly more smooth.
10854 * libs/PictureUtils.c (*):
10857 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10860 corrected the pixmap cursor description, added an example
10862 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10864 * fvwm/menus.c (select_menu_item):
10865 (paint_menu_gradient_background):
10866 fixed a redrawing problem with H/Vgradient menu faces
10868 fixed a minor problem w/ entering submenus via keyboard
10870 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10872 * fvwm/move_resize.c (CMD_ResizeMove):
10875 (CMD_ResizeMaximize):
10876 (CMD_ResizeMoveMaximize):
10877 commands can be used on iconified windows again
10881 moved pre-2.2 NEWS to ONEWS
10884 * libs/safemalloc.c:
10890 * fvwm/menustyle.c:
10897 let config.h include strinh.h or strings.h
10899 * fvwm/style.c (style_parse_one_style_option):
10900 (style_parse_one_style_option):
10901 fixed icon box crash
10903 * fvwm/bindings.c (update_nr_buttons):
10904 fixed extra buttons on window decorations
10906 * fvwm/style.c (style_parse_one_style_option):
10907 fixed parsing of the FP... and !FP... styles
10909 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
10911 * fvwm/style.c (style_parse_one_style_option):
10912 Fixed a typo so that ClickToFocusRaisesOff actually turns
10913 the option off instead of on.
10915 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10917 * fvwm/focus.c (focus_grab_buttons):
10918 only grab necessary buttons on the client window
10920 2002-08-11 olicha <olivier.chapuis@free.fr>
10922 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10923 Removed some debug code
10925 * fvwm/fvwm.c (main):
10927 Added -color-limit to fvwm usage
10929 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10931 * fvwm/style.c (style_parse_one_style_option):
10932 (style_parse_focus_policy_style):
10933 added style options "FP..." to control focus policy
10934 removed OverrideGrabFocus and AllowGrabFocus styles
10936 * fvwm/style.c (merge_styles):
10937 fixed style defaults != 0
10939 * fvwm/focus.c (__restore_focus_after_unmap):
10940 fixed a bug w/ reverting the focus from transients to the parent
10942 * fvwm/ewmh.c (ewmh_HandleDesktop):
10943 * fvwm/style.c (style_parse_one_style_option):
10944 fixed defaults for various focus styles
10949 * fvwm/frame.c (frame_mrs_resize_move_windows):
10950 backed out anti-flicker patch that slowed down command processing
10952 * fvwm/bindings.c (update_nr_buttons):
10954 fixed sluggish processing of mouse bindings
10956 * fvwm/events.c (__handle_bpress_action):
10957 fixed drawing of pressed decorations w/o bindings
10959 * fvwm/frame.c (frame_move_resize):
10960 removed debug code that broke focus handling
10962 * fvwm/style.c (style_parse_one_style_option):
10963 fixed passing the focus click to the app by default
10965 * fvwm/events.c (__handle_click_to_focus):
10966 * fvwm/focus.c (set_focus_to_fwin):
10967 (__set_focus_to_fwin):
10968 removed drawing code that broke as many places as it fixed; plus it
10969 cause unnecessary redraws
10971 * fvwm/events.c (HandleConfigureRequest):
10972 send a synthetical ConfigureNotify if an application is not granted its
10973 wishes from a ConfigureRequest; this is necessary for FixedPPosition
10974 and FixedPSize to work properly; also to be ICCCM compliant
10975 always force border_width 0 in these events
10976 in the experimental cr merging code, send a number of cn events equal
10977 to the number of merged events
10983 * fvwm/style.c (style_parse_focus_policy_style):
10984 (style_parse_icon_size_style):
10985 (style_parse_icon_box_style):
10986 (style_parse_icon_grid_style):
10987 (style_parse_icon_fill_style):
10988 (style_parse_one_style_option):
10989 (parse_and_set_window_style):
10990 split into separate functions
10991 (style_parse_one_style_option):
10992 simplified and cleaned up
10995 * fvwm/decorations.c:
10998 * fvwm/conditional.h:
10999 * fvwm/conditional.c:
11003 * fvwm/colormaps.c:
11006 reformatted and cleaned up
11008 2002-08-11 olicha <olivier.chapuis@free.fr>
11010 * libs/PictureUtils.c (*):
11011 * libs/PictureUtils.h:
11012 * libs/PictureDitherMatrice.h (new file):
11013 * libs/PictureImageLoader.c (*):
11014 * libs/PictureImageLoader.h:
11015 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11016 (PCreateDitherPixmap):
11017 (PCreateTintedPixmap):
11018 * libs/PictureGraphics.h:
11019 * libs/PictureBase.c (PictureInitCMap):
11020 * libs/PictureBase.h:
11021 * libs/Picture.c (*):
11024 * libs/Colorset.c (DumpColorset):
11027 * libs/Graphics.c (all gradient functions):
11030 * fvwm/move_resize.c (CMD_XorPixmap):
11031 * fvwm/colors.c (FreeColors):
11032 * fvwm/builtins.c (CMD_DefaultColors):
11033 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11034 * fvwm/builtins.c (FreeDecorFace):
11036 * fvwm/menus.c (pop_menu_down):
11037 (paint_menu_gradient_background):
11040 * fvwm/menustyle.c (menustyle_free_face):
11041 (menustyle_parse_face):
11043 (menustyle_update):
11044 (menustyle_parse_style):
11045 (CMD_CopyMenuStyle):
11046 * fvwm/menustyle.h:
11047 * fvwm/icons.c (GetIconFromFile):
11048 * fvwm/builtins.c (ReadMultiPixmapDecor):
11050 * fvwm/borders.c (border_draw_decor_to_pixmap):
11051 * fvwm/add_window.c (setup_mini_icon):
11052 * fvwm/fvwm.c (main):
11053 * fvwm/colorset.c (free_colorset_background):
11057 New color limit method and implement dithering in depth <= 8.
11058 Added a "fvwm picture attributes" structure for loading image.
11059 Some colors leaks fix. Add some (weak) color leaks. New option
11060 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11063 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11065 * libs/Flocale.c (FlocaleRotateDrawString):
11068 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11070 * fvwm/style.c (parse_and_set_window_style):
11071 fixed the default for passing the click-to-raise click for mousey
11074 * fvwm/events.c (__handle_click_to_focus):
11075 removed redundant code
11076 (WaitForButtonsUp):
11077 fixed sluggish motion event handling when waiting for buttons to be
11080 * fvwm/focus.c (__set_focus_to_fwin):
11081 (set_focus_to_fwin):
11082 fixed redrawing the border w/ mousey focus when the window was entered,
11083 then the border was clicked before the FocusIn event arrived
11085 * fvwm/events.c (__handle_bpress_on_managed):
11086 * fvwm/style.c (parse_and_set_window_style):
11087 fixed some small focus problems
11090 reformatted and cleaned up
11095 * fvwm/focus.c (focus_query_click_to_raise):
11096 (focus_query_click_to_focus):
11097 * fvwm/style.c (parse_and_set_window_style):
11098 * fvwm/events.c (__test_for_motion):
11099 (__check_click_to_focus_or_raise):
11100 (__handle_focus_raise_click):
11101 (__is_bpress_window_handled):
11102 (__handle_click_to_focus):
11103 (__handle_click_to_raise):
11104 (__handle_bpress_stroke):
11105 (__handle_bpress_action):
11106 (__handle_bpress_on_root):
11107 (__handle_bpress_on_unmanaged):
11108 (__handle_bpress_on_managed):
11109 (HandleButtonPress):
11110 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11111 of the new focus code; only the parsing for the new styles is missing
11113 * fvwm/virtual.c (is_pan_frame):
11116 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11118 * fvwm/add_window.c (AddWindow):
11119 fixed compile error
11121 * fvwm/events.c (__handle_focus_raise_click):
11122 (HandleButtonPress):
11125 * fvwm/events.c (__handle_focus_raise_click):
11126 * fvwm/fvwm.h (struct):
11127 * fvwm/style.c (check_window_style_change):
11128 (parse_and_set_window_style):
11129 * fvwm/session.c (MatchWinToSM):
11130 * fvwm/window_flags.h:
11131 eliminated parts of the old focus code
11133 * fvwm/focus.c (__set_focus_to_fwin):
11134 (set_focus_to_fwin):
11135 * fvwm/fvwm.c (InitVariables):
11136 * fvwm/add_window.c (destroy_window):
11137 * fvwm/events.c (__handle_focus_raise_click):
11138 * fvwm/screen.h (ScreenInfo):
11139 eliminated Scr.Ungrabbed global
11141 * fvwm/update.c (apply_window_updates):
11142 (flush_window_updates):
11143 * fvwm/icons.c (DeIconify):
11145 * fvwm/move_resize.c (CMD_Maximize):
11148 * fvwm/frame.c (frame_free_move_resize_args):
11149 (__frame_setup_window):
11150 * fvwm/virtual.c (do_move_window_to_desk):
11151 (CMD_GotoDeskAndPage):
11154 * fvwm/stack.c (LowerWindow):
11155 * fvwm/events.c (HandleMapNotify):
11156 (HandleVisibilityNotify):
11159 (__handle_focus_raise_click):
11160 (HandleEnterNotify):
11161 (HandleMapRequestKeepRaised):
11162 * fvwm/add_window.c (setup_key_and_button_grabs):
11163 (setup_focus_policy):
11165 * fvwm/focus.c (__try_other_screen_focus):
11166 (__set_focus_to_fwin):
11167 (set_focus_to_fwin):
11168 (focus_grab_buttons_on_pointer_window):
11169 (focus_grab_buttons_on_layer):
11170 (focus_grab_buttons_new):
11171 cleaned up focus grab handling.
11173 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11176 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11178 * fvwm/add_window.c (setup_window_structure):
11180 discarded unused return code
11182 * fvwm/focus.c (focus_grab_buttons):
11183 split into two fucntions and fixed a bug with ungrabbing buttons
11185 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11186 * fvwm/style.c (parse_and_set_window_style):
11187 * fvwm/icons.c (DeIconify):
11189 * fvwm/events.c (HandleButtonPress):
11190 (HandleEnterNotify):
11191 (HandleLeaveNotify):
11193 (HandleMapRequestKeepRaised):
11194 * fvwm/add_window.c (CaptureAllWindows):
11195 * fvwm/virtual.c (UnmapDesk):
11197 (do_move_window_to_desk):
11198 * fvwm/update.c (flush_window_updates):
11199 * fvwm/focus.c (set_focus_model):
11201 (__restore_focus_after_unmap):
11202 much more GFPR work; these patches may break lots of things
11204 * fvwm/focus.c (set_focus_to_fwin):
11205 (__activate_window_by_command):
11207 (ReturnFocusWindow):
11209 (ForceDeleteFocus):
11210 renamed MoveFocus to set_focus_to_fwin
11212 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11214 * libs/Fft.c (FftDrawString):
11215 removed redudant and buggy code that called DrawStringFunc before
11216 this pointer gets initialized
11218 * fvwm/focus.c (focus_query_click_to_raise):
11219 fixed possibly-uninitialized variable warning
11221 * fvwm/Makefile.am:
11222 specify stroke includes before Xft includes, may improve some cases
11224 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11227 fixed sys/time.h detection
11229 * fvwm/events.c (HandleMappingNotify):
11230 * libs/Bindings.c (AddBinding):
11231 added MappingNotify event handler
11233 * fvwm/events.c (HandleMapRequest):
11236 * fvwm/events.c (InitEventHandlerJumpTable):
11237 another attempt at handling "unknown" modifiers in key bindings
11239 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11241 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11242 * fvwm/add_window.c (destroy_window):
11243 * fvwm/focus.c (focus_grab_buttons):
11246 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11248 * fvwm/focus.c (focus_force_refresh_focus):
11249 * fvwm/events.c (HandleEnterNotify):
11250 (HandlePropertyNotify):
11251 (HandleButtonPress):
11252 * fvwm/icons.c (DeIconify):
11253 * fvwm/virtual.c (MapDesk):
11254 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11255 * fvwm/update.c (apply_window_updates):
11256 * fvwm/module_interface.c:
11257 * fvwm/conditional.c (MatchesConditionMask):
11260 * fvwm/icons.c (Iconify):
11261 removed "#if 0"ed code
11263 * fvwm/module_interface.c:
11264 disabled the old ConfigureWindow module interface
11267 * libs/fvwmsignal.h:
11269 * fvwm/ewmh_intern.h:
11271 * fvwm/module_interface.c:
11276 new file to encapsulate time.h and sys/time.h inclusion
11280 (mark_transient_subtree):
11281 (__mark_group_member):
11282 cleaned up and split into two functions
11284 * fvwm/focus.c (CMD_Focus):
11286 * fvwm/icons.c (DeIconify):
11289 (__activate_window_by_command):
11292 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11293 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11294 * fvwm/style.c (parse_and_set_window_style):
11295 (parse_and_set_window_style):
11296 began implementing new focus control styles
11298 * fvwm/focus.c (DoSetFocus):
11299 (__restore_focus_after_unmap):
11304 (__set_focus_to_fwin):
11307 * fvwm/conditional.c (MatchesConditionMask):
11308 * fvwm/focus.c (focus_query_open_grab_focus):
11309 (focus_query_close_restore_focus):
11310 (focus_does_accept_input_focus):
11312 * fvwm/events.c (HandleUnmapNotify):
11313 (HandleEnterNotify):
11315 (HandleMapRequestKeepRaised):
11316 renamed some functions
11319 * fvwm/focus_policy.c:
11320 * fvwm/focus_policy.h:
11321 prepared some future focus policy flags
11324 enable error message when png or xpm test compilation fails
11327 * fvwm/window_flags.h:
11328 * fvwm/ewmh.c (ewmh_HandleDesktop):
11329 * fvwm/style.c (parse_and_set_window_style):
11330 (check_window_style_change):
11331 * fvwm/events.c (HandleButtonPress):
11332 (HandleVisibilityNotify):
11333 began GFPR migration of *raises* focus policy flags
11335 * fvwm/focus.c (focus_is_focusd):
11338 * libs/Bindings.c (AddBinding):
11339 fixed handling of "unknown" modifiers in key bindings
11341 * fvwm/focus.c (focus_grab_buttons):
11342 (focus_query_grab_buttons):
11343 moved focus policy code into separate function
11345 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11350 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11352 * fvwm/style.c (parse_and_set_window_style):
11353 * fvwm/focus.c (focus_query_grab_focus):
11354 * fvwm/events.c (HandleMapNotify):
11355 (HandlePropertyNotify):
11356 * fvwm/focus_policy.c (fpol_init_default_fp):
11358 new styles OverrideGrabFocus and AllowGrabFocus
11359 cleaned up focus grabbing code and moved to focus.c
11361 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11363 * fvwm/focus.c (CMD_WarpToWindow):
11364 fixed negative arguments for unmanaged windows
11366 * fvwm/conditional.c (CMD_Direction):
11367 use PeekToken instead of GetNextToken
11369 new direction "center"
11371 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11373 * fvwm/events.c (addkbsubinstoarray):
11374 disabled experimental pointer warping code
11377 removed menu crash debug code
11379 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11382 added tons of crash debug code
11384 * fvwm/add_window.c:
11385 made a lot of internal functions static
11387 * fvwm/add_window.c (setup_button_windows):
11388 (destroy_title_window):
11389 (destroy_button_windows):
11390 (destroy_resize_handle_windows):
11391 (destroy_auxiliary_windows):
11394 * fvwm/icons.c (CreateIconWindow):
11395 safety patches w/ XDeleteContext
11397 * fvwm/menus.c (DestroyMenu):
11398 fixed a crash w/ accessing already deleted menus
11400 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11402 * fvwm/menus.c (get_menu_options):
11403 fixed menu context rectangle "icon" if the icon was not just a pixmap
11405 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11407 * fvwm/events.c (HandleMapNotify):
11408 (HandleMapRequestKeepRaised):
11409 (HandleUnmapNotify):
11410 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11411 * fvwm/ewmh.c (ewmh_HandleDesktop):
11412 * fvwm/style.c (parse_and_set_window_style):
11413 removed old do_grab_focus_when_created and *_when_transient_* flags
11415 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11417 * fvwm/conditional.c (MatchesConditionMask):
11418 * fvwm/focus.c (DoSetFocus):
11419 * fvwm/session.c (MatchWinToSM):
11420 * fvwm/module_interface.c (SETOLDFLAGS):
11421 removed old is_lenient flag
11424 * fvwm/style.c (__simplify_style_list):
11425 (simplify_style_list):
11428 * fvwm/window_flags.h:
11430 access macros for focus policy flags structures
11433 * fvwm/focus_policy.c:
11434 * fvwm/focus_policy.h:
11435 new files, begin great focus policy rewrite aka GFPR
11437 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11439 * fvwm/placement.c (PlaceWindow):
11440 Fixed interaction between CascadePlacement and StartsOnPage
11442 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11444 * libs/fvwmsignal.c (fvwmSelect):
11445 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11448 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11450 * fvwm/add_window.c (CaptureOneWindow):
11451 fixed a core dump w/ windows being destroyed during a recapture
11453 removed duplicate check if new windows still exist
11455 * fvwm/placement.c (CMD_PlaceAgain):
11456 * fvwm/move_resize.c (move_window_doit):
11458 * fvwm/virtual.c (MapDesk):
11460 (do_move_window_to_desk):
11461 * fvwm/icons.c (AutoPlaceIcon):
11462 (ChangeIconPixmap):
11464 some cleanup in movement code
11465 new option "Icon" to PlaceAgain command
11466 adapted documentation accordingly
11468 * fvwm/move_resize.c (move_window_doit):
11472 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11474 * libs/Flocale.c (FlocaleRotateDrawString):
11475 create gcs only once
11478 removed some references to Recapture
11479 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11480 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11482 * libs/gravity.c (gravity_parse_multi_dir_argument):
11483 fixed "all" multidir selecting "center" too
11485 * libs/Fft.c (FftDrawString):
11486 * libs/Flocale.c (FlocaleRotateDrawString):
11487 (FlocaleFontStructDrawString):
11488 (FlocaleDrawString):
11489 fixed some text placement bugs w/ shadow text
11490 (FlocaleGetShadowTextPosition):
11491 implemented "center" shadows
11493 2002-07-20 olicha <olivier.chapuis@free.fr>
11495 * libs/Flocale.c (FlocaleRotateDrawString):
11496 Removed some static declarations
11498 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11500 * libs/gravity.c (gravity_multi_dir_to_dir):
11501 * libs/gravity.h (enum):
11502 new function, cleaned up
11504 * fvwm/fvwm.h (FvwmWindow):
11508 moved text_rotation_type to gravity.h and renamed to rotation_type
11511 fixed several bugs in the access macros
11514 removed unused static FlocaleSeted
11515 (FlocaleFontStructDrawString):
11516 simplified function
11518 * fvwm/virtual.c (CMD_EdgeCommand):
11519 * fvwm/windowshade.c (CMD_WindowShade):
11520 * fvwm/conditional.c (CMD_Direction):
11521 adapted to changes in ParseDirectionArgument
11524 * libs/gravity.c (ParseDirectionArgument):
11525 new direction "Center"
11527 * fvwm/virtual.c (CMD_EdgeCommand):
11530 2002-07-18 olicha <olivier.chapuis@free.fr>
11532 * libs/PictureUtils.c (PictureRGBtoPixel):
11534 Fixed(??) color allocation for some visuals
11536 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11538 * libs/Flocale.c (FlocaleFontStructDrawString):
11539 a little code cleanup
11541 * fvwm/events.c (HandleEnterNotify):
11543 anothe click+drag fix
11545 * libs/Pointer.c (GetLocationFromEventOrQuery):
11546 * fvwm/focus.c (SetPointerEventPosition):
11547 * fvwm/functions.c (CheckActionType):
11548 * fvwm/builtins.c (CMD_StrokeFunc):
11549 * fvwm/move_resize.c (moveLoop):
11551 fixed some bugs w/ pointer on wrong screen
11553 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11555 * fvwm/events.c (HandleLeaveNotify):
11556 fixed problem w/ click+drag and mousey focus
11558 * fvwm/menus.c (size_menu_horizontally):
11559 fixed menu style SubmenusLeft w/ icons in menu items
11561 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11563 * fvwm/menuitem.c (menuitem_paint):
11565 * fvwm/menus.c (paint_menu_gradient_background):
11566 (get_menu_paint_item_parameters):
11567 removed circular dependency of menus.c and menuitem.c by using callback
11570 2002-07-17 olicha <olivier.chapuis@free.fr>
11575 * fvwm/fvwm.c (InitVariables):
11577 * fvwm/colorset.c (parse_colorset):
11579 (CMD_ReadWriteColors):
11580 * fvwm/builtins.c (CMD_ColorLimit):
11581 * libs/PictureUtils.h:
11582 * libs/PictureUtils.c (PictureReduceColor):
11583 (PictureReduceRGBColor):
11584 (PictureRGBtoPixel):
11585 (PictureAllocColor):
11586 (PictureFreeColors):
11587 (PictureGetNextColor):
11588 (colors_alloc_fail):
11592 (PictureAllocColorTable):
11593 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11594 (PImageXpmFreeColor):
11596 * libs/PictureBase.c (PictureInitCMap):
11597 * libs/Graphics.c (AllocLinearGradient):
11598 * libs/ColorUtils.c (GetShadow):
11604 (fvwmlib_clone_color):
11605 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11606 Implemented a new color limit method
11608 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11610 * fvwm/move_resize.c (moveLoop):
11611 fixed problem moving the pointer off screen while moving a window
11612 (AnimatedMoveAnyWindow):
11613 fixed pointer warping w/ multiple screens and animated window motion
11615 2002-07-12 olicha <olivier.chapuis@free.fr>
11617 * fvwm/menus.c (get_menu_paint_item_parameters):
11618 (paint_menu_gradient_background):
11619 * fvwm/menuitem.c (menuitem_paint):
11622 Fixed B/DGradient with Xft fonts
11625 * libs/ColorUtils.c (GetTintedColor):
11627 * fvwm/colorset.c (parse_simple_tint):
11630 Implemented fgTint colorset option
11632 * libs/PictureImageLoader.c:
11633 * libs/PictureUtils.c:
11634 * libs/PictureUtils.h:
11635 * libs/Makefile.am:
11636 Moved color limitation and some rgb to pixel functions from
11637 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11639 * fvwm/colorset.c (parse_colorset):
11640 * libs/PictureGraphics.c (PCreateTintedPixmap):
11641 (PGraphicsTintRectangle):
11642 Implemented tinting for X server without Xrender support and
11643 did color limitation when tinting
11646 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11648 * fvwm/events.c (WaitForButtonsUp):
11649 fixed handling of button release events
11651 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11653 * fvwm/menus.c (MenuInteraction):
11654 fixed core dump w/ dynamic popdown action destroying a menu
11655 (paint_menu_gradient_background):
11656 fixed hang and/or incorrect drawing of b and d gradients in menus
11658 * fvwm/events.c (HandleEnterNotify):
11659 (HandleLeaveNotify):
11660 improved LEAVE_WINDOW/ENTER_WINDOW handling
11662 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11664 * libs/Colorset.c (SetWindowBackground):
11665 (SetWindowBackgroundWithOffset):
11667 implemented new functions to allow pixmap backgrounds with an offset
11669 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11671 * fvwm/events.c (HandleMapRequestKeepRaised):
11672 send Map/UnmapNotify before iconyfying, not after
11674 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11676 * fvwm/events.c (HandleMapRequestKeepRaised):
11677 fake a MapNotify and then an UnmapNotify when a window is created iconic
11679 * fvwm/add_window.c (AddWindow):
11680 workaround for buggy TK menu positioning
11682 * fvwm/module_interface.c (FlushMessageQueue):
11685 tried to fix module communication deadlock w/ sync mask and a full write
11692 2002-07-06 olicha <olivier.chapuis@free.fr>
11694 * libs/Flocale.c (FlocaleGetFontSet):
11695 Removed some unwanted code
11697 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11699 * fvwm/events.c (HandleLeaveNotify):
11700 (HandleEnterNotify):
11701 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11703 * fvwm/events.c (CMD_XSync):
11704 very experimental patch to cycle through subwindows accepting keyboard
11705 input; call Xsync command repeatedly to test; crashes fvwm if more than
11706 1000 subwindows are used;
11708 * fvwm/focus.c (CMD_WarpToWindow):
11709 fixed a bug in warpttowindow command with subwindows of unmanaged
11712 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11714 * fvwm/events.c (HandlePropertyNotify):
11716 handle changes in the size_inc and base_size hints during opaque
11719 * fvwm/events.c (HandleButtonPress):
11720 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11721 until the button is released again; this restores the old behaviour
11722 from 2.3.23 and before with click+drag and rxvt/aterm
11724 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11726 * fvwm/update.c (apply_window_updates):
11727 fixed applying neverfocus to currently focused window; decorations
11728 partially drawn hilighted
11730 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11732 * fvwm/menucmd.c (menu_func):
11733 another module/menu/context window fix
11734 do not use global Fw anymore
11736 2002-07-05 olicha <olivier.chapuis@free.fr>
11738 * libs/Flocale.c (FlocaleStringToString2b):
11739 Fixed crash with big5-0 FontStruct
11741 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11743 * fvwm/menucmd.c (menu_func):
11744 fixed context window of menus invoked by a module
11746 fixed context menus on windows
11748 * libs/vpacket.h (ConfigWinPacket):
11749 * fvwm/module_interface.c (CONFIGARGSNEW):
11750 * fvwm/fvwm.h (FvwmWindow):
11751 fixed bugs in type conversions for transmitting certain information to
11754 * fvwm/functions.c (CheckActionType):
11755 fixed window selection problem w/ menus invoked from modules
11757 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11759 * fvwm/gnome.c (GNOME_HandlePropRequest):
11762 * fvwm/module_interface.c (ExecuteCommandQueue):
11763 fixed compile bug w/ --enable-debug-msgs
11765 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11767 * fvwm/events.c (HandleButtonPress):
11769 * fvwm/menus.c (MenuInteraction):
11771 * fvwm/windowlist.c (CMD_WindowList):
11772 * fvwm/menucmd.c (menu_func):
11773 * fvwm/module_interface.c (ExecuteModuleCommand):
11774 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11775 go away, evil globals! [removed the useless global variable
11778 * fvwm/events.c (HandleUnmapNotify):
11780 * fvwm/icons.c (Iconify):
11781 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11782 * fvwm/fvwm.h (struct):
11783 renamed is_deiconify_pending to is_iconify_pending
11786 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11788 * fvwm/menus.c (MenuInteraction):
11790 (menu_enter_tear_off_menu):
11792 * fvwm/events.c (HandleButtonPress):
11793 (HandleButtonRelease):
11796 * fvwm/menucmd.c (menu_func):
11798 * fvwm/module_interface.c (ExecuteModuleCommand):
11799 go away, evil globals! [removed the useless global variable "Context"]
11800 removed is_menu_from_frame_or_window_or_titlebar flag
11802 * fvwm/module_interface.c:
11803 * fvwm/windowlist.c:
11806 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11808 * fvwm/menuitem.c (menuitem_paint):
11809 fixed fg color of the inactive disabled menu item
11814 removed a mention of RedHat (I don't think it is correct),
11815 reworded a mention of fvwm95
11817 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11820 tabify only the leading spaces, untabify the middle of line
11822 2002-06-25 David Fries <dfries@mail.win.org>
11825 * fvwm/windowlist.c:
11826 Added code to sort based on the class name of a window for
11827 the WindowList function.
11829 2002-06-25 olicha <olivier.chapuis@free.fr>
11834 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11837 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11839 2002-06-24 Steve Talley <stephen.talley@sun.com>
11841 * fvwm/add_window.c:
11842 * fvwm/add_window.h:
11850 New Style option IconSize
11852 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11854 * NEWS, configure.in:
11855 changed version to 2.5.3
11857 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11860 removed C++ section
11863 * libs/FlocaleCharset.c:
11866 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11868 * fvwm/events.c (WaitForButtonsUp):
11869 use the wait cursot only after the 20th pass through the loop
11871 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11873 * fvwm/fvwm.1 (Examples): Language check.
11874 PipeRead as synchronous Exec.
11875 Better example for PipeRead.
11877 2002-06-21 olicha <olivier.chapuis@free.fr>
11881 Documented StringEncoding= in font name
11884 Removed --disable-compound-text doc
11886 2002-06-20 olicha <olivier.chapuis@free.fr>
11888 * libs/FBidi.h (FBidiConvert):
11889 Fixed compile if !HAVE_BIDI
11891 2002-06-19 olicha <olivier.chapuis@free.fr>
11893 * fvwm/fvwm.c (InitVariables):
11895 Allocate colorset 0 in InitVariable in the place of StartupStuff.
11896 This fix a "null expression" at init in menustyle.c (menustyle_update)
11898 2002-06-19 Mikhael Goikhman <migo@homemail.com>
11901 reworded supported feature listing, fixed the default xft detection
11903 added the "Supported Features" section
11905 2002-06-19 olicha <olivier.chapuis@free.fr>
11908 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11911 Removed --enable-mulibyte and --disable-compound-text config option
11912 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11915 Xft is on by default no
11917 * libs/FlocaleCharset.c (*):
11918 * libs/FlocaleCharset.h:
11919 * libs/Ficonv.c (*):
11921 * libs/Flocale.c (*):
11924 * libs/FftInterface.h:
11927 * fvwm/ewmh_names.c ():
11928 Some cleanup. Implemented StringEncoding= in font names. Fixed
11929 string encoding for xft fonts. Try to be more cleaver about defaults
11930 charsets. Improvement in the locale charset table.
11933 Some documentation cleanup regarding Xft
11935 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11937 * fvwm/functions.c (find_func_type):
11938 fixed bug i introduced w/ last commit
11940 * fvwm/fvwm.c (Done):
11942 * fvwm/functions.c (functions_is_complex_function):
11943 * fvwm/builtins.c (CMD_DestroyFunc):
11946 moved functions to functions.c
11949 * fvwm/functable.c:
11950 * fvwm/functable.h:
11951 * fvwm/functions.h:
11953 * fvwm/functions.c:
11954 moved some types and functions to other/new files
11956 * fvwm/functions.c:
11957 * fvwm/expand.c (expand_vars_extended):
11959 functions moved to new file
11961 * fvwm/functions.c:
11964 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11966 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
11967 fixed colourmap focus problem
11970 tabified all files and removed all trailing spaces
11972 * fvwm/move_resize.c (move_window_doit):
11973 * fvwm/virtual.c (CMD_MoveToDesk):
11974 MoveToPage and MoveToDesk no longer unstick windows
11976 2002-06-17 Mikhael Goikhman <migo@homemail.com>
11982 reworded some names of supported features
11984 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11986 * fvwm/update.c (apply_window_updates):
11987 * fvwm/session.c (MatchWinToSM):
11988 * fvwm/add_window.c (setup_window_structure):
11989 * fvwm/windowshade.c (CMD_WindowShade):
11990 * fvwm/window_flags.h:
11991 fixed a problem w/ shaded windows changind the title direction
11993 * fvwm/geometry.c (get_shaded_geometry):
11994 fixed shading window to 0 width or height
11996 * fvwm/add_window.c (AddWindow):
11997 fixed a memory leak and an initial window placement bug
11999 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12002 minor improvements in output, added bin/fvwm-perllib
12004 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12006 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12007 fixed copying PopupOffset values in CopyMenuStyle
12012 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12016 added CopyStringWithQuotes, not perfect, but works for now
12018 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12020 * fvwm/functions.h:
12022 * fvwm/functions.c (func_config):
12023 * libs/FScreen.c (FScreenConfigureSLSScreens):
12024 (FScreenConfigureModule):
12025 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12026 new command XineramaSLSScreens
12029 cleaned up Xinerama ifdefs
12031 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12034 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12036 2002-06-07 olicha <olivier.chapuis@free.fr>
12039 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12040 Some shadow text position fixes
12042 2002-06-06 olicha <olivier.chapuis@free.fr>
12044 * fvwm/update.c (apply_window_updates):
12045 Fixed the position of shaded windows after certain style update
12048 Fixed some options names
12050 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12052 * fvwm/module_interface.c (CMD_SendToModule):
12053 fixed SendToModule when the first parameter contains quotes
12055 2002-06-06 olicha <olivier.chapuis@free.fr>
12057 * fvwm/fvwm.c (main):
12058 * fvwm/ewmh.c (EWMH_Init):
12059 Init the EWMH before reading the config. Always setup the working
12062 2002-06-05 olicha <olivier.chapuis@free.fr>
12064 * fvwm/update.c (apply_window_updates):
12065 Fixed the position of a shaded window during a style update
12068 * libs/Flocale.c (FlocaleRotateDrawString):
12069 (FlocaleGetShadowTextPosition):
12070 Fixed side title text position if the font has no shadow
12073 * libs/Ficonv.c (FiconvInit):
12074 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12075 * libs/Flocale.c (FlocaleInit):
12076 (FlocaleRotateDrawString):
12077 (FlocaleGetFontSet):
12078 (FlocaleGetFontOrFontSet):
12080 (FlocaleDrawString):
12081 (FlocaleTextWidth):
12082 (FlocaleFreeNameProperty):
12083 (FlocaleGetNameProperty):
12084 (FlocaleTextListToTextProperty):
12085 Finish to remove the multibyte patch. This gives a more clean code
12086 and can only prevent bugs
12088 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12090 * fvwm/placement.c (PlaceWindow):
12091 fixed CascadePlacement with huge windows (xterm -g 240x100),
12092 that were aligned to bottom-right instead of top-left;
12093 small adjustments (removed border_width from calculations,
12094 don't place normal windows at 0, commented out some strange code)
12096 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12099 document CascadePlacement and FvwmIconMan improvements
12104 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12106 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12107 * fvwm/fvwm.c (InitVariables):
12108 * fvwm/placement.c (PlaceWindow):
12109 * fvwm/screen.h (struct ScreenInfo):
12110 improved *CascadePlacement, if the last placed window does not exist
12111 any more, reuse the last used position instead of adding a new cascade
12113 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12115 * fvwm/events.c (HandleEnterNotify):
12116 * fvwm/fvwm.c (InitVariables):
12118 Fixed colormap handling over decorative parts of a window
12120 2002-06-03 olicha <olivier.chapuis@free.fr>
12122 * fvwm/module_interface.c (make_named_packet):
12123 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12124 related to named module packet
12126 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12128 * fvwm/focus.c (focus_grab_buttons):
12129 * fvwm/events.c (HandleButtonPress):
12130 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12132 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12134 * fvwm/bindings.c (ParseBinding):
12135 replaced an error "Illegal mouse button" with a descriptive warning
12136 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12138 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12140 * fvwm/events.c (GetContext):
12141 fixed key bindings on decorations
12144 removed XEVMASK_DECORW
12146 2002-05-31 olicha <olivier.chapuis@free.fr>
12150 Documented shadow effect in a new section FONT EFFECTS
12152 2002-05-31 olicha <olivier.chapuis@free.fr>
12154 * libs/Fft.c (FftDrawString):
12155 * libs/Colorset.c (DumpColorset):
12158 * fvwm/colorset.c (parse_colorset):
12159 New colorset option fg_alpha which defines an alpha for rendering
12162 2002-05-29 olicha <olivier.chapuis@free.fr>
12164 * libs/Fft.c (FftSetupEncoding):
12171 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12172 to Xft FLAGS and LIBS
12174 * fvwm/Makefile.am:
12175 * libs/Makefile.am:
12176 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12177 Xft2 library. Removed FT2 CFLAGS and LIBS
12179 2002-05-27 olicha <olivier.chapuis@free.fr>
12184 Some Xft2 and fontconfig preparation
12187 * libs/Flocale.c (FlocaleParseShadow):
12189 (FlocaleGetShadowTextPosition):
12190 Added offset to shadow text
12193 Fixed the position of ne shadow text and remove some unused #define
12195 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12197 * fvwm/colorset.c (parse_colorset):
12198 fixed integer overflow in average colour calculation
12200 2002-05-27 olicha <olivier.chapuis@free.fr>
12202 * libs/gravity.c (GetNextMultiDirection):
12203 (ParseMultiDirectionArgument):
12205 Added a multi direction type which is a "<<" version of direction
12206 type. Added a parse and a next functions
12209 * libs/Flocale.c (FlocaleParseShadow):
12210 (FlocaleGetNextShadowDirection):
12211 (FlocaleGetShadowTextPosition):
12212 Used gravity multi direction type and functions. Removed
12213 FlocaleGetNextShadowDirection
12215 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12217 * fvwm/focus.c (restore_focus_after_unmap):
12218 fixed a problem w/ colormap transition when transient window died
12220 * fvwm/add_window.c (AddWindow):
12223 * fvwm/session.c (getUniqueStateFilename):
12224 applied security patch by Jan Echternach
12226 * fvwm/fvwm.c (InitVariables):
12227 Properly initialise Scr.flags.is_pointer_on_this_screen
12229 * libs/fvwmlib.h (FvwmFont):
12230 * fvwm/fvwm.c (setVersionInfo):
12233 * acconfig.h (MULTIBYTE):
12234 removed MULTIBYTE option (unconditionally on)
12236 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12238 * libs/gravity.c (ParseDirectionArgument):
12239 allow "t", "u", ... shortcuts as direction arguments
12241 * fvwm/style.c (check_window_style_change):
12242 (parse_and_set_window_style):
12243 * fvwm/frame.c (frame_setup_border):
12244 (frame_get_shading_laziness):
12245 (frame_get_sidebar_geometry):
12246 * fvwm/decorations.c (SelectDecor):
12247 * fvwm/add_window.c (setup_style_and_decor):
12248 (setup_resize_handle_cursors):
12249 (setup_resize_handle_windows):
12250 (change_resize_handle_windows):
12251 (destroy_auxiliary_windows):
12252 * fvwm/borders.c (border_get_border_gcs):
12253 (border_draw_border_parts):
12254 * fvwm/style.h (SCSET_HAS_BORDER):
12255 * fvwm/fvwm.h (FvwmWindow):
12256 * fvwm/window_flags.h (SET_HAS_BORDER):
12257 new styles NoBorder/Border
12259 2002-05-26 olicha <olivier.chapuis@free.fr>
12262 * libs/Flocale.c (FlocaleParseShadow):
12263 (FlocaleGetNextShadowDirection):
12264 (FlocaleGetShadowTextPosition):
12266 Implemented multidirectional shadow text rendering
12270 (FlocaleFontStructDrawString):
12271 (FlocaleRotateDrawString):
12273 (FlocaleDrawString):
12274 (FlocaleTextWidth):
12275 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12276 * libs/Fft.c (FftDrawString):
12277 Cleanup the FlocaleFont structure by addings some flags
12279 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12281 * fvwm/events.c (HandleFocusIn):
12282 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12283 * fvwm/screen.h (ScreenInfo):
12284 * fvwm/focus.c (FocusOn):
12285 ignore EnterNotify events while a window is waiting to receive focus
12286 from the Focus or FlipFocus commands; should prevent plenty of race
12287 contidions caused by executing complex functions by a key press, button
12288 press or from a menu; fixes Alt-Tab problem
12290 * fvwm/events.c (HandleMapNotify):
12291 immediately draw window decorations when window is mapped; the new frame
12292 drawing code takes care of suppressing unnecessary redraws
12293 (HandleLeaveNotify):
12294 fixed a bug w/ LeaveNotify event with NotifyGrab
12296 2002-05-22 olicha <olivier.chapuis@free.fr>
12299 * libs/Fft.c (FftDrawString):
12300 * libs/Flocale.c (FlocaleFontStructDrawString):
12301 (FlocaleRotateDrawString):
12303 (FlocaleGetShadowTextPosition):
12304 (FlocaleDrawString):
12305 (FlocaleDrawUnderline):
12306 (FlocaleTextWidth):
12307 Implemented negative shadow text
12309 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12311 * fvwm/menucmd.c (CMD_AddToMenu):
12312 * fvwm/windowlist.c (CMD_WindowList):
12315 changed signature of AddToMenu
12317 * fvwm/menus.c (clone_menu_root_static):
12318 fixed problem w/ menu style usage count and tear off menus
12319 fixed core dump w/ not copying the missing sub menu function in tear
12321 (clone_menu_item_list):
12323 (add_another_menu_item):
12324 (size_menu_vertically):
12325 fixed additional "More..." items in sub menus of torn off menus
12327 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12330 fixed #endif warning
12331 * fvwm/ConfigFvwmDefaults:
12332 added CirculateSkip to tear off menus
12334 fixed ShadeAgain quoting
12336 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12338 * fvwm/events.c (HandleButtonPress):
12339 allow to pass the focus click to applications and have a function bound
12340 to it at the same time
12344 fixed compilation problem
12346 2002-05-20 olicha <olivier.chapuis@free.fr>
12348 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12349 Fixed blue colour in png image and ewmh icons
12351 * libs/Flocale.c (FlocaleLoadFont):
12352 Removed some debug code
12354 * fvwm/colorset.c (parse_colorset):
12356 * libs/ColorUtils.c (GetForeShadowColor):
12357 Added Mikhael algo to compute the default fgsh
12359 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12361 * fvwm/functions.c (expand_extended_var):
12362 expand $[fgsh.csN], use constants instead of numbers
12364 2002-05-17 olicha <olivier.chapuis@free.fr>
12366 * libs/Flocale.c (FlocaleDrawString):
12367 (FlocaleDrawUnderline):
12369 Removed some unused and debug code
12371 2002-05-17 olicha <olivier.chapuis@free.fr>
12373 * fvwm/menuitem.c (draw_underline):
12375 * libs/Flocale.c (FlocaleDrawUnderline):
12376 Move draw_underline into Flocale.c and fix underline position with
12379 2002-05-17 olicha <olivier.chapuis@free.fr>
12381 * fvwm/style.c (update_window_color_style):
12382 (update_window_color_hi_style):
12383 * fvwm/move_resize.c (DisplayPosition):
12385 * fvwm/menuitem.c (menuitem_paint):
12386 * fvwm/borders.c (get_common_decorations):
12387 (border_get_titlebar_draw_descr):
12389 * fvwm/icons.c (DrawIconWindow):
12390 Pass the colorset to text drawing via the FlocaleWinString structure
12393 * libs/ColorUtils.c (GetForeShadowColor):
12395 * fvwm/colorset.c (parse_colorset):
12397 * libs/Colorset.c (DumpColorset):
12399 Added fgsh colorset and two new functions GetForeShadowColor and
12400 GetForeShadow which should be modified
12402 * libs/Makefile.am:
12404 * libs/FftInterface.h (new file):
12405 * libs/Fft.c (FftDrawString):
12407 * libs/Flocale.c (FlocaleFontStructDrawString):
12408 (FlocaleRotateDrawString):
12409 (FlocaleDrawString):
12410 (FlocaleTextWidth):
12412 Implemented text shadow rendering
12414 2002-05-11 olicha <olivier.chapuis@free.fr>
12417 * fvwm/builtins.c (refresh_window):
12418 * fvwm/update.c (apply_window_updates):
12420 * fvwm/style.c (check_window_style_change):
12421 ParentalRelativity style is now dynamic
12423 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12425 * fvwm/menuitem.c (menuitem_paint):
12426 fixed menu item hilight area
12428 2002-05-09 olicha <olivier.chapuis@free.fr>
12430 * libs/Makefile.am:
12431 * libs/XError.c (request_name):
12432 * libs/PictureImageLoader.c (PImageLoadPng):
12433 (PImageCreatePixmapFromArgbData):
12434 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12435 (PGraphicsTileRectangle):
12436 (PGraphicsCopyFvwmPicture):
12437 * libs/FRenderInit.c (new file):
12438 * libs/FRenderInit.h (new file):
12439 * libs/FRenderInterface.h:
12440 * libs/FRender.c (*):
12441 * fvwm/colorset.c (parse_tint):
12443 * fvwm/fvwm.c (main):
12444 * fvwm/events.c (HandlePropertyNotify):
12445 Change the design of the previous commit. Now a module should call
12446 FRenderInit when it wants to use a function which depends on XRender.
12448 2002-05-09 olicha <olivier.chapuis@free.fr>
12456 Include Fft.h include FRender.h as Xft.h include Xrender.h
12458 * libs/FRenderInterface.h:
12460 * libs/FRender.c (FRenderInit):
12461 (FRenderGetErrorCodeBase):
12462 (FRenderGetMajorOpCode):
12463 (FRenderGetExtensionSupported):
12464 (FRenderGetErrorText):
12465 Improve XRender initialization, check if the XRender extension is
12466 enabled and get the error code base and the major op code.
12467 Add error functions for the X error handler.
12469 * libs/XError.c (PrintXErrorAndCoredump):
12471 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12474 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12475 * fvwm/events.c (HandlePropertyNotify):
12476 * fvwm/colorset.c (parse_tint):
12478 * libs/PictureImageLoader.c (PImageLoadPng):
12479 (PImageCreatePixmapFromArgbData):
12480 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12481 (PGraphicsCopyFvwmPicture):
12482 (PGraphicsTileRectangle):
12483 * libs/FRender.c (FRenderCopyArea):
12484 (FRenderTintRectangle):
12485 Check if the XRender extension is enabled on the display before
12486 performing XRender operations
12488 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12490 * fvwm/menuitem.c (menuitem_paint):
12491 fixed item hilighting problems
12493 2002-05-07 olicha <olivier.chapuis@free.fr>
12495 * fvwm/colorset.c (parse_colorset):
12498 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12500 * fvwm/events.c (HandlePropertyNotify):
12501 workaround for xterm resize problem
12503 * fvwm/colorset.c (parse_colorset):
12504 (free_colorset_background):
12507 fixed various bugs and core dumps w/ the cs->picture structure;
12508 note: it's a pointer, so compare with NULL, not with None
12510 * fvwm/frame.c (frame_setup_window):
12511 (frame_setup_window_app_request):
12512 (frame_force_setup_window):
12513 (frame_setup_window_internal):
12514 (frame_create_move_resize_args):
12515 (frame_free_move_resize_args):
12516 * fvwm/add_window.c (setup_window_attr):
12517 * fvwm/events.c (HandleConfigureRequest):
12518 (HandlePropertyNotify):
12519 fixed [?] bit_gravity/resize problem
12521 * fvwm/events.c (HandleEnterNotify):
12522 reformatted EdgeCommand code
12524 2002-05-06 olicha <olivier.chapuis@free.fr>
12526 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12527 Resize an ewmh icon to the wanted size if it is to big
12529 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12530 Set also the stacking list when a window is destroyed
12532 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12534 * fvwm/fvwm.1: Finish language check.
12535 Fix typo in Mouse section, context should be on new line.
12537 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12539 * fvwm/fvwm.1 (file): Restore icons and images text with some
12541 Started on lang check, not done yet.
12543 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12545 * fvwm/module_interface.c (make_named_packet):
12546 Applied Mikhail Kruk patch
12548 2002-05-02 olicha <olivier.chapuis@free.fr>
12550 * libs/FlocaleCharset.h:
12551 * libs/Ficonv.c (FiconvSetupConversion):
12552 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12554 * libs/Flocale.c (FlocaleGetFftFont):
12555 (FlocaleGetFontSet):
12558 (FlocaleUnloadFont):
12560 Implemented charset/iconv hints in font name
12562 2002-04-29 Stian Sletner <stian@sletner.com>
12564 * fvwm/windowlist.c (CMD_WindowList):
12565 Added new Windowlist option IconifiedAtEnd
12567 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12569 * fvwm/module_interface.c:
12572 moved two constant strings to Module.h, so they may be used by perllib
12574 2002-04-29 olicha <olivier.chapuis@free.fr>
12576 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12577 Fixed a core dump if the charset is not found
12579 * libs/Flocale.c (FlocaleStringToString2b):
12580 Removed some debug code
12582 2002-04-29 olicha <olivier.chapuis@free.fr>
12584 * libs/Fft.c (FftGetFontWidths):
12585 (FftGetFontWidths):
12588 * libs/Flocale.c (FlocaleGetFont):
12589 (FlocaleGetFontSet):
12590 (FlocaleGetFftFont):
12591 Removed min_char_offset member of the FlocaleFont as it is not use
12592 since we rotate string for side title
12594 * libs/Ficonv.c (FiconvSetupConversion):
12595 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12596 (FlocaleCharsetSetFlocaleCharset):
12598 * libs/Flocale.c (FlocaleTextWidth):
12599 (FlocaleDrawString):
12600 (FlocaleUtf8ToUnicodeStr2b):
12602 (FlocaleStringToString2b):
12603 (FlocaleRotateDrawString):
12604 (FlocaleFontStructDrawString):
12605 Added support for drawing string with 10646-1 fonts without an utf8
12606 locale. Also, drawing strings with a multibyte font now work not so
12607 bad even if the locale have nothing to do with the font.
12609 * libs/Fft.c (FftUtf8ToFftString16):
12612 Added utf8 rendering with iso10646-1 fonts on system without
12615 * fvwm/colorset.c (reset_cs_pixmap):
12620 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12622 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12625 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12627 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12629 * fvwm/move_resize.c:
12630 don't start Move with snap disabled if Alt is initially pressed
12632 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12634 * NEWS, configure.in:
12635 changed version to 2.5.2
12637 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12640 improved main headers, added new COLORSETS section;
12641 documented State condition
12644 documented Tint in colorsets and utility renaming
12647 corrected several error reporting problems
12649 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12652 fixed leaving tear off menus
12654 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12656 * fvwm/borders.c (border_draw_part_relief):
12657 (border_set_button_pixmap):
12658 (border_draw_title_stick_lines):
12659 (border_draw_title_mono):
12660 (border_draw_title_relief):
12661 * libs/fvwmlib.h (RelieveRectangle2):
12662 (RelieveRectangle):
12663 replaced functions by macros
12665 * libs/Graphics.c (do_relieve_rectangle):
12666 applied performance patch by Dave Trollope
12668 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12674 * libs/FlocaleCharset.c:
12675 FBidi is now independent from Flocale* again;
12676 iso8859-6.8x fonts recognized now as bidi-enabled
12678 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12681 fixed --disable-multibyte
12683 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12685 * fvwm/borders.c (border_draw_title_deep):
12686 (border_set_title_pixmap):
12687 (border_set_button_pixmap):
12688 fixed SolidButton title and button style
12690 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12695 added new entry about CurrentAtEnd
12698 minor reformatting and spell checking
12700 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12702 * fvwm/windowlist.c (CMD_WindowList):
12703 Added new Windowlist option CurrentAtEnd
12705 2002-04-22 olicha <olivier.chapuis@free.fr>
12707 * fvwm/colorset.c (parse_colorset):
12709 Fixed an enormous core dump which comes from a cvs merging problem
12711 * fvwm/Makefile.am:
12714 Added Xrender detection and link fvwm if needed
12716 * libs/PictureGraphics.c:
12717 * libs/PictureGraphics.h:
12720 * libs/FRenderInterface.h:
12721 * libs/PictureGrpahics.c (*):
12722 * libs/PictureGrpahics.h:
12723 New libs files to acheive alpha-blend rendering and better XBM
12724 support. PictureGraphics contains elaborated version and also
12725 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12729 * fvwm/icons.c (clear_icon):
12733 * fvwm/events.c (HandlePropertyNotify):
12734 * fvwm/borders.c (border_fill_pixmap_background):
12735 (border_get_border_background):
12736 (border_draw_decor_to_pixmap):
12737 * fvwm/menuitem.c (menuitem_paint):
12738 * fvwm/add_window.c (destroy_icon):
12739 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12740 * fvwm/geometry.c (move_icon_to_position):
12741 * fvwm/colorset.c (free_colorset_background):
12744 Implemented alpha-blend rendering with the new libs function
12746 * fvwm/colorset.c (free_colorset_background):
12749 Implemented tinting of a Pixmap background colorset
12751 * fvwm/colorset.c (parse_colorset):
12752 Use the Scr.NoFocusWin as main window in the place of the
12753 Scr.SizeWindow, this fix a lot of X errors in my machine.
12755 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12756 Donated our alpha channel
12759 * fvwm/module_interface.h:
12760 * fvwm/module_interface.c (SendFvwmPicture):
12761 (BroadcastMiniIcon):
12763 (BroadcastFvwmPicture):
12764 (CMD_Send_WindowList):
12765 * fvwm/add_window.c (change_mini_icon):
12766 (broadcast_mini_icon):
12767 * fvwm/ewmh_icons.c:
12768 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12769 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12771 * libs/Makefile.am:
12772 * libs/PictureBase.c (*):
12773 * libs/PictureBase.h:
12774 * libs/Picture.c (*):
12776 * libs/PictureImageLoader.c (*):
12777 * libs/PictureImageLoader.h:
12779 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12780 PictureImageLoader.
12781 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12782 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12783 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12784 SetImagePath -> PictureSetImagePath, findImageFile ->
12785 PictureFindImageFile, PictureList -> FvwmPictureList,
12786 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12787 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12788 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12789 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12790 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12791 Also renamed more recent functions in PictureImageLoader.
12793 * fvwm/borders.c (border_draw_one_border_part):
12794 (border_draw_decor_to_pixmap):
12795 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12798 * fvwm/menus.c (pop_menu_up):
12799 (animated_move_back):
12800 (ParentalMenuRePaint):
12801 * fvwm/move_resize.h (resize_geometry_window):
12802 * fvwm/move_resize.c (move_window_doit):
12803 (AnimatedMoveAnyWindow):
12804 (AnimatedMoveOfWindow):
12805 (AnimatedMoveFvwmWindow):
12806 Fixed transparent animated menu
12808 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12817 fixed running out of colors on 8bpp with ReadWriteColors;
12818 simulate colorsets on monochrome displays using three 1-bit pixmaps
12820 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12823 fixed $PERL detection again
12828 added -Wno-implicit-int to -Wall in case of gcc
12832 fixed ReadWriteColors on a PseudoColor display
12834 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12836 * fvwm/move_resize.c (move_window_doit):
12837 set the is_icon_moved too flag if the icon was moved non-interactively
12843 Moved FvwmTheme functionality into fvwm.
12844 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12846 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12849 fixed $PERL detection
12852 * fvwm/ConfigFvwmDefaults:
12853 several fixes and spelling
12855 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12857 * libs/Bindings.c (CheckBinding):
12860 (GrabWindowButton):
12861 (MatchBindingExactly):
12862 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12865 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12868 configure now uses $PERL if set
12871 all programs installed into ${bindir} have now fvwm- prefix;
12872 documentation updated
12874 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12877 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12878 documentation updated
12880 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12883 added 2.4.7 entries
12885 2002-04-10 Dan Espen <dane@mk.telcordia.com>
12887 * AUTHORS: New author.
12889 * NEWS: Edge Command.
12891 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
12894 Added EdgeCommand paragraph.
12896 * fvwm/events.c (HandleEnterNotify):
12897 Added execution of Scr.PanFrame*.command if set
12899 * fvwm/fvwm.c (InitVariables):
12900 Added init strings for pan frame commands.
12905 Avoid hiding of pan frames if pan frame command is set.
12907 Implementation of the buildin command EdgeCommand. First
12908 implementation of this function.
12910 * fvwm/screen.h (struct):
12911 added char * command in structure Panframe to store the pan frame
12914 * fvwm/functions.c:
12915 added declaration of CMD_ENTRY("edgecommand")
12917 * fvwm/functions.h:
12918 added definition of Flag F_EDGE_COMMAND
12921 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12923 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12926 added "BI-DIRECTIONAL TEXTS" section
12929 added #include <sys/select.h> to fix endless loop on QNX
12931 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12934 changed description of focus models
12936 2002-04-09 olicha <olivier.chapuis@free.fr>
12939 Check for libpng libpng 1.0.4a or better
12941 2002-04-08 Mikhael Goikhman <migo@homemail.com>
12943 * fvwm/add_window.c (setup_title_geometry):
12946 * fvwm/geometry.c (get_title_font_size_and_offset):
12948 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12950 * fvwm/window_flags.h:
12951 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
12953 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
12955 new Style options TopTitleRotated / TopTitleNotRotated,
12956 BottomTitleRotated / BottomTitleNotRotated
12958 2002-04-08 olicha <olivier.chapuis@free.fr>
12960 * libs/Makefile.am:
12961 Fixed make dist again
12963 2002-04-07 Dan Espen <dane@mk.telcordia.com>
12965 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
12967 2002-04-07 Mikhael Goikhman <migo@homemail.com>
12970 minor wording fixes
12973 mention a new FvwmIconMan syntax
12975 * sample.fvwmrc/new-features:
12976 * sample.fvwmrc/system.fvwm2rc:
12977 * sample.fvwmrc/system.fvwm2rc-sample-95:
12978 use a new module syntax
12980 2002-04-06 olicha <olivier.chapuis@free.fr>
12984 Forget to save some file
12986 * libs/FImageLoader.c (c100_init_base_table):
12987 Allows init even if !XPM
12989 * libs/Makefile.am:
12993 Fixed png detection
12995 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
12996 Fixed a GC memory leaks.
12998 * fvwm/fvwm.c (setVersionInfo):
13000 Updated -version for png, bidi and xft
13003 Modified the ICONS section. Rename it ICONS AND IMAGES and
13004 document PNG file format. Replace "xpm or bitmap file" by
13005 "image file" in a few place.
13009 PNG news and documented libpng in the "Optional libraries used by FVWM"
13012 2002-04-05 olicha <olivier.chapuis@free.fr>
13014 * libs/FImageLoader.c (c100_init_base_table):
13015 (FImageReduceRGBColor):
13016 (FImageCreatePixmapFromArgbData):
13017 Speed up color limitation for png image and ewmh icons
13018 Respect color limit even with DirectColor and TrueColor
13021 * acconfig.h (HAVE_PNG):
13022 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13023 even without XPM support
13026 * libs/InitPicture.c (new file):
13027 * libs/InitPicture.h (new file):
13030 * libs/FImageLoader.c (new file):
13031 * libs/FImageLoader.h (new file):
13032 * libs/Fxpm.h (new file):
13033 * libs/Fpng.h (new file):
13034 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13035 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13036 ColorLimit stuff is applied to PNG image.
13037 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13038 Picture.c and Picture.h.
13039 InitPicture contains the Picture structure, initialize the visual,
13040 depth and color map and contains image path stuff as Picture contains
13041 Picture manipulations.
13043 * libs/ColorUtils.c:
13045 Moved the Picture color utils func to ColorUtils
13047 * fvwm/Makefile.am:
13048 links against libpng
13050 * fvwm/icons.c (GetIconPicture):
13054 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13055 the libs image loader
13057 * fvwm/cursor.c (CMD_CursorStyle):
13058 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13060 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13061 (EWMH_SetIconFromWMIcon):
13062 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13066 Send the ColorLimit to module in any case
13073 * fvwm/add_window.c:
13077 * fvwm/menustyle.c:
13078 * fvwm/move_resize.c:
13081 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13083 * fvwm/events.c (test_map_request):
13084 (test_resizing_event):
13085 fixed endless loop in HandleConfigureRequest
13087 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13089 * fvwm/add_window.c (setup_style_and_decor):
13090 fixed borderless transients
13092 * fvwm/events.c (test_resizing_event):
13093 (HandleConfigureRequest):
13094 * fvwm/frame.c (frame_create_move_resize_args):
13095 * fvwm/add_window.c (AddWindow):
13097 * fvwm/window_flags.h:
13098 tried to improve ConfigureRequest handling
13100 * fvwm/events.c (HandlePropertyNotify):
13101 recalculate window size when the base_width or base_height hint
13102 changes; fixes some problems with xemacs
13104 * fvwm/virtual.c (map_window):
13107 * fvwm/borders.c (border_draw_decorations):
13108 don't redraw windows on a different desk
13109 keep track of Scr.Hilite
13111 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13113 * fvwm/virtual.c (unmap_window):
13114 * fvwm/move_resize.c (resize_window):
13115 * fvwm/icons.c (Iconify):
13116 * fvwm/add_window.c (CaptureOneWindow):
13117 * fvwm/borders.c (border_undraw_decorations):
13118 mark window decorations as not drawn whenever the frame is unmapped
13120 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13122 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13124 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13127 use safemalloc and alloca instead of malloc
13129 2002-03-29 olicha <olivier.chapuis@free.fr>
13131 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13132 Set the X locale charset on system without XOpenOM
13134 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13137 fixed multibyte support reporting
13139 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13144 moved gcc extension __attribute__ handling to config.h
13146 * fvwm/fvwm.c (main):
13147 * fvwm/stack.c (add_window_to_stack_ring_after):
13148 * fvwm/icons.c (GetIconWindow):
13150 * fvwm/add_window.c:
13151 fixed core dumps and other bugs in debug messages
13153 2002-03-27 olicha <olivier.chapuis@free.fr>
13155 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13156 (FlocaleCharsetSetFlocaleCharset):
13158 * configure.in (problem_multibyte):
13159 Fixed compilation for system without XOpenOM in Xlib.h
13161 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13162 * libs/Ficonv.c (FiconvInit):
13166 include only libs/Flocale.h
13168 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13171 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13176 * libs/FlocaleCharset.c:
13177 minor modifications, like removed #include;
13178 fixed core dump with bidi and utf-8
13180 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13182 * fvwm/frame.c (frame_update_hidden_window_pos):
13183 fixed shade/maximize/unshade
13185 * fvwm/builtins.c (FreeDecorFace):
13188 * fvwm/borders.c (get_common_decorations):
13189 (border_get_border_style):
13190 * fvwm/style.c (parse_and_set_window_style):
13192 * fvwm/window_flags.h:
13193 * fvwm/fvwm.h (struct):
13194 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13195 (frame_create_move_resize_args):
13196 (frame_move_resize_step):
13197 (frame_next_move_resize_args):
13198 new styles WindowShadeLazy [default], WindowShadeBusy and
13199 WindowShadeAlwaysLazy
13201 * fvwm/frame.c (frame_set_decor_gravities):
13202 fixed window bit gravities
13203 split into smaller functions
13204 (frame_move_resize_step):
13205 fixed a bug w/ the parent gravity
13206 (frame_hide_changing_window_parts):
13207 fixed flickering in one of the corners during shade animation
13208 (frame_mrs_hide_changing_parts):
13210 (frame_mrs_prepare_vars):
13211 (frame_mrs_hide_unhide_parent):
13212 (frame_mrs_setup_draw_decorations):
13213 (frame_mrs_resize_move_windows):
13216 2002-03-25 olicha <olivier.chapuis@free.fr>
13218 * libs/Fft.c (FftSetupEncoding):
13221 * libs/Flocale.c (FlocaleDrawString):
13222 * libs/FBidi.c (FBidiConvert):
13224 Pass the font to FBidiConvert
13226 * acconfig.h (HAVE_LIBCHARSET):
13227 * acinclude.m4 (CHECK_LIBCHARSET):
13229 If libiconv is used check for libcharset
13231 * libs/Makefile.am:
13232 * libs/FlocaleCharset.h:
13233 * libs/FlocaleCharset.c:
13235 * libs/Flocale.c (*):
13236 * libs/Fft.c (FftSetupEncoding):
13238 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13239 FlocaleFont has such a member which is set when charset info are needed.
13240 FlocaleCharset.c contains a big table which associates to an X charset
13241 various possible locale charsets and the fribidi charset.
13242 If libiconv is used, libcharset is used to compute the locale charset.
13243 Various Flocale clean up.
13245 * fvwm/fvwm.c (main):
13246 Removed the call to FlocaleInitCharset, it is now done automatically
13249 * libs/Makefile.am:
13252 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13254 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13257 (EWMH_SetDesktopNames):
13258 Moved iconv conversions into the library. Try to found the good iconv
13259 charset with the help of the font and of the FlocaleCharset table.
13261 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13263 * libs/Module.c (SendFvwmPipe):
13264 * libs/Graphics.c (do_relieve_rectangle):
13265 * fvwm/menustyle.c (menustyle_parse_old_style):
13266 * fvwm/add_window.c (setup_window_structure):
13267 memory management patches by Dave Trollope
13269 * fvwm/frame.c (frame_get_sidebar_geometry):
13270 hide the handles when using the NoHandles style
13272 * fvwm/borders.c (border_redraw_decorations):
13273 change in title rotation is applied immediately, don't use the value "2"
13276 * fvwm/style.c (parse_and_set_window_style):
13277 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13279 documented the new title directions
13280 (parse_and_set_window_style):
13281 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13283 documented these styles
13285 * fvwm/add_window.c (CaptureOneWindow):
13286 (CaptureAllWindows):
13290 * fvwm/icons.c (DeIconify):
13291 fiexd fucoused window not hilighting after deiconification
13293 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13295 * fvwm/update.c (apply_window_updates):
13296 windows are not unshaded when the decoration layout changes
13298 * fvwm/frame.c (frame_create_move_resize_args):
13299 fixed excessive redrawing
13300 (frame_get_hidden_pos):
13301 fixed parent geometry when window is hidden
13303 * fvwm/add_window.c (setup_frame_stacking):
13304 fixed stacking of right buttons
13306 * fvwm/frame.c (frame_set_decor_gravities):
13307 fixed title and button bit gravities
13309 * fvwm/add_window.c (setup_frame_stacking):
13310 (change_auxiliary_windows):
13311 fixed "button" style
13313 * fvwm/geometry.c (get_title_button_geometry):
13314 * fvwm/menus.c (pop_menu_up):
13315 fixed menu placement relative to window titles
13317 * libs/Flocale.c (FlocaleDrawString):
13318 fixed compiler warning w/o fribidi
13320 * fvwm/virtual.c (MoveViewport):
13322 (do_move_window_to_desk):
13323 * fvwm/update.c (apply_window_updates):
13324 * fvwm/icons.c (Iconify):
13326 * fvwm/module_interface.c (SETOLDFLAGS):
13327 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13328 * fvwm/style.c (parse_and_set_window_style):
13329 * fvwm/window_flags.h:
13330 * fvwm/session.c (MatchWinToSM):
13331 * fvwm/placement.c (PlaceWindow):
13332 * fvwm/add_window.c (CaptureAllWindows):
13333 (setup_window_placement):
13334 (CaptureOneWindow):
13337 * fvwm/menus.c (menu_tear_off):
13338 * fvwm/events.c (HandleMapRequestKeepRaised):
13341 removed some of those pesky globals: PPosOverride, isIconicState and
13342 isIconifiedByParent; pass round a structure instead
13343 removed the do_start_iconic window flag
13344 removed do_delete_icon_moved flag
13346 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13350 renamed HAVE_FRIBIDI to HAVE_BIDI
13354 added more comments
13356 * fvwm/Makefile.am:
13358 * libs/Makefile.am:
13359 added a dummy call to FBidi to test linking against bidi libs
13361 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13363 * fvwm/windowshade.c (CMD_WindowShade):
13364 changed syntax of windowshade with direction
13366 update button state after unshading
13368 * fvwm/add_window.c (AddWindow):
13369 fixed mini icon update
13371 * fvwm/events.c (HandleEnterNotify):
13372 fixed icon picture redrawing
13373 icon titles are no longer raised and expanded if the icon has only a
13376 * fvwm/move_resize.c (resize_window):
13379 * libs/gravity.c (gravity_move_resize_parent_child):
13380 * fvwm/frame.c (frame_get_titlebar_dimensions):
13381 (frame_prepare_animation_shape):
13382 (frame_move_resize_step):
13383 (frame_get_titlebar_dimensions_only):
13384 (frame_get_hidden_pos):
13385 (frame_update_hidden_window_pos):
13386 (frame_free_move_resize_args):
13387 (frame_create_move_resize_args):
13388 fixed shading of shaped windows
13393 * fvwm/fvwm.c (main):
13394 * fvwm/misc.c (GrabEm):
13395 fixed a problem with the cursor shape during window shading
13397 * fvwm/update.c (apply_window_updates):
13398 fixed drawing of hilighted window after a decoration change
13400 * fvwm/update.c (apply_window_updates):
13401 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13402 * fvwm/borders.c (RedrawDecorations):
13403 renamed RedrawDecorations()
13405 * fvwm/move_resize.c (move_window_doit):
13407 * fvwm/misc.c (move_into_rectangle):
13408 (intersect_xrectangles):
13409 functions renamed and moved to fvwmrect.c
13411 * fvwm/borders.c (border_get_changed_border_parts):
13412 (frame_get_changed_border_parts):
13413 reduced border redrawing
13414 moved fucntion to borders.c
13416 * fvwm/events.c (HandleButtonPress):
13418 suppress button events on frame windows
13420 * fvwm/frame.c (frame_setup_border):
13421 fixed a problem with the border setup
13423 * fvwm/borders.c (border_draw_decorations):
13424 * fvwm/events.c (HandleEnterNotify):
13425 fixed icon title drawing
13427 * fvwm/misc.c (GrabEm):
13428 fixed a pointer grab hang with xmag?
13430 * fvwm/move_resize.c (resize_window):
13431 use frame_move_resize function to improve performance
13433 * fvwm/add_window.c (AddWindow):
13434 fixed recaturing shaded windows
13437 suppress unnecessary title redraws
13440 window shading works again; there are still some problems with
13441 recapture, restart, border drawing and shaped windows
13443 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13445 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13448 * fvwm/frame.c (frame_get_title_bar_dimensions):
13449 fixed minor button layout bug
13450 (frame_update_hidden_window_pos):
13452 * fvwm/ewmh_names.c (EWMH_WMName):
13453 * fvwm/gnome.c (GNOME_HandlePropRequest):
13454 * fvwm/focus.c (DoSetFocus):
13455 * fvwm/stack.c (new_layer):
13456 * fvwm/icons.c (DeIconify):
13458 * fvwm/events.c (HandleFocusIn):
13459 (HandlePropertyNotify):
13462 (HandleButtonPress):
13463 (HandleLeaveNotify):
13464 * fvwm/builtins.c (CMD_ChangeDecor):
13466 * fvwm/move_resize.c (resize_move_window):
13469 (maximize_fvwm_window):
13471 * fvwm/borders.c (DrawDecorations):
13472 (RedrawDecorations):
13473 removed function DrawDecorations()
13474 (border_draw_decorations):
13475 renamed draw_decorations_with_geom() to border_draw_decorations()
13477 * fvwm/events.c (HandleExpose):
13478 fixed drawing icon titles
13480 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13481 * fvwm/events.c (HandleFocusIn):
13483 * fvwm/screen.h (ScreenInfo):
13484 return the focus to the window that had the focus before an or window
13485 stole it and then died.
13487 * fvwm/menus.c (scanForColor):
13488 removed duplicate call of strlen
13489 use alloca instead of safemalloc
13491 * fvwm/menustyle.c (menustyle_parse_style):
13492 don't call memset right before memcpy
13494 * fvwm/module_interface.c (AddToMessageQueue):
13495 (DeleteMessageQueueBuff):
13496 removed one safemalloc and inline'd the function
13497 merged AddToMessageQueue into PositiveWrite
13499 * fvwm/borders.c (border_draw_decor_to_pixmap):
13500 fixed pixmap and mini icon buttons
13501 (border_fill_pixmap_background):
13503 (border_get_tb_parts_to_draw):
13504 buttons and title background using the border style is updated when the
13507 * fvwm/events.c (WaitForButtonsUp):
13508 don't grab the whole server but merely the pointer to allow applications
13509 redrawing themselves
13512 finished writing title drawing code
13514 * fvwm/move_resize.c (resize_window):
13515 (resize_move_window):
13516 (unmaximize_fvwm_window):
13517 removed now unnecessary calls to DrawDecorations()
13519 * fvwm/frame.c (frame_hide_changing_window_parts):
13520 fixed hiding bottom/right titles
13522 * fvwm/add_window.c (AddWindow):
13523 fixed recapturing shaded windows
13525 * fvwm/misc.c (GrabEm):
13526 fixed the cursor over the title window while resizing
13528 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13530 * libs/Graphics.c (CreateTiledPixmap):
13531 improved efficience: let the X server tile a pixmap via the GC settings
13533 * fvwm/fvwm.c (CreateGCs):
13534 * fvwm/screen.h (ScreenInfo):
13535 added new global GC Scr.TileGC
13537 * fvwm/borders.c (border_fill_pixmap_background):
13538 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13539 use already created gcs
13541 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13542 * fvwm/menus.c (paint_menu_gradient_background):
13543 fixed using a randow members in gcs
13545 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13548 added compilation test for fribidi
13550 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13552 * NEWS: Document FvwmForm timeout.
13554 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13556 * fvwm/session.c (MatchWinToSM):
13557 * fvwm/add_window.c (AddWindow):
13558 preserve user states over a restart
13560 * fvwm/add_window.c (setup_window_structure):
13561 preserve user states over a recapture
13563 * fvwm/functions.c (execute_function):
13564 "Silent" suppresses the "No such command ..." message
13566 * fvwm/frame.c (frame_move_resize):
13567 * fvwm/misc.c (GrabEm):
13568 fixed the cursor shape during resizing
13569 fixed button looks in small windows
13571 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13577 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13579 * fvwm/fvwm.c (LoadDefaultLeftButton):
13580 (LoadDefaultRightButton):
13581 * fvwm/borders.c (border_draw_vector_to_pixmap):
13582 * fvwm/screen.h (DecorFace):
13583 * fvwm/builtins.c (ReadDecorFace):
13584 fixed transparent vector line support
13586 * libs/Graphics.c (CreateGradientPixmap):
13587 fixed potential core dump with illegal gradients
13589 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13591 * fvwm/fvwm.h (FvwmWindow):
13592 removed button_background_pixmap member
13594 * fvwm/update.c (apply_window_updates):
13595 fixed changing the decoration size
13597 * fvwm/windowshade.c (CMD_WindowShade):
13598 * fvwm/frame.c (frame_setup_border):
13599 * fvwm/functions.c (execute_complex_function):
13602 * fvwm/move_resize.c (resize_window):
13603 fixed aboting of a opaque resize w/ maximized windows
13604 (ParseOneResizeArgument):
13605 resize arguments don't take the border into account
13606 (GetResizeArguments):
13607 implemented new option "Frame" to the Resize and ResizeMove commands
13609 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13612 * fvwm/builtins.c (ReadDecorFace):
13613 * fvwm/borders.c (DrawLinePattern):
13614 implemented transparent drawing color in vector buttons: C == 4
13616 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13617 * fvwm/builtins.c (ReadDecorFace):
13618 increased allowed number of lines in a vector button to 10000 and moved
13619 the definition to defaults.h
13621 * fvwm/virtual.c (MoveViewport):
13622 don't send useless M_NEW_PAGE packets
13626 started work on new button/title drawing code
13628 * fvwm/events.c (HandleExpose):
13629 don't handle expose on the title bar
13632 * fvwm/frame.c (frame_get_sidebar_geometry):
13633 * fvwm/fvwm.h (FvwmWindow):
13634 replaced border_state with decor_state
13636 * libs/defaults.h (NR_RIGHT_BUTTONS):
13640 * fvwm/events.c (HandleExpose):
13642 * fvwm/frame.c (frame_setup_border):
13643 hide sidebars if they are too small, i.e. 0 pixels
13645 2002-03-20 olicha <olivier.chapuis@free.fr>
13647 * libs/Flocale.c (FlocaleFreeNameProperty):
13648 Fixed random core dump
13650 2002-03-19 olicha <olivier.chapuis@free.fr>
13652 * fvwm/ConfigFvwmDefaults:
13653 RightTitleRotatedCW is a default
13655 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13657 * fvwm/frame.c (frame_get_sidebar_geometry):
13658 window corners are always at least the border width thick
13660 * fvwm/geometry.c (update_absolute_geometry):
13661 fixed south/east shading
13663 * fvwm/frame.c (frame_move_resize_step):
13664 did the best I could to prevent rxvt from flashing in the background
13667 * fvwm/add_window.c (get_default_window_attributes):
13668 (get_default_window_attributes):
13669 (setup_resize_handle_windows):
13670 * fvwm/borders.c (border_get_border_gcs):
13671 applied -visual fix by Hippo
13673 * fvwm/cursor.c (CMD_CursorStyle):
13676 * fvwm/frame.c (frame_get_title_bar_dimensions):
13677 fixed order of right buttons
13678 (frame_move_resize_step):
13679 reduced flashing when maximizing
13681 * fvwm/geometry.c (update_absolute_geometry):
13682 adapted for horizontal shading
13684 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13693 several renamings of text_direction to text_rotation
13695 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13697 * fvwm/windowshade.c (CMD_WindowShade):
13698 * fvwm/frame.c (frame_create_move_resize_args):
13699 (frame_move_resize_step):
13700 hack to enable non-animated window shading for the time being
13702 * fvwm/style.c (parse_and_set_window_style):
13703 (parse_and_set_window_style):
13704 allow to abbreviate [Counter]ClockWise with [C]CW
13706 * fvwm/frame.c (frame_move_resize_step):
13709 * fvwm/geometry.c (gravity_constrain_size):
13710 removed useless code
13712 * fvwm/update.c (apply_window_updates):
13713 * fvwm/add_window.c (AddWindow):
13714 * fvwm/move_resize.c (unmaximize_fvwm_window):
13716 do not write into frame_g. only frame.c should do this
13718 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13719 (MIN_WINDOW_TITLE_LENGTH):
13721 * fvwm/frame.c (frame_setup_title_bar):
13722 (get_resize_decor_gravities_one_axis):
13723 (frame_setup_window_internal):
13724 (frame_move_resize_step):
13725 (frame_create_move_resize_args):
13726 rewrote frame_setup_title_bar function
13728 * fvwm/add_window.c (setup_frame_stacking):
13729 fixed title bar stacking order
13731 * fvwm/frame.c (frame_setup_title_bar):
13732 removed yesterday's 'fix'
13734 * fvwm/add_window.c (hide_screen):
13735 (setup_title_window):
13736 (setup_resize_handle_windows):
13737 (setup_button_windows):
13738 fixed visual and depth of decoration windows
13740 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13742 * fvwm/frame.c (frame_setup_title_bar):
13743 fixed title layout bug
13745 * fvwm/move_resize.c (MaximizeHeight):
13746 fixed bug in "grow" option of the Maximize command
13749 fixed broken prototype for get_title_font_size_and_offset
13751 * fvwm/geometry.c (get_title_font_size_and_offset):
13752 simplified code a bit
13754 2002-03-18 olicha <olivier.chapuis@free.fr>
13757 * fvwm/geometry.c (get_title_font_size_and_offset):
13758 * fvwm/add_window.c (setup_title_geometry):
13760 * fvwm/style.c (parse_and_set_window_style):
13761 (check_window_style_change):
13762 * fvwm/update.c (apply_window_updates):
13763 * fvwm/window_flags.h:
13765 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13766 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13767 RightTitleRotatedCounterClockWise
13769 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13772 * vms/config.h (FMiniIconsSupported):
13773 removed last traces of MINI_ICONS ifdef
13775 * fvwm/windowlist.c (CMD_WindowList):
13776 * fvwm/update.c (apply_window_updates):
13778 * fvwm/style.c (merge_styles):
13779 (parse_and_set_window_style):
13780 (check_window_style_change):
13782 * fvwm/module_interface.c (SendMiniIcon):
13783 (BroadcastMiniIcon):
13784 (CMD_Send_WindowList):
13785 * fvwm/fvwm.h (FvwmWindow):
13786 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13787 (EWMH_DoUpdateWmIcon):
13788 (ewmh_SetWmIconFromPixmap):
13789 (EWMH_DeleteWmIcon):
13790 (EWMH_SetIconFromWMIcon):
13791 * fvwm/builtins.c (ReadDecorFace):
13792 * fvwm/borders.c (DrawButton):
13795 * fvwm/add_window.c (setup_window_structure):
13797 (destroy_mini_icon):
13798 (change_mini_icon):
13800 * acconfig.h (FMiniIconsSupported):
13801 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13805 removed an FANCY_TITLEBARS ifdef
13807 * fvwm/borders.c (border_draw_one_part):
13808 (border_draw_border_parts):
13809 (border_draw_all_parts):
13810 (draw_clipped_decorations_with_geom):
13811 performance enhancement
13813 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13815 * fvwm/frame.c (frame_move_resize_step):
13816 force setting up the border when function is called with FRAME_MR_SETUP
13817 (frame_setup_window_internal):
13818 removed duplicate frame setup
13820 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13822 (draw_clipped_decorations_with_geom):
13823 do not flush the X queue after drawing; let the caller do it
13825 * fvwm/frame.c (frame_get_sidebar_geometry):
13826 fixed layout of windows with a small height
13827 (frame_hide_changing_window_parts):
13832 made good progress with frame layout rewrite. I think it is already
13833 considerably faster.
13834 some general clean up
13836 * fvwm/add_window.c (setup_decor_window):
13839 * fvwm/windowshade.c (CMD_WindowShade):
13840 * fvwm/stack.c (verify_stack_ring_consistency):
13841 (RaiseOrLowerWindow):
13842 * fvwm/move_resize.c (resize_move_window):
13843 (move_window_doit):
13844 (draw_move_resize_grid):
13845 * fvwm/icons.c (DrawIconWindow):
13846 * fvwm/icccm2.c (CloseICCCM2):
13848 (HandleSelectionRequest):
13849 * fvwm/fvwm.c (main):
13850 (SaveDesktopState):
13851 * fvwm/focus.c (DoSetFocus):
13852 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13853 * fvwm/events.c (HandlePropertyNotify):
13854 (HandleButtonPress):
13855 (HandleConfigureRequest):
13856 * fvwm/add_window.c (RestoreWithdrawnLocation):
13858 * fvwm/builtins.c (CMD_Delete):
13862 * fvwm/menus.c (paint_menu):
13864 * fvwm/misc.c (UngrabEm):
13866 * fvwm/schedule.c (execute_obj_func):
13867 * fvwm/add_window.c (hide_screen):
13869 use XFlush instead of XSync when the latter is not necessary
13871 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13874 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13875 inform frame module if the window with the hide windows dies
13877 * fvwm/placement.c (PlaceWindow):
13879 * fvwm/add_window.c (setup_window_attr):
13880 (setup_frame_attributes):
13882 (RestoreWithdrawnLocation):
13883 (setup_window_placement):
13884 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13885 (get_title_geometry):
13886 * fvwm/fvwm.c (InitVariables):
13887 * fvwm/frame.c (frame_setup_frame):
13888 * fvwm/colormaps.c (HandleColormapNotify):
13889 (InstallWindowColormaps):
13890 * fvwm/events.c (HandleConfigureRequest):
13891 (HandleUnmapNotify):
13892 * fvwm/fvwm.h (FvwmWindow):
13893 removed attr member of FvwmWindow and replaced by a structure defined
13894 ourselves that is much smaller
13896 * fvwm/add_window.c (hide_screen):
13897 don't use save_unders and backing_store for the window used in recapture
13899 * fvwm/frame.c (frame_init):
13900 * fvwm/fvwm.c (main):
13901 new function to initialise frame module
13903 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13906 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13911 * fvwm/borders.h (enum):
13912 * fvwm/borders.c (draw_clipped_decorations_with_geom):
13913 (border_get_parts_and_pos_to_draw):
13914 * fvwm/fvwm.h (struct):
13916 fixed calculations of which border parts to draw
13919 corrected some typos
13922 handle marks work again
13924 2002-03-16 Dan Espen <dane@mk.telcordia.com>
13926 * AUTHORS: New author added.
13928 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13932 * fvwm/add_window.c (setup_frame_stacking):
13933 * fvwm/cursor.c (CMD_CursorStyle):
13934 * fvwm/events.c (HandleExpose):
13936 (HandleEnterNotify):
13937 (HandleLeaveNotify):
13939 * fvwm/geometry.c (get_title_button_geometry):
13940 * fvwm/virtual.c (map_window):
13941 * fvwm/add_window.c (setup_parent_window):
13942 (setup_resize_handle_cursors):
13943 (setup_resize_handle_windows):
13944 (resize_resize_handle_windows):
13945 (change_resize_handle_windows):
13946 some progress with new frame layout
13948 * fvwm/add_window.c (setup_visible_name):
13949 fixed off-by-one bug in setup_visible_name
13950 maximum window number can be set in defaults.h
13952 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13954 * fvwm/windowlist.h:
13959 * fvwm/placement.h:
13961 * fvwm/move_resize.h:
13968 * fvwm/add_window.h:
13969 * fvwm/ewmh_names.c:
13970 * fvwm/ewmh_icons.c:
13971 * fvwm/ewmh_events.c:
13978 * fvwm/windowlist.c:
13982 * fvwm/colormaps.c:
13983 * fvwm/decorations.c:
13984 * fvwm/conditional.c:
13987 * fvwm/placement.c:
13991 * fvwm/functions.c:
13994 * fvwm/module_interface.c:
13996 * fvwm/add_window.c:
13999 * fvwm/move_resize.c:
14002 * fvwm/fvwm.h (FvwmWindow):
14003 moved all windows into a separate sub structure and wrote access macros
14004 renamed FvwmWindow argument to builtin commands to "fw"
14005 renamed tmp_win to fw everywhere
14007 * fvwm/borders.c (RedrawBorder):
14008 * fvwm/decorations.c (SelectDecor):
14009 * fvwm/add_window.c (setup_style_and_decor):
14010 (setup_resize_handle_cursors):
14011 * fvwm/window_flags.h:
14012 * fvwm/fvwm.h (struct):
14013 added new member has_handles and new macro HAS_HANDLES
14015 * fvwm/decorations.c (SelectDecor):
14016 fixed the NoHandles style
14018 * fvwm/decorations.c (SelectDecor):
14019 * fvwm/style.c (check_window_style_change):
14020 (parse_and_set_window_style):
14022 * fvwm/fvwm.h (struct):
14023 renamed has_no_handles to has_no_border
14025 2002-03-15 olicha <olivier.chapuis@free.fr>
14028 * libs/Fft.c (is_utf8_encoding):
14032 s/COMPUND_TEXT/COMPOUND_TEXT
14035 Removed matrix xft specification doc as now it is use internally by
14038 * libs/Flocale.c (FlocaleRotateDrawString):
14039 (FlocaleUnloadFont):
14040 (FlocaleDrawString):
14041 (FlocaleTextWidth):
14043 * libs/Fft.c (FftGetRotatedFont):
14047 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14049 * fvwm/geometry.c (get_title_font_size_and_offset):
14050 * fvwm/style.c (parse_and_set_window_style):
14051 (check_window_style_change):
14052 * fvwm/update.c (apply_window_updates):
14056 * fvwm/window_flags.h:
14057 Implemented vertical text rendering, new style SideTitleTextDefault,
14058 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14060 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14063 removed inclusion of fvwmdebug.h
14065 * libs/gravity.c (ParseDirectionArgument):
14066 fixed direction parsing
14068 * fvwm/menus.c (get_menu_options):
14069 fixed a compiler warning
14071 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14073 * fvwm/bindings.c (ParseBinding):
14074 fixed compiler warning
14076 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14078 fixed compilation w/ --disable-ewmh
14080 * fvwm/windowlist.c (CMD_WindowList):
14081 fixed parsing of conditions versus position of window list broken with
14084 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14087 * libs/Fft.c (FftTextWidth):
14088 (is_utf8_encoding):
14089 (FftGetFontWidths):
14091 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14092 if HAVE_XFT was not set.
14094 * fvwm/events.h (XEVMASK_DECORW):
14095 select EnterNotify and LeaveNotify on frame instead of decor_w
14097 * fvwm/add_window.c (setup_title_window):
14098 (setup_button_windows):
14099 (setup_resize_handle_windows):
14100 frame window is the new parent of the title, button and handle windows
14101 (setup_frame_stacking):
14102 new stacking order of decoration windows
14104 * fvwm/menuitem.c (menuitem_paint):
14105 * fvwm/events.c (HandleExpose):
14108 * fvwm/move_resize.c (unmaximize_fvwm_window):
14109 don't force to redraw the frame
14111 * libs/gravity.c (gravity_get_offsets):
14114 functions moved to gravity.c
14116 2002-03-10 olicha <olivier.chapuis@free.fr>
14118 * acconfig.h (HAVE_XFT_UTF8):
14120 * libs/Fft.c (is_utf8_encoding):
14121 (FftGetFontWidths):
14124 Detected if Xft can handle utf8 string
14127 * fvwm/menuitem.c (menuitem_paint):
14128 * fvwm/events.c (HandleExpose):
14129 Fixed Xft related compilation failure and warning
14131 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14135 * fvwm/move_resize.c:
14140 * fvwm/add_window.c:
14141 * fvwm/frame.c (frame_setup_window):
14142 (frame_force_setup_window):
14143 (frame_setup_shape):
14144 SetupFrame renamed to frame_setup_window
14145 ForceSetupFrame renamed to frame_force_setup_window
14146 SetShape renamed to frame_setup_shape
14148 * fvwm/windowshade.c:
14149 moved most code to frame.c
14151 * fvwm/frame.c (SetShape):
14153 (set_decor_gravity):
14156 functions moved to new file
14159 (frame_setup_title_bar):
14163 direction code moved to gravity.c and gravity.h
14165 * fvwm/windowshade.c (CMD_WindowShade):
14166 * fvwm/geometry.c (get_shaded_geometry):
14168 * libs/FScreen.c (FScreenInit):
14169 (FScreenUpdateEmulationMapState):
14170 changed Xinerame emulation layout
14173 Corrected the description of the XineramaPrimaryScreen command that was
14176 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14178 * fvwm/menus.c (menu_tear_off):
14179 (unlink_item_from_menu):
14180 (menu_strip_tear_off_title):
14181 use the text from a title item as the tear off menu title if the menu
14182 begins with a title; skip separators and tear off bars at the front of
14186 implemented titleatleft and titleatright styles; titles are not drawn
14189 * fvwm/style.c (check_window_style_change):
14190 * fvwm/update.c (apply_window_updates):
14191 * fvwm/ewmh_names.c (EWMH_WMIconName):
14194 * fvwm/ewmh.c (ksmserver_workarround):
14195 * fvwm/update.c (apply_window_updates):
14196 * fvwm/conditional.c (MatchesConditionMask):
14197 * fvwm/fvwm.c (main):
14198 * fvwm/session.c (SaveWindowStates):
14201 * fvwm/functions.c (expand):
14202 * fvwm/stack.c (dump_stack_ring):
14203 (verify_stack_ring_consistency):
14204 * fvwm/module_interface.c (BroadcastWindowIconNames):
14205 (CMD_Send_WindowList):
14206 * fvwm/add_window.c (free_window_names):
14207 (free_window_names):
14208 * fvwm/events.c (HandlePropertyNotify):
14209 * fvwm/builtins.c (CMD_Wait):
14210 * fvwm/style.c (CMD_DestroyStyle):
14212 Adapted to changes of Flocale.h
14215 removed COMPUND_TEXT ifdef
14218 mutibyte defaults to on
14223 * fvwm/fvwm.h (FvwmWindow):
14224 cleaned up Flocale stuff for better information hiding
14226 * libs/Flocale.c (get_FlocaleFontSet):
14228 added a new font strucht member min_char_offset for vertical text
14230 * libs/Flocale.c (get_FlocaleFontSet):
14231 fixed a bug in descent calculation
14233 * fvwm/fvwm.h (FvwmWindow):
14236 * fvwm/borders.c (RedrawButtons):
14241 (DrawMultiPixmapTitlebar):
14242 don't use title_g or boundary_width
14244 * libs/Flocale.c (FlocaleTextWidth):
14245 * libs/Flocale.c (FlocaleDrawString):
14246 added interface for vertical strings
14247 * libs/Flocale.h (FlocaleWinString):
14248 added flags structure w/ is_vertical_string flag
14250 * fvwm/borders.c (RedrawTitle):
14251 (DrawMultiPixmapTitlebar):
14252 * fvwm/screen.h (ScreenInfo):
14253 * fvwm/icons.c (DrawIconWindow):
14254 * fvwm/move_resize.c (DisplayPosition):
14256 * fvwm/screen.h (ScreenInfo):
14257 removed ScratchStr and TitleStr; *please* don't use global variables
14260 * fvwm/move_resize.c (ParseOneResizeArgument):
14261 (GetResizeArguments):
14262 (GetResizeMoveArguments):
14264 (resize_move_window):
14265 * fvwm/module_interface.c (CONFIGARGS):
14268 * fvwm/placement.c (PlaceWindow):
14269 * fvwm/add_window.c (setup_title_window):
14270 (setup_button_windows):
14271 (setup_parent_window):
14272 (resize_resize_handle_windows):
14273 (change_resize_handle_windows):
14275 * fvwm/geometry.c (get_window_borders):
14276 (gravity_get_naked_geometry):
14277 (gravity_add_decoration):
14279 don't use title_g.width and title_g.height anymore
14281 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14284 * fvwm/borders.c (SetupTitleBar):
14285 * fvwm/add_window.c (setup_title_window):
14286 don't use title_g.x and title_g.y anymore
14287 (setup_title_geometry):
14290 * fvwm/fvwm.h (FvwmWindow):
14291 replaced title_g by title_length and title_thickness
14292 renamed title_text_y to title_text_offset
14294 * fvwm/add_window.c (setup_style_and_decor):
14295 (setup_parent_window):
14296 * fvwm/decorations.c (SelectDecor):
14297 * fvwm/placement.c (PlaceWindow):
14298 * fvwm/windowlist.c (CMD_WindowList):
14299 * fvwm/events.c (SendConfigureNotify):
14300 (HandlePropertyNotify):
14302 * fvwm/move_resize.c (DisplaySize):
14303 (ParseOneResizeArgument):
14304 (GetResizeArguments):
14305 (GetResizeMoveArguments):
14307 (resize_move_window):
14308 * fvwm/geometry.c (gravity_get_naked_geometry):
14309 (gravity_add_decoration):
14311 don't use boundary_width anymore
14313 * fvwm/borders.c (SetupTitleBar):
14316 * fvwm/fvwmdebug.c:
14317 removed outdated file that was never used
14319 * fvwm/move_resize.c (move_window_doit):
14320 fixed GNOME and EWMH hints when unsticking a window
14322 * fvwm/virtual.c (CMD_MoveToDesk):
14323 unstick windows when MoveToDesk is used
14326 * fvwm/windowshade.c (CMD_WindowShade):
14327 (CMD_WindowShadeAnimate):
14328 functions moved to windowshade.c
14330 * fvwm/window_flags.h:
14331 * fvwm/menus.c (pop_menu_up):
14332 * fvwm/builtins.c (CMD_WindowShade):
14333 * fvwm/move_resize.c (resize_window):
14334 * fvwm/icons.c (AutoPlaceIcon):
14335 * fvwm/borders.c (SetupFrame):
14336 don't use HAS_BOTTOM_TITLE any more
14340 * fvwm/geometry.c (get_title_font_width_and_offset):
14341 * fvwm/geometry.c (set_window_border_size):
14342 * fvwm/geometry.c (is_window_border_minimal):
14343 * fvwm/geometry.c (get_window_borders_no_title):
14344 * fvwm/geometry.c (get_shaded_client_window_pos):
14345 * fvwm/geometry.c (get_icon_corner):
14346 * fvwm/geometry.c (get_title_gravity):
14347 * fvwm/geometry.c (get_title_geometry):
14348 * fvwm/borders.c (get_button_number):
14351 * fvwm/borders.c (SetupFrame):
14353 * fvwm/events.c (HandleShapeNotify):
14354 * fvwm/borders.c (SetupTitleBar):
14355 * fvwm/update.c (apply_window_updates):
14356 * fvwm/add_window.c (setup_window_font):
14357 removed title_top_height
14359 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14362 * fvwm/events.c (SendConfigureNotify):
14363 * fvwm/events.c (HandleConfigureRequest):
14364 preparations for W/E titles
14365 don't use title_top_height any more
14367 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14368 use title_dir flags
14370 * fvwm/geometry.c (get_window_borders):
14371 * fvwm/style.c (parse_and_set_window_style):
14372 (check_window_style_change):
14373 * fvwm/style.h (SCSET_TITLE_DIR):
14374 * fvwm/window_flags.h (GET_TITLE_DIR):
14375 * fvwm/fvwm.h (struct):
14376 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14379 * libs/Parse.c (ParseDirectionArgument):
14381 use new type direction_type
14383 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14385 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14386 use function from geometry.c to get the border size
14388 * fvwm/geometry.c (get_shaded_geometry):
14389 added code for shading in all directions
14391 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14393 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14395 2002-03-07 olicha <olivier.chapuis@free.fr>
14397 * libs/Flocale.c (FInitLocale):
14398 * fvwm/fvwm.c (main):
14399 Set the locale using "" as locale argument
14401 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14404 fixed some typos and indentation of several new variable entries
14406 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14408 * fvwm/functions.h (enum):
14409 * fvwm/functions.c (func_config):
14411 * fvwm/conditional.c (CMD_ThisWindow):
14412 renamed command "This" to "ThisWindow"
14414 * fvwm/conditional.c (Circulate):
14415 "Current" no longer selects a random window when no window is focused
14417 * fvwm/icccm2.c (SetupICCCM2):
14418 removed debug fprintf
14420 * fvwm/functions.c (expand_extended_var):
14421 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14422 pointer.wy, pointer.cx and pointer.cy.
14424 * libs/Parse.c (ParseDirectionArgument):
14425 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14427 * fvwm/builtins.c (CMD_WindowShade):
14428 fixes for animated shading w/ titleatbottom+north and titleattop+south
14430 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14432 * fvwm/move_resize.c (moveLoop):
14434 * fvwm/virtual.c (HandlePaging):
14435 moving/resizing windows opaque is much faster
14437 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14439 * fvwm/add_window.c (resize_resize_handle_windows):
14440 (change_resize_handle_windows):
14441 (setup_window_font):
14442 fixed changing the handlewidth style
14444 * fvwm/update.c (apply_window_updates):
14445 * fvwm/geometry.c (update_absolute_geometry):
14446 * fvwm/builtins.c (CMD_WindowShade):
14447 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14448 * fvwm/conditional.c (CreateConditionMask):
14449 * fvwm/geometry.c (get_shaded_geometry):
14450 * fvwm/session.c (MatchWinToSM):
14451 * fvwm/add_window.c (setup_window_structure):
14453 * fvwm/window_flags.h (SHADED_DIR):
14454 * fvwm/fvwm.h (struct):
14455 implemented new WindowShade options "North" and "South" to allow shading
14456 a window in either direction, regardless of if the title is at the top
14459 * libs/Module.c (module_expand_action):
14460 new convenience function for modules
14462 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14464 * fvwm/fvwm2.1: Fixes to the font section.
14466 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14468 * fvwm/conditional.c (CMD_WindowId):
14469 set the correct context window for unmanaged windows
14471 * fvwm/icons.c (DrawIconWindow):
14472 raise the icon title even if it's too small to be expanded
14474 * fvwm/conditional.c (CMD_Cond):
14475 Fixed it the right way this time
14477 same fix for the 'Any' command
14484 unified circulating functions into a single one
14486 Pick allows to pick functions that have CirculateSkip set
14487 fixed a memory leak
14491 (CMD_PointerWindow):
14492 unified selecting functions into a single one
14495 Allow user to override the default CirculateHit of these functions
14497 * fvwm/conditional.c (CMD_Cond):
14498 Fixed a problem w/ the window selection
14504 * fvwm/menustyle.h:
14505 * fvwm/menustyle.c:
14509 moved some of the menu code into separate files
14510 more work on tear off menus; windowlist can now be torn off without a
14515 added templates for new source files
14517 * libs/Picture.c (fvwmlib_clone_color):
14520 * fvwm/menus.c (make_menu):
14522 removed unused parameter from make_menu()
14524 * fvwm/fvwm2.1 (Example):
14525 corrected statement about CaptureHonorsStartsOnPage being the default
14527 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14532 added and documented --disable-bidi and --disable-perllib
14534 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14536 * fvwm/geometry.c (get_window_borders):
14537 fixed calculation of $[cw.y] and $[cw.height]
14539 * fvwm/move_resize.c (resize_move_window):
14540 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14542 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14544 * fvwm/move_resize.c (resize_move_window):
14546 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14549 re-added --enable-xinerama-emulation option that was removed recently
14551 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14556 several corrections and rewording
14558 2002-02-28 olicha <olivier.chapuis@free.fr>
14561 New section FONT NAMES AND FONT LOADING
14565 Document --enable-xft
14567 * libs/Fft.c (get_FlocaleXftFont):
14568 Used the xft font height in the place of ascent+descent
14570 * fvwm/icons.c (DrawIconWindow):
14571 Fixed the fg colors of the icon title
14573 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14575 * fvwm/conditional.c (CMD_CondCase):
14576 fixed CondCase command
14578 fixed numeric return codes
14580 * fvwm/add_window.c (CMD_Recapture):
14581 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14583 * acinclude.m4 (smr_CHECK_LIB):
14584 disabled a destructing gnome_prefix logic again
14586 * fvwm/events.c (GetContext):
14587 * libs/Bindings.c (win_contexts):
14589 new contexts for individual parts of the window border
14591 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14594 disabled a destructing gnome_prefix logic
14597 replaced fribidi detection mechanism, now fribidi-config is used
14599 2002-02-26 olicha <olivier.chapuis@free.fr>
14601 * acconfig.h (HAVE_XFT):
14604 * libs/Fft.c (new file):
14605 * libs/Flocale.c (FlocaleLoadFont):
14606 (FlocaleUnloadFont):
14607 (FlocaleDrawString):
14608 (FlocaleTextWidth):
14609 (get_FlocaleFontSet):
14611 (get_FlocaleFontOrFontSet):
14613 * fvwm/Makefile.am:
14614 Added anti-alised font rendering using Xft. This is off by default.
14615 A font can now be given as a ";" separated list of either ","
14616 separated list of XFLD font name or Xft font name with "xft:" as
14618 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14619 See Flocale.h for details
14621 * fvwm/events.c (HandleExpose):
14622 * fvwm/menus.c (paint_item):
14623 Always clear the text area before drawing text with an Xft font
14625 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14627 * acinclude.m4 (smr_CHECK_LIB):
14628 fixed a bug with variable expansion and autoconf cache values
14630 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14632 * fvwm/menus.c (seek_submenu_instance):
14634 * fvwm/fvwm.c (InitVariables):
14635 some general menu clean up
14637 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14638 * fvwm/move_resize.h (resize_geometry_window):
14639 * fvwm/menus.c (animated_move_back):
14641 (ParentalMenuRePaint):
14642 Removed the global variables for parental relativity. Please *do not*
14643 use globals in menus.c or anywhere else. I'm trying to remove most
14644 globals in the long run.
14646 * libs/Graphics.c (do_relieve_rectangle):
14649 * fvwm/menus.c (MenuInteraction):
14650 fixed tearing off menus by selecting a tear off item with the keyboard
14652 * fvwm/menus.c (MenuInteraction):
14653 fixed menus not popping down sometimes
14655 * fvwm/functions.c (CMD_TearMenuOff):
14656 * fvwm/menus.c (AddToMenu):
14658 (warp_pointer_to_item):
14659 (get_selectable_item_index):
14660 (get_selectable_item_from_index):
14661 (get_selectable_item_from_section):
14664 (draw_tear_off_bar):
14665 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14666 New command "TearMenuOff" in menus. In a normal item, this tears off
14667 the menu when selected. If the item has no title, it is drawn as a
14668 dashed line too. Pressing button 2 over a title tears out the menu too.
14671 * fvwm/menus.c (make_menu_window):
14672 fixed problem w/ mapping menus, performance enhancement
14674 * fvwm/builtins.c (CMD_Destroy):
14678 * fvwm/functions.c (execute_function):
14679 (expand_extended_var):
14681 new variable cond.rc that returns the last return code of a conditinal
14684 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14686 * fvwm/conditional.c (CMD_Cond):
14690 * fvwm/functions.h:
14691 * fvwm/functions.c:
14692 new conditional commands Cond, CondCase and Break
14694 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14695 (ewmh_WMStateShaded):
14698 (ewmh_WMStateHidden):
14700 (ewmh_CloseWindow):
14701 (ewmh_ActiveWindow):
14702 (ewmh_DesktopGeometry):
14703 * fvwm/gnome.c (GNOME_HandlePropRequest):
14704 * fvwm/windowlist.c (CMD_WindowList):
14705 * fvwm/update.c (apply_window_updates):
14706 * fvwm/conditional.c (CMD_Pick):
14712 (CMD_PointerWindow):
14717 * fvwm/read.c (run_command_stream):
14718 * fvwm/fvwm.c (Done):
14722 * fvwm/module_interface.c (ExecuteModuleCommand):
14723 * fvwm/move_resize.c (handle_stick):
14724 * fvwm/add_window.c (AddWindow):
14725 * fvwm/events.c (HandleKeyPress):
14726 (HandleButtonPress):
14727 (HandleClientMessage):
14728 (HandleButtonRelease):
14729 (HandlePropertyNotify):
14730 * fvwm/builtins.c (CMD_DestroyDecor):
14733 * fvwm/functions.h (func_type):
14734 * fvwm/functions.c (old_execute_function):
14735 (execute_function):
14736 (execute_complex_function):
14738 * fvwm/fvwm.h (fvwm_cond_func_rc):
14739 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14741 * fvwm/ConfigFvwmDefaults:
14742 set some default styles for tear off menu windows
14744 * fvwm/menus.c (menuShortcuts):
14745 ignore actions that would normally close a menu if it's a tear off menu
14746 <Backspace> creates a tear off menu
14747 <Escape> closes a tear off menu
14749 * fvwm/builtins.c (CMD_Delete):
14752 * fvwm/menus.c (DestroyMenu):
14753 (make_menu_window):
14755 * fvwm/menus.h (MenuRootDynamic):
14756 Each menu window is created with a unique display to prevent fvwm from
14757 being killed when a tear off menu is destroyed. Of course this is
14758 inefficient, but still better than writing a menu module.
14760 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14763 autogenerate perllib/FVWM/Module/Makefile
14765 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14767 * fvwm/move_resize.c (moveLoop):
14768 fixed a problem with keyboard movement vs. EdgeResistance
14770 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14773 fixed problem with root bindings and xfishtank
14775 * fvwm/windowlist.c (CMD_WindowList):
14776 applied patch by to Darren Marshall to fix placement of window list on
14777 wrong xinerama screen
14779 * libs/Parse.c (GetSuffixedIntegerArguments):
14780 integer arguments that must not have a suffix but have one are ignored
14782 * fvwm/icons.c (DeIconify):
14784 applied patch by Markus Schwarzenberg to fix a rare problem with the
14785 is_map_pending flag, iconified icons and restart
14787 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14790 * fvwm/conditional.c (CMD_This):
14791 * fvwm/functions.c:
14792 * fvwm/functions.h:
14795 added new conditional command This
14797 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14801 added fribidi library detection
14803 2002-02-12 olicha <olivier.chapuis@free.fr>
14805 * libs/Flocale.h (FlocaleFont):
14806 * libs/Flocale.c (get_FlocaleFont):
14807 (get_FlocaleFontSet):
14808 Compute the ascent and descent of the FlocaleFont structure directly
14809 from the XFontSetExtents data in the case of a fontset
14810 Added max_char_width to the FlocaleFont structure
14812 * libs/Makefile.am (libfvwm_a_SOURCES):
14814 Removed libs/GetFont.c
14816 * fvwm/menus.c (FreeMenuStyle):
14819 (CMD_CopyMenuStyle):
14820 * fvwm/menus.h (MenuLook):
14821 Fixed default font handling font by using a new MenuLook flags
14824 * fvwm/menus.c (UpdateMenuStyle):
14825 Fixed default font update
14827 * fvwm/fvwm.c (SetRCDefaults):
14829 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14830 fvwm initialization
14832 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14835 added FvwmPerl/* file generation
14837 2002-02-11 olicha <olivier.chapuis@free.fr>
14841 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14844 Added more documentation and change the MB_FALLBACK_FONT to
14845 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14846 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14847 more consistent with the none multibyte case.
14849 2002-02-10 olicha <olivier.chapuis@free.fr>
14851 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14853 * fvwm/events.c (HandleUnmapNotify):
14854 (HandleReparentNotify):
14855 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14856 (ewmh_WMStateSticky):
14857 (ewmh_WMStateHidden):
14858 Restore various ewmh initial states when a window is unmapped or
14861 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14865 added support for new perllib directory
14867 2002-02-09 olicha <olivier.chapuis@free.fr>
14874 Rename I18N_MB to MULTIBYTE
14875 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14877 * libs/Flocale.c (*):
14879 New Font and Text API. A cache is used for fonts information. Font
14880 loading is more powerfull as both font or fontset can be loaded.
14881 See Flocale.h for details, more comments will be added soon.
14882 Fortunately, it seems that there are no more memory problems with
14883 --enable-multibyte!
14884 If COMPOUND_TEXT, then non XA_STRING text properties are converted
14885 with XmbTextPropertyToTextList
14887 * fvwm/events.c (HandlePropertyNotify):
14888 * fvwm/misc.c (NewFontAndColor):
14891 * fvwm/menus.c (FreeMenuStyle):
14893 (CMD_CopyMenuStyle):
14895 (calculate_item_sizes):
14896 (size_menu_horizontally):
14898 * fvwm/builtins.c (CMD_DefaultFont):
14899 (ApplyDefaultFontAndColors):
14900 * fvwm/add_window.c (destroy_icon_font):
14902 (destroy_window_font):
14903 (setup_window_font):
14904 (free_window_names):
14905 (setup_window_name):
14907 * fvwm/fvwm.h (FvwmWindow):
14908 * fvwm/move_resize.c (DisplayPosition):
14909 (resize_geometry_window):
14911 * fvwm/fvwm.c (InitVariables):
14912 * fvwm/icons.c (DrawIconWindow):
14913 (setup_icon_title_size):
14914 * fvwm/borders.c (RedrawTitle):
14915 (DrawMultiPixmapTitlebar):
14916 * fvwm/screen.h (ScreenInfo):
14917 Use the new Text and Font API
14919 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14921 * fvwm/module_interface.c (PositiveWrite):
14922 fixed core dump when a module died in the select of PositiveWrite()
14924 * fvwm/module_interface.c (initModules):
14926 (do_execute_module):
14928 (KillModuleByName):
14929 (CMD_SendToModule):
14931 * fvwm/modconf.c (ModuleConfig):
14932 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14934 * fvwm/icons.c (GetXPMFile):
14935 suppress unnecessary error message for xmb icons
14937 * fvwm/misc.c (fvwm_msg):
14938 * fvwm/misc.h (enum):
14939 added new fvwm_msg type "OLD" for deprecated commands
14941 2002-02-07 Mikhael Goikhman <migo@homemail.com>
14944 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14947 New section "Bug Reports".
14949 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14951 * fvwm/update.c (apply_window_updates):
14952 fixed propagation of window border and title colours to the modules
14954 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14956 * fvwm/menus.c (do_menu):
14957 fixed leaving tear off menus when something is selected with the mouse
14959 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14961 * fvwm/events.c (HandleEnterNotify):
14963 more work on tear off menus
14965 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14967 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
14968 * fvwm/menus.c (menu_enter_tear_off_menu):
14973 properly calculate pointer position in tear off menus
14975 fixed active wait w/ poopup/popdown delays
14977 * fvwm/windowlist.c (CMD_WindowList):
14978 don't initialise some variables twice
14980 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14982 * fvwm/add_window.c (CaptureOneWindow):
14983 properly recapture tear off menus
14985 (IS_MESSAGE_IN_MASK):
14986 (is_message_selected):
14989 * fvwm/schedule.c (deschedule):
14991 * fvwm/events.c (My_XNextEvent):
14993 * fvwm/module_interface.c (ClosePipes):
14994 (CMD_ModuleSynchronous):
14996 performance enhancements; made macros out of simple functions
14998 * fvwm/builtins.c (CMD_WindowShade):
14999 don't redraw the decorations if window was not shaded or unshaded
15001 * fvwm/schedule.c (deschedule_obj_func):
15002 (execute_obj_func):
15003 fixed core dump when a scheduled command deschedules itself
15005 2002-01-31 olicha <olivier.chapuis@free.fr>
15010 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15013 * fvwm/move.c (moveLoop):
15014 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15016 * fvwm/session.c (get_version_string):
15017 switch from static to date-based version string
15020 remove --enable-kanji compatibility option
15024 fix warnings, gcc compains on having something after #endif
15026 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15028 * fvwm/builtins.c (CMD_Delete):
15031 don't crash fvwm when trying to close a tear off menu
15033 * fvwm/decorations.c (is_function_allowed):
15034 * fvwm/menus.c (menu_expose):
15036 * fvwm/events.c (HandleReparentNotify):
15037 (HandleUnmapNotify):
15038 * fvwm/add_window.c (AddWindow):
15040 * fvwm/fvwm.h (struct):
15041 * fvwm/add_window.c (CaptureAllWindows):
15042 (CaptureOneWindow):
15043 * fvwm/events.h (flush_property_notify):
15044 * fvwm/events.c (HandleMapRequestKeepRaised):
15045 started work on tear off menus
15047 * fvwm/fvwm.c (main):
15048 * fvwm/events.c (CMD_Sync):
15050 * fvwm/commands.h (CMD_Synchronize):
15051 * fvwm/functions.h (enum):
15052 * fvwm/functions.c (func_config):
15053 new commands XSync and XSynchronize for debugging
15055 * fvwm/conditional.c (CreateConditionMask):
15056 (MatchesConditionMask):
15057 * fvwm/builtins.c (CMD_State):
15058 * fvwm/fvwm.h (struct):
15059 * fvwm/functions.h:
15061 * fvwm/functions.c (func_config):
15062 new command "State"
15063 new condition "State"
15068 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15070 * fvwm/module_interface.c (AddToMessageQueue):
15072 (DeleteMessageQueueBuff):
15073 (FlushMessageQueue):
15074 * fvwm/events.c (My_XNextEvent):
15075 * fvwm/module_interface.c (AddToCommandQueue):
15076 (ExecuteCommandQueue):
15077 use code from queue.c
15082 * fvwm/events.c (My_XNextEvent):
15083 "Schedule 0" commands are executed before event handling
15084 moved some of the chedule code into a new queue library
15086 2002-01-30 olicha <olivier.chapuis@free.fr>
15088 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15090 2002-01-30 olicha <olivier.chapuis@free.fr>
15094 * libs/Makefile.am:
15095 * fvwm/fvwm.c (main):
15096 New libs files Flocale.c and Flocale.h with a function to set the
15097 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15098 also a function to get the charset (from ewmh_name.c) and which
15099 setlocale if this has not been done with the above function. This
15100 function is also called at fvwm2 startup
15102 * fvwm/ewmh_names.c (charset_to_utf8):
15104 Use the Fcharset variable and remove get_charset
15106 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15109 * libs/GetFont.c (GetFontSetOrFixed):
15110 Free the missing charset list as suggested by Alexander Kotelnikov.
15111 Report problems with missing charset only 5 times. Remove the
15112 STRICTLY_FIXED code
15114 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15117 a patch to config.status to generate scripts executable, may be handy;
15118 added generation of utils/fvwm24_convert
15120 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15123 * fvwm/functions.c (expand_extended_var):
15124 implemented $[schedule.last] and $[schedule.next] variables
15125 implemented new command "Deschedule"
15127 * fvwm/misc.c (get_server_time):
15130 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15132 * fvwm/misc.c (get_server_time):
15133 * fvwm/events.c (My_XNextEvent):
15134 * fvwm/icccm2.c (SetupICCCM2):
15135 * fvwm/functions.h:
15137 * fvwm/functions.c (func_config):
15139 implemented new command "Schedule"
15141 * fvwm/builtins.c (CMD_Exec):
15142 applied job control patch by Alexander Kotelnikov using the portable
15143 version of setpgrp()
15145 * libs/setpgrp.c (fvwm_setpgrp):
15146 * libs/setpgrp.h (fvwm_setpgrp):
15147 * libs/Makefile.am:
15149 added checks for setpgrp and setpgid
15151 2002-01-29 olicha <olivier.chapuis@free.fr>
15154 Better test for iconv second argumeny
15157 Use gnu libiconv in priority against the system iconv
15159 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15161 * fvwm/stack.c (RaiseOrLowerWindow):
15163 (collect_transients_recursive):
15164 * fvwm/icons.c (get_visible_icon_window_count):
15165 fixed stack ring corruption with icons that have either no picture or
15168 2002-01-28 olicha <olivier.chapuis@free.fr>
15170 * fvwm/ewmh_names.c (charset_to_utf8):
15172 (EWMH_SetVisibleName):
15174 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15175 set the ewmh visible (icon) name only if the fvwm visible name is
15176 different from the ICCCM (icon) window name, limit the number of
15177 conversions error messages to 10
15179 2002-01-28 olicha <olivier.chapuis@free.fr>
15181 * fvwm/functions.c (func_config):
15183 * fvwm/builtins.c (CMD_PropertyChange):
15184 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15187 * fvwm/module_interface.h:
15188 * fvwm/module_interface.c (BroadcastPropertyChange):
15189 * libs/Module.h (MX_PROPERTY_CHANGE):
15190 New module message MX_PROPERTY_CHANGE for all propose messages.
15192 * fvwm/events.c (HandlePropertyNotify):
15194 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15195 as argument when fvwm2 detects that the root background change
15196 Removed the ROOT_BG_CHANGE_STRING stuff
15198 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15200 * NEWS, configure.in:
15201 changed version to 2.5.1
15203 * fvwm/misc.c (get_pointer_fvwm_window):
15205 * fvwm/functions.c (func_config):
15206 * fvwm/conditional.c (CreateConditionMask):
15207 (MatchesConditionMask):
15208 (CMD_PointerWindow):
15209 (CreateConditionMask):
15211 * fvwm/fvwm.h (WindowConditionMask):
15212 new conditions focused, !focused, haspointer, !haspointer
15213 new command PointerWindow that works like Current but on the window
15214 that currently contains the pointer
15215 new command Any which works like None but inverts the condition
15216 fixed parsing of conditions with more than one comma
15218 * fvwm/module_interface.h:
15219 * fvwm/module_interface.c (do_execute_module):
15221 * libs/Module.h (MAX_XMSG_MASK):
15222 fixed default message mask for modules
15224 * fvwm/update.c (flush_window_updates):
15225 * fvwm/virtual.c (UnmapDesk):
15227 (do_move_window_to_desk):
15228 * fvwm/icons.c (DeIconify):
15230 * fvwm/events.c (HandlePropertyNotify):
15231 (HandleMapRequestKeepRaised):
15233 (HandleButtonPress):
15234 (HandleEnterNotify):
15235 (HandleLeaveNotify):
15236 * fvwm/focus.c (DoSetFocus):
15239 (ReturnFocusWindow):
15241 (ForceDeleteFocus):
15243 (restore_focus_after_unmap):
15244 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15245 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15246 the flush_window_updates() function.
15248 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15250 * fvwm/placement.c (PlaceWindow):
15251 minor performance enhancement
15253 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15256 * fvwm/menus.c (MenuInteraction):
15257 (pointer_in_active_item_area):
15258 (pointer_in_passive_item_area):
15259 new menu style PopupActiveArea
15261 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15263 * fvwm/move_resize.c (CMD_ResizeMaximize):
15264 (CMD_ResizeMoveMaximize):
15265 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15267 2002-01-21 olicha <olivier.chapuis@free.fr>
15270 s/Penalities/Penalties/g
15272 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15274 * fvwm/events.c (HandleLeaveNotify):
15275 (HandleEnterNotify):
15276 * fvwm/modconf.c (ModuleConfig):
15277 * fvwm/update.c (apply_window_updates):
15278 * fvwm/module_interface.c (BroadcastWindowIconNames):
15279 (CMD_Send_WindowList):
15281 (do_execute_module):
15283 (CMD_set_nograb_mask):
15284 (CMD_set_sync_mask):
15286 (set_mseggage_mask):
15287 (is_message_in_mask):
15288 (is_message_selected):
15290 rewrote message interface to allow more than 32 messages with minimal
15291 changes in the existing interfaces.
15292 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15295 * fvwm/style.c (parse_and_set_window_style):
15296 * fvwm/fvwm.h (struct):
15297 * fvwm/events.c (HandleButtonPress):
15298 implemented new styles MouseFocusClickIgnoreMotion and
15299 MouseFocusClickIgnoreMotionOff
15301 * fvwm/focus.c (focus_grab_buttons):
15302 fixed button mask for > 5 buttons
15304 2002-01-19 olicha <olivier.chapuis@free.fr>
15306 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15307 Save and restore the icon_pixmap_w and add comments
15309 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15311 * fvwm/events.c (HandleEnterNotify):
15312 fixed EnterNotify events for icons
15314 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15317 * fvwm/stack.c (overlap_box):
15319 * fvwm/icons.c (clear_icon):
15320 * fvwm/add_window.c (destroy_icon):
15321 * fvwm/fvwm.h (FvwmWindow):
15322 * fvwm/geometry.c (get_window_borders):
15323 (get_client_geometry):
15324 * libs/fvwmrect.h (struct):
15325 * fvwm/functions.c (expand_extended_var):
15326 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15327 return the geometry of the client window
15328 implemented new extended variables it.x, it.y, it.width, it.height that
15329 return the geometry of the icon title
15330 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15331 return the geometry of the icon picture
15332 implemented new extended variables i.x, i.y, i.width, i.height that
15333 return the geometry of the whole icon
15334 fixed $[w.height] when the window is shaded
15335 cleaned up icon geometry code
15337 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15340 * fvwm/functions.c:
15341 * fvwm/functions.h:
15342 * fvwm/move_resize.c (unmaximize_fvwm_window):
15343 (maximize_fvwm_window):
15345 (CMD_ResizeMaximize):
15349 (resize_move_window):
15350 (CMD_ResizeMoveMaximize):
15351 New command ResizeMaximize. Works like Resize, but modifies the
15352 maximized size of the window, not the normal size.
15353 New command ResizeMoveMaximize that works similarly.
15354 (resize_move_window):
15355 fixed ResizeMove command
15357 * fvwm/functions.c (expand):
15358 fixed core dump when using something like $[$v] in a command
15360 2002-01-17 olicha <olivier.chapuis@free.fr>
15362 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15363 * fvwm/events.c (HandlePropertyNotify):
15364 * fvwm/fvwm.c (InternUsefulAtoms):
15366 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15367 that the root background has changed. This uses the _XSETROOT_ID
15368 and XROOTPMAP_ID properties
15370 * fvwm/ewmh.c (atom_get):
15373 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15375 * fvwm/update.c (flush_window_updates):
15376 fixed unnecessary window style updates
15378 * fvwm/style.c (parse_and_set_window_style):
15379 * fvwm/add_window.c (RestoreWithdrawnLocation):
15381 (setup_frame_attributes):
15382 * fvwm/fvwm.h (FvwmWindow):
15383 Fvwm does no longer disable backing store on all of its windows. This
15384 cause too many problems with some applications, e.g. rdist. Introduced
15385 the new style BackingStoreWindowDefault that tells fvwm not to modify
15386 the backing store attribute on the client window - which now is the
15389 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15392 * fvwm/functions.c (func_config):
15393 * libs/Module.c (SetMessageMask2):
15398 fixed building with libstroke-0.5.1 on Solaris8
15400 * fvwm/stack.c (new_layer):
15401 * fvwm/borders.c (DrawButton):
15404 * fvwm/builtins.c (SetLayerButtonFlag):
15406 * fvwm/screen.h (struct):
15407 Applied the layer button patch by Richard Curnow with a few
15410 * fvwm/icons.c (GetIconBitmap):
15412 Ignore client icons that have the wrong depth
15414 * fvwm/events.c (HandleEnterNotify):
15415 Tried to fix focusing problem w/ unclutter.
15417 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15419 * fvwm/functions.c (CheckActionType):
15422 * fvwm/menus.c (paint_item):
15423 * fvwm/misc.c (is_function_allowed):
15424 * fvwm/move_resize.c (is_move_allowed):
15425 (is_resize_allowed):
15426 (is_maximize_allowed):
15427 * fvwm/decorations.c (check_if_function_allowed):
15428 combined all these functions into a new one
15429 use this function everywhere
15430 use the Fixed... styles to decide if a menu item is greyed or not
15432 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15434 * fvwm/events.c (HandleExpose):
15435 eat up expose events even if the server claims that the expose count is
15436 zero; fixes a problem with many redraws of windows that are uncovered
15437 by shading a window above them
15439 2002-01-10 olicha <olivier.chapuis@free.fr>
15441 * fvwm/focus.c (DoSetFocus):
15442 * fvwm/move_resize.c (CMD_Maximize):
15447 * fvwm/icons.c (DeIconify):
15450 * fvwm/gnome.c (GNOME_HandlePropRequest):
15451 * fvwm/ewmh_names.c (EWMH_WMName):
15452 * fvwm/events.c (HandleFocusIn):
15453 (HandlePropertyNotify):
15455 (HandleButtonPress):
15456 (HandleLeaveNotify):
15458 * fvwm/builtins.c (CMD_UpdateDecor):
15460 * fvwm/borders.c (draw_clipped_decorations):
15462 (RedrawDecorations):
15464 Added a new argument to DrawDecoration similar to draw_window_parts,
15465 which indicate which part of the decor should be cleared. At present
15466 time only CLEAR_FRAME is taken in account and this is used in
15467 ShadeWindow to draw the decoration without flickering. This argument
15468 may be used in the future to reduce opaque resizing flickering
15470 * fvwm/builtins.c (CMD_WindowShade):
15471 Draw the decoration during unshading a window
15473 * fvwm/menus.c (ParentalMenuRePaint):
15474 Fixed transparent animated menu again
15479 2002-01-09 olicha <olivier.chapuis@free.fr>
15481 * fvwm/style.c (CMD_Style):
15482 free all the elements of the ptmpstyle before freeing it
15484 * fvwm/menus.c (ParentalMenuRePaint):
15485 Fixed transparent animated menu with HilightBackOff
15487 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15489 * fvwm/style.c (merge_styles):
15490 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15491 in the copied style
15493 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15495 * fvwm/modconf.c (send_ignore_modifiers):
15496 (send_move_threshold):
15499 (send_color_limit):
15501 (send_desktop_geometry):
15502 (CMD_Send_ConfigInfo):
15503 moved code into new functions
15505 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15506 moved to defaults.h
15508 * fvwm/bindings.c (CMD_IgnoreModifiers):
15509 * fvwm/module_interface.c (broadcast_xinerama_state):
15510 * fvwm/modconf.c (send_ignore_modifiers):
15511 broadcast IgnoreModifiers to modules
15513 * fvwm/bindings.c (CMD_IgnoreModifiers):
15514 fixed IgnoreModifiers command without arguments
15516 corrected documentation of IgnoreModifiers command
15518 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15520 * fvwm/add_window.c:
15525 * fvwm/move_resize.c:
15528 * fvwm/module_interface.c:
15530 * fvwm/placement.c:
15533 * fvwm/fvwm.h (FvwmWindow):
15534 remnamed icon_w member to icon_title_w
15536 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15538 * fvwm/icons.c (RedoIconName):
15539 fixed sizing of icon title for icons without a pixmap
15541 (CreateIconWindow):
15543 (CreateIconWindow):
15544 rewrote icon title layout and moved the constants to defaults.h
15546 * fvwm/menus.c (menuShortcuts):
15547 (handle_emacs_bindings):
15548 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15550 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15552 * fvwm/fvwm2.1: Language checks done.
15553 .IR command not in column 1 fixed.
15555 2002-01-04 olicha <olivier.chapuis@free.fr>
15557 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15558 (AnimatedMoveOfWindow):
15559 (AnimatedMoveFvwmWindow):
15560 (move_window_doit):
15561 * fvwm/menus.c (ParentalMenuRePaint):
15562 (animated_move_back):
15564 Fixed transparent animated menu
15566 2002-01-03 olicha <olivier.chapuis@free.fr>
15568 * fvwm/move_resize.c (is_resize_allowed):
15570 Do not check if moveing/resizeing is MWM allowed for a no user request
15571 This fix for example FvwmWinList with MwmFunctions & NoOverride
15573 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15574 * fvwm/move_resize.c (is_move_allowed):
15575 Allowed moving if tmp_win is null and check if move is allowed and
15576 not resize in AnimatedMoveAnyWindow. This fix animated menu
15578 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15580 (ewmh_AllowsResize):
15581 Check as a user request
15584 * fvwm/move_resize.c (CMD_Maximize):
15587 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15588 to ignore the windows with a layer less or equal to the layer of
15589 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15590 Reorder a bit the Maximize documentation
15593 * fvwm/functions.c (expand_extended_var):
15594 New variables $[desk.name<n>] to get the desktop names
15596 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15598 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15599 Read with full path.
15601 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15604 * fvwm/misc.c (GrabEm):
15605 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15607 * fvwm/events.c (HandleUnmapNotify):
15608 (HandleMapRequestKeepRaised):
15609 (check_map_request):
15610 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15612 * fvwm/add_window.c (FetchWmProtocols):
15614 * fvwm/fvwm.h (FvwmWindow):
15615 * fvwm/events.c (HandleEnterNotify):
15616 (HandlePropertyNotify):
15617 * fvwm/focus.c (refresh_focus):
15619 fixed focus problems with netscape and ddd
15621 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15623 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15624 * libs/Pointer.c (GetLocationFromEventOrQuery):
15625 * fvwm/virtual.c (HandlePaging):
15626 * fvwm/move_resize.c (GetOnePositionArgument):
15628 (AnimatedMoveAnyWindow):
15631 * fvwm/module_interface.c (ExecuteModuleCommand):
15632 * fvwm/menus.c (do_menu):
15635 (get_menu_options):
15636 * fvwm/functions.c (execute_complex_function):
15637 * fvwm/events.c (HandleClientMessage):
15638 (WaitForButtonsUp):
15639 * fvwm/conditional.c (CMD_Direction):
15640 * fvwm/builtins.c (CMD_CursorMove):
15643 handle return code of XQueryPointer everywhere; necessary for dual head
15645 * fvwm/misc.c (GrabEm):
15646 Pointer was warped to other screen with a dual head setup
15648 2001-12-31 olicha <olivier.chapuis@free.fr>
15650 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15651 Removed some code which try to raise ewmh modal window over
15652 its transientfor window; this seems not possible without a new style
15653 or a bad hack in stack.c
15655 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15657 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15658 fallback to fixed font so it shows the right font for I18N.
15660 2001-12-30 olicha <olivier.chapuis@free.fr>
15662 * fvwm/window_flags.h:
15663 * fvwm/session.c (MatchWinToSM):
15664 (LoadWindowStates):
15665 (SaveWindowStates):
15666 (get_version_string):
15667 * fvwm/move_resize.c (CMD_Maximize):
15669 * fvwm/icons.c (CMD_Iconify):
15670 * fvwm/ewmh.c (EWMH_SetWMState):
15673 (EWMH_SetAllowedActions):
15676 * fvwm/ewmh_intern.h:
15677 * fvwm/ewmh_events.c (ewmh_WMState*):
15678 * fvwm/builtins.c (CMD_WindowShade):
15679 * fvwm/stack.c (new_layer):
15680 * fvwm/update.c (apply_window_updates):
15681 * fvwm/update.h (struct):
15682 * fvwm/add_window.c (setup_window_structure):
15683 (setup_window_name):
15685 * fvwm/style.c (check_window_style_change):
15686 The skip list and modal ewmh window states are now updated after
15687 an use/ignore ewmh state style changes. The other ewmh states are
15688 starting state only. All the initial ewmh states are keep in memory
15691 * fvwm/ewmh.c (EWMH_Handle*):
15693 Set the ewmh_window_type to an int (and not the corresponding atom)
15694 accordingly to the window type
15696 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15697 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15700 * fvwm/ewmh.c (EWMH_GetStyle):
15701 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15702 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15705 * libs/vpacket.h (ConfigWinPacket):
15706 * fvwm/module_interface.c (CONFIGARGSNEW):
15709 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15710 cfgpacket for FvwmIdent
15712 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15714 * fvwm/move_resize.c (resize_geometry_window):
15715 fixed wrong size calculation of geometry window
15717 2001-12-19 olicha <olivier.chapuis@free.fr>
15719 * fvwm/ewmh_names.c (convert_charsets):
15720 More precise error messages
15723 A few formatting fixes
15725 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15727 * fvwm/gnome.c (GNOME_SetHints):
15728 fixed window getting frozen into position upon a recapture or restart
15730 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15732 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15734 2001-12-17 olicha <olivier.chapuis@free.fr>
15737 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15739 * fvwm/ewmh.c (delete_kst_item):
15740 (set_kde_sys_tray):
15741 (EWMH_IsKdeSysTrayWindow):
15742 (EWMH_ManageKdeSysTray):
15743 * fvwm/events.c (HandleReparentNotify):
15744 Fixed reparenting management of kde system tray windows and
15745 added some off debugging code
15747 * fvwm/virtual.c (CMD_DesktopName):
15748 Removed some debugging code
15750 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15752 * fvwm/fvwm.h (struct):
15753 * fvwm/window_flags.h (IS_FIXED_PPOS):
15754 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15755 * fvwm/style.c (parse_and_set_window_style):
15756 (check_window_style_change):
15757 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15758 FixedUSSize, FixedPSize and Variable PPosition, ...
15760 * fvwm/events.c (HandleConfigureRequest):
15761 * fvwm/ewmh.c (ewmh_AllowsResize):
15762 (is_resize_allowed):
15765 * fvwm/gnome.c (GNOME_SetHints):
15766 (AnimatedMoveAnyWindow):
15769 * fvwm/move_resize.c (is_move_allowed):
15770 (is_resize_allowed):
15771 (is_maximize_allowed):
15772 new functions to clean up some code
15774 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15776 * fvwm/fvwm2.1: Doc fixups.
15778 2001-12-15 olicha <olivier.chapuis@free.fr>
15780 * fvwm/builtins (CMD_BugOpts):
15782 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15783 * fvwm/ewmh_events.c (ewmh_StateHidden):
15784 * fvwm/fvwm.c (InitVariables):
15786 * fvwm/icons.c (CMD_Iconify):
15788 * fvwm/virtual.c (unmap_window):
15790 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15791 to fix the IconicState problems in vitrual.c. New BugOpts
15792 EWMHIconicStateWorkaround for supporting current KDE versions
15794 * fvwm/events.c (HandlePropertyNotify):
15795 * fvwm/ewmh.c (ewmh_AllowsYes):
15797 (ewmh_AllowsClose):
15798 (ewmh_AllowsMaximize):
15800 (ewmh_AllowsResize):
15801 (EWMH_SetAllowedActions):
15803 * fvwm/style.c (check_window_style_change):
15804 * fvwm/update.c (apply_window_updates):
15806 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15808 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15810 * fvwm/borders.c (RedrawTitle):
15811 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15812 fixed 'stick' lines with long titles
15814 2001-12-11 olicha <olivier.chapuis@free.fr>
15818 * fvwm/ewmh.c (ewmh_SetWorkArea):
15820 (ewmh_ComputeAndSetWorkArea):
15821 (ewmh_HandleDynamicWorkArea):
15822 (EWMH_GetWorkAreaIntersection):
15823 (EWMH_GetStrutIntersection):
15824 (get_intersection):
15825 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15828 * fvwm/fvwm.c (InitVariables):
15830 * fvwm/modconf.c (send_desktop_names):
15831 (CMD_Send_ConfigInfo):
15832 * fvwm/placement.c (get_next_x):
15835 * fvwm/virtual.c (CMD_DesktopName):
15838 New command "DesktopName desk name" to define desktops names for
15839 the FvwmPager, the WindowList and ewmh compliant pagers.
15840 Desktops information (desk, desk name, working areas) is stored in a
15841 new list sub structure of Scr, DesktopsInfo. The head of the list
15842 contains generic information for desks that are not in the list.
15844 * fvwm/windowlist.c (get_desk_title):
15848 New window list options NoDeskNum, NoCurrentDeskTitle,
15849 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15850 the NoGeometry and NoGeometryInfo options.
15853 * fvwm/ewmh_names.c:
15854 * fvwm/ewmh_icons.c:
15855 Added some static declarations
15857 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15858 It seems that UTF8 names should not be terminated by a 0
15860 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15861 Set the stacking list in the good orders
15863 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15866 * fvwm/functions.c:
15870 removed all MULTISTYLE ifdefs
15872 * fvwm/borders.c (RedrawTitle):
15873 fixed title drawing into relief
15875 2001-12-08 olicha <olivier.chapuis@free.fr>
15882 * fvwm/window_flags.h:
15884 s/extended_window_name/indexed_window_name/i
15885 s/extended_icon_name/indexed_icon_name/i
15886 s/do_update_window_name/do_update_visible_window_name/
15887 s/do_update_icon_name/do_update_visible_icon_name/
15889 * fvwm/style.c (CMD_Style):
15891 (parse_and_set_window_style):
15892 Split CMD_Style into CMD_Style and parse_and_set_window_style
15894 2001-12-06 olicha <olivier.chapuis@free.fr>
15896 * fvwm/add_window.c (setup_window_name_count):
15897 (setup_icon_name_count):
15898 Better determination of the window and icon names index
15900 * fvwm/add_window.c (AddWindow):
15902 * fvwm/events.c (HandlePropertyNotify):
15903 * fvwm/ewmh_names.c (EWMH_WMName):
15905 * fvwm/module_interface.c (BroadcastWindowIconNames):
15906 * fvwm/module_interface.h:
15907 (CMD_Send_WindowList):
15909 (CMD_set_sync_mask):
15910 (CMD_set_nograb_mask):
15911 * fvwm/update.c (apply_window_updates):
15913 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15914 which are send to modules with BroadcastWindowIconNames.
15915 The set mask cmds use unsigned long mask and not int mask!
15917 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15921 EWMH without iconv compile fix by Hippo
15923 2001-12-05 olicha <olivier.chapuis@free.fr>
15925 * fvwm/add_window.c:
15928 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15929 * fvwm/ewmh_events.c:
15932 * fvwm/move_resize.c (CMD_Maximize):
15933 * fvwm/placement.c (test_fit):
15935 * fvwm/session.c (SaveWindowStates):
15936 * fvwm/style.c (merge_styles):
15938 (check_window_style_change):
15939 * fvwm/update.c (apply_window_updates):
15941 * fvwm/window_flags.h:
15943 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15944 EWMHMaximizeUseDynamicWorkingArea,
15945 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15946 EWMHPlacementUseDynamicWorkingArea,
15947 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15948 EWMHIgnoreStateHints / EWMHUseStateHints,
15949 EWMHIgnoreStrutHints / EWMHUseStrutHints
15951 * fvwm/ConfigFvwmDefaults:
15952 Use EWMHPlacementUseDynamicWorkingArea,
15953 EWMHMaximizeUseDynamicWorkingArea as default placement styles
15956 * fvwm/add_window.c (setup_placement_penalty):
15957 * fvwm/add_window.h:
15958 (setup_placement_penalty):
15961 * fvwm/placement.c (get_next_x):
15962 * fvwm/placement.h:
15965 * fvwm/style.c (CMD_Style):
15967 (check_window_style_change):
15968 * fvwm/update.c (apply_window_updates):
15970 * fvwm/window_flags.h:
15972 New styles PlacementOverlapPenalties and
15973 PlacementOverlapPercentPenalties
15976 * fvwm/add_window.c (setup_window_name_count):
15977 * fvwm/add_window.h:
15978 (setup_icon_name_count):
15979 (setup_visible_name):
15980 (setup_window_name):
15981 (free_window_names):
15983 * fvwm/borders.c (DrawMultiPixmapTitlebar):
15985 * fvwm/events.c (HandlePropertyNotify):
15986 * fvwm/ewmh_names.c (EWMH_*):
15988 * fvwm/icons.c (CreateIconWindow):
15993 * fvwm/session.c (MatchWinToSM):
15994 * fvwm/style.c (CMD_Style):
15996 (check_window_style_change):
15997 * fvwm/update.c (apply_window_updates):
15999 * fvwm/window_flags.h:
16000 New styles ExtendedWindowName / SimpleWindowName and
16001 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16003 * fvwm/builtins.c (ReadMultiPixmapDecor):
16009 * session.c (get_version_string):
16012 * fvwm/stack.c (new_layer):
16014 Fixed ewmh wm state
16016 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16017 Fixed creation of the ewmh icon in the case of the window is iconified
16019 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16021 * fvwm/placement.c (PlaceWindow):
16022 fixed manual placement on Xinerama screens other than the one with the
16023 top left corner of the total screen
16025 2001-11-27 olicha <olivier.chapuis@free.fr>
16031 Check for the second argument of iconv
16034 Added -Wall to CFLAGS if cc is gcc
16036 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16040 s/extanded/extended/
16042 2001-11-26 olicha <olivier.chapuis@free.fr>
16044 * fvwm/Makefile.am:
16045 Fixed (?) iconv_LIBS
16047 2001-11-26 olicha <olivier.chapuis@free.fr>
16049 * fvwm/functions.c (expand):
16050 Fixed n, c, r expansion
16052 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16054 * fvwm/fvwm2.1: Clean up ewmh stuff.
16056 2001-11-24 olicha <olivier.chapuis@free.fr>
16058 * fvwm/ewmh_internal.h:
16060 Removed a non standard macro
16062 2001-11-24 olicha <olivier.chapuis@free.fr>
16065 Documented the previous ewmh style in a new Style subsection
16067 * fvwm/functions.c (expand):
16068 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16070 2001-11-24 olicha <olivier.chapuis@free.fr>
16072 * fvwm/add_window (setup_icon):
16073 (setup_window_structure):
16074 * fvwm/events.c (HandlePropertyNotify):
16076 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16077 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16078 (EWMH_DoUpdateWmIcon):
16079 (ewmh_SetWmIconFromPixmap):
16080 (EWMH_DeleteWmIcon):
16081 (EWMH_SetIconFromWMIcon):
16082 * fvwm/ewmh_intern.h:
16084 * fvwm/icons.c (GetIcon):
16085 * fvwm/session.c (get_version_string):
16086 * fvwm/style.c (CMD_Style):
16088 (check_window_style_change)
16089 * fvwm/update.c (apply_window_updates):
16091 * fvwm/window_flags.h:
16092 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16093 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16094 EWMHDonateIcon / EWMHDontDonateIcon,
16095 Some ewmh icon code simplification.
16096 Ewmh icons priority: just after icon window.
16098 * fvwm/ewmh.c (EWMH_ExitStuff):
16100 * fvwm/session.c (SaveWindowStates):
16101 (LoadWindowStates):
16103 * fvwm/fvwm.c (Done):
16104 Delete the ewmh icons we set ourself. Some ewmh session states do not
16105 need to be saved/restored anymore
16107 2001-11-23 olicha <olivier.chapuis@free.fr>
16109 * fvwm/ewmh_names.c (convert_charsets):
16110 Fixed infinite loop
16112 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16114 * fvwm/ewmh_names.c (convert_charsets):
16115 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16116 man page states on Linux
16117 replaced goto with a loop
16119 2001-11-22 olicha <olivier.chapuis@free.fr>
16121 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16124 * fvwm/ewmh_events.c:
16125 Fixed some styles update
16127 * fvwm/ewmh_conf.c:
16128 * fvwm/function.c (func_config):
16132 * fvwm/ewmh_events.c:
16133 * fvwm/ewmh_intern.h:
16134 * fvwm/Makefile.am:
16136 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16137 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16139 * fvwm/add_window.c:
16142 * fvwm/functions.c:
16143 * fvwm/ewmh.c (EWMH_Init):
16145 * fvwm/fvwm.c (InitVariables):
16152 * fvwm/window_flags.c:
16159 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16160 are maybe problematic) and those in the ewmh* files to allow
16161 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16162 should be dummy. --enable-ewmh is now the default.
16164 2001-11-20 olicha <olivier.chapuis@free.fr>
16166 * fvwm/icons.c (GetIcon):
16167 * fvwm/add_window.c (setup_icon):
16168 Fixed icons order choice and other minor bugs
16170 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16171 Fixed a core dump if there is no MiniIcon
16173 2001-11-18 olicha <olivier.chapuis@free.fr>
16175 * fvwm/ewmh.c (add_kst_item):
16177 (ewmh_AddToKdeSysTray):
16178 (EWMH_IsKdeSysTrayWindow):
16179 (EWMH_ManageKdeSysTray):
16181 fvwm/ewmh_intern.h:
16182 * fvwm/events.c (HandleDestroyNotify):
16183 (HandleMapRequest):
16184 (HandleUnmapNotify):
16185 Fixed the KDE system tray implementation
16187 2001-11-16 olicha <olivier.chapuis@free.fr>
16191 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16193 2001-11-15 olicha <olivier.chapuis@free.fr>
16195 * fvwm/ewmh.c (EWMH_DestroyWindow):
16197 (EWMH_WindowDestroyed):
16198 * fvwm/events.c (HandleReparentNotify):
16199 (HandleDestroyNotify):
16200 (HandleUnmapNotify):
16201 * fvwm/add_window.c (destroy_window):
16202 Fixed the ewmh windows lists
16204 2001-11-15 olicha <olivier.chapuis@free.fr>
16206 * fvwm/Makefile.am:
16209 * fvwm/ewmh_intern.h:
16210 * fvwm/ewmh_events.c:
16211 * fvwm/ewmh_icons.c:
16212 * fvwm/ewmh_names.c:
16215 New files to achieve the extended WM hints support, off by
16216 default. This code is ifdefed a la gnome.c.
16217 This is work in progess (need to do so that every things are
16221 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16222 New configure option --enable-ewmh. Added tests for iconv and
16223 nl_langinfo for UTF8 conversions.
16225 * fvwm/add_window.c (AddWindow):
16226 (CaptureOneWindow):
16228 (setup_window_name):
16230 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16231 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16232 SET_HAS_EWMH_ICON, EWMH_WMIconName
16234 * fvwm/add_window.c (setup_window_structure):
16235 * fvwm/fvwm.h (FvwmWindow):
16237 * fvwm/window_flags.h:
16238 * fvwm/session.c (get_version_string):
16239 (SaveWindowStates):
16240 (LoadWindowStates):
16241 Added some entries in FvwmWindow and some flags (more will be
16242 added). Some of these states need to be saved at restart and
16243 at recapture. This code is ifdefed, may be it should not: I was
16244 forced to ifdef the version string in get_version_string.
16246 * libs/Bindings.c (win_contexts):
16248 * fvwm/events.c (GetContext):
16249 * fvwm/bindings.c (ParseBinding):
16250 (activate_binding):
16251 * fvwm/functions.c (expand_extended_var):
16253 (execute_function):
16255 * fvwm/screen.h (Scr):
16256 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16257 (kdesktop or Nautilus desktop). This context is something between
16258 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16260 * fvwm/bindings.c (activate_binding):
16261 Fixed immediate application of mouse/stroke bindings
16264 * fvwm/borders.c (RedrawDecorations):
16265 * fvwm/update.c (apply_window_updates):
16266 New function RedrawDecorations taken from apply_window_updates
16267 and called in ewmh_icons.c and update.c
16269 * fvwm/bultins.c (CMD_WindowShade):
16272 * fvwm/events.c (HandleFocusIn):
16273 (HandlePropertyNotify):
16274 (HandleClientMessage):
16275 (HandleMapRequestKeepRaised):
16276 (HandleUnmapNotify):
16277 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16278 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16281 * fvwm/icons.c (GetIcon):
16283 (CreateIconWindow):
16284 (ChangeIconPixmap):
16285 * fvwm/events.c (HandlePropertyNotify):
16286 New function GetIcon taken from CreateIconWindow which choose
16287 the icon, there is a new case for EWMH icons. New function
16288 ChangeIconPixmap taken from events.c.
16289 The two new functions are called from ewmh_icon.c (and icons.c).
16291 * fvwm/move_resize.c (handle_stick):
16294 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16297 * libs/Picture.c (LoadPictureFromPixmap):
16298 (CachePictureFromPixmap):
16299 New functions for loading a picture from a pixmap. Nothing is cached
16300 but this simplify the MiniIcon code.
16302 * fvwm/placement.c (PlaceWindow):
16303 EWMH_GetWorkAreaIntersection
16305 * fvwm/screen.h (Scr):
16306 Added the working area, the dynamic working area and the ewmh
16309 * fvwm/stack.c (restack_windows):
16311 EWMH_SetClientListStacking, EWMH_SetWMState
16313 * fvwm/style.c (check_window_style_change):
16314 * fvwm/update.c (apply_window_updates):
16316 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16317 This code is ifdefed.
16319 * fvwm/style.c (lookup_style):
16322 * fvwm/virctual.c (goto_desk):
16323 (CMD_GotoDeskAndPage):
16324 (do_move_window_to_desk):
16325 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16327 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16329 * fvwm/update.c (apply_window_updates):
16330 * fvwm/gnome.c (GNOME_GetStyle):
16331 * fvwm/style.c (lookup_style):
16332 (check_window_style_change):
16333 * fvwm/add_window.c (setup_style_and_decor):
16334 fixed GnomeIgnoreHints style for some of the gnome hints
16336 * fvwm/fvwm.c (StartupStuff):
16337 Tried to fix font size problem
16339 * fvwm/placement.c (PlaceWindow):
16340 suppress an X error
16342 * fvwm/move_resize.c (moveLoop):
16343 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16344 * fvwm/misc.c (Keyboard_shortcuts):
16345 modified keyboard shortcut functions so that it is possible to move
16346 windows with the keyboard even if the border is hit. does not work
16347 very nicely with paging
16349 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16350 performance enhancement
16352 * fvwm/events.c (HandleButtonPress):
16353 fixed (?) some problem with passing the raise click in ctf to the app
16355 * fvwm/add_window.c (Reborder):
16356 * fvwm/virtual.c (MoveViewport):
16359 * fvwm/session.c (SaveWindowStates):
16360 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16361 don't access stack_next and stack_prev directly but use the access
16362 functions from stack.h
16364 * fvwm/stack.c (remove_window_from_stack_ring):
16365 (add_window_to_stack_ring_after):
16368 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16370 when a window becomes scheduled for destruction, remove all traces of it
16371 from the fvwm internal variable so its not accessed accidentally when
16372 its fields are no longer valid
16374 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16377 fixed compilation of I18N_MB
16379 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16389 exclude the TitleStyle MultiPixmap feature (only) before forking
16391 and restore it after that
16395 change version string to 2.5.0
16398 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16399 added a link to the stable version 2.4.4 (not released yet)
16401 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16405 change version string to 2.4.4 before forking
16407 * make_fvwmdist.sh:
16408 strip end of line from date (adjust for a new length)
16410 2001-10-29 olicha <olivier.chapuis@free.fr>
16412 * fvwm/screen.h (DecorFaceStyle):
16413 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16414 so that Solid colors work again
16416 2001-10-28 olicha <olivier.chapuis@free.fr>
16418 * fvwm/module_interface.c (skipModuleAliasToken):
16419 Allows '/' as alias character
16424 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16429 added --disable-multipixmap-titles for the Suzanne's patch,
16430 the default is enable
16433 some formatting fixes in TitleStyle entry
16435 2001-10-27 Suzanne Britton <tril@igs.net>
16437 * config.h.in: Added FANCY_TITLEBARS option, off by default
16440 Added info on TitleStyle MultiPixmap
16443 [All changes #ifdeffed FANCY_TITLEBARS]
16444 Added TITLE_PADDING define for fancy titlebar rendering
16445 Added tb_pixmap_enum
16446 Added MultiPixmap to DecorFaceType enum
16447 Added Picture **multi_pixmaps and short multi_stretch_flags
16448 to DecorFace structure
16451 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16452 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16453 (RenderIntoWindow): [new]
16454 (DrawMultiPixmapTitlebar): [new]
16455 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16456 instead of always sending 1
16458 Call DrawFancyTitlebar for MultiPixmap style
16459 Skip DrawString calls for MultiPixmap style (title is drawn inside
16460 DrawMultiPixmapTitlebar)
16463 [All changes #ifdeffed FANCY_TITLEBARS]
16464 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16465 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16466 (ReadMultiPixmapDecor): [new]
16468 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16470 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16471 buttons can activate on press or release, special pointer during grab,
16472 arrow key command recall.
16474 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16476 * fvwm/bindings.c (ParseBinding):
16479 binding commands now do not print error messages with Silent
16481 * fvwm/ConfigFvwmDefaults:
16483 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16484 use Silent before Key Help
16486 * fvwm/add_window.c:
16487 changed the broken size hints message to notify the owner
16489 * docs/fvwm.lsm.in:
16492 2001-10-19 olicha <olivier.chapuis@free.fr>
16495 Some FvwmScript news
16497 2001-10-16 olicha <olivier.chapuis@free.fr>
16500 Some FvwmScript news
16502 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16504 * fvwm/bindings.c (activate_binding):
16505 * libs/Bindings.c (GrabWindowKeyOrButton):
16506 activate mouse/stroke bindings immediately
16508 * fvwm/events.c (HandleButtonPress):
16509 it is possible to bind actions to the 'ClickToFocus' click
16511 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16513 * fvwm/virtual.c (HandlePaging):
16514 allow paging during move/resize when pressing keys
16516 * libs/XResource.c (MergeCmdLineResources):
16517 possible core dump fix
16519 * fvwm/add_window.c (setup_window_placement):
16522 * libs/Bindings.c (AddBinding):
16523 another attempt at cleaning up bindings with "Shift"
16525 2001-10-13 olicha <olivier.chapuis@free.fr>
16530 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16534 OpaqueMoveSize now accepts "unlimited" or negative argument.
16536 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16541 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16543 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16546 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16548 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16551 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16553 * NEWS, configure.in:
16554 changed version to 2.5.0
16556 2001-10-08 olicha <olivier.chapuis@free.fr>
16558 * fvwm/borders.c (RedrawTitle):
16559 Fixed drawing of leftJustified stippled title and suppress warnings
16560 in RelieveRectangle w/ RightJustified stippled title
16562 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16564 * fvwm/virtual.c (CMD_XineramaSlsSize):
16567 2001-10-03 olicha <olivier.chapuis@free.fr>
16569 * fvwm/style.c (CMD_Style):
16571 Added the possibility to add an Xinerama screen to the 4 numerics
16574 2001-10-03 olicha <olivier.chapuis@free.fr>
16576 * fvwm/icons.c (AutoPlaceIcon):
16577 Fixed a core dump with @c and fixed icon placement if the icon should
16578 not be on the current page
16580 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16582 * fvwm/icons.c (AutoPlaceIcon):
16583 * libs/FScreen.c (FScreenParseScreenBit):
16584 added 'w' screen specifier for icon boxes
16586 * fvwm/icons.c (AutoPlaceIcon):
16587 fixed placement of icons in icon boxes on different screen
16589 * fvwm/menus.c (get_menu_options):
16590 reduced code duplication
16592 2001-10-02 olicha <olivier.chapuis@free.fr>
16594 * fvwm/menus.c (get_menu_options):
16595 fixed Xinerama placement of menu with empty but not null position hints
16597 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16599 * fvwm/borders.c (RedrawTitle):
16600 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16601 suppress a warning in RelieveRectangle w/ small sticky windows
16603 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16605 * fvwm/menus.c (get_menu_options):
16606 A 'rectangle' context rectangle for menus honours the '@screen' bit
16608 * fvwm/move_resize.c (DisplayPosition):
16609 coordinates of a window are show in relation to the screen, not the page
16611 * libs/FScreen.c (FScreenTranslateCoordinates):
16612 * fvwm/placement.c (PlaceWindow):
16613 * fvwm/add_window.c (setup_window_placement):
16614 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16615 rewrote the library functionality to better match the rest of the
16618 * fvwm/builtins.c (DestroyFvwmDecor):
16619 removed useless code
16621 * fvwm/icons.c (DrawIconWindow):
16622 fixed race condition w/ expanding/collapsing icon titles
16624 * fvwm/windowlist.c (CMD_WindowList):
16625 fixed Xinerama placement of window list when called without options
16627 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16629 * libs/FScreen.c (FScreenSLSOnOff):
16630 fixed core dump when calling XineramaSls before XineramaSlsSize
16635 * libs/FShape.h (FHaveShapeExtension):
16636 set macro to 1 when compiling w/ shape extension
16638 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16640 * libs/Bindings.c (AddBinding):
16641 * fvwm/bindings.c (ParseBinding):
16642 print a warning if a key with the given name does not exist
16643 if there is an upper and a lower case version of the same key name,
16644 always bind to the lower case version; this is problematic if the upper
16645 case version is tied to a key without a modifier and the lower case
16646 version is tied to the same key, but with a modifier (or both are tied
16647 to different keys). I hope this good enough.
16649 * libs/Bindings.c (FreeBindingList):
16650 (MatchBindingExactly):
16651 (CollectBindingList):
16652 fixed some problems overriding keys
16653 reduced duplication of logic
16655 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16657 * NEWS, configure.in:
16658 changed version to 2.5.0
16660 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16663 changed version to 2.4.2
16665 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16668 (SetWindowBackground):
16669 (SetRectangleBackground):
16670 * fvwm/builtins.c (CMD_WindowShade):
16671 * fvwm/add_window.c:
16672 (setup_style_and_decor):
16674 (CreateIconWindow):
16679 (HandleConfigureRequest):
16680 (HandleShapeNotify):
16681 (InitEventHandlerJumpTable):
16682 * fvwm/borders.c (struct):
16685 * fvwm/decorations.c (SelectDecor):
16690 * fvwm/fvwm.h (FvwmWindow):
16693 moved shape support to library; its no longer necessary to
16694 '#ifdef SHAPE' any code
16696 * fvwm/borders.c (RedrawButtons):
16698 fixed top border hilight drawing of title buttons
16700 * libs/Graphics.c (do_relieve_rectangle):
16701 (RelieveRectangle):
16702 (RelieveRectangle2):
16703 allow alternate shading for title buttons
16705 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16708 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16709 Add a formal description of how fvwm maintains module's configs
16710 Change manpages of individual modules to refer to fvwm2(1) for
16711 details about specifying configuration
16713 * fvwm/add_window.c (setup_window_placement):
16714 desk and page can now really be given as X resources a la
16717 * libs/XResource.c (GetResourceString):
16718 resource -> lower case, class -> upper case
16722 changed version to 2.5.0
16724 * Makefile.am (distcheck2):
16725 build distcheck before dist2; save a few seconds if the build fails
16728 * libs/ClientMsg.c:
16732 * libs/gethostname.c:
16735 * libs/safemalloc.c:
16736 * libs/strcasecmp.c:
16739 * libs/strncasecmp.c:
16748 changed version to 2.4.1 again
16750 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16752 * libs/Bindings.c (FvwmStringToKeysym):
16753 try both cases of the first letter of a key name
16755 * fvwm/ConfigFvwmDefaults:
16756 * fvwm/windowlist.c (winCompareReverse):
16758 new WindowList option ReverseOrder; use the new option in the default
16759 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16760 cycle through the whole window list. The old behaviour only toggled
16761 between two windows. Also, a simple Alt-Tab can be used to switch to
16762 the next window instead of Alt-Tab-Tab.
16764 * libs/FScreen.c (FScreenInit):
16765 fixed a Xinerama crash
16768 print a verbose error message and exit if X11 headers and libraries
16771 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16773 * fvwm/fvwm.c (main):
16776 new library for X shape encapsulation
16778 * fvwm/builtins.c (CMD_WindowShade):
16779 * fvwm/borders.c (SetupFrame):
16780 fixed shading of windows without title and border
16781 fixed shading of shaped windows; fixes bug #732
16783 * fvwm/builtins.c (CMD_SetEnv):
16784 calling SetEnv without a value is the same as UnsetEnv
16786 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16788 * fvwm/events.c (HandleReparentNotify):
16789 fixed vanishing windows in rapid map/unmap cycles; bug #770
16791 * fvwm/add_window.c (hide_screen):
16792 fixed possible BadWindow error
16794 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16796 * fvwm/virtual.c (MoveViewport):
16798 (CMD_GotoDeskAndPage):
16800 GotoDeskAndPage records its own history of last visited desk/page
16802 * libs/FScreen.c (FScreenInit):
16803 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16805 2001-09-05 olicha <olivier.chapuis@free.fr>
16807 * fvwm/session.c (MatchWinToSM):
16808 * fvwm/add_window.c (setup_window_structure):
16809 * fvwm/move_resize.c (moveLoop):
16810 Fixed PlacedByButton3 condition
16812 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16815 * fvwm/functions.c (func_config):
16816 * fvwm/module_interface.c (broadcast_xinerama_state):
16817 * fvwm/virtual.c (CMD_Xinerama):
16818 (CMD_XineramaPrimaryScreen):
16820 (CMD_XineramaSlsSize):
16822 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16823 XineramaSls and XineramaSlsSize
16824 restructured parts of the FScreen code
16826 * fvwm/functions.c (func_config):
16827 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16829 * libs/Graphics.c (RelieveRectangle):
16830 allow calling the function with w == 0 or h == 0 without a message
16832 * fvwm/window_flags.h (SET_STYLE_DELETED):
16833 * fvwm/style.c (CMD_DestroyStyle):
16834 (check_window_style_change):
16835 * fvwm/fvwm.h (window_style):
16836 update windows when a style is deleted
16839 fixed xpm detection problem caused by wrong library order
16841 2001-09-05 olicha <olivier.chapuis@free.fr>
16843 * NEWS: PlacedByFvwm
16845 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16847 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16849 2001-09-04 olicha <olivier.chapuis@free.fr>
16852 * fvwm/windows_flags.h:
16853 * fvwm/placement.c (PlaceWindow):
16854 * fvwm/add_window.c (setup_window_structure):
16855 * fvwm/conditional.c (CreateConditionMask):
16856 * fvwm/session.c (get_version_string):
16859 Added a new windows_flags is_placed_by_fvwm and a new condition
16862 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16864 * fvwm/focus.c (focus_grab_buttons):
16866 disabled xt/double click patch for now
16868 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16870 * libs/Graphics.c (RelieveRectangle):
16871 print a warning if one of the dimensions is <= 0
16873 * fvwm/placement.c (PlaceWindow):
16874 take care of windows that have both, PPosition and USPosition set
16875 take care of transient windows that have neither PPosition nor
16878 2001-09-01 olicha <olivier.chapuis@free.fr>
16880 * libs/FScreen.c (FScreenInit):
16881 Fixed the position of the xinerama emulation delimiters
16883 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16886 Xinerama introduction
16888 * fvwm/icons.c (AutoPlaceIcon):
16889 try to place icons of screen with the window center, and if that fails
16892 * libs/FScreen.c (FScreenGetScrRect):
16893 performance improvement for non-xinerama systems
16895 * fvwm/update.c (apply_window_updates):
16896 (flush_window_updates):
16897 update icon boxes and icon position when xinerama layout changes
16899 * fvwm/icons.c (AutoPlaceIcon):
16900 limit placement of icons using no icon box to screen boundaries
16901 adapt icon boxes to xinerama layout whenever used
16903 * fvwm/placement.c (PlaceWindow):
16904 * fvwm/style.c (CMD_Style):
16905 (check_window_style_change):
16906 * fvwm/style.h (SUSE_NO_USPOSITION):
16907 (SUSE_NO_TRANSIENT_PPOSITION):
16908 (SUSE_NO_TRANSIENT_USPOSITION):
16909 * fvwm/fvwm.h (struct):
16910 implemented new styles NoUSPosition/UseUSPosition,
16911 NoTransientPPosition/UseTransientPPosition,
16912 NoTransientUSPosition/UseTransientUSPosition.
16913 These work exactly like NoPPosition/UsePPosition.
16914 Transient windows ignore the window position if neither the PPosition
16915 nor the USPosition hint is set.
16917 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16919 * fvwm/focus.c (restore_focus_after_unmap):
16920 fixed a bug transfering the focus when a window was iconified
16922 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16924 * fvwm/conditional.c (MatchesConditionMask):
16925 * fvwm/move_resize.c (position_geometry_window):
16926 * fvwm/placement.c (PlaceWindow):
16927 * fvwm/menus.c (pop_menu_up):
16928 * fvwm/move_resize.c (move_window_doit):
16929 * fvwm/icons.c (do_all_iconboxes):
16930 * fvwm/placement.c (PlaceWindow):
16931 * fvwm/menus.c (update_menu):
16932 adapted to new FScreen... signatures
16934 * libs/FScreen.c (FScreenClipToScreen):
16935 (FScreenGetScrCenterCenter):
16936 (FScreenCenterCurrent):
16937 (FScreenCenterPrimary):
16938 (FScreenGetCurrent00):
16939 (FScreenGetGlobalScrRect):
16940 (FScreenGetPrimaryScrRect):
16941 (FScreenGetScrRect):
16942 (FScreenIsRectangleOnScreen):
16943 unified all the FSCreen... functions using a common signature, removed
16946 * fvwm/style.c (CMD_Style):
16947 init icon box screen
16949 * fvwm/move_resize.c (move_window_doit):
16951 * libs/Makefile.am:
16952 * libs/XineramaSupport.c:
16953 * libs/XineramaSupport.h:
16955 exported and renamed screen defines
16962 * fvwm/placement.c:
16963 * fvwm/move_resize.c:
16964 * fvwm/module_interface.c:
16969 * fvwm/conditional.c:
16970 * libs/XineramaSupport.c:
16971 renamed all XineramaSupport...() functions to FScreen...()
16973 * fvwm/style.c (CMD_Style):
16976 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16978 * fvwm/style.c (CMD_Style):
16979 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
16980 using geometry spec.
16982 2001-08-25 Mikhael Goikhman <migo@homemail.com>
16986 new function QuoteString() to add and escape single quotes to strings
16988 * fvwm/menus.c (MenuInteraction):
16989 quote both missing function name and menu name for
16990 MissingSubmenuFunction
16992 * fvwm/functions.c (expand):
16995 2001-08-25 Dan Espen <dane@mk.telcordia.com>
16997 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
16999 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17001 * fvwm/cursor.c (CMD_CursorStyle):
17002 * fvwm/icons.c (GetXPMFile):
17003 * libs/Colorset.c (SetWindowBackground):
17006 * libs/Bindings.c (AddBinding):
17007 tired to help with problem binding keys that have a keycode with no
17008 modifiers and another keycode with some modifiers pressed, e.g.
17009 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17010 F1 generating the actioon bound to F11 sometimes
17012 * fvwm/focus.c (focus_grab_buttons):
17015 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17017 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17019 2001-08-20 Bob Woodside <proteus@pcnet.com>
17021 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17022 grab synchronization so apps using XtTranslations to catch double-
17023 clicks don't get confused by extraneous Leave/EnterNotify events.
17024 This fixes the "xfm/moxfm don't see double-clicks" problem.
17026 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17028 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17030 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17032 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17035 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17036 until later when the window is actually placed.
17038 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17039 position calculation.
17041 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17043 * fvwm/update.c (flush_window_updates):
17044 * fvwm/screen.h (ScreenInfo):
17045 * fvwm/virtual.c (CMD_Xinerama):
17047 * fvwm/move_resize.c (CMD_Maximize):
17048 * fvwm/placement.c (PlaceWindow):
17049 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17053 describe new maximize options
17055 * fvwm/move_resize.c (MaximizeWidth):
17058 applied Dmitry's Xinerama patch for Maximize command
17059 replaced "global" and "absolute" with "screen" which is more flexible
17061 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17063 * libs/Parse.c (SkipQuote):
17064 fixed a bug in handling of caller specified quote pairs
17066 * fvwm/move_resize.c (CMD_Maximize):
17067 keep window on correct page when viewport does not start on a page
17070 * libs/XError.c (error_name):
17072 fixed core dump in error handling
17074 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17080 renamed --disable-gnome to --disable-gnome-hints;
17081 documented configure options --with-gnome*;
17082 small improvements in documentation;
17083 use underscore in version instead of dash that causes rpm problems
17085 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17087 * libs/Makefile.am:
17088 added fvwmrect.h to dist
17090 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17092 * libs/XineramaSupport.c: Disable debug printing.
17094 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17096 * libs/defaults.h (DEFAULT_MENU_STYLE):
17097 reset colour sets in default menu style too
17099 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17103 completed the libstroke-0.5 compatibility fix
17105 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17107 * fvwm/move_resize.c (draw_move_resize_grid):
17108 fixed drawing of resize grid when invoked from button or key press
17110 * fvwm/placement.c (PlaceWindow):
17111 rewrote a condition to improve readability
17112 fixed StartsOn... w/ SkipMapping
17114 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17116 * fvwm/session.c (MatchWinToSM):
17117 (LoadWindowStates):
17118 (SaveWindowStates):
17119 * fvwm/move_resize.c (CMD_Resize):
17120 * fvwm/events.c (HandlePropertyNotify):
17121 (HandleConfigureRequest):
17122 * fvwm/move_resize.c (CMD_ResizeMove):
17125 * fvwm/update.c (apply_window_updates):
17126 * fvwm/add_window.c (AddWindow):
17127 * fvwm/geometry.c (constrain_size):
17128 (gravity_constrain_size):
17129 the Resize command honors the window gravity
17130 changing the size increment of maximized windows no longer shrinks the
17134 keep expanded icon titles on screen
17136 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17138 * fvwm/icons.c (do_all_iconboxes):
17139 default icon box fills the primary screen
17141 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17142 fixed default_screen argument
17144 * fvwm/style.c (merge_styles):
17145 * fvwm/fvwm.h (window_style):
17146 * fvwm/style.h (SSET_START_SCREEN):
17147 * fvwm/add_window.c (setup_window_placement):
17148 * fvwm/placement.c (PlaceWindow):
17150 implemented StartsOnScreen style
17152 * fvwm/placement.c (PlaceWindow):
17158 Place new windows on xinerama screens
17160 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17161 fixed core dump in debug output
17163 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17165 * fvwm/placement.c:
17166 removed unused variable
17168 2001-08-07 olicha <olivier.chapuis@free.fr>
17171 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17173 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17175 * fvwm/virtual.c (CMD_Xinerama):
17176 replaced XineramaEnable and ...Disable with XineramaCommand
17178 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17179 (XineramaSupportGetScreenArgument):
17182 * fvwm/functions.c (func_config):
17183 * fvwm/move_resize.c (move_window_doit):
17185 (CMD_AnimatedMove):
17187 (CMD_MoveToScreen):
17189 added new command MoveToScreen
17191 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17197 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17198 fixed parsing of negative geometries
17199 (XineramaSupportParseGeometryWithScreen):
17201 (XineramaSupportGetNumberedScreenRect):
17204 * sample.fvwmrc/system.fvwm2rc:
17205 * sample.fvwmrc/new-features:
17206 * sample.fvwmrc/system.fvwm2rc-sample-95:
17207 * sample.fvwmrc/system.fvwm2rc-sample-2:
17208 * sample.fvwmrc/system.fvwm2rc-sample-1:
17210 updated for new condition
17212 * fvwm/conditional.c (CreateConditionMask):
17213 (MatchesConditionMask):
17214 * fvwm/fvwm.h (WindowConditionMask):
17215 implemented new condition AcceptsFocus to cope with applications like
17216 xclock that have circulatehit but don't take focus
17218 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17220 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17221 handle Xinerama screens
17223 * fvwm/style.c (CMD_Style):
17224 * fvwm/menus.c (get_menu_options):
17225 cope with Xinerama like geometries with screen info
17227 * fvwm/virtual.c (CMD_XineramaEnable):
17228 XineramaEnable optionally takes the number of the primary screen as its
17231 * fvwm/events.c (GetContext):
17234 * fvwm/virtual.c (HandlePaging):
17235 * fvwm/events.c (HandleButtonPress):
17236 * fvwm/events.h (XEVMASK_PANFW):
17237 fixed button and key event handling over pan frames; fixes bug #752
17239 * fvwm/menus.c (get_menu_options):
17240 fixed Xinerama placement of menus without options
17242 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17249 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17250 In addition to the existing: @0 is shadow color, @1 is hilight color.
17253 Added the formal description of Vector that was absent.
17255 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17258 some man page corrections
17260 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17262 * fvwm/move_resize.c (handle_stick):
17263 also redraw buttons when a window becomes sticky/slippery to make sure
17264 that MWMDecorStick buttons are updated too; fixes bug #749
17266 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17269 documented previous changes
17272 improved output spacing
17277 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17279 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17280 * fvwm/modconf.c (send_xinerama_state):
17281 * fvwm/module_interface.c (broadcast_xinerama_state):
17283 revised module support for Xinerama
17285 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17286 (XineramaSupportParseGeometry):
17287 (XineramaSupportGetGeometry):
17288 make interface compatible with XineramaSupportParseGeometry().
17289 (XineramaSupportGetPrimaryScreen):
17292 * fvwm/stack.c (raise_over_unmanaged):
17293 fixed restacking of windows with RaiseOverUnmanaged - windows were
17294 raised in reverse order so that the top window became the bottom
17295 window of the ones that were raised
17296 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17297 these are invisible
17299 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17301 * sample.fvwmrc/system.fvwm2rc-sample-95:
17302 fixed syntax of BugOpts command
17304 * fvwm/ConfigFvwmDefaults:
17305 resize window when clicking on the sides of the window by default
17306 instead of moving it
17308 * fvwm/events.c (HandleEnterNotify):
17309 do not delete MouseFocus when pointer moves from one particular sub
17310 window of a frame to another one. Helps with xv/xmms vs unclutter
17311 interaction and also with MouseFocus vs. Open Look applications
17313 * fvwm/move_resize.c (DoSnapAttract):
17314 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17315 fixed snapping to Xinerama screen edges
17316 (XineramaSupportIsEnabled):
17317 return False is the X server provides only a single screen
17320 Added descriptions of conditions CurrentDesk, CurrentPage,
17321 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17322 CurrentGlobalPageAnyDesk
17324 * fvwm/fvwm.h (rectangle):
17326 typedefs moved to libs/fvwmlib.h
17328 * fvwm/conditional.c (MatchesConditionMask):
17329 * fvwm/fvwm.h (WindowConditionMask):
17330 * fvwm/conditional.c:
17331 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17332 for Xinerama support
17334 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17335 (send_xinerama_state):
17336 * fvwm/module_interface.c (broadcast_xinerama_state):
17337 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17338 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17339 communicate xinerama state at module startup
17341 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17343 * libs/XineramaSupport.c:
17344 next Xinerama patch
17346 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17348 * fvwm/move_resize.c (moveLoop):
17349 windows were lost off screen w/ non opaque interactive move when motion
17350 was aborted with Escape on a different page that it was started
17352 * fvwm/move_resize.c (position_geometry_window):
17360 * libs/XineramaSupport.c (GetMouseXY):
17361 (XineramaSupportCenterCurrent):
17362 (XineramaSupportGetCurrent00):
17363 (XineramaSupportGetCurrentScrRect):
17364 allow to pass in an event with the pointer position
17365 minimize number of XQueryPointer calls in interactive move/resize
17368 * fvwm/move_resize.c (resize_geometry_window):
17371 border width of geometry window moved to defaults.h
17372 moved strings for size window formatting to defaults.h
17373 reworked calculations of geometry window dimensions
17375 * fvwm/move_resize.c (resize_geometry_window):
17376 (position_geometry_window):
17380 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17381 * fvwm/fvwm.c (main):
17382 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17383 resize_geometry_window and position_geometry_window
17385 * fvwm/fvwm.c (main):
17386 fixed resizing geometry window before creating it
17388 * fvwm/move_resize.c (switch_move_resize_grid):
17390 * fvwm/virtual.c (HandlePaging):
17391 renamed MoveOutline to draw_move_resize_grid and made static
17392 new function switch_move_resize_grid for external calls
17393 delete grid before moving the geometry window to get rid of arifacts of
17396 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17398 * libs/XineramaSupport.c (XineramaSupportInit):
17399 make the blank area in Xinerama emulation usable again
17401 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17403 * fvwm/menus.c (update_menu):
17406 (calculate_item_sizes):
17407 (size_menu_horizontally):
17408 (size_menu_vertically):
17409 menus are resized to fit their Xinerama screen every time they are
17410 popped up and the screen size has changed
17412 2001-07-23 olicha <olivier.chapuis@free.fr>
17414 * libs/XineramaSupport.c (XineramaSupportInit):
17415 Draw the xinerama simulation screens with orr windows
17417 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17419 * fvwm/windowlist.c (CMD_WindowList):
17420 fixed windowlist placement w/ Xinerama
17422 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17424 * fvwm/menus.c (pop_menu_up):
17425 fixed calculations that force a menu on screen w/ Xinerama
17427 * fvwm/move_resize.c (DoSnapAttract):
17428 removed some code that slipped in with xinerama patch and broke
17429 vertical SnapAttraction
17431 * fvwm/virtual.c (CMD_EdgeResistance):
17434 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17435 take reference position src_x/src_y to determine screen
17437 * fvwm/windowlist.c (CMD_WindowList):
17438 * fvwm/menus.c (get_menu_options):
17439 (get_popup_options):
17442 handle Xinerama screens for positioning menus w/ posthints
17444 * fvwm/menus.c (get_menu_options):
17446 fix for icon/window context rectangle when window is in wrong state
17448 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17451 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17452 compiled in; fixed linking by adding -lXinerama; small corrections
17454 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17456 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17458 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17460 * libs/XineramaSupport.c (XineramaSupportInit):
17461 added xinerama emulation for developers
17463 * fvwm/virtual.c (CMD_XineramaEnable):
17464 (CMD_XineramaDisable):
17465 * fvwm/module_interface.c (BroadcastConfigInfoString):
17466 added function to communicate Xinerama on/off to modules
17468 * fvwm/module_interface.c:
17469 include time.h to fix warning
17470 * libs/XineramaSupport.c:
17471 * fvwm/fvwm.c (setVersionInfo):
17472 * fvwm/Makefile.am:
17475 cleanded up xinerama detection
17476 added shape detection
17478 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17481 Added Xinerama introduction
17483 * fvwm/fvwm.c (setVersionInfo):
17484 print xinerama support
17486 * fvwm/conditional.c (CreateConditionMask):
17487 added CirculateHitShaded option for conditional commands that was
17488 described in the man page but not implemented
17490 * fvwm/fvwm.h (WindowConditionMask):
17491 removed unused flags
17493 * fvwm/conditional.c (MatchesConditionMask):
17494 fixed CirculateHitIcon option in conditional commands
17497 reformatted man page source to improve readability
17498 fixed some source formatting bugs
17500 * libs/XineramaSupport.c (GetMouseXY):
17501 don't poll the pointer if there is only one screen or if xinerama is
17505 * fvwm/fvwm.c (main):
17506 removed -noxinerama option
17508 * fvwm/fvwm.c (main):
17509 size window is positioned and sized in move_resize.c
17511 * libs/XineramaSupport.c:
17515 print Xinerama support in configure summary
17518 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17520 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17525 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17526 define missing macros needed for old AIX keysymdef and old stroke.h
17530 remove the previous compilation fixes, now handled by configure
17532 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17534 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17536 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17539 use libstroke-0.5 constant names while still supporting 0.3/0.4
17542 compiling fix for old AIX, which does not define XK_Page_Up/Down
17544 * module_interface.c:
17545 minor compiling fix for some proprietary preprocessors
17547 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17550 use more compatible and structured syntax in SYNOPSIS
17552 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17555 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17556 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17559 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17562 changed version to 2.4.1
17565 small fix that should solve the problem with running autoconf
17566 (autoreconf is ok) from autoconf-2.50;
17567 applied a patch that adds gtk include dirs to gnome include dirs
17569 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17571 * NEWS, configure.in:
17572 changed version to 2.4.0.1
17574 * *: fvwm 2.4 has been released :-))