1 2010-04-24 Thomas Adam <thomas@xteddy.org>
3 Define version checks for conditional macros.
5 libpng 1.4.0 has different macros for previous version of the same
6 macros in libong 1.2.0, so check for them here.
8 2010-04-18 Thomas Adam <thomas@xteddy.org>
9 * libs/charmap.c (charmap_table_to_string):
10 Don't allow incremental matching of C_ALL for contexts.
12 When printing out bindings, ensure we allow "A" for any/all
13 contexts/modifiers to be matched exactly, so that the context column for
14 bindings matches with what the user put in their config file.
16 2010-04-03 Thomas Adam <thomas@xteddy.org>
19 Updated for the FVWM 2.5.29 release.
21 2010-04-03 Thomas Adam <thomas@xteddy.org>
23 Cull unused functions when compiling against librplay.
25 When compiling with -Werror, ensure we're not trying to use unneeded
26 librplay static functions we ourselves declare.
28 2010-04-03 Thomas Adam <thomas@xteddy.org>
29 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
30 Tweak placement calculation for over-zealous windows.
32 Don't adjust a window's position unless it's actually greater than the
33 screen's dimension (i.e., potentially placed off screen.)
35 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
36 * fvwm/windowlist.c (CMD_WindowList):
37 Free allocated memory.
39 2010-02-28 Thomas Adam <thomas@xteddy.org>
40 * fvwm/move_resize.c (__resize_step):
41 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
43 When calling DisplaySize() from a resize event performed on a window,
44 ensure we use the window's last event (which will be MotionNotify
45 anyway) otherwise this completely confuses the GeometryWindow as it has
46 to then update itself each time.
48 When using Xinerama/TwinView, the effect is that the GeometryWindow
49 flickers and/or displays itself on the opposite screen to where the
50 pointer is, because the x/y positions don't take into account the
51 location of the pointer from the original hand-crafted event, but are
52 correct from the execute context the window being resized is called in.
54 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
55 * fvwm/style.c (check_window_style_change):
56 * fvwm/update.c (apply_window_updates):
58 Propagate Layer changes via Style command on-the-fly.
60 Until there's a distinction between initially-mapped styles and runtime
61 commands, and that currently, Style commands take effect immediately,
62 ensure that for any Layer requests received via Style commands, these
63 too are applied immediately.
65 The previous assumption was that this was only applicable when mapping a
66 new window, but goes against expectations from the user.
68 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
69 * fvwm/read.c (run_command_file):
70 Restructure how we look for Read files slightly.
72 When searching for files with the Read command, check to see if the file
73 first of all has an absolute path and if so open it. If it's relative
74 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
75 the file still can't be found, try and open it outright. This will
80 as a valid filename -- of course this really only makes sense when
81 invoking fvwm with "-f" on the command-line, as relative paths to config
82 files in this way should be built up using "$."
84 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
85 * fvwm/menustyle.c (menustyle_copy_face):
86 Fix segfault setting MenuFace pixmap style for menus.
88 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
89 non-existent pixmap from an invalid pointer.
91 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
92 * fvwm/read.c (run_command_file):
93 Fix opening of files to Read/PipeRead to accept absolute paths.
95 Don't just assume "/" is a valid identifier for opening files. "./" is
96 just as likely. Fixes use-case of:
98 fvwm -f ./some_fvwm2rc
100 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
101 * fvwm/events.c (flush_property_notify):
102 Add atom to struct so it is checked for by test_typed_window_event().
104 2010-01-04 David Fries <David@Fries.net>
105 * fvwm/events.c (test_typed_window_event):
106 * fvwm/events.c (flush_property_notify):
107 Efficiently handle flushing property events of the same type.
109 * fvwm/events.h (test_typed_window_event_args):
110 Add XAtom type to struct.
112 2010-01-04 David Fries <David@Fries.net>
113 * fvwm/virtual.c (HandlePaging):
114 Move no page detect check, it wasn't being hit.
115 * fvwm/move_resize.c (__move_loop):
116 Transform window position to pointer position and back when calling
119 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
120 * fvwm/menustyle.c (menustyle_copy_face):
121 Fix segfault when creating a tearoff menu using a Pixmap background.
123 When we copy the original menustyle to the new torn-off menu which
124 contains a background image, don't then update the menu's pixel
125 background color, as this is already free()d for us by an earlier copy
128 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
129 * fvwm/builtins.c (CMD_BugOpts):
132 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
133 * fvwm/builtins.c (CMD_BugOpts):
134 * fvwm/fvwm.c (InitVariables):
135 * fvwm/events.c (HandleClientMessage):
137 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
138 Qt windows handle having ClientMessage events sent to them.
140 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
141 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
142 Fix y-axis offset calculations when using MinOverlapPlacement, by
143 forcing the window on-screen when over-zealous penality calculations
144 don't take into account the size of the window borders.
146 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
147 * bin/fvwm-convert-2.6.1.in:
148 Add in BUGS section a note that converting over FvwmTheme lines is
151 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
154 * bin/fvwm-convert-2.6.in:
155 * bin/fvwm-convert-2.6.1.in:
156 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
159 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
160 * libs/Flocale.c (FlocaleEncodeString):
161 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
163 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
164 * fvwm/fvwm.c (StartupStuff):
165 Reset the state of the "Restarting" flag to False when restarting FVWM.
167 * fvwm/events.c (HandleMapRequestKeepRaised):
168 Only run InitialMapCommand when FVWM isn't restarting and all windows
169 have been recaptured. The window is already mapped by the time FVWM is
170 restarting, and running the InitialMapCommand again only serves to
171 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
173 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
177 increased version number to 2.5.29
180 updated for 2.5.28 release
182 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
185 * fvwm/ewmh.c (ewmh_ChangeProperty):
186 only convert _NET_WM_ICON hint to long before storing
188 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
190 * fvwm/builtins.c (CMD_BugOpts):
191 remove unused variables
194 * fvwm/ewmh.c (ewmh_ChangeProperty):
195 fix storing of CARD32 arrays on 64 bit machines
197 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
198 prevent segmentation fault when reading a bad _NET_WM_ICON hint
200 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
201 * fvwm/geometry.c (__cs_handle_aspect_ratio):
202 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
203 otherwise continual loop when resizing windows when keeping aspect
204 ratio (c.f. mplayer.)
206 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
208 Fix typo in AS_HELP_STRING referring to enable-htmldoc
210 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
213 * fvwm/builtins.c (CMD_BugOpts):
214 Fix parsing of BugOpts options lists separated by ',', and
215 restoring to default value when the boolean option is omitted if
223 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
224 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
225 (is_translit_supported, set_default_iconv_charsets)
226 (set_iconv_charset_index, FiconvUtf8ToCharset):
227 * fvwm/builtins.c (CMD_BugOpts):
228 Add TransliterateUtf8 bug opt for working around clients
229 which don't care about the WM_NAME value.
231 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
234 * fvwm/stack.c (BroadcastRestack):
235 Fix splitting or M_RESTACK packages causing weird window stacking
236 in modules when more than 83 windows are broadcast.
238 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
240 Remove dnl comments from configure.ac regarding malloc.h -- it's
241 self-explanatory anyway.
243 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
245 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
246 -- this never used to produce compiler warnings, but things are
247 starting to become more vocal, so don't use this in our
248 ./configure script if we're compiling FVWM on a *BSD system.
250 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
254 * fvwm/add_window.c (setup_numeric_vals):
255 add "typedef struct snap_attraction_t"
256 * fvwm/style.c (style_parse_one_style_option):
257 add new SnapAttraction options "None", "ScreenWindows",
258 "ScreenIcons" and "ScreenAll"
259 * fvwm/move_resize.c (DoSnapAttract):
260 Bugfix, option SameType/Icons/Windows did falsely not affect
261 conditions of option "Screen" and option "SameType" snapped
262 falsely icons and windows together. Implement options
263 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
264 screen edge snapping.
266 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
267 * fvwm/add_window.c (setup_window_name_count):
268 * fvwm/add_window.c (setup_icon_name_count):
269 Deprecate these in favour of setup_name_count()
271 * fvwm/add_window.c (setup_name_count):
272 Amalgamate setup_window_name_count and setup_icon_name_count to just
273 one function (very similar code between them.) Used with
274 IndexedWindowName and IndexedIconName.
276 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
279 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
281 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
282 (Frptp_async_putline):
283 Fix ANSI C compatibility.
286 * fvwm/ewmh_names.c (EWMH_WMName):
287 set the HAS_EWMH_WM_NAME flag even if the window name on display
290 same for HAS_EWMH_WM_ICON_NAME
292 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
295 fix for segfault with RPlatHost directive in FvwmEvent
296 * libs/Makefile.am (libfvwm_a_SOURCES):
298 add Fplay.h wrapper header for rplay.h
301 fix debian bug #438132
303 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
306 * fvwm/style.c (fw_match_style_id):
307 Fix fvwmstyle resource
309 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
312 * fvwm/events.c (HandleMapRequestKeepRaised):
313 Make sure that a PropertyNotify on the WM_STATE property is always
314 sent out when a window is requested to be moved to the withdrawn
315 state. (Needed by QT)
317 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
319 * sample.fvwmrc/DecorMwm:
320 * sample.fvwmrc/DecorWin95:
321 * sample.fvwmrc/new-features:
322 * sample.fvwmrc/system.fvwm2rc:
323 * sample.fvwmrc/system.fvwm2rc-sample-1:
324 * sample.fvwmrc/system.fvwm2rc-sample-2:
325 * sample.fvwmrc/system.fvwm2rc-sample-95:
326 Use !-negation for styles instead of No...
331 * sample.fvwmrc/system.fvwm2rc-sample-95:
332 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
333 sed -i 's/StayOnTop/StaysOnTop/'
334 According to patches by Manoj Srivastava
336 2009-03-17 Mikhael Goikhman <migo@homemail.com>
341 convert my old code to use var_name and function_name coding style
343 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
347 increased version to 2.5.28
352 updated for 2.5.27 release
354 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
355 * fvwm/bindings.c (print_bindings):
356 Fixed compilation of not having libstroke installed by using ifdefs
359 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
361 * fvwm/bindings.c (print_bindings):
364 * libs/charmap.c (charmap_table_to_string):
365 several memory menagement fixes.
367 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
369 * libs/charmap.c (charmap_table_to_string):
370 Reduce memory management on the stack, by making only those variables
371 to be accessed outside of the function charmap_table_to_string()
372 allocated on the heap instead.
374 * fvwm/bindings.c (print_bindings):
375 b->Action was previously checked whether it was NULL or not before
376 printing its value to STDERR -- however, this caused a segfault when
377 trying to perform strlen() operations internally -- hence don't bother
378 checking if it's NULL. This avoids segfaulting.
380 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
382 * libs/charmap.c (charmap_table_to_string):
384 Introduce charmap_to_string function which is used to build up a
385 binding string, for use with PrintInfo.
387 * fvwm/bindings.c (print_bindings):
388 Introduce print_bindings to print all bindings known to fvwm.
390 * fvwm/builtins.c (CMD_PrintInfo):
392 Add support for "binding" as an option to PrintInfo.
394 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
396 * fvwm/placement.c (__pl_position_get_pos_simple):
397 Force the window on-screen if using PositionPlacement UnderMouse.
399 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
401 * fvwm/events.c (HandleMapRequestKeepRaised):
402 * fvwm/add_window.c (AddWindow):
404 * fvwm/style.c (style_parse_one_style_option):
405 add new style InitialMapCommand
407 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
409 * bin/fvwm-menu-desktop.in:
410 Fix the location prefix for GNOME application files.
412 2008-12-29 Alexandre Julliard <julliard@winehq.org>
414 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
415 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
416 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
417 horizontally maximized.
419 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
422 * fvwm/module_list.c (do_execute_module):
423 * fvwm/fvwm.c (fvmm_deinstall_signals):
424 restore default signal handlers before execl()/execvp()
426 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
428 * fvwm/style.c (fw_match_style_id):
429 Allow for the window's visible name to be considered when matching a
430 style line. It is possible to use $[w.visiblename] as the style name.
431 Whilst the normal name and the visible name are usually the same, in
432 the case of having IndxedWindowName, if a style line matches this as a
433 visible name, apply it first of all.
435 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
438 Add $[w.visiblename] as an expansion parameter.
440 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
442 * fvwm/placement.c (__pl_position_get_pos_simple):
443 position placement honours StartsOnPage
445 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
447 * fvwm/session.c (MatchWinToSM):
448 fixed keeping fullscreen state of windows over a restart; the old code
449 tried to do this through session management and effectively overwrote
450 the responsible ewmh hint; eventually, fvwm thought that the window
451 was fullscreen without actually making it fullscreen
453 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
455 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
456 fixed compiler warning caused by a logic error in previous patch
459 applied png detection fix by Yuri Bushmelev for cross compiliation
461 * fvwm/events.c (__handle_cr_on_client):
462 fixed event merging with auto motion detection
464 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
467 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
468 * fvwm/events.h (events_handle_configure_request):
469 * fvwm/events.c (events_handle_configure_request):
470 (__handle_cr_on_client):
471 (__handle_configure_request):
472 fix handling of _NET_MOVERESIZE_WINDOW
473 (__cr_detect_icccm_move):
474 remove douplicate code
476 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
479 * fvwm/add_window.c (setup_frame_window):
480 fix compilation without XRender
482 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
488 Convert Latin-1 encodings to UTF-8
490 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
494 increased version to 2.5.27
499 updated for 2.5.26 release
501 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
503 * fvwm/ewmh_events.c (ewmh_WMDesktop):
505 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
506 (ewmh_HandleWindowType):
507 (ewmh_AddToKdeSysTray):
508 (ewmh_HandleWindowType):
510 64-bit fix by Alexandre Julliard
512 2008-03-30 Mikhael Goikhman <migo@homemail.com>
515 fix fribidi detection when it uses pkg-config and not fribidi-config
518 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
519 it now uses fribidi-types.h and not fribidi_types.h
521 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
523 * fvwm/events.c (dispatch_event):
524 Fix handling of Shape events.
526 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
528 * fvwm/menus.c (calc_normal_item_height):
529 (calc_more_item_height):
530 (size_menu_vertically):
531 fix calculations so the menu fit on the screen height
533 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
535 * fvwm/menus.c (size_menu_vertically):
536 added paddings at the top and bottom of the menus
538 * fvwm/menustyle.c (parse_vertical_margins_line):
539 new function to parse the VerticalMargins new MenuStyle
542 * fvwm/menustyle.c (menustyle_get_styleopt_index):
543 added the VerticalMargins option to the list
545 * fvwm/menustyle.c (menustyle_parse_style):
546 added default values for the padding, and a case clause
547 for the specific case when you invoke the VerticalMargins
550 * fvwm/menustyle.c (menustyle_copy):
551 added two lines to copy the menu styles from origin to destiny
554 added macros for the vertical padding stuff
556 * fvwm/menustyle.h (struct MenuLook):
557 added sub-structure to hold the VerticalMargins
559 * fvwm/libs/defaults.h:
560 added one define for MAX_MENU_MARGIN
562 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
564 * fvwm/menuitem.c (draw_highlight_background):
565 fixed drawing of background pictures in menu items
567 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
569 * fvwm/add_window.c (setup_frame_window):
570 fix core dump with ARGB detection code
571 fix compilation without XRender
573 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
577 increased version to 2.5.26
582 updated for 2.5.25 release
584 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
586 * fvwm/fvwm.c (main):
587 further condense the X visual selection code
589 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
591 * fvwm/fvwm.c (main):
592 condense the X visual selection code
594 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
596 * fvwm/events.c (register_event_group)
597 (InitEventHandlerJumpTable, dispatch_event):
598 use separate jump tables for events defined by X-extensions
599 to eliminate the need to ovverride the LASTEvent value.
601 * fvwm/module_list.c (module_list_remove):
602 include the case where the module is first in the list in
603 the loop, fixing a segmentaion fault when the list was empty.
605 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
607 * fvwm/add_window.c (setup_frame_window):
608 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
609 add preliminary support for ARGB windows in fvwm (based on
610 Marc Lehman's argb patch)
612 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
614 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
617 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
619 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
620 catch BadGC when updating root transparent window background
622 * libs/XError.c (do_coredump):
623 (ferror_set_temp_error_handler):
624 (ferror_reset_error_handler)
625 (ferror_call_next_error_handler):
628 * libs/XError.c (PrintXErrorAndCoredump):
629 try to dump core the hard way
631 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
633 * fvwm/colorset.c (parse_colorset):
634 check for image != None before calling XDestroyImage
636 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
637 (ewmh_WMStateMaxHoriz):
639 (ewmh_WMStateShaded):
640 (ewmh_WMStateStaysOnTop):
641 (ewmh_WMStateStaysOnBottom):
642 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
644 also ignore the EWMH staysontop and staysonbottom hints if the
645 EWMHIgnoreStackingOrderHints style is used
647 * fvwm/colorset.c (parse_colorset):
648 Fixed a sporadic crash when the root background set by gnome,
649 fvwm-root, esetroot etc. changes and a root transparent colour set
652 * fvwm/colorset.c (parse_colorset):
653 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
654 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
655 * libs/PictureGraphics.c (PGrabXImage)
656 (PGraphicsCreateTranslucent):
657 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
660 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
662 * libs/PictureGraphics.c (PGrabXImage):
663 fixed XImage memory leak
664 (PCreateRenderPixmap):
665 (PCreateDitherPixmap):
666 Properly handle return code of FgetFImage()
668 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
670 * fvwm/events.c (HandleConfigureRequest):
671 (events_handle_configure_request):
674 * fvwm/ewmh_events.c (ewmh_RestackWindow):
675 (ewmh_MoveResizeWindow):
676 fixed crash when moving/resizing/restacking unmanaged windows through
679 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
681 * fvwm/events.c (HandleMapRequestKeepRaised):
682 fixed compiler warning
684 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
686 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
687 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
689 Fixed the determination of the X charset on UTF-8 system
691 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
693 * fvwm/placement.c (__pl_minoverlap_get_next_x):
694 do not add screen offset to window position
696 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
699 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
702 Some html documentation files were not installed.
704 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
706 * fvwm/style.c (style_parse_one_style_option):
707 fixed parsing of screen argument of the SnapAttraction Style
709 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
711 * fvwm/move_resize.c (DoSnapAttract):
712 Use edge move resistance, and not delay for top edge when moving
715 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
718 * fvwm/events.c (HandleMapRequestKeepRaised)
719 (test_withdraw_request):
720 Don't map windows that request to be moved back to WithdrawnState
721 by the ICCCM2 method before they have been mapped. (Fixes bug with
722 disappearing windows.)
724 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
728 increased version to 2.5.25
732 updated for 2.5.24 release
734 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
736 * fvwm/menus.c (__mloop_exit):
737 * fvwm/menubindings.c (parse_menu_action):
739 reindented and cleaned up some code
741 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
743 * fvwm/update.c (apply_window_updates):
744 * fvwm/add_window.c (setup_style_and_decor):
745 (setup_numeric_vals):
749 * fvwm/events.c (HandleEnterNotify):
750 * fvwm/fvwm.c (InitVariables):
752 * fvwm/session.c (SaveGlobalState):
754 * fvwm/move_resize.c (DoSnapAttract):
757 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
758 They have been replaced by the styles EdgeMoveResistance,
759 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
761 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
765 use AS_HELP_STRING to format the configure options help strings
767 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
769 * fvwm/conditional.c:
772 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
774 * fvwm/ConfigFvwmDefaults:
775 restore default action of closing menus for menu titles
777 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
779 * libs/FScreen.c (FindScreenOfXY):
780 * fvwm/move_resize.c (GetMoveArguments):
781 fixed the "screen w" argument of the Move and other commands
783 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
785 * fvwm/virtual.c (HandlePaging):
786 don't modify *xl and *yt unless we we really page
788 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
790 * fvwm/module_list.h:
791 * fvwm/module_list.c:
794 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
798 increased version to 2.5.24
802 updated for 2.5.23 release
804 * libs/Flocale.c (FlocaleEncodeString):
805 removed previous warning fix
807 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
811 Added new style option: StartShaded.
813 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
815 * libs/Flocale.c (FlocaleEncodeString):
818 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
823 removed old fvwm manpage
825 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
829 increased version to 2.5.23
833 fix the date for 2.5.22 release
835 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
837 * fvwm/windowlist.c (CMD_WindowList):
838 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
841 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
845 use "test ! ... = ..." instead of "test ... != ..."
847 * fvwm/builtins.c (CMD_PropertyChange):
848 fixed completely broken parsing of PropertyChange arguments
850 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
854 updated for 2.5.22 release
856 * fvwm/builtins.c (CMD_PropertyChange):
857 * libs/Flocale.c (FlocaleGetFftFont):
860 (FlocaleGetFontOrFontSet):
863 fix compiler warnings
865 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
868 fixed command table parsing
870 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
872 * fvwm/module_list.c (module_kill):
873 (executeModuleDesperate):
874 (module_list_itr_init):
877 * fvwm/events.c (My_XNextEvent):
878 * fvwm/module_list.c (module_alloc):
880 * fvwm/module_list.h (fmodule):
883 restored *not* useless is_cmdline_module stuff
886 add constants for command group tagging
888 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
893 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
896 check for sed, perl and tbl, needed to build documentation
898 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
900 * libs/System.c (fvwm_mkstemp):
901 use constants from libs/fvwm_sys_stat.h
903 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
905 * fvwm/module_list.c (do_execute_module):
906 fixed possible crash when fork fails
908 * fvwm/module_list.c (module_list_remove):
909 now returns the removed fmodule*, or NULL if unsuccessful
910 removed error message when removing a not listed module (it's normal)
912 * fvwm/module_list.c (module_kill):
913 module is inserted in death_row only if it is successfuly removed from
914 module_list (fixes crash when module is killed more than once)
916 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
918 * fvwm/events.c (My_XNextEvent):
919 fixed hang with startup modules
921 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
923 * fvwm/conditional.c (FreeConditionMask):
924 fixed crash with inverted name condition
929 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
935 * sample.fvwmrc/system.fvwm2rc-sample-95:
936 * sample.fvwmrc/system.fvwm2rc:
937 * sample.fvwmrc/system.fvwm2rc-sample-2:
938 * libs/Picture.c (PicturePrintImageCache):
940 * libs/FGettext.c (FGettextPrintLocalePath):
943 * libs/PictureUtils.c (PictureAllocColorTable)
944 (PicturePrintColorInfo):
949 * libs/Ficonv.c (convert_charsets):
950 (FiconvSetupConversion):
951 * fvwm/decorations.c:
954 * fvwm/add_window.c (setup_window_font):
958 * fvwm/conditional.c:
959 * fvwm/fvwm.c (SetRCDefaults):
961 * fvwm/ewmh_events.c:
964 * fvwm/menustyle.c (menustyle_parse_style):
966 * fvwm/ewmh.c (EWMH_Init):
967 * libs/Flocale.c (FlocaleParseShadow):
970 (FlocalePrintLocaleInfo):
971 * fvwm/misc.c (fvwm_msg):
974 write fvwm in lower case
977 fixed build without GNU make
979 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
981 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
982 fixed buffer overflow
984 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
986 * fvwm/module_list.h (fmodule_list_itr):
987 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
988 replace iterator struct by typedef
990 * fvwm/module_list.c (module_list_destroy):
993 new function to remove dup code
995 * fvwm/module_list.c (module_kill):
996 changed to move the module to the deathrow list
998 * fvwm/module_list.h (fmodule):
999 * fvwm/module_list.c (module_alloc):
1000 (module_list_remove):
1001 (FlushMessageQueue):
1002 removed is_removed logic
1004 * fvwm/module_list.c (module_safefree):
1007 * fvwm/events.c (My_XNextEvent):
1008 remove old "#if 0" code
1010 * fvwm/module_list.c (module_kill):
1013 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1015 * fvwm/module_list.h (fmodule_list_itr):
1016 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1017 don't store current pointer in module list iterators.
1020 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1022 * fvwm/events.c (My_XNextEvent):
1023 * fvwm/module_list.c (KillModuleByName):
1024 (FlushAllMessageQueues):
1025 * fvwm/module_interface.c (BroadcastPacket):
1026 (BroadcastNewPacket):
1028 (BroadcastFvwmPicture):
1029 (BroadcastColorset):
1030 (BroadcastProperyChange):
1031 (BroadcastConfigInfoString):
1033 * fvwm/modconf.c (ModuleConfig):
1034 * fvwm/stack.c (BroadcastRestack):
1035 replaced module_get_next by module list iterator mechanism
1037 * fvwm/module_list.h:
1038 * fvwm/module_list.c (module_get_next):
1041 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1043 * fvwm/module_list.h:
1044 * fvwm/module_list.c (fmodule):
1050 (FlushAllMessageQueues):
1052 * fvwm/module_interface.c (BroadcastPacket):
1053 (BroadcastNewPacket):
1055 (BroadcastFvwmPicture):
1056 (BroadcastColorset):
1057 (BroadcastProperyChange):
1058 (BroadcastConfigInfoString):
1060 * fvwm/event.c (My_XNextEvent):
1061 * fvwm/stack.c (BroadcastRestack):
1062 * fvwm/modconf.c (ModuleConfig):
1063 changed to work with generic list container
1065 * fvwm/module_list.c (module_insert):
1066 (module_list_insert):
1068 (module_list_remove):
1071 renamed as list handling functions
1073 * fvwm/events.c (My_XNextEvent):
1074 * fvwm/module_list.h:
1075 * fvwm/module_list.c (module_alloc):
1076 (do_execute_module):
1077 removed useless is_cmdline_module stuff
1079 * fvwm/module_list.h:
1080 * fvwm/module_list.c (module_list_insert):
1081 (module_list_remove):
1083 new fmodule_list object representing a module list.
1084 changed the module lists to the new object.
1085 changed list functions to use the list object instead of the
1086 fmodule_store pointer.
1088 * fvwm/events.c (My_XNextEvent):
1089 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1091 * fvwm/module_list.h (fmodule_list_itr):
1092 * fvwm/module_list.c (fmodule_list_itr_init):
1093 (fmodule_list_itr_next):
1094 created a smart (safe) iterator mechanism to replace the
1095 module_get_next function
1097 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1101 added empty functions to replace CMD_Dummy
1104 use subordinate Makefile.ams instead of iuncluding files from other
1108 removed FVWMNAMEUCASE
1113 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1114 force --enable-htmldoc on "make distcheck"
1116 * fvwm/events.c (HandleEnterNotify):
1117 (HandleLeaveNotify):
1118 properly generate enter_window and leave_window events for FvwmEvent
1120 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1122 * fvwm/move_resize.c (GetOnePositionArgument):
1124 (ParsePositionArgumentSuffix):
1127 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1129 * fvwm/move_resize.c (GetOnePositionArgument):
1130 fixed position calculation with the "w" prefix (move w-1 w-1).
1131 (GetOnePositionArgument):
1134 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1136 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1138 reduce indentation level
1139 add comment to explain why suppressing the warning is right
1141 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1143 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1144 fixed using uninitialized variable
1146 * fvwm/menus.c (scanForStrings):
1147 suppress compiler warning for now
1149 * fvwm/move_resize.c (resize_move_window):
1150 (AnimatedMoveAnyWindow):
1154 * fvwm/module_interface.c (__get_allowed_actions):
1155 * fvwm/menuitem.c (menuitem_paint):
1156 * fvwm/icons.c (CMD_Iconify):
1157 * fvwm/gnome.c (GNOME_SetHints):
1158 * fvwm/ewmh.c (ewmh_AllowsClose):
1160 (ewmh_AllowsFullScreen):
1161 (ewmh_AllowsMinimize)
1162 (ewmh_AllowsMaximize):
1166 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1167 (ewmh_MoveResizeWindow):
1170 (ewmh_WMStateHidden):
1171 * fvwm/events.c (__handle_cr_on_client):
1172 * fvwm/decorations.c (__is_resize_allowed):
1173 (is_function_allowed):
1174 * fvwm/conditional.c (MatchesConditionMask):
1175 * fvwm/builtins.c (CMD_Delete):
1176 * fvwm/add_window.c (AddWindow):
1177 is_function allowed now differentiates between US program actions and
1178 actions initiated by interaction between fvwm and the user
1180 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1182 * fvwm/menus.c (__scan_for_pixmap):
1183 fixed compiler warning
1185 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1186 (ewmh_RestackWindow):
1187 honor FixedSize/FixedPosition styles in EWMH messages too
1189 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1191 * fvwm/fvwm.c (setVersionInfo):
1192 add XCursor support to version output
1194 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1195 (SCTX_GET_MR, string_context_type_t, string_context_t)
1196 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1197 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1198 reimplement pixmap and color scanning for menus to better handle
1201 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1204 don't install fvwm.1
1206 * fvwm/events.c (My_XNextEvent):
1207 remove unused varaible
1209 * fvwm/events.c (My_XNextEvent):
1210 * fvwm/module_list.h:
1211 * fvwm/module_list.c (module_store, module_alloc)
1212 (module_kill_all, module_safefree, module_remove)
1213 (do_execute_module, module_kill, module_cleanup, module_get_next)
1214 (FlushMessageQueue):
1215 Don't free module stuctures during module I/O. (Fixes segfault.)
1217 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1221 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1222 Someone missed to add extra conditions when changing from
1225 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1228 fixed liXcursor detection
1230 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1234 * fvwm/menus.c (scanForPixmap):
1235 made it possible to escape '*' '%' '@' in filenames
1237 * libs/PictureImageLoader.c (PImageLoadSvg):
1238 added transposing and none uniform scaling to svg options
1240 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1242 * libs/PictureImageLoader.c:
1244 (PImageLoadCursorFromFile):
1245 fixed compilation without xpm library
1247 fixed compiler warning without png library
1249 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1252 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1253 fix compilation without xpm library
1255 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1260 * libs/PictureImageLoader.c:
1262 (PImageLoadCursorFromFile):
1263 fixed compilation without xpm library
1265 fixed compiler warning without png library
1267 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1269 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1270 * fvwm/cursor.c (CMD_CursorStyle):
1271 fixed compiler warning
1273 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1275 * fvwm/cursor.c (CMD_CursorStyle):
1276 fix CursorStyle command parsing
1278 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1280 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1281 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1282 * libs/PictureImageLoader.c (PImageLoadSvg):
1284 (PImageCreatePixmapFromArgbData):
1285 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1286 (PImageCreatePixmapFromFImage):
1289 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1291 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1292 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1293 * libs/PictureImageLoader.c (PImageLoadSvg):
1295 (PImageCreatePixmapFromArgbData):
1296 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1297 (PImageCreatePixmapFromFImage):
1300 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1307 added libXcursor detection
1309 * fvwm/Makefile.am (LDADD):
1317 * libs/Makefile.am (libfvwm_a_SOURCES):
1320 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1321 added Xcursor support
1323 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1329 added defs for FxpmInfo and FxpmFreeXpmInfo
1331 * libs/PictureBase.h (FvwmPictureAttributes):
1332 * libs/PictureImageLoader.c
1333 (PImageCreatePixmapFromArgbData):
1334 (PImageLoadPixmapFromFile):
1335 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1336 (PImageLoadCursorPixmapFromFile):
1337 (PImageLoadCursorFromFile):
1338 * libs/PictureImageLoader.h:
1339 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1340 replaced by the new general PImageLoadCursorFromFile()
1342 * fvwm/cursor.c (CMD_CursorStyle):
1343 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1344 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1346 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1348 * libs/PictureImageLoader.c
1352 now returns argb data instead of pixmaps
1353 (PImageLoadPixmapFromFile):
1354 (PImageLoadArgbDataFromFile):
1355 moved first half of PImageLoadPixmapFromFile() into
1356 the new local function PImageLoadArgbDataFromFile()
1358 removed function, code moved into PImageLoadPixmapFromFile()
1360 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1362 * libs/PictureImageLoader.c (PImageLoadXpm):
1363 revised to make use of PImageCreatePixmapFromArgbData()
1365 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1367 * fvwm/colorset.c (parse_shape):
1368 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1369 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1370 * libs/PictureImageLoader.c
1373 (PImageCreatePixmapFromArgbData):
1374 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1375 or translucent (0 < any alpha < 0xff) images.
1377 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1379 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1380 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1381 * libs/PictureImageLoader.c (PImageLoadSvg):
1383 (PImageCreatePixmapFromArgbData):
1384 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1385 (PImageCreatePixmapFromFImage):
1388 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1390 * fvwm/functions.c (CMD_EchoFuncDefinition):
1391 * fvwm/functable.c (func_table):
1393 new command EchoFuncDefinition
1395 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1398 * fvwm/conditional.c (CreateConditionMask):
1399 bugfix: Condition separation previously failed when a
1400 single comma (no whitespace padding) was used directly
1401 after a multi-worded condition.
1403 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1405 * fvwm/module_list.c (module_kill):
1406 fix possible core dump when using startup modules
1408 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1411 * fvwm/builtins.c (CMD_PrintInfo):
1412 * libs/Picture.h (PicturePrintImageCache):
1413 * libs/Picture.c (PicturePrintImageCache):
1414 add ImageCache subject to PrintInfo command
1416 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1419 * fvwm/events.c (My_XNextEvent):
1420 fix crash when a module closes down during input/output.
1422 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1424 * fvwm/icons.c (ChangeIconPixmap):
1427 * fvwm/focus.c (warp_to_fvwm_window):
1428 * fvwm/events.c (__handle_cr_restack):
1429 (__handle_bpress_on_managed):
1430 (HandlePropertyNotify):
1432 * fvwm/stack.c (__restack_window):
1433 (__raise_lower_recursion):
1434 (__raise_or_lower_window):
1435 (raise_or_lower_window):
1436 (position_new_window_in_stack_ring):
1440 (HandleUnusualStackmodes):
1443 (CMD_RestackTransients):
1445 do raise hacks even when the internal stack is intact, unless on a
1448 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1450 * fvwm/style.c (check_window_style_change)
1451 (style_parse_one_style_option):
1453 * fvwm/fvwm.h (window_style):
1454 * fvwm/add_window.c (setup_frame_size_limits):
1455 * fvwm/geometry.c (constrain_size):
1456 new style MinWindowSize
1458 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1461 added missing prototypes
1463 * libs/safemalloc.c:
1470 * libs/Event.c (GetSubwindowFromEvent):
1472 * libs/ColorUtils.c:
1473 include corresponding header files
1475 * libs/PictureBase.c:
1476 * libs/FlocaleCharset.c:
1480 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1482 * configure.ac (HAVE_GNU_READLINE):
1483 detect full GNU readline API (vs BSD libedit readline compatibility
1486 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1488 * fvwm/windowlist.c (CMD_WindowList):
1491 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1492 "UseSkipList" & "OnlySkipList".
1494 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1497 * fvwm/add_window.c (validate_transientfor):
1498 detect and disallow circular transient-for hints
1500 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1503 s/UseListSkip/UseSkipList/g etc.
1505 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1507 * fvwm/menus.c (size_menu_vertically):
1508 added localization of the "More&..." string
1510 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1512 * libs/PictureBase.c (PictureFindImageFile):
1513 fix for segfault with svg-support enabled
1515 * INSTALL.fvwm (http):
1516 * configure.ac (png_CFLAGS):
1517 raise librsvg dependeny due to bug with 2.13.91
1519 * fvwm/cursor.c (CMD_CursorStyle):
1520 remove unused static variable nocursor
1522 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1527 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1530 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1531 bugfix: out-of-tree builds failed due to broken dependency.
1532 Make man page have same header as old one.
1533 Fix man page indentation.
1534 Make text of top-level man page sections all uppercase.
1535 Added --disable-mandoc option.
1536 HTML doc generation is off by default: use --enable-htmldoc.
1537 Added more info in doc/README about XML commands to use.
1539 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1542 * Everything in the 'doc' subdirectory.
1544 XML source to generate man page & HTML documentation.
1546 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1549 * fvwm/colorset.c (parse_colorset):
1550 don't recompute sh, hi and fgsh if they were supplied in a previous
1551 colorset line. Fixes bug #3359.
1553 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1555 * fvwm/move_resize.c (DoSnapAttract):
1556 handle SnapGrid before SnapAttraction so that non-overlapping windows
1557 do not snap edge to edge:
1564 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1566 * fvwm/style.c (parse_and_set_window_style)
1567 (style_parse_one_style_option):
1568 don't warn about PositionPlacement arguments
1570 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1574 enties for ChangeWindowTitle patch by Julio Teca.
1576 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1578 * fvwm/fvwm.c (main):
1579 fixed ROOT CursorStyle context
1581 * fvwm/placement.c (__pl_manual_get_pos_simple):
1582 * fvwm/move_resize.h:
1583 * fvwm/move_resize.c (__move_loop):
1585 fixed long broken POSITION CursorStyle context
1587 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1589 * fvwm/bindings.c (ParseBinding):
1590 fix buffer overrun with >78 character window names.
1592 * fvwm/fvwm.1.in (PositionPlacement):
1595 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1596 * fvwm/style.c (style_parse_one_style_option):
1597 change BorderWidth and HandleWidth style to revert to default if no
1600 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1602 * fvwm/fvwm.h (style_flags):
1603 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1604 (__place_get_wm_pos):
1605 (__place_window, __explain_placement):
1606 * fvwm/style.c (style_parse_one_style_option):
1608 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1609 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1610 (DEFAULT_PLACEMENT_POSITION_STRING):
1613 * fvwm/move_resize.c (GetOnePositionArgument):
1614 added 'w' suffix to Move arguments
1615 allow multiple shifts from original position
1617 * fvwm/style.c (style_parse_one_style_option):
1620 * fvwm/placement.c (setup_window_placement)
1621 (__place_get_placement_flags):
1622 (__place_get_wm_pos):
1623 (__place_get_nowm_pos):
1625 (__place_handle_x_resources):
1626 (setup_window_placement):
1627 * fvwm/fvwm.h (PLACE_CENTER):
1629 replaced CenterPlacement with more flexibe PositionPlacement
1631 * fvwm/move_resize.c (GetMoveArguments):
1632 (GetResizeArguments):
1633 (GetResizeMoveArguments):
1635 * fvwm/move_resize.h:
1636 exported and enhanced function GetMoveArguments for use by placement
1639 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1641 * fvwm/ConfigFvwmDefaults:
1642 reenable MenuScroll on titles
1644 * fvwm/menubindings.c (menu_shortcuts):
1645 don't scroll menus if scrolling would be in the wrong direction
1647 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1649 * fvwm/move_resize.c (__resize_window):
1650 some resizing/gravity fixes
1651 properly handle maximized + shaded state when resizing
1654 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1656 * fvwm/move_resize.c (__resize_window):
1657 resizing of shaded windows work better.
1659 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1661 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1662 clarified previous patch
1664 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1665 documented '-' command prefix
1667 * fvwm/expand.c (__eae_parse_range):
1668 fix $[n-] and $[*] after unsigned int havoc
1670 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1673 * fvwm/ConfigFvwmMenuDefaults:
1675 * fvwm/ConfigFvwmDefaults:
1676 * fvwm/ConfigFvwmMenuDefaults:
1677 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1679 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1681 * fvwm/ConfigFvwmMenuDefaults:
1682 * fvwm/fvwm.c (SetRCDefaults):
1683 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1684 apply to menu item context.
1686 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1688 * fvwm/placement.c (placement_loop):
1689 (__pl_minoverlap_get_avoidance_penalty):
1690 (__pl_smart_get_first_pos):
1691 (__pl_smart_get_next_pos):
1692 (__pl_smart_test_window):
1693 (__pl_smart_get_pos_penalty):
1694 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1695 now less than ten lines of code.
1697 * fvwm/add_window.c (setup_placement_penalty):
1698 * fvwm/style.c (style_parse_one_style_option):
1699 allow to reset the placement penalties with !
1702 * fvwm/add_window.c (setup_placement_penalty):
1705 * fvwm/style.c (style_parse_one_style_option):
1706 put placement penalty array in a struct
1708 * fvwm/placement.c (__place_get_wm_pos):
1709 (__pl_clever_get_next_x):
1710 (__pl_clever_get_next_y):
1711 (__pl_clever_get_first_pos):
1712 (__pl_clever_get_next_pos):
1713 (__pl_clever_get_avoidance_penalty):
1714 (__pl_clever_get_pos_penalty):
1715 (__pl_minoverlap_get_next_x):
1716 (__pl_minoverlap_get_next_y):
1717 (__pl_minoverlap_get_first_pos):
1718 (__pl_minoverlap_get_next_pos):
1719 (__pl_minoverlap_get_avoidance_penalty):
1720 (__pl_minoverlap_get_pos_penalty):
1721 renamed ...clever... functions to ...minoverlap...
1724 * fvwm/decorations.c:
1725 * fvwm/menubindings.c:
1726 * fvwm/module_interface.c:
1727 * fvwm/module_list.c:
1729 * fvwm/module_list.h:
1731 * fvwm/module_interface.h:
1733 dont include "libs" in include path
1736 #includes from fvwm path with "..." not <...>
1739 #includes from library path with "..." not <...>
1741 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1746 documented new svg support
1749 added librsvg detection
1751 * fvwm/Makefile.am (LDADD, INCLUDES):
1752 added rsvg_LIBS, rsvg_CFLAGS
1754 * fvwm/expand.c (expand_vars_extended):
1755 new extended variables
1756 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1758 * fvwm/fvwm.1.in (OPTIONS):
1760 documented new svg support
1761 (COMMAND EXPANSION):
1762 documented new extended variables
1764 * fvwm/fvwm.c (setVersionInfo):
1766 added Frsvg_init() call
1771 * libs/Makefile.am (libfvwm_a_SOURCES):
1776 * libs/Picture.c (PCacheFvwmPicture):
1777 hid svgopts from isFileStampChanged()
1779 * libs/PictureBase.c (PictureFindImageFile):
1780 hid svgopts from searchPath()
1782 * libs/PictureBase.h:
1784 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1785 hid svgopts from setFileStamp()
1787 new svg image loader
1789 * libs/fvwmlib.c (flib_init_graphics):
1790 added Frsvg_init() call
1792 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1795 * fvwm/stack.c (__is_restack_needed)
1796 (is_transient_subtree_straight):
1798 fix crash when trying to restack destroyed window
1800 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1802 * libs/Makefile.am (libfvwm_a_SOURCES):
1805 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1806 * fvwm/menus.c (move_any_menu)
1807 set menu backgrounds before moving. Makes transparent menus move
1810 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1811 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1812 add update_transparent_menu_bg to allow set of transparent menu
1813 background before a move, and change repaint_transparent_menu to
1814 allow for not setting the menu background.
1816 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1817 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1818 transparent colorsets)
1819 (CreateOffsetBackgroundPixmap):
1820 use offset also for non transparent backgrounds.
1822 * fvwm/menubindings.c (menu_shortcuts):
1823 don't move menus on scroll if they don't move
1825 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1830 * fvwm/decorations.c:
1832 * fvwm/ewmh_events.c:
1833 * fvwm/ewmh_icons.c:
1838 * fvwm/menubindings.c:
1843 * fvwm/module_interface.c:
1844 * fvwm/module_list.c:
1847 * fvwm/windowlist.c:
1848 * fvwm/windowshade.c:
1853 * fvwm/conditional.c:
1860 * fvwm/add_window.c:
1862 * fvwm/move_resize.c:
1871 * fvwm/execcontext.c:
1873 * libs/CombineChars.c:
1881 * libs/FlocaleCharset.c:
1885 * libs/safemalloc.c:
1891 * libs/ColorUtils.c:
1893 * libs/PictureImageLoader.c:
1894 * libs/PictureGraphics.c:
1897 * libs/PictureUtils.c:
1899 * libs/PictureBase.c:
1900 use new header files
1906 * libs/ColorUtils.h:
1907 * libs/PictureBase.h:
1914 * libs/Makefile.am (libfvwm_a_SOURCES):
1915 moved declarations from fvwmlib.h to new/appropriate header files
1920 * fvwm/menus.c (paint_side_pic):
1921 fixed previous patch
1924 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1926 * fvwm/menus.c (paint_side_pic):
1929 * fvwm/menus.c (paint_side_pic):
1930 use simple expose information to redraw sidepics less.
1932 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1934 * fvwm/geometry.c (constrain_size):
1935 silence gcc 4.1.1 warning.
1937 * libs/System.c (searchPath):
1938 search in pwd if no path is given.
1939 return NULL if a file dosn't exist regardless if it's absolute path
1941 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1943 * fvwm/placement.c (__place_window)
1944 (__pl_under_mouse_get_pos_simple):
1945 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1947 new style option UnderMousePlacementHonorsStartsOnPage
1949 * fvwm/update.c (init_style):
1950 don't forget stickyness when a window goes fullscreen (or when some
1951 other style is changed)
1953 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1955 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1956 properly handle title direction with cascade placement
1958 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1961 * fvwm/placement.c (__pl_center_get_pos_simple):
1962 CenterPlacement properly handles Xinerama screens
1964 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1967 always substiture datarootdir
1969 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1971 * fvwm/add_window.c (GetWindowSizeHints):
1972 * fvwm/geometry.c (constrain_size):
1973 undefine macros after use
1975 reindented and cleaned up
1976 do not grow a window because of aspect ratio if this is not explicitly
1977 allowed by the CS_ROUND_UP flag
1979 (__cs_handle_aspect_ratio):
1980 broken into separate functions and cleaned up
1982 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1984 * fvwm/module_list.c (module_receive):
1985 (module_input_discard):
1986 allocate input data in just one call - better perfomance
1988 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1990 * fvwm/placement.c (__place_get_wm_pos):
1991 simplified to a simple loop
1992 (__explain_placement):
1993 added explanation of new placement styles
1995 * fvwm/placement.c (__place_get_wm_pos):
1997 (__pl_center_get_pos_simple):
1998 (__pl_under_mouse_get_pos_simple):
1999 (__pl_cascade_get_pos_simple):
2000 (__pl_manual_get_pos_simple):
2001 (__place_get_wm_pos):
2002 use new placement interface for CenterPlacement, UnderMousePlacement,
2003 ManualPlacement, CascadePlacement
2005 * fvwm/placement.c (__sp_get_first_pos):
2006 (__sp_get_next_pos):
2007 (__sp_get_pos_penalty):
2008 (__place_get_wm_pos):
2009 use new placement interface for SmartPlacement
2014 don't use inline functions
2017 renamed function and generalized the placement interface to deal with
2018 any algorithm in the same way
2019 (__place_get_wm_pos):
2020 use new placement interface
2024 increased version to 2.5.22
2028 updated for 2.5.21 release
2030 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2032 * fvwm/read.h: Compile syntax error fix.
2034 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2036 * fvwm/placement.c (SmartPlacement):
2037 fixed broken SmartPlacement
2039 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2041 * fvwm/expand.c (expand_vars_extended):
2042 free allocated icon path
2044 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2052 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2055 * fvwm/fvwm.1.in (Scroll):
2056 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2057 add interactive scrolling.
2059 * fvwm/stack.c (is_transient_subtree_straight):
2060 check first above the tree root, then beneth it.
2062 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2064 * fvwm/module_interface.h
2065 * fvwm/module_interface.c (module_input_enqueue):
2066 (module_input_execute):
2067 new functions based on AddToCommandQueue and ExecuteModuleCommand
2069 * fvwm/module_list.c (CMD_ModuleSynchronous):
2071 * fvwm/events.c (My_XNextEvent):
2072 * fvwm/module_interface.c (ExecuteCommandQueue):
2073 using the above two new functions instead of AddToCommandQueue and
2074 ExecuteModuleCommand
2076 * fvwm/module_interface.c (cqueue_object_type):
2079 * fvwm/module_interface.h
2080 * fvwm/module_interface.c (AddToCommandQueue):
2081 (ExecuteModuleCommand):
2084 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2086 * fvwm/fvwm.h (window_style):
2087 * fvwm/style.c (style_parse_one_style_option):
2088 icon background relief and icon title relief changed to sigend char;
2089 should fix problem with ppc and negative values for these.
2091 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2093 * fvwm/module_list.h:
2094 * fvwm/module_list.c (module_receive):
2095 (module_input_discard):
2096 (module_input_expect):
2097 new functions to deal with module input
2099 * fvwm/module_list.h:
2100 * fvwm/module_list.c (HandleModuleInput):
2101 replaced by the above three functions
2103 * fvwm/events.c (My_XNextEvent):
2104 * fvwm/module_list.c (CMD_ModuleSynchronous):
2106 adapted to use the above three functions instead of HandleModuleInput
2108 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2110 * configure.ac (HAVE_PNG):
2111 don't mangle png_LIBS, use --with-png-library
2113 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2116 removed news about previous change after move of version-2_5_20 tag
2117 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2120 * fvwm/stack.c (__restack_window):
2121 fix so new transient windows with StackTransientParent on top layer
2122 don't make all windows raise above the pan frames.
2126 increased version to 2.5.21
2130 updated for 2.5.20 release
2132 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2134 * fvwm/fvwm.c (main):
2135 remove the call to module_init_list, the list head is instead set
2136 to NULL upon declaration
2138 * fvwm/module_list.h:
2139 * fvwm/module_list.c (module_init_list):
2142 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2144 * fvwm/stack.c (is_transient_subtree_straight)
2145 (is_transient_subtree_stack_straight):
2146 use <= 32 character function name
2147 (mark_transient_subtree, is_transient_subtree_straight)
2148 (__mark_transient_subtree_test):
2149 move common tests to function to avoid code duplication
2151 * fvwm/fvwm.1.in (IconifyWindowGroups):
2152 Correctly document that windows are iconified together if the are in
2153 the same window group, not if the group leader is iconified.
2155 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2157 * fvwm/add_window.c (GetWindowSizeHints):
2158 * libs/vpacket.h (ConfigWinPacket):
2159 * fvwm/module_interface.c (CONFIGARGS):
2160 * fvwm/fvwm.h (FvwmWindow):
2161 add orig_hints_width_inc and orig_hints_height_inc values to store the
2162 original resize inc for use in FvwmIdent
2165 * fvwm/style.c (style_parse_one_style_option):
2166 deprecated some "No..." styles
2167 (style_parse_one_style_option):
2168 add a NoResizeHintOverride style
2170 * fvwm/add_window.c (GetWindowSizeHints):
2171 only ignore the min_width/min_height/max_width/max_height with the
2172 ResizeHintOverride style
2174 * fvwm/icons.c (DeIconify):
2175 corrected previous fix
2177 * fvwm/placement.c (CleverPlacement):
2179 (__place_get_wm_pos):
2180 (__place_get_nowm_pos):
2182 fixed smart placement
2183 unified placement func interface
2185 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2188 * fvwm/icons.c (DeIconify):
2191 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2192 fix detection of non needed lower operations
2194 BroadcastRestack to modules even if non is done. (To cancel effect of
2195 already sent M_RAISE/M_LOWER)
2196 don't do raise hacks if no restack was done.
2198 * fvwm/fvwm.h (FvwmWindow):
2199 icon_nalloc_pixels is int instead of unsined int
2201 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2202 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2203 use int instead of unsigned int.
2205 * fvwm/menugeometry.c (menu_get_geometry)
2206 (menu_get_outer_geometry):
2207 * fvwm/focus.c (CMD_WarpToWindow):
2208 * fvwm/geometry.c (get_title_button_geometry):
2209 * fvwm/session.c (SaveWindowStates):
2210 * fvwm/conditional.c (CMD_WindowId):
2211 * fvwm/placement.c (__place_get_wm_pos):
2212 * fvwm/frame.c (frame_create_move_resize_args):
2213 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2214 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2215 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2216 * fvwm/style.c (style_parse_icon_box_style):
2217 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2218 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2220 * fvwm/events.c (HandlePropertyNotify)
2221 (__is_bpress_window_handled):
2222 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2224 fix geometry signed pointer warnings
2226 * libs/Graphics.c (CalculateGradientDimensions):
2227 cast pointer to unsigned int*
2229 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2230 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2231 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2232 change unsigned int* parameter to int*. It get's info stored in an
2233 unsigned short, so it should be OK.
2237 JunkMask is unsigned
2239 * fvwm/stack.c (__mark_group_member)
2240 (is_transient_subtree_stacked_straight, __is_restack_needed)
2241 (__restack_window, mark_transient_subtree):
2242 don't raise or lower windows if they are already at the right place.
2244 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2246 * fvwm/module_interface.c (struct cqueue_object_type):
2247 * fvwm/module_list.h (struct fmodule_input):
2248 reused cqueue_object_type as a struct to store module input data
2249 renamed it to fmodule_input and moved it to module_list.h
2250 typedef'ed it to cqueue_object_type in module_interface.c
2252 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2254 * fvwm/placement.c (__cp_get_next_x):
2256 (__cp_get_first_pos):
2257 (__cp_get_next_pos):
2258 (__cp_get_avoidance_penalty):
2261 restructured and cleaned up CleverPlacement code
2263 * fvwm/style.c (style_parse_icon_box_style):
2264 * fvwm/virtual.c (HandlePaging):
2265 * fvwm/stack.c (verify_stack_ring_consistency):
2266 (ResyncFvwmStackRing):
2268 * fvwm/read.c (cursor_control):
2269 * fvwm/placement.c (__place_get_wm_pos):
2270 * fvwm/move_resize.c (GetMoveArguments):
2271 (ParseOneResizeArgument):
2272 (GetResizeArguments):
2273 (GetResizeMoveArguments):
2274 (resize_move_window):
2275 (resize_move_window):
2286 (maximize_fvwm_window):
2290 * fvwm/menustyle.h (MenuStyle):
2291 * fvwm/menus.c (MenuSizingParameters):
2293 (paint_menu_gradient_background):
2294 (paint_menu_gradient_background):
2298 (pop_menu_down_and_repaint_parent):
2299 (__mloop_handle_action_without_mi):
2303 * fvwm/menuroot.h (MenuRootStatic):
2305 * fvwm/menuitem.h (MenuPaintItemParameters):
2306 * fvwm/menugeometry.h:
2307 * fvwm/menubindings.c (menu_shortcuts):
2308 * fvwm/icons.c (SetIconPixmapSize):
2310 (DrawIconTitleWindow):
2315 * fvwm/gnome.c (GNOME_GetHintIcons):
2316 * fvwm/functions.c (FvwmFunction):
2317 (__execute_function):
2319 (execute_complex_function):
2320 * fvwm/fvwm.c (JunkWidth):
2326 * fvwm/externs.h (JunkWidth):
2331 * fvwm/focus.c (CMD_WarpToWindow):
2332 * fvwm/expand.c (__eae_parse_range):
2333 (expand_args_extended):
2334 (expand_vars_extended):
2335 (expand_vars_extended):
2336 * fvwm/ewmh_names.c (EWMH_WMIconName):
2338 * fvwm/ewmh_intern.h:
2339 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2340 (EWMH_DoUpdateWmIcon):
2341 (ewmh_SetWmIconFromPixmap):
2342 (ewmh_SetWmIconFromPixmap):
2343 (EWMH_DeleteWmIcon):
2346 (EWMH_SetIconFromWMIcon):
2347 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2349 (ewmh_WMIconGeometry):
2352 * fvwm/ewmh.c (ewmh_ChangeProperty):
2353 (ewmh_ChangeProperty):
2355 (ewmh_AtomGetByName):
2356 (ewmh_AddToKdeSysTray):
2357 (EWMH_GetWorkAreaIntersection):
2358 (ewmh_HandleWindowType):
2359 (ewmh_check_wm_pid):
2360 * fvwm/geometry.c (constrain_size):
2362 * fvwm/events.c (__handle_cr_on_client):
2365 * libs/PictureImageLoader.c:
2366 * libs/PictureImageLoader.h:
2369 * libs/Graphics.c (ParseGradient):
2370 (CalculateGradientDimensions):
2371 (CreateGradientPixmap):
2372 (CreateGradientPixmapFromString):
2373 * fvwm/colorset.c (update_root_pixmap):
2374 * fvwm/builtins.c (CMD_Echo):
2376 * fvwm/add_window.c (AddWindow):
2377 * fvwm/screen.h (DecorFace):
2378 use int instead of unsigned int
2380 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2381 * fvwm/colormaps.c (EnterSubWindowColormap):
2382 (LeaveSubWindowColormap):
2383 (FetchWmColormapWindows):
2385 * libs/CombineChars.c (char_combclass):
2386 use short instead of short int
2387 use long instead of long int
2389 * libs/PictureBase.h (FvwmPictureAttributes):
2390 (FvwmRenderAttributes):
2391 * libs/Flocale.h (FlocaleFont):
2392 * fvwm/style.c (style_parse_icon_grid_style):
2393 * fvwm/menus.c (size_menu_horizontally):
2394 (size_menu_vertically):
2397 * fvwm/menuitem.c (menuitem_paint):
2399 * fvwm/menuitem.h (MenuItem):
2400 * fvwm/geometry.c (set_window_border_size):
2401 * fvwm/decorations.c (SelectDecor):
2402 use int instead of short
2404 * fvwm/screen.h (FvwmAcs):
2406 * fvwm/menus.c (MenuSizingParameters):
2407 (size_menu_horizontally):
2409 (paint_menu_gradient_background):
2410 * fvwm/menuroot.h (MenuRootStatic):
2411 * fvwm/menuitem.h (MenuItem):
2412 (MenuItemPartSizesT):
2413 * fvwm/menuitem.c (menuitem_get_size):
2414 * fvwm/menudim.h (MenuDimensions):
2415 use int instead of unsigned short
2417 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2420 * libs/gravity.c (gravity_move_resize_parent_child):
2422 * fvwm/frame.c (mr_args_internal):
2423 (frame_setup_border):
2424 (frame_setup_titlebar):
2425 (frame_get_resize_decor_gravities):
2426 (frame_get_titlebar_dimensions):
2427 use rectangle instead of signed_rectangle
2429 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2430 * libs/fvwmrect.h (signed_rectangle):
2434 widht and height are now signed values
2436 * fvwm/placement.c (get_next_x):
2444 * fvwm/placement.c (get_next_x):
2450 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2453 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2454 StickyAcrossDesksIcon.
2456 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2458 * fvwm/conditional.c (CreateConditionMask):
2459 added conditions StickyIcon, StickyAcrossPagesIcon and
2460 StickyAcrossDesksIcon.
2463 documented new conditional tests.
2464 removed descriptions of styles StickyIconPage & StickyIconDesk which
2465 actually don't exists in fvwm.
2466 moved StickyIcon/SlipperyIcon descriptions immediately after
2467 Sticky/Slippery description.
2469 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2471 * fvwm/placement.c (SmartPlacemen):
2473 cleaned up SmartPlacement code
2475 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2477 * fvwm/ConfigFvwmMenuDefaults:
2478 Mouse 0 MS A MenuLeaveSubmenu instead.
2480 * fvwm/ConfigFvwmMenuDefaults:
2481 Mouse 0 MS A MenuClose to make sidepic and border behave as
2482 before menu bindings.
2485 * libs/wcontext.h (enum):
2486 * fvwm/menubindings.c (menu_binding):
2488 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2490 * fvwm/menustyle.c (menustyle_parse_old_style):
2491 add a message of deprecation.
2493 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2495 * fvwm/module_list.h:
2496 * fvwm/module_list.c:
2497 new files for module handling code.
2499 * fvwm/module_list.h:
2500 * fvwm/module_interface.h:
2501 * fvwm/module_list.c:
2502 * fvwm/module_interface.c:
2503 (struct mqueue_object_type):
2514 (do_execute_module):
2515 (executeModuleDesperate):
2517 (CMD_ModuleListenOnly):
2518 (CMD_ModuleSynchronous):
2519 (HandleModuleInput):
2525 (DeleteMessageQueueBuff):
2526 (FlushMessageQueue):
2527 (FlushAllMessageQueues):
2529 (CMD_set_sync_mask):
2530 (CMD_set_nograb_mask):
2531 (skipModuleAliasToken):
2533 (struct msg_masks_t):
2535 moved from module_interface.c/h to module_list.c/h
2537 * fvwm/module_list.h (do_execute_module):
2538 * fvwm/module_interface.h (AddToCommandQueue):
2539 (ExecuteModuleCommand):
2540 initialy static functions are exposed for now. Should be fixed soon.
2543 added module_list.h and module_list.c
2544 reorganized the c files by size
2546 * fvwm/module_list.h:
2547 * fvwm/module_list.c:
2560 renamed functions to a unified style
2562 * fvwm/module_interface.h:
2563 * fvwm/module_interface.c:
2569 * fvwm/windowshade.c:
2571 * fvwm/move_resize.c:
2572 include file cleanup
2574 * fvwm/module_list.c (do_execute_module):
2575 made absolutely sure the module's read fd is >=0 before inserting
2576 the module on the list
2578 * fvwm/events.c (My_XNextEvent):
2579 * fvwm/module_list.c (PositiveWrite):
2580 (CMD_ModuleSynchronous):
2581 assume module read fd is allways >=0 (remove the tests)
2583 * fvwm/module_list.c (module_free):
2584 no need to test if fd >=0 when closing the pipes.
2586 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2588 * fvwm/menuitem.c (draw_higlight_background):
2589 fix x-origin of HGradients
2591 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2593 * fvwm/module_interface.c (FlushMessageQueues):
2594 fixed not flushing the first module on the list
2596 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2598 * libs/Flocale.c (FlocaleGetFftFont):
2599 add sanity check for NULL fontname.
2603 * fvwm/menuitem.c (menuitem_paint):
2604 (draw_hilight_background):
2605 make all kinds of pixmaps work with hilight background
2607 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2608 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2609 (CreateBackgroundPixmap):
2610 added CreateOffsetBackgroundPixmap with the ability to create
2611 transparent images at an offset relative to the window.
2613 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2615 * fvwm/menus.c (__mloop_exit):
2618 (__mloop_handle_event):
2619 don't warp to parent item when entering other item with mouse.
2623 * fvwm/menustyle.c (menustyle_update):
2624 make use of colorset TiledPixmap option with HiglightBack
2625 and HiglightTitleBack menu styles.
2627 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2632 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2634 * libs/FScreen.c (FScreenParseGeometry):
2635 don't look up screen info if screen is undefined
2637 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2641 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2643 * libs/fio.c (fvwm_send):
2646 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2651 new utility files to wrap writing/reading standard lib functions that
2652 might be interrupted
2654 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2656 * fvwm/ewmh_intern.h:
2657 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2658 instead of <time.h>.
2660 * fvwm/windowlist.h:
2661 removed unneeded file.
2664 removed windowlist.h from build list.
2666 * libs/PictureUtils.c:
2667 include "ftime.h" instead of <time.h>.
2668 fvwmlib.h header name should be in double quotes not in angle
2672 include "ftime.h" instead of <sys/time.h>.
2674 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2677 make my email less spider-friendly
2679 * fvwm/bindings.c (binding_cmd):
2683 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2685 * fvwm/screen.h (ScreenInfo):
2686 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2687 casting signed values in calculations to be cast to unsigned
2689 * fvwm/focus.c (__activate_window_by_command):
2690 don't warp the viewport if the center of the window is already in view
2691 fixed a bug in window positioning
2693 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2696 FvwmIconBox IconColorset's bg wasn't updated immediately.
2698 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2700 * fvwm/fvwm.c (main):
2701 close all open fds upon startup
2702 reopen stdin, stdout and stderr if necessary
2706 * fvwm/module_interface.c (do_execute_module):
2707 simplified error handling
2708 check maximum fd when creating modules
2710 * fvwm/events.c (My_XNextEvent):
2711 * fvwm/fvwm.c (main):
2712 replaced fd_width with fvwmlib_max_fd
2715 * libs/System.c (fvwmlib_init_max_fd):
2716 added function and fvwmlib_max_fd
2718 * fvwm/events.c (My_XNextEvent):
2719 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2720 switch back to using FD_SET
2722 * fvwm/events.c (My_XNextEvent:
2723 * fvwm/module_interface.h:
2724 * fvwm/module_interface.c:
2725 hide module structure members with access macros and use them
2728 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2730 * fvwm/module_interface.c (module_add_to_fdsets):
2731 * fvwm/module_interface.h:
2732 created new function that also checks for too many open fds
2734 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2735 * fvwm/events.c (My_XNextEvent):
2736 now using module_add_to_fdset to add pipes to the fdsets
2738 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2740 * libs/defaults.h (MAX_NUM_MODULES):
2741 * fvwm/module_interface.c (module_alloc):
2742 (do_execute_module):
2743 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2745 * fvwm/module_interface.c (do_execute_module):
2746 moved the allocation call to the end of the sanity checks and pipe
2747 creation - better for performance
2749 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2751 END MODULE STRUCT PATCHES
2753 * fvwm/module_interface.c (do_execute_module):
2754 fixed another memory leak
2756 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2758 * fvwm/module_interface.h:
2759 * fvwm/module_interface.c:
2761 renamed struct module member "pipeName" and "pipeAlias" to "name"
2764 * fvwm/module_interface.c (do_execute_module):
2765 fixed possible memory leak
2767 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2769 * fvwm/events.c (My_XNextEvent):
2770 * fvwm/module_interface.c (module_alloc):
2771 (do_execute_module):
2773 * fvwm/module_interface.h (fmodule):
2774 replaced int with a flag struct
2776 * fvwm/module_interface.h:
2777 * fvwm/events.c (My_XNextEvent):
2778 * fvwm/module_interface.c (module_alloc):
2782 add new modules at front of list again
2783 removed global variable init_fdset; use a flag in the module struct
2785 removed the now obsolete module slot count
2787 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2789 * fvwm/module_interface.c (module_remove):
2791 moved module remotion code to module_remove()
2793 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2795 * fvwm/events.c (My_XNextEvent):
2796 fixed startup commands
2798 * fvwm/module_interface.c (module_insert):
2802 append modules at end of list
2804 * fvwm/events.c (My_XNextEvent):
2807 * fvwm/module_interface.c (ExecuteModuleCommand):
2811 (BroadcastNewPacket):
2813 (BroadcastFvwmPicture):
2814 (BroadcastColorset):
2815 (BroadcastPropertyChange):
2816 (BroadcastConfigInfoString):
2818 (FlushAllMessageQueues):
2821 (CMD_set_sync_mask):
2822 (CMD_set_nograb_mask):
2824 (skipModuleAliasToken):
2825 use MAX_MODULE_ALIAS_LEN
2827 * fvwm/module_interface.c (KillModule):
2828 (do_execute_module):
2830 added a "slot" member to the module struct to fix the init_fdset hack
2833 * libs/defaults.h (MAX_NUM_MODULES):
2834 (MAX_MODULE_ALIAS_LEN):
2837 * fvwm/module_interface.c (do_execute_module):
2838 rewrote module struct initialization
2839 (HandleModuleInput):
2840 use %p to print module address, don't cast it to int
2842 * fvwm/module_interface.c (ClosePipes):
2850 * fvwm/module_interface.c (FreeModule):
2854 * fvwm/module_interface.c (KillModule):
2856 * fvwm/events.c (My_XNextEvent):
2857 * fvwm/execcontext.h:
2858 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2860 * fvwm/stack.c (BroadcastRestack):
2863 * fvwm/module_interface.c (module_get_next):
2864 * fvwm/module_interface.h:
2867 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2869 * fvwm/modconf.c (ModuleConfig):
2870 (SendConfigToModule):
2871 (send_xinerama_state):
2872 (send_desktop_names):
2873 (send_desktop_geometry):
2878 (send_move_threshold):
2879 (send_ignore_modifiers):
2880 (CMD_Send_ConfigInfo):
2881 * fvwm/functions.c (__execute_function):
2882 * fvwm/events.c (My_XNextEvent):
2883 * fvwm/module_interface.h (msg_masks_t):
2885 * fvwm/execcontext.c (__exc_change_context):
2886 (exc_create_null_context):
2887 * fvwm/execcontext.h:
2888 Initial module struct patches
2890 BEGIN MODULE STRUCT PATCHES
2892 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2894 * fvwm/events.c (HandleFocusOut):
2895 (__refocus_stolen_focus_win):
2896 (HandleEnterNotify):
2897 less disruptive way of restoring focus to the window it was stolen from
2899 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2901 * fvwm/events.c (HandleEnterNotify):
2902 restore focus to windows that had it stolen by
2903 unmanaged windows on enter of any unmanaged windows.
2905 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2907 * fvwm/menubindings.c:
2908 don't include menus.h
2910 * fvwm/ConfigFvwmMenuDefaults:
2911 all bindings are silent
2913 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2915 * fvwm/ConfigFvwmMenuDefaults:
2916 make all numpad keys silent -- not all keyboads have a numpad
2917 add KP_Separator for MenuClose
2919 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2922 documented missing menu bindings.
2924 * fvwm/ConfigFvwmMenuDefaults:
2925 fixed wrong menu bindings.
2927 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2929 * fvwm/menubindings.c:
2930 * fvwm/menubindings.h:
2934 * fvwm/menugeometry.c:
2935 * fvwm/menugeometry.h:
2941 * fvwm/move_resize.c:
2942 * fvwm/move_resize.h:
2943 * fvwm/windowlist.c:
2944 simplified including header files
2946 * fvwm/menus.c (__mloop_handle_event):
2947 * fvwm/menuparameters.h:
2948 * fvwm/menubindings.c (menu_shortcuts):
2949 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2951 * fvwm/menus.c (__mloop_handle_event):
2952 * fvwm/menuparameters.h:
2953 * fvwm/menubindings.c (menu_shortcuts):
2954 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2957 * fvwm/menus.h (MenuParameters):
2962 (MenuRepaintTransparentParameters):
2963 * fvwm/menuparameters.h (MenuParameters):
2968 (MenuRepaintTransparentParameters):
2969 moved to menuparameters.h
2971 * fvwm/menus.h (MenuRoot):
2974 * fvwm/menutypes.h (MenuRoot):
2979 * fvwm/menus.c (menu_get_geometry):
2980 (menu_get_outer_geometry):
2981 * fvwm/menugeometry.c (menu_get_geometry):
2982 (menu_get_outer_geometry):
2983 moved to menugeometry.c
2985 * fvwm/menuparameters.h:
2987 * fvwm/menugeometry.c:
2988 * fvwm/menugeometry.h:
2992 * fvwm/menubindings.h (enum):
2993 * fvwm/menus.c (enum):
2994 moved enum menu_shortcut_action to menubindings.h
2995 (get_selectable_item_index):
2996 (get_selectable_item_from_index):
2997 (get_selectable_item_from_section):
2998 (get_selectable_item_count):
2999 (parse_menu_action):
3000 moved to menubindings.c
3002 * fvwm/menus.c (enum):
3003 (parse_menu_action):
3005 renamed enum shortcut_action to menu_shortcut_action
3007 * fvwm/fvwm.c (SetRCDefaults):
3008 read default config file after all other defaults
3010 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3012 * fvwm/ConfigFvwmMenuDefaults:
3013 * fvwm/fvwm.c (SetRCDefaults):
3014 make the hard coded menu bindings load before ConfigFvwmDefaults
3015 move Mouse 0 ... to ConfigFvwmMenuDefaults
3017 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3019 * fvwm/ConfigFvwmMenuDefaults:
3020 * fvwm/fvwm.c (SetRCDefaults):
3021 added hard coded default menu bindings
3023 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3026 documentation fixes.
3028 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3031 * fvwm/menubindings.h:
3032 * fvwm/menubindings.c:
3036 moved new menu binding code to menubindings.c, menubindings.h
3037 split binding into a regular list and a fallback list that can not be
3040 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3041 fixed calculation of new geometry if x or y is negative
3043 * fvwm/geometry.c (maximize_adjust_offset):
3044 fixed calculations of normal geometry when maximized
3046 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3049 * fvwm/ConfigFvwmMenuDefaults:
3050 * fvwm/fvwm.c (SetRCDefaults):
3051 * fvwm/menus.c (parse_menu_action):
3053 rename menu action to menu bindings and make menu binding commands
3054 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3055 ensure basic function with ConfigFvwmMenuDefaults missing.
3057 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3059 * fvwm/menus.c (menuShortcuts):
3060 fixed compiler warning.
3062 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3065 corrected mis-spelling
3071 * fvwm/menus.c (handle_emacs_bindings):
3074 (__mloop_handle_event):
3076 * fvwm/bindings.c (ParseBinding):
3077 * fvwm/Makefile.am (config_DATA):
3078 * fvwm/ConfigFvwmDefaults:
3079 * fvwm/ConfigFvwmMenuDefaults:
3080 fully configurable mouse any key bindings for menu navigation.
3082 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3084 * fvwm/virtual.c (HandlePaging):
3085 removed bogus comment
3087 * fvwm/move_resize.c (__move_loop):
3090 allow paging during resize with "EdgeScroll 0 0" as documented in the
3092 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3094 * fvwm/fvwm.h (FvwmWindow):
3095 * fvwm/add_window.c (AddWindow):
3096 * fvwm/add_window.c (setup_frame_window):
3097 * fvwm/add_window.c (setup_parent_window)
3098 * fvwm/borders.c (border_draw_decorations):
3099 * fvwm/borders.c (border_draw_one_border_part):
3100 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3101 * fvwm/borders.c (border_get_titlebar_descr)
3102 * fvwm/builtins.c (__remove_window_decors):
3103 * fvwm/conditional.c (MatchesConditionMask):
3104 * fvwm/events.c (HandleMapNotify):
3105 * fvwm/events.c (HandleMapRequestKeepRaised)
3106 * fvwm/events.c (HandlePropertyNotify):
3107 * fvwm/events.c (HandleShapeNotify):
3108 * fvwm/events.c (__cr_detect_icccm_move)
3109 * fvwm/events.c (__cr_get_grav_position):
3110 * fvwm/events.c (__cr_get_static_position)
3111 * fvwm/events.c (__handle_configure_request)
3112 * fvwm/events.c (__handle_cr_on_client):
3113 * fvwm/ewmh.c (EWMH_fullscreen):
3114 * fvwm/focus.c (__activate_window_by_command):
3115 * fvwm/focus.c (__set_focus_to_fwin):
3116 * fvwm/focus.c (warp_to_fvwm_window):
3117 * fvwm/frame.c (__frame_setup_window):
3118 * fvwm/frame.c (frame_create_move_resize_args)
3119 * fvwm/frame.c (frame_free_move_resize_args):
3120 * fvwm/frame.c (frame_move_resize_step)
3121 * fvwm/frame.c (frame_reshape_border):
3122 * fvwm/geometry.c (constrain_size):
3123 * fvwm/geometry.c (get_icon_corner)
3124 * fvwm/geometry.c (get_page_offset):
3125 * fvwm/geometry.c (get_page_offset_check_visible):
3126 * fvwm/geometry.c (get_shaded_client_window_pos):
3127 * fvwm/geometry.c (get_title_button_geometry):
3128 * fvwm/geometry.c (get_title_geometry)
3129 * fvwm/geometry.c (get_unshaded_geometry):
3130 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3131 * fvwm/geometry.c (gravity_constrain_size):
3132 * fvwm/geometry.c (maximize_adjust_offset):
3133 * fvwm/geometry.c (update_absolute_geometry):
3134 * fvwm/geometry.c (update_relative_geometry)
3135 * fvwm/gnome.c (GNOME_SetWinArea):
3136 * fvwm/icons.c (AutoPlaceIcon):
3137 * fvwm/icons.c (DeIconify):
3138 * fvwm/icons.c (Iconify):
3139 * fvwm/module_interface.c (CONFIGARGS):
3140 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3141 * fvwm/move_resize.c (CMD_Maximize):
3142 * fvwm/move_resize.c (CMD_ResizeMaximize):
3143 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3144 * fvwm/move_resize.c (__move_loop):
3145 * fvwm/move_resize.c (__move_window):
3146 * fvwm/move_resize.c (__resize_window):
3147 * fvwm/move_resize.c (maximize_fvwm_window):
3148 * fvwm/move_resize.c (resize_move_window):
3149 * fvwm/move_resize.c (stick_across_pages):
3150 * fvwm/move_resize.c (unmaximize_fvwm_window):
3151 * fvwm/placement.c (__explain_placement):
3152 * fvwm/placement.c (__place_get_wm_pos):
3153 * fvwm/placement.c (get_next_x):
3154 * fvwm/placement.c (get_next_y):
3155 * fvwm/placement.c (test_fit)
3156 * fvwm/session.c (MatchWinToSM):
3157 * fvwm/session.c (SaveWindowStates):
3158 * fvwm/update.c (apply_window_updates):
3159 * fvwm/virtual.c (MoveViewport):
3160 * fvwm/windowlist.c (CMD_WindowList):
3161 * fvwm/windowshade.c (CMD_WindowShade):
3162 put some of the window geometry members into a separate struct window_g
3163 with members frame, normal, max, max_defect, max_offset
3165 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3169 * fvwm/window_flags.h:
3171 * fvwm/style.c (style_parse_one_style_option):
3172 * fvwm/icons.c (DrawIconTitleWindow):
3173 * fvwm/fvwm.h (common_flags_t):
3174 * fvwm/fvwm.1.in (Style):
3176 (border_draw_title_stick_lines):
3177 Applied Stippled patch by Thomas Adam with some fixes.
3179 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3182 FvwmWinList button/list syncronization fixed (bug #1393)
3184 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3192 updated for 2.5.19 release
3195 updated after 2.4.20 release
3198 * fvwm/focus.c (focus_get_fpol_context_flag):
3199 * fvwm/events.c (__check_click_to_focus_or_raise)
3200 (__handle_click_to_focus):
3201 Treat EWMH desktop as client window under click to focus. (#1492)
3203 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3205 * libs/Module.h (MX_REPLY):
3206 (MAX_EXTENDED_MESSAGES):
3208 * fvwm/module_interface.c (CMD_Send_Reply):
3209 * fvwm/functable.c (func_table):
3211 Added Send_Reply module only command.
3213 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3215 * libs/PictureUtils.c (init_static_colors_table):
3216 fix fvwm for < 8 bit depth, bug #1677
3218 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3220 * fvwm/misc.c (IsRectangleOnThisPage):
3221 new fix for signedness problems.
3223 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3225 * fvwm/misc.c (IsRectangleOnThisPage):
3226 fix signedness problem with test introduced by gcc4 fix below.
3228 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3230 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3234 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3235 * libs/gravity.h (gravity_move_resize_parent_child):
3236 * libs/gravity.c (gravity_move_resize_parent_child):
3237 * fvwm/frame.h (frame_get_titlebar_dimensions)
3238 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3239 (frame_get_resize_decor_gravities):
3241 (frame_setup_border):
3242 (frame_setup_titlebar)
3243 (frame_get_resize_decor_gravities):
3244 (frame_get_titlebar_dimensions):
3245 split rectangle into a signed size and an unsigned size type.
3247 * fvwm/screen.h (ScreenInfo):
3248 * libs/FScreen.h (FScreenGetScrRect):
3249 (FScreenGetResistanceRect):
3250 * libs/FScreen.c (XineramaScreenInfo):
3251 (FScreenGetGeometry)
3252 (FScreenGetScrRect):
3253 (FScreenClipToScreen):
3254 (FScreenCenterOnScreen)
3255 (FScreenGetResistanceRect):
3256 (FScreenIsRectangleOnScreen):
3257 * fvwm/fvwm.h (FvwmWindow):
3258 * fvwm/screen.h (DecorFace):
3259 * libs/fvwmlib.h (CreateGradientPixmap):
3260 * libs/Graphics.c (CreateGradientPixmap):
3261 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3262 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3263 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3264 (PImageLoadPixmapFromFile):
3265 (PImageLoadPixmapFromXpmData):
3266 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3267 (PImageCreatePixmapFromArgbData):
3268 (PImageLoadPixmapFromFile)
3269 (PImageLoadFvwmPictureFromFile):
3270 (PImageLoadPixmapFromXpmData):
3271 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3272 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3273 (EWMH_SetIconFromWMIcon):
3274 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3275 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3276 * fvwm/colorset.c (parse_colorset):
3277 * fvwm/icons.c (DrawIconTitleWindow):
3280 * fvwm/menus.h (MenuRootDynamic):
3281 * fvwm/menus.c (update_menu):
3285 * fvwm/move_resize.c (GetMoveArguments):
3286 (ParseOneResizeArgument)
3287 (GetResizeArguments):
3288 (GetResizeMoveArguments):
3292 change dimensions and allocation counts to unsigned types.
3294 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3295 (FlocaleStringByteToCharOffset):
3296 (FlocaleStringCharToByteOffset)
3297 (FlocaleStringCharLength)
3298 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3299 (FlocaleStringByteToCharOffset):
3300 (FlocaleStringCharToByteOffset)
3301 (FlocaleStringCharLength):
3302 (FlocaleUtf8ToUnicodeStr2b)
3303 (FlocaleStringToString2b):
3304 (FlocaleEncodeString):
3305 * libs/Ficonv.c (convert_charsets):
3306 change most string types to char* from unsigned char* to match
3307 with system headers without casts.
3309 * libs/Flocale.c (FlocaleLoadFont):
3310 init shadow_dir to make gcc 4 happy.
3312 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3313 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3314 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3315 (CSETS_IS_TRANSPARENT_PR_PURE):
3316 (CSETS_IS_TRANSPARENT_ROOT)
3317 (CSETS_IS_TRANSPARENT):
3318 compare pointer with NULL, not >= 0.
3320 * libs/FTips.h (ftips_position_t):
3321 * fvwm/expand.c (partial_extended_vars):
3322 * fvwm/placement.c (preason_screen_t):
3323 remove comma last in enums.
3325 * fvwm/style.c (style_parse_focus_policy_style):
3326 change 0xffffffff to ~0 to silience truncation warning.
3328 * fvwm/session.h (mwtsm_state_args):
3329 make flags unsigned.
3331 * fvwm/schedule.c (sq_object_type):
3332 change // to /* ... */
3334 * libs/Fft.c (FftGetFontWidths):
3336 * libs/FScreen.c (FScreenConfigureSLSScreens):
3337 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3338 (EWMH_SetDesktopNames):
3339 * fvwm/fvwm.c (LoadDefaultLeftButton):
3340 (LoadDefaultRightButton):
3341 * fvwm/builtins.c (ReadDecorFace):
3343 silence signedness warnings by casts.
3345 * fvwm/borders.c (ROTATE_RECTANGLE):
3346 make sure tr is initialized.
3348 * fvwm/add_window.c (FetchWmProtocols):
3349 use unsigned type for l_protocols.
3351 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3353 * fvwm/events.c (HandleFocusIn):
3355 * fvwm/focus.c (__set_focus_to_fwin):
3356 fix focus decoration when unmanaged are focused, unless
3357 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3359 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3361 * fvwm/geometry.c (constrain_size):
3362 repeat aspect-resizing in a loop to get a stable result that does not
3363 change the next time the frame is set up
3365 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3369 increased version to 2.5.19
3374 updated for 2.5.18 release
3376 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3379 removed the unused test for imlib
3380 removed the Imlib.h header from gdk_imlib test programs
3382 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3384 * fvwm/ewmh.c (atom_get):
3385 fix offset and length args for XGetWindowProperty() (to support 64bit
3388 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3390 * fvwm/events.c (HandleUnmapNotify):
3391 immediately handle MapRequests after unmapping a window while we still
3392 have the context fvwm window; this is necessary to allow the client to
3393 re-map a window before fvwm can reparent it to the root window
3394 (HandleMapRequestKeepRaised):
3397 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3399 * fvwm/ewmh.c (ewmh_HandleDesktop):
3400 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3403 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3407 * fvwm/decorations.c:
3408 fix offset and length args for XGetWindowProperty() (to support 64bit
3411 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3414 * fvwm/expand.c (expand_vars_extended):
3415 correctly expand break.
3416 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3419 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3421 * fvwm/decorations.h (is_function_allowed):
3422 * fvwm/decorations.c (__is_resize_allowed):
3423 (is_function_allowed):
3424 work on 'const FvwmWindow *'
3426 * fvwm/fvwm.h (action_flags):
3427 * fvwm/style.c (check_window_style_change):
3428 * fvwm/module_interface.c (__get_allowed_actions)
3430 * libs/vpacket.h (ConfigWinPacket):
3431 expose fvwm allowed actions to modules
3433 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3435 * fvwm/move_resize.c (__move_icon):
3436 *do* map icon windows for pictured icons on move, but only if they end
3437 up on the current desk
3439 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3441 * fvwm/move_resize.c (__move_icon):
3442 don't map icon windows for pictured icons on move
3444 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3446 * fvwm/style.c (remove_all_of_style_from_list):
3447 (__simplify_style_list):
3452 (style_ids_are_equal):
3453 (style_id_equals_id)
3454 (styles_have_same_id):
3456 (one_fw_can_match_both_ids):
3457 (check_window_style_change):
3458 use int/0/1 instead of Bool/False/True
3460 * fvwm/move_resize.c (stick_across_pages):
3461 use False instead of FALSE
3463 * fvwm/style.c (fw_match_style_id):
3464 * fvwm/read.c (run_command_file):
3466 * fvwm/add_window.c (MappedNotOverride):
3467 * libs/wild.c (matchWildcards):
3468 use 0 and 1 instead of FALSE and TRUE
3471 removed TRUE and FALSE
3473 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3476 FvwmPager !IconTitle style bugfix.
3478 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3481 Updated description of Wait command in man page.
3483 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3485 * libs/Flocale.c (FlocaleFontStructDrawString)
3486 (FlocaleRotateDrawString):
3487 (FlocaleDrawString):
3488 fixed drawing of forecolor/hilightfore
3490 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3491 always unmaximize and resize window when leaving fullscreen state,
3492 not just if it did not start as fullscreen
3494 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3496 * fvwm/fvwm.1.in (MenuStyle):
3497 added a reference to the prefered ! style negation flag,
3498 and listed the other deprecated negative forms in one place.
3501 (AutomaticHotkeysOff):
3504 changed to the ! negation form and listed as deprecated.
3506 removed relics from the man page
3508 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3512 increased version to 2.5.18
3517 updated for 2.5.17 release
3519 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3521 * fvwm/move_resize.c (__move_window):
3522 allow moving a window without an icon while it's iconified based on the
3525 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3527 * fvwm/menustyle.c (menustyle_copy):
3528 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3530 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3533 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3534 changed the manpage to reflect the prefered style negation method,
3535 that is, using the !* negation sign.
3537 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3539 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3540 removed documentation of filters.
3543 * fvwm/expand.c (check_first_filter):
3545 (expand_args_extended):
3546 (expand_vars_extended):
3548 removed variable filter implementation and backslash-escaping.
3550 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3553 News blurb for variable filters and backslash-escaping.
3555 documentation of variable filters.
3557 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3559 * fvwm/expand.c (chec):
3562 (expand_args_extended):
3563 (expand_vars_extended):
3565 implemented variable filters.
3567 * fvwm/expand.c (expand_vars):
3568 made backslash work as escape character within extended variables.
3570 * libs/Strings.h (QuoteEscapeString):
3571 (QuoteEscapeStringLength):
3572 * libs/Strings.c (QuoteEscapeString):
3573 (QuoteEscapeStringLength):
3574 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3577 * fvwm/expand.c (expand_args_extended):
3578 make upper limit inclusive.
3580 * fvwm/functions.c (__execute_function):
3581 Changed PeekToken to GetNextToken before expand_vars call.
3584 updated documentation regarding quoting in expand_args_extended
3586 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3588 * fvwm/expand.c (__eae_parse_range):
3589 reject everything that does not begin with a digit
3591 * libs/Parse.c (SkipNTokens):
3592 stop skipping tokens at the end of input
3594 * fvwm/expand.c (__eae_parse_range):
3598 (__eae_parse_range):
3599 fixed parsing of $[n-]
3601 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3603 * fvwm/expand.c (expand_args_extended):
3605 added range check for positional parameters
3606 (expand_args_extended):
3607 (__eae_parse_range):
3608 cleaned up and simplified parsing code
3609 properly unquote arguments when expanding
3610 removed the patch below
3612 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3614 * fvwm/expand.c (expand_args_extended):
3615 removed range check for positional parameters
3616 make single arguments not use the 'upper' variable
3617 changed back to PeekToken for single arguemnts.
3618 improved some comments.
3620 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3622 * fvwm/expand.c (expand_args_extended):
3623 Fix segfault when called with a tokenless string for single arguments.
3625 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3627 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3628 Reported by Serge Koksharov.
3630 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3632 * fvwm/placement.c (__explain_placement):
3633 print initial size of window too
3635 * libs/Makefile.am (libfvwm_a_SOURCES):
3636 * libs/fvwm_sys_stat.h:
3640 added O_NOFOLLOW replacement and always include fcntl.h
3642 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3644 Added DV's mailing-list comments about how PeekToken & GetNextToken
3645 work as comments to the source code. (slightly modified)
3647 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3649 * fvwm/schedule.c (CMD_Schedule):
3650 Fixed parsing of "Periodic" option.
3652 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3655 Fix for tempfile vulnerabilities in FvwmCommand.
3657 Added check for lstat.
3659 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3664 Added "Periodic" option to Schedule command.
3666 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3668 * fvwm/module_interface.c (KillModule):
3673 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3675 * fvwm/fvwm.c (main):
3676 changed the -blackout warning to say it will be removed in 3.0
3678 * fvwm/fvwm.1.in (-blackout):
3679 updated the manual regarding the future remotion of -blackout
3681 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3685 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3687 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3689 *libs/alloca.c (DEBUG_I00FUNC)
3690 removed old debug code
3692 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3695 removed the old unused file
3697 * libs/Makefile.am (libfvwm_a_SOURCES):
3698 removed the reference to debug.c
3701 removed the code related to libs/debug.c
3703 * fvwm/module_interface.c (make_named_packet)
3704 removed the #if 0'ed debug code related to debug.c
3706 fvwm/focus.h (DEBUG_FOCUS)
3707 removed the #ifdef'ed to 0 debug code related to debug.c
3710 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3712 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3713 removed useles definition.
3715 * modules/FvwmPager/FvwmPager.c (main):
3717 removed most of the debug code.
3718 changed termination debug to use 'isTerminated' instead of
3719 'debug_term_signal'.
3720 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3723 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3724 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3726 removed unused debug_term_signal.
3728 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3731 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3732 stdio's getline; news entry.
3734 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3737 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3738 (do_execute_module):
3742 * fvwm/commands.h (enum):
3743 * fvwm/functable.c (func_table):
3744 new command ModuleListenOnly
3746 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3748 * fvwm/move_resize.c (__move_loop):
3749 make sure a window is snapped in __move_loop when a button is released
3750 if it was snapped before
3752 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3754 * fvwm/expand.c (expand_vars_extended):
3755 convert function to have a single return point; this is good to
3756 implement doc/todo-vars filters in the future;
3757 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3758 to behave like deprecated $n, $c and $r, i.e. quote them
3760 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3763 multiple minor tweaks: remove trailing spaces and other
3764 re-spacing and re-indenting, remove old "#if 0" code
3766 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3768 * fvwm/move_resize.c (ParseOneResizeArgument):
3769 rewrote parsing of resize arguments
3770 new prefix 'w' for resizing
3772 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3774 * fvwm/conditional.c (MatchesConditionMask):
3775 fixed handling of some conditions (iconifiable, fixed, ...)
3777 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3782 * fvwm/conditional.c:
3783 Output an error message if an unrecognised conditional is used
3784 with the Test or TestRc commands.
3786 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3788 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3789 do not map hide windows if their width or height is zero
3791 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3793 * fvwm/ewmh_events.c:
3796 * libs/FlocaleCharset.c:
3800 corrected typos in warning messages
3803 * libs/PictureGraphics.c:
3804 * libs/PictureGraphics.h:
3805 renamed function PGraphicsCreateTransprency to
3806 PGraphicsCreateTransparency
3808 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3810 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3811 * fvwm/expand.c (expand_args_extended):
3812 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3814 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3817 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3818 * fvwm/expand.c (expand_args_extended):
3820 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3822 * fvwm/conditional.c (CMD_All):
3823 * fvwm/fvwm.1.in (All):
3824 changed Reverse and UseStack options to have free order.
3827 * fvwm/fvwm.1.in (WindowShade):
3828 * fvwm/windowshade.c (CMD_WindowShade):
3829 * fvwm/add_window.c (setup_window_structure):
3830 added last direction to WindowShade command.
3832 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3834 * fvwm/fvwm.1.in (All):
3837 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3840 * fvwm/fvwm.1.in (All):
3841 * fvwm/conditional.c (CMD_All):
3842 added reverse option to All command to do the action in opposite order
3843 added UseStack option to All command to use the stack ring instead of
3846 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3849 changed fallback editor from `emacs' to `vi' because it much
3850 more widespread on non-Linux systems
3851 fixed errors (because of incorrect syntax fallback entries were
3853 now script honors `TMPDIR' env. variable and if it's not set it
3854 fallback to `/tmp' directory when creating temporary file
3856 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3859 changed description of the fvwmstyle resource usage
3860 to state that it's used in addition to the other
3862 * fvwm/style.c (fw_match_style_id):
3863 fixed a typo in style_name matching
3865 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3867 * fvwm/style.c (fw_match_style_id):
3868 reformatted code and fixed a warning
3870 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3874 * libs/Fft.c (FftGetFont):
3878 * libs/System.c (fvwm_mkstemp):
3879 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3880 function was never used, even if it was considered secure by configure
3883 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3886 added some more suff to the list of what I've done.
3889 * fvwm/add_window.c (__add_window_handle_x_resources)
3892 * fvwm/fvwm.h (FvwmWindow):
3893 added fvwmstyle resource to override style name
3895 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3897 * fvwm/menus.c (pop_menu_up):
3898 as documented, do not warp to title for root menus with TitleWarp
3900 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3903 Removed duplicated 'NoIcon' style option description in the end
3904 of the `The Style command...' section.
3905 Removed `Recapture True' option setting in example of BusyCursor
3906 description, because `Recapture' isn't valid option of `BusyCursor'
3908 Updated ewmh specification URL (the old was 404)
3909 Added URL to ICCCM 2.0 manual
3911 * modules/FvwmAnimate/FvwmAnimate.c:
3912 corrected delay for Zoom3D animation effect
3914 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3915 * modules/FvwmConsole/FvwmConsole.1.in:
3916 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3917 consistent with rest of the documentation and because it's more
3918 conventional abbreviation.
3920 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3921 slightly clarified the `StartName' option description
3922 added the undocumented `MailDir' option description. Somebody
3923 violated section `K' of the convention list.
3926 * fvwm/ConfigFvwmSetup:
3927 * modules/FvwmForm/FvwmForm.1.in:
3928 * modules/FvwmForm/FvwmForm-Rlogin:
3929 * sample.fvwmrc/system.fvwm2rc:
3930 * sample.fvwmrc/system.fvwm2rc-sample-1:
3931 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3932 inherently insecure. We shouldn't teach our users bad things,
3939 * bin/fvwm-config.1.in:
3940 * bin/fvwm-menu-headlines.1:
3941 * bin/fvwm-menu-headlines.in:
3942 * bin/fvwm-perllib.in:
3943 * bin/fvwm-root.1.in:
3949 * libs/PictureGraphics.c:
3951 * modules/FvwmBacker/FvwmBacker.1.in:
3952 * modules/FvwmDebug/FvwmGtkDebug.in:
3953 * modules/FvwmDebug/FvwmGtkDebug.1:
3954 * modules/FvwmEvent/FvwmEvent.1.in:
3955 * modules/FvwmForm/FvwmForm.1.in:
3956 * modules/FvwmIconMan/xmanager.c:
3957 * modules/FvwmIdent/FvwmIdent.c:
3958 * modules/FvwmIdent/FvwmIdent.1.in:
3959 * modules/FvwmPerl/FvwmPerl.in:
3960 * modules/FvwmPerl/FvwmPerl.1:
3961 * modules/FvwmScript/FvwmScript.1.in:
3962 * modules/FvwmScript/Widgets/Menu.c:
3963 * modules/FvwmTabs/ConfigFvwmTabs:
3964 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3965 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3966 * modules/FvwmTheme/FvwmTheme.1.in:
3967 * perllib/FVWM/Module/Tk.pm:
3968 * perllib/FVWM/Tracker.pm:
3969 * perllib/FVWM/Module.pm.in:
3972 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3974 * fvwm/style.c (style_parse_focus_policy_style):
3975 fix ISO C90 compability with unconsumed styleoption warnings
3977 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3979 * fvwm/events.c (HandlePropertyNotify):
3980 fix for bug 1557/3950 (possible free of Untilted constant or
3981 already used name (if app reset the name already given to them))
3983 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3985 * fvwm/focus.c (__activate_window_by_command)
3986 (warp_to_fvwm_window):
3988 * fvwm/builtins.c (CMD_CursorMove):
3989 set last pointer event position after warping the pointer
3992 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3995 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3997 * acinclude.m4 (AM_PATH_GTK):
3999 (AM_PATH_GDK_IMLIB):
4003 fixed to cope with 4 digit version numbers
4005 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4008 * fvwm/style.c (parse_and_set_window_style)
4009 (style_parse_one_style_option):
4010 (style_parse_icon_fill_style)
4011 (style_parse_icon_grid_style):
4012 (style_parse_icon_box_style)
4013 (style_parse_icon_size_style):
4014 (style_parse_focus_policy_style)
4015 (style_parse_button_style):
4016 warn if parts of style options are not consumed
4018 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4020 * fvwm/menuitem.c (menuitem_paint):
4021 use the MenuColorset in all cases if TitleColorset is not given
4023 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4025 * fvwm/style.c (style_parse_one_style_option):
4026 * fvwm/placement.c (__place_get_wm_pos):
4027 (__explain_placement):
4028 new placement style UnderMousePlacement
4030 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4033 * fvwm/fvwm.1.in (EdgeScroll):
4034 * fvwm/virtual.c (CMD_EdgeScroll):
4035 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4036 added wrap/wrapx/wrapy option to EdgeScroll
4038 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4041 spell check the whole file (dozens of typos)
4043 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4045 * fvwm/module_interface.c (do_execute_module):
4046 removed accidentally committed FVWM_MODULE_ALIAS patch
4048 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4050 * fvwm/module_interface.c (do_execute_module):
4051 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4053 * fvwm/menus.c (size_menu_horizontally):
4054 fix for drawing menus with sidepic on the right
4056 * libs/Flocale.c (FlocaleFontStructDrawString):
4057 (FlocaleDrawString):
4058 set the foreground colour before drawing a string
4061 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4064 (menustyle_parse_style):
4066 * fvwm/menus.c (calculate_item_sizes):
4067 (size_menu_vertically):
4068 (UpdateMenuColorset):
4069 * fvwm/menuitem.c (menuitem_paint):
4070 Applied patch by David Maciver
4071 new menu styles TitleColorset, HilightTitleBack and TitleFont
4073 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4076 * libs/Module.c (ParseModuleArgs):
4077 added variable "namelen" to ModuleArgs struct
4079 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4082 removed duplicate declaration
4084 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4086 * fvwm/fvwm.c (main):
4087 replaced previous patch with a better one
4089 * fvwm/virtual.c (unmap_window):
4090 * fvwm/menus.c (do_menu):
4091 * fvwm/events.c (fake_map_unmap_notify):
4093 * fvwm/add_window.c (MappedNotOverride):
4094 Added XFlush after XSelectInput
4096 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4099 * fvwm/fvwm.c (main):
4100 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4102 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4106 increased version to 2.5.17
4111 updated for 2.5.16 release
4113 * acinclude.m4 (CHECK_LIBCHARSET):
4116 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4118 * fvwm/functions.c (execute_complex_function):
4119 print a message to the console instead of ringing the bell when a
4122 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4125 fixed typo (NEWS still said 2.5.15)
4127 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4131 increased version to 2.5.16
4136 updated for 2.5.15 release
4138 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4140 * fvwm/move_resize.c (GetOnePositionArgument):
4142 new option "screen" to Move type commands
4144 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4146 * acinclude.m4 (smr_SWITCH):
4149 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4152 restore requirement of automake-1.4; 1.8 is too new even for my system
4154 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4158 renamed configure.in to configure.ac
4161 some updates for new autoconf/automake versions
4168 require autoconf-2.53 or later
4170 * Makefile.am (AUTOMAKE_OPTIONS):
4171 require automake-1.8 or later
4174 check for X library path before X library checks
4175 removed obsolete C++ compiler check
4176 removed duplicate type size checks
4177 replaced M4 comment ("dnl") with shell comment ("#") in many places
4180 fixed aclocal warnings
4182 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4184 * fvwm/style.c (style_parse_button_style):
4185 corrected typo in error message, and made errorous buttons not apply
4186 (style_parse_one_style_option):
4187 changed NoButton to use style_parse_button_style
4189 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4192 new fix for incompatible pointer type warning with gcc 3.4.
4194 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4201 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4204 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4209 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4211 * fvwm/frame.c (frame_free_move_resize_args):
4212 fixed drawing of transparent decorations or when using lazy shading
4215 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4218 * libs/fvwmsignal.c:
4222 * fvwm/ewmh_names.c:
4223 * libs/CombineChars.c:
4229 * libs/PictureUtils.c:
4234 * libs/safemalloc.c:
4237 do not #include stdlib.h (comes from config.h)
4240 do not #include string.h (comes from config.h)
4243 fixed detection of string.h/strings.h
4245 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4247 * libs/Fft.c (FftGetFont):
4248 fixed compiler warning with gcc 3.4.4
4250 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4252 * fvwm/menuitem.c (menuitem_paint):
4253 properly undraw unselected item area
4255 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4257 * fvwm/menuitem.c (menuitem_paint):
4258 * fvwm/menus.c (get_menu_paint_item_parameters)
4259 (get_menu_paint_item_parameters):
4261 fixed text offset of menu items with icons but with an item format that
4263 (size_menu_horizontally):
4264 allow sidepic to be placed in the middle of menu items; this is better
4265 than ignoring the item format completely but does not draw the items
4268 * fvwm/menus.c (__mloop_handle_event):
4270 fixed delayed menu drawing issue
4272 do not draw the selected menu item before the menu is drawn for the
4274 (repaint_transparent_menu):
4277 don't call get_menu_paint_item_parameters when the result is not used
4278 (get_menu_paint_item_parameters):
4280 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4282 * fvwm/ewmh.h (EWMH_CMD_Style):
4283 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4284 * fvwm/style.c (style_parse_one_style_option):
4285 Added support for inverting boolean EWMH styles with !.
4290 * fvwm/window_flags.h:
4291 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4292 * fvwm/ewmh.c (ewmh_HandleWindowType):
4294 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4296 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4298 * fvwm/icons.c (GetIconWindow):
4299 * fvwm/fvwm.h (FvwmWindow):
4300 * fvwm/events.c (__handle_cr_on_icon):
4301 properly handle icon border width; fixes an xterm active icon loop
4303 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4305 * fvwm/borders.c (border_draw_one_border_part):
4306 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4309 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4311 * fvwm/menustyle.c (menustyle_copy_face):
4313 (menustyle_free_face):
4315 (menustyle_parse_style):
4316 use new functions and fix a bug
4321 removed empty files colors.c and colors.h
4323 * fvwm/colors.c (CopyColor):
4325 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4328 * fvwm/frame.c (frame_reshape_border):
4331 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4333 * fvwm/menustyle.c (menustyle_copy_face):
4334 separated from menustyle_copy; color copies are reallocated.
4338 color copies are reallocated.
4340 * fvwm/colors.c (CopyColor):
4341 * fvwm/colors.h (CopyColor):
4344 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4346 * fvwm/move_resize.c (__resize_window):
4347 fix for not being able to finish resize with mouse when resizing on
4348 click with modifiers active. (intruduced with 'removed duplicate
4349 pointer query' at sep 29)
4353 * fvwm/menustyle.c (menustyle_parse_style):
4354 made style pairs negatable with '!' prefix
4355 ActiveForeOff and HilightBackOff frees colors used.
4357 * fvwm/menustyle.c (menustyle_copy):
4358 fix for freeing color from sorce instead of destination.
4360 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4362 * fvwm/functions.c (__execute_function):
4363 fixed an error in yesterdays patch to complex fuctions. the commands
4364 pressed window were not retored correctly after running move functions
4365 without it, and functions would be run twice.
4367 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4370 added NoLayer to list of allowed options for WindowList command
4371 fixed grammar of test-conditions list. formatting fixes for
4372 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4376 * fvwm/functions.c (__execute_function)
4377 (__run_complex_function_items):
4378 (execute_complex_function):
4379 fix for moving/resizing reference window usage with complex functions.
4381 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4383 * fvwm/move_resize.c (__move_loop):
4384 reimplemented a fix for the place with keyboard setting a button as
4385 used for place bug; this time without breaking escape key.
4387 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4389 * fvwm/move_resize.c (__move_loop):
4390 removed the previous patch as it breaks aborting window motion with the
4393 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4395 * fvwm/move_resize.c (__move_loop):
4396 fixed bug where finishing movment with keyboard would set a random
4397 button as used for placement.
4399 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4402 * fvwm/frame.c (frame_setup_border):
4403 reverted change for move of window parts (reset of PressedW).
4405 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4407 * fvwm/frame.c (frame_setup_border):
4410 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4413 * fvwm/move_resize.c (__resize_window):
4414 removed duplicate pointer query for enter/leave notify events.
4415 resizing of shaded windows in the shaded direction no longer
4416 results in bogus ref points.
4418 * fvwm/frame.c (frame_setup_border):
4419 reset PressedW if the part has moved. This prevents strange
4420 ref points in resize if called from some complex functions.
4422 * fvwm/frame.c (frame_create_move_resize_args):
4423 shaded windows use get_client_geometry for client geometry.
4425 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4429 * fvwm/fvwm.h (window_flags):
4430 (WindowConditionMask):
4432 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4435 * fvwm/session.c (_match):
4438 * fvwm/conditional.c (MatchesConditionMask):
4439 (CreateConditionMask):
4440 * fvwm/add_window.c (setup_window_structure):
4441 * fvwm/move_resize.h (placement_binding):
4442 * fvwm/move_resize.c (__move_loop):
4443 (placement_binding):
4444 * fvwm/bindings.c (ParseBinding):
4445 * libs/wcontext.c (win_contexts):
4446 * libs/wcontext.h (enum):
4448 Added placement context for simple mouse bindings to allow
4449 specification of buttons to finish/cancel movment. Buttons >3
4450 may now be used to place windows.
4451 Replaced window flag placed_wb3 with placed_by_button
4452 FvwmWindow member. Added window condition PlacedByButton.
4454 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4458 * fvwm/menustyle.h (enum):
4462 (ST_SCROLL_OFF_PAGE):
4463 (MST_SCROLL_OFF_PAGE):
4464 * fvwm/menustyle.c (menustyle_copy):
4465 (menustyle_get_styleopt_index):
4466 (menustyle_parse_style):
4468 * fvwm/menus.c (menuShortcuts):
4470 (__mloop_handle_event):
4471 (menu_get_outer_geometry):
4474 added MouseWheel and ScrollOffPage menu styles
4476 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4479 * fvwm/menus.c (append_item_to_menu):
4480 fixed bug #1121: Use of pointer without checking for NULL
4482 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4485 * fvwm/expand.c (expand_vars):
4486 warn on usage of obsolete one-letter variables
4488 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4492 * fvwm/expand.c (expand_vars_extended):
4494 allow nesting of variables
4496 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4498 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4499 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4503 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4505 * fvwm/borders.c (border_draw_one_border_part)
4506 (border_draw_all_border_parts):
4507 fix the previous patch to work with title-less windows too
4509 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4511 * fvwm/borders.c (border_draw_one_border_part)
4512 (border_draw_all_border_parts):
4513 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4514 windows to make the borders look homogeneous (based on the patch of
4517 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4523 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4524 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4526 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4530 increased version to 2.5.15
4535 updated for 2.5.14 release
4537 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4538 (ewmh_WMStateSkipTaskBar):
4539 (ewmh_WMStateSkipPager):
4540 (ewmh_WMStateModal):
4541 fixed several ewmh-hints
4543 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4546 fix TestRc example error, s/Any/All/
4548 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4553 * fvwm/conditions.c (MatchesConditionMask):
4554 (CreateConditionMask):
4555 added FixedPosition condition
4557 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4559 * fvwm/virtual.c (HandlePaging):
4560 use FQueryPointer every time to track the pointer position; this fixes
4561 fvwm hanging in HandlePaging for the given delay once the pointer
4562 touches the pan frames
4564 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4566 * fvwm/session.c (SaveWindowStates):
4569 save and restore the default layer during a restart
4571 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4573 * fvwm/conditional.c (CMD_Test):
4575 rename previously added Test conditions to EnvIsSet and EnvMatch,
4576 tweak the logic when the variable is set, but empty
4578 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4580 * fvwm/conditional.c (CMD_Test):
4582 added test conditions EdgeHasPointer and EdgeIsActive
4584 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4586 * fvwm/virtual.c (raisePanFrames):
4587 prevent cycling of pan frame window stacking order
4589 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4591 * fvwm/conditional.c (CMD_Test):
4593 add Test conditions IsEnvSet and MatchEnv
4595 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4597 * fvwm/menus.c (pop_menu_up):
4598 * fvwm/menustyle.c (menustyle_copy):
4599 two fixes by Viktor Griph
4601 * fvwm/events.c (HandleEvents):
4602 simplify the style list if there is nothing else to do
4604 * fvwm/style.c (__simplify_style_list):
4605 (styles_have_same_id):
4606 (style_id_equals_id):
4607 (style_ids_are_equals):
4609 (remove_all_of_style_from_list):
4610 (one_fw_can_match_both_ids):
4611 pass pointers instead of the whole style structure
4612 (__simplify_style_list):
4613 fixed memory leak and tweaked the code
4615 * libs/Strings.c (CatString3):
4616 fixed a buffer overflow
4618 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4621 detect if Window, Pixel or void * are bigger than long and refuse to
4624 * libs/vpacket.h (ConfigWinPacket):
4625 * fvwm/windowshade.c (CMD_WindowShade):
4626 * fvwm/virtual.c (MoveViewport):
4629 (CMD_GotoDeskAndPage):
4630 * fvwm/update.c (apply_window_updates):
4631 * fvwm/stack.c (BroadcastRestack):
4634 * fvwm/icons.c (DeIconify):
4636 * fvwm/geometry.c (broadcast_icon_geometry):
4637 * fvwm/events.c (HandleEnterNotify):
4639 (HandleLeaveNotify):
4641 (HandleMapRequestKeepRaised):
4642 * fvwm/add_window.c (destroy_window):
4643 * fvwm/module_interface.c (SendFvwmPicture)
4644 (BroadcastFvwmPicture):
4645 (CMD_Send_WindowList):
4646 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4647 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4650 * fvwm/virtual.c (GetDeskNumber):
4651 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4652 around the given desk range with a relative desk
4654 * fvwm/focus.c (focus_grab_buttons_on_layer):
4660 reindented some code and renamed some variables
4662 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4664 * fvwm/events.c (__check_click_to_focus_or_raise):
4667 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4669 * FvwmIconMan/xmanager.c (set_win_iconified):
4670 fixed select/focus button state lost when deiconifying a window
4672 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4674 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4677 * libs/Colorset.c (get_aspect_dimensions):
4678 fixed aspectpixmap size calculations
4680 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4682 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4685 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4686 (ewmh_CurrentDesktop):
4687 (ewmh_DesktopGeometry):
4688 (ewmh_NumberOfDesktops):
4690 (ewmh_WMIconGeometry):
4691 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4692 print error messages for broken gnome client messages
4694 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4695 removed duplicate call of execute_function_override_window
4697 * fvwm/stack.c (new_layer):
4698 fixed a hang if a window sets an layer < 0 via gnome hints
4700 * fvwm/add_window.c (GetWindowSizeHints):
4701 * fvwm/misc.c (fvwm_msg_report_app):
4702 (fvwm_msg_report_app_and_workers):
4703 new utility functions
4705 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4707 * fvwm/stack.c (dump_stack_ring):
4708 (verify_stack_ring_consistency):
4709 * fvwm/module_interface.c (HandleModuleInput):
4710 * fvwm/events.c (__cr_detect_icccm_move):
4711 * fvwm/style.c (print_styles):
4714 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4716 * libs/FlocaleCharset.c:
4717 support euc-jp encodings (Yasuhiro Nakazaki)
4719 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4721 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4722 * fvwm/ewmh_names.c (EWMH_WMName):
4724 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4725 (EWMH_SetNumberOfDesktops):
4726 (EWMH_SetDesktopViewPort):
4727 (EWMH_SetDesktopGeometry):
4728 (EWMH_SetWMDesktop):
4730 (EWMH_SetFrameStrut):
4732 * fvwm/gnome.c (AtomGet):
4734 (GNOME_GetHintIcons):
4735 (GNOME_GetHintLayer):
4736 (GNOME_GetHintState):
4737 (GNOME_GetExpandedSize):
4738 (GNOME_SetAreaCount):
4739 (GNOME_SetCurrentArea):
4740 (GNOME_SetDeskCount):
4741 (GNOME_SetCurrentDesk):
4742 (GNOME_SetCurrentDesk):
4745 (CMD_GnomeShowDesks):
4749 * libs/fsm.c (GetClientID):
4750 (set_session_manager):
4751 * fvwm/session.c (GetClientID):
4752 * fvwm/fvwm.h (FvwmWindow):
4753 * fvwm/colorset.c (get_root_pixmap):
4754 * fvwm/add_window.c (FetchWmProtocols):
4755 * libs/FTips.c (__initialize_window):
4756 * fvwm/icccm2.c (convertProperty)
4757 (icccm2_handle_selection_request)
4758 * fvwm/fvwm.c (SetMWM_INFO):
4761 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4763 * fvwm/move_resize.c (GetOnePositionArgument):
4764 don't use the unportable fuction rintf()
4766 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4770 increased version to 2.5.14
4776 updated for 2.5.13 release
4778 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4780 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4781 fixed drawing of relief with very small rectangles, i.e. when
4782 line_width * 2 > height or width
4784 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4786 * NEWS: fvwm-menu-desktop changes.
4788 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4790 * fvwm/placement.c (get_next_x):
4791 fixed collision detection of windows on pages other than the current
4792 one during placement
4794 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4796 * fvwm/move_resize.c (__resize_window):
4797 Fixed interactive resize (reduction) via the bottom border
4802 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4806 Spelling fix contition -> condition
4808 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4810 * fvwm/style.c (style_ids_are_equals):
4811 (style_id_equals_id):
4812 (styles_have_same_id):
4813 (fw_match_style_id):
4814 (one_fw_can_match_both_ids):
4815 (cleanup_style_defaults):
4816 * libs/fsm.c (fprintfhex):
4818 * libs/FGettext.c (fgettext_free_fgpath_list):
4819 * libs/Parse.c (_get_suffixed_integer_arguments):
4820 * libs/Graphics.c (AllocNonlinearGradient):
4821 * libs/PictureUtils.c (build_mapping_table):
4827 * libs/FRenderInit.c:
4828 include own header file
4830 * libs/System.c (getFileStamp):
4831 * libs/Fft.c (FftPDumyFunc):
4832 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4835 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4837 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4840 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4842 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4844 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4846 * fvwm/conditional.c (Circulate):
4847 added tests for fw == Scr.FvwmRoot again to fix a crash
4849 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4851 * AUTHORS: New author, FvwmScript patch.
4853 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4855 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4856 * AUTHORS: s/Hover/Active/
4858 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4860 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4861 avoid dump with empty key/mouse binding command.
4862 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4863 Checked all other uses of PeekToken in fvwm dir.
4865 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4867 * fvwm/session.c (matchWin):
4869 On restarts compare window ids only. Base our matching decision on
4870 window role only if we have a client id.
4872 * fvwm/move_resize.c (GetOnePositionArgument):
4873 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4874 float values to nearest int
4876 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4879 * fvwm/move_resize.c (CMD_Maximize):
4880 Applied Arnaud Vrac patch which fixes maximize by growing vs
4883 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4885 * fvwm/builtins.c (do_button_style):
4886 ButtonStyle Reset takes effect immediately
4888 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4890 * fvwm/fvwm.1.in: lang check.
4892 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4895 Really commit EWMHUseStackingOrderHints documentation update
4897 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4900 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4903 FvwmIconMan new options
4905 * libs/FTips.c (new file):
4906 * libs/FTips.h (new file):
4909 Added a set of functions for implementing tool tips
4911 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4913 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4915 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4917 * fvwm/menus.c (__mloop_get_event):
4918 * fvwm/functions.c (execute_complex_function):
4919 * fvwm/add_window.c (AddWindow):
4920 * fvwm/module_interface.c (ExecuteModuleCommand):
4921 * fvwm/move_resize.c (__move_loop):
4923 properly set the "state" member of faked motion and key events;
4924 fixes broken "nosnap" feature
4926 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4928 * fvwm/bindings.c (ParseBinding):
4930 * libs/Bindings.c (bindingAppliesToWindow):
4931 (__compare_binding):
4932 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4933 * fvwm/builtins.c (CMD_Wait):
4935 * fvwm/events.c (__handle_bpress_on_root):
4936 (HandleButtonRelease):
4937 fixed crash in window specific binding code
4938 fixed handling of root window in window specific binding code
4939 renamed some functions
4941 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4943 * fvwm/focus.c (__update_windowlist):
4944 replaced while loop by for loop
4946 * fvwm/style.c (style_destroy_style):
4947 * fvwm/conditional.c (Circulate):
4948 removed useless check whether fw == &Scr.FvwmRoot
4950 * fvwm/icons.c (DeIconify):
4951 defused possible endless loop when a window iconified by the
4952 transientfor window loses the "transient" relationship
4954 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4956 * fvwm/move_resize.c (__move_loop):
4958 fixed overwriting the initial button_mask during move/resize
4960 * fvwm/menus.c (__mloop_handle_action_with_mi):
4961 do not "post" a submenu menu item it the submenu does not exist
4963 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4965 * fvwm/events.c (__handle_bpress_on_managed):
4966 do not draw the decorations pressed in if executing a function is
4969 * libs/Parse.c (CopyToken):
4970 fixed parsing of delimiters
4972 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4974 * fvwm/virtual.c (GetDeskNumber):
4975 fixed MoveToDesk without argument
4977 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4980 re-formatted and some spelling corrections
4982 * fvwm/colorset.c (CMD_CleanupColorsets):
4984 * fvwm/builtins.c (CMD_Colorset):
4985 (CMD_CleanupColorsets):
4986 moved functions to colorset.c
4988 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4990 * libs/Parse.c (CopyToken):
4991 skip any whitespace before a delimiter; this allows to have spaces
4992 before the commas in an option list
4994 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4996 * fvwm/frame.c (frame_reshape_border):
4997 re-shaping shaded windows no longer unshades them
4998 re-shaping unshaded windows on pages other than 0 0 no longer moves
4999 them out of the current page
5001 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5003 * fvwm/events.c (__cr_detect_icccm_move):
5004 * fvwm/screen.h (ScreenInfo):
5005 * fvwm/builtins.c (CMD_BugOpts):
5006 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5008 * fvwm/move_resize.c (__move_loop):
5010 query the pointer position in the move loop when an
5011 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5015 increased version to 2.5.13
5021 updated for 2.5.12 release
5023 * fvwm/frame.c (frame_create_move_resize_args):
5024 fixed xemacs growing or shrinking when title height changed; this was
5025 caused by calculating the old client window geometry using the new
5026 title dimensions; query the window size instead
5028 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5030 * fvwm/events.c (test_map_request):
5031 (test_button_event):
5032 (test_typed_window_event):
5033 (test_resizing_event):
5034 (__predicate_button_click):
5035 (__merge_cr_moveresize):
5036 (HandleUnmapNotify):
5037 (flush_property_notify):
5038 (is_resizing_event_pending):
5039 (__test_for_motion):
5040 use type XPointer for last argument of predicate procedures for
5041 XCheckPeekIfEvent and XCheckIfEvent, not char *
5042 (HandleUnmapNotify):
5045 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5047 * fvwm/window_flags.h:
5048 removed useless and broken SETM_ macros
5050 * fvwm/update.c (init_style):
5051 fixed resetting user states
5053 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5055 * libs/envvar.c (add_to_envlist):
5058 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5060 * fvwm/builtins.c (CMD_UnsetEnv):
5063 * libs/envvar.c (flib_unsetenv):
5067 split in ftwo functions
5070 check for unsetenv function
5072 * fvwm/builtins.c (CMD_SetEnv):
5073 assume an empty value if no value is given
5075 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5084 * perllib/FVWM/Commands.pm:
5085 new command EdgeLeaveCommand
5087 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5094 increased version to 2.5.12
5099 updated for 2.5.11 release
5101 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5103 * fvwm/geometry.c (get_page_offset):
5104 (get_page_offset_rectangle):
5105 (get_absolute_geometry):
5108 * fvwm/virtual.c (CMD_GotoPage):
5109 * fvwm/move_resize.c (__move_window):
5110 * fvwm/virtual.c (CMD_GotoPage):
5111 (get_page_arguments):
5112 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5115 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5117 * libs/Flocale.c (FlocaleGetNameProperty):
5118 fixed freeing uninitialized pointer
5120 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5122 * fvwm/conditional.c (select_cmd):
5126 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5127 WindowId and Direction commands; fixes break from these commands
5129 * fvwm/geometry.c (get_shaded_geometry):
5130 shading geometry fix for windows without decoration
5132 * libs/FScreen.c (XineramaQueryExtension):
5133 fixed xinerama crash
5135 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5138 Parse man pages with config.status so man pages have correct date.
5139 Man pages also specify FVWM version that they relate to.
5142 * bin/fvwm-config.1:
5143 * bin/fvwm-convert-2.2.1:
5144 * bin/fvwm-convert-2.4.1:
5145 * bin/fvwm-convert-2.6.1:
5146 * bin/fvwm-menu-desktop.1:
5148 * modules/FvwmAnimate/FvwmAnimate.1:
5149 * modules/FvwmAuto/FvwmAuto.1:
5150 * modules/FvwmBacker/FvwmBacker.1:
5151 * modules/FvwmBanner/FvwmBanner.1:
5152 * modules/FvwmButtons/FvwmButtons.1:
5153 * modules/FvwmCommand/FvwmCommand.1:
5154 * modules/FvwmConsole/FvwmConsole.1:
5155 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5156 * modules/FvwmCpp/FvwmCpp.1:
5157 * modules/FvwmDragWell/FvwmDragWell.1:
5158 * modules/FvwmEvent/FvwmEvent.1:
5159 * modules/FvwmForm/FvwmForm.1:
5160 * modules/FvwmGtk/FvwmGtk.1:
5161 * modules/FvwmIconBox/FvwmIconBox.1:
5162 * modules/FvwmIconMan/FvwmIconMan.1:
5163 * modules/FvwmIdent/FvwmIdent.1:
5164 * modules/FvwmM4/FvwmM4.1:
5165 * modules/FvwmPager/FvwmPager.1:
5166 * modules/FvwmProxy/FvwmProxy.1:
5167 * modules/FvwmRearrange/FvwmRearrange.1:
5168 * modules/FvwmSave/FvwmSave.1:
5169 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5170 * modules/FvwmScript/FvwmScript.1:
5171 * modules/FvwmScroll/FvwmScroll.1:
5172 * modules/FvwmTaskBar/FvwmTaskBar.1:
5173 * modules/FvwmTheme/FvwmTheme.1:
5174 * modules/FvwmWharf/FvwmWharf.1:
5175 * modules/FvwmWinList/FvwmWinList.1:
5176 These man pages were renamed to have a .in suffix.
5177 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5179 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5181 * fvwm/placement.c (__place_window):
5182 fixed starting desk output with bugopts explainwindowplacement
5184 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5186 * fvwm/eventhandler.h:
5187 * fvwm/events.c (InitEventHandlerJumpTable):
5191 Fixed window specific bindings "patch" by sending key release event
5194 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5198 * fvwm/move_resize.c:
5202 * fvwm/decorations.c:
5206 * fvwm/add_window.c:
5209 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5210 it with NUMBER_OF_MOUSE_BUTTONS
5212 * fvwm/style.c (style_parse_focus_policy_style):
5213 * fvwm/focus_policy.h:
5214 * libs/Bindings.c (GrabWindowButton):
5215 * fvwm/bindings.c (bind_get_bound_button_contexts):
5217 * fvwm/events.c (WaitForButtonsUp):
5218 * fvwm/style.c (style_parse_focus_policy_style):
5219 * fvwm/builtins.c (__fake_event):
5220 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5221 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5223 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5226 put -Wall -Wno-implicit-int before user specified flags
5229 Applied below patch again. It didn't make it to CVS (?)
5231 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5233 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5235 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5238 cleaned up ifdef hell
5241 fixed solaris xinerama test
5243 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5247 * libs/FScreen.c (solaris_XineramaQueryScreens):
5248 Solaris Xinerama support.
5251 Patch by Chris Ross.
5253 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5255 * fvwm/events.c (__handle_cr_on_client):
5256 don't reevaluate window geometry when a ConfigureRequest has no size or
5259 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5261 * fvwm/menus.c (get_menu_options):
5263 new menu option TearOffImmediately
5265 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5267 * fvwm/placement.c (__place_get_wm_pos):
5268 cascade placemnt fix by Paul Vojta
5270 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5272 * fvwm/geometry.c (constrain_size):
5273 Don't touch the aspect ratio if modifying the width/height does not
5274 improve the situation
5276 * fvwm/frame.c (frame_free_move_resize_args):
5277 (__frame_setup_window):
5278 (frame_update_hidden_window_pos):
5279 (frame_mrs_resize_move_windows):
5280 (frame_create_move_resize_args):
5281 * fvwm/move_resize.c (__resize_window):
5282 some event handling fixes
5284 * fvwm/geometry.c (constrain_size):
5285 look up the latest size hints if necessary
5287 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5289 * fvwm/geometry.c (constrain_size):
5290 * fvwm/ewmh.c (EWMH_fullscreen):
5291 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5292 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5293 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5294 * fvwm/fvwm.h (window_flags_t):
5295 allow windows to override their size hints when going fullscreen:
5296 minimum and maximum size, size inc, aspect ratio, etc.
5298 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5300 * fvwm/decorations.c (struct):
5301 MWM hints on 64 bit machines fix
5303 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5305 * fvwm/fvwm.1.in (Note):
5306 * fvwm/read.c (CMD_Read):
5308 the Read and PipeRead commands have a return code
5310 * fvwm/read.c (run_command_stream):
5315 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5317 * fvwm/move_resize.c (GetResizeArguments):
5319 fixed parsing of the frame option to the resize command and the pointer
5320 option to the move command
5322 * fvwm/conditional.c (CMD_None):
5323 Fixed CMD_None return code
5325 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5327 * fvwm/stack.c (is_above_unmanaged):
5328 windows on other Desks are always considered on top
5330 * fvwm/conditional.c (CreateConditionMask):
5331 (MatchesConditionMask):
5332 * fvwm/fvwm.h (WindowConditionMask):
5333 new condition Overlapped
5336 inproved strings.h / sring.h iclusion logic
5338 * libs/PictureUtils.c (finish_ct_init):
5339 (PictureInitColors):
5340 use flib_putenv instead of putenv
5342 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5345 * libs/gravity.h (enum):
5346 * libs/wcontext.h (enum):
5349 * fvwm/fvwm.c (StartupStuff):
5350 do not ungrab the pointer while the startup functions execute
5352 ungrab the pointer only after executing the RestartFunction or
5353 ExitFunciton. Otherwise these functions may not be executed if some
5354 other application grabs the pointer.
5357 * fvwm/conditional.c (CreateConditionMask):
5358 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5359 new condition AnyScreen
5362 * fvwm/builtins.c (__fake_event):
5363 * fvwm/bindings.c (ParseBinding):
5364 removed C++ comments
5366 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5369 New options for FvwmButtons module.
5371 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5374 use commas between conditions
5376 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5378 * fvwm/builtins.c (CMD_Wait):
5379 ignore MapNotify reported to any window except the root window
5381 * fvwm/module_interface.c (CONFIGARGS):
5382 correct number of CONFIGARGS arguments
5384 * libs/vpacket.h (ConfigWinPacket):
5385 frame_x and frame_y are signed
5387 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5389 * fvwm/conditional.c:
5393 Committed patch by Norman Yarvin (with a few minor mods) to extend
5394 conditionals to handle multiple window names.
5396 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5398 * fvwm/module_interface.c (CONFIGARGS):
5399 * libs/vpacket.h (ConfigWinPacket):
5400 put window_flags at end of structure
5402 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5404 * fvwm/module_interface.c (CONFIGARGS):
5409 removed old module interface
5412 * libs/vpacket.h (ConfigWinPacket):
5415 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5417 * fvwm/execcontext.c (__exc_change_context):
5418 fixed handling of etrigger event, fixing a problem with PropertyNotify
5419 events during resizing and possibly other problems too
5421 * fvwm/add_window.c (RestoreWithdrawnLocation):
5422 fixed travelling windows if application changed gravity hint before
5425 * fvwm/frame.c (combine_decor_gravities):
5426 (combine_gravities):
5428 (frame_restore_client_gravities):
5429 fixed window gravity after resize
5431 * libs/FEvent.c (FPeekEvent):
5433 (FCheckPeekIfEvent):
5434 fixed some event handling bugs
5436 * fvwm/conditional.c (CMD_Test):
5438 corrected use of Bool types
5440 simplified, fixed compilation
5442 use int as return type
5444 * libs/Ficonv.c (convert_charsets):
5447 * libs/Ficonv.c (convert_charsets):
5448 * acinclude.m4 (ICONV_SECOND_ARG):
5449 rewrote iconf configure test to save an ifdef
5451 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5457 Allow user to specify window-specific bindings that should NOT be
5458 intercepted by FVWM. This is accomplished with an '--' binding action.
5460 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5462 * fvwm/move_resize.c (__resize_window):
5463 Fixed event handling
5465 * fvwm/virtual.c (HandlePaging):
5466 removed check for leave events on pan frames; better query the pointer
5469 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5472 * fvwm/conditional.c:
5473 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5475 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5477 * fvwm/move_resize.c (GetResizeArguments):
5478 (GetResizeMoveArguments):
5481 (__resize_get_refpos):
5482 (__resize_get_dir_proximity):
5483 (__resize_get_dir_from_window):
5484 implemented fluxbox-like Alt-Button3 resizing
5486 * fvwm/virtual.c (HandlePaging):
5487 * fvwm/events.c (__merge_cr_moveresize):
5488 (__test_for_motion):
5489 (flush_property_notify):
5490 do not use XPutBackEvent as it shuffles events on the queue
5491 (test_button_event):
5492 (test_typed_window_event):
5495 * libs/FEvent.c (fev_get_evpos_or_query):
5496 take pointer position from EnterNotify and LeaveNotify events
5498 * fvwm/move_resize.c (__move_loop):
5499 fixed multiple paging with certain SnapGrid / Move interactions
5502 * fvwm/virtual.c (HandlePaging):
5503 Workaround for buggy XFree not delivering some Pointer events
5506 * fvwm/virtual.c (MoveViewport):
5507 don't eat MotionNotify events
5509 * libs/FEvent.c (fev_get_last_event):
5518 (FCheckWindowEvent):
5519 (FCheckTypedWindowEvent):
5523 keep a copy of the previous event in case FPutBackEvent is called
5525 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5528 Indicate optional window argument in section headings for
5529 Key, Mouse, PointerKey & Stroke commands.
5530 Remove strange "-Key" option listed for PointerKey.
5532 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5534 * libs/Fft.c (FftDrawString):
5535 * fvwm/session.c (get_version_string):
5536 * fvwm/module_interface.c (FlushMessageQueue):
5537 * fvwm/fvwm.c (SaveDesktopState):
5539 * fvwm/colorset.c (cleanup_colorsets):
5540 * libs/PictureUtils.c (struct):
5541 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5543 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5545 * fvwm/events.c (__cr_detect_icccm_move):
5546 windows with ewmh hints are assumed to use icccm2 compliant movement
5548 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5549 (ewmh_WMStateMaxHoriz):
5550 fixed restart/maximized problem
5552 * libs/fvwmsignal.c (fvwmReapChildren):
5553 * fvwm/fvwm.c (ReapChildren):
5554 moved function to lib
5556 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5558 * fvwm/modconf.c (send_desktop_geometry):
5561 (send_move_threshold):
5562 (send_ignore_modifiers):
5563 increased static buffer size
5565 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5567 * libs/CombineChars.c (convert_to_ucs2):
5568 Replace illegal UTF-8 character sequences in input
5570 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5573 bugfix: wrong stroke action being invoked.
5575 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5580 Active _last_ matching binding. (ie. same behaviour as before
5581 win-specific bindings patch.)
5582 bugfix: segfault when looking up stroke bindings in root context.
5584 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5590 * fvwm/module_interface.c:
5593 * modules/FvwmScript/FvwmScript.c:
5594 * modules/FvwmScript/Instructions.c:
5595 Implemented window-specific key/mouse bindings.
5597 * modules/FvwmIconBox/FvwmIconBox.h:
5601 Make args to matchWildcards() const.
5603 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5605 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5607 * fvwm/ewmh.c (EWMH_fullscreen):
5610 * fvwm/add_window.c (AddWindow):
5611 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5613 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5614 (ewmh_WMStateMaxVert):
5615 (ewmh_WMStateShaded):
5616 (ewmh_WMStateSticky):
5617 (ewmh_WMStateStaysOnBottom):
5620 don't try to maximize window when looking up the style
5622 (ewmh_WMStateFullScreen):
5623 (ewmh_WMStateHidden):
5624 (ewmh_WMStateMaxVert):
5625 (ewmh_WMStateModal):
5626 (ewmh_WMStateShaded):
5627 (ewmh_WMStateSkipPager):
5628 (ewmh_WMStateSticky):
5629 (ewmh_WMStateStaysOnBottom):
5630 fixed ignoring ewmh hints
5632 * fvwm/expand.c (expand_vars_extended):
5633 include full path in iconfile and miniiconfile variables
5635 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5637 * fvwm/functions.c (execute_complex_function):
5639 fixed double click patch
5641 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5643 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5644 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5646 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5648 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5651 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5653 * libs/FImage.c (FShmSafeCreateImage):
5654 Yet another fix to SHM remote client problem
5656 2004-05-26 Francis Litterio <franl@world.std.com>
5660 * fvwm/placement.c (__place_get_wm_pos)
5661 * fvwm/style.c (style_parse_one_style_option)
5662 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5664 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5666 * fvwm/events.c (HandleEnterNotify):
5667 fixed endless loop of edge commands when doing something that grabs
5670 * fvwm/functions.c (CheckActionType):
5671 (execute_complex_function):
5672 double clicks no longer work when pressing different buttons
5674 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5676 * fvwm/placement.c (__place_get_wm_pos):
5677 fixed placement in top left corner when pressing escape during manual
5680 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5684 added Chinese translations
5686 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5688 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5691 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5693 * fvwm/conditional.c:
5695 clean up Test code and documentation, add new False condition,
5696 unrecognized conditions produce Error return code now
5698 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5700 * fvwm/style.c: Remove extra char.
5702 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5704 * fvwm/ewmh.c (ewmh_atom_client_win):
5705 * fvwm/ewmh_intern.h:
5706 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5707 (ewmh_MoveResizeWindow):
5708 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5710 * fvwm/events.c (__handle_cr_on_client):
5711 (__handle_configure_request):
5712 (events_handle_configure_request):
5713 Some renaming for consistency, force restacking if the event come from
5716 * fvwm/ewmh_events.c (ewmh_MoveResize):
5717 Fixed _NET_WM_MOVERESIZE
5719 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5722 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5723 (EWMH_SetFrameStrut):
5724 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5726 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5728 * libs/FImage.c (FShmSafeCreateImage):
5729 Finished to fix SHM remote client problem
5731 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5733 * libs/FImage.c (FShmSafeCreateImage):
5734 Fixed when we are a remote client
5736 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5747 new default ~/.fvwm/config file is now recommended instead of
5748 still supported ~/.fvwm/.fvwm2rc
5750 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5752 * fvwm/menus.c (NewMenuRoot):
5753 do not strip whitespace from menu names when creating a new menu
5755 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5757 * fvwm/menuitem.c (menuitem_get_size):
5759 renamed remaining "mips" to mipst
5761 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5763 * fvwm/events.c (HandleMapRequestKeepRaised):
5764 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5765 Fixed EWMH DesktopGeometry and Stacking list
5767 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5769 * fvwm/virtual.c (GetDeskNumber):
5772 fixed MoveToDesk with one argument
5774 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5776 * fvwm/style.c (style_parse_one_style_option):
5778 * fvwm/conditional.c (MatchesConditionMask):
5780 * fvwm/window_flags.h:
5783 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5788 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5790 * fvwm/move_resize.c (unmaximize_fvwm_window):
5791 fixed redrawing of maximize button when unmaximizing but when the size
5792 and position does not change
5794 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5796 * fvwm/expand.c (expand_vars_extended):
5797 new extended variable $[w.layer]
5799 * fvwm/move_resize.c (MaximizeHeight):
5802 applied modified layer patch for maximize by Rafal Bisingier
5804 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5806 * fvwm/add_window.c (setup_frame_attributes):
5807 Hopefully fixed BackingStore code and removed now useless backing store
5810 * fvwm/expand.c (expand_vars_extended):
5811 new extended variable $[w.desk]
5813 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5817 increased version to 2.5.11
5822 updated for 2.5.10 release
5824 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5825 improved rotation code
5827 * libs/gravity.c (gravity_add_rotations):
5830 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5832 * fvwm/placement.c (__explain_placement):
5835 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5838 * fvwm/builtins.c (CMD_BugOpts):
5839 * fvwm/screen.h (ScreenInfo):
5840 new BugOpts option ExplainWindowPlacement
5841 renamed some members of Screen
5843 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5845 * fvwm/placement.c (__place_get_wm_pos):
5846 (__place_get_nowm_pos):
5847 (__place_get_placement_flags):
5849 (__place_handle_x_resources):
5850 (setup_window_placement):
5851 split into multiple functions
5854 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5856 * fvwm/add_window.c (setup_window_placement):
5857 * fvwm/placement.c (setup_window_placement):
5858 moved function to placement.c
5859 fixed using PLACE_AGAIN placement mode
5864 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5866 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5867 allow a negative line_width to invert the relief
5869 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5871 * libs/Flocale.c (FlocaleDrawString)
5872 (FlocaleDrawUnderline)
5874 reduced redundant calls to iconv
5876 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5878 * fvwm/move_resize.c (CMD_XorValue):
5879 fixed a very small outline drawing problem caused by using 0 line width
5884 increased version to 2.5.10
5888 updated for 2.5.9 release
5890 * fvwm/functions.c (execute_function_override_window):
5891 * fvwm/module_interface.c (ExecuteModuleCommand):
5892 * fvwm/conditional.c (circulate_cmd):
5893 sometimes, DeferExecution was called although a window was already
5894 selected, for example with the "Current" commend; fixed
5896 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5898 * libs/FImage.c (FShmSafeCreateImage):
5899 Fixed some safety tests
5901 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5903 * fvwm/events.c (__handle_cr_on_client):
5904 fixed a bug in the Jave configure request workaround
5906 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5908 * fvwm/events.c (__cr_detect_icccm_move):
5909 improved motion method detection for fullscreen requests
5911 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5913 * fvwm/add_window.c (AddWindow):
5914 * fvwm/screen.h (ScreenInfo):
5915 * fvwm/builtins.c (CMD_BugOpts):
5916 new BugOpts option DisplayNewWindowNames intended for debugging
5918 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5920 * libs/Bindings.c (FvwmStringToKeysym):
5921 small performance enhancement
5923 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5925 fixed the FlickeringMoveWorkaround option which did nothing before
5927 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5929 * fvwm/style.c (style_parse_one_style_option):
5931 * fvwm/style.h (SIS_UNMANAGED):
5932 * fvwm/add_window.c (AddWindow):
5935 * fvwm/expand.c (expand_vars_extended):
5936 new variables $[w.iconfile] and $[w.miniiconfile]
5938 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5939 made left side of a relief one pixel longer at the bottom
5941 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5943 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5944 * fvwm/style.c (style_set_old_focus_policy):
5945 fixed default window list order with ClickToFocus
5947 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5949 * fvwm/libs/Flocale.h:
5950 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5951 (FlocaleStringByteToCharOffset)
5952 (FlocaleStringCharToByteOffset)
5953 (FlocaleStringCharLength):
5954 Made utility functions available outside of Flocale
5956 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5958 * fvwm/events.c (__test_for_motion):
5959 Fixed a lockup, see the long comment in the code
5961 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5963 * fvwm/schedule.c (execute_obj_func):
5964 fixed using uninitialised return code
5966 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5968 * fvwm/builtins.c (do_title_style):
5969 Fixed MinHeight, it must reset the Height
5971 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5973 * fvwm/menus.c (menuShortcuts):
5974 applied menu navigation patch by Anton Kazennikov
5976 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5978 * libs/gravity.c (gravity_dir_to_string):
5979 (gravity_parse_dir_argument):
5980 use a constant for the dir table
5982 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5984 * fvwm/Flocale.c (FlocaleEncodeString)
5985 (FlocaleDrawUnderline):
5986 Fixed crash when there's no Iconv support
5988 2003-12-16 olicha <olivier.chapuis@free.fr>
5991 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5993 * sample.fvwmrc/system.fvwm2rc-sample-95:
5994 Added some Xft fonts
5996 2003-12-12 olicha <olivier.chapuis@free.fr>
5998 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5999 Fixed ewmh FullScreen when an application start fullscreen and
6000 desactivate this state
6002 2003-12-04 olicha <olivier.chapuis@free.fr>
6004 * fvwm/placement.c (test_fit):
6006 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6007 (EWMH_GetBaseStrutIntersection):
6008 (EWMH_GetStrutIntersection):
6009 Fixed placement vs the base struts
6011 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6013 * sample.fvwmrc/system.fvwm2rc-sample-95:
6014 improved Debian specific menu
6016 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6018 * sample.fvwmrc/system.fvwm2rc-sample-95:
6019 several updates; added Debian menu if found
6021 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6024 new configure option --en/disable-iconv
6026 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6028 * fvwm/menus.c (__mloop_handle_event):
6029 * fvwm/menustyle.c (menustyle_parse_style):
6031 new MenuStyle options PopupIgnore and PopupClose
6033 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6035 * fvwm/menus.c (menu_binding): Remove debug code.
6036 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6037 * fvwm/menus.h: Add menu_binding function.
6038 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6040 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6042 * libs/wcontext.h (enum): Add MENU context.
6043 * libs/wcontext.c (win_contexts): More common binding contexts first in
6045 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6048 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6052 increase version to 2.5.9
6054 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6061 updated for 2.5.8 release
6063 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6067 initially added files for deb package auto-creating procedure
6069 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6073 added Swedish translations by Johan Svedberg
6078 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6080 * fvwm/add_window.c (GetWindowSizeHints):
6081 reindented broken hint messages
6083 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6086 improved Perl detection messages,
6087 restored FvwmGtkDebug independence from gtk libs
6089 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6093 added German translations by Andrei Mitrofanow
6098 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6103 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6106 * fvwm/conditional.c (CreateConditionMask):
6107 (MatchesConditionMask):
6108 (CreateConditionMask):
6109 * fvwm/fvwm.h (WindowConditionMask):
6110 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6112 2003-09-23 olicha <olivier.chapuis@free.fr>
6114 * libs/FImage.c (FShmInit):
6117 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6119 * fvwm/focus.c (warp_to_fvwm_window):
6120 don't unnecessarily call MoveViewport
6122 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6124 * fvwm/decorations.c (__is_resize_allowed):
6127 2003-09-06 malu <ml@update.uu.se>
6129 * libs/FBidi.c (FBidiConvert):
6130 * libs/CombineChars.c (CombineChars):
6131 Fixed drawing combining characters on correct positions in
6132 right-to-left context
6134 2003-09-05 malu <ml@update.uu.se>
6136 * libs/Flocale.c (FlocaleDrawString):
6138 Fixed drawing of combining characters with font shadow
6139 (character offsets were miscalculated, since FlocaleTextWidth
6142 2003-09-05 malu <ml@update.uu.se>
6144 * libs/Flocale.c (FlocaleDrawUnderline):
6145 Fixed bug with text width when a string contains only
6146 "orphaned" combining characters (compensation for font shadowd
6149 2003-09-04 olicha <olivier.chapuis@free.fr>
6152 Added E.18, added comments on C.9 and C.15
6154 2003-09-03 olicha <olivier.chapuis@free.fr>
6156 * libs/Flocale.c (FlocaleTextWidth):
6157 Fixed a comb_char core dump
6160 Fixed compilation if either iconv, libpng or Xrender headers are
6161 not at a standard place
6163 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6166 fixed error message for incorrect --with-SOMETHING-library argument
6168 2003-09-03 olicha <olivier.chapuis@free.fr>
6171 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6173 2003-09-02 olicha <olivier.chapuis@free.fr>
6178 2003-09-01 olicha <olivier.chapuis@free.fr>
6180 * libs/gravity.c (gravity_dir_to_string):
6181 A new interface function to transform a direction_t to a string
6183 2003-08-31 S. Anderson <sa@xmission.com>
6185 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6186 Fixed missing font charsets
6188 2003-08-28 olicha <olivier.chapuis@free.fr>
6190 * fvwm/move_resize.c (__move_loop):
6191 (AnimatedMoveAnyWindow):
6192 Updated bg of transparent tear off menu when moved
6194 * fvwm/events.c (HandlePropertyNotify):
6195 Updated ParentRelative tear off menu on bg change
6197 * fvwm/menus.c (UpdateMenuColorset):
6198 Updated colorsets of tear off menu when they change, this handle the
6199 case of root background change for RootTransparent
6202 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6203 An utility function for redrawing transparent tear off menu. Maybe
6206 * fvwm/add_window.c (validate_transientfor):
6207 Fixed transient for an ewmh desktop
6209 2003-08-27 olicha <olivier.chapuis@free.fr>
6211 * libs/FRender.c (FRenderRender):
6212 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6213 Removed and fixed some unused code
6215 2003-08-25 olicha <olivier.chapuis@free.fr>
6217 * fvwm/misc.c (GrabEm):
6218 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6220 * fvwm/modconf.c (send_color_limit):
6221 ifndefed color limit config info message which is not used anymore
6223 * fvwm/colorset.c (parse_colorset):
6224 Added a note on average bg
6226 2003-08-23 olicha <olivier.chapuis@free.fr>
6228 * fvwm/style.c (print_styles):
6229 More info on memory used
6231 * fvwm/style.c (__simplify_style_list):
6232 Fixed upward simplication
6234 2003-08-14 olicha <olivier.chapuis@free.fr>
6236 * fvwm/ewmh.c (ewmh_HandleMenu):
6237 Fixed the MENU window type, they are tear off menus
6240 * fvwm/update.c (apply_window_updates):
6241 * fvwm/stack.c (new_layer):
6242 * fvwm/ewmh.c (EWMH_GetStyle):
6243 Fixed EWMHUseStackingHints update
6245 * fvwm/window_flags.h:
6247 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6248 (ewmh_WMStateMaxHoriz):
6249 (ewmh_WMStateMaxVert):
6250 * fvwm/move_resize.c (unmaximize_fvwm_window):
6251 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6252 uniconify and unshade when putting a window fullscreen
6254 * fvwm/ewmh_intern.h:
6255 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6256 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6258 * fvwm/move_resize.c (unmaximize_fvwm_window):
6261 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6262 * fvwm/decorations.c (SelectDecor):
6263 * fvwm/windowshade.c (CMD_WindowShade):
6264 Removed the decor for EWMH fullscreen windows, forbid shading and
6265 allows Resize and MoveResize without unsetting the fullscreen/maximized
6268 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6269 (CMD_ResizeMaximize):
6270 Fixed ewmh state which was not set after these cmds
6272 2003-08-09 olicha <olivier.chapuis@free.fr>
6277 2003-08-08 olicha <olivier.chapuis@free.fr>
6279 * fvwm/borders.c (border_draw_vector_to_pixmap):
6280 Fixed inversion of fg and bg in vector buttons
6282 * fvwm/style.c (__simplify_style_list):
6285 * libs/System.c (fvwm_mkstemp):
6288 2003-08-07 olicha <olivier.chapuis@free.fr>
6291 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6293 * libs/System.c (fvwm_mkstemp):
6295 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6296 exists and work correctly, if not a replacement function is used
6297 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6300 * libs/fsm.c (unique_filename):
6301 (SetAuthentication):
6302 * fvwm/session.c (getUniqueStateFilename):
6303 Replaced tempnam by fvwm_mkstemp
6305 2003-08-07 olicha <olivier.chapuis@free.fr>
6308 * libs/FSMlib.h (new file):
6309 * fvwm/session.c (*):
6311 fvwmize SMlib and ICElib
6313 * fvwm/session.c (matchWin):
6314 Fixed window matching for windows with no SM_CLIENT_ID and a
6317 * libs/fsm.c (new file):
6318 * libs/fsm.h (new file):
6319 * fvwm/ConfigFvwmDefaults
6320 A set of functions for implementing a dummy session manager
6323 GNOME 1 hints and EWHM support is not a configure time option
6326 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6328 * fvwm/add_window.c (AddWindow):
6329 fixed stickyness across desks over a restart
6331 2003-08-06 olicha <olivier.chapuis@free.fr>
6333 * fvwm/ewmh.c (EWMH_WindowInit):
6334 (EWMH_SetFrameStrut):
6335 Fixed position of kde tray windows in kicker
6337 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6339 * fvwm/module_interface.c (FlushMessageQueue):
6340 retry writing pipe if write returns EINTR
6342 2003-07-28 olicha <olivier.chapuis@free.fr>
6344 * fvwm/events.c (events_handle_configure_request):
6345 (HandleConfigureRequest):
6346 (__handle_configure_request):
6347 (__handle_cr_on_client):
6348 * fvwm/ewmh.c (ewmh_atom_client_win):
6349 * fvwm/ewmh_intern.h:
6350 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6351 (EWMH_ProcessClientMessage):
6352 Implemented _NET_MOVERESIZE_WINDOW
6354 * fvwm/fvwm.c (main):
6357 2003-07-25 olicha <olivier.chapuis@free.fr>
6359 * fvwm/ewmh.c (ewmh_HandleWindowType):
6360 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6361 that one type and we do not support the first one.
6363 * fvwm/expand.c (expand_vars_extended):
6364 Fixed conflict between extended variables name (desk.name and
6367 * fvwm/session.c (callback_save_yourself):
6368 Respect the SmSaveGlobal save type. This should fix some session
6369 locking in the sm protocol
6371 * fvwm/session.c (setSmProperties):
6373 Set some sm properties when fvwm start for fixing a problem with
6374 the restart style hint after a restart.
6376 * fvwm/fvwm.c (get_display_name):
6379 * fvwm/session.c (setSmProperties):
6381 Added a possible positive or null arg to --single-screen which
6382 forces fvwm to start on the "current" display and the given
6383 screen. Use this to fix fvwm starting under a session manager:
6384 specify only the screen and not the display.screen for the
6387 * fvwm/fvwm.c (main):
6388 Fixed possible memory corruption if a display has more than
6391 * fvwm/session.c (*):
6394 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6397 fixed xft/fontconfig detection with pkg-config
6400 corrections in some long option names
6402 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6404 * fvwm/add_window.c (setup_style_and_decor):
6405 * fvwm/geometry.c (set_window_border_size):
6406 * fvwm/fvwm.h (FvwmWindow):
6407 * fvwm/events.c (HandleShapeNotify):
6408 * fvwm/frame.c (frame_free_move_resize_args):
6409 (frame_setup_shape):
6410 (frame_reshape_border):
6411 fixed resizing of window borders if a window shape was added or deleted
6412 after the initial window setup
6414 * fvwm/update.c (apply_window_updates):
6417 * fvwm/events.c (__cr_detect_icccm_move):
6418 disable motion method detection for shaped windows
6420 2003-07-21 olicha <olivier.chapuis@free.fr>
6422 * fvwm/add_window.c (setup_window_structure):
6423 * fvwm/session.c (MatchWinToSM):
6424 Preserve is_name_changed window_flags within restart, session loading
6427 2003-07-20 olicha <olivier.chapuis@free.fr>
6429 * fvwm/ewmh.c (EWMH_Init):
6430 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6432 * fvwm/fvwm.c (InternUsefulAtoms):
6434 * fvwm/session.c (GetWindowRole):
6435 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6437 * fvwm/session.c (GetClientID):
6438 Better determination of the CLIENT_LEADER
6440 * fvwm/session.c (setSmProperties):
6441 Set the CloneCommand for gnome-session editor (the sm spec says this
6442 properties is required). Removed the commented XSM ifdef.
6444 * fvwm/session.c (matchWin):
6446 Consider client only if it has a client id or a wm command.
6447 Removed the "two entries" session previous commit
6449 2003-07-16 olicha <olivier.chapuis@free.fr>
6451 * fvwm/session.c (MatchWinToSM):
6452 Fixed restoring session state, if two window session entries have the
6453 same identifier ignore these entries
6455 2003-07-16 olicha <olivier.chapuis@free.fr>
6458 * fvwm/style.h (SID_GET_NAME):
6460 (SID_GET_WINDOW_ID):
6461 (SID_SET_WINDOW_ID):
6464 (SID_SET_HAS_WINDOW_ID):
6465 (SID_GET_HAS_WINDOW_ID):
6471 (SSET_ID_HAS_WINDOW_ID):
6472 (SGET_ID_HAS_WINDOW_ID):
6473 * fvwm/style.c (style_ids_are_equals):
6474 (style_id_equals_id):
6475 (styles_have_same_id):
6476 (fw_match_style_id):
6477 (one_fw_can_match_both_ids):
6478 (remove_all_of_style_from_list):
6479 (__simplify_style_list):
6480 (style_parse_one_style_option):
6482 (style_destroy_style):
6488 (CMD_DestroyWindowStyle):
6489 * fvwm/fvwm.h (style_id_t):
6491 * fvwm/functable.c (func_table):
6492 * fvwm/add_window.c (destroy_window):
6495 New WindowStyle and DestroyWindowStyle command for setting styles
6498 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6500 * libs/Flocale.c (FlocaleDrawString):
6501 * libs/FBidi.c (FBidiConvert):
6502 fixed drawing of combining characters in the case where a string
6503 consists of only combining characters
6505 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6507 * libs/CombineChars.c (CombineChars):
6508 bugfix: array mapping visual to logical position was allocated
6509 to small (factor 2) in decoposing code
6511 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6513 * libs/Flocale.c (FlocaleEncodeWinString):
6516 * libs/Flocale.c (FlocaleDrawString):
6517 (FlocaleRotatedDrawString):
6518 removed some code duplication
6520 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6522 * libs/CombineChars.c (combclass_table):
6524 fixed supporting drawing marks superimposed that are in a combining
6527 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6529 * libs/Flocale.c (FlocaleRotateDrawString):
6531 fixed core dump when composing characters can't be converted to
6534 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6539 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6544 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6547 updated with reagrds to combing characters
6549 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6554 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6556 * libs/Flocale.c (FlocaleEncodeString):
6557 (FlocaleEncodeWinString):
6558 (FlocaleRotateDrawString):
6559 (FlocaleDrawString):
6560 (FlocaleDrawUnderline):
6561 fixed rendering combining characters using Unicode font in a
6564 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6567 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6569 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6572 fixed FBidi.h macro to work with no FriBIDI
6574 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6576 * libs/CombineChars.h (CombineChars):
6577 * libs/CombineChars.c (CombineChars):
6578 * libs/FBidi.h (FBidiConvert):
6579 * libs/FBidi.c (FBidiConvert):
6580 * libs/Flocale.c (FlocaleEncodeString):
6581 (FlocaleEncodeWinString):
6582 (FlocaleDrawUnderline):
6584 fixed drawing of underlines on characters to work in with BIDI
6585 and combining characters
6587 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6590 closed D.1 with "no consensus" resolution
6592 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6595 documented tear off menus
6597 * fvwm/placement.c (PlaceWindow):
6598 StartsOnPage + SkipMapping overrides PPosition
6600 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6603 solved a problem with CMD_Dummy and exact command spelling
6605 * libs/CombineChars.c:
6606 * libs/CombineChars.h:
6608 minor reformattings (use TABs not 8 spaces and a space after keywords
6609 like for, if or while)
6611 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6613 * fvwm/update.c (apply_window_updates):
6615 * fvwm/add_window.c (setup_style_and_decor):
6617 * fvwm/style.c (style_parse_one_style_option):
6618 (check_window_style_change):
6619 new style MoveWindowByProgramMethod
6621 * libs/PictureImageLoader.c (PImageLoadXpm):
6622 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6624 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6625 implemented _NET_WM_STATE_FULLSCREEN handling
6627 * fvwm/move_resize.c (GetOnePositionArgument):
6628 fixed parsing of "+-x +-y" Move arguments
6630 use get_page_offset_check_visible
6632 * fvwm/geometry.c (get_page_offset_check_visible):
6633 new convenience function
6635 * fvwm/events.c (__handle_cr_on_client):
6636 fixed handling of gravities other than NW or Static
6637 (__cr_detect_icccm_move):
6640 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6646 * libs/CombineChars.c:
6647 * libs/CombineChars.h:
6648 * libs/Flocale.c (FlocaleEncodeString):
6652 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6655 2003-07-06 olicha <olivier.chapuis@free.fr>
6657 * libs/FRender.c (FRenderRender):
6660 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6662 * fvwm/ewmh.c (ewmh_check_wm_pid):
6664 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6665 compliant ConfigureNotify handling
6667 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6669 * libs/Flocale.c (FlocaleDrawUnderline):
6670 Commented out some non-working new code
6672 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6674 * libs/Flocale.c (FlocaleDrawString):
6675 fixed drawing superimposed characters with a fontset
6677 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6679 * fvwm/events.c (__cr_detect_icccm_move):
6680 (__handle_cr_on_client):
6681 (__cr_get_grav_position):
6682 (__cr_get_static_position):
6683 * fvwm/window_flags.h:
6685 try to autodetect whether application uses the icccm way of moving
6686 windows of the traditional way always using static gravity
6689 moved SIGNAL_RETURN macro definition to acconfig.h
6691 * fvwm/module_interface.c (DeadPipe):
6692 * fvwm/fvwm.c (SigDone):
6695 use SIGNAL_RETURN macro
6697 * fvwm/events.c (__handle_cr_on_client):
6698 (__merge_cr_moveresize):
6699 (__cr_detect_icccm_move):
6701 * fvwm/events.c (__handle_cr_on_unmanaged):
6702 (__handle_cr_on_icon):
6703 (__handle_cr_on_shaped):
6704 (__handle_cr_restack):
6705 (__handle_cr_on_client):
6706 (HandleConfigureRequest):
6707 split the ConfigureRequest code into multiple functions
6709 * fvwm/update.c (apply_window_updates):
6710 fixed drawing of window decorations when "Style * Neverfocus" is used
6712 * fvwm/events.c (HandleKeyPress):
6713 fixed a bug with key binding contexts
6715 * fvwm/functions.c (__execute_function):
6716 * fvwm/expand.c (expand_vars):
6717 (expand_vars_extended):
6718 new extended variable $[func.context]
6722 moved some code to the new files
6733 fixed a problem with uninitialised global variable
6735 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6737 * libs/Bindings.c (key_modifiers):
6738 moved to new file wcontext.c
6740 * libs/gravity.c (gravity_parse_dir_argument):
6741 added aliases for compass directions:
6752 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6755 * libs/Flocale.c (FlocaleDrawString):
6756 (FlocaleRotateDrawString):
6757 Fixes to work without Fribidi
6759 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6764 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6766 * libs/FbidiJoin.c (get_shaped_combined_char):
6768 Removed unused (get_shaped_combined_char) and commented out code
6769 Combining ligatures done in FCombineChars
6771 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6773 * libs/Flocale.c (FlocaleDrawString):
6774 (FlocaleRotateDrawString):
6777 * libs/FBidi.c (FBidiConvert):
6779 * libs/FCombineChars.h:
6780 * libs/FCombineChars.c (FCombineChars):
6781 Added support for drawing superimposed combining characters
6783 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6786 * fvwm/functable.c (func_table):
6787 * fvwm/functions.c (CMD_TearMenuOff):
6792 merged all dummy commands into one: CMD_Dummy
6794 2003-07-01 olicha <olivier.chapuis@free.fr>
6796 * fvwm/menus.c (DestroyMenu):
6800 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6802 * fvwm/menustyle.c (menustyle_copy):
6806 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6811 2003-06-30 olicha <olivier.chapuis@free.fr>
6813 * fvwm/menus.c (do_menu):
6815 (do_menu_close_tear_off_menu):
6816 (menu_close_tear_off_menu):
6817 Allowed to destroy tear off menu!
6819 * fvwm/menus.c (menu_tear_off):
6820 (menu_close_tear_off_menu):
6821 (do_menu_close_tear_off_menu):
6822 (clone_menu_root_static):
6828 Fixed client leaks (only create new client for menu if it is a tear off
6829 menu). Created a dedicated menu style for each tear off menu.
6831 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6834 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6836 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6838 * fvwm/virtual.c (do_move_window_to_desk):
6840 fixed "Visible" condition on non current desks
6842 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6846 shortened some comments
6847 removed GPL from .h files
6848 added GPL to all .c files
6849 include config.h in all .c files
6850 added "/* -*-c-*- */" where missing
6851 some reformatting and reindenting
6853 * fvwm/module_interface.c:
6854 * fvwm/module_interface.h:
6862 * fvwm/windowshade.c:
6864 * fvwm/conditional.c:
6876 * fvwm/add_window.c:
6880 * fvwm/eventhandler.h:
6882 * fvwm/add_window.h:
6888 renamed types func_type, repeat_t, initial_window_options_t,
6889 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6890 last_added_item_type, common_flags_type, multi_direction_type,
6891 msg_masks_type to ..._t
6893 * fvwm/functions.c (__execute_function):
6894 (execute_complex_function):
6895 * fvwm/condrc.c (condrc_init):
6896 new function in new file to encapsulate all cond_rc_t handling
6899 * fvwm/fvwm.h (cond_rc_t):
6901 moved typed to new file
6905 * fvwm/functable.c (func_table):
6906 * fvwm/functions.c (__run_complex_function_items):
6907 (__execute_function):
6909 * fvwm/conditional.c (CMD_Break):
6910 (__rc_matches_rcstring_consume):
6911 Break takes the number of function levels to break out of as an
6914 * fvwm/expand.c (expand_vars_extended):
6915 * fvwm/conditional.c (circulate_cmd):
6918 (__rc_matches_rcstring_consume):
6927 (__run_complex_function_items):
6928 (execute_complex_function):
6932 * fvwm/conditional.c:
6933 renamed fvwm_cond_func_rc by cond_rc_t
6934 made a type a struct
6935 added a member to indicate the number of function levels to break out
6938 * fvwm/functable.c (func_table):
6939 * fvwm/conditional.c (CMD_TestRc):
6940 replaced conditional commands:
6942 CondCase -> KeepRc TestRc
6944 (__rc_matches_rcstring_consume):
6947 * fvwm/conditional.c (CMD_CondCase):
6948 fixed the CondCase command
6950 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6953 new configure option --deisable-gtk to disable detection of gtk library
6956 cleaned up documentation of conditional commands
6957 general man page cleanup
6959 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6961 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6964 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6967 cleaned up of CirculateHit... conditions
6969 2003-06-15 olicha <olivier.chapuis@free.fr>
6971 * fvwm/style.c (__simplify_style_list):
6972 Fixed is_merged_allowed: rest it to True when cur change
6973 Added "upward" simplification
6975 2003-06-14 olicha <olivier.chapuis@free.fr>
6977 * fvwm/style.c (__simplify_style_list):
6980 Fixed blockand which always returned True. Added blocksintersect which
6981 returns the same value as blockand but faster.
6983 2003-06-13 olicha <olivier.chapuis@free.fr>
6987 Fixed fontconfig and xft2 for version without *-config binnary. Used
6988 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6989 fontconfig and xft2 if the version is < the required version
6990 (even if --disable-*test).
6992 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6995 define M_PI and M_PI_2 if they are not defined by math.h
6997 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6999 * libs/Colorset.c (LoadColorset):
7000 added a note to update Colorsets.pm too when the format is changed
7002 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7004 * WindowStyle_proposal.txt:
7005 s/WindowId/ThisWindow/ and other minor changes
7007 2003-06-06 olicha <olivier.chapuis@free.fr>
7009 * libs/PictureImageLoader.c (PImageLoadPng):
7010 Fixed loading of png images if the caller want no alpha
7012 2003-06-04 olicha <olivier.chapuis@free.fr>
7014 * libs/Flocale.c (FlocaleEncodeString):
7017 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7020 only FCombineChars.c was distributed not FCombineChars.h
7022 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7024 * libs/FCombineChars.c (convert_to_utf8)
7025 fixed a bug when converting back to UTF-8 and a bug giving
7026 garbage at end of string in some cases
7028 * libs/Flocale.c (FlocaleEncodeString)
7029 fixed problem regarding combining-characters when BIDI is used
7031 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7034 * libs/Flocale.c (FlocaleEncodeString):
7035 * libs/FCombineChars.c:
7036 * libs/FCombineChars.h:
7037 implemeted support for combining characters
7039 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7042 set the version 2.5.8
7044 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7048 SetEnv with only one parameter is ignored now
7050 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7052 * NEWS: Add 2.4.16 news.
7054 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7056 * fvwm/functions.c (expand_extended_var):
7058 fixed expanding variables that are empty, for example $[w.resource]
7059 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7064 2003-05-29 olicha <olivier.chapuis@free.fr>
7066 * fvwm/ewmh.c (ewmh_atom_wm_state):
7067 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7069 2003-05-28 olicha <olivier.chapuis@free.fr>
7074 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7076 * fvwm/focus.c (__update_windowlist):
7077 don't fiddle with the window list for windows that are going to be
7080 * fvwm/add_window.c (delete_client_context):
7081 (destroy_auxiliary_windows):
7083 fixed empty frame windows when X reused the window id for a new window
7084 while the old one was scheduled to be destroyed
7086 2003-05-26 olicha <olivier.chapuis@free.fr>
7088 * fvwm/icons.c (GetIconBitmap):
7089 (set_icon_pixmap_background):
7091 (DrawIconPixmapWindow):
7093 Fixed loading of application supplied pixmap on 8/24 depth screen
7095 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7097 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7100 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7103 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7105 * fvwm/misc.c (GrabEm):
7106 do not confine the pointer to the root window when grabbed; this can
7107 cause the pointer to be warped to another screen
7108 * fvwm/menus.c (get_menu_options):
7109 fixed placement of menus on Xinerama screens
7110 * libs/FScreen.c (FScreenGetResistanceRect):
7111 fixed function to do something useful
7112 * libs/Flocale.c (FlocaleDrawString):
7113 support font shadowing without colorsets
7114 * libs/ColorUtils.c:
7116 * fvwm/menuitem.c (menuitem_paint):
7117 do not use colorsets in menus if they are not defined
7118 * fvwm/menustyle.c (menustyle_parse_style):
7119 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7122 2003-05-23 olicha <olivier.chapuis@free.fr>
7124 * fvwm/bindings.c (ParseBinding):
7125 (bind_get_bound_button_contexts):
7126 * libs/Bindings.c (GrabWindowButton):
7127 Fixed window button grabbing
7129 2003-05-22 olicha <olivier.chapuis@free.fr>
7131 * fvwm/colorset.c (parse_colorset):
7134 * fvwm/borders.c (border_fill_pixmap_background):
7135 Fixed problem with depth 1 pixmap
7137 * fvwm/conditional.c (CMD_On):
7140 * fvwm/conditional.c (CreateConditionMask):
7141 Fixed memory leaks for layer and state
7143 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7146 added perllib/FVWM/Tracker/Makefile
7148 2003-05-22 olicha <olivier.chapuis@free.fr>
7152 * fvwm/style.c (print_styles):
7153 * fvwm/builtins.c (CMD_PrintInfo):
7154 New style subject to PrintInfo
7156 2003-05-20 olicha <olivier.chapuis@free.fr>
7158 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7159 Allowed empty xft font name
7162 * libs/flist.c (new file):
7163 * libs/flist.h (new file):
7164 Added a flist structure and some basic function for handling such
7167 * libs/FGettext.c (*):
7168 Use the new flist struct and functions interface
7170 * fvwm/screen.h (ScreenInfo):
7171 * fvwm/update.c (destroy_scheduled_windows):
7172 * fvwm/add_window.c (destroy_window):
7173 Added a list for the windows which are scheduled for destroy
7174 Remove a fw at once from the fw list when we destroy_window
7176 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7178 * fvwm/style.c (CMD_DestroyStyle):
7179 do not update windows if no style was deleted
7180 (check_window_style_change):
7181 fixed update of window styles w/ DestroyStyle
7183 2003-05-18 olicha <olivier.chapuis@free.fr>
7185 * fvwm/conditional.c (CMD_On):
7186 Added x,r,w,f and i file condition to the On command
7188 * fvwm/add_window.c (destroy_window):
7189 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7190 but scheduled for destroy. Not sure that the fix is good.
7192 * fvwm/functions.c (__execute_function):
7194 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7195 This fixes some cores dumps with "recursives" functions
7197 * fvwm/borders.c (border_create_root_transparent_pixmap):
7198 (border_draw_decor_to_pixmap):
7199 Fixed a core dump with a root transparent rotated title
7200 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7202 * libs/FGettext.c (fgettext_add_one_path):
7204 (FGettextSetLocalePath):
7205 Fixed memory leak and chainning
7207 * fvwm/builtins.c (CMD_PrintInfo):
7208 Fixed a parsing leak
7210 * fvwm/conditional.c (Circulate):
7211 Fixed a mask memory leaks
7214 * libs/Flocale.c (FlocaleGetFont):
7215 (FlocaleGetFontSet):
7216 (FlocaleGetFftFont):
7217 Fixed a core dump when a 0 font is given with an encoding hints.
7218 Added a default FFT font
7220 * fvwm/builtins.c (CMD_DefaultFont):
7221 Fixed a core dump when the default font change and a redraw
7222 (icon or window) is proceeded before flush_window_updates is called
7224 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7225 Fixed gradients copy
7227 * fvwm/menustyle.c (menustyle_parse_style):
7228 Fixed UMR's related to colorset
7230 * fvwm/builtins.c (ReadDecorFace):
7231 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7235 * fvwm/menustyle.c (menustyle_free):
7236 Fixed a fore stipple gc leak
7238 * fvwm/windowlist.c (CMD_WindowList):
7239 Fixed a sor_keyname memory leak
7241 * fvwm/fvwm.c (ResetAllButtons):
7242 Fixed the default buttons memory leak
7244 2003-05-08 olicha <olivier.chapuis@free.fr>
7246 * fvwm/windowlist.c (CMD_WindowList):
7247 Fixed a memory leak if MaxLabelWidth is used
7249 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7251 * fvwm/functions.c (__context_has_window):
7252 (__execute_function):
7254 fixed excution of functions requiring a window without a window when
7255 called with "silent" from a complex function
7257 2003-05-07 olicha <olivier.chapuis@free.fr>
7259 * libs/System.c (searchPath):
7262 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7264 * fvwm/move_resize.c (__move_loop):
7268 2003-05-03 olicha <olivier.chapuis@free.fr>
7273 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7276 Minor typo corrections.
7278 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7280 * fvwm/move_resize.c (__move_loop):
7286 2003-04-28 olicha <olivier.chapuis@free.fr>
7288 * fvwm/ewmh.c (ewmh_atom_wm_state):
7290 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7291 (ewmh_WMStateStaysOnBottom):
7292 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7294 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7296 * fvwm/module_interface.c (do_execute_module):
7297 * fvwm/fvwm.c (main):
7298 * libs/envvar.c (flib_putenv):
7299 * fvwm/builtins.c (add_to_env_list):
7302 fixed putenv memory leaks
7304 * libs/envvar.c (strIns):
7308 replacement for putenv without memory leaks
7313 * fvwm/fvwm.c (StartupStuff):
7315 * fvwm/add_window.c (free_window_names):
7317 * fvwm/events.c (HandlePropertyNotify):
7319 * fvwm/menus.c (do_menu):
7321 (__mloop_exit_selected):
7323 * fvwm/menucmd.c (menu_func):
7326 * fvwm/builtins.c (CMD_Destroy):
7328 call destroy_window right after XKillClient; do not wait for the window
7331 * fvwm/menucmd.c (menu_func):
7332 * fvwm/windowlist.c (CMD_WindowList):
7335 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7338 several updates (FvwmGtk, gettext)
7340 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7342 * fvwm/menucmd.c (menu_func):
7343 * fvwm/windowlist.c (CMD_WindowList):
7345 * fvwm/menus.c (is_double_click):
7348 (pop_menu_down_and_repaint_parent):
7349 (__mloop_get_event_timeout_loop):
7350 (__mloop_get_event):
7351 (__mloop_handle_event):
7352 (__mloop_select_item):
7353 (__mloop_make_popup):
7354 (__mloop_get_mi_actions):
7357 (__mloop_handle_action_with_mi):
7358 (__mloop_handle_action_without_mi):
7360 (menu_enter_tear_off_menu):
7361 (menu_close_tear_off_menu):
7363 replaced the pfw and pcontext members of the MenuParameters structure
7364 with an execution context pointer
7365 (_menu_execute_function):
7366 wrapper function to simplyfy command execution from within menus
7368 fixed warping pointer to first menu item when invoked with the mouse
7370 * fvwm/execcontext.c:
7373 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7380 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7382 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7384 * fvwm/menus.c (do_menu):
7385 the NoWarp position hint option works with root menus too
7387 * fvwm/ConfigFvwmDefaults:
7388 removed GrabFocusOff and GrabFocusTransient since they nullify the
7389 default with the plain focus policies
7391 2003-04-24 olicha <olivier.chapuis@free.fr>
7393 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7394 Fixed a miss print in my previous commit
7396 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7398 (ewmh_WMStateStaysOnBottom):
7399 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7400 * fvwm/ewmh_intern.h:
7401 Added comment on the implementation at the top of ewmh.c.
7402 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7403 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7404 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7405 and _NET_WM_STATE_BELOW.
7408 Added David Fries. Updated my entries.
7413 2003-04-23 olicha <olivier.chapuis@free.fr>
7415 * fvwm/module_interface.c (CMD_KillModule):
7416 Fixed a leak when we have an alias
7418 * libs/Picture.c (PFreeFvwmPictureData):
7420 New interface function for just freeing the allocated data (not
7423 2003-04-22 olicha <olivier.chapuis@free.fr>
7425 * fvwm/colorset.c (get_root_pixmap):
7426 Fixed a minor memory leak
7428 * fvwm/functions.c (execute_complex_function):
7429 Fixed uninitialized d.type
7431 * libs/Ficonv.c (FiconvSetupConversion):
7432 (FiconvUtf8ToCharset):
7433 (FiconvCharsetToUtf8):
7436 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7439 Fixed a core dump and safety check related to not loaded font
7441 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7446 2003-04-16 olicha <olivier.chapuis@free.fr>
7448 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7451 (ewmh_WMStateHidden):
7452 Check if functions are allowed
7454 * fvwm/ewmh.c (ewmh_HandleDesktop):
7456 Set Desktop and Dock uniconifiable and unmaximazable
7458 * fvwm/menuitem.c (menuitem_paint):
7460 Fixed greyed action with EWMH desktop
7462 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7465 documented FvwmEvent behaviour of executing window related event
7466 handlers within a window context
7469 updated WindowId entry
7471 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7473 * fvwm/schedule.c (deschedule):
7476 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7477 (ExecuteCommandQueue):
7478 * libs/queue.c (fqueue_init):
7479 (fqueue_remove_or_operate_from_front):
7480 (fqueue_remove_or_operate_from_end):
7481 (fqueue_remove_or_operate_all):
7483 (fqueue_unlock_queue):
7484 (fqueue_lock_queue):
7485 (fqueue_add_at_front):
7486 (fqueue_add_inside):
7490 * libs/queue.c (fqueue_remove_or_operate_all):
7491 (fqueue_remove_or_operate_from_end):
7492 (fqueue_remove_or_operate_from_front):
7493 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7494 (ExecuteCommandQueue):
7495 * fvwm/schedule.c (deschedule):
7496 (check_deschedule_obj_func):
7497 (deschedule_obj_func):
7499 (check_execute_obj_func):
7504 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7506 * fvwm/ConfigFvwmDefaults:
7508 * fvwm/windowlist.c:
7509 * sample.fvwmrc/system.fvwm2rc-sample-95:
7511 WindowListFunc is executed now within a window context,
7512 so "WindowId $0" is not needed anymore in its definition
7514 2003-04-14 olicha <olivier.chapuis@free.fr>
7518 Documented LocalePath and $[gt.str]. FvwmScript news.
7520 * fvwm/expand.c (expand_vars_extended):
7521 Fixed $[gt.str] expansion
7524 New gettext domain FvwmScript
7526 * libs/FGettext.c (FGettextCopy):
7528 New interface function which copies the string
7530 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7532 * fvwm/conditional.c (CMD_Cond):
7533 allow to negate the condition code with '!' prefix
7535 * fvwm/schedule.c (CMD_Schedule):
7537 support hexadecimal ids
7539 * libs/Parse.c (GetIntegerArguments):
7540 (_get_suffixed_integer_arguments):
7541 (GetSuffixedIntegerArguments):
7542 (GetIntegerArgumentsAnyBase):
7543 new utitily function to allow hexadecimal integer arguments
7545 2003-04-10 olicha <olivier.chapuis@free.fr>
7547 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7548 (FlocaleGetCharsetOfFontStruct):
7549 (FlocaleGetCharsetFromName):
7550 (FlocaleFixNameForFontSet):
7551 (FlocaleGetFontSet):
7552 (FlocalePrintLocaleInfo):
7553 * libs/FlocaleCharset.h:
7554 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7555 (FlocaleCharsetPrintXOMInfo):
7556 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7558 2003-04-08 olicha <olivier.chapuis@free.fr>
7560 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7561 fixed the default font name
7563 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7565 * fvwm/events.c (HandlePropertyNotify):
7566 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7567 completely ignore application requests to set exactly the same
7568 window name or icon name (xmms sets it every second),
7569 this avoids some redundant module messages and redraws
7571 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7576 2003-04-04 olicha <olivier.chapuis@free.fr>
7579 Fixed a miss print in fribidi config check
7581 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7583 * fvwm/focus.c (__restore_focus_after_unmap):
7584 iconified windows without an icon do not receive focus
7586 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7588 * fvwm/virtual (CMD_GotoDeskAndPage):
7589 different "GotoDeskAndPage prev" fix that works with any viewports, not
7590 just multiples of the screen size
7592 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7594 * fvwm/virtual (CMD_GotoDeskAndPage):
7595 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7597 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7602 * fvwm/menucmd.c (menu_func):
7603 fixed double key presses to choose default menu action
7605 * fvwm/focus.c (__update_windowlist):
7606 fixed order of window list with SloopyFocus when using the Focus
7609 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7612 clarified some things, typo fixed
7614 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7616 * libs/Colorset.c (CreateBackgroundPixmap):
7617 (GetWindowBackgroundPixmapSize):
7618 (get_aspect_dimensions):
7619 fixed size calculation of aspect pixmaps
7621 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7623 * fvwm/icons.c (clear_icon):
7627 * fvwm/geometry.c (get_icon_geometry):
7628 (modify_icon_position):
7629 set a valid icon picture position if there is neither a picture nor a
7632 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7636 reformatted to fit better on the web page
7638 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7641 added items from "My TODO" message on 2003-01-02
7644 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7646 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7649 removed debug output
7651 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7653 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7654 (FScreenFetchMangledScreenFromUSPosHints):
7655 two functions to allow USPosition hints from modules and StartsOnScreen
7656 work at the same time
7658 * fvwm/conditional.c (direction_cmd):
7659 Some fixes, reformatting and improvements.
7661 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7663 * fvwm/icons.c (Iconify):
7664 initialise icon position to +0+0 if there is neiter a picture nor a
7667 * fvwm/functions.c (DeferExecution):
7673 * fvwm/update.c (apply_window_updates):
7674 fixed drawing of sticky icon titles when the stickyicon style is being
7677 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7679 * fvwm/placement.c (CMD_PlaceAgain):
7680 * fvwm/add_window.c (setup_window_placement):
7681 * fvwm/virtual.c (MapDesk):
7682 update the GNOME hints desk when changing desks; fixes placeagain with
7684 some placeagain fixes
7686 * fvwm/fvwm.1.in (Example):
7687 removed duplicate Iconify section
7692 * fvwm/functable.c (func_table):
7693 * fvwm/functions.h (func_type):
7694 * fvwm/functions.c (__execute_function):
7695 (execute_complex_function):
7697 fixed a new and and old window selection bug
7699 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7701 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7702 detected with Purify.
7704 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7706 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7707 use None, not 0 for Window structures
7709 * fvwm/events.c (InitEventHandlerJumpTable):
7711 (__handle_key_event):
7712 * fvwm/bindings.c (ParseBinding):
7716 removed key release binding because they can not work reliably
7718 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7720 * fvwm/functable.c (func_table):
7721 trigger on ButtonPress for many of the functions
7723 * fvwm/functions.c (__execute_function):
7724 (__execute_function):
7725 fixed conditional commands a la "Current" triggered on root window
7727 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7729 * todo-2.6: Closed B.2, C.21.
7731 2003-02-28 olicha <olivier.chapuis@free.fr>
7734 * fvwm/events.c (HandleConfigureRequest):
7735 Added a workaround for application with broken max/min size hints
7736 vs a size configure request. This "fixes" floating java JToolBar.
7738 * fvwm/add_window.c (GetWindowSizeHints):
7739 Check that the max size hint is not broken relatively to the the base
7742 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7746 released 2.5.6, set version to 2.5.7
7752 2003-02-26 Tony Finch <dot@dotat.at>
7754 * fvwm/borders.c (border_draw_one_border_part):
7755 Don't draw the handle relief marks when the border is flat.
7757 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7760 s/fribdi_in_path/fribidi_in_path/
7763 spell checking and some reformatting
7765 2003-02-26 olicha <olivier.chapuis@free.fr>
7767 * fvwm/borders.c (border_setup_bar_pixmaps):
7768 Fixed a miss-print which can cause a core dump
7771 Added a 2.6 TODO file
7773 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7775 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7776 void functioin cannot return a value.
7778 2003-02-25 olicha <olivier.chapuis@free.fr>
7781 Fixed compilation warning if fribidi is in path
7783 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7785 * fvwm/windowlist.c (CMD_WindowList):
7786 removed unused instruction
7788 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7790 * configure.in: Remove nested function from -Werror check.
7791 Lets configure work without gcc.
7794 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7796 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7798 * fvwm/functions.c (__run_complex_function_items): Make Break start
7801 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7803 * fvwm/move_resize.c (get_outline_rects):
7804 (draw_move_resize_grid):
7805 initial drawing and final undrawing of wire frame no longer toggles the
7806 pixel in the top left corner of the screen
7808 * fvwm/expand.c (expand_vars):
7809 disabled warnings about one letter variables
7811 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7813 * README: Update to reflect release 2.5.x.
7814 * NEWS: Update news for FvwmPager drag fix.
7816 2003-02-15 olicha <olivier.chapuis@free.fr>
7821 2003-02-13 olicha <olivier.chapuis@free.fr>
7823 * fvwm/gnome.c (GNOME_SetClientList):
7824 Applied David Fries patch which fixes a possible crash with more
7826 (GNOME_SetClientList):
7827 malloc -> safemalloc
7829 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7831 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7832 Give the XorValue range.
7834 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7836 * fvwm/fvwm.1.in: Fully document the emulate command.
7838 2003-02-06 olicha <olivier.chapuis@free.fr>
7840 * fvwm/borders.c (get_common_decorations):
7841 (border_get_border_background):
7843 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7845 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7847 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7850 * fvwm/menuitem.c (menuitem_get_size):
7851 * fvwm/menus.c (calculate_item_sizes):
7852 renamed "mips" to mipst
7854 * fvwm/menuitem.c (menuitem_get_item_size):
7855 * fvwm/menus.c (_calculate_item_sizes):
7856 backed out patch from 30-Jan-2003
7858 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7861 * fvwm/menuitem.c (menuitem_get_item_size):
7862 * fvwm/menus.c (_calculate_item_sizes):
7863 functions renamed due to global name space collision with IRIX 6.5
7865 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7868 added tests/hints/Makefile.am
7870 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7872 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7874 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7876 * sample.fvwmrc/DecorWin95:
7877 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7878 Replace a long time ago.
7880 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7882 * fvwm/stack.c (new_layer):
7883 (collect_transients_recursive):
7887 * fvwm/events.c (HandleConfigureRequest):
7888 fixed placement of icons
7889 fixed size calculations of icons
7891 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7894 fixed $[desk.name<n>] that was masked by $[desk.n],
7895 added $[desk.pagesx] and $[desk.pagesy]
7897 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7899 * NEWS: Update news. Spelling fixes 2.5.x news.
7900 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7901 its not interactive.
7903 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7906 added a short description together with the commands
7908 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7911 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7914 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7918 deprecate all single letter variables, new variables are supported now
7919 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7920 $[desk.n], $[version.num], $[version.info], $[version.line].
7922 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7924 * fvwm/style.c (style_parse_one_style_option):
7926 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7927 DisallowMaximizeFixedSize
7929 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7931 * fvwm/fvwm.1.in: Lang check.
7933 2003-01-03 olicha <olivier.chapuis@free.fr>
7938 * fvwm/ewmh_intern.h:
7939 * fvwm/ewmh_names.c:
7940 * fvwm/ewmh_icons.c:
7941 * fvwm/ewmh_events.c:
7946 * fvwm/functable.c (func_table):
7947 * fvwm/fvwm.c (setVersionInfo):
7950 Removed GNOME and HAVE_EWMH ifdef
7953 Documented UseTitleDecorRotation
7955 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7957 * fvwm/module_interface.c (MoveViewport):
7958 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7959 M_NEW_PAGE now has 7 arguments
7961 2003-01-02 olicha <olivier.chapuis@free.fr>
7964 Documented the new icon style options
7968 * fvwm/icons.c (DrawIconTitleWindow):
7969 (DrawIconPixmapWindow):
7970 (setup_icon_title_size):
7971 * fvwm/style.c (style_parse_one_style_option):
7972 Fixed IconTitleRelief and IconBackgroundRelief arguments
7974 * fvwm/icons.c (GetIconPicture):
7975 (SetIconPixmapSize):
7976 Fixed IconSize style for non shaped depth > 1 pixmaps
7978 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7982 * fvwm/conditional.c (CMD_On):
7985 new conditional command On for non-window related conditions
7987 * fvwm/execcontext.h:
7988 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7989 two new exec contexts for restarting
7991 2003-01-02 olicha <olivier.chapuis@free.fr>
7993 * fvwm/builtins.c (ReadMultiPixmapDecor):
7994 StretchedPixmap -> AdjustedPixmap
7997 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7998 Documented the new MultiPixmap syntax
8000 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8004 * fvwm/builtins.c (ReadTitleButton):
8006 new button state shortcuts AllActiveUp, AllActiveDown,
8007 AllInactiveUp, AllInactiveDown
8009 2002-12-31 olicha <olivier.chapuis@free.fr>
8011 * libs/PictureGraphics.c (PCopyArea):
8012 Fixed rendering of depth 1 pixmap with a mask
8014 * fvwm/update.c (apply_window_updates):
8015 Fixed icon bg cset update
8017 * fvwm/events.c (HandlePropertyNotify):
8018 * fvwm/geometry.c (move_icon_to_position):
8019 Fixed non shaped icons with a bg padding but without cs bg
8022 * fvwm/style.c (style_parse_icon_size_style):
8024 * fvwm/fvwm.h (window_style):
8025 * fvwm/add_window.c (setup_icon_size_limits):
8026 * fvwm/icons.c (SetIconPixmapSize):
8028 New option to IconSize style: Adjusted, Streched, Shrunk
8030 * fvwm/icons.c (SetIconPixmapSize):
8032 Always center the icon with IconSize if the icon has a background
8034 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8037 FvwmWindowMenu renaming; compact long diagnostics into half of line
8040 documeted and corrected new features
8043 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8044 since these are the only way currently to create themes
8049 2002-12-30 olicha <olivier.chapuis@free.fr>
8052 * fvwm/icons.c (setup_icon_title_size):
8053 (set_icon_pixmap_background):
8055 (DrawIconTitleWindow):
8056 (DrawIconPixmapWindow):
8060 * fvwm/events.c (HandleEnterNotify):
8062 (HandleLeaveNotify):
8063 (HandlePropertyNotify):
8064 * fvwm/borders.c (border_draw_decorations):
8067 * fvwm/add_window.c (setup_icon_background_parameters):
8068 (setup_icon_title_parameters):
8069 (setup_style_and_decor):
8071 * fvwm/geometry.c (move_icon_to_position):
8073 * fvwm/style.c (check_window_style_change):
8074 (update_style_colorset):
8075 (update_icon_title_cs_style):
8076 (update_icon_title_cs_hi_style):
8077 (update_icon_background_cs_style):
8080 * fvwm/update.c (apply_window_updates):
8081 New style options IconBackgroundColorset, IconTitleColorset,
8082 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8083 and IconBackgroundPadding
8085 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8088 fixed compilation without XShm
8090 * fvwm/borders.c (border_rotate_titlebar_descr):
8091 fixed warning: deprecated use of label at end of compound statement
8093 2002-12-27 olicha <olivier.chapuis@free.fr>
8095 * fvwm/ConfigFvwmDefaults:
8096 UseTitleDecorRotation is a default
8098 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8099 (do_relieve_rectangle):
8101 * fvwm/borders.c (border_draw_title_stick_lines):
8102 (border_create_root_transparent_pixmap):
8103 (border_mp_render_into_pixmap):
8104 (border_draw_decor_to_pixmap):
8105 (border_mp_render_into_pixmap):
8106 (border_mp_get_titlebar_descr):
8107 (border_mp_draw_mp_titlebar):
8108 (border_draw_decor_to_pixmap):
8109 (border_set_button_pixmap):
8110 (border_get_titlebar_draw_descr):
8111 (border_set_title_pixmap):
8112 (border_rotate_titlebar_descr):
8113 (border_get_titlebar_descr):
8114 Completed UseTitleDecorRotation
8116 2002-12-26 olicha <olivier.chapuis@free.fr>
8118 * fvwm/update.c (apply_window_updates):
8119 * fvwm/frame.c (frame_get_titlebar_dimensions):
8120 (frame_set_decor_gravities):
8121 * fvwm/borders.c (border_set_button_pixmap):
8122 (border_get_titlebar_descr):
8123 (border_draw_one_button):
8124 Buttons order follows the title text rotations.
8125 More UseTitleDecorRotation preparation
8127 * fvwm/borders.c (border_draw_decor_to_pixmap):
8130 2002-12-24 olicha <olivier.chapuis@free.fr>
8132 * fvwm/borders.c (border_mp_render_into_pixmap):
8133 (border_fill_pixmap_background):
8134 Some borders drawing fixes
8136 * libs/Graphics.c (CreateRotatedPixmap):
8137 * fvwm/geometry.c (get_title_font_size_and_offset):
8138 * fvwm/update.c (apply_window_updates):
8139 * fvwm/borders.c (border_set_button_pixmap):
8140 (border_get_titlebar_draw_descr):
8141 (border_draw_title):
8142 (border_rotate_titlebar_descr):
8143 (border_get_titlebar_descr):
8144 More UseTitleDecorRotation preparation
8146 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8148 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8149 so we won't get so many application bugs report to fvwm-workers.
8151 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8153 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8155 * fvwm/style.c (style_parse_one_style_option):
8158 * fvwm/window_flags:
8159 * fvwm/decorations.c (is_function_allowed,
8160 __is_resize_allowed):
8161 Added styles Closable, Iconifiable, Maximizable and
8162 AllowMaximizeFixedSize
8163 * fvwm/conditional.c (MatchesConditionMask,
8164 CreateConditionMask):
8165 Added conditionals Closable,Iconifiable and Maximizable
8167 Documented styles Closable, Iconifiable, Maximizable and
8168 AllowMaximizeFixedSize and conditionals
8169 Closable,Iconifiable and Maximizable
8171 2002-12-20 olicha <olivier.chapuis@free.fr>
8173 * fvwm/window_flags.h:
8175 * fvwm/update.c (apply_window_updates):
8177 * fvwm/style.c (style_parse_one_style_option):
8179 UseTitleDecorRotation style preparation
8181 * fvwm/fvwm.c (main):
8182 Use best TrueColor visual
8184 * fvwm/borders.c (border_get_border_gcs):
8185 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8186 window which may have a depth != Pdepth
8188 * fvwm/menus.c (paint_side_pic):
8189 * fvwm/menuitem.c (menuitem_paint):
8190 * fvwm/icons.c (DrawIconPixmapWindow):
8191 * fvwm/colorset.c (parse_colorset):
8192 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8195 2002-12-19 olicha <olivier.chapuis@free.fr>
8197 * libs/Graphics.c (CreateRotatedPixmap):
8199 New interface function CreateRotatedPixmap
8201 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8203 * libs/PictureGraphics.c (PCreateRenderPixmap):
8204 (PCreateDitherPixmap):
8205 * libs/Graphics.c (CreateGradientPixmap):
8206 (CreateRotatedPixmap):
8209 * libs/FShm.h (new file):
8210 * libs/FImage.h (new file):
8211 * libs/FImage.c (new file):
8213 * fvwm/fvwm.c (setVersionInfo):
8214 Added MIT Shared Memory Extension for XImage
8220 * fvwm/builtins.c (ReadDecorFace):
8222 * fvwm/borders.c (border_draw_decor_to_pixmap):
8223 (border_fill_pixmap_background):
8224 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8226 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8229 shape-and-join fixes from Nadim Shaikli (slightly modified)
8231 2002-12-16 olicha <olivier.chapuis@free.fr>
8233 * libs/PictureGraphics.h:
8234 * libs/PictureGraphics.c (PTileRectangle):
8235 (PGraphicsCreateTiledPicture):
8236 * libs/Graphics.c (CreateTiledPixmap):
8237 New interface function: PGraphicsCreateTiledPicture
8240 * fvwm/fvwm.c (CreateGCs):
8241 Added a global (Scr) alpha GC
8245 * fvwm/builtins.c (ReadMultiPixmapDecor):
8246 (update_decorface_colorset):
8248 * fvwm/borders.c (border_get_tb_parts_to_draw):
8249 (border_fill_pixmap_background):
8250 (border_setup_bar_pixmaps):
8251 (border_get_bar_pixmaps):
8252 (border_free_bar_pixmaps):
8253 (border_mp_render_into_pixmap):
8254 (border_mp_get_length):
8255 (border_mp_get_titlebar_descr):
8256 (border_mp_get_geometry):
8257 (border_mp_get_use_title_style_parts_and_geometry):
8258 (border_mp_draw_mp_titlebar):
8259 (border_draw_decor_to_pixmap):
8260 (border_draw_title_deep):
8261 (border_get_titlebar_draw_descr):
8262 (border_setup_use_title_style):
8263 (border_get_titlebar_descr_state):
8264 (border_get_titlebar_descr):
8265 (border_get_transparent_decorations_part):
8266 (border_draw_title_stick_lines):
8267 MultiPixmap can use Colorset and Solid color. Various others minor
8268 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8269 "main" drawing code and remove the #ifdef.
8270 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8271 Use the new Scr.AlphaGC.
8273 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8275 * fvwm/add_window.c (validate_transientfor):
8276 do not ignore transientfor hint for iconified windows
8278 2002-12-12 Jason Weber <baboon@imonk.com>
8281 * fvwm/conditional.c (CMD_ScanForWindow):
8284 rename ScanWindow to ScanForWindow
8286 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8288 * fvwm/menuitem.c (menuitem_paint):
8289 * fvwm/colorset.c (parse_colorset):
8290 * fvwm/icons.c (DrawIconPixmapWindow):
8291 * fvwm/focus.c (_SetFocusWindow):
8292 (_ReturnFocusWindow):
8294 (_ForceDeleteFocus):
8295 (__activate_window_by_command):
8296 patches to prevent UMR messages in memory debuggers
8298 2002-12-11 Jason Weber <baboon@imonk.com>
8300 * fvwm/fvwm.1.in: Added ScanWindow
8302 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8305 Generalized CMD_Direction into direction_cmd.
8306 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8307 Replace Cycle prefix with secondary direction argument.
8309 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8311 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8313 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8314 * fvwm/conditional.c (CreateConditionMask):
8315 Implemented conditional "FixedSize" and "HasHandles"
8317 Documented conditional options "FixedSize" and "HasHandles".
8319 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8321 * fvwm/placement.c (PlaceWindow):
8322 fixed StickyAcrossDesks w/ StartsOnPage
8326 * fvwm/ewmh_conf.c (set_state_workaround):
8327 * fvwm/update.c (apply_window_updates):
8328 * fvwm/windowlist.c (CMD_WindowList):
8329 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8330 (ewmh_WMStateSticky):
8331 * fvwm/conditional.c (CreateConditionMask):
8332 * fvwm/gnome.c (GNOME_SetHints):
8334 (GNOME_HandlePropRequest):
8335 * fvwm/placement.c (SmartPlacement):
8340 * fvwm/session.c (SaveWindowStates):
8343 * fvwm/ewmh.c (check_desk):
8344 (EWMH_SetWMDesktop):
8345 (ewmh_ComputeAndSetWorkArea):
8346 (ewmh_HandleDynamicWorkArea):
8347 (ewmh_HandleDesktop):
8350 (ewmh_HandleToolBar):
8351 * fvwm/virtual.c (UnmapDesk):
8354 (do_move_window_to_desk):
8355 * fvwm/icons.c (setup_icon_title_size):
8356 (DrawIconTitleWindow):
8359 * fvwm/borders.c (is_button_toggled):
8360 (get_common_decorations):
8361 (border_draw_title_stick_lines):
8362 * fvwm/add_window.c (AddWindow):
8363 * fvwm/move_resize.c (__move_window):
8365 (is_window_sticky_across_pages):
8366 (is_window_sticky_across_desks):
8372 (CMD_StickAcrossPages):
8373 (CMD_StickAcrossDesks):
8374 (stick_across_pages):
8375 (stick_across_desks):
8376 (handle_stick_across_desks):
8377 (handle_stick_across_pages):
8379 * fvwm/fvwm.h (struct):
8380 * fvwm/style.c (style_parse_one_style_option):
8381 (check_window_style_change):
8383 * fvwm/window_flags.h:
8384 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8385 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8388 * fvwm/focus.c (CMD_Focus):
8390 (__activate_window_by_command):
8391 (__update_windowlist):
8392 (__set_focus_to_fwin):
8394 (_ReturnFocusWindow):
8396 (_ForceDeleteFocus):
8397 fixed window list order with FlipFocus command
8399 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8403 document bidi entry undocumented in 2.5.5
8405 2002-12-06 olicha <olivier.chapuis@free.fr>
8408 Fixed the "detection" of the LINGUAS variable
8411 Added ar to ALL_LINGUAS
8414 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8416 * fvwm/move_resize.c (__resize_window):
8417 fixed handling of MontionNotify and PropertyNotify events
8419 2002-12-03 olicha <olivier.chapuis@free.fr>
8421 * fvwm/borders.c (border_draw_decor_to_pixmap):
8422 (border_get_border_background):
8423 (get_common_decorations):
8426 * fvwm/builtins.c (CMD_PrintInfo):
8427 New subject nls to PrintInfo
8429 * libs/FGettext.c (*):
8430 New command FlocalePath
8432 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8436 changed version to 2.5.6
8442 2002-12-02 olicha <olivier.chapuis@free.fr>
8444 * libs/FRenderInit.c (FRenderInit):
8445 Fixed alpha depth if !XRenderSupport
8447 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8448 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8450 * libs/PictureImageLoader.h:
8451 Fixed image loading on bigedian machine
8453 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8455 * libs/FBidi.c (FBidiConvert):
8456 several small changes
8457 * libs/FBidiJoin.c (shape_n_join):
8458 enabled a new bidi shaping code
8460 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8462 * fvwm/frame.c (frame_restore_client_gravities):
8463 (frame_free_move_resize_args):
8464 fixed a redrawing problem after shading a window
8466 2002-11-29 olicha <olivier.chapuis@free.fr>
8469 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8473 Fixed two missprints
8475 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8477 * fvwm/bindings.c (ParseBinding):
8478 fix for stroke-less compile
8480 2002-11-29 olicha <olivier.chapuis@free.fr>
8482 * fvwm/commands.h (enum):
8483 * fvwm/functable.c (func_table):
8484 * fvwm/builtins.c (CMD_LocalePath):
8485 * libs/FGettext.c (FGettextSetLocalePath):
8487 Preparation for LocalePath command
8489 * fvwm/screen.h (ScreenInfo):
8490 * fvwm/fvwm.c (CreateGCs):
8491 Rename Scr.TileGC to Scr.BordersGC
8494 A libintl autoconf fix
8496 * libs/Colorset.c (CreateBackgroundPixmap):
8497 Do not grab the server when we dump the E setroot pixmap
8499 2002-11-29 olicha <olivier.chapuis@free.fr>
8506 Added NLS support with gnu gettext
8508 * fvwm/fvwm.c (main):
8511 * fvwm/expand.c (expand_vars_extended):
8512 New extanded variable $[gt.any_string]
8514 * fvwm/virtual.c (CMD_DesktopName):
8515 * fvwm/windowlist.c (get_desk_title):
8516 * fvwm/expand.c (expand_vars_extended):
8517 * fvwm/fvwm.c (SetRCDefaults):
8518 * fvwm/ConfigFvwmSetup:
8519 Mark some strings to be translated
8521 * libs/FGettext.c (new file):
8522 * libs/FGettext.c (new file):
8524 gnu gettext libintl warper
8526 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8528 * fvwm/add_window.c (RestoreWithdrawnLocation):
8529 rixed rxvts with S/E gravity travelling off screen upon recapture after
8532 * fvwm/events.c (__handle_key_event):
8533 * fvwm/bindings.c (activate_binding):
8534 (__rebind_global_key):
8535 fixed unbinding pointerkey bindings removing the grab for this key
8538 * fvwm/events.c (__is_bpress_window_handled):
8539 fixed click on override redirect windows being handled by the root
8542 * fvwm/misc.c (GrabEm):
8543 confine the pointer to the root window when grabbed
8545 * fvwm/events.c (HandleUnmapNotify):
8546 fixed reparenting problem with restarts from desks != 0
8548 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8551 removed experimental code
8553 2002-11-28 olicha <olivier.chapuis@free.fr>
8555 * fvwm/borders.c (border_get_border_background):
8556 (border_draw_decor_to_pixmap):
8557 (border_fill_pixmap_background):
8558 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8561 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8563 * fvwm/fvwm.c (InitVariables):
8564 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8566 * fvwm/virtual.c (CMD_EdgeScroll):
8569 * fvwm/ConfigFvwmDefaults:
8570 do not include empty ConfigFvwmProxyDefaults, added one binding
8572 2002-11-26 olicha <olivier.chapuis@free.fr>
8574 * libs/Colorset.c (CreateBackgroundPixmap):
8575 * fvwm/colorset.c (parse_colorset):
8576 Be more safe with the E root pixmap
8578 2002-11-25 olicha <olivier.chapuis@free.fr>
8580 * fvwm/move_resize.c (__move_loop):
8581 Redraw the transparent decoration parts when a move is abored
8583 * fvwm/colorset.c (parse_colorset):
8584 Fixed the fgsh Colorset colors when the Image change but not the bg
8586 2002-11-24 Jason Weber <baboon@imonk.com>
8588 * fvwm/conditional.c (CMD_Direction):
8589 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8590 eventual traversal of all windows over repeated calls. It also cycles
8591 back to the opposite extent when it hits the limit in the given
8594 2002-11-22 olicha <olivier.chapuis@free.fr>
8597 * fvwm/borders.c (get_common_decorations):
8598 (border_get_parts_and_pos_to_draw):
8599 (border_get_changed_border_parts):
8600 (border_get_frame_pixmap, new):
8601 (border_get_border_background):
8602 (border_draw_one_border_part):
8603 (border_draw_decorations):
8604 (border_get_tb_parts_to_draw):
8605 (border_fill_pixmap_background):
8606 (border_get_titlebar_descr_state, new):
8607 (border_draw_titlebar):
8608 (border_setup_bar_pixmaps, new):
8609 (border_get_bar_pixmaps, new):
8610 (border_free_bar_pixmaps, new):
8611 (border_setup_use_title_style, new):
8612 (border_set_button_pixmap):
8613 (border_set_title_pixmap):
8614 (border_draw_one_button):
8615 (border_set_button_pixmap):
8616 (border_draw_title_deep):
8617 (border_get_transparent_decorations_part, new):
8618 Title, Border and Buttons Style Colorset Option: Drawing
8620 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8623 * fvwm/frame.c (__frame_setup_window):
8624 (frame_has_handles_and_tiled_border):
8625 (frame_create_move_resize_args):
8626 (frame_free_move_resize_args):
8627 Title, Border and Buttons Style Colorset Option: External drawing
8628 stuff. Basically additional redrawing for RootTransparent
8630 * fvwm/builtins.c (update_decorface_colorset, new):
8631 (update_titlebutton_colorset, new):
8632 (update_decors_colorset, new):
8633 (update_fvwm_colorset):
8634 Title, Border and Buttons Style Colorset Option: Dynamic updating
8637 * fvwm/builtins.c (ReadDecorFace):
8638 Title, Border and Buttons Style Colorset Option: Configuration
8640 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8642 Title, Border and Buttons Style Colorset Option: Convinent macros and
8645 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8647 * libs/Makefile.am: Add missing Bindings.h.
8649 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8651 * fvwm/move_resize.c (__move_loop):
8652 send M_CONFIGURE_WINDOW only when the window actually moves
8654 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8661 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8662 with minor improvements; it is disabled for now (#if 0) since
8663 some Arabic chars cause core dump
8665 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8667 * fvwm/fvwm.1.in (Examples):
8668 added documentation of Icon option for PlaceAgain command
8670 * fvwm/events.c (__handle_key_event):
8671 fixed global key binding problem
8673 2002-11-15 olicha <olivier.chapuis@free.fr>
8675 * libs/Bindings.c (MatchBindingExactly):
8676 (__compare_binding):
8677 compile fixes w/o stroke lib
8680 * fvwm/geometry.c (get_title_font_size_and_offset):
8681 * fvwm/builtins.c (do_title_style):
8682 New MinHeight option to TitleStyle
8684 2002-11-15 olicha <olivier.chapuis@free.fr>
8686 * fvwm/builtins.c (update_fvwm_colorset):
8691 * fvwm/colorset.c (update_root_transparent_colorset):
8692 Fixed update of the RootTransparent colorset in fvwm
8694 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8696 * libs/Bindings.c (__compare_binding):
8697 (MatchBindingExactly):
8698 compoile fixes w/o stroke lib
8700 2002-11-14 olicha <olivier.chapuis@free.fr>
8705 Removed any reference on "xft and flickering"
8707 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8709 * fvwm/eventmask.h (XEVMASK_ICONW):
8710 * fvwm/events.c (HandleKeyRelease):
8712 (__handle_key_event):
8713 * fvwm/bindings.c (ParseBinding):
8715 * libs/Bindings.h (enum):
8716 implemented key release bindings; prefix the key name with a '-';
8717 does not work well with some applications
8719 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8724 * fvwm/bindings.c (ParseBinding):
8727 (bind_get_bound_button_contexts):
8733 (RemoveMatchingBinding):
8738 (GrabAllWindowKeysAndButtons):
8739 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8740 * fvwm/events.c (__handle_bpress_on_root):
8741 (__handle_bpress_on_managed):
8742 (HandleButtonRelease):
8743 * fvwm/builtins.c (CMD_Wait):
8745 * libs/fvwmlib.h (enum):
8746 fixed Key vs. PointerKey with "A"ny context
8748 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8750 * fvwm/icons.c (Iconify):
8751 icon placement safety patch
8753 fixed initial position of application provided icon windows
8755 * fvwm/session.c (LoadWindowStates):
8756 fixed parsing of strings beginning with whitespace in session file
8758 * fvwm/fvwm.1.in (Note):
8759 * fvwm/style.c (style_set_old_focus_policy):
8760 * libs/defaults.h (DEF_FP_MODIFIERS):
8761 set default modifiers for raising/focusing to N again
8763 2002-11-11 olicha <olivier.chapuis@free.fr>
8766 * fvwm/fvwm.c (main):
8768 named-palette -> visual-palette, -N -> -P
8770 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8772 * fvwm/ConfigFvwmDefaults:
8773 include ConfigFvwmProxyDefaults
8775 * fvwm/fvwm.c (usage):
8776 polished usage message
8778 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8780 * fvwm/fvwm.c (usage):
8782 cleaned up usage and error messages
8783 use short option names in usage message an man page synopsis
8784 all options are case sensitive
8785 do not mention the "-" style long options in the man page; instead use
8788 * fvwm/add_window.c (setup_frame_window):
8789 * fvwm/events.c (HandleMapNotify):
8790 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8791 fixed empty decorations after recapture
8793 * fvwm/geometry.c (get_icon_geometry):
8794 * fvwm/icons.c (clear_icon):
8795 fixed icon jumping to 0 0 when the icon layout changes after the icon
8796 has been moved manually
8798 * fvwm/move_resize.c (__move_icon):
8799 fixed MoveToPage with icons
8801 2002-11-09 olicha <olivier.chapuis@free.fr>
8803 * libs/Fft.c (FftGetRotatedFont):
8806 Check the return result of FftPatternGetMatrix
8809 * libs/PictureBase.h:
8812 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8814 * fvwm/ewmh_conf.c (set_state_workaround):
8815 * fvwm/functable.c (func_table):
8816 * fvwm/update.c (apply_window_updates):
8817 * fvwm/windowlist.c (CMD_WindowList):
8818 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8819 (ewmh_WMStateSticky):
8820 * fvwm/conditional.c (CreateConditionMask):
8821 (CreateConditionMask):
8822 * fvwm/gnome.c (GNOME_SetHints):
8824 (GNOME_HandlePropRequest):
8825 * fvwm/placement.c (SmartPlacement):
8830 * fvwm/session.c (SaveWindowStates):
8832 * fvwm/ewmh.c (check_desk):
8833 (EWMH_SetWMDesktop):
8834 (ewmh_ComputeAndSetWorkArea):
8835 (ewmh_HandleDynamicWorkArea):
8836 (ewmh_HandleDesktop):
8839 (ewmh_HandleToolBar):
8840 * fvwm/virtual.c (UnmapDesk):
8844 (do_move_window_to_desk):
8845 * fvwm/icons.c (setup_icon_title_size):
8846 (DrawIconTitleWindow):
8849 * fvwm/borders.c (is_button_toggled):
8850 (get_common_decorations):
8851 (border_draw_title_stick_lines):
8852 * fvwm/add_window.c (AddWindow):
8853 * fvwm/move_resize.c (__move_window):
8854 (is_window_sticky_on_page):
8855 (is_window_sticky_on_desk):
8861 (handle_stick_page):
8862 (handle_stick_desk):
8863 (__handle_stick_exit):
8866 * fvwm/style.c (style_parse_one_style_option):
8867 (check_window_style_change):
8870 New Style options stickypage and stickydesk
8871 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8872 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8873 New conditions StickyPage and StickyDesk
8874 New commands StickPage and StickDesk
8876 * fvwm/move_resize.c (__move_window):
8877 do not unstick a window when using MoveToScreen
8883 * fvwm/functable.c (func_table):
8884 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8885 renamed EWMHBaseStrut to EwmhBaseStruts
8887 * fvwm/style.c (style_set_old_focus_policy):
8888 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8889 (style_parse_one_style_option):
8890 renamed "Border" style to "Borders"
8891 removed "NoBorder" style; use !Borders instead
8892 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8893 renamed PlacmentOverlapPercentPenalties to
8894 MinOverlapPercentPlacementPenalties
8901 Fixed compiler warnings
8903 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8906 autogenerate FvwmWindowLister files
8909 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8910 of MissingSubmenuFunction and DynamicPopupAction
8912 2002-11-08 olicha <olivier.chapuis@free.fr>
8914 * libs/PictureUtils.c (alloc_color_proportion):
8915 (alloc_color_proportion_dither):
8916 (alloc_color_proportion_grey):
8918 (free_colors_in_table):
8920 (init_static_colors_table):
8921 (PictureFreeColors):
8922 (PictureInitColors):
8923 (PicturePrintColorInfo):
8924 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8927 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8929 * fvwm/move_resize.c (__move_window):
8930 ignore MoveToPage with sticky windows
8932 * fvwm/conditional.c (Circulate):
8934 Next and Prev commands begin looking at the context window, if any
8936 * fvwm/focus.c (__focus_grab_buttons):
8937 fixed initial button grabbing on client window
8939 * fvwm/stack.c (BroadcastRestack):
8940 split long packets, fixed a bug and cleaned up
8942 * libs/Module.c (ReadFvwmPacket):
8943 ignore packets that are too long
8946 document PopupDelay and PopdownDelay defaults
8948 2002-11-06 olicha <olivier.chapuis@free.fr>
8950 * libs/Fft.c (FftGetFont):
8951 (FftGetRotatedFont):
8952 Use a more perfectioned method for loading font with Xft/Fc. This
8953 method allows sanity check. Preserve the matrix when rotating
8956 * libs/Flocale.c (FlocaleGetMinOffset):
8957 (FlocaleRotateDrawString):
8958 (FlocaleGetFontSet):
8960 * libs/Fft.c (FftDrawString):
8962 * libs/FftInterface.h:
8963 * fvwm/geometry.c (get_title_font_size_and_offset):
8964 Move the computation of the good "y" for drawing text into Flocale.
8965 Use the max ascent, descent and height for font metric (in the place
8968 * libs/Flocale.c (FlocalePrintLocaleInfo):
8970 * libs/Fft.c (FftPrintPatternInfo):
8972 * fvwm/builtins.c (CMD_PrintInfo):
8975 New option "Locale" to PrintInfo Command
8977 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8979 * fvwm/events.c (HandleExpose):
8982 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8984 * fvwm/fvwm.1.in: colour -> color
8987 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8990 * fvwm/fvwm.c (usage):
8994 2002-11-04 olicha <olivier.chapuis@free.fr>
8997 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8999 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9001 (PictureFreeColors):
9002 (PicturePrintColorInfo):
9003 Trace colours allocation out of the pallet in depth <= 8. Better
9004 information on coulours
9006 * libs/Fft.c (FftGetRotatedFont):
9008 Fixed rotated font when the original font has a matrix
9010 * libs/PictureBase.c (PictureInitCMapRoot):
9011 * libs/PictureUtils.h:
9012 * libs/PictureUtils.c (PictureInitColors):
9013 (PictureAllocColorTable):
9014 * libs/PictureBase.h (PictureColorLimitOption):
9015 * fvwm/fvwm.c (main):
9017 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9018 -named-pallet. -color-limit now take only integer argument.
9021 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9023 * libs/Module.h (struct):
9024 new type FvwmWinPacketBodyHeader to access the standard fields in a
9025 packet with a window
9027 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9032 * fvwm/functable.c (func_table):
9034 * fvwm/style.c (style_parse_one_style_option):
9035 (parse_and_set_window_style):
9039 added a new command FocusStyle as a shorthand for
9040 "Style * FP..., FP..."
9042 * fvwm/builtins.c (__parse_vector_line_one_coord):
9043 (__parse_vector_line):
9045 split vector line parsing into sub functions
9047 fixed core dump in vector button offset patch
9049 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9051 * fvwm/screen.h (vector_coords):
9052 added fields for offsets
9053 * fvwm/builtins.c (ReadDecorFace):
9054 rewrote parser for vector definitions to accept optional offsets
9055 * fvwm/fvwm.c (LoadDefaultLeftButton):
9056 (LoadDefaultRightButton)
9057 set default values for offsets
9058 * fvwm/borders.c (border_draw_vector_to_pixmap):
9059 updated XDrawLine call to take offsets into account
9061 documented new options for vector offsets
9063 2002-11-01 olicha <olivier.chapuis@free.fr>
9065 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9066 Fixed icon tint pixel, it was set to icon tint percent during some
9069 2002-10-31 olicha <olivier.chapuis@free.fr>
9071 * libs/PictureUtils.c (PictureAllocColorImage):
9072 (PictureOpenImageColorAllocator):
9073 (PictureCloseImageColorAllocator):
9074 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9077 (PImageCreatePixmapFromArgbData):
9078 (PImageLoadPixmapFromFile):
9079 * libs/PictureBase.h (FvwmPictureThing):
9080 (PictureImageColorAllocator):
9082 * libs/Picture.c (PDestroyFvwmPicture):
9083 (PLoadFvwmPictureFromPixmap):
9084 * libs/Graphics.c (CreateGradientPixmap):
9086 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9087 Added a new way to allocate colors for image and gradient. This method
9088 allows, in particular, to save (in a "fast" way) the allocated pixels
9089 with a minimal memory usage.
9090 Fixed color leaks for png, ewmh and dithered xpm images.
9092 * fvwm/add_window.c (destroy_icon):
9093 * fvwm/fvwm.h (FvwmWindow):
9094 * fvwm/icons.c (GetIconFromFile):
9097 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9101 * fvwm/stack.c (enum):
9102 (position_new_window_in_stack_ring):
9104 (must_move_transients):
9107 (__raise_lower_recursion):
9108 (__raise_or_lower_window):
9109 (raise_or_lower_window):
9110 (collect_transients_recursive):
9111 (__is_restack_transients_needed):
9113 (CMD_RestackTransients):
9114 new command RestackTransients which works like Raise and Lower but does
9115 not restack windows that are not transient
9116 renamed some functions
9120 corrected cursor movement key bindings
9122 * fvwm/bindings.c (activate_binding):
9123 fixed problem w/ bindings being overridden by applications OpenOffice
9126 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9133 include FvwmProxy to build
9135 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9138 exclude FvwmProxy from build
9144 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9147 added FvwmProxy module
9149 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9152 * fvwm/windowlist.c (CMD_WindowList):
9153 renamed SortClassName to SortByClass
9155 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9157 * fvwm/menustyle.c (menustyle_update):
9158 (menustyle_parse_style):
9159 (menustyle_get_styleopt_index):
9160 (menustyle_parse_style):
9161 (CMD_CopyMenuStyle):
9163 removed HilightRelief MenuStyle and hard coded it
9165 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9167 * fvwm/menus.c (make_menu_window):
9168 fixed updating menu background with "Menustyle * Background"
9170 * fvwm/stack.c (__get_stacking_sibling):
9172 fixed another stacking problem
9174 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9178 corrected and lined up several help lines
9181 added --enable-xinerama-emulation description
9183 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9185 * fvwm/stack.c (restack_windows):
9186 (__get_stacking_sibling):
9187 fixed another stacking problem
9189 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9191 * fvwm/add_window.c (AddWindow):
9192 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9193 windows starting lowered or on other layers in FvwmPager
9195 * fvwm/stack.c (restack_windows):
9196 (__get_visible_window):
9197 fixed a stacking problem with layers
9199 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9201 * fvwm/functable.c (func_table):
9204 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9208 * fvwm/windowlist.c:
9209 new WindowList option SortByResource
9211 * fvwm/style.c (check_window_style_change):
9212 * libs/FlocaleCharset.c:
9216 place recent authors to the top, not bottom
9219 corrected typo in error message
9221 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9223 * fvwm/fvwm.1.in: Lang check done.
9225 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9228 work on new menu loop code
9234 * fvwm/menus.c (__mloop_handle_event):
9235 (__mloop_get_event):
9236 (__mloop_handle_action_with_mi):
9237 * fvwm/menus.h (MenuReturn):
9238 renamed MenuReturn member menu to target_menu
9240 * fvwm/menus.c (__mloop_handle_event):
9241 * fvwm/menus.h (MenuReturn):
9242 removed a "write only" member of MenuReturn
9244 * fvwm/conditional.c (circulate_cmd):
9245 fixed the "Any" command
9247 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9249 * fvwm/stack.c (mark_transient_subtree):
9250 fixed stack ring corruption with iconified transients
9252 fixed a problem with lowering windows below the icons of their
9255 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9261 * libs/PictureBase.h:
9265 renamed colorset_struct to colorset_t
9267 2002-10-22 olicha <olivier.chapuis@free.fr>
9269 * libs/PictureUtils.c:
9270 Minor fixes and add #if O experimental code
9272 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9274 * fvwm/icons.c (DrawIconPixmapWindow):
9276 * fvwm/events.c (HandlePropertyNotify):
9277 * libs/Fft.c (FftDrawString):
9278 * libs/Colorset.c (DumpColorset):
9280 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9281 use renamed colorset_struct members
9283 * libs/Colorset.h (colorset_struct):
9284 renamed and re-sorted members and cut down bit field lengths for
9287 * fvwm/menustyle.c (menustyle_update):
9290 * fvwm/stack.c (restack_windows):
9291 fixed flickering when raising transients; can't prevent flickering when
9292 lowering a window completely
9294 fixed unnecessary error message
9296 * fvwm/fvwm.c (main):
9299 * fvwm/stack.c (__restack_window):
9300 fixed a stacking problem with icons
9302 * fvwm/add_window.c (destroy_icon):
9305 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9307 * fvwm/menuitem.c (menuitem_paint):
9308 * fvwm/menustyle.c (menustyle_parse_style):
9309 * fvwm/menus.c (paint_side_pic):
9312 (repaint_transparent_menu):
9313 * fvwm/menustyle.h (MenuLook):
9314 cleaned up menu drawing code, fixed last patch
9316 * fvwm/menuitem.c (menuitem_paint):
9317 * fvwm/menustyle.c (menustyle_parse_style):
9318 fixed HilightBack default
9320 * fvwm/bindings.c (binding_cmd):
9321 (bind_get_bound_button_contexts):
9323 * fvwm/screen.h (ScreenInfo):
9324 fixed mouse bindings with buttons > 5
9326 * fvwm/menuitem.c (menuitem_paint):
9327 * fvwm/menustyle.c (menustyle_parse_style):
9328 (menustyle_parse_style):
9329 (CMD_CopyMenuStyle):
9332 * fvwm/menus.c (repaint_transparent_menu):
9334 HilightBack and ActiveFore are now independent
9336 2002-10-18 olicha <olivier.chapuis@free.fr>
9338 * libs/PictureUtils.c (get_color_index):
9339 (create_mapping_table):
9340 (PictureAllocColorTable):
9341 Use a new distance and method for color approximation. Use 68 colors
9342 for the default under depth 8. I am happy with this, should use a
9343 similar distance method for dithering
9345 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9346 (PictureAllocColorTable):
9347 (PictureDitherByDefault):
9350 (PicturePrintColorInfo):
9351 * libs/PictureUtils.h:
9352 Allows -color-limit to work with any visual and depth for testing
9353 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9356 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9358 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9360 * fvwm/add_window.c (get_default_window_attributes):
9363 * fvwm/builtins.c (CMD_ChangeDecor):
9364 removed some duplicate redrawing
9366 * fvwm/update.c (apply_decor_change):
9367 suppress duplicate window update upon ChangeDecor
9368 (apply_window_updates):
9369 do not delete the focus window
9371 2002-10-17 olicha <olivier.chapuis@free.fr>
9376 * libs/Colorset.c (CreateBackgroundPixmap):
9377 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9379 * fvwm/builtins.c (CMD_Colorset):
9380 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9382 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9384 * fvwm/add_window.c (AddWindow):
9385 * fvwm/update.c (apply_window_updates):
9386 * fvwm/move_resize.c (handle_stick):
9388 suppress drawing of sticky decorations initially
9389 reduce module communication overhead when (un)sticking windows
9391 * fvwm/borders.c (border_draw_decorations):
9392 * fvwm/window_flags.h:
9394 * fvwm/frame.c (frame_create_move_resize_args):
9395 (get_resize_decor_gravities_one_axis):
9396 (frame_mrs_setup_draw_decorations):
9398 initialize window decorations with a "None" pixmap;
9399 delay drawing window decorations initially to prevent drawing multiple
9401 => windows grabbing the focus upon startup are drawn focused
9404 * fvwm/frame.c (frame_free_move_resize_args):
9405 reparent the frame hide windows to NoFocusWin instead of Root to
9406 suppress unnecessary ReparentNotify events
9408 2002-10-16 olicha <olivier.chapuis@free.fr>
9410 * fvwm/fvwm.c (main):
9414 Fixed compilation with X cvs
9416 * libs/Colorset.c (CreateBackgroundPixmap):
9419 * fvwm/events.c (HandlePropertyNotify):
9420 * fvwm/colorset.c (update_root_pixmap):
9421 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9422 to found a root pixmap
9424 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9426 * fvwm/bindings.c (bind_get_bound_button_contexts):
9427 another mouse binding fix
9429 * fvwm/conditional.c (CreateConditionMask):
9431 all conditions have a negation with '!' prepended
9435 Current, All, Pick, ThisWindow and PointerWindow imply the
9436 CirculateHitShaded condition.
9438 * fvwm/focus.c (__focus_grab_buttons):
9439 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9440 fixed bindings using mouse buttons >= 6
9442 2002-10-15 olicha <olivier.chapuis@free.fr>
9444 * libs/PictureUtils.c (PicturePrintColorInfo):
9447 * fvwm/functable.c (func_table):
9448 * fvwm/builtins.c (CMD_PrintInfo):
9450 New cmd PrintInfo. Only one arg at present time: "Colors"
9452 * fvwm/fvwm.c (main):
9453 Auto detect card with 2 hardware colormaps and choose the best
9456 * libs/PictureUtils.c (PictureInitColors):
9458 * libs/PictureUtils.h:
9459 * fvwm/fvwm.c (main):
9460 * libs/PictureBase.c (PictureInitCMapRoot):
9462 * libs/PictureBase.h:
9463 Try to support DirectColor visual in a good way, I do not think
9464 this is really useful.
9465 Added a flexible interface function PictureInitColors for
9466 colors allocation initialization.
9467 Some cleanup in color allocation and some preparation for a new
9468 method for saving and freeing colors allocated by images and gradients.
9469 Removed some ifdefed to 0 debug code.
9471 * libs/Picture.c (*):
9473 * libs/PictureImageLoader.c (*):
9474 * libs/PictureImageLoader.h:
9477 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9479 * fvwm/add_window.c (setup_key_and_button_grabs):
9480 * fvwm/bindings.c (ParseBinding):
9482 * fvwm/add_window.c (setup_key_and_button_grabs):
9483 don't grab window context specific bindings anymore; instead, set
9484 Scr.buttons2grab accordingly
9486 * fvwm/bindings.c (activate_binding):
9487 fixed stroke bindings on window context being ignored if no other
9488 action was bound to that context
9490 * fvwm/add_window.c (destroy_icon):
9491 fixed duplicate icon pixmap when switching from NoIconOverride to
9494 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9497 re-indented some code
9499 fixed random position of icon title for icons with a position hint
9502 corrected default of Use/NoIconPosition style
9504 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9506 * fvwm/windowlist.c (CMD_WindowList):
9507 fixed random string for iconified windows in the WindowList
9509 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9514 2002-10-08 olicha <olivier.chapuis@free.fr>
9516 * libs/PictureBase.c (*):
9517 (PictureInitCMapRoot)
9518 (PictureSetupWhiteAndBlack):
9519 (PictureWhitePixel):
9520 (PictureBlackPixel):
9522 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9523 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9524 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9525 but always use the root visual and allows to set or not a private
9527 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9528 but which respects the Pvisual
9530 * libs/PictureGraphics.c (*):
9531 * libs/FScreen.c (FScreenInit):
9532 * libs/FRender.c (FRenderRender):
9533 * libs/Fft.c (FftDrawString):
9534 * fvwm/icons.c (CreateIconWindow):
9535 * fvwm/colorset.c (parse_colorset):
9536 * fvwm/move_resize.c (CMD_XorValue):
9537 * fvwm/colorset.c (alloc_colorset):
9538 * fvwm/fvwm.c (main):
9539 Use the new interface functions and some fix if the fvwm depth !=
9542 * libs/PictureUtils.c (PictureAllocColorTable):
9543 Change the default color table to a 4x4x4 cc + 4 grey
9545 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9547 * fvwm/fvwm.1.in: Use built-in, not builtin.
9549 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9552 s/FvwmNewDebug/FvwmDebug/
9555 * fvwm/conditional.c (CMD_NoWindow):
9558 new command NoWindow to remove window context
9561 use "fvwm" spelling, at least in the middle of sentences
9563 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9565 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9566 builtin commands. Use "builtin", not "built in" or "built-in".
9569 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9571 * libs/Graphics.c (do_relieve_rectangle):
9572 removed debug message
9574 * fvwm/focus.c (__update_windowlist):
9575 (__set_focus_to_fwin):
9576 fixed reversal of __update_windowlist arguments causing FlipFocus to
9577 break [and maybe other things]
9579 2002-10-05 olicha <olivier.chapuis@free.fr>
9581 * libs/PictureUtils.c (alloc_color_cube):
9582 It si possible to enable "gamma correction" for colors cubes (disabled,
9583 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9585 * libs/PictureUtils.c (get_color_index):
9586 (create_mapping_table):
9587 Use a more exact approximation of colors for pur cc without the big
9590 * libs/PictureUtils.c (PictureFreeColors):
9593 * libs/Graphics.c (CreateGradientPixmap):
9594 (CreateGradientPixmapFromString):
9597 2002-10-04 olicha <olivier.chapuis@free.fr>
9599 * libs/PictureUtils.c (*):
9600 Used a better color approximation for color cube when we do not dither.
9601 Added some new colors tables: color cube with some grey colors.
9602 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9605 * fvwm/fvwm.c (main):
9606 Fixed the visual option
9608 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9611 generate FvwmNewDebug and FvwmGtkDebug
9613 2002-10-02 olicha <olivier.chapuis@free.fr>
9615 * libs/PictureUtils.c (USED_DIST):
9616 Used the euclidian distance for colors distance
9618 * libs/Fft.c (FftGetFont):
9619 Disable Xft if the Xserver does not support XRender
9621 2002-10-01 olicha <olivier.chapuis@free.fr>
9623 * libs/Fft.c (FftGetFont):
9624 Disable Xft if the Xserver does not support XRender
9626 * libs/FRender.c (FRenderRender):
9627 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9630 * libs/Colorset.c (SetRectangleBackground):
9631 (SetClippedRectangleBackground):
9633 New interface function for drawing a subset of a colorset rectangle
9635 2002-09-26 olicha <olivier.chapuis@free.fr>
9637 * fvwm/update.c (apply_window_updates):
9638 Fixed icons colorset update
9640 * libs/FRender.c (FRenderRender):
9641 Fixed bitmap rendering
9643 * fvwm/update.c (apply_window_updates):
9644 * fvwm/geometry.c (move_icon_to_position):
9645 * fvwm/events.c (HandleEnterNotify):
9647 (HandleLeaveNotify):
9648 (HandlePropertyNotify):
9649 * fvwm/add_window.c (setup_icon_font):
9650 * fvwm/icons.c (DrawIconWindow):
9651 (DrawIconTitleWindow):
9652 (DrawIconPixmapWindow):
9655 Fixed focus/unfocus flickering
9657 2002-09-25 olicha <olivier.chapuis@free.fr>
9659 * fvwm/icons.c (DrawIconTitleWindow):
9660 One more drawing fix
9662 2002-09-24 olicha <olivier.chapuis@free.fr>
9664 * fvwm/icons.c (DrawIconTitleWindow):
9665 An other drawing fix
9667 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9669 * fvwm/move_resize.c (__move_loop):
9670 fixed uninitialised variable
9672 fixed starting move at random position
9674 2002-09-24 olicha <olivier.chapuis@free.fr>
9676 * fvwm/update.c (apply_window_updates):
9677 * fvwm/geometry.c (move_icon_to_position):
9678 * fvwm/events.c (HandleEnterNotify):
9680 (HandleLeaveNotify):
9681 (HandlePropertyNotify):
9682 * fvwm/add_window.c (setup_icon_font):
9683 * fvwm/icons.c (DrawIconWindow):
9684 (DrawIconTitleWindow):
9685 (DrawIconPixmapWindow):
9688 Fixed icon drawing. Split icon window drawing.
9690 * libs/FRender.c (*):
9691 Fixed compilation and small clean up
9693 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9695 * fvwm/conditional.c (CreateFlagString):
9696 fixed quoting in conditional command conditions
9698 * fvwm/menus.c (__mloop_handle_event):
9699 removed unnecessary querying of pointer position on button release in
9704 * fvwm/bindings.c (ParseBinding):
9705 increased maximum allowed key symbol name length to 200 characters
9707 * fvwm/execcontext.h (enum):
9708 * fvwm/fvwm.c (Done):
9714 * fvwm/execcontext.h (enum):
9715 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9717 * fvwm/menus.c (pop_menu_up):
9718 fixed accidental menu animation with certain menu position hints
9720 2002-09-23 olicha <olivier.chapuis@free.fr>
9722 * libs/FRender.c (*):
9723 Fixed(?) XRender rendering with some Xserver
9725 * fvwm/update.c (apply_window_updates):
9726 * fvwm/geometry.c (move_icon_to_position):
9727 * fvwm/events.c (HandleEnterNotify):
9729 (HandleLeaveNotify):
9730 (HandlePropertyNotify):
9731 * fvwm/add_window.c (setup_icon_font):
9732 * fvwm/icons.c (DrawIconWindow):
9735 Clip text and icon drawing for the icons
9737 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9741 Path commands now support form: "path1;ext1:path2:path3;ext3"
9742 where ext1 (for example, ".png") means all files in path1 should
9743 be forced to have extention ".png" even if the requested icon
9744 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9746 * fvwm/execcontext.h:
9747 small changes in latters used for EXCT_* constants
9749 * fvwm/module_interface.c:
9751 * libs/PictureBase.c:
9753 some spacing reindentation
9755 2002-09-21 olicha <olivier.chapuis@free.fr>
9757 * libs/FRender.c (FRenderCompositeAndCheck):
9758 Temporally take GraphicsExposure in account
9760 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9763 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9765 2002-09-20 olicha <olivier.chapuis@free.fr>
9767 * fvwm/icons.c (GetIconPicture):
9768 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9769 Fixed the alpha channel
9771 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9776 2002-09-20 olicha <olivier.chapuis@free.fr>
9778 * libs/FRender.c (FRenderTintPicture):
9779 (FRenderTintRectangle):
9781 * libs/FRenderInterface.h:
9782 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9783 Make FRender code more modular. Add a 24+8 tinting method and enable it
9784 in the place of the 32 tinting method (which can be enabled by defining
9785 USE_ABSOLUTE_FORMATE)
9787 2002-09-19 olicha <olivier.chapuis@free.fr>
9789 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9790 (animated_move_back):
9792 (repaint_transparent_menu):
9793 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9794 (AnimatedMoveAnyWindow):
9795 * fvwm/move_resize.h:
9796 Support the new colorset transparent options and fix greyed item
9797 of transparent animated menus
9799 * fvwm/menus.c (pop_menu_up):
9800 (animated_move_back):
9802 * libs/Rectangles.c:
9803 * libs/Rectangles.h:
9805 New libs files for rectangles, segments, regions ..etc
9807 * fvwm/menus.c (clear_expose_menu_area):
9808 (get_menu_paint_item_parameters):
9811 (ParentalMenuRePaint):
9812 (ParentalMenuRePaint):
9813 * fvwm/menuitem.c (clear_menu_item_background):
9815 * fvwm/menuitem.h (MenuPaintItemParameters):
9816 Clip the item icons and text drawing
9818 * fvwm/menus.c (__mloop_exit):
9819 Fixed an indirect uninitialized variable bug
9821 * fvwm/menus.c (__mloop_handle_event): *
9822 (__mloop_handle_action_with_mi): *
9823 Update some comments
9825 * libs/FRender.c (FRenderVisualInit):
9827 * fvwm/colorset.c (parse_colorset):
9830 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9832 * fvwm/menus.c (__menu_loop):
9833 (__mloop_handle_action_with_mi):
9834 fixed parent menu redrawing
9836 * fvwm/style.c (check_window_style_change):
9837 * fvwm/update.c (apply_window_updates):
9838 * fvwm/add_window.c (setup_icon_size_limits):
9839 honour changes in IconSize style without recapture
9841 * fvwm/focus.c (focus_query_open_grab_focus):
9842 * fvwm/events.c (HandlePropertyNotify):
9843 * fvwm/add_window.c (setup_transientfor):
9844 take care of various funny initial transientfor settings
9846 * fvwm/stack.c (__raise_lower_recursion):
9848 fixed stacking core dump
9850 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9856 added a program that tests for -Werror option and similar; bug out of
9857 configure if the test program doesn't compile
9859 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9863 add a "do not edit" warning at the beginning of the man page
9866 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9868 * libs/FScreen.c (XineramaQueryScreens):
9869 fixed linking problem when compiling without Xinerama
9871 * fvwm/cursor.c (CMD_CursorStyle):
9872 fixed cursorstyle command being applied to windows without handles
9874 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9875 (EWMH_ProcessPropertyNotify):
9876 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9877 (GNOME_HandlePropRequest):
9878 fixed dummy macros when compiling without gnome/ewmh support
9880 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9882 * libs/queue.c (fqueue_add_inside):
9883 add a new command with the same execution time as a previous one behind
9887 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9890 * fvwm/functions.c (__execute_function):
9891 * fvwm/execcontext.h (exec_context_type_t):
9892 replace enum values with letters for readability
9894 * fvwm/functions.c (__execute_function):
9895 improved command log output
9897 * fvwm/schedule.c (execute_obj_func):
9898 fixed schedule queue timing
9901 refuse to run configure if CFLAGS is not empty
9903 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9906 fixed compilation with --enable-command-log; simplified fvwm_msg()
9909 reformatted; don't send end-of-line with SET_*MASK
9911 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9913 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9914 fixed multipixmap title drawing
9916 * fvwm/frame.h (struct):
9917 * fvwm/frame.c (frame_get_titlebar_dimensions):
9920 * fvwm/events.c (HandlePropertyNotify):
9921 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9923 * libs/Fft.c (FftDrawString):
9924 -Wall fix when compiling w/o Xft
9926 2002-09-15 olicha <olivier.chapuis@free.fr>
9928 * libs/Colorset.c (CreateBackgroundPixmap):
9929 Fixed a dpy problem with FvwmBacker
9930 * libs/Colorset.c (CreateBackgroundPixmap):
9931 Fixed creation a root transparent pixmap for small root pixmap
9933 2002-09-14 olicha <olivier.chapuis@free.fr>
9935 * libs/Fft.c (FftDrawString):
9936 Fixed clip region with shadow font
9938 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9939 Added a function to create translucent pixmaps
9940 * libs/Colorset.c (CreateBackgroundPixmap):
9942 * libs/FRender.c (FRenderRender):
9943 Allows to use the root window as src pixmap
9945 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9948 Fixed open double quotes in ButtonState section
9950 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9952 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9954 2002-09-13 olicha <olivier.chapuis@free.fr>
9956 * libs/Colorset.c (CreateBackgroundPixmap):
9957 (UpdateBackgroundTransparency):
9958 (SetRectangleBackground):
9960 * fvwm/colorset.c (*):
9962 * fvwm/events.c (HandlePropertyNotify):
9963 Starting implementation of RootTransparent colorset. Worked on
9964 tinted Transparent colorset. Various colorset parsing fixes.
9966 * libs/Fft.c (FftDrawString):
9968 Added the possibility to draw with a clipping region.
9970 * libs/FRender.c (FRenderRender):
9971 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9972 (PCreateRenderPixmap):
9973 (PGraphicsCreateTransprency):
9974 (PGraphicsTintRectangle):
9975 Improve current rendering functions to be able to tint the
9976 ParentalRelative pixmap or the background of a window.
9977 Re-enabled XRender rendering.
9980 remove a #if 0 debug "render" code
9982 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9984 * fvwm/builtins.c (ReadTitleButton):
9986 new button state shortcuts AllNormal, AllToggled,
9987 AllActive, AllInactive, AllUp, AllDown
9989 * fvwm/module_interface.c:
9993 possibly fixed compilation with non gcc
9995 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9997 * fvwm/focus.c (_focus_grab_buttons):
9998 (__focus_grab_buttons):
10000 (__focus_grab_one_button):
10001 grab all modifier combinations on client windows by default if
10002 necessary; this saves a lot of traffic but may grab unnecessary
10003 modifiers with mouse bindings on the client window
10006 * libs/defaults.h (DEF_FP_MODIFIERS):
10007 * fvwm/events.c (__handle_focus_raise_click):
10008 * fvwm/style.c (style_parse_focus_policy_style):
10009 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10010 default is now to use any modifiers for clicktofocus/raise purposes
10012 * fvwm/menus.c (__mloop_get_event):
10015 fixed tear off menus
10017 * libs/FEvent.c (FCheckIfEvent):
10019 (FCheckTypedEvent):
10020 (FCheckTypedWindowEvent):
10021 (FCheckWindowEvent):
10022 fixed FCheck...Event functions thus fixing Menu command behaving like
10025 * fvwm/move_resize.c (InteractiveMove):
10026 fixed offset between pointer and window when dragging
10028 * fvwm/virtual.c (HandlePaging):
10029 * fvwm/icons.c (CMD_Iconify):
10030 * fvwm/move_resize.c (InteractiveMove):
10031 * fvwm/menus.c (get_menu_options):
10032 (get_menu_options):
10033 * libs/FScreen.c (GetMouseXY):
10034 use new function fev_get_evpos_or_query()
10036 * libs/Makefile.am:
10040 (GetLocationFromEventOrQuery):
10041 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10042 * libs/FEvent.c (fev_set_evpos):
10045 * fvwm/functions.c (__execute_function):
10046 (execute_complex_function):
10047 fixed complex action clicking logic
10049 * fvwm/add_window.c (CaptureOneWindow):
10050 fixed RecaptureWindow
10051 (CaptureAllWindows):
10054 * fvwm/functable.c (func_table):
10055 fixed running RecaptureWindow without a context window
10057 * fvwm/conditional.c (circulate_cmd):
10058 fixed action to run
10060 * fvwm/events.c (HandleVisibilityNotify):
10061 fixed VisibilityNotify handling
10063 * fvwm/functions.c (execute_complex_function):
10064 fixed memory corruption
10065 (__execute_function):
10066 fixed using wrong context
10067 (__execute_function):
10068 removed conditional that was always true now
10072 * fvwm/module_interface.c (ExecuteModuleCommand):
10073 initialise module number
10075 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10077 * fvwm/add_window.c (CaptureOneWindow):
10078 fixed memory corruption
10080 * fvwm/icons.c (Iconify):
10082 fixed bug introduced with transient stacking patch
10084 * fvwm/functions.c (DeferExecution):
10085 (__execute_function):
10086 (execute_complex_function):
10087 cleaned up and optimized exec_context handling
10092 * fvwm/windowlist.c:
10093 * fvwm/conditional.c:
10095 * fvwm/functions.c:
10096 * fvwm/placement.c:
10100 * fvwm/module_interface.c:
10103 * fvwm/add_window.c:
10104 * fvwm/move_resize.c:
10105 * fvwm/fvwm.h (F_CMD_ARGS):
10107 completely removed the builtin command arguments fw, w, and context
10109 * fvwm/functions.c (DeferExecution):
10112 * fvwm/stack.c (BroadcastRestack):
10113 removed global lastTimestamp
10115 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10116 (EWMH_ProcessPropertyNotify):
10117 (ewmh_WMStateShaded):
10118 (ewmh_WMStateSticky):
10119 (ewmh_WMStateHidden):
10123 (ewmh_CloseWindow):
10124 (ewmh_DesktopGeometry):
10125 (ewmh_ActiveWindow):
10126 use new function interface
10128 * fvwm/menus.c (do_menu):
10129 * fvwm/menucmd.c (menu_func):
10130 * fvwm/windowlist.c (CMD_WindowList):
10131 use new function interface
10132 replaced "(XEvent *)1" hack with a regular flag
10134 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10136 * fvwm/add_window.c (destroy_window):
10137 * fvwm/update.c (destroy_scheduled_windows):
10138 * fvwm/screen.h (ScreenInfo):
10139 new member is_executing_menu_function
10141 * fvwm/windowlist.c (CMD_WindowList):
10142 * fvwm/menucmd.c (menu_func):
10143 * fvwm/gnome.c (CMD_GnomeButton):
10144 (GNOME_ProcessClientMessage):
10145 (GNOME_HandlePropRequest):
10146 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10147 * fvwm/update.c (apply_window_updates):
10148 * fvwm/repeat.c (CMD_Repeat):
10149 * fvwm/conditional.c (circulate_cmd):
10161 * fvwm/focus.c (warp_to_fvwm_window):
10162 (CMD_WarpToWindow):
10163 * fvwm/read.c (run_command_stream):
10164 (run_command_file):
10167 * fvwm/fvwm.c (Done):
10171 use new function interface
10173 fixed running startup script under random module number
10175 * fvwm/functions.c (execute_function_override_window):
10176 * fvwm/functions.c (execute_function_override_wcontext):
10177 new convenience functions
10184 * fvwm/module_interface.c (CMD_Send_WindowList):
10186 (CMD_set_sync_mask):
10187 (CMD_set_nograb_mask):
10189 don't use "Module" argument anymore
10190 (ExecuteModuleCommand):
10192 use new function interface
10194 * fvwm/add_window.c (CaptureOneWindow):
10196 (CaptureAllWindows):
10197 * fvwm/events.c (HandleMapRequestKeepRaised):
10198 * fvwm/add_window.c (AddWindow):
10199 AddWindow takes executiuon context as its argument instead of the
10200 window; changed caller
10201 don't use "Event" anymore
10203 * fvwm/fvwm.c (StartupStuff):
10204 generate an execution context for startup
10206 * fvwm/move_resize.c (DoResize):
10210 renamed and used new function interface in args
10212 * fvwm/geometry.c (constrain_size):
10213 added XEvent *e argument to remove use of global "Event"; changed all
10216 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10218 * fvwm/stack.c (get_next_window_in_stack_ring):
10219 (get_prev_window_in_stack_ring):
10220 (get_transientfor_fvwmwindow):
10221 * fvwm/icons.c (SetMapStateProp):
10222 * fvwm/events.c (fake_map_unmap_notify):
10223 * fvwm/misc.c (IsRectangleOnThisPage):
10224 * fvwm/menus.c (menu_enter_tear_off_menu):
10225 (menu_close_tear_off_menu):
10226 * fvwm/icons.c (DrawIconWindow):
10228 * fvwm/colormaps.c (InstallWindowColormaps):
10229 made FvwmWindow * arguments const in many functions
10231 * fvwm/menus.c (pop_menu_up):
10234 (__mloop_do_popup):
10236 (menu_enter_tear_off_menu):
10237 (__mloop_get_event):
10238 (__mloop_get_event_timeout_loop):
10240 (__mloop_get_mi_actions):
10242 * fvwm/events.c (HandleEnterNotify):
10243 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10248 * fvwm/functions.c (DeferExecution):
10249 (__execute_function):
10250 * fvwm/windowlist.c (CMD_WindowList):
10251 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10252 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10253 (ExecuteModuleCommand):
10254 * fvwm/builtins.c (CMD_Wait):
10255 * fvwm/events.c (WaitForButtonsUp):
10256 (HandleShapeNotify):
10257 (HandleVisibilityNotify):
10258 (HandleUnmapNotify):
10259 (HandleSelectionRequest):
10260 (HandleReparentNotify):
10261 (HandlePropertyNotify):
10262 (HandleMotionNotify):
10263 (HandleMapRequestKeepRaised):
10264 (HandleMapRequest):
10265 (HandleMappingNotify):
10267 (HandleLeaveNotify):
10272 (HandleEnterNotify):
10273 (HandleDestroyNotify):
10274 (HandleColormapNotify):
10275 (HandleClientMessage):
10276 (HandleButtonRelease):
10277 (HandleButtonPress):
10278 (__handle_bpress_on_root):
10279 (__handle_bpress_action):
10280 (__handle_click_to_raise):
10281 (__handle_click_to_focus):
10282 (__is_bpress_window_handled):
10283 (__handle_focus_raise_click):
10284 don't use "Event", "Fw" and old_execute_function() anymore
10286 * fvwm/events.c (dispatch_event):
10287 removed preserve_tmpwin argument; changed all callers
10289 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10290 fixed random focus member of faked event
10292 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10293 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10294 (EWMH_ProcessPropertyNotify):
10295 * fvwm/move_resize.c (DisplaySize):
10297 (position_geometry_window):
10298 * fvwm/geometry.c (get_window_borders):
10299 (get_window_borders_no_title):
10302 * fvwm/events.c (dispatch_event):
10303 create event execution context
10304 (HandleClientMessage):
10305 removed useless local "button"
10307 don't fiddle with global Fw anymore; added argument to return context
10308 window; changed all callers
10310 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10311 * fvwm/move_resize.c (__resize_window):
10312 use new event handle interface
10315 * fvwm/eventhandler.h:
10316 new event handler interface
10318 * fvwm/functions.c (CMD_Plus):
10319 * fvwm/builtins.c (AddToDecor):
10321 (CMD_DestroyDecor):
10322 use F_CMD_ARGS in AddToDecor
10324 removed useless check for realloc return value
10325 use new function interface
10326 fixed another memory leak
10328 * fvwm/builtins.c (__remove_window_decors):
10329 replace old_execute_function with execute_function
10331 * fvwm/add_window.c (setup_window_placement):
10332 * fvwm/placement.c (PlaceWindow):
10333 * fvwm/schedule.c (execute_obj_func):
10334 * fvwm/colorset.c (add_to_junk):
10335 use new function call interface
10337 * fvwm/fvwm.h (F_EXEC_ARGS):
10338 (F_PASS_EXEC_ARGS):
10339 removed now unused macros
10341 * fvwm/functions.c (CheckActionType):
10344 (__execute_function):
10345 (__run_complex_function_items):
10346 (execute_complex_function):
10347 rewrote function call interface
10349 * fvwm/functions.c (__run_complex_function_items):
10350 new function split off from execute_complex_function
10354 removed "Event" global
10356 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10358 * fvwm/fvwm.1.in: Language check.
10360 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10362 * fvwm/functions.c (old_execute_function):
10365 * fvwm/module_interface.c (do_execute_module):
10366 don't write module argument anymore; code claimed that writing 0 into
10367 *Module prevented WaitForButtonsUp from being called, but that was
10368 either a lie or a relic of the past
10370 * fvwm/fvwm.h (exec_func_args_type):
10374 removed *Module argument
10376 * fvwm/functions.c (__execute_function):
10379 * fvwm/functions.h (enum):
10380 added more function execution falgs
10383 add exec_context_t *exc to builtin arguments
10385 * libs/FEvent.c (fev_copy_last_event):
10388 * fvwm/execcontext.h:
10389 * fvwm/execcontext.c:
10390 new files introducing the "exec_context_t" structure that shall replace
10391 the builtin command interface
10393 * fvwm/stack.c (__RaiseOrLowerWindow):
10394 (RaiseOrLowerWindow):
10395 (__restack_window):
10396 (mark_transient_subtree):
10397 (__sort_transient_ring):
10398 properly handle restacking of windows with more than one transient and
10399 multiple levels of transients at the same time
10400 (__RaiseOrLowerWindow):
10401 (RaiseOrLowerWindow):
10402 renamed function and added wrapper
10404 * fvwm/fvwm.h (FvwmWindow):
10405 added new scratch registers
10407 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10411 minor improvements in the new release procedure
10413 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10415 * fvwm/stack.c (RaiseOrLowerWindow):
10416 (__restack_window):
10417 (mark_transient_subtree):
10418 (must_move_transients):
10419 (is_on_top_of_layer_ignore_rom):
10420 handle restacking trees of transient windows; still does not work too
10421 well if a window has multiple transients at the same time
10423 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10427 restored versions from before 9th of September
10428 (RaiseOrLowerWindow):
10429 fixed StackTransientParent style without RaiseTransient or
10430 LowerTransient on transient_for window
10431 StackTransientParent works only on window in the same layer
10432 (mark_transient_subtree):
10433 fixed handling of window group hint w/ iconify
10435 (RaiseOrLowerWindow):
10437 fixed flickering when overlapping transients aree lowered
10439 * fvwm/move_resize.c (__resize_window):
10440 * fvwm/colorset.c (add_to_junk):
10441 cleaned up event handling
10443 * fvwm/move_resize.c (__resize_window):
10444 renamed function and changed callers
10446 * fvwm/fvwm.h (F_PASS_ARGS):
10448 removed eventp command argument
10450 * fvwm/events.c (DispatchEvent):
10452 renamed function, added event argument and changed all callers
10454 * libs/FEvent.c (fev_fake_event):
10455 * libs/FEvent.c (fev_get_evtype__remove_me):
10458 * fvwm/menus.c (menuShortcuts):
10465 (__mloop_get_event_timeout_loop):
10466 (__mloop_get_event):
10467 (__mloop_do_popup):
10468 (__mloop_do_popup):
10470 * fvwm/builtins.c (CMD_FakeClick):
10471 * fvwm/functions.c (CheckActionType):
10473 * fvwm/focus.c (__try_program_focus):
10474 (__try_program_focus):
10475 * fvwm/icccm2.c (SetupICCCM2):
10476 * fvwm/virtual.c (HandlePaging):
10477 * fvwm/module_interface.c (make_vpacket):
10478 (make_new_vpacket):
10479 * fvwm/schedule.c (squeue_get_next_ms):
10480 (squeue_get_next_ms):
10482 * fvwm/stack.c (BroadcastRestack):
10483 * fvwm/move_resize.c (resize_window):
10485 * libs/FEvent.c (fev_get_evtime):
10486 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10488 * fvwm/events.c (HandleEnterNotify):
10492 (discard_window_events):
10493 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10496 * fvwm/menus.c (__mloop_get_event):
10497 * fvwm/virtual.c (HandlePaging):
10499 * fvwm/functions.c (DeferExecution):
10501 * fvwm/misc.c (get_server_time):
10502 * fvwm/builtins.c (CMD_StrokeFunc):
10503 * fvwm/menus.c (pop_menu_up):
10506 * libs/FEvent.c (fev_update_last_timestamp):
10507 removed StashEventTime function; handle this directly in FEvent.c
10509 * fvwm/module_interface.c (ExecuteModuleCommand):
10510 * fvwm/misc.c (Keyboard_shortcuts):
10511 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10512 * fvwm/events.c (handle_all_expose):
10516 don't use Event global anymore
10518 * fvwm/bindings.c (activate_binding):
10519 fixed key bindings on window corners
10521 * libs/fvwmlib.h (C_DECOR):
10522 context including all parts of the decorations
10524 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10527 fixed compilation warning in #endif comment
10530 removed debug fprintf
10536 another solution for reporting the cvs status
10538 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10540 * configure.in (LIBOBJS):
10541 * acinclude.m4 (smr_SWITCH):
10542 fix for autoconf 2.53
10545 removed unnecessary includes
10547 * fvwm/Makefile.am (fvwm_SOURCES):
10549 * fvwm/eventmasks.h:
10550 * fvwm/eventhandlers.h:
10551 new files split from events.h
10553 * fvwm/icccm2.c (HandleSelectionRequest):
10554 (HandleSelectionClear):
10555 * fvwm/colormaps.c (HandleColormapNotify):
10556 * fvwm/menus.c (menu_tear_off):
10557 * fvwm/move_resize.c (resize_window):
10560 new argument avh_args_t to the event handler functions; still unused
10561 moved all event handlers to events.c
10562 remove now unnecessary includes in some files
10564 * fvwm/icccm2.c (HandleSelectionRequest):
10568 use replacements for X event functions everywhere
10570 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10574 * fvwm/borders.c (border_flags_to_button_state):
10576 * fvwm/builtins.c (ReadTitleButton):
10577 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10578 * fvwm/fvwm.c (InitVariables):
10579 Imlemented new title and button states InactiveUp and InactiveDown,
10580 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10581 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10582 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10585 reformat license info in -version to be 3 lines and one empty line
10586 instead of 5 non-empty lines, for readability
10588 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10592 * libs/Makefile.am:
10595 * fvwm/stack.c (__raise_or_lower_recursion):
10596 (RaiseOrLowerWindow):
10597 split into two functions
10598 renamed to __raise_or_lower_window
10599 (mark_transient_subtree):
10600 new flag MARK_CLEAR
10601 (position_new_window_in_stack_ring):
10604 cleaned up stacking code
10606 * fvwm/menus.c (paint_menu):
10607 fixed a minor drawing problem with menu item reliefs
10609 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10611 * fvwm/move_resize.c (InteractiveMove):
10612 removed eventp from interface
10613 changed all callers
10615 * fvwm/menucmd.c (menu_func):
10616 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10617 * fvwm/windowlist.c (CMD_WindowList):
10618 * fvwm/read.c (run_command_file):
10619 (run_command_stream):
10620 * fvwm/focus.c (warp_to_fvwm_window):
10621 * libs/Event.c (GetSubwindowFromEvent):
10622 * fvwm/events.c (GetContext):
10623 * libs/Pointer.c (GetLocationFromEventOrQuery):
10624 * fvwm/builtins.c (CMD_StrokeFunc):
10626 * fvwm/events.c (StashEventTime):
10627 * fvwm/move_resize.c (InteractiveMove):
10628 * fvwm/functions.c (DeferExecution):
10629 (old_execute_function):
10630 * fvwm/fvwm.h (F_CMD_ARGS):
10632 make eventp argument const to ease clean up work
10634 * fvwm/windowlist.c (CMD_WindowList):
10635 * fvwm/move_resize.c (InteractiveMove):
10636 * fvwm/menucmd.c (menu_func):
10637 * fvwm/icons.c (CMD_Iconify):
10638 always query pointer position in case a script modified the position
10641 * fvwm/focus.c (SetPointerEventPosition):
10642 removed function since it modifies the global event variable
10644 * fvwm/functable.c (func_table):
10645 added cursor and event type members fo DeferExecution call
10646 * fvwm/functions.c (DeferExecution):
10647 made static, call from inside functions.c only
10648 removed calls everywhere
10650 * fvwm/builtins.c (CMD_StrokeFunc):
10653 * fvwm/virtual.c (HandlePaging):
10655 don't use global "Event" anymore
10657 pass in event structure through arguments
10658 changed all callers
10660 2002-09-02 olicha <olivier.chapuis@free.fr>
10662 * libs/Colorset.c (*):
10664 * libs/colorset.c (parse_colorset):
10665 * libs/PictureGraphics.c (PGrabXImage):
10666 (PCreateRenderPixmap):sx
10667 (PGraphicsCreateTransprency):
10668 * libs/PictureGraphics.h:
10669 An experimental implementation of ParentalRelative tinted background
10671 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10672 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10674 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10675 * libs/FRenderInit.c (FRenderInit):
10676 (FRenderGetAlphaDepth):
10677 * libs/FRenderInit.h:
10678 Fixed alpha blending for xserver without depth 8 pixmap
10684 2002-09-01 olicha <olivier.chapuis@free.fr>
10687 Colorset and alpha blending news
10689 2002-08-31 olicha <olivier.chapuis@free.fr>
10691 * libs/Ficonv.c (convert_charsets):
10692 Fixed compilation on systems that do not have EILSEQ
10694 2002-08-30 olicha <olivier.chapuis@free.fr>
10696 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10697 Fixed compilation of certain modules
10699 * fvwm/borders.c (border_render_into_pixmap):
10700 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10701 * libs/PictureGraphics.h:
10702 * libs/Graphics.c (CreateStretchPixmap):
10703 (CreateStretchYPixmap):
10704 (CreateStretchXPixmap):
10705 Progress with masks in multipixmap title
10707 * libs/PictureGraphics.c (PCopyArea):
10709 (PCreateRenderPixmap):
10710 * fvwm/borders.c (border_fill_pixmap_background):
10713 * fvwm/icons.c (DrawIconWindow):
10714 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10715 Fixed the shape mask of ewmh icons and icons with some alpha
10717 2002-08-30 olicha <olivier.chapuis@free.fr>
10719 * libs/PictureGraphics.c (PCreateRenderPixmap):
10720 (PGrabImageErrorHandler):
10721 (PGraphicsCopyPixmaps):
10722 (PGraphicsCopyFvwmPicture):
10723 (PGraphicsTileRectangle):
10724 (PGraphicsRenderPixmaps):
10725 (PGraphicsRenderPicture):
10726 * libs/PictureGraphics.h:
10727 * libs/PictureBase.h:
10728 Replaced PGraphicsTileRectangle with a more powerful function,
10729 PCreateRenderPixmap, which performs *full* XRender simulation.
10730 So alpha blending is now supported even without Xrender support.
10731 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10732 for direct rendering with tint and alpha channel.
10734 * libs/FRender.c (FRenderVisualInit):
10736 (FRenderTintRectangle):
10738 * libs/FRenderInterface.h:
10739 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10740 and more powerfull function FRenderRender
10742 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10744 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10745 Load the alpha even without Xrender support
10748 * fvwm/colorset.c (parse_pixmap_tint):
10751 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10752 or obsolete TintMask) also tints gradients and the tint is applied
10753 only to the pixmap not the bg color. The average bg is computed from
10754 the "original" pixmap and not the tinted one, bgTint should be used
10755 to get a real average bg in the case the pixmap is tinted
10757 * fvwm/icons.c (DrawIconWindow):
10758 (CreateIconWindow):
10759 * fvwm/menuitem.c (menuitem_paint):
10760 * fvwm/menus.c (paint_side_pic):
10761 * fvwm/borders.c (border_get_border_background):
10762 (border_draw_decor_to_pixmap):
10763 (border_fill_pixmap_background):
10764 * fvwm/events.c (HandlePropertyNotify):
10765 Picture rendering use the new PGraphicsRenderPixmaps and
10766 PGraphicsRenderPicture libs functions. Respect new colorset options
10768 * fvwm/colorset.c (parse_colorset):
10770 (CMD_ReadWriteColors):
10772 Removed the read write colorset codes
10774 * libs/Graphics.c (CalculateGradientDimensions):
10775 Fixed the size of dithered H and V gradients
10777 * libs/PictureUtils.c (*):
10778 * libs/PictureUtils.h:
10781 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10783 * fvwm/menus.c (paint_menu_gradient_background):
10784 fixed drawing of SidePic menu background when not using SideColor
10787 * FvwmIconBox/icons.c:
10790 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10792 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10794 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10797 fixed --disable-ewmh
10801 added const to some prototypes
10803 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10805 * fvwm/menus.c (MenuInteraction):
10807 renamed MenuInteraction to __menu_loop
10809 * fvwm/menus.c (pop_menu_up):
10812 removed pdo_warp_to_title argument of pop_menu_up and changed all
10813 callers; logic is now in last_saved_position_hints
10814 (__menu_get_next_event_timeout_loop):
10815 began to split MenuInteraction into several sub functions
10816 go away, evil "goto"!
10818 * fvwm/style.c (style_parse_one_style_option):
10819 all boolean styles - and *only* boolean styles, can be prefixed with a
10820 '!' to invert their meaning
10821 (style_parse_button_style):
10822 moved Button and NoButton styles to separate function
10826 updated for 2.5.4-devel
10835 * fvwm/menuitem.h (struct):
10836 * fvwm/menus.c (paint_menu_gradient_background):
10837 (paint_menu_pixmap_background):
10839 (clear_expose_menu_area):
10840 fixed TiledPixmap menu background drawing bug
10841 sorted function in file and removed forward declarations
10843 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10845 * fvwm/Makefile.am (LDADD):
10846 put -lfvwm at front of library list
10848 * fvwm/windowlist.c (CMD_WindowList):
10849 print window's page instead of current page in windowlist
10851 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10853 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10854 Fix for Experimental RaiseOverUnmanaged Handling.
10856 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10860 New defs for Experimental RaiseOverUnmanaged Handling.
10862 * fvwm/events.c (HandleEnterNotify):
10864 (set_focus_to_fwin)
10865 (focus_query_grab_buttons)
10866 (_focus_grab_buttons)
10867 (focus_grab_buttons)
10868 (focus_grab_buttons_client_entered)
10870 (__activate_window_by_command)
10871 (_ReturnFocusWindow)
10873 (_ForceDeleteFocus)
10875 (raise_over_unmanaged)
10876 (is_above_unmanaged)
10877 (_is_on_top_of_layer)
10878 (is_on_top_of_layer)
10879 (is_on_top_of_layer_and_above_unmanaged)
10880 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10881 interaction of RaiseOverUnmanaged with various focus policies,
10882 particularly mouse focus + client click raises; issue mouse
10883 button grabs when and only when they are actually needed; and
10884 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10885 (Thanks to the GFPR, this is much more straightforward to do!)
10887 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10890 added a paragraph about scripting and complex functions.
10892 * fvwm/style.c (style_parse_one_style_option):
10893 fixed flag_mask and change_mask of TitleAt... styles that broke left
10896 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10899 describe new focus policy styles
10901 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10903 * fvwm/style.c (merge_styles):
10904 fixed applying style updates immediately
10906 * fvwm/geometry.c (constrain_size):
10907 fixed font resizing of maximized windows
10909 * fvwm/window_flags.h:
10910 * fvwm/fvwm.h (has_new_wm_normal_hints):
10913 * fvwm/events.c (HandleEnterNotify):
10914 fixed UngrabNotify returning focus to just unfocused window
10918 * fvwm/style.c (merge_styles):
10920 (__simplify_style_list):
10921 fixed default style calculations
10923 * fvwm/events.c (HandleConfigureRequest):
10924 disabled debug output
10926 * fvwm/style.c (merge_styles):
10927 * fvwm/fvwm.h (window_style):
10928 new style member default_mask to allow two levels of defaults;
10929 fixes focus policy defaults
10931 rewrote many of the macros; changed all callers
10933 * fvwm/borders.c (RenderIntoPixmap):
10934 (DrawMultiPixmapTitlebar):
10935 (border_render_into_pixmap):
10936 (border_draw_multi_pixmap_titlebar):
10937 applied Suzanne Skinner's multi pixmap titles fix
10938 renamed functions and changed all callers
10940 * libs/FScreen.c (FScreenGetScrRect):
10943 new utility functions
10945 * fvwm/windowlist.c (CMD_WindowList):
10946 new option MaxLabelWidth for the WIndowList command based on patch by
10948 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10949 WindowList command.
10951 * fvwm/events.c (HandleConfigureRequest):
10952 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10953 seems to work without problems
10955 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10957 * fvwm/style.c (merge_styles):
10958 fixed style defaults getting stuck to on once set
10961 fixed a number of non portable uses of the "test" command and unified
10962 the used syntax of all calls to reduce chance of copy-and-paste
10965 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10969 minor typos and improvements;
10970 better string quotings and detection of fribidi for autoconf-2.53
10972 * fvwm/Makefile.am:
10973 don't include *.in in EXTRA_DIST, they are auto-included
10975 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10977 * fvwm/events.c (HandleConfigureRequest):
10978 (HandlePropertyNotify):
10979 (is_resizing_event_pending):
10980 fixed uninitialised return code of test_resizing_event
10982 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10984 * fvwm/decorations.c (SelectDecor):
10986 * fvwm/window_flags.h:
10988 moved common.s.has_no_border window flag to common.has_no_border to
10989 fix windows getting stuck without a border once the HandleWidth or
10990 BorderWidth was set to 0 and then increased again
10993 removed reference to BUGS and TODO
10996 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10997 fvwm.1 files don't have to be updated for a release anymore; the release
10998 number and date are set by configure
11000 * fvwm/fvwm.c (setVersionInfo):
11001 fixed output of "fvwm -version"
11003 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11005 * fvwm/style.c (style_parse_one_style_option):
11006 Old focus styles override less of the behaviour specified with the
11007 FP... styles; use defaults instead without setting the mask
11008 (style_parse_one_style_option):
11009 removed the styles MouseFocusClickIgnoreMotion and
11010 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11012 (style_parse_one_style_option):
11013 ClickToFocusRaises now works only on the client window, not on the
11015 (style_parse_one_style_option):
11016 fixed FocusFollowsMouse style
11017 (style_set_old_focus_policy):
11018 moved old default focus settings to a separate function, simplified code
11020 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11022 * fvwm/fvwm.1: Add hot-spot is an offset information,
11023 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11026 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11028 * fvwm/style.c (style_parse_focus_policy_style):
11029 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11031 * libs/Makefile.am:
11032 added missing files
11034 * fvwm/events.c (HandleConfigureRequest):
11035 fixed ConfigureRequest race condition
11037 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11040 quote environment variables
11042 2002-08-13 olicha <olivier.chapuis@free.fr>
11045 Color limit and dithering news
11048 Added a minimal doc for the -color-limit option
11050 * fvwm/builtins.c (CMD_ColorLimit):
11051 ColorLimit is obsolete
11053 * fvwm/builtins.c (ReadDecorFace):
11054 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11055 (PictureAllocColorAllProp):
11056 Implemented dithering for depth 16 and 15. This is off by default
11057 in colorset (use the dither colorset option) and on by default
11058 for window title gradient. Gradient are visibly more smooth.
11060 * libs/PictureUtils.c (*):
11063 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11066 corrected the pixmap cursor description, added an example
11068 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11070 * fvwm/menus.c (select_menu_item):
11071 (paint_menu_gradient_background):
11072 fixed a redrawing problem with H/Vgradient menu faces
11074 fixed a minor problem w/ entering submenus via keyboard
11076 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11078 * fvwm/move_resize.c (CMD_ResizeMove):
11081 (CMD_ResizeMaximize):
11082 (CMD_ResizeMoveMaximize):
11083 commands can be used on iconified windows again
11087 moved pre-2.2 NEWS to ONEWS
11090 * libs/safemalloc.c:
11096 * fvwm/menustyle.c:
11103 let config.h include strinh.h or strings.h
11105 * fvwm/style.c (style_parse_one_style_option):
11106 (style_parse_one_style_option):
11107 fixed icon box crash
11109 * fvwm/bindings.c (update_nr_buttons):
11110 fixed extra buttons on window decorations
11112 * fvwm/style.c (style_parse_one_style_option):
11113 fixed parsing of the FP... and !FP... styles
11115 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11117 * fvwm/style.c (style_parse_one_style_option):
11118 Fixed a typo so that ClickToFocusRaisesOff actually turns
11119 the option off instead of on.
11121 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11123 * fvwm/focus.c (focus_grab_buttons):
11124 only grab necessary buttons on the client window
11126 2002-08-11 olicha <olivier.chapuis@free.fr>
11128 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11129 Removed some debug code
11131 * fvwm/fvwm.c (main):
11133 Added -color-limit to fvwm usage
11135 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11137 * fvwm/style.c (style_parse_one_style_option):
11138 (style_parse_focus_policy_style):
11139 added style options "FP..." to control focus policy
11140 removed OverrideGrabFocus and AllowGrabFocus styles
11142 * fvwm/style.c (merge_styles):
11143 fixed style defaults != 0
11145 * fvwm/focus.c (__restore_focus_after_unmap):
11146 fixed a bug w/ reverting the focus from transients to the parent
11148 * fvwm/ewmh.c (ewmh_HandleDesktop):
11149 * fvwm/style.c (style_parse_one_style_option):
11150 fixed defaults for various focus styles
11155 * fvwm/frame.c (frame_mrs_resize_move_windows):
11156 backed out anti-flicker patch that slowed down command processing
11158 * fvwm/bindings.c (update_nr_buttons):
11160 fixed sluggish processing of mouse bindings
11162 * fvwm/events.c (__handle_bpress_action):
11163 fixed drawing of pressed decorations w/o bindings
11165 * fvwm/frame.c (frame_move_resize):
11166 removed debug code that broke focus handling
11168 * fvwm/style.c (style_parse_one_style_option):
11169 fixed passing the focus click to the app by default
11171 * fvwm/events.c (__handle_click_to_focus):
11172 * fvwm/focus.c (set_focus_to_fwin):
11173 (__set_focus_to_fwin):
11174 removed drawing code that broke as many places as it fixed; plus it
11175 cause unnecessary redraws
11177 * fvwm/events.c (HandleConfigureRequest):
11178 send a synthetical ConfigureNotify if an application is not granted its
11179 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11180 and FixedPSize to work properly; also to be ICCCM compliant
11181 always force border_width 0 in these events
11182 in the experimental cr merging code, send a number of cn events equal
11183 to the number of merged events
11189 * fvwm/style.c (style_parse_focus_policy_style):
11190 (style_parse_icon_size_style):
11191 (style_parse_icon_box_style):
11192 (style_parse_icon_grid_style):
11193 (style_parse_icon_fill_style):
11194 (style_parse_one_style_option):
11195 (parse_and_set_window_style):
11196 split into separate functions
11197 (style_parse_one_style_option):
11198 simplified and cleaned up
11201 * fvwm/decorations.c:
11204 * fvwm/conditional.h:
11205 * fvwm/conditional.c:
11209 * fvwm/colormaps.c:
11212 reformatted and cleaned up
11214 2002-08-11 olicha <olivier.chapuis@free.fr>
11216 * libs/PictureUtils.c (*):
11217 * libs/PictureUtils.h:
11218 * libs/PictureDitherMatrice.h (new file):
11219 * libs/PictureImageLoader.c (*):
11220 * libs/PictureImageLoader.h:
11221 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11222 (PCreateDitherPixmap):
11223 (PCreateTintedPixmap):
11224 * libs/PictureGraphics.h:
11225 * libs/PictureBase.c (PictureInitCMap):
11226 * libs/PictureBase.h:
11227 * libs/Picture.c (*):
11230 * libs/Colorset.c (DumpColorset):
11233 * libs/Graphics.c (all gradient functions):
11236 * fvwm/move_resize.c (CMD_XorPixmap):
11237 * fvwm/colors.c (FreeColors):
11238 * fvwm/builtins.c (CMD_DefaultColors):
11239 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11240 * fvwm/builtins.c (FreeDecorFace):
11242 * fvwm/menus.c (pop_menu_down):
11243 (paint_menu_gradient_background):
11246 * fvwm/menustyle.c (menustyle_free_face):
11247 (menustyle_parse_face):
11249 (menustyle_update):
11250 (menustyle_parse_style):
11251 (CMD_CopyMenuStyle):
11252 * fvwm/menustyle.h:
11253 * fvwm/icons.c (GetIconFromFile):
11254 * fvwm/builtins.c (ReadMultiPixmapDecor):
11256 * fvwm/borders.c (border_draw_decor_to_pixmap):
11257 * fvwm/add_window.c (setup_mini_icon):
11258 * fvwm/fvwm.c (main):
11259 * fvwm/colorset.c (free_colorset_background):
11263 New color limit method and implement dithering in depth <= 8.
11264 Added a "fvwm picture attributes" structure for loading image.
11265 Some colors leaks fix. Add some (weak) color leaks. New option
11266 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11269 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11271 * libs/Flocale.c (FlocaleRotateDrawString):
11274 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11276 * fvwm/style.c (parse_and_set_window_style):
11277 fixed the default for passing the click-to-raise click for mousey
11280 * fvwm/events.c (__handle_click_to_focus):
11281 removed redundant code
11282 (WaitForButtonsUp):
11283 fixed sluggish motion event handling when waiting for buttons to be
11286 * fvwm/focus.c (__set_focus_to_fwin):
11287 (set_focus_to_fwin):
11288 fixed redrawing the border w/ mousey focus when the window was entered,
11289 then the border was clicked before the FocusIn event arrived
11291 * fvwm/events.c (__handle_bpress_on_managed):
11292 * fvwm/style.c (parse_and_set_window_style):
11293 fixed some small focus problems
11296 reformatted and cleaned up
11301 * fvwm/focus.c (focus_query_click_to_raise):
11302 (focus_query_click_to_focus):
11303 * fvwm/style.c (parse_and_set_window_style):
11304 * fvwm/events.c (__test_for_motion):
11305 (__check_click_to_focus_or_raise):
11306 (__handle_focus_raise_click):
11307 (__is_bpress_window_handled):
11308 (__handle_click_to_focus):
11309 (__handle_click_to_raise):
11310 (__handle_bpress_stroke):
11311 (__handle_bpress_action):
11312 (__handle_bpress_on_root):
11313 (__handle_bpress_on_unmanaged):
11314 (__handle_bpress_on_managed):
11315 (HandleButtonPress):
11316 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11317 of the new focus code; only the parsing for the new styles is missing
11319 * fvwm/virtual.c (is_pan_frame):
11322 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11324 * fvwm/add_window.c (AddWindow):
11325 fixed compile error
11327 * fvwm/events.c (__handle_focus_raise_click):
11328 (HandleButtonPress):
11331 * fvwm/events.c (__handle_focus_raise_click):
11332 * fvwm/fvwm.h (struct):
11333 * fvwm/style.c (check_window_style_change):
11334 (parse_and_set_window_style):
11335 * fvwm/session.c (MatchWinToSM):
11336 * fvwm/window_flags.h:
11337 eliminated parts of the old focus code
11339 * fvwm/focus.c (__set_focus_to_fwin):
11340 (set_focus_to_fwin):
11341 * fvwm/fvwm.c (InitVariables):
11342 * fvwm/add_window.c (destroy_window):
11343 * fvwm/events.c (__handle_focus_raise_click):
11344 * fvwm/screen.h (ScreenInfo):
11345 eliminated Scr.Ungrabbed global
11347 * fvwm/update.c (apply_window_updates):
11348 (flush_window_updates):
11349 * fvwm/icons.c (DeIconify):
11351 * fvwm/move_resize.c (CMD_Maximize):
11354 * fvwm/frame.c (frame_free_move_resize_args):
11355 (__frame_setup_window):
11356 * fvwm/virtual.c (do_move_window_to_desk):
11357 (CMD_GotoDeskAndPage):
11360 * fvwm/stack.c (LowerWindow):
11361 * fvwm/events.c (HandleMapNotify):
11362 (HandleVisibilityNotify):
11365 (__handle_focus_raise_click):
11366 (HandleEnterNotify):
11367 (HandleMapRequestKeepRaised):
11368 * fvwm/add_window.c (setup_key_and_button_grabs):
11369 (setup_focus_policy):
11371 * fvwm/focus.c (__try_other_screen_focus):
11372 (__set_focus_to_fwin):
11373 (set_focus_to_fwin):
11374 (focus_grab_buttons_on_pointer_window):
11375 (focus_grab_buttons_on_layer):
11376 (focus_grab_buttons_new):
11377 cleaned up focus grab handling.
11379 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11382 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11384 * fvwm/add_window.c (setup_window_structure):
11386 discarded unused return code
11388 * fvwm/focus.c (focus_grab_buttons):
11389 split into two fucntions and fixed a bug with ungrabbing buttons
11391 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11392 * fvwm/style.c (parse_and_set_window_style):
11393 * fvwm/icons.c (DeIconify):
11395 * fvwm/events.c (HandleButtonPress):
11396 (HandleEnterNotify):
11397 (HandleLeaveNotify):
11399 (HandleMapRequestKeepRaised):
11400 * fvwm/add_window.c (CaptureAllWindows):
11401 * fvwm/virtual.c (UnmapDesk):
11403 (do_move_window_to_desk):
11404 * fvwm/update.c (flush_window_updates):
11405 * fvwm/focus.c (set_focus_model):
11407 (__restore_focus_after_unmap):
11408 much more GFPR work; these patches may break lots of things
11410 * fvwm/focus.c (set_focus_to_fwin):
11411 (__activate_window_by_command):
11413 (ReturnFocusWindow):
11415 (ForceDeleteFocus):
11416 renamed MoveFocus to set_focus_to_fwin
11418 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11420 * libs/Fft.c (FftDrawString):
11421 removed redudant and buggy code that called DrawStringFunc before
11422 this pointer gets initialized
11424 * fvwm/focus.c (focus_query_click_to_raise):
11425 fixed possibly-uninitialized variable warning
11427 * fvwm/Makefile.am:
11428 specify stroke includes before Xft includes, may improve some cases
11430 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11433 fixed sys/time.h detection
11435 * fvwm/events.c (HandleMappingNotify):
11436 * libs/Bindings.c (AddBinding):
11437 added MappingNotify event handler
11439 * fvwm/events.c (HandleMapRequest):
11442 * fvwm/events.c (InitEventHandlerJumpTable):
11443 another attempt at handling "unknown" modifiers in key bindings
11445 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11447 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11448 * fvwm/add_window.c (destroy_window):
11449 * fvwm/focus.c (focus_grab_buttons):
11452 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11454 * fvwm/focus.c (focus_force_refresh_focus):
11455 * fvwm/events.c (HandleEnterNotify):
11456 (HandlePropertyNotify):
11457 (HandleButtonPress):
11458 * fvwm/icons.c (DeIconify):
11459 * fvwm/virtual.c (MapDesk):
11460 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11461 * fvwm/update.c (apply_window_updates):
11462 * fvwm/module_interface.c:
11463 * fvwm/conditional.c (MatchesConditionMask):
11466 * fvwm/icons.c (Iconify):
11467 removed "#if 0"ed code
11469 * fvwm/module_interface.c:
11470 disabled the old ConfigureWindow module interface
11473 * libs/fvwmsignal.h:
11475 * fvwm/ewmh_intern.h:
11477 * fvwm/module_interface.c:
11482 new file to encapsulate time.h and sys/time.h inclusion
11486 (mark_transient_subtree):
11487 (__mark_group_member):
11488 cleaned up and split into two functions
11490 * fvwm/focus.c (CMD_Focus):
11492 * fvwm/icons.c (DeIconify):
11495 (__activate_window_by_command):
11498 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11499 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11500 * fvwm/style.c (parse_and_set_window_style):
11501 (parse_and_set_window_style):
11502 began implementing new focus control styles
11504 * fvwm/focus.c (DoSetFocus):
11505 (__restore_focus_after_unmap):
11510 (__set_focus_to_fwin):
11513 * fvwm/conditional.c (MatchesConditionMask):
11514 * fvwm/focus.c (focus_query_open_grab_focus):
11515 (focus_query_close_restore_focus):
11516 (focus_does_accept_input_focus):
11518 * fvwm/events.c (HandleUnmapNotify):
11519 (HandleEnterNotify):
11521 (HandleMapRequestKeepRaised):
11522 renamed some functions
11525 * fvwm/focus_policy.c:
11526 * fvwm/focus_policy.h:
11527 prepared some future focus policy flags
11530 enable error message when png or xpm test compilation fails
11533 * fvwm/window_flags.h:
11534 * fvwm/ewmh.c (ewmh_HandleDesktop):
11535 * fvwm/style.c (parse_and_set_window_style):
11536 (check_window_style_change):
11537 * fvwm/events.c (HandleButtonPress):
11538 (HandleVisibilityNotify):
11539 began GFPR migration of *raises* focus policy flags
11541 * fvwm/focus.c (focus_is_focusd):
11544 * libs/Bindings.c (AddBinding):
11545 fixed handling of "unknown" modifiers in key bindings
11547 * fvwm/focus.c (focus_grab_buttons):
11548 (focus_query_grab_buttons):
11549 moved focus policy code into separate function
11551 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11556 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11558 * fvwm/style.c (parse_and_set_window_style):
11559 * fvwm/focus.c (focus_query_grab_focus):
11560 * fvwm/events.c (HandleMapNotify):
11561 (HandlePropertyNotify):
11562 * fvwm/focus_policy.c (fpol_init_default_fp):
11564 new styles OverrideGrabFocus and AllowGrabFocus
11565 cleaned up focus grabbing code and moved to focus.c
11567 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11569 * fvwm/focus.c (CMD_WarpToWindow):
11570 fixed negative arguments for unmanaged windows
11572 * fvwm/conditional.c (CMD_Direction):
11573 use PeekToken instead of GetNextToken
11575 new direction "center"
11577 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11579 * fvwm/events.c (addkbsubinstoarray):
11580 disabled experimental pointer warping code
11583 removed menu crash debug code
11585 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11588 added tons of crash debug code
11590 * fvwm/add_window.c:
11591 made a lot of internal functions static
11593 * fvwm/add_window.c (setup_button_windows):
11594 (destroy_title_window):
11595 (destroy_button_windows):
11596 (destroy_resize_handle_windows):
11597 (destroy_auxiliary_windows):
11600 * fvwm/icons.c (CreateIconWindow):
11601 safety patches w/ XDeleteContext
11603 * fvwm/menus.c (DestroyMenu):
11604 fixed a crash w/ accessing already deleted menus
11606 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11608 * fvwm/menus.c (get_menu_options):
11609 fixed menu context rectangle "icon" if the icon was not just a pixmap
11611 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11613 * fvwm/events.c (HandleMapNotify):
11614 (HandleMapRequestKeepRaised):
11615 (HandleUnmapNotify):
11616 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11617 * fvwm/ewmh.c (ewmh_HandleDesktop):
11618 * fvwm/style.c (parse_and_set_window_style):
11619 removed old do_grab_focus_when_created and *_when_transient_* flags
11621 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11623 * fvwm/conditional.c (MatchesConditionMask):
11624 * fvwm/focus.c (DoSetFocus):
11625 * fvwm/session.c (MatchWinToSM):
11626 * fvwm/module_interface.c (SETOLDFLAGS):
11627 removed old is_lenient flag
11630 * fvwm/style.c (__simplify_style_list):
11631 (simplify_style_list):
11634 * fvwm/window_flags.h:
11636 access macros for focus policy flags structures
11639 * fvwm/focus_policy.c:
11640 * fvwm/focus_policy.h:
11641 new files, begin great focus policy rewrite aka GFPR
11643 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11645 * fvwm/placement.c (PlaceWindow):
11646 Fixed interaction between CascadePlacement and StartsOnPage
11648 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11650 * libs/fvwmsignal.c (fvwmSelect):
11651 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11654 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11656 * fvwm/add_window.c (CaptureOneWindow):
11657 fixed a core dump w/ windows being destroyed during a recapture
11659 removed duplicate check if new windows still exist
11661 * fvwm/placement.c (CMD_PlaceAgain):
11662 * fvwm/move_resize.c (move_window_doit):
11664 * fvwm/virtual.c (MapDesk):
11666 (do_move_window_to_desk):
11667 * fvwm/icons.c (AutoPlaceIcon):
11668 (ChangeIconPixmap):
11670 some cleanup in movement code
11671 new option "Icon" to PlaceAgain command
11672 adapted documentation accordingly
11674 * fvwm/move_resize.c (move_window_doit):
11678 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11680 * libs/Flocale.c (FlocaleRotateDrawString):
11681 create gcs only once
11684 removed some references to Recapture
11685 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11686 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11688 * libs/gravity.c (gravity_parse_multi_dir_argument):
11689 fixed "all" multidir selecting "center" too
11691 * libs/Fft.c (FftDrawString):
11692 * libs/Flocale.c (FlocaleRotateDrawString):
11693 (FlocaleFontStructDrawString):
11694 (FlocaleDrawString):
11695 fixed some text placement bugs w/ shadow text
11696 (FlocaleGetShadowTextPosition):
11697 implemented "center" shadows
11699 2002-07-20 olicha <olivier.chapuis@free.fr>
11701 * libs/Flocale.c (FlocaleRotateDrawString):
11702 Removed some static declarations
11704 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11706 * libs/gravity.c (gravity_multi_dir_to_dir):
11707 * libs/gravity.h (enum):
11708 new function, cleaned up
11710 * fvwm/fvwm.h (FvwmWindow):
11714 moved text_rotation_type to gravity.h and renamed to rotation_type
11717 fixed several bugs in the access macros
11720 removed unused static FlocaleSeted
11721 (FlocaleFontStructDrawString):
11722 simplified function
11724 * fvwm/virtual.c (CMD_EdgeCommand):
11725 * fvwm/windowshade.c (CMD_WindowShade):
11726 * fvwm/conditional.c (CMD_Direction):
11727 adapted to changes in ParseDirectionArgument
11730 * libs/gravity.c (ParseDirectionArgument):
11731 new direction "Center"
11733 * fvwm/virtual.c (CMD_EdgeCommand):
11736 2002-07-18 olicha <olivier.chapuis@free.fr>
11738 * libs/PictureUtils.c (PictureRGBtoPixel):
11740 Fixed(??) color allocation for some visuals
11742 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11744 * libs/Flocale.c (FlocaleFontStructDrawString):
11745 a little code cleanup
11747 * fvwm/events.c (HandleEnterNotify):
11749 anothe click+drag fix
11751 * libs/Pointer.c (GetLocationFromEventOrQuery):
11752 * fvwm/focus.c (SetPointerEventPosition):
11753 * fvwm/functions.c (CheckActionType):
11754 * fvwm/builtins.c (CMD_StrokeFunc):
11755 * fvwm/move_resize.c (moveLoop):
11757 fixed some bugs w/ pointer on wrong screen
11759 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11761 * fvwm/events.c (HandleLeaveNotify):
11762 fixed problem w/ click+drag and mousey focus
11764 * fvwm/menus.c (size_menu_horizontally):
11765 fixed menu style SubmenusLeft w/ icons in menu items
11767 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11769 * fvwm/menuitem.c (menuitem_paint):
11771 * fvwm/menus.c (paint_menu_gradient_background):
11772 (get_menu_paint_item_parameters):
11773 removed circular dependency of menus.c and menuitem.c by using callback
11776 2002-07-17 olicha <olivier.chapuis@free.fr>
11781 * fvwm/fvwm.c (InitVariables):
11783 * fvwm/colorset.c (parse_colorset):
11785 (CMD_ReadWriteColors):
11786 * fvwm/builtins.c (CMD_ColorLimit):
11787 * libs/PictureUtils.h:
11788 * libs/PictureUtils.c (PictureReduceColor):
11789 (PictureReduceRGBColor):
11790 (PictureRGBtoPixel):
11791 (PictureAllocColor):
11792 (PictureFreeColors):
11793 (PictureGetNextColor):
11794 (colors_alloc_fail):
11798 (PictureAllocColorTable):
11799 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11800 (PImageXpmFreeColor):
11802 * libs/PictureBase.c (PictureInitCMap):
11803 * libs/Graphics.c (AllocLinearGradient):
11804 * libs/ColorUtils.c (GetShadow):
11810 (fvwmlib_clone_color):
11811 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11812 Implemented a new color limit method
11814 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11816 * fvwm/move_resize.c (moveLoop):
11817 fixed problem moving the pointer off screen while moving a window
11818 (AnimatedMoveAnyWindow):
11819 fixed pointer warping w/ multiple screens and animated window motion
11821 2002-07-12 olicha <olivier.chapuis@free.fr>
11823 * fvwm/menus.c (get_menu_paint_item_parameters):
11824 (paint_menu_gradient_background):
11825 * fvwm/menuitem.c (menuitem_paint):
11828 Fixed B/DGradient with Xft fonts
11831 * libs/ColorUtils.c (GetTintedColor):
11833 * fvwm/colorset.c (parse_simple_tint):
11836 Implemented fgTint colorset option
11838 * libs/PictureImageLoader.c:
11839 * libs/PictureUtils.c:
11840 * libs/PictureUtils.h:
11841 * libs/Makefile.am:
11842 Moved color limitation and some rgb to pixel functions from
11843 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11845 * fvwm/colorset.c (parse_colorset):
11846 * libs/PictureGraphics.c (PCreateTintedPixmap):
11847 (PGraphicsTintRectangle):
11848 Implemented tinting for X server without Xrender support and
11849 did color limitation when tinting
11852 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11854 * fvwm/events.c (WaitForButtonsUp):
11855 fixed handling of button release events
11857 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11859 * fvwm/menus.c (MenuInteraction):
11860 fixed core dump w/ dynamic popdown action destroying a menu
11861 (paint_menu_gradient_background):
11862 fixed hang and/or incorrect drawing of b and d gradients in menus
11864 * fvwm/events.c (HandleEnterNotify):
11865 (HandleLeaveNotify):
11866 improved LEAVE_WINDOW/ENTER_WINDOW handling
11868 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11870 * libs/Colorset.c (SetWindowBackground):
11871 (SetWindowBackgroundWithOffset):
11873 implemented new functions to allow pixmap backgrounds with an offset
11875 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11877 * fvwm/events.c (HandleMapRequestKeepRaised):
11878 send Map/UnmapNotify before iconyfying, not after
11880 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11882 * fvwm/events.c (HandleMapRequestKeepRaised):
11883 fake a MapNotify and then an UnmapNotify when a window is created iconic
11885 * fvwm/add_window.c (AddWindow):
11886 workaround for buggy TK menu positioning
11888 * fvwm/module_interface.c (FlushMessageQueue):
11891 tried to fix module communication deadlock w/ sync mask and a full write
11898 2002-07-06 olicha <olivier.chapuis@free.fr>
11900 * libs/Flocale.c (FlocaleGetFontSet):
11901 Removed some unwanted code
11903 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11905 * fvwm/events.c (HandleLeaveNotify):
11906 (HandleEnterNotify):
11907 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11909 * fvwm/events.c (CMD_XSync):
11910 very experimental patch to cycle through subwindows accepting keyboard
11911 input; call Xsync command repeatedly to test; crashes fvwm if more than
11912 1000 subwindows are used;
11914 * fvwm/focus.c (CMD_WarpToWindow):
11915 fixed a bug in warpttowindow command with subwindows of unmanaged
11918 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11920 * fvwm/events.c (HandlePropertyNotify):
11922 handle changes in the size_inc and base_size hints during opaque
11925 * fvwm/events.c (HandleButtonPress):
11926 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11927 until the button is released again; this restores the old behaviour
11928 from 2.3.23 and before with click+drag and rxvt/aterm
11930 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11932 * fvwm/update.c (apply_window_updates):
11933 fixed applying neverfocus to currently focused window; decorations
11934 partially drawn hilighted
11936 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11938 * fvwm/menucmd.c (menu_func):
11939 another module/menu/context window fix
11940 do not use global Fw anymore
11942 2002-07-05 olicha <olivier.chapuis@free.fr>
11944 * libs/Flocale.c (FlocaleStringToString2b):
11945 Fixed crash with big5-0 FontStruct
11947 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11949 * fvwm/menucmd.c (menu_func):
11950 fixed context window of menus invoked by a module
11952 fixed context menus on windows
11954 * libs/vpacket.h (ConfigWinPacket):
11955 * fvwm/module_interface.c (CONFIGARGSNEW):
11956 * fvwm/fvwm.h (FvwmWindow):
11957 fixed bugs in type conversions for transmitting certain information to
11960 * fvwm/functions.c (CheckActionType):
11961 fixed window selection problem w/ menus invoked from modules
11963 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11965 * fvwm/gnome.c (GNOME_HandlePropRequest):
11968 * fvwm/module_interface.c (ExecuteCommandQueue):
11969 fixed compile bug w/ --enable-debug-msgs
11971 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11973 * fvwm/events.c (HandleButtonPress):
11975 * fvwm/menus.c (MenuInteraction):
11977 * fvwm/windowlist.c (CMD_WindowList):
11978 * fvwm/menucmd.c (menu_func):
11979 * fvwm/module_interface.c (ExecuteModuleCommand):
11980 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11981 go away, evil globals! [removed the useless global variable
11984 * fvwm/events.c (HandleUnmapNotify):
11986 * fvwm/icons.c (Iconify):
11987 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11988 * fvwm/fvwm.h (struct):
11989 renamed is_deiconify_pending to is_iconify_pending
11992 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11994 * fvwm/menus.c (MenuInteraction):
11996 (menu_enter_tear_off_menu):
11998 * fvwm/events.c (HandleButtonPress):
11999 (HandleButtonRelease):
12002 * fvwm/menucmd.c (menu_func):
12004 * fvwm/module_interface.c (ExecuteModuleCommand):
12005 go away, evil globals! [removed the useless global variable "Context"]
12006 removed is_menu_from_frame_or_window_or_titlebar flag
12008 * fvwm/module_interface.c:
12009 * fvwm/windowlist.c:
12012 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12014 * fvwm/menuitem.c (menuitem_paint):
12015 fixed fg color of the inactive disabled menu item
12020 removed a mention of RedHat (I don't think it is correct),
12021 reworded a mention of fvwm95
12023 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12026 tabify only the leading spaces, untabify the middle of line
12028 2002-06-25 David Fries <dfries@mail.win.org>
12031 * fvwm/windowlist.c:
12032 Added code to sort based on the class name of a window for
12033 the WindowList function.
12035 2002-06-25 olicha <olivier.chapuis@free.fr>
12040 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12043 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12045 2002-06-24 Steve Talley <stephen.talley@sun.com>
12047 * fvwm/add_window.c:
12048 * fvwm/add_window.h:
12056 New Style option IconSize
12058 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12060 * NEWS, configure.in:
12061 changed version to 2.5.3
12063 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12066 removed C++ section
12069 * libs/FlocaleCharset.c:
12072 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12074 * fvwm/events.c (WaitForButtonsUp):
12075 use the wait cursot only after the 20th pass through the loop
12077 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12079 * fvwm/fvwm.1 (Examples): Language check.
12080 PipeRead as synchronous Exec.
12081 Better example for PipeRead.
12083 2002-06-21 olicha <olivier.chapuis@free.fr>
12087 Documented StringEncoding= in font name
12090 Removed --disable-compound-text doc
12092 2002-06-20 olicha <olivier.chapuis@free.fr>
12094 * libs/FBidi.h (FBidiConvert):
12095 Fixed compile if !HAVE_BIDI
12097 2002-06-19 olicha <olivier.chapuis@free.fr>
12099 * fvwm/fvwm.c (InitVariables):
12101 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12102 This fix a "null expression" at init in menustyle.c (menustyle_update)
12104 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12107 reworded supported feature listing, fixed the default xft detection
12109 added the "Supported Features" section
12111 2002-06-19 olicha <olivier.chapuis@free.fr>
12114 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12117 Removed --enable-mulibyte and --disable-compound-text config option
12118 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12121 Xft is on by default no
12123 * libs/FlocaleCharset.c (*):
12124 * libs/FlocaleCharset.h:
12125 * libs/Ficonv.c (*):
12127 * libs/Flocale.c (*):
12130 * libs/FftInterface.h:
12133 * fvwm/ewmh_names.c ():
12134 Some cleanup. Implemented StringEncoding= in font names. Fixed
12135 string encoding for xft fonts. Try to be more cleaver about defaults
12136 charsets. Improvement in the locale charset table.
12139 Some documentation cleanup regarding Xft
12141 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12143 * fvwm/functions.c (find_func_type):
12144 fixed bug i introduced w/ last commit
12146 * fvwm/fvwm.c (Done):
12148 * fvwm/functions.c (functions_is_complex_function):
12149 * fvwm/builtins.c (CMD_DestroyFunc):
12152 moved functions to functions.c
12155 * fvwm/functable.c:
12156 * fvwm/functable.h:
12157 * fvwm/functions.h:
12159 * fvwm/functions.c:
12160 moved some types and functions to other/new files
12162 * fvwm/functions.c:
12163 * fvwm/expand.c (expand_vars_extended):
12165 functions moved to new file
12167 * fvwm/functions.c:
12170 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12172 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12173 fixed colourmap focus problem
12176 tabified all files and removed all trailing spaces
12178 * fvwm/move_resize.c (move_window_doit):
12179 * fvwm/virtual.c (CMD_MoveToDesk):
12180 MoveToPage and MoveToDesk no longer unstick windows
12182 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12188 reworded some names of supported features
12190 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12192 * fvwm/update.c (apply_window_updates):
12193 * fvwm/session.c (MatchWinToSM):
12194 * fvwm/add_window.c (setup_window_structure):
12195 * fvwm/windowshade.c (CMD_WindowShade):
12196 * fvwm/window_flags.h:
12197 fixed a problem w/ shaded windows changind the title direction
12199 * fvwm/geometry.c (get_shaded_geometry):
12200 fixed shading window to 0 width or height
12202 * fvwm/add_window.c (AddWindow):
12203 fixed a memory leak and an initial window placement bug
12205 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12208 minor improvements in output, added bin/fvwm-perllib
12210 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12212 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12213 fixed copying PopupOffset values in CopyMenuStyle
12218 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12222 added CopyStringWithQuotes, not perfect, but works for now
12224 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12226 * fvwm/functions.h:
12228 * fvwm/functions.c (func_config):
12229 * libs/FScreen.c (FScreenConfigureSLSScreens):
12230 (FScreenConfigureModule):
12231 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12232 new command XineramaSLSScreens
12235 cleaned up Xinerama ifdefs
12237 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12240 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12242 2002-06-07 olicha <olivier.chapuis@free.fr>
12245 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12246 Some shadow text position fixes
12248 2002-06-06 olicha <olivier.chapuis@free.fr>
12250 * fvwm/update.c (apply_window_updates):
12251 Fixed the position of shaded windows after certain style update
12254 Fixed some options names
12256 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12258 * fvwm/module_interface.c (CMD_SendToModule):
12259 fixed SendToModule when the first parameter contains quotes
12261 2002-06-06 olicha <olivier.chapuis@free.fr>
12263 * fvwm/fvwm.c (main):
12264 * fvwm/ewmh.c (EWMH_Init):
12265 Init the EWMH before reading the config. Always setup the working
12268 2002-06-05 olicha <olivier.chapuis@free.fr>
12270 * fvwm/update.c (apply_window_updates):
12271 Fixed the position of a shaded window during a style update
12274 * libs/Flocale.c (FlocaleRotateDrawString):
12275 (FlocaleGetShadowTextPosition):
12276 Fixed side title text position if the font has no shadow
12279 * libs/Ficonv.c (FiconvInit):
12280 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12281 * libs/Flocale.c (FlocaleInit):
12282 (FlocaleRotateDrawString):
12283 (FlocaleGetFontSet):
12284 (FlocaleGetFontOrFontSet):
12286 (FlocaleDrawString):
12287 (FlocaleTextWidth):
12288 (FlocaleFreeNameProperty):
12289 (FlocaleGetNameProperty):
12290 (FlocaleTextListToTextProperty):
12291 Finish to remove the multibyte patch. This gives a more clean code
12292 and can only prevent bugs
12294 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12296 * fvwm/placement.c (PlaceWindow):
12297 fixed CascadePlacement with huge windows (xterm -g 240x100),
12298 that were aligned to bottom-right instead of top-left;
12299 small adjustments (removed border_width from calculations,
12300 don't place normal windows at 0, commented out some strange code)
12302 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12305 document CascadePlacement and FvwmIconMan improvements
12310 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12312 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12313 * fvwm/fvwm.c (InitVariables):
12314 * fvwm/placement.c (PlaceWindow):
12315 * fvwm/screen.h (struct ScreenInfo):
12316 improved *CascadePlacement, if the last placed window does not exist
12317 any more, reuse the last used position instead of adding a new cascade
12319 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12321 * fvwm/events.c (HandleEnterNotify):
12322 * fvwm/fvwm.c (InitVariables):
12324 Fixed colormap handling over decorative parts of a window
12326 2002-06-03 olicha <olivier.chapuis@free.fr>
12328 * fvwm/module_interface.c (make_named_packet):
12329 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12330 related to named module packet
12332 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12334 * fvwm/focus.c (focus_grab_buttons):
12335 * fvwm/events.c (HandleButtonPress):
12336 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12338 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12340 * fvwm/bindings.c (ParseBinding):
12341 replaced an error "Illegal mouse button" with a descriptive warning
12342 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12344 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12346 * fvwm/events.c (GetContext):
12347 fixed key bindings on decorations
12350 removed XEVMASK_DECORW
12352 2002-05-31 olicha <olivier.chapuis@free.fr>
12356 Documented shadow effect in a new section FONT EFFECTS
12358 2002-05-31 olicha <olivier.chapuis@free.fr>
12360 * libs/Fft.c (FftDrawString):
12361 * libs/Colorset.c (DumpColorset):
12364 * fvwm/colorset.c (parse_colorset):
12365 New colorset option fg_alpha which defines an alpha for rendering
12368 2002-05-29 olicha <olivier.chapuis@free.fr>
12370 * libs/Fft.c (FftSetupEncoding):
12377 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12378 to Xft FLAGS and LIBS
12380 * fvwm/Makefile.am:
12381 * libs/Makefile.am:
12382 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12383 Xft2 library. Removed FT2 CFLAGS and LIBS
12385 2002-05-27 olicha <olivier.chapuis@free.fr>
12390 Some Xft2 and fontconfig preparation
12393 * libs/Flocale.c (FlocaleParseShadow):
12395 (FlocaleGetShadowTextPosition):
12396 Added offset to shadow text
12399 Fixed the position of ne shadow text and remove some unused #define
12401 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12403 * fvwm/colorset.c (parse_colorset):
12404 fixed integer overflow in average colour calculation
12406 2002-05-27 olicha <olivier.chapuis@free.fr>
12408 * libs/gravity.c (GetNextMultiDirection):
12409 (ParseMultiDirectionArgument):
12411 Added a multi direction type which is a "<<" version of direction
12412 type. Added a parse and a next functions
12415 * libs/Flocale.c (FlocaleParseShadow):
12416 (FlocaleGetNextShadowDirection):
12417 (FlocaleGetShadowTextPosition):
12418 Used gravity multi direction type and functions. Removed
12419 FlocaleGetNextShadowDirection
12421 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12423 * fvwm/focus.c (restore_focus_after_unmap):
12424 fixed a problem w/ colormap transition when transient window died
12426 * fvwm/add_window.c (AddWindow):
12429 * fvwm/session.c (getUniqueStateFilename):
12430 applied security patch by Jan Echternach
12432 * fvwm/fvwm.c (InitVariables):
12433 Properly initialise Scr.flags.is_pointer_on_this_screen
12435 * libs/fvwmlib.h (FvwmFont):
12436 * fvwm/fvwm.c (setVersionInfo):
12439 * acconfig.h (MULTIBYTE):
12440 removed MULTIBYTE option (unconditionally on)
12442 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12444 * libs/gravity.c (ParseDirectionArgument):
12445 allow "t", "u", ... shortcuts as direction arguments
12447 * fvwm/style.c (check_window_style_change):
12448 (parse_and_set_window_style):
12449 * fvwm/frame.c (frame_setup_border):
12450 (frame_get_shading_laziness):
12451 (frame_get_sidebar_geometry):
12452 * fvwm/decorations.c (SelectDecor):
12453 * fvwm/add_window.c (setup_style_and_decor):
12454 (setup_resize_handle_cursors):
12455 (setup_resize_handle_windows):
12456 (change_resize_handle_windows):
12457 (destroy_auxiliary_windows):
12458 * fvwm/borders.c (border_get_border_gcs):
12459 (border_draw_border_parts):
12460 * fvwm/style.h (SCSET_HAS_BORDER):
12461 * fvwm/fvwm.h (FvwmWindow):
12462 * fvwm/window_flags.h (SET_HAS_BORDER):
12463 new styles NoBorder/Border
12465 2002-05-26 olicha <olivier.chapuis@free.fr>
12468 * libs/Flocale.c (FlocaleParseShadow):
12469 (FlocaleGetNextShadowDirection):
12470 (FlocaleGetShadowTextPosition):
12472 Implemented multidirectional shadow text rendering
12476 (FlocaleFontStructDrawString):
12477 (FlocaleRotateDrawString):
12479 (FlocaleDrawString):
12480 (FlocaleTextWidth):
12481 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12482 * libs/Fft.c (FftDrawString):
12483 Cleanup the FlocaleFont structure by addings some flags
12485 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12487 * fvwm/events.c (HandleFocusIn):
12488 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12489 * fvwm/screen.h (ScreenInfo):
12490 * fvwm/focus.c (FocusOn):
12491 ignore EnterNotify events while a window is waiting to receive focus
12492 from the Focus or FlipFocus commands; should prevent plenty of race
12493 contidions caused by executing complex functions by a key press, button
12494 press or from a menu; fixes Alt-Tab problem
12496 * fvwm/events.c (HandleMapNotify):
12497 immediately draw window decorations when window is mapped; the new frame
12498 drawing code takes care of suppressing unnecessary redraws
12499 (HandleLeaveNotify):
12500 fixed a bug w/ LeaveNotify event with NotifyGrab
12502 2002-05-22 olicha <olivier.chapuis@free.fr>
12505 * libs/Fft.c (FftDrawString):
12506 * libs/Flocale.c (FlocaleFontStructDrawString):
12507 (FlocaleRotateDrawString):
12509 (FlocaleGetShadowTextPosition):
12510 (FlocaleDrawString):
12511 (FlocaleDrawUnderline):
12512 (FlocaleTextWidth):
12513 Implemented negative shadow text
12515 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12517 * fvwm/menucmd.c (CMD_AddToMenu):
12518 * fvwm/windowlist.c (CMD_WindowList):
12521 changed signature of AddToMenu
12523 * fvwm/menus.c (clone_menu_root_static):
12524 fixed problem w/ menu style usage count and tear off menus
12525 fixed core dump w/ not copying the missing sub menu function in tear
12527 (clone_menu_item_list):
12529 (add_another_menu_item):
12530 (size_menu_vertically):
12531 fixed additional "More..." items in sub menus of torn off menus
12533 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12536 fixed #endif warning
12537 * fvwm/ConfigFvwmDefaults:
12538 added CirculateSkip to tear off menus
12540 fixed ShadeAgain quoting
12542 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12544 * fvwm/events.c (HandleButtonPress):
12545 allow to pass the focus click to applications and have a function bound
12546 to it at the same time
12550 fixed compilation problem
12552 2002-05-20 olicha <olivier.chapuis@free.fr>
12554 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12555 Fixed blue colour in png image and ewmh icons
12557 * libs/Flocale.c (FlocaleLoadFont):
12558 Removed some debug code
12560 * fvwm/colorset.c (parse_colorset):
12562 * libs/ColorUtils.c (GetForeShadowColor):
12563 Added Mikhael algo to compute the default fgsh
12565 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12567 * fvwm/functions.c (expand_extended_var):
12568 expand $[fgsh.csN], use constants instead of numbers
12570 2002-05-17 olicha <olivier.chapuis@free.fr>
12572 * libs/Flocale.c (FlocaleDrawString):
12573 (FlocaleDrawUnderline):
12575 Removed some unused and debug code
12577 2002-05-17 olicha <olivier.chapuis@free.fr>
12579 * fvwm/menuitem.c (draw_underline):
12581 * libs/Flocale.c (FlocaleDrawUnderline):
12582 Move draw_underline into Flocale.c and fix underline position with
12585 2002-05-17 olicha <olivier.chapuis@free.fr>
12587 * fvwm/style.c (update_window_color_style):
12588 (update_window_color_hi_style):
12589 * fvwm/move_resize.c (DisplayPosition):
12591 * fvwm/menuitem.c (menuitem_paint):
12592 * fvwm/borders.c (get_common_decorations):
12593 (border_get_titlebar_draw_descr):
12595 * fvwm/icons.c (DrawIconWindow):
12596 Pass the colorset to text drawing via the FlocaleWinString structure
12599 * libs/ColorUtils.c (GetForeShadowColor):
12601 * fvwm/colorset.c (parse_colorset):
12603 * libs/Colorset.c (DumpColorset):
12605 Added fgsh colorset and two new functions GetForeShadowColor and
12606 GetForeShadow which should be modified
12608 * libs/Makefile.am:
12610 * libs/FftInterface.h (new file):
12611 * libs/Fft.c (FftDrawString):
12613 * libs/Flocale.c (FlocaleFontStructDrawString):
12614 (FlocaleRotateDrawString):
12615 (FlocaleDrawString):
12616 (FlocaleTextWidth):
12618 Implemented text shadow rendering
12620 2002-05-11 olicha <olivier.chapuis@free.fr>
12623 * fvwm/builtins.c (refresh_window):
12624 * fvwm/update.c (apply_window_updates):
12626 * fvwm/style.c (check_window_style_change):
12627 ParentalRelativity style is now dynamic
12629 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12631 * fvwm/menuitem.c (menuitem_paint):
12632 fixed menu item hilight area
12634 2002-05-09 olicha <olivier.chapuis@free.fr>
12636 * libs/Makefile.am:
12637 * libs/XError.c (request_name):
12638 * libs/PictureImageLoader.c (PImageLoadPng):
12639 (PImageCreatePixmapFromArgbData):
12640 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12641 (PGraphicsTileRectangle):
12642 (PGraphicsCopyFvwmPicture):
12643 * libs/FRenderInit.c (new file):
12644 * libs/FRenderInit.h (new file):
12645 * libs/FRenderInterface.h:
12646 * libs/FRender.c (*):
12647 * fvwm/colorset.c (parse_tint):
12649 * fvwm/fvwm.c (main):
12650 * fvwm/events.c (HandlePropertyNotify):
12651 Change the design of the previous commit. Now a module should call
12652 FRenderInit when it wants to use a function which depends on XRender.
12654 2002-05-09 olicha <olivier.chapuis@free.fr>
12662 Include Fft.h include FRender.h as Xft.h include Xrender.h
12664 * libs/FRenderInterface.h:
12666 * libs/FRender.c (FRenderInit):
12667 (FRenderGetErrorCodeBase):
12668 (FRenderGetMajorOpCode):
12669 (FRenderGetExtensionSupported):
12670 (FRenderGetErrorText):
12671 Improve XRender initialization, check if the XRender extension is
12672 enabled and get the error code base and the major op code.
12673 Add error functions for the X error handler.
12675 * libs/XError.c (PrintXErrorAndCoredump):
12677 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12680 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12681 * fvwm/events.c (HandlePropertyNotify):
12682 * fvwm/colorset.c (parse_tint):
12684 * libs/PictureImageLoader.c (PImageLoadPng):
12685 (PImageCreatePixmapFromArgbData):
12686 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12687 (PGraphicsCopyFvwmPicture):
12688 (PGraphicsTileRectangle):
12689 * libs/FRender.c (FRenderCopyArea):
12690 (FRenderTintRectangle):
12691 Check if the XRender extension is enabled on the display before
12692 performing XRender operations
12694 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12696 * fvwm/menuitem.c (menuitem_paint):
12697 fixed item hilighting problems
12699 2002-05-07 olicha <olivier.chapuis@free.fr>
12701 * fvwm/colorset.c (parse_colorset):
12704 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12706 * fvwm/events.c (HandlePropertyNotify):
12707 workaround for xterm resize problem
12709 * fvwm/colorset.c (parse_colorset):
12710 (free_colorset_background):
12713 fixed various bugs and core dumps w/ the cs->picture structure;
12714 note: it's a pointer, so compare with NULL, not with None
12716 * fvwm/frame.c (frame_setup_window):
12717 (frame_setup_window_app_request):
12718 (frame_force_setup_window):
12719 (frame_setup_window_internal):
12720 (frame_create_move_resize_args):
12721 (frame_free_move_resize_args):
12722 * fvwm/add_window.c (setup_window_attr):
12723 * fvwm/events.c (HandleConfigureRequest):
12724 (HandlePropertyNotify):
12725 fixed [?] bit_gravity/resize problem
12727 * fvwm/events.c (HandleEnterNotify):
12728 reformatted EdgeCommand code
12730 2002-05-06 olicha <olivier.chapuis@free.fr>
12732 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12733 Resize an ewmh icon to the wanted size if it is to big
12735 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12736 Set also the stacking list when a window is destroyed
12738 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12740 * fvwm/fvwm.1: Finish language check.
12741 Fix typo in Mouse section, context should be on new line.
12743 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12745 * fvwm/fvwm.1 (file): Restore icons and images text with some
12747 Started on lang check, not done yet.
12749 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12751 * fvwm/module_interface.c (make_named_packet):
12752 Applied Mikhail Kruk patch
12754 2002-05-02 olicha <olivier.chapuis@free.fr>
12756 * libs/FlocaleCharset.h:
12757 * libs/Ficonv.c (FiconvSetupConversion):
12758 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12760 * libs/Flocale.c (FlocaleGetFftFont):
12761 (FlocaleGetFontSet):
12764 (FlocaleUnloadFont):
12766 Implemented charset/iconv hints in font name
12768 2002-04-29 Stian Sletner <stian@sletner.com>
12770 * fvwm/windowlist.c (CMD_WindowList):
12771 Added new Windowlist option IconifiedAtEnd
12773 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12775 * fvwm/module_interface.c:
12778 moved two constant strings to Module.h, so they may be used by perllib
12780 2002-04-29 olicha <olivier.chapuis@free.fr>
12782 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12783 Fixed a core dump if the charset is not found
12785 * libs/Flocale.c (FlocaleStringToString2b):
12786 Removed some debug code
12788 2002-04-29 olicha <olivier.chapuis@free.fr>
12790 * libs/Fft.c (FftGetFontWidths):
12791 (FftGetFontWidths):
12794 * libs/Flocale.c (FlocaleGetFont):
12795 (FlocaleGetFontSet):
12796 (FlocaleGetFftFont):
12797 Removed min_char_offset member of the FlocaleFont as it is not use
12798 since we rotate string for side title
12800 * libs/Ficonv.c (FiconvSetupConversion):
12801 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12802 (FlocaleCharsetSetFlocaleCharset):
12804 * libs/Flocale.c (FlocaleTextWidth):
12805 (FlocaleDrawString):
12806 (FlocaleUtf8ToUnicodeStr2b):
12808 (FlocaleStringToString2b):
12809 (FlocaleRotateDrawString):
12810 (FlocaleFontStructDrawString):
12811 Added support for drawing string with 10646-1 fonts without an utf8
12812 locale. Also, drawing strings with a multibyte font now work not so
12813 bad even if the locale have nothing to do with the font.
12815 * libs/Fft.c (FftUtf8ToFftString16):
12818 Added utf8 rendering with iso10646-1 fonts on system without
12821 * fvwm/colorset.c (reset_cs_pixmap):
12826 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12828 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12831 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12833 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12835 * fvwm/move_resize.c:
12836 don't start Move with snap disabled if Alt is initially pressed
12838 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12840 * NEWS, configure.in:
12841 changed version to 2.5.2
12843 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12846 improved main headers, added new COLORSETS section;
12847 documented State condition
12850 documented Tint in colorsets and utility renaming
12853 corrected several error reporting problems
12855 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12858 fixed leaving tear off menus
12860 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12862 * fvwm/borders.c (border_draw_part_relief):
12863 (border_set_button_pixmap):
12864 (border_draw_title_stick_lines):
12865 (border_draw_title_mono):
12866 (border_draw_title_relief):
12867 * libs/fvwmlib.h (RelieveRectangle2):
12868 (RelieveRectangle):
12869 replaced functions by macros
12871 * libs/Graphics.c (do_relieve_rectangle):
12872 applied performance patch by Dave Trollope
12874 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12880 * libs/FlocaleCharset.c:
12881 FBidi is now independent from Flocale* again;
12882 iso8859-6.8x fonts recognized now as bidi-enabled
12884 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12887 fixed --disable-multibyte
12889 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12891 * fvwm/borders.c (border_draw_title_deep):
12892 (border_set_title_pixmap):
12893 (border_set_button_pixmap):
12894 fixed SolidButton title and button style
12896 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12901 added new entry about CurrentAtEnd
12904 minor reformatting and spell checking
12906 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12908 * fvwm/windowlist.c (CMD_WindowList):
12909 Added new Windowlist option CurrentAtEnd
12911 2002-04-22 olicha <olivier.chapuis@free.fr>
12913 * fvwm/colorset.c (parse_colorset):
12915 Fixed an enormous core dump which comes from a cvs merging problem
12917 * fvwm/Makefile.am:
12920 Added Xrender detection and link fvwm if needed
12922 * libs/PictureGraphics.c:
12923 * libs/PictureGraphics.h:
12926 * libs/FRenderInterface.h:
12927 * libs/PictureGrpahics.c (*):
12928 * libs/PictureGrpahics.h:
12929 New libs files to acheive alpha-blend rendering and better XBM
12930 support. PictureGraphics contains elaborated version and also
12931 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12935 * fvwm/icons.c (clear_icon):
12939 * fvwm/events.c (HandlePropertyNotify):
12940 * fvwm/borders.c (border_fill_pixmap_background):
12941 (border_get_border_background):
12942 (border_draw_decor_to_pixmap):
12943 * fvwm/menuitem.c (menuitem_paint):
12944 * fvwm/add_window.c (destroy_icon):
12945 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12946 * fvwm/geometry.c (move_icon_to_position):
12947 * fvwm/colorset.c (free_colorset_background):
12950 Implemented alpha-blend rendering with the new libs function
12952 * fvwm/colorset.c (free_colorset_background):
12955 Implemented tinting of a Pixmap background colorset
12957 * fvwm/colorset.c (parse_colorset):
12958 Use the Scr.NoFocusWin as main window in the place of the
12959 Scr.SizeWindow, this fix a lot of X errors in my machine.
12961 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12962 Donated our alpha channel
12965 * fvwm/module_interface.h:
12966 * fvwm/module_interface.c (SendFvwmPicture):
12967 (BroadcastMiniIcon):
12969 (BroadcastFvwmPicture):
12970 (CMD_Send_WindowList):
12971 * fvwm/add_window.c (change_mini_icon):
12972 (broadcast_mini_icon):
12973 * fvwm/ewmh_icons.c:
12974 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12975 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12977 * libs/Makefile.am:
12978 * libs/PictureBase.c (*):
12979 * libs/PictureBase.h:
12980 * libs/Picture.c (*):
12982 * libs/PictureImageLoader.c (*):
12983 * libs/PictureImageLoader.h:
12985 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12986 PictureImageLoader.
12987 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12988 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12989 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12990 SetImagePath -> PictureSetImagePath, findImageFile ->
12991 PictureFindImageFile, PictureList -> FvwmPictureList,
12992 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12993 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12994 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12995 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12996 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12997 Also renamed more recent functions in PictureImageLoader.
12999 * fvwm/borders.c (border_draw_one_border_part):
13000 (border_draw_decor_to_pixmap):
13001 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13004 * fvwm/menus.c (pop_menu_up):
13005 (animated_move_back):
13006 (ParentalMenuRePaint):
13007 * fvwm/move_resize.h (resize_geometry_window):
13008 * fvwm/move_resize.c (move_window_doit):
13009 (AnimatedMoveAnyWindow):
13010 (AnimatedMoveOfWindow):
13011 (AnimatedMoveFvwmWindow):
13012 Fixed transparent animated menu
13014 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13023 fixed running out of colors on 8bpp with ReadWriteColors;
13024 simulate colorsets on monochrome displays using three 1-bit pixmaps
13026 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13029 fixed $PERL detection again
13034 added -Wno-implicit-int to -Wall in case of gcc
13038 fixed ReadWriteColors on a PseudoColor display
13040 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13042 * fvwm/move_resize.c (move_window_doit):
13043 set the is_icon_moved too flag if the icon was moved non-interactively
13049 Moved FvwmTheme functionality into fvwm.
13050 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13052 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13055 fixed $PERL detection
13058 * fvwm/ConfigFvwmDefaults:
13059 several fixes and spelling
13061 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13063 * libs/Bindings.c (CheckBinding):
13066 (GrabWindowButton):
13067 (MatchBindingExactly):
13068 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13071 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13074 configure now uses $PERL if set
13077 all programs installed into ${bindir} have now fvwm- prefix;
13078 documentation updated
13080 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13083 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13084 documentation updated
13086 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13089 added 2.4.7 entries
13091 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13093 * AUTHORS: New author.
13095 * NEWS: Edge Command.
13097 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13100 Added EdgeCommand paragraph.
13102 * fvwm/events.c (HandleEnterNotify):
13103 Added execution of Scr.PanFrame*.command if set
13105 * fvwm/fvwm.c (InitVariables):
13106 Added init strings for pan frame commands.
13111 Avoid hiding of pan frames if pan frame command is set.
13113 Implementation of the buildin command EdgeCommand. First
13114 implementation of this function.
13116 * fvwm/screen.h (struct):
13117 added char * command in structure Panframe to store the pan frame
13120 * fvwm/functions.c:
13121 added declaration of CMD_ENTRY("edgecommand")
13123 * fvwm/functions.h:
13124 added definition of Flag F_EDGE_COMMAND
13127 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13129 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13132 added "BI-DIRECTIONAL TEXTS" section
13135 added #include <sys/select.h> to fix endless loop on QNX
13137 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13140 changed description of focus models
13142 2002-04-09 olicha <olivier.chapuis@free.fr>
13145 Check for libpng libpng 1.0.4a or better
13147 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13149 * fvwm/add_window.c (setup_title_geometry):
13152 * fvwm/geometry.c (get_title_font_size_and_offset):
13154 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13156 * fvwm/window_flags.h:
13157 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13159 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13161 new Style options TopTitleRotated / TopTitleNotRotated,
13162 BottomTitleRotated / BottomTitleNotRotated
13164 2002-04-08 olicha <olivier.chapuis@free.fr>
13166 * libs/Makefile.am:
13167 Fixed make dist again
13169 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13171 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13173 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13176 minor wording fixes
13179 mention a new FvwmIconMan syntax
13181 * sample.fvwmrc/new-features:
13182 * sample.fvwmrc/system.fvwm2rc:
13183 * sample.fvwmrc/system.fvwm2rc-sample-95:
13184 use a new module syntax
13186 2002-04-06 olicha <olivier.chapuis@free.fr>
13190 Forget to save some file
13192 * libs/FImageLoader.c (c100_init_base_table):
13193 Allows init even if !XPM
13195 * libs/Makefile.am:
13199 Fixed png detection
13201 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13202 Fixed a GC memory leaks.
13204 * fvwm/fvwm.c (setVersionInfo):
13206 Updated -version for png, bidi and xft
13209 Modified the ICONS section. Rename it ICONS AND IMAGES and
13210 document PNG file format. Replace "xpm or bitmap file" by
13211 "image file" in a few place.
13215 PNG news and documented libpng in the "Optional libraries used by FVWM"
13218 2002-04-05 olicha <olivier.chapuis@free.fr>
13220 * libs/FImageLoader.c (c100_init_base_table):
13221 (FImageReduceRGBColor):
13222 (FImageCreatePixmapFromArgbData):
13223 Speed up color limitation for png image and ewmh icons
13224 Respect color limit even with DirectColor and TrueColor
13227 * acconfig.h (HAVE_PNG):
13228 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13229 even without XPM support
13232 * libs/InitPicture.c (new file):
13233 * libs/InitPicture.h (new file):
13236 * libs/FImageLoader.c (new file):
13237 * libs/FImageLoader.h (new file):
13238 * libs/Fxpm.h (new file):
13239 * libs/Fpng.h (new file):
13240 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13241 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13242 ColorLimit stuff is applied to PNG image.
13243 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13244 Picture.c and Picture.h.
13245 InitPicture contains the Picture structure, initialize the visual,
13246 depth and color map and contains image path stuff as Picture contains
13247 Picture manipulations.
13249 * libs/ColorUtils.c:
13251 Moved the Picture color utils func to ColorUtils
13253 * fvwm/Makefile.am:
13254 links against libpng
13256 * fvwm/icons.c (GetIconPicture):
13260 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13261 the libs image loader
13263 * fvwm/cursor.c (CMD_CursorStyle):
13264 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13266 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13267 (EWMH_SetIconFromWMIcon):
13268 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13272 Send the ColorLimit to module in any case
13279 * fvwm/add_window.c:
13283 * fvwm/menustyle.c:
13284 * fvwm/move_resize.c:
13287 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13289 * fvwm/events.c (test_map_request):
13290 (test_resizing_event):
13291 fixed endless loop in HandleConfigureRequest
13293 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13295 * fvwm/add_window.c (setup_style_and_decor):
13296 fixed borderless transients
13298 * fvwm/events.c (test_resizing_event):
13299 (HandleConfigureRequest):
13300 * fvwm/frame.c (frame_create_move_resize_args):
13301 * fvwm/add_window.c (AddWindow):
13303 * fvwm/window_flags.h:
13304 tried to improve ConfigureRequest handling
13306 * fvwm/events.c (HandlePropertyNotify):
13307 recalculate window size when the base_width or base_height hint
13308 changes; fixes some problems with xemacs
13310 * fvwm/virtual.c (map_window):
13313 * fvwm/borders.c (border_draw_decorations):
13314 don't redraw windows on a different desk
13315 keep track of Scr.Hilite
13317 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13319 * fvwm/virtual.c (unmap_window):
13320 * fvwm/move_resize.c (resize_window):
13321 * fvwm/icons.c (Iconify):
13322 * fvwm/add_window.c (CaptureOneWindow):
13323 * fvwm/borders.c (border_undraw_decorations):
13324 mark window decorations as not drawn whenever the frame is unmapped
13326 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13328 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13330 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13333 use safemalloc and alloca instead of malloc
13335 2002-03-29 olicha <olivier.chapuis@free.fr>
13337 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13338 Set the X locale charset on system without XOpenOM
13340 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13343 fixed multibyte support reporting
13345 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13350 moved gcc extension __attribute__ handling to config.h
13352 * fvwm/fvwm.c (main):
13353 * fvwm/stack.c (add_window_to_stack_ring_after):
13354 * fvwm/icons.c (GetIconWindow):
13356 * fvwm/add_window.c:
13357 fixed core dumps and other bugs in debug messages
13359 2002-03-27 olicha <olivier.chapuis@free.fr>
13361 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13362 (FlocaleCharsetSetFlocaleCharset):
13364 * configure.in (problem_multibyte):
13365 Fixed compilation for system without XOpenOM in Xlib.h
13367 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13368 * libs/Ficonv.c (FiconvInit):
13372 include only libs/Flocale.h
13374 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13377 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13382 * libs/FlocaleCharset.c:
13383 minor modifications, like removed #include;
13384 fixed core dump with bidi and utf-8
13386 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13388 * fvwm/frame.c (frame_update_hidden_window_pos):
13389 fixed shade/maximize/unshade
13391 * fvwm/builtins.c (FreeDecorFace):
13394 * fvwm/borders.c (get_common_decorations):
13395 (border_get_border_style):
13396 * fvwm/style.c (parse_and_set_window_style):
13398 * fvwm/window_flags.h:
13399 * fvwm/fvwm.h (struct):
13400 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13401 (frame_create_move_resize_args):
13402 (frame_move_resize_step):
13403 (frame_next_move_resize_args):
13404 new styles WindowShadeLazy [default], WindowShadeBusy and
13405 WindowShadeAlwaysLazy
13407 * fvwm/frame.c (frame_set_decor_gravities):
13408 fixed window bit gravities
13409 split into smaller functions
13410 (frame_move_resize_step):
13411 fixed a bug w/ the parent gravity
13412 (frame_hide_changing_window_parts):
13413 fixed flickering in one of the corners during shade animation
13414 (frame_mrs_hide_changing_parts):
13416 (frame_mrs_prepare_vars):
13417 (frame_mrs_hide_unhide_parent):
13418 (frame_mrs_setup_draw_decorations):
13419 (frame_mrs_resize_move_windows):
13422 2002-03-25 olicha <olivier.chapuis@free.fr>
13424 * libs/Fft.c (FftSetupEncoding):
13427 * libs/Flocale.c (FlocaleDrawString):
13428 * libs/FBidi.c (FBidiConvert):
13430 Pass the font to FBidiConvert
13432 * acconfig.h (HAVE_LIBCHARSET):
13433 * acinclude.m4 (CHECK_LIBCHARSET):
13435 If libiconv is used check for libcharset
13437 * libs/Makefile.am:
13438 * libs/FlocaleCharset.h:
13439 * libs/FlocaleCharset.c:
13441 * libs/Flocale.c (*):
13442 * libs/Fft.c (FftSetupEncoding):
13444 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13445 FlocaleFont has such a member which is set when charset info are needed.
13446 FlocaleCharset.c contains a big table which associates to an X charset
13447 various possible locale charsets and the fribidi charset.
13448 If libiconv is used, libcharset is used to compute the locale charset.
13449 Various Flocale clean up.
13451 * fvwm/fvwm.c (main):
13452 Removed the call to FlocaleInitCharset, it is now done automatically
13455 * libs/Makefile.am:
13458 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13460 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13463 (EWMH_SetDesktopNames):
13464 Moved iconv conversions into the library. Try to found the good iconv
13465 charset with the help of the font and of the FlocaleCharset table.
13467 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13469 * libs/Module.c (SendFvwmPipe):
13470 * libs/Graphics.c (do_relieve_rectangle):
13471 * fvwm/menustyle.c (menustyle_parse_old_style):
13472 * fvwm/add_window.c (setup_window_structure):
13473 memory management patches by Dave Trollope
13475 * fvwm/frame.c (frame_get_sidebar_geometry):
13476 hide the handles when using the NoHandles style
13478 * fvwm/borders.c (border_redraw_decorations):
13479 change in title rotation is applied immediately, don't use the value "2"
13482 * fvwm/style.c (parse_and_set_window_style):
13483 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13485 documented the new title directions
13486 (parse_and_set_window_style):
13487 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13489 documented these styles
13491 * fvwm/add_window.c (CaptureOneWindow):
13492 (CaptureAllWindows):
13496 * fvwm/icons.c (DeIconify):
13497 fiexd fucoused window not hilighting after deiconification
13499 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13501 * fvwm/update.c (apply_window_updates):
13502 windows are not unshaded when the decoration layout changes
13504 * fvwm/frame.c (frame_create_move_resize_args):
13505 fixed excessive redrawing
13506 (frame_get_hidden_pos):
13507 fixed parent geometry when window is hidden
13509 * fvwm/add_window.c (setup_frame_stacking):
13510 fixed stacking of right buttons
13512 * fvwm/frame.c (frame_set_decor_gravities):
13513 fixed title and button bit gravities
13515 * fvwm/add_window.c (setup_frame_stacking):
13516 (change_auxiliary_windows):
13517 fixed "button" style
13519 * fvwm/geometry.c (get_title_button_geometry):
13520 * fvwm/menus.c (pop_menu_up):
13521 fixed menu placement relative to window titles
13523 * libs/Flocale.c (FlocaleDrawString):
13524 fixed compiler warning w/o fribidi
13526 * fvwm/virtual.c (MoveViewport):
13528 (do_move_window_to_desk):
13529 * fvwm/update.c (apply_window_updates):
13530 * fvwm/icons.c (Iconify):
13532 * fvwm/module_interface.c (SETOLDFLAGS):
13533 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13534 * fvwm/style.c (parse_and_set_window_style):
13535 * fvwm/window_flags.h:
13536 * fvwm/session.c (MatchWinToSM):
13537 * fvwm/placement.c (PlaceWindow):
13538 * fvwm/add_window.c (CaptureAllWindows):
13539 (setup_window_placement):
13540 (CaptureOneWindow):
13543 * fvwm/menus.c (menu_tear_off):
13544 * fvwm/events.c (HandleMapRequestKeepRaised):
13547 removed some of those pesky globals: PPosOverride, isIconicState and
13548 isIconifiedByParent; pass round a structure instead
13549 removed the do_start_iconic window flag
13550 removed do_delete_icon_moved flag
13552 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13556 renamed HAVE_FRIBIDI to HAVE_BIDI
13560 added more comments
13562 * fvwm/Makefile.am:
13564 * libs/Makefile.am:
13565 added a dummy call to FBidi to test linking against bidi libs
13567 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13569 * fvwm/windowshade.c (CMD_WindowShade):
13570 changed syntax of windowshade with direction
13572 update button state after unshading
13574 * fvwm/add_window.c (AddWindow):
13575 fixed mini icon update
13577 * fvwm/events.c (HandleEnterNotify):
13578 fixed icon picture redrawing
13579 icon titles are no longer raised and expanded if the icon has only a
13582 * fvwm/move_resize.c (resize_window):
13585 * libs/gravity.c (gravity_move_resize_parent_child):
13586 * fvwm/frame.c (frame_get_titlebar_dimensions):
13587 (frame_prepare_animation_shape):
13588 (frame_move_resize_step):
13589 (frame_get_titlebar_dimensions_only):
13590 (frame_get_hidden_pos):
13591 (frame_update_hidden_window_pos):
13592 (frame_free_move_resize_args):
13593 (frame_create_move_resize_args):
13594 fixed shading of shaped windows
13599 * fvwm/fvwm.c (main):
13600 * fvwm/misc.c (GrabEm):
13601 fixed a problem with the cursor shape during window shading
13603 * fvwm/update.c (apply_window_updates):
13604 fixed drawing of hilighted window after a decoration change
13606 * fvwm/update.c (apply_window_updates):
13607 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13608 * fvwm/borders.c (RedrawDecorations):
13609 renamed RedrawDecorations()
13611 * fvwm/move_resize.c (move_window_doit):
13613 * fvwm/misc.c (move_into_rectangle):
13614 (intersect_xrectangles):
13615 functions renamed and moved to fvwmrect.c
13617 * fvwm/borders.c (border_get_changed_border_parts):
13618 (frame_get_changed_border_parts):
13619 reduced border redrawing
13620 moved fucntion to borders.c
13622 * fvwm/events.c (HandleButtonPress):
13624 suppress button events on frame windows
13626 * fvwm/frame.c (frame_setup_border):
13627 fixed a problem with the border setup
13629 * fvwm/borders.c (border_draw_decorations):
13630 * fvwm/events.c (HandleEnterNotify):
13631 fixed icon title drawing
13633 * fvwm/misc.c (GrabEm):
13634 fixed a pointer grab hang with xmag?
13636 * fvwm/move_resize.c (resize_window):
13637 use frame_move_resize function to improve performance
13639 * fvwm/add_window.c (AddWindow):
13640 fixed recaturing shaded windows
13643 suppress unnecessary title redraws
13646 window shading works again; there are still some problems with
13647 recapture, restart, border drawing and shaped windows
13649 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13651 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13654 * fvwm/frame.c (frame_get_title_bar_dimensions):
13655 fixed minor button layout bug
13656 (frame_update_hidden_window_pos):
13658 * fvwm/ewmh_names.c (EWMH_WMName):
13659 * fvwm/gnome.c (GNOME_HandlePropRequest):
13660 * fvwm/focus.c (DoSetFocus):
13661 * fvwm/stack.c (new_layer):
13662 * fvwm/icons.c (DeIconify):
13664 * fvwm/events.c (HandleFocusIn):
13665 (HandlePropertyNotify):
13668 (HandleButtonPress):
13669 (HandleLeaveNotify):
13670 * fvwm/builtins.c (CMD_ChangeDecor):
13672 * fvwm/move_resize.c (resize_move_window):
13675 (maximize_fvwm_window):
13677 * fvwm/borders.c (DrawDecorations):
13678 (RedrawDecorations):
13679 removed function DrawDecorations()
13680 (border_draw_decorations):
13681 renamed draw_decorations_with_geom() to border_draw_decorations()
13683 * fvwm/events.c (HandleExpose):
13684 fixed drawing icon titles
13686 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13687 * fvwm/events.c (HandleFocusIn):
13689 * fvwm/screen.h (ScreenInfo):
13690 return the focus to the window that had the focus before an or window
13691 stole it and then died.
13693 * fvwm/menus.c (scanForColor):
13694 removed duplicate call of strlen
13695 use alloca instead of safemalloc
13697 * fvwm/menustyle.c (menustyle_parse_style):
13698 don't call memset right before memcpy
13700 * fvwm/module_interface.c (AddToMessageQueue):
13701 (DeleteMessageQueueBuff):
13702 removed one safemalloc and inline'd the function
13703 merged AddToMessageQueue into PositiveWrite
13705 * fvwm/borders.c (border_draw_decor_to_pixmap):
13706 fixed pixmap and mini icon buttons
13707 (border_fill_pixmap_background):
13709 (border_get_tb_parts_to_draw):
13710 buttons and title background using the border style is updated when the
13713 * fvwm/events.c (WaitForButtonsUp):
13714 don't grab the whole server but merely the pointer to allow applications
13715 redrawing themselves
13718 finished writing title drawing code
13720 * fvwm/move_resize.c (resize_window):
13721 (resize_move_window):
13722 (unmaximize_fvwm_window):
13723 removed now unnecessary calls to DrawDecorations()
13725 * fvwm/frame.c (frame_hide_changing_window_parts):
13726 fixed hiding bottom/right titles
13728 * fvwm/add_window.c (AddWindow):
13729 fixed recapturing shaded windows
13731 * fvwm/misc.c (GrabEm):
13732 fixed the cursor over the title window while resizing
13734 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13736 * libs/Graphics.c (CreateTiledPixmap):
13737 improved efficience: let the X server tile a pixmap via the GC settings
13739 * fvwm/fvwm.c (CreateGCs):
13740 * fvwm/screen.h (ScreenInfo):
13741 added new global GC Scr.TileGC
13743 * fvwm/borders.c (border_fill_pixmap_background):
13744 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13745 use already created gcs
13747 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13748 * fvwm/menus.c (paint_menu_gradient_background):
13749 fixed using a randow members in gcs
13751 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13754 added compilation test for fribidi
13756 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13758 * NEWS: Document FvwmForm timeout.
13760 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13762 * fvwm/session.c (MatchWinToSM):
13763 * fvwm/add_window.c (AddWindow):
13764 preserve user states over a restart
13766 * fvwm/add_window.c (setup_window_structure):
13767 preserve user states over a recapture
13769 * fvwm/functions.c (execute_function):
13770 "Silent" suppresses the "No such command ..." message
13772 * fvwm/frame.c (frame_move_resize):
13773 * fvwm/misc.c (GrabEm):
13774 fixed the cursor shape during resizing
13775 fixed button looks in small windows
13777 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13783 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13785 * fvwm/fvwm.c (LoadDefaultLeftButton):
13786 (LoadDefaultRightButton):
13787 * fvwm/borders.c (border_draw_vector_to_pixmap):
13788 * fvwm/screen.h (DecorFace):
13789 * fvwm/builtins.c (ReadDecorFace):
13790 fixed transparent vector line support
13792 * libs/Graphics.c (CreateGradientPixmap):
13793 fixed potential core dump with illegal gradients
13795 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13797 * fvwm/fvwm.h (FvwmWindow):
13798 removed button_background_pixmap member
13800 * fvwm/update.c (apply_window_updates):
13801 fixed changing the decoration size
13803 * fvwm/windowshade.c (CMD_WindowShade):
13804 * fvwm/frame.c (frame_setup_border):
13805 * fvwm/functions.c (execute_complex_function):
13808 * fvwm/move_resize.c (resize_window):
13809 fixed aboting of a opaque resize w/ maximized windows
13810 (ParseOneResizeArgument):
13811 resize arguments don't take the border into account
13812 (GetResizeArguments):
13813 implemented new option "Frame" to the Resize and ResizeMove commands
13815 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13818 * fvwm/builtins.c (ReadDecorFace):
13819 * fvwm/borders.c (DrawLinePattern):
13820 implemented transparent drawing color in vector buttons: C == 4
13822 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13823 * fvwm/builtins.c (ReadDecorFace):
13824 increased allowed number of lines in a vector button to 10000 and moved
13825 the definition to defaults.h
13827 * fvwm/virtual.c (MoveViewport):
13828 don't send useless M_NEW_PAGE packets
13832 started work on new button/title drawing code
13834 * fvwm/events.c (HandleExpose):
13835 don't handle expose on the title bar
13838 * fvwm/frame.c (frame_get_sidebar_geometry):
13839 * fvwm/fvwm.h (FvwmWindow):
13840 replaced border_state with decor_state
13842 * libs/defaults.h (NR_RIGHT_BUTTONS):
13846 * fvwm/events.c (HandleExpose):
13848 * fvwm/frame.c (frame_setup_border):
13849 hide sidebars if they are too small, i.e. 0 pixels
13851 2002-03-20 olicha <olivier.chapuis@free.fr>
13853 * libs/Flocale.c (FlocaleFreeNameProperty):
13854 Fixed random core dump
13856 2002-03-19 olicha <olivier.chapuis@free.fr>
13858 * fvwm/ConfigFvwmDefaults:
13859 RightTitleRotatedCW is a default
13861 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13863 * fvwm/frame.c (frame_get_sidebar_geometry):
13864 window corners are always at least the border width thick
13866 * fvwm/geometry.c (update_absolute_geometry):
13867 fixed south/east shading
13869 * fvwm/frame.c (frame_move_resize_step):
13870 did the best I could to prevent rxvt from flashing in the background
13873 * fvwm/add_window.c (get_default_window_attributes):
13874 (get_default_window_attributes):
13875 (setup_resize_handle_windows):
13876 * fvwm/borders.c (border_get_border_gcs):
13877 applied -visual fix by Hippo
13879 * fvwm/cursor.c (CMD_CursorStyle):
13882 * fvwm/frame.c (frame_get_title_bar_dimensions):
13883 fixed order of right buttons
13884 (frame_move_resize_step):
13885 reduced flashing when maximizing
13887 * fvwm/geometry.c (update_absolute_geometry):
13888 adapted for horizontal shading
13890 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13899 several renamings of text_direction to text_rotation
13901 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13903 * fvwm/windowshade.c (CMD_WindowShade):
13904 * fvwm/frame.c (frame_create_move_resize_args):
13905 (frame_move_resize_step):
13906 hack to enable non-animated window shading for the time being
13908 * fvwm/style.c (parse_and_set_window_style):
13909 (parse_and_set_window_style):
13910 allow to abbreviate [Counter]ClockWise with [C]CW
13912 * fvwm/frame.c (frame_move_resize_step):
13915 * fvwm/geometry.c (gravity_constrain_size):
13916 removed useless code
13918 * fvwm/update.c (apply_window_updates):
13919 * fvwm/add_window.c (AddWindow):
13920 * fvwm/move_resize.c (unmaximize_fvwm_window):
13922 do not write into frame_g. only frame.c should do this
13924 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13925 (MIN_WINDOW_TITLE_LENGTH):
13927 * fvwm/frame.c (frame_setup_title_bar):
13928 (get_resize_decor_gravities_one_axis):
13929 (frame_setup_window_internal):
13930 (frame_move_resize_step):
13931 (frame_create_move_resize_args):
13932 rewrote frame_setup_title_bar function
13934 * fvwm/add_window.c (setup_frame_stacking):
13935 fixed title bar stacking order
13937 * fvwm/frame.c (frame_setup_title_bar):
13938 removed yesterday's 'fix'
13940 * fvwm/add_window.c (hide_screen):
13941 (setup_title_window):
13942 (setup_resize_handle_windows):
13943 (setup_button_windows):
13944 fixed visual and depth of decoration windows
13946 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13948 * fvwm/frame.c (frame_setup_title_bar):
13949 fixed title layout bug
13951 * fvwm/move_resize.c (MaximizeHeight):
13952 fixed bug in "grow" option of the Maximize command
13955 fixed broken prototype for get_title_font_size_and_offset
13957 * fvwm/geometry.c (get_title_font_size_and_offset):
13958 simplified code a bit
13960 2002-03-18 olicha <olivier.chapuis@free.fr>
13963 * fvwm/geometry.c (get_title_font_size_and_offset):
13964 * fvwm/add_window.c (setup_title_geometry):
13966 * fvwm/style.c (parse_and_set_window_style):
13967 (check_window_style_change):
13968 * fvwm/update.c (apply_window_updates):
13969 * fvwm/window_flags.h:
13971 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13972 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13973 RightTitleRotatedCounterClockWise
13975 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13978 * vms/config.h (FMiniIconsSupported):
13979 removed last traces of MINI_ICONS ifdef
13981 * fvwm/windowlist.c (CMD_WindowList):
13982 * fvwm/update.c (apply_window_updates):
13984 * fvwm/style.c (merge_styles):
13985 (parse_and_set_window_style):
13986 (check_window_style_change):
13988 * fvwm/module_interface.c (SendMiniIcon):
13989 (BroadcastMiniIcon):
13990 (CMD_Send_WindowList):
13991 * fvwm/fvwm.h (FvwmWindow):
13992 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13993 (EWMH_DoUpdateWmIcon):
13994 (ewmh_SetWmIconFromPixmap):
13995 (EWMH_DeleteWmIcon):
13996 (EWMH_SetIconFromWMIcon):
13997 * fvwm/builtins.c (ReadDecorFace):
13998 * fvwm/borders.c (DrawButton):
14001 * fvwm/add_window.c (setup_window_structure):
14003 (destroy_mini_icon):
14004 (change_mini_icon):
14006 * acconfig.h (FMiniIconsSupported):
14007 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14011 removed an FANCY_TITLEBARS ifdef
14013 * fvwm/borders.c (border_draw_one_part):
14014 (border_draw_border_parts):
14015 (border_draw_all_parts):
14016 (draw_clipped_decorations_with_geom):
14017 performance enhancement
14019 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14021 * fvwm/frame.c (frame_move_resize_step):
14022 force setting up the border when function is called with FRAME_MR_SETUP
14023 (frame_setup_window_internal):
14024 removed duplicate frame setup
14026 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14028 (draw_clipped_decorations_with_geom):
14029 do not flush the X queue after drawing; let the caller do it
14031 * fvwm/frame.c (frame_get_sidebar_geometry):
14032 fixed layout of windows with a small height
14033 (frame_hide_changing_window_parts):
14038 made good progress with frame layout rewrite. I think it is already
14039 considerably faster.
14040 some general clean up
14042 * fvwm/add_window.c (setup_decor_window):
14045 * fvwm/windowshade.c (CMD_WindowShade):
14046 * fvwm/stack.c (verify_stack_ring_consistency):
14047 (RaiseOrLowerWindow):
14048 * fvwm/move_resize.c (resize_move_window):
14049 (move_window_doit):
14050 (draw_move_resize_grid):
14051 * fvwm/icons.c (DrawIconWindow):
14052 * fvwm/icccm2.c (CloseICCCM2):
14054 (HandleSelectionRequest):
14055 * fvwm/fvwm.c (main):
14056 (SaveDesktopState):
14057 * fvwm/focus.c (DoSetFocus):
14058 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14059 * fvwm/events.c (HandlePropertyNotify):
14060 (HandleButtonPress):
14061 (HandleConfigureRequest):
14062 * fvwm/add_window.c (RestoreWithdrawnLocation):
14064 * fvwm/builtins.c (CMD_Delete):
14068 * fvwm/menus.c (paint_menu):
14070 * fvwm/misc.c (UngrabEm):
14072 * fvwm/schedule.c (execute_obj_func):
14073 * fvwm/add_window.c (hide_screen):
14075 use XFlush instead of XSync when the latter is not necessary
14077 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14080 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14081 inform frame module if the window with the hide windows dies
14083 * fvwm/placement.c (PlaceWindow):
14085 * fvwm/add_window.c (setup_window_attr):
14086 (setup_frame_attributes):
14088 (RestoreWithdrawnLocation):
14089 (setup_window_placement):
14090 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14091 (get_title_geometry):
14092 * fvwm/fvwm.c (InitVariables):
14093 * fvwm/frame.c (frame_setup_frame):
14094 * fvwm/colormaps.c (HandleColormapNotify):
14095 (InstallWindowColormaps):
14096 * fvwm/events.c (HandleConfigureRequest):
14097 (HandleUnmapNotify):
14098 * fvwm/fvwm.h (FvwmWindow):
14099 removed attr member of FvwmWindow and replaced by a structure defined
14100 ourselves that is much smaller
14102 * fvwm/add_window.c (hide_screen):
14103 don't use save_unders and backing_store for the window used in recapture
14105 * fvwm/frame.c (frame_init):
14106 * fvwm/fvwm.c (main):
14107 new function to initialise frame module
14109 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14112 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14117 * fvwm/borders.h (enum):
14118 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14119 (border_get_parts_and_pos_to_draw):
14120 * fvwm/fvwm.h (struct):
14122 fixed calculations of which border parts to draw
14125 corrected some typos
14128 handle marks work again
14130 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14132 * AUTHORS: New author added.
14134 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14138 * fvwm/add_window.c (setup_frame_stacking):
14139 * fvwm/cursor.c (CMD_CursorStyle):
14140 * fvwm/events.c (HandleExpose):
14142 (HandleEnterNotify):
14143 (HandleLeaveNotify):
14145 * fvwm/geometry.c (get_title_button_geometry):
14146 * fvwm/virtual.c (map_window):
14147 * fvwm/add_window.c (setup_parent_window):
14148 (setup_resize_handle_cursors):
14149 (setup_resize_handle_windows):
14150 (resize_resize_handle_windows):
14151 (change_resize_handle_windows):
14152 some progress with new frame layout
14154 * fvwm/add_window.c (setup_visible_name):
14155 fixed off-by-one bug in setup_visible_name
14156 maximum window number can be set in defaults.h
14158 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14160 * fvwm/windowlist.h:
14165 * fvwm/placement.h:
14167 * fvwm/move_resize.h:
14174 * fvwm/add_window.h:
14175 * fvwm/ewmh_names.c:
14176 * fvwm/ewmh_icons.c:
14177 * fvwm/ewmh_events.c:
14184 * fvwm/windowlist.c:
14188 * fvwm/colormaps.c:
14189 * fvwm/decorations.c:
14190 * fvwm/conditional.c:
14193 * fvwm/placement.c:
14197 * fvwm/functions.c:
14200 * fvwm/module_interface.c:
14202 * fvwm/add_window.c:
14205 * fvwm/move_resize.c:
14208 * fvwm/fvwm.h (FvwmWindow):
14209 moved all windows into a separate sub structure and wrote access macros
14210 renamed FvwmWindow argument to builtin commands to "fw"
14211 renamed tmp_win to fw everywhere
14213 * fvwm/borders.c (RedrawBorder):
14214 * fvwm/decorations.c (SelectDecor):
14215 * fvwm/add_window.c (setup_style_and_decor):
14216 (setup_resize_handle_cursors):
14217 * fvwm/window_flags.h:
14218 * fvwm/fvwm.h (struct):
14219 added new member has_handles and new macro HAS_HANDLES
14221 * fvwm/decorations.c (SelectDecor):
14222 fixed the NoHandles style
14224 * fvwm/decorations.c (SelectDecor):
14225 * fvwm/style.c (check_window_style_change):
14226 (parse_and_set_window_style):
14228 * fvwm/fvwm.h (struct):
14229 renamed has_no_handles to has_no_border
14231 2002-03-15 olicha <olivier.chapuis@free.fr>
14234 * libs/Fft.c (is_utf8_encoding):
14238 s/COMPUND_TEXT/COMPOUND_TEXT
14241 Removed matrix xft specification doc as now it is use internally by
14244 * libs/Flocale.c (FlocaleRotateDrawString):
14245 (FlocaleUnloadFont):
14246 (FlocaleDrawString):
14247 (FlocaleTextWidth):
14249 * libs/Fft.c (FftGetRotatedFont):
14253 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14255 * fvwm/geometry.c (get_title_font_size_and_offset):
14256 * fvwm/style.c (parse_and_set_window_style):
14257 (check_window_style_change):
14258 * fvwm/update.c (apply_window_updates):
14262 * fvwm/window_flags.h:
14263 Implemented vertical text rendering, new style SideTitleTextDefault,
14264 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14266 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14269 removed inclusion of fvwmdebug.h
14271 * libs/gravity.c (ParseDirectionArgument):
14272 fixed direction parsing
14274 * fvwm/menus.c (get_menu_options):
14275 fixed a compiler warning
14277 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14279 * fvwm/bindings.c (ParseBinding):
14280 fixed compiler warning
14282 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14284 fixed compilation w/ --disable-ewmh
14286 * fvwm/windowlist.c (CMD_WindowList):
14287 fixed parsing of conditions versus position of window list broken with
14290 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14293 * libs/Fft.c (FftTextWidth):
14294 (is_utf8_encoding):
14295 (FftGetFontWidths):
14297 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14298 if HAVE_XFT was not set.
14300 * fvwm/events.h (XEVMASK_DECORW):
14301 select EnterNotify and LeaveNotify on frame instead of decor_w
14303 * fvwm/add_window.c (setup_title_window):
14304 (setup_button_windows):
14305 (setup_resize_handle_windows):
14306 frame window is the new parent of the title, button and handle windows
14307 (setup_frame_stacking):
14308 new stacking order of decoration windows
14310 * fvwm/menuitem.c (menuitem_paint):
14311 * fvwm/events.c (HandleExpose):
14314 * fvwm/move_resize.c (unmaximize_fvwm_window):
14315 don't force to redraw the frame
14317 * libs/gravity.c (gravity_get_offsets):
14320 functions moved to gravity.c
14322 2002-03-10 olicha <olivier.chapuis@free.fr>
14324 * acconfig.h (HAVE_XFT_UTF8):
14326 * libs/Fft.c (is_utf8_encoding):
14327 (FftGetFontWidths):
14330 Detected if Xft can handle utf8 string
14333 * fvwm/menuitem.c (menuitem_paint):
14334 * fvwm/events.c (HandleExpose):
14335 Fixed Xft related compilation failure and warning
14337 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14341 * fvwm/move_resize.c:
14346 * fvwm/add_window.c:
14347 * fvwm/frame.c (frame_setup_window):
14348 (frame_force_setup_window):
14349 (frame_setup_shape):
14350 SetupFrame renamed to frame_setup_window
14351 ForceSetupFrame renamed to frame_force_setup_window
14352 SetShape renamed to frame_setup_shape
14354 * fvwm/windowshade.c:
14355 moved most code to frame.c
14357 * fvwm/frame.c (SetShape):
14359 (set_decor_gravity):
14362 functions moved to new file
14365 (frame_setup_title_bar):
14369 direction code moved to gravity.c and gravity.h
14371 * fvwm/windowshade.c (CMD_WindowShade):
14372 * fvwm/geometry.c (get_shaded_geometry):
14374 * libs/FScreen.c (FScreenInit):
14375 (FScreenUpdateEmulationMapState):
14376 changed Xinerame emulation layout
14379 Corrected the description of the XineramaPrimaryScreen command that was
14382 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14384 * fvwm/menus.c (menu_tear_off):
14385 (unlink_item_from_menu):
14386 (menu_strip_tear_off_title):
14387 use the text from a title item as the tear off menu title if the menu
14388 begins with a title; skip separators and tear off bars at the front of
14392 implemented titleatleft and titleatright styles; titles are not drawn
14395 * fvwm/style.c (check_window_style_change):
14396 * fvwm/update.c (apply_window_updates):
14397 * fvwm/ewmh_names.c (EWMH_WMIconName):
14400 * fvwm/ewmh.c (ksmserver_workarround):
14401 * fvwm/update.c (apply_window_updates):
14402 * fvwm/conditional.c (MatchesConditionMask):
14403 * fvwm/fvwm.c (main):
14404 * fvwm/session.c (SaveWindowStates):
14407 * fvwm/functions.c (expand):
14408 * fvwm/stack.c (dump_stack_ring):
14409 (verify_stack_ring_consistency):
14410 * fvwm/module_interface.c (BroadcastWindowIconNames):
14411 (CMD_Send_WindowList):
14412 * fvwm/add_window.c (free_window_names):
14413 (free_window_names):
14414 * fvwm/events.c (HandlePropertyNotify):
14415 * fvwm/builtins.c (CMD_Wait):
14416 * fvwm/style.c (CMD_DestroyStyle):
14418 Adapted to changes of Flocale.h
14421 removed COMPUND_TEXT ifdef
14424 mutibyte defaults to on
14429 * fvwm/fvwm.h (FvwmWindow):
14430 cleaned up Flocale stuff for better information hiding
14432 * libs/Flocale.c (get_FlocaleFontSet):
14434 added a new font strucht member min_char_offset for vertical text
14436 * libs/Flocale.c (get_FlocaleFontSet):
14437 fixed a bug in descent calculation
14439 * fvwm/fvwm.h (FvwmWindow):
14442 * fvwm/borders.c (RedrawButtons):
14447 (DrawMultiPixmapTitlebar):
14448 don't use title_g or boundary_width
14450 * libs/Flocale.c (FlocaleTextWidth):
14451 * libs/Flocale.c (FlocaleDrawString):
14452 added interface for vertical strings
14453 * libs/Flocale.h (FlocaleWinString):
14454 added flags structure w/ is_vertical_string flag
14456 * fvwm/borders.c (RedrawTitle):
14457 (DrawMultiPixmapTitlebar):
14458 * fvwm/screen.h (ScreenInfo):
14459 * fvwm/icons.c (DrawIconWindow):
14460 * fvwm/move_resize.c (DisplayPosition):
14462 * fvwm/screen.h (ScreenInfo):
14463 removed ScratchStr and TitleStr; *please* don't use global variables
14466 * fvwm/move_resize.c (ParseOneResizeArgument):
14467 (GetResizeArguments):
14468 (GetResizeMoveArguments):
14470 (resize_move_window):
14471 * fvwm/module_interface.c (CONFIGARGS):
14474 * fvwm/placement.c (PlaceWindow):
14475 * fvwm/add_window.c (setup_title_window):
14476 (setup_button_windows):
14477 (setup_parent_window):
14478 (resize_resize_handle_windows):
14479 (change_resize_handle_windows):
14481 * fvwm/geometry.c (get_window_borders):
14482 (gravity_get_naked_geometry):
14483 (gravity_add_decoration):
14485 don't use title_g.width and title_g.height anymore
14487 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14490 * fvwm/borders.c (SetupTitleBar):
14491 * fvwm/add_window.c (setup_title_window):
14492 don't use title_g.x and title_g.y anymore
14493 (setup_title_geometry):
14496 * fvwm/fvwm.h (FvwmWindow):
14497 replaced title_g by title_length and title_thickness
14498 renamed title_text_y to title_text_offset
14500 * fvwm/add_window.c (setup_style_and_decor):
14501 (setup_parent_window):
14502 * fvwm/decorations.c (SelectDecor):
14503 * fvwm/placement.c (PlaceWindow):
14504 * fvwm/windowlist.c (CMD_WindowList):
14505 * fvwm/events.c (SendConfigureNotify):
14506 (HandlePropertyNotify):
14508 * fvwm/move_resize.c (DisplaySize):
14509 (ParseOneResizeArgument):
14510 (GetResizeArguments):
14511 (GetResizeMoveArguments):
14513 (resize_move_window):
14514 * fvwm/geometry.c (gravity_get_naked_geometry):
14515 (gravity_add_decoration):
14517 don't use boundary_width anymore
14519 * fvwm/borders.c (SetupTitleBar):
14522 * fvwm/fvwmdebug.c:
14523 removed outdated file that was never used
14525 * fvwm/move_resize.c (move_window_doit):
14526 fixed GNOME and EWMH hints when unsticking a window
14528 * fvwm/virtual.c (CMD_MoveToDesk):
14529 unstick windows when MoveToDesk is used
14532 * fvwm/windowshade.c (CMD_WindowShade):
14533 (CMD_WindowShadeAnimate):
14534 functions moved to windowshade.c
14536 * fvwm/window_flags.h:
14537 * fvwm/menus.c (pop_menu_up):
14538 * fvwm/builtins.c (CMD_WindowShade):
14539 * fvwm/move_resize.c (resize_window):
14540 * fvwm/icons.c (AutoPlaceIcon):
14541 * fvwm/borders.c (SetupFrame):
14542 don't use HAS_BOTTOM_TITLE any more
14546 * fvwm/geometry.c (get_title_font_width_and_offset):
14547 * fvwm/geometry.c (set_window_border_size):
14548 * fvwm/geometry.c (is_window_border_minimal):
14549 * fvwm/geometry.c (get_window_borders_no_title):
14550 * fvwm/geometry.c (get_shaded_client_window_pos):
14551 * fvwm/geometry.c (get_icon_corner):
14552 * fvwm/geometry.c (get_title_gravity):
14553 * fvwm/geometry.c (get_title_geometry):
14554 * fvwm/borders.c (get_button_number):
14557 * fvwm/borders.c (SetupFrame):
14559 * fvwm/events.c (HandleShapeNotify):
14560 * fvwm/borders.c (SetupTitleBar):
14561 * fvwm/update.c (apply_window_updates):
14562 * fvwm/add_window.c (setup_window_font):
14563 removed title_top_height
14565 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14568 * fvwm/events.c (SendConfigureNotify):
14569 * fvwm/events.c (HandleConfigureRequest):
14570 preparations for W/E titles
14571 don't use title_top_height any more
14573 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14574 use title_dir flags
14576 * fvwm/geometry.c (get_window_borders):
14577 * fvwm/style.c (parse_and_set_window_style):
14578 (check_window_style_change):
14579 * fvwm/style.h (SCSET_TITLE_DIR):
14580 * fvwm/window_flags.h (GET_TITLE_DIR):
14581 * fvwm/fvwm.h (struct):
14582 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14585 * libs/Parse.c (ParseDirectionArgument):
14587 use new type direction_type
14589 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14591 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14592 use function from geometry.c to get the border size
14594 * fvwm/geometry.c (get_shaded_geometry):
14595 added code for shading in all directions
14597 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14599 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14601 2002-03-07 olicha <olivier.chapuis@free.fr>
14603 * libs/Flocale.c (FInitLocale):
14604 * fvwm/fvwm.c (main):
14605 Set the locale using "" as locale argument
14607 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14610 fixed some typos and indentation of several new variable entries
14612 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14614 * fvwm/functions.h (enum):
14615 * fvwm/functions.c (func_config):
14617 * fvwm/conditional.c (CMD_ThisWindow):
14618 renamed command "This" to "ThisWindow"
14620 * fvwm/conditional.c (Circulate):
14621 "Current" no longer selects a random window when no window is focused
14623 * fvwm/icccm2.c (SetupICCCM2):
14624 removed debug fprintf
14626 * fvwm/functions.c (expand_extended_var):
14627 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14628 pointer.wy, pointer.cx and pointer.cy.
14630 * libs/Parse.c (ParseDirectionArgument):
14631 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14633 * fvwm/builtins.c (CMD_WindowShade):
14634 fixes for animated shading w/ titleatbottom+north and titleattop+south
14636 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14638 * fvwm/move_resize.c (moveLoop):
14640 * fvwm/virtual.c (HandlePaging):
14641 moving/resizing windows opaque is much faster
14643 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14645 * fvwm/add_window.c (resize_resize_handle_windows):
14646 (change_resize_handle_windows):
14647 (setup_window_font):
14648 fixed changing the handlewidth style
14650 * fvwm/update.c (apply_window_updates):
14651 * fvwm/geometry.c (update_absolute_geometry):
14652 * fvwm/builtins.c (CMD_WindowShade):
14653 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14654 * fvwm/conditional.c (CreateConditionMask):
14655 * fvwm/geometry.c (get_shaded_geometry):
14656 * fvwm/session.c (MatchWinToSM):
14657 * fvwm/add_window.c (setup_window_structure):
14659 * fvwm/window_flags.h (SHADED_DIR):
14660 * fvwm/fvwm.h (struct):
14661 implemented new WindowShade options "North" and "South" to allow shading
14662 a window in either direction, regardless of if the title is at the top
14665 * libs/Module.c (module_expand_action):
14666 new convenience function for modules
14668 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14670 * fvwm/fvwm2.1: Fixes to the font section.
14672 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14674 * fvwm/conditional.c (CMD_WindowId):
14675 set the correct context window for unmanaged windows
14677 * fvwm/icons.c (DrawIconWindow):
14678 raise the icon title even if it's too small to be expanded
14680 * fvwm/conditional.c (CMD_Cond):
14681 Fixed it the right way this time
14683 same fix for the 'Any' command
14690 unified circulating functions into a single one
14692 Pick allows to pick functions that have CirculateSkip set
14693 fixed a memory leak
14697 (CMD_PointerWindow):
14698 unified selecting functions into a single one
14701 Allow user to override the default CirculateHit of these functions
14703 * fvwm/conditional.c (CMD_Cond):
14704 Fixed a problem w/ the window selection
14710 * fvwm/menustyle.h:
14711 * fvwm/menustyle.c:
14715 moved some of the menu code into separate files
14716 more work on tear off menus; windowlist can now be torn off without a
14721 added templates for new source files
14723 * libs/Picture.c (fvwmlib_clone_color):
14726 * fvwm/menus.c (make_menu):
14728 removed unused parameter from make_menu()
14730 * fvwm/fvwm2.1 (Example):
14731 corrected statement about CaptureHonorsStartsOnPage being the default
14733 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14738 added and documented --disable-bidi and --disable-perllib
14740 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14742 * fvwm/geometry.c (get_window_borders):
14743 fixed calculation of $[cw.y] and $[cw.height]
14745 * fvwm/move_resize.c (resize_move_window):
14746 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14748 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14750 * fvwm/move_resize.c (resize_move_window):
14752 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14755 re-added --enable-xinerama-emulation option that was removed recently
14757 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14762 several corrections and rewording
14764 2002-02-28 olicha <olivier.chapuis@free.fr>
14767 New section FONT NAMES AND FONT LOADING
14771 Document --enable-xft
14773 * libs/Fft.c (get_FlocaleXftFont):
14774 Used the xft font height in the place of ascent+descent
14776 * fvwm/icons.c (DrawIconWindow):
14777 Fixed the fg colors of the icon title
14779 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14781 * fvwm/conditional.c (CMD_CondCase):
14782 fixed CondCase command
14784 fixed numeric return codes
14786 * fvwm/add_window.c (CMD_Recapture):
14787 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14789 * acinclude.m4 (smr_CHECK_LIB):
14790 disabled a destructing gnome_prefix logic again
14792 * fvwm/events.c (GetContext):
14793 * libs/Bindings.c (win_contexts):
14795 new contexts for individual parts of the window border
14797 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14800 disabled a destructing gnome_prefix logic
14803 replaced fribidi detection mechanism, now fribidi-config is used
14805 2002-02-26 olicha <olivier.chapuis@free.fr>
14807 * acconfig.h (HAVE_XFT):
14810 * libs/Fft.c (new file):
14811 * libs/Flocale.c (FlocaleLoadFont):
14812 (FlocaleUnloadFont):
14813 (FlocaleDrawString):
14814 (FlocaleTextWidth):
14815 (get_FlocaleFontSet):
14817 (get_FlocaleFontOrFontSet):
14819 * fvwm/Makefile.am:
14820 Added anti-alised font rendering using Xft. This is off by default.
14821 A font can now be given as a ";" separated list of either ","
14822 separated list of XFLD font name or Xft font name with "xft:" as
14824 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14825 See Flocale.h for details
14827 * fvwm/events.c (HandleExpose):
14828 * fvwm/menus.c (paint_item):
14829 Always clear the text area before drawing text with an Xft font
14831 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14833 * acinclude.m4 (smr_CHECK_LIB):
14834 fixed a bug with variable expansion and autoconf cache values
14836 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14838 * fvwm/menus.c (seek_submenu_instance):
14840 * fvwm/fvwm.c (InitVariables):
14841 some general menu clean up
14843 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14844 * fvwm/move_resize.h (resize_geometry_window):
14845 * fvwm/menus.c (animated_move_back):
14847 (ParentalMenuRePaint):
14848 Removed the global variables for parental relativity. Please *do not*
14849 use globals in menus.c or anywhere else. I'm trying to remove most
14850 globals in the long run.
14852 * libs/Graphics.c (do_relieve_rectangle):
14855 * fvwm/menus.c (MenuInteraction):
14856 fixed tearing off menus by selecting a tear off item with the keyboard
14858 * fvwm/menus.c (MenuInteraction):
14859 fixed menus not popping down sometimes
14861 * fvwm/functions.c (CMD_TearMenuOff):
14862 * fvwm/menus.c (AddToMenu):
14864 (warp_pointer_to_item):
14865 (get_selectable_item_index):
14866 (get_selectable_item_from_index):
14867 (get_selectable_item_from_section):
14870 (draw_tear_off_bar):
14871 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14872 New command "TearMenuOff" in menus. In a normal item, this tears off
14873 the menu when selected. If the item has no title, it is drawn as a
14874 dashed line too. Pressing button 2 over a title tears out the menu too.
14877 * fvwm/menus.c (make_menu_window):
14878 fixed problem w/ mapping menus, performance enhancement
14880 * fvwm/builtins.c (CMD_Destroy):
14884 * fvwm/functions.c (execute_function):
14885 (expand_extended_var):
14887 new variable cond.rc that returns the last return code of a conditinal
14890 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14892 * fvwm/conditional.c (CMD_Cond):
14896 * fvwm/functions.h:
14897 * fvwm/functions.c:
14898 new conditional commands Cond, CondCase and Break
14900 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14901 (ewmh_WMStateShaded):
14904 (ewmh_WMStateHidden):
14906 (ewmh_CloseWindow):
14907 (ewmh_ActiveWindow):
14908 (ewmh_DesktopGeometry):
14909 * fvwm/gnome.c (GNOME_HandlePropRequest):
14910 * fvwm/windowlist.c (CMD_WindowList):
14911 * fvwm/update.c (apply_window_updates):
14912 * fvwm/conditional.c (CMD_Pick):
14918 (CMD_PointerWindow):
14923 * fvwm/read.c (run_command_stream):
14924 * fvwm/fvwm.c (Done):
14928 * fvwm/module_interface.c (ExecuteModuleCommand):
14929 * fvwm/move_resize.c (handle_stick):
14930 * fvwm/add_window.c (AddWindow):
14931 * fvwm/events.c (HandleKeyPress):
14932 (HandleButtonPress):
14933 (HandleClientMessage):
14934 (HandleButtonRelease):
14935 (HandlePropertyNotify):
14936 * fvwm/builtins.c (CMD_DestroyDecor):
14939 * fvwm/functions.h (func_type):
14940 * fvwm/functions.c (old_execute_function):
14941 (execute_function):
14942 (execute_complex_function):
14944 * fvwm/fvwm.h (fvwm_cond_func_rc):
14945 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14947 * fvwm/ConfigFvwmDefaults:
14948 set some default styles for tear off menu windows
14950 * fvwm/menus.c (menuShortcuts):
14951 ignore actions that would normally close a menu if it's a tear off menu
14952 <Backspace> creates a tear off menu
14953 <Escape> closes a tear off menu
14955 * fvwm/builtins.c (CMD_Delete):
14958 * fvwm/menus.c (DestroyMenu):
14959 (make_menu_window):
14961 * fvwm/menus.h (MenuRootDynamic):
14962 Each menu window is created with a unique display to prevent fvwm from
14963 being killed when a tear off menu is destroyed. Of course this is
14964 inefficient, but still better than writing a menu module.
14966 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14969 autogenerate perllib/FVWM/Module/Makefile
14971 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14973 * fvwm/move_resize.c (moveLoop):
14974 fixed a problem with keyboard movement vs. EdgeResistance
14976 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14979 fixed problem with root bindings and xfishtank
14981 * fvwm/windowlist.c (CMD_WindowList):
14982 applied patch by to Darren Marshall to fix placement of window list on
14983 wrong xinerama screen
14985 * libs/Parse.c (GetSuffixedIntegerArguments):
14986 integer arguments that must not have a suffix but have one are ignored
14988 * fvwm/icons.c (DeIconify):
14990 applied patch by Markus Schwarzenberg to fix a rare problem with the
14991 is_map_pending flag, iconified icons and restart
14993 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14996 * fvwm/conditional.c (CMD_This):
14997 * fvwm/functions.c:
14998 * fvwm/functions.h:
15001 added new conditional command This
15003 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15007 added fribidi library detection
15009 2002-02-12 olicha <olivier.chapuis@free.fr>
15011 * libs/Flocale.h (FlocaleFont):
15012 * libs/Flocale.c (get_FlocaleFont):
15013 (get_FlocaleFontSet):
15014 Compute the ascent and descent of the FlocaleFont structure directly
15015 from the XFontSetExtents data in the case of a fontset
15016 Added max_char_width to the FlocaleFont structure
15018 * libs/Makefile.am (libfvwm_a_SOURCES):
15020 Removed libs/GetFont.c
15022 * fvwm/menus.c (FreeMenuStyle):
15025 (CMD_CopyMenuStyle):
15026 * fvwm/menus.h (MenuLook):
15027 Fixed default font handling font by using a new MenuLook flags
15030 * fvwm/menus.c (UpdateMenuStyle):
15031 Fixed default font update
15033 * fvwm/fvwm.c (SetRCDefaults):
15035 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15036 fvwm initialization
15038 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15041 added FvwmPerl/* file generation
15043 2002-02-11 olicha <olivier.chapuis@free.fr>
15047 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15050 Added more documentation and change the MB_FALLBACK_FONT to
15051 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15052 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15053 more consistent with the none multibyte case.
15055 2002-02-10 olicha <olivier.chapuis@free.fr>
15057 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15059 * fvwm/events.c (HandleUnmapNotify):
15060 (HandleReparentNotify):
15061 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15062 (ewmh_WMStateSticky):
15063 (ewmh_WMStateHidden):
15064 Restore various ewmh initial states when a window is unmapped or
15067 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15071 added support for new perllib directory
15073 2002-02-09 olicha <olivier.chapuis@free.fr>
15080 Rename I18N_MB to MULTIBYTE
15081 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15083 * libs/Flocale.c (*):
15085 New Font and Text API. A cache is used for fonts information. Font
15086 loading is more powerfull as both font or fontset can be loaded.
15087 See Flocale.h for details, more comments will be added soon.
15088 Fortunately, it seems that there are no more memory problems with
15089 --enable-multibyte!
15090 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15091 with XmbTextPropertyToTextList
15093 * fvwm/events.c (HandlePropertyNotify):
15094 * fvwm/misc.c (NewFontAndColor):
15097 * fvwm/menus.c (FreeMenuStyle):
15099 (CMD_CopyMenuStyle):
15101 (calculate_item_sizes):
15102 (size_menu_horizontally):
15104 * fvwm/builtins.c (CMD_DefaultFont):
15105 (ApplyDefaultFontAndColors):
15106 * fvwm/add_window.c (destroy_icon_font):
15108 (destroy_window_font):
15109 (setup_window_font):
15110 (free_window_names):
15111 (setup_window_name):
15113 * fvwm/fvwm.h (FvwmWindow):
15114 * fvwm/move_resize.c (DisplayPosition):
15115 (resize_geometry_window):
15117 * fvwm/fvwm.c (InitVariables):
15118 * fvwm/icons.c (DrawIconWindow):
15119 (setup_icon_title_size):
15120 * fvwm/borders.c (RedrawTitle):
15121 (DrawMultiPixmapTitlebar):
15122 * fvwm/screen.h (ScreenInfo):
15123 Use the new Text and Font API
15125 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15127 * fvwm/module_interface.c (PositiveWrite):
15128 fixed core dump when a module died in the select of PositiveWrite()
15130 * fvwm/module_interface.c (initModules):
15132 (do_execute_module):
15134 (KillModuleByName):
15135 (CMD_SendToModule):
15137 * fvwm/modconf.c (ModuleConfig):
15138 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15140 * fvwm/icons.c (GetXPMFile):
15141 suppress unnecessary error message for xmb icons
15143 * fvwm/misc.c (fvwm_msg):
15144 * fvwm/misc.h (enum):
15145 added new fvwm_msg type "OLD" for deprecated commands
15147 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15150 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15153 New section "Bug Reports".
15155 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15157 * fvwm/update.c (apply_window_updates):
15158 fixed propagation of window border and title colours to the modules
15160 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15162 * fvwm/menus.c (do_menu):
15163 fixed leaving tear off menus when something is selected with the mouse
15165 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15167 * fvwm/events.c (HandleEnterNotify):
15169 more work on tear off menus
15171 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15173 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15174 * fvwm/menus.c (menu_enter_tear_off_menu):
15179 properly calculate pointer position in tear off menus
15181 fixed active wait w/ poopup/popdown delays
15183 * fvwm/windowlist.c (CMD_WindowList):
15184 don't initialise some variables twice
15186 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15188 * fvwm/add_window.c (CaptureOneWindow):
15189 properly recapture tear off menus
15191 (IS_MESSAGE_IN_MASK):
15192 (is_message_selected):
15195 * fvwm/schedule.c (deschedule):
15197 * fvwm/events.c (My_XNextEvent):
15199 * fvwm/module_interface.c (ClosePipes):
15200 (CMD_ModuleSynchronous):
15202 performance enhancements; made macros out of simple functions
15204 * fvwm/builtins.c (CMD_WindowShade):
15205 don't redraw the decorations if window was not shaded or unshaded
15207 * fvwm/schedule.c (deschedule_obj_func):
15208 (execute_obj_func):
15209 fixed core dump when a scheduled command deschedules itself
15211 2002-01-31 olicha <olivier.chapuis@free.fr>
15216 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15219 * fvwm/move.c (moveLoop):
15220 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15222 * fvwm/session.c (get_version_string):
15223 switch from static to date-based version string
15226 remove --enable-kanji compatibility option
15230 fix warnings, gcc compains on having something after #endif
15232 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15234 * fvwm/builtins.c (CMD_Delete):
15237 don't crash fvwm when trying to close a tear off menu
15239 * fvwm/decorations.c (is_function_allowed):
15240 * fvwm/menus.c (menu_expose):
15242 * fvwm/events.c (HandleReparentNotify):
15243 (HandleUnmapNotify):
15244 * fvwm/add_window.c (AddWindow):
15246 * fvwm/fvwm.h (struct):
15247 * fvwm/add_window.c (CaptureAllWindows):
15248 (CaptureOneWindow):
15249 * fvwm/events.h (flush_property_notify):
15250 * fvwm/events.c (HandleMapRequestKeepRaised):
15251 started work on tear off menus
15253 * fvwm/fvwm.c (main):
15254 * fvwm/events.c (CMD_Sync):
15256 * fvwm/commands.h (CMD_Synchronize):
15257 * fvwm/functions.h (enum):
15258 * fvwm/functions.c (func_config):
15259 new commands XSync and XSynchronize for debugging
15261 * fvwm/conditional.c (CreateConditionMask):
15262 (MatchesConditionMask):
15263 * fvwm/builtins.c (CMD_State):
15264 * fvwm/fvwm.h (struct):
15265 * fvwm/functions.h:
15267 * fvwm/functions.c (func_config):
15268 new command "State"
15269 new condition "State"
15274 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15276 * fvwm/module_interface.c (AddToMessageQueue):
15278 (DeleteMessageQueueBuff):
15279 (FlushMessageQueue):
15280 * fvwm/events.c (My_XNextEvent):
15281 * fvwm/module_interface.c (AddToCommandQueue):
15282 (ExecuteCommandQueue):
15283 use code from queue.c
15288 * fvwm/events.c (My_XNextEvent):
15289 "Schedule 0" commands are executed before event handling
15290 moved some of the chedule code into a new queue library
15292 2002-01-30 olicha <olivier.chapuis@free.fr>
15294 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15296 2002-01-30 olicha <olivier.chapuis@free.fr>
15300 * libs/Makefile.am:
15301 * fvwm/fvwm.c (main):
15302 New libs files Flocale.c and Flocale.h with a function to set the
15303 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15304 also a function to get the charset (from ewmh_name.c) and which
15305 setlocale if this has not been done with the above function. This
15306 function is also called at fvwm2 startup
15308 * fvwm/ewmh_names.c (charset_to_utf8):
15310 Use the Fcharset variable and remove get_charset
15312 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15315 * libs/GetFont.c (GetFontSetOrFixed):
15316 Free the missing charset list as suggested by Alexander Kotelnikov.
15317 Report problems with missing charset only 5 times. Remove the
15318 STRICTLY_FIXED code
15320 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15323 a patch to config.status to generate scripts executable, may be handy;
15324 added generation of utils/fvwm24_convert
15326 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15329 * fvwm/functions.c (expand_extended_var):
15330 implemented $[schedule.last] and $[schedule.next] variables
15331 implemented new command "Deschedule"
15333 * fvwm/misc.c (get_server_time):
15336 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15338 * fvwm/misc.c (get_server_time):
15339 * fvwm/events.c (My_XNextEvent):
15340 * fvwm/icccm2.c (SetupICCCM2):
15341 * fvwm/functions.h:
15343 * fvwm/functions.c (func_config):
15345 implemented new command "Schedule"
15347 * fvwm/builtins.c (CMD_Exec):
15348 applied job control patch by Alexander Kotelnikov using the portable
15349 version of setpgrp()
15351 * libs/setpgrp.c (fvwm_setpgrp):
15352 * libs/setpgrp.h (fvwm_setpgrp):
15353 * libs/Makefile.am:
15355 added checks for setpgrp and setpgid
15357 2002-01-29 olicha <olivier.chapuis@free.fr>
15360 Better test for iconv second argumeny
15363 Use gnu libiconv in priority against the system iconv
15365 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15367 * fvwm/stack.c (RaiseOrLowerWindow):
15369 (collect_transients_recursive):
15370 * fvwm/icons.c (get_visible_icon_window_count):
15371 fixed stack ring corruption with icons that have either no picture or
15374 2002-01-28 olicha <olivier.chapuis@free.fr>
15376 * fvwm/ewmh_names.c (charset_to_utf8):
15378 (EWMH_SetVisibleName):
15380 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15381 set the ewmh visible (icon) name only if the fvwm visible name is
15382 different from the ICCCM (icon) window name, limit the number of
15383 conversions error messages to 10
15385 2002-01-28 olicha <olivier.chapuis@free.fr>
15387 * fvwm/functions.c (func_config):
15389 * fvwm/builtins.c (CMD_PropertyChange):
15390 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15393 * fvwm/module_interface.h:
15394 * fvwm/module_interface.c (BroadcastPropertyChange):
15395 * libs/Module.h (MX_PROPERTY_CHANGE):
15396 New module message MX_PROPERTY_CHANGE for all propose messages.
15398 * fvwm/events.c (HandlePropertyNotify):
15400 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15401 as argument when fvwm2 detects that the root background change
15402 Removed the ROOT_BG_CHANGE_STRING stuff
15404 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15406 * NEWS, configure.in:
15407 changed version to 2.5.1
15409 * fvwm/misc.c (get_pointer_fvwm_window):
15411 * fvwm/functions.c (func_config):
15412 * fvwm/conditional.c (CreateConditionMask):
15413 (MatchesConditionMask):
15414 (CMD_PointerWindow):
15415 (CreateConditionMask):
15417 * fvwm/fvwm.h (WindowConditionMask):
15418 new conditions focused, !focused, haspointer, !haspointer
15419 new command PointerWindow that works like Current but on the window
15420 that currently contains the pointer
15421 new command Any which works like None but inverts the condition
15422 fixed parsing of conditions with more than one comma
15424 * fvwm/module_interface.h:
15425 * fvwm/module_interface.c (do_execute_module):
15427 * libs/Module.h (MAX_XMSG_MASK):
15428 fixed default message mask for modules
15430 * fvwm/update.c (flush_window_updates):
15431 * fvwm/virtual.c (UnmapDesk):
15433 (do_move_window_to_desk):
15434 * fvwm/icons.c (DeIconify):
15436 * fvwm/events.c (HandlePropertyNotify):
15437 (HandleMapRequestKeepRaised):
15439 (HandleButtonPress):
15440 (HandleEnterNotify):
15441 (HandleLeaveNotify):
15442 * fvwm/focus.c (DoSetFocus):
15445 (ReturnFocusWindow):
15447 (ForceDeleteFocus):
15449 (restore_focus_after_unmap):
15450 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15451 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15452 the flush_window_updates() function.
15454 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15456 * fvwm/placement.c (PlaceWindow):
15457 minor performance enhancement
15459 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15462 * fvwm/menus.c (MenuInteraction):
15463 (pointer_in_active_item_area):
15464 (pointer_in_passive_item_area):
15465 new menu style PopupActiveArea
15467 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15469 * fvwm/move_resize.c (CMD_ResizeMaximize):
15470 (CMD_ResizeMoveMaximize):
15471 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15473 2002-01-21 olicha <olivier.chapuis@free.fr>
15476 s/Penalities/Penalties/g
15478 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15480 * fvwm/events.c (HandleLeaveNotify):
15481 (HandleEnterNotify):
15482 * fvwm/modconf.c (ModuleConfig):
15483 * fvwm/update.c (apply_window_updates):
15484 * fvwm/module_interface.c (BroadcastWindowIconNames):
15485 (CMD_Send_WindowList):
15487 (do_execute_module):
15489 (CMD_set_nograb_mask):
15490 (CMD_set_sync_mask):
15492 (set_mseggage_mask):
15493 (is_message_in_mask):
15494 (is_message_selected):
15496 rewrote message interface to allow more than 32 messages with minimal
15497 changes in the existing interfaces.
15498 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15501 * fvwm/style.c (parse_and_set_window_style):
15502 * fvwm/fvwm.h (struct):
15503 * fvwm/events.c (HandleButtonPress):
15504 implemented new styles MouseFocusClickIgnoreMotion and
15505 MouseFocusClickIgnoreMotionOff
15507 * fvwm/focus.c (focus_grab_buttons):
15508 fixed button mask for > 5 buttons
15510 2002-01-19 olicha <olivier.chapuis@free.fr>
15512 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15513 Save and restore the icon_pixmap_w and add comments
15515 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15517 * fvwm/events.c (HandleEnterNotify):
15518 fixed EnterNotify events for icons
15520 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15523 * fvwm/stack.c (overlap_box):
15525 * fvwm/icons.c (clear_icon):
15526 * fvwm/add_window.c (destroy_icon):
15527 * fvwm/fvwm.h (FvwmWindow):
15528 * fvwm/geometry.c (get_window_borders):
15529 (get_client_geometry):
15530 * libs/fvwmrect.h (struct):
15531 * fvwm/functions.c (expand_extended_var):
15532 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15533 return the geometry of the client window
15534 implemented new extended variables it.x, it.y, it.width, it.height that
15535 return the geometry of the icon title
15536 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15537 return the geometry of the icon picture
15538 implemented new extended variables i.x, i.y, i.width, i.height that
15539 return the geometry of the whole icon
15540 fixed $[w.height] when the window is shaded
15541 cleaned up icon geometry code
15543 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15546 * fvwm/functions.c:
15547 * fvwm/functions.h:
15548 * fvwm/move_resize.c (unmaximize_fvwm_window):
15549 (maximize_fvwm_window):
15551 (CMD_ResizeMaximize):
15555 (resize_move_window):
15556 (CMD_ResizeMoveMaximize):
15557 New command ResizeMaximize. Works like Resize, but modifies the
15558 maximized size of the window, not the normal size.
15559 New command ResizeMoveMaximize that works similarly.
15560 (resize_move_window):
15561 fixed ResizeMove command
15563 * fvwm/functions.c (expand):
15564 fixed core dump when using something like $[$v] in a command
15566 2002-01-17 olicha <olivier.chapuis@free.fr>
15568 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15569 * fvwm/events.c (HandlePropertyNotify):
15570 * fvwm/fvwm.c (InternUsefulAtoms):
15572 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15573 that the root background has changed. This uses the _XSETROOT_ID
15574 and XROOTPMAP_ID properties
15576 * fvwm/ewmh.c (atom_get):
15579 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15581 * fvwm/update.c (flush_window_updates):
15582 fixed unnecessary window style updates
15584 * fvwm/style.c (parse_and_set_window_style):
15585 * fvwm/add_window.c (RestoreWithdrawnLocation):
15587 (setup_frame_attributes):
15588 * fvwm/fvwm.h (FvwmWindow):
15589 Fvwm does no longer disable backing store on all of its windows. This
15590 cause too many problems with some applications, e.g. rdist. Introduced
15591 the new style BackingStoreWindowDefault that tells fvwm not to modify
15592 the backing store attribute on the client window - which now is the
15595 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15598 * fvwm/functions.c (func_config):
15599 * libs/Module.c (SetMessageMask2):
15604 fixed building with libstroke-0.5.1 on Solaris8
15606 * fvwm/stack.c (new_layer):
15607 * fvwm/borders.c (DrawButton):
15610 * fvwm/builtins.c (SetLayerButtonFlag):
15612 * fvwm/screen.h (struct):
15613 Applied the layer button patch by Richard Curnow with a few
15616 * fvwm/icons.c (GetIconBitmap):
15618 Ignore client icons that have the wrong depth
15620 * fvwm/events.c (HandleEnterNotify):
15621 Tried to fix focusing problem w/ unclutter.
15623 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15625 * fvwm/functions.c (CheckActionType):
15628 * fvwm/menus.c (paint_item):
15629 * fvwm/misc.c (is_function_allowed):
15630 * fvwm/move_resize.c (is_move_allowed):
15631 (is_resize_allowed):
15632 (is_maximize_allowed):
15633 * fvwm/decorations.c (check_if_function_allowed):
15634 combined all these functions into a new one
15635 use this function everywhere
15636 use the Fixed... styles to decide if a menu item is greyed or not
15638 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15640 * fvwm/events.c (HandleExpose):
15641 eat up expose events even if the server claims that the expose count is
15642 zero; fixes a problem with many redraws of windows that are uncovered
15643 by shading a window above them
15645 2002-01-10 olicha <olivier.chapuis@free.fr>
15647 * fvwm/focus.c (DoSetFocus):
15648 * fvwm/move_resize.c (CMD_Maximize):
15653 * fvwm/icons.c (DeIconify):
15656 * fvwm/gnome.c (GNOME_HandlePropRequest):
15657 * fvwm/ewmh_names.c (EWMH_WMName):
15658 * fvwm/events.c (HandleFocusIn):
15659 (HandlePropertyNotify):
15661 (HandleButtonPress):
15662 (HandleLeaveNotify):
15664 * fvwm/builtins.c (CMD_UpdateDecor):
15666 * fvwm/borders.c (draw_clipped_decorations):
15668 (RedrawDecorations):
15670 Added a new argument to DrawDecoration similar to draw_window_parts,
15671 which indicate which part of the decor should be cleared. At present
15672 time only CLEAR_FRAME is taken in account and this is used in
15673 ShadeWindow to draw the decoration without flickering. This argument
15674 may be used in the future to reduce opaque resizing flickering
15676 * fvwm/builtins.c (CMD_WindowShade):
15677 Draw the decoration during unshading a window
15679 * fvwm/menus.c (ParentalMenuRePaint):
15680 Fixed transparent animated menu again
15685 2002-01-09 olicha <olivier.chapuis@free.fr>
15687 * fvwm/style.c (CMD_Style):
15688 free all the elements of the ptmpstyle before freeing it
15690 * fvwm/menus.c (ParentalMenuRePaint):
15691 Fixed transparent animated menu with HilightBackOff
15693 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15695 * fvwm/style.c (merge_styles):
15696 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15697 in the copied style
15699 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15701 * fvwm/modconf.c (send_ignore_modifiers):
15702 (send_move_threshold):
15705 (send_color_limit):
15707 (send_desktop_geometry):
15708 (CMD_Send_ConfigInfo):
15709 moved code into new functions
15711 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15712 moved to defaults.h
15714 * fvwm/bindings.c (CMD_IgnoreModifiers):
15715 * fvwm/module_interface.c (broadcast_xinerama_state):
15716 * fvwm/modconf.c (send_ignore_modifiers):
15717 broadcast IgnoreModifiers to modules
15719 * fvwm/bindings.c (CMD_IgnoreModifiers):
15720 fixed IgnoreModifiers command without arguments
15722 corrected documentation of IgnoreModifiers command
15724 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15726 * fvwm/add_window.c:
15731 * fvwm/move_resize.c:
15734 * fvwm/module_interface.c:
15736 * fvwm/placement.c:
15739 * fvwm/fvwm.h (FvwmWindow):
15740 remnamed icon_w member to icon_title_w
15742 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15744 * fvwm/icons.c (RedoIconName):
15745 fixed sizing of icon title for icons without a pixmap
15747 (CreateIconWindow):
15749 (CreateIconWindow):
15750 rewrote icon title layout and moved the constants to defaults.h
15752 * fvwm/menus.c (menuShortcuts):
15753 (handle_emacs_bindings):
15754 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15756 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15758 * fvwm/fvwm2.1: Language checks done.
15759 .IR command not in column 1 fixed.
15761 2002-01-04 olicha <olivier.chapuis@free.fr>
15763 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15764 (AnimatedMoveOfWindow):
15765 (AnimatedMoveFvwmWindow):
15766 (move_window_doit):
15767 * fvwm/menus.c (ParentalMenuRePaint):
15768 (animated_move_back):
15770 Fixed transparent animated menu
15772 2002-01-03 olicha <olivier.chapuis@free.fr>
15774 * fvwm/move_resize.c (is_resize_allowed):
15776 Do not check if moveing/resizeing is MWM allowed for a no user request
15777 This fix for example FvwmWinList with MwmFunctions & NoOverride
15779 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15780 * fvwm/move_resize.c (is_move_allowed):
15781 Allowed moving if tmp_win is null and check if move is allowed and
15782 not resize in AnimatedMoveAnyWindow. This fix animated menu
15784 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15786 (ewmh_AllowsResize):
15787 Check as a user request
15790 * fvwm/move_resize.c (CMD_Maximize):
15793 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15794 to ignore the windows with a layer less or equal to the layer of
15795 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15796 Reorder a bit the Maximize documentation
15799 * fvwm/functions.c (expand_extended_var):
15800 New variables $[desk.name<n>] to get the desktop names
15802 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15804 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15805 Read with full path.
15807 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15810 * fvwm/misc.c (GrabEm):
15811 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15813 * fvwm/events.c (HandleUnmapNotify):
15814 (HandleMapRequestKeepRaised):
15815 (check_map_request):
15816 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15818 * fvwm/add_window.c (FetchWmProtocols):
15820 * fvwm/fvwm.h (FvwmWindow):
15821 * fvwm/events.c (HandleEnterNotify):
15822 (HandlePropertyNotify):
15823 * fvwm/focus.c (refresh_focus):
15825 fixed focus problems with netscape and ddd
15827 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15829 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15830 * libs/Pointer.c (GetLocationFromEventOrQuery):
15831 * fvwm/virtual.c (HandlePaging):
15832 * fvwm/move_resize.c (GetOnePositionArgument):
15834 (AnimatedMoveAnyWindow):
15837 * fvwm/module_interface.c (ExecuteModuleCommand):
15838 * fvwm/menus.c (do_menu):
15841 (get_menu_options):
15842 * fvwm/functions.c (execute_complex_function):
15843 * fvwm/events.c (HandleClientMessage):
15844 (WaitForButtonsUp):
15845 * fvwm/conditional.c (CMD_Direction):
15846 * fvwm/builtins.c (CMD_CursorMove):
15849 handle return code of XQueryPointer everywhere; necessary for dual head
15851 * fvwm/misc.c (GrabEm):
15852 Pointer was warped to other screen with a dual head setup
15854 2001-12-31 olicha <olivier.chapuis@free.fr>
15856 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15857 Removed some code which try to raise ewmh modal window over
15858 its transientfor window; this seems not possible without a new style
15859 or a bad hack in stack.c
15861 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15863 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15864 fallback to fixed font so it shows the right font for I18N.
15866 2001-12-30 olicha <olivier.chapuis@free.fr>
15868 * fvwm/window_flags.h:
15869 * fvwm/session.c (MatchWinToSM):
15870 (LoadWindowStates):
15871 (SaveWindowStates):
15872 (get_version_string):
15873 * fvwm/move_resize.c (CMD_Maximize):
15875 * fvwm/icons.c (CMD_Iconify):
15876 * fvwm/ewmh.c (EWMH_SetWMState):
15879 (EWMH_SetAllowedActions):
15882 * fvwm/ewmh_intern.h:
15883 * fvwm/ewmh_events.c (ewmh_WMState*):
15884 * fvwm/builtins.c (CMD_WindowShade):
15885 * fvwm/stack.c (new_layer):
15886 * fvwm/update.c (apply_window_updates):
15887 * fvwm/update.h (struct):
15888 * fvwm/add_window.c (setup_window_structure):
15889 (setup_window_name):
15891 * fvwm/style.c (check_window_style_change):
15892 The skip list and modal ewmh window states are now updated after
15893 an use/ignore ewmh state style changes. The other ewmh states are
15894 starting state only. All the initial ewmh states are keep in memory
15897 * fvwm/ewmh.c (EWMH_Handle*):
15899 Set the ewmh_window_type to an int (and not the corresponding atom)
15900 accordingly to the window type
15902 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15903 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15906 * fvwm/ewmh.c (EWMH_GetStyle):
15907 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15908 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15911 * libs/vpacket.h (ConfigWinPacket):
15912 * fvwm/module_interface.c (CONFIGARGSNEW):
15915 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15916 cfgpacket for FvwmIdent
15918 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15920 * fvwm/move_resize.c (resize_geometry_window):
15921 fixed wrong size calculation of geometry window
15923 2001-12-19 olicha <olivier.chapuis@free.fr>
15925 * fvwm/ewmh_names.c (convert_charsets):
15926 More precise error messages
15929 A few formatting fixes
15931 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15933 * fvwm/gnome.c (GNOME_SetHints):
15934 fixed window getting frozen into position upon a recapture or restart
15936 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15938 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15940 2001-12-17 olicha <olivier.chapuis@free.fr>
15943 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15945 * fvwm/ewmh.c (delete_kst_item):
15946 (set_kde_sys_tray):
15947 (EWMH_IsKdeSysTrayWindow):
15948 (EWMH_ManageKdeSysTray):
15949 * fvwm/events.c (HandleReparentNotify):
15950 Fixed reparenting management of kde system tray windows and
15951 added some off debugging code
15953 * fvwm/virtual.c (CMD_DesktopName):
15954 Removed some debugging code
15956 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15958 * fvwm/fvwm.h (struct):
15959 * fvwm/window_flags.h (IS_FIXED_PPOS):
15960 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15961 * fvwm/style.c (parse_and_set_window_style):
15962 (check_window_style_change):
15963 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15964 FixedUSSize, FixedPSize and Variable PPosition, ...
15966 * fvwm/events.c (HandleConfigureRequest):
15967 * fvwm/ewmh.c (ewmh_AllowsResize):
15968 (is_resize_allowed):
15971 * fvwm/gnome.c (GNOME_SetHints):
15972 (AnimatedMoveAnyWindow):
15975 * fvwm/move_resize.c (is_move_allowed):
15976 (is_resize_allowed):
15977 (is_maximize_allowed):
15978 new functions to clean up some code
15980 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15982 * fvwm/fvwm2.1: Doc fixups.
15984 2001-12-15 olicha <olivier.chapuis@free.fr>
15986 * fvwm/builtins (CMD_BugOpts):
15988 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15989 * fvwm/ewmh_events.c (ewmh_StateHidden):
15990 * fvwm/fvwm.c (InitVariables):
15992 * fvwm/icons.c (CMD_Iconify):
15994 * fvwm/virtual.c (unmap_window):
15996 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15997 to fix the IconicState problems in vitrual.c. New BugOpts
15998 EWMHIconicStateWorkaround for supporting current KDE versions
16000 * fvwm/events.c (HandlePropertyNotify):
16001 * fvwm/ewmh.c (ewmh_AllowsYes):
16003 (ewmh_AllowsClose):
16004 (ewmh_AllowsMaximize):
16006 (ewmh_AllowsResize):
16007 (EWMH_SetAllowedActions):
16009 * fvwm/style.c (check_window_style_change):
16010 * fvwm/update.c (apply_window_updates):
16012 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16014 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16016 * fvwm/borders.c (RedrawTitle):
16017 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16018 fixed 'stick' lines with long titles
16020 2001-12-11 olicha <olivier.chapuis@free.fr>
16024 * fvwm/ewmh.c (ewmh_SetWorkArea):
16026 (ewmh_ComputeAndSetWorkArea):
16027 (ewmh_HandleDynamicWorkArea):
16028 (EWMH_GetWorkAreaIntersection):
16029 (EWMH_GetStrutIntersection):
16030 (get_intersection):
16031 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16034 * fvwm/fvwm.c (InitVariables):
16036 * fvwm/modconf.c (send_desktop_names):
16037 (CMD_Send_ConfigInfo):
16038 * fvwm/placement.c (get_next_x):
16041 * fvwm/virtual.c (CMD_DesktopName):
16044 New command "DesktopName desk name" to define desktops names for
16045 the FvwmPager, the WindowList and ewmh compliant pagers.
16046 Desktops information (desk, desk name, working areas) is stored in a
16047 new list sub structure of Scr, DesktopsInfo. The head of the list
16048 contains generic information for desks that are not in the list.
16050 * fvwm/windowlist.c (get_desk_title):
16054 New window list options NoDeskNum, NoCurrentDeskTitle,
16055 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16056 the NoGeometry and NoGeometryInfo options.
16059 * fvwm/ewmh_names.c:
16060 * fvwm/ewmh_icons.c:
16061 Added some static declarations
16063 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16064 It seems that UTF8 names should not be terminated by a 0
16066 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16067 Set the stacking list in the good orders
16069 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16072 * fvwm/functions.c:
16076 removed all MULTISTYLE ifdefs
16078 * fvwm/borders.c (RedrawTitle):
16079 fixed title drawing into relief
16081 2001-12-08 olicha <olivier.chapuis@free.fr>
16088 * fvwm/window_flags.h:
16090 s/extended_window_name/indexed_window_name/i
16091 s/extended_icon_name/indexed_icon_name/i
16092 s/do_update_window_name/do_update_visible_window_name/
16093 s/do_update_icon_name/do_update_visible_icon_name/
16095 * fvwm/style.c (CMD_Style):
16097 (parse_and_set_window_style):
16098 Split CMD_Style into CMD_Style and parse_and_set_window_style
16100 2001-12-06 olicha <olivier.chapuis@free.fr>
16102 * fvwm/add_window.c (setup_window_name_count):
16103 (setup_icon_name_count):
16104 Better determination of the window and icon names index
16106 * fvwm/add_window.c (AddWindow):
16108 * fvwm/events.c (HandlePropertyNotify):
16109 * fvwm/ewmh_names.c (EWMH_WMName):
16111 * fvwm/module_interface.c (BroadcastWindowIconNames):
16112 * fvwm/module_interface.h:
16113 (CMD_Send_WindowList):
16115 (CMD_set_sync_mask):
16116 (CMD_set_nograb_mask):
16117 * fvwm/update.c (apply_window_updates):
16119 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16120 which are send to modules with BroadcastWindowIconNames.
16121 The set mask cmds use unsigned long mask and not int mask!
16123 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16127 EWMH without iconv compile fix by Hippo
16129 2001-12-05 olicha <olivier.chapuis@free.fr>
16131 * fvwm/add_window.c:
16134 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16135 * fvwm/ewmh_events.c:
16138 * fvwm/move_resize.c (CMD_Maximize):
16139 * fvwm/placement.c (test_fit):
16141 * fvwm/session.c (SaveWindowStates):
16142 * fvwm/style.c (merge_styles):
16144 (check_window_style_change):
16145 * fvwm/update.c (apply_window_updates):
16147 * fvwm/window_flags.h:
16149 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16150 EWMHMaximizeUseDynamicWorkingArea,
16151 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16152 EWMHPlacementUseDynamicWorkingArea,
16153 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16154 EWMHIgnoreStateHints / EWMHUseStateHints,
16155 EWMHIgnoreStrutHints / EWMHUseStrutHints
16157 * fvwm/ConfigFvwmDefaults:
16158 Use EWMHPlacementUseDynamicWorkingArea,
16159 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16162 * fvwm/add_window.c (setup_placement_penalty):
16163 * fvwm/add_window.h:
16164 (setup_placement_penalty):
16167 * fvwm/placement.c (get_next_x):
16168 * fvwm/placement.h:
16171 * fvwm/style.c (CMD_Style):
16173 (check_window_style_change):
16174 * fvwm/update.c (apply_window_updates):
16176 * fvwm/window_flags.h:
16178 New styles PlacementOverlapPenalties and
16179 PlacementOverlapPercentPenalties
16182 * fvwm/add_window.c (setup_window_name_count):
16183 * fvwm/add_window.h:
16184 (setup_icon_name_count):
16185 (setup_visible_name):
16186 (setup_window_name):
16187 (free_window_names):
16189 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16191 * fvwm/events.c (HandlePropertyNotify):
16192 * fvwm/ewmh_names.c (EWMH_*):
16194 * fvwm/icons.c (CreateIconWindow):
16199 * fvwm/session.c (MatchWinToSM):
16200 * fvwm/style.c (CMD_Style):
16202 (check_window_style_change):
16203 * fvwm/update.c (apply_window_updates):
16205 * fvwm/window_flags.h:
16206 New styles ExtendedWindowName / SimpleWindowName and
16207 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16209 * fvwm/builtins.c (ReadMultiPixmapDecor):
16215 * session.c (get_version_string):
16218 * fvwm/stack.c (new_layer):
16220 Fixed ewmh wm state
16222 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16223 Fixed creation of the ewmh icon in the case of the window is iconified
16225 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16227 * fvwm/placement.c (PlaceWindow):
16228 fixed manual placement on Xinerama screens other than the one with the
16229 top left corner of the total screen
16231 2001-11-27 olicha <olivier.chapuis@free.fr>
16237 Check for the second argument of iconv
16240 Added -Wall to CFLAGS if cc is gcc
16242 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16246 s/extanded/extended/
16248 2001-11-26 olicha <olivier.chapuis@free.fr>
16250 * fvwm/Makefile.am:
16251 Fixed (?) iconv_LIBS
16253 2001-11-26 olicha <olivier.chapuis@free.fr>
16255 * fvwm/functions.c (expand):
16256 Fixed n, c, r expansion
16258 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16260 * fvwm/fvwm2.1: Clean up ewmh stuff.
16262 2001-11-24 olicha <olivier.chapuis@free.fr>
16264 * fvwm/ewmh_internal.h:
16266 Removed a non standard macro
16268 2001-11-24 olicha <olivier.chapuis@free.fr>
16271 Documented the previous ewmh style in a new Style subsection
16273 * fvwm/functions.c (expand):
16274 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16276 2001-11-24 olicha <olivier.chapuis@free.fr>
16278 * fvwm/add_window (setup_icon):
16279 (setup_window_structure):
16280 * fvwm/events.c (HandlePropertyNotify):
16282 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16283 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16284 (EWMH_DoUpdateWmIcon):
16285 (ewmh_SetWmIconFromPixmap):
16286 (EWMH_DeleteWmIcon):
16287 (EWMH_SetIconFromWMIcon):
16288 * fvwm/ewmh_intern.h:
16290 * fvwm/icons.c (GetIcon):
16291 * fvwm/session.c (get_version_string):
16292 * fvwm/style.c (CMD_Style):
16294 (check_window_style_change)
16295 * fvwm/update.c (apply_window_updates):
16297 * fvwm/window_flags.h:
16298 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16299 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16300 EWMHDonateIcon / EWMHDontDonateIcon,
16301 Some ewmh icon code simplification.
16302 Ewmh icons priority: just after icon window.
16304 * fvwm/ewmh.c (EWMH_ExitStuff):
16306 * fvwm/session.c (SaveWindowStates):
16307 (LoadWindowStates):
16309 * fvwm/fvwm.c (Done):
16310 Delete the ewmh icons we set ourself. Some ewmh session states do not
16311 need to be saved/restored anymore
16313 2001-11-23 olicha <olivier.chapuis@free.fr>
16315 * fvwm/ewmh_names.c (convert_charsets):
16316 Fixed infinite loop
16318 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16320 * fvwm/ewmh_names.c (convert_charsets):
16321 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16322 man page states on Linux
16323 replaced goto with a loop
16325 2001-11-22 olicha <olivier.chapuis@free.fr>
16327 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16330 * fvwm/ewmh_events.c:
16331 Fixed some styles update
16333 * fvwm/ewmh_conf.c:
16334 * fvwm/function.c (func_config):
16338 * fvwm/ewmh_events.c:
16339 * fvwm/ewmh_intern.h:
16340 * fvwm/Makefile.am:
16342 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16343 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16345 * fvwm/add_window.c:
16348 * fvwm/functions.c:
16349 * fvwm/ewmh.c (EWMH_Init):
16351 * fvwm/fvwm.c (InitVariables):
16358 * fvwm/window_flags.c:
16365 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16366 are maybe problematic) and those in the ewmh* files to allow
16367 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16368 should be dummy. --enable-ewmh is now the default.
16370 2001-11-20 olicha <olivier.chapuis@free.fr>
16372 * fvwm/icons.c (GetIcon):
16373 * fvwm/add_window.c (setup_icon):
16374 Fixed icons order choice and other minor bugs
16376 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16377 Fixed a core dump if there is no MiniIcon
16379 2001-11-18 olicha <olivier.chapuis@free.fr>
16381 * fvwm/ewmh.c (add_kst_item):
16383 (ewmh_AddToKdeSysTray):
16384 (EWMH_IsKdeSysTrayWindow):
16385 (EWMH_ManageKdeSysTray):
16387 fvwm/ewmh_intern.h:
16388 * fvwm/events.c (HandleDestroyNotify):
16389 (HandleMapRequest):
16390 (HandleUnmapNotify):
16391 Fixed the KDE system tray implementation
16393 2001-11-16 olicha <olivier.chapuis@free.fr>
16397 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16399 2001-11-15 olicha <olivier.chapuis@free.fr>
16401 * fvwm/ewmh.c (EWMH_DestroyWindow):
16403 (EWMH_WindowDestroyed):
16404 * fvwm/events.c (HandleReparentNotify):
16405 (HandleDestroyNotify):
16406 (HandleUnmapNotify):
16407 * fvwm/add_window.c (destroy_window):
16408 Fixed the ewmh windows lists
16410 2001-11-15 olicha <olivier.chapuis@free.fr>
16412 * fvwm/Makefile.am:
16415 * fvwm/ewmh_intern.h:
16416 * fvwm/ewmh_events.c:
16417 * fvwm/ewmh_icons.c:
16418 * fvwm/ewmh_names.c:
16421 New files to achieve the extended WM hints support, off by
16422 default. This code is ifdefed a la gnome.c.
16423 This is work in progess (need to do so that every things are
16427 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16428 New configure option --enable-ewmh. Added tests for iconv and
16429 nl_langinfo for UTF8 conversions.
16431 * fvwm/add_window.c (AddWindow):
16432 (CaptureOneWindow):
16434 (setup_window_name):
16436 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16437 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16438 SET_HAS_EWMH_ICON, EWMH_WMIconName
16440 * fvwm/add_window.c (setup_window_structure):
16441 * fvwm/fvwm.h (FvwmWindow):
16443 * fvwm/window_flags.h:
16444 * fvwm/session.c (get_version_string):
16445 (SaveWindowStates):
16446 (LoadWindowStates):
16447 Added some entries in FvwmWindow and some flags (more will be
16448 added). Some of these states need to be saved at restart and
16449 at recapture. This code is ifdefed, may be it should not: I was
16450 forced to ifdef the version string in get_version_string.
16452 * libs/Bindings.c (win_contexts):
16454 * fvwm/events.c (GetContext):
16455 * fvwm/bindings.c (ParseBinding):
16456 (activate_binding):
16457 * fvwm/functions.c (expand_extended_var):
16459 (execute_function):
16461 * fvwm/screen.h (Scr):
16462 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16463 (kdesktop or Nautilus desktop). This context is something between
16464 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16466 * fvwm/bindings.c (activate_binding):
16467 Fixed immediate application of mouse/stroke bindings
16470 * fvwm/borders.c (RedrawDecorations):
16471 * fvwm/update.c (apply_window_updates):
16472 New function RedrawDecorations taken from apply_window_updates
16473 and called in ewmh_icons.c and update.c
16475 * fvwm/bultins.c (CMD_WindowShade):
16478 * fvwm/events.c (HandleFocusIn):
16479 (HandlePropertyNotify):
16480 (HandleClientMessage):
16481 (HandleMapRequestKeepRaised):
16482 (HandleUnmapNotify):
16483 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16484 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16487 * fvwm/icons.c (GetIcon):
16489 (CreateIconWindow):
16490 (ChangeIconPixmap):
16491 * fvwm/events.c (HandlePropertyNotify):
16492 New function GetIcon taken from CreateIconWindow which choose
16493 the icon, there is a new case for EWMH icons. New function
16494 ChangeIconPixmap taken from events.c.
16495 The two new functions are called from ewmh_icon.c (and icons.c).
16497 * fvwm/move_resize.c (handle_stick):
16500 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16503 * libs/Picture.c (LoadPictureFromPixmap):
16504 (CachePictureFromPixmap):
16505 New functions for loading a picture from a pixmap. Nothing is cached
16506 but this simplify the MiniIcon code.
16508 * fvwm/placement.c (PlaceWindow):
16509 EWMH_GetWorkAreaIntersection
16511 * fvwm/screen.h (Scr):
16512 Added the working area, the dynamic working area and the ewmh
16515 * fvwm/stack.c (restack_windows):
16517 EWMH_SetClientListStacking, EWMH_SetWMState
16519 * fvwm/style.c (check_window_style_change):
16520 * fvwm/update.c (apply_window_updates):
16522 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16523 This code is ifdefed.
16525 * fvwm/style.c (lookup_style):
16528 * fvwm/virctual.c (goto_desk):
16529 (CMD_GotoDeskAndPage):
16530 (do_move_window_to_desk):
16531 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16533 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16535 * fvwm/update.c (apply_window_updates):
16536 * fvwm/gnome.c (GNOME_GetStyle):
16537 * fvwm/style.c (lookup_style):
16538 (check_window_style_change):
16539 * fvwm/add_window.c (setup_style_and_decor):
16540 fixed GnomeIgnoreHints style for some of the gnome hints
16542 * fvwm/fvwm.c (StartupStuff):
16543 Tried to fix font size problem
16545 * fvwm/placement.c (PlaceWindow):
16546 suppress an X error
16548 * fvwm/move_resize.c (moveLoop):
16549 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16550 * fvwm/misc.c (Keyboard_shortcuts):
16551 modified keyboard shortcut functions so that it is possible to move
16552 windows with the keyboard even if the border is hit. does not work
16553 very nicely with paging
16555 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16556 performance enhancement
16558 * fvwm/events.c (HandleButtonPress):
16559 fixed (?) some problem with passing the raise click in ctf to the app
16561 * fvwm/add_window.c (Reborder):
16562 * fvwm/virtual.c (MoveViewport):
16565 * fvwm/session.c (SaveWindowStates):
16566 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16567 don't access stack_next and stack_prev directly but use the access
16568 functions from stack.h
16570 * fvwm/stack.c (remove_window_from_stack_ring):
16571 (add_window_to_stack_ring_after):
16574 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16576 when a window becomes scheduled for destruction, remove all traces of it
16577 from the fvwm internal variable so its not accessed accidentally when
16578 its fields are no longer valid
16580 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16583 fixed compilation of I18N_MB
16585 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16595 exclude the TitleStyle MultiPixmap feature (only) before forking
16597 and restore it after that
16601 change version string to 2.5.0
16604 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16605 added a link to the stable version 2.4.4 (not released yet)
16607 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16611 change version string to 2.4.4 before forking
16613 * make_fvwmdist.sh:
16614 strip end of line from date (adjust for a new length)
16616 2001-10-29 olicha <olivier.chapuis@free.fr>
16618 * fvwm/screen.h (DecorFaceStyle):
16619 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16620 so that Solid colors work again
16622 2001-10-28 olicha <olivier.chapuis@free.fr>
16624 * fvwm/module_interface.c (skipModuleAliasToken):
16625 Allows '/' as alias character
16630 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16635 added --disable-multipixmap-titles for the Suzanne's patch,
16636 the default is enable
16639 some formatting fixes in TitleStyle entry
16641 2001-10-27 Suzanne Britton <tril@igs.net>
16643 * config.h.in: Added FANCY_TITLEBARS option, off by default
16646 Added info on TitleStyle MultiPixmap
16649 [All changes #ifdeffed FANCY_TITLEBARS]
16650 Added TITLE_PADDING define for fancy titlebar rendering
16651 Added tb_pixmap_enum
16652 Added MultiPixmap to DecorFaceType enum
16653 Added Picture **multi_pixmaps and short multi_stretch_flags
16654 to DecorFace structure
16657 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16658 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16659 (RenderIntoWindow): [new]
16660 (DrawMultiPixmapTitlebar): [new]
16661 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16662 instead of always sending 1
16664 Call DrawFancyTitlebar for MultiPixmap style
16665 Skip DrawString calls for MultiPixmap style (title is drawn inside
16666 DrawMultiPixmapTitlebar)
16669 [All changes #ifdeffed FANCY_TITLEBARS]
16670 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16671 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16672 (ReadMultiPixmapDecor): [new]
16674 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16676 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16677 buttons can activate on press or release, special pointer during grab,
16678 arrow key command recall.
16680 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16682 * fvwm/bindings.c (ParseBinding):
16685 binding commands now do not print error messages with Silent
16687 * fvwm/ConfigFvwmDefaults:
16689 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16690 use Silent before Key Help
16692 * fvwm/add_window.c:
16693 changed the broken size hints message to notify the owner
16695 * docs/fvwm.lsm.in:
16698 2001-10-19 olicha <olivier.chapuis@free.fr>
16701 Some FvwmScript news
16703 2001-10-16 olicha <olivier.chapuis@free.fr>
16706 Some FvwmScript news
16708 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16710 * fvwm/bindings.c (activate_binding):
16711 * libs/Bindings.c (GrabWindowKeyOrButton):
16712 activate mouse/stroke bindings immediately
16714 * fvwm/events.c (HandleButtonPress):
16715 it is possible to bind actions to the 'ClickToFocus' click
16717 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16719 * fvwm/virtual.c (HandlePaging):
16720 allow paging during move/resize when pressing keys
16722 * libs/XResource.c (MergeCmdLineResources):
16723 possible core dump fix
16725 * fvwm/add_window.c (setup_window_placement):
16728 * libs/Bindings.c (AddBinding):
16729 another attempt at cleaning up bindings with "Shift"
16731 2001-10-13 olicha <olivier.chapuis@free.fr>
16736 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16740 OpaqueMoveSize now accepts "unlimited" or negative argument.
16742 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16747 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16749 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16752 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16754 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16757 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16759 * NEWS, configure.in:
16760 changed version to 2.5.0
16762 2001-10-08 olicha <olivier.chapuis@free.fr>
16764 * fvwm/borders.c (RedrawTitle):
16765 Fixed drawing of leftJustified stippled title and suppress warnings
16766 in RelieveRectangle w/ RightJustified stippled title
16768 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16770 * fvwm/virtual.c (CMD_XineramaSlsSize):
16773 2001-10-03 olicha <olivier.chapuis@free.fr>
16775 * fvwm/style.c (CMD_Style):
16777 Added the possibility to add an Xinerama screen to the 4 numerics
16780 2001-10-03 olicha <olivier.chapuis@free.fr>
16782 * fvwm/icons.c (AutoPlaceIcon):
16783 Fixed a core dump with @c and fixed icon placement if the icon should
16784 not be on the current page
16786 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16788 * fvwm/icons.c (AutoPlaceIcon):
16789 * libs/FScreen.c (FScreenParseScreenBit):
16790 added 'w' screen specifier for icon boxes
16792 * fvwm/icons.c (AutoPlaceIcon):
16793 fixed placement of icons in icon boxes on different screen
16795 * fvwm/menus.c (get_menu_options):
16796 reduced code duplication
16798 2001-10-02 olicha <olivier.chapuis@free.fr>
16800 * fvwm/menus.c (get_menu_options):
16801 fixed Xinerama placement of menu with empty but not null position hints
16803 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16805 * fvwm/borders.c (RedrawTitle):
16806 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16807 suppress a warning in RelieveRectangle w/ small sticky windows
16809 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16811 * fvwm/menus.c (get_menu_options):
16812 A 'rectangle' context rectangle for menus honours the '@screen' bit
16814 * fvwm/move_resize.c (DisplayPosition):
16815 coordinates of a window are show in relation to the screen, not the page
16817 * libs/FScreen.c (FScreenTranslateCoordinates):
16818 * fvwm/placement.c (PlaceWindow):
16819 * fvwm/add_window.c (setup_window_placement):
16820 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16821 rewrote the library functionality to better match the rest of the
16824 * fvwm/builtins.c (DestroyFvwmDecor):
16825 removed useless code
16827 * fvwm/icons.c (DrawIconWindow):
16828 fixed race condition w/ expanding/collapsing icon titles
16830 * fvwm/windowlist.c (CMD_WindowList):
16831 fixed Xinerama placement of window list when called without options
16833 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16835 * libs/FScreen.c (FScreenSLSOnOff):
16836 fixed core dump when calling XineramaSls before XineramaSlsSize
16841 * libs/FShape.h (FHaveShapeExtension):
16842 set macro to 1 when compiling w/ shape extension
16844 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16846 * libs/Bindings.c (AddBinding):
16847 * fvwm/bindings.c (ParseBinding):
16848 print a warning if a key with the given name does not exist
16849 if there is an upper and a lower case version of the same key name,
16850 always bind to the lower case version; this is problematic if the upper
16851 case version is tied to a key without a modifier and the lower case
16852 version is tied to the same key, but with a modifier (or both are tied
16853 to different keys). I hope this good enough.
16855 * libs/Bindings.c (FreeBindingList):
16856 (MatchBindingExactly):
16857 (CollectBindingList):
16858 fixed some problems overriding keys
16859 reduced duplication of logic
16861 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16863 * NEWS, configure.in:
16864 changed version to 2.5.0
16866 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16869 changed version to 2.4.2
16871 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16874 (SetWindowBackground):
16875 (SetRectangleBackground):
16876 * fvwm/builtins.c (CMD_WindowShade):
16877 * fvwm/add_window.c:
16878 (setup_style_and_decor):
16880 (CreateIconWindow):
16885 (HandleConfigureRequest):
16886 (HandleShapeNotify):
16887 (InitEventHandlerJumpTable):
16888 * fvwm/borders.c (struct):
16891 * fvwm/decorations.c (SelectDecor):
16896 * fvwm/fvwm.h (FvwmWindow):
16899 moved shape support to library; its no longer necessary to
16900 '#ifdef SHAPE' any code
16902 * fvwm/borders.c (RedrawButtons):
16904 fixed top border hilight drawing of title buttons
16906 * libs/Graphics.c (do_relieve_rectangle):
16907 (RelieveRectangle):
16908 (RelieveRectangle2):
16909 allow alternate shading for title buttons
16911 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16914 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16915 Add a formal description of how fvwm maintains module's configs
16916 Change manpages of individual modules to refer to fvwm2(1) for
16917 details about specifying configuration
16919 * fvwm/add_window.c (setup_window_placement):
16920 desk and page can now really be given as X resources a la
16923 * libs/XResource.c (GetResourceString):
16924 resource -> lower case, class -> upper case
16928 changed version to 2.5.0
16930 * Makefile.am (distcheck2):
16931 build distcheck before dist2; save a few seconds if the build fails
16934 * libs/ClientMsg.c:
16938 * libs/gethostname.c:
16941 * libs/safemalloc.c:
16942 * libs/strcasecmp.c:
16945 * libs/strncasecmp.c:
16954 changed version to 2.4.1 again
16956 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16958 * libs/Bindings.c (FvwmStringToKeysym):
16959 try both cases of the first letter of a key name
16961 * fvwm/ConfigFvwmDefaults:
16962 * fvwm/windowlist.c (winCompareReverse):
16964 new WindowList option ReverseOrder; use the new option in the default
16965 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16966 cycle through the whole window list. The old behaviour only toggled
16967 between two windows. Also, a simple Alt-Tab can be used to switch to
16968 the next window instead of Alt-Tab-Tab.
16970 * libs/FScreen.c (FScreenInit):
16971 fixed a Xinerama crash
16974 print a verbose error message and exit if X11 headers and libraries
16977 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16979 * fvwm/fvwm.c (main):
16982 new library for X shape encapsulation
16984 * fvwm/builtins.c (CMD_WindowShade):
16985 * fvwm/borders.c (SetupFrame):
16986 fixed shading of windows without title and border
16987 fixed shading of shaped windows; fixes bug #732
16989 * fvwm/builtins.c (CMD_SetEnv):
16990 calling SetEnv without a value is the same as UnsetEnv
16992 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16994 * fvwm/events.c (HandleReparentNotify):
16995 fixed vanishing windows in rapid map/unmap cycles; bug #770
16997 * fvwm/add_window.c (hide_screen):
16998 fixed possible BadWindow error
17000 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17002 * fvwm/virtual.c (MoveViewport):
17004 (CMD_GotoDeskAndPage):
17006 GotoDeskAndPage records its own history of last visited desk/page
17008 * libs/FScreen.c (FScreenInit):
17009 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17011 2001-09-05 olicha <olivier.chapuis@free.fr>
17013 * fvwm/session.c (MatchWinToSM):
17014 * fvwm/add_window.c (setup_window_structure):
17015 * fvwm/move_resize.c (moveLoop):
17016 Fixed PlacedByButton3 condition
17018 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17021 * fvwm/functions.c (func_config):
17022 * fvwm/module_interface.c (broadcast_xinerama_state):
17023 * fvwm/virtual.c (CMD_Xinerama):
17024 (CMD_XineramaPrimaryScreen):
17026 (CMD_XineramaSlsSize):
17028 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17029 XineramaSls and XineramaSlsSize
17030 restructured parts of the FScreen code
17032 * fvwm/functions.c (func_config):
17033 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17035 * libs/Graphics.c (RelieveRectangle):
17036 allow calling the function with w == 0 or h == 0 without a message
17038 * fvwm/window_flags.h (SET_STYLE_DELETED):
17039 * fvwm/style.c (CMD_DestroyStyle):
17040 (check_window_style_change):
17041 * fvwm/fvwm.h (window_style):
17042 update windows when a style is deleted
17045 fixed xpm detection problem caused by wrong library order
17047 2001-09-05 olicha <olivier.chapuis@free.fr>
17049 * NEWS: PlacedByFvwm
17051 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17053 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17055 2001-09-04 olicha <olivier.chapuis@free.fr>
17058 * fvwm/windows_flags.h:
17059 * fvwm/placement.c (PlaceWindow):
17060 * fvwm/add_window.c (setup_window_structure):
17061 * fvwm/conditional.c (CreateConditionMask):
17062 * fvwm/session.c (get_version_string):
17065 Added a new windows_flags is_placed_by_fvwm and a new condition
17068 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17070 * fvwm/focus.c (focus_grab_buttons):
17072 disabled xt/double click patch for now
17074 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17076 * libs/Graphics.c (RelieveRectangle):
17077 print a warning if one of the dimensions is <= 0
17079 * fvwm/placement.c (PlaceWindow):
17080 take care of windows that have both, PPosition and USPosition set
17081 take care of transient windows that have neither PPosition nor
17084 2001-09-01 olicha <olivier.chapuis@free.fr>
17086 * libs/FScreen.c (FScreenInit):
17087 Fixed the position of the xinerama emulation delimiters
17089 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17092 Xinerama introduction
17094 * fvwm/icons.c (AutoPlaceIcon):
17095 try to place icons of screen with the window center, and if that fails
17098 * libs/FScreen.c (FScreenGetScrRect):
17099 performance improvement for non-xinerama systems
17101 * fvwm/update.c (apply_window_updates):
17102 (flush_window_updates):
17103 update icon boxes and icon position when xinerama layout changes
17105 * fvwm/icons.c (AutoPlaceIcon):
17106 limit placement of icons using no icon box to screen boundaries
17107 adapt icon boxes to xinerama layout whenever used
17109 * fvwm/placement.c (PlaceWindow):
17110 * fvwm/style.c (CMD_Style):
17111 (check_window_style_change):
17112 * fvwm/style.h (SUSE_NO_USPOSITION):
17113 (SUSE_NO_TRANSIENT_PPOSITION):
17114 (SUSE_NO_TRANSIENT_USPOSITION):
17115 * fvwm/fvwm.h (struct):
17116 implemented new styles NoUSPosition/UseUSPosition,
17117 NoTransientPPosition/UseTransientPPosition,
17118 NoTransientUSPosition/UseTransientUSPosition.
17119 These work exactly like NoPPosition/UsePPosition.
17120 Transient windows ignore the window position if neither the PPosition
17121 nor the USPosition hint is set.
17123 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17125 * fvwm/focus.c (restore_focus_after_unmap):
17126 fixed a bug transfering the focus when a window was iconified
17128 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17130 * fvwm/conditional.c (MatchesConditionMask):
17131 * fvwm/move_resize.c (position_geometry_window):
17132 * fvwm/placement.c (PlaceWindow):
17133 * fvwm/menus.c (pop_menu_up):
17134 * fvwm/move_resize.c (move_window_doit):
17135 * fvwm/icons.c (do_all_iconboxes):
17136 * fvwm/placement.c (PlaceWindow):
17137 * fvwm/menus.c (update_menu):
17138 adapted to new FScreen... signatures
17140 * libs/FScreen.c (FScreenClipToScreen):
17141 (FScreenGetScrCenterCenter):
17142 (FScreenCenterCurrent):
17143 (FScreenCenterPrimary):
17144 (FScreenGetCurrent00):
17145 (FScreenGetGlobalScrRect):
17146 (FScreenGetPrimaryScrRect):
17147 (FScreenGetScrRect):
17148 (FScreenIsRectangleOnScreen):
17149 unified all the FSCreen... functions using a common signature, removed
17152 * fvwm/style.c (CMD_Style):
17153 init icon box screen
17155 * fvwm/move_resize.c (move_window_doit):
17157 * libs/Makefile.am:
17158 * libs/XineramaSupport.c:
17159 * libs/XineramaSupport.h:
17161 exported and renamed screen defines
17168 * fvwm/placement.c:
17169 * fvwm/move_resize.c:
17170 * fvwm/module_interface.c:
17175 * fvwm/conditional.c:
17176 * libs/XineramaSupport.c:
17177 renamed all XineramaSupport...() functions to FScreen...()
17179 * fvwm/style.c (CMD_Style):
17182 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17184 * fvwm/style.c (CMD_Style):
17185 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17186 using geometry spec.
17188 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17192 new function QuoteString() to add and escape single quotes to strings
17194 * fvwm/menus.c (MenuInteraction):
17195 quote both missing function name and menu name for
17196 MissingSubmenuFunction
17198 * fvwm/functions.c (expand):
17201 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17203 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17205 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17207 * fvwm/cursor.c (CMD_CursorStyle):
17208 * fvwm/icons.c (GetXPMFile):
17209 * libs/Colorset.c (SetWindowBackground):
17212 * libs/Bindings.c (AddBinding):
17213 tired to help with problem binding keys that have a keycode with no
17214 modifiers and another keycode with some modifiers pressed, e.g.
17215 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17216 F1 generating the actioon bound to F11 sometimes
17218 * fvwm/focus.c (focus_grab_buttons):
17221 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17223 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17225 2001-08-20 Bob Woodside <proteus@pcnet.com>
17227 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17228 grab synchronization so apps using XtTranslations to catch double-
17229 clicks don't get confused by extraneous Leave/EnterNotify events.
17230 This fixes the "xfm/moxfm don't see double-clicks" problem.
17232 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17234 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17236 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17238 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17241 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17242 until later when the window is actually placed.
17244 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17245 position calculation.
17247 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17249 * fvwm/update.c (flush_window_updates):
17250 * fvwm/screen.h (ScreenInfo):
17251 * fvwm/virtual.c (CMD_Xinerama):
17253 * fvwm/move_resize.c (CMD_Maximize):
17254 * fvwm/placement.c (PlaceWindow):
17255 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17259 describe new maximize options
17261 * fvwm/move_resize.c (MaximizeWidth):
17264 applied Dmitry's Xinerama patch for Maximize command
17265 replaced "global" and "absolute" with "screen" which is more flexible
17267 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17269 * libs/Parse.c (SkipQuote):
17270 fixed a bug in handling of caller specified quote pairs
17272 * fvwm/move_resize.c (CMD_Maximize):
17273 keep window on correct page when viewport does not start on a page
17276 * libs/XError.c (error_name):
17278 fixed core dump in error handling
17280 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17286 renamed --disable-gnome to --disable-gnome-hints;
17287 documented configure options --with-gnome*;
17288 small improvements in documentation;
17289 use underscore in version instead of dash that causes rpm problems
17291 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17293 * libs/Makefile.am:
17294 added fvwmrect.h to dist
17296 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17298 * libs/XineramaSupport.c: Disable debug printing.
17300 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17302 * libs/defaults.h (DEFAULT_MENU_STYLE):
17303 reset colour sets in default menu style too
17305 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17309 completed the libstroke-0.5 compatibility fix
17311 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17313 * fvwm/move_resize.c (draw_move_resize_grid):
17314 fixed drawing of resize grid when invoked from button or key press
17316 * fvwm/placement.c (PlaceWindow):
17317 rewrote a condition to improve readability
17318 fixed StartsOn... w/ SkipMapping
17320 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17322 * fvwm/session.c (MatchWinToSM):
17323 (LoadWindowStates):
17324 (SaveWindowStates):
17325 * fvwm/move_resize.c (CMD_Resize):
17326 * fvwm/events.c (HandlePropertyNotify):
17327 (HandleConfigureRequest):
17328 * fvwm/move_resize.c (CMD_ResizeMove):
17331 * fvwm/update.c (apply_window_updates):
17332 * fvwm/add_window.c (AddWindow):
17333 * fvwm/geometry.c (constrain_size):
17334 (gravity_constrain_size):
17335 the Resize command honors the window gravity
17336 changing the size increment of maximized windows no longer shrinks the
17340 keep expanded icon titles on screen
17342 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17344 * fvwm/icons.c (do_all_iconboxes):
17345 default icon box fills the primary screen
17347 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17348 fixed default_screen argument
17350 * fvwm/style.c (merge_styles):
17351 * fvwm/fvwm.h (window_style):
17352 * fvwm/style.h (SSET_START_SCREEN):
17353 * fvwm/add_window.c (setup_window_placement):
17354 * fvwm/placement.c (PlaceWindow):
17356 implemented StartsOnScreen style
17358 * fvwm/placement.c (PlaceWindow):
17364 Place new windows on xinerama screens
17366 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17367 fixed core dump in debug output
17369 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17371 * fvwm/placement.c:
17372 removed unused variable
17374 2001-08-07 olicha <olivier.chapuis@free.fr>
17377 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17379 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17381 * fvwm/virtual.c (CMD_Xinerama):
17382 replaced XineramaEnable and ...Disable with XineramaCommand
17384 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17385 (XineramaSupportGetScreenArgument):
17388 * fvwm/functions.c (func_config):
17389 * fvwm/move_resize.c (move_window_doit):
17391 (CMD_AnimatedMove):
17393 (CMD_MoveToScreen):
17395 added new command MoveToScreen
17397 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17403 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17404 fixed parsing of negative geometries
17405 (XineramaSupportParseGeometryWithScreen):
17407 (XineramaSupportGetNumberedScreenRect):
17410 * sample.fvwmrc/system.fvwm2rc:
17411 * sample.fvwmrc/new-features:
17412 * sample.fvwmrc/system.fvwm2rc-sample-95:
17413 * sample.fvwmrc/system.fvwm2rc-sample-2:
17414 * sample.fvwmrc/system.fvwm2rc-sample-1:
17416 updated for new condition
17418 * fvwm/conditional.c (CreateConditionMask):
17419 (MatchesConditionMask):
17420 * fvwm/fvwm.h (WindowConditionMask):
17421 implemented new condition AcceptsFocus to cope with applications like
17422 xclock that have circulatehit but don't take focus
17424 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17426 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17427 handle Xinerama screens
17429 * fvwm/style.c (CMD_Style):
17430 * fvwm/menus.c (get_menu_options):
17431 cope with Xinerama like geometries with screen info
17433 * fvwm/virtual.c (CMD_XineramaEnable):
17434 XineramaEnable optionally takes the number of the primary screen as its
17437 * fvwm/events.c (GetContext):
17440 * fvwm/virtual.c (HandlePaging):
17441 * fvwm/events.c (HandleButtonPress):
17442 * fvwm/events.h (XEVMASK_PANFW):
17443 fixed button and key event handling over pan frames; fixes bug #752
17445 * fvwm/menus.c (get_menu_options):
17446 fixed Xinerama placement of menus without options
17448 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17455 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17456 In addition to the existing: @0 is shadow color, @1 is hilight color.
17459 Added the formal description of Vector that was absent.
17461 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17464 some man page corrections
17466 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17468 * fvwm/move_resize.c (handle_stick):
17469 also redraw buttons when a window becomes sticky/slippery to make sure
17470 that MWMDecorStick buttons are updated too; fixes bug #749
17472 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17475 documented previous changes
17478 improved output spacing
17483 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17485 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17486 * fvwm/modconf.c (send_xinerama_state):
17487 * fvwm/module_interface.c (broadcast_xinerama_state):
17489 revised module support for Xinerama
17491 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17492 (XineramaSupportParseGeometry):
17493 (XineramaSupportGetGeometry):
17494 make interface compatible with XineramaSupportParseGeometry().
17495 (XineramaSupportGetPrimaryScreen):
17498 * fvwm/stack.c (raise_over_unmanaged):
17499 fixed restacking of windows with RaiseOverUnmanaged - windows were
17500 raised in reverse order so that the top window became the bottom
17501 window of the ones that were raised
17502 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17503 these are invisible
17505 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17507 * sample.fvwmrc/system.fvwm2rc-sample-95:
17508 fixed syntax of BugOpts command
17510 * fvwm/ConfigFvwmDefaults:
17511 resize window when clicking on the sides of the window by default
17512 instead of moving it
17514 * fvwm/events.c (HandleEnterNotify):
17515 do not delete MouseFocus when pointer moves from one particular sub
17516 window of a frame to another one. Helps with xv/xmms vs unclutter
17517 interaction and also with MouseFocus vs. Open Look applications
17519 * fvwm/move_resize.c (DoSnapAttract):
17520 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17521 fixed snapping to Xinerama screen edges
17522 (XineramaSupportIsEnabled):
17523 return False is the X server provides only a single screen
17526 Added descriptions of conditions CurrentDesk, CurrentPage,
17527 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17528 CurrentGlobalPageAnyDesk
17530 * fvwm/fvwm.h (rectangle):
17532 typedefs moved to libs/fvwmlib.h
17534 * fvwm/conditional.c (MatchesConditionMask):
17535 * fvwm/fvwm.h (WindowConditionMask):
17536 * fvwm/conditional.c:
17537 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17538 for Xinerama support
17540 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17541 (send_xinerama_state):
17542 * fvwm/module_interface.c (broadcast_xinerama_state):
17543 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17544 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17545 communicate xinerama state at module startup
17547 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17549 * libs/XineramaSupport.c:
17550 next Xinerama patch
17552 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17554 * fvwm/move_resize.c (moveLoop):
17555 windows were lost off screen w/ non opaque interactive move when motion
17556 was aborted with Escape on a different page that it was started
17558 * fvwm/move_resize.c (position_geometry_window):
17566 * libs/XineramaSupport.c (GetMouseXY):
17567 (XineramaSupportCenterCurrent):
17568 (XineramaSupportGetCurrent00):
17569 (XineramaSupportGetCurrentScrRect):
17570 allow to pass in an event with the pointer position
17571 minimize number of XQueryPointer calls in interactive move/resize
17574 * fvwm/move_resize.c (resize_geometry_window):
17577 border width of geometry window moved to defaults.h
17578 moved strings for size window formatting to defaults.h
17579 reworked calculations of geometry window dimensions
17581 * fvwm/move_resize.c (resize_geometry_window):
17582 (position_geometry_window):
17586 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17587 * fvwm/fvwm.c (main):
17588 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17589 resize_geometry_window and position_geometry_window
17591 * fvwm/fvwm.c (main):
17592 fixed resizing geometry window before creating it
17594 * fvwm/move_resize.c (switch_move_resize_grid):
17596 * fvwm/virtual.c (HandlePaging):
17597 renamed MoveOutline to draw_move_resize_grid and made static
17598 new function switch_move_resize_grid for external calls
17599 delete grid before moving the geometry window to get rid of arifacts of
17602 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17604 * libs/XineramaSupport.c (XineramaSupportInit):
17605 make the blank area in Xinerama emulation usable again
17607 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17609 * fvwm/menus.c (update_menu):
17612 (calculate_item_sizes):
17613 (size_menu_horizontally):
17614 (size_menu_vertically):
17615 menus are resized to fit their Xinerama screen every time they are
17616 popped up and the screen size has changed
17618 2001-07-23 olicha <olivier.chapuis@free.fr>
17620 * libs/XineramaSupport.c (XineramaSupportInit):
17621 Draw the xinerama simulation screens with orr windows
17623 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17625 * fvwm/windowlist.c (CMD_WindowList):
17626 fixed windowlist placement w/ Xinerama
17628 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17630 * fvwm/menus.c (pop_menu_up):
17631 fixed calculations that force a menu on screen w/ Xinerama
17633 * fvwm/move_resize.c (DoSnapAttract):
17634 removed some code that slipped in with xinerama patch and broke
17635 vertical SnapAttraction
17637 * fvwm/virtual.c (CMD_EdgeResistance):
17640 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17641 take reference position src_x/src_y to determine screen
17643 * fvwm/windowlist.c (CMD_WindowList):
17644 * fvwm/menus.c (get_menu_options):
17645 (get_popup_options):
17648 handle Xinerama screens for positioning menus w/ posthints
17650 * fvwm/menus.c (get_menu_options):
17652 fix for icon/window context rectangle when window is in wrong state
17654 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17657 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17658 compiled in; fixed linking by adding -lXinerama; small corrections
17660 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17662 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17664 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17666 * libs/XineramaSupport.c (XineramaSupportInit):
17667 added xinerama emulation for developers
17669 * fvwm/virtual.c (CMD_XineramaEnable):
17670 (CMD_XineramaDisable):
17671 * fvwm/module_interface.c (BroadcastConfigInfoString):
17672 added function to communicate Xinerama on/off to modules
17674 * fvwm/module_interface.c:
17675 include time.h to fix warning
17676 * libs/XineramaSupport.c:
17677 * fvwm/fvwm.c (setVersionInfo):
17678 * fvwm/Makefile.am:
17681 cleanded up xinerama detection
17682 added shape detection
17684 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17687 Added Xinerama introduction
17689 * fvwm/fvwm.c (setVersionInfo):
17690 print xinerama support
17692 * fvwm/conditional.c (CreateConditionMask):
17693 added CirculateHitShaded option for conditional commands that was
17694 described in the man page but not implemented
17696 * fvwm/fvwm.h (WindowConditionMask):
17697 removed unused flags
17699 * fvwm/conditional.c (MatchesConditionMask):
17700 fixed CirculateHitIcon option in conditional commands
17703 reformatted man page source to improve readability
17704 fixed some source formatting bugs
17706 * libs/XineramaSupport.c (GetMouseXY):
17707 don't poll the pointer if there is only one screen or if xinerama is
17711 * fvwm/fvwm.c (main):
17712 removed -noxinerama option
17714 * fvwm/fvwm.c (main):
17715 size window is positioned and sized in move_resize.c
17717 * libs/XineramaSupport.c:
17721 print Xinerama support in configure summary
17724 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17726 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17731 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17732 define missing macros needed for old AIX keysymdef and old stroke.h
17736 remove the previous compilation fixes, now handled by configure
17738 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17740 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17742 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17745 use libstroke-0.5 constant names while still supporting 0.3/0.4
17748 compiling fix for old AIX, which does not define XK_Page_Up/Down
17750 * module_interface.c:
17751 minor compiling fix for some proprietary preprocessors
17753 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17756 use more compatible and structured syntax in SYNOPSIS
17758 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17761 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17762 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17765 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17768 changed version to 2.4.1
17771 small fix that should solve the problem with running autoconf
17772 (autoreconf is ok) from autoconf-2.50;
17773 applied a patch that adds gtk include dirs to gnome include dirs
17775 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17777 * NEWS, configure.in:
17778 changed version to 2.4.0.1
17780 * *: fvwm 2.4 has been released :-))