1 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
2 * libs/Flocale.c (FlocaleEncodeString):
3 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
5 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
6 * fvwm/fvwm.c (StartupStuff):
7 Reset the state of the "Restarting" flag to False when restarting FVWM.
9 * fvwm/events.c (HandleMapRequestKeepRaised):
10 Only run InitialMapCommand when FVWM isn't restarting and all windows
11 have been recaptured. The window is already mapped by the time FVWM is
12 restarting, and running the InitialMapCommand again only serves to
13 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
15 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
19 increased version number to 2.5.29
22 updated for 2.5.28 release
24 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
27 * fvwm/ewmh.c (ewmh_ChangeProperty):
28 only convert _NET_WM_ICON hint to long before storing
30 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
32 * fvwm/builtins.c (CMD_BugOpts):
33 remove unused variables
36 * fvwm/ewmh.c (ewmh_ChangeProperty):
37 fix storing of CARD32 arrays on 64 bit machines
39 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
40 prevent segmentation fault when reading a bad _NET_WM_ICON hint
42 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
43 * fvwm/geometry.c (__cs_handle_aspect_ratio):
44 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
45 otherwise continual loop when resizing windows when keeping aspect
48 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
50 Fix typo in AS_HELP_STRING referring to enable-htmldoc
52 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
55 * fvwm/builtins.c (CMD_BugOpts):
56 Fix parsing of BugOpts options lists separated by ',', and
57 restoring to default value when the boolean option is omitted if
65 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
66 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
67 (is_translit_supported, set_default_iconv_charsets)
68 (set_iconv_charset_index, FiconvUtf8ToCharset):
69 * fvwm/builtins.c (CMD_BugOpts):
70 Add TransliterateUtf8 bug opt for working around clients
71 which don't care about the WM_NAME value.
73 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
76 * fvwm/stack.c (BroadcastRestack):
77 Fix splitting or M_RESTACK packages causing weird window stacking
78 in modules when more than 83 windows are broadcast.
80 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
82 Remove dnl comments from configure.ac regarding malloc.h -- it's
83 self-explanatory anyway.
85 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
87 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
88 never used to produce compiler warnings, but things are starting to become
89 more vocal, so don't use this in our ./configure script if we're compiling
90 FVWM on a *BSD system.
92 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
95 * fvwm/add_window.c (setup_numeric_vals):
96 add "typedef struct snap_attraction_t"
97 * fvwm/style.c (style_parse_one_style_option):
98 add new SnapAttraction options "None", "ScreenWindows",
99 "ScreenIcons" and "ScreenAll"
100 * fvwm/move_resize.c (DoSnapAttract):
101 Bugfix, option SameType/Icons/Windows did falsely not affect
102 conditions of option "Screen" and option "SameType" snapped
103 falsely icons and windows together. Implement options
104 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
105 screen edge snapping.
107 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
108 * fvwm/add_window.c (setup_window_name_count):
109 * fvwm/add_window.c (setup_icon_name_count):
110 Deprecate these in favour of setup_name_count()
112 * fvwm/add_window.c (setup_name_count):
113 Amalgamate setup_window_name_count and setup_icon_name_count to just
114 one function (very similar code between them.) Used with
115 IndexedWindowName and IndexedIconName.
117 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
120 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
122 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
123 (Frptp_async_putline):
124 Fix ANSI C compatibility.
127 * fvwm/ewmh_names.c (EWMH_WMName):
128 set the HAS_EWMH_WM_NAME flag even if the window name on display
131 same for HAS_EWMH_WM_ICON_NAME
133 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
136 fix for segfault with RPlatHost directive in FvwmEvent
137 * libs/Makefile.am (libfvwm_a_SOURCES):
139 add Fplay.h wrapper header for rplay.h
142 fix debian bug #438132
144 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
147 * fvwm/style.c (fw_match_style_id):
148 Fix fvwmstyle resource
150 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
153 * fvwm/events.c (HandleMapRequestKeepRaised):
154 Make sure that a PropertyNotify on the WM_STATE property is always
155 sent out when a window is requested to be moved to the withdrawn
156 state. (Needed by QT)
158 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
160 * sample.fvwmrc/DecorMwm:
161 * sample.fvwmrc/DecorWin95:
162 * sample.fvwmrc/new-features:
163 * sample.fvwmrc/system.fvwm2rc:
164 * sample.fvwmrc/system.fvwm2rc-sample-1:
165 * sample.fvwmrc/system.fvwm2rc-sample-2:
166 * sample.fvwmrc/system.fvwm2rc-sample-95:
167 Use !-negation for styles instead of No...
172 * sample.fvwmrc/system.fvwm2rc-sample-95:
173 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
174 sed -i 's/StayOnTop/StaysOnTop/'
175 According to patches by Manoj Srivastava
177 2009-03-17 Mikhael Goikhman <migo@homemail.com>
182 convert my old code to use var_name and function_name coding style
184 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
188 increased version to 2.5.28
193 updated for 2.5.27 release
195 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
196 * fvwm/bindings.c (print_bindings):
197 Fixed compilation of not having libstroke installed by using ifdefs
200 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
202 * fvwm/bindings.c (print_bindings):
205 * libs/charmap.c (charmap_table_to_string):
206 several memory menagement fixes.
208 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
210 * libs/charmap.c (charmap_table_to_string):
211 Reduce memory management on the stack, by making only those variables
212 to be accessed outside of the function charmap_table_to_string()
213 allocated on the heap instead.
215 * fvwm/bindings.c (print_bindings):
216 b->Action was previously checked whether it was NULL or not before
217 printing its value to STDERR -- however, this caused a segfault when
218 trying to perform strlen() operations internally -- hence don't bother
219 checking if it's NULL. This avoids segfaulting.
221 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
223 * libs/charmap.c (charmap_table_to_string):
225 Introduce charmap_to_string function which is used to build up a
226 binding string, for use with PrintInfo.
228 * fvwm/bindings.c (print_bindings):
229 Introduce print_bindings to print all bindings known to fvwm.
231 * fvwm/builtins.c (CMD_PrintInfo):
233 Add support for "binding" as an option to PrintInfo.
235 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
237 * fvwm/placement.c (__pl_position_get_pos_simple):
238 Force the window on-screen if using PositionPlacement UnderMouse.
240 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
242 * fvwm/events.c (HandleMapRequestKeepRaised):
243 * fvwm/add_window.c (AddWindow):
245 * fvwm/style.c (style_parse_one_style_option):
246 add new style InitialMapCommand
248 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
250 * bin/fvwm-menu-desktop.in:
251 Fix the location prefix for GNOME application files.
253 2008-12-29 Alexandre Julliard <julliard@winehq.org>
255 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
256 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
257 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
258 horizontally maximized.
260 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
263 * fvwm/module_list.c (do_execute_module):
264 * fvwm/fvwm.c (fvmm_deinstall_signals):
265 restore default signal handlers before execl()/execvp()
267 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
269 * fvwm/style.c (fw_match_style_id):
270 Allow for the window's visible name to be considered when matching a
271 style line. It is possible to use $[w.visiblename] as the style name.
272 Whilst the normal name and the visible name are usually the same, in
273 the case of having IndxedWindowName, if a style line matches this as a
274 visible name, apply it first of all.
276 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
279 Add $[w.visiblename] as an expansion parameter.
281 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
283 * fvwm/placement.c (__pl_position_get_pos_simple):
284 position placement honours StartsOnPage
286 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
288 * fvwm/session.c (MatchWinToSM):
289 fixed keeping fullscreen state of windows over a restart; the old code
290 tried to do this through session management and effectively overwrote
291 the responsible ewmh hint; eventually, fvwm thought that the window
292 was fullscreen without actually making it fullscreen
294 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
296 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
297 fixed compiler warning caused by a logic error in previous patch
300 applied png detection fix by Yuri Bushmelev for cross compiliation
302 * fvwm/events.c (__handle_cr_on_client):
303 fixed event merging with auto motion detection
305 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
308 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
309 * fvwm/events.h (events_handle_configure_request):
310 * fvwm/events.c (events_handle_configure_request):
311 (__handle_cr_on_client):
312 (__handle_configure_request):
313 fix handling of _NET_MOVERESIZE_WINDOW
314 (__cr_detect_icccm_move):
315 remove douplicate code
317 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
320 * fvwm/add_window.c (setup_frame_window):
321 fix compilation without XRender
323 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
329 Convert Latin-1 encodings to UTF-8
331 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
335 increased version to 2.5.27
340 updated for 2.5.26 release
342 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
344 * fvwm/ewmh_events.c (ewmh_WMDesktop):
346 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
347 (ewmh_HandleWindowType):
348 (ewmh_AddToKdeSysTray):
349 (ewmh_HandleWindowType):
351 64-bit fix by Alexandre Julliard
353 2008-03-30 Mikhael Goikhman <migo@homemail.com>
356 fix fribidi detection when it uses pkg-config and not fribidi-config
359 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
360 it now uses fribidi-types.h and not fribidi_types.h
362 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
364 * fvwm/events.c (dispatch_event):
365 Fix handling of Shape events.
367 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
369 * fvwm/menus.c (calc_normal_item_height):
370 (calc_more_item_height):
371 (size_menu_vertically):
372 fix calculations so the menu fit on the screen height
374 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
376 * fvwm/menus.c (size_menu_vertically):
377 added paddings at the top and bottom of the menus
379 * fvwm/menustyle.c (parse_vertical_margins_line):
380 new function to parse the VerticalMargins new MenuStyle
383 * fvwm/menustyle.c (menustyle_get_styleopt_index):
384 added the VerticalMargins option to the list
386 * fvwm/menustyle.c (menustyle_parse_style):
387 added default values for the padding, and a case clause
388 for the specific case when you invoke the VerticalMargins
391 * fvwm/menustyle.c (menustyle_copy):
392 added two lines to copy the menu styles from origin to destiny
395 added macros for the vertical padding stuff
397 * fvwm/menustyle.h (struct MenuLook):
398 added sub-structure to hold the VerticalMargins
400 * fvwm/libs/defaults.h:
401 added one define for MAX_MENU_MARGIN
403 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
405 * fvwm/menuitem.c (draw_highlight_background):
406 fixed drawing of background pictures in menu items
408 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
410 * fvwm/add_window.c (setup_frame_window):
411 fix core dump with ARGB detection code
412 fix compilation without XRender
414 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
418 increased version to 2.5.26
423 updated for 2.5.25 release
425 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
427 * fvwm/fvwm.c (main):
428 further condense the X visual selection code
430 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
432 * fvwm/fvwm.c (main):
433 condense the X visual selection code
435 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
437 * fvwm/events.c (register_event_group)
438 (InitEventHandlerJumpTable, dispatch_event):
439 use separate jump tables for events defined by X-extensions
440 to eliminate the need to ovverride the LASTEvent value.
442 * fvwm/module_list.c (module_list_remove):
443 include the case where the module is first in the list in
444 the loop, fixing a segmentaion fault when the list was empty.
446 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
448 * fvwm/add_window.c (setup_frame_window):
449 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
450 add preliminary support for ARGB windows in fvwm (based on
451 Marc Lehman's argb patch)
453 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
455 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
458 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
460 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
461 catch BadGC when updating root transparent window background
463 * libs/XError.c (do_coredump):
464 (ferror_set_temp_error_handler):
465 (ferror_reset_error_handler)
466 (ferror_call_next_error_handler):
469 * libs/XError.c (PrintXErrorAndCoredump):
470 try to dump core the hard way
472 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
474 * fvwm/colorset.c (parse_colorset):
475 check for image != None before calling XDestroyImage
477 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
478 (ewmh_WMStateMaxHoriz):
480 (ewmh_WMStateShaded):
481 (ewmh_WMStateStaysOnTop):
482 (ewmh_WMStateStaysOnBottom):
483 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
485 also ignore the EWMH staysontop and staysonbottom hints if the
486 EWMHIgnoreStackingOrderHints style is used
488 * fvwm/colorset.c (parse_colorset):
489 Fixed a sporadic crash when the root background set by gnome,
490 fvwm-root, esetroot etc. changes and a root transparent colour set
493 * fvwm/colorset.c (parse_colorset):
494 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
495 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
496 * libs/PictureGraphics.c (PGrabXImage)
497 (PGraphicsCreateTranslucent):
498 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
501 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
503 * libs/PictureGraphics.c (PGrabXImage):
504 fixed XImage memory leak
505 (PCreateRenderPixmap):
506 (PCreateDitherPixmap):
507 Properly handle return code of FgetFImage()
509 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
511 * fvwm/events.c (HandleConfigureRequest):
512 (events_handle_configure_request):
515 * fvwm/ewmh_events.c (ewmh_RestackWindow):
516 (ewmh_MoveResizeWindow):
517 fixed crash when moving/resizing/restacking unmanaged windows through
520 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
522 * fvwm/events.c (HandleMapRequestKeepRaised):
523 fixed compiler warning
525 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
527 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
528 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
530 Fixed the determination of the X charset on UTF-8 system
532 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
534 * fvwm/placement.c (__pl_minoverlap_get_next_x):
535 do not add screen offset to window position
537 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
540 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
543 Some html documentation files were not installed.
545 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
547 * fvwm/style.c (style_parse_one_style_option):
548 fixed parsing of screen argument of the SnapAttraction Style
550 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
552 * fvwm/move_resize.c (DoSnapAttract):
553 Use edge move resistance, and not delay for top edge when moving
556 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
559 * fvwm/events.c (HandleMapRequestKeepRaised)
560 (test_withdraw_request):
561 Don't map windows that request to be moved back to WithdrawnState
562 by the ICCCM2 method before they have been mapped. (Fixes bug with
563 disappearing windows.)
565 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
569 increased version to 2.5.25
573 updated for 2.5.24 release
575 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
577 * fvwm/menus.c (__mloop_exit):
578 * fvwm/menubindings.c (parse_menu_action):
580 reindented and cleaned up some code
582 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
584 * fvwm/update.c (apply_window_updates):
585 * fvwm/add_window.c (setup_style_and_decor):
586 (setup_numeric_vals):
590 * fvwm/events.c (HandleEnterNotify):
591 * fvwm/fvwm.c (InitVariables):
593 * fvwm/session.c (SaveGlobalState):
595 * fvwm/move_resize.c (DoSnapAttract):
598 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
599 They have been replaced by the styles EdgeMoveResistance,
600 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
602 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
606 use AS_HELP_STRING to format the configure options help strings
608 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
610 * fvwm/conditional.c:
613 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
615 * fvwm/ConfigFvwmDefaults:
616 restore default action of closing menus for menu titles
618 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
620 * libs/FScreen.c (FindScreenOfXY):
621 * fvwm/move_resize.c (GetMoveArguments):
622 fixed the "screen w" argument of the Move and other commands
624 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
626 * fvwm/virtual.c (HandlePaging):
627 don't modify *xl and *yt unless we we really page
629 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
631 * fvwm/module_list.h:
632 * fvwm/module_list.c:
635 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
639 increased version to 2.5.24
643 updated for 2.5.23 release
645 * libs/Flocale.c (FlocaleEncodeString):
646 removed previous warning fix
648 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
652 Added new style option: StartShaded.
654 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
656 * libs/Flocale.c (FlocaleEncodeString):
659 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
664 removed old fvwm manpage
666 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
670 increased version to 2.5.23
674 fix the date for 2.5.22 release
676 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
678 * fvwm/windowlist.c (CMD_WindowList):
679 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
682 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
686 use "test ! ... = ..." instead of "test ... != ..."
688 * fvwm/builtins.c (CMD_PropertyChange):
689 fixed completely broken parsing of PropertyChange arguments
691 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
695 updated for 2.5.22 release
697 * fvwm/builtins.c (CMD_PropertyChange):
698 * libs/Flocale.c (FlocaleGetFftFont):
701 (FlocaleGetFontOrFontSet):
704 fix compiler warnings
706 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
709 fixed command table parsing
711 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
713 * fvwm/module_list.c (module_kill):
714 (executeModuleDesperate):
715 (module_list_itr_init):
718 * fvwm/events.c (My_XNextEvent):
719 * fvwm/module_list.c (module_alloc):
721 * fvwm/module_list.h (fmodule):
724 restored *not* useless is_cmdline_module stuff
727 add constants for command group tagging
729 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
734 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
737 check for sed, perl and tbl, needed to build documentation
739 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
741 * libs/System.c (fvwm_mkstemp):
742 use constants from libs/fvwm_sys_stat.h
744 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
746 * fvwm/module_list.c (do_execute_module):
747 fixed possible crash when fork fails
749 * fvwm/module_list.c (module_list_remove):
750 now returns the removed fmodule*, or NULL if unsuccessful
751 removed error message when removing a not listed module (it's normal)
753 * fvwm/module_list.c (module_kill):
754 module is inserted in death_row only if it is successfuly removed from
755 module_list (fixes crash when module is killed more than once)
757 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
759 * fvwm/events.c (My_XNextEvent):
760 fixed hang with startup modules
762 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
764 * fvwm/conditional.c (FreeConditionMask):
765 fixed crash with inverted name condition
770 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
776 * sample.fvwmrc/system.fvwm2rc-sample-95:
777 * sample.fvwmrc/system.fvwm2rc:
778 * sample.fvwmrc/system.fvwm2rc-sample-2:
779 * libs/Picture.c (PicturePrintImageCache):
781 * libs/FGettext.c (FGettextPrintLocalePath):
784 * libs/PictureUtils.c (PictureAllocColorTable)
785 (PicturePrintColorInfo):
790 * libs/Ficonv.c (convert_charsets):
791 (FiconvSetupConversion):
792 * fvwm/decorations.c:
795 * fvwm/add_window.c (setup_window_font):
799 * fvwm/conditional.c:
800 * fvwm/fvwm.c (SetRCDefaults):
802 * fvwm/ewmh_events.c:
805 * fvwm/menustyle.c (menustyle_parse_style):
807 * fvwm/ewmh.c (EWMH_Init):
808 * libs/Flocale.c (FlocaleParseShadow):
811 (FlocalePrintLocaleInfo):
812 * fvwm/misc.c (fvwm_msg):
815 write fvwm in lower case
818 fixed build without GNU make
820 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
822 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
823 fixed buffer overflow
825 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
827 * fvwm/module_list.h (fmodule_list_itr):
828 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
829 replace iterator struct by typedef
831 * fvwm/module_list.c (module_list_destroy):
834 new function to remove dup code
836 * fvwm/module_list.c (module_kill):
837 changed to move the module to the deathrow list
839 * fvwm/module_list.h (fmodule):
840 * fvwm/module_list.c (module_alloc):
841 (module_list_remove):
843 removed is_removed logic
845 * fvwm/module_list.c (module_safefree):
848 * fvwm/events.c (My_XNextEvent):
849 remove old "#if 0" code
851 * fvwm/module_list.c (module_kill):
854 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
856 * fvwm/module_list.h (fmodule_list_itr):
857 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
858 don't store current pointer in module list iterators.
861 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
863 * fvwm/events.c (My_XNextEvent):
864 * fvwm/module_list.c (KillModuleByName):
865 (FlushAllMessageQueues):
866 * fvwm/module_interface.c (BroadcastPacket):
867 (BroadcastNewPacket):
869 (BroadcastFvwmPicture):
871 (BroadcastProperyChange):
872 (BroadcastConfigInfoString):
874 * fvwm/modconf.c (ModuleConfig):
875 * fvwm/stack.c (BroadcastRestack):
876 replaced module_get_next by module list iterator mechanism
878 * fvwm/module_list.h:
879 * fvwm/module_list.c (module_get_next):
882 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
884 * fvwm/module_list.h:
885 * fvwm/module_list.c (fmodule):
891 (FlushAllMessageQueues):
893 * fvwm/module_interface.c (BroadcastPacket):
894 (BroadcastNewPacket):
896 (BroadcastFvwmPicture):
898 (BroadcastProperyChange):
899 (BroadcastConfigInfoString):
901 * fvwm/event.c (My_XNextEvent):
902 * fvwm/stack.c (BroadcastRestack):
903 * fvwm/modconf.c (ModuleConfig):
904 changed to work with generic list container
906 * fvwm/module_list.c (module_insert):
907 (module_list_insert):
909 (module_list_remove):
912 renamed as list handling functions
914 * fvwm/events.c (My_XNextEvent):
915 * fvwm/module_list.h:
916 * fvwm/module_list.c (module_alloc):
918 removed useless is_cmdline_module stuff
920 * fvwm/module_list.h:
921 * fvwm/module_list.c (module_list_insert):
922 (module_list_remove):
924 new fmodule_list object representing a module list.
925 changed the module lists to the new object.
926 changed list functions to use the list object instead of the
927 fmodule_store pointer.
929 * fvwm/events.c (My_XNextEvent):
930 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
932 * fvwm/module_list.h (fmodule_list_itr):
933 * fvwm/module_list.c (fmodule_list_itr_init):
934 (fmodule_list_itr_next):
935 created a smart (safe) iterator mechanism to replace the
936 module_get_next function
938 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
942 added empty functions to replace CMD_Dummy
945 use subordinate Makefile.ams instead of iuncluding files from other
949 removed FVWMNAMEUCASE
954 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
955 force --enable-htmldoc on "make distcheck"
957 * fvwm/events.c (HandleEnterNotify):
959 properly generate enter_window and leave_window events for FvwmEvent
961 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
963 * fvwm/move_resize.c (GetOnePositionArgument):
965 (ParsePositionArgumentSuffix):
968 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
970 * fvwm/move_resize.c (GetOnePositionArgument):
971 fixed position calculation with the "w" prefix (move w-1 w-1).
972 (GetOnePositionArgument):
975 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
977 * fvwm/menus.c (__copy_down, __check_for_delimiter)
979 reduce indentation level
980 add comment to explain why suppressing the warning is right
982 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
984 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
985 fixed using uninitialized variable
987 * fvwm/menus.c (scanForStrings):
988 suppress compiler warning for now
990 * fvwm/move_resize.c (resize_move_window):
991 (AnimatedMoveAnyWindow):
995 * fvwm/module_interface.c (__get_allowed_actions):
996 * fvwm/menuitem.c (menuitem_paint):
997 * fvwm/icons.c (CMD_Iconify):
998 * fvwm/gnome.c (GNOME_SetHints):
999 * fvwm/ewmh.c (ewmh_AllowsClose):
1001 (ewmh_AllowsFullScreen):
1002 (ewmh_AllowsMinimize)
1003 (ewmh_AllowsMaximize):
1007 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1008 (ewmh_MoveResizeWindow):
1011 (ewmh_WMStateHidden):
1012 * fvwm/events.c (__handle_cr_on_client):
1013 * fvwm/decorations.c (__is_resize_allowed):
1014 (is_function_allowed):
1015 * fvwm/conditional.c (MatchesConditionMask):
1016 * fvwm/builtins.c (CMD_Delete):
1017 * fvwm/add_window.c (AddWindow):
1018 is_function allowed now differentiates between US program actions and
1019 actions initiated by interaction between fvwm and the user
1021 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1023 * fvwm/menus.c (__scan_for_pixmap):
1024 fixed compiler warning
1026 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1027 (ewmh_RestackWindow):
1028 honor FixedSize/FixedPosition styles in EWMH messages too
1030 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1032 * fvwm/fvwm.c (setVersionInfo):
1033 add XCursor support to version output
1035 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1036 (SCTX_GET_MR, string_context_type_t, string_context_t)
1037 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1038 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1039 reimplement pixmap and color scanning for menus to better handle
1042 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1045 don't install fvwm.1
1047 * fvwm/events.c (My_XNextEvent):
1048 remove unused varaible
1050 * fvwm/events.c (My_XNextEvent):
1051 * fvwm/module_list.h:
1052 * fvwm/module_list.c (module_store, module_alloc)
1053 (module_kill_all, module_safefree, module_remove)
1054 (do_execute_module, module_kill, module_cleanup, module_get_next)
1055 (FlushMessageQueue):
1056 Don't free module stuctures during module I/O. (Fixes segfault.)
1058 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1062 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1063 Someone missed to add extra conditions when changing from
1066 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1069 fixed liXcursor detection
1071 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1075 * fvwm/menus.c (scanForPixmap):
1076 made it possible to escape '*' '%' '@' in filenames
1078 * libs/PictureImageLoader.c (PImageLoadSvg):
1079 added transposing and none uniform scaling to svg options
1081 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1083 * libs/PictureImageLoader.c:
1085 (PImageLoadCursorFromFile):
1086 fixed compilation without xpm library
1088 fixed compiler warning without png library
1090 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1093 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1094 fix compilation without xpm library
1096 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1101 * libs/PictureImageLoader.c:
1103 (PImageLoadCursorFromFile):
1104 fixed compilation without xpm library
1106 fixed compiler warning without png library
1108 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1110 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1111 * fvwm/cursor.c (CMD_CursorStyle):
1112 fixed compiler warning
1114 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1116 * fvwm/cursor.c (CMD_CursorStyle):
1117 fix CursorStyle command parsing
1119 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1121 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1122 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1123 * libs/PictureImageLoader.c (PImageLoadSvg):
1125 (PImageCreatePixmapFromArgbData):
1126 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1127 (PImageCreatePixmapFromFImage):
1130 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1132 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1133 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1134 * libs/PictureImageLoader.c (PImageLoadSvg):
1136 (PImageCreatePixmapFromArgbData):
1137 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1138 (PImageCreatePixmapFromFImage):
1141 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1148 added libXcursor detection
1150 * fvwm/Makefile.am (LDADD):
1158 * libs/Makefile.am (libfvwm_a_SOURCES):
1161 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1162 added Xcursor support
1164 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1170 added defs for FxpmInfo and FxpmFreeXpmInfo
1172 * libs/PictureBase.h (FvwmPictureAttributes):
1173 * libs/PictureImageLoader.c
1174 (PImageCreatePixmapFromArgbData):
1175 (PImageLoadPixmapFromFile):
1176 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1177 (PImageLoadCursorPixmapFromFile):
1178 (PImageLoadCursorFromFile):
1179 * libs/PictureImageLoader.h:
1180 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1181 replaced by the new general PImageLoadCursorFromFile()
1183 * fvwm/cursor.c (CMD_CursorStyle):
1184 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1185 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1187 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1189 * libs/PictureImageLoader.c
1193 now returns argb data instead of pixmaps
1194 (PImageLoadPixmapFromFile):
1195 (PImageLoadArgbDataFromFile):
1196 moved first half of PImageLoadPixmapFromFile() into
1197 the new local function PImageLoadArgbDataFromFile()
1199 removed function, code moved into PImageLoadPixmapFromFile()
1201 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1203 * libs/PictureImageLoader.c (PImageLoadXpm):
1204 revised to make use of PImageCreatePixmapFromArgbData()
1206 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1208 * fvwm/colorset.c (parse_shape):
1209 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1210 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1211 * libs/PictureImageLoader.c
1214 (PImageCreatePixmapFromArgbData):
1215 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1216 or translucent (0 < any alpha < 0xff) images.
1218 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1220 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1221 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1222 * libs/PictureImageLoader.c (PImageLoadSvg):
1224 (PImageCreatePixmapFromArgbData):
1225 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1226 (PImageCreatePixmapFromFImage):
1229 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1231 * fvwm/functions.c (CMD_EchoFuncDefinition):
1232 * fvwm/functable.c (func_table):
1234 new command EchoFuncDefinition
1236 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1239 * fvwm/conditional.c (CreateConditionMask):
1240 bugfix: Condition separation previously failed when a
1241 single comma (no whitespace padding) was used directly
1242 after a multi-worded condition.
1244 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1246 * fvwm/module_list.c (module_kill):
1247 fix possible core dump when using startup modules
1249 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1252 * fvwm/builtins.c (CMD_PrintInfo):
1253 * libs/Picture.h (PicturePrintImageCache):
1254 * libs/Picture.c (PicturePrintImageCache):
1255 add ImageCache subject to PrintInfo command
1257 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1260 * fvwm/events.c (My_XNextEvent):
1261 fix crash when a module closes down during input/output.
1263 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1265 * fvwm/icons.c (ChangeIconPixmap):
1268 * fvwm/focus.c (warp_to_fvwm_window):
1269 * fvwm/events.c (__handle_cr_restack):
1270 (__handle_bpress_on_managed):
1271 (HandlePropertyNotify):
1273 * fvwm/stack.c (__restack_window):
1274 (__raise_lower_recursion):
1275 (__raise_or_lower_window):
1276 (raise_or_lower_window):
1277 (position_new_window_in_stack_ring):
1281 (HandleUnusualStackmodes):
1284 (CMD_RestackTransients):
1286 do raise hacks even when the internal stack is intact, unless on a
1289 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1291 * fvwm/style.c (check_window_style_change)
1292 (style_parse_one_style_option):
1294 * fvwm/fvwm.h (window_style):
1295 * fvwm/add_window.c (setup_frame_size_limits):
1296 * fvwm/geometry.c (constrain_size):
1297 new style MinWindowSize
1299 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1302 added missing prototypes
1304 * libs/safemalloc.c:
1311 * libs/Event.c (GetSubwindowFromEvent):
1313 * libs/ColorUtils.c:
1314 include corresponding header files
1316 * libs/PictureBase.c:
1317 * libs/FlocaleCharset.c:
1321 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1323 * configure.ac (HAVE_GNU_READLINE):
1324 detect full GNU readline API (vs BSD libedit readline compatibility
1327 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1329 * fvwm/windowlist.c (CMD_WindowList):
1332 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1333 "UseSkipList" & "OnlySkipList".
1335 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1338 * fvwm/add_window.c (validate_transientfor):
1339 detect and disallow circular transient-for hints
1341 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1344 s/UseListSkip/UseSkipList/g etc.
1346 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1348 * fvwm/menus.c (size_menu_vertically):
1349 added localization of the "More&..." string
1351 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1353 * libs/PictureBase.c (PictureFindImageFile):
1354 fix for segfault with svg-support enabled
1356 * INSTALL.fvwm (http):
1357 * configure.ac (png_CFLAGS):
1358 raise librsvg dependeny due to bug with 2.13.91
1360 * fvwm/cursor.c (CMD_CursorStyle):
1361 remove unused static variable nocursor
1363 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1368 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1371 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1372 bugfix: out-of-tree builds failed due to broken dependency.
1373 Make man page have same header as old one.
1374 Fix man page indentation.
1375 Make text of top-level man page sections all uppercase.
1376 Added --disable-mandoc option.
1377 HTML doc generation is off by default: use --enable-htmldoc.
1378 Added more info in doc/README about XML commands to use.
1380 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1383 * Everything in the 'doc' subdirectory.
1385 XML source to generate man page & HTML documentation.
1387 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1390 * fvwm/colorset.c (parse_colorset):
1391 don't recompute sh, hi and fgsh if they were supplied in a previous
1392 colorset line. Fixes bug #3359.
1394 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1396 * fvwm/move_resize.c (DoSnapAttract):
1397 handle SnapGrid before SnapAttraction so that non-overlapping windows
1398 do not snap edge to edge:
1405 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1407 * fvwm/style.c (parse_and_set_window_style)
1408 (style_parse_one_style_option):
1409 don't warn about PositionPlacement arguments
1411 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1415 enties for ChangeWindowTitle patch by Julio Teca.
1417 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1419 * fvwm/fvwm.c (main):
1420 fixed ROOT CursorStyle context
1422 * fvwm/placement.c (__pl_manual_get_pos_simple):
1423 * fvwm/move_resize.h:
1424 * fvwm/move_resize.c (__move_loop):
1426 fixed long broken POSITION CursorStyle context
1428 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1430 * fvwm/bindings.c (ParseBinding):
1431 fix buffer overrun with >78 character window names.
1433 * fvwm/fvwm.1.in (PositionPlacement):
1436 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1437 * fvwm/style.c (style_parse_one_style_option):
1438 change BorderWidth and HandleWidth style to revert to default if no
1441 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1443 * fvwm/fvwm.h (style_flags):
1444 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1445 (__place_get_wm_pos):
1446 (__place_window, __explain_placement):
1447 * fvwm/style.c (style_parse_one_style_option):
1449 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1450 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1451 (DEFAULT_PLACEMENT_POSITION_STRING):
1454 * fvwm/move_resize.c (GetOnePositionArgument):
1455 added 'w' suffix to Move arguments
1456 allow multiple shifts from original position
1458 * fvwm/style.c (style_parse_one_style_option):
1461 * fvwm/placement.c (setup_window_placement)
1462 (__place_get_placement_flags):
1463 (__place_get_wm_pos):
1464 (__place_get_nowm_pos):
1466 (__place_handle_x_resources):
1467 (setup_window_placement):
1468 * fvwm/fvwm.h (PLACE_CENTER):
1470 replaced CenterPlacement with more flexibe PositionPlacement
1472 * fvwm/move_resize.c (GetMoveArguments):
1473 (GetResizeArguments):
1474 (GetResizeMoveArguments):
1476 * fvwm/move_resize.h:
1477 exported and enhanced function GetMoveArguments for use by placement
1480 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1482 * fvwm/ConfigFvwmDefaults:
1483 reenable MenuScroll on titles
1485 * fvwm/menubindings.c (menu_shortcuts):
1486 don't scroll menus if scrolling would be in the wrong direction
1488 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1490 * fvwm/move_resize.c (__resize_window):
1491 some resizing/gravity fixes
1492 properly handle maximized + shaded state when resizing
1495 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1497 * fvwm/move_resize.c (__resize_window):
1498 resizing of shaded windows work better.
1500 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1502 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1503 clarified previous patch
1505 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1506 documented '-' command prefix
1508 * fvwm/expand.c (__eae_parse_range):
1509 fix $[n-] and $[*] after unsigned int havoc
1511 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1514 * fvwm/ConfigFvwmMenuDefaults:
1516 * fvwm/ConfigFvwmDefaults:
1517 * fvwm/ConfigFvwmMenuDefaults:
1518 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1520 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1522 * fvwm/ConfigFvwmMenuDefaults:
1523 * fvwm/fvwm.c (SetRCDefaults):
1524 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1525 apply to menu item context.
1527 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1529 * fvwm/placement.c (placement_loop):
1530 (__pl_minoverlap_get_avoidance_penalty):
1531 (__pl_smart_get_first_pos):
1532 (__pl_smart_get_next_pos):
1533 (__pl_smart_test_window):
1534 (__pl_smart_get_pos_penalty):
1535 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1536 now less than ten lines of code.
1538 * fvwm/add_window.c (setup_placement_penalty):
1539 * fvwm/style.c (style_parse_one_style_option):
1540 allow to reset the placement penalties with !
1543 * fvwm/add_window.c (setup_placement_penalty):
1546 * fvwm/style.c (style_parse_one_style_option):
1547 put placement penalty array in a struct
1549 * fvwm/placement.c (__place_get_wm_pos):
1550 (__pl_clever_get_next_x):
1551 (__pl_clever_get_next_y):
1552 (__pl_clever_get_first_pos):
1553 (__pl_clever_get_next_pos):
1554 (__pl_clever_get_avoidance_penalty):
1555 (__pl_clever_get_pos_penalty):
1556 (__pl_minoverlap_get_next_x):
1557 (__pl_minoverlap_get_next_y):
1558 (__pl_minoverlap_get_first_pos):
1559 (__pl_minoverlap_get_next_pos):
1560 (__pl_minoverlap_get_avoidance_penalty):
1561 (__pl_minoverlap_get_pos_penalty):
1562 renamed ...clever... functions to ...minoverlap...
1565 * fvwm/decorations.c:
1566 * fvwm/menubindings.c:
1567 * fvwm/module_interface.c:
1568 * fvwm/module_list.c:
1570 * fvwm/module_list.h:
1572 * fvwm/module_interface.h:
1574 dont include "libs" in include path
1577 #includes from fvwm path with "..." not <...>
1580 #includes from library path with "..." not <...>
1582 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1587 documented new svg support
1590 added librsvg detection
1592 * fvwm/Makefile.am (LDADD, INCLUDES):
1593 added rsvg_LIBS, rsvg_CFLAGS
1595 * fvwm/expand.c (expand_vars_extended):
1596 new extended variables
1597 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1599 * fvwm/fvwm.1.in (OPTIONS):
1601 documented new svg support
1602 (COMMAND EXPANSION):
1603 documented new extended variables
1605 * fvwm/fvwm.c (setVersionInfo):
1607 added Frsvg_init() call
1612 * libs/Makefile.am (libfvwm_a_SOURCES):
1617 * libs/Picture.c (PCacheFvwmPicture):
1618 hid svgopts from isFileStampChanged()
1620 * libs/PictureBase.c (PictureFindImageFile):
1621 hid svgopts from searchPath()
1623 * libs/PictureBase.h:
1625 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1626 hid svgopts from setFileStamp()
1628 new svg image loader
1630 * libs/fvwmlib.c (flib_init_graphics):
1631 added Frsvg_init() call
1633 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1636 * fvwm/stack.c (__is_restack_needed)
1637 (is_transient_subtree_straight):
1639 fix crash when trying to restack destroyed window
1641 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1643 * libs/Makefile.am (libfvwm_a_SOURCES):
1646 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1647 * fvwm/menus.c (move_any_menu)
1648 set menu backgrounds before moving. Makes transparent menus move
1651 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1652 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1653 add update_transparent_menu_bg to allow set of transparent menu
1654 background before a move, and change repaint_transparent_menu to
1655 allow for not setting the menu background.
1657 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1658 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1659 transparent colorsets)
1660 (CreateOffsetBackgroundPixmap):
1661 use offset also for non transparent backgrounds.
1663 * fvwm/menubindings.c (menu_shortcuts):
1664 don't move menus on scroll if they don't move
1666 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1671 * fvwm/decorations.c:
1673 * fvwm/ewmh_events.c:
1674 * fvwm/ewmh_icons.c:
1679 * fvwm/menubindings.c:
1684 * fvwm/module_interface.c:
1685 * fvwm/module_list.c:
1688 * fvwm/windowlist.c:
1689 * fvwm/windowshade.c:
1694 * fvwm/conditional.c:
1701 * fvwm/add_window.c:
1703 * fvwm/move_resize.c:
1712 * fvwm/execcontext.c:
1714 * libs/CombineChars.c:
1722 * libs/FlocaleCharset.c:
1726 * libs/safemalloc.c:
1732 * libs/ColorUtils.c:
1734 * libs/PictureImageLoader.c:
1735 * libs/PictureGraphics.c:
1738 * libs/PictureUtils.c:
1740 * libs/PictureBase.c:
1741 use new header files
1747 * libs/ColorUtils.h:
1748 * libs/PictureBase.h:
1755 * libs/Makefile.am (libfvwm_a_SOURCES):
1756 moved declarations from fvwmlib.h to new/appropriate header files
1761 * fvwm/menus.c (paint_side_pic):
1762 fixed previous patch
1765 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1767 * fvwm/menus.c (paint_side_pic):
1770 * fvwm/menus.c (paint_side_pic):
1771 use simple expose information to redraw sidepics less.
1773 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1775 * fvwm/geometry.c (constrain_size):
1776 silence gcc 4.1.1 warning.
1778 * libs/System.c (searchPath):
1779 search in pwd if no path is given.
1780 return NULL if a file dosn't exist regardless if it's absolute path
1782 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1784 * fvwm/placement.c (__place_window)
1785 (__pl_under_mouse_get_pos_simple):
1786 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1788 new style option UnderMousePlacementHonorsStartsOnPage
1790 * fvwm/update.c (init_style):
1791 don't forget stickyness when a window goes fullscreen (or when some
1792 other style is changed)
1794 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1796 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1797 properly handle title direction with cascade placement
1799 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1802 * fvwm/placement.c (__pl_center_get_pos_simple):
1803 CenterPlacement properly handles Xinerama screens
1805 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1808 always substiture datarootdir
1810 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1812 * fvwm/add_window.c (GetWindowSizeHints):
1813 * fvwm/geometry.c (constrain_size):
1814 undefine macros after use
1816 reindented and cleaned up
1817 do not grow a window because of aspect ratio if this is not explicitly
1818 allowed by the CS_ROUND_UP flag
1820 (__cs_handle_aspect_ratio):
1821 broken into separate functions and cleaned up
1823 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1825 * fvwm/module_list.c (module_receive):
1826 (module_input_discard):
1827 allocate input data in just one call - better perfomance
1829 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1831 * fvwm/placement.c (__place_get_wm_pos):
1832 simplified to a simple loop
1833 (__explain_placement):
1834 added explanation of new placement styles
1836 * fvwm/placement.c (__place_get_wm_pos):
1838 (__pl_center_get_pos_simple):
1839 (__pl_under_mouse_get_pos_simple):
1840 (__pl_cascade_get_pos_simple):
1841 (__pl_manual_get_pos_simple):
1842 (__place_get_wm_pos):
1843 use new placement interface for CenterPlacement, UnderMousePlacement,
1844 ManualPlacement, CascadePlacement
1846 * fvwm/placement.c (__sp_get_first_pos):
1847 (__sp_get_next_pos):
1848 (__sp_get_pos_penalty):
1849 (__place_get_wm_pos):
1850 use new placement interface for SmartPlacement
1855 don't use inline functions
1858 renamed function and generalized the placement interface to deal with
1859 any algorithm in the same way
1860 (__place_get_wm_pos):
1861 use new placement interface
1865 increased version to 2.5.22
1869 updated for 2.5.21 release
1871 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1873 * fvwm/read.h: Compile syntax error fix.
1875 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1877 * fvwm/placement.c (SmartPlacement):
1878 fixed broken SmartPlacement
1880 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1882 * fvwm/expand.c (expand_vars_extended):
1883 free allocated icon path
1885 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1893 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1896 * fvwm/fvwm.1.in (Scroll):
1897 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1898 add interactive scrolling.
1900 * fvwm/stack.c (is_transient_subtree_straight):
1901 check first above the tree root, then beneth it.
1903 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1905 * fvwm/module_interface.h
1906 * fvwm/module_interface.c (module_input_enqueue):
1907 (module_input_execute):
1908 new functions based on AddToCommandQueue and ExecuteModuleCommand
1910 * fvwm/module_list.c (CMD_ModuleSynchronous):
1912 * fvwm/events.c (My_XNextEvent):
1913 * fvwm/module_interface.c (ExecuteCommandQueue):
1914 using the above two new functions instead of AddToCommandQueue and
1915 ExecuteModuleCommand
1917 * fvwm/module_interface.c (cqueue_object_type):
1920 * fvwm/module_interface.h
1921 * fvwm/module_interface.c (AddToCommandQueue):
1922 (ExecuteModuleCommand):
1925 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1927 * fvwm/fvwm.h (window_style):
1928 * fvwm/style.c (style_parse_one_style_option):
1929 icon background relief and icon title relief changed to sigend char;
1930 should fix problem with ppc and negative values for these.
1932 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
1934 * fvwm/module_list.h:
1935 * fvwm/module_list.c (module_receive):
1936 (module_input_discard):
1937 (module_input_expect):
1938 new functions to deal with module input
1940 * fvwm/module_list.h:
1941 * fvwm/module_list.c (HandleModuleInput):
1942 replaced by the above three functions
1944 * fvwm/events.c (My_XNextEvent):
1945 * fvwm/module_list.c (CMD_ModuleSynchronous):
1947 adapted to use the above three functions instead of HandleModuleInput
1949 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1951 * configure.ac (HAVE_PNG):
1952 don't mangle png_LIBS, use --with-png-library
1954 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1957 removed news about previous change after move of version-2_5_20 tag
1958 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1961 * fvwm/stack.c (__restack_window):
1962 fix so new transient windows with StackTransientParent on top layer
1963 don't make all windows raise above the pan frames.
1967 increased version to 2.5.21
1971 updated for 2.5.20 release
1973 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
1975 * fvwm/fvwm.c (main):
1976 remove the call to module_init_list, the list head is instead set
1977 to NULL upon declaration
1979 * fvwm/module_list.h:
1980 * fvwm/module_list.c (module_init_list):
1983 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1985 * fvwm/stack.c (is_transient_subtree_straight)
1986 (is_transient_subtree_stack_straight):
1987 use <= 32 character function name
1988 (mark_transient_subtree, is_transient_subtree_straight)
1989 (__mark_transient_subtree_test):
1990 move common tests to function to avoid code duplication
1992 * fvwm/fvwm.1.in (IconifyWindowGroups):
1993 Correctly document that windows are iconified together if the are in
1994 the same window group, not if the group leader is iconified.
1996 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1998 * fvwm/add_window.c (GetWindowSizeHints):
1999 * libs/vpacket.h (ConfigWinPacket):
2000 * fvwm/module_interface.c (CONFIGARGS):
2001 * fvwm/fvwm.h (FvwmWindow):
2002 add orig_hints_width_inc and orig_hints_height_inc values to store the
2003 original resize inc for use in FvwmIdent
2006 * fvwm/style.c (style_parse_one_style_option):
2007 deprecated some "No..." styles
2008 (style_parse_one_style_option):
2009 add a NoResizeHintOverride style
2011 * fvwm/add_window.c (GetWindowSizeHints):
2012 only ignore the min_width/min_height/max_width/max_height with the
2013 ResizeHintOverride style
2015 * fvwm/icons.c (DeIconify):
2016 corrected previous fix
2018 * fvwm/placement.c (CleverPlacement):
2020 (__place_get_wm_pos):
2021 (__place_get_nowm_pos):
2023 fixed smart placement
2024 unified placement func interface
2026 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2029 * fvwm/icons.c (DeIconify):
2032 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2033 fix detection of non needed lower operations
2035 BroadcastRestack to modules even if non is done. (To cancel effect of
2036 already sent M_RAISE/M_LOWER)
2037 don't do raise hacks if no restack was done.
2039 * fvwm/fvwm.h (FvwmWindow):
2040 icon_nalloc_pixels is int instead of unsined int
2042 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2043 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2044 use int instead of unsigned int.
2046 * fvwm/menugeometry.c (menu_get_geometry)
2047 (menu_get_outer_geometry):
2048 * fvwm/focus.c (CMD_WarpToWindow):
2049 * fvwm/geometry.c (get_title_button_geometry):
2050 * fvwm/session.c (SaveWindowStates):
2051 * fvwm/conditional.c (CMD_WindowId):
2052 * fvwm/placement.c (__place_get_wm_pos):
2053 * fvwm/frame.c (frame_create_move_resize_args):
2054 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2055 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2056 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2057 * fvwm/style.c (style_parse_icon_box_style):
2058 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2059 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2061 * fvwm/events.c (HandlePropertyNotify)
2062 (__is_bpress_window_handled):
2063 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2065 fix geometry signed pointer warnings
2067 * libs/Graphics.c (CalculateGradientDimensions):
2068 cast pointer to unsigned int*
2070 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2071 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2072 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2073 change unsigned int* parameter to int*. It get's info stored in an
2074 unsigned short, so it should be OK.
2078 JunkMask is unsigned
2080 * fvwm/stack.c (__mark_group_member)
2081 (is_transient_subtree_stacked_straight, __is_restack_needed)
2082 (__restack_window, mark_transient_subtree):
2083 don't raise or lower windows if they are already at the right place.
2085 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2087 * fvwm/module_interface.c (struct cqueue_object_type):
2088 * fvwm/module_list.h (struct fmodule_input):
2089 reused cqueue_object_type as a struct to store module input data
2090 renamed it to fmodule_input and moved it to module_list.h
2091 typedef'ed it to cqueue_object_type in module_interface.c
2093 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2095 * fvwm/placement.c (__cp_get_next_x):
2097 (__cp_get_first_pos):
2098 (__cp_get_next_pos):
2099 (__cp_get_avoidance_penalty):
2102 restructured and cleaned up CleverPlacement code
2104 * fvwm/style.c (style_parse_icon_box_style):
2105 * fvwm/virtual.c (HandlePaging):
2106 * fvwm/stack.c (verify_stack_ring_consistency):
2107 (ResyncFvwmStackRing):
2109 * fvwm/read.c (cursor_control):
2110 * fvwm/placement.c (__place_get_wm_pos):
2111 * fvwm/move_resize.c (GetMoveArguments):
2112 (ParseOneResizeArgument):
2113 (GetResizeArguments):
2114 (GetResizeMoveArguments):
2115 (resize_move_window):
2116 (resize_move_window):
2127 (maximize_fvwm_window):
2131 * fvwm/menustyle.h (MenuStyle):
2132 * fvwm/menus.c (MenuSizingParameters):
2134 (paint_menu_gradient_background):
2135 (paint_menu_gradient_background):
2139 (pop_menu_down_and_repaint_parent):
2140 (__mloop_handle_action_without_mi):
2144 * fvwm/menuroot.h (MenuRootStatic):
2146 * fvwm/menuitem.h (MenuPaintItemParameters):
2147 * fvwm/menugeometry.h:
2148 * fvwm/menubindings.c (menu_shortcuts):
2149 * fvwm/icons.c (SetIconPixmapSize):
2151 (DrawIconTitleWindow):
2156 * fvwm/gnome.c (GNOME_GetHintIcons):
2157 * fvwm/functions.c (FvwmFunction):
2158 (__execute_function):
2160 (execute_complex_function):
2161 * fvwm/fvwm.c (JunkWidth):
2167 * fvwm/externs.h (JunkWidth):
2172 * fvwm/focus.c (CMD_WarpToWindow):
2173 * fvwm/expand.c (__eae_parse_range):
2174 (expand_args_extended):
2175 (expand_vars_extended):
2176 (expand_vars_extended):
2177 * fvwm/ewmh_names.c (EWMH_WMIconName):
2179 * fvwm/ewmh_intern.h:
2180 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2181 (EWMH_DoUpdateWmIcon):
2182 (ewmh_SetWmIconFromPixmap):
2183 (ewmh_SetWmIconFromPixmap):
2184 (EWMH_DeleteWmIcon):
2187 (EWMH_SetIconFromWMIcon):
2188 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2190 (ewmh_WMIconGeometry):
2193 * fvwm/ewmh.c (ewmh_ChangeProperty):
2194 (ewmh_ChangeProperty):
2196 (ewmh_AtomGetByName):
2197 (ewmh_AddToKdeSysTray):
2198 (EWMH_GetWorkAreaIntersection):
2199 (ewmh_HandleWindowType):
2200 (ewmh_check_wm_pid):
2201 * fvwm/geometry.c (constrain_size):
2203 * fvwm/events.c (__handle_cr_on_client):
2206 * libs/PictureImageLoader.c:
2207 * libs/PictureImageLoader.h:
2210 * libs/Graphics.c (ParseGradient):
2211 (CalculateGradientDimensions):
2212 (CreateGradientPixmap):
2213 (CreateGradientPixmapFromString):
2214 * fvwm/colorset.c (update_root_pixmap):
2215 * fvwm/builtins.c (CMD_Echo):
2217 * fvwm/add_window.c (AddWindow):
2218 * fvwm/screen.h (DecorFace):
2219 use int instead of unsigned int
2221 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2222 * fvwm/colormaps.c (EnterSubWindowColormap):
2223 (LeaveSubWindowColormap):
2224 (FetchWmColormapWindows):
2226 * libs/CombineChars.c (char_combclass):
2227 use short instead of short int
2228 use long instead of long int
2230 * libs/PictureBase.h (FvwmPictureAttributes):
2231 (FvwmRenderAttributes):
2232 * libs/Flocale.h (FlocaleFont):
2233 * fvwm/style.c (style_parse_icon_grid_style):
2234 * fvwm/menus.c (size_menu_horizontally):
2235 (size_menu_vertically):
2238 * fvwm/menuitem.c (menuitem_paint):
2240 * fvwm/menuitem.h (MenuItem):
2241 * fvwm/geometry.c (set_window_border_size):
2242 * fvwm/decorations.c (SelectDecor):
2243 use int instead of short
2245 * fvwm/screen.h (FvwmAcs):
2247 * fvwm/menus.c (MenuSizingParameters):
2248 (size_menu_horizontally):
2250 (paint_menu_gradient_background):
2251 * fvwm/menuroot.h (MenuRootStatic):
2252 * fvwm/menuitem.h (MenuItem):
2253 (MenuItemPartSizesT):
2254 * fvwm/menuitem.c (menuitem_get_size):
2255 * fvwm/menudim.h (MenuDimensions):
2256 use int instead of unsigned short
2258 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2261 * libs/gravity.c (gravity_move_resize_parent_child):
2263 * fvwm/frame.c (mr_args_internal):
2264 (frame_setup_border):
2265 (frame_setup_titlebar):
2266 (frame_get_resize_decor_gravities):
2267 (frame_get_titlebar_dimensions):
2268 use rectangle instead of signed_rectangle
2270 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2271 * libs/fvwmrect.h (signed_rectangle):
2275 widht and height are now signed values
2277 * fvwm/placement.c (get_next_x):
2285 * fvwm/placement.c (get_next_x):
2291 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2294 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2295 StickyAcrossDesksIcon.
2297 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2299 * fvwm/conditional.c (CreateConditionMask):
2300 added conditions StickyIcon, StickyAcrossPagesIcon and
2301 StickyAcrossDesksIcon.
2304 documented new conditional tests.
2305 removed descriptions of styles StickyIconPage & StickyIconDesk which
2306 actually don't exists in fvwm.
2307 moved StickyIcon/SlipperyIcon descriptions immediately after
2308 Sticky/Slippery description.
2310 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2312 * fvwm/placement.c (SmartPlacemen):
2314 cleaned up SmartPlacement code
2316 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2318 * fvwm/ConfigFvwmMenuDefaults:
2319 Mouse 0 MS A MenuLeaveSubmenu instead.
2321 * fvwm/ConfigFvwmMenuDefaults:
2322 Mouse 0 MS A MenuClose to make sidepic and border behave as
2323 before menu bindings.
2326 * libs/wcontext.h (enum):
2327 * fvwm/menubindings.c (menu_binding):
2329 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2331 * fvwm/menustyle.c (menustyle_parse_old_style):
2332 add a message of deprecation.
2334 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2336 * fvwm/module_list.h:
2337 * fvwm/module_list.c:
2338 new files for module handling code.
2340 * fvwm/module_list.h:
2341 * fvwm/module_interface.h:
2342 * fvwm/module_list.c:
2343 * fvwm/module_interface.c:
2344 (struct mqueue_object_type):
2355 (do_execute_module):
2356 (executeModuleDesperate):
2358 (CMD_ModuleListenOnly):
2359 (CMD_ModuleSynchronous):
2360 (HandleModuleInput):
2366 (DeleteMessageQueueBuff):
2367 (FlushMessageQueue):
2368 (FlushAllMessageQueues):
2370 (CMD_set_sync_mask):
2371 (CMD_set_nograb_mask):
2372 (skipModuleAliasToken):
2374 (struct msg_masks_t):
2376 moved from module_interface.c/h to module_list.c/h
2378 * fvwm/module_list.h (do_execute_module):
2379 * fvwm/module_interface.h (AddToCommandQueue):
2380 (ExecuteModuleCommand):
2381 initialy static functions are exposed for now. Should be fixed soon.
2384 added module_list.h and module_list.c
2385 reorganized the c files by size
2387 * fvwm/module_list.h:
2388 * fvwm/module_list.c:
2401 renamed functions to a unified style
2403 * fvwm/module_interface.h:
2404 * fvwm/module_interface.c:
2410 * fvwm/windowshade.c:
2412 * fvwm/move_resize.c:
2413 include file cleanup
2415 * fvwm/module_list.c (do_execute_module):
2416 made absolutely sure the module's read fd is >=0 before inserting
2417 the module on the list
2419 * fvwm/events.c (My_XNextEvent):
2420 * fvwm/module_list.c (PositiveWrite):
2421 (CMD_ModuleSynchronous):
2422 assume module read fd is allways >=0 (remove the tests)
2424 * fvwm/module_list.c (module_free):
2425 no need to test if fd >=0 when closing the pipes.
2427 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2429 * fvwm/menuitem.c (draw_higlight_background):
2430 fix x-origin of HGradients
2432 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2434 * fvwm/module_interface.c (FlushMessageQueues):
2435 fixed not flushing the first module on the list
2437 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2439 * libs/Flocale.c (FlocaleGetFftFont):
2440 add sanity check for NULL fontname.
2444 * fvwm/menuitem.c (menuitem_paint):
2445 (draw_hilight_background):
2446 make all kinds of pixmaps work with hilight background
2448 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2449 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2450 (CreateBackgroundPixmap):
2451 added CreateOffsetBackgroundPixmap with the ability to create
2452 transparent images at an offset relative to the window.
2454 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2456 * fvwm/menus.c (__mloop_exit):
2459 (__mloop_handle_event):
2460 don't warp to parent item when entering other item with mouse.
2464 * fvwm/menustyle.c (menustyle_update):
2465 make use of colorset TiledPixmap option with HiglightBack
2466 and HiglightTitleBack menu styles.
2468 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2473 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2475 * libs/FScreen.c (FScreenParseGeometry):
2476 don't look up screen info if screen is undefined
2478 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2482 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2484 * libs/fio.c (fvwm_send):
2487 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2492 new utility files to wrap writing/reading standard lib functions that
2493 might be interrupted
2495 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2497 * fvwm/ewmh_intern.h:
2498 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2499 instead of <time.h>.
2501 * fvwm/windowlist.h:
2502 removed unneeded file.
2505 removed windowlist.h from build list.
2507 * libs/PictureUtils.c:
2508 include "ftime.h" instead of <time.h>.
2509 fvwmlib.h header name should be in double quotes not in angle
2513 include "ftime.h" instead of <sys/time.h>.
2515 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2518 make my email less spider-friendly
2520 * fvwm/bindings.c (binding_cmd):
2524 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2526 * fvwm/screen.h (ScreenInfo):
2527 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2528 casting signed values in calculations to be cast to unsigned
2530 * fvwm/focus.c (__activate_window_by_command):
2531 don't warp the viewport if the center of the window is already in view
2532 fixed a bug in window positioning
2534 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2537 FvwmIconBox IconColorset's bg wasn't updated immediately.
2539 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2541 * fvwm/fvwm.c (main):
2542 close all open fds upon startup
2543 reopen stdin, stdout and stderr if necessary
2547 * fvwm/module_interface.c (do_execute_module):
2548 simplified error handling
2549 check maximum fd when creating modules
2551 * fvwm/events.c (My_XNextEvent):
2552 * fvwm/fvwm.c (main):
2553 replaced fd_width with fvwmlib_max_fd
2556 * libs/System.c (fvwmlib_init_max_fd):
2557 added function and fvwmlib_max_fd
2559 * fvwm/events.c (My_XNextEvent):
2560 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2561 switch back to using FD_SET
2563 * fvwm/events.c (My_XNextEvent:
2564 * fvwm/module_interface.h:
2565 * fvwm/module_interface.c:
2566 hide module structure members with access macros and use them
2569 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2571 * fvwm/module_interface.c (module_add_to_fdsets):
2572 * fvwm/module_interface.h:
2573 created new function that also checks for too many open fds
2575 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2576 * fvwm/events.c (My_XNextEvent):
2577 now using module_add_to_fdset to add pipes to the fdsets
2579 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2581 * libs/defaults.h (MAX_NUM_MODULES):
2582 * fvwm/module_interface.c (module_alloc):
2583 (do_execute_module):
2584 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2586 * fvwm/module_interface.c (do_execute_module):
2587 moved the allocation call to the end of the sanity checks and pipe
2588 creation - better for performance
2590 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2592 END MODULE STRUCT PATCHES
2594 * fvwm/module_interface.c (do_execute_module):
2595 fixed another memory leak
2597 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2599 * fvwm/module_interface.h:
2600 * fvwm/module_interface.c:
2602 renamed struct module member "pipeName" and "pipeAlias" to "name"
2605 * fvwm/module_interface.c (do_execute_module):
2606 fixed possible memory leak
2608 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2610 * fvwm/events.c (My_XNextEvent):
2611 * fvwm/module_interface.c (module_alloc):
2612 (do_execute_module):
2614 * fvwm/module_interface.h (fmodule):
2615 replaced int with a flag struct
2617 * fvwm/module_interface.h:
2618 * fvwm/events.c (My_XNextEvent):
2619 * fvwm/module_interface.c (module_alloc):
2623 add new modules at front of list again
2624 removed global variable init_fdset; use a flag in the module struct
2626 removed the now obsolete module slot count
2628 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2630 * fvwm/module_interface.c (module_remove):
2632 moved module remotion code to module_remove()
2634 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2636 * fvwm/events.c (My_XNextEvent):
2637 fixed startup commands
2639 * fvwm/module_interface.c (module_insert):
2643 append modules at end of list
2645 * fvwm/events.c (My_XNextEvent):
2648 * fvwm/module_interface.c (ExecuteModuleCommand):
2652 (BroadcastNewPacket):
2654 (BroadcastFvwmPicture):
2655 (BroadcastColorset):
2656 (BroadcastPropertyChange):
2657 (BroadcastConfigInfoString):
2659 (FlushAllMessageQueues):
2662 (CMD_set_sync_mask):
2663 (CMD_set_nograb_mask):
2665 (skipModuleAliasToken):
2666 use MAX_MODULE_ALIAS_LEN
2668 * fvwm/module_interface.c (KillModule):
2669 (do_execute_module):
2671 added a "slot" member to the module struct to fix the init_fdset hack
2674 * libs/defaults.h (MAX_NUM_MODULES):
2675 (MAX_MODULE_ALIAS_LEN):
2678 * fvwm/module_interface.c (do_execute_module):
2679 rewrote module struct initialization
2680 (HandleModuleInput):
2681 use %p to print module address, don't cast it to int
2683 * fvwm/module_interface.c (ClosePipes):
2691 * fvwm/module_interface.c (FreeModule):
2695 * fvwm/module_interface.c (KillModule):
2697 * fvwm/events.c (My_XNextEvent):
2698 * fvwm/execcontext.h:
2699 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2701 * fvwm/stack.c (BroadcastRestack):
2704 * fvwm/module_interface.c (module_get_next):
2705 * fvwm/module_interface.h:
2708 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2710 * fvwm/modconf.c (ModuleConfig):
2711 (SendConfigToModule):
2712 (send_xinerama_state):
2713 (send_desktop_names):
2714 (send_desktop_geometry):
2719 (send_move_threshold):
2720 (send_ignore_modifiers):
2721 (CMD_Send_ConfigInfo):
2722 * fvwm/functions.c (__execute_function):
2723 * fvwm/events.c (My_XNextEvent):
2724 * fvwm/module_interface.h (msg_masks_t):
2726 * fvwm/execcontext.c (__exc_change_context):
2727 (exc_create_null_context):
2728 * fvwm/execcontext.h:
2729 Initial module struct patches
2731 BEGIN MODULE STRUCT PATCHES
2733 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2735 * fvwm/events.c (HandleFocusOut):
2736 (__refocus_stolen_focus_win):
2737 (HandleEnterNotify):
2738 less disruptive way of restoring focus to the window it was stolen from
2740 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2742 * fvwm/events.c (HandleEnterNotify):
2743 restore focus to windows that had it stolen by
2744 unmanaged windows on enter of any unmanaged windows.
2746 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2748 * fvwm/menubindings.c:
2749 don't include menus.h
2751 * fvwm/ConfigFvwmMenuDefaults:
2752 all bindings are silent
2754 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2756 * fvwm/ConfigFvwmMenuDefaults:
2757 make all numpad keys silent -- not all keyboads have a numpad
2758 add KP_Separator for MenuClose
2760 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2763 documented missing menu bindings.
2765 * fvwm/ConfigFvwmMenuDefaults:
2766 fixed wrong menu bindings.
2768 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2770 * fvwm/menubindings.c:
2771 * fvwm/menubindings.h:
2775 * fvwm/menugeometry.c:
2776 * fvwm/menugeometry.h:
2782 * fvwm/move_resize.c:
2783 * fvwm/move_resize.h:
2784 * fvwm/windowlist.c:
2785 simplified including header files
2787 * fvwm/menus.c (__mloop_handle_event):
2788 * fvwm/menuparameters.h:
2789 * fvwm/menubindings.c (menu_shortcuts):
2790 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2792 * fvwm/menus.c (__mloop_handle_event):
2793 * fvwm/menuparameters.h:
2794 * fvwm/menubindings.c (menu_shortcuts):
2795 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2798 * fvwm/menus.h (MenuParameters):
2803 (MenuRepaintTransparentParameters):
2804 * fvwm/menuparameters.h (MenuParameters):
2809 (MenuRepaintTransparentParameters):
2810 moved to menuparameters.h
2812 * fvwm/menus.h (MenuRoot):
2815 * fvwm/menutypes.h (MenuRoot):
2820 * fvwm/menus.c (menu_get_geometry):
2821 (menu_get_outer_geometry):
2822 * fvwm/menugeometry.c (menu_get_geometry):
2823 (menu_get_outer_geometry):
2824 moved to menugeometry.c
2826 * fvwm/menuparameters.h:
2828 * fvwm/menugeometry.c:
2829 * fvwm/menugeometry.h:
2833 * fvwm/menubindings.h (enum):
2834 * fvwm/menus.c (enum):
2835 moved enum menu_shortcut_action to menubindings.h
2836 (get_selectable_item_index):
2837 (get_selectable_item_from_index):
2838 (get_selectable_item_from_section):
2839 (get_selectable_item_count):
2840 (parse_menu_action):
2841 moved to menubindings.c
2843 * fvwm/menus.c (enum):
2844 (parse_menu_action):
2846 renamed enum shortcut_action to menu_shortcut_action
2848 * fvwm/fvwm.c (SetRCDefaults):
2849 read default config file after all other defaults
2851 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2853 * fvwm/ConfigFvwmMenuDefaults:
2854 * fvwm/fvwm.c (SetRCDefaults):
2855 make the hard coded menu bindings load before ConfigFvwmDefaults
2856 move Mouse 0 ... to ConfigFvwmMenuDefaults
2858 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2860 * fvwm/ConfigFvwmMenuDefaults:
2861 * fvwm/fvwm.c (SetRCDefaults):
2862 added hard coded default menu bindings
2864 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2867 documentation fixes.
2869 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2872 * fvwm/menubindings.h:
2873 * fvwm/menubindings.c:
2877 moved new menu binding code to menubindings.c, menubindings.h
2878 split binding into a regular list and a fallback list that can not be
2881 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2882 fixed calculation of new geometry if x or y is negative
2884 * fvwm/geometry.c (maximize_adjust_offset):
2885 fixed calculations of normal geometry when maximized
2887 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2890 * fvwm/ConfigFvwmMenuDefaults:
2891 * fvwm/fvwm.c (SetRCDefaults):
2892 * fvwm/menus.c (parse_menu_action):
2894 rename menu action to menu bindings and make menu binding commands
2895 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2896 ensure basic function with ConfigFvwmMenuDefaults missing.
2898 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2900 * fvwm/menus.c (menuShortcuts):
2901 fixed compiler warning.
2903 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2906 corrected mis-spelling
2912 * fvwm/menus.c (handle_emacs_bindings):
2915 (__mloop_handle_event):
2917 * fvwm/bindings.c (ParseBinding):
2918 * fvwm/Makefile.am (config_DATA):
2919 * fvwm/ConfigFvwmDefaults:
2920 * fvwm/ConfigFvwmMenuDefaults:
2921 fully configurable mouse any key bindings for menu navigation.
2923 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2925 * fvwm/virtual.c (HandlePaging):
2926 removed bogus comment
2928 * fvwm/move_resize.c (__move_loop):
2931 allow paging during resize with "EdgeScroll 0 0" as documented in the
2933 fixed disappearing windows with "maximize; resize - abort; unmaximize"
2935 * fvwm/fvwm.h (FvwmWindow):
2936 * fvwm/add_window.c (AddWindow):
2937 * fvwm/add_window.c (setup_frame_window):
2938 * fvwm/add_window.c (setup_parent_window)
2939 * fvwm/borders.c (border_draw_decorations):
2940 * fvwm/borders.c (border_draw_one_border_part):
2941 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2942 * fvwm/borders.c (border_get_titlebar_descr)
2943 * fvwm/builtins.c (__remove_window_decors):
2944 * fvwm/conditional.c (MatchesConditionMask):
2945 * fvwm/events.c (HandleMapNotify):
2946 * fvwm/events.c (HandleMapRequestKeepRaised)
2947 * fvwm/events.c (HandlePropertyNotify):
2948 * fvwm/events.c (HandleShapeNotify):
2949 * fvwm/events.c (__cr_detect_icccm_move)
2950 * fvwm/events.c (__cr_get_grav_position):
2951 * fvwm/events.c (__cr_get_static_position)
2952 * fvwm/events.c (__handle_configure_request)
2953 * fvwm/events.c (__handle_cr_on_client):
2954 * fvwm/ewmh.c (EWMH_fullscreen):
2955 * fvwm/focus.c (__activate_window_by_command):
2956 * fvwm/focus.c (__set_focus_to_fwin):
2957 * fvwm/focus.c (warp_to_fvwm_window):
2958 * fvwm/frame.c (__frame_setup_window):
2959 * fvwm/frame.c (frame_create_move_resize_args)
2960 * fvwm/frame.c (frame_free_move_resize_args):
2961 * fvwm/frame.c (frame_move_resize_step)
2962 * fvwm/frame.c (frame_reshape_border):
2963 * fvwm/geometry.c (constrain_size):
2964 * fvwm/geometry.c (get_icon_corner)
2965 * fvwm/geometry.c (get_page_offset):
2966 * fvwm/geometry.c (get_page_offset_check_visible):
2967 * fvwm/geometry.c (get_shaded_client_window_pos):
2968 * fvwm/geometry.c (get_title_button_geometry):
2969 * fvwm/geometry.c (get_title_geometry)
2970 * fvwm/geometry.c (get_unshaded_geometry):
2971 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2972 * fvwm/geometry.c (gravity_constrain_size):
2973 * fvwm/geometry.c (maximize_adjust_offset):
2974 * fvwm/geometry.c (update_absolute_geometry):
2975 * fvwm/geometry.c (update_relative_geometry)
2976 * fvwm/gnome.c (GNOME_SetWinArea):
2977 * fvwm/icons.c (AutoPlaceIcon):
2978 * fvwm/icons.c (DeIconify):
2979 * fvwm/icons.c (Iconify):
2980 * fvwm/module_interface.c (CONFIGARGS):
2981 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
2982 * fvwm/move_resize.c (CMD_Maximize):
2983 * fvwm/move_resize.c (CMD_ResizeMaximize):
2984 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
2985 * fvwm/move_resize.c (__move_loop):
2986 * fvwm/move_resize.c (__move_window):
2987 * fvwm/move_resize.c (__resize_window):
2988 * fvwm/move_resize.c (maximize_fvwm_window):
2989 * fvwm/move_resize.c (resize_move_window):
2990 * fvwm/move_resize.c (stick_across_pages):
2991 * fvwm/move_resize.c (unmaximize_fvwm_window):
2992 * fvwm/placement.c (__explain_placement):
2993 * fvwm/placement.c (__place_get_wm_pos):
2994 * fvwm/placement.c (get_next_x):
2995 * fvwm/placement.c (get_next_y):
2996 * fvwm/placement.c (test_fit)
2997 * fvwm/session.c (MatchWinToSM):
2998 * fvwm/session.c (SaveWindowStates):
2999 * fvwm/update.c (apply_window_updates):
3000 * fvwm/virtual.c (MoveViewport):
3001 * fvwm/windowlist.c (CMD_WindowList):
3002 * fvwm/windowshade.c (CMD_WindowShade):
3003 put some of the window geometry members into a separate struct window_g
3004 with members frame, normal, max, max_defect, max_offset
3006 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3010 * fvwm/window_flags.h:
3012 * fvwm/style.c (style_parse_one_style_option):
3013 * fvwm/icons.c (DrawIconTitleWindow):
3014 * fvwm/fvwm.h (common_flags_t):
3015 * fvwm/fvwm.1.in (Style):
3017 (border_draw_title_stick_lines):
3018 Applied Stippled patch by Thomas Adam with some fixes.
3020 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3023 FvwmWinList button/list syncronization fixed (bug #1393)
3025 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3033 updated for 2.5.19 release
3036 updated after 2.4.20 release
3039 * fvwm/focus.c (focus_get_fpol_context_flag):
3040 * fvwm/events.c (__check_click_to_focus_or_raise)
3041 (__handle_click_to_focus):
3042 Treat EWMH desktop as client window under click to focus. (#1492)
3044 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3046 * libs/Module.h (MX_REPLY):
3047 (MAX_EXTENDED_MESSAGES):
3049 * fvwm/module_interface.c (CMD_Send_Reply):
3050 * fvwm/functable.c (func_table):
3052 Added Send_Reply module only command.
3054 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3056 * libs/PictureUtils.c (init_static_colors_table):
3057 fix fvwm for < 8 bit depth, bug #1677
3059 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3061 * fvwm/misc.c (IsRectangleOnThisPage):
3062 new fix for signedness problems.
3064 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3066 * fvwm/misc.c (IsRectangleOnThisPage):
3067 fix signedness problem with test introduced by gcc4 fix below.
3069 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3071 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3075 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3076 * libs/gravity.h (gravity_move_resize_parent_child):
3077 * libs/gravity.c (gravity_move_resize_parent_child):
3078 * fvwm/frame.h (frame_get_titlebar_dimensions)
3079 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3080 (frame_get_resize_decor_gravities):
3082 (frame_setup_border):
3083 (frame_setup_titlebar)
3084 (frame_get_resize_decor_gravities):
3085 (frame_get_titlebar_dimensions):
3086 split rectangle into a signed size and an unsigned size type.
3088 * fvwm/screen.h (ScreenInfo):
3089 * libs/FScreen.h (FScreenGetScrRect):
3090 (FScreenGetResistanceRect):
3091 * libs/FScreen.c (XineramaScreenInfo):
3092 (FScreenGetGeometry)
3093 (FScreenGetScrRect):
3094 (FScreenClipToScreen):
3095 (FScreenCenterOnScreen)
3096 (FScreenGetResistanceRect):
3097 (FScreenIsRectangleOnScreen):
3098 * fvwm/fvwm.h (FvwmWindow):
3099 * fvwm/screen.h (DecorFace):
3100 * libs/fvwmlib.h (CreateGradientPixmap):
3101 * libs/Graphics.c (CreateGradientPixmap):
3102 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3103 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3104 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3105 (PImageLoadPixmapFromFile):
3106 (PImageLoadPixmapFromXpmData):
3107 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3108 (PImageCreatePixmapFromArgbData):
3109 (PImageLoadPixmapFromFile)
3110 (PImageLoadFvwmPictureFromFile):
3111 (PImageLoadPixmapFromXpmData):
3112 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3113 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3114 (EWMH_SetIconFromWMIcon):
3115 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3116 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3117 * fvwm/colorset.c (parse_colorset):
3118 * fvwm/icons.c (DrawIconTitleWindow):
3121 * fvwm/menus.h (MenuRootDynamic):
3122 * fvwm/menus.c (update_menu):
3126 * fvwm/move_resize.c (GetMoveArguments):
3127 (ParseOneResizeArgument)
3128 (GetResizeArguments):
3129 (GetResizeMoveArguments):
3133 change dimensions and allocation counts to unsigned types.
3135 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3136 (FlocaleStringByteToCharOffset):
3137 (FlocaleStringCharToByteOffset)
3138 (FlocaleStringCharLength)
3139 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3140 (FlocaleStringByteToCharOffset):
3141 (FlocaleStringCharToByteOffset)
3142 (FlocaleStringCharLength):
3143 (FlocaleUtf8ToUnicodeStr2b)
3144 (FlocaleStringToString2b):
3145 (FlocaleEncodeString):
3146 * libs/Ficonv.c (convert_charsets):
3147 change most string types to char* from unsigned char* to match
3148 with system headers without casts.
3150 * libs/Flocale.c (FlocaleLoadFont):
3151 init shadow_dir to make gcc 4 happy.
3153 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3154 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3155 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3156 (CSETS_IS_TRANSPARENT_PR_PURE):
3157 (CSETS_IS_TRANSPARENT_ROOT)
3158 (CSETS_IS_TRANSPARENT):
3159 compare pointer with NULL, not >= 0.
3161 * libs/FTips.h (ftips_position_t):
3162 * fvwm/expand.c (partial_extended_vars):
3163 * fvwm/placement.c (preason_screen_t):
3164 remove comma last in enums.
3166 * fvwm/style.c (style_parse_focus_policy_style):
3167 change 0xffffffff to ~0 to silience truncation warning.
3169 * fvwm/session.h (mwtsm_state_args):
3170 make flags unsigned.
3172 * fvwm/schedule.c (sq_object_type):
3173 change // to /* ... */
3175 * libs/Fft.c (FftGetFontWidths):
3177 * libs/FScreen.c (FScreenConfigureSLSScreens):
3178 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3179 (EWMH_SetDesktopNames):
3180 * fvwm/fvwm.c (LoadDefaultLeftButton):
3181 (LoadDefaultRightButton):
3182 * fvwm/builtins.c (ReadDecorFace):
3184 silence signedness warnings by casts.
3186 * fvwm/borders.c (ROTATE_RECTANGLE):
3187 make sure tr is initialized.
3189 * fvwm/add_window.c (FetchWmProtocols):
3190 use unsigned type for l_protocols.
3192 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3194 * fvwm/events.c (HandleFocusIn):
3196 * fvwm/focus.c (__set_focus_to_fwin):
3197 fix focus decoration when unmanaged are focused, unless
3198 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3200 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3202 * fvwm/geometry.c (constrain_size):
3203 repeat aspect-resizing in a loop to get a stable result that does not
3204 change the next time the frame is set up
3206 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3210 increased version to 2.5.19
3215 updated for 2.5.18 release
3217 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3220 removed the unused test for imlib
3221 removed the Imlib.h header from gdk_imlib test programs
3223 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3225 * fvwm/ewmh.c (atom_get):
3226 fix offset and length args for XGetWindowProperty() (to support 64bit
3229 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3231 * fvwm/events.c (HandleUnmapNotify):
3232 immediately handle MapRequests after unmapping a window while we still
3233 have the context fvwm window; this is necessary to allow the client to
3234 re-map a window before fvwm can reparent it to the root window
3235 (HandleMapRequestKeepRaised):
3238 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3240 * fvwm/ewmh.c (ewmh_HandleDesktop):
3241 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3244 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3248 * fvwm/decorations.c:
3249 fix offset and length args for XGetWindowProperty() (to support 64bit
3252 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3255 * fvwm/expand.c (expand_vars_extended):
3256 correctly expand break.
3257 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3260 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3262 * fvwm/decorations.h (is_function_allowed):
3263 * fvwm/decorations.c (__is_resize_allowed):
3264 (is_function_allowed):
3265 work on 'const FvwmWindow *'
3267 * fvwm/fvwm.h (action_flags):
3268 * fvwm/style.c (check_window_style_change):
3269 * fvwm/module_interface.c (__get_allowed_actions)
3271 * libs/vpacket.h (ConfigWinPacket):
3272 expose fvwm allowed actions to modules
3274 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3276 * fvwm/move_resize.c (__move_icon):
3277 *do* map icon windows for pictured icons on move, but only if they end
3278 up on the current desk
3280 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3282 * fvwm/move_resize.c (__move_icon):
3283 don't map icon windows for pictured icons on move
3285 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3287 * fvwm/style.c (remove_all_of_style_from_list):
3288 (__simplify_style_list):
3293 (style_ids_are_equal):
3294 (style_id_equals_id)
3295 (styles_have_same_id):
3297 (one_fw_can_match_both_ids):
3298 (check_window_style_change):
3299 use int/0/1 instead of Bool/False/True
3301 * fvwm/move_resize.c (stick_across_pages):
3302 use False instead of FALSE
3304 * fvwm/style.c (fw_match_style_id):
3305 * fvwm/read.c (run_command_file):
3307 * fvwm/add_window.c (MappedNotOverride):
3308 * libs/wild.c (matchWildcards):
3309 use 0 and 1 instead of FALSE and TRUE
3312 removed TRUE and FALSE
3314 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3317 FvwmPager !IconTitle style bugfix.
3319 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3322 Updated description of Wait command in man page.
3324 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3326 * libs/Flocale.c (FlocaleFontStructDrawString)
3327 (FlocaleRotateDrawString):
3328 (FlocaleDrawString):
3329 fixed drawing of forecolor/hilightfore
3331 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3332 always unmaximize and resize window when leaving fullscreen state,
3333 not just if it did not start as fullscreen
3335 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3337 * fvwm/fvwm.1.in (MenuStyle):
3338 added a reference to the prefered ! style negation flag,
3339 and listed the other deprecated negative forms in one place.
3342 (AutomaticHotkeysOff):
3345 changed to the ! negation form and listed as deprecated.
3347 removed relics from the man page
3349 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3353 increased version to 2.5.18
3358 updated for 2.5.17 release
3360 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3362 * fvwm/move_resize.c (__move_window):
3363 allow moving a window without an icon while it's iconified based on the
3366 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3368 * fvwm/menustyle.c (menustyle_copy):
3369 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3371 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3374 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3375 changed the manpage to reflect the prefered style negation method,
3376 that is, using the !* negation sign.
3378 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3380 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3381 removed documentation of filters.
3384 * fvwm/expand.c (check_first_filter):
3386 (expand_args_extended):
3387 (expand_vars_extended):
3389 removed variable filter implementation and backslash-escaping.
3391 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3394 News blurb for variable filters and backslash-escaping.
3396 documentation of variable filters.
3398 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3400 * fvwm/expand.c (chec):
3403 (expand_args_extended):
3404 (expand_vars_extended):
3406 implemented variable filters.
3408 * fvwm/expand.c (expand_vars):
3409 made backslash work as escape character within extended variables.
3411 * libs/Strings.h (QuoteEscapeString):
3412 (QuoteEscapeStringLength):
3413 * libs/Strings.c (QuoteEscapeString):
3414 (QuoteEscapeStringLength):
3415 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3418 * fvwm/expand.c (expand_args_extended):
3419 make upper limit inclusive.
3421 * fvwm/functions.c (__execute_function):
3422 Changed PeekToken to GetNextToken before expand_vars call.
3425 updated documentation regarding quoting in expand_args_extended
3427 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3429 * fvwm/expand.c (__eae_parse_range):
3430 reject everything that does not begin with a digit
3432 * libs/Parse.c (SkipNTokens):
3433 stop skipping tokens at the end of input
3435 * fvwm/expand.c (__eae_parse_range):
3439 (__eae_parse_range):
3440 fixed parsing of $[n-]
3442 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3444 * fvwm/expand.c (expand_args_extended):
3446 added range check for positional parameters
3447 (expand_args_extended):
3448 (__eae_parse_range):
3449 cleaned up and simplified parsing code
3450 properly unquote arguments when expanding
3451 removed the patch below
3453 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3455 * fvwm/expand.c (expand_args_extended):
3456 removed range check for positional parameters
3457 make single arguments not use the 'upper' variable
3458 changed back to PeekToken for single arguemnts.
3459 improved some comments.
3461 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3463 * fvwm/expand.c (expand_args_extended):
3464 Fix segfault when called with a tokenless string for single arguments.
3466 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3468 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3469 Reported by Serge Koksharov.
3471 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3473 * fvwm/placement.c (__explain_placement):
3474 print initial size of window too
3476 * libs/Makefile.am (libfvwm_a_SOURCES):
3477 * libs/fvwm_sys_stat.h:
3481 added O_NOFOLLOW replacement and always include fcntl.h
3483 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3485 Added DV's mailing-list comments about how PeekToken & GetNextToken
3486 work as comments to the source code. (slightly modified)
3488 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3490 * fvwm/schedule.c (CMD_Schedule):
3491 Fixed parsing of "Periodic" option.
3493 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3496 Fix for tempfile vulnerabilities in FvwmCommand.
3498 Added check for lstat.
3500 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3505 Added "Periodic" option to Schedule command.
3507 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3509 * fvwm/module_interface.c (KillModule):
3514 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3516 * fvwm/fvwm.c (main):
3517 changed the -blackout warning to say it will be removed in 3.0
3519 * fvwm/fvwm.1.in (-blackout):
3520 updated the manual regarding the future remotion of -blackout
3522 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3526 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3528 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3530 *libs/alloca.c (DEBUG_I00FUNC)
3531 removed old debug code
3533 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3536 removed the old unused file
3538 * libs/Makefile.am (libfvwm_a_SOURCES):
3539 removed the reference to debug.c
3542 removed the code related to libs/debug.c
3544 * fvwm/module_interface.c (make_named_packet)
3545 removed the #if 0'ed debug code related to debug.c
3547 fvwm/focus.h (DEBUG_FOCUS)
3548 removed the #ifdef'ed to 0 debug code related to debug.c
3551 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3553 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3554 removed useles definition.
3556 * modules/FvwmPager/FvwmPager.c (main):
3558 removed most of the debug code.
3559 changed termination debug to use 'isTerminated' instead of
3560 'debug_term_signal'.
3561 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3564 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3565 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3567 removed unused debug_term_signal.
3569 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3572 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3573 stdio's getline; news entry.
3575 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3578 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3579 (do_execute_module):
3583 * fvwm/commands.h (enum):
3584 * fvwm/functable.c (func_table):
3585 new command ModuleListenOnly
3587 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3589 * fvwm/move_resize.c (__move_loop):
3590 make sure a window is snapped in __move_loop when a button is released
3591 if it was snapped before
3593 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3595 * fvwm/expand.c (expand_vars_extended):
3596 convert function to have a single return point; this is good to
3597 implement doc/todo-vars filters in the future;
3598 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3599 to behave like deprecated $n, $c and $r, i.e. quote them
3601 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3604 multiple minor tweaks: remove trailing spaces and other
3605 re-spacing and re-indenting, remove old "#if 0" code
3607 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3609 * fvwm/move_resize.c (ParseOneResizeArgument):
3610 rewrote parsing of resize arguments
3611 new prefix 'w' for resizing
3613 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3615 * fvwm/conditional.c (MatchesConditionMask):
3616 fixed handling of some conditions (iconifiable, fixed, ...)
3618 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3623 * fvwm/conditional.c:
3624 Output an error message if an unrecognised conditional is used
3625 with the Test or TestRc commands.
3627 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3629 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3630 do not map hide windows if their width or height is zero
3632 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3634 * fvwm/ewmh_events.c:
3637 * libs/FlocaleCharset.c:
3641 corrected typos in warning messages
3644 * libs/PictureGraphics.c:
3645 * libs/PictureGraphics.h:
3646 renamed function PGraphicsCreateTransprency to
3647 PGraphicsCreateTransparency
3649 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3651 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3652 * fvwm/expand.c (expand_args_extended):
3653 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3655 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3658 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3659 * fvwm/expand.c (expand_args_extended):
3661 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3663 * fvwm/conditional.c (CMD_All):
3664 * fvwm/fvwm.1.in (All):
3665 changed Reverse and UseStack options to have free order.
3668 * fvwm/fvwm.1.in (WindowShade):
3669 * fvwm/windowshade.c (CMD_WindowShade):
3670 * fvwm/add_window.c (setup_window_structure):
3671 added last direction to WindowShade command.
3673 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3675 * fvwm/fvwm.1.in (All):
3678 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3681 * fvwm/fvwm.1.in (All):
3682 * fvwm/conditional.c (CMD_All):
3683 added reverse option to All command to do the action in opposite order
3684 added UseStack option to All command to use the stack ring instead of
3687 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3690 changed fallback editor from `emacs' to `vi' because it much
3691 more widespread on non-Linux systems
3692 fixed errors (because of incorrect syntax fallback entries were
3694 now script honors `TMPDIR' env. variable and if it's not set it
3695 fallback to `/tmp' directory when creating temporary file
3697 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3700 changed description of the fvwmstyle resource usage
3701 to state that it's used in addition to the other
3703 * fvwm/style.c (fw_match_style_id):
3704 fixed a typo in style_name matching
3706 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3708 * fvwm/style.c (fw_match_style_id):
3709 reformatted code and fixed a warning
3711 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3715 * libs/Fft.c (FftGetFont):
3719 * libs/System.c (fvwm_mkstemp):
3720 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3721 function was never used, even if it was considered secure by configure
3724 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3727 added some more suff to the list of what I've done.
3730 * fvwm/add_window.c (__add_window_handle_x_resources)
3733 * fvwm/fvwm.h (FvwmWindow):
3734 added fvwmstyle resource to override style name
3736 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3738 * fvwm/menus.c (pop_menu_up):
3739 as documented, do not warp to title for root menus with TitleWarp
3741 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3744 Removed duplicated 'NoIcon' style option description in the end
3745 of the `The Style command...' section.
3746 Removed `Recapture True' option setting in example of BusyCursor
3747 description, because `Recapture' isn't valid option of `BusyCursor'
3749 Updated ewmh specification URL (the old was 404)
3750 Added URL to ICCCM 2.0 manual
3752 * modules/FvwmAnimate/FvwmAnimate.c:
3753 corrected delay for Zoom3D animation effect
3755 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3756 * modules/FvwmConsole/FvwmConsole.1.in:
3757 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3758 consistent with rest of the documentation and because it's more
3759 conventional abbreviation.
3761 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3762 slightly clarified the `StartName' option description
3763 added the undocumented `MailDir' option description. Somebody
3764 violated section `K' of the convention list.
3767 * fvwm/ConfigFvwmSetup:
3768 * modules/FvwmForm/FvwmForm.1.in:
3769 * modules/FvwmForm/FvwmForm-Rlogin:
3770 * sample.fvwmrc/system.fvwm2rc:
3771 * sample.fvwmrc/system.fvwm2rc-sample-1:
3772 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3773 inherently insecure. We shouldn't teach our users bad things,
3780 * bin/fvwm-config.1.in:
3781 * bin/fvwm-menu-headlines.1:
3782 * bin/fvwm-menu-headlines.in:
3783 * bin/fvwm-perllib.in:
3784 * bin/fvwm-root.1.in:
3790 * libs/PictureGraphics.c:
3792 * modules/FvwmBacker/FvwmBacker.1.in:
3793 * modules/FvwmDebug/FvwmGtkDebug.in:
3794 * modules/FvwmDebug/FvwmGtkDebug.1:
3795 * modules/FvwmEvent/FvwmEvent.1.in:
3796 * modules/FvwmForm/FvwmForm.1.in:
3797 * modules/FvwmIconMan/xmanager.c:
3798 * modules/FvwmIdent/FvwmIdent.c:
3799 * modules/FvwmIdent/FvwmIdent.1.in:
3800 * modules/FvwmPerl/FvwmPerl.in:
3801 * modules/FvwmPerl/FvwmPerl.1:
3802 * modules/FvwmScript/FvwmScript.1.in:
3803 * modules/FvwmScript/Widgets/Menu.c:
3804 * modules/FvwmTabs/ConfigFvwmTabs:
3805 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3806 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3807 * modules/FvwmTheme/FvwmTheme.1.in:
3808 * perllib/FVWM/Module/Tk.pm:
3809 * perllib/FVWM/Tracker.pm:
3810 * perllib/FVWM/Module.pm.in:
3813 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3815 * fvwm/style.c (style_parse_focus_policy_style):
3816 fix ISO C90 compability with unconsumed styleoption warnings
3818 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3820 * fvwm/events.c (HandlePropertyNotify):
3821 fix for bug 1557/3950 (possible free of Untilted constant or
3822 already used name (if app reset the name already given to them))
3824 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3826 * fvwm/focus.c (__activate_window_by_command)
3827 (warp_to_fvwm_window):
3829 * fvwm/builtins.c (CMD_CursorMove):
3830 set last pointer event position after warping the pointer
3833 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3836 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3838 * acinclude.m4 (AM_PATH_GTK):
3840 (AM_PATH_GDK_IMLIB):
3844 fixed to cope with 4 digit version numbers
3846 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3849 * fvwm/style.c (parse_and_set_window_style)
3850 (style_parse_one_style_option):
3851 (style_parse_icon_fill_style)
3852 (style_parse_icon_grid_style):
3853 (style_parse_icon_box_style)
3854 (style_parse_icon_size_style):
3855 (style_parse_focus_policy_style)
3856 (style_parse_button_style):
3857 warn if parts of style options are not consumed
3859 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3861 * fvwm/menuitem.c (menuitem_paint):
3862 use the MenuColorset in all cases if TitleColorset is not given
3864 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3866 * fvwm/style.c (style_parse_one_style_option):
3867 * fvwm/placement.c (__place_get_wm_pos):
3868 (__explain_placement):
3869 new placement style UnderMousePlacement
3871 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3874 * fvwm/fvwm.1.in (EdgeScroll):
3875 * fvwm/virtual.c (CMD_EdgeScroll):
3876 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3877 added wrap/wrapx/wrapy option to EdgeScroll
3879 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3882 spell check the whole file (dozens of typos)
3884 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3886 * fvwm/module_interface.c (do_execute_module):
3887 removed accidentally committed FVWM_MODULE_ALIAS patch
3889 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3891 * fvwm/module_interface.c (do_execute_module):
3892 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3894 * fvwm/menus.c (size_menu_horizontally):
3895 fix for drawing menus with sidepic on the right
3897 * libs/Flocale.c (FlocaleFontStructDrawString):
3898 (FlocaleDrawString):
3899 set the foreground colour before drawing a string
3902 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3905 (menustyle_parse_style):
3907 * fvwm/menus.c (calculate_item_sizes):
3908 (size_menu_vertically):
3909 (UpdateMenuColorset):
3910 * fvwm/menuitem.c (menuitem_paint):
3911 Applied patch by David Maciver
3912 new menu styles TitleColorset, HilightTitleBack and TitleFont
3914 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3917 * libs/Module.c (ParseModuleArgs):
3918 added variable "namelen" to ModuleArgs struct
3920 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3923 removed duplicate declaration
3925 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3927 * fvwm/fvwm.c (main):
3928 replaced previous patch with a better one
3930 * fvwm/virtual.c (unmap_window):
3931 * fvwm/menus.c (do_menu):
3932 * fvwm/events.c (fake_map_unmap_notify):
3934 * fvwm/add_window.c (MappedNotOverride):
3935 Added XFlush after XSelectInput
3937 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3940 * fvwm/fvwm.c (main):
3941 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3943 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3947 increased version to 2.5.17
3952 updated for 2.5.16 release
3954 * acinclude.m4 (CHECK_LIBCHARSET):
3957 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3959 * fvwm/functions.c (execute_complex_function):
3960 print a message to the console instead of ringing the bell when a
3963 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3966 fixed typo (NEWS still said 2.5.15)
3968 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3972 increased version to 2.5.16
3977 updated for 2.5.15 release
3979 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3981 * fvwm/move_resize.c (GetOnePositionArgument):
3983 new option "screen" to Move type commands
3985 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3987 * acinclude.m4 (smr_SWITCH):
3990 2006-01-08 Mikhael Goikhman <migo@homemail.com>
3993 restore requirement of automake-1.4; 1.8 is too new even for my system
3995 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3999 renamed configure.in to configure.ac
4002 some updates for new autoconf/automake versions
4009 require autoconf-2.53 or later
4011 * Makefile.am (AUTOMAKE_OPTIONS):
4012 require automake-1.8 or later
4015 check for X library path before X library checks
4016 removed obsolete C++ compiler check
4017 removed duplicate type size checks
4018 replaced M4 comment ("dnl") with shell comment ("#") in many places
4021 fixed aclocal warnings
4023 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4025 * fvwm/style.c (style_parse_button_style):
4026 corrected typo in error message, and made errorous buttons not apply
4027 (style_parse_one_style_option):
4028 changed NoButton to use style_parse_button_style
4030 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4033 new fix for incompatible pointer type warning with gcc 3.4.
4035 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4042 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4045 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4050 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4052 * fvwm/frame.c (frame_free_move_resize_args):
4053 fixed drawing of transparent decorations or when using lazy shading
4056 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4059 * libs/fvwmsignal.c:
4063 * fvwm/ewmh_names.c:
4064 * libs/CombineChars.c:
4070 * libs/PictureUtils.c:
4075 * libs/safemalloc.c:
4078 do not #include stdlib.h (comes from config.h)
4081 do not #include string.h (comes from config.h)
4084 fixed detection of string.h/strings.h
4086 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4088 * libs/Fft.c (FftGetFont):
4089 fixed compiler warning with gcc 3.4.4
4091 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4093 * fvwm/menuitem.c (menuitem_paint):
4094 properly undraw unselected item area
4096 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4098 * fvwm/menuitem.c (menuitem_paint):
4099 * fvwm/menus.c (get_menu_paint_item_parameters)
4100 (get_menu_paint_item_parameters):
4102 fixed text offset of menu items with icons but with an item format that
4104 (size_menu_horizontally):
4105 allow sidepic to be placed in the middle of menu items; this is better
4106 than ignoring the item format completely but does not draw the items
4109 * fvwm/menus.c (__mloop_handle_event):
4111 fixed delayed menu drawing issue
4113 do not draw the selected menu item before the menu is drawn for the
4115 (repaint_transparent_menu):
4118 don't call get_menu_paint_item_parameters when the result is not used
4119 (get_menu_paint_item_parameters):
4121 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4123 * fvwm/ewmh.h (EWMH_CMD_Style):
4124 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4125 * fvwm/style.c (style_parse_one_style_option):
4126 Added support for inverting boolean EWMH styles with !.
4131 * fvwm/window_flags.h:
4132 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4133 * fvwm/ewmh.c (ewmh_HandleWindowType):
4135 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4137 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4139 * fvwm/icons.c (GetIconWindow):
4140 * fvwm/fvwm.h (FvwmWindow):
4141 * fvwm/events.c (__handle_cr_on_icon):
4142 properly handle icon border width; fixes an xterm active icon loop
4144 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4146 * fvwm/borders.c (border_draw_one_border_part):
4147 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4150 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4152 * fvwm/menustyle.c (menustyle_copy_face):
4154 (menustyle_free_face):
4156 (menustyle_parse_style):
4157 use new functions and fix a bug
4162 removed empty files colors.c and colors.h
4164 * fvwm/colors.c (CopyColor):
4166 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4169 * fvwm/frame.c (frame_reshape_border):
4172 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4174 * fvwm/menustyle.c (menustyle_copy_face):
4175 separated from menustyle_copy; color copies are reallocated.
4179 color copies are reallocated.
4181 * fvwm/colors.c (CopyColor):
4182 * fvwm/colors.h (CopyColor):
4185 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4187 * fvwm/move_resize.c (__resize_window):
4188 fix for not being able to finish resize with mouse when resizing on
4189 click with modifiers active. (intruduced with 'removed duplicate
4190 pointer query' at sep 29)
4194 * fvwm/menustyle.c (menustyle_parse_style):
4195 made style pairs negatable with '!' prefix
4196 ActiveForeOff and HilightBackOff frees colors used.
4198 * fvwm/menustyle.c (menustyle_copy):
4199 fix for freeing color from sorce instead of destination.
4201 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4203 * fvwm/functions.c (__execute_function):
4204 fixed an error in yesterdays patch to complex fuctions. the commands
4205 pressed window were not retored correctly after running move functions
4206 without it, and functions would be run twice.
4208 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4211 added NoLayer to list of allowed options for WindowList command
4212 fixed grammar of test-conditions list. formatting fixes for
4213 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4217 * fvwm/functions.c (__execute_function)
4218 (__run_complex_function_items):
4219 (execute_complex_function):
4220 fix for moving/resizing reference window usage with complex functions.
4222 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4224 * fvwm/move_resize.c (__move_loop):
4225 reimplemented a fix for the place with keyboard setting a button as
4226 used for place bug; this time without breaking escape key.
4228 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4230 * fvwm/move_resize.c (__move_loop):
4231 removed the previous patch as it breaks aborting window motion with the
4234 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4236 * fvwm/move_resize.c (__move_loop):
4237 fixed bug where finishing movment with keyboard would set a random
4238 button as used for placement.
4240 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4243 * fvwm/frame.c (frame_setup_border):
4244 reverted change for move of window parts (reset of PressedW).
4246 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4248 * fvwm/frame.c (frame_setup_border):
4251 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4254 * fvwm/move_resize.c (__resize_window):
4255 removed duplicate pointer query for enter/leave notify events.
4256 resizing of shaded windows in the shaded direction no longer
4257 results in bogus ref points.
4259 * fvwm/frame.c (frame_setup_border):
4260 reset PressedW if the part has moved. This prevents strange
4261 ref points in resize if called from some complex functions.
4263 * fvwm/frame.c (frame_create_move_resize_args):
4264 shaded windows use get_client_geometry for client geometry.
4266 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4270 * fvwm/fvwm.h (window_flags):
4271 (WindowConditionMask):
4273 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4276 * fvwm/session.c (_match):
4279 * fvwm/conditional.c (MatchesConditionMask):
4280 (CreateConditionMask):
4281 * fvwm/add_window.c (setup_window_structure):
4282 * fvwm/move_resize.h (placement_binding):
4283 * fvwm/move_resize.c (__move_loop):
4284 (placement_binding):
4285 * fvwm/bindings.c (ParseBinding):
4286 * libs/wcontext.c (win_contexts):
4287 * libs/wcontext.h (enum):
4289 Added placement context for simple mouse bindings to allow
4290 specification of buttons to finish/cancel movment. Buttons >3
4291 may now be used to place windows.
4292 Replaced window flag placed_wb3 with placed_by_button
4293 FvwmWindow member. Added window condition PlacedByButton.
4295 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4299 * fvwm/menustyle.h (enum):
4303 (ST_SCROLL_OFF_PAGE):
4304 (MST_SCROLL_OFF_PAGE):
4305 * fvwm/menustyle.c (menustyle_copy):
4306 (menustyle_get_styleopt_index):
4307 (menustyle_parse_style):
4309 * fvwm/menus.c (menuShortcuts):
4311 (__mloop_handle_event):
4312 (menu_get_outer_geometry):
4315 added MouseWheel and ScrollOffPage menu styles
4317 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4320 * fvwm/menus.c (append_item_to_menu):
4321 fixed bug #1121: Use of pointer without checking for NULL
4323 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4326 * fvwm/expand.c (expand_vars):
4327 warn on usage of obsolete one-letter variables
4329 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4333 * fvwm/expand.c (expand_vars_extended):
4335 allow nesting of variables
4337 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4339 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4340 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4344 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4346 * fvwm/borders.c (border_draw_one_border_part)
4347 (border_draw_all_border_parts):
4348 fix the previous patch to work with title-less windows too
4350 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4352 * fvwm/borders.c (border_draw_one_border_part)
4353 (border_draw_all_border_parts):
4354 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4355 windows to make the borders look homogeneous (based on the patch of
4358 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4364 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4365 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4367 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4371 increased version to 2.5.15
4376 updated for 2.5.14 release
4378 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4379 (ewmh_WMStateSkipTaskBar):
4380 (ewmh_WMStateSkipPager):
4381 (ewmh_WMStateModal):
4382 fixed several ewmh-hints
4384 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4387 fix TestRc example error, s/Any/All/
4389 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4394 * fvwm/conditions.c (MatchesConditionMask):
4395 (CreateConditionMask):
4396 added FixedPosition condition
4398 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4400 * fvwm/virtual.c (HandlePaging):
4401 use FQueryPointer every time to track the pointer position; this fixes
4402 fvwm hanging in HandlePaging for the given delay once the pointer
4403 touches the pan frames
4405 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4407 * fvwm/session.c (SaveWindowStates):
4410 save and restore the default layer during a restart
4412 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4414 * fvwm/conditional.c (CMD_Test):
4416 rename previously added Test conditions to EnvIsSet and EnvMatch,
4417 tweak the logic when the variable is set, but empty
4419 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4421 * fvwm/conditional.c (CMD_Test):
4423 added test conditions EdgeHasPointer and EdgeIsActive
4425 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4427 * fvwm/virtual.c (raisePanFrames):
4428 prevent cycling of pan frame window stacking order
4430 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4432 * fvwm/conditional.c (CMD_Test):
4434 add Test conditions IsEnvSet and MatchEnv
4436 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4438 * fvwm/menus.c (pop_menu_up):
4439 * fvwm/menustyle.c (menustyle_copy):
4440 two fixes by Viktor Griph
4442 * fvwm/events.c (HandleEvents):
4443 simplify the style list if there is nothing else to do
4445 * fvwm/style.c (__simplify_style_list):
4446 (styles_have_same_id):
4447 (style_id_equals_id):
4448 (style_ids_are_equals):
4450 (remove_all_of_style_from_list):
4451 (one_fw_can_match_both_ids):
4452 pass pointers instead of the whole style structure
4453 (__simplify_style_list):
4454 fixed memory leak and tweaked the code
4456 * libs/Strings.c (CatString3):
4457 fixed a buffer overflow
4459 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4462 detect if Window, Pixel or void * are bigger than long and refuse to
4465 * libs/vpacket.h (ConfigWinPacket):
4466 * fvwm/windowshade.c (CMD_WindowShade):
4467 * fvwm/virtual.c (MoveViewport):
4470 (CMD_GotoDeskAndPage):
4471 * fvwm/update.c (apply_window_updates):
4472 * fvwm/stack.c (BroadcastRestack):
4475 * fvwm/icons.c (DeIconify):
4477 * fvwm/geometry.c (broadcast_icon_geometry):
4478 * fvwm/events.c (HandleEnterNotify):
4480 (HandleLeaveNotify):
4482 (HandleMapRequestKeepRaised):
4483 * fvwm/add_window.c (destroy_window):
4484 * fvwm/module_interface.c (SendFvwmPicture)
4485 (BroadcastFvwmPicture):
4486 (CMD_Send_WindowList):
4487 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4488 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4491 * fvwm/virtual.c (GetDeskNumber):
4492 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4493 around the given desk range with a relative desk
4495 * fvwm/focus.c (focus_grab_buttons_on_layer):
4501 reindented some code and renamed some variables
4503 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4505 * fvwm/events.c (__check_click_to_focus_or_raise):
4508 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4510 * FvwmIconMan/xmanager.c (set_win_iconified):
4511 fixed select/focus button state lost when deiconifying a window
4513 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4515 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4518 * libs/Colorset.c (get_aspect_dimensions):
4519 fixed aspectpixmap size calculations
4521 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4523 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4526 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4527 (ewmh_CurrentDesktop):
4528 (ewmh_DesktopGeometry):
4529 (ewmh_NumberOfDesktops):
4531 (ewmh_WMIconGeometry):
4532 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4533 print error messages for broken gnome client messages
4535 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4536 removed duplicate call of execute_function_override_window
4538 * fvwm/stack.c (new_layer):
4539 fixed a hang if a window sets an layer < 0 via gnome hints
4541 * fvwm/add_window.c (GetWindowSizeHints):
4542 * fvwm/misc.c (fvwm_msg_report_app):
4543 (fvwm_msg_report_app_and_workers):
4544 new utility functions
4546 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4548 * fvwm/stack.c (dump_stack_ring):
4549 (verify_stack_ring_consistency):
4550 * fvwm/module_interface.c (HandleModuleInput):
4551 * fvwm/events.c (__cr_detect_icccm_move):
4552 * fvwm/style.c (print_styles):
4555 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4557 * libs/FlocaleCharset.c:
4558 support euc-jp encodings (Yasuhiro Nakazaki)
4560 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4562 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4563 * fvwm/ewmh_names.c (EWMH_WMName):
4565 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4566 (EWMH_SetNumberOfDesktops):
4567 (EWMH_SetDesktopViewPort):
4568 (EWMH_SetDesktopGeometry):
4569 (EWMH_SetWMDesktop):
4571 (EWMH_SetFrameStrut):
4573 * fvwm/gnome.c (AtomGet):
4575 (GNOME_GetHintIcons):
4576 (GNOME_GetHintLayer):
4577 (GNOME_GetHintState):
4578 (GNOME_GetExpandedSize):
4579 (GNOME_SetAreaCount):
4580 (GNOME_SetCurrentArea):
4581 (GNOME_SetDeskCount):
4582 (GNOME_SetCurrentDesk):
4583 (GNOME_SetCurrentDesk):
4586 (CMD_GnomeShowDesks):
4590 * libs/fsm.c (GetClientID):
4591 (set_session_manager):
4592 * fvwm/session.c (GetClientID):
4593 * fvwm/fvwm.h (FvwmWindow):
4594 * fvwm/colorset.c (get_root_pixmap):
4595 * fvwm/add_window.c (FetchWmProtocols):
4596 * libs/FTips.c (__initialize_window):
4597 * fvwm/icccm2.c (convertProperty)
4598 (icccm2_handle_selection_request)
4599 * fvwm/fvwm.c (SetMWM_INFO):
4602 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4604 * fvwm/move_resize.c (GetOnePositionArgument):
4605 don't use the unportable fuction rintf()
4607 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4611 increased version to 2.5.14
4617 updated for 2.5.13 release
4619 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4621 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4622 fixed drawing of relief with very small rectangles, i.e. when
4623 line_width * 2 > height or width
4625 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4627 * NEWS: fvwm-menu-desktop changes.
4629 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4631 * fvwm/placement.c (get_next_x):
4632 fixed collision detection of windows on pages other than the current
4633 one during placement
4635 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4637 * fvwm/move_resize.c (__resize_window):
4638 Fixed interactive resize (reduction) via the bottom border
4643 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4647 Spelling fix contition -> condition
4649 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4651 * fvwm/style.c (style_ids_are_equals):
4652 (style_id_equals_id):
4653 (styles_have_same_id):
4654 (fw_match_style_id):
4655 (one_fw_can_match_both_ids):
4656 (cleanup_style_defaults):
4657 * libs/fsm.c (fprintfhex):
4659 * libs/FGettext.c (fgettext_free_fgpath_list):
4660 * libs/Parse.c (_get_suffixed_integer_arguments):
4661 * libs/Graphics.c (AllocNonlinearGradient):
4662 * libs/PictureUtils.c (build_mapping_table):
4668 * libs/FRenderInit.c:
4669 include own header file
4671 * libs/System.c (getFileStamp):
4672 * libs/Fft.c (FftPDumyFunc):
4673 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4676 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4678 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4681 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4683 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4685 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4687 * fvwm/conditional.c (Circulate):
4688 added tests for fw == Scr.FvwmRoot again to fix a crash
4690 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4692 * AUTHORS: New author, FvwmScript patch.
4694 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4696 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4697 * AUTHORS: s/Hover/Active/
4699 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4701 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4702 avoid dump with empty key/mouse binding command.
4703 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4704 Checked all other uses of PeekToken in fvwm dir.
4706 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4708 * fvwm/session.c (matchWin):
4710 On restarts compare window ids only. Base our matching decision on
4711 window role only if we have a client id.
4713 * fvwm/move_resize.c (GetOnePositionArgument):
4714 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4715 float values to nearest int
4717 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4720 * fvwm/move_resize.c (CMD_Maximize):
4721 Applied Arnaud Vrac patch which fixes maximize by growing vs
4724 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4726 * fvwm/builtins.c (do_button_style):
4727 ButtonStyle Reset takes effect immediately
4729 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4731 * fvwm/fvwm.1.in: lang check.
4733 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4736 Really commit EWMHUseStackingOrderHints documentation update
4738 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4741 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4744 FvwmIconMan new options
4746 * libs/FTips.c (new file):
4747 * libs/FTips.h (new file):
4750 Added a set of functions for implementing tool tips
4752 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4754 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4756 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4758 * fvwm/menus.c (__mloop_get_event):
4759 * fvwm/functions.c (execute_complex_function):
4760 * fvwm/add_window.c (AddWindow):
4761 * fvwm/module_interface.c (ExecuteModuleCommand):
4762 * fvwm/move_resize.c (__move_loop):
4764 properly set the "state" member of faked motion and key events;
4765 fixes broken "nosnap" feature
4767 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4769 * fvwm/bindings.c (ParseBinding):
4771 * libs/Bindings.c (bindingAppliesToWindow):
4772 (__compare_binding):
4773 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4774 * fvwm/builtins.c (CMD_Wait):
4776 * fvwm/events.c (__handle_bpress_on_root):
4777 (HandleButtonRelease):
4778 fixed crash in window specific binding code
4779 fixed handling of root window in window specific binding code
4780 renamed some functions
4782 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4784 * fvwm/focus.c (__update_windowlist):
4785 replaced while loop by for loop
4787 * fvwm/style.c (style_destroy_style):
4788 * fvwm/conditional.c (Circulate):
4789 removed useless check whether fw == &Scr.FvwmRoot
4791 * fvwm/icons.c (DeIconify):
4792 defused possible endless loop when a window iconified by the
4793 transientfor window loses the "transient" relationship
4795 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4797 * fvwm/move_resize.c (__move_loop):
4799 fixed overwriting the initial button_mask during move/resize
4801 * fvwm/menus.c (__mloop_handle_action_with_mi):
4802 do not "post" a submenu menu item it the submenu does not exist
4804 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4806 * fvwm/events.c (__handle_bpress_on_managed):
4807 do not draw the decorations pressed in if executing a function is
4810 * libs/Parse.c (CopyToken):
4811 fixed parsing of delimiters
4813 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4815 * fvwm/virtual.c (GetDeskNumber):
4816 fixed MoveToDesk without argument
4818 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4821 re-formatted and some spelling corrections
4823 * fvwm/colorset.c (CMD_CleanupColorsets):
4825 * fvwm/builtins.c (CMD_Colorset):
4826 (CMD_CleanupColorsets):
4827 moved functions to colorset.c
4829 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4831 * libs/Parse.c (CopyToken):
4832 skip any whitespace before a delimiter; this allows to have spaces
4833 before the commas in an option list
4835 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4837 * fvwm/frame.c (frame_reshape_border):
4838 re-shaping shaded windows no longer unshades them
4839 re-shaping unshaded windows on pages other than 0 0 no longer moves
4840 them out of the current page
4842 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4844 * fvwm/events.c (__cr_detect_icccm_move):
4845 * fvwm/screen.h (ScreenInfo):
4846 * fvwm/builtins.c (CMD_BugOpts):
4847 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4849 * fvwm/move_resize.c (__move_loop):
4851 query the pointer position in the move loop when an
4852 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4856 increased version to 2.5.13
4862 updated for 2.5.12 release
4864 * fvwm/frame.c (frame_create_move_resize_args):
4865 fixed xemacs growing or shrinking when title height changed; this was
4866 caused by calculating the old client window geometry using the new
4867 title dimensions; query the window size instead
4869 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4871 * fvwm/events.c (test_map_request):
4872 (test_button_event):
4873 (test_typed_window_event):
4874 (test_resizing_event):
4875 (__predicate_button_click):
4876 (__merge_cr_moveresize):
4877 (HandleUnmapNotify):
4878 (flush_property_notify):
4879 (is_resizing_event_pending):
4880 (__test_for_motion):
4881 use type XPointer for last argument of predicate procedures for
4882 XCheckPeekIfEvent and XCheckIfEvent, not char *
4883 (HandleUnmapNotify):
4886 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4888 * fvwm/window_flags.h:
4889 removed useless and broken SETM_ macros
4891 * fvwm/update.c (init_style):
4892 fixed resetting user states
4894 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4896 * libs/envvar.c (add_to_envlist):
4899 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4901 * fvwm/builtins.c (CMD_UnsetEnv):
4904 * libs/envvar.c (flib_unsetenv):
4908 split in ftwo functions
4911 check for unsetenv function
4913 * fvwm/builtins.c (CMD_SetEnv):
4914 assume an empty value if no value is given
4916 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
4925 * perllib/FVWM/Commands.pm:
4926 new command EdgeLeaveCommand
4928 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4935 increased version to 2.5.12
4940 updated for 2.5.11 release
4942 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4944 * fvwm/geometry.c (get_page_offset):
4945 (get_page_offset_rectangle):
4946 (get_absolute_geometry):
4949 * fvwm/virtual.c (CMD_GotoPage):
4950 * fvwm/move_resize.c (__move_window):
4951 * fvwm/virtual.c (CMD_GotoPage):
4952 (get_page_arguments):
4953 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4956 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4958 * libs/Flocale.c (FlocaleGetNameProperty):
4959 fixed freeing uninitialized pointer
4961 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4963 * fvwm/conditional.c (select_cmd):
4967 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4968 WindowId and Direction commands; fixes break from these commands
4970 * fvwm/geometry.c (get_shaded_geometry):
4971 shading geometry fix for windows without decoration
4973 * libs/FScreen.c (XineramaQueryExtension):
4974 fixed xinerama crash
4976 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
4979 Parse man pages with config.status so man pages have correct date.
4980 Man pages also specify FVWM version that they relate to.
4983 * bin/fvwm-config.1:
4984 * bin/fvwm-convert-2.2.1:
4985 * bin/fvwm-convert-2.4.1:
4986 * bin/fvwm-convert-2.6.1:
4987 * bin/fvwm-menu-desktop.1:
4989 * modules/FvwmAnimate/FvwmAnimate.1:
4990 * modules/FvwmAuto/FvwmAuto.1:
4991 * modules/FvwmBacker/FvwmBacker.1:
4992 * modules/FvwmBanner/FvwmBanner.1:
4993 * modules/FvwmButtons/FvwmButtons.1:
4994 * modules/FvwmCommand/FvwmCommand.1:
4995 * modules/FvwmConsole/FvwmConsole.1:
4996 * modules/FvwmConsole/FvwmConsoleC.pl.1:
4997 * modules/FvwmCpp/FvwmCpp.1:
4998 * modules/FvwmDragWell/FvwmDragWell.1:
4999 * modules/FvwmEvent/FvwmEvent.1:
5000 * modules/FvwmForm/FvwmForm.1:
5001 * modules/FvwmGtk/FvwmGtk.1:
5002 * modules/FvwmIconBox/FvwmIconBox.1:
5003 * modules/FvwmIconMan/FvwmIconMan.1:
5004 * modules/FvwmIdent/FvwmIdent.1:
5005 * modules/FvwmM4/FvwmM4.1:
5006 * modules/FvwmPager/FvwmPager.1:
5007 * modules/FvwmProxy/FvwmProxy.1:
5008 * modules/FvwmRearrange/FvwmRearrange.1:
5009 * modules/FvwmSave/FvwmSave.1:
5010 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5011 * modules/FvwmScript/FvwmScript.1:
5012 * modules/FvwmScroll/FvwmScroll.1:
5013 * modules/FvwmTaskBar/FvwmTaskBar.1:
5014 * modules/FvwmTheme/FvwmTheme.1:
5015 * modules/FvwmWharf/FvwmWharf.1:
5016 * modules/FvwmWinList/FvwmWinList.1:
5017 These man pages were renamed to have a .in suffix.
5018 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5020 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5022 * fvwm/placement.c (__place_window):
5023 fixed starting desk output with bugopts explainwindowplacement
5025 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5027 * fvwm/eventhandler.h:
5028 * fvwm/events.c (InitEventHandlerJumpTable):
5032 Fixed window specific bindings "patch" by sending key release event
5035 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5039 * fvwm/move_resize.c:
5043 * fvwm/decorations.c:
5047 * fvwm/add_window.c:
5050 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5051 it with NUMBER_OF_MOUSE_BUTTONS
5053 * fvwm/style.c (style_parse_focus_policy_style):
5054 * fvwm/focus_policy.h:
5055 * libs/Bindings.c (GrabWindowButton):
5056 * fvwm/bindings.c (bind_get_bound_button_contexts):
5058 * fvwm/events.c (WaitForButtonsUp):
5059 * fvwm/style.c (style_parse_focus_policy_style):
5060 * fvwm/builtins.c (__fake_event):
5061 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5062 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5064 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5067 put -Wall -Wno-implicit-int before user specified flags
5070 Applied below patch again. It didn't make it to CVS (?)
5072 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5074 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5076 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5079 cleaned up ifdef hell
5082 fixed solaris xinerama test
5084 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5088 * libs/FScreen.c (solaris_XineramaQueryScreens):
5089 Solaris Xinerama support.
5092 Patch by Chris Ross.
5094 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5096 * fvwm/events.c (__handle_cr_on_client):
5097 don't reevaluate window geometry when a ConfigureRequest has no size or
5100 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5102 * fvwm/menus.c (get_menu_options):
5104 new menu option TearOffImmediately
5106 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5108 * fvwm/placement.c (__place_get_wm_pos):
5109 cascade placemnt fix by Paul Vojta
5111 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5113 * fvwm/geometry.c (constrain_size):
5114 Don't touch the aspect ratio if modifying the width/height does not
5115 improve the situation
5117 * fvwm/frame.c (frame_free_move_resize_args):
5118 (__frame_setup_window):
5119 (frame_update_hidden_window_pos):
5120 (frame_mrs_resize_move_windows):
5121 (frame_create_move_resize_args):
5122 * fvwm/move_resize.c (__resize_window):
5123 some event handling fixes
5125 * fvwm/geometry.c (constrain_size):
5126 look up the latest size hints if necessary
5128 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5130 * fvwm/geometry.c (constrain_size):
5131 * fvwm/ewmh.c (EWMH_fullscreen):
5132 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5133 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5134 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5135 * fvwm/fvwm.h (window_flags_t):
5136 allow windows to override their size hints when going fullscreen:
5137 minimum and maximum size, size inc, aspect ratio, etc.
5139 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5141 * fvwm/decorations.c (struct):
5142 MWM hints on 64 bit machines fix
5144 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5146 * fvwm/fvwm.1.in (Note):
5147 * fvwm/read.c (CMD_Read):
5149 the Read and PipeRead commands have a return code
5151 * fvwm/read.c (run_command_stream):
5156 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5158 * fvwm/move_resize.c (GetResizeArguments):
5160 fixed parsing of the frame option to the resize command and the pointer
5161 option to the move command
5163 * fvwm/conditional.c (CMD_None):
5164 Fixed CMD_None return code
5166 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5168 * fvwm/stack.c (is_above_unmanaged):
5169 windows on other Desks are always considered on top
5171 * fvwm/conditional.c (CreateConditionMask):
5172 (MatchesConditionMask):
5173 * fvwm/fvwm.h (WindowConditionMask):
5174 new condition Overlapped
5177 inproved strings.h / sring.h iclusion logic
5179 * libs/PictureUtils.c (finish_ct_init):
5180 (PictureInitColors):
5181 use flib_putenv instead of putenv
5183 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5186 * libs/gravity.h (enum):
5187 * libs/wcontext.h (enum):
5190 * fvwm/fvwm.c (StartupStuff):
5191 do not ungrab the pointer while the startup functions execute
5193 ungrab the pointer only after executing the RestartFunction or
5194 ExitFunciton. Otherwise these functions may not be executed if some
5195 other application grabs the pointer.
5198 * fvwm/conditional.c (CreateConditionMask):
5199 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5200 new condition AnyScreen
5203 * fvwm/builtins.c (__fake_event):
5204 * fvwm/bindings.c (ParseBinding):
5205 removed C++ comments
5207 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5210 New options for FvwmButtons module.
5212 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5215 use commas between conditions
5217 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5219 * fvwm/builtins.c (CMD_Wait):
5220 ignore MapNotify reported to any window except the root window
5222 * fvwm/module_interface.c (CONFIGARGS):
5223 correct number of CONFIGARGS arguments
5225 * libs/vpacket.h (ConfigWinPacket):
5226 frame_x and frame_y are signed
5228 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5230 * fvwm/conditional.c:
5234 Committed patch by Norman Yarvin (with a few minor mods) to extend
5235 conditionals to handle multiple window names.
5237 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5239 * fvwm/module_interface.c (CONFIGARGS):
5240 * libs/vpacket.h (ConfigWinPacket):
5241 put window_flags at end of structure
5243 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5245 * fvwm/module_interface.c (CONFIGARGS):
5250 removed old module interface
5253 * libs/vpacket.h (ConfigWinPacket):
5256 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5258 * fvwm/execcontext.c (__exc_change_context):
5259 fixed handling of etrigger event, fixing a problem with PropertyNotify
5260 events during resizing and possibly other problems too
5262 * fvwm/add_window.c (RestoreWithdrawnLocation):
5263 fixed travelling windows if application changed gravity hint before
5266 * fvwm/frame.c (combine_decor_gravities):
5267 (combine_gravities):
5269 (frame_restore_client_gravities):
5270 fixed window gravity after resize
5272 * libs/FEvent.c (FPeekEvent):
5274 (FCheckPeekIfEvent):
5275 fixed some event handling bugs
5277 * fvwm/conditional.c (CMD_Test):
5279 corrected use of Bool types
5281 simplified, fixed compilation
5283 use int as return type
5285 * libs/Ficonv.c (convert_charsets):
5288 * libs/Ficonv.c (convert_charsets):
5289 * acinclude.m4 (ICONV_SECOND_ARG):
5290 rewrote iconf configure test to save an ifdef
5292 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5298 Allow user to specify window-specific bindings that should NOT be
5299 intercepted by FVWM. This is accomplished with an '--' binding action.
5301 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5303 * fvwm/move_resize.c (__resize_window):
5304 Fixed event handling
5306 * fvwm/virtual.c (HandlePaging):
5307 removed check for leave events on pan frames; better query the pointer
5310 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5313 * fvwm/conditional.c:
5314 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5316 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5318 * fvwm/move_resize.c (GetResizeArguments):
5319 (GetResizeMoveArguments):
5322 (__resize_get_refpos):
5323 (__resize_get_dir_proximity):
5324 (__resize_get_dir_from_window):
5325 implemented fluxbox-like Alt-Button3 resizing
5327 * fvwm/virtual.c (HandlePaging):
5328 * fvwm/events.c (__merge_cr_moveresize):
5329 (__test_for_motion):
5330 (flush_property_notify):
5331 do not use XPutBackEvent as it shuffles events on the queue
5332 (test_button_event):
5333 (test_typed_window_event):
5336 * libs/FEvent.c (fev_get_evpos_or_query):
5337 take pointer position from EnterNotify and LeaveNotify events
5339 * fvwm/move_resize.c (__move_loop):
5340 fixed multiple paging with certain SnapGrid / Move interactions
5343 * fvwm/virtual.c (HandlePaging):
5344 Workaround for buggy XFree not delivering some Pointer events
5347 * fvwm/virtual.c (MoveViewport):
5348 don't eat MotionNotify events
5350 * libs/FEvent.c (fev_get_last_event):
5359 (FCheckWindowEvent):
5360 (FCheckTypedWindowEvent):
5364 keep a copy of the previous event in case FPutBackEvent is called
5366 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5369 Indicate optional window argument in section headings for
5370 Key, Mouse, PointerKey & Stroke commands.
5371 Remove strange "-Key" option listed for PointerKey.
5373 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5375 * libs/Fft.c (FftDrawString):
5376 * fvwm/session.c (get_version_string):
5377 * fvwm/module_interface.c (FlushMessageQueue):
5378 * fvwm/fvwm.c (SaveDesktopState):
5380 * fvwm/colorset.c (cleanup_colorsets):
5381 * libs/PictureUtils.c (struct):
5382 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5384 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5386 * fvwm/events.c (__cr_detect_icccm_move):
5387 windows with ewmh hints are assumed to use icccm2 compliant movement
5389 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5390 (ewmh_WMStateMaxHoriz):
5391 fixed restart/maximized problem
5393 * libs/fvwmsignal.c (fvwmReapChildren):
5394 * fvwm/fvwm.c (ReapChildren):
5395 moved function to lib
5397 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5399 * fvwm/modconf.c (send_desktop_geometry):
5402 (send_move_threshold):
5403 (send_ignore_modifiers):
5404 increased static buffer size
5406 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5408 * libs/CombineChars.c (convert_to_ucs2):
5409 Replace illegal UTF-8 character sequences in input
5411 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5414 bugfix: wrong stroke action being invoked.
5416 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5421 Active _last_ matching binding. (ie. same behaviour as before
5422 win-specific bindings patch.)
5423 bugfix: segfault when looking up stroke bindings in root context.
5425 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5431 * fvwm/module_interface.c:
5434 * modules/FvwmScript/FvwmScript.c:
5435 * modules/FvwmScript/Instructions.c:
5436 Implemented window-specific key/mouse bindings.
5438 * modules/FvwmIconBox/FvwmIconBox.h:
5442 Make args to matchWildcards() const.
5444 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5446 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5448 * fvwm/ewmh.c (EWMH_fullscreen):
5451 * fvwm/add_window.c (AddWindow):
5452 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5454 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5455 (ewmh_WMStateMaxVert):
5456 (ewmh_WMStateShaded):
5457 (ewmh_WMStateSticky):
5458 (ewmh_WMStateStaysOnBottom):
5461 don't try to maximize window when looking up the style
5463 (ewmh_WMStateFullScreen):
5464 (ewmh_WMStateHidden):
5465 (ewmh_WMStateMaxVert):
5466 (ewmh_WMStateModal):
5467 (ewmh_WMStateShaded):
5468 (ewmh_WMStateSkipPager):
5469 (ewmh_WMStateSticky):
5470 (ewmh_WMStateStaysOnBottom):
5471 fixed ignoring ewmh hints
5473 * fvwm/expand.c (expand_vars_extended):
5474 include full path in iconfile and miniiconfile variables
5476 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5478 * fvwm/functions.c (execute_complex_function):
5480 fixed double click patch
5482 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5484 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5485 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5487 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5489 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5492 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5494 * libs/FImage.c (FShmSafeCreateImage):
5495 Yet another fix to SHM remote client problem
5497 2004-05-26 Francis Litterio <franl@world.std.com>
5501 * fvwm/placement.c (__place_get_wm_pos)
5502 * fvwm/style.c (style_parse_one_style_option)
5503 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5505 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5507 * fvwm/events.c (HandleEnterNotify):
5508 fixed endless loop of edge commands when doing something that grabs
5511 * fvwm/functions.c (CheckActionType):
5512 (execute_complex_function):
5513 double clicks no longer work when pressing different buttons
5515 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5517 * fvwm/placement.c (__place_get_wm_pos):
5518 fixed placement in top left corner when pressing escape during manual
5521 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5525 added Chinese translations
5527 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5529 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5532 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5534 * fvwm/conditional.c:
5536 clean up Test code and documentation, add new False condition,
5537 unrecognized conditions produce Error return code now
5539 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5541 * fvwm/style.c: Remove extra char.
5543 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5545 * fvwm/ewmh.c (ewmh_atom_client_win):
5546 * fvwm/ewmh_intern.h:
5547 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5548 (ewmh_MoveResizeWindow):
5549 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5551 * fvwm/events.c (__handle_cr_on_client):
5552 (__handle_configure_request):
5553 (events_handle_configure_request):
5554 Some renaming for consistency, force restacking if the event come from
5557 * fvwm/ewmh_events.c (ewmh_MoveResize):
5558 Fixed _NET_WM_MOVERESIZE
5560 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5563 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5564 (EWMH_SetFrameStrut):
5565 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5567 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5569 * libs/FImage.c (FShmSafeCreateImage):
5570 Finished to fix SHM remote client problem
5572 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5574 * libs/FImage.c (FShmSafeCreateImage):
5575 Fixed when we are a remote client
5577 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5588 new default ~/.fvwm/config file is now recommended instead of
5589 still supported ~/.fvwm/.fvwm2rc
5591 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5593 * fvwm/menus.c (NewMenuRoot):
5594 do not strip whitespace from menu names when creating a new menu
5596 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5598 * fvwm/menuitem.c (menuitem_get_size):
5600 renamed remaining "mips" to mipst
5602 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5604 * fvwm/events.c (HandleMapRequestKeepRaised):
5605 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5606 Fixed EWMH DesktopGeometry and Stacking list
5608 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5610 * fvwm/virtual.c (GetDeskNumber):
5613 fixed MoveToDesk with one argument
5615 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5617 * fvwm/style.c (style_parse_one_style_option):
5619 * fvwm/conditional.c (MatchesConditionMask):
5621 * fvwm/window_flags.h:
5624 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5629 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5631 * fvwm/move_resize.c (unmaximize_fvwm_window):
5632 fixed redrawing of maximize button when unmaximizing but when the size
5633 and position does not change
5635 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5637 * fvwm/expand.c (expand_vars_extended):
5638 new extended variable $[w.layer]
5640 * fvwm/move_resize.c (MaximizeHeight):
5643 applied modified layer patch for maximize by Rafal Bisingier
5645 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5647 * fvwm/add_window.c (setup_frame_attributes):
5648 Hopefully fixed BackingStore code and removed now useless backing store
5651 * fvwm/expand.c (expand_vars_extended):
5652 new extended variable $[w.desk]
5654 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5658 increased version to 2.5.11
5663 updated for 2.5.10 release
5665 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5666 improved rotation code
5668 * libs/gravity.c (gravity_add_rotations):
5671 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5673 * fvwm/placement.c (__explain_placement):
5676 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5679 * fvwm/builtins.c (CMD_BugOpts):
5680 * fvwm/screen.h (ScreenInfo):
5681 new BugOpts option ExplainWindowPlacement
5682 renamed some members of Screen
5684 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5686 * fvwm/placement.c (__place_get_wm_pos):
5687 (__place_get_nowm_pos):
5688 (__place_get_placement_flags):
5690 (__place_handle_x_resources):
5691 (setup_window_placement):
5692 split into multiple functions
5695 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5697 * fvwm/add_window.c (setup_window_placement):
5698 * fvwm/placement.c (setup_window_placement):
5699 moved function to placement.c
5700 fixed using PLACE_AGAIN placement mode
5705 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5707 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5708 allow a negative line_width to invert the relief
5710 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5712 * libs/Flocale.c (FlocaleDrawString)
5713 (FlocaleDrawUnderline)
5715 reduced redundant calls to iconv
5717 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5719 * fvwm/move_resize.c (CMD_XorValue):
5720 fixed a very small outline drawing problem caused by using 0 line width
5725 increased version to 2.5.10
5729 updated for 2.5.9 release
5731 * fvwm/functions.c (execute_function_override_window):
5732 * fvwm/module_interface.c (ExecuteModuleCommand):
5733 * fvwm/conditional.c (circulate_cmd):
5734 sometimes, DeferExecution was called although a window was already
5735 selected, for example with the "Current" commend; fixed
5737 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5739 * libs/FImage.c (FShmSafeCreateImage):
5740 Fixed some safety tests
5742 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5744 * fvwm/events.c (__handle_cr_on_client):
5745 fixed a bug in the Jave configure request workaround
5747 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5749 * fvwm/events.c (__cr_detect_icccm_move):
5750 improved motion method detection for fullscreen requests
5752 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5754 * fvwm/add_window.c (AddWindow):
5755 * fvwm/screen.h (ScreenInfo):
5756 * fvwm/builtins.c (CMD_BugOpts):
5757 new BugOpts option DisplayNewWindowNames intended for debugging
5759 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5761 * libs/Bindings.c (FvwmStringToKeysym):
5762 small performance enhancement
5764 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5766 fixed the FlickeringMoveWorkaround option which did nothing before
5768 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5770 * fvwm/style.c (style_parse_one_style_option):
5772 * fvwm/style.h (SIS_UNMANAGED):
5773 * fvwm/add_window.c (AddWindow):
5776 * fvwm/expand.c (expand_vars_extended):
5777 new variables $[w.iconfile] and $[w.miniiconfile]
5779 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5780 made left side of a relief one pixel longer at the bottom
5782 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5784 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5785 * fvwm/style.c (style_set_old_focus_policy):
5786 fixed default window list order with ClickToFocus
5788 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5790 * fvwm/libs/Flocale.h:
5791 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5792 (FlocaleStringByteToCharOffset)
5793 (FlocaleStringCharToByteOffset)
5794 (FlocaleStringCharLength):
5795 Made utility functions available outside of Flocale
5797 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5799 * fvwm/events.c (__test_for_motion):
5800 Fixed a lockup, see the long comment in the code
5802 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5804 * fvwm/schedule.c (execute_obj_func):
5805 fixed using uninitialised return code
5807 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5809 * fvwm/builtins.c (do_title_style):
5810 Fixed MinHeight, it must reset the Height
5812 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5814 * fvwm/menus.c (menuShortcuts):
5815 applied menu navigation patch by Anton Kazennikov
5817 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5819 * libs/gravity.c (gravity_dir_to_string):
5820 (gravity_parse_dir_argument):
5821 use a constant for the dir table
5823 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5825 * fvwm/Flocale.c (FlocaleEncodeString)
5826 (FlocaleDrawUnderline):
5827 Fixed crash when there's no Iconv support
5829 2003-12-16 olicha <olivier.chapuis@free.fr>
5832 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5834 * sample.fvwmrc/system.fvwm2rc-sample-95:
5835 Added some Xft fonts
5837 2003-12-12 olicha <olivier.chapuis@free.fr>
5839 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5840 Fixed ewmh FullScreen when an application start fullscreen and
5841 desactivate this state
5843 2003-12-04 olicha <olivier.chapuis@free.fr>
5845 * fvwm/placement.c (test_fit):
5847 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5848 (EWMH_GetBaseStrutIntersection):
5849 (EWMH_GetStrutIntersection):
5850 Fixed placement vs the base struts
5852 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5854 * sample.fvwmrc/system.fvwm2rc-sample-95:
5855 improved Debian specific menu
5857 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5859 * sample.fvwmrc/system.fvwm2rc-sample-95:
5860 several updates; added Debian menu if found
5862 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5865 new configure option --en/disable-iconv
5867 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5869 * fvwm/menus.c (__mloop_handle_event):
5870 * fvwm/menustyle.c (menustyle_parse_style):
5872 new MenuStyle options PopupIgnore and PopupClose
5874 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5876 * fvwm/menus.c (menu_binding): Remove debug code.
5877 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5878 * fvwm/menus.h: Add menu_binding function.
5879 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5881 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5883 * libs/wcontext.h (enum): Add MENU context.
5884 * libs/wcontext.c (win_contexts): More common binding contexts first in
5886 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5889 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5893 increase version to 2.5.9
5895 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5902 updated for 2.5.8 release
5904 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5908 initially added files for deb package auto-creating procedure
5910 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5914 added Swedish translations by Johan Svedberg
5919 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5921 * fvwm/add_window.c (GetWindowSizeHints):
5922 reindented broken hint messages
5924 2003-10-23 Mikhael Goikhman <migo@homemail.com>
5927 improved Perl detection messages,
5928 restored FvwmGtkDebug independence from gtk libs
5930 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5934 added German translations by Andrei Mitrofanow
5939 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5944 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5947 * fvwm/conditional.c (CreateConditionMask):
5948 (MatchesConditionMask):
5949 (CreateConditionMask):
5950 * fvwm/fvwm.h (WindowConditionMask):
5951 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5953 2003-09-23 olicha <olivier.chapuis@free.fr>
5955 * libs/FImage.c (FShmInit):
5958 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5960 * fvwm/focus.c (warp_to_fvwm_window):
5961 don't unnecessarily call MoveViewport
5963 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5965 * fvwm/decorations.c (__is_resize_allowed):
5968 2003-09-06 malu <ml@update.uu.se>
5970 * libs/FBidi.c (FBidiConvert):
5971 * libs/CombineChars.c (CombineChars):
5972 Fixed drawing combining characters on correct positions in
5973 right-to-left context
5975 2003-09-05 malu <ml@update.uu.se>
5977 * libs/Flocale.c (FlocaleDrawString):
5979 Fixed drawing of combining characters with font shadow
5980 (character offsets were miscalculated, since FlocaleTextWidth
5983 2003-09-05 malu <ml@update.uu.se>
5985 * libs/Flocale.c (FlocaleDrawUnderline):
5986 Fixed bug with text width when a string contains only
5987 "orphaned" combining characters (compensation for font shadowd
5990 2003-09-04 olicha <olivier.chapuis@free.fr>
5993 Added E.18, added comments on C.9 and C.15
5995 2003-09-03 olicha <olivier.chapuis@free.fr>
5997 * libs/Flocale.c (FlocaleTextWidth):
5998 Fixed a comb_char core dump
6001 Fixed compilation if either iconv, libpng or Xrender headers are
6002 not at a standard place
6004 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6007 fixed error message for incorrect --with-SOMETHING-library argument
6009 2003-09-03 olicha <olivier.chapuis@free.fr>
6012 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6014 2003-09-02 olicha <olivier.chapuis@free.fr>
6019 2003-09-01 olicha <olivier.chapuis@free.fr>
6021 * libs/gravity.c (gravity_dir_to_string):
6022 A new interface function to transform a direction_t to a string
6024 2003-08-31 S. Anderson <sa@xmission.com>
6026 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6027 Fixed missing font charsets
6029 2003-08-28 olicha <olivier.chapuis@free.fr>
6031 * fvwm/move_resize.c (__move_loop):
6032 (AnimatedMoveAnyWindow):
6033 Updated bg of transparent tear off menu when moved
6035 * fvwm/events.c (HandlePropertyNotify):
6036 Updated ParentRelative tear off menu on bg change
6038 * fvwm/menus.c (UpdateMenuColorset):
6039 Updated colorsets of tear off menu when they change, this handle the
6040 case of root background change for RootTransparent
6043 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6044 An utility function for redrawing transparent tear off menu. Maybe
6047 * fvwm/add_window.c (validate_transientfor):
6048 Fixed transient for an ewmh desktop
6050 2003-08-27 olicha <olivier.chapuis@free.fr>
6052 * libs/FRender.c (FRenderRender):
6053 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6054 Removed and fixed some unused code
6056 2003-08-25 olicha <olivier.chapuis@free.fr>
6058 * fvwm/misc.c (GrabEm):
6059 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6061 * fvwm/modconf.c (send_color_limit):
6062 ifndefed color limit config info message which is not used anymore
6064 * fvwm/colorset.c (parse_colorset):
6065 Added a note on average bg
6067 2003-08-23 olicha <olivier.chapuis@free.fr>
6069 * fvwm/style.c (print_styles):
6070 More info on memory used
6072 * fvwm/style.c (__simplify_style_list):
6073 Fixed upward simplication
6075 2003-08-14 olicha <olivier.chapuis@free.fr>
6077 * fvwm/ewmh.c (ewmh_HandleMenu):
6078 Fixed the MENU window type, they are tear off menus
6081 * fvwm/update.c (apply_window_updates):
6082 * fvwm/stack.c (new_layer):
6083 * fvwm/ewmh.c (EWMH_GetStyle):
6084 Fixed EWMHUseStackingHints update
6086 * fvwm/window_flags.h:
6088 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6089 (ewmh_WMStateMaxHoriz):
6090 (ewmh_WMStateMaxVert):
6091 * fvwm/move_resize.c (unmaximize_fvwm_window):
6092 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6093 uniconify and unshade when putting a window fullscreen
6095 * fvwm/ewmh_intern.h:
6096 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6097 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6099 * fvwm/move_resize.c (unmaximize_fvwm_window):
6102 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6103 * fvwm/decorations.c (SelectDecor):
6104 * fvwm/windowshade.c (CMD_WindowShade):
6105 Removed the decor for EWMH fullscreen windows, forbid shading and
6106 allows Resize and MoveResize without unsetting the fullscreen/maximized
6109 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6110 (CMD_ResizeMaximize):
6111 Fixed ewmh state which was not set after these cmds
6113 2003-08-09 olicha <olivier.chapuis@free.fr>
6118 2003-08-08 olicha <olivier.chapuis@free.fr>
6120 * fvwm/borders.c (border_draw_vector_to_pixmap):
6121 Fixed inversion of fg and bg in vector buttons
6123 * fvwm/style.c (__simplify_style_list):
6126 * libs/System.c (fvwm_mkstemp):
6129 2003-08-07 olicha <olivier.chapuis@free.fr>
6132 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6134 * libs/System.c (fvwm_mkstemp):
6136 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6137 exists and work correctly, if not a replacement function is used
6138 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6141 * libs/fsm.c (unique_filename):
6142 (SetAuthentication):
6143 * fvwm/session.c (getUniqueStateFilename):
6144 Replaced tempnam by fvwm_mkstemp
6146 2003-08-07 olicha <olivier.chapuis@free.fr>
6149 * libs/FSMlib.h (new file):
6150 * fvwm/session.c (*):
6152 fvwmize SMlib and ICElib
6154 * fvwm/session.c (matchWin):
6155 Fixed window matching for windows with no SM_CLIENT_ID and a
6158 * libs/fsm.c (new file):
6159 * libs/fsm.h (new file):
6160 * fvwm/ConfigFvwmDefaults
6161 A set of functions for implementing a dummy session manager
6164 GNOME 1 hints and EWHM support is not a configure time option
6167 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6169 * fvwm/add_window.c (AddWindow):
6170 fixed stickyness across desks over a restart
6172 2003-08-06 olicha <olivier.chapuis@free.fr>
6174 * fvwm/ewmh.c (EWMH_WindowInit):
6175 (EWMH_SetFrameStrut):
6176 Fixed position of kde tray windows in kicker
6178 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6180 * fvwm/module_interface.c (FlushMessageQueue):
6181 retry writing pipe if write returns EINTR
6183 2003-07-28 olicha <olivier.chapuis@free.fr>
6185 * fvwm/events.c (events_handle_configure_request):
6186 (HandleConfigureRequest):
6187 (__handle_configure_request):
6188 (__handle_cr_on_client):
6189 * fvwm/ewmh.c (ewmh_atom_client_win):
6190 * fvwm/ewmh_intern.h:
6191 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6192 (EWMH_ProcessClientMessage):
6193 Implemented _NET_MOVERESIZE_WINDOW
6195 * fvwm/fvwm.c (main):
6198 2003-07-25 olicha <olivier.chapuis@free.fr>
6200 * fvwm/ewmh.c (ewmh_HandleWindowType):
6201 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6202 that one type and we do not support the first one.
6204 * fvwm/expand.c (expand_vars_extended):
6205 Fixed conflict between extended variables name (desk.name and
6208 * fvwm/session.c (callback_save_yourself):
6209 Respect the SmSaveGlobal save type. This should fix some session
6210 locking in the sm protocol
6212 * fvwm/session.c (setSmProperties):
6214 Set some sm properties when fvwm start for fixing a problem with
6215 the restart style hint after a restart.
6217 * fvwm/fvwm.c (get_display_name):
6220 * fvwm/session.c (setSmProperties):
6222 Added a possible positive or null arg to --single-screen which
6223 forces fvwm to start on the "current" display and the given
6224 screen. Use this to fix fvwm starting under a session manager:
6225 specify only the screen and not the display.screen for the
6228 * fvwm/fvwm.c (main):
6229 Fixed possible memory corruption if a display has more than
6232 * fvwm/session.c (*):
6235 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6238 fixed xft/fontconfig detection with pkg-config
6241 corrections in some long option names
6243 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6245 * fvwm/add_window.c (setup_style_and_decor):
6246 * fvwm/geometry.c (set_window_border_size):
6247 * fvwm/fvwm.h (FvwmWindow):
6248 * fvwm/events.c (HandleShapeNotify):
6249 * fvwm/frame.c (frame_free_move_resize_args):
6250 (frame_setup_shape):
6251 (frame_reshape_border):
6252 fixed resizing of window borders if a window shape was added or deleted
6253 after the initial window setup
6255 * fvwm/update.c (apply_window_updates):
6258 * fvwm/events.c (__cr_detect_icccm_move):
6259 disable motion method detection for shaped windows
6261 2003-07-21 olicha <olivier.chapuis@free.fr>
6263 * fvwm/add_window.c (setup_window_structure):
6264 * fvwm/session.c (MatchWinToSM):
6265 Preserve is_name_changed window_flags within restart, session loading
6268 2003-07-20 olicha <olivier.chapuis@free.fr>
6270 * fvwm/ewmh.c (EWMH_Init):
6271 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6273 * fvwm/fvwm.c (InternUsefulAtoms):
6275 * fvwm/session.c (GetWindowRole):
6276 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6278 * fvwm/session.c (GetClientID):
6279 Better determination of the CLIENT_LEADER
6281 * fvwm/session.c (setSmProperties):
6282 Set the CloneCommand for gnome-session editor (the sm spec says this
6283 properties is required). Removed the commented XSM ifdef.
6285 * fvwm/session.c (matchWin):
6287 Consider client only if it has a client id or a wm command.
6288 Removed the "two entries" session previous commit
6290 2003-07-16 olicha <olivier.chapuis@free.fr>
6292 * fvwm/session.c (MatchWinToSM):
6293 Fixed restoring session state, if two window session entries have the
6294 same identifier ignore these entries
6296 2003-07-16 olicha <olivier.chapuis@free.fr>
6299 * fvwm/style.h (SID_GET_NAME):
6301 (SID_GET_WINDOW_ID):
6302 (SID_SET_WINDOW_ID):
6305 (SID_SET_HAS_WINDOW_ID):
6306 (SID_GET_HAS_WINDOW_ID):
6312 (SSET_ID_HAS_WINDOW_ID):
6313 (SGET_ID_HAS_WINDOW_ID):
6314 * fvwm/style.c (style_ids_are_equals):
6315 (style_id_equals_id):
6316 (styles_have_same_id):
6317 (fw_match_style_id):
6318 (one_fw_can_match_both_ids):
6319 (remove_all_of_style_from_list):
6320 (__simplify_style_list):
6321 (style_parse_one_style_option):
6323 (style_destroy_style):
6329 (CMD_DestroyWindowStyle):
6330 * fvwm/fvwm.h (style_id_t):
6332 * fvwm/functable.c (func_table):
6333 * fvwm/add_window.c (destroy_window):
6336 New WindowStyle and DestroyWindowStyle command for setting styles
6339 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6341 * libs/Flocale.c (FlocaleDrawString):
6342 * libs/FBidi.c (FBidiConvert):
6343 fixed drawing of combining characters in the case where a string
6344 consists of only combining characters
6346 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6348 * libs/CombineChars.c (CombineChars):
6349 bugfix: array mapping visual to logical position was allocated
6350 to small (factor 2) in decoposing code
6352 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6354 * libs/Flocale.c (FlocaleEncodeWinString):
6357 * libs/Flocale.c (FlocaleDrawString):
6358 (FlocaleRotatedDrawString):
6359 removed some code duplication
6361 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6363 * libs/CombineChars.c (combclass_table):
6365 fixed supporting drawing marks superimposed that are in a combining
6368 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6370 * libs/Flocale.c (FlocaleRotateDrawString):
6372 fixed core dump when composing characters can't be converted to
6375 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6380 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6385 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6388 updated with reagrds to combing characters
6390 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6395 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6397 * libs/Flocale.c (FlocaleEncodeString):
6398 (FlocaleEncodeWinString):
6399 (FlocaleRotateDrawString):
6400 (FlocaleDrawString):
6401 (FlocaleDrawUnderline):
6402 fixed rendering combining characters using Unicode font in a
6405 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6408 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6410 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6413 fixed FBidi.h macro to work with no FriBIDI
6415 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6417 * libs/CombineChars.h (CombineChars):
6418 * libs/CombineChars.c (CombineChars):
6419 * libs/FBidi.h (FBidiConvert):
6420 * libs/FBidi.c (FBidiConvert):
6421 * libs/Flocale.c (FlocaleEncodeString):
6422 (FlocaleEncodeWinString):
6423 (FlocaleDrawUnderline):
6425 fixed drawing of underlines on characters to work in with BIDI
6426 and combining characters
6428 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6431 closed D.1 with "no consensus" resolution
6433 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6436 documented tear off menus
6438 * fvwm/placement.c (PlaceWindow):
6439 StartsOnPage + SkipMapping overrides PPosition
6441 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6444 solved a problem with CMD_Dummy and exact command spelling
6446 * libs/CombineChars.c:
6447 * libs/CombineChars.h:
6449 minor reformattings (use TABs not 8 spaces and a space after keywords
6450 like for, if or while)
6452 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6454 * fvwm/update.c (apply_window_updates):
6456 * fvwm/add_window.c (setup_style_and_decor):
6458 * fvwm/style.c (style_parse_one_style_option):
6459 (check_window_style_change):
6460 new style MoveWindowByProgramMethod
6462 * libs/PictureImageLoader.c (PImageLoadXpm):
6463 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6465 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6466 implemented _NET_WM_STATE_FULLSCREEN handling
6468 * fvwm/move_resize.c (GetOnePositionArgument):
6469 fixed parsing of "+-x +-y" Move arguments
6471 use get_page_offset_check_visible
6473 * fvwm/geometry.c (get_page_offset_check_visible):
6474 new convenience function
6476 * fvwm/events.c (__handle_cr_on_client):
6477 fixed handling of gravities other than NW or Static
6478 (__cr_detect_icccm_move):
6481 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6487 * libs/CombineChars.c:
6488 * libs/CombineChars.h:
6489 * libs/Flocale.c (FlocaleEncodeString):
6493 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6496 2003-07-06 olicha <olivier.chapuis@free.fr>
6498 * libs/FRender.c (FRenderRender):
6501 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6503 * fvwm/ewmh.c (ewmh_check_wm_pid):
6505 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6506 compliant ConfigureNotify handling
6508 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6510 * libs/Flocale.c (FlocaleDrawUnderline):
6511 Commented out some non-working new code
6513 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6515 * libs/Flocale.c (FlocaleDrawString):
6516 fixed drawing superimposed characters with a fontset
6518 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6520 * fvwm/events.c (__cr_detect_icccm_move):
6521 (__handle_cr_on_client):
6522 (__cr_get_grav_position):
6523 (__cr_get_static_position):
6524 * fvwm/window_flags.h:
6526 try to autodetect whether application uses the icccm way of moving
6527 windows of the traditional way always using static gravity
6530 moved SIGNAL_RETURN macro definition to acconfig.h
6532 * fvwm/module_interface.c (DeadPipe):
6533 * fvwm/fvwm.c (SigDone):
6536 use SIGNAL_RETURN macro
6538 * fvwm/events.c (__handle_cr_on_client):
6539 (__merge_cr_moveresize):
6540 (__cr_detect_icccm_move):
6542 * fvwm/events.c (__handle_cr_on_unmanaged):
6543 (__handle_cr_on_icon):
6544 (__handle_cr_on_shaped):
6545 (__handle_cr_restack):
6546 (__handle_cr_on_client):
6547 (HandleConfigureRequest):
6548 split the ConfigureRequest code into multiple functions
6550 * fvwm/update.c (apply_window_updates):
6551 fixed drawing of window decorations when "Style * Neverfocus" is used
6553 * fvwm/events.c (HandleKeyPress):
6554 fixed a bug with key binding contexts
6556 * fvwm/functions.c (__execute_function):
6557 * fvwm/expand.c (expand_vars):
6558 (expand_vars_extended):
6559 new extended variable $[func.context]
6563 moved some code to the new files
6574 fixed a problem with uninitialised global variable
6576 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6578 * libs/Bindings.c (key_modifiers):
6579 moved to new file wcontext.c
6581 * libs/gravity.c (gravity_parse_dir_argument):
6582 added aliases for compass directions:
6593 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6596 * libs/Flocale.c (FlocaleDrawString):
6597 (FlocaleRotateDrawString):
6598 Fixes to work without Fribidi
6600 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6605 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6607 * libs/FbidiJoin.c (get_shaped_combined_char):
6609 Removed unused (get_shaped_combined_char) and commented out code
6610 Combining ligatures done in FCombineChars
6612 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6614 * libs/Flocale.c (FlocaleDrawString):
6615 (FlocaleRotateDrawString):
6618 * libs/FBidi.c (FBidiConvert):
6620 * libs/FCombineChars.h:
6621 * libs/FCombineChars.c (FCombineChars):
6622 Added support for drawing superimposed combining characters
6624 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6627 * fvwm/functable.c (func_table):
6628 * fvwm/functions.c (CMD_TearMenuOff):
6633 merged all dummy commands into one: CMD_Dummy
6635 2003-07-01 olicha <olivier.chapuis@free.fr>
6637 * fvwm/menus.c (DestroyMenu):
6641 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6643 * fvwm/menustyle.c (menustyle_copy):
6647 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6652 2003-06-30 olicha <olivier.chapuis@free.fr>
6654 * fvwm/menus.c (do_menu):
6656 (do_menu_close_tear_off_menu):
6657 (menu_close_tear_off_menu):
6658 Allowed to destroy tear off menu!
6660 * fvwm/menus.c (menu_tear_off):
6661 (menu_close_tear_off_menu):
6662 (do_menu_close_tear_off_menu):
6663 (clone_menu_root_static):
6669 Fixed client leaks (only create new client for menu if it is a tear off
6670 menu). Created a dedicated menu style for each tear off menu.
6672 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6675 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6677 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6679 * fvwm/virtual.c (do_move_window_to_desk):
6681 fixed "Visible" condition on non current desks
6683 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6687 shortened some comments
6688 removed GPL from .h files
6689 added GPL to all .c files
6690 include config.h in all .c files
6691 added "/* -*-c-*- */" where missing
6692 some reformatting and reindenting
6694 * fvwm/module_interface.c:
6695 * fvwm/module_interface.h:
6703 * fvwm/windowshade.c:
6705 * fvwm/conditional.c:
6717 * fvwm/add_window.c:
6721 * fvwm/eventhandler.h:
6723 * fvwm/add_window.h:
6729 renamed types func_type, repeat_t, initial_window_options_t,
6730 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6731 last_added_item_type, common_flags_type, multi_direction_type,
6732 msg_masks_type to ..._t
6734 * fvwm/functions.c (__execute_function):
6735 (execute_complex_function):
6736 * fvwm/condrc.c (condrc_init):
6737 new function in new file to encapsulate all cond_rc_t handling
6740 * fvwm/fvwm.h (cond_rc_t):
6742 moved typed to new file
6746 * fvwm/functable.c (func_table):
6747 * fvwm/functions.c (__run_complex_function_items):
6748 (__execute_function):
6750 * fvwm/conditional.c (CMD_Break):
6751 (__rc_matches_rcstring_consume):
6752 Break takes the number of function levels to break out of as an
6755 * fvwm/expand.c (expand_vars_extended):
6756 * fvwm/conditional.c (circulate_cmd):
6759 (__rc_matches_rcstring_consume):
6768 (__run_complex_function_items):
6769 (execute_complex_function):
6773 * fvwm/conditional.c:
6774 renamed fvwm_cond_func_rc by cond_rc_t
6775 made a type a struct
6776 added a member to indicate the number of function levels to break out
6779 * fvwm/functable.c (func_table):
6780 * fvwm/conditional.c (CMD_TestRc):
6781 replaced conditional commands:
6783 CondCase -> KeepRc TestRc
6785 (__rc_matches_rcstring_consume):
6788 * fvwm/conditional.c (CMD_CondCase):
6789 fixed the CondCase command
6791 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6794 new configure option --deisable-gtk to disable detection of gtk library
6797 cleaned up documentation of conditional commands
6798 general man page cleanup
6800 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6802 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6805 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6808 cleaned up of CirculateHit... conditions
6810 2003-06-15 olicha <olivier.chapuis@free.fr>
6812 * fvwm/style.c (__simplify_style_list):
6813 Fixed is_merged_allowed: rest it to True when cur change
6814 Added "upward" simplification
6816 2003-06-14 olicha <olivier.chapuis@free.fr>
6818 * fvwm/style.c (__simplify_style_list):
6821 Fixed blockand which always returned True. Added blocksintersect which
6822 returns the same value as blockand but faster.
6824 2003-06-13 olicha <olivier.chapuis@free.fr>
6828 Fixed fontconfig and xft2 for version without *-config binnary. Used
6829 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6830 fontconfig and xft2 if the version is < the required version
6831 (even if --disable-*test).
6833 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6836 define M_PI and M_PI_2 if they are not defined by math.h
6838 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6840 * libs/Colorset.c (LoadColorset):
6841 added a note to update Colorsets.pm too when the format is changed
6843 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6845 * WindowStyle_proposal.txt:
6846 s/WindowId/ThisWindow/ and other minor changes
6848 2003-06-06 olicha <olivier.chapuis@free.fr>
6850 * libs/PictureImageLoader.c (PImageLoadPng):
6851 Fixed loading of png images if the caller want no alpha
6853 2003-06-04 olicha <olivier.chapuis@free.fr>
6855 * libs/Flocale.c (FlocaleEncodeString):
6858 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6861 only FCombineChars.c was distributed not FCombineChars.h
6863 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6865 * libs/FCombineChars.c (convert_to_utf8)
6866 fixed a bug when converting back to UTF-8 and a bug giving
6867 garbage at end of string in some cases
6869 * libs/Flocale.c (FlocaleEncodeString)
6870 fixed problem regarding combining-characters when BIDI is used
6872 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6875 * libs/Flocale.c (FlocaleEncodeString):
6876 * libs/FCombineChars.c:
6877 * libs/FCombineChars.h:
6878 implemeted support for combining characters
6880 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6883 set the version 2.5.8
6885 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6889 SetEnv with only one parameter is ignored now
6891 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6893 * NEWS: Add 2.4.16 news.
6895 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6897 * fvwm/functions.c (expand_extended_var):
6899 fixed expanding variables that are empty, for example $[w.resource]
6900 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6905 2003-05-29 olicha <olivier.chapuis@free.fr>
6907 * fvwm/ewmh.c (ewmh_atom_wm_state):
6908 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6910 2003-05-28 olicha <olivier.chapuis@free.fr>
6915 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6917 * fvwm/focus.c (__update_windowlist):
6918 don't fiddle with the window list for windows that are going to be
6921 * fvwm/add_window.c (delete_client_context):
6922 (destroy_auxiliary_windows):
6924 fixed empty frame windows when X reused the window id for a new window
6925 while the old one was scheduled to be destroyed
6927 2003-05-26 olicha <olivier.chapuis@free.fr>
6929 * fvwm/icons.c (GetIconBitmap):
6930 (set_icon_pixmap_background):
6932 (DrawIconPixmapWindow):
6934 Fixed loading of application supplied pixmap on 8/24 depth screen
6936 2003-05-25 Dan Espen <dane@mk.telcordia.com>
6938 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6941 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6944 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6946 * fvwm/misc.c (GrabEm):
6947 do not confine the pointer to the root window when grabbed; this can
6948 cause the pointer to be warped to another screen
6949 * fvwm/menus.c (get_menu_options):
6950 fixed placement of menus on Xinerama screens
6951 * libs/FScreen.c (FScreenGetResistanceRect):
6952 fixed function to do something useful
6953 * libs/Flocale.c (FlocaleDrawString):
6954 support font shadowing without colorsets
6955 * libs/ColorUtils.c:
6957 * fvwm/menuitem.c (menuitem_paint):
6958 do not use colorsets in menus if they are not defined
6959 * fvwm/menustyle.c (menustyle_parse_style):
6960 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6963 2003-05-23 olicha <olivier.chapuis@free.fr>
6965 * fvwm/bindings.c (ParseBinding):
6966 (bind_get_bound_button_contexts):
6967 * libs/Bindings.c (GrabWindowButton):
6968 Fixed window button grabbing
6970 2003-05-22 olicha <olivier.chapuis@free.fr>
6972 * fvwm/colorset.c (parse_colorset):
6975 * fvwm/borders.c (border_fill_pixmap_background):
6976 Fixed problem with depth 1 pixmap
6978 * fvwm/conditional.c (CMD_On):
6981 * fvwm/conditional.c (CreateConditionMask):
6982 Fixed memory leaks for layer and state
6984 2003-05-22 Mikhael Goikhman <migo@homemail.com>
6987 added perllib/FVWM/Tracker/Makefile
6989 2003-05-22 olicha <olivier.chapuis@free.fr>
6993 * fvwm/style.c (print_styles):
6994 * fvwm/builtins.c (CMD_PrintInfo):
6995 New style subject to PrintInfo
6997 2003-05-20 olicha <olivier.chapuis@free.fr>
6999 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7000 Allowed empty xft font name
7003 * libs/flist.c (new file):
7004 * libs/flist.h (new file):
7005 Added a flist structure and some basic function for handling such
7008 * libs/FGettext.c (*):
7009 Use the new flist struct and functions interface
7011 * fvwm/screen.h (ScreenInfo):
7012 * fvwm/update.c (destroy_scheduled_windows):
7013 * fvwm/add_window.c (destroy_window):
7014 Added a list for the windows which are scheduled for destroy
7015 Remove a fw at once from the fw list when we destroy_window
7017 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7019 * fvwm/style.c (CMD_DestroyStyle):
7020 do not update windows if no style was deleted
7021 (check_window_style_change):
7022 fixed update of window styles w/ DestroyStyle
7024 2003-05-18 olicha <olivier.chapuis@free.fr>
7026 * fvwm/conditional.c (CMD_On):
7027 Added x,r,w,f and i file condition to the On command
7029 * fvwm/add_window.c (destroy_window):
7030 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7031 but scheduled for destroy. Not sure that the fix is good.
7033 * fvwm/functions.c (__execute_function):
7035 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7036 This fixes some cores dumps with "recursives" functions
7038 * fvwm/borders.c (border_create_root_transparent_pixmap):
7039 (border_draw_decor_to_pixmap):
7040 Fixed a core dump with a root transparent rotated title
7041 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7043 * libs/FGettext.c (fgettext_add_one_path):
7045 (FGettextSetLocalePath):
7046 Fixed memory leak and chainning
7048 * fvwm/builtins.c (CMD_PrintInfo):
7049 Fixed a parsing leak
7051 * fvwm/conditional.c (Circulate):
7052 Fixed a mask memory leaks
7055 * libs/Flocale.c (FlocaleGetFont):
7056 (FlocaleGetFontSet):
7057 (FlocaleGetFftFont):
7058 Fixed a core dump when a 0 font is given with an encoding hints.
7059 Added a default FFT font
7061 * fvwm/builtins.c (CMD_DefaultFont):
7062 Fixed a core dump when the default font change and a redraw
7063 (icon or window) is proceeded before flush_window_updates is called
7065 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7066 Fixed gradients copy
7068 * fvwm/menustyle.c (menustyle_parse_style):
7069 Fixed UMR's related to colorset
7071 * fvwm/builtins.c (ReadDecorFace):
7072 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7076 * fvwm/menustyle.c (menustyle_free):
7077 Fixed a fore stipple gc leak
7079 * fvwm/windowlist.c (CMD_WindowList):
7080 Fixed a sor_keyname memory leak
7082 * fvwm/fvwm.c (ResetAllButtons):
7083 Fixed the default buttons memory leak
7085 2003-05-08 olicha <olivier.chapuis@free.fr>
7087 * fvwm/windowlist.c (CMD_WindowList):
7088 Fixed a memory leak if MaxLabelWidth is used
7090 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7092 * fvwm/functions.c (__context_has_window):
7093 (__execute_function):
7095 fixed excution of functions requiring a window without a window when
7096 called with "silent" from a complex function
7098 2003-05-07 olicha <olivier.chapuis@free.fr>
7100 * libs/System.c (searchPath):
7103 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7105 * fvwm/move_resize.c (__move_loop):
7109 2003-05-03 olicha <olivier.chapuis@free.fr>
7114 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7117 Minor typo corrections.
7119 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7121 * fvwm/move_resize.c (__move_loop):
7127 2003-04-28 olicha <olivier.chapuis@free.fr>
7129 * fvwm/ewmh.c (ewmh_atom_wm_state):
7131 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7132 (ewmh_WMStateStaysOnBottom):
7133 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7135 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7137 * fvwm/module_interface.c (do_execute_module):
7138 * fvwm/fvwm.c (main):
7139 * libs/envvar.c (flib_putenv):
7140 * fvwm/builtins.c (add_to_env_list):
7143 fixed putenv memory leaks
7145 * libs/envvar.c (strIns):
7149 replacement for putenv without memory leaks
7154 * fvwm/fvwm.c (StartupStuff):
7156 * fvwm/add_window.c (free_window_names):
7158 * fvwm/events.c (HandlePropertyNotify):
7160 * fvwm/menus.c (do_menu):
7162 (__mloop_exit_selected):
7164 * fvwm/menucmd.c (menu_func):
7167 * fvwm/builtins.c (CMD_Destroy):
7169 call destroy_window right after XKillClient; do not wait for the window
7172 * fvwm/menucmd.c (menu_func):
7173 * fvwm/windowlist.c (CMD_WindowList):
7176 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7179 several updates (FvwmGtk, gettext)
7181 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7183 * fvwm/menucmd.c (menu_func):
7184 * fvwm/windowlist.c (CMD_WindowList):
7186 * fvwm/menus.c (is_double_click):
7189 (pop_menu_down_and_repaint_parent):
7190 (__mloop_get_event_timeout_loop):
7191 (__mloop_get_event):
7192 (__mloop_handle_event):
7193 (__mloop_select_item):
7194 (__mloop_make_popup):
7195 (__mloop_get_mi_actions):
7198 (__mloop_handle_action_with_mi):
7199 (__mloop_handle_action_without_mi):
7201 (menu_enter_tear_off_menu):
7202 (menu_close_tear_off_menu):
7204 replaced the pfw and pcontext members of the MenuParameters structure
7205 with an execution context pointer
7206 (_menu_execute_function):
7207 wrapper function to simplyfy command execution from within menus
7209 fixed warping pointer to first menu item when invoked with the mouse
7211 * fvwm/execcontext.c:
7214 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7221 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7223 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7225 * fvwm/menus.c (do_menu):
7226 the NoWarp position hint option works with root menus too
7228 * fvwm/ConfigFvwmDefaults:
7229 removed GrabFocusOff and GrabFocusTransient since they nullify the
7230 default with the plain focus policies
7232 2003-04-24 olicha <olivier.chapuis@free.fr>
7234 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7235 Fixed a miss print in my previous commit
7237 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7239 (ewmh_WMStateStaysOnBottom):
7240 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7241 * fvwm/ewmh_intern.h:
7242 Added comment on the implementation at the top of ewmh.c.
7243 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7244 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7245 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7246 and _NET_WM_STATE_BELOW.
7249 Added David Fries. Updated my entries.
7254 2003-04-23 olicha <olivier.chapuis@free.fr>
7256 * fvwm/module_interface.c (CMD_KillModule):
7257 Fixed a leak when we have an alias
7259 * libs/Picture.c (PFreeFvwmPictureData):
7261 New interface function for just freeing the allocated data (not
7264 2003-04-22 olicha <olivier.chapuis@free.fr>
7266 * fvwm/colorset.c (get_root_pixmap):
7267 Fixed a minor memory leak
7269 * fvwm/functions.c (execute_complex_function):
7270 Fixed uninitialized d.type
7272 * libs/Ficonv.c (FiconvSetupConversion):
7273 (FiconvUtf8ToCharset):
7274 (FiconvCharsetToUtf8):
7277 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7280 Fixed a core dump and safety check related to not loaded font
7282 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7287 2003-04-16 olicha <olivier.chapuis@free.fr>
7289 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7292 (ewmh_WMStateHidden):
7293 Check if functions are allowed
7295 * fvwm/ewmh.c (ewmh_HandleDesktop):
7297 Set Desktop and Dock uniconifiable and unmaximazable
7299 * fvwm/menuitem.c (menuitem_paint):
7301 Fixed greyed action with EWMH desktop
7303 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7306 documented FvwmEvent behaviour of executing window related event
7307 handlers within a window context
7310 updated WindowId entry
7312 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7314 * fvwm/schedule.c (deschedule):
7317 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7318 (ExecuteCommandQueue):
7319 * libs/queue.c (fqueue_init):
7320 (fqueue_remove_or_operate_from_front):
7321 (fqueue_remove_or_operate_from_end):
7322 (fqueue_remove_or_operate_all):
7324 (fqueue_unlock_queue):
7325 (fqueue_lock_queue):
7326 (fqueue_add_at_front):
7327 (fqueue_add_inside):
7331 * libs/queue.c (fqueue_remove_or_operate_all):
7332 (fqueue_remove_or_operate_from_end):
7333 (fqueue_remove_or_operate_from_front):
7334 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7335 (ExecuteCommandQueue):
7336 * fvwm/schedule.c (deschedule):
7337 (check_deschedule_obj_func):
7338 (deschedule_obj_func):
7340 (check_execute_obj_func):
7345 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7347 * fvwm/ConfigFvwmDefaults:
7349 * fvwm/windowlist.c:
7350 * sample.fvwmrc/system.fvwm2rc-sample-95:
7352 WindowListFunc is executed now within a window context,
7353 so "WindowId $0" is not needed anymore in its definition
7355 2003-04-14 olicha <olivier.chapuis@free.fr>
7359 Documented LocalePath and $[gt.str]. FvwmScript news.
7361 * fvwm/expand.c (expand_vars_extended):
7362 Fixed $[gt.str] expansion
7365 New gettext domain FvwmScript
7367 * libs/FGettext.c (FGettextCopy):
7369 New interface function which copies the string
7371 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7373 * fvwm/conditional.c (CMD_Cond):
7374 allow to negate the condition code with '!' prefix
7376 * fvwm/schedule.c (CMD_Schedule):
7378 support hexadecimal ids
7380 * libs/Parse.c (GetIntegerArguments):
7381 (_get_suffixed_integer_arguments):
7382 (GetSuffixedIntegerArguments):
7383 (GetIntegerArgumentsAnyBase):
7384 new utitily function to allow hexadecimal integer arguments
7386 2003-04-10 olicha <olivier.chapuis@free.fr>
7388 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7389 (FlocaleGetCharsetOfFontStruct):
7390 (FlocaleGetCharsetFromName):
7391 (FlocaleFixNameForFontSet):
7392 (FlocaleGetFontSet):
7393 (FlocalePrintLocaleInfo):
7394 * libs/FlocaleCharset.h:
7395 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7396 (FlocaleCharsetPrintXOMInfo):
7397 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7399 2003-04-08 olicha <olivier.chapuis@free.fr>
7401 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7402 fixed the default font name
7404 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7406 * fvwm/events.c (HandlePropertyNotify):
7407 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7408 completely ignore application requests to set exactly the same
7409 window name or icon name (xmms sets it every second),
7410 this avoids some redundant module messages and redraws
7412 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7417 2003-04-04 olicha <olivier.chapuis@free.fr>
7420 Fixed a miss print in fribidi config check
7422 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7424 * fvwm/focus.c (__restore_focus_after_unmap):
7425 iconified windows without an icon do not receive focus
7427 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7429 * fvwm/virtual (CMD_GotoDeskAndPage):
7430 different "GotoDeskAndPage prev" fix that works with any viewports, not
7431 just multiples of the screen size
7433 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7435 * fvwm/virtual (CMD_GotoDeskAndPage):
7436 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7438 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7443 * fvwm/menucmd.c (menu_func):
7444 fixed double key presses to choose default menu action
7446 * fvwm/focus.c (__update_windowlist):
7447 fixed order of window list with SloopyFocus when using the Focus
7450 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7453 clarified some things, typo fixed
7455 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7457 * libs/Colorset.c (CreateBackgroundPixmap):
7458 (GetWindowBackgroundPixmapSize):
7459 (get_aspect_dimensions):
7460 fixed size calculation of aspect pixmaps
7462 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7464 * fvwm/icons.c (clear_icon):
7468 * fvwm/geometry.c (get_icon_geometry):
7469 (modify_icon_position):
7470 set a valid icon picture position if there is neither a picture nor a
7473 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7477 reformatted to fit better on the web page
7479 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7482 added items from "My TODO" message on 2003-01-02
7485 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7487 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7490 removed debug output
7492 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7494 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7495 (FScreenFetchMangledScreenFromUSPosHints):
7496 two functions to allow USPosition hints from modules and StartsOnScreen
7497 work at the same time
7499 * fvwm/conditional.c (direction_cmd):
7500 Some fixes, reformatting and improvements.
7502 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7504 * fvwm/icons.c (Iconify):
7505 initialise icon position to +0+0 if there is neiter a picture nor a
7508 * fvwm/functions.c (DeferExecution):
7514 * fvwm/update.c (apply_window_updates):
7515 fixed drawing of sticky icon titles when the stickyicon style is being
7518 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7520 * fvwm/placement.c (CMD_PlaceAgain):
7521 * fvwm/add_window.c (setup_window_placement):
7522 * fvwm/virtual.c (MapDesk):
7523 update the GNOME hints desk when changing desks; fixes placeagain with
7525 some placeagain fixes
7527 * fvwm/fvwm.1.in (Example):
7528 removed duplicate Iconify section
7533 * fvwm/functable.c (func_table):
7534 * fvwm/functions.h (func_type):
7535 * fvwm/functions.c (__execute_function):
7536 (execute_complex_function):
7538 fixed a new and and old window selection bug
7540 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7542 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7543 detected with Purify.
7545 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7547 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7548 use None, not 0 for Window structures
7550 * fvwm/events.c (InitEventHandlerJumpTable):
7552 (__handle_key_event):
7553 * fvwm/bindings.c (ParseBinding):
7557 removed key release binding because they can not work reliably
7559 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7561 * fvwm/functable.c (func_table):
7562 trigger on ButtonPress for many of the functions
7564 * fvwm/functions.c (__execute_function):
7565 (__execute_function):
7566 fixed conditional commands a la "Current" triggered on root window
7568 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7570 * todo-2.6: Closed B.2, C.21.
7572 2003-02-28 olicha <olivier.chapuis@free.fr>
7575 * fvwm/events.c (HandleConfigureRequest):
7576 Added a workaround for application with broken max/min size hints
7577 vs a size configure request. This "fixes" floating java JToolBar.
7579 * fvwm/add_window.c (GetWindowSizeHints):
7580 Check that the max size hint is not broken relatively to the the base
7583 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7587 released 2.5.6, set version to 2.5.7
7593 2003-02-26 Tony Finch <dot@dotat.at>
7595 * fvwm/borders.c (border_draw_one_border_part):
7596 Don't draw the handle relief marks when the border is flat.
7598 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7601 s/fribdi_in_path/fribidi_in_path/
7604 spell checking and some reformatting
7606 2003-02-26 olicha <olivier.chapuis@free.fr>
7608 * fvwm/borders.c (border_setup_bar_pixmaps):
7609 Fixed a miss-print which can cause a core dump
7612 Added a 2.6 TODO file
7614 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7616 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7617 void functioin cannot return a value.
7619 2003-02-25 olicha <olivier.chapuis@free.fr>
7622 Fixed compilation warning if fribidi is in path
7624 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7626 * fvwm/windowlist.c (CMD_WindowList):
7627 removed unused instruction
7629 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7631 * configure.in: Remove nested function from -Werror check.
7632 Lets configure work without gcc.
7635 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7637 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7639 * fvwm/functions.c (__run_complex_function_items): Make Break start
7642 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7644 * fvwm/move_resize.c (get_outline_rects):
7645 (draw_move_resize_grid):
7646 initial drawing and final undrawing of wire frame no longer toggles the
7647 pixel in the top left corner of the screen
7649 * fvwm/expand.c (expand_vars):
7650 disabled warnings about one letter variables
7652 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7654 * README: Update to reflect release 2.5.x.
7655 * NEWS: Update news for FvwmPager drag fix.
7657 2003-02-15 olicha <olivier.chapuis@free.fr>
7662 2003-02-13 olicha <olivier.chapuis@free.fr>
7664 * fvwm/gnome.c (GNOME_SetClientList):
7665 Applied David Fries patch which fixes a possible crash with more
7667 (GNOME_SetClientList):
7668 malloc -> safemalloc
7670 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7672 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7673 Give the XorValue range.
7675 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7677 * fvwm/fvwm.1.in: Fully document the emulate command.
7679 2003-02-06 olicha <olivier.chapuis@free.fr>
7681 * fvwm/borders.c (get_common_decorations):
7682 (border_get_border_background):
7684 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7686 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7688 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7691 * fvwm/menuitem.c (menuitem_get_size):
7692 * fvwm/menus.c (calculate_item_sizes):
7693 renamed "mips" to mipst
7695 * fvwm/menuitem.c (menuitem_get_item_size):
7696 * fvwm/menus.c (_calculate_item_sizes):
7697 backed out patch from 30-Jan-2003
7699 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7702 * fvwm/menuitem.c (menuitem_get_item_size):
7703 * fvwm/menus.c (_calculate_item_sizes):
7704 functions renamed due to global name space collision with IRIX 6.5
7706 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7709 added tests/hints/Makefile.am
7711 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7713 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7715 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7717 * sample.fvwmrc/DecorWin95:
7718 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7719 Replace a long time ago.
7721 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7723 * fvwm/stack.c (new_layer):
7724 (collect_transients_recursive):
7728 * fvwm/events.c (HandleConfigureRequest):
7729 fixed placement of icons
7730 fixed size calculations of icons
7732 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7735 fixed $[desk.name<n>] that was masked by $[desk.n],
7736 added $[desk.pagesx] and $[desk.pagesy]
7738 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7740 * NEWS: Update news. Spelling fixes 2.5.x news.
7741 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7742 its not interactive.
7744 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7747 added a short description together with the commands
7749 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7752 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7755 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7759 deprecate all single letter variables, new variables are supported now
7760 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7761 $[desk.n], $[version.num], $[version.info], $[version.line].
7763 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7765 * fvwm/style.c (style_parse_one_style_option):
7767 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7768 DisallowMaximizeFixedSize
7770 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7772 * fvwm/fvwm.1.in: Lang check.
7774 2003-01-03 olicha <olivier.chapuis@free.fr>
7779 * fvwm/ewmh_intern.h:
7780 * fvwm/ewmh_names.c:
7781 * fvwm/ewmh_icons.c:
7782 * fvwm/ewmh_events.c:
7787 * fvwm/functable.c (func_table):
7788 * fvwm/fvwm.c (setVersionInfo):
7791 Removed GNOME and HAVE_EWMH ifdef
7794 Documented UseTitleDecorRotation
7796 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7798 * fvwm/module_interface.c (MoveViewport):
7799 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7800 M_NEW_PAGE now has 7 arguments
7802 2003-01-02 olicha <olivier.chapuis@free.fr>
7805 Documented the new icon style options
7809 * fvwm/icons.c (DrawIconTitleWindow):
7810 (DrawIconPixmapWindow):
7811 (setup_icon_title_size):
7812 * fvwm/style.c (style_parse_one_style_option):
7813 Fixed IconTitleRelief and IconBackgroundRelief arguments
7815 * fvwm/icons.c (GetIconPicture):
7816 (SetIconPixmapSize):
7817 Fixed IconSize style for non shaped depth > 1 pixmaps
7819 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7823 * fvwm/conditional.c (CMD_On):
7826 new conditional command On for non-window related conditions
7828 * fvwm/execcontext.h:
7829 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7830 two new exec contexts for restarting
7832 2003-01-02 olicha <olivier.chapuis@free.fr>
7834 * fvwm/builtins.c (ReadMultiPixmapDecor):
7835 StretchedPixmap -> AdjustedPixmap
7838 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7839 Documented the new MultiPixmap syntax
7841 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7845 * fvwm/builtins.c (ReadTitleButton):
7847 new button state shortcuts AllActiveUp, AllActiveDown,
7848 AllInactiveUp, AllInactiveDown
7850 2002-12-31 olicha <olivier.chapuis@free.fr>
7852 * libs/PictureGraphics.c (PCopyArea):
7853 Fixed rendering of depth 1 pixmap with a mask
7855 * fvwm/update.c (apply_window_updates):
7856 Fixed icon bg cset update
7858 * fvwm/events.c (HandlePropertyNotify):
7859 * fvwm/geometry.c (move_icon_to_position):
7860 Fixed non shaped icons with a bg padding but without cs bg
7863 * fvwm/style.c (style_parse_icon_size_style):
7865 * fvwm/fvwm.h (window_style):
7866 * fvwm/add_window.c (setup_icon_size_limits):
7867 * fvwm/icons.c (SetIconPixmapSize):
7869 New option to IconSize style: Adjusted, Streched, Shrunk
7871 * fvwm/icons.c (SetIconPixmapSize):
7873 Always center the icon with IconSize if the icon has a background
7875 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7878 FvwmWindowMenu renaming; compact long diagnostics into half of line
7881 documeted and corrected new features
7884 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7885 since these are the only way currently to create themes
7890 2002-12-30 olicha <olivier.chapuis@free.fr>
7893 * fvwm/icons.c (setup_icon_title_size):
7894 (set_icon_pixmap_background):
7896 (DrawIconTitleWindow):
7897 (DrawIconPixmapWindow):
7901 * fvwm/events.c (HandleEnterNotify):
7903 (HandleLeaveNotify):
7904 (HandlePropertyNotify):
7905 * fvwm/borders.c (border_draw_decorations):
7908 * fvwm/add_window.c (setup_icon_background_parameters):
7909 (setup_icon_title_parameters):
7910 (setup_style_and_decor):
7912 * fvwm/geometry.c (move_icon_to_position):
7914 * fvwm/style.c (check_window_style_change):
7915 (update_style_colorset):
7916 (update_icon_title_cs_style):
7917 (update_icon_title_cs_hi_style):
7918 (update_icon_background_cs_style):
7921 * fvwm/update.c (apply_window_updates):
7922 New style options IconBackgroundColorset, IconTitleColorset,
7923 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7924 and IconBackgroundPadding
7926 2002-12-28 Mikhael Goikhman <migo@homemail.com>
7929 fixed compilation without XShm
7931 * fvwm/borders.c (border_rotate_titlebar_descr):
7932 fixed warning: deprecated use of label at end of compound statement
7934 2002-12-27 olicha <olivier.chapuis@free.fr>
7936 * fvwm/ConfigFvwmDefaults:
7937 UseTitleDecorRotation is a default
7939 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7940 (do_relieve_rectangle):
7942 * fvwm/borders.c (border_draw_title_stick_lines):
7943 (border_create_root_transparent_pixmap):
7944 (border_mp_render_into_pixmap):
7945 (border_draw_decor_to_pixmap):
7946 (border_mp_render_into_pixmap):
7947 (border_mp_get_titlebar_descr):
7948 (border_mp_draw_mp_titlebar):
7949 (border_draw_decor_to_pixmap):
7950 (border_set_button_pixmap):
7951 (border_get_titlebar_draw_descr):
7952 (border_set_title_pixmap):
7953 (border_rotate_titlebar_descr):
7954 (border_get_titlebar_descr):
7955 Completed UseTitleDecorRotation
7957 2002-12-26 olicha <olivier.chapuis@free.fr>
7959 * fvwm/update.c (apply_window_updates):
7960 * fvwm/frame.c (frame_get_titlebar_dimensions):
7961 (frame_set_decor_gravities):
7962 * fvwm/borders.c (border_set_button_pixmap):
7963 (border_get_titlebar_descr):
7964 (border_draw_one_button):
7965 Buttons order follows the title text rotations.
7966 More UseTitleDecorRotation preparation
7968 * fvwm/borders.c (border_draw_decor_to_pixmap):
7971 2002-12-24 olicha <olivier.chapuis@free.fr>
7973 * fvwm/borders.c (border_mp_render_into_pixmap):
7974 (border_fill_pixmap_background):
7975 Some borders drawing fixes
7977 * libs/Graphics.c (CreateRotatedPixmap):
7978 * fvwm/geometry.c (get_title_font_size_and_offset):
7979 * fvwm/update.c (apply_window_updates):
7980 * fvwm/borders.c (border_set_button_pixmap):
7981 (border_get_titlebar_draw_descr):
7982 (border_draw_title):
7983 (border_rotate_titlebar_descr):
7984 (border_get_titlebar_descr):
7985 More UseTitleDecorRotation preparation
7987 2002-12-22 Dan Espen <dane@mk.telcordia.com>
7989 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
7990 so we won't get so many application bugs report to fvwm-workers.
7992 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
7994 2002-12-21 Marcus Lundblad <ml@update.uu.se>
7996 * fvwm/style.c (style_parse_one_style_option):
7999 * fvwm/window_flags:
8000 * fvwm/decorations.c (is_function_allowed,
8001 __is_resize_allowed):
8002 Added styles Closable, Iconifiable, Maximizable and
8003 AllowMaximizeFixedSize
8004 * fvwm/conditional.c (MatchesConditionMask,
8005 CreateConditionMask):
8006 Added conditionals Closable,Iconifiable and Maximizable
8008 Documented styles Closable, Iconifiable, Maximizable and
8009 AllowMaximizeFixedSize and conditionals
8010 Closable,Iconifiable and Maximizable
8012 2002-12-20 olicha <olivier.chapuis@free.fr>
8014 * fvwm/window_flags.h:
8016 * fvwm/update.c (apply_window_updates):
8018 * fvwm/style.c (style_parse_one_style_option):
8020 UseTitleDecorRotation style preparation
8022 * fvwm/fvwm.c (main):
8023 Use best TrueColor visual
8025 * fvwm/borders.c (border_get_border_gcs):
8026 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8027 window which may have a depth != Pdepth
8029 * fvwm/menus.c (paint_side_pic):
8030 * fvwm/menuitem.c (menuitem_paint):
8031 * fvwm/icons.c (DrawIconPixmapWindow):
8032 * fvwm/colorset.c (parse_colorset):
8033 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8036 2002-12-19 olicha <olivier.chapuis@free.fr>
8038 * libs/Graphics.c (CreateRotatedPixmap):
8040 New interface function CreateRotatedPixmap
8042 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8044 * libs/PictureGraphics.c (PCreateRenderPixmap):
8045 (PCreateDitherPixmap):
8046 * libs/Graphics.c (CreateGradientPixmap):
8047 (CreateRotatedPixmap):
8050 * libs/FShm.h (new file):
8051 * libs/FImage.h (new file):
8052 * libs/FImage.c (new file):
8054 * fvwm/fvwm.c (setVersionInfo):
8055 Added MIT Shared Memory Extension for XImage
8061 * fvwm/builtins.c (ReadDecorFace):
8063 * fvwm/borders.c (border_draw_decor_to_pixmap):
8064 (border_fill_pixmap_background):
8065 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8067 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8070 shape-and-join fixes from Nadim Shaikli (slightly modified)
8072 2002-12-16 olicha <olivier.chapuis@free.fr>
8074 * libs/PictureGraphics.h:
8075 * libs/PictureGraphics.c (PTileRectangle):
8076 (PGraphicsCreateTiledPicture):
8077 * libs/Graphics.c (CreateTiledPixmap):
8078 New interface function: PGraphicsCreateTiledPicture
8081 * fvwm/fvwm.c (CreateGCs):
8082 Added a global (Scr) alpha GC
8086 * fvwm/builtins.c (ReadMultiPixmapDecor):
8087 (update_decorface_colorset):
8089 * fvwm/borders.c (border_get_tb_parts_to_draw):
8090 (border_fill_pixmap_background):
8091 (border_setup_bar_pixmaps):
8092 (border_get_bar_pixmaps):
8093 (border_free_bar_pixmaps):
8094 (border_mp_render_into_pixmap):
8095 (border_mp_get_length):
8096 (border_mp_get_titlebar_descr):
8097 (border_mp_get_geometry):
8098 (border_mp_get_use_title_style_parts_and_geometry):
8099 (border_mp_draw_mp_titlebar):
8100 (border_draw_decor_to_pixmap):
8101 (border_draw_title_deep):
8102 (border_get_titlebar_draw_descr):
8103 (border_setup_use_title_style):
8104 (border_get_titlebar_descr_state):
8105 (border_get_titlebar_descr):
8106 (border_get_transparent_decorations_part):
8107 (border_draw_title_stick_lines):
8108 MultiPixmap can use Colorset and Solid color. Various others minor
8109 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8110 "main" drawing code and remove the #ifdef.
8111 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8112 Use the new Scr.AlphaGC.
8114 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8116 * fvwm/add_window.c (validate_transientfor):
8117 do not ignore transientfor hint for iconified windows
8119 2002-12-12 Jason Weber <baboon@imonk.com>
8122 * fvwm/conditional.c (CMD_ScanForWindow):
8125 rename ScanWindow to ScanForWindow
8127 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8129 * fvwm/menuitem.c (menuitem_paint):
8130 * fvwm/colorset.c (parse_colorset):
8131 * fvwm/icons.c (DrawIconPixmapWindow):
8132 * fvwm/focus.c (_SetFocusWindow):
8133 (_ReturnFocusWindow):
8135 (_ForceDeleteFocus):
8136 (__activate_window_by_command):
8137 patches to prevent UMR messages in memory debuggers
8139 2002-12-11 Jason Weber <baboon@imonk.com>
8141 * fvwm/fvwm.1.in: Added ScanWindow
8143 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8146 Generalized CMD_Direction into direction_cmd.
8147 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8148 Replace Cycle prefix with secondary direction argument.
8150 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8152 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8154 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8155 * fvwm/conditional.c (CreateConditionMask):
8156 Implemented conditional "FixedSize" and "HasHandles"
8158 Documented conditional options "FixedSize" and "HasHandles".
8160 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8162 * fvwm/placement.c (PlaceWindow):
8163 fixed StickyAcrossDesks w/ StartsOnPage
8167 * fvwm/ewmh_conf.c (set_state_workaround):
8168 * fvwm/update.c (apply_window_updates):
8169 * fvwm/windowlist.c (CMD_WindowList):
8170 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8171 (ewmh_WMStateSticky):
8172 * fvwm/conditional.c (CreateConditionMask):
8173 * fvwm/gnome.c (GNOME_SetHints):
8175 (GNOME_HandlePropRequest):
8176 * fvwm/placement.c (SmartPlacement):
8181 * fvwm/session.c (SaveWindowStates):
8184 * fvwm/ewmh.c (check_desk):
8185 (EWMH_SetWMDesktop):
8186 (ewmh_ComputeAndSetWorkArea):
8187 (ewmh_HandleDynamicWorkArea):
8188 (ewmh_HandleDesktop):
8191 (ewmh_HandleToolBar):
8192 * fvwm/virtual.c (UnmapDesk):
8195 (do_move_window_to_desk):
8196 * fvwm/icons.c (setup_icon_title_size):
8197 (DrawIconTitleWindow):
8200 * fvwm/borders.c (is_button_toggled):
8201 (get_common_decorations):
8202 (border_draw_title_stick_lines):
8203 * fvwm/add_window.c (AddWindow):
8204 * fvwm/move_resize.c (__move_window):
8206 (is_window_sticky_across_pages):
8207 (is_window_sticky_across_desks):
8213 (CMD_StickAcrossPages):
8214 (CMD_StickAcrossDesks):
8215 (stick_across_pages):
8216 (stick_across_desks):
8217 (handle_stick_across_desks):
8218 (handle_stick_across_pages):
8220 * fvwm/fvwm.h (struct):
8221 * fvwm/style.c (style_parse_one_style_option):
8222 (check_window_style_change):
8224 * fvwm/window_flags.h:
8225 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8226 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8229 * fvwm/focus.c (CMD_Focus):
8231 (__activate_window_by_command):
8232 (__update_windowlist):
8233 (__set_focus_to_fwin):
8235 (_ReturnFocusWindow):
8237 (_ForceDeleteFocus):
8238 fixed window list order with FlipFocus command
8240 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8244 document bidi entry undocumented in 2.5.5
8246 2002-12-06 olicha <olivier.chapuis@free.fr>
8249 Fixed the "detection" of the LINGUAS variable
8252 Added ar to ALL_LINGUAS
8255 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8257 * fvwm/move_resize.c (__resize_window):
8258 fixed handling of MontionNotify and PropertyNotify events
8260 2002-12-03 olicha <olivier.chapuis@free.fr>
8262 * fvwm/borders.c (border_draw_decor_to_pixmap):
8263 (border_get_border_background):
8264 (get_common_decorations):
8267 * fvwm/builtins.c (CMD_PrintInfo):
8268 New subject nls to PrintInfo
8270 * libs/FGettext.c (*):
8271 New command FlocalePath
8273 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8277 changed version to 2.5.6
8283 2002-12-02 olicha <olivier.chapuis@free.fr>
8285 * libs/FRenderInit.c (FRenderInit):
8286 Fixed alpha depth if !XRenderSupport
8288 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8289 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8291 * libs/PictureImageLoader.h:
8292 Fixed image loading on bigedian machine
8294 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8296 * libs/FBidi.c (FBidiConvert):
8297 several small changes
8298 * libs/FBidiJoin.c (shape_n_join):
8299 enabled a new bidi shaping code
8301 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8303 * fvwm/frame.c (frame_restore_client_gravities):
8304 (frame_free_move_resize_args):
8305 fixed a redrawing problem after shading a window
8307 2002-11-29 olicha <olivier.chapuis@free.fr>
8310 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8314 Fixed two missprints
8316 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8318 * fvwm/bindings.c (ParseBinding):
8319 fix for stroke-less compile
8321 2002-11-29 olicha <olivier.chapuis@free.fr>
8323 * fvwm/commands.h (enum):
8324 * fvwm/functable.c (func_table):
8325 * fvwm/builtins.c (CMD_LocalePath):
8326 * libs/FGettext.c (FGettextSetLocalePath):
8328 Preparation for LocalePath command
8330 * fvwm/screen.h (ScreenInfo):
8331 * fvwm/fvwm.c (CreateGCs):
8332 Rename Scr.TileGC to Scr.BordersGC
8335 A libintl autoconf fix
8337 * libs/Colorset.c (CreateBackgroundPixmap):
8338 Do not grab the server when we dump the E setroot pixmap
8340 2002-11-29 olicha <olivier.chapuis@free.fr>
8347 Added NLS support with gnu gettext
8349 * fvwm/fvwm.c (main):
8352 * fvwm/expand.c (expand_vars_extended):
8353 New extanded variable $[gt.any_string]
8355 * fvwm/virtual.c (CMD_DesktopName):
8356 * fvwm/windowlist.c (get_desk_title):
8357 * fvwm/expand.c (expand_vars_extended):
8358 * fvwm/fvwm.c (SetRCDefaults):
8359 * fvwm/ConfigFvwmSetup:
8360 Mark some strings to be translated
8362 * libs/FGettext.c (new file):
8363 * libs/FGettext.c (new file):
8365 gnu gettext libintl warper
8367 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8369 * fvwm/add_window.c (RestoreWithdrawnLocation):
8370 rixed rxvts with S/E gravity travelling off screen upon recapture after
8373 * fvwm/events.c (__handle_key_event):
8374 * fvwm/bindings.c (activate_binding):
8375 (__rebind_global_key):
8376 fixed unbinding pointerkey bindings removing the grab for this key
8379 * fvwm/events.c (__is_bpress_window_handled):
8380 fixed click on override redirect windows being handled by the root
8383 * fvwm/misc.c (GrabEm):
8384 confine the pointer to the root window when grabbed
8386 * fvwm/events.c (HandleUnmapNotify):
8387 fixed reparenting problem with restarts from desks != 0
8389 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8392 removed experimental code
8394 2002-11-28 olicha <olivier.chapuis@free.fr>
8396 * fvwm/borders.c (border_get_border_background):
8397 (border_draw_decor_to_pixmap):
8398 (border_fill_pixmap_background):
8399 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8402 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8404 * fvwm/fvwm.c (InitVariables):
8405 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8407 * fvwm/virtual.c (CMD_EdgeScroll):
8410 * fvwm/ConfigFvwmDefaults:
8411 do not include empty ConfigFvwmProxyDefaults, added one binding
8413 2002-11-26 olicha <olivier.chapuis@free.fr>
8415 * libs/Colorset.c (CreateBackgroundPixmap):
8416 * fvwm/colorset.c (parse_colorset):
8417 Be more safe with the E root pixmap
8419 2002-11-25 olicha <olivier.chapuis@free.fr>
8421 * fvwm/move_resize.c (__move_loop):
8422 Redraw the transparent decoration parts when a move is abored
8424 * fvwm/colorset.c (parse_colorset):
8425 Fixed the fgsh Colorset colors when the Image change but not the bg
8427 2002-11-24 Jason Weber <baboon@imonk.com>
8429 * fvwm/conditional.c (CMD_Direction):
8430 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8431 eventual traversal of all windows over repeated calls. It also cycles
8432 back to the opposite extent when it hits the limit in the given
8435 2002-11-22 olicha <olivier.chapuis@free.fr>
8438 * fvwm/borders.c (get_common_decorations):
8439 (border_get_parts_and_pos_to_draw):
8440 (border_get_changed_border_parts):
8441 (border_get_frame_pixmap, new):
8442 (border_get_border_background):
8443 (border_draw_one_border_part):
8444 (border_draw_decorations):
8445 (border_get_tb_parts_to_draw):
8446 (border_fill_pixmap_background):
8447 (border_get_titlebar_descr_state, new):
8448 (border_draw_titlebar):
8449 (border_setup_bar_pixmaps, new):
8450 (border_get_bar_pixmaps, new):
8451 (border_free_bar_pixmaps, new):
8452 (border_setup_use_title_style, new):
8453 (border_set_button_pixmap):
8454 (border_set_title_pixmap):
8455 (border_draw_one_button):
8456 (border_set_button_pixmap):
8457 (border_draw_title_deep):
8458 (border_get_transparent_decorations_part, new):
8459 Title, Border and Buttons Style Colorset Option: Drawing
8461 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8464 * fvwm/frame.c (__frame_setup_window):
8465 (frame_has_handles_and_tiled_border):
8466 (frame_create_move_resize_args):
8467 (frame_free_move_resize_args):
8468 Title, Border and Buttons Style Colorset Option: External drawing
8469 stuff. Basically additional redrawing for RootTransparent
8471 * fvwm/builtins.c (update_decorface_colorset, new):
8472 (update_titlebutton_colorset, new):
8473 (update_decors_colorset, new):
8474 (update_fvwm_colorset):
8475 Title, Border and Buttons Style Colorset Option: Dynamic updating
8478 * fvwm/builtins.c (ReadDecorFace):
8479 Title, Border and Buttons Style Colorset Option: Configuration
8481 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8483 Title, Border and Buttons Style Colorset Option: Convinent macros and
8486 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8488 * libs/Makefile.am: Add missing Bindings.h.
8490 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8492 * fvwm/move_resize.c (__move_loop):
8493 send M_CONFIGURE_WINDOW only when the window actually moves
8495 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8502 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8503 with minor improvements; it is disabled for now (#if 0) since
8504 some Arabic chars cause core dump
8506 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8508 * fvwm/fvwm.1.in (Examples):
8509 added documentation of Icon option for PlaceAgain command
8511 * fvwm/events.c (__handle_key_event):
8512 fixed global key binding problem
8514 2002-11-15 olicha <olivier.chapuis@free.fr>
8516 * libs/Bindings.c (MatchBindingExactly):
8517 (__compare_binding):
8518 compile fixes w/o stroke lib
8521 * fvwm/geometry.c (get_title_font_size_and_offset):
8522 * fvwm/builtins.c (do_title_style):
8523 New MinHeight option to TitleStyle
8525 2002-11-15 olicha <olivier.chapuis@free.fr>
8527 * fvwm/builtins.c (update_fvwm_colorset):
8532 * fvwm/colorset.c (update_root_transparent_colorset):
8533 Fixed update of the RootTransparent colorset in fvwm
8535 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8537 * libs/Bindings.c (__compare_binding):
8538 (MatchBindingExactly):
8539 compoile fixes w/o stroke lib
8541 2002-11-14 olicha <olivier.chapuis@free.fr>
8546 Removed any reference on "xft and flickering"
8548 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8550 * fvwm/eventmask.h (XEVMASK_ICONW):
8551 * fvwm/events.c (HandleKeyRelease):
8553 (__handle_key_event):
8554 * fvwm/bindings.c (ParseBinding):
8556 * libs/Bindings.h (enum):
8557 implemented key release bindings; prefix the key name with a '-';
8558 does not work well with some applications
8560 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8565 * fvwm/bindings.c (ParseBinding):
8568 (bind_get_bound_button_contexts):
8574 (RemoveMatchingBinding):
8579 (GrabAllWindowKeysAndButtons):
8580 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8581 * fvwm/events.c (__handle_bpress_on_root):
8582 (__handle_bpress_on_managed):
8583 (HandleButtonRelease):
8584 * fvwm/builtins.c (CMD_Wait):
8586 * libs/fvwmlib.h (enum):
8587 fixed Key vs. PointerKey with "A"ny context
8589 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8591 * fvwm/icons.c (Iconify):
8592 icon placement safety patch
8594 fixed initial position of application provided icon windows
8596 * fvwm/session.c (LoadWindowStates):
8597 fixed parsing of strings beginning with whitespace in session file
8599 * fvwm/fvwm.1.in (Note):
8600 * fvwm/style.c (style_set_old_focus_policy):
8601 * libs/defaults.h (DEF_FP_MODIFIERS):
8602 set default modifiers for raising/focusing to N again
8604 2002-11-11 olicha <olivier.chapuis@free.fr>
8607 * fvwm/fvwm.c (main):
8609 named-palette -> visual-palette, -N -> -P
8611 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8613 * fvwm/ConfigFvwmDefaults:
8614 include ConfigFvwmProxyDefaults
8616 * fvwm/fvwm.c (usage):
8617 polished usage message
8619 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8621 * fvwm/fvwm.c (usage):
8623 cleaned up usage and error messages
8624 use short option names in usage message an man page synopsis
8625 all options are case sensitive
8626 do not mention the "-" style long options in the man page; instead use
8629 * fvwm/add_window.c (setup_frame_window):
8630 * fvwm/events.c (HandleMapNotify):
8631 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8632 fixed empty decorations after recapture
8634 * fvwm/geometry.c (get_icon_geometry):
8635 * fvwm/icons.c (clear_icon):
8636 fixed icon jumping to 0 0 when the icon layout changes after the icon
8637 has been moved manually
8639 * fvwm/move_resize.c (__move_icon):
8640 fixed MoveToPage with icons
8642 2002-11-09 olicha <olivier.chapuis@free.fr>
8644 * libs/Fft.c (FftGetRotatedFont):
8647 Check the return result of FftPatternGetMatrix
8650 * libs/PictureBase.h:
8653 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8655 * fvwm/ewmh_conf.c (set_state_workaround):
8656 * fvwm/functable.c (func_table):
8657 * fvwm/update.c (apply_window_updates):
8658 * fvwm/windowlist.c (CMD_WindowList):
8659 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8660 (ewmh_WMStateSticky):
8661 * fvwm/conditional.c (CreateConditionMask):
8662 (CreateConditionMask):
8663 * fvwm/gnome.c (GNOME_SetHints):
8665 (GNOME_HandlePropRequest):
8666 * fvwm/placement.c (SmartPlacement):
8671 * fvwm/session.c (SaveWindowStates):
8673 * fvwm/ewmh.c (check_desk):
8674 (EWMH_SetWMDesktop):
8675 (ewmh_ComputeAndSetWorkArea):
8676 (ewmh_HandleDynamicWorkArea):
8677 (ewmh_HandleDesktop):
8680 (ewmh_HandleToolBar):
8681 * fvwm/virtual.c (UnmapDesk):
8685 (do_move_window_to_desk):
8686 * fvwm/icons.c (setup_icon_title_size):
8687 (DrawIconTitleWindow):
8690 * fvwm/borders.c (is_button_toggled):
8691 (get_common_decorations):
8692 (border_draw_title_stick_lines):
8693 * fvwm/add_window.c (AddWindow):
8694 * fvwm/move_resize.c (__move_window):
8695 (is_window_sticky_on_page):
8696 (is_window_sticky_on_desk):
8702 (handle_stick_page):
8703 (handle_stick_desk):
8704 (__handle_stick_exit):
8707 * fvwm/style.c (style_parse_one_style_option):
8708 (check_window_style_change):
8711 New Style options stickypage and stickydesk
8712 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8713 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8714 New conditions StickyPage and StickyDesk
8715 New commands StickPage and StickDesk
8717 * fvwm/move_resize.c (__move_window):
8718 do not unstick a window when using MoveToScreen
8724 * fvwm/functable.c (func_table):
8725 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8726 renamed EWMHBaseStrut to EwmhBaseStruts
8728 * fvwm/style.c (style_set_old_focus_policy):
8729 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8730 (style_parse_one_style_option):
8731 renamed "Border" style to "Borders"
8732 removed "NoBorder" style; use !Borders instead
8733 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8734 renamed PlacmentOverlapPercentPenalties to
8735 MinOverlapPercentPlacementPenalties
8742 Fixed compiler warnings
8744 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8747 autogenerate FvwmWindowLister files
8750 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8751 of MissingSubmenuFunction and DynamicPopupAction
8753 2002-11-08 olicha <olivier.chapuis@free.fr>
8755 * libs/PictureUtils.c (alloc_color_proportion):
8756 (alloc_color_proportion_dither):
8757 (alloc_color_proportion_grey):
8759 (free_colors_in_table):
8761 (init_static_colors_table):
8762 (PictureFreeColors):
8763 (PictureInitColors):
8764 (PicturePrintColorInfo):
8765 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8768 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8770 * fvwm/move_resize.c (__move_window):
8771 ignore MoveToPage with sticky windows
8773 * fvwm/conditional.c (Circulate):
8775 Next and Prev commands begin looking at the context window, if any
8777 * fvwm/focus.c (__focus_grab_buttons):
8778 fixed initial button grabbing on client window
8780 * fvwm/stack.c (BroadcastRestack):
8781 split long packets, fixed a bug and cleaned up
8783 * libs/Module.c (ReadFvwmPacket):
8784 ignore packets that are too long
8787 document PopupDelay and PopdownDelay defaults
8789 2002-11-06 olicha <olivier.chapuis@free.fr>
8791 * libs/Fft.c (FftGetFont):
8792 (FftGetRotatedFont):
8793 Use a more perfectioned method for loading font with Xft/Fc. This
8794 method allows sanity check. Preserve the matrix when rotating
8797 * libs/Flocale.c (FlocaleGetMinOffset):
8798 (FlocaleRotateDrawString):
8799 (FlocaleGetFontSet):
8801 * libs/Fft.c (FftDrawString):
8803 * libs/FftInterface.h:
8804 * fvwm/geometry.c (get_title_font_size_and_offset):
8805 Move the computation of the good "y" for drawing text into Flocale.
8806 Use the max ascent, descent and height for font metric (in the place
8809 * libs/Flocale.c (FlocalePrintLocaleInfo):
8811 * libs/Fft.c (FftPrintPatternInfo):
8813 * fvwm/builtins.c (CMD_PrintInfo):
8816 New option "Locale" to PrintInfo Command
8818 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8820 * fvwm/events.c (HandleExpose):
8823 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8825 * fvwm/fvwm.1.in: colour -> color
8828 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8831 * fvwm/fvwm.c (usage):
8835 2002-11-04 olicha <olivier.chapuis@free.fr>
8838 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8840 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8842 (PictureFreeColors):
8843 (PicturePrintColorInfo):
8844 Trace colours allocation out of the pallet in depth <= 8. Better
8845 information on coulours
8847 * libs/Fft.c (FftGetRotatedFont):
8849 Fixed rotated font when the original font has a matrix
8851 * libs/PictureBase.c (PictureInitCMapRoot):
8852 * libs/PictureUtils.h:
8853 * libs/PictureUtils.c (PictureInitColors):
8854 (PictureAllocColorTable):
8855 * libs/PictureBase.h (PictureColorLimitOption):
8856 * fvwm/fvwm.c (main):
8858 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8859 -named-pallet. -color-limit now take only integer argument.
8862 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8864 * libs/Module.h (struct):
8865 new type FvwmWinPacketBodyHeader to access the standard fields in a
8866 packet with a window
8868 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8873 * fvwm/functable.c (func_table):
8875 * fvwm/style.c (style_parse_one_style_option):
8876 (parse_and_set_window_style):
8880 added a new command FocusStyle as a shorthand for
8881 "Style * FP..., FP..."
8883 * fvwm/builtins.c (__parse_vector_line_one_coord):
8884 (__parse_vector_line):
8886 split vector line parsing into sub functions
8888 fixed core dump in vector button offset patch
8890 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8892 * fvwm/screen.h (vector_coords):
8893 added fields for offsets
8894 * fvwm/builtins.c (ReadDecorFace):
8895 rewrote parser for vector definitions to accept optional offsets
8896 * fvwm/fvwm.c (LoadDefaultLeftButton):
8897 (LoadDefaultRightButton)
8898 set default values for offsets
8899 * fvwm/borders.c (border_draw_vector_to_pixmap):
8900 updated XDrawLine call to take offsets into account
8902 documented new options for vector offsets
8904 2002-11-01 olicha <olivier.chapuis@free.fr>
8906 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8907 Fixed icon tint pixel, it was set to icon tint percent during some
8910 2002-10-31 olicha <olivier.chapuis@free.fr>
8912 * libs/PictureUtils.c (PictureAllocColorImage):
8913 (PictureOpenImageColorAllocator):
8914 (PictureCloseImageColorAllocator):
8915 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8918 (PImageCreatePixmapFromArgbData):
8919 (PImageLoadPixmapFromFile):
8920 * libs/PictureBase.h (FvwmPictureThing):
8921 (PictureImageColorAllocator):
8923 * libs/Picture.c (PDestroyFvwmPicture):
8924 (PLoadFvwmPictureFromPixmap):
8925 * libs/Graphics.c (CreateGradientPixmap):
8927 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8928 Added a new way to allocate colors for image and gradient. This method
8929 allows, in particular, to save (in a "fast" way) the allocated pixels
8930 with a minimal memory usage.
8931 Fixed color leaks for png, ewmh and dithered xpm images.
8933 * fvwm/add_window.c (destroy_icon):
8934 * fvwm/fvwm.h (FvwmWindow):
8935 * fvwm/icons.c (GetIconFromFile):
8938 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8942 * fvwm/stack.c (enum):
8943 (position_new_window_in_stack_ring):
8945 (must_move_transients):
8948 (__raise_lower_recursion):
8949 (__raise_or_lower_window):
8950 (raise_or_lower_window):
8951 (collect_transients_recursive):
8952 (__is_restack_transients_needed):
8954 (CMD_RestackTransients):
8955 new command RestackTransients which works like Raise and Lower but does
8956 not restack windows that are not transient
8957 renamed some functions
8961 corrected cursor movement key bindings
8963 * fvwm/bindings.c (activate_binding):
8964 fixed problem w/ bindings being overridden by applications OpenOffice
8967 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8974 include FvwmProxy to build
8976 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8979 exclude FvwmProxy from build
8985 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8988 added FvwmProxy module
8990 2002-10-29 Mikhael Goikhman <migo@homemail.com>
8993 * fvwm/windowlist.c (CMD_WindowList):
8994 renamed SortClassName to SortByClass
8996 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8998 * fvwm/menustyle.c (menustyle_update):
8999 (menustyle_parse_style):
9000 (menustyle_get_styleopt_index):
9001 (menustyle_parse_style):
9002 (CMD_CopyMenuStyle):
9004 removed HilightRelief MenuStyle and hard coded it
9006 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9008 * fvwm/menus.c (make_menu_window):
9009 fixed updating menu background with "Menustyle * Background"
9011 * fvwm/stack.c (__get_stacking_sibling):
9013 fixed another stacking problem
9015 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9019 corrected and lined up several help lines
9022 added --enable-xinerama-emulation description
9024 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9026 * fvwm/stack.c (restack_windows):
9027 (__get_stacking_sibling):
9028 fixed another stacking problem
9030 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9032 * fvwm/add_window.c (AddWindow):
9033 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9034 windows starting lowered or on other layers in FvwmPager
9036 * fvwm/stack.c (restack_windows):
9037 (__get_visible_window):
9038 fixed a stacking problem with layers
9040 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9042 * fvwm/functable.c (func_table):
9045 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9049 * fvwm/windowlist.c:
9050 new WindowList option SortByResource
9052 * fvwm/style.c (check_window_style_change):
9053 * libs/FlocaleCharset.c:
9057 place recent authors to the top, not bottom
9060 corrected typo in error message
9062 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9064 * fvwm/fvwm.1.in: Lang check done.
9066 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9069 work on new menu loop code
9075 * fvwm/menus.c (__mloop_handle_event):
9076 (__mloop_get_event):
9077 (__mloop_handle_action_with_mi):
9078 * fvwm/menus.h (MenuReturn):
9079 renamed MenuReturn member menu to target_menu
9081 * fvwm/menus.c (__mloop_handle_event):
9082 * fvwm/menus.h (MenuReturn):
9083 removed a "write only" member of MenuReturn
9085 * fvwm/conditional.c (circulate_cmd):
9086 fixed the "Any" command
9088 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9090 * fvwm/stack.c (mark_transient_subtree):
9091 fixed stack ring corruption with iconified transients
9093 fixed a problem with lowering windows below the icons of their
9096 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9102 * libs/PictureBase.h:
9106 renamed colorset_struct to colorset_t
9108 2002-10-22 olicha <olivier.chapuis@free.fr>
9110 * libs/PictureUtils.c:
9111 Minor fixes and add #if O experimental code
9113 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9115 * fvwm/icons.c (DrawIconPixmapWindow):
9117 * fvwm/events.c (HandlePropertyNotify):
9118 * libs/Fft.c (FftDrawString):
9119 * libs/Colorset.c (DumpColorset):
9121 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9122 use renamed colorset_struct members
9124 * libs/Colorset.h (colorset_struct):
9125 renamed and re-sorted members and cut down bit field lengths for
9128 * fvwm/menustyle.c (menustyle_update):
9131 * fvwm/stack.c (restack_windows):
9132 fixed flickering when raising transients; can't prevent flickering when
9133 lowering a window completely
9135 fixed unnecessary error message
9137 * fvwm/fvwm.c (main):
9140 * fvwm/stack.c (__restack_window):
9141 fixed a stacking problem with icons
9143 * fvwm/add_window.c (destroy_icon):
9146 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9148 * fvwm/menuitem.c (menuitem_paint):
9149 * fvwm/menustyle.c (menustyle_parse_style):
9150 * fvwm/menus.c (paint_side_pic):
9153 (repaint_transparent_menu):
9154 * fvwm/menustyle.h (MenuLook):
9155 cleaned up menu drawing code, fixed last patch
9157 * fvwm/menuitem.c (menuitem_paint):
9158 * fvwm/menustyle.c (menustyle_parse_style):
9159 fixed HilightBack default
9161 * fvwm/bindings.c (binding_cmd):
9162 (bind_get_bound_button_contexts):
9164 * fvwm/screen.h (ScreenInfo):
9165 fixed mouse bindings with buttons > 5
9167 * fvwm/menuitem.c (menuitem_paint):
9168 * fvwm/menustyle.c (menustyle_parse_style):
9169 (menustyle_parse_style):
9170 (CMD_CopyMenuStyle):
9173 * fvwm/menus.c (repaint_transparent_menu):
9175 HilightBack and ActiveFore are now independent
9177 2002-10-18 olicha <olivier.chapuis@free.fr>
9179 * libs/PictureUtils.c (get_color_index):
9180 (create_mapping_table):
9181 (PictureAllocColorTable):
9182 Use a new distance and method for color approximation. Use 68 colors
9183 for the default under depth 8. I am happy with this, should use a
9184 similar distance method for dithering
9186 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9187 (PictureAllocColorTable):
9188 (PictureDitherByDefault):
9191 (PicturePrintColorInfo):
9192 * libs/PictureUtils.h:
9193 Allows -color-limit to work with any visual and depth for testing
9194 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9197 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9199 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9201 * fvwm/add_window.c (get_default_window_attributes):
9204 * fvwm/builtins.c (CMD_ChangeDecor):
9205 removed some duplicate redrawing
9207 * fvwm/update.c (apply_decor_change):
9208 suppress duplicate window update upon ChangeDecor
9209 (apply_window_updates):
9210 do not delete the focus window
9212 2002-10-17 olicha <olivier.chapuis@free.fr>
9217 * libs/Colorset.c (CreateBackgroundPixmap):
9218 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9220 * fvwm/builtins.c (CMD_Colorset):
9221 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9223 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9225 * fvwm/add_window.c (AddWindow):
9226 * fvwm/update.c (apply_window_updates):
9227 * fvwm/move_resize.c (handle_stick):
9229 suppress drawing of sticky decorations initially
9230 reduce module communication overhead when (un)sticking windows
9232 * fvwm/borders.c (border_draw_decorations):
9233 * fvwm/window_flags.h:
9235 * fvwm/frame.c (frame_create_move_resize_args):
9236 (get_resize_decor_gravities_one_axis):
9237 (frame_mrs_setup_draw_decorations):
9239 initialize window decorations with a "None" pixmap;
9240 delay drawing window decorations initially to prevent drawing multiple
9242 => windows grabbing the focus upon startup are drawn focused
9245 * fvwm/frame.c (frame_free_move_resize_args):
9246 reparent the frame hide windows to NoFocusWin instead of Root to
9247 suppress unnecessary ReparentNotify events
9249 2002-10-16 olicha <olivier.chapuis@free.fr>
9251 * fvwm/fvwm.c (main):
9255 Fixed compilation with X cvs
9257 * libs/Colorset.c (CreateBackgroundPixmap):
9260 * fvwm/events.c (HandlePropertyNotify):
9261 * fvwm/colorset.c (update_root_pixmap):
9262 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9263 to found a root pixmap
9265 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9267 * fvwm/bindings.c (bind_get_bound_button_contexts):
9268 another mouse binding fix
9270 * fvwm/conditional.c (CreateConditionMask):
9272 all conditions have a negation with '!' prepended
9276 Current, All, Pick, ThisWindow and PointerWindow imply the
9277 CirculateHitShaded condition.
9279 * fvwm/focus.c (__focus_grab_buttons):
9280 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9281 fixed bindings using mouse buttons >= 6
9283 2002-10-15 olicha <olivier.chapuis@free.fr>
9285 * libs/PictureUtils.c (PicturePrintColorInfo):
9288 * fvwm/functable.c (func_table):
9289 * fvwm/builtins.c (CMD_PrintInfo):
9291 New cmd PrintInfo. Only one arg at present time: "Colors"
9293 * fvwm/fvwm.c (main):
9294 Auto detect card with 2 hardware colormaps and choose the best
9297 * libs/PictureUtils.c (PictureInitColors):
9299 * libs/PictureUtils.h:
9300 * fvwm/fvwm.c (main):
9301 * libs/PictureBase.c (PictureInitCMapRoot):
9303 * libs/PictureBase.h:
9304 Try to support DirectColor visual in a good way, I do not think
9305 this is really useful.
9306 Added a flexible interface function PictureInitColors for
9307 colors allocation initialization.
9308 Some cleanup in color allocation and some preparation for a new
9309 method for saving and freeing colors allocated by images and gradients.
9310 Removed some ifdefed to 0 debug code.
9312 * libs/Picture.c (*):
9314 * libs/PictureImageLoader.c (*):
9315 * libs/PictureImageLoader.h:
9318 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9320 * fvwm/add_window.c (setup_key_and_button_grabs):
9321 * fvwm/bindings.c (ParseBinding):
9323 * fvwm/add_window.c (setup_key_and_button_grabs):
9324 don't grab window context specific bindings anymore; instead, set
9325 Scr.buttons2grab accordingly
9327 * fvwm/bindings.c (activate_binding):
9328 fixed stroke bindings on window context being ignored if no other
9329 action was bound to that context
9331 * fvwm/add_window.c (destroy_icon):
9332 fixed duplicate icon pixmap when switching from NoIconOverride to
9335 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9338 re-indented some code
9340 fixed random position of icon title for icons with a position hint
9343 corrected default of Use/NoIconPosition style
9345 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9347 * fvwm/windowlist.c (CMD_WindowList):
9348 fixed random string for iconified windows in the WindowList
9350 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9355 2002-10-08 olicha <olivier.chapuis@free.fr>
9357 * libs/PictureBase.c (*):
9358 (PictureInitCMapRoot)
9359 (PictureSetupWhiteAndBlack):
9360 (PictureWhitePixel):
9361 (PictureBlackPixel):
9363 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9364 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9365 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9366 but always use the root visual and allows to set or not a private
9368 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9369 but which respects the Pvisual
9371 * libs/PictureGraphics.c (*):
9372 * libs/FScreen.c (FScreenInit):
9373 * libs/FRender.c (FRenderRender):
9374 * libs/Fft.c (FftDrawString):
9375 * fvwm/icons.c (CreateIconWindow):
9376 * fvwm/colorset.c (parse_colorset):
9377 * fvwm/move_resize.c (CMD_XorValue):
9378 * fvwm/colorset.c (alloc_colorset):
9379 * fvwm/fvwm.c (main):
9380 Use the new interface functions and some fix if the fvwm depth !=
9383 * libs/PictureUtils.c (PictureAllocColorTable):
9384 Change the default color table to a 4x4x4 cc + 4 grey
9386 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9388 * fvwm/fvwm.1.in: Use built-in, not builtin.
9390 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9393 s/FvwmNewDebug/FvwmDebug/
9396 * fvwm/conditional.c (CMD_NoWindow):
9399 new command NoWindow to remove window context
9402 use "fvwm" spelling, at least in the middle of sentences
9404 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9406 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9407 builtin commands. Use "builtin", not "built in" or "built-in".
9410 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9412 * libs/Graphics.c (do_relieve_rectangle):
9413 removed debug message
9415 * fvwm/focus.c (__update_windowlist):
9416 (__set_focus_to_fwin):
9417 fixed reversal of __update_windowlist arguments causing FlipFocus to
9418 break [and maybe other things]
9420 2002-10-05 olicha <olivier.chapuis@free.fr>
9422 * libs/PictureUtils.c (alloc_color_cube):
9423 It si possible to enable "gamma correction" for colors cubes (disabled,
9424 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9426 * libs/PictureUtils.c (get_color_index):
9427 (create_mapping_table):
9428 Use a more exact approximation of colors for pur cc without the big
9431 * libs/PictureUtils.c (PictureFreeColors):
9434 * libs/Graphics.c (CreateGradientPixmap):
9435 (CreateGradientPixmapFromString):
9438 2002-10-04 olicha <olivier.chapuis@free.fr>
9440 * libs/PictureUtils.c (*):
9441 Used a better color approximation for color cube when we do not dither.
9442 Added some new colors tables: color cube with some grey colors.
9443 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9446 * fvwm/fvwm.c (main):
9447 Fixed the visual option
9449 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9452 generate FvwmNewDebug and FvwmGtkDebug
9454 2002-10-02 olicha <olivier.chapuis@free.fr>
9456 * libs/PictureUtils.c (USED_DIST):
9457 Used the euclidian distance for colors distance
9459 * libs/Fft.c (FftGetFont):
9460 Disable Xft if the Xserver does not support XRender
9462 2002-10-01 olicha <olivier.chapuis@free.fr>
9464 * libs/Fft.c (FftGetFont):
9465 Disable Xft if the Xserver does not support XRender
9467 * libs/FRender.c (FRenderRender):
9468 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9471 * libs/Colorset.c (SetRectangleBackground):
9472 (SetClippedRectangleBackground):
9474 New interface function for drawing a subset of a colorset rectangle
9476 2002-09-26 olicha <olivier.chapuis@free.fr>
9478 * fvwm/update.c (apply_window_updates):
9479 Fixed icons colorset update
9481 * libs/FRender.c (FRenderRender):
9482 Fixed bitmap rendering
9484 * fvwm/update.c (apply_window_updates):
9485 * fvwm/geometry.c (move_icon_to_position):
9486 * fvwm/events.c (HandleEnterNotify):
9488 (HandleLeaveNotify):
9489 (HandlePropertyNotify):
9490 * fvwm/add_window.c (setup_icon_font):
9491 * fvwm/icons.c (DrawIconWindow):
9492 (DrawIconTitleWindow):
9493 (DrawIconPixmapWindow):
9496 Fixed focus/unfocus flickering
9498 2002-09-25 olicha <olivier.chapuis@free.fr>
9500 * fvwm/icons.c (DrawIconTitleWindow):
9501 One more drawing fix
9503 2002-09-24 olicha <olivier.chapuis@free.fr>
9505 * fvwm/icons.c (DrawIconTitleWindow):
9506 An other drawing fix
9508 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9510 * fvwm/move_resize.c (__move_loop):
9511 fixed uninitialised variable
9513 fixed starting move at random position
9515 2002-09-24 olicha <olivier.chapuis@free.fr>
9517 * fvwm/update.c (apply_window_updates):
9518 * fvwm/geometry.c (move_icon_to_position):
9519 * fvwm/events.c (HandleEnterNotify):
9521 (HandleLeaveNotify):
9522 (HandlePropertyNotify):
9523 * fvwm/add_window.c (setup_icon_font):
9524 * fvwm/icons.c (DrawIconWindow):
9525 (DrawIconTitleWindow):
9526 (DrawIconPixmapWindow):
9529 Fixed icon drawing. Split icon window drawing.
9531 * libs/FRender.c (*):
9532 Fixed compilation and small clean up
9534 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9536 * fvwm/conditional.c (CreateFlagString):
9537 fixed quoting in conditional command conditions
9539 * fvwm/menus.c (__mloop_handle_event):
9540 removed unnecessary querying of pointer position on button release in
9545 * fvwm/bindings.c (ParseBinding):
9546 increased maximum allowed key symbol name length to 200 characters
9548 * fvwm/execcontext.h (enum):
9549 * fvwm/fvwm.c (Done):
9555 * fvwm/execcontext.h (enum):
9556 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9558 * fvwm/menus.c (pop_menu_up):
9559 fixed accidental menu animation with certain menu position hints
9561 2002-09-23 olicha <olivier.chapuis@free.fr>
9563 * libs/FRender.c (*):
9564 Fixed(?) XRender rendering with some Xserver
9566 * fvwm/update.c (apply_window_updates):
9567 * fvwm/geometry.c (move_icon_to_position):
9568 * fvwm/events.c (HandleEnterNotify):
9570 (HandleLeaveNotify):
9571 (HandlePropertyNotify):
9572 * fvwm/add_window.c (setup_icon_font):
9573 * fvwm/icons.c (DrawIconWindow):
9576 Clip text and icon drawing for the icons
9578 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9582 Path commands now support form: "path1;ext1:path2:path3;ext3"
9583 where ext1 (for example, ".png") means all files in path1 should
9584 be forced to have extention ".png" even if the requested icon
9585 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9587 * fvwm/execcontext.h:
9588 small changes in latters used for EXCT_* constants
9590 * fvwm/module_interface.c:
9592 * libs/PictureBase.c:
9594 some spacing reindentation
9596 2002-09-21 olicha <olivier.chapuis@free.fr>
9598 * libs/FRender.c (FRenderCompositeAndCheck):
9599 Temporally take GraphicsExposure in account
9601 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9604 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9606 2002-09-20 olicha <olivier.chapuis@free.fr>
9608 * fvwm/icons.c (GetIconPicture):
9609 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9610 Fixed the alpha channel
9612 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9617 2002-09-20 olicha <olivier.chapuis@free.fr>
9619 * libs/FRender.c (FRenderTintPicture):
9620 (FRenderTintRectangle):
9622 * libs/FRenderInterface.h:
9623 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9624 Make FRender code more modular. Add a 24+8 tinting method and enable it
9625 in the place of the 32 tinting method (which can be enabled by defining
9626 USE_ABSOLUTE_FORMATE)
9628 2002-09-19 olicha <olivier.chapuis@free.fr>
9630 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9631 (animated_move_back):
9633 (repaint_transparent_menu):
9634 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9635 (AnimatedMoveAnyWindow):
9636 * fvwm/move_resize.h:
9637 Support the new colorset transparent options and fix greyed item
9638 of transparent animated menus
9640 * fvwm/menus.c (pop_menu_up):
9641 (animated_move_back):
9643 * libs/Rectangles.c:
9644 * libs/Rectangles.h:
9646 New libs files for rectangles, segments, regions ..etc
9648 * fvwm/menus.c (clear_expose_menu_area):
9649 (get_menu_paint_item_parameters):
9652 (ParentalMenuRePaint):
9653 (ParentalMenuRePaint):
9654 * fvwm/menuitem.c (clear_menu_item_background):
9656 * fvwm/menuitem.h (MenuPaintItemParameters):
9657 Clip the item icons and text drawing
9659 * fvwm/menus.c (__mloop_exit):
9660 Fixed an indirect uninitialized variable bug
9662 * fvwm/menus.c (__mloop_handle_event): *
9663 (__mloop_handle_action_with_mi): *
9664 Update some comments
9666 * libs/FRender.c (FRenderVisualInit):
9668 * fvwm/colorset.c (parse_colorset):
9671 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9673 * fvwm/menus.c (__menu_loop):
9674 (__mloop_handle_action_with_mi):
9675 fixed parent menu redrawing
9677 * fvwm/style.c (check_window_style_change):
9678 * fvwm/update.c (apply_window_updates):
9679 * fvwm/add_window.c (setup_icon_size_limits):
9680 honour changes in IconSize style without recapture
9682 * fvwm/focus.c (focus_query_open_grab_focus):
9683 * fvwm/events.c (HandlePropertyNotify):
9684 * fvwm/add_window.c (setup_transientfor):
9685 take care of various funny initial transientfor settings
9687 * fvwm/stack.c (__raise_lower_recursion):
9689 fixed stacking core dump
9691 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9697 added a program that tests for -Werror option and similar; bug out of
9698 configure if the test program doesn't compile
9700 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9704 add a "do not edit" warning at the beginning of the man page
9707 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9709 * libs/FScreen.c (XineramaQueryScreens):
9710 fixed linking problem when compiling without Xinerama
9712 * fvwm/cursor.c (CMD_CursorStyle):
9713 fixed cursorstyle command being applied to windows without handles
9715 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9716 (EWMH_ProcessPropertyNotify):
9717 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9718 (GNOME_HandlePropRequest):
9719 fixed dummy macros when compiling without gnome/ewmh support
9721 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9723 * libs/queue.c (fqueue_add_inside):
9724 add a new command with the same execution time as a previous one behind
9728 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9731 * fvwm/functions.c (__execute_function):
9732 * fvwm/execcontext.h (exec_context_type_t):
9733 replace enum values with letters for readability
9735 * fvwm/functions.c (__execute_function):
9736 improved command log output
9738 * fvwm/schedule.c (execute_obj_func):
9739 fixed schedule queue timing
9742 refuse to run configure if CFLAGS is not empty
9744 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9747 fixed compilation with --enable-command-log; simplified fvwm_msg()
9750 reformatted; don't send end-of-line with SET_*MASK
9752 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9754 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9755 fixed multipixmap title drawing
9757 * fvwm/frame.h (struct):
9758 * fvwm/frame.c (frame_get_titlebar_dimensions):
9761 * fvwm/events.c (HandlePropertyNotify):
9762 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9764 * libs/Fft.c (FftDrawString):
9765 -Wall fix when compiling w/o Xft
9767 2002-09-15 olicha <olivier.chapuis@free.fr>
9769 * libs/Colorset.c (CreateBackgroundPixmap):
9770 Fixed a dpy problem with FvwmBacker
9771 * libs/Colorset.c (CreateBackgroundPixmap):
9772 Fixed creation a root transparent pixmap for small root pixmap
9774 2002-09-14 olicha <olivier.chapuis@free.fr>
9776 * libs/Fft.c (FftDrawString):
9777 Fixed clip region with shadow font
9779 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9780 Added a function to create translucent pixmaps
9781 * libs/Colorset.c (CreateBackgroundPixmap):
9783 * libs/FRender.c (FRenderRender):
9784 Allows to use the root window as src pixmap
9786 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9789 Fixed open double quotes in ButtonState section
9791 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9793 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9795 2002-09-13 olicha <olivier.chapuis@free.fr>
9797 * libs/Colorset.c (CreateBackgroundPixmap):
9798 (UpdateBackgroundTransparency):
9799 (SetRectangleBackground):
9801 * fvwm/colorset.c (*):
9803 * fvwm/events.c (HandlePropertyNotify):
9804 Starting implementation of RootTransparent colorset. Worked on
9805 tinted Transparent colorset. Various colorset parsing fixes.
9807 * libs/Fft.c (FftDrawString):
9809 Added the possibility to draw with a clipping region.
9811 * libs/FRender.c (FRenderRender):
9812 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9813 (PCreateRenderPixmap):
9814 (PGraphicsCreateTransprency):
9815 (PGraphicsTintRectangle):
9816 Improve current rendering functions to be able to tint the
9817 ParentalRelative pixmap or the background of a window.
9818 Re-enabled XRender rendering.
9821 remove a #if 0 debug "render" code
9823 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9825 * fvwm/builtins.c (ReadTitleButton):
9827 new button state shortcuts AllNormal, AllToggled,
9828 AllActive, AllInactive, AllUp, AllDown
9830 * fvwm/module_interface.c:
9834 possibly fixed compilation with non gcc
9836 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9838 * fvwm/focus.c (_focus_grab_buttons):
9839 (__focus_grab_buttons):
9841 (__focus_grab_one_button):
9842 grab all modifier combinations on client windows by default if
9843 necessary; this saves a lot of traffic but may grab unnecessary
9844 modifiers with mouse bindings on the client window
9847 * libs/defaults.h (DEF_FP_MODIFIERS):
9848 * fvwm/events.c (__handle_focus_raise_click):
9849 * fvwm/style.c (style_parse_focus_policy_style):
9850 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9851 default is now to use any modifiers for clicktofocus/raise purposes
9853 * fvwm/menus.c (__mloop_get_event):
9856 fixed tear off menus
9858 * libs/FEvent.c (FCheckIfEvent):
9861 (FCheckTypedWindowEvent):
9862 (FCheckWindowEvent):
9863 fixed FCheck...Event functions thus fixing Menu command behaving like
9866 * fvwm/move_resize.c (InteractiveMove):
9867 fixed offset between pointer and window when dragging
9869 * fvwm/virtual.c (HandlePaging):
9870 * fvwm/icons.c (CMD_Iconify):
9871 * fvwm/move_resize.c (InteractiveMove):
9872 * fvwm/menus.c (get_menu_options):
9874 * libs/FScreen.c (GetMouseXY):
9875 use new function fev_get_evpos_or_query()
9881 (GetLocationFromEventOrQuery):
9882 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9883 * libs/FEvent.c (fev_set_evpos):
9886 * fvwm/functions.c (__execute_function):
9887 (execute_complex_function):
9888 fixed complex action clicking logic
9890 * fvwm/add_window.c (CaptureOneWindow):
9891 fixed RecaptureWindow
9892 (CaptureAllWindows):
9895 * fvwm/functable.c (func_table):
9896 fixed running RecaptureWindow without a context window
9898 * fvwm/conditional.c (circulate_cmd):
9901 * fvwm/events.c (HandleVisibilityNotify):
9902 fixed VisibilityNotify handling
9904 * fvwm/functions.c (execute_complex_function):
9905 fixed memory corruption
9906 (__execute_function):
9907 fixed using wrong context
9908 (__execute_function):
9909 removed conditional that was always true now
9913 * fvwm/module_interface.c (ExecuteModuleCommand):
9914 initialise module number
9916 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9918 * fvwm/add_window.c (CaptureOneWindow):
9919 fixed memory corruption
9921 * fvwm/icons.c (Iconify):
9923 fixed bug introduced with transient stacking patch
9925 * fvwm/functions.c (DeferExecution):
9926 (__execute_function):
9927 (execute_complex_function):
9928 cleaned up and optimized exec_context handling
9933 * fvwm/windowlist.c:
9934 * fvwm/conditional.c:
9941 * fvwm/module_interface.c:
9944 * fvwm/add_window.c:
9945 * fvwm/move_resize.c:
9946 * fvwm/fvwm.h (F_CMD_ARGS):
9948 completely removed the builtin command arguments fw, w, and context
9950 * fvwm/functions.c (DeferExecution):
9953 * fvwm/stack.c (BroadcastRestack):
9954 removed global lastTimestamp
9956 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9957 (EWMH_ProcessPropertyNotify):
9958 (ewmh_WMStateShaded):
9959 (ewmh_WMStateSticky):
9960 (ewmh_WMStateHidden):
9965 (ewmh_DesktopGeometry):
9966 (ewmh_ActiveWindow):
9967 use new function interface
9969 * fvwm/menus.c (do_menu):
9970 * fvwm/menucmd.c (menu_func):
9971 * fvwm/windowlist.c (CMD_WindowList):
9972 use new function interface
9973 replaced "(XEvent *)1" hack with a regular flag
9975 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9977 * fvwm/add_window.c (destroy_window):
9978 * fvwm/update.c (destroy_scheduled_windows):
9979 * fvwm/screen.h (ScreenInfo):
9980 new member is_executing_menu_function
9982 * fvwm/windowlist.c (CMD_WindowList):
9983 * fvwm/menucmd.c (menu_func):
9984 * fvwm/gnome.c (CMD_GnomeButton):
9985 (GNOME_ProcessClientMessage):
9986 (GNOME_HandlePropRequest):
9987 * fvwm/modconf.c (CMD_Send_ConfigInfo):
9988 * fvwm/update.c (apply_window_updates):
9989 * fvwm/repeat.c (CMD_Repeat):
9990 * fvwm/conditional.c (circulate_cmd):
10002 * fvwm/focus.c (warp_to_fvwm_window):
10003 (CMD_WarpToWindow):
10004 * fvwm/read.c (run_command_stream):
10005 (run_command_file):
10008 * fvwm/fvwm.c (Done):
10012 use new function interface
10014 fixed running startup script under random module number
10016 * fvwm/functions.c (execute_function_override_window):
10017 * fvwm/functions.c (execute_function_override_wcontext):
10018 new convenience functions
10025 * fvwm/module_interface.c (CMD_Send_WindowList):
10027 (CMD_set_sync_mask):
10028 (CMD_set_nograb_mask):
10030 don't use "Module" argument anymore
10031 (ExecuteModuleCommand):
10033 use new function interface
10035 * fvwm/add_window.c (CaptureOneWindow):
10037 (CaptureAllWindows):
10038 * fvwm/events.c (HandleMapRequestKeepRaised):
10039 * fvwm/add_window.c (AddWindow):
10040 AddWindow takes executiuon context as its argument instead of the
10041 window; changed caller
10042 don't use "Event" anymore
10044 * fvwm/fvwm.c (StartupStuff):
10045 generate an execution context for startup
10047 * fvwm/move_resize.c (DoResize):
10051 renamed and used new function interface in args
10053 * fvwm/geometry.c (constrain_size):
10054 added XEvent *e argument to remove use of global "Event"; changed all
10057 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10059 * fvwm/stack.c (get_next_window_in_stack_ring):
10060 (get_prev_window_in_stack_ring):
10061 (get_transientfor_fvwmwindow):
10062 * fvwm/icons.c (SetMapStateProp):
10063 * fvwm/events.c (fake_map_unmap_notify):
10064 * fvwm/misc.c (IsRectangleOnThisPage):
10065 * fvwm/menus.c (menu_enter_tear_off_menu):
10066 (menu_close_tear_off_menu):
10067 * fvwm/icons.c (DrawIconWindow):
10069 * fvwm/colormaps.c (InstallWindowColormaps):
10070 made FvwmWindow * arguments const in many functions
10072 * fvwm/menus.c (pop_menu_up):
10075 (__mloop_do_popup):
10077 (menu_enter_tear_off_menu):
10078 (__mloop_get_event):
10079 (__mloop_get_event_timeout_loop):
10081 (__mloop_get_mi_actions):
10083 * fvwm/events.c (HandleEnterNotify):
10084 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10089 * fvwm/functions.c (DeferExecution):
10090 (__execute_function):
10091 * fvwm/windowlist.c (CMD_WindowList):
10092 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10093 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10094 (ExecuteModuleCommand):
10095 * fvwm/builtins.c (CMD_Wait):
10096 * fvwm/events.c (WaitForButtonsUp):
10097 (HandleShapeNotify):
10098 (HandleVisibilityNotify):
10099 (HandleUnmapNotify):
10100 (HandleSelectionRequest):
10101 (HandleReparentNotify):
10102 (HandlePropertyNotify):
10103 (HandleMotionNotify):
10104 (HandleMapRequestKeepRaised):
10105 (HandleMapRequest):
10106 (HandleMappingNotify):
10108 (HandleLeaveNotify):
10113 (HandleEnterNotify):
10114 (HandleDestroyNotify):
10115 (HandleColormapNotify):
10116 (HandleClientMessage):
10117 (HandleButtonRelease):
10118 (HandleButtonPress):
10119 (__handle_bpress_on_root):
10120 (__handle_bpress_action):
10121 (__handle_click_to_raise):
10122 (__handle_click_to_focus):
10123 (__is_bpress_window_handled):
10124 (__handle_focus_raise_click):
10125 don't use "Event", "Fw" and old_execute_function() anymore
10127 * fvwm/events.c (dispatch_event):
10128 removed preserve_tmpwin argument; changed all callers
10130 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10131 fixed random focus member of faked event
10133 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10134 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10135 (EWMH_ProcessPropertyNotify):
10136 * fvwm/move_resize.c (DisplaySize):
10138 (position_geometry_window):
10139 * fvwm/geometry.c (get_window_borders):
10140 (get_window_borders_no_title):
10143 * fvwm/events.c (dispatch_event):
10144 create event execution context
10145 (HandleClientMessage):
10146 removed useless local "button"
10148 don't fiddle with global Fw anymore; added argument to return context
10149 window; changed all callers
10151 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10152 * fvwm/move_resize.c (__resize_window):
10153 use new event handle interface
10156 * fvwm/eventhandler.h:
10157 new event handler interface
10159 * fvwm/functions.c (CMD_Plus):
10160 * fvwm/builtins.c (AddToDecor):
10162 (CMD_DestroyDecor):
10163 use F_CMD_ARGS in AddToDecor
10165 removed useless check for realloc return value
10166 use new function interface
10167 fixed another memory leak
10169 * fvwm/builtins.c (__remove_window_decors):
10170 replace old_execute_function with execute_function
10172 * fvwm/add_window.c (setup_window_placement):
10173 * fvwm/placement.c (PlaceWindow):
10174 * fvwm/schedule.c (execute_obj_func):
10175 * fvwm/colorset.c (add_to_junk):
10176 use new function call interface
10178 * fvwm/fvwm.h (F_EXEC_ARGS):
10179 (F_PASS_EXEC_ARGS):
10180 removed now unused macros
10182 * fvwm/functions.c (CheckActionType):
10185 (__execute_function):
10186 (__run_complex_function_items):
10187 (execute_complex_function):
10188 rewrote function call interface
10190 * fvwm/functions.c (__run_complex_function_items):
10191 new function split off from execute_complex_function
10195 removed "Event" global
10197 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10199 * fvwm/fvwm.1.in: Language check.
10201 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10203 * fvwm/functions.c (old_execute_function):
10206 * fvwm/module_interface.c (do_execute_module):
10207 don't write module argument anymore; code claimed that writing 0 into
10208 *Module prevented WaitForButtonsUp from being called, but that was
10209 either a lie or a relic of the past
10211 * fvwm/fvwm.h (exec_func_args_type):
10215 removed *Module argument
10217 * fvwm/functions.c (__execute_function):
10220 * fvwm/functions.h (enum):
10221 added more function execution falgs
10224 add exec_context_t *exc to builtin arguments
10226 * libs/FEvent.c (fev_copy_last_event):
10229 * fvwm/execcontext.h:
10230 * fvwm/execcontext.c:
10231 new files introducing the "exec_context_t" structure that shall replace
10232 the builtin command interface
10234 * fvwm/stack.c (__RaiseOrLowerWindow):
10235 (RaiseOrLowerWindow):
10236 (__restack_window):
10237 (mark_transient_subtree):
10238 (__sort_transient_ring):
10239 properly handle restacking of windows with more than one transient and
10240 multiple levels of transients at the same time
10241 (__RaiseOrLowerWindow):
10242 (RaiseOrLowerWindow):
10243 renamed function and added wrapper
10245 * fvwm/fvwm.h (FvwmWindow):
10246 added new scratch registers
10248 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10252 minor improvements in the new release procedure
10254 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10256 * fvwm/stack.c (RaiseOrLowerWindow):
10257 (__restack_window):
10258 (mark_transient_subtree):
10259 (must_move_transients):
10260 (is_on_top_of_layer_ignore_rom):
10261 handle restacking trees of transient windows; still does not work too
10262 well if a window has multiple transients at the same time
10264 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10268 restored versions from before 9th of September
10269 (RaiseOrLowerWindow):
10270 fixed StackTransientParent style without RaiseTransient or
10271 LowerTransient on transient_for window
10272 StackTransientParent works only on window in the same layer
10273 (mark_transient_subtree):
10274 fixed handling of window group hint w/ iconify
10276 (RaiseOrLowerWindow):
10278 fixed flickering when overlapping transients aree lowered
10280 * fvwm/move_resize.c (__resize_window):
10281 * fvwm/colorset.c (add_to_junk):
10282 cleaned up event handling
10284 * fvwm/move_resize.c (__resize_window):
10285 renamed function and changed callers
10287 * fvwm/fvwm.h (F_PASS_ARGS):
10289 removed eventp command argument
10291 * fvwm/events.c (DispatchEvent):
10293 renamed function, added event argument and changed all callers
10295 * libs/FEvent.c (fev_fake_event):
10296 * libs/FEvent.c (fev_get_evtype__remove_me):
10299 * fvwm/menus.c (menuShortcuts):
10306 (__mloop_get_event_timeout_loop):
10307 (__mloop_get_event):
10308 (__mloop_do_popup):
10309 (__mloop_do_popup):
10311 * fvwm/builtins.c (CMD_FakeClick):
10312 * fvwm/functions.c (CheckActionType):
10314 * fvwm/focus.c (__try_program_focus):
10315 (__try_program_focus):
10316 * fvwm/icccm2.c (SetupICCCM2):
10317 * fvwm/virtual.c (HandlePaging):
10318 * fvwm/module_interface.c (make_vpacket):
10319 (make_new_vpacket):
10320 * fvwm/schedule.c (squeue_get_next_ms):
10321 (squeue_get_next_ms):
10323 * fvwm/stack.c (BroadcastRestack):
10324 * fvwm/move_resize.c (resize_window):
10326 * libs/FEvent.c (fev_get_evtime):
10327 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10329 * fvwm/events.c (HandleEnterNotify):
10333 (discard_window_events):
10334 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10337 * fvwm/menus.c (__mloop_get_event):
10338 * fvwm/virtual.c (HandlePaging):
10340 * fvwm/functions.c (DeferExecution):
10342 * fvwm/misc.c (get_server_time):
10343 * fvwm/builtins.c (CMD_StrokeFunc):
10344 * fvwm/menus.c (pop_menu_up):
10347 * libs/FEvent.c (fev_update_last_timestamp):
10348 removed StashEventTime function; handle this directly in FEvent.c
10350 * fvwm/module_interface.c (ExecuteModuleCommand):
10351 * fvwm/misc.c (Keyboard_shortcuts):
10352 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10353 * fvwm/events.c (handle_all_expose):
10357 don't use Event global anymore
10359 * fvwm/bindings.c (activate_binding):
10360 fixed key bindings on window corners
10362 * libs/fvwmlib.h (C_DECOR):
10363 context including all parts of the decorations
10365 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10368 fixed compilation warning in #endif comment
10371 removed debug fprintf
10377 another solution for reporting the cvs status
10379 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10381 * configure.in (LIBOBJS):
10382 * acinclude.m4 (smr_SWITCH):
10383 fix for autoconf 2.53
10386 removed unnecessary includes
10388 * fvwm/Makefile.am (fvwm_SOURCES):
10390 * fvwm/eventmasks.h:
10391 * fvwm/eventhandlers.h:
10392 new files split from events.h
10394 * fvwm/icccm2.c (HandleSelectionRequest):
10395 (HandleSelectionClear):
10396 * fvwm/colormaps.c (HandleColormapNotify):
10397 * fvwm/menus.c (menu_tear_off):
10398 * fvwm/move_resize.c (resize_window):
10401 new argument avh_args_t to the event handler functions; still unused
10402 moved all event handlers to events.c
10403 remove now unnecessary includes in some files
10405 * fvwm/icccm2.c (HandleSelectionRequest):
10409 use replacements for X event functions everywhere
10411 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10415 * fvwm/borders.c (border_flags_to_button_state):
10417 * fvwm/builtins.c (ReadTitleButton):
10418 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10419 * fvwm/fvwm.c (InitVariables):
10420 Imlemented new title and button states InactiveUp and InactiveDown,
10421 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10422 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10423 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10426 reformat license info in -version to be 3 lines and one empty line
10427 instead of 5 non-empty lines, for readability
10429 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10433 * libs/Makefile.am:
10436 * fvwm/stack.c (__raise_or_lower_recursion):
10437 (RaiseOrLowerWindow):
10438 split into two functions
10439 renamed to __raise_or_lower_window
10440 (mark_transient_subtree):
10441 new flag MARK_CLEAR
10442 (position_new_window_in_stack_ring):
10445 cleaned up stacking code
10447 * fvwm/menus.c (paint_menu):
10448 fixed a minor drawing problem with menu item reliefs
10450 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10452 * fvwm/move_resize.c (InteractiveMove):
10453 removed eventp from interface
10454 changed all callers
10456 * fvwm/menucmd.c (menu_func):
10457 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10458 * fvwm/windowlist.c (CMD_WindowList):
10459 * fvwm/read.c (run_command_file):
10460 (run_command_stream):
10461 * fvwm/focus.c (warp_to_fvwm_window):
10462 * libs/Event.c (GetSubwindowFromEvent):
10463 * fvwm/events.c (GetContext):
10464 * libs/Pointer.c (GetLocationFromEventOrQuery):
10465 * fvwm/builtins.c (CMD_StrokeFunc):
10467 * fvwm/events.c (StashEventTime):
10468 * fvwm/move_resize.c (InteractiveMove):
10469 * fvwm/functions.c (DeferExecution):
10470 (old_execute_function):
10471 * fvwm/fvwm.h (F_CMD_ARGS):
10473 make eventp argument const to ease clean up work
10475 * fvwm/windowlist.c (CMD_WindowList):
10476 * fvwm/move_resize.c (InteractiveMove):
10477 * fvwm/menucmd.c (menu_func):
10478 * fvwm/icons.c (CMD_Iconify):
10479 always query pointer position in case a script modified the position
10482 * fvwm/focus.c (SetPointerEventPosition):
10483 removed function since it modifies the global event variable
10485 * fvwm/functable.c (func_table):
10486 added cursor and event type members fo DeferExecution call
10487 * fvwm/functions.c (DeferExecution):
10488 made static, call from inside functions.c only
10489 removed calls everywhere
10491 * fvwm/builtins.c (CMD_StrokeFunc):
10494 * fvwm/virtual.c (HandlePaging):
10496 don't use global "Event" anymore
10498 pass in event structure through arguments
10499 changed all callers
10501 2002-09-02 olicha <olivier.chapuis@free.fr>
10503 * libs/Colorset.c (*):
10505 * libs/colorset.c (parse_colorset):
10506 * libs/PictureGraphics.c (PGrabXImage):
10507 (PCreateRenderPixmap):sx
10508 (PGraphicsCreateTransprency):
10509 * libs/PictureGraphics.h:
10510 An experimental implementation of ParentalRelative tinted background
10512 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10513 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10515 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10516 * libs/FRenderInit.c (FRenderInit):
10517 (FRenderGetAlphaDepth):
10518 * libs/FRenderInit.h:
10519 Fixed alpha blending for xserver without depth 8 pixmap
10525 2002-09-01 olicha <olivier.chapuis@free.fr>
10528 Colorset and alpha blending news
10530 2002-08-31 olicha <olivier.chapuis@free.fr>
10532 * libs/Ficonv.c (convert_charsets):
10533 Fixed compilation on systems that do not have EILSEQ
10535 2002-08-30 olicha <olivier.chapuis@free.fr>
10537 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10538 Fixed compilation of certain modules
10540 * fvwm/borders.c (border_render_into_pixmap):
10541 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10542 * libs/PictureGraphics.h:
10543 * libs/Graphics.c (CreateStretchPixmap):
10544 (CreateStretchYPixmap):
10545 (CreateStretchXPixmap):
10546 Progress with masks in multipixmap title
10548 * libs/PictureGraphics.c (PCopyArea):
10550 (PCreateRenderPixmap):
10551 * fvwm/borders.c (border_fill_pixmap_background):
10554 * fvwm/icons.c (DrawIconWindow):
10555 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10556 Fixed the shape mask of ewmh icons and icons with some alpha
10558 2002-08-30 olicha <olivier.chapuis@free.fr>
10560 * libs/PictureGraphics.c (PCreateRenderPixmap):
10561 (PGrabImageErrorHandler):
10562 (PGraphicsCopyPixmaps):
10563 (PGraphicsCopyFvwmPicture):
10564 (PGraphicsTileRectangle):
10565 (PGraphicsRenderPixmaps):
10566 (PGraphicsRenderPicture):
10567 * libs/PictureGraphics.h:
10568 * libs/PictureBase.h:
10569 Replaced PGraphicsTileRectangle with a more powerful function,
10570 PCreateRenderPixmap, which performs *full* XRender simulation.
10571 So alpha blending is now supported even without Xrender support.
10572 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10573 for direct rendering with tint and alpha channel.
10575 * libs/FRender.c (FRenderVisualInit):
10577 (FRenderTintRectangle):
10579 * libs/FRenderInterface.h:
10580 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10581 and more powerfull function FRenderRender
10583 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10585 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10586 Load the alpha even without Xrender support
10589 * fvwm/colorset.c (parse_pixmap_tint):
10592 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10593 or obsolete TintMask) also tints gradients and the tint is applied
10594 only to the pixmap not the bg color. The average bg is computed from
10595 the "original" pixmap and not the tinted one, bgTint should be used
10596 to get a real average bg in the case the pixmap is tinted
10598 * fvwm/icons.c (DrawIconWindow):
10599 (CreateIconWindow):
10600 * fvwm/menuitem.c (menuitem_paint):
10601 * fvwm/menus.c (paint_side_pic):
10602 * fvwm/borders.c (border_get_border_background):
10603 (border_draw_decor_to_pixmap):
10604 (border_fill_pixmap_background):
10605 * fvwm/events.c (HandlePropertyNotify):
10606 Picture rendering use the new PGraphicsRenderPixmaps and
10607 PGraphicsRenderPicture libs functions. Respect new colorset options
10609 * fvwm/colorset.c (parse_colorset):
10611 (CMD_ReadWriteColors):
10613 Removed the read write colorset codes
10615 * libs/Graphics.c (CalculateGradientDimensions):
10616 Fixed the size of dithered H and V gradients
10618 * libs/PictureUtils.c (*):
10619 * libs/PictureUtils.h:
10622 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10624 * fvwm/menus.c (paint_menu_gradient_background):
10625 fixed drawing of SidePic menu background when not using SideColor
10628 * FvwmIconBox/icons.c:
10631 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10633 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10635 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10638 fixed --disable-ewmh
10642 added const to some prototypes
10644 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10646 * fvwm/menus.c (MenuInteraction):
10648 renamed MenuInteraction to __menu_loop
10650 * fvwm/menus.c (pop_menu_up):
10653 removed pdo_warp_to_title argument of pop_menu_up and changed all
10654 callers; logic is now in last_saved_position_hints
10655 (__menu_get_next_event_timeout_loop):
10656 began to split MenuInteraction into several sub functions
10657 go away, evil "goto"!
10659 * fvwm/style.c (style_parse_one_style_option):
10660 all boolean styles - and *only* boolean styles, can be prefixed with a
10661 '!' to invert their meaning
10662 (style_parse_button_style):
10663 moved Button and NoButton styles to separate function
10667 updated for 2.5.4-devel
10676 * fvwm/menuitem.h (struct):
10677 * fvwm/menus.c (paint_menu_gradient_background):
10678 (paint_menu_pixmap_background):
10680 (clear_expose_menu_area):
10681 fixed TiledPixmap menu background drawing bug
10682 sorted function in file and removed forward declarations
10684 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10686 * fvwm/Makefile.am (LDADD):
10687 put -lfvwm at front of library list
10689 * fvwm/windowlist.c (CMD_WindowList):
10690 print window's page instead of current page in windowlist
10692 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10694 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10695 Fix for Experimental RaiseOverUnmanaged Handling.
10697 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10701 New defs for Experimental RaiseOverUnmanaged Handling.
10703 * fvwm/events.c (HandleEnterNotify):
10705 (set_focus_to_fwin)
10706 (focus_query_grab_buttons)
10707 (_focus_grab_buttons)
10708 (focus_grab_buttons)
10709 (focus_grab_buttons_client_entered)
10711 (__activate_window_by_command)
10712 (_ReturnFocusWindow)
10714 (_ForceDeleteFocus)
10716 (raise_over_unmanaged)
10717 (is_above_unmanaged)
10718 (_is_on_top_of_layer)
10719 (is_on_top_of_layer)
10720 (is_on_top_of_layer_and_above_unmanaged)
10721 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10722 interaction of RaiseOverUnmanaged with various focus policies,
10723 particularly mouse focus + client click raises; issue mouse
10724 button grabs when and only when they are actually needed; and
10725 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10726 (Thanks to the GFPR, this is much more straightforward to do!)
10728 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10731 added a paragraph about scripting and complex functions.
10733 * fvwm/style.c (style_parse_one_style_option):
10734 fixed flag_mask and change_mask of TitleAt... styles that broke left
10737 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10740 describe new focus policy styles
10742 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10744 * fvwm/style.c (merge_styles):
10745 fixed applying style updates immediately
10747 * fvwm/geometry.c (constrain_size):
10748 fixed font resizing of maximized windows
10750 * fvwm/window_flags.h:
10751 * fvwm/fvwm.h (has_new_wm_normal_hints):
10754 * fvwm/events.c (HandleEnterNotify):
10755 fixed UngrabNotify returning focus to just unfocused window
10759 * fvwm/style.c (merge_styles):
10761 (__simplify_style_list):
10762 fixed default style calculations
10764 * fvwm/events.c (HandleConfigureRequest):
10765 disabled debug output
10767 * fvwm/style.c (merge_styles):
10768 * fvwm/fvwm.h (window_style):
10769 new style member default_mask to allow two levels of defaults;
10770 fixes focus policy defaults
10772 rewrote many of the macros; changed all callers
10774 * fvwm/borders.c (RenderIntoPixmap):
10775 (DrawMultiPixmapTitlebar):
10776 (border_render_into_pixmap):
10777 (border_draw_multi_pixmap_titlebar):
10778 applied Suzanne Skinner's multi pixmap titles fix
10779 renamed functions and changed all callers
10781 * libs/FScreen.c (FScreenGetScrRect):
10784 new utility functions
10786 * fvwm/windowlist.c (CMD_WindowList):
10787 new option MaxLabelWidth for the WIndowList command based on patch by
10789 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10790 WindowList command.
10792 * fvwm/events.c (HandleConfigureRequest):
10793 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10794 seems to work without problems
10796 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10798 * fvwm/style.c (merge_styles):
10799 fixed style defaults getting stuck to on once set
10802 fixed a number of non portable uses of the "test" command and unified
10803 the used syntax of all calls to reduce chance of copy-and-paste
10806 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10810 minor typos and improvements;
10811 better string quotings and detection of fribidi for autoconf-2.53
10813 * fvwm/Makefile.am:
10814 don't include *.in in EXTRA_DIST, they are auto-included
10816 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10818 * fvwm/events.c (HandleConfigureRequest):
10819 (HandlePropertyNotify):
10820 (is_resizing_event_pending):
10821 fixed uninitialised return code of test_resizing_event
10823 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10825 * fvwm/decorations.c (SelectDecor):
10827 * fvwm/window_flags.h:
10829 moved common.s.has_no_border window flag to common.has_no_border to
10830 fix windows getting stuck without a border once the HandleWidth or
10831 BorderWidth was set to 0 and then increased again
10834 removed reference to BUGS and TODO
10837 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10838 fvwm.1 files don't have to be updated for a release anymore; the release
10839 number and date are set by configure
10841 * fvwm/fvwm.c (setVersionInfo):
10842 fixed output of "fvwm -version"
10844 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10846 * fvwm/style.c (style_parse_one_style_option):
10847 Old focus styles override less of the behaviour specified with the
10848 FP... styles; use defaults instead without setting the mask
10849 (style_parse_one_style_option):
10850 removed the styles MouseFocusClickIgnoreMotion and
10851 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10853 (style_parse_one_style_option):
10854 ClickToFocusRaises now works only on the client window, not on the
10856 (style_parse_one_style_option):
10857 fixed FocusFollowsMouse style
10858 (style_set_old_focus_policy):
10859 moved old default focus settings to a separate function, simplified code
10861 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10863 * fvwm/fvwm.1: Add hot-spot is an offset information,
10864 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10867 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10869 * fvwm/style.c (style_parse_focus_policy_style):
10870 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10872 * libs/Makefile.am:
10873 added missing files
10875 * fvwm/events.c (HandleConfigureRequest):
10876 fixed ConfigureRequest race condition
10878 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10881 quote environment variables
10883 2002-08-13 olicha <olivier.chapuis@free.fr>
10886 Color limit and dithering news
10889 Added a minimal doc for the -color-limit option
10891 * fvwm/builtins.c (CMD_ColorLimit):
10892 ColorLimit is obsolete
10894 * fvwm/builtins.c (ReadDecorFace):
10895 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10896 (PictureAllocColorAllProp):
10897 Implemented dithering for depth 16 and 15. This is off by default
10898 in colorset (use the dither colorset option) and on by default
10899 for window title gradient. Gradient are visibly more smooth.
10901 * libs/PictureUtils.c (*):
10904 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10907 corrected the pixmap cursor description, added an example
10909 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10911 * fvwm/menus.c (select_menu_item):
10912 (paint_menu_gradient_background):
10913 fixed a redrawing problem with H/Vgradient menu faces
10915 fixed a minor problem w/ entering submenus via keyboard
10917 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10919 * fvwm/move_resize.c (CMD_ResizeMove):
10922 (CMD_ResizeMaximize):
10923 (CMD_ResizeMoveMaximize):
10924 commands can be used on iconified windows again
10928 moved pre-2.2 NEWS to ONEWS
10931 * libs/safemalloc.c:
10937 * fvwm/menustyle.c:
10944 let config.h include strinh.h or strings.h
10946 * fvwm/style.c (style_parse_one_style_option):
10947 (style_parse_one_style_option):
10948 fixed icon box crash
10950 * fvwm/bindings.c (update_nr_buttons):
10951 fixed extra buttons on window decorations
10953 * fvwm/style.c (style_parse_one_style_option):
10954 fixed parsing of the FP... and !FP... styles
10956 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
10958 * fvwm/style.c (style_parse_one_style_option):
10959 Fixed a typo so that ClickToFocusRaisesOff actually turns
10960 the option off instead of on.
10962 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10964 * fvwm/focus.c (focus_grab_buttons):
10965 only grab necessary buttons on the client window
10967 2002-08-11 olicha <olivier.chapuis@free.fr>
10969 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10970 Removed some debug code
10972 * fvwm/fvwm.c (main):
10974 Added -color-limit to fvwm usage
10976 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10978 * fvwm/style.c (style_parse_one_style_option):
10979 (style_parse_focus_policy_style):
10980 added style options "FP..." to control focus policy
10981 removed OverrideGrabFocus and AllowGrabFocus styles
10983 * fvwm/style.c (merge_styles):
10984 fixed style defaults != 0
10986 * fvwm/focus.c (__restore_focus_after_unmap):
10987 fixed a bug w/ reverting the focus from transients to the parent
10989 * fvwm/ewmh.c (ewmh_HandleDesktop):
10990 * fvwm/style.c (style_parse_one_style_option):
10991 fixed defaults for various focus styles
10996 * fvwm/frame.c (frame_mrs_resize_move_windows):
10997 backed out anti-flicker patch that slowed down command processing
10999 * fvwm/bindings.c (update_nr_buttons):
11001 fixed sluggish processing of mouse bindings
11003 * fvwm/events.c (__handle_bpress_action):
11004 fixed drawing of pressed decorations w/o bindings
11006 * fvwm/frame.c (frame_move_resize):
11007 removed debug code that broke focus handling
11009 * fvwm/style.c (style_parse_one_style_option):
11010 fixed passing the focus click to the app by default
11012 * fvwm/events.c (__handle_click_to_focus):
11013 * fvwm/focus.c (set_focus_to_fwin):
11014 (__set_focus_to_fwin):
11015 removed drawing code that broke as many places as it fixed; plus it
11016 cause unnecessary redraws
11018 * fvwm/events.c (HandleConfigureRequest):
11019 send a synthetical ConfigureNotify if an application is not granted its
11020 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11021 and FixedPSize to work properly; also to be ICCCM compliant
11022 always force border_width 0 in these events
11023 in the experimental cr merging code, send a number of cn events equal
11024 to the number of merged events
11030 * fvwm/style.c (style_parse_focus_policy_style):
11031 (style_parse_icon_size_style):
11032 (style_parse_icon_box_style):
11033 (style_parse_icon_grid_style):
11034 (style_parse_icon_fill_style):
11035 (style_parse_one_style_option):
11036 (parse_and_set_window_style):
11037 split into separate functions
11038 (style_parse_one_style_option):
11039 simplified and cleaned up
11042 * fvwm/decorations.c:
11045 * fvwm/conditional.h:
11046 * fvwm/conditional.c:
11050 * fvwm/colormaps.c:
11053 reformatted and cleaned up
11055 2002-08-11 olicha <olivier.chapuis@free.fr>
11057 * libs/PictureUtils.c (*):
11058 * libs/PictureUtils.h:
11059 * libs/PictureDitherMatrice.h (new file):
11060 * libs/PictureImageLoader.c (*):
11061 * libs/PictureImageLoader.h:
11062 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11063 (PCreateDitherPixmap):
11064 (PCreateTintedPixmap):
11065 * libs/PictureGraphics.h:
11066 * libs/PictureBase.c (PictureInitCMap):
11067 * libs/PictureBase.h:
11068 * libs/Picture.c (*):
11071 * libs/Colorset.c (DumpColorset):
11074 * libs/Graphics.c (all gradient functions):
11077 * fvwm/move_resize.c (CMD_XorPixmap):
11078 * fvwm/colors.c (FreeColors):
11079 * fvwm/builtins.c (CMD_DefaultColors):
11080 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11081 * fvwm/builtins.c (FreeDecorFace):
11083 * fvwm/menus.c (pop_menu_down):
11084 (paint_menu_gradient_background):
11087 * fvwm/menustyle.c (menustyle_free_face):
11088 (menustyle_parse_face):
11090 (menustyle_update):
11091 (menustyle_parse_style):
11092 (CMD_CopyMenuStyle):
11093 * fvwm/menustyle.h:
11094 * fvwm/icons.c (GetIconFromFile):
11095 * fvwm/builtins.c (ReadMultiPixmapDecor):
11097 * fvwm/borders.c (border_draw_decor_to_pixmap):
11098 * fvwm/add_window.c (setup_mini_icon):
11099 * fvwm/fvwm.c (main):
11100 * fvwm/colorset.c (free_colorset_background):
11104 New color limit method and implement dithering in depth <= 8.
11105 Added a "fvwm picture attributes" structure for loading image.
11106 Some colors leaks fix. Add some (weak) color leaks. New option
11107 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11110 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11112 * libs/Flocale.c (FlocaleRotateDrawString):
11115 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11117 * fvwm/style.c (parse_and_set_window_style):
11118 fixed the default for passing the click-to-raise click for mousey
11121 * fvwm/events.c (__handle_click_to_focus):
11122 removed redundant code
11123 (WaitForButtonsUp):
11124 fixed sluggish motion event handling when waiting for buttons to be
11127 * fvwm/focus.c (__set_focus_to_fwin):
11128 (set_focus_to_fwin):
11129 fixed redrawing the border w/ mousey focus when the window was entered,
11130 then the border was clicked before the FocusIn event arrived
11132 * fvwm/events.c (__handle_bpress_on_managed):
11133 * fvwm/style.c (parse_and_set_window_style):
11134 fixed some small focus problems
11137 reformatted and cleaned up
11142 * fvwm/focus.c (focus_query_click_to_raise):
11143 (focus_query_click_to_focus):
11144 * fvwm/style.c (parse_and_set_window_style):
11145 * fvwm/events.c (__test_for_motion):
11146 (__check_click_to_focus_or_raise):
11147 (__handle_focus_raise_click):
11148 (__is_bpress_window_handled):
11149 (__handle_click_to_focus):
11150 (__handle_click_to_raise):
11151 (__handle_bpress_stroke):
11152 (__handle_bpress_action):
11153 (__handle_bpress_on_root):
11154 (__handle_bpress_on_unmanaged):
11155 (__handle_bpress_on_managed):
11156 (HandleButtonPress):
11157 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11158 of the new focus code; only the parsing for the new styles is missing
11160 * fvwm/virtual.c (is_pan_frame):
11163 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11165 * fvwm/add_window.c (AddWindow):
11166 fixed compile error
11168 * fvwm/events.c (__handle_focus_raise_click):
11169 (HandleButtonPress):
11172 * fvwm/events.c (__handle_focus_raise_click):
11173 * fvwm/fvwm.h (struct):
11174 * fvwm/style.c (check_window_style_change):
11175 (parse_and_set_window_style):
11176 * fvwm/session.c (MatchWinToSM):
11177 * fvwm/window_flags.h:
11178 eliminated parts of the old focus code
11180 * fvwm/focus.c (__set_focus_to_fwin):
11181 (set_focus_to_fwin):
11182 * fvwm/fvwm.c (InitVariables):
11183 * fvwm/add_window.c (destroy_window):
11184 * fvwm/events.c (__handle_focus_raise_click):
11185 * fvwm/screen.h (ScreenInfo):
11186 eliminated Scr.Ungrabbed global
11188 * fvwm/update.c (apply_window_updates):
11189 (flush_window_updates):
11190 * fvwm/icons.c (DeIconify):
11192 * fvwm/move_resize.c (CMD_Maximize):
11195 * fvwm/frame.c (frame_free_move_resize_args):
11196 (__frame_setup_window):
11197 * fvwm/virtual.c (do_move_window_to_desk):
11198 (CMD_GotoDeskAndPage):
11201 * fvwm/stack.c (LowerWindow):
11202 * fvwm/events.c (HandleMapNotify):
11203 (HandleVisibilityNotify):
11206 (__handle_focus_raise_click):
11207 (HandleEnterNotify):
11208 (HandleMapRequestKeepRaised):
11209 * fvwm/add_window.c (setup_key_and_button_grabs):
11210 (setup_focus_policy):
11212 * fvwm/focus.c (__try_other_screen_focus):
11213 (__set_focus_to_fwin):
11214 (set_focus_to_fwin):
11215 (focus_grab_buttons_on_pointer_window):
11216 (focus_grab_buttons_on_layer):
11217 (focus_grab_buttons_new):
11218 cleaned up focus grab handling.
11220 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11223 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11225 * fvwm/add_window.c (setup_window_structure):
11227 discarded unused return code
11229 * fvwm/focus.c (focus_grab_buttons):
11230 split into two fucntions and fixed a bug with ungrabbing buttons
11232 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11233 * fvwm/style.c (parse_and_set_window_style):
11234 * fvwm/icons.c (DeIconify):
11236 * fvwm/events.c (HandleButtonPress):
11237 (HandleEnterNotify):
11238 (HandleLeaveNotify):
11240 (HandleMapRequestKeepRaised):
11241 * fvwm/add_window.c (CaptureAllWindows):
11242 * fvwm/virtual.c (UnmapDesk):
11244 (do_move_window_to_desk):
11245 * fvwm/update.c (flush_window_updates):
11246 * fvwm/focus.c (set_focus_model):
11248 (__restore_focus_after_unmap):
11249 much more GFPR work; these patches may break lots of things
11251 * fvwm/focus.c (set_focus_to_fwin):
11252 (__activate_window_by_command):
11254 (ReturnFocusWindow):
11256 (ForceDeleteFocus):
11257 renamed MoveFocus to set_focus_to_fwin
11259 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11261 * libs/Fft.c (FftDrawString):
11262 removed redudant and buggy code that called DrawStringFunc before
11263 this pointer gets initialized
11265 * fvwm/focus.c (focus_query_click_to_raise):
11266 fixed possibly-uninitialized variable warning
11268 * fvwm/Makefile.am:
11269 specify stroke includes before Xft includes, may improve some cases
11271 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11274 fixed sys/time.h detection
11276 * fvwm/events.c (HandleMappingNotify):
11277 * libs/Bindings.c (AddBinding):
11278 added MappingNotify event handler
11280 * fvwm/events.c (HandleMapRequest):
11283 * fvwm/events.c (InitEventHandlerJumpTable):
11284 another attempt at handling "unknown" modifiers in key bindings
11286 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11288 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11289 * fvwm/add_window.c (destroy_window):
11290 * fvwm/focus.c (focus_grab_buttons):
11293 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11295 * fvwm/focus.c (focus_force_refresh_focus):
11296 * fvwm/events.c (HandleEnterNotify):
11297 (HandlePropertyNotify):
11298 (HandleButtonPress):
11299 * fvwm/icons.c (DeIconify):
11300 * fvwm/virtual.c (MapDesk):
11301 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11302 * fvwm/update.c (apply_window_updates):
11303 * fvwm/module_interface.c:
11304 * fvwm/conditional.c (MatchesConditionMask):
11307 * fvwm/icons.c (Iconify):
11308 removed "#if 0"ed code
11310 * fvwm/module_interface.c:
11311 disabled the old ConfigureWindow module interface
11314 * libs/fvwmsignal.h:
11316 * fvwm/ewmh_intern.h:
11318 * fvwm/module_interface.c:
11323 new file to encapsulate time.h and sys/time.h inclusion
11327 (mark_transient_subtree):
11328 (__mark_group_member):
11329 cleaned up and split into two functions
11331 * fvwm/focus.c (CMD_Focus):
11333 * fvwm/icons.c (DeIconify):
11336 (__activate_window_by_command):
11339 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11340 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11341 * fvwm/style.c (parse_and_set_window_style):
11342 (parse_and_set_window_style):
11343 began implementing new focus control styles
11345 * fvwm/focus.c (DoSetFocus):
11346 (__restore_focus_after_unmap):
11351 (__set_focus_to_fwin):
11354 * fvwm/conditional.c (MatchesConditionMask):
11355 * fvwm/focus.c (focus_query_open_grab_focus):
11356 (focus_query_close_restore_focus):
11357 (focus_does_accept_input_focus):
11359 * fvwm/events.c (HandleUnmapNotify):
11360 (HandleEnterNotify):
11362 (HandleMapRequestKeepRaised):
11363 renamed some functions
11366 * fvwm/focus_policy.c:
11367 * fvwm/focus_policy.h:
11368 prepared some future focus policy flags
11371 enable error message when png or xpm test compilation fails
11374 * fvwm/window_flags.h:
11375 * fvwm/ewmh.c (ewmh_HandleDesktop):
11376 * fvwm/style.c (parse_and_set_window_style):
11377 (check_window_style_change):
11378 * fvwm/events.c (HandleButtonPress):
11379 (HandleVisibilityNotify):
11380 began GFPR migration of *raises* focus policy flags
11382 * fvwm/focus.c (focus_is_focusd):
11385 * libs/Bindings.c (AddBinding):
11386 fixed handling of "unknown" modifiers in key bindings
11388 * fvwm/focus.c (focus_grab_buttons):
11389 (focus_query_grab_buttons):
11390 moved focus policy code into separate function
11392 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11397 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11399 * fvwm/style.c (parse_and_set_window_style):
11400 * fvwm/focus.c (focus_query_grab_focus):
11401 * fvwm/events.c (HandleMapNotify):
11402 (HandlePropertyNotify):
11403 * fvwm/focus_policy.c (fpol_init_default_fp):
11405 new styles OverrideGrabFocus and AllowGrabFocus
11406 cleaned up focus grabbing code and moved to focus.c
11408 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11410 * fvwm/focus.c (CMD_WarpToWindow):
11411 fixed negative arguments for unmanaged windows
11413 * fvwm/conditional.c (CMD_Direction):
11414 use PeekToken instead of GetNextToken
11416 new direction "center"
11418 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11420 * fvwm/events.c (addkbsubinstoarray):
11421 disabled experimental pointer warping code
11424 removed menu crash debug code
11426 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11429 added tons of crash debug code
11431 * fvwm/add_window.c:
11432 made a lot of internal functions static
11434 * fvwm/add_window.c (setup_button_windows):
11435 (destroy_title_window):
11436 (destroy_button_windows):
11437 (destroy_resize_handle_windows):
11438 (destroy_auxiliary_windows):
11441 * fvwm/icons.c (CreateIconWindow):
11442 safety patches w/ XDeleteContext
11444 * fvwm/menus.c (DestroyMenu):
11445 fixed a crash w/ accessing already deleted menus
11447 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11449 * fvwm/menus.c (get_menu_options):
11450 fixed menu context rectangle "icon" if the icon was not just a pixmap
11452 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11454 * fvwm/events.c (HandleMapNotify):
11455 (HandleMapRequestKeepRaised):
11456 (HandleUnmapNotify):
11457 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11458 * fvwm/ewmh.c (ewmh_HandleDesktop):
11459 * fvwm/style.c (parse_and_set_window_style):
11460 removed old do_grab_focus_when_created and *_when_transient_* flags
11462 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11464 * fvwm/conditional.c (MatchesConditionMask):
11465 * fvwm/focus.c (DoSetFocus):
11466 * fvwm/session.c (MatchWinToSM):
11467 * fvwm/module_interface.c (SETOLDFLAGS):
11468 removed old is_lenient flag
11471 * fvwm/style.c (__simplify_style_list):
11472 (simplify_style_list):
11475 * fvwm/window_flags.h:
11477 access macros for focus policy flags structures
11480 * fvwm/focus_policy.c:
11481 * fvwm/focus_policy.h:
11482 new files, begin great focus policy rewrite aka GFPR
11484 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11486 * fvwm/placement.c (PlaceWindow):
11487 Fixed interaction between CascadePlacement and StartsOnPage
11489 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11491 * libs/fvwmsignal.c (fvwmSelect):
11492 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11495 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11497 * fvwm/add_window.c (CaptureOneWindow):
11498 fixed a core dump w/ windows being destroyed during a recapture
11500 removed duplicate check if new windows still exist
11502 * fvwm/placement.c (CMD_PlaceAgain):
11503 * fvwm/move_resize.c (move_window_doit):
11505 * fvwm/virtual.c (MapDesk):
11507 (do_move_window_to_desk):
11508 * fvwm/icons.c (AutoPlaceIcon):
11509 (ChangeIconPixmap):
11511 some cleanup in movement code
11512 new option "Icon" to PlaceAgain command
11513 adapted documentation accordingly
11515 * fvwm/move_resize.c (move_window_doit):
11519 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11521 * libs/Flocale.c (FlocaleRotateDrawString):
11522 create gcs only once
11525 removed some references to Recapture
11526 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11527 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11529 * libs/gravity.c (gravity_parse_multi_dir_argument):
11530 fixed "all" multidir selecting "center" too
11532 * libs/Fft.c (FftDrawString):
11533 * libs/Flocale.c (FlocaleRotateDrawString):
11534 (FlocaleFontStructDrawString):
11535 (FlocaleDrawString):
11536 fixed some text placement bugs w/ shadow text
11537 (FlocaleGetShadowTextPosition):
11538 implemented "center" shadows
11540 2002-07-20 olicha <olivier.chapuis@free.fr>
11542 * libs/Flocale.c (FlocaleRotateDrawString):
11543 Removed some static declarations
11545 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11547 * libs/gravity.c (gravity_multi_dir_to_dir):
11548 * libs/gravity.h (enum):
11549 new function, cleaned up
11551 * fvwm/fvwm.h (FvwmWindow):
11555 moved text_rotation_type to gravity.h and renamed to rotation_type
11558 fixed several bugs in the access macros
11561 removed unused static FlocaleSeted
11562 (FlocaleFontStructDrawString):
11563 simplified function
11565 * fvwm/virtual.c (CMD_EdgeCommand):
11566 * fvwm/windowshade.c (CMD_WindowShade):
11567 * fvwm/conditional.c (CMD_Direction):
11568 adapted to changes in ParseDirectionArgument
11571 * libs/gravity.c (ParseDirectionArgument):
11572 new direction "Center"
11574 * fvwm/virtual.c (CMD_EdgeCommand):
11577 2002-07-18 olicha <olivier.chapuis@free.fr>
11579 * libs/PictureUtils.c (PictureRGBtoPixel):
11581 Fixed(??) color allocation for some visuals
11583 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11585 * libs/Flocale.c (FlocaleFontStructDrawString):
11586 a little code cleanup
11588 * fvwm/events.c (HandleEnterNotify):
11590 anothe click+drag fix
11592 * libs/Pointer.c (GetLocationFromEventOrQuery):
11593 * fvwm/focus.c (SetPointerEventPosition):
11594 * fvwm/functions.c (CheckActionType):
11595 * fvwm/builtins.c (CMD_StrokeFunc):
11596 * fvwm/move_resize.c (moveLoop):
11598 fixed some bugs w/ pointer on wrong screen
11600 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11602 * fvwm/events.c (HandleLeaveNotify):
11603 fixed problem w/ click+drag and mousey focus
11605 * fvwm/menus.c (size_menu_horizontally):
11606 fixed menu style SubmenusLeft w/ icons in menu items
11608 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11610 * fvwm/menuitem.c (menuitem_paint):
11612 * fvwm/menus.c (paint_menu_gradient_background):
11613 (get_menu_paint_item_parameters):
11614 removed circular dependency of menus.c and menuitem.c by using callback
11617 2002-07-17 olicha <olivier.chapuis@free.fr>
11622 * fvwm/fvwm.c (InitVariables):
11624 * fvwm/colorset.c (parse_colorset):
11626 (CMD_ReadWriteColors):
11627 * fvwm/builtins.c (CMD_ColorLimit):
11628 * libs/PictureUtils.h:
11629 * libs/PictureUtils.c (PictureReduceColor):
11630 (PictureReduceRGBColor):
11631 (PictureRGBtoPixel):
11632 (PictureAllocColor):
11633 (PictureFreeColors):
11634 (PictureGetNextColor):
11635 (colors_alloc_fail):
11639 (PictureAllocColorTable):
11640 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11641 (PImageXpmFreeColor):
11643 * libs/PictureBase.c (PictureInitCMap):
11644 * libs/Graphics.c (AllocLinearGradient):
11645 * libs/ColorUtils.c (GetShadow):
11651 (fvwmlib_clone_color):
11652 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11653 Implemented a new color limit method
11655 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11657 * fvwm/move_resize.c (moveLoop):
11658 fixed problem moving the pointer off screen while moving a window
11659 (AnimatedMoveAnyWindow):
11660 fixed pointer warping w/ multiple screens and animated window motion
11662 2002-07-12 olicha <olivier.chapuis@free.fr>
11664 * fvwm/menus.c (get_menu_paint_item_parameters):
11665 (paint_menu_gradient_background):
11666 * fvwm/menuitem.c (menuitem_paint):
11669 Fixed B/DGradient with Xft fonts
11672 * libs/ColorUtils.c (GetTintedColor):
11674 * fvwm/colorset.c (parse_simple_tint):
11677 Implemented fgTint colorset option
11679 * libs/PictureImageLoader.c:
11680 * libs/PictureUtils.c:
11681 * libs/PictureUtils.h:
11682 * libs/Makefile.am:
11683 Moved color limitation and some rgb to pixel functions from
11684 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11686 * fvwm/colorset.c (parse_colorset):
11687 * libs/PictureGraphics.c (PCreateTintedPixmap):
11688 (PGraphicsTintRectangle):
11689 Implemented tinting for X server without Xrender support and
11690 did color limitation when tinting
11693 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11695 * fvwm/events.c (WaitForButtonsUp):
11696 fixed handling of button release events
11698 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11700 * fvwm/menus.c (MenuInteraction):
11701 fixed core dump w/ dynamic popdown action destroying a menu
11702 (paint_menu_gradient_background):
11703 fixed hang and/or incorrect drawing of b and d gradients in menus
11705 * fvwm/events.c (HandleEnterNotify):
11706 (HandleLeaveNotify):
11707 improved LEAVE_WINDOW/ENTER_WINDOW handling
11709 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11711 * libs/Colorset.c (SetWindowBackground):
11712 (SetWindowBackgroundWithOffset):
11714 implemented new functions to allow pixmap backgrounds with an offset
11716 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11718 * fvwm/events.c (HandleMapRequestKeepRaised):
11719 send Map/UnmapNotify before iconyfying, not after
11721 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11723 * fvwm/events.c (HandleMapRequestKeepRaised):
11724 fake a MapNotify and then an UnmapNotify when a window is created iconic
11726 * fvwm/add_window.c (AddWindow):
11727 workaround for buggy TK menu positioning
11729 * fvwm/module_interface.c (FlushMessageQueue):
11732 tried to fix module communication deadlock w/ sync mask and a full write
11739 2002-07-06 olicha <olivier.chapuis@free.fr>
11741 * libs/Flocale.c (FlocaleGetFontSet):
11742 Removed some unwanted code
11744 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11746 * fvwm/events.c (HandleLeaveNotify):
11747 (HandleEnterNotify):
11748 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11750 * fvwm/events.c (CMD_XSync):
11751 very experimental patch to cycle through subwindows accepting keyboard
11752 input; call Xsync command repeatedly to test; crashes fvwm if more than
11753 1000 subwindows are used;
11755 * fvwm/focus.c (CMD_WarpToWindow):
11756 fixed a bug in warpttowindow command with subwindows of unmanaged
11759 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11761 * fvwm/events.c (HandlePropertyNotify):
11763 handle changes in the size_inc and base_size hints during opaque
11766 * fvwm/events.c (HandleButtonPress):
11767 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11768 until the button is released again; this restores the old behaviour
11769 from 2.3.23 and before with click+drag and rxvt/aterm
11771 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11773 * fvwm/update.c (apply_window_updates):
11774 fixed applying neverfocus to currently focused window; decorations
11775 partially drawn hilighted
11777 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11779 * fvwm/menucmd.c (menu_func):
11780 another module/menu/context window fix
11781 do not use global Fw anymore
11783 2002-07-05 olicha <olivier.chapuis@free.fr>
11785 * libs/Flocale.c (FlocaleStringToString2b):
11786 Fixed crash with big5-0 FontStruct
11788 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11790 * fvwm/menucmd.c (menu_func):
11791 fixed context window of menus invoked by a module
11793 fixed context menus on windows
11795 * libs/vpacket.h (ConfigWinPacket):
11796 * fvwm/module_interface.c (CONFIGARGSNEW):
11797 * fvwm/fvwm.h (FvwmWindow):
11798 fixed bugs in type conversions for transmitting certain information to
11801 * fvwm/functions.c (CheckActionType):
11802 fixed window selection problem w/ menus invoked from modules
11804 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11806 * fvwm/gnome.c (GNOME_HandlePropRequest):
11809 * fvwm/module_interface.c (ExecuteCommandQueue):
11810 fixed compile bug w/ --enable-debug-msgs
11812 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11814 * fvwm/events.c (HandleButtonPress):
11816 * fvwm/menus.c (MenuInteraction):
11818 * fvwm/windowlist.c (CMD_WindowList):
11819 * fvwm/menucmd.c (menu_func):
11820 * fvwm/module_interface.c (ExecuteModuleCommand):
11821 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11822 go away, evil globals! [removed the useless global variable
11825 * fvwm/events.c (HandleUnmapNotify):
11827 * fvwm/icons.c (Iconify):
11828 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11829 * fvwm/fvwm.h (struct):
11830 renamed is_deiconify_pending to is_iconify_pending
11833 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11835 * fvwm/menus.c (MenuInteraction):
11837 (menu_enter_tear_off_menu):
11839 * fvwm/events.c (HandleButtonPress):
11840 (HandleButtonRelease):
11843 * fvwm/menucmd.c (menu_func):
11845 * fvwm/module_interface.c (ExecuteModuleCommand):
11846 go away, evil globals! [removed the useless global variable "Context"]
11847 removed is_menu_from_frame_or_window_or_titlebar flag
11849 * fvwm/module_interface.c:
11850 * fvwm/windowlist.c:
11853 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11855 * fvwm/menuitem.c (menuitem_paint):
11856 fixed fg color of the inactive disabled menu item
11861 removed a mention of RedHat (I don't think it is correct),
11862 reworded a mention of fvwm95
11864 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11867 tabify only the leading spaces, untabify the middle of line
11869 2002-06-25 David Fries <dfries@mail.win.org>
11872 * fvwm/windowlist.c:
11873 Added code to sort based on the class name of a window for
11874 the WindowList function.
11876 2002-06-25 olicha <olivier.chapuis@free.fr>
11881 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11884 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11886 2002-06-24 Steve Talley <stephen.talley@sun.com>
11888 * fvwm/add_window.c:
11889 * fvwm/add_window.h:
11897 New Style option IconSize
11899 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11901 * NEWS, configure.in:
11902 changed version to 2.5.3
11904 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11907 removed C++ section
11910 * libs/FlocaleCharset.c:
11913 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11915 * fvwm/events.c (WaitForButtonsUp):
11916 use the wait cursot only after the 20th pass through the loop
11918 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11920 * fvwm/fvwm.1 (Examples): Language check.
11921 PipeRead as synchronous Exec.
11922 Better example for PipeRead.
11924 2002-06-21 olicha <olivier.chapuis@free.fr>
11928 Documented StringEncoding= in font name
11931 Removed --disable-compound-text doc
11933 2002-06-20 olicha <olivier.chapuis@free.fr>
11935 * libs/FBidi.h (FBidiConvert):
11936 Fixed compile if !HAVE_BIDI
11938 2002-06-19 olicha <olivier.chapuis@free.fr>
11940 * fvwm/fvwm.c (InitVariables):
11942 Allocate colorset 0 in InitVariable in the place of StartupStuff.
11943 This fix a "null expression" at init in menustyle.c (menustyle_update)
11945 2002-06-19 Mikhael Goikhman <migo@homemail.com>
11948 reworded supported feature listing, fixed the default xft detection
11950 added the "Supported Features" section
11952 2002-06-19 olicha <olivier.chapuis@free.fr>
11955 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11958 Removed --enable-mulibyte and --disable-compound-text config option
11959 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11962 Xft is on by default no
11964 * libs/FlocaleCharset.c (*):
11965 * libs/FlocaleCharset.h:
11966 * libs/Ficonv.c (*):
11968 * libs/Flocale.c (*):
11971 * libs/FftInterface.h:
11974 * fvwm/ewmh_names.c ():
11975 Some cleanup. Implemented StringEncoding= in font names. Fixed
11976 string encoding for xft fonts. Try to be more cleaver about defaults
11977 charsets. Improvement in the locale charset table.
11980 Some documentation cleanup regarding Xft
11982 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11984 * fvwm/functions.c (find_func_type):
11985 fixed bug i introduced w/ last commit
11987 * fvwm/fvwm.c (Done):
11989 * fvwm/functions.c (functions_is_complex_function):
11990 * fvwm/builtins.c (CMD_DestroyFunc):
11993 moved functions to functions.c
11996 * fvwm/functable.c:
11997 * fvwm/functable.h:
11998 * fvwm/functions.h:
12000 * fvwm/functions.c:
12001 moved some types and functions to other/new files
12003 * fvwm/functions.c:
12004 * fvwm/expand.c (expand_vars_extended):
12006 functions moved to new file
12008 * fvwm/functions.c:
12011 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12013 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12014 fixed colourmap focus problem
12017 tabified all files and removed all trailing spaces
12019 * fvwm/move_resize.c (move_window_doit):
12020 * fvwm/virtual.c (CMD_MoveToDesk):
12021 MoveToPage and MoveToDesk no longer unstick windows
12023 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12029 reworded some names of supported features
12031 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12033 * fvwm/update.c (apply_window_updates):
12034 * fvwm/session.c (MatchWinToSM):
12035 * fvwm/add_window.c (setup_window_structure):
12036 * fvwm/windowshade.c (CMD_WindowShade):
12037 * fvwm/window_flags.h:
12038 fixed a problem w/ shaded windows changind the title direction
12040 * fvwm/geometry.c (get_shaded_geometry):
12041 fixed shading window to 0 width or height
12043 * fvwm/add_window.c (AddWindow):
12044 fixed a memory leak and an initial window placement bug
12046 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12049 minor improvements in output, added bin/fvwm-perllib
12051 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12053 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12054 fixed copying PopupOffset values in CopyMenuStyle
12059 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12063 added CopyStringWithQuotes, not perfect, but works for now
12065 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12067 * fvwm/functions.h:
12069 * fvwm/functions.c (func_config):
12070 * libs/FScreen.c (FScreenConfigureSLSScreens):
12071 (FScreenConfigureModule):
12072 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12073 new command XineramaSLSScreens
12076 cleaned up Xinerama ifdefs
12078 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12081 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12083 2002-06-07 olicha <olivier.chapuis@free.fr>
12086 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12087 Some shadow text position fixes
12089 2002-06-06 olicha <olivier.chapuis@free.fr>
12091 * fvwm/update.c (apply_window_updates):
12092 Fixed the position of shaded windows after certain style update
12095 Fixed some options names
12097 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12099 * fvwm/module_interface.c (CMD_SendToModule):
12100 fixed SendToModule when the first parameter contains quotes
12102 2002-06-06 olicha <olivier.chapuis@free.fr>
12104 * fvwm/fvwm.c (main):
12105 * fvwm/ewmh.c (EWMH_Init):
12106 Init the EWMH before reading the config. Always setup the working
12109 2002-06-05 olicha <olivier.chapuis@free.fr>
12111 * fvwm/update.c (apply_window_updates):
12112 Fixed the position of a shaded window during a style update
12115 * libs/Flocale.c (FlocaleRotateDrawString):
12116 (FlocaleGetShadowTextPosition):
12117 Fixed side title text position if the font has no shadow
12120 * libs/Ficonv.c (FiconvInit):
12121 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12122 * libs/Flocale.c (FlocaleInit):
12123 (FlocaleRotateDrawString):
12124 (FlocaleGetFontSet):
12125 (FlocaleGetFontOrFontSet):
12127 (FlocaleDrawString):
12128 (FlocaleTextWidth):
12129 (FlocaleFreeNameProperty):
12130 (FlocaleGetNameProperty):
12131 (FlocaleTextListToTextProperty):
12132 Finish to remove the multibyte patch. This gives a more clean code
12133 and can only prevent bugs
12135 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12137 * fvwm/placement.c (PlaceWindow):
12138 fixed CascadePlacement with huge windows (xterm -g 240x100),
12139 that were aligned to bottom-right instead of top-left;
12140 small adjustments (removed border_width from calculations,
12141 don't place normal windows at 0, commented out some strange code)
12143 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12146 document CascadePlacement and FvwmIconMan improvements
12151 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12153 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12154 * fvwm/fvwm.c (InitVariables):
12155 * fvwm/placement.c (PlaceWindow):
12156 * fvwm/screen.h (struct ScreenInfo):
12157 improved *CascadePlacement, if the last placed window does not exist
12158 any more, reuse the last used position instead of adding a new cascade
12160 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12162 * fvwm/events.c (HandleEnterNotify):
12163 * fvwm/fvwm.c (InitVariables):
12165 Fixed colormap handling over decorative parts of a window
12167 2002-06-03 olicha <olivier.chapuis@free.fr>
12169 * fvwm/module_interface.c (make_named_packet):
12170 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12171 related to named module packet
12173 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12175 * fvwm/focus.c (focus_grab_buttons):
12176 * fvwm/events.c (HandleButtonPress):
12177 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12179 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12181 * fvwm/bindings.c (ParseBinding):
12182 replaced an error "Illegal mouse button" with a descriptive warning
12183 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12185 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12187 * fvwm/events.c (GetContext):
12188 fixed key bindings on decorations
12191 removed XEVMASK_DECORW
12193 2002-05-31 olicha <olivier.chapuis@free.fr>
12197 Documented shadow effect in a new section FONT EFFECTS
12199 2002-05-31 olicha <olivier.chapuis@free.fr>
12201 * libs/Fft.c (FftDrawString):
12202 * libs/Colorset.c (DumpColorset):
12205 * fvwm/colorset.c (parse_colorset):
12206 New colorset option fg_alpha which defines an alpha for rendering
12209 2002-05-29 olicha <olivier.chapuis@free.fr>
12211 * libs/Fft.c (FftSetupEncoding):
12218 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12219 to Xft FLAGS and LIBS
12221 * fvwm/Makefile.am:
12222 * libs/Makefile.am:
12223 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12224 Xft2 library. Removed FT2 CFLAGS and LIBS
12226 2002-05-27 olicha <olivier.chapuis@free.fr>
12231 Some Xft2 and fontconfig preparation
12234 * libs/Flocale.c (FlocaleParseShadow):
12236 (FlocaleGetShadowTextPosition):
12237 Added offset to shadow text
12240 Fixed the position of ne shadow text and remove some unused #define
12242 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12244 * fvwm/colorset.c (parse_colorset):
12245 fixed integer overflow in average colour calculation
12247 2002-05-27 olicha <olivier.chapuis@free.fr>
12249 * libs/gravity.c (GetNextMultiDirection):
12250 (ParseMultiDirectionArgument):
12252 Added a multi direction type which is a "<<" version of direction
12253 type. Added a parse and a next functions
12256 * libs/Flocale.c (FlocaleParseShadow):
12257 (FlocaleGetNextShadowDirection):
12258 (FlocaleGetShadowTextPosition):
12259 Used gravity multi direction type and functions. Removed
12260 FlocaleGetNextShadowDirection
12262 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12264 * fvwm/focus.c (restore_focus_after_unmap):
12265 fixed a problem w/ colormap transition when transient window died
12267 * fvwm/add_window.c (AddWindow):
12270 * fvwm/session.c (getUniqueStateFilename):
12271 applied security patch by Jan Echternach
12273 * fvwm/fvwm.c (InitVariables):
12274 Properly initialise Scr.flags.is_pointer_on_this_screen
12276 * libs/fvwmlib.h (FvwmFont):
12277 * fvwm/fvwm.c (setVersionInfo):
12280 * acconfig.h (MULTIBYTE):
12281 removed MULTIBYTE option (unconditionally on)
12283 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12285 * libs/gravity.c (ParseDirectionArgument):
12286 allow "t", "u", ... shortcuts as direction arguments
12288 * fvwm/style.c (check_window_style_change):
12289 (parse_and_set_window_style):
12290 * fvwm/frame.c (frame_setup_border):
12291 (frame_get_shading_laziness):
12292 (frame_get_sidebar_geometry):
12293 * fvwm/decorations.c (SelectDecor):
12294 * fvwm/add_window.c (setup_style_and_decor):
12295 (setup_resize_handle_cursors):
12296 (setup_resize_handle_windows):
12297 (change_resize_handle_windows):
12298 (destroy_auxiliary_windows):
12299 * fvwm/borders.c (border_get_border_gcs):
12300 (border_draw_border_parts):
12301 * fvwm/style.h (SCSET_HAS_BORDER):
12302 * fvwm/fvwm.h (FvwmWindow):
12303 * fvwm/window_flags.h (SET_HAS_BORDER):
12304 new styles NoBorder/Border
12306 2002-05-26 olicha <olivier.chapuis@free.fr>
12309 * libs/Flocale.c (FlocaleParseShadow):
12310 (FlocaleGetNextShadowDirection):
12311 (FlocaleGetShadowTextPosition):
12313 Implemented multidirectional shadow text rendering
12317 (FlocaleFontStructDrawString):
12318 (FlocaleRotateDrawString):
12320 (FlocaleDrawString):
12321 (FlocaleTextWidth):
12322 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12323 * libs/Fft.c (FftDrawString):
12324 Cleanup the FlocaleFont structure by addings some flags
12326 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12328 * fvwm/events.c (HandleFocusIn):
12329 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12330 * fvwm/screen.h (ScreenInfo):
12331 * fvwm/focus.c (FocusOn):
12332 ignore EnterNotify events while a window is waiting to receive focus
12333 from the Focus or FlipFocus commands; should prevent plenty of race
12334 contidions caused by executing complex functions by a key press, button
12335 press or from a menu; fixes Alt-Tab problem
12337 * fvwm/events.c (HandleMapNotify):
12338 immediately draw window decorations when window is mapped; the new frame
12339 drawing code takes care of suppressing unnecessary redraws
12340 (HandleLeaveNotify):
12341 fixed a bug w/ LeaveNotify event with NotifyGrab
12343 2002-05-22 olicha <olivier.chapuis@free.fr>
12346 * libs/Fft.c (FftDrawString):
12347 * libs/Flocale.c (FlocaleFontStructDrawString):
12348 (FlocaleRotateDrawString):
12350 (FlocaleGetShadowTextPosition):
12351 (FlocaleDrawString):
12352 (FlocaleDrawUnderline):
12353 (FlocaleTextWidth):
12354 Implemented negative shadow text
12356 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12358 * fvwm/menucmd.c (CMD_AddToMenu):
12359 * fvwm/windowlist.c (CMD_WindowList):
12362 changed signature of AddToMenu
12364 * fvwm/menus.c (clone_menu_root_static):
12365 fixed problem w/ menu style usage count and tear off menus
12366 fixed core dump w/ not copying the missing sub menu function in tear
12368 (clone_menu_item_list):
12370 (add_another_menu_item):
12371 (size_menu_vertically):
12372 fixed additional "More..." items in sub menus of torn off menus
12374 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12377 fixed #endif warning
12378 * fvwm/ConfigFvwmDefaults:
12379 added CirculateSkip to tear off menus
12381 fixed ShadeAgain quoting
12383 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12385 * fvwm/events.c (HandleButtonPress):
12386 allow to pass the focus click to applications and have a function bound
12387 to it at the same time
12391 fixed compilation problem
12393 2002-05-20 olicha <olivier.chapuis@free.fr>
12395 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12396 Fixed blue colour in png image and ewmh icons
12398 * libs/Flocale.c (FlocaleLoadFont):
12399 Removed some debug code
12401 * fvwm/colorset.c (parse_colorset):
12403 * libs/ColorUtils.c (GetForeShadowColor):
12404 Added Mikhael algo to compute the default fgsh
12406 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12408 * fvwm/functions.c (expand_extended_var):
12409 expand $[fgsh.csN], use constants instead of numbers
12411 2002-05-17 olicha <olivier.chapuis@free.fr>
12413 * libs/Flocale.c (FlocaleDrawString):
12414 (FlocaleDrawUnderline):
12416 Removed some unused and debug code
12418 2002-05-17 olicha <olivier.chapuis@free.fr>
12420 * fvwm/menuitem.c (draw_underline):
12422 * libs/Flocale.c (FlocaleDrawUnderline):
12423 Move draw_underline into Flocale.c and fix underline position with
12426 2002-05-17 olicha <olivier.chapuis@free.fr>
12428 * fvwm/style.c (update_window_color_style):
12429 (update_window_color_hi_style):
12430 * fvwm/move_resize.c (DisplayPosition):
12432 * fvwm/menuitem.c (menuitem_paint):
12433 * fvwm/borders.c (get_common_decorations):
12434 (border_get_titlebar_draw_descr):
12436 * fvwm/icons.c (DrawIconWindow):
12437 Pass the colorset to text drawing via the FlocaleWinString structure
12440 * libs/ColorUtils.c (GetForeShadowColor):
12442 * fvwm/colorset.c (parse_colorset):
12444 * libs/Colorset.c (DumpColorset):
12446 Added fgsh colorset and two new functions GetForeShadowColor and
12447 GetForeShadow which should be modified
12449 * libs/Makefile.am:
12451 * libs/FftInterface.h (new file):
12452 * libs/Fft.c (FftDrawString):
12454 * libs/Flocale.c (FlocaleFontStructDrawString):
12455 (FlocaleRotateDrawString):
12456 (FlocaleDrawString):
12457 (FlocaleTextWidth):
12459 Implemented text shadow rendering
12461 2002-05-11 olicha <olivier.chapuis@free.fr>
12464 * fvwm/builtins.c (refresh_window):
12465 * fvwm/update.c (apply_window_updates):
12467 * fvwm/style.c (check_window_style_change):
12468 ParentalRelativity style is now dynamic
12470 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12472 * fvwm/menuitem.c (menuitem_paint):
12473 fixed menu item hilight area
12475 2002-05-09 olicha <olivier.chapuis@free.fr>
12477 * libs/Makefile.am:
12478 * libs/XError.c (request_name):
12479 * libs/PictureImageLoader.c (PImageLoadPng):
12480 (PImageCreatePixmapFromArgbData):
12481 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12482 (PGraphicsTileRectangle):
12483 (PGraphicsCopyFvwmPicture):
12484 * libs/FRenderInit.c (new file):
12485 * libs/FRenderInit.h (new file):
12486 * libs/FRenderInterface.h:
12487 * libs/FRender.c (*):
12488 * fvwm/colorset.c (parse_tint):
12490 * fvwm/fvwm.c (main):
12491 * fvwm/events.c (HandlePropertyNotify):
12492 Change the design of the previous commit. Now a module should call
12493 FRenderInit when it wants to use a function which depends on XRender.
12495 2002-05-09 olicha <olivier.chapuis@free.fr>
12503 Include Fft.h include FRender.h as Xft.h include Xrender.h
12505 * libs/FRenderInterface.h:
12507 * libs/FRender.c (FRenderInit):
12508 (FRenderGetErrorCodeBase):
12509 (FRenderGetMajorOpCode):
12510 (FRenderGetExtensionSupported):
12511 (FRenderGetErrorText):
12512 Improve XRender initialization, check if the XRender extension is
12513 enabled and get the error code base and the major op code.
12514 Add error functions for the X error handler.
12516 * libs/XError.c (PrintXErrorAndCoredump):
12518 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12521 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12522 * fvwm/events.c (HandlePropertyNotify):
12523 * fvwm/colorset.c (parse_tint):
12525 * libs/PictureImageLoader.c (PImageLoadPng):
12526 (PImageCreatePixmapFromArgbData):
12527 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12528 (PGraphicsCopyFvwmPicture):
12529 (PGraphicsTileRectangle):
12530 * libs/FRender.c (FRenderCopyArea):
12531 (FRenderTintRectangle):
12532 Check if the XRender extension is enabled on the display before
12533 performing XRender operations
12535 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12537 * fvwm/menuitem.c (menuitem_paint):
12538 fixed item hilighting problems
12540 2002-05-07 olicha <olivier.chapuis@free.fr>
12542 * fvwm/colorset.c (parse_colorset):
12545 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12547 * fvwm/events.c (HandlePropertyNotify):
12548 workaround for xterm resize problem
12550 * fvwm/colorset.c (parse_colorset):
12551 (free_colorset_background):
12554 fixed various bugs and core dumps w/ the cs->picture structure;
12555 note: it's a pointer, so compare with NULL, not with None
12557 * fvwm/frame.c (frame_setup_window):
12558 (frame_setup_window_app_request):
12559 (frame_force_setup_window):
12560 (frame_setup_window_internal):
12561 (frame_create_move_resize_args):
12562 (frame_free_move_resize_args):
12563 * fvwm/add_window.c (setup_window_attr):
12564 * fvwm/events.c (HandleConfigureRequest):
12565 (HandlePropertyNotify):
12566 fixed [?] bit_gravity/resize problem
12568 * fvwm/events.c (HandleEnterNotify):
12569 reformatted EdgeCommand code
12571 2002-05-06 olicha <olivier.chapuis@free.fr>
12573 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12574 Resize an ewmh icon to the wanted size if it is to big
12576 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12577 Set also the stacking list when a window is destroyed
12579 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12581 * fvwm/fvwm.1: Finish language check.
12582 Fix typo in Mouse section, context should be on new line.
12584 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12586 * fvwm/fvwm.1 (file): Restore icons and images text with some
12588 Started on lang check, not done yet.
12590 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12592 * fvwm/module_interface.c (make_named_packet):
12593 Applied Mikhail Kruk patch
12595 2002-05-02 olicha <olivier.chapuis@free.fr>
12597 * libs/FlocaleCharset.h:
12598 * libs/Ficonv.c (FiconvSetupConversion):
12599 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12601 * libs/Flocale.c (FlocaleGetFftFont):
12602 (FlocaleGetFontSet):
12605 (FlocaleUnloadFont):
12607 Implemented charset/iconv hints in font name
12609 2002-04-29 Stian Sletner <stian@sletner.com>
12611 * fvwm/windowlist.c (CMD_WindowList):
12612 Added new Windowlist option IconifiedAtEnd
12614 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12616 * fvwm/module_interface.c:
12619 moved two constant strings to Module.h, so they may be used by perllib
12621 2002-04-29 olicha <olivier.chapuis@free.fr>
12623 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12624 Fixed a core dump if the charset is not found
12626 * libs/Flocale.c (FlocaleStringToString2b):
12627 Removed some debug code
12629 2002-04-29 olicha <olivier.chapuis@free.fr>
12631 * libs/Fft.c (FftGetFontWidths):
12632 (FftGetFontWidths):
12635 * libs/Flocale.c (FlocaleGetFont):
12636 (FlocaleGetFontSet):
12637 (FlocaleGetFftFont):
12638 Removed min_char_offset member of the FlocaleFont as it is not use
12639 since we rotate string for side title
12641 * libs/Ficonv.c (FiconvSetupConversion):
12642 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12643 (FlocaleCharsetSetFlocaleCharset):
12645 * libs/Flocale.c (FlocaleTextWidth):
12646 (FlocaleDrawString):
12647 (FlocaleUtf8ToUnicodeStr2b):
12649 (FlocaleStringToString2b):
12650 (FlocaleRotateDrawString):
12651 (FlocaleFontStructDrawString):
12652 Added support for drawing string with 10646-1 fonts without an utf8
12653 locale. Also, drawing strings with a multibyte font now work not so
12654 bad even if the locale have nothing to do with the font.
12656 * libs/Fft.c (FftUtf8ToFftString16):
12659 Added utf8 rendering with iso10646-1 fonts on system without
12662 * fvwm/colorset.c (reset_cs_pixmap):
12667 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12669 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12672 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12674 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12676 * fvwm/move_resize.c:
12677 don't start Move with snap disabled if Alt is initially pressed
12679 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12681 * NEWS, configure.in:
12682 changed version to 2.5.2
12684 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12687 improved main headers, added new COLORSETS section;
12688 documented State condition
12691 documented Tint in colorsets and utility renaming
12694 corrected several error reporting problems
12696 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12699 fixed leaving tear off menus
12701 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12703 * fvwm/borders.c (border_draw_part_relief):
12704 (border_set_button_pixmap):
12705 (border_draw_title_stick_lines):
12706 (border_draw_title_mono):
12707 (border_draw_title_relief):
12708 * libs/fvwmlib.h (RelieveRectangle2):
12709 (RelieveRectangle):
12710 replaced functions by macros
12712 * libs/Graphics.c (do_relieve_rectangle):
12713 applied performance patch by Dave Trollope
12715 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12721 * libs/FlocaleCharset.c:
12722 FBidi is now independent from Flocale* again;
12723 iso8859-6.8x fonts recognized now as bidi-enabled
12725 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12728 fixed --disable-multibyte
12730 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12732 * fvwm/borders.c (border_draw_title_deep):
12733 (border_set_title_pixmap):
12734 (border_set_button_pixmap):
12735 fixed SolidButton title and button style
12737 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12742 added new entry about CurrentAtEnd
12745 minor reformatting and spell checking
12747 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12749 * fvwm/windowlist.c (CMD_WindowList):
12750 Added new Windowlist option CurrentAtEnd
12752 2002-04-22 olicha <olivier.chapuis@free.fr>
12754 * fvwm/colorset.c (parse_colorset):
12756 Fixed an enormous core dump which comes from a cvs merging problem
12758 * fvwm/Makefile.am:
12761 Added Xrender detection and link fvwm if needed
12763 * libs/PictureGraphics.c:
12764 * libs/PictureGraphics.h:
12767 * libs/FRenderInterface.h:
12768 * libs/PictureGrpahics.c (*):
12769 * libs/PictureGrpahics.h:
12770 New libs files to acheive alpha-blend rendering and better XBM
12771 support. PictureGraphics contains elaborated version and also
12772 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12776 * fvwm/icons.c (clear_icon):
12780 * fvwm/events.c (HandlePropertyNotify):
12781 * fvwm/borders.c (border_fill_pixmap_background):
12782 (border_get_border_background):
12783 (border_draw_decor_to_pixmap):
12784 * fvwm/menuitem.c (menuitem_paint):
12785 * fvwm/add_window.c (destroy_icon):
12786 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12787 * fvwm/geometry.c (move_icon_to_position):
12788 * fvwm/colorset.c (free_colorset_background):
12791 Implemented alpha-blend rendering with the new libs function
12793 * fvwm/colorset.c (free_colorset_background):
12796 Implemented tinting of a Pixmap background colorset
12798 * fvwm/colorset.c (parse_colorset):
12799 Use the Scr.NoFocusWin as main window in the place of the
12800 Scr.SizeWindow, this fix a lot of X errors in my machine.
12802 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12803 Donated our alpha channel
12806 * fvwm/module_interface.h:
12807 * fvwm/module_interface.c (SendFvwmPicture):
12808 (BroadcastMiniIcon):
12810 (BroadcastFvwmPicture):
12811 (CMD_Send_WindowList):
12812 * fvwm/add_window.c (change_mini_icon):
12813 (broadcast_mini_icon):
12814 * fvwm/ewmh_icons.c:
12815 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12816 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12818 * libs/Makefile.am:
12819 * libs/PictureBase.c (*):
12820 * libs/PictureBase.h:
12821 * libs/Picture.c (*):
12823 * libs/PictureImageLoader.c (*):
12824 * libs/PictureImageLoader.h:
12826 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12827 PictureImageLoader.
12828 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12829 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12830 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12831 SetImagePath -> PictureSetImagePath, findImageFile ->
12832 PictureFindImageFile, PictureList -> FvwmPictureList,
12833 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12834 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12835 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12836 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12837 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12838 Also renamed more recent functions in PictureImageLoader.
12840 * fvwm/borders.c (border_draw_one_border_part):
12841 (border_draw_decor_to_pixmap):
12842 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12845 * fvwm/menus.c (pop_menu_up):
12846 (animated_move_back):
12847 (ParentalMenuRePaint):
12848 * fvwm/move_resize.h (resize_geometry_window):
12849 * fvwm/move_resize.c (move_window_doit):
12850 (AnimatedMoveAnyWindow):
12851 (AnimatedMoveOfWindow):
12852 (AnimatedMoveFvwmWindow):
12853 Fixed transparent animated menu
12855 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12864 fixed running out of colors on 8bpp with ReadWriteColors;
12865 simulate colorsets on monochrome displays using three 1-bit pixmaps
12867 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12870 fixed $PERL detection again
12875 added -Wno-implicit-int to -Wall in case of gcc
12879 fixed ReadWriteColors on a PseudoColor display
12881 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12883 * fvwm/move_resize.c (move_window_doit):
12884 set the is_icon_moved too flag if the icon was moved non-interactively
12890 Moved FvwmTheme functionality into fvwm.
12891 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12893 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12896 fixed $PERL detection
12899 * fvwm/ConfigFvwmDefaults:
12900 several fixes and spelling
12902 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12904 * libs/Bindings.c (CheckBinding):
12907 (GrabWindowButton):
12908 (MatchBindingExactly):
12909 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12912 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12915 configure now uses $PERL if set
12918 all programs installed into ${bindir} have now fvwm- prefix;
12919 documentation updated
12921 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12924 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12925 documentation updated
12927 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12930 added 2.4.7 entries
12932 2002-04-10 Dan Espen <dane@mk.telcordia.com>
12934 * AUTHORS: New author.
12936 * NEWS: Edge Command.
12938 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
12941 Added EdgeCommand paragraph.
12943 * fvwm/events.c (HandleEnterNotify):
12944 Added execution of Scr.PanFrame*.command if set
12946 * fvwm/fvwm.c (InitVariables):
12947 Added init strings for pan frame commands.
12952 Avoid hiding of pan frames if pan frame command is set.
12954 Implementation of the buildin command EdgeCommand. First
12955 implementation of this function.
12957 * fvwm/screen.h (struct):
12958 added char * command in structure Panframe to store the pan frame
12961 * fvwm/functions.c:
12962 added declaration of CMD_ENTRY("edgecommand")
12964 * fvwm/functions.h:
12965 added definition of Flag F_EDGE_COMMAND
12968 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12970 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12973 added "BI-DIRECTIONAL TEXTS" section
12976 added #include <sys/select.h> to fix endless loop on QNX
12978 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12981 changed description of focus models
12983 2002-04-09 olicha <olivier.chapuis@free.fr>
12986 Check for libpng libpng 1.0.4a or better
12988 2002-04-08 Mikhael Goikhman <migo@homemail.com>
12990 * fvwm/add_window.c (setup_title_geometry):
12993 * fvwm/geometry.c (get_title_font_size_and_offset):
12995 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
12997 * fvwm/window_flags.h:
12998 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13000 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13002 new Style options TopTitleRotated / TopTitleNotRotated,
13003 BottomTitleRotated / BottomTitleNotRotated
13005 2002-04-08 olicha <olivier.chapuis@free.fr>
13007 * libs/Makefile.am:
13008 Fixed make dist again
13010 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13012 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13014 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13017 minor wording fixes
13020 mention a new FvwmIconMan syntax
13022 * sample.fvwmrc/new-features:
13023 * sample.fvwmrc/system.fvwm2rc:
13024 * sample.fvwmrc/system.fvwm2rc-sample-95:
13025 use a new module syntax
13027 2002-04-06 olicha <olivier.chapuis@free.fr>
13031 Forget to save some file
13033 * libs/FImageLoader.c (c100_init_base_table):
13034 Allows init even if !XPM
13036 * libs/Makefile.am:
13040 Fixed png detection
13042 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13043 Fixed a GC memory leaks.
13045 * fvwm/fvwm.c (setVersionInfo):
13047 Updated -version for png, bidi and xft
13050 Modified the ICONS section. Rename it ICONS AND IMAGES and
13051 document PNG file format. Replace "xpm or bitmap file" by
13052 "image file" in a few place.
13056 PNG news and documented libpng in the "Optional libraries used by FVWM"
13059 2002-04-05 olicha <olivier.chapuis@free.fr>
13061 * libs/FImageLoader.c (c100_init_base_table):
13062 (FImageReduceRGBColor):
13063 (FImageCreatePixmapFromArgbData):
13064 Speed up color limitation for png image and ewmh icons
13065 Respect color limit even with DirectColor and TrueColor
13068 * acconfig.h (HAVE_PNG):
13069 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13070 even without XPM support
13073 * libs/InitPicture.c (new file):
13074 * libs/InitPicture.h (new file):
13077 * libs/FImageLoader.c (new file):
13078 * libs/FImageLoader.h (new file):
13079 * libs/Fxpm.h (new file):
13080 * libs/Fpng.h (new file):
13081 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13082 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13083 ColorLimit stuff is applied to PNG image.
13084 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13085 Picture.c and Picture.h.
13086 InitPicture contains the Picture structure, initialize the visual,
13087 depth and color map and contains image path stuff as Picture contains
13088 Picture manipulations.
13090 * libs/ColorUtils.c:
13092 Moved the Picture color utils func to ColorUtils
13094 * fvwm/Makefile.am:
13095 links against libpng
13097 * fvwm/icons.c (GetIconPicture):
13101 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13102 the libs image loader
13104 * fvwm/cursor.c (CMD_CursorStyle):
13105 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13107 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13108 (EWMH_SetIconFromWMIcon):
13109 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13113 Send the ColorLimit to module in any case
13120 * fvwm/add_window.c:
13124 * fvwm/menustyle.c:
13125 * fvwm/move_resize.c:
13128 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13130 * fvwm/events.c (test_map_request):
13131 (test_resizing_event):
13132 fixed endless loop in HandleConfigureRequest
13134 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13136 * fvwm/add_window.c (setup_style_and_decor):
13137 fixed borderless transients
13139 * fvwm/events.c (test_resizing_event):
13140 (HandleConfigureRequest):
13141 * fvwm/frame.c (frame_create_move_resize_args):
13142 * fvwm/add_window.c (AddWindow):
13144 * fvwm/window_flags.h:
13145 tried to improve ConfigureRequest handling
13147 * fvwm/events.c (HandlePropertyNotify):
13148 recalculate window size when the base_width or base_height hint
13149 changes; fixes some problems with xemacs
13151 * fvwm/virtual.c (map_window):
13154 * fvwm/borders.c (border_draw_decorations):
13155 don't redraw windows on a different desk
13156 keep track of Scr.Hilite
13158 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13160 * fvwm/virtual.c (unmap_window):
13161 * fvwm/move_resize.c (resize_window):
13162 * fvwm/icons.c (Iconify):
13163 * fvwm/add_window.c (CaptureOneWindow):
13164 * fvwm/borders.c (border_undraw_decorations):
13165 mark window decorations as not drawn whenever the frame is unmapped
13167 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13169 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13171 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13174 use safemalloc and alloca instead of malloc
13176 2002-03-29 olicha <olivier.chapuis@free.fr>
13178 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13179 Set the X locale charset on system without XOpenOM
13181 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13184 fixed multibyte support reporting
13186 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13191 moved gcc extension __attribute__ handling to config.h
13193 * fvwm/fvwm.c (main):
13194 * fvwm/stack.c (add_window_to_stack_ring_after):
13195 * fvwm/icons.c (GetIconWindow):
13197 * fvwm/add_window.c:
13198 fixed core dumps and other bugs in debug messages
13200 2002-03-27 olicha <olivier.chapuis@free.fr>
13202 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13203 (FlocaleCharsetSetFlocaleCharset):
13205 * configure.in (problem_multibyte):
13206 Fixed compilation for system without XOpenOM in Xlib.h
13208 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13209 * libs/Ficonv.c (FiconvInit):
13213 include only libs/Flocale.h
13215 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13218 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13223 * libs/FlocaleCharset.c:
13224 minor modifications, like removed #include;
13225 fixed core dump with bidi and utf-8
13227 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13229 * fvwm/frame.c (frame_update_hidden_window_pos):
13230 fixed shade/maximize/unshade
13232 * fvwm/builtins.c (FreeDecorFace):
13235 * fvwm/borders.c (get_common_decorations):
13236 (border_get_border_style):
13237 * fvwm/style.c (parse_and_set_window_style):
13239 * fvwm/window_flags.h:
13240 * fvwm/fvwm.h (struct):
13241 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13242 (frame_create_move_resize_args):
13243 (frame_move_resize_step):
13244 (frame_next_move_resize_args):
13245 new styles WindowShadeLazy [default], WindowShadeBusy and
13246 WindowShadeAlwaysLazy
13248 * fvwm/frame.c (frame_set_decor_gravities):
13249 fixed window bit gravities
13250 split into smaller functions
13251 (frame_move_resize_step):
13252 fixed a bug w/ the parent gravity
13253 (frame_hide_changing_window_parts):
13254 fixed flickering in one of the corners during shade animation
13255 (frame_mrs_hide_changing_parts):
13257 (frame_mrs_prepare_vars):
13258 (frame_mrs_hide_unhide_parent):
13259 (frame_mrs_setup_draw_decorations):
13260 (frame_mrs_resize_move_windows):
13263 2002-03-25 olicha <olivier.chapuis@free.fr>
13265 * libs/Fft.c (FftSetupEncoding):
13268 * libs/Flocale.c (FlocaleDrawString):
13269 * libs/FBidi.c (FBidiConvert):
13271 Pass the font to FBidiConvert
13273 * acconfig.h (HAVE_LIBCHARSET):
13274 * acinclude.m4 (CHECK_LIBCHARSET):
13276 If libiconv is used check for libcharset
13278 * libs/Makefile.am:
13279 * libs/FlocaleCharset.h:
13280 * libs/FlocaleCharset.c:
13282 * libs/Flocale.c (*):
13283 * libs/Fft.c (FftSetupEncoding):
13285 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13286 FlocaleFont has such a member which is set when charset info are needed.
13287 FlocaleCharset.c contains a big table which associates to an X charset
13288 various possible locale charsets and the fribidi charset.
13289 If libiconv is used, libcharset is used to compute the locale charset.
13290 Various Flocale clean up.
13292 * fvwm/fvwm.c (main):
13293 Removed the call to FlocaleInitCharset, it is now done automatically
13296 * libs/Makefile.am:
13299 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13301 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13304 (EWMH_SetDesktopNames):
13305 Moved iconv conversions into the library. Try to found the good iconv
13306 charset with the help of the font and of the FlocaleCharset table.
13308 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13310 * libs/Module.c (SendFvwmPipe):
13311 * libs/Graphics.c (do_relieve_rectangle):
13312 * fvwm/menustyle.c (menustyle_parse_old_style):
13313 * fvwm/add_window.c (setup_window_structure):
13314 memory management patches by Dave Trollope
13316 * fvwm/frame.c (frame_get_sidebar_geometry):
13317 hide the handles when using the NoHandles style
13319 * fvwm/borders.c (border_redraw_decorations):
13320 change in title rotation is applied immediately, don't use the value "2"
13323 * fvwm/style.c (parse_and_set_window_style):
13324 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13326 documented the new title directions
13327 (parse_and_set_window_style):
13328 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13330 documented these styles
13332 * fvwm/add_window.c (CaptureOneWindow):
13333 (CaptureAllWindows):
13337 * fvwm/icons.c (DeIconify):
13338 fiexd fucoused window not hilighting after deiconification
13340 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13342 * fvwm/update.c (apply_window_updates):
13343 windows are not unshaded when the decoration layout changes
13345 * fvwm/frame.c (frame_create_move_resize_args):
13346 fixed excessive redrawing
13347 (frame_get_hidden_pos):
13348 fixed parent geometry when window is hidden
13350 * fvwm/add_window.c (setup_frame_stacking):
13351 fixed stacking of right buttons
13353 * fvwm/frame.c (frame_set_decor_gravities):
13354 fixed title and button bit gravities
13356 * fvwm/add_window.c (setup_frame_stacking):
13357 (change_auxiliary_windows):
13358 fixed "button" style
13360 * fvwm/geometry.c (get_title_button_geometry):
13361 * fvwm/menus.c (pop_menu_up):
13362 fixed menu placement relative to window titles
13364 * libs/Flocale.c (FlocaleDrawString):
13365 fixed compiler warning w/o fribidi
13367 * fvwm/virtual.c (MoveViewport):
13369 (do_move_window_to_desk):
13370 * fvwm/update.c (apply_window_updates):
13371 * fvwm/icons.c (Iconify):
13373 * fvwm/module_interface.c (SETOLDFLAGS):
13374 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13375 * fvwm/style.c (parse_and_set_window_style):
13376 * fvwm/window_flags.h:
13377 * fvwm/session.c (MatchWinToSM):
13378 * fvwm/placement.c (PlaceWindow):
13379 * fvwm/add_window.c (CaptureAllWindows):
13380 (setup_window_placement):
13381 (CaptureOneWindow):
13384 * fvwm/menus.c (menu_tear_off):
13385 * fvwm/events.c (HandleMapRequestKeepRaised):
13388 removed some of those pesky globals: PPosOverride, isIconicState and
13389 isIconifiedByParent; pass round a structure instead
13390 removed the do_start_iconic window flag
13391 removed do_delete_icon_moved flag
13393 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13397 renamed HAVE_FRIBIDI to HAVE_BIDI
13401 added more comments
13403 * fvwm/Makefile.am:
13405 * libs/Makefile.am:
13406 added a dummy call to FBidi to test linking against bidi libs
13408 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13410 * fvwm/windowshade.c (CMD_WindowShade):
13411 changed syntax of windowshade with direction
13413 update button state after unshading
13415 * fvwm/add_window.c (AddWindow):
13416 fixed mini icon update
13418 * fvwm/events.c (HandleEnterNotify):
13419 fixed icon picture redrawing
13420 icon titles are no longer raised and expanded if the icon has only a
13423 * fvwm/move_resize.c (resize_window):
13426 * libs/gravity.c (gravity_move_resize_parent_child):
13427 * fvwm/frame.c (frame_get_titlebar_dimensions):
13428 (frame_prepare_animation_shape):
13429 (frame_move_resize_step):
13430 (frame_get_titlebar_dimensions_only):
13431 (frame_get_hidden_pos):
13432 (frame_update_hidden_window_pos):
13433 (frame_free_move_resize_args):
13434 (frame_create_move_resize_args):
13435 fixed shading of shaped windows
13440 * fvwm/fvwm.c (main):
13441 * fvwm/misc.c (GrabEm):
13442 fixed a problem with the cursor shape during window shading
13444 * fvwm/update.c (apply_window_updates):
13445 fixed drawing of hilighted window after a decoration change
13447 * fvwm/update.c (apply_window_updates):
13448 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13449 * fvwm/borders.c (RedrawDecorations):
13450 renamed RedrawDecorations()
13452 * fvwm/move_resize.c (move_window_doit):
13454 * fvwm/misc.c (move_into_rectangle):
13455 (intersect_xrectangles):
13456 functions renamed and moved to fvwmrect.c
13458 * fvwm/borders.c (border_get_changed_border_parts):
13459 (frame_get_changed_border_parts):
13460 reduced border redrawing
13461 moved fucntion to borders.c
13463 * fvwm/events.c (HandleButtonPress):
13465 suppress button events on frame windows
13467 * fvwm/frame.c (frame_setup_border):
13468 fixed a problem with the border setup
13470 * fvwm/borders.c (border_draw_decorations):
13471 * fvwm/events.c (HandleEnterNotify):
13472 fixed icon title drawing
13474 * fvwm/misc.c (GrabEm):
13475 fixed a pointer grab hang with xmag?
13477 * fvwm/move_resize.c (resize_window):
13478 use frame_move_resize function to improve performance
13480 * fvwm/add_window.c (AddWindow):
13481 fixed recaturing shaded windows
13484 suppress unnecessary title redraws
13487 window shading works again; there are still some problems with
13488 recapture, restart, border drawing and shaped windows
13490 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13492 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13495 * fvwm/frame.c (frame_get_title_bar_dimensions):
13496 fixed minor button layout bug
13497 (frame_update_hidden_window_pos):
13499 * fvwm/ewmh_names.c (EWMH_WMName):
13500 * fvwm/gnome.c (GNOME_HandlePropRequest):
13501 * fvwm/focus.c (DoSetFocus):
13502 * fvwm/stack.c (new_layer):
13503 * fvwm/icons.c (DeIconify):
13505 * fvwm/events.c (HandleFocusIn):
13506 (HandlePropertyNotify):
13509 (HandleButtonPress):
13510 (HandleLeaveNotify):
13511 * fvwm/builtins.c (CMD_ChangeDecor):
13513 * fvwm/move_resize.c (resize_move_window):
13516 (maximize_fvwm_window):
13518 * fvwm/borders.c (DrawDecorations):
13519 (RedrawDecorations):
13520 removed function DrawDecorations()
13521 (border_draw_decorations):
13522 renamed draw_decorations_with_geom() to border_draw_decorations()
13524 * fvwm/events.c (HandleExpose):
13525 fixed drawing icon titles
13527 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13528 * fvwm/events.c (HandleFocusIn):
13530 * fvwm/screen.h (ScreenInfo):
13531 return the focus to the window that had the focus before an or window
13532 stole it and then died.
13534 * fvwm/menus.c (scanForColor):
13535 removed duplicate call of strlen
13536 use alloca instead of safemalloc
13538 * fvwm/menustyle.c (menustyle_parse_style):
13539 don't call memset right before memcpy
13541 * fvwm/module_interface.c (AddToMessageQueue):
13542 (DeleteMessageQueueBuff):
13543 removed one safemalloc and inline'd the function
13544 merged AddToMessageQueue into PositiveWrite
13546 * fvwm/borders.c (border_draw_decor_to_pixmap):
13547 fixed pixmap and mini icon buttons
13548 (border_fill_pixmap_background):
13550 (border_get_tb_parts_to_draw):
13551 buttons and title background using the border style is updated when the
13554 * fvwm/events.c (WaitForButtonsUp):
13555 don't grab the whole server but merely the pointer to allow applications
13556 redrawing themselves
13559 finished writing title drawing code
13561 * fvwm/move_resize.c (resize_window):
13562 (resize_move_window):
13563 (unmaximize_fvwm_window):
13564 removed now unnecessary calls to DrawDecorations()
13566 * fvwm/frame.c (frame_hide_changing_window_parts):
13567 fixed hiding bottom/right titles
13569 * fvwm/add_window.c (AddWindow):
13570 fixed recapturing shaded windows
13572 * fvwm/misc.c (GrabEm):
13573 fixed the cursor over the title window while resizing
13575 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13577 * libs/Graphics.c (CreateTiledPixmap):
13578 improved efficience: let the X server tile a pixmap via the GC settings
13580 * fvwm/fvwm.c (CreateGCs):
13581 * fvwm/screen.h (ScreenInfo):
13582 added new global GC Scr.TileGC
13584 * fvwm/borders.c (border_fill_pixmap_background):
13585 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13586 use already created gcs
13588 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13589 * fvwm/menus.c (paint_menu_gradient_background):
13590 fixed using a randow members in gcs
13592 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13595 added compilation test for fribidi
13597 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13599 * NEWS: Document FvwmForm timeout.
13601 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13603 * fvwm/session.c (MatchWinToSM):
13604 * fvwm/add_window.c (AddWindow):
13605 preserve user states over a restart
13607 * fvwm/add_window.c (setup_window_structure):
13608 preserve user states over a recapture
13610 * fvwm/functions.c (execute_function):
13611 "Silent" suppresses the "No such command ..." message
13613 * fvwm/frame.c (frame_move_resize):
13614 * fvwm/misc.c (GrabEm):
13615 fixed the cursor shape during resizing
13616 fixed button looks in small windows
13618 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13624 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13626 * fvwm/fvwm.c (LoadDefaultLeftButton):
13627 (LoadDefaultRightButton):
13628 * fvwm/borders.c (border_draw_vector_to_pixmap):
13629 * fvwm/screen.h (DecorFace):
13630 * fvwm/builtins.c (ReadDecorFace):
13631 fixed transparent vector line support
13633 * libs/Graphics.c (CreateGradientPixmap):
13634 fixed potential core dump with illegal gradients
13636 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13638 * fvwm/fvwm.h (FvwmWindow):
13639 removed button_background_pixmap member
13641 * fvwm/update.c (apply_window_updates):
13642 fixed changing the decoration size
13644 * fvwm/windowshade.c (CMD_WindowShade):
13645 * fvwm/frame.c (frame_setup_border):
13646 * fvwm/functions.c (execute_complex_function):
13649 * fvwm/move_resize.c (resize_window):
13650 fixed aboting of a opaque resize w/ maximized windows
13651 (ParseOneResizeArgument):
13652 resize arguments don't take the border into account
13653 (GetResizeArguments):
13654 implemented new option "Frame" to the Resize and ResizeMove commands
13656 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13659 * fvwm/builtins.c (ReadDecorFace):
13660 * fvwm/borders.c (DrawLinePattern):
13661 implemented transparent drawing color in vector buttons: C == 4
13663 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13664 * fvwm/builtins.c (ReadDecorFace):
13665 increased allowed number of lines in a vector button to 10000 and moved
13666 the definition to defaults.h
13668 * fvwm/virtual.c (MoveViewport):
13669 don't send useless M_NEW_PAGE packets
13673 started work on new button/title drawing code
13675 * fvwm/events.c (HandleExpose):
13676 don't handle expose on the title bar
13679 * fvwm/frame.c (frame_get_sidebar_geometry):
13680 * fvwm/fvwm.h (FvwmWindow):
13681 replaced border_state with decor_state
13683 * libs/defaults.h (NR_RIGHT_BUTTONS):
13687 * fvwm/events.c (HandleExpose):
13689 * fvwm/frame.c (frame_setup_border):
13690 hide sidebars if they are too small, i.e. 0 pixels
13692 2002-03-20 olicha <olivier.chapuis@free.fr>
13694 * libs/Flocale.c (FlocaleFreeNameProperty):
13695 Fixed random core dump
13697 2002-03-19 olicha <olivier.chapuis@free.fr>
13699 * fvwm/ConfigFvwmDefaults:
13700 RightTitleRotatedCW is a default
13702 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13704 * fvwm/frame.c (frame_get_sidebar_geometry):
13705 window corners are always at least the border width thick
13707 * fvwm/geometry.c (update_absolute_geometry):
13708 fixed south/east shading
13710 * fvwm/frame.c (frame_move_resize_step):
13711 did the best I could to prevent rxvt from flashing in the background
13714 * fvwm/add_window.c (get_default_window_attributes):
13715 (get_default_window_attributes):
13716 (setup_resize_handle_windows):
13717 * fvwm/borders.c (border_get_border_gcs):
13718 applied -visual fix by Hippo
13720 * fvwm/cursor.c (CMD_CursorStyle):
13723 * fvwm/frame.c (frame_get_title_bar_dimensions):
13724 fixed order of right buttons
13725 (frame_move_resize_step):
13726 reduced flashing when maximizing
13728 * fvwm/geometry.c (update_absolute_geometry):
13729 adapted for horizontal shading
13731 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13740 several renamings of text_direction to text_rotation
13742 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13744 * fvwm/windowshade.c (CMD_WindowShade):
13745 * fvwm/frame.c (frame_create_move_resize_args):
13746 (frame_move_resize_step):
13747 hack to enable non-animated window shading for the time being
13749 * fvwm/style.c (parse_and_set_window_style):
13750 (parse_and_set_window_style):
13751 allow to abbreviate [Counter]ClockWise with [C]CW
13753 * fvwm/frame.c (frame_move_resize_step):
13756 * fvwm/geometry.c (gravity_constrain_size):
13757 removed useless code
13759 * fvwm/update.c (apply_window_updates):
13760 * fvwm/add_window.c (AddWindow):
13761 * fvwm/move_resize.c (unmaximize_fvwm_window):
13763 do not write into frame_g. only frame.c should do this
13765 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13766 (MIN_WINDOW_TITLE_LENGTH):
13768 * fvwm/frame.c (frame_setup_title_bar):
13769 (get_resize_decor_gravities_one_axis):
13770 (frame_setup_window_internal):
13771 (frame_move_resize_step):
13772 (frame_create_move_resize_args):
13773 rewrote frame_setup_title_bar function
13775 * fvwm/add_window.c (setup_frame_stacking):
13776 fixed title bar stacking order
13778 * fvwm/frame.c (frame_setup_title_bar):
13779 removed yesterday's 'fix'
13781 * fvwm/add_window.c (hide_screen):
13782 (setup_title_window):
13783 (setup_resize_handle_windows):
13784 (setup_button_windows):
13785 fixed visual and depth of decoration windows
13787 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13789 * fvwm/frame.c (frame_setup_title_bar):
13790 fixed title layout bug
13792 * fvwm/move_resize.c (MaximizeHeight):
13793 fixed bug in "grow" option of the Maximize command
13796 fixed broken prototype for get_title_font_size_and_offset
13798 * fvwm/geometry.c (get_title_font_size_and_offset):
13799 simplified code a bit
13801 2002-03-18 olicha <olivier.chapuis@free.fr>
13804 * fvwm/geometry.c (get_title_font_size_and_offset):
13805 * fvwm/add_window.c (setup_title_geometry):
13807 * fvwm/style.c (parse_and_set_window_style):
13808 (check_window_style_change):
13809 * fvwm/update.c (apply_window_updates):
13810 * fvwm/window_flags.h:
13812 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13813 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13814 RightTitleRotatedCounterClockWise
13816 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13819 * vms/config.h (FMiniIconsSupported):
13820 removed last traces of MINI_ICONS ifdef
13822 * fvwm/windowlist.c (CMD_WindowList):
13823 * fvwm/update.c (apply_window_updates):
13825 * fvwm/style.c (merge_styles):
13826 (parse_and_set_window_style):
13827 (check_window_style_change):
13829 * fvwm/module_interface.c (SendMiniIcon):
13830 (BroadcastMiniIcon):
13831 (CMD_Send_WindowList):
13832 * fvwm/fvwm.h (FvwmWindow):
13833 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13834 (EWMH_DoUpdateWmIcon):
13835 (ewmh_SetWmIconFromPixmap):
13836 (EWMH_DeleteWmIcon):
13837 (EWMH_SetIconFromWMIcon):
13838 * fvwm/builtins.c (ReadDecorFace):
13839 * fvwm/borders.c (DrawButton):
13842 * fvwm/add_window.c (setup_window_structure):
13844 (destroy_mini_icon):
13845 (change_mini_icon):
13847 * acconfig.h (FMiniIconsSupported):
13848 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13852 removed an FANCY_TITLEBARS ifdef
13854 * fvwm/borders.c (border_draw_one_part):
13855 (border_draw_border_parts):
13856 (border_draw_all_parts):
13857 (draw_clipped_decorations_with_geom):
13858 performance enhancement
13860 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13862 * fvwm/frame.c (frame_move_resize_step):
13863 force setting up the border when function is called with FRAME_MR_SETUP
13864 (frame_setup_window_internal):
13865 removed duplicate frame setup
13867 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13869 (draw_clipped_decorations_with_geom):
13870 do not flush the X queue after drawing; let the caller do it
13872 * fvwm/frame.c (frame_get_sidebar_geometry):
13873 fixed layout of windows with a small height
13874 (frame_hide_changing_window_parts):
13879 made good progress with frame layout rewrite. I think it is already
13880 considerably faster.
13881 some general clean up
13883 * fvwm/add_window.c (setup_decor_window):
13886 * fvwm/windowshade.c (CMD_WindowShade):
13887 * fvwm/stack.c (verify_stack_ring_consistency):
13888 (RaiseOrLowerWindow):
13889 * fvwm/move_resize.c (resize_move_window):
13890 (move_window_doit):
13891 (draw_move_resize_grid):
13892 * fvwm/icons.c (DrawIconWindow):
13893 * fvwm/icccm2.c (CloseICCCM2):
13895 (HandleSelectionRequest):
13896 * fvwm/fvwm.c (main):
13897 (SaveDesktopState):
13898 * fvwm/focus.c (DoSetFocus):
13899 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13900 * fvwm/events.c (HandlePropertyNotify):
13901 (HandleButtonPress):
13902 (HandleConfigureRequest):
13903 * fvwm/add_window.c (RestoreWithdrawnLocation):
13905 * fvwm/builtins.c (CMD_Delete):
13909 * fvwm/menus.c (paint_menu):
13911 * fvwm/misc.c (UngrabEm):
13913 * fvwm/schedule.c (execute_obj_func):
13914 * fvwm/add_window.c (hide_screen):
13916 use XFlush instead of XSync when the latter is not necessary
13918 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13921 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13922 inform frame module if the window with the hide windows dies
13924 * fvwm/placement.c (PlaceWindow):
13926 * fvwm/add_window.c (setup_window_attr):
13927 (setup_frame_attributes):
13929 (RestoreWithdrawnLocation):
13930 (setup_window_placement):
13931 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13932 (get_title_geometry):
13933 * fvwm/fvwm.c (InitVariables):
13934 * fvwm/frame.c (frame_setup_frame):
13935 * fvwm/colormaps.c (HandleColormapNotify):
13936 (InstallWindowColormaps):
13937 * fvwm/events.c (HandleConfigureRequest):
13938 (HandleUnmapNotify):
13939 * fvwm/fvwm.h (FvwmWindow):
13940 removed attr member of FvwmWindow and replaced by a structure defined
13941 ourselves that is much smaller
13943 * fvwm/add_window.c (hide_screen):
13944 don't use save_unders and backing_store for the window used in recapture
13946 * fvwm/frame.c (frame_init):
13947 * fvwm/fvwm.c (main):
13948 new function to initialise frame module
13950 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13953 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13958 * fvwm/borders.h (enum):
13959 * fvwm/borders.c (draw_clipped_decorations_with_geom):
13960 (border_get_parts_and_pos_to_draw):
13961 * fvwm/fvwm.h (struct):
13963 fixed calculations of which border parts to draw
13966 corrected some typos
13969 handle marks work again
13971 2002-03-16 Dan Espen <dane@mk.telcordia.com>
13973 * AUTHORS: New author added.
13975 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13979 * fvwm/add_window.c (setup_frame_stacking):
13980 * fvwm/cursor.c (CMD_CursorStyle):
13981 * fvwm/events.c (HandleExpose):
13983 (HandleEnterNotify):
13984 (HandleLeaveNotify):
13986 * fvwm/geometry.c (get_title_button_geometry):
13987 * fvwm/virtual.c (map_window):
13988 * fvwm/add_window.c (setup_parent_window):
13989 (setup_resize_handle_cursors):
13990 (setup_resize_handle_windows):
13991 (resize_resize_handle_windows):
13992 (change_resize_handle_windows):
13993 some progress with new frame layout
13995 * fvwm/add_window.c (setup_visible_name):
13996 fixed off-by-one bug in setup_visible_name
13997 maximum window number can be set in defaults.h
13999 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14001 * fvwm/windowlist.h:
14006 * fvwm/placement.h:
14008 * fvwm/move_resize.h:
14015 * fvwm/add_window.h:
14016 * fvwm/ewmh_names.c:
14017 * fvwm/ewmh_icons.c:
14018 * fvwm/ewmh_events.c:
14025 * fvwm/windowlist.c:
14029 * fvwm/colormaps.c:
14030 * fvwm/decorations.c:
14031 * fvwm/conditional.c:
14034 * fvwm/placement.c:
14038 * fvwm/functions.c:
14041 * fvwm/module_interface.c:
14043 * fvwm/add_window.c:
14046 * fvwm/move_resize.c:
14049 * fvwm/fvwm.h (FvwmWindow):
14050 moved all windows into a separate sub structure and wrote access macros
14051 renamed FvwmWindow argument to builtin commands to "fw"
14052 renamed tmp_win to fw everywhere
14054 * fvwm/borders.c (RedrawBorder):
14055 * fvwm/decorations.c (SelectDecor):
14056 * fvwm/add_window.c (setup_style_and_decor):
14057 (setup_resize_handle_cursors):
14058 * fvwm/window_flags.h:
14059 * fvwm/fvwm.h (struct):
14060 added new member has_handles and new macro HAS_HANDLES
14062 * fvwm/decorations.c (SelectDecor):
14063 fixed the NoHandles style
14065 * fvwm/decorations.c (SelectDecor):
14066 * fvwm/style.c (check_window_style_change):
14067 (parse_and_set_window_style):
14069 * fvwm/fvwm.h (struct):
14070 renamed has_no_handles to has_no_border
14072 2002-03-15 olicha <olivier.chapuis@free.fr>
14075 * libs/Fft.c (is_utf8_encoding):
14079 s/COMPUND_TEXT/COMPOUND_TEXT
14082 Removed matrix xft specification doc as now it is use internally by
14085 * libs/Flocale.c (FlocaleRotateDrawString):
14086 (FlocaleUnloadFont):
14087 (FlocaleDrawString):
14088 (FlocaleTextWidth):
14090 * libs/Fft.c (FftGetRotatedFont):
14094 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14096 * fvwm/geometry.c (get_title_font_size_and_offset):
14097 * fvwm/style.c (parse_and_set_window_style):
14098 (check_window_style_change):
14099 * fvwm/update.c (apply_window_updates):
14103 * fvwm/window_flags.h:
14104 Implemented vertical text rendering, new style SideTitleTextDefault,
14105 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14107 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14110 removed inclusion of fvwmdebug.h
14112 * libs/gravity.c (ParseDirectionArgument):
14113 fixed direction parsing
14115 * fvwm/menus.c (get_menu_options):
14116 fixed a compiler warning
14118 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14120 * fvwm/bindings.c (ParseBinding):
14121 fixed compiler warning
14123 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14125 fixed compilation w/ --disable-ewmh
14127 * fvwm/windowlist.c (CMD_WindowList):
14128 fixed parsing of conditions versus position of window list broken with
14131 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14134 * libs/Fft.c (FftTextWidth):
14135 (is_utf8_encoding):
14136 (FftGetFontWidths):
14138 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14139 if HAVE_XFT was not set.
14141 * fvwm/events.h (XEVMASK_DECORW):
14142 select EnterNotify and LeaveNotify on frame instead of decor_w
14144 * fvwm/add_window.c (setup_title_window):
14145 (setup_button_windows):
14146 (setup_resize_handle_windows):
14147 frame window is the new parent of the title, button and handle windows
14148 (setup_frame_stacking):
14149 new stacking order of decoration windows
14151 * fvwm/menuitem.c (menuitem_paint):
14152 * fvwm/events.c (HandleExpose):
14155 * fvwm/move_resize.c (unmaximize_fvwm_window):
14156 don't force to redraw the frame
14158 * libs/gravity.c (gravity_get_offsets):
14161 functions moved to gravity.c
14163 2002-03-10 olicha <olivier.chapuis@free.fr>
14165 * acconfig.h (HAVE_XFT_UTF8):
14167 * libs/Fft.c (is_utf8_encoding):
14168 (FftGetFontWidths):
14171 Detected if Xft can handle utf8 string
14174 * fvwm/menuitem.c (menuitem_paint):
14175 * fvwm/events.c (HandleExpose):
14176 Fixed Xft related compilation failure and warning
14178 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14182 * fvwm/move_resize.c:
14187 * fvwm/add_window.c:
14188 * fvwm/frame.c (frame_setup_window):
14189 (frame_force_setup_window):
14190 (frame_setup_shape):
14191 SetupFrame renamed to frame_setup_window
14192 ForceSetupFrame renamed to frame_force_setup_window
14193 SetShape renamed to frame_setup_shape
14195 * fvwm/windowshade.c:
14196 moved most code to frame.c
14198 * fvwm/frame.c (SetShape):
14200 (set_decor_gravity):
14203 functions moved to new file
14206 (frame_setup_title_bar):
14210 direction code moved to gravity.c and gravity.h
14212 * fvwm/windowshade.c (CMD_WindowShade):
14213 * fvwm/geometry.c (get_shaded_geometry):
14215 * libs/FScreen.c (FScreenInit):
14216 (FScreenUpdateEmulationMapState):
14217 changed Xinerame emulation layout
14220 Corrected the description of the XineramaPrimaryScreen command that was
14223 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14225 * fvwm/menus.c (menu_tear_off):
14226 (unlink_item_from_menu):
14227 (menu_strip_tear_off_title):
14228 use the text from a title item as the tear off menu title if the menu
14229 begins with a title; skip separators and tear off bars at the front of
14233 implemented titleatleft and titleatright styles; titles are not drawn
14236 * fvwm/style.c (check_window_style_change):
14237 * fvwm/update.c (apply_window_updates):
14238 * fvwm/ewmh_names.c (EWMH_WMIconName):
14241 * fvwm/ewmh.c (ksmserver_workarround):
14242 * fvwm/update.c (apply_window_updates):
14243 * fvwm/conditional.c (MatchesConditionMask):
14244 * fvwm/fvwm.c (main):
14245 * fvwm/session.c (SaveWindowStates):
14248 * fvwm/functions.c (expand):
14249 * fvwm/stack.c (dump_stack_ring):
14250 (verify_stack_ring_consistency):
14251 * fvwm/module_interface.c (BroadcastWindowIconNames):
14252 (CMD_Send_WindowList):
14253 * fvwm/add_window.c (free_window_names):
14254 (free_window_names):
14255 * fvwm/events.c (HandlePropertyNotify):
14256 * fvwm/builtins.c (CMD_Wait):
14257 * fvwm/style.c (CMD_DestroyStyle):
14259 Adapted to changes of Flocale.h
14262 removed COMPUND_TEXT ifdef
14265 mutibyte defaults to on
14270 * fvwm/fvwm.h (FvwmWindow):
14271 cleaned up Flocale stuff for better information hiding
14273 * libs/Flocale.c (get_FlocaleFontSet):
14275 added a new font strucht member min_char_offset for vertical text
14277 * libs/Flocale.c (get_FlocaleFontSet):
14278 fixed a bug in descent calculation
14280 * fvwm/fvwm.h (FvwmWindow):
14283 * fvwm/borders.c (RedrawButtons):
14288 (DrawMultiPixmapTitlebar):
14289 don't use title_g or boundary_width
14291 * libs/Flocale.c (FlocaleTextWidth):
14292 * libs/Flocale.c (FlocaleDrawString):
14293 added interface for vertical strings
14294 * libs/Flocale.h (FlocaleWinString):
14295 added flags structure w/ is_vertical_string flag
14297 * fvwm/borders.c (RedrawTitle):
14298 (DrawMultiPixmapTitlebar):
14299 * fvwm/screen.h (ScreenInfo):
14300 * fvwm/icons.c (DrawIconWindow):
14301 * fvwm/move_resize.c (DisplayPosition):
14303 * fvwm/screen.h (ScreenInfo):
14304 removed ScratchStr and TitleStr; *please* don't use global variables
14307 * fvwm/move_resize.c (ParseOneResizeArgument):
14308 (GetResizeArguments):
14309 (GetResizeMoveArguments):
14311 (resize_move_window):
14312 * fvwm/module_interface.c (CONFIGARGS):
14315 * fvwm/placement.c (PlaceWindow):
14316 * fvwm/add_window.c (setup_title_window):
14317 (setup_button_windows):
14318 (setup_parent_window):
14319 (resize_resize_handle_windows):
14320 (change_resize_handle_windows):
14322 * fvwm/geometry.c (get_window_borders):
14323 (gravity_get_naked_geometry):
14324 (gravity_add_decoration):
14326 don't use title_g.width and title_g.height anymore
14328 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14331 * fvwm/borders.c (SetupTitleBar):
14332 * fvwm/add_window.c (setup_title_window):
14333 don't use title_g.x and title_g.y anymore
14334 (setup_title_geometry):
14337 * fvwm/fvwm.h (FvwmWindow):
14338 replaced title_g by title_length and title_thickness
14339 renamed title_text_y to title_text_offset
14341 * fvwm/add_window.c (setup_style_and_decor):
14342 (setup_parent_window):
14343 * fvwm/decorations.c (SelectDecor):
14344 * fvwm/placement.c (PlaceWindow):
14345 * fvwm/windowlist.c (CMD_WindowList):
14346 * fvwm/events.c (SendConfigureNotify):
14347 (HandlePropertyNotify):
14349 * fvwm/move_resize.c (DisplaySize):
14350 (ParseOneResizeArgument):
14351 (GetResizeArguments):
14352 (GetResizeMoveArguments):
14354 (resize_move_window):
14355 * fvwm/geometry.c (gravity_get_naked_geometry):
14356 (gravity_add_decoration):
14358 don't use boundary_width anymore
14360 * fvwm/borders.c (SetupTitleBar):
14363 * fvwm/fvwmdebug.c:
14364 removed outdated file that was never used
14366 * fvwm/move_resize.c (move_window_doit):
14367 fixed GNOME and EWMH hints when unsticking a window
14369 * fvwm/virtual.c (CMD_MoveToDesk):
14370 unstick windows when MoveToDesk is used
14373 * fvwm/windowshade.c (CMD_WindowShade):
14374 (CMD_WindowShadeAnimate):
14375 functions moved to windowshade.c
14377 * fvwm/window_flags.h:
14378 * fvwm/menus.c (pop_menu_up):
14379 * fvwm/builtins.c (CMD_WindowShade):
14380 * fvwm/move_resize.c (resize_window):
14381 * fvwm/icons.c (AutoPlaceIcon):
14382 * fvwm/borders.c (SetupFrame):
14383 don't use HAS_BOTTOM_TITLE any more
14387 * fvwm/geometry.c (get_title_font_width_and_offset):
14388 * fvwm/geometry.c (set_window_border_size):
14389 * fvwm/geometry.c (is_window_border_minimal):
14390 * fvwm/geometry.c (get_window_borders_no_title):
14391 * fvwm/geometry.c (get_shaded_client_window_pos):
14392 * fvwm/geometry.c (get_icon_corner):
14393 * fvwm/geometry.c (get_title_gravity):
14394 * fvwm/geometry.c (get_title_geometry):
14395 * fvwm/borders.c (get_button_number):
14398 * fvwm/borders.c (SetupFrame):
14400 * fvwm/events.c (HandleShapeNotify):
14401 * fvwm/borders.c (SetupTitleBar):
14402 * fvwm/update.c (apply_window_updates):
14403 * fvwm/add_window.c (setup_window_font):
14404 removed title_top_height
14406 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14409 * fvwm/events.c (SendConfigureNotify):
14410 * fvwm/events.c (HandleConfigureRequest):
14411 preparations for W/E titles
14412 don't use title_top_height any more
14414 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14415 use title_dir flags
14417 * fvwm/geometry.c (get_window_borders):
14418 * fvwm/style.c (parse_and_set_window_style):
14419 (check_window_style_change):
14420 * fvwm/style.h (SCSET_TITLE_DIR):
14421 * fvwm/window_flags.h (GET_TITLE_DIR):
14422 * fvwm/fvwm.h (struct):
14423 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14426 * libs/Parse.c (ParseDirectionArgument):
14428 use new type direction_type
14430 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14432 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14433 use function from geometry.c to get the border size
14435 * fvwm/geometry.c (get_shaded_geometry):
14436 added code for shading in all directions
14438 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14440 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14442 2002-03-07 olicha <olivier.chapuis@free.fr>
14444 * libs/Flocale.c (FInitLocale):
14445 * fvwm/fvwm.c (main):
14446 Set the locale using "" as locale argument
14448 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14451 fixed some typos and indentation of several new variable entries
14453 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14455 * fvwm/functions.h (enum):
14456 * fvwm/functions.c (func_config):
14458 * fvwm/conditional.c (CMD_ThisWindow):
14459 renamed command "This" to "ThisWindow"
14461 * fvwm/conditional.c (Circulate):
14462 "Current" no longer selects a random window when no window is focused
14464 * fvwm/icccm2.c (SetupICCCM2):
14465 removed debug fprintf
14467 * fvwm/functions.c (expand_extended_var):
14468 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14469 pointer.wy, pointer.cx and pointer.cy.
14471 * libs/Parse.c (ParseDirectionArgument):
14472 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14474 * fvwm/builtins.c (CMD_WindowShade):
14475 fixes for animated shading w/ titleatbottom+north and titleattop+south
14477 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14479 * fvwm/move_resize.c (moveLoop):
14481 * fvwm/virtual.c (HandlePaging):
14482 moving/resizing windows opaque is much faster
14484 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14486 * fvwm/add_window.c (resize_resize_handle_windows):
14487 (change_resize_handle_windows):
14488 (setup_window_font):
14489 fixed changing the handlewidth style
14491 * fvwm/update.c (apply_window_updates):
14492 * fvwm/geometry.c (update_absolute_geometry):
14493 * fvwm/builtins.c (CMD_WindowShade):
14494 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14495 * fvwm/conditional.c (CreateConditionMask):
14496 * fvwm/geometry.c (get_shaded_geometry):
14497 * fvwm/session.c (MatchWinToSM):
14498 * fvwm/add_window.c (setup_window_structure):
14500 * fvwm/window_flags.h (SHADED_DIR):
14501 * fvwm/fvwm.h (struct):
14502 implemented new WindowShade options "North" and "South" to allow shading
14503 a window in either direction, regardless of if the title is at the top
14506 * libs/Module.c (module_expand_action):
14507 new convenience function for modules
14509 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14511 * fvwm/fvwm2.1: Fixes to the font section.
14513 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14515 * fvwm/conditional.c (CMD_WindowId):
14516 set the correct context window for unmanaged windows
14518 * fvwm/icons.c (DrawIconWindow):
14519 raise the icon title even if it's too small to be expanded
14521 * fvwm/conditional.c (CMD_Cond):
14522 Fixed it the right way this time
14524 same fix for the 'Any' command
14531 unified circulating functions into a single one
14533 Pick allows to pick functions that have CirculateSkip set
14534 fixed a memory leak
14538 (CMD_PointerWindow):
14539 unified selecting functions into a single one
14542 Allow user to override the default CirculateHit of these functions
14544 * fvwm/conditional.c (CMD_Cond):
14545 Fixed a problem w/ the window selection
14551 * fvwm/menustyle.h:
14552 * fvwm/menustyle.c:
14556 moved some of the menu code into separate files
14557 more work on tear off menus; windowlist can now be torn off without a
14562 added templates for new source files
14564 * libs/Picture.c (fvwmlib_clone_color):
14567 * fvwm/menus.c (make_menu):
14569 removed unused parameter from make_menu()
14571 * fvwm/fvwm2.1 (Example):
14572 corrected statement about CaptureHonorsStartsOnPage being the default
14574 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14579 added and documented --disable-bidi and --disable-perllib
14581 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14583 * fvwm/geometry.c (get_window_borders):
14584 fixed calculation of $[cw.y] and $[cw.height]
14586 * fvwm/move_resize.c (resize_move_window):
14587 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14589 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14591 * fvwm/move_resize.c (resize_move_window):
14593 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14596 re-added --enable-xinerama-emulation option that was removed recently
14598 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14603 several corrections and rewording
14605 2002-02-28 olicha <olivier.chapuis@free.fr>
14608 New section FONT NAMES AND FONT LOADING
14612 Document --enable-xft
14614 * libs/Fft.c (get_FlocaleXftFont):
14615 Used the xft font height in the place of ascent+descent
14617 * fvwm/icons.c (DrawIconWindow):
14618 Fixed the fg colors of the icon title
14620 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14622 * fvwm/conditional.c (CMD_CondCase):
14623 fixed CondCase command
14625 fixed numeric return codes
14627 * fvwm/add_window.c (CMD_Recapture):
14628 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14630 * acinclude.m4 (smr_CHECK_LIB):
14631 disabled a destructing gnome_prefix logic again
14633 * fvwm/events.c (GetContext):
14634 * libs/Bindings.c (win_contexts):
14636 new contexts for individual parts of the window border
14638 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14641 disabled a destructing gnome_prefix logic
14644 replaced fribidi detection mechanism, now fribidi-config is used
14646 2002-02-26 olicha <olivier.chapuis@free.fr>
14648 * acconfig.h (HAVE_XFT):
14651 * libs/Fft.c (new file):
14652 * libs/Flocale.c (FlocaleLoadFont):
14653 (FlocaleUnloadFont):
14654 (FlocaleDrawString):
14655 (FlocaleTextWidth):
14656 (get_FlocaleFontSet):
14658 (get_FlocaleFontOrFontSet):
14660 * fvwm/Makefile.am:
14661 Added anti-alised font rendering using Xft. This is off by default.
14662 A font can now be given as a ";" separated list of either ","
14663 separated list of XFLD font name or Xft font name with "xft:" as
14665 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14666 See Flocale.h for details
14668 * fvwm/events.c (HandleExpose):
14669 * fvwm/menus.c (paint_item):
14670 Always clear the text area before drawing text with an Xft font
14672 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14674 * acinclude.m4 (smr_CHECK_LIB):
14675 fixed a bug with variable expansion and autoconf cache values
14677 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14679 * fvwm/menus.c (seek_submenu_instance):
14681 * fvwm/fvwm.c (InitVariables):
14682 some general menu clean up
14684 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14685 * fvwm/move_resize.h (resize_geometry_window):
14686 * fvwm/menus.c (animated_move_back):
14688 (ParentalMenuRePaint):
14689 Removed the global variables for parental relativity. Please *do not*
14690 use globals in menus.c or anywhere else. I'm trying to remove most
14691 globals in the long run.
14693 * libs/Graphics.c (do_relieve_rectangle):
14696 * fvwm/menus.c (MenuInteraction):
14697 fixed tearing off menus by selecting a tear off item with the keyboard
14699 * fvwm/menus.c (MenuInteraction):
14700 fixed menus not popping down sometimes
14702 * fvwm/functions.c (CMD_TearMenuOff):
14703 * fvwm/menus.c (AddToMenu):
14705 (warp_pointer_to_item):
14706 (get_selectable_item_index):
14707 (get_selectable_item_from_index):
14708 (get_selectable_item_from_section):
14711 (draw_tear_off_bar):
14712 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14713 New command "TearMenuOff" in menus. In a normal item, this tears off
14714 the menu when selected. If the item has no title, it is drawn as a
14715 dashed line too. Pressing button 2 over a title tears out the menu too.
14718 * fvwm/menus.c (make_menu_window):
14719 fixed problem w/ mapping menus, performance enhancement
14721 * fvwm/builtins.c (CMD_Destroy):
14725 * fvwm/functions.c (execute_function):
14726 (expand_extended_var):
14728 new variable cond.rc that returns the last return code of a conditinal
14731 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14733 * fvwm/conditional.c (CMD_Cond):
14737 * fvwm/functions.h:
14738 * fvwm/functions.c:
14739 new conditional commands Cond, CondCase and Break
14741 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14742 (ewmh_WMStateShaded):
14745 (ewmh_WMStateHidden):
14747 (ewmh_CloseWindow):
14748 (ewmh_ActiveWindow):
14749 (ewmh_DesktopGeometry):
14750 * fvwm/gnome.c (GNOME_HandlePropRequest):
14751 * fvwm/windowlist.c (CMD_WindowList):
14752 * fvwm/update.c (apply_window_updates):
14753 * fvwm/conditional.c (CMD_Pick):
14759 (CMD_PointerWindow):
14764 * fvwm/read.c (run_command_stream):
14765 * fvwm/fvwm.c (Done):
14769 * fvwm/module_interface.c (ExecuteModuleCommand):
14770 * fvwm/move_resize.c (handle_stick):
14771 * fvwm/add_window.c (AddWindow):
14772 * fvwm/events.c (HandleKeyPress):
14773 (HandleButtonPress):
14774 (HandleClientMessage):
14775 (HandleButtonRelease):
14776 (HandlePropertyNotify):
14777 * fvwm/builtins.c (CMD_DestroyDecor):
14780 * fvwm/functions.h (func_type):
14781 * fvwm/functions.c (old_execute_function):
14782 (execute_function):
14783 (execute_complex_function):
14785 * fvwm/fvwm.h (fvwm_cond_func_rc):
14786 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14788 * fvwm/ConfigFvwmDefaults:
14789 set some default styles for tear off menu windows
14791 * fvwm/menus.c (menuShortcuts):
14792 ignore actions that would normally close a menu if it's a tear off menu
14793 <Backspace> creates a tear off menu
14794 <Escape> closes a tear off menu
14796 * fvwm/builtins.c (CMD_Delete):
14799 * fvwm/menus.c (DestroyMenu):
14800 (make_menu_window):
14802 * fvwm/menus.h (MenuRootDynamic):
14803 Each menu window is created with a unique display to prevent fvwm from
14804 being killed when a tear off menu is destroyed. Of course this is
14805 inefficient, but still better than writing a menu module.
14807 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14810 autogenerate perllib/FVWM/Module/Makefile
14812 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14814 * fvwm/move_resize.c (moveLoop):
14815 fixed a problem with keyboard movement vs. EdgeResistance
14817 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14820 fixed problem with root bindings and xfishtank
14822 * fvwm/windowlist.c (CMD_WindowList):
14823 applied patch by to Darren Marshall to fix placement of window list on
14824 wrong xinerama screen
14826 * libs/Parse.c (GetSuffixedIntegerArguments):
14827 integer arguments that must not have a suffix but have one are ignored
14829 * fvwm/icons.c (DeIconify):
14831 applied patch by Markus Schwarzenberg to fix a rare problem with the
14832 is_map_pending flag, iconified icons and restart
14834 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14837 * fvwm/conditional.c (CMD_This):
14838 * fvwm/functions.c:
14839 * fvwm/functions.h:
14842 added new conditional command This
14844 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14848 added fribidi library detection
14850 2002-02-12 olicha <olivier.chapuis@free.fr>
14852 * libs/Flocale.h (FlocaleFont):
14853 * libs/Flocale.c (get_FlocaleFont):
14854 (get_FlocaleFontSet):
14855 Compute the ascent and descent of the FlocaleFont structure directly
14856 from the XFontSetExtents data in the case of a fontset
14857 Added max_char_width to the FlocaleFont structure
14859 * libs/Makefile.am (libfvwm_a_SOURCES):
14861 Removed libs/GetFont.c
14863 * fvwm/menus.c (FreeMenuStyle):
14866 (CMD_CopyMenuStyle):
14867 * fvwm/menus.h (MenuLook):
14868 Fixed default font handling font by using a new MenuLook flags
14871 * fvwm/menus.c (UpdateMenuStyle):
14872 Fixed default font update
14874 * fvwm/fvwm.c (SetRCDefaults):
14876 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14877 fvwm initialization
14879 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14882 added FvwmPerl/* file generation
14884 2002-02-11 olicha <olivier.chapuis@free.fr>
14888 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14891 Added more documentation and change the MB_FALLBACK_FONT to
14892 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14893 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14894 more consistent with the none multibyte case.
14896 2002-02-10 olicha <olivier.chapuis@free.fr>
14898 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14900 * fvwm/events.c (HandleUnmapNotify):
14901 (HandleReparentNotify):
14902 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14903 (ewmh_WMStateSticky):
14904 (ewmh_WMStateHidden):
14905 Restore various ewmh initial states when a window is unmapped or
14908 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14912 added support for new perllib directory
14914 2002-02-09 olicha <olivier.chapuis@free.fr>
14921 Rename I18N_MB to MULTIBYTE
14922 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14924 * libs/Flocale.c (*):
14926 New Font and Text API. A cache is used for fonts information. Font
14927 loading is more powerfull as both font or fontset can be loaded.
14928 See Flocale.h for details, more comments will be added soon.
14929 Fortunately, it seems that there are no more memory problems with
14930 --enable-multibyte!
14931 If COMPOUND_TEXT, then non XA_STRING text properties are converted
14932 with XmbTextPropertyToTextList
14934 * fvwm/events.c (HandlePropertyNotify):
14935 * fvwm/misc.c (NewFontAndColor):
14938 * fvwm/menus.c (FreeMenuStyle):
14940 (CMD_CopyMenuStyle):
14942 (calculate_item_sizes):
14943 (size_menu_horizontally):
14945 * fvwm/builtins.c (CMD_DefaultFont):
14946 (ApplyDefaultFontAndColors):
14947 * fvwm/add_window.c (destroy_icon_font):
14949 (destroy_window_font):
14950 (setup_window_font):
14951 (free_window_names):
14952 (setup_window_name):
14954 * fvwm/fvwm.h (FvwmWindow):
14955 * fvwm/move_resize.c (DisplayPosition):
14956 (resize_geometry_window):
14958 * fvwm/fvwm.c (InitVariables):
14959 * fvwm/icons.c (DrawIconWindow):
14960 (setup_icon_title_size):
14961 * fvwm/borders.c (RedrawTitle):
14962 (DrawMultiPixmapTitlebar):
14963 * fvwm/screen.h (ScreenInfo):
14964 Use the new Text and Font API
14966 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14968 * fvwm/module_interface.c (PositiveWrite):
14969 fixed core dump when a module died in the select of PositiveWrite()
14971 * fvwm/module_interface.c (initModules):
14973 (do_execute_module):
14975 (KillModuleByName):
14976 (CMD_SendToModule):
14978 * fvwm/modconf.c (ModuleConfig):
14979 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
14981 * fvwm/icons.c (GetXPMFile):
14982 suppress unnecessary error message for xmb icons
14984 * fvwm/misc.c (fvwm_msg):
14985 * fvwm/misc.h (enum):
14986 added new fvwm_msg type "OLD" for deprecated commands
14988 2002-02-07 Mikhael Goikhman <migo@homemail.com>
14991 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
14994 New section "Bug Reports".
14996 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14998 * fvwm/update.c (apply_window_updates):
14999 fixed propagation of window border and title colours to the modules
15001 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15003 * fvwm/menus.c (do_menu):
15004 fixed leaving tear off menus when something is selected with the mouse
15006 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15008 * fvwm/events.c (HandleEnterNotify):
15010 more work on tear off menus
15012 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15014 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15015 * fvwm/menus.c (menu_enter_tear_off_menu):
15020 properly calculate pointer position in tear off menus
15022 fixed active wait w/ poopup/popdown delays
15024 * fvwm/windowlist.c (CMD_WindowList):
15025 don't initialise some variables twice
15027 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15029 * fvwm/add_window.c (CaptureOneWindow):
15030 properly recapture tear off menus
15032 (IS_MESSAGE_IN_MASK):
15033 (is_message_selected):
15036 * fvwm/schedule.c (deschedule):
15038 * fvwm/events.c (My_XNextEvent):
15040 * fvwm/module_interface.c (ClosePipes):
15041 (CMD_ModuleSynchronous):
15043 performance enhancements; made macros out of simple functions
15045 * fvwm/builtins.c (CMD_WindowShade):
15046 don't redraw the decorations if window was not shaded or unshaded
15048 * fvwm/schedule.c (deschedule_obj_func):
15049 (execute_obj_func):
15050 fixed core dump when a scheduled command deschedules itself
15052 2002-01-31 olicha <olivier.chapuis@free.fr>
15057 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15060 * fvwm/move.c (moveLoop):
15061 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15063 * fvwm/session.c (get_version_string):
15064 switch from static to date-based version string
15067 remove --enable-kanji compatibility option
15071 fix warnings, gcc compains on having something after #endif
15073 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15075 * fvwm/builtins.c (CMD_Delete):
15078 don't crash fvwm when trying to close a tear off menu
15080 * fvwm/decorations.c (is_function_allowed):
15081 * fvwm/menus.c (menu_expose):
15083 * fvwm/events.c (HandleReparentNotify):
15084 (HandleUnmapNotify):
15085 * fvwm/add_window.c (AddWindow):
15087 * fvwm/fvwm.h (struct):
15088 * fvwm/add_window.c (CaptureAllWindows):
15089 (CaptureOneWindow):
15090 * fvwm/events.h (flush_property_notify):
15091 * fvwm/events.c (HandleMapRequestKeepRaised):
15092 started work on tear off menus
15094 * fvwm/fvwm.c (main):
15095 * fvwm/events.c (CMD_Sync):
15097 * fvwm/commands.h (CMD_Synchronize):
15098 * fvwm/functions.h (enum):
15099 * fvwm/functions.c (func_config):
15100 new commands XSync and XSynchronize for debugging
15102 * fvwm/conditional.c (CreateConditionMask):
15103 (MatchesConditionMask):
15104 * fvwm/builtins.c (CMD_State):
15105 * fvwm/fvwm.h (struct):
15106 * fvwm/functions.h:
15108 * fvwm/functions.c (func_config):
15109 new command "State"
15110 new condition "State"
15115 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15117 * fvwm/module_interface.c (AddToMessageQueue):
15119 (DeleteMessageQueueBuff):
15120 (FlushMessageQueue):
15121 * fvwm/events.c (My_XNextEvent):
15122 * fvwm/module_interface.c (AddToCommandQueue):
15123 (ExecuteCommandQueue):
15124 use code from queue.c
15129 * fvwm/events.c (My_XNextEvent):
15130 "Schedule 0" commands are executed before event handling
15131 moved some of the chedule code into a new queue library
15133 2002-01-30 olicha <olivier.chapuis@free.fr>
15135 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15137 2002-01-30 olicha <olivier.chapuis@free.fr>
15141 * libs/Makefile.am:
15142 * fvwm/fvwm.c (main):
15143 New libs files Flocale.c and Flocale.h with a function to set the
15144 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15145 also a function to get the charset (from ewmh_name.c) and which
15146 setlocale if this has not been done with the above function. This
15147 function is also called at fvwm2 startup
15149 * fvwm/ewmh_names.c (charset_to_utf8):
15151 Use the Fcharset variable and remove get_charset
15153 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15156 * libs/GetFont.c (GetFontSetOrFixed):
15157 Free the missing charset list as suggested by Alexander Kotelnikov.
15158 Report problems with missing charset only 5 times. Remove the
15159 STRICTLY_FIXED code
15161 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15164 a patch to config.status to generate scripts executable, may be handy;
15165 added generation of utils/fvwm24_convert
15167 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15170 * fvwm/functions.c (expand_extended_var):
15171 implemented $[schedule.last] and $[schedule.next] variables
15172 implemented new command "Deschedule"
15174 * fvwm/misc.c (get_server_time):
15177 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15179 * fvwm/misc.c (get_server_time):
15180 * fvwm/events.c (My_XNextEvent):
15181 * fvwm/icccm2.c (SetupICCCM2):
15182 * fvwm/functions.h:
15184 * fvwm/functions.c (func_config):
15186 implemented new command "Schedule"
15188 * fvwm/builtins.c (CMD_Exec):
15189 applied job control patch by Alexander Kotelnikov using the portable
15190 version of setpgrp()
15192 * libs/setpgrp.c (fvwm_setpgrp):
15193 * libs/setpgrp.h (fvwm_setpgrp):
15194 * libs/Makefile.am:
15196 added checks for setpgrp and setpgid
15198 2002-01-29 olicha <olivier.chapuis@free.fr>
15201 Better test for iconv second argumeny
15204 Use gnu libiconv in priority against the system iconv
15206 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15208 * fvwm/stack.c (RaiseOrLowerWindow):
15210 (collect_transients_recursive):
15211 * fvwm/icons.c (get_visible_icon_window_count):
15212 fixed stack ring corruption with icons that have either no picture or
15215 2002-01-28 olicha <olivier.chapuis@free.fr>
15217 * fvwm/ewmh_names.c (charset_to_utf8):
15219 (EWMH_SetVisibleName):
15221 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15222 set the ewmh visible (icon) name only if the fvwm visible name is
15223 different from the ICCCM (icon) window name, limit the number of
15224 conversions error messages to 10
15226 2002-01-28 olicha <olivier.chapuis@free.fr>
15228 * fvwm/functions.c (func_config):
15230 * fvwm/builtins.c (CMD_PropertyChange):
15231 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15234 * fvwm/module_interface.h:
15235 * fvwm/module_interface.c (BroadcastPropertyChange):
15236 * libs/Module.h (MX_PROPERTY_CHANGE):
15237 New module message MX_PROPERTY_CHANGE for all propose messages.
15239 * fvwm/events.c (HandlePropertyNotify):
15241 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15242 as argument when fvwm2 detects that the root background change
15243 Removed the ROOT_BG_CHANGE_STRING stuff
15245 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15247 * NEWS, configure.in:
15248 changed version to 2.5.1
15250 * fvwm/misc.c (get_pointer_fvwm_window):
15252 * fvwm/functions.c (func_config):
15253 * fvwm/conditional.c (CreateConditionMask):
15254 (MatchesConditionMask):
15255 (CMD_PointerWindow):
15256 (CreateConditionMask):
15258 * fvwm/fvwm.h (WindowConditionMask):
15259 new conditions focused, !focused, haspointer, !haspointer
15260 new command PointerWindow that works like Current but on the window
15261 that currently contains the pointer
15262 new command Any which works like None but inverts the condition
15263 fixed parsing of conditions with more than one comma
15265 * fvwm/module_interface.h:
15266 * fvwm/module_interface.c (do_execute_module):
15268 * libs/Module.h (MAX_XMSG_MASK):
15269 fixed default message mask for modules
15271 * fvwm/update.c (flush_window_updates):
15272 * fvwm/virtual.c (UnmapDesk):
15274 (do_move_window_to_desk):
15275 * fvwm/icons.c (DeIconify):
15277 * fvwm/events.c (HandlePropertyNotify):
15278 (HandleMapRequestKeepRaised):
15280 (HandleButtonPress):
15281 (HandleEnterNotify):
15282 (HandleLeaveNotify):
15283 * fvwm/focus.c (DoSetFocus):
15286 (ReturnFocusWindow):
15288 (ForceDeleteFocus):
15290 (restore_focus_after_unmap):
15291 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15292 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15293 the flush_window_updates() function.
15295 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15297 * fvwm/placement.c (PlaceWindow):
15298 minor performance enhancement
15300 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15303 * fvwm/menus.c (MenuInteraction):
15304 (pointer_in_active_item_area):
15305 (pointer_in_passive_item_area):
15306 new menu style PopupActiveArea
15308 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15310 * fvwm/move_resize.c (CMD_ResizeMaximize):
15311 (CMD_ResizeMoveMaximize):
15312 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15314 2002-01-21 olicha <olivier.chapuis@free.fr>
15317 s/Penalities/Penalties/g
15319 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15321 * fvwm/events.c (HandleLeaveNotify):
15322 (HandleEnterNotify):
15323 * fvwm/modconf.c (ModuleConfig):
15324 * fvwm/update.c (apply_window_updates):
15325 * fvwm/module_interface.c (BroadcastWindowIconNames):
15326 (CMD_Send_WindowList):
15328 (do_execute_module):
15330 (CMD_set_nograb_mask):
15331 (CMD_set_sync_mask):
15333 (set_mseggage_mask):
15334 (is_message_in_mask):
15335 (is_message_selected):
15337 rewrote message interface to allow more than 32 messages with minimal
15338 changes in the existing interfaces.
15339 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15342 * fvwm/style.c (parse_and_set_window_style):
15343 * fvwm/fvwm.h (struct):
15344 * fvwm/events.c (HandleButtonPress):
15345 implemented new styles MouseFocusClickIgnoreMotion and
15346 MouseFocusClickIgnoreMotionOff
15348 * fvwm/focus.c (focus_grab_buttons):
15349 fixed button mask for > 5 buttons
15351 2002-01-19 olicha <olivier.chapuis@free.fr>
15353 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15354 Save and restore the icon_pixmap_w and add comments
15356 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15358 * fvwm/events.c (HandleEnterNotify):
15359 fixed EnterNotify events for icons
15361 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15364 * fvwm/stack.c (overlap_box):
15366 * fvwm/icons.c (clear_icon):
15367 * fvwm/add_window.c (destroy_icon):
15368 * fvwm/fvwm.h (FvwmWindow):
15369 * fvwm/geometry.c (get_window_borders):
15370 (get_client_geometry):
15371 * libs/fvwmrect.h (struct):
15372 * fvwm/functions.c (expand_extended_var):
15373 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15374 return the geometry of the client window
15375 implemented new extended variables it.x, it.y, it.width, it.height that
15376 return the geometry of the icon title
15377 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15378 return the geometry of the icon picture
15379 implemented new extended variables i.x, i.y, i.width, i.height that
15380 return the geometry of the whole icon
15381 fixed $[w.height] when the window is shaded
15382 cleaned up icon geometry code
15384 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15387 * fvwm/functions.c:
15388 * fvwm/functions.h:
15389 * fvwm/move_resize.c (unmaximize_fvwm_window):
15390 (maximize_fvwm_window):
15392 (CMD_ResizeMaximize):
15396 (resize_move_window):
15397 (CMD_ResizeMoveMaximize):
15398 New command ResizeMaximize. Works like Resize, but modifies the
15399 maximized size of the window, not the normal size.
15400 New command ResizeMoveMaximize that works similarly.
15401 (resize_move_window):
15402 fixed ResizeMove command
15404 * fvwm/functions.c (expand):
15405 fixed core dump when using something like $[$v] in a command
15407 2002-01-17 olicha <olivier.chapuis@free.fr>
15409 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15410 * fvwm/events.c (HandlePropertyNotify):
15411 * fvwm/fvwm.c (InternUsefulAtoms):
15413 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15414 that the root background has changed. This uses the _XSETROOT_ID
15415 and XROOTPMAP_ID properties
15417 * fvwm/ewmh.c (atom_get):
15420 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15422 * fvwm/update.c (flush_window_updates):
15423 fixed unnecessary window style updates
15425 * fvwm/style.c (parse_and_set_window_style):
15426 * fvwm/add_window.c (RestoreWithdrawnLocation):
15428 (setup_frame_attributes):
15429 * fvwm/fvwm.h (FvwmWindow):
15430 Fvwm does no longer disable backing store on all of its windows. This
15431 cause too many problems with some applications, e.g. rdist. Introduced
15432 the new style BackingStoreWindowDefault that tells fvwm not to modify
15433 the backing store attribute on the client window - which now is the
15436 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15439 * fvwm/functions.c (func_config):
15440 * libs/Module.c (SetMessageMask2):
15445 fixed building with libstroke-0.5.1 on Solaris8
15447 * fvwm/stack.c (new_layer):
15448 * fvwm/borders.c (DrawButton):
15451 * fvwm/builtins.c (SetLayerButtonFlag):
15453 * fvwm/screen.h (struct):
15454 Applied the layer button patch by Richard Curnow with a few
15457 * fvwm/icons.c (GetIconBitmap):
15459 Ignore client icons that have the wrong depth
15461 * fvwm/events.c (HandleEnterNotify):
15462 Tried to fix focusing problem w/ unclutter.
15464 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15466 * fvwm/functions.c (CheckActionType):
15469 * fvwm/menus.c (paint_item):
15470 * fvwm/misc.c (is_function_allowed):
15471 * fvwm/move_resize.c (is_move_allowed):
15472 (is_resize_allowed):
15473 (is_maximize_allowed):
15474 * fvwm/decorations.c (check_if_function_allowed):
15475 combined all these functions into a new one
15476 use this function everywhere
15477 use the Fixed... styles to decide if a menu item is greyed or not
15479 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15481 * fvwm/events.c (HandleExpose):
15482 eat up expose events even if the server claims that the expose count is
15483 zero; fixes a problem with many redraws of windows that are uncovered
15484 by shading a window above them
15486 2002-01-10 olicha <olivier.chapuis@free.fr>
15488 * fvwm/focus.c (DoSetFocus):
15489 * fvwm/move_resize.c (CMD_Maximize):
15494 * fvwm/icons.c (DeIconify):
15497 * fvwm/gnome.c (GNOME_HandlePropRequest):
15498 * fvwm/ewmh_names.c (EWMH_WMName):
15499 * fvwm/events.c (HandleFocusIn):
15500 (HandlePropertyNotify):
15502 (HandleButtonPress):
15503 (HandleLeaveNotify):
15505 * fvwm/builtins.c (CMD_UpdateDecor):
15507 * fvwm/borders.c (draw_clipped_decorations):
15509 (RedrawDecorations):
15511 Added a new argument to DrawDecoration similar to draw_window_parts,
15512 which indicate which part of the decor should be cleared. At present
15513 time only CLEAR_FRAME is taken in account and this is used in
15514 ShadeWindow to draw the decoration without flickering. This argument
15515 may be used in the future to reduce opaque resizing flickering
15517 * fvwm/builtins.c (CMD_WindowShade):
15518 Draw the decoration during unshading a window
15520 * fvwm/menus.c (ParentalMenuRePaint):
15521 Fixed transparent animated menu again
15526 2002-01-09 olicha <olivier.chapuis@free.fr>
15528 * fvwm/style.c (CMD_Style):
15529 free all the elements of the ptmpstyle before freeing it
15531 * fvwm/menus.c (ParentalMenuRePaint):
15532 Fixed transparent animated menu with HilightBackOff
15534 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15536 * fvwm/style.c (merge_styles):
15537 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15538 in the copied style
15540 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15542 * fvwm/modconf.c (send_ignore_modifiers):
15543 (send_move_threshold):
15546 (send_color_limit):
15548 (send_desktop_geometry):
15549 (CMD_Send_ConfigInfo):
15550 moved code into new functions
15552 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15553 moved to defaults.h
15555 * fvwm/bindings.c (CMD_IgnoreModifiers):
15556 * fvwm/module_interface.c (broadcast_xinerama_state):
15557 * fvwm/modconf.c (send_ignore_modifiers):
15558 broadcast IgnoreModifiers to modules
15560 * fvwm/bindings.c (CMD_IgnoreModifiers):
15561 fixed IgnoreModifiers command without arguments
15563 corrected documentation of IgnoreModifiers command
15565 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15567 * fvwm/add_window.c:
15572 * fvwm/move_resize.c:
15575 * fvwm/module_interface.c:
15577 * fvwm/placement.c:
15580 * fvwm/fvwm.h (FvwmWindow):
15581 remnamed icon_w member to icon_title_w
15583 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15585 * fvwm/icons.c (RedoIconName):
15586 fixed sizing of icon title for icons without a pixmap
15588 (CreateIconWindow):
15590 (CreateIconWindow):
15591 rewrote icon title layout and moved the constants to defaults.h
15593 * fvwm/menus.c (menuShortcuts):
15594 (handle_emacs_bindings):
15595 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15597 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15599 * fvwm/fvwm2.1: Language checks done.
15600 .IR command not in column 1 fixed.
15602 2002-01-04 olicha <olivier.chapuis@free.fr>
15604 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15605 (AnimatedMoveOfWindow):
15606 (AnimatedMoveFvwmWindow):
15607 (move_window_doit):
15608 * fvwm/menus.c (ParentalMenuRePaint):
15609 (animated_move_back):
15611 Fixed transparent animated menu
15613 2002-01-03 olicha <olivier.chapuis@free.fr>
15615 * fvwm/move_resize.c (is_resize_allowed):
15617 Do not check if moveing/resizeing is MWM allowed for a no user request
15618 This fix for example FvwmWinList with MwmFunctions & NoOverride
15620 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15621 * fvwm/move_resize.c (is_move_allowed):
15622 Allowed moving if tmp_win is null and check if move is allowed and
15623 not resize in AnimatedMoveAnyWindow. This fix animated menu
15625 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15627 (ewmh_AllowsResize):
15628 Check as a user request
15631 * fvwm/move_resize.c (CMD_Maximize):
15634 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15635 to ignore the windows with a layer less or equal to the layer of
15636 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15637 Reorder a bit the Maximize documentation
15640 * fvwm/functions.c (expand_extended_var):
15641 New variables $[desk.name<n>] to get the desktop names
15643 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15645 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15646 Read with full path.
15648 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15651 * fvwm/misc.c (GrabEm):
15652 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15654 * fvwm/events.c (HandleUnmapNotify):
15655 (HandleMapRequestKeepRaised):
15656 (check_map_request):
15657 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15659 * fvwm/add_window.c (FetchWmProtocols):
15661 * fvwm/fvwm.h (FvwmWindow):
15662 * fvwm/events.c (HandleEnterNotify):
15663 (HandlePropertyNotify):
15664 * fvwm/focus.c (refresh_focus):
15666 fixed focus problems with netscape and ddd
15668 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15670 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15671 * libs/Pointer.c (GetLocationFromEventOrQuery):
15672 * fvwm/virtual.c (HandlePaging):
15673 * fvwm/move_resize.c (GetOnePositionArgument):
15675 (AnimatedMoveAnyWindow):
15678 * fvwm/module_interface.c (ExecuteModuleCommand):
15679 * fvwm/menus.c (do_menu):
15682 (get_menu_options):
15683 * fvwm/functions.c (execute_complex_function):
15684 * fvwm/events.c (HandleClientMessage):
15685 (WaitForButtonsUp):
15686 * fvwm/conditional.c (CMD_Direction):
15687 * fvwm/builtins.c (CMD_CursorMove):
15690 handle return code of XQueryPointer everywhere; necessary for dual head
15692 * fvwm/misc.c (GrabEm):
15693 Pointer was warped to other screen with a dual head setup
15695 2001-12-31 olicha <olivier.chapuis@free.fr>
15697 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15698 Removed some code which try to raise ewmh modal window over
15699 its transientfor window; this seems not possible without a new style
15700 or a bad hack in stack.c
15702 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15704 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15705 fallback to fixed font so it shows the right font for I18N.
15707 2001-12-30 olicha <olivier.chapuis@free.fr>
15709 * fvwm/window_flags.h:
15710 * fvwm/session.c (MatchWinToSM):
15711 (LoadWindowStates):
15712 (SaveWindowStates):
15713 (get_version_string):
15714 * fvwm/move_resize.c (CMD_Maximize):
15716 * fvwm/icons.c (CMD_Iconify):
15717 * fvwm/ewmh.c (EWMH_SetWMState):
15720 (EWMH_SetAllowedActions):
15723 * fvwm/ewmh_intern.h:
15724 * fvwm/ewmh_events.c (ewmh_WMState*):
15725 * fvwm/builtins.c (CMD_WindowShade):
15726 * fvwm/stack.c (new_layer):
15727 * fvwm/update.c (apply_window_updates):
15728 * fvwm/update.h (struct):
15729 * fvwm/add_window.c (setup_window_structure):
15730 (setup_window_name):
15732 * fvwm/style.c (check_window_style_change):
15733 The skip list and modal ewmh window states are now updated after
15734 an use/ignore ewmh state style changes. The other ewmh states are
15735 starting state only. All the initial ewmh states are keep in memory
15738 * fvwm/ewmh.c (EWMH_Handle*):
15740 Set the ewmh_window_type to an int (and not the corresponding atom)
15741 accordingly to the window type
15743 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15744 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15747 * fvwm/ewmh.c (EWMH_GetStyle):
15748 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15749 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15752 * libs/vpacket.h (ConfigWinPacket):
15753 * fvwm/module_interface.c (CONFIGARGSNEW):
15756 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15757 cfgpacket for FvwmIdent
15759 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15761 * fvwm/move_resize.c (resize_geometry_window):
15762 fixed wrong size calculation of geometry window
15764 2001-12-19 olicha <olivier.chapuis@free.fr>
15766 * fvwm/ewmh_names.c (convert_charsets):
15767 More precise error messages
15770 A few formatting fixes
15772 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15774 * fvwm/gnome.c (GNOME_SetHints):
15775 fixed window getting frozen into position upon a recapture or restart
15777 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15779 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15781 2001-12-17 olicha <olivier.chapuis@free.fr>
15784 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15786 * fvwm/ewmh.c (delete_kst_item):
15787 (set_kde_sys_tray):
15788 (EWMH_IsKdeSysTrayWindow):
15789 (EWMH_ManageKdeSysTray):
15790 * fvwm/events.c (HandleReparentNotify):
15791 Fixed reparenting management of kde system tray windows and
15792 added some off debugging code
15794 * fvwm/virtual.c (CMD_DesktopName):
15795 Removed some debugging code
15797 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15799 * fvwm/fvwm.h (struct):
15800 * fvwm/window_flags.h (IS_FIXED_PPOS):
15801 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15802 * fvwm/style.c (parse_and_set_window_style):
15803 (check_window_style_change):
15804 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15805 FixedUSSize, FixedPSize and Variable PPosition, ...
15807 * fvwm/events.c (HandleConfigureRequest):
15808 * fvwm/ewmh.c (ewmh_AllowsResize):
15809 (is_resize_allowed):
15812 * fvwm/gnome.c (GNOME_SetHints):
15813 (AnimatedMoveAnyWindow):
15816 * fvwm/move_resize.c (is_move_allowed):
15817 (is_resize_allowed):
15818 (is_maximize_allowed):
15819 new functions to clean up some code
15821 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15823 * fvwm/fvwm2.1: Doc fixups.
15825 2001-12-15 olicha <olivier.chapuis@free.fr>
15827 * fvwm/builtins (CMD_BugOpts):
15829 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15830 * fvwm/ewmh_events.c (ewmh_StateHidden):
15831 * fvwm/fvwm.c (InitVariables):
15833 * fvwm/icons.c (CMD_Iconify):
15835 * fvwm/virtual.c (unmap_window):
15837 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15838 to fix the IconicState problems in vitrual.c. New BugOpts
15839 EWMHIconicStateWorkaround for supporting current KDE versions
15841 * fvwm/events.c (HandlePropertyNotify):
15842 * fvwm/ewmh.c (ewmh_AllowsYes):
15844 (ewmh_AllowsClose):
15845 (ewmh_AllowsMaximize):
15847 (ewmh_AllowsResize):
15848 (EWMH_SetAllowedActions):
15850 * fvwm/style.c (check_window_style_change):
15851 * fvwm/update.c (apply_window_updates):
15853 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15855 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15857 * fvwm/borders.c (RedrawTitle):
15858 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15859 fixed 'stick' lines with long titles
15861 2001-12-11 olicha <olivier.chapuis@free.fr>
15865 * fvwm/ewmh.c (ewmh_SetWorkArea):
15867 (ewmh_ComputeAndSetWorkArea):
15868 (ewmh_HandleDynamicWorkArea):
15869 (EWMH_GetWorkAreaIntersection):
15870 (EWMH_GetStrutIntersection):
15871 (get_intersection):
15872 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15875 * fvwm/fvwm.c (InitVariables):
15877 * fvwm/modconf.c (send_desktop_names):
15878 (CMD_Send_ConfigInfo):
15879 * fvwm/placement.c (get_next_x):
15882 * fvwm/virtual.c (CMD_DesktopName):
15885 New command "DesktopName desk name" to define desktops names for
15886 the FvwmPager, the WindowList and ewmh compliant pagers.
15887 Desktops information (desk, desk name, working areas) is stored in a
15888 new list sub structure of Scr, DesktopsInfo. The head of the list
15889 contains generic information for desks that are not in the list.
15891 * fvwm/windowlist.c (get_desk_title):
15895 New window list options NoDeskNum, NoCurrentDeskTitle,
15896 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15897 the NoGeometry and NoGeometryInfo options.
15900 * fvwm/ewmh_names.c:
15901 * fvwm/ewmh_icons.c:
15902 Added some static declarations
15904 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15905 It seems that UTF8 names should not be terminated by a 0
15907 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15908 Set the stacking list in the good orders
15910 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15913 * fvwm/functions.c:
15917 removed all MULTISTYLE ifdefs
15919 * fvwm/borders.c (RedrawTitle):
15920 fixed title drawing into relief
15922 2001-12-08 olicha <olivier.chapuis@free.fr>
15929 * fvwm/window_flags.h:
15931 s/extended_window_name/indexed_window_name/i
15932 s/extended_icon_name/indexed_icon_name/i
15933 s/do_update_window_name/do_update_visible_window_name/
15934 s/do_update_icon_name/do_update_visible_icon_name/
15936 * fvwm/style.c (CMD_Style):
15938 (parse_and_set_window_style):
15939 Split CMD_Style into CMD_Style and parse_and_set_window_style
15941 2001-12-06 olicha <olivier.chapuis@free.fr>
15943 * fvwm/add_window.c (setup_window_name_count):
15944 (setup_icon_name_count):
15945 Better determination of the window and icon names index
15947 * fvwm/add_window.c (AddWindow):
15949 * fvwm/events.c (HandlePropertyNotify):
15950 * fvwm/ewmh_names.c (EWMH_WMName):
15952 * fvwm/module_interface.c (BroadcastWindowIconNames):
15953 * fvwm/module_interface.h:
15954 (CMD_Send_WindowList):
15956 (CMD_set_sync_mask):
15957 (CMD_set_nograb_mask):
15958 * fvwm/update.c (apply_window_updates):
15960 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15961 which are send to modules with BroadcastWindowIconNames.
15962 The set mask cmds use unsigned long mask and not int mask!
15964 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15968 EWMH without iconv compile fix by Hippo
15970 2001-12-05 olicha <olivier.chapuis@free.fr>
15972 * fvwm/add_window.c:
15975 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
15976 * fvwm/ewmh_events.c:
15979 * fvwm/move_resize.c (CMD_Maximize):
15980 * fvwm/placement.c (test_fit):
15982 * fvwm/session.c (SaveWindowStates):
15983 * fvwm/style.c (merge_styles):
15985 (check_window_style_change):
15986 * fvwm/update.c (apply_window_updates):
15988 * fvwm/window_flags.h:
15990 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
15991 EWMHMaximizeUseDynamicWorkingArea,
15992 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
15993 EWMHPlacementUseDynamicWorkingArea,
15994 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
15995 EWMHIgnoreStateHints / EWMHUseStateHints,
15996 EWMHIgnoreStrutHints / EWMHUseStrutHints
15998 * fvwm/ConfigFvwmDefaults:
15999 Use EWMHPlacementUseDynamicWorkingArea,
16000 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16003 * fvwm/add_window.c (setup_placement_penalty):
16004 * fvwm/add_window.h:
16005 (setup_placement_penalty):
16008 * fvwm/placement.c (get_next_x):
16009 * fvwm/placement.h:
16012 * fvwm/style.c (CMD_Style):
16014 (check_window_style_change):
16015 * fvwm/update.c (apply_window_updates):
16017 * fvwm/window_flags.h:
16019 New styles PlacementOverlapPenalties and
16020 PlacementOverlapPercentPenalties
16023 * fvwm/add_window.c (setup_window_name_count):
16024 * fvwm/add_window.h:
16025 (setup_icon_name_count):
16026 (setup_visible_name):
16027 (setup_window_name):
16028 (free_window_names):
16030 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16032 * fvwm/events.c (HandlePropertyNotify):
16033 * fvwm/ewmh_names.c (EWMH_*):
16035 * fvwm/icons.c (CreateIconWindow):
16040 * fvwm/session.c (MatchWinToSM):
16041 * fvwm/style.c (CMD_Style):
16043 (check_window_style_change):
16044 * fvwm/update.c (apply_window_updates):
16046 * fvwm/window_flags.h:
16047 New styles ExtendedWindowName / SimpleWindowName and
16048 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16050 * fvwm/builtins.c (ReadMultiPixmapDecor):
16056 * session.c (get_version_string):
16059 * fvwm/stack.c (new_layer):
16061 Fixed ewmh wm state
16063 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16064 Fixed creation of the ewmh icon in the case of the window is iconified
16066 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16068 * fvwm/placement.c (PlaceWindow):
16069 fixed manual placement on Xinerama screens other than the one with the
16070 top left corner of the total screen
16072 2001-11-27 olicha <olivier.chapuis@free.fr>
16078 Check for the second argument of iconv
16081 Added -Wall to CFLAGS if cc is gcc
16083 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16087 s/extanded/extended/
16089 2001-11-26 olicha <olivier.chapuis@free.fr>
16091 * fvwm/Makefile.am:
16092 Fixed (?) iconv_LIBS
16094 2001-11-26 olicha <olivier.chapuis@free.fr>
16096 * fvwm/functions.c (expand):
16097 Fixed n, c, r expansion
16099 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16101 * fvwm/fvwm2.1: Clean up ewmh stuff.
16103 2001-11-24 olicha <olivier.chapuis@free.fr>
16105 * fvwm/ewmh_internal.h:
16107 Removed a non standard macro
16109 2001-11-24 olicha <olivier.chapuis@free.fr>
16112 Documented the previous ewmh style in a new Style subsection
16114 * fvwm/functions.c (expand):
16115 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16117 2001-11-24 olicha <olivier.chapuis@free.fr>
16119 * fvwm/add_window (setup_icon):
16120 (setup_window_structure):
16121 * fvwm/events.c (HandlePropertyNotify):
16123 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16124 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16125 (EWMH_DoUpdateWmIcon):
16126 (ewmh_SetWmIconFromPixmap):
16127 (EWMH_DeleteWmIcon):
16128 (EWMH_SetIconFromWMIcon):
16129 * fvwm/ewmh_intern.h:
16131 * fvwm/icons.c (GetIcon):
16132 * fvwm/session.c (get_version_string):
16133 * fvwm/style.c (CMD_Style):
16135 (check_window_style_change)
16136 * fvwm/update.c (apply_window_updates):
16138 * fvwm/window_flags.h:
16139 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16140 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16141 EWMHDonateIcon / EWMHDontDonateIcon,
16142 Some ewmh icon code simplification.
16143 Ewmh icons priority: just after icon window.
16145 * fvwm/ewmh.c (EWMH_ExitStuff):
16147 * fvwm/session.c (SaveWindowStates):
16148 (LoadWindowStates):
16150 * fvwm/fvwm.c (Done):
16151 Delete the ewmh icons we set ourself. Some ewmh session states do not
16152 need to be saved/restored anymore
16154 2001-11-23 olicha <olivier.chapuis@free.fr>
16156 * fvwm/ewmh_names.c (convert_charsets):
16157 Fixed infinite loop
16159 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16161 * fvwm/ewmh_names.c (convert_charsets):
16162 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16163 man page states on Linux
16164 replaced goto with a loop
16166 2001-11-22 olicha <olivier.chapuis@free.fr>
16168 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16171 * fvwm/ewmh_events.c:
16172 Fixed some styles update
16174 * fvwm/ewmh_conf.c:
16175 * fvwm/function.c (func_config):
16179 * fvwm/ewmh_events.c:
16180 * fvwm/ewmh_intern.h:
16181 * fvwm/Makefile.am:
16183 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16184 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16186 * fvwm/add_window.c:
16189 * fvwm/functions.c:
16190 * fvwm/ewmh.c (EWMH_Init):
16192 * fvwm/fvwm.c (InitVariables):
16199 * fvwm/window_flags.c:
16206 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16207 are maybe problematic) and those in the ewmh* files to allow
16208 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16209 should be dummy. --enable-ewmh is now the default.
16211 2001-11-20 olicha <olivier.chapuis@free.fr>
16213 * fvwm/icons.c (GetIcon):
16214 * fvwm/add_window.c (setup_icon):
16215 Fixed icons order choice and other minor bugs
16217 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16218 Fixed a core dump if there is no MiniIcon
16220 2001-11-18 olicha <olivier.chapuis@free.fr>
16222 * fvwm/ewmh.c (add_kst_item):
16224 (ewmh_AddToKdeSysTray):
16225 (EWMH_IsKdeSysTrayWindow):
16226 (EWMH_ManageKdeSysTray):
16228 fvwm/ewmh_intern.h:
16229 * fvwm/events.c (HandleDestroyNotify):
16230 (HandleMapRequest):
16231 (HandleUnmapNotify):
16232 Fixed the KDE system tray implementation
16234 2001-11-16 olicha <olivier.chapuis@free.fr>
16238 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16240 2001-11-15 olicha <olivier.chapuis@free.fr>
16242 * fvwm/ewmh.c (EWMH_DestroyWindow):
16244 (EWMH_WindowDestroyed):
16245 * fvwm/events.c (HandleReparentNotify):
16246 (HandleDestroyNotify):
16247 (HandleUnmapNotify):
16248 * fvwm/add_window.c (destroy_window):
16249 Fixed the ewmh windows lists
16251 2001-11-15 olicha <olivier.chapuis@free.fr>
16253 * fvwm/Makefile.am:
16256 * fvwm/ewmh_intern.h:
16257 * fvwm/ewmh_events.c:
16258 * fvwm/ewmh_icons.c:
16259 * fvwm/ewmh_names.c:
16262 New files to achieve the extended WM hints support, off by
16263 default. This code is ifdefed a la gnome.c.
16264 This is work in progess (need to do so that every things are
16268 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16269 New configure option --enable-ewmh. Added tests for iconv and
16270 nl_langinfo for UTF8 conversions.
16272 * fvwm/add_window.c (AddWindow):
16273 (CaptureOneWindow):
16275 (setup_window_name):
16277 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16278 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16279 SET_HAS_EWMH_ICON, EWMH_WMIconName
16281 * fvwm/add_window.c (setup_window_structure):
16282 * fvwm/fvwm.h (FvwmWindow):
16284 * fvwm/window_flags.h:
16285 * fvwm/session.c (get_version_string):
16286 (SaveWindowStates):
16287 (LoadWindowStates):
16288 Added some entries in FvwmWindow and some flags (more will be
16289 added). Some of these states need to be saved at restart and
16290 at recapture. This code is ifdefed, may be it should not: I was
16291 forced to ifdef the version string in get_version_string.
16293 * libs/Bindings.c (win_contexts):
16295 * fvwm/events.c (GetContext):
16296 * fvwm/bindings.c (ParseBinding):
16297 (activate_binding):
16298 * fvwm/functions.c (expand_extended_var):
16300 (execute_function):
16302 * fvwm/screen.h (Scr):
16303 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16304 (kdesktop or Nautilus desktop). This context is something between
16305 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16307 * fvwm/bindings.c (activate_binding):
16308 Fixed immediate application of mouse/stroke bindings
16311 * fvwm/borders.c (RedrawDecorations):
16312 * fvwm/update.c (apply_window_updates):
16313 New function RedrawDecorations taken from apply_window_updates
16314 and called in ewmh_icons.c and update.c
16316 * fvwm/bultins.c (CMD_WindowShade):
16319 * fvwm/events.c (HandleFocusIn):
16320 (HandlePropertyNotify):
16321 (HandleClientMessage):
16322 (HandleMapRequestKeepRaised):
16323 (HandleUnmapNotify):
16324 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16325 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16328 * fvwm/icons.c (GetIcon):
16330 (CreateIconWindow):
16331 (ChangeIconPixmap):
16332 * fvwm/events.c (HandlePropertyNotify):
16333 New function GetIcon taken from CreateIconWindow which choose
16334 the icon, there is a new case for EWMH icons. New function
16335 ChangeIconPixmap taken from events.c.
16336 The two new functions are called from ewmh_icon.c (and icons.c).
16338 * fvwm/move_resize.c (handle_stick):
16341 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16344 * libs/Picture.c (LoadPictureFromPixmap):
16345 (CachePictureFromPixmap):
16346 New functions for loading a picture from a pixmap. Nothing is cached
16347 but this simplify the MiniIcon code.
16349 * fvwm/placement.c (PlaceWindow):
16350 EWMH_GetWorkAreaIntersection
16352 * fvwm/screen.h (Scr):
16353 Added the working area, the dynamic working area and the ewmh
16356 * fvwm/stack.c (restack_windows):
16358 EWMH_SetClientListStacking, EWMH_SetWMState
16360 * fvwm/style.c (check_window_style_change):
16361 * fvwm/update.c (apply_window_updates):
16363 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16364 This code is ifdefed.
16366 * fvwm/style.c (lookup_style):
16369 * fvwm/virctual.c (goto_desk):
16370 (CMD_GotoDeskAndPage):
16371 (do_move_window_to_desk):
16372 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16374 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16376 * fvwm/update.c (apply_window_updates):
16377 * fvwm/gnome.c (GNOME_GetStyle):
16378 * fvwm/style.c (lookup_style):
16379 (check_window_style_change):
16380 * fvwm/add_window.c (setup_style_and_decor):
16381 fixed GnomeIgnoreHints style for some of the gnome hints
16383 * fvwm/fvwm.c (StartupStuff):
16384 Tried to fix font size problem
16386 * fvwm/placement.c (PlaceWindow):
16387 suppress an X error
16389 * fvwm/move_resize.c (moveLoop):
16390 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16391 * fvwm/misc.c (Keyboard_shortcuts):
16392 modified keyboard shortcut functions so that it is possible to move
16393 windows with the keyboard even if the border is hit. does not work
16394 very nicely with paging
16396 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16397 performance enhancement
16399 * fvwm/events.c (HandleButtonPress):
16400 fixed (?) some problem with passing the raise click in ctf to the app
16402 * fvwm/add_window.c (Reborder):
16403 * fvwm/virtual.c (MoveViewport):
16406 * fvwm/session.c (SaveWindowStates):
16407 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16408 don't access stack_next and stack_prev directly but use the access
16409 functions from stack.h
16411 * fvwm/stack.c (remove_window_from_stack_ring):
16412 (add_window_to_stack_ring_after):
16415 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16417 when a window becomes scheduled for destruction, remove all traces of it
16418 from the fvwm internal variable so its not accessed accidentally when
16419 its fields are no longer valid
16421 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16424 fixed compilation of I18N_MB
16426 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16436 exclude the TitleStyle MultiPixmap feature (only) before forking
16438 and restore it after that
16442 change version string to 2.5.0
16445 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16446 added a link to the stable version 2.4.4 (not released yet)
16448 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16452 change version string to 2.4.4 before forking
16454 * make_fvwmdist.sh:
16455 strip end of line from date (adjust for a new length)
16457 2001-10-29 olicha <olivier.chapuis@free.fr>
16459 * fvwm/screen.h (DecorFaceStyle):
16460 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16461 so that Solid colors work again
16463 2001-10-28 olicha <olivier.chapuis@free.fr>
16465 * fvwm/module_interface.c (skipModuleAliasToken):
16466 Allows '/' as alias character
16471 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16476 added --disable-multipixmap-titles for the Suzanne's patch,
16477 the default is enable
16480 some formatting fixes in TitleStyle entry
16482 2001-10-27 Suzanne Britton <tril@igs.net>
16484 * config.h.in: Added FANCY_TITLEBARS option, off by default
16487 Added info on TitleStyle MultiPixmap
16490 [All changes #ifdeffed FANCY_TITLEBARS]
16491 Added TITLE_PADDING define for fancy titlebar rendering
16492 Added tb_pixmap_enum
16493 Added MultiPixmap to DecorFaceType enum
16494 Added Picture **multi_pixmaps and short multi_stretch_flags
16495 to DecorFace structure
16498 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16499 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16500 (RenderIntoWindow): [new]
16501 (DrawMultiPixmapTitlebar): [new]
16502 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16503 instead of always sending 1
16505 Call DrawFancyTitlebar for MultiPixmap style
16506 Skip DrawString calls for MultiPixmap style (title is drawn inside
16507 DrawMultiPixmapTitlebar)
16510 [All changes #ifdeffed FANCY_TITLEBARS]
16511 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16512 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16513 (ReadMultiPixmapDecor): [new]
16515 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16517 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16518 buttons can activate on press or release, special pointer during grab,
16519 arrow key command recall.
16521 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16523 * fvwm/bindings.c (ParseBinding):
16526 binding commands now do not print error messages with Silent
16528 * fvwm/ConfigFvwmDefaults:
16530 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16531 use Silent before Key Help
16533 * fvwm/add_window.c:
16534 changed the broken size hints message to notify the owner
16536 * docs/fvwm.lsm.in:
16539 2001-10-19 olicha <olivier.chapuis@free.fr>
16542 Some FvwmScript news
16544 2001-10-16 olicha <olivier.chapuis@free.fr>
16547 Some FvwmScript news
16549 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16551 * fvwm/bindings.c (activate_binding):
16552 * libs/Bindings.c (GrabWindowKeyOrButton):
16553 activate mouse/stroke bindings immediately
16555 * fvwm/events.c (HandleButtonPress):
16556 it is possible to bind actions to the 'ClickToFocus' click
16558 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16560 * fvwm/virtual.c (HandlePaging):
16561 allow paging during move/resize when pressing keys
16563 * libs/XResource.c (MergeCmdLineResources):
16564 possible core dump fix
16566 * fvwm/add_window.c (setup_window_placement):
16569 * libs/Bindings.c (AddBinding):
16570 another attempt at cleaning up bindings with "Shift"
16572 2001-10-13 olicha <olivier.chapuis@free.fr>
16577 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16581 OpaqueMoveSize now accepts "unlimited" or negative argument.
16583 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16588 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16590 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16593 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16595 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16598 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16600 * NEWS, configure.in:
16601 changed version to 2.5.0
16603 2001-10-08 olicha <olivier.chapuis@free.fr>
16605 * fvwm/borders.c (RedrawTitle):
16606 Fixed drawing of leftJustified stippled title and suppress warnings
16607 in RelieveRectangle w/ RightJustified stippled title
16609 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16611 * fvwm/virtual.c (CMD_XineramaSlsSize):
16614 2001-10-03 olicha <olivier.chapuis@free.fr>
16616 * fvwm/style.c (CMD_Style):
16618 Added the possibility to add an Xinerama screen to the 4 numerics
16621 2001-10-03 olicha <olivier.chapuis@free.fr>
16623 * fvwm/icons.c (AutoPlaceIcon):
16624 Fixed a core dump with @c and fixed icon placement if the icon should
16625 not be on the current page
16627 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16629 * fvwm/icons.c (AutoPlaceIcon):
16630 * libs/FScreen.c (FScreenParseScreenBit):
16631 added 'w' screen specifier for icon boxes
16633 * fvwm/icons.c (AutoPlaceIcon):
16634 fixed placement of icons in icon boxes on different screen
16636 * fvwm/menus.c (get_menu_options):
16637 reduced code duplication
16639 2001-10-02 olicha <olivier.chapuis@free.fr>
16641 * fvwm/menus.c (get_menu_options):
16642 fixed Xinerama placement of menu with empty but not null position hints
16644 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16646 * fvwm/borders.c (RedrawTitle):
16647 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16648 suppress a warning in RelieveRectangle w/ small sticky windows
16650 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16652 * fvwm/menus.c (get_menu_options):
16653 A 'rectangle' context rectangle for menus honours the '@screen' bit
16655 * fvwm/move_resize.c (DisplayPosition):
16656 coordinates of a window are show in relation to the screen, not the page
16658 * libs/FScreen.c (FScreenTranslateCoordinates):
16659 * fvwm/placement.c (PlaceWindow):
16660 * fvwm/add_window.c (setup_window_placement):
16661 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16662 rewrote the library functionality to better match the rest of the
16665 * fvwm/builtins.c (DestroyFvwmDecor):
16666 removed useless code
16668 * fvwm/icons.c (DrawIconWindow):
16669 fixed race condition w/ expanding/collapsing icon titles
16671 * fvwm/windowlist.c (CMD_WindowList):
16672 fixed Xinerama placement of window list when called without options
16674 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16676 * libs/FScreen.c (FScreenSLSOnOff):
16677 fixed core dump when calling XineramaSls before XineramaSlsSize
16682 * libs/FShape.h (FHaveShapeExtension):
16683 set macro to 1 when compiling w/ shape extension
16685 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16687 * libs/Bindings.c (AddBinding):
16688 * fvwm/bindings.c (ParseBinding):
16689 print a warning if a key with the given name does not exist
16690 if there is an upper and a lower case version of the same key name,
16691 always bind to the lower case version; this is problematic if the upper
16692 case version is tied to a key without a modifier and the lower case
16693 version is tied to the same key, but with a modifier (or both are tied
16694 to different keys). I hope this good enough.
16696 * libs/Bindings.c (FreeBindingList):
16697 (MatchBindingExactly):
16698 (CollectBindingList):
16699 fixed some problems overriding keys
16700 reduced duplication of logic
16702 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16704 * NEWS, configure.in:
16705 changed version to 2.5.0
16707 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16710 changed version to 2.4.2
16712 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16715 (SetWindowBackground):
16716 (SetRectangleBackground):
16717 * fvwm/builtins.c (CMD_WindowShade):
16718 * fvwm/add_window.c:
16719 (setup_style_and_decor):
16721 (CreateIconWindow):
16726 (HandleConfigureRequest):
16727 (HandleShapeNotify):
16728 (InitEventHandlerJumpTable):
16729 * fvwm/borders.c (struct):
16732 * fvwm/decorations.c (SelectDecor):
16737 * fvwm/fvwm.h (FvwmWindow):
16740 moved shape support to library; its no longer necessary to
16741 '#ifdef SHAPE' any code
16743 * fvwm/borders.c (RedrawButtons):
16745 fixed top border hilight drawing of title buttons
16747 * libs/Graphics.c (do_relieve_rectangle):
16748 (RelieveRectangle):
16749 (RelieveRectangle2):
16750 allow alternate shading for title buttons
16752 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16755 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16756 Add a formal description of how fvwm maintains module's configs
16757 Change manpages of individual modules to refer to fvwm2(1) for
16758 details about specifying configuration
16760 * fvwm/add_window.c (setup_window_placement):
16761 desk and page can now really be given as X resources a la
16764 * libs/XResource.c (GetResourceString):
16765 resource -> lower case, class -> upper case
16769 changed version to 2.5.0
16771 * Makefile.am (distcheck2):
16772 build distcheck before dist2; save a few seconds if the build fails
16775 * libs/ClientMsg.c:
16779 * libs/gethostname.c:
16782 * libs/safemalloc.c:
16783 * libs/strcasecmp.c:
16786 * libs/strncasecmp.c:
16795 changed version to 2.4.1 again
16797 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16799 * libs/Bindings.c (FvwmStringToKeysym):
16800 try both cases of the first letter of a key name
16802 * fvwm/ConfigFvwmDefaults:
16803 * fvwm/windowlist.c (winCompareReverse):
16805 new WindowList option ReverseOrder; use the new option in the default
16806 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16807 cycle through the whole window list. The old behaviour only toggled
16808 between two windows. Also, a simple Alt-Tab can be used to switch to
16809 the next window instead of Alt-Tab-Tab.
16811 * libs/FScreen.c (FScreenInit):
16812 fixed a Xinerama crash
16815 print a verbose error message and exit if X11 headers and libraries
16818 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16820 * fvwm/fvwm.c (main):
16823 new library for X shape encapsulation
16825 * fvwm/builtins.c (CMD_WindowShade):
16826 * fvwm/borders.c (SetupFrame):
16827 fixed shading of windows without title and border
16828 fixed shading of shaped windows; fixes bug #732
16830 * fvwm/builtins.c (CMD_SetEnv):
16831 calling SetEnv without a value is the same as UnsetEnv
16833 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16835 * fvwm/events.c (HandleReparentNotify):
16836 fixed vanishing windows in rapid map/unmap cycles; bug #770
16838 * fvwm/add_window.c (hide_screen):
16839 fixed possible BadWindow error
16841 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16843 * fvwm/virtual.c (MoveViewport):
16845 (CMD_GotoDeskAndPage):
16847 GotoDeskAndPage records its own history of last visited desk/page
16849 * libs/FScreen.c (FScreenInit):
16850 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16852 2001-09-05 olicha <olivier.chapuis@free.fr>
16854 * fvwm/session.c (MatchWinToSM):
16855 * fvwm/add_window.c (setup_window_structure):
16856 * fvwm/move_resize.c (moveLoop):
16857 Fixed PlacedByButton3 condition
16859 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16862 * fvwm/functions.c (func_config):
16863 * fvwm/module_interface.c (broadcast_xinerama_state):
16864 * fvwm/virtual.c (CMD_Xinerama):
16865 (CMD_XineramaPrimaryScreen):
16867 (CMD_XineramaSlsSize):
16869 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16870 XineramaSls and XineramaSlsSize
16871 restructured parts of the FScreen code
16873 * fvwm/functions.c (func_config):
16874 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16876 * libs/Graphics.c (RelieveRectangle):
16877 allow calling the function with w == 0 or h == 0 without a message
16879 * fvwm/window_flags.h (SET_STYLE_DELETED):
16880 * fvwm/style.c (CMD_DestroyStyle):
16881 (check_window_style_change):
16882 * fvwm/fvwm.h (window_style):
16883 update windows when a style is deleted
16886 fixed xpm detection problem caused by wrong library order
16888 2001-09-05 olicha <olivier.chapuis@free.fr>
16890 * NEWS: PlacedByFvwm
16892 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16894 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16896 2001-09-04 olicha <olivier.chapuis@free.fr>
16899 * fvwm/windows_flags.h:
16900 * fvwm/placement.c (PlaceWindow):
16901 * fvwm/add_window.c (setup_window_structure):
16902 * fvwm/conditional.c (CreateConditionMask):
16903 * fvwm/session.c (get_version_string):
16906 Added a new windows_flags is_placed_by_fvwm and a new condition
16909 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16911 * fvwm/focus.c (focus_grab_buttons):
16913 disabled xt/double click patch for now
16915 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16917 * libs/Graphics.c (RelieveRectangle):
16918 print a warning if one of the dimensions is <= 0
16920 * fvwm/placement.c (PlaceWindow):
16921 take care of windows that have both, PPosition and USPosition set
16922 take care of transient windows that have neither PPosition nor
16925 2001-09-01 olicha <olivier.chapuis@free.fr>
16927 * libs/FScreen.c (FScreenInit):
16928 Fixed the position of the xinerama emulation delimiters
16930 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16933 Xinerama introduction
16935 * fvwm/icons.c (AutoPlaceIcon):
16936 try to place icons of screen with the window center, and if that fails
16939 * libs/FScreen.c (FScreenGetScrRect):
16940 performance improvement for non-xinerama systems
16942 * fvwm/update.c (apply_window_updates):
16943 (flush_window_updates):
16944 update icon boxes and icon position when xinerama layout changes
16946 * fvwm/icons.c (AutoPlaceIcon):
16947 limit placement of icons using no icon box to screen boundaries
16948 adapt icon boxes to xinerama layout whenever used
16950 * fvwm/placement.c (PlaceWindow):
16951 * fvwm/style.c (CMD_Style):
16952 (check_window_style_change):
16953 * fvwm/style.h (SUSE_NO_USPOSITION):
16954 (SUSE_NO_TRANSIENT_PPOSITION):
16955 (SUSE_NO_TRANSIENT_USPOSITION):
16956 * fvwm/fvwm.h (struct):
16957 implemented new styles NoUSPosition/UseUSPosition,
16958 NoTransientPPosition/UseTransientPPosition,
16959 NoTransientUSPosition/UseTransientUSPosition.
16960 These work exactly like NoPPosition/UsePPosition.
16961 Transient windows ignore the window position if neither the PPosition
16962 nor the USPosition hint is set.
16964 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16966 * fvwm/focus.c (restore_focus_after_unmap):
16967 fixed a bug transfering the focus when a window was iconified
16969 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16971 * fvwm/conditional.c (MatchesConditionMask):
16972 * fvwm/move_resize.c (position_geometry_window):
16973 * fvwm/placement.c (PlaceWindow):
16974 * fvwm/menus.c (pop_menu_up):
16975 * fvwm/move_resize.c (move_window_doit):
16976 * fvwm/icons.c (do_all_iconboxes):
16977 * fvwm/placement.c (PlaceWindow):
16978 * fvwm/menus.c (update_menu):
16979 adapted to new FScreen... signatures
16981 * libs/FScreen.c (FScreenClipToScreen):
16982 (FScreenGetScrCenterCenter):
16983 (FScreenCenterCurrent):
16984 (FScreenCenterPrimary):
16985 (FScreenGetCurrent00):
16986 (FScreenGetGlobalScrRect):
16987 (FScreenGetPrimaryScrRect):
16988 (FScreenGetScrRect):
16989 (FScreenIsRectangleOnScreen):
16990 unified all the FSCreen... functions using a common signature, removed
16993 * fvwm/style.c (CMD_Style):
16994 init icon box screen
16996 * fvwm/move_resize.c (move_window_doit):
16998 * libs/Makefile.am:
16999 * libs/XineramaSupport.c:
17000 * libs/XineramaSupport.h:
17002 exported and renamed screen defines
17009 * fvwm/placement.c:
17010 * fvwm/move_resize.c:
17011 * fvwm/module_interface.c:
17016 * fvwm/conditional.c:
17017 * libs/XineramaSupport.c:
17018 renamed all XineramaSupport...() functions to FScreen...()
17020 * fvwm/style.c (CMD_Style):
17023 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17025 * fvwm/style.c (CMD_Style):
17026 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17027 using geometry spec.
17029 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17033 new function QuoteString() to add and escape single quotes to strings
17035 * fvwm/menus.c (MenuInteraction):
17036 quote both missing function name and menu name for
17037 MissingSubmenuFunction
17039 * fvwm/functions.c (expand):
17042 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17044 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17046 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17048 * fvwm/cursor.c (CMD_CursorStyle):
17049 * fvwm/icons.c (GetXPMFile):
17050 * libs/Colorset.c (SetWindowBackground):
17053 * libs/Bindings.c (AddBinding):
17054 tired to help with problem binding keys that have a keycode with no
17055 modifiers and another keycode with some modifiers pressed, e.g.
17056 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17057 F1 generating the actioon bound to F11 sometimes
17059 * fvwm/focus.c (focus_grab_buttons):
17062 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17064 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17066 2001-08-20 Bob Woodside <proteus@pcnet.com>
17068 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17069 grab synchronization so apps using XtTranslations to catch double-
17070 clicks don't get confused by extraneous Leave/EnterNotify events.
17071 This fixes the "xfm/moxfm don't see double-clicks" problem.
17073 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17075 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17077 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17079 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17082 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17083 until later when the window is actually placed.
17085 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17086 position calculation.
17088 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17090 * fvwm/update.c (flush_window_updates):
17091 * fvwm/screen.h (ScreenInfo):
17092 * fvwm/virtual.c (CMD_Xinerama):
17094 * fvwm/move_resize.c (CMD_Maximize):
17095 * fvwm/placement.c (PlaceWindow):
17096 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17100 describe new maximize options
17102 * fvwm/move_resize.c (MaximizeWidth):
17105 applied Dmitry's Xinerama patch for Maximize command
17106 replaced "global" and "absolute" with "screen" which is more flexible
17108 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17110 * libs/Parse.c (SkipQuote):
17111 fixed a bug in handling of caller specified quote pairs
17113 * fvwm/move_resize.c (CMD_Maximize):
17114 keep window on correct page when viewport does not start on a page
17117 * libs/XError.c (error_name):
17119 fixed core dump in error handling
17121 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17127 renamed --disable-gnome to --disable-gnome-hints;
17128 documented configure options --with-gnome*;
17129 small improvements in documentation;
17130 use underscore in version instead of dash that causes rpm problems
17132 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17134 * libs/Makefile.am:
17135 added fvwmrect.h to dist
17137 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17139 * libs/XineramaSupport.c: Disable debug printing.
17141 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17143 * libs/defaults.h (DEFAULT_MENU_STYLE):
17144 reset colour sets in default menu style too
17146 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17150 completed the libstroke-0.5 compatibility fix
17152 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17154 * fvwm/move_resize.c (draw_move_resize_grid):
17155 fixed drawing of resize grid when invoked from button or key press
17157 * fvwm/placement.c (PlaceWindow):
17158 rewrote a condition to improve readability
17159 fixed StartsOn... w/ SkipMapping
17161 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17163 * fvwm/session.c (MatchWinToSM):
17164 (LoadWindowStates):
17165 (SaveWindowStates):
17166 * fvwm/move_resize.c (CMD_Resize):
17167 * fvwm/events.c (HandlePropertyNotify):
17168 (HandleConfigureRequest):
17169 * fvwm/move_resize.c (CMD_ResizeMove):
17172 * fvwm/update.c (apply_window_updates):
17173 * fvwm/add_window.c (AddWindow):
17174 * fvwm/geometry.c (constrain_size):
17175 (gravity_constrain_size):
17176 the Resize command honors the window gravity
17177 changing the size increment of maximized windows no longer shrinks the
17181 keep expanded icon titles on screen
17183 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17185 * fvwm/icons.c (do_all_iconboxes):
17186 default icon box fills the primary screen
17188 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17189 fixed default_screen argument
17191 * fvwm/style.c (merge_styles):
17192 * fvwm/fvwm.h (window_style):
17193 * fvwm/style.h (SSET_START_SCREEN):
17194 * fvwm/add_window.c (setup_window_placement):
17195 * fvwm/placement.c (PlaceWindow):
17197 implemented StartsOnScreen style
17199 * fvwm/placement.c (PlaceWindow):
17205 Place new windows on xinerama screens
17207 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17208 fixed core dump in debug output
17210 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17212 * fvwm/placement.c:
17213 removed unused variable
17215 2001-08-07 olicha <olivier.chapuis@free.fr>
17218 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17220 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17222 * fvwm/virtual.c (CMD_Xinerama):
17223 replaced XineramaEnable and ...Disable with XineramaCommand
17225 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17226 (XineramaSupportGetScreenArgument):
17229 * fvwm/functions.c (func_config):
17230 * fvwm/move_resize.c (move_window_doit):
17232 (CMD_AnimatedMove):
17234 (CMD_MoveToScreen):
17236 added new command MoveToScreen
17238 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17244 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17245 fixed parsing of negative geometries
17246 (XineramaSupportParseGeometryWithScreen):
17248 (XineramaSupportGetNumberedScreenRect):
17251 * sample.fvwmrc/system.fvwm2rc:
17252 * sample.fvwmrc/new-features:
17253 * sample.fvwmrc/system.fvwm2rc-sample-95:
17254 * sample.fvwmrc/system.fvwm2rc-sample-2:
17255 * sample.fvwmrc/system.fvwm2rc-sample-1:
17257 updated for new condition
17259 * fvwm/conditional.c (CreateConditionMask):
17260 (MatchesConditionMask):
17261 * fvwm/fvwm.h (WindowConditionMask):
17262 implemented new condition AcceptsFocus to cope with applications like
17263 xclock that have circulatehit but don't take focus
17265 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17267 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17268 handle Xinerama screens
17270 * fvwm/style.c (CMD_Style):
17271 * fvwm/menus.c (get_menu_options):
17272 cope with Xinerama like geometries with screen info
17274 * fvwm/virtual.c (CMD_XineramaEnable):
17275 XineramaEnable optionally takes the number of the primary screen as its
17278 * fvwm/events.c (GetContext):
17281 * fvwm/virtual.c (HandlePaging):
17282 * fvwm/events.c (HandleButtonPress):
17283 * fvwm/events.h (XEVMASK_PANFW):
17284 fixed button and key event handling over pan frames; fixes bug #752
17286 * fvwm/menus.c (get_menu_options):
17287 fixed Xinerama placement of menus without options
17289 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17296 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17297 In addition to the existing: @0 is shadow color, @1 is hilight color.
17300 Added the formal description of Vector that was absent.
17302 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17305 some man page corrections
17307 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17309 * fvwm/move_resize.c (handle_stick):
17310 also redraw buttons when a window becomes sticky/slippery to make sure
17311 that MWMDecorStick buttons are updated too; fixes bug #749
17313 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17316 documented previous changes
17319 improved output spacing
17324 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17326 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17327 * fvwm/modconf.c (send_xinerama_state):
17328 * fvwm/module_interface.c (broadcast_xinerama_state):
17330 revised module support for Xinerama
17332 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17333 (XineramaSupportParseGeometry):
17334 (XineramaSupportGetGeometry):
17335 make interface compatible with XineramaSupportParseGeometry().
17336 (XineramaSupportGetPrimaryScreen):
17339 * fvwm/stack.c (raise_over_unmanaged):
17340 fixed restacking of windows with RaiseOverUnmanaged - windows were
17341 raised in reverse order so that the top window became the bottom
17342 window of the ones that were raised
17343 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17344 these are invisible
17346 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17348 * sample.fvwmrc/system.fvwm2rc-sample-95:
17349 fixed syntax of BugOpts command
17351 * fvwm/ConfigFvwmDefaults:
17352 resize window when clicking on the sides of the window by default
17353 instead of moving it
17355 * fvwm/events.c (HandleEnterNotify):
17356 do not delete MouseFocus when pointer moves from one particular sub
17357 window of a frame to another one. Helps with xv/xmms vs unclutter
17358 interaction and also with MouseFocus vs. Open Look applications
17360 * fvwm/move_resize.c (DoSnapAttract):
17361 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17362 fixed snapping to Xinerama screen edges
17363 (XineramaSupportIsEnabled):
17364 return False is the X server provides only a single screen
17367 Added descriptions of conditions CurrentDesk, CurrentPage,
17368 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17369 CurrentGlobalPageAnyDesk
17371 * fvwm/fvwm.h (rectangle):
17373 typedefs moved to libs/fvwmlib.h
17375 * fvwm/conditional.c (MatchesConditionMask):
17376 * fvwm/fvwm.h (WindowConditionMask):
17377 * fvwm/conditional.c:
17378 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17379 for Xinerama support
17381 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17382 (send_xinerama_state):
17383 * fvwm/module_interface.c (broadcast_xinerama_state):
17384 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17385 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17386 communicate xinerama state at module startup
17388 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17390 * libs/XineramaSupport.c:
17391 next Xinerama patch
17393 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17395 * fvwm/move_resize.c (moveLoop):
17396 windows were lost off screen w/ non opaque interactive move when motion
17397 was aborted with Escape on a different page that it was started
17399 * fvwm/move_resize.c (position_geometry_window):
17407 * libs/XineramaSupport.c (GetMouseXY):
17408 (XineramaSupportCenterCurrent):
17409 (XineramaSupportGetCurrent00):
17410 (XineramaSupportGetCurrentScrRect):
17411 allow to pass in an event with the pointer position
17412 minimize number of XQueryPointer calls in interactive move/resize
17415 * fvwm/move_resize.c (resize_geometry_window):
17418 border width of geometry window moved to defaults.h
17419 moved strings for size window formatting to defaults.h
17420 reworked calculations of geometry window dimensions
17422 * fvwm/move_resize.c (resize_geometry_window):
17423 (position_geometry_window):
17427 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17428 * fvwm/fvwm.c (main):
17429 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17430 resize_geometry_window and position_geometry_window
17432 * fvwm/fvwm.c (main):
17433 fixed resizing geometry window before creating it
17435 * fvwm/move_resize.c (switch_move_resize_grid):
17437 * fvwm/virtual.c (HandlePaging):
17438 renamed MoveOutline to draw_move_resize_grid and made static
17439 new function switch_move_resize_grid for external calls
17440 delete grid before moving the geometry window to get rid of arifacts of
17443 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17445 * libs/XineramaSupport.c (XineramaSupportInit):
17446 make the blank area in Xinerama emulation usable again
17448 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17450 * fvwm/menus.c (update_menu):
17453 (calculate_item_sizes):
17454 (size_menu_horizontally):
17455 (size_menu_vertically):
17456 menus are resized to fit their Xinerama screen every time they are
17457 popped up and the screen size has changed
17459 2001-07-23 olicha <olivier.chapuis@free.fr>
17461 * libs/XineramaSupport.c (XineramaSupportInit):
17462 Draw the xinerama simulation screens with orr windows
17464 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17466 * fvwm/windowlist.c (CMD_WindowList):
17467 fixed windowlist placement w/ Xinerama
17469 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17471 * fvwm/menus.c (pop_menu_up):
17472 fixed calculations that force a menu on screen w/ Xinerama
17474 * fvwm/move_resize.c (DoSnapAttract):
17475 removed some code that slipped in with xinerama patch and broke
17476 vertical SnapAttraction
17478 * fvwm/virtual.c (CMD_EdgeResistance):
17481 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17482 take reference position src_x/src_y to determine screen
17484 * fvwm/windowlist.c (CMD_WindowList):
17485 * fvwm/menus.c (get_menu_options):
17486 (get_popup_options):
17489 handle Xinerama screens for positioning menus w/ posthints
17491 * fvwm/menus.c (get_menu_options):
17493 fix for icon/window context rectangle when window is in wrong state
17495 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17498 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17499 compiled in; fixed linking by adding -lXinerama; small corrections
17501 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17503 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17505 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17507 * libs/XineramaSupport.c (XineramaSupportInit):
17508 added xinerama emulation for developers
17510 * fvwm/virtual.c (CMD_XineramaEnable):
17511 (CMD_XineramaDisable):
17512 * fvwm/module_interface.c (BroadcastConfigInfoString):
17513 added function to communicate Xinerama on/off to modules
17515 * fvwm/module_interface.c:
17516 include time.h to fix warning
17517 * libs/XineramaSupport.c:
17518 * fvwm/fvwm.c (setVersionInfo):
17519 * fvwm/Makefile.am:
17522 cleanded up xinerama detection
17523 added shape detection
17525 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17528 Added Xinerama introduction
17530 * fvwm/fvwm.c (setVersionInfo):
17531 print xinerama support
17533 * fvwm/conditional.c (CreateConditionMask):
17534 added CirculateHitShaded option for conditional commands that was
17535 described in the man page but not implemented
17537 * fvwm/fvwm.h (WindowConditionMask):
17538 removed unused flags
17540 * fvwm/conditional.c (MatchesConditionMask):
17541 fixed CirculateHitIcon option in conditional commands
17544 reformatted man page source to improve readability
17545 fixed some source formatting bugs
17547 * libs/XineramaSupport.c (GetMouseXY):
17548 don't poll the pointer if there is only one screen or if xinerama is
17552 * fvwm/fvwm.c (main):
17553 removed -noxinerama option
17555 * fvwm/fvwm.c (main):
17556 size window is positioned and sized in move_resize.c
17558 * libs/XineramaSupport.c:
17562 print Xinerama support in configure summary
17565 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17567 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17572 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17573 define missing macros needed for old AIX keysymdef and old stroke.h
17577 remove the previous compilation fixes, now handled by configure
17579 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17581 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17583 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17586 use libstroke-0.5 constant names while still supporting 0.3/0.4
17589 compiling fix for old AIX, which does not define XK_Page_Up/Down
17591 * module_interface.c:
17592 minor compiling fix for some proprietary preprocessors
17594 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17597 use more compatible and structured syntax in SYNOPSIS
17599 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17602 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17603 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17606 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17609 changed version to 2.4.1
17612 small fix that should solve the problem with running autoconf
17613 (autoreconf is ok) from autoconf-2.50;
17614 applied a patch that adds gtk include dirs to gnome include dirs
17616 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17618 * NEWS, configure.in:
17619 changed version to 2.4.0.1
17621 * *: fvwm 2.4 has been released :-))