1 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
2 * fvwm/builtins.c (CMD_BugOpts):
3 * fvwm/fvwm.c (InitVariables):
5 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
6 Qt windows handle having ClientMessage events sent to them.
8 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
9 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
10 Fix y-axis offset calculations when using MinOverlapPlacement, by
11 forcing the window on-screen when over-zealous penality calculations
12 don't take into account the size of the window borders.
14 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
15 * bin/fvwm-convert-2.6.1.in:
16 Add in BUGS section a note that converting over FvwmTheme lines is
19 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
22 * bin/fvwm-convert-2.6.in:
23 * bin/fvwm-convert-2.6.1.in:
24 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
27 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
28 * libs/Flocale.c (FlocaleEncodeString):
29 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
31 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
32 * fvwm/fvwm.c (StartupStuff):
33 Reset the state of the "Restarting" flag to False when restarting FVWM.
35 * fvwm/events.c (HandleMapRequestKeepRaised):
36 Only run InitialMapCommand when FVWM isn't restarting and all windows
37 have been recaptured. The window is already mapped by the time FVWM is
38 restarting, and running the InitialMapCommand again only serves to
39 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
41 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
45 increased version number to 2.5.29
48 updated for 2.5.28 release
50 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
53 * fvwm/ewmh.c (ewmh_ChangeProperty):
54 only convert _NET_WM_ICON hint to long before storing
56 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
58 * fvwm/builtins.c (CMD_BugOpts):
59 remove unused variables
62 * fvwm/ewmh.c (ewmh_ChangeProperty):
63 fix storing of CARD32 arrays on 64 bit machines
65 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
66 prevent segmentation fault when reading a bad _NET_WM_ICON hint
68 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
69 * fvwm/geometry.c (__cs_handle_aspect_ratio):
70 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
71 otherwise continual loop when resizing windows when keeping aspect
74 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
76 Fix typo in AS_HELP_STRING referring to enable-htmldoc
78 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
81 * fvwm/builtins.c (CMD_BugOpts):
82 Fix parsing of BugOpts options lists separated by ',', and
83 restoring to default value when the boolean option is omitted if
91 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
92 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
93 (is_translit_supported, set_default_iconv_charsets)
94 (set_iconv_charset_index, FiconvUtf8ToCharset):
95 * fvwm/builtins.c (CMD_BugOpts):
96 Add TransliterateUtf8 bug opt for working around clients
97 which don't care about the WM_NAME value.
99 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
102 * fvwm/stack.c (BroadcastRestack):
103 Fix splitting or M_RESTACK packages causing weird window stacking
104 in modules when more than 83 windows are broadcast.
106 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
108 Remove dnl comments from configure.ac regarding malloc.h -- it's
109 self-explanatory anyway.
111 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
113 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
114 never used to produce compiler warnings, but things are starting to become
115 more vocal, so don't use this in our ./configure script if we're compiling
116 FVWM on a *BSD system.
118 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
121 * fvwm/add_window.c (setup_numeric_vals):
122 add "typedef struct snap_attraction_t"
123 * fvwm/style.c (style_parse_one_style_option):
124 add new SnapAttraction options "None", "ScreenWindows",
125 "ScreenIcons" and "ScreenAll"
126 * fvwm/move_resize.c (DoSnapAttract):
127 Bugfix, option SameType/Icons/Windows did falsely not affect
128 conditions of option "Screen" and option "SameType" snapped
129 falsely icons and windows together. Implement options
130 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
131 screen edge snapping.
133 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
134 * fvwm/add_window.c (setup_window_name_count):
135 * fvwm/add_window.c (setup_icon_name_count):
136 Deprecate these in favour of setup_name_count()
138 * fvwm/add_window.c (setup_name_count):
139 Amalgamate setup_window_name_count and setup_icon_name_count to just
140 one function (very similar code between them.) Used with
141 IndexedWindowName and IndexedIconName.
143 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
146 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
148 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
149 (Frptp_async_putline):
150 Fix ANSI C compatibility.
153 * fvwm/ewmh_names.c (EWMH_WMName):
154 set the HAS_EWMH_WM_NAME flag even if the window name on display
157 same for HAS_EWMH_WM_ICON_NAME
159 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
162 fix for segfault with RPlatHost directive in FvwmEvent
163 * libs/Makefile.am (libfvwm_a_SOURCES):
165 add Fplay.h wrapper header for rplay.h
168 fix debian bug #438132
170 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
173 * fvwm/style.c (fw_match_style_id):
174 Fix fvwmstyle resource
176 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
179 * fvwm/events.c (HandleMapRequestKeepRaised):
180 Make sure that a PropertyNotify on the WM_STATE property is always
181 sent out when a window is requested to be moved to the withdrawn
182 state. (Needed by QT)
184 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
186 * sample.fvwmrc/DecorMwm:
187 * sample.fvwmrc/DecorWin95:
188 * sample.fvwmrc/new-features:
189 * sample.fvwmrc/system.fvwm2rc:
190 * sample.fvwmrc/system.fvwm2rc-sample-1:
191 * sample.fvwmrc/system.fvwm2rc-sample-2:
192 * sample.fvwmrc/system.fvwm2rc-sample-95:
193 Use !-negation for styles instead of No...
198 * sample.fvwmrc/system.fvwm2rc-sample-95:
199 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
200 sed -i 's/StayOnTop/StaysOnTop/'
201 According to patches by Manoj Srivastava
203 2009-03-17 Mikhael Goikhman <migo@homemail.com>
208 convert my old code to use var_name and function_name coding style
210 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
214 increased version to 2.5.28
219 updated for 2.5.27 release
221 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
222 * fvwm/bindings.c (print_bindings):
223 Fixed compilation of not having libstroke installed by using ifdefs
226 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
228 * fvwm/bindings.c (print_bindings):
231 * libs/charmap.c (charmap_table_to_string):
232 several memory menagement fixes.
234 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
236 * libs/charmap.c (charmap_table_to_string):
237 Reduce memory management on the stack, by making only those variables
238 to be accessed outside of the function charmap_table_to_string()
239 allocated on the heap instead.
241 * fvwm/bindings.c (print_bindings):
242 b->Action was previously checked whether it was NULL or not before
243 printing its value to STDERR -- however, this caused a segfault when
244 trying to perform strlen() operations internally -- hence don't bother
245 checking if it's NULL. This avoids segfaulting.
247 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
249 * libs/charmap.c (charmap_table_to_string):
251 Introduce charmap_to_string function which is used to build up a
252 binding string, for use with PrintInfo.
254 * fvwm/bindings.c (print_bindings):
255 Introduce print_bindings to print all bindings known to fvwm.
257 * fvwm/builtins.c (CMD_PrintInfo):
259 Add support for "binding" as an option to PrintInfo.
261 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
263 * fvwm/placement.c (__pl_position_get_pos_simple):
264 Force the window on-screen if using PositionPlacement UnderMouse.
266 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
268 * fvwm/events.c (HandleMapRequestKeepRaised):
269 * fvwm/add_window.c (AddWindow):
271 * fvwm/style.c (style_parse_one_style_option):
272 add new style InitialMapCommand
274 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
276 * bin/fvwm-menu-desktop.in:
277 Fix the location prefix for GNOME application files.
279 2008-12-29 Alexandre Julliard <julliard@winehq.org>
281 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
282 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
283 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
284 horizontally maximized.
286 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
289 * fvwm/module_list.c (do_execute_module):
290 * fvwm/fvwm.c (fvmm_deinstall_signals):
291 restore default signal handlers before execl()/execvp()
293 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
295 * fvwm/style.c (fw_match_style_id):
296 Allow for the window's visible name to be considered when matching a
297 style line. It is possible to use $[w.visiblename] as the style name.
298 Whilst the normal name and the visible name are usually the same, in
299 the case of having IndxedWindowName, if a style line matches this as a
300 visible name, apply it first of all.
302 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
305 Add $[w.visiblename] as an expansion parameter.
307 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
309 * fvwm/placement.c (__pl_position_get_pos_simple):
310 position placement honours StartsOnPage
312 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
314 * fvwm/session.c (MatchWinToSM):
315 fixed keeping fullscreen state of windows over a restart; the old code
316 tried to do this through session management and effectively overwrote
317 the responsible ewmh hint; eventually, fvwm thought that the window
318 was fullscreen without actually making it fullscreen
320 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
322 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
323 fixed compiler warning caused by a logic error in previous patch
326 applied png detection fix by Yuri Bushmelev for cross compiliation
328 * fvwm/events.c (__handle_cr_on_client):
329 fixed event merging with auto motion detection
331 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
334 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
335 * fvwm/events.h (events_handle_configure_request):
336 * fvwm/events.c (events_handle_configure_request):
337 (__handle_cr_on_client):
338 (__handle_configure_request):
339 fix handling of _NET_MOVERESIZE_WINDOW
340 (__cr_detect_icccm_move):
341 remove douplicate code
343 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
346 * fvwm/add_window.c (setup_frame_window):
347 fix compilation without XRender
349 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
355 Convert Latin-1 encodings to UTF-8
357 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
361 increased version to 2.5.27
366 updated for 2.5.26 release
368 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
370 * fvwm/ewmh_events.c (ewmh_WMDesktop):
372 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
373 (ewmh_HandleWindowType):
374 (ewmh_AddToKdeSysTray):
375 (ewmh_HandleWindowType):
377 64-bit fix by Alexandre Julliard
379 2008-03-30 Mikhael Goikhman <migo@homemail.com>
382 fix fribidi detection when it uses pkg-config and not fribidi-config
385 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
386 it now uses fribidi-types.h and not fribidi_types.h
388 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
390 * fvwm/events.c (dispatch_event):
391 Fix handling of Shape events.
393 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
395 * fvwm/menus.c (calc_normal_item_height):
396 (calc_more_item_height):
397 (size_menu_vertically):
398 fix calculations so the menu fit on the screen height
400 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
402 * fvwm/menus.c (size_menu_vertically):
403 added paddings at the top and bottom of the menus
405 * fvwm/menustyle.c (parse_vertical_margins_line):
406 new function to parse the VerticalMargins new MenuStyle
409 * fvwm/menustyle.c (menustyle_get_styleopt_index):
410 added the VerticalMargins option to the list
412 * fvwm/menustyle.c (menustyle_parse_style):
413 added default values for the padding, and a case clause
414 for the specific case when you invoke the VerticalMargins
417 * fvwm/menustyle.c (menustyle_copy):
418 added two lines to copy the menu styles from origin to destiny
421 added macros for the vertical padding stuff
423 * fvwm/menustyle.h (struct MenuLook):
424 added sub-structure to hold the VerticalMargins
426 * fvwm/libs/defaults.h:
427 added one define for MAX_MENU_MARGIN
429 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
431 * fvwm/menuitem.c (draw_highlight_background):
432 fixed drawing of background pictures in menu items
434 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
436 * fvwm/add_window.c (setup_frame_window):
437 fix core dump with ARGB detection code
438 fix compilation without XRender
440 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
444 increased version to 2.5.26
449 updated for 2.5.25 release
451 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
453 * fvwm/fvwm.c (main):
454 further condense the X visual selection code
456 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
458 * fvwm/fvwm.c (main):
459 condense the X visual selection code
461 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
463 * fvwm/events.c (register_event_group)
464 (InitEventHandlerJumpTable, dispatch_event):
465 use separate jump tables for events defined by X-extensions
466 to eliminate the need to ovverride the LASTEvent value.
468 * fvwm/module_list.c (module_list_remove):
469 include the case where the module is first in the list in
470 the loop, fixing a segmentaion fault when the list was empty.
472 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
474 * fvwm/add_window.c (setup_frame_window):
475 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
476 add preliminary support for ARGB windows in fvwm (based on
477 Marc Lehman's argb patch)
479 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
481 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
484 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
486 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
487 catch BadGC when updating root transparent window background
489 * libs/XError.c (do_coredump):
490 (ferror_set_temp_error_handler):
491 (ferror_reset_error_handler)
492 (ferror_call_next_error_handler):
495 * libs/XError.c (PrintXErrorAndCoredump):
496 try to dump core the hard way
498 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
500 * fvwm/colorset.c (parse_colorset):
501 check for image != None before calling XDestroyImage
503 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
504 (ewmh_WMStateMaxHoriz):
506 (ewmh_WMStateShaded):
507 (ewmh_WMStateStaysOnTop):
508 (ewmh_WMStateStaysOnBottom):
509 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
511 also ignore the EWMH staysontop and staysonbottom hints if the
512 EWMHIgnoreStackingOrderHints style is used
514 * fvwm/colorset.c (parse_colorset):
515 Fixed a sporadic crash when the root background set by gnome,
516 fvwm-root, esetroot etc. changes and a root transparent colour set
519 * fvwm/colorset.c (parse_colorset):
520 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
521 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
522 * libs/PictureGraphics.c (PGrabXImage)
523 (PGraphicsCreateTranslucent):
524 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
527 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
529 * libs/PictureGraphics.c (PGrabXImage):
530 fixed XImage memory leak
531 (PCreateRenderPixmap):
532 (PCreateDitherPixmap):
533 Properly handle return code of FgetFImage()
535 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
537 * fvwm/events.c (HandleConfigureRequest):
538 (events_handle_configure_request):
541 * fvwm/ewmh_events.c (ewmh_RestackWindow):
542 (ewmh_MoveResizeWindow):
543 fixed crash when moving/resizing/restacking unmanaged windows through
546 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
548 * fvwm/events.c (HandleMapRequestKeepRaised):
549 fixed compiler warning
551 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
553 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
554 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
556 Fixed the determination of the X charset on UTF-8 system
558 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
560 * fvwm/placement.c (__pl_minoverlap_get_next_x):
561 do not add screen offset to window position
563 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
566 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
569 Some html documentation files were not installed.
571 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
573 * fvwm/style.c (style_parse_one_style_option):
574 fixed parsing of screen argument of the SnapAttraction Style
576 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
578 * fvwm/move_resize.c (DoSnapAttract):
579 Use edge move resistance, and not delay for top edge when moving
582 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
585 * fvwm/events.c (HandleMapRequestKeepRaised)
586 (test_withdraw_request):
587 Don't map windows that request to be moved back to WithdrawnState
588 by the ICCCM2 method before they have been mapped. (Fixes bug with
589 disappearing windows.)
591 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
595 increased version to 2.5.25
599 updated for 2.5.24 release
601 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
603 * fvwm/menus.c (__mloop_exit):
604 * fvwm/menubindings.c (parse_menu_action):
606 reindented and cleaned up some code
608 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
610 * fvwm/update.c (apply_window_updates):
611 * fvwm/add_window.c (setup_style_and_decor):
612 (setup_numeric_vals):
616 * fvwm/events.c (HandleEnterNotify):
617 * fvwm/fvwm.c (InitVariables):
619 * fvwm/session.c (SaveGlobalState):
621 * fvwm/move_resize.c (DoSnapAttract):
624 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
625 They have been replaced by the styles EdgeMoveResistance,
626 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
628 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
632 use AS_HELP_STRING to format the configure options help strings
634 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
636 * fvwm/conditional.c:
639 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
641 * fvwm/ConfigFvwmDefaults:
642 restore default action of closing menus for menu titles
644 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
646 * libs/FScreen.c (FindScreenOfXY):
647 * fvwm/move_resize.c (GetMoveArguments):
648 fixed the "screen w" argument of the Move and other commands
650 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
652 * fvwm/virtual.c (HandlePaging):
653 don't modify *xl and *yt unless we we really page
655 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
657 * fvwm/module_list.h:
658 * fvwm/module_list.c:
661 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
665 increased version to 2.5.24
669 updated for 2.5.23 release
671 * libs/Flocale.c (FlocaleEncodeString):
672 removed previous warning fix
674 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
678 Added new style option: StartShaded.
680 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
682 * libs/Flocale.c (FlocaleEncodeString):
685 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
690 removed old fvwm manpage
692 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
696 increased version to 2.5.23
700 fix the date for 2.5.22 release
702 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
704 * fvwm/windowlist.c (CMD_WindowList):
705 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
708 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
712 use "test ! ... = ..." instead of "test ... != ..."
714 * fvwm/builtins.c (CMD_PropertyChange):
715 fixed completely broken parsing of PropertyChange arguments
717 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
721 updated for 2.5.22 release
723 * fvwm/builtins.c (CMD_PropertyChange):
724 * libs/Flocale.c (FlocaleGetFftFont):
727 (FlocaleGetFontOrFontSet):
730 fix compiler warnings
732 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
735 fixed command table parsing
737 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
739 * fvwm/module_list.c (module_kill):
740 (executeModuleDesperate):
741 (module_list_itr_init):
744 * fvwm/events.c (My_XNextEvent):
745 * fvwm/module_list.c (module_alloc):
747 * fvwm/module_list.h (fmodule):
750 restored *not* useless is_cmdline_module stuff
753 add constants for command group tagging
755 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
760 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
763 check for sed, perl and tbl, needed to build documentation
765 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
767 * libs/System.c (fvwm_mkstemp):
768 use constants from libs/fvwm_sys_stat.h
770 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
772 * fvwm/module_list.c (do_execute_module):
773 fixed possible crash when fork fails
775 * fvwm/module_list.c (module_list_remove):
776 now returns the removed fmodule*, or NULL if unsuccessful
777 removed error message when removing a not listed module (it's normal)
779 * fvwm/module_list.c (module_kill):
780 module is inserted in death_row only if it is successfuly removed from
781 module_list (fixes crash when module is killed more than once)
783 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
785 * fvwm/events.c (My_XNextEvent):
786 fixed hang with startup modules
788 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
790 * fvwm/conditional.c (FreeConditionMask):
791 fixed crash with inverted name condition
796 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
802 * sample.fvwmrc/system.fvwm2rc-sample-95:
803 * sample.fvwmrc/system.fvwm2rc:
804 * sample.fvwmrc/system.fvwm2rc-sample-2:
805 * libs/Picture.c (PicturePrintImageCache):
807 * libs/FGettext.c (FGettextPrintLocalePath):
810 * libs/PictureUtils.c (PictureAllocColorTable)
811 (PicturePrintColorInfo):
816 * libs/Ficonv.c (convert_charsets):
817 (FiconvSetupConversion):
818 * fvwm/decorations.c:
821 * fvwm/add_window.c (setup_window_font):
825 * fvwm/conditional.c:
826 * fvwm/fvwm.c (SetRCDefaults):
828 * fvwm/ewmh_events.c:
831 * fvwm/menustyle.c (menustyle_parse_style):
833 * fvwm/ewmh.c (EWMH_Init):
834 * libs/Flocale.c (FlocaleParseShadow):
837 (FlocalePrintLocaleInfo):
838 * fvwm/misc.c (fvwm_msg):
841 write fvwm in lower case
844 fixed build without GNU make
846 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
848 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
849 fixed buffer overflow
851 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
853 * fvwm/module_list.h (fmodule_list_itr):
854 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
855 replace iterator struct by typedef
857 * fvwm/module_list.c (module_list_destroy):
860 new function to remove dup code
862 * fvwm/module_list.c (module_kill):
863 changed to move the module to the deathrow list
865 * fvwm/module_list.h (fmodule):
866 * fvwm/module_list.c (module_alloc):
867 (module_list_remove):
869 removed is_removed logic
871 * fvwm/module_list.c (module_safefree):
874 * fvwm/events.c (My_XNextEvent):
875 remove old "#if 0" code
877 * fvwm/module_list.c (module_kill):
880 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
882 * fvwm/module_list.h (fmodule_list_itr):
883 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
884 don't store current pointer in module list iterators.
887 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
889 * fvwm/events.c (My_XNextEvent):
890 * fvwm/module_list.c (KillModuleByName):
891 (FlushAllMessageQueues):
892 * fvwm/module_interface.c (BroadcastPacket):
893 (BroadcastNewPacket):
895 (BroadcastFvwmPicture):
897 (BroadcastProperyChange):
898 (BroadcastConfigInfoString):
900 * fvwm/modconf.c (ModuleConfig):
901 * fvwm/stack.c (BroadcastRestack):
902 replaced module_get_next by module list iterator mechanism
904 * fvwm/module_list.h:
905 * fvwm/module_list.c (module_get_next):
908 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
910 * fvwm/module_list.h:
911 * fvwm/module_list.c (fmodule):
917 (FlushAllMessageQueues):
919 * fvwm/module_interface.c (BroadcastPacket):
920 (BroadcastNewPacket):
922 (BroadcastFvwmPicture):
924 (BroadcastProperyChange):
925 (BroadcastConfigInfoString):
927 * fvwm/event.c (My_XNextEvent):
928 * fvwm/stack.c (BroadcastRestack):
929 * fvwm/modconf.c (ModuleConfig):
930 changed to work with generic list container
932 * fvwm/module_list.c (module_insert):
933 (module_list_insert):
935 (module_list_remove):
938 renamed as list handling functions
940 * fvwm/events.c (My_XNextEvent):
941 * fvwm/module_list.h:
942 * fvwm/module_list.c (module_alloc):
944 removed useless is_cmdline_module stuff
946 * fvwm/module_list.h:
947 * fvwm/module_list.c (module_list_insert):
948 (module_list_remove):
950 new fmodule_list object representing a module list.
951 changed the module lists to the new object.
952 changed list functions to use the list object instead of the
953 fmodule_store pointer.
955 * fvwm/events.c (My_XNextEvent):
956 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
958 * fvwm/module_list.h (fmodule_list_itr):
959 * fvwm/module_list.c (fmodule_list_itr_init):
960 (fmodule_list_itr_next):
961 created a smart (safe) iterator mechanism to replace the
962 module_get_next function
964 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
968 added empty functions to replace CMD_Dummy
971 use subordinate Makefile.ams instead of iuncluding files from other
975 removed FVWMNAMEUCASE
980 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
981 force --enable-htmldoc on "make distcheck"
983 * fvwm/events.c (HandleEnterNotify):
985 properly generate enter_window and leave_window events for FvwmEvent
987 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
989 * fvwm/move_resize.c (GetOnePositionArgument):
991 (ParsePositionArgumentSuffix):
994 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
996 * fvwm/move_resize.c (GetOnePositionArgument):
997 fixed position calculation with the "w" prefix (move w-1 w-1).
998 (GetOnePositionArgument):
1001 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1003 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1005 reduce indentation level
1006 add comment to explain why suppressing the warning is right
1008 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1010 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1011 fixed using uninitialized variable
1013 * fvwm/menus.c (scanForStrings):
1014 suppress compiler warning for now
1016 * fvwm/move_resize.c (resize_move_window):
1017 (AnimatedMoveAnyWindow):
1021 * fvwm/module_interface.c (__get_allowed_actions):
1022 * fvwm/menuitem.c (menuitem_paint):
1023 * fvwm/icons.c (CMD_Iconify):
1024 * fvwm/gnome.c (GNOME_SetHints):
1025 * fvwm/ewmh.c (ewmh_AllowsClose):
1027 (ewmh_AllowsFullScreen):
1028 (ewmh_AllowsMinimize)
1029 (ewmh_AllowsMaximize):
1033 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1034 (ewmh_MoveResizeWindow):
1037 (ewmh_WMStateHidden):
1038 * fvwm/events.c (__handle_cr_on_client):
1039 * fvwm/decorations.c (__is_resize_allowed):
1040 (is_function_allowed):
1041 * fvwm/conditional.c (MatchesConditionMask):
1042 * fvwm/builtins.c (CMD_Delete):
1043 * fvwm/add_window.c (AddWindow):
1044 is_function allowed now differentiates between US program actions and
1045 actions initiated by interaction between fvwm and the user
1047 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1049 * fvwm/menus.c (__scan_for_pixmap):
1050 fixed compiler warning
1052 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1053 (ewmh_RestackWindow):
1054 honor FixedSize/FixedPosition styles in EWMH messages too
1056 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1058 * fvwm/fvwm.c (setVersionInfo):
1059 add XCursor support to version output
1061 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1062 (SCTX_GET_MR, string_context_type_t, string_context_t)
1063 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1064 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1065 reimplement pixmap and color scanning for menus to better handle
1068 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1071 don't install fvwm.1
1073 * fvwm/events.c (My_XNextEvent):
1074 remove unused varaible
1076 * fvwm/events.c (My_XNextEvent):
1077 * fvwm/module_list.h:
1078 * fvwm/module_list.c (module_store, module_alloc)
1079 (module_kill_all, module_safefree, module_remove)
1080 (do_execute_module, module_kill, module_cleanup, module_get_next)
1081 (FlushMessageQueue):
1082 Don't free module stuctures during module I/O. (Fixes segfault.)
1084 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1088 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1089 Someone missed to add extra conditions when changing from
1092 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1095 fixed liXcursor detection
1097 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1101 * fvwm/menus.c (scanForPixmap):
1102 made it possible to escape '*' '%' '@' in filenames
1104 * libs/PictureImageLoader.c (PImageLoadSvg):
1105 added transposing and none uniform scaling to svg options
1107 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1109 * libs/PictureImageLoader.c:
1111 (PImageLoadCursorFromFile):
1112 fixed compilation without xpm library
1114 fixed compiler warning without png library
1116 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1119 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1120 fix compilation without xpm library
1122 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1127 * libs/PictureImageLoader.c:
1129 (PImageLoadCursorFromFile):
1130 fixed compilation without xpm library
1132 fixed compiler warning without png library
1134 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1136 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1137 * fvwm/cursor.c (CMD_CursorStyle):
1138 fixed compiler warning
1140 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1142 * fvwm/cursor.c (CMD_CursorStyle):
1143 fix CursorStyle command parsing
1145 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1147 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1148 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1149 * libs/PictureImageLoader.c (PImageLoadSvg):
1151 (PImageCreatePixmapFromArgbData):
1152 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1153 (PImageCreatePixmapFromFImage):
1156 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1158 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1159 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1160 * libs/PictureImageLoader.c (PImageLoadSvg):
1162 (PImageCreatePixmapFromArgbData):
1163 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1164 (PImageCreatePixmapFromFImage):
1167 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1174 added libXcursor detection
1176 * fvwm/Makefile.am (LDADD):
1184 * libs/Makefile.am (libfvwm_a_SOURCES):
1187 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1188 added Xcursor support
1190 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1196 added defs for FxpmInfo and FxpmFreeXpmInfo
1198 * libs/PictureBase.h (FvwmPictureAttributes):
1199 * libs/PictureImageLoader.c
1200 (PImageCreatePixmapFromArgbData):
1201 (PImageLoadPixmapFromFile):
1202 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1203 (PImageLoadCursorPixmapFromFile):
1204 (PImageLoadCursorFromFile):
1205 * libs/PictureImageLoader.h:
1206 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1207 replaced by the new general PImageLoadCursorFromFile()
1209 * fvwm/cursor.c (CMD_CursorStyle):
1210 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1211 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1213 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1215 * libs/PictureImageLoader.c
1219 now returns argb data instead of pixmaps
1220 (PImageLoadPixmapFromFile):
1221 (PImageLoadArgbDataFromFile):
1222 moved first half of PImageLoadPixmapFromFile() into
1223 the new local function PImageLoadArgbDataFromFile()
1225 removed function, code moved into PImageLoadPixmapFromFile()
1227 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1229 * libs/PictureImageLoader.c (PImageLoadXpm):
1230 revised to make use of PImageCreatePixmapFromArgbData()
1232 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1234 * fvwm/colorset.c (parse_shape):
1235 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1236 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1237 * libs/PictureImageLoader.c
1240 (PImageCreatePixmapFromArgbData):
1241 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1242 or translucent (0 < any alpha < 0xff) images.
1244 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1246 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1247 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1248 * libs/PictureImageLoader.c (PImageLoadSvg):
1250 (PImageCreatePixmapFromArgbData):
1251 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1252 (PImageCreatePixmapFromFImage):
1255 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1257 * fvwm/functions.c (CMD_EchoFuncDefinition):
1258 * fvwm/functable.c (func_table):
1260 new command EchoFuncDefinition
1262 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1265 * fvwm/conditional.c (CreateConditionMask):
1266 bugfix: Condition separation previously failed when a
1267 single comma (no whitespace padding) was used directly
1268 after a multi-worded condition.
1270 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1272 * fvwm/module_list.c (module_kill):
1273 fix possible core dump when using startup modules
1275 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1278 * fvwm/builtins.c (CMD_PrintInfo):
1279 * libs/Picture.h (PicturePrintImageCache):
1280 * libs/Picture.c (PicturePrintImageCache):
1281 add ImageCache subject to PrintInfo command
1283 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1286 * fvwm/events.c (My_XNextEvent):
1287 fix crash when a module closes down during input/output.
1289 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1291 * fvwm/icons.c (ChangeIconPixmap):
1294 * fvwm/focus.c (warp_to_fvwm_window):
1295 * fvwm/events.c (__handle_cr_restack):
1296 (__handle_bpress_on_managed):
1297 (HandlePropertyNotify):
1299 * fvwm/stack.c (__restack_window):
1300 (__raise_lower_recursion):
1301 (__raise_or_lower_window):
1302 (raise_or_lower_window):
1303 (position_new_window_in_stack_ring):
1307 (HandleUnusualStackmodes):
1310 (CMD_RestackTransients):
1312 do raise hacks even when the internal stack is intact, unless on a
1315 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1317 * fvwm/style.c (check_window_style_change)
1318 (style_parse_one_style_option):
1320 * fvwm/fvwm.h (window_style):
1321 * fvwm/add_window.c (setup_frame_size_limits):
1322 * fvwm/geometry.c (constrain_size):
1323 new style MinWindowSize
1325 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1328 added missing prototypes
1330 * libs/safemalloc.c:
1337 * libs/Event.c (GetSubwindowFromEvent):
1339 * libs/ColorUtils.c:
1340 include corresponding header files
1342 * libs/PictureBase.c:
1343 * libs/FlocaleCharset.c:
1347 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1349 * configure.ac (HAVE_GNU_READLINE):
1350 detect full GNU readline API (vs BSD libedit readline compatibility
1353 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1355 * fvwm/windowlist.c (CMD_WindowList):
1358 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1359 "UseSkipList" & "OnlySkipList".
1361 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1364 * fvwm/add_window.c (validate_transientfor):
1365 detect and disallow circular transient-for hints
1367 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1370 s/UseListSkip/UseSkipList/g etc.
1372 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1374 * fvwm/menus.c (size_menu_vertically):
1375 added localization of the "More&..." string
1377 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1379 * libs/PictureBase.c (PictureFindImageFile):
1380 fix for segfault with svg-support enabled
1382 * INSTALL.fvwm (http):
1383 * configure.ac (png_CFLAGS):
1384 raise librsvg dependeny due to bug with 2.13.91
1386 * fvwm/cursor.c (CMD_CursorStyle):
1387 remove unused static variable nocursor
1389 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1394 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1397 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1398 bugfix: out-of-tree builds failed due to broken dependency.
1399 Make man page have same header as old one.
1400 Fix man page indentation.
1401 Make text of top-level man page sections all uppercase.
1402 Added --disable-mandoc option.
1403 HTML doc generation is off by default: use --enable-htmldoc.
1404 Added more info in doc/README about XML commands to use.
1406 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1409 * Everything in the 'doc' subdirectory.
1411 XML source to generate man page & HTML documentation.
1413 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1416 * fvwm/colorset.c (parse_colorset):
1417 don't recompute sh, hi and fgsh if they were supplied in a previous
1418 colorset line. Fixes bug #3359.
1420 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1422 * fvwm/move_resize.c (DoSnapAttract):
1423 handle SnapGrid before SnapAttraction so that non-overlapping windows
1424 do not snap edge to edge:
1431 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1433 * fvwm/style.c (parse_and_set_window_style)
1434 (style_parse_one_style_option):
1435 don't warn about PositionPlacement arguments
1437 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1441 enties for ChangeWindowTitle patch by Julio Teca.
1443 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1445 * fvwm/fvwm.c (main):
1446 fixed ROOT CursorStyle context
1448 * fvwm/placement.c (__pl_manual_get_pos_simple):
1449 * fvwm/move_resize.h:
1450 * fvwm/move_resize.c (__move_loop):
1452 fixed long broken POSITION CursorStyle context
1454 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1456 * fvwm/bindings.c (ParseBinding):
1457 fix buffer overrun with >78 character window names.
1459 * fvwm/fvwm.1.in (PositionPlacement):
1462 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1463 * fvwm/style.c (style_parse_one_style_option):
1464 change BorderWidth and HandleWidth style to revert to default if no
1467 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1469 * fvwm/fvwm.h (style_flags):
1470 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1471 (__place_get_wm_pos):
1472 (__place_window, __explain_placement):
1473 * fvwm/style.c (style_parse_one_style_option):
1475 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1476 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1477 (DEFAULT_PLACEMENT_POSITION_STRING):
1480 * fvwm/move_resize.c (GetOnePositionArgument):
1481 added 'w' suffix to Move arguments
1482 allow multiple shifts from original position
1484 * fvwm/style.c (style_parse_one_style_option):
1487 * fvwm/placement.c (setup_window_placement)
1488 (__place_get_placement_flags):
1489 (__place_get_wm_pos):
1490 (__place_get_nowm_pos):
1492 (__place_handle_x_resources):
1493 (setup_window_placement):
1494 * fvwm/fvwm.h (PLACE_CENTER):
1496 replaced CenterPlacement with more flexibe PositionPlacement
1498 * fvwm/move_resize.c (GetMoveArguments):
1499 (GetResizeArguments):
1500 (GetResizeMoveArguments):
1502 * fvwm/move_resize.h:
1503 exported and enhanced function GetMoveArguments for use by placement
1506 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1508 * fvwm/ConfigFvwmDefaults:
1509 reenable MenuScroll on titles
1511 * fvwm/menubindings.c (menu_shortcuts):
1512 don't scroll menus if scrolling would be in the wrong direction
1514 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1516 * fvwm/move_resize.c (__resize_window):
1517 some resizing/gravity fixes
1518 properly handle maximized + shaded state when resizing
1521 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1523 * fvwm/move_resize.c (__resize_window):
1524 resizing of shaded windows work better.
1526 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1528 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1529 clarified previous patch
1531 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1532 documented '-' command prefix
1534 * fvwm/expand.c (__eae_parse_range):
1535 fix $[n-] and $[*] after unsigned int havoc
1537 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1540 * fvwm/ConfigFvwmMenuDefaults:
1542 * fvwm/ConfigFvwmDefaults:
1543 * fvwm/ConfigFvwmMenuDefaults:
1544 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1546 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1548 * fvwm/ConfigFvwmMenuDefaults:
1549 * fvwm/fvwm.c (SetRCDefaults):
1550 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1551 apply to menu item context.
1553 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1555 * fvwm/placement.c (placement_loop):
1556 (__pl_minoverlap_get_avoidance_penalty):
1557 (__pl_smart_get_first_pos):
1558 (__pl_smart_get_next_pos):
1559 (__pl_smart_test_window):
1560 (__pl_smart_get_pos_penalty):
1561 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1562 now less than ten lines of code.
1564 * fvwm/add_window.c (setup_placement_penalty):
1565 * fvwm/style.c (style_parse_one_style_option):
1566 allow to reset the placement penalties with !
1569 * fvwm/add_window.c (setup_placement_penalty):
1572 * fvwm/style.c (style_parse_one_style_option):
1573 put placement penalty array in a struct
1575 * fvwm/placement.c (__place_get_wm_pos):
1576 (__pl_clever_get_next_x):
1577 (__pl_clever_get_next_y):
1578 (__pl_clever_get_first_pos):
1579 (__pl_clever_get_next_pos):
1580 (__pl_clever_get_avoidance_penalty):
1581 (__pl_clever_get_pos_penalty):
1582 (__pl_minoverlap_get_next_x):
1583 (__pl_minoverlap_get_next_y):
1584 (__pl_minoverlap_get_first_pos):
1585 (__pl_minoverlap_get_next_pos):
1586 (__pl_minoverlap_get_avoidance_penalty):
1587 (__pl_minoverlap_get_pos_penalty):
1588 renamed ...clever... functions to ...minoverlap...
1591 * fvwm/decorations.c:
1592 * fvwm/menubindings.c:
1593 * fvwm/module_interface.c:
1594 * fvwm/module_list.c:
1596 * fvwm/module_list.h:
1598 * fvwm/module_interface.h:
1600 dont include "libs" in include path
1603 #includes from fvwm path with "..." not <...>
1606 #includes from library path with "..." not <...>
1608 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1613 documented new svg support
1616 added librsvg detection
1618 * fvwm/Makefile.am (LDADD, INCLUDES):
1619 added rsvg_LIBS, rsvg_CFLAGS
1621 * fvwm/expand.c (expand_vars_extended):
1622 new extended variables
1623 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1625 * fvwm/fvwm.1.in (OPTIONS):
1627 documented new svg support
1628 (COMMAND EXPANSION):
1629 documented new extended variables
1631 * fvwm/fvwm.c (setVersionInfo):
1633 added Frsvg_init() call
1638 * libs/Makefile.am (libfvwm_a_SOURCES):
1643 * libs/Picture.c (PCacheFvwmPicture):
1644 hid svgopts from isFileStampChanged()
1646 * libs/PictureBase.c (PictureFindImageFile):
1647 hid svgopts from searchPath()
1649 * libs/PictureBase.h:
1651 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1652 hid svgopts from setFileStamp()
1654 new svg image loader
1656 * libs/fvwmlib.c (flib_init_graphics):
1657 added Frsvg_init() call
1659 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1662 * fvwm/stack.c (__is_restack_needed)
1663 (is_transient_subtree_straight):
1665 fix crash when trying to restack destroyed window
1667 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1669 * libs/Makefile.am (libfvwm_a_SOURCES):
1672 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1673 * fvwm/menus.c (move_any_menu)
1674 set menu backgrounds before moving. Makes transparent menus move
1677 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1678 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1679 add update_transparent_menu_bg to allow set of transparent menu
1680 background before a move, and change repaint_transparent_menu to
1681 allow for not setting the menu background.
1683 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1684 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1685 transparent colorsets)
1686 (CreateOffsetBackgroundPixmap):
1687 use offset also for non transparent backgrounds.
1689 * fvwm/menubindings.c (menu_shortcuts):
1690 don't move menus on scroll if they don't move
1692 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1697 * fvwm/decorations.c:
1699 * fvwm/ewmh_events.c:
1700 * fvwm/ewmh_icons.c:
1705 * fvwm/menubindings.c:
1710 * fvwm/module_interface.c:
1711 * fvwm/module_list.c:
1714 * fvwm/windowlist.c:
1715 * fvwm/windowshade.c:
1720 * fvwm/conditional.c:
1727 * fvwm/add_window.c:
1729 * fvwm/move_resize.c:
1738 * fvwm/execcontext.c:
1740 * libs/CombineChars.c:
1748 * libs/FlocaleCharset.c:
1752 * libs/safemalloc.c:
1758 * libs/ColorUtils.c:
1760 * libs/PictureImageLoader.c:
1761 * libs/PictureGraphics.c:
1764 * libs/PictureUtils.c:
1766 * libs/PictureBase.c:
1767 use new header files
1773 * libs/ColorUtils.h:
1774 * libs/PictureBase.h:
1781 * libs/Makefile.am (libfvwm_a_SOURCES):
1782 moved declarations from fvwmlib.h to new/appropriate header files
1787 * fvwm/menus.c (paint_side_pic):
1788 fixed previous patch
1791 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1793 * fvwm/menus.c (paint_side_pic):
1796 * fvwm/menus.c (paint_side_pic):
1797 use simple expose information to redraw sidepics less.
1799 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1801 * fvwm/geometry.c (constrain_size):
1802 silence gcc 4.1.1 warning.
1804 * libs/System.c (searchPath):
1805 search in pwd if no path is given.
1806 return NULL if a file dosn't exist regardless if it's absolute path
1808 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1810 * fvwm/placement.c (__place_window)
1811 (__pl_under_mouse_get_pos_simple):
1812 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1814 new style option UnderMousePlacementHonorsStartsOnPage
1816 * fvwm/update.c (init_style):
1817 don't forget stickyness when a window goes fullscreen (or when some
1818 other style is changed)
1820 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1822 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1823 properly handle title direction with cascade placement
1825 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1828 * fvwm/placement.c (__pl_center_get_pos_simple):
1829 CenterPlacement properly handles Xinerama screens
1831 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1834 always substiture datarootdir
1836 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1838 * fvwm/add_window.c (GetWindowSizeHints):
1839 * fvwm/geometry.c (constrain_size):
1840 undefine macros after use
1842 reindented and cleaned up
1843 do not grow a window because of aspect ratio if this is not explicitly
1844 allowed by the CS_ROUND_UP flag
1846 (__cs_handle_aspect_ratio):
1847 broken into separate functions and cleaned up
1849 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1851 * fvwm/module_list.c (module_receive):
1852 (module_input_discard):
1853 allocate input data in just one call - better perfomance
1855 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1857 * fvwm/placement.c (__place_get_wm_pos):
1858 simplified to a simple loop
1859 (__explain_placement):
1860 added explanation of new placement styles
1862 * fvwm/placement.c (__place_get_wm_pos):
1864 (__pl_center_get_pos_simple):
1865 (__pl_under_mouse_get_pos_simple):
1866 (__pl_cascade_get_pos_simple):
1867 (__pl_manual_get_pos_simple):
1868 (__place_get_wm_pos):
1869 use new placement interface for CenterPlacement, UnderMousePlacement,
1870 ManualPlacement, CascadePlacement
1872 * fvwm/placement.c (__sp_get_first_pos):
1873 (__sp_get_next_pos):
1874 (__sp_get_pos_penalty):
1875 (__place_get_wm_pos):
1876 use new placement interface for SmartPlacement
1881 don't use inline functions
1884 renamed function and generalized the placement interface to deal with
1885 any algorithm in the same way
1886 (__place_get_wm_pos):
1887 use new placement interface
1891 increased version to 2.5.22
1895 updated for 2.5.21 release
1897 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1899 * fvwm/read.h: Compile syntax error fix.
1901 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1903 * fvwm/placement.c (SmartPlacement):
1904 fixed broken SmartPlacement
1906 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1908 * fvwm/expand.c (expand_vars_extended):
1909 free allocated icon path
1911 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1919 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1922 * fvwm/fvwm.1.in (Scroll):
1923 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1924 add interactive scrolling.
1926 * fvwm/stack.c (is_transient_subtree_straight):
1927 check first above the tree root, then beneth it.
1929 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1931 * fvwm/module_interface.h
1932 * fvwm/module_interface.c (module_input_enqueue):
1933 (module_input_execute):
1934 new functions based on AddToCommandQueue and ExecuteModuleCommand
1936 * fvwm/module_list.c (CMD_ModuleSynchronous):
1938 * fvwm/events.c (My_XNextEvent):
1939 * fvwm/module_interface.c (ExecuteCommandQueue):
1940 using the above two new functions instead of AddToCommandQueue and
1941 ExecuteModuleCommand
1943 * fvwm/module_interface.c (cqueue_object_type):
1946 * fvwm/module_interface.h
1947 * fvwm/module_interface.c (AddToCommandQueue):
1948 (ExecuteModuleCommand):
1951 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1953 * fvwm/fvwm.h (window_style):
1954 * fvwm/style.c (style_parse_one_style_option):
1955 icon background relief and icon title relief changed to sigend char;
1956 should fix problem with ppc and negative values for these.
1958 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
1960 * fvwm/module_list.h:
1961 * fvwm/module_list.c (module_receive):
1962 (module_input_discard):
1963 (module_input_expect):
1964 new functions to deal with module input
1966 * fvwm/module_list.h:
1967 * fvwm/module_list.c (HandleModuleInput):
1968 replaced by the above three functions
1970 * fvwm/events.c (My_XNextEvent):
1971 * fvwm/module_list.c (CMD_ModuleSynchronous):
1973 adapted to use the above three functions instead of HandleModuleInput
1975 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1977 * configure.ac (HAVE_PNG):
1978 don't mangle png_LIBS, use --with-png-library
1980 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1983 removed news about previous change after move of version-2_5_20 tag
1984 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
1987 * fvwm/stack.c (__restack_window):
1988 fix so new transient windows with StackTransientParent on top layer
1989 don't make all windows raise above the pan frames.
1993 increased version to 2.5.21
1997 updated for 2.5.20 release
1999 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2001 * fvwm/fvwm.c (main):
2002 remove the call to module_init_list, the list head is instead set
2003 to NULL upon declaration
2005 * fvwm/module_list.h:
2006 * fvwm/module_list.c (module_init_list):
2009 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2011 * fvwm/stack.c (is_transient_subtree_straight)
2012 (is_transient_subtree_stack_straight):
2013 use <= 32 character function name
2014 (mark_transient_subtree, is_transient_subtree_straight)
2015 (__mark_transient_subtree_test):
2016 move common tests to function to avoid code duplication
2018 * fvwm/fvwm.1.in (IconifyWindowGroups):
2019 Correctly document that windows are iconified together if the are in
2020 the same window group, not if the group leader is iconified.
2022 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2024 * fvwm/add_window.c (GetWindowSizeHints):
2025 * libs/vpacket.h (ConfigWinPacket):
2026 * fvwm/module_interface.c (CONFIGARGS):
2027 * fvwm/fvwm.h (FvwmWindow):
2028 add orig_hints_width_inc and orig_hints_height_inc values to store the
2029 original resize inc for use in FvwmIdent
2032 * fvwm/style.c (style_parse_one_style_option):
2033 deprecated some "No..." styles
2034 (style_parse_one_style_option):
2035 add a NoResizeHintOverride style
2037 * fvwm/add_window.c (GetWindowSizeHints):
2038 only ignore the min_width/min_height/max_width/max_height with the
2039 ResizeHintOverride style
2041 * fvwm/icons.c (DeIconify):
2042 corrected previous fix
2044 * fvwm/placement.c (CleverPlacement):
2046 (__place_get_wm_pos):
2047 (__place_get_nowm_pos):
2049 fixed smart placement
2050 unified placement func interface
2052 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2055 * fvwm/icons.c (DeIconify):
2058 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2059 fix detection of non needed lower operations
2061 BroadcastRestack to modules even if non is done. (To cancel effect of
2062 already sent M_RAISE/M_LOWER)
2063 don't do raise hacks if no restack was done.
2065 * fvwm/fvwm.h (FvwmWindow):
2066 icon_nalloc_pixels is int instead of unsined int
2068 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2069 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2070 use int instead of unsigned int.
2072 * fvwm/menugeometry.c (menu_get_geometry)
2073 (menu_get_outer_geometry):
2074 * fvwm/focus.c (CMD_WarpToWindow):
2075 * fvwm/geometry.c (get_title_button_geometry):
2076 * fvwm/session.c (SaveWindowStates):
2077 * fvwm/conditional.c (CMD_WindowId):
2078 * fvwm/placement.c (__place_get_wm_pos):
2079 * fvwm/frame.c (frame_create_move_resize_args):
2080 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2081 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2082 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2083 * fvwm/style.c (style_parse_icon_box_style):
2084 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2085 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2087 * fvwm/events.c (HandlePropertyNotify)
2088 (__is_bpress_window_handled):
2089 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2091 fix geometry signed pointer warnings
2093 * libs/Graphics.c (CalculateGradientDimensions):
2094 cast pointer to unsigned int*
2096 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2097 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2098 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2099 change unsigned int* parameter to int*. It get's info stored in an
2100 unsigned short, so it should be OK.
2104 JunkMask is unsigned
2106 * fvwm/stack.c (__mark_group_member)
2107 (is_transient_subtree_stacked_straight, __is_restack_needed)
2108 (__restack_window, mark_transient_subtree):
2109 don't raise or lower windows if they are already at the right place.
2111 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2113 * fvwm/module_interface.c (struct cqueue_object_type):
2114 * fvwm/module_list.h (struct fmodule_input):
2115 reused cqueue_object_type as a struct to store module input data
2116 renamed it to fmodule_input and moved it to module_list.h
2117 typedef'ed it to cqueue_object_type in module_interface.c
2119 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2121 * fvwm/placement.c (__cp_get_next_x):
2123 (__cp_get_first_pos):
2124 (__cp_get_next_pos):
2125 (__cp_get_avoidance_penalty):
2128 restructured and cleaned up CleverPlacement code
2130 * fvwm/style.c (style_parse_icon_box_style):
2131 * fvwm/virtual.c (HandlePaging):
2132 * fvwm/stack.c (verify_stack_ring_consistency):
2133 (ResyncFvwmStackRing):
2135 * fvwm/read.c (cursor_control):
2136 * fvwm/placement.c (__place_get_wm_pos):
2137 * fvwm/move_resize.c (GetMoveArguments):
2138 (ParseOneResizeArgument):
2139 (GetResizeArguments):
2140 (GetResizeMoveArguments):
2141 (resize_move_window):
2142 (resize_move_window):
2153 (maximize_fvwm_window):
2157 * fvwm/menustyle.h (MenuStyle):
2158 * fvwm/menus.c (MenuSizingParameters):
2160 (paint_menu_gradient_background):
2161 (paint_menu_gradient_background):
2165 (pop_menu_down_and_repaint_parent):
2166 (__mloop_handle_action_without_mi):
2170 * fvwm/menuroot.h (MenuRootStatic):
2172 * fvwm/menuitem.h (MenuPaintItemParameters):
2173 * fvwm/menugeometry.h:
2174 * fvwm/menubindings.c (menu_shortcuts):
2175 * fvwm/icons.c (SetIconPixmapSize):
2177 (DrawIconTitleWindow):
2182 * fvwm/gnome.c (GNOME_GetHintIcons):
2183 * fvwm/functions.c (FvwmFunction):
2184 (__execute_function):
2186 (execute_complex_function):
2187 * fvwm/fvwm.c (JunkWidth):
2193 * fvwm/externs.h (JunkWidth):
2198 * fvwm/focus.c (CMD_WarpToWindow):
2199 * fvwm/expand.c (__eae_parse_range):
2200 (expand_args_extended):
2201 (expand_vars_extended):
2202 (expand_vars_extended):
2203 * fvwm/ewmh_names.c (EWMH_WMIconName):
2205 * fvwm/ewmh_intern.h:
2206 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2207 (EWMH_DoUpdateWmIcon):
2208 (ewmh_SetWmIconFromPixmap):
2209 (ewmh_SetWmIconFromPixmap):
2210 (EWMH_DeleteWmIcon):
2213 (EWMH_SetIconFromWMIcon):
2214 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2216 (ewmh_WMIconGeometry):
2219 * fvwm/ewmh.c (ewmh_ChangeProperty):
2220 (ewmh_ChangeProperty):
2222 (ewmh_AtomGetByName):
2223 (ewmh_AddToKdeSysTray):
2224 (EWMH_GetWorkAreaIntersection):
2225 (ewmh_HandleWindowType):
2226 (ewmh_check_wm_pid):
2227 * fvwm/geometry.c (constrain_size):
2229 * fvwm/events.c (__handle_cr_on_client):
2232 * libs/PictureImageLoader.c:
2233 * libs/PictureImageLoader.h:
2236 * libs/Graphics.c (ParseGradient):
2237 (CalculateGradientDimensions):
2238 (CreateGradientPixmap):
2239 (CreateGradientPixmapFromString):
2240 * fvwm/colorset.c (update_root_pixmap):
2241 * fvwm/builtins.c (CMD_Echo):
2243 * fvwm/add_window.c (AddWindow):
2244 * fvwm/screen.h (DecorFace):
2245 use int instead of unsigned int
2247 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2248 * fvwm/colormaps.c (EnterSubWindowColormap):
2249 (LeaveSubWindowColormap):
2250 (FetchWmColormapWindows):
2252 * libs/CombineChars.c (char_combclass):
2253 use short instead of short int
2254 use long instead of long int
2256 * libs/PictureBase.h (FvwmPictureAttributes):
2257 (FvwmRenderAttributes):
2258 * libs/Flocale.h (FlocaleFont):
2259 * fvwm/style.c (style_parse_icon_grid_style):
2260 * fvwm/menus.c (size_menu_horizontally):
2261 (size_menu_vertically):
2264 * fvwm/menuitem.c (menuitem_paint):
2266 * fvwm/menuitem.h (MenuItem):
2267 * fvwm/geometry.c (set_window_border_size):
2268 * fvwm/decorations.c (SelectDecor):
2269 use int instead of short
2271 * fvwm/screen.h (FvwmAcs):
2273 * fvwm/menus.c (MenuSizingParameters):
2274 (size_menu_horizontally):
2276 (paint_menu_gradient_background):
2277 * fvwm/menuroot.h (MenuRootStatic):
2278 * fvwm/menuitem.h (MenuItem):
2279 (MenuItemPartSizesT):
2280 * fvwm/menuitem.c (menuitem_get_size):
2281 * fvwm/menudim.h (MenuDimensions):
2282 use int instead of unsigned short
2284 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2287 * libs/gravity.c (gravity_move_resize_parent_child):
2289 * fvwm/frame.c (mr_args_internal):
2290 (frame_setup_border):
2291 (frame_setup_titlebar):
2292 (frame_get_resize_decor_gravities):
2293 (frame_get_titlebar_dimensions):
2294 use rectangle instead of signed_rectangle
2296 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2297 * libs/fvwmrect.h (signed_rectangle):
2301 widht and height are now signed values
2303 * fvwm/placement.c (get_next_x):
2311 * fvwm/placement.c (get_next_x):
2317 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2320 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2321 StickyAcrossDesksIcon.
2323 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2325 * fvwm/conditional.c (CreateConditionMask):
2326 added conditions StickyIcon, StickyAcrossPagesIcon and
2327 StickyAcrossDesksIcon.
2330 documented new conditional tests.
2331 removed descriptions of styles StickyIconPage & StickyIconDesk which
2332 actually don't exists in fvwm.
2333 moved StickyIcon/SlipperyIcon descriptions immediately after
2334 Sticky/Slippery description.
2336 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2338 * fvwm/placement.c (SmartPlacemen):
2340 cleaned up SmartPlacement code
2342 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2344 * fvwm/ConfigFvwmMenuDefaults:
2345 Mouse 0 MS A MenuLeaveSubmenu instead.
2347 * fvwm/ConfigFvwmMenuDefaults:
2348 Mouse 0 MS A MenuClose to make sidepic and border behave as
2349 before menu bindings.
2352 * libs/wcontext.h (enum):
2353 * fvwm/menubindings.c (menu_binding):
2355 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2357 * fvwm/menustyle.c (menustyle_parse_old_style):
2358 add a message of deprecation.
2360 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2362 * fvwm/module_list.h:
2363 * fvwm/module_list.c:
2364 new files for module handling code.
2366 * fvwm/module_list.h:
2367 * fvwm/module_interface.h:
2368 * fvwm/module_list.c:
2369 * fvwm/module_interface.c:
2370 (struct mqueue_object_type):
2381 (do_execute_module):
2382 (executeModuleDesperate):
2384 (CMD_ModuleListenOnly):
2385 (CMD_ModuleSynchronous):
2386 (HandleModuleInput):
2392 (DeleteMessageQueueBuff):
2393 (FlushMessageQueue):
2394 (FlushAllMessageQueues):
2396 (CMD_set_sync_mask):
2397 (CMD_set_nograb_mask):
2398 (skipModuleAliasToken):
2400 (struct msg_masks_t):
2402 moved from module_interface.c/h to module_list.c/h
2404 * fvwm/module_list.h (do_execute_module):
2405 * fvwm/module_interface.h (AddToCommandQueue):
2406 (ExecuteModuleCommand):
2407 initialy static functions are exposed for now. Should be fixed soon.
2410 added module_list.h and module_list.c
2411 reorganized the c files by size
2413 * fvwm/module_list.h:
2414 * fvwm/module_list.c:
2427 renamed functions to a unified style
2429 * fvwm/module_interface.h:
2430 * fvwm/module_interface.c:
2436 * fvwm/windowshade.c:
2438 * fvwm/move_resize.c:
2439 include file cleanup
2441 * fvwm/module_list.c (do_execute_module):
2442 made absolutely sure the module's read fd is >=0 before inserting
2443 the module on the list
2445 * fvwm/events.c (My_XNextEvent):
2446 * fvwm/module_list.c (PositiveWrite):
2447 (CMD_ModuleSynchronous):
2448 assume module read fd is allways >=0 (remove the tests)
2450 * fvwm/module_list.c (module_free):
2451 no need to test if fd >=0 when closing the pipes.
2453 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2455 * fvwm/menuitem.c (draw_higlight_background):
2456 fix x-origin of HGradients
2458 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2460 * fvwm/module_interface.c (FlushMessageQueues):
2461 fixed not flushing the first module on the list
2463 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2465 * libs/Flocale.c (FlocaleGetFftFont):
2466 add sanity check for NULL fontname.
2470 * fvwm/menuitem.c (menuitem_paint):
2471 (draw_hilight_background):
2472 make all kinds of pixmaps work with hilight background
2474 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2475 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2476 (CreateBackgroundPixmap):
2477 added CreateOffsetBackgroundPixmap with the ability to create
2478 transparent images at an offset relative to the window.
2480 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2482 * fvwm/menus.c (__mloop_exit):
2485 (__mloop_handle_event):
2486 don't warp to parent item when entering other item with mouse.
2490 * fvwm/menustyle.c (menustyle_update):
2491 make use of colorset TiledPixmap option with HiglightBack
2492 and HiglightTitleBack menu styles.
2494 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2499 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2501 * libs/FScreen.c (FScreenParseGeometry):
2502 don't look up screen info if screen is undefined
2504 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2508 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2510 * libs/fio.c (fvwm_send):
2513 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2518 new utility files to wrap writing/reading standard lib functions that
2519 might be interrupted
2521 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2523 * fvwm/ewmh_intern.h:
2524 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2525 instead of <time.h>.
2527 * fvwm/windowlist.h:
2528 removed unneeded file.
2531 removed windowlist.h from build list.
2533 * libs/PictureUtils.c:
2534 include "ftime.h" instead of <time.h>.
2535 fvwmlib.h header name should be in double quotes not in angle
2539 include "ftime.h" instead of <sys/time.h>.
2541 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2544 make my email less spider-friendly
2546 * fvwm/bindings.c (binding_cmd):
2550 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2552 * fvwm/screen.h (ScreenInfo):
2553 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2554 casting signed values in calculations to be cast to unsigned
2556 * fvwm/focus.c (__activate_window_by_command):
2557 don't warp the viewport if the center of the window is already in view
2558 fixed a bug in window positioning
2560 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2563 FvwmIconBox IconColorset's bg wasn't updated immediately.
2565 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2567 * fvwm/fvwm.c (main):
2568 close all open fds upon startup
2569 reopen stdin, stdout and stderr if necessary
2573 * fvwm/module_interface.c (do_execute_module):
2574 simplified error handling
2575 check maximum fd when creating modules
2577 * fvwm/events.c (My_XNextEvent):
2578 * fvwm/fvwm.c (main):
2579 replaced fd_width with fvwmlib_max_fd
2582 * libs/System.c (fvwmlib_init_max_fd):
2583 added function and fvwmlib_max_fd
2585 * fvwm/events.c (My_XNextEvent):
2586 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2587 switch back to using FD_SET
2589 * fvwm/events.c (My_XNextEvent:
2590 * fvwm/module_interface.h:
2591 * fvwm/module_interface.c:
2592 hide module structure members with access macros and use them
2595 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2597 * fvwm/module_interface.c (module_add_to_fdsets):
2598 * fvwm/module_interface.h:
2599 created new function that also checks for too many open fds
2601 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2602 * fvwm/events.c (My_XNextEvent):
2603 now using module_add_to_fdset to add pipes to the fdsets
2605 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2607 * libs/defaults.h (MAX_NUM_MODULES):
2608 * fvwm/module_interface.c (module_alloc):
2609 (do_execute_module):
2610 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2612 * fvwm/module_interface.c (do_execute_module):
2613 moved the allocation call to the end of the sanity checks and pipe
2614 creation - better for performance
2616 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2618 END MODULE STRUCT PATCHES
2620 * fvwm/module_interface.c (do_execute_module):
2621 fixed another memory leak
2623 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2625 * fvwm/module_interface.h:
2626 * fvwm/module_interface.c:
2628 renamed struct module member "pipeName" and "pipeAlias" to "name"
2631 * fvwm/module_interface.c (do_execute_module):
2632 fixed possible memory leak
2634 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2636 * fvwm/events.c (My_XNextEvent):
2637 * fvwm/module_interface.c (module_alloc):
2638 (do_execute_module):
2640 * fvwm/module_interface.h (fmodule):
2641 replaced int with a flag struct
2643 * fvwm/module_interface.h:
2644 * fvwm/events.c (My_XNextEvent):
2645 * fvwm/module_interface.c (module_alloc):
2649 add new modules at front of list again
2650 removed global variable init_fdset; use a flag in the module struct
2652 removed the now obsolete module slot count
2654 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2656 * fvwm/module_interface.c (module_remove):
2658 moved module remotion code to module_remove()
2660 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2662 * fvwm/events.c (My_XNextEvent):
2663 fixed startup commands
2665 * fvwm/module_interface.c (module_insert):
2669 append modules at end of list
2671 * fvwm/events.c (My_XNextEvent):
2674 * fvwm/module_interface.c (ExecuteModuleCommand):
2678 (BroadcastNewPacket):
2680 (BroadcastFvwmPicture):
2681 (BroadcastColorset):
2682 (BroadcastPropertyChange):
2683 (BroadcastConfigInfoString):
2685 (FlushAllMessageQueues):
2688 (CMD_set_sync_mask):
2689 (CMD_set_nograb_mask):
2691 (skipModuleAliasToken):
2692 use MAX_MODULE_ALIAS_LEN
2694 * fvwm/module_interface.c (KillModule):
2695 (do_execute_module):
2697 added a "slot" member to the module struct to fix the init_fdset hack
2700 * libs/defaults.h (MAX_NUM_MODULES):
2701 (MAX_MODULE_ALIAS_LEN):
2704 * fvwm/module_interface.c (do_execute_module):
2705 rewrote module struct initialization
2706 (HandleModuleInput):
2707 use %p to print module address, don't cast it to int
2709 * fvwm/module_interface.c (ClosePipes):
2717 * fvwm/module_interface.c (FreeModule):
2721 * fvwm/module_interface.c (KillModule):
2723 * fvwm/events.c (My_XNextEvent):
2724 * fvwm/execcontext.h:
2725 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2727 * fvwm/stack.c (BroadcastRestack):
2730 * fvwm/module_interface.c (module_get_next):
2731 * fvwm/module_interface.h:
2734 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2736 * fvwm/modconf.c (ModuleConfig):
2737 (SendConfigToModule):
2738 (send_xinerama_state):
2739 (send_desktop_names):
2740 (send_desktop_geometry):
2745 (send_move_threshold):
2746 (send_ignore_modifiers):
2747 (CMD_Send_ConfigInfo):
2748 * fvwm/functions.c (__execute_function):
2749 * fvwm/events.c (My_XNextEvent):
2750 * fvwm/module_interface.h (msg_masks_t):
2752 * fvwm/execcontext.c (__exc_change_context):
2753 (exc_create_null_context):
2754 * fvwm/execcontext.h:
2755 Initial module struct patches
2757 BEGIN MODULE STRUCT PATCHES
2759 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2761 * fvwm/events.c (HandleFocusOut):
2762 (__refocus_stolen_focus_win):
2763 (HandleEnterNotify):
2764 less disruptive way of restoring focus to the window it was stolen from
2766 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2768 * fvwm/events.c (HandleEnterNotify):
2769 restore focus to windows that had it stolen by
2770 unmanaged windows on enter of any unmanaged windows.
2772 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2774 * fvwm/menubindings.c:
2775 don't include menus.h
2777 * fvwm/ConfigFvwmMenuDefaults:
2778 all bindings are silent
2780 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2782 * fvwm/ConfigFvwmMenuDefaults:
2783 make all numpad keys silent -- not all keyboads have a numpad
2784 add KP_Separator for MenuClose
2786 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2789 documented missing menu bindings.
2791 * fvwm/ConfigFvwmMenuDefaults:
2792 fixed wrong menu bindings.
2794 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2796 * fvwm/menubindings.c:
2797 * fvwm/menubindings.h:
2801 * fvwm/menugeometry.c:
2802 * fvwm/menugeometry.h:
2808 * fvwm/move_resize.c:
2809 * fvwm/move_resize.h:
2810 * fvwm/windowlist.c:
2811 simplified including header files
2813 * fvwm/menus.c (__mloop_handle_event):
2814 * fvwm/menuparameters.h:
2815 * fvwm/menubindings.c (menu_shortcuts):
2816 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2818 * fvwm/menus.c (__mloop_handle_event):
2819 * fvwm/menuparameters.h:
2820 * fvwm/menubindings.c (menu_shortcuts):
2821 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2824 * fvwm/menus.h (MenuParameters):
2829 (MenuRepaintTransparentParameters):
2830 * fvwm/menuparameters.h (MenuParameters):
2835 (MenuRepaintTransparentParameters):
2836 moved to menuparameters.h
2838 * fvwm/menus.h (MenuRoot):
2841 * fvwm/menutypes.h (MenuRoot):
2846 * fvwm/menus.c (menu_get_geometry):
2847 (menu_get_outer_geometry):
2848 * fvwm/menugeometry.c (menu_get_geometry):
2849 (menu_get_outer_geometry):
2850 moved to menugeometry.c
2852 * fvwm/menuparameters.h:
2854 * fvwm/menugeometry.c:
2855 * fvwm/menugeometry.h:
2859 * fvwm/menubindings.h (enum):
2860 * fvwm/menus.c (enum):
2861 moved enum menu_shortcut_action to menubindings.h
2862 (get_selectable_item_index):
2863 (get_selectable_item_from_index):
2864 (get_selectable_item_from_section):
2865 (get_selectable_item_count):
2866 (parse_menu_action):
2867 moved to menubindings.c
2869 * fvwm/menus.c (enum):
2870 (parse_menu_action):
2872 renamed enum shortcut_action to menu_shortcut_action
2874 * fvwm/fvwm.c (SetRCDefaults):
2875 read default config file after all other defaults
2877 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2879 * fvwm/ConfigFvwmMenuDefaults:
2880 * fvwm/fvwm.c (SetRCDefaults):
2881 make the hard coded menu bindings load before ConfigFvwmDefaults
2882 move Mouse 0 ... to ConfigFvwmMenuDefaults
2884 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2886 * fvwm/ConfigFvwmMenuDefaults:
2887 * fvwm/fvwm.c (SetRCDefaults):
2888 added hard coded default menu bindings
2890 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2893 documentation fixes.
2895 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2898 * fvwm/menubindings.h:
2899 * fvwm/menubindings.c:
2903 moved new menu binding code to menubindings.c, menubindings.h
2904 split binding into a regular list and a fallback list that can not be
2907 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2908 fixed calculation of new geometry if x or y is negative
2910 * fvwm/geometry.c (maximize_adjust_offset):
2911 fixed calculations of normal geometry when maximized
2913 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2916 * fvwm/ConfigFvwmMenuDefaults:
2917 * fvwm/fvwm.c (SetRCDefaults):
2918 * fvwm/menus.c (parse_menu_action):
2920 rename menu action to menu bindings and make menu binding commands
2921 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2922 ensure basic function with ConfigFvwmMenuDefaults missing.
2924 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2926 * fvwm/menus.c (menuShortcuts):
2927 fixed compiler warning.
2929 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2932 corrected mis-spelling
2938 * fvwm/menus.c (handle_emacs_bindings):
2941 (__mloop_handle_event):
2943 * fvwm/bindings.c (ParseBinding):
2944 * fvwm/Makefile.am (config_DATA):
2945 * fvwm/ConfigFvwmDefaults:
2946 * fvwm/ConfigFvwmMenuDefaults:
2947 fully configurable mouse any key bindings for menu navigation.
2949 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2951 * fvwm/virtual.c (HandlePaging):
2952 removed bogus comment
2954 * fvwm/move_resize.c (__move_loop):
2957 allow paging during resize with "EdgeScroll 0 0" as documented in the
2959 fixed disappearing windows with "maximize; resize - abort; unmaximize"
2961 * fvwm/fvwm.h (FvwmWindow):
2962 * fvwm/add_window.c (AddWindow):
2963 * fvwm/add_window.c (setup_frame_window):
2964 * fvwm/add_window.c (setup_parent_window)
2965 * fvwm/borders.c (border_draw_decorations):
2966 * fvwm/borders.c (border_draw_one_border_part):
2967 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
2968 * fvwm/borders.c (border_get_titlebar_descr)
2969 * fvwm/builtins.c (__remove_window_decors):
2970 * fvwm/conditional.c (MatchesConditionMask):
2971 * fvwm/events.c (HandleMapNotify):
2972 * fvwm/events.c (HandleMapRequestKeepRaised)
2973 * fvwm/events.c (HandlePropertyNotify):
2974 * fvwm/events.c (HandleShapeNotify):
2975 * fvwm/events.c (__cr_detect_icccm_move)
2976 * fvwm/events.c (__cr_get_grav_position):
2977 * fvwm/events.c (__cr_get_static_position)
2978 * fvwm/events.c (__handle_configure_request)
2979 * fvwm/events.c (__handle_cr_on_client):
2980 * fvwm/ewmh.c (EWMH_fullscreen):
2981 * fvwm/focus.c (__activate_window_by_command):
2982 * fvwm/focus.c (__set_focus_to_fwin):
2983 * fvwm/focus.c (warp_to_fvwm_window):
2984 * fvwm/frame.c (__frame_setup_window):
2985 * fvwm/frame.c (frame_create_move_resize_args)
2986 * fvwm/frame.c (frame_free_move_resize_args):
2987 * fvwm/frame.c (frame_move_resize_step)
2988 * fvwm/frame.c (frame_reshape_border):
2989 * fvwm/geometry.c (constrain_size):
2990 * fvwm/geometry.c (get_icon_corner)
2991 * fvwm/geometry.c (get_page_offset):
2992 * fvwm/geometry.c (get_page_offset_check_visible):
2993 * fvwm/geometry.c (get_shaded_client_window_pos):
2994 * fvwm/geometry.c (get_title_button_geometry):
2995 * fvwm/geometry.c (get_title_geometry)
2996 * fvwm/geometry.c (get_unshaded_geometry):
2997 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
2998 * fvwm/geometry.c (gravity_constrain_size):
2999 * fvwm/geometry.c (maximize_adjust_offset):
3000 * fvwm/geometry.c (update_absolute_geometry):
3001 * fvwm/geometry.c (update_relative_geometry)
3002 * fvwm/gnome.c (GNOME_SetWinArea):
3003 * fvwm/icons.c (AutoPlaceIcon):
3004 * fvwm/icons.c (DeIconify):
3005 * fvwm/icons.c (Iconify):
3006 * fvwm/module_interface.c (CONFIGARGS):
3007 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3008 * fvwm/move_resize.c (CMD_Maximize):
3009 * fvwm/move_resize.c (CMD_ResizeMaximize):
3010 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3011 * fvwm/move_resize.c (__move_loop):
3012 * fvwm/move_resize.c (__move_window):
3013 * fvwm/move_resize.c (__resize_window):
3014 * fvwm/move_resize.c (maximize_fvwm_window):
3015 * fvwm/move_resize.c (resize_move_window):
3016 * fvwm/move_resize.c (stick_across_pages):
3017 * fvwm/move_resize.c (unmaximize_fvwm_window):
3018 * fvwm/placement.c (__explain_placement):
3019 * fvwm/placement.c (__place_get_wm_pos):
3020 * fvwm/placement.c (get_next_x):
3021 * fvwm/placement.c (get_next_y):
3022 * fvwm/placement.c (test_fit)
3023 * fvwm/session.c (MatchWinToSM):
3024 * fvwm/session.c (SaveWindowStates):
3025 * fvwm/update.c (apply_window_updates):
3026 * fvwm/virtual.c (MoveViewport):
3027 * fvwm/windowlist.c (CMD_WindowList):
3028 * fvwm/windowshade.c (CMD_WindowShade):
3029 put some of the window geometry members into a separate struct window_g
3030 with members frame, normal, max, max_defect, max_offset
3032 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3036 * fvwm/window_flags.h:
3038 * fvwm/style.c (style_parse_one_style_option):
3039 * fvwm/icons.c (DrawIconTitleWindow):
3040 * fvwm/fvwm.h (common_flags_t):
3041 * fvwm/fvwm.1.in (Style):
3043 (border_draw_title_stick_lines):
3044 Applied Stippled patch by Thomas Adam with some fixes.
3046 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3049 FvwmWinList button/list syncronization fixed (bug #1393)
3051 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3059 updated for 2.5.19 release
3062 updated after 2.4.20 release
3065 * fvwm/focus.c (focus_get_fpol_context_flag):
3066 * fvwm/events.c (__check_click_to_focus_or_raise)
3067 (__handle_click_to_focus):
3068 Treat EWMH desktop as client window under click to focus. (#1492)
3070 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3072 * libs/Module.h (MX_REPLY):
3073 (MAX_EXTENDED_MESSAGES):
3075 * fvwm/module_interface.c (CMD_Send_Reply):
3076 * fvwm/functable.c (func_table):
3078 Added Send_Reply module only command.
3080 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3082 * libs/PictureUtils.c (init_static_colors_table):
3083 fix fvwm for < 8 bit depth, bug #1677
3085 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3087 * fvwm/misc.c (IsRectangleOnThisPage):
3088 new fix for signedness problems.
3090 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3092 * fvwm/misc.c (IsRectangleOnThisPage):
3093 fix signedness problem with test introduced by gcc4 fix below.
3095 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3097 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3101 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3102 * libs/gravity.h (gravity_move_resize_parent_child):
3103 * libs/gravity.c (gravity_move_resize_parent_child):
3104 * fvwm/frame.h (frame_get_titlebar_dimensions)
3105 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3106 (frame_get_resize_decor_gravities):
3108 (frame_setup_border):
3109 (frame_setup_titlebar)
3110 (frame_get_resize_decor_gravities):
3111 (frame_get_titlebar_dimensions):
3112 split rectangle into a signed size and an unsigned size type.
3114 * fvwm/screen.h (ScreenInfo):
3115 * libs/FScreen.h (FScreenGetScrRect):
3116 (FScreenGetResistanceRect):
3117 * libs/FScreen.c (XineramaScreenInfo):
3118 (FScreenGetGeometry)
3119 (FScreenGetScrRect):
3120 (FScreenClipToScreen):
3121 (FScreenCenterOnScreen)
3122 (FScreenGetResistanceRect):
3123 (FScreenIsRectangleOnScreen):
3124 * fvwm/fvwm.h (FvwmWindow):
3125 * fvwm/screen.h (DecorFace):
3126 * libs/fvwmlib.h (CreateGradientPixmap):
3127 * libs/Graphics.c (CreateGradientPixmap):
3128 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3129 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3130 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3131 (PImageLoadPixmapFromFile):
3132 (PImageLoadPixmapFromXpmData):
3133 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3134 (PImageCreatePixmapFromArgbData):
3135 (PImageLoadPixmapFromFile)
3136 (PImageLoadFvwmPictureFromFile):
3137 (PImageLoadPixmapFromXpmData):
3138 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3139 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3140 (EWMH_SetIconFromWMIcon):
3141 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3142 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3143 * fvwm/colorset.c (parse_colorset):
3144 * fvwm/icons.c (DrawIconTitleWindow):
3147 * fvwm/menus.h (MenuRootDynamic):
3148 * fvwm/menus.c (update_menu):
3152 * fvwm/move_resize.c (GetMoveArguments):
3153 (ParseOneResizeArgument)
3154 (GetResizeArguments):
3155 (GetResizeMoveArguments):
3159 change dimensions and allocation counts to unsigned types.
3161 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3162 (FlocaleStringByteToCharOffset):
3163 (FlocaleStringCharToByteOffset)
3164 (FlocaleStringCharLength)
3165 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3166 (FlocaleStringByteToCharOffset):
3167 (FlocaleStringCharToByteOffset)
3168 (FlocaleStringCharLength):
3169 (FlocaleUtf8ToUnicodeStr2b)
3170 (FlocaleStringToString2b):
3171 (FlocaleEncodeString):
3172 * libs/Ficonv.c (convert_charsets):
3173 change most string types to char* from unsigned char* to match
3174 with system headers without casts.
3176 * libs/Flocale.c (FlocaleLoadFont):
3177 init shadow_dir to make gcc 4 happy.
3179 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3180 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3181 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3182 (CSETS_IS_TRANSPARENT_PR_PURE):
3183 (CSETS_IS_TRANSPARENT_ROOT)
3184 (CSETS_IS_TRANSPARENT):
3185 compare pointer with NULL, not >= 0.
3187 * libs/FTips.h (ftips_position_t):
3188 * fvwm/expand.c (partial_extended_vars):
3189 * fvwm/placement.c (preason_screen_t):
3190 remove comma last in enums.
3192 * fvwm/style.c (style_parse_focus_policy_style):
3193 change 0xffffffff to ~0 to silience truncation warning.
3195 * fvwm/session.h (mwtsm_state_args):
3196 make flags unsigned.
3198 * fvwm/schedule.c (sq_object_type):
3199 change // to /* ... */
3201 * libs/Fft.c (FftGetFontWidths):
3203 * libs/FScreen.c (FScreenConfigureSLSScreens):
3204 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3205 (EWMH_SetDesktopNames):
3206 * fvwm/fvwm.c (LoadDefaultLeftButton):
3207 (LoadDefaultRightButton):
3208 * fvwm/builtins.c (ReadDecorFace):
3210 silence signedness warnings by casts.
3212 * fvwm/borders.c (ROTATE_RECTANGLE):
3213 make sure tr is initialized.
3215 * fvwm/add_window.c (FetchWmProtocols):
3216 use unsigned type for l_protocols.
3218 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3220 * fvwm/events.c (HandleFocusIn):
3222 * fvwm/focus.c (__set_focus_to_fwin):
3223 fix focus decoration when unmanaged are focused, unless
3224 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3226 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3228 * fvwm/geometry.c (constrain_size):
3229 repeat aspect-resizing in a loop to get a stable result that does not
3230 change the next time the frame is set up
3232 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3236 increased version to 2.5.19
3241 updated for 2.5.18 release
3243 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3246 removed the unused test for imlib
3247 removed the Imlib.h header from gdk_imlib test programs
3249 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3251 * fvwm/ewmh.c (atom_get):
3252 fix offset and length args for XGetWindowProperty() (to support 64bit
3255 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3257 * fvwm/events.c (HandleUnmapNotify):
3258 immediately handle MapRequests after unmapping a window while we still
3259 have the context fvwm window; this is necessary to allow the client to
3260 re-map a window before fvwm can reparent it to the root window
3261 (HandleMapRequestKeepRaised):
3264 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3266 * fvwm/ewmh.c (ewmh_HandleDesktop):
3267 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3270 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3274 * fvwm/decorations.c:
3275 fix offset and length args for XGetWindowProperty() (to support 64bit
3278 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3281 * fvwm/expand.c (expand_vars_extended):
3282 correctly expand break.
3283 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3286 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3288 * fvwm/decorations.h (is_function_allowed):
3289 * fvwm/decorations.c (__is_resize_allowed):
3290 (is_function_allowed):
3291 work on 'const FvwmWindow *'
3293 * fvwm/fvwm.h (action_flags):
3294 * fvwm/style.c (check_window_style_change):
3295 * fvwm/module_interface.c (__get_allowed_actions)
3297 * libs/vpacket.h (ConfigWinPacket):
3298 expose fvwm allowed actions to modules
3300 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3302 * fvwm/move_resize.c (__move_icon):
3303 *do* map icon windows for pictured icons on move, but only if they end
3304 up on the current desk
3306 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3308 * fvwm/move_resize.c (__move_icon):
3309 don't map icon windows for pictured icons on move
3311 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3313 * fvwm/style.c (remove_all_of_style_from_list):
3314 (__simplify_style_list):
3319 (style_ids_are_equal):
3320 (style_id_equals_id)
3321 (styles_have_same_id):
3323 (one_fw_can_match_both_ids):
3324 (check_window_style_change):
3325 use int/0/1 instead of Bool/False/True
3327 * fvwm/move_resize.c (stick_across_pages):
3328 use False instead of FALSE
3330 * fvwm/style.c (fw_match_style_id):
3331 * fvwm/read.c (run_command_file):
3333 * fvwm/add_window.c (MappedNotOverride):
3334 * libs/wild.c (matchWildcards):
3335 use 0 and 1 instead of FALSE and TRUE
3338 removed TRUE and FALSE
3340 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3343 FvwmPager !IconTitle style bugfix.
3345 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3348 Updated description of Wait command in man page.
3350 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3352 * libs/Flocale.c (FlocaleFontStructDrawString)
3353 (FlocaleRotateDrawString):
3354 (FlocaleDrawString):
3355 fixed drawing of forecolor/hilightfore
3357 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3358 always unmaximize and resize window when leaving fullscreen state,
3359 not just if it did not start as fullscreen
3361 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3363 * fvwm/fvwm.1.in (MenuStyle):
3364 added a reference to the prefered ! style negation flag,
3365 and listed the other deprecated negative forms in one place.
3368 (AutomaticHotkeysOff):
3371 changed to the ! negation form and listed as deprecated.
3373 removed relics from the man page
3375 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3379 increased version to 2.5.18
3384 updated for 2.5.17 release
3386 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3388 * fvwm/move_resize.c (__move_window):
3389 allow moving a window without an icon while it's iconified based on the
3392 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3394 * fvwm/menustyle.c (menustyle_copy):
3395 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3397 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3400 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3401 changed the manpage to reflect the prefered style negation method,
3402 that is, using the !* negation sign.
3404 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3406 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3407 removed documentation of filters.
3410 * fvwm/expand.c (check_first_filter):
3412 (expand_args_extended):
3413 (expand_vars_extended):
3415 removed variable filter implementation and backslash-escaping.
3417 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3420 News blurb for variable filters and backslash-escaping.
3422 documentation of variable filters.
3424 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3426 * fvwm/expand.c (chec):
3429 (expand_args_extended):
3430 (expand_vars_extended):
3432 implemented variable filters.
3434 * fvwm/expand.c (expand_vars):
3435 made backslash work as escape character within extended variables.
3437 * libs/Strings.h (QuoteEscapeString):
3438 (QuoteEscapeStringLength):
3439 * libs/Strings.c (QuoteEscapeString):
3440 (QuoteEscapeStringLength):
3441 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3444 * fvwm/expand.c (expand_args_extended):
3445 make upper limit inclusive.
3447 * fvwm/functions.c (__execute_function):
3448 Changed PeekToken to GetNextToken before expand_vars call.
3451 updated documentation regarding quoting in expand_args_extended
3453 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3455 * fvwm/expand.c (__eae_parse_range):
3456 reject everything that does not begin with a digit
3458 * libs/Parse.c (SkipNTokens):
3459 stop skipping tokens at the end of input
3461 * fvwm/expand.c (__eae_parse_range):
3465 (__eae_parse_range):
3466 fixed parsing of $[n-]
3468 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3470 * fvwm/expand.c (expand_args_extended):
3472 added range check for positional parameters
3473 (expand_args_extended):
3474 (__eae_parse_range):
3475 cleaned up and simplified parsing code
3476 properly unquote arguments when expanding
3477 removed the patch below
3479 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3481 * fvwm/expand.c (expand_args_extended):
3482 removed range check for positional parameters
3483 make single arguments not use the 'upper' variable
3484 changed back to PeekToken for single arguemnts.
3485 improved some comments.
3487 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3489 * fvwm/expand.c (expand_args_extended):
3490 Fix segfault when called with a tokenless string for single arguments.
3492 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3494 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3495 Reported by Serge Koksharov.
3497 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3499 * fvwm/placement.c (__explain_placement):
3500 print initial size of window too
3502 * libs/Makefile.am (libfvwm_a_SOURCES):
3503 * libs/fvwm_sys_stat.h:
3507 added O_NOFOLLOW replacement and always include fcntl.h
3509 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3511 Added DV's mailing-list comments about how PeekToken & GetNextToken
3512 work as comments to the source code. (slightly modified)
3514 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3516 * fvwm/schedule.c (CMD_Schedule):
3517 Fixed parsing of "Periodic" option.
3519 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3522 Fix for tempfile vulnerabilities in FvwmCommand.
3524 Added check for lstat.
3526 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3531 Added "Periodic" option to Schedule command.
3533 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3535 * fvwm/module_interface.c (KillModule):
3540 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3542 * fvwm/fvwm.c (main):
3543 changed the -blackout warning to say it will be removed in 3.0
3545 * fvwm/fvwm.1.in (-blackout):
3546 updated the manual regarding the future remotion of -blackout
3548 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3552 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3554 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3556 *libs/alloca.c (DEBUG_I00FUNC)
3557 removed old debug code
3559 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3562 removed the old unused file
3564 * libs/Makefile.am (libfvwm_a_SOURCES):
3565 removed the reference to debug.c
3568 removed the code related to libs/debug.c
3570 * fvwm/module_interface.c (make_named_packet)
3571 removed the #if 0'ed debug code related to debug.c
3573 fvwm/focus.h (DEBUG_FOCUS)
3574 removed the #ifdef'ed to 0 debug code related to debug.c
3577 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3579 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3580 removed useles definition.
3582 * modules/FvwmPager/FvwmPager.c (main):
3584 removed most of the debug code.
3585 changed termination debug to use 'isTerminated' instead of
3586 'debug_term_signal'.
3587 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3590 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3591 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3593 removed unused debug_term_signal.
3595 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3598 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3599 stdio's getline; news entry.
3601 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3604 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3605 (do_execute_module):
3609 * fvwm/commands.h (enum):
3610 * fvwm/functable.c (func_table):
3611 new command ModuleListenOnly
3613 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3615 * fvwm/move_resize.c (__move_loop):
3616 make sure a window is snapped in __move_loop when a button is released
3617 if it was snapped before
3619 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3621 * fvwm/expand.c (expand_vars_extended):
3622 convert function to have a single return point; this is good to
3623 implement doc/todo-vars filters in the future;
3624 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3625 to behave like deprecated $n, $c and $r, i.e. quote them
3627 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3630 multiple minor tweaks: remove trailing spaces and other
3631 re-spacing and re-indenting, remove old "#if 0" code
3633 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3635 * fvwm/move_resize.c (ParseOneResizeArgument):
3636 rewrote parsing of resize arguments
3637 new prefix 'w' for resizing
3639 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3641 * fvwm/conditional.c (MatchesConditionMask):
3642 fixed handling of some conditions (iconifiable, fixed, ...)
3644 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3649 * fvwm/conditional.c:
3650 Output an error message if an unrecognised conditional is used
3651 with the Test or TestRc commands.
3653 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3655 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3656 do not map hide windows if their width or height is zero
3658 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3660 * fvwm/ewmh_events.c:
3663 * libs/FlocaleCharset.c:
3667 corrected typos in warning messages
3670 * libs/PictureGraphics.c:
3671 * libs/PictureGraphics.h:
3672 renamed function PGraphicsCreateTransprency to
3673 PGraphicsCreateTransparency
3675 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3677 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3678 * fvwm/expand.c (expand_args_extended):
3679 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3681 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3684 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3685 * fvwm/expand.c (expand_args_extended):
3687 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3689 * fvwm/conditional.c (CMD_All):
3690 * fvwm/fvwm.1.in (All):
3691 changed Reverse and UseStack options to have free order.
3694 * fvwm/fvwm.1.in (WindowShade):
3695 * fvwm/windowshade.c (CMD_WindowShade):
3696 * fvwm/add_window.c (setup_window_structure):
3697 added last direction to WindowShade command.
3699 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3701 * fvwm/fvwm.1.in (All):
3704 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3707 * fvwm/fvwm.1.in (All):
3708 * fvwm/conditional.c (CMD_All):
3709 added reverse option to All command to do the action in opposite order
3710 added UseStack option to All command to use the stack ring instead of
3713 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3716 changed fallback editor from `emacs' to `vi' because it much
3717 more widespread on non-Linux systems
3718 fixed errors (because of incorrect syntax fallback entries were
3720 now script honors `TMPDIR' env. variable and if it's not set it
3721 fallback to `/tmp' directory when creating temporary file
3723 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3726 changed description of the fvwmstyle resource usage
3727 to state that it's used in addition to the other
3729 * fvwm/style.c (fw_match_style_id):
3730 fixed a typo in style_name matching
3732 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3734 * fvwm/style.c (fw_match_style_id):
3735 reformatted code and fixed a warning
3737 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3741 * libs/Fft.c (FftGetFont):
3745 * libs/System.c (fvwm_mkstemp):
3746 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3747 function was never used, even if it was considered secure by configure
3750 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3753 added some more suff to the list of what I've done.
3756 * fvwm/add_window.c (__add_window_handle_x_resources)
3759 * fvwm/fvwm.h (FvwmWindow):
3760 added fvwmstyle resource to override style name
3762 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3764 * fvwm/menus.c (pop_menu_up):
3765 as documented, do not warp to title for root menus with TitleWarp
3767 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3770 Removed duplicated 'NoIcon' style option description in the end
3771 of the `The Style command...' section.
3772 Removed `Recapture True' option setting in example of BusyCursor
3773 description, because `Recapture' isn't valid option of `BusyCursor'
3775 Updated ewmh specification URL (the old was 404)
3776 Added URL to ICCCM 2.0 manual
3778 * modules/FvwmAnimate/FvwmAnimate.c:
3779 corrected delay for Zoom3D animation effect
3781 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3782 * modules/FvwmConsole/FvwmConsole.1.in:
3783 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3784 consistent with rest of the documentation and because it's more
3785 conventional abbreviation.
3787 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3788 slightly clarified the `StartName' option description
3789 added the undocumented `MailDir' option description. Somebody
3790 violated section `K' of the convention list.
3793 * fvwm/ConfigFvwmSetup:
3794 * modules/FvwmForm/FvwmForm.1.in:
3795 * modules/FvwmForm/FvwmForm-Rlogin:
3796 * sample.fvwmrc/system.fvwm2rc:
3797 * sample.fvwmrc/system.fvwm2rc-sample-1:
3798 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3799 inherently insecure. We shouldn't teach our users bad things,
3806 * bin/fvwm-config.1.in:
3807 * bin/fvwm-menu-headlines.1:
3808 * bin/fvwm-menu-headlines.in:
3809 * bin/fvwm-perllib.in:
3810 * bin/fvwm-root.1.in:
3816 * libs/PictureGraphics.c:
3818 * modules/FvwmBacker/FvwmBacker.1.in:
3819 * modules/FvwmDebug/FvwmGtkDebug.in:
3820 * modules/FvwmDebug/FvwmGtkDebug.1:
3821 * modules/FvwmEvent/FvwmEvent.1.in:
3822 * modules/FvwmForm/FvwmForm.1.in:
3823 * modules/FvwmIconMan/xmanager.c:
3824 * modules/FvwmIdent/FvwmIdent.c:
3825 * modules/FvwmIdent/FvwmIdent.1.in:
3826 * modules/FvwmPerl/FvwmPerl.in:
3827 * modules/FvwmPerl/FvwmPerl.1:
3828 * modules/FvwmScript/FvwmScript.1.in:
3829 * modules/FvwmScript/Widgets/Menu.c:
3830 * modules/FvwmTabs/ConfigFvwmTabs:
3831 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3832 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3833 * modules/FvwmTheme/FvwmTheme.1.in:
3834 * perllib/FVWM/Module/Tk.pm:
3835 * perllib/FVWM/Tracker.pm:
3836 * perllib/FVWM/Module.pm.in:
3839 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3841 * fvwm/style.c (style_parse_focus_policy_style):
3842 fix ISO C90 compability with unconsumed styleoption warnings
3844 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3846 * fvwm/events.c (HandlePropertyNotify):
3847 fix for bug 1557/3950 (possible free of Untilted constant or
3848 already used name (if app reset the name already given to them))
3850 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3852 * fvwm/focus.c (__activate_window_by_command)
3853 (warp_to_fvwm_window):
3855 * fvwm/builtins.c (CMD_CursorMove):
3856 set last pointer event position after warping the pointer
3859 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3862 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3864 * acinclude.m4 (AM_PATH_GTK):
3866 (AM_PATH_GDK_IMLIB):
3870 fixed to cope with 4 digit version numbers
3872 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3875 * fvwm/style.c (parse_and_set_window_style)
3876 (style_parse_one_style_option):
3877 (style_parse_icon_fill_style)
3878 (style_parse_icon_grid_style):
3879 (style_parse_icon_box_style)
3880 (style_parse_icon_size_style):
3881 (style_parse_focus_policy_style)
3882 (style_parse_button_style):
3883 warn if parts of style options are not consumed
3885 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3887 * fvwm/menuitem.c (menuitem_paint):
3888 use the MenuColorset in all cases if TitleColorset is not given
3890 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3892 * fvwm/style.c (style_parse_one_style_option):
3893 * fvwm/placement.c (__place_get_wm_pos):
3894 (__explain_placement):
3895 new placement style UnderMousePlacement
3897 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3900 * fvwm/fvwm.1.in (EdgeScroll):
3901 * fvwm/virtual.c (CMD_EdgeScroll):
3902 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3903 added wrap/wrapx/wrapy option to EdgeScroll
3905 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3908 spell check the whole file (dozens of typos)
3910 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3912 * fvwm/module_interface.c (do_execute_module):
3913 removed accidentally committed FVWM_MODULE_ALIAS patch
3915 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3917 * fvwm/module_interface.c (do_execute_module):
3918 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3920 * fvwm/menus.c (size_menu_horizontally):
3921 fix for drawing menus with sidepic on the right
3923 * libs/Flocale.c (FlocaleFontStructDrawString):
3924 (FlocaleDrawString):
3925 set the foreground colour before drawing a string
3928 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3931 (menustyle_parse_style):
3933 * fvwm/menus.c (calculate_item_sizes):
3934 (size_menu_vertically):
3935 (UpdateMenuColorset):
3936 * fvwm/menuitem.c (menuitem_paint):
3937 Applied patch by David Maciver
3938 new menu styles TitleColorset, HilightTitleBack and TitleFont
3940 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3943 * libs/Module.c (ParseModuleArgs):
3944 added variable "namelen" to ModuleArgs struct
3946 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3949 removed duplicate declaration
3951 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3953 * fvwm/fvwm.c (main):
3954 replaced previous patch with a better one
3956 * fvwm/virtual.c (unmap_window):
3957 * fvwm/menus.c (do_menu):
3958 * fvwm/events.c (fake_map_unmap_notify):
3960 * fvwm/add_window.c (MappedNotOverride):
3961 Added XFlush after XSelectInput
3963 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3966 * fvwm/fvwm.c (main):
3967 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
3969 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3973 increased version to 2.5.17
3978 updated for 2.5.16 release
3980 * acinclude.m4 (CHECK_LIBCHARSET):
3983 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3985 * fvwm/functions.c (execute_complex_function):
3986 print a message to the console instead of ringing the bell when a
3989 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3992 fixed typo (NEWS still said 2.5.15)
3994 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3998 increased version to 2.5.16
4003 updated for 2.5.15 release
4005 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4007 * fvwm/move_resize.c (GetOnePositionArgument):
4009 new option "screen" to Move type commands
4011 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4013 * acinclude.m4 (smr_SWITCH):
4016 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4019 restore requirement of automake-1.4; 1.8 is too new even for my system
4021 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4025 renamed configure.in to configure.ac
4028 some updates for new autoconf/automake versions
4035 require autoconf-2.53 or later
4037 * Makefile.am (AUTOMAKE_OPTIONS):
4038 require automake-1.8 or later
4041 check for X library path before X library checks
4042 removed obsolete C++ compiler check
4043 removed duplicate type size checks
4044 replaced M4 comment ("dnl") with shell comment ("#") in many places
4047 fixed aclocal warnings
4049 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4051 * fvwm/style.c (style_parse_button_style):
4052 corrected typo in error message, and made errorous buttons not apply
4053 (style_parse_one_style_option):
4054 changed NoButton to use style_parse_button_style
4056 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4059 new fix for incompatible pointer type warning with gcc 3.4.
4061 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4068 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4071 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4076 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4078 * fvwm/frame.c (frame_free_move_resize_args):
4079 fixed drawing of transparent decorations or when using lazy shading
4082 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4085 * libs/fvwmsignal.c:
4089 * fvwm/ewmh_names.c:
4090 * libs/CombineChars.c:
4096 * libs/PictureUtils.c:
4101 * libs/safemalloc.c:
4104 do not #include stdlib.h (comes from config.h)
4107 do not #include string.h (comes from config.h)
4110 fixed detection of string.h/strings.h
4112 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4114 * libs/Fft.c (FftGetFont):
4115 fixed compiler warning with gcc 3.4.4
4117 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4119 * fvwm/menuitem.c (menuitem_paint):
4120 properly undraw unselected item area
4122 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4124 * fvwm/menuitem.c (menuitem_paint):
4125 * fvwm/menus.c (get_menu_paint_item_parameters)
4126 (get_menu_paint_item_parameters):
4128 fixed text offset of menu items with icons but with an item format that
4130 (size_menu_horizontally):
4131 allow sidepic to be placed in the middle of menu items; this is better
4132 than ignoring the item format completely but does not draw the items
4135 * fvwm/menus.c (__mloop_handle_event):
4137 fixed delayed menu drawing issue
4139 do not draw the selected menu item before the menu is drawn for the
4141 (repaint_transparent_menu):
4144 don't call get_menu_paint_item_parameters when the result is not used
4145 (get_menu_paint_item_parameters):
4147 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4149 * fvwm/ewmh.h (EWMH_CMD_Style):
4150 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4151 * fvwm/style.c (style_parse_one_style_option):
4152 Added support for inverting boolean EWMH styles with !.
4157 * fvwm/window_flags.h:
4158 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4159 * fvwm/ewmh.c (ewmh_HandleWindowType):
4161 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4163 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4165 * fvwm/icons.c (GetIconWindow):
4166 * fvwm/fvwm.h (FvwmWindow):
4167 * fvwm/events.c (__handle_cr_on_icon):
4168 properly handle icon border width; fixes an xterm active icon loop
4170 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4172 * fvwm/borders.c (border_draw_one_border_part):
4173 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4176 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4178 * fvwm/menustyle.c (menustyle_copy_face):
4180 (menustyle_free_face):
4182 (menustyle_parse_style):
4183 use new functions and fix a bug
4188 removed empty files colors.c and colors.h
4190 * fvwm/colors.c (CopyColor):
4192 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4195 * fvwm/frame.c (frame_reshape_border):
4198 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4200 * fvwm/menustyle.c (menustyle_copy_face):
4201 separated from menustyle_copy; color copies are reallocated.
4205 color copies are reallocated.
4207 * fvwm/colors.c (CopyColor):
4208 * fvwm/colors.h (CopyColor):
4211 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4213 * fvwm/move_resize.c (__resize_window):
4214 fix for not being able to finish resize with mouse when resizing on
4215 click with modifiers active. (intruduced with 'removed duplicate
4216 pointer query' at sep 29)
4220 * fvwm/menustyle.c (menustyle_parse_style):
4221 made style pairs negatable with '!' prefix
4222 ActiveForeOff and HilightBackOff frees colors used.
4224 * fvwm/menustyle.c (menustyle_copy):
4225 fix for freeing color from sorce instead of destination.
4227 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4229 * fvwm/functions.c (__execute_function):
4230 fixed an error in yesterdays patch to complex fuctions. the commands
4231 pressed window were not retored correctly after running move functions
4232 without it, and functions would be run twice.
4234 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4237 added NoLayer to list of allowed options for WindowList command
4238 fixed grammar of test-conditions list. formatting fixes for
4239 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4243 * fvwm/functions.c (__execute_function)
4244 (__run_complex_function_items):
4245 (execute_complex_function):
4246 fix for moving/resizing reference window usage with complex functions.
4248 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4250 * fvwm/move_resize.c (__move_loop):
4251 reimplemented a fix for the place with keyboard setting a button as
4252 used for place bug; this time without breaking escape key.
4254 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4256 * fvwm/move_resize.c (__move_loop):
4257 removed the previous patch as it breaks aborting window motion with the
4260 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4262 * fvwm/move_resize.c (__move_loop):
4263 fixed bug where finishing movment with keyboard would set a random
4264 button as used for placement.
4266 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4269 * fvwm/frame.c (frame_setup_border):
4270 reverted change for move of window parts (reset of PressedW).
4272 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4274 * fvwm/frame.c (frame_setup_border):
4277 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4280 * fvwm/move_resize.c (__resize_window):
4281 removed duplicate pointer query for enter/leave notify events.
4282 resizing of shaded windows in the shaded direction no longer
4283 results in bogus ref points.
4285 * fvwm/frame.c (frame_setup_border):
4286 reset PressedW if the part has moved. This prevents strange
4287 ref points in resize if called from some complex functions.
4289 * fvwm/frame.c (frame_create_move_resize_args):
4290 shaded windows use get_client_geometry for client geometry.
4292 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4296 * fvwm/fvwm.h (window_flags):
4297 (WindowConditionMask):
4299 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4302 * fvwm/session.c (_match):
4305 * fvwm/conditional.c (MatchesConditionMask):
4306 (CreateConditionMask):
4307 * fvwm/add_window.c (setup_window_structure):
4308 * fvwm/move_resize.h (placement_binding):
4309 * fvwm/move_resize.c (__move_loop):
4310 (placement_binding):
4311 * fvwm/bindings.c (ParseBinding):
4312 * libs/wcontext.c (win_contexts):
4313 * libs/wcontext.h (enum):
4315 Added placement context for simple mouse bindings to allow
4316 specification of buttons to finish/cancel movment. Buttons >3
4317 may now be used to place windows.
4318 Replaced window flag placed_wb3 with placed_by_button
4319 FvwmWindow member. Added window condition PlacedByButton.
4321 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4325 * fvwm/menustyle.h (enum):
4329 (ST_SCROLL_OFF_PAGE):
4330 (MST_SCROLL_OFF_PAGE):
4331 * fvwm/menustyle.c (menustyle_copy):
4332 (menustyle_get_styleopt_index):
4333 (menustyle_parse_style):
4335 * fvwm/menus.c (menuShortcuts):
4337 (__mloop_handle_event):
4338 (menu_get_outer_geometry):
4341 added MouseWheel and ScrollOffPage menu styles
4343 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4346 * fvwm/menus.c (append_item_to_menu):
4347 fixed bug #1121: Use of pointer without checking for NULL
4349 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4352 * fvwm/expand.c (expand_vars):
4353 warn on usage of obsolete one-letter variables
4355 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4359 * fvwm/expand.c (expand_vars_extended):
4361 allow nesting of variables
4363 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4365 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4366 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4370 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4372 * fvwm/borders.c (border_draw_one_border_part)
4373 (border_draw_all_border_parts):
4374 fix the previous patch to work with title-less windows too
4376 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4378 * fvwm/borders.c (border_draw_one_border_part)
4379 (border_draw_all_border_parts):
4380 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4381 windows to make the borders look homogeneous (based on the patch of
4384 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4390 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4391 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4393 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4397 increased version to 2.5.15
4402 updated for 2.5.14 release
4404 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4405 (ewmh_WMStateSkipTaskBar):
4406 (ewmh_WMStateSkipPager):
4407 (ewmh_WMStateModal):
4408 fixed several ewmh-hints
4410 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4413 fix TestRc example error, s/Any/All/
4415 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4420 * fvwm/conditions.c (MatchesConditionMask):
4421 (CreateConditionMask):
4422 added FixedPosition condition
4424 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4426 * fvwm/virtual.c (HandlePaging):
4427 use FQueryPointer every time to track the pointer position; this fixes
4428 fvwm hanging in HandlePaging for the given delay once the pointer
4429 touches the pan frames
4431 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4433 * fvwm/session.c (SaveWindowStates):
4436 save and restore the default layer during a restart
4438 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4440 * fvwm/conditional.c (CMD_Test):
4442 rename previously added Test conditions to EnvIsSet and EnvMatch,
4443 tweak the logic when the variable is set, but empty
4445 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4447 * fvwm/conditional.c (CMD_Test):
4449 added test conditions EdgeHasPointer and EdgeIsActive
4451 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4453 * fvwm/virtual.c (raisePanFrames):
4454 prevent cycling of pan frame window stacking order
4456 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4458 * fvwm/conditional.c (CMD_Test):
4460 add Test conditions IsEnvSet and MatchEnv
4462 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4464 * fvwm/menus.c (pop_menu_up):
4465 * fvwm/menustyle.c (menustyle_copy):
4466 two fixes by Viktor Griph
4468 * fvwm/events.c (HandleEvents):
4469 simplify the style list if there is nothing else to do
4471 * fvwm/style.c (__simplify_style_list):
4472 (styles_have_same_id):
4473 (style_id_equals_id):
4474 (style_ids_are_equals):
4476 (remove_all_of_style_from_list):
4477 (one_fw_can_match_both_ids):
4478 pass pointers instead of the whole style structure
4479 (__simplify_style_list):
4480 fixed memory leak and tweaked the code
4482 * libs/Strings.c (CatString3):
4483 fixed a buffer overflow
4485 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4488 detect if Window, Pixel or void * are bigger than long and refuse to
4491 * libs/vpacket.h (ConfigWinPacket):
4492 * fvwm/windowshade.c (CMD_WindowShade):
4493 * fvwm/virtual.c (MoveViewport):
4496 (CMD_GotoDeskAndPage):
4497 * fvwm/update.c (apply_window_updates):
4498 * fvwm/stack.c (BroadcastRestack):
4501 * fvwm/icons.c (DeIconify):
4503 * fvwm/geometry.c (broadcast_icon_geometry):
4504 * fvwm/events.c (HandleEnterNotify):
4506 (HandleLeaveNotify):
4508 (HandleMapRequestKeepRaised):
4509 * fvwm/add_window.c (destroy_window):
4510 * fvwm/module_interface.c (SendFvwmPicture)
4511 (BroadcastFvwmPicture):
4512 (CMD_Send_WindowList):
4513 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4514 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4517 * fvwm/virtual.c (GetDeskNumber):
4518 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4519 around the given desk range with a relative desk
4521 * fvwm/focus.c (focus_grab_buttons_on_layer):
4527 reindented some code and renamed some variables
4529 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4531 * fvwm/events.c (__check_click_to_focus_or_raise):
4534 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4536 * FvwmIconMan/xmanager.c (set_win_iconified):
4537 fixed select/focus button state lost when deiconifying a window
4539 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4541 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4544 * libs/Colorset.c (get_aspect_dimensions):
4545 fixed aspectpixmap size calculations
4547 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4549 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4552 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4553 (ewmh_CurrentDesktop):
4554 (ewmh_DesktopGeometry):
4555 (ewmh_NumberOfDesktops):
4557 (ewmh_WMIconGeometry):
4558 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4559 print error messages for broken gnome client messages
4561 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4562 removed duplicate call of execute_function_override_window
4564 * fvwm/stack.c (new_layer):
4565 fixed a hang if a window sets an layer < 0 via gnome hints
4567 * fvwm/add_window.c (GetWindowSizeHints):
4568 * fvwm/misc.c (fvwm_msg_report_app):
4569 (fvwm_msg_report_app_and_workers):
4570 new utility functions
4572 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4574 * fvwm/stack.c (dump_stack_ring):
4575 (verify_stack_ring_consistency):
4576 * fvwm/module_interface.c (HandleModuleInput):
4577 * fvwm/events.c (__cr_detect_icccm_move):
4578 * fvwm/style.c (print_styles):
4581 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4583 * libs/FlocaleCharset.c:
4584 support euc-jp encodings (Yasuhiro Nakazaki)
4586 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4588 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4589 * fvwm/ewmh_names.c (EWMH_WMName):
4591 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4592 (EWMH_SetNumberOfDesktops):
4593 (EWMH_SetDesktopViewPort):
4594 (EWMH_SetDesktopGeometry):
4595 (EWMH_SetWMDesktop):
4597 (EWMH_SetFrameStrut):
4599 * fvwm/gnome.c (AtomGet):
4601 (GNOME_GetHintIcons):
4602 (GNOME_GetHintLayer):
4603 (GNOME_GetHintState):
4604 (GNOME_GetExpandedSize):
4605 (GNOME_SetAreaCount):
4606 (GNOME_SetCurrentArea):
4607 (GNOME_SetDeskCount):
4608 (GNOME_SetCurrentDesk):
4609 (GNOME_SetCurrentDesk):
4612 (CMD_GnomeShowDesks):
4616 * libs/fsm.c (GetClientID):
4617 (set_session_manager):
4618 * fvwm/session.c (GetClientID):
4619 * fvwm/fvwm.h (FvwmWindow):
4620 * fvwm/colorset.c (get_root_pixmap):
4621 * fvwm/add_window.c (FetchWmProtocols):
4622 * libs/FTips.c (__initialize_window):
4623 * fvwm/icccm2.c (convertProperty)
4624 (icccm2_handle_selection_request)
4625 * fvwm/fvwm.c (SetMWM_INFO):
4628 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4630 * fvwm/move_resize.c (GetOnePositionArgument):
4631 don't use the unportable fuction rintf()
4633 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4637 increased version to 2.5.14
4643 updated for 2.5.13 release
4645 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4647 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4648 fixed drawing of relief with very small rectangles, i.e. when
4649 line_width * 2 > height or width
4651 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4653 * NEWS: fvwm-menu-desktop changes.
4655 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4657 * fvwm/placement.c (get_next_x):
4658 fixed collision detection of windows on pages other than the current
4659 one during placement
4661 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4663 * fvwm/move_resize.c (__resize_window):
4664 Fixed interactive resize (reduction) via the bottom border
4669 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4673 Spelling fix contition -> condition
4675 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4677 * fvwm/style.c (style_ids_are_equals):
4678 (style_id_equals_id):
4679 (styles_have_same_id):
4680 (fw_match_style_id):
4681 (one_fw_can_match_both_ids):
4682 (cleanup_style_defaults):
4683 * libs/fsm.c (fprintfhex):
4685 * libs/FGettext.c (fgettext_free_fgpath_list):
4686 * libs/Parse.c (_get_suffixed_integer_arguments):
4687 * libs/Graphics.c (AllocNonlinearGradient):
4688 * libs/PictureUtils.c (build_mapping_table):
4694 * libs/FRenderInit.c:
4695 include own header file
4697 * libs/System.c (getFileStamp):
4698 * libs/Fft.c (FftPDumyFunc):
4699 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4702 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4704 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4707 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4709 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4711 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4713 * fvwm/conditional.c (Circulate):
4714 added tests for fw == Scr.FvwmRoot again to fix a crash
4716 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4718 * AUTHORS: New author, FvwmScript patch.
4720 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4722 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4723 * AUTHORS: s/Hover/Active/
4725 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4727 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4728 avoid dump with empty key/mouse binding command.
4729 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4730 Checked all other uses of PeekToken in fvwm dir.
4732 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4734 * fvwm/session.c (matchWin):
4736 On restarts compare window ids only. Base our matching decision on
4737 window role only if we have a client id.
4739 * fvwm/move_resize.c (GetOnePositionArgument):
4740 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4741 float values to nearest int
4743 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4746 * fvwm/move_resize.c (CMD_Maximize):
4747 Applied Arnaud Vrac patch which fixes maximize by growing vs
4750 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4752 * fvwm/builtins.c (do_button_style):
4753 ButtonStyle Reset takes effect immediately
4755 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4757 * fvwm/fvwm.1.in: lang check.
4759 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4762 Really commit EWMHUseStackingOrderHints documentation update
4764 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4767 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4770 FvwmIconMan new options
4772 * libs/FTips.c (new file):
4773 * libs/FTips.h (new file):
4776 Added a set of functions for implementing tool tips
4778 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4780 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4782 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4784 * fvwm/menus.c (__mloop_get_event):
4785 * fvwm/functions.c (execute_complex_function):
4786 * fvwm/add_window.c (AddWindow):
4787 * fvwm/module_interface.c (ExecuteModuleCommand):
4788 * fvwm/move_resize.c (__move_loop):
4790 properly set the "state" member of faked motion and key events;
4791 fixes broken "nosnap" feature
4793 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4795 * fvwm/bindings.c (ParseBinding):
4797 * libs/Bindings.c (bindingAppliesToWindow):
4798 (__compare_binding):
4799 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4800 * fvwm/builtins.c (CMD_Wait):
4802 * fvwm/events.c (__handle_bpress_on_root):
4803 (HandleButtonRelease):
4804 fixed crash in window specific binding code
4805 fixed handling of root window in window specific binding code
4806 renamed some functions
4808 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4810 * fvwm/focus.c (__update_windowlist):
4811 replaced while loop by for loop
4813 * fvwm/style.c (style_destroy_style):
4814 * fvwm/conditional.c (Circulate):
4815 removed useless check whether fw == &Scr.FvwmRoot
4817 * fvwm/icons.c (DeIconify):
4818 defused possible endless loop when a window iconified by the
4819 transientfor window loses the "transient" relationship
4821 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4823 * fvwm/move_resize.c (__move_loop):
4825 fixed overwriting the initial button_mask during move/resize
4827 * fvwm/menus.c (__mloop_handle_action_with_mi):
4828 do not "post" a submenu menu item it the submenu does not exist
4830 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4832 * fvwm/events.c (__handle_bpress_on_managed):
4833 do not draw the decorations pressed in if executing a function is
4836 * libs/Parse.c (CopyToken):
4837 fixed parsing of delimiters
4839 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4841 * fvwm/virtual.c (GetDeskNumber):
4842 fixed MoveToDesk without argument
4844 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4847 re-formatted and some spelling corrections
4849 * fvwm/colorset.c (CMD_CleanupColorsets):
4851 * fvwm/builtins.c (CMD_Colorset):
4852 (CMD_CleanupColorsets):
4853 moved functions to colorset.c
4855 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4857 * libs/Parse.c (CopyToken):
4858 skip any whitespace before a delimiter; this allows to have spaces
4859 before the commas in an option list
4861 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4863 * fvwm/frame.c (frame_reshape_border):
4864 re-shaping shaded windows no longer unshades them
4865 re-shaping unshaded windows on pages other than 0 0 no longer moves
4866 them out of the current page
4868 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4870 * fvwm/events.c (__cr_detect_icccm_move):
4871 * fvwm/screen.h (ScreenInfo):
4872 * fvwm/builtins.c (CMD_BugOpts):
4873 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4875 * fvwm/move_resize.c (__move_loop):
4877 query the pointer position in the move loop when an
4878 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4882 increased version to 2.5.13
4888 updated for 2.5.12 release
4890 * fvwm/frame.c (frame_create_move_resize_args):
4891 fixed xemacs growing or shrinking when title height changed; this was
4892 caused by calculating the old client window geometry using the new
4893 title dimensions; query the window size instead
4895 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4897 * fvwm/events.c (test_map_request):
4898 (test_button_event):
4899 (test_typed_window_event):
4900 (test_resizing_event):
4901 (__predicate_button_click):
4902 (__merge_cr_moveresize):
4903 (HandleUnmapNotify):
4904 (flush_property_notify):
4905 (is_resizing_event_pending):
4906 (__test_for_motion):
4907 use type XPointer for last argument of predicate procedures for
4908 XCheckPeekIfEvent and XCheckIfEvent, not char *
4909 (HandleUnmapNotify):
4912 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4914 * fvwm/window_flags.h:
4915 removed useless and broken SETM_ macros
4917 * fvwm/update.c (init_style):
4918 fixed resetting user states
4920 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4922 * libs/envvar.c (add_to_envlist):
4925 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4927 * fvwm/builtins.c (CMD_UnsetEnv):
4930 * libs/envvar.c (flib_unsetenv):
4934 split in ftwo functions
4937 check for unsetenv function
4939 * fvwm/builtins.c (CMD_SetEnv):
4940 assume an empty value if no value is given
4942 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
4951 * perllib/FVWM/Commands.pm:
4952 new command EdgeLeaveCommand
4954 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4961 increased version to 2.5.12
4966 updated for 2.5.11 release
4968 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4970 * fvwm/geometry.c (get_page_offset):
4971 (get_page_offset_rectangle):
4972 (get_absolute_geometry):
4975 * fvwm/virtual.c (CMD_GotoPage):
4976 * fvwm/move_resize.c (__move_window):
4977 * fvwm/virtual.c (CMD_GotoPage):
4978 (get_page_arguments):
4979 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
4982 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4984 * libs/Flocale.c (FlocaleGetNameProperty):
4985 fixed freeing uninitialized pointer
4987 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4989 * fvwm/conditional.c (select_cmd):
4993 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
4994 WindowId and Direction commands; fixes break from these commands
4996 * fvwm/geometry.c (get_shaded_geometry):
4997 shading geometry fix for windows without decoration
4999 * libs/FScreen.c (XineramaQueryExtension):
5000 fixed xinerama crash
5002 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5005 Parse man pages with config.status so man pages have correct date.
5006 Man pages also specify FVWM version that they relate to.
5009 * bin/fvwm-config.1:
5010 * bin/fvwm-convert-2.2.1:
5011 * bin/fvwm-convert-2.4.1:
5012 * bin/fvwm-convert-2.6.1:
5013 * bin/fvwm-menu-desktop.1:
5015 * modules/FvwmAnimate/FvwmAnimate.1:
5016 * modules/FvwmAuto/FvwmAuto.1:
5017 * modules/FvwmBacker/FvwmBacker.1:
5018 * modules/FvwmBanner/FvwmBanner.1:
5019 * modules/FvwmButtons/FvwmButtons.1:
5020 * modules/FvwmCommand/FvwmCommand.1:
5021 * modules/FvwmConsole/FvwmConsole.1:
5022 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5023 * modules/FvwmCpp/FvwmCpp.1:
5024 * modules/FvwmDragWell/FvwmDragWell.1:
5025 * modules/FvwmEvent/FvwmEvent.1:
5026 * modules/FvwmForm/FvwmForm.1:
5027 * modules/FvwmGtk/FvwmGtk.1:
5028 * modules/FvwmIconBox/FvwmIconBox.1:
5029 * modules/FvwmIconMan/FvwmIconMan.1:
5030 * modules/FvwmIdent/FvwmIdent.1:
5031 * modules/FvwmM4/FvwmM4.1:
5032 * modules/FvwmPager/FvwmPager.1:
5033 * modules/FvwmProxy/FvwmProxy.1:
5034 * modules/FvwmRearrange/FvwmRearrange.1:
5035 * modules/FvwmSave/FvwmSave.1:
5036 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5037 * modules/FvwmScript/FvwmScript.1:
5038 * modules/FvwmScroll/FvwmScroll.1:
5039 * modules/FvwmTaskBar/FvwmTaskBar.1:
5040 * modules/FvwmTheme/FvwmTheme.1:
5041 * modules/FvwmWharf/FvwmWharf.1:
5042 * modules/FvwmWinList/FvwmWinList.1:
5043 These man pages were renamed to have a .in suffix.
5044 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5046 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5048 * fvwm/placement.c (__place_window):
5049 fixed starting desk output with bugopts explainwindowplacement
5051 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5053 * fvwm/eventhandler.h:
5054 * fvwm/events.c (InitEventHandlerJumpTable):
5058 Fixed window specific bindings "patch" by sending key release event
5061 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5065 * fvwm/move_resize.c:
5069 * fvwm/decorations.c:
5073 * fvwm/add_window.c:
5076 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5077 it with NUMBER_OF_MOUSE_BUTTONS
5079 * fvwm/style.c (style_parse_focus_policy_style):
5080 * fvwm/focus_policy.h:
5081 * libs/Bindings.c (GrabWindowButton):
5082 * fvwm/bindings.c (bind_get_bound_button_contexts):
5084 * fvwm/events.c (WaitForButtonsUp):
5085 * fvwm/style.c (style_parse_focus_policy_style):
5086 * fvwm/builtins.c (__fake_event):
5087 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5088 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5090 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5093 put -Wall -Wno-implicit-int before user specified flags
5096 Applied below patch again. It didn't make it to CVS (?)
5098 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5100 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5102 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5105 cleaned up ifdef hell
5108 fixed solaris xinerama test
5110 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5114 * libs/FScreen.c (solaris_XineramaQueryScreens):
5115 Solaris Xinerama support.
5118 Patch by Chris Ross.
5120 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5122 * fvwm/events.c (__handle_cr_on_client):
5123 don't reevaluate window geometry when a ConfigureRequest has no size or
5126 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5128 * fvwm/menus.c (get_menu_options):
5130 new menu option TearOffImmediately
5132 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5134 * fvwm/placement.c (__place_get_wm_pos):
5135 cascade placemnt fix by Paul Vojta
5137 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5139 * fvwm/geometry.c (constrain_size):
5140 Don't touch the aspect ratio if modifying the width/height does not
5141 improve the situation
5143 * fvwm/frame.c (frame_free_move_resize_args):
5144 (__frame_setup_window):
5145 (frame_update_hidden_window_pos):
5146 (frame_mrs_resize_move_windows):
5147 (frame_create_move_resize_args):
5148 * fvwm/move_resize.c (__resize_window):
5149 some event handling fixes
5151 * fvwm/geometry.c (constrain_size):
5152 look up the latest size hints if necessary
5154 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5156 * fvwm/geometry.c (constrain_size):
5157 * fvwm/ewmh.c (EWMH_fullscreen):
5158 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5159 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5160 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5161 * fvwm/fvwm.h (window_flags_t):
5162 allow windows to override their size hints when going fullscreen:
5163 minimum and maximum size, size inc, aspect ratio, etc.
5165 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5167 * fvwm/decorations.c (struct):
5168 MWM hints on 64 bit machines fix
5170 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5172 * fvwm/fvwm.1.in (Note):
5173 * fvwm/read.c (CMD_Read):
5175 the Read and PipeRead commands have a return code
5177 * fvwm/read.c (run_command_stream):
5182 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5184 * fvwm/move_resize.c (GetResizeArguments):
5186 fixed parsing of the frame option to the resize command and the pointer
5187 option to the move command
5189 * fvwm/conditional.c (CMD_None):
5190 Fixed CMD_None return code
5192 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5194 * fvwm/stack.c (is_above_unmanaged):
5195 windows on other Desks are always considered on top
5197 * fvwm/conditional.c (CreateConditionMask):
5198 (MatchesConditionMask):
5199 * fvwm/fvwm.h (WindowConditionMask):
5200 new condition Overlapped
5203 inproved strings.h / sring.h iclusion logic
5205 * libs/PictureUtils.c (finish_ct_init):
5206 (PictureInitColors):
5207 use flib_putenv instead of putenv
5209 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5212 * libs/gravity.h (enum):
5213 * libs/wcontext.h (enum):
5216 * fvwm/fvwm.c (StartupStuff):
5217 do not ungrab the pointer while the startup functions execute
5219 ungrab the pointer only after executing the RestartFunction or
5220 ExitFunciton. Otherwise these functions may not be executed if some
5221 other application grabs the pointer.
5224 * fvwm/conditional.c (CreateConditionMask):
5225 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5226 new condition AnyScreen
5229 * fvwm/builtins.c (__fake_event):
5230 * fvwm/bindings.c (ParseBinding):
5231 removed C++ comments
5233 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5236 New options for FvwmButtons module.
5238 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5241 use commas between conditions
5243 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5245 * fvwm/builtins.c (CMD_Wait):
5246 ignore MapNotify reported to any window except the root window
5248 * fvwm/module_interface.c (CONFIGARGS):
5249 correct number of CONFIGARGS arguments
5251 * libs/vpacket.h (ConfigWinPacket):
5252 frame_x and frame_y are signed
5254 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5256 * fvwm/conditional.c:
5260 Committed patch by Norman Yarvin (with a few minor mods) to extend
5261 conditionals to handle multiple window names.
5263 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5265 * fvwm/module_interface.c (CONFIGARGS):
5266 * libs/vpacket.h (ConfigWinPacket):
5267 put window_flags at end of structure
5269 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5271 * fvwm/module_interface.c (CONFIGARGS):
5276 removed old module interface
5279 * libs/vpacket.h (ConfigWinPacket):
5282 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5284 * fvwm/execcontext.c (__exc_change_context):
5285 fixed handling of etrigger event, fixing a problem with PropertyNotify
5286 events during resizing and possibly other problems too
5288 * fvwm/add_window.c (RestoreWithdrawnLocation):
5289 fixed travelling windows if application changed gravity hint before
5292 * fvwm/frame.c (combine_decor_gravities):
5293 (combine_gravities):
5295 (frame_restore_client_gravities):
5296 fixed window gravity after resize
5298 * libs/FEvent.c (FPeekEvent):
5300 (FCheckPeekIfEvent):
5301 fixed some event handling bugs
5303 * fvwm/conditional.c (CMD_Test):
5305 corrected use of Bool types
5307 simplified, fixed compilation
5309 use int as return type
5311 * libs/Ficonv.c (convert_charsets):
5314 * libs/Ficonv.c (convert_charsets):
5315 * acinclude.m4 (ICONV_SECOND_ARG):
5316 rewrote iconf configure test to save an ifdef
5318 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5324 Allow user to specify window-specific bindings that should NOT be
5325 intercepted by FVWM. This is accomplished with an '--' binding action.
5327 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5329 * fvwm/move_resize.c (__resize_window):
5330 Fixed event handling
5332 * fvwm/virtual.c (HandlePaging):
5333 removed check for leave events on pan frames; better query the pointer
5336 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5339 * fvwm/conditional.c:
5340 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5342 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5344 * fvwm/move_resize.c (GetResizeArguments):
5345 (GetResizeMoveArguments):
5348 (__resize_get_refpos):
5349 (__resize_get_dir_proximity):
5350 (__resize_get_dir_from_window):
5351 implemented fluxbox-like Alt-Button3 resizing
5353 * fvwm/virtual.c (HandlePaging):
5354 * fvwm/events.c (__merge_cr_moveresize):
5355 (__test_for_motion):
5356 (flush_property_notify):
5357 do not use XPutBackEvent as it shuffles events on the queue
5358 (test_button_event):
5359 (test_typed_window_event):
5362 * libs/FEvent.c (fev_get_evpos_or_query):
5363 take pointer position from EnterNotify and LeaveNotify events
5365 * fvwm/move_resize.c (__move_loop):
5366 fixed multiple paging with certain SnapGrid / Move interactions
5369 * fvwm/virtual.c (HandlePaging):
5370 Workaround for buggy XFree not delivering some Pointer events
5373 * fvwm/virtual.c (MoveViewport):
5374 don't eat MotionNotify events
5376 * libs/FEvent.c (fev_get_last_event):
5385 (FCheckWindowEvent):
5386 (FCheckTypedWindowEvent):
5390 keep a copy of the previous event in case FPutBackEvent is called
5392 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5395 Indicate optional window argument in section headings for
5396 Key, Mouse, PointerKey & Stroke commands.
5397 Remove strange "-Key" option listed for PointerKey.
5399 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5401 * libs/Fft.c (FftDrawString):
5402 * fvwm/session.c (get_version_string):
5403 * fvwm/module_interface.c (FlushMessageQueue):
5404 * fvwm/fvwm.c (SaveDesktopState):
5406 * fvwm/colorset.c (cleanup_colorsets):
5407 * libs/PictureUtils.c (struct):
5408 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5410 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5412 * fvwm/events.c (__cr_detect_icccm_move):
5413 windows with ewmh hints are assumed to use icccm2 compliant movement
5415 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5416 (ewmh_WMStateMaxHoriz):
5417 fixed restart/maximized problem
5419 * libs/fvwmsignal.c (fvwmReapChildren):
5420 * fvwm/fvwm.c (ReapChildren):
5421 moved function to lib
5423 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5425 * fvwm/modconf.c (send_desktop_geometry):
5428 (send_move_threshold):
5429 (send_ignore_modifiers):
5430 increased static buffer size
5432 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5434 * libs/CombineChars.c (convert_to_ucs2):
5435 Replace illegal UTF-8 character sequences in input
5437 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5440 bugfix: wrong stroke action being invoked.
5442 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5447 Active _last_ matching binding. (ie. same behaviour as before
5448 win-specific bindings patch.)
5449 bugfix: segfault when looking up stroke bindings in root context.
5451 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5457 * fvwm/module_interface.c:
5460 * modules/FvwmScript/FvwmScript.c:
5461 * modules/FvwmScript/Instructions.c:
5462 Implemented window-specific key/mouse bindings.
5464 * modules/FvwmIconBox/FvwmIconBox.h:
5468 Make args to matchWildcards() const.
5470 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5472 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5474 * fvwm/ewmh.c (EWMH_fullscreen):
5477 * fvwm/add_window.c (AddWindow):
5478 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5480 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5481 (ewmh_WMStateMaxVert):
5482 (ewmh_WMStateShaded):
5483 (ewmh_WMStateSticky):
5484 (ewmh_WMStateStaysOnBottom):
5487 don't try to maximize window when looking up the style
5489 (ewmh_WMStateFullScreen):
5490 (ewmh_WMStateHidden):
5491 (ewmh_WMStateMaxVert):
5492 (ewmh_WMStateModal):
5493 (ewmh_WMStateShaded):
5494 (ewmh_WMStateSkipPager):
5495 (ewmh_WMStateSticky):
5496 (ewmh_WMStateStaysOnBottom):
5497 fixed ignoring ewmh hints
5499 * fvwm/expand.c (expand_vars_extended):
5500 include full path in iconfile and miniiconfile variables
5502 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5504 * fvwm/functions.c (execute_complex_function):
5506 fixed double click patch
5508 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5510 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5511 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5513 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5515 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5518 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5520 * libs/FImage.c (FShmSafeCreateImage):
5521 Yet another fix to SHM remote client problem
5523 2004-05-26 Francis Litterio <franl@world.std.com>
5527 * fvwm/placement.c (__place_get_wm_pos)
5528 * fvwm/style.c (style_parse_one_style_option)
5529 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5531 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5533 * fvwm/events.c (HandleEnterNotify):
5534 fixed endless loop of edge commands when doing something that grabs
5537 * fvwm/functions.c (CheckActionType):
5538 (execute_complex_function):
5539 double clicks no longer work when pressing different buttons
5541 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5543 * fvwm/placement.c (__place_get_wm_pos):
5544 fixed placement in top left corner when pressing escape during manual
5547 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5551 added Chinese translations
5553 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5555 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5558 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5560 * fvwm/conditional.c:
5562 clean up Test code and documentation, add new False condition,
5563 unrecognized conditions produce Error return code now
5565 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5567 * fvwm/style.c: Remove extra char.
5569 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5571 * fvwm/ewmh.c (ewmh_atom_client_win):
5572 * fvwm/ewmh_intern.h:
5573 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5574 (ewmh_MoveResizeWindow):
5575 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5577 * fvwm/events.c (__handle_cr_on_client):
5578 (__handle_configure_request):
5579 (events_handle_configure_request):
5580 Some renaming for consistency, force restacking if the event come from
5583 * fvwm/ewmh_events.c (ewmh_MoveResize):
5584 Fixed _NET_WM_MOVERESIZE
5586 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5589 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5590 (EWMH_SetFrameStrut):
5591 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5593 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5595 * libs/FImage.c (FShmSafeCreateImage):
5596 Finished to fix SHM remote client problem
5598 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5600 * libs/FImage.c (FShmSafeCreateImage):
5601 Fixed when we are a remote client
5603 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5614 new default ~/.fvwm/config file is now recommended instead of
5615 still supported ~/.fvwm/.fvwm2rc
5617 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5619 * fvwm/menus.c (NewMenuRoot):
5620 do not strip whitespace from menu names when creating a new menu
5622 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5624 * fvwm/menuitem.c (menuitem_get_size):
5626 renamed remaining "mips" to mipst
5628 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5630 * fvwm/events.c (HandleMapRequestKeepRaised):
5631 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5632 Fixed EWMH DesktopGeometry and Stacking list
5634 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5636 * fvwm/virtual.c (GetDeskNumber):
5639 fixed MoveToDesk with one argument
5641 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5643 * fvwm/style.c (style_parse_one_style_option):
5645 * fvwm/conditional.c (MatchesConditionMask):
5647 * fvwm/window_flags.h:
5650 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5655 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5657 * fvwm/move_resize.c (unmaximize_fvwm_window):
5658 fixed redrawing of maximize button when unmaximizing but when the size
5659 and position does not change
5661 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5663 * fvwm/expand.c (expand_vars_extended):
5664 new extended variable $[w.layer]
5666 * fvwm/move_resize.c (MaximizeHeight):
5669 applied modified layer patch for maximize by Rafal Bisingier
5671 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5673 * fvwm/add_window.c (setup_frame_attributes):
5674 Hopefully fixed BackingStore code and removed now useless backing store
5677 * fvwm/expand.c (expand_vars_extended):
5678 new extended variable $[w.desk]
5680 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5684 increased version to 2.5.11
5689 updated for 2.5.10 release
5691 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5692 improved rotation code
5694 * libs/gravity.c (gravity_add_rotations):
5697 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5699 * fvwm/placement.c (__explain_placement):
5702 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5705 * fvwm/builtins.c (CMD_BugOpts):
5706 * fvwm/screen.h (ScreenInfo):
5707 new BugOpts option ExplainWindowPlacement
5708 renamed some members of Screen
5710 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5712 * fvwm/placement.c (__place_get_wm_pos):
5713 (__place_get_nowm_pos):
5714 (__place_get_placement_flags):
5716 (__place_handle_x_resources):
5717 (setup_window_placement):
5718 split into multiple functions
5721 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5723 * fvwm/add_window.c (setup_window_placement):
5724 * fvwm/placement.c (setup_window_placement):
5725 moved function to placement.c
5726 fixed using PLACE_AGAIN placement mode
5731 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5733 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5734 allow a negative line_width to invert the relief
5736 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5738 * libs/Flocale.c (FlocaleDrawString)
5739 (FlocaleDrawUnderline)
5741 reduced redundant calls to iconv
5743 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5745 * fvwm/move_resize.c (CMD_XorValue):
5746 fixed a very small outline drawing problem caused by using 0 line width
5751 increased version to 2.5.10
5755 updated for 2.5.9 release
5757 * fvwm/functions.c (execute_function_override_window):
5758 * fvwm/module_interface.c (ExecuteModuleCommand):
5759 * fvwm/conditional.c (circulate_cmd):
5760 sometimes, DeferExecution was called although a window was already
5761 selected, for example with the "Current" commend; fixed
5763 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5765 * libs/FImage.c (FShmSafeCreateImage):
5766 Fixed some safety tests
5768 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5770 * fvwm/events.c (__handle_cr_on_client):
5771 fixed a bug in the Jave configure request workaround
5773 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5775 * fvwm/events.c (__cr_detect_icccm_move):
5776 improved motion method detection for fullscreen requests
5778 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5780 * fvwm/add_window.c (AddWindow):
5781 * fvwm/screen.h (ScreenInfo):
5782 * fvwm/builtins.c (CMD_BugOpts):
5783 new BugOpts option DisplayNewWindowNames intended for debugging
5785 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5787 * libs/Bindings.c (FvwmStringToKeysym):
5788 small performance enhancement
5790 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5792 fixed the FlickeringMoveWorkaround option which did nothing before
5794 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5796 * fvwm/style.c (style_parse_one_style_option):
5798 * fvwm/style.h (SIS_UNMANAGED):
5799 * fvwm/add_window.c (AddWindow):
5802 * fvwm/expand.c (expand_vars_extended):
5803 new variables $[w.iconfile] and $[w.miniiconfile]
5805 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5806 made left side of a relief one pixel longer at the bottom
5808 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5810 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5811 * fvwm/style.c (style_set_old_focus_policy):
5812 fixed default window list order with ClickToFocus
5814 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5816 * fvwm/libs/Flocale.h:
5817 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5818 (FlocaleStringByteToCharOffset)
5819 (FlocaleStringCharToByteOffset)
5820 (FlocaleStringCharLength):
5821 Made utility functions available outside of Flocale
5823 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5825 * fvwm/events.c (__test_for_motion):
5826 Fixed a lockup, see the long comment in the code
5828 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5830 * fvwm/schedule.c (execute_obj_func):
5831 fixed using uninitialised return code
5833 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5835 * fvwm/builtins.c (do_title_style):
5836 Fixed MinHeight, it must reset the Height
5838 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5840 * fvwm/menus.c (menuShortcuts):
5841 applied menu navigation patch by Anton Kazennikov
5843 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5845 * libs/gravity.c (gravity_dir_to_string):
5846 (gravity_parse_dir_argument):
5847 use a constant for the dir table
5849 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5851 * fvwm/Flocale.c (FlocaleEncodeString)
5852 (FlocaleDrawUnderline):
5853 Fixed crash when there's no Iconv support
5855 2003-12-16 olicha <olivier.chapuis@free.fr>
5858 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5860 * sample.fvwmrc/system.fvwm2rc-sample-95:
5861 Added some Xft fonts
5863 2003-12-12 olicha <olivier.chapuis@free.fr>
5865 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5866 Fixed ewmh FullScreen when an application start fullscreen and
5867 desactivate this state
5869 2003-12-04 olicha <olivier.chapuis@free.fr>
5871 * fvwm/placement.c (test_fit):
5873 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5874 (EWMH_GetBaseStrutIntersection):
5875 (EWMH_GetStrutIntersection):
5876 Fixed placement vs the base struts
5878 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5880 * sample.fvwmrc/system.fvwm2rc-sample-95:
5881 improved Debian specific menu
5883 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5885 * sample.fvwmrc/system.fvwm2rc-sample-95:
5886 several updates; added Debian menu if found
5888 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5891 new configure option --en/disable-iconv
5893 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5895 * fvwm/menus.c (__mloop_handle_event):
5896 * fvwm/menustyle.c (menustyle_parse_style):
5898 new MenuStyle options PopupIgnore and PopupClose
5900 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5902 * fvwm/menus.c (menu_binding): Remove debug code.
5903 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5904 * fvwm/menus.h: Add menu_binding function.
5905 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5907 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5909 * libs/wcontext.h (enum): Add MENU context.
5910 * libs/wcontext.c (win_contexts): More common binding contexts first in
5912 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5915 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5919 increase version to 2.5.9
5921 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5928 updated for 2.5.8 release
5930 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5934 initially added files for deb package auto-creating procedure
5936 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5940 added Swedish translations by Johan Svedberg
5945 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5947 * fvwm/add_window.c (GetWindowSizeHints):
5948 reindented broken hint messages
5950 2003-10-23 Mikhael Goikhman <migo@homemail.com>
5953 improved Perl detection messages,
5954 restored FvwmGtkDebug independence from gtk libs
5956 2003-10-15 Mikhael Goikhman <migo@homemail.com>
5960 added German translations by Andrei Mitrofanow
5965 2003-10-11 Mikhael Goikhman <migo@homemail.com>
5970 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5973 * fvwm/conditional.c (CreateConditionMask):
5974 (MatchesConditionMask):
5975 (CreateConditionMask):
5976 * fvwm/fvwm.h (WindowConditionMask):
5977 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
5979 2003-09-23 olicha <olivier.chapuis@free.fr>
5981 * libs/FImage.c (FShmInit):
5984 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5986 * fvwm/focus.c (warp_to_fvwm_window):
5987 don't unnecessarily call MoveViewport
5989 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5991 * fvwm/decorations.c (__is_resize_allowed):
5994 2003-09-06 malu <ml@update.uu.se>
5996 * libs/FBidi.c (FBidiConvert):
5997 * libs/CombineChars.c (CombineChars):
5998 Fixed drawing combining characters on correct positions in
5999 right-to-left context
6001 2003-09-05 malu <ml@update.uu.se>
6003 * libs/Flocale.c (FlocaleDrawString):
6005 Fixed drawing of combining characters with font shadow
6006 (character offsets were miscalculated, since FlocaleTextWidth
6009 2003-09-05 malu <ml@update.uu.se>
6011 * libs/Flocale.c (FlocaleDrawUnderline):
6012 Fixed bug with text width when a string contains only
6013 "orphaned" combining characters (compensation for font shadowd
6016 2003-09-04 olicha <olivier.chapuis@free.fr>
6019 Added E.18, added comments on C.9 and C.15
6021 2003-09-03 olicha <olivier.chapuis@free.fr>
6023 * libs/Flocale.c (FlocaleTextWidth):
6024 Fixed a comb_char core dump
6027 Fixed compilation if either iconv, libpng or Xrender headers are
6028 not at a standard place
6030 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6033 fixed error message for incorrect --with-SOMETHING-library argument
6035 2003-09-03 olicha <olivier.chapuis@free.fr>
6038 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6040 2003-09-02 olicha <olivier.chapuis@free.fr>
6045 2003-09-01 olicha <olivier.chapuis@free.fr>
6047 * libs/gravity.c (gravity_dir_to_string):
6048 A new interface function to transform a direction_t to a string
6050 2003-08-31 S. Anderson <sa@xmission.com>
6052 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6053 Fixed missing font charsets
6055 2003-08-28 olicha <olivier.chapuis@free.fr>
6057 * fvwm/move_resize.c (__move_loop):
6058 (AnimatedMoveAnyWindow):
6059 Updated bg of transparent tear off menu when moved
6061 * fvwm/events.c (HandlePropertyNotify):
6062 Updated ParentRelative tear off menu on bg change
6064 * fvwm/menus.c (UpdateMenuColorset):
6065 Updated colorsets of tear off menu when they change, this handle the
6066 case of root background change for RootTransparent
6069 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6070 An utility function for redrawing transparent tear off menu. Maybe
6073 * fvwm/add_window.c (validate_transientfor):
6074 Fixed transient for an ewmh desktop
6076 2003-08-27 olicha <olivier.chapuis@free.fr>
6078 * libs/FRender.c (FRenderRender):
6079 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6080 Removed and fixed some unused code
6082 2003-08-25 olicha <olivier.chapuis@free.fr>
6084 * fvwm/misc.c (GrabEm):
6085 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6087 * fvwm/modconf.c (send_color_limit):
6088 ifndefed color limit config info message which is not used anymore
6090 * fvwm/colorset.c (parse_colorset):
6091 Added a note on average bg
6093 2003-08-23 olicha <olivier.chapuis@free.fr>
6095 * fvwm/style.c (print_styles):
6096 More info on memory used
6098 * fvwm/style.c (__simplify_style_list):
6099 Fixed upward simplication
6101 2003-08-14 olicha <olivier.chapuis@free.fr>
6103 * fvwm/ewmh.c (ewmh_HandleMenu):
6104 Fixed the MENU window type, they are tear off menus
6107 * fvwm/update.c (apply_window_updates):
6108 * fvwm/stack.c (new_layer):
6109 * fvwm/ewmh.c (EWMH_GetStyle):
6110 Fixed EWMHUseStackingHints update
6112 * fvwm/window_flags.h:
6114 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6115 (ewmh_WMStateMaxHoriz):
6116 (ewmh_WMStateMaxVert):
6117 * fvwm/move_resize.c (unmaximize_fvwm_window):
6118 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6119 uniconify and unshade when putting a window fullscreen
6121 * fvwm/ewmh_intern.h:
6122 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6123 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6125 * fvwm/move_resize.c (unmaximize_fvwm_window):
6128 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6129 * fvwm/decorations.c (SelectDecor):
6130 * fvwm/windowshade.c (CMD_WindowShade):
6131 Removed the decor for EWMH fullscreen windows, forbid shading and
6132 allows Resize and MoveResize without unsetting the fullscreen/maximized
6135 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6136 (CMD_ResizeMaximize):
6137 Fixed ewmh state which was not set after these cmds
6139 2003-08-09 olicha <olivier.chapuis@free.fr>
6144 2003-08-08 olicha <olivier.chapuis@free.fr>
6146 * fvwm/borders.c (border_draw_vector_to_pixmap):
6147 Fixed inversion of fg and bg in vector buttons
6149 * fvwm/style.c (__simplify_style_list):
6152 * libs/System.c (fvwm_mkstemp):
6155 2003-08-07 olicha <olivier.chapuis@free.fr>
6158 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6160 * libs/System.c (fvwm_mkstemp):
6162 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6163 exists and work correctly, if not a replacement function is used
6164 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6167 * libs/fsm.c (unique_filename):
6168 (SetAuthentication):
6169 * fvwm/session.c (getUniqueStateFilename):
6170 Replaced tempnam by fvwm_mkstemp
6172 2003-08-07 olicha <olivier.chapuis@free.fr>
6175 * libs/FSMlib.h (new file):
6176 * fvwm/session.c (*):
6178 fvwmize SMlib and ICElib
6180 * fvwm/session.c (matchWin):
6181 Fixed window matching for windows with no SM_CLIENT_ID and a
6184 * libs/fsm.c (new file):
6185 * libs/fsm.h (new file):
6186 * fvwm/ConfigFvwmDefaults
6187 A set of functions for implementing a dummy session manager
6190 GNOME 1 hints and EWHM support is not a configure time option
6193 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6195 * fvwm/add_window.c (AddWindow):
6196 fixed stickyness across desks over a restart
6198 2003-08-06 olicha <olivier.chapuis@free.fr>
6200 * fvwm/ewmh.c (EWMH_WindowInit):
6201 (EWMH_SetFrameStrut):
6202 Fixed position of kde tray windows in kicker
6204 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6206 * fvwm/module_interface.c (FlushMessageQueue):
6207 retry writing pipe if write returns EINTR
6209 2003-07-28 olicha <olivier.chapuis@free.fr>
6211 * fvwm/events.c (events_handle_configure_request):
6212 (HandleConfigureRequest):
6213 (__handle_configure_request):
6214 (__handle_cr_on_client):
6215 * fvwm/ewmh.c (ewmh_atom_client_win):
6216 * fvwm/ewmh_intern.h:
6217 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6218 (EWMH_ProcessClientMessage):
6219 Implemented _NET_MOVERESIZE_WINDOW
6221 * fvwm/fvwm.c (main):
6224 2003-07-25 olicha <olivier.chapuis@free.fr>
6226 * fvwm/ewmh.c (ewmh_HandleWindowType):
6227 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6228 that one type and we do not support the first one.
6230 * fvwm/expand.c (expand_vars_extended):
6231 Fixed conflict between extended variables name (desk.name and
6234 * fvwm/session.c (callback_save_yourself):
6235 Respect the SmSaveGlobal save type. This should fix some session
6236 locking in the sm protocol
6238 * fvwm/session.c (setSmProperties):
6240 Set some sm properties when fvwm start for fixing a problem with
6241 the restart style hint after a restart.
6243 * fvwm/fvwm.c (get_display_name):
6246 * fvwm/session.c (setSmProperties):
6248 Added a possible positive or null arg to --single-screen which
6249 forces fvwm to start on the "current" display and the given
6250 screen. Use this to fix fvwm starting under a session manager:
6251 specify only the screen and not the display.screen for the
6254 * fvwm/fvwm.c (main):
6255 Fixed possible memory corruption if a display has more than
6258 * fvwm/session.c (*):
6261 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6264 fixed xft/fontconfig detection with pkg-config
6267 corrections in some long option names
6269 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6271 * fvwm/add_window.c (setup_style_and_decor):
6272 * fvwm/geometry.c (set_window_border_size):
6273 * fvwm/fvwm.h (FvwmWindow):
6274 * fvwm/events.c (HandleShapeNotify):
6275 * fvwm/frame.c (frame_free_move_resize_args):
6276 (frame_setup_shape):
6277 (frame_reshape_border):
6278 fixed resizing of window borders if a window shape was added or deleted
6279 after the initial window setup
6281 * fvwm/update.c (apply_window_updates):
6284 * fvwm/events.c (__cr_detect_icccm_move):
6285 disable motion method detection for shaped windows
6287 2003-07-21 olicha <olivier.chapuis@free.fr>
6289 * fvwm/add_window.c (setup_window_structure):
6290 * fvwm/session.c (MatchWinToSM):
6291 Preserve is_name_changed window_flags within restart, session loading
6294 2003-07-20 olicha <olivier.chapuis@free.fr>
6296 * fvwm/ewmh.c (EWMH_Init):
6297 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6299 * fvwm/fvwm.c (InternUsefulAtoms):
6301 * fvwm/session.c (GetWindowRole):
6302 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6304 * fvwm/session.c (GetClientID):
6305 Better determination of the CLIENT_LEADER
6307 * fvwm/session.c (setSmProperties):
6308 Set the CloneCommand for gnome-session editor (the sm spec says this
6309 properties is required). Removed the commented XSM ifdef.
6311 * fvwm/session.c (matchWin):
6313 Consider client only if it has a client id or a wm command.
6314 Removed the "two entries" session previous commit
6316 2003-07-16 olicha <olivier.chapuis@free.fr>
6318 * fvwm/session.c (MatchWinToSM):
6319 Fixed restoring session state, if two window session entries have the
6320 same identifier ignore these entries
6322 2003-07-16 olicha <olivier.chapuis@free.fr>
6325 * fvwm/style.h (SID_GET_NAME):
6327 (SID_GET_WINDOW_ID):
6328 (SID_SET_WINDOW_ID):
6331 (SID_SET_HAS_WINDOW_ID):
6332 (SID_GET_HAS_WINDOW_ID):
6338 (SSET_ID_HAS_WINDOW_ID):
6339 (SGET_ID_HAS_WINDOW_ID):
6340 * fvwm/style.c (style_ids_are_equals):
6341 (style_id_equals_id):
6342 (styles_have_same_id):
6343 (fw_match_style_id):
6344 (one_fw_can_match_both_ids):
6345 (remove_all_of_style_from_list):
6346 (__simplify_style_list):
6347 (style_parse_one_style_option):
6349 (style_destroy_style):
6355 (CMD_DestroyWindowStyle):
6356 * fvwm/fvwm.h (style_id_t):
6358 * fvwm/functable.c (func_table):
6359 * fvwm/add_window.c (destroy_window):
6362 New WindowStyle and DestroyWindowStyle command for setting styles
6365 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6367 * libs/Flocale.c (FlocaleDrawString):
6368 * libs/FBidi.c (FBidiConvert):
6369 fixed drawing of combining characters in the case where a string
6370 consists of only combining characters
6372 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6374 * libs/CombineChars.c (CombineChars):
6375 bugfix: array mapping visual to logical position was allocated
6376 to small (factor 2) in decoposing code
6378 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6380 * libs/Flocale.c (FlocaleEncodeWinString):
6383 * libs/Flocale.c (FlocaleDrawString):
6384 (FlocaleRotatedDrawString):
6385 removed some code duplication
6387 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6389 * libs/CombineChars.c (combclass_table):
6391 fixed supporting drawing marks superimposed that are in a combining
6394 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6396 * libs/Flocale.c (FlocaleRotateDrawString):
6398 fixed core dump when composing characters can't be converted to
6401 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6406 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6411 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6414 updated with reagrds to combing characters
6416 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6421 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6423 * libs/Flocale.c (FlocaleEncodeString):
6424 (FlocaleEncodeWinString):
6425 (FlocaleRotateDrawString):
6426 (FlocaleDrawString):
6427 (FlocaleDrawUnderline):
6428 fixed rendering combining characters using Unicode font in a
6431 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6434 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6436 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6439 fixed FBidi.h macro to work with no FriBIDI
6441 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6443 * libs/CombineChars.h (CombineChars):
6444 * libs/CombineChars.c (CombineChars):
6445 * libs/FBidi.h (FBidiConvert):
6446 * libs/FBidi.c (FBidiConvert):
6447 * libs/Flocale.c (FlocaleEncodeString):
6448 (FlocaleEncodeWinString):
6449 (FlocaleDrawUnderline):
6451 fixed drawing of underlines on characters to work in with BIDI
6452 and combining characters
6454 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6457 closed D.1 with "no consensus" resolution
6459 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6462 documented tear off menus
6464 * fvwm/placement.c (PlaceWindow):
6465 StartsOnPage + SkipMapping overrides PPosition
6467 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6470 solved a problem with CMD_Dummy and exact command spelling
6472 * libs/CombineChars.c:
6473 * libs/CombineChars.h:
6475 minor reformattings (use TABs not 8 spaces and a space after keywords
6476 like for, if or while)
6478 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6480 * fvwm/update.c (apply_window_updates):
6482 * fvwm/add_window.c (setup_style_and_decor):
6484 * fvwm/style.c (style_parse_one_style_option):
6485 (check_window_style_change):
6486 new style MoveWindowByProgramMethod
6488 * libs/PictureImageLoader.c (PImageLoadXpm):
6489 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6491 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6492 implemented _NET_WM_STATE_FULLSCREEN handling
6494 * fvwm/move_resize.c (GetOnePositionArgument):
6495 fixed parsing of "+-x +-y" Move arguments
6497 use get_page_offset_check_visible
6499 * fvwm/geometry.c (get_page_offset_check_visible):
6500 new convenience function
6502 * fvwm/events.c (__handle_cr_on_client):
6503 fixed handling of gravities other than NW or Static
6504 (__cr_detect_icccm_move):
6507 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6513 * libs/CombineChars.c:
6514 * libs/CombineChars.h:
6515 * libs/Flocale.c (FlocaleEncodeString):
6519 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6522 2003-07-06 olicha <olivier.chapuis@free.fr>
6524 * libs/FRender.c (FRenderRender):
6527 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6529 * fvwm/ewmh.c (ewmh_check_wm_pid):
6531 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6532 compliant ConfigureNotify handling
6534 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6536 * libs/Flocale.c (FlocaleDrawUnderline):
6537 Commented out some non-working new code
6539 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6541 * libs/Flocale.c (FlocaleDrawString):
6542 fixed drawing superimposed characters with a fontset
6544 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6546 * fvwm/events.c (__cr_detect_icccm_move):
6547 (__handle_cr_on_client):
6548 (__cr_get_grav_position):
6549 (__cr_get_static_position):
6550 * fvwm/window_flags.h:
6552 try to autodetect whether application uses the icccm way of moving
6553 windows of the traditional way always using static gravity
6556 moved SIGNAL_RETURN macro definition to acconfig.h
6558 * fvwm/module_interface.c (DeadPipe):
6559 * fvwm/fvwm.c (SigDone):
6562 use SIGNAL_RETURN macro
6564 * fvwm/events.c (__handle_cr_on_client):
6565 (__merge_cr_moveresize):
6566 (__cr_detect_icccm_move):
6568 * fvwm/events.c (__handle_cr_on_unmanaged):
6569 (__handle_cr_on_icon):
6570 (__handle_cr_on_shaped):
6571 (__handle_cr_restack):
6572 (__handle_cr_on_client):
6573 (HandleConfigureRequest):
6574 split the ConfigureRequest code into multiple functions
6576 * fvwm/update.c (apply_window_updates):
6577 fixed drawing of window decorations when "Style * Neverfocus" is used
6579 * fvwm/events.c (HandleKeyPress):
6580 fixed a bug with key binding contexts
6582 * fvwm/functions.c (__execute_function):
6583 * fvwm/expand.c (expand_vars):
6584 (expand_vars_extended):
6585 new extended variable $[func.context]
6589 moved some code to the new files
6600 fixed a problem with uninitialised global variable
6602 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6604 * libs/Bindings.c (key_modifiers):
6605 moved to new file wcontext.c
6607 * libs/gravity.c (gravity_parse_dir_argument):
6608 added aliases for compass directions:
6619 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6622 * libs/Flocale.c (FlocaleDrawString):
6623 (FlocaleRotateDrawString):
6624 Fixes to work without Fribidi
6626 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6631 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6633 * libs/FbidiJoin.c (get_shaped_combined_char):
6635 Removed unused (get_shaped_combined_char) and commented out code
6636 Combining ligatures done in FCombineChars
6638 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6640 * libs/Flocale.c (FlocaleDrawString):
6641 (FlocaleRotateDrawString):
6644 * libs/FBidi.c (FBidiConvert):
6646 * libs/FCombineChars.h:
6647 * libs/FCombineChars.c (FCombineChars):
6648 Added support for drawing superimposed combining characters
6650 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6653 * fvwm/functable.c (func_table):
6654 * fvwm/functions.c (CMD_TearMenuOff):
6659 merged all dummy commands into one: CMD_Dummy
6661 2003-07-01 olicha <olivier.chapuis@free.fr>
6663 * fvwm/menus.c (DestroyMenu):
6667 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6669 * fvwm/menustyle.c (menustyle_copy):
6673 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6678 2003-06-30 olicha <olivier.chapuis@free.fr>
6680 * fvwm/menus.c (do_menu):
6682 (do_menu_close_tear_off_menu):
6683 (menu_close_tear_off_menu):
6684 Allowed to destroy tear off menu!
6686 * fvwm/menus.c (menu_tear_off):
6687 (menu_close_tear_off_menu):
6688 (do_menu_close_tear_off_menu):
6689 (clone_menu_root_static):
6695 Fixed client leaks (only create new client for menu if it is a tear off
6696 menu). Created a dedicated menu style for each tear off menu.
6698 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6701 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6703 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6705 * fvwm/virtual.c (do_move_window_to_desk):
6707 fixed "Visible" condition on non current desks
6709 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6713 shortened some comments
6714 removed GPL from .h files
6715 added GPL to all .c files
6716 include config.h in all .c files
6717 added "/* -*-c-*- */" where missing
6718 some reformatting and reindenting
6720 * fvwm/module_interface.c:
6721 * fvwm/module_interface.h:
6729 * fvwm/windowshade.c:
6731 * fvwm/conditional.c:
6743 * fvwm/add_window.c:
6747 * fvwm/eventhandler.h:
6749 * fvwm/add_window.h:
6755 renamed types func_type, repeat_t, initial_window_options_t,
6756 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6757 last_added_item_type, common_flags_type, multi_direction_type,
6758 msg_masks_type to ..._t
6760 * fvwm/functions.c (__execute_function):
6761 (execute_complex_function):
6762 * fvwm/condrc.c (condrc_init):
6763 new function in new file to encapsulate all cond_rc_t handling
6766 * fvwm/fvwm.h (cond_rc_t):
6768 moved typed to new file
6772 * fvwm/functable.c (func_table):
6773 * fvwm/functions.c (__run_complex_function_items):
6774 (__execute_function):
6776 * fvwm/conditional.c (CMD_Break):
6777 (__rc_matches_rcstring_consume):
6778 Break takes the number of function levels to break out of as an
6781 * fvwm/expand.c (expand_vars_extended):
6782 * fvwm/conditional.c (circulate_cmd):
6785 (__rc_matches_rcstring_consume):
6794 (__run_complex_function_items):
6795 (execute_complex_function):
6799 * fvwm/conditional.c:
6800 renamed fvwm_cond_func_rc by cond_rc_t
6801 made a type a struct
6802 added a member to indicate the number of function levels to break out
6805 * fvwm/functable.c (func_table):
6806 * fvwm/conditional.c (CMD_TestRc):
6807 replaced conditional commands:
6809 CondCase -> KeepRc TestRc
6811 (__rc_matches_rcstring_consume):
6814 * fvwm/conditional.c (CMD_CondCase):
6815 fixed the CondCase command
6817 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6820 new configure option --deisable-gtk to disable detection of gtk library
6823 cleaned up documentation of conditional commands
6824 general man page cleanup
6826 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6828 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6831 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6834 cleaned up of CirculateHit... conditions
6836 2003-06-15 olicha <olivier.chapuis@free.fr>
6838 * fvwm/style.c (__simplify_style_list):
6839 Fixed is_merged_allowed: rest it to True when cur change
6840 Added "upward" simplification
6842 2003-06-14 olicha <olivier.chapuis@free.fr>
6844 * fvwm/style.c (__simplify_style_list):
6847 Fixed blockand which always returned True. Added blocksintersect which
6848 returns the same value as blockand but faster.
6850 2003-06-13 olicha <olivier.chapuis@free.fr>
6854 Fixed fontconfig and xft2 for version without *-config binnary. Used
6855 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6856 fontconfig and xft2 if the version is < the required version
6857 (even if --disable-*test).
6859 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6862 define M_PI and M_PI_2 if they are not defined by math.h
6864 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6866 * libs/Colorset.c (LoadColorset):
6867 added a note to update Colorsets.pm too when the format is changed
6869 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6871 * WindowStyle_proposal.txt:
6872 s/WindowId/ThisWindow/ and other minor changes
6874 2003-06-06 olicha <olivier.chapuis@free.fr>
6876 * libs/PictureImageLoader.c (PImageLoadPng):
6877 Fixed loading of png images if the caller want no alpha
6879 2003-06-04 olicha <olivier.chapuis@free.fr>
6881 * libs/Flocale.c (FlocaleEncodeString):
6884 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6887 only FCombineChars.c was distributed not FCombineChars.h
6889 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6891 * libs/FCombineChars.c (convert_to_utf8)
6892 fixed a bug when converting back to UTF-8 and a bug giving
6893 garbage at end of string in some cases
6895 * libs/Flocale.c (FlocaleEncodeString)
6896 fixed problem regarding combining-characters when BIDI is used
6898 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6901 * libs/Flocale.c (FlocaleEncodeString):
6902 * libs/FCombineChars.c:
6903 * libs/FCombineChars.h:
6904 implemeted support for combining characters
6906 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6909 set the version 2.5.8
6911 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6915 SetEnv with only one parameter is ignored now
6917 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6919 * NEWS: Add 2.4.16 news.
6921 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6923 * fvwm/functions.c (expand_extended_var):
6925 fixed expanding variables that are empty, for example $[w.resource]
6926 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6931 2003-05-29 olicha <olivier.chapuis@free.fr>
6933 * fvwm/ewmh.c (ewmh_atom_wm_state):
6934 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6936 2003-05-28 olicha <olivier.chapuis@free.fr>
6941 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6943 * fvwm/focus.c (__update_windowlist):
6944 don't fiddle with the window list for windows that are going to be
6947 * fvwm/add_window.c (delete_client_context):
6948 (destroy_auxiliary_windows):
6950 fixed empty frame windows when X reused the window id for a new window
6951 while the old one was scheduled to be destroyed
6953 2003-05-26 olicha <olivier.chapuis@free.fr>
6955 * fvwm/icons.c (GetIconBitmap):
6956 (set_icon_pixmap_background):
6958 (DrawIconPixmapWindow):
6960 Fixed loading of application supplied pixmap on 8/24 depth screen
6962 2003-05-25 Dan Espen <dane@mk.telcordia.com>
6964 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
6967 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
6970 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6972 * fvwm/misc.c (GrabEm):
6973 do not confine the pointer to the root window when grabbed; this can
6974 cause the pointer to be warped to another screen
6975 * fvwm/menus.c (get_menu_options):
6976 fixed placement of menus on Xinerama screens
6977 * libs/FScreen.c (FScreenGetResistanceRect):
6978 fixed function to do something useful
6979 * libs/Flocale.c (FlocaleDrawString):
6980 support font shadowing without colorsets
6981 * libs/ColorUtils.c:
6983 * fvwm/menuitem.c (menuitem_paint):
6984 do not use colorsets in menus if they are not defined
6985 * fvwm/menustyle.c (menustyle_parse_style):
6986 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
6989 2003-05-23 olicha <olivier.chapuis@free.fr>
6991 * fvwm/bindings.c (ParseBinding):
6992 (bind_get_bound_button_contexts):
6993 * libs/Bindings.c (GrabWindowButton):
6994 Fixed window button grabbing
6996 2003-05-22 olicha <olivier.chapuis@free.fr>
6998 * fvwm/colorset.c (parse_colorset):
7001 * fvwm/borders.c (border_fill_pixmap_background):
7002 Fixed problem with depth 1 pixmap
7004 * fvwm/conditional.c (CMD_On):
7007 * fvwm/conditional.c (CreateConditionMask):
7008 Fixed memory leaks for layer and state
7010 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7013 added perllib/FVWM/Tracker/Makefile
7015 2003-05-22 olicha <olivier.chapuis@free.fr>
7019 * fvwm/style.c (print_styles):
7020 * fvwm/builtins.c (CMD_PrintInfo):
7021 New style subject to PrintInfo
7023 2003-05-20 olicha <olivier.chapuis@free.fr>
7025 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7026 Allowed empty xft font name
7029 * libs/flist.c (new file):
7030 * libs/flist.h (new file):
7031 Added a flist structure and some basic function for handling such
7034 * libs/FGettext.c (*):
7035 Use the new flist struct and functions interface
7037 * fvwm/screen.h (ScreenInfo):
7038 * fvwm/update.c (destroy_scheduled_windows):
7039 * fvwm/add_window.c (destroy_window):
7040 Added a list for the windows which are scheduled for destroy
7041 Remove a fw at once from the fw list when we destroy_window
7043 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7045 * fvwm/style.c (CMD_DestroyStyle):
7046 do not update windows if no style was deleted
7047 (check_window_style_change):
7048 fixed update of window styles w/ DestroyStyle
7050 2003-05-18 olicha <olivier.chapuis@free.fr>
7052 * fvwm/conditional.c (CMD_On):
7053 Added x,r,w,f and i file condition to the On command
7055 * fvwm/add_window.c (destroy_window):
7056 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7057 but scheduled for destroy. Not sure that the fix is good.
7059 * fvwm/functions.c (__execute_function):
7061 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7062 This fixes some cores dumps with "recursives" functions
7064 * fvwm/borders.c (border_create_root_transparent_pixmap):
7065 (border_draw_decor_to_pixmap):
7066 Fixed a core dump with a root transparent rotated title
7067 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7069 * libs/FGettext.c (fgettext_add_one_path):
7071 (FGettextSetLocalePath):
7072 Fixed memory leak and chainning
7074 * fvwm/builtins.c (CMD_PrintInfo):
7075 Fixed a parsing leak
7077 * fvwm/conditional.c (Circulate):
7078 Fixed a mask memory leaks
7081 * libs/Flocale.c (FlocaleGetFont):
7082 (FlocaleGetFontSet):
7083 (FlocaleGetFftFont):
7084 Fixed a core dump when a 0 font is given with an encoding hints.
7085 Added a default FFT font
7087 * fvwm/builtins.c (CMD_DefaultFont):
7088 Fixed a core dump when the default font change and a redraw
7089 (icon or window) is proceeded before flush_window_updates is called
7091 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7092 Fixed gradients copy
7094 * fvwm/menustyle.c (menustyle_parse_style):
7095 Fixed UMR's related to colorset
7097 * fvwm/builtins.c (ReadDecorFace):
7098 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7102 * fvwm/menustyle.c (menustyle_free):
7103 Fixed a fore stipple gc leak
7105 * fvwm/windowlist.c (CMD_WindowList):
7106 Fixed a sor_keyname memory leak
7108 * fvwm/fvwm.c (ResetAllButtons):
7109 Fixed the default buttons memory leak
7111 2003-05-08 olicha <olivier.chapuis@free.fr>
7113 * fvwm/windowlist.c (CMD_WindowList):
7114 Fixed a memory leak if MaxLabelWidth is used
7116 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7118 * fvwm/functions.c (__context_has_window):
7119 (__execute_function):
7121 fixed excution of functions requiring a window without a window when
7122 called with "silent" from a complex function
7124 2003-05-07 olicha <olivier.chapuis@free.fr>
7126 * libs/System.c (searchPath):
7129 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7131 * fvwm/move_resize.c (__move_loop):
7135 2003-05-03 olicha <olivier.chapuis@free.fr>
7140 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7143 Minor typo corrections.
7145 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7147 * fvwm/move_resize.c (__move_loop):
7153 2003-04-28 olicha <olivier.chapuis@free.fr>
7155 * fvwm/ewmh.c (ewmh_atom_wm_state):
7157 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7158 (ewmh_WMStateStaysOnBottom):
7159 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7161 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7163 * fvwm/module_interface.c (do_execute_module):
7164 * fvwm/fvwm.c (main):
7165 * libs/envvar.c (flib_putenv):
7166 * fvwm/builtins.c (add_to_env_list):
7169 fixed putenv memory leaks
7171 * libs/envvar.c (strIns):
7175 replacement for putenv without memory leaks
7180 * fvwm/fvwm.c (StartupStuff):
7182 * fvwm/add_window.c (free_window_names):
7184 * fvwm/events.c (HandlePropertyNotify):
7186 * fvwm/menus.c (do_menu):
7188 (__mloop_exit_selected):
7190 * fvwm/menucmd.c (menu_func):
7193 * fvwm/builtins.c (CMD_Destroy):
7195 call destroy_window right after XKillClient; do not wait for the window
7198 * fvwm/menucmd.c (menu_func):
7199 * fvwm/windowlist.c (CMD_WindowList):
7202 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7205 several updates (FvwmGtk, gettext)
7207 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7209 * fvwm/menucmd.c (menu_func):
7210 * fvwm/windowlist.c (CMD_WindowList):
7212 * fvwm/menus.c (is_double_click):
7215 (pop_menu_down_and_repaint_parent):
7216 (__mloop_get_event_timeout_loop):
7217 (__mloop_get_event):
7218 (__mloop_handle_event):
7219 (__mloop_select_item):
7220 (__mloop_make_popup):
7221 (__mloop_get_mi_actions):
7224 (__mloop_handle_action_with_mi):
7225 (__mloop_handle_action_without_mi):
7227 (menu_enter_tear_off_menu):
7228 (menu_close_tear_off_menu):
7230 replaced the pfw and pcontext members of the MenuParameters structure
7231 with an execution context pointer
7232 (_menu_execute_function):
7233 wrapper function to simplyfy command execution from within menus
7235 fixed warping pointer to first menu item when invoked with the mouse
7237 * fvwm/execcontext.c:
7240 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7247 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7249 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7251 * fvwm/menus.c (do_menu):
7252 the NoWarp position hint option works with root menus too
7254 * fvwm/ConfigFvwmDefaults:
7255 removed GrabFocusOff and GrabFocusTransient since they nullify the
7256 default with the plain focus policies
7258 2003-04-24 olicha <olivier.chapuis@free.fr>
7260 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7261 Fixed a miss print in my previous commit
7263 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7265 (ewmh_WMStateStaysOnBottom):
7266 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7267 * fvwm/ewmh_intern.h:
7268 Added comment on the implementation at the top of ewmh.c.
7269 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7270 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7271 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7272 and _NET_WM_STATE_BELOW.
7275 Added David Fries. Updated my entries.
7280 2003-04-23 olicha <olivier.chapuis@free.fr>
7282 * fvwm/module_interface.c (CMD_KillModule):
7283 Fixed a leak when we have an alias
7285 * libs/Picture.c (PFreeFvwmPictureData):
7287 New interface function for just freeing the allocated data (not
7290 2003-04-22 olicha <olivier.chapuis@free.fr>
7292 * fvwm/colorset.c (get_root_pixmap):
7293 Fixed a minor memory leak
7295 * fvwm/functions.c (execute_complex_function):
7296 Fixed uninitialized d.type
7298 * libs/Ficonv.c (FiconvSetupConversion):
7299 (FiconvUtf8ToCharset):
7300 (FiconvCharsetToUtf8):
7303 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7306 Fixed a core dump and safety check related to not loaded font
7308 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7313 2003-04-16 olicha <olivier.chapuis@free.fr>
7315 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7318 (ewmh_WMStateHidden):
7319 Check if functions are allowed
7321 * fvwm/ewmh.c (ewmh_HandleDesktop):
7323 Set Desktop and Dock uniconifiable and unmaximazable
7325 * fvwm/menuitem.c (menuitem_paint):
7327 Fixed greyed action with EWMH desktop
7329 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7332 documented FvwmEvent behaviour of executing window related event
7333 handlers within a window context
7336 updated WindowId entry
7338 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7340 * fvwm/schedule.c (deschedule):
7343 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7344 (ExecuteCommandQueue):
7345 * libs/queue.c (fqueue_init):
7346 (fqueue_remove_or_operate_from_front):
7347 (fqueue_remove_or_operate_from_end):
7348 (fqueue_remove_or_operate_all):
7350 (fqueue_unlock_queue):
7351 (fqueue_lock_queue):
7352 (fqueue_add_at_front):
7353 (fqueue_add_inside):
7357 * libs/queue.c (fqueue_remove_or_operate_all):
7358 (fqueue_remove_or_operate_from_end):
7359 (fqueue_remove_or_operate_from_front):
7360 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7361 (ExecuteCommandQueue):
7362 * fvwm/schedule.c (deschedule):
7363 (check_deschedule_obj_func):
7364 (deschedule_obj_func):
7366 (check_execute_obj_func):
7371 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7373 * fvwm/ConfigFvwmDefaults:
7375 * fvwm/windowlist.c:
7376 * sample.fvwmrc/system.fvwm2rc-sample-95:
7378 WindowListFunc is executed now within a window context,
7379 so "WindowId $0" is not needed anymore in its definition
7381 2003-04-14 olicha <olivier.chapuis@free.fr>
7385 Documented LocalePath and $[gt.str]. FvwmScript news.
7387 * fvwm/expand.c (expand_vars_extended):
7388 Fixed $[gt.str] expansion
7391 New gettext domain FvwmScript
7393 * libs/FGettext.c (FGettextCopy):
7395 New interface function which copies the string
7397 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7399 * fvwm/conditional.c (CMD_Cond):
7400 allow to negate the condition code with '!' prefix
7402 * fvwm/schedule.c (CMD_Schedule):
7404 support hexadecimal ids
7406 * libs/Parse.c (GetIntegerArguments):
7407 (_get_suffixed_integer_arguments):
7408 (GetSuffixedIntegerArguments):
7409 (GetIntegerArgumentsAnyBase):
7410 new utitily function to allow hexadecimal integer arguments
7412 2003-04-10 olicha <olivier.chapuis@free.fr>
7414 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7415 (FlocaleGetCharsetOfFontStruct):
7416 (FlocaleGetCharsetFromName):
7417 (FlocaleFixNameForFontSet):
7418 (FlocaleGetFontSet):
7419 (FlocalePrintLocaleInfo):
7420 * libs/FlocaleCharset.h:
7421 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7422 (FlocaleCharsetPrintXOMInfo):
7423 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7425 2003-04-08 olicha <olivier.chapuis@free.fr>
7427 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7428 fixed the default font name
7430 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7432 * fvwm/events.c (HandlePropertyNotify):
7433 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7434 completely ignore application requests to set exactly the same
7435 window name or icon name (xmms sets it every second),
7436 this avoids some redundant module messages and redraws
7438 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7443 2003-04-04 olicha <olivier.chapuis@free.fr>
7446 Fixed a miss print in fribidi config check
7448 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7450 * fvwm/focus.c (__restore_focus_after_unmap):
7451 iconified windows without an icon do not receive focus
7453 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7455 * fvwm/virtual (CMD_GotoDeskAndPage):
7456 different "GotoDeskAndPage prev" fix that works with any viewports, not
7457 just multiples of the screen size
7459 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7461 * fvwm/virtual (CMD_GotoDeskAndPage):
7462 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7464 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7469 * fvwm/menucmd.c (menu_func):
7470 fixed double key presses to choose default menu action
7472 * fvwm/focus.c (__update_windowlist):
7473 fixed order of window list with SloopyFocus when using the Focus
7476 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7479 clarified some things, typo fixed
7481 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7483 * libs/Colorset.c (CreateBackgroundPixmap):
7484 (GetWindowBackgroundPixmapSize):
7485 (get_aspect_dimensions):
7486 fixed size calculation of aspect pixmaps
7488 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7490 * fvwm/icons.c (clear_icon):
7494 * fvwm/geometry.c (get_icon_geometry):
7495 (modify_icon_position):
7496 set a valid icon picture position if there is neither a picture nor a
7499 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7503 reformatted to fit better on the web page
7505 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7508 added items from "My TODO" message on 2003-01-02
7511 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7513 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7516 removed debug output
7518 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7520 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7521 (FScreenFetchMangledScreenFromUSPosHints):
7522 two functions to allow USPosition hints from modules and StartsOnScreen
7523 work at the same time
7525 * fvwm/conditional.c (direction_cmd):
7526 Some fixes, reformatting and improvements.
7528 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7530 * fvwm/icons.c (Iconify):
7531 initialise icon position to +0+0 if there is neiter a picture nor a
7534 * fvwm/functions.c (DeferExecution):
7540 * fvwm/update.c (apply_window_updates):
7541 fixed drawing of sticky icon titles when the stickyicon style is being
7544 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7546 * fvwm/placement.c (CMD_PlaceAgain):
7547 * fvwm/add_window.c (setup_window_placement):
7548 * fvwm/virtual.c (MapDesk):
7549 update the GNOME hints desk when changing desks; fixes placeagain with
7551 some placeagain fixes
7553 * fvwm/fvwm.1.in (Example):
7554 removed duplicate Iconify section
7559 * fvwm/functable.c (func_table):
7560 * fvwm/functions.h (func_type):
7561 * fvwm/functions.c (__execute_function):
7562 (execute_complex_function):
7564 fixed a new and and old window selection bug
7566 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7568 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7569 detected with Purify.
7571 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7573 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7574 use None, not 0 for Window structures
7576 * fvwm/events.c (InitEventHandlerJumpTable):
7578 (__handle_key_event):
7579 * fvwm/bindings.c (ParseBinding):
7583 removed key release binding because they can not work reliably
7585 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7587 * fvwm/functable.c (func_table):
7588 trigger on ButtonPress for many of the functions
7590 * fvwm/functions.c (__execute_function):
7591 (__execute_function):
7592 fixed conditional commands a la "Current" triggered on root window
7594 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7596 * todo-2.6: Closed B.2, C.21.
7598 2003-02-28 olicha <olivier.chapuis@free.fr>
7601 * fvwm/events.c (HandleConfigureRequest):
7602 Added a workaround for application with broken max/min size hints
7603 vs a size configure request. This "fixes" floating java JToolBar.
7605 * fvwm/add_window.c (GetWindowSizeHints):
7606 Check that the max size hint is not broken relatively to the the base
7609 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7613 released 2.5.6, set version to 2.5.7
7619 2003-02-26 Tony Finch <dot@dotat.at>
7621 * fvwm/borders.c (border_draw_one_border_part):
7622 Don't draw the handle relief marks when the border is flat.
7624 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7627 s/fribdi_in_path/fribidi_in_path/
7630 spell checking and some reformatting
7632 2003-02-26 olicha <olivier.chapuis@free.fr>
7634 * fvwm/borders.c (border_setup_bar_pixmaps):
7635 Fixed a miss-print which can cause a core dump
7638 Added a 2.6 TODO file
7640 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7642 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7643 void functioin cannot return a value.
7645 2003-02-25 olicha <olivier.chapuis@free.fr>
7648 Fixed compilation warning if fribidi is in path
7650 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7652 * fvwm/windowlist.c (CMD_WindowList):
7653 removed unused instruction
7655 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7657 * configure.in: Remove nested function from -Werror check.
7658 Lets configure work without gcc.
7661 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7663 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7665 * fvwm/functions.c (__run_complex_function_items): Make Break start
7668 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7670 * fvwm/move_resize.c (get_outline_rects):
7671 (draw_move_resize_grid):
7672 initial drawing and final undrawing of wire frame no longer toggles the
7673 pixel in the top left corner of the screen
7675 * fvwm/expand.c (expand_vars):
7676 disabled warnings about one letter variables
7678 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7680 * README: Update to reflect release 2.5.x.
7681 * NEWS: Update news for FvwmPager drag fix.
7683 2003-02-15 olicha <olivier.chapuis@free.fr>
7688 2003-02-13 olicha <olivier.chapuis@free.fr>
7690 * fvwm/gnome.c (GNOME_SetClientList):
7691 Applied David Fries patch which fixes a possible crash with more
7693 (GNOME_SetClientList):
7694 malloc -> safemalloc
7696 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7698 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7699 Give the XorValue range.
7701 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7703 * fvwm/fvwm.1.in: Fully document the emulate command.
7705 2003-02-06 olicha <olivier.chapuis@free.fr>
7707 * fvwm/borders.c (get_common_decorations):
7708 (border_get_border_background):
7710 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7712 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7714 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7717 * fvwm/menuitem.c (menuitem_get_size):
7718 * fvwm/menus.c (calculate_item_sizes):
7719 renamed "mips" to mipst
7721 * fvwm/menuitem.c (menuitem_get_item_size):
7722 * fvwm/menus.c (_calculate_item_sizes):
7723 backed out patch from 30-Jan-2003
7725 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7728 * fvwm/menuitem.c (menuitem_get_item_size):
7729 * fvwm/menus.c (_calculate_item_sizes):
7730 functions renamed due to global name space collision with IRIX 6.5
7732 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7735 added tests/hints/Makefile.am
7737 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7739 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7741 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7743 * sample.fvwmrc/DecorWin95:
7744 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7745 Replace a long time ago.
7747 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7749 * fvwm/stack.c (new_layer):
7750 (collect_transients_recursive):
7754 * fvwm/events.c (HandleConfigureRequest):
7755 fixed placement of icons
7756 fixed size calculations of icons
7758 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7761 fixed $[desk.name<n>] that was masked by $[desk.n],
7762 added $[desk.pagesx] and $[desk.pagesy]
7764 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7766 * NEWS: Update news. Spelling fixes 2.5.x news.
7767 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7768 its not interactive.
7770 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7773 added a short description together with the commands
7775 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7778 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7781 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7785 deprecate all single letter variables, new variables are supported now
7786 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7787 $[desk.n], $[version.num], $[version.info], $[version.line].
7789 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7791 * fvwm/style.c (style_parse_one_style_option):
7793 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7794 DisallowMaximizeFixedSize
7796 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7798 * fvwm/fvwm.1.in: Lang check.
7800 2003-01-03 olicha <olivier.chapuis@free.fr>
7805 * fvwm/ewmh_intern.h:
7806 * fvwm/ewmh_names.c:
7807 * fvwm/ewmh_icons.c:
7808 * fvwm/ewmh_events.c:
7813 * fvwm/functable.c (func_table):
7814 * fvwm/fvwm.c (setVersionInfo):
7817 Removed GNOME and HAVE_EWMH ifdef
7820 Documented UseTitleDecorRotation
7822 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7824 * fvwm/module_interface.c (MoveViewport):
7825 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7826 M_NEW_PAGE now has 7 arguments
7828 2003-01-02 olicha <olivier.chapuis@free.fr>
7831 Documented the new icon style options
7835 * fvwm/icons.c (DrawIconTitleWindow):
7836 (DrawIconPixmapWindow):
7837 (setup_icon_title_size):
7838 * fvwm/style.c (style_parse_one_style_option):
7839 Fixed IconTitleRelief and IconBackgroundRelief arguments
7841 * fvwm/icons.c (GetIconPicture):
7842 (SetIconPixmapSize):
7843 Fixed IconSize style for non shaped depth > 1 pixmaps
7845 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7849 * fvwm/conditional.c (CMD_On):
7852 new conditional command On for non-window related conditions
7854 * fvwm/execcontext.h:
7855 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7856 two new exec contexts for restarting
7858 2003-01-02 olicha <olivier.chapuis@free.fr>
7860 * fvwm/builtins.c (ReadMultiPixmapDecor):
7861 StretchedPixmap -> AdjustedPixmap
7864 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7865 Documented the new MultiPixmap syntax
7867 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7871 * fvwm/builtins.c (ReadTitleButton):
7873 new button state shortcuts AllActiveUp, AllActiveDown,
7874 AllInactiveUp, AllInactiveDown
7876 2002-12-31 olicha <olivier.chapuis@free.fr>
7878 * libs/PictureGraphics.c (PCopyArea):
7879 Fixed rendering of depth 1 pixmap with a mask
7881 * fvwm/update.c (apply_window_updates):
7882 Fixed icon bg cset update
7884 * fvwm/events.c (HandlePropertyNotify):
7885 * fvwm/geometry.c (move_icon_to_position):
7886 Fixed non shaped icons with a bg padding but without cs bg
7889 * fvwm/style.c (style_parse_icon_size_style):
7891 * fvwm/fvwm.h (window_style):
7892 * fvwm/add_window.c (setup_icon_size_limits):
7893 * fvwm/icons.c (SetIconPixmapSize):
7895 New option to IconSize style: Adjusted, Streched, Shrunk
7897 * fvwm/icons.c (SetIconPixmapSize):
7899 Always center the icon with IconSize if the icon has a background
7901 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7904 FvwmWindowMenu renaming; compact long diagnostics into half of line
7907 documeted and corrected new features
7910 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7911 since these are the only way currently to create themes
7916 2002-12-30 olicha <olivier.chapuis@free.fr>
7919 * fvwm/icons.c (setup_icon_title_size):
7920 (set_icon_pixmap_background):
7922 (DrawIconTitleWindow):
7923 (DrawIconPixmapWindow):
7927 * fvwm/events.c (HandleEnterNotify):
7929 (HandleLeaveNotify):
7930 (HandlePropertyNotify):
7931 * fvwm/borders.c (border_draw_decorations):
7934 * fvwm/add_window.c (setup_icon_background_parameters):
7935 (setup_icon_title_parameters):
7936 (setup_style_and_decor):
7938 * fvwm/geometry.c (move_icon_to_position):
7940 * fvwm/style.c (check_window_style_change):
7941 (update_style_colorset):
7942 (update_icon_title_cs_style):
7943 (update_icon_title_cs_hi_style):
7944 (update_icon_background_cs_style):
7947 * fvwm/update.c (apply_window_updates):
7948 New style options IconBackgroundColorset, IconTitleColorset,
7949 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7950 and IconBackgroundPadding
7952 2002-12-28 Mikhael Goikhman <migo@homemail.com>
7955 fixed compilation without XShm
7957 * fvwm/borders.c (border_rotate_titlebar_descr):
7958 fixed warning: deprecated use of label at end of compound statement
7960 2002-12-27 olicha <olivier.chapuis@free.fr>
7962 * fvwm/ConfigFvwmDefaults:
7963 UseTitleDecorRotation is a default
7965 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
7966 (do_relieve_rectangle):
7968 * fvwm/borders.c (border_draw_title_stick_lines):
7969 (border_create_root_transparent_pixmap):
7970 (border_mp_render_into_pixmap):
7971 (border_draw_decor_to_pixmap):
7972 (border_mp_render_into_pixmap):
7973 (border_mp_get_titlebar_descr):
7974 (border_mp_draw_mp_titlebar):
7975 (border_draw_decor_to_pixmap):
7976 (border_set_button_pixmap):
7977 (border_get_titlebar_draw_descr):
7978 (border_set_title_pixmap):
7979 (border_rotate_titlebar_descr):
7980 (border_get_titlebar_descr):
7981 Completed UseTitleDecorRotation
7983 2002-12-26 olicha <olivier.chapuis@free.fr>
7985 * fvwm/update.c (apply_window_updates):
7986 * fvwm/frame.c (frame_get_titlebar_dimensions):
7987 (frame_set_decor_gravities):
7988 * fvwm/borders.c (border_set_button_pixmap):
7989 (border_get_titlebar_descr):
7990 (border_draw_one_button):
7991 Buttons order follows the title text rotations.
7992 More UseTitleDecorRotation preparation
7994 * fvwm/borders.c (border_draw_decor_to_pixmap):
7997 2002-12-24 olicha <olivier.chapuis@free.fr>
7999 * fvwm/borders.c (border_mp_render_into_pixmap):
8000 (border_fill_pixmap_background):
8001 Some borders drawing fixes
8003 * libs/Graphics.c (CreateRotatedPixmap):
8004 * fvwm/geometry.c (get_title_font_size_and_offset):
8005 * fvwm/update.c (apply_window_updates):
8006 * fvwm/borders.c (border_set_button_pixmap):
8007 (border_get_titlebar_draw_descr):
8008 (border_draw_title):
8009 (border_rotate_titlebar_descr):
8010 (border_get_titlebar_descr):
8011 More UseTitleDecorRotation preparation
8013 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8015 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8016 so we won't get so many application bugs report to fvwm-workers.
8018 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8020 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8022 * fvwm/style.c (style_parse_one_style_option):
8025 * fvwm/window_flags:
8026 * fvwm/decorations.c (is_function_allowed,
8027 __is_resize_allowed):
8028 Added styles Closable, Iconifiable, Maximizable and
8029 AllowMaximizeFixedSize
8030 * fvwm/conditional.c (MatchesConditionMask,
8031 CreateConditionMask):
8032 Added conditionals Closable,Iconifiable and Maximizable
8034 Documented styles Closable, Iconifiable, Maximizable and
8035 AllowMaximizeFixedSize and conditionals
8036 Closable,Iconifiable and Maximizable
8038 2002-12-20 olicha <olivier.chapuis@free.fr>
8040 * fvwm/window_flags.h:
8042 * fvwm/update.c (apply_window_updates):
8044 * fvwm/style.c (style_parse_one_style_option):
8046 UseTitleDecorRotation style preparation
8048 * fvwm/fvwm.c (main):
8049 Use best TrueColor visual
8051 * fvwm/borders.c (border_get_border_gcs):
8052 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8053 window which may have a depth != Pdepth
8055 * fvwm/menus.c (paint_side_pic):
8056 * fvwm/menuitem.c (menuitem_paint):
8057 * fvwm/icons.c (DrawIconPixmapWindow):
8058 * fvwm/colorset.c (parse_colorset):
8059 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8062 2002-12-19 olicha <olivier.chapuis@free.fr>
8064 * libs/Graphics.c (CreateRotatedPixmap):
8066 New interface function CreateRotatedPixmap
8068 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8070 * libs/PictureGraphics.c (PCreateRenderPixmap):
8071 (PCreateDitherPixmap):
8072 * libs/Graphics.c (CreateGradientPixmap):
8073 (CreateRotatedPixmap):
8076 * libs/FShm.h (new file):
8077 * libs/FImage.h (new file):
8078 * libs/FImage.c (new file):
8080 * fvwm/fvwm.c (setVersionInfo):
8081 Added MIT Shared Memory Extension for XImage
8087 * fvwm/builtins.c (ReadDecorFace):
8089 * fvwm/borders.c (border_draw_decor_to_pixmap):
8090 (border_fill_pixmap_background):
8091 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8093 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8096 shape-and-join fixes from Nadim Shaikli (slightly modified)
8098 2002-12-16 olicha <olivier.chapuis@free.fr>
8100 * libs/PictureGraphics.h:
8101 * libs/PictureGraphics.c (PTileRectangle):
8102 (PGraphicsCreateTiledPicture):
8103 * libs/Graphics.c (CreateTiledPixmap):
8104 New interface function: PGraphicsCreateTiledPicture
8107 * fvwm/fvwm.c (CreateGCs):
8108 Added a global (Scr) alpha GC
8112 * fvwm/builtins.c (ReadMultiPixmapDecor):
8113 (update_decorface_colorset):
8115 * fvwm/borders.c (border_get_tb_parts_to_draw):
8116 (border_fill_pixmap_background):
8117 (border_setup_bar_pixmaps):
8118 (border_get_bar_pixmaps):
8119 (border_free_bar_pixmaps):
8120 (border_mp_render_into_pixmap):
8121 (border_mp_get_length):
8122 (border_mp_get_titlebar_descr):
8123 (border_mp_get_geometry):
8124 (border_mp_get_use_title_style_parts_and_geometry):
8125 (border_mp_draw_mp_titlebar):
8126 (border_draw_decor_to_pixmap):
8127 (border_draw_title_deep):
8128 (border_get_titlebar_draw_descr):
8129 (border_setup_use_title_style):
8130 (border_get_titlebar_descr_state):
8131 (border_get_titlebar_descr):
8132 (border_get_transparent_decorations_part):
8133 (border_draw_title_stick_lines):
8134 MultiPixmap can use Colorset and Solid color. Various others minor
8135 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8136 "main" drawing code and remove the #ifdef.
8137 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8138 Use the new Scr.AlphaGC.
8140 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8142 * fvwm/add_window.c (validate_transientfor):
8143 do not ignore transientfor hint for iconified windows
8145 2002-12-12 Jason Weber <baboon@imonk.com>
8148 * fvwm/conditional.c (CMD_ScanForWindow):
8151 rename ScanWindow to ScanForWindow
8153 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8155 * fvwm/menuitem.c (menuitem_paint):
8156 * fvwm/colorset.c (parse_colorset):
8157 * fvwm/icons.c (DrawIconPixmapWindow):
8158 * fvwm/focus.c (_SetFocusWindow):
8159 (_ReturnFocusWindow):
8161 (_ForceDeleteFocus):
8162 (__activate_window_by_command):
8163 patches to prevent UMR messages in memory debuggers
8165 2002-12-11 Jason Weber <baboon@imonk.com>
8167 * fvwm/fvwm.1.in: Added ScanWindow
8169 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8172 Generalized CMD_Direction into direction_cmd.
8173 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8174 Replace Cycle prefix with secondary direction argument.
8176 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8178 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8180 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8181 * fvwm/conditional.c (CreateConditionMask):
8182 Implemented conditional "FixedSize" and "HasHandles"
8184 Documented conditional options "FixedSize" and "HasHandles".
8186 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8188 * fvwm/placement.c (PlaceWindow):
8189 fixed StickyAcrossDesks w/ StartsOnPage
8193 * fvwm/ewmh_conf.c (set_state_workaround):
8194 * fvwm/update.c (apply_window_updates):
8195 * fvwm/windowlist.c (CMD_WindowList):
8196 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8197 (ewmh_WMStateSticky):
8198 * fvwm/conditional.c (CreateConditionMask):
8199 * fvwm/gnome.c (GNOME_SetHints):
8201 (GNOME_HandlePropRequest):
8202 * fvwm/placement.c (SmartPlacement):
8207 * fvwm/session.c (SaveWindowStates):
8210 * fvwm/ewmh.c (check_desk):
8211 (EWMH_SetWMDesktop):
8212 (ewmh_ComputeAndSetWorkArea):
8213 (ewmh_HandleDynamicWorkArea):
8214 (ewmh_HandleDesktop):
8217 (ewmh_HandleToolBar):
8218 * fvwm/virtual.c (UnmapDesk):
8221 (do_move_window_to_desk):
8222 * fvwm/icons.c (setup_icon_title_size):
8223 (DrawIconTitleWindow):
8226 * fvwm/borders.c (is_button_toggled):
8227 (get_common_decorations):
8228 (border_draw_title_stick_lines):
8229 * fvwm/add_window.c (AddWindow):
8230 * fvwm/move_resize.c (__move_window):
8232 (is_window_sticky_across_pages):
8233 (is_window_sticky_across_desks):
8239 (CMD_StickAcrossPages):
8240 (CMD_StickAcrossDesks):
8241 (stick_across_pages):
8242 (stick_across_desks):
8243 (handle_stick_across_desks):
8244 (handle_stick_across_pages):
8246 * fvwm/fvwm.h (struct):
8247 * fvwm/style.c (style_parse_one_style_option):
8248 (check_window_style_change):
8250 * fvwm/window_flags.h:
8251 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8252 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8255 * fvwm/focus.c (CMD_Focus):
8257 (__activate_window_by_command):
8258 (__update_windowlist):
8259 (__set_focus_to_fwin):
8261 (_ReturnFocusWindow):
8263 (_ForceDeleteFocus):
8264 fixed window list order with FlipFocus command
8266 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8270 document bidi entry undocumented in 2.5.5
8272 2002-12-06 olicha <olivier.chapuis@free.fr>
8275 Fixed the "detection" of the LINGUAS variable
8278 Added ar to ALL_LINGUAS
8281 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8283 * fvwm/move_resize.c (__resize_window):
8284 fixed handling of MontionNotify and PropertyNotify events
8286 2002-12-03 olicha <olivier.chapuis@free.fr>
8288 * fvwm/borders.c (border_draw_decor_to_pixmap):
8289 (border_get_border_background):
8290 (get_common_decorations):
8293 * fvwm/builtins.c (CMD_PrintInfo):
8294 New subject nls to PrintInfo
8296 * libs/FGettext.c (*):
8297 New command FlocalePath
8299 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8303 changed version to 2.5.6
8309 2002-12-02 olicha <olivier.chapuis@free.fr>
8311 * libs/FRenderInit.c (FRenderInit):
8312 Fixed alpha depth if !XRenderSupport
8314 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8315 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8317 * libs/PictureImageLoader.h:
8318 Fixed image loading on bigedian machine
8320 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8322 * libs/FBidi.c (FBidiConvert):
8323 several small changes
8324 * libs/FBidiJoin.c (shape_n_join):
8325 enabled a new bidi shaping code
8327 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8329 * fvwm/frame.c (frame_restore_client_gravities):
8330 (frame_free_move_resize_args):
8331 fixed a redrawing problem after shading a window
8333 2002-11-29 olicha <olivier.chapuis@free.fr>
8336 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8340 Fixed two missprints
8342 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8344 * fvwm/bindings.c (ParseBinding):
8345 fix for stroke-less compile
8347 2002-11-29 olicha <olivier.chapuis@free.fr>
8349 * fvwm/commands.h (enum):
8350 * fvwm/functable.c (func_table):
8351 * fvwm/builtins.c (CMD_LocalePath):
8352 * libs/FGettext.c (FGettextSetLocalePath):
8354 Preparation for LocalePath command
8356 * fvwm/screen.h (ScreenInfo):
8357 * fvwm/fvwm.c (CreateGCs):
8358 Rename Scr.TileGC to Scr.BordersGC
8361 A libintl autoconf fix
8363 * libs/Colorset.c (CreateBackgroundPixmap):
8364 Do not grab the server when we dump the E setroot pixmap
8366 2002-11-29 olicha <olivier.chapuis@free.fr>
8373 Added NLS support with gnu gettext
8375 * fvwm/fvwm.c (main):
8378 * fvwm/expand.c (expand_vars_extended):
8379 New extanded variable $[gt.any_string]
8381 * fvwm/virtual.c (CMD_DesktopName):
8382 * fvwm/windowlist.c (get_desk_title):
8383 * fvwm/expand.c (expand_vars_extended):
8384 * fvwm/fvwm.c (SetRCDefaults):
8385 * fvwm/ConfigFvwmSetup:
8386 Mark some strings to be translated
8388 * libs/FGettext.c (new file):
8389 * libs/FGettext.c (new file):
8391 gnu gettext libintl warper
8393 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8395 * fvwm/add_window.c (RestoreWithdrawnLocation):
8396 rixed rxvts with S/E gravity travelling off screen upon recapture after
8399 * fvwm/events.c (__handle_key_event):
8400 * fvwm/bindings.c (activate_binding):
8401 (__rebind_global_key):
8402 fixed unbinding pointerkey bindings removing the grab for this key
8405 * fvwm/events.c (__is_bpress_window_handled):
8406 fixed click on override redirect windows being handled by the root
8409 * fvwm/misc.c (GrabEm):
8410 confine the pointer to the root window when grabbed
8412 * fvwm/events.c (HandleUnmapNotify):
8413 fixed reparenting problem with restarts from desks != 0
8415 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8418 removed experimental code
8420 2002-11-28 olicha <olivier.chapuis@free.fr>
8422 * fvwm/borders.c (border_get_border_background):
8423 (border_draw_decor_to_pixmap):
8424 (border_fill_pixmap_background):
8425 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8428 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8430 * fvwm/fvwm.c (InitVariables):
8431 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8433 * fvwm/virtual.c (CMD_EdgeScroll):
8436 * fvwm/ConfigFvwmDefaults:
8437 do not include empty ConfigFvwmProxyDefaults, added one binding
8439 2002-11-26 olicha <olivier.chapuis@free.fr>
8441 * libs/Colorset.c (CreateBackgroundPixmap):
8442 * fvwm/colorset.c (parse_colorset):
8443 Be more safe with the E root pixmap
8445 2002-11-25 olicha <olivier.chapuis@free.fr>
8447 * fvwm/move_resize.c (__move_loop):
8448 Redraw the transparent decoration parts when a move is abored
8450 * fvwm/colorset.c (parse_colorset):
8451 Fixed the fgsh Colorset colors when the Image change but not the bg
8453 2002-11-24 Jason Weber <baboon@imonk.com>
8455 * fvwm/conditional.c (CMD_Direction):
8456 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8457 eventual traversal of all windows over repeated calls. It also cycles
8458 back to the opposite extent when it hits the limit in the given
8461 2002-11-22 olicha <olivier.chapuis@free.fr>
8464 * fvwm/borders.c (get_common_decorations):
8465 (border_get_parts_and_pos_to_draw):
8466 (border_get_changed_border_parts):
8467 (border_get_frame_pixmap, new):
8468 (border_get_border_background):
8469 (border_draw_one_border_part):
8470 (border_draw_decorations):
8471 (border_get_tb_parts_to_draw):
8472 (border_fill_pixmap_background):
8473 (border_get_titlebar_descr_state, new):
8474 (border_draw_titlebar):
8475 (border_setup_bar_pixmaps, new):
8476 (border_get_bar_pixmaps, new):
8477 (border_free_bar_pixmaps, new):
8478 (border_setup_use_title_style, new):
8479 (border_set_button_pixmap):
8480 (border_set_title_pixmap):
8481 (border_draw_one_button):
8482 (border_set_button_pixmap):
8483 (border_draw_title_deep):
8484 (border_get_transparent_decorations_part, new):
8485 Title, Border and Buttons Style Colorset Option: Drawing
8487 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8490 * fvwm/frame.c (__frame_setup_window):
8491 (frame_has_handles_and_tiled_border):
8492 (frame_create_move_resize_args):
8493 (frame_free_move_resize_args):
8494 Title, Border and Buttons Style Colorset Option: External drawing
8495 stuff. Basically additional redrawing for RootTransparent
8497 * fvwm/builtins.c (update_decorface_colorset, new):
8498 (update_titlebutton_colorset, new):
8499 (update_decors_colorset, new):
8500 (update_fvwm_colorset):
8501 Title, Border and Buttons Style Colorset Option: Dynamic updating
8504 * fvwm/builtins.c (ReadDecorFace):
8505 Title, Border and Buttons Style Colorset Option: Configuration
8507 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8509 Title, Border and Buttons Style Colorset Option: Convinent macros and
8512 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8514 * libs/Makefile.am: Add missing Bindings.h.
8516 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8518 * fvwm/move_resize.c (__move_loop):
8519 send M_CONFIGURE_WINDOW only when the window actually moves
8521 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8528 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8529 with minor improvements; it is disabled for now (#if 0) since
8530 some Arabic chars cause core dump
8532 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8534 * fvwm/fvwm.1.in (Examples):
8535 added documentation of Icon option for PlaceAgain command
8537 * fvwm/events.c (__handle_key_event):
8538 fixed global key binding problem
8540 2002-11-15 olicha <olivier.chapuis@free.fr>
8542 * libs/Bindings.c (MatchBindingExactly):
8543 (__compare_binding):
8544 compile fixes w/o stroke lib
8547 * fvwm/geometry.c (get_title_font_size_and_offset):
8548 * fvwm/builtins.c (do_title_style):
8549 New MinHeight option to TitleStyle
8551 2002-11-15 olicha <olivier.chapuis@free.fr>
8553 * fvwm/builtins.c (update_fvwm_colorset):
8558 * fvwm/colorset.c (update_root_transparent_colorset):
8559 Fixed update of the RootTransparent colorset in fvwm
8561 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8563 * libs/Bindings.c (__compare_binding):
8564 (MatchBindingExactly):
8565 compoile fixes w/o stroke lib
8567 2002-11-14 olicha <olivier.chapuis@free.fr>
8572 Removed any reference on "xft and flickering"
8574 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8576 * fvwm/eventmask.h (XEVMASK_ICONW):
8577 * fvwm/events.c (HandleKeyRelease):
8579 (__handle_key_event):
8580 * fvwm/bindings.c (ParseBinding):
8582 * libs/Bindings.h (enum):
8583 implemented key release bindings; prefix the key name with a '-';
8584 does not work well with some applications
8586 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8591 * fvwm/bindings.c (ParseBinding):
8594 (bind_get_bound_button_contexts):
8600 (RemoveMatchingBinding):
8605 (GrabAllWindowKeysAndButtons):
8606 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8607 * fvwm/events.c (__handle_bpress_on_root):
8608 (__handle_bpress_on_managed):
8609 (HandleButtonRelease):
8610 * fvwm/builtins.c (CMD_Wait):
8612 * libs/fvwmlib.h (enum):
8613 fixed Key vs. PointerKey with "A"ny context
8615 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8617 * fvwm/icons.c (Iconify):
8618 icon placement safety patch
8620 fixed initial position of application provided icon windows
8622 * fvwm/session.c (LoadWindowStates):
8623 fixed parsing of strings beginning with whitespace in session file
8625 * fvwm/fvwm.1.in (Note):
8626 * fvwm/style.c (style_set_old_focus_policy):
8627 * libs/defaults.h (DEF_FP_MODIFIERS):
8628 set default modifiers for raising/focusing to N again
8630 2002-11-11 olicha <olivier.chapuis@free.fr>
8633 * fvwm/fvwm.c (main):
8635 named-palette -> visual-palette, -N -> -P
8637 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8639 * fvwm/ConfigFvwmDefaults:
8640 include ConfigFvwmProxyDefaults
8642 * fvwm/fvwm.c (usage):
8643 polished usage message
8645 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8647 * fvwm/fvwm.c (usage):
8649 cleaned up usage and error messages
8650 use short option names in usage message an man page synopsis
8651 all options are case sensitive
8652 do not mention the "-" style long options in the man page; instead use
8655 * fvwm/add_window.c (setup_frame_window):
8656 * fvwm/events.c (HandleMapNotify):
8657 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8658 fixed empty decorations after recapture
8660 * fvwm/geometry.c (get_icon_geometry):
8661 * fvwm/icons.c (clear_icon):
8662 fixed icon jumping to 0 0 when the icon layout changes after the icon
8663 has been moved manually
8665 * fvwm/move_resize.c (__move_icon):
8666 fixed MoveToPage with icons
8668 2002-11-09 olicha <olivier.chapuis@free.fr>
8670 * libs/Fft.c (FftGetRotatedFont):
8673 Check the return result of FftPatternGetMatrix
8676 * libs/PictureBase.h:
8679 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8681 * fvwm/ewmh_conf.c (set_state_workaround):
8682 * fvwm/functable.c (func_table):
8683 * fvwm/update.c (apply_window_updates):
8684 * fvwm/windowlist.c (CMD_WindowList):
8685 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8686 (ewmh_WMStateSticky):
8687 * fvwm/conditional.c (CreateConditionMask):
8688 (CreateConditionMask):
8689 * fvwm/gnome.c (GNOME_SetHints):
8691 (GNOME_HandlePropRequest):
8692 * fvwm/placement.c (SmartPlacement):
8697 * fvwm/session.c (SaveWindowStates):
8699 * fvwm/ewmh.c (check_desk):
8700 (EWMH_SetWMDesktop):
8701 (ewmh_ComputeAndSetWorkArea):
8702 (ewmh_HandleDynamicWorkArea):
8703 (ewmh_HandleDesktop):
8706 (ewmh_HandleToolBar):
8707 * fvwm/virtual.c (UnmapDesk):
8711 (do_move_window_to_desk):
8712 * fvwm/icons.c (setup_icon_title_size):
8713 (DrawIconTitleWindow):
8716 * fvwm/borders.c (is_button_toggled):
8717 (get_common_decorations):
8718 (border_draw_title_stick_lines):
8719 * fvwm/add_window.c (AddWindow):
8720 * fvwm/move_resize.c (__move_window):
8721 (is_window_sticky_on_page):
8722 (is_window_sticky_on_desk):
8728 (handle_stick_page):
8729 (handle_stick_desk):
8730 (__handle_stick_exit):
8733 * fvwm/style.c (style_parse_one_style_option):
8734 (check_window_style_change):
8737 New Style options stickypage and stickydesk
8738 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8739 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8740 New conditions StickyPage and StickyDesk
8741 New commands StickPage and StickDesk
8743 * fvwm/move_resize.c (__move_window):
8744 do not unstick a window when using MoveToScreen
8750 * fvwm/functable.c (func_table):
8751 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8752 renamed EWMHBaseStrut to EwmhBaseStruts
8754 * fvwm/style.c (style_set_old_focus_policy):
8755 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8756 (style_parse_one_style_option):
8757 renamed "Border" style to "Borders"
8758 removed "NoBorder" style; use !Borders instead
8759 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8760 renamed PlacmentOverlapPercentPenalties to
8761 MinOverlapPercentPlacementPenalties
8768 Fixed compiler warnings
8770 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8773 autogenerate FvwmWindowLister files
8776 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8777 of MissingSubmenuFunction and DynamicPopupAction
8779 2002-11-08 olicha <olivier.chapuis@free.fr>
8781 * libs/PictureUtils.c (alloc_color_proportion):
8782 (alloc_color_proportion_dither):
8783 (alloc_color_proportion_grey):
8785 (free_colors_in_table):
8787 (init_static_colors_table):
8788 (PictureFreeColors):
8789 (PictureInitColors):
8790 (PicturePrintColorInfo):
8791 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8794 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8796 * fvwm/move_resize.c (__move_window):
8797 ignore MoveToPage with sticky windows
8799 * fvwm/conditional.c (Circulate):
8801 Next and Prev commands begin looking at the context window, if any
8803 * fvwm/focus.c (__focus_grab_buttons):
8804 fixed initial button grabbing on client window
8806 * fvwm/stack.c (BroadcastRestack):
8807 split long packets, fixed a bug and cleaned up
8809 * libs/Module.c (ReadFvwmPacket):
8810 ignore packets that are too long
8813 document PopupDelay and PopdownDelay defaults
8815 2002-11-06 olicha <olivier.chapuis@free.fr>
8817 * libs/Fft.c (FftGetFont):
8818 (FftGetRotatedFont):
8819 Use a more perfectioned method for loading font with Xft/Fc. This
8820 method allows sanity check. Preserve the matrix when rotating
8823 * libs/Flocale.c (FlocaleGetMinOffset):
8824 (FlocaleRotateDrawString):
8825 (FlocaleGetFontSet):
8827 * libs/Fft.c (FftDrawString):
8829 * libs/FftInterface.h:
8830 * fvwm/geometry.c (get_title_font_size_and_offset):
8831 Move the computation of the good "y" for drawing text into Flocale.
8832 Use the max ascent, descent and height for font metric (in the place
8835 * libs/Flocale.c (FlocalePrintLocaleInfo):
8837 * libs/Fft.c (FftPrintPatternInfo):
8839 * fvwm/builtins.c (CMD_PrintInfo):
8842 New option "Locale" to PrintInfo Command
8844 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8846 * fvwm/events.c (HandleExpose):
8849 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8851 * fvwm/fvwm.1.in: colour -> color
8854 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8857 * fvwm/fvwm.c (usage):
8861 2002-11-04 olicha <olivier.chapuis@free.fr>
8864 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8866 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8868 (PictureFreeColors):
8869 (PicturePrintColorInfo):
8870 Trace colours allocation out of the pallet in depth <= 8. Better
8871 information on coulours
8873 * libs/Fft.c (FftGetRotatedFont):
8875 Fixed rotated font when the original font has a matrix
8877 * libs/PictureBase.c (PictureInitCMapRoot):
8878 * libs/PictureUtils.h:
8879 * libs/PictureUtils.c (PictureInitColors):
8880 (PictureAllocColorTable):
8881 * libs/PictureBase.h (PictureColorLimitOption):
8882 * fvwm/fvwm.c (main):
8884 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8885 -named-pallet. -color-limit now take only integer argument.
8888 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8890 * libs/Module.h (struct):
8891 new type FvwmWinPacketBodyHeader to access the standard fields in a
8892 packet with a window
8894 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8899 * fvwm/functable.c (func_table):
8901 * fvwm/style.c (style_parse_one_style_option):
8902 (parse_and_set_window_style):
8906 added a new command FocusStyle as a shorthand for
8907 "Style * FP..., FP..."
8909 * fvwm/builtins.c (__parse_vector_line_one_coord):
8910 (__parse_vector_line):
8912 split vector line parsing into sub functions
8914 fixed core dump in vector button offset patch
8916 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8918 * fvwm/screen.h (vector_coords):
8919 added fields for offsets
8920 * fvwm/builtins.c (ReadDecorFace):
8921 rewrote parser for vector definitions to accept optional offsets
8922 * fvwm/fvwm.c (LoadDefaultLeftButton):
8923 (LoadDefaultRightButton)
8924 set default values for offsets
8925 * fvwm/borders.c (border_draw_vector_to_pixmap):
8926 updated XDrawLine call to take offsets into account
8928 documented new options for vector offsets
8930 2002-11-01 olicha <olivier.chapuis@free.fr>
8932 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8933 Fixed icon tint pixel, it was set to icon tint percent during some
8936 2002-10-31 olicha <olivier.chapuis@free.fr>
8938 * libs/PictureUtils.c (PictureAllocColorImage):
8939 (PictureOpenImageColorAllocator):
8940 (PictureCloseImageColorAllocator):
8941 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8944 (PImageCreatePixmapFromArgbData):
8945 (PImageLoadPixmapFromFile):
8946 * libs/PictureBase.h (FvwmPictureThing):
8947 (PictureImageColorAllocator):
8949 * libs/Picture.c (PDestroyFvwmPicture):
8950 (PLoadFvwmPictureFromPixmap):
8951 * libs/Graphics.c (CreateGradientPixmap):
8953 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8954 Added a new way to allocate colors for image and gradient. This method
8955 allows, in particular, to save (in a "fast" way) the allocated pixels
8956 with a minimal memory usage.
8957 Fixed color leaks for png, ewmh and dithered xpm images.
8959 * fvwm/add_window.c (destroy_icon):
8960 * fvwm/fvwm.h (FvwmWindow):
8961 * fvwm/icons.c (GetIconFromFile):
8964 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8968 * fvwm/stack.c (enum):
8969 (position_new_window_in_stack_ring):
8971 (must_move_transients):
8974 (__raise_lower_recursion):
8975 (__raise_or_lower_window):
8976 (raise_or_lower_window):
8977 (collect_transients_recursive):
8978 (__is_restack_transients_needed):
8980 (CMD_RestackTransients):
8981 new command RestackTransients which works like Raise and Lower but does
8982 not restack windows that are not transient
8983 renamed some functions
8987 corrected cursor movement key bindings
8989 * fvwm/bindings.c (activate_binding):
8990 fixed problem w/ bindings being overridden by applications OpenOffice
8993 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9000 include FvwmProxy to build
9002 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9005 exclude FvwmProxy from build
9011 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9014 added FvwmProxy module
9016 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9019 * fvwm/windowlist.c (CMD_WindowList):
9020 renamed SortClassName to SortByClass
9022 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9024 * fvwm/menustyle.c (menustyle_update):
9025 (menustyle_parse_style):
9026 (menustyle_get_styleopt_index):
9027 (menustyle_parse_style):
9028 (CMD_CopyMenuStyle):
9030 removed HilightRelief MenuStyle and hard coded it
9032 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9034 * fvwm/menus.c (make_menu_window):
9035 fixed updating menu background with "Menustyle * Background"
9037 * fvwm/stack.c (__get_stacking_sibling):
9039 fixed another stacking problem
9041 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9045 corrected and lined up several help lines
9048 added --enable-xinerama-emulation description
9050 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9052 * fvwm/stack.c (restack_windows):
9053 (__get_stacking_sibling):
9054 fixed another stacking problem
9056 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9058 * fvwm/add_window.c (AddWindow):
9059 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9060 windows starting lowered or on other layers in FvwmPager
9062 * fvwm/stack.c (restack_windows):
9063 (__get_visible_window):
9064 fixed a stacking problem with layers
9066 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9068 * fvwm/functable.c (func_table):
9071 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9075 * fvwm/windowlist.c:
9076 new WindowList option SortByResource
9078 * fvwm/style.c (check_window_style_change):
9079 * libs/FlocaleCharset.c:
9083 place recent authors to the top, not bottom
9086 corrected typo in error message
9088 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9090 * fvwm/fvwm.1.in: Lang check done.
9092 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9095 work on new menu loop code
9101 * fvwm/menus.c (__mloop_handle_event):
9102 (__mloop_get_event):
9103 (__mloop_handle_action_with_mi):
9104 * fvwm/menus.h (MenuReturn):
9105 renamed MenuReturn member menu to target_menu
9107 * fvwm/menus.c (__mloop_handle_event):
9108 * fvwm/menus.h (MenuReturn):
9109 removed a "write only" member of MenuReturn
9111 * fvwm/conditional.c (circulate_cmd):
9112 fixed the "Any" command
9114 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9116 * fvwm/stack.c (mark_transient_subtree):
9117 fixed stack ring corruption with iconified transients
9119 fixed a problem with lowering windows below the icons of their
9122 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9128 * libs/PictureBase.h:
9132 renamed colorset_struct to colorset_t
9134 2002-10-22 olicha <olivier.chapuis@free.fr>
9136 * libs/PictureUtils.c:
9137 Minor fixes and add #if O experimental code
9139 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9141 * fvwm/icons.c (DrawIconPixmapWindow):
9143 * fvwm/events.c (HandlePropertyNotify):
9144 * libs/Fft.c (FftDrawString):
9145 * libs/Colorset.c (DumpColorset):
9147 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9148 use renamed colorset_struct members
9150 * libs/Colorset.h (colorset_struct):
9151 renamed and re-sorted members and cut down bit field lengths for
9154 * fvwm/menustyle.c (menustyle_update):
9157 * fvwm/stack.c (restack_windows):
9158 fixed flickering when raising transients; can't prevent flickering when
9159 lowering a window completely
9161 fixed unnecessary error message
9163 * fvwm/fvwm.c (main):
9166 * fvwm/stack.c (__restack_window):
9167 fixed a stacking problem with icons
9169 * fvwm/add_window.c (destroy_icon):
9172 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9174 * fvwm/menuitem.c (menuitem_paint):
9175 * fvwm/menustyle.c (menustyle_parse_style):
9176 * fvwm/menus.c (paint_side_pic):
9179 (repaint_transparent_menu):
9180 * fvwm/menustyle.h (MenuLook):
9181 cleaned up menu drawing code, fixed last patch
9183 * fvwm/menuitem.c (menuitem_paint):
9184 * fvwm/menustyle.c (menustyle_parse_style):
9185 fixed HilightBack default
9187 * fvwm/bindings.c (binding_cmd):
9188 (bind_get_bound_button_contexts):
9190 * fvwm/screen.h (ScreenInfo):
9191 fixed mouse bindings with buttons > 5
9193 * fvwm/menuitem.c (menuitem_paint):
9194 * fvwm/menustyle.c (menustyle_parse_style):
9195 (menustyle_parse_style):
9196 (CMD_CopyMenuStyle):
9199 * fvwm/menus.c (repaint_transparent_menu):
9201 HilightBack and ActiveFore are now independent
9203 2002-10-18 olicha <olivier.chapuis@free.fr>
9205 * libs/PictureUtils.c (get_color_index):
9206 (create_mapping_table):
9207 (PictureAllocColorTable):
9208 Use a new distance and method for color approximation. Use 68 colors
9209 for the default under depth 8. I am happy with this, should use a
9210 similar distance method for dithering
9212 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9213 (PictureAllocColorTable):
9214 (PictureDitherByDefault):
9217 (PicturePrintColorInfo):
9218 * libs/PictureUtils.h:
9219 Allows -color-limit to work with any visual and depth for testing
9220 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9223 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9225 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9227 * fvwm/add_window.c (get_default_window_attributes):
9230 * fvwm/builtins.c (CMD_ChangeDecor):
9231 removed some duplicate redrawing
9233 * fvwm/update.c (apply_decor_change):
9234 suppress duplicate window update upon ChangeDecor
9235 (apply_window_updates):
9236 do not delete the focus window
9238 2002-10-17 olicha <olivier.chapuis@free.fr>
9243 * libs/Colorset.c (CreateBackgroundPixmap):
9244 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9246 * fvwm/builtins.c (CMD_Colorset):
9247 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9249 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9251 * fvwm/add_window.c (AddWindow):
9252 * fvwm/update.c (apply_window_updates):
9253 * fvwm/move_resize.c (handle_stick):
9255 suppress drawing of sticky decorations initially
9256 reduce module communication overhead when (un)sticking windows
9258 * fvwm/borders.c (border_draw_decorations):
9259 * fvwm/window_flags.h:
9261 * fvwm/frame.c (frame_create_move_resize_args):
9262 (get_resize_decor_gravities_one_axis):
9263 (frame_mrs_setup_draw_decorations):
9265 initialize window decorations with a "None" pixmap;
9266 delay drawing window decorations initially to prevent drawing multiple
9268 => windows grabbing the focus upon startup are drawn focused
9271 * fvwm/frame.c (frame_free_move_resize_args):
9272 reparent the frame hide windows to NoFocusWin instead of Root to
9273 suppress unnecessary ReparentNotify events
9275 2002-10-16 olicha <olivier.chapuis@free.fr>
9277 * fvwm/fvwm.c (main):
9281 Fixed compilation with X cvs
9283 * libs/Colorset.c (CreateBackgroundPixmap):
9286 * fvwm/events.c (HandlePropertyNotify):
9287 * fvwm/colorset.c (update_root_pixmap):
9288 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9289 to found a root pixmap
9291 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9293 * fvwm/bindings.c (bind_get_bound_button_contexts):
9294 another mouse binding fix
9296 * fvwm/conditional.c (CreateConditionMask):
9298 all conditions have a negation with '!' prepended
9302 Current, All, Pick, ThisWindow and PointerWindow imply the
9303 CirculateHitShaded condition.
9305 * fvwm/focus.c (__focus_grab_buttons):
9306 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9307 fixed bindings using mouse buttons >= 6
9309 2002-10-15 olicha <olivier.chapuis@free.fr>
9311 * libs/PictureUtils.c (PicturePrintColorInfo):
9314 * fvwm/functable.c (func_table):
9315 * fvwm/builtins.c (CMD_PrintInfo):
9317 New cmd PrintInfo. Only one arg at present time: "Colors"
9319 * fvwm/fvwm.c (main):
9320 Auto detect card with 2 hardware colormaps and choose the best
9323 * libs/PictureUtils.c (PictureInitColors):
9325 * libs/PictureUtils.h:
9326 * fvwm/fvwm.c (main):
9327 * libs/PictureBase.c (PictureInitCMapRoot):
9329 * libs/PictureBase.h:
9330 Try to support DirectColor visual in a good way, I do not think
9331 this is really useful.
9332 Added a flexible interface function PictureInitColors for
9333 colors allocation initialization.
9334 Some cleanup in color allocation and some preparation for a new
9335 method for saving and freeing colors allocated by images and gradients.
9336 Removed some ifdefed to 0 debug code.
9338 * libs/Picture.c (*):
9340 * libs/PictureImageLoader.c (*):
9341 * libs/PictureImageLoader.h:
9344 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9346 * fvwm/add_window.c (setup_key_and_button_grabs):
9347 * fvwm/bindings.c (ParseBinding):
9349 * fvwm/add_window.c (setup_key_and_button_grabs):
9350 don't grab window context specific bindings anymore; instead, set
9351 Scr.buttons2grab accordingly
9353 * fvwm/bindings.c (activate_binding):
9354 fixed stroke bindings on window context being ignored if no other
9355 action was bound to that context
9357 * fvwm/add_window.c (destroy_icon):
9358 fixed duplicate icon pixmap when switching from NoIconOverride to
9361 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9364 re-indented some code
9366 fixed random position of icon title for icons with a position hint
9369 corrected default of Use/NoIconPosition style
9371 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9373 * fvwm/windowlist.c (CMD_WindowList):
9374 fixed random string for iconified windows in the WindowList
9376 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9381 2002-10-08 olicha <olivier.chapuis@free.fr>
9383 * libs/PictureBase.c (*):
9384 (PictureInitCMapRoot)
9385 (PictureSetupWhiteAndBlack):
9386 (PictureWhitePixel):
9387 (PictureBlackPixel):
9389 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9390 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9391 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9392 but always use the root visual and allows to set or not a private
9394 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9395 but which respects the Pvisual
9397 * libs/PictureGraphics.c (*):
9398 * libs/FScreen.c (FScreenInit):
9399 * libs/FRender.c (FRenderRender):
9400 * libs/Fft.c (FftDrawString):
9401 * fvwm/icons.c (CreateIconWindow):
9402 * fvwm/colorset.c (parse_colorset):
9403 * fvwm/move_resize.c (CMD_XorValue):
9404 * fvwm/colorset.c (alloc_colorset):
9405 * fvwm/fvwm.c (main):
9406 Use the new interface functions and some fix if the fvwm depth !=
9409 * libs/PictureUtils.c (PictureAllocColorTable):
9410 Change the default color table to a 4x4x4 cc + 4 grey
9412 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9414 * fvwm/fvwm.1.in: Use built-in, not builtin.
9416 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9419 s/FvwmNewDebug/FvwmDebug/
9422 * fvwm/conditional.c (CMD_NoWindow):
9425 new command NoWindow to remove window context
9428 use "fvwm" spelling, at least in the middle of sentences
9430 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9432 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9433 builtin commands. Use "builtin", not "built in" or "built-in".
9436 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9438 * libs/Graphics.c (do_relieve_rectangle):
9439 removed debug message
9441 * fvwm/focus.c (__update_windowlist):
9442 (__set_focus_to_fwin):
9443 fixed reversal of __update_windowlist arguments causing FlipFocus to
9444 break [and maybe other things]
9446 2002-10-05 olicha <olivier.chapuis@free.fr>
9448 * libs/PictureUtils.c (alloc_color_cube):
9449 It si possible to enable "gamma correction" for colors cubes (disabled,
9450 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9452 * libs/PictureUtils.c (get_color_index):
9453 (create_mapping_table):
9454 Use a more exact approximation of colors for pur cc without the big
9457 * libs/PictureUtils.c (PictureFreeColors):
9460 * libs/Graphics.c (CreateGradientPixmap):
9461 (CreateGradientPixmapFromString):
9464 2002-10-04 olicha <olivier.chapuis@free.fr>
9466 * libs/PictureUtils.c (*):
9467 Used a better color approximation for color cube when we do not dither.
9468 Added some new colors tables: color cube with some grey colors.
9469 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9472 * fvwm/fvwm.c (main):
9473 Fixed the visual option
9475 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9478 generate FvwmNewDebug and FvwmGtkDebug
9480 2002-10-02 olicha <olivier.chapuis@free.fr>
9482 * libs/PictureUtils.c (USED_DIST):
9483 Used the euclidian distance for colors distance
9485 * libs/Fft.c (FftGetFont):
9486 Disable Xft if the Xserver does not support XRender
9488 2002-10-01 olicha <olivier.chapuis@free.fr>
9490 * libs/Fft.c (FftGetFont):
9491 Disable Xft if the Xserver does not support XRender
9493 * libs/FRender.c (FRenderRender):
9494 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9497 * libs/Colorset.c (SetRectangleBackground):
9498 (SetClippedRectangleBackground):
9500 New interface function for drawing a subset of a colorset rectangle
9502 2002-09-26 olicha <olivier.chapuis@free.fr>
9504 * fvwm/update.c (apply_window_updates):
9505 Fixed icons colorset update
9507 * libs/FRender.c (FRenderRender):
9508 Fixed bitmap rendering
9510 * fvwm/update.c (apply_window_updates):
9511 * fvwm/geometry.c (move_icon_to_position):
9512 * fvwm/events.c (HandleEnterNotify):
9514 (HandleLeaveNotify):
9515 (HandlePropertyNotify):
9516 * fvwm/add_window.c (setup_icon_font):
9517 * fvwm/icons.c (DrawIconWindow):
9518 (DrawIconTitleWindow):
9519 (DrawIconPixmapWindow):
9522 Fixed focus/unfocus flickering
9524 2002-09-25 olicha <olivier.chapuis@free.fr>
9526 * fvwm/icons.c (DrawIconTitleWindow):
9527 One more drawing fix
9529 2002-09-24 olicha <olivier.chapuis@free.fr>
9531 * fvwm/icons.c (DrawIconTitleWindow):
9532 An other drawing fix
9534 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9536 * fvwm/move_resize.c (__move_loop):
9537 fixed uninitialised variable
9539 fixed starting move at random position
9541 2002-09-24 olicha <olivier.chapuis@free.fr>
9543 * fvwm/update.c (apply_window_updates):
9544 * fvwm/geometry.c (move_icon_to_position):
9545 * fvwm/events.c (HandleEnterNotify):
9547 (HandleLeaveNotify):
9548 (HandlePropertyNotify):
9549 * fvwm/add_window.c (setup_icon_font):
9550 * fvwm/icons.c (DrawIconWindow):
9551 (DrawIconTitleWindow):
9552 (DrawIconPixmapWindow):
9555 Fixed icon drawing. Split icon window drawing.
9557 * libs/FRender.c (*):
9558 Fixed compilation and small clean up
9560 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9562 * fvwm/conditional.c (CreateFlagString):
9563 fixed quoting in conditional command conditions
9565 * fvwm/menus.c (__mloop_handle_event):
9566 removed unnecessary querying of pointer position on button release in
9571 * fvwm/bindings.c (ParseBinding):
9572 increased maximum allowed key symbol name length to 200 characters
9574 * fvwm/execcontext.h (enum):
9575 * fvwm/fvwm.c (Done):
9581 * fvwm/execcontext.h (enum):
9582 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9584 * fvwm/menus.c (pop_menu_up):
9585 fixed accidental menu animation with certain menu position hints
9587 2002-09-23 olicha <olivier.chapuis@free.fr>
9589 * libs/FRender.c (*):
9590 Fixed(?) XRender rendering with some Xserver
9592 * fvwm/update.c (apply_window_updates):
9593 * fvwm/geometry.c (move_icon_to_position):
9594 * fvwm/events.c (HandleEnterNotify):
9596 (HandleLeaveNotify):
9597 (HandlePropertyNotify):
9598 * fvwm/add_window.c (setup_icon_font):
9599 * fvwm/icons.c (DrawIconWindow):
9602 Clip text and icon drawing for the icons
9604 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9608 Path commands now support form: "path1;ext1:path2:path3;ext3"
9609 where ext1 (for example, ".png") means all files in path1 should
9610 be forced to have extention ".png" even if the requested icon
9611 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9613 * fvwm/execcontext.h:
9614 small changes in latters used for EXCT_* constants
9616 * fvwm/module_interface.c:
9618 * libs/PictureBase.c:
9620 some spacing reindentation
9622 2002-09-21 olicha <olivier.chapuis@free.fr>
9624 * libs/FRender.c (FRenderCompositeAndCheck):
9625 Temporally take GraphicsExposure in account
9627 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9630 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9632 2002-09-20 olicha <olivier.chapuis@free.fr>
9634 * fvwm/icons.c (GetIconPicture):
9635 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9636 Fixed the alpha channel
9638 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9643 2002-09-20 olicha <olivier.chapuis@free.fr>
9645 * libs/FRender.c (FRenderTintPicture):
9646 (FRenderTintRectangle):
9648 * libs/FRenderInterface.h:
9649 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9650 Make FRender code more modular. Add a 24+8 tinting method and enable it
9651 in the place of the 32 tinting method (which can be enabled by defining
9652 USE_ABSOLUTE_FORMATE)
9654 2002-09-19 olicha <olivier.chapuis@free.fr>
9656 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9657 (animated_move_back):
9659 (repaint_transparent_menu):
9660 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9661 (AnimatedMoveAnyWindow):
9662 * fvwm/move_resize.h:
9663 Support the new colorset transparent options and fix greyed item
9664 of transparent animated menus
9666 * fvwm/menus.c (pop_menu_up):
9667 (animated_move_back):
9669 * libs/Rectangles.c:
9670 * libs/Rectangles.h:
9672 New libs files for rectangles, segments, regions ..etc
9674 * fvwm/menus.c (clear_expose_menu_area):
9675 (get_menu_paint_item_parameters):
9678 (ParentalMenuRePaint):
9679 (ParentalMenuRePaint):
9680 * fvwm/menuitem.c (clear_menu_item_background):
9682 * fvwm/menuitem.h (MenuPaintItemParameters):
9683 Clip the item icons and text drawing
9685 * fvwm/menus.c (__mloop_exit):
9686 Fixed an indirect uninitialized variable bug
9688 * fvwm/menus.c (__mloop_handle_event): *
9689 (__mloop_handle_action_with_mi): *
9690 Update some comments
9692 * libs/FRender.c (FRenderVisualInit):
9694 * fvwm/colorset.c (parse_colorset):
9697 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9699 * fvwm/menus.c (__menu_loop):
9700 (__mloop_handle_action_with_mi):
9701 fixed parent menu redrawing
9703 * fvwm/style.c (check_window_style_change):
9704 * fvwm/update.c (apply_window_updates):
9705 * fvwm/add_window.c (setup_icon_size_limits):
9706 honour changes in IconSize style without recapture
9708 * fvwm/focus.c (focus_query_open_grab_focus):
9709 * fvwm/events.c (HandlePropertyNotify):
9710 * fvwm/add_window.c (setup_transientfor):
9711 take care of various funny initial transientfor settings
9713 * fvwm/stack.c (__raise_lower_recursion):
9715 fixed stacking core dump
9717 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9723 added a program that tests for -Werror option and similar; bug out of
9724 configure if the test program doesn't compile
9726 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9730 add a "do not edit" warning at the beginning of the man page
9733 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9735 * libs/FScreen.c (XineramaQueryScreens):
9736 fixed linking problem when compiling without Xinerama
9738 * fvwm/cursor.c (CMD_CursorStyle):
9739 fixed cursorstyle command being applied to windows without handles
9741 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9742 (EWMH_ProcessPropertyNotify):
9743 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9744 (GNOME_HandlePropRequest):
9745 fixed dummy macros when compiling without gnome/ewmh support
9747 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9749 * libs/queue.c (fqueue_add_inside):
9750 add a new command with the same execution time as a previous one behind
9754 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9757 * fvwm/functions.c (__execute_function):
9758 * fvwm/execcontext.h (exec_context_type_t):
9759 replace enum values with letters for readability
9761 * fvwm/functions.c (__execute_function):
9762 improved command log output
9764 * fvwm/schedule.c (execute_obj_func):
9765 fixed schedule queue timing
9768 refuse to run configure if CFLAGS is not empty
9770 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9773 fixed compilation with --enable-command-log; simplified fvwm_msg()
9776 reformatted; don't send end-of-line with SET_*MASK
9778 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9780 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9781 fixed multipixmap title drawing
9783 * fvwm/frame.h (struct):
9784 * fvwm/frame.c (frame_get_titlebar_dimensions):
9787 * fvwm/events.c (HandlePropertyNotify):
9788 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9790 * libs/Fft.c (FftDrawString):
9791 -Wall fix when compiling w/o Xft
9793 2002-09-15 olicha <olivier.chapuis@free.fr>
9795 * libs/Colorset.c (CreateBackgroundPixmap):
9796 Fixed a dpy problem with FvwmBacker
9797 * libs/Colorset.c (CreateBackgroundPixmap):
9798 Fixed creation a root transparent pixmap for small root pixmap
9800 2002-09-14 olicha <olivier.chapuis@free.fr>
9802 * libs/Fft.c (FftDrawString):
9803 Fixed clip region with shadow font
9805 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9806 Added a function to create translucent pixmaps
9807 * libs/Colorset.c (CreateBackgroundPixmap):
9809 * libs/FRender.c (FRenderRender):
9810 Allows to use the root window as src pixmap
9812 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9815 Fixed open double quotes in ButtonState section
9817 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9819 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9821 2002-09-13 olicha <olivier.chapuis@free.fr>
9823 * libs/Colorset.c (CreateBackgroundPixmap):
9824 (UpdateBackgroundTransparency):
9825 (SetRectangleBackground):
9827 * fvwm/colorset.c (*):
9829 * fvwm/events.c (HandlePropertyNotify):
9830 Starting implementation of RootTransparent colorset. Worked on
9831 tinted Transparent colorset. Various colorset parsing fixes.
9833 * libs/Fft.c (FftDrawString):
9835 Added the possibility to draw with a clipping region.
9837 * libs/FRender.c (FRenderRender):
9838 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9839 (PCreateRenderPixmap):
9840 (PGraphicsCreateTransprency):
9841 (PGraphicsTintRectangle):
9842 Improve current rendering functions to be able to tint the
9843 ParentalRelative pixmap or the background of a window.
9844 Re-enabled XRender rendering.
9847 remove a #if 0 debug "render" code
9849 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9851 * fvwm/builtins.c (ReadTitleButton):
9853 new button state shortcuts AllNormal, AllToggled,
9854 AllActive, AllInactive, AllUp, AllDown
9856 * fvwm/module_interface.c:
9860 possibly fixed compilation with non gcc
9862 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9864 * fvwm/focus.c (_focus_grab_buttons):
9865 (__focus_grab_buttons):
9867 (__focus_grab_one_button):
9868 grab all modifier combinations on client windows by default if
9869 necessary; this saves a lot of traffic but may grab unnecessary
9870 modifiers with mouse bindings on the client window
9873 * libs/defaults.h (DEF_FP_MODIFIERS):
9874 * fvwm/events.c (__handle_focus_raise_click):
9875 * fvwm/style.c (style_parse_focus_policy_style):
9876 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9877 default is now to use any modifiers for clicktofocus/raise purposes
9879 * fvwm/menus.c (__mloop_get_event):
9882 fixed tear off menus
9884 * libs/FEvent.c (FCheckIfEvent):
9887 (FCheckTypedWindowEvent):
9888 (FCheckWindowEvent):
9889 fixed FCheck...Event functions thus fixing Menu command behaving like
9892 * fvwm/move_resize.c (InteractiveMove):
9893 fixed offset between pointer and window when dragging
9895 * fvwm/virtual.c (HandlePaging):
9896 * fvwm/icons.c (CMD_Iconify):
9897 * fvwm/move_resize.c (InteractiveMove):
9898 * fvwm/menus.c (get_menu_options):
9900 * libs/FScreen.c (GetMouseXY):
9901 use new function fev_get_evpos_or_query()
9907 (GetLocationFromEventOrQuery):
9908 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9909 * libs/FEvent.c (fev_set_evpos):
9912 * fvwm/functions.c (__execute_function):
9913 (execute_complex_function):
9914 fixed complex action clicking logic
9916 * fvwm/add_window.c (CaptureOneWindow):
9917 fixed RecaptureWindow
9918 (CaptureAllWindows):
9921 * fvwm/functable.c (func_table):
9922 fixed running RecaptureWindow without a context window
9924 * fvwm/conditional.c (circulate_cmd):
9927 * fvwm/events.c (HandleVisibilityNotify):
9928 fixed VisibilityNotify handling
9930 * fvwm/functions.c (execute_complex_function):
9931 fixed memory corruption
9932 (__execute_function):
9933 fixed using wrong context
9934 (__execute_function):
9935 removed conditional that was always true now
9939 * fvwm/module_interface.c (ExecuteModuleCommand):
9940 initialise module number
9942 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9944 * fvwm/add_window.c (CaptureOneWindow):
9945 fixed memory corruption
9947 * fvwm/icons.c (Iconify):
9949 fixed bug introduced with transient stacking patch
9951 * fvwm/functions.c (DeferExecution):
9952 (__execute_function):
9953 (execute_complex_function):
9954 cleaned up and optimized exec_context handling
9959 * fvwm/windowlist.c:
9960 * fvwm/conditional.c:
9967 * fvwm/module_interface.c:
9970 * fvwm/add_window.c:
9971 * fvwm/move_resize.c:
9972 * fvwm/fvwm.h (F_CMD_ARGS):
9974 completely removed the builtin command arguments fw, w, and context
9976 * fvwm/functions.c (DeferExecution):
9979 * fvwm/stack.c (BroadcastRestack):
9980 removed global lastTimestamp
9982 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
9983 (EWMH_ProcessPropertyNotify):
9984 (ewmh_WMStateShaded):
9985 (ewmh_WMStateSticky):
9986 (ewmh_WMStateHidden):
9991 (ewmh_DesktopGeometry):
9992 (ewmh_ActiveWindow):
9993 use new function interface
9995 * fvwm/menus.c (do_menu):
9996 * fvwm/menucmd.c (menu_func):
9997 * fvwm/windowlist.c (CMD_WindowList):
9998 use new function interface
9999 replaced "(XEvent *)1" hack with a regular flag
10001 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10003 * fvwm/add_window.c (destroy_window):
10004 * fvwm/update.c (destroy_scheduled_windows):
10005 * fvwm/screen.h (ScreenInfo):
10006 new member is_executing_menu_function
10008 * fvwm/windowlist.c (CMD_WindowList):
10009 * fvwm/menucmd.c (menu_func):
10010 * fvwm/gnome.c (CMD_GnomeButton):
10011 (GNOME_ProcessClientMessage):
10012 (GNOME_HandlePropRequest):
10013 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10014 * fvwm/update.c (apply_window_updates):
10015 * fvwm/repeat.c (CMD_Repeat):
10016 * fvwm/conditional.c (circulate_cmd):
10028 * fvwm/focus.c (warp_to_fvwm_window):
10029 (CMD_WarpToWindow):
10030 * fvwm/read.c (run_command_stream):
10031 (run_command_file):
10034 * fvwm/fvwm.c (Done):
10038 use new function interface
10040 fixed running startup script under random module number
10042 * fvwm/functions.c (execute_function_override_window):
10043 * fvwm/functions.c (execute_function_override_wcontext):
10044 new convenience functions
10051 * fvwm/module_interface.c (CMD_Send_WindowList):
10053 (CMD_set_sync_mask):
10054 (CMD_set_nograb_mask):
10056 don't use "Module" argument anymore
10057 (ExecuteModuleCommand):
10059 use new function interface
10061 * fvwm/add_window.c (CaptureOneWindow):
10063 (CaptureAllWindows):
10064 * fvwm/events.c (HandleMapRequestKeepRaised):
10065 * fvwm/add_window.c (AddWindow):
10066 AddWindow takes executiuon context as its argument instead of the
10067 window; changed caller
10068 don't use "Event" anymore
10070 * fvwm/fvwm.c (StartupStuff):
10071 generate an execution context for startup
10073 * fvwm/move_resize.c (DoResize):
10077 renamed and used new function interface in args
10079 * fvwm/geometry.c (constrain_size):
10080 added XEvent *e argument to remove use of global "Event"; changed all
10083 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10085 * fvwm/stack.c (get_next_window_in_stack_ring):
10086 (get_prev_window_in_stack_ring):
10087 (get_transientfor_fvwmwindow):
10088 * fvwm/icons.c (SetMapStateProp):
10089 * fvwm/events.c (fake_map_unmap_notify):
10090 * fvwm/misc.c (IsRectangleOnThisPage):
10091 * fvwm/menus.c (menu_enter_tear_off_menu):
10092 (menu_close_tear_off_menu):
10093 * fvwm/icons.c (DrawIconWindow):
10095 * fvwm/colormaps.c (InstallWindowColormaps):
10096 made FvwmWindow * arguments const in many functions
10098 * fvwm/menus.c (pop_menu_up):
10101 (__mloop_do_popup):
10103 (menu_enter_tear_off_menu):
10104 (__mloop_get_event):
10105 (__mloop_get_event_timeout_loop):
10107 (__mloop_get_mi_actions):
10109 * fvwm/events.c (HandleEnterNotify):
10110 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10115 * fvwm/functions.c (DeferExecution):
10116 (__execute_function):
10117 * fvwm/windowlist.c (CMD_WindowList):
10118 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10119 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10120 (ExecuteModuleCommand):
10121 * fvwm/builtins.c (CMD_Wait):
10122 * fvwm/events.c (WaitForButtonsUp):
10123 (HandleShapeNotify):
10124 (HandleVisibilityNotify):
10125 (HandleUnmapNotify):
10126 (HandleSelectionRequest):
10127 (HandleReparentNotify):
10128 (HandlePropertyNotify):
10129 (HandleMotionNotify):
10130 (HandleMapRequestKeepRaised):
10131 (HandleMapRequest):
10132 (HandleMappingNotify):
10134 (HandleLeaveNotify):
10139 (HandleEnterNotify):
10140 (HandleDestroyNotify):
10141 (HandleColormapNotify):
10142 (HandleClientMessage):
10143 (HandleButtonRelease):
10144 (HandleButtonPress):
10145 (__handle_bpress_on_root):
10146 (__handle_bpress_action):
10147 (__handle_click_to_raise):
10148 (__handle_click_to_focus):
10149 (__is_bpress_window_handled):
10150 (__handle_focus_raise_click):
10151 don't use "Event", "Fw" and old_execute_function() anymore
10153 * fvwm/events.c (dispatch_event):
10154 removed preserve_tmpwin argument; changed all callers
10156 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10157 fixed random focus member of faked event
10159 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10160 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10161 (EWMH_ProcessPropertyNotify):
10162 * fvwm/move_resize.c (DisplaySize):
10164 (position_geometry_window):
10165 * fvwm/geometry.c (get_window_borders):
10166 (get_window_borders_no_title):
10169 * fvwm/events.c (dispatch_event):
10170 create event execution context
10171 (HandleClientMessage):
10172 removed useless local "button"
10174 don't fiddle with global Fw anymore; added argument to return context
10175 window; changed all callers
10177 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10178 * fvwm/move_resize.c (__resize_window):
10179 use new event handle interface
10182 * fvwm/eventhandler.h:
10183 new event handler interface
10185 * fvwm/functions.c (CMD_Plus):
10186 * fvwm/builtins.c (AddToDecor):
10188 (CMD_DestroyDecor):
10189 use F_CMD_ARGS in AddToDecor
10191 removed useless check for realloc return value
10192 use new function interface
10193 fixed another memory leak
10195 * fvwm/builtins.c (__remove_window_decors):
10196 replace old_execute_function with execute_function
10198 * fvwm/add_window.c (setup_window_placement):
10199 * fvwm/placement.c (PlaceWindow):
10200 * fvwm/schedule.c (execute_obj_func):
10201 * fvwm/colorset.c (add_to_junk):
10202 use new function call interface
10204 * fvwm/fvwm.h (F_EXEC_ARGS):
10205 (F_PASS_EXEC_ARGS):
10206 removed now unused macros
10208 * fvwm/functions.c (CheckActionType):
10211 (__execute_function):
10212 (__run_complex_function_items):
10213 (execute_complex_function):
10214 rewrote function call interface
10216 * fvwm/functions.c (__run_complex_function_items):
10217 new function split off from execute_complex_function
10221 removed "Event" global
10223 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10225 * fvwm/fvwm.1.in: Language check.
10227 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10229 * fvwm/functions.c (old_execute_function):
10232 * fvwm/module_interface.c (do_execute_module):
10233 don't write module argument anymore; code claimed that writing 0 into
10234 *Module prevented WaitForButtonsUp from being called, but that was
10235 either a lie or a relic of the past
10237 * fvwm/fvwm.h (exec_func_args_type):
10241 removed *Module argument
10243 * fvwm/functions.c (__execute_function):
10246 * fvwm/functions.h (enum):
10247 added more function execution falgs
10250 add exec_context_t *exc to builtin arguments
10252 * libs/FEvent.c (fev_copy_last_event):
10255 * fvwm/execcontext.h:
10256 * fvwm/execcontext.c:
10257 new files introducing the "exec_context_t" structure that shall replace
10258 the builtin command interface
10260 * fvwm/stack.c (__RaiseOrLowerWindow):
10261 (RaiseOrLowerWindow):
10262 (__restack_window):
10263 (mark_transient_subtree):
10264 (__sort_transient_ring):
10265 properly handle restacking of windows with more than one transient and
10266 multiple levels of transients at the same time
10267 (__RaiseOrLowerWindow):
10268 (RaiseOrLowerWindow):
10269 renamed function and added wrapper
10271 * fvwm/fvwm.h (FvwmWindow):
10272 added new scratch registers
10274 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10278 minor improvements in the new release procedure
10280 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10282 * fvwm/stack.c (RaiseOrLowerWindow):
10283 (__restack_window):
10284 (mark_transient_subtree):
10285 (must_move_transients):
10286 (is_on_top_of_layer_ignore_rom):
10287 handle restacking trees of transient windows; still does not work too
10288 well if a window has multiple transients at the same time
10290 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10294 restored versions from before 9th of September
10295 (RaiseOrLowerWindow):
10296 fixed StackTransientParent style without RaiseTransient or
10297 LowerTransient on transient_for window
10298 StackTransientParent works only on window in the same layer
10299 (mark_transient_subtree):
10300 fixed handling of window group hint w/ iconify
10302 (RaiseOrLowerWindow):
10304 fixed flickering when overlapping transients aree lowered
10306 * fvwm/move_resize.c (__resize_window):
10307 * fvwm/colorset.c (add_to_junk):
10308 cleaned up event handling
10310 * fvwm/move_resize.c (__resize_window):
10311 renamed function and changed callers
10313 * fvwm/fvwm.h (F_PASS_ARGS):
10315 removed eventp command argument
10317 * fvwm/events.c (DispatchEvent):
10319 renamed function, added event argument and changed all callers
10321 * libs/FEvent.c (fev_fake_event):
10322 * libs/FEvent.c (fev_get_evtype__remove_me):
10325 * fvwm/menus.c (menuShortcuts):
10332 (__mloop_get_event_timeout_loop):
10333 (__mloop_get_event):
10334 (__mloop_do_popup):
10335 (__mloop_do_popup):
10337 * fvwm/builtins.c (CMD_FakeClick):
10338 * fvwm/functions.c (CheckActionType):
10340 * fvwm/focus.c (__try_program_focus):
10341 (__try_program_focus):
10342 * fvwm/icccm2.c (SetupICCCM2):
10343 * fvwm/virtual.c (HandlePaging):
10344 * fvwm/module_interface.c (make_vpacket):
10345 (make_new_vpacket):
10346 * fvwm/schedule.c (squeue_get_next_ms):
10347 (squeue_get_next_ms):
10349 * fvwm/stack.c (BroadcastRestack):
10350 * fvwm/move_resize.c (resize_window):
10352 * libs/FEvent.c (fev_get_evtime):
10353 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10355 * fvwm/events.c (HandleEnterNotify):
10359 (discard_window_events):
10360 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10363 * fvwm/menus.c (__mloop_get_event):
10364 * fvwm/virtual.c (HandlePaging):
10366 * fvwm/functions.c (DeferExecution):
10368 * fvwm/misc.c (get_server_time):
10369 * fvwm/builtins.c (CMD_StrokeFunc):
10370 * fvwm/menus.c (pop_menu_up):
10373 * libs/FEvent.c (fev_update_last_timestamp):
10374 removed StashEventTime function; handle this directly in FEvent.c
10376 * fvwm/module_interface.c (ExecuteModuleCommand):
10377 * fvwm/misc.c (Keyboard_shortcuts):
10378 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10379 * fvwm/events.c (handle_all_expose):
10383 don't use Event global anymore
10385 * fvwm/bindings.c (activate_binding):
10386 fixed key bindings on window corners
10388 * libs/fvwmlib.h (C_DECOR):
10389 context including all parts of the decorations
10391 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10394 fixed compilation warning in #endif comment
10397 removed debug fprintf
10403 another solution for reporting the cvs status
10405 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10407 * configure.in (LIBOBJS):
10408 * acinclude.m4 (smr_SWITCH):
10409 fix for autoconf 2.53
10412 removed unnecessary includes
10414 * fvwm/Makefile.am (fvwm_SOURCES):
10416 * fvwm/eventmasks.h:
10417 * fvwm/eventhandlers.h:
10418 new files split from events.h
10420 * fvwm/icccm2.c (HandleSelectionRequest):
10421 (HandleSelectionClear):
10422 * fvwm/colormaps.c (HandleColormapNotify):
10423 * fvwm/menus.c (menu_tear_off):
10424 * fvwm/move_resize.c (resize_window):
10427 new argument avh_args_t to the event handler functions; still unused
10428 moved all event handlers to events.c
10429 remove now unnecessary includes in some files
10431 * fvwm/icccm2.c (HandleSelectionRequest):
10435 use replacements for X event functions everywhere
10437 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10441 * fvwm/borders.c (border_flags_to_button_state):
10443 * fvwm/builtins.c (ReadTitleButton):
10444 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10445 * fvwm/fvwm.c (InitVariables):
10446 Imlemented new title and button states InactiveUp and InactiveDown,
10447 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10448 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10449 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10452 reformat license info in -version to be 3 lines and one empty line
10453 instead of 5 non-empty lines, for readability
10455 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10459 * libs/Makefile.am:
10462 * fvwm/stack.c (__raise_or_lower_recursion):
10463 (RaiseOrLowerWindow):
10464 split into two functions
10465 renamed to __raise_or_lower_window
10466 (mark_transient_subtree):
10467 new flag MARK_CLEAR
10468 (position_new_window_in_stack_ring):
10471 cleaned up stacking code
10473 * fvwm/menus.c (paint_menu):
10474 fixed a minor drawing problem with menu item reliefs
10476 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10478 * fvwm/move_resize.c (InteractiveMove):
10479 removed eventp from interface
10480 changed all callers
10482 * fvwm/menucmd.c (menu_func):
10483 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10484 * fvwm/windowlist.c (CMD_WindowList):
10485 * fvwm/read.c (run_command_file):
10486 (run_command_stream):
10487 * fvwm/focus.c (warp_to_fvwm_window):
10488 * libs/Event.c (GetSubwindowFromEvent):
10489 * fvwm/events.c (GetContext):
10490 * libs/Pointer.c (GetLocationFromEventOrQuery):
10491 * fvwm/builtins.c (CMD_StrokeFunc):
10493 * fvwm/events.c (StashEventTime):
10494 * fvwm/move_resize.c (InteractiveMove):
10495 * fvwm/functions.c (DeferExecution):
10496 (old_execute_function):
10497 * fvwm/fvwm.h (F_CMD_ARGS):
10499 make eventp argument const to ease clean up work
10501 * fvwm/windowlist.c (CMD_WindowList):
10502 * fvwm/move_resize.c (InteractiveMove):
10503 * fvwm/menucmd.c (menu_func):
10504 * fvwm/icons.c (CMD_Iconify):
10505 always query pointer position in case a script modified the position
10508 * fvwm/focus.c (SetPointerEventPosition):
10509 removed function since it modifies the global event variable
10511 * fvwm/functable.c (func_table):
10512 added cursor and event type members fo DeferExecution call
10513 * fvwm/functions.c (DeferExecution):
10514 made static, call from inside functions.c only
10515 removed calls everywhere
10517 * fvwm/builtins.c (CMD_StrokeFunc):
10520 * fvwm/virtual.c (HandlePaging):
10522 don't use global "Event" anymore
10524 pass in event structure through arguments
10525 changed all callers
10527 2002-09-02 olicha <olivier.chapuis@free.fr>
10529 * libs/Colorset.c (*):
10531 * libs/colorset.c (parse_colorset):
10532 * libs/PictureGraphics.c (PGrabXImage):
10533 (PCreateRenderPixmap):sx
10534 (PGraphicsCreateTransprency):
10535 * libs/PictureGraphics.h:
10536 An experimental implementation of ParentalRelative tinted background
10538 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10539 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10541 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10542 * libs/FRenderInit.c (FRenderInit):
10543 (FRenderGetAlphaDepth):
10544 * libs/FRenderInit.h:
10545 Fixed alpha blending for xserver without depth 8 pixmap
10551 2002-09-01 olicha <olivier.chapuis@free.fr>
10554 Colorset and alpha blending news
10556 2002-08-31 olicha <olivier.chapuis@free.fr>
10558 * libs/Ficonv.c (convert_charsets):
10559 Fixed compilation on systems that do not have EILSEQ
10561 2002-08-30 olicha <olivier.chapuis@free.fr>
10563 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10564 Fixed compilation of certain modules
10566 * fvwm/borders.c (border_render_into_pixmap):
10567 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10568 * libs/PictureGraphics.h:
10569 * libs/Graphics.c (CreateStretchPixmap):
10570 (CreateStretchYPixmap):
10571 (CreateStretchXPixmap):
10572 Progress with masks in multipixmap title
10574 * libs/PictureGraphics.c (PCopyArea):
10576 (PCreateRenderPixmap):
10577 * fvwm/borders.c (border_fill_pixmap_background):
10580 * fvwm/icons.c (DrawIconWindow):
10581 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10582 Fixed the shape mask of ewmh icons and icons with some alpha
10584 2002-08-30 olicha <olivier.chapuis@free.fr>
10586 * libs/PictureGraphics.c (PCreateRenderPixmap):
10587 (PGrabImageErrorHandler):
10588 (PGraphicsCopyPixmaps):
10589 (PGraphicsCopyFvwmPicture):
10590 (PGraphicsTileRectangle):
10591 (PGraphicsRenderPixmaps):
10592 (PGraphicsRenderPicture):
10593 * libs/PictureGraphics.h:
10594 * libs/PictureBase.h:
10595 Replaced PGraphicsTileRectangle with a more powerful function,
10596 PCreateRenderPixmap, which performs *full* XRender simulation.
10597 So alpha blending is now supported even without Xrender support.
10598 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10599 for direct rendering with tint and alpha channel.
10601 * libs/FRender.c (FRenderVisualInit):
10603 (FRenderTintRectangle):
10605 * libs/FRenderInterface.h:
10606 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10607 and more powerfull function FRenderRender
10609 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10611 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10612 Load the alpha even without Xrender support
10615 * fvwm/colorset.c (parse_pixmap_tint):
10618 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10619 or obsolete TintMask) also tints gradients and the tint is applied
10620 only to the pixmap not the bg color. The average bg is computed from
10621 the "original" pixmap and not the tinted one, bgTint should be used
10622 to get a real average bg in the case the pixmap is tinted
10624 * fvwm/icons.c (DrawIconWindow):
10625 (CreateIconWindow):
10626 * fvwm/menuitem.c (menuitem_paint):
10627 * fvwm/menus.c (paint_side_pic):
10628 * fvwm/borders.c (border_get_border_background):
10629 (border_draw_decor_to_pixmap):
10630 (border_fill_pixmap_background):
10631 * fvwm/events.c (HandlePropertyNotify):
10632 Picture rendering use the new PGraphicsRenderPixmaps and
10633 PGraphicsRenderPicture libs functions. Respect new colorset options
10635 * fvwm/colorset.c (parse_colorset):
10637 (CMD_ReadWriteColors):
10639 Removed the read write colorset codes
10641 * libs/Graphics.c (CalculateGradientDimensions):
10642 Fixed the size of dithered H and V gradients
10644 * libs/PictureUtils.c (*):
10645 * libs/PictureUtils.h:
10648 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10650 * fvwm/menus.c (paint_menu_gradient_background):
10651 fixed drawing of SidePic menu background when not using SideColor
10654 * FvwmIconBox/icons.c:
10657 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10659 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10661 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10664 fixed --disable-ewmh
10668 added const to some prototypes
10670 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10672 * fvwm/menus.c (MenuInteraction):
10674 renamed MenuInteraction to __menu_loop
10676 * fvwm/menus.c (pop_menu_up):
10679 removed pdo_warp_to_title argument of pop_menu_up and changed all
10680 callers; logic is now in last_saved_position_hints
10681 (__menu_get_next_event_timeout_loop):
10682 began to split MenuInteraction into several sub functions
10683 go away, evil "goto"!
10685 * fvwm/style.c (style_parse_one_style_option):
10686 all boolean styles - and *only* boolean styles, can be prefixed with a
10687 '!' to invert their meaning
10688 (style_parse_button_style):
10689 moved Button and NoButton styles to separate function
10693 updated for 2.5.4-devel
10702 * fvwm/menuitem.h (struct):
10703 * fvwm/menus.c (paint_menu_gradient_background):
10704 (paint_menu_pixmap_background):
10706 (clear_expose_menu_area):
10707 fixed TiledPixmap menu background drawing bug
10708 sorted function in file and removed forward declarations
10710 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10712 * fvwm/Makefile.am (LDADD):
10713 put -lfvwm at front of library list
10715 * fvwm/windowlist.c (CMD_WindowList):
10716 print window's page instead of current page in windowlist
10718 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10720 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10721 Fix for Experimental RaiseOverUnmanaged Handling.
10723 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10727 New defs for Experimental RaiseOverUnmanaged Handling.
10729 * fvwm/events.c (HandleEnterNotify):
10731 (set_focus_to_fwin)
10732 (focus_query_grab_buttons)
10733 (_focus_grab_buttons)
10734 (focus_grab_buttons)
10735 (focus_grab_buttons_client_entered)
10737 (__activate_window_by_command)
10738 (_ReturnFocusWindow)
10740 (_ForceDeleteFocus)
10742 (raise_over_unmanaged)
10743 (is_above_unmanaged)
10744 (_is_on_top_of_layer)
10745 (is_on_top_of_layer)
10746 (is_on_top_of_layer_and_above_unmanaged)
10747 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10748 interaction of RaiseOverUnmanaged with various focus policies,
10749 particularly mouse focus + client click raises; issue mouse
10750 button grabs when and only when they are actually needed; and
10751 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10752 (Thanks to the GFPR, this is much more straightforward to do!)
10754 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10757 added a paragraph about scripting and complex functions.
10759 * fvwm/style.c (style_parse_one_style_option):
10760 fixed flag_mask and change_mask of TitleAt... styles that broke left
10763 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10766 describe new focus policy styles
10768 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10770 * fvwm/style.c (merge_styles):
10771 fixed applying style updates immediately
10773 * fvwm/geometry.c (constrain_size):
10774 fixed font resizing of maximized windows
10776 * fvwm/window_flags.h:
10777 * fvwm/fvwm.h (has_new_wm_normal_hints):
10780 * fvwm/events.c (HandleEnterNotify):
10781 fixed UngrabNotify returning focus to just unfocused window
10785 * fvwm/style.c (merge_styles):
10787 (__simplify_style_list):
10788 fixed default style calculations
10790 * fvwm/events.c (HandleConfigureRequest):
10791 disabled debug output
10793 * fvwm/style.c (merge_styles):
10794 * fvwm/fvwm.h (window_style):
10795 new style member default_mask to allow two levels of defaults;
10796 fixes focus policy defaults
10798 rewrote many of the macros; changed all callers
10800 * fvwm/borders.c (RenderIntoPixmap):
10801 (DrawMultiPixmapTitlebar):
10802 (border_render_into_pixmap):
10803 (border_draw_multi_pixmap_titlebar):
10804 applied Suzanne Skinner's multi pixmap titles fix
10805 renamed functions and changed all callers
10807 * libs/FScreen.c (FScreenGetScrRect):
10810 new utility functions
10812 * fvwm/windowlist.c (CMD_WindowList):
10813 new option MaxLabelWidth for the WIndowList command based on patch by
10815 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10816 WindowList command.
10818 * fvwm/events.c (HandleConfigureRequest):
10819 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10820 seems to work without problems
10822 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10824 * fvwm/style.c (merge_styles):
10825 fixed style defaults getting stuck to on once set
10828 fixed a number of non portable uses of the "test" command and unified
10829 the used syntax of all calls to reduce chance of copy-and-paste
10832 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10836 minor typos and improvements;
10837 better string quotings and detection of fribidi for autoconf-2.53
10839 * fvwm/Makefile.am:
10840 don't include *.in in EXTRA_DIST, they are auto-included
10842 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10844 * fvwm/events.c (HandleConfigureRequest):
10845 (HandlePropertyNotify):
10846 (is_resizing_event_pending):
10847 fixed uninitialised return code of test_resizing_event
10849 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10851 * fvwm/decorations.c (SelectDecor):
10853 * fvwm/window_flags.h:
10855 moved common.s.has_no_border window flag to common.has_no_border to
10856 fix windows getting stuck without a border once the HandleWidth or
10857 BorderWidth was set to 0 and then increased again
10860 removed reference to BUGS and TODO
10863 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10864 fvwm.1 files don't have to be updated for a release anymore; the release
10865 number and date are set by configure
10867 * fvwm/fvwm.c (setVersionInfo):
10868 fixed output of "fvwm -version"
10870 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10872 * fvwm/style.c (style_parse_one_style_option):
10873 Old focus styles override less of the behaviour specified with the
10874 FP... styles; use defaults instead without setting the mask
10875 (style_parse_one_style_option):
10876 removed the styles MouseFocusClickIgnoreMotion and
10877 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10879 (style_parse_one_style_option):
10880 ClickToFocusRaises now works only on the client window, not on the
10882 (style_parse_one_style_option):
10883 fixed FocusFollowsMouse style
10884 (style_set_old_focus_policy):
10885 moved old default focus settings to a separate function, simplified code
10887 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10889 * fvwm/fvwm.1: Add hot-spot is an offset information,
10890 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10893 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10895 * fvwm/style.c (style_parse_focus_policy_style):
10896 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10898 * libs/Makefile.am:
10899 added missing files
10901 * fvwm/events.c (HandleConfigureRequest):
10902 fixed ConfigureRequest race condition
10904 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10907 quote environment variables
10909 2002-08-13 olicha <olivier.chapuis@free.fr>
10912 Color limit and dithering news
10915 Added a minimal doc for the -color-limit option
10917 * fvwm/builtins.c (CMD_ColorLimit):
10918 ColorLimit is obsolete
10920 * fvwm/builtins.c (ReadDecorFace):
10921 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10922 (PictureAllocColorAllProp):
10923 Implemented dithering for depth 16 and 15. This is off by default
10924 in colorset (use the dither colorset option) and on by default
10925 for window title gradient. Gradient are visibly more smooth.
10927 * libs/PictureUtils.c (*):
10930 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10933 corrected the pixmap cursor description, added an example
10935 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10937 * fvwm/menus.c (select_menu_item):
10938 (paint_menu_gradient_background):
10939 fixed a redrawing problem with H/Vgradient menu faces
10941 fixed a minor problem w/ entering submenus via keyboard
10943 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10945 * fvwm/move_resize.c (CMD_ResizeMove):
10948 (CMD_ResizeMaximize):
10949 (CMD_ResizeMoveMaximize):
10950 commands can be used on iconified windows again
10954 moved pre-2.2 NEWS to ONEWS
10957 * libs/safemalloc.c:
10963 * fvwm/menustyle.c:
10970 let config.h include strinh.h or strings.h
10972 * fvwm/style.c (style_parse_one_style_option):
10973 (style_parse_one_style_option):
10974 fixed icon box crash
10976 * fvwm/bindings.c (update_nr_buttons):
10977 fixed extra buttons on window decorations
10979 * fvwm/style.c (style_parse_one_style_option):
10980 fixed parsing of the FP... and !FP... styles
10982 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
10984 * fvwm/style.c (style_parse_one_style_option):
10985 Fixed a typo so that ClickToFocusRaisesOff actually turns
10986 the option off instead of on.
10988 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10990 * fvwm/focus.c (focus_grab_buttons):
10991 only grab necessary buttons on the client window
10993 2002-08-11 olicha <olivier.chapuis@free.fr>
10995 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
10996 Removed some debug code
10998 * fvwm/fvwm.c (main):
11000 Added -color-limit to fvwm usage
11002 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11004 * fvwm/style.c (style_parse_one_style_option):
11005 (style_parse_focus_policy_style):
11006 added style options "FP..." to control focus policy
11007 removed OverrideGrabFocus and AllowGrabFocus styles
11009 * fvwm/style.c (merge_styles):
11010 fixed style defaults != 0
11012 * fvwm/focus.c (__restore_focus_after_unmap):
11013 fixed a bug w/ reverting the focus from transients to the parent
11015 * fvwm/ewmh.c (ewmh_HandleDesktop):
11016 * fvwm/style.c (style_parse_one_style_option):
11017 fixed defaults for various focus styles
11022 * fvwm/frame.c (frame_mrs_resize_move_windows):
11023 backed out anti-flicker patch that slowed down command processing
11025 * fvwm/bindings.c (update_nr_buttons):
11027 fixed sluggish processing of mouse bindings
11029 * fvwm/events.c (__handle_bpress_action):
11030 fixed drawing of pressed decorations w/o bindings
11032 * fvwm/frame.c (frame_move_resize):
11033 removed debug code that broke focus handling
11035 * fvwm/style.c (style_parse_one_style_option):
11036 fixed passing the focus click to the app by default
11038 * fvwm/events.c (__handle_click_to_focus):
11039 * fvwm/focus.c (set_focus_to_fwin):
11040 (__set_focus_to_fwin):
11041 removed drawing code that broke as many places as it fixed; plus it
11042 cause unnecessary redraws
11044 * fvwm/events.c (HandleConfigureRequest):
11045 send a synthetical ConfigureNotify if an application is not granted its
11046 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11047 and FixedPSize to work properly; also to be ICCCM compliant
11048 always force border_width 0 in these events
11049 in the experimental cr merging code, send a number of cn events equal
11050 to the number of merged events
11056 * fvwm/style.c (style_parse_focus_policy_style):
11057 (style_parse_icon_size_style):
11058 (style_parse_icon_box_style):
11059 (style_parse_icon_grid_style):
11060 (style_parse_icon_fill_style):
11061 (style_parse_one_style_option):
11062 (parse_and_set_window_style):
11063 split into separate functions
11064 (style_parse_one_style_option):
11065 simplified and cleaned up
11068 * fvwm/decorations.c:
11071 * fvwm/conditional.h:
11072 * fvwm/conditional.c:
11076 * fvwm/colormaps.c:
11079 reformatted and cleaned up
11081 2002-08-11 olicha <olivier.chapuis@free.fr>
11083 * libs/PictureUtils.c (*):
11084 * libs/PictureUtils.h:
11085 * libs/PictureDitherMatrice.h (new file):
11086 * libs/PictureImageLoader.c (*):
11087 * libs/PictureImageLoader.h:
11088 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11089 (PCreateDitherPixmap):
11090 (PCreateTintedPixmap):
11091 * libs/PictureGraphics.h:
11092 * libs/PictureBase.c (PictureInitCMap):
11093 * libs/PictureBase.h:
11094 * libs/Picture.c (*):
11097 * libs/Colorset.c (DumpColorset):
11100 * libs/Graphics.c (all gradient functions):
11103 * fvwm/move_resize.c (CMD_XorPixmap):
11104 * fvwm/colors.c (FreeColors):
11105 * fvwm/builtins.c (CMD_DefaultColors):
11106 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11107 * fvwm/builtins.c (FreeDecorFace):
11109 * fvwm/menus.c (pop_menu_down):
11110 (paint_menu_gradient_background):
11113 * fvwm/menustyle.c (menustyle_free_face):
11114 (menustyle_parse_face):
11116 (menustyle_update):
11117 (menustyle_parse_style):
11118 (CMD_CopyMenuStyle):
11119 * fvwm/menustyle.h:
11120 * fvwm/icons.c (GetIconFromFile):
11121 * fvwm/builtins.c (ReadMultiPixmapDecor):
11123 * fvwm/borders.c (border_draw_decor_to_pixmap):
11124 * fvwm/add_window.c (setup_mini_icon):
11125 * fvwm/fvwm.c (main):
11126 * fvwm/colorset.c (free_colorset_background):
11130 New color limit method and implement dithering in depth <= 8.
11131 Added a "fvwm picture attributes" structure for loading image.
11132 Some colors leaks fix. Add some (weak) color leaks. New option
11133 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11136 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11138 * libs/Flocale.c (FlocaleRotateDrawString):
11141 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11143 * fvwm/style.c (parse_and_set_window_style):
11144 fixed the default for passing the click-to-raise click for mousey
11147 * fvwm/events.c (__handle_click_to_focus):
11148 removed redundant code
11149 (WaitForButtonsUp):
11150 fixed sluggish motion event handling when waiting for buttons to be
11153 * fvwm/focus.c (__set_focus_to_fwin):
11154 (set_focus_to_fwin):
11155 fixed redrawing the border w/ mousey focus when the window was entered,
11156 then the border was clicked before the FocusIn event arrived
11158 * fvwm/events.c (__handle_bpress_on_managed):
11159 * fvwm/style.c (parse_and_set_window_style):
11160 fixed some small focus problems
11163 reformatted and cleaned up
11168 * fvwm/focus.c (focus_query_click_to_raise):
11169 (focus_query_click_to_focus):
11170 * fvwm/style.c (parse_and_set_window_style):
11171 * fvwm/events.c (__test_for_motion):
11172 (__check_click_to_focus_or_raise):
11173 (__handle_focus_raise_click):
11174 (__is_bpress_window_handled):
11175 (__handle_click_to_focus):
11176 (__handle_click_to_raise):
11177 (__handle_bpress_stroke):
11178 (__handle_bpress_action):
11179 (__handle_bpress_on_root):
11180 (__handle_bpress_on_unmanaged):
11181 (__handle_bpress_on_managed):
11182 (HandleButtonPress):
11183 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11184 of the new focus code; only the parsing for the new styles is missing
11186 * fvwm/virtual.c (is_pan_frame):
11189 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11191 * fvwm/add_window.c (AddWindow):
11192 fixed compile error
11194 * fvwm/events.c (__handle_focus_raise_click):
11195 (HandleButtonPress):
11198 * fvwm/events.c (__handle_focus_raise_click):
11199 * fvwm/fvwm.h (struct):
11200 * fvwm/style.c (check_window_style_change):
11201 (parse_and_set_window_style):
11202 * fvwm/session.c (MatchWinToSM):
11203 * fvwm/window_flags.h:
11204 eliminated parts of the old focus code
11206 * fvwm/focus.c (__set_focus_to_fwin):
11207 (set_focus_to_fwin):
11208 * fvwm/fvwm.c (InitVariables):
11209 * fvwm/add_window.c (destroy_window):
11210 * fvwm/events.c (__handle_focus_raise_click):
11211 * fvwm/screen.h (ScreenInfo):
11212 eliminated Scr.Ungrabbed global
11214 * fvwm/update.c (apply_window_updates):
11215 (flush_window_updates):
11216 * fvwm/icons.c (DeIconify):
11218 * fvwm/move_resize.c (CMD_Maximize):
11221 * fvwm/frame.c (frame_free_move_resize_args):
11222 (__frame_setup_window):
11223 * fvwm/virtual.c (do_move_window_to_desk):
11224 (CMD_GotoDeskAndPage):
11227 * fvwm/stack.c (LowerWindow):
11228 * fvwm/events.c (HandleMapNotify):
11229 (HandleVisibilityNotify):
11232 (__handle_focus_raise_click):
11233 (HandleEnterNotify):
11234 (HandleMapRequestKeepRaised):
11235 * fvwm/add_window.c (setup_key_and_button_grabs):
11236 (setup_focus_policy):
11238 * fvwm/focus.c (__try_other_screen_focus):
11239 (__set_focus_to_fwin):
11240 (set_focus_to_fwin):
11241 (focus_grab_buttons_on_pointer_window):
11242 (focus_grab_buttons_on_layer):
11243 (focus_grab_buttons_new):
11244 cleaned up focus grab handling.
11246 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11249 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11251 * fvwm/add_window.c (setup_window_structure):
11253 discarded unused return code
11255 * fvwm/focus.c (focus_grab_buttons):
11256 split into two fucntions and fixed a bug with ungrabbing buttons
11258 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11259 * fvwm/style.c (parse_and_set_window_style):
11260 * fvwm/icons.c (DeIconify):
11262 * fvwm/events.c (HandleButtonPress):
11263 (HandleEnterNotify):
11264 (HandleLeaveNotify):
11266 (HandleMapRequestKeepRaised):
11267 * fvwm/add_window.c (CaptureAllWindows):
11268 * fvwm/virtual.c (UnmapDesk):
11270 (do_move_window_to_desk):
11271 * fvwm/update.c (flush_window_updates):
11272 * fvwm/focus.c (set_focus_model):
11274 (__restore_focus_after_unmap):
11275 much more GFPR work; these patches may break lots of things
11277 * fvwm/focus.c (set_focus_to_fwin):
11278 (__activate_window_by_command):
11280 (ReturnFocusWindow):
11282 (ForceDeleteFocus):
11283 renamed MoveFocus to set_focus_to_fwin
11285 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11287 * libs/Fft.c (FftDrawString):
11288 removed redudant and buggy code that called DrawStringFunc before
11289 this pointer gets initialized
11291 * fvwm/focus.c (focus_query_click_to_raise):
11292 fixed possibly-uninitialized variable warning
11294 * fvwm/Makefile.am:
11295 specify stroke includes before Xft includes, may improve some cases
11297 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11300 fixed sys/time.h detection
11302 * fvwm/events.c (HandleMappingNotify):
11303 * libs/Bindings.c (AddBinding):
11304 added MappingNotify event handler
11306 * fvwm/events.c (HandleMapRequest):
11309 * fvwm/events.c (InitEventHandlerJumpTable):
11310 another attempt at handling "unknown" modifiers in key bindings
11312 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11314 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11315 * fvwm/add_window.c (destroy_window):
11316 * fvwm/focus.c (focus_grab_buttons):
11319 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11321 * fvwm/focus.c (focus_force_refresh_focus):
11322 * fvwm/events.c (HandleEnterNotify):
11323 (HandlePropertyNotify):
11324 (HandleButtonPress):
11325 * fvwm/icons.c (DeIconify):
11326 * fvwm/virtual.c (MapDesk):
11327 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11328 * fvwm/update.c (apply_window_updates):
11329 * fvwm/module_interface.c:
11330 * fvwm/conditional.c (MatchesConditionMask):
11333 * fvwm/icons.c (Iconify):
11334 removed "#if 0"ed code
11336 * fvwm/module_interface.c:
11337 disabled the old ConfigureWindow module interface
11340 * libs/fvwmsignal.h:
11342 * fvwm/ewmh_intern.h:
11344 * fvwm/module_interface.c:
11349 new file to encapsulate time.h and sys/time.h inclusion
11353 (mark_transient_subtree):
11354 (__mark_group_member):
11355 cleaned up and split into two functions
11357 * fvwm/focus.c (CMD_Focus):
11359 * fvwm/icons.c (DeIconify):
11362 (__activate_window_by_command):
11365 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11366 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11367 * fvwm/style.c (parse_and_set_window_style):
11368 (parse_and_set_window_style):
11369 began implementing new focus control styles
11371 * fvwm/focus.c (DoSetFocus):
11372 (__restore_focus_after_unmap):
11377 (__set_focus_to_fwin):
11380 * fvwm/conditional.c (MatchesConditionMask):
11381 * fvwm/focus.c (focus_query_open_grab_focus):
11382 (focus_query_close_restore_focus):
11383 (focus_does_accept_input_focus):
11385 * fvwm/events.c (HandleUnmapNotify):
11386 (HandleEnterNotify):
11388 (HandleMapRequestKeepRaised):
11389 renamed some functions
11392 * fvwm/focus_policy.c:
11393 * fvwm/focus_policy.h:
11394 prepared some future focus policy flags
11397 enable error message when png or xpm test compilation fails
11400 * fvwm/window_flags.h:
11401 * fvwm/ewmh.c (ewmh_HandleDesktop):
11402 * fvwm/style.c (parse_and_set_window_style):
11403 (check_window_style_change):
11404 * fvwm/events.c (HandleButtonPress):
11405 (HandleVisibilityNotify):
11406 began GFPR migration of *raises* focus policy flags
11408 * fvwm/focus.c (focus_is_focusd):
11411 * libs/Bindings.c (AddBinding):
11412 fixed handling of "unknown" modifiers in key bindings
11414 * fvwm/focus.c (focus_grab_buttons):
11415 (focus_query_grab_buttons):
11416 moved focus policy code into separate function
11418 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11423 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11425 * fvwm/style.c (parse_and_set_window_style):
11426 * fvwm/focus.c (focus_query_grab_focus):
11427 * fvwm/events.c (HandleMapNotify):
11428 (HandlePropertyNotify):
11429 * fvwm/focus_policy.c (fpol_init_default_fp):
11431 new styles OverrideGrabFocus and AllowGrabFocus
11432 cleaned up focus grabbing code and moved to focus.c
11434 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11436 * fvwm/focus.c (CMD_WarpToWindow):
11437 fixed negative arguments for unmanaged windows
11439 * fvwm/conditional.c (CMD_Direction):
11440 use PeekToken instead of GetNextToken
11442 new direction "center"
11444 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11446 * fvwm/events.c (addkbsubinstoarray):
11447 disabled experimental pointer warping code
11450 removed menu crash debug code
11452 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11455 added tons of crash debug code
11457 * fvwm/add_window.c:
11458 made a lot of internal functions static
11460 * fvwm/add_window.c (setup_button_windows):
11461 (destroy_title_window):
11462 (destroy_button_windows):
11463 (destroy_resize_handle_windows):
11464 (destroy_auxiliary_windows):
11467 * fvwm/icons.c (CreateIconWindow):
11468 safety patches w/ XDeleteContext
11470 * fvwm/menus.c (DestroyMenu):
11471 fixed a crash w/ accessing already deleted menus
11473 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11475 * fvwm/menus.c (get_menu_options):
11476 fixed menu context rectangle "icon" if the icon was not just a pixmap
11478 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11480 * fvwm/events.c (HandleMapNotify):
11481 (HandleMapRequestKeepRaised):
11482 (HandleUnmapNotify):
11483 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11484 * fvwm/ewmh.c (ewmh_HandleDesktop):
11485 * fvwm/style.c (parse_and_set_window_style):
11486 removed old do_grab_focus_when_created and *_when_transient_* flags
11488 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11490 * fvwm/conditional.c (MatchesConditionMask):
11491 * fvwm/focus.c (DoSetFocus):
11492 * fvwm/session.c (MatchWinToSM):
11493 * fvwm/module_interface.c (SETOLDFLAGS):
11494 removed old is_lenient flag
11497 * fvwm/style.c (__simplify_style_list):
11498 (simplify_style_list):
11501 * fvwm/window_flags.h:
11503 access macros for focus policy flags structures
11506 * fvwm/focus_policy.c:
11507 * fvwm/focus_policy.h:
11508 new files, begin great focus policy rewrite aka GFPR
11510 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11512 * fvwm/placement.c (PlaceWindow):
11513 Fixed interaction between CascadePlacement and StartsOnPage
11515 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11517 * libs/fvwmsignal.c (fvwmSelect):
11518 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11521 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11523 * fvwm/add_window.c (CaptureOneWindow):
11524 fixed a core dump w/ windows being destroyed during a recapture
11526 removed duplicate check if new windows still exist
11528 * fvwm/placement.c (CMD_PlaceAgain):
11529 * fvwm/move_resize.c (move_window_doit):
11531 * fvwm/virtual.c (MapDesk):
11533 (do_move_window_to_desk):
11534 * fvwm/icons.c (AutoPlaceIcon):
11535 (ChangeIconPixmap):
11537 some cleanup in movement code
11538 new option "Icon" to PlaceAgain command
11539 adapted documentation accordingly
11541 * fvwm/move_resize.c (move_window_doit):
11545 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11547 * libs/Flocale.c (FlocaleRotateDrawString):
11548 create gcs only once
11551 removed some references to Recapture
11552 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11553 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11555 * libs/gravity.c (gravity_parse_multi_dir_argument):
11556 fixed "all" multidir selecting "center" too
11558 * libs/Fft.c (FftDrawString):
11559 * libs/Flocale.c (FlocaleRotateDrawString):
11560 (FlocaleFontStructDrawString):
11561 (FlocaleDrawString):
11562 fixed some text placement bugs w/ shadow text
11563 (FlocaleGetShadowTextPosition):
11564 implemented "center" shadows
11566 2002-07-20 olicha <olivier.chapuis@free.fr>
11568 * libs/Flocale.c (FlocaleRotateDrawString):
11569 Removed some static declarations
11571 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11573 * libs/gravity.c (gravity_multi_dir_to_dir):
11574 * libs/gravity.h (enum):
11575 new function, cleaned up
11577 * fvwm/fvwm.h (FvwmWindow):
11581 moved text_rotation_type to gravity.h and renamed to rotation_type
11584 fixed several bugs in the access macros
11587 removed unused static FlocaleSeted
11588 (FlocaleFontStructDrawString):
11589 simplified function
11591 * fvwm/virtual.c (CMD_EdgeCommand):
11592 * fvwm/windowshade.c (CMD_WindowShade):
11593 * fvwm/conditional.c (CMD_Direction):
11594 adapted to changes in ParseDirectionArgument
11597 * libs/gravity.c (ParseDirectionArgument):
11598 new direction "Center"
11600 * fvwm/virtual.c (CMD_EdgeCommand):
11603 2002-07-18 olicha <olivier.chapuis@free.fr>
11605 * libs/PictureUtils.c (PictureRGBtoPixel):
11607 Fixed(??) color allocation for some visuals
11609 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11611 * libs/Flocale.c (FlocaleFontStructDrawString):
11612 a little code cleanup
11614 * fvwm/events.c (HandleEnterNotify):
11616 anothe click+drag fix
11618 * libs/Pointer.c (GetLocationFromEventOrQuery):
11619 * fvwm/focus.c (SetPointerEventPosition):
11620 * fvwm/functions.c (CheckActionType):
11621 * fvwm/builtins.c (CMD_StrokeFunc):
11622 * fvwm/move_resize.c (moveLoop):
11624 fixed some bugs w/ pointer on wrong screen
11626 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11628 * fvwm/events.c (HandleLeaveNotify):
11629 fixed problem w/ click+drag and mousey focus
11631 * fvwm/menus.c (size_menu_horizontally):
11632 fixed menu style SubmenusLeft w/ icons in menu items
11634 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11636 * fvwm/menuitem.c (menuitem_paint):
11638 * fvwm/menus.c (paint_menu_gradient_background):
11639 (get_menu_paint_item_parameters):
11640 removed circular dependency of menus.c and menuitem.c by using callback
11643 2002-07-17 olicha <olivier.chapuis@free.fr>
11648 * fvwm/fvwm.c (InitVariables):
11650 * fvwm/colorset.c (parse_colorset):
11652 (CMD_ReadWriteColors):
11653 * fvwm/builtins.c (CMD_ColorLimit):
11654 * libs/PictureUtils.h:
11655 * libs/PictureUtils.c (PictureReduceColor):
11656 (PictureReduceRGBColor):
11657 (PictureRGBtoPixel):
11658 (PictureAllocColor):
11659 (PictureFreeColors):
11660 (PictureGetNextColor):
11661 (colors_alloc_fail):
11665 (PictureAllocColorTable):
11666 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11667 (PImageXpmFreeColor):
11669 * libs/PictureBase.c (PictureInitCMap):
11670 * libs/Graphics.c (AllocLinearGradient):
11671 * libs/ColorUtils.c (GetShadow):
11677 (fvwmlib_clone_color):
11678 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11679 Implemented a new color limit method
11681 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11683 * fvwm/move_resize.c (moveLoop):
11684 fixed problem moving the pointer off screen while moving a window
11685 (AnimatedMoveAnyWindow):
11686 fixed pointer warping w/ multiple screens and animated window motion
11688 2002-07-12 olicha <olivier.chapuis@free.fr>
11690 * fvwm/menus.c (get_menu_paint_item_parameters):
11691 (paint_menu_gradient_background):
11692 * fvwm/menuitem.c (menuitem_paint):
11695 Fixed B/DGradient with Xft fonts
11698 * libs/ColorUtils.c (GetTintedColor):
11700 * fvwm/colorset.c (parse_simple_tint):
11703 Implemented fgTint colorset option
11705 * libs/PictureImageLoader.c:
11706 * libs/PictureUtils.c:
11707 * libs/PictureUtils.h:
11708 * libs/Makefile.am:
11709 Moved color limitation and some rgb to pixel functions from
11710 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11712 * fvwm/colorset.c (parse_colorset):
11713 * libs/PictureGraphics.c (PCreateTintedPixmap):
11714 (PGraphicsTintRectangle):
11715 Implemented tinting for X server without Xrender support and
11716 did color limitation when tinting
11719 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11721 * fvwm/events.c (WaitForButtonsUp):
11722 fixed handling of button release events
11724 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11726 * fvwm/menus.c (MenuInteraction):
11727 fixed core dump w/ dynamic popdown action destroying a menu
11728 (paint_menu_gradient_background):
11729 fixed hang and/or incorrect drawing of b and d gradients in menus
11731 * fvwm/events.c (HandleEnterNotify):
11732 (HandleLeaveNotify):
11733 improved LEAVE_WINDOW/ENTER_WINDOW handling
11735 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11737 * libs/Colorset.c (SetWindowBackground):
11738 (SetWindowBackgroundWithOffset):
11740 implemented new functions to allow pixmap backgrounds with an offset
11742 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11744 * fvwm/events.c (HandleMapRequestKeepRaised):
11745 send Map/UnmapNotify before iconyfying, not after
11747 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11749 * fvwm/events.c (HandleMapRequestKeepRaised):
11750 fake a MapNotify and then an UnmapNotify when a window is created iconic
11752 * fvwm/add_window.c (AddWindow):
11753 workaround for buggy TK menu positioning
11755 * fvwm/module_interface.c (FlushMessageQueue):
11758 tried to fix module communication deadlock w/ sync mask and a full write
11765 2002-07-06 olicha <olivier.chapuis@free.fr>
11767 * libs/Flocale.c (FlocaleGetFontSet):
11768 Removed some unwanted code
11770 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11772 * fvwm/events.c (HandleLeaveNotify):
11773 (HandleEnterNotify):
11774 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11776 * fvwm/events.c (CMD_XSync):
11777 very experimental patch to cycle through subwindows accepting keyboard
11778 input; call Xsync command repeatedly to test; crashes fvwm if more than
11779 1000 subwindows are used;
11781 * fvwm/focus.c (CMD_WarpToWindow):
11782 fixed a bug in warpttowindow command with subwindows of unmanaged
11785 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11787 * fvwm/events.c (HandlePropertyNotify):
11789 handle changes in the size_inc and base_size hints during opaque
11792 * fvwm/events.c (HandleButtonPress):
11793 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11794 until the button is released again; this restores the old behaviour
11795 from 2.3.23 and before with click+drag and rxvt/aterm
11797 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11799 * fvwm/update.c (apply_window_updates):
11800 fixed applying neverfocus to currently focused window; decorations
11801 partially drawn hilighted
11803 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11805 * fvwm/menucmd.c (menu_func):
11806 another module/menu/context window fix
11807 do not use global Fw anymore
11809 2002-07-05 olicha <olivier.chapuis@free.fr>
11811 * libs/Flocale.c (FlocaleStringToString2b):
11812 Fixed crash with big5-0 FontStruct
11814 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11816 * fvwm/menucmd.c (menu_func):
11817 fixed context window of menus invoked by a module
11819 fixed context menus on windows
11821 * libs/vpacket.h (ConfigWinPacket):
11822 * fvwm/module_interface.c (CONFIGARGSNEW):
11823 * fvwm/fvwm.h (FvwmWindow):
11824 fixed bugs in type conversions for transmitting certain information to
11827 * fvwm/functions.c (CheckActionType):
11828 fixed window selection problem w/ menus invoked from modules
11830 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11832 * fvwm/gnome.c (GNOME_HandlePropRequest):
11835 * fvwm/module_interface.c (ExecuteCommandQueue):
11836 fixed compile bug w/ --enable-debug-msgs
11838 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11840 * fvwm/events.c (HandleButtonPress):
11842 * fvwm/menus.c (MenuInteraction):
11844 * fvwm/windowlist.c (CMD_WindowList):
11845 * fvwm/menucmd.c (menu_func):
11846 * fvwm/module_interface.c (ExecuteModuleCommand):
11847 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11848 go away, evil globals! [removed the useless global variable
11851 * fvwm/events.c (HandleUnmapNotify):
11853 * fvwm/icons.c (Iconify):
11854 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11855 * fvwm/fvwm.h (struct):
11856 renamed is_deiconify_pending to is_iconify_pending
11859 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11861 * fvwm/menus.c (MenuInteraction):
11863 (menu_enter_tear_off_menu):
11865 * fvwm/events.c (HandleButtonPress):
11866 (HandleButtonRelease):
11869 * fvwm/menucmd.c (menu_func):
11871 * fvwm/module_interface.c (ExecuteModuleCommand):
11872 go away, evil globals! [removed the useless global variable "Context"]
11873 removed is_menu_from_frame_or_window_or_titlebar flag
11875 * fvwm/module_interface.c:
11876 * fvwm/windowlist.c:
11879 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11881 * fvwm/menuitem.c (menuitem_paint):
11882 fixed fg color of the inactive disabled menu item
11887 removed a mention of RedHat (I don't think it is correct),
11888 reworded a mention of fvwm95
11890 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11893 tabify only the leading spaces, untabify the middle of line
11895 2002-06-25 David Fries <dfries@mail.win.org>
11898 * fvwm/windowlist.c:
11899 Added code to sort based on the class name of a window for
11900 the WindowList function.
11902 2002-06-25 olicha <olivier.chapuis@free.fr>
11907 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11910 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11912 2002-06-24 Steve Talley <stephen.talley@sun.com>
11914 * fvwm/add_window.c:
11915 * fvwm/add_window.h:
11923 New Style option IconSize
11925 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11927 * NEWS, configure.in:
11928 changed version to 2.5.3
11930 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11933 removed C++ section
11936 * libs/FlocaleCharset.c:
11939 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11941 * fvwm/events.c (WaitForButtonsUp):
11942 use the wait cursot only after the 20th pass through the loop
11944 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11946 * fvwm/fvwm.1 (Examples): Language check.
11947 PipeRead as synchronous Exec.
11948 Better example for PipeRead.
11950 2002-06-21 olicha <olivier.chapuis@free.fr>
11954 Documented StringEncoding= in font name
11957 Removed --disable-compound-text doc
11959 2002-06-20 olicha <olivier.chapuis@free.fr>
11961 * libs/FBidi.h (FBidiConvert):
11962 Fixed compile if !HAVE_BIDI
11964 2002-06-19 olicha <olivier.chapuis@free.fr>
11966 * fvwm/fvwm.c (InitVariables):
11968 Allocate colorset 0 in InitVariable in the place of StartupStuff.
11969 This fix a "null expression" at init in menustyle.c (menustyle_update)
11971 2002-06-19 Mikhael Goikhman <migo@homemail.com>
11974 reworded supported feature listing, fixed the default xft detection
11976 added the "Supported Features" section
11978 2002-06-19 olicha <olivier.chapuis@free.fr>
11981 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
11984 Removed --enable-mulibyte and --disable-compound-text config option
11985 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
11988 Xft is on by default no
11990 * libs/FlocaleCharset.c (*):
11991 * libs/FlocaleCharset.h:
11992 * libs/Ficonv.c (*):
11994 * libs/Flocale.c (*):
11997 * libs/FftInterface.h:
12000 * fvwm/ewmh_names.c ():
12001 Some cleanup. Implemented StringEncoding= in font names. Fixed
12002 string encoding for xft fonts. Try to be more cleaver about defaults
12003 charsets. Improvement in the locale charset table.
12006 Some documentation cleanup regarding Xft
12008 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12010 * fvwm/functions.c (find_func_type):
12011 fixed bug i introduced w/ last commit
12013 * fvwm/fvwm.c (Done):
12015 * fvwm/functions.c (functions_is_complex_function):
12016 * fvwm/builtins.c (CMD_DestroyFunc):
12019 moved functions to functions.c
12022 * fvwm/functable.c:
12023 * fvwm/functable.h:
12024 * fvwm/functions.h:
12026 * fvwm/functions.c:
12027 moved some types and functions to other/new files
12029 * fvwm/functions.c:
12030 * fvwm/expand.c (expand_vars_extended):
12032 functions moved to new file
12034 * fvwm/functions.c:
12037 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12039 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12040 fixed colourmap focus problem
12043 tabified all files and removed all trailing spaces
12045 * fvwm/move_resize.c (move_window_doit):
12046 * fvwm/virtual.c (CMD_MoveToDesk):
12047 MoveToPage and MoveToDesk no longer unstick windows
12049 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12055 reworded some names of supported features
12057 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12059 * fvwm/update.c (apply_window_updates):
12060 * fvwm/session.c (MatchWinToSM):
12061 * fvwm/add_window.c (setup_window_structure):
12062 * fvwm/windowshade.c (CMD_WindowShade):
12063 * fvwm/window_flags.h:
12064 fixed a problem w/ shaded windows changind the title direction
12066 * fvwm/geometry.c (get_shaded_geometry):
12067 fixed shading window to 0 width or height
12069 * fvwm/add_window.c (AddWindow):
12070 fixed a memory leak and an initial window placement bug
12072 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12075 minor improvements in output, added bin/fvwm-perllib
12077 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12079 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12080 fixed copying PopupOffset values in CopyMenuStyle
12085 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12089 added CopyStringWithQuotes, not perfect, but works for now
12091 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12093 * fvwm/functions.h:
12095 * fvwm/functions.c (func_config):
12096 * libs/FScreen.c (FScreenConfigureSLSScreens):
12097 (FScreenConfigureModule):
12098 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12099 new command XineramaSLSScreens
12102 cleaned up Xinerama ifdefs
12104 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12107 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12109 2002-06-07 olicha <olivier.chapuis@free.fr>
12112 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12113 Some shadow text position fixes
12115 2002-06-06 olicha <olivier.chapuis@free.fr>
12117 * fvwm/update.c (apply_window_updates):
12118 Fixed the position of shaded windows after certain style update
12121 Fixed some options names
12123 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12125 * fvwm/module_interface.c (CMD_SendToModule):
12126 fixed SendToModule when the first parameter contains quotes
12128 2002-06-06 olicha <olivier.chapuis@free.fr>
12130 * fvwm/fvwm.c (main):
12131 * fvwm/ewmh.c (EWMH_Init):
12132 Init the EWMH before reading the config. Always setup the working
12135 2002-06-05 olicha <olivier.chapuis@free.fr>
12137 * fvwm/update.c (apply_window_updates):
12138 Fixed the position of a shaded window during a style update
12141 * libs/Flocale.c (FlocaleRotateDrawString):
12142 (FlocaleGetShadowTextPosition):
12143 Fixed side title text position if the font has no shadow
12146 * libs/Ficonv.c (FiconvInit):
12147 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12148 * libs/Flocale.c (FlocaleInit):
12149 (FlocaleRotateDrawString):
12150 (FlocaleGetFontSet):
12151 (FlocaleGetFontOrFontSet):
12153 (FlocaleDrawString):
12154 (FlocaleTextWidth):
12155 (FlocaleFreeNameProperty):
12156 (FlocaleGetNameProperty):
12157 (FlocaleTextListToTextProperty):
12158 Finish to remove the multibyte patch. This gives a more clean code
12159 and can only prevent bugs
12161 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12163 * fvwm/placement.c (PlaceWindow):
12164 fixed CascadePlacement with huge windows (xterm -g 240x100),
12165 that were aligned to bottom-right instead of top-left;
12166 small adjustments (removed border_width from calculations,
12167 don't place normal windows at 0, commented out some strange code)
12169 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12172 document CascadePlacement and FvwmIconMan improvements
12177 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12179 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12180 * fvwm/fvwm.c (InitVariables):
12181 * fvwm/placement.c (PlaceWindow):
12182 * fvwm/screen.h (struct ScreenInfo):
12183 improved *CascadePlacement, if the last placed window does not exist
12184 any more, reuse the last used position instead of adding a new cascade
12186 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12188 * fvwm/events.c (HandleEnterNotify):
12189 * fvwm/fvwm.c (InitVariables):
12191 Fixed colormap handling over decorative parts of a window
12193 2002-06-03 olicha <olivier.chapuis@free.fr>
12195 * fvwm/module_interface.c (make_named_packet):
12196 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12197 related to named module packet
12199 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12201 * fvwm/focus.c (focus_grab_buttons):
12202 * fvwm/events.c (HandleButtonPress):
12203 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12205 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12207 * fvwm/bindings.c (ParseBinding):
12208 replaced an error "Illegal mouse button" with a descriptive warning
12209 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12211 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12213 * fvwm/events.c (GetContext):
12214 fixed key bindings on decorations
12217 removed XEVMASK_DECORW
12219 2002-05-31 olicha <olivier.chapuis@free.fr>
12223 Documented shadow effect in a new section FONT EFFECTS
12225 2002-05-31 olicha <olivier.chapuis@free.fr>
12227 * libs/Fft.c (FftDrawString):
12228 * libs/Colorset.c (DumpColorset):
12231 * fvwm/colorset.c (parse_colorset):
12232 New colorset option fg_alpha which defines an alpha for rendering
12235 2002-05-29 olicha <olivier.chapuis@free.fr>
12237 * libs/Fft.c (FftSetupEncoding):
12244 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12245 to Xft FLAGS and LIBS
12247 * fvwm/Makefile.am:
12248 * libs/Makefile.am:
12249 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12250 Xft2 library. Removed FT2 CFLAGS and LIBS
12252 2002-05-27 olicha <olivier.chapuis@free.fr>
12257 Some Xft2 and fontconfig preparation
12260 * libs/Flocale.c (FlocaleParseShadow):
12262 (FlocaleGetShadowTextPosition):
12263 Added offset to shadow text
12266 Fixed the position of ne shadow text and remove some unused #define
12268 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12270 * fvwm/colorset.c (parse_colorset):
12271 fixed integer overflow in average colour calculation
12273 2002-05-27 olicha <olivier.chapuis@free.fr>
12275 * libs/gravity.c (GetNextMultiDirection):
12276 (ParseMultiDirectionArgument):
12278 Added a multi direction type which is a "<<" version of direction
12279 type. Added a parse and a next functions
12282 * libs/Flocale.c (FlocaleParseShadow):
12283 (FlocaleGetNextShadowDirection):
12284 (FlocaleGetShadowTextPosition):
12285 Used gravity multi direction type and functions. Removed
12286 FlocaleGetNextShadowDirection
12288 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12290 * fvwm/focus.c (restore_focus_after_unmap):
12291 fixed a problem w/ colormap transition when transient window died
12293 * fvwm/add_window.c (AddWindow):
12296 * fvwm/session.c (getUniqueStateFilename):
12297 applied security patch by Jan Echternach
12299 * fvwm/fvwm.c (InitVariables):
12300 Properly initialise Scr.flags.is_pointer_on_this_screen
12302 * libs/fvwmlib.h (FvwmFont):
12303 * fvwm/fvwm.c (setVersionInfo):
12306 * acconfig.h (MULTIBYTE):
12307 removed MULTIBYTE option (unconditionally on)
12309 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12311 * libs/gravity.c (ParseDirectionArgument):
12312 allow "t", "u", ... shortcuts as direction arguments
12314 * fvwm/style.c (check_window_style_change):
12315 (parse_and_set_window_style):
12316 * fvwm/frame.c (frame_setup_border):
12317 (frame_get_shading_laziness):
12318 (frame_get_sidebar_geometry):
12319 * fvwm/decorations.c (SelectDecor):
12320 * fvwm/add_window.c (setup_style_and_decor):
12321 (setup_resize_handle_cursors):
12322 (setup_resize_handle_windows):
12323 (change_resize_handle_windows):
12324 (destroy_auxiliary_windows):
12325 * fvwm/borders.c (border_get_border_gcs):
12326 (border_draw_border_parts):
12327 * fvwm/style.h (SCSET_HAS_BORDER):
12328 * fvwm/fvwm.h (FvwmWindow):
12329 * fvwm/window_flags.h (SET_HAS_BORDER):
12330 new styles NoBorder/Border
12332 2002-05-26 olicha <olivier.chapuis@free.fr>
12335 * libs/Flocale.c (FlocaleParseShadow):
12336 (FlocaleGetNextShadowDirection):
12337 (FlocaleGetShadowTextPosition):
12339 Implemented multidirectional shadow text rendering
12343 (FlocaleFontStructDrawString):
12344 (FlocaleRotateDrawString):
12346 (FlocaleDrawString):
12347 (FlocaleTextWidth):
12348 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12349 * libs/Fft.c (FftDrawString):
12350 Cleanup the FlocaleFont structure by addings some flags
12352 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12354 * fvwm/events.c (HandleFocusIn):
12355 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12356 * fvwm/screen.h (ScreenInfo):
12357 * fvwm/focus.c (FocusOn):
12358 ignore EnterNotify events while a window is waiting to receive focus
12359 from the Focus or FlipFocus commands; should prevent plenty of race
12360 contidions caused by executing complex functions by a key press, button
12361 press or from a menu; fixes Alt-Tab problem
12363 * fvwm/events.c (HandleMapNotify):
12364 immediately draw window decorations when window is mapped; the new frame
12365 drawing code takes care of suppressing unnecessary redraws
12366 (HandleLeaveNotify):
12367 fixed a bug w/ LeaveNotify event with NotifyGrab
12369 2002-05-22 olicha <olivier.chapuis@free.fr>
12372 * libs/Fft.c (FftDrawString):
12373 * libs/Flocale.c (FlocaleFontStructDrawString):
12374 (FlocaleRotateDrawString):
12376 (FlocaleGetShadowTextPosition):
12377 (FlocaleDrawString):
12378 (FlocaleDrawUnderline):
12379 (FlocaleTextWidth):
12380 Implemented negative shadow text
12382 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12384 * fvwm/menucmd.c (CMD_AddToMenu):
12385 * fvwm/windowlist.c (CMD_WindowList):
12388 changed signature of AddToMenu
12390 * fvwm/menus.c (clone_menu_root_static):
12391 fixed problem w/ menu style usage count and tear off menus
12392 fixed core dump w/ not copying the missing sub menu function in tear
12394 (clone_menu_item_list):
12396 (add_another_menu_item):
12397 (size_menu_vertically):
12398 fixed additional "More..." items in sub menus of torn off menus
12400 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12403 fixed #endif warning
12404 * fvwm/ConfigFvwmDefaults:
12405 added CirculateSkip to tear off menus
12407 fixed ShadeAgain quoting
12409 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12411 * fvwm/events.c (HandleButtonPress):
12412 allow to pass the focus click to applications and have a function bound
12413 to it at the same time
12417 fixed compilation problem
12419 2002-05-20 olicha <olivier.chapuis@free.fr>
12421 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12422 Fixed blue colour in png image and ewmh icons
12424 * libs/Flocale.c (FlocaleLoadFont):
12425 Removed some debug code
12427 * fvwm/colorset.c (parse_colorset):
12429 * libs/ColorUtils.c (GetForeShadowColor):
12430 Added Mikhael algo to compute the default fgsh
12432 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12434 * fvwm/functions.c (expand_extended_var):
12435 expand $[fgsh.csN], use constants instead of numbers
12437 2002-05-17 olicha <olivier.chapuis@free.fr>
12439 * libs/Flocale.c (FlocaleDrawString):
12440 (FlocaleDrawUnderline):
12442 Removed some unused and debug code
12444 2002-05-17 olicha <olivier.chapuis@free.fr>
12446 * fvwm/menuitem.c (draw_underline):
12448 * libs/Flocale.c (FlocaleDrawUnderline):
12449 Move draw_underline into Flocale.c and fix underline position with
12452 2002-05-17 olicha <olivier.chapuis@free.fr>
12454 * fvwm/style.c (update_window_color_style):
12455 (update_window_color_hi_style):
12456 * fvwm/move_resize.c (DisplayPosition):
12458 * fvwm/menuitem.c (menuitem_paint):
12459 * fvwm/borders.c (get_common_decorations):
12460 (border_get_titlebar_draw_descr):
12462 * fvwm/icons.c (DrawIconWindow):
12463 Pass the colorset to text drawing via the FlocaleWinString structure
12466 * libs/ColorUtils.c (GetForeShadowColor):
12468 * fvwm/colorset.c (parse_colorset):
12470 * libs/Colorset.c (DumpColorset):
12472 Added fgsh colorset and two new functions GetForeShadowColor and
12473 GetForeShadow which should be modified
12475 * libs/Makefile.am:
12477 * libs/FftInterface.h (new file):
12478 * libs/Fft.c (FftDrawString):
12480 * libs/Flocale.c (FlocaleFontStructDrawString):
12481 (FlocaleRotateDrawString):
12482 (FlocaleDrawString):
12483 (FlocaleTextWidth):
12485 Implemented text shadow rendering
12487 2002-05-11 olicha <olivier.chapuis@free.fr>
12490 * fvwm/builtins.c (refresh_window):
12491 * fvwm/update.c (apply_window_updates):
12493 * fvwm/style.c (check_window_style_change):
12494 ParentalRelativity style is now dynamic
12496 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12498 * fvwm/menuitem.c (menuitem_paint):
12499 fixed menu item hilight area
12501 2002-05-09 olicha <olivier.chapuis@free.fr>
12503 * libs/Makefile.am:
12504 * libs/XError.c (request_name):
12505 * libs/PictureImageLoader.c (PImageLoadPng):
12506 (PImageCreatePixmapFromArgbData):
12507 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12508 (PGraphicsTileRectangle):
12509 (PGraphicsCopyFvwmPicture):
12510 * libs/FRenderInit.c (new file):
12511 * libs/FRenderInit.h (new file):
12512 * libs/FRenderInterface.h:
12513 * libs/FRender.c (*):
12514 * fvwm/colorset.c (parse_tint):
12516 * fvwm/fvwm.c (main):
12517 * fvwm/events.c (HandlePropertyNotify):
12518 Change the design of the previous commit. Now a module should call
12519 FRenderInit when it wants to use a function which depends on XRender.
12521 2002-05-09 olicha <olivier.chapuis@free.fr>
12529 Include Fft.h include FRender.h as Xft.h include Xrender.h
12531 * libs/FRenderInterface.h:
12533 * libs/FRender.c (FRenderInit):
12534 (FRenderGetErrorCodeBase):
12535 (FRenderGetMajorOpCode):
12536 (FRenderGetExtensionSupported):
12537 (FRenderGetErrorText):
12538 Improve XRender initialization, check if the XRender extension is
12539 enabled and get the error code base and the major op code.
12540 Add error functions for the X error handler.
12542 * libs/XError.c (PrintXErrorAndCoredump):
12544 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12547 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12548 * fvwm/events.c (HandlePropertyNotify):
12549 * fvwm/colorset.c (parse_tint):
12551 * libs/PictureImageLoader.c (PImageLoadPng):
12552 (PImageCreatePixmapFromArgbData):
12553 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12554 (PGraphicsCopyFvwmPicture):
12555 (PGraphicsTileRectangle):
12556 * libs/FRender.c (FRenderCopyArea):
12557 (FRenderTintRectangle):
12558 Check if the XRender extension is enabled on the display before
12559 performing XRender operations
12561 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12563 * fvwm/menuitem.c (menuitem_paint):
12564 fixed item hilighting problems
12566 2002-05-07 olicha <olivier.chapuis@free.fr>
12568 * fvwm/colorset.c (parse_colorset):
12571 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12573 * fvwm/events.c (HandlePropertyNotify):
12574 workaround for xterm resize problem
12576 * fvwm/colorset.c (parse_colorset):
12577 (free_colorset_background):
12580 fixed various bugs and core dumps w/ the cs->picture structure;
12581 note: it's a pointer, so compare with NULL, not with None
12583 * fvwm/frame.c (frame_setup_window):
12584 (frame_setup_window_app_request):
12585 (frame_force_setup_window):
12586 (frame_setup_window_internal):
12587 (frame_create_move_resize_args):
12588 (frame_free_move_resize_args):
12589 * fvwm/add_window.c (setup_window_attr):
12590 * fvwm/events.c (HandleConfigureRequest):
12591 (HandlePropertyNotify):
12592 fixed [?] bit_gravity/resize problem
12594 * fvwm/events.c (HandleEnterNotify):
12595 reformatted EdgeCommand code
12597 2002-05-06 olicha <olivier.chapuis@free.fr>
12599 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12600 Resize an ewmh icon to the wanted size if it is to big
12602 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12603 Set also the stacking list when a window is destroyed
12605 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12607 * fvwm/fvwm.1: Finish language check.
12608 Fix typo in Mouse section, context should be on new line.
12610 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12612 * fvwm/fvwm.1 (file): Restore icons and images text with some
12614 Started on lang check, not done yet.
12616 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12618 * fvwm/module_interface.c (make_named_packet):
12619 Applied Mikhail Kruk patch
12621 2002-05-02 olicha <olivier.chapuis@free.fr>
12623 * libs/FlocaleCharset.h:
12624 * libs/Ficonv.c (FiconvSetupConversion):
12625 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12627 * libs/Flocale.c (FlocaleGetFftFont):
12628 (FlocaleGetFontSet):
12631 (FlocaleUnloadFont):
12633 Implemented charset/iconv hints in font name
12635 2002-04-29 Stian Sletner <stian@sletner.com>
12637 * fvwm/windowlist.c (CMD_WindowList):
12638 Added new Windowlist option IconifiedAtEnd
12640 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12642 * fvwm/module_interface.c:
12645 moved two constant strings to Module.h, so they may be used by perllib
12647 2002-04-29 olicha <olivier.chapuis@free.fr>
12649 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12650 Fixed a core dump if the charset is not found
12652 * libs/Flocale.c (FlocaleStringToString2b):
12653 Removed some debug code
12655 2002-04-29 olicha <olivier.chapuis@free.fr>
12657 * libs/Fft.c (FftGetFontWidths):
12658 (FftGetFontWidths):
12661 * libs/Flocale.c (FlocaleGetFont):
12662 (FlocaleGetFontSet):
12663 (FlocaleGetFftFont):
12664 Removed min_char_offset member of the FlocaleFont as it is not use
12665 since we rotate string for side title
12667 * libs/Ficonv.c (FiconvSetupConversion):
12668 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12669 (FlocaleCharsetSetFlocaleCharset):
12671 * libs/Flocale.c (FlocaleTextWidth):
12672 (FlocaleDrawString):
12673 (FlocaleUtf8ToUnicodeStr2b):
12675 (FlocaleStringToString2b):
12676 (FlocaleRotateDrawString):
12677 (FlocaleFontStructDrawString):
12678 Added support for drawing string with 10646-1 fonts without an utf8
12679 locale. Also, drawing strings with a multibyte font now work not so
12680 bad even if the locale have nothing to do with the font.
12682 * libs/Fft.c (FftUtf8ToFftString16):
12685 Added utf8 rendering with iso10646-1 fonts on system without
12688 * fvwm/colorset.c (reset_cs_pixmap):
12693 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12695 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12698 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12700 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12702 * fvwm/move_resize.c:
12703 don't start Move with snap disabled if Alt is initially pressed
12705 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12707 * NEWS, configure.in:
12708 changed version to 2.5.2
12710 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12713 improved main headers, added new COLORSETS section;
12714 documented State condition
12717 documented Tint in colorsets and utility renaming
12720 corrected several error reporting problems
12722 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12725 fixed leaving tear off menus
12727 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12729 * fvwm/borders.c (border_draw_part_relief):
12730 (border_set_button_pixmap):
12731 (border_draw_title_stick_lines):
12732 (border_draw_title_mono):
12733 (border_draw_title_relief):
12734 * libs/fvwmlib.h (RelieveRectangle2):
12735 (RelieveRectangle):
12736 replaced functions by macros
12738 * libs/Graphics.c (do_relieve_rectangle):
12739 applied performance patch by Dave Trollope
12741 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12747 * libs/FlocaleCharset.c:
12748 FBidi is now independent from Flocale* again;
12749 iso8859-6.8x fonts recognized now as bidi-enabled
12751 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12754 fixed --disable-multibyte
12756 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12758 * fvwm/borders.c (border_draw_title_deep):
12759 (border_set_title_pixmap):
12760 (border_set_button_pixmap):
12761 fixed SolidButton title and button style
12763 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12768 added new entry about CurrentAtEnd
12771 minor reformatting and spell checking
12773 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12775 * fvwm/windowlist.c (CMD_WindowList):
12776 Added new Windowlist option CurrentAtEnd
12778 2002-04-22 olicha <olivier.chapuis@free.fr>
12780 * fvwm/colorset.c (parse_colorset):
12782 Fixed an enormous core dump which comes from a cvs merging problem
12784 * fvwm/Makefile.am:
12787 Added Xrender detection and link fvwm if needed
12789 * libs/PictureGraphics.c:
12790 * libs/PictureGraphics.h:
12793 * libs/FRenderInterface.h:
12794 * libs/PictureGrpahics.c (*):
12795 * libs/PictureGrpahics.h:
12796 New libs files to acheive alpha-blend rendering and better XBM
12797 support. PictureGraphics contains elaborated version and also
12798 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12802 * fvwm/icons.c (clear_icon):
12806 * fvwm/events.c (HandlePropertyNotify):
12807 * fvwm/borders.c (border_fill_pixmap_background):
12808 (border_get_border_background):
12809 (border_draw_decor_to_pixmap):
12810 * fvwm/menuitem.c (menuitem_paint):
12811 * fvwm/add_window.c (destroy_icon):
12812 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12813 * fvwm/geometry.c (move_icon_to_position):
12814 * fvwm/colorset.c (free_colorset_background):
12817 Implemented alpha-blend rendering with the new libs function
12819 * fvwm/colorset.c (free_colorset_background):
12822 Implemented tinting of a Pixmap background colorset
12824 * fvwm/colorset.c (parse_colorset):
12825 Use the Scr.NoFocusWin as main window in the place of the
12826 Scr.SizeWindow, this fix a lot of X errors in my machine.
12828 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12829 Donated our alpha channel
12832 * fvwm/module_interface.h:
12833 * fvwm/module_interface.c (SendFvwmPicture):
12834 (BroadcastMiniIcon):
12836 (BroadcastFvwmPicture):
12837 (CMD_Send_WindowList):
12838 * fvwm/add_window.c (change_mini_icon):
12839 (broadcast_mini_icon):
12840 * fvwm/ewmh_icons.c:
12841 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12842 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12844 * libs/Makefile.am:
12845 * libs/PictureBase.c (*):
12846 * libs/PictureBase.h:
12847 * libs/Picture.c (*):
12849 * libs/PictureImageLoader.c (*):
12850 * libs/PictureImageLoader.h:
12852 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12853 PictureImageLoader.
12854 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12855 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12856 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12857 SetImagePath -> PictureSetImagePath, findImageFile ->
12858 PictureFindImageFile, PictureList -> FvwmPictureList,
12859 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12860 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12861 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12862 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12863 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12864 Also renamed more recent functions in PictureImageLoader.
12866 * fvwm/borders.c (border_draw_one_border_part):
12867 (border_draw_decor_to_pixmap):
12868 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12871 * fvwm/menus.c (pop_menu_up):
12872 (animated_move_back):
12873 (ParentalMenuRePaint):
12874 * fvwm/move_resize.h (resize_geometry_window):
12875 * fvwm/move_resize.c (move_window_doit):
12876 (AnimatedMoveAnyWindow):
12877 (AnimatedMoveOfWindow):
12878 (AnimatedMoveFvwmWindow):
12879 Fixed transparent animated menu
12881 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12890 fixed running out of colors on 8bpp with ReadWriteColors;
12891 simulate colorsets on monochrome displays using three 1-bit pixmaps
12893 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12896 fixed $PERL detection again
12901 added -Wno-implicit-int to -Wall in case of gcc
12905 fixed ReadWriteColors on a PseudoColor display
12907 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12909 * fvwm/move_resize.c (move_window_doit):
12910 set the is_icon_moved too flag if the icon was moved non-interactively
12916 Moved FvwmTheme functionality into fvwm.
12917 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12919 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12922 fixed $PERL detection
12925 * fvwm/ConfigFvwmDefaults:
12926 several fixes and spelling
12928 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12930 * libs/Bindings.c (CheckBinding):
12933 (GrabWindowButton):
12934 (MatchBindingExactly):
12935 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12938 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12941 configure now uses $PERL if set
12944 all programs installed into ${bindir} have now fvwm- prefix;
12945 documentation updated
12947 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12950 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
12951 documentation updated
12953 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12956 added 2.4.7 entries
12958 2002-04-10 Dan Espen <dane@mk.telcordia.com>
12960 * AUTHORS: New author.
12962 * NEWS: Edge Command.
12964 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
12967 Added EdgeCommand paragraph.
12969 * fvwm/events.c (HandleEnterNotify):
12970 Added execution of Scr.PanFrame*.command if set
12972 * fvwm/fvwm.c (InitVariables):
12973 Added init strings for pan frame commands.
12978 Avoid hiding of pan frames if pan frame command is set.
12980 Implementation of the buildin command EdgeCommand. First
12981 implementation of this function.
12983 * fvwm/screen.h (struct):
12984 added char * command in structure Panframe to store the pan frame
12987 * fvwm/functions.c:
12988 added declaration of CMD_ENTRY("edgecommand")
12990 * fvwm/functions.h:
12991 added definition of Flag F_EDGE_COMMAND
12994 added definition of CMD_EdgeCommand(F_CMD_ARGS)
12996 2002-04-10 Mikhael Goikhman <migo@homemail.com>
12999 added "BI-DIRECTIONAL TEXTS" section
13002 added #include <sys/select.h> to fix endless loop on QNX
13004 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13007 changed description of focus models
13009 2002-04-09 olicha <olivier.chapuis@free.fr>
13012 Check for libpng libpng 1.0.4a or better
13014 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13016 * fvwm/add_window.c (setup_title_geometry):
13019 * fvwm/geometry.c (get_title_font_size_and_offset):
13021 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13023 * fvwm/window_flags.h:
13024 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13026 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13028 new Style options TopTitleRotated / TopTitleNotRotated,
13029 BottomTitleRotated / BottomTitleNotRotated
13031 2002-04-08 olicha <olivier.chapuis@free.fr>
13033 * libs/Makefile.am:
13034 Fixed make dist again
13036 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13038 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13040 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13043 minor wording fixes
13046 mention a new FvwmIconMan syntax
13048 * sample.fvwmrc/new-features:
13049 * sample.fvwmrc/system.fvwm2rc:
13050 * sample.fvwmrc/system.fvwm2rc-sample-95:
13051 use a new module syntax
13053 2002-04-06 olicha <olivier.chapuis@free.fr>
13057 Forget to save some file
13059 * libs/FImageLoader.c (c100_init_base_table):
13060 Allows init even if !XPM
13062 * libs/Makefile.am:
13066 Fixed png detection
13068 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13069 Fixed a GC memory leaks.
13071 * fvwm/fvwm.c (setVersionInfo):
13073 Updated -version for png, bidi and xft
13076 Modified the ICONS section. Rename it ICONS AND IMAGES and
13077 document PNG file format. Replace "xpm or bitmap file" by
13078 "image file" in a few place.
13082 PNG news and documented libpng in the "Optional libraries used by FVWM"
13085 2002-04-05 olicha <olivier.chapuis@free.fr>
13087 * libs/FImageLoader.c (c100_init_base_table):
13088 (FImageReduceRGBColor):
13089 (FImageCreatePixmapFromArgbData):
13090 Speed up color limitation for png image and ewmh icons
13091 Respect color limit even with DirectColor and TrueColor
13094 * acconfig.h (HAVE_PNG):
13095 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13096 even without XPM support
13099 * libs/InitPicture.c (new file):
13100 * libs/InitPicture.h (new file):
13103 * libs/FImageLoader.c (new file):
13104 * libs/FImageLoader.h (new file):
13105 * libs/Fxpm.h (new file):
13106 * libs/Fpng.h (new file):
13107 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13108 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13109 ColorLimit stuff is applied to PNG image.
13110 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13111 Picture.c and Picture.h.
13112 InitPicture contains the Picture structure, initialize the visual,
13113 depth and color map and contains image path stuff as Picture contains
13114 Picture manipulations.
13116 * libs/ColorUtils.c:
13118 Moved the Picture color utils func to ColorUtils
13120 * fvwm/Makefile.am:
13121 links against libpng
13123 * fvwm/icons.c (GetIconPicture):
13127 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13128 the libs image loader
13130 * fvwm/cursor.c (CMD_CursorStyle):
13131 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13133 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13134 (EWMH_SetIconFromWMIcon):
13135 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13139 Send the ColorLimit to module in any case
13146 * fvwm/add_window.c:
13150 * fvwm/menustyle.c:
13151 * fvwm/move_resize.c:
13154 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13156 * fvwm/events.c (test_map_request):
13157 (test_resizing_event):
13158 fixed endless loop in HandleConfigureRequest
13160 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13162 * fvwm/add_window.c (setup_style_and_decor):
13163 fixed borderless transients
13165 * fvwm/events.c (test_resizing_event):
13166 (HandleConfigureRequest):
13167 * fvwm/frame.c (frame_create_move_resize_args):
13168 * fvwm/add_window.c (AddWindow):
13170 * fvwm/window_flags.h:
13171 tried to improve ConfigureRequest handling
13173 * fvwm/events.c (HandlePropertyNotify):
13174 recalculate window size when the base_width or base_height hint
13175 changes; fixes some problems with xemacs
13177 * fvwm/virtual.c (map_window):
13180 * fvwm/borders.c (border_draw_decorations):
13181 don't redraw windows on a different desk
13182 keep track of Scr.Hilite
13184 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13186 * fvwm/virtual.c (unmap_window):
13187 * fvwm/move_resize.c (resize_window):
13188 * fvwm/icons.c (Iconify):
13189 * fvwm/add_window.c (CaptureOneWindow):
13190 * fvwm/borders.c (border_undraw_decorations):
13191 mark window decorations as not drawn whenever the frame is unmapped
13193 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13195 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13197 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13200 use safemalloc and alloca instead of malloc
13202 2002-03-29 olicha <olivier.chapuis@free.fr>
13204 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13205 Set the X locale charset on system without XOpenOM
13207 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13210 fixed multibyte support reporting
13212 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13217 moved gcc extension __attribute__ handling to config.h
13219 * fvwm/fvwm.c (main):
13220 * fvwm/stack.c (add_window_to_stack_ring_after):
13221 * fvwm/icons.c (GetIconWindow):
13223 * fvwm/add_window.c:
13224 fixed core dumps and other bugs in debug messages
13226 2002-03-27 olicha <olivier.chapuis@free.fr>
13228 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13229 (FlocaleCharsetSetFlocaleCharset):
13231 * configure.in (problem_multibyte):
13232 Fixed compilation for system without XOpenOM in Xlib.h
13234 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13235 * libs/Ficonv.c (FiconvInit):
13239 include only libs/Flocale.h
13241 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13244 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13249 * libs/FlocaleCharset.c:
13250 minor modifications, like removed #include;
13251 fixed core dump with bidi and utf-8
13253 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13255 * fvwm/frame.c (frame_update_hidden_window_pos):
13256 fixed shade/maximize/unshade
13258 * fvwm/builtins.c (FreeDecorFace):
13261 * fvwm/borders.c (get_common_decorations):
13262 (border_get_border_style):
13263 * fvwm/style.c (parse_and_set_window_style):
13265 * fvwm/window_flags.h:
13266 * fvwm/fvwm.h (struct):
13267 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13268 (frame_create_move_resize_args):
13269 (frame_move_resize_step):
13270 (frame_next_move_resize_args):
13271 new styles WindowShadeLazy [default], WindowShadeBusy and
13272 WindowShadeAlwaysLazy
13274 * fvwm/frame.c (frame_set_decor_gravities):
13275 fixed window bit gravities
13276 split into smaller functions
13277 (frame_move_resize_step):
13278 fixed a bug w/ the parent gravity
13279 (frame_hide_changing_window_parts):
13280 fixed flickering in one of the corners during shade animation
13281 (frame_mrs_hide_changing_parts):
13283 (frame_mrs_prepare_vars):
13284 (frame_mrs_hide_unhide_parent):
13285 (frame_mrs_setup_draw_decorations):
13286 (frame_mrs_resize_move_windows):
13289 2002-03-25 olicha <olivier.chapuis@free.fr>
13291 * libs/Fft.c (FftSetupEncoding):
13294 * libs/Flocale.c (FlocaleDrawString):
13295 * libs/FBidi.c (FBidiConvert):
13297 Pass the font to FBidiConvert
13299 * acconfig.h (HAVE_LIBCHARSET):
13300 * acinclude.m4 (CHECK_LIBCHARSET):
13302 If libiconv is used check for libcharset
13304 * libs/Makefile.am:
13305 * libs/FlocaleCharset.h:
13306 * libs/FlocaleCharset.c:
13308 * libs/Flocale.c (*):
13309 * libs/Fft.c (FftSetupEncoding):
13311 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13312 FlocaleFont has such a member which is set when charset info are needed.
13313 FlocaleCharset.c contains a big table which associates to an X charset
13314 various possible locale charsets and the fribidi charset.
13315 If libiconv is used, libcharset is used to compute the locale charset.
13316 Various Flocale clean up.
13318 * fvwm/fvwm.c (main):
13319 Removed the call to FlocaleInitCharset, it is now done automatically
13322 * libs/Makefile.am:
13325 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13327 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13330 (EWMH_SetDesktopNames):
13331 Moved iconv conversions into the library. Try to found the good iconv
13332 charset with the help of the font and of the FlocaleCharset table.
13334 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13336 * libs/Module.c (SendFvwmPipe):
13337 * libs/Graphics.c (do_relieve_rectangle):
13338 * fvwm/menustyle.c (menustyle_parse_old_style):
13339 * fvwm/add_window.c (setup_window_structure):
13340 memory management patches by Dave Trollope
13342 * fvwm/frame.c (frame_get_sidebar_geometry):
13343 hide the handles when using the NoHandles style
13345 * fvwm/borders.c (border_redraw_decorations):
13346 change in title rotation is applied immediately, don't use the value "2"
13349 * fvwm/style.c (parse_and_set_window_style):
13350 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13352 documented the new title directions
13353 (parse_and_set_window_style):
13354 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13356 documented these styles
13358 * fvwm/add_window.c (CaptureOneWindow):
13359 (CaptureAllWindows):
13363 * fvwm/icons.c (DeIconify):
13364 fiexd fucoused window not hilighting after deiconification
13366 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13368 * fvwm/update.c (apply_window_updates):
13369 windows are not unshaded when the decoration layout changes
13371 * fvwm/frame.c (frame_create_move_resize_args):
13372 fixed excessive redrawing
13373 (frame_get_hidden_pos):
13374 fixed parent geometry when window is hidden
13376 * fvwm/add_window.c (setup_frame_stacking):
13377 fixed stacking of right buttons
13379 * fvwm/frame.c (frame_set_decor_gravities):
13380 fixed title and button bit gravities
13382 * fvwm/add_window.c (setup_frame_stacking):
13383 (change_auxiliary_windows):
13384 fixed "button" style
13386 * fvwm/geometry.c (get_title_button_geometry):
13387 * fvwm/menus.c (pop_menu_up):
13388 fixed menu placement relative to window titles
13390 * libs/Flocale.c (FlocaleDrawString):
13391 fixed compiler warning w/o fribidi
13393 * fvwm/virtual.c (MoveViewport):
13395 (do_move_window_to_desk):
13396 * fvwm/update.c (apply_window_updates):
13397 * fvwm/icons.c (Iconify):
13399 * fvwm/module_interface.c (SETOLDFLAGS):
13400 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13401 * fvwm/style.c (parse_and_set_window_style):
13402 * fvwm/window_flags.h:
13403 * fvwm/session.c (MatchWinToSM):
13404 * fvwm/placement.c (PlaceWindow):
13405 * fvwm/add_window.c (CaptureAllWindows):
13406 (setup_window_placement):
13407 (CaptureOneWindow):
13410 * fvwm/menus.c (menu_tear_off):
13411 * fvwm/events.c (HandleMapRequestKeepRaised):
13414 removed some of those pesky globals: PPosOverride, isIconicState and
13415 isIconifiedByParent; pass round a structure instead
13416 removed the do_start_iconic window flag
13417 removed do_delete_icon_moved flag
13419 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13423 renamed HAVE_FRIBIDI to HAVE_BIDI
13427 added more comments
13429 * fvwm/Makefile.am:
13431 * libs/Makefile.am:
13432 added a dummy call to FBidi to test linking against bidi libs
13434 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13436 * fvwm/windowshade.c (CMD_WindowShade):
13437 changed syntax of windowshade with direction
13439 update button state after unshading
13441 * fvwm/add_window.c (AddWindow):
13442 fixed mini icon update
13444 * fvwm/events.c (HandleEnterNotify):
13445 fixed icon picture redrawing
13446 icon titles are no longer raised and expanded if the icon has only a
13449 * fvwm/move_resize.c (resize_window):
13452 * libs/gravity.c (gravity_move_resize_parent_child):
13453 * fvwm/frame.c (frame_get_titlebar_dimensions):
13454 (frame_prepare_animation_shape):
13455 (frame_move_resize_step):
13456 (frame_get_titlebar_dimensions_only):
13457 (frame_get_hidden_pos):
13458 (frame_update_hidden_window_pos):
13459 (frame_free_move_resize_args):
13460 (frame_create_move_resize_args):
13461 fixed shading of shaped windows
13466 * fvwm/fvwm.c (main):
13467 * fvwm/misc.c (GrabEm):
13468 fixed a problem with the cursor shape during window shading
13470 * fvwm/update.c (apply_window_updates):
13471 fixed drawing of hilighted window after a decoration change
13473 * fvwm/update.c (apply_window_updates):
13474 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13475 * fvwm/borders.c (RedrawDecorations):
13476 renamed RedrawDecorations()
13478 * fvwm/move_resize.c (move_window_doit):
13480 * fvwm/misc.c (move_into_rectangle):
13481 (intersect_xrectangles):
13482 functions renamed and moved to fvwmrect.c
13484 * fvwm/borders.c (border_get_changed_border_parts):
13485 (frame_get_changed_border_parts):
13486 reduced border redrawing
13487 moved fucntion to borders.c
13489 * fvwm/events.c (HandleButtonPress):
13491 suppress button events on frame windows
13493 * fvwm/frame.c (frame_setup_border):
13494 fixed a problem with the border setup
13496 * fvwm/borders.c (border_draw_decorations):
13497 * fvwm/events.c (HandleEnterNotify):
13498 fixed icon title drawing
13500 * fvwm/misc.c (GrabEm):
13501 fixed a pointer grab hang with xmag?
13503 * fvwm/move_resize.c (resize_window):
13504 use frame_move_resize function to improve performance
13506 * fvwm/add_window.c (AddWindow):
13507 fixed recaturing shaded windows
13510 suppress unnecessary title redraws
13513 window shading works again; there are still some problems with
13514 recapture, restart, border drawing and shaped windows
13516 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13518 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13521 * fvwm/frame.c (frame_get_title_bar_dimensions):
13522 fixed minor button layout bug
13523 (frame_update_hidden_window_pos):
13525 * fvwm/ewmh_names.c (EWMH_WMName):
13526 * fvwm/gnome.c (GNOME_HandlePropRequest):
13527 * fvwm/focus.c (DoSetFocus):
13528 * fvwm/stack.c (new_layer):
13529 * fvwm/icons.c (DeIconify):
13531 * fvwm/events.c (HandleFocusIn):
13532 (HandlePropertyNotify):
13535 (HandleButtonPress):
13536 (HandleLeaveNotify):
13537 * fvwm/builtins.c (CMD_ChangeDecor):
13539 * fvwm/move_resize.c (resize_move_window):
13542 (maximize_fvwm_window):
13544 * fvwm/borders.c (DrawDecorations):
13545 (RedrawDecorations):
13546 removed function DrawDecorations()
13547 (border_draw_decorations):
13548 renamed draw_decorations_with_geom() to border_draw_decorations()
13550 * fvwm/events.c (HandleExpose):
13551 fixed drawing icon titles
13553 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13554 * fvwm/events.c (HandleFocusIn):
13556 * fvwm/screen.h (ScreenInfo):
13557 return the focus to the window that had the focus before an or window
13558 stole it and then died.
13560 * fvwm/menus.c (scanForColor):
13561 removed duplicate call of strlen
13562 use alloca instead of safemalloc
13564 * fvwm/menustyle.c (menustyle_parse_style):
13565 don't call memset right before memcpy
13567 * fvwm/module_interface.c (AddToMessageQueue):
13568 (DeleteMessageQueueBuff):
13569 removed one safemalloc and inline'd the function
13570 merged AddToMessageQueue into PositiveWrite
13572 * fvwm/borders.c (border_draw_decor_to_pixmap):
13573 fixed pixmap and mini icon buttons
13574 (border_fill_pixmap_background):
13576 (border_get_tb_parts_to_draw):
13577 buttons and title background using the border style is updated when the
13580 * fvwm/events.c (WaitForButtonsUp):
13581 don't grab the whole server but merely the pointer to allow applications
13582 redrawing themselves
13585 finished writing title drawing code
13587 * fvwm/move_resize.c (resize_window):
13588 (resize_move_window):
13589 (unmaximize_fvwm_window):
13590 removed now unnecessary calls to DrawDecorations()
13592 * fvwm/frame.c (frame_hide_changing_window_parts):
13593 fixed hiding bottom/right titles
13595 * fvwm/add_window.c (AddWindow):
13596 fixed recapturing shaded windows
13598 * fvwm/misc.c (GrabEm):
13599 fixed the cursor over the title window while resizing
13601 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13603 * libs/Graphics.c (CreateTiledPixmap):
13604 improved efficience: let the X server tile a pixmap via the GC settings
13606 * fvwm/fvwm.c (CreateGCs):
13607 * fvwm/screen.h (ScreenInfo):
13608 added new global GC Scr.TileGC
13610 * fvwm/borders.c (border_fill_pixmap_background):
13611 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13612 use already created gcs
13614 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13615 * fvwm/menus.c (paint_menu_gradient_background):
13616 fixed using a randow members in gcs
13618 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13621 added compilation test for fribidi
13623 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13625 * NEWS: Document FvwmForm timeout.
13627 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13629 * fvwm/session.c (MatchWinToSM):
13630 * fvwm/add_window.c (AddWindow):
13631 preserve user states over a restart
13633 * fvwm/add_window.c (setup_window_structure):
13634 preserve user states over a recapture
13636 * fvwm/functions.c (execute_function):
13637 "Silent" suppresses the "No such command ..." message
13639 * fvwm/frame.c (frame_move_resize):
13640 * fvwm/misc.c (GrabEm):
13641 fixed the cursor shape during resizing
13642 fixed button looks in small windows
13644 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13650 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13652 * fvwm/fvwm.c (LoadDefaultLeftButton):
13653 (LoadDefaultRightButton):
13654 * fvwm/borders.c (border_draw_vector_to_pixmap):
13655 * fvwm/screen.h (DecorFace):
13656 * fvwm/builtins.c (ReadDecorFace):
13657 fixed transparent vector line support
13659 * libs/Graphics.c (CreateGradientPixmap):
13660 fixed potential core dump with illegal gradients
13662 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13664 * fvwm/fvwm.h (FvwmWindow):
13665 removed button_background_pixmap member
13667 * fvwm/update.c (apply_window_updates):
13668 fixed changing the decoration size
13670 * fvwm/windowshade.c (CMD_WindowShade):
13671 * fvwm/frame.c (frame_setup_border):
13672 * fvwm/functions.c (execute_complex_function):
13675 * fvwm/move_resize.c (resize_window):
13676 fixed aboting of a opaque resize w/ maximized windows
13677 (ParseOneResizeArgument):
13678 resize arguments don't take the border into account
13679 (GetResizeArguments):
13680 implemented new option "Frame" to the Resize and ResizeMove commands
13682 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13685 * fvwm/builtins.c (ReadDecorFace):
13686 * fvwm/borders.c (DrawLinePattern):
13687 implemented transparent drawing color in vector buttons: C == 4
13689 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13690 * fvwm/builtins.c (ReadDecorFace):
13691 increased allowed number of lines in a vector button to 10000 and moved
13692 the definition to defaults.h
13694 * fvwm/virtual.c (MoveViewport):
13695 don't send useless M_NEW_PAGE packets
13699 started work on new button/title drawing code
13701 * fvwm/events.c (HandleExpose):
13702 don't handle expose on the title bar
13705 * fvwm/frame.c (frame_get_sidebar_geometry):
13706 * fvwm/fvwm.h (FvwmWindow):
13707 replaced border_state with decor_state
13709 * libs/defaults.h (NR_RIGHT_BUTTONS):
13713 * fvwm/events.c (HandleExpose):
13715 * fvwm/frame.c (frame_setup_border):
13716 hide sidebars if they are too small, i.e. 0 pixels
13718 2002-03-20 olicha <olivier.chapuis@free.fr>
13720 * libs/Flocale.c (FlocaleFreeNameProperty):
13721 Fixed random core dump
13723 2002-03-19 olicha <olivier.chapuis@free.fr>
13725 * fvwm/ConfigFvwmDefaults:
13726 RightTitleRotatedCW is a default
13728 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13730 * fvwm/frame.c (frame_get_sidebar_geometry):
13731 window corners are always at least the border width thick
13733 * fvwm/geometry.c (update_absolute_geometry):
13734 fixed south/east shading
13736 * fvwm/frame.c (frame_move_resize_step):
13737 did the best I could to prevent rxvt from flashing in the background
13740 * fvwm/add_window.c (get_default_window_attributes):
13741 (get_default_window_attributes):
13742 (setup_resize_handle_windows):
13743 * fvwm/borders.c (border_get_border_gcs):
13744 applied -visual fix by Hippo
13746 * fvwm/cursor.c (CMD_CursorStyle):
13749 * fvwm/frame.c (frame_get_title_bar_dimensions):
13750 fixed order of right buttons
13751 (frame_move_resize_step):
13752 reduced flashing when maximizing
13754 * fvwm/geometry.c (update_absolute_geometry):
13755 adapted for horizontal shading
13757 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13766 several renamings of text_direction to text_rotation
13768 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13770 * fvwm/windowshade.c (CMD_WindowShade):
13771 * fvwm/frame.c (frame_create_move_resize_args):
13772 (frame_move_resize_step):
13773 hack to enable non-animated window shading for the time being
13775 * fvwm/style.c (parse_and_set_window_style):
13776 (parse_and_set_window_style):
13777 allow to abbreviate [Counter]ClockWise with [C]CW
13779 * fvwm/frame.c (frame_move_resize_step):
13782 * fvwm/geometry.c (gravity_constrain_size):
13783 removed useless code
13785 * fvwm/update.c (apply_window_updates):
13786 * fvwm/add_window.c (AddWindow):
13787 * fvwm/move_resize.c (unmaximize_fvwm_window):
13789 do not write into frame_g. only frame.c should do this
13791 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13792 (MIN_WINDOW_TITLE_LENGTH):
13794 * fvwm/frame.c (frame_setup_title_bar):
13795 (get_resize_decor_gravities_one_axis):
13796 (frame_setup_window_internal):
13797 (frame_move_resize_step):
13798 (frame_create_move_resize_args):
13799 rewrote frame_setup_title_bar function
13801 * fvwm/add_window.c (setup_frame_stacking):
13802 fixed title bar stacking order
13804 * fvwm/frame.c (frame_setup_title_bar):
13805 removed yesterday's 'fix'
13807 * fvwm/add_window.c (hide_screen):
13808 (setup_title_window):
13809 (setup_resize_handle_windows):
13810 (setup_button_windows):
13811 fixed visual and depth of decoration windows
13813 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13815 * fvwm/frame.c (frame_setup_title_bar):
13816 fixed title layout bug
13818 * fvwm/move_resize.c (MaximizeHeight):
13819 fixed bug in "grow" option of the Maximize command
13822 fixed broken prototype for get_title_font_size_and_offset
13824 * fvwm/geometry.c (get_title_font_size_and_offset):
13825 simplified code a bit
13827 2002-03-18 olicha <olivier.chapuis@free.fr>
13830 * fvwm/geometry.c (get_title_font_size_and_offset):
13831 * fvwm/add_window.c (setup_title_geometry):
13833 * fvwm/style.c (parse_and_set_window_style):
13834 (check_window_style_change):
13835 * fvwm/update.c (apply_window_updates):
13836 * fvwm/window_flags.h:
13838 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13839 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13840 RightTitleRotatedCounterClockWise
13842 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13845 * vms/config.h (FMiniIconsSupported):
13846 removed last traces of MINI_ICONS ifdef
13848 * fvwm/windowlist.c (CMD_WindowList):
13849 * fvwm/update.c (apply_window_updates):
13851 * fvwm/style.c (merge_styles):
13852 (parse_and_set_window_style):
13853 (check_window_style_change):
13855 * fvwm/module_interface.c (SendMiniIcon):
13856 (BroadcastMiniIcon):
13857 (CMD_Send_WindowList):
13858 * fvwm/fvwm.h (FvwmWindow):
13859 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13860 (EWMH_DoUpdateWmIcon):
13861 (ewmh_SetWmIconFromPixmap):
13862 (EWMH_DeleteWmIcon):
13863 (EWMH_SetIconFromWMIcon):
13864 * fvwm/builtins.c (ReadDecorFace):
13865 * fvwm/borders.c (DrawButton):
13868 * fvwm/add_window.c (setup_window_structure):
13870 (destroy_mini_icon):
13871 (change_mini_icon):
13873 * acconfig.h (FMiniIconsSupported):
13874 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13878 removed an FANCY_TITLEBARS ifdef
13880 * fvwm/borders.c (border_draw_one_part):
13881 (border_draw_border_parts):
13882 (border_draw_all_parts):
13883 (draw_clipped_decorations_with_geom):
13884 performance enhancement
13886 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13888 * fvwm/frame.c (frame_move_resize_step):
13889 force setting up the border when function is called with FRAME_MR_SETUP
13890 (frame_setup_window_internal):
13891 removed duplicate frame setup
13893 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13895 (draw_clipped_decorations_with_geom):
13896 do not flush the X queue after drawing; let the caller do it
13898 * fvwm/frame.c (frame_get_sidebar_geometry):
13899 fixed layout of windows with a small height
13900 (frame_hide_changing_window_parts):
13905 made good progress with frame layout rewrite. I think it is already
13906 considerably faster.
13907 some general clean up
13909 * fvwm/add_window.c (setup_decor_window):
13912 * fvwm/windowshade.c (CMD_WindowShade):
13913 * fvwm/stack.c (verify_stack_ring_consistency):
13914 (RaiseOrLowerWindow):
13915 * fvwm/move_resize.c (resize_move_window):
13916 (move_window_doit):
13917 (draw_move_resize_grid):
13918 * fvwm/icons.c (DrawIconWindow):
13919 * fvwm/icccm2.c (CloseICCCM2):
13921 (HandleSelectionRequest):
13922 * fvwm/fvwm.c (main):
13923 (SaveDesktopState):
13924 * fvwm/focus.c (DoSetFocus):
13925 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13926 * fvwm/events.c (HandlePropertyNotify):
13927 (HandleButtonPress):
13928 (HandleConfigureRequest):
13929 * fvwm/add_window.c (RestoreWithdrawnLocation):
13931 * fvwm/builtins.c (CMD_Delete):
13935 * fvwm/menus.c (paint_menu):
13937 * fvwm/misc.c (UngrabEm):
13939 * fvwm/schedule.c (execute_obj_func):
13940 * fvwm/add_window.c (hide_screen):
13942 use XFlush instead of XSync when the latter is not necessary
13944 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13947 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13948 inform frame module if the window with the hide windows dies
13950 * fvwm/placement.c (PlaceWindow):
13952 * fvwm/add_window.c (setup_window_attr):
13953 (setup_frame_attributes):
13955 (RestoreWithdrawnLocation):
13956 (setup_window_placement):
13957 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
13958 (get_title_geometry):
13959 * fvwm/fvwm.c (InitVariables):
13960 * fvwm/frame.c (frame_setup_frame):
13961 * fvwm/colormaps.c (HandleColormapNotify):
13962 (InstallWindowColormaps):
13963 * fvwm/events.c (HandleConfigureRequest):
13964 (HandleUnmapNotify):
13965 * fvwm/fvwm.h (FvwmWindow):
13966 removed attr member of FvwmWindow and replaced by a structure defined
13967 ourselves that is much smaller
13969 * fvwm/add_window.c (hide_screen):
13970 don't use save_unders and backing_store for the window used in recapture
13972 * fvwm/frame.c (frame_init):
13973 * fvwm/fvwm.c (main):
13974 new function to initialise frame module
13976 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
13979 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13984 * fvwm/borders.h (enum):
13985 * fvwm/borders.c (draw_clipped_decorations_with_geom):
13986 (border_get_parts_and_pos_to_draw):
13987 * fvwm/fvwm.h (struct):
13989 fixed calculations of which border parts to draw
13992 corrected some typos
13995 handle marks work again
13997 2002-03-16 Dan Espen <dane@mk.telcordia.com>
13999 * AUTHORS: New author added.
14001 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14005 * fvwm/add_window.c (setup_frame_stacking):
14006 * fvwm/cursor.c (CMD_CursorStyle):
14007 * fvwm/events.c (HandleExpose):
14009 (HandleEnterNotify):
14010 (HandleLeaveNotify):
14012 * fvwm/geometry.c (get_title_button_geometry):
14013 * fvwm/virtual.c (map_window):
14014 * fvwm/add_window.c (setup_parent_window):
14015 (setup_resize_handle_cursors):
14016 (setup_resize_handle_windows):
14017 (resize_resize_handle_windows):
14018 (change_resize_handle_windows):
14019 some progress with new frame layout
14021 * fvwm/add_window.c (setup_visible_name):
14022 fixed off-by-one bug in setup_visible_name
14023 maximum window number can be set in defaults.h
14025 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14027 * fvwm/windowlist.h:
14032 * fvwm/placement.h:
14034 * fvwm/move_resize.h:
14041 * fvwm/add_window.h:
14042 * fvwm/ewmh_names.c:
14043 * fvwm/ewmh_icons.c:
14044 * fvwm/ewmh_events.c:
14051 * fvwm/windowlist.c:
14055 * fvwm/colormaps.c:
14056 * fvwm/decorations.c:
14057 * fvwm/conditional.c:
14060 * fvwm/placement.c:
14064 * fvwm/functions.c:
14067 * fvwm/module_interface.c:
14069 * fvwm/add_window.c:
14072 * fvwm/move_resize.c:
14075 * fvwm/fvwm.h (FvwmWindow):
14076 moved all windows into a separate sub structure and wrote access macros
14077 renamed FvwmWindow argument to builtin commands to "fw"
14078 renamed tmp_win to fw everywhere
14080 * fvwm/borders.c (RedrawBorder):
14081 * fvwm/decorations.c (SelectDecor):
14082 * fvwm/add_window.c (setup_style_and_decor):
14083 (setup_resize_handle_cursors):
14084 * fvwm/window_flags.h:
14085 * fvwm/fvwm.h (struct):
14086 added new member has_handles and new macro HAS_HANDLES
14088 * fvwm/decorations.c (SelectDecor):
14089 fixed the NoHandles style
14091 * fvwm/decorations.c (SelectDecor):
14092 * fvwm/style.c (check_window_style_change):
14093 (parse_and_set_window_style):
14095 * fvwm/fvwm.h (struct):
14096 renamed has_no_handles to has_no_border
14098 2002-03-15 olicha <olivier.chapuis@free.fr>
14101 * libs/Fft.c (is_utf8_encoding):
14105 s/COMPUND_TEXT/COMPOUND_TEXT
14108 Removed matrix xft specification doc as now it is use internally by
14111 * libs/Flocale.c (FlocaleRotateDrawString):
14112 (FlocaleUnloadFont):
14113 (FlocaleDrawString):
14114 (FlocaleTextWidth):
14116 * libs/Fft.c (FftGetRotatedFont):
14120 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14122 * fvwm/geometry.c (get_title_font_size_and_offset):
14123 * fvwm/style.c (parse_and_set_window_style):
14124 (check_window_style_change):
14125 * fvwm/update.c (apply_window_updates):
14129 * fvwm/window_flags.h:
14130 Implemented vertical text rendering, new style SideTitleTextDefault,
14131 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14133 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14136 removed inclusion of fvwmdebug.h
14138 * libs/gravity.c (ParseDirectionArgument):
14139 fixed direction parsing
14141 * fvwm/menus.c (get_menu_options):
14142 fixed a compiler warning
14144 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14146 * fvwm/bindings.c (ParseBinding):
14147 fixed compiler warning
14149 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14151 fixed compilation w/ --disable-ewmh
14153 * fvwm/windowlist.c (CMD_WindowList):
14154 fixed parsing of conditions versus position of window list broken with
14157 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14160 * libs/Fft.c (FftTextWidth):
14161 (is_utf8_encoding):
14162 (FftGetFontWidths):
14164 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14165 if HAVE_XFT was not set.
14167 * fvwm/events.h (XEVMASK_DECORW):
14168 select EnterNotify and LeaveNotify on frame instead of decor_w
14170 * fvwm/add_window.c (setup_title_window):
14171 (setup_button_windows):
14172 (setup_resize_handle_windows):
14173 frame window is the new parent of the title, button and handle windows
14174 (setup_frame_stacking):
14175 new stacking order of decoration windows
14177 * fvwm/menuitem.c (menuitem_paint):
14178 * fvwm/events.c (HandleExpose):
14181 * fvwm/move_resize.c (unmaximize_fvwm_window):
14182 don't force to redraw the frame
14184 * libs/gravity.c (gravity_get_offsets):
14187 functions moved to gravity.c
14189 2002-03-10 olicha <olivier.chapuis@free.fr>
14191 * acconfig.h (HAVE_XFT_UTF8):
14193 * libs/Fft.c (is_utf8_encoding):
14194 (FftGetFontWidths):
14197 Detected if Xft can handle utf8 string
14200 * fvwm/menuitem.c (menuitem_paint):
14201 * fvwm/events.c (HandleExpose):
14202 Fixed Xft related compilation failure and warning
14204 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14208 * fvwm/move_resize.c:
14213 * fvwm/add_window.c:
14214 * fvwm/frame.c (frame_setup_window):
14215 (frame_force_setup_window):
14216 (frame_setup_shape):
14217 SetupFrame renamed to frame_setup_window
14218 ForceSetupFrame renamed to frame_force_setup_window
14219 SetShape renamed to frame_setup_shape
14221 * fvwm/windowshade.c:
14222 moved most code to frame.c
14224 * fvwm/frame.c (SetShape):
14226 (set_decor_gravity):
14229 functions moved to new file
14232 (frame_setup_title_bar):
14236 direction code moved to gravity.c and gravity.h
14238 * fvwm/windowshade.c (CMD_WindowShade):
14239 * fvwm/geometry.c (get_shaded_geometry):
14241 * libs/FScreen.c (FScreenInit):
14242 (FScreenUpdateEmulationMapState):
14243 changed Xinerame emulation layout
14246 Corrected the description of the XineramaPrimaryScreen command that was
14249 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14251 * fvwm/menus.c (menu_tear_off):
14252 (unlink_item_from_menu):
14253 (menu_strip_tear_off_title):
14254 use the text from a title item as the tear off menu title if the menu
14255 begins with a title; skip separators and tear off bars at the front of
14259 implemented titleatleft and titleatright styles; titles are not drawn
14262 * fvwm/style.c (check_window_style_change):
14263 * fvwm/update.c (apply_window_updates):
14264 * fvwm/ewmh_names.c (EWMH_WMIconName):
14267 * fvwm/ewmh.c (ksmserver_workarround):
14268 * fvwm/update.c (apply_window_updates):
14269 * fvwm/conditional.c (MatchesConditionMask):
14270 * fvwm/fvwm.c (main):
14271 * fvwm/session.c (SaveWindowStates):
14274 * fvwm/functions.c (expand):
14275 * fvwm/stack.c (dump_stack_ring):
14276 (verify_stack_ring_consistency):
14277 * fvwm/module_interface.c (BroadcastWindowIconNames):
14278 (CMD_Send_WindowList):
14279 * fvwm/add_window.c (free_window_names):
14280 (free_window_names):
14281 * fvwm/events.c (HandlePropertyNotify):
14282 * fvwm/builtins.c (CMD_Wait):
14283 * fvwm/style.c (CMD_DestroyStyle):
14285 Adapted to changes of Flocale.h
14288 removed COMPUND_TEXT ifdef
14291 mutibyte defaults to on
14296 * fvwm/fvwm.h (FvwmWindow):
14297 cleaned up Flocale stuff for better information hiding
14299 * libs/Flocale.c (get_FlocaleFontSet):
14301 added a new font strucht member min_char_offset for vertical text
14303 * libs/Flocale.c (get_FlocaleFontSet):
14304 fixed a bug in descent calculation
14306 * fvwm/fvwm.h (FvwmWindow):
14309 * fvwm/borders.c (RedrawButtons):
14314 (DrawMultiPixmapTitlebar):
14315 don't use title_g or boundary_width
14317 * libs/Flocale.c (FlocaleTextWidth):
14318 * libs/Flocale.c (FlocaleDrawString):
14319 added interface for vertical strings
14320 * libs/Flocale.h (FlocaleWinString):
14321 added flags structure w/ is_vertical_string flag
14323 * fvwm/borders.c (RedrawTitle):
14324 (DrawMultiPixmapTitlebar):
14325 * fvwm/screen.h (ScreenInfo):
14326 * fvwm/icons.c (DrawIconWindow):
14327 * fvwm/move_resize.c (DisplayPosition):
14329 * fvwm/screen.h (ScreenInfo):
14330 removed ScratchStr and TitleStr; *please* don't use global variables
14333 * fvwm/move_resize.c (ParseOneResizeArgument):
14334 (GetResizeArguments):
14335 (GetResizeMoveArguments):
14337 (resize_move_window):
14338 * fvwm/module_interface.c (CONFIGARGS):
14341 * fvwm/placement.c (PlaceWindow):
14342 * fvwm/add_window.c (setup_title_window):
14343 (setup_button_windows):
14344 (setup_parent_window):
14345 (resize_resize_handle_windows):
14346 (change_resize_handle_windows):
14348 * fvwm/geometry.c (get_window_borders):
14349 (gravity_get_naked_geometry):
14350 (gravity_add_decoration):
14352 don't use title_g.width and title_g.height anymore
14354 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14357 * fvwm/borders.c (SetupTitleBar):
14358 * fvwm/add_window.c (setup_title_window):
14359 don't use title_g.x and title_g.y anymore
14360 (setup_title_geometry):
14363 * fvwm/fvwm.h (FvwmWindow):
14364 replaced title_g by title_length and title_thickness
14365 renamed title_text_y to title_text_offset
14367 * fvwm/add_window.c (setup_style_and_decor):
14368 (setup_parent_window):
14369 * fvwm/decorations.c (SelectDecor):
14370 * fvwm/placement.c (PlaceWindow):
14371 * fvwm/windowlist.c (CMD_WindowList):
14372 * fvwm/events.c (SendConfigureNotify):
14373 (HandlePropertyNotify):
14375 * fvwm/move_resize.c (DisplaySize):
14376 (ParseOneResizeArgument):
14377 (GetResizeArguments):
14378 (GetResizeMoveArguments):
14380 (resize_move_window):
14381 * fvwm/geometry.c (gravity_get_naked_geometry):
14382 (gravity_add_decoration):
14384 don't use boundary_width anymore
14386 * fvwm/borders.c (SetupTitleBar):
14389 * fvwm/fvwmdebug.c:
14390 removed outdated file that was never used
14392 * fvwm/move_resize.c (move_window_doit):
14393 fixed GNOME and EWMH hints when unsticking a window
14395 * fvwm/virtual.c (CMD_MoveToDesk):
14396 unstick windows when MoveToDesk is used
14399 * fvwm/windowshade.c (CMD_WindowShade):
14400 (CMD_WindowShadeAnimate):
14401 functions moved to windowshade.c
14403 * fvwm/window_flags.h:
14404 * fvwm/menus.c (pop_menu_up):
14405 * fvwm/builtins.c (CMD_WindowShade):
14406 * fvwm/move_resize.c (resize_window):
14407 * fvwm/icons.c (AutoPlaceIcon):
14408 * fvwm/borders.c (SetupFrame):
14409 don't use HAS_BOTTOM_TITLE any more
14413 * fvwm/geometry.c (get_title_font_width_and_offset):
14414 * fvwm/geometry.c (set_window_border_size):
14415 * fvwm/geometry.c (is_window_border_minimal):
14416 * fvwm/geometry.c (get_window_borders_no_title):
14417 * fvwm/geometry.c (get_shaded_client_window_pos):
14418 * fvwm/geometry.c (get_icon_corner):
14419 * fvwm/geometry.c (get_title_gravity):
14420 * fvwm/geometry.c (get_title_geometry):
14421 * fvwm/borders.c (get_button_number):
14424 * fvwm/borders.c (SetupFrame):
14426 * fvwm/events.c (HandleShapeNotify):
14427 * fvwm/borders.c (SetupTitleBar):
14428 * fvwm/update.c (apply_window_updates):
14429 * fvwm/add_window.c (setup_window_font):
14430 removed title_top_height
14432 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14435 * fvwm/events.c (SendConfigureNotify):
14436 * fvwm/events.c (HandleConfigureRequest):
14437 preparations for W/E titles
14438 don't use title_top_height any more
14440 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14441 use title_dir flags
14443 * fvwm/geometry.c (get_window_borders):
14444 * fvwm/style.c (parse_and_set_window_style):
14445 (check_window_style_change):
14446 * fvwm/style.h (SCSET_TITLE_DIR):
14447 * fvwm/window_flags.h (GET_TITLE_DIR):
14448 * fvwm/fvwm.h (struct):
14449 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14452 * libs/Parse.c (ParseDirectionArgument):
14454 use new type direction_type
14456 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14458 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14459 use function from geometry.c to get the border size
14461 * fvwm/geometry.c (get_shaded_geometry):
14462 added code for shading in all directions
14464 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14466 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14468 2002-03-07 olicha <olivier.chapuis@free.fr>
14470 * libs/Flocale.c (FInitLocale):
14471 * fvwm/fvwm.c (main):
14472 Set the locale using "" as locale argument
14474 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14477 fixed some typos and indentation of several new variable entries
14479 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14481 * fvwm/functions.h (enum):
14482 * fvwm/functions.c (func_config):
14484 * fvwm/conditional.c (CMD_ThisWindow):
14485 renamed command "This" to "ThisWindow"
14487 * fvwm/conditional.c (Circulate):
14488 "Current" no longer selects a random window when no window is focused
14490 * fvwm/icccm2.c (SetupICCCM2):
14491 removed debug fprintf
14493 * fvwm/functions.c (expand_extended_var):
14494 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14495 pointer.wy, pointer.cx and pointer.cy.
14497 * libs/Parse.c (ParseDirectionArgument):
14498 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14500 * fvwm/builtins.c (CMD_WindowShade):
14501 fixes for animated shading w/ titleatbottom+north and titleattop+south
14503 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14505 * fvwm/move_resize.c (moveLoop):
14507 * fvwm/virtual.c (HandlePaging):
14508 moving/resizing windows opaque is much faster
14510 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14512 * fvwm/add_window.c (resize_resize_handle_windows):
14513 (change_resize_handle_windows):
14514 (setup_window_font):
14515 fixed changing the handlewidth style
14517 * fvwm/update.c (apply_window_updates):
14518 * fvwm/geometry.c (update_absolute_geometry):
14519 * fvwm/builtins.c (CMD_WindowShade):
14520 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14521 * fvwm/conditional.c (CreateConditionMask):
14522 * fvwm/geometry.c (get_shaded_geometry):
14523 * fvwm/session.c (MatchWinToSM):
14524 * fvwm/add_window.c (setup_window_structure):
14526 * fvwm/window_flags.h (SHADED_DIR):
14527 * fvwm/fvwm.h (struct):
14528 implemented new WindowShade options "North" and "South" to allow shading
14529 a window in either direction, regardless of if the title is at the top
14532 * libs/Module.c (module_expand_action):
14533 new convenience function for modules
14535 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14537 * fvwm/fvwm2.1: Fixes to the font section.
14539 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14541 * fvwm/conditional.c (CMD_WindowId):
14542 set the correct context window for unmanaged windows
14544 * fvwm/icons.c (DrawIconWindow):
14545 raise the icon title even if it's too small to be expanded
14547 * fvwm/conditional.c (CMD_Cond):
14548 Fixed it the right way this time
14550 same fix for the 'Any' command
14557 unified circulating functions into a single one
14559 Pick allows to pick functions that have CirculateSkip set
14560 fixed a memory leak
14564 (CMD_PointerWindow):
14565 unified selecting functions into a single one
14568 Allow user to override the default CirculateHit of these functions
14570 * fvwm/conditional.c (CMD_Cond):
14571 Fixed a problem w/ the window selection
14577 * fvwm/menustyle.h:
14578 * fvwm/menustyle.c:
14582 moved some of the menu code into separate files
14583 more work on tear off menus; windowlist can now be torn off without a
14588 added templates for new source files
14590 * libs/Picture.c (fvwmlib_clone_color):
14593 * fvwm/menus.c (make_menu):
14595 removed unused parameter from make_menu()
14597 * fvwm/fvwm2.1 (Example):
14598 corrected statement about CaptureHonorsStartsOnPage being the default
14600 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14605 added and documented --disable-bidi and --disable-perllib
14607 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14609 * fvwm/geometry.c (get_window_borders):
14610 fixed calculation of $[cw.y] and $[cw.height]
14612 * fvwm/move_resize.c (resize_move_window):
14613 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14615 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14617 * fvwm/move_resize.c (resize_move_window):
14619 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14622 re-added --enable-xinerama-emulation option that was removed recently
14624 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14629 several corrections and rewording
14631 2002-02-28 olicha <olivier.chapuis@free.fr>
14634 New section FONT NAMES AND FONT LOADING
14638 Document --enable-xft
14640 * libs/Fft.c (get_FlocaleXftFont):
14641 Used the xft font height in the place of ascent+descent
14643 * fvwm/icons.c (DrawIconWindow):
14644 Fixed the fg colors of the icon title
14646 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14648 * fvwm/conditional.c (CMD_CondCase):
14649 fixed CondCase command
14651 fixed numeric return codes
14653 * fvwm/add_window.c (CMD_Recapture):
14654 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14656 * acinclude.m4 (smr_CHECK_LIB):
14657 disabled a destructing gnome_prefix logic again
14659 * fvwm/events.c (GetContext):
14660 * libs/Bindings.c (win_contexts):
14662 new contexts for individual parts of the window border
14664 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14667 disabled a destructing gnome_prefix logic
14670 replaced fribidi detection mechanism, now fribidi-config is used
14672 2002-02-26 olicha <olivier.chapuis@free.fr>
14674 * acconfig.h (HAVE_XFT):
14677 * libs/Fft.c (new file):
14678 * libs/Flocale.c (FlocaleLoadFont):
14679 (FlocaleUnloadFont):
14680 (FlocaleDrawString):
14681 (FlocaleTextWidth):
14682 (get_FlocaleFontSet):
14684 (get_FlocaleFontOrFontSet):
14686 * fvwm/Makefile.am:
14687 Added anti-alised font rendering using Xft. This is off by default.
14688 A font can now be given as a ";" separated list of either ","
14689 separated list of XFLD font name or Xft font name with "xft:" as
14691 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14692 See Flocale.h for details
14694 * fvwm/events.c (HandleExpose):
14695 * fvwm/menus.c (paint_item):
14696 Always clear the text area before drawing text with an Xft font
14698 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14700 * acinclude.m4 (smr_CHECK_LIB):
14701 fixed a bug with variable expansion and autoconf cache values
14703 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14705 * fvwm/menus.c (seek_submenu_instance):
14707 * fvwm/fvwm.c (InitVariables):
14708 some general menu clean up
14710 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14711 * fvwm/move_resize.h (resize_geometry_window):
14712 * fvwm/menus.c (animated_move_back):
14714 (ParentalMenuRePaint):
14715 Removed the global variables for parental relativity. Please *do not*
14716 use globals in menus.c or anywhere else. I'm trying to remove most
14717 globals in the long run.
14719 * libs/Graphics.c (do_relieve_rectangle):
14722 * fvwm/menus.c (MenuInteraction):
14723 fixed tearing off menus by selecting a tear off item with the keyboard
14725 * fvwm/menus.c (MenuInteraction):
14726 fixed menus not popping down sometimes
14728 * fvwm/functions.c (CMD_TearMenuOff):
14729 * fvwm/menus.c (AddToMenu):
14731 (warp_pointer_to_item):
14732 (get_selectable_item_index):
14733 (get_selectable_item_from_index):
14734 (get_selectable_item_from_section):
14737 (draw_tear_off_bar):
14738 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14739 New command "TearMenuOff" in menus. In a normal item, this tears off
14740 the menu when selected. If the item has no title, it is drawn as a
14741 dashed line too. Pressing button 2 over a title tears out the menu too.
14744 * fvwm/menus.c (make_menu_window):
14745 fixed problem w/ mapping menus, performance enhancement
14747 * fvwm/builtins.c (CMD_Destroy):
14751 * fvwm/functions.c (execute_function):
14752 (expand_extended_var):
14754 new variable cond.rc that returns the last return code of a conditinal
14757 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14759 * fvwm/conditional.c (CMD_Cond):
14763 * fvwm/functions.h:
14764 * fvwm/functions.c:
14765 new conditional commands Cond, CondCase and Break
14767 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14768 (ewmh_WMStateShaded):
14771 (ewmh_WMStateHidden):
14773 (ewmh_CloseWindow):
14774 (ewmh_ActiveWindow):
14775 (ewmh_DesktopGeometry):
14776 * fvwm/gnome.c (GNOME_HandlePropRequest):
14777 * fvwm/windowlist.c (CMD_WindowList):
14778 * fvwm/update.c (apply_window_updates):
14779 * fvwm/conditional.c (CMD_Pick):
14785 (CMD_PointerWindow):
14790 * fvwm/read.c (run_command_stream):
14791 * fvwm/fvwm.c (Done):
14795 * fvwm/module_interface.c (ExecuteModuleCommand):
14796 * fvwm/move_resize.c (handle_stick):
14797 * fvwm/add_window.c (AddWindow):
14798 * fvwm/events.c (HandleKeyPress):
14799 (HandleButtonPress):
14800 (HandleClientMessage):
14801 (HandleButtonRelease):
14802 (HandlePropertyNotify):
14803 * fvwm/builtins.c (CMD_DestroyDecor):
14806 * fvwm/functions.h (func_type):
14807 * fvwm/functions.c (old_execute_function):
14808 (execute_function):
14809 (execute_complex_function):
14811 * fvwm/fvwm.h (fvwm_cond_func_rc):
14812 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14814 * fvwm/ConfigFvwmDefaults:
14815 set some default styles for tear off menu windows
14817 * fvwm/menus.c (menuShortcuts):
14818 ignore actions that would normally close a menu if it's a tear off menu
14819 <Backspace> creates a tear off menu
14820 <Escape> closes a tear off menu
14822 * fvwm/builtins.c (CMD_Delete):
14825 * fvwm/menus.c (DestroyMenu):
14826 (make_menu_window):
14828 * fvwm/menus.h (MenuRootDynamic):
14829 Each menu window is created with a unique display to prevent fvwm from
14830 being killed when a tear off menu is destroyed. Of course this is
14831 inefficient, but still better than writing a menu module.
14833 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14836 autogenerate perllib/FVWM/Module/Makefile
14838 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14840 * fvwm/move_resize.c (moveLoop):
14841 fixed a problem with keyboard movement vs. EdgeResistance
14843 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14846 fixed problem with root bindings and xfishtank
14848 * fvwm/windowlist.c (CMD_WindowList):
14849 applied patch by to Darren Marshall to fix placement of window list on
14850 wrong xinerama screen
14852 * libs/Parse.c (GetSuffixedIntegerArguments):
14853 integer arguments that must not have a suffix but have one are ignored
14855 * fvwm/icons.c (DeIconify):
14857 applied patch by Markus Schwarzenberg to fix a rare problem with the
14858 is_map_pending flag, iconified icons and restart
14860 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14863 * fvwm/conditional.c (CMD_This):
14864 * fvwm/functions.c:
14865 * fvwm/functions.h:
14868 added new conditional command This
14870 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14874 added fribidi library detection
14876 2002-02-12 olicha <olivier.chapuis@free.fr>
14878 * libs/Flocale.h (FlocaleFont):
14879 * libs/Flocale.c (get_FlocaleFont):
14880 (get_FlocaleFontSet):
14881 Compute the ascent and descent of the FlocaleFont structure directly
14882 from the XFontSetExtents data in the case of a fontset
14883 Added max_char_width to the FlocaleFont structure
14885 * libs/Makefile.am (libfvwm_a_SOURCES):
14887 Removed libs/GetFont.c
14889 * fvwm/menus.c (FreeMenuStyle):
14892 (CMD_CopyMenuStyle):
14893 * fvwm/menus.h (MenuLook):
14894 Fixed default font handling font by using a new MenuLook flags
14897 * fvwm/menus.c (UpdateMenuStyle):
14898 Fixed default font update
14900 * fvwm/fvwm.c (SetRCDefaults):
14902 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14903 fvwm initialization
14905 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14908 added FvwmPerl/* file generation
14910 2002-02-11 olicha <olivier.chapuis@free.fr>
14914 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14917 Added more documentation and change the MB_FALLBACK_FONT to
14918 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14919 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14920 more consistent with the none multibyte case.
14922 2002-02-10 olicha <olivier.chapuis@free.fr>
14924 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14926 * fvwm/events.c (HandleUnmapNotify):
14927 (HandleReparentNotify):
14928 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14929 (ewmh_WMStateSticky):
14930 (ewmh_WMStateHidden):
14931 Restore various ewmh initial states when a window is unmapped or
14934 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14938 added support for new perllib directory
14940 2002-02-09 olicha <olivier.chapuis@free.fr>
14947 Rename I18N_MB to MULTIBYTE
14948 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14950 * libs/Flocale.c (*):
14952 New Font and Text API. A cache is used for fonts information. Font
14953 loading is more powerfull as both font or fontset can be loaded.
14954 See Flocale.h for details, more comments will be added soon.
14955 Fortunately, it seems that there are no more memory problems with
14956 --enable-multibyte!
14957 If COMPOUND_TEXT, then non XA_STRING text properties are converted
14958 with XmbTextPropertyToTextList
14960 * fvwm/events.c (HandlePropertyNotify):
14961 * fvwm/misc.c (NewFontAndColor):
14964 * fvwm/menus.c (FreeMenuStyle):
14966 (CMD_CopyMenuStyle):
14968 (calculate_item_sizes):
14969 (size_menu_horizontally):
14971 * fvwm/builtins.c (CMD_DefaultFont):
14972 (ApplyDefaultFontAndColors):
14973 * fvwm/add_window.c (destroy_icon_font):
14975 (destroy_window_font):
14976 (setup_window_font):
14977 (free_window_names):
14978 (setup_window_name):
14980 * fvwm/fvwm.h (FvwmWindow):
14981 * fvwm/move_resize.c (DisplayPosition):
14982 (resize_geometry_window):
14984 * fvwm/fvwm.c (InitVariables):
14985 * fvwm/icons.c (DrawIconWindow):
14986 (setup_icon_title_size):
14987 * fvwm/borders.c (RedrawTitle):
14988 (DrawMultiPixmapTitlebar):
14989 * fvwm/screen.h (ScreenInfo):
14990 Use the new Text and Font API
14992 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14994 * fvwm/module_interface.c (PositiveWrite):
14995 fixed core dump when a module died in the select of PositiveWrite()
14997 * fvwm/module_interface.c (initModules):
14999 (do_execute_module):
15001 (KillModuleByName):
15002 (CMD_SendToModule):
15004 * fvwm/modconf.c (ModuleConfig):
15005 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15007 * fvwm/icons.c (GetXPMFile):
15008 suppress unnecessary error message for xmb icons
15010 * fvwm/misc.c (fvwm_msg):
15011 * fvwm/misc.h (enum):
15012 added new fvwm_msg type "OLD" for deprecated commands
15014 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15017 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15020 New section "Bug Reports".
15022 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15024 * fvwm/update.c (apply_window_updates):
15025 fixed propagation of window border and title colours to the modules
15027 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15029 * fvwm/menus.c (do_menu):
15030 fixed leaving tear off menus when something is selected with the mouse
15032 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15034 * fvwm/events.c (HandleEnterNotify):
15036 more work on tear off menus
15038 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15040 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15041 * fvwm/menus.c (menu_enter_tear_off_menu):
15046 properly calculate pointer position in tear off menus
15048 fixed active wait w/ poopup/popdown delays
15050 * fvwm/windowlist.c (CMD_WindowList):
15051 don't initialise some variables twice
15053 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15055 * fvwm/add_window.c (CaptureOneWindow):
15056 properly recapture tear off menus
15058 (IS_MESSAGE_IN_MASK):
15059 (is_message_selected):
15062 * fvwm/schedule.c (deschedule):
15064 * fvwm/events.c (My_XNextEvent):
15066 * fvwm/module_interface.c (ClosePipes):
15067 (CMD_ModuleSynchronous):
15069 performance enhancements; made macros out of simple functions
15071 * fvwm/builtins.c (CMD_WindowShade):
15072 don't redraw the decorations if window was not shaded or unshaded
15074 * fvwm/schedule.c (deschedule_obj_func):
15075 (execute_obj_func):
15076 fixed core dump when a scheduled command deschedules itself
15078 2002-01-31 olicha <olivier.chapuis@free.fr>
15083 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15086 * fvwm/move.c (moveLoop):
15087 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15089 * fvwm/session.c (get_version_string):
15090 switch from static to date-based version string
15093 remove --enable-kanji compatibility option
15097 fix warnings, gcc compains on having something after #endif
15099 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15101 * fvwm/builtins.c (CMD_Delete):
15104 don't crash fvwm when trying to close a tear off menu
15106 * fvwm/decorations.c (is_function_allowed):
15107 * fvwm/menus.c (menu_expose):
15109 * fvwm/events.c (HandleReparentNotify):
15110 (HandleUnmapNotify):
15111 * fvwm/add_window.c (AddWindow):
15113 * fvwm/fvwm.h (struct):
15114 * fvwm/add_window.c (CaptureAllWindows):
15115 (CaptureOneWindow):
15116 * fvwm/events.h (flush_property_notify):
15117 * fvwm/events.c (HandleMapRequestKeepRaised):
15118 started work on tear off menus
15120 * fvwm/fvwm.c (main):
15121 * fvwm/events.c (CMD_Sync):
15123 * fvwm/commands.h (CMD_Synchronize):
15124 * fvwm/functions.h (enum):
15125 * fvwm/functions.c (func_config):
15126 new commands XSync and XSynchronize for debugging
15128 * fvwm/conditional.c (CreateConditionMask):
15129 (MatchesConditionMask):
15130 * fvwm/builtins.c (CMD_State):
15131 * fvwm/fvwm.h (struct):
15132 * fvwm/functions.h:
15134 * fvwm/functions.c (func_config):
15135 new command "State"
15136 new condition "State"
15141 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15143 * fvwm/module_interface.c (AddToMessageQueue):
15145 (DeleteMessageQueueBuff):
15146 (FlushMessageQueue):
15147 * fvwm/events.c (My_XNextEvent):
15148 * fvwm/module_interface.c (AddToCommandQueue):
15149 (ExecuteCommandQueue):
15150 use code from queue.c
15155 * fvwm/events.c (My_XNextEvent):
15156 "Schedule 0" commands are executed before event handling
15157 moved some of the chedule code into a new queue library
15159 2002-01-30 olicha <olivier.chapuis@free.fr>
15161 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15163 2002-01-30 olicha <olivier.chapuis@free.fr>
15167 * libs/Makefile.am:
15168 * fvwm/fvwm.c (main):
15169 New libs files Flocale.c and Flocale.h with a function to set the
15170 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15171 also a function to get the charset (from ewmh_name.c) and which
15172 setlocale if this has not been done with the above function. This
15173 function is also called at fvwm2 startup
15175 * fvwm/ewmh_names.c (charset_to_utf8):
15177 Use the Fcharset variable and remove get_charset
15179 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15182 * libs/GetFont.c (GetFontSetOrFixed):
15183 Free the missing charset list as suggested by Alexander Kotelnikov.
15184 Report problems with missing charset only 5 times. Remove the
15185 STRICTLY_FIXED code
15187 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15190 a patch to config.status to generate scripts executable, may be handy;
15191 added generation of utils/fvwm24_convert
15193 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15196 * fvwm/functions.c (expand_extended_var):
15197 implemented $[schedule.last] and $[schedule.next] variables
15198 implemented new command "Deschedule"
15200 * fvwm/misc.c (get_server_time):
15203 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15205 * fvwm/misc.c (get_server_time):
15206 * fvwm/events.c (My_XNextEvent):
15207 * fvwm/icccm2.c (SetupICCCM2):
15208 * fvwm/functions.h:
15210 * fvwm/functions.c (func_config):
15212 implemented new command "Schedule"
15214 * fvwm/builtins.c (CMD_Exec):
15215 applied job control patch by Alexander Kotelnikov using the portable
15216 version of setpgrp()
15218 * libs/setpgrp.c (fvwm_setpgrp):
15219 * libs/setpgrp.h (fvwm_setpgrp):
15220 * libs/Makefile.am:
15222 added checks for setpgrp and setpgid
15224 2002-01-29 olicha <olivier.chapuis@free.fr>
15227 Better test for iconv second argumeny
15230 Use gnu libiconv in priority against the system iconv
15232 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15234 * fvwm/stack.c (RaiseOrLowerWindow):
15236 (collect_transients_recursive):
15237 * fvwm/icons.c (get_visible_icon_window_count):
15238 fixed stack ring corruption with icons that have either no picture or
15241 2002-01-28 olicha <olivier.chapuis@free.fr>
15243 * fvwm/ewmh_names.c (charset_to_utf8):
15245 (EWMH_SetVisibleName):
15247 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15248 set the ewmh visible (icon) name only if the fvwm visible name is
15249 different from the ICCCM (icon) window name, limit the number of
15250 conversions error messages to 10
15252 2002-01-28 olicha <olivier.chapuis@free.fr>
15254 * fvwm/functions.c (func_config):
15256 * fvwm/builtins.c (CMD_PropertyChange):
15257 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15260 * fvwm/module_interface.h:
15261 * fvwm/module_interface.c (BroadcastPropertyChange):
15262 * libs/Module.h (MX_PROPERTY_CHANGE):
15263 New module message MX_PROPERTY_CHANGE for all propose messages.
15265 * fvwm/events.c (HandlePropertyNotify):
15267 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15268 as argument when fvwm2 detects that the root background change
15269 Removed the ROOT_BG_CHANGE_STRING stuff
15271 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15273 * NEWS, configure.in:
15274 changed version to 2.5.1
15276 * fvwm/misc.c (get_pointer_fvwm_window):
15278 * fvwm/functions.c (func_config):
15279 * fvwm/conditional.c (CreateConditionMask):
15280 (MatchesConditionMask):
15281 (CMD_PointerWindow):
15282 (CreateConditionMask):
15284 * fvwm/fvwm.h (WindowConditionMask):
15285 new conditions focused, !focused, haspointer, !haspointer
15286 new command PointerWindow that works like Current but on the window
15287 that currently contains the pointer
15288 new command Any which works like None but inverts the condition
15289 fixed parsing of conditions with more than one comma
15291 * fvwm/module_interface.h:
15292 * fvwm/module_interface.c (do_execute_module):
15294 * libs/Module.h (MAX_XMSG_MASK):
15295 fixed default message mask for modules
15297 * fvwm/update.c (flush_window_updates):
15298 * fvwm/virtual.c (UnmapDesk):
15300 (do_move_window_to_desk):
15301 * fvwm/icons.c (DeIconify):
15303 * fvwm/events.c (HandlePropertyNotify):
15304 (HandleMapRequestKeepRaised):
15306 (HandleButtonPress):
15307 (HandleEnterNotify):
15308 (HandleLeaveNotify):
15309 * fvwm/focus.c (DoSetFocus):
15312 (ReturnFocusWindow):
15314 (ForceDeleteFocus):
15316 (restore_focus_after_unmap):
15317 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15318 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15319 the flush_window_updates() function.
15321 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15323 * fvwm/placement.c (PlaceWindow):
15324 minor performance enhancement
15326 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15329 * fvwm/menus.c (MenuInteraction):
15330 (pointer_in_active_item_area):
15331 (pointer_in_passive_item_area):
15332 new menu style PopupActiveArea
15334 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15336 * fvwm/move_resize.c (CMD_ResizeMaximize):
15337 (CMD_ResizeMoveMaximize):
15338 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15340 2002-01-21 olicha <olivier.chapuis@free.fr>
15343 s/Penalities/Penalties/g
15345 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15347 * fvwm/events.c (HandleLeaveNotify):
15348 (HandleEnterNotify):
15349 * fvwm/modconf.c (ModuleConfig):
15350 * fvwm/update.c (apply_window_updates):
15351 * fvwm/module_interface.c (BroadcastWindowIconNames):
15352 (CMD_Send_WindowList):
15354 (do_execute_module):
15356 (CMD_set_nograb_mask):
15357 (CMD_set_sync_mask):
15359 (set_mseggage_mask):
15360 (is_message_in_mask):
15361 (is_message_selected):
15363 rewrote message interface to allow more than 32 messages with minimal
15364 changes in the existing interfaces.
15365 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15368 * fvwm/style.c (parse_and_set_window_style):
15369 * fvwm/fvwm.h (struct):
15370 * fvwm/events.c (HandleButtonPress):
15371 implemented new styles MouseFocusClickIgnoreMotion and
15372 MouseFocusClickIgnoreMotionOff
15374 * fvwm/focus.c (focus_grab_buttons):
15375 fixed button mask for > 5 buttons
15377 2002-01-19 olicha <olivier.chapuis@free.fr>
15379 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15380 Save and restore the icon_pixmap_w and add comments
15382 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15384 * fvwm/events.c (HandleEnterNotify):
15385 fixed EnterNotify events for icons
15387 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15390 * fvwm/stack.c (overlap_box):
15392 * fvwm/icons.c (clear_icon):
15393 * fvwm/add_window.c (destroy_icon):
15394 * fvwm/fvwm.h (FvwmWindow):
15395 * fvwm/geometry.c (get_window_borders):
15396 (get_client_geometry):
15397 * libs/fvwmrect.h (struct):
15398 * fvwm/functions.c (expand_extended_var):
15399 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15400 return the geometry of the client window
15401 implemented new extended variables it.x, it.y, it.width, it.height that
15402 return the geometry of the icon title
15403 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15404 return the geometry of the icon picture
15405 implemented new extended variables i.x, i.y, i.width, i.height that
15406 return the geometry of the whole icon
15407 fixed $[w.height] when the window is shaded
15408 cleaned up icon geometry code
15410 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15413 * fvwm/functions.c:
15414 * fvwm/functions.h:
15415 * fvwm/move_resize.c (unmaximize_fvwm_window):
15416 (maximize_fvwm_window):
15418 (CMD_ResizeMaximize):
15422 (resize_move_window):
15423 (CMD_ResizeMoveMaximize):
15424 New command ResizeMaximize. Works like Resize, but modifies the
15425 maximized size of the window, not the normal size.
15426 New command ResizeMoveMaximize that works similarly.
15427 (resize_move_window):
15428 fixed ResizeMove command
15430 * fvwm/functions.c (expand):
15431 fixed core dump when using something like $[$v] in a command
15433 2002-01-17 olicha <olivier.chapuis@free.fr>
15435 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15436 * fvwm/events.c (HandlePropertyNotify):
15437 * fvwm/fvwm.c (InternUsefulAtoms):
15439 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15440 that the root background has changed. This uses the _XSETROOT_ID
15441 and XROOTPMAP_ID properties
15443 * fvwm/ewmh.c (atom_get):
15446 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15448 * fvwm/update.c (flush_window_updates):
15449 fixed unnecessary window style updates
15451 * fvwm/style.c (parse_and_set_window_style):
15452 * fvwm/add_window.c (RestoreWithdrawnLocation):
15454 (setup_frame_attributes):
15455 * fvwm/fvwm.h (FvwmWindow):
15456 Fvwm does no longer disable backing store on all of its windows. This
15457 cause too many problems with some applications, e.g. rdist. Introduced
15458 the new style BackingStoreWindowDefault that tells fvwm not to modify
15459 the backing store attribute on the client window - which now is the
15462 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15465 * fvwm/functions.c (func_config):
15466 * libs/Module.c (SetMessageMask2):
15471 fixed building with libstroke-0.5.1 on Solaris8
15473 * fvwm/stack.c (new_layer):
15474 * fvwm/borders.c (DrawButton):
15477 * fvwm/builtins.c (SetLayerButtonFlag):
15479 * fvwm/screen.h (struct):
15480 Applied the layer button patch by Richard Curnow with a few
15483 * fvwm/icons.c (GetIconBitmap):
15485 Ignore client icons that have the wrong depth
15487 * fvwm/events.c (HandleEnterNotify):
15488 Tried to fix focusing problem w/ unclutter.
15490 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15492 * fvwm/functions.c (CheckActionType):
15495 * fvwm/menus.c (paint_item):
15496 * fvwm/misc.c (is_function_allowed):
15497 * fvwm/move_resize.c (is_move_allowed):
15498 (is_resize_allowed):
15499 (is_maximize_allowed):
15500 * fvwm/decorations.c (check_if_function_allowed):
15501 combined all these functions into a new one
15502 use this function everywhere
15503 use the Fixed... styles to decide if a menu item is greyed or not
15505 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15507 * fvwm/events.c (HandleExpose):
15508 eat up expose events even if the server claims that the expose count is
15509 zero; fixes a problem with many redraws of windows that are uncovered
15510 by shading a window above them
15512 2002-01-10 olicha <olivier.chapuis@free.fr>
15514 * fvwm/focus.c (DoSetFocus):
15515 * fvwm/move_resize.c (CMD_Maximize):
15520 * fvwm/icons.c (DeIconify):
15523 * fvwm/gnome.c (GNOME_HandlePropRequest):
15524 * fvwm/ewmh_names.c (EWMH_WMName):
15525 * fvwm/events.c (HandleFocusIn):
15526 (HandlePropertyNotify):
15528 (HandleButtonPress):
15529 (HandleLeaveNotify):
15531 * fvwm/builtins.c (CMD_UpdateDecor):
15533 * fvwm/borders.c (draw_clipped_decorations):
15535 (RedrawDecorations):
15537 Added a new argument to DrawDecoration similar to draw_window_parts,
15538 which indicate which part of the decor should be cleared. At present
15539 time only CLEAR_FRAME is taken in account and this is used in
15540 ShadeWindow to draw the decoration without flickering. This argument
15541 may be used in the future to reduce opaque resizing flickering
15543 * fvwm/builtins.c (CMD_WindowShade):
15544 Draw the decoration during unshading a window
15546 * fvwm/menus.c (ParentalMenuRePaint):
15547 Fixed transparent animated menu again
15552 2002-01-09 olicha <olivier.chapuis@free.fr>
15554 * fvwm/style.c (CMD_Style):
15555 free all the elements of the ptmpstyle before freeing it
15557 * fvwm/menus.c (ParentalMenuRePaint):
15558 Fixed transparent animated menu with HilightBackOff
15560 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15562 * fvwm/style.c (merge_styles):
15563 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15564 in the copied style
15566 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15568 * fvwm/modconf.c (send_ignore_modifiers):
15569 (send_move_threshold):
15572 (send_color_limit):
15574 (send_desktop_geometry):
15575 (CMD_Send_ConfigInfo):
15576 moved code into new functions
15578 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15579 moved to defaults.h
15581 * fvwm/bindings.c (CMD_IgnoreModifiers):
15582 * fvwm/module_interface.c (broadcast_xinerama_state):
15583 * fvwm/modconf.c (send_ignore_modifiers):
15584 broadcast IgnoreModifiers to modules
15586 * fvwm/bindings.c (CMD_IgnoreModifiers):
15587 fixed IgnoreModifiers command without arguments
15589 corrected documentation of IgnoreModifiers command
15591 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15593 * fvwm/add_window.c:
15598 * fvwm/move_resize.c:
15601 * fvwm/module_interface.c:
15603 * fvwm/placement.c:
15606 * fvwm/fvwm.h (FvwmWindow):
15607 remnamed icon_w member to icon_title_w
15609 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15611 * fvwm/icons.c (RedoIconName):
15612 fixed sizing of icon title for icons without a pixmap
15614 (CreateIconWindow):
15616 (CreateIconWindow):
15617 rewrote icon title layout and moved the constants to defaults.h
15619 * fvwm/menus.c (menuShortcuts):
15620 (handle_emacs_bindings):
15621 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15623 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15625 * fvwm/fvwm2.1: Language checks done.
15626 .IR command not in column 1 fixed.
15628 2002-01-04 olicha <olivier.chapuis@free.fr>
15630 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15631 (AnimatedMoveOfWindow):
15632 (AnimatedMoveFvwmWindow):
15633 (move_window_doit):
15634 * fvwm/menus.c (ParentalMenuRePaint):
15635 (animated_move_back):
15637 Fixed transparent animated menu
15639 2002-01-03 olicha <olivier.chapuis@free.fr>
15641 * fvwm/move_resize.c (is_resize_allowed):
15643 Do not check if moveing/resizeing is MWM allowed for a no user request
15644 This fix for example FvwmWinList with MwmFunctions & NoOverride
15646 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15647 * fvwm/move_resize.c (is_move_allowed):
15648 Allowed moving if tmp_win is null and check if move is allowed and
15649 not resize in AnimatedMoveAnyWindow. This fix animated menu
15651 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15653 (ewmh_AllowsResize):
15654 Check as a user request
15657 * fvwm/move_resize.c (CMD_Maximize):
15660 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15661 to ignore the windows with a layer less or equal to the layer of
15662 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15663 Reorder a bit the Maximize documentation
15666 * fvwm/functions.c (expand_extended_var):
15667 New variables $[desk.name<n>] to get the desktop names
15669 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15671 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15672 Read with full path.
15674 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15677 * fvwm/misc.c (GrabEm):
15678 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15680 * fvwm/events.c (HandleUnmapNotify):
15681 (HandleMapRequestKeepRaised):
15682 (check_map_request):
15683 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15685 * fvwm/add_window.c (FetchWmProtocols):
15687 * fvwm/fvwm.h (FvwmWindow):
15688 * fvwm/events.c (HandleEnterNotify):
15689 (HandlePropertyNotify):
15690 * fvwm/focus.c (refresh_focus):
15692 fixed focus problems with netscape and ddd
15694 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15696 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15697 * libs/Pointer.c (GetLocationFromEventOrQuery):
15698 * fvwm/virtual.c (HandlePaging):
15699 * fvwm/move_resize.c (GetOnePositionArgument):
15701 (AnimatedMoveAnyWindow):
15704 * fvwm/module_interface.c (ExecuteModuleCommand):
15705 * fvwm/menus.c (do_menu):
15708 (get_menu_options):
15709 * fvwm/functions.c (execute_complex_function):
15710 * fvwm/events.c (HandleClientMessage):
15711 (WaitForButtonsUp):
15712 * fvwm/conditional.c (CMD_Direction):
15713 * fvwm/builtins.c (CMD_CursorMove):
15716 handle return code of XQueryPointer everywhere; necessary for dual head
15718 * fvwm/misc.c (GrabEm):
15719 Pointer was warped to other screen with a dual head setup
15721 2001-12-31 olicha <olivier.chapuis@free.fr>
15723 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15724 Removed some code which try to raise ewmh modal window over
15725 its transientfor window; this seems not possible without a new style
15726 or a bad hack in stack.c
15728 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15730 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15731 fallback to fixed font so it shows the right font for I18N.
15733 2001-12-30 olicha <olivier.chapuis@free.fr>
15735 * fvwm/window_flags.h:
15736 * fvwm/session.c (MatchWinToSM):
15737 (LoadWindowStates):
15738 (SaveWindowStates):
15739 (get_version_string):
15740 * fvwm/move_resize.c (CMD_Maximize):
15742 * fvwm/icons.c (CMD_Iconify):
15743 * fvwm/ewmh.c (EWMH_SetWMState):
15746 (EWMH_SetAllowedActions):
15749 * fvwm/ewmh_intern.h:
15750 * fvwm/ewmh_events.c (ewmh_WMState*):
15751 * fvwm/builtins.c (CMD_WindowShade):
15752 * fvwm/stack.c (new_layer):
15753 * fvwm/update.c (apply_window_updates):
15754 * fvwm/update.h (struct):
15755 * fvwm/add_window.c (setup_window_structure):
15756 (setup_window_name):
15758 * fvwm/style.c (check_window_style_change):
15759 The skip list and modal ewmh window states are now updated after
15760 an use/ignore ewmh state style changes. The other ewmh states are
15761 starting state only. All the initial ewmh states are keep in memory
15764 * fvwm/ewmh.c (EWMH_Handle*):
15766 Set the ewmh_window_type to an int (and not the corresponding atom)
15767 accordingly to the window type
15769 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15770 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15773 * fvwm/ewmh.c (EWMH_GetStyle):
15774 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15775 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15778 * libs/vpacket.h (ConfigWinPacket):
15779 * fvwm/module_interface.c (CONFIGARGSNEW):
15782 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15783 cfgpacket for FvwmIdent
15785 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15787 * fvwm/move_resize.c (resize_geometry_window):
15788 fixed wrong size calculation of geometry window
15790 2001-12-19 olicha <olivier.chapuis@free.fr>
15792 * fvwm/ewmh_names.c (convert_charsets):
15793 More precise error messages
15796 A few formatting fixes
15798 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15800 * fvwm/gnome.c (GNOME_SetHints):
15801 fixed window getting frozen into position upon a recapture or restart
15803 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15805 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15807 2001-12-17 olicha <olivier.chapuis@free.fr>
15810 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15812 * fvwm/ewmh.c (delete_kst_item):
15813 (set_kde_sys_tray):
15814 (EWMH_IsKdeSysTrayWindow):
15815 (EWMH_ManageKdeSysTray):
15816 * fvwm/events.c (HandleReparentNotify):
15817 Fixed reparenting management of kde system tray windows and
15818 added some off debugging code
15820 * fvwm/virtual.c (CMD_DesktopName):
15821 Removed some debugging code
15823 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15825 * fvwm/fvwm.h (struct):
15826 * fvwm/window_flags.h (IS_FIXED_PPOS):
15827 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15828 * fvwm/style.c (parse_and_set_window_style):
15829 (check_window_style_change):
15830 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15831 FixedUSSize, FixedPSize and Variable PPosition, ...
15833 * fvwm/events.c (HandleConfigureRequest):
15834 * fvwm/ewmh.c (ewmh_AllowsResize):
15835 (is_resize_allowed):
15838 * fvwm/gnome.c (GNOME_SetHints):
15839 (AnimatedMoveAnyWindow):
15842 * fvwm/move_resize.c (is_move_allowed):
15843 (is_resize_allowed):
15844 (is_maximize_allowed):
15845 new functions to clean up some code
15847 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15849 * fvwm/fvwm2.1: Doc fixups.
15851 2001-12-15 olicha <olivier.chapuis@free.fr>
15853 * fvwm/builtins (CMD_BugOpts):
15855 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15856 * fvwm/ewmh_events.c (ewmh_StateHidden):
15857 * fvwm/fvwm.c (InitVariables):
15859 * fvwm/icons.c (CMD_Iconify):
15861 * fvwm/virtual.c (unmap_window):
15863 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15864 to fix the IconicState problems in vitrual.c. New BugOpts
15865 EWMHIconicStateWorkaround for supporting current KDE versions
15867 * fvwm/events.c (HandlePropertyNotify):
15868 * fvwm/ewmh.c (ewmh_AllowsYes):
15870 (ewmh_AllowsClose):
15871 (ewmh_AllowsMaximize):
15873 (ewmh_AllowsResize):
15874 (EWMH_SetAllowedActions):
15876 * fvwm/style.c (check_window_style_change):
15877 * fvwm/update.c (apply_window_updates):
15879 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15881 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15883 * fvwm/borders.c (RedrawTitle):
15884 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15885 fixed 'stick' lines with long titles
15887 2001-12-11 olicha <olivier.chapuis@free.fr>
15891 * fvwm/ewmh.c (ewmh_SetWorkArea):
15893 (ewmh_ComputeAndSetWorkArea):
15894 (ewmh_HandleDynamicWorkArea):
15895 (EWMH_GetWorkAreaIntersection):
15896 (EWMH_GetStrutIntersection):
15897 (get_intersection):
15898 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15901 * fvwm/fvwm.c (InitVariables):
15903 * fvwm/modconf.c (send_desktop_names):
15904 (CMD_Send_ConfigInfo):
15905 * fvwm/placement.c (get_next_x):
15908 * fvwm/virtual.c (CMD_DesktopName):
15911 New command "DesktopName desk name" to define desktops names for
15912 the FvwmPager, the WindowList and ewmh compliant pagers.
15913 Desktops information (desk, desk name, working areas) is stored in a
15914 new list sub structure of Scr, DesktopsInfo. The head of the list
15915 contains generic information for desks that are not in the list.
15917 * fvwm/windowlist.c (get_desk_title):
15921 New window list options NoDeskNum, NoCurrentDeskTitle,
15922 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15923 the NoGeometry and NoGeometryInfo options.
15926 * fvwm/ewmh_names.c:
15927 * fvwm/ewmh_icons.c:
15928 Added some static declarations
15930 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15931 It seems that UTF8 names should not be terminated by a 0
15933 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15934 Set the stacking list in the good orders
15936 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15939 * fvwm/functions.c:
15943 removed all MULTISTYLE ifdefs
15945 * fvwm/borders.c (RedrawTitle):
15946 fixed title drawing into relief
15948 2001-12-08 olicha <olivier.chapuis@free.fr>
15955 * fvwm/window_flags.h:
15957 s/extended_window_name/indexed_window_name/i
15958 s/extended_icon_name/indexed_icon_name/i
15959 s/do_update_window_name/do_update_visible_window_name/
15960 s/do_update_icon_name/do_update_visible_icon_name/
15962 * fvwm/style.c (CMD_Style):
15964 (parse_and_set_window_style):
15965 Split CMD_Style into CMD_Style and parse_and_set_window_style
15967 2001-12-06 olicha <olivier.chapuis@free.fr>
15969 * fvwm/add_window.c (setup_window_name_count):
15970 (setup_icon_name_count):
15971 Better determination of the window and icon names index
15973 * fvwm/add_window.c (AddWindow):
15975 * fvwm/events.c (HandlePropertyNotify):
15976 * fvwm/ewmh_names.c (EWMH_WMName):
15978 * fvwm/module_interface.c (BroadcastWindowIconNames):
15979 * fvwm/module_interface.h:
15980 (CMD_Send_WindowList):
15982 (CMD_set_sync_mask):
15983 (CMD_set_nograb_mask):
15984 * fvwm/update.c (apply_window_updates):
15986 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
15987 which are send to modules with BroadcastWindowIconNames.
15988 The set mask cmds use unsigned long mask and not int mask!
15990 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15994 EWMH without iconv compile fix by Hippo
15996 2001-12-05 olicha <olivier.chapuis@free.fr>
15998 * fvwm/add_window.c:
16001 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16002 * fvwm/ewmh_events.c:
16005 * fvwm/move_resize.c (CMD_Maximize):
16006 * fvwm/placement.c (test_fit):
16008 * fvwm/session.c (SaveWindowStates):
16009 * fvwm/style.c (merge_styles):
16011 (check_window_style_change):
16012 * fvwm/update.c (apply_window_updates):
16014 * fvwm/window_flags.h:
16016 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16017 EWMHMaximizeUseDynamicWorkingArea,
16018 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16019 EWMHPlacementUseDynamicWorkingArea,
16020 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16021 EWMHIgnoreStateHints / EWMHUseStateHints,
16022 EWMHIgnoreStrutHints / EWMHUseStrutHints
16024 * fvwm/ConfigFvwmDefaults:
16025 Use EWMHPlacementUseDynamicWorkingArea,
16026 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16029 * fvwm/add_window.c (setup_placement_penalty):
16030 * fvwm/add_window.h:
16031 (setup_placement_penalty):
16034 * fvwm/placement.c (get_next_x):
16035 * fvwm/placement.h:
16038 * fvwm/style.c (CMD_Style):
16040 (check_window_style_change):
16041 * fvwm/update.c (apply_window_updates):
16043 * fvwm/window_flags.h:
16045 New styles PlacementOverlapPenalties and
16046 PlacementOverlapPercentPenalties
16049 * fvwm/add_window.c (setup_window_name_count):
16050 * fvwm/add_window.h:
16051 (setup_icon_name_count):
16052 (setup_visible_name):
16053 (setup_window_name):
16054 (free_window_names):
16056 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16058 * fvwm/events.c (HandlePropertyNotify):
16059 * fvwm/ewmh_names.c (EWMH_*):
16061 * fvwm/icons.c (CreateIconWindow):
16066 * fvwm/session.c (MatchWinToSM):
16067 * fvwm/style.c (CMD_Style):
16069 (check_window_style_change):
16070 * fvwm/update.c (apply_window_updates):
16072 * fvwm/window_flags.h:
16073 New styles ExtendedWindowName / SimpleWindowName and
16074 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16076 * fvwm/builtins.c (ReadMultiPixmapDecor):
16082 * session.c (get_version_string):
16085 * fvwm/stack.c (new_layer):
16087 Fixed ewmh wm state
16089 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16090 Fixed creation of the ewmh icon in the case of the window is iconified
16092 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16094 * fvwm/placement.c (PlaceWindow):
16095 fixed manual placement on Xinerama screens other than the one with the
16096 top left corner of the total screen
16098 2001-11-27 olicha <olivier.chapuis@free.fr>
16104 Check for the second argument of iconv
16107 Added -Wall to CFLAGS if cc is gcc
16109 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16113 s/extanded/extended/
16115 2001-11-26 olicha <olivier.chapuis@free.fr>
16117 * fvwm/Makefile.am:
16118 Fixed (?) iconv_LIBS
16120 2001-11-26 olicha <olivier.chapuis@free.fr>
16122 * fvwm/functions.c (expand):
16123 Fixed n, c, r expansion
16125 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16127 * fvwm/fvwm2.1: Clean up ewmh stuff.
16129 2001-11-24 olicha <olivier.chapuis@free.fr>
16131 * fvwm/ewmh_internal.h:
16133 Removed a non standard macro
16135 2001-11-24 olicha <olivier.chapuis@free.fr>
16138 Documented the previous ewmh style in a new Style subsection
16140 * fvwm/functions.c (expand):
16141 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16143 2001-11-24 olicha <olivier.chapuis@free.fr>
16145 * fvwm/add_window (setup_icon):
16146 (setup_window_structure):
16147 * fvwm/events.c (HandlePropertyNotify):
16149 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16150 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16151 (EWMH_DoUpdateWmIcon):
16152 (ewmh_SetWmIconFromPixmap):
16153 (EWMH_DeleteWmIcon):
16154 (EWMH_SetIconFromWMIcon):
16155 * fvwm/ewmh_intern.h:
16157 * fvwm/icons.c (GetIcon):
16158 * fvwm/session.c (get_version_string):
16159 * fvwm/style.c (CMD_Style):
16161 (check_window_style_change)
16162 * fvwm/update.c (apply_window_updates):
16164 * fvwm/window_flags.h:
16165 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16166 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16167 EWMHDonateIcon / EWMHDontDonateIcon,
16168 Some ewmh icon code simplification.
16169 Ewmh icons priority: just after icon window.
16171 * fvwm/ewmh.c (EWMH_ExitStuff):
16173 * fvwm/session.c (SaveWindowStates):
16174 (LoadWindowStates):
16176 * fvwm/fvwm.c (Done):
16177 Delete the ewmh icons we set ourself. Some ewmh session states do not
16178 need to be saved/restored anymore
16180 2001-11-23 olicha <olivier.chapuis@free.fr>
16182 * fvwm/ewmh_names.c (convert_charsets):
16183 Fixed infinite loop
16185 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16187 * fvwm/ewmh_names.c (convert_charsets):
16188 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16189 man page states on Linux
16190 replaced goto with a loop
16192 2001-11-22 olicha <olivier.chapuis@free.fr>
16194 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16197 * fvwm/ewmh_events.c:
16198 Fixed some styles update
16200 * fvwm/ewmh_conf.c:
16201 * fvwm/function.c (func_config):
16205 * fvwm/ewmh_events.c:
16206 * fvwm/ewmh_intern.h:
16207 * fvwm/Makefile.am:
16209 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16210 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16212 * fvwm/add_window.c:
16215 * fvwm/functions.c:
16216 * fvwm/ewmh.c (EWMH_Init):
16218 * fvwm/fvwm.c (InitVariables):
16225 * fvwm/window_flags.c:
16232 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16233 are maybe problematic) and those in the ewmh* files to allow
16234 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16235 should be dummy. --enable-ewmh is now the default.
16237 2001-11-20 olicha <olivier.chapuis@free.fr>
16239 * fvwm/icons.c (GetIcon):
16240 * fvwm/add_window.c (setup_icon):
16241 Fixed icons order choice and other minor bugs
16243 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16244 Fixed a core dump if there is no MiniIcon
16246 2001-11-18 olicha <olivier.chapuis@free.fr>
16248 * fvwm/ewmh.c (add_kst_item):
16250 (ewmh_AddToKdeSysTray):
16251 (EWMH_IsKdeSysTrayWindow):
16252 (EWMH_ManageKdeSysTray):
16254 fvwm/ewmh_intern.h:
16255 * fvwm/events.c (HandleDestroyNotify):
16256 (HandleMapRequest):
16257 (HandleUnmapNotify):
16258 Fixed the KDE system tray implementation
16260 2001-11-16 olicha <olivier.chapuis@free.fr>
16264 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16266 2001-11-15 olicha <olivier.chapuis@free.fr>
16268 * fvwm/ewmh.c (EWMH_DestroyWindow):
16270 (EWMH_WindowDestroyed):
16271 * fvwm/events.c (HandleReparentNotify):
16272 (HandleDestroyNotify):
16273 (HandleUnmapNotify):
16274 * fvwm/add_window.c (destroy_window):
16275 Fixed the ewmh windows lists
16277 2001-11-15 olicha <olivier.chapuis@free.fr>
16279 * fvwm/Makefile.am:
16282 * fvwm/ewmh_intern.h:
16283 * fvwm/ewmh_events.c:
16284 * fvwm/ewmh_icons.c:
16285 * fvwm/ewmh_names.c:
16288 New files to achieve the extended WM hints support, off by
16289 default. This code is ifdefed a la gnome.c.
16290 This is work in progess (need to do so that every things are
16294 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16295 New configure option --enable-ewmh. Added tests for iconv and
16296 nl_langinfo for UTF8 conversions.
16298 * fvwm/add_window.c (AddWindow):
16299 (CaptureOneWindow):
16301 (setup_window_name):
16303 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16304 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16305 SET_HAS_EWMH_ICON, EWMH_WMIconName
16307 * fvwm/add_window.c (setup_window_structure):
16308 * fvwm/fvwm.h (FvwmWindow):
16310 * fvwm/window_flags.h:
16311 * fvwm/session.c (get_version_string):
16312 (SaveWindowStates):
16313 (LoadWindowStates):
16314 Added some entries in FvwmWindow and some flags (more will be
16315 added). Some of these states need to be saved at restart and
16316 at recapture. This code is ifdefed, may be it should not: I was
16317 forced to ifdef the version string in get_version_string.
16319 * libs/Bindings.c (win_contexts):
16321 * fvwm/events.c (GetContext):
16322 * fvwm/bindings.c (ParseBinding):
16323 (activate_binding):
16324 * fvwm/functions.c (expand_extended_var):
16326 (execute_function):
16328 * fvwm/screen.h (Scr):
16329 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16330 (kdesktop or Nautilus desktop). This context is something between
16331 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16333 * fvwm/bindings.c (activate_binding):
16334 Fixed immediate application of mouse/stroke bindings
16337 * fvwm/borders.c (RedrawDecorations):
16338 * fvwm/update.c (apply_window_updates):
16339 New function RedrawDecorations taken from apply_window_updates
16340 and called in ewmh_icons.c and update.c
16342 * fvwm/bultins.c (CMD_WindowShade):
16345 * fvwm/events.c (HandleFocusIn):
16346 (HandlePropertyNotify):
16347 (HandleClientMessage):
16348 (HandleMapRequestKeepRaised):
16349 (HandleUnmapNotify):
16350 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16351 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16354 * fvwm/icons.c (GetIcon):
16356 (CreateIconWindow):
16357 (ChangeIconPixmap):
16358 * fvwm/events.c (HandlePropertyNotify):
16359 New function GetIcon taken from CreateIconWindow which choose
16360 the icon, there is a new case for EWMH icons. New function
16361 ChangeIconPixmap taken from events.c.
16362 The two new functions are called from ewmh_icon.c (and icons.c).
16364 * fvwm/move_resize.c (handle_stick):
16367 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16370 * libs/Picture.c (LoadPictureFromPixmap):
16371 (CachePictureFromPixmap):
16372 New functions for loading a picture from a pixmap. Nothing is cached
16373 but this simplify the MiniIcon code.
16375 * fvwm/placement.c (PlaceWindow):
16376 EWMH_GetWorkAreaIntersection
16378 * fvwm/screen.h (Scr):
16379 Added the working area, the dynamic working area and the ewmh
16382 * fvwm/stack.c (restack_windows):
16384 EWMH_SetClientListStacking, EWMH_SetWMState
16386 * fvwm/style.c (check_window_style_change):
16387 * fvwm/update.c (apply_window_updates):
16389 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16390 This code is ifdefed.
16392 * fvwm/style.c (lookup_style):
16395 * fvwm/virctual.c (goto_desk):
16396 (CMD_GotoDeskAndPage):
16397 (do_move_window_to_desk):
16398 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16400 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16402 * fvwm/update.c (apply_window_updates):
16403 * fvwm/gnome.c (GNOME_GetStyle):
16404 * fvwm/style.c (lookup_style):
16405 (check_window_style_change):
16406 * fvwm/add_window.c (setup_style_and_decor):
16407 fixed GnomeIgnoreHints style for some of the gnome hints
16409 * fvwm/fvwm.c (StartupStuff):
16410 Tried to fix font size problem
16412 * fvwm/placement.c (PlaceWindow):
16413 suppress an X error
16415 * fvwm/move_resize.c (moveLoop):
16416 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16417 * fvwm/misc.c (Keyboard_shortcuts):
16418 modified keyboard shortcut functions so that it is possible to move
16419 windows with the keyboard even if the border is hit. does not work
16420 very nicely with paging
16422 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16423 performance enhancement
16425 * fvwm/events.c (HandleButtonPress):
16426 fixed (?) some problem with passing the raise click in ctf to the app
16428 * fvwm/add_window.c (Reborder):
16429 * fvwm/virtual.c (MoveViewport):
16432 * fvwm/session.c (SaveWindowStates):
16433 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16434 don't access stack_next and stack_prev directly but use the access
16435 functions from stack.h
16437 * fvwm/stack.c (remove_window_from_stack_ring):
16438 (add_window_to_stack_ring_after):
16441 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16443 when a window becomes scheduled for destruction, remove all traces of it
16444 from the fvwm internal variable so its not accessed accidentally when
16445 its fields are no longer valid
16447 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16450 fixed compilation of I18N_MB
16452 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16462 exclude the TitleStyle MultiPixmap feature (only) before forking
16464 and restore it after that
16468 change version string to 2.5.0
16471 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16472 added a link to the stable version 2.4.4 (not released yet)
16474 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16478 change version string to 2.4.4 before forking
16480 * make_fvwmdist.sh:
16481 strip end of line from date (adjust for a new length)
16483 2001-10-29 olicha <olivier.chapuis@free.fr>
16485 * fvwm/screen.h (DecorFaceStyle):
16486 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16487 so that Solid colors work again
16489 2001-10-28 olicha <olivier.chapuis@free.fr>
16491 * fvwm/module_interface.c (skipModuleAliasToken):
16492 Allows '/' as alias character
16497 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16502 added --disable-multipixmap-titles for the Suzanne's patch,
16503 the default is enable
16506 some formatting fixes in TitleStyle entry
16508 2001-10-27 Suzanne Britton <tril@igs.net>
16510 * config.h.in: Added FANCY_TITLEBARS option, off by default
16513 Added info on TitleStyle MultiPixmap
16516 [All changes #ifdeffed FANCY_TITLEBARS]
16517 Added TITLE_PADDING define for fancy titlebar rendering
16518 Added tb_pixmap_enum
16519 Added MultiPixmap to DecorFaceType enum
16520 Added Picture **multi_pixmaps and short multi_stretch_flags
16521 to DecorFace structure
16524 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16525 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16526 (RenderIntoWindow): [new]
16527 (DrawMultiPixmapTitlebar): [new]
16528 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16529 instead of always sending 1
16531 Call DrawFancyTitlebar for MultiPixmap style
16532 Skip DrawString calls for MultiPixmap style (title is drawn inside
16533 DrawMultiPixmapTitlebar)
16536 [All changes #ifdeffed FANCY_TITLEBARS]
16537 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16538 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16539 (ReadMultiPixmapDecor): [new]
16541 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16543 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16544 buttons can activate on press or release, special pointer during grab,
16545 arrow key command recall.
16547 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16549 * fvwm/bindings.c (ParseBinding):
16552 binding commands now do not print error messages with Silent
16554 * fvwm/ConfigFvwmDefaults:
16556 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16557 use Silent before Key Help
16559 * fvwm/add_window.c:
16560 changed the broken size hints message to notify the owner
16562 * docs/fvwm.lsm.in:
16565 2001-10-19 olicha <olivier.chapuis@free.fr>
16568 Some FvwmScript news
16570 2001-10-16 olicha <olivier.chapuis@free.fr>
16573 Some FvwmScript news
16575 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16577 * fvwm/bindings.c (activate_binding):
16578 * libs/Bindings.c (GrabWindowKeyOrButton):
16579 activate mouse/stroke bindings immediately
16581 * fvwm/events.c (HandleButtonPress):
16582 it is possible to bind actions to the 'ClickToFocus' click
16584 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16586 * fvwm/virtual.c (HandlePaging):
16587 allow paging during move/resize when pressing keys
16589 * libs/XResource.c (MergeCmdLineResources):
16590 possible core dump fix
16592 * fvwm/add_window.c (setup_window_placement):
16595 * libs/Bindings.c (AddBinding):
16596 another attempt at cleaning up bindings with "Shift"
16598 2001-10-13 olicha <olivier.chapuis@free.fr>
16603 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16607 OpaqueMoveSize now accepts "unlimited" or negative argument.
16609 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16614 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16616 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16619 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16621 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16624 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16626 * NEWS, configure.in:
16627 changed version to 2.5.0
16629 2001-10-08 olicha <olivier.chapuis@free.fr>
16631 * fvwm/borders.c (RedrawTitle):
16632 Fixed drawing of leftJustified stippled title and suppress warnings
16633 in RelieveRectangle w/ RightJustified stippled title
16635 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16637 * fvwm/virtual.c (CMD_XineramaSlsSize):
16640 2001-10-03 olicha <olivier.chapuis@free.fr>
16642 * fvwm/style.c (CMD_Style):
16644 Added the possibility to add an Xinerama screen to the 4 numerics
16647 2001-10-03 olicha <olivier.chapuis@free.fr>
16649 * fvwm/icons.c (AutoPlaceIcon):
16650 Fixed a core dump with @c and fixed icon placement if the icon should
16651 not be on the current page
16653 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16655 * fvwm/icons.c (AutoPlaceIcon):
16656 * libs/FScreen.c (FScreenParseScreenBit):
16657 added 'w' screen specifier for icon boxes
16659 * fvwm/icons.c (AutoPlaceIcon):
16660 fixed placement of icons in icon boxes on different screen
16662 * fvwm/menus.c (get_menu_options):
16663 reduced code duplication
16665 2001-10-02 olicha <olivier.chapuis@free.fr>
16667 * fvwm/menus.c (get_menu_options):
16668 fixed Xinerama placement of menu with empty but not null position hints
16670 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16672 * fvwm/borders.c (RedrawTitle):
16673 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16674 suppress a warning in RelieveRectangle w/ small sticky windows
16676 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16678 * fvwm/menus.c (get_menu_options):
16679 A 'rectangle' context rectangle for menus honours the '@screen' bit
16681 * fvwm/move_resize.c (DisplayPosition):
16682 coordinates of a window are show in relation to the screen, not the page
16684 * libs/FScreen.c (FScreenTranslateCoordinates):
16685 * fvwm/placement.c (PlaceWindow):
16686 * fvwm/add_window.c (setup_window_placement):
16687 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16688 rewrote the library functionality to better match the rest of the
16691 * fvwm/builtins.c (DestroyFvwmDecor):
16692 removed useless code
16694 * fvwm/icons.c (DrawIconWindow):
16695 fixed race condition w/ expanding/collapsing icon titles
16697 * fvwm/windowlist.c (CMD_WindowList):
16698 fixed Xinerama placement of window list when called without options
16700 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16702 * libs/FScreen.c (FScreenSLSOnOff):
16703 fixed core dump when calling XineramaSls before XineramaSlsSize
16708 * libs/FShape.h (FHaveShapeExtension):
16709 set macro to 1 when compiling w/ shape extension
16711 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16713 * libs/Bindings.c (AddBinding):
16714 * fvwm/bindings.c (ParseBinding):
16715 print a warning if a key with the given name does not exist
16716 if there is an upper and a lower case version of the same key name,
16717 always bind to the lower case version; this is problematic if the upper
16718 case version is tied to a key without a modifier and the lower case
16719 version is tied to the same key, but with a modifier (or both are tied
16720 to different keys). I hope this good enough.
16722 * libs/Bindings.c (FreeBindingList):
16723 (MatchBindingExactly):
16724 (CollectBindingList):
16725 fixed some problems overriding keys
16726 reduced duplication of logic
16728 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16730 * NEWS, configure.in:
16731 changed version to 2.5.0
16733 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16736 changed version to 2.4.2
16738 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16741 (SetWindowBackground):
16742 (SetRectangleBackground):
16743 * fvwm/builtins.c (CMD_WindowShade):
16744 * fvwm/add_window.c:
16745 (setup_style_and_decor):
16747 (CreateIconWindow):
16752 (HandleConfigureRequest):
16753 (HandleShapeNotify):
16754 (InitEventHandlerJumpTable):
16755 * fvwm/borders.c (struct):
16758 * fvwm/decorations.c (SelectDecor):
16763 * fvwm/fvwm.h (FvwmWindow):
16766 moved shape support to library; its no longer necessary to
16767 '#ifdef SHAPE' any code
16769 * fvwm/borders.c (RedrawButtons):
16771 fixed top border hilight drawing of title buttons
16773 * libs/Graphics.c (do_relieve_rectangle):
16774 (RelieveRectangle):
16775 (RelieveRectangle2):
16776 allow alternate shading for title buttons
16778 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16781 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16782 Add a formal description of how fvwm maintains module's configs
16783 Change manpages of individual modules to refer to fvwm2(1) for
16784 details about specifying configuration
16786 * fvwm/add_window.c (setup_window_placement):
16787 desk and page can now really be given as X resources a la
16790 * libs/XResource.c (GetResourceString):
16791 resource -> lower case, class -> upper case
16795 changed version to 2.5.0
16797 * Makefile.am (distcheck2):
16798 build distcheck before dist2; save a few seconds if the build fails
16801 * libs/ClientMsg.c:
16805 * libs/gethostname.c:
16808 * libs/safemalloc.c:
16809 * libs/strcasecmp.c:
16812 * libs/strncasecmp.c:
16821 changed version to 2.4.1 again
16823 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16825 * libs/Bindings.c (FvwmStringToKeysym):
16826 try both cases of the first letter of a key name
16828 * fvwm/ConfigFvwmDefaults:
16829 * fvwm/windowlist.c (winCompareReverse):
16831 new WindowList option ReverseOrder; use the new option in the default
16832 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16833 cycle through the whole window list. The old behaviour only toggled
16834 between two windows. Also, a simple Alt-Tab can be used to switch to
16835 the next window instead of Alt-Tab-Tab.
16837 * libs/FScreen.c (FScreenInit):
16838 fixed a Xinerama crash
16841 print a verbose error message and exit if X11 headers and libraries
16844 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16846 * fvwm/fvwm.c (main):
16849 new library for X shape encapsulation
16851 * fvwm/builtins.c (CMD_WindowShade):
16852 * fvwm/borders.c (SetupFrame):
16853 fixed shading of windows without title and border
16854 fixed shading of shaped windows; fixes bug #732
16856 * fvwm/builtins.c (CMD_SetEnv):
16857 calling SetEnv without a value is the same as UnsetEnv
16859 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16861 * fvwm/events.c (HandleReparentNotify):
16862 fixed vanishing windows in rapid map/unmap cycles; bug #770
16864 * fvwm/add_window.c (hide_screen):
16865 fixed possible BadWindow error
16867 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16869 * fvwm/virtual.c (MoveViewport):
16871 (CMD_GotoDeskAndPage):
16873 GotoDeskAndPage records its own history of last visited desk/page
16875 * libs/FScreen.c (FScreenInit):
16876 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16878 2001-09-05 olicha <olivier.chapuis@free.fr>
16880 * fvwm/session.c (MatchWinToSM):
16881 * fvwm/add_window.c (setup_window_structure):
16882 * fvwm/move_resize.c (moveLoop):
16883 Fixed PlacedByButton3 condition
16885 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16888 * fvwm/functions.c (func_config):
16889 * fvwm/module_interface.c (broadcast_xinerama_state):
16890 * fvwm/virtual.c (CMD_Xinerama):
16891 (CMD_XineramaPrimaryScreen):
16893 (CMD_XineramaSlsSize):
16895 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16896 XineramaSls and XineramaSlsSize
16897 restructured parts of the FScreen code
16899 * fvwm/functions.c (func_config):
16900 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16902 * libs/Graphics.c (RelieveRectangle):
16903 allow calling the function with w == 0 or h == 0 without a message
16905 * fvwm/window_flags.h (SET_STYLE_DELETED):
16906 * fvwm/style.c (CMD_DestroyStyle):
16907 (check_window_style_change):
16908 * fvwm/fvwm.h (window_style):
16909 update windows when a style is deleted
16912 fixed xpm detection problem caused by wrong library order
16914 2001-09-05 olicha <olivier.chapuis@free.fr>
16916 * NEWS: PlacedByFvwm
16918 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16920 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16922 2001-09-04 olicha <olivier.chapuis@free.fr>
16925 * fvwm/windows_flags.h:
16926 * fvwm/placement.c (PlaceWindow):
16927 * fvwm/add_window.c (setup_window_structure):
16928 * fvwm/conditional.c (CreateConditionMask):
16929 * fvwm/session.c (get_version_string):
16932 Added a new windows_flags is_placed_by_fvwm and a new condition
16935 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16937 * fvwm/focus.c (focus_grab_buttons):
16939 disabled xt/double click patch for now
16941 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16943 * libs/Graphics.c (RelieveRectangle):
16944 print a warning if one of the dimensions is <= 0
16946 * fvwm/placement.c (PlaceWindow):
16947 take care of windows that have both, PPosition and USPosition set
16948 take care of transient windows that have neither PPosition nor
16951 2001-09-01 olicha <olivier.chapuis@free.fr>
16953 * libs/FScreen.c (FScreenInit):
16954 Fixed the position of the xinerama emulation delimiters
16956 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16959 Xinerama introduction
16961 * fvwm/icons.c (AutoPlaceIcon):
16962 try to place icons of screen with the window center, and if that fails
16965 * libs/FScreen.c (FScreenGetScrRect):
16966 performance improvement for non-xinerama systems
16968 * fvwm/update.c (apply_window_updates):
16969 (flush_window_updates):
16970 update icon boxes and icon position when xinerama layout changes
16972 * fvwm/icons.c (AutoPlaceIcon):
16973 limit placement of icons using no icon box to screen boundaries
16974 adapt icon boxes to xinerama layout whenever used
16976 * fvwm/placement.c (PlaceWindow):
16977 * fvwm/style.c (CMD_Style):
16978 (check_window_style_change):
16979 * fvwm/style.h (SUSE_NO_USPOSITION):
16980 (SUSE_NO_TRANSIENT_PPOSITION):
16981 (SUSE_NO_TRANSIENT_USPOSITION):
16982 * fvwm/fvwm.h (struct):
16983 implemented new styles NoUSPosition/UseUSPosition,
16984 NoTransientPPosition/UseTransientPPosition,
16985 NoTransientUSPosition/UseTransientUSPosition.
16986 These work exactly like NoPPosition/UsePPosition.
16987 Transient windows ignore the window position if neither the PPosition
16988 nor the USPosition hint is set.
16990 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16992 * fvwm/focus.c (restore_focus_after_unmap):
16993 fixed a bug transfering the focus when a window was iconified
16995 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16997 * fvwm/conditional.c (MatchesConditionMask):
16998 * fvwm/move_resize.c (position_geometry_window):
16999 * fvwm/placement.c (PlaceWindow):
17000 * fvwm/menus.c (pop_menu_up):
17001 * fvwm/move_resize.c (move_window_doit):
17002 * fvwm/icons.c (do_all_iconboxes):
17003 * fvwm/placement.c (PlaceWindow):
17004 * fvwm/menus.c (update_menu):
17005 adapted to new FScreen... signatures
17007 * libs/FScreen.c (FScreenClipToScreen):
17008 (FScreenGetScrCenterCenter):
17009 (FScreenCenterCurrent):
17010 (FScreenCenterPrimary):
17011 (FScreenGetCurrent00):
17012 (FScreenGetGlobalScrRect):
17013 (FScreenGetPrimaryScrRect):
17014 (FScreenGetScrRect):
17015 (FScreenIsRectangleOnScreen):
17016 unified all the FSCreen... functions using a common signature, removed
17019 * fvwm/style.c (CMD_Style):
17020 init icon box screen
17022 * fvwm/move_resize.c (move_window_doit):
17024 * libs/Makefile.am:
17025 * libs/XineramaSupport.c:
17026 * libs/XineramaSupport.h:
17028 exported and renamed screen defines
17035 * fvwm/placement.c:
17036 * fvwm/move_resize.c:
17037 * fvwm/module_interface.c:
17042 * fvwm/conditional.c:
17043 * libs/XineramaSupport.c:
17044 renamed all XineramaSupport...() functions to FScreen...()
17046 * fvwm/style.c (CMD_Style):
17049 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17051 * fvwm/style.c (CMD_Style):
17052 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17053 using geometry spec.
17055 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17059 new function QuoteString() to add and escape single quotes to strings
17061 * fvwm/menus.c (MenuInteraction):
17062 quote both missing function name and menu name for
17063 MissingSubmenuFunction
17065 * fvwm/functions.c (expand):
17068 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17070 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17072 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17074 * fvwm/cursor.c (CMD_CursorStyle):
17075 * fvwm/icons.c (GetXPMFile):
17076 * libs/Colorset.c (SetWindowBackground):
17079 * libs/Bindings.c (AddBinding):
17080 tired to help with problem binding keys that have a keycode with no
17081 modifiers and another keycode with some modifiers pressed, e.g.
17082 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17083 F1 generating the actioon bound to F11 sometimes
17085 * fvwm/focus.c (focus_grab_buttons):
17088 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17090 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17092 2001-08-20 Bob Woodside <proteus@pcnet.com>
17094 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17095 grab synchronization so apps using XtTranslations to catch double-
17096 clicks don't get confused by extraneous Leave/EnterNotify events.
17097 This fixes the "xfm/moxfm don't see double-clicks" problem.
17099 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17101 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17103 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17105 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17108 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17109 until later when the window is actually placed.
17111 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17112 position calculation.
17114 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17116 * fvwm/update.c (flush_window_updates):
17117 * fvwm/screen.h (ScreenInfo):
17118 * fvwm/virtual.c (CMD_Xinerama):
17120 * fvwm/move_resize.c (CMD_Maximize):
17121 * fvwm/placement.c (PlaceWindow):
17122 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17126 describe new maximize options
17128 * fvwm/move_resize.c (MaximizeWidth):
17131 applied Dmitry's Xinerama patch for Maximize command
17132 replaced "global" and "absolute" with "screen" which is more flexible
17134 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17136 * libs/Parse.c (SkipQuote):
17137 fixed a bug in handling of caller specified quote pairs
17139 * fvwm/move_resize.c (CMD_Maximize):
17140 keep window on correct page when viewport does not start on a page
17143 * libs/XError.c (error_name):
17145 fixed core dump in error handling
17147 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17153 renamed --disable-gnome to --disable-gnome-hints;
17154 documented configure options --with-gnome*;
17155 small improvements in documentation;
17156 use underscore in version instead of dash that causes rpm problems
17158 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17160 * libs/Makefile.am:
17161 added fvwmrect.h to dist
17163 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17165 * libs/XineramaSupport.c: Disable debug printing.
17167 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17169 * libs/defaults.h (DEFAULT_MENU_STYLE):
17170 reset colour sets in default menu style too
17172 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17176 completed the libstroke-0.5 compatibility fix
17178 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17180 * fvwm/move_resize.c (draw_move_resize_grid):
17181 fixed drawing of resize grid when invoked from button or key press
17183 * fvwm/placement.c (PlaceWindow):
17184 rewrote a condition to improve readability
17185 fixed StartsOn... w/ SkipMapping
17187 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17189 * fvwm/session.c (MatchWinToSM):
17190 (LoadWindowStates):
17191 (SaveWindowStates):
17192 * fvwm/move_resize.c (CMD_Resize):
17193 * fvwm/events.c (HandlePropertyNotify):
17194 (HandleConfigureRequest):
17195 * fvwm/move_resize.c (CMD_ResizeMove):
17198 * fvwm/update.c (apply_window_updates):
17199 * fvwm/add_window.c (AddWindow):
17200 * fvwm/geometry.c (constrain_size):
17201 (gravity_constrain_size):
17202 the Resize command honors the window gravity
17203 changing the size increment of maximized windows no longer shrinks the
17207 keep expanded icon titles on screen
17209 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17211 * fvwm/icons.c (do_all_iconboxes):
17212 default icon box fills the primary screen
17214 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17215 fixed default_screen argument
17217 * fvwm/style.c (merge_styles):
17218 * fvwm/fvwm.h (window_style):
17219 * fvwm/style.h (SSET_START_SCREEN):
17220 * fvwm/add_window.c (setup_window_placement):
17221 * fvwm/placement.c (PlaceWindow):
17223 implemented StartsOnScreen style
17225 * fvwm/placement.c (PlaceWindow):
17231 Place new windows on xinerama screens
17233 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17234 fixed core dump in debug output
17236 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17238 * fvwm/placement.c:
17239 removed unused variable
17241 2001-08-07 olicha <olivier.chapuis@free.fr>
17244 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17246 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17248 * fvwm/virtual.c (CMD_Xinerama):
17249 replaced XineramaEnable and ...Disable with XineramaCommand
17251 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17252 (XineramaSupportGetScreenArgument):
17255 * fvwm/functions.c (func_config):
17256 * fvwm/move_resize.c (move_window_doit):
17258 (CMD_AnimatedMove):
17260 (CMD_MoveToScreen):
17262 added new command MoveToScreen
17264 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17270 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17271 fixed parsing of negative geometries
17272 (XineramaSupportParseGeometryWithScreen):
17274 (XineramaSupportGetNumberedScreenRect):
17277 * sample.fvwmrc/system.fvwm2rc:
17278 * sample.fvwmrc/new-features:
17279 * sample.fvwmrc/system.fvwm2rc-sample-95:
17280 * sample.fvwmrc/system.fvwm2rc-sample-2:
17281 * sample.fvwmrc/system.fvwm2rc-sample-1:
17283 updated for new condition
17285 * fvwm/conditional.c (CreateConditionMask):
17286 (MatchesConditionMask):
17287 * fvwm/fvwm.h (WindowConditionMask):
17288 implemented new condition AcceptsFocus to cope with applications like
17289 xclock that have circulatehit but don't take focus
17291 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17293 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17294 handle Xinerama screens
17296 * fvwm/style.c (CMD_Style):
17297 * fvwm/menus.c (get_menu_options):
17298 cope with Xinerama like geometries with screen info
17300 * fvwm/virtual.c (CMD_XineramaEnable):
17301 XineramaEnable optionally takes the number of the primary screen as its
17304 * fvwm/events.c (GetContext):
17307 * fvwm/virtual.c (HandlePaging):
17308 * fvwm/events.c (HandleButtonPress):
17309 * fvwm/events.h (XEVMASK_PANFW):
17310 fixed button and key event handling over pan frames; fixes bug #752
17312 * fvwm/menus.c (get_menu_options):
17313 fixed Xinerama placement of menus without options
17315 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17322 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17323 In addition to the existing: @0 is shadow color, @1 is hilight color.
17326 Added the formal description of Vector that was absent.
17328 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17331 some man page corrections
17333 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17335 * fvwm/move_resize.c (handle_stick):
17336 also redraw buttons when a window becomes sticky/slippery to make sure
17337 that MWMDecorStick buttons are updated too; fixes bug #749
17339 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17342 documented previous changes
17345 improved output spacing
17350 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17352 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17353 * fvwm/modconf.c (send_xinerama_state):
17354 * fvwm/module_interface.c (broadcast_xinerama_state):
17356 revised module support for Xinerama
17358 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17359 (XineramaSupportParseGeometry):
17360 (XineramaSupportGetGeometry):
17361 make interface compatible with XineramaSupportParseGeometry().
17362 (XineramaSupportGetPrimaryScreen):
17365 * fvwm/stack.c (raise_over_unmanaged):
17366 fixed restacking of windows with RaiseOverUnmanaged - windows were
17367 raised in reverse order so that the top window became the bottom
17368 window of the ones that were raised
17369 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17370 these are invisible
17372 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17374 * sample.fvwmrc/system.fvwm2rc-sample-95:
17375 fixed syntax of BugOpts command
17377 * fvwm/ConfigFvwmDefaults:
17378 resize window when clicking on the sides of the window by default
17379 instead of moving it
17381 * fvwm/events.c (HandleEnterNotify):
17382 do not delete MouseFocus when pointer moves from one particular sub
17383 window of a frame to another one. Helps with xv/xmms vs unclutter
17384 interaction and also with MouseFocus vs. Open Look applications
17386 * fvwm/move_resize.c (DoSnapAttract):
17387 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17388 fixed snapping to Xinerama screen edges
17389 (XineramaSupportIsEnabled):
17390 return False is the X server provides only a single screen
17393 Added descriptions of conditions CurrentDesk, CurrentPage,
17394 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17395 CurrentGlobalPageAnyDesk
17397 * fvwm/fvwm.h (rectangle):
17399 typedefs moved to libs/fvwmlib.h
17401 * fvwm/conditional.c (MatchesConditionMask):
17402 * fvwm/fvwm.h (WindowConditionMask):
17403 * fvwm/conditional.c:
17404 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17405 for Xinerama support
17407 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17408 (send_xinerama_state):
17409 * fvwm/module_interface.c (broadcast_xinerama_state):
17410 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17411 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17412 communicate xinerama state at module startup
17414 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17416 * libs/XineramaSupport.c:
17417 next Xinerama patch
17419 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17421 * fvwm/move_resize.c (moveLoop):
17422 windows were lost off screen w/ non opaque interactive move when motion
17423 was aborted with Escape on a different page that it was started
17425 * fvwm/move_resize.c (position_geometry_window):
17433 * libs/XineramaSupport.c (GetMouseXY):
17434 (XineramaSupportCenterCurrent):
17435 (XineramaSupportGetCurrent00):
17436 (XineramaSupportGetCurrentScrRect):
17437 allow to pass in an event with the pointer position
17438 minimize number of XQueryPointer calls in interactive move/resize
17441 * fvwm/move_resize.c (resize_geometry_window):
17444 border width of geometry window moved to defaults.h
17445 moved strings for size window formatting to defaults.h
17446 reworked calculations of geometry window dimensions
17448 * fvwm/move_resize.c (resize_geometry_window):
17449 (position_geometry_window):
17453 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17454 * fvwm/fvwm.c (main):
17455 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17456 resize_geometry_window and position_geometry_window
17458 * fvwm/fvwm.c (main):
17459 fixed resizing geometry window before creating it
17461 * fvwm/move_resize.c (switch_move_resize_grid):
17463 * fvwm/virtual.c (HandlePaging):
17464 renamed MoveOutline to draw_move_resize_grid and made static
17465 new function switch_move_resize_grid for external calls
17466 delete grid before moving the geometry window to get rid of arifacts of
17469 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17471 * libs/XineramaSupport.c (XineramaSupportInit):
17472 make the blank area in Xinerama emulation usable again
17474 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17476 * fvwm/menus.c (update_menu):
17479 (calculate_item_sizes):
17480 (size_menu_horizontally):
17481 (size_menu_vertically):
17482 menus are resized to fit their Xinerama screen every time they are
17483 popped up and the screen size has changed
17485 2001-07-23 olicha <olivier.chapuis@free.fr>
17487 * libs/XineramaSupport.c (XineramaSupportInit):
17488 Draw the xinerama simulation screens with orr windows
17490 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17492 * fvwm/windowlist.c (CMD_WindowList):
17493 fixed windowlist placement w/ Xinerama
17495 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17497 * fvwm/menus.c (pop_menu_up):
17498 fixed calculations that force a menu on screen w/ Xinerama
17500 * fvwm/move_resize.c (DoSnapAttract):
17501 removed some code that slipped in with xinerama patch and broke
17502 vertical SnapAttraction
17504 * fvwm/virtual.c (CMD_EdgeResistance):
17507 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17508 take reference position src_x/src_y to determine screen
17510 * fvwm/windowlist.c (CMD_WindowList):
17511 * fvwm/menus.c (get_menu_options):
17512 (get_popup_options):
17515 handle Xinerama screens for positioning menus w/ posthints
17517 * fvwm/menus.c (get_menu_options):
17519 fix for icon/window context rectangle when window is in wrong state
17521 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17524 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17525 compiled in; fixed linking by adding -lXinerama; small corrections
17527 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17529 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17531 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17533 * libs/XineramaSupport.c (XineramaSupportInit):
17534 added xinerama emulation for developers
17536 * fvwm/virtual.c (CMD_XineramaEnable):
17537 (CMD_XineramaDisable):
17538 * fvwm/module_interface.c (BroadcastConfigInfoString):
17539 added function to communicate Xinerama on/off to modules
17541 * fvwm/module_interface.c:
17542 include time.h to fix warning
17543 * libs/XineramaSupport.c:
17544 * fvwm/fvwm.c (setVersionInfo):
17545 * fvwm/Makefile.am:
17548 cleanded up xinerama detection
17549 added shape detection
17551 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17554 Added Xinerama introduction
17556 * fvwm/fvwm.c (setVersionInfo):
17557 print xinerama support
17559 * fvwm/conditional.c (CreateConditionMask):
17560 added CirculateHitShaded option for conditional commands that was
17561 described in the man page but not implemented
17563 * fvwm/fvwm.h (WindowConditionMask):
17564 removed unused flags
17566 * fvwm/conditional.c (MatchesConditionMask):
17567 fixed CirculateHitIcon option in conditional commands
17570 reformatted man page source to improve readability
17571 fixed some source formatting bugs
17573 * libs/XineramaSupport.c (GetMouseXY):
17574 don't poll the pointer if there is only one screen or if xinerama is
17578 * fvwm/fvwm.c (main):
17579 removed -noxinerama option
17581 * fvwm/fvwm.c (main):
17582 size window is positioned and sized in move_resize.c
17584 * libs/XineramaSupport.c:
17588 print Xinerama support in configure summary
17591 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17593 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17598 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17599 define missing macros needed for old AIX keysymdef and old stroke.h
17603 remove the previous compilation fixes, now handled by configure
17605 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17607 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17609 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17612 use libstroke-0.5 constant names while still supporting 0.3/0.4
17615 compiling fix for old AIX, which does not define XK_Page_Up/Down
17617 * module_interface.c:
17618 minor compiling fix for some proprietary preprocessors
17620 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17623 use more compatible and structured syntax in SYNOPSIS
17625 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17628 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17629 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17632 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17635 changed version to 2.4.1
17638 small fix that should solve the problem with running autoconf
17639 (autoreconf is ok) from autoconf-2.50;
17640 applied a patch that adds gtk include dirs to gnome include dirs
17642 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17644 * NEWS, configure.in:
17645 changed version to 2.4.0.1
17647 * *: fvwm 2.4 has been released :-))