1 2011-04-15 Thomas Adam <thomas@fvwm.org>
4 Update for new development version 2.7.0
6 2011-04-15 Thomas Adam <thomas@fvwm.org>
7 * libs/FBidi.c (FBidi_convert):
9 * libs/fsm.c (CompletNewConnectionMsg):
10 Compiler warnings fix.
12 2011-04-15 Thomas Adam <thomas@fvwm.org>
15 Updated for the FVWM 2.6.0 stable release.
17 2011-04-10 <despen@verizon.net>
18 * fvwm/fvwm.c (SetRCDefaults): Add fvwm-menu-desktop to built in menu.
20 2011-04-10 Thomas Adam <thomas@fvwm.org>
23 More --as-needed ld fixes for linking against exernal libraries.
25 2011-04-05 Thomas Adam <thomas@fvwm.org>
26 * fvwm/update.c (apply_window_updates):
27 Don't clear all States on WindowStyle.
29 2011-04-02 Thomas Adam <thomas@fvwm.org>
30 *fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
31 Use EWMH_UpdateWorkArea() and not separate function calls
33 Don't assume the work of EWMH_UpdateWorkArea() will only ever call two
34 function calls by itself in the future; hence, centralise the call to
35 doing that to the correct containing function.
37 2011-02-05 Thomas Adam <thomas@fvwm.org>
39 Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
41 Stricter DSO checks with newer Libc versions requires the linker find
42 the symbols elsewhere. The only one that's missing is "-lfontconfig" as
43 we already supply -lX11 -lXent elsewhere.
45 2011-03-02 Thomas Adam <thomas@fvwm.org>
46 * fvwm/events.c (HandleFocusIn):
47 Fix NeverFocus windows when handling FocusIn events.
49 Certain button presses on client windows can trigger a FocusIn event on
50 the parent (such as opening a menu on a GTK application). Disallow the
51 click to trigger the window receiving focus, as well as redrawing the
52 border to reflect the window has focus.
54 2011-02-14 Thomas Adam <thomas@fvwm.org>
55 * libs/PictureImageLoader.c (PImageLoadPng):
56 Use png_get_color_type() as the data type we were previously using is
57 now no longer public (Finfo_ptr->color_type). This is in libpng 1.5 --
58 hopefully no need for an #ifdef.
60 2010-12-19 Thomas Adam <thomas@fvwm.org>
61 * fvwm/builtins.c (CMD_CursorMove):
62 Honour EdgeScroll settings to not flip pages when EdgeScroll is
65 2010-12-04 <despen@verizon.net>
67 * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
69 2010-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
70 * fvwm/placement.c (__place_get_placement_flags):
71 fix reporting of placement reason with nousposition style.
73 2010-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
75 * fvwm/events.c (__handle_cr_on_client):
76 fix resize of shaded windows with a shade direction that does not match
80 * libs/gravity.c (__gravity_override_one_axis):
81 (gravity_override_dir):
84 * libs/gravity.c (gravity_combine_xy_dir):
85 fixed calculation with only one axis set
87 2010-09-16 Sergey Vlasov <vsu@altlinux.ru>
88 * fvwm/move_resize.c (GetOnePositionArgument):
89 Fix parsing of commands like 'Move 50-50w 50-50w'.
91 2010-08-31 Gerard Vermeulen <gav451@gmail.org>
92 * fvwm/move_resize.c (GetOnePositionArgument):
93 Parse commands like 'Move w+-5p w+-2p'.
95 2010-08-09 Thomas Adam <thomas@xteddy.org>
98 Updated for the FVWM 2.5.31 release.
100 2010-08-09 Thomas Adam <thomas@xteddy.org>
103 Updated for the FVWM 2.5.31 release.
105 2010-08-07 Thomas Adam <thomas@xteddy.org>
106 * fvwm/builtins.c (CMD_Exec):
107 Remove extraneous whitespace.
109 2010-07-28 Thomas Adam <thomas@xteddy.org>
110 * fvwm/builtins.c (CMD_Exec):
111 Close fd if it's not opened successfully.
113 2010-07-28 Thomas Adam <thomas@xteddy.org>
114 * fvwm/update.c (apply_window_updates):
116 Copy over State settings on WindowStyle command.
118 When merging/updating style hints for recaptured windows, ensure we
119 preserve any State hints set on the window.
121 2010-05-22 Thomas Adam <thomas@xteddy.org>
122 * fvwm/windowlist.c (CMD_WindowList):
124 When reporting on a window's width and height ensure we use the
125 orig_hints XSizeHints struct for calculating resize increment
128 2010-05-09 Thomas Adam <thomas@xteddy.org>
131 Update CVS to use 2.5.31
133 2010-05-09 Thomas Adam <thomas@xteddy.org>
137 Updated for the FVWM 2.5.30 release.
139 2010-05-09 Thomas Adam <thomas@xteddy.org>
141 Cosmetic clean up for NEWS.
143 2010-04-28 Dan Espen <dane@mk.telcordia.com>
144 * fvwm/colorset.c (parse_colorset): Remove bogus error message.
146 2010-04-24 Thomas Adam <thomas@xteddy.org>
148 Define version checks for conditional macros.
150 libpng 1.4.0 has different macros for previous version of the same
151 macros in libong 1.2.0, so check for them here.
153 2010-04-18 Thomas Adam <thomas@xteddy.org>
154 * libs/charmap.c (charmap_table_to_string):
155 Don't allow incremental matching of C_ALL for contexts.
157 When printing out bindings, ensure we allow "A" for any/all
158 contexts/modifiers to be matched exactly, so that the context column for
159 bindings matches with what the user put in their config file.
161 2010-04-03 Thomas Adam <thomas@xteddy.org>
164 Updated for the FVWM 2.5.29 release.
166 2010-04-03 Thomas Adam <thomas@xteddy.org>
168 Cull unused functions when compiling against librplay.
170 When compiling with -Werror, ensure we're not trying to use unneeded
171 librplay static functions we ourselves declare.
173 2010-04-03 Thomas Adam <thomas@xteddy.org>
174 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
175 Tweak placement calculation for over-zealous windows.
177 Don't adjust a window's position unless it's actually greater than the
178 screen's dimension (i.e., potentially placed off screen.)
180 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
181 * fvwm/windowlist.c (CMD_WindowList):
182 Free allocated memory.
184 2010-02-28 Thomas Adam <thomas@xteddy.org>
185 * fvwm/move_resize.c (__resize_step):
186 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
188 When calling DisplaySize() from a resize event performed on a window,
189 ensure we use the window's last event (which will be MotionNotify
190 anyway) otherwise this completely confuses the GeometryWindow as it has
191 to then update itself each time.
193 When using Xinerama/TwinView, the effect is that the GeometryWindow
194 flickers and/or displays itself on the opposite screen to where the
195 pointer is, because the x/y positions don't take into account the
196 location of the pointer from the original hand-crafted event, but are
197 correct from the execute context the window being resized is called in.
199 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
200 * fvwm/style.c (check_window_style_change):
201 * fvwm/update.c (apply_window_updates):
203 Propagate Layer changes via Style command on-the-fly.
205 Until there's a distinction between initially-mapped styles and runtime
206 commands, and that currently, Style commands take effect immediately,
207 ensure that for any Layer requests received via Style commands, these
208 too are applied immediately.
210 The previous assumption was that this was only applicable when mapping a
211 new window, but goes against expectations from the user.
213 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
214 * fvwm/read.c (run_command_file):
215 Restructure how we look for Read files slightly.
217 When searching for files with the Read command, check to see if the file
218 first of all has an absolute path and if so open it. If it's relative
219 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
220 the file still can't be found, try and open it outright. This will
225 as a valid filename -- of course this really only makes sense when
226 invoking fvwm with "-f" on the command-line, as relative paths to config
227 files in this way should be built up using "$."
229 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
230 * fvwm/menustyle.c (menustyle_copy_face):
231 Fix segfault setting MenuFace pixmap style for menus.
233 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
234 non-existent pixmap from an invalid pointer.
236 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
237 * fvwm/read.c (run_command_file):
238 Fix opening of files to Read/PipeRead to accept absolute paths.
240 Don't just assume "/" is a valid identifier for opening files. "./" is
241 just as likely. Fixes use-case of:
243 fvwm -f ./some_fvwm2rc
245 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
246 * fvwm/events.c (flush_property_notify):
247 Add atom to struct so it is checked for by test_typed_window_event().
249 2010-01-04 David Fries <David@Fries.net>
250 * fvwm/events.c (test_typed_window_event):
251 * fvwm/events.c (flush_property_notify):
252 Efficiently handle flushing property events of the same type.
254 * fvwm/events.h (test_typed_window_event_args):
255 Add XAtom type to struct.
257 2010-01-04 David Fries <David@Fries.net>
258 * fvwm/virtual.c (HandlePaging):
259 Move no page detect check, it wasn't being hit.
260 * fvwm/move_resize.c (__move_loop):
261 Transform window position to pointer position and back when calling
264 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
265 * fvwm/menustyle.c (menustyle_copy_face):
266 Fix segfault when creating a tearoff menu using a Pixmap background.
268 When we copy the original menustyle to the new torn-off menu which
269 contains a background image, don't then update the menu's pixel
270 background color, as this is already free()d for us by an earlier copy
273 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
274 * fvwm/builtins.c (CMD_BugOpts):
277 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
278 * fvwm/builtins.c (CMD_BugOpts):
279 * fvwm/fvwm.c (InitVariables):
280 * fvwm/events.c (HandleClientMessage):
282 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
283 Qt windows handle having ClientMessage events sent to them.
285 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
286 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
287 Fix y-axis offset calculations when using MinOverlapPlacement, by
288 forcing the window on-screen when over-zealous penality calculations
289 don't take into account the size of the window borders.
291 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
292 * bin/fvwm-convert-2.6.1.in:
293 Add in BUGS section a note that converting over FvwmTheme lines is
296 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
299 * bin/fvwm-convert-2.6.in:
300 * bin/fvwm-convert-2.6.1.in:
301 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
304 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
305 * libs/Flocale.c (FlocaleEncodeString):
306 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
308 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
309 * fvwm/fvwm.c (StartupStuff):
310 Reset the state of the "Restarting" flag to False when restarting FVWM.
312 * fvwm/events.c (HandleMapRequestKeepRaised):
313 Only run InitialMapCommand when FVWM isn't restarting and all windows
314 have been recaptured. The window is already mapped by the time FVWM is
315 restarting, and running the InitialMapCommand again only serves to
316 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
318 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
322 increased version number to 2.5.29
325 updated for 2.5.28 release
327 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
330 * fvwm/ewmh.c (ewmh_ChangeProperty):
331 only convert _NET_WM_ICON hint to long before storing
333 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
335 * fvwm/builtins.c (CMD_BugOpts):
336 remove unused variables
339 * fvwm/ewmh.c (ewmh_ChangeProperty):
340 fix storing of CARD32 arrays on 64 bit machines
342 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
343 prevent segmentation fault when reading a bad _NET_WM_ICON hint
345 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
346 * fvwm/geometry.c (__cs_handle_aspect_ratio):
347 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
348 otherwise continual loop when resizing windows when keeping aspect
349 ratio (c.f. mplayer.)
351 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
353 Fix typo in AS_HELP_STRING referring to enable-htmldoc
355 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
358 * fvwm/builtins.c (CMD_BugOpts):
359 Fix parsing of BugOpts options lists separated by ',', and
360 restoring to default value when the boolean option is omitted if
368 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
369 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
370 (is_translit_supported, set_default_iconv_charsets)
371 (set_iconv_charset_index, FiconvUtf8ToCharset):
372 * fvwm/builtins.c (CMD_BugOpts):
373 Add TransliterateUtf8 bug opt for working around clients
374 which don't care about the WM_NAME value.
376 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
379 * fvwm/stack.c (BroadcastRestack):
380 Fix splitting or M_RESTACK packages causing weird window stacking
381 in modules when more than 83 windows are broadcast.
383 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
385 Remove dnl comments from configure.ac regarding malloc.h -- it's
386 self-explanatory anyway.
388 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
390 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
391 -- this never used to produce compiler warnings, but things are
392 starting to become more vocal, so don't use this in our
393 ./configure script if we're compiling FVWM on a *BSD system.
395 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
399 * fvwm/add_window.c (setup_numeric_vals):
400 add "typedef struct snap_attraction_t"
401 * fvwm/style.c (style_parse_one_style_option):
402 add new SnapAttraction options "None", "ScreenWindows",
403 "ScreenIcons" and "ScreenAll"
404 * fvwm/move_resize.c (DoSnapAttract):
405 Bugfix, option SameType/Icons/Windows did falsely not affect
406 conditions of option "Screen" and option "SameType" snapped
407 falsely icons and windows together. Implement options
408 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
409 screen edge snapping.
411 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
412 * fvwm/add_window.c (setup_window_name_count):
413 * fvwm/add_window.c (setup_icon_name_count):
414 Deprecate these in favour of setup_name_count()
416 * fvwm/add_window.c (setup_name_count):
417 Amalgamate setup_window_name_count and setup_icon_name_count to just
418 one function (very similar code between them.) Used with
419 IndexedWindowName and IndexedIconName.
421 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
424 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
426 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
427 (Frptp_async_putline):
428 Fix ANSI C compatibility.
431 * fvwm/ewmh_names.c (EWMH_WMName):
432 set the HAS_EWMH_WM_NAME flag even if the window name on display
435 same for HAS_EWMH_WM_ICON_NAME
437 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
440 fix for segfault with RPlatHost directive in FvwmEvent
441 * libs/Makefile.am (libfvwm_a_SOURCES):
443 add Fplay.h wrapper header for rplay.h
446 fix debian bug #438132
448 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
451 * fvwm/style.c (fw_match_style_id):
452 Fix fvwmstyle resource
454 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
457 * fvwm/events.c (HandleMapRequestKeepRaised):
458 Make sure that a PropertyNotify on the WM_STATE property is always
459 sent out when a window is requested to be moved to the withdrawn
460 state. (Needed by QT)
462 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
464 * sample.fvwmrc/DecorMwm:
465 * sample.fvwmrc/DecorWin95:
466 * sample.fvwmrc/new-features:
467 * sample.fvwmrc/system.fvwm2rc:
468 * sample.fvwmrc/system.fvwm2rc-sample-1:
469 * sample.fvwmrc/system.fvwm2rc-sample-2:
470 * sample.fvwmrc/system.fvwm2rc-sample-95:
471 Use !-negation for styles instead of No...
476 * sample.fvwmrc/system.fvwm2rc-sample-95:
477 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
478 sed -i 's/StayOnTop/StaysOnTop/'
479 According to patches by Manoj Srivastava
481 2009-03-17 Mikhael Goikhman <migo@homemail.com>
486 convert my old code to use var_name and function_name coding style
488 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
492 increased version to 2.5.28
497 updated for 2.5.27 release
499 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
500 * fvwm/bindings.c (print_bindings):
501 Fixed compilation of not having libstroke installed by using ifdefs
504 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
506 * fvwm/bindings.c (print_bindings):
509 * libs/charmap.c (charmap_table_to_string):
510 several memory menagement fixes.
512 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
514 * libs/charmap.c (charmap_table_to_string):
515 Reduce memory management on the stack, by making only those variables
516 to be accessed outside of the function charmap_table_to_string()
517 allocated on the heap instead.
519 * fvwm/bindings.c (print_bindings):
520 b->Action was previously checked whether it was NULL or not before
521 printing its value to STDERR -- however, this caused a segfault when
522 trying to perform strlen() operations internally -- hence don't bother
523 checking if it's NULL. This avoids segfaulting.
525 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
527 * libs/charmap.c (charmap_table_to_string):
529 Introduce charmap_to_string function which is used to build up a
530 binding string, for use with PrintInfo.
532 * fvwm/bindings.c (print_bindings):
533 Introduce print_bindings to print all bindings known to fvwm.
535 * fvwm/builtins.c (CMD_PrintInfo):
537 Add support for "binding" as an option to PrintInfo.
539 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
541 * fvwm/placement.c (__pl_position_get_pos_simple):
542 Force the window on-screen if using PositionPlacement UnderMouse.
544 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
546 * fvwm/events.c (HandleMapRequestKeepRaised):
547 * fvwm/add_window.c (AddWindow):
549 * fvwm/style.c (style_parse_one_style_option):
550 add new style InitialMapCommand
552 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
554 * bin/fvwm-menu-desktop.in:
555 Fix the location prefix for GNOME application files.
557 2008-12-29 Alexandre Julliard <julliard@winehq.org>
559 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
560 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
561 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
562 horizontally maximized.
564 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
567 * fvwm/module_list.c (do_execute_module):
568 * fvwm/fvwm.c (fvmm_deinstall_signals):
569 restore default signal handlers before execl()/execvp()
571 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
573 * fvwm/style.c (fw_match_style_id):
574 Allow for the window's visible name to be considered when matching a
575 style line. It is possible to use $[w.visiblename] as the style name.
576 Whilst the normal name and the visible name are usually the same, in
577 the case of having IndxedWindowName, if a style line matches this as a
578 visible name, apply it first of all.
580 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
583 Add $[w.visiblename] as an expansion parameter.
585 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
587 * fvwm/placement.c (__pl_position_get_pos_simple):
588 position placement honours StartsOnPage
590 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
592 * fvwm/session.c (MatchWinToSM):
593 fixed keeping fullscreen state of windows over a restart; the old code
594 tried to do this through session management and effectively overwrote
595 the responsible ewmh hint; eventually, fvwm thought that the window
596 was fullscreen without actually making it fullscreen
598 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
600 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
601 fixed compiler warning caused by a logic error in previous patch
604 applied png detection fix by Yuri Bushmelev for cross compiliation
606 * fvwm/events.c (__handle_cr_on_client):
607 fixed event merging with auto motion detection
609 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
612 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
613 * fvwm/events.h (events_handle_configure_request):
614 * fvwm/events.c (events_handle_configure_request):
615 (__handle_cr_on_client):
616 (__handle_configure_request):
617 fix handling of _NET_MOVERESIZE_WINDOW
618 (__cr_detect_icccm_move):
619 remove douplicate code
621 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
624 * fvwm/add_window.c (setup_frame_window):
625 fix compilation without XRender
627 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
633 Convert Latin-1 encodings to UTF-8
635 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
639 increased version to 2.5.27
644 updated for 2.5.26 release
646 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
648 * fvwm/ewmh_events.c (ewmh_WMDesktop):
650 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
651 (ewmh_HandleWindowType):
652 (ewmh_AddToKdeSysTray):
653 (ewmh_HandleWindowType):
655 64-bit fix by Alexandre Julliard
657 2008-03-30 Mikhael Goikhman <migo@homemail.com>
660 fix fribidi detection when it uses pkg-config and not fribidi-config
663 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
664 it now uses fribidi-types.h and not fribidi_types.h
666 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
668 * fvwm/events.c (dispatch_event):
669 Fix handling of Shape events.
671 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
673 * fvwm/menus.c (calc_normal_item_height):
674 (calc_more_item_height):
675 (size_menu_vertically):
676 fix calculations so the menu fit on the screen height
678 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
680 * fvwm/menus.c (size_menu_vertically):
681 added paddings at the top and bottom of the menus
683 * fvwm/menustyle.c (parse_vertical_margins_line):
684 new function to parse the VerticalMargins new MenuStyle
687 * fvwm/menustyle.c (menustyle_get_styleopt_index):
688 added the VerticalMargins option to the list
690 * fvwm/menustyle.c (menustyle_parse_style):
691 added default values for the padding, and a case clause
692 for the specific case when you invoke the VerticalMargins
695 * fvwm/menustyle.c (menustyle_copy):
696 added two lines to copy the menu styles from origin to destiny
699 added macros for the vertical padding stuff
701 * fvwm/menustyle.h (struct MenuLook):
702 added sub-structure to hold the VerticalMargins
704 * fvwm/libs/defaults.h:
705 added one define for MAX_MENU_MARGIN
707 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
709 * fvwm/menuitem.c (draw_highlight_background):
710 fixed drawing of background pictures in menu items
712 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
714 * fvwm/add_window.c (setup_frame_window):
715 fix core dump with ARGB detection code
716 fix compilation without XRender
718 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
722 increased version to 2.5.26
727 updated for 2.5.25 release
729 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
731 * fvwm/fvwm.c (main):
732 further condense the X visual selection code
734 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
736 * fvwm/fvwm.c (main):
737 condense the X visual selection code
739 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
741 * fvwm/events.c (register_event_group)
742 (InitEventHandlerJumpTable, dispatch_event):
743 use separate jump tables for events defined by X-extensions
744 to eliminate the need to ovverride the LASTEvent value.
746 * fvwm/module_list.c (module_list_remove):
747 include the case where the module is first in the list in
748 the loop, fixing a segmentaion fault when the list was empty.
750 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
752 * fvwm/add_window.c (setup_frame_window):
753 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
754 add preliminary support for ARGB windows in fvwm (based on
755 Marc Lehman's argb patch)
757 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
759 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
762 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
764 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
765 catch BadGC when updating root transparent window background
767 * libs/XError.c (do_coredump):
768 (ferror_set_temp_error_handler):
769 (ferror_reset_error_handler)
770 (ferror_call_next_error_handler):
773 * libs/XError.c (PrintXErrorAndCoredump):
774 try to dump core the hard way
776 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
778 * fvwm/colorset.c (parse_colorset):
779 check for image != None before calling XDestroyImage
781 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
782 (ewmh_WMStateMaxHoriz):
784 (ewmh_WMStateShaded):
785 (ewmh_WMStateStaysOnTop):
786 (ewmh_WMStateStaysOnBottom):
787 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
789 also ignore the EWMH staysontop and staysonbottom hints if the
790 EWMHIgnoreStackingOrderHints style is used
792 * fvwm/colorset.c (parse_colorset):
793 Fixed a sporadic crash when the root background set by gnome,
794 fvwm-root, esetroot etc. changes and a root transparent colour set
797 * fvwm/colorset.c (parse_colorset):
798 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
799 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
800 * libs/PictureGraphics.c (PGrabXImage)
801 (PGraphicsCreateTranslucent):
802 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
805 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
807 * libs/PictureGraphics.c (PGrabXImage):
808 fixed XImage memory leak
809 (PCreateRenderPixmap):
810 (PCreateDitherPixmap):
811 Properly handle return code of FgetFImage()
813 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
815 * fvwm/events.c (HandleConfigureRequest):
816 (events_handle_configure_request):
819 * fvwm/ewmh_events.c (ewmh_RestackWindow):
820 (ewmh_MoveResizeWindow):
821 fixed crash when moving/resizing/restacking unmanaged windows through
824 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
826 * fvwm/events.c (HandleMapRequestKeepRaised):
827 fixed compiler warning
829 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
831 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
832 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
834 Fixed the determination of the X charset on UTF-8 system
836 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
838 * fvwm/placement.c (__pl_minoverlap_get_next_x):
839 do not add screen offset to window position
841 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
844 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
847 Some html documentation files were not installed.
849 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
851 * fvwm/style.c (style_parse_one_style_option):
852 fixed parsing of screen argument of the SnapAttraction Style
854 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
856 * fvwm/move_resize.c (DoSnapAttract):
857 Use edge move resistance, and not delay for top edge when moving
860 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
863 * fvwm/events.c (HandleMapRequestKeepRaised)
864 (test_withdraw_request):
865 Don't map windows that request to be moved back to WithdrawnState
866 by the ICCCM2 method before they have been mapped. (Fixes bug with
867 disappearing windows.)
869 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
873 increased version to 2.5.25
877 updated for 2.5.24 release
879 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
881 * fvwm/menus.c (__mloop_exit):
882 * fvwm/menubindings.c (parse_menu_action):
884 reindented and cleaned up some code
886 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
888 * fvwm/update.c (apply_window_updates):
889 * fvwm/add_window.c (setup_style_and_decor):
890 (setup_numeric_vals):
894 * fvwm/events.c (HandleEnterNotify):
895 * fvwm/fvwm.c (InitVariables):
897 * fvwm/session.c (SaveGlobalState):
899 * fvwm/move_resize.c (DoSnapAttract):
902 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
903 They have been replaced by the styles EdgeMoveResistance,
904 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
906 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
910 use AS_HELP_STRING to format the configure options help strings
912 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
914 * fvwm/conditional.c:
917 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
919 * fvwm/ConfigFvwmDefaults:
920 restore default action of closing menus for menu titles
922 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
924 * libs/FScreen.c (FindScreenOfXY):
925 * fvwm/move_resize.c (GetMoveArguments):
926 fixed the "screen w" argument of the Move and other commands
928 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
930 * fvwm/virtual.c (HandlePaging):
931 don't modify *xl and *yt unless we we really page
933 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
935 * fvwm/module_list.h:
936 * fvwm/module_list.c:
939 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
943 increased version to 2.5.24
947 updated for 2.5.23 release
949 * libs/Flocale.c (FlocaleEncodeString):
950 removed previous warning fix
952 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
956 Added new style option: StartShaded.
958 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
960 * libs/Flocale.c (FlocaleEncodeString):
963 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
968 removed old fvwm manpage
970 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
974 increased version to 2.5.23
978 fix the date for 2.5.22 release
980 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
982 * fvwm/windowlist.c (CMD_WindowList):
983 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
986 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
990 use "test ! ... = ..." instead of "test ... != ..."
992 * fvwm/builtins.c (CMD_PropertyChange):
993 fixed completely broken parsing of PropertyChange arguments
995 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
999 updated for 2.5.22 release
1001 * fvwm/builtins.c (CMD_PropertyChange):
1002 * libs/Flocale.c (FlocaleGetFftFont):
1003 (FlocaleGetFontSet):
1005 (FlocaleGetFontOrFontSet):
1007 (FlocaleUnloadFont):
1008 fix compiler warnings
1010 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1013 fixed command table parsing
1015 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1017 * fvwm/module_list.c (module_kill):
1018 (executeModuleDesperate):
1019 (module_list_itr_init):
1022 * fvwm/events.c (My_XNextEvent):
1023 * fvwm/module_list.c (module_alloc):
1024 (do_execute_module):
1025 * fvwm/module_list.h (fmodule):
1028 restored *not* useless is_cmdline_module stuff
1031 add constants for command group tagging
1033 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1038 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1041 check for sed, perl and tbl, needed to build documentation
1043 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1045 * libs/System.c (fvwm_mkstemp):
1046 use constants from libs/fvwm_sys_stat.h
1048 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
1050 * fvwm/module_list.c (do_execute_module):
1051 fixed possible crash when fork fails
1053 * fvwm/module_list.c (module_list_remove):
1054 now returns the removed fmodule*, or NULL if unsuccessful
1055 removed error message when removing a not listed module (it's normal)
1057 * fvwm/module_list.c (module_kill):
1058 module is inserted in death_row only if it is successfuly removed from
1059 module_list (fixes crash when module is killed more than once)
1061 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
1063 * fvwm/events.c (My_XNextEvent):
1064 fixed hang with startup modules
1066 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1068 * fvwm/conditional.c (FreeConditionMask):
1069 fixed crash with inverted name condition
1074 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1080 * sample.fvwmrc/system.fvwm2rc-sample-95:
1081 * sample.fvwmrc/system.fvwm2rc:
1082 * sample.fvwmrc/system.fvwm2rc-sample-2:
1083 * libs/Picture.c (PicturePrintImageCache):
1085 * libs/FGettext.c (FGettextPrintLocalePath):
1086 * libs/fvwmsignal.c:
1088 * libs/PictureUtils.c (PictureAllocColorTable)
1089 (PicturePrintColorInfo):
1091 * libs/fvwmsignal.h:
1094 * libs/Ficonv.c (convert_charsets):
1095 (FiconvSetupConversion):
1096 * fvwm/decorations.c:
1099 * fvwm/add_window.c (setup_window_font):
1103 * fvwm/conditional.c:
1104 * fvwm/fvwm.c (SetRCDefaults):
1106 * fvwm/ewmh_events.c:
1109 * fvwm/menustyle.c (menustyle_parse_style):
1111 * fvwm/ewmh.c (EWMH_Init):
1112 * libs/Flocale.c (FlocaleParseShadow):
1113 (FlocaleGetFontSet):
1115 (FlocalePrintLocaleInfo):
1116 * fvwm/misc.c (fvwm_msg):
1119 write fvwm in lower case
1122 fixed build without GNU make
1124 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1126 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1127 fixed buffer overflow
1129 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1131 * fvwm/module_list.h (fmodule_list_itr):
1132 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1133 replace iterator struct by typedef
1135 * fvwm/module_list.c (module_list_destroy):
1138 new function to remove dup code
1140 * fvwm/module_list.c (module_kill):
1141 changed to move the module to the deathrow list
1143 * fvwm/module_list.h (fmodule):
1144 * fvwm/module_list.c (module_alloc):
1145 (module_list_remove):
1146 (FlushMessageQueue):
1147 removed is_removed logic
1149 * fvwm/module_list.c (module_safefree):
1152 * fvwm/events.c (My_XNextEvent):
1153 remove old "#if 0" code
1155 * fvwm/module_list.c (module_kill):
1158 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1160 * fvwm/module_list.h (fmodule_list_itr):
1161 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1162 don't store current pointer in module list iterators.
1165 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1167 * fvwm/events.c (My_XNextEvent):
1168 * fvwm/module_list.c (KillModuleByName):
1169 (FlushAllMessageQueues):
1170 * fvwm/module_interface.c (BroadcastPacket):
1171 (BroadcastNewPacket):
1173 (BroadcastFvwmPicture):
1174 (BroadcastColorset):
1175 (BroadcastProperyChange):
1176 (BroadcastConfigInfoString):
1178 * fvwm/modconf.c (ModuleConfig):
1179 * fvwm/stack.c (BroadcastRestack):
1180 replaced module_get_next by module list iterator mechanism
1182 * fvwm/module_list.h:
1183 * fvwm/module_list.c (module_get_next):
1186 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1188 * fvwm/module_list.h:
1189 * fvwm/module_list.c (fmodule):
1195 (FlushAllMessageQueues):
1197 * fvwm/module_interface.c (BroadcastPacket):
1198 (BroadcastNewPacket):
1200 (BroadcastFvwmPicture):
1201 (BroadcastColorset):
1202 (BroadcastProperyChange):
1203 (BroadcastConfigInfoString):
1205 * fvwm/event.c (My_XNextEvent):
1206 * fvwm/stack.c (BroadcastRestack):
1207 * fvwm/modconf.c (ModuleConfig):
1208 changed to work with generic list container
1210 * fvwm/module_list.c (module_insert):
1211 (module_list_insert):
1213 (module_list_remove):
1216 renamed as list handling functions
1218 * fvwm/events.c (My_XNextEvent):
1219 * fvwm/module_list.h:
1220 * fvwm/module_list.c (module_alloc):
1221 (do_execute_module):
1222 removed useless is_cmdline_module stuff
1224 * fvwm/module_list.h:
1225 * fvwm/module_list.c (module_list_insert):
1226 (module_list_remove):
1228 new fmodule_list object representing a module list.
1229 changed the module lists to the new object.
1230 changed list functions to use the list object instead of the
1231 fmodule_store pointer.
1233 * fvwm/events.c (My_XNextEvent):
1234 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1236 * fvwm/module_list.h (fmodule_list_itr):
1237 * fvwm/module_list.c (fmodule_list_itr_init):
1238 (fmodule_list_itr_next):
1239 created a smart (safe) iterator mechanism to replace the
1240 module_get_next function
1242 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1246 added empty functions to replace CMD_Dummy
1249 use subordinate Makefile.ams instead of iuncluding files from other
1253 removed FVWMNAMEUCASE
1258 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1259 force --enable-htmldoc on "make distcheck"
1261 * fvwm/events.c (HandleEnterNotify):
1262 (HandleLeaveNotify):
1263 properly generate enter_window and leave_window events for FvwmEvent
1265 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1267 * fvwm/move_resize.c (GetOnePositionArgument):
1269 (ParsePositionArgumentSuffix):
1272 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1274 * fvwm/move_resize.c (GetOnePositionArgument):
1275 fixed position calculation with the "w" prefix (move w-1 w-1).
1276 (GetOnePositionArgument):
1279 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1281 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1283 reduce indentation level
1284 add comment to explain why suppressing the warning is right
1286 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1288 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1289 fixed using uninitialized variable
1291 * fvwm/menus.c (scanForStrings):
1292 suppress compiler warning for now
1294 * fvwm/move_resize.c (resize_move_window):
1295 (AnimatedMoveAnyWindow):
1299 * fvwm/module_interface.c (__get_allowed_actions):
1300 * fvwm/menuitem.c (menuitem_paint):
1301 * fvwm/icons.c (CMD_Iconify):
1302 * fvwm/gnome.c (GNOME_SetHints):
1303 * fvwm/ewmh.c (ewmh_AllowsClose):
1305 (ewmh_AllowsFullScreen):
1306 (ewmh_AllowsMinimize)
1307 (ewmh_AllowsMaximize):
1311 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1312 (ewmh_MoveResizeWindow):
1315 (ewmh_WMStateHidden):
1316 * fvwm/events.c (__handle_cr_on_client):
1317 * fvwm/decorations.c (__is_resize_allowed):
1318 (is_function_allowed):
1319 * fvwm/conditional.c (MatchesConditionMask):
1320 * fvwm/builtins.c (CMD_Delete):
1321 * fvwm/add_window.c (AddWindow):
1322 is_function allowed now differentiates between US program actions and
1323 actions initiated by interaction between fvwm and the user
1325 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1327 * fvwm/menus.c (__scan_for_pixmap):
1328 fixed compiler warning
1330 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1331 (ewmh_RestackWindow):
1332 honor FixedSize/FixedPosition styles in EWMH messages too
1334 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1336 * fvwm/fvwm.c (setVersionInfo):
1337 add XCursor support to version output
1339 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1340 (SCTX_GET_MR, string_context_type_t, string_context_t)
1341 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1342 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1343 reimplement pixmap and color scanning for menus to better handle
1346 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1349 don't install fvwm.1
1351 * fvwm/events.c (My_XNextEvent):
1352 remove unused varaible
1354 * fvwm/events.c (My_XNextEvent):
1355 * fvwm/module_list.h:
1356 * fvwm/module_list.c (module_store, module_alloc)
1357 (module_kill_all, module_safefree, module_remove)
1358 (do_execute_module, module_kill, module_cleanup, module_get_next)
1359 (FlushMessageQueue):
1360 Don't free module stuctures during module I/O. (Fixes segfault.)
1362 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1366 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1367 Someone missed to add extra conditions when changing from
1370 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1373 fixed liXcursor detection
1375 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1379 * fvwm/menus.c (scanForPixmap):
1380 made it possible to escape '*' '%' '@' in filenames
1382 * libs/PictureImageLoader.c (PImageLoadSvg):
1383 added transposing and none uniform scaling to svg options
1385 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1387 * libs/PictureImageLoader.c:
1389 (PImageLoadCursorFromFile):
1390 fixed compilation without xpm library
1392 fixed compiler warning without png library
1394 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1397 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1398 fix compilation without xpm library
1400 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1405 * libs/PictureImageLoader.c:
1407 (PImageLoadCursorFromFile):
1408 fixed compilation without xpm library
1410 fixed compiler warning without png library
1412 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1414 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1415 * fvwm/cursor.c (CMD_CursorStyle):
1416 fixed compiler warning
1418 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1420 * fvwm/cursor.c (CMD_CursorStyle):
1421 fix CursorStyle command parsing
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>
1436 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1437 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1438 * libs/PictureImageLoader.c (PImageLoadSvg):
1440 (PImageCreatePixmapFromArgbData):
1441 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1442 (PImageCreatePixmapFromFImage):
1445 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1452 added libXcursor detection
1454 * fvwm/Makefile.am (LDADD):
1462 * libs/Makefile.am (libfvwm_a_SOURCES):
1465 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1466 added Xcursor support
1468 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1474 added defs for FxpmInfo and FxpmFreeXpmInfo
1476 * libs/PictureBase.h (FvwmPictureAttributes):
1477 * libs/PictureImageLoader.c
1478 (PImageCreatePixmapFromArgbData):
1479 (PImageLoadPixmapFromFile):
1480 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1481 (PImageLoadCursorPixmapFromFile):
1482 (PImageLoadCursorFromFile):
1483 * libs/PictureImageLoader.h:
1484 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1485 replaced by the new general PImageLoadCursorFromFile()
1487 * fvwm/cursor.c (CMD_CursorStyle):
1488 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1489 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1491 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1493 * libs/PictureImageLoader.c
1497 now returns argb data instead of pixmaps
1498 (PImageLoadPixmapFromFile):
1499 (PImageLoadArgbDataFromFile):
1500 moved first half of PImageLoadPixmapFromFile() into
1501 the new local function PImageLoadArgbDataFromFile()
1503 removed function, code moved into PImageLoadPixmapFromFile()
1505 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1507 * libs/PictureImageLoader.c (PImageLoadXpm):
1508 revised to make use of PImageCreatePixmapFromArgbData()
1510 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1512 * fvwm/colorset.c (parse_shape):
1513 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1514 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1515 * libs/PictureImageLoader.c
1518 (PImageCreatePixmapFromArgbData):
1519 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1520 or translucent (0 < any alpha < 0xff) images.
1522 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1524 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1525 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1526 * libs/PictureImageLoader.c (PImageLoadSvg):
1528 (PImageCreatePixmapFromArgbData):
1529 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1530 (PImageCreatePixmapFromFImage):
1533 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1535 * fvwm/functions.c (CMD_EchoFuncDefinition):
1536 * fvwm/functable.c (func_table):
1538 new command EchoFuncDefinition
1540 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1543 * fvwm/conditional.c (CreateConditionMask):
1544 bugfix: Condition separation previously failed when a
1545 single comma (no whitespace padding) was used directly
1546 after a multi-worded condition.
1548 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1550 * fvwm/module_list.c (module_kill):
1551 fix possible core dump when using startup modules
1553 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1556 * fvwm/builtins.c (CMD_PrintInfo):
1557 * libs/Picture.h (PicturePrintImageCache):
1558 * libs/Picture.c (PicturePrintImageCache):
1559 add ImageCache subject to PrintInfo command
1561 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1564 * fvwm/events.c (My_XNextEvent):
1565 fix crash when a module closes down during input/output.
1567 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1569 * fvwm/icons.c (ChangeIconPixmap):
1572 * fvwm/focus.c (warp_to_fvwm_window):
1573 * fvwm/events.c (__handle_cr_restack):
1574 (__handle_bpress_on_managed):
1575 (HandlePropertyNotify):
1577 * fvwm/stack.c (__restack_window):
1578 (__raise_lower_recursion):
1579 (__raise_or_lower_window):
1580 (raise_or_lower_window):
1581 (position_new_window_in_stack_ring):
1585 (HandleUnusualStackmodes):
1588 (CMD_RestackTransients):
1590 do raise hacks even when the internal stack is intact, unless on a
1593 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1595 * fvwm/style.c (check_window_style_change)
1596 (style_parse_one_style_option):
1598 * fvwm/fvwm.h (window_style):
1599 * fvwm/add_window.c (setup_frame_size_limits):
1600 * fvwm/geometry.c (constrain_size):
1601 new style MinWindowSize
1603 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1606 added missing prototypes
1608 * libs/safemalloc.c:
1615 * libs/Event.c (GetSubwindowFromEvent):
1617 * libs/ColorUtils.c:
1618 include corresponding header files
1620 * libs/PictureBase.c:
1621 * libs/FlocaleCharset.c:
1625 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1627 * configure.ac (HAVE_GNU_READLINE):
1628 detect full GNU readline API (vs BSD libedit readline compatibility
1631 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1633 * fvwm/windowlist.c (CMD_WindowList):
1636 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1637 "UseSkipList" & "OnlySkipList".
1639 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1642 * fvwm/add_window.c (validate_transientfor):
1643 detect and disallow circular transient-for hints
1645 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1648 s/UseListSkip/UseSkipList/g etc.
1650 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1652 * fvwm/menus.c (size_menu_vertically):
1653 added localization of the "More&..." string
1655 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1657 * libs/PictureBase.c (PictureFindImageFile):
1658 fix for segfault with svg-support enabled
1660 * INSTALL.fvwm (http):
1661 * configure.ac (png_CFLAGS):
1662 raise librsvg dependeny due to bug with 2.13.91
1664 * fvwm/cursor.c (CMD_CursorStyle):
1665 remove unused static variable nocursor
1667 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1672 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1675 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1676 bugfix: out-of-tree builds failed due to broken dependency.
1677 Make man page have same header as old one.
1678 Fix man page indentation.
1679 Make text of top-level man page sections all uppercase.
1680 Added --disable-mandoc option.
1681 HTML doc generation is off by default: use --enable-htmldoc.
1682 Added more info in doc/README about XML commands to use.
1684 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1687 * Everything in the 'doc' subdirectory.
1689 XML source to generate man page & HTML documentation.
1691 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1694 * fvwm/colorset.c (parse_colorset):
1695 don't recompute sh, hi and fgsh if they were supplied in a previous
1696 colorset line. Fixes bug #3359.
1698 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1700 * fvwm/move_resize.c (DoSnapAttract):
1701 handle SnapGrid before SnapAttraction so that non-overlapping windows
1702 do not snap edge to edge:
1709 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1711 * fvwm/style.c (parse_and_set_window_style)
1712 (style_parse_one_style_option):
1713 don't warn about PositionPlacement arguments
1715 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1719 enties for ChangeWindowTitle patch by Julio Teca.
1721 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1723 * fvwm/fvwm.c (main):
1724 fixed ROOT CursorStyle context
1726 * fvwm/placement.c (__pl_manual_get_pos_simple):
1727 * fvwm/move_resize.h:
1728 * fvwm/move_resize.c (__move_loop):
1730 fixed long broken POSITION CursorStyle context
1732 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1734 * fvwm/bindings.c (ParseBinding):
1735 fix buffer overrun with >78 character window names.
1737 * fvwm/fvwm.1.in (PositionPlacement):
1740 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1741 * fvwm/style.c (style_parse_one_style_option):
1742 change BorderWidth and HandleWidth style to revert to default if no
1745 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1747 * fvwm/fvwm.h (style_flags):
1748 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1749 (__place_get_wm_pos):
1750 (__place_window, __explain_placement):
1751 * fvwm/style.c (style_parse_one_style_option):
1753 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1754 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1755 (DEFAULT_PLACEMENT_POSITION_STRING):
1758 * fvwm/move_resize.c (GetOnePositionArgument):
1759 added 'w' suffix to Move arguments
1760 allow multiple shifts from original position
1762 * fvwm/style.c (style_parse_one_style_option):
1765 * fvwm/placement.c (setup_window_placement)
1766 (__place_get_placement_flags):
1767 (__place_get_wm_pos):
1768 (__place_get_nowm_pos):
1770 (__place_handle_x_resources):
1771 (setup_window_placement):
1772 * fvwm/fvwm.h (PLACE_CENTER):
1774 replaced CenterPlacement with more flexibe PositionPlacement
1776 * fvwm/move_resize.c (GetMoveArguments):
1777 (GetResizeArguments):
1778 (GetResizeMoveArguments):
1780 * fvwm/move_resize.h:
1781 exported and enhanced function GetMoveArguments for use by placement
1784 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1786 * fvwm/ConfigFvwmDefaults:
1787 reenable MenuScroll on titles
1789 * fvwm/menubindings.c (menu_shortcuts):
1790 don't scroll menus if scrolling would be in the wrong direction
1792 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1794 * fvwm/move_resize.c (__resize_window):
1795 some resizing/gravity fixes
1796 properly handle maximized + shaded state when resizing
1799 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1801 * fvwm/move_resize.c (__resize_window):
1802 resizing of shaded windows work better.
1804 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1806 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1807 clarified previous patch
1809 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1810 documented '-' command prefix
1812 * fvwm/expand.c (__eae_parse_range):
1813 fix $[n-] and $[*] after unsigned int havoc
1815 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1818 * fvwm/ConfigFvwmMenuDefaults:
1820 * fvwm/ConfigFvwmDefaults:
1821 * fvwm/ConfigFvwmMenuDefaults:
1822 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1824 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1826 * fvwm/ConfigFvwmMenuDefaults:
1827 * fvwm/fvwm.c (SetRCDefaults):
1828 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1829 apply to menu item context.
1831 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1833 * fvwm/placement.c (placement_loop):
1834 (__pl_minoverlap_get_avoidance_penalty):
1835 (__pl_smart_get_first_pos):
1836 (__pl_smart_get_next_pos):
1837 (__pl_smart_test_window):
1838 (__pl_smart_get_pos_penalty):
1839 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1840 now less than ten lines of code.
1842 * fvwm/add_window.c (setup_placement_penalty):
1843 * fvwm/style.c (style_parse_one_style_option):
1844 allow to reset the placement penalties with !
1847 * fvwm/add_window.c (setup_placement_penalty):
1850 * fvwm/style.c (style_parse_one_style_option):
1851 put placement penalty array in a struct
1853 * fvwm/placement.c (__place_get_wm_pos):
1854 (__pl_clever_get_next_x):
1855 (__pl_clever_get_next_y):
1856 (__pl_clever_get_first_pos):
1857 (__pl_clever_get_next_pos):
1858 (__pl_clever_get_avoidance_penalty):
1859 (__pl_clever_get_pos_penalty):
1860 (__pl_minoverlap_get_next_x):
1861 (__pl_minoverlap_get_next_y):
1862 (__pl_minoverlap_get_first_pos):
1863 (__pl_minoverlap_get_next_pos):
1864 (__pl_minoverlap_get_avoidance_penalty):
1865 (__pl_minoverlap_get_pos_penalty):
1866 renamed ...clever... functions to ...minoverlap...
1869 * fvwm/decorations.c:
1870 * fvwm/menubindings.c:
1871 * fvwm/module_interface.c:
1872 * fvwm/module_list.c:
1874 * fvwm/module_list.h:
1876 * fvwm/module_interface.h:
1878 dont include "libs" in include path
1881 #includes from fvwm path with "..." not <...>
1884 #includes from library path with "..." not <...>
1886 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1891 documented new svg support
1894 added librsvg detection
1896 * fvwm/Makefile.am (LDADD, INCLUDES):
1897 added rsvg_LIBS, rsvg_CFLAGS
1899 * fvwm/expand.c (expand_vars_extended):
1900 new extended variables
1901 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1903 * fvwm/fvwm.1.in (OPTIONS):
1905 documented new svg support
1906 (COMMAND EXPANSION):
1907 documented new extended variables
1909 * fvwm/fvwm.c (setVersionInfo):
1911 added Frsvg_init() call
1916 * libs/Makefile.am (libfvwm_a_SOURCES):
1921 * libs/Picture.c (PCacheFvwmPicture):
1922 hid svgopts from isFileStampChanged()
1924 * libs/PictureBase.c (PictureFindImageFile):
1925 hid svgopts from searchPath()
1927 * libs/PictureBase.h:
1929 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1930 hid svgopts from setFileStamp()
1932 new svg image loader
1934 * libs/fvwmlib.c (flib_init_graphics):
1935 added Frsvg_init() call
1937 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1940 * fvwm/stack.c (__is_restack_needed)
1941 (is_transient_subtree_straight):
1943 fix crash when trying to restack destroyed window
1945 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1947 * libs/Makefile.am (libfvwm_a_SOURCES):
1950 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1951 * fvwm/menus.c (move_any_menu)
1952 set menu backgrounds before moving. Makes transparent menus move
1955 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1956 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1957 add update_transparent_menu_bg to allow set of transparent menu
1958 background before a move, and change repaint_transparent_menu to
1959 allow for not setting the menu background.
1961 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1962 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1963 transparent colorsets)
1964 (CreateOffsetBackgroundPixmap):
1965 use offset also for non transparent backgrounds.
1967 * fvwm/menubindings.c (menu_shortcuts):
1968 don't move menus on scroll if they don't move
1970 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1975 * fvwm/decorations.c:
1977 * fvwm/ewmh_events.c:
1978 * fvwm/ewmh_icons.c:
1983 * fvwm/menubindings.c:
1988 * fvwm/module_interface.c:
1989 * fvwm/module_list.c:
1992 * fvwm/windowlist.c:
1993 * fvwm/windowshade.c:
1998 * fvwm/conditional.c:
2005 * fvwm/add_window.c:
2007 * fvwm/move_resize.c:
2016 * fvwm/execcontext.c:
2018 * libs/CombineChars.c:
2026 * libs/FlocaleCharset.c:
2030 * libs/safemalloc.c:
2036 * libs/ColorUtils.c:
2038 * libs/PictureImageLoader.c:
2039 * libs/PictureGraphics.c:
2042 * libs/PictureUtils.c:
2044 * libs/PictureBase.c:
2045 use new header files
2051 * libs/ColorUtils.h:
2052 * libs/PictureBase.h:
2059 * libs/Makefile.am (libfvwm_a_SOURCES):
2060 moved declarations from fvwmlib.h to new/appropriate header files
2065 * fvwm/menus.c (paint_side_pic):
2066 fixed previous patch
2069 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2071 * fvwm/menus.c (paint_side_pic):
2074 * fvwm/menus.c (paint_side_pic):
2075 use simple expose information to redraw sidepics less.
2077 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2079 * fvwm/geometry.c (constrain_size):
2080 silence gcc 4.1.1 warning.
2082 * libs/System.c (searchPath):
2083 search in pwd if no path is given.
2084 return NULL if a file dosn't exist regardless if it's absolute path
2086 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2088 * fvwm/placement.c (__place_window)
2089 (__pl_under_mouse_get_pos_simple):
2090 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2092 new style option UnderMousePlacementHonorsStartsOnPage
2094 * fvwm/update.c (init_style):
2095 don't forget stickyness when a window goes fullscreen (or when some
2096 other style is changed)
2098 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2100 * fvwm/placement.c (__pl_cascade_get_pos_simple):
2101 properly handle title direction with cascade placement
2103 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2106 * fvwm/placement.c (__pl_center_get_pos_simple):
2107 CenterPlacement properly handles Xinerama screens
2109 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2112 always substiture datarootdir
2114 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2116 * fvwm/add_window.c (GetWindowSizeHints):
2117 * fvwm/geometry.c (constrain_size):
2118 undefine macros after use
2120 reindented and cleaned up
2121 do not grow a window because of aspect ratio if this is not explicitly
2122 allowed by the CS_ROUND_UP flag
2124 (__cs_handle_aspect_ratio):
2125 broken into separate functions and cleaned up
2127 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
2129 * fvwm/module_list.c (module_receive):
2130 (module_input_discard):
2131 allocate input data in just one call - better perfomance
2133 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2135 * fvwm/placement.c (__place_get_wm_pos):
2136 simplified to a simple loop
2137 (__explain_placement):
2138 added explanation of new placement styles
2140 * fvwm/placement.c (__place_get_wm_pos):
2142 (__pl_center_get_pos_simple):
2143 (__pl_under_mouse_get_pos_simple):
2144 (__pl_cascade_get_pos_simple):
2145 (__pl_manual_get_pos_simple):
2146 (__place_get_wm_pos):
2147 use new placement interface for CenterPlacement, UnderMousePlacement,
2148 ManualPlacement, CascadePlacement
2150 * fvwm/placement.c (__sp_get_first_pos):
2151 (__sp_get_next_pos):
2152 (__sp_get_pos_penalty):
2153 (__place_get_wm_pos):
2154 use new placement interface for SmartPlacement
2159 don't use inline functions
2162 renamed function and generalized the placement interface to deal with
2163 any algorithm in the same way
2164 (__place_get_wm_pos):
2165 use new placement interface
2169 increased version to 2.5.22
2173 updated for 2.5.21 release
2175 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2177 * fvwm/read.h: Compile syntax error fix.
2179 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2181 * fvwm/placement.c (SmartPlacement):
2182 fixed broken SmartPlacement
2184 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2186 * fvwm/expand.c (expand_vars_extended):
2187 free allocated icon path
2189 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2197 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2200 * fvwm/fvwm.1.in (Scroll):
2201 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2202 add interactive scrolling.
2204 * fvwm/stack.c (is_transient_subtree_straight):
2205 check first above the tree root, then beneth it.
2207 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2209 * fvwm/module_interface.h
2210 * fvwm/module_interface.c (module_input_enqueue):
2211 (module_input_execute):
2212 new functions based on AddToCommandQueue and ExecuteModuleCommand
2214 * fvwm/module_list.c (CMD_ModuleSynchronous):
2216 * fvwm/events.c (My_XNextEvent):
2217 * fvwm/module_interface.c (ExecuteCommandQueue):
2218 using the above two new functions instead of AddToCommandQueue and
2219 ExecuteModuleCommand
2221 * fvwm/module_interface.c (cqueue_object_type):
2224 * fvwm/module_interface.h
2225 * fvwm/module_interface.c (AddToCommandQueue):
2226 (ExecuteModuleCommand):
2229 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2231 * fvwm/fvwm.h (window_style):
2232 * fvwm/style.c (style_parse_one_style_option):
2233 icon background relief and icon title relief changed to sigend char;
2234 should fix problem with ppc and negative values for these.
2236 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2238 * fvwm/module_list.h:
2239 * fvwm/module_list.c (module_receive):
2240 (module_input_discard):
2241 (module_input_expect):
2242 new functions to deal with module input
2244 * fvwm/module_list.h:
2245 * fvwm/module_list.c (HandleModuleInput):
2246 replaced by the above three functions
2248 * fvwm/events.c (My_XNextEvent):
2249 * fvwm/module_list.c (CMD_ModuleSynchronous):
2251 adapted to use the above three functions instead of HandleModuleInput
2253 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2255 * configure.ac (HAVE_PNG):
2256 don't mangle png_LIBS, use --with-png-library
2258 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2261 removed news about previous change after move of version-2_5_20 tag
2262 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2265 * fvwm/stack.c (__restack_window):
2266 fix so new transient windows with StackTransientParent on top layer
2267 don't make all windows raise above the pan frames.
2271 increased version to 2.5.21
2275 updated for 2.5.20 release
2277 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2279 * fvwm/fvwm.c (main):
2280 remove the call to module_init_list, the list head is instead set
2281 to NULL upon declaration
2283 * fvwm/module_list.h:
2284 * fvwm/module_list.c (module_init_list):
2287 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2289 * fvwm/stack.c (is_transient_subtree_straight)
2290 (is_transient_subtree_stack_straight):
2291 use <= 32 character function name
2292 (mark_transient_subtree, is_transient_subtree_straight)
2293 (__mark_transient_subtree_test):
2294 move common tests to function to avoid code duplication
2296 * fvwm/fvwm.1.in (IconifyWindowGroups):
2297 Correctly document that windows are iconified together if the are in
2298 the same window group, not if the group leader is iconified.
2300 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2302 * fvwm/add_window.c (GetWindowSizeHints):
2303 * libs/vpacket.h (ConfigWinPacket):
2304 * fvwm/module_interface.c (CONFIGARGS):
2305 * fvwm/fvwm.h (FvwmWindow):
2306 add orig_hints_width_inc and orig_hints_height_inc values to store the
2307 original resize inc for use in FvwmIdent
2310 * fvwm/style.c (style_parse_one_style_option):
2311 deprecated some "No..." styles
2312 (style_parse_one_style_option):
2313 add a NoResizeHintOverride style
2315 * fvwm/add_window.c (GetWindowSizeHints):
2316 only ignore the min_width/min_height/max_width/max_height with the
2317 ResizeHintOverride style
2319 * fvwm/icons.c (DeIconify):
2320 corrected previous fix
2322 * fvwm/placement.c (CleverPlacement):
2324 (__place_get_wm_pos):
2325 (__place_get_nowm_pos):
2327 fixed smart placement
2328 unified placement func interface
2330 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2333 * fvwm/icons.c (DeIconify):
2336 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2337 fix detection of non needed lower operations
2339 BroadcastRestack to modules even if non is done. (To cancel effect of
2340 already sent M_RAISE/M_LOWER)
2341 don't do raise hacks if no restack was done.
2343 * fvwm/fvwm.h (FvwmWindow):
2344 icon_nalloc_pixels is int instead of unsined int
2346 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2347 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2348 use int instead of unsigned int.
2350 * fvwm/menugeometry.c (menu_get_geometry)
2351 (menu_get_outer_geometry):
2352 * fvwm/focus.c (CMD_WarpToWindow):
2353 * fvwm/geometry.c (get_title_button_geometry):
2354 * fvwm/session.c (SaveWindowStates):
2355 * fvwm/conditional.c (CMD_WindowId):
2356 * fvwm/placement.c (__place_get_wm_pos):
2357 * fvwm/frame.c (frame_create_move_resize_args):
2358 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2359 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2360 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2361 * fvwm/style.c (style_parse_icon_box_style):
2362 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2363 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2365 * fvwm/events.c (HandlePropertyNotify)
2366 (__is_bpress_window_handled):
2367 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2369 fix geometry signed pointer warnings
2371 * libs/Graphics.c (CalculateGradientDimensions):
2372 cast pointer to unsigned int*
2374 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2375 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2376 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2377 change unsigned int* parameter to int*. It get's info stored in an
2378 unsigned short, so it should be OK.
2382 JunkMask is unsigned
2384 * fvwm/stack.c (__mark_group_member)
2385 (is_transient_subtree_stacked_straight, __is_restack_needed)
2386 (__restack_window, mark_transient_subtree):
2387 don't raise or lower windows if they are already at the right place.
2389 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2391 * fvwm/module_interface.c (struct cqueue_object_type):
2392 * fvwm/module_list.h (struct fmodule_input):
2393 reused cqueue_object_type as a struct to store module input data
2394 renamed it to fmodule_input and moved it to module_list.h
2395 typedef'ed it to cqueue_object_type in module_interface.c
2397 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2399 * fvwm/placement.c (__cp_get_next_x):
2401 (__cp_get_first_pos):
2402 (__cp_get_next_pos):
2403 (__cp_get_avoidance_penalty):
2406 restructured and cleaned up CleverPlacement code
2408 * fvwm/style.c (style_parse_icon_box_style):
2409 * fvwm/virtual.c (HandlePaging):
2410 * fvwm/stack.c (verify_stack_ring_consistency):
2411 (ResyncFvwmStackRing):
2413 * fvwm/read.c (cursor_control):
2414 * fvwm/placement.c (__place_get_wm_pos):
2415 * fvwm/move_resize.c (GetMoveArguments):
2416 (ParseOneResizeArgument):
2417 (GetResizeArguments):
2418 (GetResizeMoveArguments):
2419 (resize_move_window):
2420 (resize_move_window):
2431 (maximize_fvwm_window):
2435 * fvwm/menustyle.h (MenuStyle):
2436 * fvwm/menus.c (MenuSizingParameters):
2438 (paint_menu_gradient_background):
2439 (paint_menu_gradient_background):
2443 (pop_menu_down_and_repaint_parent):
2444 (__mloop_handle_action_without_mi):
2448 * fvwm/menuroot.h (MenuRootStatic):
2450 * fvwm/menuitem.h (MenuPaintItemParameters):
2451 * fvwm/menugeometry.h:
2452 * fvwm/menubindings.c (menu_shortcuts):
2453 * fvwm/icons.c (SetIconPixmapSize):
2455 (DrawIconTitleWindow):
2460 * fvwm/gnome.c (GNOME_GetHintIcons):
2461 * fvwm/functions.c (FvwmFunction):
2462 (__execute_function):
2464 (execute_complex_function):
2465 * fvwm/fvwm.c (JunkWidth):
2471 * fvwm/externs.h (JunkWidth):
2476 * fvwm/focus.c (CMD_WarpToWindow):
2477 * fvwm/expand.c (__eae_parse_range):
2478 (expand_args_extended):
2479 (expand_vars_extended):
2480 (expand_vars_extended):
2481 * fvwm/ewmh_names.c (EWMH_WMIconName):
2483 * fvwm/ewmh_intern.h:
2484 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2485 (EWMH_DoUpdateWmIcon):
2486 (ewmh_SetWmIconFromPixmap):
2487 (ewmh_SetWmIconFromPixmap):
2488 (EWMH_DeleteWmIcon):
2491 (EWMH_SetIconFromWMIcon):
2492 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2494 (ewmh_WMIconGeometry):
2497 * fvwm/ewmh.c (ewmh_ChangeProperty):
2498 (ewmh_ChangeProperty):
2500 (ewmh_AtomGetByName):
2501 (ewmh_AddToKdeSysTray):
2502 (EWMH_GetWorkAreaIntersection):
2503 (ewmh_HandleWindowType):
2504 (ewmh_check_wm_pid):
2505 * fvwm/geometry.c (constrain_size):
2507 * fvwm/events.c (__handle_cr_on_client):
2510 * libs/PictureImageLoader.c:
2511 * libs/PictureImageLoader.h:
2514 * libs/Graphics.c (ParseGradient):
2515 (CalculateGradientDimensions):
2516 (CreateGradientPixmap):
2517 (CreateGradientPixmapFromString):
2518 * fvwm/colorset.c (update_root_pixmap):
2519 * fvwm/builtins.c (CMD_Echo):
2521 * fvwm/add_window.c (AddWindow):
2522 * fvwm/screen.h (DecorFace):
2523 use int instead of unsigned int
2525 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2526 * fvwm/colormaps.c (EnterSubWindowColormap):
2527 (LeaveSubWindowColormap):
2528 (FetchWmColormapWindows):
2530 * libs/CombineChars.c (char_combclass):
2531 use short instead of short int
2532 use long instead of long int
2534 * libs/PictureBase.h (FvwmPictureAttributes):
2535 (FvwmRenderAttributes):
2536 * libs/Flocale.h (FlocaleFont):
2537 * fvwm/style.c (style_parse_icon_grid_style):
2538 * fvwm/menus.c (size_menu_horizontally):
2539 (size_menu_vertically):
2542 * fvwm/menuitem.c (menuitem_paint):
2544 * fvwm/menuitem.h (MenuItem):
2545 * fvwm/geometry.c (set_window_border_size):
2546 * fvwm/decorations.c (SelectDecor):
2547 use int instead of short
2549 * fvwm/screen.h (FvwmAcs):
2551 * fvwm/menus.c (MenuSizingParameters):
2552 (size_menu_horizontally):
2554 (paint_menu_gradient_background):
2555 * fvwm/menuroot.h (MenuRootStatic):
2556 * fvwm/menuitem.h (MenuItem):
2557 (MenuItemPartSizesT):
2558 * fvwm/menuitem.c (menuitem_get_size):
2559 * fvwm/menudim.h (MenuDimensions):
2560 use int instead of unsigned short
2562 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2565 * libs/gravity.c (gravity_move_resize_parent_child):
2567 * fvwm/frame.c (mr_args_internal):
2568 (frame_setup_border):
2569 (frame_setup_titlebar):
2570 (frame_get_resize_decor_gravities):
2571 (frame_get_titlebar_dimensions):
2572 use rectangle instead of signed_rectangle
2574 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2575 * libs/fvwmrect.h (signed_rectangle):
2579 widht and height are now signed values
2581 * fvwm/placement.c (get_next_x):
2589 * fvwm/placement.c (get_next_x):
2595 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2598 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2599 StickyAcrossDesksIcon.
2601 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2603 * fvwm/conditional.c (CreateConditionMask):
2604 added conditions StickyIcon, StickyAcrossPagesIcon and
2605 StickyAcrossDesksIcon.
2608 documented new conditional tests.
2609 removed descriptions of styles StickyIconPage & StickyIconDesk which
2610 actually don't exists in fvwm.
2611 moved StickyIcon/SlipperyIcon descriptions immediately after
2612 Sticky/Slippery description.
2614 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2616 * fvwm/placement.c (SmartPlacemen):
2618 cleaned up SmartPlacement code
2620 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2622 * fvwm/ConfigFvwmMenuDefaults:
2623 Mouse 0 MS A MenuLeaveSubmenu instead.
2625 * fvwm/ConfigFvwmMenuDefaults:
2626 Mouse 0 MS A MenuClose to make sidepic and border behave as
2627 before menu bindings.
2630 * libs/wcontext.h (enum):
2631 * fvwm/menubindings.c (menu_binding):
2633 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2635 * fvwm/menustyle.c (menustyle_parse_old_style):
2636 add a message of deprecation.
2638 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2640 * fvwm/module_list.h:
2641 * fvwm/module_list.c:
2642 new files for module handling code.
2644 * fvwm/module_list.h:
2645 * fvwm/module_interface.h:
2646 * fvwm/module_list.c:
2647 * fvwm/module_interface.c:
2648 (struct mqueue_object_type):
2659 (do_execute_module):
2660 (executeModuleDesperate):
2662 (CMD_ModuleListenOnly):
2663 (CMD_ModuleSynchronous):
2664 (HandleModuleInput):
2670 (DeleteMessageQueueBuff):
2671 (FlushMessageQueue):
2672 (FlushAllMessageQueues):
2674 (CMD_set_sync_mask):
2675 (CMD_set_nograb_mask):
2676 (skipModuleAliasToken):
2678 (struct msg_masks_t):
2680 moved from module_interface.c/h to module_list.c/h
2682 * fvwm/module_list.h (do_execute_module):
2683 * fvwm/module_interface.h (AddToCommandQueue):
2684 (ExecuteModuleCommand):
2685 initialy static functions are exposed for now. Should be fixed soon.
2688 added module_list.h and module_list.c
2689 reorganized the c files by size
2691 * fvwm/module_list.h:
2692 * fvwm/module_list.c:
2705 renamed functions to a unified style
2707 * fvwm/module_interface.h:
2708 * fvwm/module_interface.c:
2714 * fvwm/windowshade.c:
2716 * fvwm/move_resize.c:
2717 include file cleanup
2719 * fvwm/module_list.c (do_execute_module):
2720 made absolutely sure the module's read fd is >=0 before inserting
2721 the module on the list
2723 * fvwm/events.c (My_XNextEvent):
2724 * fvwm/module_list.c (PositiveWrite):
2725 (CMD_ModuleSynchronous):
2726 assume module read fd is allways >=0 (remove the tests)
2728 * fvwm/module_list.c (module_free):
2729 no need to test if fd >=0 when closing the pipes.
2731 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2733 * fvwm/menuitem.c (draw_higlight_background):
2734 fix x-origin of HGradients
2736 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2738 * fvwm/module_interface.c (FlushMessageQueues):
2739 fixed not flushing the first module on the list
2741 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2743 * libs/Flocale.c (FlocaleGetFftFont):
2744 add sanity check for NULL fontname.
2748 * fvwm/menuitem.c (menuitem_paint):
2749 (draw_hilight_background):
2750 make all kinds of pixmaps work with hilight background
2752 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2753 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2754 (CreateBackgroundPixmap):
2755 added CreateOffsetBackgroundPixmap with the ability to create
2756 transparent images at an offset relative to the window.
2758 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2760 * fvwm/menus.c (__mloop_exit):
2763 (__mloop_handle_event):
2764 don't warp to parent item when entering other item with mouse.
2768 * fvwm/menustyle.c (menustyle_update):
2769 make use of colorset TiledPixmap option with HiglightBack
2770 and HiglightTitleBack menu styles.
2772 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2777 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2779 * libs/FScreen.c (FScreenParseGeometry):
2780 don't look up screen info if screen is undefined
2782 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2786 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2788 * libs/fio.c (fvwm_send):
2791 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2796 new utility files to wrap writing/reading standard lib functions that
2797 might be interrupted
2799 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2801 * fvwm/ewmh_intern.h:
2802 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2803 instead of <time.h>.
2805 * fvwm/windowlist.h:
2806 removed unneeded file.
2809 removed windowlist.h from build list.
2811 * libs/PictureUtils.c:
2812 include "ftime.h" instead of <time.h>.
2813 fvwmlib.h header name should be in double quotes not in angle
2817 include "ftime.h" instead of <sys/time.h>.
2819 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2822 make my email less spider-friendly
2824 * fvwm/bindings.c (binding_cmd):
2828 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2830 * fvwm/screen.h (ScreenInfo):
2831 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2832 casting signed values in calculations to be cast to unsigned
2834 * fvwm/focus.c (__activate_window_by_command):
2835 don't warp the viewport if the center of the window is already in view
2836 fixed a bug in window positioning
2838 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2841 FvwmIconBox IconColorset's bg wasn't updated immediately.
2843 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2845 * fvwm/fvwm.c (main):
2846 close all open fds upon startup
2847 reopen stdin, stdout and stderr if necessary
2851 * fvwm/module_interface.c (do_execute_module):
2852 simplified error handling
2853 check maximum fd when creating modules
2855 * fvwm/events.c (My_XNextEvent):
2856 * fvwm/fvwm.c (main):
2857 replaced fd_width with fvwmlib_max_fd
2860 * libs/System.c (fvwmlib_init_max_fd):
2861 added function and fvwmlib_max_fd
2863 * fvwm/events.c (My_XNextEvent):
2864 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2865 switch back to using FD_SET
2867 * fvwm/events.c (My_XNextEvent:
2868 * fvwm/module_interface.h:
2869 * fvwm/module_interface.c:
2870 hide module structure members with access macros and use them
2873 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2875 * fvwm/module_interface.c (module_add_to_fdsets):
2876 * fvwm/module_interface.h:
2877 created new function that also checks for too many open fds
2879 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2880 * fvwm/events.c (My_XNextEvent):
2881 now using module_add_to_fdset to add pipes to the fdsets
2883 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2885 * libs/defaults.h (MAX_NUM_MODULES):
2886 * fvwm/module_interface.c (module_alloc):
2887 (do_execute_module):
2888 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2890 * fvwm/module_interface.c (do_execute_module):
2891 moved the allocation call to the end of the sanity checks and pipe
2892 creation - better for performance
2894 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2896 END MODULE STRUCT PATCHES
2898 * fvwm/module_interface.c (do_execute_module):
2899 fixed another memory leak
2901 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2903 * fvwm/module_interface.h:
2904 * fvwm/module_interface.c:
2906 renamed struct module member "pipeName" and "pipeAlias" to "name"
2909 * fvwm/module_interface.c (do_execute_module):
2910 fixed possible memory leak
2912 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2914 * fvwm/events.c (My_XNextEvent):
2915 * fvwm/module_interface.c (module_alloc):
2916 (do_execute_module):
2918 * fvwm/module_interface.h (fmodule):
2919 replaced int with a flag struct
2921 * fvwm/module_interface.h:
2922 * fvwm/events.c (My_XNextEvent):
2923 * fvwm/module_interface.c (module_alloc):
2927 add new modules at front of list again
2928 removed global variable init_fdset; use a flag in the module struct
2930 removed the now obsolete module slot count
2932 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2934 * fvwm/module_interface.c (module_remove):
2936 moved module remotion code to module_remove()
2938 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2940 * fvwm/events.c (My_XNextEvent):
2941 fixed startup commands
2943 * fvwm/module_interface.c (module_insert):
2947 append modules at end of list
2949 * fvwm/events.c (My_XNextEvent):
2952 * fvwm/module_interface.c (ExecuteModuleCommand):
2956 (BroadcastNewPacket):
2958 (BroadcastFvwmPicture):
2959 (BroadcastColorset):
2960 (BroadcastPropertyChange):
2961 (BroadcastConfigInfoString):
2963 (FlushAllMessageQueues):
2966 (CMD_set_sync_mask):
2967 (CMD_set_nograb_mask):
2969 (skipModuleAliasToken):
2970 use MAX_MODULE_ALIAS_LEN
2972 * fvwm/module_interface.c (KillModule):
2973 (do_execute_module):
2975 added a "slot" member to the module struct to fix the init_fdset hack
2978 * libs/defaults.h (MAX_NUM_MODULES):
2979 (MAX_MODULE_ALIAS_LEN):
2982 * fvwm/module_interface.c (do_execute_module):
2983 rewrote module struct initialization
2984 (HandleModuleInput):
2985 use %p to print module address, don't cast it to int
2987 * fvwm/module_interface.c (ClosePipes):
2995 * fvwm/module_interface.c (FreeModule):
2999 * fvwm/module_interface.c (KillModule):
3001 * fvwm/events.c (My_XNextEvent):
3002 * fvwm/execcontext.h:
3003 * fvwm/modconf.c (CMD_Send_ConfigInfo):
3005 * fvwm/stack.c (BroadcastRestack):
3008 * fvwm/module_interface.c (module_get_next):
3009 * fvwm/module_interface.h:
3012 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
3014 * fvwm/modconf.c (ModuleConfig):
3015 (SendConfigToModule):
3016 (send_xinerama_state):
3017 (send_desktop_names):
3018 (send_desktop_geometry):
3023 (send_move_threshold):
3024 (send_ignore_modifiers):
3025 (CMD_Send_ConfigInfo):
3026 * fvwm/functions.c (__execute_function):
3027 * fvwm/events.c (My_XNextEvent):
3028 * fvwm/module_interface.h (msg_masks_t):
3030 * fvwm/execcontext.c (__exc_change_context):
3031 (exc_create_null_context):
3032 * fvwm/execcontext.h:
3033 Initial module struct patches
3035 BEGIN MODULE STRUCT PATCHES
3037 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3039 * fvwm/events.c (HandleFocusOut):
3040 (__refocus_stolen_focus_win):
3041 (HandleEnterNotify):
3042 less disruptive way of restoring focus to the window it was stolen from
3044 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3046 * fvwm/events.c (HandleEnterNotify):
3047 restore focus to windows that had it stolen by
3048 unmanaged windows on enter of any unmanaged windows.
3050 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3052 * fvwm/menubindings.c:
3053 don't include menus.h
3055 * fvwm/ConfigFvwmMenuDefaults:
3056 all bindings are silent
3058 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3060 * fvwm/ConfigFvwmMenuDefaults:
3061 make all numpad keys silent -- not all keyboads have a numpad
3062 add KP_Separator for MenuClose
3064 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
3067 documented missing menu bindings.
3069 * fvwm/ConfigFvwmMenuDefaults:
3070 fixed wrong menu bindings.
3072 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3074 * fvwm/menubindings.c:
3075 * fvwm/menubindings.h:
3079 * fvwm/menugeometry.c:
3080 * fvwm/menugeometry.h:
3086 * fvwm/move_resize.c:
3087 * fvwm/move_resize.h:
3088 * fvwm/windowlist.c:
3089 simplified including header files
3091 * fvwm/menus.c (__mloop_handle_event):
3092 * fvwm/menuparameters.h:
3093 * fvwm/menubindings.c (menu_shortcuts):
3094 do not call find_entry directly but return MENU_NEWITEM_FIND instead
3096 * fvwm/menus.c (__mloop_handle_event):
3097 * fvwm/menuparameters.h:
3098 * fvwm/menubindings.c (menu_shortcuts):
3099 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3102 * fvwm/menus.h (MenuParameters):
3107 (MenuRepaintTransparentParameters):
3108 * fvwm/menuparameters.h (MenuParameters):
3113 (MenuRepaintTransparentParameters):
3114 moved to menuparameters.h
3116 * fvwm/menus.h (MenuRoot):
3119 * fvwm/menutypes.h (MenuRoot):
3124 * fvwm/menus.c (menu_get_geometry):
3125 (menu_get_outer_geometry):
3126 * fvwm/menugeometry.c (menu_get_geometry):
3127 (menu_get_outer_geometry):
3128 moved to menugeometry.c
3130 * fvwm/menuparameters.h:
3132 * fvwm/menugeometry.c:
3133 * fvwm/menugeometry.h:
3137 * fvwm/menubindings.h (enum):
3138 * fvwm/menus.c (enum):
3139 moved enum menu_shortcut_action to menubindings.h
3140 (get_selectable_item_index):
3141 (get_selectable_item_from_index):
3142 (get_selectable_item_from_section):
3143 (get_selectable_item_count):
3144 (parse_menu_action):
3145 moved to menubindings.c
3147 * fvwm/menus.c (enum):
3148 (parse_menu_action):
3150 renamed enum shortcut_action to menu_shortcut_action
3152 * fvwm/fvwm.c (SetRCDefaults):
3153 read default config file after all other defaults
3155 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3157 * fvwm/ConfigFvwmMenuDefaults:
3158 * fvwm/fvwm.c (SetRCDefaults):
3159 make the hard coded menu bindings load before ConfigFvwmDefaults
3160 move Mouse 0 ... to ConfigFvwmMenuDefaults
3162 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3164 * fvwm/ConfigFvwmMenuDefaults:
3165 * fvwm/fvwm.c (SetRCDefaults):
3166 added hard coded default menu bindings
3168 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3171 documentation fixes.
3173 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3176 * fvwm/menubindings.h:
3177 * fvwm/menubindings.c:
3181 moved new menu binding code to menubindings.c, menubindings.h
3182 split binding into a regular list and a fallback list that can not be
3185 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3186 fixed calculation of new geometry if x or y is negative
3188 * fvwm/geometry.c (maximize_adjust_offset):
3189 fixed calculations of normal geometry when maximized
3191 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3194 * fvwm/ConfigFvwmMenuDefaults:
3195 * fvwm/fvwm.c (SetRCDefaults):
3196 * fvwm/menus.c (parse_menu_action):
3198 rename menu action to menu bindings and make menu binding commands
3199 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3200 ensure basic function with ConfigFvwmMenuDefaults missing.
3202 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3204 * fvwm/menus.c (menuShortcuts):
3205 fixed compiler warning.
3207 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3210 corrected mis-spelling
3216 * fvwm/menus.c (handle_emacs_bindings):
3219 (__mloop_handle_event):
3221 * fvwm/bindings.c (ParseBinding):
3222 * fvwm/Makefile.am (config_DATA):
3223 * fvwm/ConfigFvwmDefaults:
3224 * fvwm/ConfigFvwmMenuDefaults:
3225 fully configurable mouse any key bindings for menu navigation.
3227 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3229 * fvwm/virtual.c (HandlePaging):
3230 removed bogus comment
3232 * fvwm/move_resize.c (__move_loop):
3235 allow paging during resize with "EdgeScroll 0 0" as documented in the
3237 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3239 * fvwm/fvwm.h (FvwmWindow):
3240 * fvwm/add_window.c (AddWindow):
3241 * fvwm/add_window.c (setup_frame_window):
3242 * fvwm/add_window.c (setup_parent_window)
3243 * fvwm/borders.c (border_draw_decorations):
3244 * fvwm/borders.c (border_draw_one_border_part):
3245 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3246 * fvwm/borders.c (border_get_titlebar_descr)
3247 * fvwm/builtins.c (__remove_window_decors):
3248 * fvwm/conditional.c (MatchesConditionMask):
3249 * fvwm/events.c (HandleMapNotify):
3250 * fvwm/events.c (HandleMapRequestKeepRaised)
3251 * fvwm/events.c (HandlePropertyNotify):
3252 * fvwm/events.c (HandleShapeNotify):
3253 * fvwm/events.c (__cr_detect_icccm_move)
3254 * fvwm/events.c (__cr_get_grav_position):
3255 * fvwm/events.c (__cr_get_static_position)
3256 * fvwm/events.c (__handle_configure_request)
3257 * fvwm/events.c (__handle_cr_on_client):
3258 * fvwm/ewmh.c (EWMH_fullscreen):
3259 * fvwm/focus.c (__activate_window_by_command):
3260 * fvwm/focus.c (__set_focus_to_fwin):
3261 * fvwm/focus.c (warp_to_fvwm_window):
3262 * fvwm/frame.c (__frame_setup_window):
3263 * fvwm/frame.c (frame_create_move_resize_args)
3264 * fvwm/frame.c (frame_free_move_resize_args):
3265 * fvwm/frame.c (frame_move_resize_step)
3266 * fvwm/frame.c (frame_reshape_border):
3267 * fvwm/geometry.c (constrain_size):
3268 * fvwm/geometry.c (get_icon_corner)
3269 * fvwm/geometry.c (get_page_offset):
3270 * fvwm/geometry.c (get_page_offset_check_visible):
3271 * fvwm/geometry.c (get_shaded_client_window_pos):
3272 * fvwm/geometry.c (get_title_button_geometry):
3273 * fvwm/geometry.c (get_title_geometry)
3274 * fvwm/geometry.c (get_unshaded_geometry):
3275 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3276 * fvwm/geometry.c (gravity_constrain_size):
3277 * fvwm/geometry.c (maximize_adjust_offset):
3278 * fvwm/geometry.c (update_absolute_geometry):
3279 * fvwm/geometry.c (update_relative_geometry)
3280 * fvwm/gnome.c (GNOME_SetWinArea):
3281 * fvwm/icons.c (AutoPlaceIcon):
3282 * fvwm/icons.c (DeIconify):
3283 * fvwm/icons.c (Iconify):
3284 * fvwm/module_interface.c (CONFIGARGS):
3285 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3286 * fvwm/move_resize.c (CMD_Maximize):
3287 * fvwm/move_resize.c (CMD_ResizeMaximize):
3288 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3289 * fvwm/move_resize.c (__move_loop):
3290 * fvwm/move_resize.c (__move_window):
3291 * fvwm/move_resize.c (__resize_window):
3292 * fvwm/move_resize.c (maximize_fvwm_window):
3293 * fvwm/move_resize.c (resize_move_window):
3294 * fvwm/move_resize.c (stick_across_pages):
3295 * fvwm/move_resize.c (unmaximize_fvwm_window):
3296 * fvwm/placement.c (__explain_placement):
3297 * fvwm/placement.c (__place_get_wm_pos):
3298 * fvwm/placement.c (get_next_x):
3299 * fvwm/placement.c (get_next_y):
3300 * fvwm/placement.c (test_fit)
3301 * fvwm/session.c (MatchWinToSM):
3302 * fvwm/session.c (SaveWindowStates):
3303 * fvwm/update.c (apply_window_updates):
3304 * fvwm/virtual.c (MoveViewport):
3305 * fvwm/windowlist.c (CMD_WindowList):
3306 * fvwm/windowshade.c (CMD_WindowShade):
3307 put some of the window geometry members into a separate struct window_g
3308 with members frame, normal, max, max_defect, max_offset
3310 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3314 * fvwm/window_flags.h:
3316 * fvwm/style.c (style_parse_one_style_option):
3317 * fvwm/icons.c (DrawIconTitleWindow):
3318 * fvwm/fvwm.h (common_flags_t):
3319 * fvwm/fvwm.1.in (Style):
3321 (border_draw_title_stick_lines):
3322 Applied Stippled patch by Thomas Adam with some fixes.
3324 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3327 FvwmWinList button/list syncronization fixed (bug #1393)
3329 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3337 updated for 2.5.19 release
3340 updated after 2.4.20 release
3343 * fvwm/focus.c (focus_get_fpol_context_flag):
3344 * fvwm/events.c (__check_click_to_focus_or_raise)
3345 (__handle_click_to_focus):
3346 Treat EWMH desktop as client window under click to focus. (#1492)
3348 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3350 * libs/Module.h (MX_REPLY):
3351 (MAX_EXTENDED_MESSAGES):
3353 * fvwm/module_interface.c (CMD_Send_Reply):
3354 * fvwm/functable.c (func_table):
3356 Added Send_Reply module only command.
3358 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3360 * libs/PictureUtils.c (init_static_colors_table):
3361 fix fvwm for < 8 bit depth, bug #1677
3363 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3365 * fvwm/misc.c (IsRectangleOnThisPage):
3366 new fix for signedness problems.
3368 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3370 * fvwm/misc.c (IsRectangleOnThisPage):
3371 fix signedness problem with test introduced by gcc4 fix below.
3373 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3375 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3379 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3380 * libs/gravity.h (gravity_move_resize_parent_child):
3381 * libs/gravity.c (gravity_move_resize_parent_child):
3382 * fvwm/frame.h (frame_get_titlebar_dimensions)
3383 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3384 (frame_get_resize_decor_gravities):
3386 (frame_setup_border):
3387 (frame_setup_titlebar)
3388 (frame_get_resize_decor_gravities):
3389 (frame_get_titlebar_dimensions):
3390 split rectangle into a signed size and an unsigned size type.
3392 * fvwm/screen.h (ScreenInfo):
3393 * libs/FScreen.h (FScreenGetScrRect):
3394 (FScreenGetResistanceRect):
3395 * libs/FScreen.c (XineramaScreenInfo):
3396 (FScreenGetGeometry)
3397 (FScreenGetScrRect):
3398 (FScreenClipToScreen):
3399 (FScreenCenterOnScreen)
3400 (FScreenGetResistanceRect):
3401 (FScreenIsRectangleOnScreen):
3402 * fvwm/fvwm.h (FvwmWindow):
3403 * fvwm/screen.h (DecorFace):
3404 * libs/fvwmlib.h (CreateGradientPixmap):
3405 * libs/Graphics.c (CreateGradientPixmap):
3406 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3407 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3408 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3409 (PImageLoadPixmapFromFile):
3410 (PImageLoadPixmapFromXpmData):
3411 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3412 (PImageCreatePixmapFromArgbData):
3413 (PImageLoadPixmapFromFile)
3414 (PImageLoadFvwmPictureFromFile):
3415 (PImageLoadPixmapFromXpmData):
3416 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3417 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3418 (EWMH_SetIconFromWMIcon):
3419 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3420 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3421 * fvwm/colorset.c (parse_colorset):
3422 * fvwm/icons.c (DrawIconTitleWindow):
3425 * fvwm/menus.h (MenuRootDynamic):
3426 * fvwm/menus.c (update_menu):
3430 * fvwm/move_resize.c (GetMoveArguments):
3431 (ParseOneResizeArgument)
3432 (GetResizeArguments):
3433 (GetResizeMoveArguments):
3437 change dimensions and allocation counts to unsigned types.
3439 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3440 (FlocaleStringByteToCharOffset):
3441 (FlocaleStringCharToByteOffset)
3442 (FlocaleStringCharLength)
3443 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3444 (FlocaleStringByteToCharOffset):
3445 (FlocaleStringCharToByteOffset)
3446 (FlocaleStringCharLength):
3447 (FlocaleUtf8ToUnicodeStr2b)
3448 (FlocaleStringToString2b):
3449 (FlocaleEncodeString):
3450 * libs/Ficonv.c (convert_charsets):
3451 change most string types to char* from unsigned char* to match
3452 with system headers without casts.
3454 * libs/Flocale.c (FlocaleLoadFont):
3455 init shadow_dir to make gcc 4 happy.
3457 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3458 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3459 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3460 (CSETS_IS_TRANSPARENT_PR_PURE):
3461 (CSETS_IS_TRANSPARENT_ROOT)
3462 (CSETS_IS_TRANSPARENT):
3463 compare pointer with NULL, not >= 0.
3465 * libs/FTips.h (ftips_position_t):
3466 * fvwm/expand.c (partial_extended_vars):
3467 * fvwm/placement.c (preason_screen_t):
3468 remove comma last in enums.
3470 * fvwm/style.c (style_parse_focus_policy_style):
3471 change 0xffffffff to ~0 to silience truncation warning.
3473 * fvwm/session.h (mwtsm_state_args):
3474 make flags unsigned.
3476 * fvwm/schedule.c (sq_object_type):
3477 change // to /* ... */
3479 * libs/Fft.c (FftGetFontWidths):
3481 * libs/FScreen.c (FScreenConfigureSLSScreens):
3482 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3483 (EWMH_SetDesktopNames):
3484 * fvwm/fvwm.c (LoadDefaultLeftButton):
3485 (LoadDefaultRightButton):
3486 * fvwm/builtins.c (ReadDecorFace):
3488 silence signedness warnings by casts.
3490 * fvwm/borders.c (ROTATE_RECTANGLE):
3491 make sure tr is initialized.
3493 * fvwm/add_window.c (FetchWmProtocols):
3494 use unsigned type for l_protocols.
3496 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3498 * fvwm/events.c (HandleFocusIn):
3500 * fvwm/focus.c (__set_focus_to_fwin):
3501 fix focus decoration when unmanaged are focused, unless
3502 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3504 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3506 * fvwm/geometry.c (constrain_size):
3507 repeat aspect-resizing in a loop to get a stable result that does not
3508 change the next time the frame is set up
3510 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3514 increased version to 2.5.19
3519 updated for 2.5.18 release
3521 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3524 removed the unused test for imlib
3525 removed the Imlib.h header from gdk_imlib test programs
3527 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3529 * fvwm/ewmh.c (atom_get):
3530 fix offset and length args for XGetWindowProperty() (to support 64bit
3533 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3535 * fvwm/events.c (HandleUnmapNotify):
3536 immediately handle MapRequests after unmapping a window while we still
3537 have the context fvwm window; this is necessary to allow the client to
3538 re-map a window before fvwm can reparent it to the root window
3539 (HandleMapRequestKeepRaised):
3542 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3544 * fvwm/ewmh.c (ewmh_HandleDesktop):
3545 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3548 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3552 * fvwm/decorations.c:
3553 fix offset and length args for XGetWindowProperty() (to support 64bit
3556 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3559 * fvwm/expand.c (expand_vars_extended):
3560 correctly expand break.
3561 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3564 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3566 * fvwm/decorations.h (is_function_allowed):
3567 * fvwm/decorations.c (__is_resize_allowed):
3568 (is_function_allowed):
3569 work on 'const FvwmWindow *'
3571 * fvwm/fvwm.h (action_flags):
3572 * fvwm/style.c (check_window_style_change):
3573 * fvwm/module_interface.c (__get_allowed_actions)
3575 * libs/vpacket.h (ConfigWinPacket):
3576 expose fvwm allowed actions to modules
3578 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3580 * fvwm/move_resize.c (__move_icon):
3581 *do* map icon windows for pictured icons on move, but only if they end
3582 up on the current desk
3584 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3586 * fvwm/move_resize.c (__move_icon):
3587 don't map icon windows for pictured icons on move
3589 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3591 * fvwm/style.c (remove_all_of_style_from_list):
3592 (__simplify_style_list):
3597 (style_ids_are_equal):
3598 (style_id_equals_id)
3599 (styles_have_same_id):
3601 (one_fw_can_match_both_ids):
3602 (check_window_style_change):
3603 use int/0/1 instead of Bool/False/True
3605 * fvwm/move_resize.c (stick_across_pages):
3606 use False instead of FALSE
3608 * fvwm/style.c (fw_match_style_id):
3609 * fvwm/read.c (run_command_file):
3611 * fvwm/add_window.c (MappedNotOverride):
3612 * libs/wild.c (matchWildcards):
3613 use 0 and 1 instead of FALSE and TRUE
3616 removed TRUE and FALSE
3618 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3621 FvwmPager !IconTitle style bugfix.
3623 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3626 Updated description of Wait command in man page.
3628 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3630 * libs/Flocale.c (FlocaleFontStructDrawString)
3631 (FlocaleRotateDrawString):
3632 (FlocaleDrawString):
3633 fixed drawing of forecolor/hilightfore
3635 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3636 always unmaximize and resize window when leaving fullscreen state,
3637 not just if it did not start as fullscreen
3639 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3641 * fvwm/fvwm.1.in (MenuStyle):
3642 added a reference to the prefered ! style negation flag,
3643 and listed the other deprecated negative forms in one place.
3646 (AutomaticHotkeysOff):
3649 changed to the ! negation form and listed as deprecated.
3651 removed relics from the man page
3653 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3657 increased version to 2.5.18
3662 updated for 2.5.17 release
3664 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3666 * fvwm/move_resize.c (__move_window):
3667 allow moving a window without an icon while it's iconified based on the
3670 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3672 * fvwm/menustyle.c (menustyle_copy):
3673 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3675 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3678 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3679 changed the manpage to reflect the prefered style negation method,
3680 that is, using the !* negation sign.
3682 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3684 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3685 removed documentation of filters.
3688 * fvwm/expand.c (check_first_filter):
3690 (expand_args_extended):
3691 (expand_vars_extended):
3693 removed variable filter implementation and backslash-escaping.
3695 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3698 News blurb for variable filters and backslash-escaping.
3700 documentation of variable filters.
3702 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3704 * fvwm/expand.c (chec):
3707 (expand_args_extended):
3708 (expand_vars_extended):
3710 implemented variable filters.
3712 * fvwm/expand.c (expand_vars):
3713 made backslash work as escape character within extended variables.
3715 * libs/Strings.h (QuoteEscapeString):
3716 (QuoteEscapeStringLength):
3717 * libs/Strings.c (QuoteEscapeString):
3718 (QuoteEscapeStringLength):
3719 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3722 * fvwm/expand.c (expand_args_extended):
3723 make upper limit inclusive.
3725 * fvwm/functions.c (__execute_function):
3726 Changed PeekToken to GetNextToken before expand_vars call.
3729 updated documentation regarding quoting in expand_args_extended
3731 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3733 * fvwm/expand.c (__eae_parse_range):
3734 reject everything that does not begin with a digit
3736 * libs/Parse.c (SkipNTokens):
3737 stop skipping tokens at the end of input
3739 * fvwm/expand.c (__eae_parse_range):
3743 (__eae_parse_range):
3744 fixed parsing of $[n-]
3746 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3748 * fvwm/expand.c (expand_args_extended):
3750 added range check for positional parameters
3751 (expand_args_extended):
3752 (__eae_parse_range):
3753 cleaned up and simplified parsing code
3754 properly unquote arguments when expanding
3755 removed the patch below
3757 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3759 * fvwm/expand.c (expand_args_extended):
3760 removed range check for positional parameters
3761 make single arguments not use the 'upper' variable
3762 changed back to PeekToken for single arguemnts.
3763 improved some comments.
3765 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3767 * fvwm/expand.c (expand_args_extended):
3768 Fix segfault when called with a tokenless string for single arguments.
3770 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3772 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3773 Reported by Serge Koksharov.
3775 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3777 * fvwm/placement.c (__explain_placement):
3778 print initial size of window too
3780 * libs/Makefile.am (libfvwm_a_SOURCES):
3781 * libs/fvwm_sys_stat.h:
3785 added O_NOFOLLOW replacement and always include fcntl.h
3787 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3789 Added DV's mailing-list comments about how PeekToken & GetNextToken
3790 work as comments to the source code. (slightly modified)
3792 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3794 * fvwm/schedule.c (CMD_Schedule):
3795 Fixed parsing of "Periodic" option.
3797 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3800 Fix for tempfile vulnerabilities in FvwmCommand.
3802 Added check for lstat.
3804 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3809 Added "Periodic" option to Schedule command.
3811 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3813 * fvwm/module_interface.c (KillModule):
3818 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3820 * fvwm/fvwm.c (main):
3821 changed the -blackout warning to say it will be removed in 3.0
3823 * fvwm/fvwm.1.in (-blackout):
3824 updated the manual regarding the future remotion of -blackout
3826 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3830 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3832 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3834 *libs/alloca.c (DEBUG_I00FUNC)
3835 removed old debug code
3837 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3840 removed the old unused file
3842 * libs/Makefile.am (libfvwm_a_SOURCES):
3843 removed the reference to debug.c
3846 removed the code related to libs/debug.c
3848 * fvwm/module_interface.c (make_named_packet)
3849 removed the #if 0'ed debug code related to debug.c
3851 fvwm/focus.h (DEBUG_FOCUS)
3852 removed the #ifdef'ed to 0 debug code related to debug.c
3855 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3857 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3858 removed useles definition.
3860 * modules/FvwmPager/FvwmPager.c (main):
3862 removed most of the debug code.
3863 changed termination debug to use 'isTerminated' instead of
3864 'debug_term_signal'.
3865 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3868 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3869 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3871 removed unused debug_term_signal.
3873 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3876 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3877 stdio's getline; news entry.
3879 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3882 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3883 (do_execute_module):
3887 * fvwm/commands.h (enum):
3888 * fvwm/functable.c (func_table):
3889 new command ModuleListenOnly
3891 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3893 * fvwm/move_resize.c (__move_loop):
3894 make sure a window is snapped in __move_loop when a button is released
3895 if it was snapped before
3897 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3899 * fvwm/expand.c (expand_vars_extended):
3900 convert function to have a single return point; this is good to
3901 implement doc/todo-vars filters in the future;
3902 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3903 to behave like deprecated $n, $c and $r, i.e. quote them
3905 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3908 multiple minor tweaks: remove trailing spaces and other
3909 re-spacing and re-indenting, remove old "#if 0" code
3911 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3913 * fvwm/move_resize.c (ParseOneResizeArgument):
3914 rewrote parsing of resize arguments
3915 new prefix 'w' for resizing
3917 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3919 * fvwm/conditional.c (MatchesConditionMask):
3920 fixed handling of some conditions (iconifiable, fixed, ...)
3922 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3927 * fvwm/conditional.c:
3928 Output an error message if an unrecognised conditional is used
3929 with the Test or TestRc commands.
3931 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3933 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3934 do not map hide windows if their width or height is zero
3936 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3938 * fvwm/ewmh_events.c:
3941 * libs/FlocaleCharset.c:
3945 corrected typos in warning messages
3948 * libs/PictureGraphics.c:
3949 * libs/PictureGraphics.h:
3950 renamed function PGraphicsCreateTransprency to
3951 PGraphicsCreateTransparency
3953 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3955 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3956 * fvwm/expand.c (expand_args_extended):
3957 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3959 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3962 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3963 * fvwm/expand.c (expand_args_extended):
3965 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3967 * fvwm/conditional.c (CMD_All):
3968 * fvwm/fvwm.1.in (All):
3969 changed Reverse and UseStack options to have free order.
3972 * fvwm/fvwm.1.in (WindowShade):
3973 * fvwm/windowshade.c (CMD_WindowShade):
3974 * fvwm/add_window.c (setup_window_structure):
3975 added last direction to WindowShade command.
3977 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3979 * fvwm/fvwm.1.in (All):
3982 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3985 * fvwm/fvwm.1.in (All):
3986 * fvwm/conditional.c (CMD_All):
3987 added reverse option to All command to do the action in opposite order
3988 added UseStack option to All command to use the stack ring instead of
3991 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3994 changed fallback editor from `emacs' to `vi' because it much
3995 more widespread on non-Linux systems
3996 fixed errors (because of incorrect syntax fallback entries were
3998 now script honors `TMPDIR' env. variable and if it's not set it
3999 fallback to `/tmp' directory when creating temporary file
4001 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4004 changed description of the fvwmstyle resource usage
4005 to state that it's used in addition to the other
4007 * fvwm/style.c (fw_match_style_id):
4008 fixed a typo in style_name matching
4010 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4012 * fvwm/style.c (fw_match_style_id):
4013 reformatted code and fixed a warning
4015 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
4019 * libs/Fft.c (FftGetFont):
4023 * libs/System.c (fvwm_mkstemp):
4024 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
4025 function was never used, even if it was considered secure by configure
4028 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4031 added some more suff to the list of what I've done.
4034 * fvwm/add_window.c (__add_window_handle_x_resources)
4037 * fvwm/fvwm.h (FvwmWindow):
4038 added fvwmstyle resource to override style name
4040 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4042 * fvwm/menus.c (pop_menu_up):
4043 as documented, do not warp to title for root menus with TitleWarp
4045 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
4048 Removed duplicated 'NoIcon' style option description in the end
4049 of the `The Style command...' section.
4050 Removed `Recapture True' option setting in example of BusyCursor
4051 description, because `Recapture' isn't valid option of `BusyCursor'
4053 Updated ewmh specification URL (the old was 404)
4054 Added URL to ICCCM 2.0 manual
4056 * modules/FvwmAnimate/FvwmAnimate.c:
4057 corrected delay for Zoom3D animation effect
4059 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
4060 * modules/FvwmConsole/FvwmConsole.1.in:
4061 replaced all `Cntl' modificator key mentions with `Ctrl' to be
4062 consistent with rest of the documentation and because it's more
4063 conventional abbreviation.
4065 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4066 slightly clarified the `StartName' option description
4067 added the undocumented `MailDir' option description. Somebody
4068 violated section `K' of the convention list.
4071 * fvwm/ConfigFvwmSetup:
4072 * modules/FvwmForm/FvwmForm.1.in:
4073 * modules/FvwmForm/FvwmForm-Rlogin:
4074 * sample.fvwmrc/system.fvwm2rc:
4075 * sample.fvwmrc/system.fvwm2rc-sample-1:
4076 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4077 inherently insecure. We shouldn't teach our users bad things,
4084 * bin/fvwm-config.1.in:
4085 * bin/fvwm-menu-headlines.1:
4086 * bin/fvwm-menu-headlines.in:
4087 * bin/fvwm-perllib.in:
4088 * bin/fvwm-root.1.in:
4094 * libs/PictureGraphics.c:
4096 * modules/FvwmBacker/FvwmBacker.1.in:
4097 * modules/FvwmDebug/FvwmGtkDebug.in:
4098 * modules/FvwmDebug/FvwmGtkDebug.1:
4099 * modules/FvwmEvent/FvwmEvent.1.in:
4100 * modules/FvwmForm/FvwmForm.1.in:
4101 * modules/FvwmIconMan/xmanager.c:
4102 * modules/FvwmIdent/FvwmIdent.c:
4103 * modules/FvwmIdent/FvwmIdent.1.in:
4104 * modules/FvwmPerl/FvwmPerl.in:
4105 * modules/FvwmPerl/FvwmPerl.1:
4106 * modules/FvwmScript/FvwmScript.1.in:
4107 * modules/FvwmScript/Widgets/Menu.c:
4108 * modules/FvwmTabs/ConfigFvwmTabs:
4109 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4110 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4111 * modules/FvwmTheme/FvwmTheme.1.in:
4112 * perllib/FVWM/Module/Tk.pm:
4113 * perllib/FVWM/Tracker.pm:
4114 * perllib/FVWM/Module.pm.in:
4117 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4119 * fvwm/style.c (style_parse_focus_policy_style):
4120 fix ISO C90 compability with unconsumed styleoption warnings
4122 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4124 * fvwm/events.c (HandlePropertyNotify):
4125 fix for bug 1557/3950 (possible free of Untilted constant or
4126 already used name (if app reset the name already given to them))
4128 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4130 * fvwm/focus.c (__activate_window_by_command)
4131 (warp_to_fvwm_window):
4133 * fvwm/builtins.c (CMD_CursorMove):
4134 set last pointer event position after warping the pointer
4137 * libs/FEvent.c (FWarpPointerUpdateEvpos):
4140 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4142 * acinclude.m4 (AM_PATH_GTK):
4144 (AM_PATH_GDK_IMLIB):
4148 fixed to cope with 4 digit version numbers
4150 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4153 * fvwm/style.c (parse_and_set_window_style)
4154 (style_parse_one_style_option):
4155 (style_parse_icon_fill_style)
4156 (style_parse_icon_grid_style):
4157 (style_parse_icon_box_style)
4158 (style_parse_icon_size_style):
4159 (style_parse_focus_policy_style)
4160 (style_parse_button_style):
4161 warn if parts of style options are not consumed
4163 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4165 * fvwm/menuitem.c (menuitem_paint):
4166 use the MenuColorset in all cases if TitleColorset is not given
4168 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4170 * fvwm/style.c (style_parse_one_style_option):
4171 * fvwm/placement.c (__place_get_wm_pos):
4172 (__explain_placement):
4173 new placement style UnderMousePlacement
4175 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4178 * fvwm/fvwm.1.in (EdgeScroll):
4179 * fvwm/virtual.c (CMD_EdgeScroll):
4180 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4181 added wrap/wrapx/wrapy option to EdgeScroll
4183 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4186 spell check the whole file (dozens of typos)
4188 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4190 * fvwm/module_interface.c (do_execute_module):
4191 removed accidentally committed FVWM_MODULE_ALIAS patch
4193 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4195 * fvwm/module_interface.c (do_execute_module):
4196 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4198 * fvwm/menus.c (size_menu_horizontally):
4199 fix for drawing menus with sidepic on the right
4201 * libs/Flocale.c (FlocaleFontStructDrawString):
4202 (FlocaleDrawString):
4203 set the foreground colour before drawing a string
4206 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4209 (menustyle_parse_style):
4211 * fvwm/menus.c (calculate_item_sizes):
4212 (size_menu_vertically):
4213 (UpdateMenuColorset):
4214 * fvwm/menuitem.c (menuitem_paint):
4215 Applied patch by David Maciver
4216 new menu styles TitleColorset, HilightTitleBack and TitleFont
4218 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4221 * libs/Module.c (ParseModuleArgs):
4222 added variable "namelen" to ModuleArgs struct
4224 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4227 removed duplicate declaration
4229 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4231 * fvwm/fvwm.c (main):
4232 replaced previous patch with a better one
4234 * fvwm/virtual.c (unmap_window):
4235 * fvwm/menus.c (do_menu):
4236 * fvwm/events.c (fake_map_unmap_notify):
4238 * fvwm/add_window.c (MappedNotOverride):
4239 Added XFlush after XSelectInput
4241 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4244 * fvwm/fvwm.c (main):
4245 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4247 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4251 increased version to 2.5.17
4256 updated for 2.5.16 release
4258 * acinclude.m4 (CHECK_LIBCHARSET):
4261 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4263 * fvwm/functions.c (execute_complex_function):
4264 print a message to the console instead of ringing the bell when a
4267 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4270 fixed typo (NEWS still said 2.5.15)
4272 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4276 increased version to 2.5.16
4281 updated for 2.5.15 release
4283 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4285 * fvwm/move_resize.c (GetOnePositionArgument):
4287 new option "screen" to Move type commands
4289 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4291 * acinclude.m4 (smr_SWITCH):
4294 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4297 restore requirement of automake-1.4; 1.8 is too new even for my system
4299 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4303 renamed configure.in to configure.ac
4306 some updates for new autoconf/automake versions
4313 require autoconf-2.53 or later
4315 * Makefile.am (AUTOMAKE_OPTIONS):
4316 require automake-1.8 or later
4319 check for X library path before X library checks
4320 removed obsolete C++ compiler check
4321 removed duplicate type size checks
4322 replaced M4 comment ("dnl") with shell comment ("#") in many places
4325 fixed aclocal warnings
4327 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4329 * fvwm/style.c (style_parse_button_style):
4330 corrected typo in error message, and made errorous buttons not apply
4331 (style_parse_one_style_option):
4332 changed NoButton to use style_parse_button_style
4334 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4337 new fix for incompatible pointer type warning with gcc 3.4.
4339 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4346 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4349 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4354 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4356 * fvwm/frame.c (frame_free_move_resize_args):
4357 fixed drawing of transparent decorations or when using lazy shading
4360 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4363 * libs/fvwmsignal.c:
4367 * fvwm/ewmh_names.c:
4368 * libs/CombineChars.c:
4374 * libs/PictureUtils.c:
4379 * libs/safemalloc.c:
4382 do not #include stdlib.h (comes from config.h)
4385 do not #include string.h (comes from config.h)
4388 fixed detection of string.h/strings.h
4390 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4392 * libs/Fft.c (FftGetFont):
4393 fixed compiler warning with gcc 3.4.4
4395 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4397 * fvwm/menuitem.c (menuitem_paint):
4398 properly undraw unselected item area
4400 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4402 * fvwm/menuitem.c (menuitem_paint):
4403 * fvwm/menus.c (get_menu_paint_item_parameters)
4404 (get_menu_paint_item_parameters):
4406 fixed text offset of menu items with icons but with an item format that
4408 (size_menu_horizontally):
4409 allow sidepic to be placed in the middle of menu items; this is better
4410 than ignoring the item format completely but does not draw the items
4413 * fvwm/menus.c (__mloop_handle_event):
4415 fixed delayed menu drawing issue
4417 do not draw the selected menu item before the menu is drawn for the
4419 (repaint_transparent_menu):
4422 don't call get_menu_paint_item_parameters when the result is not used
4423 (get_menu_paint_item_parameters):
4425 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4427 * fvwm/ewmh.h (EWMH_CMD_Style):
4428 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4429 * fvwm/style.c (style_parse_one_style_option):
4430 Added support for inverting boolean EWMH styles with !.
4435 * fvwm/window_flags.h:
4436 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4437 * fvwm/ewmh.c (ewmh_HandleWindowType):
4439 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4441 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4443 * fvwm/icons.c (GetIconWindow):
4444 * fvwm/fvwm.h (FvwmWindow):
4445 * fvwm/events.c (__handle_cr_on_icon):
4446 properly handle icon border width; fixes an xterm active icon loop
4448 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4450 * fvwm/borders.c (border_draw_one_border_part):
4451 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4454 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4456 * fvwm/menustyle.c (menustyle_copy_face):
4458 (menustyle_free_face):
4460 (menustyle_parse_style):
4461 use new functions and fix a bug
4466 removed empty files colors.c and colors.h
4468 * fvwm/colors.c (CopyColor):
4470 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4473 * fvwm/frame.c (frame_reshape_border):
4476 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4478 * fvwm/menustyle.c (menustyle_copy_face):
4479 separated from menustyle_copy; color copies are reallocated.
4483 color copies are reallocated.
4485 * fvwm/colors.c (CopyColor):
4486 * fvwm/colors.h (CopyColor):
4489 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4491 * fvwm/move_resize.c (__resize_window):
4492 fix for not being able to finish resize with mouse when resizing on
4493 click with modifiers active. (intruduced with 'removed duplicate
4494 pointer query' at sep 29)
4498 * fvwm/menustyle.c (menustyle_parse_style):
4499 made style pairs negatable with '!' prefix
4500 ActiveForeOff and HilightBackOff frees colors used.
4502 * fvwm/menustyle.c (menustyle_copy):
4503 fix for freeing color from sorce instead of destination.
4505 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4507 * fvwm/functions.c (__execute_function):
4508 fixed an error in yesterdays patch to complex fuctions. the commands
4509 pressed window were not retored correctly after running move functions
4510 without it, and functions would be run twice.
4512 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4515 added NoLayer to list of allowed options for WindowList command
4516 fixed grammar of test-conditions list. formatting fixes for
4517 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4521 * fvwm/functions.c (__execute_function)
4522 (__run_complex_function_items):
4523 (execute_complex_function):
4524 fix for moving/resizing reference window usage with complex functions.
4526 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4528 * fvwm/move_resize.c (__move_loop):
4529 reimplemented a fix for the place with keyboard setting a button as
4530 used for place bug; this time without breaking escape key.
4532 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4534 * fvwm/move_resize.c (__move_loop):
4535 removed the previous patch as it breaks aborting window motion with the
4538 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4540 * fvwm/move_resize.c (__move_loop):
4541 fixed bug where finishing movment with keyboard would set a random
4542 button as used for placement.
4544 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4547 * fvwm/frame.c (frame_setup_border):
4548 reverted change for move of window parts (reset of PressedW).
4550 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4552 * fvwm/frame.c (frame_setup_border):
4555 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4558 * fvwm/move_resize.c (__resize_window):
4559 removed duplicate pointer query for enter/leave notify events.
4560 resizing of shaded windows in the shaded direction no longer
4561 results in bogus ref points.
4563 * fvwm/frame.c (frame_setup_border):
4564 reset PressedW if the part has moved. This prevents strange
4565 ref points in resize if called from some complex functions.
4567 * fvwm/frame.c (frame_create_move_resize_args):
4568 shaded windows use get_client_geometry for client geometry.
4570 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4574 * fvwm/fvwm.h (window_flags):
4575 (WindowConditionMask):
4577 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4580 * fvwm/session.c (_match):
4583 * fvwm/conditional.c (MatchesConditionMask):
4584 (CreateConditionMask):
4585 * fvwm/add_window.c (setup_window_structure):
4586 * fvwm/move_resize.h (placement_binding):
4587 * fvwm/move_resize.c (__move_loop):
4588 (placement_binding):
4589 * fvwm/bindings.c (ParseBinding):
4590 * libs/wcontext.c (win_contexts):
4591 * libs/wcontext.h (enum):
4593 Added placement context for simple mouse bindings to allow
4594 specification of buttons to finish/cancel movment. Buttons >3
4595 may now be used to place windows.
4596 Replaced window flag placed_wb3 with placed_by_button
4597 FvwmWindow member. Added window condition PlacedByButton.
4599 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4603 * fvwm/menustyle.h (enum):
4607 (ST_SCROLL_OFF_PAGE):
4608 (MST_SCROLL_OFF_PAGE):
4609 * fvwm/menustyle.c (menustyle_copy):
4610 (menustyle_get_styleopt_index):
4611 (menustyle_parse_style):
4613 * fvwm/menus.c (menuShortcuts):
4615 (__mloop_handle_event):
4616 (menu_get_outer_geometry):
4619 added MouseWheel and ScrollOffPage menu styles
4621 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4624 * fvwm/menus.c (append_item_to_menu):
4625 fixed bug #1121: Use of pointer without checking for NULL
4627 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4630 * fvwm/expand.c (expand_vars):
4631 warn on usage of obsolete one-letter variables
4633 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4637 * fvwm/expand.c (expand_vars_extended):
4639 allow nesting of variables
4641 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4643 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4644 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4648 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4650 * fvwm/borders.c (border_draw_one_border_part)
4651 (border_draw_all_border_parts):
4652 fix the previous patch to work with title-less windows too
4654 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4656 * fvwm/borders.c (border_draw_one_border_part)
4657 (border_draw_all_border_parts):
4658 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4659 windows to make the borders look homogeneous (based on the patch of
4662 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4668 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4669 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4671 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4675 increased version to 2.5.15
4680 updated for 2.5.14 release
4682 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4683 (ewmh_WMStateSkipTaskBar):
4684 (ewmh_WMStateSkipPager):
4685 (ewmh_WMStateModal):
4686 fixed several ewmh-hints
4688 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4691 fix TestRc example error, s/Any/All/
4693 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4698 * fvwm/conditions.c (MatchesConditionMask):
4699 (CreateConditionMask):
4700 added FixedPosition condition
4702 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4704 * fvwm/virtual.c (HandlePaging):
4705 use FQueryPointer every time to track the pointer position; this fixes
4706 fvwm hanging in HandlePaging for the given delay once the pointer
4707 touches the pan frames
4709 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4711 * fvwm/session.c (SaveWindowStates):
4714 save and restore the default layer during a restart
4716 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4718 * fvwm/conditional.c (CMD_Test):
4720 rename previously added Test conditions to EnvIsSet and EnvMatch,
4721 tweak the logic when the variable is set, but empty
4723 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4725 * fvwm/conditional.c (CMD_Test):
4727 added test conditions EdgeHasPointer and EdgeIsActive
4729 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4731 * fvwm/virtual.c (raisePanFrames):
4732 prevent cycling of pan frame window stacking order
4734 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4736 * fvwm/conditional.c (CMD_Test):
4738 add Test conditions IsEnvSet and MatchEnv
4740 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4742 * fvwm/menus.c (pop_menu_up):
4743 * fvwm/menustyle.c (menustyle_copy):
4744 two fixes by Viktor Griph
4746 * fvwm/events.c (HandleEvents):
4747 simplify the style list if there is nothing else to do
4749 * fvwm/style.c (__simplify_style_list):
4750 (styles_have_same_id):
4751 (style_id_equals_id):
4752 (style_ids_are_equals):
4754 (remove_all_of_style_from_list):
4755 (one_fw_can_match_both_ids):
4756 pass pointers instead of the whole style structure
4757 (__simplify_style_list):
4758 fixed memory leak and tweaked the code
4760 * libs/Strings.c (CatString3):
4761 fixed a buffer overflow
4763 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4766 detect if Window, Pixel or void * are bigger than long and refuse to
4769 * libs/vpacket.h (ConfigWinPacket):
4770 * fvwm/windowshade.c (CMD_WindowShade):
4771 * fvwm/virtual.c (MoveViewport):
4774 (CMD_GotoDeskAndPage):
4775 * fvwm/update.c (apply_window_updates):
4776 * fvwm/stack.c (BroadcastRestack):
4779 * fvwm/icons.c (DeIconify):
4781 * fvwm/geometry.c (broadcast_icon_geometry):
4782 * fvwm/events.c (HandleEnterNotify):
4784 (HandleLeaveNotify):
4786 (HandleMapRequestKeepRaised):
4787 * fvwm/add_window.c (destroy_window):
4788 * fvwm/module_interface.c (SendFvwmPicture)
4789 (BroadcastFvwmPicture):
4790 (CMD_Send_WindowList):
4791 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4792 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4795 * fvwm/virtual.c (GetDeskNumber):
4796 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4797 around the given desk range with a relative desk
4799 * fvwm/focus.c (focus_grab_buttons_on_layer):
4805 reindented some code and renamed some variables
4807 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4809 * fvwm/events.c (__check_click_to_focus_or_raise):
4812 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4814 * FvwmIconMan/xmanager.c (set_win_iconified):
4815 fixed select/focus button state lost when deiconifying a window
4817 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4819 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4822 * libs/Colorset.c (get_aspect_dimensions):
4823 fixed aspectpixmap size calculations
4825 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4827 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4830 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4831 (ewmh_CurrentDesktop):
4832 (ewmh_DesktopGeometry):
4833 (ewmh_NumberOfDesktops):
4835 (ewmh_WMIconGeometry):
4836 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4837 print error messages for broken gnome client messages
4839 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4840 removed duplicate call of execute_function_override_window
4842 * fvwm/stack.c (new_layer):
4843 fixed a hang if a window sets an layer < 0 via gnome hints
4845 * fvwm/add_window.c (GetWindowSizeHints):
4846 * fvwm/misc.c (fvwm_msg_report_app):
4847 (fvwm_msg_report_app_and_workers):
4848 new utility functions
4850 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4852 * fvwm/stack.c (dump_stack_ring):
4853 (verify_stack_ring_consistency):
4854 * fvwm/module_interface.c (HandleModuleInput):
4855 * fvwm/events.c (__cr_detect_icccm_move):
4856 * fvwm/style.c (print_styles):
4859 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4861 * libs/FlocaleCharset.c:
4862 support euc-jp encodings (Yasuhiro Nakazaki)
4864 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4866 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4867 * fvwm/ewmh_names.c (EWMH_WMName):
4869 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4870 (EWMH_SetNumberOfDesktops):
4871 (EWMH_SetDesktopViewPort):
4872 (EWMH_SetDesktopGeometry):
4873 (EWMH_SetWMDesktop):
4875 (EWMH_SetFrameStrut):
4877 * fvwm/gnome.c (AtomGet):
4879 (GNOME_GetHintIcons):
4880 (GNOME_GetHintLayer):
4881 (GNOME_GetHintState):
4882 (GNOME_GetExpandedSize):
4883 (GNOME_SetAreaCount):
4884 (GNOME_SetCurrentArea):
4885 (GNOME_SetDeskCount):
4886 (GNOME_SetCurrentDesk):
4887 (GNOME_SetCurrentDesk):
4890 (CMD_GnomeShowDesks):
4894 * libs/fsm.c (GetClientID):
4895 (set_session_manager):
4896 * fvwm/session.c (GetClientID):
4897 * fvwm/fvwm.h (FvwmWindow):
4898 * fvwm/colorset.c (get_root_pixmap):
4899 * fvwm/add_window.c (FetchWmProtocols):
4900 * libs/FTips.c (__initialize_window):
4901 * fvwm/icccm2.c (convertProperty)
4902 (icccm2_handle_selection_request)
4903 * fvwm/fvwm.c (SetMWM_INFO):
4906 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4908 * fvwm/move_resize.c (GetOnePositionArgument):
4909 don't use the unportable fuction rintf()
4911 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4915 increased version to 2.5.14
4921 updated for 2.5.13 release
4923 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4925 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4926 fixed drawing of relief with very small rectangles, i.e. when
4927 line_width * 2 > height or width
4929 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4931 * NEWS: fvwm-menu-desktop changes.
4933 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4935 * fvwm/placement.c (get_next_x):
4936 fixed collision detection of windows on pages other than the current
4937 one during placement
4939 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4941 * fvwm/move_resize.c (__resize_window):
4942 Fixed interactive resize (reduction) via the bottom border
4947 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4951 Spelling fix contition -> condition
4953 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4955 * fvwm/style.c (style_ids_are_equals):
4956 (style_id_equals_id):
4957 (styles_have_same_id):
4958 (fw_match_style_id):
4959 (one_fw_can_match_both_ids):
4960 (cleanup_style_defaults):
4961 * libs/fsm.c (fprintfhex):
4963 * libs/FGettext.c (fgettext_free_fgpath_list):
4964 * libs/Parse.c (_get_suffixed_integer_arguments):
4965 * libs/Graphics.c (AllocNonlinearGradient):
4966 * libs/PictureUtils.c (build_mapping_table):
4972 * libs/FRenderInit.c:
4973 include own header file
4975 * libs/System.c (getFileStamp):
4976 * libs/Fft.c (FftPDumyFunc):
4977 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4980 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4982 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4985 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4987 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4989 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4991 * fvwm/conditional.c (Circulate):
4992 added tests for fw == Scr.FvwmRoot again to fix a crash
4994 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4996 * AUTHORS: New author, FvwmScript patch.
4998 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
5000 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
5001 * AUTHORS: s/Hover/Active/
5003 2005-01-19 Dan Espen <dane@mk.telcordia.com>
5005 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
5006 avoid dump with empty key/mouse binding command.
5007 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
5008 Checked all other uses of PeekToken in fvwm dir.
5010 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
5012 * fvwm/session.c (matchWin):
5014 On restarts compare window ids only. Base our matching decision on
5015 window role only if we have a client id.
5017 * fvwm/move_resize.c (GetOnePositionArgument):
5018 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
5019 float values to nearest int
5021 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
5024 * fvwm/move_resize.c (CMD_Maximize):
5025 Applied Arnaud Vrac patch which fixes maximize by growing vs
5028 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5030 * fvwm/builtins.c (do_button_style):
5031 ButtonStyle Reset takes effect immediately
5033 2004-12-08 Dan Espen <dane@mk.telcordia.com>
5035 * fvwm/fvwm.1.in: lang check.
5037 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
5040 Really commit EWMHUseStackingOrderHints documentation update
5042 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
5045 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
5048 FvwmIconMan new options
5050 * libs/FTips.c (new file):
5051 * libs/FTips.h (new file):
5054 Added a set of functions for implementing tool tips
5056 2004-11-30 Dan Espen <dane@mk.telcordia.com>
5058 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
5060 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5062 * fvwm/menus.c (__mloop_get_event):
5063 * fvwm/functions.c (execute_complex_function):
5064 * fvwm/add_window.c (AddWindow):
5065 * fvwm/module_interface.c (ExecuteModuleCommand):
5066 * fvwm/move_resize.c (__move_loop):
5068 properly set the "state" member of faked motion and key events;
5069 fixes broken "nosnap" feature
5071 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5073 * fvwm/bindings.c (ParseBinding):
5075 * libs/Bindings.c (bindingAppliesToWindow):
5076 (__compare_binding):
5077 * fvwm/module_interface.c (CMD_ModuleSynchronous):
5078 * fvwm/builtins.c (CMD_Wait):
5080 * fvwm/events.c (__handle_bpress_on_root):
5081 (HandleButtonRelease):
5082 fixed crash in window specific binding code
5083 fixed handling of root window in window specific binding code
5084 renamed some functions
5086 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5088 * fvwm/focus.c (__update_windowlist):
5089 replaced while loop by for loop
5091 * fvwm/style.c (style_destroy_style):
5092 * fvwm/conditional.c (Circulate):
5093 removed useless check whether fw == &Scr.FvwmRoot
5095 * fvwm/icons.c (DeIconify):
5096 defused possible endless loop when a window iconified by the
5097 transientfor window loses the "transient" relationship
5099 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5101 * fvwm/move_resize.c (__move_loop):
5103 fixed overwriting the initial button_mask during move/resize
5105 * fvwm/menus.c (__mloop_handle_action_with_mi):
5106 do not "post" a submenu menu item it the submenu does not exist
5108 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5110 * fvwm/events.c (__handle_bpress_on_managed):
5111 do not draw the decorations pressed in if executing a function is
5114 * libs/Parse.c (CopyToken):
5115 fixed parsing of delimiters
5117 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5119 * fvwm/virtual.c (GetDeskNumber):
5120 fixed MoveToDesk without argument
5122 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5125 re-formatted and some spelling corrections
5127 * fvwm/colorset.c (CMD_CleanupColorsets):
5129 * fvwm/builtins.c (CMD_Colorset):
5130 (CMD_CleanupColorsets):
5131 moved functions to colorset.c
5133 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5135 * libs/Parse.c (CopyToken):
5136 skip any whitespace before a delimiter; this allows to have spaces
5137 before the commas in an option list
5139 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5141 * fvwm/frame.c (frame_reshape_border):
5142 re-shaping shaded windows no longer unshades them
5143 re-shaping unshaded windows on pages other than 0 0 no longer moves
5144 them out of the current page
5146 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5148 * fvwm/events.c (__cr_detect_icccm_move):
5149 * fvwm/screen.h (ScreenInfo):
5150 * fvwm/builtins.c (CMD_BugOpts):
5151 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5153 * fvwm/move_resize.c (__move_loop):
5155 query the pointer position in the move loop when an
5156 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5160 increased version to 2.5.13
5166 updated for 2.5.12 release
5168 * fvwm/frame.c (frame_create_move_resize_args):
5169 fixed xemacs growing or shrinking when title height changed; this was
5170 caused by calculating the old client window geometry using the new
5171 title dimensions; query the window size instead
5173 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5175 * fvwm/events.c (test_map_request):
5176 (test_button_event):
5177 (test_typed_window_event):
5178 (test_resizing_event):
5179 (__predicate_button_click):
5180 (__merge_cr_moveresize):
5181 (HandleUnmapNotify):
5182 (flush_property_notify):
5183 (is_resizing_event_pending):
5184 (__test_for_motion):
5185 use type XPointer for last argument of predicate procedures for
5186 XCheckPeekIfEvent and XCheckIfEvent, not char *
5187 (HandleUnmapNotify):
5190 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5192 * fvwm/window_flags.h:
5193 removed useless and broken SETM_ macros
5195 * fvwm/update.c (init_style):
5196 fixed resetting user states
5198 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5200 * libs/envvar.c (add_to_envlist):
5203 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5205 * fvwm/builtins.c (CMD_UnsetEnv):
5208 * libs/envvar.c (flib_unsetenv):
5212 split in ftwo functions
5215 check for unsetenv function
5217 * fvwm/builtins.c (CMD_SetEnv):
5218 assume an empty value if no value is given
5220 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5229 * perllib/FVWM/Commands.pm:
5230 new command EdgeLeaveCommand
5232 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5239 increased version to 2.5.12
5244 updated for 2.5.11 release
5246 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5248 * fvwm/geometry.c (get_page_offset):
5249 (get_page_offset_rectangle):
5250 (get_absolute_geometry):
5253 * fvwm/virtual.c (CMD_GotoPage):
5254 * fvwm/move_resize.c (__move_window):
5255 * fvwm/virtual.c (CMD_GotoPage):
5256 (get_page_arguments):
5257 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5260 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5262 * libs/Flocale.c (FlocaleGetNameProperty):
5263 fixed freeing uninitialized pointer
5265 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5267 * fvwm/conditional.c (select_cmd):
5271 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5272 WindowId and Direction commands; fixes break from these commands
5274 * fvwm/geometry.c (get_shaded_geometry):
5275 shading geometry fix for windows without decoration
5277 * libs/FScreen.c (XineramaQueryExtension):
5278 fixed xinerama crash
5280 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5283 Parse man pages with config.status so man pages have correct date.
5284 Man pages also specify FVWM version that they relate to.
5287 * bin/fvwm-config.1:
5288 * bin/fvwm-convert-2.2.1:
5289 * bin/fvwm-convert-2.4.1:
5290 * bin/fvwm-convert-2.6.1:
5291 * bin/fvwm-menu-desktop.1:
5293 * modules/FvwmAnimate/FvwmAnimate.1:
5294 * modules/FvwmAuto/FvwmAuto.1:
5295 * modules/FvwmBacker/FvwmBacker.1:
5296 * modules/FvwmBanner/FvwmBanner.1:
5297 * modules/FvwmButtons/FvwmButtons.1:
5298 * modules/FvwmCommand/FvwmCommand.1:
5299 * modules/FvwmConsole/FvwmConsole.1:
5300 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5301 * modules/FvwmCpp/FvwmCpp.1:
5302 * modules/FvwmDragWell/FvwmDragWell.1:
5303 * modules/FvwmEvent/FvwmEvent.1:
5304 * modules/FvwmForm/FvwmForm.1:
5305 * modules/FvwmGtk/FvwmGtk.1:
5306 * modules/FvwmIconBox/FvwmIconBox.1:
5307 * modules/FvwmIconMan/FvwmIconMan.1:
5308 * modules/FvwmIdent/FvwmIdent.1:
5309 * modules/FvwmM4/FvwmM4.1:
5310 * modules/FvwmPager/FvwmPager.1:
5311 * modules/FvwmProxy/FvwmProxy.1:
5312 * modules/FvwmRearrange/FvwmRearrange.1:
5313 * modules/FvwmSave/FvwmSave.1:
5314 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5315 * modules/FvwmScript/FvwmScript.1:
5316 * modules/FvwmScroll/FvwmScroll.1:
5317 * modules/FvwmTaskBar/FvwmTaskBar.1:
5318 * modules/FvwmTheme/FvwmTheme.1:
5319 * modules/FvwmWharf/FvwmWharf.1:
5320 * modules/FvwmWinList/FvwmWinList.1:
5321 These man pages were renamed to have a .in suffix.
5322 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5324 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5326 * fvwm/placement.c (__place_window):
5327 fixed starting desk output with bugopts explainwindowplacement
5329 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5331 * fvwm/eventhandler.h:
5332 * fvwm/events.c (InitEventHandlerJumpTable):
5336 Fixed window specific bindings "patch" by sending key release event
5339 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5343 * fvwm/move_resize.c:
5347 * fvwm/decorations.c:
5351 * fvwm/add_window.c:
5354 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5355 it with NUMBER_OF_MOUSE_BUTTONS
5357 * fvwm/style.c (style_parse_focus_policy_style):
5358 * fvwm/focus_policy.h:
5359 * libs/Bindings.c (GrabWindowButton):
5360 * fvwm/bindings.c (bind_get_bound_button_contexts):
5362 * fvwm/events.c (WaitForButtonsUp):
5363 * fvwm/style.c (style_parse_focus_policy_style):
5364 * fvwm/builtins.c (__fake_event):
5365 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5366 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5368 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5371 put -Wall -Wno-implicit-int before user specified flags
5374 Applied below patch again. It didn't make it to CVS (?)
5376 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5378 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5380 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5383 cleaned up ifdef hell
5386 fixed solaris xinerama test
5388 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5392 * libs/FScreen.c (solaris_XineramaQueryScreens):
5393 Solaris Xinerama support.
5396 Patch by Chris Ross.
5398 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5400 * fvwm/events.c (__handle_cr_on_client):
5401 don't reevaluate window geometry when a ConfigureRequest has no size or
5404 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5406 * fvwm/menus.c (get_menu_options):
5408 new menu option TearOffImmediately
5410 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5412 * fvwm/placement.c (__place_get_wm_pos):
5413 cascade placemnt fix by Paul Vojta
5415 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5417 * fvwm/geometry.c (constrain_size):
5418 Don't touch the aspect ratio if modifying the width/height does not
5419 improve the situation
5421 * fvwm/frame.c (frame_free_move_resize_args):
5422 (__frame_setup_window):
5423 (frame_update_hidden_window_pos):
5424 (frame_mrs_resize_move_windows):
5425 (frame_create_move_resize_args):
5426 * fvwm/move_resize.c (__resize_window):
5427 some event handling fixes
5429 * fvwm/geometry.c (constrain_size):
5430 look up the latest size hints if necessary
5432 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5434 * fvwm/geometry.c (constrain_size):
5435 * fvwm/ewmh.c (EWMH_fullscreen):
5436 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5437 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5438 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5439 * fvwm/fvwm.h (window_flags_t):
5440 allow windows to override their size hints when going fullscreen:
5441 minimum and maximum size, size inc, aspect ratio, etc.
5443 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5445 * fvwm/decorations.c (struct):
5446 MWM hints on 64 bit machines fix
5448 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5450 * fvwm/fvwm.1.in (Note):
5451 * fvwm/read.c (CMD_Read):
5453 the Read and PipeRead commands have a return code
5455 * fvwm/read.c (run_command_stream):
5460 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5462 * fvwm/move_resize.c (GetResizeArguments):
5464 fixed parsing of the frame option to the resize command and the pointer
5465 option to the move command
5467 * fvwm/conditional.c (CMD_None):
5468 Fixed CMD_None return code
5470 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5472 * fvwm/stack.c (is_above_unmanaged):
5473 windows on other Desks are always considered on top
5475 * fvwm/conditional.c (CreateConditionMask):
5476 (MatchesConditionMask):
5477 * fvwm/fvwm.h (WindowConditionMask):
5478 new condition Overlapped
5481 inproved strings.h / sring.h iclusion logic
5483 * libs/PictureUtils.c (finish_ct_init):
5484 (PictureInitColors):
5485 use flib_putenv instead of putenv
5487 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5490 * libs/gravity.h (enum):
5491 * libs/wcontext.h (enum):
5494 * fvwm/fvwm.c (StartupStuff):
5495 do not ungrab the pointer while the startup functions execute
5497 ungrab the pointer only after executing the RestartFunction or
5498 ExitFunciton. Otherwise these functions may not be executed if some
5499 other application grabs the pointer.
5502 * fvwm/conditional.c (CreateConditionMask):
5503 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5504 new condition AnyScreen
5507 * fvwm/builtins.c (__fake_event):
5508 * fvwm/bindings.c (ParseBinding):
5509 removed C++ comments
5511 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5514 New options for FvwmButtons module.
5516 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5519 use commas between conditions
5521 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5523 * fvwm/builtins.c (CMD_Wait):
5524 ignore MapNotify reported to any window except the root window
5526 * fvwm/module_interface.c (CONFIGARGS):
5527 correct number of CONFIGARGS arguments
5529 * libs/vpacket.h (ConfigWinPacket):
5530 frame_x and frame_y are signed
5532 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5534 * fvwm/conditional.c:
5538 Committed patch by Norman Yarvin (with a few minor mods) to extend
5539 conditionals to handle multiple window names.
5541 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5543 * fvwm/module_interface.c (CONFIGARGS):
5544 * libs/vpacket.h (ConfigWinPacket):
5545 put window_flags at end of structure
5547 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5549 * fvwm/module_interface.c (CONFIGARGS):
5554 removed old module interface
5557 * libs/vpacket.h (ConfigWinPacket):
5560 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5562 * fvwm/execcontext.c (__exc_change_context):
5563 fixed handling of etrigger event, fixing a problem with PropertyNotify
5564 events during resizing and possibly other problems too
5566 * fvwm/add_window.c (RestoreWithdrawnLocation):
5567 fixed travelling windows if application changed gravity hint before
5570 * fvwm/frame.c (combine_decor_gravities):
5571 (combine_gravities):
5573 (frame_restore_client_gravities):
5574 fixed window gravity after resize
5576 * libs/FEvent.c (FPeekEvent):
5578 (FCheckPeekIfEvent):
5579 fixed some event handling bugs
5581 * fvwm/conditional.c (CMD_Test):
5583 corrected use of Bool types
5585 simplified, fixed compilation
5587 use int as return type
5589 * libs/Ficonv.c (convert_charsets):
5592 * libs/Ficonv.c (convert_charsets):
5593 * acinclude.m4 (ICONV_SECOND_ARG):
5594 rewrote iconf configure test to save an ifdef
5596 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5602 Allow user to specify window-specific bindings that should NOT be
5603 intercepted by FVWM. This is accomplished with an '--' binding action.
5605 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5607 * fvwm/move_resize.c (__resize_window):
5608 Fixed event handling
5610 * fvwm/virtual.c (HandlePaging):
5611 removed check for leave events on pan frames; better query the pointer
5614 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5617 * fvwm/conditional.c:
5618 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5620 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5622 * fvwm/move_resize.c (GetResizeArguments):
5623 (GetResizeMoveArguments):
5626 (__resize_get_refpos):
5627 (__resize_get_dir_proximity):
5628 (__resize_get_dir_from_window):
5629 implemented fluxbox-like Alt-Button3 resizing
5631 * fvwm/virtual.c (HandlePaging):
5632 * fvwm/events.c (__merge_cr_moveresize):
5633 (__test_for_motion):
5634 (flush_property_notify):
5635 do not use XPutBackEvent as it shuffles events on the queue
5636 (test_button_event):
5637 (test_typed_window_event):
5640 * libs/FEvent.c (fev_get_evpos_or_query):
5641 take pointer position from EnterNotify and LeaveNotify events
5643 * fvwm/move_resize.c (__move_loop):
5644 fixed multiple paging with certain SnapGrid / Move interactions
5647 * fvwm/virtual.c (HandlePaging):
5648 Workaround for buggy XFree not delivering some Pointer events
5651 * fvwm/virtual.c (MoveViewport):
5652 don't eat MotionNotify events
5654 * libs/FEvent.c (fev_get_last_event):
5663 (FCheckWindowEvent):
5664 (FCheckTypedWindowEvent):
5668 keep a copy of the previous event in case FPutBackEvent is called
5670 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5673 Indicate optional window argument in section headings for
5674 Key, Mouse, PointerKey & Stroke commands.
5675 Remove strange "-Key" option listed for PointerKey.
5677 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5679 * libs/Fft.c (FftDrawString):
5680 * fvwm/session.c (get_version_string):
5681 * fvwm/module_interface.c (FlushMessageQueue):
5682 * fvwm/fvwm.c (SaveDesktopState):
5684 * fvwm/colorset.c (cleanup_colorsets):
5685 * libs/PictureUtils.c (struct):
5686 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5688 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5690 * fvwm/events.c (__cr_detect_icccm_move):
5691 windows with ewmh hints are assumed to use icccm2 compliant movement
5693 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5694 (ewmh_WMStateMaxHoriz):
5695 fixed restart/maximized problem
5697 * libs/fvwmsignal.c (fvwmReapChildren):
5698 * fvwm/fvwm.c (ReapChildren):
5699 moved function to lib
5701 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5703 * fvwm/modconf.c (send_desktop_geometry):
5706 (send_move_threshold):
5707 (send_ignore_modifiers):
5708 increased static buffer size
5710 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5712 * libs/CombineChars.c (convert_to_ucs2):
5713 Replace illegal UTF-8 character sequences in input
5715 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5718 bugfix: wrong stroke action being invoked.
5720 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5725 Active _last_ matching binding. (ie. same behaviour as before
5726 win-specific bindings patch.)
5727 bugfix: segfault when looking up stroke bindings in root context.
5729 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5735 * fvwm/module_interface.c:
5738 * modules/FvwmScript/FvwmScript.c:
5739 * modules/FvwmScript/Instructions.c:
5740 Implemented window-specific key/mouse bindings.
5742 * modules/FvwmIconBox/FvwmIconBox.h:
5746 Make args to matchWildcards() const.
5748 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5750 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5752 * fvwm/ewmh.c (EWMH_fullscreen):
5755 * fvwm/add_window.c (AddWindow):
5756 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5758 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5759 (ewmh_WMStateMaxVert):
5760 (ewmh_WMStateShaded):
5761 (ewmh_WMStateSticky):
5762 (ewmh_WMStateStaysOnBottom):
5765 don't try to maximize window when looking up the style
5767 (ewmh_WMStateFullScreen):
5768 (ewmh_WMStateHidden):
5769 (ewmh_WMStateMaxVert):
5770 (ewmh_WMStateModal):
5771 (ewmh_WMStateShaded):
5772 (ewmh_WMStateSkipPager):
5773 (ewmh_WMStateSticky):
5774 (ewmh_WMStateStaysOnBottom):
5775 fixed ignoring ewmh hints
5777 * fvwm/expand.c (expand_vars_extended):
5778 include full path in iconfile and miniiconfile variables
5780 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5782 * fvwm/functions.c (execute_complex_function):
5784 fixed double click patch
5786 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5788 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5789 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5791 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5793 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5796 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5798 * libs/FImage.c (FShmSafeCreateImage):
5799 Yet another fix to SHM remote client problem
5801 2004-05-26 Francis Litterio <franl@world.std.com>
5805 * fvwm/placement.c (__place_get_wm_pos)
5806 * fvwm/style.c (style_parse_one_style_option)
5807 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5809 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5811 * fvwm/events.c (HandleEnterNotify):
5812 fixed endless loop of edge commands when doing something that grabs
5815 * fvwm/functions.c (CheckActionType):
5816 (execute_complex_function):
5817 double clicks no longer work when pressing different buttons
5819 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5821 * fvwm/placement.c (__place_get_wm_pos):
5822 fixed placement in top left corner when pressing escape during manual
5825 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5829 added Chinese translations
5831 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5833 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5836 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5838 * fvwm/conditional.c:
5840 clean up Test code and documentation, add new False condition,
5841 unrecognized conditions produce Error return code now
5843 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5845 * fvwm/style.c: Remove extra char.
5847 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5849 * fvwm/ewmh.c (ewmh_atom_client_win):
5850 * fvwm/ewmh_intern.h:
5851 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5852 (ewmh_MoveResizeWindow):
5853 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5855 * fvwm/events.c (__handle_cr_on_client):
5856 (__handle_configure_request):
5857 (events_handle_configure_request):
5858 Some renaming for consistency, force restacking if the event come from
5861 * fvwm/ewmh_events.c (ewmh_MoveResize):
5862 Fixed _NET_WM_MOVERESIZE
5864 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5867 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5868 (EWMH_SetFrameStrut):
5869 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5871 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5873 * libs/FImage.c (FShmSafeCreateImage):
5874 Finished to fix SHM remote client problem
5876 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5878 * libs/FImage.c (FShmSafeCreateImage):
5879 Fixed when we are a remote client
5881 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5892 new default ~/.fvwm/config file is now recommended instead of
5893 still supported ~/.fvwm/.fvwm2rc
5895 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5897 * fvwm/menus.c (NewMenuRoot):
5898 do not strip whitespace from menu names when creating a new menu
5900 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5902 * fvwm/menuitem.c (menuitem_get_size):
5904 renamed remaining "mips" to mipst
5906 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5908 * fvwm/events.c (HandleMapRequestKeepRaised):
5909 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5910 Fixed EWMH DesktopGeometry and Stacking list
5912 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5914 * fvwm/virtual.c (GetDeskNumber):
5917 fixed MoveToDesk with one argument
5919 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5921 * fvwm/style.c (style_parse_one_style_option):
5923 * fvwm/conditional.c (MatchesConditionMask):
5925 * fvwm/window_flags.h:
5928 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5933 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5935 * fvwm/move_resize.c (unmaximize_fvwm_window):
5936 fixed redrawing of maximize button when unmaximizing but when the size
5937 and position does not change
5939 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5941 * fvwm/expand.c (expand_vars_extended):
5942 new extended variable $[w.layer]
5944 * fvwm/move_resize.c (MaximizeHeight):
5947 applied modified layer patch for maximize by Rafal Bisingier
5949 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5951 * fvwm/add_window.c (setup_frame_attributes):
5952 Hopefully fixed BackingStore code and removed now useless backing store
5955 * fvwm/expand.c (expand_vars_extended):
5956 new extended variable $[w.desk]
5958 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5962 increased version to 2.5.11
5967 updated for 2.5.10 release
5969 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5970 improved rotation code
5972 * libs/gravity.c (gravity_add_rotations):
5975 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5977 * fvwm/placement.c (__explain_placement):
5980 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5983 * fvwm/builtins.c (CMD_BugOpts):
5984 * fvwm/screen.h (ScreenInfo):
5985 new BugOpts option ExplainWindowPlacement
5986 renamed some members of Screen
5988 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5990 * fvwm/placement.c (__place_get_wm_pos):
5991 (__place_get_nowm_pos):
5992 (__place_get_placement_flags):
5994 (__place_handle_x_resources):
5995 (setup_window_placement):
5996 split into multiple functions
5999 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6001 * fvwm/add_window.c (setup_window_placement):
6002 * fvwm/placement.c (setup_window_placement):
6003 moved function to placement.c
6004 fixed using PLACE_AGAIN placement mode
6009 2004-03-15 Chris Ross <cross+fvwm@distal.com>
6011 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
6012 allow a negative line_width to invert the relief
6014 2004-03-06 Marcus Lundblad <ml@update.uu.se>
6016 * libs/Flocale.c (FlocaleDrawString)
6017 (FlocaleDrawUnderline)
6019 reduced redundant calls to iconv
6021 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6023 * fvwm/move_resize.c (CMD_XorValue):
6024 fixed a very small outline drawing problem caused by using 0 line width
6029 increased version to 2.5.10
6033 updated for 2.5.9 release
6035 * fvwm/functions.c (execute_function_override_window):
6036 * fvwm/module_interface.c (ExecuteModuleCommand):
6037 * fvwm/conditional.c (circulate_cmd):
6038 sometimes, DeferExecution was called although a window was already
6039 selected, for example with the "Current" commend; fixed
6041 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
6043 * libs/FImage.c (FShmSafeCreateImage):
6044 Fixed some safety tests
6046 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6048 * fvwm/events.c (__handle_cr_on_client):
6049 fixed a bug in the Jave configure request workaround
6051 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6053 * fvwm/events.c (__cr_detect_icccm_move):
6054 improved motion method detection for fullscreen requests
6056 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6058 * fvwm/add_window.c (AddWindow):
6059 * fvwm/screen.h (ScreenInfo):
6060 * fvwm/builtins.c (CMD_BugOpts):
6061 new BugOpts option DisplayNewWindowNames intended for debugging
6063 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6065 * libs/Bindings.c (FvwmStringToKeysym):
6066 small performance enhancement
6068 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6070 fixed the FlickeringMoveWorkaround option which did nothing before
6072 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6074 * fvwm/style.c (style_parse_one_style_option):
6076 * fvwm/style.h (SIS_UNMANAGED):
6077 * fvwm/add_window.c (AddWindow):
6080 * fvwm/expand.c (expand_vars_extended):
6081 new variables $[w.iconfile] and $[w.miniiconfile]
6083 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6084 made left side of a relief one pixel longer at the bottom
6086 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6088 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6089 * fvwm/style.c (style_set_old_focus_policy):
6090 fixed default window list order with ClickToFocus
6092 2004-02-04 Marcus Lundblad <ml@update.uu.se>
6094 * fvwm/libs/Flocale.h:
6095 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6096 (FlocaleStringByteToCharOffset)
6097 (FlocaleStringCharToByteOffset)
6098 (FlocaleStringCharLength):
6099 Made utility functions available outside of Flocale
6101 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
6103 * fvwm/events.c (__test_for_motion):
6104 Fixed a lockup, see the long comment in the code
6106 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6108 * fvwm/schedule.c (execute_obj_func):
6109 fixed using uninitialised return code
6111 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
6113 * fvwm/builtins.c (do_title_style):
6114 Fixed MinHeight, it must reset the Height
6116 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6118 * fvwm/menus.c (menuShortcuts):
6119 applied menu navigation patch by Anton Kazennikov
6121 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6123 * libs/gravity.c (gravity_dir_to_string):
6124 (gravity_parse_dir_argument):
6125 use a constant for the dir table
6127 2003-12-16 Marcus Lundblad <ml@update.uu.se>
6129 * fvwm/Flocale.c (FlocaleEncodeString)
6130 (FlocaleDrawUnderline):
6131 Fixed crash when there's no Iconv support
6133 2003-12-16 olicha <olivier.chapuis@free.fr>
6136 Used the FUNC_FLAGS_TYPE in find_func_t declaration
6138 * sample.fvwmrc/system.fvwm2rc-sample-95:
6139 Added some Xft fonts
6141 2003-12-12 olicha <olivier.chapuis@free.fr>
6143 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6144 Fixed ewmh FullScreen when an application start fullscreen and
6145 desactivate this state
6147 2003-12-04 olicha <olivier.chapuis@free.fr>
6149 * fvwm/placement.c (test_fit):
6151 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6152 (EWMH_GetBaseStrutIntersection):
6153 (EWMH_GetStrutIntersection):
6154 Fixed placement vs the base struts
6156 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6158 * sample.fvwmrc/system.fvwm2rc-sample-95:
6159 improved Debian specific menu
6161 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6163 * sample.fvwmrc/system.fvwm2rc-sample-95:
6164 several updates; added Debian menu if found
6166 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6169 new configure option --en/disable-iconv
6171 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6173 * fvwm/menus.c (__mloop_handle_event):
6174 * fvwm/menustyle.c (menustyle_parse_style):
6176 new MenuStyle options PopupIgnore and PopupClose
6178 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6180 * fvwm/menus.c (menu_binding): Remove debug code.
6181 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6182 * fvwm/menus.h: Add menu_binding function.
6183 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6185 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6187 * libs/wcontext.h (enum): Add MENU context.
6188 * libs/wcontext.c (win_contexts): More common binding contexts first in
6190 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6193 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6197 increase version to 2.5.9
6199 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6206 updated for 2.5.8 release
6208 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6212 initially added files for deb package auto-creating procedure
6214 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6218 added Swedish translations by Johan Svedberg
6223 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6225 * fvwm/add_window.c (GetWindowSizeHints):
6226 reindented broken hint messages
6228 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6231 improved Perl detection messages,
6232 restored FvwmGtkDebug independence from gtk libs
6234 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6238 added German translations by Andrei Mitrofanow
6243 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6248 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6251 * fvwm/conditional.c (CreateConditionMask):
6252 (MatchesConditionMask):
6253 (CreateConditionMask):
6254 * fvwm/fvwm.h (WindowConditionMask):
6255 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6257 2003-09-23 olicha <olivier.chapuis@free.fr>
6259 * libs/FImage.c (FShmInit):
6262 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6264 * fvwm/focus.c (warp_to_fvwm_window):
6265 don't unnecessarily call MoveViewport
6267 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6269 * fvwm/decorations.c (__is_resize_allowed):
6272 2003-09-06 malu <ml@update.uu.se>
6274 * libs/FBidi.c (FBidiConvert):
6275 * libs/CombineChars.c (CombineChars):
6276 Fixed drawing combining characters on correct positions in
6277 right-to-left context
6279 2003-09-05 malu <ml@update.uu.se>
6281 * libs/Flocale.c (FlocaleDrawString):
6283 Fixed drawing of combining characters with font shadow
6284 (character offsets were miscalculated, since FlocaleTextWidth
6287 2003-09-05 malu <ml@update.uu.se>
6289 * libs/Flocale.c (FlocaleDrawUnderline):
6290 Fixed bug with text width when a string contains only
6291 "orphaned" combining characters (compensation for font shadowd
6294 2003-09-04 olicha <olivier.chapuis@free.fr>
6297 Added E.18, added comments on C.9 and C.15
6299 2003-09-03 olicha <olivier.chapuis@free.fr>
6301 * libs/Flocale.c (FlocaleTextWidth):
6302 Fixed a comb_char core dump
6305 Fixed compilation if either iconv, libpng or Xrender headers are
6306 not at a standard place
6308 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6311 fixed error message for incorrect --with-SOMETHING-library argument
6313 2003-09-03 olicha <olivier.chapuis@free.fr>
6316 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6318 2003-09-02 olicha <olivier.chapuis@free.fr>
6323 2003-09-01 olicha <olivier.chapuis@free.fr>
6325 * libs/gravity.c (gravity_dir_to_string):
6326 A new interface function to transform a direction_t to a string
6328 2003-08-31 S. Anderson <sa@xmission.com>
6330 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6331 Fixed missing font charsets
6333 2003-08-28 olicha <olivier.chapuis@free.fr>
6335 * fvwm/move_resize.c (__move_loop):
6336 (AnimatedMoveAnyWindow):
6337 Updated bg of transparent tear off menu when moved
6339 * fvwm/events.c (HandlePropertyNotify):
6340 Updated ParentRelative tear off menu on bg change
6342 * fvwm/menus.c (UpdateMenuColorset):
6343 Updated colorsets of tear off menu when they change, this handle the
6344 case of root background change for RootTransparent
6347 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6348 An utility function for redrawing transparent tear off menu. Maybe
6351 * fvwm/add_window.c (validate_transientfor):
6352 Fixed transient for an ewmh desktop
6354 2003-08-27 olicha <olivier.chapuis@free.fr>
6356 * libs/FRender.c (FRenderRender):
6357 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6358 Removed and fixed some unused code
6360 2003-08-25 olicha <olivier.chapuis@free.fr>
6362 * fvwm/misc.c (GrabEm):
6363 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6365 * fvwm/modconf.c (send_color_limit):
6366 ifndefed color limit config info message which is not used anymore
6368 * fvwm/colorset.c (parse_colorset):
6369 Added a note on average bg
6371 2003-08-23 olicha <olivier.chapuis@free.fr>
6373 * fvwm/style.c (print_styles):
6374 More info on memory used
6376 * fvwm/style.c (__simplify_style_list):
6377 Fixed upward simplication
6379 2003-08-14 olicha <olivier.chapuis@free.fr>
6381 * fvwm/ewmh.c (ewmh_HandleMenu):
6382 Fixed the MENU window type, they are tear off menus
6385 * fvwm/update.c (apply_window_updates):
6386 * fvwm/stack.c (new_layer):
6387 * fvwm/ewmh.c (EWMH_GetStyle):
6388 Fixed EWMHUseStackingHints update
6390 * fvwm/window_flags.h:
6392 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6393 (ewmh_WMStateMaxHoriz):
6394 (ewmh_WMStateMaxVert):
6395 * fvwm/move_resize.c (unmaximize_fvwm_window):
6396 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6397 uniconify and unshade when putting a window fullscreen
6399 * fvwm/ewmh_intern.h:
6400 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6401 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6403 * fvwm/move_resize.c (unmaximize_fvwm_window):
6406 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6407 * fvwm/decorations.c (SelectDecor):
6408 * fvwm/windowshade.c (CMD_WindowShade):
6409 Removed the decor for EWMH fullscreen windows, forbid shading and
6410 allows Resize and MoveResize without unsetting the fullscreen/maximized
6413 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6414 (CMD_ResizeMaximize):
6415 Fixed ewmh state which was not set after these cmds
6417 2003-08-09 olicha <olivier.chapuis@free.fr>
6422 2003-08-08 olicha <olivier.chapuis@free.fr>
6424 * fvwm/borders.c (border_draw_vector_to_pixmap):
6425 Fixed inversion of fg and bg in vector buttons
6427 * fvwm/style.c (__simplify_style_list):
6430 * libs/System.c (fvwm_mkstemp):
6433 2003-08-07 olicha <olivier.chapuis@free.fr>
6436 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6438 * libs/System.c (fvwm_mkstemp):
6440 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6441 exists and work correctly, if not a replacement function is used
6442 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6445 * libs/fsm.c (unique_filename):
6446 (SetAuthentication):
6447 * fvwm/session.c (getUniqueStateFilename):
6448 Replaced tempnam by fvwm_mkstemp
6450 2003-08-07 olicha <olivier.chapuis@free.fr>
6453 * libs/FSMlib.h (new file):
6454 * fvwm/session.c (*):
6456 fvwmize SMlib and ICElib
6458 * fvwm/session.c (matchWin):
6459 Fixed window matching for windows with no SM_CLIENT_ID and a
6462 * libs/fsm.c (new file):
6463 * libs/fsm.h (new file):
6464 * fvwm/ConfigFvwmDefaults
6465 A set of functions for implementing a dummy session manager
6468 GNOME 1 hints and EWHM support is not a configure time option
6471 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6473 * fvwm/add_window.c (AddWindow):
6474 fixed stickyness across desks over a restart
6476 2003-08-06 olicha <olivier.chapuis@free.fr>
6478 * fvwm/ewmh.c (EWMH_WindowInit):
6479 (EWMH_SetFrameStrut):
6480 Fixed position of kde tray windows in kicker
6482 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6484 * fvwm/module_interface.c (FlushMessageQueue):
6485 retry writing pipe if write returns EINTR
6487 2003-07-28 olicha <olivier.chapuis@free.fr>
6489 * fvwm/events.c (events_handle_configure_request):
6490 (HandleConfigureRequest):
6491 (__handle_configure_request):
6492 (__handle_cr_on_client):
6493 * fvwm/ewmh.c (ewmh_atom_client_win):
6494 * fvwm/ewmh_intern.h:
6495 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6496 (EWMH_ProcessClientMessage):
6497 Implemented _NET_MOVERESIZE_WINDOW
6499 * fvwm/fvwm.c (main):
6502 2003-07-25 olicha <olivier.chapuis@free.fr>
6504 * fvwm/ewmh.c (ewmh_HandleWindowType):
6505 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6506 that one type and we do not support the first one.
6508 * fvwm/expand.c (expand_vars_extended):
6509 Fixed conflict between extended variables name (desk.name and
6512 * fvwm/session.c (callback_save_yourself):
6513 Respect the SmSaveGlobal save type. This should fix some session
6514 locking in the sm protocol
6516 * fvwm/session.c (setSmProperties):
6518 Set some sm properties when fvwm start for fixing a problem with
6519 the restart style hint after a restart.
6521 * fvwm/fvwm.c (get_display_name):
6524 * fvwm/session.c (setSmProperties):
6526 Added a possible positive or null arg to --single-screen which
6527 forces fvwm to start on the "current" display and the given
6528 screen. Use this to fix fvwm starting under a session manager:
6529 specify only the screen and not the display.screen for the
6532 * fvwm/fvwm.c (main):
6533 Fixed possible memory corruption if a display has more than
6536 * fvwm/session.c (*):
6539 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6542 fixed xft/fontconfig detection with pkg-config
6545 corrections in some long option names
6547 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6549 * fvwm/add_window.c (setup_style_and_decor):
6550 * fvwm/geometry.c (set_window_border_size):
6551 * fvwm/fvwm.h (FvwmWindow):
6552 * fvwm/events.c (HandleShapeNotify):
6553 * fvwm/frame.c (frame_free_move_resize_args):
6554 (frame_setup_shape):
6555 (frame_reshape_border):
6556 fixed resizing of window borders if a window shape was added or deleted
6557 after the initial window setup
6559 * fvwm/update.c (apply_window_updates):
6562 * fvwm/events.c (__cr_detect_icccm_move):
6563 disable motion method detection for shaped windows
6565 2003-07-21 olicha <olivier.chapuis@free.fr>
6567 * fvwm/add_window.c (setup_window_structure):
6568 * fvwm/session.c (MatchWinToSM):
6569 Preserve is_name_changed window_flags within restart, session loading
6572 2003-07-20 olicha <olivier.chapuis@free.fr>
6574 * fvwm/ewmh.c (EWMH_Init):
6575 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6577 * fvwm/fvwm.c (InternUsefulAtoms):
6579 * fvwm/session.c (GetWindowRole):
6580 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6582 * fvwm/session.c (GetClientID):
6583 Better determination of the CLIENT_LEADER
6585 * fvwm/session.c (setSmProperties):
6586 Set the CloneCommand for gnome-session editor (the sm spec says this
6587 properties is required). Removed the commented XSM ifdef.
6589 * fvwm/session.c (matchWin):
6591 Consider client only if it has a client id or a wm command.
6592 Removed the "two entries" session previous commit
6594 2003-07-16 olicha <olivier.chapuis@free.fr>
6596 * fvwm/session.c (MatchWinToSM):
6597 Fixed restoring session state, if two window session entries have the
6598 same identifier ignore these entries
6600 2003-07-16 olicha <olivier.chapuis@free.fr>
6603 * fvwm/style.h (SID_GET_NAME):
6605 (SID_GET_WINDOW_ID):
6606 (SID_SET_WINDOW_ID):
6609 (SID_SET_HAS_WINDOW_ID):
6610 (SID_GET_HAS_WINDOW_ID):
6616 (SSET_ID_HAS_WINDOW_ID):
6617 (SGET_ID_HAS_WINDOW_ID):
6618 * fvwm/style.c (style_ids_are_equals):
6619 (style_id_equals_id):
6620 (styles_have_same_id):
6621 (fw_match_style_id):
6622 (one_fw_can_match_both_ids):
6623 (remove_all_of_style_from_list):
6624 (__simplify_style_list):
6625 (style_parse_one_style_option):
6627 (style_destroy_style):
6633 (CMD_DestroyWindowStyle):
6634 * fvwm/fvwm.h (style_id_t):
6636 * fvwm/functable.c (func_table):
6637 * fvwm/add_window.c (destroy_window):
6640 New WindowStyle and DestroyWindowStyle command for setting styles
6643 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6645 * libs/Flocale.c (FlocaleDrawString):
6646 * libs/FBidi.c (FBidiConvert):
6647 fixed drawing of combining characters in the case where a string
6648 consists of only combining characters
6650 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6652 * libs/CombineChars.c (CombineChars):
6653 bugfix: array mapping visual to logical position was allocated
6654 to small (factor 2) in decoposing code
6656 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6658 * libs/Flocale.c (FlocaleEncodeWinString):
6661 * libs/Flocale.c (FlocaleDrawString):
6662 (FlocaleRotatedDrawString):
6663 removed some code duplication
6665 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6667 * libs/CombineChars.c (combclass_table):
6669 fixed supporting drawing marks superimposed that are in a combining
6672 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6674 * libs/Flocale.c (FlocaleRotateDrawString):
6676 fixed core dump when composing characters can't be converted to
6679 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6684 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6689 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6692 updated with reagrds to combing characters
6694 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6699 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6701 * libs/Flocale.c (FlocaleEncodeString):
6702 (FlocaleEncodeWinString):
6703 (FlocaleRotateDrawString):
6704 (FlocaleDrawString):
6705 (FlocaleDrawUnderline):
6706 fixed rendering combining characters using Unicode font in a
6709 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6712 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6714 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6717 fixed FBidi.h macro to work with no FriBIDI
6719 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6721 * libs/CombineChars.h (CombineChars):
6722 * libs/CombineChars.c (CombineChars):
6723 * libs/FBidi.h (FBidiConvert):
6724 * libs/FBidi.c (FBidiConvert):
6725 * libs/Flocale.c (FlocaleEncodeString):
6726 (FlocaleEncodeWinString):
6727 (FlocaleDrawUnderline):
6729 fixed drawing of underlines on characters to work in with BIDI
6730 and combining characters
6732 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6735 closed D.1 with "no consensus" resolution
6737 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6740 documented tear off menus
6742 * fvwm/placement.c (PlaceWindow):
6743 StartsOnPage + SkipMapping overrides PPosition
6745 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6748 solved a problem with CMD_Dummy and exact command spelling
6750 * libs/CombineChars.c:
6751 * libs/CombineChars.h:
6753 minor reformattings (use TABs not 8 spaces and a space after keywords
6754 like for, if or while)
6756 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6758 * fvwm/update.c (apply_window_updates):
6760 * fvwm/add_window.c (setup_style_and_decor):
6762 * fvwm/style.c (style_parse_one_style_option):
6763 (check_window_style_change):
6764 new style MoveWindowByProgramMethod
6766 * libs/PictureImageLoader.c (PImageLoadXpm):
6767 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6769 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6770 implemented _NET_WM_STATE_FULLSCREEN handling
6772 * fvwm/move_resize.c (GetOnePositionArgument):
6773 fixed parsing of "+-x +-y" Move arguments
6775 use get_page_offset_check_visible
6777 * fvwm/geometry.c (get_page_offset_check_visible):
6778 new convenience function
6780 * fvwm/events.c (__handle_cr_on_client):
6781 fixed handling of gravities other than NW or Static
6782 (__cr_detect_icccm_move):
6785 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6791 * libs/CombineChars.c:
6792 * libs/CombineChars.h:
6793 * libs/Flocale.c (FlocaleEncodeString):
6797 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6800 2003-07-06 olicha <olivier.chapuis@free.fr>
6802 * libs/FRender.c (FRenderRender):
6805 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6807 * fvwm/ewmh.c (ewmh_check_wm_pid):
6809 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6810 compliant ConfigureNotify handling
6812 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6814 * libs/Flocale.c (FlocaleDrawUnderline):
6815 Commented out some non-working new code
6817 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6819 * libs/Flocale.c (FlocaleDrawString):
6820 fixed drawing superimposed characters with a fontset
6822 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6824 * fvwm/events.c (__cr_detect_icccm_move):
6825 (__handle_cr_on_client):
6826 (__cr_get_grav_position):
6827 (__cr_get_static_position):
6828 * fvwm/window_flags.h:
6830 try to autodetect whether application uses the icccm way of moving
6831 windows of the traditional way always using static gravity
6834 moved SIGNAL_RETURN macro definition to acconfig.h
6836 * fvwm/module_interface.c (DeadPipe):
6837 * fvwm/fvwm.c (SigDone):
6840 use SIGNAL_RETURN macro
6842 * fvwm/events.c (__handle_cr_on_client):
6843 (__merge_cr_moveresize):
6844 (__cr_detect_icccm_move):
6846 * fvwm/events.c (__handle_cr_on_unmanaged):
6847 (__handle_cr_on_icon):
6848 (__handle_cr_on_shaped):
6849 (__handle_cr_restack):
6850 (__handle_cr_on_client):
6851 (HandleConfigureRequest):
6852 split the ConfigureRequest code into multiple functions
6854 * fvwm/update.c (apply_window_updates):
6855 fixed drawing of window decorations when "Style * Neverfocus" is used
6857 * fvwm/events.c (HandleKeyPress):
6858 fixed a bug with key binding contexts
6860 * fvwm/functions.c (__execute_function):
6861 * fvwm/expand.c (expand_vars):
6862 (expand_vars_extended):
6863 new extended variable $[func.context]
6867 moved some code to the new files
6878 fixed a problem with uninitialised global variable
6880 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6882 * libs/Bindings.c (key_modifiers):
6883 moved to new file wcontext.c
6885 * libs/gravity.c (gravity_parse_dir_argument):
6886 added aliases for compass directions:
6897 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6900 * libs/Flocale.c (FlocaleDrawString):
6901 (FlocaleRotateDrawString):
6902 Fixes to work without Fribidi
6904 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6909 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6911 * libs/FbidiJoin.c (get_shaped_combined_char):
6913 Removed unused (get_shaped_combined_char) and commented out code
6914 Combining ligatures done in FCombineChars
6916 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6918 * libs/Flocale.c (FlocaleDrawString):
6919 (FlocaleRotateDrawString):
6922 * libs/FBidi.c (FBidiConvert):
6924 * libs/FCombineChars.h:
6925 * libs/FCombineChars.c (FCombineChars):
6926 Added support for drawing superimposed combining characters
6928 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6931 * fvwm/functable.c (func_table):
6932 * fvwm/functions.c (CMD_TearMenuOff):
6937 merged all dummy commands into one: CMD_Dummy
6939 2003-07-01 olicha <olivier.chapuis@free.fr>
6941 * fvwm/menus.c (DestroyMenu):
6945 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6947 * fvwm/menustyle.c (menustyle_copy):
6951 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6956 2003-06-30 olicha <olivier.chapuis@free.fr>
6958 * fvwm/menus.c (do_menu):
6960 (do_menu_close_tear_off_menu):
6961 (menu_close_tear_off_menu):
6962 Allowed to destroy tear off menu!
6964 * fvwm/menus.c (menu_tear_off):
6965 (menu_close_tear_off_menu):
6966 (do_menu_close_tear_off_menu):
6967 (clone_menu_root_static):
6973 Fixed client leaks (only create new client for menu if it is a tear off
6974 menu). Created a dedicated menu style for each tear off menu.
6976 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6979 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6981 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6983 * fvwm/virtual.c (do_move_window_to_desk):
6985 fixed "Visible" condition on non current desks
6987 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6991 shortened some comments
6992 removed GPL from .h files
6993 added GPL to all .c files
6994 include config.h in all .c files
6995 added "/* -*-c-*- */" where missing
6996 some reformatting and reindenting
6998 * fvwm/module_interface.c:
6999 * fvwm/module_interface.h:
7007 * fvwm/windowshade.c:
7009 * fvwm/conditional.c:
7021 * fvwm/add_window.c:
7025 * fvwm/eventhandler.h:
7027 * fvwm/add_window.h:
7033 renamed types func_type, repeat_t, initial_window_options_t,
7034 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
7035 last_added_item_type, common_flags_type, multi_direction_type,
7036 msg_masks_type to ..._t
7038 * fvwm/functions.c (__execute_function):
7039 (execute_complex_function):
7040 * fvwm/condrc.c (condrc_init):
7041 new function in new file to encapsulate all cond_rc_t handling
7044 * fvwm/fvwm.h (cond_rc_t):
7046 moved typed to new file
7050 * fvwm/functable.c (func_table):
7051 * fvwm/functions.c (__run_complex_function_items):
7052 (__execute_function):
7054 * fvwm/conditional.c (CMD_Break):
7055 (__rc_matches_rcstring_consume):
7056 Break takes the number of function levels to break out of as an
7059 * fvwm/expand.c (expand_vars_extended):
7060 * fvwm/conditional.c (circulate_cmd):
7063 (__rc_matches_rcstring_consume):
7072 (__run_complex_function_items):
7073 (execute_complex_function):
7077 * fvwm/conditional.c:
7078 renamed fvwm_cond_func_rc by cond_rc_t
7079 made a type a struct
7080 added a member to indicate the number of function levels to break out
7083 * fvwm/functable.c (func_table):
7084 * fvwm/conditional.c (CMD_TestRc):
7085 replaced conditional commands:
7087 CondCase -> KeepRc TestRc
7089 (__rc_matches_rcstring_consume):
7092 * fvwm/conditional.c (CMD_CondCase):
7093 fixed the CondCase command
7095 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7098 new configure option --deisable-gtk to disable detection of gtk library
7101 cleaned up documentation of conditional commands
7102 general man page cleanup
7104 2003-06-17 Dan Espen <dane@mk.telcordia.com>
7106 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7109 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7112 cleaned up of CirculateHit... conditions
7114 2003-06-15 olicha <olivier.chapuis@free.fr>
7116 * fvwm/style.c (__simplify_style_list):
7117 Fixed is_merged_allowed: rest it to True when cur change
7118 Added "upward" simplification
7120 2003-06-14 olicha <olivier.chapuis@free.fr>
7122 * fvwm/style.c (__simplify_style_list):
7125 Fixed blockand which always returned True. Added blocksintersect which
7126 returns the same value as blockand but faster.
7128 2003-06-13 olicha <olivier.chapuis@free.fr>
7132 Fixed fontconfig and xft2 for version without *-config binnary. Used
7133 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7134 fontconfig and xft2 if the version is < the required version
7135 (even if --disable-*test).
7137 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7140 define M_PI and M_PI_2 if they are not defined by math.h
7142 2003-06-10 Mikhael Goikhman <migo@homemail.com>
7144 * libs/Colorset.c (LoadColorset):
7145 added a note to update Colorsets.pm too when the format is changed
7147 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7149 * WindowStyle_proposal.txt:
7150 s/WindowId/ThisWindow/ and other minor changes
7152 2003-06-06 olicha <olivier.chapuis@free.fr>
7154 * libs/PictureImageLoader.c (PImageLoadPng):
7155 Fixed loading of png images if the caller want no alpha
7157 2003-06-04 olicha <olivier.chapuis@free.fr>
7159 * libs/Flocale.c (FlocaleEncodeString):
7162 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7165 only FCombineChars.c was distributed not FCombineChars.h
7167 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7169 * libs/FCombineChars.c (convert_to_utf8)
7170 fixed a bug when converting back to UTF-8 and a bug giving
7171 garbage at end of string in some cases
7173 * libs/Flocale.c (FlocaleEncodeString)
7174 fixed problem regarding combining-characters when BIDI is used
7176 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7179 * libs/Flocale.c (FlocaleEncodeString):
7180 * libs/FCombineChars.c:
7181 * libs/FCombineChars.h:
7182 implemeted support for combining characters
7184 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7187 set the version 2.5.8
7189 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7193 SetEnv with only one parameter is ignored now
7195 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7197 * NEWS: Add 2.4.16 news.
7199 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7201 * fvwm/functions.c (expand_extended_var):
7203 fixed expanding variables that are empty, for example $[w.resource]
7204 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7209 2003-05-29 olicha <olivier.chapuis@free.fr>
7211 * fvwm/ewmh.c (ewmh_atom_wm_state):
7212 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7214 2003-05-28 olicha <olivier.chapuis@free.fr>
7219 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7221 * fvwm/focus.c (__update_windowlist):
7222 don't fiddle with the window list for windows that are going to be
7225 * fvwm/add_window.c (delete_client_context):
7226 (destroy_auxiliary_windows):
7228 fixed empty frame windows when X reused the window id for a new window
7229 while the old one was scheduled to be destroyed
7231 2003-05-26 olicha <olivier.chapuis@free.fr>
7233 * fvwm/icons.c (GetIconBitmap):
7234 (set_icon_pixmap_background):
7236 (DrawIconPixmapWindow):
7238 Fixed loading of application supplied pixmap on 8/24 depth screen
7240 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7242 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7245 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7248 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7250 * fvwm/misc.c (GrabEm):
7251 do not confine the pointer to the root window when grabbed; this can
7252 cause the pointer to be warped to another screen
7253 * fvwm/menus.c (get_menu_options):
7254 fixed placement of menus on Xinerama screens
7255 * libs/FScreen.c (FScreenGetResistanceRect):
7256 fixed function to do something useful
7257 * libs/Flocale.c (FlocaleDrawString):
7258 support font shadowing without colorsets
7259 * libs/ColorUtils.c:
7261 * fvwm/menuitem.c (menuitem_paint):
7262 do not use colorsets in menus if they are not defined
7263 * fvwm/menustyle.c (menustyle_parse_style):
7264 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7267 2003-05-23 olicha <olivier.chapuis@free.fr>
7269 * fvwm/bindings.c (ParseBinding):
7270 (bind_get_bound_button_contexts):
7271 * libs/Bindings.c (GrabWindowButton):
7272 Fixed window button grabbing
7274 2003-05-22 olicha <olivier.chapuis@free.fr>
7276 * fvwm/colorset.c (parse_colorset):
7279 * fvwm/borders.c (border_fill_pixmap_background):
7280 Fixed problem with depth 1 pixmap
7282 * fvwm/conditional.c (CMD_On):
7285 * fvwm/conditional.c (CreateConditionMask):
7286 Fixed memory leaks for layer and state
7288 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7291 added perllib/FVWM/Tracker/Makefile
7293 2003-05-22 olicha <olivier.chapuis@free.fr>
7297 * fvwm/style.c (print_styles):
7298 * fvwm/builtins.c (CMD_PrintInfo):
7299 New style subject to PrintInfo
7301 2003-05-20 olicha <olivier.chapuis@free.fr>
7303 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7304 Allowed empty xft font name
7307 * libs/flist.c (new file):
7308 * libs/flist.h (new file):
7309 Added a flist structure and some basic function for handling such
7312 * libs/FGettext.c (*):
7313 Use the new flist struct and functions interface
7315 * fvwm/screen.h (ScreenInfo):
7316 * fvwm/update.c (destroy_scheduled_windows):
7317 * fvwm/add_window.c (destroy_window):
7318 Added a list for the windows which are scheduled for destroy
7319 Remove a fw at once from the fw list when we destroy_window
7321 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7323 * fvwm/style.c (CMD_DestroyStyle):
7324 do not update windows if no style was deleted
7325 (check_window_style_change):
7326 fixed update of window styles w/ DestroyStyle
7328 2003-05-18 olicha <olivier.chapuis@free.fr>
7330 * fvwm/conditional.c (CMD_On):
7331 Added x,r,w,f and i file condition to the On command
7333 * fvwm/add_window.c (destroy_window):
7334 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7335 but scheduled for destroy. Not sure that the fix is good.
7337 * fvwm/functions.c (__execute_function):
7339 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7340 This fixes some cores dumps with "recursives" functions
7342 * fvwm/borders.c (border_create_root_transparent_pixmap):
7343 (border_draw_decor_to_pixmap):
7344 Fixed a core dump with a root transparent rotated title
7345 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7347 * libs/FGettext.c (fgettext_add_one_path):
7349 (FGettextSetLocalePath):
7350 Fixed memory leak and chainning
7352 * fvwm/builtins.c (CMD_PrintInfo):
7353 Fixed a parsing leak
7355 * fvwm/conditional.c (Circulate):
7356 Fixed a mask memory leaks
7359 * libs/Flocale.c (FlocaleGetFont):
7360 (FlocaleGetFontSet):
7361 (FlocaleGetFftFont):
7362 Fixed a core dump when a 0 font is given with an encoding hints.
7363 Added a default FFT font
7365 * fvwm/builtins.c (CMD_DefaultFont):
7366 Fixed a core dump when the default font change and a redraw
7367 (icon or window) is proceeded before flush_window_updates is called
7369 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7370 Fixed gradients copy
7372 * fvwm/menustyle.c (menustyle_parse_style):
7373 Fixed UMR's related to colorset
7375 * fvwm/builtins.c (ReadDecorFace):
7376 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7380 * fvwm/menustyle.c (menustyle_free):
7381 Fixed a fore stipple gc leak
7383 * fvwm/windowlist.c (CMD_WindowList):
7384 Fixed a sor_keyname memory leak
7386 * fvwm/fvwm.c (ResetAllButtons):
7387 Fixed the default buttons memory leak
7389 2003-05-08 olicha <olivier.chapuis@free.fr>
7391 * fvwm/windowlist.c (CMD_WindowList):
7392 Fixed a memory leak if MaxLabelWidth is used
7394 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7396 * fvwm/functions.c (__context_has_window):
7397 (__execute_function):
7399 fixed excution of functions requiring a window without a window when
7400 called with "silent" from a complex function
7402 2003-05-07 olicha <olivier.chapuis@free.fr>
7404 * libs/System.c (searchPath):
7407 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7409 * fvwm/move_resize.c (__move_loop):
7413 2003-05-03 olicha <olivier.chapuis@free.fr>
7418 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7421 Minor typo corrections.
7423 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7425 * fvwm/move_resize.c (__move_loop):
7431 2003-04-28 olicha <olivier.chapuis@free.fr>
7433 * fvwm/ewmh.c (ewmh_atom_wm_state):
7435 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7436 (ewmh_WMStateStaysOnBottom):
7437 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7439 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7441 * fvwm/module_interface.c (do_execute_module):
7442 * fvwm/fvwm.c (main):
7443 * libs/envvar.c (flib_putenv):
7444 * fvwm/builtins.c (add_to_env_list):
7447 fixed putenv memory leaks
7449 * libs/envvar.c (strIns):
7453 replacement for putenv without memory leaks
7458 * fvwm/fvwm.c (StartupStuff):
7460 * fvwm/add_window.c (free_window_names):
7462 * fvwm/events.c (HandlePropertyNotify):
7464 * fvwm/menus.c (do_menu):
7466 (__mloop_exit_selected):
7468 * fvwm/menucmd.c (menu_func):
7471 * fvwm/builtins.c (CMD_Destroy):
7473 call destroy_window right after XKillClient; do not wait for the window
7476 * fvwm/menucmd.c (menu_func):
7477 * fvwm/windowlist.c (CMD_WindowList):
7480 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7483 several updates (FvwmGtk, gettext)
7485 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7487 * fvwm/menucmd.c (menu_func):
7488 * fvwm/windowlist.c (CMD_WindowList):
7490 * fvwm/menus.c (is_double_click):
7493 (pop_menu_down_and_repaint_parent):
7494 (__mloop_get_event_timeout_loop):
7495 (__mloop_get_event):
7496 (__mloop_handle_event):
7497 (__mloop_select_item):
7498 (__mloop_make_popup):
7499 (__mloop_get_mi_actions):
7502 (__mloop_handle_action_with_mi):
7503 (__mloop_handle_action_without_mi):
7505 (menu_enter_tear_off_menu):
7506 (menu_close_tear_off_menu):
7508 replaced the pfw and pcontext members of the MenuParameters structure
7509 with an execution context pointer
7510 (_menu_execute_function):
7511 wrapper function to simplyfy command execution from within menus
7513 fixed warping pointer to first menu item when invoked with the mouse
7515 * fvwm/execcontext.c:
7518 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7525 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7527 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7529 * fvwm/menus.c (do_menu):
7530 the NoWarp position hint option works with root menus too
7532 * fvwm/ConfigFvwmDefaults:
7533 removed GrabFocusOff and GrabFocusTransient since they nullify the
7534 default with the plain focus policies
7536 2003-04-24 olicha <olivier.chapuis@free.fr>
7538 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7539 Fixed a miss print in my previous commit
7541 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7543 (ewmh_WMStateStaysOnBottom):
7544 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7545 * fvwm/ewmh_intern.h:
7546 Added comment on the implementation at the top of ewmh.c.
7547 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7548 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7549 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7550 and _NET_WM_STATE_BELOW.
7553 Added David Fries. Updated my entries.
7558 2003-04-23 olicha <olivier.chapuis@free.fr>
7560 * fvwm/module_interface.c (CMD_KillModule):
7561 Fixed a leak when we have an alias
7563 * libs/Picture.c (PFreeFvwmPictureData):
7565 New interface function for just freeing the allocated data (not
7568 2003-04-22 olicha <olivier.chapuis@free.fr>
7570 * fvwm/colorset.c (get_root_pixmap):
7571 Fixed a minor memory leak
7573 * fvwm/functions.c (execute_complex_function):
7574 Fixed uninitialized d.type
7576 * libs/Ficonv.c (FiconvSetupConversion):
7577 (FiconvUtf8ToCharset):
7578 (FiconvCharsetToUtf8):
7581 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7584 Fixed a core dump and safety check related to not loaded font
7586 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7591 2003-04-16 olicha <olivier.chapuis@free.fr>
7593 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7596 (ewmh_WMStateHidden):
7597 Check if functions are allowed
7599 * fvwm/ewmh.c (ewmh_HandleDesktop):
7601 Set Desktop and Dock uniconifiable and unmaximazable
7603 * fvwm/menuitem.c (menuitem_paint):
7605 Fixed greyed action with EWMH desktop
7607 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7610 documented FvwmEvent behaviour of executing window related event
7611 handlers within a window context
7614 updated WindowId entry
7616 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7618 * fvwm/schedule.c (deschedule):
7621 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7622 (ExecuteCommandQueue):
7623 * libs/queue.c (fqueue_init):
7624 (fqueue_remove_or_operate_from_front):
7625 (fqueue_remove_or_operate_from_end):
7626 (fqueue_remove_or_operate_all):
7628 (fqueue_unlock_queue):
7629 (fqueue_lock_queue):
7630 (fqueue_add_at_front):
7631 (fqueue_add_inside):
7635 * libs/queue.c (fqueue_remove_or_operate_all):
7636 (fqueue_remove_or_operate_from_end):
7637 (fqueue_remove_or_operate_from_front):
7638 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7639 (ExecuteCommandQueue):
7640 * fvwm/schedule.c (deschedule):
7641 (check_deschedule_obj_func):
7642 (deschedule_obj_func):
7644 (check_execute_obj_func):
7649 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7651 * fvwm/ConfigFvwmDefaults:
7653 * fvwm/windowlist.c:
7654 * sample.fvwmrc/system.fvwm2rc-sample-95:
7656 WindowListFunc is executed now within a window context,
7657 so "WindowId $0" is not needed anymore in its definition
7659 2003-04-14 olicha <olivier.chapuis@free.fr>
7663 Documented LocalePath and $[gt.str]. FvwmScript news.
7665 * fvwm/expand.c (expand_vars_extended):
7666 Fixed $[gt.str] expansion
7669 New gettext domain FvwmScript
7671 * libs/FGettext.c (FGettextCopy):
7673 New interface function which copies the string
7675 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7677 * fvwm/conditional.c (CMD_Cond):
7678 allow to negate the condition code with '!' prefix
7680 * fvwm/schedule.c (CMD_Schedule):
7682 support hexadecimal ids
7684 * libs/Parse.c (GetIntegerArguments):
7685 (_get_suffixed_integer_arguments):
7686 (GetSuffixedIntegerArguments):
7687 (GetIntegerArgumentsAnyBase):
7688 new utitily function to allow hexadecimal integer arguments
7690 2003-04-10 olicha <olivier.chapuis@free.fr>
7692 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7693 (FlocaleGetCharsetOfFontStruct):
7694 (FlocaleGetCharsetFromName):
7695 (FlocaleFixNameForFontSet):
7696 (FlocaleGetFontSet):
7697 (FlocalePrintLocaleInfo):
7698 * libs/FlocaleCharset.h:
7699 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7700 (FlocaleCharsetPrintXOMInfo):
7701 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7703 2003-04-08 olicha <olivier.chapuis@free.fr>
7705 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7706 fixed the default font name
7708 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7710 * fvwm/events.c (HandlePropertyNotify):
7711 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7712 completely ignore application requests to set exactly the same
7713 window name or icon name (xmms sets it every second),
7714 this avoids some redundant module messages and redraws
7716 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7721 2003-04-04 olicha <olivier.chapuis@free.fr>
7724 Fixed a miss print in fribidi config check
7726 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7728 * fvwm/focus.c (__restore_focus_after_unmap):
7729 iconified windows without an icon do not receive focus
7731 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7733 * fvwm/virtual (CMD_GotoDeskAndPage):
7734 different "GotoDeskAndPage prev" fix that works with any viewports, not
7735 just multiples of the screen size
7737 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7739 * fvwm/virtual (CMD_GotoDeskAndPage):
7740 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7742 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7747 * fvwm/menucmd.c (menu_func):
7748 fixed double key presses to choose default menu action
7750 * fvwm/focus.c (__update_windowlist):
7751 fixed order of window list with SloopyFocus when using the Focus
7754 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7757 clarified some things, typo fixed
7759 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7761 * libs/Colorset.c (CreateBackgroundPixmap):
7762 (GetWindowBackgroundPixmapSize):
7763 (get_aspect_dimensions):
7764 fixed size calculation of aspect pixmaps
7766 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7768 * fvwm/icons.c (clear_icon):
7772 * fvwm/geometry.c (get_icon_geometry):
7773 (modify_icon_position):
7774 set a valid icon picture position if there is neither a picture nor a
7777 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7781 reformatted to fit better on the web page
7783 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7786 added items from "My TODO" message on 2003-01-02
7789 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7791 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7794 removed debug output
7796 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7798 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7799 (FScreenFetchMangledScreenFromUSPosHints):
7800 two functions to allow USPosition hints from modules and StartsOnScreen
7801 work at the same time
7803 * fvwm/conditional.c (direction_cmd):
7804 Some fixes, reformatting and improvements.
7806 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7808 * fvwm/icons.c (Iconify):
7809 initialise icon position to +0+0 if there is neiter a picture nor a
7812 * fvwm/functions.c (DeferExecution):
7818 * fvwm/update.c (apply_window_updates):
7819 fixed drawing of sticky icon titles when the stickyicon style is being
7822 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7824 * fvwm/placement.c (CMD_PlaceAgain):
7825 * fvwm/add_window.c (setup_window_placement):
7826 * fvwm/virtual.c (MapDesk):
7827 update the GNOME hints desk when changing desks; fixes placeagain with
7829 some placeagain fixes
7831 * fvwm/fvwm.1.in (Example):
7832 removed duplicate Iconify section
7837 * fvwm/functable.c (func_table):
7838 * fvwm/functions.h (func_type):
7839 * fvwm/functions.c (__execute_function):
7840 (execute_complex_function):
7842 fixed a new and and old window selection bug
7844 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7846 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7847 detected with Purify.
7849 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7851 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7852 use None, not 0 for Window structures
7854 * fvwm/events.c (InitEventHandlerJumpTable):
7856 (__handle_key_event):
7857 * fvwm/bindings.c (ParseBinding):
7861 removed key release binding because they can not work reliably
7863 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7865 * fvwm/functable.c (func_table):
7866 trigger on ButtonPress for many of the functions
7868 * fvwm/functions.c (__execute_function):
7869 (__execute_function):
7870 fixed conditional commands a la "Current" triggered on root window
7872 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7874 * todo-2.6: Closed B.2, C.21.
7876 2003-02-28 olicha <olivier.chapuis@free.fr>
7879 * fvwm/events.c (HandleConfigureRequest):
7880 Added a workaround for application with broken max/min size hints
7881 vs a size configure request. This "fixes" floating java JToolBar.
7883 * fvwm/add_window.c (GetWindowSizeHints):
7884 Check that the max size hint is not broken relatively to the the base
7887 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7891 released 2.5.6, set version to 2.5.7
7897 2003-02-26 Tony Finch <dot@dotat.at>
7899 * fvwm/borders.c (border_draw_one_border_part):
7900 Don't draw the handle relief marks when the border is flat.
7902 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7905 s/fribdi_in_path/fribidi_in_path/
7908 spell checking and some reformatting
7910 2003-02-26 olicha <olivier.chapuis@free.fr>
7912 * fvwm/borders.c (border_setup_bar_pixmaps):
7913 Fixed a miss-print which can cause a core dump
7916 Added a 2.6 TODO file
7918 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7920 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7921 void functioin cannot return a value.
7923 2003-02-25 olicha <olivier.chapuis@free.fr>
7926 Fixed compilation warning if fribidi is in path
7928 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7930 * fvwm/windowlist.c (CMD_WindowList):
7931 removed unused instruction
7933 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7935 * configure.in: Remove nested function from -Werror check.
7936 Lets configure work without gcc.
7939 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7941 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7943 * fvwm/functions.c (__run_complex_function_items): Make Break start
7946 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7948 * fvwm/move_resize.c (get_outline_rects):
7949 (draw_move_resize_grid):
7950 initial drawing and final undrawing of wire frame no longer toggles the
7951 pixel in the top left corner of the screen
7953 * fvwm/expand.c (expand_vars):
7954 disabled warnings about one letter variables
7956 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7958 * README: Update to reflect release 2.5.x.
7959 * NEWS: Update news for FvwmPager drag fix.
7961 2003-02-15 olicha <olivier.chapuis@free.fr>
7966 2003-02-13 olicha <olivier.chapuis@free.fr>
7968 * fvwm/gnome.c (GNOME_SetClientList):
7969 Applied David Fries patch which fixes a possible crash with more
7971 (GNOME_SetClientList):
7972 malloc -> safemalloc
7974 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7976 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7977 Give the XorValue range.
7979 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7981 * fvwm/fvwm.1.in: Fully document the emulate command.
7983 2003-02-06 olicha <olivier.chapuis@free.fr>
7985 * fvwm/borders.c (get_common_decorations):
7986 (border_get_border_background):
7988 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7990 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7992 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7995 * fvwm/menuitem.c (menuitem_get_size):
7996 * fvwm/menus.c (calculate_item_sizes):
7997 renamed "mips" to mipst
7999 * fvwm/menuitem.c (menuitem_get_item_size):
8000 * fvwm/menus.c (_calculate_item_sizes):
8001 backed out patch from 30-Jan-2003
8003 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8006 * fvwm/menuitem.c (menuitem_get_item_size):
8007 * fvwm/menus.c (_calculate_item_sizes):
8008 functions renamed due to global name space collision with IRIX 6.5
8010 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8013 added tests/hints/Makefile.am
8015 2003-01-24 Dan Espen <dane@mk.telcordia.com>
8017 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
8019 2003-01-20 Dan Espen <dane@mk.telcordia.com>
8021 * sample.fvwmrc/DecorWin95:
8022 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
8023 Replace a long time ago.
8025 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8027 * fvwm/stack.c (new_layer):
8028 (collect_transients_recursive):
8032 * fvwm/events.c (HandleConfigureRequest):
8033 fixed placement of icons
8034 fixed size calculations of icons
8036 2003-01-18 Mikhael Goikhman <migo@homemail.com>
8039 fixed $[desk.name<n>] that was masked by $[desk.n],
8040 added $[desk.pagesx] and $[desk.pagesy]
8042 2003-01-16 Dan Espen <dane@mk.telcordia.com>
8044 * NEWS: Update news. Spelling fixes 2.5.x news.
8045 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
8046 its not interactive.
8048 2003-01-12 Mikhael Goikhman <migo@homemail.com>
8051 added a short description together with the commands
8053 2003-01-12 Marcus Lundblad <ml@update.uu.se>
8056 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
8059 2003-01-11 Mikhael Goikhman <migo@homemail.com>
8063 deprecate all single letter variables, new variables are supported now
8064 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8065 $[desk.n], $[version.num], $[version.info], $[version.line].
8067 2003-01-07 Marcus Lundblad <ml@update.uu.se>
8069 * fvwm/style.c (style_parse_one_style_option):
8071 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8072 DisallowMaximizeFixedSize
8074 2003-01-06 Dan Espen <dane@mk.telcordia.com>
8076 * fvwm/fvwm.1.in: Lang check.
8078 2003-01-03 olicha <olivier.chapuis@free.fr>
8083 * fvwm/ewmh_intern.h:
8084 * fvwm/ewmh_names.c:
8085 * fvwm/ewmh_icons.c:
8086 * fvwm/ewmh_events.c:
8091 * fvwm/functable.c (func_table):
8092 * fvwm/fvwm.c (setVersionInfo):
8095 Removed GNOME and HAVE_EWMH ifdef
8098 Documented UseTitleDecorRotation
8100 2003-01-03 Mikhael Goikhman <migo@homemail.com>
8102 * fvwm/module_interface.c (MoveViewport):
8103 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8104 M_NEW_PAGE now has 7 arguments
8106 2003-01-02 olicha <olivier.chapuis@free.fr>
8109 Documented the new icon style options
8113 * fvwm/icons.c (DrawIconTitleWindow):
8114 (DrawIconPixmapWindow):
8115 (setup_icon_title_size):
8116 * fvwm/style.c (style_parse_one_style_option):
8117 Fixed IconTitleRelief and IconBackgroundRelief arguments
8119 * fvwm/icons.c (GetIconPicture):
8120 (SetIconPixmapSize):
8121 Fixed IconSize style for non shaped depth > 1 pixmaps
8123 2003-01-02 Mikhael Goikhman <migo@homemail.com>
8127 * fvwm/conditional.c (CMD_On):
8130 new conditional command On for non-window related conditions
8132 * fvwm/execcontext.h:
8133 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8134 two new exec contexts for restarting
8136 2003-01-02 olicha <olivier.chapuis@free.fr>
8138 * fvwm/builtins.c (ReadMultiPixmapDecor):
8139 StretchedPixmap -> AdjustedPixmap
8142 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8143 Documented the new MultiPixmap syntax
8145 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8149 * fvwm/builtins.c (ReadTitleButton):
8151 new button state shortcuts AllActiveUp, AllActiveDown,
8152 AllInactiveUp, AllInactiveDown
8154 2002-12-31 olicha <olivier.chapuis@free.fr>
8156 * libs/PictureGraphics.c (PCopyArea):
8157 Fixed rendering of depth 1 pixmap with a mask
8159 * fvwm/update.c (apply_window_updates):
8160 Fixed icon bg cset update
8162 * fvwm/events.c (HandlePropertyNotify):
8163 * fvwm/geometry.c (move_icon_to_position):
8164 Fixed non shaped icons with a bg padding but without cs bg
8167 * fvwm/style.c (style_parse_icon_size_style):
8169 * fvwm/fvwm.h (window_style):
8170 * fvwm/add_window.c (setup_icon_size_limits):
8171 * fvwm/icons.c (SetIconPixmapSize):
8173 New option to IconSize style: Adjusted, Streched, Shrunk
8175 * fvwm/icons.c (SetIconPixmapSize):
8177 Always center the icon with IconSize if the icon has a background
8179 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8182 FvwmWindowMenu renaming; compact long diagnostics into half of line
8185 documeted and corrected new features
8188 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8189 since these are the only way currently to create themes
8194 2002-12-30 olicha <olivier.chapuis@free.fr>
8197 * fvwm/icons.c (setup_icon_title_size):
8198 (set_icon_pixmap_background):
8200 (DrawIconTitleWindow):
8201 (DrawIconPixmapWindow):
8205 * fvwm/events.c (HandleEnterNotify):
8207 (HandleLeaveNotify):
8208 (HandlePropertyNotify):
8209 * fvwm/borders.c (border_draw_decorations):
8212 * fvwm/add_window.c (setup_icon_background_parameters):
8213 (setup_icon_title_parameters):
8214 (setup_style_and_decor):
8216 * fvwm/geometry.c (move_icon_to_position):
8218 * fvwm/style.c (check_window_style_change):
8219 (update_style_colorset):
8220 (update_icon_title_cs_style):
8221 (update_icon_title_cs_hi_style):
8222 (update_icon_background_cs_style):
8225 * fvwm/update.c (apply_window_updates):
8226 New style options IconBackgroundColorset, IconTitleColorset,
8227 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8228 and IconBackgroundPadding
8230 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8233 fixed compilation without XShm
8235 * fvwm/borders.c (border_rotate_titlebar_descr):
8236 fixed warning: deprecated use of label at end of compound statement
8238 2002-12-27 olicha <olivier.chapuis@free.fr>
8240 * fvwm/ConfigFvwmDefaults:
8241 UseTitleDecorRotation is a default
8243 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8244 (do_relieve_rectangle):
8246 * fvwm/borders.c (border_draw_title_stick_lines):
8247 (border_create_root_transparent_pixmap):
8248 (border_mp_render_into_pixmap):
8249 (border_draw_decor_to_pixmap):
8250 (border_mp_render_into_pixmap):
8251 (border_mp_get_titlebar_descr):
8252 (border_mp_draw_mp_titlebar):
8253 (border_draw_decor_to_pixmap):
8254 (border_set_button_pixmap):
8255 (border_get_titlebar_draw_descr):
8256 (border_set_title_pixmap):
8257 (border_rotate_titlebar_descr):
8258 (border_get_titlebar_descr):
8259 Completed UseTitleDecorRotation
8261 2002-12-26 olicha <olivier.chapuis@free.fr>
8263 * fvwm/update.c (apply_window_updates):
8264 * fvwm/frame.c (frame_get_titlebar_dimensions):
8265 (frame_set_decor_gravities):
8266 * fvwm/borders.c (border_set_button_pixmap):
8267 (border_get_titlebar_descr):
8268 (border_draw_one_button):
8269 Buttons order follows the title text rotations.
8270 More UseTitleDecorRotation preparation
8272 * fvwm/borders.c (border_draw_decor_to_pixmap):
8275 2002-12-24 olicha <olivier.chapuis@free.fr>
8277 * fvwm/borders.c (border_mp_render_into_pixmap):
8278 (border_fill_pixmap_background):
8279 Some borders drawing fixes
8281 * libs/Graphics.c (CreateRotatedPixmap):
8282 * fvwm/geometry.c (get_title_font_size_and_offset):
8283 * fvwm/update.c (apply_window_updates):
8284 * fvwm/borders.c (border_set_button_pixmap):
8285 (border_get_titlebar_draw_descr):
8286 (border_draw_title):
8287 (border_rotate_titlebar_descr):
8288 (border_get_titlebar_descr):
8289 More UseTitleDecorRotation preparation
8291 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8293 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8294 so we won't get so many application bugs report to fvwm-workers.
8296 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8298 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8300 * fvwm/style.c (style_parse_one_style_option):
8303 * fvwm/window_flags:
8304 * fvwm/decorations.c (is_function_allowed,
8305 __is_resize_allowed):
8306 Added styles Closable, Iconifiable, Maximizable and
8307 AllowMaximizeFixedSize
8308 * fvwm/conditional.c (MatchesConditionMask,
8309 CreateConditionMask):
8310 Added conditionals Closable,Iconifiable and Maximizable
8312 Documented styles Closable, Iconifiable, Maximizable and
8313 AllowMaximizeFixedSize and conditionals
8314 Closable,Iconifiable and Maximizable
8316 2002-12-20 olicha <olivier.chapuis@free.fr>
8318 * fvwm/window_flags.h:
8320 * fvwm/update.c (apply_window_updates):
8322 * fvwm/style.c (style_parse_one_style_option):
8324 UseTitleDecorRotation style preparation
8326 * fvwm/fvwm.c (main):
8327 Use best TrueColor visual
8329 * fvwm/borders.c (border_get_border_gcs):
8330 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8331 window which may have a depth != Pdepth
8333 * fvwm/menus.c (paint_side_pic):
8334 * fvwm/menuitem.c (menuitem_paint):
8335 * fvwm/icons.c (DrawIconPixmapWindow):
8336 * fvwm/colorset.c (parse_colorset):
8337 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8340 2002-12-19 olicha <olivier.chapuis@free.fr>
8342 * libs/Graphics.c (CreateRotatedPixmap):
8344 New interface function CreateRotatedPixmap
8346 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8348 * libs/PictureGraphics.c (PCreateRenderPixmap):
8349 (PCreateDitherPixmap):
8350 * libs/Graphics.c (CreateGradientPixmap):
8351 (CreateRotatedPixmap):
8354 * libs/FShm.h (new file):
8355 * libs/FImage.h (new file):
8356 * libs/FImage.c (new file):
8358 * fvwm/fvwm.c (setVersionInfo):
8359 Added MIT Shared Memory Extension for XImage
8365 * fvwm/builtins.c (ReadDecorFace):
8367 * fvwm/borders.c (border_draw_decor_to_pixmap):
8368 (border_fill_pixmap_background):
8369 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8371 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8374 shape-and-join fixes from Nadim Shaikli (slightly modified)
8376 2002-12-16 olicha <olivier.chapuis@free.fr>
8378 * libs/PictureGraphics.h:
8379 * libs/PictureGraphics.c (PTileRectangle):
8380 (PGraphicsCreateTiledPicture):
8381 * libs/Graphics.c (CreateTiledPixmap):
8382 New interface function: PGraphicsCreateTiledPicture
8385 * fvwm/fvwm.c (CreateGCs):
8386 Added a global (Scr) alpha GC
8390 * fvwm/builtins.c (ReadMultiPixmapDecor):
8391 (update_decorface_colorset):
8393 * fvwm/borders.c (border_get_tb_parts_to_draw):
8394 (border_fill_pixmap_background):
8395 (border_setup_bar_pixmaps):
8396 (border_get_bar_pixmaps):
8397 (border_free_bar_pixmaps):
8398 (border_mp_render_into_pixmap):
8399 (border_mp_get_length):
8400 (border_mp_get_titlebar_descr):
8401 (border_mp_get_geometry):
8402 (border_mp_get_use_title_style_parts_and_geometry):
8403 (border_mp_draw_mp_titlebar):
8404 (border_draw_decor_to_pixmap):
8405 (border_draw_title_deep):
8406 (border_get_titlebar_draw_descr):
8407 (border_setup_use_title_style):
8408 (border_get_titlebar_descr_state):
8409 (border_get_titlebar_descr):
8410 (border_get_transparent_decorations_part):
8411 (border_draw_title_stick_lines):
8412 MultiPixmap can use Colorset and Solid color. Various others minor
8413 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8414 "main" drawing code and remove the #ifdef.
8415 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8416 Use the new Scr.AlphaGC.
8418 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8420 * fvwm/add_window.c (validate_transientfor):
8421 do not ignore transientfor hint for iconified windows
8423 2002-12-12 Jason Weber <baboon@imonk.com>
8426 * fvwm/conditional.c (CMD_ScanForWindow):
8429 rename ScanWindow to ScanForWindow
8431 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8433 * fvwm/menuitem.c (menuitem_paint):
8434 * fvwm/colorset.c (parse_colorset):
8435 * fvwm/icons.c (DrawIconPixmapWindow):
8436 * fvwm/focus.c (_SetFocusWindow):
8437 (_ReturnFocusWindow):
8439 (_ForceDeleteFocus):
8440 (__activate_window_by_command):
8441 patches to prevent UMR messages in memory debuggers
8443 2002-12-11 Jason Weber <baboon@imonk.com>
8445 * fvwm/fvwm.1.in: Added ScanWindow
8447 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8450 Generalized CMD_Direction into direction_cmd.
8451 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8452 Replace Cycle prefix with secondary direction argument.
8454 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8456 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8458 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8459 * fvwm/conditional.c (CreateConditionMask):
8460 Implemented conditional "FixedSize" and "HasHandles"
8462 Documented conditional options "FixedSize" and "HasHandles".
8464 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8466 * fvwm/placement.c (PlaceWindow):
8467 fixed StickyAcrossDesks w/ StartsOnPage
8471 * fvwm/ewmh_conf.c (set_state_workaround):
8472 * fvwm/update.c (apply_window_updates):
8473 * fvwm/windowlist.c (CMD_WindowList):
8474 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8475 (ewmh_WMStateSticky):
8476 * fvwm/conditional.c (CreateConditionMask):
8477 * fvwm/gnome.c (GNOME_SetHints):
8479 (GNOME_HandlePropRequest):
8480 * fvwm/placement.c (SmartPlacement):
8485 * fvwm/session.c (SaveWindowStates):
8488 * fvwm/ewmh.c (check_desk):
8489 (EWMH_SetWMDesktop):
8490 (ewmh_ComputeAndSetWorkArea):
8491 (ewmh_HandleDynamicWorkArea):
8492 (ewmh_HandleDesktop):
8495 (ewmh_HandleToolBar):
8496 * fvwm/virtual.c (UnmapDesk):
8499 (do_move_window_to_desk):
8500 * fvwm/icons.c (setup_icon_title_size):
8501 (DrawIconTitleWindow):
8504 * fvwm/borders.c (is_button_toggled):
8505 (get_common_decorations):
8506 (border_draw_title_stick_lines):
8507 * fvwm/add_window.c (AddWindow):
8508 * fvwm/move_resize.c (__move_window):
8510 (is_window_sticky_across_pages):
8511 (is_window_sticky_across_desks):
8517 (CMD_StickAcrossPages):
8518 (CMD_StickAcrossDesks):
8519 (stick_across_pages):
8520 (stick_across_desks):
8521 (handle_stick_across_desks):
8522 (handle_stick_across_pages):
8524 * fvwm/fvwm.h (struct):
8525 * fvwm/style.c (style_parse_one_style_option):
8526 (check_window_style_change):
8528 * fvwm/window_flags.h:
8529 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8530 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8533 * fvwm/focus.c (CMD_Focus):
8535 (__activate_window_by_command):
8536 (__update_windowlist):
8537 (__set_focus_to_fwin):
8539 (_ReturnFocusWindow):
8541 (_ForceDeleteFocus):
8542 fixed window list order with FlipFocus command
8544 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8548 document bidi entry undocumented in 2.5.5
8550 2002-12-06 olicha <olivier.chapuis@free.fr>
8553 Fixed the "detection" of the LINGUAS variable
8556 Added ar to ALL_LINGUAS
8559 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8561 * fvwm/move_resize.c (__resize_window):
8562 fixed handling of MontionNotify and PropertyNotify events
8564 2002-12-03 olicha <olivier.chapuis@free.fr>
8566 * fvwm/borders.c (border_draw_decor_to_pixmap):
8567 (border_get_border_background):
8568 (get_common_decorations):
8571 * fvwm/builtins.c (CMD_PrintInfo):
8572 New subject nls to PrintInfo
8574 * libs/FGettext.c (*):
8575 New command FlocalePath
8577 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8581 changed version to 2.5.6
8587 2002-12-02 olicha <olivier.chapuis@free.fr>
8589 * libs/FRenderInit.c (FRenderInit):
8590 Fixed alpha depth if !XRenderSupport
8592 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8593 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8595 * libs/PictureImageLoader.h:
8596 Fixed image loading on bigedian machine
8598 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8600 * libs/FBidi.c (FBidiConvert):
8601 several small changes
8602 * libs/FBidiJoin.c (shape_n_join):
8603 enabled a new bidi shaping code
8605 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8607 * fvwm/frame.c (frame_restore_client_gravities):
8608 (frame_free_move_resize_args):
8609 fixed a redrawing problem after shading a window
8611 2002-11-29 olicha <olivier.chapuis@free.fr>
8614 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8618 Fixed two missprints
8620 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8622 * fvwm/bindings.c (ParseBinding):
8623 fix for stroke-less compile
8625 2002-11-29 olicha <olivier.chapuis@free.fr>
8627 * fvwm/commands.h (enum):
8628 * fvwm/functable.c (func_table):
8629 * fvwm/builtins.c (CMD_LocalePath):
8630 * libs/FGettext.c (FGettextSetLocalePath):
8632 Preparation for LocalePath command
8634 * fvwm/screen.h (ScreenInfo):
8635 * fvwm/fvwm.c (CreateGCs):
8636 Rename Scr.TileGC to Scr.BordersGC
8639 A libintl autoconf fix
8641 * libs/Colorset.c (CreateBackgroundPixmap):
8642 Do not grab the server when we dump the E setroot pixmap
8644 2002-11-29 olicha <olivier.chapuis@free.fr>
8651 Added NLS support with gnu gettext
8653 * fvwm/fvwm.c (main):
8656 * fvwm/expand.c (expand_vars_extended):
8657 New extanded variable $[gt.any_string]
8659 * fvwm/virtual.c (CMD_DesktopName):
8660 * fvwm/windowlist.c (get_desk_title):
8661 * fvwm/expand.c (expand_vars_extended):
8662 * fvwm/fvwm.c (SetRCDefaults):
8663 * fvwm/ConfigFvwmSetup:
8664 Mark some strings to be translated
8666 * libs/FGettext.c (new file):
8667 * libs/FGettext.c (new file):
8669 gnu gettext libintl warper
8671 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8673 * fvwm/add_window.c (RestoreWithdrawnLocation):
8674 rixed rxvts with S/E gravity travelling off screen upon recapture after
8677 * fvwm/events.c (__handle_key_event):
8678 * fvwm/bindings.c (activate_binding):
8679 (__rebind_global_key):
8680 fixed unbinding pointerkey bindings removing the grab for this key
8683 * fvwm/events.c (__is_bpress_window_handled):
8684 fixed click on override redirect windows being handled by the root
8687 * fvwm/misc.c (GrabEm):
8688 confine the pointer to the root window when grabbed
8690 * fvwm/events.c (HandleUnmapNotify):
8691 fixed reparenting problem with restarts from desks != 0
8693 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8696 removed experimental code
8698 2002-11-28 olicha <olivier.chapuis@free.fr>
8700 * fvwm/borders.c (border_get_border_background):
8701 (border_draw_decor_to_pixmap):
8702 (border_fill_pixmap_background):
8703 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8706 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8708 * fvwm/fvwm.c (InitVariables):
8709 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8711 * fvwm/virtual.c (CMD_EdgeScroll):
8714 * fvwm/ConfigFvwmDefaults:
8715 do not include empty ConfigFvwmProxyDefaults, added one binding
8717 2002-11-26 olicha <olivier.chapuis@free.fr>
8719 * libs/Colorset.c (CreateBackgroundPixmap):
8720 * fvwm/colorset.c (parse_colorset):
8721 Be more safe with the E root pixmap
8723 2002-11-25 olicha <olivier.chapuis@free.fr>
8725 * fvwm/move_resize.c (__move_loop):
8726 Redraw the transparent decoration parts when a move is abored
8728 * fvwm/colorset.c (parse_colorset):
8729 Fixed the fgsh Colorset colors when the Image change but not the bg
8731 2002-11-24 Jason Weber <baboon@imonk.com>
8733 * fvwm/conditional.c (CMD_Direction):
8734 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8735 eventual traversal of all windows over repeated calls. It also cycles
8736 back to the opposite extent when it hits the limit in the given
8739 2002-11-22 olicha <olivier.chapuis@free.fr>
8742 * fvwm/borders.c (get_common_decorations):
8743 (border_get_parts_and_pos_to_draw):
8744 (border_get_changed_border_parts):
8745 (border_get_frame_pixmap, new):
8746 (border_get_border_background):
8747 (border_draw_one_border_part):
8748 (border_draw_decorations):
8749 (border_get_tb_parts_to_draw):
8750 (border_fill_pixmap_background):
8751 (border_get_titlebar_descr_state, new):
8752 (border_draw_titlebar):
8753 (border_setup_bar_pixmaps, new):
8754 (border_get_bar_pixmaps, new):
8755 (border_free_bar_pixmaps, new):
8756 (border_setup_use_title_style, new):
8757 (border_set_button_pixmap):
8758 (border_set_title_pixmap):
8759 (border_draw_one_button):
8760 (border_set_button_pixmap):
8761 (border_draw_title_deep):
8762 (border_get_transparent_decorations_part, new):
8763 Title, Border and Buttons Style Colorset Option: Drawing
8765 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8768 * fvwm/frame.c (__frame_setup_window):
8769 (frame_has_handles_and_tiled_border):
8770 (frame_create_move_resize_args):
8771 (frame_free_move_resize_args):
8772 Title, Border and Buttons Style Colorset Option: External drawing
8773 stuff. Basically additional redrawing for RootTransparent
8775 * fvwm/builtins.c (update_decorface_colorset, new):
8776 (update_titlebutton_colorset, new):
8777 (update_decors_colorset, new):
8778 (update_fvwm_colorset):
8779 Title, Border and Buttons Style Colorset Option: Dynamic updating
8782 * fvwm/builtins.c (ReadDecorFace):
8783 Title, Border and Buttons Style Colorset Option: Configuration
8785 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8787 Title, Border and Buttons Style Colorset Option: Convinent macros and
8790 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8792 * libs/Makefile.am: Add missing Bindings.h.
8794 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8796 * fvwm/move_resize.c (__move_loop):
8797 send M_CONFIGURE_WINDOW only when the window actually moves
8799 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8806 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8807 with minor improvements; it is disabled for now (#if 0) since
8808 some Arabic chars cause core dump
8810 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8812 * fvwm/fvwm.1.in (Examples):
8813 added documentation of Icon option for PlaceAgain command
8815 * fvwm/events.c (__handle_key_event):
8816 fixed global key binding problem
8818 2002-11-15 olicha <olivier.chapuis@free.fr>
8820 * libs/Bindings.c (MatchBindingExactly):
8821 (__compare_binding):
8822 compile fixes w/o stroke lib
8825 * fvwm/geometry.c (get_title_font_size_and_offset):
8826 * fvwm/builtins.c (do_title_style):
8827 New MinHeight option to TitleStyle
8829 2002-11-15 olicha <olivier.chapuis@free.fr>
8831 * fvwm/builtins.c (update_fvwm_colorset):
8836 * fvwm/colorset.c (update_root_transparent_colorset):
8837 Fixed update of the RootTransparent colorset in fvwm
8839 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8841 * libs/Bindings.c (__compare_binding):
8842 (MatchBindingExactly):
8843 compoile fixes w/o stroke lib
8845 2002-11-14 olicha <olivier.chapuis@free.fr>
8850 Removed any reference on "xft and flickering"
8852 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8854 * fvwm/eventmask.h (XEVMASK_ICONW):
8855 * fvwm/events.c (HandleKeyRelease):
8857 (__handle_key_event):
8858 * fvwm/bindings.c (ParseBinding):
8860 * libs/Bindings.h (enum):
8861 implemented key release bindings; prefix the key name with a '-';
8862 does not work well with some applications
8864 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8869 * fvwm/bindings.c (ParseBinding):
8872 (bind_get_bound_button_contexts):
8878 (RemoveMatchingBinding):
8883 (GrabAllWindowKeysAndButtons):
8884 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8885 * fvwm/events.c (__handle_bpress_on_root):
8886 (__handle_bpress_on_managed):
8887 (HandleButtonRelease):
8888 * fvwm/builtins.c (CMD_Wait):
8890 * libs/fvwmlib.h (enum):
8891 fixed Key vs. PointerKey with "A"ny context
8893 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8895 * fvwm/icons.c (Iconify):
8896 icon placement safety patch
8898 fixed initial position of application provided icon windows
8900 * fvwm/session.c (LoadWindowStates):
8901 fixed parsing of strings beginning with whitespace in session file
8903 * fvwm/fvwm.1.in (Note):
8904 * fvwm/style.c (style_set_old_focus_policy):
8905 * libs/defaults.h (DEF_FP_MODIFIERS):
8906 set default modifiers for raising/focusing to N again
8908 2002-11-11 olicha <olivier.chapuis@free.fr>
8911 * fvwm/fvwm.c (main):
8913 named-palette -> visual-palette, -N -> -P
8915 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8917 * fvwm/ConfigFvwmDefaults:
8918 include ConfigFvwmProxyDefaults
8920 * fvwm/fvwm.c (usage):
8921 polished usage message
8923 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8925 * fvwm/fvwm.c (usage):
8927 cleaned up usage and error messages
8928 use short option names in usage message an man page synopsis
8929 all options are case sensitive
8930 do not mention the "-" style long options in the man page; instead use
8933 * fvwm/add_window.c (setup_frame_window):
8934 * fvwm/events.c (HandleMapNotify):
8935 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8936 fixed empty decorations after recapture
8938 * fvwm/geometry.c (get_icon_geometry):
8939 * fvwm/icons.c (clear_icon):
8940 fixed icon jumping to 0 0 when the icon layout changes after the icon
8941 has been moved manually
8943 * fvwm/move_resize.c (__move_icon):
8944 fixed MoveToPage with icons
8946 2002-11-09 olicha <olivier.chapuis@free.fr>
8948 * libs/Fft.c (FftGetRotatedFont):
8951 Check the return result of FftPatternGetMatrix
8954 * libs/PictureBase.h:
8957 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8959 * fvwm/ewmh_conf.c (set_state_workaround):
8960 * fvwm/functable.c (func_table):
8961 * fvwm/update.c (apply_window_updates):
8962 * fvwm/windowlist.c (CMD_WindowList):
8963 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8964 (ewmh_WMStateSticky):
8965 * fvwm/conditional.c (CreateConditionMask):
8966 (CreateConditionMask):
8967 * fvwm/gnome.c (GNOME_SetHints):
8969 (GNOME_HandlePropRequest):
8970 * fvwm/placement.c (SmartPlacement):
8975 * fvwm/session.c (SaveWindowStates):
8977 * fvwm/ewmh.c (check_desk):
8978 (EWMH_SetWMDesktop):
8979 (ewmh_ComputeAndSetWorkArea):
8980 (ewmh_HandleDynamicWorkArea):
8981 (ewmh_HandleDesktop):
8984 (ewmh_HandleToolBar):
8985 * fvwm/virtual.c (UnmapDesk):
8989 (do_move_window_to_desk):
8990 * fvwm/icons.c (setup_icon_title_size):
8991 (DrawIconTitleWindow):
8994 * fvwm/borders.c (is_button_toggled):
8995 (get_common_decorations):
8996 (border_draw_title_stick_lines):
8997 * fvwm/add_window.c (AddWindow):
8998 * fvwm/move_resize.c (__move_window):
8999 (is_window_sticky_on_page):
9000 (is_window_sticky_on_desk):
9006 (handle_stick_page):
9007 (handle_stick_desk):
9008 (__handle_stick_exit):
9011 * fvwm/style.c (style_parse_one_style_option):
9012 (check_window_style_change):
9015 New Style options stickypage and stickydesk
9016 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
9017 StickyDesk, OnlyStickyPage, OnlyStickyDesk
9018 New conditions StickyPage and StickyDesk
9019 New commands StickPage and StickDesk
9021 * fvwm/move_resize.c (__move_window):
9022 do not unstick a window when using MoveToScreen
9028 * fvwm/functable.c (func_table):
9029 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
9030 renamed EWMHBaseStrut to EwmhBaseStruts
9032 * fvwm/style.c (style_set_old_focus_policy):
9033 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
9034 (style_parse_one_style_option):
9035 renamed "Border" style to "Borders"
9036 removed "NoBorder" style; use !Borders instead
9037 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
9038 renamed PlacmentOverlapPercentPenalties to
9039 MinOverlapPercentPlacementPenalties
9046 Fixed compiler warnings
9048 2002-11-09 Mikhael Goikhman <migo@homemail.com>
9051 autogenerate FvwmWindowLister files
9054 mention fvwm-menu-directory and fvwm-menu-desktop as examples
9055 of MissingSubmenuFunction and DynamicPopupAction
9057 2002-11-08 olicha <olivier.chapuis@free.fr>
9059 * libs/PictureUtils.c (alloc_color_proportion):
9060 (alloc_color_proportion_dither):
9061 (alloc_color_proportion_grey):
9063 (free_colors_in_table):
9065 (init_static_colors_table):
9066 (PictureFreeColors):
9067 (PictureInitColors):
9068 (PicturePrintColorInfo):
9069 Fixed StaticColor visual. Rename some of the color allocators. Clean up
9072 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9074 * fvwm/move_resize.c (__move_window):
9075 ignore MoveToPage with sticky windows
9077 * fvwm/conditional.c (Circulate):
9079 Next and Prev commands begin looking at the context window, if any
9081 * fvwm/focus.c (__focus_grab_buttons):
9082 fixed initial button grabbing on client window
9084 * fvwm/stack.c (BroadcastRestack):
9085 split long packets, fixed a bug and cleaned up
9087 * libs/Module.c (ReadFvwmPacket):
9088 ignore packets that are too long
9091 document PopupDelay and PopdownDelay defaults
9093 2002-11-06 olicha <olivier.chapuis@free.fr>
9095 * libs/Fft.c (FftGetFont):
9096 (FftGetRotatedFont):
9097 Use a more perfectioned method for loading font with Xft/Fc. This
9098 method allows sanity check. Preserve the matrix when rotating
9101 * libs/Flocale.c (FlocaleGetMinOffset):
9102 (FlocaleRotateDrawString):
9103 (FlocaleGetFontSet):
9105 * libs/Fft.c (FftDrawString):
9107 * libs/FftInterface.h:
9108 * fvwm/geometry.c (get_title_font_size_and_offset):
9109 Move the computation of the good "y" for drawing text into Flocale.
9110 Use the max ascent, descent and height for font metric (in the place
9113 * libs/Flocale.c (FlocalePrintLocaleInfo):
9115 * libs/Fft.c (FftPrintPatternInfo):
9117 * fvwm/builtins.c (CMD_PrintInfo):
9120 New option "Locale" to PrintInfo Command
9122 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9124 * fvwm/events.c (HandleExpose):
9127 2002-11-04 Dan Espen <dane@mk.telcordia.com>
9129 * fvwm/fvwm.1.in: colour -> color
9132 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9135 * fvwm/fvwm.c (usage):
9139 2002-11-04 olicha <olivier.chapuis@free.fr>
9142 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9144 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9146 (PictureFreeColors):
9147 (PicturePrintColorInfo):
9148 Trace colours allocation out of the pallet in depth <= 8. Better
9149 information on coulours
9151 * libs/Fft.c (FftGetRotatedFont):
9153 Fixed rotated font when the original font has a matrix
9155 * libs/PictureBase.c (PictureInitCMapRoot):
9156 * libs/PictureUtils.h:
9157 * libs/PictureUtils.c (PictureInitColors):
9158 (PictureAllocColorTable):
9159 * libs/PictureBase.h (PictureColorLimitOption):
9160 * fvwm/fvwm.c (main):
9162 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9163 -named-pallet. -color-limit now take only integer argument.
9166 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9168 * libs/Module.h (struct):
9169 new type FvwmWinPacketBodyHeader to access the standard fields in a
9170 packet with a window
9172 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9177 * fvwm/functable.c (func_table):
9179 * fvwm/style.c (style_parse_one_style_option):
9180 (parse_and_set_window_style):
9184 added a new command FocusStyle as a shorthand for
9185 "Style * FP..., FP..."
9187 * fvwm/builtins.c (__parse_vector_line_one_coord):
9188 (__parse_vector_line):
9190 split vector line parsing into sub functions
9192 fixed core dump in vector button offset patch
9194 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9196 * fvwm/screen.h (vector_coords):
9197 added fields for offsets
9198 * fvwm/builtins.c (ReadDecorFace):
9199 rewrote parser for vector definitions to accept optional offsets
9200 * fvwm/fvwm.c (LoadDefaultLeftButton):
9201 (LoadDefaultRightButton)
9202 set default values for offsets
9203 * fvwm/borders.c (border_draw_vector_to_pixmap):
9204 updated XDrawLine call to take offsets into account
9206 documented new options for vector offsets
9208 2002-11-01 olicha <olivier.chapuis@free.fr>
9210 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9211 Fixed icon tint pixel, it was set to icon tint percent during some
9214 2002-10-31 olicha <olivier.chapuis@free.fr>
9216 * libs/PictureUtils.c (PictureAllocColorImage):
9217 (PictureOpenImageColorAllocator):
9218 (PictureCloseImageColorAllocator):
9219 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9222 (PImageCreatePixmapFromArgbData):
9223 (PImageLoadPixmapFromFile):
9224 * libs/PictureBase.h (FvwmPictureThing):
9225 (PictureImageColorAllocator):
9227 * libs/Picture.c (PDestroyFvwmPicture):
9228 (PLoadFvwmPictureFromPixmap):
9229 * libs/Graphics.c (CreateGradientPixmap):
9231 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9232 Added a new way to allocate colors for image and gradient. This method
9233 allows, in particular, to save (in a "fast" way) the allocated pixels
9234 with a minimal memory usage.
9235 Fixed color leaks for png, ewmh and dithered xpm images.
9237 * fvwm/add_window.c (destroy_icon):
9238 * fvwm/fvwm.h (FvwmWindow):
9239 * fvwm/icons.c (GetIconFromFile):
9242 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9246 * fvwm/stack.c (enum):
9247 (position_new_window_in_stack_ring):
9249 (must_move_transients):
9252 (__raise_lower_recursion):
9253 (__raise_or_lower_window):
9254 (raise_or_lower_window):
9255 (collect_transients_recursive):
9256 (__is_restack_transients_needed):
9258 (CMD_RestackTransients):
9259 new command RestackTransients which works like Raise and Lower but does
9260 not restack windows that are not transient
9261 renamed some functions
9265 corrected cursor movement key bindings
9267 * fvwm/bindings.c (activate_binding):
9268 fixed problem w/ bindings being overridden by applications OpenOffice
9271 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9278 include FvwmProxy to build
9280 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9283 exclude FvwmProxy from build
9289 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9292 added FvwmProxy module
9294 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9297 * fvwm/windowlist.c (CMD_WindowList):
9298 renamed SortClassName to SortByClass
9300 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9302 * fvwm/menustyle.c (menustyle_update):
9303 (menustyle_parse_style):
9304 (menustyle_get_styleopt_index):
9305 (menustyle_parse_style):
9306 (CMD_CopyMenuStyle):
9308 removed HilightRelief MenuStyle and hard coded it
9310 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9312 * fvwm/menus.c (make_menu_window):
9313 fixed updating menu background with "Menustyle * Background"
9315 * fvwm/stack.c (__get_stacking_sibling):
9317 fixed another stacking problem
9319 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9323 corrected and lined up several help lines
9326 added --enable-xinerama-emulation description
9328 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9330 * fvwm/stack.c (restack_windows):
9331 (__get_stacking_sibling):
9332 fixed another stacking problem
9334 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9336 * fvwm/add_window.c (AddWindow):
9337 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9338 windows starting lowered or on other layers in FvwmPager
9340 * fvwm/stack.c (restack_windows):
9341 (__get_visible_window):
9342 fixed a stacking problem with layers
9344 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9346 * fvwm/functable.c (func_table):
9349 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9353 * fvwm/windowlist.c:
9354 new WindowList option SortByResource
9356 * fvwm/style.c (check_window_style_change):
9357 * libs/FlocaleCharset.c:
9361 place recent authors to the top, not bottom
9364 corrected typo in error message
9366 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9368 * fvwm/fvwm.1.in: Lang check done.
9370 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9373 work on new menu loop code
9379 * fvwm/menus.c (__mloop_handle_event):
9380 (__mloop_get_event):
9381 (__mloop_handle_action_with_mi):
9382 * fvwm/menus.h (MenuReturn):
9383 renamed MenuReturn member menu to target_menu
9385 * fvwm/menus.c (__mloop_handle_event):
9386 * fvwm/menus.h (MenuReturn):
9387 removed a "write only" member of MenuReturn
9389 * fvwm/conditional.c (circulate_cmd):
9390 fixed the "Any" command
9392 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9394 * fvwm/stack.c (mark_transient_subtree):
9395 fixed stack ring corruption with iconified transients
9397 fixed a problem with lowering windows below the icons of their
9400 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9406 * libs/PictureBase.h:
9410 renamed colorset_struct to colorset_t
9412 2002-10-22 olicha <olivier.chapuis@free.fr>
9414 * libs/PictureUtils.c:
9415 Minor fixes and add #if O experimental code
9417 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9419 * fvwm/icons.c (DrawIconPixmapWindow):
9421 * fvwm/events.c (HandlePropertyNotify):
9422 * libs/Fft.c (FftDrawString):
9423 * libs/Colorset.c (DumpColorset):
9425 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9426 use renamed colorset_struct members
9428 * libs/Colorset.h (colorset_struct):
9429 renamed and re-sorted members and cut down bit field lengths for
9432 * fvwm/menustyle.c (menustyle_update):
9435 * fvwm/stack.c (restack_windows):
9436 fixed flickering when raising transients; can't prevent flickering when
9437 lowering a window completely
9439 fixed unnecessary error message
9441 * fvwm/fvwm.c (main):
9444 * fvwm/stack.c (__restack_window):
9445 fixed a stacking problem with icons
9447 * fvwm/add_window.c (destroy_icon):
9450 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9452 * fvwm/menuitem.c (menuitem_paint):
9453 * fvwm/menustyle.c (menustyle_parse_style):
9454 * fvwm/menus.c (paint_side_pic):
9457 (repaint_transparent_menu):
9458 * fvwm/menustyle.h (MenuLook):
9459 cleaned up menu drawing code, fixed last patch
9461 * fvwm/menuitem.c (menuitem_paint):
9462 * fvwm/menustyle.c (menustyle_parse_style):
9463 fixed HilightBack default
9465 * fvwm/bindings.c (binding_cmd):
9466 (bind_get_bound_button_contexts):
9468 * fvwm/screen.h (ScreenInfo):
9469 fixed mouse bindings with buttons > 5
9471 * fvwm/menuitem.c (menuitem_paint):
9472 * fvwm/menustyle.c (menustyle_parse_style):
9473 (menustyle_parse_style):
9474 (CMD_CopyMenuStyle):
9477 * fvwm/menus.c (repaint_transparent_menu):
9479 HilightBack and ActiveFore are now independent
9481 2002-10-18 olicha <olivier.chapuis@free.fr>
9483 * libs/PictureUtils.c (get_color_index):
9484 (create_mapping_table):
9485 (PictureAllocColorTable):
9486 Use a new distance and method for color approximation. Use 68 colors
9487 for the default under depth 8. I am happy with this, should use a
9488 similar distance method for dithering
9490 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9491 (PictureAllocColorTable):
9492 (PictureDitherByDefault):
9495 (PicturePrintColorInfo):
9496 * libs/PictureUtils.h:
9497 Allows -color-limit to work with any visual and depth for testing
9498 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9501 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9503 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9505 * fvwm/add_window.c (get_default_window_attributes):
9508 * fvwm/builtins.c (CMD_ChangeDecor):
9509 removed some duplicate redrawing
9511 * fvwm/update.c (apply_decor_change):
9512 suppress duplicate window update upon ChangeDecor
9513 (apply_window_updates):
9514 do not delete the focus window
9516 2002-10-17 olicha <olivier.chapuis@free.fr>
9521 * libs/Colorset.c (CreateBackgroundPixmap):
9522 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9524 * fvwm/builtins.c (CMD_Colorset):
9525 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9527 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9529 * fvwm/add_window.c (AddWindow):
9530 * fvwm/update.c (apply_window_updates):
9531 * fvwm/move_resize.c (handle_stick):
9533 suppress drawing of sticky decorations initially
9534 reduce module communication overhead when (un)sticking windows
9536 * fvwm/borders.c (border_draw_decorations):
9537 * fvwm/window_flags.h:
9539 * fvwm/frame.c (frame_create_move_resize_args):
9540 (get_resize_decor_gravities_one_axis):
9541 (frame_mrs_setup_draw_decorations):
9543 initialize window decorations with a "None" pixmap;
9544 delay drawing window decorations initially to prevent drawing multiple
9546 => windows grabbing the focus upon startup are drawn focused
9549 * fvwm/frame.c (frame_free_move_resize_args):
9550 reparent the frame hide windows to NoFocusWin instead of Root to
9551 suppress unnecessary ReparentNotify events
9553 2002-10-16 olicha <olivier.chapuis@free.fr>
9555 * fvwm/fvwm.c (main):
9559 Fixed compilation with X cvs
9561 * libs/Colorset.c (CreateBackgroundPixmap):
9564 * fvwm/events.c (HandlePropertyNotify):
9565 * fvwm/colorset.c (update_root_pixmap):
9566 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9567 to found a root pixmap
9569 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9571 * fvwm/bindings.c (bind_get_bound_button_contexts):
9572 another mouse binding fix
9574 * fvwm/conditional.c (CreateConditionMask):
9576 all conditions have a negation with '!' prepended
9580 Current, All, Pick, ThisWindow and PointerWindow imply the
9581 CirculateHitShaded condition.
9583 * fvwm/focus.c (__focus_grab_buttons):
9584 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9585 fixed bindings using mouse buttons >= 6
9587 2002-10-15 olicha <olivier.chapuis@free.fr>
9589 * libs/PictureUtils.c (PicturePrintColorInfo):
9592 * fvwm/functable.c (func_table):
9593 * fvwm/builtins.c (CMD_PrintInfo):
9595 New cmd PrintInfo. Only one arg at present time: "Colors"
9597 * fvwm/fvwm.c (main):
9598 Auto detect card with 2 hardware colormaps and choose the best
9601 * libs/PictureUtils.c (PictureInitColors):
9603 * libs/PictureUtils.h:
9604 * fvwm/fvwm.c (main):
9605 * libs/PictureBase.c (PictureInitCMapRoot):
9607 * libs/PictureBase.h:
9608 Try to support DirectColor visual in a good way, I do not think
9609 this is really useful.
9610 Added a flexible interface function PictureInitColors for
9611 colors allocation initialization.
9612 Some cleanup in color allocation and some preparation for a new
9613 method for saving and freeing colors allocated by images and gradients.
9614 Removed some ifdefed to 0 debug code.
9616 * libs/Picture.c (*):
9618 * libs/PictureImageLoader.c (*):
9619 * libs/PictureImageLoader.h:
9622 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9624 * fvwm/add_window.c (setup_key_and_button_grabs):
9625 * fvwm/bindings.c (ParseBinding):
9627 * fvwm/add_window.c (setup_key_and_button_grabs):
9628 don't grab window context specific bindings anymore; instead, set
9629 Scr.buttons2grab accordingly
9631 * fvwm/bindings.c (activate_binding):
9632 fixed stroke bindings on window context being ignored if no other
9633 action was bound to that context
9635 * fvwm/add_window.c (destroy_icon):
9636 fixed duplicate icon pixmap when switching from NoIconOverride to
9639 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9642 re-indented some code
9644 fixed random position of icon title for icons with a position hint
9647 corrected default of Use/NoIconPosition style
9649 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9651 * fvwm/windowlist.c (CMD_WindowList):
9652 fixed random string for iconified windows in the WindowList
9654 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9659 2002-10-08 olicha <olivier.chapuis@free.fr>
9661 * libs/PictureBase.c (*):
9662 (PictureInitCMapRoot)
9663 (PictureSetupWhiteAndBlack):
9664 (PictureWhitePixel):
9665 (PictureBlackPixel):
9667 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9668 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9669 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9670 but always use the root visual and allows to set or not a private
9672 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9673 but which respects the Pvisual
9675 * libs/PictureGraphics.c (*):
9676 * libs/FScreen.c (FScreenInit):
9677 * libs/FRender.c (FRenderRender):
9678 * libs/Fft.c (FftDrawString):
9679 * fvwm/icons.c (CreateIconWindow):
9680 * fvwm/colorset.c (parse_colorset):
9681 * fvwm/move_resize.c (CMD_XorValue):
9682 * fvwm/colorset.c (alloc_colorset):
9683 * fvwm/fvwm.c (main):
9684 Use the new interface functions and some fix if the fvwm depth !=
9687 * libs/PictureUtils.c (PictureAllocColorTable):
9688 Change the default color table to a 4x4x4 cc + 4 grey
9690 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9692 * fvwm/fvwm.1.in: Use built-in, not builtin.
9694 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9697 s/FvwmNewDebug/FvwmDebug/
9700 * fvwm/conditional.c (CMD_NoWindow):
9703 new command NoWindow to remove window context
9706 use "fvwm" spelling, at least in the middle of sentences
9708 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9710 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9711 builtin commands. Use "builtin", not "built in" or "built-in".
9714 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9716 * libs/Graphics.c (do_relieve_rectangle):
9717 removed debug message
9719 * fvwm/focus.c (__update_windowlist):
9720 (__set_focus_to_fwin):
9721 fixed reversal of __update_windowlist arguments causing FlipFocus to
9722 break [and maybe other things]
9724 2002-10-05 olicha <olivier.chapuis@free.fr>
9726 * libs/PictureUtils.c (alloc_color_cube):
9727 It si possible to enable "gamma correction" for colors cubes (disabled,
9728 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9730 * libs/PictureUtils.c (get_color_index):
9731 (create_mapping_table):
9732 Use a more exact approximation of colors for pur cc without the big
9735 * libs/PictureUtils.c (PictureFreeColors):
9738 * libs/Graphics.c (CreateGradientPixmap):
9739 (CreateGradientPixmapFromString):
9742 2002-10-04 olicha <olivier.chapuis@free.fr>
9744 * libs/PictureUtils.c (*):
9745 Used a better color approximation for color cube when we do not dither.
9746 Added some new colors tables: color cube with some grey colors.
9747 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9750 * fvwm/fvwm.c (main):
9751 Fixed the visual option
9753 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9756 generate FvwmNewDebug and FvwmGtkDebug
9758 2002-10-02 olicha <olivier.chapuis@free.fr>
9760 * libs/PictureUtils.c (USED_DIST):
9761 Used the euclidian distance for colors distance
9763 * libs/Fft.c (FftGetFont):
9764 Disable Xft if the Xserver does not support XRender
9766 2002-10-01 olicha <olivier.chapuis@free.fr>
9768 * libs/Fft.c (FftGetFont):
9769 Disable Xft if the Xserver does not support XRender
9771 * libs/FRender.c (FRenderRender):
9772 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9775 * libs/Colorset.c (SetRectangleBackground):
9776 (SetClippedRectangleBackground):
9778 New interface function for drawing a subset of a colorset rectangle
9780 2002-09-26 olicha <olivier.chapuis@free.fr>
9782 * fvwm/update.c (apply_window_updates):
9783 Fixed icons colorset update
9785 * libs/FRender.c (FRenderRender):
9786 Fixed bitmap rendering
9788 * fvwm/update.c (apply_window_updates):
9789 * fvwm/geometry.c (move_icon_to_position):
9790 * fvwm/events.c (HandleEnterNotify):
9792 (HandleLeaveNotify):
9793 (HandlePropertyNotify):
9794 * fvwm/add_window.c (setup_icon_font):
9795 * fvwm/icons.c (DrawIconWindow):
9796 (DrawIconTitleWindow):
9797 (DrawIconPixmapWindow):
9800 Fixed focus/unfocus flickering
9802 2002-09-25 olicha <olivier.chapuis@free.fr>
9804 * fvwm/icons.c (DrawIconTitleWindow):
9805 One more drawing fix
9807 2002-09-24 olicha <olivier.chapuis@free.fr>
9809 * fvwm/icons.c (DrawIconTitleWindow):
9810 An other drawing fix
9812 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9814 * fvwm/move_resize.c (__move_loop):
9815 fixed uninitialised variable
9817 fixed starting move at random position
9819 2002-09-24 olicha <olivier.chapuis@free.fr>
9821 * fvwm/update.c (apply_window_updates):
9822 * fvwm/geometry.c (move_icon_to_position):
9823 * fvwm/events.c (HandleEnterNotify):
9825 (HandleLeaveNotify):
9826 (HandlePropertyNotify):
9827 * fvwm/add_window.c (setup_icon_font):
9828 * fvwm/icons.c (DrawIconWindow):
9829 (DrawIconTitleWindow):
9830 (DrawIconPixmapWindow):
9833 Fixed icon drawing. Split icon window drawing.
9835 * libs/FRender.c (*):
9836 Fixed compilation and small clean up
9838 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9840 * fvwm/conditional.c (CreateFlagString):
9841 fixed quoting in conditional command conditions
9843 * fvwm/menus.c (__mloop_handle_event):
9844 removed unnecessary querying of pointer position on button release in
9849 * fvwm/bindings.c (ParseBinding):
9850 increased maximum allowed key symbol name length to 200 characters
9852 * fvwm/execcontext.h (enum):
9853 * fvwm/fvwm.c (Done):
9859 * fvwm/execcontext.h (enum):
9860 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9862 * fvwm/menus.c (pop_menu_up):
9863 fixed accidental menu animation with certain menu position hints
9865 2002-09-23 olicha <olivier.chapuis@free.fr>
9867 * libs/FRender.c (*):
9868 Fixed(?) XRender rendering with some Xserver
9870 * fvwm/update.c (apply_window_updates):
9871 * fvwm/geometry.c (move_icon_to_position):
9872 * fvwm/events.c (HandleEnterNotify):
9874 (HandleLeaveNotify):
9875 (HandlePropertyNotify):
9876 * fvwm/add_window.c (setup_icon_font):
9877 * fvwm/icons.c (DrawIconWindow):
9880 Clip text and icon drawing for the icons
9882 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9886 Path commands now support form: "path1;ext1:path2:path3;ext3"
9887 where ext1 (for example, ".png") means all files in path1 should
9888 be forced to have extention ".png" even if the requested icon
9889 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9891 * fvwm/execcontext.h:
9892 small changes in latters used for EXCT_* constants
9894 * fvwm/module_interface.c:
9896 * libs/PictureBase.c:
9898 some spacing reindentation
9900 2002-09-21 olicha <olivier.chapuis@free.fr>
9902 * libs/FRender.c (FRenderCompositeAndCheck):
9903 Temporally take GraphicsExposure in account
9905 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9908 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9910 2002-09-20 olicha <olivier.chapuis@free.fr>
9912 * fvwm/icons.c (GetIconPicture):
9913 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9914 Fixed the alpha channel
9916 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9921 2002-09-20 olicha <olivier.chapuis@free.fr>
9923 * libs/FRender.c (FRenderTintPicture):
9924 (FRenderTintRectangle):
9926 * libs/FRenderInterface.h:
9927 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9928 Make FRender code more modular. Add a 24+8 tinting method and enable it
9929 in the place of the 32 tinting method (which can be enabled by defining
9930 USE_ABSOLUTE_FORMATE)
9932 2002-09-19 olicha <olivier.chapuis@free.fr>
9934 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9935 (animated_move_back):
9937 (repaint_transparent_menu):
9938 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9939 (AnimatedMoveAnyWindow):
9940 * fvwm/move_resize.h:
9941 Support the new colorset transparent options and fix greyed item
9942 of transparent animated menus
9944 * fvwm/menus.c (pop_menu_up):
9945 (animated_move_back):
9947 * libs/Rectangles.c:
9948 * libs/Rectangles.h:
9950 New libs files for rectangles, segments, regions ..etc
9952 * fvwm/menus.c (clear_expose_menu_area):
9953 (get_menu_paint_item_parameters):
9956 (ParentalMenuRePaint):
9957 (ParentalMenuRePaint):
9958 * fvwm/menuitem.c (clear_menu_item_background):
9960 * fvwm/menuitem.h (MenuPaintItemParameters):
9961 Clip the item icons and text drawing
9963 * fvwm/menus.c (__mloop_exit):
9964 Fixed an indirect uninitialized variable bug
9966 * fvwm/menus.c (__mloop_handle_event): *
9967 (__mloop_handle_action_with_mi): *
9968 Update some comments
9970 * libs/FRender.c (FRenderVisualInit):
9972 * fvwm/colorset.c (parse_colorset):
9975 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9977 * fvwm/menus.c (__menu_loop):
9978 (__mloop_handle_action_with_mi):
9979 fixed parent menu redrawing
9981 * fvwm/style.c (check_window_style_change):
9982 * fvwm/update.c (apply_window_updates):
9983 * fvwm/add_window.c (setup_icon_size_limits):
9984 honour changes in IconSize style without recapture
9986 * fvwm/focus.c (focus_query_open_grab_focus):
9987 * fvwm/events.c (HandlePropertyNotify):
9988 * fvwm/add_window.c (setup_transientfor):
9989 take care of various funny initial transientfor settings
9991 * fvwm/stack.c (__raise_lower_recursion):
9993 fixed stacking core dump
9995 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10001 added a program that tests for -Werror option and similar; bug out of
10002 configure if the test program doesn't compile
10004 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10008 add a "do not edit" warning at the beginning of the man page
10011 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
10013 * libs/FScreen.c (XineramaQueryScreens):
10014 fixed linking problem when compiling without Xinerama
10016 * fvwm/cursor.c (CMD_CursorStyle):
10017 fixed cursorstyle command being applied to windows without handles
10019 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
10020 (EWMH_ProcessPropertyNotify):
10021 * fvwm/gnome.h (GNOME_ProcessClientMessage):
10022 (GNOME_HandlePropRequest):
10023 fixed dummy macros when compiling without gnome/ewmh support
10025 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10027 * libs/queue.c (fqueue_add_inside):
10028 add a new command with the same execution time as a previous one behind
10032 override CFLAGS and CPPFLAGS with empty strings instead of generating an
10035 * fvwm/functions.c (__execute_function):
10036 * fvwm/execcontext.h (exec_context_type_t):
10037 replace enum values with letters for readability
10039 * fvwm/functions.c (__execute_function):
10040 improved command log output
10042 * fvwm/schedule.c (execute_obj_func):
10043 fixed schedule queue timing
10046 refuse to run configure if CFLAGS is not empty
10048 2002-09-16 Mikhael Goikhman <migo@homemail.com>
10051 fixed compilation with --enable-command-log; simplified fvwm_msg()
10054 reformatted; don't send end-of-line with SET_*MASK
10056 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10058 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
10059 fixed multipixmap title drawing
10061 * fvwm/frame.h (struct):
10062 * fvwm/frame.c (frame_get_titlebar_dimensions):
10063 removed unused code
10065 * fvwm/events.c (HandlePropertyNotify):
10066 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10068 * libs/Fft.c (FftDrawString):
10069 -Wall fix when compiling w/o Xft
10071 2002-09-15 olicha <olivier.chapuis@free.fr>
10073 * libs/Colorset.c (CreateBackgroundPixmap):
10074 Fixed a dpy problem with FvwmBacker
10075 * libs/Colorset.c (CreateBackgroundPixmap):
10076 Fixed creation a root transparent pixmap for small root pixmap
10078 2002-09-14 olicha <olivier.chapuis@free.fr>
10080 * libs/Fft.c (FftDrawString):
10081 Fixed clip region with shadow font
10083 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10084 Added a function to create translucent pixmaps
10085 * libs/Colorset.c (CreateBackgroundPixmap):
10087 * libs/FRender.c (FRenderRender):
10088 Allows to use the root window as src pixmap
10090 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10093 Fixed open double quotes in ButtonState section
10095 2002-09-13 Dan Espen <dane@mk.telcordia.com>
10097 * fvwm/fvwm.1.in: Add -cmd module timeout information.
10099 2002-09-13 olicha <olivier.chapuis@free.fr>
10101 * libs/Colorset.c (CreateBackgroundPixmap):
10102 (UpdateBackgroundTransparency):
10103 (SetRectangleBackground):
10105 * fvwm/colorset.c (*):
10107 * fvwm/events.c (HandlePropertyNotify):
10108 Starting implementation of RootTransparent colorset. Worked on
10109 tinted Transparent colorset. Various colorset parsing fixes.
10111 * libs/Fft.c (FftDrawString):
10113 Added the possibility to draw with a clipping region.
10115 * libs/FRender.c (FRenderRender):
10116 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10117 (PCreateRenderPixmap):
10118 (PGraphicsCreateTransprency):
10119 (PGraphicsTintRectangle):
10120 Improve current rendering functions to be able to tint the
10121 ParentalRelative pixmap or the background of a window.
10122 Re-enabled XRender rendering.
10125 remove a #if 0 debug "render" code
10127 2002-09-13 Mikhael Goikhman <migo@homemail.com>
10129 * fvwm/builtins.c (ReadTitleButton):
10131 new button state shortcuts AllNormal, AllToggled,
10132 AllActive, AllInactive, AllUp, AllDown
10134 * fvwm/module_interface.c:
10138 possibly fixed compilation with non gcc
10140 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10142 * fvwm/focus.c (_focus_grab_buttons):
10143 (__focus_grab_buttons):
10145 (__focus_grab_one_button):
10146 grab all modifier combinations on client windows by default if
10147 necessary; this saves a lot of traffic but may grab unnecessary
10148 modifiers with mouse bindings on the client window
10151 * libs/defaults.h (DEF_FP_MODIFIERS):
10152 * fvwm/events.c (__handle_focus_raise_click):
10153 * fvwm/style.c (style_parse_focus_policy_style):
10154 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10155 default is now to use any modifiers for clicktofocus/raise purposes
10157 * fvwm/menus.c (__mloop_get_event):
10160 fixed tear off menus
10162 * libs/FEvent.c (FCheckIfEvent):
10164 (FCheckTypedEvent):
10165 (FCheckTypedWindowEvent):
10166 (FCheckWindowEvent):
10167 fixed FCheck...Event functions thus fixing Menu command behaving like
10170 * fvwm/move_resize.c (InteractiveMove):
10171 fixed offset between pointer and window when dragging
10173 * fvwm/virtual.c (HandlePaging):
10174 * fvwm/icons.c (CMD_Iconify):
10175 * fvwm/move_resize.c (InteractiveMove):
10176 * fvwm/menus.c (get_menu_options):
10177 (get_menu_options):
10178 * libs/FScreen.c (GetMouseXY):
10179 use new function fev_get_evpos_or_query()
10181 * libs/Makefile.am:
10185 (GetLocationFromEventOrQuery):
10186 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10187 * libs/FEvent.c (fev_set_evpos):
10190 * fvwm/functions.c (__execute_function):
10191 (execute_complex_function):
10192 fixed complex action clicking logic
10194 * fvwm/add_window.c (CaptureOneWindow):
10195 fixed RecaptureWindow
10196 (CaptureAllWindows):
10199 * fvwm/functable.c (func_table):
10200 fixed running RecaptureWindow without a context window
10202 * fvwm/conditional.c (circulate_cmd):
10203 fixed action to run
10205 * fvwm/events.c (HandleVisibilityNotify):
10206 fixed VisibilityNotify handling
10208 * fvwm/functions.c (execute_complex_function):
10209 fixed memory corruption
10210 (__execute_function):
10211 fixed using wrong context
10212 (__execute_function):
10213 removed conditional that was always true now
10217 * fvwm/module_interface.c (ExecuteModuleCommand):
10218 initialise module number
10220 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10222 * fvwm/add_window.c (CaptureOneWindow):
10223 fixed memory corruption
10225 * fvwm/icons.c (Iconify):
10227 fixed bug introduced with transient stacking patch
10229 * fvwm/functions.c (DeferExecution):
10230 (__execute_function):
10231 (execute_complex_function):
10232 cleaned up and optimized exec_context handling
10237 * fvwm/windowlist.c:
10238 * fvwm/conditional.c:
10240 * fvwm/functions.c:
10241 * fvwm/placement.c:
10245 * fvwm/module_interface.c:
10248 * fvwm/add_window.c:
10249 * fvwm/move_resize.c:
10250 * fvwm/fvwm.h (F_CMD_ARGS):
10252 completely removed the builtin command arguments fw, w, and context
10254 * fvwm/functions.c (DeferExecution):
10257 * fvwm/stack.c (BroadcastRestack):
10258 removed global lastTimestamp
10260 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10261 (EWMH_ProcessPropertyNotify):
10262 (ewmh_WMStateShaded):
10263 (ewmh_WMStateSticky):
10264 (ewmh_WMStateHidden):
10268 (ewmh_CloseWindow):
10269 (ewmh_DesktopGeometry):
10270 (ewmh_ActiveWindow):
10271 use new function interface
10273 * fvwm/menus.c (do_menu):
10274 * fvwm/menucmd.c (menu_func):
10275 * fvwm/windowlist.c (CMD_WindowList):
10276 use new function interface
10277 replaced "(XEvent *)1" hack with a regular flag
10279 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10281 * fvwm/add_window.c (destroy_window):
10282 * fvwm/update.c (destroy_scheduled_windows):
10283 * fvwm/screen.h (ScreenInfo):
10284 new member is_executing_menu_function
10286 * fvwm/windowlist.c (CMD_WindowList):
10287 * fvwm/menucmd.c (menu_func):
10288 * fvwm/gnome.c (CMD_GnomeButton):
10289 (GNOME_ProcessClientMessage):
10290 (GNOME_HandlePropRequest):
10291 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10292 * fvwm/update.c (apply_window_updates):
10293 * fvwm/repeat.c (CMD_Repeat):
10294 * fvwm/conditional.c (circulate_cmd):
10306 * fvwm/focus.c (warp_to_fvwm_window):
10307 (CMD_WarpToWindow):
10308 * fvwm/read.c (run_command_stream):
10309 (run_command_file):
10312 * fvwm/fvwm.c (Done):
10316 use new function interface
10318 fixed running startup script under random module number
10320 * fvwm/functions.c (execute_function_override_window):
10321 * fvwm/functions.c (execute_function_override_wcontext):
10322 new convenience functions
10329 * fvwm/module_interface.c (CMD_Send_WindowList):
10331 (CMD_set_sync_mask):
10332 (CMD_set_nograb_mask):
10334 don't use "Module" argument anymore
10335 (ExecuteModuleCommand):
10337 use new function interface
10339 * fvwm/add_window.c (CaptureOneWindow):
10341 (CaptureAllWindows):
10342 * fvwm/events.c (HandleMapRequestKeepRaised):
10343 * fvwm/add_window.c (AddWindow):
10344 AddWindow takes executiuon context as its argument instead of the
10345 window; changed caller
10346 don't use "Event" anymore
10348 * fvwm/fvwm.c (StartupStuff):
10349 generate an execution context for startup
10351 * fvwm/move_resize.c (DoResize):
10355 renamed and used new function interface in args
10357 * fvwm/geometry.c (constrain_size):
10358 added XEvent *e argument to remove use of global "Event"; changed all
10361 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10363 * fvwm/stack.c (get_next_window_in_stack_ring):
10364 (get_prev_window_in_stack_ring):
10365 (get_transientfor_fvwmwindow):
10366 * fvwm/icons.c (SetMapStateProp):
10367 * fvwm/events.c (fake_map_unmap_notify):
10368 * fvwm/misc.c (IsRectangleOnThisPage):
10369 * fvwm/menus.c (menu_enter_tear_off_menu):
10370 (menu_close_tear_off_menu):
10371 * fvwm/icons.c (DrawIconWindow):
10373 * fvwm/colormaps.c (InstallWindowColormaps):
10374 made FvwmWindow * arguments const in many functions
10376 * fvwm/menus.c (pop_menu_up):
10379 (__mloop_do_popup):
10381 (menu_enter_tear_off_menu):
10382 (__mloop_get_event):
10383 (__mloop_get_event_timeout_loop):
10385 (__mloop_get_mi_actions):
10387 * fvwm/events.c (HandleEnterNotify):
10388 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10393 * fvwm/functions.c (DeferExecution):
10394 (__execute_function):
10395 * fvwm/windowlist.c (CMD_WindowList):
10396 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10397 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10398 (ExecuteModuleCommand):
10399 * fvwm/builtins.c (CMD_Wait):
10400 * fvwm/events.c (WaitForButtonsUp):
10401 (HandleShapeNotify):
10402 (HandleVisibilityNotify):
10403 (HandleUnmapNotify):
10404 (HandleSelectionRequest):
10405 (HandleReparentNotify):
10406 (HandlePropertyNotify):
10407 (HandleMotionNotify):
10408 (HandleMapRequestKeepRaised):
10409 (HandleMapRequest):
10410 (HandleMappingNotify):
10412 (HandleLeaveNotify):
10417 (HandleEnterNotify):
10418 (HandleDestroyNotify):
10419 (HandleColormapNotify):
10420 (HandleClientMessage):
10421 (HandleButtonRelease):
10422 (HandleButtonPress):
10423 (__handle_bpress_on_root):
10424 (__handle_bpress_action):
10425 (__handle_click_to_raise):
10426 (__handle_click_to_focus):
10427 (__is_bpress_window_handled):
10428 (__handle_focus_raise_click):
10429 don't use "Event", "Fw" and old_execute_function() anymore
10431 * fvwm/events.c (dispatch_event):
10432 removed preserve_tmpwin argument; changed all callers
10434 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10435 fixed random focus member of faked event
10437 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10438 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10439 (EWMH_ProcessPropertyNotify):
10440 * fvwm/move_resize.c (DisplaySize):
10442 (position_geometry_window):
10443 * fvwm/geometry.c (get_window_borders):
10444 (get_window_borders_no_title):
10447 * fvwm/events.c (dispatch_event):
10448 create event execution context
10449 (HandleClientMessage):
10450 removed useless local "button"
10452 don't fiddle with global Fw anymore; added argument to return context
10453 window; changed all callers
10455 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10456 * fvwm/move_resize.c (__resize_window):
10457 use new event handle interface
10460 * fvwm/eventhandler.h:
10461 new event handler interface
10463 * fvwm/functions.c (CMD_Plus):
10464 * fvwm/builtins.c (AddToDecor):
10466 (CMD_DestroyDecor):
10467 use F_CMD_ARGS in AddToDecor
10469 removed useless check for realloc return value
10470 use new function interface
10471 fixed another memory leak
10473 * fvwm/builtins.c (__remove_window_decors):
10474 replace old_execute_function with execute_function
10476 * fvwm/add_window.c (setup_window_placement):
10477 * fvwm/placement.c (PlaceWindow):
10478 * fvwm/schedule.c (execute_obj_func):
10479 * fvwm/colorset.c (add_to_junk):
10480 use new function call interface
10482 * fvwm/fvwm.h (F_EXEC_ARGS):
10483 (F_PASS_EXEC_ARGS):
10484 removed now unused macros
10486 * fvwm/functions.c (CheckActionType):
10489 (__execute_function):
10490 (__run_complex_function_items):
10491 (execute_complex_function):
10492 rewrote function call interface
10494 * fvwm/functions.c (__run_complex_function_items):
10495 new function split off from execute_complex_function
10499 removed "Event" global
10501 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10503 * fvwm/fvwm.1.in: Language check.
10505 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10507 * fvwm/functions.c (old_execute_function):
10510 * fvwm/module_interface.c (do_execute_module):
10511 don't write module argument anymore; code claimed that writing 0 into
10512 *Module prevented WaitForButtonsUp from being called, but that was
10513 either a lie or a relic of the past
10515 * fvwm/fvwm.h (exec_func_args_type):
10519 removed *Module argument
10521 * fvwm/functions.c (__execute_function):
10524 * fvwm/functions.h (enum):
10525 added more function execution falgs
10528 add exec_context_t *exc to builtin arguments
10530 * libs/FEvent.c (fev_copy_last_event):
10533 * fvwm/execcontext.h:
10534 * fvwm/execcontext.c:
10535 new files introducing the "exec_context_t" structure that shall replace
10536 the builtin command interface
10538 * fvwm/stack.c (__RaiseOrLowerWindow):
10539 (RaiseOrLowerWindow):
10540 (__restack_window):
10541 (mark_transient_subtree):
10542 (__sort_transient_ring):
10543 properly handle restacking of windows with more than one transient and
10544 multiple levels of transients at the same time
10545 (__RaiseOrLowerWindow):
10546 (RaiseOrLowerWindow):
10547 renamed function and added wrapper
10549 * fvwm/fvwm.h (FvwmWindow):
10550 added new scratch registers
10552 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10556 minor improvements in the new release procedure
10558 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10560 * fvwm/stack.c (RaiseOrLowerWindow):
10561 (__restack_window):
10562 (mark_transient_subtree):
10563 (must_move_transients):
10564 (is_on_top_of_layer_ignore_rom):
10565 handle restacking trees of transient windows; still does not work too
10566 well if a window has multiple transients at the same time
10568 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10572 restored versions from before 9th of September
10573 (RaiseOrLowerWindow):
10574 fixed StackTransientParent style without RaiseTransient or
10575 LowerTransient on transient_for window
10576 StackTransientParent works only on window in the same layer
10577 (mark_transient_subtree):
10578 fixed handling of window group hint w/ iconify
10580 (RaiseOrLowerWindow):
10582 fixed flickering when overlapping transients aree lowered
10584 * fvwm/move_resize.c (__resize_window):
10585 * fvwm/colorset.c (add_to_junk):
10586 cleaned up event handling
10588 * fvwm/move_resize.c (__resize_window):
10589 renamed function and changed callers
10591 * fvwm/fvwm.h (F_PASS_ARGS):
10593 removed eventp command argument
10595 * fvwm/events.c (DispatchEvent):
10597 renamed function, added event argument and changed all callers
10599 * libs/FEvent.c (fev_fake_event):
10600 * libs/FEvent.c (fev_get_evtype__remove_me):
10603 * fvwm/menus.c (menuShortcuts):
10610 (__mloop_get_event_timeout_loop):
10611 (__mloop_get_event):
10612 (__mloop_do_popup):
10613 (__mloop_do_popup):
10615 * fvwm/builtins.c (CMD_FakeClick):
10616 * fvwm/functions.c (CheckActionType):
10618 * fvwm/focus.c (__try_program_focus):
10619 (__try_program_focus):
10620 * fvwm/icccm2.c (SetupICCCM2):
10621 * fvwm/virtual.c (HandlePaging):
10622 * fvwm/module_interface.c (make_vpacket):
10623 (make_new_vpacket):
10624 * fvwm/schedule.c (squeue_get_next_ms):
10625 (squeue_get_next_ms):
10627 * fvwm/stack.c (BroadcastRestack):
10628 * fvwm/move_resize.c (resize_window):
10630 * libs/FEvent.c (fev_get_evtime):
10631 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10633 * fvwm/events.c (HandleEnterNotify):
10637 (discard_window_events):
10638 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10641 * fvwm/menus.c (__mloop_get_event):
10642 * fvwm/virtual.c (HandlePaging):
10644 * fvwm/functions.c (DeferExecution):
10646 * fvwm/misc.c (get_server_time):
10647 * fvwm/builtins.c (CMD_StrokeFunc):
10648 * fvwm/menus.c (pop_menu_up):
10651 * libs/FEvent.c (fev_update_last_timestamp):
10652 removed StashEventTime function; handle this directly in FEvent.c
10654 * fvwm/module_interface.c (ExecuteModuleCommand):
10655 * fvwm/misc.c (Keyboard_shortcuts):
10656 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10657 * fvwm/events.c (handle_all_expose):
10661 don't use Event global anymore
10663 * fvwm/bindings.c (activate_binding):
10664 fixed key bindings on window corners
10666 * libs/fvwmlib.h (C_DECOR):
10667 context including all parts of the decorations
10669 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10672 fixed compilation warning in #endif comment
10675 removed debug fprintf
10681 another solution for reporting the cvs status
10683 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10685 * configure.in (LIBOBJS):
10686 * acinclude.m4 (smr_SWITCH):
10687 fix for autoconf 2.53
10690 removed unnecessary includes
10692 * fvwm/Makefile.am (fvwm_SOURCES):
10694 * fvwm/eventmasks.h:
10695 * fvwm/eventhandlers.h:
10696 new files split from events.h
10698 * fvwm/icccm2.c (HandleSelectionRequest):
10699 (HandleSelectionClear):
10700 * fvwm/colormaps.c (HandleColormapNotify):
10701 * fvwm/menus.c (menu_tear_off):
10702 * fvwm/move_resize.c (resize_window):
10705 new argument avh_args_t to the event handler functions; still unused
10706 moved all event handlers to events.c
10707 remove now unnecessary includes in some files
10709 * fvwm/icccm2.c (HandleSelectionRequest):
10713 use replacements for X event functions everywhere
10715 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10719 * fvwm/borders.c (border_flags_to_button_state):
10721 * fvwm/builtins.c (ReadTitleButton):
10722 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10723 * fvwm/fvwm.c (InitVariables):
10724 Imlemented new title and button states InactiveUp and InactiveDown,
10725 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10726 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10727 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10730 reformat license info in -version to be 3 lines and one empty line
10731 instead of 5 non-empty lines, for readability
10733 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10737 * libs/Makefile.am:
10740 * fvwm/stack.c (__raise_or_lower_recursion):
10741 (RaiseOrLowerWindow):
10742 split into two functions
10743 renamed to __raise_or_lower_window
10744 (mark_transient_subtree):
10745 new flag MARK_CLEAR
10746 (position_new_window_in_stack_ring):
10749 cleaned up stacking code
10751 * fvwm/menus.c (paint_menu):
10752 fixed a minor drawing problem with menu item reliefs
10754 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10756 * fvwm/move_resize.c (InteractiveMove):
10757 removed eventp from interface
10758 changed all callers
10760 * fvwm/menucmd.c (menu_func):
10761 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10762 * fvwm/windowlist.c (CMD_WindowList):
10763 * fvwm/read.c (run_command_file):
10764 (run_command_stream):
10765 * fvwm/focus.c (warp_to_fvwm_window):
10766 * libs/Event.c (GetSubwindowFromEvent):
10767 * fvwm/events.c (GetContext):
10768 * libs/Pointer.c (GetLocationFromEventOrQuery):
10769 * fvwm/builtins.c (CMD_StrokeFunc):
10771 * fvwm/events.c (StashEventTime):
10772 * fvwm/move_resize.c (InteractiveMove):
10773 * fvwm/functions.c (DeferExecution):
10774 (old_execute_function):
10775 * fvwm/fvwm.h (F_CMD_ARGS):
10777 make eventp argument const to ease clean up work
10779 * fvwm/windowlist.c (CMD_WindowList):
10780 * fvwm/move_resize.c (InteractiveMove):
10781 * fvwm/menucmd.c (menu_func):
10782 * fvwm/icons.c (CMD_Iconify):
10783 always query pointer position in case a script modified the position
10786 * fvwm/focus.c (SetPointerEventPosition):
10787 removed function since it modifies the global event variable
10789 * fvwm/functable.c (func_table):
10790 added cursor and event type members fo DeferExecution call
10791 * fvwm/functions.c (DeferExecution):
10792 made static, call from inside functions.c only
10793 removed calls everywhere
10795 * fvwm/builtins.c (CMD_StrokeFunc):
10798 * fvwm/virtual.c (HandlePaging):
10800 don't use global "Event" anymore
10802 pass in event structure through arguments
10803 changed all callers
10805 2002-09-02 olicha <olivier.chapuis@free.fr>
10807 * libs/Colorset.c (*):
10809 * libs/colorset.c (parse_colorset):
10810 * libs/PictureGraphics.c (PGrabXImage):
10811 (PCreateRenderPixmap):sx
10812 (PGraphicsCreateTransprency):
10813 * libs/PictureGraphics.h:
10814 An experimental implementation of ParentalRelative tinted background
10816 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10817 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10819 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10820 * libs/FRenderInit.c (FRenderInit):
10821 (FRenderGetAlphaDepth):
10822 * libs/FRenderInit.h:
10823 Fixed alpha blending for xserver without depth 8 pixmap
10829 2002-09-01 olicha <olivier.chapuis@free.fr>
10832 Colorset and alpha blending news
10834 2002-08-31 olicha <olivier.chapuis@free.fr>
10836 * libs/Ficonv.c (convert_charsets):
10837 Fixed compilation on systems that do not have EILSEQ
10839 2002-08-30 olicha <olivier.chapuis@free.fr>
10841 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10842 Fixed compilation of certain modules
10844 * fvwm/borders.c (border_render_into_pixmap):
10845 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10846 * libs/PictureGraphics.h:
10847 * libs/Graphics.c (CreateStretchPixmap):
10848 (CreateStretchYPixmap):
10849 (CreateStretchXPixmap):
10850 Progress with masks in multipixmap title
10852 * libs/PictureGraphics.c (PCopyArea):
10854 (PCreateRenderPixmap):
10855 * fvwm/borders.c (border_fill_pixmap_background):
10858 * fvwm/icons.c (DrawIconWindow):
10859 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10860 Fixed the shape mask of ewmh icons and icons with some alpha
10862 2002-08-30 olicha <olivier.chapuis@free.fr>
10864 * libs/PictureGraphics.c (PCreateRenderPixmap):
10865 (PGrabImageErrorHandler):
10866 (PGraphicsCopyPixmaps):
10867 (PGraphicsCopyFvwmPicture):
10868 (PGraphicsTileRectangle):
10869 (PGraphicsRenderPixmaps):
10870 (PGraphicsRenderPicture):
10871 * libs/PictureGraphics.h:
10872 * libs/PictureBase.h:
10873 Replaced PGraphicsTileRectangle with a more powerful function,
10874 PCreateRenderPixmap, which performs *full* XRender simulation.
10875 So alpha blending is now supported even without Xrender support.
10876 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10877 for direct rendering with tint and alpha channel.
10879 * libs/FRender.c (FRenderVisualInit):
10881 (FRenderTintRectangle):
10883 * libs/FRenderInterface.h:
10884 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10885 and more powerfull function FRenderRender
10887 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10889 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10890 Load the alpha even without Xrender support
10893 * fvwm/colorset.c (parse_pixmap_tint):
10896 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10897 or obsolete TintMask) also tints gradients and the tint is applied
10898 only to the pixmap not the bg color. The average bg is computed from
10899 the "original" pixmap and not the tinted one, bgTint should be used
10900 to get a real average bg in the case the pixmap is tinted
10902 * fvwm/icons.c (DrawIconWindow):
10903 (CreateIconWindow):
10904 * fvwm/menuitem.c (menuitem_paint):
10905 * fvwm/menus.c (paint_side_pic):
10906 * fvwm/borders.c (border_get_border_background):
10907 (border_draw_decor_to_pixmap):
10908 (border_fill_pixmap_background):
10909 * fvwm/events.c (HandlePropertyNotify):
10910 Picture rendering use the new PGraphicsRenderPixmaps and
10911 PGraphicsRenderPicture libs functions. Respect new colorset options
10913 * fvwm/colorset.c (parse_colorset):
10915 (CMD_ReadWriteColors):
10917 Removed the read write colorset codes
10919 * libs/Graphics.c (CalculateGradientDimensions):
10920 Fixed the size of dithered H and V gradients
10922 * libs/PictureUtils.c (*):
10923 * libs/PictureUtils.h:
10926 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10928 * fvwm/menus.c (paint_menu_gradient_background):
10929 fixed drawing of SidePic menu background when not using SideColor
10932 * FvwmIconBox/icons.c:
10935 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10937 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10939 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10942 fixed --disable-ewmh
10946 added const to some prototypes
10948 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10950 * fvwm/menus.c (MenuInteraction):
10952 renamed MenuInteraction to __menu_loop
10954 * fvwm/menus.c (pop_menu_up):
10957 removed pdo_warp_to_title argument of pop_menu_up and changed all
10958 callers; logic is now in last_saved_position_hints
10959 (__menu_get_next_event_timeout_loop):
10960 began to split MenuInteraction into several sub functions
10961 go away, evil "goto"!
10963 * fvwm/style.c (style_parse_one_style_option):
10964 all boolean styles - and *only* boolean styles, can be prefixed with a
10965 '!' to invert their meaning
10966 (style_parse_button_style):
10967 moved Button and NoButton styles to separate function
10971 updated for 2.5.4-devel
10980 * fvwm/menuitem.h (struct):
10981 * fvwm/menus.c (paint_menu_gradient_background):
10982 (paint_menu_pixmap_background):
10984 (clear_expose_menu_area):
10985 fixed TiledPixmap menu background drawing bug
10986 sorted function in file and removed forward declarations
10988 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10990 * fvwm/Makefile.am (LDADD):
10991 put -lfvwm at front of library list
10993 * fvwm/windowlist.c (CMD_WindowList):
10994 print window's page instead of current page in windowlist
10996 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10998 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10999 Fix for Experimental RaiseOverUnmanaged Handling.
11001 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
11005 New defs for Experimental RaiseOverUnmanaged Handling.
11007 * fvwm/events.c (HandleEnterNotify):
11009 (set_focus_to_fwin)
11010 (focus_query_grab_buttons)
11011 (_focus_grab_buttons)
11012 (focus_grab_buttons)
11013 (focus_grab_buttons_client_entered)
11015 (__activate_window_by_command)
11016 (_ReturnFocusWindow)
11018 (_ForceDeleteFocus)
11020 (raise_over_unmanaged)
11021 (is_above_unmanaged)
11022 (_is_on_top_of_layer)
11023 (is_on_top_of_layer)
11024 (is_on_top_of_layer_and_above_unmanaged)
11025 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
11026 interaction of RaiseOverUnmanaged with various focus policies,
11027 particularly mouse focus + client click raises; issue mouse
11028 button grabs when and only when they are actually needed; and
11029 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
11030 (Thanks to the GFPR, this is much more straightforward to do!)
11032 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11035 added a paragraph about scripting and complex functions.
11037 * fvwm/style.c (style_parse_one_style_option):
11038 fixed flag_mask and change_mask of TitleAt... styles that broke left
11041 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11044 describe new focus policy styles
11046 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11048 * fvwm/style.c (merge_styles):
11049 fixed applying style updates immediately
11051 * fvwm/geometry.c (constrain_size):
11052 fixed font resizing of maximized windows
11054 * fvwm/window_flags.h:
11055 * fvwm/fvwm.h (has_new_wm_normal_hints):
11058 * fvwm/events.c (HandleEnterNotify):
11059 fixed UngrabNotify returning focus to just unfocused window
11063 * fvwm/style.c (merge_styles):
11065 (__simplify_style_list):
11066 fixed default style calculations
11068 * fvwm/events.c (HandleConfigureRequest):
11069 disabled debug output
11071 * fvwm/style.c (merge_styles):
11072 * fvwm/fvwm.h (window_style):
11073 new style member default_mask to allow two levels of defaults;
11074 fixes focus policy defaults
11076 rewrote many of the macros; changed all callers
11078 * fvwm/borders.c (RenderIntoPixmap):
11079 (DrawMultiPixmapTitlebar):
11080 (border_render_into_pixmap):
11081 (border_draw_multi_pixmap_titlebar):
11082 applied Suzanne Skinner's multi pixmap titles fix
11083 renamed functions and changed all callers
11085 * libs/FScreen.c (FScreenGetScrRect):
11088 new utility functions
11090 * fvwm/windowlist.c (CMD_WindowList):
11091 new option MaxLabelWidth for the WIndowList command based on patch by
11093 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11094 WindowList command.
11096 * fvwm/events.c (HandleConfigureRequest):
11097 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11098 seems to work without problems
11100 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11102 * fvwm/style.c (merge_styles):
11103 fixed style defaults getting stuck to on once set
11106 fixed a number of non portable uses of the "test" command and unified
11107 the used syntax of all calls to reduce chance of copy-and-paste
11110 2002-08-17 Mikhael Goikhman <migo@homemail.com>
11114 minor typos and improvements;
11115 better string quotings and detection of fribidi for autoconf-2.53
11117 * fvwm/Makefile.am:
11118 don't include *.in in EXTRA_DIST, they are auto-included
11120 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11122 * fvwm/events.c (HandleConfigureRequest):
11123 (HandlePropertyNotify):
11124 (is_resizing_event_pending):
11125 fixed uninitialised return code of test_resizing_event
11127 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11129 * fvwm/decorations.c (SelectDecor):
11131 * fvwm/window_flags.h:
11133 moved common.s.has_no_border window flag to common.has_no_border to
11134 fix windows getting stuck without a border once the HandleWidth or
11135 BorderWidth was set to 0 and then increased again
11138 removed reference to BUGS and TODO
11141 moved a lot of constant definitions to configure.in; the fvwm.lsm and
11142 fvwm.1 files don't have to be updated for a release anymore; the release
11143 number and date are set by configure
11145 * fvwm/fvwm.c (setVersionInfo):
11146 fixed output of "fvwm -version"
11148 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11150 * fvwm/style.c (style_parse_one_style_option):
11151 Old focus styles override less of the behaviour specified with the
11152 FP... styles; use defaults instead without setting the mask
11153 (style_parse_one_style_option):
11154 removed the styles MouseFocusClickIgnoreMotion and
11155 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11157 (style_parse_one_style_option):
11158 ClickToFocusRaises now works only on the client window, not on the
11160 (style_parse_one_style_option):
11161 fixed FocusFollowsMouse style
11162 (style_set_old_focus_policy):
11163 moved old default focus settings to a separate function, simplified code
11165 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11167 * fvwm/fvwm.1: Add hot-spot is an offset information,
11168 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11171 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11173 * fvwm/style.c (style_parse_focus_policy_style):
11174 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11176 * libs/Makefile.am:
11177 added missing files
11179 * fvwm/events.c (HandleConfigureRequest):
11180 fixed ConfigureRequest race condition
11182 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11185 quote environment variables
11187 2002-08-13 olicha <olivier.chapuis@free.fr>
11190 Color limit and dithering news
11193 Added a minimal doc for the -color-limit option
11195 * fvwm/builtins.c (CMD_ColorLimit):
11196 ColorLimit is obsolete
11198 * fvwm/builtins.c (ReadDecorFace):
11199 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11200 (PictureAllocColorAllProp):
11201 Implemented dithering for depth 16 and 15. This is off by default
11202 in colorset (use the dither colorset option) and on by default
11203 for window title gradient. Gradient are visibly more smooth.
11205 * libs/PictureUtils.c (*):
11208 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11211 corrected the pixmap cursor description, added an example
11213 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11215 * fvwm/menus.c (select_menu_item):
11216 (paint_menu_gradient_background):
11217 fixed a redrawing problem with H/Vgradient menu faces
11219 fixed a minor problem w/ entering submenus via keyboard
11221 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11223 * fvwm/move_resize.c (CMD_ResizeMove):
11226 (CMD_ResizeMaximize):
11227 (CMD_ResizeMoveMaximize):
11228 commands can be used on iconified windows again
11232 moved pre-2.2 NEWS to ONEWS
11235 * libs/safemalloc.c:
11241 * fvwm/menustyle.c:
11248 let config.h include strinh.h or strings.h
11250 * fvwm/style.c (style_parse_one_style_option):
11251 (style_parse_one_style_option):
11252 fixed icon box crash
11254 * fvwm/bindings.c (update_nr_buttons):
11255 fixed extra buttons on window decorations
11257 * fvwm/style.c (style_parse_one_style_option):
11258 fixed parsing of the FP... and !FP... styles
11260 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11262 * fvwm/style.c (style_parse_one_style_option):
11263 Fixed a typo so that ClickToFocusRaisesOff actually turns
11264 the option off instead of on.
11266 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11268 * fvwm/focus.c (focus_grab_buttons):
11269 only grab necessary buttons on the client window
11271 2002-08-11 olicha <olivier.chapuis@free.fr>
11273 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11274 Removed some debug code
11276 * fvwm/fvwm.c (main):
11278 Added -color-limit to fvwm usage
11280 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11282 * fvwm/style.c (style_parse_one_style_option):
11283 (style_parse_focus_policy_style):
11284 added style options "FP..." to control focus policy
11285 removed OverrideGrabFocus and AllowGrabFocus styles
11287 * fvwm/style.c (merge_styles):
11288 fixed style defaults != 0
11290 * fvwm/focus.c (__restore_focus_after_unmap):
11291 fixed a bug w/ reverting the focus from transients to the parent
11293 * fvwm/ewmh.c (ewmh_HandleDesktop):
11294 * fvwm/style.c (style_parse_one_style_option):
11295 fixed defaults for various focus styles
11300 * fvwm/frame.c (frame_mrs_resize_move_windows):
11301 backed out anti-flicker patch that slowed down command processing
11303 * fvwm/bindings.c (update_nr_buttons):
11305 fixed sluggish processing of mouse bindings
11307 * fvwm/events.c (__handle_bpress_action):
11308 fixed drawing of pressed decorations w/o bindings
11310 * fvwm/frame.c (frame_move_resize):
11311 removed debug code that broke focus handling
11313 * fvwm/style.c (style_parse_one_style_option):
11314 fixed passing the focus click to the app by default
11316 * fvwm/events.c (__handle_click_to_focus):
11317 * fvwm/focus.c (set_focus_to_fwin):
11318 (__set_focus_to_fwin):
11319 removed drawing code that broke as many places as it fixed; plus it
11320 cause unnecessary redraws
11322 * fvwm/events.c (HandleConfigureRequest):
11323 send a synthetical ConfigureNotify if an application is not granted its
11324 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11325 and FixedPSize to work properly; also to be ICCCM compliant
11326 always force border_width 0 in these events
11327 in the experimental cr merging code, send a number of cn events equal
11328 to the number of merged events
11334 * fvwm/style.c (style_parse_focus_policy_style):
11335 (style_parse_icon_size_style):
11336 (style_parse_icon_box_style):
11337 (style_parse_icon_grid_style):
11338 (style_parse_icon_fill_style):
11339 (style_parse_one_style_option):
11340 (parse_and_set_window_style):
11341 split into separate functions
11342 (style_parse_one_style_option):
11343 simplified and cleaned up
11346 * fvwm/decorations.c:
11349 * fvwm/conditional.h:
11350 * fvwm/conditional.c:
11354 * fvwm/colormaps.c:
11357 reformatted and cleaned up
11359 2002-08-11 olicha <olivier.chapuis@free.fr>
11361 * libs/PictureUtils.c (*):
11362 * libs/PictureUtils.h:
11363 * libs/PictureDitherMatrice.h (new file):
11364 * libs/PictureImageLoader.c (*):
11365 * libs/PictureImageLoader.h:
11366 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11367 (PCreateDitherPixmap):
11368 (PCreateTintedPixmap):
11369 * libs/PictureGraphics.h:
11370 * libs/PictureBase.c (PictureInitCMap):
11371 * libs/PictureBase.h:
11372 * libs/Picture.c (*):
11375 * libs/Colorset.c (DumpColorset):
11378 * libs/Graphics.c (all gradient functions):
11381 * fvwm/move_resize.c (CMD_XorPixmap):
11382 * fvwm/colors.c (FreeColors):
11383 * fvwm/builtins.c (CMD_DefaultColors):
11384 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11385 * fvwm/builtins.c (FreeDecorFace):
11387 * fvwm/menus.c (pop_menu_down):
11388 (paint_menu_gradient_background):
11391 * fvwm/menustyle.c (menustyle_free_face):
11392 (menustyle_parse_face):
11394 (menustyle_update):
11395 (menustyle_parse_style):
11396 (CMD_CopyMenuStyle):
11397 * fvwm/menustyle.h:
11398 * fvwm/icons.c (GetIconFromFile):
11399 * fvwm/builtins.c (ReadMultiPixmapDecor):
11401 * fvwm/borders.c (border_draw_decor_to_pixmap):
11402 * fvwm/add_window.c (setup_mini_icon):
11403 * fvwm/fvwm.c (main):
11404 * fvwm/colorset.c (free_colorset_background):
11408 New color limit method and implement dithering in depth <= 8.
11409 Added a "fvwm picture attributes" structure for loading image.
11410 Some colors leaks fix. Add some (weak) color leaks. New option
11411 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11414 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11416 * libs/Flocale.c (FlocaleRotateDrawString):
11419 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11421 * fvwm/style.c (parse_and_set_window_style):
11422 fixed the default for passing the click-to-raise click for mousey
11425 * fvwm/events.c (__handle_click_to_focus):
11426 removed redundant code
11427 (WaitForButtonsUp):
11428 fixed sluggish motion event handling when waiting for buttons to be
11431 * fvwm/focus.c (__set_focus_to_fwin):
11432 (set_focus_to_fwin):
11433 fixed redrawing the border w/ mousey focus when the window was entered,
11434 then the border was clicked before the FocusIn event arrived
11436 * fvwm/events.c (__handle_bpress_on_managed):
11437 * fvwm/style.c (parse_and_set_window_style):
11438 fixed some small focus problems
11441 reformatted and cleaned up
11446 * fvwm/focus.c (focus_query_click_to_raise):
11447 (focus_query_click_to_focus):
11448 * fvwm/style.c (parse_and_set_window_style):
11449 * fvwm/events.c (__test_for_motion):
11450 (__check_click_to_focus_or_raise):
11451 (__handle_focus_raise_click):
11452 (__is_bpress_window_handled):
11453 (__handle_click_to_focus):
11454 (__handle_click_to_raise):
11455 (__handle_bpress_stroke):
11456 (__handle_bpress_action):
11457 (__handle_bpress_on_root):
11458 (__handle_bpress_on_unmanaged):
11459 (__handle_bpress_on_managed):
11460 (HandleButtonPress):
11461 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11462 of the new focus code; only the parsing for the new styles is missing
11464 * fvwm/virtual.c (is_pan_frame):
11467 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11469 * fvwm/add_window.c (AddWindow):
11470 fixed compile error
11472 * fvwm/events.c (__handle_focus_raise_click):
11473 (HandleButtonPress):
11476 * fvwm/events.c (__handle_focus_raise_click):
11477 * fvwm/fvwm.h (struct):
11478 * fvwm/style.c (check_window_style_change):
11479 (parse_and_set_window_style):
11480 * fvwm/session.c (MatchWinToSM):
11481 * fvwm/window_flags.h:
11482 eliminated parts of the old focus code
11484 * fvwm/focus.c (__set_focus_to_fwin):
11485 (set_focus_to_fwin):
11486 * fvwm/fvwm.c (InitVariables):
11487 * fvwm/add_window.c (destroy_window):
11488 * fvwm/events.c (__handle_focus_raise_click):
11489 * fvwm/screen.h (ScreenInfo):
11490 eliminated Scr.Ungrabbed global
11492 * fvwm/update.c (apply_window_updates):
11493 (flush_window_updates):
11494 * fvwm/icons.c (DeIconify):
11496 * fvwm/move_resize.c (CMD_Maximize):
11499 * fvwm/frame.c (frame_free_move_resize_args):
11500 (__frame_setup_window):
11501 * fvwm/virtual.c (do_move_window_to_desk):
11502 (CMD_GotoDeskAndPage):
11505 * fvwm/stack.c (LowerWindow):
11506 * fvwm/events.c (HandleMapNotify):
11507 (HandleVisibilityNotify):
11510 (__handle_focus_raise_click):
11511 (HandleEnterNotify):
11512 (HandleMapRequestKeepRaised):
11513 * fvwm/add_window.c (setup_key_and_button_grabs):
11514 (setup_focus_policy):
11516 * fvwm/focus.c (__try_other_screen_focus):
11517 (__set_focus_to_fwin):
11518 (set_focus_to_fwin):
11519 (focus_grab_buttons_on_pointer_window):
11520 (focus_grab_buttons_on_layer):
11521 (focus_grab_buttons_new):
11522 cleaned up focus grab handling.
11524 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11527 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11529 * fvwm/add_window.c (setup_window_structure):
11531 discarded unused return code
11533 * fvwm/focus.c (focus_grab_buttons):
11534 split into two fucntions and fixed a bug with ungrabbing buttons
11536 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11537 * fvwm/style.c (parse_and_set_window_style):
11538 * fvwm/icons.c (DeIconify):
11540 * fvwm/events.c (HandleButtonPress):
11541 (HandleEnterNotify):
11542 (HandleLeaveNotify):
11544 (HandleMapRequestKeepRaised):
11545 * fvwm/add_window.c (CaptureAllWindows):
11546 * fvwm/virtual.c (UnmapDesk):
11548 (do_move_window_to_desk):
11549 * fvwm/update.c (flush_window_updates):
11550 * fvwm/focus.c (set_focus_model):
11552 (__restore_focus_after_unmap):
11553 much more GFPR work; these patches may break lots of things
11555 * fvwm/focus.c (set_focus_to_fwin):
11556 (__activate_window_by_command):
11558 (ReturnFocusWindow):
11560 (ForceDeleteFocus):
11561 renamed MoveFocus to set_focus_to_fwin
11563 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11565 * libs/Fft.c (FftDrawString):
11566 removed redudant and buggy code that called DrawStringFunc before
11567 this pointer gets initialized
11569 * fvwm/focus.c (focus_query_click_to_raise):
11570 fixed possibly-uninitialized variable warning
11572 * fvwm/Makefile.am:
11573 specify stroke includes before Xft includes, may improve some cases
11575 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11578 fixed sys/time.h detection
11580 * fvwm/events.c (HandleMappingNotify):
11581 * libs/Bindings.c (AddBinding):
11582 added MappingNotify event handler
11584 * fvwm/events.c (HandleMapRequest):
11587 * fvwm/events.c (InitEventHandlerJumpTable):
11588 another attempt at handling "unknown" modifiers in key bindings
11590 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11592 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11593 * fvwm/add_window.c (destroy_window):
11594 * fvwm/focus.c (focus_grab_buttons):
11597 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11599 * fvwm/focus.c (focus_force_refresh_focus):
11600 * fvwm/events.c (HandleEnterNotify):
11601 (HandlePropertyNotify):
11602 (HandleButtonPress):
11603 * fvwm/icons.c (DeIconify):
11604 * fvwm/virtual.c (MapDesk):
11605 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11606 * fvwm/update.c (apply_window_updates):
11607 * fvwm/module_interface.c:
11608 * fvwm/conditional.c (MatchesConditionMask):
11611 * fvwm/icons.c (Iconify):
11612 removed "#if 0"ed code
11614 * fvwm/module_interface.c:
11615 disabled the old ConfigureWindow module interface
11618 * libs/fvwmsignal.h:
11620 * fvwm/ewmh_intern.h:
11622 * fvwm/module_interface.c:
11627 new file to encapsulate time.h and sys/time.h inclusion
11631 (mark_transient_subtree):
11632 (__mark_group_member):
11633 cleaned up and split into two functions
11635 * fvwm/focus.c (CMD_Focus):
11637 * fvwm/icons.c (DeIconify):
11640 (__activate_window_by_command):
11643 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11644 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11645 * fvwm/style.c (parse_and_set_window_style):
11646 (parse_and_set_window_style):
11647 began implementing new focus control styles
11649 * fvwm/focus.c (DoSetFocus):
11650 (__restore_focus_after_unmap):
11655 (__set_focus_to_fwin):
11658 * fvwm/conditional.c (MatchesConditionMask):
11659 * fvwm/focus.c (focus_query_open_grab_focus):
11660 (focus_query_close_restore_focus):
11661 (focus_does_accept_input_focus):
11663 * fvwm/events.c (HandleUnmapNotify):
11664 (HandleEnterNotify):
11666 (HandleMapRequestKeepRaised):
11667 renamed some functions
11670 * fvwm/focus_policy.c:
11671 * fvwm/focus_policy.h:
11672 prepared some future focus policy flags
11675 enable error message when png or xpm test compilation fails
11678 * fvwm/window_flags.h:
11679 * fvwm/ewmh.c (ewmh_HandleDesktop):
11680 * fvwm/style.c (parse_and_set_window_style):
11681 (check_window_style_change):
11682 * fvwm/events.c (HandleButtonPress):
11683 (HandleVisibilityNotify):
11684 began GFPR migration of *raises* focus policy flags
11686 * fvwm/focus.c (focus_is_focusd):
11689 * libs/Bindings.c (AddBinding):
11690 fixed handling of "unknown" modifiers in key bindings
11692 * fvwm/focus.c (focus_grab_buttons):
11693 (focus_query_grab_buttons):
11694 moved focus policy code into separate function
11696 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11701 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11703 * fvwm/style.c (parse_and_set_window_style):
11704 * fvwm/focus.c (focus_query_grab_focus):
11705 * fvwm/events.c (HandleMapNotify):
11706 (HandlePropertyNotify):
11707 * fvwm/focus_policy.c (fpol_init_default_fp):
11709 new styles OverrideGrabFocus and AllowGrabFocus
11710 cleaned up focus grabbing code and moved to focus.c
11712 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11714 * fvwm/focus.c (CMD_WarpToWindow):
11715 fixed negative arguments for unmanaged windows
11717 * fvwm/conditional.c (CMD_Direction):
11718 use PeekToken instead of GetNextToken
11720 new direction "center"
11722 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11724 * fvwm/events.c (addkbsubinstoarray):
11725 disabled experimental pointer warping code
11728 removed menu crash debug code
11730 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11733 added tons of crash debug code
11735 * fvwm/add_window.c:
11736 made a lot of internal functions static
11738 * fvwm/add_window.c (setup_button_windows):
11739 (destroy_title_window):
11740 (destroy_button_windows):
11741 (destroy_resize_handle_windows):
11742 (destroy_auxiliary_windows):
11745 * fvwm/icons.c (CreateIconWindow):
11746 safety patches w/ XDeleteContext
11748 * fvwm/menus.c (DestroyMenu):
11749 fixed a crash w/ accessing already deleted menus
11751 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11753 * fvwm/menus.c (get_menu_options):
11754 fixed menu context rectangle "icon" if the icon was not just a pixmap
11756 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11758 * fvwm/events.c (HandleMapNotify):
11759 (HandleMapRequestKeepRaised):
11760 (HandleUnmapNotify):
11761 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11762 * fvwm/ewmh.c (ewmh_HandleDesktop):
11763 * fvwm/style.c (parse_and_set_window_style):
11764 removed old do_grab_focus_when_created and *_when_transient_* flags
11766 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11768 * fvwm/conditional.c (MatchesConditionMask):
11769 * fvwm/focus.c (DoSetFocus):
11770 * fvwm/session.c (MatchWinToSM):
11771 * fvwm/module_interface.c (SETOLDFLAGS):
11772 removed old is_lenient flag
11775 * fvwm/style.c (__simplify_style_list):
11776 (simplify_style_list):
11779 * fvwm/window_flags.h:
11781 access macros for focus policy flags structures
11784 * fvwm/focus_policy.c:
11785 * fvwm/focus_policy.h:
11786 new files, begin great focus policy rewrite aka GFPR
11788 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11790 * fvwm/placement.c (PlaceWindow):
11791 Fixed interaction between CascadePlacement and StartsOnPage
11793 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11795 * libs/fvwmsignal.c (fvwmSelect):
11796 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11799 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11801 * fvwm/add_window.c (CaptureOneWindow):
11802 fixed a core dump w/ windows being destroyed during a recapture
11804 removed duplicate check if new windows still exist
11806 * fvwm/placement.c (CMD_PlaceAgain):
11807 * fvwm/move_resize.c (move_window_doit):
11809 * fvwm/virtual.c (MapDesk):
11811 (do_move_window_to_desk):
11812 * fvwm/icons.c (AutoPlaceIcon):
11813 (ChangeIconPixmap):
11815 some cleanup in movement code
11816 new option "Icon" to PlaceAgain command
11817 adapted documentation accordingly
11819 * fvwm/move_resize.c (move_window_doit):
11823 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11825 * libs/Flocale.c (FlocaleRotateDrawString):
11826 create gcs only once
11829 removed some references to Recapture
11830 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11831 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11833 * libs/gravity.c (gravity_parse_multi_dir_argument):
11834 fixed "all" multidir selecting "center" too
11836 * libs/Fft.c (FftDrawString):
11837 * libs/Flocale.c (FlocaleRotateDrawString):
11838 (FlocaleFontStructDrawString):
11839 (FlocaleDrawString):
11840 fixed some text placement bugs w/ shadow text
11841 (FlocaleGetShadowTextPosition):
11842 implemented "center" shadows
11844 2002-07-20 olicha <olivier.chapuis@free.fr>
11846 * libs/Flocale.c (FlocaleRotateDrawString):
11847 Removed some static declarations
11849 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11851 * libs/gravity.c (gravity_multi_dir_to_dir):
11852 * libs/gravity.h (enum):
11853 new function, cleaned up
11855 * fvwm/fvwm.h (FvwmWindow):
11859 moved text_rotation_type to gravity.h and renamed to rotation_type
11862 fixed several bugs in the access macros
11865 removed unused static FlocaleSeted
11866 (FlocaleFontStructDrawString):
11867 simplified function
11869 * fvwm/virtual.c (CMD_EdgeCommand):
11870 * fvwm/windowshade.c (CMD_WindowShade):
11871 * fvwm/conditional.c (CMD_Direction):
11872 adapted to changes in ParseDirectionArgument
11875 * libs/gravity.c (ParseDirectionArgument):
11876 new direction "Center"
11878 * fvwm/virtual.c (CMD_EdgeCommand):
11881 2002-07-18 olicha <olivier.chapuis@free.fr>
11883 * libs/PictureUtils.c (PictureRGBtoPixel):
11885 Fixed(??) color allocation for some visuals
11887 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11889 * libs/Flocale.c (FlocaleFontStructDrawString):
11890 a little code cleanup
11892 * fvwm/events.c (HandleEnterNotify):
11894 anothe click+drag fix
11896 * libs/Pointer.c (GetLocationFromEventOrQuery):
11897 * fvwm/focus.c (SetPointerEventPosition):
11898 * fvwm/functions.c (CheckActionType):
11899 * fvwm/builtins.c (CMD_StrokeFunc):
11900 * fvwm/move_resize.c (moveLoop):
11902 fixed some bugs w/ pointer on wrong screen
11904 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11906 * fvwm/events.c (HandleLeaveNotify):
11907 fixed problem w/ click+drag and mousey focus
11909 * fvwm/menus.c (size_menu_horizontally):
11910 fixed menu style SubmenusLeft w/ icons in menu items
11912 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11914 * fvwm/menuitem.c (menuitem_paint):
11916 * fvwm/menus.c (paint_menu_gradient_background):
11917 (get_menu_paint_item_parameters):
11918 removed circular dependency of menus.c and menuitem.c by using callback
11921 2002-07-17 olicha <olivier.chapuis@free.fr>
11926 * fvwm/fvwm.c (InitVariables):
11928 * fvwm/colorset.c (parse_colorset):
11930 (CMD_ReadWriteColors):
11931 * fvwm/builtins.c (CMD_ColorLimit):
11932 * libs/PictureUtils.h:
11933 * libs/PictureUtils.c (PictureReduceColor):
11934 (PictureReduceRGBColor):
11935 (PictureRGBtoPixel):
11936 (PictureAllocColor):
11937 (PictureFreeColors):
11938 (PictureGetNextColor):
11939 (colors_alloc_fail):
11943 (PictureAllocColorTable):
11944 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11945 (PImageXpmFreeColor):
11947 * libs/PictureBase.c (PictureInitCMap):
11948 * libs/Graphics.c (AllocLinearGradient):
11949 * libs/ColorUtils.c (GetShadow):
11955 (fvwmlib_clone_color):
11956 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11957 Implemented a new color limit method
11959 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11961 * fvwm/move_resize.c (moveLoop):
11962 fixed problem moving the pointer off screen while moving a window
11963 (AnimatedMoveAnyWindow):
11964 fixed pointer warping w/ multiple screens and animated window motion
11966 2002-07-12 olicha <olivier.chapuis@free.fr>
11968 * fvwm/menus.c (get_menu_paint_item_parameters):
11969 (paint_menu_gradient_background):
11970 * fvwm/menuitem.c (menuitem_paint):
11973 Fixed B/DGradient with Xft fonts
11976 * libs/ColorUtils.c (GetTintedColor):
11978 * fvwm/colorset.c (parse_simple_tint):
11981 Implemented fgTint colorset option
11983 * libs/PictureImageLoader.c:
11984 * libs/PictureUtils.c:
11985 * libs/PictureUtils.h:
11986 * libs/Makefile.am:
11987 Moved color limitation and some rgb to pixel functions from
11988 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11990 * fvwm/colorset.c (parse_colorset):
11991 * libs/PictureGraphics.c (PCreateTintedPixmap):
11992 (PGraphicsTintRectangle):
11993 Implemented tinting for X server without Xrender support and
11994 did color limitation when tinting
11997 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11999 * fvwm/events.c (WaitForButtonsUp):
12000 fixed handling of button release events
12002 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12004 * fvwm/menus.c (MenuInteraction):
12005 fixed core dump w/ dynamic popdown action destroying a menu
12006 (paint_menu_gradient_background):
12007 fixed hang and/or incorrect drawing of b and d gradients in menus
12009 * fvwm/events.c (HandleEnterNotify):
12010 (HandleLeaveNotify):
12011 improved LEAVE_WINDOW/ENTER_WINDOW handling
12013 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12015 * libs/Colorset.c (SetWindowBackground):
12016 (SetWindowBackgroundWithOffset):
12018 implemented new functions to allow pixmap backgrounds with an offset
12020 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12022 * fvwm/events.c (HandleMapRequestKeepRaised):
12023 send Map/UnmapNotify before iconyfying, not after
12025 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12027 * fvwm/events.c (HandleMapRequestKeepRaised):
12028 fake a MapNotify and then an UnmapNotify when a window is created iconic
12030 * fvwm/add_window.c (AddWindow):
12031 workaround for buggy TK menu positioning
12033 * fvwm/module_interface.c (FlushMessageQueue):
12036 tried to fix module communication deadlock w/ sync mask and a full write
12043 2002-07-06 olicha <olivier.chapuis@free.fr>
12045 * libs/Flocale.c (FlocaleGetFontSet):
12046 Removed some unwanted code
12048 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12050 * fvwm/events.c (HandleLeaveNotify):
12051 (HandleEnterNotify):
12052 reduced the number of MX_LEAVE/ENTER_WINDOW messages
12054 * fvwm/events.c (CMD_XSync):
12055 very experimental patch to cycle through subwindows accepting keyboard
12056 input; call Xsync command repeatedly to test; crashes fvwm if more than
12057 1000 subwindows are used;
12059 * fvwm/focus.c (CMD_WarpToWindow):
12060 fixed a bug in warpttowindow command with subwindows of unmanaged
12063 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12065 * fvwm/events.c (HandlePropertyNotify):
12067 handle changes in the size_inc and base_size hints during opaque
12070 * fvwm/events.c (HandleButtonPress):
12071 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12072 until the button is released again; this restores the old behaviour
12073 from 2.3.23 and before with click+drag and rxvt/aterm
12075 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12077 * fvwm/update.c (apply_window_updates):
12078 fixed applying neverfocus to currently focused window; decorations
12079 partially drawn hilighted
12081 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12083 * fvwm/menucmd.c (menu_func):
12084 another module/menu/context window fix
12085 do not use global Fw anymore
12087 2002-07-05 olicha <olivier.chapuis@free.fr>
12089 * libs/Flocale.c (FlocaleStringToString2b):
12090 Fixed crash with big5-0 FontStruct
12092 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12094 * fvwm/menucmd.c (menu_func):
12095 fixed context window of menus invoked by a module
12097 fixed context menus on windows
12099 * libs/vpacket.h (ConfigWinPacket):
12100 * fvwm/module_interface.c (CONFIGARGSNEW):
12101 * fvwm/fvwm.h (FvwmWindow):
12102 fixed bugs in type conversions for transmitting certain information to
12105 * fvwm/functions.c (CheckActionType):
12106 fixed window selection problem w/ menus invoked from modules
12108 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12110 * fvwm/gnome.c (GNOME_HandlePropRequest):
12113 * fvwm/module_interface.c (ExecuteCommandQueue):
12114 fixed compile bug w/ --enable-debug-msgs
12116 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12118 * fvwm/events.c (HandleButtonPress):
12120 * fvwm/menus.c (MenuInteraction):
12122 * fvwm/windowlist.c (CMD_WindowList):
12123 * fvwm/menucmd.c (menu_func):
12124 * fvwm/module_interface.c (ExecuteModuleCommand):
12125 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12126 go away, evil globals! [removed the useless global variable
12129 * fvwm/events.c (HandleUnmapNotify):
12131 * fvwm/icons.c (Iconify):
12132 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12133 * fvwm/fvwm.h (struct):
12134 renamed is_deiconify_pending to is_iconify_pending
12137 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12139 * fvwm/menus.c (MenuInteraction):
12141 (menu_enter_tear_off_menu):
12143 * fvwm/events.c (HandleButtonPress):
12144 (HandleButtonRelease):
12147 * fvwm/menucmd.c (menu_func):
12149 * fvwm/module_interface.c (ExecuteModuleCommand):
12150 go away, evil globals! [removed the useless global variable "Context"]
12151 removed is_menu_from_frame_or_window_or_titlebar flag
12153 * fvwm/module_interface.c:
12154 * fvwm/windowlist.c:
12157 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12159 * fvwm/menuitem.c (menuitem_paint):
12160 fixed fg color of the inactive disabled menu item
12165 removed a mention of RedHat (I don't think it is correct),
12166 reworded a mention of fvwm95
12168 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12171 tabify only the leading spaces, untabify the middle of line
12173 2002-06-25 David Fries <dfries@mail.win.org>
12176 * fvwm/windowlist.c:
12177 Added code to sort based on the class name of a window for
12178 the WindowList function.
12180 2002-06-25 olicha <olivier.chapuis@free.fr>
12185 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12188 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12190 2002-06-24 Steve Talley <stephen.talley@sun.com>
12192 * fvwm/add_window.c:
12193 * fvwm/add_window.h:
12201 New Style option IconSize
12203 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12205 * NEWS, configure.in:
12206 changed version to 2.5.3
12208 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12211 removed C++ section
12214 * libs/FlocaleCharset.c:
12217 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12219 * fvwm/events.c (WaitForButtonsUp):
12220 use the wait cursot only after the 20th pass through the loop
12222 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12224 * fvwm/fvwm.1 (Examples): Language check.
12225 PipeRead as synchronous Exec.
12226 Better example for PipeRead.
12228 2002-06-21 olicha <olivier.chapuis@free.fr>
12232 Documented StringEncoding= in font name
12235 Removed --disable-compound-text doc
12237 2002-06-20 olicha <olivier.chapuis@free.fr>
12239 * libs/FBidi.h (FBidiConvert):
12240 Fixed compile if !HAVE_BIDI
12242 2002-06-19 olicha <olivier.chapuis@free.fr>
12244 * fvwm/fvwm.c (InitVariables):
12246 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12247 This fix a "null expression" at init in menustyle.c (menustyle_update)
12249 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12252 reworded supported feature listing, fixed the default xft detection
12254 added the "Supported Features" section
12256 2002-06-19 olicha <olivier.chapuis@free.fr>
12259 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12262 Removed --enable-mulibyte and --disable-compound-text config option
12263 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12266 Xft is on by default no
12268 * libs/FlocaleCharset.c (*):
12269 * libs/FlocaleCharset.h:
12270 * libs/Ficonv.c (*):
12272 * libs/Flocale.c (*):
12275 * libs/FftInterface.h:
12278 * fvwm/ewmh_names.c ():
12279 Some cleanup. Implemented StringEncoding= in font names. Fixed
12280 string encoding for xft fonts. Try to be more cleaver about defaults
12281 charsets. Improvement in the locale charset table.
12284 Some documentation cleanup regarding Xft
12286 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12288 * fvwm/functions.c (find_func_type):
12289 fixed bug i introduced w/ last commit
12291 * fvwm/fvwm.c (Done):
12293 * fvwm/functions.c (functions_is_complex_function):
12294 * fvwm/builtins.c (CMD_DestroyFunc):
12297 moved functions to functions.c
12300 * fvwm/functable.c:
12301 * fvwm/functable.h:
12302 * fvwm/functions.h:
12304 * fvwm/functions.c:
12305 moved some types and functions to other/new files
12307 * fvwm/functions.c:
12308 * fvwm/expand.c (expand_vars_extended):
12310 functions moved to new file
12312 * fvwm/functions.c:
12315 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12317 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12318 fixed colourmap focus problem
12321 tabified all files and removed all trailing spaces
12323 * fvwm/move_resize.c (move_window_doit):
12324 * fvwm/virtual.c (CMD_MoveToDesk):
12325 MoveToPage and MoveToDesk no longer unstick windows
12327 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12333 reworded some names of supported features
12335 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12337 * fvwm/update.c (apply_window_updates):
12338 * fvwm/session.c (MatchWinToSM):
12339 * fvwm/add_window.c (setup_window_structure):
12340 * fvwm/windowshade.c (CMD_WindowShade):
12341 * fvwm/window_flags.h:
12342 fixed a problem w/ shaded windows changind the title direction
12344 * fvwm/geometry.c (get_shaded_geometry):
12345 fixed shading window to 0 width or height
12347 * fvwm/add_window.c (AddWindow):
12348 fixed a memory leak and an initial window placement bug
12350 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12353 minor improvements in output, added bin/fvwm-perllib
12355 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12357 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12358 fixed copying PopupOffset values in CopyMenuStyle
12363 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12367 added CopyStringWithQuotes, not perfect, but works for now
12369 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12371 * fvwm/functions.h:
12373 * fvwm/functions.c (func_config):
12374 * libs/FScreen.c (FScreenConfigureSLSScreens):
12375 (FScreenConfigureModule):
12376 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12377 new command XineramaSLSScreens
12380 cleaned up Xinerama ifdefs
12382 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12385 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12387 2002-06-07 olicha <olivier.chapuis@free.fr>
12390 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12391 Some shadow text position fixes
12393 2002-06-06 olicha <olivier.chapuis@free.fr>
12395 * fvwm/update.c (apply_window_updates):
12396 Fixed the position of shaded windows after certain style update
12399 Fixed some options names
12401 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12403 * fvwm/module_interface.c (CMD_SendToModule):
12404 fixed SendToModule when the first parameter contains quotes
12406 2002-06-06 olicha <olivier.chapuis@free.fr>
12408 * fvwm/fvwm.c (main):
12409 * fvwm/ewmh.c (EWMH_Init):
12410 Init the EWMH before reading the config. Always setup the working
12413 2002-06-05 olicha <olivier.chapuis@free.fr>
12415 * fvwm/update.c (apply_window_updates):
12416 Fixed the position of a shaded window during a style update
12419 * libs/Flocale.c (FlocaleRotateDrawString):
12420 (FlocaleGetShadowTextPosition):
12421 Fixed side title text position if the font has no shadow
12424 * libs/Ficonv.c (FiconvInit):
12425 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12426 * libs/Flocale.c (FlocaleInit):
12427 (FlocaleRotateDrawString):
12428 (FlocaleGetFontSet):
12429 (FlocaleGetFontOrFontSet):
12431 (FlocaleDrawString):
12432 (FlocaleTextWidth):
12433 (FlocaleFreeNameProperty):
12434 (FlocaleGetNameProperty):
12435 (FlocaleTextListToTextProperty):
12436 Finish to remove the multibyte patch. This gives a more clean code
12437 and can only prevent bugs
12439 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12441 * fvwm/placement.c (PlaceWindow):
12442 fixed CascadePlacement with huge windows (xterm -g 240x100),
12443 that were aligned to bottom-right instead of top-left;
12444 small adjustments (removed border_width from calculations,
12445 don't place normal windows at 0, commented out some strange code)
12447 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12450 document CascadePlacement and FvwmIconMan improvements
12455 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12457 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12458 * fvwm/fvwm.c (InitVariables):
12459 * fvwm/placement.c (PlaceWindow):
12460 * fvwm/screen.h (struct ScreenInfo):
12461 improved *CascadePlacement, if the last placed window does not exist
12462 any more, reuse the last used position instead of adding a new cascade
12464 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12466 * fvwm/events.c (HandleEnterNotify):
12467 * fvwm/fvwm.c (InitVariables):
12469 Fixed colormap handling over decorative parts of a window
12471 2002-06-03 olicha <olivier.chapuis@free.fr>
12473 * fvwm/module_interface.c (make_named_packet):
12474 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12475 related to named module packet
12477 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12479 * fvwm/focus.c (focus_grab_buttons):
12480 * fvwm/events.c (HandleButtonPress):
12481 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12483 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12485 * fvwm/bindings.c (ParseBinding):
12486 replaced an error "Illegal mouse button" with a descriptive warning
12487 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12489 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12491 * fvwm/events.c (GetContext):
12492 fixed key bindings on decorations
12495 removed XEVMASK_DECORW
12497 2002-05-31 olicha <olivier.chapuis@free.fr>
12501 Documented shadow effect in a new section FONT EFFECTS
12503 2002-05-31 olicha <olivier.chapuis@free.fr>
12505 * libs/Fft.c (FftDrawString):
12506 * libs/Colorset.c (DumpColorset):
12509 * fvwm/colorset.c (parse_colorset):
12510 New colorset option fg_alpha which defines an alpha for rendering
12513 2002-05-29 olicha <olivier.chapuis@free.fr>
12515 * libs/Fft.c (FftSetupEncoding):
12522 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12523 to Xft FLAGS and LIBS
12525 * fvwm/Makefile.am:
12526 * libs/Makefile.am:
12527 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12528 Xft2 library. Removed FT2 CFLAGS and LIBS
12530 2002-05-27 olicha <olivier.chapuis@free.fr>
12535 Some Xft2 and fontconfig preparation
12538 * libs/Flocale.c (FlocaleParseShadow):
12540 (FlocaleGetShadowTextPosition):
12541 Added offset to shadow text
12544 Fixed the position of ne shadow text and remove some unused #define
12546 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12548 * fvwm/colorset.c (parse_colorset):
12549 fixed integer overflow in average colour calculation
12551 2002-05-27 olicha <olivier.chapuis@free.fr>
12553 * libs/gravity.c (GetNextMultiDirection):
12554 (ParseMultiDirectionArgument):
12556 Added a multi direction type which is a "<<" version of direction
12557 type. Added a parse and a next functions
12560 * libs/Flocale.c (FlocaleParseShadow):
12561 (FlocaleGetNextShadowDirection):
12562 (FlocaleGetShadowTextPosition):
12563 Used gravity multi direction type and functions. Removed
12564 FlocaleGetNextShadowDirection
12566 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12568 * fvwm/focus.c (restore_focus_after_unmap):
12569 fixed a problem w/ colormap transition when transient window died
12571 * fvwm/add_window.c (AddWindow):
12574 * fvwm/session.c (getUniqueStateFilename):
12575 applied security patch by Jan Echternach
12577 * fvwm/fvwm.c (InitVariables):
12578 Properly initialise Scr.flags.is_pointer_on_this_screen
12580 * libs/fvwmlib.h (FvwmFont):
12581 * fvwm/fvwm.c (setVersionInfo):
12584 * acconfig.h (MULTIBYTE):
12585 removed MULTIBYTE option (unconditionally on)
12587 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12589 * libs/gravity.c (ParseDirectionArgument):
12590 allow "t", "u", ... shortcuts as direction arguments
12592 * fvwm/style.c (check_window_style_change):
12593 (parse_and_set_window_style):
12594 * fvwm/frame.c (frame_setup_border):
12595 (frame_get_shading_laziness):
12596 (frame_get_sidebar_geometry):
12597 * fvwm/decorations.c (SelectDecor):
12598 * fvwm/add_window.c (setup_style_and_decor):
12599 (setup_resize_handle_cursors):
12600 (setup_resize_handle_windows):
12601 (change_resize_handle_windows):
12602 (destroy_auxiliary_windows):
12603 * fvwm/borders.c (border_get_border_gcs):
12604 (border_draw_border_parts):
12605 * fvwm/style.h (SCSET_HAS_BORDER):
12606 * fvwm/fvwm.h (FvwmWindow):
12607 * fvwm/window_flags.h (SET_HAS_BORDER):
12608 new styles NoBorder/Border
12610 2002-05-26 olicha <olivier.chapuis@free.fr>
12613 * libs/Flocale.c (FlocaleParseShadow):
12614 (FlocaleGetNextShadowDirection):
12615 (FlocaleGetShadowTextPosition):
12617 Implemented multidirectional shadow text rendering
12621 (FlocaleFontStructDrawString):
12622 (FlocaleRotateDrawString):
12624 (FlocaleDrawString):
12625 (FlocaleTextWidth):
12626 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12627 * libs/Fft.c (FftDrawString):
12628 Cleanup the FlocaleFont structure by addings some flags
12630 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12632 * fvwm/events.c (HandleFocusIn):
12633 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12634 * fvwm/screen.h (ScreenInfo):
12635 * fvwm/focus.c (FocusOn):
12636 ignore EnterNotify events while a window is waiting to receive focus
12637 from the Focus or FlipFocus commands; should prevent plenty of race
12638 contidions caused by executing complex functions by a key press, button
12639 press or from a menu; fixes Alt-Tab problem
12641 * fvwm/events.c (HandleMapNotify):
12642 immediately draw window decorations when window is mapped; the new frame
12643 drawing code takes care of suppressing unnecessary redraws
12644 (HandleLeaveNotify):
12645 fixed a bug w/ LeaveNotify event with NotifyGrab
12647 2002-05-22 olicha <olivier.chapuis@free.fr>
12650 * libs/Fft.c (FftDrawString):
12651 * libs/Flocale.c (FlocaleFontStructDrawString):
12652 (FlocaleRotateDrawString):
12654 (FlocaleGetShadowTextPosition):
12655 (FlocaleDrawString):
12656 (FlocaleDrawUnderline):
12657 (FlocaleTextWidth):
12658 Implemented negative shadow text
12660 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12662 * fvwm/menucmd.c (CMD_AddToMenu):
12663 * fvwm/windowlist.c (CMD_WindowList):
12666 changed signature of AddToMenu
12668 * fvwm/menus.c (clone_menu_root_static):
12669 fixed problem w/ menu style usage count and tear off menus
12670 fixed core dump w/ not copying the missing sub menu function in tear
12672 (clone_menu_item_list):
12674 (add_another_menu_item):
12675 (size_menu_vertically):
12676 fixed additional "More..." items in sub menus of torn off menus
12678 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12681 fixed #endif warning
12682 * fvwm/ConfigFvwmDefaults:
12683 added CirculateSkip to tear off menus
12685 fixed ShadeAgain quoting
12687 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12689 * fvwm/events.c (HandleButtonPress):
12690 allow to pass the focus click to applications and have a function bound
12691 to it at the same time
12695 fixed compilation problem
12697 2002-05-20 olicha <olivier.chapuis@free.fr>
12699 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12700 Fixed blue colour in png image and ewmh icons
12702 * libs/Flocale.c (FlocaleLoadFont):
12703 Removed some debug code
12705 * fvwm/colorset.c (parse_colorset):
12707 * libs/ColorUtils.c (GetForeShadowColor):
12708 Added Mikhael algo to compute the default fgsh
12710 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12712 * fvwm/functions.c (expand_extended_var):
12713 expand $[fgsh.csN], use constants instead of numbers
12715 2002-05-17 olicha <olivier.chapuis@free.fr>
12717 * libs/Flocale.c (FlocaleDrawString):
12718 (FlocaleDrawUnderline):
12720 Removed some unused and debug code
12722 2002-05-17 olicha <olivier.chapuis@free.fr>
12724 * fvwm/menuitem.c (draw_underline):
12726 * libs/Flocale.c (FlocaleDrawUnderline):
12727 Move draw_underline into Flocale.c and fix underline position with
12730 2002-05-17 olicha <olivier.chapuis@free.fr>
12732 * fvwm/style.c (update_window_color_style):
12733 (update_window_color_hi_style):
12734 * fvwm/move_resize.c (DisplayPosition):
12736 * fvwm/menuitem.c (menuitem_paint):
12737 * fvwm/borders.c (get_common_decorations):
12738 (border_get_titlebar_draw_descr):
12740 * fvwm/icons.c (DrawIconWindow):
12741 Pass the colorset to text drawing via the FlocaleWinString structure
12744 * libs/ColorUtils.c (GetForeShadowColor):
12746 * fvwm/colorset.c (parse_colorset):
12748 * libs/Colorset.c (DumpColorset):
12750 Added fgsh colorset and two new functions GetForeShadowColor and
12751 GetForeShadow which should be modified
12753 * libs/Makefile.am:
12755 * libs/FftInterface.h (new file):
12756 * libs/Fft.c (FftDrawString):
12758 * libs/Flocale.c (FlocaleFontStructDrawString):
12759 (FlocaleRotateDrawString):
12760 (FlocaleDrawString):
12761 (FlocaleTextWidth):
12763 Implemented text shadow rendering
12765 2002-05-11 olicha <olivier.chapuis@free.fr>
12768 * fvwm/builtins.c (refresh_window):
12769 * fvwm/update.c (apply_window_updates):
12771 * fvwm/style.c (check_window_style_change):
12772 ParentalRelativity style is now dynamic
12774 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12776 * fvwm/menuitem.c (menuitem_paint):
12777 fixed menu item hilight area
12779 2002-05-09 olicha <olivier.chapuis@free.fr>
12781 * libs/Makefile.am:
12782 * libs/XError.c (request_name):
12783 * libs/PictureImageLoader.c (PImageLoadPng):
12784 (PImageCreatePixmapFromArgbData):
12785 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12786 (PGraphicsTileRectangle):
12787 (PGraphicsCopyFvwmPicture):
12788 * libs/FRenderInit.c (new file):
12789 * libs/FRenderInit.h (new file):
12790 * libs/FRenderInterface.h:
12791 * libs/FRender.c (*):
12792 * fvwm/colorset.c (parse_tint):
12794 * fvwm/fvwm.c (main):
12795 * fvwm/events.c (HandlePropertyNotify):
12796 Change the design of the previous commit. Now a module should call
12797 FRenderInit when it wants to use a function which depends on XRender.
12799 2002-05-09 olicha <olivier.chapuis@free.fr>
12807 Include Fft.h include FRender.h as Xft.h include Xrender.h
12809 * libs/FRenderInterface.h:
12811 * libs/FRender.c (FRenderInit):
12812 (FRenderGetErrorCodeBase):
12813 (FRenderGetMajorOpCode):
12814 (FRenderGetExtensionSupported):
12815 (FRenderGetErrorText):
12816 Improve XRender initialization, check if the XRender extension is
12817 enabled and get the error code base and the major op code.
12818 Add error functions for the X error handler.
12820 * libs/XError.c (PrintXErrorAndCoredump):
12822 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12825 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12826 * fvwm/events.c (HandlePropertyNotify):
12827 * fvwm/colorset.c (parse_tint):
12829 * libs/PictureImageLoader.c (PImageLoadPng):
12830 (PImageCreatePixmapFromArgbData):
12831 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12832 (PGraphicsCopyFvwmPicture):
12833 (PGraphicsTileRectangle):
12834 * libs/FRender.c (FRenderCopyArea):
12835 (FRenderTintRectangle):
12836 Check if the XRender extension is enabled on the display before
12837 performing XRender operations
12839 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12841 * fvwm/menuitem.c (menuitem_paint):
12842 fixed item hilighting problems
12844 2002-05-07 olicha <olivier.chapuis@free.fr>
12846 * fvwm/colorset.c (parse_colorset):
12849 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12851 * fvwm/events.c (HandlePropertyNotify):
12852 workaround for xterm resize problem
12854 * fvwm/colorset.c (parse_colorset):
12855 (free_colorset_background):
12858 fixed various bugs and core dumps w/ the cs->picture structure;
12859 note: it's a pointer, so compare with NULL, not with None
12861 * fvwm/frame.c (frame_setup_window):
12862 (frame_setup_window_app_request):
12863 (frame_force_setup_window):
12864 (frame_setup_window_internal):
12865 (frame_create_move_resize_args):
12866 (frame_free_move_resize_args):
12867 * fvwm/add_window.c (setup_window_attr):
12868 * fvwm/events.c (HandleConfigureRequest):
12869 (HandlePropertyNotify):
12870 fixed [?] bit_gravity/resize problem
12872 * fvwm/events.c (HandleEnterNotify):
12873 reformatted EdgeCommand code
12875 2002-05-06 olicha <olivier.chapuis@free.fr>
12877 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12878 Resize an ewmh icon to the wanted size if it is to big
12880 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12881 Set also the stacking list when a window is destroyed
12883 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12885 * fvwm/fvwm.1: Finish language check.
12886 Fix typo in Mouse section, context should be on new line.
12888 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12890 * fvwm/fvwm.1 (file): Restore icons and images text with some
12892 Started on lang check, not done yet.
12894 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12896 * fvwm/module_interface.c (make_named_packet):
12897 Applied Mikhail Kruk patch
12899 2002-05-02 olicha <olivier.chapuis@free.fr>
12901 * libs/FlocaleCharset.h:
12902 * libs/Ficonv.c (FiconvSetupConversion):
12903 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12905 * libs/Flocale.c (FlocaleGetFftFont):
12906 (FlocaleGetFontSet):
12909 (FlocaleUnloadFont):
12911 Implemented charset/iconv hints in font name
12913 2002-04-29 Stian Sletner <stian@sletner.com>
12915 * fvwm/windowlist.c (CMD_WindowList):
12916 Added new Windowlist option IconifiedAtEnd
12918 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12920 * fvwm/module_interface.c:
12923 moved two constant strings to Module.h, so they may be used by perllib
12925 2002-04-29 olicha <olivier.chapuis@free.fr>
12927 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12928 Fixed a core dump if the charset is not found
12930 * libs/Flocale.c (FlocaleStringToString2b):
12931 Removed some debug code
12933 2002-04-29 olicha <olivier.chapuis@free.fr>
12935 * libs/Fft.c (FftGetFontWidths):
12936 (FftGetFontWidths):
12939 * libs/Flocale.c (FlocaleGetFont):
12940 (FlocaleGetFontSet):
12941 (FlocaleGetFftFont):
12942 Removed min_char_offset member of the FlocaleFont as it is not use
12943 since we rotate string for side title
12945 * libs/Ficonv.c (FiconvSetupConversion):
12946 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12947 (FlocaleCharsetSetFlocaleCharset):
12949 * libs/Flocale.c (FlocaleTextWidth):
12950 (FlocaleDrawString):
12951 (FlocaleUtf8ToUnicodeStr2b):
12953 (FlocaleStringToString2b):
12954 (FlocaleRotateDrawString):
12955 (FlocaleFontStructDrawString):
12956 Added support for drawing string with 10646-1 fonts without an utf8
12957 locale. Also, drawing strings with a multibyte font now work not so
12958 bad even if the locale have nothing to do with the font.
12960 * libs/Fft.c (FftUtf8ToFftString16):
12963 Added utf8 rendering with iso10646-1 fonts on system without
12966 * fvwm/colorset.c (reset_cs_pixmap):
12971 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12973 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12976 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12978 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12980 * fvwm/move_resize.c:
12981 don't start Move with snap disabled if Alt is initially pressed
12983 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12985 * NEWS, configure.in:
12986 changed version to 2.5.2
12988 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12991 improved main headers, added new COLORSETS section;
12992 documented State condition
12995 documented Tint in colorsets and utility renaming
12998 corrected several error reporting problems
13000 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13003 fixed leaving tear off menus
13005 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13007 * fvwm/borders.c (border_draw_part_relief):
13008 (border_set_button_pixmap):
13009 (border_draw_title_stick_lines):
13010 (border_draw_title_mono):
13011 (border_draw_title_relief):
13012 * libs/fvwmlib.h (RelieveRectangle2):
13013 (RelieveRectangle):
13014 replaced functions by macros
13016 * libs/Graphics.c (do_relieve_rectangle):
13017 applied performance patch by Dave Trollope
13019 2002-04-24 Mikhael Goikhman <migo@homemail.com>
13025 * libs/FlocaleCharset.c:
13026 FBidi is now independent from Flocale* again;
13027 iso8859-6.8x fonts recognized now as bidi-enabled
13029 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13032 fixed --disable-multibyte
13034 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13036 * fvwm/borders.c (border_draw_title_deep):
13037 (border_set_title_pixmap):
13038 (border_set_button_pixmap):
13039 fixed SolidButton title and button style
13041 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13046 added new entry about CurrentAtEnd
13049 minor reformatting and spell checking
13051 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
13053 * fvwm/windowlist.c (CMD_WindowList):
13054 Added new Windowlist option CurrentAtEnd
13056 2002-04-22 olicha <olivier.chapuis@free.fr>
13058 * fvwm/colorset.c (parse_colorset):
13060 Fixed an enormous core dump which comes from a cvs merging problem
13062 * fvwm/Makefile.am:
13065 Added Xrender detection and link fvwm if needed
13067 * libs/PictureGraphics.c:
13068 * libs/PictureGraphics.h:
13071 * libs/FRenderInterface.h:
13072 * libs/PictureGrpahics.c (*):
13073 * libs/PictureGrpahics.h:
13074 New libs files to acheive alpha-blend rendering and better XBM
13075 support. PictureGraphics contains elaborated version and also
13076 simplified version of XFillRectangle, XCopyPlan and XCopyArea
13080 * fvwm/icons.c (clear_icon):
13084 * fvwm/events.c (HandlePropertyNotify):
13085 * fvwm/borders.c (border_fill_pixmap_background):
13086 (border_get_border_background):
13087 (border_draw_decor_to_pixmap):
13088 * fvwm/menuitem.c (menuitem_paint):
13089 * fvwm/add_window.c (destroy_icon):
13090 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13091 * fvwm/geometry.c (move_icon_to_position):
13092 * fvwm/colorset.c (free_colorset_background):
13095 Implemented alpha-blend rendering with the new libs function
13097 * fvwm/colorset.c (free_colorset_background):
13100 Implemented tinting of a Pixmap background colorset
13102 * fvwm/colorset.c (parse_colorset):
13103 Use the Scr.NoFocusWin as main window in the place of the
13104 Scr.SizeWindow, this fix a lot of X errors in my machine.
13106 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13107 Donated our alpha channel
13110 * fvwm/module_interface.h:
13111 * fvwm/module_interface.c (SendFvwmPicture):
13112 (BroadcastMiniIcon):
13114 (BroadcastFvwmPicture):
13115 (CMD_Send_WindowList):
13116 * fvwm/add_window.c (change_mini_icon):
13117 (broadcast_mini_icon):
13118 * fvwm/ewmh_icons.c:
13119 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13120 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13122 * libs/Makefile.am:
13123 * libs/PictureBase.c (*):
13124 * libs/PictureBase.h:
13125 * libs/Picture.c (*):
13127 * libs/PictureImageLoader.c (*):
13128 * libs/PictureImageLoader.h:
13130 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13131 PictureImageLoader.
13132 Rename some libs function: InitPictureCMap -> PictureInitCMap,
13133 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13134 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13135 SetImagePath -> PictureSetImagePath, findImageFile ->
13136 PictureFindImageFile, PictureList -> FvwmPictureList,
13137 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
13138 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13139 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13140 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13141 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13142 Also renamed more recent functions in PictureImageLoader.
13144 * fvwm/borders.c (border_draw_one_border_part):
13145 (border_draw_decor_to_pixmap):
13146 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13149 * fvwm/menus.c (pop_menu_up):
13150 (animated_move_back):
13151 (ParentalMenuRePaint):
13152 * fvwm/move_resize.h (resize_geometry_window):
13153 * fvwm/move_resize.c (move_window_doit):
13154 (AnimatedMoveAnyWindow):
13155 (AnimatedMoveOfWindow):
13156 (AnimatedMoveFvwmWindow):
13157 Fixed transparent animated menu
13159 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13168 fixed running out of colors on 8bpp with ReadWriteColors;
13169 simulate colorsets on monochrome displays using three 1-bit pixmaps
13171 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13174 fixed $PERL detection again
13179 added -Wno-implicit-int to -Wall in case of gcc
13183 fixed ReadWriteColors on a PseudoColor display
13185 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13187 * fvwm/move_resize.c (move_window_doit):
13188 set the is_icon_moved too flag if the icon was moved non-interactively
13194 Moved FvwmTheme functionality into fvwm.
13195 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13197 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13200 fixed $PERL detection
13203 * fvwm/ConfigFvwmDefaults:
13204 several fixes and spelling
13206 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13208 * libs/Bindings.c (CheckBinding):
13211 (GrabWindowButton):
13212 (MatchBindingExactly):
13213 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13216 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13219 configure now uses $PERL if set
13222 all programs installed into ${bindir} have now fvwm- prefix;
13223 documentation updated
13225 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13228 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13229 documentation updated
13231 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13234 added 2.4.7 entries
13236 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13238 * AUTHORS: New author.
13240 * NEWS: Edge Command.
13242 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13245 Added EdgeCommand paragraph.
13247 * fvwm/events.c (HandleEnterNotify):
13248 Added execution of Scr.PanFrame*.command if set
13250 * fvwm/fvwm.c (InitVariables):
13251 Added init strings for pan frame commands.
13256 Avoid hiding of pan frames if pan frame command is set.
13258 Implementation of the buildin command EdgeCommand. First
13259 implementation of this function.
13261 * fvwm/screen.h (struct):
13262 added char * command in structure Panframe to store the pan frame
13265 * fvwm/functions.c:
13266 added declaration of CMD_ENTRY("edgecommand")
13268 * fvwm/functions.h:
13269 added definition of Flag F_EDGE_COMMAND
13272 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13274 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13277 added "BI-DIRECTIONAL TEXTS" section
13280 added #include <sys/select.h> to fix endless loop on QNX
13282 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13285 changed description of focus models
13287 2002-04-09 olicha <olivier.chapuis@free.fr>
13290 Check for libpng libpng 1.0.4a or better
13292 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13294 * fvwm/add_window.c (setup_title_geometry):
13297 * fvwm/geometry.c (get_title_font_size_and_offset):
13299 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13301 * fvwm/window_flags.h:
13302 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13304 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13306 new Style options TopTitleRotated / TopTitleNotRotated,
13307 BottomTitleRotated / BottomTitleNotRotated
13309 2002-04-08 olicha <olivier.chapuis@free.fr>
13311 * libs/Makefile.am:
13312 Fixed make dist again
13314 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13316 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13318 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13321 minor wording fixes
13324 mention a new FvwmIconMan syntax
13326 * sample.fvwmrc/new-features:
13327 * sample.fvwmrc/system.fvwm2rc:
13328 * sample.fvwmrc/system.fvwm2rc-sample-95:
13329 use a new module syntax
13331 2002-04-06 olicha <olivier.chapuis@free.fr>
13335 Forget to save some file
13337 * libs/FImageLoader.c (c100_init_base_table):
13338 Allows init even if !XPM
13340 * libs/Makefile.am:
13344 Fixed png detection
13346 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13347 Fixed a GC memory leaks.
13349 * fvwm/fvwm.c (setVersionInfo):
13351 Updated -version for png, bidi and xft
13354 Modified the ICONS section. Rename it ICONS AND IMAGES and
13355 document PNG file format. Replace "xpm or bitmap file" by
13356 "image file" in a few place.
13360 PNG news and documented libpng in the "Optional libraries used by FVWM"
13363 2002-04-05 olicha <olivier.chapuis@free.fr>
13365 * libs/FImageLoader.c (c100_init_base_table):
13366 (FImageReduceRGBColor):
13367 (FImageCreatePixmapFromArgbData):
13368 Speed up color limitation for png image and ewmh icons
13369 Respect color limit even with DirectColor and TrueColor
13372 * acconfig.h (HAVE_PNG):
13373 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13374 even without XPM support
13377 * libs/InitPicture.c (new file):
13378 * libs/InitPicture.h (new file):
13381 * libs/FImageLoader.c (new file):
13382 * libs/FImageLoader.h (new file):
13383 * libs/Fxpm.h (new file):
13384 * libs/Fpng.h (new file):
13385 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13386 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13387 ColorLimit stuff is applied to PNG image.
13388 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13389 Picture.c and Picture.h.
13390 InitPicture contains the Picture structure, initialize the visual,
13391 depth and color map and contains image path stuff as Picture contains
13392 Picture manipulations.
13394 * libs/ColorUtils.c:
13396 Moved the Picture color utils func to ColorUtils
13398 * fvwm/Makefile.am:
13399 links against libpng
13401 * fvwm/icons.c (GetIconPicture):
13405 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13406 the libs image loader
13408 * fvwm/cursor.c (CMD_CursorStyle):
13409 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13411 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13412 (EWMH_SetIconFromWMIcon):
13413 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13417 Send the ColorLimit to module in any case
13424 * fvwm/add_window.c:
13428 * fvwm/menustyle.c:
13429 * fvwm/move_resize.c:
13432 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13434 * fvwm/events.c (test_map_request):
13435 (test_resizing_event):
13436 fixed endless loop in HandleConfigureRequest
13438 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13440 * fvwm/add_window.c (setup_style_and_decor):
13441 fixed borderless transients
13443 * fvwm/events.c (test_resizing_event):
13444 (HandleConfigureRequest):
13445 * fvwm/frame.c (frame_create_move_resize_args):
13446 * fvwm/add_window.c (AddWindow):
13448 * fvwm/window_flags.h:
13449 tried to improve ConfigureRequest handling
13451 * fvwm/events.c (HandlePropertyNotify):
13452 recalculate window size when the base_width or base_height hint
13453 changes; fixes some problems with xemacs
13455 * fvwm/virtual.c (map_window):
13458 * fvwm/borders.c (border_draw_decorations):
13459 don't redraw windows on a different desk
13460 keep track of Scr.Hilite
13462 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13464 * fvwm/virtual.c (unmap_window):
13465 * fvwm/move_resize.c (resize_window):
13466 * fvwm/icons.c (Iconify):
13467 * fvwm/add_window.c (CaptureOneWindow):
13468 * fvwm/borders.c (border_undraw_decorations):
13469 mark window decorations as not drawn whenever the frame is unmapped
13471 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13473 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13475 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13478 use safemalloc and alloca instead of malloc
13480 2002-03-29 olicha <olivier.chapuis@free.fr>
13482 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13483 Set the X locale charset on system without XOpenOM
13485 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13488 fixed multibyte support reporting
13490 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13495 moved gcc extension __attribute__ handling to config.h
13497 * fvwm/fvwm.c (main):
13498 * fvwm/stack.c (add_window_to_stack_ring_after):
13499 * fvwm/icons.c (GetIconWindow):
13501 * fvwm/add_window.c:
13502 fixed core dumps and other bugs in debug messages
13504 2002-03-27 olicha <olivier.chapuis@free.fr>
13506 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13507 (FlocaleCharsetSetFlocaleCharset):
13509 * configure.in (problem_multibyte):
13510 Fixed compilation for system without XOpenOM in Xlib.h
13512 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13513 * libs/Ficonv.c (FiconvInit):
13517 include only libs/Flocale.h
13519 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13522 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13527 * libs/FlocaleCharset.c:
13528 minor modifications, like removed #include;
13529 fixed core dump with bidi and utf-8
13531 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13533 * fvwm/frame.c (frame_update_hidden_window_pos):
13534 fixed shade/maximize/unshade
13536 * fvwm/builtins.c (FreeDecorFace):
13539 * fvwm/borders.c (get_common_decorations):
13540 (border_get_border_style):
13541 * fvwm/style.c (parse_and_set_window_style):
13543 * fvwm/window_flags.h:
13544 * fvwm/fvwm.h (struct):
13545 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13546 (frame_create_move_resize_args):
13547 (frame_move_resize_step):
13548 (frame_next_move_resize_args):
13549 new styles WindowShadeLazy [default], WindowShadeBusy and
13550 WindowShadeAlwaysLazy
13552 * fvwm/frame.c (frame_set_decor_gravities):
13553 fixed window bit gravities
13554 split into smaller functions
13555 (frame_move_resize_step):
13556 fixed a bug w/ the parent gravity
13557 (frame_hide_changing_window_parts):
13558 fixed flickering in one of the corners during shade animation
13559 (frame_mrs_hide_changing_parts):
13561 (frame_mrs_prepare_vars):
13562 (frame_mrs_hide_unhide_parent):
13563 (frame_mrs_setup_draw_decorations):
13564 (frame_mrs_resize_move_windows):
13567 2002-03-25 olicha <olivier.chapuis@free.fr>
13569 * libs/Fft.c (FftSetupEncoding):
13572 * libs/Flocale.c (FlocaleDrawString):
13573 * libs/FBidi.c (FBidiConvert):
13575 Pass the font to FBidiConvert
13577 * acconfig.h (HAVE_LIBCHARSET):
13578 * acinclude.m4 (CHECK_LIBCHARSET):
13580 If libiconv is used check for libcharset
13582 * libs/Makefile.am:
13583 * libs/FlocaleCharset.h:
13584 * libs/FlocaleCharset.c:
13586 * libs/Flocale.c (*):
13587 * libs/Fft.c (FftSetupEncoding):
13589 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13590 FlocaleFont has such a member which is set when charset info are needed.
13591 FlocaleCharset.c contains a big table which associates to an X charset
13592 various possible locale charsets and the fribidi charset.
13593 If libiconv is used, libcharset is used to compute the locale charset.
13594 Various Flocale clean up.
13596 * fvwm/fvwm.c (main):
13597 Removed the call to FlocaleInitCharset, it is now done automatically
13600 * libs/Makefile.am:
13603 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13605 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13608 (EWMH_SetDesktopNames):
13609 Moved iconv conversions into the library. Try to found the good iconv
13610 charset with the help of the font and of the FlocaleCharset table.
13612 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13614 * libs/Module.c (SendFvwmPipe):
13615 * libs/Graphics.c (do_relieve_rectangle):
13616 * fvwm/menustyle.c (menustyle_parse_old_style):
13617 * fvwm/add_window.c (setup_window_structure):
13618 memory management patches by Dave Trollope
13620 * fvwm/frame.c (frame_get_sidebar_geometry):
13621 hide the handles when using the NoHandles style
13623 * fvwm/borders.c (border_redraw_decorations):
13624 change in title rotation is applied immediately, don't use the value "2"
13627 * fvwm/style.c (parse_and_set_window_style):
13628 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13630 documented the new title directions
13631 (parse_and_set_window_style):
13632 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13634 documented these styles
13636 * fvwm/add_window.c (CaptureOneWindow):
13637 (CaptureAllWindows):
13641 * fvwm/icons.c (DeIconify):
13642 fiexd fucoused window not hilighting after deiconification
13644 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13646 * fvwm/update.c (apply_window_updates):
13647 windows are not unshaded when the decoration layout changes
13649 * fvwm/frame.c (frame_create_move_resize_args):
13650 fixed excessive redrawing
13651 (frame_get_hidden_pos):
13652 fixed parent geometry when window is hidden
13654 * fvwm/add_window.c (setup_frame_stacking):
13655 fixed stacking of right buttons
13657 * fvwm/frame.c (frame_set_decor_gravities):
13658 fixed title and button bit gravities
13660 * fvwm/add_window.c (setup_frame_stacking):
13661 (change_auxiliary_windows):
13662 fixed "button" style
13664 * fvwm/geometry.c (get_title_button_geometry):
13665 * fvwm/menus.c (pop_menu_up):
13666 fixed menu placement relative to window titles
13668 * libs/Flocale.c (FlocaleDrawString):
13669 fixed compiler warning w/o fribidi
13671 * fvwm/virtual.c (MoveViewport):
13673 (do_move_window_to_desk):
13674 * fvwm/update.c (apply_window_updates):
13675 * fvwm/icons.c (Iconify):
13677 * fvwm/module_interface.c (SETOLDFLAGS):
13678 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13679 * fvwm/style.c (parse_and_set_window_style):
13680 * fvwm/window_flags.h:
13681 * fvwm/session.c (MatchWinToSM):
13682 * fvwm/placement.c (PlaceWindow):
13683 * fvwm/add_window.c (CaptureAllWindows):
13684 (setup_window_placement):
13685 (CaptureOneWindow):
13688 * fvwm/menus.c (menu_tear_off):
13689 * fvwm/events.c (HandleMapRequestKeepRaised):
13692 removed some of those pesky globals: PPosOverride, isIconicState and
13693 isIconifiedByParent; pass round a structure instead
13694 removed the do_start_iconic window flag
13695 removed do_delete_icon_moved flag
13697 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13701 renamed HAVE_FRIBIDI to HAVE_BIDI
13705 added more comments
13707 * fvwm/Makefile.am:
13709 * libs/Makefile.am:
13710 added a dummy call to FBidi to test linking against bidi libs
13712 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13714 * fvwm/windowshade.c (CMD_WindowShade):
13715 changed syntax of windowshade with direction
13717 update button state after unshading
13719 * fvwm/add_window.c (AddWindow):
13720 fixed mini icon update
13722 * fvwm/events.c (HandleEnterNotify):
13723 fixed icon picture redrawing
13724 icon titles are no longer raised and expanded if the icon has only a
13727 * fvwm/move_resize.c (resize_window):
13730 * libs/gravity.c (gravity_move_resize_parent_child):
13731 * fvwm/frame.c (frame_get_titlebar_dimensions):
13732 (frame_prepare_animation_shape):
13733 (frame_move_resize_step):
13734 (frame_get_titlebar_dimensions_only):
13735 (frame_get_hidden_pos):
13736 (frame_update_hidden_window_pos):
13737 (frame_free_move_resize_args):
13738 (frame_create_move_resize_args):
13739 fixed shading of shaped windows
13744 * fvwm/fvwm.c (main):
13745 * fvwm/misc.c (GrabEm):
13746 fixed a problem with the cursor shape during window shading
13748 * fvwm/update.c (apply_window_updates):
13749 fixed drawing of hilighted window after a decoration change
13751 * fvwm/update.c (apply_window_updates):
13752 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13753 * fvwm/borders.c (RedrawDecorations):
13754 renamed RedrawDecorations()
13756 * fvwm/move_resize.c (move_window_doit):
13758 * fvwm/misc.c (move_into_rectangle):
13759 (intersect_xrectangles):
13760 functions renamed and moved to fvwmrect.c
13762 * fvwm/borders.c (border_get_changed_border_parts):
13763 (frame_get_changed_border_parts):
13764 reduced border redrawing
13765 moved fucntion to borders.c
13767 * fvwm/events.c (HandleButtonPress):
13769 suppress button events on frame windows
13771 * fvwm/frame.c (frame_setup_border):
13772 fixed a problem with the border setup
13774 * fvwm/borders.c (border_draw_decorations):
13775 * fvwm/events.c (HandleEnterNotify):
13776 fixed icon title drawing
13778 * fvwm/misc.c (GrabEm):
13779 fixed a pointer grab hang with xmag?
13781 * fvwm/move_resize.c (resize_window):
13782 use frame_move_resize function to improve performance
13784 * fvwm/add_window.c (AddWindow):
13785 fixed recaturing shaded windows
13788 suppress unnecessary title redraws
13791 window shading works again; there are still some problems with
13792 recapture, restart, border drawing and shaped windows
13794 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13796 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13799 * fvwm/frame.c (frame_get_title_bar_dimensions):
13800 fixed minor button layout bug
13801 (frame_update_hidden_window_pos):
13803 * fvwm/ewmh_names.c (EWMH_WMName):
13804 * fvwm/gnome.c (GNOME_HandlePropRequest):
13805 * fvwm/focus.c (DoSetFocus):
13806 * fvwm/stack.c (new_layer):
13807 * fvwm/icons.c (DeIconify):
13809 * fvwm/events.c (HandleFocusIn):
13810 (HandlePropertyNotify):
13813 (HandleButtonPress):
13814 (HandleLeaveNotify):
13815 * fvwm/builtins.c (CMD_ChangeDecor):
13817 * fvwm/move_resize.c (resize_move_window):
13820 (maximize_fvwm_window):
13822 * fvwm/borders.c (DrawDecorations):
13823 (RedrawDecorations):
13824 removed function DrawDecorations()
13825 (border_draw_decorations):
13826 renamed draw_decorations_with_geom() to border_draw_decorations()
13828 * fvwm/events.c (HandleExpose):
13829 fixed drawing icon titles
13831 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13832 * fvwm/events.c (HandleFocusIn):
13834 * fvwm/screen.h (ScreenInfo):
13835 return the focus to the window that had the focus before an or window
13836 stole it and then died.
13838 * fvwm/menus.c (scanForColor):
13839 removed duplicate call of strlen
13840 use alloca instead of safemalloc
13842 * fvwm/menustyle.c (menustyle_parse_style):
13843 don't call memset right before memcpy
13845 * fvwm/module_interface.c (AddToMessageQueue):
13846 (DeleteMessageQueueBuff):
13847 removed one safemalloc and inline'd the function
13848 merged AddToMessageQueue into PositiveWrite
13850 * fvwm/borders.c (border_draw_decor_to_pixmap):
13851 fixed pixmap and mini icon buttons
13852 (border_fill_pixmap_background):
13854 (border_get_tb_parts_to_draw):
13855 buttons and title background using the border style is updated when the
13858 * fvwm/events.c (WaitForButtonsUp):
13859 don't grab the whole server but merely the pointer to allow applications
13860 redrawing themselves
13863 finished writing title drawing code
13865 * fvwm/move_resize.c (resize_window):
13866 (resize_move_window):
13867 (unmaximize_fvwm_window):
13868 removed now unnecessary calls to DrawDecorations()
13870 * fvwm/frame.c (frame_hide_changing_window_parts):
13871 fixed hiding bottom/right titles
13873 * fvwm/add_window.c (AddWindow):
13874 fixed recapturing shaded windows
13876 * fvwm/misc.c (GrabEm):
13877 fixed the cursor over the title window while resizing
13879 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13881 * libs/Graphics.c (CreateTiledPixmap):
13882 improved efficience: let the X server tile a pixmap via the GC settings
13884 * fvwm/fvwm.c (CreateGCs):
13885 * fvwm/screen.h (ScreenInfo):
13886 added new global GC Scr.TileGC
13888 * fvwm/borders.c (border_fill_pixmap_background):
13889 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13890 use already created gcs
13892 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13893 * fvwm/menus.c (paint_menu_gradient_background):
13894 fixed using a randow members in gcs
13896 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13899 added compilation test for fribidi
13901 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13903 * NEWS: Document FvwmForm timeout.
13905 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13907 * fvwm/session.c (MatchWinToSM):
13908 * fvwm/add_window.c (AddWindow):
13909 preserve user states over a restart
13911 * fvwm/add_window.c (setup_window_structure):
13912 preserve user states over a recapture
13914 * fvwm/functions.c (execute_function):
13915 "Silent" suppresses the "No such command ..." message
13917 * fvwm/frame.c (frame_move_resize):
13918 * fvwm/misc.c (GrabEm):
13919 fixed the cursor shape during resizing
13920 fixed button looks in small windows
13922 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13928 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13930 * fvwm/fvwm.c (LoadDefaultLeftButton):
13931 (LoadDefaultRightButton):
13932 * fvwm/borders.c (border_draw_vector_to_pixmap):
13933 * fvwm/screen.h (DecorFace):
13934 * fvwm/builtins.c (ReadDecorFace):
13935 fixed transparent vector line support
13937 * libs/Graphics.c (CreateGradientPixmap):
13938 fixed potential core dump with illegal gradients
13940 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13942 * fvwm/fvwm.h (FvwmWindow):
13943 removed button_background_pixmap member
13945 * fvwm/update.c (apply_window_updates):
13946 fixed changing the decoration size
13948 * fvwm/windowshade.c (CMD_WindowShade):
13949 * fvwm/frame.c (frame_setup_border):
13950 * fvwm/functions.c (execute_complex_function):
13953 * fvwm/move_resize.c (resize_window):
13954 fixed aboting of a opaque resize w/ maximized windows
13955 (ParseOneResizeArgument):
13956 resize arguments don't take the border into account
13957 (GetResizeArguments):
13958 implemented new option "Frame" to the Resize and ResizeMove commands
13960 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13963 * fvwm/builtins.c (ReadDecorFace):
13964 * fvwm/borders.c (DrawLinePattern):
13965 implemented transparent drawing color in vector buttons: C == 4
13967 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13968 * fvwm/builtins.c (ReadDecorFace):
13969 increased allowed number of lines in a vector button to 10000 and moved
13970 the definition to defaults.h
13972 * fvwm/virtual.c (MoveViewport):
13973 don't send useless M_NEW_PAGE packets
13977 started work on new button/title drawing code
13979 * fvwm/events.c (HandleExpose):
13980 don't handle expose on the title bar
13983 * fvwm/frame.c (frame_get_sidebar_geometry):
13984 * fvwm/fvwm.h (FvwmWindow):
13985 replaced border_state with decor_state
13987 * libs/defaults.h (NR_RIGHT_BUTTONS):
13991 * fvwm/events.c (HandleExpose):
13993 * fvwm/frame.c (frame_setup_border):
13994 hide sidebars if they are too small, i.e. 0 pixels
13996 2002-03-20 olicha <olivier.chapuis@free.fr>
13998 * libs/Flocale.c (FlocaleFreeNameProperty):
13999 Fixed random core dump
14001 2002-03-19 olicha <olivier.chapuis@free.fr>
14003 * fvwm/ConfigFvwmDefaults:
14004 RightTitleRotatedCW is a default
14006 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14008 * fvwm/frame.c (frame_get_sidebar_geometry):
14009 window corners are always at least the border width thick
14011 * fvwm/geometry.c (update_absolute_geometry):
14012 fixed south/east shading
14014 * fvwm/frame.c (frame_move_resize_step):
14015 did the best I could to prevent rxvt from flashing in the background
14018 * fvwm/add_window.c (get_default_window_attributes):
14019 (get_default_window_attributes):
14020 (setup_resize_handle_windows):
14021 * fvwm/borders.c (border_get_border_gcs):
14022 applied -visual fix by Hippo
14024 * fvwm/cursor.c (CMD_CursorStyle):
14027 * fvwm/frame.c (frame_get_title_bar_dimensions):
14028 fixed order of right buttons
14029 (frame_move_resize_step):
14030 reduced flashing when maximizing
14032 * fvwm/geometry.c (update_absolute_geometry):
14033 adapted for horizontal shading
14035 2002-03-19 Mikhael Goikhman <migo@homemail.com>
14044 several renamings of text_direction to text_rotation
14046 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14048 * fvwm/windowshade.c (CMD_WindowShade):
14049 * fvwm/frame.c (frame_create_move_resize_args):
14050 (frame_move_resize_step):
14051 hack to enable non-animated window shading for the time being
14053 * fvwm/style.c (parse_and_set_window_style):
14054 (parse_and_set_window_style):
14055 allow to abbreviate [Counter]ClockWise with [C]CW
14057 * fvwm/frame.c (frame_move_resize_step):
14060 * fvwm/geometry.c (gravity_constrain_size):
14061 removed useless code
14063 * fvwm/update.c (apply_window_updates):
14064 * fvwm/add_window.c (AddWindow):
14065 * fvwm/move_resize.c (unmaximize_fvwm_window):
14067 do not write into frame_g. only frame.c should do this
14069 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14070 (MIN_WINDOW_TITLE_LENGTH):
14072 * fvwm/frame.c (frame_setup_title_bar):
14073 (get_resize_decor_gravities_one_axis):
14074 (frame_setup_window_internal):
14075 (frame_move_resize_step):
14076 (frame_create_move_resize_args):
14077 rewrote frame_setup_title_bar function
14079 * fvwm/add_window.c (setup_frame_stacking):
14080 fixed title bar stacking order
14082 * fvwm/frame.c (frame_setup_title_bar):
14083 removed yesterday's 'fix'
14085 * fvwm/add_window.c (hide_screen):
14086 (setup_title_window):
14087 (setup_resize_handle_windows):
14088 (setup_button_windows):
14089 fixed visual and depth of decoration windows
14091 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14093 * fvwm/frame.c (frame_setup_title_bar):
14094 fixed title layout bug
14096 * fvwm/move_resize.c (MaximizeHeight):
14097 fixed bug in "grow" option of the Maximize command
14100 fixed broken prototype for get_title_font_size_and_offset
14102 * fvwm/geometry.c (get_title_font_size_and_offset):
14103 simplified code a bit
14105 2002-03-18 olicha <olivier.chapuis@free.fr>
14108 * fvwm/geometry.c (get_title_font_size_and_offset):
14109 * fvwm/add_window.c (setup_title_geometry):
14111 * fvwm/style.c (parse_and_set_window_style):
14112 (check_window_style_change):
14113 * fvwm/update.c (apply_window_updates):
14114 * fvwm/window_flags.h:
14116 Reworte side title direction styles and use LeftTitleRotatedClockWise /
14117 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14118 RightTitleRotatedCounterClockWise
14120 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14123 * vms/config.h (FMiniIconsSupported):
14124 removed last traces of MINI_ICONS ifdef
14126 * fvwm/windowlist.c (CMD_WindowList):
14127 * fvwm/update.c (apply_window_updates):
14129 * fvwm/style.c (merge_styles):
14130 (parse_and_set_window_style):
14131 (check_window_style_change):
14133 * fvwm/module_interface.c (SendMiniIcon):
14134 (BroadcastMiniIcon):
14135 (CMD_Send_WindowList):
14136 * fvwm/fvwm.h (FvwmWindow):
14137 * fvwm/ewmh_icons.c (ewmh_WMIcon):
14138 (EWMH_DoUpdateWmIcon):
14139 (ewmh_SetWmIconFromPixmap):
14140 (EWMH_DeleteWmIcon):
14141 (EWMH_SetIconFromWMIcon):
14142 * fvwm/builtins.c (ReadDecorFace):
14143 * fvwm/borders.c (DrawButton):
14146 * fvwm/add_window.c (setup_window_structure):
14148 (destroy_mini_icon):
14149 (change_mini_icon):
14151 * acconfig.h (FMiniIconsSupported):
14152 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14156 removed an FANCY_TITLEBARS ifdef
14158 * fvwm/borders.c (border_draw_one_part):
14159 (border_draw_border_parts):
14160 (border_draw_all_parts):
14161 (draw_clipped_decorations_with_geom):
14162 performance enhancement
14164 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14166 * fvwm/frame.c (frame_move_resize_step):
14167 force setting up the border when function is called with FRAME_MR_SETUP
14168 (frame_setup_window_internal):
14169 removed duplicate frame setup
14171 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14173 (draw_clipped_decorations_with_geom):
14174 do not flush the X queue after drawing; let the caller do it
14176 * fvwm/frame.c (frame_get_sidebar_geometry):
14177 fixed layout of windows with a small height
14178 (frame_hide_changing_window_parts):
14183 made good progress with frame layout rewrite. I think it is already
14184 considerably faster.
14185 some general clean up
14187 * fvwm/add_window.c (setup_decor_window):
14190 * fvwm/windowshade.c (CMD_WindowShade):
14191 * fvwm/stack.c (verify_stack_ring_consistency):
14192 (RaiseOrLowerWindow):
14193 * fvwm/move_resize.c (resize_move_window):
14194 (move_window_doit):
14195 (draw_move_resize_grid):
14196 * fvwm/icons.c (DrawIconWindow):
14197 * fvwm/icccm2.c (CloseICCCM2):
14199 (HandleSelectionRequest):
14200 * fvwm/fvwm.c (main):
14201 (SaveDesktopState):
14202 * fvwm/focus.c (DoSetFocus):
14203 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14204 * fvwm/events.c (HandlePropertyNotify):
14205 (HandleButtonPress):
14206 (HandleConfigureRequest):
14207 * fvwm/add_window.c (RestoreWithdrawnLocation):
14209 * fvwm/builtins.c (CMD_Delete):
14213 * fvwm/menus.c (paint_menu):
14215 * fvwm/misc.c (UngrabEm):
14217 * fvwm/schedule.c (execute_obj_func):
14218 * fvwm/add_window.c (hide_screen):
14220 use XFlush instead of XSync when the latter is not necessary
14222 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14225 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14226 inform frame module if the window with the hide windows dies
14228 * fvwm/placement.c (PlaceWindow):
14230 * fvwm/add_window.c (setup_window_attr):
14231 (setup_frame_attributes):
14233 (RestoreWithdrawnLocation):
14234 (setup_window_placement):
14235 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14236 (get_title_geometry):
14237 * fvwm/fvwm.c (InitVariables):
14238 * fvwm/frame.c (frame_setup_frame):
14239 * fvwm/colormaps.c (HandleColormapNotify):
14240 (InstallWindowColormaps):
14241 * fvwm/events.c (HandleConfigureRequest):
14242 (HandleUnmapNotify):
14243 * fvwm/fvwm.h (FvwmWindow):
14244 removed attr member of FvwmWindow and replaced by a structure defined
14245 ourselves that is much smaller
14247 * fvwm/add_window.c (hide_screen):
14248 don't use save_unders and backing_store for the window used in recapture
14250 * fvwm/frame.c (frame_init):
14251 * fvwm/fvwm.c (main):
14252 new function to initialise frame module
14254 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14257 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14262 * fvwm/borders.h (enum):
14263 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14264 (border_get_parts_and_pos_to_draw):
14265 * fvwm/fvwm.h (struct):
14267 fixed calculations of which border parts to draw
14270 corrected some typos
14273 handle marks work again
14275 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14277 * AUTHORS: New author added.
14279 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14283 * fvwm/add_window.c (setup_frame_stacking):
14284 * fvwm/cursor.c (CMD_CursorStyle):
14285 * fvwm/events.c (HandleExpose):
14287 (HandleEnterNotify):
14288 (HandleLeaveNotify):
14290 * fvwm/geometry.c (get_title_button_geometry):
14291 * fvwm/virtual.c (map_window):
14292 * fvwm/add_window.c (setup_parent_window):
14293 (setup_resize_handle_cursors):
14294 (setup_resize_handle_windows):
14295 (resize_resize_handle_windows):
14296 (change_resize_handle_windows):
14297 some progress with new frame layout
14299 * fvwm/add_window.c (setup_visible_name):
14300 fixed off-by-one bug in setup_visible_name
14301 maximum window number can be set in defaults.h
14303 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14305 * fvwm/windowlist.h:
14310 * fvwm/placement.h:
14312 * fvwm/move_resize.h:
14319 * fvwm/add_window.h:
14320 * fvwm/ewmh_names.c:
14321 * fvwm/ewmh_icons.c:
14322 * fvwm/ewmh_events.c:
14329 * fvwm/windowlist.c:
14333 * fvwm/colormaps.c:
14334 * fvwm/decorations.c:
14335 * fvwm/conditional.c:
14338 * fvwm/placement.c:
14342 * fvwm/functions.c:
14345 * fvwm/module_interface.c:
14347 * fvwm/add_window.c:
14350 * fvwm/move_resize.c:
14353 * fvwm/fvwm.h (FvwmWindow):
14354 moved all windows into a separate sub structure and wrote access macros
14355 renamed FvwmWindow argument to builtin commands to "fw"
14356 renamed tmp_win to fw everywhere
14358 * fvwm/borders.c (RedrawBorder):
14359 * fvwm/decorations.c (SelectDecor):
14360 * fvwm/add_window.c (setup_style_and_decor):
14361 (setup_resize_handle_cursors):
14362 * fvwm/window_flags.h:
14363 * fvwm/fvwm.h (struct):
14364 added new member has_handles and new macro HAS_HANDLES
14366 * fvwm/decorations.c (SelectDecor):
14367 fixed the NoHandles style
14369 * fvwm/decorations.c (SelectDecor):
14370 * fvwm/style.c (check_window_style_change):
14371 (parse_and_set_window_style):
14373 * fvwm/fvwm.h (struct):
14374 renamed has_no_handles to has_no_border
14376 2002-03-15 olicha <olivier.chapuis@free.fr>
14379 * libs/Fft.c (is_utf8_encoding):
14383 s/COMPUND_TEXT/COMPOUND_TEXT
14386 Removed matrix xft specification doc as now it is use internally by
14389 * libs/Flocale.c (FlocaleRotateDrawString):
14390 (FlocaleUnloadFont):
14391 (FlocaleDrawString):
14392 (FlocaleTextWidth):
14394 * libs/Fft.c (FftGetRotatedFont):
14398 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14400 * fvwm/geometry.c (get_title_font_size_and_offset):
14401 * fvwm/style.c (parse_and_set_window_style):
14402 (check_window_style_change):
14403 * fvwm/update.c (apply_window_updates):
14407 * fvwm/window_flags.h:
14408 Implemented vertical text rendering, new style SideTitleTextDefault,
14409 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14411 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14414 removed inclusion of fvwmdebug.h
14416 * libs/gravity.c (ParseDirectionArgument):
14417 fixed direction parsing
14419 * fvwm/menus.c (get_menu_options):
14420 fixed a compiler warning
14422 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14424 * fvwm/bindings.c (ParseBinding):
14425 fixed compiler warning
14427 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14429 fixed compilation w/ --disable-ewmh
14431 * fvwm/windowlist.c (CMD_WindowList):
14432 fixed parsing of conditions versus position of window list broken with
14435 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14438 * libs/Fft.c (FftTextWidth):
14439 (is_utf8_encoding):
14440 (FftGetFontWidths):
14442 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14443 if HAVE_XFT was not set.
14445 * fvwm/events.h (XEVMASK_DECORW):
14446 select EnterNotify and LeaveNotify on frame instead of decor_w
14448 * fvwm/add_window.c (setup_title_window):
14449 (setup_button_windows):
14450 (setup_resize_handle_windows):
14451 frame window is the new parent of the title, button and handle windows
14452 (setup_frame_stacking):
14453 new stacking order of decoration windows
14455 * fvwm/menuitem.c (menuitem_paint):
14456 * fvwm/events.c (HandleExpose):
14459 * fvwm/move_resize.c (unmaximize_fvwm_window):
14460 don't force to redraw the frame
14462 * libs/gravity.c (gravity_get_offsets):
14465 functions moved to gravity.c
14467 2002-03-10 olicha <olivier.chapuis@free.fr>
14469 * acconfig.h (HAVE_XFT_UTF8):
14471 * libs/Fft.c (is_utf8_encoding):
14472 (FftGetFontWidths):
14475 Detected if Xft can handle utf8 string
14478 * fvwm/menuitem.c (menuitem_paint):
14479 * fvwm/events.c (HandleExpose):
14480 Fixed Xft related compilation failure and warning
14482 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14486 * fvwm/move_resize.c:
14491 * fvwm/add_window.c:
14492 * fvwm/frame.c (frame_setup_window):
14493 (frame_force_setup_window):
14494 (frame_setup_shape):
14495 SetupFrame renamed to frame_setup_window
14496 ForceSetupFrame renamed to frame_force_setup_window
14497 SetShape renamed to frame_setup_shape
14499 * fvwm/windowshade.c:
14500 moved most code to frame.c
14502 * fvwm/frame.c (SetShape):
14504 (set_decor_gravity):
14507 functions moved to new file
14510 (frame_setup_title_bar):
14514 direction code moved to gravity.c and gravity.h
14516 * fvwm/windowshade.c (CMD_WindowShade):
14517 * fvwm/geometry.c (get_shaded_geometry):
14519 * libs/FScreen.c (FScreenInit):
14520 (FScreenUpdateEmulationMapState):
14521 changed Xinerame emulation layout
14524 Corrected the description of the XineramaPrimaryScreen command that was
14527 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14529 * fvwm/menus.c (menu_tear_off):
14530 (unlink_item_from_menu):
14531 (menu_strip_tear_off_title):
14532 use the text from a title item as the tear off menu title if the menu
14533 begins with a title; skip separators and tear off bars at the front of
14537 implemented titleatleft and titleatright styles; titles are not drawn
14540 * fvwm/style.c (check_window_style_change):
14541 * fvwm/update.c (apply_window_updates):
14542 * fvwm/ewmh_names.c (EWMH_WMIconName):
14545 * fvwm/ewmh.c (ksmserver_workarround):
14546 * fvwm/update.c (apply_window_updates):
14547 * fvwm/conditional.c (MatchesConditionMask):
14548 * fvwm/fvwm.c (main):
14549 * fvwm/session.c (SaveWindowStates):
14552 * fvwm/functions.c (expand):
14553 * fvwm/stack.c (dump_stack_ring):
14554 (verify_stack_ring_consistency):
14555 * fvwm/module_interface.c (BroadcastWindowIconNames):
14556 (CMD_Send_WindowList):
14557 * fvwm/add_window.c (free_window_names):
14558 (free_window_names):
14559 * fvwm/events.c (HandlePropertyNotify):
14560 * fvwm/builtins.c (CMD_Wait):
14561 * fvwm/style.c (CMD_DestroyStyle):
14563 Adapted to changes of Flocale.h
14566 removed COMPUND_TEXT ifdef
14569 mutibyte defaults to on
14574 * fvwm/fvwm.h (FvwmWindow):
14575 cleaned up Flocale stuff for better information hiding
14577 * libs/Flocale.c (get_FlocaleFontSet):
14579 added a new font strucht member min_char_offset for vertical text
14581 * libs/Flocale.c (get_FlocaleFontSet):
14582 fixed a bug in descent calculation
14584 * fvwm/fvwm.h (FvwmWindow):
14587 * fvwm/borders.c (RedrawButtons):
14592 (DrawMultiPixmapTitlebar):
14593 don't use title_g or boundary_width
14595 * libs/Flocale.c (FlocaleTextWidth):
14596 * libs/Flocale.c (FlocaleDrawString):
14597 added interface for vertical strings
14598 * libs/Flocale.h (FlocaleWinString):
14599 added flags structure w/ is_vertical_string flag
14601 * fvwm/borders.c (RedrawTitle):
14602 (DrawMultiPixmapTitlebar):
14603 * fvwm/screen.h (ScreenInfo):
14604 * fvwm/icons.c (DrawIconWindow):
14605 * fvwm/move_resize.c (DisplayPosition):
14607 * fvwm/screen.h (ScreenInfo):
14608 removed ScratchStr and TitleStr; *please* don't use global variables
14611 * fvwm/move_resize.c (ParseOneResizeArgument):
14612 (GetResizeArguments):
14613 (GetResizeMoveArguments):
14615 (resize_move_window):
14616 * fvwm/module_interface.c (CONFIGARGS):
14619 * fvwm/placement.c (PlaceWindow):
14620 * fvwm/add_window.c (setup_title_window):
14621 (setup_button_windows):
14622 (setup_parent_window):
14623 (resize_resize_handle_windows):
14624 (change_resize_handle_windows):
14626 * fvwm/geometry.c (get_window_borders):
14627 (gravity_get_naked_geometry):
14628 (gravity_add_decoration):
14630 don't use title_g.width and title_g.height anymore
14632 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14635 * fvwm/borders.c (SetupTitleBar):
14636 * fvwm/add_window.c (setup_title_window):
14637 don't use title_g.x and title_g.y anymore
14638 (setup_title_geometry):
14641 * fvwm/fvwm.h (FvwmWindow):
14642 replaced title_g by title_length and title_thickness
14643 renamed title_text_y to title_text_offset
14645 * fvwm/add_window.c (setup_style_and_decor):
14646 (setup_parent_window):
14647 * fvwm/decorations.c (SelectDecor):
14648 * fvwm/placement.c (PlaceWindow):
14649 * fvwm/windowlist.c (CMD_WindowList):
14650 * fvwm/events.c (SendConfigureNotify):
14651 (HandlePropertyNotify):
14653 * fvwm/move_resize.c (DisplaySize):
14654 (ParseOneResizeArgument):
14655 (GetResizeArguments):
14656 (GetResizeMoveArguments):
14658 (resize_move_window):
14659 * fvwm/geometry.c (gravity_get_naked_geometry):
14660 (gravity_add_decoration):
14662 don't use boundary_width anymore
14664 * fvwm/borders.c (SetupTitleBar):
14667 * fvwm/fvwmdebug.c:
14668 removed outdated file that was never used
14670 * fvwm/move_resize.c (move_window_doit):
14671 fixed GNOME and EWMH hints when unsticking a window
14673 * fvwm/virtual.c (CMD_MoveToDesk):
14674 unstick windows when MoveToDesk is used
14677 * fvwm/windowshade.c (CMD_WindowShade):
14678 (CMD_WindowShadeAnimate):
14679 functions moved to windowshade.c
14681 * fvwm/window_flags.h:
14682 * fvwm/menus.c (pop_menu_up):
14683 * fvwm/builtins.c (CMD_WindowShade):
14684 * fvwm/move_resize.c (resize_window):
14685 * fvwm/icons.c (AutoPlaceIcon):
14686 * fvwm/borders.c (SetupFrame):
14687 don't use HAS_BOTTOM_TITLE any more
14691 * fvwm/geometry.c (get_title_font_width_and_offset):
14692 * fvwm/geometry.c (set_window_border_size):
14693 * fvwm/geometry.c (is_window_border_minimal):
14694 * fvwm/geometry.c (get_window_borders_no_title):
14695 * fvwm/geometry.c (get_shaded_client_window_pos):
14696 * fvwm/geometry.c (get_icon_corner):
14697 * fvwm/geometry.c (get_title_gravity):
14698 * fvwm/geometry.c (get_title_geometry):
14699 * fvwm/borders.c (get_button_number):
14702 * fvwm/borders.c (SetupFrame):
14704 * fvwm/events.c (HandleShapeNotify):
14705 * fvwm/borders.c (SetupTitleBar):
14706 * fvwm/update.c (apply_window_updates):
14707 * fvwm/add_window.c (setup_window_font):
14708 removed title_top_height
14710 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14713 * fvwm/events.c (SendConfigureNotify):
14714 * fvwm/events.c (HandleConfigureRequest):
14715 preparations for W/E titles
14716 don't use title_top_height any more
14718 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14719 use title_dir flags
14721 * fvwm/geometry.c (get_window_borders):
14722 * fvwm/style.c (parse_and_set_window_style):
14723 (check_window_style_change):
14724 * fvwm/style.h (SCSET_TITLE_DIR):
14725 * fvwm/window_flags.h (GET_TITLE_DIR):
14726 * fvwm/fvwm.h (struct):
14727 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14730 * libs/Parse.c (ParseDirectionArgument):
14732 use new type direction_type
14734 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14736 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14737 use function from geometry.c to get the border size
14739 * fvwm/geometry.c (get_shaded_geometry):
14740 added code for shading in all directions
14742 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14744 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14746 2002-03-07 olicha <olivier.chapuis@free.fr>
14748 * libs/Flocale.c (FInitLocale):
14749 * fvwm/fvwm.c (main):
14750 Set the locale using "" as locale argument
14752 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14755 fixed some typos and indentation of several new variable entries
14757 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14759 * fvwm/functions.h (enum):
14760 * fvwm/functions.c (func_config):
14762 * fvwm/conditional.c (CMD_ThisWindow):
14763 renamed command "This" to "ThisWindow"
14765 * fvwm/conditional.c (Circulate):
14766 "Current" no longer selects a random window when no window is focused
14768 * fvwm/icccm2.c (SetupICCCM2):
14769 removed debug fprintf
14771 * fvwm/functions.c (expand_extended_var):
14772 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14773 pointer.wy, pointer.cx and pointer.cy.
14775 * libs/Parse.c (ParseDirectionArgument):
14776 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14778 * fvwm/builtins.c (CMD_WindowShade):
14779 fixes for animated shading w/ titleatbottom+north and titleattop+south
14781 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14783 * fvwm/move_resize.c (moveLoop):
14785 * fvwm/virtual.c (HandlePaging):
14786 moving/resizing windows opaque is much faster
14788 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14790 * fvwm/add_window.c (resize_resize_handle_windows):
14791 (change_resize_handle_windows):
14792 (setup_window_font):
14793 fixed changing the handlewidth style
14795 * fvwm/update.c (apply_window_updates):
14796 * fvwm/geometry.c (update_absolute_geometry):
14797 * fvwm/builtins.c (CMD_WindowShade):
14798 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14799 * fvwm/conditional.c (CreateConditionMask):
14800 * fvwm/geometry.c (get_shaded_geometry):
14801 * fvwm/session.c (MatchWinToSM):
14802 * fvwm/add_window.c (setup_window_structure):
14804 * fvwm/window_flags.h (SHADED_DIR):
14805 * fvwm/fvwm.h (struct):
14806 implemented new WindowShade options "North" and "South" to allow shading
14807 a window in either direction, regardless of if the title is at the top
14810 * libs/Module.c (module_expand_action):
14811 new convenience function for modules
14813 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14815 * fvwm/fvwm2.1: Fixes to the font section.
14817 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14819 * fvwm/conditional.c (CMD_WindowId):
14820 set the correct context window for unmanaged windows
14822 * fvwm/icons.c (DrawIconWindow):
14823 raise the icon title even if it's too small to be expanded
14825 * fvwm/conditional.c (CMD_Cond):
14826 Fixed it the right way this time
14828 same fix for the 'Any' command
14835 unified circulating functions into a single one
14837 Pick allows to pick functions that have CirculateSkip set
14838 fixed a memory leak
14842 (CMD_PointerWindow):
14843 unified selecting functions into a single one
14846 Allow user to override the default CirculateHit of these functions
14848 * fvwm/conditional.c (CMD_Cond):
14849 Fixed a problem w/ the window selection
14855 * fvwm/menustyle.h:
14856 * fvwm/menustyle.c:
14860 moved some of the menu code into separate files
14861 more work on tear off menus; windowlist can now be torn off without a
14866 added templates for new source files
14868 * libs/Picture.c (fvwmlib_clone_color):
14871 * fvwm/menus.c (make_menu):
14873 removed unused parameter from make_menu()
14875 * fvwm/fvwm2.1 (Example):
14876 corrected statement about CaptureHonorsStartsOnPage being the default
14878 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14883 added and documented --disable-bidi and --disable-perllib
14885 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14887 * fvwm/geometry.c (get_window_borders):
14888 fixed calculation of $[cw.y] and $[cw.height]
14890 * fvwm/move_resize.c (resize_move_window):
14891 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14893 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14895 * fvwm/move_resize.c (resize_move_window):
14897 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14900 re-added --enable-xinerama-emulation option that was removed recently
14902 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14907 several corrections and rewording
14909 2002-02-28 olicha <olivier.chapuis@free.fr>
14912 New section FONT NAMES AND FONT LOADING
14916 Document --enable-xft
14918 * libs/Fft.c (get_FlocaleXftFont):
14919 Used the xft font height in the place of ascent+descent
14921 * fvwm/icons.c (DrawIconWindow):
14922 Fixed the fg colors of the icon title
14924 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14926 * fvwm/conditional.c (CMD_CondCase):
14927 fixed CondCase command
14929 fixed numeric return codes
14931 * fvwm/add_window.c (CMD_Recapture):
14932 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14934 * acinclude.m4 (smr_CHECK_LIB):
14935 disabled a destructing gnome_prefix logic again
14937 * fvwm/events.c (GetContext):
14938 * libs/Bindings.c (win_contexts):
14940 new contexts for individual parts of the window border
14942 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14945 disabled a destructing gnome_prefix logic
14948 replaced fribidi detection mechanism, now fribidi-config is used
14950 2002-02-26 olicha <olivier.chapuis@free.fr>
14952 * acconfig.h (HAVE_XFT):
14955 * libs/Fft.c (new file):
14956 * libs/Flocale.c (FlocaleLoadFont):
14957 (FlocaleUnloadFont):
14958 (FlocaleDrawString):
14959 (FlocaleTextWidth):
14960 (get_FlocaleFontSet):
14962 (get_FlocaleFontOrFontSet):
14964 * fvwm/Makefile.am:
14965 Added anti-alised font rendering using Xft. This is off by default.
14966 A font can now be given as a ";" separated list of either ","
14967 separated list of XFLD font name or Xft font name with "xft:" as
14969 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14970 See Flocale.h for details
14972 * fvwm/events.c (HandleExpose):
14973 * fvwm/menus.c (paint_item):
14974 Always clear the text area before drawing text with an Xft font
14976 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14978 * acinclude.m4 (smr_CHECK_LIB):
14979 fixed a bug with variable expansion and autoconf cache values
14981 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14983 * fvwm/menus.c (seek_submenu_instance):
14985 * fvwm/fvwm.c (InitVariables):
14986 some general menu clean up
14988 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14989 * fvwm/move_resize.h (resize_geometry_window):
14990 * fvwm/menus.c (animated_move_back):
14992 (ParentalMenuRePaint):
14993 Removed the global variables for parental relativity. Please *do not*
14994 use globals in menus.c or anywhere else. I'm trying to remove most
14995 globals in the long run.
14997 * libs/Graphics.c (do_relieve_rectangle):
15000 * fvwm/menus.c (MenuInteraction):
15001 fixed tearing off menus by selecting a tear off item with the keyboard
15003 * fvwm/menus.c (MenuInteraction):
15004 fixed menus not popping down sometimes
15006 * fvwm/functions.c (CMD_TearMenuOff):
15007 * fvwm/menus.c (AddToMenu):
15009 (warp_pointer_to_item):
15010 (get_selectable_item_index):
15011 (get_selectable_item_from_index):
15012 (get_selectable_item_from_section):
15015 (draw_tear_off_bar):
15016 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
15017 New command "TearMenuOff" in menus. In a normal item, this tears off
15018 the menu when selected. If the item has no title, it is drawn as a
15019 dashed line too. Pressing button 2 over a title tears out the menu too.
15022 * fvwm/menus.c (make_menu_window):
15023 fixed problem w/ mapping menus, performance enhancement
15025 * fvwm/builtins.c (CMD_Destroy):
15029 * fvwm/functions.c (execute_function):
15030 (expand_extended_var):
15032 new variable cond.rc that returns the last return code of a conditinal
15035 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15037 * fvwm/conditional.c (CMD_Cond):
15041 * fvwm/functions.h:
15042 * fvwm/functions.c:
15043 new conditional commands Cond, CondCase and Break
15045 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
15046 (ewmh_WMStateShaded):
15049 (ewmh_WMStateHidden):
15051 (ewmh_CloseWindow):
15052 (ewmh_ActiveWindow):
15053 (ewmh_DesktopGeometry):
15054 * fvwm/gnome.c (GNOME_HandlePropRequest):
15055 * fvwm/windowlist.c (CMD_WindowList):
15056 * fvwm/update.c (apply_window_updates):
15057 * fvwm/conditional.c (CMD_Pick):
15063 (CMD_PointerWindow):
15068 * fvwm/read.c (run_command_stream):
15069 * fvwm/fvwm.c (Done):
15073 * fvwm/module_interface.c (ExecuteModuleCommand):
15074 * fvwm/move_resize.c (handle_stick):
15075 * fvwm/add_window.c (AddWindow):
15076 * fvwm/events.c (HandleKeyPress):
15077 (HandleButtonPress):
15078 (HandleClientMessage):
15079 (HandleButtonRelease):
15080 (HandlePropertyNotify):
15081 * fvwm/builtins.c (CMD_DestroyDecor):
15084 * fvwm/functions.h (func_type):
15085 * fvwm/functions.c (old_execute_function):
15086 (execute_function):
15087 (execute_complex_function):
15089 * fvwm/fvwm.h (fvwm_cond_func_rc):
15090 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15092 * fvwm/ConfigFvwmDefaults:
15093 set some default styles for tear off menu windows
15095 * fvwm/menus.c (menuShortcuts):
15096 ignore actions that would normally close a menu if it's a tear off menu
15097 <Backspace> creates a tear off menu
15098 <Escape> closes a tear off menu
15100 * fvwm/builtins.c (CMD_Delete):
15103 * fvwm/menus.c (DestroyMenu):
15104 (make_menu_window):
15106 * fvwm/menus.h (MenuRootDynamic):
15107 Each menu window is created with a unique display to prevent fvwm from
15108 being killed when a tear off menu is destroyed. Of course this is
15109 inefficient, but still better than writing a menu module.
15111 2002-02-23 Mikhael Goikhman <migo@homemail.com>
15114 autogenerate perllib/FVWM/Module/Makefile
15116 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15118 * fvwm/move_resize.c (moveLoop):
15119 fixed a problem with keyboard movement vs. EdgeResistance
15121 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15124 fixed problem with root bindings and xfishtank
15126 * fvwm/windowlist.c (CMD_WindowList):
15127 applied patch by to Darren Marshall to fix placement of window list on
15128 wrong xinerama screen
15130 * libs/Parse.c (GetSuffixedIntegerArguments):
15131 integer arguments that must not have a suffix but have one are ignored
15133 * fvwm/icons.c (DeIconify):
15135 applied patch by Markus Schwarzenberg to fix a rare problem with the
15136 is_map_pending flag, iconified icons and restart
15138 2002-02-22 Mikhael Goikhman <migo@homemail.com>
15141 * fvwm/conditional.c (CMD_This):
15142 * fvwm/functions.c:
15143 * fvwm/functions.h:
15146 added new conditional command This
15148 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15152 added fribidi library detection
15154 2002-02-12 olicha <olivier.chapuis@free.fr>
15156 * libs/Flocale.h (FlocaleFont):
15157 * libs/Flocale.c (get_FlocaleFont):
15158 (get_FlocaleFontSet):
15159 Compute the ascent and descent of the FlocaleFont structure directly
15160 from the XFontSetExtents data in the case of a fontset
15161 Added max_char_width to the FlocaleFont structure
15163 * libs/Makefile.am (libfvwm_a_SOURCES):
15165 Removed libs/GetFont.c
15167 * fvwm/menus.c (FreeMenuStyle):
15170 (CMD_CopyMenuStyle):
15171 * fvwm/menus.h (MenuLook):
15172 Fixed default font handling font by using a new MenuLook flags
15175 * fvwm/menus.c (UpdateMenuStyle):
15176 Fixed default font update
15178 * fvwm/fvwm.c (SetRCDefaults):
15180 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15181 fvwm initialization
15183 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15186 added FvwmPerl/* file generation
15188 2002-02-11 olicha <olivier.chapuis@free.fr>
15192 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15195 Added more documentation and change the MB_FALLBACK_FONT to
15196 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15197 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15198 more consistent with the none multibyte case.
15200 2002-02-10 olicha <olivier.chapuis@free.fr>
15202 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15204 * fvwm/events.c (HandleUnmapNotify):
15205 (HandleReparentNotify):
15206 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15207 (ewmh_WMStateSticky):
15208 (ewmh_WMStateHidden):
15209 Restore various ewmh initial states when a window is unmapped or
15212 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15216 added support for new perllib directory
15218 2002-02-09 olicha <olivier.chapuis@free.fr>
15225 Rename I18N_MB to MULTIBYTE
15226 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15228 * libs/Flocale.c (*):
15230 New Font and Text API. A cache is used for fonts information. Font
15231 loading is more powerfull as both font or fontset can be loaded.
15232 See Flocale.h for details, more comments will be added soon.
15233 Fortunately, it seems that there are no more memory problems with
15234 --enable-multibyte!
15235 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15236 with XmbTextPropertyToTextList
15238 * fvwm/events.c (HandlePropertyNotify):
15239 * fvwm/misc.c (NewFontAndColor):
15242 * fvwm/menus.c (FreeMenuStyle):
15244 (CMD_CopyMenuStyle):
15246 (calculate_item_sizes):
15247 (size_menu_horizontally):
15249 * fvwm/builtins.c (CMD_DefaultFont):
15250 (ApplyDefaultFontAndColors):
15251 * fvwm/add_window.c (destroy_icon_font):
15253 (destroy_window_font):
15254 (setup_window_font):
15255 (free_window_names):
15256 (setup_window_name):
15258 * fvwm/fvwm.h (FvwmWindow):
15259 * fvwm/move_resize.c (DisplayPosition):
15260 (resize_geometry_window):
15262 * fvwm/fvwm.c (InitVariables):
15263 * fvwm/icons.c (DrawIconWindow):
15264 (setup_icon_title_size):
15265 * fvwm/borders.c (RedrawTitle):
15266 (DrawMultiPixmapTitlebar):
15267 * fvwm/screen.h (ScreenInfo):
15268 Use the new Text and Font API
15270 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15272 * fvwm/module_interface.c (PositiveWrite):
15273 fixed core dump when a module died in the select of PositiveWrite()
15275 * fvwm/module_interface.c (initModules):
15277 (do_execute_module):
15279 (KillModuleByName):
15280 (CMD_SendToModule):
15282 * fvwm/modconf.c (ModuleConfig):
15283 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15285 * fvwm/icons.c (GetXPMFile):
15286 suppress unnecessary error message for xmb icons
15288 * fvwm/misc.c (fvwm_msg):
15289 * fvwm/misc.h (enum):
15290 added new fvwm_msg type "OLD" for deprecated commands
15292 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15295 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15298 New section "Bug Reports".
15300 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15302 * fvwm/update.c (apply_window_updates):
15303 fixed propagation of window border and title colours to the modules
15305 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15307 * fvwm/menus.c (do_menu):
15308 fixed leaving tear off menus when something is selected with the mouse
15310 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15312 * fvwm/events.c (HandleEnterNotify):
15314 more work on tear off menus
15316 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15318 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15319 * fvwm/menus.c (menu_enter_tear_off_menu):
15324 properly calculate pointer position in tear off menus
15326 fixed active wait w/ poopup/popdown delays
15328 * fvwm/windowlist.c (CMD_WindowList):
15329 don't initialise some variables twice
15331 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15333 * fvwm/add_window.c (CaptureOneWindow):
15334 properly recapture tear off menus
15336 (IS_MESSAGE_IN_MASK):
15337 (is_message_selected):
15340 * fvwm/schedule.c (deschedule):
15342 * fvwm/events.c (My_XNextEvent):
15344 * fvwm/module_interface.c (ClosePipes):
15345 (CMD_ModuleSynchronous):
15347 performance enhancements; made macros out of simple functions
15349 * fvwm/builtins.c (CMD_WindowShade):
15350 don't redraw the decorations if window was not shaded or unshaded
15352 * fvwm/schedule.c (deschedule_obj_func):
15353 (execute_obj_func):
15354 fixed core dump when a scheduled command deschedules itself
15356 2002-01-31 olicha <olivier.chapuis@free.fr>
15361 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15364 * fvwm/move.c (moveLoop):
15365 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15367 * fvwm/session.c (get_version_string):
15368 switch from static to date-based version string
15371 remove --enable-kanji compatibility option
15375 fix warnings, gcc compains on having something after #endif
15377 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15379 * fvwm/builtins.c (CMD_Delete):
15382 don't crash fvwm when trying to close a tear off menu
15384 * fvwm/decorations.c (is_function_allowed):
15385 * fvwm/menus.c (menu_expose):
15387 * fvwm/events.c (HandleReparentNotify):
15388 (HandleUnmapNotify):
15389 * fvwm/add_window.c (AddWindow):
15391 * fvwm/fvwm.h (struct):
15392 * fvwm/add_window.c (CaptureAllWindows):
15393 (CaptureOneWindow):
15394 * fvwm/events.h (flush_property_notify):
15395 * fvwm/events.c (HandleMapRequestKeepRaised):
15396 started work on tear off menus
15398 * fvwm/fvwm.c (main):
15399 * fvwm/events.c (CMD_Sync):
15401 * fvwm/commands.h (CMD_Synchronize):
15402 * fvwm/functions.h (enum):
15403 * fvwm/functions.c (func_config):
15404 new commands XSync and XSynchronize for debugging
15406 * fvwm/conditional.c (CreateConditionMask):
15407 (MatchesConditionMask):
15408 * fvwm/builtins.c (CMD_State):
15409 * fvwm/fvwm.h (struct):
15410 * fvwm/functions.h:
15412 * fvwm/functions.c (func_config):
15413 new command "State"
15414 new condition "State"
15419 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15421 * fvwm/module_interface.c (AddToMessageQueue):
15423 (DeleteMessageQueueBuff):
15424 (FlushMessageQueue):
15425 * fvwm/events.c (My_XNextEvent):
15426 * fvwm/module_interface.c (AddToCommandQueue):
15427 (ExecuteCommandQueue):
15428 use code from queue.c
15433 * fvwm/events.c (My_XNextEvent):
15434 "Schedule 0" commands are executed before event handling
15435 moved some of the chedule code into a new queue library
15437 2002-01-30 olicha <olivier.chapuis@free.fr>
15439 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15441 2002-01-30 olicha <olivier.chapuis@free.fr>
15445 * libs/Makefile.am:
15446 * fvwm/fvwm.c (main):
15447 New libs files Flocale.c and Flocale.h with a function to set the
15448 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15449 also a function to get the charset (from ewmh_name.c) and which
15450 setlocale if this has not been done with the above function. This
15451 function is also called at fvwm2 startup
15453 * fvwm/ewmh_names.c (charset_to_utf8):
15455 Use the Fcharset variable and remove get_charset
15457 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15460 * libs/GetFont.c (GetFontSetOrFixed):
15461 Free the missing charset list as suggested by Alexander Kotelnikov.
15462 Report problems with missing charset only 5 times. Remove the
15463 STRICTLY_FIXED code
15465 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15468 a patch to config.status to generate scripts executable, may be handy;
15469 added generation of utils/fvwm24_convert
15471 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15474 * fvwm/functions.c (expand_extended_var):
15475 implemented $[schedule.last] and $[schedule.next] variables
15476 implemented new command "Deschedule"
15478 * fvwm/misc.c (get_server_time):
15481 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15483 * fvwm/misc.c (get_server_time):
15484 * fvwm/events.c (My_XNextEvent):
15485 * fvwm/icccm2.c (SetupICCCM2):
15486 * fvwm/functions.h:
15488 * fvwm/functions.c (func_config):
15490 implemented new command "Schedule"
15492 * fvwm/builtins.c (CMD_Exec):
15493 applied job control patch by Alexander Kotelnikov using the portable
15494 version of setpgrp()
15496 * libs/setpgrp.c (fvwm_setpgrp):
15497 * libs/setpgrp.h (fvwm_setpgrp):
15498 * libs/Makefile.am:
15500 added checks for setpgrp and setpgid
15502 2002-01-29 olicha <olivier.chapuis@free.fr>
15505 Better test for iconv second argumeny
15508 Use gnu libiconv in priority against the system iconv
15510 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15512 * fvwm/stack.c (RaiseOrLowerWindow):
15514 (collect_transients_recursive):
15515 * fvwm/icons.c (get_visible_icon_window_count):
15516 fixed stack ring corruption with icons that have either no picture or
15519 2002-01-28 olicha <olivier.chapuis@free.fr>
15521 * fvwm/ewmh_names.c (charset_to_utf8):
15523 (EWMH_SetVisibleName):
15525 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15526 set the ewmh visible (icon) name only if the fvwm visible name is
15527 different from the ICCCM (icon) window name, limit the number of
15528 conversions error messages to 10
15530 2002-01-28 olicha <olivier.chapuis@free.fr>
15532 * fvwm/functions.c (func_config):
15534 * fvwm/builtins.c (CMD_PropertyChange):
15535 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15538 * fvwm/module_interface.h:
15539 * fvwm/module_interface.c (BroadcastPropertyChange):
15540 * libs/Module.h (MX_PROPERTY_CHANGE):
15541 New module message MX_PROPERTY_CHANGE for all propose messages.
15543 * fvwm/events.c (HandlePropertyNotify):
15545 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15546 as argument when fvwm2 detects that the root background change
15547 Removed the ROOT_BG_CHANGE_STRING stuff
15549 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15551 * NEWS, configure.in:
15552 changed version to 2.5.1
15554 * fvwm/misc.c (get_pointer_fvwm_window):
15556 * fvwm/functions.c (func_config):
15557 * fvwm/conditional.c (CreateConditionMask):
15558 (MatchesConditionMask):
15559 (CMD_PointerWindow):
15560 (CreateConditionMask):
15562 * fvwm/fvwm.h (WindowConditionMask):
15563 new conditions focused, !focused, haspointer, !haspointer
15564 new command PointerWindow that works like Current but on the window
15565 that currently contains the pointer
15566 new command Any which works like None but inverts the condition
15567 fixed parsing of conditions with more than one comma
15569 * fvwm/module_interface.h:
15570 * fvwm/module_interface.c (do_execute_module):
15572 * libs/Module.h (MAX_XMSG_MASK):
15573 fixed default message mask for modules
15575 * fvwm/update.c (flush_window_updates):
15576 * fvwm/virtual.c (UnmapDesk):
15578 (do_move_window_to_desk):
15579 * fvwm/icons.c (DeIconify):
15581 * fvwm/events.c (HandlePropertyNotify):
15582 (HandleMapRequestKeepRaised):
15584 (HandleButtonPress):
15585 (HandleEnterNotify):
15586 (HandleLeaveNotify):
15587 * fvwm/focus.c (DoSetFocus):
15590 (ReturnFocusWindow):
15592 (ForceDeleteFocus):
15594 (restore_focus_after_unmap):
15595 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15596 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15597 the flush_window_updates() function.
15599 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15601 * fvwm/placement.c (PlaceWindow):
15602 minor performance enhancement
15604 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15607 * fvwm/menus.c (MenuInteraction):
15608 (pointer_in_active_item_area):
15609 (pointer_in_passive_item_area):
15610 new menu style PopupActiveArea
15612 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15614 * fvwm/move_resize.c (CMD_ResizeMaximize):
15615 (CMD_ResizeMoveMaximize):
15616 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15618 2002-01-21 olicha <olivier.chapuis@free.fr>
15621 s/Penalities/Penalties/g
15623 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15625 * fvwm/events.c (HandleLeaveNotify):
15626 (HandleEnterNotify):
15627 * fvwm/modconf.c (ModuleConfig):
15628 * fvwm/update.c (apply_window_updates):
15629 * fvwm/module_interface.c (BroadcastWindowIconNames):
15630 (CMD_Send_WindowList):
15632 (do_execute_module):
15634 (CMD_set_nograb_mask):
15635 (CMD_set_sync_mask):
15637 (set_mseggage_mask):
15638 (is_message_in_mask):
15639 (is_message_selected):
15641 rewrote message interface to allow more than 32 messages with minimal
15642 changes in the existing interfaces.
15643 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15646 * fvwm/style.c (parse_and_set_window_style):
15647 * fvwm/fvwm.h (struct):
15648 * fvwm/events.c (HandleButtonPress):
15649 implemented new styles MouseFocusClickIgnoreMotion and
15650 MouseFocusClickIgnoreMotionOff
15652 * fvwm/focus.c (focus_grab_buttons):
15653 fixed button mask for > 5 buttons
15655 2002-01-19 olicha <olivier.chapuis@free.fr>
15657 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15658 Save and restore the icon_pixmap_w and add comments
15660 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15662 * fvwm/events.c (HandleEnterNotify):
15663 fixed EnterNotify events for icons
15665 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15668 * fvwm/stack.c (overlap_box):
15670 * fvwm/icons.c (clear_icon):
15671 * fvwm/add_window.c (destroy_icon):
15672 * fvwm/fvwm.h (FvwmWindow):
15673 * fvwm/geometry.c (get_window_borders):
15674 (get_client_geometry):
15675 * libs/fvwmrect.h (struct):
15676 * fvwm/functions.c (expand_extended_var):
15677 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15678 return the geometry of the client window
15679 implemented new extended variables it.x, it.y, it.width, it.height that
15680 return the geometry of the icon title
15681 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15682 return the geometry of the icon picture
15683 implemented new extended variables i.x, i.y, i.width, i.height that
15684 return the geometry of the whole icon
15685 fixed $[w.height] when the window is shaded
15686 cleaned up icon geometry code
15688 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15691 * fvwm/functions.c:
15692 * fvwm/functions.h:
15693 * fvwm/move_resize.c (unmaximize_fvwm_window):
15694 (maximize_fvwm_window):
15696 (CMD_ResizeMaximize):
15700 (resize_move_window):
15701 (CMD_ResizeMoveMaximize):
15702 New command ResizeMaximize. Works like Resize, but modifies the
15703 maximized size of the window, not the normal size.
15704 New command ResizeMoveMaximize that works similarly.
15705 (resize_move_window):
15706 fixed ResizeMove command
15708 * fvwm/functions.c (expand):
15709 fixed core dump when using something like $[$v] in a command
15711 2002-01-17 olicha <olivier.chapuis@free.fr>
15713 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15714 * fvwm/events.c (HandlePropertyNotify):
15715 * fvwm/fvwm.c (InternUsefulAtoms):
15717 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15718 that the root background has changed. This uses the _XSETROOT_ID
15719 and XROOTPMAP_ID properties
15721 * fvwm/ewmh.c (atom_get):
15724 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15726 * fvwm/update.c (flush_window_updates):
15727 fixed unnecessary window style updates
15729 * fvwm/style.c (parse_and_set_window_style):
15730 * fvwm/add_window.c (RestoreWithdrawnLocation):
15732 (setup_frame_attributes):
15733 * fvwm/fvwm.h (FvwmWindow):
15734 Fvwm does no longer disable backing store on all of its windows. This
15735 cause too many problems with some applications, e.g. rdist. Introduced
15736 the new style BackingStoreWindowDefault that tells fvwm not to modify
15737 the backing store attribute on the client window - which now is the
15740 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15743 * fvwm/functions.c (func_config):
15744 * libs/Module.c (SetMessageMask2):
15749 fixed building with libstroke-0.5.1 on Solaris8
15751 * fvwm/stack.c (new_layer):
15752 * fvwm/borders.c (DrawButton):
15755 * fvwm/builtins.c (SetLayerButtonFlag):
15757 * fvwm/screen.h (struct):
15758 Applied the layer button patch by Richard Curnow with a few
15761 * fvwm/icons.c (GetIconBitmap):
15763 Ignore client icons that have the wrong depth
15765 * fvwm/events.c (HandleEnterNotify):
15766 Tried to fix focusing problem w/ unclutter.
15768 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15770 * fvwm/functions.c (CheckActionType):
15773 * fvwm/menus.c (paint_item):
15774 * fvwm/misc.c (is_function_allowed):
15775 * fvwm/move_resize.c (is_move_allowed):
15776 (is_resize_allowed):
15777 (is_maximize_allowed):
15778 * fvwm/decorations.c (check_if_function_allowed):
15779 combined all these functions into a new one
15780 use this function everywhere
15781 use the Fixed... styles to decide if a menu item is greyed or not
15783 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15785 * fvwm/events.c (HandleExpose):
15786 eat up expose events even if the server claims that the expose count is
15787 zero; fixes a problem with many redraws of windows that are uncovered
15788 by shading a window above them
15790 2002-01-10 olicha <olivier.chapuis@free.fr>
15792 * fvwm/focus.c (DoSetFocus):
15793 * fvwm/move_resize.c (CMD_Maximize):
15798 * fvwm/icons.c (DeIconify):
15801 * fvwm/gnome.c (GNOME_HandlePropRequest):
15802 * fvwm/ewmh_names.c (EWMH_WMName):
15803 * fvwm/events.c (HandleFocusIn):
15804 (HandlePropertyNotify):
15806 (HandleButtonPress):
15807 (HandleLeaveNotify):
15809 * fvwm/builtins.c (CMD_UpdateDecor):
15811 * fvwm/borders.c (draw_clipped_decorations):
15813 (RedrawDecorations):
15815 Added a new argument to DrawDecoration similar to draw_window_parts,
15816 which indicate which part of the decor should be cleared. At present
15817 time only CLEAR_FRAME is taken in account and this is used in
15818 ShadeWindow to draw the decoration without flickering. This argument
15819 may be used in the future to reduce opaque resizing flickering
15821 * fvwm/builtins.c (CMD_WindowShade):
15822 Draw the decoration during unshading a window
15824 * fvwm/menus.c (ParentalMenuRePaint):
15825 Fixed transparent animated menu again
15830 2002-01-09 olicha <olivier.chapuis@free.fr>
15832 * fvwm/style.c (CMD_Style):
15833 free all the elements of the ptmpstyle before freeing it
15835 * fvwm/menus.c (ParentalMenuRePaint):
15836 Fixed transparent animated menu with HilightBackOff
15838 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15840 * fvwm/style.c (merge_styles):
15841 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15842 in the copied style
15844 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15846 * fvwm/modconf.c (send_ignore_modifiers):
15847 (send_move_threshold):
15850 (send_color_limit):
15852 (send_desktop_geometry):
15853 (CMD_Send_ConfigInfo):
15854 moved code into new functions
15856 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15857 moved to defaults.h
15859 * fvwm/bindings.c (CMD_IgnoreModifiers):
15860 * fvwm/module_interface.c (broadcast_xinerama_state):
15861 * fvwm/modconf.c (send_ignore_modifiers):
15862 broadcast IgnoreModifiers to modules
15864 * fvwm/bindings.c (CMD_IgnoreModifiers):
15865 fixed IgnoreModifiers command without arguments
15867 corrected documentation of IgnoreModifiers command
15869 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15871 * fvwm/add_window.c:
15876 * fvwm/move_resize.c:
15879 * fvwm/module_interface.c:
15881 * fvwm/placement.c:
15884 * fvwm/fvwm.h (FvwmWindow):
15885 remnamed icon_w member to icon_title_w
15887 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15889 * fvwm/icons.c (RedoIconName):
15890 fixed sizing of icon title for icons without a pixmap
15892 (CreateIconWindow):
15894 (CreateIconWindow):
15895 rewrote icon title layout and moved the constants to defaults.h
15897 * fvwm/menus.c (menuShortcuts):
15898 (handle_emacs_bindings):
15899 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15901 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15903 * fvwm/fvwm2.1: Language checks done.
15904 .IR command not in column 1 fixed.
15906 2002-01-04 olicha <olivier.chapuis@free.fr>
15908 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15909 (AnimatedMoveOfWindow):
15910 (AnimatedMoveFvwmWindow):
15911 (move_window_doit):
15912 * fvwm/menus.c (ParentalMenuRePaint):
15913 (animated_move_back):
15915 Fixed transparent animated menu
15917 2002-01-03 olicha <olivier.chapuis@free.fr>
15919 * fvwm/move_resize.c (is_resize_allowed):
15921 Do not check if moveing/resizeing is MWM allowed for a no user request
15922 This fix for example FvwmWinList with MwmFunctions & NoOverride
15924 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15925 * fvwm/move_resize.c (is_move_allowed):
15926 Allowed moving if tmp_win is null and check if move is allowed and
15927 not resize in AnimatedMoveAnyWindow. This fix animated menu
15929 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15931 (ewmh_AllowsResize):
15932 Check as a user request
15935 * fvwm/move_resize.c (CMD_Maximize):
15938 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15939 to ignore the windows with a layer less or equal to the layer of
15940 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15941 Reorder a bit the Maximize documentation
15944 * fvwm/functions.c (expand_extended_var):
15945 New variables $[desk.name<n>] to get the desktop names
15947 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15949 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15950 Read with full path.
15952 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15955 * fvwm/misc.c (GrabEm):
15956 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15958 * fvwm/events.c (HandleUnmapNotify):
15959 (HandleMapRequestKeepRaised):
15960 (check_map_request):
15961 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15963 * fvwm/add_window.c (FetchWmProtocols):
15965 * fvwm/fvwm.h (FvwmWindow):
15966 * fvwm/events.c (HandleEnterNotify):
15967 (HandlePropertyNotify):
15968 * fvwm/focus.c (refresh_focus):
15970 fixed focus problems with netscape and ddd
15972 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15974 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15975 * libs/Pointer.c (GetLocationFromEventOrQuery):
15976 * fvwm/virtual.c (HandlePaging):
15977 * fvwm/move_resize.c (GetOnePositionArgument):
15979 (AnimatedMoveAnyWindow):
15982 * fvwm/module_interface.c (ExecuteModuleCommand):
15983 * fvwm/menus.c (do_menu):
15986 (get_menu_options):
15987 * fvwm/functions.c (execute_complex_function):
15988 * fvwm/events.c (HandleClientMessage):
15989 (WaitForButtonsUp):
15990 * fvwm/conditional.c (CMD_Direction):
15991 * fvwm/builtins.c (CMD_CursorMove):
15994 handle return code of XQueryPointer everywhere; necessary for dual head
15996 * fvwm/misc.c (GrabEm):
15997 Pointer was warped to other screen with a dual head setup
15999 2001-12-31 olicha <olivier.chapuis@free.fr>
16001 * fvwm/ewmh_events.c (ewmh_WMStateModal):
16002 Removed some code which try to raise ewmh modal window over
16003 its transientfor window; this seems not possible without a new style
16004 or a bad hack in stack.c
16006 2001-12-30 Dan Espen <dane@mk.telcordia.com>
16008 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
16009 fallback to fixed font so it shows the right font for I18N.
16011 2001-12-30 olicha <olivier.chapuis@free.fr>
16013 * fvwm/window_flags.h:
16014 * fvwm/session.c (MatchWinToSM):
16015 (LoadWindowStates):
16016 (SaveWindowStates):
16017 (get_version_string):
16018 * fvwm/move_resize.c (CMD_Maximize):
16020 * fvwm/icons.c (CMD_Iconify):
16021 * fvwm/ewmh.c (EWMH_SetWMState):
16024 (EWMH_SetAllowedActions):
16027 * fvwm/ewmh_intern.h:
16028 * fvwm/ewmh_events.c (ewmh_WMState*):
16029 * fvwm/builtins.c (CMD_WindowShade):
16030 * fvwm/stack.c (new_layer):
16031 * fvwm/update.c (apply_window_updates):
16032 * fvwm/update.h (struct):
16033 * fvwm/add_window.c (setup_window_structure):
16034 (setup_window_name):
16036 * fvwm/style.c (check_window_style_change):
16037 The skip list and modal ewmh window states are now updated after
16038 an use/ignore ewmh state style changes. The other ewmh states are
16039 starting state only. All the initial ewmh states are keep in memory
16042 * fvwm/ewmh.c (EWMH_Handle*):
16044 Set the ewmh_window_type to an int (and not the corresponding atom)
16045 accordingly to the window type
16047 * fvwm/ewmh_events.c (ewmh_WMStateModal):
16048 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
16051 * fvwm/ewmh.c (EWMH_GetStyle):
16052 * fvwm/ewmh_events.c (ewmh_WMDesktop):
16053 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
16056 * libs/vpacket.h (ConfigWinPacket):
16057 * fvwm/module_interface.c (CONFIGARGSNEW):
16060 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
16061 cfgpacket for FvwmIdent
16063 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16065 * fvwm/move_resize.c (resize_geometry_window):
16066 fixed wrong size calculation of geometry window
16068 2001-12-19 olicha <olivier.chapuis@free.fr>
16070 * fvwm/ewmh_names.c (convert_charsets):
16071 More precise error messages
16074 A few formatting fixes
16076 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16078 * fvwm/gnome.c (GNOME_SetHints):
16079 fixed window getting frozen into position upon a recapture or restart
16081 2001-12-17 Dan Espen <dane@mk.telcordia.com>
16083 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16085 2001-12-17 olicha <olivier.chapuis@free.fr>
16088 Tried to clarify the EWMHIconicStateWorkaround BugOpts
16090 * fvwm/ewmh.c (delete_kst_item):
16091 (set_kde_sys_tray):
16092 (EWMH_IsKdeSysTrayWindow):
16093 (EWMH_ManageKdeSysTray):
16094 * fvwm/events.c (HandleReparentNotify):
16095 Fixed reparenting management of kde system tray windows and
16096 added some off debugging code
16098 * fvwm/virtual.c (CMD_DesktopName):
16099 Removed some debugging code
16101 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16103 * fvwm/fvwm.h (struct):
16104 * fvwm/window_flags.h (IS_FIXED_PPOS):
16105 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16106 * fvwm/style.c (parse_and_set_window_style):
16107 (check_window_style_change):
16108 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16109 FixedUSSize, FixedPSize and Variable PPosition, ...
16111 * fvwm/events.c (HandleConfigureRequest):
16112 * fvwm/ewmh.c (ewmh_AllowsResize):
16113 (is_resize_allowed):
16116 * fvwm/gnome.c (GNOME_SetHints):
16117 (AnimatedMoveAnyWindow):
16120 * fvwm/move_resize.c (is_move_allowed):
16121 (is_resize_allowed):
16122 (is_maximize_allowed):
16123 new functions to clean up some code
16125 2001-12-15 Dan Espen <dane@mk.telcordia.com>
16127 * fvwm/fvwm2.1: Doc fixups.
16129 2001-12-15 olicha <olivier.chapuis@free.fr>
16131 * fvwm/builtins (CMD_BugOpts):
16133 * fvwm/ewmh_conf.c (EWMH_BugOpts):
16134 * fvwm/ewmh_events.c (ewmh_StateHidden):
16135 * fvwm/fvwm.c (InitVariables):
16137 * fvwm/icons.c (CMD_Iconify):
16139 * fvwm/virtual.c (unmap_window):
16141 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16142 to fix the IconicState problems in vitrual.c. New BugOpts
16143 EWMHIconicStateWorkaround for supporting current KDE versions
16145 * fvwm/events.c (HandlePropertyNotify):
16146 * fvwm/ewmh.c (ewmh_AllowsYes):
16148 (ewmh_AllowsClose):
16149 (ewmh_AllowsMaximize):
16151 (ewmh_AllowsResize):
16152 (EWMH_SetAllowedActions):
16154 * fvwm/style.c (check_window_style_change):
16155 * fvwm/update.c (apply_window_updates):
16157 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16159 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16161 * fvwm/borders.c (RedrawTitle):
16162 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16163 fixed 'stick' lines with long titles
16165 2001-12-11 olicha <olivier.chapuis@free.fr>
16169 * fvwm/ewmh.c (ewmh_SetWorkArea):
16171 (ewmh_ComputeAndSetWorkArea):
16172 (ewmh_HandleDynamicWorkArea):
16173 (EWMH_GetWorkAreaIntersection):
16174 (EWMH_GetStrutIntersection):
16175 (get_intersection):
16176 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16179 * fvwm/fvwm.c (InitVariables):
16181 * fvwm/modconf.c (send_desktop_names):
16182 (CMD_Send_ConfigInfo):
16183 * fvwm/placement.c (get_next_x):
16186 * fvwm/virtual.c (CMD_DesktopName):
16189 New command "DesktopName desk name" to define desktops names for
16190 the FvwmPager, the WindowList and ewmh compliant pagers.
16191 Desktops information (desk, desk name, working areas) is stored in a
16192 new list sub structure of Scr, DesktopsInfo. The head of the list
16193 contains generic information for desks that are not in the list.
16195 * fvwm/windowlist.c (get_desk_title):
16199 New window list options NoDeskNum, NoCurrentDeskTitle,
16200 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16201 the NoGeometry and NoGeometryInfo options.
16204 * fvwm/ewmh_names.c:
16205 * fvwm/ewmh_icons.c:
16206 Added some static declarations
16208 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16209 It seems that UTF8 names should not be terminated by a 0
16211 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16212 Set the stacking list in the good orders
16214 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16217 * fvwm/functions.c:
16221 removed all MULTISTYLE ifdefs
16223 * fvwm/borders.c (RedrawTitle):
16224 fixed title drawing into relief
16226 2001-12-08 olicha <olivier.chapuis@free.fr>
16233 * fvwm/window_flags.h:
16235 s/extended_window_name/indexed_window_name/i
16236 s/extended_icon_name/indexed_icon_name/i
16237 s/do_update_window_name/do_update_visible_window_name/
16238 s/do_update_icon_name/do_update_visible_icon_name/
16240 * fvwm/style.c (CMD_Style):
16242 (parse_and_set_window_style):
16243 Split CMD_Style into CMD_Style and parse_and_set_window_style
16245 2001-12-06 olicha <olivier.chapuis@free.fr>
16247 * fvwm/add_window.c (setup_window_name_count):
16248 (setup_icon_name_count):
16249 Better determination of the window and icon names index
16251 * fvwm/add_window.c (AddWindow):
16253 * fvwm/events.c (HandlePropertyNotify):
16254 * fvwm/ewmh_names.c (EWMH_WMName):
16256 * fvwm/module_interface.c (BroadcastWindowIconNames):
16257 * fvwm/module_interface.h:
16258 (CMD_Send_WindowList):
16260 (CMD_set_sync_mask):
16261 (CMD_set_nograb_mask):
16262 * fvwm/update.c (apply_window_updates):
16264 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16265 which are send to modules with BroadcastWindowIconNames.
16266 The set mask cmds use unsigned long mask and not int mask!
16268 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16272 EWMH without iconv compile fix by Hippo
16274 2001-12-05 olicha <olivier.chapuis@free.fr>
16276 * fvwm/add_window.c:
16279 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16280 * fvwm/ewmh_events.c:
16283 * fvwm/move_resize.c (CMD_Maximize):
16284 * fvwm/placement.c (test_fit):
16286 * fvwm/session.c (SaveWindowStates):
16287 * fvwm/style.c (merge_styles):
16289 (check_window_style_change):
16290 * fvwm/update.c (apply_window_updates):
16292 * fvwm/window_flags.h:
16294 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16295 EWMHMaximizeUseDynamicWorkingArea,
16296 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16297 EWMHPlacementUseDynamicWorkingArea,
16298 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16299 EWMHIgnoreStateHints / EWMHUseStateHints,
16300 EWMHIgnoreStrutHints / EWMHUseStrutHints
16302 * fvwm/ConfigFvwmDefaults:
16303 Use EWMHPlacementUseDynamicWorkingArea,
16304 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16307 * fvwm/add_window.c (setup_placement_penalty):
16308 * fvwm/add_window.h:
16309 (setup_placement_penalty):
16312 * fvwm/placement.c (get_next_x):
16313 * fvwm/placement.h:
16316 * fvwm/style.c (CMD_Style):
16318 (check_window_style_change):
16319 * fvwm/update.c (apply_window_updates):
16321 * fvwm/window_flags.h:
16323 New styles PlacementOverlapPenalties and
16324 PlacementOverlapPercentPenalties
16327 * fvwm/add_window.c (setup_window_name_count):
16328 * fvwm/add_window.h:
16329 (setup_icon_name_count):
16330 (setup_visible_name):
16331 (setup_window_name):
16332 (free_window_names):
16334 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16336 * fvwm/events.c (HandlePropertyNotify):
16337 * fvwm/ewmh_names.c (EWMH_*):
16339 * fvwm/icons.c (CreateIconWindow):
16344 * fvwm/session.c (MatchWinToSM):
16345 * fvwm/style.c (CMD_Style):
16347 (check_window_style_change):
16348 * fvwm/update.c (apply_window_updates):
16350 * fvwm/window_flags.h:
16351 New styles ExtendedWindowName / SimpleWindowName and
16352 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16354 * fvwm/builtins.c (ReadMultiPixmapDecor):
16360 * session.c (get_version_string):
16363 * fvwm/stack.c (new_layer):
16365 Fixed ewmh wm state
16367 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16368 Fixed creation of the ewmh icon in the case of the window is iconified
16370 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16372 * fvwm/placement.c (PlaceWindow):
16373 fixed manual placement on Xinerama screens other than the one with the
16374 top left corner of the total screen
16376 2001-11-27 olicha <olivier.chapuis@free.fr>
16382 Check for the second argument of iconv
16385 Added -Wall to CFLAGS if cc is gcc
16387 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16391 s/extanded/extended/
16393 2001-11-26 olicha <olivier.chapuis@free.fr>
16395 * fvwm/Makefile.am:
16396 Fixed (?) iconv_LIBS
16398 2001-11-26 olicha <olivier.chapuis@free.fr>
16400 * fvwm/functions.c (expand):
16401 Fixed n, c, r expansion
16403 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16405 * fvwm/fvwm2.1: Clean up ewmh stuff.
16407 2001-11-24 olicha <olivier.chapuis@free.fr>
16409 * fvwm/ewmh_internal.h:
16411 Removed a non standard macro
16413 2001-11-24 olicha <olivier.chapuis@free.fr>
16416 Documented the previous ewmh style in a new Style subsection
16418 * fvwm/functions.c (expand):
16419 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16421 2001-11-24 olicha <olivier.chapuis@free.fr>
16423 * fvwm/add_window (setup_icon):
16424 (setup_window_structure):
16425 * fvwm/events.c (HandlePropertyNotify):
16427 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16428 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16429 (EWMH_DoUpdateWmIcon):
16430 (ewmh_SetWmIconFromPixmap):
16431 (EWMH_DeleteWmIcon):
16432 (EWMH_SetIconFromWMIcon):
16433 * fvwm/ewmh_intern.h:
16435 * fvwm/icons.c (GetIcon):
16436 * fvwm/session.c (get_version_string):
16437 * fvwm/style.c (CMD_Style):
16439 (check_window_style_change)
16440 * fvwm/update.c (apply_window_updates):
16442 * fvwm/window_flags.h:
16443 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16444 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16445 EWMHDonateIcon / EWMHDontDonateIcon,
16446 Some ewmh icon code simplification.
16447 Ewmh icons priority: just after icon window.
16449 * fvwm/ewmh.c (EWMH_ExitStuff):
16451 * fvwm/session.c (SaveWindowStates):
16452 (LoadWindowStates):
16454 * fvwm/fvwm.c (Done):
16455 Delete the ewmh icons we set ourself. Some ewmh session states do not
16456 need to be saved/restored anymore
16458 2001-11-23 olicha <olivier.chapuis@free.fr>
16460 * fvwm/ewmh_names.c (convert_charsets):
16461 Fixed infinite loop
16463 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16465 * fvwm/ewmh_names.c (convert_charsets):
16466 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16467 man page states on Linux
16468 replaced goto with a loop
16470 2001-11-22 olicha <olivier.chapuis@free.fr>
16472 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16475 * fvwm/ewmh_events.c:
16476 Fixed some styles update
16478 * fvwm/ewmh_conf.c:
16479 * fvwm/function.c (func_config):
16483 * fvwm/ewmh_events.c:
16484 * fvwm/ewmh_intern.h:
16485 * fvwm/Makefile.am:
16487 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16488 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16490 * fvwm/add_window.c:
16493 * fvwm/functions.c:
16494 * fvwm/ewmh.c (EWMH_Init):
16496 * fvwm/fvwm.c (InitVariables):
16503 * fvwm/window_flags.c:
16510 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16511 are maybe problematic) and those in the ewmh* files to allow
16512 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16513 should be dummy. --enable-ewmh is now the default.
16515 2001-11-20 olicha <olivier.chapuis@free.fr>
16517 * fvwm/icons.c (GetIcon):
16518 * fvwm/add_window.c (setup_icon):
16519 Fixed icons order choice and other minor bugs
16521 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16522 Fixed a core dump if there is no MiniIcon
16524 2001-11-18 olicha <olivier.chapuis@free.fr>
16526 * fvwm/ewmh.c (add_kst_item):
16528 (ewmh_AddToKdeSysTray):
16529 (EWMH_IsKdeSysTrayWindow):
16530 (EWMH_ManageKdeSysTray):
16532 fvwm/ewmh_intern.h:
16533 * fvwm/events.c (HandleDestroyNotify):
16534 (HandleMapRequest):
16535 (HandleUnmapNotify):
16536 Fixed the KDE system tray implementation
16538 2001-11-16 olicha <olivier.chapuis@free.fr>
16542 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16544 2001-11-15 olicha <olivier.chapuis@free.fr>
16546 * fvwm/ewmh.c (EWMH_DestroyWindow):
16548 (EWMH_WindowDestroyed):
16549 * fvwm/events.c (HandleReparentNotify):
16550 (HandleDestroyNotify):
16551 (HandleUnmapNotify):
16552 * fvwm/add_window.c (destroy_window):
16553 Fixed the ewmh windows lists
16555 2001-11-15 olicha <olivier.chapuis@free.fr>
16557 * fvwm/Makefile.am:
16560 * fvwm/ewmh_intern.h:
16561 * fvwm/ewmh_events.c:
16562 * fvwm/ewmh_icons.c:
16563 * fvwm/ewmh_names.c:
16566 New files to achieve the extended WM hints support, off by
16567 default. This code is ifdefed a la gnome.c.
16568 This is work in progess (need to do so that every things are
16572 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16573 New configure option --enable-ewmh. Added tests for iconv and
16574 nl_langinfo for UTF8 conversions.
16576 * fvwm/add_window.c (AddWindow):
16577 (CaptureOneWindow):
16579 (setup_window_name):
16581 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16582 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16583 SET_HAS_EWMH_ICON, EWMH_WMIconName
16585 * fvwm/add_window.c (setup_window_structure):
16586 * fvwm/fvwm.h (FvwmWindow):
16588 * fvwm/window_flags.h:
16589 * fvwm/session.c (get_version_string):
16590 (SaveWindowStates):
16591 (LoadWindowStates):
16592 Added some entries in FvwmWindow and some flags (more will be
16593 added). Some of these states need to be saved at restart and
16594 at recapture. This code is ifdefed, may be it should not: I was
16595 forced to ifdef the version string in get_version_string.
16597 * libs/Bindings.c (win_contexts):
16599 * fvwm/events.c (GetContext):
16600 * fvwm/bindings.c (ParseBinding):
16601 (activate_binding):
16602 * fvwm/functions.c (expand_extended_var):
16604 (execute_function):
16606 * fvwm/screen.h (Scr):
16607 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16608 (kdesktop or Nautilus desktop). This context is something between
16609 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16611 * fvwm/bindings.c (activate_binding):
16612 Fixed immediate application of mouse/stroke bindings
16615 * fvwm/borders.c (RedrawDecorations):
16616 * fvwm/update.c (apply_window_updates):
16617 New function RedrawDecorations taken from apply_window_updates
16618 and called in ewmh_icons.c and update.c
16620 * fvwm/bultins.c (CMD_WindowShade):
16623 * fvwm/events.c (HandleFocusIn):
16624 (HandlePropertyNotify):
16625 (HandleClientMessage):
16626 (HandleMapRequestKeepRaised):
16627 (HandleUnmapNotify):
16628 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16629 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16632 * fvwm/icons.c (GetIcon):
16634 (CreateIconWindow):
16635 (ChangeIconPixmap):
16636 * fvwm/events.c (HandlePropertyNotify):
16637 New function GetIcon taken from CreateIconWindow which choose
16638 the icon, there is a new case for EWMH icons. New function
16639 ChangeIconPixmap taken from events.c.
16640 The two new functions are called from ewmh_icon.c (and icons.c).
16642 * fvwm/move_resize.c (handle_stick):
16645 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16648 * libs/Picture.c (LoadPictureFromPixmap):
16649 (CachePictureFromPixmap):
16650 New functions for loading a picture from a pixmap. Nothing is cached
16651 but this simplify the MiniIcon code.
16653 * fvwm/placement.c (PlaceWindow):
16654 EWMH_GetWorkAreaIntersection
16656 * fvwm/screen.h (Scr):
16657 Added the working area, the dynamic working area and the ewmh
16660 * fvwm/stack.c (restack_windows):
16662 EWMH_SetClientListStacking, EWMH_SetWMState
16664 * fvwm/style.c (check_window_style_change):
16665 * fvwm/update.c (apply_window_updates):
16667 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16668 This code is ifdefed.
16670 * fvwm/style.c (lookup_style):
16673 * fvwm/virctual.c (goto_desk):
16674 (CMD_GotoDeskAndPage):
16675 (do_move_window_to_desk):
16676 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16678 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16680 * fvwm/update.c (apply_window_updates):
16681 * fvwm/gnome.c (GNOME_GetStyle):
16682 * fvwm/style.c (lookup_style):
16683 (check_window_style_change):
16684 * fvwm/add_window.c (setup_style_and_decor):
16685 fixed GnomeIgnoreHints style for some of the gnome hints
16687 * fvwm/fvwm.c (StartupStuff):
16688 Tried to fix font size problem
16690 * fvwm/placement.c (PlaceWindow):
16691 suppress an X error
16693 * fvwm/move_resize.c (moveLoop):
16694 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16695 * fvwm/misc.c (Keyboard_shortcuts):
16696 modified keyboard shortcut functions so that it is possible to move
16697 windows with the keyboard even if the border is hit. does not work
16698 very nicely with paging
16700 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16701 performance enhancement
16703 * fvwm/events.c (HandleButtonPress):
16704 fixed (?) some problem with passing the raise click in ctf to the app
16706 * fvwm/add_window.c (Reborder):
16707 * fvwm/virtual.c (MoveViewport):
16710 * fvwm/session.c (SaveWindowStates):
16711 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16712 don't access stack_next and stack_prev directly but use the access
16713 functions from stack.h
16715 * fvwm/stack.c (remove_window_from_stack_ring):
16716 (add_window_to_stack_ring_after):
16719 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16721 when a window becomes scheduled for destruction, remove all traces of it
16722 from the fvwm internal variable so its not accessed accidentally when
16723 its fields are no longer valid
16725 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16728 fixed compilation of I18N_MB
16730 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16740 exclude the TitleStyle MultiPixmap feature (only) before forking
16742 and restore it after that
16746 change version string to 2.5.0
16749 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16750 added a link to the stable version 2.4.4 (not released yet)
16752 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16756 change version string to 2.4.4 before forking
16758 * make_fvwmdist.sh:
16759 strip end of line from date (adjust for a new length)
16761 2001-10-29 olicha <olivier.chapuis@free.fr>
16763 * fvwm/screen.h (DecorFaceStyle):
16764 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16765 so that Solid colors work again
16767 2001-10-28 olicha <olivier.chapuis@free.fr>
16769 * fvwm/module_interface.c (skipModuleAliasToken):
16770 Allows '/' as alias character
16775 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16780 added --disable-multipixmap-titles for the Suzanne's patch,
16781 the default is enable
16784 some formatting fixes in TitleStyle entry
16786 2001-10-27 Suzanne Britton <tril@igs.net>
16788 * config.h.in: Added FANCY_TITLEBARS option, off by default
16791 Added info on TitleStyle MultiPixmap
16794 [All changes #ifdeffed FANCY_TITLEBARS]
16795 Added TITLE_PADDING define for fancy titlebar rendering
16796 Added tb_pixmap_enum
16797 Added MultiPixmap to DecorFaceType enum
16798 Added Picture **multi_pixmaps and short multi_stretch_flags
16799 to DecorFace structure
16802 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16803 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16804 (RenderIntoWindow): [new]
16805 (DrawMultiPixmapTitlebar): [new]
16806 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16807 instead of always sending 1
16809 Call DrawFancyTitlebar for MultiPixmap style
16810 Skip DrawString calls for MultiPixmap style (title is drawn inside
16811 DrawMultiPixmapTitlebar)
16814 [All changes #ifdeffed FANCY_TITLEBARS]
16815 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16816 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16817 (ReadMultiPixmapDecor): [new]
16819 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16821 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16822 buttons can activate on press or release, special pointer during grab,
16823 arrow key command recall.
16825 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16827 * fvwm/bindings.c (ParseBinding):
16830 binding commands now do not print error messages with Silent
16832 * fvwm/ConfigFvwmDefaults:
16834 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16835 use Silent before Key Help
16837 * fvwm/add_window.c:
16838 changed the broken size hints message to notify the owner
16840 * docs/fvwm.lsm.in:
16843 2001-10-19 olicha <olivier.chapuis@free.fr>
16846 Some FvwmScript news
16848 2001-10-16 olicha <olivier.chapuis@free.fr>
16851 Some FvwmScript news
16853 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16855 * fvwm/bindings.c (activate_binding):
16856 * libs/Bindings.c (GrabWindowKeyOrButton):
16857 activate mouse/stroke bindings immediately
16859 * fvwm/events.c (HandleButtonPress):
16860 it is possible to bind actions to the 'ClickToFocus' click
16862 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16864 * fvwm/virtual.c (HandlePaging):
16865 allow paging during move/resize when pressing keys
16867 * libs/XResource.c (MergeCmdLineResources):
16868 possible core dump fix
16870 * fvwm/add_window.c (setup_window_placement):
16873 * libs/Bindings.c (AddBinding):
16874 another attempt at cleaning up bindings with "Shift"
16876 2001-10-13 olicha <olivier.chapuis@free.fr>
16881 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16885 OpaqueMoveSize now accepts "unlimited" or negative argument.
16887 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16892 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16894 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16897 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16899 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16902 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16904 * NEWS, configure.in:
16905 changed version to 2.5.0
16907 2001-10-08 olicha <olivier.chapuis@free.fr>
16909 * fvwm/borders.c (RedrawTitle):
16910 Fixed drawing of leftJustified stippled title and suppress warnings
16911 in RelieveRectangle w/ RightJustified stippled title
16913 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16915 * fvwm/virtual.c (CMD_XineramaSlsSize):
16918 2001-10-03 olicha <olivier.chapuis@free.fr>
16920 * fvwm/style.c (CMD_Style):
16922 Added the possibility to add an Xinerama screen to the 4 numerics
16925 2001-10-03 olicha <olivier.chapuis@free.fr>
16927 * fvwm/icons.c (AutoPlaceIcon):
16928 Fixed a core dump with @c and fixed icon placement if the icon should
16929 not be on the current page
16931 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16933 * fvwm/icons.c (AutoPlaceIcon):
16934 * libs/FScreen.c (FScreenParseScreenBit):
16935 added 'w' screen specifier for icon boxes
16937 * fvwm/icons.c (AutoPlaceIcon):
16938 fixed placement of icons in icon boxes on different screen
16940 * fvwm/menus.c (get_menu_options):
16941 reduced code duplication
16943 2001-10-02 olicha <olivier.chapuis@free.fr>
16945 * fvwm/menus.c (get_menu_options):
16946 fixed Xinerama placement of menu with empty but not null position hints
16948 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16950 * fvwm/borders.c (RedrawTitle):
16951 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16952 suppress a warning in RelieveRectangle w/ small sticky windows
16954 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16956 * fvwm/menus.c (get_menu_options):
16957 A 'rectangle' context rectangle for menus honours the '@screen' bit
16959 * fvwm/move_resize.c (DisplayPosition):
16960 coordinates of a window are show in relation to the screen, not the page
16962 * libs/FScreen.c (FScreenTranslateCoordinates):
16963 * fvwm/placement.c (PlaceWindow):
16964 * fvwm/add_window.c (setup_window_placement):
16965 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16966 rewrote the library functionality to better match the rest of the
16969 * fvwm/builtins.c (DestroyFvwmDecor):
16970 removed useless code
16972 * fvwm/icons.c (DrawIconWindow):
16973 fixed race condition w/ expanding/collapsing icon titles
16975 * fvwm/windowlist.c (CMD_WindowList):
16976 fixed Xinerama placement of window list when called without options
16978 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16980 * libs/FScreen.c (FScreenSLSOnOff):
16981 fixed core dump when calling XineramaSls before XineramaSlsSize
16986 * libs/FShape.h (FHaveShapeExtension):
16987 set macro to 1 when compiling w/ shape extension
16989 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16991 * libs/Bindings.c (AddBinding):
16992 * fvwm/bindings.c (ParseBinding):
16993 print a warning if a key with the given name does not exist
16994 if there is an upper and a lower case version of the same key name,
16995 always bind to the lower case version; this is problematic if the upper
16996 case version is tied to a key without a modifier and the lower case
16997 version is tied to the same key, but with a modifier (or both are tied
16998 to different keys). I hope this good enough.
17000 * libs/Bindings.c (FreeBindingList):
17001 (MatchBindingExactly):
17002 (CollectBindingList):
17003 fixed some problems overriding keys
17004 reduced duplication of logic
17006 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17008 * NEWS, configure.in:
17009 changed version to 2.5.0
17011 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17014 changed version to 2.4.2
17016 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17019 (SetWindowBackground):
17020 (SetRectangleBackground):
17021 * fvwm/builtins.c (CMD_WindowShade):
17022 * fvwm/add_window.c:
17023 (setup_style_and_decor):
17025 (CreateIconWindow):
17030 (HandleConfigureRequest):
17031 (HandleShapeNotify):
17032 (InitEventHandlerJumpTable):
17033 * fvwm/borders.c (struct):
17036 * fvwm/decorations.c (SelectDecor):
17041 * fvwm/fvwm.h (FvwmWindow):
17044 moved shape support to library; its no longer necessary to
17045 '#ifdef SHAPE' any code
17047 * fvwm/borders.c (RedrawButtons):
17049 fixed top border hilight drawing of title buttons
17051 * libs/Graphics.c (do_relieve_rectangle):
17052 (RelieveRectangle):
17053 (RelieveRectangle2):
17054 allow alternate shading for title buttons
17056 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17059 Applied man page patch by Dmitry Yu. Bolkhovityanov:
17060 Add a formal description of how fvwm maintains module's configs
17061 Change manpages of individual modules to refer to fvwm2(1) for
17062 details about specifying configuration
17064 * fvwm/add_window.c (setup_window_placement):
17065 desk and page can now really be given as X resources a la
17068 * libs/XResource.c (GetResourceString):
17069 resource -> lower case, class -> upper case
17073 changed version to 2.5.0
17075 * Makefile.am (distcheck2):
17076 build distcheck before dist2; save a few seconds if the build fails
17079 * libs/ClientMsg.c:
17083 * libs/gethostname.c:
17086 * libs/safemalloc.c:
17087 * libs/strcasecmp.c:
17090 * libs/strncasecmp.c:
17099 changed version to 2.4.1 again
17101 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17103 * libs/Bindings.c (FvwmStringToKeysym):
17104 try both cases of the first letter of a key name
17106 * fvwm/ConfigFvwmDefaults:
17107 * fvwm/windowlist.c (winCompareReverse):
17109 new WindowList option ReverseOrder; use the new option in the default
17110 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17111 cycle through the whole window list. The old behaviour only toggled
17112 between two windows. Also, a simple Alt-Tab can be used to switch to
17113 the next window instead of Alt-Tab-Tab.
17115 * libs/FScreen.c (FScreenInit):
17116 fixed a Xinerama crash
17119 print a verbose error message and exit if X11 headers and libraries
17122 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17124 * fvwm/fvwm.c (main):
17127 new library for X shape encapsulation
17129 * fvwm/builtins.c (CMD_WindowShade):
17130 * fvwm/borders.c (SetupFrame):
17131 fixed shading of windows without title and border
17132 fixed shading of shaped windows; fixes bug #732
17134 * fvwm/builtins.c (CMD_SetEnv):
17135 calling SetEnv without a value is the same as UnsetEnv
17137 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17139 * fvwm/events.c (HandleReparentNotify):
17140 fixed vanishing windows in rapid map/unmap cycles; bug #770
17142 * fvwm/add_window.c (hide_screen):
17143 fixed possible BadWindow error
17145 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17147 * fvwm/virtual.c (MoveViewport):
17149 (CMD_GotoDeskAndPage):
17151 GotoDeskAndPage records its own history of last visited desk/page
17153 * libs/FScreen.c (FScreenInit):
17154 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17156 2001-09-05 olicha <olivier.chapuis@free.fr>
17158 * fvwm/session.c (MatchWinToSM):
17159 * fvwm/add_window.c (setup_window_structure):
17160 * fvwm/move_resize.c (moveLoop):
17161 Fixed PlacedByButton3 condition
17163 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17166 * fvwm/functions.c (func_config):
17167 * fvwm/module_interface.c (broadcast_xinerama_state):
17168 * fvwm/virtual.c (CMD_Xinerama):
17169 (CMD_XineramaPrimaryScreen):
17171 (CMD_XineramaSlsSize):
17173 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17174 XineramaSls and XineramaSlsSize
17175 restructured parts of the FScreen code
17177 * fvwm/functions.c (func_config):
17178 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17180 * libs/Graphics.c (RelieveRectangle):
17181 allow calling the function with w == 0 or h == 0 without a message
17183 * fvwm/window_flags.h (SET_STYLE_DELETED):
17184 * fvwm/style.c (CMD_DestroyStyle):
17185 (check_window_style_change):
17186 * fvwm/fvwm.h (window_style):
17187 update windows when a style is deleted
17190 fixed xpm detection problem caused by wrong library order
17192 2001-09-05 olicha <olivier.chapuis@free.fr>
17194 * NEWS: PlacedByFvwm
17196 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17198 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17200 2001-09-04 olicha <olivier.chapuis@free.fr>
17203 * fvwm/windows_flags.h:
17204 * fvwm/placement.c (PlaceWindow):
17205 * fvwm/add_window.c (setup_window_structure):
17206 * fvwm/conditional.c (CreateConditionMask):
17207 * fvwm/session.c (get_version_string):
17210 Added a new windows_flags is_placed_by_fvwm and a new condition
17213 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17215 * fvwm/focus.c (focus_grab_buttons):
17217 disabled xt/double click patch for now
17219 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17221 * libs/Graphics.c (RelieveRectangle):
17222 print a warning if one of the dimensions is <= 0
17224 * fvwm/placement.c (PlaceWindow):
17225 take care of windows that have both, PPosition and USPosition set
17226 take care of transient windows that have neither PPosition nor
17229 2001-09-01 olicha <olivier.chapuis@free.fr>
17231 * libs/FScreen.c (FScreenInit):
17232 Fixed the position of the xinerama emulation delimiters
17234 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17237 Xinerama introduction
17239 * fvwm/icons.c (AutoPlaceIcon):
17240 try to place icons of screen with the window center, and if that fails
17243 * libs/FScreen.c (FScreenGetScrRect):
17244 performance improvement for non-xinerama systems
17246 * fvwm/update.c (apply_window_updates):
17247 (flush_window_updates):
17248 update icon boxes and icon position when xinerama layout changes
17250 * fvwm/icons.c (AutoPlaceIcon):
17251 limit placement of icons using no icon box to screen boundaries
17252 adapt icon boxes to xinerama layout whenever used
17254 * fvwm/placement.c (PlaceWindow):
17255 * fvwm/style.c (CMD_Style):
17256 (check_window_style_change):
17257 * fvwm/style.h (SUSE_NO_USPOSITION):
17258 (SUSE_NO_TRANSIENT_PPOSITION):
17259 (SUSE_NO_TRANSIENT_USPOSITION):
17260 * fvwm/fvwm.h (struct):
17261 implemented new styles NoUSPosition/UseUSPosition,
17262 NoTransientPPosition/UseTransientPPosition,
17263 NoTransientUSPosition/UseTransientUSPosition.
17264 These work exactly like NoPPosition/UsePPosition.
17265 Transient windows ignore the window position if neither the PPosition
17266 nor the USPosition hint is set.
17268 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17270 * fvwm/focus.c (restore_focus_after_unmap):
17271 fixed a bug transfering the focus when a window was iconified
17273 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17275 * fvwm/conditional.c (MatchesConditionMask):
17276 * fvwm/move_resize.c (position_geometry_window):
17277 * fvwm/placement.c (PlaceWindow):
17278 * fvwm/menus.c (pop_menu_up):
17279 * fvwm/move_resize.c (move_window_doit):
17280 * fvwm/icons.c (do_all_iconboxes):
17281 * fvwm/placement.c (PlaceWindow):
17282 * fvwm/menus.c (update_menu):
17283 adapted to new FScreen... signatures
17285 * libs/FScreen.c (FScreenClipToScreen):
17286 (FScreenGetScrCenterCenter):
17287 (FScreenCenterCurrent):
17288 (FScreenCenterPrimary):
17289 (FScreenGetCurrent00):
17290 (FScreenGetGlobalScrRect):
17291 (FScreenGetPrimaryScrRect):
17292 (FScreenGetScrRect):
17293 (FScreenIsRectangleOnScreen):
17294 unified all the FSCreen... functions using a common signature, removed
17297 * fvwm/style.c (CMD_Style):
17298 init icon box screen
17300 * fvwm/move_resize.c (move_window_doit):
17302 * libs/Makefile.am:
17303 * libs/XineramaSupport.c:
17304 * libs/XineramaSupport.h:
17306 exported and renamed screen defines
17313 * fvwm/placement.c:
17314 * fvwm/move_resize.c:
17315 * fvwm/module_interface.c:
17320 * fvwm/conditional.c:
17321 * libs/XineramaSupport.c:
17322 renamed all XineramaSupport...() functions to FScreen...()
17324 * fvwm/style.c (CMD_Style):
17327 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17329 * fvwm/style.c (CMD_Style):
17330 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17331 using geometry spec.
17333 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17337 new function QuoteString() to add and escape single quotes to strings
17339 * fvwm/menus.c (MenuInteraction):
17340 quote both missing function name and menu name for
17341 MissingSubmenuFunction
17343 * fvwm/functions.c (expand):
17346 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17348 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17350 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17352 * fvwm/cursor.c (CMD_CursorStyle):
17353 * fvwm/icons.c (GetXPMFile):
17354 * libs/Colorset.c (SetWindowBackground):
17357 * libs/Bindings.c (AddBinding):
17358 tired to help with problem binding keys that have a keycode with no
17359 modifiers and another keycode with some modifiers pressed, e.g.
17360 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17361 F1 generating the actioon bound to F11 sometimes
17363 * fvwm/focus.c (focus_grab_buttons):
17366 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17368 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17370 2001-08-20 Bob Woodside <proteus@pcnet.com>
17372 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17373 grab synchronization so apps using XtTranslations to catch double-
17374 clicks don't get confused by extraneous Leave/EnterNotify events.
17375 This fixes the "xfm/moxfm don't see double-clicks" problem.
17377 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17379 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17381 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17383 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17386 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17387 until later when the window is actually placed.
17389 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17390 position calculation.
17392 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17394 * fvwm/update.c (flush_window_updates):
17395 * fvwm/screen.h (ScreenInfo):
17396 * fvwm/virtual.c (CMD_Xinerama):
17398 * fvwm/move_resize.c (CMD_Maximize):
17399 * fvwm/placement.c (PlaceWindow):
17400 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17404 describe new maximize options
17406 * fvwm/move_resize.c (MaximizeWidth):
17409 applied Dmitry's Xinerama patch for Maximize command
17410 replaced "global" and "absolute" with "screen" which is more flexible
17412 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17414 * libs/Parse.c (SkipQuote):
17415 fixed a bug in handling of caller specified quote pairs
17417 * fvwm/move_resize.c (CMD_Maximize):
17418 keep window on correct page when viewport does not start on a page
17421 * libs/XError.c (error_name):
17423 fixed core dump in error handling
17425 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17431 renamed --disable-gnome to --disable-gnome-hints;
17432 documented configure options --with-gnome*;
17433 small improvements in documentation;
17434 use underscore in version instead of dash that causes rpm problems
17436 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17438 * libs/Makefile.am:
17439 added fvwmrect.h to dist
17441 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17443 * libs/XineramaSupport.c: Disable debug printing.
17445 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17447 * libs/defaults.h (DEFAULT_MENU_STYLE):
17448 reset colour sets in default menu style too
17450 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17454 completed the libstroke-0.5 compatibility fix
17456 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17458 * fvwm/move_resize.c (draw_move_resize_grid):
17459 fixed drawing of resize grid when invoked from button or key press
17461 * fvwm/placement.c (PlaceWindow):
17462 rewrote a condition to improve readability
17463 fixed StartsOn... w/ SkipMapping
17465 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17467 * fvwm/session.c (MatchWinToSM):
17468 (LoadWindowStates):
17469 (SaveWindowStates):
17470 * fvwm/move_resize.c (CMD_Resize):
17471 * fvwm/events.c (HandlePropertyNotify):
17472 (HandleConfigureRequest):
17473 * fvwm/move_resize.c (CMD_ResizeMove):
17476 * fvwm/update.c (apply_window_updates):
17477 * fvwm/add_window.c (AddWindow):
17478 * fvwm/geometry.c (constrain_size):
17479 (gravity_constrain_size):
17480 the Resize command honors the window gravity
17481 changing the size increment of maximized windows no longer shrinks the
17485 keep expanded icon titles on screen
17487 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17489 * fvwm/icons.c (do_all_iconboxes):
17490 default icon box fills the primary screen
17492 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17493 fixed default_screen argument
17495 * fvwm/style.c (merge_styles):
17496 * fvwm/fvwm.h (window_style):
17497 * fvwm/style.h (SSET_START_SCREEN):
17498 * fvwm/add_window.c (setup_window_placement):
17499 * fvwm/placement.c (PlaceWindow):
17501 implemented StartsOnScreen style
17503 * fvwm/placement.c (PlaceWindow):
17509 Place new windows on xinerama screens
17511 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17512 fixed core dump in debug output
17514 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17516 * fvwm/placement.c:
17517 removed unused variable
17519 2001-08-07 olicha <olivier.chapuis@free.fr>
17522 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17524 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17526 * fvwm/virtual.c (CMD_Xinerama):
17527 replaced XineramaEnable and ...Disable with XineramaCommand
17529 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17530 (XineramaSupportGetScreenArgument):
17533 * fvwm/functions.c (func_config):
17534 * fvwm/move_resize.c (move_window_doit):
17536 (CMD_AnimatedMove):
17538 (CMD_MoveToScreen):
17540 added new command MoveToScreen
17542 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17548 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17549 fixed parsing of negative geometries
17550 (XineramaSupportParseGeometryWithScreen):
17552 (XineramaSupportGetNumberedScreenRect):
17555 * sample.fvwmrc/system.fvwm2rc:
17556 * sample.fvwmrc/new-features:
17557 * sample.fvwmrc/system.fvwm2rc-sample-95:
17558 * sample.fvwmrc/system.fvwm2rc-sample-2:
17559 * sample.fvwmrc/system.fvwm2rc-sample-1:
17561 updated for new condition
17563 * fvwm/conditional.c (CreateConditionMask):
17564 (MatchesConditionMask):
17565 * fvwm/fvwm.h (WindowConditionMask):
17566 implemented new condition AcceptsFocus to cope with applications like
17567 xclock that have circulatehit but don't take focus
17569 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17571 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17572 handle Xinerama screens
17574 * fvwm/style.c (CMD_Style):
17575 * fvwm/menus.c (get_menu_options):
17576 cope with Xinerama like geometries with screen info
17578 * fvwm/virtual.c (CMD_XineramaEnable):
17579 XineramaEnable optionally takes the number of the primary screen as its
17582 * fvwm/events.c (GetContext):
17585 * fvwm/virtual.c (HandlePaging):
17586 * fvwm/events.c (HandleButtonPress):
17587 * fvwm/events.h (XEVMASK_PANFW):
17588 fixed button and key event handling over pan frames; fixes bug #752
17590 * fvwm/menus.c (get_menu_options):
17591 fixed Xinerama placement of menus without options
17593 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17600 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17601 In addition to the existing: @0 is shadow color, @1 is hilight color.
17604 Added the formal description of Vector that was absent.
17606 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17609 some man page corrections
17611 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17613 * fvwm/move_resize.c (handle_stick):
17614 also redraw buttons when a window becomes sticky/slippery to make sure
17615 that MWMDecorStick buttons are updated too; fixes bug #749
17617 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17620 documented previous changes
17623 improved output spacing
17628 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17630 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17631 * fvwm/modconf.c (send_xinerama_state):
17632 * fvwm/module_interface.c (broadcast_xinerama_state):
17634 revised module support for Xinerama
17636 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17637 (XineramaSupportParseGeometry):
17638 (XineramaSupportGetGeometry):
17639 make interface compatible with XineramaSupportParseGeometry().
17640 (XineramaSupportGetPrimaryScreen):
17643 * fvwm/stack.c (raise_over_unmanaged):
17644 fixed restacking of windows with RaiseOverUnmanaged - windows were
17645 raised in reverse order so that the top window became the bottom
17646 window of the ones that were raised
17647 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17648 these are invisible
17650 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17652 * sample.fvwmrc/system.fvwm2rc-sample-95:
17653 fixed syntax of BugOpts command
17655 * fvwm/ConfigFvwmDefaults:
17656 resize window when clicking on the sides of the window by default
17657 instead of moving it
17659 * fvwm/events.c (HandleEnterNotify):
17660 do not delete MouseFocus when pointer moves from one particular sub
17661 window of a frame to another one. Helps with xv/xmms vs unclutter
17662 interaction and also with MouseFocus vs. Open Look applications
17664 * fvwm/move_resize.c (DoSnapAttract):
17665 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17666 fixed snapping to Xinerama screen edges
17667 (XineramaSupportIsEnabled):
17668 return False is the X server provides only a single screen
17671 Added descriptions of conditions CurrentDesk, CurrentPage,
17672 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17673 CurrentGlobalPageAnyDesk
17675 * fvwm/fvwm.h (rectangle):
17677 typedefs moved to libs/fvwmlib.h
17679 * fvwm/conditional.c (MatchesConditionMask):
17680 * fvwm/fvwm.h (WindowConditionMask):
17681 * fvwm/conditional.c:
17682 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17683 for Xinerama support
17685 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17686 (send_xinerama_state):
17687 * fvwm/module_interface.c (broadcast_xinerama_state):
17688 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17689 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17690 communicate xinerama state at module startup
17692 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17694 * libs/XineramaSupport.c:
17695 next Xinerama patch
17697 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17699 * fvwm/move_resize.c (moveLoop):
17700 windows were lost off screen w/ non opaque interactive move when motion
17701 was aborted with Escape on a different page that it was started
17703 * fvwm/move_resize.c (position_geometry_window):
17711 * libs/XineramaSupport.c (GetMouseXY):
17712 (XineramaSupportCenterCurrent):
17713 (XineramaSupportGetCurrent00):
17714 (XineramaSupportGetCurrentScrRect):
17715 allow to pass in an event with the pointer position
17716 minimize number of XQueryPointer calls in interactive move/resize
17719 * fvwm/move_resize.c (resize_geometry_window):
17722 border width of geometry window moved to defaults.h
17723 moved strings for size window formatting to defaults.h
17724 reworked calculations of geometry window dimensions
17726 * fvwm/move_resize.c (resize_geometry_window):
17727 (position_geometry_window):
17731 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17732 * fvwm/fvwm.c (main):
17733 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17734 resize_geometry_window and position_geometry_window
17736 * fvwm/fvwm.c (main):
17737 fixed resizing geometry window before creating it
17739 * fvwm/move_resize.c (switch_move_resize_grid):
17741 * fvwm/virtual.c (HandlePaging):
17742 renamed MoveOutline to draw_move_resize_grid and made static
17743 new function switch_move_resize_grid for external calls
17744 delete grid before moving the geometry window to get rid of arifacts of
17747 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17749 * libs/XineramaSupport.c (XineramaSupportInit):
17750 make the blank area in Xinerama emulation usable again
17752 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17754 * fvwm/menus.c (update_menu):
17757 (calculate_item_sizes):
17758 (size_menu_horizontally):
17759 (size_menu_vertically):
17760 menus are resized to fit their Xinerama screen every time they are
17761 popped up and the screen size has changed
17763 2001-07-23 olicha <olivier.chapuis@free.fr>
17765 * libs/XineramaSupport.c (XineramaSupportInit):
17766 Draw the xinerama simulation screens with orr windows
17768 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17770 * fvwm/windowlist.c (CMD_WindowList):
17771 fixed windowlist placement w/ Xinerama
17773 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17775 * fvwm/menus.c (pop_menu_up):
17776 fixed calculations that force a menu on screen w/ Xinerama
17778 * fvwm/move_resize.c (DoSnapAttract):
17779 removed some code that slipped in with xinerama patch and broke
17780 vertical SnapAttraction
17782 * fvwm/virtual.c (CMD_EdgeResistance):
17785 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17786 take reference position src_x/src_y to determine screen
17788 * fvwm/windowlist.c (CMD_WindowList):
17789 * fvwm/menus.c (get_menu_options):
17790 (get_popup_options):
17793 handle Xinerama screens for positioning menus w/ posthints
17795 * fvwm/menus.c (get_menu_options):
17797 fix for icon/window context rectangle when window is in wrong state
17799 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17802 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17803 compiled in; fixed linking by adding -lXinerama; small corrections
17805 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17807 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17809 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17811 * libs/XineramaSupport.c (XineramaSupportInit):
17812 added xinerama emulation for developers
17814 * fvwm/virtual.c (CMD_XineramaEnable):
17815 (CMD_XineramaDisable):
17816 * fvwm/module_interface.c (BroadcastConfigInfoString):
17817 added function to communicate Xinerama on/off to modules
17819 * fvwm/module_interface.c:
17820 include time.h to fix warning
17821 * libs/XineramaSupport.c:
17822 * fvwm/fvwm.c (setVersionInfo):
17823 * fvwm/Makefile.am:
17826 cleanded up xinerama detection
17827 added shape detection
17829 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17832 Added Xinerama introduction
17834 * fvwm/fvwm.c (setVersionInfo):
17835 print xinerama support
17837 * fvwm/conditional.c (CreateConditionMask):
17838 added CirculateHitShaded option for conditional commands that was
17839 described in the man page but not implemented
17841 * fvwm/fvwm.h (WindowConditionMask):
17842 removed unused flags
17844 * fvwm/conditional.c (MatchesConditionMask):
17845 fixed CirculateHitIcon option in conditional commands
17848 reformatted man page source to improve readability
17849 fixed some source formatting bugs
17851 * libs/XineramaSupport.c (GetMouseXY):
17852 don't poll the pointer if there is only one screen or if xinerama is
17856 * fvwm/fvwm.c (main):
17857 removed -noxinerama option
17859 * fvwm/fvwm.c (main):
17860 size window is positioned and sized in move_resize.c
17862 * libs/XineramaSupport.c:
17866 print Xinerama support in configure summary
17869 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17871 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17876 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17877 define missing macros needed for old AIX keysymdef and old stroke.h
17881 remove the previous compilation fixes, now handled by configure
17883 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17885 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17887 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17890 use libstroke-0.5 constant names while still supporting 0.3/0.4
17893 compiling fix for old AIX, which does not define XK_Page_Up/Down
17895 * module_interface.c:
17896 minor compiling fix for some proprietary preprocessors
17898 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17901 use more compatible and structured syntax in SYNOPSIS
17903 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17906 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17907 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17910 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17913 changed version to 2.4.1
17916 small fix that should solve the problem with running autoconf
17917 (autoreconf is ok) from autoconf-2.50;
17918 applied a patch that adds gtk include dirs to gnome include dirs
17920 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17922 * NEWS, configure.in:
17923 changed version to 2.4.0.1
17925 * *: fvwm 2.4 has been released :-))