1 2010-08-09 Thomas Adam <thomas@xteddy.org>
4 Updated for the FVWM 2.5.31 release.
6 2010-08-07 Thomas Adam <thomas@xteddy.org>
7 * fvwm/builtins.c (CMD_Exec):
8 Remove extraneous whitespace.
10 2010-07-28 Thomas Adam <thomas@xteddy.org>
11 * fvwm/builtins.c (CMD_Exec):
12 Close fd if it's not opened successfully.
14 2010-07-28 Thomas Adam <thomas@xteddy.org>
15 * fvwm/update.c (apply_window_updates):
17 Copy over State settings on WindowStyle command.
19 When merging/updating style hints for recaptured windows, ensure we
20 preserve any State hints set on the window.
22 2010-05-22 Thomas Adam <thomas@xteddy.org>
23 * fvwm/windowlist.c (CMD_WindowList):
25 When reporting on a window's width and height ensure we use the
26 orig_hints XSizeHints struct for calculating resize increment
29 2010-05-09 Thomas Adam <thomas@xteddy.org>
32 Update CVS to use 2.5.31
34 2010-05-09 Thomas Adam <thomas@xteddy.org>
38 Updated for the FVWM 2.5.30 release.
40 2010-05-09 Thomas Adam <thomas@xteddy.org>
42 Cosmetic clean up for NEWS.
44 2010-04-28 Dan Espen <dane@mk.telcordia.com>
45 * fvwm/colorset.c (parse_colorset): Remove bogus error message.
47 2010-04-24 Thomas Adam <thomas@xteddy.org>
49 Define version checks for conditional macros.
51 libpng 1.4.0 has different macros for previous version of the same
52 macros in libong 1.2.0, so check for them here.
54 2010-04-18 Thomas Adam <thomas@xteddy.org>
55 * libs/charmap.c (charmap_table_to_string):
56 Don't allow incremental matching of C_ALL for contexts.
58 When printing out bindings, ensure we allow "A" for any/all
59 contexts/modifiers to be matched exactly, so that the context column for
60 bindings matches with what the user put in their config file.
62 2010-04-03 Thomas Adam <thomas@xteddy.org>
65 Updated for the FVWM 2.5.29 release.
67 2010-04-03 Thomas Adam <thomas@xteddy.org>
69 Cull unused functions when compiling against librplay.
71 When compiling with -Werror, ensure we're not trying to use unneeded
72 librplay static functions we ourselves declare.
74 2010-04-03 Thomas Adam <thomas@xteddy.org>
75 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
76 Tweak placement calculation for over-zealous windows.
78 Don't adjust a window's position unless it's actually greater than the
79 screen's dimension (i.e., potentially placed off screen.)
81 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
82 * fvwm/windowlist.c (CMD_WindowList):
83 Free allocated memory.
85 2010-02-28 Thomas Adam <thomas@xteddy.org>
86 * fvwm/move_resize.c (__resize_step):
87 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
89 When calling DisplaySize() from a resize event performed on a window,
90 ensure we use the window's last event (which will be MotionNotify
91 anyway) otherwise this completely confuses the GeometryWindow as it has
92 to then update itself each time.
94 When using Xinerama/TwinView, the effect is that the GeometryWindow
95 flickers and/or displays itself on the opposite screen to where the
96 pointer is, because the x/y positions don't take into account the
97 location of the pointer from the original hand-crafted event, but are
98 correct from the execute context the window being resized is called in.
100 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
101 * fvwm/style.c (check_window_style_change):
102 * fvwm/update.c (apply_window_updates):
104 Propagate Layer changes via Style command on-the-fly.
106 Until there's a distinction between initially-mapped styles and runtime
107 commands, and that currently, Style commands take effect immediately,
108 ensure that for any Layer requests received via Style commands, these
109 too are applied immediately.
111 The previous assumption was that this was only applicable when mapping a
112 new window, but goes against expectations from the user.
114 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
115 * fvwm/read.c (run_command_file):
116 Restructure how we look for Read files slightly.
118 When searching for files with the Read command, check to see if the file
119 first of all has an absolute path and if so open it. If it's relative
120 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
121 the file still can't be found, try and open it outright. This will
126 as a valid filename -- of course this really only makes sense when
127 invoking fvwm with "-f" on the command-line, as relative paths to config
128 files in this way should be built up using "$."
130 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
131 * fvwm/menustyle.c (menustyle_copy_face):
132 Fix segfault setting MenuFace pixmap style for menus.
134 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
135 non-existent pixmap from an invalid pointer.
137 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
138 * fvwm/read.c (run_command_file):
139 Fix opening of files to Read/PipeRead to accept absolute paths.
141 Don't just assume "/" is a valid identifier for opening files. "./" is
142 just as likely. Fixes use-case of:
144 fvwm -f ./some_fvwm2rc
146 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
147 * fvwm/events.c (flush_property_notify):
148 Add atom to struct so it is checked for by test_typed_window_event().
150 2010-01-04 David Fries <David@Fries.net>
151 * fvwm/events.c (test_typed_window_event):
152 * fvwm/events.c (flush_property_notify):
153 Efficiently handle flushing property events of the same type.
155 * fvwm/events.h (test_typed_window_event_args):
156 Add XAtom type to struct.
158 2010-01-04 David Fries <David@Fries.net>
159 * fvwm/virtual.c (HandlePaging):
160 Move no page detect check, it wasn't being hit.
161 * fvwm/move_resize.c (__move_loop):
162 Transform window position to pointer position and back when calling
165 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
166 * fvwm/menustyle.c (menustyle_copy_face):
167 Fix segfault when creating a tearoff menu using a Pixmap background.
169 When we copy the original menustyle to the new torn-off menu which
170 contains a background image, don't then update the menu's pixel
171 background color, as this is already free()d for us by an earlier copy
174 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
175 * fvwm/builtins.c (CMD_BugOpts):
178 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
179 * fvwm/builtins.c (CMD_BugOpts):
180 * fvwm/fvwm.c (InitVariables):
181 * fvwm/events.c (HandleClientMessage):
183 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
184 Qt windows handle having ClientMessage events sent to them.
186 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
187 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
188 Fix y-axis offset calculations when using MinOverlapPlacement, by
189 forcing the window on-screen when over-zealous penality calculations
190 don't take into account the size of the window borders.
192 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
193 * bin/fvwm-convert-2.6.1.in:
194 Add in BUGS section a note that converting over FvwmTheme lines is
197 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
200 * bin/fvwm-convert-2.6.in:
201 * bin/fvwm-convert-2.6.1.in:
202 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
205 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
206 * libs/Flocale.c (FlocaleEncodeString):
207 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
209 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
210 * fvwm/fvwm.c (StartupStuff):
211 Reset the state of the "Restarting" flag to False when restarting FVWM.
213 * fvwm/events.c (HandleMapRequestKeepRaised):
214 Only run InitialMapCommand when FVWM isn't restarting and all windows
215 have been recaptured. The window is already mapped by the time FVWM is
216 restarting, and running the InitialMapCommand again only serves to
217 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
219 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
223 increased version number to 2.5.29
226 updated for 2.5.28 release
228 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
231 * fvwm/ewmh.c (ewmh_ChangeProperty):
232 only convert _NET_WM_ICON hint to long before storing
234 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
236 * fvwm/builtins.c (CMD_BugOpts):
237 remove unused variables
240 * fvwm/ewmh.c (ewmh_ChangeProperty):
241 fix storing of CARD32 arrays on 64 bit machines
243 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
244 prevent segmentation fault when reading a bad _NET_WM_ICON hint
246 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
247 * fvwm/geometry.c (__cs_handle_aspect_ratio):
248 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
249 otherwise continual loop when resizing windows when keeping aspect
250 ratio (c.f. mplayer.)
252 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
254 Fix typo in AS_HELP_STRING referring to enable-htmldoc
256 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
259 * fvwm/builtins.c (CMD_BugOpts):
260 Fix parsing of BugOpts options lists separated by ',', and
261 restoring to default value when the boolean option is omitted if
269 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
270 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
271 (is_translit_supported, set_default_iconv_charsets)
272 (set_iconv_charset_index, FiconvUtf8ToCharset):
273 * fvwm/builtins.c (CMD_BugOpts):
274 Add TransliterateUtf8 bug opt for working around clients
275 which don't care about the WM_NAME value.
277 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
280 * fvwm/stack.c (BroadcastRestack):
281 Fix splitting or M_RESTACK packages causing weird window stacking
282 in modules when more than 83 windows are broadcast.
284 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
286 Remove dnl comments from configure.ac regarding malloc.h -- it's
287 self-explanatory anyway.
289 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
291 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
292 -- this never used to produce compiler warnings, but things are
293 starting to become more vocal, so don't use this in our
294 ./configure script if we're compiling FVWM on a *BSD system.
296 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
300 * fvwm/add_window.c (setup_numeric_vals):
301 add "typedef struct snap_attraction_t"
302 * fvwm/style.c (style_parse_one_style_option):
303 add new SnapAttraction options "None", "ScreenWindows",
304 "ScreenIcons" and "ScreenAll"
305 * fvwm/move_resize.c (DoSnapAttract):
306 Bugfix, option SameType/Icons/Windows did falsely not affect
307 conditions of option "Screen" and option "SameType" snapped
308 falsely icons and windows together. Implement options
309 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
310 screen edge snapping.
312 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
313 * fvwm/add_window.c (setup_window_name_count):
314 * fvwm/add_window.c (setup_icon_name_count):
315 Deprecate these in favour of setup_name_count()
317 * fvwm/add_window.c (setup_name_count):
318 Amalgamate setup_window_name_count and setup_icon_name_count to just
319 one function (very similar code between them.) Used with
320 IndexedWindowName and IndexedIconName.
322 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
325 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
327 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
328 (Frptp_async_putline):
329 Fix ANSI C compatibility.
332 * fvwm/ewmh_names.c (EWMH_WMName):
333 set the HAS_EWMH_WM_NAME flag even if the window name on display
336 same for HAS_EWMH_WM_ICON_NAME
338 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
341 fix for segfault with RPlatHost directive in FvwmEvent
342 * libs/Makefile.am (libfvwm_a_SOURCES):
344 add Fplay.h wrapper header for rplay.h
347 fix debian bug #438132
349 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
352 * fvwm/style.c (fw_match_style_id):
353 Fix fvwmstyle resource
355 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
358 * fvwm/events.c (HandleMapRequestKeepRaised):
359 Make sure that a PropertyNotify on the WM_STATE property is always
360 sent out when a window is requested to be moved to the withdrawn
361 state. (Needed by QT)
363 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
365 * sample.fvwmrc/DecorMwm:
366 * sample.fvwmrc/DecorWin95:
367 * sample.fvwmrc/new-features:
368 * sample.fvwmrc/system.fvwm2rc:
369 * sample.fvwmrc/system.fvwm2rc-sample-1:
370 * sample.fvwmrc/system.fvwm2rc-sample-2:
371 * sample.fvwmrc/system.fvwm2rc-sample-95:
372 Use !-negation for styles instead of No...
377 * sample.fvwmrc/system.fvwm2rc-sample-95:
378 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
379 sed -i 's/StayOnTop/StaysOnTop/'
380 According to patches by Manoj Srivastava
382 2009-03-17 Mikhael Goikhman <migo@homemail.com>
387 convert my old code to use var_name and function_name coding style
389 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
393 increased version to 2.5.28
398 updated for 2.5.27 release
400 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
401 * fvwm/bindings.c (print_bindings):
402 Fixed compilation of not having libstroke installed by using ifdefs
405 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
407 * fvwm/bindings.c (print_bindings):
410 * libs/charmap.c (charmap_table_to_string):
411 several memory menagement fixes.
413 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
415 * libs/charmap.c (charmap_table_to_string):
416 Reduce memory management on the stack, by making only those variables
417 to be accessed outside of the function charmap_table_to_string()
418 allocated on the heap instead.
420 * fvwm/bindings.c (print_bindings):
421 b->Action was previously checked whether it was NULL or not before
422 printing its value to STDERR -- however, this caused a segfault when
423 trying to perform strlen() operations internally -- hence don't bother
424 checking if it's NULL. This avoids segfaulting.
426 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
428 * libs/charmap.c (charmap_table_to_string):
430 Introduce charmap_to_string function which is used to build up a
431 binding string, for use with PrintInfo.
433 * fvwm/bindings.c (print_bindings):
434 Introduce print_bindings to print all bindings known to fvwm.
436 * fvwm/builtins.c (CMD_PrintInfo):
438 Add support for "binding" as an option to PrintInfo.
440 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
442 * fvwm/placement.c (__pl_position_get_pos_simple):
443 Force the window on-screen if using PositionPlacement UnderMouse.
445 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
447 * fvwm/events.c (HandleMapRequestKeepRaised):
448 * fvwm/add_window.c (AddWindow):
450 * fvwm/style.c (style_parse_one_style_option):
451 add new style InitialMapCommand
453 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
455 * bin/fvwm-menu-desktop.in:
456 Fix the location prefix for GNOME application files.
458 2008-12-29 Alexandre Julliard <julliard@winehq.org>
460 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
461 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
462 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
463 horizontally maximized.
465 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
468 * fvwm/module_list.c (do_execute_module):
469 * fvwm/fvwm.c (fvmm_deinstall_signals):
470 restore default signal handlers before execl()/execvp()
472 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
474 * fvwm/style.c (fw_match_style_id):
475 Allow for the window's visible name to be considered when matching a
476 style line. It is possible to use $[w.visiblename] as the style name.
477 Whilst the normal name and the visible name are usually the same, in
478 the case of having IndxedWindowName, if a style line matches this as a
479 visible name, apply it first of all.
481 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
484 Add $[w.visiblename] as an expansion parameter.
486 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
488 * fvwm/placement.c (__pl_position_get_pos_simple):
489 position placement honours StartsOnPage
491 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
493 * fvwm/session.c (MatchWinToSM):
494 fixed keeping fullscreen state of windows over a restart; the old code
495 tried to do this through session management and effectively overwrote
496 the responsible ewmh hint; eventually, fvwm thought that the window
497 was fullscreen without actually making it fullscreen
499 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
501 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
502 fixed compiler warning caused by a logic error in previous patch
505 applied png detection fix by Yuri Bushmelev for cross compiliation
507 * fvwm/events.c (__handle_cr_on_client):
508 fixed event merging with auto motion detection
510 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
513 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
514 * fvwm/events.h (events_handle_configure_request):
515 * fvwm/events.c (events_handle_configure_request):
516 (__handle_cr_on_client):
517 (__handle_configure_request):
518 fix handling of _NET_MOVERESIZE_WINDOW
519 (__cr_detect_icccm_move):
520 remove douplicate code
522 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
525 * fvwm/add_window.c (setup_frame_window):
526 fix compilation without XRender
528 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
534 Convert Latin-1 encodings to UTF-8
536 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
540 increased version to 2.5.27
545 updated for 2.5.26 release
547 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
549 * fvwm/ewmh_events.c (ewmh_WMDesktop):
551 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
552 (ewmh_HandleWindowType):
553 (ewmh_AddToKdeSysTray):
554 (ewmh_HandleWindowType):
556 64-bit fix by Alexandre Julliard
558 2008-03-30 Mikhael Goikhman <migo@homemail.com>
561 fix fribidi detection when it uses pkg-config and not fribidi-config
564 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
565 it now uses fribidi-types.h and not fribidi_types.h
567 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
569 * fvwm/events.c (dispatch_event):
570 Fix handling of Shape events.
572 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
574 * fvwm/menus.c (calc_normal_item_height):
575 (calc_more_item_height):
576 (size_menu_vertically):
577 fix calculations so the menu fit on the screen height
579 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
581 * fvwm/menus.c (size_menu_vertically):
582 added paddings at the top and bottom of the menus
584 * fvwm/menustyle.c (parse_vertical_margins_line):
585 new function to parse the VerticalMargins new MenuStyle
588 * fvwm/menustyle.c (menustyle_get_styleopt_index):
589 added the VerticalMargins option to the list
591 * fvwm/menustyle.c (menustyle_parse_style):
592 added default values for the padding, and a case clause
593 for the specific case when you invoke the VerticalMargins
596 * fvwm/menustyle.c (menustyle_copy):
597 added two lines to copy the menu styles from origin to destiny
600 added macros for the vertical padding stuff
602 * fvwm/menustyle.h (struct MenuLook):
603 added sub-structure to hold the VerticalMargins
605 * fvwm/libs/defaults.h:
606 added one define for MAX_MENU_MARGIN
608 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
610 * fvwm/menuitem.c (draw_highlight_background):
611 fixed drawing of background pictures in menu items
613 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
615 * fvwm/add_window.c (setup_frame_window):
616 fix core dump with ARGB detection code
617 fix compilation without XRender
619 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
623 increased version to 2.5.26
628 updated for 2.5.25 release
630 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
632 * fvwm/fvwm.c (main):
633 further condense the X visual selection code
635 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
637 * fvwm/fvwm.c (main):
638 condense the X visual selection code
640 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
642 * fvwm/events.c (register_event_group)
643 (InitEventHandlerJumpTable, dispatch_event):
644 use separate jump tables for events defined by X-extensions
645 to eliminate the need to ovverride the LASTEvent value.
647 * fvwm/module_list.c (module_list_remove):
648 include the case where the module is first in the list in
649 the loop, fixing a segmentaion fault when the list was empty.
651 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
653 * fvwm/add_window.c (setup_frame_window):
654 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
655 add preliminary support for ARGB windows in fvwm (based on
656 Marc Lehman's argb patch)
658 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
660 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
663 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
665 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
666 catch BadGC when updating root transparent window background
668 * libs/XError.c (do_coredump):
669 (ferror_set_temp_error_handler):
670 (ferror_reset_error_handler)
671 (ferror_call_next_error_handler):
674 * libs/XError.c (PrintXErrorAndCoredump):
675 try to dump core the hard way
677 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
679 * fvwm/colorset.c (parse_colorset):
680 check for image != None before calling XDestroyImage
682 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
683 (ewmh_WMStateMaxHoriz):
685 (ewmh_WMStateShaded):
686 (ewmh_WMStateStaysOnTop):
687 (ewmh_WMStateStaysOnBottom):
688 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
690 also ignore the EWMH staysontop and staysonbottom hints if the
691 EWMHIgnoreStackingOrderHints style is used
693 * fvwm/colorset.c (parse_colorset):
694 Fixed a sporadic crash when the root background set by gnome,
695 fvwm-root, esetroot etc. changes and a root transparent colour set
698 * fvwm/colorset.c (parse_colorset):
699 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
700 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
701 * libs/PictureGraphics.c (PGrabXImage)
702 (PGraphicsCreateTranslucent):
703 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
706 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
708 * libs/PictureGraphics.c (PGrabXImage):
709 fixed XImage memory leak
710 (PCreateRenderPixmap):
711 (PCreateDitherPixmap):
712 Properly handle return code of FgetFImage()
714 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
716 * fvwm/events.c (HandleConfigureRequest):
717 (events_handle_configure_request):
720 * fvwm/ewmh_events.c (ewmh_RestackWindow):
721 (ewmh_MoveResizeWindow):
722 fixed crash when moving/resizing/restacking unmanaged windows through
725 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
727 * fvwm/events.c (HandleMapRequestKeepRaised):
728 fixed compiler warning
730 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
732 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
733 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
735 Fixed the determination of the X charset on UTF-8 system
737 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
739 * fvwm/placement.c (__pl_minoverlap_get_next_x):
740 do not add screen offset to window position
742 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
745 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
748 Some html documentation files were not installed.
750 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
752 * fvwm/style.c (style_parse_one_style_option):
753 fixed parsing of screen argument of the SnapAttraction Style
755 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
757 * fvwm/move_resize.c (DoSnapAttract):
758 Use edge move resistance, and not delay for top edge when moving
761 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
764 * fvwm/events.c (HandleMapRequestKeepRaised)
765 (test_withdraw_request):
766 Don't map windows that request to be moved back to WithdrawnState
767 by the ICCCM2 method before they have been mapped. (Fixes bug with
768 disappearing windows.)
770 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
774 increased version to 2.5.25
778 updated for 2.5.24 release
780 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
782 * fvwm/menus.c (__mloop_exit):
783 * fvwm/menubindings.c (parse_menu_action):
785 reindented and cleaned up some code
787 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
789 * fvwm/update.c (apply_window_updates):
790 * fvwm/add_window.c (setup_style_and_decor):
791 (setup_numeric_vals):
795 * fvwm/events.c (HandleEnterNotify):
796 * fvwm/fvwm.c (InitVariables):
798 * fvwm/session.c (SaveGlobalState):
800 * fvwm/move_resize.c (DoSnapAttract):
803 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
804 They have been replaced by the styles EdgeMoveResistance,
805 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
807 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
811 use AS_HELP_STRING to format the configure options help strings
813 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
815 * fvwm/conditional.c:
818 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
820 * fvwm/ConfigFvwmDefaults:
821 restore default action of closing menus for menu titles
823 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
825 * libs/FScreen.c (FindScreenOfXY):
826 * fvwm/move_resize.c (GetMoveArguments):
827 fixed the "screen w" argument of the Move and other commands
829 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
831 * fvwm/virtual.c (HandlePaging):
832 don't modify *xl and *yt unless we we really page
834 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
836 * fvwm/module_list.h:
837 * fvwm/module_list.c:
840 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
844 increased version to 2.5.24
848 updated for 2.5.23 release
850 * libs/Flocale.c (FlocaleEncodeString):
851 removed previous warning fix
853 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
857 Added new style option: StartShaded.
859 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
861 * libs/Flocale.c (FlocaleEncodeString):
864 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
869 removed old fvwm manpage
871 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
875 increased version to 2.5.23
879 fix the date for 2.5.22 release
881 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
883 * fvwm/windowlist.c (CMD_WindowList):
884 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
887 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
891 use "test ! ... = ..." instead of "test ... != ..."
893 * fvwm/builtins.c (CMD_PropertyChange):
894 fixed completely broken parsing of PropertyChange arguments
896 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
900 updated for 2.5.22 release
902 * fvwm/builtins.c (CMD_PropertyChange):
903 * libs/Flocale.c (FlocaleGetFftFont):
906 (FlocaleGetFontOrFontSet):
909 fix compiler warnings
911 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
914 fixed command table parsing
916 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
918 * fvwm/module_list.c (module_kill):
919 (executeModuleDesperate):
920 (module_list_itr_init):
923 * fvwm/events.c (My_XNextEvent):
924 * fvwm/module_list.c (module_alloc):
926 * fvwm/module_list.h (fmodule):
929 restored *not* useless is_cmdline_module stuff
932 add constants for command group tagging
934 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
939 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
942 check for sed, perl and tbl, needed to build documentation
944 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
946 * libs/System.c (fvwm_mkstemp):
947 use constants from libs/fvwm_sys_stat.h
949 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
951 * fvwm/module_list.c (do_execute_module):
952 fixed possible crash when fork fails
954 * fvwm/module_list.c (module_list_remove):
955 now returns the removed fmodule*, or NULL if unsuccessful
956 removed error message when removing a not listed module (it's normal)
958 * fvwm/module_list.c (module_kill):
959 module is inserted in death_row only if it is successfuly removed from
960 module_list (fixes crash when module is killed more than once)
962 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
964 * fvwm/events.c (My_XNextEvent):
965 fixed hang with startup modules
967 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
969 * fvwm/conditional.c (FreeConditionMask):
970 fixed crash with inverted name condition
975 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
981 * sample.fvwmrc/system.fvwm2rc-sample-95:
982 * sample.fvwmrc/system.fvwm2rc:
983 * sample.fvwmrc/system.fvwm2rc-sample-2:
984 * libs/Picture.c (PicturePrintImageCache):
986 * libs/FGettext.c (FGettextPrintLocalePath):
989 * libs/PictureUtils.c (PictureAllocColorTable)
990 (PicturePrintColorInfo):
995 * libs/Ficonv.c (convert_charsets):
996 (FiconvSetupConversion):
997 * fvwm/decorations.c:
1000 * fvwm/add_window.c (setup_window_font):
1004 * fvwm/conditional.c:
1005 * fvwm/fvwm.c (SetRCDefaults):
1007 * fvwm/ewmh_events.c:
1010 * fvwm/menustyle.c (menustyle_parse_style):
1012 * fvwm/ewmh.c (EWMH_Init):
1013 * libs/Flocale.c (FlocaleParseShadow):
1014 (FlocaleGetFontSet):
1016 (FlocalePrintLocaleInfo):
1017 * fvwm/misc.c (fvwm_msg):
1020 write fvwm in lower case
1023 fixed build without GNU make
1025 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1027 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1028 fixed buffer overflow
1030 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1032 * fvwm/module_list.h (fmodule_list_itr):
1033 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1034 replace iterator struct by typedef
1036 * fvwm/module_list.c (module_list_destroy):
1039 new function to remove dup code
1041 * fvwm/module_list.c (module_kill):
1042 changed to move the module to the deathrow list
1044 * fvwm/module_list.h (fmodule):
1045 * fvwm/module_list.c (module_alloc):
1046 (module_list_remove):
1047 (FlushMessageQueue):
1048 removed is_removed logic
1050 * fvwm/module_list.c (module_safefree):
1053 * fvwm/events.c (My_XNextEvent):
1054 remove old "#if 0" code
1056 * fvwm/module_list.c (module_kill):
1059 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1061 * fvwm/module_list.h (fmodule_list_itr):
1062 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1063 don't store current pointer in module list iterators.
1066 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1068 * fvwm/events.c (My_XNextEvent):
1069 * fvwm/module_list.c (KillModuleByName):
1070 (FlushAllMessageQueues):
1071 * fvwm/module_interface.c (BroadcastPacket):
1072 (BroadcastNewPacket):
1074 (BroadcastFvwmPicture):
1075 (BroadcastColorset):
1076 (BroadcastProperyChange):
1077 (BroadcastConfigInfoString):
1079 * fvwm/modconf.c (ModuleConfig):
1080 * fvwm/stack.c (BroadcastRestack):
1081 replaced module_get_next by module list iterator mechanism
1083 * fvwm/module_list.h:
1084 * fvwm/module_list.c (module_get_next):
1087 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1089 * fvwm/module_list.h:
1090 * fvwm/module_list.c (fmodule):
1096 (FlushAllMessageQueues):
1098 * fvwm/module_interface.c (BroadcastPacket):
1099 (BroadcastNewPacket):
1101 (BroadcastFvwmPicture):
1102 (BroadcastColorset):
1103 (BroadcastProperyChange):
1104 (BroadcastConfigInfoString):
1106 * fvwm/event.c (My_XNextEvent):
1107 * fvwm/stack.c (BroadcastRestack):
1108 * fvwm/modconf.c (ModuleConfig):
1109 changed to work with generic list container
1111 * fvwm/module_list.c (module_insert):
1112 (module_list_insert):
1114 (module_list_remove):
1117 renamed as list handling functions
1119 * fvwm/events.c (My_XNextEvent):
1120 * fvwm/module_list.h:
1121 * fvwm/module_list.c (module_alloc):
1122 (do_execute_module):
1123 removed useless is_cmdline_module stuff
1125 * fvwm/module_list.h:
1126 * fvwm/module_list.c (module_list_insert):
1127 (module_list_remove):
1129 new fmodule_list object representing a module list.
1130 changed the module lists to the new object.
1131 changed list functions to use the list object instead of the
1132 fmodule_store pointer.
1134 * fvwm/events.c (My_XNextEvent):
1135 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1137 * fvwm/module_list.h (fmodule_list_itr):
1138 * fvwm/module_list.c (fmodule_list_itr_init):
1139 (fmodule_list_itr_next):
1140 created a smart (safe) iterator mechanism to replace the
1141 module_get_next function
1143 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1147 added empty functions to replace CMD_Dummy
1150 use subordinate Makefile.ams instead of iuncluding files from other
1154 removed FVWMNAMEUCASE
1159 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1160 force --enable-htmldoc on "make distcheck"
1162 * fvwm/events.c (HandleEnterNotify):
1163 (HandleLeaveNotify):
1164 properly generate enter_window and leave_window events for FvwmEvent
1166 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1168 * fvwm/move_resize.c (GetOnePositionArgument):
1170 (ParsePositionArgumentSuffix):
1173 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1175 * fvwm/move_resize.c (GetOnePositionArgument):
1176 fixed position calculation with the "w" prefix (move w-1 w-1).
1177 (GetOnePositionArgument):
1180 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1182 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1184 reduce indentation level
1185 add comment to explain why suppressing the warning is right
1187 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1189 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1190 fixed using uninitialized variable
1192 * fvwm/menus.c (scanForStrings):
1193 suppress compiler warning for now
1195 * fvwm/move_resize.c (resize_move_window):
1196 (AnimatedMoveAnyWindow):
1200 * fvwm/module_interface.c (__get_allowed_actions):
1201 * fvwm/menuitem.c (menuitem_paint):
1202 * fvwm/icons.c (CMD_Iconify):
1203 * fvwm/gnome.c (GNOME_SetHints):
1204 * fvwm/ewmh.c (ewmh_AllowsClose):
1206 (ewmh_AllowsFullScreen):
1207 (ewmh_AllowsMinimize)
1208 (ewmh_AllowsMaximize):
1212 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1213 (ewmh_MoveResizeWindow):
1216 (ewmh_WMStateHidden):
1217 * fvwm/events.c (__handle_cr_on_client):
1218 * fvwm/decorations.c (__is_resize_allowed):
1219 (is_function_allowed):
1220 * fvwm/conditional.c (MatchesConditionMask):
1221 * fvwm/builtins.c (CMD_Delete):
1222 * fvwm/add_window.c (AddWindow):
1223 is_function allowed now differentiates between US program actions and
1224 actions initiated by interaction between fvwm and the user
1226 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1228 * fvwm/menus.c (__scan_for_pixmap):
1229 fixed compiler warning
1231 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1232 (ewmh_RestackWindow):
1233 honor FixedSize/FixedPosition styles in EWMH messages too
1235 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1237 * fvwm/fvwm.c (setVersionInfo):
1238 add XCursor support to version output
1240 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1241 (SCTX_GET_MR, string_context_type_t, string_context_t)
1242 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1243 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1244 reimplement pixmap and color scanning for menus to better handle
1247 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1250 don't install fvwm.1
1252 * fvwm/events.c (My_XNextEvent):
1253 remove unused varaible
1255 * fvwm/events.c (My_XNextEvent):
1256 * fvwm/module_list.h:
1257 * fvwm/module_list.c (module_store, module_alloc)
1258 (module_kill_all, module_safefree, module_remove)
1259 (do_execute_module, module_kill, module_cleanup, module_get_next)
1260 (FlushMessageQueue):
1261 Don't free module stuctures during module I/O. (Fixes segfault.)
1263 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1267 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1268 Someone missed to add extra conditions when changing from
1271 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1274 fixed liXcursor detection
1276 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1280 * fvwm/menus.c (scanForPixmap):
1281 made it possible to escape '*' '%' '@' in filenames
1283 * libs/PictureImageLoader.c (PImageLoadSvg):
1284 added transposing and none uniform scaling to svg options
1286 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1288 * libs/PictureImageLoader.c:
1290 (PImageLoadCursorFromFile):
1291 fixed compilation without xpm library
1293 fixed compiler warning without png library
1295 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1298 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1299 fix compilation without xpm library
1301 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1306 * libs/PictureImageLoader.c:
1308 (PImageLoadCursorFromFile):
1309 fixed compilation without xpm library
1311 fixed compiler warning without png library
1313 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1315 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1316 * fvwm/cursor.c (CMD_CursorStyle):
1317 fixed compiler warning
1319 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1321 * fvwm/cursor.c (CMD_CursorStyle):
1322 fix CursorStyle command parsing
1324 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1326 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1327 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1328 * libs/PictureImageLoader.c (PImageLoadSvg):
1330 (PImageCreatePixmapFromArgbData):
1331 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1332 (PImageCreatePixmapFromFImage):
1335 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1337 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1338 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1339 * libs/PictureImageLoader.c (PImageLoadSvg):
1341 (PImageCreatePixmapFromArgbData):
1342 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1343 (PImageCreatePixmapFromFImage):
1346 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1353 added libXcursor detection
1355 * fvwm/Makefile.am (LDADD):
1363 * libs/Makefile.am (libfvwm_a_SOURCES):
1366 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1367 added Xcursor support
1369 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1375 added defs for FxpmInfo and FxpmFreeXpmInfo
1377 * libs/PictureBase.h (FvwmPictureAttributes):
1378 * libs/PictureImageLoader.c
1379 (PImageCreatePixmapFromArgbData):
1380 (PImageLoadPixmapFromFile):
1381 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1382 (PImageLoadCursorPixmapFromFile):
1383 (PImageLoadCursorFromFile):
1384 * libs/PictureImageLoader.h:
1385 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1386 replaced by the new general PImageLoadCursorFromFile()
1388 * fvwm/cursor.c (CMD_CursorStyle):
1389 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1390 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1392 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1394 * libs/PictureImageLoader.c
1398 now returns argb data instead of pixmaps
1399 (PImageLoadPixmapFromFile):
1400 (PImageLoadArgbDataFromFile):
1401 moved first half of PImageLoadPixmapFromFile() into
1402 the new local function PImageLoadArgbDataFromFile()
1404 removed function, code moved into PImageLoadPixmapFromFile()
1406 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1408 * libs/PictureImageLoader.c (PImageLoadXpm):
1409 revised to make use of PImageCreatePixmapFromArgbData()
1411 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1413 * fvwm/colorset.c (parse_shape):
1414 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1415 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1416 * libs/PictureImageLoader.c
1419 (PImageCreatePixmapFromArgbData):
1420 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1421 or translucent (0 < any alpha < 0xff) images.
1423 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1425 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1426 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1427 * libs/PictureImageLoader.c (PImageLoadSvg):
1429 (PImageCreatePixmapFromArgbData):
1430 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1431 (PImageCreatePixmapFromFImage):
1434 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1436 * fvwm/functions.c (CMD_EchoFuncDefinition):
1437 * fvwm/functable.c (func_table):
1439 new command EchoFuncDefinition
1441 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1444 * fvwm/conditional.c (CreateConditionMask):
1445 bugfix: Condition separation previously failed when a
1446 single comma (no whitespace padding) was used directly
1447 after a multi-worded condition.
1449 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1451 * fvwm/module_list.c (module_kill):
1452 fix possible core dump when using startup modules
1454 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1457 * fvwm/builtins.c (CMD_PrintInfo):
1458 * libs/Picture.h (PicturePrintImageCache):
1459 * libs/Picture.c (PicturePrintImageCache):
1460 add ImageCache subject to PrintInfo command
1462 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1465 * fvwm/events.c (My_XNextEvent):
1466 fix crash when a module closes down during input/output.
1468 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1470 * fvwm/icons.c (ChangeIconPixmap):
1473 * fvwm/focus.c (warp_to_fvwm_window):
1474 * fvwm/events.c (__handle_cr_restack):
1475 (__handle_bpress_on_managed):
1476 (HandlePropertyNotify):
1478 * fvwm/stack.c (__restack_window):
1479 (__raise_lower_recursion):
1480 (__raise_or_lower_window):
1481 (raise_or_lower_window):
1482 (position_new_window_in_stack_ring):
1486 (HandleUnusualStackmodes):
1489 (CMD_RestackTransients):
1491 do raise hacks even when the internal stack is intact, unless on a
1494 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1496 * fvwm/style.c (check_window_style_change)
1497 (style_parse_one_style_option):
1499 * fvwm/fvwm.h (window_style):
1500 * fvwm/add_window.c (setup_frame_size_limits):
1501 * fvwm/geometry.c (constrain_size):
1502 new style MinWindowSize
1504 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1507 added missing prototypes
1509 * libs/safemalloc.c:
1516 * libs/Event.c (GetSubwindowFromEvent):
1518 * libs/ColorUtils.c:
1519 include corresponding header files
1521 * libs/PictureBase.c:
1522 * libs/FlocaleCharset.c:
1526 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1528 * configure.ac (HAVE_GNU_READLINE):
1529 detect full GNU readline API (vs BSD libedit readline compatibility
1532 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1534 * fvwm/windowlist.c (CMD_WindowList):
1537 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1538 "UseSkipList" & "OnlySkipList".
1540 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1543 * fvwm/add_window.c (validate_transientfor):
1544 detect and disallow circular transient-for hints
1546 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1549 s/UseListSkip/UseSkipList/g etc.
1551 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1553 * fvwm/menus.c (size_menu_vertically):
1554 added localization of the "More&..." string
1556 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1558 * libs/PictureBase.c (PictureFindImageFile):
1559 fix for segfault with svg-support enabled
1561 * INSTALL.fvwm (http):
1562 * configure.ac (png_CFLAGS):
1563 raise librsvg dependeny due to bug with 2.13.91
1565 * fvwm/cursor.c (CMD_CursorStyle):
1566 remove unused static variable nocursor
1568 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1573 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1576 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1577 bugfix: out-of-tree builds failed due to broken dependency.
1578 Make man page have same header as old one.
1579 Fix man page indentation.
1580 Make text of top-level man page sections all uppercase.
1581 Added --disable-mandoc option.
1582 HTML doc generation is off by default: use --enable-htmldoc.
1583 Added more info in doc/README about XML commands to use.
1585 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1588 * Everything in the 'doc' subdirectory.
1590 XML source to generate man page & HTML documentation.
1592 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1595 * fvwm/colorset.c (parse_colorset):
1596 don't recompute sh, hi and fgsh if they were supplied in a previous
1597 colorset line. Fixes bug #3359.
1599 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1601 * fvwm/move_resize.c (DoSnapAttract):
1602 handle SnapGrid before SnapAttraction so that non-overlapping windows
1603 do not snap edge to edge:
1610 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1612 * fvwm/style.c (parse_and_set_window_style)
1613 (style_parse_one_style_option):
1614 don't warn about PositionPlacement arguments
1616 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1620 enties for ChangeWindowTitle patch by Julio Teca.
1622 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1624 * fvwm/fvwm.c (main):
1625 fixed ROOT CursorStyle context
1627 * fvwm/placement.c (__pl_manual_get_pos_simple):
1628 * fvwm/move_resize.h:
1629 * fvwm/move_resize.c (__move_loop):
1631 fixed long broken POSITION CursorStyle context
1633 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1635 * fvwm/bindings.c (ParseBinding):
1636 fix buffer overrun with >78 character window names.
1638 * fvwm/fvwm.1.in (PositionPlacement):
1641 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1642 * fvwm/style.c (style_parse_one_style_option):
1643 change BorderWidth and HandleWidth style to revert to default if no
1646 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1648 * fvwm/fvwm.h (style_flags):
1649 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1650 (__place_get_wm_pos):
1651 (__place_window, __explain_placement):
1652 * fvwm/style.c (style_parse_one_style_option):
1654 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1655 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1656 (DEFAULT_PLACEMENT_POSITION_STRING):
1659 * fvwm/move_resize.c (GetOnePositionArgument):
1660 added 'w' suffix to Move arguments
1661 allow multiple shifts from original position
1663 * fvwm/style.c (style_parse_one_style_option):
1666 * fvwm/placement.c (setup_window_placement)
1667 (__place_get_placement_flags):
1668 (__place_get_wm_pos):
1669 (__place_get_nowm_pos):
1671 (__place_handle_x_resources):
1672 (setup_window_placement):
1673 * fvwm/fvwm.h (PLACE_CENTER):
1675 replaced CenterPlacement with more flexibe PositionPlacement
1677 * fvwm/move_resize.c (GetMoveArguments):
1678 (GetResizeArguments):
1679 (GetResizeMoveArguments):
1681 * fvwm/move_resize.h:
1682 exported and enhanced function GetMoveArguments for use by placement
1685 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1687 * fvwm/ConfigFvwmDefaults:
1688 reenable MenuScroll on titles
1690 * fvwm/menubindings.c (menu_shortcuts):
1691 don't scroll menus if scrolling would be in the wrong direction
1693 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1695 * fvwm/move_resize.c (__resize_window):
1696 some resizing/gravity fixes
1697 properly handle maximized + shaded state when resizing
1700 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1702 * fvwm/move_resize.c (__resize_window):
1703 resizing of shaded windows work better.
1705 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1707 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1708 clarified previous patch
1710 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1711 documented '-' command prefix
1713 * fvwm/expand.c (__eae_parse_range):
1714 fix $[n-] and $[*] after unsigned int havoc
1716 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1719 * fvwm/ConfigFvwmMenuDefaults:
1721 * fvwm/ConfigFvwmDefaults:
1722 * fvwm/ConfigFvwmMenuDefaults:
1723 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1725 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1727 * fvwm/ConfigFvwmMenuDefaults:
1728 * fvwm/fvwm.c (SetRCDefaults):
1729 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1730 apply to menu item context.
1732 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1734 * fvwm/placement.c (placement_loop):
1735 (__pl_minoverlap_get_avoidance_penalty):
1736 (__pl_smart_get_first_pos):
1737 (__pl_smart_get_next_pos):
1738 (__pl_smart_test_window):
1739 (__pl_smart_get_pos_penalty):
1740 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1741 now less than ten lines of code.
1743 * fvwm/add_window.c (setup_placement_penalty):
1744 * fvwm/style.c (style_parse_one_style_option):
1745 allow to reset the placement penalties with !
1748 * fvwm/add_window.c (setup_placement_penalty):
1751 * fvwm/style.c (style_parse_one_style_option):
1752 put placement penalty array in a struct
1754 * fvwm/placement.c (__place_get_wm_pos):
1755 (__pl_clever_get_next_x):
1756 (__pl_clever_get_next_y):
1757 (__pl_clever_get_first_pos):
1758 (__pl_clever_get_next_pos):
1759 (__pl_clever_get_avoidance_penalty):
1760 (__pl_clever_get_pos_penalty):
1761 (__pl_minoverlap_get_next_x):
1762 (__pl_minoverlap_get_next_y):
1763 (__pl_minoverlap_get_first_pos):
1764 (__pl_minoverlap_get_next_pos):
1765 (__pl_minoverlap_get_avoidance_penalty):
1766 (__pl_minoverlap_get_pos_penalty):
1767 renamed ...clever... functions to ...minoverlap...
1770 * fvwm/decorations.c:
1771 * fvwm/menubindings.c:
1772 * fvwm/module_interface.c:
1773 * fvwm/module_list.c:
1775 * fvwm/module_list.h:
1777 * fvwm/module_interface.h:
1779 dont include "libs" in include path
1782 #includes from fvwm path with "..." not <...>
1785 #includes from library path with "..." not <...>
1787 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1792 documented new svg support
1795 added librsvg detection
1797 * fvwm/Makefile.am (LDADD, INCLUDES):
1798 added rsvg_LIBS, rsvg_CFLAGS
1800 * fvwm/expand.c (expand_vars_extended):
1801 new extended variables
1802 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1804 * fvwm/fvwm.1.in (OPTIONS):
1806 documented new svg support
1807 (COMMAND EXPANSION):
1808 documented new extended variables
1810 * fvwm/fvwm.c (setVersionInfo):
1812 added Frsvg_init() call
1817 * libs/Makefile.am (libfvwm_a_SOURCES):
1822 * libs/Picture.c (PCacheFvwmPicture):
1823 hid svgopts from isFileStampChanged()
1825 * libs/PictureBase.c (PictureFindImageFile):
1826 hid svgopts from searchPath()
1828 * libs/PictureBase.h:
1830 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1831 hid svgopts from setFileStamp()
1833 new svg image loader
1835 * libs/fvwmlib.c (flib_init_graphics):
1836 added Frsvg_init() call
1838 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1841 * fvwm/stack.c (__is_restack_needed)
1842 (is_transient_subtree_straight):
1844 fix crash when trying to restack destroyed window
1846 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1848 * libs/Makefile.am (libfvwm_a_SOURCES):
1851 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1852 * fvwm/menus.c (move_any_menu)
1853 set menu backgrounds before moving. Makes transparent menus move
1856 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1857 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1858 add update_transparent_menu_bg to allow set of transparent menu
1859 background before a move, and change repaint_transparent_menu to
1860 allow for not setting the menu background.
1862 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1863 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1864 transparent colorsets)
1865 (CreateOffsetBackgroundPixmap):
1866 use offset also for non transparent backgrounds.
1868 * fvwm/menubindings.c (menu_shortcuts):
1869 don't move menus on scroll if they don't move
1871 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1876 * fvwm/decorations.c:
1878 * fvwm/ewmh_events.c:
1879 * fvwm/ewmh_icons.c:
1884 * fvwm/menubindings.c:
1889 * fvwm/module_interface.c:
1890 * fvwm/module_list.c:
1893 * fvwm/windowlist.c:
1894 * fvwm/windowshade.c:
1899 * fvwm/conditional.c:
1906 * fvwm/add_window.c:
1908 * fvwm/move_resize.c:
1917 * fvwm/execcontext.c:
1919 * libs/CombineChars.c:
1927 * libs/FlocaleCharset.c:
1931 * libs/safemalloc.c:
1937 * libs/ColorUtils.c:
1939 * libs/PictureImageLoader.c:
1940 * libs/PictureGraphics.c:
1943 * libs/PictureUtils.c:
1945 * libs/PictureBase.c:
1946 use new header files
1952 * libs/ColorUtils.h:
1953 * libs/PictureBase.h:
1960 * libs/Makefile.am (libfvwm_a_SOURCES):
1961 moved declarations from fvwmlib.h to new/appropriate header files
1966 * fvwm/menus.c (paint_side_pic):
1967 fixed previous patch
1970 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1972 * fvwm/menus.c (paint_side_pic):
1975 * fvwm/menus.c (paint_side_pic):
1976 use simple expose information to redraw sidepics less.
1978 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1980 * fvwm/geometry.c (constrain_size):
1981 silence gcc 4.1.1 warning.
1983 * libs/System.c (searchPath):
1984 search in pwd if no path is given.
1985 return NULL if a file dosn't exist regardless if it's absolute path
1987 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1989 * fvwm/placement.c (__place_window)
1990 (__pl_under_mouse_get_pos_simple):
1991 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1993 new style option UnderMousePlacementHonorsStartsOnPage
1995 * fvwm/update.c (init_style):
1996 don't forget stickyness when a window goes fullscreen (or when some
1997 other style is changed)
1999 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2001 * fvwm/placement.c (__pl_cascade_get_pos_simple):
2002 properly handle title direction with cascade placement
2004 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2007 * fvwm/placement.c (__pl_center_get_pos_simple):
2008 CenterPlacement properly handles Xinerama screens
2010 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2013 always substiture datarootdir
2015 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2017 * fvwm/add_window.c (GetWindowSizeHints):
2018 * fvwm/geometry.c (constrain_size):
2019 undefine macros after use
2021 reindented and cleaned up
2022 do not grow a window because of aspect ratio if this is not explicitly
2023 allowed by the CS_ROUND_UP flag
2025 (__cs_handle_aspect_ratio):
2026 broken into separate functions and cleaned up
2028 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
2030 * fvwm/module_list.c (module_receive):
2031 (module_input_discard):
2032 allocate input data in just one call - better perfomance
2034 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2036 * fvwm/placement.c (__place_get_wm_pos):
2037 simplified to a simple loop
2038 (__explain_placement):
2039 added explanation of new placement styles
2041 * fvwm/placement.c (__place_get_wm_pos):
2043 (__pl_center_get_pos_simple):
2044 (__pl_under_mouse_get_pos_simple):
2045 (__pl_cascade_get_pos_simple):
2046 (__pl_manual_get_pos_simple):
2047 (__place_get_wm_pos):
2048 use new placement interface for CenterPlacement, UnderMousePlacement,
2049 ManualPlacement, CascadePlacement
2051 * fvwm/placement.c (__sp_get_first_pos):
2052 (__sp_get_next_pos):
2053 (__sp_get_pos_penalty):
2054 (__place_get_wm_pos):
2055 use new placement interface for SmartPlacement
2060 don't use inline functions
2063 renamed function and generalized the placement interface to deal with
2064 any algorithm in the same way
2065 (__place_get_wm_pos):
2066 use new placement interface
2070 increased version to 2.5.22
2074 updated for 2.5.21 release
2076 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2078 * fvwm/read.h: Compile syntax error fix.
2080 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2082 * fvwm/placement.c (SmartPlacement):
2083 fixed broken SmartPlacement
2085 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2087 * fvwm/expand.c (expand_vars_extended):
2088 free allocated icon path
2090 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2098 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2101 * fvwm/fvwm.1.in (Scroll):
2102 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2103 add interactive scrolling.
2105 * fvwm/stack.c (is_transient_subtree_straight):
2106 check first above the tree root, then beneth it.
2108 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2110 * fvwm/module_interface.h
2111 * fvwm/module_interface.c (module_input_enqueue):
2112 (module_input_execute):
2113 new functions based on AddToCommandQueue and ExecuteModuleCommand
2115 * fvwm/module_list.c (CMD_ModuleSynchronous):
2117 * fvwm/events.c (My_XNextEvent):
2118 * fvwm/module_interface.c (ExecuteCommandQueue):
2119 using the above two new functions instead of AddToCommandQueue and
2120 ExecuteModuleCommand
2122 * fvwm/module_interface.c (cqueue_object_type):
2125 * fvwm/module_interface.h
2126 * fvwm/module_interface.c (AddToCommandQueue):
2127 (ExecuteModuleCommand):
2130 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2132 * fvwm/fvwm.h (window_style):
2133 * fvwm/style.c (style_parse_one_style_option):
2134 icon background relief and icon title relief changed to sigend char;
2135 should fix problem with ppc and negative values for these.
2137 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2139 * fvwm/module_list.h:
2140 * fvwm/module_list.c (module_receive):
2141 (module_input_discard):
2142 (module_input_expect):
2143 new functions to deal with module input
2145 * fvwm/module_list.h:
2146 * fvwm/module_list.c (HandleModuleInput):
2147 replaced by the above three functions
2149 * fvwm/events.c (My_XNextEvent):
2150 * fvwm/module_list.c (CMD_ModuleSynchronous):
2152 adapted to use the above three functions instead of HandleModuleInput
2154 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2156 * configure.ac (HAVE_PNG):
2157 don't mangle png_LIBS, use --with-png-library
2159 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2162 removed news about previous change after move of version-2_5_20 tag
2163 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2166 * fvwm/stack.c (__restack_window):
2167 fix so new transient windows with StackTransientParent on top layer
2168 don't make all windows raise above the pan frames.
2172 increased version to 2.5.21
2176 updated for 2.5.20 release
2178 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2180 * fvwm/fvwm.c (main):
2181 remove the call to module_init_list, the list head is instead set
2182 to NULL upon declaration
2184 * fvwm/module_list.h:
2185 * fvwm/module_list.c (module_init_list):
2188 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2190 * fvwm/stack.c (is_transient_subtree_straight)
2191 (is_transient_subtree_stack_straight):
2192 use <= 32 character function name
2193 (mark_transient_subtree, is_transient_subtree_straight)
2194 (__mark_transient_subtree_test):
2195 move common tests to function to avoid code duplication
2197 * fvwm/fvwm.1.in (IconifyWindowGroups):
2198 Correctly document that windows are iconified together if the are in
2199 the same window group, not if the group leader is iconified.
2201 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2203 * fvwm/add_window.c (GetWindowSizeHints):
2204 * libs/vpacket.h (ConfigWinPacket):
2205 * fvwm/module_interface.c (CONFIGARGS):
2206 * fvwm/fvwm.h (FvwmWindow):
2207 add orig_hints_width_inc and orig_hints_height_inc values to store the
2208 original resize inc for use in FvwmIdent
2211 * fvwm/style.c (style_parse_one_style_option):
2212 deprecated some "No..." styles
2213 (style_parse_one_style_option):
2214 add a NoResizeHintOverride style
2216 * fvwm/add_window.c (GetWindowSizeHints):
2217 only ignore the min_width/min_height/max_width/max_height with the
2218 ResizeHintOverride style
2220 * fvwm/icons.c (DeIconify):
2221 corrected previous fix
2223 * fvwm/placement.c (CleverPlacement):
2225 (__place_get_wm_pos):
2226 (__place_get_nowm_pos):
2228 fixed smart placement
2229 unified placement func interface
2231 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2234 * fvwm/icons.c (DeIconify):
2237 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2238 fix detection of non needed lower operations
2240 BroadcastRestack to modules even if non is done. (To cancel effect of
2241 already sent M_RAISE/M_LOWER)
2242 don't do raise hacks if no restack was done.
2244 * fvwm/fvwm.h (FvwmWindow):
2245 icon_nalloc_pixels is int instead of unsined int
2247 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2248 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2249 use int instead of unsigned int.
2251 * fvwm/menugeometry.c (menu_get_geometry)
2252 (menu_get_outer_geometry):
2253 * fvwm/focus.c (CMD_WarpToWindow):
2254 * fvwm/geometry.c (get_title_button_geometry):
2255 * fvwm/session.c (SaveWindowStates):
2256 * fvwm/conditional.c (CMD_WindowId):
2257 * fvwm/placement.c (__place_get_wm_pos):
2258 * fvwm/frame.c (frame_create_move_resize_args):
2259 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2260 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2261 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2262 * fvwm/style.c (style_parse_icon_box_style):
2263 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2264 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2266 * fvwm/events.c (HandlePropertyNotify)
2267 (__is_bpress_window_handled):
2268 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2270 fix geometry signed pointer warnings
2272 * libs/Graphics.c (CalculateGradientDimensions):
2273 cast pointer to unsigned int*
2275 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2276 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2277 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2278 change unsigned int* parameter to int*. It get's info stored in an
2279 unsigned short, so it should be OK.
2283 JunkMask is unsigned
2285 * fvwm/stack.c (__mark_group_member)
2286 (is_transient_subtree_stacked_straight, __is_restack_needed)
2287 (__restack_window, mark_transient_subtree):
2288 don't raise or lower windows if they are already at the right place.
2290 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2292 * fvwm/module_interface.c (struct cqueue_object_type):
2293 * fvwm/module_list.h (struct fmodule_input):
2294 reused cqueue_object_type as a struct to store module input data
2295 renamed it to fmodule_input and moved it to module_list.h
2296 typedef'ed it to cqueue_object_type in module_interface.c
2298 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2300 * fvwm/placement.c (__cp_get_next_x):
2302 (__cp_get_first_pos):
2303 (__cp_get_next_pos):
2304 (__cp_get_avoidance_penalty):
2307 restructured and cleaned up CleverPlacement code
2309 * fvwm/style.c (style_parse_icon_box_style):
2310 * fvwm/virtual.c (HandlePaging):
2311 * fvwm/stack.c (verify_stack_ring_consistency):
2312 (ResyncFvwmStackRing):
2314 * fvwm/read.c (cursor_control):
2315 * fvwm/placement.c (__place_get_wm_pos):
2316 * fvwm/move_resize.c (GetMoveArguments):
2317 (ParseOneResizeArgument):
2318 (GetResizeArguments):
2319 (GetResizeMoveArguments):
2320 (resize_move_window):
2321 (resize_move_window):
2332 (maximize_fvwm_window):
2336 * fvwm/menustyle.h (MenuStyle):
2337 * fvwm/menus.c (MenuSizingParameters):
2339 (paint_menu_gradient_background):
2340 (paint_menu_gradient_background):
2344 (pop_menu_down_and_repaint_parent):
2345 (__mloop_handle_action_without_mi):
2349 * fvwm/menuroot.h (MenuRootStatic):
2351 * fvwm/menuitem.h (MenuPaintItemParameters):
2352 * fvwm/menugeometry.h:
2353 * fvwm/menubindings.c (menu_shortcuts):
2354 * fvwm/icons.c (SetIconPixmapSize):
2356 (DrawIconTitleWindow):
2361 * fvwm/gnome.c (GNOME_GetHintIcons):
2362 * fvwm/functions.c (FvwmFunction):
2363 (__execute_function):
2365 (execute_complex_function):
2366 * fvwm/fvwm.c (JunkWidth):
2372 * fvwm/externs.h (JunkWidth):
2377 * fvwm/focus.c (CMD_WarpToWindow):
2378 * fvwm/expand.c (__eae_parse_range):
2379 (expand_args_extended):
2380 (expand_vars_extended):
2381 (expand_vars_extended):
2382 * fvwm/ewmh_names.c (EWMH_WMIconName):
2384 * fvwm/ewmh_intern.h:
2385 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2386 (EWMH_DoUpdateWmIcon):
2387 (ewmh_SetWmIconFromPixmap):
2388 (ewmh_SetWmIconFromPixmap):
2389 (EWMH_DeleteWmIcon):
2392 (EWMH_SetIconFromWMIcon):
2393 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2395 (ewmh_WMIconGeometry):
2398 * fvwm/ewmh.c (ewmh_ChangeProperty):
2399 (ewmh_ChangeProperty):
2401 (ewmh_AtomGetByName):
2402 (ewmh_AddToKdeSysTray):
2403 (EWMH_GetWorkAreaIntersection):
2404 (ewmh_HandleWindowType):
2405 (ewmh_check_wm_pid):
2406 * fvwm/geometry.c (constrain_size):
2408 * fvwm/events.c (__handle_cr_on_client):
2411 * libs/PictureImageLoader.c:
2412 * libs/PictureImageLoader.h:
2415 * libs/Graphics.c (ParseGradient):
2416 (CalculateGradientDimensions):
2417 (CreateGradientPixmap):
2418 (CreateGradientPixmapFromString):
2419 * fvwm/colorset.c (update_root_pixmap):
2420 * fvwm/builtins.c (CMD_Echo):
2422 * fvwm/add_window.c (AddWindow):
2423 * fvwm/screen.h (DecorFace):
2424 use int instead of unsigned int
2426 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2427 * fvwm/colormaps.c (EnterSubWindowColormap):
2428 (LeaveSubWindowColormap):
2429 (FetchWmColormapWindows):
2431 * libs/CombineChars.c (char_combclass):
2432 use short instead of short int
2433 use long instead of long int
2435 * libs/PictureBase.h (FvwmPictureAttributes):
2436 (FvwmRenderAttributes):
2437 * libs/Flocale.h (FlocaleFont):
2438 * fvwm/style.c (style_parse_icon_grid_style):
2439 * fvwm/menus.c (size_menu_horizontally):
2440 (size_menu_vertically):
2443 * fvwm/menuitem.c (menuitem_paint):
2445 * fvwm/menuitem.h (MenuItem):
2446 * fvwm/geometry.c (set_window_border_size):
2447 * fvwm/decorations.c (SelectDecor):
2448 use int instead of short
2450 * fvwm/screen.h (FvwmAcs):
2452 * fvwm/menus.c (MenuSizingParameters):
2453 (size_menu_horizontally):
2455 (paint_menu_gradient_background):
2456 * fvwm/menuroot.h (MenuRootStatic):
2457 * fvwm/menuitem.h (MenuItem):
2458 (MenuItemPartSizesT):
2459 * fvwm/menuitem.c (menuitem_get_size):
2460 * fvwm/menudim.h (MenuDimensions):
2461 use int instead of unsigned short
2463 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2466 * libs/gravity.c (gravity_move_resize_parent_child):
2468 * fvwm/frame.c (mr_args_internal):
2469 (frame_setup_border):
2470 (frame_setup_titlebar):
2471 (frame_get_resize_decor_gravities):
2472 (frame_get_titlebar_dimensions):
2473 use rectangle instead of signed_rectangle
2475 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2476 * libs/fvwmrect.h (signed_rectangle):
2480 widht and height are now signed values
2482 * fvwm/placement.c (get_next_x):
2490 * fvwm/placement.c (get_next_x):
2496 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2499 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2500 StickyAcrossDesksIcon.
2502 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2504 * fvwm/conditional.c (CreateConditionMask):
2505 added conditions StickyIcon, StickyAcrossPagesIcon and
2506 StickyAcrossDesksIcon.
2509 documented new conditional tests.
2510 removed descriptions of styles StickyIconPage & StickyIconDesk which
2511 actually don't exists in fvwm.
2512 moved StickyIcon/SlipperyIcon descriptions immediately after
2513 Sticky/Slippery description.
2515 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2517 * fvwm/placement.c (SmartPlacemen):
2519 cleaned up SmartPlacement code
2521 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2523 * fvwm/ConfigFvwmMenuDefaults:
2524 Mouse 0 MS A MenuLeaveSubmenu instead.
2526 * fvwm/ConfigFvwmMenuDefaults:
2527 Mouse 0 MS A MenuClose to make sidepic and border behave as
2528 before menu bindings.
2531 * libs/wcontext.h (enum):
2532 * fvwm/menubindings.c (menu_binding):
2534 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2536 * fvwm/menustyle.c (menustyle_parse_old_style):
2537 add a message of deprecation.
2539 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2541 * fvwm/module_list.h:
2542 * fvwm/module_list.c:
2543 new files for module handling code.
2545 * fvwm/module_list.h:
2546 * fvwm/module_interface.h:
2547 * fvwm/module_list.c:
2548 * fvwm/module_interface.c:
2549 (struct mqueue_object_type):
2560 (do_execute_module):
2561 (executeModuleDesperate):
2563 (CMD_ModuleListenOnly):
2564 (CMD_ModuleSynchronous):
2565 (HandleModuleInput):
2571 (DeleteMessageQueueBuff):
2572 (FlushMessageQueue):
2573 (FlushAllMessageQueues):
2575 (CMD_set_sync_mask):
2576 (CMD_set_nograb_mask):
2577 (skipModuleAliasToken):
2579 (struct msg_masks_t):
2581 moved from module_interface.c/h to module_list.c/h
2583 * fvwm/module_list.h (do_execute_module):
2584 * fvwm/module_interface.h (AddToCommandQueue):
2585 (ExecuteModuleCommand):
2586 initialy static functions are exposed for now. Should be fixed soon.
2589 added module_list.h and module_list.c
2590 reorganized the c files by size
2592 * fvwm/module_list.h:
2593 * fvwm/module_list.c:
2606 renamed functions to a unified style
2608 * fvwm/module_interface.h:
2609 * fvwm/module_interface.c:
2615 * fvwm/windowshade.c:
2617 * fvwm/move_resize.c:
2618 include file cleanup
2620 * fvwm/module_list.c (do_execute_module):
2621 made absolutely sure the module's read fd is >=0 before inserting
2622 the module on the list
2624 * fvwm/events.c (My_XNextEvent):
2625 * fvwm/module_list.c (PositiveWrite):
2626 (CMD_ModuleSynchronous):
2627 assume module read fd is allways >=0 (remove the tests)
2629 * fvwm/module_list.c (module_free):
2630 no need to test if fd >=0 when closing the pipes.
2632 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2634 * fvwm/menuitem.c (draw_higlight_background):
2635 fix x-origin of HGradients
2637 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2639 * fvwm/module_interface.c (FlushMessageQueues):
2640 fixed not flushing the first module on the list
2642 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2644 * libs/Flocale.c (FlocaleGetFftFont):
2645 add sanity check for NULL fontname.
2649 * fvwm/menuitem.c (menuitem_paint):
2650 (draw_hilight_background):
2651 make all kinds of pixmaps work with hilight background
2653 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2654 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2655 (CreateBackgroundPixmap):
2656 added CreateOffsetBackgroundPixmap with the ability to create
2657 transparent images at an offset relative to the window.
2659 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2661 * fvwm/menus.c (__mloop_exit):
2664 (__mloop_handle_event):
2665 don't warp to parent item when entering other item with mouse.
2669 * fvwm/menustyle.c (menustyle_update):
2670 make use of colorset TiledPixmap option with HiglightBack
2671 and HiglightTitleBack menu styles.
2673 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2678 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2680 * libs/FScreen.c (FScreenParseGeometry):
2681 don't look up screen info if screen is undefined
2683 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2687 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2689 * libs/fio.c (fvwm_send):
2692 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2697 new utility files to wrap writing/reading standard lib functions that
2698 might be interrupted
2700 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2702 * fvwm/ewmh_intern.h:
2703 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2704 instead of <time.h>.
2706 * fvwm/windowlist.h:
2707 removed unneeded file.
2710 removed windowlist.h from build list.
2712 * libs/PictureUtils.c:
2713 include "ftime.h" instead of <time.h>.
2714 fvwmlib.h header name should be in double quotes not in angle
2718 include "ftime.h" instead of <sys/time.h>.
2720 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2723 make my email less spider-friendly
2725 * fvwm/bindings.c (binding_cmd):
2729 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2731 * fvwm/screen.h (ScreenInfo):
2732 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2733 casting signed values in calculations to be cast to unsigned
2735 * fvwm/focus.c (__activate_window_by_command):
2736 don't warp the viewport if the center of the window is already in view
2737 fixed a bug in window positioning
2739 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2742 FvwmIconBox IconColorset's bg wasn't updated immediately.
2744 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2746 * fvwm/fvwm.c (main):
2747 close all open fds upon startup
2748 reopen stdin, stdout and stderr if necessary
2752 * fvwm/module_interface.c (do_execute_module):
2753 simplified error handling
2754 check maximum fd when creating modules
2756 * fvwm/events.c (My_XNextEvent):
2757 * fvwm/fvwm.c (main):
2758 replaced fd_width with fvwmlib_max_fd
2761 * libs/System.c (fvwmlib_init_max_fd):
2762 added function and fvwmlib_max_fd
2764 * fvwm/events.c (My_XNextEvent):
2765 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2766 switch back to using FD_SET
2768 * fvwm/events.c (My_XNextEvent:
2769 * fvwm/module_interface.h:
2770 * fvwm/module_interface.c:
2771 hide module structure members with access macros and use them
2774 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2776 * fvwm/module_interface.c (module_add_to_fdsets):
2777 * fvwm/module_interface.h:
2778 created new function that also checks for too many open fds
2780 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2781 * fvwm/events.c (My_XNextEvent):
2782 now using module_add_to_fdset to add pipes to the fdsets
2784 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2786 * libs/defaults.h (MAX_NUM_MODULES):
2787 * fvwm/module_interface.c (module_alloc):
2788 (do_execute_module):
2789 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2791 * fvwm/module_interface.c (do_execute_module):
2792 moved the allocation call to the end of the sanity checks and pipe
2793 creation - better for performance
2795 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2797 END MODULE STRUCT PATCHES
2799 * fvwm/module_interface.c (do_execute_module):
2800 fixed another memory leak
2802 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2804 * fvwm/module_interface.h:
2805 * fvwm/module_interface.c:
2807 renamed struct module member "pipeName" and "pipeAlias" to "name"
2810 * fvwm/module_interface.c (do_execute_module):
2811 fixed possible memory leak
2813 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2815 * fvwm/events.c (My_XNextEvent):
2816 * fvwm/module_interface.c (module_alloc):
2817 (do_execute_module):
2819 * fvwm/module_interface.h (fmodule):
2820 replaced int with a flag struct
2822 * fvwm/module_interface.h:
2823 * fvwm/events.c (My_XNextEvent):
2824 * fvwm/module_interface.c (module_alloc):
2828 add new modules at front of list again
2829 removed global variable init_fdset; use a flag in the module struct
2831 removed the now obsolete module slot count
2833 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2835 * fvwm/module_interface.c (module_remove):
2837 moved module remotion code to module_remove()
2839 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2841 * fvwm/events.c (My_XNextEvent):
2842 fixed startup commands
2844 * fvwm/module_interface.c (module_insert):
2848 append modules at end of list
2850 * fvwm/events.c (My_XNextEvent):
2853 * fvwm/module_interface.c (ExecuteModuleCommand):
2857 (BroadcastNewPacket):
2859 (BroadcastFvwmPicture):
2860 (BroadcastColorset):
2861 (BroadcastPropertyChange):
2862 (BroadcastConfigInfoString):
2864 (FlushAllMessageQueues):
2867 (CMD_set_sync_mask):
2868 (CMD_set_nograb_mask):
2870 (skipModuleAliasToken):
2871 use MAX_MODULE_ALIAS_LEN
2873 * fvwm/module_interface.c (KillModule):
2874 (do_execute_module):
2876 added a "slot" member to the module struct to fix the init_fdset hack
2879 * libs/defaults.h (MAX_NUM_MODULES):
2880 (MAX_MODULE_ALIAS_LEN):
2883 * fvwm/module_interface.c (do_execute_module):
2884 rewrote module struct initialization
2885 (HandleModuleInput):
2886 use %p to print module address, don't cast it to int
2888 * fvwm/module_interface.c (ClosePipes):
2896 * fvwm/module_interface.c (FreeModule):
2900 * fvwm/module_interface.c (KillModule):
2902 * fvwm/events.c (My_XNextEvent):
2903 * fvwm/execcontext.h:
2904 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2906 * fvwm/stack.c (BroadcastRestack):
2909 * fvwm/module_interface.c (module_get_next):
2910 * fvwm/module_interface.h:
2913 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2915 * fvwm/modconf.c (ModuleConfig):
2916 (SendConfigToModule):
2917 (send_xinerama_state):
2918 (send_desktop_names):
2919 (send_desktop_geometry):
2924 (send_move_threshold):
2925 (send_ignore_modifiers):
2926 (CMD_Send_ConfigInfo):
2927 * fvwm/functions.c (__execute_function):
2928 * fvwm/events.c (My_XNextEvent):
2929 * fvwm/module_interface.h (msg_masks_t):
2931 * fvwm/execcontext.c (__exc_change_context):
2932 (exc_create_null_context):
2933 * fvwm/execcontext.h:
2934 Initial module struct patches
2936 BEGIN MODULE STRUCT PATCHES
2938 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2940 * fvwm/events.c (HandleFocusOut):
2941 (__refocus_stolen_focus_win):
2942 (HandleEnterNotify):
2943 less disruptive way of restoring focus to the window it was stolen from
2945 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2947 * fvwm/events.c (HandleEnterNotify):
2948 restore focus to windows that had it stolen by
2949 unmanaged windows on enter of any unmanaged windows.
2951 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2953 * fvwm/menubindings.c:
2954 don't include menus.h
2956 * fvwm/ConfigFvwmMenuDefaults:
2957 all bindings are silent
2959 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2961 * fvwm/ConfigFvwmMenuDefaults:
2962 make all numpad keys silent -- not all keyboads have a numpad
2963 add KP_Separator for MenuClose
2965 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2968 documented missing menu bindings.
2970 * fvwm/ConfigFvwmMenuDefaults:
2971 fixed wrong menu bindings.
2973 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2975 * fvwm/menubindings.c:
2976 * fvwm/menubindings.h:
2980 * fvwm/menugeometry.c:
2981 * fvwm/menugeometry.h:
2987 * fvwm/move_resize.c:
2988 * fvwm/move_resize.h:
2989 * fvwm/windowlist.c:
2990 simplified including header files
2992 * fvwm/menus.c (__mloop_handle_event):
2993 * fvwm/menuparameters.h:
2994 * fvwm/menubindings.c (menu_shortcuts):
2995 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2997 * fvwm/menus.c (__mloop_handle_event):
2998 * fvwm/menuparameters.h:
2999 * fvwm/menubindings.c (menu_shortcuts):
3000 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3003 * fvwm/menus.h (MenuParameters):
3008 (MenuRepaintTransparentParameters):
3009 * fvwm/menuparameters.h (MenuParameters):
3014 (MenuRepaintTransparentParameters):
3015 moved to menuparameters.h
3017 * fvwm/menus.h (MenuRoot):
3020 * fvwm/menutypes.h (MenuRoot):
3025 * fvwm/menus.c (menu_get_geometry):
3026 (menu_get_outer_geometry):
3027 * fvwm/menugeometry.c (menu_get_geometry):
3028 (menu_get_outer_geometry):
3029 moved to menugeometry.c
3031 * fvwm/menuparameters.h:
3033 * fvwm/menugeometry.c:
3034 * fvwm/menugeometry.h:
3038 * fvwm/menubindings.h (enum):
3039 * fvwm/menus.c (enum):
3040 moved enum menu_shortcut_action to menubindings.h
3041 (get_selectable_item_index):
3042 (get_selectable_item_from_index):
3043 (get_selectable_item_from_section):
3044 (get_selectable_item_count):
3045 (parse_menu_action):
3046 moved to menubindings.c
3048 * fvwm/menus.c (enum):
3049 (parse_menu_action):
3051 renamed enum shortcut_action to menu_shortcut_action
3053 * fvwm/fvwm.c (SetRCDefaults):
3054 read default config file after all other defaults
3056 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3058 * fvwm/ConfigFvwmMenuDefaults:
3059 * fvwm/fvwm.c (SetRCDefaults):
3060 make the hard coded menu bindings load before ConfigFvwmDefaults
3061 move Mouse 0 ... to ConfigFvwmMenuDefaults
3063 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3065 * fvwm/ConfigFvwmMenuDefaults:
3066 * fvwm/fvwm.c (SetRCDefaults):
3067 added hard coded default menu bindings
3069 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3072 documentation fixes.
3074 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3077 * fvwm/menubindings.h:
3078 * fvwm/menubindings.c:
3082 moved new menu binding code to menubindings.c, menubindings.h
3083 split binding into a regular list and a fallback list that can not be
3086 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3087 fixed calculation of new geometry if x or y is negative
3089 * fvwm/geometry.c (maximize_adjust_offset):
3090 fixed calculations of normal geometry when maximized
3092 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3095 * fvwm/ConfigFvwmMenuDefaults:
3096 * fvwm/fvwm.c (SetRCDefaults):
3097 * fvwm/menus.c (parse_menu_action):
3099 rename menu action to menu bindings and make menu binding commands
3100 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3101 ensure basic function with ConfigFvwmMenuDefaults missing.
3103 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3105 * fvwm/menus.c (menuShortcuts):
3106 fixed compiler warning.
3108 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3111 corrected mis-spelling
3117 * fvwm/menus.c (handle_emacs_bindings):
3120 (__mloop_handle_event):
3122 * fvwm/bindings.c (ParseBinding):
3123 * fvwm/Makefile.am (config_DATA):
3124 * fvwm/ConfigFvwmDefaults:
3125 * fvwm/ConfigFvwmMenuDefaults:
3126 fully configurable mouse any key bindings for menu navigation.
3128 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3130 * fvwm/virtual.c (HandlePaging):
3131 removed bogus comment
3133 * fvwm/move_resize.c (__move_loop):
3136 allow paging during resize with "EdgeScroll 0 0" as documented in the
3138 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3140 * fvwm/fvwm.h (FvwmWindow):
3141 * fvwm/add_window.c (AddWindow):
3142 * fvwm/add_window.c (setup_frame_window):
3143 * fvwm/add_window.c (setup_parent_window)
3144 * fvwm/borders.c (border_draw_decorations):
3145 * fvwm/borders.c (border_draw_one_border_part):
3146 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3147 * fvwm/borders.c (border_get_titlebar_descr)
3148 * fvwm/builtins.c (__remove_window_decors):
3149 * fvwm/conditional.c (MatchesConditionMask):
3150 * fvwm/events.c (HandleMapNotify):
3151 * fvwm/events.c (HandleMapRequestKeepRaised)
3152 * fvwm/events.c (HandlePropertyNotify):
3153 * fvwm/events.c (HandleShapeNotify):
3154 * fvwm/events.c (__cr_detect_icccm_move)
3155 * fvwm/events.c (__cr_get_grav_position):
3156 * fvwm/events.c (__cr_get_static_position)
3157 * fvwm/events.c (__handle_configure_request)
3158 * fvwm/events.c (__handle_cr_on_client):
3159 * fvwm/ewmh.c (EWMH_fullscreen):
3160 * fvwm/focus.c (__activate_window_by_command):
3161 * fvwm/focus.c (__set_focus_to_fwin):
3162 * fvwm/focus.c (warp_to_fvwm_window):
3163 * fvwm/frame.c (__frame_setup_window):
3164 * fvwm/frame.c (frame_create_move_resize_args)
3165 * fvwm/frame.c (frame_free_move_resize_args):
3166 * fvwm/frame.c (frame_move_resize_step)
3167 * fvwm/frame.c (frame_reshape_border):
3168 * fvwm/geometry.c (constrain_size):
3169 * fvwm/geometry.c (get_icon_corner)
3170 * fvwm/geometry.c (get_page_offset):
3171 * fvwm/geometry.c (get_page_offset_check_visible):
3172 * fvwm/geometry.c (get_shaded_client_window_pos):
3173 * fvwm/geometry.c (get_title_button_geometry):
3174 * fvwm/geometry.c (get_title_geometry)
3175 * fvwm/geometry.c (get_unshaded_geometry):
3176 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3177 * fvwm/geometry.c (gravity_constrain_size):
3178 * fvwm/geometry.c (maximize_adjust_offset):
3179 * fvwm/geometry.c (update_absolute_geometry):
3180 * fvwm/geometry.c (update_relative_geometry)
3181 * fvwm/gnome.c (GNOME_SetWinArea):
3182 * fvwm/icons.c (AutoPlaceIcon):
3183 * fvwm/icons.c (DeIconify):
3184 * fvwm/icons.c (Iconify):
3185 * fvwm/module_interface.c (CONFIGARGS):
3186 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3187 * fvwm/move_resize.c (CMD_Maximize):
3188 * fvwm/move_resize.c (CMD_ResizeMaximize):
3189 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3190 * fvwm/move_resize.c (__move_loop):
3191 * fvwm/move_resize.c (__move_window):
3192 * fvwm/move_resize.c (__resize_window):
3193 * fvwm/move_resize.c (maximize_fvwm_window):
3194 * fvwm/move_resize.c (resize_move_window):
3195 * fvwm/move_resize.c (stick_across_pages):
3196 * fvwm/move_resize.c (unmaximize_fvwm_window):
3197 * fvwm/placement.c (__explain_placement):
3198 * fvwm/placement.c (__place_get_wm_pos):
3199 * fvwm/placement.c (get_next_x):
3200 * fvwm/placement.c (get_next_y):
3201 * fvwm/placement.c (test_fit)
3202 * fvwm/session.c (MatchWinToSM):
3203 * fvwm/session.c (SaveWindowStates):
3204 * fvwm/update.c (apply_window_updates):
3205 * fvwm/virtual.c (MoveViewport):
3206 * fvwm/windowlist.c (CMD_WindowList):
3207 * fvwm/windowshade.c (CMD_WindowShade):
3208 put some of the window geometry members into a separate struct window_g
3209 with members frame, normal, max, max_defect, max_offset
3211 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3215 * fvwm/window_flags.h:
3217 * fvwm/style.c (style_parse_one_style_option):
3218 * fvwm/icons.c (DrawIconTitleWindow):
3219 * fvwm/fvwm.h (common_flags_t):
3220 * fvwm/fvwm.1.in (Style):
3222 (border_draw_title_stick_lines):
3223 Applied Stippled patch by Thomas Adam with some fixes.
3225 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3228 FvwmWinList button/list syncronization fixed (bug #1393)
3230 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3238 updated for 2.5.19 release
3241 updated after 2.4.20 release
3244 * fvwm/focus.c (focus_get_fpol_context_flag):
3245 * fvwm/events.c (__check_click_to_focus_or_raise)
3246 (__handle_click_to_focus):
3247 Treat EWMH desktop as client window under click to focus. (#1492)
3249 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3251 * libs/Module.h (MX_REPLY):
3252 (MAX_EXTENDED_MESSAGES):
3254 * fvwm/module_interface.c (CMD_Send_Reply):
3255 * fvwm/functable.c (func_table):
3257 Added Send_Reply module only command.
3259 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3261 * libs/PictureUtils.c (init_static_colors_table):
3262 fix fvwm for < 8 bit depth, bug #1677
3264 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3266 * fvwm/misc.c (IsRectangleOnThisPage):
3267 new fix for signedness problems.
3269 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3271 * fvwm/misc.c (IsRectangleOnThisPage):
3272 fix signedness problem with test introduced by gcc4 fix below.
3274 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3276 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3280 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3281 * libs/gravity.h (gravity_move_resize_parent_child):
3282 * libs/gravity.c (gravity_move_resize_parent_child):
3283 * fvwm/frame.h (frame_get_titlebar_dimensions)
3284 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3285 (frame_get_resize_decor_gravities):
3287 (frame_setup_border):
3288 (frame_setup_titlebar)
3289 (frame_get_resize_decor_gravities):
3290 (frame_get_titlebar_dimensions):
3291 split rectangle into a signed size and an unsigned size type.
3293 * fvwm/screen.h (ScreenInfo):
3294 * libs/FScreen.h (FScreenGetScrRect):
3295 (FScreenGetResistanceRect):
3296 * libs/FScreen.c (XineramaScreenInfo):
3297 (FScreenGetGeometry)
3298 (FScreenGetScrRect):
3299 (FScreenClipToScreen):
3300 (FScreenCenterOnScreen)
3301 (FScreenGetResistanceRect):
3302 (FScreenIsRectangleOnScreen):
3303 * fvwm/fvwm.h (FvwmWindow):
3304 * fvwm/screen.h (DecorFace):
3305 * libs/fvwmlib.h (CreateGradientPixmap):
3306 * libs/Graphics.c (CreateGradientPixmap):
3307 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3308 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3309 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3310 (PImageLoadPixmapFromFile):
3311 (PImageLoadPixmapFromXpmData):
3312 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3313 (PImageCreatePixmapFromArgbData):
3314 (PImageLoadPixmapFromFile)
3315 (PImageLoadFvwmPictureFromFile):
3316 (PImageLoadPixmapFromXpmData):
3317 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3318 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3319 (EWMH_SetIconFromWMIcon):
3320 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3321 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3322 * fvwm/colorset.c (parse_colorset):
3323 * fvwm/icons.c (DrawIconTitleWindow):
3326 * fvwm/menus.h (MenuRootDynamic):
3327 * fvwm/menus.c (update_menu):
3331 * fvwm/move_resize.c (GetMoveArguments):
3332 (ParseOneResizeArgument)
3333 (GetResizeArguments):
3334 (GetResizeMoveArguments):
3338 change dimensions and allocation counts to unsigned types.
3340 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3341 (FlocaleStringByteToCharOffset):
3342 (FlocaleStringCharToByteOffset)
3343 (FlocaleStringCharLength)
3344 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3345 (FlocaleStringByteToCharOffset):
3346 (FlocaleStringCharToByteOffset)
3347 (FlocaleStringCharLength):
3348 (FlocaleUtf8ToUnicodeStr2b)
3349 (FlocaleStringToString2b):
3350 (FlocaleEncodeString):
3351 * libs/Ficonv.c (convert_charsets):
3352 change most string types to char* from unsigned char* to match
3353 with system headers without casts.
3355 * libs/Flocale.c (FlocaleLoadFont):
3356 init shadow_dir to make gcc 4 happy.
3358 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3359 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3360 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3361 (CSETS_IS_TRANSPARENT_PR_PURE):
3362 (CSETS_IS_TRANSPARENT_ROOT)
3363 (CSETS_IS_TRANSPARENT):
3364 compare pointer with NULL, not >= 0.
3366 * libs/FTips.h (ftips_position_t):
3367 * fvwm/expand.c (partial_extended_vars):
3368 * fvwm/placement.c (preason_screen_t):
3369 remove comma last in enums.
3371 * fvwm/style.c (style_parse_focus_policy_style):
3372 change 0xffffffff to ~0 to silience truncation warning.
3374 * fvwm/session.h (mwtsm_state_args):
3375 make flags unsigned.
3377 * fvwm/schedule.c (sq_object_type):
3378 change // to /* ... */
3380 * libs/Fft.c (FftGetFontWidths):
3382 * libs/FScreen.c (FScreenConfigureSLSScreens):
3383 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3384 (EWMH_SetDesktopNames):
3385 * fvwm/fvwm.c (LoadDefaultLeftButton):
3386 (LoadDefaultRightButton):
3387 * fvwm/builtins.c (ReadDecorFace):
3389 silence signedness warnings by casts.
3391 * fvwm/borders.c (ROTATE_RECTANGLE):
3392 make sure tr is initialized.
3394 * fvwm/add_window.c (FetchWmProtocols):
3395 use unsigned type for l_protocols.
3397 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3399 * fvwm/events.c (HandleFocusIn):
3401 * fvwm/focus.c (__set_focus_to_fwin):
3402 fix focus decoration when unmanaged are focused, unless
3403 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3405 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3407 * fvwm/geometry.c (constrain_size):
3408 repeat aspect-resizing in a loop to get a stable result that does not
3409 change the next time the frame is set up
3411 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3415 increased version to 2.5.19
3420 updated for 2.5.18 release
3422 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3425 removed the unused test for imlib
3426 removed the Imlib.h header from gdk_imlib test programs
3428 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3430 * fvwm/ewmh.c (atom_get):
3431 fix offset and length args for XGetWindowProperty() (to support 64bit
3434 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3436 * fvwm/events.c (HandleUnmapNotify):
3437 immediately handle MapRequests after unmapping a window while we still
3438 have the context fvwm window; this is necessary to allow the client to
3439 re-map a window before fvwm can reparent it to the root window
3440 (HandleMapRequestKeepRaised):
3443 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3445 * fvwm/ewmh.c (ewmh_HandleDesktop):
3446 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3449 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3453 * fvwm/decorations.c:
3454 fix offset and length args for XGetWindowProperty() (to support 64bit
3457 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3460 * fvwm/expand.c (expand_vars_extended):
3461 correctly expand break.
3462 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3465 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3467 * fvwm/decorations.h (is_function_allowed):
3468 * fvwm/decorations.c (__is_resize_allowed):
3469 (is_function_allowed):
3470 work on 'const FvwmWindow *'
3472 * fvwm/fvwm.h (action_flags):
3473 * fvwm/style.c (check_window_style_change):
3474 * fvwm/module_interface.c (__get_allowed_actions)
3476 * libs/vpacket.h (ConfigWinPacket):
3477 expose fvwm allowed actions to modules
3479 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3481 * fvwm/move_resize.c (__move_icon):
3482 *do* map icon windows for pictured icons on move, but only if they end
3483 up on the current desk
3485 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3487 * fvwm/move_resize.c (__move_icon):
3488 don't map icon windows for pictured icons on move
3490 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3492 * fvwm/style.c (remove_all_of_style_from_list):
3493 (__simplify_style_list):
3498 (style_ids_are_equal):
3499 (style_id_equals_id)
3500 (styles_have_same_id):
3502 (one_fw_can_match_both_ids):
3503 (check_window_style_change):
3504 use int/0/1 instead of Bool/False/True
3506 * fvwm/move_resize.c (stick_across_pages):
3507 use False instead of FALSE
3509 * fvwm/style.c (fw_match_style_id):
3510 * fvwm/read.c (run_command_file):
3512 * fvwm/add_window.c (MappedNotOverride):
3513 * libs/wild.c (matchWildcards):
3514 use 0 and 1 instead of FALSE and TRUE
3517 removed TRUE and FALSE
3519 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3522 FvwmPager !IconTitle style bugfix.
3524 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3527 Updated description of Wait command in man page.
3529 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3531 * libs/Flocale.c (FlocaleFontStructDrawString)
3532 (FlocaleRotateDrawString):
3533 (FlocaleDrawString):
3534 fixed drawing of forecolor/hilightfore
3536 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3537 always unmaximize and resize window when leaving fullscreen state,
3538 not just if it did not start as fullscreen
3540 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3542 * fvwm/fvwm.1.in (MenuStyle):
3543 added a reference to the prefered ! style negation flag,
3544 and listed the other deprecated negative forms in one place.
3547 (AutomaticHotkeysOff):
3550 changed to the ! negation form and listed as deprecated.
3552 removed relics from the man page
3554 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3558 increased version to 2.5.18
3563 updated for 2.5.17 release
3565 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3567 * fvwm/move_resize.c (__move_window):
3568 allow moving a window without an icon while it's iconified based on the
3571 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3573 * fvwm/menustyle.c (menustyle_copy):
3574 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3576 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3579 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3580 changed the manpage to reflect the prefered style negation method,
3581 that is, using the !* negation sign.
3583 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3585 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3586 removed documentation of filters.
3589 * fvwm/expand.c (check_first_filter):
3591 (expand_args_extended):
3592 (expand_vars_extended):
3594 removed variable filter implementation and backslash-escaping.
3596 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3599 News blurb for variable filters and backslash-escaping.
3601 documentation of variable filters.
3603 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3605 * fvwm/expand.c (chec):
3608 (expand_args_extended):
3609 (expand_vars_extended):
3611 implemented variable filters.
3613 * fvwm/expand.c (expand_vars):
3614 made backslash work as escape character within extended variables.
3616 * libs/Strings.h (QuoteEscapeString):
3617 (QuoteEscapeStringLength):
3618 * libs/Strings.c (QuoteEscapeString):
3619 (QuoteEscapeStringLength):
3620 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3623 * fvwm/expand.c (expand_args_extended):
3624 make upper limit inclusive.
3626 * fvwm/functions.c (__execute_function):
3627 Changed PeekToken to GetNextToken before expand_vars call.
3630 updated documentation regarding quoting in expand_args_extended
3632 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3634 * fvwm/expand.c (__eae_parse_range):
3635 reject everything that does not begin with a digit
3637 * libs/Parse.c (SkipNTokens):
3638 stop skipping tokens at the end of input
3640 * fvwm/expand.c (__eae_parse_range):
3644 (__eae_parse_range):
3645 fixed parsing of $[n-]
3647 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3649 * fvwm/expand.c (expand_args_extended):
3651 added range check for positional parameters
3652 (expand_args_extended):
3653 (__eae_parse_range):
3654 cleaned up and simplified parsing code
3655 properly unquote arguments when expanding
3656 removed the patch below
3658 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3660 * fvwm/expand.c (expand_args_extended):
3661 removed range check for positional parameters
3662 make single arguments not use the 'upper' variable
3663 changed back to PeekToken for single arguemnts.
3664 improved some comments.
3666 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3668 * fvwm/expand.c (expand_args_extended):
3669 Fix segfault when called with a tokenless string for single arguments.
3671 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3673 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3674 Reported by Serge Koksharov.
3676 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3678 * fvwm/placement.c (__explain_placement):
3679 print initial size of window too
3681 * libs/Makefile.am (libfvwm_a_SOURCES):
3682 * libs/fvwm_sys_stat.h:
3686 added O_NOFOLLOW replacement and always include fcntl.h
3688 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3690 Added DV's mailing-list comments about how PeekToken & GetNextToken
3691 work as comments to the source code. (slightly modified)
3693 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3695 * fvwm/schedule.c (CMD_Schedule):
3696 Fixed parsing of "Periodic" option.
3698 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3701 Fix for tempfile vulnerabilities in FvwmCommand.
3703 Added check for lstat.
3705 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3710 Added "Periodic" option to Schedule command.
3712 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3714 * fvwm/module_interface.c (KillModule):
3719 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3721 * fvwm/fvwm.c (main):
3722 changed the -blackout warning to say it will be removed in 3.0
3724 * fvwm/fvwm.1.in (-blackout):
3725 updated the manual regarding the future remotion of -blackout
3727 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3731 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3733 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3735 *libs/alloca.c (DEBUG_I00FUNC)
3736 removed old debug code
3738 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3741 removed the old unused file
3743 * libs/Makefile.am (libfvwm_a_SOURCES):
3744 removed the reference to debug.c
3747 removed the code related to libs/debug.c
3749 * fvwm/module_interface.c (make_named_packet)
3750 removed the #if 0'ed debug code related to debug.c
3752 fvwm/focus.h (DEBUG_FOCUS)
3753 removed the #ifdef'ed to 0 debug code related to debug.c
3756 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3758 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3759 removed useles definition.
3761 * modules/FvwmPager/FvwmPager.c (main):
3763 removed most of the debug code.
3764 changed termination debug to use 'isTerminated' instead of
3765 'debug_term_signal'.
3766 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3769 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3770 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3772 removed unused debug_term_signal.
3774 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3777 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3778 stdio's getline; news entry.
3780 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3783 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3784 (do_execute_module):
3788 * fvwm/commands.h (enum):
3789 * fvwm/functable.c (func_table):
3790 new command ModuleListenOnly
3792 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3794 * fvwm/move_resize.c (__move_loop):
3795 make sure a window is snapped in __move_loop when a button is released
3796 if it was snapped before
3798 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3800 * fvwm/expand.c (expand_vars_extended):
3801 convert function to have a single return point; this is good to
3802 implement doc/todo-vars filters in the future;
3803 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3804 to behave like deprecated $n, $c and $r, i.e. quote them
3806 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3809 multiple minor tweaks: remove trailing spaces and other
3810 re-spacing and re-indenting, remove old "#if 0" code
3812 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3814 * fvwm/move_resize.c (ParseOneResizeArgument):
3815 rewrote parsing of resize arguments
3816 new prefix 'w' for resizing
3818 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3820 * fvwm/conditional.c (MatchesConditionMask):
3821 fixed handling of some conditions (iconifiable, fixed, ...)
3823 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3828 * fvwm/conditional.c:
3829 Output an error message if an unrecognised conditional is used
3830 with the Test or TestRc commands.
3832 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3834 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3835 do not map hide windows if their width or height is zero
3837 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3839 * fvwm/ewmh_events.c:
3842 * libs/FlocaleCharset.c:
3846 corrected typos in warning messages
3849 * libs/PictureGraphics.c:
3850 * libs/PictureGraphics.h:
3851 renamed function PGraphicsCreateTransprency to
3852 PGraphicsCreateTransparency
3854 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3856 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3857 * fvwm/expand.c (expand_args_extended):
3858 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3860 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3863 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3864 * fvwm/expand.c (expand_args_extended):
3866 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3868 * fvwm/conditional.c (CMD_All):
3869 * fvwm/fvwm.1.in (All):
3870 changed Reverse and UseStack options to have free order.
3873 * fvwm/fvwm.1.in (WindowShade):
3874 * fvwm/windowshade.c (CMD_WindowShade):
3875 * fvwm/add_window.c (setup_window_structure):
3876 added last direction to WindowShade command.
3878 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3880 * fvwm/fvwm.1.in (All):
3883 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3886 * fvwm/fvwm.1.in (All):
3887 * fvwm/conditional.c (CMD_All):
3888 added reverse option to All command to do the action in opposite order
3889 added UseStack option to All command to use the stack ring instead of
3892 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3895 changed fallback editor from `emacs' to `vi' because it much
3896 more widespread on non-Linux systems
3897 fixed errors (because of incorrect syntax fallback entries were
3899 now script honors `TMPDIR' env. variable and if it's not set it
3900 fallback to `/tmp' directory when creating temporary file
3902 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3905 changed description of the fvwmstyle resource usage
3906 to state that it's used in addition to the other
3908 * fvwm/style.c (fw_match_style_id):
3909 fixed a typo in style_name matching
3911 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3913 * fvwm/style.c (fw_match_style_id):
3914 reformatted code and fixed a warning
3916 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3920 * libs/Fft.c (FftGetFont):
3924 * libs/System.c (fvwm_mkstemp):
3925 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3926 function was never used, even if it was considered secure by configure
3929 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3932 added some more suff to the list of what I've done.
3935 * fvwm/add_window.c (__add_window_handle_x_resources)
3938 * fvwm/fvwm.h (FvwmWindow):
3939 added fvwmstyle resource to override style name
3941 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3943 * fvwm/menus.c (pop_menu_up):
3944 as documented, do not warp to title for root menus with TitleWarp
3946 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3949 Removed duplicated 'NoIcon' style option description in the end
3950 of the `The Style command...' section.
3951 Removed `Recapture True' option setting in example of BusyCursor
3952 description, because `Recapture' isn't valid option of `BusyCursor'
3954 Updated ewmh specification URL (the old was 404)
3955 Added URL to ICCCM 2.0 manual
3957 * modules/FvwmAnimate/FvwmAnimate.c:
3958 corrected delay for Zoom3D animation effect
3960 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3961 * modules/FvwmConsole/FvwmConsole.1.in:
3962 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3963 consistent with rest of the documentation and because it's more
3964 conventional abbreviation.
3966 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3967 slightly clarified the `StartName' option description
3968 added the undocumented `MailDir' option description. Somebody
3969 violated section `K' of the convention list.
3972 * fvwm/ConfigFvwmSetup:
3973 * modules/FvwmForm/FvwmForm.1.in:
3974 * modules/FvwmForm/FvwmForm-Rlogin:
3975 * sample.fvwmrc/system.fvwm2rc:
3976 * sample.fvwmrc/system.fvwm2rc-sample-1:
3977 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3978 inherently insecure. We shouldn't teach our users bad things,
3985 * bin/fvwm-config.1.in:
3986 * bin/fvwm-menu-headlines.1:
3987 * bin/fvwm-menu-headlines.in:
3988 * bin/fvwm-perllib.in:
3989 * bin/fvwm-root.1.in:
3995 * libs/PictureGraphics.c:
3997 * modules/FvwmBacker/FvwmBacker.1.in:
3998 * modules/FvwmDebug/FvwmGtkDebug.in:
3999 * modules/FvwmDebug/FvwmGtkDebug.1:
4000 * modules/FvwmEvent/FvwmEvent.1.in:
4001 * modules/FvwmForm/FvwmForm.1.in:
4002 * modules/FvwmIconMan/xmanager.c:
4003 * modules/FvwmIdent/FvwmIdent.c:
4004 * modules/FvwmIdent/FvwmIdent.1.in:
4005 * modules/FvwmPerl/FvwmPerl.in:
4006 * modules/FvwmPerl/FvwmPerl.1:
4007 * modules/FvwmScript/FvwmScript.1.in:
4008 * modules/FvwmScript/Widgets/Menu.c:
4009 * modules/FvwmTabs/ConfigFvwmTabs:
4010 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4011 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4012 * modules/FvwmTheme/FvwmTheme.1.in:
4013 * perllib/FVWM/Module/Tk.pm:
4014 * perllib/FVWM/Tracker.pm:
4015 * perllib/FVWM/Module.pm.in:
4018 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4020 * fvwm/style.c (style_parse_focus_policy_style):
4021 fix ISO C90 compability with unconsumed styleoption warnings
4023 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4025 * fvwm/events.c (HandlePropertyNotify):
4026 fix for bug 1557/3950 (possible free of Untilted constant or
4027 already used name (if app reset the name already given to them))
4029 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4031 * fvwm/focus.c (__activate_window_by_command)
4032 (warp_to_fvwm_window):
4034 * fvwm/builtins.c (CMD_CursorMove):
4035 set last pointer event position after warping the pointer
4038 * libs/FEvent.c (FWarpPointerUpdateEvpos):
4041 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4043 * acinclude.m4 (AM_PATH_GTK):
4045 (AM_PATH_GDK_IMLIB):
4049 fixed to cope with 4 digit version numbers
4051 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4054 * fvwm/style.c (parse_and_set_window_style)
4055 (style_parse_one_style_option):
4056 (style_parse_icon_fill_style)
4057 (style_parse_icon_grid_style):
4058 (style_parse_icon_box_style)
4059 (style_parse_icon_size_style):
4060 (style_parse_focus_policy_style)
4061 (style_parse_button_style):
4062 warn if parts of style options are not consumed
4064 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4066 * fvwm/menuitem.c (menuitem_paint):
4067 use the MenuColorset in all cases if TitleColorset is not given
4069 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4071 * fvwm/style.c (style_parse_one_style_option):
4072 * fvwm/placement.c (__place_get_wm_pos):
4073 (__explain_placement):
4074 new placement style UnderMousePlacement
4076 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4079 * fvwm/fvwm.1.in (EdgeScroll):
4080 * fvwm/virtual.c (CMD_EdgeScroll):
4081 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4082 added wrap/wrapx/wrapy option to EdgeScroll
4084 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4087 spell check the whole file (dozens of typos)
4089 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4091 * fvwm/module_interface.c (do_execute_module):
4092 removed accidentally committed FVWM_MODULE_ALIAS patch
4094 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4096 * fvwm/module_interface.c (do_execute_module):
4097 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4099 * fvwm/menus.c (size_menu_horizontally):
4100 fix for drawing menus with sidepic on the right
4102 * libs/Flocale.c (FlocaleFontStructDrawString):
4103 (FlocaleDrawString):
4104 set the foreground colour before drawing a string
4107 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4110 (menustyle_parse_style):
4112 * fvwm/menus.c (calculate_item_sizes):
4113 (size_menu_vertically):
4114 (UpdateMenuColorset):
4115 * fvwm/menuitem.c (menuitem_paint):
4116 Applied patch by David Maciver
4117 new menu styles TitleColorset, HilightTitleBack and TitleFont
4119 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4122 * libs/Module.c (ParseModuleArgs):
4123 added variable "namelen" to ModuleArgs struct
4125 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4128 removed duplicate declaration
4130 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4132 * fvwm/fvwm.c (main):
4133 replaced previous patch with a better one
4135 * fvwm/virtual.c (unmap_window):
4136 * fvwm/menus.c (do_menu):
4137 * fvwm/events.c (fake_map_unmap_notify):
4139 * fvwm/add_window.c (MappedNotOverride):
4140 Added XFlush after XSelectInput
4142 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4145 * fvwm/fvwm.c (main):
4146 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4148 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4152 increased version to 2.5.17
4157 updated for 2.5.16 release
4159 * acinclude.m4 (CHECK_LIBCHARSET):
4162 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4164 * fvwm/functions.c (execute_complex_function):
4165 print a message to the console instead of ringing the bell when a
4168 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4171 fixed typo (NEWS still said 2.5.15)
4173 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4177 increased version to 2.5.16
4182 updated for 2.5.15 release
4184 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4186 * fvwm/move_resize.c (GetOnePositionArgument):
4188 new option "screen" to Move type commands
4190 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4192 * acinclude.m4 (smr_SWITCH):
4195 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4198 restore requirement of automake-1.4; 1.8 is too new even for my system
4200 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4204 renamed configure.in to configure.ac
4207 some updates for new autoconf/automake versions
4214 require autoconf-2.53 or later
4216 * Makefile.am (AUTOMAKE_OPTIONS):
4217 require automake-1.8 or later
4220 check for X library path before X library checks
4221 removed obsolete C++ compiler check
4222 removed duplicate type size checks
4223 replaced M4 comment ("dnl") with shell comment ("#") in many places
4226 fixed aclocal warnings
4228 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4230 * fvwm/style.c (style_parse_button_style):
4231 corrected typo in error message, and made errorous buttons not apply
4232 (style_parse_one_style_option):
4233 changed NoButton to use style_parse_button_style
4235 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4238 new fix for incompatible pointer type warning with gcc 3.4.
4240 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4247 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4250 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4255 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4257 * fvwm/frame.c (frame_free_move_resize_args):
4258 fixed drawing of transparent decorations or when using lazy shading
4261 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4264 * libs/fvwmsignal.c:
4268 * fvwm/ewmh_names.c:
4269 * libs/CombineChars.c:
4275 * libs/PictureUtils.c:
4280 * libs/safemalloc.c:
4283 do not #include stdlib.h (comes from config.h)
4286 do not #include string.h (comes from config.h)
4289 fixed detection of string.h/strings.h
4291 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4293 * libs/Fft.c (FftGetFont):
4294 fixed compiler warning with gcc 3.4.4
4296 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4298 * fvwm/menuitem.c (menuitem_paint):
4299 properly undraw unselected item area
4301 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4303 * fvwm/menuitem.c (menuitem_paint):
4304 * fvwm/menus.c (get_menu_paint_item_parameters)
4305 (get_menu_paint_item_parameters):
4307 fixed text offset of menu items with icons but with an item format that
4309 (size_menu_horizontally):
4310 allow sidepic to be placed in the middle of menu items; this is better
4311 than ignoring the item format completely but does not draw the items
4314 * fvwm/menus.c (__mloop_handle_event):
4316 fixed delayed menu drawing issue
4318 do not draw the selected menu item before the menu is drawn for the
4320 (repaint_transparent_menu):
4323 don't call get_menu_paint_item_parameters when the result is not used
4324 (get_menu_paint_item_parameters):
4326 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4328 * fvwm/ewmh.h (EWMH_CMD_Style):
4329 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4330 * fvwm/style.c (style_parse_one_style_option):
4331 Added support for inverting boolean EWMH styles with !.
4336 * fvwm/window_flags.h:
4337 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4338 * fvwm/ewmh.c (ewmh_HandleWindowType):
4340 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4342 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4344 * fvwm/icons.c (GetIconWindow):
4345 * fvwm/fvwm.h (FvwmWindow):
4346 * fvwm/events.c (__handle_cr_on_icon):
4347 properly handle icon border width; fixes an xterm active icon loop
4349 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4351 * fvwm/borders.c (border_draw_one_border_part):
4352 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4355 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4357 * fvwm/menustyle.c (menustyle_copy_face):
4359 (menustyle_free_face):
4361 (menustyle_parse_style):
4362 use new functions and fix a bug
4367 removed empty files colors.c and colors.h
4369 * fvwm/colors.c (CopyColor):
4371 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4374 * fvwm/frame.c (frame_reshape_border):
4377 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4379 * fvwm/menustyle.c (menustyle_copy_face):
4380 separated from menustyle_copy; color copies are reallocated.
4384 color copies are reallocated.
4386 * fvwm/colors.c (CopyColor):
4387 * fvwm/colors.h (CopyColor):
4390 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4392 * fvwm/move_resize.c (__resize_window):
4393 fix for not being able to finish resize with mouse when resizing on
4394 click with modifiers active. (intruduced with 'removed duplicate
4395 pointer query' at sep 29)
4399 * fvwm/menustyle.c (menustyle_parse_style):
4400 made style pairs negatable with '!' prefix
4401 ActiveForeOff and HilightBackOff frees colors used.
4403 * fvwm/menustyle.c (menustyle_copy):
4404 fix for freeing color from sorce instead of destination.
4406 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4408 * fvwm/functions.c (__execute_function):
4409 fixed an error in yesterdays patch to complex fuctions. the commands
4410 pressed window were not retored correctly after running move functions
4411 without it, and functions would be run twice.
4413 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4416 added NoLayer to list of allowed options for WindowList command
4417 fixed grammar of test-conditions list. formatting fixes for
4418 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4422 * fvwm/functions.c (__execute_function)
4423 (__run_complex_function_items):
4424 (execute_complex_function):
4425 fix for moving/resizing reference window usage with complex functions.
4427 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4429 * fvwm/move_resize.c (__move_loop):
4430 reimplemented a fix for the place with keyboard setting a button as
4431 used for place bug; this time without breaking escape key.
4433 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4435 * fvwm/move_resize.c (__move_loop):
4436 removed the previous patch as it breaks aborting window motion with the
4439 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4441 * fvwm/move_resize.c (__move_loop):
4442 fixed bug where finishing movment with keyboard would set a random
4443 button as used for placement.
4445 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4448 * fvwm/frame.c (frame_setup_border):
4449 reverted change for move of window parts (reset of PressedW).
4451 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4453 * fvwm/frame.c (frame_setup_border):
4456 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4459 * fvwm/move_resize.c (__resize_window):
4460 removed duplicate pointer query for enter/leave notify events.
4461 resizing of shaded windows in the shaded direction no longer
4462 results in bogus ref points.
4464 * fvwm/frame.c (frame_setup_border):
4465 reset PressedW if the part has moved. This prevents strange
4466 ref points in resize if called from some complex functions.
4468 * fvwm/frame.c (frame_create_move_resize_args):
4469 shaded windows use get_client_geometry for client geometry.
4471 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4475 * fvwm/fvwm.h (window_flags):
4476 (WindowConditionMask):
4478 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4481 * fvwm/session.c (_match):
4484 * fvwm/conditional.c (MatchesConditionMask):
4485 (CreateConditionMask):
4486 * fvwm/add_window.c (setup_window_structure):
4487 * fvwm/move_resize.h (placement_binding):
4488 * fvwm/move_resize.c (__move_loop):
4489 (placement_binding):
4490 * fvwm/bindings.c (ParseBinding):
4491 * libs/wcontext.c (win_contexts):
4492 * libs/wcontext.h (enum):
4494 Added placement context for simple mouse bindings to allow
4495 specification of buttons to finish/cancel movment. Buttons >3
4496 may now be used to place windows.
4497 Replaced window flag placed_wb3 with placed_by_button
4498 FvwmWindow member. Added window condition PlacedByButton.
4500 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4504 * fvwm/menustyle.h (enum):
4508 (ST_SCROLL_OFF_PAGE):
4509 (MST_SCROLL_OFF_PAGE):
4510 * fvwm/menustyle.c (menustyle_copy):
4511 (menustyle_get_styleopt_index):
4512 (menustyle_parse_style):
4514 * fvwm/menus.c (menuShortcuts):
4516 (__mloop_handle_event):
4517 (menu_get_outer_geometry):
4520 added MouseWheel and ScrollOffPage menu styles
4522 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4525 * fvwm/menus.c (append_item_to_menu):
4526 fixed bug #1121: Use of pointer without checking for NULL
4528 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4531 * fvwm/expand.c (expand_vars):
4532 warn on usage of obsolete one-letter variables
4534 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4538 * fvwm/expand.c (expand_vars_extended):
4540 allow nesting of variables
4542 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4544 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4545 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4549 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4551 * fvwm/borders.c (border_draw_one_border_part)
4552 (border_draw_all_border_parts):
4553 fix the previous patch to work with title-less windows too
4555 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4557 * fvwm/borders.c (border_draw_one_border_part)
4558 (border_draw_all_border_parts):
4559 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4560 windows to make the borders look homogeneous (based on the patch of
4563 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4569 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4570 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4572 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4576 increased version to 2.5.15
4581 updated for 2.5.14 release
4583 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4584 (ewmh_WMStateSkipTaskBar):
4585 (ewmh_WMStateSkipPager):
4586 (ewmh_WMStateModal):
4587 fixed several ewmh-hints
4589 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4592 fix TestRc example error, s/Any/All/
4594 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4599 * fvwm/conditions.c (MatchesConditionMask):
4600 (CreateConditionMask):
4601 added FixedPosition condition
4603 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4605 * fvwm/virtual.c (HandlePaging):
4606 use FQueryPointer every time to track the pointer position; this fixes
4607 fvwm hanging in HandlePaging for the given delay once the pointer
4608 touches the pan frames
4610 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4612 * fvwm/session.c (SaveWindowStates):
4615 save and restore the default layer during a restart
4617 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4619 * fvwm/conditional.c (CMD_Test):
4621 rename previously added Test conditions to EnvIsSet and EnvMatch,
4622 tweak the logic when the variable is set, but empty
4624 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4626 * fvwm/conditional.c (CMD_Test):
4628 added test conditions EdgeHasPointer and EdgeIsActive
4630 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4632 * fvwm/virtual.c (raisePanFrames):
4633 prevent cycling of pan frame window stacking order
4635 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4637 * fvwm/conditional.c (CMD_Test):
4639 add Test conditions IsEnvSet and MatchEnv
4641 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4643 * fvwm/menus.c (pop_menu_up):
4644 * fvwm/menustyle.c (menustyle_copy):
4645 two fixes by Viktor Griph
4647 * fvwm/events.c (HandleEvents):
4648 simplify the style list if there is nothing else to do
4650 * fvwm/style.c (__simplify_style_list):
4651 (styles_have_same_id):
4652 (style_id_equals_id):
4653 (style_ids_are_equals):
4655 (remove_all_of_style_from_list):
4656 (one_fw_can_match_both_ids):
4657 pass pointers instead of the whole style structure
4658 (__simplify_style_list):
4659 fixed memory leak and tweaked the code
4661 * libs/Strings.c (CatString3):
4662 fixed a buffer overflow
4664 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4667 detect if Window, Pixel or void * are bigger than long and refuse to
4670 * libs/vpacket.h (ConfigWinPacket):
4671 * fvwm/windowshade.c (CMD_WindowShade):
4672 * fvwm/virtual.c (MoveViewport):
4675 (CMD_GotoDeskAndPage):
4676 * fvwm/update.c (apply_window_updates):
4677 * fvwm/stack.c (BroadcastRestack):
4680 * fvwm/icons.c (DeIconify):
4682 * fvwm/geometry.c (broadcast_icon_geometry):
4683 * fvwm/events.c (HandleEnterNotify):
4685 (HandleLeaveNotify):
4687 (HandleMapRequestKeepRaised):
4688 * fvwm/add_window.c (destroy_window):
4689 * fvwm/module_interface.c (SendFvwmPicture)
4690 (BroadcastFvwmPicture):
4691 (CMD_Send_WindowList):
4692 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4693 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4696 * fvwm/virtual.c (GetDeskNumber):
4697 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4698 around the given desk range with a relative desk
4700 * fvwm/focus.c (focus_grab_buttons_on_layer):
4706 reindented some code and renamed some variables
4708 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4710 * fvwm/events.c (__check_click_to_focus_or_raise):
4713 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4715 * FvwmIconMan/xmanager.c (set_win_iconified):
4716 fixed select/focus button state lost when deiconifying a window
4718 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4720 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4723 * libs/Colorset.c (get_aspect_dimensions):
4724 fixed aspectpixmap size calculations
4726 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4728 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4731 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4732 (ewmh_CurrentDesktop):
4733 (ewmh_DesktopGeometry):
4734 (ewmh_NumberOfDesktops):
4736 (ewmh_WMIconGeometry):
4737 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4738 print error messages for broken gnome client messages
4740 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4741 removed duplicate call of execute_function_override_window
4743 * fvwm/stack.c (new_layer):
4744 fixed a hang if a window sets an layer < 0 via gnome hints
4746 * fvwm/add_window.c (GetWindowSizeHints):
4747 * fvwm/misc.c (fvwm_msg_report_app):
4748 (fvwm_msg_report_app_and_workers):
4749 new utility functions
4751 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4753 * fvwm/stack.c (dump_stack_ring):
4754 (verify_stack_ring_consistency):
4755 * fvwm/module_interface.c (HandleModuleInput):
4756 * fvwm/events.c (__cr_detect_icccm_move):
4757 * fvwm/style.c (print_styles):
4760 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4762 * libs/FlocaleCharset.c:
4763 support euc-jp encodings (Yasuhiro Nakazaki)
4765 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4767 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4768 * fvwm/ewmh_names.c (EWMH_WMName):
4770 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4771 (EWMH_SetNumberOfDesktops):
4772 (EWMH_SetDesktopViewPort):
4773 (EWMH_SetDesktopGeometry):
4774 (EWMH_SetWMDesktop):
4776 (EWMH_SetFrameStrut):
4778 * fvwm/gnome.c (AtomGet):
4780 (GNOME_GetHintIcons):
4781 (GNOME_GetHintLayer):
4782 (GNOME_GetHintState):
4783 (GNOME_GetExpandedSize):
4784 (GNOME_SetAreaCount):
4785 (GNOME_SetCurrentArea):
4786 (GNOME_SetDeskCount):
4787 (GNOME_SetCurrentDesk):
4788 (GNOME_SetCurrentDesk):
4791 (CMD_GnomeShowDesks):
4795 * libs/fsm.c (GetClientID):
4796 (set_session_manager):
4797 * fvwm/session.c (GetClientID):
4798 * fvwm/fvwm.h (FvwmWindow):
4799 * fvwm/colorset.c (get_root_pixmap):
4800 * fvwm/add_window.c (FetchWmProtocols):
4801 * libs/FTips.c (__initialize_window):
4802 * fvwm/icccm2.c (convertProperty)
4803 (icccm2_handle_selection_request)
4804 * fvwm/fvwm.c (SetMWM_INFO):
4807 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4809 * fvwm/move_resize.c (GetOnePositionArgument):
4810 don't use the unportable fuction rintf()
4812 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4816 increased version to 2.5.14
4822 updated for 2.5.13 release
4824 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4826 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4827 fixed drawing of relief with very small rectangles, i.e. when
4828 line_width * 2 > height or width
4830 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4832 * NEWS: fvwm-menu-desktop changes.
4834 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4836 * fvwm/placement.c (get_next_x):
4837 fixed collision detection of windows on pages other than the current
4838 one during placement
4840 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4842 * fvwm/move_resize.c (__resize_window):
4843 Fixed interactive resize (reduction) via the bottom border
4848 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4852 Spelling fix contition -> condition
4854 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4856 * fvwm/style.c (style_ids_are_equals):
4857 (style_id_equals_id):
4858 (styles_have_same_id):
4859 (fw_match_style_id):
4860 (one_fw_can_match_both_ids):
4861 (cleanup_style_defaults):
4862 * libs/fsm.c (fprintfhex):
4864 * libs/FGettext.c (fgettext_free_fgpath_list):
4865 * libs/Parse.c (_get_suffixed_integer_arguments):
4866 * libs/Graphics.c (AllocNonlinearGradient):
4867 * libs/PictureUtils.c (build_mapping_table):
4873 * libs/FRenderInit.c:
4874 include own header file
4876 * libs/System.c (getFileStamp):
4877 * libs/Fft.c (FftPDumyFunc):
4878 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4881 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4883 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4886 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4888 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4890 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4892 * fvwm/conditional.c (Circulate):
4893 added tests for fw == Scr.FvwmRoot again to fix a crash
4895 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4897 * AUTHORS: New author, FvwmScript patch.
4899 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4901 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4902 * AUTHORS: s/Hover/Active/
4904 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4906 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4907 avoid dump with empty key/mouse binding command.
4908 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4909 Checked all other uses of PeekToken in fvwm dir.
4911 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4913 * fvwm/session.c (matchWin):
4915 On restarts compare window ids only. Base our matching decision on
4916 window role only if we have a client id.
4918 * fvwm/move_resize.c (GetOnePositionArgument):
4919 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4920 float values to nearest int
4922 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4925 * fvwm/move_resize.c (CMD_Maximize):
4926 Applied Arnaud Vrac patch which fixes maximize by growing vs
4929 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4931 * fvwm/builtins.c (do_button_style):
4932 ButtonStyle Reset takes effect immediately
4934 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4936 * fvwm/fvwm.1.in: lang check.
4938 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4941 Really commit EWMHUseStackingOrderHints documentation update
4943 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4946 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4949 FvwmIconMan new options
4951 * libs/FTips.c (new file):
4952 * libs/FTips.h (new file):
4955 Added a set of functions for implementing tool tips
4957 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4959 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4961 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4963 * fvwm/menus.c (__mloop_get_event):
4964 * fvwm/functions.c (execute_complex_function):
4965 * fvwm/add_window.c (AddWindow):
4966 * fvwm/module_interface.c (ExecuteModuleCommand):
4967 * fvwm/move_resize.c (__move_loop):
4969 properly set the "state" member of faked motion and key events;
4970 fixes broken "nosnap" feature
4972 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4974 * fvwm/bindings.c (ParseBinding):
4976 * libs/Bindings.c (bindingAppliesToWindow):
4977 (__compare_binding):
4978 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4979 * fvwm/builtins.c (CMD_Wait):
4981 * fvwm/events.c (__handle_bpress_on_root):
4982 (HandleButtonRelease):
4983 fixed crash in window specific binding code
4984 fixed handling of root window in window specific binding code
4985 renamed some functions
4987 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4989 * fvwm/focus.c (__update_windowlist):
4990 replaced while loop by for loop
4992 * fvwm/style.c (style_destroy_style):
4993 * fvwm/conditional.c (Circulate):
4994 removed useless check whether fw == &Scr.FvwmRoot
4996 * fvwm/icons.c (DeIconify):
4997 defused possible endless loop when a window iconified by the
4998 transientfor window loses the "transient" relationship
5000 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5002 * fvwm/move_resize.c (__move_loop):
5004 fixed overwriting the initial button_mask during move/resize
5006 * fvwm/menus.c (__mloop_handle_action_with_mi):
5007 do not "post" a submenu menu item it the submenu does not exist
5009 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5011 * fvwm/events.c (__handle_bpress_on_managed):
5012 do not draw the decorations pressed in if executing a function is
5015 * libs/Parse.c (CopyToken):
5016 fixed parsing of delimiters
5018 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5020 * fvwm/virtual.c (GetDeskNumber):
5021 fixed MoveToDesk without argument
5023 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5026 re-formatted and some spelling corrections
5028 * fvwm/colorset.c (CMD_CleanupColorsets):
5030 * fvwm/builtins.c (CMD_Colorset):
5031 (CMD_CleanupColorsets):
5032 moved functions to colorset.c
5034 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5036 * libs/Parse.c (CopyToken):
5037 skip any whitespace before a delimiter; this allows to have spaces
5038 before the commas in an option list
5040 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5042 * fvwm/frame.c (frame_reshape_border):
5043 re-shaping shaded windows no longer unshades them
5044 re-shaping unshaded windows on pages other than 0 0 no longer moves
5045 them out of the current page
5047 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5049 * fvwm/events.c (__cr_detect_icccm_move):
5050 * fvwm/screen.h (ScreenInfo):
5051 * fvwm/builtins.c (CMD_BugOpts):
5052 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5054 * fvwm/move_resize.c (__move_loop):
5056 query the pointer position in the move loop when an
5057 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5061 increased version to 2.5.13
5067 updated for 2.5.12 release
5069 * fvwm/frame.c (frame_create_move_resize_args):
5070 fixed xemacs growing or shrinking when title height changed; this was
5071 caused by calculating the old client window geometry using the new
5072 title dimensions; query the window size instead
5074 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5076 * fvwm/events.c (test_map_request):
5077 (test_button_event):
5078 (test_typed_window_event):
5079 (test_resizing_event):
5080 (__predicate_button_click):
5081 (__merge_cr_moveresize):
5082 (HandleUnmapNotify):
5083 (flush_property_notify):
5084 (is_resizing_event_pending):
5085 (__test_for_motion):
5086 use type XPointer for last argument of predicate procedures for
5087 XCheckPeekIfEvent and XCheckIfEvent, not char *
5088 (HandleUnmapNotify):
5091 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5093 * fvwm/window_flags.h:
5094 removed useless and broken SETM_ macros
5096 * fvwm/update.c (init_style):
5097 fixed resetting user states
5099 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5101 * libs/envvar.c (add_to_envlist):
5104 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5106 * fvwm/builtins.c (CMD_UnsetEnv):
5109 * libs/envvar.c (flib_unsetenv):
5113 split in ftwo functions
5116 check for unsetenv function
5118 * fvwm/builtins.c (CMD_SetEnv):
5119 assume an empty value if no value is given
5121 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5130 * perllib/FVWM/Commands.pm:
5131 new command EdgeLeaveCommand
5133 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5140 increased version to 2.5.12
5145 updated for 2.5.11 release
5147 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5149 * fvwm/geometry.c (get_page_offset):
5150 (get_page_offset_rectangle):
5151 (get_absolute_geometry):
5154 * fvwm/virtual.c (CMD_GotoPage):
5155 * fvwm/move_resize.c (__move_window):
5156 * fvwm/virtual.c (CMD_GotoPage):
5157 (get_page_arguments):
5158 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5161 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5163 * libs/Flocale.c (FlocaleGetNameProperty):
5164 fixed freeing uninitialized pointer
5166 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5168 * fvwm/conditional.c (select_cmd):
5172 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5173 WindowId and Direction commands; fixes break from these commands
5175 * fvwm/geometry.c (get_shaded_geometry):
5176 shading geometry fix for windows without decoration
5178 * libs/FScreen.c (XineramaQueryExtension):
5179 fixed xinerama crash
5181 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5184 Parse man pages with config.status so man pages have correct date.
5185 Man pages also specify FVWM version that they relate to.
5188 * bin/fvwm-config.1:
5189 * bin/fvwm-convert-2.2.1:
5190 * bin/fvwm-convert-2.4.1:
5191 * bin/fvwm-convert-2.6.1:
5192 * bin/fvwm-menu-desktop.1:
5194 * modules/FvwmAnimate/FvwmAnimate.1:
5195 * modules/FvwmAuto/FvwmAuto.1:
5196 * modules/FvwmBacker/FvwmBacker.1:
5197 * modules/FvwmBanner/FvwmBanner.1:
5198 * modules/FvwmButtons/FvwmButtons.1:
5199 * modules/FvwmCommand/FvwmCommand.1:
5200 * modules/FvwmConsole/FvwmConsole.1:
5201 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5202 * modules/FvwmCpp/FvwmCpp.1:
5203 * modules/FvwmDragWell/FvwmDragWell.1:
5204 * modules/FvwmEvent/FvwmEvent.1:
5205 * modules/FvwmForm/FvwmForm.1:
5206 * modules/FvwmGtk/FvwmGtk.1:
5207 * modules/FvwmIconBox/FvwmIconBox.1:
5208 * modules/FvwmIconMan/FvwmIconMan.1:
5209 * modules/FvwmIdent/FvwmIdent.1:
5210 * modules/FvwmM4/FvwmM4.1:
5211 * modules/FvwmPager/FvwmPager.1:
5212 * modules/FvwmProxy/FvwmProxy.1:
5213 * modules/FvwmRearrange/FvwmRearrange.1:
5214 * modules/FvwmSave/FvwmSave.1:
5215 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5216 * modules/FvwmScript/FvwmScript.1:
5217 * modules/FvwmScroll/FvwmScroll.1:
5218 * modules/FvwmTaskBar/FvwmTaskBar.1:
5219 * modules/FvwmTheme/FvwmTheme.1:
5220 * modules/FvwmWharf/FvwmWharf.1:
5221 * modules/FvwmWinList/FvwmWinList.1:
5222 These man pages were renamed to have a .in suffix.
5223 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5225 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5227 * fvwm/placement.c (__place_window):
5228 fixed starting desk output with bugopts explainwindowplacement
5230 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5232 * fvwm/eventhandler.h:
5233 * fvwm/events.c (InitEventHandlerJumpTable):
5237 Fixed window specific bindings "patch" by sending key release event
5240 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5244 * fvwm/move_resize.c:
5248 * fvwm/decorations.c:
5252 * fvwm/add_window.c:
5255 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5256 it with NUMBER_OF_MOUSE_BUTTONS
5258 * fvwm/style.c (style_parse_focus_policy_style):
5259 * fvwm/focus_policy.h:
5260 * libs/Bindings.c (GrabWindowButton):
5261 * fvwm/bindings.c (bind_get_bound_button_contexts):
5263 * fvwm/events.c (WaitForButtonsUp):
5264 * fvwm/style.c (style_parse_focus_policy_style):
5265 * fvwm/builtins.c (__fake_event):
5266 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5267 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5269 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5272 put -Wall -Wno-implicit-int before user specified flags
5275 Applied below patch again. It didn't make it to CVS (?)
5277 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5279 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5281 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5284 cleaned up ifdef hell
5287 fixed solaris xinerama test
5289 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5293 * libs/FScreen.c (solaris_XineramaQueryScreens):
5294 Solaris Xinerama support.
5297 Patch by Chris Ross.
5299 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5301 * fvwm/events.c (__handle_cr_on_client):
5302 don't reevaluate window geometry when a ConfigureRequest has no size or
5305 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5307 * fvwm/menus.c (get_menu_options):
5309 new menu option TearOffImmediately
5311 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5313 * fvwm/placement.c (__place_get_wm_pos):
5314 cascade placemnt fix by Paul Vojta
5316 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5318 * fvwm/geometry.c (constrain_size):
5319 Don't touch the aspect ratio if modifying the width/height does not
5320 improve the situation
5322 * fvwm/frame.c (frame_free_move_resize_args):
5323 (__frame_setup_window):
5324 (frame_update_hidden_window_pos):
5325 (frame_mrs_resize_move_windows):
5326 (frame_create_move_resize_args):
5327 * fvwm/move_resize.c (__resize_window):
5328 some event handling fixes
5330 * fvwm/geometry.c (constrain_size):
5331 look up the latest size hints if necessary
5333 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5335 * fvwm/geometry.c (constrain_size):
5336 * fvwm/ewmh.c (EWMH_fullscreen):
5337 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5338 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5339 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5340 * fvwm/fvwm.h (window_flags_t):
5341 allow windows to override their size hints when going fullscreen:
5342 minimum and maximum size, size inc, aspect ratio, etc.
5344 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5346 * fvwm/decorations.c (struct):
5347 MWM hints on 64 bit machines fix
5349 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5351 * fvwm/fvwm.1.in (Note):
5352 * fvwm/read.c (CMD_Read):
5354 the Read and PipeRead commands have a return code
5356 * fvwm/read.c (run_command_stream):
5361 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5363 * fvwm/move_resize.c (GetResizeArguments):
5365 fixed parsing of the frame option to the resize command and the pointer
5366 option to the move command
5368 * fvwm/conditional.c (CMD_None):
5369 Fixed CMD_None return code
5371 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5373 * fvwm/stack.c (is_above_unmanaged):
5374 windows on other Desks are always considered on top
5376 * fvwm/conditional.c (CreateConditionMask):
5377 (MatchesConditionMask):
5378 * fvwm/fvwm.h (WindowConditionMask):
5379 new condition Overlapped
5382 inproved strings.h / sring.h iclusion logic
5384 * libs/PictureUtils.c (finish_ct_init):
5385 (PictureInitColors):
5386 use flib_putenv instead of putenv
5388 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5391 * libs/gravity.h (enum):
5392 * libs/wcontext.h (enum):
5395 * fvwm/fvwm.c (StartupStuff):
5396 do not ungrab the pointer while the startup functions execute
5398 ungrab the pointer only after executing the RestartFunction or
5399 ExitFunciton. Otherwise these functions may not be executed if some
5400 other application grabs the pointer.
5403 * fvwm/conditional.c (CreateConditionMask):
5404 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5405 new condition AnyScreen
5408 * fvwm/builtins.c (__fake_event):
5409 * fvwm/bindings.c (ParseBinding):
5410 removed C++ comments
5412 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5415 New options for FvwmButtons module.
5417 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5420 use commas between conditions
5422 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5424 * fvwm/builtins.c (CMD_Wait):
5425 ignore MapNotify reported to any window except the root window
5427 * fvwm/module_interface.c (CONFIGARGS):
5428 correct number of CONFIGARGS arguments
5430 * libs/vpacket.h (ConfigWinPacket):
5431 frame_x and frame_y are signed
5433 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5435 * fvwm/conditional.c:
5439 Committed patch by Norman Yarvin (with a few minor mods) to extend
5440 conditionals to handle multiple window names.
5442 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5444 * fvwm/module_interface.c (CONFIGARGS):
5445 * libs/vpacket.h (ConfigWinPacket):
5446 put window_flags at end of structure
5448 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5450 * fvwm/module_interface.c (CONFIGARGS):
5455 removed old module interface
5458 * libs/vpacket.h (ConfigWinPacket):
5461 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5463 * fvwm/execcontext.c (__exc_change_context):
5464 fixed handling of etrigger event, fixing a problem with PropertyNotify
5465 events during resizing and possibly other problems too
5467 * fvwm/add_window.c (RestoreWithdrawnLocation):
5468 fixed travelling windows if application changed gravity hint before
5471 * fvwm/frame.c (combine_decor_gravities):
5472 (combine_gravities):
5474 (frame_restore_client_gravities):
5475 fixed window gravity after resize
5477 * libs/FEvent.c (FPeekEvent):
5479 (FCheckPeekIfEvent):
5480 fixed some event handling bugs
5482 * fvwm/conditional.c (CMD_Test):
5484 corrected use of Bool types
5486 simplified, fixed compilation
5488 use int as return type
5490 * libs/Ficonv.c (convert_charsets):
5493 * libs/Ficonv.c (convert_charsets):
5494 * acinclude.m4 (ICONV_SECOND_ARG):
5495 rewrote iconf configure test to save an ifdef
5497 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5503 Allow user to specify window-specific bindings that should NOT be
5504 intercepted by FVWM. This is accomplished with an '--' binding action.
5506 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5508 * fvwm/move_resize.c (__resize_window):
5509 Fixed event handling
5511 * fvwm/virtual.c (HandlePaging):
5512 removed check for leave events on pan frames; better query the pointer
5515 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5518 * fvwm/conditional.c:
5519 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5521 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5523 * fvwm/move_resize.c (GetResizeArguments):
5524 (GetResizeMoveArguments):
5527 (__resize_get_refpos):
5528 (__resize_get_dir_proximity):
5529 (__resize_get_dir_from_window):
5530 implemented fluxbox-like Alt-Button3 resizing
5532 * fvwm/virtual.c (HandlePaging):
5533 * fvwm/events.c (__merge_cr_moveresize):
5534 (__test_for_motion):
5535 (flush_property_notify):
5536 do not use XPutBackEvent as it shuffles events on the queue
5537 (test_button_event):
5538 (test_typed_window_event):
5541 * libs/FEvent.c (fev_get_evpos_or_query):
5542 take pointer position from EnterNotify and LeaveNotify events
5544 * fvwm/move_resize.c (__move_loop):
5545 fixed multiple paging with certain SnapGrid / Move interactions
5548 * fvwm/virtual.c (HandlePaging):
5549 Workaround for buggy XFree not delivering some Pointer events
5552 * fvwm/virtual.c (MoveViewport):
5553 don't eat MotionNotify events
5555 * libs/FEvent.c (fev_get_last_event):
5564 (FCheckWindowEvent):
5565 (FCheckTypedWindowEvent):
5569 keep a copy of the previous event in case FPutBackEvent is called
5571 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5574 Indicate optional window argument in section headings for
5575 Key, Mouse, PointerKey & Stroke commands.
5576 Remove strange "-Key" option listed for PointerKey.
5578 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5580 * libs/Fft.c (FftDrawString):
5581 * fvwm/session.c (get_version_string):
5582 * fvwm/module_interface.c (FlushMessageQueue):
5583 * fvwm/fvwm.c (SaveDesktopState):
5585 * fvwm/colorset.c (cleanup_colorsets):
5586 * libs/PictureUtils.c (struct):
5587 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5589 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5591 * fvwm/events.c (__cr_detect_icccm_move):
5592 windows with ewmh hints are assumed to use icccm2 compliant movement
5594 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5595 (ewmh_WMStateMaxHoriz):
5596 fixed restart/maximized problem
5598 * libs/fvwmsignal.c (fvwmReapChildren):
5599 * fvwm/fvwm.c (ReapChildren):
5600 moved function to lib
5602 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5604 * fvwm/modconf.c (send_desktop_geometry):
5607 (send_move_threshold):
5608 (send_ignore_modifiers):
5609 increased static buffer size
5611 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5613 * libs/CombineChars.c (convert_to_ucs2):
5614 Replace illegal UTF-8 character sequences in input
5616 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5619 bugfix: wrong stroke action being invoked.
5621 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5626 Active _last_ matching binding. (ie. same behaviour as before
5627 win-specific bindings patch.)
5628 bugfix: segfault when looking up stroke bindings in root context.
5630 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5636 * fvwm/module_interface.c:
5639 * modules/FvwmScript/FvwmScript.c:
5640 * modules/FvwmScript/Instructions.c:
5641 Implemented window-specific key/mouse bindings.
5643 * modules/FvwmIconBox/FvwmIconBox.h:
5647 Make args to matchWildcards() const.
5649 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5651 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5653 * fvwm/ewmh.c (EWMH_fullscreen):
5656 * fvwm/add_window.c (AddWindow):
5657 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5659 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5660 (ewmh_WMStateMaxVert):
5661 (ewmh_WMStateShaded):
5662 (ewmh_WMStateSticky):
5663 (ewmh_WMStateStaysOnBottom):
5666 don't try to maximize window when looking up the style
5668 (ewmh_WMStateFullScreen):
5669 (ewmh_WMStateHidden):
5670 (ewmh_WMStateMaxVert):
5671 (ewmh_WMStateModal):
5672 (ewmh_WMStateShaded):
5673 (ewmh_WMStateSkipPager):
5674 (ewmh_WMStateSticky):
5675 (ewmh_WMStateStaysOnBottom):
5676 fixed ignoring ewmh hints
5678 * fvwm/expand.c (expand_vars_extended):
5679 include full path in iconfile and miniiconfile variables
5681 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5683 * fvwm/functions.c (execute_complex_function):
5685 fixed double click patch
5687 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5689 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5690 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5692 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5694 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5697 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5699 * libs/FImage.c (FShmSafeCreateImage):
5700 Yet another fix to SHM remote client problem
5702 2004-05-26 Francis Litterio <franl@world.std.com>
5706 * fvwm/placement.c (__place_get_wm_pos)
5707 * fvwm/style.c (style_parse_one_style_option)
5708 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5710 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5712 * fvwm/events.c (HandleEnterNotify):
5713 fixed endless loop of edge commands when doing something that grabs
5716 * fvwm/functions.c (CheckActionType):
5717 (execute_complex_function):
5718 double clicks no longer work when pressing different buttons
5720 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5722 * fvwm/placement.c (__place_get_wm_pos):
5723 fixed placement in top left corner when pressing escape during manual
5726 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5730 added Chinese translations
5732 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5734 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5737 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5739 * fvwm/conditional.c:
5741 clean up Test code and documentation, add new False condition,
5742 unrecognized conditions produce Error return code now
5744 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5746 * fvwm/style.c: Remove extra char.
5748 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5750 * fvwm/ewmh.c (ewmh_atom_client_win):
5751 * fvwm/ewmh_intern.h:
5752 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5753 (ewmh_MoveResizeWindow):
5754 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5756 * fvwm/events.c (__handle_cr_on_client):
5757 (__handle_configure_request):
5758 (events_handle_configure_request):
5759 Some renaming for consistency, force restacking if the event come from
5762 * fvwm/ewmh_events.c (ewmh_MoveResize):
5763 Fixed _NET_WM_MOVERESIZE
5765 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5768 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5769 (EWMH_SetFrameStrut):
5770 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5772 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5774 * libs/FImage.c (FShmSafeCreateImage):
5775 Finished to fix SHM remote client problem
5777 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5779 * libs/FImage.c (FShmSafeCreateImage):
5780 Fixed when we are a remote client
5782 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5793 new default ~/.fvwm/config file is now recommended instead of
5794 still supported ~/.fvwm/.fvwm2rc
5796 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5798 * fvwm/menus.c (NewMenuRoot):
5799 do not strip whitespace from menu names when creating a new menu
5801 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5803 * fvwm/menuitem.c (menuitem_get_size):
5805 renamed remaining "mips" to mipst
5807 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5809 * fvwm/events.c (HandleMapRequestKeepRaised):
5810 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5811 Fixed EWMH DesktopGeometry and Stacking list
5813 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5815 * fvwm/virtual.c (GetDeskNumber):
5818 fixed MoveToDesk with one argument
5820 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5822 * fvwm/style.c (style_parse_one_style_option):
5824 * fvwm/conditional.c (MatchesConditionMask):
5826 * fvwm/window_flags.h:
5829 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5834 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5836 * fvwm/move_resize.c (unmaximize_fvwm_window):
5837 fixed redrawing of maximize button when unmaximizing but when the size
5838 and position does not change
5840 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5842 * fvwm/expand.c (expand_vars_extended):
5843 new extended variable $[w.layer]
5845 * fvwm/move_resize.c (MaximizeHeight):
5848 applied modified layer patch for maximize by Rafal Bisingier
5850 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5852 * fvwm/add_window.c (setup_frame_attributes):
5853 Hopefully fixed BackingStore code and removed now useless backing store
5856 * fvwm/expand.c (expand_vars_extended):
5857 new extended variable $[w.desk]
5859 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5863 increased version to 2.5.11
5868 updated for 2.5.10 release
5870 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5871 improved rotation code
5873 * libs/gravity.c (gravity_add_rotations):
5876 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5878 * fvwm/placement.c (__explain_placement):
5881 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5884 * fvwm/builtins.c (CMD_BugOpts):
5885 * fvwm/screen.h (ScreenInfo):
5886 new BugOpts option ExplainWindowPlacement
5887 renamed some members of Screen
5889 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5891 * fvwm/placement.c (__place_get_wm_pos):
5892 (__place_get_nowm_pos):
5893 (__place_get_placement_flags):
5895 (__place_handle_x_resources):
5896 (setup_window_placement):
5897 split into multiple functions
5900 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5902 * fvwm/add_window.c (setup_window_placement):
5903 * fvwm/placement.c (setup_window_placement):
5904 moved function to placement.c
5905 fixed using PLACE_AGAIN placement mode
5910 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5912 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5913 allow a negative line_width to invert the relief
5915 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5917 * libs/Flocale.c (FlocaleDrawString)
5918 (FlocaleDrawUnderline)
5920 reduced redundant calls to iconv
5922 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5924 * fvwm/move_resize.c (CMD_XorValue):
5925 fixed a very small outline drawing problem caused by using 0 line width
5930 increased version to 2.5.10
5934 updated for 2.5.9 release
5936 * fvwm/functions.c (execute_function_override_window):
5937 * fvwm/module_interface.c (ExecuteModuleCommand):
5938 * fvwm/conditional.c (circulate_cmd):
5939 sometimes, DeferExecution was called although a window was already
5940 selected, for example with the "Current" commend; fixed
5942 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5944 * libs/FImage.c (FShmSafeCreateImage):
5945 Fixed some safety tests
5947 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5949 * fvwm/events.c (__handle_cr_on_client):
5950 fixed a bug in the Jave configure request workaround
5952 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5954 * fvwm/events.c (__cr_detect_icccm_move):
5955 improved motion method detection for fullscreen requests
5957 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5959 * fvwm/add_window.c (AddWindow):
5960 * fvwm/screen.h (ScreenInfo):
5961 * fvwm/builtins.c (CMD_BugOpts):
5962 new BugOpts option DisplayNewWindowNames intended for debugging
5964 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5966 * libs/Bindings.c (FvwmStringToKeysym):
5967 small performance enhancement
5969 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5971 fixed the FlickeringMoveWorkaround option which did nothing before
5973 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5975 * fvwm/style.c (style_parse_one_style_option):
5977 * fvwm/style.h (SIS_UNMANAGED):
5978 * fvwm/add_window.c (AddWindow):
5981 * fvwm/expand.c (expand_vars_extended):
5982 new variables $[w.iconfile] and $[w.miniiconfile]
5984 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5985 made left side of a relief one pixel longer at the bottom
5987 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5989 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5990 * fvwm/style.c (style_set_old_focus_policy):
5991 fixed default window list order with ClickToFocus
5993 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5995 * fvwm/libs/Flocale.h:
5996 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5997 (FlocaleStringByteToCharOffset)
5998 (FlocaleStringCharToByteOffset)
5999 (FlocaleStringCharLength):
6000 Made utility functions available outside of Flocale
6002 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
6004 * fvwm/events.c (__test_for_motion):
6005 Fixed a lockup, see the long comment in the code
6007 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6009 * fvwm/schedule.c (execute_obj_func):
6010 fixed using uninitialised return code
6012 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
6014 * fvwm/builtins.c (do_title_style):
6015 Fixed MinHeight, it must reset the Height
6017 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6019 * fvwm/menus.c (menuShortcuts):
6020 applied menu navigation patch by Anton Kazennikov
6022 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6024 * libs/gravity.c (gravity_dir_to_string):
6025 (gravity_parse_dir_argument):
6026 use a constant for the dir table
6028 2003-12-16 Marcus Lundblad <ml@update.uu.se>
6030 * fvwm/Flocale.c (FlocaleEncodeString)
6031 (FlocaleDrawUnderline):
6032 Fixed crash when there's no Iconv support
6034 2003-12-16 olicha <olivier.chapuis@free.fr>
6037 Used the FUNC_FLAGS_TYPE in find_func_t declaration
6039 * sample.fvwmrc/system.fvwm2rc-sample-95:
6040 Added some Xft fonts
6042 2003-12-12 olicha <olivier.chapuis@free.fr>
6044 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6045 Fixed ewmh FullScreen when an application start fullscreen and
6046 desactivate this state
6048 2003-12-04 olicha <olivier.chapuis@free.fr>
6050 * fvwm/placement.c (test_fit):
6052 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6053 (EWMH_GetBaseStrutIntersection):
6054 (EWMH_GetStrutIntersection):
6055 Fixed placement vs the base struts
6057 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6059 * sample.fvwmrc/system.fvwm2rc-sample-95:
6060 improved Debian specific menu
6062 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6064 * sample.fvwmrc/system.fvwm2rc-sample-95:
6065 several updates; added Debian menu if found
6067 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6070 new configure option --en/disable-iconv
6072 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6074 * fvwm/menus.c (__mloop_handle_event):
6075 * fvwm/menustyle.c (menustyle_parse_style):
6077 new MenuStyle options PopupIgnore and PopupClose
6079 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6081 * fvwm/menus.c (menu_binding): Remove debug code.
6082 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6083 * fvwm/menus.h: Add menu_binding function.
6084 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6086 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6088 * libs/wcontext.h (enum): Add MENU context.
6089 * libs/wcontext.c (win_contexts): More common binding contexts first in
6091 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6094 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6098 increase version to 2.5.9
6100 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6107 updated for 2.5.8 release
6109 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6113 initially added files for deb package auto-creating procedure
6115 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6119 added Swedish translations by Johan Svedberg
6124 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6126 * fvwm/add_window.c (GetWindowSizeHints):
6127 reindented broken hint messages
6129 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6132 improved Perl detection messages,
6133 restored FvwmGtkDebug independence from gtk libs
6135 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6139 added German translations by Andrei Mitrofanow
6144 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6149 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6152 * fvwm/conditional.c (CreateConditionMask):
6153 (MatchesConditionMask):
6154 (CreateConditionMask):
6155 * fvwm/fvwm.h (WindowConditionMask):
6156 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6158 2003-09-23 olicha <olivier.chapuis@free.fr>
6160 * libs/FImage.c (FShmInit):
6163 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6165 * fvwm/focus.c (warp_to_fvwm_window):
6166 don't unnecessarily call MoveViewport
6168 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6170 * fvwm/decorations.c (__is_resize_allowed):
6173 2003-09-06 malu <ml@update.uu.se>
6175 * libs/FBidi.c (FBidiConvert):
6176 * libs/CombineChars.c (CombineChars):
6177 Fixed drawing combining characters on correct positions in
6178 right-to-left context
6180 2003-09-05 malu <ml@update.uu.se>
6182 * libs/Flocale.c (FlocaleDrawString):
6184 Fixed drawing of combining characters with font shadow
6185 (character offsets were miscalculated, since FlocaleTextWidth
6188 2003-09-05 malu <ml@update.uu.se>
6190 * libs/Flocale.c (FlocaleDrawUnderline):
6191 Fixed bug with text width when a string contains only
6192 "orphaned" combining characters (compensation for font shadowd
6195 2003-09-04 olicha <olivier.chapuis@free.fr>
6198 Added E.18, added comments on C.9 and C.15
6200 2003-09-03 olicha <olivier.chapuis@free.fr>
6202 * libs/Flocale.c (FlocaleTextWidth):
6203 Fixed a comb_char core dump
6206 Fixed compilation if either iconv, libpng or Xrender headers are
6207 not at a standard place
6209 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6212 fixed error message for incorrect --with-SOMETHING-library argument
6214 2003-09-03 olicha <olivier.chapuis@free.fr>
6217 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6219 2003-09-02 olicha <olivier.chapuis@free.fr>
6224 2003-09-01 olicha <olivier.chapuis@free.fr>
6226 * libs/gravity.c (gravity_dir_to_string):
6227 A new interface function to transform a direction_t to a string
6229 2003-08-31 S. Anderson <sa@xmission.com>
6231 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6232 Fixed missing font charsets
6234 2003-08-28 olicha <olivier.chapuis@free.fr>
6236 * fvwm/move_resize.c (__move_loop):
6237 (AnimatedMoveAnyWindow):
6238 Updated bg of transparent tear off menu when moved
6240 * fvwm/events.c (HandlePropertyNotify):
6241 Updated ParentRelative tear off menu on bg change
6243 * fvwm/menus.c (UpdateMenuColorset):
6244 Updated colorsets of tear off menu when they change, this handle the
6245 case of root background change for RootTransparent
6248 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6249 An utility function for redrawing transparent tear off menu. Maybe
6252 * fvwm/add_window.c (validate_transientfor):
6253 Fixed transient for an ewmh desktop
6255 2003-08-27 olicha <olivier.chapuis@free.fr>
6257 * libs/FRender.c (FRenderRender):
6258 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6259 Removed and fixed some unused code
6261 2003-08-25 olicha <olivier.chapuis@free.fr>
6263 * fvwm/misc.c (GrabEm):
6264 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6266 * fvwm/modconf.c (send_color_limit):
6267 ifndefed color limit config info message which is not used anymore
6269 * fvwm/colorset.c (parse_colorset):
6270 Added a note on average bg
6272 2003-08-23 olicha <olivier.chapuis@free.fr>
6274 * fvwm/style.c (print_styles):
6275 More info on memory used
6277 * fvwm/style.c (__simplify_style_list):
6278 Fixed upward simplication
6280 2003-08-14 olicha <olivier.chapuis@free.fr>
6282 * fvwm/ewmh.c (ewmh_HandleMenu):
6283 Fixed the MENU window type, they are tear off menus
6286 * fvwm/update.c (apply_window_updates):
6287 * fvwm/stack.c (new_layer):
6288 * fvwm/ewmh.c (EWMH_GetStyle):
6289 Fixed EWMHUseStackingHints update
6291 * fvwm/window_flags.h:
6293 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6294 (ewmh_WMStateMaxHoriz):
6295 (ewmh_WMStateMaxVert):
6296 * fvwm/move_resize.c (unmaximize_fvwm_window):
6297 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6298 uniconify and unshade when putting a window fullscreen
6300 * fvwm/ewmh_intern.h:
6301 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6302 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6304 * fvwm/move_resize.c (unmaximize_fvwm_window):
6307 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6308 * fvwm/decorations.c (SelectDecor):
6309 * fvwm/windowshade.c (CMD_WindowShade):
6310 Removed the decor for EWMH fullscreen windows, forbid shading and
6311 allows Resize and MoveResize without unsetting the fullscreen/maximized
6314 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6315 (CMD_ResizeMaximize):
6316 Fixed ewmh state which was not set after these cmds
6318 2003-08-09 olicha <olivier.chapuis@free.fr>
6323 2003-08-08 olicha <olivier.chapuis@free.fr>
6325 * fvwm/borders.c (border_draw_vector_to_pixmap):
6326 Fixed inversion of fg and bg in vector buttons
6328 * fvwm/style.c (__simplify_style_list):
6331 * libs/System.c (fvwm_mkstemp):
6334 2003-08-07 olicha <olivier.chapuis@free.fr>
6337 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6339 * libs/System.c (fvwm_mkstemp):
6341 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6342 exists and work correctly, if not a replacement function is used
6343 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6346 * libs/fsm.c (unique_filename):
6347 (SetAuthentication):
6348 * fvwm/session.c (getUniqueStateFilename):
6349 Replaced tempnam by fvwm_mkstemp
6351 2003-08-07 olicha <olivier.chapuis@free.fr>
6354 * libs/FSMlib.h (new file):
6355 * fvwm/session.c (*):
6357 fvwmize SMlib and ICElib
6359 * fvwm/session.c (matchWin):
6360 Fixed window matching for windows with no SM_CLIENT_ID and a
6363 * libs/fsm.c (new file):
6364 * libs/fsm.h (new file):
6365 * fvwm/ConfigFvwmDefaults
6366 A set of functions for implementing a dummy session manager
6369 GNOME 1 hints and EWHM support is not a configure time option
6372 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6374 * fvwm/add_window.c (AddWindow):
6375 fixed stickyness across desks over a restart
6377 2003-08-06 olicha <olivier.chapuis@free.fr>
6379 * fvwm/ewmh.c (EWMH_WindowInit):
6380 (EWMH_SetFrameStrut):
6381 Fixed position of kde tray windows in kicker
6383 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6385 * fvwm/module_interface.c (FlushMessageQueue):
6386 retry writing pipe if write returns EINTR
6388 2003-07-28 olicha <olivier.chapuis@free.fr>
6390 * fvwm/events.c (events_handle_configure_request):
6391 (HandleConfigureRequest):
6392 (__handle_configure_request):
6393 (__handle_cr_on_client):
6394 * fvwm/ewmh.c (ewmh_atom_client_win):
6395 * fvwm/ewmh_intern.h:
6396 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6397 (EWMH_ProcessClientMessage):
6398 Implemented _NET_MOVERESIZE_WINDOW
6400 * fvwm/fvwm.c (main):
6403 2003-07-25 olicha <olivier.chapuis@free.fr>
6405 * fvwm/ewmh.c (ewmh_HandleWindowType):
6406 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6407 that one type and we do not support the first one.
6409 * fvwm/expand.c (expand_vars_extended):
6410 Fixed conflict between extended variables name (desk.name and
6413 * fvwm/session.c (callback_save_yourself):
6414 Respect the SmSaveGlobal save type. This should fix some session
6415 locking in the sm protocol
6417 * fvwm/session.c (setSmProperties):
6419 Set some sm properties when fvwm start for fixing a problem with
6420 the restart style hint after a restart.
6422 * fvwm/fvwm.c (get_display_name):
6425 * fvwm/session.c (setSmProperties):
6427 Added a possible positive or null arg to --single-screen which
6428 forces fvwm to start on the "current" display and the given
6429 screen. Use this to fix fvwm starting under a session manager:
6430 specify only the screen and not the display.screen for the
6433 * fvwm/fvwm.c (main):
6434 Fixed possible memory corruption if a display has more than
6437 * fvwm/session.c (*):
6440 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6443 fixed xft/fontconfig detection with pkg-config
6446 corrections in some long option names
6448 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6450 * fvwm/add_window.c (setup_style_and_decor):
6451 * fvwm/geometry.c (set_window_border_size):
6452 * fvwm/fvwm.h (FvwmWindow):
6453 * fvwm/events.c (HandleShapeNotify):
6454 * fvwm/frame.c (frame_free_move_resize_args):
6455 (frame_setup_shape):
6456 (frame_reshape_border):
6457 fixed resizing of window borders if a window shape was added or deleted
6458 after the initial window setup
6460 * fvwm/update.c (apply_window_updates):
6463 * fvwm/events.c (__cr_detect_icccm_move):
6464 disable motion method detection for shaped windows
6466 2003-07-21 olicha <olivier.chapuis@free.fr>
6468 * fvwm/add_window.c (setup_window_structure):
6469 * fvwm/session.c (MatchWinToSM):
6470 Preserve is_name_changed window_flags within restart, session loading
6473 2003-07-20 olicha <olivier.chapuis@free.fr>
6475 * fvwm/ewmh.c (EWMH_Init):
6476 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6478 * fvwm/fvwm.c (InternUsefulAtoms):
6480 * fvwm/session.c (GetWindowRole):
6481 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6483 * fvwm/session.c (GetClientID):
6484 Better determination of the CLIENT_LEADER
6486 * fvwm/session.c (setSmProperties):
6487 Set the CloneCommand for gnome-session editor (the sm spec says this
6488 properties is required). Removed the commented XSM ifdef.
6490 * fvwm/session.c (matchWin):
6492 Consider client only if it has a client id or a wm command.
6493 Removed the "two entries" session previous commit
6495 2003-07-16 olicha <olivier.chapuis@free.fr>
6497 * fvwm/session.c (MatchWinToSM):
6498 Fixed restoring session state, if two window session entries have the
6499 same identifier ignore these entries
6501 2003-07-16 olicha <olivier.chapuis@free.fr>
6504 * fvwm/style.h (SID_GET_NAME):
6506 (SID_GET_WINDOW_ID):
6507 (SID_SET_WINDOW_ID):
6510 (SID_SET_HAS_WINDOW_ID):
6511 (SID_GET_HAS_WINDOW_ID):
6517 (SSET_ID_HAS_WINDOW_ID):
6518 (SGET_ID_HAS_WINDOW_ID):
6519 * fvwm/style.c (style_ids_are_equals):
6520 (style_id_equals_id):
6521 (styles_have_same_id):
6522 (fw_match_style_id):
6523 (one_fw_can_match_both_ids):
6524 (remove_all_of_style_from_list):
6525 (__simplify_style_list):
6526 (style_parse_one_style_option):
6528 (style_destroy_style):
6534 (CMD_DestroyWindowStyle):
6535 * fvwm/fvwm.h (style_id_t):
6537 * fvwm/functable.c (func_table):
6538 * fvwm/add_window.c (destroy_window):
6541 New WindowStyle and DestroyWindowStyle command for setting styles
6544 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6546 * libs/Flocale.c (FlocaleDrawString):
6547 * libs/FBidi.c (FBidiConvert):
6548 fixed drawing of combining characters in the case where a string
6549 consists of only combining characters
6551 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6553 * libs/CombineChars.c (CombineChars):
6554 bugfix: array mapping visual to logical position was allocated
6555 to small (factor 2) in decoposing code
6557 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6559 * libs/Flocale.c (FlocaleEncodeWinString):
6562 * libs/Flocale.c (FlocaleDrawString):
6563 (FlocaleRotatedDrawString):
6564 removed some code duplication
6566 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6568 * libs/CombineChars.c (combclass_table):
6570 fixed supporting drawing marks superimposed that are in a combining
6573 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6575 * libs/Flocale.c (FlocaleRotateDrawString):
6577 fixed core dump when composing characters can't be converted to
6580 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6585 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6590 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6593 updated with reagrds to combing characters
6595 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6600 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6602 * libs/Flocale.c (FlocaleEncodeString):
6603 (FlocaleEncodeWinString):
6604 (FlocaleRotateDrawString):
6605 (FlocaleDrawString):
6606 (FlocaleDrawUnderline):
6607 fixed rendering combining characters using Unicode font in a
6610 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6613 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6615 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6618 fixed FBidi.h macro to work with no FriBIDI
6620 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6622 * libs/CombineChars.h (CombineChars):
6623 * libs/CombineChars.c (CombineChars):
6624 * libs/FBidi.h (FBidiConvert):
6625 * libs/FBidi.c (FBidiConvert):
6626 * libs/Flocale.c (FlocaleEncodeString):
6627 (FlocaleEncodeWinString):
6628 (FlocaleDrawUnderline):
6630 fixed drawing of underlines on characters to work in with BIDI
6631 and combining characters
6633 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6636 closed D.1 with "no consensus" resolution
6638 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6641 documented tear off menus
6643 * fvwm/placement.c (PlaceWindow):
6644 StartsOnPage + SkipMapping overrides PPosition
6646 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6649 solved a problem with CMD_Dummy and exact command spelling
6651 * libs/CombineChars.c:
6652 * libs/CombineChars.h:
6654 minor reformattings (use TABs not 8 spaces and a space after keywords
6655 like for, if or while)
6657 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6659 * fvwm/update.c (apply_window_updates):
6661 * fvwm/add_window.c (setup_style_and_decor):
6663 * fvwm/style.c (style_parse_one_style_option):
6664 (check_window_style_change):
6665 new style MoveWindowByProgramMethod
6667 * libs/PictureImageLoader.c (PImageLoadXpm):
6668 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6670 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6671 implemented _NET_WM_STATE_FULLSCREEN handling
6673 * fvwm/move_resize.c (GetOnePositionArgument):
6674 fixed parsing of "+-x +-y" Move arguments
6676 use get_page_offset_check_visible
6678 * fvwm/geometry.c (get_page_offset_check_visible):
6679 new convenience function
6681 * fvwm/events.c (__handle_cr_on_client):
6682 fixed handling of gravities other than NW or Static
6683 (__cr_detect_icccm_move):
6686 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6692 * libs/CombineChars.c:
6693 * libs/CombineChars.h:
6694 * libs/Flocale.c (FlocaleEncodeString):
6698 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6701 2003-07-06 olicha <olivier.chapuis@free.fr>
6703 * libs/FRender.c (FRenderRender):
6706 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6708 * fvwm/ewmh.c (ewmh_check_wm_pid):
6710 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6711 compliant ConfigureNotify handling
6713 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6715 * libs/Flocale.c (FlocaleDrawUnderline):
6716 Commented out some non-working new code
6718 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6720 * libs/Flocale.c (FlocaleDrawString):
6721 fixed drawing superimposed characters with a fontset
6723 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6725 * fvwm/events.c (__cr_detect_icccm_move):
6726 (__handle_cr_on_client):
6727 (__cr_get_grav_position):
6728 (__cr_get_static_position):
6729 * fvwm/window_flags.h:
6731 try to autodetect whether application uses the icccm way of moving
6732 windows of the traditional way always using static gravity
6735 moved SIGNAL_RETURN macro definition to acconfig.h
6737 * fvwm/module_interface.c (DeadPipe):
6738 * fvwm/fvwm.c (SigDone):
6741 use SIGNAL_RETURN macro
6743 * fvwm/events.c (__handle_cr_on_client):
6744 (__merge_cr_moveresize):
6745 (__cr_detect_icccm_move):
6747 * fvwm/events.c (__handle_cr_on_unmanaged):
6748 (__handle_cr_on_icon):
6749 (__handle_cr_on_shaped):
6750 (__handle_cr_restack):
6751 (__handle_cr_on_client):
6752 (HandleConfigureRequest):
6753 split the ConfigureRequest code into multiple functions
6755 * fvwm/update.c (apply_window_updates):
6756 fixed drawing of window decorations when "Style * Neverfocus" is used
6758 * fvwm/events.c (HandleKeyPress):
6759 fixed a bug with key binding contexts
6761 * fvwm/functions.c (__execute_function):
6762 * fvwm/expand.c (expand_vars):
6763 (expand_vars_extended):
6764 new extended variable $[func.context]
6768 moved some code to the new files
6779 fixed a problem with uninitialised global variable
6781 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6783 * libs/Bindings.c (key_modifiers):
6784 moved to new file wcontext.c
6786 * libs/gravity.c (gravity_parse_dir_argument):
6787 added aliases for compass directions:
6798 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6801 * libs/Flocale.c (FlocaleDrawString):
6802 (FlocaleRotateDrawString):
6803 Fixes to work without Fribidi
6805 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6810 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6812 * libs/FbidiJoin.c (get_shaped_combined_char):
6814 Removed unused (get_shaped_combined_char) and commented out code
6815 Combining ligatures done in FCombineChars
6817 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6819 * libs/Flocale.c (FlocaleDrawString):
6820 (FlocaleRotateDrawString):
6823 * libs/FBidi.c (FBidiConvert):
6825 * libs/FCombineChars.h:
6826 * libs/FCombineChars.c (FCombineChars):
6827 Added support for drawing superimposed combining characters
6829 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6832 * fvwm/functable.c (func_table):
6833 * fvwm/functions.c (CMD_TearMenuOff):
6838 merged all dummy commands into one: CMD_Dummy
6840 2003-07-01 olicha <olivier.chapuis@free.fr>
6842 * fvwm/menus.c (DestroyMenu):
6846 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6848 * fvwm/menustyle.c (menustyle_copy):
6852 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6857 2003-06-30 olicha <olivier.chapuis@free.fr>
6859 * fvwm/menus.c (do_menu):
6861 (do_menu_close_tear_off_menu):
6862 (menu_close_tear_off_menu):
6863 Allowed to destroy tear off menu!
6865 * fvwm/menus.c (menu_tear_off):
6866 (menu_close_tear_off_menu):
6867 (do_menu_close_tear_off_menu):
6868 (clone_menu_root_static):
6874 Fixed client leaks (only create new client for menu if it is a tear off
6875 menu). Created a dedicated menu style for each tear off menu.
6877 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6880 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6882 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6884 * fvwm/virtual.c (do_move_window_to_desk):
6886 fixed "Visible" condition on non current desks
6888 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6892 shortened some comments
6893 removed GPL from .h files
6894 added GPL to all .c files
6895 include config.h in all .c files
6896 added "/* -*-c-*- */" where missing
6897 some reformatting and reindenting
6899 * fvwm/module_interface.c:
6900 * fvwm/module_interface.h:
6908 * fvwm/windowshade.c:
6910 * fvwm/conditional.c:
6922 * fvwm/add_window.c:
6926 * fvwm/eventhandler.h:
6928 * fvwm/add_window.h:
6934 renamed types func_type, repeat_t, initial_window_options_t,
6935 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6936 last_added_item_type, common_flags_type, multi_direction_type,
6937 msg_masks_type to ..._t
6939 * fvwm/functions.c (__execute_function):
6940 (execute_complex_function):
6941 * fvwm/condrc.c (condrc_init):
6942 new function in new file to encapsulate all cond_rc_t handling
6945 * fvwm/fvwm.h (cond_rc_t):
6947 moved typed to new file
6951 * fvwm/functable.c (func_table):
6952 * fvwm/functions.c (__run_complex_function_items):
6953 (__execute_function):
6955 * fvwm/conditional.c (CMD_Break):
6956 (__rc_matches_rcstring_consume):
6957 Break takes the number of function levels to break out of as an
6960 * fvwm/expand.c (expand_vars_extended):
6961 * fvwm/conditional.c (circulate_cmd):
6964 (__rc_matches_rcstring_consume):
6973 (__run_complex_function_items):
6974 (execute_complex_function):
6978 * fvwm/conditional.c:
6979 renamed fvwm_cond_func_rc by cond_rc_t
6980 made a type a struct
6981 added a member to indicate the number of function levels to break out
6984 * fvwm/functable.c (func_table):
6985 * fvwm/conditional.c (CMD_TestRc):
6986 replaced conditional commands:
6988 CondCase -> KeepRc TestRc
6990 (__rc_matches_rcstring_consume):
6993 * fvwm/conditional.c (CMD_CondCase):
6994 fixed the CondCase command
6996 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6999 new configure option --deisable-gtk to disable detection of gtk library
7002 cleaned up documentation of conditional commands
7003 general man page cleanup
7005 2003-06-17 Dan Espen <dane@mk.telcordia.com>
7007 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7010 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7013 cleaned up of CirculateHit... conditions
7015 2003-06-15 olicha <olivier.chapuis@free.fr>
7017 * fvwm/style.c (__simplify_style_list):
7018 Fixed is_merged_allowed: rest it to True when cur change
7019 Added "upward" simplification
7021 2003-06-14 olicha <olivier.chapuis@free.fr>
7023 * fvwm/style.c (__simplify_style_list):
7026 Fixed blockand which always returned True. Added blocksintersect which
7027 returns the same value as blockand but faster.
7029 2003-06-13 olicha <olivier.chapuis@free.fr>
7033 Fixed fontconfig and xft2 for version without *-config binnary. Used
7034 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7035 fontconfig and xft2 if the version is < the required version
7036 (even if --disable-*test).
7038 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7041 define M_PI and M_PI_2 if they are not defined by math.h
7043 2003-06-10 Mikhael Goikhman <migo@homemail.com>
7045 * libs/Colorset.c (LoadColorset):
7046 added a note to update Colorsets.pm too when the format is changed
7048 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7050 * WindowStyle_proposal.txt:
7051 s/WindowId/ThisWindow/ and other minor changes
7053 2003-06-06 olicha <olivier.chapuis@free.fr>
7055 * libs/PictureImageLoader.c (PImageLoadPng):
7056 Fixed loading of png images if the caller want no alpha
7058 2003-06-04 olicha <olivier.chapuis@free.fr>
7060 * libs/Flocale.c (FlocaleEncodeString):
7063 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7066 only FCombineChars.c was distributed not FCombineChars.h
7068 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7070 * libs/FCombineChars.c (convert_to_utf8)
7071 fixed a bug when converting back to UTF-8 and a bug giving
7072 garbage at end of string in some cases
7074 * libs/Flocale.c (FlocaleEncodeString)
7075 fixed problem regarding combining-characters when BIDI is used
7077 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7080 * libs/Flocale.c (FlocaleEncodeString):
7081 * libs/FCombineChars.c:
7082 * libs/FCombineChars.h:
7083 implemeted support for combining characters
7085 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7088 set the version 2.5.8
7090 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7094 SetEnv with only one parameter is ignored now
7096 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7098 * NEWS: Add 2.4.16 news.
7100 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7102 * fvwm/functions.c (expand_extended_var):
7104 fixed expanding variables that are empty, for example $[w.resource]
7105 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7110 2003-05-29 olicha <olivier.chapuis@free.fr>
7112 * fvwm/ewmh.c (ewmh_atom_wm_state):
7113 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7115 2003-05-28 olicha <olivier.chapuis@free.fr>
7120 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7122 * fvwm/focus.c (__update_windowlist):
7123 don't fiddle with the window list for windows that are going to be
7126 * fvwm/add_window.c (delete_client_context):
7127 (destroy_auxiliary_windows):
7129 fixed empty frame windows when X reused the window id for a new window
7130 while the old one was scheduled to be destroyed
7132 2003-05-26 olicha <olivier.chapuis@free.fr>
7134 * fvwm/icons.c (GetIconBitmap):
7135 (set_icon_pixmap_background):
7137 (DrawIconPixmapWindow):
7139 Fixed loading of application supplied pixmap on 8/24 depth screen
7141 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7143 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7146 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7149 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7151 * fvwm/misc.c (GrabEm):
7152 do not confine the pointer to the root window when grabbed; this can
7153 cause the pointer to be warped to another screen
7154 * fvwm/menus.c (get_menu_options):
7155 fixed placement of menus on Xinerama screens
7156 * libs/FScreen.c (FScreenGetResistanceRect):
7157 fixed function to do something useful
7158 * libs/Flocale.c (FlocaleDrawString):
7159 support font shadowing without colorsets
7160 * libs/ColorUtils.c:
7162 * fvwm/menuitem.c (menuitem_paint):
7163 do not use colorsets in menus if they are not defined
7164 * fvwm/menustyle.c (menustyle_parse_style):
7165 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7168 2003-05-23 olicha <olivier.chapuis@free.fr>
7170 * fvwm/bindings.c (ParseBinding):
7171 (bind_get_bound_button_contexts):
7172 * libs/Bindings.c (GrabWindowButton):
7173 Fixed window button grabbing
7175 2003-05-22 olicha <olivier.chapuis@free.fr>
7177 * fvwm/colorset.c (parse_colorset):
7180 * fvwm/borders.c (border_fill_pixmap_background):
7181 Fixed problem with depth 1 pixmap
7183 * fvwm/conditional.c (CMD_On):
7186 * fvwm/conditional.c (CreateConditionMask):
7187 Fixed memory leaks for layer and state
7189 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7192 added perllib/FVWM/Tracker/Makefile
7194 2003-05-22 olicha <olivier.chapuis@free.fr>
7198 * fvwm/style.c (print_styles):
7199 * fvwm/builtins.c (CMD_PrintInfo):
7200 New style subject to PrintInfo
7202 2003-05-20 olicha <olivier.chapuis@free.fr>
7204 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7205 Allowed empty xft font name
7208 * libs/flist.c (new file):
7209 * libs/flist.h (new file):
7210 Added a flist structure and some basic function for handling such
7213 * libs/FGettext.c (*):
7214 Use the new flist struct and functions interface
7216 * fvwm/screen.h (ScreenInfo):
7217 * fvwm/update.c (destroy_scheduled_windows):
7218 * fvwm/add_window.c (destroy_window):
7219 Added a list for the windows which are scheduled for destroy
7220 Remove a fw at once from the fw list when we destroy_window
7222 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7224 * fvwm/style.c (CMD_DestroyStyle):
7225 do not update windows if no style was deleted
7226 (check_window_style_change):
7227 fixed update of window styles w/ DestroyStyle
7229 2003-05-18 olicha <olivier.chapuis@free.fr>
7231 * fvwm/conditional.c (CMD_On):
7232 Added x,r,w,f and i file condition to the On command
7234 * fvwm/add_window.c (destroy_window):
7235 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7236 but scheduled for destroy. Not sure that the fix is good.
7238 * fvwm/functions.c (__execute_function):
7240 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7241 This fixes some cores dumps with "recursives" functions
7243 * fvwm/borders.c (border_create_root_transparent_pixmap):
7244 (border_draw_decor_to_pixmap):
7245 Fixed a core dump with a root transparent rotated title
7246 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7248 * libs/FGettext.c (fgettext_add_one_path):
7250 (FGettextSetLocalePath):
7251 Fixed memory leak and chainning
7253 * fvwm/builtins.c (CMD_PrintInfo):
7254 Fixed a parsing leak
7256 * fvwm/conditional.c (Circulate):
7257 Fixed a mask memory leaks
7260 * libs/Flocale.c (FlocaleGetFont):
7261 (FlocaleGetFontSet):
7262 (FlocaleGetFftFont):
7263 Fixed a core dump when a 0 font is given with an encoding hints.
7264 Added a default FFT font
7266 * fvwm/builtins.c (CMD_DefaultFont):
7267 Fixed a core dump when the default font change and a redraw
7268 (icon or window) is proceeded before flush_window_updates is called
7270 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7271 Fixed gradients copy
7273 * fvwm/menustyle.c (menustyle_parse_style):
7274 Fixed UMR's related to colorset
7276 * fvwm/builtins.c (ReadDecorFace):
7277 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7281 * fvwm/menustyle.c (menustyle_free):
7282 Fixed a fore stipple gc leak
7284 * fvwm/windowlist.c (CMD_WindowList):
7285 Fixed a sor_keyname memory leak
7287 * fvwm/fvwm.c (ResetAllButtons):
7288 Fixed the default buttons memory leak
7290 2003-05-08 olicha <olivier.chapuis@free.fr>
7292 * fvwm/windowlist.c (CMD_WindowList):
7293 Fixed a memory leak if MaxLabelWidth is used
7295 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7297 * fvwm/functions.c (__context_has_window):
7298 (__execute_function):
7300 fixed excution of functions requiring a window without a window when
7301 called with "silent" from a complex function
7303 2003-05-07 olicha <olivier.chapuis@free.fr>
7305 * libs/System.c (searchPath):
7308 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7310 * fvwm/move_resize.c (__move_loop):
7314 2003-05-03 olicha <olivier.chapuis@free.fr>
7319 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7322 Minor typo corrections.
7324 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7326 * fvwm/move_resize.c (__move_loop):
7332 2003-04-28 olicha <olivier.chapuis@free.fr>
7334 * fvwm/ewmh.c (ewmh_atom_wm_state):
7336 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7337 (ewmh_WMStateStaysOnBottom):
7338 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7340 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7342 * fvwm/module_interface.c (do_execute_module):
7343 * fvwm/fvwm.c (main):
7344 * libs/envvar.c (flib_putenv):
7345 * fvwm/builtins.c (add_to_env_list):
7348 fixed putenv memory leaks
7350 * libs/envvar.c (strIns):
7354 replacement for putenv without memory leaks
7359 * fvwm/fvwm.c (StartupStuff):
7361 * fvwm/add_window.c (free_window_names):
7363 * fvwm/events.c (HandlePropertyNotify):
7365 * fvwm/menus.c (do_menu):
7367 (__mloop_exit_selected):
7369 * fvwm/menucmd.c (menu_func):
7372 * fvwm/builtins.c (CMD_Destroy):
7374 call destroy_window right after XKillClient; do not wait for the window
7377 * fvwm/menucmd.c (menu_func):
7378 * fvwm/windowlist.c (CMD_WindowList):
7381 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7384 several updates (FvwmGtk, gettext)
7386 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7388 * fvwm/menucmd.c (menu_func):
7389 * fvwm/windowlist.c (CMD_WindowList):
7391 * fvwm/menus.c (is_double_click):
7394 (pop_menu_down_and_repaint_parent):
7395 (__mloop_get_event_timeout_loop):
7396 (__mloop_get_event):
7397 (__mloop_handle_event):
7398 (__mloop_select_item):
7399 (__mloop_make_popup):
7400 (__mloop_get_mi_actions):
7403 (__mloop_handle_action_with_mi):
7404 (__mloop_handle_action_without_mi):
7406 (menu_enter_tear_off_menu):
7407 (menu_close_tear_off_menu):
7409 replaced the pfw and pcontext members of the MenuParameters structure
7410 with an execution context pointer
7411 (_menu_execute_function):
7412 wrapper function to simplyfy command execution from within menus
7414 fixed warping pointer to first menu item when invoked with the mouse
7416 * fvwm/execcontext.c:
7419 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7426 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7428 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7430 * fvwm/menus.c (do_menu):
7431 the NoWarp position hint option works with root menus too
7433 * fvwm/ConfigFvwmDefaults:
7434 removed GrabFocusOff and GrabFocusTransient since they nullify the
7435 default with the plain focus policies
7437 2003-04-24 olicha <olivier.chapuis@free.fr>
7439 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7440 Fixed a miss print in my previous commit
7442 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7444 (ewmh_WMStateStaysOnBottom):
7445 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7446 * fvwm/ewmh_intern.h:
7447 Added comment on the implementation at the top of ewmh.c.
7448 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7449 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7450 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7451 and _NET_WM_STATE_BELOW.
7454 Added David Fries. Updated my entries.
7459 2003-04-23 olicha <olivier.chapuis@free.fr>
7461 * fvwm/module_interface.c (CMD_KillModule):
7462 Fixed a leak when we have an alias
7464 * libs/Picture.c (PFreeFvwmPictureData):
7466 New interface function for just freeing the allocated data (not
7469 2003-04-22 olicha <olivier.chapuis@free.fr>
7471 * fvwm/colorset.c (get_root_pixmap):
7472 Fixed a minor memory leak
7474 * fvwm/functions.c (execute_complex_function):
7475 Fixed uninitialized d.type
7477 * libs/Ficonv.c (FiconvSetupConversion):
7478 (FiconvUtf8ToCharset):
7479 (FiconvCharsetToUtf8):
7482 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7485 Fixed a core dump and safety check related to not loaded font
7487 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7492 2003-04-16 olicha <olivier.chapuis@free.fr>
7494 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7497 (ewmh_WMStateHidden):
7498 Check if functions are allowed
7500 * fvwm/ewmh.c (ewmh_HandleDesktop):
7502 Set Desktop and Dock uniconifiable and unmaximazable
7504 * fvwm/menuitem.c (menuitem_paint):
7506 Fixed greyed action with EWMH desktop
7508 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7511 documented FvwmEvent behaviour of executing window related event
7512 handlers within a window context
7515 updated WindowId entry
7517 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7519 * fvwm/schedule.c (deschedule):
7522 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7523 (ExecuteCommandQueue):
7524 * libs/queue.c (fqueue_init):
7525 (fqueue_remove_or_operate_from_front):
7526 (fqueue_remove_or_operate_from_end):
7527 (fqueue_remove_or_operate_all):
7529 (fqueue_unlock_queue):
7530 (fqueue_lock_queue):
7531 (fqueue_add_at_front):
7532 (fqueue_add_inside):
7536 * libs/queue.c (fqueue_remove_or_operate_all):
7537 (fqueue_remove_or_operate_from_end):
7538 (fqueue_remove_or_operate_from_front):
7539 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7540 (ExecuteCommandQueue):
7541 * fvwm/schedule.c (deschedule):
7542 (check_deschedule_obj_func):
7543 (deschedule_obj_func):
7545 (check_execute_obj_func):
7550 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7552 * fvwm/ConfigFvwmDefaults:
7554 * fvwm/windowlist.c:
7555 * sample.fvwmrc/system.fvwm2rc-sample-95:
7557 WindowListFunc is executed now within a window context,
7558 so "WindowId $0" is not needed anymore in its definition
7560 2003-04-14 olicha <olivier.chapuis@free.fr>
7564 Documented LocalePath and $[gt.str]. FvwmScript news.
7566 * fvwm/expand.c (expand_vars_extended):
7567 Fixed $[gt.str] expansion
7570 New gettext domain FvwmScript
7572 * libs/FGettext.c (FGettextCopy):
7574 New interface function which copies the string
7576 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7578 * fvwm/conditional.c (CMD_Cond):
7579 allow to negate the condition code with '!' prefix
7581 * fvwm/schedule.c (CMD_Schedule):
7583 support hexadecimal ids
7585 * libs/Parse.c (GetIntegerArguments):
7586 (_get_suffixed_integer_arguments):
7587 (GetSuffixedIntegerArguments):
7588 (GetIntegerArgumentsAnyBase):
7589 new utitily function to allow hexadecimal integer arguments
7591 2003-04-10 olicha <olivier.chapuis@free.fr>
7593 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7594 (FlocaleGetCharsetOfFontStruct):
7595 (FlocaleGetCharsetFromName):
7596 (FlocaleFixNameForFontSet):
7597 (FlocaleGetFontSet):
7598 (FlocalePrintLocaleInfo):
7599 * libs/FlocaleCharset.h:
7600 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7601 (FlocaleCharsetPrintXOMInfo):
7602 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7604 2003-04-08 olicha <olivier.chapuis@free.fr>
7606 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7607 fixed the default font name
7609 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7611 * fvwm/events.c (HandlePropertyNotify):
7612 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7613 completely ignore application requests to set exactly the same
7614 window name or icon name (xmms sets it every second),
7615 this avoids some redundant module messages and redraws
7617 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7622 2003-04-04 olicha <olivier.chapuis@free.fr>
7625 Fixed a miss print in fribidi config check
7627 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7629 * fvwm/focus.c (__restore_focus_after_unmap):
7630 iconified windows without an icon do not receive focus
7632 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7634 * fvwm/virtual (CMD_GotoDeskAndPage):
7635 different "GotoDeskAndPage prev" fix that works with any viewports, not
7636 just multiples of the screen size
7638 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7640 * fvwm/virtual (CMD_GotoDeskAndPage):
7641 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7643 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7648 * fvwm/menucmd.c (menu_func):
7649 fixed double key presses to choose default menu action
7651 * fvwm/focus.c (__update_windowlist):
7652 fixed order of window list with SloopyFocus when using the Focus
7655 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7658 clarified some things, typo fixed
7660 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7662 * libs/Colorset.c (CreateBackgroundPixmap):
7663 (GetWindowBackgroundPixmapSize):
7664 (get_aspect_dimensions):
7665 fixed size calculation of aspect pixmaps
7667 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7669 * fvwm/icons.c (clear_icon):
7673 * fvwm/geometry.c (get_icon_geometry):
7674 (modify_icon_position):
7675 set a valid icon picture position if there is neither a picture nor a
7678 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7682 reformatted to fit better on the web page
7684 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7687 added items from "My TODO" message on 2003-01-02
7690 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7692 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7695 removed debug output
7697 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7699 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7700 (FScreenFetchMangledScreenFromUSPosHints):
7701 two functions to allow USPosition hints from modules and StartsOnScreen
7702 work at the same time
7704 * fvwm/conditional.c (direction_cmd):
7705 Some fixes, reformatting and improvements.
7707 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7709 * fvwm/icons.c (Iconify):
7710 initialise icon position to +0+0 if there is neiter a picture nor a
7713 * fvwm/functions.c (DeferExecution):
7719 * fvwm/update.c (apply_window_updates):
7720 fixed drawing of sticky icon titles when the stickyicon style is being
7723 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7725 * fvwm/placement.c (CMD_PlaceAgain):
7726 * fvwm/add_window.c (setup_window_placement):
7727 * fvwm/virtual.c (MapDesk):
7728 update the GNOME hints desk when changing desks; fixes placeagain with
7730 some placeagain fixes
7732 * fvwm/fvwm.1.in (Example):
7733 removed duplicate Iconify section
7738 * fvwm/functable.c (func_table):
7739 * fvwm/functions.h (func_type):
7740 * fvwm/functions.c (__execute_function):
7741 (execute_complex_function):
7743 fixed a new and and old window selection bug
7745 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7747 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7748 detected with Purify.
7750 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7752 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7753 use None, not 0 for Window structures
7755 * fvwm/events.c (InitEventHandlerJumpTable):
7757 (__handle_key_event):
7758 * fvwm/bindings.c (ParseBinding):
7762 removed key release binding because they can not work reliably
7764 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7766 * fvwm/functable.c (func_table):
7767 trigger on ButtonPress for many of the functions
7769 * fvwm/functions.c (__execute_function):
7770 (__execute_function):
7771 fixed conditional commands a la "Current" triggered on root window
7773 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7775 * todo-2.6: Closed B.2, C.21.
7777 2003-02-28 olicha <olivier.chapuis@free.fr>
7780 * fvwm/events.c (HandleConfigureRequest):
7781 Added a workaround for application with broken max/min size hints
7782 vs a size configure request. This "fixes" floating java JToolBar.
7784 * fvwm/add_window.c (GetWindowSizeHints):
7785 Check that the max size hint is not broken relatively to the the base
7788 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7792 released 2.5.6, set version to 2.5.7
7798 2003-02-26 Tony Finch <dot@dotat.at>
7800 * fvwm/borders.c (border_draw_one_border_part):
7801 Don't draw the handle relief marks when the border is flat.
7803 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7806 s/fribdi_in_path/fribidi_in_path/
7809 spell checking and some reformatting
7811 2003-02-26 olicha <olivier.chapuis@free.fr>
7813 * fvwm/borders.c (border_setup_bar_pixmaps):
7814 Fixed a miss-print which can cause a core dump
7817 Added a 2.6 TODO file
7819 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7821 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7822 void functioin cannot return a value.
7824 2003-02-25 olicha <olivier.chapuis@free.fr>
7827 Fixed compilation warning if fribidi is in path
7829 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7831 * fvwm/windowlist.c (CMD_WindowList):
7832 removed unused instruction
7834 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7836 * configure.in: Remove nested function from -Werror check.
7837 Lets configure work without gcc.
7840 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7842 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7844 * fvwm/functions.c (__run_complex_function_items): Make Break start
7847 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7849 * fvwm/move_resize.c (get_outline_rects):
7850 (draw_move_resize_grid):
7851 initial drawing and final undrawing of wire frame no longer toggles the
7852 pixel in the top left corner of the screen
7854 * fvwm/expand.c (expand_vars):
7855 disabled warnings about one letter variables
7857 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7859 * README: Update to reflect release 2.5.x.
7860 * NEWS: Update news for FvwmPager drag fix.
7862 2003-02-15 olicha <olivier.chapuis@free.fr>
7867 2003-02-13 olicha <olivier.chapuis@free.fr>
7869 * fvwm/gnome.c (GNOME_SetClientList):
7870 Applied David Fries patch which fixes a possible crash with more
7872 (GNOME_SetClientList):
7873 malloc -> safemalloc
7875 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7877 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7878 Give the XorValue range.
7880 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7882 * fvwm/fvwm.1.in: Fully document the emulate command.
7884 2003-02-06 olicha <olivier.chapuis@free.fr>
7886 * fvwm/borders.c (get_common_decorations):
7887 (border_get_border_background):
7889 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7891 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7893 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7896 * fvwm/menuitem.c (menuitem_get_size):
7897 * fvwm/menus.c (calculate_item_sizes):
7898 renamed "mips" to mipst
7900 * fvwm/menuitem.c (menuitem_get_item_size):
7901 * fvwm/menus.c (_calculate_item_sizes):
7902 backed out patch from 30-Jan-2003
7904 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7907 * fvwm/menuitem.c (menuitem_get_item_size):
7908 * fvwm/menus.c (_calculate_item_sizes):
7909 functions renamed due to global name space collision with IRIX 6.5
7911 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7914 added tests/hints/Makefile.am
7916 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7918 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7920 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7922 * sample.fvwmrc/DecorWin95:
7923 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7924 Replace a long time ago.
7926 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7928 * fvwm/stack.c (new_layer):
7929 (collect_transients_recursive):
7933 * fvwm/events.c (HandleConfigureRequest):
7934 fixed placement of icons
7935 fixed size calculations of icons
7937 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7940 fixed $[desk.name<n>] that was masked by $[desk.n],
7941 added $[desk.pagesx] and $[desk.pagesy]
7943 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7945 * NEWS: Update news. Spelling fixes 2.5.x news.
7946 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7947 its not interactive.
7949 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7952 added a short description together with the commands
7954 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7957 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7960 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7964 deprecate all single letter variables, new variables are supported now
7965 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7966 $[desk.n], $[version.num], $[version.info], $[version.line].
7968 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7970 * fvwm/style.c (style_parse_one_style_option):
7972 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7973 DisallowMaximizeFixedSize
7975 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7977 * fvwm/fvwm.1.in: Lang check.
7979 2003-01-03 olicha <olivier.chapuis@free.fr>
7984 * fvwm/ewmh_intern.h:
7985 * fvwm/ewmh_names.c:
7986 * fvwm/ewmh_icons.c:
7987 * fvwm/ewmh_events.c:
7992 * fvwm/functable.c (func_table):
7993 * fvwm/fvwm.c (setVersionInfo):
7996 Removed GNOME and HAVE_EWMH ifdef
7999 Documented UseTitleDecorRotation
8001 2003-01-03 Mikhael Goikhman <migo@homemail.com>
8003 * fvwm/module_interface.c (MoveViewport):
8004 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8005 M_NEW_PAGE now has 7 arguments
8007 2003-01-02 olicha <olivier.chapuis@free.fr>
8010 Documented the new icon style options
8014 * fvwm/icons.c (DrawIconTitleWindow):
8015 (DrawIconPixmapWindow):
8016 (setup_icon_title_size):
8017 * fvwm/style.c (style_parse_one_style_option):
8018 Fixed IconTitleRelief and IconBackgroundRelief arguments
8020 * fvwm/icons.c (GetIconPicture):
8021 (SetIconPixmapSize):
8022 Fixed IconSize style for non shaped depth > 1 pixmaps
8024 2003-01-02 Mikhael Goikhman <migo@homemail.com>
8028 * fvwm/conditional.c (CMD_On):
8031 new conditional command On for non-window related conditions
8033 * fvwm/execcontext.h:
8034 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8035 two new exec contexts for restarting
8037 2003-01-02 olicha <olivier.chapuis@free.fr>
8039 * fvwm/builtins.c (ReadMultiPixmapDecor):
8040 StretchedPixmap -> AdjustedPixmap
8043 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8044 Documented the new MultiPixmap syntax
8046 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8050 * fvwm/builtins.c (ReadTitleButton):
8052 new button state shortcuts AllActiveUp, AllActiveDown,
8053 AllInactiveUp, AllInactiveDown
8055 2002-12-31 olicha <olivier.chapuis@free.fr>
8057 * libs/PictureGraphics.c (PCopyArea):
8058 Fixed rendering of depth 1 pixmap with a mask
8060 * fvwm/update.c (apply_window_updates):
8061 Fixed icon bg cset update
8063 * fvwm/events.c (HandlePropertyNotify):
8064 * fvwm/geometry.c (move_icon_to_position):
8065 Fixed non shaped icons with a bg padding but without cs bg
8068 * fvwm/style.c (style_parse_icon_size_style):
8070 * fvwm/fvwm.h (window_style):
8071 * fvwm/add_window.c (setup_icon_size_limits):
8072 * fvwm/icons.c (SetIconPixmapSize):
8074 New option to IconSize style: Adjusted, Streched, Shrunk
8076 * fvwm/icons.c (SetIconPixmapSize):
8078 Always center the icon with IconSize if the icon has a background
8080 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8083 FvwmWindowMenu renaming; compact long diagnostics into half of line
8086 documeted and corrected new features
8089 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8090 since these are the only way currently to create themes
8095 2002-12-30 olicha <olivier.chapuis@free.fr>
8098 * fvwm/icons.c (setup_icon_title_size):
8099 (set_icon_pixmap_background):
8101 (DrawIconTitleWindow):
8102 (DrawIconPixmapWindow):
8106 * fvwm/events.c (HandleEnterNotify):
8108 (HandleLeaveNotify):
8109 (HandlePropertyNotify):
8110 * fvwm/borders.c (border_draw_decorations):
8113 * fvwm/add_window.c (setup_icon_background_parameters):
8114 (setup_icon_title_parameters):
8115 (setup_style_and_decor):
8117 * fvwm/geometry.c (move_icon_to_position):
8119 * fvwm/style.c (check_window_style_change):
8120 (update_style_colorset):
8121 (update_icon_title_cs_style):
8122 (update_icon_title_cs_hi_style):
8123 (update_icon_background_cs_style):
8126 * fvwm/update.c (apply_window_updates):
8127 New style options IconBackgroundColorset, IconTitleColorset,
8128 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8129 and IconBackgroundPadding
8131 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8134 fixed compilation without XShm
8136 * fvwm/borders.c (border_rotate_titlebar_descr):
8137 fixed warning: deprecated use of label at end of compound statement
8139 2002-12-27 olicha <olivier.chapuis@free.fr>
8141 * fvwm/ConfigFvwmDefaults:
8142 UseTitleDecorRotation is a default
8144 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8145 (do_relieve_rectangle):
8147 * fvwm/borders.c (border_draw_title_stick_lines):
8148 (border_create_root_transparent_pixmap):
8149 (border_mp_render_into_pixmap):
8150 (border_draw_decor_to_pixmap):
8151 (border_mp_render_into_pixmap):
8152 (border_mp_get_titlebar_descr):
8153 (border_mp_draw_mp_titlebar):
8154 (border_draw_decor_to_pixmap):
8155 (border_set_button_pixmap):
8156 (border_get_titlebar_draw_descr):
8157 (border_set_title_pixmap):
8158 (border_rotate_titlebar_descr):
8159 (border_get_titlebar_descr):
8160 Completed UseTitleDecorRotation
8162 2002-12-26 olicha <olivier.chapuis@free.fr>
8164 * fvwm/update.c (apply_window_updates):
8165 * fvwm/frame.c (frame_get_titlebar_dimensions):
8166 (frame_set_decor_gravities):
8167 * fvwm/borders.c (border_set_button_pixmap):
8168 (border_get_titlebar_descr):
8169 (border_draw_one_button):
8170 Buttons order follows the title text rotations.
8171 More UseTitleDecorRotation preparation
8173 * fvwm/borders.c (border_draw_decor_to_pixmap):
8176 2002-12-24 olicha <olivier.chapuis@free.fr>
8178 * fvwm/borders.c (border_mp_render_into_pixmap):
8179 (border_fill_pixmap_background):
8180 Some borders drawing fixes
8182 * libs/Graphics.c (CreateRotatedPixmap):
8183 * fvwm/geometry.c (get_title_font_size_and_offset):
8184 * fvwm/update.c (apply_window_updates):
8185 * fvwm/borders.c (border_set_button_pixmap):
8186 (border_get_titlebar_draw_descr):
8187 (border_draw_title):
8188 (border_rotate_titlebar_descr):
8189 (border_get_titlebar_descr):
8190 More UseTitleDecorRotation preparation
8192 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8194 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8195 so we won't get so many application bugs report to fvwm-workers.
8197 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8199 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8201 * fvwm/style.c (style_parse_one_style_option):
8204 * fvwm/window_flags:
8205 * fvwm/decorations.c (is_function_allowed,
8206 __is_resize_allowed):
8207 Added styles Closable, Iconifiable, Maximizable and
8208 AllowMaximizeFixedSize
8209 * fvwm/conditional.c (MatchesConditionMask,
8210 CreateConditionMask):
8211 Added conditionals Closable,Iconifiable and Maximizable
8213 Documented styles Closable, Iconifiable, Maximizable and
8214 AllowMaximizeFixedSize and conditionals
8215 Closable,Iconifiable and Maximizable
8217 2002-12-20 olicha <olivier.chapuis@free.fr>
8219 * fvwm/window_flags.h:
8221 * fvwm/update.c (apply_window_updates):
8223 * fvwm/style.c (style_parse_one_style_option):
8225 UseTitleDecorRotation style preparation
8227 * fvwm/fvwm.c (main):
8228 Use best TrueColor visual
8230 * fvwm/borders.c (border_get_border_gcs):
8231 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8232 window which may have a depth != Pdepth
8234 * fvwm/menus.c (paint_side_pic):
8235 * fvwm/menuitem.c (menuitem_paint):
8236 * fvwm/icons.c (DrawIconPixmapWindow):
8237 * fvwm/colorset.c (parse_colorset):
8238 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8241 2002-12-19 olicha <olivier.chapuis@free.fr>
8243 * libs/Graphics.c (CreateRotatedPixmap):
8245 New interface function CreateRotatedPixmap
8247 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8249 * libs/PictureGraphics.c (PCreateRenderPixmap):
8250 (PCreateDitherPixmap):
8251 * libs/Graphics.c (CreateGradientPixmap):
8252 (CreateRotatedPixmap):
8255 * libs/FShm.h (new file):
8256 * libs/FImage.h (new file):
8257 * libs/FImage.c (new file):
8259 * fvwm/fvwm.c (setVersionInfo):
8260 Added MIT Shared Memory Extension for XImage
8266 * fvwm/builtins.c (ReadDecorFace):
8268 * fvwm/borders.c (border_draw_decor_to_pixmap):
8269 (border_fill_pixmap_background):
8270 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8272 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8275 shape-and-join fixes from Nadim Shaikli (slightly modified)
8277 2002-12-16 olicha <olivier.chapuis@free.fr>
8279 * libs/PictureGraphics.h:
8280 * libs/PictureGraphics.c (PTileRectangle):
8281 (PGraphicsCreateTiledPicture):
8282 * libs/Graphics.c (CreateTiledPixmap):
8283 New interface function: PGraphicsCreateTiledPicture
8286 * fvwm/fvwm.c (CreateGCs):
8287 Added a global (Scr) alpha GC
8291 * fvwm/builtins.c (ReadMultiPixmapDecor):
8292 (update_decorface_colorset):
8294 * fvwm/borders.c (border_get_tb_parts_to_draw):
8295 (border_fill_pixmap_background):
8296 (border_setup_bar_pixmaps):
8297 (border_get_bar_pixmaps):
8298 (border_free_bar_pixmaps):
8299 (border_mp_render_into_pixmap):
8300 (border_mp_get_length):
8301 (border_mp_get_titlebar_descr):
8302 (border_mp_get_geometry):
8303 (border_mp_get_use_title_style_parts_and_geometry):
8304 (border_mp_draw_mp_titlebar):
8305 (border_draw_decor_to_pixmap):
8306 (border_draw_title_deep):
8307 (border_get_titlebar_draw_descr):
8308 (border_setup_use_title_style):
8309 (border_get_titlebar_descr_state):
8310 (border_get_titlebar_descr):
8311 (border_get_transparent_decorations_part):
8312 (border_draw_title_stick_lines):
8313 MultiPixmap can use Colorset and Solid color. Various others minor
8314 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8315 "main" drawing code and remove the #ifdef.
8316 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8317 Use the new Scr.AlphaGC.
8319 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8321 * fvwm/add_window.c (validate_transientfor):
8322 do not ignore transientfor hint for iconified windows
8324 2002-12-12 Jason Weber <baboon@imonk.com>
8327 * fvwm/conditional.c (CMD_ScanForWindow):
8330 rename ScanWindow to ScanForWindow
8332 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8334 * fvwm/menuitem.c (menuitem_paint):
8335 * fvwm/colorset.c (parse_colorset):
8336 * fvwm/icons.c (DrawIconPixmapWindow):
8337 * fvwm/focus.c (_SetFocusWindow):
8338 (_ReturnFocusWindow):
8340 (_ForceDeleteFocus):
8341 (__activate_window_by_command):
8342 patches to prevent UMR messages in memory debuggers
8344 2002-12-11 Jason Weber <baboon@imonk.com>
8346 * fvwm/fvwm.1.in: Added ScanWindow
8348 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8351 Generalized CMD_Direction into direction_cmd.
8352 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8353 Replace Cycle prefix with secondary direction argument.
8355 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8357 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8359 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8360 * fvwm/conditional.c (CreateConditionMask):
8361 Implemented conditional "FixedSize" and "HasHandles"
8363 Documented conditional options "FixedSize" and "HasHandles".
8365 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8367 * fvwm/placement.c (PlaceWindow):
8368 fixed StickyAcrossDesks w/ StartsOnPage
8372 * fvwm/ewmh_conf.c (set_state_workaround):
8373 * fvwm/update.c (apply_window_updates):
8374 * fvwm/windowlist.c (CMD_WindowList):
8375 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8376 (ewmh_WMStateSticky):
8377 * fvwm/conditional.c (CreateConditionMask):
8378 * fvwm/gnome.c (GNOME_SetHints):
8380 (GNOME_HandlePropRequest):
8381 * fvwm/placement.c (SmartPlacement):
8386 * fvwm/session.c (SaveWindowStates):
8389 * fvwm/ewmh.c (check_desk):
8390 (EWMH_SetWMDesktop):
8391 (ewmh_ComputeAndSetWorkArea):
8392 (ewmh_HandleDynamicWorkArea):
8393 (ewmh_HandleDesktop):
8396 (ewmh_HandleToolBar):
8397 * fvwm/virtual.c (UnmapDesk):
8400 (do_move_window_to_desk):
8401 * fvwm/icons.c (setup_icon_title_size):
8402 (DrawIconTitleWindow):
8405 * fvwm/borders.c (is_button_toggled):
8406 (get_common_decorations):
8407 (border_draw_title_stick_lines):
8408 * fvwm/add_window.c (AddWindow):
8409 * fvwm/move_resize.c (__move_window):
8411 (is_window_sticky_across_pages):
8412 (is_window_sticky_across_desks):
8418 (CMD_StickAcrossPages):
8419 (CMD_StickAcrossDesks):
8420 (stick_across_pages):
8421 (stick_across_desks):
8422 (handle_stick_across_desks):
8423 (handle_stick_across_pages):
8425 * fvwm/fvwm.h (struct):
8426 * fvwm/style.c (style_parse_one_style_option):
8427 (check_window_style_change):
8429 * fvwm/window_flags.h:
8430 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8431 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8434 * fvwm/focus.c (CMD_Focus):
8436 (__activate_window_by_command):
8437 (__update_windowlist):
8438 (__set_focus_to_fwin):
8440 (_ReturnFocusWindow):
8442 (_ForceDeleteFocus):
8443 fixed window list order with FlipFocus command
8445 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8449 document bidi entry undocumented in 2.5.5
8451 2002-12-06 olicha <olivier.chapuis@free.fr>
8454 Fixed the "detection" of the LINGUAS variable
8457 Added ar to ALL_LINGUAS
8460 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8462 * fvwm/move_resize.c (__resize_window):
8463 fixed handling of MontionNotify and PropertyNotify events
8465 2002-12-03 olicha <olivier.chapuis@free.fr>
8467 * fvwm/borders.c (border_draw_decor_to_pixmap):
8468 (border_get_border_background):
8469 (get_common_decorations):
8472 * fvwm/builtins.c (CMD_PrintInfo):
8473 New subject nls to PrintInfo
8475 * libs/FGettext.c (*):
8476 New command FlocalePath
8478 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8482 changed version to 2.5.6
8488 2002-12-02 olicha <olivier.chapuis@free.fr>
8490 * libs/FRenderInit.c (FRenderInit):
8491 Fixed alpha depth if !XRenderSupport
8493 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8494 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8496 * libs/PictureImageLoader.h:
8497 Fixed image loading on bigedian machine
8499 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8501 * libs/FBidi.c (FBidiConvert):
8502 several small changes
8503 * libs/FBidiJoin.c (shape_n_join):
8504 enabled a new bidi shaping code
8506 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8508 * fvwm/frame.c (frame_restore_client_gravities):
8509 (frame_free_move_resize_args):
8510 fixed a redrawing problem after shading a window
8512 2002-11-29 olicha <olivier.chapuis@free.fr>
8515 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8519 Fixed two missprints
8521 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8523 * fvwm/bindings.c (ParseBinding):
8524 fix for stroke-less compile
8526 2002-11-29 olicha <olivier.chapuis@free.fr>
8528 * fvwm/commands.h (enum):
8529 * fvwm/functable.c (func_table):
8530 * fvwm/builtins.c (CMD_LocalePath):
8531 * libs/FGettext.c (FGettextSetLocalePath):
8533 Preparation for LocalePath command
8535 * fvwm/screen.h (ScreenInfo):
8536 * fvwm/fvwm.c (CreateGCs):
8537 Rename Scr.TileGC to Scr.BordersGC
8540 A libintl autoconf fix
8542 * libs/Colorset.c (CreateBackgroundPixmap):
8543 Do not grab the server when we dump the E setroot pixmap
8545 2002-11-29 olicha <olivier.chapuis@free.fr>
8552 Added NLS support with gnu gettext
8554 * fvwm/fvwm.c (main):
8557 * fvwm/expand.c (expand_vars_extended):
8558 New extanded variable $[gt.any_string]
8560 * fvwm/virtual.c (CMD_DesktopName):
8561 * fvwm/windowlist.c (get_desk_title):
8562 * fvwm/expand.c (expand_vars_extended):
8563 * fvwm/fvwm.c (SetRCDefaults):
8564 * fvwm/ConfigFvwmSetup:
8565 Mark some strings to be translated
8567 * libs/FGettext.c (new file):
8568 * libs/FGettext.c (new file):
8570 gnu gettext libintl warper
8572 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8574 * fvwm/add_window.c (RestoreWithdrawnLocation):
8575 rixed rxvts with S/E gravity travelling off screen upon recapture after
8578 * fvwm/events.c (__handle_key_event):
8579 * fvwm/bindings.c (activate_binding):
8580 (__rebind_global_key):
8581 fixed unbinding pointerkey bindings removing the grab for this key
8584 * fvwm/events.c (__is_bpress_window_handled):
8585 fixed click on override redirect windows being handled by the root
8588 * fvwm/misc.c (GrabEm):
8589 confine the pointer to the root window when grabbed
8591 * fvwm/events.c (HandleUnmapNotify):
8592 fixed reparenting problem with restarts from desks != 0
8594 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8597 removed experimental code
8599 2002-11-28 olicha <olivier.chapuis@free.fr>
8601 * fvwm/borders.c (border_get_border_background):
8602 (border_draw_decor_to_pixmap):
8603 (border_fill_pixmap_background):
8604 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8607 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8609 * fvwm/fvwm.c (InitVariables):
8610 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8612 * fvwm/virtual.c (CMD_EdgeScroll):
8615 * fvwm/ConfigFvwmDefaults:
8616 do not include empty ConfigFvwmProxyDefaults, added one binding
8618 2002-11-26 olicha <olivier.chapuis@free.fr>
8620 * libs/Colorset.c (CreateBackgroundPixmap):
8621 * fvwm/colorset.c (parse_colorset):
8622 Be more safe with the E root pixmap
8624 2002-11-25 olicha <olivier.chapuis@free.fr>
8626 * fvwm/move_resize.c (__move_loop):
8627 Redraw the transparent decoration parts when a move is abored
8629 * fvwm/colorset.c (parse_colorset):
8630 Fixed the fgsh Colorset colors when the Image change but not the bg
8632 2002-11-24 Jason Weber <baboon@imonk.com>
8634 * fvwm/conditional.c (CMD_Direction):
8635 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8636 eventual traversal of all windows over repeated calls. It also cycles
8637 back to the opposite extent when it hits the limit in the given
8640 2002-11-22 olicha <olivier.chapuis@free.fr>
8643 * fvwm/borders.c (get_common_decorations):
8644 (border_get_parts_and_pos_to_draw):
8645 (border_get_changed_border_parts):
8646 (border_get_frame_pixmap, new):
8647 (border_get_border_background):
8648 (border_draw_one_border_part):
8649 (border_draw_decorations):
8650 (border_get_tb_parts_to_draw):
8651 (border_fill_pixmap_background):
8652 (border_get_titlebar_descr_state, new):
8653 (border_draw_titlebar):
8654 (border_setup_bar_pixmaps, new):
8655 (border_get_bar_pixmaps, new):
8656 (border_free_bar_pixmaps, new):
8657 (border_setup_use_title_style, new):
8658 (border_set_button_pixmap):
8659 (border_set_title_pixmap):
8660 (border_draw_one_button):
8661 (border_set_button_pixmap):
8662 (border_draw_title_deep):
8663 (border_get_transparent_decorations_part, new):
8664 Title, Border and Buttons Style Colorset Option: Drawing
8666 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8669 * fvwm/frame.c (__frame_setup_window):
8670 (frame_has_handles_and_tiled_border):
8671 (frame_create_move_resize_args):
8672 (frame_free_move_resize_args):
8673 Title, Border and Buttons Style Colorset Option: External drawing
8674 stuff. Basically additional redrawing for RootTransparent
8676 * fvwm/builtins.c (update_decorface_colorset, new):
8677 (update_titlebutton_colorset, new):
8678 (update_decors_colorset, new):
8679 (update_fvwm_colorset):
8680 Title, Border and Buttons Style Colorset Option: Dynamic updating
8683 * fvwm/builtins.c (ReadDecorFace):
8684 Title, Border and Buttons Style Colorset Option: Configuration
8686 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8688 Title, Border and Buttons Style Colorset Option: Convinent macros and
8691 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8693 * libs/Makefile.am: Add missing Bindings.h.
8695 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8697 * fvwm/move_resize.c (__move_loop):
8698 send M_CONFIGURE_WINDOW only when the window actually moves
8700 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8707 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8708 with minor improvements; it is disabled for now (#if 0) since
8709 some Arabic chars cause core dump
8711 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8713 * fvwm/fvwm.1.in (Examples):
8714 added documentation of Icon option for PlaceAgain command
8716 * fvwm/events.c (__handle_key_event):
8717 fixed global key binding problem
8719 2002-11-15 olicha <olivier.chapuis@free.fr>
8721 * libs/Bindings.c (MatchBindingExactly):
8722 (__compare_binding):
8723 compile fixes w/o stroke lib
8726 * fvwm/geometry.c (get_title_font_size_and_offset):
8727 * fvwm/builtins.c (do_title_style):
8728 New MinHeight option to TitleStyle
8730 2002-11-15 olicha <olivier.chapuis@free.fr>
8732 * fvwm/builtins.c (update_fvwm_colorset):
8737 * fvwm/colorset.c (update_root_transparent_colorset):
8738 Fixed update of the RootTransparent colorset in fvwm
8740 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8742 * libs/Bindings.c (__compare_binding):
8743 (MatchBindingExactly):
8744 compoile fixes w/o stroke lib
8746 2002-11-14 olicha <olivier.chapuis@free.fr>
8751 Removed any reference on "xft and flickering"
8753 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8755 * fvwm/eventmask.h (XEVMASK_ICONW):
8756 * fvwm/events.c (HandleKeyRelease):
8758 (__handle_key_event):
8759 * fvwm/bindings.c (ParseBinding):
8761 * libs/Bindings.h (enum):
8762 implemented key release bindings; prefix the key name with a '-';
8763 does not work well with some applications
8765 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8770 * fvwm/bindings.c (ParseBinding):
8773 (bind_get_bound_button_contexts):
8779 (RemoveMatchingBinding):
8784 (GrabAllWindowKeysAndButtons):
8785 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8786 * fvwm/events.c (__handle_bpress_on_root):
8787 (__handle_bpress_on_managed):
8788 (HandleButtonRelease):
8789 * fvwm/builtins.c (CMD_Wait):
8791 * libs/fvwmlib.h (enum):
8792 fixed Key vs. PointerKey with "A"ny context
8794 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8796 * fvwm/icons.c (Iconify):
8797 icon placement safety patch
8799 fixed initial position of application provided icon windows
8801 * fvwm/session.c (LoadWindowStates):
8802 fixed parsing of strings beginning with whitespace in session file
8804 * fvwm/fvwm.1.in (Note):
8805 * fvwm/style.c (style_set_old_focus_policy):
8806 * libs/defaults.h (DEF_FP_MODIFIERS):
8807 set default modifiers for raising/focusing to N again
8809 2002-11-11 olicha <olivier.chapuis@free.fr>
8812 * fvwm/fvwm.c (main):
8814 named-palette -> visual-palette, -N -> -P
8816 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8818 * fvwm/ConfigFvwmDefaults:
8819 include ConfigFvwmProxyDefaults
8821 * fvwm/fvwm.c (usage):
8822 polished usage message
8824 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8826 * fvwm/fvwm.c (usage):
8828 cleaned up usage and error messages
8829 use short option names in usage message an man page synopsis
8830 all options are case sensitive
8831 do not mention the "-" style long options in the man page; instead use
8834 * fvwm/add_window.c (setup_frame_window):
8835 * fvwm/events.c (HandleMapNotify):
8836 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8837 fixed empty decorations after recapture
8839 * fvwm/geometry.c (get_icon_geometry):
8840 * fvwm/icons.c (clear_icon):
8841 fixed icon jumping to 0 0 when the icon layout changes after the icon
8842 has been moved manually
8844 * fvwm/move_resize.c (__move_icon):
8845 fixed MoveToPage with icons
8847 2002-11-09 olicha <olivier.chapuis@free.fr>
8849 * libs/Fft.c (FftGetRotatedFont):
8852 Check the return result of FftPatternGetMatrix
8855 * libs/PictureBase.h:
8858 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8860 * fvwm/ewmh_conf.c (set_state_workaround):
8861 * fvwm/functable.c (func_table):
8862 * fvwm/update.c (apply_window_updates):
8863 * fvwm/windowlist.c (CMD_WindowList):
8864 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8865 (ewmh_WMStateSticky):
8866 * fvwm/conditional.c (CreateConditionMask):
8867 (CreateConditionMask):
8868 * fvwm/gnome.c (GNOME_SetHints):
8870 (GNOME_HandlePropRequest):
8871 * fvwm/placement.c (SmartPlacement):
8876 * fvwm/session.c (SaveWindowStates):
8878 * fvwm/ewmh.c (check_desk):
8879 (EWMH_SetWMDesktop):
8880 (ewmh_ComputeAndSetWorkArea):
8881 (ewmh_HandleDynamicWorkArea):
8882 (ewmh_HandleDesktop):
8885 (ewmh_HandleToolBar):
8886 * fvwm/virtual.c (UnmapDesk):
8890 (do_move_window_to_desk):
8891 * fvwm/icons.c (setup_icon_title_size):
8892 (DrawIconTitleWindow):
8895 * fvwm/borders.c (is_button_toggled):
8896 (get_common_decorations):
8897 (border_draw_title_stick_lines):
8898 * fvwm/add_window.c (AddWindow):
8899 * fvwm/move_resize.c (__move_window):
8900 (is_window_sticky_on_page):
8901 (is_window_sticky_on_desk):
8907 (handle_stick_page):
8908 (handle_stick_desk):
8909 (__handle_stick_exit):
8912 * fvwm/style.c (style_parse_one_style_option):
8913 (check_window_style_change):
8916 New Style options stickypage and stickydesk
8917 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8918 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8919 New conditions StickyPage and StickyDesk
8920 New commands StickPage and StickDesk
8922 * fvwm/move_resize.c (__move_window):
8923 do not unstick a window when using MoveToScreen
8929 * fvwm/functable.c (func_table):
8930 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8931 renamed EWMHBaseStrut to EwmhBaseStruts
8933 * fvwm/style.c (style_set_old_focus_policy):
8934 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8935 (style_parse_one_style_option):
8936 renamed "Border" style to "Borders"
8937 removed "NoBorder" style; use !Borders instead
8938 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8939 renamed PlacmentOverlapPercentPenalties to
8940 MinOverlapPercentPlacementPenalties
8947 Fixed compiler warnings
8949 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8952 autogenerate FvwmWindowLister files
8955 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8956 of MissingSubmenuFunction and DynamicPopupAction
8958 2002-11-08 olicha <olivier.chapuis@free.fr>
8960 * libs/PictureUtils.c (alloc_color_proportion):
8961 (alloc_color_proportion_dither):
8962 (alloc_color_proportion_grey):
8964 (free_colors_in_table):
8966 (init_static_colors_table):
8967 (PictureFreeColors):
8968 (PictureInitColors):
8969 (PicturePrintColorInfo):
8970 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8973 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8975 * fvwm/move_resize.c (__move_window):
8976 ignore MoveToPage with sticky windows
8978 * fvwm/conditional.c (Circulate):
8980 Next and Prev commands begin looking at the context window, if any
8982 * fvwm/focus.c (__focus_grab_buttons):
8983 fixed initial button grabbing on client window
8985 * fvwm/stack.c (BroadcastRestack):
8986 split long packets, fixed a bug and cleaned up
8988 * libs/Module.c (ReadFvwmPacket):
8989 ignore packets that are too long
8992 document PopupDelay and PopdownDelay defaults
8994 2002-11-06 olicha <olivier.chapuis@free.fr>
8996 * libs/Fft.c (FftGetFont):
8997 (FftGetRotatedFont):
8998 Use a more perfectioned method for loading font with Xft/Fc. This
8999 method allows sanity check. Preserve the matrix when rotating
9002 * libs/Flocale.c (FlocaleGetMinOffset):
9003 (FlocaleRotateDrawString):
9004 (FlocaleGetFontSet):
9006 * libs/Fft.c (FftDrawString):
9008 * libs/FftInterface.h:
9009 * fvwm/geometry.c (get_title_font_size_and_offset):
9010 Move the computation of the good "y" for drawing text into Flocale.
9011 Use the max ascent, descent and height for font metric (in the place
9014 * libs/Flocale.c (FlocalePrintLocaleInfo):
9016 * libs/Fft.c (FftPrintPatternInfo):
9018 * fvwm/builtins.c (CMD_PrintInfo):
9021 New option "Locale" to PrintInfo Command
9023 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9025 * fvwm/events.c (HandleExpose):
9028 2002-11-04 Dan Espen <dane@mk.telcordia.com>
9030 * fvwm/fvwm.1.in: colour -> color
9033 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9036 * fvwm/fvwm.c (usage):
9040 2002-11-04 olicha <olivier.chapuis@free.fr>
9043 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9045 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9047 (PictureFreeColors):
9048 (PicturePrintColorInfo):
9049 Trace colours allocation out of the pallet in depth <= 8. Better
9050 information on coulours
9052 * libs/Fft.c (FftGetRotatedFont):
9054 Fixed rotated font when the original font has a matrix
9056 * libs/PictureBase.c (PictureInitCMapRoot):
9057 * libs/PictureUtils.h:
9058 * libs/PictureUtils.c (PictureInitColors):
9059 (PictureAllocColorTable):
9060 * libs/PictureBase.h (PictureColorLimitOption):
9061 * fvwm/fvwm.c (main):
9063 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9064 -named-pallet. -color-limit now take only integer argument.
9067 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9069 * libs/Module.h (struct):
9070 new type FvwmWinPacketBodyHeader to access the standard fields in a
9071 packet with a window
9073 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9078 * fvwm/functable.c (func_table):
9080 * fvwm/style.c (style_parse_one_style_option):
9081 (parse_and_set_window_style):
9085 added a new command FocusStyle as a shorthand for
9086 "Style * FP..., FP..."
9088 * fvwm/builtins.c (__parse_vector_line_one_coord):
9089 (__parse_vector_line):
9091 split vector line parsing into sub functions
9093 fixed core dump in vector button offset patch
9095 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9097 * fvwm/screen.h (vector_coords):
9098 added fields for offsets
9099 * fvwm/builtins.c (ReadDecorFace):
9100 rewrote parser for vector definitions to accept optional offsets
9101 * fvwm/fvwm.c (LoadDefaultLeftButton):
9102 (LoadDefaultRightButton)
9103 set default values for offsets
9104 * fvwm/borders.c (border_draw_vector_to_pixmap):
9105 updated XDrawLine call to take offsets into account
9107 documented new options for vector offsets
9109 2002-11-01 olicha <olivier.chapuis@free.fr>
9111 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9112 Fixed icon tint pixel, it was set to icon tint percent during some
9115 2002-10-31 olicha <olivier.chapuis@free.fr>
9117 * libs/PictureUtils.c (PictureAllocColorImage):
9118 (PictureOpenImageColorAllocator):
9119 (PictureCloseImageColorAllocator):
9120 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9123 (PImageCreatePixmapFromArgbData):
9124 (PImageLoadPixmapFromFile):
9125 * libs/PictureBase.h (FvwmPictureThing):
9126 (PictureImageColorAllocator):
9128 * libs/Picture.c (PDestroyFvwmPicture):
9129 (PLoadFvwmPictureFromPixmap):
9130 * libs/Graphics.c (CreateGradientPixmap):
9132 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9133 Added a new way to allocate colors for image and gradient. This method
9134 allows, in particular, to save (in a "fast" way) the allocated pixels
9135 with a minimal memory usage.
9136 Fixed color leaks for png, ewmh and dithered xpm images.
9138 * fvwm/add_window.c (destroy_icon):
9139 * fvwm/fvwm.h (FvwmWindow):
9140 * fvwm/icons.c (GetIconFromFile):
9143 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9147 * fvwm/stack.c (enum):
9148 (position_new_window_in_stack_ring):
9150 (must_move_transients):
9153 (__raise_lower_recursion):
9154 (__raise_or_lower_window):
9155 (raise_or_lower_window):
9156 (collect_transients_recursive):
9157 (__is_restack_transients_needed):
9159 (CMD_RestackTransients):
9160 new command RestackTransients which works like Raise and Lower but does
9161 not restack windows that are not transient
9162 renamed some functions
9166 corrected cursor movement key bindings
9168 * fvwm/bindings.c (activate_binding):
9169 fixed problem w/ bindings being overridden by applications OpenOffice
9172 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9179 include FvwmProxy to build
9181 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9184 exclude FvwmProxy from build
9190 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9193 added FvwmProxy module
9195 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9198 * fvwm/windowlist.c (CMD_WindowList):
9199 renamed SortClassName to SortByClass
9201 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9203 * fvwm/menustyle.c (menustyle_update):
9204 (menustyle_parse_style):
9205 (menustyle_get_styleopt_index):
9206 (menustyle_parse_style):
9207 (CMD_CopyMenuStyle):
9209 removed HilightRelief MenuStyle and hard coded it
9211 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9213 * fvwm/menus.c (make_menu_window):
9214 fixed updating menu background with "Menustyle * Background"
9216 * fvwm/stack.c (__get_stacking_sibling):
9218 fixed another stacking problem
9220 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9224 corrected and lined up several help lines
9227 added --enable-xinerama-emulation description
9229 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9231 * fvwm/stack.c (restack_windows):
9232 (__get_stacking_sibling):
9233 fixed another stacking problem
9235 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9237 * fvwm/add_window.c (AddWindow):
9238 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9239 windows starting lowered or on other layers in FvwmPager
9241 * fvwm/stack.c (restack_windows):
9242 (__get_visible_window):
9243 fixed a stacking problem with layers
9245 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9247 * fvwm/functable.c (func_table):
9250 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9254 * fvwm/windowlist.c:
9255 new WindowList option SortByResource
9257 * fvwm/style.c (check_window_style_change):
9258 * libs/FlocaleCharset.c:
9262 place recent authors to the top, not bottom
9265 corrected typo in error message
9267 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9269 * fvwm/fvwm.1.in: Lang check done.
9271 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9274 work on new menu loop code
9280 * fvwm/menus.c (__mloop_handle_event):
9281 (__mloop_get_event):
9282 (__mloop_handle_action_with_mi):
9283 * fvwm/menus.h (MenuReturn):
9284 renamed MenuReturn member menu to target_menu
9286 * fvwm/menus.c (__mloop_handle_event):
9287 * fvwm/menus.h (MenuReturn):
9288 removed a "write only" member of MenuReturn
9290 * fvwm/conditional.c (circulate_cmd):
9291 fixed the "Any" command
9293 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9295 * fvwm/stack.c (mark_transient_subtree):
9296 fixed stack ring corruption with iconified transients
9298 fixed a problem with lowering windows below the icons of their
9301 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9307 * libs/PictureBase.h:
9311 renamed colorset_struct to colorset_t
9313 2002-10-22 olicha <olivier.chapuis@free.fr>
9315 * libs/PictureUtils.c:
9316 Minor fixes and add #if O experimental code
9318 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9320 * fvwm/icons.c (DrawIconPixmapWindow):
9322 * fvwm/events.c (HandlePropertyNotify):
9323 * libs/Fft.c (FftDrawString):
9324 * libs/Colorset.c (DumpColorset):
9326 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9327 use renamed colorset_struct members
9329 * libs/Colorset.h (colorset_struct):
9330 renamed and re-sorted members and cut down bit field lengths for
9333 * fvwm/menustyle.c (menustyle_update):
9336 * fvwm/stack.c (restack_windows):
9337 fixed flickering when raising transients; can't prevent flickering when
9338 lowering a window completely
9340 fixed unnecessary error message
9342 * fvwm/fvwm.c (main):
9345 * fvwm/stack.c (__restack_window):
9346 fixed a stacking problem with icons
9348 * fvwm/add_window.c (destroy_icon):
9351 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9353 * fvwm/menuitem.c (menuitem_paint):
9354 * fvwm/menustyle.c (menustyle_parse_style):
9355 * fvwm/menus.c (paint_side_pic):
9358 (repaint_transparent_menu):
9359 * fvwm/menustyle.h (MenuLook):
9360 cleaned up menu drawing code, fixed last patch
9362 * fvwm/menuitem.c (menuitem_paint):
9363 * fvwm/menustyle.c (menustyle_parse_style):
9364 fixed HilightBack default
9366 * fvwm/bindings.c (binding_cmd):
9367 (bind_get_bound_button_contexts):
9369 * fvwm/screen.h (ScreenInfo):
9370 fixed mouse bindings with buttons > 5
9372 * fvwm/menuitem.c (menuitem_paint):
9373 * fvwm/menustyle.c (menustyle_parse_style):
9374 (menustyle_parse_style):
9375 (CMD_CopyMenuStyle):
9378 * fvwm/menus.c (repaint_transparent_menu):
9380 HilightBack and ActiveFore are now independent
9382 2002-10-18 olicha <olivier.chapuis@free.fr>
9384 * libs/PictureUtils.c (get_color_index):
9385 (create_mapping_table):
9386 (PictureAllocColorTable):
9387 Use a new distance and method for color approximation. Use 68 colors
9388 for the default under depth 8. I am happy with this, should use a
9389 similar distance method for dithering
9391 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9392 (PictureAllocColorTable):
9393 (PictureDitherByDefault):
9396 (PicturePrintColorInfo):
9397 * libs/PictureUtils.h:
9398 Allows -color-limit to work with any visual and depth for testing
9399 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9402 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9404 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9406 * fvwm/add_window.c (get_default_window_attributes):
9409 * fvwm/builtins.c (CMD_ChangeDecor):
9410 removed some duplicate redrawing
9412 * fvwm/update.c (apply_decor_change):
9413 suppress duplicate window update upon ChangeDecor
9414 (apply_window_updates):
9415 do not delete the focus window
9417 2002-10-17 olicha <olivier.chapuis@free.fr>
9422 * libs/Colorset.c (CreateBackgroundPixmap):
9423 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9425 * fvwm/builtins.c (CMD_Colorset):
9426 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9428 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9430 * fvwm/add_window.c (AddWindow):
9431 * fvwm/update.c (apply_window_updates):
9432 * fvwm/move_resize.c (handle_stick):
9434 suppress drawing of sticky decorations initially
9435 reduce module communication overhead when (un)sticking windows
9437 * fvwm/borders.c (border_draw_decorations):
9438 * fvwm/window_flags.h:
9440 * fvwm/frame.c (frame_create_move_resize_args):
9441 (get_resize_decor_gravities_one_axis):
9442 (frame_mrs_setup_draw_decorations):
9444 initialize window decorations with a "None" pixmap;
9445 delay drawing window decorations initially to prevent drawing multiple
9447 => windows grabbing the focus upon startup are drawn focused
9450 * fvwm/frame.c (frame_free_move_resize_args):
9451 reparent the frame hide windows to NoFocusWin instead of Root to
9452 suppress unnecessary ReparentNotify events
9454 2002-10-16 olicha <olivier.chapuis@free.fr>
9456 * fvwm/fvwm.c (main):
9460 Fixed compilation with X cvs
9462 * libs/Colorset.c (CreateBackgroundPixmap):
9465 * fvwm/events.c (HandlePropertyNotify):
9466 * fvwm/colorset.c (update_root_pixmap):
9467 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9468 to found a root pixmap
9470 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9472 * fvwm/bindings.c (bind_get_bound_button_contexts):
9473 another mouse binding fix
9475 * fvwm/conditional.c (CreateConditionMask):
9477 all conditions have a negation with '!' prepended
9481 Current, All, Pick, ThisWindow and PointerWindow imply the
9482 CirculateHitShaded condition.
9484 * fvwm/focus.c (__focus_grab_buttons):
9485 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9486 fixed bindings using mouse buttons >= 6
9488 2002-10-15 olicha <olivier.chapuis@free.fr>
9490 * libs/PictureUtils.c (PicturePrintColorInfo):
9493 * fvwm/functable.c (func_table):
9494 * fvwm/builtins.c (CMD_PrintInfo):
9496 New cmd PrintInfo. Only one arg at present time: "Colors"
9498 * fvwm/fvwm.c (main):
9499 Auto detect card with 2 hardware colormaps and choose the best
9502 * libs/PictureUtils.c (PictureInitColors):
9504 * libs/PictureUtils.h:
9505 * fvwm/fvwm.c (main):
9506 * libs/PictureBase.c (PictureInitCMapRoot):
9508 * libs/PictureBase.h:
9509 Try to support DirectColor visual in a good way, I do not think
9510 this is really useful.
9511 Added a flexible interface function PictureInitColors for
9512 colors allocation initialization.
9513 Some cleanup in color allocation and some preparation for a new
9514 method for saving and freeing colors allocated by images and gradients.
9515 Removed some ifdefed to 0 debug code.
9517 * libs/Picture.c (*):
9519 * libs/PictureImageLoader.c (*):
9520 * libs/PictureImageLoader.h:
9523 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9525 * fvwm/add_window.c (setup_key_and_button_grabs):
9526 * fvwm/bindings.c (ParseBinding):
9528 * fvwm/add_window.c (setup_key_and_button_grabs):
9529 don't grab window context specific bindings anymore; instead, set
9530 Scr.buttons2grab accordingly
9532 * fvwm/bindings.c (activate_binding):
9533 fixed stroke bindings on window context being ignored if no other
9534 action was bound to that context
9536 * fvwm/add_window.c (destroy_icon):
9537 fixed duplicate icon pixmap when switching from NoIconOverride to
9540 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9543 re-indented some code
9545 fixed random position of icon title for icons with a position hint
9548 corrected default of Use/NoIconPosition style
9550 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9552 * fvwm/windowlist.c (CMD_WindowList):
9553 fixed random string for iconified windows in the WindowList
9555 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9560 2002-10-08 olicha <olivier.chapuis@free.fr>
9562 * libs/PictureBase.c (*):
9563 (PictureInitCMapRoot)
9564 (PictureSetupWhiteAndBlack):
9565 (PictureWhitePixel):
9566 (PictureBlackPixel):
9568 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9569 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9570 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9571 but always use the root visual and allows to set or not a private
9573 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9574 but which respects the Pvisual
9576 * libs/PictureGraphics.c (*):
9577 * libs/FScreen.c (FScreenInit):
9578 * libs/FRender.c (FRenderRender):
9579 * libs/Fft.c (FftDrawString):
9580 * fvwm/icons.c (CreateIconWindow):
9581 * fvwm/colorset.c (parse_colorset):
9582 * fvwm/move_resize.c (CMD_XorValue):
9583 * fvwm/colorset.c (alloc_colorset):
9584 * fvwm/fvwm.c (main):
9585 Use the new interface functions and some fix if the fvwm depth !=
9588 * libs/PictureUtils.c (PictureAllocColorTable):
9589 Change the default color table to a 4x4x4 cc + 4 grey
9591 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9593 * fvwm/fvwm.1.in: Use built-in, not builtin.
9595 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9598 s/FvwmNewDebug/FvwmDebug/
9601 * fvwm/conditional.c (CMD_NoWindow):
9604 new command NoWindow to remove window context
9607 use "fvwm" spelling, at least in the middle of sentences
9609 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9611 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9612 builtin commands. Use "builtin", not "built in" or "built-in".
9615 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9617 * libs/Graphics.c (do_relieve_rectangle):
9618 removed debug message
9620 * fvwm/focus.c (__update_windowlist):
9621 (__set_focus_to_fwin):
9622 fixed reversal of __update_windowlist arguments causing FlipFocus to
9623 break [and maybe other things]
9625 2002-10-05 olicha <olivier.chapuis@free.fr>
9627 * libs/PictureUtils.c (alloc_color_cube):
9628 It si possible to enable "gamma correction" for colors cubes (disabled,
9629 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9631 * libs/PictureUtils.c (get_color_index):
9632 (create_mapping_table):
9633 Use a more exact approximation of colors for pur cc without the big
9636 * libs/PictureUtils.c (PictureFreeColors):
9639 * libs/Graphics.c (CreateGradientPixmap):
9640 (CreateGradientPixmapFromString):
9643 2002-10-04 olicha <olivier.chapuis@free.fr>
9645 * libs/PictureUtils.c (*):
9646 Used a better color approximation for color cube when we do not dither.
9647 Added some new colors tables: color cube with some grey colors.
9648 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9651 * fvwm/fvwm.c (main):
9652 Fixed the visual option
9654 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9657 generate FvwmNewDebug and FvwmGtkDebug
9659 2002-10-02 olicha <olivier.chapuis@free.fr>
9661 * libs/PictureUtils.c (USED_DIST):
9662 Used the euclidian distance for colors distance
9664 * libs/Fft.c (FftGetFont):
9665 Disable Xft if the Xserver does not support XRender
9667 2002-10-01 olicha <olivier.chapuis@free.fr>
9669 * libs/Fft.c (FftGetFont):
9670 Disable Xft if the Xserver does not support XRender
9672 * libs/FRender.c (FRenderRender):
9673 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9676 * libs/Colorset.c (SetRectangleBackground):
9677 (SetClippedRectangleBackground):
9679 New interface function for drawing a subset of a colorset rectangle
9681 2002-09-26 olicha <olivier.chapuis@free.fr>
9683 * fvwm/update.c (apply_window_updates):
9684 Fixed icons colorset update
9686 * libs/FRender.c (FRenderRender):
9687 Fixed bitmap rendering
9689 * fvwm/update.c (apply_window_updates):
9690 * fvwm/geometry.c (move_icon_to_position):
9691 * fvwm/events.c (HandleEnterNotify):
9693 (HandleLeaveNotify):
9694 (HandlePropertyNotify):
9695 * fvwm/add_window.c (setup_icon_font):
9696 * fvwm/icons.c (DrawIconWindow):
9697 (DrawIconTitleWindow):
9698 (DrawIconPixmapWindow):
9701 Fixed focus/unfocus flickering
9703 2002-09-25 olicha <olivier.chapuis@free.fr>
9705 * fvwm/icons.c (DrawIconTitleWindow):
9706 One more drawing fix
9708 2002-09-24 olicha <olivier.chapuis@free.fr>
9710 * fvwm/icons.c (DrawIconTitleWindow):
9711 An other drawing fix
9713 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9715 * fvwm/move_resize.c (__move_loop):
9716 fixed uninitialised variable
9718 fixed starting move at random position
9720 2002-09-24 olicha <olivier.chapuis@free.fr>
9722 * fvwm/update.c (apply_window_updates):
9723 * fvwm/geometry.c (move_icon_to_position):
9724 * fvwm/events.c (HandleEnterNotify):
9726 (HandleLeaveNotify):
9727 (HandlePropertyNotify):
9728 * fvwm/add_window.c (setup_icon_font):
9729 * fvwm/icons.c (DrawIconWindow):
9730 (DrawIconTitleWindow):
9731 (DrawIconPixmapWindow):
9734 Fixed icon drawing. Split icon window drawing.
9736 * libs/FRender.c (*):
9737 Fixed compilation and small clean up
9739 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9741 * fvwm/conditional.c (CreateFlagString):
9742 fixed quoting in conditional command conditions
9744 * fvwm/menus.c (__mloop_handle_event):
9745 removed unnecessary querying of pointer position on button release in
9750 * fvwm/bindings.c (ParseBinding):
9751 increased maximum allowed key symbol name length to 200 characters
9753 * fvwm/execcontext.h (enum):
9754 * fvwm/fvwm.c (Done):
9760 * fvwm/execcontext.h (enum):
9761 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9763 * fvwm/menus.c (pop_menu_up):
9764 fixed accidental menu animation with certain menu position hints
9766 2002-09-23 olicha <olivier.chapuis@free.fr>
9768 * libs/FRender.c (*):
9769 Fixed(?) XRender rendering with some Xserver
9771 * fvwm/update.c (apply_window_updates):
9772 * fvwm/geometry.c (move_icon_to_position):
9773 * fvwm/events.c (HandleEnterNotify):
9775 (HandleLeaveNotify):
9776 (HandlePropertyNotify):
9777 * fvwm/add_window.c (setup_icon_font):
9778 * fvwm/icons.c (DrawIconWindow):
9781 Clip text and icon drawing for the icons
9783 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9787 Path commands now support form: "path1;ext1:path2:path3;ext3"
9788 where ext1 (for example, ".png") means all files in path1 should
9789 be forced to have extention ".png" even if the requested icon
9790 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9792 * fvwm/execcontext.h:
9793 small changes in latters used for EXCT_* constants
9795 * fvwm/module_interface.c:
9797 * libs/PictureBase.c:
9799 some spacing reindentation
9801 2002-09-21 olicha <olivier.chapuis@free.fr>
9803 * libs/FRender.c (FRenderCompositeAndCheck):
9804 Temporally take GraphicsExposure in account
9806 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9809 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9811 2002-09-20 olicha <olivier.chapuis@free.fr>
9813 * fvwm/icons.c (GetIconPicture):
9814 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9815 Fixed the alpha channel
9817 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9822 2002-09-20 olicha <olivier.chapuis@free.fr>
9824 * libs/FRender.c (FRenderTintPicture):
9825 (FRenderTintRectangle):
9827 * libs/FRenderInterface.h:
9828 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9829 Make FRender code more modular. Add a 24+8 tinting method and enable it
9830 in the place of the 32 tinting method (which can be enabled by defining
9831 USE_ABSOLUTE_FORMATE)
9833 2002-09-19 olicha <olivier.chapuis@free.fr>
9835 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9836 (animated_move_back):
9838 (repaint_transparent_menu):
9839 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9840 (AnimatedMoveAnyWindow):
9841 * fvwm/move_resize.h:
9842 Support the new colorset transparent options and fix greyed item
9843 of transparent animated menus
9845 * fvwm/menus.c (pop_menu_up):
9846 (animated_move_back):
9848 * libs/Rectangles.c:
9849 * libs/Rectangles.h:
9851 New libs files for rectangles, segments, regions ..etc
9853 * fvwm/menus.c (clear_expose_menu_area):
9854 (get_menu_paint_item_parameters):
9857 (ParentalMenuRePaint):
9858 (ParentalMenuRePaint):
9859 * fvwm/menuitem.c (clear_menu_item_background):
9861 * fvwm/menuitem.h (MenuPaintItemParameters):
9862 Clip the item icons and text drawing
9864 * fvwm/menus.c (__mloop_exit):
9865 Fixed an indirect uninitialized variable bug
9867 * fvwm/menus.c (__mloop_handle_event): *
9868 (__mloop_handle_action_with_mi): *
9869 Update some comments
9871 * libs/FRender.c (FRenderVisualInit):
9873 * fvwm/colorset.c (parse_colorset):
9876 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9878 * fvwm/menus.c (__menu_loop):
9879 (__mloop_handle_action_with_mi):
9880 fixed parent menu redrawing
9882 * fvwm/style.c (check_window_style_change):
9883 * fvwm/update.c (apply_window_updates):
9884 * fvwm/add_window.c (setup_icon_size_limits):
9885 honour changes in IconSize style without recapture
9887 * fvwm/focus.c (focus_query_open_grab_focus):
9888 * fvwm/events.c (HandlePropertyNotify):
9889 * fvwm/add_window.c (setup_transientfor):
9890 take care of various funny initial transientfor settings
9892 * fvwm/stack.c (__raise_lower_recursion):
9894 fixed stacking core dump
9896 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9902 added a program that tests for -Werror option and similar; bug out of
9903 configure if the test program doesn't compile
9905 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9909 add a "do not edit" warning at the beginning of the man page
9912 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9914 * libs/FScreen.c (XineramaQueryScreens):
9915 fixed linking problem when compiling without Xinerama
9917 * fvwm/cursor.c (CMD_CursorStyle):
9918 fixed cursorstyle command being applied to windows without handles
9920 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9921 (EWMH_ProcessPropertyNotify):
9922 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9923 (GNOME_HandlePropRequest):
9924 fixed dummy macros when compiling without gnome/ewmh support
9926 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9928 * libs/queue.c (fqueue_add_inside):
9929 add a new command with the same execution time as a previous one behind
9933 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9936 * fvwm/functions.c (__execute_function):
9937 * fvwm/execcontext.h (exec_context_type_t):
9938 replace enum values with letters for readability
9940 * fvwm/functions.c (__execute_function):
9941 improved command log output
9943 * fvwm/schedule.c (execute_obj_func):
9944 fixed schedule queue timing
9947 refuse to run configure if CFLAGS is not empty
9949 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9952 fixed compilation with --enable-command-log; simplified fvwm_msg()
9955 reformatted; don't send end-of-line with SET_*MASK
9957 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9959 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9960 fixed multipixmap title drawing
9962 * fvwm/frame.h (struct):
9963 * fvwm/frame.c (frame_get_titlebar_dimensions):
9966 * fvwm/events.c (HandlePropertyNotify):
9967 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9969 * libs/Fft.c (FftDrawString):
9970 -Wall fix when compiling w/o Xft
9972 2002-09-15 olicha <olivier.chapuis@free.fr>
9974 * libs/Colorset.c (CreateBackgroundPixmap):
9975 Fixed a dpy problem with FvwmBacker
9976 * libs/Colorset.c (CreateBackgroundPixmap):
9977 Fixed creation a root transparent pixmap for small root pixmap
9979 2002-09-14 olicha <olivier.chapuis@free.fr>
9981 * libs/Fft.c (FftDrawString):
9982 Fixed clip region with shadow font
9984 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9985 Added a function to create translucent pixmaps
9986 * libs/Colorset.c (CreateBackgroundPixmap):
9988 * libs/FRender.c (FRenderRender):
9989 Allows to use the root window as src pixmap
9991 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9994 Fixed open double quotes in ButtonState section
9996 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9998 * fvwm/fvwm.1.in: Add -cmd module timeout information.
10000 2002-09-13 olicha <olivier.chapuis@free.fr>
10002 * libs/Colorset.c (CreateBackgroundPixmap):
10003 (UpdateBackgroundTransparency):
10004 (SetRectangleBackground):
10006 * fvwm/colorset.c (*):
10008 * fvwm/events.c (HandlePropertyNotify):
10009 Starting implementation of RootTransparent colorset. Worked on
10010 tinted Transparent colorset. Various colorset parsing fixes.
10012 * libs/Fft.c (FftDrawString):
10014 Added the possibility to draw with a clipping region.
10016 * libs/FRender.c (FRenderRender):
10017 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10018 (PCreateRenderPixmap):
10019 (PGraphicsCreateTransprency):
10020 (PGraphicsTintRectangle):
10021 Improve current rendering functions to be able to tint the
10022 ParentalRelative pixmap or the background of a window.
10023 Re-enabled XRender rendering.
10026 remove a #if 0 debug "render" code
10028 2002-09-13 Mikhael Goikhman <migo@homemail.com>
10030 * fvwm/builtins.c (ReadTitleButton):
10032 new button state shortcuts AllNormal, AllToggled,
10033 AllActive, AllInactive, AllUp, AllDown
10035 * fvwm/module_interface.c:
10039 possibly fixed compilation with non gcc
10041 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10043 * fvwm/focus.c (_focus_grab_buttons):
10044 (__focus_grab_buttons):
10046 (__focus_grab_one_button):
10047 grab all modifier combinations on client windows by default if
10048 necessary; this saves a lot of traffic but may grab unnecessary
10049 modifiers with mouse bindings on the client window
10052 * libs/defaults.h (DEF_FP_MODIFIERS):
10053 * fvwm/events.c (__handle_focus_raise_click):
10054 * fvwm/style.c (style_parse_focus_policy_style):
10055 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10056 default is now to use any modifiers for clicktofocus/raise purposes
10058 * fvwm/menus.c (__mloop_get_event):
10061 fixed tear off menus
10063 * libs/FEvent.c (FCheckIfEvent):
10065 (FCheckTypedEvent):
10066 (FCheckTypedWindowEvent):
10067 (FCheckWindowEvent):
10068 fixed FCheck...Event functions thus fixing Menu command behaving like
10071 * fvwm/move_resize.c (InteractiveMove):
10072 fixed offset between pointer and window when dragging
10074 * fvwm/virtual.c (HandlePaging):
10075 * fvwm/icons.c (CMD_Iconify):
10076 * fvwm/move_resize.c (InteractiveMove):
10077 * fvwm/menus.c (get_menu_options):
10078 (get_menu_options):
10079 * libs/FScreen.c (GetMouseXY):
10080 use new function fev_get_evpos_or_query()
10082 * libs/Makefile.am:
10086 (GetLocationFromEventOrQuery):
10087 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10088 * libs/FEvent.c (fev_set_evpos):
10091 * fvwm/functions.c (__execute_function):
10092 (execute_complex_function):
10093 fixed complex action clicking logic
10095 * fvwm/add_window.c (CaptureOneWindow):
10096 fixed RecaptureWindow
10097 (CaptureAllWindows):
10100 * fvwm/functable.c (func_table):
10101 fixed running RecaptureWindow without a context window
10103 * fvwm/conditional.c (circulate_cmd):
10104 fixed action to run
10106 * fvwm/events.c (HandleVisibilityNotify):
10107 fixed VisibilityNotify handling
10109 * fvwm/functions.c (execute_complex_function):
10110 fixed memory corruption
10111 (__execute_function):
10112 fixed using wrong context
10113 (__execute_function):
10114 removed conditional that was always true now
10118 * fvwm/module_interface.c (ExecuteModuleCommand):
10119 initialise module number
10121 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10123 * fvwm/add_window.c (CaptureOneWindow):
10124 fixed memory corruption
10126 * fvwm/icons.c (Iconify):
10128 fixed bug introduced with transient stacking patch
10130 * fvwm/functions.c (DeferExecution):
10131 (__execute_function):
10132 (execute_complex_function):
10133 cleaned up and optimized exec_context handling
10138 * fvwm/windowlist.c:
10139 * fvwm/conditional.c:
10141 * fvwm/functions.c:
10142 * fvwm/placement.c:
10146 * fvwm/module_interface.c:
10149 * fvwm/add_window.c:
10150 * fvwm/move_resize.c:
10151 * fvwm/fvwm.h (F_CMD_ARGS):
10153 completely removed the builtin command arguments fw, w, and context
10155 * fvwm/functions.c (DeferExecution):
10158 * fvwm/stack.c (BroadcastRestack):
10159 removed global lastTimestamp
10161 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10162 (EWMH_ProcessPropertyNotify):
10163 (ewmh_WMStateShaded):
10164 (ewmh_WMStateSticky):
10165 (ewmh_WMStateHidden):
10169 (ewmh_CloseWindow):
10170 (ewmh_DesktopGeometry):
10171 (ewmh_ActiveWindow):
10172 use new function interface
10174 * fvwm/menus.c (do_menu):
10175 * fvwm/menucmd.c (menu_func):
10176 * fvwm/windowlist.c (CMD_WindowList):
10177 use new function interface
10178 replaced "(XEvent *)1" hack with a regular flag
10180 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10182 * fvwm/add_window.c (destroy_window):
10183 * fvwm/update.c (destroy_scheduled_windows):
10184 * fvwm/screen.h (ScreenInfo):
10185 new member is_executing_menu_function
10187 * fvwm/windowlist.c (CMD_WindowList):
10188 * fvwm/menucmd.c (menu_func):
10189 * fvwm/gnome.c (CMD_GnomeButton):
10190 (GNOME_ProcessClientMessage):
10191 (GNOME_HandlePropRequest):
10192 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10193 * fvwm/update.c (apply_window_updates):
10194 * fvwm/repeat.c (CMD_Repeat):
10195 * fvwm/conditional.c (circulate_cmd):
10207 * fvwm/focus.c (warp_to_fvwm_window):
10208 (CMD_WarpToWindow):
10209 * fvwm/read.c (run_command_stream):
10210 (run_command_file):
10213 * fvwm/fvwm.c (Done):
10217 use new function interface
10219 fixed running startup script under random module number
10221 * fvwm/functions.c (execute_function_override_window):
10222 * fvwm/functions.c (execute_function_override_wcontext):
10223 new convenience functions
10230 * fvwm/module_interface.c (CMD_Send_WindowList):
10232 (CMD_set_sync_mask):
10233 (CMD_set_nograb_mask):
10235 don't use "Module" argument anymore
10236 (ExecuteModuleCommand):
10238 use new function interface
10240 * fvwm/add_window.c (CaptureOneWindow):
10242 (CaptureAllWindows):
10243 * fvwm/events.c (HandleMapRequestKeepRaised):
10244 * fvwm/add_window.c (AddWindow):
10245 AddWindow takes executiuon context as its argument instead of the
10246 window; changed caller
10247 don't use "Event" anymore
10249 * fvwm/fvwm.c (StartupStuff):
10250 generate an execution context for startup
10252 * fvwm/move_resize.c (DoResize):
10256 renamed and used new function interface in args
10258 * fvwm/geometry.c (constrain_size):
10259 added XEvent *e argument to remove use of global "Event"; changed all
10262 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10264 * fvwm/stack.c (get_next_window_in_stack_ring):
10265 (get_prev_window_in_stack_ring):
10266 (get_transientfor_fvwmwindow):
10267 * fvwm/icons.c (SetMapStateProp):
10268 * fvwm/events.c (fake_map_unmap_notify):
10269 * fvwm/misc.c (IsRectangleOnThisPage):
10270 * fvwm/menus.c (menu_enter_tear_off_menu):
10271 (menu_close_tear_off_menu):
10272 * fvwm/icons.c (DrawIconWindow):
10274 * fvwm/colormaps.c (InstallWindowColormaps):
10275 made FvwmWindow * arguments const in many functions
10277 * fvwm/menus.c (pop_menu_up):
10280 (__mloop_do_popup):
10282 (menu_enter_tear_off_menu):
10283 (__mloop_get_event):
10284 (__mloop_get_event_timeout_loop):
10286 (__mloop_get_mi_actions):
10288 * fvwm/events.c (HandleEnterNotify):
10289 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10294 * fvwm/functions.c (DeferExecution):
10295 (__execute_function):
10296 * fvwm/windowlist.c (CMD_WindowList):
10297 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10298 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10299 (ExecuteModuleCommand):
10300 * fvwm/builtins.c (CMD_Wait):
10301 * fvwm/events.c (WaitForButtonsUp):
10302 (HandleShapeNotify):
10303 (HandleVisibilityNotify):
10304 (HandleUnmapNotify):
10305 (HandleSelectionRequest):
10306 (HandleReparentNotify):
10307 (HandlePropertyNotify):
10308 (HandleMotionNotify):
10309 (HandleMapRequestKeepRaised):
10310 (HandleMapRequest):
10311 (HandleMappingNotify):
10313 (HandleLeaveNotify):
10318 (HandleEnterNotify):
10319 (HandleDestroyNotify):
10320 (HandleColormapNotify):
10321 (HandleClientMessage):
10322 (HandleButtonRelease):
10323 (HandleButtonPress):
10324 (__handle_bpress_on_root):
10325 (__handle_bpress_action):
10326 (__handle_click_to_raise):
10327 (__handle_click_to_focus):
10328 (__is_bpress_window_handled):
10329 (__handle_focus_raise_click):
10330 don't use "Event", "Fw" and old_execute_function() anymore
10332 * fvwm/events.c (dispatch_event):
10333 removed preserve_tmpwin argument; changed all callers
10335 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10336 fixed random focus member of faked event
10338 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10339 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10340 (EWMH_ProcessPropertyNotify):
10341 * fvwm/move_resize.c (DisplaySize):
10343 (position_geometry_window):
10344 * fvwm/geometry.c (get_window_borders):
10345 (get_window_borders_no_title):
10348 * fvwm/events.c (dispatch_event):
10349 create event execution context
10350 (HandleClientMessage):
10351 removed useless local "button"
10353 don't fiddle with global Fw anymore; added argument to return context
10354 window; changed all callers
10356 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10357 * fvwm/move_resize.c (__resize_window):
10358 use new event handle interface
10361 * fvwm/eventhandler.h:
10362 new event handler interface
10364 * fvwm/functions.c (CMD_Plus):
10365 * fvwm/builtins.c (AddToDecor):
10367 (CMD_DestroyDecor):
10368 use F_CMD_ARGS in AddToDecor
10370 removed useless check for realloc return value
10371 use new function interface
10372 fixed another memory leak
10374 * fvwm/builtins.c (__remove_window_decors):
10375 replace old_execute_function with execute_function
10377 * fvwm/add_window.c (setup_window_placement):
10378 * fvwm/placement.c (PlaceWindow):
10379 * fvwm/schedule.c (execute_obj_func):
10380 * fvwm/colorset.c (add_to_junk):
10381 use new function call interface
10383 * fvwm/fvwm.h (F_EXEC_ARGS):
10384 (F_PASS_EXEC_ARGS):
10385 removed now unused macros
10387 * fvwm/functions.c (CheckActionType):
10390 (__execute_function):
10391 (__run_complex_function_items):
10392 (execute_complex_function):
10393 rewrote function call interface
10395 * fvwm/functions.c (__run_complex_function_items):
10396 new function split off from execute_complex_function
10400 removed "Event" global
10402 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10404 * fvwm/fvwm.1.in: Language check.
10406 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10408 * fvwm/functions.c (old_execute_function):
10411 * fvwm/module_interface.c (do_execute_module):
10412 don't write module argument anymore; code claimed that writing 0 into
10413 *Module prevented WaitForButtonsUp from being called, but that was
10414 either a lie or a relic of the past
10416 * fvwm/fvwm.h (exec_func_args_type):
10420 removed *Module argument
10422 * fvwm/functions.c (__execute_function):
10425 * fvwm/functions.h (enum):
10426 added more function execution falgs
10429 add exec_context_t *exc to builtin arguments
10431 * libs/FEvent.c (fev_copy_last_event):
10434 * fvwm/execcontext.h:
10435 * fvwm/execcontext.c:
10436 new files introducing the "exec_context_t" structure that shall replace
10437 the builtin command interface
10439 * fvwm/stack.c (__RaiseOrLowerWindow):
10440 (RaiseOrLowerWindow):
10441 (__restack_window):
10442 (mark_transient_subtree):
10443 (__sort_transient_ring):
10444 properly handle restacking of windows with more than one transient and
10445 multiple levels of transients at the same time
10446 (__RaiseOrLowerWindow):
10447 (RaiseOrLowerWindow):
10448 renamed function and added wrapper
10450 * fvwm/fvwm.h (FvwmWindow):
10451 added new scratch registers
10453 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10457 minor improvements in the new release procedure
10459 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10461 * fvwm/stack.c (RaiseOrLowerWindow):
10462 (__restack_window):
10463 (mark_transient_subtree):
10464 (must_move_transients):
10465 (is_on_top_of_layer_ignore_rom):
10466 handle restacking trees of transient windows; still does not work too
10467 well if a window has multiple transients at the same time
10469 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10473 restored versions from before 9th of September
10474 (RaiseOrLowerWindow):
10475 fixed StackTransientParent style without RaiseTransient or
10476 LowerTransient on transient_for window
10477 StackTransientParent works only on window in the same layer
10478 (mark_transient_subtree):
10479 fixed handling of window group hint w/ iconify
10481 (RaiseOrLowerWindow):
10483 fixed flickering when overlapping transients aree lowered
10485 * fvwm/move_resize.c (__resize_window):
10486 * fvwm/colorset.c (add_to_junk):
10487 cleaned up event handling
10489 * fvwm/move_resize.c (__resize_window):
10490 renamed function and changed callers
10492 * fvwm/fvwm.h (F_PASS_ARGS):
10494 removed eventp command argument
10496 * fvwm/events.c (DispatchEvent):
10498 renamed function, added event argument and changed all callers
10500 * libs/FEvent.c (fev_fake_event):
10501 * libs/FEvent.c (fev_get_evtype__remove_me):
10504 * fvwm/menus.c (menuShortcuts):
10511 (__mloop_get_event_timeout_loop):
10512 (__mloop_get_event):
10513 (__mloop_do_popup):
10514 (__mloop_do_popup):
10516 * fvwm/builtins.c (CMD_FakeClick):
10517 * fvwm/functions.c (CheckActionType):
10519 * fvwm/focus.c (__try_program_focus):
10520 (__try_program_focus):
10521 * fvwm/icccm2.c (SetupICCCM2):
10522 * fvwm/virtual.c (HandlePaging):
10523 * fvwm/module_interface.c (make_vpacket):
10524 (make_new_vpacket):
10525 * fvwm/schedule.c (squeue_get_next_ms):
10526 (squeue_get_next_ms):
10528 * fvwm/stack.c (BroadcastRestack):
10529 * fvwm/move_resize.c (resize_window):
10531 * libs/FEvent.c (fev_get_evtime):
10532 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10534 * fvwm/events.c (HandleEnterNotify):
10538 (discard_window_events):
10539 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10542 * fvwm/menus.c (__mloop_get_event):
10543 * fvwm/virtual.c (HandlePaging):
10545 * fvwm/functions.c (DeferExecution):
10547 * fvwm/misc.c (get_server_time):
10548 * fvwm/builtins.c (CMD_StrokeFunc):
10549 * fvwm/menus.c (pop_menu_up):
10552 * libs/FEvent.c (fev_update_last_timestamp):
10553 removed StashEventTime function; handle this directly in FEvent.c
10555 * fvwm/module_interface.c (ExecuteModuleCommand):
10556 * fvwm/misc.c (Keyboard_shortcuts):
10557 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10558 * fvwm/events.c (handle_all_expose):
10562 don't use Event global anymore
10564 * fvwm/bindings.c (activate_binding):
10565 fixed key bindings on window corners
10567 * libs/fvwmlib.h (C_DECOR):
10568 context including all parts of the decorations
10570 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10573 fixed compilation warning in #endif comment
10576 removed debug fprintf
10582 another solution for reporting the cvs status
10584 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10586 * configure.in (LIBOBJS):
10587 * acinclude.m4 (smr_SWITCH):
10588 fix for autoconf 2.53
10591 removed unnecessary includes
10593 * fvwm/Makefile.am (fvwm_SOURCES):
10595 * fvwm/eventmasks.h:
10596 * fvwm/eventhandlers.h:
10597 new files split from events.h
10599 * fvwm/icccm2.c (HandleSelectionRequest):
10600 (HandleSelectionClear):
10601 * fvwm/colormaps.c (HandleColormapNotify):
10602 * fvwm/menus.c (menu_tear_off):
10603 * fvwm/move_resize.c (resize_window):
10606 new argument avh_args_t to the event handler functions; still unused
10607 moved all event handlers to events.c
10608 remove now unnecessary includes in some files
10610 * fvwm/icccm2.c (HandleSelectionRequest):
10614 use replacements for X event functions everywhere
10616 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10620 * fvwm/borders.c (border_flags_to_button_state):
10622 * fvwm/builtins.c (ReadTitleButton):
10623 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10624 * fvwm/fvwm.c (InitVariables):
10625 Imlemented new title and button states InactiveUp and InactiveDown,
10626 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10627 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10628 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10631 reformat license info in -version to be 3 lines and one empty line
10632 instead of 5 non-empty lines, for readability
10634 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10638 * libs/Makefile.am:
10641 * fvwm/stack.c (__raise_or_lower_recursion):
10642 (RaiseOrLowerWindow):
10643 split into two functions
10644 renamed to __raise_or_lower_window
10645 (mark_transient_subtree):
10646 new flag MARK_CLEAR
10647 (position_new_window_in_stack_ring):
10650 cleaned up stacking code
10652 * fvwm/menus.c (paint_menu):
10653 fixed a minor drawing problem with menu item reliefs
10655 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10657 * fvwm/move_resize.c (InteractiveMove):
10658 removed eventp from interface
10659 changed all callers
10661 * fvwm/menucmd.c (menu_func):
10662 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10663 * fvwm/windowlist.c (CMD_WindowList):
10664 * fvwm/read.c (run_command_file):
10665 (run_command_stream):
10666 * fvwm/focus.c (warp_to_fvwm_window):
10667 * libs/Event.c (GetSubwindowFromEvent):
10668 * fvwm/events.c (GetContext):
10669 * libs/Pointer.c (GetLocationFromEventOrQuery):
10670 * fvwm/builtins.c (CMD_StrokeFunc):
10672 * fvwm/events.c (StashEventTime):
10673 * fvwm/move_resize.c (InteractiveMove):
10674 * fvwm/functions.c (DeferExecution):
10675 (old_execute_function):
10676 * fvwm/fvwm.h (F_CMD_ARGS):
10678 make eventp argument const to ease clean up work
10680 * fvwm/windowlist.c (CMD_WindowList):
10681 * fvwm/move_resize.c (InteractiveMove):
10682 * fvwm/menucmd.c (menu_func):
10683 * fvwm/icons.c (CMD_Iconify):
10684 always query pointer position in case a script modified the position
10687 * fvwm/focus.c (SetPointerEventPosition):
10688 removed function since it modifies the global event variable
10690 * fvwm/functable.c (func_table):
10691 added cursor and event type members fo DeferExecution call
10692 * fvwm/functions.c (DeferExecution):
10693 made static, call from inside functions.c only
10694 removed calls everywhere
10696 * fvwm/builtins.c (CMD_StrokeFunc):
10699 * fvwm/virtual.c (HandlePaging):
10701 don't use global "Event" anymore
10703 pass in event structure through arguments
10704 changed all callers
10706 2002-09-02 olicha <olivier.chapuis@free.fr>
10708 * libs/Colorset.c (*):
10710 * libs/colorset.c (parse_colorset):
10711 * libs/PictureGraphics.c (PGrabXImage):
10712 (PCreateRenderPixmap):sx
10713 (PGraphicsCreateTransprency):
10714 * libs/PictureGraphics.h:
10715 An experimental implementation of ParentalRelative tinted background
10717 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10718 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10720 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10721 * libs/FRenderInit.c (FRenderInit):
10722 (FRenderGetAlphaDepth):
10723 * libs/FRenderInit.h:
10724 Fixed alpha blending for xserver without depth 8 pixmap
10730 2002-09-01 olicha <olivier.chapuis@free.fr>
10733 Colorset and alpha blending news
10735 2002-08-31 olicha <olivier.chapuis@free.fr>
10737 * libs/Ficonv.c (convert_charsets):
10738 Fixed compilation on systems that do not have EILSEQ
10740 2002-08-30 olicha <olivier.chapuis@free.fr>
10742 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10743 Fixed compilation of certain modules
10745 * fvwm/borders.c (border_render_into_pixmap):
10746 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10747 * libs/PictureGraphics.h:
10748 * libs/Graphics.c (CreateStretchPixmap):
10749 (CreateStretchYPixmap):
10750 (CreateStretchXPixmap):
10751 Progress with masks in multipixmap title
10753 * libs/PictureGraphics.c (PCopyArea):
10755 (PCreateRenderPixmap):
10756 * fvwm/borders.c (border_fill_pixmap_background):
10759 * fvwm/icons.c (DrawIconWindow):
10760 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10761 Fixed the shape mask of ewmh icons and icons with some alpha
10763 2002-08-30 olicha <olivier.chapuis@free.fr>
10765 * libs/PictureGraphics.c (PCreateRenderPixmap):
10766 (PGrabImageErrorHandler):
10767 (PGraphicsCopyPixmaps):
10768 (PGraphicsCopyFvwmPicture):
10769 (PGraphicsTileRectangle):
10770 (PGraphicsRenderPixmaps):
10771 (PGraphicsRenderPicture):
10772 * libs/PictureGraphics.h:
10773 * libs/PictureBase.h:
10774 Replaced PGraphicsTileRectangle with a more powerful function,
10775 PCreateRenderPixmap, which performs *full* XRender simulation.
10776 So alpha blending is now supported even without Xrender support.
10777 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10778 for direct rendering with tint and alpha channel.
10780 * libs/FRender.c (FRenderVisualInit):
10782 (FRenderTintRectangle):
10784 * libs/FRenderInterface.h:
10785 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10786 and more powerfull function FRenderRender
10788 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10790 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10791 Load the alpha even without Xrender support
10794 * fvwm/colorset.c (parse_pixmap_tint):
10797 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10798 or obsolete TintMask) also tints gradients and the tint is applied
10799 only to the pixmap not the bg color. The average bg is computed from
10800 the "original" pixmap and not the tinted one, bgTint should be used
10801 to get a real average bg in the case the pixmap is tinted
10803 * fvwm/icons.c (DrawIconWindow):
10804 (CreateIconWindow):
10805 * fvwm/menuitem.c (menuitem_paint):
10806 * fvwm/menus.c (paint_side_pic):
10807 * fvwm/borders.c (border_get_border_background):
10808 (border_draw_decor_to_pixmap):
10809 (border_fill_pixmap_background):
10810 * fvwm/events.c (HandlePropertyNotify):
10811 Picture rendering use the new PGraphicsRenderPixmaps and
10812 PGraphicsRenderPicture libs functions. Respect new colorset options
10814 * fvwm/colorset.c (parse_colorset):
10816 (CMD_ReadWriteColors):
10818 Removed the read write colorset codes
10820 * libs/Graphics.c (CalculateGradientDimensions):
10821 Fixed the size of dithered H and V gradients
10823 * libs/PictureUtils.c (*):
10824 * libs/PictureUtils.h:
10827 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10829 * fvwm/menus.c (paint_menu_gradient_background):
10830 fixed drawing of SidePic menu background when not using SideColor
10833 * FvwmIconBox/icons.c:
10836 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10838 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10840 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10843 fixed --disable-ewmh
10847 added const to some prototypes
10849 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10851 * fvwm/menus.c (MenuInteraction):
10853 renamed MenuInteraction to __menu_loop
10855 * fvwm/menus.c (pop_menu_up):
10858 removed pdo_warp_to_title argument of pop_menu_up and changed all
10859 callers; logic is now in last_saved_position_hints
10860 (__menu_get_next_event_timeout_loop):
10861 began to split MenuInteraction into several sub functions
10862 go away, evil "goto"!
10864 * fvwm/style.c (style_parse_one_style_option):
10865 all boolean styles - and *only* boolean styles, can be prefixed with a
10866 '!' to invert their meaning
10867 (style_parse_button_style):
10868 moved Button and NoButton styles to separate function
10872 updated for 2.5.4-devel
10881 * fvwm/menuitem.h (struct):
10882 * fvwm/menus.c (paint_menu_gradient_background):
10883 (paint_menu_pixmap_background):
10885 (clear_expose_menu_area):
10886 fixed TiledPixmap menu background drawing bug
10887 sorted function in file and removed forward declarations
10889 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10891 * fvwm/Makefile.am (LDADD):
10892 put -lfvwm at front of library list
10894 * fvwm/windowlist.c (CMD_WindowList):
10895 print window's page instead of current page in windowlist
10897 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10899 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10900 Fix for Experimental RaiseOverUnmanaged Handling.
10902 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10906 New defs for Experimental RaiseOverUnmanaged Handling.
10908 * fvwm/events.c (HandleEnterNotify):
10910 (set_focus_to_fwin)
10911 (focus_query_grab_buttons)
10912 (_focus_grab_buttons)
10913 (focus_grab_buttons)
10914 (focus_grab_buttons_client_entered)
10916 (__activate_window_by_command)
10917 (_ReturnFocusWindow)
10919 (_ForceDeleteFocus)
10921 (raise_over_unmanaged)
10922 (is_above_unmanaged)
10923 (_is_on_top_of_layer)
10924 (is_on_top_of_layer)
10925 (is_on_top_of_layer_and_above_unmanaged)
10926 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10927 interaction of RaiseOverUnmanaged with various focus policies,
10928 particularly mouse focus + client click raises; issue mouse
10929 button grabs when and only when they are actually needed; and
10930 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10931 (Thanks to the GFPR, this is much more straightforward to do!)
10933 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10936 added a paragraph about scripting and complex functions.
10938 * fvwm/style.c (style_parse_one_style_option):
10939 fixed flag_mask and change_mask of TitleAt... styles that broke left
10942 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10945 describe new focus policy styles
10947 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10949 * fvwm/style.c (merge_styles):
10950 fixed applying style updates immediately
10952 * fvwm/geometry.c (constrain_size):
10953 fixed font resizing of maximized windows
10955 * fvwm/window_flags.h:
10956 * fvwm/fvwm.h (has_new_wm_normal_hints):
10959 * fvwm/events.c (HandleEnterNotify):
10960 fixed UngrabNotify returning focus to just unfocused window
10964 * fvwm/style.c (merge_styles):
10966 (__simplify_style_list):
10967 fixed default style calculations
10969 * fvwm/events.c (HandleConfigureRequest):
10970 disabled debug output
10972 * fvwm/style.c (merge_styles):
10973 * fvwm/fvwm.h (window_style):
10974 new style member default_mask to allow two levels of defaults;
10975 fixes focus policy defaults
10977 rewrote many of the macros; changed all callers
10979 * fvwm/borders.c (RenderIntoPixmap):
10980 (DrawMultiPixmapTitlebar):
10981 (border_render_into_pixmap):
10982 (border_draw_multi_pixmap_titlebar):
10983 applied Suzanne Skinner's multi pixmap titles fix
10984 renamed functions and changed all callers
10986 * libs/FScreen.c (FScreenGetScrRect):
10989 new utility functions
10991 * fvwm/windowlist.c (CMD_WindowList):
10992 new option MaxLabelWidth for the WIndowList command based on patch by
10994 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10995 WindowList command.
10997 * fvwm/events.c (HandleConfigureRequest):
10998 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10999 seems to work without problems
11001 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11003 * fvwm/style.c (merge_styles):
11004 fixed style defaults getting stuck to on once set
11007 fixed a number of non portable uses of the "test" command and unified
11008 the used syntax of all calls to reduce chance of copy-and-paste
11011 2002-08-17 Mikhael Goikhman <migo@homemail.com>
11015 minor typos and improvements;
11016 better string quotings and detection of fribidi for autoconf-2.53
11018 * fvwm/Makefile.am:
11019 don't include *.in in EXTRA_DIST, they are auto-included
11021 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11023 * fvwm/events.c (HandleConfigureRequest):
11024 (HandlePropertyNotify):
11025 (is_resizing_event_pending):
11026 fixed uninitialised return code of test_resizing_event
11028 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11030 * fvwm/decorations.c (SelectDecor):
11032 * fvwm/window_flags.h:
11034 moved common.s.has_no_border window flag to common.has_no_border to
11035 fix windows getting stuck without a border once the HandleWidth or
11036 BorderWidth was set to 0 and then increased again
11039 removed reference to BUGS and TODO
11042 moved a lot of constant definitions to configure.in; the fvwm.lsm and
11043 fvwm.1 files don't have to be updated for a release anymore; the release
11044 number and date are set by configure
11046 * fvwm/fvwm.c (setVersionInfo):
11047 fixed output of "fvwm -version"
11049 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11051 * fvwm/style.c (style_parse_one_style_option):
11052 Old focus styles override less of the behaviour specified with the
11053 FP... styles; use defaults instead without setting the mask
11054 (style_parse_one_style_option):
11055 removed the styles MouseFocusClickIgnoreMotion and
11056 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11058 (style_parse_one_style_option):
11059 ClickToFocusRaises now works only on the client window, not on the
11061 (style_parse_one_style_option):
11062 fixed FocusFollowsMouse style
11063 (style_set_old_focus_policy):
11064 moved old default focus settings to a separate function, simplified code
11066 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11068 * fvwm/fvwm.1: Add hot-spot is an offset information,
11069 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11072 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11074 * fvwm/style.c (style_parse_focus_policy_style):
11075 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11077 * libs/Makefile.am:
11078 added missing files
11080 * fvwm/events.c (HandleConfigureRequest):
11081 fixed ConfigureRequest race condition
11083 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11086 quote environment variables
11088 2002-08-13 olicha <olivier.chapuis@free.fr>
11091 Color limit and dithering news
11094 Added a minimal doc for the -color-limit option
11096 * fvwm/builtins.c (CMD_ColorLimit):
11097 ColorLimit is obsolete
11099 * fvwm/builtins.c (ReadDecorFace):
11100 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11101 (PictureAllocColorAllProp):
11102 Implemented dithering for depth 16 and 15. This is off by default
11103 in colorset (use the dither colorset option) and on by default
11104 for window title gradient. Gradient are visibly more smooth.
11106 * libs/PictureUtils.c (*):
11109 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11112 corrected the pixmap cursor description, added an example
11114 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11116 * fvwm/menus.c (select_menu_item):
11117 (paint_menu_gradient_background):
11118 fixed a redrawing problem with H/Vgradient menu faces
11120 fixed a minor problem w/ entering submenus via keyboard
11122 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11124 * fvwm/move_resize.c (CMD_ResizeMove):
11127 (CMD_ResizeMaximize):
11128 (CMD_ResizeMoveMaximize):
11129 commands can be used on iconified windows again
11133 moved pre-2.2 NEWS to ONEWS
11136 * libs/safemalloc.c:
11142 * fvwm/menustyle.c:
11149 let config.h include strinh.h or strings.h
11151 * fvwm/style.c (style_parse_one_style_option):
11152 (style_parse_one_style_option):
11153 fixed icon box crash
11155 * fvwm/bindings.c (update_nr_buttons):
11156 fixed extra buttons on window decorations
11158 * fvwm/style.c (style_parse_one_style_option):
11159 fixed parsing of the FP... and !FP... styles
11161 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11163 * fvwm/style.c (style_parse_one_style_option):
11164 Fixed a typo so that ClickToFocusRaisesOff actually turns
11165 the option off instead of on.
11167 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11169 * fvwm/focus.c (focus_grab_buttons):
11170 only grab necessary buttons on the client window
11172 2002-08-11 olicha <olivier.chapuis@free.fr>
11174 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11175 Removed some debug code
11177 * fvwm/fvwm.c (main):
11179 Added -color-limit to fvwm usage
11181 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11183 * fvwm/style.c (style_parse_one_style_option):
11184 (style_parse_focus_policy_style):
11185 added style options "FP..." to control focus policy
11186 removed OverrideGrabFocus and AllowGrabFocus styles
11188 * fvwm/style.c (merge_styles):
11189 fixed style defaults != 0
11191 * fvwm/focus.c (__restore_focus_after_unmap):
11192 fixed a bug w/ reverting the focus from transients to the parent
11194 * fvwm/ewmh.c (ewmh_HandleDesktop):
11195 * fvwm/style.c (style_parse_one_style_option):
11196 fixed defaults for various focus styles
11201 * fvwm/frame.c (frame_mrs_resize_move_windows):
11202 backed out anti-flicker patch that slowed down command processing
11204 * fvwm/bindings.c (update_nr_buttons):
11206 fixed sluggish processing of mouse bindings
11208 * fvwm/events.c (__handle_bpress_action):
11209 fixed drawing of pressed decorations w/o bindings
11211 * fvwm/frame.c (frame_move_resize):
11212 removed debug code that broke focus handling
11214 * fvwm/style.c (style_parse_one_style_option):
11215 fixed passing the focus click to the app by default
11217 * fvwm/events.c (__handle_click_to_focus):
11218 * fvwm/focus.c (set_focus_to_fwin):
11219 (__set_focus_to_fwin):
11220 removed drawing code that broke as many places as it fixed; plus it
11221 cause unnecessary redraws
11223 * fvwm/events.c (HandleConfigureRequest):
11224 send a synthetical ConfigureNotify if an application is not granted its
11225 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11226 and FixedPSize to work properly; also to be ICCCM compliant
11227 always force border_width 0 in these events
11228 in the experimental cr merging code, send a number of cn events equal
11229 to the number of merged events
11235 * fvwm/style.c (style_parse_focus_policy_style):
11236 (style_parse_icon_size_style):
11237 (style_parse_icon_box_style):
11238 (style_parse_icon_grid_style):
11239 (style_parse_icon_fill_style):
11240 (style_parse_one_style_option):
11241 (parse_and_set_window_style):
11242 split into separate functions
11243 (style_parse_one_style_option):
11244 simplified and cleaned up
11247 * fvwm/decorations.c:
11250 * fvwm/conditional.h:
11251 * fvwm/conditional.c:
11255 * fvwm/colormaps.c:
11258 reformatted and cleaned up
11260 2002-08-11 olicha <olivier.chapuis@free.fr>
11262 * libs/PictureUtils.c (*):
11263 * libs/PictureUtils.h:
11264 * libs/PictureDitherMatrice.h (new file):
11265 * libs/PictureImageLoader.c (*):
11266 * libs/PictureImageLoader.h:
11267 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11268 (PCreateDitherPixmap):
11269 (PCreateTintedPixmap):
11270 * libs/PictureGraphics.h:
11271 * libs/PictureBase.c (PictureInitCMap):
11272 * libs/PictureBase.h:
11273 * libs/Picture.c (*):
11276 * libs/Colorset.c (DumpColorset):
11279 * libs/Graphics.c (all gradient functions):
11282 * fvwm/move_resize.c (CMD_XorPixmap):
11283 * fvwm/colors.c (FreeColors):
11284 * fvwm/builtins.c (CMD_DefaultColors):
11285 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11286 * fvwm/builtins.c (FreeDecorFace):
11288 * fvwm/menus.c (pop_menu_down):
11289 (paint_menu_gradient_background):
11292 * fvwm/menustyle.c (menustyle_free_face):
11293 (menustyle_parse_face):
11295 (menustyle_update):
11296 (menustyle_parse_style):
11297 (CMD_CopyMenuStyle):
11298 * fvwm/menustyle.h:
11299 * fvwm/icons.c (GetIconFromFile):
11300 * fvwm/builtins.c (ReadMultiPixmapDecor):
11302 * fvwm/borders.c (border_draw_decor_to_pixmap):
11303 * fvwm/add_window.c (setup_mini_icon):
11304 * fvwm/fvwm.c (main):
11305 * fvwm/colorset.c (free_colorset_background):
11309 New color limit method and implement dithering in depth <= 8.
11310 Added a "fvwm picture attributes" structure for loading image.
11311 Some colors leaks fix. Add some (weak) color leaks. New option
11312 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11315 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11317 * libs/Flocale.c (FlocaleRotateDrawString):
11320 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11322 * fvwm/style.c (parse_and_set_window_style):
11323 fixed the default for passing the click-to-raise click for mousey
11326 * fvwm/events.c (__handle_click_to_focus):
11327 removed redundant code
11328 (WaitForButtonsUp):
11329 fixed sluggish motion event handling when waiting for buttons to be
11332 * fvwm/focus.c (__set_focus_to_fwin):
11333 (set_focus_to_fwin):
11334 fixed redrawing the border w/ mousey focus when the window was entered,
11335 then the border was clicked before the FocusIn event arrived
11337 * fvwm/events.c (__handle_bpress_on_managed):
11338 * fvwm/style.c (parse_and_set_window_style):
11339 fixed some small focus problems
11342 reformatted and cleaned up
11347 * fvwm/focus.c (focus_query_click_to_raise):
11348 (focus_query_click_to_focus):
11349 * fvwm/style.c (parse_and_set_window_style):
11350 * fvwm/events.c (__test_for_motion):
11351 (__check_click_to_focus_or_raise):
11352 (__handle_focus_raise_click):
11353 (__is_bpress_window_handled):
11354 (__handle_click_to_focus):
11355 (__handle_click_to_raise):
11356 (__handle_bpress_stroke):
11357 (__handle_bpress_action):
11358 (__handle_bpress_on_root):
11359 (__handle_bpress_on_unmanaged):
11360 (__handle_bpress_on_managed):
11361 (HandleButtonPress):
11362 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11363 of the new focus code; only the parsing for the new styles is missing
11365 * fvwm/virtual.c (is_pan_frame):
11368 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11370 * fvwm/add_window.c (AddWindow):
11371 fixed compile error
11373 * fvwm/events.c (__handle_focus_raise_click):
11374 (HandleButtonPress):
11377 * fvwm/events.c (__handle_focus_raise_click):
11378 * fvwm/fvwm.h (struct):
11379 * fvwm/style.c (check_window_style_change):
11380 (parse_and_set_window_style):
11381 * fvwm/session.c (MatchWinToSM):
11382 * fvwm/window_flags.h:
11383 eliminated parts of the old focus code
11385 * fvwm/focus.c (__set_focus_to_fwin):
11386 (set_focus_to_fwin):
11387 * fvwm/fvwm.c (InitVariables):
11388 * fvwm/add_window.c (destroy_window):
11389 * fvwm/events.c (__handle_focus_raise_click):
11390 * fvwm/screen.h (ScreenInfo):
11391 eliminated Scr.Ungrabbed global
11393 * fvwm/update.c (apply_window_updates):
11394 (flush_window_updates):
11395 * fvwm/icons.c (DeIconify):
11397 * fvwm/move_resize.c (CMD_Maximize):
11400 * fvwm/frame.c (frame_free_move_resize_args):
11401 (__frame_setup_window):
11402 * fvwm/virtual.c (do_move_window_to_desk):
11403 (CMD_GotoDeskAndPage):
11406 * fvwm/stack.c (LowerWindow):
11407 * fvwm/events.c (HandleMapNotify):
11408 (HandleVisibilityNotify):
11411 (__handle_focus_raise_click):
11412 (HandleEnterNotify):
11413 (HandleMapRequestKeepRaised):
11414 * fvwm/add_window.c (setup_key_and_button_grabs):
11415 (setup_focus_policy):
11417 * fvwm/focus.c (__try_other_screen_focus):
11418 (__set_focus_to_fwin):
11419 (set_focus_to_fwin):
11420 (focus_grab_buttons_on_pointer_window):
11421 (focus_grab_buttons_on_layer):
11422 (focus_grab_buttons_new):
11423 cleaned up focus grab handling.
11425 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11428 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11430 * fvwm/add_window.c (setup_window_structure):
11432 discarded unused return code
11434 * fvwm/focus.c (focus_grab_buttons):
11435 split into two fucntions and fixed a bug with ungrabbing buttons
11437 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11438 * fvwm/style.c (parse_and_set_window_style):
11439 * fvwm/icons.c (DeIconify):
11441 * fvwm/events.c (HandleButtonPress):
11442 (HandleEnterNotify):
11443 (HandleLeaveNotify):
11445 (HandleMapRequestKeepRaised):
11446 * fvwm/add_window.c (CaptureAllWindows):
11447 * fvwm/virtual.c (UnmapDesk):
11449 (do_move_window_to_desk):
11450 * fvwm/update.c (flush_window_updates):
11451 * fvwm/focus.c (set_focus_model):
11453 (__restore_focus_after_unmap):
11454 much more GFPR work; these patches may break lots of things
11456 * fvwm/focus.c (set_focus_to_fwin):
11457 (__activate_window_by_command):
11459 (ReturnFocusWindow):
11461 (ForceDeleteFocus):
11462 renamed MoveFocus to set_focus_to_fwin
11464 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11466 * libs/Fft.c (FftDrawString):
11467 removed redudant and buggy code that called DrawStringFunc before
11468 this pointer gets initialized
11470 * fvwm/focus.c (focus_query_click_to_raise):
11471 fixed possibly-uninitialized variable warning
11473 * fvwm/Makefile.am:
11474 specify stroke includes before Xft includes, may improve some cases
11476 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11479 fixed sys/time.h detection
11481 * fvwm/events.c (HandleMappingNotify):
11482 * libs/Bindings.c (AddBinding):
11483 added MappingNotify event handler
11485 * fvwm/events.c (HandleMapRequest):
11488 * fvwm/events.c (InitEventHandlerJumpTable):
11489 another attempt at handling "unknown" modifiers in key bindings
11491 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11493 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11494 * fvwm/add_window.c (destroy_window):
11495 * fvwm/focus.c (focus_grab_buttons):
11498 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11500 * fvwm/focus.c (focus_force_refresh_focus):
11501 * fvwm/events.c (HandleEnterNotify):
11502 (HandlePropertyNotify):
11503 (HandleButtonPress):
11504 * fvwm/icons.c (DeIconify):
11505 * fvwm/virtual.c (MapDesk):
11506 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11507 * fvwm/update.c (apply_window_updates):
11508 * fvwm/module_interface.c:
11509 * fvwm/conditional.c (MatchesConditionMask):
11512 * fvwm/icons.c (Iconify):
11513 removed "#if 0"ed code
11515 * fvwm/module_interface.c:
11516 disabled the old ConfigureWindow module interface
11519 * libs/fvwmsignal.h:
11521 * fvwm/ewmh_intern.h:
11523 * fvwm/module_interface.c:
11528 new file to encapsulate time.h and sys/time.h inclusion
11532 (mark_transient_subtree):
11533 (__mark_group_member):
11534 cleaned up and split into two functions
11536 * fvwm/focus.c (CMD_Focus):
11538 * fvwm/icons.c (DeIconify):
11541 (__activate_window_by_command):
11544 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11545 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11546 * fvwm/style.c (parse_and_set_window_style):
11547 (parse_and_set_window_style):
11548 began implementing new focus control styles
11550 * fvwm/focus.c (DoSetFocus):
11551 (__restore_focus_after_unmap):
11556 (__set_focus_to_fwin):
11559 * fvwm/conditional.c (MatchesConditionMask):
11560 * fvwm/focus.c (focus_query_open_grab_focus):
11561 (focus_query_close_restore_focus):
11562 (focus_does_accept_input_focus):
11564 * fvwm/events.c (HandleUnmapNotify):
11565 (HandleEnterNotify):
11567 (HandleMapRequestKeepRaised):
11568 renamed some functions
11571 * fvwm/focus_policy.c:
11572 * fvwm/focus_policy.h:
11573 prepared some future focus policy flags
11576 enable error message when png or xpm test compilation fails
11579 * fvwm/window_flags.h:
11580 * fvwm/ewmh.c (ewmh_HandleDesktop):
11581 * fvwm/style.c (parse_and_set_window_style):
11582 (check_window_style_change):
11583 * fvwm/events.c (HandleButtonPress):
11584 (HandleVisibilityNotify):
11585 began GFPR migration of *raises* focus policy flags
11587 * fvwm/focus.c (focus_is_focusd):
11590 * libs/Bindings.c (AddBinding):
11591 fixed handling of "unknown" modifiers in key bindings
11593 * fvwm/focus.c (focus_grab_buttons):
11594 (focus_query_grab_buttons):
11595 moved focus policy code into separate function
11597 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11602 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11604 * fvwm/style.c (parse_and_set_window_style):
11605 * fvwm/focus.c (focus_query_grab_focus):
11606 * fvwm/events.c (HandleMapNotify):
11607 (HandlePropertyNotify):
11608 * fvwm/focus_policy.c (fpol_init_default_fp):
11610 new styles OverrideGrabFocus and AllowGrabFocus
11611 cleaned up focus grabbing code and moved to focus.c
11613 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11615 * fvwm/focus.c (CMD_WarpToWindow):
11616 fixed negative arguments for unmanaged windows
11618 * fvwm/conditional.c (CMD_Direction):
11619 use PeekToken instead of GetNextToken
11621 new direction "center"
11623 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11625 * fvwm/events.c (addkbsubinstoarray):
11626 disabled experimental pointer warping code
11629 removed menu crash debug code
11631 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11634 added tons of crash debug code
11636 * fvwm/add_window.c:
11637 made a lot of internal functions static
11639 * fvwm/add_window.c (setup_button_windows):
11640 (destroy_title_window):
11641 (destroy_button_windows):
11642 (destroy_resize_handle_windows):
11643 (destroy_auxiliary_windows):
11646 * fvwm/icons.c (CreateIconWindow):
11647 safety patches w/ XDeleteContext
11649 * fvwm/menus.c (DestroyMenu):
11650 fixed a crash w/ accessing already deleted menus
11652 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11654 * fvwm/menus.c (get_menu_options):
11655 fixed menu context rectangle "icon" if the icon was not just a pixmap
11657 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11659 * fvwm/events.c (HandleMapNotify):
11660 (HandleMapRequestKeepRaised):
11661 (HandleUnmapNotify):
11662 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11663 * fvwm/ewmh.c (ewmh_HandleDesktop):
11664 * fvwm/style.c (parse_and_set_window_style):
11665 removed old do_grab_focus_when_created and *_when_transient_* flags
11667 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11669 * fvwm/conditional.c (MatchesConditionMask):
11670 * fvwm/focus.c (DoSetFocus):
11671 * fvwm/session.c (MatchWinToSM):
11672 * fvwm/module_interface.c (SETOLDFLAGS):
11673 removed old is_lenient flag
11676 * fvwm/style.c (__simplify_style_list):
11677 (simplify_style_list):
11680 * fvwm/window_flags.h:
11682 access macros for focus policy flags structures
11685 * fvwm/focus_policy.c:
11686 * fvwm/focus_policy.h:
11687 new files, begin great focus policy rewrite aka GFPR
11689 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11691 * fvwm/placement.c (PlaceWindow):
11692 Fixed interaction between CascadePlacement and StartsOnPage
11694 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11696 * libs/fvwmsignal.c (fvwmSelect):
11697 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11700 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11702 * fvwm/add_window.c (CaptureOneWindow):
11703 fixed a core dump w/ windows being destroyed during a recapture
11705 removed duplicate check if new windows still exist
11707 * fvwm/placement.c (CMD_PlaceAgain):
11708 * fvwm/move_resize.c (move_window_doit):
11710 * fvwm/virtual.c (MapDesk):
11712 (do_move_window_to_desk):
11713 * fvwm/icons.c (AutoPlaceIcon):
11714 (ChangeIconPixmap):
11716 some cleanup in movement code
11717 new option "Icon" to PlaceAgain command
11718 adapted documentation accordingly
11720 * fvwm/move_resize.c (move_window_doit):
11724 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11726 * libs/Flocale.c (FlocaleRotateDrawString):
11727 create gcs only once
11730 removed some references to Recapture
11731 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11732 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11734 * libs/gravity.c (gravity_parse_multi_dir_argument):
11735 fixed "all" multidir selecting "center" too
11737 * libs/Fft.c (FftDrawString):
11738 * libs/Flocale.c (FlocaleRotateDrawString):
11739 (FlocaleFontStructDrawString):
11740 (FlocaleDrawString):
11741 fixed some text placement bugs w/ shadow text
11742 (FlocaleGetShadowTextPosition):
11743 implemented "center" shadows
11745 2002-07-20 olicha <olivier.chapuis@free.fr>
11747 * libs/Flocale.c (FlocaleRotateDrawString):
11748 Removed some static declarations
11750 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11752 * libs/gravity.c (gravity_multi_dir_to_dir):
11753 * libs/gravity.h (enum):
11754 new function, cleaned up
11756 * fvwm/fvwm.h (FvwmWindow):
11760 moved text_rotation_type to gravity.h and renamed to rotation_type
11763 fixed several bugs in the access macros
11766 removed unused static FlocaleSeted
11767 (FlocaleFontStructDrawString):
11768 simplified function
11770 * fvwm/virtual.c (CMD_EdgeCommand):
11771 * fvwm/windowshade.c (CMD_WindowShade):
11772 * fvwm/conditional.c (CMD_Direction):
11773 adapted to changes in ParseDirectionArgument
11776 * libs/gravity.c (ParseDirectionArgument):
11777 new direction "Center"
11779 * fvwm/virtual.c (CMD_EdgeCommand):
11782 2002-07-18 olicha <olivier.chapuis@free.fr>
11784 * libs/PictureUtils.c (PictureRGBtoPixel):
11786 Fixed(??) color allocation for some visuals
11788 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11790 * libs/Flocale.c (FlocaleFontStructDrawString):
11791 a little code cleanup
11793 * fvwm/events.c (HandleEnterNotify):
11795 anothe click+drag fix
11797 * libs/Pointer.c (GetLocationFromEventOrQuery):
11798 * fvwm/focus.c (SetPointerEventPosition):
11799 * fvwm/functions.c (CheckActionType):
11800 * fvwm/builtins.c (CMD_StrokeFunc):
11801 * fvwm/move_resize.c (moveLoop):
11803 fixed some bugs w/ pointer on wrong screen
11805 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11807 * fvwm/events.c (HandleLeaveNotify):
11808 fixed problem w/ click+drag and mousey focus
11810 * fvwm/menus.c (size_menu_horizontally):
11811 fixed menu style SubmenusLeft w/ icons in menu items
11813 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11815 * fvwm/menuitem.c (menuitem_paint):
11817 * fvwm/menus.c (paint_menu_gradient_background):
11818 (get_menu_paint_item_parameters):
11819 removed circular dependency of menus.c and menuitem.c by using callback
11822 2002-07-17 olicha <olivier.chapuis@free.fr>
11827 * fvwm/fvwm.c (InitVariables):
11829 * fvwm/colorset.c (parse_colorset):
11831 (CMD_ReadWriteColors):
11832 * fvwm/builtins.c (CMD_ColorLimit):
11833 * libs/PictureUtils.h:
11834 * libs/PictureUtils.c (PictureReduceColor):
11835 (PictureReduceRGBColor):
11836 (PictureRGBtoPixel):
11837 (PictureAllocColor):
11838 (PictureFreeColors):
11839 (PictureGetNextColor):
11840 (colors_alloc_fail):
11844 (PictureAllocColorTable):
11845 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11846 (PImageXpmFreeColor):
11848 * libs/PictureBase.c (PictureInitCMap):
11849 * libs/Graphics.c (AllocLinearGradient):
11850 * libs/ColorUtils.c (GetShadow):
11856 (fvwmlib_clone_color):
11857 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11858 Implemented a new color limit method
11860 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11862 * fvwm/move_resize.c (moveLoop):
11863 fixed problem moving the pointer off screen while moving a window
11864 (AnimatedMoveAnyWindow):
11865 fixed pointer warping w/ multiple screens and animated window motion
11867 2002-07-12 olicha <olivier.chapuis@free.fr>
11869 * fvwm/menus.c (get_menu_paint_item_parameters):
11870 (paint_menu_gradient_background):
11871 * fvwm/menuitem.c (menuitem_paint):
11874 Fixed B/DGradient with Xft fonts
11877 * libs/ColorUtils.c (GetTintedColor):
11879 * fvwm/colorset.c (parse_simple_tint):
11882 Implemented fgTint colorset option
11884 * libs/PictureImageLoader.c:
11885 * libs/PictureUtils.c:
11886 * libs/PictureUtils.h:
11887 * libs/Makefile.am:
11888 Moved color limitation and some rgb to pixel functions from
11889 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11891 * fvwm/colorset.c (parse_colorset):
11892 * libs/PictureGraphics.c (PCreateTintedPixmap):
11893 (PGraphicsTintRectangle):
11894 Implemented tinting for X server without Xrender support and
11895 did color limitation when tinting
11898 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11900 * fvwm/events.c (WaitForButtonsUp):
11901 fixed handling of button release events
11903 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11905 * fvwm/menus.c (MenuInteraction):
11906 fixed core dump w/ dynamic popdown action destroying a menu
11907 (paint_menu_gradient_background):
11908 fixed hang and/or incorrect drawing of b and d gradients in menus
11910 * fvwm/events.c (HandleEnterNotify):
11911 (HandleLeaveNotify):
11912 improved LEAVE_WINDOW/ENTER_WINDOW handling
11914 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11916 * libs/Colorset.c (SetWindowBackground):
11917 (SetWindowBackgroundWithOffset):
11919 implemented new functions to allow pixmap backgrounds with an offset
11921 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11923 * fvwm/events.c (HandleMapRequestKeepRaised):
11924 send Map/UnmapNotify before iconyfying, not after
11926 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11928 * fvwm/events.c (HandleMapRequestKeepRaised):
11929 fake a MapNotify and then an UnmapNotify when a window is created iconic
11931 * fvwm/add_window.c (AddWindow):
11932 workaround for buggy TK menu positioning
11934 * fvwm/module_interface.c (FlushMessageQueue):
11937 tried to fix module communication deadlock w/ sync mask and a full write
11944 2002-07-06 olicha <olivier.chapuis@free.fr>
11946 * libs/Flocale.c (FlocaleGetFontSet):
11947 Removed some unwanted code
11949 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11951 * fvwm/events.c (HandleLeaveNotify):
11952 (HandleEnterNotify):
11953 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11955 * fvwm/events.c (CMD_XSync):
11956 very experimental patch to cycle through subwindows accepting keyboard
11957 input; call Xsync command repeatedly to test; crashes fvwm if more than
11958 1000 subwindows are used;
11960 * fvwm/focus.c (CMD_WarpToWindow):
11961 fixed a bug in warpttowindow command with subwindows of unmanaged
11964 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11966 * fvwm/events.c (HandlePropertyNotify):
11968 handle changes in the size_inc and base_size hints during opaque
11971 * fvwm/events.c (HandleButtonPress):
11972 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11973 until the button is released again; this restores the old behaviour
11974 from 2.3.23 and before with click+drag and rxvt/aterm
11976 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11978 * fvwm/update.c (apply_window_updates):
11979 fixed applying neverfocus to currently focused window; decorations
11980 partially drawn hilighted
11982 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11984 * fvwm/menucmd.c (menu_func):
11985 another module/menu/context window fix
11986 do not use global Fw anymore
11988 2002-07-05 olicha <olivier.chapuis@free.fr>
11990 * libs/Flocale.c (FlocaleStringToString2b):
11991 Fixed crash with big5-0 FontStruct
11993 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11995 * fvwm/menucmd.c (menu_func):
11996 fixed context window of menus invoked by a module
11998 fixed context menus on windows
12000 * libs/vpacket.h (ConfigWinPacket):
12001 * fvwm/module_interface.c (CONFIGARGSNEW):
12002 * fvwm/fvwm.h (FvwmWindow):
12003 fixed bugs in type conversions for transmitting certain information to
12006 * fvwm/functions.c (CheckActionType):
12007 fixed window selection problem w/ menus invoked from modules
12009 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12011 * fvwm/gnome.c (GNOME_HandlePropRequest):
12014 * fvwm/module_interface.c (ExecuteCommandQueue):
12015 fixed compile bug w/ --enable-debug-msgs
12017 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12019 * fvwm/events.c (HandleButtonPress):
12021 * fvwm/menus.c (MenuInteraction):
12023 * fvwm/windowlist.c (CMD_WindowList):
12024 * fvwm/menucmd.c (menu_func):
12025 * fvwm/module_interface.c (ExecuteModuleCommand):
12026 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12027 go away, evil globals! [removed the useless global variable
12030 * fvwm/events.c (HandleUnmapNotify):
12032 * fvwm/icons.c (Iconify):
12033 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12034 * fvwm/fvwm.h (struct):
12035 renamed is_deiconify_pending to is_iconify_pending
12038 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12040 * fvwm/menus.c (MenuInteraction):
12042 (menu_enter_tear_off_menu):
12044 * fvwm/events.c (HandleButtonPress):
12045 (HandleButtonRelease):
12048 * fvwm/menucmd.c (menu_func):
12050 * fvwm/module_interface.c (ExecuteModuleCommand):
12051 go away, evil globals! [removed the useless global variable "Context"]
12052 removed is_menu_from_frame_or_window_or_titlebar flag
12054 * fvwm/module_interface.c:
12055 * fvwm/windowlist.c:
12058 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12060 * fvwm/menuitem.c (menuitem_paint):
12061 fixed fg color of the inactive disabled menu item
12066 removed a mention of RedHat (I don't think it is correct),
12067 reworded a mention of fvwm95
12069 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12072 tabify only the leading spaces, untabify the middle of line
12074 2002-06-25 David Fries <dfries@mail.win.org>
12077 * fvwm/windowlist.c:
12078 Added code to sort based on the class name of a window for
12079 the WindowList function.
12081 2002-06-25 olicha <olivier.chapuis@free.fr>
12086 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12089 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12091 2002-06-24 Steve Talley <stephen.talley@sun.com>
12093 * fvwm/add_window.c:
12094 * fvwm/add_window.h:
12102 New Style option IconSize
12104 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12106 * NEWS, configure.in:
12107 changed version to 2.5.3
12109 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12112 removed C++ section
12115 * libs/FlocaleCharset.c:
12118 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12120 * fvwm/events.c (WaitForButtonsUp):
12121 use the wait cursot only after the 20th pass through the loop
12123 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12125 * fvwm/fvwm.1 (Examples): Language check.
12126 PipeRead as synchronous Exec.
12127 Better example for PipeRead.
12129 2002-06-21 olicha <olivier.chapuis@free.fr>
12133 Documented StringEncoding= in font name
12136 Removed --disable-compound-text doc
12138 2002-06-20 olicha <olivier.chapuis@free.fr>
12140 * libs/FBidi.h (FBidiConvert):
12141 Fixed compile if !HAVE_BIDI
12143 2002-06-19 olicha <olivier.chapuis@free.fr>
12145 * fvwm/fvwm.c (InitVariables):
12147 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12148 This fix a "null expression" at init in menustyle.c (menustyle_update)
12150 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12153 reworded supported feature listing, fixed the default xft detection
12155 added the "Supported Features" section
12157 2002-06-19 olicha <olivier.chapuis@free.fr>
12160 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12163 Removed --enable-mulibyte and --disable-compound-text config option
12164 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12167 Xft is on by default no
12169 * libs/FlocaleCharset.c (*):
12170 * libs/FlocaleCharset.h:
12171 * libs/Ficonv.c (*):
12173 * libs/Flocale.c (*):
12176 * libs/FftInterface.h:
12179 * fvwm/ewmh_names.c ():
12180 Some cleanup. Implemented StringEncoding= in font names. Fixed
12181 string encoding for xft fonts. Try to be more cleaver about defaults
12182 charsets. Improvement in the locale charset table.
12185 Some documentation cleanup regarding Xft
12187 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12189 * fvwm/functions.c (find_func_type):
12190 fixed bug i introduced w/ last commit
12192 * fvwm/fvwm.c (Done):
12194 * fvwm/functions.c (functions_is_complex_function):
12195 * fvwm/builtins.c (CMD_DestroyFunc):
12198 moved functions to functions.c
12201 * fvwm/functable.c:
12202 * fvwm/functable.h:
12203 * fvwm/functions.h:
12205 * fvwm/functions.c:
12206 moved some types and functions to other/new files
12208 * fvwm/functions.c:
12209 * fvwm/expand.c (expand_vars_extended):
12211 functions moved to new file
12213 * fvwm/functions.c:
12216 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12218 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12219 fixed colourmap focus problem
12222 tabified all files and removed all trailing spaces
12224 * fvwm/move_resize.c (move_window_doit):
12225 * fvwm/virtual.c (CMD_MoveToDesk):
12226 MoveToPage and MoveToDesk no longer unstick windows
12228 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12234 reworded some names of supported features
12236 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12238 * fvwm/update.c (apply_window_updates):
12239 * fvwm/session.c (MatchWinToSM):
12240 * fvwm/add_window.c (setup_window_structure):
12241 * fvwm/windowshade.c (CMD_WindowShade):
12242 * fvwm/window_flags.h:
12243 fixed a problem w/ shaded windows changind the title direction
12245 * fvwm/geometry.c (get_shaded_geometry):
12246 fixed shading window to 0 width or height
12248 * fvwm/add_window.c (AddWindow):
12249 fixed a memory leak and an initial window placement bug
12251 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12254 minor improvements in output, added bin/fvwm-perllib
12256 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12258 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12259 fixed copying PopupOffset values in CopyMenuStyle
12264 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12268 added CopyStringWithQuotes, not perfect, but works for now
12270 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12272 * fvwm/functions.h:
12274 * fvwm/functions.c (func_config):
12275 * libs/FScreen.c (FScreenConfigureSLSScreens):
12276 (FScreenConfigureModule):
12277 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12278 new command XineramaSLSScreens
12281 cleaned up Xinerama ifdefs
12283 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12286 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12288 2002-06-07 olicha <olivier.chapuis@free.fr>
12291 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12292 Some shadow text position fixes
12294 2002-06-06 olicha <olivier.chapuis@free.fr>
12296 * fvwm/update.c (apply_window_updates):
12297 Fixed the position of shaded windows after certain style update
12300 Fixed some options names
12302 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12304 * fvwm/module_interface.c (CMD_SendToModule):
12305 fixed SendToModule when the first parameter contains quotes
12307 2002-06-06 olicha <olivier.chapuis@free.fr>
12309 * fvwm/fvwm.c (main):
12310 * fvwm/ewmh.c (EWMH_Init):
12311 Init the EWMH before reading the config. Always setup the working
12314 2002-06-05 olicha <olivier.chapuis@free.fr>
12316 * fvwm/update.c (apply_window_updates):
12317 Fixed the position of a shaded window during a style update
12320 * libs/Flocale.c (FlocaleRotateDrawString):
12321 (FlocaleGetShadowTextPosition):
12322 Fixed side title text position if the font has no shadow
12325 * libs/Ficonv.c (FiconvInit):
12326 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12327 * libs/Flocale.c (FlocaleInit):
12328 (FlocaleRotateDrawString):
12329 (FlocaleGetFontSet):
12330 (FlocaleGetFontOrFontSet):
12332 (FlocaleDrawString):
12333 (FlocaleTextWidth):
12334 (FlocaleFreeNameProperty):
12335 (FlocaleGetNameProperty):
12336 (FlocaleTextListToTextProperty):
12337 Finish to remove the multibyte patch. This gives a more clean code
12338 and can only prevent bugs
12340 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12342 * fvwm/placement.c (PlaceWindow):
12343 fixed CascadePlacement with huge windows (xterm -g 240x100),
12344 that were aligned to bottom-right instead of top-left;
12345 small adjustments (removed border_width from calculations,
12346 don't place normal windows at 0, commented out some strange code)
12348 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12351 document CascadePlacement and FvwmIconMan improvements
12356 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12358 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12359 * fvwm/fvwm.c (InitVariables):
12360 * fvwm/placement.c (PlaceWindow):
12361 * fvwm/screen.h (struct ScreenInfo):
12362 improved *CascadePlacement, if the last placed window does not exist
12363 any more, reuse the last used position instead of adding a new cascade
12365 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12367 * fvwm/events.c (HandleEnterNotify):
12368 * fvwm/fvwm.c (InitVariables):
12370 Fixed colormap handling over decorative parts of a window
12372 2002-06-03 olicha <olivier.chapuis@free.fr>
12374 * fvwm/module_interface.c (make_named_packet):
12375 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12376 related to named module packet
12378 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12380 * fvwm/focus.c (focus_grab_buttons):
12381 * fvwm/events.c (HandleButtonPress):
12382 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12384 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12386 * fvwm/bindings.c (ParseBinding):
12387 replaced an error "Illegal mouse button" with a descriptive warning
12388 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12390 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12392 * fvwm/events.c (GetContext):
12393 fixed key bindings on decorations
12396 removed XEVMASK_DECORW
12398 2002-05-31 olicha <olivier.chapuis@free.fr>
12402 Documented shadow effect in a new section FONT EFFECTS
12404 2002-05-31 olicha <olivier.chapuis@free.fr>
12406 * libs/Fft.c (FftDrawString):
12407 * libs/Colorset.c (DumpColorset):
12410 * fvwm/colorset.c (parse_colorset):
12411 New colorset option fg_alpha which defines an alpha for rendering
12414 2002-05-29 olicha <olivier.chapuis@free.fr>
12416 * libs/Fft.c (FftSetupEncoding):
12423 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12424 to Xft FLAGS and LIBS
12426 * fvwm/Makefile.am:
12427 * libs/Makefile.am:
12428 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12429 Xft2 library. Removed FT2 CFLAGS and LIBS
12431 2002-05-27 olicha <olivier.chapuis@free.fr>
12436 Some Xft2 and fontconfig preparation
12439 * libs/Flocale.c (FlocaleParseShadow):
12441 (FlocaleGetShadowTextPosition):
12442 Added offset to shadow text
12445 Fixed the position of ne shadow text and remove some unused #define
12447 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12449 * fvwm/colorset.c (parse_colorset):
12450 fixed integer overflow in average colour calculation
12452 2002-05-27 olicha <olivier.chapuis@free.fr>
12454 * libs/gravity.c (GetNextMultiDirection):
12455 (ParseMultiDirectionArgument):
12457 Added a multi direction type which is a "<<" version of direction
12458 type. Added a parse and a next functions
12461 * libs/Flocale.c (FlocaleParseShadow):
12462 (FlocaleGetNextShadowDirection):
12463 (FlocaleGetShadowTextPosition):
12464 Used gravity multi direction type and functions. Removed
12465 FlocaleGetNextShadowDirection
12467 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12469 * fvwm/focus.c (restore_focus_after_unmap):
12470 fixed a problem w/ colormap transition when transient window died
12472 * fvwm/add_window.c (AddWindow):
12475 * fvwm/session.c (getUniqueStateFilename):
12476 applied security patch by Jan Echternach
12478 * fvwm/fvwm.c (InitVariables):
12479 Properly initialise Scr.flags.is_pointer_on_this_screen
12481 * libs/fvwmlib.h (FvwmFont):
12482 * fvwm/fvwm.c (setVersionInfo):
12485 * acconfig.h (MULTIBYTE):
12486 removed MULTIBYTE option (unconditionally on)
12488 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12490 * libs/gravity.c (ParseDirectionArgument):
12491 allow "t", "u", ... shortcuts as direction arguments
12493 * fvwm/style.c (check_window_style_change):
12494 (parse_and_set_window_style):
12495 * fvwm/frame.c (frame_setup_border):
12496 (frame_get_shading_laziness):
12497 (frame_get_sidebar_geometry):
12498 * fvwm/decorations.c (SelectDecor):
12499 * fvwm/add_window.c (setup_style_and_decor):
12500 (setup_resize_handle_cursors):
12501 (setup_resize_handle_windows):
12502 (change_resize_handle_windows):
12503 (destroy_auxiliary_windows):
12504 * fvwm/borders.c (border_get_border_gcs):
12505 (border_draw_border_parts):
12506 * fvwm/style.h (SCSET_HAS_BORDER):
12507 * fvwm/fvwm.h (FvwmWindow):
12508 * fvwm/window_flags.h (SET_HAS_BORDER):
12509 new styles NoBorder/Border
12511 2002-05-26 olicha <olivier.chapuis@free.fr>
12514 * libs/Flocale.c (FlocaleParseShadow):
12515 (FlocaleGetNextShadowDirection):
12516 (FlocaleGetShadowTextPosition):
12518 Implemented multidirectional shadow text rendering
12522 (FlocaleFontStructDrawString):
12523 (FlocaleRotateDrawString):
12525 (FlocaleDrawString):
12526 (FlocaleTextWidth):
12527 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12528 * libs/Fft.c (FftDrawString):
12529 Cleanup the FlocaleFont structure by addings some flags
12531 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12533 * fvwm/events.c (HandleFocusIn):
12534 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12535 * fvwm/screen.h (ScreenInfo):
12536 * fvwm/focus.c (FocusOn):
12537 ignore EnterNotify events while a window is waiting to receive focus
12538 from the Focus or FlipFocus commands; should prevent plenty of race
12539 contidions caused by executing complex functions by a key press, button
12540 press or from a menu; fixes Alt-Tab problem
12542 * fvwm/events.c (HandleMapNotify):
12543 immediately draw window decorations when window is mapped; the new frame
12544 drawing code takes care of suppressing unnecessary redraws
12545 (HandleLeaveNotify):
12546 fixed a bug w/ LeaveNotify event with NotifyGrab
12548 2002-05-22 olicha <olivier.chapuis@free.fr>
12551 * libs/Fft.c (FftDrawString):
12552 * libs/Flocale.c (FlocaleFontStructDrawString):
12553 (FlocaleRotateDrawString):
12555 (FlocaleGetShadowTextPosition):
12556 (FlocaleDrawString):
12557 (FlocaleDrawUnderline):
12558 (FlocaleTextWidth):
12559 Implemented negative shadow text
12561 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12563 * fvwm/menucmd.c (CMD_AddToMenu):
12564 * fvwm/windowlist.c (CMD_WindowList):
12567 changed signature of AddToMenu
12569 * fvwm/menus.c (clone_menu_root_static):
12570 fixed problem w/ menu style usage count and tear off menus
12571 fixed core dump w/ not copying the missing sub menu function in tear
12573 (clone_menu_item_list):
12575 (add_another_menu_item):
12576 (size_menu_vertically):
12577 fixed additional "More..." items in sub menus of torn off menus
12579 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12582 fixed #endif warning
12583 * fvwm/ConfigFvwmDefaults:
12584 added CirculateSkip to tear off menus
12586 fixed ShadeAgain quoting
12588 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12590 * fvwm/events.c (HandleButtonPress):
12591 allow to pass the focus click to applications and have a function bound
12592 to it at the same time
12596 fixed compilation problem
12598 2002-05-20 olicha <olivier.chapuis@free.fr>
12600 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12601 Fixed blue colour in png image and ewmh icons
12603 * libs/Flocale.c (FlocaleLoadFont):
12604 Removed some debug code
12606 * fvwm/colorset.c (parse_colorset):
12608 * libs/ColorUtils.c (GetForeShadowColor):
12609 Added Mikhael algo to compute the default fgsh
12611 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12613 * fvwm/functions.c (expand_extended_var):
12614 expand $[fgsh.csN], use constants instead of numbers
12616 2002-05-17 olicha <olivier.chapuis@free.fr>
12618 * libs/Flocale.c (FlocaleDrawString):
12619 (FlocaleDrawUnderline):
12621 Removed some unused and debug code
12623 2002-05-17 olicha <olivier.chapuis@free.fr>
12625 * fvwm/menuitem.c (draw_underline):
12627 * libs/Flocale.c (FlocaleDrawUnderline):
12628 Move draw_underline into Flocale.c and fix underline position with
12631 2002-05-17 olicha <olivier.chapuis@free.fr>
12633 * fvwm/style.c (update_window_color_style):
12634 (update_window_color_hi_style):
12635 * fvwm/move_resize.c (DisplayPosition):
12637 * fvwm/menuitem.c (menuitem_paint):
12638 * fvwm/borders.c (get_common_decorations):
12639 (border_get_titlebar_draw_descr):
12641 * fvwm/icons.c (DrawIconWindow):
12642 Pass the colorset to text drawing via the FlocaleWinString structure
12645 * libs/ColorUtils.c (GetForeShadowColor):
12647 * fvwm/colorset.c (parse_colorset):
12649 * libs/Colorset.c (DumpColorset):
12651 Added fgsh colorset and two new functions GetForeShadowColor and
12652 GetForeShadow which should be modified
12654 * libs/Makefile.am:
12656 * libs/FftInterface.h (new file):
12657 * libs/Fft.c (FftDrawString):
12659 * libs/Flocale.c (FlocaleFontStructDrawString):
12660 (FlocaleRotateDrawString):
12661 (FlocaleDrawString):
12662 (FlocaleTextWidth):
12664 Implemented text shadow rendering
12666 2002-05-11 olicha <olivier.chapuis@free.fr>
12669 * fvwm/builtins.c (refresh_window):
12670 * fvwm/update.c (apply_window_updates):
12672 * fvwm/style.c (check_window_style_change):
12673 ParentalRelativity style is now dynamic
12675 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12677 * fvwm/menuitem.c (menuitem_paint):
12678 fixed menu item hilight area
12680 2002-05-09 olicha <olivier.chapuis@free.fr>
12682 * libs/Makefile.am:
12683 * libs/XError.c (request_name):
12684 * libs/PictureImageLoader.c (PImageLoadPng):
12685 (PImageCreatePixmapFromArgbData):
12686 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12687 (PGraphicsTileRectangle):
12688 (PGraphicsCopyFvwmPicture):
12689 * libs/FRenderInit.c (new file):
12690 * libs/FRenderInit.h (new file):
12691 * libs/FRenderInterface.h:
12692 * libs/FRender.c (*):
12693 * fvwm/colorset.c (parse_tint):
12695 * fvwm/fvwm.c (main):
12696 * fvwm/events.c (HandlePropertyNotify):
12697 Change the design of the previous commit. Now a module should call
12698 FRenderInit when it wants to use a function which depends on XRender.
12700 2002-05-09 olicha <olivier.chapuis@free.fr>
12708 Include Fft.h include FRender.h as Xft.h include Xrender.h
12710 * libs/FRenderInterface.h:
12712 * libs/FRender.c (FRenderInit):
12713 (FRenderGetErrorCodeBase):
12714 (FRenderGetMajorOpCode):
12715 (FRenderGetExtensionSupported):
12716 (FRenderGetErrorText):
12717 Improve XRender initialization, check if the XRender extension is
12718 enabled and get the error code base and the major op code.
12719 Add error functions for the X error handler.
12721 * libs/XError.c (PrintXErrorAndCoredump):
12723 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12726 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12727 * fvwm/events.c (HandlePropertyNotify):
12728 * fvwm/colorset.c (parse_tint):
12730 * libs/PictureImageLoader.c (PImageLoadPng):
12731 (PImageCreatePixmapFromArgbData):
12732 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12733 (PGraphicsCopyFvwmPicture):
12734 (PGraphicsTileRectangle):
12735 * libs/FRender.c (FRenderCopyArea):
12736 (FRenderTintRectangle):
12737 Check if the XRender extension is enabled on the display before
12738 performing XRender operations
12740 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12742 * fvwm/menuitem.c (menuitem_paint):
12743 fixed item hilighting problems
12745 2002-05-07 olicha <olivier.chapuis@free.fr>
12747 * fvwm/colorset.c (parse_colorset):
12750 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12752 * fvwm/events.c (HandlePropertyNotify):
12753 workaround for xterm resize problem
12755 * fvwm/colorset.c (parse_colorset):
12756 (free_colorset_background):
12759 fixed various bugs and core dumps w/ the cs->picture structure;
12760 note: it's a pointer, so compare with NULL, not with None
12762 * fvwm/frame.c (frame_setup_window):
12763 (frame_setup_window_app_request):
12764 (frame_force_setup_window):
12765 (frame_setup_window_internal):
12766 (frame_create_move_resize_args):
12767 (frame_free_move_resize_args):
12768 * fvwm/add_window.c (setup_window_attr):
12769 * fvwm/events.c (HandleConfigureRequest):
12770 (HandlePropertyNotify):
12771 fixed [?] bit_gravity/resize problem
12773 * fvwm/events.c (HandleEnterNotify):
12774 reformatted EdgeCommand code
12776 2002-05-06 olicha <olivier.chapuis@free.fr>
12778 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12779 Resize an ewmh icon to the wanted size if it is to big
12781 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12782 Set also the stacking list when a window is destroyed
12784 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12786 * fvwm/fvwm.1: Finish language check.
12787 Fix typo in Mouse section, context should be on new line.
12789 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12791 * fvwm/fvwm.1 (file): Restore icons and images text with some
12793 Started on lang check, not done yet.
12795 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12797 * fvwm/module_interface.c (make_named_packet):
12798 Applied Mikhail Kruk patch
12800 2002-05-02 olicha <olivier.chapuis@free.fr>
12802 * libs/FlocaleCharset.h:
12803 * libs/Ficonv.c (FiconvSetupConversion):
12804 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12806 * libs/Flocale.c (FlocaleGetFftFont):
12807 (FlocaleGetFontSet):
12810 (FlocaleUnloadFont):
12812 Implemented charset/iconv hints in font name
12814 2002-04-29 Stian Sletner <stian@sletner.com>
12816 * fvwm/windowlist.c (CMD_WindowList):
12817 Added new Windowlist option IconifiedAtEnd
12819 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12821 * fvwm/module_interface.c:
12824 moved two constant strings to Module.h, so they may be used by perllib
12826 2002-04-29 olicha <olivier.chapuis@free.fr>
12828 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12829 Fixed a core dump if the charset is not found
12831 * libs/Flocale.c (FlocaleStringToString2b):
12832 Removed some debug code
12834 2002-04-29 olicha <olivier.chapuis@free.fr>
12836 * libs/Fft.c (FftGetFontWidths):
12837 (FftGetFontWidths):
12840 * libs/Flocale.c (FlocaleGetFont):
12841 (FlocaleGetFontSet):
12842 (FlocaleGetFftFont):
12843 Removed min_char_offset member of the FlocaleFont as it is not use
12844 since we rotate string for side title
12846 * libs/Ficonv.c (FiconvSetupConversion):
12847 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12848 (FlocaleCharsetSetFlocaleCharset):
12850 * libs/Flocale.c (FlocaleTextWidth):
12851 (FlocaleDrawString):
12852 (FlocaleUtf8ToUnicodeStr2b):
12854 (FlocaleStringToString2b):
12855 (FlocaleRotateDrawString):
12856 (FlocaleFontStructDrawString):
12857 Added support for drawing string with 10646-1 fonts without an utf8
12858 locale. Also, drawing strings with a multibyte font now work not so
12859 bad even if the locale have nothing to do with the font.
12861 * libs/Fft.c (FftUtf8ToFftString16):
12864 Added utf8 rendering with iso10646-1 fonts on system without
12867 * fvwm/colorset.c (reset_cs_pixmap):
12872 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12874 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12877 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12879 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12881 * fvwm/move_resize.c:
12882 don't start Move with snap disabled if Alt is initially pressed
12884 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12886 * NEWS, configure.in:
12887 changed version to 2.5.2
12889 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12892 improved main headers, added new COLORSETS section;
12893 documented State condition
12896 documented Tint in colorsets and utility renaming
12899 corrected several error reporting problems
12901 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12904 fixed leaving tear off menus
12906 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12908 * fvwm/borders.c (border_draw_part_relief):
12909 (border_set_button_pixmap):
12910 (border_draw_title_stick_lines):
12911 (border_draw_title_mono):
12912 (border_draw_title_relief):
12913 * libs/fvwmlib.h (RelieveRectangle2):
12914 (RelieveRectangle):
12915 replaced functions by macros
12917 * libs/Graphics.c (do_relieve_rectangle):
12918 applied performance patch by Dave Trollope
12920 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12926 * libs/FlocaleCharset.c:
12927 FBidi is now independent from Flocale* again;
12928 iso8859-6.8x fonts recognized now as bidi-enabled
12930 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12933 fixed --disable-multibyte
12935 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12937 * fvwm/borders.c (border_draw_title_deep):
12938 (border_set_title_pixmap):
12939 (border_set_button_pixmap):
12940 fixed SolidButton title and button style
12942 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12947 added new entry about CurrentAtEnd
12950 minor reformatting and spell checking
12952 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12954 * fvwm/windowlist.c (CMD_WindowList):
12955 Added new Windowlist option CurrentAtEnd
12957 2002-04-22 olicha <olivier.chapuis@free.fr>
12959 * fvwm/colorset.c (parse_colorset):
12961 Fixed an enormous core dump which comes from a cvs merging problem
12963 * fvwm/Makefile.am:
12966 Added Xrender detection and link fvwm if needed
12968 * libs/PictureGraphics.c:
12969 * libs/PictureGraphics.h:
12972 * libs/FRenderInterface.h:
12973 * libs/PictureGrpahics.c (*):
12974 * libs/PictureGrpahics.h:
12975 New libs files to acheive alpha-blend rendering and better XBM
12976 support. PictureGraphics contains elaborated version and also
12977 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12981 * fvwm/icons.c (clear_icon):
12985 * fvwm/events.c (HandlePropertyNotify):
12986 * fvwm/borders.c (border_fill_pixmap_background):
12987 (border_get_border_background):
12988 (border_draw_decor_to_pixmap):
12989 * fvwm/menuitem.c (menuitem_paint):
12990 * fvwm/add_window.c (destroy_icon):
12991 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12992 * fvwm/geometry.c (move_icon_to_position):
12993 * fvwm/colorset.c (free_colorset_background):
12996 Implemented alpha-blend rendering with the new libs function
12998 * fvwm/colorset.c (free_colorset_background):
13001 Implemented tinting of a Pixmap background colorset
13003 * fvwm/colorset.c (parse_colorset):
13004 Use the Scr.NoFocusWin as main window in the place of the
13005 Scr.SizeWindow, this fix a lot of X errors in my machine.
13007 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13008 Donated our alpha channel
13011 * fvwm/module_interface.h:
13012 * fvwm/module_interface.c (SendFvwmPicture):
13013 (BroadcastMiniIcon):
13015 (BroadcastFvwmPicture):
13016 (CMD_Send_WindowList):
13017 * fvwm/add_window.c (change_mini_icon):
13018 (broadcast_mini_icon):
13019 * fvwm/ewmh_icons.c:
13020 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13021 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13023 * libs/Makefile.am:
13024 * libs/PictureBase.c (*):
13025 * libs/PictureBase.h:
13026 * libs/Picture.c (*):
13028 * libs/PictureImageLoader.c (*):
13029 * libs/PictureImageLoader.h:
13031 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13032 PictureImageLoader.
13033 Rename some libs function: InitPictureCMap -> PictureInitCMap,
13034 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13035 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13036 SetImagePath -> PictureSetImagePath, findImageFile ->
13037 PictureFindImageFile, PictureList -> FvwmPictureList,
13038 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
13039 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13040 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13041 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13042 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13043 Also renamed more recent functions in PictureImageLoader.
13045 * fvwm/borders.c (border_draw_one_border_part):
13046 (border_draw_decor_to_pixmap):
13047 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13050 * fvwm/menus.c (pop_menu_up):
13051 (animated_move_back):
13052 (ParentalMenuRePaint):
13053 * fvwm/move_resize.h (resize_geometry_window):
13054 * fvwm/move_resize.c (move_window_doit):
13055 (AnimatedMoveAnyWindow):
13056 (AnimatedMoveOfWindow):
13057 (AnimatedMoveFvwmWindow):
13058 Fixed transparent animated menu
13060 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13069 fixed running out of colors on 8bpp with ReadWriteColors;
13070 simulate colorsets on monochrome displays using three 1-bit pixmaps
13072 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13075 fixed $PERL detection again
13080 added -Wno-implicit-int to -Wall in case of gcc
13084 fixed ReadWriteColors on a PseudoColor display
13086 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13088 * fvwm/move_resize.c (move_window_doit):
13089 set the is_icon_moved too flag if the icon was moved non-interactively
13095 Moved FvwmTheme functionality into fvwm.
13096 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13098 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13101 fixed $PERL detection
13104 * fvwm/ConfigFvwmDefaults:
13105 several fixes and spelling
13107 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13109 * libs/Bindings.c (CheckBinding):
13112 (GrabWindowButton):
13113 (MatchBindingExactly):
13114 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13117 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13120 configure now uses $PERL if set
13123 all programs installed into ${bindir} have now fvwm- prefix;
13124 documentation updated
13126 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13129 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13130 documentation updated
13132 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13135 added 2.4.7 entries
13137 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13139 * AUTHORS: New author.
13141 * NEWS: Edge Command.
13143 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13146 Added EdgeCommand paragraph.
13148 * fvwm/events.c (HandleEnterNotify):
13149 Added execution of Scr.PanFrame*.command if set
13151 * fvwm/fvwm.c (InitVariables):
13152 Added init strings for pan frame commands.
13157 Avoid hiding of pan frames if pan frame command is set.
13159 Implementation of the buildin command EdgeCommand. First
13160 implementation of this function.
13162 * fvwm/screen.h (struct):
13163 added char * command in structure Panframe to store the pan frame
13166 * fvwm/functions.c:
13167 added declaration of CMD_ENTRY("edgecommand")
13169 * fvwm/functions.h:
13170 added definition of Flag F_EDGE_COMMAND
13173 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13175 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13178 added "BI-DIRECTIONAL TEXTS" section
13181 added #include <sys/select.h> to fix endless loop on QNX
13183 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13186 changed description of focus models
13188 2002-04-09 olicha <olivier.chapuis@free.fr>
13191 Check for libpng libpng 1.0.4a or better
13193 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13195 * fvwm/add_window.c (setup_title_geometry):
13198 * fvwm/geometry.c (get_title_font_size_and_offset):
13200 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13202 * fvwm/window_flags.h:
13203 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13205 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13207 new Style options TopTitleRotated / TopTitleNotRotated,
13208 BottomTitleRotated / BottomTitleNotRotated
13210 2002-04-08 olicha <olivier.chapuis@free.fr>
13212 * libs/Makefile.am:
13213 Fixed make dist again
13215 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13217 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13219 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13222 minor wording fixes
13225 mention a new FvwmIconMan syntax
13227 * sample.fvwmrc/new-features:
13228 * sample.fvwmrc/system.fvwm2rc:
13229 * sample.fvwmrc/system.fvwm2rc-sample-95:
13230 use a new module syntax
13232 2002-04-06 olicha <olivier.chapuis@free.fr>
13236 Forget to save some file
13238 * libs/FImageLoader.c (c100_init_base_table):
13239 Allows init even if !XPM
13241 * libs/Makefile.am:
13245 Fixed png detection
13247 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13248 Fixed a GC memory leaks.
13250 * fvwm/fvwm.c (setVersionInfo):
13252 Updated -version for png, bidi and xft
13255 Modified the ICONS section. Rename it ICONS AND IMAGES and
13256 document PNG file format. Replace "xpm or bitmap file" by
13257 "image file" in a few place.
13261 PNG news and documented libpng in the "Optional libraries used by FVWM"
13264 2002-04-05 olicha <olivier.chapuis@free.fr>
13266 * libs/FImageLoader.c (c100_init_base_table):
13267 (FImageReduceRGBColor):
13268 (FImageCreatePixmapFromArgbData):
13269 Speed up color limitation for png image and ewmh icons
13270 Respect color limit even with DirectColor and TrueColor
13273 * acconfig.h (HAVE_PNG):
13274 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13275 even without XPM support
13278 * libs/InitPicture.c (new file):
13279 * libs/InitPicture.h (new file):
13282 * libs/FImageLoader.c (new file):
13283 * libs/FImageLoader.h (new file):
13284 * libs/Fxpm.h (new file):
13285 * libs/Fpng.h (new file):
13286 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13287 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13288 ColorLimit stuff is applied to PNG image.
13289 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13290 Picture.c and Picture.h.
13291 InitPicture contains the Picture structure, initialize the visual,
13292 depth and color map and contains image path stuff as Picture contains
13293 Picture manipulations.
13295 * libs/ColorUtils.c:
13297 Moved the Picture color utils func to ColorUtils
13299 * fvwm/Makefile.am:
13300 links against libpng
13302 * fvwm/icons.c (GetIconPicture):
13306 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13307 the libs image loader
13309 * fvwm/cursor.c (CMD_CursorStyle):
13310 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13312 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13313 (EWMH_SetIconFromWMIcon):
13314 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13318 Send the ColorLimit to module in any case
13325 * fvwm/add_window.c:
13329 * fvwm/menustyle.c:
13330 * fvwm/move_resize.c:
13333 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13335 * fvwm/events.c (test_map_request):
13336 (test_resizing_event):
13337 fixed endless loop in HandleConfigureRequest
13339 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13341 * fvwm/add_window.c (setup_style_and_decor):
13342 fixed borderless transients
13344 * fvwm/events.c (test_resizing_event):
13345 (HandleConfigureRequest):
13346 * fvwm/frame.c (frame_create_move_resize_args):
13347 * fvwm/add_window.c (AddWindow):
13349 * fvwm/window_flags.h:
13350 tried to improve ConfigureRequest handling
13352 * fvwm/events.c (HandlePropertyNotify):
13353 recalculate window size when the base_width or base_height hint
13354 changes; fixes some problems with xemacs
13356 * fvwm/virtual.c (map_window):
13359 * fvwm/borders.c (border_draw_decorations):
13360 don't redraw windows on a different desk
13361 keep track of Scr.Hilite
13363 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13365 * fvwm/virtual.c (unmap_window):
13366 * fvwm/move_resize.c (resize_window):
13367 * fvwm/icons.c (Iconify):
13368 * fvwm/add_window.c (CaptureOneWindow):
13369 * fvwm/borders.c (border_undraw_decorations):
13370 mark window decorations as not drawn whenever the frame is unmapped
13372 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13374 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13376 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13379 use safemalloc and alloca instead of malloc
13381 2002-03-29 olicha <olivier.chapuis@free.fr>
13383 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13384 Set the X locale charset on system without XOpenOM
13386 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13389 fixed multibyte support reporting
13391 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13396 moved gcc extension __attribute__ handling to config.h
13398 * fvwm/fvwm.c (main):
13399 * fvwm/stack.c (add_window_to_stack_ring_after):
13400 * fvwm/icons.c (GetIconWindow):
13402 * fvwm/add_window.c:
13403 fixed core dumps and other bugs in debug messages
13405 2002-03-27 olicha <olivier.chapuis@free.fr>
13407 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13408 (FlocaleCharsetSetFlocaleCharset):
13410 * configure.in (problem_multibyte):
13411 Fixed compilation for system without XOpenOM in Xlib.h
13413 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13414 * libs/Ficonv.c (FiconvInit):
13418 include only libs/Flocale.h
13420 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13423 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13428 * libs/FlocaleCharset.c:
13429 minor modifications, like removed #include;
13430 fixed core dump with bidi and utf-8
13432 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13434 * fvwm/frame.c (frame_update_hidden_window_pos):
13435 fixed shade/maximize/unshade
13437 * fvwm/builtins.c (FreeDecorFace):
13440 * fvwm/borders.c (get_common_decorations):
13441 (border_get_border_style):
13442 * fvwm/style.c (parse_and_set_window_style):
13444 * fvwm/window_flags.h:
13445 * fvwm/fvwm.h (struct):
13446 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13447 (frame_create_move_resize_args):
13448 (frame_move_resize_step):
13449 (frame_next_move_resize_args):
13450 new styles WindowShadeLazy [default], WindowShadeBusy and
13451 WindowShadeAlwaysLazy
13453 * fvwm/frame.c (frame_set_decor_gravities):
13454 fixed window bit gravities
13455 split into smaller functions
13456 (frame_move_resize_step):
13457 fixed a bug w/ the parent gravity
13458 (frame_hide_changing_window_parts):
13459 fixed flickering in one of the corners during shade animation
13460 (frame_mrs_hide_changing_parts):
13462 (frame_mrs_prepare_vars):
13463 (frame_mrs_hide_unhide_parent):
13464 (frame_mrs_setup_draw_decorations):
13465 (frame_mrs_resize_move_windows):
13468 2002-03-25 olicha <olivier.chapuis@free.fr>
13470 * libs/Fft.c (FftSetupEncoding):
13473 * libs/Flocale.c (FlocaleDrawString):
13474 * libs/FBidi.c (FBidiConvert):
13476 Pass the font to FBidiConvert
13478 * acconfig.h (HAVE_LIBCHARSET):
13479 * acinclude.m4 (CHECK_LIBCHARSET):
13481 If libiconv is used check for libcharset
13483 * libs/Makefile.am:
13484 * libs/FlocaleCharset.h:
13485 * libs/FlocaleCharset.c:
13487 * libs/Flocale.c (*):
13488 * libs/Fft.c (FftSetupEncoding):
13490 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13491 FlocaleFont has such a member which is set when charset info are needed.
13492 FlocaleCharset.c contains a big table which associates to an X charset
13493 various possible locale charsets and the fribidi charset.
13494 If libiconv is used, libcharset is used to compute the locale charset.
13495 Various Flocale clean up.
13497 * fvwm/fvwm.c (main):
13498 Removed the call to FlocaleInitCharset, it is now done automatically
13501 * libs/Makefile.am:
13504 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13506 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13509 (EWMH_SetDesktopNames):
13510 Moved iconv conversions into the library. Try to found the good iconv
13511 charset with the help of the font and of the FlocaleCharset table.
13513 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13515 * libs/Module.c (SendFvwmPipe):
13516 * libs/Graphics.c (do_relieve_rectangle):
13517 * fvwm/menustyle.c (menustyle_parse_old_style):
13518 * fvwm/add_window.c (setup_window_structure):
13519 memory management patches by Dave Trollope
13521 * fvwm/frame.c (frame_get_sidebar_geometry):
13522 hide the handles when using the NoHandles style
13524 * fvwm/borders.c (border_redraw_decorations):
13525 change in title rotation is applied immediately, don't use the value "2"
13528 * fvwm/style.c (parse_and_set_window_style):
13529 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13531 documented the new title directions
13532 (parse_and_set_window_style):
13533 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13535 documented these styles
13537 * fvwm/add_window.c (CaptureOneWindow):
13538 (CaptureAllWindows):
13542 * fvwm/icons.c (DeIconify):
13543 fiexd fucoused window not hilighting after deiconification
13545 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13547 * fvwm/update.c (apply_window_updates):
13548 windows are not unshaded when the decoration layout changes
13550 * fvwm/frame.c (frame_create_move_resize_args):
13551 fixed excessive redrawing
13552 (frame_get_hidden_pos):
13553 fixed parent geometry when window is hidden
13555 * fvwm/add_window.c (setup_frame_stacking):
13556 fixed stacking of right buttons
13558 * fvwm/frame.c (frame_set_decor_gravities):
13559 fixed title and button bit gravities
13561 * fvwm/add_window.c (setup_frame_stacking):
13562 (change_auxiliary_windows):
13563 fixed "button" style
13565 * fvwm/geometry.c (get_title_button_geometry):
13566 * fvwm/menus.c (pop_menu_up):
13567 fixed menu placement relative to window titles
13569 * libs/Flocale.c (FlocaleDrawString):
13570 fixed compiler warning w/o fribidi
13572 * fvwm/virtual.c (MoveViewport):
13574 (do_move_window_to_desk):
13575 * fvwm/update.c (apply_window_updates):
13576 * fvwm/icons.c (Iconify):
13578 * fvwm/module_interface.c (SETOLDFLAGS):
13579 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13580 * fvwm/style.c (parse_and_set_window_style):
13581 * fvwm/window_flags.h:
13582 * fvwm/session.c (MatchWinToSM):
13583 * fvwm/placement.c (PlaceWindow):
13584 * fvwm/add_window.c (CaptureAllWindows):
13585 (setup_window_placement):
13586 (CaptureOneWindow):
13589 * fvwm/menus.c (menu_tear_off):
13590 * fvwm/events.c (HandleMapRequestKeepRaised):
13593 removed some of those pesky globals: PPosOverride, isIconicState and
13594 isIconifiedByParent; pass round a structure instead
13595 removed the do_start_iconic window flag
13596 removed do_delete_icon_moved flag
13598 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13602 renamed HAVE_FRIBIDI to HAVE_BIDI
13606 added more comments
13608 * fvwm/Makefile.am:
13610 * libs/Makefile.am:
13611 added a dummy call to FBidi to test linking against bidi libs
13613 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13615 * fvwm/windowshade.c (CMD_WindowShade):
13616 changed syntax of windowshade with direction
13618 update button state after unshading
13620 * fvwm/add_window.c (AddWindow):
13621 fixed mini icon update
13623 * fvwm/events.c (HandleEnterNotify):
13624 fixed icon picture redrawing
13625 icon titles are no longer raised and expanded if the icon has only a
13628 * fvwm/move_resize.c (resize_window):
13631 * libs/gravity.c (gravity_move_resize_parent_child):
13632 * fvwm/frame.c (frame_get_titlebar_dimensions):
13633 (frame_prepare_animation_shape):
13634 (frame_move_resize_step):
13635 (frame_get_titlebar_dimensions_only):
13636 (frame_get_hidden_pos):
13637 (frame_update_hidden_window_pos):
13638 (frame_free_move_resize_args):
13639 (frame_create_move_resize_args):
13640 fixed shading of shaped windows
13645 * fvwm/fvwm.c (main):
13646 * fvwm/misc.c (GrabEm):
13647 fixed a problem with the cursor shape during window shading
13649 * fvwm/update.c (apply_window_updates):
13650 fixed drawing of hilighted window after a decoration change
13652 * fvwm/update.c (apply_window_updates):
13653 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13654 * fvwm/borders.c (RedrawDecorations):
13655 renamed RedrawDecorations()
13657 * fvwm/move_resize.c (move_window_doit):
13659 * fvwm/misc.c (move_into_rectangle):
13660 (intersect_xrectangles):
13661 functions renamed and moved to fvwmrect.c
13663 * fvwm/borders.c (border_get_changed_border_parts):
13664 (frame_get_changed_border_parts):
13665 reduced border redrawing
13666 moved fucntion to borders.c
13668 * fvwm/events.c (HandleButtonPress):
13670 suppress button events on frame windows
13672 * fvwm/frame.c (frame_setup_border):
13673 fixed a problem with the border setup
13675 * fvwm/borders.c (border_draw_decorations):
13676 * fvwm/events.c (HandleEnterNotify):
13677 fixed icon title drawing
13679 * fvwm/misc.c (GrabEm):
13680 fixed a pointer grab hang with xmag?
13682 * fvwm/move_resize.c (resize_window):
13683 use frame_move_resize function to improve performance
13685 * fvwm/add_window.c (AddWindow):
13686 fixed recaturing shaded windows
13689 suppress unnecessary title redraws
13692 window shading works again; there are still some problems with
13693 recapture, restart, border drawing and shaped windows
13695 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13697 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13700 * fvwm/frame.c (frame_get_title_bar_dimensions):
13701 fixed minor button layout bug
13702 (frame_update_hidden_window_pos):
13704 * fvwm/ewmh_names.c (EWMH_WMName):
13705 * fvwm/gnome.c (GNOME_HandlePropRequest):
13706 * fvwm/focus.c (DoSetFocus):
13707 * fvwm/stack.c (new_layer):
13708 * fvwm/icons.c (DeIconify):
13710 * fvwm/events.c (HandleFocusIn):
13711 (HandlePropertyNotify):
13714 (HandleButtonPress):
13715 (HandleLeaveNotify):
13716 * fvwm/builtins.c (CMD_ChangeDecor):
13718 * fvwm/move_resize.c (resize_move_window):
13721 (maximize_fvwm_window):
13723 * fvwm/borders.c (DrawDecorations):
13724 (RedrawDecorations):
13725 removed function DrawDecorations()
13726 (border_draw_decorations):
13727 renamed draw_decorations_with_geom() to border_draw_decorations()
13729 * fvwm/events.c (HandleExpose):
13730 fixed drawing icon titles
13732 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13733 * fvwm/events.c (HandleFocusIn):
13735 * fvwm/screen.h (ScreenInfo):
13736 return the focus to the window that had the focus before an or window
13737 stole it and then died.
13739 * fvwm/menus.c (scanForColor):
13740 removed duplicate call of strlen
13741 use alloca instead of safemalloc
13743 * fvwm/menustyle.c (menustyle_parse_style):
13744 don't call memset right before memcpy
13746 * fvwm/module_interface.c (AddToMessageQueue):
13747 (DeleteMessageQueueBuff):
13748 removed one safemalloc and inline'd the function
13749 merged AddToMessageQueue into PositiveWrite
13751 * fvwm/borders.c (border_draw_decor_to_pixmap):
13752 fixed pixmap and mini icon buttons
13753 (border_fill_pixmap_background):
13755 (border_get_tb_parts_to_draw):
13756 buttons and title background using the border style is updated when the
13759 * fvwm/events.c (WaitForButtonsUp):
13760 don't grab the whole server but merely the pointer to allow applications
13761 redrawing themselves
13764 finished writing title drawing code
13766 * fvwm/move_resize.c (resize_window):
13767 (resize_move_window):
13768 (unmaximize_fvwm_window):
13769 removed now unnecessary calls to DrawDecorations()
13771 * fvwm/frame.c (frame_hide_changing_window_parts):
13772 fixed hiding bottom/right titles
13774 * fvwm/add_window.c (AddWindow):
13775 fixed recapturing shaded windows
13777 * fvwm/misc.c (GrabEm):
13778 fixed the cursor over the title window while resizing
13780 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13782 * libs/Graphics.c (CreateTiledPixmap):
13783 improved efficience: let the X server tile a pixmap via the GC settings
13785 * fvwm/fvwm.c (CreateGCs):
13786 * fvwm/screen.h (ScreenInfo):
13787 added new global GC Scr.TileGC
13789 * fvwm/borders.c (border_fill_pixmap_background):
13790 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13791 use already created gcs
13793 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13794 * fvwm/menus.c (paint_menu_gradient_background):
13795 fixed using a randow members in gcs
13797 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13800 added compilation test for fribidi
13802 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13804 * NEWS: Document FvwmForm timeout.
13806 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13808 * fvwm/session.c (MatchWinToSM):
13809 * fvwm/add_window.c (AddWindow):
13810 preserve user states over a restart
13812 * fvwm/add_window.c (setup_window_structure):
13813 preserve user states over a recapture
13815 * fvwm/functions.c (execute_function):
13816 "Silent" suppresses the "No such command ..." message
13818 * fvwm/frame.c (frame_move_resize):
13819 * fvwm/misc.c (GrabEm):
13820 fixed the cursor shape during resizing
13821 fixed button looks in small windows
13823 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13829 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13831 * fvwm/fvwm.c (LoadDefaultLeftButton):
13832 (LoadDefaultRightButton):
13833 * fvwm/borders.c (border_draw_vector_to_pixmap):
13834 * fvwm/screen.h (DecorFace):
13835 * fvwm/builtins.c (ReadDecorFace):
13836 fixed transparent vector line support
13838 * libs/Graphics.c (CreateGradientPixmap):
13839 fixed potential core dump with illegal gradients
13841 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13843 * fvwm/fvwm.h (FvwmWindow):
13844 removed button_background_pixmap member
13846 * fvwm/update.c (apply_window_updates):
13847 fixed changing the decoration size
13849 * fvwm/windowshade.c (CMD_WindowShade):
13850 * fvwm/frame.c (frame_setup_border):
13851 * fvwm/functions.c (execute_complex_function):
13854 * fvwm/move_resize.c (resize_window):
13855 fixed aboting of a opaque resize w/ maximized windows
13856 (ParseOneResizeArgument):
13857 resize arguments don't take the border into account
13858 (GetResizeArguments):
13859 implemented new option "Frame" to the Resize and ResizeMove commands
13861 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13864 * fvwm/builtins.c (ReadDecorFace):
13865 * fvwm/borders.c (DrawLinePattern):
13866 implemented transparent drawing color in vector buttons: C == 4
13868 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13869 * fvwm/builtins.c (ReadDecorFace):
13870 increased allowed number of lines in a vector button to 10000 and moved
13871 the definition to defaults.h
13873 * fvwm/virtual.c (MoveViewport):
13874 don't send useless M_NEW_PAGE packets
13878 started work on new button/title drawing code
13880 * fvwm/events.c (HandleExpose):
13881 don't handle expose on the title bar
13884 * fvwm/frame.c (frame_get_sidebar_geometry):
13885 * fvwm/fvwm.h (FvwmWindow):
13886 replaced border_state with decor_state
13888 * libs/defaults.h (NR_RIGHT_BUTTONS):
13892 * fvwm/events.c (HandleExpose):
13894 * fvwm/frame.c (frame_setup_border):
13895 hide sidebars if they are too small, i.e. 0 pixels
13897 2002-03-20 olicha <olivier.chapuis@free.fr>
13899 * libs/Flocale.c (FlocaleFreeNameProperty):
13900 Fixed random core dump
13902 2002-03-19 olicha <olivier.chapuis@free.fr>
13904 * fvwm/ConfigFvwmDefaults:
13905 RightTitleRotatedCW is a default
13907 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13909 * fvwm/frame.c (frame_get_sidebar_geometry):
13910 window corners are always at least the border width thick
13912 * fvwm/geometry.c (update_absolute_geometry):
13913 fixed south/east shading
13915 * fvwm/frame.c (frame_move_resize_step):
13916 did the best I could to prevent rxvt from flashing in the background
13919 * fvwm/add_window.c (get_default_window_attributes):
13920 (get_default_window_attributes):
13921 (setup_resize_handle_windows):
13922 * fvwm/borders.c (border_get_border_gcs):
13923 applied -visual fix by Hippo
13925 * fvwm/cursor.c (CMD_CursorStyle):
13928 * fvwm/frame.c (frame_get_title_bar_dimensions):
13929 fixed order of right buttons
13930 (frame_move_resize_step):
13931 reduced flashing when maximizing
13933 * fvwm/geometry.c (update_absolute_geometry):
13934 adapted for horizontal shading
13936 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13945 several renamings of text_direction to text_rotation
13947 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13949 * fvwm/windowshade.c (CMD_WindowShade):
13950 * fvwm/frame.c (frame_create_move_resize_args):
13951 (frame_move_resize_step):
13952 hack to enable non-animated window shading for the time being
13954 * fvwm/style.c (parse_and_set_window_style):
13955 (parse_and_set_window_style):
13956 allow to abbreviate [Counter]ClockWise with [C]CW
13958 * fvwm/frame.c (frame_move_resize_step):
13961 * fvwm/geometry.c (gravity_constrain_size):
13962 removed useless code
13964 * fvwm/update.c (apply_window_updates):
13965 * fvwm/add_window.c (AddWindow):
13966 * fvwm/move_resize.c (unmaximize_fvwm_window):
13968 do not write into frame_g. only frame.c should do this
13970 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13971 (MIN_WINDOW_TITLE_LENGTH):
13973 * fvwm/frame.c (frame_setup_title_bar):
13974 (get_resize_decor_gravities_one_axis):
13975 (frame_setup_window_internal):
13976 (frame_move_resize_step):
13977 (frame_create_move_resize_args):
13978 rewrote frame_setup_title_bar function
13980 * fvwm/add_window.c (setup_frame_stacking):
13981 fixed title bar stacking order
13983 * fvwm/frame.c (frame_setup_title_bar):
13984 removed yesterday's 'fix'
13986 * fvwm/add_window.c (hide_screen):
13987 (setup_title_window):
13988 (setup_resize_handle_windows):
13989 (setup_button_windows):
13990 fixed visual and depth of decoration windows
13992 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13994 * fvwm/frame.c (frame_setup_title_bar):
13995 fixed title layout bug
13997 * fvwm/move_resize.c (MaximizeHeight):
13998 fixed bug in "grow" option of the Maximize command
14001 fixed broken prototype for get_title_font_size_and_offset
14003 * fvwm/geometry.c (get_title_font_size_and_offset):
14004 simplified code a bit
14006 2002-03-18 olicha <olivier.chapuis@free.fr>
14009 * fvwm/geometry.c (get_title_font_size_and_offset):
14010 * fvwm/add_window.c (setup_title_geometry):
14012 * fvwm/style.c (parse_and_set_window_style):
14013 (check_window_style_change):
14014 * fvwm/update.c (apply_window_updates):
14015 * fvwm/window_flags.h:
14017 Reworte side title direction styles and use LeftTitleRotatedClockWise /
14018 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14019 RightTitleRotatedCounterClockWise
14021 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14024 * vms/config.h (FMiniIconsSupported):
14025 removed last traces of MINI_ICONS ifdef
14027 * fvwm/windowlist.c (CMD_WindowList):
14028 * fvwm/update.c (apply_window_updates):
14030 * fvwm/style.c (merge_styles):
14031 (parse_and_set_window_style):
14032 (check_window_style_change):
14034 * fvwm/module_interface.c (SendMiniIcon):
14035 (BroadcastMiniIcon):
14036 (CMD_Send_WindowList):
14037 * fvwm/fvwm.h (FvwmWindow):
14038 * fvwm/ewmh_icons.c (ewmh_WMIcon):
14039 (EWMH_DoUpdateWmIcon):
14040 (ewmh_SetWmIconFromPixmap):
14041 (EWMH_DeleteWmIcon):
14042 (EWMH_SetIconFromWMIcon):
14043 * fvwm/builtins.c (ReadDecorFace):
14044 * fvwm/borders.c (DrawButton):
14047 * fvwm/add_window.c (setup_window_structure):
14049 (destroy_mini_icon):
14050 (change_mini_icon):
14052 * acconfig.h (FMiniIconsSupported):
14053 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14057 removed an FANCY_TITLEBARS ifdef
14059 * fvwm/borders.c (border_draw_one_part):
14060 (border_draw_border_parts):
14061 (border_draw_all_parts):
14062 (draw_clipped_decorations_with_geom):
14063 performance enhancement
14065 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14067 * fvwm/frame.c (frame_move_resize_step):
14068 force setting up the border when function is called with FRAME_MR_SETUP
14069 (frame_setup_window_internal):
14070 removed duplicate frame setup
14072 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14074 (draw_clipped_decorations_with_geom):
14075 do not flush the X queue after drawing; let the caller do it
14077 * fvwm/frame.c (frame_get_sidebar_geometry):
14078 fixed layout of windows with a small height
14079 (frame_hide_changing_window_parts):
14084 made good progress with frame layout rewrite. I think it is already
14085 considerably faster.
14086 some general clean up
14088 * fvwm/add_window.c (setup_decor_window):
14091 * fvwm/windowshade.c (CMD_WindowShade):
14092 * fvwm/stack.c (verify_stack_ring_consistency):
14093 (RaiseOrLowerWindow):
14094 * fvwm/move_resize.c (resize_move_window):
14095 (move_window_doit):
14096 (draw_move_resize_grid):
14097 * fvwm/icons.c (DrawIconWindow):
14098 * fvwm/icccm2.c (CloseICCCM2):
14100 (HandleSelectionRequest):
14101 * fvwm/fvwm.c (main):
14102 (SaveDesktopState):
14103 * fvwm/focus.c (DoSetFocus):
14104 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14105 * fvwm/events.c (HandlePropertyNotify):
14106 (HandleButtonPress):
14107 (HandleConfigureRequest):
14108 * fvwm/add_window.c (RestoreWithdrawnLocation):
14110 * fvwm/builtins.c (CMD_Delete):
14114 * fvwm/menus.c (paint_menu):
14116 * fvwm/misc.c (UngrabEm):
14118 * fvwm/schedule.c (execute_obj_func):
14119 * fvwm/add_window.c (hide_screen):
14121 use XFlush instead of XSync when the latter is not necessary
14123 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14126 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14127 inform frame module if the window with the hide windows dies
14129 * fvwm/placement.c (PlaceWindow):
14131 * fvwm/add_window.c (setup_window_attr):
14132 (setup_frame_attributes):
14134 (RestoreWithdrawnLocation):
14135 (setup_window_placement):
14136 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14137 (get_title_geometry):
14138 * fvwm/fvwm.c (InitVariables):
14139 * fvwm/frame.c (frame_setup_frame):
14140 * fvwm/colormaps.c (HandleColormapNotify):
14141 (InstallWindowColormaps):
14142 * fvwm/events.c (HandleConfigureRequest):
14143 (HandleUnmapNotify):
14144 * fvwm/fvwm.h (FvwmWindow):
14145 removed attr member of FvwmWindow and replaced by a structure defined
14146 ourselves that is much smaller
14148 * fvwm/add_window.c (hide_screen):
14149 don't use save_unders and backing_store for the window used in recapture
14151 * fvwm/frame.c (frame_init):
14152 * fvwm/fvwm.c (main):
14153 new function to initialise frame module
14155 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14158 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14163 * fvwm/borders.h (enum):
14164 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14165 (border_get_parts_and_pos_to_draw):
14166 * fvwm/fvwm.h (struct):
14168 fixed calculations of which border parts to draw
14171 corrected some typos
14174 handle marks work again
14176 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14178 * AUTHORS: New author added.
14180 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14184 * fvwm/add_window.c (setup_frame_stacking):
14185 * fvwm/cursor.c (CMD_CursorStyle):
14186 * fvwm/events.c (HandleExpose):
14188 (HandleEnterNotify):
14189 (HandleLeaveNotify):
14191 * fvwm/geometry.c (get_title_button_geometry):
14192 * fvwm/virtual.c (map_window):
14193 * fvwm/add_window.c (setup_parent_window):
14194 (setup_resize_handle_cursors):
14195 (setup_resize_handle_windows):
14196 (resize_resize_handle_windows):
14197 (change_resize_handle_windows):
14198 some progress with new frame layout
14200 * fvwm/add_window.c (setup_visible_name):
14201 fixed off-by-one bug in setup_visible_name
14202 maximum window number can be set in defaults.h
14204 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14206 * fvwm/windowlist.h:
14211 * fvwm/placement.h:
14213 * fvwm/move_resize.h:
14220 * fvwm/add_window.h:
14221 * fvwm/ewmh_names.c:
14222 * fvwm/ewmh_icons.c:
14223 * fvwm/ewmh_events.c:
14230 * fvwm/windowlist.c:
14234 * fvwm/colormaps.c:
14235 * fvwm/decorations.c:
14236 * fvwm/conditional.c:
14239 * fvwm/placement.c:
14243 * fvwm/functions.c:
14246 * fvwm/module_interface.c:
14248 * fvwm/add_window.c:
14251 * fvwm/move_resize.c:
14254 * fvwm/fvwm.h (FvwmWindow):
14255 moved all windows into a separate sub structure and wrote access macros
14256 renamed FvwmWindow argument to builtin commands to "fw"
14257 renamed tmp_win to fw everywhere
14259 * fvwm/borders.c (RedrawBorder):
14260 * fvwm/decorations.c (SelectDecor):
14261 * fvwm/add_window.c (setup_style_and_decor):
14262 (setup_resize_handle_cursors):
14263 * fvwm/window_flags.h:
14264 * fvwm/fvwm.h (struct):
14265 added new member has_handles and new macro HAS_HANDLES
14267 * fvwm/decorations.c (SelectDecor):
14268 fixed the NoHandles style
14270 * fvwm/decorations.c (SelectDecor):
14271 * fvwm/style.c (check_window_style_change):
14272 (parse_and_set_window_style):
14274 * fvwm/fvwm.h (struct):
14275 renamed has_no_handles to has_no_border
14277 2002-03-15 olicha <olivier.chapuis@free.fr>
14280 * libs/Fft.c (is_utf8_encoding):
14284 s/COMPUND_TEXT/COMPOUND_TEXT
14287 Removed matrix xft specification doc as now it is use internally by
14290 * libs/Flocale.c (FlocaleRotateDrawString):
14291 (FlocaleUnloadFont):
14292 (FlocaleDrawString):
14293 (FlocaleTextWidth):
14295 * libs/Fft.c (FftGetRotatedFont):
14299 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14301 * fvwm/geometry.c (get_title_font_size_and_offset):
14302 * fvwm/style.c (parse_and_set_window_style):
14303 (check_window_style_change):
14304 * fvwm/update.c (apply_window_updates):
14308 * fvwm/window_flags.h:
14309 Implemented vertical text rendering, new style SideTitleTextDefault,
14310 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14312 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14315 removed inclusion of fvwmdebug.h
14317 * libs/gravity.c (ParseDirectionArgument):
14318 fixed direction parsing
14320 * fvwm/menus.c (get_menu_options):
14321 fixed a compiler warning
14323 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14325 * fvwm/bindings.c (ParseBinding):
14326 fixed compiler warning
14328 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14330 fixed compilation w/ --disable-ewmh
14332 * fvwm/windowlist.c (CMD_WindowList):
14333 fixed parsing of conditions versus position of window list broken with
14336 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14339 * libs/Fft.c (FftTextWidth):
14340 (is_utf8_encoding):
14341 (FftGetFontWidths):
14343 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14344 if HAVE_XFT was not set.
14346 * fvwm/events.h (XEVMASK_DECORW):
14347 select EnterNotify and LeaveNotify on frame instead of decor_w
14349 * fvwm/add_window.c (setup_title_window):
14350 (setup_button_windows):
14351 (setup_resize_handle_windows):
14352 frame window is the new parent of the title, button and handle windows
14353 (setup_frame_stacking):
14354 new stacking order of decoration windows
14356 * fvwm/menuitem.c (menuitem_paint):
14357 * fvwm/events.c (HandleExpose):
14360 * fvwm/move_resize.c (unmaximize_fvwm_window):
14361 don't force to redraw the frame
14363 * libs/gravity.c (gravity_get_offsets):
14366 functions moved to gravity.c
14368 2002-03-10 olicha <olivier.chapuis@free.fr>
14370 * acconfig.h (HAVE_XFT_UTF8):
14372 * libs/Fft.c (is_utf8_encoding):
14373 (FftGetFontWidths):
14376 Detected if Xft can handle utf8 string
14379 * fvwm/menuitem.c (menuitem_paint):
14380 * fvwm/events.c (HandleExpose):
14381 Fixed Xft related compilation failure and warning
14383 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14387 * fvwm/move_resize.c:
14392 * fvwm/add_window.c:
14393 * fvwm/frame.c (frame_setup_window):
14394 (frame_force_setup_window):
14395 (frame_setup_shape):
14396 SetupFrame renamed to frame_setup_window
14397 ForceSetupFrame renamed to frame_force_setup_window
14398 SetShape renamed to frame_setup_shape
14400 * fvwm/windowshade.c:
14401 moved most code to frame.c
14403 * fvwm/frame.c (SetShape):
14405 (set_decor_gravity):
14408 functions moved to new file
14411 (frame_setup_title_bar):
14415 direction code moved to gravity.c and gravity.h
14417 * fvwm/windowshade.c (CMD_WindowShade):
14418 * fvwm/geometry.c (get_shaded_geometry):
14420 * libs/FScreen.c (FScreenInit):
14421 (FScreenUpdateEmulationMapState):
14422 changed Xinerame emulation layout
14425 Corrected the description of the XineramaPrimaryScreen command that was
14428 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14430 * fvwm/menus.c (menu_tear_off):
14431 (unlink_item_from_menu):
14432 (menu_strip_tear_off_title):
14433 use the text from a title item as the tear off menu title if the menu
14434 begins with a title; skip separators and tear off bars at the front of
14438 implemented titleatleft and titleatright styles; titles are not drawn
14441 * fvwm/style.c (check_window_style_change):
14442 * fvwm/update.c (apply_window_updates):
14443 * fvwm/ewmh_names.c (EWMH_WMIconName):
14446 * fvwm/ewmh.c (ksmserver_workarround):
14447 * fvwm/update.c (apply_window_updates):
14448 * fvwm/conditional.c (MatchesConditionMask):
14449 * fvwm/fvwm.c (main):
14450 * fvwm/session.c (SaveWindowStates):
14453 * fvwm/functions.c (expand):
14454 * fvwm/stack.c (dump_stack_ring):
14455 (verify_stack_ring_consistency):
14456 * fvwm/module_interface.c (BroadcastWindowIconNames):
14457 (CMD_Send_WindowList):
14458 * fvwm/add_window.c (free_window_names):
14459 (free_window_names):
14460 * fvwm/events.c (HandlePropertyNotify):
14461 * fvwm/builtins.c (CMD_Wait):
14462 * fvwm/style.c (CMD_DestroyStyle):
14464 Adapted to changes of Flocale.h
14467 removed COMPUND_TEXT ifdef
14470 mutibyte defaults to on
14475 * fvwm/fvwm.h (FvwmWindow):
14476 cleaned up Flocale stuff for better information hiding
14478 * libs/Flocale.c (get_FlocaleFontSet):
14480 added a new font strucht member min_char_offset for vertical text
14482 * libs/Flocale.c (get_FlocaleFontSet):
14483 fixed a bug in descent calculation
14485 * fvwm/fvwm.h (FvwmWindow):
14488 * fvwm/borders.c (RedrawButtons):
14493 (DrawMultiPixmapTitlebar):
14494 don't use title_g or boundary_width
14496 * libs/Flocale.c (FlocaleTextWidth):
14497 * libs/Flocale.c (FlocaleDrawString):
14498 added interface for vertical strings
14499 * libs/Flocale.h (FlocaleWinString):
14500 added flags structure w/ is_vertical_string flag
14502 * fvwm/borders.c (RedrawTitle):
14503 (DrawMultiPixmapTitlebar):
14504 * fvwm/screen.h (ScreenInfo):
14505 * fvwm/icons.c (DrawIconWindow):
14506 * fvwm/move_resize.c (DisplayPosition):
14508 * fvwm/screen.h (ScreenInfo):
14509 removed ScratchStr and TitleStr; *please* don't use global variables
14512 * fvwm/move_resize.c (ParseOneResizeArgument):
14513 (GetResizeArguments):
14514 (GetResizeMoveArguments):
14516 (resize_move_window):
14517 * fvwm/module_interface.c (CONFIGARGS):
14520 * fvwm/placement.c (PlaceWindow):
14521 * fvwm/add_window.c (setup_title_window):
14522 (setup_button_windows):
14523 (setup_parent_window):
14524 (resize_resize_handle_windows):
14525 (change_resize_handle_windows):
14527 * fvwm/geometry.c (get_window_borders):
14528 (gravity_get_naked_geometry):
14529 (gravity_add_decoration):
14531 don't use title_g.width and title_g.height anymore
14533 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14536 * fvwm/borders.c (SetupTitleBar):
14537 * fvwm/add_window.c (setup_title_window):
14538 don't use title_g.x and title_g.y anymore
14539 (setup_title_geometry):
14542 * fvwm/fvwm.h (FvwmWindow):
14543 replaced title_g by title_length and title_thickness
14544 renamed title_text_y to title_text_offset
14546 * fvwm/add_window.c (setup_style_and_decor):
14547 (setup_parent_window):
14548 * fvwm/decorations.c (SelectDecor):
14549 * fvwm/placement.c (PlaceWindow):
14550 * fvwm/windowlist.c (CMD_WindowList):
14551 * fvwm/events.c (SendConfigureNotify):
14552 (HandlePropertyNotify):
14554 * fvwm/move_resize.c (DisplaySize):
14555 (ParseOneResizeArgument):
14556 (GetResizeArguments):
14557 (GetResizeMoveArguments):
14559 (resize_move_window):
14560 * fvwm/geometry.c (gravity_get_naked_geometry):
14561 (gravity_add_decoration):
14563 don't use boundary_width anymore
14565 * fvwm/borders.c (SetupTitleBar):
14568 * fvwm/fvwmdebug.c:
14569 removed outdated file that was never used
14571 * fvwm/move_resize.c (move_window_doit):
14572 fixed GNOME and EWMH hints when unsticking a window
14574 * fvwm/virtual.c (CMD_MoveToDesk):
14575 unstick windows when MoveToDesk is used
14578 * fvwm/windowshade.c (CMD_WindowShade):
14579 (CMD_WindowShadeAnimate):
14580 functions moved to windowshade.c
14582 * fvwm/window_flags.h:
14583 * fvwm/menus.c (pop_menu_up):
14584 * fvwm/builtins.c (CMD_WindowShade):
14585 * fvwm/move_resize.c (resize_window):
14586 * fvwm/icons.c (AutoPlaceIcon):
14587 * fvwm/borders.c (SetupFrame):
14588 don't use HAS_BOTTOM_TITLE any more
14592 * fvwm/geometry.c (get_title_font_width_and_offset):
14593 * fvwm/geometry.c (set_window_border_size):
14594 * fvwm/geometry.c (is_window_border_minimal):
14595 * fvwm/geometry.c (get_window_borders_no_title):
14596 * fvwm/geometry.c (get_shaded_client_window_pos):
14597 * fvwm/geometry.c (get_icon_corner):
14598 * fvwm/geometry.c (get_title_gravity):
14599 * fvwm/geometry.c (get_title_geometry):
14600 * fvwm/borders.c (get_button_number):
14603 * fvwm/borders.c (SetupFrame):
14605 * fvwm/events.c (HandleShapeNotify):
14606 * fvwm/borders.c (SetupTitleBar):
14607 * fvwm/update.c (apply_window_updates):
14608 * fvwm/add_window.c (setup_window_font):
14609 removed title_top_height
14611 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14614 * fvwm/events.c (SendConfigureNotify):
14615 * fvwm/events.c (HandleConfigureRequest):
14616 preparations for W/E titles
14617 don't use title_top_height any more
14619 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14620 use title_dir flags
14622 * fvwm/geometry.c (get_window_borders):
14623 * fvwm/style.c (parse_and_set_window_style):
14624 (check_window_style_change):
14625 * fvwm/style.h (SCSET_TITLE_DIR):
14626 * fvwm/window_flags.h (GET_TITLE_DIR):
14627 * fvwm/fvwm.h (struct):
14628 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14631 * libs/Parse.c (ParseDirectionArgument):
14633 use new type direction_type
14635 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14637 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14638 use function from geometry.c to get the border size
14640 * fvwm/geometry.c (get_shaded_geometry):
14641 added code for shading in all directions
14643 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14645 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14647 2002-03-07 olicha <olivier.chapuis@free.fr>
14649 * libs/Flocale.c (FInitLocale):
14650 * fvwm/fvwm.c (main):
14651 Set the locale using "" as locale argument
14653 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14656 fixed some typos and indentation of several new variable entries
14658 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14660 * fvwm/functions.h (enum):
14661 * fvwm/functions.c (func_config):
14663 * fvwm/conditional.c (CMD_ThisWindow):
14664 renamed command "This" to "ThisWindow"
14666 * fvwm/conditional.c (Circulate):
14667 "Current" no longer selects a random window when no window is focused
14669 * fvwm/icccm2.c (SetupICCCM2):
14670 removed debug fprintf
14672 * fvwm/functions.c (expand_extended_var):
14673 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14674 pointer.wy, pointer.cx and pointer.cy.
14676 * libs/Parse.c (ParseDirectionArgument):
14677 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14679 * fvwm/builtins.c (CMD_WindowShade):
14680 fixes for animated shading w/ titleatbottom+north and titleattop+south
14682 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14684 * fvwm/move_resize.c (moveLoop):
14686 * fvwm/virtual.c (HandlePaging):
14687 moving/resizing windows opaque is much faster
14689 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14691 * fvwm/add_window.c (resize_resize_handle_windows):
14692 (change_resize_handle_windows):
14693 (setup_window_font):
14694 fixed changing the handlewidth style
14696 * fvwm/update.c (apply_window_updates):
14697 * fvwm/geometry.c (update_absolute_geometry):
14698 * fvwm/builtins.c (CMD_WindowShade):
14699 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14700 * fvwm/conditional.c (CreateConditionMask):
14701 * fvwm/geometry.c (get_shaded_geometry):
14702 * fvwm/session.c (MatchWinToSM):
14703 * fvwm/add_window.c (setup_window_structure):
14705 * fvwm/window_flags.h (SHADED_DIR):
14706 * fvwm/fvwm.h (struct):
14707 implemented new WindowShade options "North" and "South" to allow shading
14708 a window in either direction, regardless of if the title is at the top
14711 * libs/Module.c (module_expand_action):
14712 new convenience function for modules
14714 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14716 * fvwm/fvwm2.1: Fixes to the font section.
14718 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14720 * fvwm/conditional.c (CMD_WindowId):
14721 set the correct context window for unmanaged windows
14723 * fvwm/icons.c (DrawIconWindow):
14724 raise the icon title even if it's too small to be expanded
14726 * fvwm/conditional.c (CMD_Cond):
14727 Fixed it the right way this time
14729 same fix for the 'Any' command
14736 unified circulating functions into a single one
14738 Pick allows to pick functions that have CirculateSkip set
14739 fixed a memory leak
14743 (CMD_PointerWindow):
14744 unified selecting functions into a single one
14747 Allow user to override the default CirculateHit of these functions
14749 * fvwm/conditional.c (CMD_Cond):
14750 Fixed a problem w/ the window selection
14756 * fvwm/menustyle.h:
14757 * fvwm/menustyle.c:
14761 moved some of the menu code into separate files
14762 more work on tear off menus; windowlist can now be torn off without a
14767 added templates for new source files
14769 * libs/Picture.c (fvwmlib_clone_color):
14772 * fvwm/menus.c (make_menu):
14774 removed unused parameter from make_menu()
14776 * fvwm/fvwm2.1 (Example):
14777 corrected statement about CaptureHonorsStartsOnPage being the default
14779 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14784 added and documented --disable-bidi and --disable-perllib
14786 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14788 * fvwm/geometry.c (get_window_borders):
14789 fixed calculation of $[cw.y] and $[cw.height]
14791 * fvwm/move_resize.c (resize_move_window):
14792 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14794 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14796 * fvwm/move_resize.c (resize_move_window):
14798 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14801 re-added --enable-xinerama-emulation option that was removed recently
14803 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14808 several corrections and rewording
14810 2002-02-28 olicha <olivier.chapuis@free.fr>
14813 New section FONT NAMES AND FONT LOADING
14817 Document --enable-xft
14819 * libs/Fft.c (get_FlocaleXftFont):
14820 Used the xft font height in the place of ascent+descent
14822 * fvwm/icons.c (DrawIconWindow):
14823 Fixed the fg colors of the icon title
14825 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14827 * fvwm/conditional.c (CMD_CondCase):
14828 fixed CondCase command
14830 fixed numeric return codes
14832 * fvwm/add_window.c (CMD_Recapture):
14833 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14835 * acinclude.m4 (smr_CHECK_LIB):
14836 disabled a destructing gnome_prefix logic again
14838 * fvwm/events.c (GetContext):
14839 * libs/Bindings.c (win_contexts):
14841 new contexts for individual parts of the window border
14843 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14846 disabled a destructing gnome_prefix logic
14849 replaced fribidi detection mechanism, now fribidi-config is used
14851 2002-02-26 olicha <olivier.chapuis@free.fr>
14853 * acconfig.h (HAVE_XFT):
14856 * libs/Fft.c (new file):
14857 * libs/Flocale.c (FlocaleLoadFont):
14858 (FlocaleUnloadFont):
14859 (FlocaleDrawString):
14860 (FlocaleTextWidth):
14861 (get_FlocaleFontSet):
14863 (get_FlocaleFontOrFontSet):
14865 * fvwm/Makefile.am:
14866 Added anti-alised font rendering using Xft. This is off by default.
14867 A font can now be given as a ";" separated list of either ","
14868 separated list of XFLD font name or Xft font name with "xft:" as
14870 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14871 See Flocale.h for details
14873 * fvwm/events.c (HandleExpose):
14874 * fvwm/menus.c (paint_item):
14875 Always clear the text area before drawing text with an Xft font
14877 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14879 * acinclude.m4 (smr_CHECK_LIB):
14880 fixed a bug with variable expansion and autoconf cache values
14882 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14884 * fvwm/menus.c (seek_submenu_instance):
14886 * fvwm/fvwm.c (InitVariables):
14887 some general menu clean up
14889 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14890 * fvwm/move_resize.h (resize_geometry_window):
14891 * fvwm/menus.c (animated_move_back):
14893 (ParentalMenuRePaint):
14894 Removed the global variables for parental relativity. Please *do not*
14895 use globals in menus.c or anywhere else. I'm trying to remove most
14896 globals in the long run.
14898 * libs/Graphics.c (do_relieve_rectangle):
14901 * fvwm/menus.c (MenuInteraction):
14902 fixed tearing off menus by selecting a tear off item with the keyboard
14904 * fvwm/menus.c (MenuInteraction):
14905 fixed menus not popping down sometimes
14907 * fvwm/functions.c (CMD_TearMenuOff):
14908 * fvwm/menus.c (AddToMenu):
14910 (warp_pointer_to_item):
14911 (get_selectable_item_index):
14912 (get_selectable_item_from_index):
14913 (get_selectable_item_from_section):
14916 (draw_tear_off_bar):
14917 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14918 New command "TearMenuOff" in menus. In a normal item, this tears off
14919 the menu when selected. If the item has no title, it is drawn as a
14920 dashed line too. Pressing button 2 over a title tears out the menu too.
14923 * fvwm/menus.c (make_menu_window):
14924 fixed problem w/ mapping menus, performance enhancement
14926 * fvwm/builtins.c (CMD_Destroy):
14930 * fvwm/functions.c (execute_function):
14931 (expand_extended_var):
14933 new variable cond.rc that returns the last return code of a conditinal
14936 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14938 * fvwm/conditional.c (CMD_Cond):
14942 * fvwm/functions.h:
14943 * fvwm/functions.c:
14944 new conditional commands Cond, CondCase and Break
14946 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14947 (ewmh_WMStateShaded):
14950 (ewmh_WMStateHidden):
14952 (ewmh_CloseWindow):
14953 (ewmh_ActiveWindow):
14954 (ewmh_DesktopGeometry):
14955 * fvwm/gnome.c (GNOME_HandlePropRequest):
14956 * fvwm/windowlist.c (CMD_WindowList):
14957 * fvwm/update.c (apply_window_updates):
14958 * fvwm/conditional.c (CMD_Pick):
14964 (CMD_PointerWindow):
14969 * fvwm/read.c (run_command_stream):
14970 * fvwm/fvwm.c (Done):
14974 * fvwm/module_interface.c (ExecuteModuleCommand):
14975 * fvwm/move_resize.c (handle_stick):
14976 * fvwm/add_window.c (AddWindow):
14977 * fvwm/events.c (HandleKeyPress):
14978 (HandleButtonPress):
14979 (HandleClientMessage):
14980 (HandleButtonRelease):
14981 (HandlePropertyNotify):
14982 * fvwm/builtins.c (CMD_DestroyDecor):
14985 * fvwm/functions.h (func_type):
14986 * fvwm/functions.c (old_execute_function):
14987 (execute_function):
14988 (execute_complex_function):
14990 * fvwm/fvwm.h (fvwm_cond_func_rc):
14991 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14993 * fvwm/ConfigFvwmDefaults:
14994 set some default styles for tear off menu windows
14996 * fvwm/menus.c (menuShortcuts):
14997 ignore actions that would normally close a menu if it's a tear off menu
14998 <Backspace> creates a tear off menu
14999 <Escape> closes a tear off menu
15001 * fvwm/builtins.c (CMD_Delete):
15004 * fvwm/menus.c (DestroyMenu):
15005 (make_menu_window):
15007 * fvwm/menus.h (MenuRootDynamic):
15008 Each menu window is created with a unique display to prevent fvwm from
15009 being killed when a tear off menu is destroyed. Of course this is
15010 inefficient, but still better than writing a menu module.
15012 2002-02-23 Mikhael Goikhman <migo@homemail.com>
15015 autogenerate perllib/FVWM/Module/Makefile
15017 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15019 * fvwm/move_resize.c (moveLoop):
15020 fixed a problem with keyboard movement vs. EdgeResistance
15022 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15025 fixed problem with root bindings and xfishtank
15027 * fvwm/windowlist.c (CMD_WindowList):
15028 applied patch by to Darren Marshall to fix placement of window list on
15029 wrong xinerama screen
15031 * libs/Parse.c (GetSuffixedIntegerArguments):
15032 integer arguments that must not have a suffix but have one are ignored
15034 * fvwm/icons.c (DeIconify):
15036 applied patch by Markus Schwarzenberg to fix a rare problem with the
15037 is_map_pending flag, iconified icons and restart
15039 2002-02-22 Mikhael Goikhman <migo@homemail.com>
15042 * fvwm/conditional.c (CMD_This):
15043 * fvwm/functions.c:
15044 * fvwm/functions.h:
15047 added new conditional command This
15049 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15053 added fribidi library detection
15055 2002-02-12 olicha <olivier.chapuis@free.fr>
15057 * libs/Flocale.h (FlocaleFont):
15058 * libs/Flocale.c (get_FlocaleFont):
15059 (get_FlocaleFontSet):
15060 Compute the ascent and descent of the FlocaleFont structure directly
15061 from the XFontSetExtents data in the case of a fontset
15062 Added max_char_width to the FlocaleFont structure
15064 * libs/Makefile.am (libfvwm_a_SOURCES):
15066 Removed libs/GetFont.c
15068 * fvwm/menus.c (FreeMenuStyle):
15071 (CMD_CopyMenuStyle):
15072 * fvwm/menus.h (MenuLook):
15073 Fixed default font handling font by using a new MenuLook flags
15076 * fvwm/menus.c (UpdateMenuStyle):
15077 Fixed default font update
15079 * fvwm/fvwm.c (SetRCDefaults):
15081 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15082 fvwm initialization
15084 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15087 added FvwmPerl/* file generation
15089 2002-02-11 olicha <olivier.chapuis@free.fr>
15093 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15096 Added more documentation and change the MB_FALLBACK_FONT to
15097 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15098 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15099 more consistent with the none multibyte case.
15101 2002-02-10 olicha <olivier.chapuis@free.fr>
15103 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15105 * fvwm/events.c (HandleUnmapNotify):
15106 (HandleReparentNotify):
15107 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15108 (ewmh_WMStateSticky):
15109 (ewmh_WMStateHidden):
15110 Restore various ewmh initial states when a window is unmapped or
15113 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15117 added support for new perllib directory
15119 2002-02-09 olicha <olivier.chapuis@free.fr>
15126 Rename I18N_MB to MULTIBYTE
15127 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15129 * libs/Flocale.c (*):
15131 New Font and Text API. A cache is used for fonts information. Font
15132 loading is more powerfull as both font or fontset can be loaded.
15133 See Flocale.h for details, more comments will be added soon.
15134 Fortunately, it seems that there are no more memory problems with
15135 --enable-multibyte!
15136 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15137 with XmbTextPropertyToTextList
15139 * fvwm/events.c (HandlePropertyNotify):
15140 * fvwm/misc.c (NewFontAndColor):
15143 * fvwm/menus.c (FreeMenuStyle):
15145 (CMD_CopyMenuStyle):
15147 (calculate_item_sizes):
15148 (size_menu_horizontally):
15150 * fvwm/builtins.c (CMD_DefaultFont):
15151 (ApplyDefaultFontAndColors):
15152 * fvwm/add_window.c (destroy_icon_font):
15154 (destroy_window_font):
15155 (setup_window_font):
15156 (free_window_names):
15157 (setup_window_name):
15159 * fvwm/fvwm.h (FvwmWindow):
15160 * fvwm/move_resize.c (DisplayPosition):
15161 (resize_geometry_window):
15163 * fvwm/fvwm.c (InitVariables):
15164 * fvwm/icons.c (DrawIconWindow):
15165 (setup_icon_title_size):
15166 * fvwm/borders.c (RedrawTitle):
15167 (DrawMultiPixmapTitlebar):
15168 * fvwm/screen.h (ScreenInfo):
15169 Use the new Text and Font API
15171 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15173 * fvwm/module_interface.c (PositiveWrite):
15174 fixed core dump when a module died in the select of PositiveWrite()
15176 * fvwm/module_interface.c (initModules):
15178 (do_execute_module):
15180 (KillModuleByName):
15181 (CMD_SendToModule):
15183 * fvwm/modconf.c (ModuleConfig):
15184 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15186 * fvwm/icons.c (GetXPMFile):
15187 suppress unnecessary error message for xmb icons
15189 * fvwm/misc.c (fvwm_msg):
15190 * fvwm/misc.h (enum):
15191 added new fvwm_msg type "OLD" for deprecated commands
15193 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15196 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15199 New section "Bug Reports".
15201 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15203 * fvwm/update.c (apply_window_updates):
15204 fixed propagation of window border and title colours to the modules
15206 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15208 * fvwm/menus.c (do_menu):
15209 fixed leaving tear off menus when something is selected with the mouse
15211 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15213 * fvwm/events.c (HandleEnterNotify):
15215 more work on tear off menus
15217 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15219 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15220 * fvwm/menus.c (menu_enter_tear_off_menu):
15225 properly calculate pointer position in tear off menus
15227 fixed active wait w/ poopup/popdown delays
15229 * fvwm/windowlist.c (CMD_WindowList):
15230 don't initialise some variables twice
15232 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15234 * fvwm/add_window.c (CaptureOneWindow):
15235 properly recapture tear off menus
15237 (IS_MESSAGE_IN_MASK):
15238 (is_message_selected):
15241 * fvwm/schedule.c (deschedule):
15243 * fvwm/events.c (My_XNextEvent):
15245 * fvwm/module_interface.c (ClosePipes):
15246 (CMD_ModuleSynchronous):
15248 performance enhancements; made macros out of simple functions
15250 * fvwm/builtins.c (CMD_WindowShade):
15251 don't redraw the decorations if window was not shaded or unshaded
15253 * fvwm/schedule.c (deschedule_obj_func):
15254 (execute_obj_func):
15255 fixed core dump when a scheduled command deschedules itself
15257 2002-01-31 olicha <olivier.chapuis@free.fr>
15262 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15265 * fvwm/move.c (moveLoop):
15266 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15268 * fvwm/session.c (get_version_string):
15269 switch from static to date-based version string
15272 remove --enable-kanji compatibility option
15276 fix warnings, gcc compains on having something after #endif
15278 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15280 * fvwm/builtins.c (CMD_Delete):
15283 don't crash fvwm when trying to close a tear off menu
15285 * fvwm/decorations.c (is_function_allowed):
15286 * fvwm/menus.c (menu_expose):
15288 * fvwm/events.c (HandleReparentNotify):
15289 (HandleUnmapNotify):
15290 * fvwm/add_window.c (AddWindow):
15292 * fvwm/fvwm.h (struct):
15293 * fvwm/add_window.c (CaptureAllWindows):
15294 (CaptureOneWindow):
15295 * fvwm/events.h (flush_property_notify):
15296 * fvwm/events.c (HandleMapRequestKeepRaised):
15297 started work on tear off menus
15299 * fvwm/fvwm.c (main):
15300 * fvwm/events.c (CMD_Sync):
15302 * fvwm/commands.h (CMD_Synchronize):
15303 * fvwm/functions.h (enum):
15304 * fvwm/functions.c (func_config):
15305 new commands XSync and XSynchronize for debugging
15307 * fvwm/conditional.c (CreateConditionMask):
15308 (MatchesConditionMask):
15309 * fvwm/builtins.c (CMD_State):
15310 * fvwm/fvwm.h (struct):
15311 * fvwm/functions.h:
15313 * fvwm/functions.c (func_config):
15314 new command "State"
15315 new condition "State"
15320 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15322 * fvwm/module_interface.c (AddToMessageQueue):
15324 (DeleteMessageQueueBuff):
15325 (FlushMessageQueue):
15326 * fvwm/events.c (My_XNextEvent):
15327 * fvwm/module_interface.c (AddToCommandQueue):
15328 (ExecuteCommandQueue):
15329 use code from queue.c
15334 * fvwm/events.c (My_XNextEvent):
15335 "Schedule 0" commands are executed before event handling
15336 moved some of the chedule code into a new queue library
15338 2002-01-30 olicha <olivier.chapuis@free.fr>
15340 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15342 2002-01-30 olicha <olivier.chapuis@free.fr>
15346 * libs/Makefile.am:
15347 * fvwm/fvwm.c (main):
15348 New libs files Flocale.c and Flocale.h with a function to set the
15349 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15350 also a function to get the charset (from ewmh_name.c) and which
15351 setlocale if this has not been done with the above function. This
15352 function is also called at fvwm2 startup
15354 * fvwm/ewmh_names.c (charset_to_utf8):
15356 Use the Fcharset variable and remove get_charset
15358 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15361 * libs/GetFont.c (GetFontSetOrFixed):
15362 Free the missing charset list as suggested by Alexander Kotelnikov.
15363 Report problems with missing charset only 5 times. Remove the
15364 STRICTLY_FIXED code
15366 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15369 a patch to config.status to generate scripts executable, may be handy;
15370 added generation of utils/fvwm24_convert
15372 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15375 * fvwm/functions.c (expand_extended_var):
15376 implemented $[schedule.last] and $[schedule.next] variables
15377 implemented new command "Deschedule"
15379 * fvwm/misc.c (get_server_time):
15382 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15384 * fvwm/misc.c (get_server_time):
15385 * fvwm/events.c (My_XNextEvent):
15386 * fvwm/icccm2.c (SetupICCCM2):
15387 * fvwm/functions.h:
15389 * fvwm/functions.c (func_config):
15391 implemented new command "Schedule"
15393 * fvwm/builtins.c (CMD_Exec):
15394 applied job control patch by Alexander Kotelnikov using the portable
15395 version of setpgrp()
15397 * libs/setpgrp.c (fvwm_setpgrp):
15398 * libs/setpgrp.h (fvwm_setpgrp):
15399 * libs/Makefile.am:
15401 added checks for setpgrp and setpgid
15403 2002-01-29 olicha <olivier.chapuis@free.fr>
15406 Better test for iconv second argumeny
15409 Use gnu libiconv in priority against the system iconv
15411 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15413 * fvwm/stack.c (RaiseOrLowerWindow):
15415 (collect_transients_recursive):
15416 * fvwm/icons.c (get_visible_icon_window_count):
15417 fixed stack ring corruption with icons that have either no picture or
15420 2002-01-28 olicha <olivier.chapuis@free.fr>
15422 * fvwm/ewmh_names.c (charset_to_utf8):
15424 (EWMH_SetVisibleName):
15426 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15427 set the ewmh visible (icon) name only if the fvwm visible name is
15428 different from the ICCCM (icon) window name, limit the number of
15429 conversions error messages to 10
15431 2002-01-28 olicha <olivier.chapuis@free.fr>
15433 * fvwm/functions.c (func_config):
15435 * fvwm/builtins.c (CMD_PropertyChange):
15436 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15439 * fvwm/module_interface.h:
15440 * fvwm/module_interface.c (BroadcastPropertyChange):
15441 * libs/Module.h (MX_PROPERTY_CHANGE):
15442 New module message MX_PROPERTY_CHANGE for all propose messages.
15444 * fvwm/events.c (HandlePropertyNotify):
15446 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15447 as argument when fvwm2 detects that the root background change
15448 Removed the ROOT_BG_CHANGE_STRING stuff
15450 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15452 * NEWS, configure.in:
15453 changed version to 2.5.1
15455 * fvwm/misc.c (get_pointer_fvwm_window):
15457 * fvwm/functions.c (func_config):
15458 * fvwm/conditional.c (CreateConditionMask):
15459 (MatchesConditionMask):
15460 (CMD_PointerWindow):
15461 (CreateConditionMask):
15463 * fvwm/fvwm.h (WindowConditionMask):
15464 new conditions focused, !focused, haspointer, !haspointer
15465 new command PointerWindow that works like Current but on the window
15466 that currently contains the pointer
15467 new command Any which works like None but inverts the condition
15468 fixed parsing of conditions with more than one comma
15470 * fvwm/module_interface.h:
15471 * fvwm/module_interface.c (do_execute_module):
15473 * libs/Module.h (MAX_XMSG_MASK):
15474 fixed default message mask for modules
15476 * fvwm/update.c (flush_window_updates):
15477 * fvwm/virtual.c (UnmapDesk):
15479 (do_move_window_to_desk):
15480 * fvwm/icons.c (DeIconify):
15482 * fvwm/events.c (HandlePropertyNotify):
15483 (HandleMapRequestKeepRaised):
15485 (HandleButtonPress):
15486 (HandleEnterNotify):
15487 (HandleLeaveNotify):
15488 * fvwm/focus.c (DoSetFocus):
15491 (ReturnFocusWindow):
15493 (ForceDeleteFocus):
15495 (restore_focus_after_unmap):
15496 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15497 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15498 the flush_window_updates() function.
15500 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15502 * fvwm/placement.c (PlaceWindow):
15503 minor performance enhancement
15505 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15508 * fvwm/menus.c (MenuInteraction):
15509 (pointer_in_active_item_area):
15510 (pointer_in_passive_item_area):
15511 new menu style PopupActiveArea
15513 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15515 * fvwm/move_resize.c (CMD_ResizeMaximize):
15516 (CMD_ResizeMoveMaximize):
15517 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15519 2002-01-21 olicha <olivier.chapuis@free.fr>
15522 s/Penalities/Penalties/g
15524 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15526 * fvwm/events.c (HandleLeaveNotify):
15527 (HandleEnterNotify):
15528 * fvwm/modconf.c (ModuleConfig):
15529 * fvwm/update.c (apply_window_updates):
15530 * fvwm/module_interface.c (BroadcastWindowIconNames):
15531 (CMD_Send_WindowList):
15533 (do_execute_module):
15535 (CMD_set_nograb_mask):
15536 (CMD_set_sync_mask):
15538 (set_mseggage_mask):
15539 (is_message_in_mask):
15540 (is_message_selected):
15542 rewrote message interface to allow more than 32 messages with minimal
15543 changes in the existing interfaces.
15544 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15547 * fvwm/style.c (parse_and_set_window_style):
15548 * fvwm/fvwm.h (struct):
15549 * fvwm/events.c (HandleButtonPress):
15550 implemented new styles MouseFocusClickIgnoreMotion and
15551 MouseFocusClickIgnoreMotionOff
15553 * fvwm/focus.c (focus_grab_buttons):
15554 fixed button mask for > 5 buttons
15556 2002-01-19 olicha <olivier.chapuis@free.fr>
15558 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15559 Save and restore the icon_pixmap_w and add comments
15561 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15563 * fvwm/events.c (HandleEnterNotify):
15564 fixed EnterNotify events for icons
15566 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15569 * fvwm/stack.c (overlap_box):
15571 * fvwm/icons.c (clear_icon):
15572 * fvwm/add_window.c (destroy_icon):
15573 * fvwm/fvwm.h (FvwmWindow):
15574 * fvwm/geometry.c (get_window_borders):
15575 (get_client_geometry):
15576 * libs/fvwmrect.h (struct):
15577 * fvwm/functions.c (expand_extended_var):
15578 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15579 return the geometry of the client window
15580 implemented new extended variables it.x, it.y, it.width, it.height that
15581 return the geometry of the icon title
15582 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15583 return the geometry of the icon picture
15584 implemented new extended variables i.x, i.y, i.width, i.height that
15585 return the geometry of the whole icon
15586 fixed $[w.height] when the window is shaded
15587 cleaned up icon geometry code
15589 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15592 * fvwm/functions.c:
15593 * fvwm/functions.h:
15594 * fvwm/move_resize.c (unmaximize_fvwm_window):
15595 (maximize_fvwm_window):
15597 (CMD_ResizeMaximize):
15601 (resize_move_window):
15602 (CMD_ResizeMoveMaximize):
15603 New command ResizeMaximize. Works like Resize, but modifies the
15604 maximized size of the window, not the normal size.
15605 New command ResizeMoveMaximize that works similarly.
15606 (resize_move_window):
15607 fixed ResizeMove command
15609 * fvwm/functions.c (expand):
15610 fixed core dump when using something like $[$v] in a command
15612 2002-01-17 olicha <olivier.chapuis@free.fr>
15614 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15615 * fvwm/events.c (HandlePropertyNotify):
15616 * fvwm/fvwm.c (InternUsefulAtoms):
15618 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15619 that the root background has changed. This uses the _XSETROOT_ID
15620 and XROOTPMAP_ID properties
15622 * fvwm/ewmh.c (atom_get):
15625 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15627 * fvwm/update.c (flush_window_updates):
15628 fixed unnecessary window style updates
15630 * fvwm/style.c (parse_and_set_window_style):
15631 * fvwm/add_window.c (RestoreWithdrawnLocation):
15633 (setup_frame_attributes):
15634 * fvwm/fvwm.h (FvwmWindow):
15635 Fvwm does no longer disable backing store on all of its windows. This
15636 cause too many problems with some applications, e.g. rdist. Introduced
15637 the new style BackingStoreWindowDefault that tells fvwm not to modify
15638 the backing store attribute on the client window - which now is the
15641 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15644 * fvwm/functions.c (func_config):
15645 * libs/Module.c (SetMessageMask2):
15650 fixed building with libstroke-0.5.1 on Solaris8
15652 * fvwm/stack.c (new_layer):
15653 * fvwm/borders.c (DrawButton):
15656 * fvwm/builtins.c (SetLayerButtonFlag):
15658 * fvwm/screen.h (struct):
15659 Applied the layer button patch by Richard Curnow with a few
15662 * fvwm/icons.c (GetIconBitmap):
15664 Ignore client icons that have the wrong depth
15666 * fvwm/events.c (HandleEnterNotify):
15667 Tried to fix focusing problem w/ unclutter.
15669 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15671 * fvwm/functions.c (CheckActionType):
15674 * fvwm/menus.c (paint_item):
15675 * fvwm/misc.c (is_function_allowed):
15676 * fvwm/move_resize.c (is_move_allowed):
15677 (is_resize_allowed):
15678 (is_maximize_allowed):
15679 * fvwm/decorations.c (check_if_function_allowed):
15680 combined all these functions into a new one
15681 use this function everywhere
15682 use the Fixed... styles to decide if a menu item is greyed or not
15684 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15686 * fvwm/events.c (HandleExpose):
15687 eat up expose events even if the server claims that the expose count is
15688 zero; fixes a problem with many redraws of windows that are uncovered
15689 by shading a window above them
15691 2002-01-10 olicha <olivier.chapuis@free.fr>
15693 * fvwm/focus.c (DoSetFocus):
15694 * fvwm/move_resize.c (CMD_Maximize):
15699 * fvwm/icons.c (DeIconify):
15702 * fvwm/gnome.c (GNOME_HandlePropRequest):
15703 * fvwm/ewmh_names.c (EWMH_WMName):
15704 * fvwm/events.c (HandleFocusIn):
15705 (HandlePropertyNotify):
15707 (HandleButtonPress):
15708 (HandleLeaveNotify):
15710 * fvwm/builtins.c (CMD_UpdateDecor):
15712 * fvwm/borders.c (draw_clipped_decorations):
15714 (RedrawDecorations):
15716 Added a new argument to DrawDecoration similar to draw_window_parts,
15717 which indicate which part of the decor should be cleared. At present
15718 time only CLEAR_FRAME is taken in account and this is used in
15719 ShadeWindow to draw the decoration without flickering. This argument
15720 may be used in the future to reduce opaque resizing flickering
15722 * fvwm/builtins.c (CMD_WindowShade):
15723 Draw the decoration during unshading a window
15725 * fvwm/menus.c (ParentalMenuRePaint):
15726 Fixed transparent animated menu again
15731 2002-01-09 olicha <olivier.chapuis@free.fr>
15733 * fvwm/style.c (CMD_Style):
15734 free all the elements of the ptmpstyle before freeing it
15736 * fvwm/menus.c (ParentalMenuRePaint):
15737 Fixed transparent animated menu with HilightBackOff
15739 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15741 * fvwm/style.c (merge_styles):
15742 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15743 in the copied style
15745 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15747 * fvwm/modconf.c (send_ignore_modifiers):
15748 (send_move_threshold):
15751 (send_color_limit):
15753 (send_desktop_geometry):
15754 (CMD_Send_ConfigInfo):
15755 moved code into new functions
15757 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15758 moved to defaults.h
15760 * fvwm/bindings.c (CMD_IgnoreModifiers):
15761 * fvwm/module_interface.c (broadcast_xinerama_state):
15762 * fvwm/modconf.c (send_ignore_modifiers):
15763 broadcast IgnoreModifiers to modules
15765 * fvwm/bindings.c (CMD_IgnoreModifiers):
15766 fixed IgnoreModifiers command without arguments
15768 corrected documentation of IgnoreModifiers command
15770 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15772 * fvwm/add_window.c:
15777 * fvwm/move_resize.c:
15780 * fvwm/module_interface.c:
15782 * fvwm/placement.c:
15785 * fvwm/fvwm.h (FvwmWindow):
15786 remnamed icon_w member to icon_title_w
15788 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15790 * fvwm/icons.c (RedoIconName):
15791 fixed sizing of icon title for icons without a pixmap
15793 (CreateIconWindow):
15795 (CreateIconWindow):
15796 rewrote icon title layout and moved the constants to defaults.h
15798 * fvwm/menus.c (menuShortcuts):
15799 (handle_emacs_bindings):
15800 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15802 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15804 * fvwm/fvwm2.1: Language checks done.
15805 .IR command not in column 1 fixed.
15807 2002-01-04 olicha <olivier.chapuis@free.fr>
15809 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15810 (AnimatedMoveOfWindow):
15811 (AnimatedMoveFvwmWindow):
15812 (move_window_doit):
15813 * fvwm/menus.c (ParentalMenuRePaint):
15814 (animated_move_back):
15816 Fixed transparent animated menu
15818 2002-01-03 olicha <olivier.chapuis@free.fr>
15820 * fvwm/move_resize.c (is_resize_allowed):
15822 Do not check if moveing/resizeing is MWM allowed for a no user request
15823 This fix for example FvwmWinList with MwmFunctions & NoOverride
15825 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15826 * fvwm/move_resize.c (is_move_allowed):
15827 Allowed moving if tmp_win is null and check if move is allowed and
15828 not resize in AnimatedMoveAnyWindow. This fix animated menu
15830 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15832 (ewmh_AllowsResize):
15833 Check as a user request
15836 * fvwm/move_resize.c (CMD_Maximize):
15839 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15840 to ignore the windows with a layer less or equal to the layer of
15841 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15842 Reorder a bit the Maximize documentation
15845 * fvwm/functions.c (expand_extended_var):
15846 New variables $[desk.name<n>] to get the desktop names
15848 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15850 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15851 Read with full path.
15853 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15856 * fvwm/misc.c (GrabEm):
15857 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15859 * fvwm/events.c (HandleUnmapNotify):
15860 (HandleMapRequestKeepRaised):
15861 (check_map_request):
15862 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15864 * fvwm/add_window.c (FetchWmProtocols):
15866 * fvwm/fvwm.h (FvwmWindow):
15867 * fvwm/events.c (HandleEnterNotify):
15868 (HandlePropertyNotify):
15869 * fvwm/focus.c (refresh_focus):
15871 fixed focus problems with netscape and ddd
15873 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15875 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15876 * libs/Pointer.c (GetLocationFromEventOrQuery):
15877 * fvwm/virtual.c (HandlePaging):
15878 * fvwm/move_resize.c (GetOnePositionArgument):
15880 (AnimatedMoveAnyWindow):
15883 * fvwm/module_interface.c (ExecuteModuleCommand):
15884 * fvwm/menus.c (do_menu):
15887 (get_menu_options):
15888 * fvwm/functions.c (execute_complex_function):
15889 * fvwm/events.c (HandleClientMessage):
15890 (WaitForButtonsUp):
15891 * fvwm/conditional.c (CMD_Direction):
15892 * fvwm/builtins.c (CMD_CursorMove):
15895 handle return code of XQueryPointer everywhere; necessary for dual head
15897 * fvwm/misc.c (GrabEm):
15898 Pointer was warped to other screen with a dual head setup
15900 2001-12-31 olicha <olivier.chapuis@free.fr>
15902 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15903 Removed some code which try to raise ewmh modal window over
15904 its transientfor window; this seems not possible without a new style
15905 or a bad hack in stack.c
15907 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15909 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15910 fallback to fixed font so it shows the right font for I18N.
15912 2001-12-30 olicha <olivier.chapuis@free.fr>
15914 * fvwm/window_flags.h:
15915 * fvwm/session.c (MatchWinToSM):
15916 (LoadWindowStates):
15917 (SaveWindowStates):
15918 (get_version_string):
15919 * fvwm/move_resize.c (CMD_Maximize):
15921 * fvwm/icons.c (CMD_Iconify):
15922 * fvwm/ewmh.c (EWMH_SetWMState):
15925 (EWMH_SetAllowedActions):
15928 * fvwm/ewmh_intern.h:
15929 * fvwm/ewmh_events.c (ewmh_WMState*):
15930 * fvwm/builtins.c (CMD_WindowShade):
15931 * fvwm/stack.c (new_layer):
15932 * fvwm/update.c (apply_window_updates):
15933 * fvwm/update.h (struct):
15934 * fvwm/add_window.c (setup_window_structure):
15935 (setup_window_name):
15937 * fvwm/style.c (check_window_style_change):
15938 The skip list and modal ewmh window states are now updated after
15939 an use/ignore ewmh state style changes. The other ewmh states are
15940 starting state only. All the initial ewmh states are keep in memory
15943 * fvwm/ewmh.c (EWMH_Handle*):
15945 Set the ewmh_window_type to an int (and not the corresponding atom)
15946 accordingly to the window type
15948 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15949 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15952 * fvwm/ewmh.c (EWMH_GetStyle):
15953 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15954 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15957 * libs/vpacket.h (ConfigWinPacket):
15958 * fvwm/module_interface.c (CONFIGARGSNEW):
15961 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15962 cfgpacket for FvwmIdent
15964 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15966 * fvwm/move_resize.c (resize_geometry_window):
15967 fixed wrong size calculation of geometry window
15969 2001-12-19 olicha <olivier.chapuis@free.fr>
15971 * fvwm/ewmh_names.c (convert_charsets):
15972 More precise error messages
15975 A few formatting fixes
15977 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15979 * fvwm/gnome.c (GNOME_SetHints):
15980 fixed window getting frozen into position upon a recapture or restart
15982 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15984 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15986 2001-12-17 olicha <olivier.chapuis@free.fr>
15989 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15991 * fvwm/ewmh.c (delete_kst_item):
15992 (set_kde_sys_tray):
15993 (EWMH_IsKdeSysTrayWindow):
15994 (EWMH_ManageKdeSysTray):
15995 * fvwm/events.c (HandleReparentNotify):
15996 Fixed reparenting management of kde system tray windows and
15997 added some off debugging code
15999 * fvwm/virtual.c (CMD_DesktopName):
16000 Removed some debugging code
16002 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16004 * fvwm/fvwm.h (struct):
16005 * fvwm/window_flags.h (IS_FIXED_PPOS):
16006 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16007 * fvwm/style.c (parse_and_set_window_style):
16008 (check_window_style_change):
16009 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16010 FixedUSSize, FixedPSize and Variable PPosition, ...
16012 * fvwm/events.c (HandleConfigureRequest):
16013 * fvwm/ewmh.c (ewmh_AllowsResize):
16014 (is_resize_allowed):
16017 * fvwm/gnome.c (GNOME_SetHints):
16018 (AnimatedMoveAnyWindow):
16021 * fvwm/move_resize.c (is_move_allowed):
16022 (is_resize_allowed):
16023 (is_maximize_allowed):
16024 new functions to clean up some code
16026 2001-12-15 Dan Espen <dane@mk.telcordia.com>
16028 * fvwm/fvwm2.1: Doc fixups.
16030 2001-12-15 olicha <olivier.chapuis@free.fr>
16032 * fvwm/builtins (CMD_BugOpts):
16034 * fvwm/ewmh_conf.c (EWMH_BugOpts):
16035 * fvwm/ewmh_events.c (ewmh_StateHidden):
16036 * fvwm/fvwm.c (InitVariables):
16038 * fvwm/icons.c (CMD_Iconify):
16040 * fvwm/virtual.c (unmap_window):
16042 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16043 to fix the IconicState problems in vitrual.c. New BugOpts
16044 EWMHIconicStateWorkaround for supporting current KDE versions
16046 * fvwm/events.c (HandlePropertyNotify):
16047 * fvwm/ewmh.c (ewmh_AllowsYes):
16049 (ewmh_AllowsClose):
16050 (ewmh_AllowsMaximize):
16052 (ewmh_AllowsResize):
16053 (EWMH_SetAllowedActions):
16055 * fvwm/style.c (check_window_style_change):
16056 * fvwm/update.c (apply_window_updates):
16058 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16060 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16062 * fvwm/borders.c (RedrawTitle):
16063 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16064 fixed 'stick' lines with long titles
16066 2001-12-11 olicha <olivier.chapuis@free.fr>
16070 * fvwm/ewmh.c (ewmh_SetWorkArea):
16072 (ewmh_ComputeAndSetWorkArea):
16073 (ewmh_HandleDynamicWorkArea):
16074 (EWMH_GetWorkAreaIntersection):
16075 (EWMH_GetStrutIntersection):
16076 (get_intersection):
16077 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16080 * fvwm/fvwm.c (InitVariables):
16082 * fvwm/modconf.c (send_desktop_names):
16083 (CMD_Send_ConfigInfo):
16084 * fvwm/placement.c (get_next_x):
16087 * fvwm/virtual.c (CMD_DesktopName):
16090 New command "DesktopName desk name" to define desktops names for
16091 the FvwmPager, the WindowList and ewmh compliant pagers.
16092 Desktops information (desk, desk name, working areas) is stored in a
16093 new list sub structure of Scr, DesktopsInfo. The head of the list
16094 contains generic information for desks that are not in the list.
16096 * fvwm/windowlist.c (get_desk_title):
16100 New window list options NoDeskNum, NoCurrentDeskTitle,
16101 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16102 the NoGeometry and NoGeometryInfo options.
16105 * fvwm/ewmh_names.c:
16106 * fvwm/ewmh_icons.c:
16107 Added some static declarations
16109 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16110 It seems that UTF8 names should not be terminated by a 0
16112 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16113 Set the stacking list in the good orders
16115 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16118 * fvwm/functions.c:
16122 removed all MULTISTYLE ifdefs
16124 * fvwm/borders.c (RedrawTitle):
16125 fixed title drawing into relief
16127 2001-12-08 olicha <olivier.chapuis@free.fr>
16134 * fvwm/window_flags.h:
16136 s/extended_window_name/indexed_window_name/i
16137 s/extended_icon_name/indexed_icon_name/i
16138 s/do_update_window_name/do_update_visible_window_name/
16139 s/do_update_icon_name/do_update_visible_icon_name/
16141 * fvwm/style.c (CMD_Style):
16143 (parse_and_set_window_style):
16144 Split CMD_Style into CMD_Style and parse_and_set_window_style
16146 2001-12-06 olicha <olivier.chapuis@free.fr>
16148 * fvwm/add_window.c (setup_window_name_count):
16149 (setup_icon_name_count):
16150 Better determination of the window and icon names index
16152 * fvwm/add_window.c (AddWindow):
16154 * fvwm/events.c (HandlePropertyNotify):
16155 * fvwm/ewmh_names.c (EWMH_WMName):
16157 * fvwm/module_interface.c (BroadcastWindowIconNames):
16158 * fvwm/module_interface.h:
16159 (CMD_Send_WindowList):
16161 (CMD_set_sync_mask):
16162 (CMD_set_nograb_mask):
16163 * fvwm/update.c (apply_window_updates):
16165 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16166 which are send to modules with BroadcastWindowIconNames.
16167 The set mask cmds use unsigned long mask and not int mask!
16169 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16173 EWMH without iconv compile fix by Hippo
16175 2001-12-05 olicha <olivier.chapuis@free.fr>
16177 * fvwm/add_window.c:
16180 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16181 * fvwm/ewmh_events.c:
16184 * fvwm/move_resize.c (CMD_Maximize):
16185 * fvwm/placement.c (test_fit):
16187 * fvwm/session.c (SaveWindowStates):
16188 * fvwm/style.c (merge_styles):
16190 (check_window_style_change):
16191 * fvwm/update.c (apply_window_updates):
16193 * fvwm/window_flags.h:
16195 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16196 EWMHMaximizeUseDynamicWorkingArea,
16197 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16198 EWMHPlacementUseDynamicWorkingArea,
16199 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16200 EWMHIgnoreStateHints / EWMHUseStateHints,
16201 EWMHIgnoreStrutHints / EWMHUseStrutHints
16203 * fvwm/ConfigFvwmDefaults:
16204 Use EWMHPlacementUseDynamicWorkingArea,
16205 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16208 * fvwm/add_window.c (setup_placement_penalty):
16209 * fvwm/add_window.h:
16210 (setup_placement_penalty):
16213 * fvwm/placement.c (get_next_x):
16214 * fvwm/placement.h:
16217 * fvwm/style.c (CMD_Style):
16219 (check_window_style_change):
16220 * fvwm/update.c (apply_window_updates):
16222 * fvwm/window_flags.h:
16224 New styles PlacementOverlapPenalties and
16225 PlacementOverlapPercentPenalties
16228 * fvwm/add_window.c (setup_window_name_count):
16229 * fvwm/add_window.h:
16230 (setup_icon_name_count):
16231 (setup_visible_name):
16232 (setup_window_name):
16233 (free_window_names):
16235 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16237 * fvwm/events.c (HandlePropertyNotify):
16238 * fvwm/ewmh_names.c (EWMH_*):
16240 * fvwm/icons.c (CreateIconWindow):
16245 * fvwm/session.c (MatchWinToSM):
16246 * fvwm/style.c (CMD_Style):
16248 (check_window_style_change):
16249 * fvwm/update.c (apply_window_updates):
16251 * fvwm/window_flags.h:
16252 New styles ExtendedWindowName / SimpleWindowName and
16253 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16255 * fvwm/builtins.c (ReadMultiPixmapDecor):
16261 * session.c (get_version_string):
16264 * fvwm/stack.c (new_layer):
16266 Fixed ewmh wm state
16268 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16269 Fixed creation of the ewmh icon in the case of the window is iconified
16271 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16273 * fvwm/placement.c (PlaceWindow):
16274 fixed manual placement on Xinerama screens other than the one with the
16275 top left corner of the total screen
16277 2001-11-27 olicha <olivier.chapuis@free.fr>
16283 Check for the second argument of iconv
16286 Added -Wall to CFLAGS if cc is gcc
16288 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16292 s/extanded/extended/
16294 2001-11-26 olicha <olivier.chapuis@free.fr>
16296 * fvwm/Makefile.am:
16297 Fixed (?) iconv_LIBS
16299 2001-11-26 olicha <olivier.chapuis@free.fr>
16301 * fvwm/functions.c (expand):
16302 Fixed n, c, r expansion
16304 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16306 * fvwm/fvwm2.1: Clean up ewmh stuff.
16308 2001-11-24 olicha <olivier.chapuis@free.fr>
16310 * fvwm/ewmh_internal.h:
16312 Removed a non standard macro
16314 2001-11-24 olicha <olivier.chapuis@free.fr>
16317 Documented the previous ewmh style in a new Style subsection
16319 * fvwm/functions.c (expand):
16320 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16322 2001-11-24 olicha <olivier.chapuis@free.fr>
16324 * fvwm/add_window (setup_icon):
16325 (setup_window_structure):
16326 * fvwm/events.c (HandlePropertyNotify):
16328 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16329 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16330 (EWMH_DoUpdateWmIcon):
16331 (ewmh_SetWmIconFromPixmap):
16332 (EWMH_DeleteWmIcon):
16333 (EWMH_SetIconFromWMIcon):
16334 * fvwm/ewmh_intern.h:
16336 * fvwm/icons.c (GetIcon):
16337 * fvwm/session.c (get_version_string):
16338 * fvwm/style.c (CMD_Style):
16340 (check_window_style_change)
16341 * fvwm/update.c (apply_window_updates):
16343 * fvwm/window_flags.h:
16344 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16345 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16346 EWMHDonateIcon / EWMHDontDonateIcon,
16347 Some ewmh icon code simplification.
16348 Ewmh icons priority: just after icon window.
16350 * fvwm/ewmh.c (EWMH_ExitStuff):
16352 * fvwm/session.c (SaveWindowStates):
16353 (LoadWindowStates):
16355 * fvwm/fvwm.c (Done):
16356 Delete the ewmh icons we set ourself. Some ewmh session states do not
16357 need to be saved/restored anymore
16359 2001-11-23 olicha <olivier.chapuis@free.fr>
16361 * fvwm/ewmh_names.c (convert_charsets):
16362 Fixed infinite loop
16364 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16366 * fvwm/ewmh_names.c (convert_charsets):
16367 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16368 man page states on Linux
16369 replaced goto with a loop
16371 2001-11-22 olicha <olivier.chapuis@free.fr>
16373 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16376 * fvwm/ewmh_events.c:
16377 Fixed some styles update
16379 * fvwm/ewmh_conf.c:
16380 * fvwm/function.c (func_config):
16384 * fvwm/ewmh_events.c:
16385 * fvwm/ewmh_intern.h:
16386 * fvwm/Makefile.am:
16388 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16389 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16391 * fvwm/add_window.c:
16394 * fvwm/functions.c:
16395 * fvwm/ewmh.c (EWMH_Init):
16397 * fvwm/fvwm.c (InitVariables):
16404 * fvwm/window_flags.c:
16411 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16412 are maybe problematic) and those in the ewmh* files to allow
16413 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16414 should be dummy. --enable-ewmh is now the default.
16416 2001-11-20 olicha <olivier.chapuis@free.fr>
16418 * fvwm/icons.c (GetIcon):
16419 * fvwm/add_window.c (setup_icon):
16420 Fixed icons order choice and other minor bugs
16422 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16423 Fixed a core dump if there is no MiniIcon
16425 2001-11-18 olicha <olivier.chapuis@free.fr>
16427 * fvwm/ewmh.c (add_kst_item):
16429 (ewmh_AddToKdeSysTray):
16430 (EWMH_IsKdeSysTrayWindow):
16431 (EWMH_ManageKdeSysTray):
16433 fvwm/ewmh_intern.h:
16434 * fvwm/events.c (HandleDestroyNotify):
16435 (HandleMapRequest):
16436 (HandleUnmapNotify):
16437 Fixed the KDE system tray implementation
16439 2001-11-16 olicha <olivier.chapuis@free.fr>
16443 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16445 2001-11-15 olicha <olivier.chapuis@free.fr>
16447 * fvwm/ewmh.c (EWMH_DestroyWindow):
16449 (EWMH_WindowDestroyed):
16450 * fvwm/events.c (HandleReparentNotify):
16451 (HandleDestroyNotify):
16452 (HandleUnmapNotify):
16453 * fvwm/add_window.c (destroy_window):
16454 Fixed the ewmh windows lists
16456 2001-11-15 olicha <olivier.chapuis@free.fr>
16458 * fvwm/Makefile.am:
16461 * fvwm/ewmh_intern.h:
16462 * fvwm/ewmh_events.c:
16463 * fvwm/ewmh_icons.c:
16464 * fvwm/ewmh_names.c:
16467 New files to achieve the extended WM hints support, off by
16468 default. This code is ifdefed a la gnome.c.
16469 This is work in progess (need to do so that every things are
16473 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16474 New configure option --enable-ewmh. Added tests for iconv and
16475 nl_langinfo for UTF8 conversions.
16477 * fvwm/add_window.c (AddWindow):
16478 (CaptureOneWindow):
16480 (setup_window_name):
16482 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16483 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16484 SET_HAS_EWMH_ICON, EWMH_WMIconName
16486 * fvwm/add_window.c (setup_window_structure):
16487 * fvwm/fvwm.h (FvwmWindow):
16489 * fvwm/window_flags.h:
16490 * fvwm/session.c (get_version_string):
16491 (SaveWindowStates):
16492 (LoadWindowStates):
16493 Added some entries in FvwmWindow and some flags (more will be
16494 added). Some of these states need to be saved at restart and
16495 at recapture. This code is ifdefed, may be it should not: I was
16496 forced to ifdef the version string in get_version_string.
16498 * libs/Bindings.c (win_contexts):
16500 * fvwm/events.c (GetContext):
16501 * fvwm/bindings.c (ParseBinding):
16502 (activate_binding):
16503 * fvwm/functions.c (expand_extended_var):
16505 (execute_function):
16507 * fvwm/screen.h (Scr):
16508 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16509 (kdesktop or Nautilus desktop). This context is something between
16510 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16512 * fvwm/bindings.c (activate_binding):
16513 Fixed immediate application of mouse/stroke bindings
16516 * fvwm/borders.c (RedrawDecorations):
16517 * fvwm/update.c (apply_window_updates):
16518 New function RedrawDecorations taken from apply_window_updates
16519 and called in ewmh_icons.c and update.c
16521 * fvwm/bultins.c (CMD_WindowShade):
16524 * fvwm/events.c (HandleFocusIn):
16525 (HandlePropertyNotify):
16526 (HandleClientMessage):
16527 (HandleMapRequestKeepRaised):
16528 (HandleUnmapNotify):
16529 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16530 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16533 * fvwm/icons.c (GetIcon):
16535 (CreateIconWindow):
16536 (ChangeIconPixmap):
16537 * fvwm/events.c (HandlePropertyNotify):
16538 New function GetIcon taken from CreateIconWindow which choose
16539 the icon, there is a new case for EWMH icons. New function
16540 ChangeIconPixmap taken from events.c.
16541 The two new functions are called from ewmh_icon.c (and icons.c).
16543 * fvwm/move_resize.c (handle_stick):
16546 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16549 * libs/Picture.c (LoadPictureFromPixmap):
16550 (CachePictureFromPixmap):
16551 New functions for loading a picture from a pixmap. Nothing is cached
16552 but this simplify the MiniIcon code.
16554 * fvwm/placement.c (PlaceWindow):
16555 EWMH_GetWorkAreaIntersection
16557 * fvwm/screen.h (Scr):
16558 Added the working area, the dynamic working area and the ewmh
16561 * fvwm/stack.c (restack_windows):
16563 EWMH_SetClientListStacking, EWMH_SetWMState
16565 * fvwm/style.c (check_window_style_change):
16566 * fvwm/update.c (apply_window_updates):
16568 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16569 This code is ifdefed.
16571 * fvwm/style.c (lookup_style):
16574 * fvwm/virctual.c (goto_desk):
16575 (CMD_GotoDeskAndPage):
16576 (do_move_window_to_desk):
16577 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16579 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16581 * fvwm/update.c (apply_window_updates):
16582 * fvwm/gnome.c (GNOME_GetStyle):
16583 * fvwm/style.c (lookup_style):
16584 (check_window_style_change):
16585 * fvwm/add_window.c (setup_style_and_decor):
16586 fixed GnomeIgnoreHints style for some of the gnome hints
16588 * fvwm/fvwm.c (StartupStuff):
16589 Tried to fix font size problem
16591 * fvwm/placement.c (PlaceWindow):
16592 suppress an X error
16594 * fvwm/move_resize.c (moveLoop):
16595 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16596 * fvwm/misc.c (Keyboard_shortcuts):
16597 modified keyboard shortcut functions so that it is possible to move
16598 windows with the keyboard even if the border is hit. does not work
16599 very nicely with paging
16601 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16602 performance enhancement
16604 * fvwm/events.c (HandleButtonPress):
16605 fixed (?) some problem with passing the raise click in ctf to the app
16607 * fvwm/add_window.c (Reborder):
16608 * fvwm/virtual.c (MoveViewport):
16611 * fvwm/session.c (SaveWindowStates):
16612 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16613 don't access stack_next and stack_prev directly but use the access
16614 functions from stack.h
16616 * fvwm/stack.c (remove_window_from_stack_ring):
16617 (add_window_to_stack_ring_after):
16620 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16622 when a window becomes scheduled for destruction, remove all traces of it
16623 from the fvwm internal variable so its not accessed accidentally when
16624 its fields are no longer valid
16626 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16629 fixed compilation of I18N_MB
16631 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16641 exclude the TitleStyle MultiPixmap feature (only) before forking
16643 and restore it after that
16647 change version string to 2.5.0
16650 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16651 added a link to the stable version 2.4.4 (not released yet)
16653 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16657 change version string to 2.4.4 before forking
16659 * make_fvwmdist.sh:
16660 strip end of line from date (adjust for a new length)
16662 2001-10-29 olicha <olivier.chapuis@free.fr>
16664 * fvwm/screen.h (DecorFaceStyle):
16665 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16666 so that Solid colors work again
16668 2001-10-28 olicha <olivier.chapuis@free.fr>
16670 * fvwm/module_interface.c (skipModuleAliasToken):
16671 Allows '/' as alias character
16676 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16681 added --disable-multipixmap-titles for the Suzanne's patch,
16682 the default is enable
16685 some formatting fixes in TitleStyle entry
16687 2001-10-27 Suzanne Britton <tril@igs.net>
16689 * config.h.in: Added FANCY_TITLEBARS option, off by default
16692 Added info on TitleStyle MultiPixmap
16695 [All changes #ifdeffed FANCY_TITLEBARS]
16696 Added TITLE_PADDING define for fancy titlebar rendering
16697 Added tb_pixmap_enum
16698 Added MultiPixmap to DecorFaceType enum
16699 Added Picture **multi_pixmaps and short multi_stretch_flags
16700 to DecorFace structure
16703 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16704 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16705 (RenderIntoWindow): [new]
16706 (DrawMultiPixmapTitlebar): [new]
16707 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16708 instead of always sending 1
16710 Call DrawFancyTitlebar for MultiPixmap style
16711 Skip DrawString calls for MultiPixmap style (title is drawn inside
16712 DrawMultiPixmapTitlebar)
16715 [All changes #ifdeffed FANCY_TITLEBARS]
16716 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16717 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16718 (ReadMultiPixmapDecor): [new]
16720 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16722 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16723 buttons can activate on press or release, special pointer during grab,
16724 arrow key command recall.
16726 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16728 * fvwm/bindings.c (ParseBinding):
16731 binding commands now do not print error messages with Silent
16733 * fvwm/ConfigFvwmDefaults:
16735 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16736 use Silent before Key Help
16738 * fvwm/add_window.c:
16739 changed the broken size hints message to notify the owner
16741 * docs/fvwm.lsm.in:
16744 2001-10-19 olicha <olivier.chapuis@free.fr>
16747 Some FvwmScript news
16749 2001-10-16 olicha <olivier.chapuis@free.fr>
16752 Some FvwmScript news
16754 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16756 * fvwm/bindings.c (activate_binding):
16757 * libs/Bindings.c (GrabWindowKeyOrButton):
16758 activate mouse/stroke bindings immediately
16760 * fvwm/events.c (HandleButtonPress):
16761 it is possible to bind actions to the 'ClickToFocus' click
16763 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16765 * fvwm/virtual.c (HandlePaging):
16766 allow paging during move/resize when pressing keys
16768 * libs/XResource.c (MergeCmdLineResources):
16769 possible core dump fix
16771 * fvwm/add_window.c (setup_window_placement):
16774 * libs/Bindings.c (AddBinding):
16775 another attempt at cleaning up bindings with "Shift"
16777 2001-10-13 olicha <olivier.chapuis@free.fr>
16782 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16786 OpaqueMoveSize now accepts "unlimited" or negative argument.
16788 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16793 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16795 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16798 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16800 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16803 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16805 * NEWS, configure.in:
16806 changed version to 2.5.0
16808 2001-10-08 olicha <olivier.chapuis@free.fr>
16810 * fvwm/borders.c (RedrawTitle):
16811 Fixed drawing of leftJustified stippled title and suppress warnings
16812 in RelieveRectangle w/ RightJustified stippled title
16814 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16816 * fvwm/virtual.c (CMD_XineramaSlsSize):
16819 2001-10-03 olicha <olivier.chapuis@free.fr>
16821 * fvwm/style.c (CMD_Style):
16823 Added the possibility to add an Xinerama screen to the 4 numerics
16826 2001-10-03 olicha <olivier.chapuis@free.fr>
16828 * fvwm/icons.c (AutoPlaceIcon):
16829 Fixed a core dump with @c and fixed icon placement if the icon should
16830 not be on the current page
16832 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16834 * fvwm/icons.c (AutoPlaceIcon):
16835 * libs/FScreen.c (FScreenParseScreenBit):
16836 added 'w' screen specifier for icon boxes
16838 * fvwm/icons.c (AutoPlaceIcon):
16839 fixed placement of icons in icon boxes on different screen
16841 * fvwm/menus.c (get_menu_options):
16842 reduced code duplication
16844 2001-10-02 olicha <olivier.chapuis@free.fr>
16846 * fvwm/menus.c (get_menu_options):
16847 fixed Xinerama placement of menu with empty but not null position hints
16849 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16851 * fvwm/borders.c (RedrawTitle):
16852 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16853 suppress a warning in RelieveRectangle w/ small sticky windows
16855 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16857 * fvwm/menus.c (get_menu_options):
16858 A 'rectangle' context rectangle for menus honours the '@screen' bit
16860 * fvwm/move_resize.c (DisplayPosition):
16861 coordinates of a window are show in relation to the screen, not the page
16863 * libs/FScreen.c (FScreenTranslateCoordinates):
16864 * fvwm/placement.c (PlaceWindow):
16865 * fvwm/add_window.c (setup_window_placement):
16866 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16867 rewrote the library functionality to better match the rest of the
16870 * fvwm/builtins.c (DestroyFvwmDecor):
16871 removed useless code
16873 * fvwm/icons.c (DrawIconWindow):
16874 fixed race condition w/ expanding/collapsing icon titles
16876 * fvwm/windowlist.c (CMD_WindowList):
16877 fixed Xinerama placement of window list when called without options
16879 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16881 * libs/FScreen.c (FScreenSLSOnOff):
16882 fixed core dump when calling XineramaSls before XineramaSlsSize
16887 * libs/FShape.h (FHaveShapeExtension):
16888 set macro to 1 when compiling w/ shape extension
16890 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16892 * libs/Bindings.c (AddBinding):
16893 * fvwm/bindings.c (ParseBinding):
16894 print a warning if a key with the given name does not exist
16895 if there is an upper and a lower case version of the same key name,
16896 always bind to the lower case version; this is problematic if the upper
16897 case version is tied to a key without a modifier and the lower case
16898 version is tied to the same key, but with a modifier (or both are tied
16899 to different keys). I hope this good enough.
16901 * libs/Bindings.c (FreeBindingList):
16902 (MatchBindingExactly):
16903 (CollectBindingList):
16904 fixed some problems overriding keys
16905 reduced duplication of logic
16907 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16909 * NEWS, configure.in:
16910 changed version to 2.5.0
16912 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16915 changed version to 2.4.2
16917 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16920 (SetWindowBackground):
16921 (SetRectangleBackground):
16922 * fvwm/builtins.c (CMD_WindowShade):
16923 * fvwm/add_window.c:
16924 (setup_style_and_decor):
16926 (CreateIconWindow):
16931 (HandleConfigureRequest):
16932 (HandleShapeNotify):
16933 (InitEventHandlerJumpTable):
16934 * fvwm/borders.c (struct):
16937 * fvwm/decorations.c (SelectDecor):
16942 * fvwm/fvwm.h (FvwmWindow):
16945 moved shape support to library; its no longer necessary to
16946 '#ifdef SHAPE' any code
16948 * fvwm/borders.c (RedrawButtons):
16950 fixed top border hilight drawing of title buttons
16952 * libs/Graphics.c (do_relieve_rectangle):
16953 (RelieveRectangle):
16954 (RelieveRectangle2):
16955 allow alternate shading for title buttons
16957 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16960 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16961 Add a formal description of how fvwm maintains module's configs
16962 Change manpages of individual modules to refer to fvwm2(1) for
16963 details about specifying configuration
16965 * fvwm/add_window.c (setup_window_placement):
16966 desk and page can now really be given as X resources a la
16969 * libs/XResource.c (GetResourceString):
16970 resource -> lower case, class -> upper case
16974 changed version to 2.5.0
16976 * Makefile.am (distcheck2):
16977 build distcheck before dist2; save a few seconds if the build fails
16980 * libs/ClientMsg.c:
16984 * libs/gethostname.c:
16987 * libs/safemalloc.c:
16988 * libs/strcasecmp.c:
16991 * libs/strncasecmp.c:
17000 changed version to 2.4.1 again
17002 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17004 * libs/Bindings.c (FvwmStringToKeysym):
17005 try both cases of the first letter of a key name
17007 * fvwm/ConfigFvwmDefaults:
17008 * fvwm/windowlist.c (winCompareReverse):
17010 new WindowList option ReverseOrder; use the new option in the default
17011 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17012 cycle through the whole window list. The old behaviour only toggled
17013 between two windows. Also, a simple Alt-Tab can be used to switch to
17014 the next window instead of Alt-Tab-Tab.
17016 * libs/FScreen.c (FScreenInit):
17017 fixed a Xinerama crash
17020 print a verbose error message and exit if X11 headers and libraries
17023 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17025 * fvwm/fvwm.c (main):
17028 new library for X shape encapsulation
17030 * fvwm/builtins.c (CMD_WindowShade):
17031 * fvwm/borders.c (SetupFrame):
17032 fixed shading of windows without title and border
17033 fixed shading of shaped windows; fixes bug #732
17035 * fvwm/builtins.c (CMD_SetEnv):
17036 calling SetEnv without a value is the same as UnsetEnv
17038 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17040 * fvwm/events.c (HandleReparentNotify):
17041 fixed vanishing windows in rapid map/unmap cycles; bug #770
17043 * fvwm/add_window.c (hide_screen):
17044 fixed possible BadWindow error
17046 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17048 * fvwm/virtual.c (MoveViewport):
17050 (CMD_GotoDeskAndPage):
17052 GotoDeskAndPage records its own history of last visited desk/page
17054 * libs/FScreen.c (FScreenInit):
17055 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17057 2001-09-05 olicha <olivier.chapuis@free.fr>
17059 * fvwm/session.c (MatchWinToSM):
17060 * fvwm/add_window.c (setup_window_structure):
17061 * fvwm/move_resize.c (moveLoop):
17062 Fixed PlacedByButton3 condition
17064 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17067 * fvwm/functions.c (func_config):
17068 * fvwm/module_interface.c (broadcast_xinerama_state):
17069 * fvwm/virtual.c (CMD_Xinerama):
17070 (CMD_XineramaPrimaryScreen):
17072 (CMD_XineramaSlsSize):
17074 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17075 XineramaSls and XineramaSlsSize
17076 restructured parts of the FScreen code
17078 * fvwm/functions.c (func_config):
17079 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17081 * libs/Graphics.c (RelieveRectangle):
17082 allow calling the function with w == 0 or h == 0 without a message
17084 * fvwm/window_flags.h (SET_STYLE_DELETED):
17085 * fvwm/style.c (CMD_DestroyStyle):
17086 (check_window_style_change):
17087 * fvwm/fvwm.h (window_style):
17088 update windows when a style is deleted
17091 fixed xpm detection problem caused by wrong library order
17093 2001-09-05 olicha <olivier.chapuis@free.fr>
17095 * NEWS: PlacedByFvwm
17097 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17099 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17101 2001-09-04 olicha <olivier.chapuis@free.fr>
17104 * fvwm/windows_flags.h:
17105 * fvwm/placement.c (PlaceWindow):
17106 * fvwm/add_window.c (setup_window_structure):
17107 * fvwm/conditional.c (CreateConditionMask):
17108 * fvwm/session.c (get_version_string):
17111 Added a new windows_flags is_placed_by_fvwm and a new condition
17114 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17116 * fvwm/focus.c (focus_grab_buttons):
17118 disabled xt/double click patch for now
17120 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17122 * libs/Graphics.c (RelieveRectangle):
17123 print a warning if one of the dimensions is <= 0
17125 * fvwm/placement.c (PlaceWindow):
17126 take care of windows that have both, PPosition and USPosition set
17127 take care of transient windows that have neither PPosition nor
17130 2001-09-01 olicha <olivier.chapuis@free.fr>
17132 * libs/FScreen.c (FScreenInit):
17133 Fixed the position of the xinerama emulation delimiters
17135 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17138 Xinerama introduction
17140 * fvwm/icons.c (AutoPlaceIcon):
17141 try to place icons of screen with the window center, and if that fails
17144 * libs/FScreen.c (FScreenGetScrRect):
17145 performance improvement for non-xinerama systems
17147 * fvwm/update.c (apply_window_updates):
17148 (flush_window_updates):
17149 update icon boxes and icon position when xinerama layout changes
17151 * fvwm/icons.c (AutoPlaceIcon):
17152 limit placement of icons using no icon box to screen boundaries
17153 adapt icon boxes to xinerama layout whenever used
17155 * fvwm/placement.c (PlaceWindow):
17156 * fvwm/style.c (CMD_Style):
17157 (check_window_style_change):
17158 * fvwm/style.h (SUSE_NO_USPOSITION):
17159 (SUSE_NO_TRANSIENT_PPOSITION):
17160 (SUSE_NO_TRANSIENT_USPOSITION):
17161 * fvwm/fvwm.h (struct):
17162 implemented new styles NoUSPosition/UseUSPosition,
17163 NoTransientPPosition/UseTransientPPosition,
17164 NoTransientUSPosition/UseTransientUSPosition.
17165 These work exactly like NoPPosition/UsePPosition.
17166 Transient windows ignore the window position if neither the PPosition
17167 nor the USPosition hint is set.
17169 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17171 * fvwm/focus.c (restore_focus_after_unmap):
17172 fixed a bug transfering the focus when a window was iconified
17174 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17176 * fvwm/conditional.c (MatchesConditionMask):
17177 * fvwm/move_resize.c (position_geometry_window):
17178 * fvwm/placement.c (PlaceWindow):
17179 * fvwm/menus.c (pop_menu_up):
17180 * fvwm/move_resize.c (move_window_doit):
17181 * fvwm/icons.c (do_all_iconboxes):
17182 * fvwm/placement.c (PlaceWindow):
17183 * fvwm/menus.c (update_menu):
17184 adapted to new FScreen... signatures
17186 * libs/FScreen.c (FScreenClipToScreen):
17187 (FScreenGetScrCenterCenter):
17188 (FScreenCenterCurrent):
17189 (FScreenCenterPrimary):
17190 (FScreenGetCurrent00):
17191 (FScreenGetGlobalScrRect):
17192 (FScreenGetPrimaryScrRect):
17193 (FScreenGetScrRect):
17194 (FScreenIsRectangleOnScreen):
17195 unified all the FSCreen... functions using a common signature, removed
17198 * fvwm/style.c (CMD_Style):
17199 init icon box screen
17201 * fvwm/move_resize.c (move_window_doit):
17203 * libs/Makefile.am:
17204 * libs/XineramaSupport.c:
17205 * libs/XineramaSupport.h:
17207 exported and renamed screen defines
17214 * fvwm/placement.c:
17215 * fvwm/move_resize.c:
17216 * fvwm/module_interface.c:
17221 * fvwm/conditional.c:
17222 * libs/XineramaSupport.c:
17223 renamed all XineramaSupport...() functions to FScreen...()
17225 * fvwm/style.c (CMD_Style):
17228 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17230 * fvwm/style.c (CMD_Style):
17231 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17232 using geometry spec.
17234 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17238 new function QuoteString() to add and escape single quotes to strings
17240 * fvwm/menus.c (MenuInteraction):
17241 quote both missing function name and menu name for
17242 MissingSubmenuFunction
17244 * fvwm/functions.c (expand):
17247 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17249 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17251 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17253 * fvwm/cursor.c (CMD_CursorStyle):
17254 * fvwm/icons.c (GetXPMFile):
17255 * libs/Colorset.c (SetWindowBackground):
17258 * libs/Bindings.c (AddBinding):
17259 tired to help with problem binding keys that have a keycode with no
17260 modifiers and another keycode with some modifiers pressed, e.g.
17261 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17262 F1 generating the actioon bound to F11 sometimes
17264 * fvwm/focus.c (focus_grab_buttons):
17267 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17269 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17271 2001-08-20 Bob Woodside <proteus@pcnet.com>
17273 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17274 grab synchronization so apps using XtTranslations to catch double-
17275 clicks don't get confused by extraneous Leave/EnterNotify events.
17276 This fixes the "xfm/moxfm don't see double-clicks" problem.
17278 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17280 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17282 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17284 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17287 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17288 until later when the window is actually placed.
17290 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17291 position calculation.
17293 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17295 * fvwm/update.c (flush_window_updates):
17296 * fvwm/screen.h (ScreenInfo):
17297 * fvwm/virtual.c (CMD_Xinerama):
17299 * fvwm/move_resize.c (CMD_Maximize):
17300 * fvwm/placement.c (PlaceWindow):
17301 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17305 describe new maximize options
17307 * fvwm/move_resize.c (MaximizeWidth):
17310 applied Dmitry's Xinerama patch for Maximize command
17311 replaced "global" and "absolute" with "screen" which is more flexible
17313 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17315 * libs/Parse.c (SkipQuote):
17316 fixed a bug in handling of caller specified quote pairs
17318 * fvwm/move_resize.c (CMD_Maximize):
17319 keep window on correct page when viewport does not start on a page
17322 * libs/XError.c (error_name):
17324 fixed core dump in error handling
17326 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17332 renamed --disable-gnome to --disable-gnome-hints;
17333 documented configure options --with-gnome*;
17334 small improvements in documentation;
17335 use underscore in version instead of dash that causes rpm problems
17337 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17339 * libs/Makefile.am:
17340 added fvwmrect.h to dist
17342 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17344 * libs/XineramaSupport.c: Disable debug printing.
17346 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17348 * libs/defaults.h (DEFAULT_MENU_STYLE):
17349 reset colour sets in default menu style too
17351 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17355 completed the libstroke-0.5 compatibility fix
17357 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17359 * fvwm/move_resize.c (draw_move_resize_grid):
17360 fixed drawing of resize grid when invoked from button or key press
17362 * fvwm/placement.c (PlaceWindow):
17363 rewrote a condition to improve readability
17364 fixed StartsOn... w/ SkipMapping
17366 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17368 * fvwm/session.c (MatchWinToSM):
17369 (LoadWindowStates):
17370 (SaveWindowStates):
17371 * fvwm/move_resize.c (CMD_Resize):
17372 * fvwm/events.c (HandlePropertyNotify):
17373 (HandleConfigureRequest):
17374 * fvwm/move_resize.c (CMD_ResizeMove):
17377 * fvwm/update.c (apply_window_updates):
17378 * fvwm/add_window.c (AddWindow):
17379 * fvwm/geometry.c (constrain_size):
17380 (gravity_constrain_size):
17381 the Resize command honors the window gravity
17382 changing the size increment of maximized windows no longer shrinks the
17386 keep expanded icon titles on screen
17388 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17390 * fvwm/icons.c (do_all_iconboxes):
17391 default icon box fills the primary screen
17393 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17394 fixed default_screen argument
17396 * fvwm/style.c (merge_styles):
17397 * fvwm/fvwm.h (window_style):
17398 * fvwm/style.h (SSET_START_SCREEN):
17399 * fvwm/add_window.c (setup_window_placement):
17400 * fvwm/placement.c (PlaceWindow):
17402 implemented StartsOnScreen style
17404 * fvwm/placement.c (PlaceWindow):
17410 Place new windows on xinerama screens
17412 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17413 fixed core dump in debug output
17415 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17417 * fvwm/placement.c:
17418 removed unused variable
17420 2001-08-07 olicha <olivier.chapuis@free.fr>
17423 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17425 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17427 * fvwm/virtual.c (CMD_Xinerama):
17428 replaced XineramaEnable and ...Disable with XineramaCommand
17430 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17431 (XineramaSupportGetScreenArgument):
17434 * fvwm/functions.c (func_config):
17435 * fvwm/move_resize.c (move_window_doit):
17437 (CMD_AnimatedMove):
17439 (CMD_MoveToScreen):
17441 added new command MoveToScreen
17443 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17449 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17450 fixed parsing of negative geometries
17451 (XineramaSupportParseGeometryWithScreen):
17453 (XineramaSupportGetNumberedScreenRect):
17456 * sample.fvwmrc/system.fvwm2rc:
17457 * sample.fvwmrc/new-features:
17458 * sample.fvwmrc/system.fvwm2rc-sample-95:
17459 * sample.fvwmrc/system.fvwm2rc-sample-2:
17460 * sample.fvwmrc/system.fvwm2rc-sample-1:
17462 updated for new condition
17464 * fvwm/conditional.c (CreateConditionMask):
17465 (MatchesConditionMask):
17466 * fvwm/fvwm.h (WindowConditionMask):
17467 implemented new condition AcceptsFocus to cope with applications like
17468 xclock that have circulatehit but don't take focus
17470 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17472 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17473 handle Xinerama screens
17475 * fvwm/style.c (CMD_Style):
17476 * fvwm/menus.c (get_menu_options):
17477 cope with Xinerama like geometries with screen info
17479 * fvwm/virtual.c (CMD_XineramaEnable):
17480 XineramaEnable optionally takes the number of the primary screen as its
17483 * fvwm/events.c (GetContext):
17486 * fvwm/virtual.c (HandlePaging):
17487 * fvwm/events.c (HandleButtonPress):
17488 * fvwm/events.h (XEVMASK_PANFW):
17489 fixed button and key event handling over pan frames; fixes bug #752
17491 * fvwm/menus.c (get_menu_options):
17492 fixed Xinerama placement of menus without options
17494 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17501 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17502 In addition to the existing: @0 is shadow color, @1 is hilight color.
17505 Added the formal description of Vector that was absent.
17507 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17510 some man page corrections
17512 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17514 * fvwm/move_resize.c (handle_stick):
17515 also redraw buttons when a window becomes sticky/slippery to make sure
17516 that MWMDecorStick buttons are updated too; fixes bug #749
17518 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17521 documented previous changes
17524 improved output spacing
17529 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17531 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17532 * fvwm/modconf.c (send_xinerama_state):
17533 * fvwm/module_interface.c (broadcast_xinerama_state):
17535 revised module support for Xinerama
17537 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17538 (XineramaSupportParseGeometry):
17539 (XineramaSupportGetGeometry):
17540 make interface compatible with XineramaSupportParseGeometry().
17541 (XineramaSupportGetPrimaryScreen):
17544 * fvwm/stack.c (raise_over_unmanaged):
17545 fixed restacking of windows with RaiseOverUnmanaged - windows were
17546 raised in reverse order so that the top window became the bottom
17547 window of the ones that were raised
17548 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17549 these are invisible
17551 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17553 * sample.fvwmrc/system.fvwm2rc-sample-95:
17554 fixed syntax of BugOpts command
17556 * fvwm/ConfigFvwmDefaults:
17557 resize window when clicking on the sides of the window by default
17558 instead of moving it
17560 * fvwm/events.c (HandleEnterNotify):
17561 do not delete MouseFocus when pointer moves from one particular sub
17562 window of a frame to another one. Helps with xv/xmms vs unclutter
17563 interaction and also with MouseFocus vs. Open Look applications
17565 * fvwm/move_resize.c (DoSnapAttract):
17566 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17567 fixed snapping to Xinerama screen edges
17568 (XineramaSupportIsEnabled):
17569 return False is the X server provides only a single screen
17572 Added descriptions of conditions CurrentDesk, CurrentPage,
17573 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17574 CurrentGlobalPageAnyDesk
17576 * fvwm/fvwm.h (rectangle):
17578 typedefs moved to libs/fvwmlib.h
17580 * fvwm/conditional.c (MatchesConditionMask):
17581 * fvwm/fvwm.h (WindowConditionMask):
17582 * fvwm/conditional.c:
17583 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17584 for Xinerama support
17586 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17587 (send_xinerama_state):
17588 * fvwm/module_interface.c (broadcast_xinerama_state):
17589 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17590 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17591 communicate xinerama state at module startup
17593 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17595 * libs/XineramaSupport.c:
17596 next Xinerama patch
17598 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17600 * fvwm/move_resize.c (moveLoop):
17601 windows were lost off screen w/ non opaque interactive move when motion
17602 was aborted with Escape on a different page that it was started
17604 * fvwm/move_resize.c (position_geometry_window):
17612 * libs/XineramaSupport.c (GetMouseXY):
17613 (XineramaSupportCenterCurrent):
17614 (XineramaSupportGetCurrent00):
17615 (XineramaSupportGetCurrentScrRect):
17616 allow to pass in an event with the pointer position
17617 minimize number of XQueryPointer calls in interactive move/resize
17620 * fvwm/move_resize.c (resize_geometry_window):
17623 border width of geometry window moved to defaults.h
17624 moved strings for size window formatting to defaults.h
17625 reworked calculations of geometry window dimensions
17627 * fvwm/move_resize.c (resize_geometry_window):
17628 (position_geometry_window):
17632 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17633 * fvwm/fvwm.c (main):
17634 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17635 resize_geometry_window and position_geometry_window
17637 * fvwm/fvwm.c (main):
17638 fixed resizing geometry window before creating it
17640 * fvwm/move_resize.c (switch_move_resize_grid):
17642 * fvwm/virtual.c (HandlePaging):
17643 renamed MoveOutline to draw_move_resize_grid and made static
17644 new function switch_move_resize_grid for external calls
17645 delete grid before moving the geometry window to get rid of arifacts of
17648 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17650 * libs/XineramaSupport.c (XineramaSupportInit):
17651 make the blank area in Xinerama emulation usable again
17653 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17655 * fvwm/menus.c (update_menu):
17658 (calculate_item_sizes):
17659 (size_menu_horizontally):
17660 (size_menu_vertically):
17661 menus are resized to fit their Xinerama screen every time they are
17662 popped up and the screen size has changed
17664 2001-07-23 olicha <olivier.chapuis@free.fr>
17666 * libs/XineramaSupport.c (XineramaSupportInit):
17667 Draw the xinerama simulation screens with orr windows
17669 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17671 * fvwm/windowlist.c (CMD_WindowList):
17672 fixed windowlist placement w/ Xinerama
17674 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17676 * fvwm/menus.c (pop_menu_up):
17677 fixed calculations that force a menu on screen w/ Xinerama
17679 * fvwm/move_resize.c (DoSnapAttract):
17680 removed some code that slipped in with xinerama patch and broke
17681 vertical SnapAttraction
17683 * fvwm/virtual.c (CMD_EdgeResistance):
17686 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17687 take reference position src_x/src_y to determine screen
17689 * fvwm/windowlist.c (CMD_WindowList):
17690 * fvwm/menus.c (get_menu_options):
17691 (get_popup_options):
17694 handle Xinerama screens for positioning menus w/ posthints
17696 * fvwm/menus.c (get_menu_options):
17698 fix for icon/window context rectangle when window is in wrong state
17700 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17703 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17704 compiled in; fixed linking by adding -lXinerama; small corrections
17706 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17708 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17710 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17712 * libs/XineramaSupport.c (XineramaSupportInit):
17713 added xinerama emulation for developers
17715 * fvwm/virtual.c (CMD_XineramaEnable):
17716 (CMD_XineramaDisable):
17717 * fvwm/module_interface.c (BroadcastConfigInfoString):
17718 added function to communicate Xinerama on/off to modules
17720 * fvwm/module_interface.c:
17721 include time.h to fix warning
17722 * libs/XineramaSupport.c:
17723 * fvwm/fvwm.c (setVersionInfo):
17724 * fvwm/Makefile.am:
17727 cleanded up xinerama detection
17728 added shape detection
17730 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17733 Added Xinerama introduction
17735 * fvwm/fvwm.c (setVersionInfo):
17736 print xinerama support
17738 * fvwm/conditional.c (CreateConditionMask):
17739 added CirculateHitShaded option for conditional commands that was
17740 described in the man page but not implemented
17742 * fvwm/fvwm.h (WindowConditionMask):
17743 removed unused flags
17745 * fvwm/conditional.c (MatchesConditionMask):
17746 fixed CirculateHitIcon option in conditional commands
17749 reformatted man page source to improve readability
17750 fixed some source formatting bugs
17752 * libs/XineramaSupport.c (GetMouseXY):
17753 don't poll the pointer if there is only one screen or if xinerama is
17757 * fvwm/fvwm.c (main):
17758 removed -noxinerama option
17760 * fvwm/fvwm.c (main):
17761 size window is positioned and sized in move_resize.c
17763 * libs/XineramaSupport.c:
17767 print Xinerama support in configure summary
17770 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17772 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17777 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17778 define missing macros needed for old AIX keysymdef and old stroke.h
17782 remove the previous compilation fixes, now handled by configure
17784 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17786 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17788 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17791 use libstroke-0.5 constant names while still supporting 0.3/0.4
17794 compiling fix for old AIX, which does not define XK_Page_Up/Down
17796 * module_interface.c:
17797 minor compiling fix for some proprietary preprocessors
17799 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17802 use more compatible and structured syntax in SYNOPSIS
17804 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17807 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17808 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17811 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17814 changed version to 2.4.1
17817 small fix that should solve the problem with running autoconf
17818 (autoreconf is ok) from autoconf-2.50;
17819 applied a patch that adds gtk include dirs to gnome include dirs
17821 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17823 * NEWS, configure.in:
17824 changed version to 2.4.0.1
17826 * *: fvwm 2.4 has been released :-))