1 2011-04-15 Thomas Adam <thomas@fvwm.org>
4 Updated for the FVWM 2.6.0 stable release.
6 2011-04-10 <despen@verizon.net>
7 * fvwm/fvwm.c (SetRCDefaults): Add fvwm-menu-desktop to built in menu.
9 2011-04-10 Thomas Adam <thomas@fvwm.org>
12 More --as-needed ld fixes for linking against exernal libraries.
14 2011-04-05 Thomas Adam <thomas@fvwm.org>
15 * fvwm/update.c (apply_window_updates):
16 Don't clear all States on WindowStyle.
18 2011-04-02 Thomas Adam <thomas@fvwm.org>
19 *fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
20 Use EWMH_UpdateWorkArea() and not separate function calls
22 Don't assume the work of EWMH_UpdateWorkArea() will only ever call two
23 function calls by itself in the future; hence, centralise the call to
24 doing that to the correct containing function.
26 2011-02-05 Thomas Adam <thomas@fvwm.org>
28 Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
30 Stricter DSO checks with newer Libc versions requires the linker find
31 the symbols elsewhere. The only one that's missing is "-lfontconfig" as
32 we already supply -lX11 -lXent elsewhere.
34 2011-03-02 Thomas Adam <thomas@fvwm.org>
35 * fvwm/events.c (HandleFocusIn):
36 Fix NeverFocus windows when handling FocusIn events.
38 Certain button presses on client windows can trigger a FocusIn event on
39 the parent (such as opening a menu on a GTK application). Disallow the
40 click to trigger the window receiving focus, as well as redrawing the
41 border to reflect the window has focus.
43 2011-02-14 Thomas Adam <thomas@fvwm.org>
44 * libs/PictureImageLoader.c (PImageLoadPng):
45 Use png_get_color_type() as the data type we were previously using is
46 now no longer public (Finfo_ptr->color_type). This is in libpng 1.5 --
47 hopefully no need for an #ifdef.
49 2010-12-19 Thomas Adam <thomas@fvwm.org>
50 * fvwm/builtins.c (CMD_CursorMove):
51 Honour EdgeScroll settings to not flip pages when EdgeScroll is
54 2010-12-04 <despen@verizon.net>
56 * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
58 2010-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
59 * fvwm/placement.c (__place_get_placement_flags):
60 fix reporting of placement reason with nousposition style.
62 2010-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
64 * fvwm/events.c (__handle_cr_on_client):
65 fix resize of shaded windows with a shade direction that does not match
69 * libs/gravity.c (__gravity_override_one_axis):
70 (gravity_override_dir):
73 * libs/gravity.c (gravity_combine_xy_dir):
74 fixed calculation with only one axis set
76 2010-09-16 Sergey Vlasov <vsu@altlinux.ru>
77 * fvwm/move_resize.c (GetOnePositionArgument):
78 Fix parsing of commands like 'Move 50-50w 50-50w'.
80 2010-08-31 Gerard Vermeulen <gav451@gmail.org>
81 * fvwm/move_resize.c (GetOnePositionArgument):
82 Parse commands like 'Move w+-5p w+-2p'.
84 2010-08-09 Thomas Adam <thomas@xteddy.org>
87 Updated for the FVWM 2.5.31 release.
89 2010-08-09 Thomas Adam <thomas@xteddy.org>
92 Updated for the FVWM 2.5.31 release.
94 2010-08-07 Thomas Adam <thomas@xteddy.org>
95 * fvwm/builtins.c (CMD_Exec):
96 Remove extraneous whitespace.
98 2010-07-28 Thomas Adam <thomas@xteddy.org>
99 * fvwm/builtins.c (CMD_Exec):
100 Close fd if it's not opened successfully.
102 2010-07-28 Thomas Adam <thomas@xteddy.org>
103 * fvwm/update.c (apply_window_updates):
105 Copy over State settings on WindowStyle command.
107 When merging/updating style hints for recaptured windows, ensure we
108 preserve any State hints set on the window.
110 2010-05-22 Thomas Adam <thomas@xteddy.org>
111 * fvwm/windowlist.c (CMD_WindowList):
113 When reporting on a window's width and height ensure we use the
114 orig_hints XSizeHints struct for calculating resize increment
117 2010-05-09 Thomas Adam <thomas@xteddy.org>
120 Update CVS to use 2.5.31
122 2010-05-09 Thomas Adam <thomas@xteddy.org>
126 Updated for the FVWM 2.5.30 release.
128 2010-05-09 Thomas Adam <thomas@xteddy.org>
130 Cosmetic clean up for NEWS.
132 2010-04-28 Dan Espen <dane@mk.telcordia.com>
133 * fvwm/colorset.c (parse_colorset): Remove bogus error message.
135 2010-04-24 Thomas Adam <thomas@xteddy.org>
137 Define version checks for conditional macros.
139 libpng 1.4.0 has different macros for previous version of the same
140 macros in libong 1.2.0, so check for them here.
142 2010-04-18 Thomas Adam <thomas@xteddy.org>
143 * libs/charmap.c (charmap_table_to_string):
144 Don't allow incremental matching of C_ALL for contexts.
146 When printing out bindings, ensure we allow "A" for any/all
147 contexts/modifiers to be matched exactly, so that the context column for
148 bindings matches with what the user put in their config file.
150 2010-04-03 Thomas Adam <thomas@xteddy.org>
153 Updated for the FVWM 2.5.29 release.
155 2010-04-03 Thomas Adam <thomas@xteddy.org>
157 Cull unused functions when compiling against librplay.
159 When compiling with -Werror, ensure we're not trying to use unneeded
160 librplay static functions we ourselves declare.
162 2010-04-03 Thomas Adam <thomas@xteddy.org>
163 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
164 Tweak placement calculation for over-zealous windows.
166 Don't adjust a window's position unless it's actually greater than the
167 screen's dimension (i.e., potentially placed off screen.)
169 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
170 * fvwm/windowlist.c (CMD_WindowList):
171 Free allocated memory.
173 2010-02-28 Thomas Adam <thomas@xteddy.org>
174 * fvwm/move_resize.c (__resize_step):
175 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
177 When calling DisplaySize() from a resize event performed on a window,
178 ensure we use the window's last event (which will be MotionNotify
179 anyway) otherwise this completely confuses the GeometryWindow as it has
180 to then update itself each time.
182 When using Xinerama/TwinView, the effect is that the GeometryWindow
183 flickers and/or displays itself on the opposite screen to where the
184 pointer is, because the x/y positions don't take into account the
185 location of the pointer from the original hand-crafted event, but are
186 correct from the execute context the window being resized is called in.
188 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
189 * fvwm/style.c (check_window_style_change):
190 * fvwm/update.c (apply_window_updates):
192 Propagate Layer changes via Style command on-the-fly.
194 Until there's a distinction between initially-mapped styles and runtime
195 commands, and that currently, Style commands take effect immediately,
196 ensure that for any Layer requests received via Style commands, these
197 too are applied immediately.
199 The previous assumption was that this was only applicable when mapping a
200 new window, but goes against expectations from the user.
202 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
203 * fvwm/read.c (run_command_file):
204 Restructure how we look for Read files slightly.
206 When searching for files with the Read command, check to see if the file
207 first of all has an absolute path and if so open it. If it's relative
208 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
209 the file still can't be found, try and open it outright. This will
214 as a valid filename -- of course this really only makes sense when
215 invoking fvwm with "-f" on the command-line, as relative paths to config
216 files in this way should be built up using "$."
218 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
219 * fvwm/menustyle.c (menustyle_copy_face):
220 Fix segfault setting MenuFace pixmap style for menus.
222 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
223 non-existent pixmap from an invalid pointer.
225 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
226 * fvwm/read.c (run_command_file):
227 Fix opening of files to Read/PipeRead to accept absolute paths.
229 Don't just assume "/" is a valid identifier for opening files. "./" is
230 just as likely. Fixes use-case of:
232 fvwm -f ./some_fvwm2rc
234 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
235 * fvwm/events.c (flush_property_notify):
236 Add atom to struct so it is checked for by test_typed_window_event().
238 2010-01-04 David Fries <David@Fries.net>
239 * fvwm/events.c (test_typed_window_event):
240 * fvwm/events.c (flush_property_notify):
241 Efficiently handle flushing property events of the same type.
243 * fvwm/events.h (test_typed_window_event_args):
244 Add XAtom type to struct.
246 2010-01-04 David Fries <David@Fries.net>
247 * fvwm/virtual.c (HandlePaging):
248 Move no page detect check, it wasn't being hit.
249 * fvwm/move_resize.c (__move_loop):
250 Transform window position to pointer position and back when calling
253 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
254 * fvwm/menustyle.c (menustyle_copy_face):
255 Fix segfault when creating a tearoff menu using a Pixmap background.
257 When we copy the original menustyle to the new torn-off menu which
258 contains a background image, don't then update the menu's pixel
259 background color, as this is already free()d for us by an earlier copy
262 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
263 * fvwm/builtins.c (CMD_BugOpts):
266 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
267 * fvwm/builtins.c (CMD_BugOpts):
268 * fvwm/fvwm.c (InitVariables):
269 * fvwm/events.c (HandleClientMessage):
271 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
272 Qt windows handle having ClientMessage events sent to them.
274 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
275 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
276 Fix y-axis offset calculations when using MinOverlapPlacement, by
277 forcing the window on-screen when over-zealous penality calculations
278 don't take into account the size of the window borders.
280 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
281 * bin/fvwm-convert-2.6.1.in:
282 Add in BUGS section a note that converting over FvwmTheme lines is
285 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
288 * bin/fvwm-convert-2.6.in:
289 * bin/fvwm-convert-2.6.1.in:
290 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
293 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
294 * libs/Flocale.c (FlocaleEncodeString):
295 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
297 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
298 * fvwm/fvwm.c (StartupStuff):
299 Reset the state of the "Restarting" flag to False when restarting FVWM.
301 * fvwm/events.c (HandleMapRequestKeepRaised):
302 Only run InitialMapCommand when FVWM isn't restarting and all windows
303 have been recaptured. The window is already mapped by the time FVWM is
304 restarting, and running the InitialMapCommand again only serves to
305 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
307 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
311 increased version number to 2.5.29
314 updated for 2.5.28 release
316 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
319 * fvwm/ewmh.c (ewmh_ChangeProperty):
320 only convert _NET_WM_ICON hint to long before storing
322 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
324 * fvwm/builtins.c (CMD_BugOpts):
325 remove unused variables
328 * fvwm/ewmh.c (ewmh_ChangeProperty):
329 fix storing of CARD32 arrays on 64 bit machines
331 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
332 prevent segmentation fault when reading a bad _NET_WM_ICON hint
334 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
335 * fvwm/geometry.c (__cs_handle_aspect_ratio):
336 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
337 otherwise continual loop when resizing windows when keeping aspect
338 ratio (c.f. mplayer.)
340 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
342 Fix typo in AS_HELP_STRING referring to enable-htmldoc
344 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
347 * fvwm/builtins.c (CMD_BugOpts):
348 Fix parsing of BugOpts options lists separated by ',', and
349 restoring to default value when the boolean option is omitted if
357 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
358 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
359 (is_translit_supported, set_default_iconv_charsets)
360 (set_iconv_charset_index, FiconvUtf8ToCharset):
361 * fvwm/builtins.c (CMD_BugOpts):
362 Add TransliterateUtf8 bug opt for working around clients
363 which don't care about the WM_NAME value.
365 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
368 * fvwm/stack.c (BroadcastRestack):
369 Fix splitting or M_RESTACK packages causing weird window stacking
370 in modules when more than 83 windows are broadcast.
372 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
374 Remove dnl comments from configure.ac regarding malloc.h -- it's
375 self-explanatory anyway.
377 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
379 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
380 -- this never used to produce compiler warnings, but things are
381 starting to become more vocal, so don't use this in our
382 ./configure script if we're compiling FVWM on a *BSD system.
384 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
388 * fvwm/add_window.c (setup_numeric_vals):
389 add "typedef struct snap_attraction_t"
390 * fvwm/style.c (style_parse_one_style_option):
391 add new SnapAttraction options "None", "ScreenWindows",
392 "ScreenIcons" and "ScreenAll"
393 * fvwm/move_resize.c (DoSnapAttract):
394 Bugfix, option SameType/Icons/Windows did falsely not affect
395 conditions of option "Screen" and option "SameType" snapped
396 falsely icons and windows together. Implement options
397 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
398 screen edge snapping.
400 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
401 * fvwm/add_window.c (setup_window_name_count):
402 * fvwm/add_window.c (setup_icon_name_count):
403 Deprecate these in favour of setup_name_count()
405 * fvwm/add_window.c (setup_name_count):
406 Amalgamate setup_window_name_count and setup_icon_name_count to just
407 one function (very similar code between them.) Used with
408 IndexedWindowName and IndexedIconName.
410 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
413 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
415 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
416 (Frptp_async_putline):
417 Fix ANSI C compatibility.
420 * fvwm/ewmh_names.c (EWMH_WMName):
421 set the HAS_EWMH_WM_NAME flag even if the window name on display
424 same for HAS_EWMH_WM_ICON_NAME
426 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
429 fix for segfault with RPlatHost directive in FvwmEvent
430 * libs/Makefile.am (libfvwm_a_SOURCES):
432 add Fplay.h wrapper header for rplay.h
435 fix debian bug #438132
437 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
440 * fvwm/style.c (fw_match_style_id):
441 Fix fvwmstyle resource
443 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
446 * fvwm/events.c (HandleMapRequestKeepRaised):
447 Make sure that a PropertyNotify on the WM_STATE property is always
448 sent out when a window is requested to be moved to the withdrawn
449 state. (Needed by QT)
451 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
453 * sample.fvwmrc/DecorMwm:
454 * sample.fvwmrc/DecorWin95:
455 * sample.fvwmrc/new-features:
456 * sample.fvwmrc/system.fvwm2rc:
457 * sample.fvwmrc/system.fvwm2rc-sample-1:
458 * sample.fvwmrc/system.fvwm2rc-sample-2:
459 * sample.fvwmrc/system.fvwm2rc-sample-95:
460 Use !-negation for styles instead of No...
465 * sample.fvwmrc/system.fvwm2rc-sample-95:
466 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
467 sed -i 's/StayOnTop/StaysOnTop/'
468 According to patches by Manoj Srivastava
470 2009-03-17 Mikhael Goikhman <migo@homemail.com>
475 convert my old code to use var_name and function_name coding style
477 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
481 increased version to 2.5.28
486 updated for 2.5.27 release
488 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
489 * fvwm/bindings.c (print_bindings):
490 Fixed compilation of not having libstroke installed by using ifdefs
493 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
495 * fvwm/bindings.c (print_bindings):
498 * libs/charmap.c (charmap_table_to_string):
499 several memory menagement fixes.
501 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
503 * libs/charmap.c (charmap_table_to_string):
504 Reduce memory management on the stack, by making only those variables
505 to be accessed outside of the function charmap_table_to_string()
506 allocated on the heap instead.
508 * fvwm/bindings.c (print_bindings):
509 b->Action was previously checked whether it was NULL or not before
510 printing its value to STDERR -- however, this caused a segfault when
511 trying to perform strlen() operations internally -- hence don't bother
512 checking if it's NULL. This avoids segfaulting.
514 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
516 * libs/charmap.c (charmap_table_to_string):
518 Introduce charmap_to_string function which is used to build up a
519 binding string, for use with PrintInfo.
521 * fvwm/bindings.c (print_bindings):
522 Introduce print_bindings to print all bindings known to fvwm.
524 * fvwm/builtins.c (CMD_PrintInfo):
526 Add support for "binding" as an option to PrintInfo.
528 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
530 * fvwm/placement.c (__pl_position_get_pos_simple):
531 Force the window on-screen if using PositionPlacement UnderMouse.
533 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
535 * fvwm/events.c (HandleMapRequestKeepRaised):
536 * fvwm/add_window.c (AddWindow):
538 * fvwm/style.c (style_parse_one_style_option):
539 add new style InitialMapCommand
541 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
543 * bin/fvwm-menu-desktop.in:
544 Fix the location prefix for GNOME application files.
546 2008-12-29 Alexandre Julliard <julliard@winehq.org>
548 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
549 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
550 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
551 horizontally maximized.
553 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
556 * fvwm/module_list.c (do_execute_module):
557 * fvwm/fvwm.c (fvmm_deinstall_signals):
558 restore default signal handlers before execl()/execvp()
560 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
562 * fvwm/style.c (fw_match_style_id):
563 Allow for the window's visible name to be considered when matching a
564 style line. It is possible to use $[w.visiblename] as the style name.
565 Whilst the normal name and the visible name are usually the same, in
566 the case of having IndxedWindowName, if a style line matches this as a
567 visible name, apply it first of all.
569 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
572 Add $[w.visiblename] as an expansion parameter.
574 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
576 * fvwm/placement.c (__pl_position_get_pos_simple):
577 position placement honours StartsOnPage
579 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
581 * fvwm/session.c (MatchWinToSM):
582 fixed keeping fullscreen state of windows over a restart; the old code
583 tried to do this through session management and effectively overwrote
584 the responsible ewmh hint; eventually, fvwm thought that the window
585 was fullscreen without actually making it fullscreen
587 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
589 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
590 fixed compiler warning caused by a logic error in previous patch
593 applied png detection fix by Yuri Bushmelev for cross compiliation
595 * fvwm/events.c (__handle_cr_on_client):
596 fixed event merging with auto motion detection
598 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
601 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
602 * fvwm/events.h (events_handle_configure_request):
603 * fvwm/events.c (events_handle_configure_request):
604 (__handle_cr_on_client):
605 (__handle_configure_request):
606 fix handling of _NET_MOVERESIZE_WINDOW
607 (__cr_detect_icccm_move):
608 remove douplicate code
610 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
613 * fvwm/add_window.c (setup_frame_window):
614 fix compilation without XRender
616 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
622 Convert Latin-1 encodings to UTF-8
624 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
628 increased version to 2.5.27
633 updated for 2.5.26 release
635 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
637 * fvwm/ewmh_events.c (ewmh_WMDesktop):
639 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
640 (ewmh_HandleWindowType):
641 (ewmh_AddToKdeSysTray):
642 (ewmh_HandleWindowType):
644 64-bit fix by Alexandre Julliard
646 2008-03-30 Mikhael Goikhman <migo@homemail.com>
649 fix fribidi detection when it uses pkg-config and not fribidi-config
652 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
653 it now uses fribidi-types.h and not fribidi_types.h
655 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
657 * fvwm/events.c (dispatch_event):
658 Fix handling of Shape events.
660 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
662 * fvwm/menus.c (calc_normal_item_height):
663 (calc_more_item_height):
664 (size_menu_vertically):
665 fix calculations so the menu fit on the screen height
667 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
669 * fvwm/menus.c (size_menu_vertically):
670 added paddings at the top and bottom of the menus
672 * fvwm/menustyle.c (parse_vertical_margins_line):
673 new function to parse the VerticalMargins new MenuStyle
676 * fvwm/menustyle.c (menustyle_get_styleopt_index):
677 added the VerticalMargins option to the list
679 * fvwm/menustyle.c (menustyle_parse_style):
680 added default values for the padding, and a case clause
681 for the specific case when you invoke the VerticalMargins
684 * fvwm/menustyle.c (menustyle_copy):
685 added two lines to copy the menu styles from origin to destiny
688 added macros for the vertical padding stuff
690 * fvwm/menustyle.h (struct MenuLook):
691 added sub-structure to hold the VerticalMargins
693 * fvwm/libs/defaults.h:
694 added one define for MAX_MENU_MARGIN
696 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
698 * fvwm/menuitem.c (draw_highlight_background):
699 fixed drawing of background pictures in menu items
701 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
703 * fvwm/add_window.c (setup_frame_window):
704 fix core dump with ARGB detection code
705 fix compilation without XRender
707 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
711 increased version to 2.5.26
716 updated for 2.5.25 release
718 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
720 * fvwm/fvwm.c (main):
721 further condense the X visual selection code
723 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
725 * fvwm/fvwm.c (main):
726 condense the X visual selection code
728 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
730 * fvwm/events.c (register_event_group)
731 (InitEventHandlerJumpTable, dispatch_event):
732 use separate jump tables for events defined by X-extensions
733 to eliminate the need to ovverride the LASTEvent value.
735 * fvwm/module_list.c (module_list_remove):
736 include the case where the module is first in the list in
737 the loop, fixing a segmentaion fault when the list was empty.
739 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
741 * fvwm/add_window.c (setup_frame_window):
742 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
743 add preliminary support for ARGB windows in fvwm (based on
744 Marc Lehman's argb patch)
746 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
748 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
751 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
753 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
754 catch BadGC when updating root transparent window background
756 * libs/XError.c (do_coredump):
757 (ferror_set_temp_error_handler):
758 (ferror_reset_error_handler)
759 (ferror_call_next_error_handler):
762 * libs/XError.c (PrintXErrorAndCoredump):
763 try to dump core the hard way
765 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
767 * fvwm/colorset.c (parse_colorset):
768 check for image != None before calling XDestroyImage
770 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
771 (ewmh_WMStateMaxHoriz):
773 (ewmh_WMStateShaded):
774 (ewmh_WMStateStaysOnTop):
775 (ewmh_WMStateStaysOnBottom):
776 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
778 also ignore the EWMH staysontop and staysonbottom hints if the
779 EWMHIgnoreStackingOrderHints style is used
781 * fvwm/colorset.c (parse_colorset):
782 Fixed a sporadic crash when the root background set by gnome,
783 fvwm-root, esetroot etc. changes and a root transparent colour set
786 * fvwm/colorset.c (parse_colorset):
787 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
788 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
789 * libs/PictureGraphics.c (PGrabXImage)
790 (PGraphicsCreateTranslucent):
791 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
794 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
796 * libs/PictureGraphics.c (PGrabXImage):
797 fixed XImage memory leak
798 (PCreateRenderPixmap):
799 (PCreateDitherPixmap):
800 Properly handle return code of FgetFImage()
802 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
804 * fvwm/events.c (HandleConfigureRequest):
805 (events_handle_configure_request):
808 * fvwm/ewmh_events.c (ewmh_RestackWindow):
809 (ewmh_MoveResizeWindow):
810 fixed crash when moving/resizing/restacking unmanaged windows through
813 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
815 * fvwm/events.c (HandleMapRequestKeepRaised):
816 fixed compiler warning
818 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
820 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
821 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
823 Fixed the determination of the X charset on UTF-8 system
825 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
827 * fvwm/placement.c (__pl_minoverlap_get_next_x):
828 do not add screen offset to window position
830 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
833 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
836 Some html documentation files were not installed.
838 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
840 * fvwm/style.c (style_parse_one_style_option):
841 fixed parsing of screen argument of the SnapAttraction Style
843 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
845 * fvwm/move_resize.c (DoSnapAttract):
846 Use edge move resistance, and not delay for top edge when moving
849 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
852 * fvwm/events.c (HandleMapRequestKeepRaised)
853 (test_withdraw_request):
854 Don't map windows that request to be moved back to WithdrawnState
855 by the ICCCM2 method before they have been mapped. (Fixes bug with
856 disappearing windows.)
858 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
862 increased version to 2.5.25
866 updated for 2.5.24 release
868 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
870 * fvwm/menus.c (__mloop_exit):
871 * fvwm/menubindings.c (parse_menu_action):
873 reindented and cleaned up some code
875 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
877 * fvwm/update.c (apply_window_updates):
878 * fvwm/add_window.c (setup_style_and_decor):
879 (setup_numeric_vals):
883 * fvwm/events.c (HandleEnterNotify):
884 * fvwm/fvwm.c (InitVariables):
886 * fvwm/session.c (SaveGlobalState):
888 * fvwm/move_resize.c (DoSnapAttract):
891 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
892 They have been replaced by the styles EdgeMoveResistance,
893 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
895 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
899 use AS_HELP_STRING to format the configure options help strings
901 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
903 * fvwm/conditional.c:
906 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
908 * fvwm/ConfigFvwmDefaults:
909 restore default action of closing menus for menu titles
911 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
913 * libs/FScreen.c (FindScreenOfXY):
914 * fvwm/move_resize.c (GetMoveArguments):
915 fixed the "screen w" argument of the Move and other commands
917 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
919 * fvwm/virtual.c (HandlePaging):
920 don't modify *xl and *yt unless we we really page
922 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
924 * fvwm/module_list.h:
925 * fvwm/module_list.c:
928 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
932 increased version to 2.5.24
936 updated for 2.5.23 release
938 * libs/Flocale.c (FlocaleEncodeString):
939 removed previous warning fix
941 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
945 Added new style option: StartShaded.
947 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
949 * libs/Flocale.c (FlocaleEncodeString):
952 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
957 removed old fvwm manpage
959 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
963 increased version to 2.5.23
967 fix the date for 2.5.22 release
969 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
971 * fvwm/windowlist.c (CMD_WindowList):
972 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
975 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
979 use "test ! ... = ..." instead of "test ... != ..."
981 * fvwm/builtins.c (CMD_PropertyChange):
982 fixed completely broken parsing of PropertyChange arguments
984 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
988 updated for 2.5.22 release
990 * fvwm/builtins.c (CMD_PropertyChange):
991 * libs/Flocale.c (FlocaleGetFftFont):
994 (FlocaleGetFontOrFontSet):
997 fix compiler warnings
999 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1002 fixed command table parsing
1004 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1006 * fvwm/module_list.c (module_kill):
1007 (executeModuleDesperate):
1008 (module_list_itr_init):
1011 * fvwm/events.c (My_XNextEvent):
1012 * fvwm/module_list.c (module_alloc):
1013 (do_execute_module):
1014 * fvwm/module_list.h (fmodule):
1017 restored *not* useless is_cmdline_module stuff
1020 add constants for command group tagging
1022 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1027 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1030 check for sed, perl and tbl, needed to build documentation
1032 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1034 * libs/System.c (fvwm_mkstemp):
1035 use constants from libs/fvwm_sys_stat.h
1037 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
1039 * fvwm/module_list.c (do_execute_module):
1040 fixed possible crash when fork fails
1042 * fvwm/module_list.c (module_list_remove):
1043 now returns the removed fmodule*, or NULL if unsuccessful
1044 removed error message when removing a not listed module (it's normal)
1046 * fvwm/module_list.c (module_kill):
1047 module is inserted in death_row only if it is successfuly removed from
1048 module_list (fixes crash when module is killed more than once)
1050 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
1052 * fvwm/events.c (My_XNextEvent):
1053 fixed hang with startup modules
1055 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1057 * fvwm/conditional.c (FreeConditionMask):
1058 fixed crash with inverted name condition
1063 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1069 * sample.fvwmrc/system.fvwm2rc-sample-95:
1070 * sample.fvwmrc/system.fvwm2rc:
1071 * sample.fvwmrc/system.fvwm2rc-sample-2:
1072 * libs/Picture.c (PicturePrintImageCache):
1074 * libs/FGettext.c (FGettextPrintLocalePath):
1075 * libs/fvwmsignal.c:
1077 * libs/PictureUtils.c (PictureAllocColorTable)
1078 (PicturePrintColorInfo):
1080 * libs/fvwmsignal.h:
1083 * libs/Ficonv.c (convert_charsets):
1084 (FiconvSetupConversion):
1085 * fvwm/decorations.c:
1088 * fvwm/add_window.c (setup_window_font):
1092 * fvwm/conditional.c:
1093 * fvwm/fvwm.c (SetRCDefaults):
1095 * fvwm/ewmh_events.c:
1098 * fvwm/menustyle.c (menustyle_parse_style):
1100 * fvwm/ewmh.c (EWMH_Init):
1101 * libs/Flocale.c (FlocaleParseShadow):
1102 (FlocaleGetFontSet):
1104 (FlocalePrintLocaleInfo):
1105 * fvwm/misc.c (fvwm_msg):
1108 write fvwm in lower case
1111 fixed build without GNU make
1113 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1115 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1116 fixed buffer overflow
1118 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1120 * fvwm/module_list.h (fmodule_list_itr):
1121 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1122 replace iterator struct by typedef
1124 * fvwm/module_list.c (module_list_destroy):
1127 new function to remove dup code
1129 * fvwm/module_list.c (module_kill):
1130 changed to move the module to the deathrow list
1132 * fvwm/module_list.h (fmodule):
1133 * fvwm/module_list.c (module_alloc):
1134 (module_list_remove):
1135 (FlushMessageQueue):
1136 removed is_removed logic
1138 * fvwm/module_list.c (module_safefree):
1141 * fvwm/events.c (My_XNextEvent):
1142 remove old "#if 0" code
1144 * fvwm/module_list.c (module_kill):
1147 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1149 * fvwm/module_list.h (fmodule_list_itr):
1150 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1151 don't store current pointer in module list iterators.
1154 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1156 * fvwm/events.c (My_XNextEvent):
1157 * fvwm/module_list.c (KillModuleByName):
1158 (FlushAllMessageQueues):
1159 * fvwm/module_interface.c (BroadcastPacket):
1160 (BroadcastNewPacket):
1162 (BroadcastFvwmPicture):
1163 (BroadcastColorset):
1164 (BroadcastProperyChange):
1165 (BroadcastConfigInfoString):
1167 * fvwm/modconf.c (ModuleConfig):
1168 * fvwm/stack.c (BroadcastRestack):
1169 replaced module_get_next by module list iterator mechanism
1171 * fvwm/module_list.h:
1172 * fvwm/module_list.c (module_get_next):
1175 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1177 * fvwm/module_list.h:
1178 * fvwm/module_list.c (fmodule):
1184 (FlushAllMessageQueues):
1186 * fvwm/module_interface.c (BroadcastPacket):
1187 (BroadcastNewPacket):
1189 (BroadcastFvwmPicture):
1190 (BroadcastColorset):
1191 (BroadcastProperyChange):
1192 (BroadcastConfigInfoString):
1194 * fvwm/event.c (My_XNextEvent):
1195 * fvwm/stack.c (BroadcastRestack):
1196 * fvwm/modconf.c (ModuleConfig):
1197 changed to work with generic list container
1199 * fvwm/module_list.c (module_insert):
1200 (module_list_insert):
1202 (module_list_remove):
1205 renamed as list handling functions
1207 * fvwm/events.c (My_XNextEvent):
1208 * fvwm/module_list.h:
1209 * fvwm/module_list.c (module_alloc):
1210 (do_execute_module):
1211 removed useless is_cmdline_module stuff
1213 * fvwm/module_list.h:
1214 * fvwm/module_list.c (module_list_insert):
1215 (module_list_remove):
1217 new fmodule_list object representing a module list.
1218 changed the module lists to the new object.
1219 changed list functions to use the list object instead of the
1220 fmodule_store pointer.
1222 * fvwm/events.c (My_XNextEvent):
1223 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1225 * fvwm/module_list.h (fmodule_list_itr):
1226 * fvwm/module_list.c (fmodule_list_itr_init):
1227 (fmodule_list_itr_next):
1228 created a smart (safe) iterator mechanism to replace the
1229 module_get_next function
1231 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1235 added empty functions to replace CMD_Dummy
1238 use subordinate Makefile.ams instead of iuncluding files from other
1242 removed FVWMNAMEUCASE
1247 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1248 force --enable-htmldoc on "make distcheck"
1250 * fvwm/events.c (HandleEnterNotify):
1251 (HandleLeaveNotify):
1252 properly generate enter_window and leave_window events for FvwmEvent
1254 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1256 * fvwm/move_resize.c (GetOnePositionArgument):
1258 (ParsePositionArgumentSuffix):
1261 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1263 * fvwm/move_resize.c (GetOnePositionArgument):
1264 fixed position calculation with the "w" prefix (move w-1 w-1).
1265 (GetOnePositionArgument):
1268 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1270 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1272 reduce indentation level
1273 add comment to explain why suppressing the warning is right
1275 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1277 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1278 fixed using uninitialized variable
1280 * fvwm/menus.c (scanForStrings):
1281 suppress compiler warning for now
1283 * fvwm/move_resize.c (resize_move_window):
1284 (AnimatedMoveAnyWindow):
1288 * fvwm/module_interface.c (__get_allowed_actions):
1289 * fvwm/menuitem.c (menuitem_paint):
1290 * fvwm/icons.c (CMD_Iconify):
1291 * fvwm/gnome.c (GNOME_SetHints):
1292 * fvwm/ewmh.c (ewmh_AllowsClose):
1294 (ewmh_AllowsFullScreen):
1295 (ewmh_AllowsMinimize)
1296 (ewmh_AllowsMaximize):
1300 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1301 (ewmh_MoveResizeWindow):
1304 (ewmh_WMStateHidden):
1305 * fvwm/events.c (__handle_cr_on_client):
1306 * fvwm/decorations.c (__is_resize_allowed):
1307 (is_function_allowed):
1308 * fvwm/conditional.c (MatchesConditionMask):
1309 * fvwm/builtins.c (CMD_Delete):
1310 * fvwm/add_window.c (AddWindow):
1311 is_function allowed now differentiates between US program actions and
1312 actions initiated by interaction between fvwm and the user
1314 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1316 * fvwm/menus.c (__scan_for_pixmap):
1317 fixed compiler warning
1319 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1320 (ewmh_RestackWindow):
1321 honor FixedSize/FixedPosition styles in EWMH messages too
1323 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1325 * fvwm/fvwm.c (setVersionInfo):
1326 add XCursor support to version output
1328 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1329 (SCTX_GET_MR, string_context_type_t, string_context_t)
1330 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1331 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1332 reimplement pixmap and color scanning for menus to better handle
1335 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1338 don't install fvwm.1
1340 * fvwm/events.c (My_XNextEvent):
1341 remove unused varaible
1343 * fvwm/events.c (My_XNextEvent):
1344 * fvwm/module_list.h:
1345 * fvwm/module_list.c (module_store, module_alloc)
1346 (module_kill_all, module_safefree, module_remove)
1347 (do_execute_module, module_kill, module_cleanup, module_get_next)
1348 (FlushMessageQueue):
1349 Don't free module stuctures during module I/O. (Fixes segfault.)
1351 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1355 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1356 Someone missed to add extra conditions when changing from
1359 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1362 fixed liXcursor detection
1364 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1368 * fvwm/menus.c (scanForPixmap):
1369 made it possible to escape '*' '%' '@' in filenames
1371 * libs/PictureImageLoader.c (PImageLoadSvg):
1372 added transposing and none uniform scaling to svg options
1374 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1376 * libs/PictureImageLoader.c:
1378 (PImageLoadCursorFromFile):
1379 fixed compilation without xpm library
1381 fixed compiler warning without png library
1383 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1386 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1387 fix compilation without xpm library
1389 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1394 * libs/PictureImageLoader.c:
1396 (PImageLoadCursorFromFile):
1397 fixed compilation without xpm library
1399 fixed compiler warning without png library
1401 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1403 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1404 * fvwm/cursor.c (CMD_CursorStyle):
1405 fixed compiler warning
1407 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1409 * fvwm/cursor.c (CMD_CursorStyle):
1410 fix CursorStyle command parsing
1412 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1414 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1415 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1416 * libs/PictureImageLoader.c (PImageLoadSvg):
1418 (PImageCreatePixmapFromArgbData):
1419 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1420 (PImageCreatePixmapFromFImage):
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-06-22 Simon Griph <simon(at)griph(dot)se>
1441 added libXcursor detection
1443 * fvwm/Makefile.am (LDADD):
1451 * libs/Makefile.am (libfvwm_a_SOURCES):
1454 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1455 added Xcursor support
1457 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1463 added defs for FxpmInfo and FxpmFreeXpmInfo
1465 * libs/PictureBase.h (FvwmPictureAttributes):
1466 * libs/PictureImageLoader.c
1467 (PImageCreatePixmapFromArgbData):
1468 (PImageLoadPixmapFromFile):
1469 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1470 (PImageLoadCursorPixmapFromFile):
1471 (PImageLoadCursorFromFile):
1472 * libs/PictureImageLoader.h:
1473 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1474 replaced by the new general PImageLoadCursorFromFile()
1476 * fvwm/cursor.c (CMD_CursorStyle):
1477 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1478 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1480 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1482 * libs/PictureImageLoader.c
1486 now returns argb data instead of pixmaps
1487 (PImageLoadPixmapFromFile):
1488 (PImageLoadArgbDataFromFile):
1489 moved first half of PImageLoadPixmapFromFile() into
1490 the new local function PImageLoadArgbDataFromFile()
1492 removed function, code moved into PImageLoadPixmapFromFile()
1494 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1496 * libs/PictureImageLoader.c (PImageLoadXpm):
1497 revised to make use of PImageCreatePixmapFromArgbData()
1499 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1501 * fvwm/colorset.c (parse_shape):
1502 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1503 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1504 * libs/PictureImageLoader.c
1507 (PImageCreatePixmapFromArgbData):
1508 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1509 or translucent (0 < any alpha < 0xff) images.
1511 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1513 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1514 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1515 * libs/PictureImageLoader.c (PImageLoadSvg):
1517 (PImageCreatePixmapFromArgbData):
1518 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1519 (PImageCreatePixmapFromFImage):
1522 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1524 * fvwm/functions.c (CMD_EchoFuncDefinition):
1525 * fvwm/functable.c (func_table):
1527 new command EchoFuncDefinition
1529 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1532 * fvwm/conditional.c (CreateConditionMask):
1533 bugfix: Condition separation previously failed when a
1534 single comma (no whitespace padding) was used directly
1535 after a multi-worded condition.
1537 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1539 * fvwm/module_list.c (module_kill):
1540 fix possible core dump when using startup modules
1542 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1545 * fvwm/builtins.c (CMD_PrintInfo):
1546 * libs/Picture.h (PicturePrintImageCache):
1547 * libs/Picture.c (PicturePrintImageCache):
1548 add ImageCache subject to PrintInfo command
1550 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1553 * fvwm/events.c (My_XNextEvent):
1554 fix crash when a module closes down during input/output.
1556 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1558 * fvwm/icons.c (ChangeIconPixmap):
1561 * fvwm/focus.c (warp_to_fvwm_window):
1562 * fvwm/events.c (__handle_cr_restack):
1563 (__handle_bpress_on_managed):
1564 (HandlePropertyNotify):
1566 * fvwm/stack.c (__restack_window):
1567 (__raise_lower_recursion):
1568 (__raise_or_lower_window):
1569 (raise_or_lower_window):
1570 (position_new_window_in_stack_ring):
1574 (HandleUnusualStackmodes):
1577 (CMD_RestackTransients):
1579 do raise hacks even when the internal stack is intact, unless on a
1582 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1584 * fvwm/style.c (check_window_style_change)
1585 (style_parse_one_style_option):
1587 * fvwm/fvwm.h (window_style):
1588 * fvwm/add_window.c (setup_frame_size_limits):
1589 * fvwm/geometry.c (constrain_size):
1590 new style MinWindowSize
1592 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1595 added missing prototypes
1597 * libs/safemalloc.c:
1604 * libs/Event.c (GetSubwindowFromEvent):
1606 * libs/ColorUtils.c:
1607 include corresponding header files
1609 * libs/PictureBase.c:
1610 * libs/FlocaleCharset.c:
1614 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1616 * configure.ac (HAVE_GNU_READLINE):
1617 detect full GNU readline API (vs BSD libedit readline compatibility
1620 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1622 * fvwm/windowlist.c (CMD_WindowList):
1625 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1626 "UseSkipList" & "OnlySkipList".
1628 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1631 * fvwm/add_window.c (validate_transientfor):
1632 detect and disallow circular transient-for hints
1634 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1637 s/UseListSkip/UseSkipList/g etc.
1639 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1641 * fvwm/menus.c (size_menu_vertically):
1642 added localization of the "More&..." string
1644 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1646 * libs/PictureBase.c (PictureFindImageFile):
1647 fix for segfault with svg-support enabled
1649 * INSTALL.fvwm (http):
1650 * configure.ac (png_CFLAGS):
1651 raise librsvg dependeny due to bug with 2.13.91
1653 * fvwm/cursor.c (CMD_CursorStyle):
1654 remove unused static variable nocursor
1656 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1661 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1664 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1665 bugfix: out-of-tree builds failed due to broken dependency.
1666 Make man page have same header as old one.
1667 Fix man page indentation.
1668 Make text of top-level man page sections all uppercase.
1669 Added --disable-mandoc option.
1670 HTML doc generation is off by default: use --enable-htmldoc.
1671 Added more info in doc/README about XML commands to use.
1673 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1676 * Everything in the 'doc' subdirectory.
1678 XML source to generate man page & HTML documentation.
1680 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1683 * fvwm/colorset.c (parse_colorset):
1684 don't recompute sh, hi and fgsh if they were supplied in a previous
1685 colorset line. Fixes bug #3359.
1687 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1689 * fvwm/move_resize.c (DoSnapAttract):
1690 handle SnapGrid before SnapAttraction so that non-overlapping windows
1691 do not snap edge to edge:
1698 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1700 * fvwm/style.c (parse_and_set_window_style)
1701 (style_parse_one_style_option):
1702 don't warn about PositionPlacement arguments
1704 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1708 enties for ChangeWindowTitle patch by Julio Teca.
1710 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1712 * fvwm/fvwm.c (main):
1713 fixed ROOT CursorStyle context
1715 * fvwm/placement.c (__pl_manual_get_pos_simple):
1716 * fvwm/move_resize.h:
1717 * fvwm/move_resize.c (__move_loop):
1719 fixed long broken POSITION CursorStyle context
1721 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1723 * fvwm/bindings.c (ParseBinding):
1724 fix buffer overrun with >78 character window names.
1726 * fvwm/fvwm.1.in (PositionPlacement):
1729 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1730 * fvwm/style.c (style_parse_one_style_option):
1731 change BorderWidth and HandleWidth style to revert to default if no
1734 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1736 * fvwm/fvwm.h (style_flags):
1737 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1738 (__place_get_wm_pos):
1739 (__place_window, __explain_placement):
1740 * fvwm/style.c (style_parse_one_style_option):
1742 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1743 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1744 (DEFAULT_PLACEMENT_POSITION_STRING):
1747 * fvwm/move_resize.c (GetOnePositionArgument):
1748 added 'w' suffix to Move arguments
1749 allow multiple shifts from original position
1751 * fvwm/style.c (style_parse_one_style_option):
1754 * fvwm/placement.c (setup_window_placement)
1755 (__place_get_placement_flags):
1756 (__place_get_wm_pos):
1757 (__place_get_nowm_pos):
1759 (__place_handle_x_resources):
1760 (setup_window_placement):
1761 * fvwm/fvwm.h (PLACE_CENTER):
1763 replaced CenterPlacement with more flexibe PositionPlacement
1765 * fvwm/move_resize.c (GetMoveArguments):
1766 (GetResizeArguments):
1767 (GetResizeMoveArguments):
1769 * fvwm/move_resize.h:
1770 exported and enhanced function GetMoveArguments for use by placement
1773 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1775 * fvwm/ConfigFvwmDefaults:
1776 reenable MenuScroll on titles
1778 * fvwm/menubindings.c (menu_shortcuts):
1779 don't scroll menus if scrolling would be in the wrong direction
1781 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1783 * fvwm/move_resize.c (__resize_window):
1784 some resizing/gravity fixes
1785 properly handle maximized + shaded state when resizing
1788 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1790 * fvwm/move_resize.c (__resize_window):
1791 resizing of shaded windows work better.
1793 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1795 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1796 clarified previous patch
1798 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1799 documented '-' command prefix
1801 * fvwm/expand.c (__eae_parse_range):
1802 fix $[n-] and $[*] after unsigned int havoc
1804 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1807 * fvwm/ConfigFvwmMenuDefaults:
1809 * fvwm/ConfigFvwmDefaults:
1810 * fvwm/ConfigFvwmMenuDefaults:
1811 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1813 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1815 * fvwm/ConfigFvwmMenuDefaults:
1816 * fvwm/fvwm.c (SetRCDefaults):
1817 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1818 apply to menu item context.
1820 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1822 * fvwm/placement.c (placement_loop):
1823 (__pl_minoverlap_get_avoidance_penalty):
1824 (__pl_smart_get_first_pos):
1825 (__pl_smart_get_next_pos):
1826 (__pl_smart_test_window):
1827 (__pl_smart_get_pos_penalty):
1828 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1829 now less than ten lines of code.
1831 * fvwm/add_window.c (setup_placement_penalty):
1832 * fvwm/style.c (style_parse_one_style_option):
1833 allow to reset the placement penalties with !
1836 * fvwm/add_window.c (setup_placement_penalty):
1839 * fvwm/style.c (style_parse_one_style_option):
1840 put placement penalty array in a struct
1842 * fvwm/placement.c (__place_get_wm_pos):
1843 (__pl_clever_get_next_x):
1844 (__pl_clever_get_next_y):
1845 (__pl_clever_get_first_pos):
1846 (__pl_clever_get_next_pos):
1847 (__pl_clever_get_avoidance_penalty):
1848 (__pl_clever_get_pos_penalty):
1849 (__pl_minoverlap_get_next_x):
1850 (__pl_minoverlap_get_next_y):
1851 (__pl_minoverlap_get_first_pos):
1852 (__pl_minoverlap_get_next_pos):
1853 (__pl_minoverlap_get_avoidance_penalty):
1854 (__pl_minoverlap_get_pos_penalty):
1855 renamed ...clever... functions to ...minoverlap...
1858 * fvwm/decorations.c:
1859 * fvwm/menubindings.c:
1860 * fvwm/module_interface.c:
1861 * fvwm/module_list.c:
1863 * fvwm/module_list.h:
1865 * fvwm/module_interface.h:
1867 dont include "libs" in include path
1870 #includes from fvwm path with "..." not <...>
1873 #includes from library path with "..." not <...>
1875 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1880 documented new svg support
1883 added librsvg detection
1885 * fvwm/Makefile.am (LDADD, INCLUDES):
1886 added rsvg_LIBS, rsvg_CFLAGS
1888 * fvwm/expand.c (expand_vars_extended):
1889 new extended variables
1890 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1892 * fvwm/fvwm.1.in (OPTIONS):
1894 documented new svg support
1895 (COMMAND EXPANSION):
1896 documented new extended variables
1898 * fvwm/fvwm.c (setVersionInfo):
1900 added Frsvg_init() call
1905 * libs/Makefile.am (libfvwm_a_SOURCES):
1910 * libs/Picture.c (PCacheFvwmPicture):
1911 hid svgopts from isFileStampChanged()
1913 * libs/PictureBase.c (PictureFindImageFile):
1914 hid svgopts from searchPath()
1916 * libs/PictureBase.h:
1918 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1919 hid svgopts from setFileStamp()
1921 new svg image loader
1923 * libs/fvwmlib.c (flib_init_graphics):
1924 added Frsvg_init() call
1926 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1929 * fvwm/stack.c (__is_restack_needed)
1930 (is_transient_subtree_straight):
1932 fix crash when trying to restack destroyed window
1934 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1936 * libs/Makefile.am (libfvwm_a_SOURCES):
1939 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1940 * fvwm/menus.c (move_any_menu)
1941 set menu backgrounds before moving. Makes transparent menus move
1944 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1945 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1946 add update_transparent_menu_bg to allow set of transparent menu
1947 background before a move, and change repaint_transparent_menu to
1948 allow for not setting the menu background.
1950 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1951 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1952 transparent colorsets)
1953 (CreateOffsetBackgroundPixmap):
1954 use offset also for non transparent backgrounds.
1956 * fvwm/menubindings.c (menu_shortcuts):
1957 don't move menus on scroll if they don't move
1959 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1964 * fvwm/decorations.c:
1966 * fvwm/ewmh_events.c:
1967 * fvwm/ewmh_icons.c:
1972 * fvwm/menubindings.c:
1977 * fvwm/module_interface.c:
1978 * fvwm/module_list.c:
1981 * fvwm/windowlist.c:
1982 * fvwm/windowshade.c:
1987 * fvwm/conditional.c:
1994 * fvwm/add_window.c:
1996 * fvwm/move_resize.c:
2005 * fvwm/execcontext.c:
2007 * libs/CombineChars.c:
2015 * libs/FlocaleCharset.c:
2019 * libs/safemalloc.c:
2025 * libs/ColorUtils.c:
2027 * libs/PictureImageLoader.c:
2028 * libs/PictureGraphics.c:
2031 * libs/PictureUtils.c:
2033 * libs/PictureBase.c:
2034 use new header files
2040 * libs/ColorUtils.h:
2041 * libs/PictureBase.h:
2048 * libs/Makefile.am (libfvwm_a_SOURCES):
2049 moved declarations from fvwmlib.h to new/appropriate header files
2054 * fvwm/menus.c (paint_side_pic):
2055 fixed previous patch
2058 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2060 * fvwm/menus.c (paint_side_pic):
2063 * fvwm/menus.c (paint_side_pic):
2064 use simple expose information to redraw sidepics less.
2066 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2068 * fvwm/geometry.c (constrain_size):
2069 silence gcc 4.1.1 warning.
2071 * libs/System.c (searchPath):
2072 search in pwd if no path is given.
2073 return NULL if a file dosn't exist regardless if it's absolute path
2075 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2077 * fvwm/placement.c (__place_window)
2078 (__pl_under_mouse_get_pos_simple):
2079 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2081 new style option UnderMousePlacementHonorsStartsOnPage
2083 * fvwm/update.c (init_style):
2084 don't forget stickyness when a window goes fullscreen (or when some
2085 other style is changed)
2087 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2089 * fvwm/placement.c (__pl_cascade_get_pos_simple):
2090 properly handle title direction with cascade placement
2092 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2095 * fvwm/placement.c (__pl_center_get_pos_simple):
2096 CenterPlacement properly handles Xinerama screens
2098 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2101 always substiture datarootdir
2103 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2105 * fvwm/add_window.c (GetWindowSizeHints):
2106 * fvwm/geometry.c (constrain_size):
2107 undefine macros after use
2109 reindented and cleaned up
2110 do not grow a window because of aspect ratio if this is not explicitly
2111 allowed by the CS_ROUND_UP flag
2113 (__cs_handle_aspect_ratio):
2114 broken into separate functions and cleaned up
2116 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
2118 * fvwm/module_list.c (module_receive):
2119 (module_input_discard):
2120 allocate input data in just one call - better perfomance
2122 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2124 * fvwm/placement.c (__place_get_wm_pos):
2125 simplified to a simple loop
2126 (__explain_placement):
2127 added explanation of new placement styles
2129 * fvwm/placement.c (__place_get_wm_pos):
2131 (__pl_center_get_pos_simple):
2132 (__pl_under_mouse_get_pos_simple):
2133 (__pl_cascade_get_pos_simple):
2134 (__pl_manual_get_pos_simple):
2135 (__place_get_wm_pos):
2136 use new placement interface for CenterPlacement, UnderMousePlacement,
2137 ManualPlacement, CascadePlacement
2139 * fvwm/placement.c (__sp_get_first_pos):
2140 (__sp_get_next_pos):
2141 (__sp_get_pos_penalty):
2142 (__place_get_wm_pos):
2143 use new placement interface for SmartPlacement
2148 don't use inline functions
2151 renamed function and generalized the placement interface to deal with
2152 any algorithm in the same way
2153 (__place_get_wm_pos):
2154 use new placement interface
2158 increased version to 2.5.22
2162 updated for 2.5.21 release
2164 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2166 * fvwm/read.h: Compile syntax error fix.
2168 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2170 * fvwm/placement.c (SmartPlacement):
2171 fixed broken SmartPlacement
2173 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2175 * fvwm/expand.c (expand_vars_extended):
2176 free allocated icon path
2178 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2186 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2189 * fvwm/fvwm.1.in (Scroll):
2190 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2191 add interactive scrolling.
2193 * fvwm/stack.c (is_transient_subtree_straight):
2194 check first above the tree root, then beneth it.
2196 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2198 * fvwm/module_interface.h
2199 * fvwm/module_interface.c (module_input_enqueue):
2200 (module_input_execute):
2201 new functions based on AddToCommandQueue and ExecuteModuleCommand
2203 * fvwm/module_list.c (CMD_ModuleSynchronous):
2205 * fvwm/events.c (My_XNextEvent):
2206 * fvwm/module_interface.c (ExecuteCommandQueue):
2207 using the above two new functions instead of AddToCommandQueue and
2208 ExecuteModuleCommand
2210 * fvwm/module_interface.c (cqueue_object_type):
2213 * fvwm/module_interface.h
2214 * fvwm/module_interface.c (AddToCommandQueue):
2215 (ExecuteModuleCommand):
2218 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2220 * fvwm/fvwm.h (window_style):
2221 * fvwm/style.c (style_parse_one_style_option):
2222 icon background relief and icon title relief changed to sigend char;
2223 should fix problem with ppc and negative values for these.
2225 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2227 * fvwm/module_list.h:
2228 * fvwm/module_list.c (module_receive):
2229 (module_input_discard):
2230 (module_input_expect):
2231 new functions to deal with module input
2233 * fvwm/module_list.h:
2234 * fvwm/module_list.c (HandleModuleInput):
2235 replaced by the above three functions
2237 * fvwm/events.c (My_XNextEvent):
2238 * fvwm/module_list.c (CMD_ModuleSynchronous):
2240 adapted to use the above three functions instead of HandleModuleInput
2242 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2244 * configure.ac (HAVE_PNG):
2245 don't mangle png_LIBS, use --with-png-library
2247 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2250 removed news about previous change after move of version-2_5_20 tag
2251 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2254 * fvwm/stack.c (__restack_window):
2255 fix so new transient windows with StackTransientParent on top layer
2256 don't make all windows raise above the pan frames.
2260 increased version to 2.5.21
2264 updated for 2.5.20 release
2266 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2268 * fvwm/fvwm.c (main):
2269 remove the call to module_init_list, the list head is instead set
2270 to NULL upon declaration
2272 * fvwm/module_list.h:
2273 * fvwm/module_list.c (module_init_list):
2276 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2278 * fvwm/stack.c (is_transient_subtree_straight)
2279 (is_transient_subtree_stack_straight):
2280 use <= 32 character function name
2281 (mark_transient_subtree, is_transient_subtree_straight)
2282 (__mark_transient_subtree_test):
2283 move common tests to function to avoid code duplication
2285 * fvwm/fvwm.1.in (IconifyWindowGroups):
2286 Correctly document that windows are iconified together if the are in
2287 the same window group, not if the group leader is iconified.
2289 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2291 * fvwm/add_window.c (GetWindowSizeHints):
2292 * libs/vpacket.h (ConfigWinPacket):
2293 * fvwm/module_interface.c (CONFIGARGS):
2294 * fvwm/fvwm.h (FvwmWindow):
2295 add orig_hints_width_inc and orig_hints_height_inc values to store the
2296 original resize inc for use in FvwmIdent
2299 * fvwm/style.c (style_parse_one_style_option):
2300 deprecated some "No..." styles
2301 (style_parse_one_style_option):
2302 add a NoResizeHintOverride style
2304 * fvwm/add_window.c (GetWindowSizeHints):
2305 only ignore the min_width/min_height/max_width/max_height with the
2306 ResizeHintOverride style
2308 * fvwm/icons.c (DeIconify):
2309 corrected previous fix
2311 * fvwm/placement.c (CleverPlacement):
2313 (__place_get_wm_pos):
2314 (__place_get_nowm_pos):
2316 fixed smart placement
2317 unified placement func interface
2319 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2322 * fvwm/icons.c (DeIconify):
2325 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2326 fix detection of non needed lower operations
2328 BroadcastRestack to modules even if non is done. (To cancel effect of
2329 already sent M_RAISE/M_LOWER)
2330 don't do raise hacks if no restack was done.
2332 * fvwm/fvwm.h (FvwmWindow):
2333 icon_nalloc_pixels is int instead of unsined int
2335 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2336 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2337 use int instead of unsigned int.
2339 * fvwm/menugeometry.c (menu_get_geometry)
2340 (menu_get_outer_geometry):
2341 * fvwm/focus.c (CMD_WarpToWindow):
2342 * fvwm/geometry.c (get_title_button_geometry):
2343 * fvwm/session.c (SaveWindowStates):
2344 * fvwm/conditional.c (CMD_WindowId):
2345 * fvwm/placement.c (__place_get_wm_pos):
2346 * fvwm/frame.c (frame_create_move_resize_args):
2347 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2348 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2349 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2350 * fvwm/style.c (style_parse_icon_box_style):
2351 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2352 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2354 * fvwm/events.c (HandlePropertyNotify)
2355 (__is_bpress_window_handled):
2356 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2358 fix geometry signed pointer warnings
2360 * libs/Graphics.c (CalculateGradientDimensions):
2361 cast pointer to unsigned int*
2363 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2364 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2365 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2366 change unsigned int* parameter to int*. It get's info stored in an
2367 unsigned short, so it should be OK.
2371 JunkMask is unsigned
2373 * fvwm/stack.c (__mark_group_member)
2374 (is_transient_subtree_stacked_straight, __is_restack_needed)
2375 (__restack_window, mark_transient_subtree):
2376 don't raise or lower windows if they are already at the right place.
2378 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2380 * fvwm/module_interface.c (struct cqueue_object_type):
2381 * fvwm/module_list.h (struct fmodule_input):
2382 reused cqueue_object_type as a struct to store module input data
2383 renamed it to fmodule_input and moved it to module_list.h
2384 typedef'ed it to cqueue_object_type in module_interface.c
2386 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2388 * fvwm/placement.c (__cp_get_next_x):
2390 (__cp_get_first_pos):
2391 (__cp_get_next_pos):
2392 (__cp_get_avoidance_penalty):
2395 restructured and cleaned up CleverPlacement code
2397 * fvwm/style.c (style_parse_icon_box_style):
2398 * fvwm/virtual.c (HandlePaging):
2399 * fvwm/stack.c (verify_stack_ring_consistency):
2400 (ResyncFvwmStackRing):
2402 * fvwm/read.c (cursor_control):
2403 * fvwm/placement.c (__place_get_wm_pos):
2404 * fvwm/move_resize.c (GetMoveArguments):
2405 (ParseOneResizeArgument):
2406 (GetResizeArguments):
2407 (GetResizeMoveArguments):
2408 (resize_move_window):
2409 (resize_move_window):
2420 (maximize_fvwm_window):
2424 * fvwm/menustyle.h (MenuStyle):
2425 * fvwm/menus.c (MenuSizingParameters):
2427 (paint_menu_gradient_background):
2428 (paint_menu_gradient_background):
2432 (pop_menu_down_and_repaint_parent):
2433 (__mloop_handle_action_without_mi):
2437 * fvwm/menuroot.h (MenuRootStatic):
2439 * fvwm/menuitem.h (MenuPaintItemParameters):
2440 * fvwm/menugeometry.h:
2441 * fvwm/menubindings.c (menu_shortcuts):
2442 * fvwm/icons.c (SetIconPixmapSize):
2444 (DrawIconTitleWindow):
2449 * fvwm/gnome.c (GNOME_GetHintIcons):
2450 * fvwm/functions.c (FvwmFunction):
2451 (__execute_function):
2453 (execute_complex_function):
2454 * fvwm/fvwm.c (JunkWidth):
2460 * fvwm/externs.h (JunkWidth):
2465 * fvwm/focus.c (CMD_WarpToWindow):
2466 * fvwm/expand.c (__eae_parse_range):
2467 (expand_args_extended):
2468 (expand_vars_extended):
2469 (expand_vars_extended):
2470 * fvwm/ewmh_names.c (EWMH_WMIconName):
2472 * fvwm/ewmh_intern.h:
2473 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2474 (EWMH_DoUpdateWmIcon):
2475 (ewmh_SetWmIconFromPixmap):
2476 (ewmh_SetWmIconFromPixmap):
2477 (EWMH_DeleteWmIcon):
2480 (EWMH_SetIconFromWMIcon):
2481 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2483 (ewmh_WMIconGeometry):
2486 * fvwm/ewmh.c (ewmh_ChangeProperty):
2487 (ewmh_ChangeProperty):
2489 (ewmh_AtomGetByName):
2490 (ewmh_AddToKdeSysTray):
2491 (EWMH_GetWorkAreaIntersection):
2492 (ewmh_HandleWindowType):
2493 (ewmh_check_wm_pid):
2494 * fvwm/geometry.c (constrain_size):
2496 * fvwm/events.c (__handle_cr_on_client):
2499 * libs/PictureImageLoader.c:
2500 * libs/PictureImageLoader.h:
2503 * libs/Graphics.c (ParseGradient):
2504 (CalculateGradientDimensions):
2505 (CreateGradientPixmap):
2506 (CreateGradientPixmapFromString):
2507 * fvwm/colorset.c (update_root_pixmap):
2508 * fvwm/builtins.c (CMD_Echo):
2510 * fvwm/add_window.c (AddWindow):
2511 * fvwm/screen.h (DecorFace):
2512 use int instead of unsigned int
2514 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2515 * fvwm/colormaps.c (EnterSubWindowColormap):
2516 (LeaveSubWindowColormap):
2517 (FetchWmColormapWindows):
2519 * libs/CombineChars.c (char_combclass):
2520 use short instead of short int
2521 use long instead of long int
2523 * libs/PictureBase.h (FvwmPictureAttributes):
2524 (FvwmRenderAttributes):
2525 * libs/Flocale.h (FlocaleFont):
2526 * fvwm/style.c (style_parse_icon_grid_style):
2527 * fvwm/menus.c (size_menu_horizontally):
2528 (size_menu_vertically):
2531 * fvwm/menuitem.c (menuitem_paint):
2533 * fvwm/menuitem.h (MenuItem):
2534 * fvwm/geometry.c (set_window_border_size):
2535 * fvwm/decorations.c (SelectDecor):
2536 use int instead of short
2538 * fvwm/screen.h (FvwmAcs):
2540 * fvwm/menus.c (MenuSizingParameters):
2541 (size_menu_horizontally):
2543 (paint_menu_gradient_background):
2544 * fvwm/menuroot.h (MenuRootStatic):
2545 * fvwm/menuitem.h (MenuItem):
2546 (MenuItemPartSizesT):
2547 * fvwm/menuitem.c (menuitem_get_size):
2548 * fvwm/menudim.h (MenuDimensions):
2549 use int instead of unsigned short
2551 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2554 * libs/gravity.c (gravity_move_resize_parent_child):
2556 * fvwm/frame.c (mr_args_internal):
2557 (frame_setup_border):
2558 (frame_setup_titlebar):
2559 (frame_get_resize_decor_gravities):
2560 (frame_get_titlebar_dimensions):
2561 use rectangle instead of signed_rectangle
2563 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2564 * libs/fvwmrect.h (signed_rectangle):
2568 widht and height are now signed values
2570 * fvwm/placement.c (get_next_x):
2578 * fvwm/placement.c (get_next_x):
2584 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2587 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2588 StickyAcrossDesksIcon.
2590 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2592 * fvwm/conditional.c (CreateConditionMask):
2593 added conditions StickyIcon, StickyAcrossPagesIcon and
2594 StickyAcrossDesksIcon.
2597 documented new conditional tests.
2598 removed descriptions of styles StickyIconPage & StickyIconDesk which
2599 actually don't exists in fvwm.
2600 moved StickyIcon/SlipperyIcon descriptions immediately after
2601 Sticky/Slippery description.
2603 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2605 * fvwm/placement.c (SmartPlacemen):
2607 cleaned up SmartPlacement code
2609 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2611 * fvwm/ConfigFvwmMenuDefaults:
2612 Mouse 0 MS A MenuLeaveSubmenu instead.
2614 * fvwm/ConfigFvwmMenuDefaults:
2615 Mouse 0 MS A MenuClose to make sidepic and border behave as
2616 before menu bindings.
2619 * libs/wcontext.h (enum):
2620 * fvwm/menubindings.c (menu_binding):
2622 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2624 * fvwm/menustyle.c (menustyle_parse_old_style):
2625 add a message of deprecation.
2627 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2629 * fvwm/module_list.h:
2630 * fvwm/module_list.c:
2631 new files for module handling code.
2633 * fvwm/module_list.h:
2634 * fvwm/module_interface.h:
2635 * fvwm/module_list.c:
2636 * fvwm/module_interface.c:
2637 (struct mqueue_object_type):
2648 (do_execute_module):
2649 (executeModuleDesperate):
2651 (CMD_ModuleListenOnly):
2652 (CMD_ModuleSynchronous):
2653 (HandleModuleInput):
2659 (DeleteMessageQueueBuff):
2660 (FlushMessageQueue):
2661 (FlushAllMessageQueues):
2663 (CMD_set_sync_mask):
2664 (CMD_set_nograb_mask):
2665 (skipModuleAliasToken):
2667 (struct msg_masks_t):
2669 moved from module_interface.c/h to module_list.c/h
2671 * fvwm/module_list.h (do_execute_module):
2672 * fvwm/module_interface.h (AddToCommandQueue):
2673 (ExecuteModuleCommand):
2674 initialy static functions are exposed for now. Should be fixed soon.
2677 added module_list.h and module_list.c
2678 reorganized the c files by size
2680 * fvwm/module_list.h:
2681 * fvwm/module_list.c:
2694 renamed functions to a unified style
2696 * fvwm/module_interface.h:
2697 * fvwm/module_interface.c:
2703 * fvwm/windowshade.c:
2705 * fvwm/move_resize.c:
2706 include file cleanup
2708 * fvwm/module_list.c (do_execute_module):
2709 made absolutely sure the module's read fd is >=0 before inserting
2710 the module on the list
2712 * fvwm/events.c (My_XNextEvent):
2713 * fvwm/module_list.c (PositiveWrite):
2714 (CMD_ModuleSynchronous):
2715 assume module read fd is allways >=0 (remove the tests)
2717 * fvwm/module_list.c (module_free):
2718 no need to test if fd >=0 when closing the pipes.
2720 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2722 * fvwm/menuitem.c (draw_higlight_background):
2723 fix x-origin of HGradients
2725 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2727 * fvwm/module_interface.c (FlushMessageQueues):
2728 fixed not flushing the first module on the list
2730 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2732 * libs/Flocale.c (FlocaleGetFftFont):
2733 add sanity check for NULL fontname.
2737 * fvwm/menuitem.c (menuitem_paint):
2738 (draw_hilight_background):
2739 make all kinds of pixmaps work with hilight background
2741 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2742 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2743 (CreateBackgroundPixmap):
2744 added CreateOffsetBackgroundPixmap with the ability to create
2745 transparent images at an offset relative to the window.
2747 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2749 * fvwm/menus.c (__mloop_exit):
2752 (__mloop_handle_event):
2753 don't warp to parent item when entering other item with mouse.
2757 * fvwm/menustyle.c (menustyle_update):
2758 make use of colorset TiledPixmap option with HiglightBack
2759 and HiglightTitleBack menu styles.
2761 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2766 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2768 * libs/FScreen.c (FScreenParseGeometry):
2769 don't look up screen info if screen is undefined
2771 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2775 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2777 * libs/fio.c (fvwm_send):
2780 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2785 new utility files to wrap writing/reading standard lib functions that
2786 might be interrupted
2788 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2790 * fvwm/ewmh_intern.h:
2791 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2792 instead of <time.h>.
2794 * fvwm/windowlist.h:
2795 removed unneeded file.
2798 removed windowlist.h from build list.
2800 * libs/PictureUtils.c:
2801 include "ftime.h" instead of <time.h>.
2802 fvwmlib.h header name should be in double quotes not in angle
2806 include "ftime.h" instead of <sys/time.h>.
2808 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2811 make my email less spider-friendly
2813 * fvwm/bindings.c (binding_cmd):
2817 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2819 * fvwm/screen.h (ScreenInfo):
2820 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2821 casting signed values in calculations to be cast to unsigned
2823 * fvwm/focus.c (__activate_window_by_command):
2824 don't warp the viewport if the center of the window is already in view
2825 fixed a bug in window positioning
2827 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2830 FvwmIconBox IconColorset's bg wasn't updated immediately.
2832 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2834 * fvwm/fvwm.c (main):
2835 close all open fds upon startup
2836 reopen stdin, stdout and stderr if necessary
2840 * fvwm/module_interface.c (do_execute_module):
2841 simplified error handling
2842 check maximum fd when creating modules
2844 * fvwm/events.c (My_XNextEvent):
2845 * fvwm/fvwm.c (main):
2846 replaced fd_width with fvwmlib_max_fd
2849 * libs/System.c (fvwmlib_init_max_fd):
2850 added function and fvwmlib_max_fd
2852 * fvwm/events.c (My_XNextEvent):
2853 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2854 switch back to using FD_SET
2856 * fvwm/events.c (My_XNextEvent:
2857 * fvwm/module_interface.h:
2858 * fvwm/module_interface.c:
2859 hide module structure members with access macros and use them
2862 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2864 * fvwm/module_interface.c (module_add_to_fdsets):
2865 * fvwm/module_interface.h:
2866 created new function that also checks for too many open fds
2868 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2869 * fvwm/events.c (My_XNextEvent):
2870 now using module_add_to_fdset to add pipes to the fdsets
2872 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2874 * libs/defaults.h (MAX_NUM_MODULES):
2875 * fvwm/module_interface.c (module_alloc):
2876 (do_execute_module):
2877 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2879 * fvwm/module_interface.c (do_execute_module):
2880 moved the allocation call to the end of the sanity checks and pipe
2881 creation - better for performance
2883 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2885 END MODULE STRUCT PATCHES
2887 * fvwm/module_interface.c (do_execute_module):
2888 fixed another memory leak
2890 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2892 * fvwm/module_interface.h:
2893 * fvwm/module_interface.c:
2895 renamed struct module member "pipeName" and "pipeAlias" to "name"
2898 * fvwm/module_interface.c (do_execute_module):
2899 fixed possible memory leak
2901 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2903 * fvwm/events.c (My_XNextEvent):
2904 * fvwm/module_interface.c (module_alloc):
2905 (do_execute_module):
2907 * fvwm/module_interface.h (fmodule):
2908 replaced int with a flag struct
2910 * fvwm/module_interface.h:
2911 * fvwm/events.c (My_XNextEvent):
2912 * fvwm/module_interface.c (module_alloc):
2916 add new modules at front of list again
2917 removed global variable init_fdset; use a flag in the module struct
2919 removed the now obsolete module slot count
2921 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2923 * fvwm/module_interface.c (module_remove):
2925 moved module remotion code to module_remove()
2927 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2929 * fvwm/events.c (My_XNextEvent):
2930 fixed startup commands
2932 * fvwm/module_interface.c (module_insert):
2936 append modules at end of list
2938 * fvwm/events.c (My_XNextEvent):
2941 * fvwm/module_interface.c (ExecuteModuleCommand):
2945 (BroadcastNewPacket):
2947 (BroadcastFvwmPicture):
2948 (BroadcastColorset):
2949 (BroadcastPropertyChange):
2950 (BroadcastConfigInfoString):
2952 (FlushAllMessageQueues):
2955 (CMD_set_sync_mask):
2956 (CMD_set_nograb_mask):
2958 (skipModuleAliasToken):
2959 use MAX_MODULE_ALIAS_LEN
2961 * fvwm/module_interface.c (KillModule):
2962 (do_execute_module):
2964 added a "slot" member to the module struct to fix the init_fdset hack
2967 * libs/defaults.h (MAX_NUM_MODULES):
2968 (MAX_MODULE_ALIAS_LEN):
2971 * fvwm/module_interface.c (do_execute_module):
2972 rewrote module struct initialization
2973 (HandleModuleInput):
2974 use %p to print module address, don't cast it to int
2976 * fvwm/module_interface.c (ClosePipes):
2984 * fvwm/module_interface.c (FreeModule):
2988 * fvwm/module_interface.c (KillModule):
2990 * fvwm/events.c (My_XNextEvent):
2991 * fvwm/execcontext.h:
2992 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2994 * fvwm/stack.c (BroadcastRestack):
2997 * fvwm/module_interface.c (module_get_next):
2998 * fvwm/module_interface.h:
3001 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
3003 * fvwm/modconf.c (ModuleConfig):
3004 (SendConfigToModule):
3005 (send_xinerama_state):
3006 (send_desktop_names):
3007 (send_desktop_geometry):
3012 (send_move_threshold):
3013 (send_ignore_modifiers):
3014 (CMD_Send_ConfigInfo):
3015 * fvwm/functions.c (__execute_function):
3016 * fvwm/events.c (My_XNextEvent):
3017 * fvwm/module_interface.h (msg_masks_t):
3019 * fvwm/execcontext.c (__exc_change_context):
3020 (exc_create_null_context):
3021 * fvwm/execcontext.h:
3022 Initial module struct patches
3024 BEGIN MODULE STRUCT PATCHES
3026 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3028 * fvwm/events.c (HandleFocusOut):
3029 (__refocus_stolen_focus_win):
3030 (HandleEnterNotify):
3031 less disruptive way of restoring focus to the window it was stolen from
3033 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3035 * fvwm/events.c (HandleEnterNotify):
3036 restore focus to windows that had it stolen by
3037 unmanaged windows on enter of any unmanaged windows.
3039 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3041 * fvwm/menubindings.c:
3042 don't include menus.h
3044 * fvwm/ConfigFvwmMenuDefaults:
3045 all bindings are silent
3047 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3049 * fvwm/ConfigFvwmMenuDefaults:
3050 make all numpad keys silent -- not all keyboads have a numpad
3051 add KP_Separator for MenuClose
3053 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
3056 documented missing menu bindings.
3058 * fvwm/ConfigFvwmMenuDefaults:
3059 fixed wrong menu bindings.
3061 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3063 * fvwm/menubindings.c:
3064 * fvwm/menubindings.h:
3068 * fvwm/menugeometry.c:
3069 * fvwm/menugeometry.h:
3075 * fvwm/move_resize.c:
3076 * fvwm/move_resize.h:
3077 * fvwm/windowlist.c:
3078 simplified including header files
3080 * fvwm/menus.c (__mloop_handle_event):
3081 * fvwm/menuparameters.h:
3082 * fvwm/menubindings.c (menu_shortcuts):
3083 do not call find_entry directly but return MENU_NEWITEM_FIND instead
3085 * fvwm/menus.c (__mloop_handle_event):
3086 * fvwm/menuparameters.h:
3087 * fvwm/menubindings.c (menu_shortcuts):
3088 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3091 * fvwm/menus.h (MenuParameters):
3096 (MenuRepaintTransparentParameters):
3097 * fvwm/menuparameters.h (MenuParameters):
3102 (MenuRepaintTransparentParameters):
3103 moved to menuparameters.h
3105 * fvwm/menus.h (MenuRoot):
3108 * fvwm/menutypes.h (MenuRoot):
3113 * fvwm/menus.c (menu_get_geometry):
3114 (menu_get_outer_geometry):
3115 * fvwm/menugeometry.c (menu_get_geometry):
3116 (menu_get_outer_geometry):
3117 moved to menugeometry.c
3119 * fvwm/menuparameters.h:
3121 * fvwm/menugeometry.c:
3122 * fvwm/menugeometry.h:
3126 * fvwm/menubindings.h (enum):
3127 * fvwm/menus.c (enum):
3128 moved enum menu_shortcut_action to menubindings.h
3129 (get_selectable_item_index):
3130 (get_selectable_item_from_index):
3131 (get_selectable_item_from_section):
3132 (get_selectable_item_count):
3133 (parse_menu_action):
3134 moved to menubindings.c
3136 * fvwm/menus.c (enum):
3137 (parse_menu_action):
3139 renamed enum shortcut_action to menu_shortcut_action
3141 * fvwm/fvwm.c (SetRCDefaults):
3142 read default config file after all other defaults
3144 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3146 * fvwm/ConfigFvwmMenuDefaults:
3147 * fvwm/fvwm.c (SetRCDefaults):
3148 make the hard coded menu bindings load before ConfigFvwmDefaults
3149 move Mouse 0 ... to ConfigFvwmMenuDefaults
3151 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3153 * fvwm/ConfigFvwmMenuDefaults:
3154 * fvwm/fvwm.c (SetRCDefaults):
3155 added hard coded default menu bindings
3157 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3160 documentation fixes.
3162 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3165 * fvwm/menubindings.h:
3166 * fvwm/menubindings.c:
3170 moved new menu binding code to menubindings.c, menubindings.h
3171 split binding into a regular list and a fallback list that can not be
3174 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3175 fixed calculation of new geometry if x or y is negative
3177 * fvwm/geometry.c (maximize_adjust_offset):
3178 fixed calculations of normal geometry when maximized
3180 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3183 * fvwm/ConfigFvwmMenuDefaults:
3184 * fvwm/fvwm.c (SetRCDefaults):
3185 * fvwm/menus.c (parse_menu_action):
3187 rename menu action to menu bindings and make menu binding commands
3188 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3189 ensure basic function with ConfigFvwmMenuDefaults missing.
3191 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3193 * fvwm/menus.c (menuShortcuts):
3194 fixed compiler warning.
3196 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3199 corrected mis-spelling
3205 * fvwm/menus.c (handle_emacs_bindings):
3208 (__mloop_handle_event):
3210 * fvwm/bindings.c (ParseBinding):
3211 * fvwm/Makefile.am (config_DATA):
3212 * fvwm/ConfigFvwmDefaults:
3213 * fvwm/ConfigFvwmMenuDefaults:
3214 fully configurable mouse any key bindings for menu navigation.
3216 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3218 * fvwm/virtual.c (HandlePaging):
3219 removed bogus comment
3221 * fvwm/move_resize.c (__move_loop):
3224 allow paging during resize with "EdgeScroll 0 0" as documented in the
3226 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3228 * fvwm/fvwm.h (FvwmWindow):
3229 * fvwm/add_window.c (AddWindow):
3230 * fvwm/add_window.c (setup_frame_window):
3231 * fvwm/add_window.c (setup_parent_window)
3232 * fvwm/borders.c (border_draw_decorations):
3233 * fvwm/borders.c (border_draw_one_border_part):
3234 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3235 * fvwm/borders.c (border_get_titlebar_descr)
3236 * fvwm/builtins.c (__remove_window_decors):
3237 * fvwm/conditional.c (MatchesConditionMask):
3238 * fvwm/events.c (HandleMapNotify):
3239 * fvwm/events.c (HandleMapRequestKeepRaised)
3240 * fvwm/events.c (HandlePropertyNotify):
3241 * fvwm/events.c (HandleShapeNotify):
3242 * fvwm/events.c (__cr_detect_icccm_move)
3243 * fvwm/events.c (__cr_get_grav_position):
3244 * fvwm/events.c (__cr_get_static_position)
3245 * fvwm/events.c (__handle_configure_request)
3246 * fvwm/events.c (__handle_cr_on_client):
3247 * fvwm/ewmh.c (EWMH_fullscreen):
3248 * fvwm/focus.c (__activate_window_by_command):
3249 * fvwm/focus.c (__set_focus_to_fwin):
3250 * fvwm/focus.c (warp_to_fvwm_window):
3251 * fvwm/frame.c (__frame_setup_window):
3252 * fvwm/frame.c (frame_create_move_resize_args)
3253 * fvwm/frame.c (frame_free_move_resize_args):
3254 * fvwm/frame.c (frame_move_resize_step)
3255 * fvwm/frame.c (frame_reshape_border):
3256 * fvwm/geometry.c (constrain_size):
3257 * fvwm/geometry.c (get_icon_corner)
3258 * fvwm/geometry.c (get_page_offset):
3259 * fvwm/geometry.c (get_page_offset_check_visible):
3260 * fvwm/geometry.c (get_shaded_client_window_pos):
3261 * fvwm/geometry.c (get_title_button_geometry):
3262 * fvwm/geometry.c (get_title_geometry)
3263 * fvwm/geometry.c (get_unshaded_geometry):
3264 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3265 * fvwm/geometry.c (gravity_constrain_size):
3266 * fvwm/geometry.c (maximize_adjust_offset):
3267 * fvwm/geometry.c (update_absolute_geometry):
3268 * fvwm/geometry.c (update_relative_geometry)
3269 * fvwm/gnome.c (GNOME_SetWinArea):
3270 * fvwm/icons.c (AutoPlaceIcon):
3271 * fvwm/icons.c (DeIconify):
3272 * fvwm/icons.c (Iconify):
3273 * fvwm/module_interface.c (CONFIGARGS):
3274 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3275 * fvwm/move_resize.c (CMD_Maximize):
3276 * fvwm/move_resize.c (CMD_ResizeMaximize):
3277 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3278 * fvwm/move_resize.c (__move_loop):
3279 * fvwm/move_resize.c (__move_window):
3280 * fvwm/move_resize.c (__resize_window):
3281 * fvwm/move_resize.c (maximize_fvwm_window):
3282 * fvwm/move_resize.c (resize_move_window):
3283 * fvwm/move_resize.c (stick_across_pages):
3284 * fvwm/move_resize.c (unmaximize_fvwm_window):
3285 * fvwm/placement.c (__explain_placement):
3286 * fvwm/placement.c (__place_get_wm_pos):
3287 * fvwm/placement.c (get_next_x):
3288 * fvwm/placement.c (get_next_y):
3289 * fvwm/placement.c (test_fit)
3290 * fvwm/session.c (MatchWinToSM):
3291 * fvwm/session.c (SaveWindowStates):
3292 * fvwm/update.c (apply_window_updates):
3293 * fvwm/virtual.c (MoveViewport):
3294 * fvwm/windowlist.c (CMD_WindowList):
3295 * fvwm/windowshade.c (CMD_WindowShade):
3296 put some of the window geometry members into a separate struct window_g
3297 with members frame, normal, max, max_defect, max_offset
3299 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3303 * fvwm/window_flags.h:
3305 * fvwm/style.c (style_parse_one_style_option):
3306 * fvwm/icons.c (DrawIconTitleWindow):
3307 * fvwm/fvwm.h (common_flags_t):
3308 * fvwm/fvwm.1.in (Style):
3310 (border_draw_title_stick_lines):
3311 Applied Stippled patch by Thomas Adam with some fixes.
3313 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3316 FvwmWinList button/list syncronization fixed (bug #1393)
3318 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3326 updated for 2.5.19 release
3329 updated after 2.4.20 release
3332 * fvwm/focus.c (focus_get_fpol_context_flag):
3333 * fvwm/events.c (__check_click_to_focus_or_raise)
3334 (__handle_click_to_focus):
3335 Treat EWMH desktop as client window under click to focus. (#1492)
3337 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3339 * libs/Module.h (MX_REPLY):
3340 (MAX_EXTENDED_MESSAGES):
3342 * fvwm/module_interface.c (CMD_Send_Reply):
3343 * fvwm/functable.c (func_table):
3345 Added Send_Reply module only command.
3347 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3349 * libs/PictureUtils.c (init_static_colors_table):
3350 fix fvwm for < 8 bit depth, bug #1677
3352 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3354 * fvwm/misc.c (IsRectangleOnThisPage):
3355 new fix for signedness problems.
3357 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3359 * fvwm/misc.c (IsRectangleOnThisPage):
3360 fix signedness problem with test introduced by gcc4 fix below.
3362 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3364 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3368 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3369 * libs/gravity.h (gravity_move_resize_parent_child):
3370 * libs/gravity.c (gravity_move_resize_parent_child):
3371 * fvwm/frame.h (frame_get_titlebar_dimensions)
3372 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3373 (frame_get_resize_decor_gravities):
3375 (frame_setup_border):
3376 (frame_setup_titlebar)
3377 (frame_get_resize_decor_gravities):
3378 (frame_get_titlebar_dimensions):
3379 split rectangle into a signed size and an unsigned size type.
3381 * fvwm/screen.h (ScreenInfo):
3382 * libs/FScreen.h (FScreenGetScrRect):
3383 (FScreenGetResistanceRect):
3384 * libs/FScreen.c (XineramaScreenInfo):
3385 (FScreenGetGeometry)
3386 (FScreenGetScrRect):
3387 (FScreenClipToScreen):
3388 (FScreenCenterOnScreen)
3389 (FScreenGetResistanceRect):
3390 (FScreenIsRectangleOnScreen):
3391 * fvwm/fvwm.h (FvwmWindow):
3392 * fvwm/screen.h (DecorFace):
3393 * libs/fvwmlib.h (CreateGradientPixmap):
3394 * libs/Graphics.c (CreateGradientPixmap):
3395 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3396 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3397 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3398 (PImageLoadPixmapFromFile):
3399 (PImageLoadPixmapFromXpmData):
3400 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3401 (PImageCreatePixmapFromArgbData):
3402 (PImageLoadPixmapFromFile)
3403 (PImageLoadFvwmPictureFromFile):
3404 (PImageLoadPixmapFromXpmData):
3405 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3406 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3407 (EWMH_SetIconFromWMIcon):
3408 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3409 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3410 * fvwm/colorset.c (parse_colorset):
3411 * fvwm/icons.c (DrawIconTitleWindow):
3414 * fvwm/menus.h (MenuRootDynamic):
3415 * fvwm/menus.c (update_menu):
3419 * fvwm/move_resize.c (GetMoveArguments):
3420 (ParseOneResizeArgument)
3421 (GetResizeArguments):
3422 (GetResizeMoveArguments):
3426 change dimensions and allocation counts to unsigned types.
3428 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3429 (FlocaleStringByteToCharOffset):
3430 (FlocaleStringCharToByteOffset)
3431 (FlocaleStringCharLength)
3432 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3433 (FlocaleStringByteToCharOffset):
3434 (FlocaleStringCharToByteOffset)
3435 (FlocaleStringCharLength):
3436 (FlocaleUtf8ToUnicodeStr2b)
3437 (FlocaleStringToString2b):
3438 (FlocaleEncodeString):
3439 * libs/Ficonv.c (convert_charsets):
3440 change most string types to char* from unsigned char* to match
3441 with system headers without casts.
3443 * libs/Flocale.c (FlocaleLoadFont):
3444 init shadow_dir to make gcc 4 happy.
3446 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3447 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3448 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3449 (CSETS_IS_TRANSPARENT_PR_PURE):
3450 (CSETS_IS_TRANSPARENT_ROOT)
3451 (CSETS_IS_TRANSPARENT):
3452 compare pointer with NULL, not >= 0.
3454 * libs/FTips.h (ftips_position_t):
3455 * fvwm/expand.c (partial_extended_vars):
3456 * fvwm/placement.c (preason_screen_t):
3457 remove comma last in enums.
3459 * fvwm/style.c (style_parse_focus_policy_style):
3460 change 0xffffffff to ~0 to silience truncation warning.
3462 * fvwm/session.h (mwtsm_state_args):
3463 make flags unsigned.
3465 * fvwm/schedule.c (sq_object_type):
3466 change // to /* ... */
3468 * libs/Fft.c (FftGetFontWidths):
3470 * libs/FScreen.c (FScreenConfigureSLSScreens):
3471 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3472 (EWMH_SetDesktopNames):
3473 * fvwm/fvwm.c (LoadDefaultLeftButton):
3474 (LoadDefaultRightButton):
3475 * fvwm/builtins.c (ReadDecorFace):
3477 silence signedness warnings by casts.
3479 * fvwm/borders.c (ROTATE_RECTANGLE):
3480 make sure tr is initialized.
3482 * fvwm/add_window.c (FetchWmProtocols):
3483 use unsigned type for l_protocols.
3485 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3487 * fvwm/events.c (HandleFocusIn):
3489 * fvwm/focus.c (__set_focus_to_fwin):
3490 fix focus decoration when unmanaged are focused, unless
3491 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3493 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3495 * fvwm/geometry.c (constrain_size):
3496 repeat aspect-resizing in a loop to get a stable result that does not
3497 change the next time the frame is set up
3499 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3503 increased version to 2.5.19
3508 updated for 2.5.18 release
3510 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3513 removed the unused test for imlib
3514 removed the Imlib.h header from gdk_imlib test programs
3516 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3518 * fvwm/ewmh.c (atom_get):
3519 fix offset and length args for XGetWindowProperty() (to support 64bit
3522 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3524 * fvwm/events.c (HandleUnmapNotify):
3525 immediately handle MapRequests after unmapping a window while we still
3526 have the context fvwm window; this is necessary to allow the client to
3527 re-map a window before fvwm can reparent it to the root window
3528 (HandleMapRequestKeepRaised):
3531 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3533 * fvwm/ewmh.c (ewmh_HandleDesktop):
3534 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3537 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3541 * fvwm/decorations.c:
3542 fix offset and length args for XGetWindowProperty() (to support 64bit
3545 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3548 * fvwm/expand.c (expand_vars_extended):
3549 correctly expand break.
3550 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3553 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3555 * fvwm/decorations.h (is_function_allowed):
3556 * fvwm/decorations.c (__is_resize_allowed):
3557 (is_function_allowed):
3558 work on 'const FvwmWindow *'
3560 * fvwm/fvwm.h (action_flags):
3561 * fvwm/style.c (check_window_style_change):
3562 * fvwm/module_interface.c (__get_allowed_actions)
3564 * libs/vpacket.h (ConfigWinPacket):
3565 expose fvwm allowed actions to modules
3567 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3569 * fvwm/move_resize.c (__move_icon):
3570 *do* map icon windows for pictured icons on move, but only if they end
3571 up on the current desk
3573 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3575 * fvwm/move_resize.c (__move_icon):
3576 don't map icon windows for pictured icons on move
3578 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3580 * fvwm/style.c (remove_all_of_style_from_list):
3581 (__simplify_style_list):
3586 (style_ids_are_equal):
3587 (style_id_equals_id)
3588 (styles_have_same_id):
3590 (one_fw_can_match_both_ids):
3591 (check_window_style_change):
3592 use int/0/1 instead of Bool/False/True
3594 * fvwm/move_resize.c (stick_across_pages):
3595 use False instead of FALSE
3597 * fvwm/style.c (fw_match_style_id):
3598 * fvwm/read.c (run_command_file):
3600 * fvwm/add_window.c (MappedNotOverride):
3601 * libs/wild.c (matchWildcards):
3602 use 0 and 1 instead of FALSE and TRUE
3605 removed TRUE and FALSE
3607 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3610 FvwmPager !IconTitle style bugfix.
3612 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3615 Updated description of Wait command in man page.
3617 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3619 * libs/Flocale.c (FlocaleFontStructDrawString)
3620 (FlocaleRotateDrawString):
3621 (FlocaleDrawString):
3622 fixed drawing of forecolor/hilightfore
3624 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3625 always unmaximize and resize window when leaving fullscreen state,
3626 not just if it did not start as fullscreen
3628 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3630 * fvwm/fvwm.1.in (MenuStyle):
3631 added a reference to the prefered ! style negation flag,
3632 and listed the other deprecated negative forms in one place.
3635 (AutomaticHotkeysOff):
3638 changed to the ! negation form and listed as deprecated.
3640 removed relics from the man page
3642 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3646 increased version to 2.5.18
3651 updated for 2.5.17 release
3653 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3655 * fvwm/move_resize.c (__move_window):
3656 allow moving a window without an icon while it's iconified based on the
3659 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3661 * fvwm/menustyle.c (menustyle_copy):
3662 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3664 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3667 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3668 changed the manpage to reflect the prefered style negation method,
3669 that is, using the !* negation sign.
3671 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3673 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3674 removed documentation of filters.
3677 * fvwm/expand.c (check_first_filter):
3679 (expand_args_extended):
3680 (expand_vars_extended):
3682 removed variable filter implementation and backslash-escaping.
3684 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3687 News blurb for variable filters and backslash-escaping.
3689 documentation of variable filters.
3691 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3693 * fvwm/expand.c (chec):
3696 (expand_args_extended):
3697 (expand_vars_extended):
3699 implemented variable filters.
3701 * fvwm/expand.c (expand_vars):
3702 made backslash work as escape character within extended variables.
3704 * libs/Strings.h (QuoteEscapeString):
3705 (QuoteEscapeStringLength):
3706 * libs/Strings.c (QuoteEscapeString):
3707 (QuoteEscapeStringLength):
3708 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3711 * fvwm/expand.c (expand_args_extended):
3712 make upper limit inclusive.
3714 * fvwm/functions.c (__execute_function):
3715 Changed PeekToken to GetNextToken before expand_vars call.
3718 updated documentation regarding quoting in expand_args_extended
3720 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3722 * fvwm/expand.c (__eae_parse_range):
3723 reject everything that does not begin with a digit
3725 * libs/Parse.c (SkipNTokens):
3726 stop skipping tokens at the end of input
3728 * fvwm/expand.c (__eae_parse_range):
3732 (__eae_parse_range):
3733 fixed parsing of $[n-]
3735 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3737 * fvwm/expand.c (expand_args_extended):
3739 added range check for positional parameters
3740 (expand_args_extended):
3741 (__eae_parse_range):
3742 cleaned up and simplified parsing code
3743 properly unquote arguments when expanding
3744 removed the patch below
3746 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3748 * fvwm/expand.c (expand_args_extended):
3749 removed range check for positional parameters
3750 make single arguments not use the 'upper' variable
3751 changed back to PeekToken for single arguemnts.
3752 improved some comments.
3754 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3756 * fvwm/expand.c (expand_args_extended):
3757 Fix segfault when called with a tokenless string for single arguments.
3759 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3761 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3762 Reported by Serge Koksharov.
3764 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3766 * fvwm/placement.c (__explain_placement):
3767 print initial size of window too
3769 * libs/Makefile.am (libfvwm_a_SOURCES):
3770 * libs/fvwm_sys_stat.h:
3774 added O_NOFOLLOW replacement and always include fcntl.h
3776 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3778 Added DV's mailing-list comments about how PeekToken & GetNextToken
3779 work as comments to the source code. (slightly modified)
3781 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3783 * fvwm/schedule.c (CMD_Schedule):
3784 Fixed parsing of "Periodic" option.
3786 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3789 Fix for tempfile vulnerabilities in FvwmCommand.
3791 Added check for lstat.
3793 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3798 Added "Periodic" option to Schedule command.
3800 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3802 * fvwm/module_interface.c (KillModule):
3807 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3809 * fvwm/fvwm.c (main):
3810 changed the -blackout warning to say it will be removed in 3.0
3812 * fvwm/fvwm.1.in (-blackout):
3813 updated the manual regarding the future remotion of -blackout
3815 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3819 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3821 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3823 *libs/alloca.c (DEBUG_I00FUNC)
3824 removed old debug code
3826 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3829 removed the old unused file
3831 * libs/Makefile.am (libfvwm_a_SOURCES):
3832 removed the reference to debug.c
3835 removed the code related to libs/debug.c
3837 * fvwm/module_interface.c (make_named_packet)
3838 removed the #if 0'ed debug code related to debug.c
3840 fvwm/focus.h (DEBUG_FOCUS)
3841 removed the #ifdef'ed to 0 debug code related to debug.c
3844 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3846 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3847 removed useles definition.
3849 * modules/FvwmPager/FvwmPager.c (main):
3851 removed most of the debug code.
3852 changed termination debug to use 'isTerminated' instead of
3853 'debug_term_signal'.
3854 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3857 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3858 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3860 removed unused debug_term_signal.
3862 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3865 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3866 stdio's getline; news entry.
3868 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3871 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3872 (do_execute_module):
3876 * fvwm/commands.h (enum):
3877 * fvwm/functable.c (func_table):
3878 new command ModuleListenOnly
3880 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3882 * fvwm/move_resize.c (__move_loop):
3883 make sure a window is snapped in __move_loop when a button is released
3884 if it was snapped before
3886 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3888 * fvwm/expand.c (expand_vars_extended):
3889 convert function to have a single return point; this is good to
3890 implement doc/todo-vars filters in the future;
3891 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3892 to behave like deprecated $n, $c and $r, i.e. quote them
3894 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3897 multiple minor tweaks: remove trailing spaces and other
3898 re-spacing and re-indenting, remove old "#if 0" code
3900 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3902 * fvwm/move_resize.c (ParseOneResizeArgument):
3903 rewrote parsing of resize arguments
3904 new prefix 'w' for resizing
3906 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3908 * fvwm/conditional.c (MatchesConditionMask):
3909 fixed handling of some conditions (iconifiable, fixed, ...)
3911 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3916 * fvwm/conditional.c:
3917 Output an error message if an unrecognised conditional is used
3918 with the Test or TestRc commands.
3920 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3922 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3923 do not map hide windows if their width or height is zero
3925 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3927 * fvwm/ewmh_events.c:
3930 * libs/FlocaleCharset.c:
3934 corrected typos in warning messages
3937 * libs/PictureGraphics.c:
3938 * libs/PictureGraphics.h:
3939 renamed function PGraphicsCreateTransprency to
3940 PGraphicsCreateTransparency
3942 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3944 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3945 * fvwm/expand.c (expand_args_extended):
3946 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3948 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3951 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3952 * fvwm/expand.c (expand_args_extended):
3954 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3956 * fvwm/conditional.c (CMD_All):
3957 * fvwm/fvwm.1.in (All):
3958 changed Reverse and UseStack options to have free order.
3961 * fvwm/fvwm.1.in (WindowShade):
3962 * fvwm/windowshade.c (CMD_WindowShade):
3963 * fvwm/add_window.c (setup_window_structure):
3964 added last direction to WindowShade command.
3966 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3968 * fvwm/fvwm.1.in (All):
3971 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3974 * fvwm/fvwm.1.in (All):
3975 * fvwm/conditional.c (CMD_All):
3976 added reverse option to All command to do the action in opposite order
3977 added UseStack option to All command to use the stack ring instead of
3980 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3983 changed fallback editor from `emacs' to `vi' because it much
3984 more widespread on non-Linux systems
3985 fixed errors (because of incorrect syntax fallback entries were
3987 now script honors `TMPDIR' env. variable and if it's not set it
3988 fallback to `/tmp' directory when creating temporary file
3990 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3993 changed description of the fvwmstyle resource usage
3994 to state that it's used in addition to the other
3996 * fvwm/style.c (fw_match_style_id):
3997 fixed a typo in style_name matching
3999 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4001 * fvwm/style.c (fw_match_style_id):
4002 reformatted code and fixed a warning
4004 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
4008 * libs/Fft.c (FftGetFont):
4012 * libs/System.c (fvwm_mkstemp):
4013 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
4014 function was never used, even if it was considered secure by configure
4017 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4020 added some more suff to the list of what I've done.
4023 * fvwm/add_window.c (__add_window_handle_x_resources)
4026 * fvwm/fvwm.h (FvwmWindow):
4027 added fvwmstyle resource to override style name
4029 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4031 * fvwm/menus.c (pop_menu_up):
4032 as documented, do not warp to title for root menus with TitleWarp
4034 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
4037 Removed duplicated 'NoIcon' style option description in the end
4038 of the `The Style command...' section.
4039 Removed `Recapture True' option setting in example of BusyCursor
4040 description, because `Recapture' isn't valid option of `BusyCursor'
4042 Updated ewmh specification URL (the old was 404)
4043 Added URL to ICCCM 2.0 manual
4045 * modules/FvwmAnimate/FvwmAnimate.c:
4046 corrected delay for Zoom3D animation effect
4048 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
4049 * modules/FvwmConsole/FvwmConsole.1.in:
4050 replaced all `Cntl' modificator key mentions with `Ctrl' to be
4051 consistent with rest of the documentation and because it's more
4052 conventional abbreviation.
4054 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4055 slightly clarified the `StartName' option description
4056 added the undocumented `MailDir' option description. Somebody
4057 violated section `K' of the convention list.
4060 * fvwm/ConfigFvwmSetup:
4061 * modules/FvwmForm/FvwmForm.1.in:
4062 * modules/FvwmForm/FvwmForm-Rlogin:
4063 * sample.fvwmrc/system.fvwm2rc:
4064 * sample.fvwmrc/system.fvwm2rc-sample-1:
4065 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4066 inherently insecure. We shouldn't teach our users bad things,
4073 * bin/fvwm-config.1.in:
4074 * bin/fvwm-menu-headlines.1:
4075 * bin/fvwm-menu-headlines.in:
4076 * bin/fvwm-perllib.in:
4077 * bin/fvwm-root.1.in:
4083 * libs/PictureGraphics.c:
4085 * modules/FvwmBacker/FvwmBacker.1.in:
4086 * modules/FvwmDebug/FvwmGtkDebug.in:
4087 * modules/FvwmDebug/FvwmGtkDebug.1:
4088 * modules/FvwmEvent/FvwmEvent.1.in:
4089 * modules/FvwmForm/FvwmForm.1.in:
4090 * modules/FvwmIconMan/xmanager.c:
4091 * modules/FvwmIdent/FvwmIdent.c:
4092 * modules/FvwmIdent/FvwmIdent.1.in:
4093 * modules/FvwmPerl/FvwmPerl.in:
4094 * modules/FvwmPerl/FvwmPerl.1:
4095 * modules/FvwmScript/FvwmScript.1.in:
4096 * modules/FvwmScript/Widgets/Menu.c:
4097 * modules/FvwmTabs/ConfigFvwmTabs:
4098 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4099 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4100 * modules/FvwmTheme/FvwmTheme.1.in:
4101 * perllib/FVWM/Module/Tk.pm:
4102 * perllib/FVWM/Tracker.pm:
4103 * perllib/FVWM/Module.pm.in:
4106 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4108 * fvwm/style.c (style_parse_focus_policy_style):
4109 fix ISO C90 compability with unconsumed styleoption warnings
4111 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4113 * fvwm/events.c (HandlePropertyNotify):
4114 fix for bug 1557/3950 (possible free of Untilted constant or
4115 already used name (if app reset the name already given to them))
4117 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4119 * fvwm/focus.c (__activate_window_by_command)
4120 (warp_to_fvwm_window):
4122 * fvwm/builtins.c (CMD_CursorMove):
4123 set last pointer event position after warping the pointer
4126 * libs/FEvent.c (FWarpPointerUpdateEvpos):
4129 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4131 * acinclude.m4 (AM_PATH_GTK):
4133 (AM_PATH_GDK_IMLIB):
4137 fixed to cope with 4 digit version numbers
4139 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4142 * fvwm/style.c (parse_and_set_window_style)
4143 (style_parse_one_style_option):
4144 (style_parse_icon_fill_style)
4145 (style_parse_icon_grid_style):
4146 (style_parse_icon_box_style)
4147 (style_parse_icon_size_style):
4148 (style_parse_focus_policy_style)
4149 (style_parse_button_style):
4150 warn if parts of style options are not consumed
4152 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4154 * fvwm/menuitem.c (menuitem_paint):
4155 use the MenuColorset in all cases if TitleColorset is not given
4157 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4159 * fvwm/style.c (style_parse_one_style_option):
4160 * fvwm/placement.c (__place_get_wm_pos):
4161 (__explain_placement):
4162 new placement style UnderMousePlacement
4164 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4167 * fvwm/fvwm.1.in (EdgeScroll):
4168 * fvwm/virtual.c (CMD_EdgeScroll):
4169 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4170 added wrap/wrapx/wrapy option to EdgeScroll
4172 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4175 spell check the whole file (dozens of typos)
4177 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4179 * fvwm/module_interface.c (do_execute_module):
4180 removed accidentally committed FVWM_MODULE_ALIAS patch
4182 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4184 * fvwm/module_interface.c (do_execute_module):
4185 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4187 * fvwm/menus.c (size_menu_horizontally):
4188 fix for drawing menus with sidepic on the right
4190 * libs/Flocale.c (FlocaleFontStructDrawString):
4191 (FlocaleDrawString):
4192 set the foreground colour before drawing a string
4195 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4198 (menustyle_parse_style):
4200 * fvwm/menus.c (calculate_item_sizes):
4201 (size_menu_vertically):
4202 (UpdateMenuColorset):
4203 * fvwm/menuitem.c (menuitem_paint):
4204 Applied patch by David Maciver
4205 new menu styles TitleColorset, HilightTitleBack and TitleFont
4207 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4210 * libs/Module.c (ParseModuleArgs):
4211 added variable "namelen" to ModuleArgs struct
4213 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4216 removed duplicate declaration
4218 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4220 * fvwm/fvwm.c (main):
4221 replaced previous patch with a better one
4223 * fvwm/virtual.c (unmap_window):
4224 * fvwm/menus.c (do_menu):
4225 * fvwm/events.c (fake_map_unmap_notify):
4227 * fvwm/add_window.c (MappedNotOverride):
4228 Added XFlush after XSelectInput
4230 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4233 * fvwm/fvwm.c (main):
4234 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4236 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4240 increased version to 2.5.17
4245 updated for 2.5.16 release
4247 * acinclude.m4 (CHECK_LIBCHARSET):
4250 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4252 * fvwm/functions.c (execute_complex_function):
4253 print a message to the console instead of ringing the bell when a
4256 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4259 fixed typo (NEWS still said 2.5.15)
4261 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4265 increased version to 2.5.16
4270 updated for 2.5.15 release
4272 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4274 * fvwm/move_resize.c (GetOnePositionArgument):
4276 new option "screen" to Move type commands
4278 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4280 * acinclude.m4 (smr_SWITCH):
4283 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4286 restore requirement of automake-1.4; 1.8 is too new even for my system
4288 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4292 renamed configure.in to configure.ac
4295 some updates for new autoconf/automake versions
4302 require autoconf-2.53 or later
4304 * Makefile.am (AUTOMAKE_OPTIONS):
4305 require automake-1.8 or later
4308 check for X library path before X library checks
4309 removed obsolete C++ compiler check
4310 removed duplicate type size checks
4311 replaced M4 comment ("dnl") with shell comment ("#") in many places
4314 fixed aclocal warnings
4316 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4318 * fvwm/style.c (style_parse_button_style):
4319 corrected typo in error message, and made errorous buttons not apply
4320 (style_parse_one_style_option):
4321 changed NoButton to use style_parse_button_style
4323 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4326 new fix for incompatible pointer type warning with gcc 3.4.
4328 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4335 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4338 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4343 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4345 * fvwm/frame.c (frame_free_move_resize_args):
4346 fixed drawing of transparent decorations or when using lazy shading
4349 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4352 * libs/fvwmsignal.c:
4356 * fvwm/ewmh_names.c:
4357 * libs/CombineChars.c:
4363 * libs/PictureUtils.c:
4368 * libs/safemalloc.c:
4371 do not #include stdlib.h (comes from config.h)
4374 do not #include string.h (comes from config.h)
4377 fixed detection of string.h/strings.h
4379 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4381 * libs/Fft.c (FftGetFont):
4382 fixed compiler warning with gcc 3.4.4
4384 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4386 * fvwm/menuitem.c (menuitem_paint):
4387 properly undraw unselected item area
4389 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4391 * fvwm/menuitem.c (menuitem_paint):
4392 * fvwm/menus.c (get_menu_paint_item_parameters)
4393 (get_menu_paint_item_parameters):
4395 fixed text offset of menu items with icons but with an item format that
4397 (size_menu_horizontally):
4398 allow sidepic to be placed in the middle of menu items; this is better
4399 than ignoring the item format completely but does not draw the items
4402 * fvwm/menus.c (__mloop_handle_event):
4404 fixed delayed menu drawing issue
4406 do not draw the selected menu item before the menu is drawn for the
4408 (repaint_transparent_menu):
4411 don't call get_menu_paint_item_parameters when the result is not used
4412 (get_menu_paint_item_parameters):
4414 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4416 * fvwm/ewmh.h (EWMH_CMD_Style):
4417 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4418 * fvwm/style.c (style_parse_one_style_option):
4419 Added support for inverting boolean EWMH styles with !.
4424 * fvwm/window_flags.h:
4425 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4426 * fvwm/ewmh.c (ewmh_HandleWindowType):
4428 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4430 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4432 * fvwm/icons.c (GetIconWindow):
4433 * fvwm/fvwm.h (FvwmWindow):
4434 * fvwm/events.c (__handle_cr_on_icon):
4435 properly handle icon border width; fixes an xterm active icon loop
4437 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4439 * fvwm/borders.c (border_draw_one_border_part):
4440 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4443 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4445 * fvwm/menustyle.c (menustyle_copy_face):
4447 (menustyle_free_face):
4449 (menustyle_parse_style):
4450 use new functions and fix a bug
4455 removed empty files colors.c and colors.h
4457 * fvwm/colors.c (CopyColor):
4459 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4462 * fvwm/frame.c (frame_reshape_border):
4465 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4467 * fvwm/menustyle.c (menustyle_copy_face):
4468 separated from menustyle_copy; color copies are reallocated.
4472 color copies are reallocated.
4474 * fvwm/colors.c (CopyColor):
4475 * fvwm/colors.h (CopyColor):
4478 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4480 * fvwm/move_resize.c (__resize_window):
4481 fix for not being able to finish resize with mouse when resizing on
4482 click with modifiers active. (intruduced with 'removed duplicate
4483 pointer query' at sep 29)
4487 * fvwm/menustyle.c (menustyle_parse_style):
4488 made style pairs negatable with '!' prefix
4489 ActiveForeOff and HilightBackOff frees colors used.
4491 * fvwm/menustyle.c (menustyle_copy):
4492 fix for freeing color from sorce instead of destination.
4494 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4496 * fvwm/functions.c (__execute_function):
4497 fixed an error in yesterdays patch to complex fuctions. the commands
4498 pressed window were not retored correctly after running move functions
4499 without it, and functions would be run twice.
4501 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4504 added NoLayer to list of allowed options for WindowList command
4505 fixed grammar of test-conditions list. formatting fixes for
4506 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4510 * fvwm/functions.c (__execute_function)
4511 (__run_complex_function_items):
4512 (execute_complex_function):
4513 fix for moving/resizing reference window usage with complex functions.
4515 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4517 * fvwm/move_resize.c (__move_loop):
4518 reimplemented a fix for the place with keyboard setting a button as
4519 used for place bug; this time without breaking escape key.
4521 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4523 * fvwm/move_resize.c (__move_loop):
4524 removed the previous patch as it breaks aborting window motion with the
4527 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4529 * fvwm/move_resize.c (__move_loop):
4530 fixed bug where finishing movment with keyboard would set a random
4531 button as used for placement.
4533 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4536 * fvwm/frame.c (frame_setup_border):
4537 reverted change for move of window parts (reset of PressedW).
4539 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4541 * fvwm/frame.c (frame_setup_border):
4544 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4547 * fvwm/move_resize.c (__resize_window):
4548 removed duplicate pointer query for enter/leave notify events.
4549 resizing of shaded windows in the shaded direction no longer
4550 results in bogus ref points.
4552 * fvwm/frame.c (frame_setup_border):
4553 reset PressedW if the part has moved. This prevents strange
4554 ref points in resize if called from some complex functions.
4556 * fvwm/frame.c (frame_create_move_resize_args):
4557 shaded windows use get_client_geometry for client geometry.
4559 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4563 * fvwm/fvwm.h (window_flags):
4564 (WindowConditionMask):
4566 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4569 * fvwm/session.c (_match):
4572 * fvwm/conditional.c (MatchesConditionMask):
4573 (CreateConditionMask):
4574 * fvwm/add_window.c (setup_window_structure):
4575 * fvwm/move_resize.h (placement_binding):
4576 * fvwm/move_resize.c (__move_loop):
4577 (placement_binding):
4578 * fvwm/bindings.c (ParseBinding):
4579 * libs/wcontext.c (win_contexts):
4580 * libs/wcontext.h (enum):
4582 Added placement context for simple mouse bindings to allow
4583 specification of buttons to finish/cancel movment. Buttons >3
4584 may now be used to place windows.
4585 Replaced window flag placed_wb3 with placed_by_button
4586 FvwmWindow member. Added window condition PlacedByButton.
4588 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4592 * fvwm/menustyle.h (enum):
4596 (ST_SCROLL_OFF_PAGE):
4597 (MST_SCROLL_OFF_PAGE):
4598 * fvwm/menustyle.c (menustyle_copy):
4599 (menustyle_get_styleopt_index):
4600 (menustyle_parse_style):
4602 * fvwm/menus.c (menuShortcuts):
4604 (__mloop_handle_event):
4605 (menu_get_outer_geometry):
4608 added MouseWheel and ScrollOffPage menu styles
4610 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4613 * fvwm/menus.c (append_item_to_menu):
4614 fixed bug #1121: Use of pointer without checking for NULL
4616 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4619 * fvwm/expand.c (expand_vars):
4620 warn on usage of obsolete one-letter variables
4622 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4626 * fvwm/expand.c (expand_vars_extended):
4628 allow nesting of variables
4630 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4632 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4633 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4637 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4639 * fvwm/borders.c (border_draw_one_border_part)
4640 (border_draw_all_border_parts):
4641 fix the previous patch to work with title-less windows too
4643 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4645 * fvwm/borders.c (border_draw_one_border_part)
4646 (border_draw_all_border_parts):
4647 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4648 windows to make the borders look homogeneous (based on the patch of
4651 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4657 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4658 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4660 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4664 increased version to 2.5.15
4669 updated for 2.5.14 release
4671 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4672 (ewmh_WMStateSkipTaskBar):
4673 (ewmh_WMStateSkipPager):
4674 (ewmh_WMStateModal):
4675 fixed several ewmh-hints
4677 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4680 fix TestRc example error, s/Any/All/
4682 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4687 * fvwm/conditions.c (MatchesConditionMask):
4688 (CreateConditionMask):
4689 added FixedPosition condition
4691 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4693 * fvwm/virtual.c (HandlePaging):
4694 use FQueryPointer every time to track the pointer position; this fixes
4695 fvwm hanging in HandlePaging for the given delay once the pointer
4696 touches the pan frames
4698 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4700 * fvwm/session.c (SaveWindowStates):
4703 save and restore the default layer during a restart
4705 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4707 * fvwm/conditional.c (CMD_Test):
4709 rename previously added Test conditions to EnvIsSet and EnvMatch,
4710 tweak the logic when the variable is set, but empty
4712 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4714 * fvwm/conditional.c (CMD_Test):
4716 added test conditions EdgeHasPointer and EdgeIsActive
4718 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4720 * fvwm/virtual.c (raisePanFrames):
4721 prevent cycling of pan frame window stacking order
4723 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4725 * fvwm/conditional.c (CMD_Test):
4727 add Test conditions IsEnvSet and MatchEnv
4729 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4731 * fvwm/menus.c (pop_menu_up):
4732 * fvwm/menustyle.c (menustyle_copy):
4733 two fixes by Viktor Griph
4735 * fvwm/events.c (HandleEvents):
4736 simplify the style list if there is nothing else to do
4738 * fvwm/style.c (__simplify_style_list):
4739 (styles_have_same_id):
4740 (style_id_equals_id):
4741 (style_ids_are_equals):
4743 (remove_all_of_style_from_list):
4744 (one_fw_can_match_both_ids):
4745 pass pointers instead of the whole style structure
4746 (__simplify_style_list):
4747 fixed memory leak and tweaked the code
4749 * libs/Strings.c (CatString3):
4750 fixed a buffer overflow
4752 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4755 detect if Window, Pixel or void * are bigger than long and refuse to
4758 * libs/vpacket.h (ConfigWinPacket):
4759 * fvwm/windowshade.c (CMD_WindowShade):
4760 * fvwm/virtual.c (MoveViewport):
4763 (CMD_GotoDeskAndPage):
4764 * fvwm/update.c (apply_window_updates):
4765 * fvwm/stack.c (BroadcastRestack):
4768 * fvwm/icons.c (DeIconify):
4770 * fvwm/geometry.c (broadcast_icon_geometry):
4771 * fvwm/events.c (HandleEnterNotify):
4773 (HandleLeaveNotify):
4775 (HandleMapRequestKeepRaised):
4776 * fvwm/add_window.c (destroy_window):
4777 * fvwm/module_interface.c (SendFvwmPicture)
4778 (BroadcastFvwmPicture):
4779 (CMD_Send_WindowList):
4780 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4781 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4784 * fvwm/virtual.c (GetDeskNumber):
4785 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4786 around the given desk range with a relative desk
4788 * fvwm/focus.c (focus_grab_buttons_on_layer):
4794 reindented some code and renamed some variables
4796 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4798 * fvwm/events.c (__check_click_to_focus_or_raise):
4801 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4803 * FvwmIconMan/xmanager.c (set_win_iconified):
4804 fixed select/focus button state lost when deiconifying a window
4806 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4808 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4811 * libs/Colorset.c (get_aspect_dimensions):
4812 fixed aspectpixmap size calculations
4814 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4816 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4819 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4820 (ewmh_CurrentDesktop):
4821 (ewmh_DesktopGeometry):
4822 (ewmh_NumberOfDesktops):
4824 (ewmh_WMIconGeometry):
4825 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4826 print error messages for broken gnome client messages
4828 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4829 removed duplicate call of execute_function_override_window
4831 * fvwm/stack.c (new_layer):
4832 fixed a hang if a window sets an layer < 0 via gnome hints
4834 * fvwm/add_window.c (GetWindowSizeHints):
4835 * fvwm/misc.c (fvwm_msg_report_app):
4836 (fvwm_msg_report_app_and_workers):
4837 new utility functions
4839 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4841 * fvwm/stack.c (dump_stack_ring):
4842 (verify_stack_ring_consistency):
4843 * fvwm/module_interface.c (HandleModuleInput):
4844 * fvwm/events.c (__cr_detect_icccm_move):
4845 * fvwm/style.c (print_styles):
4848 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4850 * libs/FlocaleCharset.c:
4851 support euc-jp encodings (Yasuhiro Nakazaki)
4853 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4855 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4856 * fvwm/ewmh_names.c (EWMH_WMName):
4858 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4859 (EWMH_SetNumberOfDesktops):
4860 (EWMH_SetDesktopViewPort):
4861 (EWMH_SetDesktopGeometry):
4862 (EWMH_SetWMDesktop):
4864 (EWMH_SetFrameStrut):
4866 * fvwm/gnome.c (AtomGet):
4868 (GNOME_GetHintIcons):
4869 (GNOME_GetHintLayer):
4870 (GNOME_GetHintState):
4871 (GNOME_GetExpandedSize):
4872 (GNOME_SetAreaCount):
4873 (GNOME_SetCurrentArea):
4874 (GNOME_SetDeskCount):
4875 (GNOME_SetCurrentDesk):
4876 (GNOME_SetCurrentDesk):
4879 (CMD_GnomeShowDesks):
4883 * libs/fsm.c (GetClientID):
4884 (set_session_manager):
4885 * fvwm/session.c (GetClientID):
4886 * fvwm/fvwm.h (FvwmWindow):
4887 * fvwm/colorset.c (get_root_pixmap):
4888 * fvwm/add_window.c (FetchWmProtocols):
4889 * libs/FTips.c (__initialize_window):
4890 * fvwm/icccm2.c (convertProperty)
4891 (icccm2_handle_selection_request)
4892 * fvwm/fvwm.c (SetMWM_INFO):
4895 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4897 * fvwm/move_resize.c (GetOnePositionArgument):
4898 don't use the unportable fuction rintf()
4900 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4904 increased version to 2.5.14
4910 updated for 2.5.13 release
4912 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4914 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4915 fixed drawing of relief with very small rectangles, i.e. when
4916 line_width * 2 > height or width
4918 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4920 * NEWS: fvwm-menu-desktop changes.
4922 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4924 * fvwm/placement.c (get_next_x):
4925 fixed collision detection of windows on pages other than the current
4926 one during placement
4928 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4930 * fvwm/move_resize.c (__resize_window):
4931 Fixed interactive resize (reduction) via the bottom border
4936 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4940 Spelling fix contition -> condition
4942 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4944 * fvwm/style.c (style_ids_are_equals):
4945 (style_id_equals_id):
4946 (styles_have_same_id):
4947 (fw_match_style_id):
4948 (one_fw_can_match_both_ids):
4949 (cleanup_style_defaults):
4950 * libs/fsm.c (fprintfhex):
4952 * libs/FGettext.c (fgettext_free_fgpath_list):
4953 * libs/Parse.c (_get_suffixed_integer_arguments):
4954 * libs/Graphics.c (AllocNonlinearGradient):
4955 * libs/PictureUtils.c (build_mapping_table):
4961 * libs/FRenderInit.c:
4962 include own header file
4964 * libs/System.c (getFileStamp):
4965 * libs/Fft.c (FftPDumyFunc):
4966 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4969 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4971 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4974 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4976 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4978 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4980 * fvwm/conditional.c (Circulate):
4981 added tests for fw == Scr.FvwmRoot again to fix a crash
4983 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4985 * AUTHORS: New author, FvwmScript patch.
4987 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4989 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4990 * AUTHORS: s/Hover/Active/
4992 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4994 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4995 avoid dump with empty key/mouse binding command.
4996 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4997 Checked all other uses of PeekToken in fvwm dir.
4999 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
5001 * fvwm/session.c (matchWin):
5003 On restarts compare window ids only. Base our matching decision on
5004 window role only if we have a client id.
5006 * fvwm/move_resize.c (GetOnePositionArgument):
5007 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
5008 float values to nearest int
5010 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
5013 * fvwm/move_resize.c (CMD_Maximize):
5014 Applied Arnaud Vrac patch which fixes maximize by growing vs
5017 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5019 * fvwm/builtins.c (do_button_style):
5020 ButtonStyle Reset takes effect immediately
5022 2004-12-08 Dan Espen <dane@mk.telcordia.com>
5024 * fvwm/fvwm.1.in: lang check.
5026 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
5029 Really commit EWMHUseStackingOrderHints documentation update
5031 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
5034 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
5037 FvwmIconMan new options
5039 * libs/FTips.c (new file):
5040 * libs/FTips.h (new file):
5043 Added a set of functions for implementing tool tips
5045 2004-11-30 Dan Espen <dane@mk.telcordia.com>
5047 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
5049 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5051 * fvwm/menus.c (__mloop_get_event):
5052 * fvwm/functions.c (execute_complex_function):
5053 * fvwm/add_window.c (AddWindow):
5054 * fvwm/module_interface.c (ExecuteModuleCommand):
5055 * fvwm/move_resize.c (__move_loop):
5057 properly set the "state" member of faked motion and key events;
5058 fixes broken "nosnap" feature
5060 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5062 * fvwm/bindings.c (ParseBinding):
5064 * libs/Bindings.c (bindingAppliesToWindow):
5065 (__compare_binding):
5066 * fvwm/module_interface.c (CMD_ModuleSynchronous):
5067 * fvwm/builtins.c (CMD_Wait):
5069 * fvwm/events.c (__handle_bpress_on_root):
5070 (HandleButtonRelease):
5071 fixed crash in window specific binding code
5072 fixed handling of root window in window specific binding code
5073 renamed some functions
5075 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5077 * fvwm/focus.c (__update_windowlist):
5078 replaced while loop by for loop
5080 * fvwm/style.c (style_destroy_style):
5081 * fvwm/conditional.c (Circulate):
5082 removed useless check whether fw == &Scr.FvwmRoot
5084 * fvwm/icons.c (DeIconify):
5085 defused possible endless loop when a window iconified by the
5086 transientfor window loses the "transient" relationship
5088 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5090 * fvwm/move_resize.c (__move_loop):
5092 fixed overwriting the initial button_mask during move/resize
5094 * fvwm/menus.c (__mloop_handle_action_with_mi):
5095 do not "post" a submenu menu item it the submenu does not exist
5097 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5099 * fvwm/events.c (__handle_bpress_on_managed):
5100 do not draw the decorations pressed in if executing a function is
5103 * libs/Parse.c (CopyToken):
5104 fixed parsing of delimiters
5106 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5108 * fvwm/virtual.c (GetDeskNumber):
5109 fixed MoveToDesk without argument
5111 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5114 re-formatted and some spelling corrections
5116 * fvwm/colorset.c (CMD_CleanupColorsets):
5118 * fvwm/builtins.c (CMD_Colorset):
5119 (CMD_CleanupColorsets):
5120 moved functions to colorset.c
5122 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5124 * libs/Parse.c (CopyToken):
5125 skip any whitespace before a delimiter; this allows to have spaces
5126 before the commas in an option list
5128 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5130 * fvwm/frame.c (frame_reshape_border):
5131 re-shaping shaded windows no longer unshades them
5132 re-shaping unshaded windows on pages other than 0 0 no longer moves
5133 them out of the current page
5135 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5137 * fvwm/events.c (__cr_detect_icccm_move):
5138 * fvwm/screen.h (ScreenInfo):
5139 * fvwm/builtins.c (CMD_BugOpts):
5140 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5142 * fvwm/move_resize.c (__move_loop):
5144 query the pointer position in the move loop when an
5145 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5149 increased version to 2.5.13
5155 updated for 2.5.12 release
5157 * fvwm/frame.c (frame_create_move_resize_args):
5158 fixed xemacs growing or shrinking when title height changed; this was
5159 caused by calculating the old client window geometry using the new
5160 title dimensions; query the window size instead
5162 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5164 * fvwm/events.c (test_map_request):
5165 (test_button_event):
5166 (test_typed_window_event):
5167 (test_resizing_event):
5168 (__predicate_button_click):
5169 (__merge_cr_moveresize):
5170 (HandleUnmapNotify):
5171 (flush_property_notify):
5172 (is_resizing_event_pending):
5173 (__test_for_motion):
5174 use type XPointer for last argument of predicate procedures for
5175 XCheckPeekIfEvent and XCheckIfEvent, not char *
5176 (HandleUnmapNotify):
5179 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5181 * fvwm/window_flags.h:
5182 removed useless and broken SETM_ macros
5184 * fvwm/update.c (init_style):
5185 fixed resetting user states
5187 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5189 * libs/envvar.c (add_to_envlist):
5192 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5194 * fvwm/builtins.c (CMD_UnsetEnv):
5197 * libs/envvar.c (flib_unsetenv):
5201 split in ftwo functions
5204 check for unsetenv function
5206 * fvwm/builtins.c (CMD_SetEnv):
5207 assume an empty value if no value is given
5209 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5218 * perllib/FVWM/Commands.pm:
5219 new command EdgeLeaveCommand
5221 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5228 increased version to 2.5.12
5233 updated for 2.5.11 release
5235 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5237 * fvwm/geometry.c (get_page_offset):
5238 (get_page_offset_rectangle):
5239 (get_absolute_geometry):
5242 * fvwm/virtual.c (CMD_GotoPage):
5243 * fvwm/move_resize.c (__move_window):
5244 * fvwm/virtual.c (CMD_GotoPage):
5245 (get_page_arguments):
5246 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5249 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5251 * libs/Flocale.c (FlocaleGetNameProperty):
5252 fixed freeing uninitialized pointer
5254 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5256 * fvwm/conditional.c (select_cmd):
5260 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5261 WindowId and Direction commands; fixes break from these commands
5263 * fvwm/geometry.c (get_shaded_geometry):
5264 shading geometry fix for windows without decoration
5266 * libs/FScreen.c (XineramaQueryExtension):
5267 fixed xinerama crash
5269 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5272 Parse man pages with config.status so man pages have correct date.
5273 Man pages also specify FVWM version that they relate to.
5276 * bin/fvwm-config.1:
5277 * bin/fvwm-convert-2.2.1:
5278 * bin/fvwm-convert-2.4.1:
5279 * bin/fvwm-convert-2.6.1:
5280 * bin/fvwm-menu-desktop.1:
5282 * modules/FvwmAnimate/FvwmAnimate.1:
5283 * modules/FvwmAuto/FvwmAuto.1:
5284 * modules/FvwmBacker/FvwmBacker.1:
5285 * modules/FvwmBanner/FvwmBanner.1:
5286 * modules/FvwmButtons/FvwmButtons.1:
5287 * modules/FvwmCommand/FvwmCommand.1:
5288 * modules/FvwmConsole/FvwmConsole.1:
5289 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5290 * modules/FvwmCpp/FvwmCpp.1:
5291 * modules/FvwmDragWell/FvwmDragWell.1:
5292 * modules/FvwmEvent/FvwmEvent.1:
5293 * modules/FvwmForm/FvwmForm.1:
5294 * modules/FvwmGtk/FvwmGtk.1:
5295 * modules/FvwmIconBox/FvwmIconBox.1:
5296 * modules/FvwmIconMan/FvwmIconMan.1:
5297 * modules/FvwmIdent/FvwmIdent.1:
5298 * modules/FvwmM4/FvwmM4.1:
5299 * modules/FvwmPager/FvwmPager.1:
5300 * modules/FvwmProxy/FvwmProxy.1:
5301 * modules/FvwmRearrange/FvwmRearrange.1:
5302 * modules/FvwmSave/FvwmSave.1:
5303 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5304 * modules/FvwmScript/FvwmScript.1:
5305 * modules/FvwmScroll/FvwmScroll.1:
5306 * modules/FvwmTaskBar/FvwmTaskBar.1:
5307 * modules/FvwmTheme/FvwmTheme.1:
5308 * modules/FvwmWharf/FvwmWharf.1:
5309 * modules/FvwmWinList/FvwmWinList.1:
5310 These man pages were renamed to have a .in suffix.
5311 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5313 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5315 * fvwm/placement.c (__place_window):
5316 fixed starting desk output with bugopts explainwindowplacement
5318 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5320 * fvwm/eventhandler.h:
5321 * fvwm/events.c (InitEventHandlerJumpTable):
5325 Fixed window specific bindings "patch" by sending key release event
5328 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5332 * fvwm/move_resize.c:
5336 * fvwm/decorations.c:
5340 * fvwm/add_window.c:
5343 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5344 it with NUMBER_OF_MOUSE_BUTTONS
5346 * fvwm/style.c (style_parse_focus_policy_style):
5347 * fvwm/focus_policy.h:
5348 * libs/Bindings.c (GrabWindowButton):
5349 * fvwm/bindings.c (bind_get_bound_button_contexts):
5351 * fvwm/events.c (WaitForButtonsUp):
5352 * fvwm/style.c (style_parse_focus_policy_style):
5353 * fvwm/builtins.c (__fake_event):
5354 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5355 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5357 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5360 put -Wall -Wno-implicit-int before user specified flags
5363 Applied below patch again. It didn't make it to CVS (?)
5365 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5367 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5369 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5372 cleaned up ifdef hell
5375 fixed solaris xinerama test
5377 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5381 * libs/FScreen.c (solaris_XineramaQueryScreens):
5382 Solaris Xinerama support.
5385 Patch by Chris Ross.
5387 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5389 * fvwm/events.c (__handle_cr_on_client):
5390 don't reevaluate window geometry when a ConfigureRequest has no size or
5393 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5395 * fvwm/menus.c (get_menu_options):
5397 new menu option TearOffImmediately
5399 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5401 * fvwm/placement.c (__place_get_wm_pos):
5402 cascade placemnt fix by Paul Vojta
5404 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5406 * fvwm/geometry.c (constrain_size):
5407 Don't touch the aspect ratio if modifying the width/height does not
5408 improve the situation
5410 * fvwm/frame.c (frame_free_move_resize_args):
5411 (__frame_setup_window):
5412 (frame_update_hidden_window_pos):
5413 (frame_mrs_resize_move_windows):
5414 (frame_create_move_resize_args):
5415 * fvwm/move_resize.c (__resize_window):
5416 some event handling fixes
5418 * fvwm/geometry.c (constrain_size):
5419 look up the latest size hints if necessary
5421 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5423 * fvwm/geometry.c (constrain_size):
5424 * fvwm/ewmh.c (EWMH_fullscreen):
5425 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5426 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5427 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5428 * fvwm/fvwm.h (window_flags_t):
5429 allow windows to override their size hints when going fullscreen:
5430 minimum and maximum size, size inc, aspect ratio, etc.
5432 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5434 * fvwm/decorations.c (struct):
5435 MWM hints on 64 bit machines fix
5437 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5439 * fvwm/fvwm.1.in (Note):
5440 * fvwm/read.c (CMD_Read):
5442 the Read and PipeRead commands have a return code
5444 * fvwm/read.c (run_command_stream):
5449 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5451 * fvwm/move_resize.c (GetResizeArguments):
5453 fixed parsing of the frame option to the resize command and the pointer
5454 option to the move command
5456 * fvwm/conditional.c (CMD_None):
5457 Fixed CMD_None return code
5459 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5461 * fvwm/stack.c (is_above_unmanaged):
5462 windows on other Desks are always considered on top
5464 * fvwm/conditional.c (CreateConditionMask):
5465 (MatchesConditionMask):
5466 * fvwm/fvwm.h (WindowConditionMask):
5467 new condition Overlapped
5470 inproved strings.h / sring.h iclusion logic
5472 * libs/PictureUtils.c (finish_ct_init):
5473 (PictureInitColors):
5474 use flib_putenv instead of putenv
5476 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5479 * libs/gravity.h (enum):
5480 * libs/wcontext.h (enum):
5483 * fvwm/fvwm.c (StartupStuff):
5484 do not ungrab the pointer while the startup functions execute
5486 ungrab the pointer only after executing the RestartFunction or
5487 ExitFunciton. Otherwise these functions may not be executed if some
5488 other application grabs the pointer.
5491 * fvwm/conditional.c (CreateConditionMask):
5492 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5493 new condition AnyScreen
5496 * fvwm/builtins.c (__fake_event):
5497 * fvwm/bindings.c (ParseBinding):
5498 removed C++ comments
5500 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5503 New options for FvwmButtons module.
5505 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5508 use commas between conditions
5510 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5512 * fvwm/builtins.c (CMD_Wait):
5513 ignore MapNotify reported to any window except the root window
5515 * fvwm/module_interface.c (CONFIGARGS):
5516 correct number of CONFIGARGS arguments
5518 * libs/vpacket.h (ConfigWinPacket):
5519 frame_x and frame_y are signed
5521 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5523 * fvwm/conditional.c:
5527 Committed patch by Norman Yarvin (with a few minor mods) to extend
5528 conditionals to handle multiple window names.
5530 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5532 * fvwm/module_interface.c (CONFIGARGS):
5533 * libs/vpacket.h (ConfigWinPacket):
5534 put window_flags at end of structure
5536 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5538 * fvwm/module_interface.c (CONFIGARGS):
5543 removed old module interface
5546 * libs/vpacket.h (ConfigWinPacket):
5549 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5551 * fvwm/execcontext.c (__exc_change_context):
5552 fixed handling of etrigger event, fixing a problem with PropertyNotify
5553 events during resizing and possibly other problems too
5555 * fvwm/add_window.c (RestoreWithdrawnLocation):
5556 fixed travelling windows if application changed gravity hint before
5559 * fvwm/frame.c (combine_decor_gravities):
5560 (combine_gravities):
5562 (frame_restore_client_gravities):
5563 fixed window gravity after resize
5565 * libs/FEvent.c (FPeekEvent):
5567 (FCheckPeekIfEvent):
5568 fixed some event handling bugs
5570 * fvwm/conditional.c (CMD_Test):
5572 corrected use of Bool types
5574 simplified, fixed compilation
5576 use int as return type
5578 * libs/Ficonv.c (convert_charsets):
5581 * libs/Ficonv.c (convert_charsets):
5582 * acinclude.m4 (ICONV_SECOND_ARG):
5583 rewrote iconf configure test to save an ifdef
5585 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5591 Allow user to specify window-specific bindings that should NOT be
5592 intercepted by FVWM. This is accomplished with an '--' binding action.
5594 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5596 * fvwm/move_resize.c (__resize_window):
5597 Fixed event handling
5599 * fvwm/virtual.c (HandlePaging):
5600 removed check for leave events on pan frames; better query the pointer
5603 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5606 * fvwm/conditional.c:
5607 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5609 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5611 * fvwm/move_resize.c (GetResizeArguments):
5612 (GetResizeMoveArguments):
5615 (__resize_get_refpos):
5616 (__resize_get_dir_proximity):
5617 (__resize_get_dir_from_window):
5618 implemented fluxbox-like Alt-Button3 resizing
5620 * fvwm/virtual.c (HandlePaging):
5621 * fvwm/events.c (__merge_cr_moveresize):
5622 (__test_for_motion):
5623 (flush_property_notify):
5624 do not use XPutBackEvent as it shuffles events on the queue
5625 (test_button_event):
5626 (test_typed_window_event):
5629 * libs/FEvent.c (fev_get_evpos_or_query):
5630 take pointer position from EnterNotify and LeaveNotify events
5632 * fvwm/move_resize.c (__move_loop):
5633 fixed multiple paging with certain SnapGrid / Move interactions
5636 * fvwm/virtual.c (HandlePaging):
5637 Workaround for buggy XFree not delivering some Pointer events
5640 * fvwm/virtual.c (MoveViewport):
5641 don't eat MotionNotify events
5643 * libs/FEvent.c (fev_get_last_event):
5652 (FCheckWindowEvent):
5653 (FCheckTypedWindowEvent):
5657 keep a copy of the previous event in case FPutBackEvent is called
5659 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5662 Indicate optional window argument in section headings for
5663 Key, Mouse, PointerKey & Stroke commands.
5664 Remove strange "-Key" option listed for PointerKey.
5666 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5668 * libs/Fft.c (FftDrawString):
5669 * fvwm/session.c (get_version_string):
5670 * fvwm/module_interface.c (FlushMessageQueue):
5671 * fvwm/fvwm.c (SaveDesktopState):
5673 * fvwm/colorset.c (cleanup_colorsets):
5674 * libs/PictureUtils.c (struct):
5675 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5677 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5679 * fvwm/events.c (__cr_detect_icccm_move):
5680 windows with ewmh hints are assumed to use icccm2 compliant movement
5682 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5683 (ewmh_WMStateMaxHoriz):
5684 fixed restart/maximized problem
5686 * libs/fvwmsignal.c (fvwmReapChildren):
5687 * fvwm/fvwm.c (ReapChildren):
5688 moved function to lib
5690 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5692 * fvwm/modconf.c (send_desktop_geometry):
5695 (send_move_threshold):
5696 (send_ignore_modifiers):
5697 increased static buffer size
5699 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5701 * libs/CombineChars.c (convert_to_ucs2):
5702 Replace illegal UTF-8 character sequences in input
5704 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5707 bugfix: wrong stroke action being invoked.
5709 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5714 Active _last_ matching binding. (ie. same behaviour as before
5715 win-specific bindings patch.)
5716 bugfix: segfault when looking up stroke bindings in root context.
5718 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5724 * fvwm/module_interface.c:
5727 * modules/FvwmScript/FvwmScript.c:
5728 * modules/FvwmScript/Instructions.c:
5729 Implemented window-specific key/mouse bindings.
5731 * modules/FvwmIconBox/FvwmIconBox.h:
5735 Make args to matchWildcards() const.
5737 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5739 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5741 * fvwm/ewmh.c (EWMH_fullscreen):
5744 * fvwm/add_window.c (AddWindow):
5745 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5747 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5748 (ewmh_WMStateMaxVert):
5749 (ewmh_WMStateShaded):
5750 (ewmh_WMStateSticky):
5751 (ewmh_WMStateStaysOnBottom):
5754 don't try to maximize window when looking up the style
5756 (ewmh_WMStateFullScreen):
5757 (ewmh_WMStateHidden):
5758 (ewmh_WMStateMaxVert):
5759 (ewmh_WMStateModal):
5760 (ewmh_WMStateShaded):
5761 (ewmh_WMStateSkipPager):
5762 (ewmh_WMStateSticky):
5763 (ewmh_WMStateStaysOnBottom):
5764 fixed ignoring ewmh hints
5766 * fvwm/expand.c (expand_vars_extended):
5767 include full path in iconfile and miniiconfile variables
5769 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5771 * fvwm/functions.c (execute_complex_function):
5773 fixed double click patch
5775 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5777 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5778 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5780 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5782 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5785 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5787 * libs/FImage.c (FShmSafeCreateImage):
5788 Yet another fix to SHM remote client problem
5790 2004-05-26 Francis Litterio <franl@world.std.com>
5794 * fvwm/placement.c (__place_get_wm_pos)
5795 * fvwm/style.c (style_parse_one_style_option)
5796 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5798 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5800 * fvwm/events.c (HandleEnterNotify):
5801 fixed endless loop of edge commands when doing something that grabs
5804 * fvwm/functions.c (CheckActionType):
5805 (execute_complex_function):
5806 double clicks no longer work when pressing different buttons
5808 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5810 * fvwm/placement.c (__place_get_wm_pos):
5811 fixed placement in top left corner when pressing escape during manual
5814 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5818 added Chinese translations
5820 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5822 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5825 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5827 * fvwm/conditional.c:
5829 clean up Test code and documentation, add new False condition,
5830 unrecognized conditions produce Error return code now
5832 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5834 * fvwm/style.c: Remove extra char.
5836 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5838 * fvwm/ewmh.c (ewmh_atom_client_win):
5839 * fvwm/ewmh_intern.h:
5840 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5841 (ewmh_MoveResizeWindow):
5842 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5844 * fvwm/events.c (__handle_cr_on_client):
5845 (__handle_configure_request):
5846 (events_handle_configure_request):
5847 Some renaming for consistency, force restacking if the event come from
5850 * fvwm/ewmh_events.c (ewmh_MoveResize):
5851 Fixed _NET_WM_MOVERESIZE
5853 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5856 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5857 (EWMH_SetFrameStrut):
5858 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5860 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5862 * libs/FImage.c (FShmSafeCreateImage):
5863 Finished to fix SHM remote client problem
5865 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5867 * libs/FImage.c (FShmSafeCreateImage):
5868 Fixed when we are a remote client
5870 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5881 new default ~/.fvwm/config file is now recommended instead of
5882 still supported ~/.fvwm/.fvwm2rc
5884 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5886 * fvwm/menus.c (NewMenuRoot):
5887 do not strip whitespace from menu names when creating a new menu
5889 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5891 * fvwm/menuitem.c (menuitem_get_size):
5893 renamed remaining "mips" to mipst
5895 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5897 * fvwm/events.c (HandleMapRequestKeepRaised):
5898 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5899 Fixed EWMH DesktopGeometry and Stacking list
5901 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5903 * fvwm/virtual.c (GetDeskNumber):
5906 fixed MoveToDesk with one argument
5908 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5910 * fvwm/style.c (style_parse_one_style_option):
5912 * fvwm/conditional.c (MatchesConditionMask):
5914 * fvwm/window_flags.h:
5917 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5922 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5924 * fvwm/move_resize.c (unmaximize_fvwm_window):
5925 fixed redrawing of maximize button when unmaximizing but when the size
5926 and position does not change
5928 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5930 * fvwm/expand.c (expand_vars_extended):
5931 new extended variable $[w.layer]
5933 * fvwm/move_resize.c (MaximizeHeight):
5936 applied modified layer patch for maximize by Rafal Bisingier
5938 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5940 * fvwm/add_window.c (setup_frame_attributes):
5941 Hopefully fixed BackingStore code and removed now useless backing store
5944 * fvwm/expand.c (expand_vars_extended):
5945 new extended variable $[w.desk]
5947 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5951 increased version to 2.5.11
5956 updated for 2.5.10 release
5958 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5959 improved rotation code
5961 * libs/gravity.c (gravity_add_rotations):
5964 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5966 * fvwm/placement.c (__explain_placement):
5969 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5972 * fvwm/builtins.c (CMD_BugOpts):
5973 * fvwm/screen.h (ScreenInfo):
5974 new BugOpts option ExplainWindowPlacement
5975 renamed some members of Screen
5977 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5979 * fvwm/placement.c (__place_get_wm_pos):
5980 (__place_get_nowm_pos):
5981 (__place_get_placement_flags):
5983 (__place_handle_x_resources):
5984 (setup_window_placement):
5985 split into multiple functions
5988 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5990 * fvwm/add_window.c (setup_window_placement):
5991 * fvwm/placement.c (setup_window_placement):
5992 moved function to placement.c
5993 fixed using PLACE_AGAIN placement mode
5998 2004-03-15 Chris Ross <cross+fvwm@distal.com>
6000 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
6001 allow a negative line_width to invert the relief
6003 2004-03-06 Marcus Lundblad <ml@update.uu.se>
6005 * libs/Flocale.c (FlocaleDrawString)
6006 (FlocaleDrawUnderline)
6008 reduced redundant calls to iconv
6010 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6012 * fvwm/move_resize.c (CMD_XorValue):
6013 fixed a very small outline drawing problem caused by using 0 line width
6018 increased version to 2.5.10
6022 updated for 2.5.9 release
6024 * fvwm/functions.c (execute_function_override_window):
6025 * fvwm/module_interface.c (ExecuteModuleCommand):
6026 * fvwm/conditional.c (circulate_cmd):
6027 sometimes, DeferExecution was called although a window was already
6028 selected, for example with the "Current" commend; fixed
6030 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
6032 * libs/FImage.c (FShmSafeCreateImage):
6033 Fixed some safety tests
6035 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6037 * fvwm/events.c (__handle_cr_on_client):
6038 fixed a bug in the Jave configure request workaround
6040 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6042 * fvwm/events.c (__cr_detect_icccm_move):
6043 improved motion method detection for fullscreen requests
6045 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6047 * fvwm/add_window.c (AddWindow):
6048 * fvwm/screen.h (ScreenInfo):
6049 * fvwm/builtins.c (CMD_BugOpts):
6050 new BugOpts option DisplayNewWindowNames intended for debugging
6052 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6054 * libs/Bindings.c (FvwmStringToKeysym):
6055 small performance enhancement
6057 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6059 fixed the FlickeringMoveWorkaround option which did nothing before
6061 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6063 * fvwm/style.c (style_parse_one_style_option):
6065 * fvwm/style.h (SIS_UNMANAGED):
6066 * fvwm/add_window.c (AddWindow):
6069 * fvwm/expand.c (expand_vars_extended):
6070 new variables $[w.iconfile] and $[w.miniiconfile]
6072 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6073 made left side of a relief one pixel longer at the bottom
6075 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6077 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6078 * fvwm/style.c (style_set_old_focus_policy):
6079 fixed default window list order with ClickToFocus
6081 2004-02-04 Marcus Lundblad <ml@update.uu.se>
6083 * fvwm/libs/Flocale.h:
6084 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6085 (FlocaleStringByteToCharOffset)
6086 (FlocaleStringCharToByteOffset)
6087 (FlocaleStringCharLength):
6088 Made utility functions available outside of Flocale
6090 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
6092 * fvwm/events.c (__test_for_motion):
6093 Fixed a lockup, see the long comment in the code
6095 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6097 * fvwm/schedule.c (execute_obj_func):
6098 fixed using uninitialised return code
6100 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
6102 * fvwm/builtins.c (do_title_style):
6103 Fixed MinHeight, it must reset the Height
6105 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6107 * fvwm/menus.c (menuShortcuts):
6108 applied menu navigation patch by Anton Kazennikov
6110 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6112 * libs/gravity.c (gravity_dir_to_string):
6113 (gravity_parse_dir_argument):
6114 use a constant for the dir table
6116 2003-12-16 Marcus Lundblad <ml@update.uu.se>
6118 * fvwm/Flocale.c (FlocaleEncodeString)
6119 (FlocaleDrawUnderline):
6120 Fixed crash when there's no Iconv support
6122 2003-12-16 olicha <olivier.chapuis@free.fr>
6125 Used the FUNC_FLAGS_TYPE in find_func_t declaration
6127 * sample.fvwmrc/system.fvwm2rc-sample-95:
6128 Added some Xft fonts
6130 2003-12-12 olicha <olivier.chapuis@free.fr>
6132 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6133 Fixed ewmh FullScreen when an application start fullscreen and
6134 desactivate this state
6136 2003-12-04 olicha <olivier.chapuis@free.fr>
6138 * fvwm/placement.c (test_fit):
6140 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6141 (EWMH_GetBaseStrutIntersection):
6142 (EWMH_GetStrutIntersection):
6143 Fixed placement vs the base struts
6145 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6147 * sample.fvwmrc/system.fvwm2rc-sample-95:
6148 improved Debian specific menu
6150 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6152 * sample.fvwmrc/system.fvwm2rc-sample-95:
6153 several updates; added Debian menu if found
6155 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6158 new configure option --en/disable-iconv
6160 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6162 * fvwm/menus.c (__mloop_handle_event):
6163 * fvwm/menustyle.c (menustyle_parse_style):
6165 new MenuStyle options PopupIgnore and PopupClose
6167 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6169 * fvwm/menus.c (menu_binding): Remove debug code.
6170 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6171 * fvwm/menus.h: Add menu_binding function.
6172 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6174 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6176 * libs/wcontext.h (enum): Add MENU context.
6177 * libs/wcontext.c (win_contexts): More common binding contexts first in
6179 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6182 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6186 increase version to 2.5.9
6188 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6195 updated for 2.5.8 release
6197 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6201 initially added files for deb package auto-creating procedure
6203 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6207 added Swedish translations by Johan Svedberg
6212 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6214 * fvwm/add_window.c (GetWindowSizeHints):
6215 reindented broken hint messages
6217 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6220 improved Perl detection messages,
6221 restored FvwmGtkDebug independence from gtk libs
6223 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6227 added German translations by Andrei Mitrofanow
6232 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6237 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6240 * fvwm/conditional.c (CreateConditionMask):
6241 (MatchesConditionMask):
6242 (CreateConditionMask):
6243 * fvwm/fvwm.h (WindowConditionMask):
6244 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6246 2003-09-23 olicha <olivier.chapuis@free.fr>
6248 * libs/FImage.c (FShmInit):
6251 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6253 * fvwm/focus.c (warp_to_fvwm_window):
6254 don't unnecessarily call MoveViewport
6256 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6258 * fvwm/decorations.c (__is_resize_allowed):
6261 2003-09-06 malu <ml@update.uu.se>
6263 * libs/FBidi.c (FBidiConvert):
6264 * libs/CombineChars.c (CombineChars):
6265 Fixed drawing combining characters on correct positions in
6266 right-to-left context
6268 2003-09-05 malu <ml@update.uu.se>
6270 * libs/Flocale.c (FlocaleDrawString):
6272 Fixed drawing of combining characters with font shadow
6273 (character offsets were miscalculated, since FlocaleTextWidth
6276 2003-09-05 malu <ml@update.uu.se>
6278 * libs/Flocale.c (FlocaleDrawUnderline):
6279 Fixed bug with text width when a string contains only
6280 "orphaned" combining characters (compensation for font shadowd
6283 2003-09-04 olicha <olivier.chapuis@free.fr>
6286 Added E.18, added comments on C.9 and C.15
6288 2003-09-03 olicha <olivier.chapuis@free.fr>
6290 * libs/Flocale.c (FlocaleTextWidth):
6291 Fixed a comb_char core dump
6294 Fixed compilation if either iconv, libpng or Xrender headers are
6295 not at a standard place
6297 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6300 fixed error message for incorrect --with-SOMETHING-library argument
6302 2003-09-03 olicha <olivier.chapuis@free.fr>
6305 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6307 2003-09-02 olicha <olivier.chapuis@free.fr>
6312 2003-09-01 olicha <olivier.chapuis@free.fr>
6314 * libs/gravity.c (gravity_dir_to_string):
6315 A new interface function to transform a direction_t to a string
6317 2003-08-31 S. Anderson <sa@xmission.com>
6319 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6320 Fixed missing font charsets
6322 2003-08-28 olicha <olivier.chapuis@free.fr>
6324 * fvwm/move_resize.c (__move_loop):
6325 (AnimatedMoveAnyWindow):
6326 Updated bg of transparent tear off menu when moved
6328 * fvwm/events.c (HandlePropertyNotify):
6329 Updated ParentRelative tear off menu on bg change
6331 * fvwm/menus.c (UpdateMenuColorset):
6332 Updated colorsets of tear off menu when they change, this handle the
6333 case of root background change for RootTransparent
6336 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6337 An utility function for redrawing transparent tear off menu. Maybe
6340 * fvwm/add_window.c (validate_transientfor):
6341 Fixed transient for an ewmh desktop
6343 2003-08-27 olicha <olivier.chapuis@free.fr>
6345 * libs/FRender.c (FRenderRender):
6346 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6347 Removed and fixed some unused code
6349 2003-08-25 olicha <olivier.chapuis@free.fr>
6351 * fvwm/misc.c (GrabEm):
6352 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6354 * fvwm/modconf.c (send_color_limit):
6355 ifndefed color limit config info message which is not used anymore
6357 * fvwm/colorset.c (parse_colorset):
6358 Added a note on average bg
6360 2003-08-23 olicha <olivier.chapuis@free.fr>
6362 * fvwm/style.c (print_styles):
6363 More info on memory used
6365 * fvwm/style.c (__simplify_style_list):
6366 Fixed upward simplication
6368 2003-08-14 olicha <olivier.chapuis@free.fr>
6370 * fvwm/ewmh.c (ewmh_HandleMenu):
6371 Fixed the MENU window type, they are tear off menus
6374 * fvwm/update.c (apply_window_updates):
6375 * fvwm/stack.c (new_layer):
6376 * fvwm/ewmh.c (EWMH_GetStyle):
6377 Fixed EWMHUseStackingHints update
6379 * fvwm/window_flags.h:
6381 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6382 (ewmh_WMStateMaxHoriz):
6383 (ewmh_WMStateMaxVert):
6384 * fvwm/move_resize.c (unmaximize_fvwm_window):
6385 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6386 uniconify and unshade when putting a window fullscreen
6388 * fvwm/ewmh_intern.h:
6389 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6390 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6392 * fvwm/move_resize.c (unmaximize_fvwm_window):
6395 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6396 * fvwm/decorations.c (SelectDecor):
6397 * fvwm/windowshade.c (CMD_WindowShade):
6398 Removed the decor for EWMH fullscreen windows, forbid shading and
6399 allows Resize and MoveResize without unsetting the fullscreen/maximized
6402 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6403 (CMD_ResizeMaximize):
6404 Fixed ewmh state which was not set after these cmds
6406 2003-08-09 olicha <olivier.chapuis@free.fr>
6411 2003-08-08 olicha <olivier.chapuis@free.fr>
6413 * fvwm/borders.c (border_draw_vector_to_pixmap):
6414 Fixed inversion of fg and bg in vector buttons
6416 * fvwm/style.c (__simplify_style_list):
6419 * libs/System.c (fvwm_mkstemp):
6422 2003-08-07 olicha <olivier.chapuis@free.fr>
6425 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6427 * libs/System.c (fvwm_mkstemp):
6429 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6430 exists and work correctly, if not a replacement function is used
6431 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6434 * libs/fsm.c (unique_filename):
6435 (SetAuthentication):
6436 * fvwm/session.c (getUniqueStateFilename):
6437 Replaced tempnam by fvwm_mkstemp
6439 2003-08-07 olicha <olivier.chapuis@free.fr>
6442 * libs/FSMlib.h (new file):
6443 * fvwm/session.c (*):
6445 fvwmize SMlib and ICElib
6447 * fvwm/session.c (matchWin):
6448 Fixed window matching for windows with no SM_CLIENT_ID and a
6451 * libs/fsm.c (new file):
6452 * libs/fsm.h (new file):
6453 * fvwm/ConfigFvwmDefaults
6454 A set of functions for implementing a dummy session manager
6457 GNOME 1 hints and EWHM support is not a configure time option
6460 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6462 * fvwm/add_window.c (AddWindow):
6463 fixed stickyness across desks over a restart
6465 2003-08-06 olicha <olivier.chapuis@free.fr>
6467 * fvwm/ewmh.c (EWMH_WindowInit):
6468 (EWMH_SetFrameStrut):
6469 Fixed position of kde tray windows in kicker
6471 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6473 * fvwm/module_interface.c (FlushMessageQueue):
6474 retry writing pipe if write returns EINTR
6476 2003-07-28 olicha <olivier.chapuis@free.fr>
6478 * fvwm/events.c (events_handle_configure_request):
6479 (HandleConfigureRequest):
6480 (__handle_configure_request):
6481 (__handle_cr_on_client):
6482 * fvwm/ewmh.c (ewmh_atom_client_win):
6483 * fvwm/ewmh_intern.h:
6484 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6485 (EWMH_ProcessClientMessage):
6486 Implemented _NET_MOVERESIZE_WINDOW
6488 * fvwm/fvwm.c (main):
6491 2003-07-25 olicha <olivier.chapuis@free.fr>
6493 * fvwm/ewmh.c (ewmh_HandleWindowType):
6494 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6495 that one type and we do not support the first one.
6497 * fvwm/expand.c (expand_vars_extended):
6498 Fixed conflict between extended variables name (desk.name and
6501 * fvwm/session.c (callback_save_yourself):
6502 Respect the SmSaveGlobal save type. This should fix some session
6503 locking in the sm protocol
6505 * fvwm/session.c (setSmProperties):
6507 Set some sm properties when fvwm start for fixing a problem with
6508 the restart style hint after a restart.
6510 * fvwm/fvwm.c (get_display_name):
6513 * fvwm/session.c (setSmProperties):
6515 Added a possible positive or null arg to --single-screen which
6516 forces fvwm to start on the "current" display and the given
6517 screen. Use this to fix fvwm starting under a session manager:
6518 specify only the screen and not the display.screen for the
6521 * fvwm/fvwm.c (main):
6522 Fixed possible memory corruption if a display has more than
6525 * fvwm/session.c (*):
6528 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6531 fixed xft/fontconfig detection with pkg-config
6534 corrections in some long option names
6536 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6538 * fvwm/add_window.c (setup_style_and_decor):
6539 * fvwm/geometry.c (set_window_border_size):
6540 * fvwm/fvwm.h (FvwmWindow):
6541 * fvwm/events.c (HandleShapeNotify):
6542 * fvwm/frame.c (frame_free_move_resize_args):
6543 (frame_setup_shape):
6544 (frame_reshape_border):
6545 fixed resizing of window borders if a window shape was added or deleted
6546 after the initial window setup
6548 * fvwm/update.c (apply_window_updates):
6551 * fvwm/events.c (__cr_detect_icccm_move):
6552 disable motion method detection for shaped windows
6554 2003-07-21 olicha <olivier.chapuis@free.fr>
6556 * fvwm/add_window.c (setup_window_structure):
6557 * fvwm/session.c (MatchWinToSM):
6558 Preserve is_name_changed window_flags within restart, session loading
6561 2003-07-20 olicha <olivier.chapuis@free.fr>
6563 * fvwm/ewmh.c (EWMH_Init):
6564 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6566 * fvwm/fvwm.c (InternUsefulAtoms):
6568 * fvwm/session.c (GetWindowRole):
6569 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6571 * fvwm/session.c (GetClientID):
6572 Better determination of the CLIENT_LEADER
6574 * fvwm/session.c (setSmProperties):
6575 Set the CloneCommand for gnome-session editor (the sm spec says this
6576 properties is required). Removed the commented XSM ifdef.
6578 * fvwm/session.c (matchWin):
6580 Consider client only if it has a client id or a wm command.
6581 Removed the "two entries" session previous commit
6583 2003-07-16 olicha <olivier.chapuis@free.fr>
6585 * fvwm/session.c (MatchWinToSM):
6586 Fixed restoring session state, if two window session entries have the
6587 same identifier ignore these entries
6589 2003-07-16 olicha <olivier.chapuis@free.fr>
6592 * fvwm/style.h (SID_GET_NAME):
6594 (SID_GET_WINDOW_ID):
6595 (SID_SET_WINDOW_ID):
6598 (SID_SET_HAS_WINDOW_ID):
6599 (SID_GET_HAS_WINDOW_ID):
6605 (SSET_ID_HAS_WINDOW_ID):
6606 (SGET_ID_HAS_WINDOW_ID):
6607 * fvwm/style.c (style_ids_are_equals):
6608 (style_id_equals_id):
6609 (styles_have_same_id):
6610 (fw_match_style_id):
6611 (one_fw_can_match_both_ids):
6612 (remove_all_of_style_from_list):
6613 (__simplify_style_list):
6614 (style_parse_one_style_option):
6616 (style_destroy_style):
6622 (CMD_DestroyWindowStyle):
6623 * fvwm/fvwm.h (style_id_t):
6625 * fvwm/functable.c (func_table):
6626 * fvwm/add_window.c (destroy_window):
6629 New WindowStyle and DestroyWindowStyle command for setting styles
6632 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6634 * libs/Flocale.c (FlocaleDrawString):
6635 * libs/FBidi.c (FBidiConvert):
6636 fixed drawing of combining characters in the case where a string
6637 consists of only combining characters
6639 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6641 * libs/CombineChars.c (CombineChars):
6642 bugfix: array mapping visual to logical position was allocated
6643 to small (factor 2) in decoposing code
6645 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6647 * libs/Flocale.c (FlocaleEncodeWinString):
6650 * libs/Flocale.c (FlocaleDrawString):
6651 (FlocaleRotatedDrawString):
6652 removed some code duplication
6654 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6656 * libs/CombineChars.c (combclass_table):
6658 fixed supporting drawing marks superimposed that are in a combining
6661 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6663 * libs/Flocale.c (FlocaleRotateDrawString):
6665 fixed core dump when composing characters can't be converted to
6668 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6673 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6678 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6681 updated with reagrds to combing characters
6683 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6688 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6690 * libs/Flocale.c (FlocaleEncodeString):
6691 (FlocaleEncodeWinString):
6692 (FlocaleRotateDrawString):
6693 (FlocaleDrawString):
6694 (FlocaleDrawUnderline):
6695 fixed rendering combining characters using Unicode font in a
6698 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6701 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6703 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6706 fixed FBidi.h macro to work with no FriBIDI
6708 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6710 * libs/CombineChars.h (CombineChars):
6711 * libs/CombineChars.c (CombineChars):
6712 * libs/FBidi.h (FBidiConvert):
6713 * libs/FBidi.c (FBidiConvert):
6714 * libs/Flocale.c (FlocaleEncodeString):
6715 (FlocaleEncodeWinString):
6716 (FlocaleDrawUnderline):
6718 fixed drawing of underlines on characters to work in with BIDI
6719 and combining characters
6721 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6724 closed D.1 with "no consensus" resolution
6726 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6729 documented tear off menus
6731 * fvwm/placement.c (PlaceWindow):
6732 StartsOnPage + SkipMapping overrides PPosition
6734 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6737 solved a problem with CMD_Dummy and exact command spelling
6739 * libs/CombineChars.c:
6740 * libs/CombineChars.h:
6742 minor reformattings (use TABs not 8 spaces and a space after keywords
6743 like for, if or while)
6745 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6747 * fvwm/update.c (apply_window_updates):
6749 * fvwm/add_window.c (setup_style_and_decor):
6751 * fvwm/style.c (style_parse_one_style_option):
6752 (check_window_style_change):
6753 new style MoveWindowByProgramMethod
6755 * libs/PictureImageLoader.c (PImageLoadXpm):
6756 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6758 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6759 implemented _NET_WM_STATE_FULLSCREEN handling
6761 * fvwm/move_resize.c (GetOnePositionArgument):
6762 fixed parsing of "+-x +-y" Move arguments
6764 use get_page_offset_check_visible
6766 * fvwm/geometry.c (get_page_offset_check_visible):
6767 new convenience function
6769 * fvwm/events.c (__handle_cr_on_client):
6770 fixed handling of gravities other than NW or Static
6771 (__cr_detect_icccm_move):
6774 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6780 * libs/CombineChars.c:
6781 * libs/CombineChars.h:
6782 * libs/Flocale.c (FlocaleEncodeString):
6786 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6789 2003-07-06 olicha <olivier.chapuis@free.fr>
6791 * libs/FRender.c (FRenderRender):
6794 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6796 * fvwm/ewmh.c (ewmh_check_wm_pid):
6798 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6799 compliant ConfigureNotify handling
6801 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6803 * libs/Flocale.c (FlocaleDrawUnderline):
6804 Commented out some non-working new code
6806 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6808 * libs/Flocale.c (FlocaleDrawString):
6809 fixed drawing superimposed characters with a fontset
6811 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6813 * fvwm/events.c (__cr_detect_icccm_move):
6814 (__handle_cr_on_client):
6815 (__cr_get_grav_position):
6816 (__cr_get_static_position):
6817 * fvwm/window_flags.h:
6819 try to autodetect whether application uses the icccm way of moving
6820 windows of the traditional way always using static gravity
6823 moved SIGNAL_RETURN macro definition to acconfig.h
6825 * fvwm/module_interface.c (DeadPipe):
6826 * fvwm/fvwm.c (SigDone):
6829 use SIGNAL_RETURN macro
6831 * fvwm/events.c (__handle_cr_on_client):
6832 (__merge_cr_moveresize):
6833 (__cr_detect_icccm_move):
6835 * fvwm/events.c (__handle_cr_on_unmanaged):
6836 (__handle_cr_on_icon):
6837 (__handle_cr_on_shaped):
6838 (__handle_cr_restack):
6839 (__handle_cr_on_client):
6840 (HandleConfigureRequest):
6841 split the ConfigureRequest code into multiple functions
6843 * fvwm/update.c (apply_window_updates):
6844 fixed drawing of window decorations when "Style * Neverfocus" is used
6846 * fvwm/events.c (HandleKeyPress):
6847 fixed a bug with key binding contexts
6849 * fvwm/functions.c (__execute_function):
6850 * fvwm/expand.c (expand_vars):
6851 (expand_vars_extended):
6852 new extended variable $[func.context]
6856 moved some code to the new files
6867 fixed a problem with uninitialised global variable
6869 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6871 * libs/Bindings.c (key_modifiers):
6872 moved to new file wcontext.c
6874 * libs/gravity.c (gravity_parse_dir_argument):
6875 added aliases for compass directions:
6886 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6889 * libs/Flocale.c (FlocaleDrawString):
6890 (FlocaleRotateDrawString):
6891 Fixes to work without Fribidi
6893 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6898 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6900 * libs/FbidiJoin.c (get_shaped_combined_char):
6902 Removed unused (get_shaped_combined_char) and commented out code
6903 Combining ligatures done in FCombineChars
6905 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6907 * libs/Flocale.c (FlocaleDrawString):
6908 (FlocaleRotateDrawString):
6911 * libs/FBidi.c (FBidiConvert):
6913 * libs/FCombineChars.h:
6914 * libs/FCombineChars.c (FCombineChars):
6915 Added support for drawing superimposed combining characters
6917 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6920 * fvwm/functable.c (func_table):
6921 * fvwm/functions.c (CMD_TearMenuOff):
6926 merged all dummy commands into one: CMD_Dummy
6928 2003-07-01 olicha <olivier.chapuis@free.fr>
6930 * fvwm/menus.c (DestroyMenu):
6934 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6936 * fvwm/menustyle.c (menustyle_copy):
6940 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6945 2003-06-30 olicha <olivier.chapuis@free.fr>
6947 * fvwm/menus.c (do_menu):
6949 (do_menu_close_tear_off_menu):
6950 (menu_close_tear_off_menu):
6951 Allowed to destroy tear off menu!
6953 * fvwm/menus.c (menu_tear_off):
6954 (menu_close_tear_off_menu):
6955 (do_menu_close_tear_off_menu):
6956 (clone_menu_root_static):
6962 Fixed client leaks (only create new client for menu if it is a tear off
6963 menu). Created a dedicated menu style for each tear off menu.
6965 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6968 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6970 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6972 * fvwm/virtual.c (do_move_window_to_desk):
6974 fixed "Visible" condition on non current desks
6976 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6980 shortened some comments
6981 removed GPL from .h files
6982 added GPL to all .c files
6983 include config.h in all .c files
6984 added "/* -*-c-*- */" where missing
6985 some reformatting and reindenting
6987 * fvwm/module_interface.c:
6988 * fvwm/module_interface.h:
6996 * fvwm/windowshade.c:
6998 * fvwm/conditional.c:
7010 * fvwm/add_window.c:
7014 * fvwm/eventhandler.h:
7016 * fvwm/add_window.h:
7022 renamed types func_type, repeat_t, initial_window_options_t,
7023 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
7024 last_added_item_type, common_flags_type, multi_direction_type,
7025 msg_masks_type to ..._t
7027 * fvwm/functions.c (__execute_function):
7028 (execute_complex_function):
7029 * fvwm/condrc.c (condrc_init):
7030 new function in new file to encapsulate all cond_rc_t handling
7033 * fvwm/fvwm.h (cond_rc_t):
7035 moved typed to new file
7039 * fvwm/functable.c (func_table):
7040 * fvwm/functions.c (__run_complex_function_items):
7041 (__execute_function):
7043 * fvwm/conditional.c (CMD_Break):
7044 (__rc_matches_rcstring_consume):
7045 Break takes the number of function levels to break out of as an
7048 * fvwm/expand.c (expand_vars_extended):
7049 * fvwm/conditional.c (circulate_cmd):
7052 (__rc_matches_rcstring_consume):
7061 (__run_complex_function_items):
7062 (execute_complex_function):
7066 * fvwm/conditional.c:
7067 renamed fvwm_cond_func_rc by cond_rc_t
7068 made a type a struct
7069 added a member to indicate the number of function levels to break out
7072 * fvwm/functable.c (func_table):
7073 * fvwm/conditional.c (CMD_TestRc):
7074 replaced conditional commands:
7076 CondCase -> KeepRc TestRc
7078 (__rc_matches_rcstring_consume):
7081 * fvwm/conditional.c (CMD_CondCase):
7082 fixed the CondCase command
7084 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7087 new configure option --deisable-gtk to disable detection of gtk library
7090 cleaned up documentation of conditional commands
7091 general man page cleanup
7093 2003-06-17 Dan Espen <dane@mk.telcordia.com>
7095 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7098 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7101 cleaned up of CirculateHit... conditions
7103 2003-06-15 olicha <olivier.chapuis@free.fr>
7105 * fvwm/style.c (__simplify_style_list):
7106 Fixed is_merged_allowed: rest it to True when cur change
7107 Added "upward" simplification
7109 2003-06-14 olicha <olivier.chapuis@free.fr>
7111 * fvwm/style.c (__simplify_style_list):
7114 Fixed blockand which always returned True. Added blocksintersect which
7115 returns the same value as blockand but faster.
7117 2003-06-13 olicha <olivier.chapuis@free.fr>
7121 Fixed fontconfig and xft2 for version without *-config binnary. Used
7122 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7123 fontconfig and xft2 if the version is < the required version
7124 (even if --disable-*test).
7126 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7129 define M_PI and M_PI_2 if they are not defined by math.h
7131 2003-06-10 Mikhael Goikhman <migo@homemail.com>
7133 * libs/Colorset.c (LoadColorset):
7134 added a note to update Colorsets.pm too when the format is changed
7136 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7138 * WindowStyle_proposal.txt:
7139 s/WindowId/ThisWindow/ and other minor changes
7141 2003-06-06 olicha <olivier.chapuis@free.fr>
7143 * libs/PictureImageLoader.c (PImageLoadPng):
7144 Fixed loading of png images if the caller want no alpha
7146 2003-06-04 olicha <olivier.chapuis@free.fr>
7148 * libs/Flocale.c (FlocaleEncodeString):
7151 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7154 only FCombineChars.c was distributed not FCombineChars.h
7156 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7158 * libs/FCombineChars.c (convert_to_utf8)
7159 fixed a bug when converting back to UTF-8 and a bug giving
7160 garbage at end of string in some cases
7162 * libs/Flocale.c (FlocaleEncodeString)
7163 fixed problem regarding combining-characters when BIDI is used
7165 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7168 * libs/Flocale.c (FlocaleEncodeString):
7169 * libs/FCombineChars.c:
7170 * libs/FCombineChars.h:
7171 implemeted support for combining characters
7173 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7176 set the version 2.5.8
7178 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7182 SetEnv with only one parameter is ignored now
7184 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7186 * NEWS: Add 2.4.16 news.
7188 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7190 * fvwm/functions.c (expand_extended_var):
7192 fixed expanding variables that are empty, for example $[w.resource]
7193 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7198 2003-05-29 olicha <olivier.chapuis@free.fr>
7200 * fvwm/ewmh.c (ewmh_atom_wm_state):
7201 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7203 2003-05-28 olicha <olivier.chapuis@free.fr>
7208 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7210 * fvwm/focus.c (__update_windowlist):
7211 don't fiddle with the window list for windows that are going to be
7214 * fvwm/add_window.c (delete_client_context):
7215 (destroy_auxiliary_windows):
7217 fixed empty frame windows when X reused the window id for a new window
7218 while the old one was scheduled to be destroyed
7220 2003-05-26 olicha <olivier.chapuis@free.fr>
7222 * fvwm/icons.c (GetIconBitmap):
7223 (set_icon_pixmap_background):
7225 (DrawIconPixmapWindow):
7227 Fixed loading of application supplied pixmap on 8/24 depth screen
7229 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7231 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7234 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7237 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7239 * fvwm/misc.c (GrabEm):
7240 do not confine the pointer to the root window when grabbed; this can
7241 cause the pointer to be warped to another screen
7242 * fvwm/menus.c (get_menu_options):
7243 fixed placement of menus on Xinerama screens
7244 * libs/FScreen.c (FScreenGetResistanceRect):
7245 fixed function to do something useful
7246 * libs/Flocale.c (FlocaleDrawString):
7247 support font shadowing without colorsets
7248 * libs/ColorUtils.c:
7250 * fvwm/menuitem.c (menuitem_paint):
7251 do not use colorsets in menus if they are not defined
7252 * fvwm/menustyle.c (menustyle_parse_style):
7253 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7256 2003-05-23 olicha <olivier.chapuis@free.fr>
7258 * fvwm/bindings.c (ParseBinding):
7259 (bind_get_bound_button_contexts):
7260 * libs/Bindings.c (GrabWindowButton):
7261 Fixed window button grabbing
7263 2003-05-22 olicha <olivier.chapuis@free.fr>
7265 * fvwm/colorset.c (parse_colorset):
7268 * fvwm/borders.c (border_fill_pixmap_background):
7269 Fixed problem with depth 1 pixmap
7271 * fvwm/conditional.c (CMD_On):
7274 * fvwm/conditional.c (CreateConditionMask):
7275 Fixed memory leaks for layer and state
7277 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7280 added perllib/FVWM/Tracker/Makefile
7282 2003-05-22 olicha <olivier.chapuis@free.fr>
7286 * fvwm/style.c (print_styles):
7287 * fvwm/builtins.c (CMD_PrintInfo):
7288 New style subject to PrintInfo
7290 2003-05-20 olicha <olivier.chapuis@free.fr>
7292 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7293 Allowed empty xft font name
7296 * libs/flist.c (new file):
7297 * libs/flist.h (new file):
7298 Added a flist structure and some basic function for handling such
7301 * libs/FGettext.c (*):
7302 Use the new flist struct and functions interface
7304 * fvwm/screen.h (ScreenInfo):
7305 * fvwm/update.c (destroy_scheduled_windows):
7306 * fvwm/add_window.c (destroy_window):
7307 Added a list for the windows which are scheduled for destroy
7308 Remove a fw at once from the fw list when we destroy_window
7310 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7312 * fvwm/style.c (CMD_DestroyStyle):
7313 do not update windows if no style was deleted
7314 (check_window_style_change):
7315 fixed update of window styles w/ DestroyStyle
7317 2003-05-18 olicha <olivier.chapuis@free.fr>
7319 * fvwm/conditional.c (CMD_On):
7320 Added x,r,w,f and i file condition to the On command
7322 * fvwm/add_window.c (destroy_window):
7323 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7324 but scheduled for destroy. Not sure that the fix is good.
7326 * fvwm/functions.c (__execute_function):
7328 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7329 This fixes some cores dumps with "recursives" functions
7331 * fvwm/borders.c (border_create_root_transparent_pixmap):
7332 (border_draw_decor_to_pixmap):
7333 Fixed a core dump with a root transparent rotated title
7334 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7336 * libs/FGettext.c (fgettext_add_one_path):
7338 (FGettextSetLocalePath):
7339 Fixed memory leak and chainning
7341 * fvwm/builtins.c (CMD_PrintInfo):
7342 Fixed a parsing leak
7344 * fvwm/conditional.c (Circulate):
7345 Fixed a mask memory leaks
7348 * libs/Flocale.c (FlocaleGetFont):
7349 (FlocaleGetFontSet):
7350 (FlocaleGetFftFont):
7351 Fixed a core dump when a 0 font is given with an encoding hints.
7352 Added a default FFT font
7354 * fvwm/builtins.c (CMD_DefaultFont):
7355 Fixed a core dump when the default font change and a redraw
7356 (icon or window) is proceeded before flush_window_updates is called
7358 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7359 Fixed gradients copy
7361 * fvwm/menustyle.c (menustyle_parse_style):
7362 Fixed UMR's related to colorset
7364 * fvwm/builtins.c (ReadDecorFace):
7365 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7369 * fvwm/menustyle.c (menustyle_free):
7370 Fixed a fore stipple gc leak
7372 * fvwm/windowlist.c (CMD_WindowList):
7373 Fixed a sor_keyname memory leak
7375 * fvwm/fvwm.c (ResetAllButtons):
7376 Fixed the default buttons memory leak
7378 2003-05-08 olicha <olivier.chapuis@free.fr>
7380 * fvwm/windowlist.c (CMD_WindowList):
7381 Fixed a memory leak if MaxLabelWidth is used
7383 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7385 * fvwm/functions.c (__context_has_window):
7386 (__execute_function):
7388 fixed excution of functions requiring a window without a window when
7389 called with "silent" from a complex function
7391 2003-05-07 olicha <olivier.chapuis@free.fr>
7393 * libs/System.c (searchPath):
7396 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7398 * fvwm/move_resize.c (__move_loop):
7402 2003-05-03 olicha <olivier.chapuis@free.fr>
7407 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7410 Minor typo corrections.
7412 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7414 * fvwm/move_resize.c (__move_loop):
7420 2003-04-28 olicha <olivier.chapuis@free.fr>
7422 * fvwm/ewmh.c (ewmh_atom_wm_state):
7424 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7425 (ewmh_WMStateStaysOnBottom):
7426 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7428 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7430 * fvwm/module_interface.c (do_execute_module):
7431 * fvwm/fvwm.c (main):
7432 * libs/envvar.c (flib_putenv):
7433 * fvwm/builtins.c (add_to_env_list):
7436 fixed putenv memory leaks
7438 * libs/envvar.c (strIns):
7442 replacement for putenv without memory leaks
7447 * fvwm/fvwm.c (StartupStuff):
7449 * fvwm/add_window.c (free_window_names):
7451 * fvwm/events.c (HandlePropertyNotify):
7453 * fvwm/menus.c (do_menu):
7455 (__mloop_exit_selected):
7457 * fvwm/menucmd.c (menu_func):
7460 * fvwm/builtins.c (CMD_Destroy):
7462 call destroy_window right after XKillClient; do not wait for the window
7465 * fvwm/menucmd.c (menu_func):
7466 * fvwm/windowlist.c (CMD_WindowList):
7469 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7472 several updates (FvwmGtk, gettext)
7474 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7476 * fvwm/menucmd.c (menu_func):
7477 * fvwm/windowlist.c (CMD_WindowList):
7479 * fvwm/menus.c (is_double_click):
7482 (pop_menu_down_and_repaint_parent):
7483 (__mloop_get_event_timeout_loop):
7484 (__mloop_get_event):
7485 (__mloop_handle_event):
7486 (__mloop_select_item):
7487 (__mloop_make_popup):
7488 (__mloop_get_mi_actions):
7491 (__mloop_handle_action_with_mi):
7492 (__mloop_handle_action_without_mi):
7494 (menu_enter_tear_off_menu):
7495 (menu_close_tear_off_menu):
7497 replaced the pfw and pcontext members of the MenuParameters structure
7498 with an execution context pointer
7499 (_menu_execute_function):
7500 wrapper function to simplyfy command execution from within menus
7502 fixed warping pointer to first menu item when invoked with the mouse
7504 * fvwm/execcontext.c:
7507 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7514 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7516 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7518 * fvwm/menus.c (do_menu):
7519 the NoWarp position hint option works with root menus too
7521 * fvwm/ConfigFvwmDefaults:
7522 removed GrabFocusOff and GrabFocusTransient since they nullify the
7523 default with the plain focus policies
7525 2003-04-24 olicha <olivier.chapuis@free.fr>
7527 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7528 Fixed a miss print in my previous commit
7530 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7532 (ewmh_WMStateStaysOnBottom):
7533 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7534 * fvwm/ewmh_intern.h:
7535 Added comment on the implementation at the top of ewmh.c.
7536 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7537 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7538 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7539 and _NET_WM_STATE_BELOW.
7542 Added David Fries. Updated my entries.
7547 2003-04-23 olicha <olivier.chapuis@free.fr>
7549 * fvwm/module_interface.c (CMD_KillModule):
7550 Fixed a leak when we have an alias
7552 * libs/Picture.c (PFreeFvwmPictureData):
7554 New interface function for just freeing the allocated data (not
7557 2003-04-22 olicha <olivier.chapuis@free.fr>
7559 * fvwm/colorset.c (get_root_pixmap):
7560 Fixed a minor memory leak
7562 * fvwm/functions.c (execute_complex_function):
7563 Fixed uninitialized d.type
7565 * libs/Ficonv.c (FiconvSetupConversion):
7566 (FiconvUtf8ToCharset):
7567 (FiconvCharsetToUtf8):
7570 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7573 Fixed a core dump and safety check related to not loaded font
7575 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7580 2003-04-16 olicha <olivier.chapuis@free.fr>
7582 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7585 (ewmh_WMStateHidden):
7586 Check if functions are allowed
7588 * fvwm/ewmh.c (ewmh_HandleDesktop):
7590 Set Desktop and Dock uniconifiable and unmaximazable
7592 * fvwm/menuitem.c (menuitem_paint):
7594 Fixed greyed action with EWMH desktop
7596 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7599 documented FvwmEvent behaviour of executing window related event
7600 handlers within a window context
7603 updated WindowId entry
7605 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7607 * fvwm/schedule.c (deschedule):
7610 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7611 (ExecuteCommandQueue):
7612 * libs/queue.c (fqueue_init):
7613 (fqueue_remove_or_operate_from_front):
7614 (fqueue_remove_or_operate_from_end):
7615 (fqueue_remove_or_operate_all):
7617 (fqueue_unlock_queue):
7618 (fqueue_lock_queue):
7619 (fqueue_add_at_front):
7620 (fqueue_add_inside):
7624 * libs/queue.c (fqueue_remove_or_operate_all):
7625 (fqueue_remove_or_operate_from_end):
7626 (fqueue_remove_or_operate_from_front):
7627 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7628 (ExecuteCommandQueue):
7629 * fvwm/schedule.c (deschedule):
7630 (check_deschedule_obj_func):
7631 (deschedule_obj_func):
7633 (check_execute_obj_func):
7638 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7640 * fvwm/ConfigFvwmDefaults:
7642 * fvwm/windowlist.c:
7643 * sample.fvwmrc/system.fvwm2rc-sample-95:
7645 WindowListFunc is executed now within a window context,
7646 so "WindowId $0" is not needed anymore in its definition
7648 2003-04-14 olicha <olivier.chapuis@free.fr>
7652 Documented LocalePath and $[gt.str]. FvwmScript news.
7654 * fvwm/expand.c (expand_vars_extended):
7655 Fixed $[gt.str] expansion
7658 New gettext domain FvwmScript
7660 * libs/FGettext.c (FGettextCopy):
7662 New interface function which copies the string
7664 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7666 * fvwm/conditional.c (CMD_Cond):
7667 allow to negate the condition code with '!' prefix
7669 * fvwm/schedule.c (CMD_Schedule):
7671 support hexadecimal ids
7673 * libs/Parse.c (GetIntegerArguments):
7674 (_get_suffixed_integer_arguments):
7675 (GetSuffixedIntegerArguments):
7676 (GetIntegerArgumentsAnyBase):
7677 new utitily function to allow hexadecimal integer arguments
7679 2003-04-10 olicha <olivier.chapuis@free.fr>
7681 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7682 (FlocaleGetCharsetOfFontStruct):
7683 (FlocaleGetCharsetFromName):
7684 (FlocaleFixNameForFontSet):
7685 (FlocaleGetFontSet):
7686 (FlocalePrintLocaleInfo):
7687 * libs/FlocaleCharset.h:
7688 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7689 (FlocaleCharsetPrintXOMInfo):
7690 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7692 2003-04-08 olicha <olivier.chapuis@free.fr>
7694 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7695 fixed the default font name
7697 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7699 * fvwm/events.c (HandlePropertyNotify):
7700 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7701 completely ignore application requests to set exactly the same
7702 window name or icon name (xmms sets it every second),
7703 this avoids some redundant module messages and redraws
7705 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7710 2003-04-04 olicha <olivier.chapuis@free.fr>
7713 Fixed a miss print in fribidi config check
7715 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7717 * fvwm/focus.c (__restore_focus_after_unmap):
7718 iconified windows without an icon do not receive focus
7720 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7722 * fvwm/virtual (CMD_GotoDeskAndPage):
7723 different "GotoDeskAndPage prev" fix that works with any viewports, not
7724 just multiples of the screen size
7726 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7728 * fvwm/virtual (CMD_GotoDeskAndPage):
7729 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7731 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7736 * fvwm/menucmd.c (menu_func):
7737 fixed double key presses to choose default menu action
7739 * fvwm/focus.c (__update_windowlist):
7740 fixed order of window list with SloopyFocus when using the Focus
7743 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7746 clarified some things, typo fixed
7748 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7750 * libs/Colorset.c (CreateBackgroundPixmap):
7751 (GetWindowBackgroundPixmapSize):
7752 (get_aspect_dimensions):
7753 fixed size calculation of aspect pixmaps
7755 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7757 * fvwm/icons.c (clear_icon):
7761 * fvwm/geometry.c (get_icon_geometry):
7762 (modify_icon_position):
7763 set a valid icon picture position if there is neither a picture nor a
7766 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7770 reformatted to fit better on the web page
7772 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7775 added items from "My TODO" message on 2003-01-02
7778 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7780 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7783 removed debug output
7785 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7787 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7788 (FScreenFetchMangledScreenFromUSPosHints):
7789 two functions to allow USPosition hints from modules and StartsOnScreen
7790 work at the same time
7792 * fvwm/conditional.c (direction_cmd):
7793 Some fixes, reformatting and improvements.
7795 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7797 * fvwm/icons.c (Iconify):
7798 initialise icon position to +0+0 if there is neiter a picture nor a
7801 * fvwm/functions.c (DeferExecution):
7807 * fvwm/update.c (apply_window_updates):
7808 fixed drawing of sticky icon titles when the stickyicon style is being
7811 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7813 * fvwm/placement.c (CMD_PlaceAgain):
7814 * fvwm/add_window.c (setup_window_placement):
7815 * fvwm/virtual.c (MapDesk):
7816 update the GNOME hints desk when changing desks; fixes placeagain with
7818 some placeagain fixes
7820 * fvwm/fvwm.1.in (Example):
7821 removed duplicate Iconify section
7826 * fvwm/functable.c (func_table):
7827 * fvwm/functions.h (func_type):
7828 * fvwm/functions.c (__execute_function):
7829 (execute_complex_function):
7831 fixed a new and and old window selection bug
7833 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7835 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7836 detected with Purify.
7838 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7840 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7841 use None, not 0 for Window structures
7843 * fvwm/events.c (InitEventHandlerJumpTable):
7845 (__handle_key_event):
7846 * fvwm/bindings.c (ParseBinding):
7850 removed key release binding because they can not work reliably
7852 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7854 * fvwm/functable.c (func_table):
7855 trigger on ButtonPress for many of the functions
7857 * fvwm/functions.c (__execute_function):
7858 (__execute_function):
7859 fixed conditional commands a la "Current" triggered on root window
7861 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7863 * todo-2.6: Closed B.2, C.21.
7865 2003-02-28 olicha <olivier.chapuis@free.fr>
7868 * fvwm/events.c (HandleConfigureRequest):
7869 Added a workaround for application with broken max/min size hints
7870 vs a size configure request. This "fixes" floating java JToolBar.
7872 * fvwm/add_window.c (GetWindowSizeHints):
7873 Check that the max size hint is not broken relatively to the the base
7876 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7880 released 2.5.6, set version to 2.5.7
7886 2003-02-26 Tony Finch <dot@dotat.at>
7888 * fvwm/borders.c (border_draw_one_border_part):
7889 Don't draw the handle relief marks when the border is flat.
7891 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7894 s/fribdi_in_path/fribidi_in_path/
7897 spell checking and some reformatting
7899 2003-02-26 olicha <olivier.chapuis@free.fr>
7901 * fvwm/borders.c (border_setup_bar_pixmaps):
7902 Fixed a miss-print which can cause a core dump
7905 Added a 2.6 TODO file
7907 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7909 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7910 void functioin cannot return a value.
7912 2003-02-25 olicha <olivier.chapuis@free.fr>
7915 Fixed compilation warning if fribidi is in path
7917 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7919 * fvwm/windowlist.c (CMD_WindowList):
7920 removed unused instruction
7922 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7924 * configure.in: Remove nested function from -Werror check.
7925 Lets configure work without gcc.
7928 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7930 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7932 * fvwm/functions.c (__run_complex_function_items): Make Break start
7935 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7937 * fvwm/move_resize.c (get_outline_rects):
7938 (draw_move_resize_grid):
7939 initial drawing and final undrawing of wire frame no longer toggles the
7940 pixel in the top left corner of the screen
7942 * fvwm/expand.c (expand_vars):
7943 disabled warnings about one letter variables
7945 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7947 * README: Update to reflect release 2.5.x.
7948 * NEWS: Update news for FvwmPager drag fix.
7950 2003-02-15 olicha <olivier.chapuis@free.fr>
7955 2003-02-13 olicha <olivier.chapuis@free.fr>
7957 * fvwm/gnome.c (GNOME_SetClientList):
7958 Applied David Fries patch which fixes a possible crash with more
7960 (GNOME_SetClientList):
7961 malloc -> safemalloc
7963 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7965 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7966 Give the XorValue range.
7968 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7970 * fvwm/fvwm.1.in: Fully document the emulate command.
7972 2003-02-06 olicha <olivier.chapuis@free.fr>
7974 * fvwm/borders.c (get_common_decorations):
7975 (border_get_border_background):
7977 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7979 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7981 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7984 * fvwm/menuitem.c (menuitem_get_size):
7985 * fvwm/menus.c (calculate_item_sizes):
7986 renamed "mips" to mipst
7988 * fvwm/menuitem.c (menuitem_get_item_size):
7989 * fvwm/menus.c (_calculate_item_sizes):
7990 backed out patch from 30-Jan-2003
7992 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7995 * fvwm/menuitem.c (menuitem_get_item_size):
7996 * fvwm/menus.c (_calculate_item_sizes):
7997 functions renamed due to global name space collision with IRIX 6.5
7999 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8002 added tests/hints/Makefile.am
8004 2003-01-24 Dan Espen <dane@mk.telcordia.com>
8006 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
8008 2003-01-20 Dan Espen <dane@mk.telcordia.com>
8010 * sample.fvwmrc/DecorWin95:
8011 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
8012 Replace a long time ago.
8014 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8016 * fvwm/stack.c (new_layer):
8017 (collect_transients_recursive):
8021 * fvwm/events.c (HandleConfigureRequest):
8022 fixed placement of icons
8023 fixed size calculations of icons
8025 2003-01-18 Mikhael Goikhman <migo@homemail.com>
8028 fixed $[desk.name<n>] that was masked by $[desk.n],
8029 added $[desk.pagesx] and $[desk.pagesy]
8031 2003-01-16 Dan Espen <dane@mk.telcordia.com>
8033 * NEWS: Update news. Spelling fixes 2.5.x news.
8034 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
8035 its not interactive.
8037 2003-01-12 Mikhael Goikhman <migo@homemail.com>
8040 added a short description together with the commands
8042 2003-01-12 Marcus Lundblad <ml@update.uu.se>
8045 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
8048 2003-01-11 Mikhael Goikhman <migo@homemail.com>
8052 deprecate all single letter variables, new variables are supported now
8053 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8054 $[desk.n], $[version.num], $[version.info], $[version.line].
8056 2003-01-07 Marcus Lundblad <ml@update.uu.se>
8058 * fvwm/style.c (style_parse_one_style_option):
8060 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8061 DisallowMaximizeFixedSize
8063 2003-01-06 Dan Espen <dane@mk.telcordia.com>
8065 * fvwm/fvwm.1.in: Lang check.
8067 2003-01-03 olicha <olivier.chapuis@free.fr>
8072 * fvwm/ewmh_intern.h:
8073 * fvwm/ewmh_names.c:
8074 * fvwm/ewmh_icons.c:
8075 * fvwm/ewmh_events.c:
8080 * fvwm/functable.c (func_table):
8081 * fvwm/fvwm.c (setVersionInfo):
8084 Removed GNOME and HAVE_EWMH ifdef
8087 Documented UseTitleDecorRotation
8089 2003-01-03 Mikhael Goikhman <migo@homemail.com>
8091 * fvwm/module_interface.c (MoveViewport):
8092 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8093 M_NEW_PAGE now has 7 arguments
8095 2003-01-02 olicha <olivier.chapuis@free.fr>
8098 Documented the new icon style options
8102 * fvwm/icons.c (DrawIconTitleWindow):
8103 (DrawIconPixmapWindow):
8104 (setup_icon_title_size):
8105 * fvwm/style.c (style_parse_one_style_option):
8106 Fixed IconTitleRelief and IconBackgroundRelief arguments
8108 * fvwm/icons.c (GetIconPicture):
8109 (SetIconPixmapSize):
8110 Fixed IconSize style for non shaped depth > 1 pixmaps
8112 2003-01-02 Mikhael Goikhman <migo@homemail.com>
8116 * fvwm/conditional.c (CMD_On):
8119 new conditional command On for non-window related conditions
8121 * fvwm/execcontext.h:
8122 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8123 two new exec contexts for restarting
8125 2003-01-02 olicha <olivier.chapuis@free.fr>
8127 * fvwm/builtins.c (ReadMultiPixmapDecor):
8128 StretchedPixmap -> AdjustedPixmap
8131 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8132 Documented the new MultiPixmap syntax
8134 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8138 * fvwm/builtins.c (ReadTitleButton):
8140 new button state shortcuts AllActiveUp, AllActiveDown,
8141 AllInactiveUp, AllInactiveDown
8143 2002-12-31 olicha <olivier.chapuis@free.fr>
8145 * libs/PictureGraphics.c (PCopyArea):
8146 Fixed rendering of depth 1 pixmap with a mask
8148 * fvwm/update.c (apply_window_updates):
8149 Fixed icon bg cset update
8151 * fvwm/events.c (HandlePropertyNotify):
8152 * fvwm/geometry.c (move_icon_to_position):
8153 Fixed non shaped icons with a bg padding but without cs bg
8156 * fvwm/style.c (style_parse_icon_size_style):
8158 * fvwm/fvwm.h (window_style):
8159 * fvwm/add_window.c (setup_icon_size_limits):
8160 * fvwm/icons.c (SetIconPixmapSize):
8162 New option to IconSize style: Adjusted, Streched, Shrunk
8164 * fvwm/icons.c (SetIconPixmapSize):
8166 Always center the icon with IconSize if the icon has a background
8168 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8171 FvwmWindowMenu renaming; compact long diagnostics into half of line
8174 documeted and corrected new features
8177 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8178 since these are the only way currently to create themes
8183 2002-12-30 olicha <olivier.chapuis@free.fr>
8186 * fvwm/icons.c (setup_icon_title_size):
8187 (set_icon_pixmap_background):
8189 (DrawIconTitleWindow):
8190 (DrawIconPixmapWindow):
8194 * fvwm/events.c (HandleEnterNotify):
8196 (HandleLeaveNotify):
8197 (HandlePropertyNotify):
8198 * fvwm/borders.c (border_draw_decorations):
8201 * fvwm/add_window.c (setup_icon_background_parameters):
8202 (setup_icon_title_parameters):
8203 (setup_style_and_decor):
8205 * fvwm/geometry.c (move_icon_to_position):
8207 * fvwm/style.c (check_window_style_change):
8208 (update_style_colorset):
8209 (update_icon_title_cs_style):
8210 (update_icon_title_cs_hi_style):
8211 (update_icon_background_cs_style):
8214 * fvwm/update.c (apply_window_updates):
8215 New style options IconBackgroundColorset, IconTitleColorset,
8216 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8217 and IconBackgroundPadding
8219 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8222 fixed compilation without XShm
8224 * fvwm/borders.c (border_rotate_titlebar_descr):
8225 fixed warning: deprecated use of label at end of compound statement
8227 2002-12-27 olicha <olivier.chapuis@free.fr>
8229 * fvwm/ConfigFvwmDefaults:
8230 UseTitleDecorRotation is a default
8232 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8233 (do_relieve_rectangle):
8235 * fvwm/borders.c (border_draw_title_stick_lines):
8236 (border_create_root_transparent_pixmap):
8237 (border_mp_render_into_pixmap):
8238 (border_draw_decor_to_pixmap):
8239 (border_mp_render_into_pixmap):
8240 (border_mp_get_titlebar_descr):
8241 (border_mp_draw_mp_titlebar):
8242 (border_draw_decor_to_pixmap):
8243 (border_set_button_pixmap):
8244 (border_get_titlebar_draw_descr):
8245 (border_set_title_pixmap):
8246 (border_rotate_titlebar_descr):
8247 (border_get_titlebar_descr):
8248 Completed UseTitleDecorRotation
8250 2002-12-26 olicha <olivier.chapuis@free.fr>
8252 * fvwm/update.c (apply_window_updates):
8253 * fvwm/frame.c (frame_get_titlebar_dimensions):
8254 (frame_set_decor_gravities):
8255 * fvwm/borders.c (border_set_button_pixmap):
8256 (border_get_titlebar_descr):
8257 (border_draw_one_button):
8258 Buttons order follows the title text rotations.
8259 More UseTitleDecorRotation preparation
8261 * fvwm/borders.c (border_draw_decor_to_pixmap):
8264 2002-12-24 olicha <olivier.chapuis@free.fr>
8266 * fvwm/borders.c (border_mp_render_into_pixmap):
8267 (border_fill_pixmap_background):
8268 Some borders drawing fixes
8270 * libs/Graphics.c (CreateRotatedPixmap):
8271 * fvwm/geometry.c (get_title_font_size_and_offset):
8272 * fvwm/update.c (apply_window_updates):
8273 * fvwm/borders.c (border_set_button_pixmap):
8274 (border_get_titlebar_draw_descr):
8275 (border_draw_title):
8276 (border_rotate_titlebar_descr):
8277 (border_get_titlebar_descr):
8278 More UseTitleDecorRotation preparation
8280 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8282 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8283 so we won't get so many application bugs report to fvwm-workers.
8285 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8287 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8289 * fvwm/style.c (style_parse_one_style_option):
8292 * fvwm/window_flags:
8293 * fvwm/decorations.c (is_function_allowed,
8294 __is_resize_allowed):
8295 Added styles Closable, Iconifiable, Maximizable and
8296 AllowMaximizeFixedSize
8297 * fvwm/conditional.c (MatchesConditionMask,
8298 CreateConditionMask):
8299 Added conditionals Closable,Iconifiable and Maximizable
8301 Documented styles Closable, Iconifiable, Maximizable and
8302 AllowMaximizeFixedSize and conditionals
8303 Closable,Iconifiable and Maximizable
8305 2002-12-20 olicha <olivier.chapuis@free.fr>
8307 * fvwm/window_flags.h:
8309 * fvwm/update.c (apply_window_updates):
8311 * fvwm/style.c (style_parse_one_style_option):
8313 UseTitleDecorRotation style preparation
8315 * fvwm/fvwm.c (main):
8316 Use best TrueColor visual
8318 * fvwm/borders.c (border_get_border_gcs):
8319 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8320 window which may have a depth != Pdepth
8322 * fvwm/menus.c (paint_side_pic):
8323 * fvwm/menuitem.c (menuitem_paint):
8324 * fvwm/icons.c (DrawIconPixmapWindow):
8325 * fvwm/colorset.c (parse_colorset):
8326 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8329 2002-12-19 olicha <olivier.chapuis@free.fr>
8331 * libs/Graphics.c (CreateRotatedPixmap):
8333 New interface function CreateRotatedPixmap
8335 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8337 * libs/PictureGraphics.c (PCreateRenderPixmap):
8338 (PCreateDitherPixmap):
8339 * libs/Graphics.c (CreateGradientPixmap):
8340 (CreateRotatedPixmap):
8343 * libs/FShm.h (new file):
8344 * libs/FImage.h (new file):
8345 * libs/FImage.c (new file):
8347 * fvwm/fvwm.c (setVersionInfo):
8348 Added MIT Shared Memory Extension for XImage
8354 * fvwm/builtins.c (ReadDecorFace):
8356 * fvwm/borders.c (border_draw_decor_to_pixmap):
8357 (border_fill_pixmap_background):
8358 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8360 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8363 shape-and-join fixes from Nadim Shaikli (slightly modified)
8365 2002-12-16 olicha <olivier.chapuis@free.fr>
8367 * libs/PictureGraphics.h:
8368 * libs/PictureGraphics.c (PTileRectangle):
8369 (PGraphicsCreateTiledPicture):
8370 * libs/Graphics.c (CreateTiledPixmap):
8371 New interface function: PGraphicsCreateTiledPicture
8374 * fvwm/fvwm.c (CreateGCs):
8375 Added a global (Scr) alpha GC
8379 * fvwm/builtins.c (ReadMultiPixmapDecor):
8380 (update_decorface_colorset):
8382 * fvwm/borders.c (border_get_tb_parts_to_draw):
8383 (border_fill_pixmap_background):
8384 (border_setup_bar_pixmaps):
8385 (border_get_bar_pixmaps):
8386 (border_free_bar_pixmaps):
8387 (border_mp_render_into_pixmap):
8388 (border_mp_get_length):
8389 (border_mp_get_titlebar_descr):
8390 (border_mp_get_geometry):
8391 (border_mp_get_use_title_style_parts_and_geometry):
8392 (border_mp_draw_mp_titlebar):
8393 (border_draw_decor_to_pixmap):
8394 (border_draw_title_deep):
8395 (border_get_titlebar_draw_descr):
8396 (border_setup_use_title_style):
8397 (border_get_titlebar_descr_state):
8398 (border_get_titlebar_descr):
8399 (border_get_transparent_decorations_part):
8400 (border_draw_title_stick_lines):
8401 MultiPixmap can use Colorset and Solid color. Various others minor
8402 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8403 "main" drawing code and remove the #ifdef.
8404 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8405 Use the new Scr.AlphaGC.
8407 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8409 * fvwm/add_window.c (validate_transientfor):
8410 do not ignore transientfor hint for iconified windows
8412 2002-12-12 Jason Weber <baboon@imonk.com>
8415 * fvwm/conditional.c (CMD_ScanForWindow):
8418 rename ScanWindow to ScanForWindow
8420 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8422 * fvwm/menuitem.c (menuitem_paint):
8423 * fvwm/colorset.c (parse_colorset):
8424 * fvwm/icons.c (DrawIconPixmapWindow):
8425 * fvwm/focus.c (_SetFocusWindow):
8426 (_ReturnFocusWindow):
8428 (_ForceDeleteFocus):
8429 (__activate_window_by_command):
8430 patches to prevent UMR messages in memory debuggers
8432 2002-12-11 Jason Weber <baboon@imonk.com>
8434 * fvwm/fvwm.1.in: Added ScanWindow
8436 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8439 Generalized CMD_Direction into direction_cmd.
8440 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8441 Replace Cycle prefix with secondary direction argument.
8443 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8445 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8447 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8448 * fvwm/conditional.c (CreateConditionMask):
8449 Implemented conditional "FixedSize" and "HasHandles"
8451 Documented conditional options "FixedSize" and "HasHandles".
8453 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8455 * fvwm/placement.c (PlaceWindow):
8456 fixed StickyAcrossDesks w/ StartsOnPage
8460 * fvwm/ewmh_conf.c (set_state_workaround):
8461 * fvwm/update.c (apply_window_updates):
8462 * fvwm/windowlist.c (CMD_WindowList):
8463 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8464 (ewmh_WMStateSticky):
8465 * fvwm/conditional.c (CreateConditionMask):
8466 * fvwm/gnome.c (GNOME_SetHints):
8468 (GNOME_HandlePropRequest):
8469 * fvwm/placement.c (SmartPlacement):
8474 * fvwm/session.c (SaveWindowStates):
8477 * fvwm/ewmh.c (check_desk):
8478 (EWMH_SetWMDesktop):
8479 (ewmh_ComputeAndSetWorkArea):
8480 (ewmh_HandleDynamicWorkArea):
8481 (ewmh_HandleDesktop):
8484 (ewmh_HandleToolBar):
8485 * fvwm/virtual.c (UnmapDesk):
8488 (do_move_window_to_desk):
8489 * fvwm/icons.c (setup_icon_title_size):
8490 (DrawIconTitleWindow):
8493 * fvwm/borders.c (is_button_toggled):
8494 (get_common_decorations):
8495 (border_draw_title_stick_lines):
8496 * fvwm/add_window.c (AddWindow):
8497 * fvwm/move_resize.c (__move_window):
8499 (is_window_sticky_across_pages):
8500 (is_window_sticky_across_desks):
8506 (CMD_StickAcrossPages):
8507 (CMD_StickAcrossDesks):
8508 (stick_across_pages):
8509 (stick_across_desks):
8510 (handle_stick_across_desks):
8511 (handle_stick_across_pages):
8513 * fvwm/fvwm.h (struct):
8514 * fvwm/style.c (style_parse_one_style_option):
8515 (check_window_style_change):
8517 * fvwm/window_flags.h:
8518 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8519 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8522 * fvwm/focus.c (CMD_Focus):
8524 (__activate_window_by_command):
8525 (__update_windowlist):
8526 (__set_focus_to_fwin):
8528 (_ReturnFocusWindow):
8530 (_ForceDeleteFocus):
8531 fixed window list order with FlipFocus command
8533 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8537 document bidi entry undocumented in 2.5.5
8539 2002-12-06 olicha <olivier.chapuis@free.fr>
8542 Fixed the "detection" of the LINGUAS variable
8545 Added ar to ALL_LINGUAS
8548 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8550 * fvwm/move_resize.c (__resize_window):
8551 fixed handling of MontionNotify and PropertyNotify events
8553 2002-12-03 olicha <olivier.chapuis@free.fr>
8555 * fvwm/borders.c (border_draw_decor_to_pixmap):
8556 (border_get_border_background):
8557 (get_common_decorations):
8560 * fvwm/builtins.c (CMD_PrintInfo):
8561 New subject nls to PrintInfo
8563 * libs/FGettext.c (*):
8564 New command FlocalePath
8566 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8570 changed version to 2.5.6
8576 2002-12-02 olicha <olivier.chapuis@free.fr>
8578 * libs/FRenderInit.c (FRenderInit):
8579 Fixed alpha depth if !XRenderSupport
8581 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8582 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8584 * libs/PictureImageLoader.h:
8585 Fixed image loading on bigedian machine
8587 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8589 * libs/FBidi.c (FBidiConvert):
8590 several small changes
8591 * libs/FBidiJoin.c (shape_n_join):
8592 enabled a new bidi shaping code
8594 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8596 * fvwm/frame.c (frame_restore_client_gravities):
8597 (frame_free_move_resize_args):
8598 fixed a redrawing problem after shading a window
8600 2002-11-29 olicha <olivier.chapuis@free.fr>
8603 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8607 Fixed two missprints
8609 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8611 * fvwm/bindings.c (ParseBinding):
8612 fix for stroke-less compile
8614 2002-11-29 olicha <olivier.chapuis@free.fr>
8616 * fvwm/commands.h (enum):
8617 * fvwm/functable.c (func_table):
8618 * fvwm/builtins.c (CMD_LocalePath):
8619 * libs/FGettext.c (FGettextSetLocalePath):
8621 Preparation for LocalePath command
8623 * fvwm/screen.h (ScreenInfo):
8624 * fvwm/fvwm.c (CreateGCs):
8625 Rename Scr.TileGC to Scr.BordersGC
8628 A libintl autoconf fix
8630 * libs/Colorset.c (CreateBackgroundPixmap):
8631 Do not grab the server when we dump the E setroot pixmap
8633 2002-11-29 olicha <olivier.chapuis@free.fr>
8640 Added NLS support with gnu gettext
8642 * fvwm/fvwm.c (main):
8645 * fvwm/expand.c (expand_vars_extended):
8646 New extanded variable $[gt.any_string]
8648 * fvwm/virtual.c (CMD_DesktopName):
8649 * fvwm/windowlist.c (get_desk_title):
8650 * fvwm/expand.c (expand_vars_extended):
8651 * fvwm/fvwm.c (SetRCDefaults):
8652 * fvwm/ConfigFvwmSetup:
8653 Mark some strings to be translated
8655 * libs/FGettext.c (new file):
8656 * libs/FGettext.c (new file):
8658 gnu gettext libintl warper
8660 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8662 * fvwm/add_window.c (RestoreWithdrawnLocation):
8663 rixed rxvts with S/E gravity travelling off screen upon recapture after
8666 * fvwm/events.c (__handle_key_event):
8667 * fvwm/bindings.c (activate_binding):
8668 (__rebind_global_key):
8669 fixed unbinding pointerkey bindings removing the grab for this key
8672 * fvwm/events.c (__is_bpress_window_handled):
8673 fixed click on override redirect windows being handled by the root
8676 * fvwm/misc.c (GrabEm):
8677 confine the pointer to the root window when grabbed
8679 * fvwm/events.c (HandleUnmapNotify):
8680 fixed reparenting problem with restarts from desks != 0
8682 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8685 removed experimental code
8687 2002-11-28 olicha <olivier.chapuis@free.fr>
8689 * fvwm/borders.c (border_get_border_background):
8690 (border_draw_decor_to_pixmap):
8691 (border_fill_pixmap_background):
8692 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8695 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8697 * fvwm/fvwm.c (InitVariables):
8698 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8700 * fvwm/virtual.c (CMD_EdgeScroll):
8703 * fvwm/ConfigFvwmDefaults:
8704 do not include empty ConfigFvwmProxyDefaults, added one binding
8706 2002-11-26 olicha <olivier.chapuis@free.fr>
8708 * libs/Colorset.c (CreateBackgroundPixmap):
8709 * fvwm/colorset.c (parse_colorset):
8710 Be more safe with the E root pixmap
8712 2002-11-25 olicha <olivier.chapuis@free.fr>
8714 * fvwm/move_resize.c (__move_loop):
8715 Redraw the transparent decoration parts when a move is abored
8717 * fvwm/colorset.c (parse_colorset):
8718 Fixed the fgsh Colorset colors when the Image change but not the bg
8720 2002-11-24 Jason Weber <baboon@imonk.com>
8722 * fvwm/conditional.c (CMD_Direction):
8723 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8724 eventual traversal of all windows over repeated calls. It also cycles
8725 back to the opposite extent when it hits the limit in the given
8728 2002-11-22 olicha <olivier.chapuis@free.fr>
8731 * fvwm/borders.c (get_common_decorations):
8732 (border_get_parts_and_pos_to_draw):
8733 (border_get_changed_border_parts):
8734 (border_get_frame_pixmap, new):
8735 (border_get_border_background):
8736 (border_draw_one_border_part):
8737 (border_draw_decorations):
8738 (border_get_tb_parts_to_draw):
8739 (border_fill_pixmap_background):
8740 (border_get_titlebar_descr_state, new):
8741 (border_draw_titlebar):
8742 (border_setup_bar_pixmaps, new):
8743 (border_get_bar_pixmaps, new):
8744 (border_free_bar_pixmaps, new):
8745 (border_setup_use_title_style, new):
8746 (border_set_button_pixmap):
8747 (border_set_title_pixmap):
8748 (border_draw_one_button):
8749 (border_set_button_pixmap):
8750 (border_draw_title_deep):
8751 (border_get_transparent_decorations_part, new):
8752 Title, Border and Buttons Style Colorset Option: Drawing
8754 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8757 * fvwm/frame.c (__frame_setup_window):
8758 (frame_has_handles_and_tiled_border):
8759 (frame_create_move_resize_args):
8760 (frame_free_move_resize_args):
8761 Title, Border and Buttons Style Colorset Option: External drawing
8762 stuff. Basically additional redrawing for RootTransparent
8764 * fvwm/builtins.c (update_decorface_colorset, new):
8765 (update_titlebutton_colorset, new):
8766 (update_decors_colorset, new):
8767 (update_fvwm_colorset):
8768 Title, Border and Buttons Style Colorset Option: Dynamic updating
8771 * fvwm/builtins.c (ReadDecorFace):
8772 Title, Border and Buttons Style Colorset Option: Configuration
8774 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8776 Title, Border and Buttons Style Colorset Option: Convinent macros and
8779 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8781 * libs/Makefile.am: Add missing Bindings.h.
8783 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8785 * fvwm/move_resize.c (__move_loop):
8786 send M_CONFIGURE_WINDOW only when the window actually moves
8788 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8795 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8796 with minor improvements; it is disabled for now (#if 0) since
8797 some Arabic chars cause core dump
8799 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8801 * fvwm/fvwm.1.in (Examples):
8802 added documentation of Icon option for PlaceAgain command
8804 * fvwm/events.c (__handle_key_event):
8805 fixed global key binding problem
8807 2002-11-15 olicha <olivier.chapuis@free.fr>
8809 * libs/Bindings.c (MatchBindingExactly):
8810 (__compare_binding):
8811 compile fixes w/o stroke lib
8814 * fvwm/geometry.c (get_title_font_size_and_offset):
8815 * fvwm/builtins.c (do_title_style):
8816 New MinHeight option to TitleStyle
8818 2002-11-15 olicha <olivier.chapuis@free.fr>
8820 * fvwm/builtins.c (update_fvwm_colorset):
8825 * fvwm/colorset.c (update_root_transparent_colorset):
8826 Fixed update of the RootTransparent colorset in fvwm
8828 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8830 * libs/Bindings.c (__compare_binding):
8831 (MatchBindingExactly):
8832 compoile fixes w/o stroke lib
8834 2002-11-14 olicha <olivier.chapuis@free.fr>
8839 Removed any reference on "xft and flickering"
8841 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8843 * fvwm/eventmask.h (XEVMASK_ICONW):
8844 * fvwm/events.c (HandleKeyRelease):
8846 (__handle_key_event):
8847 * fvwm/bindings.c (ParseBinding):
8849 * libs/Bindings.h (enum):
8850 implemented key release bindings; prefix the key name with a '-';
8851 does not work well with some applications
8853 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8858 * fvwm/bindings.c (ParseBinding):
8861 (bind_get_bound_button_contexts):
8867 (RemoveMatchingBinding):
8872 (GrabAllWindowKeysAndButtons):
8873 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8874 * fvwm/events.c (__handle_bpress_on_root):
8875 (__handle_bpress_on_managed):
8876 (HandleButtonRelease):
8877 * fvwm/builtins.c (CMD_Wait):
8879 * libs/fvwmlib.h (enum):
8880 fixed Key vs. PointerKey with "A"ny context
8882 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8884 * fvwm/icons.c (Iconify):
8885 icon placement safety patch
8887 fixed initial position of application provided icon windows
8889 * fvwm/session.c (LoadWindowStates):
8890 fixed parsing of strings beginning with whitespace in session file
8892 * fvwm/fvwm.1.in (Note):
8893 * fvwm/style.c (style_set_old_focus_policy):
8894 * libs/defaults.h (DEF_FP_MODIFIERS):
8895 set default modifiers for raising/focusing to N again
8897 2002-11-11 olicha <olivier.chapuis@free.fr>
8900 * fvwm/fvwm.c (main):
8902 named-palette -> visual-palette, -N -> -P
8904 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8906 * fvwm/ConfigFvwmDefaults:
8907 include ConfigFvwmProxyDefaults
8909 * fvwm/fvwm.c (usage):
8910 polished usage message
8912 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8914 * fvwm/fvwm.c (usage):
8916 cleaned up usage and error messages
8917 use short option names in usage message an man page synopsis
8918 all options are case sensitive
8919 do not mention the "-" style long options in the man page; instead use
8922 * fvwm/add_window.c (setup_frame_window):
8923 * fvwm/events.c (HandleMapNotify):
8924 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8925 fixed empty decorations after recapture
8927 * fvwm/geometry.c (get_icon_geometry):
8928 * fvwm/icons.c (clear_icon):
8929 fixed icon jumping to 0 0 when the icon layout changes after the icon
8930 has been moved manually
8932 * fvwm/move_resize.c (__move_icon):
8933 fixed MoveToPage with icons
8935 2002-11-09 olicha <olivier.chapuis@free.fr>
8937 * libs/Fft.c (FftGetRotatedFont):
8940 Check the return result of FftPatternGetMatrix
8943 * libs/PictureBase.h:
8946 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8948 * fvwm/ewmh_conf.c (set_state_workaround):
8949 * fvwm/functable.c (func_table):
8950 * fvwm/update.c (apply_window_updates):
8951 * fvwm/windowlist.c (CMD_WindowList):
8952 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8953 (ewmh_WMStateSticky):
8954 * fvwm/conditional.c (CreateConditionMask):
8955 (CreateConditionMask):
8956 * fvwm/gnome.c (GNOME_SetHints):
8958 (GNOME_HandlePropRequest):
8959 * fvwm/placement.c (SmartPlacement):
8964 * fvwm/session.c (SaveWindowStates):
8966 * fvwm/ewmh.c (check_desk):
8967 (EWMH_SetWMDesktop):
8968 (ewmh_ComputeAndSetWorkArea):
8969 (ewmh_HandleDynamicWorkArea):
8970 (ewmh_HandleDesktop):
8973 (ewmh_HandleToolBar):
8974 * fvwm/virtual.c (UnmapDesk):
8978 (do_move_window_to_desk):
8979 * fvwm/icons.c (setup_icon_title_size):
8980 (DrawIconTitleWindow):
8983 * fvwm/borders.c (is_button_toggled):
8984 (get_common_decorations):
8985 (border_draw_title_stick_lines):
8986 * fvwm/add_window.c (AddWindow):
8987 * fvwm/move_resize.c (__move_window):
8988 (is_window_sticky_on_page):
8989 (is_window_sticky_on_desk):
8995 (handle_stick_page):
8996 (handle_stick_desk):
8997 (__handle_stick_exit):
9000 * fvwm/style.c (style_parse_one_style_option):
9001 (check_window_style_change):
9004 New Style options stickypage and stickydesk
9005 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
9006 StickyDesk, OnlyStickyPage, OnlyStickyDesk
9007 New conditions StickyPage and StickyDesk
9008 New commands StickPage and StickDesk
9010 * fvwm/move_resize.c (__move_window):
9011 do not unstick a window when using MoveToScreen
9017 * fvwm/functable.c (func_table):
9018 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
9019 renamed EWMHBaseStrut to EwmhBaseStruts
9021 * fvwm/style.c (style_set_old_focus_policy):
9022 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
9023 (style_parse_one_style_option):
9024 renamed "Border" style to "Borders"
9025 removed "NoBorder" style; use !Borders instead
9026 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
9027 renamed PlacmentOverlapPercentPenalties to
9028 MinOverlapPercentPlacementPenalties
9035 Fixed compiler warnings
9037 2002-11-09 Mikhael Goikhman <migo@homemail.com>
9040 autogenerate FvwmWindowLister files
9043 mention fvwm-menu-directory and fvwm-menu-desktop as examples
9044 of MissingSubmenuFunction and DynamicPopupAction
9046 2002-11-08 olicha <olivier.chapuis@free.fr>
9048 * libs/PictureUtils.c (alloc_color_proportion):
9049 (alloc_color_proportion_dither):
9050 (alloc_color_proportion_grey):
9052 (free_colors_in_table):
9054 (init_static_colors_table):
9055 (PictureFreeColors):
9056 (PictureInitColors):
9057 (PicturePrintColorInfo):
9058 Fixed StaticColor visual. Rename some of the color allocators. Clean up
9061 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9063 * fvwm/move_resize.c (__move_window):
9064 ignore MoveToPage with sticky windows
9066 * fvwm/conditional.c (Circulate):
9068 Next and Prev commands begin looking at the context window, if any
9070 * fvwm/focus.c (__focus_grab_buttons):
9071 fixed initial button grabbing on client window
9073 * fvwm/stack.c (BroadcastRestack):
9074 split long packets, fixed a bug and cleaned up
9076 * libs/Module.c (ReadFvwmPacket):
9077 ignore packets that are too long
9080 document PopupDelay and PopdownDelay defaults
9082 2002-11-06 olicha <olivier.chapuis@free.fr>
9084 * libs/Fft.c (FftGetFont):
9085 (FftGetRotatedFont):
9086 Use a more perfectioned method for loading font with Xft/Fc. This
9087 method allows sanity check. Preserve the matrix when rotating
9090 * libs/Flocale.c (FlocaleGetMinOffset):
9091 (FlocaleRotateDrawString):
9092 (FlocaleGetFontSet):
9094 * libs/Fft.c (FftDrawString):
9096 * libs/FftInterface.h:
9097 * fvwm/geometry.c (get_title_font_size_and_offset):
9098 Move the computation of the good "y" for drawing text into Flocale.
9099 Use the max ascent, descent and height for font metric (in the place
9102 * libs/Flocale.c (FlocalePrintLocaleInfo):
9104 * libs/Fft.c (FftPrintPatternInfo):
9106 * fvwm/builtins.c (CMD_PrintInfo):
9109 New option "Locale" to PrintInfo Command
9111 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9113 * fvwm/events.c (HandleExpose):
9116 2002-11-04 Dan Espen <dane@mk.telcordia.com>
9118 * fvwm/fvwm.1.in: colour -> color
9121 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9124 * fvwm/fvwm.c (usage):
9128 2002-11-04 olicha <olivier.chapuis@free.fr>
9131 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9133 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9135 (PictureFreeColors):
9136 (PicturePrintColorInfo):
9137 Trace colours allocation out of the pallet in depth <= 8. Better
9138 information on coulours
9140 * libs/Fft.c (FftGetRotatedFont):
9142 Fixed rotated font when the original font has a matrix
9144 * libs/PictureBase.c (PictureInitCMapRoot):
9145 * libs/PictureUtils.h:
9146 * libs/PictureUtils.c (PictureInitColors):
9147 (PictureAllocColorTable):
9148 * libs/PictureBase.h (PictureColorLimitOption):
9149 * fvwm/fvwm.c (main):
9151 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9152 -named-pallet. -color-limit now take only integer argument.
9155 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9157 * libs/Module.h (struct):
9158 new type FvwmWinPacketBodyHeader to access the standard fields in a
9159 packet with a window
9161 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9166 * fvwm/functable.c (func_table):
9168 * fvwm/style.c (style_parse_one_style_option):
9169 (parse_and_set_window_style):
9173 added a new command FocusStyle as a shorthand for
9174 "Style * FP..., FP..."
9176 * fvwm/builtins.c (__parse_vector_line_one_coord):
9177 (__parse_vector_line):
9179 split vector line parsing into sub functions
9181 fixed core dump in vector button offset patch
9183 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9185 * fvwm/screen.h (vector_coords):
9186 added fields for offsets
9187 * fvwm/builtins.c (ReadDecorFace):
9188 rewrote parser for vector definitions to accept optional offsets
9189 * fvwm/fvwm.c (LoadDefaultLeftButton):
9190 (LoadDefaultRightButton)
9191 set default values for offsets
9192 * fvwm/borders.c (border_draw_vector_to_pixmap):
9193 updated XDrawLine call to take offsets into account
9195 documented new options for vector offsets
9197 2002-11-01 olicha <olivier.chapuis@free.fr>
9199 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9200 Fixed icon tint pixel, it was set to icon tint percent during some
9203 2002-10-31 olicha <olivier.chapuis@free.fr>
9205 * libs/PictureUtils.c (PictureAllocColorImage):
9206 (PictureOpenImageColorAllocator):
9207 (PictureCloseImageColorAllocator):
9208 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9211 (PImageCreatePixmapFromArgbData):
9212 (PImageLoadPixmapFromFile):
9213 * libs/PictureBase.h (FvwmPictureThing):
9214 (PictureImageColorAllocator):
9216 * libs/Picture.c (PDestroyFvwmPicture):
9217 (PLoadFvwmPictureFromPixmap):
9218 * libs/Graphics.c (CreateGradientPixmap):
9220 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9221 Added a new way to allocate colors for image and gradient. This method
9222 allows, in particular, to save (in a "fast" way) the allocated pixels
9223 with a minimal memory usage.
9224 Fixed color leaks for png, ewmh and dithered xpm images.
9226 * fvwm/add_window.c (destroy_icon):
9227 * fvwm/fvwm.h (FvwmWindow):
9228 * fvwm/icons.c (GetIconFromFile):
9231 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9235 * fvwm/stack.c (enum):
9236 (position_new_window_in_stack_ring):
9238 (must_move_transients):
9241 (__raise_lower_recursion):
9242 (__raise_or_lower_window):
9243 (raise_or_lower_window):
9244 (collect_transients_recursive):
9245 (__is_restack_transients_needed):
9247 (CMD_RestackTransients):
9248 new command RestackTransients which works like Raise and Lower but does
9249 not restack windows that are not transient
9250 renamed some functions
9254 corrected cursor movement key bindings
9256 * fvwm/bindings.c (activate_binding):
9257 fixed problem w/ bindings being overridden by applications OpenOffice
9260 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9267 include FvwmProxy to build
9269 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9272 exclude FvwmProxy from build
9278 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9281 added FvwmProxy module
9283 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9286 * fvwm/windowlist.c (CMD_WindowList):
9287 renamed SortClassName to SortByClass
9289 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9291 * fvwm/menustyle.c (menustyle_update):
9292 (menustyle_parse_style):
9293 (menustyle_get_styleopt_index):
9294 (menustyle_parse_style):
9295 (CMD_CopyMenuStyle):
9297 removed HilightRelief MenuStyle and hard coded it
9299 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9301 * fvwm/menus.c (make_menu_window):
9302 fixed updating menu background with "Menustyle * Background"
9304 * fvwm/stack.c (__get_stacking_sibling):
9306 fixed another stacking problem
9308 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9312 corrected and lined up several help lines
9315 added --enable-xinerama-emulation description
9317 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9319 * fvwm/stack.c (restack_windows):
9320 (__get_stacking_sibling):
9321 fixed another stacking problem
9323 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9325 * fvwm/add_window.c (AddWindow):
9326 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9327 windows starting lowered or on other layers in FvwmPager
9329 * fvwm/stack.c (restack_windows):
9330 (__get_visible_window):
9331 fixed a stacking problem with layers
9333 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9335 * fvwm/functable.c (func_table):
9338 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9342 * fvwm/windowlist.c:
9343 new WindowList option SortByResource
9345 * fvwm/style.c (check_window_style_change):
9346 * libs/FlocaleCharset.c:
9350 place recent authors to the top, not bottom
9353 corrected typo in error message
9355 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9357 * fvwm/fvwm.1.in: Lang check done.
9359 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9362 work on new menu loop code
9368 * fvwm/menus.c (__mloop_handle_event):
9369 (__mloop_get_event):
9370 (__mloop_handle_action_with_mi):
9371 * fvwm/menus.h (MenuReturn):
9372 renamed MenuReturn member menu to target_menu
9374 * fvwm/menus.c (__mloop_handle_event):
9375 * fvwm/menus.h (MenuReturn):
9376 removed a "write only" member of MenuReturn
9378 * fvwm/conditional.c (circulate_cmd):
9379 fixed the "Any" command
9381 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9383 * fvwm/stack.c (mark_transient_subtree):
9384 fixed stack ring corruption with iconified transients
9386 fixed a problem with lowering windows below the icons of their
9389 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9395 * libs/PictureBase.h:
9399 renamed colorset_struct to colorset_t
9401 2002-10-22 olicha <olivier.chapuis@free.fr>
9403 * libs/PictureUtils.c:
9404 Minor fixes and add #if O experimental code
9406 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9408 * fvwm/icons.c (DrawIconPixmapWindow):
9410 * fvwm/events.c (HandlePropertyNotify):
9411 * libs/Fft.c (FftDrawString):
9412 * libs/Colorset.c (DumpColorset):
9414 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9415 use renamed colorset_struct members
9417 * libs/Colorset.h (colorset_struct):
9418 renamed and re-sorted members and cut down bit field lengths for
9421 * fvwm/menustyle.c (menustyle_update):
9424 * fvwm/stack.c (restack_windows):
9425 fixed flickering when raising transients; can't prevent flickering when
9426 lowering a window completely
9428 fixed unnecessary error message
9430 * fvwm/fvwm.c (main):
9433 * fvwm/stack.c (__restack_window):
9434 fixed a stacking problem with icons
9436 * fvwm/add_window.c (destroy_icon):
9439 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9441 * fvwm/menuitem.c (menuitem_paint):
9442 * fvwm/menustyle.c (menustyle_parse_style):
9443 * fvwm/menus.c (paint_side_pic):
9446 (repaint_transparent_menu):
9447 * fvwm/menustyle.h (MenuLook):
9448 cleaned up menu drawing code, fixed last patch
9450 * fvwm/menuitem.c (menuitem_paint):
9451 * fvwm/menustyle.c (menustyle_parse_style):
9452 fixed HilightBack default
9454 * fvwm/bindings.c (binding_cmd):
9455 (bind_get_bound_button_contexts):
9457 * fvwm/screen.h (ScreenInfo):
9458 fixed mouse bindings with buttons > 5
9460 * fvwm/menuitem.c (menuitem_paint):
9461 * fvwm/menustyle.c (menustyle_parse_style):
9462 (menustyle_parse_style):
9463 (CMD_CopyMenuStyle):
9466 * fvwm/menus.c (repaint_transparent_menu):
9468 HilightBack and ActiveFore are now independent
9470 2002-10-18 olicha <olivier.chapuis@free.fr>
9472 * libs/PictureUtils.c (get_color_index):
9473 (create_mapping_table):
9474 (PictureAllocColorTable):
9475 Use a new distance and method for color approximation. Use 68 colors
9476 for the default under depth 8. I am happy with this, should use a
9477 similar distance method for dithering
9479 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9480 (PictureAllocColorTable):
9481 (PictureDitherByDefault):
9484 (PicturePrintColorInfo):
9485 * libs/PictureUtils.h:
9486 Allows -color-limit to work with any visual and depth for testing
9487 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9490 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9492 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9494 * fvwm/add_window.c (get_default_window_attributes):
9497 * fvwm/builtins.c (CMD_ChangeDecor):
9498 removed some duplicate redrawing
9500 * fvwm/update.c (apply_decor_change):
9501 suppress duplicate window update upon ChangeDecor
9502 (apply_window_updates):
9503 do not delete the focus window
9505 2002-10-17 olicha <olivier.chapuis@free.fr>
9510 * libs/Colorset.c (CreateBackgroundPixmap):
9511 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9513 * fvwm/builtins.c (CMD_Colorset):
9514 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9516 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9518 * fvwm/add_window.c (AddWindow):
9519 * fvwm/update.c (apply_window_updates):
9520 * fvwm/move_resize.c (handle_stick):
9522 suppress drawing of sticky decorations initially
9523 reduce module communication overhead when (un)sticking windows
9525 * fvwm/borders.c (border_draw_decorations):
9526 * fvwm/window_flags.h:
9528 * fvwm/frame.c (frame_create_move_resize_args):
9529 (get_resize_decor_gravities_one_axis):
9530 (frame_mrs_setup_draw_decorations):
9532 initialize window decorations with a "None" pixmap;
9533 delay drawing window decorations initially to prevent drawing multiple
9535 => windows grabbing the focus upon startup are drawn focused
9538 * fvwm/frame.c (frame_free_move_resize_args):
9539 reparent the frame hide windows to NoFocusWin instead of Root to
9540 suppress unnecessary ReparentNotify events
9542 2002-10-16 olicha <olivier.chapuis@free.fr>
9544 * fvwm/fvwm.c (main):
9548 Fixed compilation with X cvs
9550 * libs/Colorset.c (CreateBackgroundPixmap):
9553 * fvwm/events.c (HandlePropertyNotify):
9554 * fvwm/colorset.c (update_root_pixmap):
9555 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9556 to found a root pixmap
9558 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9560 * fvwm/bindings.c (bind_get_bound_button_contexts):
9561 another mouse binding fix
9563 * fvwm/conditional.c (CreateConditionMask):
9565 all conditions have a negation with '!' prepended
9569 Current, All, Pick, ThisWindow and PointerWindow imply the
9570 CirculateHitShaded condition.
9572 * fvwm/focus.c (__focus_grab_buttons):
9573 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9574 fixed bindings using mouse buttons >= 6
9576 2002-10-15 olicha <olivier.chapuis@free.fr>
9578 * libs/PictureUtils.c (PicturePrintColorInfo):
9581 * fvwm/functable.c (func_table):
9582 * fvwm/builtins.c (CMD_PrintInfo):
9584 New cmd PrintInfo. Only one arg at present time: "Colors"
9586 * fvwm/fvwm.c (main):
9587 Auto detect card with 2 hardware colormaps and choose the best
9590 * libs/PictureUtils.c (PictureInitColors):
9592 * libs/PictureUtils.h:
9593 * fvwm/fvwm.c (main):
9594 * libs/PictureBase.c (PictureInitCMapRoot):
9596 * libs/PictureBase.h:
9597 Try to support DirectColor visual in a good way, I do not think
9598 this is really useful.
9599 Added a flexible interface function PictureInitColors for
9600 colors allocation initialization.
9601 Some cleanup in color allocation and some preparation for a new
9602 method for saving and freeing colors allocated by images and gradients.
9603 Removed some ifdefed to 0 debug code.
9605 * libs/Picture.c (*):
9607 * libs/PictureImageLoader.c (*):
9608 * libs/PictureImageLoader.h:
9611 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9613 * fvwm/add_window.c (setup_key_and_button_grabs):
9614 * fvwm/bindings.c (ParseBinding):
9616 * fvwm/add_window.c (setup_key_and_button_grabs):
9617 don't grab window context specific bindings anymore; instead, set
9618 Scr.buttons2grab accordingly
9620 * fvwm/bindings.c (activate_binding):
9621 fixed stroke bindings on window context being ignored if no other
9622 action was bound to that context
9624 * fvwm/add_window.c (destroy_icon):
9625 fixed duplicate icon pixmap when switching from NoIconOverride to
9628 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9631 re-indented some code
9633 fixed random position of icon title for icons with a position hint
9636 corrected default of Use/NoIconPosition style
9638 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9640 * fvwm/windowlist.c (CMD_WindowList):
9641 fixed random string for iconified windows in the WindowList
9643 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9648 2002-10-08 olicha <olivier.chapuis@free.fr>
9650 * libs/PictureBase.c (*):
9651 (PictureInitCMapRoot)
9652 (PictureSetupWhiteAndBlack):
9653 (PictureWhitePixel):
9654 (PictureBlackPixel):
9656 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9657 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9658 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9659 but always use the root visual and allows to set or not a private
9661 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9662 but which respects the Pvisual
9664 * libs/PictureGraphics.c (*):
9665 * libs/FScreen.c (FScreenInit):
9666 * libs/FRender.c (FRenderRender):
9667 * libs/Fft.c (FftDrawString):
9668 * fvwm/icons.c (CreateIconWindow):
9669 * fvwm/colorset.c (parse_colorset):
9670 * fvwm/move_resize.c (CMD_XorValue):
9671 * fvwm/colorset.c (alloc_colorset):
9672 * fvwm/fvwm.c (main):
9673 Use the new interface functions and some fix if the fvwm depth !=
9676 * libs/PictureUtils.c (PictureAllocColorTable):
9677 Change the default color table to a 4x4x4 cc + 4 grey
9679 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9681 * fvwm/fvwm.1.in: Use built-in, not builtin.
9683 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9686 s/FvwmNewDebug/FvwmDebug/
9689 * fvwm/conditional.c (CMD_NoWindow):
9692 new command NoWindow to remove window context
9695 use "fvwm" spelling, at least in the middle of sentences
9697 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9699 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9700 builtin commands. Use "builtin", not "built in" or "built-in".
9703 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9705 * libs/Graphics.c (do_relieve_rectangle):
9706 removed debug message
9708 * fvwm/focus.c (__update_windowlist):
9709 (__set_focus_to_fwin):
9710 fixed reversal of __update_windowlist arguments causing FlipFocus to
9711 break [and maybe other things]
9713 2002-10-05 olicha <olivier.chapuis@free.fr>
9715 * libs/PictureUtils.c (alloc_color_cube):
9716 It si possible to enable "gamma correction" for colors cubes (disabled,
9717 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9719 * libs/PictureUtils.c (get_color_index):
9720 (create_mapping_table):
9721 Use a more exact approximation of colors for pur cc without the big
9724 * libs/PictureUtils.c (PictureFreeColors):
9727 * libs/Graphics.c (CreateGradientPixmap):
9728 (CreateGradientPixmapFromString):
9731 2002-10-04 olicha <olivier.chapuis@free.fr>
9733 * libs/PictureUtils.c (*):
9734 Used a better color approximation for color cube when we do not dither.
9735 Added some new colors tables: color cube with some grey colors.
9736 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9739 * fvwm/fvwm.c (main):
9740 Fixed the visual option
9742 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9745 generate FvwmNewDebug and FvwmGtkDebug
9747 2002-10-02 olicha <olivier.chapuis@free.fr>
9749 * libs/PictureUtils.c (USED_DIST):
9750 Used the euclidian distance for colors distance
9752 * libs/Fft.c (FftGetFont):
9753 Disable Xft if the Xserver does not support XRender
9755 2002-10-01 olicha <olivier.chapuis@free.fr>
9757 * libs/Fft.c (FftGetFont):
9758 Disable Xft if the Xserver does not support XRender
9760 * libs/FRender.c (FRenderRender):
9761 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9764 * libs/Colorset.c (SetRectangleBackground):
9765 (SetClippedRectangleBackground):
9767 New interface function for drawing a subset of a colorset rectangle
9769 2002-09-26 olicha <olivier.chapuis@free.fr>
9771 * fvwm/update.c (apply_window_updates):
9772 Fixed icons colorset update
9774 * libs/FRender.c (FRenderRender):
9775 Fixed bitmap rendering
9777 * fvwm/update.c (apply_window_updates):
9778 * fvwm/geometry.c (move_icon_to_position):
9779 * fvwm/events.c (HandleEnterNotify):
9781 (HandleLeaveNotify):
9782 (HandlePropertyNotify):
9783 * fvwm/add_window.c (setup_icon_font):
9784 * fvwm/icons.c (DrawIconWindow):
9785 (DrawIconTitleWindow):
9786 (DrawIconPixmapWindow):
9789 Fixed focus/unfocus flickering
9791 2002-09-25 olicha <olivier.chapuis@free.fr>
9793 * fvwm/icons.c (DrawIconTitleWindow):
9794 One more drawing fix
9796 2002-09-24 olicha <olivier.chapuis@free.fr>
9798 * fvwm/icons.c (DrawIconTitleWindow):
9799 An other drawing fix
9801 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9803 * fvwm/move_resize.c (__move_loop):
9804 fixed uninitialised variable
9806 fixed starting move at random position
9808 2002-09-24 olicha <olivier.chapuis@free.fr>
9810 * fvwm/update.c (apply_window_updates):
9811 * fvwm/geometry.c (move_icon_to_position):
9812 * fvwm/events.c (HandleEnterNotify):
9814 (HandleLeaveNotify):
9815 (HandlePropertyNotify):
9816 * fvwm/add_window.c (setup_icon_font):
9817 * fvwm/icons.c (DrawIconWindow):
9818 (DrawIconTitleWindow):
9819 (DrawIconPixmapWindow):
9822 Fixed icon drawing. Split icon window drawing.
9824 * libs/FRender.c (*):
9825 Fixed compilation and small clean up
9827 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9829 * fvwm/conditional.c (CreateFlagString):
9830 fixed quoting in conditional command conditions
9832 * fvwm/menus.c (__mloop_handle_event):
9833 removed unnecessary querying of pointer position on button release in
9838 * fvwm/bindings.c (ParseBinding):
9839 increased maximum allowed key symbol name length to 200 characters
9841 * fvwm/execcontext.h (enum):
9842 * fvwm/fvwm.c (Done):
9848 * fvwm/execcontext.h (enum):
9849 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9851 * fvwm/menus.c (pop_menu_up):
9852 fixed accidental menu animation with certain menu position hints
9854 2002-09-23 olicha <olivier.chapuis@free.fr>
9856 * libs/FRender.c (*):
9857 Fixed(?) XRender rendering with some Xserver
9859 * fvwm/update.c (apply_window_updates):
9860 * fvwm/geometry.c (move_icon_to_position):
9861 * fvwm/events.c (HandleEnterNotify):
9863 (HandleLeaveNotify):
9864 (HandlePropertyNotify):
9865 * fvwm/add_window.c (setup_icon_font):
9866 * fvwm/icons.c (DrawIconWindow):
9869 Clip text and icon drawing for the icons
9871 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9875 Path commands now support form: "path1;ext1:path2:path3;ext3"
9876 where ext1 (for example, ".png") means all files in path1 should
9877 be forced to have extention ".png" even if the requested icon
9878 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9880 * fvwm/execcontext.h:
9881 small changes in latters used for EXCT_* constants
9883 * fvwm/module_interface.c:
9885 * libs/PictureBase.c:
9887 some spacing reindentation
9889 2002-09-21 olicha <olivier.chapuis@free.fr>
9891 * libs/FRender.c (FRenderCompositeAndCheck):
9892 Temporally take GraphicsExposure in account
9894 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9897 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9899 2002-09-20 olicha <olivier.chapuis@free.fr>
9901 * fvwm/icons.c (GetIconPicture):
9902 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9903 Fixed the alpha channel
9905 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9910 2002-09-20 olicha <olivier.chapuis@free.fr>
9912 * libs/FRender.c (FRenderTintPicture):
9913 (FRenderTintRectangle):
9915 * libs/FRenderInterface.h:
9916 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9917 Make FRender code more modular. Add a 24+8 tinting method and enable it
9918 in the place of the 32 tinting method (which can be enabled by defining
9919 USE_ABSOLUTE_FORMATE)
9921 2002-09-19 olicha <olivier.chapuis@free.fr>
9923 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9924 (animated_move_back):
9926 (repaint_transparent_menu):
9927 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9928 (AnimatedMoveAnyWindow):
9929 * fvwm/move_resize.h:
9930 Support the new colorset transparent options and fix greyed item
9931 of transparent animated menus
9933 * fvwm/menus.c (pop_menu_up):
9934 (animated_move_back):
9936 * libs/Rectangles.c:
9937 * libs/Rectangles.h:
9939 New libs files for rectangles, segments, regions ..etc
9941 * fvwm/menus.c (clear_expose_menu_area):
9942 (get_menu_paint_item_parameters):
9945 (ParentalMenuRePaint):
9946 (ParentalMenuRePaint):
9947 * fvwm/menuitem.c (clear_menu_item_background):
9949 * fvwm/menuitem.h (MenuPaintItemParameters):
9950 Clip the item icons and text drawing
9952 * fvwm/menus.c (__mloop_exit):
9953 Fixed an indirect uninitialized variable bug
9955 * fvwm/menus.c (__mloop_handle_event): *
9956 (__mloop_handle_action_with_mi): *
9957 Update some comments
9959 * libs/FRender.c (FRenderVisualInit):
9961 * fvwm/colorset.c (parse_colorset):
9964 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9966 * fvwm/menus.c (__menu_loop):
9967 (__mloop_handle_action_with_mi):
9968 fixed parent menu redrawing
9970 * fvwm/style.c (check_window_style_change):
9971 * fvwm/update.c (apply_window_updates):
9972 * fvwm/add_window.c (setup_icon_size_limits):
9973 honour changes in IconSize style without recapture
9975 * fvwm/focus.c (focus_query_open_grab_focus):
9976 * fvwm/events.c (HandlePropertyNotify):
9977 * fvwm/add_window.c (setup_transientfor):
9978 take care of various funny initial transientfor settings
9980 * fvwm/stack.c (__raise_lower_recursion):
9982 fixed stacking core dump
9984 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9990 added a program that tests for -Werror option and similar; bug out of
9991 configure if the test program doesn't compile
9993 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9997 add a "do not edit" warning at the beginning of the man page
10000 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
10002 * libs/FScreen.c (XineramaQueryScreens):
10003 fixed linking problem when compiling without Xinerama
10005 * fvwm/cursor.c (CMD_CursorStyle):
10006 fixed cursorstyle command being applied to windows without handles
10008 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
10009 (EWMH_ProcessPropertyNotify):
10010 * fvwm/gnome.h (GNOME_ProcessClientMessage):
10011 (GNOME_HandlePropRequest):
10012 fixed dummy macros when compiling without gnome/ewmh support
10014 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10016 * libs/queue.c (fqueue_add_inside):
10017 add a new command with the same execution time as a previous one behind
10021 override CFLAGS and CPPFLAGS with empty strings instead of generating an
10024 * fvwm/functions.c (__execute_function):
10025 * fvwm/execcontext.h (exec_context_type_t):
10026 replace enum values with letters for readability
10028 * fvwm/functions.c (__execute_function):
10029 improved command log output
10031 * fvwm/schedule.c (execute_obj_func):
10032 fixed schedule queue timing
10035 refuse to run configure if CFLAGS is not empty
10037 2002-09-16 Mikhael Goikhman <migo@homemail.com>
10040 fixed compilation with --enable-command-log; simplified fvwm_msg()
10043 reformatted; don't send end-of-line with SET_*MASK
10045 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10047 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
10048 fixed multipixmap title drawing
10050 * fvwm/frame.h (struct):
10051 * fvwm/frame.c (frame_get_titlebar_dimensions):
10052 removed unused code
10054 * fvwm/events.c (HandlePropertyNotify):
10055 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10057 * libs/Fft.c (FftDrawString):
10058 -Wall fix when compiling w/o Xft
10060 2002-09-15 olicha <olivier.chapuis@free.fr>
10062 * libs/Colorset.c (CreateBackgroundPixmap):
10063 Fixed a dpy problem with FvwmBacker
10064 * libs/Colorset.c (CreateBackgroundPixmap):
10065 Fixed creation a root transparent pixmap for small root pixmap
10067 2002-09-14 olicha <olivier.chapuis@free.fr>
10069 * libs/Fft.c (FftDrawString):
10070 Fixed clip region with shadow font
10072 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10073 Added a function to create translucent pixmaps
10074 * libs/Colorset.c (CreateBackgroundPixmap):
10076 * libs/FRender.c (FRenderRender):
10077 Allows to use the root window as src pixmap
10079 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10082 Fixed open double quotes in ButtonState section
10084 2002-09-13 Dan Espen <dane@mk.telcordia.com>
10086 * fvwm/fvwm.1.in: Add -cmd module timeout information.
10088 2002-09-13 olicha <olivier.chapuis@free.fr>
10090 * libs/Colorset.c (CreateBackgroundPixmap):
10091 (UpdateBackgroundTransparency):
10092 (SetRectangleBackground):
10094 * fvwm/colorset.c (*):
10096 * fvwm/events.c (HandlePropertyNotify):
10097 Starting implementation of RootTransparent colorset. Worked on
10098 tinted Transparent colorset. Various colorset parsing fixes.
10100 * libs/Fft.c (FftDrawString):
10102 Added the possibility to draw with a clipping region.
10104 * libs/FRender.c (FRenderRender):
10105 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10106 (PCreateRenderPixmap):
10107 (PGraphicsCreateTransprency):
10108 (PGraphicsTintRectangle):
10109 Improve current rendering functions to be able to tint the
10110 ParentalRelative pixmap or the background of a window.
10111 Re-enabled XRender rendering.
10114 remove a #if 0 debug "render" code
10116 2002-09-13 Mikhael Goikhman <migo@homemail.com>
10118 * fvwm/builtins.c (ReadTitleButton):
10120 new button state shortcuts AllNormal, AllToggled,
10121 AllActive, AllInactive, AllUp, AllDown
10123 * fvwm/module_interface.c:
10127 possibly fixed compilation with non gcc
10129 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10131 * fvwm/focus.c (_focus_grab_buttons):
10132 (__focus_grab_buttons):
10134 (__focus_grab_one_button):
10135 grab all modifier combinations on client windows by default if
10136 necessary; this saves a lot of traffic but may grab unnecessary
10137 modifiers with mouse bindings on the client window
10140 * libs/defaults.h (DEF_FP_MODIFIERS):
10141 * fvwm/events.c (__handle_focus_raise_click):
10142 * fvwm/style.c (style_parse_focus_policy_style):
10143 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10144 default is now to use any modifiers for clicktofocus/raise purposes
10146 * fvwm/menus.c (__mloop_get_event):
10149 fixed tear off menus
10151 * libs/FEvent.c (FCheckIfEvent):
10153 (FCheckTypedEvent):
10154 (FCheckTypedWindowEvent):
10155 (FCheckWindowEvent):
10156 fixed FCheck...Event functions thus fixing Menu command behaving like
10159 * fvwm/move_resize.c (InteractiveMove):
10160 fixed offset between pointer and window when dragging
10162 * fvwm/virtual.c (HandlePaging):
10163 * fvwm/icons.c (CMD_Iconify):
10164 * fvwm/move_resize.c (InteractiveMove):
10165 * fvwm/menus.c (get_menu_options):
10166 (get_menu_options):
10167 * libs/FScreen.c (GetMouseXY):
10168 use new function fev_get_evpos_or_query()
10170 * libs/Makefile.am:
10174 (GetLocationFromEventOrQuery):
10175 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10176 * libs/FEvent.c (fev_set_evpos):
10179 * fvwm/functions.c (__execute_function):
10180 (execute_complex_function):
10181 fixed complex action clicking logic
10183 * fvwm/add_window.c (CaptureOneWindow):
10184 fixed RecaptureWindow
10185 (CaptureAllWindows):
10188 * fvwm/functable.c (func_table):
10189 fixed running RecaptureWindow without a context window
10191 * fvwm/conditional.c (circulate_cmd):
10192 fixed action to run
10194 * fvwm/events.c (HandleVisibilityNotify):
10195 fixed VisibilityNotify handling
10197 * fvwm/functions.c (execute_complex_function):
10198 fixed memory corruption
10199 (__execute_function):
10200 fixed using wrong context
10201 (__execute_function):
10202 removed conditional that was always true now
10206 * fvwm/module_interface.c (ExecuteModuleCommand):
10207 initialise module number
10209 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10211 * fvwm/add_window.c (CaptureOneWindow):
10212 fixed memory corruption
10214 * fvwm/icons.c (Iconify):
10216 fixed bug introduced with transient stacking patch
10218 * fvwm/functions.c (DeferExecution):
10219 (__execute_function):
10220 (execute_complex_function):
10221 cleaned up and optimized exec_context handling
10226 * fvwm/windowlist.c:
10227 * fvwm/conditional.c:
10229 * fvwm/functions.c:
10230 * fvwm/placement.c:
10234 * fvwm/module_interface.c:
10237 * fvwm/add_window.c:
10238 * fvwm/move_resize.c:
10239 * fvwm/fvwm.h (F_CMD_ARGS):
10241 completely removed the builtin command arguments fw, w, and context
10243 * fvwm/functions.c (DeferExecution):
10246 * fvwm/stack.c (BroadcastRestack):
10247 removed global lastTimestamp
10249 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10250 (EWMH_ProcessPropertyNotify):
10251 (ewmh_WMStateShaded):
10252 (ewmh_WMStateSticky):
10253 (ewmh_WMStateHidden):
10257 (ewmh_CloseWindow):
10258 (ewmh_DesktopGeometry):
10259 (ewmh_ActiveWindow):
10260 use new function interface
10262 * fvwm/menus.c (do_menu):
10263 * fvwm/menucmd.c (menu_func):
10264 * fvwm/windowlist.c (CMD_WindowList):
10265 use new function interface
10266 replaced "(XEvent *)1" hack with a regular flag
10268 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10270 * fvwm/add_window.c (destroy_window):
10271 * fvwm/update.c (destroy_scheduled_windows):
10272 * fvwm/screen.h (ScreenInfo):
10273 new member is_executing_menu_function
10275 * fvwm/windowlist.c (CMD_WindowList):
10276 * fvwm/menucmd.c (menu_func):
10277 * fvwm/gnome.c (CMD_GnomeButton):
10278 (GNOME_ProcessClientMessage):
10279 (GNOME_HandlePropRequest):
10280 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10281 * fvwm/update.c (apply_window_updates):
10282 * fvwm/repeat.c (CMD_Repeat):
10283 * fvwm/conditional.c (circulate_cmd):
10295 * fvwm/focus.c (warp_to_fvwm_window):
10296 (CMD_WarpToWindow):
10297 * fvwm/read.c (run_command_stream):
10298 (run_command_file):
10301 * fvwm/fvwm.c (Done):
10305 use new function interface
10307 fixed running startup script under random module number
10309 * fvwm/functions.c (execute_function_override_window):
10310 * fvwm/functions.c (execute_function_override_wcontext):
10311 new convenience functions
10318 * fvwm/module_interface.c (CMD_Send_WindowList):
10320 (CMD_set_sync_mask):
10321 (CMD_set_nograb_mask):
10323 don't use "Module" argument anymore
10324 (ExecuteModuleCommand):
10326 use new function interface
10328 * fvwm/add_window.c (CaptureOneWindow):
10330 (CaptureAllWindows):
10331 * fvwm/events.c (HandleMapRequestKeepRaised):
10332 * fvwm/add_window.c (AddWindow):
10333 AddWindow takes executiuon context as its argument instead of the
10334 window; changed caller
10335 don't use "Event" anymore
10337 * fvwm/fvwm.c (StartupStuff):
10338 generate an execution context for startup
10340 * fvwm/move_resize.c (DoResize):
10344 renamed and used new function interface in args
10346 * fvwm/geometry.c (constrain_size):
10347 added XEvent *e argument to remove use of global "Event"; changed all
10350 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10352 * fvwm/stack.c (get_next_window_in_stack_ring):
10353 (get_prev_window_in_stack_ring):
10354 (get_transientfor_fvwmwindow):
10355 * fvwm/icons.c (SetMapStateProp):
10356 * fvwm/events.c (fake_map_unmap_notify):
10357 * fvwm/misc.c (IsRectangleOnThisPage):
10358 * fvwm/menus.c (menu_enter_tear_off_menu):
10359 (menu_close_tear_off_menu):
10360 * fvwm/icons.c (DrawIconWindow):
10362 * fvwm/colormaps.c (InstallWindowColormaps):
10363 made FvwmWindow * arguments const in many functions
10365 * fvwm/menus.c (pop_menu_up):
10368 (__mloop_do_popup):
10370 (menu_enter_tear_off_menu):
10371 (__mloop_get_event):
10372 (__mloop_get_event_timeout_loop):
10374 (__mloop_get_mi_actions):
10376 * fvwm/events.c (HandleEnterNotify):
10377 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10382 * fvwm/functions.c (DeferExecution):
10383 (__execute_function):
10384 * fvwm/windowlist.c (CMD_WindowList):
10385 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10386 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10387 (ExecuteModuleCommand):
10388 * fvwm/builtins.c (CMD_Wait):
10389 * fvwm/events.c (WaitForButtonsUp):
10390 (HandleShapeNotify):
10391 (HandleVisibilityNotify):
10392 (HandleUnmapNotify):
10393 (HandleSelectionRequest):
10394 (HandleReparentNotify):
10395 (HandlePropertyNotify):
10396 (HandleMotionNotify):
10397 (HandleMapRequestKeepRaised):
10398 (HandleMapRequest):
10399 (HandleMappingNotify):
10401 (HandleLeaveNotify):
10406 (HandleEnterNotify):
10407 (HandleDestroyNotify):
10408 (HandleColormapNotify):
10409 (HandleClientMessage):
10410 (HandleButtonRelease):
10411 (HandleButtonPress):
10412 (__handle_bpress_on_root):
10413 (__handle_bpress_action):
10414 (__handle_click_to_raise):
10415 (__handle_click_to_focus):
10416 (__is_bpress_window_handled):
10417 (__handle_focus_raise_click):
10418 don't use "Event", "Fw" and old_execute_function() anymore
10420 * fvwm/events.c (dispatch_event):
10421 removed preserve_tmpwin argument; changed all callers
10423 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10424 fixed random focus member of faked event
10426 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10427 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10428 (EWMH_ProcessPropertyNotify):
10429 * fvwm/move_resize.c (DisplaySize):
10431 (position_geometry_window):
10432 * fvwm/geometry.c (get_window_borders):
10433 (get_window_borders_no_title):
10436 * fvwm/events.c (dispatch_event):
10437 create event execution context
10438 (HandleClientMessage):
10439 removed useless local "button"
10441 don't fiddle with global Fw anymore; added argument to return context
10442 window; changed all callers
10444 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10445 * fvwm/move_resize.c (__resize_window):
10446 use new event handle interface
10449 * fvwm/eventhandler.h:
10450 new event handler interface
10452 * fvwm/functions.c (CMD_Plus):
10453 * fvwm/builtins.c (AddToDecor):
10455 (CMD_DestroyDecor):
10456 use F_CMD_ARGS in AddToDecor
10458 removed useless check for realloc return value
10459 use new function interface
10460 fixed another memory leak
10462 * fvwm/builtins.c (__remove_window_decors):
10463 replace old_execute_function with execute_function
10465 * fvwm/add_window.c (setup_window_placement):
10466 * fvwm/placement.c (PlaceWindow):
10467 * fvwm/schedule.c (execute_obj_func):
10468 * fvwm/colorset.c (add_to_junk):
10469 use new function call interface
10471 * fvwm/fvwm.h (F_EXEC_ARGS):
10472 (F_PASS_EXEC_ARGS):
10473 removed now unused macros
10475 * fvwm/functions.c (CheckActionType):
10478 (__execute_function):
10479 (__run_complex_function_items):
10480 (execute_complex_function):
10481 rewrote function call interface
10483 * fvwm/functions.c (__run_complex_function_items):
10484 new function split off from execute_complex_function
10488 removed "Event" global
10490 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10492 * fvwm/fvwm.1.in: Language check.
10494 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10496 * fvwm/functions.c (old_execute_function):
10499 * fvwm/module_interface.c (do_execute_module):
10500 don't write module argument anymore; code claimed that writing 0 into
10501 *Module prevented WaitForButtonsUp from being called, but that was
10502 either a lie or a relic of the past
10504 * fvwm/fvwm.h (exec_func_args_type):
10508 removed *Module argument
10510 * fvwm/functions.c (__execute_function):
10513 * fvwm/functions.h (enum):
10514 added more function execution falgs
10517 add exec_context_t *exc to builtin arguments
10519 * libs/FEvent.c (fev_copy_last_event):
10522 * fvwm/execcontext.h:
10523 * fvwm/execcontext.c:
10524 new files introducing the "exec_context_t" structure that shall replace
10525 the builtin command interface
10527 * fvwm/stack.c (__RaiseOrLowerWindow):
10528 (RaiseOrLowerWindow):
10529 (__restack_window):
10530 (mark_transient_subtree):
10531 (__sort_transient_ring):
10532 properly handle restacking of windows with more than one transient and
10533 multiple levels of transients at the same time
10534 (__RaiseOrLowerWindow):
10535 (RaiseOrLowerWindow):
10536 renamed function and added wrapper
10538 * fvwm/fvwm.h (FvwmWindow):
10539 added new scratch registers
10541 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10545 minor improvements in the new release procedure
10547 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10549 * fvwm/stack.c (RaiseOrLowerWindow):
10550 (__restack_window):
10551 (mark_transient_subtree):
10552 (must_move_transients):
10553 (is_on_top_of_layer_ignore_rom):
10554 handle restacking trees of transient windows; still does not work too
10555 well if a window has multiple transients at the same time
10557 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10561 restored versions from before 9th of September
10562 (RaiseOrLowerWindow):
10563 fixed StackTransientParent style without RaiseTransient or
10564 LowerTransient on transient_for window
10565 StackTransientParent works only on window in the same layer
10566 (mark_transient_subtree):
10567 fixed handling of window group hint w/ iconify
10569 (RaiseOrLowerWindow):
10571 fixed flickering when overlapping transients aree lowered
10573 * fvwm/move_resize.c (__resize_window):
10574 * fvwm/colorset.c (add_to_junk):
10575 cleaned up event handling
10577 * fvwm/move_resize.c (__resize_window):
10578 renamed function and changed callers
10580 * fvwm/fvwm.h (F_PASS_ARGS):
10582 removed eventp command argument
10584 * fvwm/events.c (DispatchEvent):
10586 renamed function, added event argument and changed all callers
10588 * libs/FEvent.c (fev_fake_event):
10589 * libs/FEvent.c (fev_get_evtype__remove_me):
10592 * fvwm/menus.c (menuShortcuts):
10599 (__mloop_get_event_timeout_loop):
10600 (__mloop_get_event):
10601 (__mloop_do_popup):
10602 (__mloop_do_popup):
10604 * fvwm/builtins.c (CMD_FakeClick):
10605 * fvwm/functions.c (CheckActionType):
10607 * fvwm/focus.c (__try_program_focus):
10608 (__try_program_focus):
10609 * fvwm/icccm2.c (SetupICCCM2):
10610 * fvwm/virtual.c (HandlePaging):
10611 * fvwm/module_interface.c (make_vpacket):
10612 (make_new_vpacket):
10613 * fvwm/schedule.c (squeue_get_next_ms):
10614 (squeue_get_next_ms):
10616 * fvwm/stack.c (BroadcastRestack):
10617 * fvwm/move_resize.c (resize_window):
10619 * libs/FEvent.c (fev_get_evtime):
10620 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10622 * fvwm/events.c (HandleEnterNotify):
10626 (discard_window_events):
10627 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10630 * fvwm/menus.c (__mloop_get_event):
10631 * fvwm/virtual.c (HandlePaging):
10633 * fvwm/functions.c (DeferExecution):
10635 * fvwm/misc.c (get_server_time):
10636 * fvwm/builtins.c (CMD_StrokeFunc):
10637 * fvwm/menus.c (pop_menu_up):
10640 * libs/FEvent.c (fev_update_last_timestamp):
10641 removed StashEventTime function; handle this directly in FEvent.c
10643 * fvwm/module_interface.c (ExecuteModuleCommand):
10644 * fvwm/misc.c (Keyboard_shortcuts):
10645 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10646 * fvwm/events.c (handle_all_expose):
10650 don't use Event global anymore
10652 * fvwm/bindings.c (activate_binding):
10653 fixed key bindings on window corners
10655 * libs/fvwmlib.h (C_DECOR):
10656 context including all parts of the decorations
10658 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10661 fixed compilation warning in #endif comment
10664 removed debug fprintf
10670 another solution for reporting the cvs status
10672 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10674 * configure.in (LIBOBJS):
10675 * acinclude.m4 (smr_SWITCH):
10676 fix for autoconf 2.53
10679 removed unnecessary includes
10681 * fvwm/Makefile.am (fvwm_SOURCES):
10683 * fvwm/eventmasks.h:
10684 * fvwm/eventhandlers.h:
10685 new files split from events.h
10687 * fvwm/icccm2.c (HandleSelectionRequest):
10688 (HandleSelectionClear):
10689 * fvwm/colormaps.c (HandleColormapNotify):
10690 * fvwm/menus.c (menu_tear_off):
10691 * fvwm/move_resize.c (resize_window):
10694 new argument avh_args_t to the event handler functions; still unused
10695 moved all event handlers to events.c
10696 remove now unnecessary includes in some files
10698 * fvwm/icccm2.c (HandleSelectionRequest):
10702 use replacements for X event functions everywhere
10704 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10708 * fvwm/borders.c (border_flags_to_button_state):
10710 * fvwm/builtins.c (ReadTitleButton):
10711 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10712 * fvwm/fvwm.c (InitVariables):
10713 Imlemented new title and button states InactiveUp and InactiveDown,
10714 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10715 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10716 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10719 reformat license info in -version to be 3 lines and one empty line
10720 instead of 5 non-empty lines, for readability
10722 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10726 * libs/Makefile.am:
10729 * fvwm/stack.c (__raise_or_lower_recursion):
10730 (RaiseOrLowerWindow):
10731 split into two functions
10732 renamed to __raise_or_lower_window
10733 (mark_transient_subtree):
10734 new flag MARK_CLEAR
10735 (position_new_window_in_stack_ring):
10738 cleaned up stacking code
10740 * fvwm/menus.c (paint_menu):
10741 fixed a minor drawing problem with menu item reliefs
10743 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10745 * fvwm/move_resize.c (InteractiveMove):
10746 removed eventp from interface
10747 changed all callers
10749 * fvwm/menucmd.c (menu_func):
10750 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10751 * fvwm/windowlist.c (CMD_WindowList):
10752 * fvwm/read.c (run_command_file):
10753 (run_command_stream):
10754 * fvwm/focus.c (warp_to_fvwm_window):
10755 * libs/Event.c (GetSubwindowFromEvent):
10756 * fvwm/events.c (GetContext):
10757 * libs/Pointer.c (GetLocationFromEventOrQuery):
10758 * fvwm/builtins.c (CMD_StrokeFunc):
10760 * fvwm/events.c (StashEventTime):
10761 * fvwm/move_resize.c (InteractiveMove):
10762 * fvwm/functions.c (DeferExecution):
10763 (old_execute_function):
10764 * fvwm/fvwm.h (F_CMD_ARGS):
10766 make eventp argument const to ease clean up work
10768 * fvwm/windowlist.c (CMD_WindowList):
10769 * fvwm/move_resize.c (InteractiveMove):
10770 * fvwm/menucmd.c (menu_func):
10771 * fvwm/icons.c (CMD_Iconify):
10772 always query pointer position in case a script modified the position
10775 * fvwm/focus.c (SetPointerEventPosition):
10776 removed function since it modifies the global event variable
10778 * fvwm/functable.c (func_table):
10779 added cursor and event type members fo DeferExecution call
10780 * fvwm/functions.c (DeferExecution):
10781 made static, call from inside functions.c only
10782 removed calls everywhere
10784 * fvwm/builtins.c (CMD_StrokeFunc):
10787 * fvwm/virtual.c (HandlePaging):
10789 don't use global "Event" anymore
10791 pass in event structure through arguments
10792 changed all callers
10794 2002-09-02 olicha <olivier.chapuis@free.fr>
10796 * libs/Colorset.c (*):
10798 * libs/colorset.c (parse_colorset):
10799 * libs/PictureGraphics.c (PGrabXImage):
10800 (PCreateRenderPixmap):sx
10801 (PGraphicsCreateTransprency):
10802 * libs/PictureGraphics.h:
10803 An experimental implementation of ParentalRelative tinted background
10805 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10806 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10808 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10809 * libs/FRenderInit.c (FRenderInit):
10810 (FRenderGetAlphaDepth):
10811 * libs/FRenderInit.h:
10812 Fixed alpha blending for xserver without depth 8 pixmap
10818 2002-09-01 olicha <olivier.chapuis@free.fr>
10821 Colorset and alpha blending news
10823 2002-08-31 olicha <olivier.chapuis@free.fr>
10825 * libs/Ficonv.c (convert_charsets):
10826 Fixed compilation on systems that do not have EILSEQ
10828 2002-08-30 olicha <olivier.chapuis@free.fr>
10830 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10831 Fixed compilation of certain modules
10833 * fvwm/borders.c (border_render_into_pixmap):
10834 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10835 * libs/PictureGraphics.h:
10836 * libs/Graphics.c (CreateStretchPixmap):
10837 (CreateStretchYPixmap):
10838 (CreateStretchXPixmap):
10839 Progress with masks in multipixmap title
10841 * libs/PictureGraphics.c (PCopyArea):
10843 (PCreateRenderPixmap):
10844 * fvwm/borders.c (border_fill_pixmap_background):
10847 * fvwm/icons.c (DrawIconWindow):
10848 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10849 Fixed the shape mask of ewmh icons and icons with some alpha
10851 2002-08-30 olicha <olivier.chapuis@free.fr>
10853 * libs/PictureGraphics.c (PCreateRenderPixmap):
10854 (PGrabImageErrorHandler):
10855 (PGraphicsCopyPixmaps):
10856 (PGraphicsCopyFvwmPicture):
10857 (PGraphicsTileRectangle):
10858 (PGraphicsRenderPixmaps):
10859 (PGraphicsRenderPicture):
10860 * libs/PictureGraphics.h:
10861 * libs/PictureBase.h:
10862 Replaced PGraphicsTileRectangle with a more powerful function,
10863 PCreateRenderPixmap, which performs *full* XRender simulation.
10864 So alpha blending is now supported even without Xrender support.
10865 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10866 for direct rendering with tint and alpha channel.
10868 * libs/FRender.c (FRenderVisualInit):
10870 (FRenderTintRectangle):
10872 * libs/FRenderInterface.h:
10873 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10874 and more powerfull function FRenderRender
10876 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10878 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10879 Load the alpha even without Xrender support
10882 * fvwm/colorset.c (parse_pixmap_tint):
10885 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10886 or obsolete TintMask) also tints gradients and the tint is applied
10887 only to the pixmap not the bg color. The average bg is computed from
10888 the "original" pixmap and not the tinted one, bgTint should be used
10889 to get a real average bg in the case the pixmap is tinted
10891 * fvwm/icons.c (DrawIconWindow):
10892 (CreateIconWindow):
10893 * fvwm/menuitem.c (menuitem_paint):
10894 * fvwm/menus.c (paint_side_pic):
10895 * fvwm/borders.c (border_get_border_background):
10896 (border_draw_decor_to_pixmap):
10897 (border_fill_pixmap_background):
10898 * fvwm/events.c (HandlePropertyNotify):
10899 Picture rendering use the new PGraphicsRenderPixmaps and
10900 PGraphicsRenderPicture libs functions. Respect new colorset options
10902 * fvwm/colorset.c (parse_colorset):
10904 (CMD_ReadWriteColors):
10906 Removed the read write colorset codes
10908 * libs/Graphics.c (CalculateGradientDimensions):
10909 Fixed the size of dithered H and V gradients
10911 * libs/PictureUtils.c (*):
10912 * libs/PictureUtils.h:
10915 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10917 * fvwm/menus.c (paint_menu_gradient_background):
10918 fixed drawing of SidePic menu background when not using SideColor
10921 * FvwmIconBox/icons.c:
10924 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10926 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10928 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10931 fixed --disable-ewmh
10935 added const to some prototypes
10937 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10939 * fvwm/menus.c (MenuInteraction):
10941 renamed MenuInteraction to __menu_loop
10943 * fvwm/menus.c (pop_menu_up):
10946 removed pdo_warp_to_title argument of pop_menu_up and changed all
10947 callers; logic is now in last_saved_position_hints
10948 (__menu_get_next_event_timeout_loop):
10949 began to split MenuInteraction into several sub functions
10950 go away, evil "goto"!
10952 * fvwm/style.c (style_parse_one_style_option):
10953 all boolean styles - and *only* boolean styles, can be prefixed with a
10954 '!' to invert their meaning
10955 (style_parse_button_style):
10956 moved Button and NoButton styles to separate function
10960 updated for 2.5.4-devel
10969 * fvwm/menuitem.h (struct):
10970 * fvwm/menus.c (paint_menu_gradient_background):
10971 (paint_menu_pixmap_background):
10973 (clear_expose_menu_area):
10974 fixed TiledPixmap menu background drawing bug
10975 sorted function in file and removed forward declarations
10977 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10979 * fvwm/Makefile.am (LDADD):
10980 put -lfvwm at front of library list
10982 * fvwm/windowlist.c (CMD_WindowList):
10983 print window's page instead of current page in windowlist
10985 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10987 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10988 Fix for Experimental RaiseOverUnmanaged Handling.
10990 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10994 New defs for Experimental RaiseOverUnmanaged Handling.
10996 * fvwm/events.c (HandleEnterNotify):
10998 (set_focus_to_fwin)
10999 (focus_query_grab_buttons)
11000 (_focus_grab_buttons)
11001 (focus_grab_buttons)
11002 (focus_grab_buttons_client_entered)
11004 (__activate_window_by_command)
11005 (_ReturnFocusWindow)
11007 (_ForceDeleteFocus)
11009 (raise_over_unmanaged)
11010 (is_above_unmanaged)
11011 (_is_on_top_of_layer)
11012 (is_on_top_of_layer)
11013 (is_on_top_of_layer_and_above_unmanaged)
11014 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
11015 interaction of RaiseOverUnmanaged with various focus policies,
11016 particularly mouse focus + client click raises; issue mouse
11017 button grabs when and only when they are actually needed; and
11018 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
11019 (Thanks to the GFPR, this is much more straightforward to do!)
11021 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11024 added a paragraph about scripting and complex functions.
11026 * fvwm/style.c (style_parse_one_style_option):
11027 fixed flag_mask and change_mask of TitleAt... styles that broke left
11030 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11033 describe new focus policy styles
11035 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11037 * fvwm/style.c (merge_styles):
11038 fixed applying style updates immediately
11040 * fvwm/geometry.c (constrain_size):
11041 fixed font resizing of maximized windows
11043 * fvwm/window_flags.h:
11044 * fvwm/fvwm.h (has_new_wm_normal_hints):
11047 * fvwm/events.c (HandleEnterNotify):
11048 fixed UngrabNotify returning focus to just unfocused window
11052 * fvwm/style.c (merge_styles):
11054 (__simplify_style_list):
11055 fixed default style calculations
11057 * fvwm/events.c (HandleConfigureRequest):
11058 disabled debug output
11060 * fvwm/style.c (merge_styles):
11061 * fvwm/fvwm.h (window_style):
11062 new style member default_mask to allow two levels of defaults;
11063 fixes focus policy defaults
11065 rewrote many of the macros; changed all callers
11067 * fvwm/borders.c (RenderIntoPixmap):
11068 (DrawMultiPixmapTitlebar):
11069 (border_render_into_pixmap):
11070 (border_draw_multi_pixmap_titlebar):
11071 applied Suzanne Skinner's multi pixmap titles fix
11072 renamed functions and changed all callers
11074 * libs/FScreen.c (FScreenGetScrRect):
11077 new utility functions
11079 * fvwm/windowlist.c (CMD_WindowList):
11080 new option MaxLabelWidth for the WIndowList command based on patch by
11082 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11083 WindowList command.
11085 * fvwm/events.c (HandleConfigureRequest):
11086 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11087 seems to work without problems
11089 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11091 * fvwm/style.c (merge_styles):
11092 fixed style defaults getting stuck to on once set
11095 fixed a number of non portable uses of the "test" command and unified
11096 the used syntax of all calls to reduce chance of copy-and-paste
11099 2002-08-17 Mikhael Goikhman <migo@homemail.com>
11103 minor typos and improvements;
11104 better string quotings and detection of fribidi for autoconf-2.53
11106 * fvwm/Makefile.am:
11107 don't include *.in in EXTRA_DIST, they are auto-included
11109 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11111 * fvwm/events.c (HandleConfigureRequest):
11112 (HandlePropertyNotify):
11113 (is_resizing_event_pending):
11114 fixed uninitialised return code of test_resizing_event
11116 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11118 * fvwm/decorations.c (SelectDecor):
11120 * fvwm/window_flags.h:
11122 moved common.s.has_no_border window flag to common.has_no_border to
11123 fix windows getting stuck without a border once the HandleWidth or
11124 BorderWidth was set to 0 and then increased again
11127 removed reference to BUGS and TODO
11130 moved a lot of constant definitions to configure.in; the fvwm.lsm and
11131 fvwm.1 files don't have to be updated for a release anymore; the release
11132 number and date are set by configure
11134 * fvwm/fvwm.c (setVersionInfo):
11135 fixed output of "fvwm -version"
11137 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11139 * fvwm/style.c (style_parse_one_style_option):
11140 Old focus styles override less of the behaviour specified with the
11141 FP... styles; use defaults instead without setting the mask
11142 (style_parse_one_style_option):
11143 removed the styles MouseFocusClickIgnoreMotion and
11144 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11146 (style_parse_one_style_option):
11147 ClickToFocusRaises now works only on the client window, not on the
11149 (style_parse_one_style_option):
11150 fixed FocusFollowsMouse style
11151 (style_set_old_focus_policy):
11152 moved old default focus settings to a separate function, simplified code
11154 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11156 * fvwm/fvwm.1: Add hot-spot is an offset information,
11157 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11160 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11162 * fvwm/style.c (style_parse_focus_policy_style):
11163 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11165 * libs/Makefile.am:
11166 added missing files
11168 * fvwm/events.c (HandleConfigureRequest):
11169 fixed ConfigureRequest race condition
11171 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11174 quote environment variables
11176 2002-08-13 olicha <olivier.chapuis@free.fr>
11179 Color limit and dithering news
11182 Added a minimal doc for the -color-limit option
11184 * fvwm/builtins.c (CMD_ColorLimit):
11185 ColorLimit is obsolete
11187 * fvwm/builtins.c (ReadDecorFace):
11188 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11189 (PictureAllocColorAllProp):
11190 Implemented dithering for depth 16 and 15. This is off by default
11191 in colorset (use the dither colorset option) and on by default
11192 for window title gradient. Gradient are visibly more smooth.
11194 * libs/PictureUtils.c (*):
11197 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11200 corrected the pixmap cursor description, added an example
11202 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11204 * fvwm/menus.c (select_menu_item):
11205 (paint_menu_gradient_background):
11206 fixed a redrawing problem with H/Vgradient menu faces
11208 fixed a minor problem w/ entering submenus via keyboard
11210 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11212 * fvwm/move_resize.c (CMD_ResizeMove):
11215 (CMD_ResizeMaximize):
11216 (CMD_ResizeMoveMaximize):
11217 commands can be used on iconified windows again
11221 moved pre-2.2 NEWS to ONEWS
11224 * libs/safemalloc.c:
11230 * fvwm/menustyle.c:
11237 let config.h include strinh.h or strings.h
11239 * fvwm/style.c (style_parse_one_style_option):
11240 (style_parse_one_style_option):
11241 fixed icon box crash
11243 * fvwm/bindings.c (update_nr_buttons):
11244 fixed extra buttons on window decorations
11246 * fvwm/style.c (style_parse_one_style_option):
11247 fixed parsing of the FP... and !FP... styles
11249 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11251 * fvwm/style.c (style_parse_one_style_option):
11252 Fixed a typo so that ClickToFocusRaisesOff actually turns
11253 the option off instead of on.
11255 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11257 * fvwm/focus.c (focus_grab_buttons):
11258 only grab necessary buttons on the client window
11260 2002-08-11 olicha <olivier.chapuis@free.fr>
11262 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11263 Removed some debug code
11265 * fvwm/fvwm.c (main):
11267 Added -color-limit to fvwm usage
11269 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11271 * fvwm/style.c (style_parse_one_style_option):
11272 (style_parse_focus_policy_style):
11273 added style options "FP..." to control focus policy
11274 removed OverrideGrabFocus and AllowGrabFocus styles
11276 * fvwm/style.c (merge_styles):
11277 fixed style defaults != 0
11279 * fvwm/focus.c (__restore_focus_after_unmap):
11280 fixed a bug w/ reverting the focus from transients to the parent
11282 * fvwm/ewmh.c (ewmh_HandleDesktop):
11283 * fvwm/style.c (style_parse_one_style_option):
11284 fixed defaults for various focus styles
11289 * fvwm/frame.c (frame_mrs_resize_move_windows):
11290 backed out anti-flicker patch that slowed down command processing
11292 * fvwm/bindings.c (update_nr_buttons):
11294 fixed sluggish processing of mouse bindings
11296 * fvwm/events.c (__handle_bpress_action):
11297 fixed drawing of pressed decorations w/o bindings
11299 * fvwm/frame.c (frame_move_resize):
11300 removed debug code that broke focus handling
11302 * fvwm/style.c (style_parse_one_style_option):
11303 fixed passing the focus click to the app by default
11305 * fvwm/events.c (__handle_click_to_focus):
11306 * fvwm/focus.c (set_focus_to_fwin):
11307 (__set_focus_to_fwin):
11308 removed drawing code that broke as many places as it fixed; plus it
11309 cause unnecessary redraws
11311 * fvwm/events.c (HandleConfigureRequest):
11312 send a synthetical ConfigureNotify if an application is not granted its
11313 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11314 and FixedPSize to work properly; also to be ICCCM compliant
11315 always force border_width 0 in these events
11316 in the experimental cr merging code, send a number of cn events equal
11317 to the number of merged events
11323 * fvwm/style.c (style_parse_focus_policy_style):
11324 (style_parse_icon_size_style):
11325 (style_parse_icon_box_style):
11326 (style_parse_icon_grid_style):
11327 (style_parse_icon_fill_style):
11328 (style_parse_one_style_option):
11329 (parse_and_set_window_style):
11330 split into separate functions
11331 (style_parse_one_style_option):
11332 simplified and cleaned up
11335 * fvwm/decorations.c:
11338 * fvwm/conditional.h:
11339 * fvwm/conditional.c:
11343 * fvwm/colormaps.c:
11346 reformatted and cleaned up
11348 2002-08-11 olicha <olivier.chapuis@free.fr>
11350 * libs/PictureUtils.c (*):
11351 * libs/PictureUtils.h:
11352 * libs/PictureDitherMatrice.h (new file):
11353 * libs/PictureImageLoader.c (*):
11354 * libs/PictureImageLoader.h:
11355 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11356 (PCreateDitherPixmap):
11357 (PCreateTintedPixmap):
11358 * libs/PictureGraphics.h:
11359 * libs/PictureBase.c (PictureInitCMap):
11360 * libs/PictureBase.h:
11361 * libs/Picture.c (*):
11364 * libs/Colorset.c (DumpColorset):
11367 * libs/Graphics.c (all gradient functions):
11370 * fvwm/move_resize.c (CMD_XorPixmap):
11371 * fvwm/colors.c (FreeColors):
11372 * fvwm/builtins.c (CMD_DefaultColors):
11373 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11374 * fvwm/builtins.c (FreeDecorFace):
11376 * fvwm/menus.c (pop_menu_down):
11377 (paint_menu_gradient_background):
11380 * fvwm/menustyle.c (menustyle_free_face):
11381 (menustyle_parse_face):
11383 (menustyle_update):
11384 (menustyle_parse_style):
11385 (CMD_CopyMenuStyle):
11386 * fvwm/menustyle.h:
11387 * fvwm/icons.c (GetIconFromFile):
11388 * fvwm/builtins.c (ReadMultiPixmapDecor):
11390 * fvwm/borders.c (border_draw_decor_to_pixmap):
11391 * fvwm/add_window.c (setup_mini_icon):
11392 * fvwm/fvwm.c (main):
11393 * fvwm/colorset.c (free_colorset_background):
11397 New color limit method and implement dithering in depth <= 8.
11398 Added a "fvwm picture attributes" structure for loading image.
11399 Some colors leaks fix. Add some (weak) color leaks. New option
11400 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11403 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11405 * libs/Flocale.c (FlocaleRotateDrawString):
11408 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11410 * fvwm/style.c (parse_and_set_window_style):
11411 fixed the default for passing the click-to-raise click for mousey
11414 * fvwm/events.c (__handle_click_to_focus):
11415 removed redundant code
11416 (WaitForButtonsUp):
11417 fixed sluggish motion event handling when waiting for buttons to be
11420 * fvwm/focus.c (__set_focus_to_fwin):
11421 (set_focus_to_fwin):
11422 fixed redrawing the border w/ mousey focus when the window was entered,
11423 then the border was clicked before the FocusIn event arrived
11425 * fvwm/events.c (__handle_bpress_on_managed):
11426 * fvwm/style.c (parse_and_set_window_style):
11427 fixed some small focus problems
11430 reformatted and cleaned up
11435 * fvwm/focus.c (focus_query_click_to_raise):
11436 (focus_query_click_to_focus):
11437 * fvwm/style.c (parse_and_set_window_style):
11438 * fvwm/events.c (__test_for_motion):
11439 (__check_click_to_focus_or_raise):
11440 (__handle_focus_raise_click):
11441 (__is_bpress_window_handled):
11442 (__handle_click_to_focus):
11443 (__handle_click_to_raise):
11444 (__handle_bpress_stroke):
11445 (__handle_bpress_action):
11446 (__handle_bpress_on_root):
11447 (__handle_bpress_on_unmanaged):
11448 (__handle_bpress_on_managed):
11449 (HandleButtonPress):
11450 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11451 of the new focus code; only the parsing for the new styles is missing
11453 * fvwm/virtual.c (is_pan_frame):
11456 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11458 * fvwm/add_window.c (AddWindow):
11459 fixed compile error
11461 * fvwm/events.c (__handle_focus_raise_click):
11462 (HandleButtonPress):
11465 * fvwm/events.c (__handle_focus_raise_click):
11466 * fvwm/fvwm.h (struct):
11467 * fvwm/style.c (check_window_style_change):
11468 (parse_and_set_window_style):
11469 * fvwm/session.c (MatchWinToSM):
11470 * fvwm/window_flags.h:
11471 eliminated parts of the old focus code
11473 * fvwm/focus.c (__set_focus_to_fwin):
11474 (set_focus_to_fwin):
11475 * fvwm/fvwm.c (InitVariables):
11476 * fvwm/add_window.c (destroy_window):
11477 * fvwm/events.c (__handle_focus_raise_click):
11478 * fvwm/screen.h (ScreenInfo):
11479 eliminated Scr.Ungrabbed global
11481 * fvwm/update.c (apply_window_updates):
11482 (flush_window_updates):
11483 * fvwm/icons.c (DeIconify):
11485 * fvwm/move_resize.c (CMD_Maximize):
11488 * fvwm/frame.c (frame_free_move_resize_args):
11489 (__frame_setup_window):
11490 * fvwm/virtual.c (do_move_window_to_desk):
11491 (CMD_GotoDeskAndPage):
11494 * fvwm/stack.c (LowerWindow):
11495 * fvwm/events.c (HandleMapNotify):
11496 (HandleVisibilityNotify):
11499 (__handle_focus_raise_click):
11500 (HandleEnterNotify):
11501 (HandleMapRequestKeepRaised):
11502 * fvwm/add_window.c (setup_key_and_button_grabs):
11503 (setup_focus_policy):
11505 * fvwm/focus.c (__try_other_screen_focus):
11506 (__set_focus_to_fwin):
11507 (set_focus_to_fwin):
11508 (focus_grab_buttons_on_pointer_window):
11509 (focus_grab_buttons_on_layer):
11510 (focus_grab_buttons_new):
11511 cleaned up focus grab handling.
11513 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11516 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11518 * fvwm/add_window.c (setup_window_structure):
11520 discarded unused return code
11522 * fvwm/focus.c (focus_grab_buttons):
11523 split into two fucntions and fixed a bug with ungrabbing buttons
11525 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11526 * fvwm/style.c (parse_and_set_window_style):
11527 * fvwm/icons.c (DeIconify):
11529 * fvwm/events.c (HandleButtonPress):
11530 (HandleEnterNotify):
11531 (HandleLeaveNotify):
11533 (HandleMapRequestKeepRaised):
11534 * fvwm/add_window.c (CaptureAllWindows):
11535 * fvwm/virtual.c (UnmapDesk):
11537 (do_move_window_to_desk):
11538 * fvwm/update.c (flush_window_updates):
11539 * fvwm/focus.c (set_focus_model):
11541 (__restore_focus_after_unmap):
11542 much more GFPR work; these patches may break lots of things
11544 * fvwm/focus.c (set_focus_to_fwin):
11545 (__activate_window_by_command):
11547 (ReturnFocusWindow):
11549 (ForceDeleteFocus):
11550 renamed MoveFocus to set_focus_to_fwin
11552 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11554 * libs/Fft.c (FftDrawString):
11555 removed redudant and buggy code that called DrawStringFunc before
11556 this pointer gets initialized
11558 * fvwm/focus.c (focus_query_click_to_raise):
11559 fixed possibly-uninitialized variable warning
11561 * fvwm/Makefile.am:
11562 specify stroke includes before Xft includes, may improve some cases
11564 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11567 fixed sys/time.h detection
11569 * fvwm/events.c (HandleMappingNotify):
11570 * libs/Bindings.c (AddBinding):
11571 added MappingNotify event handler
11573 * fvwm/events.c (HandleMapRequest):
11576 * fvwm/events.c (InitEventHandlerJumpTable):
11577 another attempt at handling "unknown" modifiers in key bindings
11579 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11581 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11582 * fvwm/add_window.c (destroy_window):
11583 * fvwm/focus.c (focus_grab_buttons):
11586 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11588 * fvwm/focus.c (focus_force_refresh_focus):
11589 * fvwm/events.c (HandleEnterNotify):
11590 (HandlePropertyNotify):
11591 (HandleButtonPress):
11592 * fvwm/icons.c (DeIconify):
11593 * fvwm/virtual.c (MapDesk):
11594 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11595 * fvwm/update.c (apply_window_updates):
11596 * fvwm/module_interface.c:
11597 * fvwm/conditional.c (MatchesConditionMask):
11600 * fvwm/icons.c (Iconify):
11601 removed "#if 0"ed code
11603 * fvwm/module_interface.c:
11604 disabled the old ConfigureWindow module interface
11607 * libs/fvwmsignal.h:
11609 * fvwm/ewmh_intern.h:
11611 * fvwm/module_interface.c:
11616 new file to encapsulate time.h and sys/time.h inclusion
11620 (mark_transient_subtree):
11621 (__mark_group_member):
11622 cleaned up and split into two functions
11624 * fvwm/focus.c (CMD_Focus):
11626 * fvwm/icons.c (DeIconify):
11629 (__activate_window_by_command):
11632 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11633 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11634 * fvwm/style.c (parse_and_set_window_style):
11635 (parse_and_set_window_style):
11636 began implementing new focus control styles
11638 * fvwm/focus.c (DoSetFocus):
11639 (__restore_focus_after_unmap):
11644 (__set_focus_to_fwin):
11647 * fvwm/conditional.c (MatchesConditionMask):
11648 * fvwm/focus.c (focus_query_open_grab_focus):
11649 (focus_query_close_restore_focus):
11650 (focus_does_accept_input_focus):
11652 * fvwm/events.c (HandleUnmapNotify):
11653 (HandleEnterNotify):
11655 (HandleMapRequestKeepRaised):
11656 renamed some functions
11659 * fvwm/focus_policy.c:
11660 * fvwm/focus_policy.h:
11661 prepared some future focus policy flags
11664 enable error message when png or xpm test compilation fails
11667 * fvwm/window_flags.h:
11668 * fvwm/ewmh.c (ewmh_HandleDesktop):
11669 * fvwm/style.c (parse_and_set_window_style):
11670 (check_window_style_change):
11671 * fvwm/events.c (HandleButtonPress):
11672 (HandleVisibilityNotify):
11673 began GFPR migration of *raises* focus policy flags
11675 * fvwm/focus.c (focus_is_focusd):
11678 * libs/Bindings.c (AddBinding):
11679 fixed handling of "unknown" modifiers in key bindings
11681 * fvwm/focus.c (focus_grab_buttons):
11682 (focus_query_grab_buttons):
11683 moved focus policy code into separate function
11685 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11690 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11692 * fvwm/style.c (parse_and_set_window_style):
11693 * fvwm/focus.c (focus_query_grab_focus):
11694 * fvwm/events.c (HandleMapNotify):
11695 (HandlePropertyNotify):
11696 * fvwm/focus_policy.c (fpol_init_default_fp):
11698 new styles OverrideGrabFocus and AllowGrabFocus
11699 cleaned up focus grabbing code and moved to focus.c
11701 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11703 * fvwm/focus.c (CMD_WarpToWindow):
11704 fixed negative arguments for unmanaged windows
11706 * fvwm/conditional.c (CMD_Direction):
11707 use PeekToken instead of GetNextToken
11709 new direction "center"
11711 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11713 * fvwm/events.c (addkbsubinstoarray):
11714 disabled experimental pointer warping code
11717 removed menu crash debug code
11719 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11722 added tons of crash debug code
11724 * fvwm/add_window.c:
11725 made a lot of internal functions static
11727 * fvwm/add_window.c (setup_button_windows):
11728 (destroy_title_window):
11729 (destroy_button_windows):
11730 (destroy_resize_handle_windows):
11731 (destroy_auxiliary_windows):
11734 * fvwm/icons.c (CreateIconWindow):
11735 safety patches w/ XDeleteContext
11737 * fvwm/menus.c (DestroyMenu):
11738 fixed a crash w/ accessing already deleted menus
11740 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11742 * fvwm/menus.c (get_menu_options):
11743 fixed menu context rectangle "icon" if the icon was not just a pixmap
11745 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11747 * fvwm/events.c (HandleMapNotify):
11748 (HandleMapRequestKeepRaised):
11749 (HandleUnmapNotify):
11750 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11751 * fvwm/ewmh.c (ewmh_HandleDesktop):
11752 * fvwm/style.c (parse_and_set_window_style):
11753 removed old do_grab_focus_when_created and *_when_transient_* flags
11755 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11757 * fvwm/conditional.c (MatchesConditionMask):
11758 * fvwm/focus.c (DoSetFocus):
11759 * fvwm/session.c (MatchWinToSM):
11760 * fvwm/module_interface.c (SETOLDFLAGS):
11761 removed old is_lenient flag
11764 * fvwm/style.c (__simplify_style_list):
11765 (simplify_style_list):
11768 * fvwm/window_flags.h:
11770 access macros for focus policy flags structures
11773 * fvwm/focus_policy.c:
11774 * fvwm/focus_policy.h:
11775 new files, begin great focus policy rewrite aka GFPR
11777 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11779 * fvwm/placement.c (PlaceWindow):
11780 Fixed interaction between CascadePlacement and StartsOnPage
11782 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11784 * libs/fvwmsignal.c (fvwmSelect):
11785 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11788 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11790 * fvwm/add_window.c (CaptureOneWindow):
11791 fixed a core dump w/ windows being destroyed during a recapture
11793 removed duplicate check if new windows still exist
11795 * fvwm/placement.c (CMD_PlaceAgain):
11796 * fvwm/move_resize.c (move_window_doit):
11798 * fvwm/virtual.c (MapDesk):
11800 (do_move_window_to_desk):
11801 * fvwm/icons.c (AutoPlaceIcon):
11802 (ChangeIconPixmap):
11804 some cleanup in movement code
11805 new option "Icon" to PlaceAgain command
11806 adapted documentation accordingly
11808 * fvwm/move_resize.c (move_window_doit):
11812 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11814 * libs/Flocale.c (FlocaleRotateDrawString):
11815 create gcs only once
11818 removed some references to Recapture
11819 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11820 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11822 * libs/gravity.c (gravity_parse_multi_dir_argument):
11823 fixed "all" multidir selecting "center" too
11825 * libs/Fft.c (FftDrawString):
11826 * libs/Flocale.c (FlocaleRotateDrawString):
11827 (FlocaleFontStructDrawString):
11828 (FlocaleDrawString):
11829 fixed some text placement bugs w/ shadow text
11830 (FlocaleGetShadowTextPosition):
11831 implemented "center" shadows
11833 2002-07-20 olicha <olivier.chapuis@free.fr>
11835 * libs/Flocale.c (FlocaleRotateDrawString):
11836 Removed some static declarations
11838 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11840 * libs/gravity.c (gravity_multi_dir_to_dir):
11841 * libs/gravity.h (enum):
11842 new function, cleaned up
11844 * fvwm/fvwm.h (FvwmWindow):
11848 moved text_rotation_type to gravity.h and renamed to rotation_type
11851 fixed several bugs in the access macros
11854 removed unused static FlocaleSeted
11855 (FlocaleFontStructDrawString):
11856 simplified function
11858 * fvwm/virtual.c (CMD_EdgeCommand):
11859 * fvwm/windowshade.c (CMD_WindowShade):
11860 * fvwm/conditional.c (CMD_Direction):
11861 adapted to changes in ParseDirectionArgument
11864 * libs/gravity.c (ParseDirectionArgument):
11865 new direction "Center"
11867 * fvwm/virtual.c (CMD_EdgeCommand):
11870 2002-07-18 olicha <olivier.chapuis@free.fr>
11872 * libs/PictureUtils.c (PictureRGBtoPixel):
11874 Fixed(??) color allocation for some visuals
11876 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11878 * libs/Flocale.c (FlocaleFontStructDrawString):
11879 a little code cleanup
11881 * fvwm/events.c (HandleEnterNotify):
11883 anothe click+drag fix
11885 * libs/Pointer.c (GetLocationFromEventOrQuery):
11886 * fvwm/focus.c (SetPointerEventPosition):
11887 * fvwm/functions.c (CheckActionType):
11888 * fvwm/builtins.c (CMD_StrokeFunc):
11889 * fvwm/move_resize.c (moveLoop):
11891 fixed some bugs w/ pointer on wrong screen
11893 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11895 * fvwm/events.c (HandleLeaveNotify):
11896 fixed problem w/ click+drag and mousey focus
11898 * fvwm/menus.c (size_menu_horizontally):
11899 fixed menu style SubmenusLeft w/ icons in menu items
11901 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11903 * fvwm/menuitem.c (menuitem_paint):
11905 * fvwm/menus.c (paint_menu_gradient_background):
11906 (get_menu_paint_item_parameters):
11907 removed circular dependency of menus.c and menuitem.c by using callback
11910 2002-07-17 olicha <olivier.chapuis@free.fr>
11915 * fvwm/fvwm.c (InitVariables):
11917 * fvwm/colorset.c (parse_colorset):
11919 (CMD_ReadWriteColors):
11920 * fvwm/builtins.c (CMD_ColorLimit):
11921 * libs/PictureUtils.h:
11922 * libs/PictureUtils.c (PictureReduceColor):
11923 (PictureReduceRGBColor):
11924 (PictureRGBtoPixel):
11925 (PictureAllocColor):
11926 (PictureFreeColors):
11927 (PictureGetNextColor):
11928 (colors_alloc_fail):
11932 (PictureAllocColorTable):
11933 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11934 (PImageXpmFreeColor):
11936 * libs/PictureBase.c (PictureInitCMap):
11937 * libs/Graphics.c (AllocLinearGradient):
11938 * libs/ColorUtils.c (GetShadow):
11944 (fvwmlib_clone_color):
11945 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11946 Implemented a new color limit method
11948 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11950 * fvwm/move_resize.c (moveLoop):
11951 fixed problem moving the pointer off screen while moving a window
11952 (AnimatedMoveAnyWindow):
11953 fixed pointer warping w/ multiple screens and animated window motion
11955 2002-07-12 olicha <olivier.chapuis@free.fr>
11957 * fvwm/menus.c (get_menu_paint_item_parameters):
11958 (paint_menu_gradient_background):
11959 * fvwm/menuitem.c (menuitem_paint):
11962 Fixed B/DGradient with Xft fonts
11965 * libs/ColorUtils.c (GetTintedColor):
11967 * fvwm/colorset.c (parse_simple_tint):
11970 Implemented fgTint colorset option
11972 * libs/PictureImageLoader.c:
11973 * libs/PictureUtils.c:
11974 * libs/PictureUtils.h:
11975 * libs/Makefile.am:
11976 Moved color limitation and some rgb to pixel functions from
11977 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11979 * fvwm/colorset.c (parse_colorset):
11980 * libs/PictureGraphics.c (PCreateTintedPixmap):
11981 (PGraphicsTintRectangle):
11982 Implemented tinting for X server without Xrender support and
11983 did color limitation when tinting
11986 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11988 * fvwm/events.c (WaitForButtonsUp):
11989 fixed handling of button release events
11991 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11993 * fvwm/menus.c (MenuInteraction):
11994 fixed core dump w/ dynamic popdown action destroying a menu
11995 (paint_menu_gradient_background):
11996 fixed hang and/or incorrect drawing of b and d gradients in menus
11998 * fvwm/events.c (HandleEnterNotify):
11999 (HandleLeaveNotify):
12000 improved LEAVE_WINDOW/ENTER_WINDOW handling
12002 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12004 * libs/Colorset.c (SetWindowBackground):
12005 (SetWindowBackgroundWithOffset):
12007 implemented new functions to allow pixmap backgrounds with an offset
12009 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12011 * fvwm/events.c (HandleMapRequestKeepRaised):
12012 send Map/UnmapNotify before iconyfying, not after
12014 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12016 * fvwm/events.c (HandleMapRequestKeepRaised):
12017 fake a MapNotify and then an UnmapNotify when a window is created iconic
12019 * fvwm/add_window.c (AddWindow):
12020 workaround for buggy TK menu positioning
12022 * fvwm/module_interface.c (FlushMessageQueue):
12025 tried to fix module communication deadlock w/ sync mask and a full write
12032 2002-07-06 olicha <olivier.chapuis@free.fr>
12034 * libs/Flocale.c (FlocaleGetFontSet):
12035 Removed some unwanted code
12037 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12039 * fvwm/events.c (HandleLeaveNotify):
12040 (HandleEnterNotify):
12041 reduced the number of MX_LEAVE/ENTER_WINDOW messages
12043 * fvwm/events.c (CMD_XSync):
12044 very experimental patch to cycle through subwindows accepting keyboard
12045 input; call Xsync command repeatedly to test; crashes fvwm if more than
12046 1000 subwindows are used;
12048 * fvwm/focus.c (CMD_WarpToWindow):
12049 fixed a bug in warpttowindow command with subwindows of unmanaged
12052 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12054 * fvwm/events.c (HandlePropertyNotify):
12056 handle changes in the size_inc and base_size hints during opaque
12059 * fvwm/events.c (HandleButtonPress):
12060 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12061 until the button is released again; this restores the old behaviour
12062 from 2.3.23 and before with click+drag and rxvt/aterm
12064 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12066 * fvwm/update.c (apply_window_updates):
12067 fixed applying neverfocus to currently focused window; decorations
12068 partially drawn hilighted
12070 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12072 * fvwm/menucmd.c (menu_func):
12073 another module/menu/context window fix
12074 do not use global Fw anymore
12076 2002-07-05 olicha <olivier.chapuis@free.fr>
12078 * libs/Flocale.c (FlocaleStringToString2b):
12079 Fixed crash with big5-0 FontStruct
12081 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12083 * fvwm/menucmd.c (menu_func):
12084 fixed context window of menus invoked by a module
12086 fixed context menus on windows
12088 * libs/vpacket.h (ConfigWinPacket):
12089 * fvwm/module_interface.c (CONFIGARGSNEW):
12090 * fvwm/fvwm.h (FvwmWindow):
12091 fixed bugs in type conversions for transmitting certain information to
12094 * fvwm/functions.c (CheckActionType):
12095 fixed window selection problem w/ menus invoked from modules
12097 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12099 * fvwm/gnome.c (GNOME_HandlePropRequest):
12102 * fvwm/module_interface.c (ExecuteCommandQueue):
12103 fixed compile bug w/ --enable-debug-msgs
12105 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12107 * fvwm/events.c (HandleButtonPress):
12109 * fvwm/menus.c (MenuInteraction):
12111 * fvwm/windowlist.c (CMD_WindowList):
12112 * fvwm/menucmd.c (menu_func):
12113 * fvwm/module_interface.c (ExecuteModuleCommand):
12114 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12115 go away, evil globals! [removed the useless global variable
12118 * fvwm/events.c (HandleUnmapNotify):
12120 * fvwm/icons.c (Iconify):
12121 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12122 * fvwm/fvwm.h (struct):
12123 renamed is_deiconify_pending to is_iconify_pending
12126 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12128 * fvwm/menus.c (MenuInteraction):
12130 (menu_enter_tear_off_menu):
12132 * fvwm/events.c (HandleButtonPress):
12133 (HandleButtonRelease):
12136 * fvwm/menucmd.c (menu_func):
12138 * fvwm/module_interface.c (ExecuteModuleCommand):
12139 go away, evil globals! [removed the useless global variable "Context"]
12140 removed is_menu_from_frame_or_window_or_titlebar flag
12142 * fvwm/module_interface.c:
12143 * fvwm/windowlist.c:
12146 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12148 * fvwm/menuitem.c (menuitem_paint):
12149 fixed fg color of the inactive disabled menu item
12154 removed a mention of RedHat (I don't think it is correct),
12155 reworded a mention of fvwm95
12157 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12160 tabify only the leading spaces, untabify the middle of line
12162 2002-06-25 David Fries <dfries@mail.win.org>
12165 * fvwm/windowlist.c:
12166 Added code to sort based on the class name of a window for
12167 the WindowList function.
12169 2002-06-25 olicha <olivier.chapuis@free.fr>
12174 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12177 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12179 2002-06-24 Steve Talley <stephen.talley@sun.com>
12181 * fvwm/add_window.c:
12182 * fvwm/add_window.h:
12190 New Style option IconSize
12192 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12194 * NEWS, configure.in:
12195 changed version to 2.5.3
12197 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12200 removed C++ section
12203 * libs/FlocaleCharset.c:
12206 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12208 * fvwm/events.c (WaitForButtonsUp):
12209 use the wait cursot only after the 20th pass through the loop
12211 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12213 * fvwm/fvwm.1 (Examples): Language check.
12214 PipeRead as synchronous Exec.
12215 Better example for PipeRead.
12217 2002-06-21 olicha <olivier.chapuis@free.fr>
12221 Documented StringEncoding= in font name
12224 Removed --disable-compound-text doc
12226 2002-06-20 olicha <olivier.chapuis@free.fr>
12228 * libs/FBidi.h (FBidiConvert):
12229 Fixed compile if !HAVE_BIDI
12231 2002-06-19 olicha <olivier.chapuis@free.fr>
12233 * fvwm/fvwm.c (InitVariables):
12235 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12236 This fix a "null expression" at init in menustyle.c (menustyle_update)
12238 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12241 reworded supported feature listing, fixed the default xft detection
12243 added the "Supported Features" section
12245 2002-06-19 olicha <olivier.chapuis@free.fr>
12248 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12251 Removed --enable-mulibyte and --disable-compound-text config option
12252 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12255 Xft is on by default no
12257 * libs/FlocaleCharset.c (*):
12258 * libs/FlocaleCharset.h:
12259 * libs/Ficonv.c (*):
12261 * libs/Flocale.c (*):
12264 * libs/FftInterface.h:
12267 * fvwm/ewmh_names.c ():
12268 Some cleanup. Implemented StringEncoding= in font names. Fixed
12269 string encoding for xft fonts. Try to be more cleaver about defaults
12270 charsets. Improvement in the locale charset table.
12273 Some documentation cleanup regarding Xft
12275 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12277 * fvwm/functions.c (find_func_type):
12278 fixed bug i introduced w/ last commit
12280 * fvwm/fvwm.c (Done):
12282 * fvwm/functions.c (functions_is_complex_function):
12283 * fvwm/builtins.c (CMD_DestroyFunc):
12286 moved functions to functions.c
12289 * fvwm/functable.c:
12290 * fvwm/functable.h:
12291 * fvwm/functions.h:
12293 * fvwm/functions.c:
12294 moved some types and functions to other/new files
12296 * fvwm/functions.c:
12297 * fvwm/expand.c (expand_vars_extended):
12299 functions moved to new file
12301 * fvwm/functions.c:
12304 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12306 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12307 fixed colourmap focus problem
12310 tabified all files and removed all trailing spaces
12312 * fvwm/move_resize.c (move_window_doit):
12313 * fvwm/virtual.c (CMD_MoveToDesk):
12314 MoveToPage and MoveToDesk no longer unstick windows
12316 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12322 reworded some names of supported features
12324 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12326 * fvwm/update.c (apply_window_updates):
12327 * fvwm/session.c (MatchWinToSM):
12328 * fvwm/add_window.c (setup_window_structure):
12329 * fvwm/windowshade.c (CMD_WindowShade):
12330 * fvwm/window_flags.h:
12331 fixed a problem w/ shaded windows changind the title direction
12333 * fvwm/geometry.c (get_shaded_geometry):
12334 fixed shading window to 0 width or height
12336 * fvwm/add_window.c (AddWindow):
12337 fixed a memory leak and an initial window placement bug
12339 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12342 minor improvements in output, added bin/fvwm-perllib
12344 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12346 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12347 fixed copying PopupOffset values in CopyMenuStyle
12352 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12356 added CopyStringWithQuotes, not perfect, but works for now
12358 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12360 * fvwm/functions.h:
12362 * fvwm/functions.c (func_config):
12363 * libs/FScreen.c (FScreenConfigureSLSScreens):
12364 (FScreenConfigureModule):
12365 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12366 new command XineramaSLSScreens
12369 cleaned up Xinerama ifdefs
12371 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12374 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12376 2002-06-07 olicha <olivier.chapuis@free.fr>
12379 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12380 Some shadow text position fixes
12382 2002-06-06 olicha <olivier.chapuis@free.fr>
12384 * fvwm/update.c (apply_window_updates):
12385 Fixed the position of shaded windows after certain style update
12388 Fixed some options names
12390 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12392 * fvwm/module_interface.c (CMD_SendToModule):
12393 fixed SendToModule when the first parameter contains quotes
12395 2002-06-06 olicha <olivier.chapuis@free.fr>
12397 * fvwm/fvwm.c (main):
12398 * fvwm/ewmh.c (EWMH_Init):
12399 Init the EWMH before reading the config. Always setup the working
12402 2002-06-05 olicha <olivier.chapuis@free.fr>
12404 * fvwm/update.c (apply_window_updates):
12405 Fixed the position of a shaded window during a style update
12408 * libs/Flocale.c (FlocaleRotateDrawString):
12409 (FlocaleGetShadowTextPosition):
12410 Fixed side title text position if the font has no shadow
12413 * libs/Ficonv.c (FiconvInit):
12414 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12415 * libs/Flocale.c (FlocaleInit):
12416 (FlocaleRotateDrawString):
12417 (FlocaleGetFontSet):
12418 (FlocaleGetFontOrFontSet):
12420 (FlocaleDrawString):
12421 (FlocaleTextWidth):
12422 (FlocaleFreeNameProperty):
12423 (FlocaleGetNameProperty):
12424 (FlocaleTextListToTextProperty):
12425 Finish to remove the multibyte patch. This gives a more clean code
12426 and can only prevent bugs
12428 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12430 * fvwm/placement.c (PlaceWindow):
12431 fixed CascadePlacement with huge windows (xterm -g 240x100),
12432 that were aligned to bottom-right instead of top-left;
12433 small adjustments (removed border_width from calculations,
12434 don't place normal windows at 0, commented out some strange code)
12436 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12439 document CascadePlacement and FvwmIconMan improvements
12444 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12446 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12447 * fvwm/fvwm.c (InitVariables):
12448 * fvwm/placement.c (PlaceWindow):
12449 * fvwm/screen.h (struct ScreenInfo):
12450 improved *CascadePlacement, if the last placed window does not exist
12451 any more, reuse the last used position instead of adding a new cascade
12453 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12455 * fvwm/events.c (HandleEnterNotify):
12456 * fvwm/fvwm.c (InitVariables):
12458 Fixed colormap handling over decorative parts of a window
12460 2002-06-03 olicha <olivier.chapuis@free.fr>
12462 * fvwm/module_interface.c (make_named_packet):
12463 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12464 related to named module packet
12466 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12468 * fvwm/focus.c (focus_grab_buttons):
12469 * fvwm/events.c (HandleButtonPress):
12470 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12472 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12474 * fvwm/bindings.c (ParseBinding):
12475 replaced an error "Illegal mouse button" with a descriptive warning
12476 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12478 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12480 * fvwm/events.c (GetContext):
12481 fixed key bindings on decorations
12484 removed XEVMASK_DECORW
12486 2002-05-31 olicha <olivier.chapuis@free.fr>
12490 Documented shadow effect in a new section FONT EFFECTS
12492 2002-05-31 olicha <olivier.chapuis@free.fr>
12494 * libs/Fft.c (FftDrawString):
12495 * libs/Colorset.c (DumpColorset):
12498 * fvwm/colorset.c (parse_colorset):
12499 New colorset option fg_alpha which defines an alpha for rendering
12502 2002-05-29 olicha <olivier.chapuis@free.fr>
12504 * libs/Fft.c (FftSetupEncoding):
12511 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12512 to Xft FLAGS and LIBS
12514 * fvwm/Makefile.am:
12515 * libs/Makefile.am:
12516 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12517 Xft2 library. Removed FT2 CFLAGS and LIBS
12519 2002-05-27 olicha <olivier.chapuis@free.fr>
12524 Some Xft2 and fontconfig preparation
12527 * libs/Flocale.c (FlocaleParseShadow):
12529 (FlocaleGetShadowTextPosition):
12530 Added offset to shadow text
12533 Fixed the position of ne shadow text and remove some unused #define
12535 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12537 * fvwm/colorset.c (parse_colorset):
12538 fixed integer overflow in average colour calculation
12540 2002-05-27 olicha <olivier.chapuis@free.fr>
12542 * libs/gravity.c (GetNextMultiDirection):
12543 (ParseMultiDirectionArgument):
12545 Added a multi direction type which is a "<<" version of direction
12546 type. Added a parse and a next functions
12549 * libs/Flocale.c (FlocaleParseShadow):
12550 (FlocaleGetNextShadowDirection):
12551 (FlocaleGetShadowTextPosition):
12552 Used gravity multi direction type and functions. Removed
12553 FlocaleGetNextShadowDirection
12555 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12557 * fvwm/focus.c (restore_focus_after_unmap):
12558 fixed a problem w/ colormap transition when transient window died
12560 * fvwm/add_window.c (AddWindow):
12563 * fvwm/session.c (getUniqueStateFilename):
12564 applied security patch by Jan Echternach
12566 * fvwm/fvwm.c (InitVariables):
12567 Properly initialise Scr.flags.is_pointer_on_this_screen
12569 * libs/fvwmlib.h (FvwmFont):
12570 * fvwm/fvwm.c (setVersionInfo):
12573 * acconfig.h (MULTIBYTE):
12574 removed MULTIBYTE option (unconditionally on)
12576 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12578 * libs/gravity.c (ParseDirectionArgument):
12579 allow "t", "u", ... shortcuts as direction arguments
12581 * fvwm/style.c (check_window_style_change):
12582 (parse_and_set_window_style):
12583 * fvwm/frame.c (frame_setup_border):
12584 (frame_get_shading_laziness):
12585 (frame_get_sidebar_geometry):
12586 * fvwm/decorations.c (SelectDecor):
12587 * fvwm/add_window.c (setup_style_and_decor):
12588 (setup_resize_handle_cursors):
12589 (setup_resize_handle_windows):
12590 (change_resize_handle_windows):
12591 (destroy_auxiliary_windows):
12592 * fvwm/borders.c (border_get_border_gcs):
12593 (border_draw_border_parts):
12594 * fvwm/style.h (SCSET_HAS_BORDER):
12595 * fvwm/fvwm.h (FvwmWindow):
12596 * fvwm/window_flags.h (SET_HAS_BORDER):
12597 new styles NoBorder/Border
12599 2002-05-26 olicha <olivier.chapuis@free.fr>
12602 * libs/Flocale.c (FlocaleParseShadow):
12603 (FlocaleGetNextShadowDirection):
12604 (FlocaleGetShadowTextPosition):
12606 Implemented multidirectional shadow text rendering
12610 (FlocaleFontStructDrawString):
12611 (FlocaleRotateDrawString):
12613 (FlocaleDrawString):
12614 (FlocaleTextWidth):
12615 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12616 * libs/Fft.c (FftDrawString):
12617 Cleanup the FlocaleFont structure by addings some flags
12619 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12621 * fvwm/events.c (HandleFocusIn):
12622 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12623 * fvwm/screen.h (ScreenInfo):
12624 * fvwm/focus.c (FocusOn):
12625 ignore EnterNotify events while a window is waiting to receive focus
12626 from the Focus or FlipFocus commands; should prevent plenty of race
12627 contidions caused by executing complex functions by a key press, button
12628 press or from a menu; fixes Alt-Tab problem
12630 * fvwm/events.c (HandleMapNotify):
12631 immediately draw window decorations when window is mapped; the new frame
12632 drawing code takes care of suppressing unnecessary redraws
12633 (HandleLeaveNotify):
12634 fixed a bug w/ LeaveNotify event with NotifyGrab
12636 2002-05-22 olicha <olivier.chapuis@free.fr>
12639 * libs/Fft.c (FftDrawString):
12640 * libs/Flocale.c (FlocaleFontStructDrawString):
12641 (FlocaleRotateDrawString):
12643 (FlocaleGetShadowTextPosition):
12644 (FlocaleDrawString):
12645 (FlocaleDrawUnderline):
12646 (FlocaleTextWidth):
12647 Implemented negative shadow text
12649 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12651 * fvwm/menucmd.c (CMD_AddToMenu):
12652 * fvwm/windowlist.c (CMD_WindowList):
12655 changed signature of AddToMenu
12657 * fvwm/menus.c (clone_menu_root_static):
12658 fixed problem w/ menu style usage count and tear off menus
12659 fixed core dump w/ not copying the missing sub menu function in tear
12661 (clone_menu_item_list):
12663 (add_another_menu_item):
12664 (size_menu_vertically):
12665 fixed additional "More..." items in sub menus of torn off menus
12667 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12670 fixed #endif warning
12671 * fvwm/ConfigFvwmDefaults:
12672 added CirculateSkip to tear off menus
12674 fixed ShadeAgain quoting
12676 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12678 * fvwm/events.c (HandleButtonPress):
12679 allow to pass the focus click to applications and have a function bound
12680 to it at the same time
12684 fixed compilation problem
12686 2002-05-20 olicha <olivier.chapuis@free.fr>
12688 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12689 Fixed blue colour in png image and ewmh icons
12691 * libs/Flocale.c (FlocaleLoadFont):
12692 Removed some debug code
12694 * fvwm/colorset.c (parse_colorset):
12696 * libs/ColorUtils.c (GetForeShadowColor):
12697 Added Mikhael algo to compute the default fgsh
12699 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12701 * fvwm/functions.c (expand_extended_var):
12702 expand $[fgsh.csN], use constants instead of numbers
12704 2002-05-17 olicha <olivier.chapuis@free.fr>
12706 * libs/Flocale.c (FlocaleDrawString):
12707 (FlocaleDrawUnderline):
12709 Removed some unused and debug code
12711 2002-05-17 olicha <olivier.chapuis@free.fr>
12713 * fvwm/menuitem.c (draw_underline):
12715 * libs/Flocale.c (FlocaleDrawUnderline):
12716 Move draw_underline into Flocale.c and fix underline position with
12719 2002-05-17 olicha <olivier.chapuis@free.fr>
12721 * fvwm/style.c (update_window_color_style):
12722 (update_window_color_hi_style):
12723 * fvwm/move_resize.c (DisplayPosition):
12725 * fvwm/menuitem.c (menuitem_paint):
12726 * fvwm/borders.c (get_common_decorations):
12727 (border_get_titlebar_draw_descr):
12729 * fvwm/icons.c (DrawIconWindow):
12730 Pass the colorset to text drawing via the FlocaleWinString structure
12733 * libs/ColorUtils.c (GetForeShadowColor):
12735 * fvwm/colorset.c (parse_colorset):
12737 * libs/Colorset.c (DumpColorset):
12739 Added fgsh colorset and two new functions GetForeShadowColor and
12740 GetForeShadow which should be modified
12742 * libs/Makefile.am:
12744 * libs/FftInterface.h (new file):
12745 * libs/Fft.c (FftDrawString):
12747 * libs/Flocale.c (FlocaleFontStructDrawString):
12748 (FlocaleRotateDrawString):
12749 (FlocaleDrawString):
12750 (FlocaleTextWidth):
12752 Implemented text shadow rendering
12754 2002-05-11 olicha <olivier.chapuis@free.fr>
12757 * fvwm/builtins.c (refresh_window):
12758 * fvwm/update.c (apply_window_updates):
12760 * fvwm/style.c (check_window_style_change):
12761 ParentalRelativity style is now dynamic
12763 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12765 * fvwm/menuitem.c (menuitem_paint):
12766 fixed menu item hilight area
12768 2002-05-09 olicha <olivier.chapuis@free.fr>
12770 * libs/Makefile.am:
12771 * libs/XError.c (request_name):
12772 * libs/PictureImageLoader.c (PImageLoadPng):
12773 (PImageCreatePixmapFromArgbData):
12774 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12775 (PGraphicsTileRectangle):
12776 (PGraphicsCopyFvwmPicture):
12777 * libs/FRenderInit.c (new file):
12778 * libs/FRenderInit.h (new file):
12779 * libs/FRenderInterface.h:
12780 * libs/FRender.c (*):
12781 * fvwm/colorset.c (parse_tint):
12783 * fvwm/fvwm.c (main):
12784 * fvwm/events.c (HandlePropertyNotify):
12785 Change the design of the previous commit. Now a module should call
12786 FRenderInit when it wants to use a function which depends on XRender.
12788 2002-05-09 olicha <olivier.chapuis@free.fr>
12796 Include Fft.h include FRender.h as Xft.h include Xrender.h
12798 * libs/FRenderInterface.h:
12800 * libs/FRender.c (FRenderInit):
12801 (FRenderGetErrorCodeBase):
12802 (FRenderGetMajorOpCode):
12803 (FRenderGetExtensionSupported):
12804 (FRenderGetErrorText):
12805 Improve XRender initialization, check if the XRender extension is
12806 enabled and get the error code base and the major op code.
12807 Add error functions for the X error handler.
12809 * libs/XError.c (PrintXErrorAndCoredump):
12811 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12814 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12815 * fvwm/events.c (HandlePropertyNotify):
12816 * fvwm/colorset.c (parse_tint):
12818 * libs/PictureImageLoader.c (PImageLoadPng):
12819 (PImageCreatePixmapFromArgbData):
12820 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12821 (PGraphicsCopyFvwmPicture):
12822 (PGraphicsTileRectangle):
12823 * libs/FRender.c (FRenderCopyArea):
12824 (FRenderTintRectangle):
12825 Check if the XRender extension is enabled on the display before
12826 performing XRender operations
12828 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12830 * fvwm/menuitem.c (menuitem_paint):
12831 fixed item hilighting problems
12833 2002-05-07 olicha <olivier.chapuis@free.fr>
12835 * fvwm/colorset.c (parse_colorset):
12838 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12840 * fvwm/events.c (HandlePropertyNotify):
12841 workaround for xterm resize problem
12843 * fvwm/colorset.c (parse_colorset):
12844 (free_colorset_background):
12847 fixed various bugs and core dumps w/ the cs->picture structure;
12848 note: it's a pointer, so compare with NULL, not with None
12850 * fvwm/frame.c (frame_setup_window):
12851 (frame_setup_window_app_request):
12852 (frame_force_setup_window):
12853 (frame_setup_window_internal):
12854 (frame_create_move_resize_args):
12855 (frame_free_move_resize_args):
12856 * fvwm/add_window.c (setup_window_attr):
12857 * fvwm/events.c (HandleConfigureRequest):
12858 (HandlePropertyNotify):
12859 fixed [?] bit_gravity/resize problem
12861 * fvwm/events.c (HandleEnterNotify):
12862 reformatted EdgeCommand code
12864 2002-05-06 olicha <olivier.chapuis@free.fr>
12866 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12867 Resize an ewmh icon to the wanted size if it is to big
12869 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12870 Set also the stacking list when a window is destroyed
12872 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12874 * fvwm/fvwm.1: Finish language check.
12875 Fix typo in Mouse section, context should be on new line.
12877 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12879 * fvwm/fvwm.1 (file): Restore icons and images text with some
12881 Started on lang check, not done yet.
12883 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12885 * fvwm/module_interface.c (make_named_packet):
12886 Applied Mikhail Kruk patch
12888 2002-05-02 olicha <olivier.chapuis@free.fr>
12890 * libs/FlocaleCharset.h:
12891 * libs/Ficonv.c (FiconvSetupConversion):
12892 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12894 * libs/Flocale.c (FlocaleGetFftFont):
12895 (FlocaleGetFontSet):
12898 (FlocaleUnloadFont):
12900 Implemented charset/iconv hints in font name
12902 2002-04-29 Stian Sletner <stian@sletner.com>
12904 * fvwm/windowlist.c (CMD_WindowList):
12905 Added new Windowlist option IconifiedAtEnd
12907 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12909 * fvwm/module_interface.c:
12912 moved two constant strings to Module.h, so they may be used by perllib
12914 2002-04-29 olicha <olivier.chapuis@free.fr>
12916 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12917 Fixed a core dump if the charset is not found
12919 * libs/Flocale.c (FlocaleStringToString2b):
12920 Removed some debug code
12922 2002-04-29 olicha <olivier.chapuis@free.fr>
12924 * libs/Fft.c (FftGetFontWidths):
12925 (FftGetFontWidths):
12928 * libs/Flocale.c (FlocaleGetFont):
12929 (FlocaleGetFontSet):
12930 (FlocaleGetFftFont):
12931 Removed min_char_offset member of the FlocaleFont as it is not use
12932 since we rotate string for side title
12934 * libs/Ficonv.c (FiconvSetupConversion):
12935 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12936 (FlocaleCharsetSetFlocaleCharset):
12938 * libs/Flocale.c (FlocaleTextWidth):
12939 (FlocaleDrawString):
12940 (FlocaleUtf8ToUnicodeStr2b):
12942 (FlocaleStringToString2b):
12943 (FlocaleRotateDrawString):
12944 (FlocaleFontStructDrawString):
12945 Added support for drawing string with 10646-1 fonts without an utf8
12946 locale. Also, drawing strings with a multibyte font now work not so
12947 bad even if the locale have nothing to do with the font.
12949 * libs/Fft.c (FftUtf8ToFftString16):
12952 Added utf8 rendering with iso10646-1 fonts on system without
12955 * fvwm/colorset.c (reset_cs_pixmap):
12960 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12962 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12965 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12967 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12969 * fvwm/move_resize.c:
12970 don't start Move with snap disabled if Alt is initially pressed
12972 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12974 * NEWS, configure.in:
12975 changed version to 2.5.2
12977 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12980 improved main headers, added new COLORSETS section;
12981 documented State condition
12984 documented Tint in colorsets and utility renaming
12987 corrected several error reporting problems
12989 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12992 fixed leaving tear off menus
12994 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12996 * fvwm/borders.c (border_draw_part_relief):
12997 (border_set_button_pixmap):
12998 (border_draw_title_stick_lines):
12999 (border_draw_title_mono):
13000 (border_draw_title_relief):
13001 * libs/fvwmlib.h (RelieveRectangle2):
13002 (RelieveRectangle):
13003 replaced functions by macros
13005 * libs/Graphics.c (do_relieve_rectangle):
13006 applied performance patch by Dave Trollope
13008 2002-04-24 Mikhael Goikhman <migo@homemail.com>
13014 * libs/FlocaleCharset.c:
13015 FBidi is now independent from Flocale* again;
13016 iso8859-6.8x fonts recognized now as bidi-enabled
13018 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13021 fixed --disable-multibyte
13023 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13025 * fvwm/borders.c (border_draw_title_deep):
13026 (border_set_title_pixmap):
13027 (border_set_button_pixmap):
13028 fixed SolidButton title and button style
13030 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13035 added new entry about CurrentAtEnd
13038 minor reformatting and spell checking
13040 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
13042 * fvwm/windowlist.c (CMD_WindowList):
13043 Added new Windowlist option CurrentAtEnd
13045 2002-04-22 olicha <olivier.chapuis@free.fr>
13047 * fvwm/colorset.c (parse_colorset):
13049 Fixed an enormous core dump which comes from a cvs merging problem
13051 * fvwm/Makefile.am:
13054 Added Xrender detection and link fvwm if needed
13056 * libs/PictureGraphics.c:
13057 * libs/PictureGraphics.h:
13060 * libs/FRenderInterface.h:
13061 * libs/PictureGrpahics.c (*):
13062 * libs/PictureGrpahics.h:
13063 New libs files to acheive alpha-blend rendering and better XBM
13064 support. PictureGraphics contains elaborated version and also
13065 simplified version of XFillRectangle, XCopyPlan and XCopyArea
13069 * fvwm/icons.c (clear_icon):
13073 * fvwm/events.c (HandlePropertyNotify):
13074 * fvwm/borders.c (border_fill_pixmap_background):
13075 (border_get_border_background):
13076 (border_draw_decor_to_pixmap):
13077 * fvwm/menuitem.c (menuitem_paint):
13078 * fvwm/add_window.c (destroy_icon):
13079 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13080 * fvwm/geometry.c (move_icon_to_position):
13081 * fvwm/colorset.c (free_colorset_background):
13084 Implemented alpha-blend rendering with the new libs function
13086 * fvwm/colorset.c (free_colorset_background):
13089 Implemented tinting of a Pixmap background colorset
13091 * fvwm/colorset.c (parse_colorset):
13092 Use the Scr.NoFocusWin as main window in the place of the
13093 Scr.SizeWindow, this fix a lot of X errors in my machine.
13095 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13096 Donated our alpha channel
13099 * fvwm/module_interface.h:
13100 * fvwm/module_interface.c (SendFvwmPicture):
13101 (BroadcastMiniIcon):
13103 (BroadcastFvwmPicture):
13104 (CMD_Send_WindowList):
13105 * fvwm/add_window.c (change_mini_icon):
13106 (broadcast_mini_icon):
13107 * fvwm/ewmh_icons.c:
13108 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13109 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13111 * libs/Makefile.am:
13112 * libs/PictureBase.c (*):
13113 * libs/PictureBase.h:
13114 * libs/Picture.c (*):
13116 * libs/PictureImageLoader.c (*):
13117 * libs/PictureImageLoader.h:
13119 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13120 PictureImageLoader.
13121 Rename some libs function: InitPictureCMap -> PictureInitCMap,
13122 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13123 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13124 SetImagePath -> PictureSetImagePath, findImageFile ->
13125 PictureFindImageFile, PictureList -> FvwmPictureList,
13126 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
13127 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13128 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13129 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13130 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13131 Also renamed more recent functions in PictureImageLoader.
13133 * fvwm/borders.c (border_draw_one_border_part):
13134 (border_draw_decor_to_pixmap):
13135 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13138 * fvwm/menus.c (pop_menu_up):
13139 (animated_move_back):
13140 (ParentalMenuRePaint):
13141 * fvwm/move_resize.h (resize_geometry_window):
13142 * fvwm/move_resize.c (move_window_doit):
13143 (AnimatedMoveAnyWindow):
13144 (AnimatedMoveOfWindow):
13145 (AnimatedMoveFvwmWindow):
13146 Fixed transparent animated menu
13148 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13157 fixed running out of colors on 8bpp with ReadWriteColors;
13158 simulate colorsets on monochrome displays using three 1-bit pixmaps
13160 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13163 fixed $PERL detection again
13168 added -Wno-implicit-int to -Wall in case of gcc
13172 fixed ReadWriteColors on a PseudoColor display
13174 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13176 * fvwm/move_resize.c (move_window_doit):
13177 set the is_icon_moved too flag if the icon was moved non-interactively
13183 Moved FvwmTheme functionality into fvwm.
13184 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13186 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13189 fixed $PERL detection
13192 * fvwm/ConfigFvwmDefaults:
13193 several fixes and spelling
13195 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13197 * libs/Bindings.c (CheckBinding):
13200 (GrabWindowButton):
13201 (MatchBindingExactly):
13202 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13205 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13208 configure now uses $PERL if set
13211 all programs installed into ${bindir} have now fvwm- prefix;
13212 documentation updated
13214 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13217 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13218 documentation updated
13220 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13223 added 2.4.7 entries
13225 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13227 * AUTHORS: New author.
13229 * NEWS: Edge Command.
13231 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13234 Added EdgeCommand paragraph.
13236 * fvwm/events.c (HandleEnterNotify):
13237 Added execution of Scr.PanFrame*.command if set
13239 * fvwm/fvwm.c (InitVariables):
13240 Added init strings for pan frame commands.
13245 Avoid hiding of pan frames if pan frame command is set.
13247 Implementation of the buildin command EdgeCommand. First
13248 implementation of this function.
13250 * fvwm/screen.h (struct):
13251 added char * command in structure Panframe to store the pan frame
13254 * fvwm/functions.c:
13255 added declaration of CMD_ENTRY("edgecommand")
13257 * fvwm/functions.h:
13258 added definition of Flag F_EDGE_COMMAND
13261 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13263 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13266 added "BI-DIRECTIONAL TEXTS" section
13269 added #include <sys/select.h> to fix endless loop on QNX
13271 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13274 changed description of focus models
13276 2002-04-09 olicha <olivier.chapuis@free.fr>
13279 Check for libpng libpng 1.0.4a or better
13281 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13283 * fvwm/add_window.c (setup_title_geometry):
13286 * fvwm/geometry.c (get_title_font_size_and_offset):
13288 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13290 * fvwm/window_flags.h:
13291 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13293 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13295 new Style options TopTitleRotated / TopTitleNotRotated,
13296 BottomTitleRotated / BottomTitleNotRotated
13298 2002-04-08 olicha <olivier.chapuis@free.fr>
13300 * libs/Makefile.am:
13301 Fixed make dist again
13303 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13305 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13307 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13310 minor wording fixes
13313 mention a new FvwmIconMan syntax
13315 * sample.fvwmrc/new-features:
13316 * sample.fvwmrc/system.fvwm2rc:
13317 * sample.fvwmrc/system.fvwm2rc-sample-95:
13318 use a new module syntax
13320 2002-04-06 olicha <olivier.chapuis@free.fr>
13324 Forget to save some file
13326 * libs/FImageLoader.c (c100_init_base_table):
13327 Allows init even if !XPM
13329 * libs/Makefile.am:
13333 Fixed png detection
13335 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13336 Fixed a GC memory leaks.
13338 * fvwm/fvwm.c (setVersionInfo):
13340 Updated -version for png, bidi and xft
13343 Modified the ICONS section. Rename it ICONS AND IMAGES and
13344 document PNG file format. Replace "xpm or bitmap file" by
13345 "image file" in a few place.
13349 PNG news and documented libpng in the "Optional libraries used by FVWM"
13352 2002-04-05 olicha <olivier.chapuis@free.fr>
13354 * libs/FImageLoader.c (c100_init_base_table):
13355 (FImageReduceRGBColor):
13356 (FImageCreatePixmapFromArgbData):
13357 Speed up color limitation for png image and ewmh icons
13358 Respect color limit even with DirectColor and TrueColor
13361 * acconfig.h (HAVE_PNG):
13362 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13363 even without XPM support
13366 * libs/InitPicture.c (new file):
13367 * libs/InitPicture.h (new file):
13370 * libs/FImageLoader.c (new file):
13371 * libs/FImageLoader.h (new file):
13372 * libs/Fxpm.h (new file):
13373 * libs/Fpng.h (new file):
13374 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13375 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13376 ColorLimit stuff is applied to PNG image.
13377 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13378 Picture.c and Picture.h.
13379 InitPicture contains the Picture structure, initialize the visual,
13380 depth and color map and contains image path stuff as Picture contains
13381 Picture manipulations.
13383 * libs/ColorUtils.c:
13385 Moved the Picture color utils func to ColorUtils
13387 * fvwm/Makefile.am:
13388 links against libpng
13390 * fvwm/icons.c (GetIconPicture):
13394 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13395 the libs image loader
13397 * fvwm/cursor.c (CMD_CursorStyle):
13398 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13400 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13401 (EWMH_SetIconFromWMIcon):
13402 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13406 Send the ColorLimit to module in any case
13413 * fvwm/add_window.c:
13417 * fvwm/menustyle.c:
13418 * fvwm/move_resize.c:
13421 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13423 * fvwm/events.c (test_map_request):
13424 (test_resizing_event):
13425 fixed endless loop in HandleConfigureRequest
13427 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13429 * fvwm/add_window.c (setup_style_and_decor):
13430 fixed borderless transients
13432 * fvwm/events.c (test_resizing_event):
13433 (HandleConfigureRequest):
13434 * fvwm/frame.c (frame_create_move_resize_args):
13435 * fvwm/add_window.c (AddWindow):
13437 * fvwm/window_flags.h:
13438 tried to improve ConfigureRequest handling
13440 * fvwm/events.c (HandlePropertyNotify):
13441 recalculate window size when the base_width or base_height hint
13442 changes; fixes some problems with xemacs
13444 * fvwm/virtual.c (map_window):
13447 * fvwm/borders.c (border_draw_decorations):
13448 don't redraw windows on a different desk
13449 keep track of Scr.Hilite
13451 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13453 * fvwm/virtual.c (unmap_window):
13454 * fvwm/move_resize.c (resize_window):
13455 * fvwm/icons.c (Iconify):
13456 * fvwm/add_window.c (CaptureOneWindow):
13457 * fvwm/borders.c (border_undraw_decorations):
13458 mark window decorations as not drawn whenever the frame is unmapped
13460 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13462 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13464 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13467 use safemalloc and alloca instead of malloc
13469 2002-03-29 olicha <olivier.chapuis@free.fr>
13471 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13472 Set the X locale charset on system without XOpenOM
13474 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13477 fixed multibyte support reporting
13479 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13484 moved gcc extension __attribute__ handling to config.h
13486 * fvwm/fvwm.c (main):
13487 * fvwm/stack.c (add_window_to_stack_ring_after):
13488 * fvwm/icons.c (GetIconWindow):
13490 * fvwm/add_window.c:
13491 fixed core dumps and other bugs in debug messages
13493 2002-03-27 olicha <olivier.chapuis@free.fr>
13495 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13496 (FlocaleCharsetSetFlocaleCharset):
13498 * configure.in (problem_multibyte):
13499 Fixed compilation for system without XOpenOM in Xlib.h
13501 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13502 * libs/Ficonv.c (FiconvInit):
13506 include only libs/Flocale.h
13508 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13511 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13516 * libs/FlocaleCharset.c:
13517 minor modifications, like removed #include;
13518 fixed core dump with bidi and utf-8
13520 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13522 * fvwm/frame.c (frame_update_hidden_window_pos):
13523 fixed shade/maximize/unshade
13525 * fvwm/builtins.c (FreeDecorFace):
13528 * fvwm/borders.c (get_common_decorations):
13529 (border_get_border_style):
13530 * fvwm/style.c (parse_and_set_window_style):
13532 * fvwm/window_flags.h:
13533 * fvwm/fvwm.h (struct):
13534 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13535 (frame_create_move_resize_args):
13536 (frame_move_resize_step):
13537 (frame_next_move_resize_args):
13538 new styles WindowShadeLazy [default], WindowShadeBusy and
13539 WindowShadeAlwaysLazy
13541 * fvwm/frame.c (frame_set_decor_gravities):
13542 fixed window bit gravities
13543 split into smaller functions
13544 (frame_move_resize_step):
13545 fixed a bug w/ the parent gravity
13546 (frame_hide_changing_window_parts):
13547 fixed flickering in one of the corners during shade animation
13548 (frame_mrs_hide_changing_parts):
13550 (frame_mrs_prepare_vars):
13551 (frame_mrs_hide_unhide_parent):
13552 (frame_mrs_setup_draw_decorations):
13553 (frame_mrs_resize_move_windows):
13556 2002-03-25 olicha <olivier.chapuis@free.fr>
13558 * libs/Fft.c (FftSetupEncoding):
13561 * libs/Flocale.c (FlocaleDrawString):
13562 * libs/FBidi.c (FBidiConvert):
13564 Pass the font to FBidiConvert
13566 * acconfig.h (HAVE_LIBCHARSET):
13567 * acinclude.m4 (CHECK_LIBCHARSET):
13569 If libiconv is used check for libcharset
13571 * libs/Makefile.am:
13572 * libs/FlocaleCharset.h:
13573 * libs/FlocaleCharset.c:
13575 * libs/Flocale.c (*):
13576 * libs/Fft.c (FftSetupEncoding):
13578 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13579 FlocaleFont has such a member which is set when charset info are needed.
13580 FlocaleCharset.c contains a big table which associates to an X charset
13581 various possible locale charsets and the fribidi charset.
13582 If libiconv is used, libcharset is used to compute the locale charset.
13583 Various Flocale clean up.
13585 * fvwm/fvwm.c (main):
13586 Removed the call to FlocaleInitCharset, it is now done automatically
13589 * libs/Makefile.am:
13592 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13594 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13597 (EWMH_SetDesktopNames):
13598 Moved iconv conversions into the library. Try to found the good iconv
13599 charset with the help of the font and of the FlocaleCharset table.
13601 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13603 * libs/Module.c (SendFvwmPipe):
13604 * libs/Graphics.c (do_relieve_rectangle):
13605 * fvwm/menustyle.c (menustyle_parse_old_style):
13606 * fvwm/add_window.c (setup_window_structure):
13607 memory management patches by Dave Trollope
13609 * fvwm/frame.c (frame_get_sidebar_geometry):
13610 hide the handles when using the NoHandles style
13612 * fvwm/borders.c (border_redraw_decorations):
13613 change in title rotation is applied immediately, don't use the value "2"
13616 * fvwm/style.c (parse_and_set_window_style):
13617 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13619 documented the new title directions
13620 (parse_and_set_window_style):
13621 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13623 documented these styles
13625 * fvwm/add_window.c (CaptureOneWindow):
13626 (CaptureAllWindows):
13630 * fvwm/icons.c (DeIconify):
13631 fiexd fucoused window not hilighting after deiconification
13633 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13635 * fvwm/update.c (apply_window_updates):
13636 windows are not unshaded when the decoration layout changes
13638 * fvwm/frame.c (frame_create_move_resize_args):
13639 fixed excessive redrawing
13640 (frame_get_hidden_pos):
13641 fixed parent geometry when window is hidden
13643 * fvwm/add_window.c (setup_frame_stacking):
13644 fixed stacking of right buttons
13646 * fvwm/frame.c (frame_set_decor_gravities):
13647 fixed title and button bit gravities
13649 * fvwm/add_window.c (setup_frame_stacking):
13650 (change_auxiliary_windows):
13651 fixed "button" style
13653 * fvwm/geometry.c (get_title_button_geometry):
13654 * fvwm/menus.c (pop_menu_up):
13655 fixed menu placement relative to window titles
13657 * libs/Flocale.c (FlocaleDrawString):
13658 fixed compiler warning w/o fribidi
13660 * fvwm/virtual.c (MoveViewport):
13662 (do_move_window_to_desk):
13663 * fvwm/update.c (apply_window_updates):
13664 * fvwm/icons.c (Iconify):
13666 * fvwm/module_interface.c (SETOLDFLAGS):
13667 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13668 * fvwm/style.c (parse_and_set_window_style):
13669 * fvwm/window_flags.h:
13670 * fvwm/session.c (MatchWinToSM):
13671 * fvwm/placement.c (PlaceWindow):
13672 * fvwm/add_window.c (CaptureAllWindows):
13673 (setup_window_placement):
13674 (CaptureOneWindow):
13677 * fvwm/menus.c (menu_tear_off):
13678 * fvwm/events.c (HandleMapRequestKeepRaised):
13681 removed some of those pesky globals: PPosOverride, isIconicState and
13682 isIconifiedByParent; pass round a structure instead
13683 removed the do_start_iconic window flag
13684 removed do_delete_icon_moved flag
13686 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13690 renamed HAVE_FRIBIDI to HAVE_BIDI
13694 added more comments
13696 * fvwm/Makefile.am:
13698 * libs/Makefile.am:
13699 added a dummy call to FBidi to test linking against bidi libs
13701 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13703 * fvwm/windowshade.c (CMD_WindowShade):
13704 changed syntax of windowshade with direction
13706 update button state after unshading
13708 * fvwm/add_window.c (AddWindow):
13709 fixed mini icon update
13711 * fvwm/events.c (HandleEnterNotify):
13712 fixed icon picture redrawing
13713 icon titles are no longer raised and expanded if the icon has only a
13716 * fvwm/move_resize.c (resize_window):
13719 * libs/gravity.c (gravity_move_resize_parent_child):
13720 * fvwm/frame.c (frame_get_titlebar_dimensions):
13721 (frame_prepare_animation_shape):
13722 (frame_move_resize_step):
13723 (frame_get_titlebar_dimensions_only):
13724 (frame_get_hidden_pos):
13725 (frame_update_hidden_window_pos):
13726 (frame_free_move_resize_args):
13727 (frame_create_move_resize_args):
13728 fixed shading of shaped windows
13733 * fvwm/fvwm.c (main):
13734 * fvwm/misc.c (GrabEm):
13735 fixed a problem with the cursor shape during window shading
13737 * fvwm/update.c (apply_window_updates):
13738 fixed drawing of hilighted window after a decoration change
13740 * fvwm/update.c (apply_window_updates):
13741 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13742 * fvwm/borders.c (RedrawDecorations):
13743 renamed RedrawDecorations()
13745 * fvwm/move_resize.c (move_window_doit):
13747 * fvwm/misc.c (move_into_rectangle):
13748 (intersect_xrectangles):
13749 functions renamed and moved to fvwmrect.c
13751 * fvwm/borders.c (border_get_changed_border_parts):
13752 (frame_get_changed_border_parts):
13753 reduced border redrawing
13754 moved fucntion to borders.c
13756 * fvwm/events.c (HandleButtonPress):
13758 suppress button events on frame windows
13760 * fvwm/frame.c (frame_setup_border):
13761 fixed a problem with the border setup
13763 * fvwm/borders.c (border_draw_decorations):
13764 * fvwm/events.c (HandleEnterNotify):
13765 fixed icon title drawing
13767 * fvwm/misc.c (GrabEm):
13768 fixed a pointer grab hang with xmag?
13770 * fvwm/move_resize.c (resize_window):
13771 use frame_move_resize function to improve performance
13773 * fvwm/add_window.c (AddWindow):
13774 fixed recaturing shaded windows
13777 suppress unnecessary title redraws
13780 window shading works again; there are still some problems with
13781 recapture, restart, border drawing and shaped windows
13783 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13785 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13788 * fvwm/frame.c (frame_get_title_bar_dimensions):
13789 fixed minor button layout bug
13790 (frame_update_hidden_window_pos):
13792 * fvwm/ewmh_names.c (EWMH_WMName):
13793 * fvwm/gnome.c (GNOME_HandlePropRequest):
13794 * fvwm/focus.c (DoSetFocus):
13795 * fvwm/stack.c (new_layer):
13796 * fvwm/icons.c (DeIconify):
13798 * fvwm/events.c (HandleFocusIn):
13799 (HandlePropertyNotify):
13802 (HandleButtonPress):
13803 (HandleLeaveNotify):
13804 * fvwm/builtins.c (CMD_ChangeDecor):
13806 * fvwm/move_resize.c (resize_move_window):
13809 (maximize_fvwm_window):
13811 * fvwm/borders.c (DrawDecorations):
13812 (RedrawDecorations):
13813 removed function DrawDecorations()
13814 (border_draw_decorations):
13815 renamed draw_decorations_with_geom() to border_draw_decorations()
13817 * fvwm/events.c (HandleExpose):
13818 fixed drawing icon titles
13820 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13821 * fvwm/events.c (HandleFocusIn):
13823 * fvwm/screen.h (ScreenInfo):
13824 return the focus to the window that had the focus before an or window
13825 stole it and then died.
13827 * fvwm/menus.c (scanForColor):
13828 removed duplicate call of strlen
13829 use alloca instead of safemalloc
13831 * fvwm/menustyle.c (menustyle_parse_style):
13832 don't call memset right before memcpy
13834 * fvwm/module_interface.c (AddToMessageQueue):
13835 (DeleteMessageQueueBuff):
13836 removed one safemalloc and inline'd the function
13837 merged AddToMessageQueue into PositiveWrite
13839 * fvwm/borders.c (border_draw_decor_to_pixmap):
13840 fixed pixmap and mini icon buttons
13841 (border_fill_pixmap_background):
13843 (border_get_tb_parts_to_draw):
13844 buttons and title background using the border style is updated when the
13847 * fvwm/events.c (WaitForButtonsUp):
13848 don't grab the whole server but merely the pointer to allow applications
13849 redrawing themselves
13852 finished writing title drawing code
13854 * fvwm/move_resize.c (resize_window):
13855 (resize_move_window):
13856 (unmaximize_fvwm_window):
13857 removed now unnecessary calls to DrawDecorations()
13859 * fvwm/frame.c (frame_hide_changing_window_parts):
13860 fixed hiding bottom/right titles
13862 * fvwm/add_window.c (AddWindow):
13863 fixed recapturing shaded windows
13865 * fvwm/misc.c (GrabEm):
13866 fixed the cursor over the title window while resizing
13868 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13870 * libs/Graphics.c (CreateTiledPixmap):
13871 improved efficience: let the X server tile a pixmap via the GC settings
13873 * fvwm/fvwm.c (CreateGCs):
13874 * fvwm/screen.h (ScreenInfo):
13875 added new global GC Scr.TileGC
13877 * fvwm/borders.c (border_fill_pixmap_background):
13878 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13879 use already created gcs
13881 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13882 * fvwm/menus.c (paint_menu_gradient_background):
13883 fixed using a randow members in gcs
13885 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13888 added compilation test for fribidi
13890 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13892 * NEWS: Document FvwmForm timeout.
13894 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13896 * fvwm/session.c (MatchWinToSM):
13897 * fvwm/add_window.c (AddWindow):
13898 preserve user states over a restart
13900 * fvwm/add_window.c (setup_window_structure):
13901 preserve user states over a recapture
13903 * fvwm/functions.c (execute_function):
13904 "Silent" suppresses the "No such command ..." message
13906 * fvwm/frame.c (frame_move_resize):
13907 * fvwm/misc.c (GrabEm):
13908 fixed the cursor shape during resizing
13909 fixed button looks in small windows
13911 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13917 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13919 * fvwm/fvwm.c (LoadDefaultLeftButton):
13920 (LoadDefaultRightButton):
13921 * fvwm/borders.c (border_draw_vector_to_pixmap):
13922 * fvwm/screen.h (DecorFace):
13923 * fvwm/builtins.c (ReadDecorFace):
13924 fixed transparent vector line support
13926 * libs/Graphics.c (CreateGradientPixmap):
13927 fixed potential core dump with illegal gradients
13929 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13931 * fvwm/fvwm.h (FvwmWindow):
13932 removed button_background_pixmap member
13934 * fvwm/update.c (apply_window_updates):
13935 fixed changing the decoration size
13937 * fvwm/windowshade.c (CMD_WindowShade):
13938 * fvwm/frame.c (frame_setup_border):
13939 * fvwm/functions.c (execute_complex_function):
13942 * fvwm/move_resize.c (resize_window):
13943 fixed aboting of a opaque resize w/ maximized windows
13944 (ParseOneResizeArgument):
13945 resize arguments don't take the border into account
13946 (GetResizeArguments):
13947 implemented new option "Frame" to the Resize and ResizeMove commands
13949 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13952 * fvwm/builtins.c (ReadDecorFace):
13953 * fvwm/borders.c (DrawLinePattern):
13954 implemented transparent drawing color in vector buttons: C == 4
13956 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13957 * fvwm/builtins.c (ReadDecorFace):
13958 increased allowed number of lines in a vector button to 10000 and moved
13959 the definition to defaults.h
13961 * fvwm/virtual.c (MoveViewport):
13962 don't send useless M_NEW_PAGE packets
13966 started work on new button/title drawing code
13968 * fvwm/events.c (HandleExpose):
13969 don't handle expose on the title bar
13972 * fvwm/frame.c (frame_get_sidebar_geometry):
13973 * fvwm/fvwm.h (FvwmWindow):
13974 replaced border_state with decor_state
13976 * libs/defaults.h (NR_RIGHT_BUTTONS):
13980 * fvwm/events.c (HandleExpose):
13982 * fvwm/frame.c (frame_setup_border):
13983 hide sidebars if they are too small, i.e. 0 pixels
13985 2002-03-20 olicha <olivier.chapuis@free.fr>
13987 * libs/Flocale.c (FlocaleFreeNameProperty):
13988 Fixed random core dump
13990 2002-03-19 olicha <olivier.chapuis@free.fr>
13992 * fvwm/ConfigFvwmDefaults:
13993 RightTitleRotatedCW is a default
13995 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13997 * fvwm/frame.c (frame_get_sidebar_geometry):
13998 window corners are always at least the border width thick
14000 * fvwm/geometry.c (update_absolute_geometry):
14001 fixed south/east shading
14003 * fvwm/frame.c (frame_move_resize_step):
14004 did the best I could to prevent rxvt from flashing in the background
14007 * fvwm/add_window.c (get_default_window_attributes):
14008 (get_default_window_attributes):
14009 (setup_resize_handle_windows):
14010 * fvwm/borders.c (border_get_border_gcs):
14011 applied -visual fix by Hippo
14013 * fvwm/cursor.c (CMD_CursorStyle):
14016 * fvwm/frame.c (frame_get_title_bar_dimensions):
14017 fixed order of right buttons
14018 (frame_move_resize_step):
14019 reduced flashing when maximizing
14021 * fvwm/geometry.c (update_absolute_geometry):
14022 adapted for horizontal shading
14024 2002-03-19 Mikhael Goikhman <migo@homemail.com>
14033 several renamings of text_direction to text_rotation
14035 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14037 * fvwm/windowshade.c (CMD_WindowShade):
14038 * fvwm/frame.c (frame_create_move_resize_args):
14039 (frame_move_resize_step):
14040 hack to enable non-animated window shading for the time being
14042 * fvwm/style.c (parse_and_set_window_style):
14043 (parse_and_set_window_style):
14044 allow to abbreviate [Counter]ClockWise with [C]CW
14046 * fvwm/frame.c (frame_move_resize_step):
14049 * fvwm/geometry.c (gravity_constrain_size):
14050 removed useless code
14052 * fvwm/update.c (apply_window_updates):
14053 * fvwm/add_window.c (AddWindow):
14054 * fvwm/move_resize.c (unmaximize_fvwm_window):
14056 do not write into frame_g. only frame.c should do this
14058 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14059 (MIN_WINDOW_TITLE_LENGTH):
14061 * fvwm/frame.c (frame_setup_title_bar):
14062 (get_resize_decor_gravities_one_axis):
14063 (frame_setup_window_internal):
14064 (frame_move_resize_step):
14065 (frame_create_move_resize_args):
14066 rewrote frame_setup_title_bar function
14068 * fvwm/add_window.c (setup_frame_stacking):
14069 fixed title bar stacking order
14071 * fvwm/frame.c (frame_setup_title_bar):
14072 removed yesterday's 'fix'
14074 * fvwm/add_window.c (hide_screen):
14075 (setup_title_window):
14076 (setup_resize_handle_windows):
14077 (setup_button_windows):
14078 fixed visual and depth of decoration windows
14080 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14082 * fvwm/frame.c (frame_setup_title_bar):
14083 fixed title layout bug
14085 * fvwm/move_resize.c (MaximizeHeight):
14086 fixed bug in "grow" option of the Maximize command
14089 fixed broken prototype for get_title_font_size_and_offset
14091 * fvwm/geometry.c (get_title_font_size_and_offset):
14092 simplified code a bit
14094 2002-03-18 olicha <olivier.chapuis@free.fr>
14097 * fvwm/geometry.c (get_title_font_size_and_offset):
14098 * fvwm/add_window.c (setup_title_geometry):
14100 * fvwm/style.c (parse_and_set_window_style):
14101 (check_window_style_change):
14102 * fvwm/update.c (apply_window_updates):
14103 * fvwm/window_flags.h:
14105 Reworte side title direction styles and use LeftTitleRotatedClockWise /
14106 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14107 RightTitleRotatedCounterClockWise
14109 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14112 * vms/config.h (FMiniIconsSupported):
14113 removed last traces of MINI_ICONS ifdef
14115 * fvwm/windowlist.c (CMD_WindowList):
14116 * fvwm/update.c (apply_window_updates):
14118 * fvwm/style.c (merge_styles):
14119 (parse_and_set_window_style):
14120 (check_window_style_change):
14122 * fvwm/module_interface.c (SendMiniIcon):
14123 (BroadcastMiniIcon):
14124 (CMD_Send_WindowList):
14125 * fvwm/fvwm.h (FvwmWindow):
14126 * fvwm/ewmh_icons.c (ewmh_WMIcon):
14127 (EWMH_DoUpdateWmIcon):
14128 (ewmh_SetWmIconFromPixmap):
14129 (EWMH_DeleteWmIcon):
14130 (EWMH_SetIconFromWMIcon):
14131 * fvwm/builtins.c (ReadDecorFace):
14132 * fvwm/borders.c (DrawButton):
14135 * fvwm/add_window.c (setup_window_structure):
14137 (destroy_mini_icon):
14138 (change_mini_icon):
14140 * acconfig.h (FMiniIconsSupported):
14141 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14145 removed an FANCY_TITLEBARS ifdef
14147 * fvwm/borders.c (border_draw_one_part):
14148 (border_draw_border_parts):
14149 (border_draw_all_parts):
14150 (draw_clipped_decorations_with_geom):
14151 performance enhancement
14153 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14155 * fvwm/frame.c (frame_move_resize_step):
14156 force setting up the border when function is called with FRAME_MR_SETUP
14157 (frame_setup_window_internal):
14158 removed duplicate frame setup
14160 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14162 (draw_clipped_decorations_with_geom):
14163 do not flush the X queue after drawing; let the caller do it
14165 * fvwm/frame.c (frame_get_sidebar_geometry):
14166 fixed layout of windows with a small height
14167 (frame_hide_changing_window_parts):
14172 made good progress with frame layout rewrite. I think it is already
14173 considerably faster.
14174 some general clean up
14176 * fvwm/add_window.c (setup_decor_window):
14179 * fvwm/windowshade.c (CMD_WindowShade):
14180 * fvwm/stack.c (verify_stack_ring_consistency):
14181 (RaiseOrLowerWindow):
14182 * fvwm/move_resize.c (resize_move_window):
14183 (move_window_doit):
14184 (draw_move_resize_grid):
14185 * fvwm/icons.c (DrawIconWindow):
14186 * fvwm/icccm2.c (CloseICCCM2):
14188 (HandleSelectionRequest):
14189 * fvwm/fvwm.c (main):
14190 (SaveDesktopState):
14191 * fvwm/focus.c (DoSetFocus):
14192 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14193 * fvwm/events.c (HandlePropertyNotify):
14194 (HandleButtonPress):
14195 (HandleConfigureRequest):
14196 * fvwm/add_window.c (RestoreWithdrawnLocation):
14198 * fvwm/builtins.c (CMD_Delete):
14202 * fvwm/menus.c (paint_menu):
14204 * fvwm/misc.c (UngrabEm):
14206 * fvwm/schedule.c (execute_obj_func):
14207 * fvwm/add_window.c (hide_screen):
14209 use XFlush instead of XSync when the latter is not necessary
14211 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14214 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14215 inform frame module if the window with the hide windows dies
14217 * fvwm/placement.c (PlaceWindow):
14219 * fvwm/add_window.c (setup_window_attr):
14220 (setup_frame_attributes):
14222 (RestoreWithdrawnLocation):
14223 (setup_window_placement):
14224 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14225 (get_title_geometry):
14226 * fvwm/fvwm.c (InitVariables):
14227 * fvwm/frame.c (frame_setup_frame):
14228 * fvwm/colormaps.c (HandleColormapNotify):
14229 (InstallWindowColormaps):
14230 * fvwm/events.c (HandleConfigureRequest):
14231 (HandleUnmapNotify):
14232 * fvwm/fvwm.h (FvwmWindow):
14233 removed attr member of FvwmWindow and replaced by a structure defined
14234 ourselves that is much smaller
14236 * fvwm/add_window.c (hide_screen):
14237 don't use save_unders and backing_store for the window used in recapture
14239 * fvwm/frame.c (frame_init):
14240 * fvwm/fvwm.c (main):
14241 new function to initialise frame module
14243 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14246 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14251 * fvwm/borders.h (enum):
14252 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14253 (border_get_parts_and_pos_to_draw):
14254 * fvwm/fvwm.h (struct):
14256 fixed calculations of which border parts to draw
14259 corrected some typos
14262 handle marks work again
14264 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14266 * AUTHORS: New author added.
14268 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14272 * fvwm/add_window.c (setup_frame_stacking):
14273 * fvwm/cursor.c (CMD_CursorStyle):
14274 * fvwm/events.c (HandleExpose):
14276 (HandleEnterNotify):
14277 (HandleLeaveNotify):
14279 * fvwm/geometry.c (get_title_button_geometry):
14280 * fvwm/virtual.c (map_window):
14281 * fvwm/add_window.c (setup_parent_window):
14282 (setup_resize_handle_cursors):
14283 (setup_resize_handle_windows):
14284 (resize_resize_handle_windows):
14285 (change_resize_handle_windows):
14286 some progress with new frame layout
14288 * fvwm/add_window.c (setup_visible_name):
14289 fixed off-by-one bug in setup_visible_name
14290 maximum window number can be set in defaults.h
14292 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14294 * fvwm/windowlist.h:
14299 * fvwm/placement.h:
14301 * fvwm/move_resize.h:
14308 * fvwm/add_window.h:
14309 * fvwm/ewmh_names.c:
14310 * fvwm/ewmh_icons.c:
14311 * fvwm/ewmh_events.c:
14318 * fvwm/windowlist.c:
14322 * fvwm/colormaps.c:
14323 * fvwm/decorations.c:
14324 * fvwm/conditional.c:
14327 * fvwm/placement.c:
14331 * fvwm/functions.c:
14334 * fvwm/module_interface.c:
14336 * fvwm/add_window.c:
14339 * fvwm/move_resize.c:
14342 * fvwm/fvwm.h (FvwmWindow):
14343 moved all windows into a separate sub structure and wrote access macros
14344 renamed FvwmWindow argument to builtin commands to "fw"
14345 renamed tmp_win to fw everywhere
14347 * fvwm/borders.c (RedrawBorder):
14348 * fvwm/decorations.c (SelectDecor):
14349 * fvwm/add_window.c (setup_style_and_decor):
14350 (setup_resize_handle_cursors):
14351 * fvwm/window_flags.h:
14352 * fvwm/fvwm.h (struct):
14353 added new member has_handles and new macro HAS_HANDLES
14355 * fvwm/decorations.c (SelectDecor):
14356 fixed the NoHandles style
14358 * fvwm/decorations.c (SelectDecor):
14359 * fvwm/style.c (check_window_style_change):
14360 (parse_and_set_window_style):
14362 * fvwm/fvwm.h (struct):
14363 renamed has_no_handles to has_no_border
14365 2002-03-15 olicha <olivier.chapuis@free.fr>
14368 * libs/Fft.c (is_utf8_encoding):
14372 s/COMPUND_TEXT/COMPOUND_TEXT
14375 Removed matrix xft specification doc as now it is use internally by
14378 * libs/Flocale.c (FlocaleRotateDrawString):
14379 (FlocaleUnloadFont):
14380 (FlocaleDrawString):
14381 (FlocaleTextWidth):
14383 * libs/Fft.c (FftGetRotatedFont):
14387 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14389 * fvwm/geometry.c (get_title_font_size_and_offset):
14390 * fvwm/style.c (parse_and_set_window_style):
14391 (check_window_style_change):
14392 * fvwm/update.c (apply_window_updates):
14396 * fvwm/window_flags.h:
14397 Implemented vertical text rendering, new style SideTitleTextDefault,
14398 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14400 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14403 removed inclusion of fvwmdebug.h
14405 * libs/gravity.c (ParseDirectionArgument):
14406 fixed direction parsing
14408 * fvwm/menus.c (get_menu_options):
14409 fixed a compiler warning
14411 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14413 * fvwm/bindings.c (ParseBinding):
14414 fixed compiler warning
14416 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14418 fixed compilation w/ --disable-ewmh
14420 * fvwm/windowlist.c (CMD_WindowList):
14421 fixed parsing of conditions versus position of window list broken with
14424 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14427 * libs/Fft.c (FftTextWidth):
14428 (is_utf8_encoding):
14429 (FftGetFontWidths):
14431 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14432 if HAVE_XFT was not set.
14434 * fvwm/events.h (XEVMASK_DECORW):
14435 select EnterNotify and LeaveNotify on frame instead of decor_w
14437 * fvwm/add_window.c (setup_title_window):
14438 (setup_button_windows):
14439 (setup_resize_handle_windows):
14440 frame window is the new parent of the title, button and handle windows
14441 (setup_frame_stacking):
14442 new stacking order of decoration windows
14444 * fvwm/menuitem.c (menuitem_paint):
14445 * fvwm/events.c (HandleExpose):
14448 * fvwm/move_resize.c (unmaximize_fvwm_window):
14449 don't force to redraw the frame
14451 * libs/gravity.c (gravity_get_offsets):
14454 functions moved to gravity.c
14456 2002-03-10 olicha <olivier.chapuis@free.fr>
14458 * acconfig.h (HAVE_XFT_UTF8):
14460 * libs/Fft.c (is_utf8_encoding):
14461 (FftGetFontWidths):
14464 Detected if Xft can handle utf8 string
14467 * fvwm/menuitem.c (menuitem_paint):
14468 * fvwm/events.c (HandleExpose):
14469 Fixed Xft related compilation failure and warning
14471 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14475 * fvwm/move_resize.c:
14480 * fvwm/add_window.c:
14481 * fvwm/frame.c (frame_setup_window):
14482 (frame_force_setup_window):
14483 (frame_setup_shape):
14484 SetupFrame renamed to frame_setup_window
14485 ForceSetupFrame renamed to frame_force_setup_window
14486 SetShape renamed to frame_setup_shape
14488 * fvwm/windowshade.c:
14489 moved most code to frame.c
14491 * fvwm/frame.c (SetShape):
14493 (set_decor_gravity):
14496 functions moved to new file
14499 (frame_setup_title_bar):
14503 direction code moved to gravity.c and gravity.h
14505 * fvwm/windowshade.c (CMD_WindowShade):
14506 * fvwm/geometry.c (get_shaded_geometry):
14508 * libs/FScreen.c (FScreenInit):
14509 (FScreenUpdateEmulationMapState):
14510 changed Xinerame emulation layout
14513 Corrected the description of the XineramaPrimaryScreen command that was
14516 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14518 * fvwm/menus.c (menu_tear_off):
14519 (unlink_item_from_menu):
14520 (menu_strip_tear_off_title):
14521 use the text from a title item as the tear off menu title if the menu
14522 begins with a title; skip separators and tear off bars at the front of
14526 implemented titleatleft and titleatright styles; titles are not drawn
14529 * fvwm/style.c (check_window_style_change):
14530 * fvwm/update.c (apply_window_updates):
14531 * fvwm/ewmh_names.c (EWMH_WMIconName):
14534 * fvwm/ewmh.c (ksmserver_workarround):
14535 * fvwm/update.c (apply_window_updates):
14536 * fvwm/conditional.c (MatchesConditionMask):
14537 * fvwm/fvwm.c (main):
14538 * fvwm/session.c (SaveWindowStates):
14541 * fvwm/functions.c (expand):
14542 * fvwm/stack.c (dump_stack_ring):
14543 (verify_stack_ring_consistency):
14544 * fvwm/module_interface.c (BroadcastWindowIconNames):
14545 (CMD_Send_WindowList):
14546 * fvwm/add_window.c (free_window_names):
14547 (free_window_names):
14548 * fvwm/events.c (HandlePropertyNotify):
14549 * fvwm/builtins.c (CMD_Wait):
14550 * fvwm/style.c (CMD_DestroyStyle):
14552 Adapted to changes of Flocale.h
14555 removed COMPUND_TEXT ifdef
14558 mutibyte defaults to on
14563 * fvwm/fvwm.h (FvwmWindow):
14564 cleaned up Flocale stuff for better information hiding
14566 * libs/Flocale.c (get_FlocaleFontSet):
14568 added a new font strucht member min_char_offset for vertical text
14570 * libs/Flocale.c (get_FlocaleFontSet):
14571 fixed a bug in descent calculation
14573 * fvwm/fvwm.h (FvwmWindow):
14576 * fvwm/borders.c (RedrawButtons):
14581 (DrawMultiPixmapTitlebar):
14582 don't use title_g or boundary_width
14584 * libs/Flocale.c (FlocaleTextWidth):
14585 * libs/Flocale.c (FlocaleDrawString):
14586 added interface for vertical strings
14587 * libs/Flocale.h (FlocaleWinString):
14588 added flags structure w/ is_vertical_string flag
14590 * fvwm/borders.c (RedrawTitle):
14591 (DrawMultiPixmapTitlebar):
14592 * fvwm/screen.h (ScreenInfo):
14593 * fvwm/icons.c (DrawIconWindow):
14594 * fvwm/move_resize.c (DisplayPosition):
14596 * fvwm/screen.h (ScreenInfo):
14597 removed ScratchStr and TitleStr; *please* don't use global variables
14600 * fvwm/move_resize.c (ParseOneResizeArgument):
14601 (GetResizeArguments):
14602 (GetResizeMoveArguments):
14604 (resize_move_window):
14605 * fvwm/module_interface.c (CONFIGARGS):
14608 * fvwm/placement.c (PlaceWindow):
14609 * fvwm/add_window.c (setup_title_window):
14610 (setup_button_windows):
14611 (setup_parent_window):
14612 (resize_resize_handle_windows):
14613 (change_resize_handle_windows):
14615 * fvwm/geometry.c (get_window_borders):
14616 (gravity_get_naked_geometry):
14617 (gravity_add_decoration):
14619 don't use title_g.width and title_g.height anymore
14621 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14624 * fvwm/borders.c (SetupTitleBar):
14625 * fvwm/add_window.c (setup_title_window):
14626 don't use title_g.x and title_g.y anymore
14627 (setup_title_geometry):
14630 * fvwm/fvwm.h (FvwmWindow):
14631 replaced title_g by title_length and title_thickness
14632 renamed title_text_y to title_text_offset
14634 * fvwm/add_window.c (setup_style_and_decor):
14635 (setup_parent_window):
14636 * fvwm/decorations.c (SelectDecor):
14637 * fvwm/placement.c (PlaceWindow):
14638 * fvwm/windowlist.c (CMD_WindowList):
14639 * fvwm/events.c (SendConfigureNotify):
14640 (HandlePropertyNotify):
14642 * fvwm/move_resize.c (DisplaySize):
14643 (ParseOneResizeArgument):
14644 (GetResizeArguments):
14645 (GetResizeMoveArguments):
14647 (resize_move_window):
14648 * fvwm/geometry.c (gravity_get_naked_geometry):
14649 (gravity_add_decoration):
14651 don't use boundary_width anymore
14653 * fvwm/borders.c (SetupTitleBar):
14656 * fvwm/fvwmdebug.c:
14657 removed outdated file that was never used
14659 * fvwm/move_resize.c (move_window_doit):
14660 fixed GNOME and EWMH hints when unsticking a window
14662 * fvwm/virtual.c (CMD_MoveToDesk):
14663 unstick windows when MoveToDesk is used
14666 * fvwm/windowshade.c (CMD_WindowShade):
14667 (CMD_WindowShadeAnimate):
14668 functions moved to windowshade.c
14670 * fvwm/window_flags.h:
14671 * fvwm/menus.c (pop_menu_up):
14672 * fvwm/builtins.c (CMD_WindowShade):
14673 * fvwm/move_resize.c (resize_window):
14674 * fvwm/icons.c (AutoPlaceIcon):
14675 * fvwm/borders.c (SetupFrame):
14676 don't use HAS_BOTTOM_TITLE any more
14680 * fvwm/geometry.c (get_title_font_width_and_offset):
14681 * fvwm/geometry.c (set_window_border_size):
14682 * fvwm/geometry.c (is_window_border_minimal):
14683 * fvwm/geometry.c (get_window_borders_no_title):
14684 * fvwm/geometry.c (get_shaded_client_window_pos):
14685 * fvwm/geometry.c (get_icon_corner):
14686 * fvwm/geometry.c (get_title_gravity):
14687 * fvwm/geometry.c (get_title_geometry):
14688 * fvwm/borders.c (get_button_number):
14691 * fvwm/borders.c (SetupFrame):
14693 * fvwm/events.c (HandleShapeNotify):
14694 * fvwm/borders.c (SetupTitleBar):
14695 * fvwm/update.c (apply_window_updates):
14696 * fvwm/add_window.c (setup_window_font):
14697 removed title_top_height
14699 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14702 * fvwm/events.c (SendConfigureNotify):
14703 * fvwm/events.c (HandleConfigureRequest):
14704 preparations for W/E titles
14705 don't use title_top_height any more
14707 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14708 use title_dir flags
14710 * fvwm/geometry.c (get_window_borders):
14711 * fvwm/style.c (parse_and_set_window_style):
14712 (check_window_style_change):
14713 * fvwm/style.h (SCSET_TITLE_DIR):
14714 * fvwm/window_flags.h (GET_TITLE_DIR):
14715 * fvwm/fvwm.h (struct):
14716 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14719 * libs/Parse.c (ParseDirectionArgument):
14721 use new type direction_type
14723 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14725 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14726 use function from geometry.c to get the border size
14728 * fvwm/geometry.c (get_shaded_geometry):
14729 added code for shading in all directions
14731 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14733 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14735 2002-03-07 olicha <olivier.chapuis@free.fr>
14737 * libs/Flocale.c (FInitLocale):
14738 * fvwm/fvwm.c (main):
14739 Set the locale using "" as locale argument
14741 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14744 fixed some typos and indentation of several new variable entries
14746 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14748 * fvwm/functions.h (enum):
14749 * fvwm/functions.c (func_config):
14751 * fvwm/conditional.c (CMD_ThisWindow):
14752 renamed command "This" to "ThisWindow"
14754 * fvwm/conditional.c (Circulate):
14755 "Current" no longer selects a random window when no window is focused
14757 * fvwm/icccm2.c (SetupICCCM2):
14758 removed debug fprintf
14760 * fvwm/functions.c (expand_extended_var):
14761 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14762 pointer.wy, pointer.cx and pointer.cy.
14764 * libs/Parse.c (ParseDirectionArgument):
14765 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14767 * fvwm/builtins.c (CMD_WindowShade):
14768 fixes for animated shading w/ titleatbottom+north and titleattop+south
14770 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14772 * fvwm/move_resize.c (moveLoop):
14774 * fvwm/virtual.c (HandlePaging):
14775 moving/resizing windows opaque is much faster
14777 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14779 * fvwm/add_window.c (resize_resize_handle_windows):
14780 (change_resize_handle_windows):
14781 (setup_window_font):
14782 fixed changing the handlewidth style
14784 * fvwm/update.c (apply_window_updates):
14785 * fvwm/geometry.c (update_absolute_geometry):
14786 * fvwm/builtins.c (CMD_WindowShade):
14787 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14788 * fvwm/conditional.c (CreateConditionMask):
14789 * fvwm/geometry.c (get_shaded_geometry):
14790 * fvwm/session.c (MatchWinToSM):
14791 * fvwm/add_window.c (setup_window_structure):
14793 * fvwm/window_flags.h (SHADED_DIR):
14794 * fvwm/fvwm.h (struct):
14795 implemented new WindowShade options "North" and "South" to allow shading
14796 a window in either direction, regardless of if the title is at the top
14799 * libs/Module.c (module_expand_action):
14800 new convenience function for modules
14802 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14804 * fvwm/fvwm2.1: Fixes to the font section.
14806 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14808 * fvwm/conditional.c (CMD_WindowId):
14809 set the correct context window for unmanaged windows
14811 * fvwm/icons.c (DrawIconWindow):
14812 raise the icon title even if it's too small to be expanded
14814 * fvwm/conditional.c (CMD_Cond):
14815 Fixed it the right way this time
14817 same fix for the 'Any' command
14824 unified circulating functions into a single one
14826 Pick allows to pick functions that have CirculateSkip set
14827 fixed a memory leak
14831 (CMD_PointerWindow):
14832 unified selecting functions into a single one
14835 Allow user to override the default CirculateHit of these functions
14837 * fvwm/conditional.c (CMD_Cond):
14838 Fixed a problem w/ the window selection
14844 * fvwm/menustyle.h:
14845 * fvwm/menustyle.c:
14849 moved some of the menu code into separate files
14850 more work on tear off menus; windowlist can now be torn off without a
14855 added templates for new source files
14857 * libs/Picture.c (fvwmlib_clone_color):
14860 * fvwm/menus.c (make_menu):
14862 removed unused parameter from make_menu()
14864 * fvwm/fvwm2.1 (Example):
14865 corrected statement about CaptureHonorsStartsOnPage being the default
14867 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14872 added and documented --disable-bidi and --disable-perllib
14874 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14876 * fvwm/geometry.c (get_window_borders):
14877 fixed calculation of $[cw.y] and $[cw.height]
14879 * fvwm/move_resize.c (resize_move_window):
14880 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14882 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14884 * fvwm/move_resize.c (resize_move_window):
14886 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14889 re-added --enable-xinerama-emulation option that was removed recently
14891 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14896 several corrections and rewording
14898 2002-02-28 olicha <olivier.chapuis@free.fr>
14901 New section FONT NAMES AND FONT LOADING
14905 Document --enable-xft
14907 * libs/Fft.c (get_FlocaleXftFont):
14908 Used the xft font height in the place of ascent+descent
14910 * fvwm/icons.c (DrawIconWindow):
14911 Fixed the fg colors of the icon title
14913 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14915 * fvwm/conditional.c (CMD_CondCase):
14916 fixed CondCase command
14918 fixed numeric return codes
14920 * fvwm/add_window.c (CMD_Recapture):
14921 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14923 * acinclude.m4 (smr_CHECK_LIB):
14924 disabled a destructing gnome_prefix logic again
14926 * fvwm/events.c (GetContext):
14927 * libs/Bindings.c (win_contexts):
14929 new contexts for individual parts of the window border
14931 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14934 disabled a destructing gnome_prefix logic
14937 replaced fribidi detection mechanism, now fribidi-config is used
14939 2002-02-26 olicha <olivier.chapuis@free.fr>
14941 * acconfig.h (HAVE_XFT):
14944 * libs/Fft.c (new file):
14945 * libs/Flocale.c (FlocaleLoadFont):
14946 (FlocaleUnloadFont):
14947 (FlocaleDrawString):
14948 (FlocaleTextWidth):
14949 (get_FlocaleFontSet):
14951 (get_FlocaleFontOrFontSet):
14953 * fvwm/Makefile.am:
14954 Added anti-alised font rendering using Xft. This is off by default.
14955 A font can now be given as a ";" separated list of either ","
14956 separated list of XFLD font name or Xft font name with "xft:" as
14958 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14959 See Flocale.h for details
14961 * fvwm/events.c (HandleExpose):
14962 * fvwm/menus.c (paint_item):
14963 Always clear the text area before drawing text with an Xft font
14965 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14967 * acinclude.m4 (smr_CHECK_LIB):
14968 fixed a bug with variable expansion and autoconf cache values
14970 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14972 * fvwm/menus.c (seek_submenu_instance):
14974 * fvwm/fvwm.c (InitVariables):
14975 some general menu clean up
14977 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14978 * fvwm/move_resize.h (resize_geometry_window):
14979 * fvwm/menus.c (animated_move_back):
14981 (ParentalMenuRePaint):
14982 Removed the global variables for parental relativity. Please *do not*
14983 use globals in menus.c or anywhere else. I'm trying to remove most
14984 globals in the long run.
14986 * libs/Graphics.c (do_relieve_rectangle):
14989 * fvwm/menus.c (MenuInteraction):
14990 fixed tearing off menus by selecting a tear off item with the keyboard
14992 * fvwm/menus.c (MenuInteraction):
14993 fixed menus not popping down sometimes
14995 * fvwm/functions.c (CMD_TearMenuOff):
14996 * fvwm/menus.c (AddToMenu):
14998 (warp_pointer_to_item):
14999 (get_selectable_item_index):
15000 (get_selectable_item_from_index):
15001 (get_selectable_item_from_section):
15004 (draw_tear_off_bar):
15005 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
15006 New command "TearMenuOff" in menus. In a normal item, this tears off
15007 the menu when selected. If the item has no title, it is drawn as a
15008 dashed line too. Pressing button 2 over a title tears out the menu too.
15011 * fvwm/menus.c (make_menu_window):
15012 fixed problem w/ mapping menus, performance enhancement
15014 * fvwm/builtins.c (CMD_Destroy):
15018 * fvwm/functions.c (execute_function):
15019 (expand_extended_var):
15021 new variable cond.rc that returns the last return code of a conditinal
15024 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15026 * fvwm/conditional.c (CMD_Cond):
15030 * fvwm/functions.h:
15031 * fvwm/functions.c:
15032 new conditional commands Cond, CondCase and Break
15034 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
15035 (ewmh_WMStateShaded):
15038 (ewmh_WMStateHidden):
15040 (ewmh_CloseWindow):
15041 (ewmh_ActiveWindow):
15042 (ewmh_DesktopGeometry):
15043 * fvwm/gnome.c (GNOME_HandlePropRequest):
15044 * fvwm/windowlist.c (CMD_WindowList):
15045 * fvwm/update.c (apply_window_updates):
15046 * fvwm/conditional.c (CMD_Pick):
15052 (CMD_PointerWindow):
15057 * fvwm/read.c (run_command_stream):
15058 * fvwm/fvwm.c (Done):
15062 * fvwm/module_interface.c (ExecuteModuleCommand):
15063 * fvwm/move_resize.c (handle_stick):
15064 * fvwm/add_window.c (AddWindow):
15065 * fvwm/events.c (HandleKeyPress):
15066 (HandleButtonPress):
15067 (HandleClientMessage):
15068 (HandleButtonRelease):
15069 (HandlePropertyNotify):
15070 * fvwm/builtins.c (CMD_DestroyDecor):
15073 * fvwm/functions.h (func_type):
15074 * fvwm/functions.c (old_execute_function):
15075 (execute_function):
15076 (execute_complex_function):
15078 * fvwm/fvwm.h (fvwm_cond_func_rc):
15079 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15081 * fvwm/ConfigFvwmDefaults:
15082 set some default styles for tear off menu windows
15084 * fvwm/menus.c (menuShortcuts):
15085 ignore actions that would normally close a menu if it's a tear off menu
15086 <Backspace> creates a tear off menu
15087 <Escape> closes a tear off menu
15089 * fvwm/builtins.c (CMD_Delete):
15092 * fvwm/menus.c (DestroyMenu):
15093 (make_menu_window):
15095 * fvwm/menus.h (MenuRootDynamic):
15096 Each menu window is created with a unique display to prevent fvwm from
15097 being killed when a tear off menu is destroyed. Of course this is
15098 inefficient, but still better than writing a menu module.
15100 2002-02-23 Mikhael Goikhman <migo@homemail.com>
15103 autogenerate perllib/FVWM/Module/Makefile
15105 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15107 * fvwm/move_resize.c (moveLoop):
15108 fixed a problem with keyboard movement vs. EdgeResistance
15110 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15113 fixed problem with root bindings and xfishtank
15115 * fvwm/windowlist.c (CMD_WindowList):
15116 applied patch by to Darren Marshall to fix placement of window list on
15117 wrong xinerama screen
15119 * libs/Parse.c (GetSuffixedIntegerArguments):
15120 integer arguments that must not have a suffix but have one are ignored
15122 * fvwm/icons.c (DeIconify):
15124 applied patch by Markus Schwarzenberg to fix a rare problem with the
15125 is_map_pending flag, iconified icons and restart
15127 2002-02-22 Mikhael Goikhman <migo@homemail.com>
15130 * fvwm/conditional.c (CMD_This):
15131 * fvwm/functions.c:
15132 * fvwm/functions.h:
15135 added new conditional command This
15137 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15141 added fribidi library detection
15143 2002-02-12 olicha <olivier.chapuis@free.fr>
15145 * libs/Flocale.h (FlocaleFont):
15146 * libs/Flocale.c (get_FlocaleFont):
15147 (get_FlocaleFontSet):
15148 Compute the ascent and descent of the FlocaleFont structure directly
15149 from the XFontSetExtents data in the case of a fontset
15150 Added max_char_width to the FlocaleFont structure
15152 * libs/Makefile.am (libfvwm_a_SOURCES):
15154 Removed libs/GetFont.c
15156 * fvwm/menus.c (FreeMenuStyle):
15159 (CMD_CopyMenuStyle):
15160 * fvwm/menus.h (MenuLook):
15161 Fixed default font handling font by using a new MenuLook flags
15164 * fvwm/menus.c (UpdateMenuStyle):
15165 Fixed default font update
15167 * fvwm/fvwm.c (SetRCDefaults):
15169 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15170 fvwm initialization
15172 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15175 added FvwmPerl/* file generation
15177 2002-02-11 olicha <olivier.chapuis@free.fr>
15181 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15184 Added more documentation and change the MB_FALLBACK_FONT to
15185 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15186 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15187 more consistent with the none multibyte case.
15189 2002-02-10 olicha <olivier.chapuis@free.fr>
15191 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15193 * fvwm/events.c (HandleUnmapNotify):
15194 (HandleReparentNotify):
15195 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15196 (ewmh_WMStateSticky):
15197 (ewmh_WMStateHidden):
15198 Restore various ewmh initial states when a window is unmapped or
15201 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15205 added support for new perllib directory
15207 2002-02-09 olicha <olivier.chapuis@free.fr>
15214 Rename I18N_MB to MULTIBYTE
15215 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15217 * libs/Flocale.c (*):
15219 New Font and Text API. A cache is used for fonts information. Font
15220 loading is more powerfull as both font or fontset can be loaded.
15221 See Flocale.h for details, more comments will be added soon.
15222 Fortunately, it seems that there are no more memory problems with
15223 --enable-multibyte!
15224 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15225 with XmbTextPropertyToTextList
15227 * fvwm/events.c (HandlePropertyNotify):
15228 * fvwm/misc.c (NewFontAndColor):
15231 * fvwm/menus.c (FreeMenuStyle):
15233 (CMD_CopyMenuStyle):
15235 (calculate_item_sizes):
15236 (size_menu_horizontally):
15238 * fvwm/builtins.c (CMD_DefaultFont):
15239 (ApplyDefaultFontAndColors):
15240 * fvwm/add_window.c (destroy_icon_font):
15242 (destroy_window_font):
15243 (setup_window_font):
15244 (free_window_names):
15245 (setup_window_name):
15247 * fvwm/fvwm.h (FvwmWindow):
15248 * fvwm/move_resize.c (DisplayPosition):
15249 (resize_geometry_window):
15251 * fvwm/fvwm.c (InitVariables):
15252 * fvwm/icons.c (DrawIconWindow):
15253 (setup_icon_title_size):
15254 * fvwm/borders.c (RedrawTitle):
15255 (DrawMultiPixmapTitlebar):
15256 * fvwm/screen.h (ScreenInfo):
15257 Use the new Text and Font API
15259 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15261 * fvwm/module_interface.c (PositiveWrite):
15262 fixed core dump when a module died in the select of PositiveWrite()
15264 * fvwm/module_interface.c (initModules):
15266 (do_execute_module):
15268 (KillModuleByName):
15269 (CMD_SendToModule):
15271 * fvwm/modconf.c (ModuleConfig):
15272 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15274 * fvwm/icons.c (GetXPMFile):
15275 suppress unnecessary error message for xmb icons
15277 * fvwm/misc.c (fvwm_msg):
15278 * fvwm/misc.h (enum):
15279 added new fvwm_msg type "OLD" for deprecated commands
15281 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15284 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15287 New section "Bug Reports".
15289 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15291 * fvwm/update.c (apply_window_updates):
15292 fixed propagation of window border and title colours to the modules
15294 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15296 * fvwm/menus.c (do_menu):
15297 fixed leaving tear off menus when something is selected with the mouse
15299 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15301 * fvwm/events.c (HandleEnterNotify):
15303 more work on tear off menus
15305 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15307 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15308 * fvwm/menus.c (menu_enter_tear_off_menu):
15313 properly calculate pointer position in tear off menus
15315 fixed active wait w/ poopup/popdown delays
15317 * fvwm/windowlist.c (CMD_WindowList):
15318 don't initialise some variables twice
15320 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15322 * fvwm/add_window.c (CaptureOneWindow):
15323 properly recapture tear off menus
15325 (IS_MESSAGE_IN_MASK):
15326 (is_message_selected):
15329 * fvwm/schedule.c (deschedule):
15331 * fvwm/events.c (My_XNextEvent):
15333 * fvwm/module_interface.c (ClosePipes):
15334 (CMD_ModuleSynchronous):
15336 performance enhancements; made macros out of simple functions
15338 * fvwm/builtins.c (CMD_WindowShade):
15339 don't redraw the decorations if window was not shaded or unshaded
15341 * fvwm/schedule.c (deschedule_obj_func):
15342 (execute_obj_func):
15343 fixed core dump when a scheduled command deschedules itself
15345 2002-01-31 olicha <olivier.chapuis@free.fr>
15350 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15353 * fvwm/move.c (moveLoop):
15354 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15356 * fvwm/session.c (get_version_string):
15357 switch from static to date-based version string
15360 remove --enable-kanji compatibility option
15364 fix warnings, gcc compains on having something after #endif
15366 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15368 * fvwm/builtins.c (CMD_Delete):
15371 don't crash fvwm when trying to close a tear off menu
15373 * fvwm/decorations.c (is_function_allowed):
15374 * fvwm/menus.c (menu_expose):
15376 * fvwm/events.c (HandleReparentNotify):
15377 (HandleUnmapNotify):
15378 * fvwm/add_window.c (AddWindow):
15380 * fvwm/fvwm.h (struct):
15381 * fvwm/add_window.c (CaptureAllWindows):
15382 (CaptureOneWindow):
15383 * fvwm/events.h (flush_property_notify):
15384 * fvwm/events.c (HandleMapRequestKeepRaised):
15385 started work on tear off menus
15387 * fvwm/fvwm.c (main):
15388 * fvwm/events.c (CMD_Sync):
15390 * fvwm/commands.h (CMD_Synchronize):
15391 * fvwm/functions.h (enum):
15392 * fvwm/functions.c (func_config):
15393 new commands XSync and XSynchronize for debugging
15395 * fvwm/conditional.c (CreateConditionMask):
15396 (MatchesConditionMask):
15397 * fvwm/builtins.c (CMD_State):
15398 * fvwm/fvwm.h (struct):
15399 * fvwm/functions.h:
15401 * fvwm/functions.c (func_config):
15402 new command "State"
15403 new condition "State"
15408 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15410 * fvwm/module_interface.c (AddToMessageQueue):
15412 (DeleteMessageQueueBuff):
15413 (FlushMessageQueue):
15414 * fvwm/events.c (My_XNextEvent):
15415 * fvwm/module_interface.c (AddToCommandQueue):
15416 (ExecuteCommandQueue):
15417 use code from queue.c
15422 * fvwm/events.c (My_XNextEvent):
15423 "Schedule 0" commands are executed before event handling
15424 moved some of the chedule code into a new queue library
15426 2002-01-30 olicha <olivier.chapuis@free.fr>
15428 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15430 2002-01-30 olicha <olivier.chapuis@free.fr>
15434 * libs/Makefile.am:
15435 * fvwm/fvwm.c (main):
15436 New libs files Flocale.c and Flocale.h with a function to set the
15437 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15438 also a function to get the charset (from ewmh_name.c) and which
15439 setlocale if this has not been done with the above function. This
15440 function is also called at fvwm2 startup
15442 * fvwm/ewmh_names.c (charset_to_utf8):
15444 Use the Fcharset variable and remove get_charset
15446 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15449 * libs/GetFont.c (GetFontSetOrFixed):
15450 Free the missing charset list as suggested by Alexander Kotelnikov.
15451 Report problems with missing charset only 5 times. Remove the
15452 STRICTLY_FIXED code
15454 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15457 a patch to config.status to generate scripts executable, may be handy;
15458 added generation of utils/fvwm24_convert
15460 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15463 * fvwm/functions.c (expand_extended_var):
15464 implemented $[schedule.last] and $[schedule.next] variables
15465 implemented new command "Deschedule"
15467 * fvwm/misc.c (get_server_time):
15470 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15472 * fvwm/misc.c (get_server_time):
15473 * fvwm/events.c (My_XNextEvent):
15474 * fvwm/icccm2.c (SetupICCCM2):
15475 * fvwm/functions.h:
15477 * fvwm/functions.c (func_config):
15479 implemented new command "Schedule"
15481 * fvwm/builtins.c (CMD_Exec):
15482 applied job control patch by Alexander Kotelnikov using the portable
15483 version of setpgrp()
15485 * libs/setpgrp.c (fvwm_setpgrp):
15486 * libs/setpgrp.h (fvwm_setpgrp):
15487 * libs/Makefile.am:
15489 added checks for setpgrp and setpgid
15491 2002-01-29 olicha <olivier.chapuis@free.fr>
15494 Better test for iconv second argumeny
15497 Use gnu libiconv in priority against the system iconv
15499 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15501 * fvwm/stack.c (RaiseOrLowerWindow):
15503 (collect_transients_recursive):
15504 * fvwm/icons.c (get_visible_icon_window_count):
15505 fixed stack ring corruption with icons that have either no picture or
15508 2002-01-28 olicha <olivier.chapuis@free.fr>
15510 * fvwm/ewmh_names.c (charset_to_utf8):
15512 (EWMH_SetVisibleName):
15514 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15515 set the ewmh visible (icon) name only if the fvwm visible name is
15516 different from the ICCCM (icon) window name, limit the number of
15517 conversions error messages to 10
15519 2002-01-28 olicha <olivier.chapuis@free.fr>
15521 * fvwm/functions.c (func_config):
15523 * fvwm/builtins.c (CMD_PropertyChange):
15524 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15527 * fvwm/module_interface.h:
15528 * fvwm/module_interface.c (BroadcastPropertyChange):
15529 * libs/Module.h (MX_PROPERTY_CHANGE):
15530 New module message MX_PROPERTY_CHANGE for all propose messages.
15532 * fvwm/events.c (HandlePropertyNotify):
15534 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15535 as argument when fvwm2 detects that the root background change
15536 Removed the ROOT_BG_CHANGE_STRING stuff
15538 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15540 * NEWS, configure.in:
15541 changed version to 2.5.1
15543 * fvwm/misc.c (get_pointer_fvwm_window):
15545 * fvwm/functions.c (func_config):
15546 * fvwm/conditional.c (CreateConditionMask):
15547 (MatchesConditionMask):
15548 (CMD_PointerWindow):
15549 (CreateConditionMask):
15551 * fvwm/fvwm.h (WindowConditionMask):
15552 new conditions focused, !focused, haspointer, !haspointer
15553 new command PointerWindow that works like Current but on the window
15554 that currently contains the pointer
15555 new command Any which works like None but inverts the condition
15556 fixed parsing of conditions with more than one comma
15558 * fvwm/module_interface.h:
15559 * fvwm/module_interface.c (do_execute_module):
15561 * libs/Module.h (MAX_XMSG_MASK):
15562 fixed default message mask for modules
15564 * fvwm/update.c (flush_window_updates):
15565 * fvwm/virtual.c (UnmapDesk):
15567 (do_move_window_to_desk):
15568 * fvwm/icons.c (DeIconify):
15570 * fvwm/events.c (HandlePropertyNotify):
15571 (HandleMapRequestKeepRaised):
15573 (HandleButtonPress):
15574 (HandleEnterNotify):
15575 (HandleLeaveNotify):
15576 * fvwm/focus.c (DoSetFocus):
15579 (ReturnFocusWindow):
15581 (ForceDeleteFocus):
15583 (restore_focus_after_unmap):
15584 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15585 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15586 the flush_window_updates() function.
15588 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15590 * fvwm/placement.c (PlaceWindow):
15591 minor performance enhancement
15593 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15596 * fvwm/menus.c (MenuInteraction):
15597 (pointer_in_active_item_area):
15598 (pointer_in_passive_item_area):
15599 new menu style PopupActiveArea
15601 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15603 * fvwm/move_resize.c (CMD_ResizeMaximize):
15604 (CMD_ResizeMoveMaximize):
15605 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15607 2002-01-21 olicha <olivier.chapuis@free.fr>
15610 s/Penalities/Penalties/g
15612 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15614 * fvwm/events.c (HandleLeaveNotify):
15615 (HandleEnterNotify):
15616 * fvwm/modconf.c (ModuleConfig):
15617 * fvwm/update.c (apply_window_updates):
15618 * fvwm/module_interface.c (BroadcastWindowIconNames):
15619 (CMD_Send_WindowList):
15621 (do_execute_module):
15623 (CMD_set_nograb_mask):
15624 (CMD_set_sync_mask):
15626 (set_mseggage_mask):
15627 (is_message_in_mask):
15628 (is_message_selected):
15630 rewrote message interface to allow more than 32 messages with minimal
15631 changes in the existing interfaces.
15632 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15635 * fvwm/style.c (parse_and_set_window_style):
15636 * fvwm/fvwm.h (struct):
15637 * fvwm/events.c (HandleButtonPress):
15638 implemented new styles MouseFocusClickIgnoreMotion and
15639 MouseFocusClickIgnoreMotionOff
15641 * fvwm/focus.c (focus_grab_buttons):
15642 fixed button mask for > 5 buttons
15644 2002-01-19 olicha <olivier.chapuis@free.fr>
15646 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15647 Save and restore the icon_pixmap_w and add comments
15649 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15651 * fvwm/events.c (HandleEnterNotify):
15652 fixed EnterNotify events for icons
15654 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15657 * fvwm/stack.c (overlap_box):
15659 * fvwm/icons.c (clear_icon):
15660 * fvwm/add_window.c (destroy_icon):
15661 * fvwm/fvwm.h (FvwmWindow):
15662 * fvwm/geometry.c (get_window_borders):
15663 (get_client_geometry):
15664 * libs/fvwmrect.h (struct):
15665 * fvwm/functions.c (expand_extended_var):
15666 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15667 return the geometry of the client window
15668 implemented new extended variables it.x, it.y, it.width, it.height that
15669 return the geometry of the icon title
15670 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15671 return the geometry of the icon picture
15672 implemented new extended variables i.x, i.y, i.width, i.height that
15673 return the geometry of the whole icon
15674 fixed $[w.height] when the window is shaded
15675 cleaned up icon geometry code
15677 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15680 * fvwm/functions.c:
15681 * fvwm/functions.h:
15682 * fvwm/move_resize.c (unmaximize_fvwm_window):
15683 (maximize_fvwm_window):
15685 (CMD_ResizeMaximize):
15689 (resize_move_window):
15690 (CMD_ResizeMoveMaximize):
15691 New command ResizeMaximize. Works like Resize, but modifies the
15692 maximized size of the window, not the normal size.
15693 New command ResizeMoveMaximize that works similarly.
15694 (resize_move_window):
15695 fixed ResizeMove command
15697 * fvwm/functions.c (expand):
15698 fixed core dump when using something like $[$v] in a command
15700 2002-01-17 olicha <olivier.chapuis@free.fr>
15702 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15703 * fvwm/events.c (HandlePropertyNotify):
15704 * fvwm/fvwm.c (InternUsefulAtoms):
15706 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15707 that the root background has changed. This uses the _XSETROOT_ID
15708 and XROOTPMAP_ID properties
15710 * fvwm/ewmh.c (atom_get):
15713 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15715 * fvwm/update.c (flush_window_updates):
15716 fixed unnecessary window style updates
15718 * fvwm/style.c (parse_and_set_window_style):
15719 * fvwm/add_window.c (RestoreWithdrawnLocation):
15721 (setup_frame_attributes):
15722 * fvwm/fvwm.h (FvwmWindow):
15723 Fvwm does no longer disable backing store on all of its windows. This
15724 cause too many problems with some applications, e.g. rdist. Introduced
15725 the new style BackingStoreWindowDefault that tells fvwm not to modify
15726 the backing store attribute on the client window - which now is the
15729 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15732 * fvwm/functions.c (func_config):
15733 * libs/Module.c (SetMessageMask2):
15738 fixed building with libstroke-0.5.1 on Solaris8
15740 * fvwm/stack.c (new_layer):
15741 * fvwm/borders.c (DrawButton):
15744 * fvwm/builtins.c (SetLayerButtonFlag):
15746 * fvwm/screen.h (struct):
15747 Applied the layer button patch by Richard Curnow with a few
15750 * fvwm/icons.c (GetIconBitmap):
15752 Ignore client icons that have the wrong depth
15754 * fvwm/events.c (HandleEnterNotify):
15755 Tried to fix focusing problem w/ unclutter.
15757 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15759 * fvwm/functions.c (CheckActionType):
15762 * fvwm/menus.c (paint_item):
15763 * fvwm/misc.c (is_function_allowed):
15764 * fvwm/move_resize.c (is_move_allowed):
15765 (is_resize_allowed):
15766 (is_maximize_allowed):
15767 * fvwm/decorations.c (check_if_function_allowed):
15768 combined all these functions into a new one
15769 use this function everywhere
15770 use the Fixed... styles to decide if a menu item is greyed or not
15772 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15774 * fvwm/events.c (HandleExpose):
15775 eat up expose events even if the server claims that the expose count is
15776 zero; fixes a problem with many redraws of windows that are uncovered
15777 by shading a window above them
15779 2002-01-10 olicha <olivier.chapuis@free.fr>
15781 * fvwm/focus.c (DoSetFocus):
15782 * fvwm/move_resize.c (CMD_Maximize):
15787 * fvwm/icons.c (DeIconify):
15790 * fvwm/gnome.c (GNOME_HandlePropRequest):
15791 * fvwm/ewmh_names.c (EWMH_WMName):
15792 * fvwm/events.c (HandleFocusIn):
15793 (HandlePropertyNotify):
15795 (HandleButtonPress):
15796 (HandleLeaveNotify):
15798 * fvwm/builtins.c (CMD_UpdateDecor):
15800 * fvwm/borders.c (draw_clipped_decorations):
15802 (RedrawDecorations):
15804 Added a new argument to DrawDecoration similar to draw_window_parts,
15805 which indicate which part of the decor should be cleared. At present
15806 time only CLEAR_FRAME is taken in account and this is used in
15807 ShadeWindow to draw the decoration without flickering. This argument
15808 may be used in the future to reduce opaque resizing flickering
15810 * fvwm/builtins.c (CMD_WindowShade):
15811 Draw the decoration during unshading a window
15813 * fvwm/menus.c (ParentalMenuRePaint):
15814 Fixed transparent animated menu again
15819 2002-01-09 olicha <olivier.chapuis@free.fr>
15821 * fvwm/style.c (CMD_Style):
15822 free all the elements of the ptmpstyle before freeing it
15824 * fvwm/menus.c (ParentalMenuRePaint):
15825 Fixed transparent animated menu with HilightBackOff
15827 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15829 * fvwm/style.c (merge_styles):
15830 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15831 in the copied style
15833 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15835 * fvwm/modconf.c (send_ignore_modifiers):
15836 (send_move_threshold):
15839 (send_color_limit):
15841 (send_desktop_geometry):
15842 (CMD_Send_ConfigInfo):
15843 moved code into new functions
15845 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15846 moved to defaults.h
15848 * fvwm/bindings.c (CMD_IgnoreModifiers):
15849 * fvwm/module_interface.c (broadcast_xinerama_state):
15850 * fvwm/modconf.c (send_ignore_modifiers):
15851 broadcast IgnoreModifiers to modules
15853 * fvwm/bindings.c (CMD_IgnoreModifiers):
15854 fixed IgnoreModifiers command without arguments
15856 corrected documentation of IgnoreModifiers command
15858 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15860 * fvwm/add_window.c:
15865 * fvwm/move_resize.c:
15868 * fvwm/module_interface.c:
15870 * fvwm/placement.c:
15873 * fvwm/fvwm.h (FvwmWindow):
15874 remnamed icon_w member to icon_title_w
15876 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15878 * fvwm/icons.c (RedoIconName):
15879 fixed sizing of icon title for icons without a pixmap
15881 (CreateIconWindow):
15883 (CreateIconWindow):
15884 rewrote icon title layout and moved the constants to defaults.h
15886 * fvwm/menus.c (menuShortcuts):
15887 (handle_emacs_bindings):
15888 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15890 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15892 * fvwm/fvwm2.1: Language checks done.
15893 .IR command not in column 1 fixed.
15895 2002-01-04 olicha <olivier.chapuis@free.fr>
15897 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15898 (AnimatedMoveOfWindow):
15899 (AnimatedMoveFvwmWindow):
15900 (move_window_doit):
15901 * fvwm/menus.c (ParentalMenuRePaint):
15902 (animated_move_back):
15904 Fixed transparent animated menu
15906 2002-01-03 olicha <olivier.chapuis@free.fr>
15908 * fvwm/move_resize.c (is_resize_allowed):
15910 Do not check if moveing/resizeing is MWM allowed for a no user request
15911 This fix for example FvwmWinList with MwmFunctions & NoOverride
15913 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15914 * fvwm/move_resize.c (is_move_allowed):
15915 Allowed moving if tmp_win is null and check if move is allowed and
15916 not resize in AnimatedMoveAnyWindow. This fix animated menu
15918 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15920 (ewmh_AllowsResize):
15921 Check as a user request
15924 * fvwm/move_resize.c (CMD_Maximize):
15927 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15928 to ignore the windows with a layer less or equal to the layer of
15929 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15930 Reorder a bit the Maximize documentation
15933 * fvwm/functions.c (expand_extended_var):
15934 New variables $[desk.name<n>] to get the desktop names
15936 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15938 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15939 Read with full path.
15941 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15944 * fvwm/misc.c (GrabEm):
15945 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15947 * fvwm/events.c (HandleUnmapNotify):
15948 (HandleMapRequestKeepRaised):
15949 (check_map_request):
15950 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15952 * fvwm/add_window.c (FetchWmProtocols):
15954 * fvwm/fvwm.h (FvwmWindow):
15955 * fvwm/events.c (HandleEnterNotify):
15956 (HandlePropertyNotify):
15957 * fvwm/focus.c (refresh_focus):
15959 fixed focus problems with netscape and ddd
15961 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15963 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15964 * libs/Pointer.c (GetLocationFromEventOrQuery):
15965 * fvwm/virtual.c (HandlePaging):
15966 * fvwm/move_resize.c (GetOnePositionArgument):
15968 (AnimatedMoveAnyWindow):
15971 * fvwm/module_interface.c (ExecuteModuleCommand):
15972 * fvwm/menus.c (do_menu):
15975 (get_menu_options):
15976 * fvwm/functions.c (execute_complex_function):
15977 * fvwm/events.c (HandleClientMessage):
15978 (WaitForButtonsUp):
15979 * fvwm/conditional.c (CMD_Direction):
15980 * fvwm/builtins.c (CMD_CursorMove):
15983 handle return code of XQueryPointer everywhere; necessary for dual head
15985 * fvwm/misc.c (GrabEm):
15986 Pointer was warped to other screen with a dual head setup
15988 2001-12-31 olicha <olivier.chapuis@free.fr>
15990 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15991 Removed some code which try to raise ewmh modal window over
15992 its transientfor window; this seems not possible without a new style
15993 or a bad hack in stack.c
15995 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15997 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15998 fallback to fixed font so it shows the right font for I18N.
16000 2001-12-30 olicha <olivier.chapuis@free.fr>
16002 * fvwm/window_flags.h:
16003 * fvwm/session.c (MatchWinToSM):
16004 (LoadWindowStates):
16005 (SaveWindowStates):
16006 (get_version_string):
16007 * fvwm/move_resize.c (CMD_Maximize):
16009 * fvwm/icons.c (CMD_Iconify):
16010 * fvwm/ewmh.c (EWMH_SetWMState):
16013 (EWMH_SetAllowedActions):
16016 * fvwm/ewmh_intern.h:
16017 * fvwm/ewmh_events.c (ewmh_WMState*):
16018 * fvwm/builtins.c (CMD_WindowShade):
16019 * fvwm/stack.c (new_layer):
16020 * fvwm/update.c (apply_window_updates):
16021 * fvwm/update.h (struct):
16022 * fvwm/add_window.c (setup_window_structure):
16023 (setup_window_name):
16025 * fvwm/style.c (check_window_style_change):
16026 The skip list and modal ewmh window states are now updated after
16027 an use/ignore ewmh state style changes. The other ewmh states are
16028 starting state only. All the initial ewmh states are keep in memory
16031 * fvwm/ewmh.c (EWMH_Handle*):
16033 Set the ewmh_window_type to an int (and not the corresponding atom)
16034 accordingly to the window type
16036 * fvwm/ewmh_events.c (ewmh_WMStateModal):
16037 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
16040 * fvwm/ewmh.c (EWMH_GetStyle):
16041 * fvwm/ewmh_events.c (ewmh_WMDesktop):
16042 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
16045 * libs/vpacket.h (ConfigWinPacket):
16046 * fvwm/module_interface.c (CONFIGARGSNEW):
16049 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
16050 cfgpacket for FvwmIdent
16052 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16054 * fvwm/move_resize.c (resize_geometry_window):
16055 fixed wrong size calculation of geometry window
16057 2001-12-19 olicha <olivier.chapuis@free.fr>
16059 * fvwm/ewmh_names.c (convert_charsets):
16060 More precise error messages
16063 A few formatting fixes
16065 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16067 * fvwm/gnome.c (GNOME_SetHints):
16068 fixed window getting frozen into position upon a recapture or restart
16070 2001-12-17 Dan Espen <dane@mk.telcordia.com>
16072 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16074 2001-12-17 olicha <olivier.chapuis@free.fr>
16077 Tried to clarify the EWMHIconicStateWorkaround BugOpts
16079 * fvwm/ewmh.c (delete_kst_item):
16080 (set_kde_sys_tray):
16081 (EWMH_IsKdeSysTrayWindow):
16082 (EWMH_ManageKdeSysTray):
16083 * fvwm/events.c (HandleReparentNotify):
16084 Fixed reparenting management of kde system tray windows and
16085 added some off debugging code
16087 * fvwm/virtual.c (CMD_DesktopName):
16088 Removed some debugging code
16090 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16092 * fvwm/fvwm.h (struct):
16093 * fvwm/window_flags.h (IS_FIXED_PPOS):
16094 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16095 * fvwm/style.c (parse_and_set_window_style):
16096 (check_window_style_change):
16097 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16098 FixedUSSize, FixedPSize and Variable PPosition, ...
16100 * fvwm/events.c (HandleConfigureRequest):
16101 * fvwm/ewmh.c (ewmh_AllowsResize):
16102 (is_resize_allowed):
16105 * fvwm/gnome.c (GNOME_SetHints):
16106 (AnimatedMoveAnyWindow):
16109 * fvwm/move_resize.c (is_move_allowed):
16110 (is_resize_allowed):
16111 (is_maximize_allowed):
16112 new functions to clean up some code
16114 2001-12-15 Dan Espen <dane@mk.telcordia.com>
16116 * fvwm/fvwm2.1: Doc fixups.
16118 2001-12-15 olicha <olivier.chapuis@free.fr>
16120 * fvwm/builtins (CMD_BugOpts):
16122 * fvwm/ewmh_conf.c (EWMH_BugOpts):
16123 * fvwm/ewmh_events.c (ewmh_StateHidden):
16124 * fvwm/fvwm.c (InitVariables):
16126 * fvwm/icons.c (CMD_Iconify):
16128 * fvwm/virtual.c (unmap_window):
16130 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16131 to fix the IconicState problems in vitrual.c. New BugOpts
16132 EWMHIconicStateWorkaround for supporting current KDE versions
16134 * fvwm/events.c (HandlePropertyNotify):
16135 * fvwm/ewmh.c (ewmh_AllowsYes):
16137 (ewmh_AllowsClose):
16138 (ewmh_AllowsMaximize):
16140 (ewmh_AllowsResize):
16141 (EWMH_SetAllowedActions):
16143 * fvwm/style.c (check_window_style_change):
16144 * fvwm/update.c (apply_window_updates):
16146 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16148 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16150 * fvwm/borders.c (RedrawTitle):
16151 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16152 fixed 'stick' lines with long titles
16154 2001-12-11 olicha <olivier.chapuis@free.fr>
16158 * fvwm/ewmh.c (ewmh_SetWorkArea):
16160 (ewmh_ComputeAndSetWorkArea):
16161 (ewmh_HandleDynamicWorkArea):
16162 (EWMH_GetWorkAreaIntersection):
16163 (EWMH_GetStrutIntersection):
16164 (get_intersection):
16165 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16168 * fvwm/fvwm.c (InitVariables):
16170 * fvwm/modconf.c (send_desktop_names):
16171 (CMD_Send_ConfigInfo):
16172 * fvwm/placement.c (get_next_x):
16175 * fvwm/virtual.c (CMD_DesktopName):
16178 New command "DesktopName desk name" to define desktops names for
16179 the FvwmPager, the WindowList and ewmh compliant pagers.
16180 Desktops information (desk, desk name, working areas) is stored in a
16181 new list sub structure of Scr, DesktopsInfo. The head of the list
16182 contains generic information for desks that are not in the list.
16184 * fvwm/windowlist.c (get_desk_title):
16188 New window list options NoDeskNum, NoCurrentDeskTitle,
16189 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16190 the NoGeometry and NoGeometryInfo options.
16193 * fvwm/ewmh_names.c:
16194 * fvwm/ewmh_icons.c:
16195 Added some static declarations
16197 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16198 It seems that UTF8 names should not be terminated by a 0
16200 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16201 Set the stacking list in the good orders
16203 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16206 * fvwm/functions.c:
16210 removed all MULTISTYLE ifdefs
16212 * fvwm/borders.c (RedrawTitle):
16213 fixed title drawing into relief
16215 2001-12-08 olicha <olivier.chapuis@free.fr>
16222 * fvwm/window_flags.h:
16224 s/extended_window_name/indexed_window_name/i
16225 s/extended_icon_name/indexed_icon_name/i
16226 s/do_update_window_name/do_update_visible_window_name/
16227 s/do_update_icon_name/do_update_visible_icon_name/
16229 * fvwm/style.c (CMD_Style):
16231 (parse_and_set_window_style):
16232 Split CMD_Style into CMD_Style and parse_and_set_window_style
16234 2001-12-06 olicha <olivier.chapuis@free.fr>
16236 * fvwm/add_window.c (setup_window_name_count):
16237 (setup_icon_name_count):
16238 Better determination of the window and icon names index
16240 * fvwm/add_window.c (AddWindow):
16242 * fvwm/events.c (HandlePropertyNotify):
16243 * fvwm/ewmh_names.c (EWMH_WMName):
16245 * fvwm/module_interface.c (BroadcastWindowIconNames):
16246 * fvwm/module_interface.h:
16247 (CMD_Send_WindowList):
16249 (CMD_set_sync_mask):
16250 (CMD_set_nograb_mask):
16251 * fvwm/update.c (apply_window_updates):
16253 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16254 which are send to modules with BroadcastWindowIconNames.
16255 The set mask cmds use unsigned long mask and not int mask!
16257 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16261 EWMH without iconv compile fix by Hippo
16263 2001-12-05 olicha <olivier.chapuis@free.fr>
16265 * fvwm/add_window.c:
16268 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16269 * fvwm/ewmh_events.c:
16272 * fvwm/move_resize.c (CMD_Maximize):
16273 * fvwm/placement.c (test_fit):
16275 * fvwm/session.c (SaveWindowStates):
16276 * fvwm/style.c (merge_styles):
16278 (check_window_style_change):
16279 * fvwm/update.c (apply_window_updates):
16281 * fvwm/window_flags.h:
16283 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16284 EWMHMaximizeUseDynamicWorkingArea,
16285 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16286 EWMHPlacementUseDynamicWorkingArea,
16287 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16288 EWMHIgnoreStateHints / EWMHUseStateHints,
16289 EWMHIgnoreStrutHints / EWMHUseStrutHints
16291 * fvwm/ConfigFvwmDefaults:
16292 Use EWMHPlacementUseDynamicWorkingArea,
16293 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16296 * fvwm/add_window.c (setup_placement_penalty):
16297 * fvwm/add_window.h:
16298 (setup_placement_penalty):
16301 * fvwm/placement.c (get_next_x):
16302 * fvwm/placement.h:
16305 * fvwm/style.c (CMD_Style):
16307 (check_window_style_change):
16308 * fvwm/update.c (apply_window_updates):
16310 * fvwm/window_flags.h:
16312 New styles PlacementOverlapPenalties and
16313 PlacementOverlapPercentPenalties
16316 * fvwm/add_window.c (setup_window_name_count):
16317 * fvwm/add_window.h:
16318 (setup_icon_name_count):
16319 (setup_visible_name):
16320 (setup_window_name):
16321 (free_window_names):
16323 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16325 * fvwm/events.c (HandlePropertyNotify):
16326 * fvwm/ewmh_names.c (EWMH_*):
16328 * fvwm/icons.c (CreateIconWindow):
16333 * fvwm/session.c (MatchWinToSM):
16334 * fvwm/style.c (CMD_Style):
16336 (check_window_style_change):
16337 * fvwm/update.c (apply_window_updates):
16339 * fvwm/window_flags.h:
16340 New styles ExtendedWindowName / SimpleWindowName and
16341 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16343 * fvwm/builtins.c (ReadMultiPixmapDecor):
16349 * session.c (get_version_string):
16352 * fvwm/stack.c (new_layer):
16354 Fixed ewmh wm state
16356 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16357 Fixed creation of the ewmh icon in the case of the window is iconified
16359 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16361 * fvwm/placement.c (PlaceWindow):
16362 fixed manual placement on Xinerama screens other than the one with the
16363 top left corner of the total screen
16365 2001-11-27 olicha <olivier.chapuis@free.fr>
16371 Check for the second argument of iconv
16374 Added -Wall to CFLAGS if cc is gcc
16376 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16380 s/extanded/extended/
16382 2001-11-26 olicha <olivier.chapuis@free.fr>
16384 * fvwm/Makefile.am:
16385 Fixed (?) iconv_LIBS
16387 2001-11-26 olicha <olivier.chapuis@free.fr>
16389 * fvwm/functions.c (expand):
16390 Fixed n, c, r expansion
16392 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16394 * fvwm/fvwm2.1: Clean up ewmh stuff.
16396 2001-11-24 olicha <olivier.chapuis@free.fr>
16398 * fvwm/ewmh_internal.h:
16400 Removed a non standard macro
16402 2001-11-24 olicha <olivier.chapuis@free.fr>
16405 Documented the previous ewmh style in a new Style subsection
16407 * fvwm/functions.c (expand):
16408 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16410 2001-11-24 olicha <olivier.chapuis@free.fr>
16412 * fvwm/add_window (setup_icon):
16413 (setup_window_structure):
16414 * fvwm/events.c (HandlePropertyNotify):
16416 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16417 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16418 (EWMH_DoUpdateWmIcon):
16419 (ewmh_SetWmIconFromPixmap):
16420 (EWMH_DeleteWmIcon):
16421 (EWMH_SetIconFromWMIcon):
16422 * fvwm/ewmh_intern.h:
16424 * fvwm/icons.c (GetIcon):
16425 * fvwm/session.c (get_version_string):
16426 * fvwm/style.c (CMD_Style):
16428 (check_window_style_change)
16429 * fvwm/update.c (apply_window_updates):
16431 * fvwm/window_flags.h:
16432 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16433 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16434 EWMHDonateIcon / EWMHDontDonateIcon,
16435 Some ewmh icon code simplification.
16436 Ewmh icons priority: just after icon window.
16438 * fvwm/ewmh.c (EWMH_ExitStuff):
16440 * fvwm/session.c (SaveWindowStates):
16441 (LoadWindowStates):
16443 * fvwm/fvwm.c (Done):
16444 Delete the ewmh icons we set ourself. Some ewmh session states do not
16445 need to be saved/restored anymore
16447 2001-11-23 olicha <olivier.chapuis@free.fr>
16449 * fvwm/ewmh_names.c (convert_charsets):
16450 Fixed infinite loop
16452 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16454 * fvwm/ewmh_names.c (convert_charsets):
16455 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16456 man page states on Linux
16457 replaced goto with a loop
16459 2001-11-22 olicha <olivier.chapuis@free.fr>
16461 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16464 * fvwm/ewmh_events.c:
16465 Fixed some styles update
16467 * fvwm/ewmh_conf.c:
16468 * fvwm/function.c (func_config):
16472 * fvwm/ewmh_events.c:
16473 * fvwm/ewmh_intern.h:
16474 * fvwm/Makefile.am:
16476 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16477 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16479 * fvwm/add_window.c:
16482 * fvwm/functions.c:
16483 * fvwm/ewmh.c (EWMH_Init):
16485 * fvwm/fvwm.c (InitVariables):
16492 * fvwm/window_flags.c:
16499 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16500 are maybe problematic) and those in the ewmh* files to allow
16501 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16502 should be dummy. --enable-ewmh is now the default.
16504 2001-11-20 olicha <olivier.chapuis@free.fr>
16506 * fvwm/icons.c (GetIcon):
16507 * fvwm/add_window.c (setup_icon):
16508 Fixed icons order choice and other minor bugs
16510 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16511 Fixed a core dump if there is no MiniIcon
16513 2001-11-18 olicha <olivier.chapuis@free.fr>
16515 * fvwm/ewmh.c (add_kst_item):
16517 (ewmh_AddToKdeSysTray):
16518 (EWMH_IsKdeSysTrayWindow):
16519 (EWMH_ManageKdeSysTray):
16521 fvwm/ewmh_intern.h:
16522 * fvwm/events.c (HandleDestroyNotify):
16523 (HandleMapRequest):
16524 (HandleUnmapNotify):
16525 Fixed the KDE system tray implementation
16527 2001-11-16 olicha <olivier.chapuis@free.fr>
16531 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16533 2001-11-15 olicha <olivier.chapuis@free.fr>
16535 * fvwm/ewmh.c (EWMH_DestroyWindow):
16537 (EWMH_WindowDestroyed):
16538 * fvwm/events.c (HandleReparentNotify):
16539 (HandleDestroyNotify):
16540 (HandleUnmapNotify):
16541 * fvwm/add_window.c (destroy_window):
16542 Fixed the ewmh windows lists
16544 2001-11-15 olicha <olivier.chapuis@free.fr>
16546 * fvwm/Makefile.am:
16549 * fvwm/ewmh_intern.h:
16550 * fvwm/ewmh_events.c:
16551 * fvwm/ewmh_icons.c:
16552 * fvwm/ewmh_names.c:
16555 New files to achieve the extended WM hints support, off by
16556 default. This code is ifdefed a la gnome.c.
16557 This is work in progess (need to do so that every things are
16561 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16562 New configure option --enable-ewmh. Added tests for iconv and
16563 nl_langinfo for UTF8 conversions.
16565 * fvwm/add_window.c (AddWindow):
16566 (CaptureOneWindow):
16568 (setup_window_name):
16570 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16571 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16572 SET_HAS_EWMH_ICON, EWMH_WMIconName
16574 * fvwm/add_window.c (setup_window_structure):
16575 * fvwm/fvwm.h (FvwmWindow):
16577 * fvwm/window_flags.h:
16578 * fvwm/session.c (get_version_string):
16579 (SaveWindowStates):
16580 (LoadWindowStates):
16581 Added some entries in FvwmWindow and some flags (more will be
16582 added). Some of these states need to be saved at restart and
16583 at recapture. This code is ifdefed, may be it should not: I was
16584 forced to ifdef the version string in get_version_string.
16586 * libs/Bindings.c (win_contexts):
16588 * fvwm/events.c (GetContext):
16589 * fvwm/bindings.c (ParseBinding):
16590 (activate_binding):
16591 * fvwm/functions.c (expand_extended_var):
16593 (execute_function):
16595 * fvwm/screen.h (Scr):
16596 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16597 (kdesktop or Nautilus desktop). This context is something between
16598 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16600 * fvwm/bindings.c (activate_binding):
16601 Fixed immediate application of mouse/stroke bindings
16604 * fvwm/borders.c (RedrawDecorations):
16605 * fvwm/update.c (apply_window_updates):
16606 New function RedrawDecorations taken from apply_window_updates
16607 and called in ewmh_icons.c and update.c
16609 * fvwm/bultins.c (CMD_WindowShade):
16612 * fvwm/events.c (HandleFocusIn):
16613 (HandlePropertyNotify):
16614 (HandleClientMessage):
16615 (HandleMapRequestKeepRaised):
16616 (HandleUnmapNotify):
16617 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16618 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16621 * fvwm/icons.c (GetIcon):
16623 (CreateIconWindow):
16624 (ChangeIconPixmap):
16625 * fvwm/events.c (HandlePropertyNotify):
16626 New function GetIcon taken from CreateIconWindow which choose
16627 the icon, there is a new case for EWMH icons. New function
16628 ChangeIconPixmap taken from events.c.
16629 The two new functions are called from ewmh_icon.c (and icons.c).
16631 * fvwm/move_resize.c (handle_stick):
16634 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16637 * libs/Picture.c (LoadPictureFromPixmap):
16638 (CachePictureFromPixmap):
16639 New functions for loading a picture from a pixmap. Nothing is cached
16640 but this simplify the MiniIcon code.
16642 * fvwm/placement.c (PlaceWindow):
16643 EWMH_GetWorkAreaIntersection
16645 * fvwm/screen.h (Scr):
16646 Added the working area, the dynamic working area and the ewmh
16649 * fvwm/stack.c (restack_windows):
16651 EWMH_SetClientListStacking, EWMH_SetWMState
16653 * fvwm/style.c (check_window_style_change):
16654 * fvwm/update.c (apply_window_updates):
16656 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16657 This code is ifdefed.
16659 * fvwm/style.c (lookup_style):
16662 * fvwm/virctual.c (goto_desk):
16663 (CMD_GotoDeskAndPage):
16664 (do_move_window_to_desk):
16665 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16667 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16669 * fvwm/update.c (apply_window_updates):
16670 * fvwm/gnome.c (GNOME_GetStyle):
16671 * fvwm/style.c (lookup_style):
16672 (check_window_style_change):
16673 * fvwm/add_window.c (setup_style_and_decor):
16674 fixed GnomeIgnoreHints style for some of the gnome hints
16676 * fvwm/fvwm.c (StartupStuff):
16677 Tried to fix font size problem
16679 * fvwm/placement.c (PlaceWindow):
16680 suppress an X error
16682 * fvwm/move_resize.c (moveLoop):
16683 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16684 * fvwm/misc.c (Keyboard_shortcuts):
16685 modified keyboard shortcut functions so that it is possible to move
16686 windows with the keyboard even if the border is hit. does not work
16687 very nicely with paging
16689 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16690 performance enhancement
16692 * fvwm/events.c (HandleButtonPress):
16693 fixed (?) some problem with passing the raise click in ctf to the app
16695 * fvwm/add_window.c (Reborder):
16696 * fvwm/virtual.c (MoveViewport):
16699 * fvwm/session.c (SaveWindowStates):
16700 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16701 don't access stack_next and stack_prev directly but use the access
16702 functions from stack.h
16704 * fvwm/stack.c (remove_window_from_stack_ring):
16705 (add_window_to_stack_ring_after):
16708 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16710 when a window becomes scheduled for destruction, remove all traces of it
16711 from the fvwm internal variable so its not accessed accidentally when
16712 its fields are no longer valid
16714 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16717 fixed compilation of I18N_MB
16719 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16729 exclude the TitleStyle MultiPixmap feature (only) before forking
16731 and restore it after that
16735 change version string to 2.5.0
16738 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16739 added a link to the stable version 2.4.4 (not released yet)
16741 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16745 change version string to 2.4.4 before forking
16747 * make_fvwmdist.sh:
16748 strip end of line from date (adjust for a new length)
16750 2001-10-29 olicha <olivier.chapuis@free.fr>
16752 * fvwm/screen.h (DecorFaceStyle):
16753 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16754 so that Solid colors work again
16756 2001-10-28 olicha <olivier.chapuis@free.fr>
16758 * fvwm/module_interface.c (skipModuleAliasToken):
16759 Allows '/' as alias character
16764 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16769 added --disable-multipixmap-titles for the Suzanne's patch,
16770 the default is enable
16773 some formatting fixes in TitleStyle entry
16775 2001-10-27 Suzanne Britton <tril@igs.net>
16777 * config.h.in: Added FANCY_TITLEBARS option, off by default
16780 Added info on TitleStyle MultiPixmap
16783 [All changes #ifdeffed FANCY_TITLEBARS]
16784 Added TITLE_PADDING define for fancy titlebar rendering
16785 Added tb_pixmap_enum
16786 Added MultiPixmap to DecorFaceType enum
16787 Added Picture **multi_pixmaps and short multi_stretch_flags
16788 to DecorFace structure
16791 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16792 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16793 (RenderIntoWindow): [new]
16794 (DrawMultiPixmapTitlebar): [new]
16795 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16796 instead of always sending 1
16798 Call DrawFancyTitlebar for MultiPixmap style
16799 Skip DrawString calls for MultiPixmap style (title is drawn inside
16800 DrawMultiPixmapTitlebar)
16803 [All changes #ifdeffed FANCY_TITLEBARS]
16804 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16805 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16806 (ReadMultiPixmapDecor): [new]
16808 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16810 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16811 buttons can activate on press or release, special pointer during grab,
16812 arrow key command recall.
16814 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16816 * fvwm/bindings.c (ParseBinding):
16819 binding commands now do not print error messages with Silent
16821 * fvwm/ConfigFvwmDefaults:
16823 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16824 use Silent before Key Help
16826 * fvwm/add_window.c:
16827 changed the broken size hints message to notify the owner
16829 * docs/fvwm.lsm.in:
16832 2001-10-19 olicha <olivier.chapuis@free.fr>
16835 Some FvwmScript news
16837 2001-10-16 olicha <olivier.chapuis@free.fr>
16840 Some FvwmScript news
16842 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16844 * fvwm/bindings.c (activate_binding):
16845 * libs/Bindings.c (GrabWindowKeyOrButton):
16846 activate mouse/stroke bindings immediately
16848 * fvwm/events.c (HandleButtonPress):
16849 it is possible to bind actions to the 'ClickToFocus' click
16851 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16853 * fvwm/virtual.c (HandlePaging):
16854 allow paging during move/resize when pressing keys
16856 * libs/XResource.c (MergeCmdLineResources):
16857 possible core dump fix
16859 * fvwm/add_window.c (setup_window_placement):
16862 * libs/Bindings.c (AddBinding):
16863 another attempt at cleaning up bindings with "Shift"
16865 2001-10-13 olicha <olivier.chapuis@free.fr>
16870 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16874 OpaqueMoveSize now accepts "unlimited" or negative argument.
16876 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16881 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16883 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16886 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16888 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16891 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16893 * NEWS, configure.in:
16894 changed version to 2.5.0
16896 2001-10-08 olicha <olivier.chapuis@free.fr>
16898 * fvwm/borders.c (RedrawTitle):
16899 Fixed drawing of leftJustified stippled title and suppress warnings
16900 in RelieveRectangle w/ RightJustified stippled title
16902 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16904 * fvwm/virtual.c (CMD_XineramaSlsSize):
16907 2001-10-03 olicha <olivier.chapuis@free.fr>
16909 * fvwm/style.c (CMD_Style):
16911 Added the possibility to add an Xinerama screen to the 4 numerics
16914 2001-10-03 olicha <olivier.chapuis@free.fr>
16916 * fvwm/icons.c (AutoPlaceIcon):
16917 Fixed a core dump with @c and fixed icon placement if the icon should
16918 not be on the current page
16920 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16922 * fvwm/icons.c (AutoPlaceIcon):
16923 * libs/FScreen.c (FScreenParseScreenBit):
16924 added 'w' screen specifier for icon boxes
16926 * fvwm/icons.c (AutoPlaceIcon):
16927 fixed placement of icons in icon boxes on different screen
16929 * fvwm/menus.c (get_menu_options):
16930 reduced code duplication
16932 2001-10-02 olicha <olivier.chapuis@free.fr>
16934 * fvwm/menus.c (get_menu_options):
16935 fixed Xinerama placement of menu with empty but not null position hints
16937 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16939 * fvwm/borders.c (RedrawTitle):
16940 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16941 suppress a warning in RelieveRectangle w/ small sticky windows
16943 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16945 * fvwm/menus.c (get_menu_options):
16946 A 'rectangle' context rectangle for menus honours the '@screen' bit
16948 * fvwm/move_resize.c (DisplayPosition):
16949 coordinates of a window are show in relation to the screen, not the page
16951 * libs/FScreen.c (FScreenTranslateCoordinates):
16952 * fvwm/placement.c (PlaceWindow):
16953 * fvwm/add_window.c (setup_window_placement):
16954 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16955 rewrote the library functionality to better match the rest of the
16958 * fvwm/builtins.c (DestroyFvwmDecor):
16959 removed useless code
16961 * fvwm/icons.c (DrawIconWindow):
16962 fixed race condition w/ expanding/collapsing icon titles
16964 * fvwm/windowlist.c (CMD_WindowList):
16965 fixed Xinerama placement of window list when called without options
16967 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16969 * libs/FScreen.c (FScreenSLSOnOff):
16970 fixed core dump when calling XineramaSls before XineramaSlsSize
16975 * libs/FShape.h (FHaveShapeExtension):
16976 set macro to 1 when compiling w/ shape extension
16978 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16980 * libs/Bindings.c (AddBinding):
16981 * fvwm/bindings.c (ParseBinding):
16982 print a warning if a key with the given name does not exist
16983 if there is an upper and a lower case version of the same key name,
16984 always bind to the lower case version; this is problematic if the upper
16985 case version is tied to a key without a modifier and the lower case
16986 version is tied to the same key, but with a modifier (or both are tied
16987 to different keys). I hope this good enough.
16989 * libs/Bindings.c (FreeBindingList):
16990 (MatchBindingExactly):
16991 (CollectBindingList):
16992 fixed some problems overriding keys
16993 reduced duplication of logic
16995 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16997 * NEWS, configure.in:
16998 changed version to 2.5.0
17000 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17003 changed version to 2.4.2
17005 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17008 (SetWindowBackground):
17009 (SetRectangleBackground):
17010 * fvwm/builtins.c (CMD_WindowShade):
17011 * fvwm/add_window.c:
17012 (setup_style_and_decor):
17014 (CreateIconWindow):
17019 (HandleConfigureRequest):
17020 (HandleShapeNotify):
17021 (InitEventHandlerJumpTable):
17022 * fvwm/borders.c (struct):
17025 * fvwm/decorations.c (SelectDecor):
17030 * fvwm/fvwm.h (FvwmWindow):
17033 moved shape support to library; its no longer necessary to
17034 '#ifdef SHAPE' any code
17036 * fvwm/borders.c (RedrawButtons):
17038 fixed top border hilight drawing of title buttons
17040 * libs/Graphics.c (do_relieve_rectangle):
17041 (RelieveRectangle):
17042 (RelieveRectangle2):
17043 allow alternate shading for title buttons
17045 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17048 Applied man page patch by Dmitry Yu. Bolkhovityanov:
17049 Add a formal description of how fvwm maintains module's configs
17050 Change manpages of individual modules to refer to fvwm2(1) for
17051 details about specifying configuration
17053 * fvwm/add_window.c (setup_window_placement):
17054 desk and page can now really be given as X resources a la
17057 * libs/XResource.c (GetResourceString):
17058 resource -> lower case, class -> upper case
17062 changed version to 2.5.0
17064 * Makefile.am (distcheck2):
17065 build distcheck before dist2; save a few seconds if the build fails
17068 * libs/ClientMsg.c:
17072 * libs/gethostname.c:
17075 * libs/safemalloc.c:
17076 * libs/strcasecmp.c:
17079 * libs/strncasecmp.c:
17088 changed version to 2.4.1 again
17090 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17092 * libs/Bindings.c (FvwmStringToKeysym):
17093 try both cases of the first letter of a key name
17095 * fvwm/ConfigFvwmDefaults:
17096 * fvwm/windowlist.c (winCompareReverse):
17098 new WindowList option ReverseOrder; use the new option in the default
17099 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17100 cycle through the whole window list. The old behaviour only toggled
17101 between two windows. Also, a simple Alt-Tab can be used to switch to
17102 the next window instead of Alt-Tab-Tab.
17104 * libs/FScreen.c (FScreenInit):
17105 fixed a Xinerama crash
17108 print a verbose error message and exit if X11 headers and libraries
17111 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17113 * fvwm/fvwm.c (main):
17116 new library for X shape encapsulation
17118 * fvwm/builtins.c (CMD_WindowShade):
17119 * fvwm/borders.c (SetupFrame):
17120 fixed shading of windows without title and border
17121 fixed shading of shaped windows; fixes bug #732
17123 * fvwm/builtins.c (CMD_SetEnv):
17124 calling SetEnv without a value is the same as UnsetEnv
17126 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17128 * fvwm/events.c (HandleReparentNotify):
17129 fixed vanishing windows in rapid map/unmap cycles; bug #770
17131 * fvwm/add_window.c (hide_screen):
17132 fixed possible BadWindow error
17134 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17136 * fvwm/virtual.c (MoveViewport):
17138 (CMD_GotoDeskAndPage):
17140 GotoDeskAndPage records its own history of last visited desk/page
17142 * libs/FScreen.c (FScreenInit):
17143 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17145 2001-09-05 olicha <olivier.chapuis@free.fr>
17147 * fvwm/session.c (MatchWinToSM):
17148 * fvwm/add_window.c (setup_window_structure):
17149 * fvwm/move_resize.c (moveLoop):
17150 Fixed PlacedByButton3 condition
17152 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17155 * fvwm/functions.c (func_config):
17156 * fvwm/module_interface.c (broadcast_xinerama_state):
17157 * fvwm/virtual.c (CMD_Xinerama):
17158 (CMD_XineramaPrimaryScreen):
17160 (CMD_XineramaSlsSize):
17162 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17163 XineramaSls and XineramaSlsSize
17164 restructured parts of the FScreen code
17166 * fvwm/functions.c (func_config):
17167 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17169 * libs/Graphics.c (RelieveRectangle):
17170 allow calling the function with w == 0 or h == 0 without a message
17172 * fvwm/window_flags.h (SET_STYLE_DELETED):
17173 * fvwm/style.c (CMD_DestroyStyle):
17174 (check_window_style_change):
17175 * fvwm/fvwm.h (window_style):
17176 update windows when a style is deleted
17179 fixed xpm detection problem caused by wrong library order
17181 2001-09-05 olicha <olivier.chapuis@free.fr>
17183 * NEWS: PlacedByFvwm
17185 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17187 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17189 2001-09-04 olicha <olivier.chapuis@free.fr>
17192 * fvwm/windows_flags.h:
17193 * fvwm/placement.c (PlaceWindow):
17194 * fvwm/add_window.c (setup_window_structure):
17195 * fvwm/conditional.c (CreateConditionMask):
17196 * fvwm/session.c (get_version_string):
17199 Added a new windows_flags is_placed_by_fvwm and a new condition
17202 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17204 * fvwm/focus.c (focus_grab_buttons):
17206 disabled xt/double click patch for now
17208 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17210 * libs/Graphics.c (RelieveRectangle):
17211 print a warning if one of the dimensions is <= 0
17213 * fvwm/placement.c (PlaceWindow):
17214 take care of windows that have both, PPosition and USPosition set
17215 take care of transient windows that have neither PPosition nor
17218 2001-09-01 olicha <olivier.chapuis@free.fr>
17220 * libs/FScreen.c (FScreenInit):
17221 Fixed the position of the xinerama emulation delimiters
17223 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17226 Xinerama introduction
17228 * fvwm/icons.c (AutoPlaceIcon):
17229 try to place icons of screen with the window center, and if that fails
17232 * libs/FScreen.c (FScreenGetScrRect):
17233 performance improvement for non-xinerama systems
17235 * fvwm/update.c (apply_window_updates):
17236 (flush_window_updates):
17237 update icon boxes and icon position when xinerama layout changes
17239 * fvwm/icons.c (AutoPlaceIcon):
17240 limit placement of icons using no icon box to screen boundaries
17241 adapt icon boxes to xinerama layout whenever used
17243 * fvwm/placement.c (PlaceWindow):
17244 * fvwm/style.c (CMD_Style):
17245 (check_window_style_change):
17246 * fvwm/style.h (SUSE_NO_USPOSITION):
17247 (SUSE_NO_TRANSIENT_PPOSITION):
17248 (SUSE_NO_TRANSIENT_USPOSITION):
17249 * fvwm/fvwm.h (struct):
17250 implemented new styles NoUSPosition/UseUSPosition,
17251 NoTransientPPosition/UseTransientPPosition,
17252 NoTransientUSPosition/UseTransientUSPosition.
17253 These work exactly like NoPPosition/UsePPosition.
17254 Transient windows ignore the window position if neither the PPosition
17255 nor the USPosition hint is set.
17257 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17259 * fvwm/focus.c (restore_focus_after_unmap):
17260 fixed a bug transfering the focus when a window was iconified
17262 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17264 * fvwm/conditional.c (MatchesConditionMask):
17265 * fvwm/move_resize.c (position_geometry_window):
17266 * fvwm/placement.c (PlaceWindow):
17267 * fvwm/menus.c (pop_menu_up):
17268 * fvwm/move_resize.c (move_window_doit):
17269 * fvwm/icons.c (do_all_iconboxes):
17270 * fvwm/placement.c (PlaceWindow):
17271 * fvwm/menus.c (update_menu):
17272 adapted to new FScreen... signatures
17274 * libs/FScreen.c (FScreenClipToScreen):
17275 (FScreenGetScrCenterCenter):
17276 (FScreenCenterCurrent):
17277 (FScreenCenterPrimary):
17278 (FScreenGetCurrent00):
17279 (FScreenGetGlobalScrRect):
17280 (FScreenGetPrimaryScrRect):
17281 (FScreenGetScrRect):
17282 (FScreenIsRectangleOnScreen):
17283 unified all the FSCreen... functions using a common signature, removed
17286 * fvwm/style.c (CMD_Style):
17287 init icon box screen
17289 * fvwm/move_resize.c (move_window_doit):
17291 * libs/Makefile.am:
17292 * libs/XineramaSupport.c:
17293 * libs/XineramaSupport.h:
17295 exported and renamed screen defines
17302 * fvwm/placement.c:
17303 * fvwm/move_resize.c:
17304 * fvwm/module_interface.c:
17309 * fvwm/conditional.c:
17310 * libs/XineramaSupport.c:
17311 renamed all XineramaSupport...() functions to FScreen...()
17313 * fvwm/style.c (CMD_Style):
17316 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17318 * fvwm/style.c (CMD_Style):
17319 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17320 using geometry spec.
17322 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17326 new function QuoteString() to add and escape single quotes to strings
17328 * fvwm/menus.c (MenuInteraction):
17329 quote both missing function name and menu name for
17330 MissingSubmenuFunction
17332 * fvwm/functions.c (expand):
17335 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17337 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17339 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17341 * fvwm/cursor.c (CMD_CursorStyle):
17342 * fvwm/icons.c (GetXPMFile):
17343 * libs/Colorset.c (SetWindowBackground):
17346 * libs/Bindings.c (AddBinding):
17347 tired to help with problem binding keys that have a keycode with no
17348 modifiers and another keycode with some modifiers pressed, e.g.
17349 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17350 F1 generating the actioon bound to F11 sometimes
17352 * fvwm/focus.c (focus_grab_buttons):
17355 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17357 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17359 2001-08-20 Bob Woodside <proteus@pcnet.com>
17361 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17362 grab synchronization so apps using XtTranslations to catch double-
17363 clicks don't get confused by extraneous Leave/EnterNotify events.
17364 This fixes the "xfm/moxfm don't see double-clicks" problem.
17366 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17368 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17370 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17372 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17375 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17376 until later when the window is actually placed.
17378 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17379 position calculation.
17381 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17383 * fvwm/update.c (flush_window_updates):
17384 * fvwm/screen.h (ScreenInfo):
17385 * fvwm/virtual.c (CMD_Xinerama):
17387 * fvwm/move_resize.c (CMD_Maximize):
17388 * fvwm/placement.c (PlaceWindow):
17389 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17393 describe new maximize options
17395 * fvwm/move_resize.c (MaximizeWidth):
17398 applied Dmitry's Xinerama patch for Maximize command
17399 replaced "global" and "absolute" with "screen" which is more flexible
17401 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17403 * libs/Parse.c (SkipQuote):
17404 fixed a bug in handling of caller specified quote pairs
17406 * fvwm/move_resize.c (CMD_Maximize):
17407 keep window on correct page when viewport does not start on a page
17410 * libs/XError.c (error_name):
17412 fixed core dump in error handling
17414 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17420 renamed --disable-gnome to --disable-gnome-hints;
17421 documented configure options --with-gnome*;
17422 small improvements in documentation;
17423 use underscore in version instead of dash that causes rpm problems
17425 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17427 * libs/Makefile.am:
17428 added fvwmrect.h to dist
17430 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17432 * libs/XineramaSupport.c: Disable debug printing.
17434 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17436 * libs/defaults.h (DEFAULT_MENU_STYLE):
17437 reset colour sets in default menu style too
17439 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17443 completed the libstroke-0.5 compatibility fix
17445 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17447 * fvwm/move_resize.c (draw_move_resize_grid):
17448 fixed drawing of resize grid when invoked from button or key press
17450 * fvwm/placement.c (PlaceWindow):
17451 rewrote a condition to improve readability
17452 fixed StartsOn... w/ SkipMapping
17454 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17456 * fvwm/session.c (MatchWinToSM):
17457 (LoadWindowStates):
17458 (SaveWindowStates):
17459 * fvwm/move_resize.c (CMD_Resize):
17460 * fvwm/events.c (HandlePropertyNotify):
17461 (HandleConfigureRequest):
17462 * fvwm/move_resize.c (CMD_ResizeMove):
17465 * fvwm/update.c (apply_window_updates):
17466 * fvwm/add_window.c (AddWindow):
17467 * fvwm/geometry.c (constrain_size):
17468 (gravity_constrain_size):
17469 the Resize command honors the window gravity
17470 changing the size increment of maximized windows no longer shrinks the
17474 keep expanded icon titles on screen
17476 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17478 * fvwm/icons.c (do_all_iconboxes):
17479 default icon box fills the primary screen
17481 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17482 fixed default_screen argument
17484 * fvwm/style.c (merge_styles):
17485 * fvwm/fvwm.h (window_style):
17486 * fvwm/style.h (SSET_START_SCREEN):
17487 * fvwm/add_window.c (setup_window_placement):
17488 * fvwm/placement.c (PlaceWindow):
17490 implemented StartsOnScreen style
17492 * fvwm/placement.c (PlaceWindow):
17498 Place new windows on xinerama screens
17500 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17501 fixed core dump in debug output
17503 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17505 * fvwm/placement.c:
17506 removed unused variable
17508 2001-08-07 olicha <olivier.chapuis@free.fr>
17511 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17513 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17515 * fvwm/virtual.c (CMD_Xinerama):
17516 replaced XineramaEnable and ...Disable with XineramaCommand
17518 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17519 (XineramaSupportGetScreenArgument):
17522 * fvwm/functions.c (func_config):
17523 * fvwm/move_resize.c (move_window_doit):
17525 (CMD_AnimatedMove):
17527 (CMD_MoveToScreen):
17529 added new command MoveToScreen
17531 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17537 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17538 fixed parsing of negative geometries
17539 (XineramaSupportParseGeometryWithScreen):
17541 (XineramaSupportGetNumberedScreenRect):
17544 * sample.fvwmrc/system.fvwm2rc:
17545 * sample.fvwmrc/new-features:
17546 * sample.fvwmrc/system.fvwm2rc-sample-95:
17547 * sample.fvwmrc/system.fvwm2rc-sample-2:
17548 * sample.fvwmrc/system.fvwm2rc-sample-1:
17550 updated for new condition
17552 * fvwm/conditional.c (CreateConditionMask):
17553 (MatchesConditionMask):
17554 * fvwm/fvwm.h (WindowConditionMask):
17555 implemented new condition AcceptsFocus to cope with applications like
17556 xclock that have circulatehit but don't take focus
17558 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17560 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17561 handle Xinerama screens
17563 * fvwm/style.c (CMD_Style):
17564 * fvwm/menus.c (get_menu_options):
17565 cope with Xinerama like geometries with screen info
17567 * fvwm/virtual.c (CMD_XineramaEnable):
17568 XineramaEnable optionally takes the number of the primary screen as its
17571 * fvwm/events.c (GetContext):
17574 * fvwm/virtual.c (HandlePaging):
17575 * fvwm/events.c (HandleButtonPress):
17576 * fvwm/events.h (XEVMASK_PANFW):
17577 fixed button and key event handling over pan frames; fixes bug #752
17579 * fvwm/menus.c (get_menu_options):
17580 fixed Xinerama placement of menus without options
17582 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17589 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17590 In addition to the existing: @0 is shadow color, @1 is hilight color.
17593 Added the formal description of Vector that was absent.
17595 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17598 some man page corrections
17600 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17602 * fvwm/move_resize.c (handle_stick):
17603 also redraw buttons when a window becomes sticky/slippery to make sure
17604 that MWMDecorStick buttons are updated too; fixes bug #749
17606 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17609 documented previous changes
17612 improved output spacing
17617 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17619 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17620 * fvwm/modconf.c (send_xinerama_state):
17621 * fvwm/module_interface.c (broadcast_xinerama_state):
17623 revised module support for Xinerama
17625 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17626 (XineramaSupportParseGeometry):
17627 (XineramaSupportGetGeometry):
17628 make interface compatible with XineramaSupportParseGeometry().
17629 (XineramaSupportGetPrimaryScreen):
17632 * fvwm/stack.c (raise_over_unmanaged):
17633 fixed restacking of windows with RaiseOverUnmanaged - windows were
17634 raised in reverse order so that the top window became the bottom
17635 window of the ones that were raised
17636 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17637 these are invisible
17639 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17641 * sample.fvwmrc/system.fvwm2rc-sample-95:
17642 fixed syntax of BugOpts command
17644 * fvwm/ConfigFvwmDefaults:
17645 resize window when clicking on the sides of the window by default
17646 instead of moving it
17648 * fvwm/events.c (HandleEnterNotify):
17649 do not delete MouseFocus when pointer moves from one particular sub
17650 window of a frame to another one. Helps with xv/xmms vs unclutter
17651 interaction and also with MouseFocus vs. Open Look applications
17653 * fvwm/move_resize.c (DoSnapAttract):
17654 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17655 fixed snapping to Xinerama screen edges
17656 (XineramaSupportIsEnabled):
17657 return False is the X server provides only a single screen
17660 Added descriptions of conditions CurrentDesk, CurrentPage,
17661 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17662 CurrentGlobalPageAnyDesk
17664 * fvwm/fvwm.h (rectangle):
17666 typedefs moved to libs/fvwmlib.h
17668 * fvwm/conditional.c (MatchesConditionMask):
17669 * fvwm/fvwm.h (WindowConditionMask):
17670 * fvwm/conditional.c:
17671 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17672 for Xinerama support
17674 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17675 (send_xinerama_state):
17676 * fvwm/module_interface.c (broadcast_xinerama_state):
17677 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17678 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17679 communicate xinerama state at module startup
17681 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17683 * libs/XineramaSupport.c:
17684 next Xinerama patch
17686 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17688 * fvwm/move_resize.c (moveLoop):
17689 windows were lost off screen w/ non opaque interactive move when motion
17690 was aborted with Escape on a different page that it was started
17692 * fvwm/move_resize.c (position_geometry_window):
17700 * libs/XineramaSupport.c (GetMouseXY):
17701 (XineramaSupportCenterCurrent):
17702 (XineramaSupportGetCurrent00):
17703 (XineramaSupportGetCurrentScrRect):
17704 allow to pass in an event with the pointer position
17705 minimize number of XQueryPointer calls in interactive move/resize
17708 * fvwm/move_resize.c (resize_geometry_window):
17711 border width of geometry window moved to defaults.h
17712 moved strings for size window formatting to defaults.h
17713 reworked calculations of geometry window dimensions
17715 * fvwm/move_resize.c (resize_geometry_window):
17716 (position_geometry_window):
17720 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17721 * fvwm/fvwm.c (main):
17722 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17723 resize_geometry_window and position_geometry_window
17725 * fvwm/fvwm.c (main):
17726 fixed resizing geometry window before creating it
17728 * fvwm/move_resize.c (switch_move_resize_grid):
17730 * fvwm/virtual.c (HandlePaging):
17731 renamed MoveOutline to draw_move_resize_grid and made static
17732 new function switch_move_resize_grid for external calls
17733 delete grid before moving the geometry window to get rid of arifacts of
17736 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17738 * libs/XineramaSupport.c (XineramaSupportInit):
17739 make the blank area in Xinerama emulation usable again
17741 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17743 * fvwm/menus.c (update_menu):
17746 (calculate_item_sizes):
17747 (size_menu_horizontally):
17748 (size_menu_vertically):
17749 menus are resized to fit their Xinerama screen every time they are
17750 popped up and the screen size has changed
17752 2001-07-23 olicha <olivier.chapuis@free.fr>
17754 * libs/XineramaSupport.c (XineramaSupportInit):
17755 Draw the xinerama simulation screens with orr windows
17757 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17759 * fvwm/windowlist.c (CMD_WindowList):
17760 fixed windowlist placement w/ Xinerama
17762 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17764 * fvwm/menus.c (pop_menu_up):
17765 fixed calculations that force a menu on screen w/ Xinerama
17767 * fvwm/move_resize.c (DoSnapAttract):
17768 removed some code that slipped in with xinerama patch and broke
17769 vertical SnapAttraction
17771 * fvwm/virtual.c (CMD_EdgeResistance):
17774 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17775 take reference position src_x/src_y to determine screen
17777 * fvwm/windowlist.c (CMD_WindowList):
17778 * fvwm/menus.c (get_menu_options):
17779 (get_popup_options):
17782 handle Xinerama screens for positioning menus w/ posthints
17784 * fvwm/menus.c (get_menu_options):
17786 fix for icon/window context rectangle when window is in wrong state
17788 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17791 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17792 compiled in; fixed linking by adding -lXinerama; small corrections
17794 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17796 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17798 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17800 * libs/XineramaSupport.c (XineramaSupportInit):
17801 added xinerama emulation for developers
17803 * fvwm/virtual.c (CMD_XineramaEnable):
17804 (CMD_XineramaDisable):
17805 * fvwm/module_interface.c (BroadcastConfigInfoString):
17806 added function to communicate Xinerama on/off to modules
17808 * fvwm/module_interface.c:
17809 include time.h to fix warning
17810 * libs/XineramaSupport.c:
17811 * fvwm/fvwm.c (setVersionInfo):
17812 * fvwm/Makefile.am:
17815 cleanded up xinerama detection
17816 added shape detection
17818 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17821 Added Xinerama introduction
17823 * fvwm/fvwm.c (setVersionInfo):
17824 print xinerama support
17826 * fvwm/conditional.c (CreateConditionMask):
17827 added CirculateHitShaded option for conditional commands that was
17828 described in the man page but not implemented
17830 * fvwm/fvwm.h (WindowConditionMask):
17831 removed unused flags
17833 * fvwm/conditional.c (MatchesConditionMask):
17834 fixed CirculateHitIcon option in conditional commands
17837 reformatted man page source to improve readability
17838 fixed some source formatting bugs
17840 * libs/XineramaSupport.c (GetMouseXY):
17841 don't poll the pointer if there is only one screen or if xinerama is
17845 * fvwm/fvwm.c (main):
17846 removed -noxinerama option
17848 * fvwm/fvwm.c (main):
17849 size window is positioned and sized in move_resize.c
17851 * libs/XineramaSupport.c:
17855 print Xinerama support in configure summary
17858 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17860 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17865 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17866 define missing macros needed for old AIX keysymdef and old stroke.h
17870 remove the previous compilation fixes, now handled by configure
17872 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17874 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17876 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17879 use libstroke-0.5 constant names while still supporting 0.3/0.4
17882 compiling fix for old AIX, which does not define XK_Page_Up/Down
17884 * module_interface.c:
17885 minor compiling fix for some proprietary preprocessors
17887 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17890 use more compatible and structured syntax in SYNOPSIS
17892 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17895 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17896 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17899 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17902 changed version to 2.4.1
17905 small fix that should solve the problem with running autoconf
17906 (autoreconf is ok) from autoconf-2.50;
17907 applied a patch that adds gtk include dirs to gnome include dirs
17909 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17911 * NEWS, configure.in:
17912 changed version to 2.4.0.1
17914 * *: fvwm 2.4 has been released :-))