1 2010-12-04 <despen@verizon.net>
3 * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
5 2010-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6 * fvwm/placement.c (__place_get_placement_flags):
7 fix reporting of placement reason with nousposition style.
9 2010-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11 * fvwm/events.c (__handle_cr_on_client):
12 fix resize of shaded windows with a shade direction that does not match
16 * libs/gravity.c (__gravity_override_one_axis):
17 (gravity_override_dir):
20 * libs/gravity.c (gravity_combine_xy_dir):
21 fixed calculation with only one axis set
23 2010-09-16 Sergey Vlasov <vsu@altlinux.ru>
24 * fvwm/move_resize.c (GetOnePositionArgument):
25 Fix parsing of commands like 'Move 50-50w 50-50w'.
27 2010-08-31 Gerard Vermeulen <gav451@gmail.org>
28 * fvwm/move_resize.c (GetOnePositionArgument):
29 Parse commands like 'Move w+-5p w+-2p'.
31 2010-08-09 Thomas Adam <thomas@xteddy.org>
34 Updated for the FVWM 2.5.31 release.
36 2010-08-09 Thomas Adam <thomas@xteddy.org>
39 Updated for the FVWM 2.5.31 release.
41 2010-08-07 Thomas Adam <thomas@xteddy.org>
42 * fvwm/builtins.c (CMD_Exec):
43 Remove extraneous whitespace.
45 2010-07-28 Thomas Adam <thomas@xteddy.org>
46 * fvwm/builtins.c (CMD_Exec):
47 Close fd if it's not opened successfully.
49 2010-07-28 Thomas Adam <thomas@xteddy.org>
50 * fvwm/update.c (apply_window_updates):
52 Copy over State settings on WindowStyle command.
54 When merging/updating style hints for recaptured windows, ensure we
55 preserve any State hints set on the window.
57 2010-05-22 Thomas Adam <thomas@xteddy.org>
58 * fvwm/windowlist.c (CMD_WindowList):
60 When reporting on a window's width and height ensure we use the
61 orig_hints XSizeHints struct for calculating resize increment
64 2010-05-09 Thomas Adam <thomas@xteddy.org>
67 Update CVS to use 2.5.31
69 2010-05-09 Thomas Adam <thomas@xteddy.org>
73 Updated for the FVWM 2.5.30 release.
75 2010-05-09 Thomas Adam <thomas@xteddy.org>
77 Cosmetic clean up for NEWS.
79 2010-04-28 Dan Espen <dane@mk.telcordia.com>
80 * fvwm/colorset.c (parse_colorset): Remove bogus error message.
82 2010-04-24 Thomas Adam <thomas@xteddy.org>
84 Define version checks for conditional macros.
86 libpng 1.4.0 has different macros for previous version of the same
87 macros in libong 1.2.0, so check for them here.
89 2010-04-18 Thomas Adam <thomas@xteddy.org>
90 * libs/charmap.c (charmap_table_to_string):
91 Don't allow incremental matching of C_ALL for contexts.
93 When printing out bindings, ensure we allow "A" for any/all
94 contexts/modifiers to be matched exactly, so that the context column for
95 bindings matches with what the user put in their config file.
97 2010-04-03 Thomas Adam <thomas@xteddy.org>
100 Updated for the FVWM 2.5.29 release.
102 2010-04-03 Thomas Adam <thomas@xteddy.org>
104 Cull unused functions when compiling against librplay.
106 When compiling with -Werror, ensure we're not trying to use unneeded
107 librplay static functions we ourselves declare.
109 2010-04-03 Thomas Adam <thomas@xteddy.org>
110 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
111 Tweak placement calculation for over-zealous windows.
113 Don't adjust a window's position unless it's actually greater than the
114 screen's dimension (i.e., potentially placed off screen.)
116 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
117 * fvwm/windowlist.c (CMD_WindowList):
118 Free allocated memory.
120 2010-02-28 Thomas Adam <thomas@xteddy.org>
121 * fvwm/move_resize.c (__resize_step):
122 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
124 When calling DisplaySize() from a resize event performed on a window,
125 ensure we use the window's last event (which will be MotionNotify
126 anyway) otherwise this completely confuses the GeometryWindow as it has
127 to then update itself each time.
129 When using Xinerama/TwinView, the effect is that the GeometryWindow
130 flickers and/or displays itself on the opposite screen to where the
131 pointer is, because the x/y positions don't take into account the
132 location of the pointer from the original hand-crafted event, but are
133 correct from the execute context the window being resized is called in.
135 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
136 * fvwm/style.c (check_window_style_change):
137 * fvwm/update.c (apply_window_updates):
139 Propagate Layer changes via Style command on-the-fly.
141 Until there's a distinction between initially-mapped styles and runtime
142 commands, and that currently, Style commands take effect immediately,
143 ensure that for any Layer requests received via Style commands, these
144 too are applied immediately.
146 The previous assumption was that this was only applicable when mapping a
147 new window, but goes against expectations from the user.
149 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
150 * fvwm/read.c (run_command_file):
151 Restructure how we look for Read files slightly.
153 When searching for files with the Read command, check to see if the file
154 first of all has an absolute path and if so open it. If it's relative
155 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
156 the file still can't be found, try and open it outright. This will
161 as a valid filename -- of course this really only makes sense when
162 invoking fvwm with "-f" on the command-line, as relative paths to config
163 files in this way should be built up using "$."
165 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
166 * fvwm/menustyle.c (menustyle_copy_face):
167 Fix segfault setting MenuFace pixmap style for menus.
169 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
170 non-existent pixmap from an invalid pointer.
172 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
173 * fvwm/read.c (run_command_file):
174 Fix opening of files to Read/PipeRead to accept absolute paths.
176 Don't just assume "/" is a valid identifier for opening files. "./" is
177 just as likely. Fixes use-case of:
179 fvwm -f ./some_fvwm2rc
181 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
182 * fvwm/events.c (flush_property_notify):
183 Add atom to struct so it is checked for by test_typed_window_event().
185 2010-01-04 David Fries <David@Fries.net>
186 * fvwm/events.c (test_typed_window_event):
187 * fvwm/events.c (flush_property_notify):
188 Efficiently handle flushing property events of the same type.
190 * fvwm/events.h (test_typed_window_event_args):
191 Add XAtom type to struct.
193 2010-01-04 David Fries <David@Fries.net>
194 * fvwm/virtual.c (HandlePaging):
195 Move no page detect check, it wasn't being hit.
196 * fvwm/move_resize.c (__move_loop):
197 Transform window position to pointer position and back when calling
200 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
201 * fvwm/menustyle.c (menustyle_copy_face):
202 Fix segfault when creating a tearoff menu using a Pixmap background.
204 When we copy the original menustyle to the new torn-off menu which
205 contains a background image, don't then update the menu's pixel
206 background color, as this is already free()d for us by an earlier copy
209 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
210 * fvwm/builtins.c (CMD_BugOpts):
213 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
214 * fvwm/builtins.c (CMD_BugOpts):
215 * fvwm/fvwm.c (InitVariables):
216 * fvwm/events.c (HandleClientMessage):
218 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
219 Qt windows handle having ClientMessage events sent to them.
221 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
222 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
223 Fix y-axis offset calculations when using MinOverlapPlacement, by
224 forcing the window on-screen when over-zealous penality calculations
225 don't take into account the size of the window borders.
227 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
228 * bin/fvwm-convert-2.6.1.in:
229 Add in BUGS section a note that converting over FvwmTheme lines is
232 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
235 * bin/fvwm-convert-2.6.in:
236 * bin/fvwm-convert-2.6.1.in:
237 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
240 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
241 * libs/Flocale.c (FlocaleEncodeString):
242 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
244 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
245 * fvwm/fvwm.c (StartupStuff):
246 Reset the state of the "Restarting" flag to False when restarting FVWM.
248 * fvwm/events.c (HandleMapRequestKeepRaised):
249 Only run InitialMapCommand when FVWM isn't restarting and all windows
250 have been recaptured. The window is already mapped by the time FVWM is
251 restarting, and running the InitialMapCommand again only serves to
252 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
254 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
258 increased version number to 2.5.29
261 updated for 2.5.28 release
263 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
266 * fvwm/ewmh.c (ewmh_ChangeProperty):
267 only convert _NET_WM_ICON hint to long before storing
269 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
271 * fvwm/builtins.c (CMD_BugOpts):
272 remove unused variables
275 * fvwm/ewmh.c (ewmh_ChangeProperty):
276 fix storing of CARD32 arrays on 64 bit machines
278 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
279 prevent segmentation fault when reading a bad _NET_WM_ICON hint
281 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
282 * fvwm/geometry.c (__cs_handle_aspect_ratio):
283 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
284 otherwise continual loop when resizing windows when keeping aspect
285 ratio (c.f. mplayer.)
287 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
289 Fix typo in AS_HELP_STRING referring to enable-htmldoc
291 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
294 * fvwm/builtins.c (CMD_BugOpts):
295 Fix parsing of BugOpts options lists separated by ',', and
296 restoring to default value when the boolean option is omitted if
304 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
305 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
306 (is_translit_supported, set_default_iconv_charsets)
307 (set_iconv_charset_index, FiconvUtf8ToCharset):
308 * fvwm/builtins.c (CMD_BugOpts):
309 Add TransliterateUtf8 bug opt for working around clients
310 which don't care about the WM_NAME value.
312 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
315 * fvwm/stack.c (BroadcastRestack):
316 Fix splitting or M_RESTACK packages causing weird window stacking
317 in modules when more than 83 windows are broadcast.
319 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
321 Remove dnl comments from configure.ac regarding malloc.h -- it's
322 self-explanatory anyway.
324 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
326 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
327 -- this never used to produce compiler warnings, but things are
328 starting to become more vocal, so don't use this in our
329 ./configure script if we're compiling FVWM on a *BSD system.
331 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
335 * fvwm/add_window.c (setup_numeric_vals):
336 add "typedef struct snap_attraction_t"
337 * fvwm/style.c (style_parse_one_style_option):
338 add new SnapAttraction options "None", "ScreenWindows",
339 "ScreenIcons" and "ScreenAll"
340 * fvwm/move_resize.c (DoSnapAttract):
341 Bugfix, option SameType/Icons/Windows did falsely not affect
342 conditions of option "Screen" and option "SameType" snapped
343 falsely icons and windows together. Implement options
344 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
345 screen edge snapping.
347 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
348 * fvwm/add_window.c (setup_window_name_count):
349 * fvwm/add_window.c (setup_icon_name_count):
350 Deprecate these in favour of setup_name_count()
352 * fvwm/add_window.c (setup_name_count):
353 Amalgamate setup_window_name_count and setup_icon_name_count to just
354 one function (very similar code between them.) Used with
355 IndexedWindowName and IndexedIconName.
357 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
360 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
362 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
363 (Frptp_async_putline):
364 Fix ANSI C compatibility.
367 * fvwm/ewmh_names.c (EWMH_WMName):
368 set the HAS_EWMH_WM_NAME flag even if the window name on display
371 same for HAS_EWMH_WM_ICON_NAME
373 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
376 fix for segfault with RPlatHost directive in FvwmEvent
377 * libs/Makefile.am (libfvwm_a_SOURCES):
379 add Fplay.h wrapper header for rplay.h
382 fix debian bug #438132
384 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
387 * fvwm/style.c (fw_match_style_id):
388 Fix fvwmstyle resource
390 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
393 * fvwm/events.c (HandleMapRequestKeepRaised):
394 Make sure that a PropertyNotify on the WM_STATE property is always
395 sent out when a window is requested to be moved to the withdrawn
396 state. (Needed by QT)
398 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
400 * sample.fvwmrc/DecorMwm:
401 * sample.fvwmrc/DecorWin95:
402 * sample.fvwmrc/new-features:
403 * sample.fvwmrc/system.fvwm2rc:
404 * sample.fvwmrc/system.fvwm2rc-sample-1:
405 * sample.fvwmrc/system.fvwm2rc-sample-2:
406 * sample.fvwmrc/system.fvwm2rc-sample-95:
407 Use !-negation for styles instead of No...
412 * sample.fvwmrc/system.fvwm2rc-sample-95:
413 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
414 sed -i 's/StayOnTop/StaysOnTop/'
415 According to patches by Manoj Srivastava
417 2009-03-17 Mikhael Goikhman <migo@homemail.com>
422 convert my old code to use var_name and function_name coding style
424 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
428 increased version to 2.5.28
433 updated for 2.5.27 release
435 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
436 * fvwm/bindings.c (print_bindings):
437 Fixed compilation of not having libstroke installed by using ifdefs
440 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
442 * fvwm/bindings.c (print_bindings):
445 * libs/charmap.c (charmap_table_to_string):
446 several memory menagement fixes.
448 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
450 * libs/charmap.c (charmap_table_to_string):
451 Reduce memory management on the stack, by making only those variables
452 to be accessed outside of the function charmap_table_to_string()
453 allocated on the heap instead.
455 * fvwm/bindings.c (print_bindings):
456 b->Action was previously checked whether it was NULL or not before
457 printing its value to STDERR -- however, this caused a segfault when
458 trying to perform strlen() operations internally -- hence don't bother
459 checking if it's NULL. This avoids segfaulting.
461 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
463 * libs/charmap.c (charmap_table_to_string):
465 Introduce charmap_to_string function which is used to build up a
466 binding string, for use with PrintInfo.
468 * fvwm/bindings.c (print_bindings):
469 Introduce print_bindings to print all bindings known to fvwm.
471 * fvwm/builtins.c (CMD_PrintInfo):
473 Add support for "binding" as an option to PrintInfo.
475 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
477 * fvwm/placement.c (__pl_position_get_pos_simple):
478 Force the window on-screen if using PositionPlacement UnderMouse.
480 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
482 * fvwm/events.c (HandleMapRequestKeepRaised):
483 * fvwm/add_window.c (AddWindow):
485 * fvwm/style.c (style_parse_one_style_option):
486 add new style InitialMapCommand
488 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
490 * bin/fvwm-menu-desktop.in:
491 Fix the location prefix for GNOME application files.
493 2008-12-29 Alexandre Julliard <julliard@winehq.org>
495 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
496 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
497 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
498 horizontally maximized.
500 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
503 * fvwm/module_list.c (do_execute_module):
504 * fvwm/fvwm.c (fvmm_deinstall_signals):
505 restore default signal handlers before execl()/execvp()
507 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
509 * fvwm/style.c (fw_match_style_id):
510 Allow for the window's visible name to be considered when matching a
511 style line. It is possible to use $[w.visiblename] as the style name.
512 Whilst the normal name and the visible name are usually the same, in
513 the case of having IndxedWindowName, if a style line matches this as a
514 visible name, apply it first of all.
516 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
519 Add $[w.visiblename] as an expansion parameter.
521 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
523 * fvwm/placement.c (__pl_position_get_pos_simple):
524 position placement honours StartsOnPage
526 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
528 * fvwm/session.c (MatchWinToSM):
529 fixed keeping fullscreen state of windows over a restart; the old code
530 tried to do this through session management and effectively overwrote
531 the responsible ewmh hint; eventually, fvwm thought that the window
532 was fullscreen without actually making it fullscreen
534 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
536 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
537 fixed compiler warning caused by a logic error in previous patch
540 applied png detection fix by Yuri Bushmelev for cross compiliation
542 * fvwm/events.c (__handle_cr_on_client):
543 fixed event merging with auto motion detection
545 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
548 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
549 * fvwm/events.h (events_handle_configure_request):
550 * fvwm/events.c (events_handle_configure_request):
551 (__handle_cr_on_client):
552 (__handle_configure_request):
553 fix handling of _NET_MOVERESIZE_WINDOW
554 (__cr_detect_icccm_move):
555 remove douplicate code
557 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
560 * fvwm/add_window.c (setup_frame_window):
561 fix compilation without XRender
563 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
569 Convert Latin-1 encodings to UTF-8
571 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
575 increased version to 2.5.27
580 updated for 2.5.26 release
582 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
584 * fvwm/ewmh_events.c (ewmh_WMDesktop):
586 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
587 (ewmh_HandleWindowType):
588 (ewmh_AddToKdeSysTray):
589 (ewmh_HandleWindowType):
591 64-bit fix by Alexandre Julliard
593 2008-03-30 Mikhael Goikhman <migo@homemail.com>
596 fix fribidi detection when it uses pkg-config and not fribidi-config
599 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
600 it now uses fribidi-types.h and not fribidi_types.h
602 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
604 * fvwm/events.c (dispatch_event):
605 Fix handling of Shape events.
607 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
609 * fvwm/menus.c (calc_normal_item_height):
610 (calc_more_item_height):
611 (size_menu_vertically):
612 fix calculations so the menu fit on the screen height
614 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
616 * fvwm/menus.c (size_menu_vertically):
617 added paddings at the top and bottom of the menus
619 * fvwm/menustyle.c (parse_vertical_margins_line):
620 new function to parse the VerticalMargins new MenuStyle
623 * fvwm/menustyle.c (menustyle_get_styleopt_index):
624 added the VerticalMargins option to the list
626 * fvwm/menustyle.c (menustyle_parse_style):
627 added default values for the padding, and a case clause
628 for the specific case when you invoke the VerticalMargins
631 * fvwm/menustyle.c (menustyle_copy):
632 added two lines to copy the menu styles from origin to destiny
635 added macros for the vertical padding stuff
637 * fvwm/menustyle.h (struct MenuLook):
638 added sub-structure to hold the VerticalMargins
640 * fvwm/libs/defaults.h:
641 added one define for MAX_MENU_MARGIN
643 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
645 * fvwm/menuitem.c (draw_highlight_background):
646 fixed drawing of background pictures in menu items
648 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
650 * fvwm/add_window.c (setup_frame_window):
651 fix core dump with ARGB detection code
652 fix compilation without XRender
654 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
658 increased version to 2.5.26
663 updated for 2.5.25 release
665 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
667 * fvwm/fvwm.c (main):
668 further condense the X visual selection code
670 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
672 * fvwm/fvwm.c (main):
673 condense the X visual selection code
675 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
677 * fvwm/events.c (register_event_group)
678 (InitEventHandlerJumpTable, dispatch_event):
679 use separate jump tables for events defined by X-extensions
680 to eliminate the need to ovverride the LASTEvent value.
682 * fvwm/module_list.c (module_list_remove):
683 include the case where the module is first in the list in
684 the loop, fixing a segmentaion fault when the list was empty.
686 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
688 * fvwm/add_window.c (setup_frame_window):
689 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
690 add preliminary support for ARGB windows in fvwm (based on
691 Marc Lehman's argb patch)
693 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
695 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
698 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
700 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
701 catch BadGC when updating root transparent window background
703 * libs/XError.c (do_coredump):
704 (ferror_set_temp_error_handler):
705 (ferror_reset_error_handler)
706 (ferror_call_next_error_handler):
709 * libs/XError.c (PrintXErrorAndCoredump):
710 try to dump core the hard way
712 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
714 * fvwm/colorset.c (parse_colorset):
715 check for image != None before calling XDestroyImage
717 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
718 (ewmh_WMStateMaxHoriz):
720 (ewmh_WMStateShaded):
721 (ewmh_WMStateStaysOnTop):
722 (ewmh_WMStateStaysOnBottom):
723 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
725 also ignore the EWMH staysontop and staysonbottom hints if the
726 EWMHIgnoreStackingOrderHints style is used
728 * fvwm/colorset.c (parse_colorset):
729 Fixed a sporadic crash when the root background set by gnome,
730 fvwm-root, esetroot etc. changes and a root transparent colour set
733 * fvwm/colorset.c (parse_colorset):
734 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
735 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
736 * libs/PictureGraphics.c (PGrabXImage)
737 (PGraphicsCreateTranslucent):
738 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
741 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
743 * libs/PictureGraphics.c (PGrabXImage):
744 fixed XImage memory leak
745 (PCreateRenderPixmap):
746 (PCreateDitherPixmap):
747 Properly handle return code of FgetFImage()
749 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
751 * fvwm/events.c (HandleConfigureRequest):
752 (events_handle_configure_request):
755 * fvwm/ewmh_events.c (ewmh_RestackWindow):
756 (ewmh_MoveResizeWindow):
757 fixed crash when moving/resizing/restacking unmanaged windows through
760 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
762 * fvwm/events.c (HandleMapRequestKeepRaised):
763 fixed compiler warning
765 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
767 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
768 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
770 Fixed the determination of the X charset on UTF-8 system
772 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
774 * fvwm/placement.c (__pl_minoverlap_get_next_x):
775 do not add screen offset to window position
777 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
780 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
783 Some html documentation files were not installed.
785 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
787 * fvwm/style.c (style_parse_one_style_option):
788 fixed parsing of screen argument of the SnapAttraction Style
790 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
792 * fvwm/move_resize.c (DoSnapAttract):
793 Use edge move resistance, and not delay for top edge when moving
796 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
799 * fvwm/events.c (HandleMapRequestKeepRaised)
800 (test_withdraw_request):
801 Don't map windows that request to be moved back to WithdrawnState
802 by the ICCCM2 method before they have been mapped. (Fixes bug with
803 disappearing windows.)
805 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
809 increased version to 2.5.25
813 updated for 2.5.24 release
815 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
817 * fvwm/menus.c (__mloop_exit):
818 * fvwm/menubindings.c (parse_menu_action):
820 reindented and cleaned up some code
822 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
824 * fvwm/update.c (apply_window_updates):
825 * fvwm/add_window.c (setup_style_and_decor):
826 (setup_numeric_vals):
830 * fvwm/events.c (HandleEnterNotify):
831 * fvwm/fvwm.c (InitVariables):
833 * fvwm/session.c (SaveGlobalState):
835 * fvwm/move_resize.c (DoSnapAttract):
838 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
839 They have been replaced by the styles EdgeMoveResistance,
840 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
842 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
846 use AS_HELP_STRING to format the configure options help strings
848 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
850 * fvwm/conditional.c:
853 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
855 * fvwm/ConfigFvwmDefaults:
856 restore default action of closing menus for menu titles
858 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
860 * libs/FScreen.c (FindScreenOfXY):
861 * fvwm/move_resize.c (GetMoveArguments):
862 fixed the "screen w" argument of the Move and other commands
864 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
866 * fvwm/virtual.c (HandlePaging):
867 don't modify *xl and *yt unless we we really page
869 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
871 * fvwm/module_list.h:
872 * fvwm/module_list.c:
875 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
879 increased version to 2.5.24
883 updated for 2.5.23 release
885 * libs/Flocale.c (FlocaleEncodeString):
886 removed previous warning fix
888 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
892 Added new style option: StartShaded.
894 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
896 * libs/Flocale.c (FlocaleEncodeString):
899 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
904 removed old fvwm manpage
906 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
910 increased version to 2.5.23
914 fix the date for 2.5.22 release
916 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
918 * fvwm/windowlist.c (CMD_WindowList):
919 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
922 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
926 use "test ! ... = ..." instead of "test ... != ..."
928 * fvwm/builtins.c (CMD_PropertyChange):
929 fixed completely broken parsing of PropertyChange arguments
931 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
935 updated for 2.5.22 release
937 * fvwm/builtins.c (CMD_PropertyChange):
938 * libs/Flocale.c (FlocaleGetFftFont):
941 (FlocaleGetFontOrFontSet):
944 fix compiler warnings
946 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
949 fixed command table parsing
951 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
953 * fvwm/module_list.c (module_kill):
954 (executeModuleDesperate):
955 (module_list_itr_init):
958 * fvwm/events.c (My_XNextEvent):
959 * fvwm/module_list.c (module_alloc):
961 * fvwm/module_list.h (fmodule):
964 restored *not* useless is_cmdline_module stuff
967 add constants for command group tagging
969 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
974 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
977 check for sed, perl and tbl, needed to build documentation
979 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
981 * libs/System.c (fvwm_mkstemp):
982 use constants from libs/fvwm_sys_stat.h
984 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
986 * fvwm/module_list.c (do_execute_module):
987 fixed possible crash when fork fails
989 * fvwm/module_list.c (module_list_remove):
990 now returns the removed fmodule*, or NULL if unsuccessful
991 removed error message when removing a not listed module (it's normal)
993 * fvwm/module_list.c (module_kill):
994 module is inserted in death_row only if it is successfuly removed from
995 module_list (fixes crash when module is killed more than once)
997 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
999 * fvwm/events.c (My_XNextEvent):
1000 fixed hang with startup modules
1002 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1004 * fvwm/conditional.c (FreeConditionMask):
1005 fixed crash with inverted name condition
1010 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1016 * sample.fvwmrc/system.fvwm2rc-sample-95:
1017 * sample.fvwmrc/system.fvwm2rc:
1018 * sample.fvwmrc/system.fvwm2rc-sample-2:
1019 * libs/Picture.c (PicturePrintImageCache):
1021 * libs/FGettext.c (FGettextPrintLocalePath):
1022 * libs/fvwmsignal.c:
1024 * libs/PictureUtils.c (PictureAllocColorTable)
1025 (PicturePrintColorInfo):
1027 * libs/fvwmsignal.h:
1030 * libs/Ficonv.c (convert_charsets):
1031 (FiconvSetupConversion):
1032 * fvwm/decorations.c:
1035 * fvwm/add_window.c (setup_window_font):
1039 * fvwm/conditional.c:
1040 * fvwm/fvwm.c (SetRCDefaults):
1042 * fvwm/ewmh_events.c:
1045 * fvwm/menustyle.c (menustyle_parse_style):
1047 * fvwm/ewmh.c (EWMH_Init):
1048 * libs/Flocale.c (FlocaleParseShadow):
1049 (FlocaleGetFontSet):
1051 (FlocalePrintLocaleInfo):
1052 * fvwm/misc.c (fvwm_msg):
1055 write fvwm in lower case
1058 fixed build without GNU make
1060 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1062 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1063 fixed buffer overflow
1065 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1067 * fvwm/module_list.h (fmodule_list_itr):
1068 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1069 replace iterator struct by typedef
1071 * fvwm/module_list.c (module_list_destroy):
1074 new function to remove dup code
1076 * fvwm/module_list.c (module_kill):
1077 changed to move the module to the deathrow list
1079 * fvwm/module_list.h (fmodule):
1080 * fvwm/module_list.c (module_alloc):
1081 (module_list_remove):
1082 (FlushMessageQueue):
1083 removed is_removed logic
1085 * fvwm/module_list.c (module_safefree):
1088 * fvwm/events.c (My_XNextEvent):
1089 remove old "#if 0" code
1091 * fvwm/module_list.c (module_kill):
1094 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1096 * fvwm/module_list.h (fmodule_list_itr):
1097 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1098 don't store current pointer in module list iterators.
1101 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1103 * fvwm/events.c (My_XNextEvent):
1104 * fvwm/module_list.c (KillModuleByName):
1105 (FlushAllMessageQueues):
1106 * fvwm/module_interface.c (BroadcastPacket):
1107 (BroadcastNewPacket):
1109 (BroadcastFvwmPicture):
1110 (BroadcastColorset):
1111 (BroadcastProperyChange):
1112 (BroadcastConfigInfoString):
1114 * fvwm/modconf.c (ModuleConfig):
1115 * fvwm/stack.c (BroadcastRestack):
1116 replaced module_get_next by module list iterator mechanism
1118 * fvwm/module_list.h:
1119 * fvwm/module_list.c (module_get_next):
1122 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1124 * fvwm/module_list.h:
1125 * fvwm/module_list.c (fmodule):
1131 (FlushAllMessageQueues):
1133 * fvwm/module_interface.c (BroadcastPacket):
1134 (BroadcastNewPacket):
1136 (BroadcastFvwmPicture):
1137 (BroadcastColorset):
1138 (BroadcastProperyChange):
1139 (BroadcastConfigInfoString):
1141 * fvwm/event.c (My_XNextEvent):
1142 * fvwm/stack.c (BroadcastRestack):
1143 * fvwm/modconf.c (ModuleConfig):
1144 changed to work with generic list container
1146 * fvwm/module_list.c (module_insert):
1147 (module_list_insert):
1149 (module_list_remove):
1152 renamed as list handling functions
1154 * fvwm/events.c (My_XNextEvent):
1155 * fvwm/module_list.h:
1156 * fvwm/module_list.c (module_alloc):
1157 (do_execute_module):
1158 removed useless is_cmdline_module stuff
1160 * fvwm/module_list.h:
1161 * fvwm/module_list.c (module_list_insert):
1162 (module_list_remove):
1164 new fmodule_list object representing a module list.
1165 changed the module lists to the new object.
1166 changed list functions to use the list object instead of the
1167 fmodule_store pointer.
1169 * fvwm/events.c (My_XNextEvent):
1170 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1172 * fvwm/module_list.h (fmodule_list_itr):
1173 * fvwm/module_list.c (fmodule_list_itr_init):
1174 (fmodule_list_itr_next):
1175 created a smart (safe) iterator mechanism to replace the
1176 module_get_next function
1178 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1182 added empty functions to replace CMD_Dummy
1185 use subordinate Makefile.ams instead of iuncluding files from other
1189 removed FVWMNAMEUCASE
1194 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1195 force --enable-htmldoc on "make distcheck"
1197 * fvwm/events.c (HandleEnterNotify):
1198 (HandleLeaveNotify):
1199 properly generate enter_window and leave_window events for FvwmEvent
1201 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1203 * fvwm/move_resize.c (GetOnePositionArgument):
1205 (ParsePositionArgumentSuffix):
1208 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1210 * fvwm/move_resize.c (GetOnePositionArgument):
1211 fixed position calculation with the "w" prefix (move w-1 w-1).
1212 (GetOnePositionArgument):
1215 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1217 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1219 reduce indentation level
1220 add comment to explain why suppressing the warning is right
1222 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1224 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1225 fixed using uninitialized variable
1227 * fvwm/menus.c (scanForStrings):
1228 suppress compiler warning for now
1230 * fvwm/move_resize.c (resize_move_window):
1231 (AnimatedMoveAnyWindow):
1235 * fvwm/module_interface.c (__get_allowed_actions):
1236 * fvwm/menuitem.c (menuitem_paint):
1237 * fvwm/icons.c (CMD_Iconify):
1238 * fvwm/gnome.c (GNOME_SetHints):
1239 * fvwm/ewmh.c (ewmh_AllowsClose):
1241 (ewmh_AllowsFullScreen):
1242 (ewmh_AllowsMinimize)
1243 (ewmh_AllowsMaximize):
1247 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1248 (ewmh_MoveResizeWindow):
1251 (ewmh_WMStateHidden):
1252 * fvwm/events.c (__handle_cr_on_client):
1253 * fvwm/decorations.c (__is_resize_allowed):
1254 (is_function_allowed):
1255 * fvwm/conditional.c (MatchesConditionMask):
1256 * fvwm/builtins.c (CMD_Delete):
1257 * fvwm/add_window.c (AddWindow):
1258 is_function allowed now differentiates between US program actions and
1259 actions initiated by interaction between fvwm and the user
1261 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1263 * fvwm/menus.c (__scan_for_pixmap):
1264 fixed compiler warning
1266 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1267 (ewmh_RestackWindow):
1268 honor FixedSize/FixedPosition styles in EWMH messages too
1270 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1272 * fvwm/fvwm.c (setVersionInfo):
1273 add XCursor support to version output
1275 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1276 (SCTX_GET_MR, string_context_type_t, string_context_t)
1277 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1278 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1279 reimplement pixmap and color scanning for menus to better handle
1282 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1285 don't install fvwm.1
1287 * fvwm/events.c (My_XNextEvent):
1288 remove unused varaible
1290 * fvwm/events.c (My_XNextEvent):
1291 * fvwm/module_list.h:
1292 * fvwm/module_list.c (module_store, module_alloc)
1293 (module_kill_all, module_safefree, module_remove)
1294 (do_execute_module, module_kill, module_cleanup, module_get_next)
1295 (FlushMessageQueue):
1296 Don't free module stuctures during module I/O. (Fixes segfault.)
1298 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1302 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1303 Someone missed to add extra conditions when changing from
1306 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1309 fixed liXcursor detection
1311 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1315 * fvwm/menus.c (scanForPixmap):
1316 made it possible to escape '*' '%' '@' in filenames
1318 * libs/PictureImageLoader.c (PImageLoadSvg):
1319 added transposing and none uniform scaling to svg options
1321 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1323 * libs/PictureImageLoader.c:
1325 (PImageLoadCursorFromFile):
1326 fixed compilation without xpm library
1328 fixed compiler warning without png library
1330 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1333 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1334 fix compilation without xpm library
1336 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1341 * libs/PictureImageLoader.c:
1343 (PImageLoadCursorFromFile):
1344 fixed compilation without xpm library
1346 fixed compiler warning without png library
1348 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1350 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1351 * fvwm/cursor.c (CMD_CursorStyle):
1352 fixed compiler warning
1354 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1356 * fvwm/cursor.c (CMD_CursorStyle):
1357 fix CursorStyle command parsing
1359 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1361 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1362 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1363 * libs/PictureImageLoader.c (PImageLoadSvg):
1365 (PImageCreatePixmapFromArgbData):
1366 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1367 (PImageCreatePixmapFromFImage):
1370 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1372 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1373 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1374 * libs/PictureImageLoader.c (PImageLoadSvg):
1376 (PImageCreatePixmapFromArgbData):
1377 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1378 (PImageCreatePixmapFromFImage):
1381 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1388 added libXcursor detection
1390 * fvwm/Makefile.am (LDADD):
1398 * libs/Makefile.am (libfvwm_a_SOURCES):
1401 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1402 added Xcursor support
1404 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1410 added defs for FxpmInfo and FxpmFreeXpmInfo
1412 * libs/PictureBase.h (FvwmPictureAttributes):
1413 * libs/PictureImageLoader.c
1414 (PImageCreatePixmapFromArgbData):
1415 (PImageLoadPixmapFromFile):
1416 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1417 (PImageLoadCursorPixmapFromFile):
1418 (PImageLoadCursorFromFile):
1419 * libs/PictureImageLoader.h:
1420 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1421 replaced by the new general PImageLoadCursorFromFile()
1423 * fvwm/cursor.c (CMD_CursorStyle):
1424 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1425 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1427 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1429 * libs/PictureImageLoader.c
1433 now returns argb data instead of pixmaps
1434 (PImageLoadPixmapFromFile):
1435 (PImageLoadArgbDataFromFile):
1436 moved first half of PImageLoadPixmapFromFile() into
1437 the new local function PImageLoadArgbDataFromFile()
1439 removed function, code moved into PImageLoadPixmapFromFile()
1441 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1443 * libs/PictureImageLoader.c (PImageLoadXpm):
1444 revised to make use of PImageCreatePixmapFromArgbData()
1446 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1448 * fvwm/colorset.c (parse_shape):
1449 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1450 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1451 * libs/PictureImageLoader.c
1454 (PImageCreatePixmapFromArgbData):
1455 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1456 or translucent (0 < any alpha < 0xff) images.
1458 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1460 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1461 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1462 * libs/PictureImageLoader.c (PImageLoadSvg):
1464 (PImageCreatePixmapFromArgbData):
1465 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1466 (PImageCreatePixmapFromFImage):
1469 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1471 * fvwm/functions.c (CMD_EchoFuncDefinition):
1472 * fvwm/functable.c (func_table):
1474 new command EchoFuncDefinition
1476 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1479 * fvwm/conditional.c (CreateConditionMask):
1480 bugfix: Condition separation previously failed when a
1481 single comma (no whitespace padding) was used directly
1482 after a multi-worded condition.
1484 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1486 * fvwm/module_list.c (module_kill):
1487 fix possible core dump when using startup modules
1489 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1492 * fvwm/builtins.c (CMD_PrintInfo):
1493 * libs/Picture.h (PicturePrintImageCache):
1494 * libs/Picture.c (PicturePrintImageCache):
1495 add ImageCache subject to PrintInfo command
1497 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1500 * fvwm/events.c (My_XNextEvent):
1501 fix crash when a module closes down during input/output.
1503 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1505 * fvwm/icons.c (ChangeIconPixmap):
1508 * fvwm/focus.c (warp_to_fvwm_window):
1509 * fvwm/events.c (__handle_cr_restack):
1510 (__handle_bpress_on_managed):
1511 (HandlePropertyNotify):
1513 * fvwm/stack.c (__restack_window):
1514 (__raise_lower_recursion):
1515 (__raise_or_lower_window):
1516 (raise_or_lower_window):
1517 (position_new_window_in_stack_ring):
1521 (HandleUnusualStackmodes):
1524 (CMD_RestackTransients):
1526 do raise hacks even when the internal stack is intact, unless on a
1529 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1531 * fvwm/style.c (check_window_style_change)
1532 (style_parse_one_style_option):
1534 * fvwm/fvwm.h (window_style):
1535 * fvwm/add_window.c (setup_frame_size_limits):
1536 * fvwm/geometry.c (constrain_size):
1537 new style MinWindowSize
1539 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1542 added missing prototypes
1544 * libs/safemalloc.c:
1551 * libs/Event.c (GetSubwindowFromEvent):
1553 * libs/ColorUtils.c:
1554 include corresponding header files
1556 * libs/PictureBase.c:
1557 * libs/FlocaleCharset.c:
1561 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1563 * configure.ac (HAVE_GNU_READLINE):
1564 detect full GNU readline API (vs BSD libedit readline compatibility
1567 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1569 * fvwm/windowlist.c (CMD_WindowList):
1572 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1573 "UseSkipList" & "OnlySkipList".
1575 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1578 * fvwm/add_window.c (validate_transientfor):
1579 detect and disallow circular transient-for hints
1581 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1584 s/UseListSkip/UseSkipList/g etc.
1586 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1588 * fvwm/menus.c (size_menu_vertically):
1589 added localization of the "More&..." string
1591 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1593 * libs/PictureBase.c (PictureFindImageFile):
1594 fix for segfault with svg-support enabled
1596 * INSTALL.fvwm (http):
1597 * configure.ac (png_CFLAGS):
1598 raise librsvg dependeny due to bug with 2.13.91
1600 * fvwm/cursor.c (CMD_CursorStyle):
1601 remove unused static variable nocursor
1603 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1608 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1611 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1612 bugfix: out-of-tree builds failed due to broken dependency.
1613 Make man page have same header as old one.
1614 Fix man page indentation.
1615 Make text of top-level man page sections all uppercase.
1616 Added --disable-mandoc option.
1617 HTML doc generation is off by default: use --enable-htmldoc.
1618 Added more info in doc/README about XML commands to use.
1620 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1623 * Everything in the 'doc' subdirectory.
1625 XML source to generate man page & HTML documentation.
1627 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1630 * fvwm/colorset.c (parse_colorset):
1631 don't recompute sh, hi and fgsh if they were supplied in a previous
1632 colorset line. Fixes bug #3359.
1634 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1636 * fvwm/move_resize.c (DoSnapAttract):
1637 handle SnapGrid before SnapAttraction so that non-overlapping windows
1638 do not snap edge to edge:
1645 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1647 * fvwm/style.c (parse_and_set_window_style)
1648 (style_parse_one_style_option):
1649 don't warn about PositionPlacement arguments
1651 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1655 enties for ChangeWindowTitle patch by Julio Teca.
1657 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1659 * fvwm/fvwm.c (main):
1660 fixed ROOT CursorStyle context
1662 * fvwm/placement.c (__pl_manual_get_pos_simple):
1663 * fvwm/move_resize.h:
1664 * fvwm/move_resize.c (__move_loop):
1666 fixed long broken POSITION CursorStyle context
1668 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1670 * fvwm/bindings.c (ParseBinding):
1671 fix buffer overrun with >78 character window names.
1673 * fvwm/fvwm.1.in (PositionPlacement):
1676 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1677 * fvwm/style.c (style_parse_one_style_option):
1678 change BorderWidth and HandleWidth style to revert to default if no
1681 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1683 * fvwm/fvwm.h (style_flags):
1684 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1685 (__place_get_wm_pos):
1686 (__place_window, __explain_placement):
1687 * fvwm/style.c (style_parse_one_style_option):
1689 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1690 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1691 (DEFAULT_PLACEMENT_POSITION_STRING):
1694 * fvwm/move_resize.c (GetOnePositionArgument):
1695 added 'w' suffix to Move arguments
1696 allow multiple shifts from original position
1698 * fvwm/style.c (style_parse_one_style_option):
1701 * fvwm/placement.c (setup_window_placement)
1702 (__place_get_placement_flags):
1703 (__place_get_wm_pos):
1704 (__place_get_nowm_pos):
1706 (__place_handle_x_resources):
1707 (setup_window_placement):
1708 * fvwm/fvwm.h (PLACE_CENTER):
1710 replaced CenterPlacement with more flexibe PositionPlacement
1712 * fvwm/move_resize.c (GetMoveArguments):
1713 (GetResizeArguments):
1714 (GetResizeMoveArguments):
1716 * fvwm/move_resize.h:
1717 exported and enhanced function GetMoveArguments for use by placement
1720 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1722 * fvwm/ConfigFvwmDefaults:
1723 reenable MenuScroll on titles
1725 * fvwm/menubindings.c (menu_shortcuts):
1726 don't scroll menus if scrolling would be in the wrong direction
1728 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1730 * fvwm/move_resize.c (__resize_window):
1731 some resizing/gravity fixes
1732 properly handle maximized + shaded state when resizing
1735 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1737 * fvwm/move_resize.c (__resize_window):
1738 resizing of shaded windows work better.
1740 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1742 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1743 clarified previous patch
1745 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1746 documented '-' command prefix
1748 * fvwm/expand.c (__eae_parse_range):
1749 fix $[n-] and $[*] after unsigned int havoc
1751 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1754 * fvwm/ConfigFvwmMenuDefaults:
1756 * fvwm/ConfigFvwmDefaults:
1757 * fvwm/ConfigFvwmMenuDefaults:
1758 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1760 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1762 * fvwm/ConfigFvwmMenuDefaults:
1763 * fvwm/fvwm.c (SetRCDefaults):
1764 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1765 apply to menu item context.
1767 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1769 * fvwm/placement.c (placement_loop):
1770 (__pl_minoverlap_get_avoidance_penalty):
1771 (__pl_smart_get_first_pos):
1772 (__pl_smart_get_next_pos):
1773 (__pl_smart_test_window):
1774 (__pl_smart_get_pos_penalty):
1775 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1776 now less than ten lines of code.
1778 * fvwm/add_window.c (setup_placement_penalty):
1779 * fvwm/style.c (style_parse_one_style_option):
1780 allow to reset the placement penalties with !
1783 * fvwm/add_window.c (setup_placement_penalty):
1786 * fvwm/style.c (style_parse_one_style_option):
1787 put placement penalty array in a struct
1789 * fvwm/placement.c (__place_get_wm_pos):
1790 (__pl_clever_get_next_x):
1791 (__pl_clever_get_next_y):
1792 (__pl_clever_get_first_pos):
1793 (__pl_clever_get_next_pos):
1794 (__pl_clever_get_avoidance_penalty):
1795 (__pl_clever_get_pos_penalty):
1796 (__pl_minoverlap_get_next_x):
1797 (__pl_minoverlap_get_next_y):
1798 (__pl_minoverlap_get_first_pos):
1799 (__pl_minoverlap_get_next_pos):
1800 (__pl_minoverlap_get_avoidance_penalty):
1801 (__pl_minoverlap_get_pos_penalty):
1802 renamed ...clever... functions to ...minoverlap...
1805 * fvwm/decorations.c:
1806 * fvwm/menubindings.c:
1807 * fvwm/module_interface.c:
1808 * fvwm/module_list.c:
1810 * fvwm/module_list.h:
1812 * fvwm/module_interface.h:
1814 dont include "libs" in include path
1817 #includes from fvwm path with "..." not <...>
1820 #includes from library path with "..." not <...>
1822 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1827 documented new svg support
1830 added librsvg detection
1832 * fvwm/Makefile.am (LDADD, INCLUDES):
1833 added rsvg_LIBS, rsvg_CFLAGS
1835 * fvwm/expand.c (expand_vars_extended):
1836 new extended variables
1837 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1839 * fvwm/fvwm.1.in (OPTIONS):
1841 documented new svg support
1842 (COMMAND EXPANSION):
1843 documented new extended variables
1845 * fvwm/fvwm.c (setVersionInfo):
1847 added Frsvg_init() call
1852 * libs/Makefile.am (libfvwm_a_SOURCES):
1857 * libs/Picture.c (PCacheFvwmPicture):
1858 hid svgopts from isFileStampChanged()
1860 * libs/PictureBase.c (PictureFindImageFile):
1861 hid svgopts from searchPath()
1863 * libs/PictureBase.h:
1865 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1866 hid svgopts from setFileStamp()
1868 new svg image loader
1870 * libs/fvwmlib.c (flib_init_graphics):
1871 added Frsvg_init() call
1873 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1876 * fvwm/stack.c (__is_restack_needed)
1877 (is_transient_subtree_straight):
1879 fix crash when trying to restack destroyed window
1881 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1883 * libs/Makefile.am (libfvwm_a_SOURCES):
1886 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1887 * fvwm/menus.c (move_any_menu)
1888 set menu backgrounds before moving. Makes transparent menus move
1891 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1892 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1893 add update_transparent_menu_bg to allow set of transparent menu
1894 background before a move, and change repaint_transparent_menu to
1895 allow for not setting the menu background.
1897 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1898 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1899 transparent colorsets)
1900 (CreateOffsetBackgroundPixmap):
1901 use offset also for non transparent backgrounds.
1903 * fvwm/menubindings.c (menu_shortcuts):
1904 don't move menus on scroll if they don't move
1906 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1911 * fvwm/decorations.c:
1913 * fvwm/ewmh_events.c:
1914 * fvwm/ewmh_icons.c:
1919 * fvwm/menubindings.c:
1924 * fvwm/module_interface.c:
1925 * fvwm/module_list.c:
1928 * fvwm/windowlist.c:
1929 * fvwm/windowshade.c:
1934 * fvwm/conditional.c:
1941 * fvwm/add_window.c:
1943 * fvwm/move_resize.c:
1952 * fvwm/execcontext.c:
1954 * libs/CombineChars.c:
1962 * libs/FlocaleCharset.c:
1966 * libs/safemalloc.c:
1972 * libs/ColorUtils.c:
1974 * libs/PictureImageLoader.c:
1975 * libs/PictureGraphics.c:
1978 * libs/PictureUtils.c:
1980 * libs/PictureBase.c:
1981 use new header files
1987 * libs/ColorUtils.h:
1988 * libs/PictureBase.h:
1995 * libs/Makefile.am (libfvwm_a_SOURCES):
1996 moved declarations from fvwmlib.h to new/appropriate header files
2001 * fvwm/menus.c (paint_side_pic):
2002 fixed previous patch
2005 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2007 * fvwm/menus.c (paint_side_pic):
2010 * fvwm/menus.c (paint_side_pic):
2011 use simple expose information to redraw sidepics less.
2013 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2015 * fvwm/geometry.c (constrain_size):
2016 silence gcc 4.1.1 warning.
2018 * libs/System.c (searchPath):
2019 search in pwd if no path is given.
2020 return NULL if a file dosn't exist regardless if it's absolute path
2022 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2024 * fvwm/placement.c (__place_window)
2025 (__pl_under_mouse_get_pos_simple):
2026 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2028 new style option UnderMousePlacementHonorsStartsOnPage
2030 * fvwm/update.c (init_style):
2031 don't forget stickyness when a window goes fullscreen (or when some
2032 other style is changed)
2034 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2036 * fvwm/placement.c (__pl_cascade_get_pos_simple):
2037 properly handle title direction with cascade placement
2039 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2042 * fvwm/placement.c (__pl_center_get_pos_simple):
2043 CenterPlacement properly handles Xinerama screens
2045 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2048 always substiture datarootdir
2050 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2052 * fvwm/add_window.c (GetWindowSizeHints):
2053 * fvwm/geometry.c (constrain_size):
2054 undefine macros after use
2056 reindented and cleaned up
2057 do not grow a window because of aspect ratio if this is not explicitly
2058 allowed by the CS_ROUND_UP flag
2060 (__cs_handle_aspect_ratio):
2061 broken into separate functions and cleaned up
2063 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
2065 * fvwm/module_list.c (module_receive):
2066 (module_input_discard):
2067 allocate input data in just one call - better perfomance
2069 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2071 * fvwm/placement.c (__place_get_wm_pos):
2072 simplified to a simple loop
2073 (__explain_placement):
2074 added explanation of new placement styles
2076 * fvwm/placement.c (__place_get_wm_pos):
2078 (__pl_center_get_pos_simple):
2079 (__pl_under_mouse_get_pos_simple):
2080 (__pl_cascade_get_pos_simple):
2081 (__pl_manual_get_pos_simple):
2082 (__place_get_wm_pos):
2083 use new placement interface for CenterPlacement, UnderMousePlacement,
2084 ManualPlacement, CascadePlacement
2086 * fvwm/placement.c (__sp_get_first_pos):
2087 (__sp_get_next_pos):
2088 (__sp_get_pos_penalty):
2089 (__place_get_wm_pos):
2090 use new placement interface for SmartPlacement
2095 don't use inline functions
2098 renamed function and generalized the placement interface to deal with
2099 any algorithm in the same way
2100 (__place_get_wm_pos):
2101 use new placement interface
2105 increased version to 2.5.22
2109 updated for 2.5.21 release
2111 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2113 * fvwm/read.h: Compile syntax error fix.
2115 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2117 * fvwm/placement.c (SmartPlacement):
2118 fixed broken SmartPlacement
2120 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2122 * fvwm/expand.c (expand_vars_extended):
2123 free allocated icon path
2125 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2133 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2136 * fvwm/fvwm.1.in (Scroll):
2137 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2138 add interactive scrolling.
2140 * fvwm/stack.c (is_transient_subtree_straight):
2141 check first above the tree root, then beneth it.
2143 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2145 * fvwm/module_interface.h
2146 * fvwm/module_interface.c (module_input_enqueue):
2147 (module_input_execute):
2148 new functions based on AddToCommandQueue and ExecuteModuleCommand
2150 * fvwm/module_list.c (CMD_ModuleSynchronous):
2152 * fvwm/events.c (My_XNextEvent):
2153 * fvwm/module_interface.c (ExecuteCommandQueue):
2154 using the above two new functions instead of AddToCommandQueue and
2155 ExecuteModuleCommand
2157 * fvwm/module_interface.c (cqueue_object_type):
2160 * fvwm/module_interface.h
2161 * fvwm/module_interface.c (AddToCommandQueue):
2162 (ExecuteModuleCommand):
2165 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2167 * fvwm/fvwm.h (window_style):
2168 * fvwm/style.c (style_parse_one_style_option):
2169 icon background relief and icon title relief changed to sigend char;
2170 should fix problem with ppc and negative values for these.
2172 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2174 * fvwm/module_list.h:
2175 * fvwm/module_list.c (module_receive):
2176 (module_input_discard):
2177 (module_input_expect):
2178 new functions to deal with module input
2180 * fvwm/module_list.h:
2181 * fvwm/module_list.c (HandleModuleInput):
2182 replaced by the above three functions
2184 * fvwm/events.c (My_XNextEvent):
2185 * fvwm/module_list.c (CMD_ModuleSynchronous):
2187 adapted to use the above three functions instead of HandleModuleInput
2189 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2191 * configure.ac (HAVE_PNG):
2192 don't mangle png_LIBS, use --with-png-library
2194 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2197 removed news about previous change after move of version-2_5_20 tag
2198 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2201 * fvwm/stack.c (__restack_window):
2202 fix so new transient windows with StackTransientParent on top layer
2203 don't make all windows raise above the pan frames.
2207 increased version to 2.5.21
2211 updated for 2.5.20 release
2213 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2215 * fvwm/fvwm.c (main):
2216 remove the call to module_init_list, the list head is instead set
2217 to NULL upon declaration
2219 * fvwm/module_list.h:
2220 * fvwm/module_list.c (module_init_list):
2223 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2225 * fvwm/stack.c (is_transient_subtree_straight)
2226 (is_transient_subtree_stack_straight):
2227 use <= 32 character function name
2228 (mark_transient_subtree, is_transient_subtree_straight)
2229 (__mark_transient_subtree_test):
2230 move common tests to function to avoid code duplication
2232 * fvwm/fvwm.1.in (IconifyWindowGroups):
2233 Correctly document that windows are iconified together if the are in
2234 the same window group, not if the group leader is iconified.
2236 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2238 * fvwm/add_window.c (GetWindowSizeHints):
2239 * libs/vpacket.h (ConfigWinPacket):
2240 * fvwm/module_interface.c (CONFIGARGS):
2241 * fvwm/fvwm.h (FvwmWindow):
2242 add orig_hints_width_inc and orig_hints_height_inc values to store the
2243 original resize inc for use in FvwmIdent
2246 * fvwm/style.c (style_parse_one_style_option):
2247 deprecated some "No..." styles
2248 (style_parse_one_style_option):
2249 add a NoResizeHintOverride style
2251 * fvwm/add_window.c (GetWindowSizeHints):
2252 only ignore the min_width/min_height/max_width/max_height with the
2253 ResizeHintOverride style
2255 * fvwm/icons.c (DeIconify):
2256 corrected previous fix
2258 * fvwm/placement.c (CleverPlacement):
2260 (__place_get_wm_pos):
2261 (__place_get_nowm_pos):
2263 fixed smart placement
2264 unified placement func interface
2266 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2269 * fvwm/icons.c (DeIconify):
2272 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2273 fix detection of non needed lower operations
2275 BroadcastRestack to modules even if non is done. (To cancel effect of
2276 already sent M_RAISE/M_LOWER)
2277 don't do raise hacks if no restack was done.
2279 * fvwm/fvwm.h (FvwmWindow):
2280 icon_nalloc_pixels is int instead of unsined int
2282 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2283 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2284 use int instead of unsigned int.
2286 * fvwm/menugeometry.c (menu_get_geometry)
2287 (menu_get_outer_geometry):
2288 * fvwm/focus.c (CMD_WarpToWindow):
2289 * fvwm/geometry.c (get_title_button_geometry):
2290 * fvwm/session.c (SaveWindowStates):
2291 * fvwm/conditional.c (CMD_WindowId):
2292 * fvwm/placement.c (__place_get_wm_pos):
2293 * fvwm/frame.c (frame_create_move_resize_args):
2294 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2295 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2296 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2297 * fvwm/style.c (style_parse_icon_box_style):
2298 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2299 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2301 * fvwm/events.c (HandlePropertyNotify)
2302 (__is_bpress_window_handled):
2303 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2305 fix geometry signed pointer warnings
2307 * libs/Graphics.c (CalculateGradientDimensions):
2308 cast pointer to unsigned int*
2310 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2311 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2312 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2313 change unsigned int* parameter to int*. It get's info stored in an
2314 unsigned short, so it should be OK.
2318 JunkMask is unsigned
2320 * fvwm/stack.c (__mark_group_member)
2321 (is_transient_subtree_stacked_straight, __is_restack_needed)
2322 (__restack_window, mark_transient_subtree):
2323 don't raise or lower windows if they are already at the right place.
2325 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2327 * fvwm/module_interface.c (struct cqueue_object_type):
2328 * fvwm/module_list.h (struct fmodule_input):
2329 reused cqueue_object_type as a struct to store module input data
2330 renamed it to fmodule_input and moved it to module_list.h
2331 typedef'ed it to cqueue_object_type in module_interface.c
2333 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2335 * fvwm/placement.c (__cp_get_next_x):
2337 (__cp_get_first_pos):
2338 (__cp_get_next_pos):
2339 (__cp_get_avoidance_penalty):
2342 restructured and cleaned up CleverPlacement code
2344 * fvwm/style.c (style_parse_icon_box_style):
2345 * fvwm/virtual.c (HandlePaging):
2346 * fvwm/stack.c (verify_stack_ring_consistency):
2347 (ResyncFvwmStackRing):
2349 * fvwm/read.c (cursor_control):
2350 * fvwm/placement.c (__place_get_wm_pos):
2351 * fvwm/move_resize.c (GetMoveArguments):
2352 (ParseOneResizeArgument):
2353 (GetResizeArguments):
2354 (GetResizeMoveArguments):
2355 (resize_move_window):
2356 (resize_move_window):
2367 (maximize_fvwm_window):
2371 * fvwm/menustyle.h (MenuStyle):
2372 * fvwm/menus.c (MenuSizingParameters):
2374 (paint_menu_gradient_background):
2375 (paint_menu_gradient_background):
2379 (pop_menu_down_and_repaint_parent):
2380 (__mloop_handle_action_without_mi):
2384 * fvwm/menuroot.h (MenuRootStatic):
2386 * fvwm/menuitem.h (MenuPaintItemParameters):
2387 * fvwm/menugeometry.h:
2388 * fvwm/menubindings.c (menu_shortcuts):
2389 * fvwm/icons.c (SetIconPixmapSize):
2391 (DrawIconTitleWindow):
2396 * fvwm/gnome.c (GNOME_GetHintIcons):
2397 * fvwm/functions.c (FvwmFunction):
2398 (__execute_function):
2400 (execute_complex_function):
2401 * fvwm/fvwm.c (JunkWidth):
2407 * fvwm/externs.h (JunkWidth):
2412 * fvwm/focus.c (CMD_WarpToWindow):
2413 * fvwm/expand.c (__eae_parse_range):
2414 (expand_args_extended):
2415 (expand_vars_extended):
2416 (expand_vars_extended):
2417 * fvwm/ewmh_names.c (EWMH_WMIconName):
2419 * fvwm/ewmh_intern.h:
2420 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2421 (EWMH_DoUpdateWmIcon):
2422 (ewmh_SetWmIconFromPixmap):
2423 (ewmh_SetWmIconFromPixmap):
2424 (EWMH_DeleteWmIcon):
2427 (EWMH_SetIconFromWMIcon):
2428 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2430 (ewmh_WMIconGeometry):
2433 * fvwm/ewmh.c (ewmh_ChangeProperty):
2434 (ewmh_ChangeProperty):
2436 (ewmh_AtomGetByName):
2437 (ewmh_AddToKdeSysTray):
2438 (EWMH_GetWorkAreaIntersection):
2439 (ewmh_HandleWindowType):
2440 (ewmh_check_wm_pid):
2441 * fvwm/geometry.c (constrain_size):
2443 * fvwm/events.c (__handle_cr_on_client):
2446 * libs/PictureImageLoader.c:
2447 * libs/PictureImageLoader.h:
2450 * libs/Graphics.c (ParseGradient):
2451 (CalculateGradientDimensions):
2452 (CreateGradientPixmap):
2453 (CreateGradientPixmapFromString):
2454 * fvwm/colorset.c (update_root_pixmap):
2455 * fvwm/builtins.c (CMD_Echo):
2457 * fvwm/add_window.c (AddWindow):
2458 * fvwm/screen.h (DecorFace):
2459 use int instead of unsigned int
2461 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2462 * fvwm/colormaps.c (EnterSubWindowColormap):
2463 (LeaveSubWindowColormap):
2464 (FetchWmColormapWindows):
2466 * libs/CombineChars.c (char_combclass):
2467 use short instead of short int
2468 use long instead of long int
2470 * libs/PictureBase.h (FvwmPictureAttributes):
2471 (FvwmRenderAttributes):
2472 * libs/Flocale.h (FlocaleFont):
2473 * fvwm/style.c (style_parse_icon_grid_style):
2474 * fvwm/menus.c (size_menu_horizontally):
2475 (size_menu_vertically):
2478 * fvwm/menuitem.c (menuitem_paint):
2480 * fvwm/menuitem.h (MenuItem):
2481 * fvwm/geometry.c (set_window_border_size):
2482 * fvwm/decorations.c (SelectDecor):
2483 use int instead of short
2485 * fvwm/screen.h (FvwmAcs):
2487 * fvwm/menus.c (MenuSizingParameters):
2488 (size_menu_horizontally):
2490 (paint_menu_gradient_background):
2491 * fvwm/menuroot.h (MenuRootStatic):
2492 * fvwm/menuitem.h (MenuItem):
2493 (MenuItemPartSizesT):
2494 * fvwm/menuitem.c (menuitem_get_size):
2495 * fvwm/menudim.h (MenuDimensions):
2496 use int instead of unsigned short
2498 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2501 * libs/gravity.c (gravity_move_resize_parent_child):
2503 * fvwm/frame.c (mr_args_internal):
2504 (frame_setup_border):
2505 (frame_setup_titlebar):
2506 (frame_get_resize_decor_gravities):
2507 (frame_get_titlebar_dimensions):
2508 use rectangle instead of signed_rectangle
2510 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2511 * libs/fvwmrect.h (signed_rectangle):
2515 widht and height are now signed values
2517 * fvwm/placement.c (get_next_x):
2525 * fvwm/placement.c (get_next_x):
2531 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2534 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2535 StickyAcrossDesksIcon.
2537 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2539 * fvwm/conditional.c (CreateConditionMask):
2540 added conditions StickyIcon, StickyAcrossPagesIcon and
2541 StickyAcrossDesksIcon.
2544 documented new conditional tests.
2545 removed descriptions of styles StickyIconPage & StickyIconDesk which
2546 actually don't exists in fvwm.
2547 moved StickyIcon/SlipperyIcon descriptions immediately after
2548 Sticky/Slippery description.
2550 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2552 * fvwm/placement.c (SmartPlacemen):
2554 cleaned up SmartPlacement code
2556 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2558 * fvwm/ConfigFvwmMenuDefaults:
2559 Mouse 0 MS A MenuLeaveSubmenu instead.
2561 * fvwm/ConfigFvwmMenuDefaults:
2562 Mouse 0 MS A MenuClose to make sidepic and border behave as
2563 before menu bindings.
2566 * libs/wcontext.h (enum):
2567 * fvwm/menubindings.c (menu_binding):
2569 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2571 * fvwm/menustyle.c (menustyle_parse_old_style):
2572 add a message of deprecation.
2574 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2576 * fvwm/module_list.h:
2577 * fvwm/module_list.c:
2578 new files for module handling code.
2580 * fvwm/module_list.h:
2581 * fvwm/module_interface.h:
2582 * fvwm/module_list.c:
2583 * fvwm/module_interface.c:
2584 (struct mqueue_object_type):
2595 (do_execute_module):
2596 (executeModuleDesperate):
2598 (CMD_ModuleListenOnly):
2599 (CMD_ModuleSynchronous):
2600 (HandleModuleInput):
2606 (DeleteMessageQueueBuff):
2607 (FlushMessageQueue):
2608 (FlushAllMessageQueues):
2610 (CMD_set_sync_mask):
2611 (CMD_set_nograb_mask):
2612 (skipModuleAliasToken):
2614 (struct msg_masks_t):
2616 moved from module_interface.c/h to module_list.c/h
2618 * fvwm/module_list.h (do_execute_module):
2619 * fvwm/module_interface.h (AddToCommandQueue):
2620 (ExecuteModuleCommand):
2621 initialy static functions are exposed for now. Should be fixed soon.
2624 added module_list.h and module_list.c
2625 reorganized the c files by size
2627 * fvwm/module_list.h:
2628 * fvwm/module_list.c:
2641 renamed functions to a unified style
2643 * fvwm/module_interface.h:
2644 * fvwm/module_interface.c:
2650 * fvwm/windowshade.c:
2652 * fvwm/move_resize.c:
2653 include file cleanup
2655 * fvwm/module_list.c (do_execute_module):
2656 made absolutely sure the module's read fd is >=0 before inserting
2657 the module on the list
2659 * fvwm/events.c (My_XNextEvent):
2660 * fvwm/module_list.c (PositiveWrite):
2661 (CMD_ModuleSynchronous):
2662 assume module read fd is allways >=0 (remove the tests)
2664 * fvwm/module_list.c (module_free):
2665 no need to test if fd >=0 when closing the pipes.
2667 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2669 * fvwm/menuitem.c (draw_higlight_background):
2670 fix x-origin of HGradients
2672 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2674 * fvwm/module_interface.c (FlushMessageQueues):
2675 fixed not flushing the first module on the list
2677 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2679 * libs/Flocale.c (FlocaleGetFftFont):
2680 add sanity check for NULL fontname.
2684 * fvwm/menuitem.c (menuitem_paint):
2685 (draw_hilight_background):
2686 make all kinds of pixmaps work with hilight background
2688 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2689 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2690 (CreateBackgroundPixmap):
2691 added CreateOffsetBackgroundPixmap with the ability to create
2692 transparent images at an offset relative to the window.
2694 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2696 * fvwm/menus.c (__mloop_exit):
2699 (__mloop_handle_event):
2700 don't warp to parent item when entering other item with mouse.
2704 * fvwm/menustyle.c (menustyle_update):
2705 make use of colorset TiledPixmap option with HiglightBack
2706 and HiglightTitleBack menu styles.
2708 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2713 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2715 * libs/FScreen.c (FScreenParseGeometry):
2716 don't look up screen info if screen is undefined
2718 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2722 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2724 * libs/fio.c (fvwm_send):
2727 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2732 new utility files to wrap writing/reading standard lib functions that
2733 might be interrupted
2735 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2737 * fvwm/ewmh_intern.h:
2738 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2739 instead of <time.h>.
2741 * fvwm/windowlist.h:
2742 removed unneeded file.
2745 removed windowlist.h from build list.
2747 * libs/PictureUtils.c:
2748 include "ftime.h" instead of <time.h>.
2749 fvwmlib.h header name should be in double quotes not in angle
2753 include "ftime.h" instead of <sys/time.h>.
2755 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2758 make my email less spider-friendly
2760 * fvwm/bindings.c (binding_cmd):
2764 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2766 * fvwm/screen.h (ScreenInfo):
2767 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2768 casting signed values in calculations to be cast to unsigned
2770 * fvwm/focus.c (__activate_window_by_command):
2771 don't warp the viewport if the center of the window is already in view
2772 fixed a bug in window positioning
2774 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2777 FvwmIconBox IconColorset's bg wasn't updated immediately.
2779 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2781 * fvwm/fvwm.c (main):
2782 close all open fds upon startup
2783 reopen stdin, stdout and stderr if necessary
2787 * fvwm/module_interface.c (do_execute_module):
2788 simplified error handling
2789 check maximum fd when creating modules
2791 * fvwm/events.c (My_XNextEvent):
2792 * fvwm/fvwm.c (main):
2793 replaced fd_width with fvwmlib_max_fd
2796 * libs/System.c (fvwmlib_init_max_fd):
2797 added function and fvwmlib_max_fd
2799 * fvwm/events.c (My_XNextEvent):
2800 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2801 switch back to using FD_SET
2803 * fvwm/events.c (My_XNextEvent:
2804 * fvwm/module_interface.h:
2805 * fvwm/module_interface.c:
2806 hide module structure members with access macros and use them
2809 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2811 * fvwm/module_interface.c (module_add_to_fdsets):
2812 * fvwm/module_interface.h:
2813 created new function that also checks for too many open fds
2815 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2816 * fvwm/events.c (My_XNextEvent):
2817 now using module_add_to_fdset to add pipes to the fdsets
2819 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2821 * libs/defaults.h (MAX_NUM_MODULES):
2822 * fvwm/module_interface.c (module_alloc):
2823 (do_execute_module):
2824 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2826 * fvwm/module_interface.c (do_execute_module):
2827 moved the allocation call to the end of the sanity checks and pipe
2828 creation - better for performance
2830 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2832 END MODULE STRUCT PATCHES
2834 * fvwm/module_interface.c (do_execute_module):
2835 fixed another memory leak
2837 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2839 * fvwm/module_interface.h:
2840 * fvwm/module_interface.c:
2842 renamed struct module member "pipeName" and "pipeAlias" to "name"
2845 * fvwm/module_interface.c (do_execute_module):
2846 fixed possible memory leak
2848 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2850 * fvwm/events.c (My_XNextEvent):
2851 * fvwm/module_interface.c (module_alloc):
2852 (do_execute_module):
2854 * fvwm/module_interface.h (fmodule):
2855 replaced int with a flag struct
2857 * fvwm/module_interface.h:
2858 * fvwm/events.c (My_XNextEvent):
2859 * fvwm/module_interface.c (module_alloc):
2863 add new modules at front of list again
2864 removed global variable init_fdset; use a flag in the module struct
2866 removed the now obsolete module slot count
2868 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2870 * fvwm/module_interface.c (module_remove):
2872 moved module remotion code to module_remove()
2874 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2876 * fvwm/events.c (My_XNextEvent):
2877 fixed startup commands
2879 * fvwm/module_interface.c (module_insert):
2883 append modules at end of list
2885 * fvwm/events.c (My_XNextEvent):
2888 * fvwm/module_interface.c (ExecuteModuleCommand):
2892 (BroadcastNewPacket):
2894 (BroadcastFvwmPicture):
2895 (BroadcastColorset):
2896 (BroadcastPropertyChange):
2897 (BroadcastConfigInfoString):
2899 (FlushAllMessageQueues):
2902 (CMD_set_sync_mask):
2903 (CMD_set_nograb_mask):
2905 (skipModuleAliasToken):
2906 use MAX_MODULE_ALIAS_LEN
2908 * fvwm/module_interface.c (KillModule):
2909 (do_execute_module):
2911 added a "slot" member to the module struct to fix the init_fdset hack
2914 * libs/defaults.h (MAX_NUM_MODULES):
2915 (MAX_MODULE_ALIAS_LEN):
2918 * fvwm/module_interface.c (do_execute_module):
2919 rewrote module struct initialization
2920 (HandleModuleInput):
2921 use %p to print module address, don't cast it to int
2923 * fvwm/module_interface.c (ClosePipes):
2931 * fvwm/module_interface.c (FreeModule):
2935 * fvwm/module_interface.c (KillModule):
2937 * fvwm/events.c (My_XNextEvent):
2938 * fvwm/execcontext.h:
2939 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2941 * fvwm/stack.c (BroadcastRestack):
2944 * fvwm/module_interface.c (module_get_next):
2945 * fvwm/module_interface.h:
2948 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2950 * fvwm/modconf.c (ModuleConfig):
2951 (SendConfigToModule):
2952 (send_xinerama_state):
2953 (send_desktop_names):
2954 (send_desktop_geometry):
2959 (send_move_threshold):
2960 (send_ignore_modifiers):
2961 (CMD_Send_ConfigInfo):
2962 * fvwm/functions.c (__execute_function):
2963 * fvwm/events.c (My_XNextEvent):
2964 * fvwm/module_interface.h (msg_masks_t):
2966 * fvwm/execcontext.c (__exc_change_context):
2967 (exc_create_null_context):
2968 * fvwm/execcontext.h:
2969 Initial module struct patches
2971 BEGIN MODULE STRUCT PATCHES
2973 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2975 * fvwm/events.c (HandleFocusOut):
2976 (__refocus_stolen_focus_win):
2977 (HandleEnterNotify):
2978 less disruptive way of restoring focus to the window it was stolen from
2980 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2982 * fvwm/events.c (HandleEnterNotify):
2983 restore focus to windows that had it stolen by
2984 unmanaged windows on enter of any unmanaged windows.
2986 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2988 * fvwm/menubindings.c:
2989 don't include menus.h
2991 * fvwm/ConfigFvwmMenuDefaults:
2992 all bindings are silent
2994 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2996 * fvwm/ConfigFvwmMenuDefaults:
2997 make all numpad keys silent -- not all keyboads have a numpad
2998 add KP_Separator for MenuClose
3000 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
3003 documented missing menu bindings.
3005 * fvwm/ConfigFvwmMenuDefaults:
3006 fixed wrong menu bindings.
3008 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3010 * fvwm/menubindings.c:
3011 * fvwm/menubindings.h:
3015 * fvwm/menugeometry.c:
3016 * fvwm/menugeometry.h:
3022 * fvwm/move_resize.c:
3023 * fvwm/move_resize.h:
3024 * fvwm/windowlist.c:
3025 simplified including header files
3027 * fvwm/menus.c (__mloop_handle_event):
3028 * fvwm/menuparameters.h:
3029 * fvwm/menubindings.c (menu_shortcuts):
3030 do not call find_entry directly but return MENU_NEWITEM_FIND instead
3032 * fvwm/menus.c (__mloop_handle_event):
3033 * fvwm/menuparameters.h:
3034 * fvwm/menubindings.c (menu_shortcuts):
3035 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3038 * fvwm/menus.h (MenuParameters):
3043 (MenuRepaintTransparentParameters):
3044 * fvwm/menuparameters.h (MenuParameters):
3049 (MenuRepaintTransparentParameters):
3050 moved to menuparameters.h
3052 * fvwm/menus.h (MenuRoot):
3055 * fvwm/menutypes.h (MenuRoot):
3060 * fvwm/menus.c (menu_get_geometry):
3061 (menu_get_outer_geometry):
3062 * fvwm/menugeometry.c (menu_get_geometry):
3063 (menu_get_outer_geometry):
3064 moved to menugeometry.c
3066 * fvwm/menuparameters.h:
3068 * fvwm/menugeometry.c:
3069 * fvwm/menugeometry.h:
3073 * fvwm/menubindings.h (enum):
3074 * fvwm/menus.c (enum):
3075 moved enum menu_shortcut_action to menubindings.h
3076 (get_selectable_item_index):
3077 (get_selectable_item_from_index):
3078 (get_selectable_item_from_section):
3079 (get_selectable_item_count):
3080 (parse_menu_action):
3081 moved to menubindings.c
3083 * fvwm/menus.c (enum):
3084 (parse_menu_action):
3086 renamed enum shortcut_action to menu_shortcut_action
3088 * fvwm/fvwm.c (SetRCDefaults):
3089 read default config file after all other defaults
3091 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3093 * fvwm/ConfigFvwmMenuDefaults:
3094 * fvwm/fvwm.c (SetRCDefaults):
3095 make the hard coded menu bindings load before ConfigFvwmDefaults
3096 move Mouse 0 ... to ConfigFvwmMenuDefaults
3098 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3100 * fvwm/ConfigFvwmMenuDefaults:
3101 * fvwm/fvwm.c (SetRCDefaults):
3102 added hard coded default menu bindings
3104 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3107 documentation fixes.
3109 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3112 * fvwm/menubindings.h:
3113 * fvwm/menubindings.c:
3117 moved new menu binding code to menubindings.c, menubindings.h
3118 split binding into a regular list and a fallback list that can not be
3121 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3122 fixed calculation of new geometry if x or y is negative
3124 * fvwm/geometry.c (maximize_adjust_offset):
3125 fixed calculations of normal geometry when maximized
3127 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3130 * fvwm/ConfigFvwmMenuDefaults:
3131 * fvwm/fvwm.c (SetRCDefaults):
3132 * fvwm/menus.c (parse_menu_action):
3134 rename menu action to menu bindings and make menu binding commands
3135 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3136 ensure basic function with ConfigFvwmMenuDefaults missing.
3138 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3140 * fvwm/menus.c (menuShortcuts):
3141 fixed compiler warning.
3143 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3146 corrected mis-spelling
3152 * fvwm/menus.c (handle_emacs_bindings):
3155 (__mloop_handle_event):
3157 * fvwm/bindings.c (ParseBinding):
3158 * fvwm/Makefile.am (config_DATA):
3159 * fvwm/ConfigFvwmDefaults:
3160 * fvwm/ConfigFvwmMenuDefaults:
3161 fully configurable mouse any key bindings for menu navigation.
3163 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3165 * fvwm/virtual.c (HandlePaging):
3166 removed bogus comment
3168 * fvwm/move_resize.c (__move_loop):
3171 allow paging during resize with "EdgeScroll 0 0" as documented in the
3173 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3175 * fvwm/fvwm.h (FvwmWindow):
3176 * fvwm/add_window.c (AddWindow):
3177 * fvwm/add_window.c (setup_frame_window):
3178 * fvwm/add_window.c (setup_parent_window)
3179 * fvwm/borders.c (border_draw_decorations):
3180 * fvwm/borders.c (border_draw_one_border_part):
3181 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3182 * fvwm/borders.c (border_get_titlebar_descr)
3183 * fvwm/builtins.c (__remove_window_decors):
3184 * fvwm/conditional.c (MatchesConditionMask):
3185 * fvwm/events.c (HandleMapNotify):
3186 * fvwm/events.c (HandleMapRequestKeepRaised)
3187 * fvwm/events.c (HandlePropertyNotify):
3188 * fvwm/events.c (HandleShapeNotify):
3189 * fvwm/events.c (__cr_detect_icccm_move)
3190 * fvwm/events.c (__cr_get_grav_position):
3191 * fvwm/events.c (__cr_get_static_position)
3192 * fvwm/events.c (__handle_configure_request)
3193 * fvwm/events.c (__handle_cr_on_client):
3194 * fvwm/ewmh.c (EWMH_fullscreen):
3195 * fvwm/focus.c (__activate_window_by_command):
3196 * fvwm/focus.c (__set_focus_to_fwin):
3197 * fvwm/focus.c (warp_to_fvwm_window):
3198 * fvwm/frame.c (__frame_setup_window):
3199 * fvwm/frame.c (frame_create_move_resize_args)
3200 * fvwm/frame.c (frame_free_move_resize_args):
3201 * fvwm/frame.c (frame_move_resize_step)
3202 * fvwm/frame.c (frame_reshape_border):
3203 * fvwm/geometry.c (constrain_size):
3204 * fvwm/geometry.c (get_icon_corner)
3205 * fvwm/geometry.c (get_page_offset):
3206 * fvwm/geometry.c (get_page_offset_check_visible):
3207 * fvwm/geometry.c (get_shaded_client_window_pos):
3208 * fvwm/geometry.c (get_title_button_geometry):
3209 * fvwm/geometry.c (get_title_geometry)
3210 * fvwm/geometry.c (get_unshaded_geometry):
3211 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3212 * fvwm/geometry.c (gravity_constrain_size):
3213 * fvwm/geometry.c (maximize_adjust_offset):
3214 * fvwm/geometry.c (update_absolute_geometry):
3215 * fvwm/geometry.c (update_relative_geometry)
3216 * fvwm/gnome.c (GNOME_SetWinArea):
3217 * fvwm/icons.c (AutoPlaceIcon):
3218 * fvwm/icons.c (DeIconify):
3219 * fvwm/icons.c (Iconify):
3220 * fvwm/module_interface.c (CONFIGARGS):
3221 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3222 * fvwm/move_resize.c (CMD_Maximize):
3223 * fvwm/move_resize.c (CMD_ResizeMaximize):
3224 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3225 * fvwm/move_resize.c (__move_loop):
3226 * fvwm/move_resize.c (__move_window):
3227 * fvwm/move_resize.c (__resize_window):
3228 * fvwm/move_resize.c (maximize_fvwm_window):
3229 * fvwm/move_resize.c (resize_move_window):
3230 * fvwm/move_resize.c (stick_across_pages):
3231 * fvwm/move_resize.c (unmaximize_fvwm_window):
3232 * fvwm/placement.c (__explain_placement):
3233 * fvwm/placement.c (__place_get_wm_pos):
3234 * fvwm/placement.c (get_next_x):
3235 * fvwm/placement.c (get_next_y):
3236 * fvwm/placement.c (test_fit)
3237 * fvwm/session.c (MatchWinToSM):
3238 * fvwm/session.c (SaveWindowStates):
3239 * fvwm/update.c (apply_window_updates):
3240 * fvwm/virtual.c (MoveViewport):
3241 * fvwm/windowlist.c (CMD_WindowList):
3242 * fvwm/windowshade.c (CMD_WindowShade):
3243 put some of the window geometry members into a separate struct window_g
3244 with members frame, normal, max, max_defect, max_offset
3246 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3250 * fvwm/window_flags.h:
3252 * fvwm/style.c (style_parse_one_style_option):
3253 * fvwm/icons.c (DrawIconTitleWindow):
3254 * fvwm/fvwm.h (common_flags_t):
3255 * fvwm/fvwm.1.in (Style):
3257 (border_draw_title_stick_lines):
3258 Applied Stippled patch by Thomas Adam with some fixes.
3260 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3263 FvwmWinList button/list syncronization fixed (bug #1393)
3265 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3273 updated for 2.5.19 release
3276 updated after 2.4.20 release
3279 * fvwm/focus.c (focus_get_fpol_context_flag):
3280 * fvwm/events.c (__check_click_to_focus_or_raise)
3281 (__handle_click_to_focus):
3282 Treat EWMH desktop as client window under click to focus. (#1492)
3284 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3286 * libs/Module.h (MX_REPLY):
3287 (MAX_EXTENDED_MESSAGES):
3289 * fvwm/module_interface.c (CMD_Send_Reply):
3290 * fvwm/functable.c (func_table):
3292 Added Send_Reply module only command.
3294 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3296 * libs/PictureUtils.c (init_static_colors_table):
3297 fix fvwm for < 8 bit depth, bug #1677
3299 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3301 * fvwm/misc.c (IsRectangleOnThisPage):
3302 new fix for signedness problems.
3304 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3306 * fvwm/misc.c (IsRectangleOnThisPage):
3307 fix signedness problem with test introduced by gcc4 fix below.
3309 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3311 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3315 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3316 * libs/gravity.h (gravity_move_resize_parent_child):
3317 * libs/gravity.c (gravity_move_resize_parent_child):
3318 * fvwm/frame.h (frame_get_titlebar_dimensions)
3319 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3320 (frame_get_resize_decor_gravities):
3322 (frame_setup_border):
3323 (frame_setup_titlebar)
3324 (frame_get_resize_decor_gravities):
3325 (frame_get_titlebar_dimensions):
3326 split rectangle into a signed size and an unsigned size type.
3328 * fvwm/screen.h (ScreenInfo):
3329 * libs/FScreen.h (FScreenGetScrRect):
3330 (FScreenGetResistanceRect):
3331 * libs/FScreen.c (XineramaScreenInfo):
3332 (FScreenGetGeometry)
3333 (FScreenGetScrRect):
3334 (FScreenClipToScreen):
3335 (FScreenCenterOnScreen)
3336 (FScreenGetResistanceRect):
3337 (FScreenIsRectangleOnScreen):
3338 * fvwm/fvwm.h (FvwmWindow):
3339 * fvwm/screen.h (DecorFace):
3340 * libs/fvwmlib.h (CreateGradientPixmap):
3341 * libs/Graphics.c (CreateGradientPixmap):
3342 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3343 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3344 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3345 (PImageLoadPixmapFromFile):
3346 (PImageLoadPixmapFromXpmData):
3347 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3348 (PImageCreatePixmapFromArgbData):
3349 (PImageLoadPixmapFromFile)
3350 (PImageLoadFvwmPictureFromFile):
3351 (PImageLoadPixmapFromXpmData):
3352 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3353 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3354 (EWMH_SetIconFromWMIcon):
3355 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3356 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3357 * fvwm/colorset.c (parse_colorset):
3358 * fvwm/icons.c (DrawIconTitleWindow):
3361 * fvwm/menus.h (MenuRootDynamic):
3362 * fvwm/menus.c (update_menu):
3366 * fvwm/move_resize.c (GetMoveArguments):
3367 (ParseOneResizeArgument)
3368 (GetResizeArguments):
3369 (GetResizeMoveArguments):
3373 change dimensions and allocation counts to unsigned types.
3375 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3376 (FlocaleStringByteToCharOffset):
3377 (FlocaleStringCharToByteOffset)
3378 (FlocaleStringCharLength)
3379 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3380 (FlocaleStringByteToCharOffset):
3381 (FlocaleStringCharToByteOffset)
3382 (FlocaleStringCharLength):
3383 (FlocaleUtf8ToUnicodeStr2b)
3384 (FlocaleStringToString2b):
3385 (FlocaleEncodeString):
3386 * libs/Ficonv.c (convert_charsets):
3387 change most string types to char* from unsigned char* to match
3388 with system headers without casts.
3390 * libs/Flocale.c (FlocaleLoadFont):
3391 init shadow_dir to make gcc 4 happy.
3393 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3394 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3395 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3396 (CSETS_IS_TRANSPARENT_PR_PURE):
3397 (CSETS_IS_TRANSPARENT_ROOT)
3398 (CSETS_IS_TRANSPARENT):
3399 compare pointer with NULL, not >= 0.
3401 * libs/FTips.h (ftips_position_t):
3402 * fvwm/expand.c (partial_extended_vars):
3403 * fvwm/placement.c (preason_screen_t):
3404 remove comma last in enums.
3406 * fvwm/style.c (style_parse_focus_policy_style):
3407 change 0xffffffff to ~0 to silience truncation warning.
3409 * fvwm/session.h (mwtsm_state_args):
3410 make flags unsigned.
3412 * fvwm/schedule.c (sq_object_type):
3413 change // to /* ... */
3415 * libs/Fft.c (FftGetFontWidths):
3417 * libs/FScreen.c (FScreenConfigureSLSScreens):
3418 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3419 (EWMH_SetDesktopNames):
3420 * fvwm/fvwm.c (LoadDefaultLeftButton):
3421 (LoadDefaultRightButton):
3422 * fvwm/builtins.c (ReadDecorFace):
3424 silence signedness warnings by casts.
3426 * fvwm/borders.c (ROTATE_RECTANGLE):
3427 make sure tr is initialized.
3429 * fvwm/add_window.c (FetchWmProtocols):
3430 use unsigned type for l_protocols.
3432 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3434 * fvwm/events.c (HandleFocusIn):
3436 * fvwm/focus.c (__set_focus_to_fwin):
3437 fix focus decoration when unmanaged are focused, unless
3438 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3440 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3442 * fvwm/geometry.c (constrain_size):
3443 repeat aspect-resizing in a loop to get a stable result that does not
3444 change the next time the frame is set up
3446 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3450 increased version to 2.5.19
3455 updated for 2.5.18 release
3457 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3460 removed the unused test for imlib
3461 removed the Imlib.h header from gdk_imlib test programs
3463 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3465 * fvwm/ewmh.c (atom_get):
3466 fix offset and length args for XGetWindowProperty() (to support 64bit
3469 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3471 * fvwm/events.c (HandleUnmapNotify):
3472 immediately handle MapRequests after unmapping a window while we still
3473 have the context fvwm window; this is necessary to allow the client to
3474 re-map a window before fvwm can reparent it to the root window
3475 (HandleMapRequestKeepRaised):
3478 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3480 * fvwm/ewmh.c (ewmh_HandleDesktop):
3481 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3484 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3488 * fvwm/decorations.c:
3489 fix offset and length args for XGetWindowProperty() (to support 64bit
3492 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3495 * fvwm/expand.c (expand_vars_extended):
3496 correctly expand break.
3497 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3500 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3502 * fvwm/decorations.h (is_function_allowed):
3503 * fvwm/decorations.c (__is_resize_allowed):
3504 (is_function_allowed):
3505 work on 'const FvwmWindow *'
3507 * fvwm/fvwm.h (action_flags):
3508 * fvwm/style.c (check_window_style_change):
3509 * fvwm/module_interface.c (__get_allowed_actions)
3511 * libs/vpacket.h (ConfigWinPacket):
3512 expose fvwm allowed actions to modules
3514 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3516 * fvwm/move_resize.c (__move_icon):
3517 *do* map icon windows for pictured icons on move, but only if they end
3518 up on the current desk
3520 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3522 * fvwm/move_resize.c (__move_icon):
3523 don't map icon windows for pictured icons on move
3525 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3527 * fvwm/style.c (remove_all_of_style_from_list):
3528 (__simplify_style_list):
3533 (style_ids_are_equal):
3534 (style_id_equals_id)
3535 (styles_have_same_id):
3537 (one_fw_can_match_both_ids):
3538 (check_window_style_change):
3539 use int/0/1 instead of Bool/False/True
3541 * fvwm/move_resize.c (stick_across_pages):
3542 use False instead of FALSE
3544 * fvwm/style.c (fw_match_style_id):
3545 * fvwm/read.c (run_command_file):
3547 * fvwm/add_window.c (MappedNotOverride):
3548 * libs/wild.c (matchWildcards):
3549 use 0 and 1 instead of FALSE and TRUE
3552 removed TRUE and FALSE
3554 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3557 FvwmPager !IconTitle style bugfix.
3559 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3562 Updated description of Wait command in man page.
3564 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3566 * libs/Flocale.c (FlocaleFontStructDrawString)
3567 (FlocaleRotateDrawString):
3568 (FlocaleDrawString):
3569 fixed drawing of forecolor/hilightfore
3571 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3572 always unmaximize and resize window when leaving fullscreen state,
3573 not just if it did not start as fullscreen
3575 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3577 * fvwm/fvwm.1.in (MenuStyle):
3578 added a reference to the prefered ! style negation flag,
3579 and listed the other deprecated negative forms in one place.
3582 (AutomaticHotkeysOff):
3585 changed to the ! negation form and listed as deprecated.
3587 removed relics from the man page
3589 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3593 increased version to 2.5.18
3598 updated for 2.5.17 release
3600 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3602 * fvwm/move_resize.c (__move_window):
3603 allow moving a window without an icon while it's iconified based on the
3606 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3608 * fvwm/menustyle.c (menustyle_copy):
3609 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3611 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3614 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3615 changed the manpage to reflect the prefered style negation method,
3616 that is, using the !* negation sign.
3618 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3620 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3621 removed documentation of filters.
3624 * fvwm/expand.c (check_first_filter):
3626 (expand_args_extended):
3627 (expand_vars_extended):
3629 removed variable filter implementation and backslash-escaping.
3631 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3634 News blurb for variable filters and backslash-escaping.
3636 documentation of variable filters.
3638 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3640 * fvwm/expand.c (chec):
3643 (expand_args_extended):
3644 (expand_vars_extended):
3646 implemented variable filters.
3648 * fvwm/expand.c (expand_vars):
3649 made backslash work as escape character within extended variables.
3651 * libs/Strings.h (QuoteEscapeString):
3652 (QuoteEscapeStringLength):
3653 * libs/Strings.c (QuoteEscapeString):
3654 (QuoteEscapeStringLength):
3655 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3658 * fvwm/expand.c (expand_args_extended):
3659 make upper limit inclusive.
3661 * fvwm/functions.c (__execute_function):
3662 Changed PeekToken to GetNextToken before expand_vars call.
3665 updated documentation regarding quoting in expand_args_extended
3667 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3669 * fvwm/expand.c (__eae_parse_range):
3670 reject everything that does not begin with a digit
3672 * libs/Parse.c (SkipNTokens):
3673 stop skipping tokens at the end of input
3675 * fvwm/expand.c (__eae_parse_range):
3679 (__eae_parse_range):
3680 fixed parsing of $[n-]
3682 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3684 * fvwm/expand.c (expand_args_extended):
3686 added range check for positional parameters
3687 (expand_args_extended):
3688 (__eae_parse_range):
3689 cleaned up and simplified parsing code
3690 properly unquote arguments when expanding
3691 removed the patch below
3693 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3695 * fvwm/expand.c (expand_args_extended):
3696 removed range check for positional parameters
3697 make single arguments not use the 'upper' variable
3698 changed back to PeekToken for single arguemnts.
3699 improved some comments.
3701 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3703 * fvwm/expand.c (expand_args_extended):
3704 Fix segfault when called with a tokenless string for single arguments.
3706 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3708 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3709 Reported by Serge Koksharov.
3711 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3713 * fvwm/placement.c (__explain_placement):
3714 print initial size of window too
3716 * libs/Makefile.am (libfvwm_a_SOURCES):
3717 * libs/fvwm_sys_stat.h:
3721 added O_NOFOLLOW replacement and always include fcntl.h
3723 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3725 Added DV's mailing-list comments about how PeekToken & GetNextToken
3726 work as comments to the source code. (slightly modified)
3728 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3730 * fvwm/schedule.c (CMD_Schedule):
3731 Fixed parsing of "Periodic" option.
3733 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3736 Fix for tempfile vulnerabilities in FvwmCommand.
3738 Added check for lstat.
3740 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3745 Added "Periodic" option to Schedule command.
3747 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3749 * fvwm/module_interface.c (KillModule):
3754 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3756 * fvwm/fvwm.c (main):
3757 changed the -blackout warning to say it will be removed in 3.0
3759 * fvwm/fvwm.1.in (-blackout):
3760 updated the manual regarding the future remotion of -blackout
3762 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3766 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3768 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3770 *libs/alloca.c (DEBUG_I00FUNC)
3771 removed old debug code
3773 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3776 removed the old unused file
3778 * libs/Makefile.am (libfvwm_a_SOURCES):
3779 removed the reference to debug.c
3782 removed the code related to libs/debug.c
3784 * fvwm/module_interface.c (make_named_packet)
3785 removed the #if 0'ed debug code related to debug.c
3787 fvwm/focus.h (DEBUG_FOCUS)
3788 removed the #ifdef'ed to 0 debug code related to debug.c
3791 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3793 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3794 removed useles definition.
3796 * modules/FvwmPager/FvwmPager.c (main):
3798 removed most of the debug code.
3799 changed termination debug to use 'isTerminated' instead of
3800 'debug_term_signal'.
3801 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3804 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3805 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3807 removed unused debug_term_signal.
3809 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3812 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3813 stdio's getline; news entry.
3815 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3818 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3819 (do_execute_module):
3823 * fvwm/commands.h (enum):
3824 * fvwm/functable.c (func_table):
3825 new command ModuleListenOnly
3827 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3829 * fvwm/move_resize.c (__move_loop):
3830 make sure a window is snapped in __move_loop when a button is released
3831 if it was snapped before
3833 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3835 * fvwm/expand.c (expand_vars_extended):
3836 convert function to have a single return point; this is good to
3837 implement doc/todo-vars filters in the future;
3838 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3839 to behave like deprecated $n, $c and $r, i.e. quote them
3841 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3844 multiple minor tweaks: remove trailing spaces and other
3845 re-spacing and re-indenting, remove old "#if 0" code
3847 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3849 * fvwm/move_resize.c (ParseOneResizeArgument):
3850 rewrote parsing of resize arguments
3851 new prefix 'w' for resizing
3853 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3855 * fvwm/conditional.c (MatchesConditionMask):
3856 fixed handling of some conditions (iconifiable, fixed, ...)
3858 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3863 * fvwm/conditional.c:
3864 Output an error message if an unrecognised conditional is used
3865 with the Test or TestRc commands.
3867 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3869 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3870 do not map hide windows if their width or height is zero
3872 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3874 * fvwm/ewmh_events.c:
3877 * libs/FlocaleCharset.c:
3881 corrected typos in warning messages
3884 * libs/PictureGraphics.c:
3885 * libs/PictureGraphics.h:
3886 renamed function PGraphicsCreateTransprency to
3887 PGraphicsCreateTransparency
3889 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3891 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3892 * fvwm/expand.c (expand_args_extended):
3893 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3895 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3898 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3899 * fvwm/expand.c (expand_args_extended):
3901 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3903 * fvwm/conditional.c (CMD_All):
3904 * fvwm/fvwm.1.in (All):
3905 changed Reverse and UseStack options to have free order.
3908 * fvwm/fvwm.1.in (WindowShade):
3909 * fvwm/windowshade.c (CMD_WindowShade):
3910 * fvwm/add_window.c (setup_window_structure):
3911 added last direction to WindowShade command.
3913 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3915 * fvwm/fvwm.1.in (All):
3918 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3921 * fvwm/fvwm.1.in (All):
3922 * fvwm/conditional.c (CMD_All):
3923 added reverse option to All command to do the action in opposite order
3924 added UseStack option to All command to use the stack ring instead of
3927 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3930 changed fallback editor from `emacs' to `vi' because it much
3931 more widespread on non-Linux systems
3932 fixed errors (because of incorrect syntax fallback entries were
3934 now script honors `TMPDIR' env. variable and if it's not set it
3935 fallback to `/tmp' directory when creating temporary file
3937 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3940 changed description of the fvwmstyle resource usage
3941 to state that it's used in addition to the other
3943 * fvwm/style.c (fw_match_style_id):
3944 fixed a typo in style_name matching
3946 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3948 * fvwm/style.c (fw_match_style_id):
3949 reformatted code and fixed a warning
3951 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3955 * libs/Fft.c (FftGetFont):
3959 * libs/System.c (fvwm_mkstemp):
3960 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3961 function was never used, even if it was considered secure by configure
3964 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3967 added some more suff to the list of what I've done.
3970 * fvwm/add_window.c (__add_window_handle_x_resources)
3973 * fvwm/fvwm.h (FvwmWindow):
3974 added fvwmstyle resource to override style name
3976 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3978 * fvwm/menus.c (pop_menu_up):
3979 as documented, do not warp to title for root menus with TitleWarp
3981 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3984 Removed duplicated 'NoIcon' style option description in the end
3985 of the `The Style command...' section.
3986 Removed `Recapture True' option setting in example of BusyCursor
3987 description, because `Recapture' isn't valid option of `BusyCursor'
3989 Updated ewmh specification URL (the old was 404)
3990 Added URL to ICCCM 2.0 manual
3992 * modules/FvwmAnimate/FvwmAnimate.c:
3993 corrected delay for Zoom3D animation effect
3995 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3996 * modules/FvwmConsole/FvwmConsole.1.in:
3997 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3998 consistent with rest of the documentation and because it's more
3999 conventional abbreviation.
4001 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4002 slightly clarified the `StartName' option description
4003 added the undocumented `MailDir' option description. Somebody
4004 violated section `K' of the convention list.
4007 * fvwm/ConfigFvwmSetup:
4008 * modules/FvwmForm/FvwmForm.1.in:
4009 * modules/FvwmForm/FvwmForm-Rlogin:
4010 * sample.fvwmrc/system.fvwm2rc:
4011 * sample.fvwmrc/system.fvwm2rc-sample-1:
4012 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4013 inherently insecure. We shouldn't teach our users bad things,
4020 * bin/fvwm-config.1.in:
4021 * bin/fvwm-menu-headlines.1:
4022 * bin/fvwm-menu-headlines.in:
4023 * bin/fvwm-perllib.in:
4024 * bin/fvwm-root.1.in:
4030 * libs/PictureGraphics.c:
4032 * modules/FvwmBacker/FvwmBacker.1.in:
4033 * modules/FvwmDebug/FvwmGtkDebug.in:
4034 * modules/FvwmDebug/FvwmGtkDebug.1:
4035 * modules/FvwmEvent/FvwmEvent.1.in:
4036 * modules/FvwmForm/FvwmForm.1.in:
4037 * modules/FvwmIconMan/xmanager.c:
4038 * modules/FvwmIdent/FvwmIdent.c:
4039 * modules/FvwmIdent/FvwmIdent.1.in:
4040 * modules/FvwmPerl/FvwmPerl.in:
4041 * modules/FvwmPerl/FvwmPerl.1:
4042 * modules/FvwmScript/FvwmScript.1.in:
4043 * modules/FvwmScript/Widgets/Menu.c:
4044 * modules/FvwmTabs/ConfigFvwmTabs:
4045 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4046 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4047 * modules/FvwmTheme/FvwmTheme.1.in:
4048 * perllib/FVWM/Module/Tk.pm:
4049 * perllib/FVWM/Tracker.pm:
4050 * perllib/FVWM/Module.pm.in:
4053 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4055 * fvwm/style.c (style_parse_focus_policy_style):
4056 fix ISO C90 compability with unconsumed styleoption warnings
4058 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4060 * fvwm/events.c (HandlePropertyNotify):
4061 fix for bug 1557/3950 (possible free of Untilted constant or
4062 already used name (if app reset the name already given to them))
4064 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4066 * fvwm/focus.c (__activate_window_by_command)
4067 (warp_to_fvwm_window):
4069 * fvwm/builtins.c (CMD_CursorMove):
4070 set last pointer event position after warping the pointer
4073 * libs/FEvent.c (FWarpPointerUpdateEvpos):
4076 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4078 * acinclude.m4 (AM_PATH_GTK):
4080 (AM_PATH_GDK_IMLIB):
4084 fixed to cope with 4 digit version numbers
4086 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4089 * fvwm/style.c (parse_and_set_window_style)
4090 (style_parse_one_style_option):
4091 (style_parse_icon_fill_style)
4092 (style_parse_icon_grid_style):
4093 (style_parse_icon_box_style)
4094 (style_parse_icon_size_style):
4095 (style_parse_focus_policy_style)
4096 (style_parse_button_style):
4097 warn if parts of style options are not consumed
4099 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4101 * fvwm/menuitem.c (menuitem_paint):
4102 use the MenuColorset in all cases if TitleColorset is not given
4104 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4106 * fvwm/style.c (style_parse_one_style_option):
4107 * fvwm/placement.c (__place_get_wm_pos):
4108 (__explain_placement):
4109 new placement style UnderMousePlacement
4111 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4114 * fvwm/fvwm.1.in (EdgeScroll):
4115 * fvwm/virtual.c (CMD_EdgeScroll):
4116 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4117 added wrap/wrapx/wrapy option to EdgeScroll
4119 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4122 spell check the whole file (dozens of typos)
4124 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4126 * fvwm/module_interface.c (do_execute_module):
4127 removed accidentally committed FVWM_MODULE_ALIAS patch
4129 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4131 * fvwm/module_interface.c (do_execute_module):
4132 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4134 * fvwm/menus.c (size_menu_horizontally):
4135 fix for drawing menus with sidepic on the right
4137 * libs/Flocale.c (FlocaleFontStructDrawString):
4138 (FlocaleDrawString):
4139 set the foreground colour before drawing a string
4142 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4145 (menustyle_parse_style):
4147 * fvwm/menus.c (calculate_item_sizes):
4148 (size_menu_vertically):
4149 (UpdateMenuColorset):
4150 * fvwm/menuitem.c (menuitem_paint):
4151 Applied patch by David Maciver
4152 new menu styles TitleColorset, HilightTitleBack and TitleFont
4154 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4157 * libs/Module.c (ParseModuleArgs):
4158 added variable "namelen" to ModuleArgs struct
4160 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4163 removed duplicate declaration
4165 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4167 * fvwm/fvwm.c (main):
4168 replaced previous patch with a better one
4170 * fvwm/virtual.c (unmap_window):
4171 * fvwm/menus.c (do_menu):
4172 * fvwm/events.c (fake_map_unmap_notify):
4174 * fvwm/add_window.c (MappedNotOverride):
4175 Added XFlush after XSelectInput
4177 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4180 * fvwm/fvwm.c (main):
4181 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4183 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4187 increased version to 2.5.17
4192 updated for 2.5.16 release
4194 * acinclude.m4 (CHECK_LIBCHARSET):
4197 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4199 * fvwm/functions.c (execute_complex_function):
4200 print a message to the console instead of ringing the bell when a
4203 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4206 fixed typo (NEWS still said 2.5.15)
4208 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4212 increased version to 2.5.16
4217 updated for 2.5.15 release
4219 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4221 * fvwm/move_resize.c (GetOnePositionArgument):
4223 new option "screen" to Move type commands
4225 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4227 * acinclude.m4 (smr_SWITCH):
4230 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4233 restore requirement of automake-1.4; 1.8 is too new even for my system
4235 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4239 renamed configure.in to configure.ac
4242 some updates for new autoconf/automake versions
4249 require autoconf-2.53 or later
4251 * Makefile.am (AUTOMAKE_OPTIONS):
4252 require automake-1.8 or later
4255 check for X library path before X library checks
4256 removed obsolete C++ compiler check
4257 removed duplicate type size checks
4258 replaced M4 comment ("dnl") with shell comment ("#") in many places
4261 fixed aclocal warnings
4263 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4265 * fvwm/style.c (style_parse_button_style):
4266 corrected typo in error message, and made errorous buttons not apply
4267 (style_parse_one_style_option):
4268 changed NoButton to use style_parse_button_style
4270 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4273 new fix for incompatible pointer type warning with gcc 3.4.
4275 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4282 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4285 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4290 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4292 * fvwm/frame.c (frame_free_move_resize_args):
4293 fixed drawing of transparent decorations or when using lazy shading
4296 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4299 * libs/fvwmsignal.c:
4303 * fvwm/ewmh_names.c:
4304 * libs/CombineChars.c:
4310 * libs/PictureUtils.c:
4315 * libs/safemalloc.c:
4318 do not #include stdlib.h (comes from config.h)
4321 do not #include string.h (comes from config.h)
4324 fixed detection of string.h/strings.h
4326 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4328 * libs/Fft.c (FftGetFont):
4329 fixed compiler warning with gcc 3.4.4
4331 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4333 * fvwm/menuitem.c (menuitem_paint):
4334 properly undraw unselected item area
4336 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4338 * fvwm/menuitem.c (menuitem_paint):
4339 * fvwm/menus.c (get_menu_paint_item_parameters)
4340 (get_menu_paint_item_parameters):
4342 fixed text offset of menu items with icons but with an item format that
4344 (size_menu_horizontally):
4345 allow sidepic to be placed in the middle of menu items; this is better
4346 than ignoring the item format completely but does not draw the items
4349 * fvwm/menus.c (__mloop_handle_event):
4351 fixed delayed menu drawing issue
4353 do not draw the selected menu item before the menu is drawn for the
4355 (repaint_transparent_menu):
4358 don't call get_menu_paint_item_parameters when the result is not used
4359 (get_menu_paint_item_parameters):
4361 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4363 * fvwm/ewmh.h (EWMH_CMD_Style):
4364 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4365 * fvwm/style.c (style_parse_one_style_option):
4366 Added support for inverting boolean EWMH styles with !.
4371 * fvwm/window_flags.h:
4372 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4373 * fvwm/ewmh.c (ewmh_HandleWindowType):
4375 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4377 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4379 * fvwm/icons.c (GetIconWindow):
4380 * fvwm/fvwm.h (FvwmWindow):
4381 * fvwm/events.c (__handle_cr_on_icon):
4382 properly handle icon border width; fixes an xterm active icon loop
4384 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4386 * fvwm/borders.c (border_draw_one_border_part):
4387 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4390 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4392 * fvwm/menustyle.c (menustyle_copy_face):
4394 (menustyle_free_face):
4396 (menustyle_parse_style):
4397 use new functions and fix a bug
4402 removed empty files colors.c and colors.h
4404 * fvwm/colors.c (CopyColor):
4406 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4409 * fvwm/frame.c (frame_reshape_border):
4412 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4414 * fvwm/menustyle.c (menustyle_copy_face):
4415 separated from menustyle_copy; color copies are reallocated.
4419 color copies are reallocated.
4421 * fvwm/colors.c (CopyColor):
4422 * fvwm/colors.h (CopyColor):
4425 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4427 * fvwm/move_resize.c (__resize_window):
4428 fix for not being able to finish resize with mouse when resizing on
4429 click with modifiers active. (intruduced with 'removed duplicate
4430 pointer query' at sep 29)
4434 * fvwm/menustyle.c (menustyle_parse_style):
4435 made style pairs negatable with '!' prefix
4436 ActiveForeOff and HilightBackOff frees colors used.
4438 * fvwm/menustyle.c (menustyle_copy):
4439 fix for freeing color from sorce instead of destination.
4441 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4443 * fvwm/functions.c (__execute_function):
4444 fixed an error in yesterdays patch to complex fuctions. the commands
4445 pressed window were not retored correctly after running move functions
4446 without it, and functions would be run twice.
4448 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4451 added NoLayer to list of allowed options for WindowList command
4452 fixed grammar of test-conditions list. formatting fixes for
4453 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4457 * fvwm/functions.c (__execute_function)
4458 (__run_complex_function_items):
4459 (execute_complex_function):
4460 fix for moving/resizing reference window usage with complex functions.
4462 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4464 * fvwm/move_resize.c (__move_loop):
4465 reimplemented a fix for the place with keyboard setting a button as
4466 used for place bug; this time without breaking escape key.
4468 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4470 * fvwm/move_resize.c (__move_loop):
4471 removed the previous patch as it breaks aborting window motion with the
4474 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4476 * fvwm/move_resize.c (__move_loop):
4477 fixed bug where finishing movment with keyboard would set a random
4478 button as used for placement.
4480 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4483 * fvwm/frame.c (frame_setup_border):
4484 reverted change for move of window parts (reset of PressedW).
4486 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4488 * fvwm/frame.c (frame_setup_border):
4491 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4494 * fvwm/move_resize.c (__resize_window):
4495 removed duplicate pointer query for enter/leave notify events.
4496 resizing of shaded windows in the shaded direction no longer
4497 results in bogus ref points.
4499 * fvwm/frame.c (frame_setup_border):
4500 reset PressedW if the part has moved. This prevents strange
4501 ref points in resize if called from some complex functions.
4503 * fvwm/frame.c (frame_create_move_resize_args):
4504 shaded windows use get_client_geometry for client geometry.
4506 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4510 * fvwm/fvwm.h (window_flags):
4511 (WindowConditionMask):
4513 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4516 * fvwm/session.c (_match):
4519 * fvwm/conditional.c (MatchesConditionMask):
4520 (CreateConditionMask):
4521 * fvwm/add_window.c (setup_window_structure):
4522 * fvwm/move_resize.h (placement_binding):
4523 * fvwm/move_resize.c (__move_loop):
4524 (placement_binding):
4525 * fvwm/bindings.c (ParseBinding):
4526 * libs/wcontext.c (win_contexts):
4527 * libs/wcontext.h (enum):
4529 Added placement context for simple mouse bindings to allow
4530 specification of buttons to finish/cancel movment. Buttons >3
4531 may now be used to place windows.
4532 Replaced window flag placed_wb3 with placed_by_button
4533 FvwmWindow member. Added window condition PlacedByButton.
4535 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4539 * fvwm/menustyle.h (enum):
4543 (ST_SCROLL_OFF_PAGE):
4544 (MST_SCROLL_OFF_PAGE):
4545 * fvwm/menustyle.c (menustyle_copy):
4546 (menustyle_get_styleopt_index):
4547 (menustyle_parse_style):
4549 * fvwm/menus.c (menuShortcuts):
4551 (__mloop_handle_event):
4552 (menu_get_outer_geometry):
4555 added MouseWheel and ScrollOffPage menu styles
4557 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4560 * fvwm/menus.c (append_item_to_menu):
4561 fixed bug #1121: Use of pointer without checking for NULL
4563 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4566 * fvwm/expand.c (expand_vars):
4567 warn on usage of obsolete one-letter variables
4569 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4573 * fvwm/expand.c (expand_vars_extended):
4575 allow nesting of variables
4577 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4579 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4580 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4584 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4586 * fvwm/borders.c (border_draw_one_border_part)
4587 (border_draw_all_border_parts):
4588 fix the previous patch to work with title-less windows too
4590 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4592 * fvwm/borders.c (border_draw_one_border_part)
4593 (border_draw_all_border_parts):
4594 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4595 windows to make the borders look homogeneous (based on the patch of
4598 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4604 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4605 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4607 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4611 increased version to 2.5.15
4616 updated for 2.5.14 release
4618 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4619 (ewmh_WMStateSkipTaskBar):
4620 (ewmh_WMStateSkipPager):
4621 (ewmh_WMStateModal):
4622 fixed several ewmh-hints
4624 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4627 fix TestRc example error, s/Any/All/
4629 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4634 * fvwm/conditions.c (MatchesConditionMask):
4635 (CreateConditionMask):
4636 added FixedPosition condition
4638 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4640 * fvwm/virtual.c (HandlePaging):
4641 use FQueryPointer every time to track the pointer position; this fixes
4642 fvwm hanging in HandlePaging for the given delay once the pointer
4643 touches the pan frames
4645 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4647 * fvwm/session.c (SaveWindowStates):
4650 save and restore the default layer during a restart
4652 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4654 * fvwm/conditional.c (CMD_Test):
4656 rename previously added Test conditions to EnvIsSet and EnvMatch,
4657 tweak the logic when the variable is set, but empty
4659 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4661 * fvwm/conditional.c (CMD_Test):
4663 added test conditions EdgeHasPointer and EdgeIsActive
4665 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4667 * fvwm/virtual.c (raisePanFrames):
4668 prevent cycling of pan frame window stacking order
4670 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4672 * fvwm/conditional.c (CMD_Test):
4674 add Test conditions IsEnvSet and MatchEnv
4676 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4678 * fvwm/menus.c (pop_menu_up):
4679 * fvwm/menustyle.c (menustyle_copy):
4680 two fixes by Viktor Griph
4682 * fvwm/events.c (HandleEvents):
4683 simplify the style list if there is nothing else to do
4685 * fvwm/style.c (__simplify_style_list):
4686 (styles_have_same_id):
4687 (style_id_equals_id):
4688 (style_ids_are_equals):
4690 (remove_all_of_style_from_list):
4691 (one_fw_can_match_both_ids):
4692 pass pointers instead of the whole style structure
4693 (__simplify_style_list):
4694 fixed memory leak and tweaked the code
4696 * libs/Strings.c (CatString3):
4697 fixed a buffer overflow
4699 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4702 detect if Window, Pixel or void * are bigger than long and refuse to
4705 * libs/vpacket.h (ConfigWinPacket):
4706 * fvwm/windowshade.c (CMD_WindowShade):
4707 * fvwm/virtual.c (MoveViewport):
4710 (CMD_GotoDeskAndPage):
4711 * fvwm/update.c (apply_window_updates):
4712 * fvwm/stack.c (BroadcastRestack):
4715 * fvwm/icons.c (DeIconify):
4717 * fvwm/geometry.c (broadcast_icon_geometry):
4718 * fvwm/events.c (HandleEnterNotify):
4720 (HandleLeaveNotify):
4722 (HandleMapRequestKeepRaised):
4723 * fvwm/add_window.c (destroy_window):
4724 * fvwm/module_interface.c (SendFvwmPicture)
4725 (BroadcastFvwmPicture):
4726 (CMD_Send_WindowList):
4727 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4728 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4731 * fvwm/virtual.c (GetDeskNumber):
4732 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4733 around the given desk range with a relative desk
4735 * fvwm/focus.c (focus_grab_buttons_on_layer):
4741 reindented some code and renamed some variables
4743 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4745 * fvwm/events.c (__check_click_to_focus_or_raise):
4748 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4750 * FvwmIconMan/xmanager.c (set_win_iconified):
4751 fixed select/focus button state lost when deiconifying a window
4753 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4755 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4758 * libs/Colorset.c (get_aspect_dimensions):
4759 fixed aspectpixmap size calculations
4761 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4763 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4766 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4767 (ewmh_CurrentDesktop):
4768 (ewmh_DesktopGeometry):
4769 (ewmh_NumberOfDesktops):
4771 (ewmh_WMIconGeometry):
4772 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4773 print error messages for broken gnome client messages
4775 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4776 removed duplicate call of execute_function_override_window
4778 * fvwm/stack.c (new_layer):
4779 fixed a hang if a window sets an layer < 0 via gnome hints
4781 * fvwm/add_window.c (GetWindowSizeHints):
4782 * fvwm/misc.c (fvwm_msg_report_app):
4783 (fvwm_msg_report_app_and_workers):
4784 new utility functions
4786 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4788 * fvwm/stack.c (dump_stack_ring):
4789 (verify_stack_ring_consistency):
4790 * fvwm/module_interface.c (HandleModuleInput):
4791 * fvwm/events.c (__cr_detect_icccm_move):
4792 * fvwm/style.c (print_styles):
4795 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4797 * libs/FlocaleCharset.c:
4798 support euc-jp encodings (Yasuhiro Nakazaki)
4800 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4802 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4803 * fvwm/ewmh_names.c (EWMH_WMName):
4805 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4806 (EWMH_SetNumberOfDesktops):
4807 (EWMH_SetDesktopViewPort):
4808 (EWMH_SetDesktopGeometry):
4809 (EWMH_SetWMDesktop):
4811 (EWMH_SetFrameStrut):
4813 * fvwm/gnome.c (AtomGet):
4815 (GNOME_GetHintIcons):
4816 (GNOME_GetHintLayer):
4817 (GNOME_GetHintState):
4818 (GNOME_GetExpandedSize):
4819 (GNOME_SetAreaCount):
4820 (GNOME_SetCurrentArea):
4821 (GNOME_SetDeskCount):
4822 (GNOME_SetCurrentDesk):
4823 (GNOME_SetCurrentDesk):
4826 (CMD_GnomeShowDesks):
4830 * libs/fsm.c (GetClientID):
4831 (set_session_manager):
4832 * fvwm/session.c (GetClientID):
4833 * fvwm/fvwm.h (FvwmWindow):
4834 * fvwm/colorset.c (get_root_pixmap):
4835 * fvwm/add_window.c (FetchWmProtocols):
4836 * libs/FTips.c (__initialize_window):
4837 * fvwm/icccm2.c (convertProperty)
4838 (icccm2_handle_selection_request)
4839 * fvwm/fvwm.c (SetMWM_INFO):
4842 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4844 * fvwm/move_resize.c (GetOnePositionArgument):
4845 don't use the unportable fuction rintf()
4847 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4851 increased version to 2.5.14
4857 updated for 2.5.13 release
4859 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4861 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4862 fixed drawing of relief with very small rectangles, i.e. when
4863 line_width * 2 > height or width
4865 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4867 * NEWS: fvwm-menu-desktop changes.
4869 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4871 * fvwm/placement.c (get_next_x):
4872 fixed collision detection of windows on pages other than the current
4873 one during placement
4875 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4877 * fvwm/move_resize.c (__resize_window):
4878 Fixed interactive resize (reduction) via the bottom border
4883 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4887 Spelling fix contition -> condition
4889 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4891 * fvwm/style.c (style_ids_are_equals):
4892 (style_id_equals_id):
4893 (styles_have_same_id):
4894 (fw_match_style_id):
4895 (one_fw_can_match_both_ids):
4896 (cleanup_style_defaults):
4897 * libs/fsm.c (fprintfhex):
4899 * libs/FGettext.c (fgettext_free_fgpath_list):
4900 * libs/Parse.c (_get_suffixed_integer_arguments):
4901 * libs/Graphics.c (AllocNonlinearGradient):
4902 * libs/PictureUtils.c (build_mapping_table):
4908 * libs/FRenderInit.c:
4909 include own header file
4911 * libs/System.c (getFileStamp):
4912 * libs/Fft.c (FftPDumyFunc):
4913 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4916 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4918 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4921 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4923 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4925 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4927 * fvwm/conditional.c (Circulate):
4928 added tests for fw == Scr.FvwmRoot again to fix a crash
4930 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4932 * AUTHORS: New author, FvwmScript patch.
4934 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4936 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4937 * AUTHORS: s/Hover/Active/
4939 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4941 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4942 avoid dump with empty key/mouse binding command.
4943 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4944 Checked all other uses of PeekToken in fvwm dir.
4946 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4948 * fvwm/session.c (matchWin):
4950 On restarts compare window ids only. Base our matching decision on
4951 window role only if we have a client id.
4953 * fvwm/move_resize.c (GetOnePositionArgument):
4954 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4955 float values to nearest int
4957 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4960 * fvwm/move_resize.c (CMD_Maximize):
4961 Applied Arnaud Vrac patch which fixes maximize by growing vs
4964 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4966 * fvwm/builtins.c (do_button_style):
4967 ButtonStyle Reset takes effect immediately
4969 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4971 * fvwm/fvwm.1.in: lang check.
4973 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4976 Really commit EWMHUseStackingOrderHints documentation update
4978 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4981 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4984 FvwmIconMan new options
4986 * libs/FTips.c (new file):
4987 * libs/FTips.h (new file):
4990 Added a set of functions for implementing tool tips
4992 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4994 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4996 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4998 * fvwm/menus.c (__mloop_get_event):
4999 * fvwm/functions.c (execute_complex_function):
5000 * fvwm/add_window.c (AddWindow):
5001 * fvwm/module_interface.c (ExecuteModuleCommand):
5002 * fvwm/move_resize.c (__move_loop):
5004 properly set the "state" member of faked motion and key events;
5005 fixes broken "nosnap" feature
5007 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5009 * fvwm/bindings.c (ParseBinding):
5011 * libs/Bindings.c (bindingAppliesToWindow):
5012 (__compare_binding):
5013 * fvwm/module_interface.c (CMD_ModuleSynchronous):
5014 * fvwm/builtins.c (CMD_Wait):
5016 * fvwm/events.c (__handle_bpress_on_root):
5017 (HandleButtonRelease):
5018 fixed crash in window specific binding code
5019 fixed handling of root window in window specific binding code
5020 renamed some functions
5022 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5024 * fvwm/focus.c (__update_windowlist):
5025 replaced while loop by for loop
5027 * fvwm/style.c (style_destroy_style):
5028 * fvwm/conditional.c (Circulate):
5029 removed useless check whether fw == &Scr.FvwmRoot
5031 * fvwm/icons.c (DeIconify):
5032 defused possible endless loop when a window iconified by the
5033 transientfor window loses the "transient" relationship
5035 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5037 * fvwm/move_resize.c (__move_loop):
5039 fixed overwriting the initial button_mask during move/resize
5041 * fvwm/menus.c (__mloop_handle_action_with_mi):
5042 do not "post" a submenu menu item it the submenu does not exist
5044 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5046 * fvwm/events.c (__handle_bpress_on_managed):
5047 do not draw the decorations pressed in if executing a function is
5050 * libs/Parse.c (CopyToken):
5051 fixed parsing of delimiters
5053 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5055 * fvwm/virtual.c (GetDeskNumber):
5056 fixed MoveToDesk without argument
5058 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5061 re-formatted and some spelling corrections
5063 * fvwm/colorset.c (CMD_CleanupColorsets):
5065 * fvwm/builtins.c (CMD_Colorset):
5066 (CMD_CleanupColorsets):
5067 moved functions to colorset.c
5069 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5071 * libs/Parse.c (CopyToken):
5072 skip any whitespace before a delimiter; this allows to have spaces
5073 before the commas in an option list
5075 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5077 * fvwm/frame.c (frame_reshape_border):
5078 re-shaping shaded windows no longer unshades them
5079 re-shaping unshaded windows on pages other than 0 0 no longer moves
5080 them out of the current page
5082 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5084 * fvwm/events.c (__cr_detect_icccm_move):
5085 * fvwm/screen.h (ScreenInfo):
5086 * fvwm/builtins.c (CMD_BugOpts):
5087 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5089 * fvwm/move_resize.c (__move_loop):
5091 query the pointer position in the move loop when an
5092 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5096 increased version to 2.5.13
5102 updated for 2.5.12 release
5104 * fvwm/frame.c (frame_create_move_resize_args):
5105 fixed xemacs growing or shrinking when title height changed; this was
5106 caused by calculating the old client window geometry using the new
5107 title dimensions; query the window size instead
5109 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5111 * fvwm/events.c (test_map_request):
5112 (test_button_event):
5113 (test_typed_window_event):
5114 (test_resizing_event):
5115 (__predicate_button_click):
5116 (__merge_cr_moveresize):
5117 (HandleUnmapNotify):
5118 (flush_property_notify):
5119 (is_resizing_event_pending):
5120 (__test_for_motion):
5121 use type XPointer for last argument of predicate procedures for
5122 XCheckPeekIfEvent and XCheckIfEvent, not char *
5123 (HandleUnmapNotify):
5126 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5128 * fvwm/window_flags.h:
5129 removed useless and broken SETM_ macros
5131 * fvwm/update.c (init_style):
5132 fixed resetting user states
5134 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5136 * libs/envvar.c (add_to_envlist):
5139 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5141 * fvwm/builtins.c (CMD_UnsetEnv):
5144 * libs/envvar.c (flib_unsetenv):
5148 split in ftwo functions
5151 check for unsetenv function
5153 * fvwm/builtins.c (CMD_SetEnv):
5154 assume an empty value if no value is given
5156 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5165 * perllib/FVWM/Commands.pm:
5166 new command EdgeLeaveCommand
5168 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5175 increased version to 2.5.12
5180 updated for 2.5.11 release
5182 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5184 * fvwm/geometry.c (get_page_offset):
5185 (get_page_offset_rectangle):
5186 (get_absolute_geometry):
5189 * fvwm/virtual.c (CMD_GotoPage):
5190 * fvwm/move_resize.c (__move_window):
5191 * fvwm/virtual.c (CMD_GotoPage):
5192 (get_page_arguments):
5193 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5196 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5198 * libs/Flocale.c (FlocaleGetNameProperty):
5199 fixed freeing uninitialized pointer
5201 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5203 * fvwm/conditional.c (select_cmd):
5207 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5208 WindowId and Direction commands; fixes break from these commands
5210 * fvwm/geometry.c (get_shaded_geometry):
5211 shading geometry fix for windows without decoration
5213 * libs/FScreen.c (XineramaQueryExtension):
5214 fixed xinerama crash
5216 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5219 Parse man pages with config.status so man pages have correct date.
5220 Man pages also specify FVWM version that they relate to.
5223 * bin/fvwm-config.1:
5224 * bin/fvwm-convert-2.2.1:
5225 * bin/fvwm-convert-2.4.1:
5226 * bin/fvwm-convert-2.6.1:
5227 * bin/fvwm-menu-desktop.1:
5229 * modules/FvwmAnimate/FvwmAnimate.1:
5230 * modules/FvwmAuto/FvwmAuto.1:
5231 * modules/FvwmBacker/FvwmBacker.1:
5232 * modules/FvwmBanner/FvwmBanner.1:
5233 * modules/FvwmButtons/FvwmButtons.1:
5234 * modules/FvwmCommand/FvwmCommand.1:
5235 * modules/FvwmConsole/FvwmConsole.1:
5236 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5237 * modules/FvwmCpp/FvwmCpp.1:
5238 * modules/FvwmDragWell/FvwmDragWell.1:
5239 * modules/FvwmEvent/FvwmEvent.1:
5240 * modules/FvwmForm/FvwmForm.1:
5241 * modules/FvwmGtk/FvwmGtk.1:
5242 * modules/FvwmIconBox/FvwmIconBox.1:
5243 * modules/FvwmIconMan/FvwmIconMan.1:
5244 * modules/FvwmIdent/FvwmIdent.1:
5245 * modules/FvwmM4/FvwmM4.1:
5246 * modules/FvwmPager/FvwmPager.1:
5247 * modules/FvwmProxy/FvwmProxy.1:
5248 * modules/FvwmRearrange/FvwmRearrange.1:
5249 * modules/FvwmSave/FvwmSave.1:
5250 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5251 * modules/FvwmScript/FvwmScript.1:
5252 * modules/FvwmScroll/FvwmScroll.1:
5253 * modules/FvwmTaskBar/FvwmTaskBar.1:
5254 * modules/FvwmTheme/FvwmTheme.1:
5255 * modules/FvwmWharf/FvwmWharf.1:
5256 * modules/FvwmWinList/FvwmWinList.1:
5257 These man pages were renamed to have a .in suffix.
5258 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5260 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5262 * fvwm/placement.c (__place_window):
5263 fixed starting desk output with bugopts explainwindowplacement
5265 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5267 * fvwm/eventhandler.h:
5268 * fvwm/events.c (InitEventHandlerJumpTable):
5272 Fixed window specific bindings "patch" by sending key release event
5275 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5279 * fvwm/move_resize.c:
5283 * fvwm/decorations.c:
5287 * fvwm/add_window.c:
5290 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5291 it with NUMBER_OF_MOUSE_BUTTONS
5293 * fvwm/style.c (style_parse_focus_policy_style):
5294 * fvwm/focus_policy.h:
5295 * libs/Bindings.c (GrabWindowButton):
5296 * fvwm/bindings.c (bind_get_bound_button_contexts):
5298 * fvwm/events.c (WaitForButtonsUp):
5299 * fvwm/style.c (style_parse_focus_policy_style):
5300 * fvwm/builtins.c (__fake_event):
5301 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5302 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5304 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5307 put -Wall -Wno-implicit-int before user specified flags
5310 Applied below patch again. It didn't make it to CVS (?)
5312 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5314 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5316 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5319 cleaned up ifdef hell
5322 fixed solaris xinerama test
5324 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5328 * libs/FScreen.c (solaris_XineramaQueryScreens):
5329 Solaris Xinerama support.
5332 Patch by Chris Ross.
5334 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5336 * fvwm/events.c (__handle_cr_on_client):
5337 don't reevaluate window geometry when a ConfigureRequest has no size or
5340 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5342 * fvwm/menus.c (get_menu_options):
5344 new menu option TearOffImmediately
5346 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5348 * fvwm/placement.c (__place_get_wm_pos):
5349 cascade placemnt fix by Paul Vojta
5351 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5353 * fvwm/geometry.c (constrain_size):
5354 Don't touch the aspect ratio if modifying the width/height does not
5355 improve the situation
5357 * fvwm/frame.c (frame_free_move_resize_args):
5358 (__frame_setup_window):
5359 (frame_update_hidden_window_pos):
5360 (frame_mrs_resize_move_windows):
5361 (frame_create_move_resize_args):
5362 * fvwm/move_resize.c (__resize_window):
5363 some event handling fixes
5365 * fvwm/geometry.c (constrain_size):
5366 look up the latest size hints if necessary
5368 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5370 * fvwm/geometry.c (constrain_size):
5371 * fvwm/ewmh.c (EWMH_fullscreen):
5372 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5373 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5374 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5375 * fvwm/fvwm.h (window_flags_t):
5376 allow windows to override their size hints when going fullscreen:
5377 minimum and maximum size, size inc, aspect ratio, etc.
5379 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5381 * fvwm/decorations.c (struct):
5382 MWM hints on 64 bit machines fix
5384 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5386 * fvwm/fvwm.1.in (Note):
5387 * fvwm/read.c (CMD_Read):
5389 the Read and PipeRead commands have a return code
5391 * fvwm/read.c (run_command_stream):
5396 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5398 * fvwm/move_resize.c (GetResizeArguments):
5400 fixed parsing of the frame option to the resize command and the pointer
5401 option to the move command
5403 * fvwm/conditional.c (CMD_None):
5404 Fixed CMD_None return code
5406 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5408 * fvwm/stack.c (is_above_unmanaged):
5409 windows on other Desks are always considered on top
5411 * fvwm/conditional.c (CreateConditionMask):
5412 (MatchesConditionMask):
5413 * fvwm/fvwm.h (WindowConditionMask):
5414 new condition Overlapped
5417 inproved strings.h / sring.h iclusion logic
5419 * libs/PictureUtils.c (finish_ct_init):
5420 (PictureInitColors):
5421 use flib_putenv instead of putenv
5423 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5426 * libs/gravity.h (enum):
5427 * libs/wcontext.h (enum):
5430 * fvwm/fvwm.c (StartupStuff):
5431 do not ungrab the pointer while the startup functions execute
5433 ungrab the pointer only after executing the RestartFunction or
5434 ExitFunciton. Otherwise these functions may not be executed if some
5435 other application grabs the pointer.
5438 * fvwm/conditional.c (CreateConditionMask):
5439 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5440 new condition AnyScreen
5443 * fvwm/builtins.c (__fake_event):
5444 * fvwm/bindings.c (ParseBinding):
5445 removed C++ comments
5447 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5450 New options for FvwmButtons module.
5452 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5455 use commas between conditions
5457 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5459 * fvwm/builtins.c (CMD_Wait):
5460 ignore MapNotify reported to any window except the root window
5462 * fvwm/module_interface.c (CONFIGARGS):
5463 correct number of CONFIGARGS arguments
5465 * libs/vpacket.h (ConfigWinPacket):
5466 frame_x and frame_y are signed
5468 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5470 * fvwm/conditional.c:
5474 Committed patch by Norman Yarvin (with a few minor mods) to extend
5475 conditionals to handle multiple window names.
5477 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5479 * fvwm/module_interface.c (CONFIGARGS):
5480 * libs/vpacket.h (ConfigWinPacket):
5481 put window_flags at end of structure
5483 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5485 * fvwm/module_interface.c (CONFIGARGS):
5490 removed old module interface
5493 * libs/vpacket.h (ConfigWinPacket):
5496 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5498 * fvwm/execcontext.c (__exc_change_context):
5499 fixed handling of etrigger event, fixing a problem with PropertyNotify
5500 events during resizing and possibly other problems too
5502 * fvwm/add_window.c (RestoreWithdrawnLocation):
5503 fixed travelling windows if application changed gravity hint before
5506 * fvwm/frame.c (combine_decor_gravities):
5507 (combine_gravities):
5509 (frame_restore_client_gravities):
5510 fixed window gravity after resize
5512 * libs/FEvent.c (FPeekEvent):
5514 (FCheckPeekIfEvent):
5515 fixed some event handling bugs
5517 * fvwm/conditional.c (CMD_Test):
5519 corrected use of Bool types
5521 simplified, fixed compilation
5523 use int as return type
5525 * libs/Ficonv.c (convert_charsets):
5528 * libs/Ficonv.c (convert_charsets):
5529 * acinclude.m4 (ICONV_SECOND_ARG):
5530 rewrote iconf configure test to save an ifdef
5532 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5538 Allow user to specify window-specific bindings that should NOT be
5539 intercepted by FVWM. This is accomplished with an '--' binding action.
5541 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5543 * fvwm/move_resize.c (__resize_window):
5544 Fixed event handling
5546 * fvwm/virtual.c (HandlePaging):
5547 removed check for leave events on pan frames; better query the pointer
5550 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5553 * fvwm/conditional.c:
5554 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5556 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5558 * fvwm/move_resize.c (GetResizeArguments):
5559 (GetResizeMoveArguments):
5562 (__resize_get_refpos):
5563 (__resize_get_dir_proximity):
5564 (__resize_get_dir_from_window):
5565 implemented fluxbox-like Alt-Button3 resizing
5567 * fvwm/virtual.c (HandlePaging):
5568 * fvwm/events.c (__merge_cr_moveresize):
5569 (__test_for_motion):
5570 (flush_property_notify):
5571 do not use XPutBackEvent as it shuffles events on the queue
5572 (test_button_event):
5573 (test_typed_window_event):
5576 * libs/FEvent.c (fev_get_evpos_or_query):
5577 take pointer position from EnterNotify and LeaveNotify events
5579 * fvwm/move_resize.c (__move_loop):
5580 fixed multiple paging with certain SnapGrid / Move interactions
5583 * fvwm/virtual.c (HandlePaging):
5584 Workaround for buggy XFree not delivering some Pointer events
5587 * fvwm/virtual.c (MoveViewport):
5588 don't eat MotionNotify events
5590 * libs/FEvent.c (fev_get_last_event):
5599 (FCheckWindowEvent):
5600 (FCheckTypedWindowEvent):
5604 keep a copy of the previous event in case FPutBackEvent is called
5606 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5609 Indicate optional window argument in section headings for
5610 Key, Mouse, PointerKey & Stroke commands.
5611 Remove strange "-Key" option listed for PointerKey.
5613 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5615 * libs/Fft.c (FftDrawString):
5616 * fvwm/session.c (get_version_string):
5617 * fvwm/module_interface.c (FlushMessageQueue):
5618 * fvwm/fvwm.c (SaveDesktopState):
5620 * fvwm/colorset.c (cleanup_colorsets):
5621 * libs/PictureUtils.c (struct):
5622 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5624 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5626 * fvwm/events.c (__cr_detect_icccm_move):
5627 windows with ewmh hints are assumed to use icccm2 compliant movement
5629 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5630 (ewmh_WMStateMaxHoriz):
5631 fixed restart/maximized problem
5633 * libs/fvwmsignal.c (fvwmReapChildren):
5634 * fvwm/fvwm.c (ReapChildren):
5635 moved function to lib
5637 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5639 * fvwm/modconf.c (send_desktop_geometry):
5642 (send_move_threshold):
5643 (send_ignore_modifiers):
5644 increased static buffer size
5646 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5648 * libs/CombineChars.c (convert_to_ucs2):
5649 Replace illegal UTF-8 character sequences in input
5651 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5654 bugfix: wrong stroke action being invoked.
5656 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5661 Active _last_ matching binding. (ie. same behaviour as before
5662 win-specific bindings patch.)
5663 bugfix: segfault when looking up stroke bindings in root context.
5665 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5671 * fvwm/module_interface.c:
5674 * modules/FvwmScript/FvwmScript.c:
5675 * modules/FvwmScript/Instructions.c:
5676 Implemented window-specific key/mouse bindings.
5678 * modules/FvwmIconBox/FvwmIconBox.h:
5682 Make args to matchWildcards() const.
5684 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5686 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5688 * fvwm/ewmh.c (EWMH_fullscreen):
5691 * fvwm/add_window.c (AddWindow):
5692 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5694 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5695 (ewmh_WMStateMaxVert):
5696 (ewmh_WMStateShaded):
5697 (ewmh_WMStateSticky):
5698 (ewmh_WMStateStaysOnBottom):
5701 don't try to maximize window when looking up the style
5703 (ewmh_WMStateFullScreen):
5704 (ewmh_WMStateHidden):
5705 (ewmh_WMStateMaxVert):
5706 (ewmh_WMStateModal):
5707 (ewmh_WMStateShaded):
5708 (ewmh_WMStateSkipPager):
5709 (ewmh_WMStateSticky):
5710 (ewmh_WMStateStaysOnBottom):
5711 fixed ignoring ewmh hints
5713 * fvwm/expand.c (expand_vars_extended):
5714 include full path in iconfile and miniiconfile variables
5716 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5718 * fvwm/functions.c (execute_complex_function):
5720 fixed double click patch
5722 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5724 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5725 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5727 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5729 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5732 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5734 * libs/FImage.c (FShmSafeCreateImage):
5735 Yet another fix to SHM remote client problem
5737 2004-05-26 Francis Litterio <franl@world.std.com>
5741 * fvwm/placement.c (__place_get_wm_pos)
5742 * fvwm/style.c (style_parse_one_style_option)
5743 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5745 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5747 * fvwm/events.c (HandleEnterNotify):
5748 fixed endless loop of edge commands when doing something that grabs
5751 * fvwm/functions.c (CheckActionType):
5752 (execute_complex_function):
5753 double clicks no longer work when pressing different buttons
5755 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5757 * fvwm/placement.c (__place_get_wm_pos):
5758 fixed placement in top left corner when pressing escape during manual
5761 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5765 added Chinese translations
5767 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5769 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5772 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5774 * fvwm/conditional.c:
5776 clean up Test code and documentation, add new False condition,
5777 unrecognized conditions produce Error return code now
5779 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5781 * fvwm/style.c: Remove extra char.
5783 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5785 * fvwm/ewmh.c (ewmh_atom_client_win):
5786 * fvwm/ewmh_intern.h:
5787 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5788 (ewmh_MoveResizeWindow):
5789 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5791 * fvwm/events.c (__handle_cr_on_client):
5792 (__handle_configure_request):
5793 (events_handle_configure_request):
5794 Some renaming for consistency, force restacking if the event come from
5797 * fvwm/ewmh_events.c (ewmh_MoveResize):
5798 Fixed _NET_WM_MOVERESIZE
5800 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5803 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5804 (EWMH_SetFrameStrut):
5805 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5807 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5809 * libs/FImage.c (FShmSafeCreateImage):
5810 Finished to fix SHM remote client problem
5812 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5814 * libs/FImage.c (FShmSafeCreateImage):
5815 Fixed when we are a remote client
5817 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5828 new default ~/.fvwm/config file is now recommended instead of
5829 still supported ~/.fvwm/.fvwm2rc
5831 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5833 * fvwm/menus.c (NewMenuRoot):
5834 do not strip whitespace from menu names when creating a new menu
5836 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5838 * fvwm/menuitem.c (menuitem_get_size):
5840 renamed remaining "mips" to mipst
5842 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5844 * fvwm/events.c (HandleMapRequestKeepRaised):
5845 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5846 Fixed EWMH DesktopGeometry and Stacking list
5848 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5850 * fvwm/virtual.c (GetDeskNumber):
5853 fixed MoveToDesk with one argument
5855 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5857 * fvwm/style.c (style_parse_one_style_option):
5859 * fvwm/conditional.c (MatchesConditionMask):
5861 * fvwm/window_flags.h:
5864 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5869 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5871 * fvwm/move_resize.c (unmaximize_fvwm_window):
5872 fixed redrawing of maximize button when unmaximizing but when the size
5873 and position does not change
5875 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5877 * fvwm/expand.c (expand_vars_extended):
5878 new extended variable $[w.layer]
5880 * fvwm/move_resize.c (MaximizeHeight):
5883 applied modified layer patch for maximize by Rafal Bisingier
5885 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5887 * fvwm/add_window.c (setup_frame_attributes):
5888 Hopefully fixed BackingStore code and removed now useless backing store
5891 * fvwm/expand.c (expand_vars_extended):
5892 new extended variable $[w.desk]
5894 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5898 increased version to 2.5.11
5903 updated for 2.5.10 release
5905 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5906 improved rotation code
5908 * libs/gravity.c (gravity_add_rotations):
5911 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5913 * fvwm/placement.c (__explain_placement):
5916 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5919 * fvwm/builtins.c (CMD_BugOpts):
5920 * fvwm/screen.h (ScreenInfo):
5921 new BugOpts option ExplainWindowPlacement
5922 renamed some members of Screen
5924 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5926 * fvwm/placement.c (__place_get_wm_pos):
5927 (__place_get_nowm_pos):
5928 (__place_get_placement_flags):
5930 (__place_handle_x_resources):
5931 (setup_window_placement):
5932 split into multiple functions
5935 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5937 * fvwm/add_window.c (setup_window_placement):
5938 * fvwm/placement.c (setup_window_placement):
5939 moved function to placement.c
5940 fixed using PLACE_AGAIN placement mode
5945 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5947 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5948 allow a negative line_width to invert the relief
5950 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5952 * libs/Flocale.c (FlocaleDrawString)
5953 (FlocaleDrawUnderline)
5955 reduced redundant calls to iconv
5957 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5959 * fvwm/move_resize.c (CMD_XorValue):
5960 fixed a very small outline drawing problem caused by using 0 line width
5965 increased version to 2.5.10
5969 updated for 2.5.9 release
5971 * fvwm/functions.c (execute_function_override_window):
5972 * fvwm/module_interface.c (ExecuteModuleCommand):
5973 * fvwm/conditional.c (circulate_cmd):
5974 sometimes, DeferExecution was called although a window was already
5975 selected, for example with the "Current" commend; fixed
5977 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5979 * libs/FImage.c (FShmSafeCreateImage):
5980 Fixed some safety tests
5982 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5984 * fvwm/events.c (__handle_cr_on_client):
5985 fixed a bug in the Jave configure request workaround
5987 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5989 * fvwm/events.c (__cr_detect_icccm_move):
5990 improved motion method detection for fullscreen requests
5992 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5994 * fvwm/add_window.c (AddWindow):
5995 * fvwm/screen.h (ScreenInfo):
5996 * fvwm/builtins.c (CMD_BugOpts):
5997 new BugOpts option DisplayNewWindowNames intended for debugging
5999 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6001 * libs/Bindings.c (FvwmStringToKeysym):
6002 small performance enhancement
6004 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6006 fixed the FlickeringMoveWorkaround option which did nothing before
6008 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6010 * fvwm/style.c (style_parse_one_style_option):
6012 * fvwm/style.h (SIS_UNMANAGED):
6013 * fvwm/add_window.c (AddWindow):
6016 * fvwm/expand.c (expand_vars_extended):
6017 new variables $[w.iconfile] and $[w.miniiconfile]
6019 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6020 made left side of a relief one pixel longer at the bottom
6022 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6024 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6025 * fvwm/style.c (style_set_old_focus_policy):
6026 fixed default window list order with ClickToFocus
6028 2004-02-04 Marcus Lundblad <ml@update.uu.se>
6030 * fvwm/libs/Flocale.h:
6031 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6032 (FlocaleStringByteToCharOffset)
6033 (FlocaleStringCharToByteOffset)
6034 (FlocaleStringCharLength):
6035 Made utility functions available outside of Flocale
6037 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
6039 * fvwm/events.c (__test_for_motion):
6040 Fixed a lockup, see the long comment in the code
6042 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6044 * fvwm/schedule.c (execute_obj_func):
6045 fixed using uninitialised return code
6047 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
6049 * fvwm/builtins.c (do_title_style):
6050 Fixed MinHeight, it must reset the Height
6052 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6054 * fvwm/menus.c (menuShortcuts):
6055 applied menu navigation patch by Anton Kazennikov
6057 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6059 * libs/gravity.c (gravity_dir_to_string):
6060 (gravity_parse_dir_argument):
6061 use a constant for the dir table
6063 2003-12-16 Marcus Lundblad <ml@update.uu.se>
6065 * fvwm/Flocale.c (FlocaleEncodeString)
6066 (FlocaleDrawUnderline):
6067 Fixed crash when there's no Iconv support
6069 2003-12-16 olicha <olivier.chapuis@free.fr>
6072 Used the FUNC_FLAGS_TYPE in find_func_t declaration
6074 * sample.fvwmrc/system.fvwm2rc-sample-95:
6075 Added some Xft fonts
6077 2003-12-12 olicha <olivier.chapuis@free.fr>
6079 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6080 Fixed ewmh FullScreen when an application start fullscreen and
6081 desactivate this state
6083 2003-12-04 olicha <olivier.chapuis@free.fr>
6085 * fvwm/placement.c (test_fit):
6087 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6088 (EWMH_GetBaseStrutIntersection):
6089 (EWMH_GetStrutIntersection):
6090 Fixed placement vs the base struts
6092 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6094 * sample.fvwmrc/system.fvwm2rc-sample-95:
6095 improved Debian specific menu
6097 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6099 * sample.fvwmrc/system.fvwm2rc-sample-95:
6100 several updates; added Debian menu if found
6102 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6105 new configure option --en/disable-iconv
6107 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6109 * fvwm/menus.c (__mloop_handle_event):
6110 * fvwm/menustyle.c (menustyle_parse_style):
6112 new MenuStyle options PopupIgnore and PopupClose
6114 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6116 * fvwm/menus.c (menu_binding): Remove debug code.
6117 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6118 * fvwm/menus.h: Add menu_binding function.
6119 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6121 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6123 * libs/wcontext.h (enum): Add MENU context.
6124 * libs/wcontext.c (win_contexts): More common binding contexts first in
6126 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6129 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6133 increase version to 2.5.9
6135 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6142 updated for 2.5.8 release
6144 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6148 initially added files for deb package auto-creating procedure
6150 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6154 added Swedish translations by Johan Svedberg
6159 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6161 * fvwm/add_window.c (GetWindowSizeHints):
6162 reindented broken hint messages
6164 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6167 improved Perl detection messages,
6168 restored FvwmGtkDebug independence from gtk libs
6170 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6174 added German translations by Andrei Mitrofanow
6179 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6184 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6187 * fvwm/conditional.c (CreateConditionMask):
6188 (MatchesConditionMask):
6189 (CreateConditionMask):
6190 * fvwm/fvwm.h (WindowConditionMask):
6191 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6193 2003-09-23 olicha <olivier.chapuis@free.fr>
6195 * libs/FImage.c (FShmInit):
6198 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6200 * fvwm/focus.c (warp_to_fvwm_window):
6201 don't unnecessarily call MoveViewport
6203 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6205 * fvwm/decorations.c (__is_resize_allowed):
6208 2003-09-06 malu <ml@update.uu.se>
6210 * libs/FBidi.c (FBidiConvert):
6211 * libs/CombineChars.c (CombineChars):
6212 Fixed drawing combining characters on correct positions in
6213 right-to-left context
6215 2003-09-05 malu <ml@update.uu.se>
6217 * libs/Flocale.c (FlocaleDrawString):
6219 Fixed drawing of combining characters with font shadow
6220 (character offsets were miscalculated, since FlocaleTextWidth
6223 2003-09-05 malu <ml@update.uu.se>
6225 * libs/Flocale.c (FlocaleDrawUnderline):
6226 Fixed bug with text width when a string contains only
6227 "orphaned" combining characters (compensation for font shadowd
6230 2003-09-04 olicha <olivier.chapuis@free.fr>
6233 Added E.18, added comments on C.9 and C.15
6235 2003-09-03 olicha <olivier.chapuis@free.fr>
6237 * libs/Flocale.c (FlocaleTextWidth):
6238 Fixed a comb_char core dump
6241 Fixed compilation if either iconv, libpng or Xrender headers are
6242 not at a standard place
6244 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6247 fixed error message for incorrect --with-SOMETHING-library argument
6249 2003-09-03 olicha <olivier.chapuis@free.fr>
6252 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6254 2003-09-02 olicha <olivier.chapuis@free.fr>
6259 2003-09-01 olicha <olivier.chapuis@free.fr>
6261 * libs/gravity.c (gravity_dir_to_string):
6262 A new interface function to transform a direction_t to a string
6264 2003-08-31 S. Anderson <sa@xmission.com>
6266 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6267 Fixed missing font charsets
6269 2003-08-28 olicha <olivier.chapuis@free.fr>
6271 * fvwm/move_resize.c (__move_loop):
6272 (AnimatedMoveAnyWindow):
6273 Updated bg of transparent tear off menu when moved
6275 * fvwm/events.c (HandlePropertyNotify):
6276 Updated ParentRelative tear off menu on bg change
6278 * fvwm/menus.c (UpdateMenuColorset):
6279 Updated colorsets of tear off menu when they change, this handle the
6280 case of root background change for RootTransparent
6283 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6284 An utility function for redrawing transparent tear off menu. Maybe
6287 * fvwm/add_window.c (validate_transientfor):
6288 Fixed transient for an ewmh desktop
6290 2003-08-27 olicha <olivier.chapuis@free.fr>
6292 * libs/FRender.c (FRenderRender):
6293 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6294 Removed and fixed some unused code
6296 2003-08-25 olicha <olivier.chapuis@free.fr>
6298 * fvwm/misc.c (GrabEm):
6299 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6301 * fvwm/modconf.c (send_color_limit):
6302 ifndefed color limit config info message which is not used anymore
6304 * fvwm/colorset.c (parse_colorset):
6305 Added a note on average bg
6307 2003-08-23 olicha <olivier.chapuis@free.fr>
6309 * fvwm/style.c (print_styles):
6310 More info on memory used
6312 * fvwm/style.c (__simplify_style_list):
6313 Fixed upward simplication
6315 2003-08-14 olicha <olivier.chapuis@free.fr>
6317 * fvwm/ewmh.c (ewmh_HandleMenu):
6318 Fixed the MENU window type, they are tear off menus
6321 * fvwm/update.c (apply_window_updates):
6322 * fvwm/stack.c (new_layer):
6323 * fvwm/ewmh.c (EWMH_GetStyle):
6324 Fixed EWMHUseStackingHints update
6326 * fvwm/window_flags.h:
6328 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6329 (ewmh_WMStateMaxHoriz):
6330 (ewmh_WMStateMaxVert):
6331 * fvwm/move_resize.c (unmaximize_fvwm_window):
6332 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6333 uniconify and unshade when putting a window fullscreen
6335 * fvwm/ewmh_intern.h:
6336 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6337 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6339 * fvwm/move_resize.c (unmaximize_fvwm_window):
6342 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6343 * fvwm/decorations.c (SelectDecor):
6344 * fvwm/windowshade.c (CMD_WindowShade):
6345 Removed the decor for EWMH fullscreen windows, forbid shading and
6346 allows Resize and MoveResize without unsetting the fullscreen/maximized
6349 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6350 (CMD_ResizeMaximize):
6351 Fixed ewmh state which was not set after these cmds
6353 2003-08-09 olicha <olivier.chapuis@free.fr>
6358 2003-08-08 olicha <olivier.chapuis@free.fr>
6360 * fvwm/borders.c (border_draw_vector_to_pixmap):
6361 Fixed inversion of fg and bg in vector buttons
6363 * fvwm/style.c (__simplify_style_list):
6366 * libs/System.c (fvwm_mkstemp):
6369 2003-08-07 olicha <olivier.chapuis@free.fr>
6372 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6374 * libs/System.c (fvwm_mkstemp):
6376 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6377 exists and work correctly, if not a replacement function is used
6378 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6381 * libs/fsm.c (unique_filename):
6382 (SetAuthentication):
6383 * fvwm/session.c (getUniqueStateFilename):
6384 Replaced tempnam by fvwm_mkstemp
6386 2003-08-07 olicha <olivier.chapuis@free.fr>
6389 * libs/FSMlib.h (new file):
6390 * fvwm/session.c (*):
6392 fvwmize SMlib and ICElib
6394 * fvwm/session.c (matchWin):
6395 Fixed window matching for windows with no SM_CLIENT_ID and a
6398 * libs/fsm.c (new file):
6399 * libs/fsm.h (new file):
6400 * fvwm/ConfigFvwmDefaults
6401 A set of functions for implementing a dummy session manager
6404 GNOME 1 hints and EWHM support is not a configure time option
6407 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6409 * fvwm/add_window.c (AddWindow):
6410 fixed stickyness across desks over a restart
6412 2003-08-06 olicha <olivier.chapuis@free.fr>
6414 * fvwm/ewmh.c (EWMH_WindowInit):
6415 (EWMH_SetFrameStrut):
6416 Fixed position of kde tray windows in kicker
6418 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6420 * fvwm/module_interface.c (FlushMessageQueue):
6421 retry writing pipe if write returns EINTR
6423 2003-07-28 olicha <olivier.chapuis@free.fr>
6425 * fvwm/events.c (events_handle_configure_request):
6426 (HandleConfigureRequest):
6427 (__handle_configure_request):
6428 (__handle_cr_on_client):
6429 * fvwm/ewmh.c (ewmh_atom_client_win):
6430 * fvwm/ewmh_intern.h:
6431 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6432 (EWMH_ProcessClientMessage):
6433 Implemented _NET_MOVERESIZE_WINDOW
6435 * fvwm/fvwm.c (main):
6438 2003-07-25 olicha <olivier.chapuis@free.fr>
6440 * fvwm/ewmh.c (ewmh_HandleWindowType):
6441 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6442 that one type and we do not support the first one.
6444 * fvwm/expand.c (expand_vars_extended):
6445 Fixed conflict between extended variables name (desk.name and
6448 * fvwm/session.c (callback_save_yourself):
6449 Respect the SmSaveGlobal save type. This should fix some session
6450 locking in the sm protocol
6452 * fvwm/session.c (setSmProperties):
6454 Set some sm properties when fvwm start for fixing a problem with
6455 the restart style hint after a restart.
6457 * fvwm/fvwm.c (get_display_name):
6460 * fvwm/session.c (setSmProperties):
6462 Added a possible positive or null arg to --single-screen which
6463 forces fvwm to start on the "current" display and the given
6464 screen. Use this to fix fvwm starting under a session manager:
6465 specify only the screen and not the display.screen for the
6468 * fvwm/fvwm.c (main):
6469 Fixed possible memory corruption if a display has more than
6472 * fvwm/session.c (*):
6475 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6478 fixed xft/fontconfig detection with pkg-config
6481 corrections in some long option names
6483 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6485 * fvwm/add_window.c (setup_style_and_decor):
6486 * fvwm/geometry.c (set_window_border_size):
6487 * fvwm/fvwm.h (FvwmWindow):
6488 * fvwm/events.c (HandleShapeNotify):
6489 * fvwm/frame.c (frame_free_move_resize_args):
6490 (frame_setup_shape):
6491 (frame_reshape_border):
6492 fixed resizing of window borders if a window shape was added or deleted
6493 after the initial window setup
6495 * fvwm/update.c (apply_window_updates):
6498 * fvwm/events.c (__cr_detect_icccm_move):
6499 disable motion method detection for shaped windows
6501 2003-07-21 olicha <olivier.chapuis@free.fr>
6503 * fvwm/add_window.c (setup_window_structure):
6504 * fvwm/session.c (MatchWinToSM):
6505 Preserve is_name_changed window_flags within restart, session loading
6508 2003-07-20 olicha <olivier.chapuis@free.fr>
6510 * fvwm/ewmh.c (EWMH_Init):
6511 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6513 * fvwm/fvwm.c (InternUsefulAtoms):
6515 * fvwm/session.c (GetWindowRole):
6516 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6518 * fvwm/session.c (GetClientID):
6519 Better determination of the CLIENT_LEADER
6521 * fvwm/session.c (setSmProperties):
6522 Set the CloneCommand for gnome-session editor (the sm spec says this
6523 properties is required). Removed the commented XSM ifdef.
6525 * fvwm/session.c (matchWin):
6527 Consider client only if it has a client id or a wm command.
6528 Removed the "two entries" session previous commit
6530 2003-07-16 olicha <olivier.chapuis@free.fr>
6532 * fvwm/session.c (MatchWinToSM):
6533 Fixed restoring session state, if two window session entries have the
6534 same identifier ignore these entries
6536 2003-07-16 olicha <olivier.chapuis@free.fr>
6539 * fvwm/style.h (SID_GET_NAME):
6541 (SID_GET_WINDOW_ID):
6542 (SID_SET_WINDOW_ID):
6545 (SID_SET_HAS_WINDOW_ID):
6546 (SID_GET_HAS_WINDOW_ID):
6552 (SSET_ID_HAS_WINDOW_ID):
6553 (SGET_ID_HAS_WINDOW_ID):
6554 * fvwm/style.c (style_ids_are_equals):
6555 (style_id_equals_id):
6556 (styles_have_same_id):
6557 (fw_match_style_id):
6558 (one_fw_can_match_both_ids):
6559 (remove_all_of_style_from_list):
6560 (__simplify_style_list):
6561 (style_parse_one_style_option):
6563 (style_destroy_style):
6569 (CMD_DestroyWindowStyle):
6570 * fvwm/fvwm.h (style_id_t):
6572 * fvwm/functable.c (func_table):
6573 * fvwm/add_window.c (destroy_window):
6576 New WindowStyle and DestroyWindowStyle command for setting styles
6579 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6581 * libs/Flocale.c (FlocaleDrawString):
6582 * libs/FBidi.c (FBidiConvert):
6583 fixed drawing of combining characters in the case where a string
6584 consists of only combining characters
6586 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6588 * libs/CombineChars.c (CombineChars):
6589 bugfix: array mapping visual to logical position was allocated
6590 to small (factor 2) in decoposing code
6592 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6594 * libs/Flocale.c (FlocaleEncodeWinString):
6597 * libs/Flocale.c (FlocaleDrawString):
6598 (FlocaleRotatedDrawString):
6599 removed some code duplication
6601 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6603 * libs/CombineChars.c (combclass_table):
6605 fixed supporting drawing marks superimposed that are in a combining
6608 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6610 * libs/Flocale.c (FlocaleRotateDrawString):
6612 fixed core dump when composing characters can't be converted to
6615 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6620 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6625 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6628 updated with reagrds to combing characters
6630 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6635 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6637 * libs/Flocale.c (FlocaleEncodeString):
6638 (FlocaleEncodeWinString):
6639 (FlocaleRotateDrawString):
6640 (FlocaleDrawString):
6641 (FlocaleDrawUnderline):
6642 fixed rendering combining characters using Unicode font in a
6645 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6648 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6650 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6653 fixed FBidi.h macro to work with no FriBIDI
6655 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6657 * libs/CombineChars.h (CombineChars):
6658 * libs/CombineChars.c (CombineChars):
6659 * libs/FBidi.h (FBidiConvert):
6660 * libs/FBidi.c (FBidiConvert):
6661 * libs/Flocale.c (FlocaleEncodeString):
6662 (FlocaleEncodeWinString):
6663 (FlocaleDrawUnderline):
6665 fixed drawing of underlines on characters to work in with BIDI
6666 and combining characters
6668 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6671 closed D.1 with "no consensus" resolution
6673 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6676 documented tear off menus
6678 * fvwm/placement.c (PlaceWindow):
6679 StartsOnPage + SkipMapping overrides PPosition
6681 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6684 solved a problem with CMD_Dummy and exact command spelling
6686 * libs/CombineChars.c:
6687 * libs/CombineChars.h:
6689 minor reformattings (use TABs not 8 spaces and a space after keywords
6690 like for, if or while)
6692 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6694 * fvwm/update.c (apply_window_updates):
6696 * fvwm/add_window.c (setup_style_and_decor):
6698 * fvwm/style.c (style_parse_one_style_option):
6699 (check_window_style_change):
6700 new style MoveWindowByProgramMethod
6702 * libs/PictureImageLoader.c (PImageLoadXpm):
6703 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6705 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6706 implemented _NET_WM_STATE_FULLSCREEN handling
6708 * fvwm/move_resize.c (GetOnePositionArgument):
6709 fixed parsing of "+-x +-y" Move arguments
6711 use get_page_offset_check_visible
6713 * fvwm/geometry.c (get_page_offset_check_visible):
6714 new convenience function
6716 * fvwm/events.c (__handle_cr_on_client):
6717 fixed handling of gravities other than NW or Static
6718 (__cr_detect_icccm_move):
6721 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6727 * libs/CombineChars.c:
6728 * libs/CombineChars.h:
6729 * libs/Flocale.c (FlocaleEncodeString):
6733 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6736 2003-07-06 olicha <olivier.chapuis@free.fr>
6738 * libs/FRender.c (FRenderRender):
6741 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6743 * fvwm/ewmh.c (ewmh_check_wm_pid):
6745 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6746 compliant ConfigureNotify handling
6748 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6750 * libs/Flocale.c (FlocaleDrawUnderline):
6751 Commented out some non-working new code
6753 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6755 * libs/Flocale.c (FlocaleDrawString):
6756 fixed drawing superimposed characters with a fontset
6758 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6760 * fvwm/events.c (__cr_detect_icccm_move):
6761 (__handle_cr_on_client):
6762 (__cr_get_grav_position):
6763 (__cr_get_static_position):
6764 * fvwm/window_flags.h:
6766 try to autodetect whether application uses the icccm way of moving
6767 windows of the traditional way always using static gravity
6770 moved SIGNAL_RETURN macro definition to acconfig.h
6772 * fvwm/module_interface.c (DeadPipe):
6773 * fvwm/fvwm.c (SigDone):
6776 use SIGNAL_RETURN macro
6778 * fvwm/events.c (__handle_cr_on_client):
6779 (__merge_cr_moveresize):
6780 (__cr_detect_icccm_move):
6782 * fvwm/events.c (__handle_cr_on_unmanaged):
6783 (__handle_cr_on_icon):
6784 (__handle_cr_on_shaped):
6785 (__handle_cr_restack):
6786 (__handle_cr_on_client):
6787 (HandleConfigureRequest):
6788 split the ConfigureRequest code into multiple functions
6790 * fvwm/update.c (apply_window_updates):
6791 fixed drawing of window decorations when "Style * Neverfocus" is used
6793 * fvwm/events.c (HandleKeyPress):
6794 fixed a bug with key binding contexts
6796 * fvwm/functions.c (__execute_function):
6797 * fvwm/expand.c (expand_vars):
6798 (expand_vars_extended):
6799 new extended variable $[func.context]
6803 moved some code to the new files
6814 fixed a problem with uninitialised global variable
6816 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6818 * libs/Bindings.c (key_modifiers):
6819 moved to new file wcontext.c
6821 * libs/gravity.c (gravity_parse_dir_argument):
6822 added aliases for compass directions:
6833 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6836 * libs/Flocale.c (FlocaleDrawString):
6837 (FlocaleRotateDrawString):
6838 Fixes to work without Fribidi
6840 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6845 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6847 * libs/FbidiJoin.c (get_shaped_combined_char):
6849 Removed unused (get_shaped_combined_char) and commented out code
6850 Combining ligatures done in FCombineChars
6852 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6854 * libs/Flocale.c (FlocaleDrawString):
6855 (FlocaleRotateDrawString):
6858 * libs/FBidi.c (FBidiConvert):
6860 * libs/FCombineChars.h:
6861 * libs/FCombineChars.c (FCombineChars):
6862 Added support for drawing superimposed combining characters
6864 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6867 * fvwm/functable.c (func_table):
6868 * fvwm/functions.c (CMD_TearMenuOff):
6873 merged all dummy commands into one: CMD_Dummy
6875 2003-07-01 olicha <olivier.chapuis@free.fr>
6877 * fvwm/menus.c (DestroyMenu):
6881 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6883 * fvwm/menustyle.c (menustyle_copy):
6887 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6892 2003-06-30 olicha <olivier.chapuis@free.fr>
6894 * fvwm/menus.c (do_menu):
6896 (do_menu_close_tear_off_menu):
6897 (menu_close_tear_off_menu):
6898 Allowed to destroy tear off menu!
6900 * fvwm/menus.c (menu_tear_off):
6901 (menu_close_tear_off_menu):
6902 (do_menu_close_tear_off_menu):
6903 (clone_menu_root_static):
6909 Fixed client leaks (only create new client for menu if it is a tear off
6910 menu). Created a dedicated menu style for each tear off menu.
6912 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6915 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6917 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6919 * fvwm/virtual.c (do_move_window_to_desk):
6921 fixed "Visible" condition on non current desks
6923 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6927 shortened some comments
6928 removed GPL from .h files
6929 added GPL to all .c files
6930 include config.h in all .c files
6931 added "/* -*-c-*- */" where missing
6932 some reformatting and reindenting
6934 * fvwm/module_interface.c:
6935 * fvwm/module_interface.h:
6943 * fvwm/windowshade.c:
6945 * fvwm/conditional.c:
6957 * fvwm/add_window.c:
6961 * fvwm/eventhandler.h:
6963 * fvwm/add_window.h:
6969 renamed types func_type, repeat_t, initial_window_options_t,
6970 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6971 last_added_item_type, common_flags_type, multi_direction_type,
6972 msg_masks_type to ..._t
6974 * fvwm/functions.c (__execute_function):
6975 (execute_complex_function):
6976 * fvwm/condrc.c (condrc_init):
6977 new function in new file to encapsulate all cond_rc_t handling
6980 * fvwm/fvwm.h (cond_rc_t):
6982 moved typed to new file
6986 * fvwm/functable.c (func_table):
6987 * fvwm/functions.c (__run_complex_function_items):
6988 (__execute_function):
6990 * fvwm/conditional.c (CMD_Break):
6991 (__rc_matches_rcstring_consume):
6992 Break takes the number of function levels to break out of as an
6995 * fvwm/expand.c (expand_vars_extended):
6996 * fvwm/conditional.c (circulate_cmd):
6999 (__rc_matches_rcstring_consume):
7008 (__run_complex_function_items):
7009 (execute_complex_function):
7013 * fvwm/conditional.c:
7014 renamed fvwm_cond_func_rc by cond_rc_t
7015 made a type a struct
7016 added a member to indicate the number of function levels to break out
7019 * fvwm/functable.c (func_table):
7020 * fvwm/conditional.c (CMD_TestRc):
7021 replaced conditional commands:
7023 CondCase -> KeepRc TestRc
7025 (__rc_matches_rcstring_consume):
7028 * fvwm/conditional.c (CMD_CondCase):
7029 fixed the CondCase command
7031 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7034 new configure option --deisable-gtk to disable detection of gtk library
7037 cleaned up documentation of conditional commands
7038 general man page cleanup
7040 2003-06-17 Dan Espen <dane@mk.telcordia.com>
7042 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7045 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7048 cleaned up of CirculateHit... conditions
7050 2003-06-15 olicha <olivier.chapuis@free.fr>
7052 * fvwm/style.c (__simplify_style_list):
7053 Fixed is_merged_allowed: rest it to True when cur change
7054 Added "upward" simplification
7056 2003-06-14 olicha <olivier.chapuis@free.fr>
7058 * fvwm/style.c (__simplify_style_list):
7061 Fixed blockand which always returned True. Added blocksintersect which
7062 returns the same value as blockand but faster.
7064 2003-06-13 olicha <olivier.chapuis@free.fr>
7068 Fixed fontconfig and xft2 for version without *-config binnary. Used
7069 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7070 fontconfig and xft2 if the version is < the required version
7071 (even if --disable-*test).
7073 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7076 define M_PI and M_PI_2 if they are not defined by math.h
7078 2003-06-10 Mikhael Goikhman <migo@homemail.com>
7080 * libs/Colorset.c (LoadColorset):
7081 added a note to update Colorsets.pm too when the format is changed
7083 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7085 * WindowStyle_proposal.txt:
7086 s/WindowId/ThisWindow/ and other minor changes
7088 2003-06-06 olicha <olivier.chapuis@free.fr>
7090 * libs/PictureImageLoader.c (PImageLoadPng):
7091 Fixed loading of png images if the caller want no alpha
7093 2003-06-04 olicha <olivier.chapuis@free.fr>
7095 * libs/Flocale.c (FlocaleEncodeString):
7098 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7101 only FCombineChars.c was distributed not FCombineChars.h
7103 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7105 * libs/FCombineChars.c (convert_to_utf8)
7106 fixed a bug when converting back to UTF-8 and a bug giving
7107 garbage at end of string in some cases
7109 * libs/Flocale.c (FlocaleEncodeString)
7110 fixed problem regarding combining-characters when BIDI is used
7112 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7115 * libs/Flocale.c (FlocaleEncodeString):
7116 * libs/FCombineChars.c:
7117 * libs/FCombineChars.h:
7118 implemeted support for combining characters
7120 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7123 set the version 2.5.8
7125 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7129 SetEnv with only one parameter is ignored now
7131 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7133 * NEWS: Add 2.4.16 news.
7135 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7137 * fvwm/functions.c (expand_extended_var):
7139 fixed expanding variables that are empty, for example $[w.resource]
7140 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7145 2003-05-29 olicha <olivier.chapuis@free.fr>
7147 * fvwm/ewmh.c (ewmh_atom_wm_state):
7148 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7150 2003-05-28 olicha <olivier.chapuis@free.fr>
7155 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7157 * fvwm/focus.c (__update_windowlist):
7158 don't fiddle with the window list for windows that are going to be
7161 * fvwm/add_window.c (delete_client_context):
7162 (destroy_auxiliary_windows):
7164 fixed empty frame windows when X reused the window id for a new window
7165 while the old one was scheduled to be destroyed
7167 2003-05-26 olicha <olivier.chapuis@free.fr>
7169 * fvwm/icons.c (GetIconBitmap):
7170 (set_icon_pixmap_background):
7172 (DrawIconPixmapWindow):
7174 Fixed loading of application supplied pixmap on 8/24 depth screen
7176 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7178 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7181 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7184 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7186 * fvwm/misc.c (GrabEm):
7187 do not confine the pointer to the root window when grabbed; this can
7188 cause the pointer to be warped to another screen
7189 * fvwm/menus.c (get_menu_options):
7190 fixed placement of menus on Xinerama screens
7191 * libs/FScreen.c (FScreenGetResistanceRect):
7192 fixed function to do something useful
7193 * libs/Flocale.c (FlocaleDrawString):
7194 support font shadowing without colorsets
7195 * libs/ColorUtils.c:
7197 * fvwm/menuitem.c (menuitem_paint):
7198 do not use colorsets in menus if they are not defined
7199 * fvwm/menustyle.c (menustyle_parse_style):
7200 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7203 2003-05-23 olicha <olivier.chapuis@free.fr>
7205 * fvwm/bindings.c (ParseBinding):
7206 (bind_get_bound_button_contexts):
7207 * libs/Bindings.c (GrabWindowButton):
7208 Fixed window button grabbing
7210 2003-05-22 olicha <olivier.chapuis@free.fr>
7212 * fvwm/colorset.c (parse_colorset):
7215 * fvwm/borders.c (border_fill_pixmap_background):
7216 Fixed problem with depth 1 pixmap
7218 * fvwm/conditional.c (CMD_On):
7221 * fvwm/conditional.c (CreateConditionMask):
7222 Fixed memory leaks for layer and state
7224 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7227 added perllib/FVWM/Tracker/Makefile
7229 2003-05-22 olicha <olivier.chapuis@free.fr>
7233 * fvwm/style.c (print_styles):
7234 * fvwm/builtins.c (CMD_PrintInfo):
7235 New style subject to PrintInfo
7237 2003-05-20 olicha <olivier.chapuis@free.fr>
7239 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7240 Allowed empty xft font name
7243 * libs/flist.c (new file):
7244 * libs/flist.h (new file):
7245 Added a flist structure and some basic function for handling such
7248 * libs/FGettext.c (*):
7249 Use the new flist struct and functions interface
7251 * fvwm/screen.h (ScreenInfo):
7252 * fvwm/update.c (destroy_scheduled_windows):
7253 * fvwm/add_window.c (destroy_window):
7254 Added a list for the windows which are scheduled for destroy
7255 Remove a fw at once from the fw list when we destroy_window
7257 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7259 * fvwm/style.c (CMD_DestroyStyle):
7260 do not update windows if no style was deleted
7261 (check_window_style_change):
7262 fixed update of window styles w/ DestroyStyle
7264 2003-05-18 olicha <olivier.chapuis@free.fr>
7266 * fvwm/conditional.c (CMD_On):
7267 Added x,r,w,f and i file condition to the On command
7269 * fvwm/add_window.c (destroy_window):
7270 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7271 but scheduled for destroy. Not sure that the fix is good.
7273 * fvwm/functions.c (__execute_function):
7275 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7276 This fixes some cores dumps with "recursives" functions
7278 * fvwm/borders.c (border_create_root_transparent_pixmap):
7279 (border_draw_decor_to_pixmap):
7280 Fixed a core dump with a root transparent rotated title
7281 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7283 * libs/FGettext.c (fgettext_add_one_path):
7285 (FGettextSetLocalePath):
7286 Fixed memory leak and chainning
7288 * fvwm/builtins.c (CMD_PrintInfo):
7289 Fixed a parsing leak
7291 * fvwm/conditional.c (Circulate):
7292 Fixed a mask memory leaks
7295 * libs/Flocale.c (FlocaleGetFont):
7296 (FlocaleGetFontSet):
7297 (FlocaleGetFftFont):
7298 Fixed a core dump when a 0 font is given with an encoding hints.
7299 Added a default FFT font
7301 * fvwm/builtins.c (CMD_DefaultFont):
7302 Fixed a core dump when the default font change and a redraw
7303 (icon or window) is proceeded before flush_window_updates is called
7305 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7306 Fixed gradients copy
7308 * fvwm/menustyle.c (menustyle_parse_style):
7309 Fixed UMR's related to colorset
7311 * fvwm/builtins.c (ReadDecorFace):
7312 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7316 * fvwm/menustyle.c (menustyle_free):
7317 Fixed a fore stipple gc leak
7319 * fvwm/windowlist.c (CMD_WindowList):
7320 Fixed a sor_keyname memory leak
7322 * fvwm/fvwm.c (ResetAllButtons):
7323 Fixed the default buttons memory leak
7325 2003-05-08 olicha <olivier.chapuis@free.fr>
7327 * fvwm/windowlist.c (CMD_WindowList):
7328 Fixed a memory leak if MaxLabelWidth is used
7330 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7332 * fvwm/functions.c (__context_has_window):
7333 (__execute_function):
7335 fixed excution of functions requiring a window without a window when
7336 called with "silent" from a complex function
7338 2003-05-07 olicha <olivier.chapuis@free.fr>
7340 * libs/System.c (searchPath):
7343 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7345 * fvwm/move_resize.c (__move_loop):
7349 2003-05-03 olicha <olivier.chapuis@free.fr>
7354 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7357 Minor typo corrections.
7359 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7361 * fvwm/move_resize.c (__move_loop):
7367 2003-04-28 olicha <olivier.chapuis@free.fr>
7369 * fvwm/ewmh.c (ewmh_atom_wm_state):
7371 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7372 (ewmh_WMStateStaysOnBottom):
7373 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7375 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7377 * fvwm/module_interface.c (do_execute_module):
7378 * fvwm/fvwm.c (main):
7379 * libs/envvar.c (flib_putenv):
7380 * fvwm/builtins.c (add_to_env_list):
7383 fixed putenv memory leaks
7385 * libs/envvar.c (strIns):
7389 replacement for putenv without memory leaks
7394 * fvwm/fvwm.c (StartupStuff):
7396 * fvwm/add_window.c (free_window_names):
7398 * fvwm/events.c (HandlePropertyNotify):
7400 * fvwm/menus.c (do_menu):
7402 (__mloop_exit_selected):
7404 * fvwm/menucmd.c (menu_func):
7407 * fvwm/builtins.c (CMD_Destroy):
7409 call destroy_window right after XKillClient; do not wait for the window
7412 * fvwm/menucmd.c (menu_func):
7413 * fvwm/windowlist.c (CMD_WindowList):
7416 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7419 several updates (FvwmGtk, gettext)
7421 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7423 * fvwm/menucmd.c (menu_func):
7424 * fvwm/windowlist.c (CMD_WindowList):
7426 * fvwm/menus.c (is_double_click):
7429 (pop_menu_down_and_repaint_parent):
7430 (__mloop_get_event_timeout_loop):
7431 (__mloop_get_event):
7432 (__mloop_handle_event):
7433 (__mloop_select_item):
7434 (__mloop_make_popup):
7435 (__mloop_get_mi_actions):
7438 (__mloop_handle_action_with_mi):
7439 (__mloop_handle_action_without_mi):
7441 (menu_enter_tear_off_menu):
7442 (menu_close_tear_off_menu):
7444 replaced the pfw and pcontext members of the MenuParameters structure
7445 with an execution context pointer
7446 (_menu_execute_function):
7447 wrapper function to simplyfy command execution from within menus
7449 fixed warping pointer to first menu item when invoked with the mouse
7451 * fvwm/execcontext.c:
7454 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7461 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7463 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7465 * fvwm/menus.c (do_menu):
7466 the NoWarp position hint option works with root menus too
7468 * fvwm/ConfigFvwmDefaults:
7469 removed GrabFocusOff and GrabFocusTransient since they nullify the
7470 default with the plain focus policies
7472 2003-04-24 olicha <olivier.chapuis@free.fr>
7474 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7475 Fixed a miss print in my previous commit
7477 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7479 (ewmh_WMStateStaysOnBottom):
7480 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7481 * fvwm/ewmh_intern.h:
7482 Added comment on the implementation at the top of ewmh.c.
7483 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7484 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7485 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7486 and _NET_WM_STATE_BELOW.
7489 Added David Fries. Updated my entries.
7494 2003-04-23 olicha <olivier.chapuis@free.fr>
7496 * fvwm/module_interface.c (CMD_KillModule):
7497 Fixed a leak when we have an alias
7499 * libs/Picture.c (PFreeFvwmPictureData):
7501 New interface function for just freeing the allocated data (not
7504 2003-04-22 olicha <olivier.chapuis@free.fr>
7506 * fvwm/colorset.c (get_root_pixmap):
7507 Fixed a minor memory leak
7509 * fvwm/functions.c (execute_complex_function):
7510 Fixed uninitialized d.type
7512 * libs/Ficonv.c (FiconvSetupConversion):
7513 (FiconvUtf8ToCharset):
7514 (FiconvCharsetToUtf8):
7517 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7520 Fixed a core dump and safety check related to not loaded font
7522 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7527 2003-04-16 olicha <olivier.chapuis@free.fr>
7529 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7532 (ewmh_WMStateHidden):
7533 Check if functions are allowed
7535 * fvwm/ewmh.c (ewmh_HandleDesktop):
7537 Set Desktop and Dock uniconifiable and unmaximazable
7539 * fvwm/menuitem.c (menuitem_paint):
7541 Fixed greyed action with EWMH desktop
7543 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7546 documented FvwmEvent behaviour of executing window related event
7547 handlers within a window context
7550 updated WindowId entry
7552 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7554 * fvwm/schedule.c (deschedule):
7557 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7558 (ExecuteCommandQueue):
7559 * libs/queue.c (fqueue_init):
7560 (fqueue_remove_or_operate_from_front):
7561 (fqueue_remove_or_operate_from_end):
7562 (fqueue_remove_or_operate_all):
7564 (fqueue_unlock_queue):
7565 (fqueue_lock_queue):
7566 (fqueue_add_at_front):
7567 (fqueue_add_inside):
7571 * libs/queue.c (fqueue_remove_or_operate_all):
7572 (fqueue_remove_or_operate_from_end):
7573 (fqueue_remove_or_operate_from_front):
7574 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7575 (ExecuteCommandQueue):
7576 * fvwm/schedule.c (deschedule):
7577 (check_deschedule_obj_func):
7578 (deschedule_obj_func):
7580 (check_execute_obj_func):
7585 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7587 * fvwm/ConfigFvwmDefaults:
7589 * fvwm/windowlist.c:
7590 * sample.fvwmrc/system.fvwm2rc-sample-95:
7592 WindowListFunc is executed now within a window context,
7593 so "WindowId $0" is not needed anymore in its definition
7595 2003-04-14 olicha <olivier.chapuis@free.fr>
7599 Documented LocalePath and $[gt.str]. FvwmScript news.
7601 * fvwm/expand.c (expand_vars_extended):
7602 Fixed $[gt.str] expansion
7605 New gettext domain FvwmScript
7607 * libs/FGettext.c (FGettextCopy):
7609 New interface function which copies the string
7611 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7613 * fvwm/conditional.c (CMD_Cond):
7614 allow to negate the condition code with '!' prefix
7616 * fvwm/schedule.c (CMD_Schedule):
7618 support hexadecimal ids
7620 * libs/Parse.c (GetIntegerArguments):
7621 (_get_suffixed_integer_arguments):
7622 (GetSuffixedIntegerArguments):
7623 (GetIntegerArgumentsAnyBase):
7624 new utitily function to allow hexadecimal integer arguments
7626 2003-04-10 olicha <olivier.chapuis@free.fr>
7628 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7629 (FlocaleGetCharsetOfFontStruct):
7630 (FlocaleGetCharsetFromName):
7631 (FlocaleFixNameForFontSet):
7632 (FlocaleGetFontSet):
7633 (FlocalePrintLocaleInfo):
7634 * libs/FlocaleCharset.h:
7635 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7636 (FlocaleCharsetPrintXOMInfo):
7637 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7639 2003-04-08 olicha <olivier.chapuis@free.fr>
7641 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7642 fixed the default font name
7644 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7646 * fvwm/events.c (HandlePropertyNotify):
7647 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7648 completely ignore application requests to set exactly the same
7649 window name or icon name (xmms sets it every second),
7650 this avoids some redundant module messages and redraws
7652 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7657 2003-04-04 olicha <olivier.chapuis@free.fr>
7660 Fixed a miss print in fribidi config check
7662 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7664 * fvwm/focus.c (__restore_focus_after_unmap):
7665 iconified windows without an icon do not receive focus
7667 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7669 * fvwm/virtual (CMD_GotoDeskAndPage):
7670 different "GotoDeskAndPage prev" fix that works with any viewports, not
7671 just multiples of the screen size
7673 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7675 * fvwm/virtual (CMD_GotoDeskAndPage):
7676 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7678 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7683 * fvwm/menucmd.c (menu_func):
7684 fixed double key presses to choose default menu action
7686 * fvwm/focus.c (__update_windowlist):
7687 fixed order of window list with SloopyFocus when using the Focus
7690 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7693 clarified some things, typo fixed
7695 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7697 * libs/Colorset.c (CreateBackgroundPixmap):
7698 (GetWindowBackgroundPixmapSize):
7699 (get_aspect_dimensions):
7700 fixed size calculation of aspect pixmaps
7702 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7704 * fvwm/icons.c (clear_icon):
7708 * fvwm/geometry.c (get_icon_geometry):
7709 (modify_icon_position):
7710 set a valid icon picture position if there is neither a picture nor a
7713 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7717 reformatted to fit better on the web page
7719 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7722 added items from "My TODO" message on 2003-01-02
7725 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7727 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7730 removed debug output
7732 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7734 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7735 (FScreenFetchMangledScreenFromUSPosHints):
7736 two functions to allow USPosition hints from modules and StartsOnScreen
7737 work at the same time
7739 * fvwm/conditional.c (direction_cmd):
7740 Some fixes, reformatting and improvements.
7742 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7744 * fvwm/icons.c (Iconify):
7745 initialise icon position to +0+0 if there is neiter a picture nor a
7748 * fvwm/functions.c (DeferExecution):
7754 * fvwm/update.c (apply_window_updates):
7755 fixed drawing of sticky icon titles when the stickyicon style is being
7758 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7760 * fvwm/placement.c (CMD_PlaceAgain):
7761 * fvwm/add_window.c (setup_window_placement):
7762 * fvwm/virtual.c (MapDesk):
7763 update the GNOME hints desk when changing desks; fixes placeagain with
7765 some placeagain fixes
7767 * fvwm/fvwm.1.in (Example):
7768 removed duplicate Iconify section
7773 * fvwm/functable.c (func_table):
7774 * fvwm/functions.h (func_type):
7775 * fvwm/functions.c (__execute_function):
7776 (execute_complex_function):
7778 fixed a new and and old window selection bug
7780 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7782 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7783 detected with Purify.
7785 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7787 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7788 use None, not 0 for Window structures
7790 * fvwm/events.c (InitEventHandlerJumpTable):
7792 (__handle_key_event):
7793 * fvwm/bindings.c (ParseBinding):
7797 removed key release binding because they can not work reliably
7799 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7801 * fvwm/functable.c (func_table):
7802 trigger on ButtonPress for many of the functions
7804 * fvwm/functions.c (__execute_function):
7805 (__execute_function):
7806 fixed conditional commands a la "Current" triggered on root window
7808 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7810 * todo-2.6: Closed B.2, C.21.
7812 2003-02-28 olicha <olivier.chapuis@free.fr>
7815 * fvwm/events.c (HandleConfigureRequest):
7816 Added a workaround for application with broken max/min size hints
7817 vs a size configure request. This "fixes" floating java JToolBar.
7819 * fvwm/add_window.c (GetWindowSizeHints):
7820 Check that the max size hint is not broken relatively to the the base
7823 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7827 released 2.5.6, set version to 2.5.7
7833 2003-02-26 Tony Finch <dot@dotat.at>
7835 * fvwm/borders.c (border_draw_one_border_part):
7836 Don't draw the handle relief marks when the border is flat.
7838 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7841 s/fribdi_in_path/fribidi_in_path/
7844 spell checking and some reformatting
7846 2003-02-26 olicha <olivier.chapuis@free.fr>
7848 * fvwm/borders.c (border_setup_bar_pixmaps):
7849 Fixed a miss-print which can cause a core dump
7852 Added a 2.6 TODO file
7854 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7856 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7857 void functioin cannot return a value.
7859 2003-02-25 olicha <olivier.chapuis@free.fr>
7862 Fixed compilation warning if fribidi is in path
7864 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7866 * fvwm/windowlist.c (CMD_WindowList):
7867 removed unused instruction
7869 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7871 * configure.in: Remove nested function from -Werror check.
7872 Lets configure work without gcc.
7875 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7877 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7879 * fvwm/functions.c (__run_complex_function_items): Make Break start
7882 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7884 * fvwm/move_resize.c (get_outline_rects):
7885 (draw_move_resize_grid):
7886 initial drawing and final undrawing of wire frame no longer toggles the
7887 pixel in the top left corner of the screen
7889 * fvwm/expand.c (expand_vars):
7890 disabled warnings about one letter variables
7892 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7894 * README: Update to reflect release 2.5.x.
7895 * NEWS: Update news for FvwmPager drag fix.
7897 2003-02-15 olicha <olivier.chapuis@free.fr>
7902 2003-02-13 olicha <olivier.chapuis@free.fr>
7904 * fvwm/gnome.c (GNOME_SetClientList):
7905 Applied David Fries patch which fixes a possible crash with more
7907 (GNOME_SetClientList):
7908 malloc -> safemalloc
7910 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7912 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7913 Give the XorValue range.
7915 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7917 * fvwm/fvwm.1.in: Fully document the emulate command.
7919 2003-02-06 olicha <olivier.chapuis@free.fr>
7921 * fvwm/borders.c (get_common_decorations):
7922 (border_get_border_background):
7924 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7926 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7928 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7931 * fvwm/menuitem.c (menuitem_get_size):
7932 * fvwm/menus.c (calculate_item_sizes):
7933 renamed "mips" to mipst
7935 * fvwm/menuitem.c (menuitem_get_item_size):
7936 * fvwm/menus.c (_calculate_item_sizes):
7937 backed out patch from 30-Jan-2003
7939 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7942 * fvwm/menuitem.c (menuitem_get_item_size):
7943 * fvwm/menus.c (_calculate_item_sizes):
7944 functions renamed due to global name space collision with IRIX 6.5
7946 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7949 added tests/hints/Makefile.am
7951 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7953 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7955 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7957 * sample.fvwmrc/DecorWin95:
7958 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7959 Replace a long time ago.
7961 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7963 * fvwm/stack.c (new_layer):
7964 (collect_transients_recursive):
7968 * fvwm/events.c (HandleConfigureRequest):
7969 fixed placement of icons
7970 fixed size calculations of icons
7972 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7975 fixed $[desk.name<n>] that was masked by $[desk.n],
7976 added $[desk.pagesx] and $[desk.pagesy]
7978 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7980 * NEWS: Update news. Spelling fixes 2.5.x news.
7981 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7982 its not interactive.
7984 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7987 added a short description together with the commands
7989 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7992 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7995 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7999 deprecate all single letter variables, new variables are supported now
8000 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8001 $[desk.n], $[version.num], $[version.info], $[version.line].
8003 2003-01-07 Marcus Lundblad <ml@update.uu.se>
8005 * fvwm/style.c (style_parse_one_style_option):
8007 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8008 DisallowMaximizeFixedSize
8010 2003-01-06 Dan Espen <dane@mk.telcordia.com>
8012 * fvwm/fvwm.1.in: Lang check.
8014 2003-01-03 olicha <olivier.chapuis@free.fr>
8019 * fvwm/ewmh_intern.h:
8020 * fvwm/ewmh_names.c:
8021 * fvwm/ewmh_icons.c:
8022 * fvwm/ewmh_events.c:
8027 * fvwm/functable.c (func_table):
8028 * fvwm/fvwm.c (setVersionInfo):
8031 Removed GNOME and HAVE_EWMH ifdef
8034 Documented UseTitleDecorRotation
8036 2003-01-03 Mikhael Goikhman <migo@homemail.com>
8038 * fvwm/module_interface.c (MoveViewport):
8039 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8040 M_NEW_PAGE now has 7 arguments
8042 2003-01-02 olicha <olivier.chapuis@free.fr>
8045 Documented the new icon style options
8049 * fvwm/icons.c (DrawIconTitleWindow):
8050 (DrawIconPixmapWindow):
8051 (setup_icon_title_size):
8052 * fvwm/style.c (style_parse_one_style_option):
8053 Fixed IconTitleRelief and IconBackgroundRelief arguments
8055 * fvwm/icons.c (GetIconPicture):
8056 (SetIconPixmapSize):
8057 Fixed IconSize style for non shaped depth > 1 pixmaps
8059 2003-01-02 Mikhael Goikhman <migo@homemail.com>
8063 * fvwm/conditional.c (CMD_On):
8066 new conditional command On for non-window related conditions
8068 * fvwm/execcontext.h:
8069 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8070 two new exec contexts for restarting
8072 2003-01-02 olicha <olivier.chapuis@free.fr>
8074 * fvwm/builtins.c (ReadMultiPixmapDecor):
8075 StretchedPixmap -> AdjustedPixmap
8078 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8079 Documented the new MultiPixmap syntax
8081 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8085 * fvwm/builtins.c (ReadTitleButton):
8087 new button state shortcuts AllActiveUp, AllActiveDown,
8088 AllInactiveUp, AllInactiveDown
8090 2002-12-31 olicha <olivier.chapuis@free.fr>
8092 * libs/PictureGraphics.c (PCopyArea):
8093 Fixed rendering of depth 1 pixmap with a mask
8095 * fvwm/update.c (apply_window_updates):
8096 Fixed icon bg cset update
8098 * fvwm/events.c (HandlePropertyNotify):
8099 * fvwm/geometry.c (move_icon_to_position):
8100 Fixed non shaped icons with a bg padding but without cs bg
8103 * fvwm/style.c (style_parse_icon_size_style):
8105 * fvwm/fvwm.h (window_style):
8106 * fvwm/add_window.c (setup_icon_size_limits):
8107 * fvwm/icons.c (SetIconPixmapSize):
8109 New option to IconSize style: Adjusted, Streched, Shrunk
8111 * fvwm/icons.c (SetIconPixmapSize):
8113 Always center the icon with IconSize if the icon has a background
8115 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8118 FvwmWindowMenu renaming; compact long diagnostics into half of line
8121 documeted and corrected new features
8124 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8125 since these are the only way currently to create themes
8130 2002-12-30 olicha <olivier.chapuis@free.fr>
8133 * fvwm/icons.c (setup_icon_title_size):
8134 (set_icon_pixmap_background):
8136 (DrawIconTitleWindow):
8137 (DrawIconPixmapWindow):
8141 * fvwm/events.c (HandleEnterNotify):
8143 (HandleLeaveNotify):
8144 (HandlePropertyNotify):
8145 * fvwm/borders.c (border_draw_decorations):
8148 * fvwm/add_window.c (setup_icon_background_parameters):
8149 (setup_icon_title_parameters):
8150 (setup_style_and_decor):
8152 * fvwm/geometry.c (move_icon_to_position):
8154 * fvwm/style.c (check_window_style_change):
8155 (update_style_colorset):
8156 (update_icon_title_cs_style):
8157 (update_icon_title_cs_hi_style):
8158 (update_icon_background_cs_style):
8161 * fvwm/update.c (apply_window_updates):
8162 New style options IconBackgroundColorset, IconTitleColorset,
8163 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8164 and IconBackgroundPadding
8166 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8169 fixed compilation without XShm
8171 * fvwm/borders.c (border_rotate_titlebar_descr):
8172 fixed warning: deprecated use of label at end of compound statement
8174 2002-12-27 olicha <olivier.chapuis@free.fr>
8176 * fvwm/ConfigFvwmDefaults:
8177 UseTitleDecorRotation is a default
8179 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8180 (do_relieve_rectangle):
8182 * fvwm/borders.c (border_draw_title_stick_lines):
8183 (border_create_root_transparent_pixmap):
8184 (border_mp_render_into_pixmap):
8185 (border_draw_decor_to_pixmap):
8186 (border_mp_render_into_pixmap):
8187 (border_mp_get_titlebar_descr):
8188 (border_mp_draw_mp_titlebar):
8189 (border_draw_decor_to_pixmap):
8190 (border_set_button_pixmap):
8191 (border_get_titlebar_draw_descr):
8192 (border_set_title_pixmap):
8193 (border_rotate_titlebar_descr):
8194 (border_get_titlebar_descr):
8195 Completed UseTitleDecorRotation
8197 2002-12-26 olicha <olivier.chapuis@free.fr>
8199 * fvwm/update.c (apply_window_updates):
8200 * fvwm/frame.c (frame_get_titlebar_dimensions):
8201 (frame_set_decor_gravities):
8202 * fvwm/borders.c (border_set_button_pixmap):
8203 (border_get_titlebar_descr):
8204 (border_draw_one_button):
8205 Buttons order follows the title text rotations.
8206 More UseTitleDecorRotation preparation
8208 * fvwm/borders.c (border_draw_decor_to_pixmap):
8211 2002-12-24 olicha <olivier.chapuis@free.fr>
8213 * fvwm/borders.c (border_mp_render_into_pixmap):
8214 (border_fill_pixmap_background):
8215 Some borders drawing fixes
8217 * libs/Graphics.c (CreateRotatedPixmap):
8218 * fvwm/geometry.c (get_title_font_size_and_offset):
8219 * fvwm/update.c (apply_window_updates):
8220 * fvwm/borders.c (border_set_button_pixmap):
8221 (border_get_titlebar_draw_descr):
8222 (border_draw_title):
8223 (border_rotate_titlebar_descr):
8224 (border_get_titlebar_descr):
8225 More UseTitleDecorRotation preparation
8227 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8229 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8230 so we won't get so many application bugs report to fvwm-workers.
8232 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8234 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8236 * fvwm/style.c (style_parse_one_style_option):
8239 * fvwm/window_flags:
8240 * fvwm/decorations.c (is_function_allowed,
8241 __is_resize_allowed):
8242 Added styles Closable, Iconifiable, Maximizable and
8243 AllowMaximizeFixedSize
8244 * fvwm/conditional.c (MatchesConditionMask,
8245 CreateConditionMask):
8246 Added conditionals Closable,Iconifiable and Maximizable
8248 Documented styles Closable, Iconifiable, Maximizable and
8249 AllowMaximizeFixedSize and conditionals
8250 Closable,Iconifiable and Maximizable
8252 2002-12-20 olicha <olivier.chapuis@free.fr>
8254 * fvwm/window_flags.h:
8256 * fvwm/update.c (apply_window_updates):
8258 * fvwm/style.c (style_parse_one_style_option):
8260 UseTitleDecorRotation style preparation
8262 * fvwm/fvwm.c (main):
8263 Use best TrueColor visual
8265 * fvwm/borders.c (border_get_border_gcs):
8266 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8267 window which may have a depth != Pdepth
8269 * fvwm/menus.c (paint_side_pic):
8270 * fvwm/menuitem.c (menuitem_paint):
8271 * fvwm/icons.c (DrawIconPixmapWindow):
8272 * fvwm/colorset.c (parse_colorset):
8273 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8276 2002-12-19 olicha <olivier.chapuis@free.fr>
8278 * libs/Graphics.c (CreateRotatedPixmap):
8280 New interface function CreateRotatedPixmap
8282 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8284 * libs/PictureGraphics.c (PCreateRenderPixmap):
8285 (PCreateDitherPixmap):
8286 * libs/Graphics.c (CreateGradientPixmap):
8287 (CreateRotatedPixmap):
8290 * libs/FShm.h (new file):
8291 * libs/FImage.h (new file):
8292 * libs/FImage.c (new file):
8294 * fvwm/fvwm.c (setVersionInfo):
8295 Added MIT Shared Memory Extension for XImage
8301 * fvwm/builtins.c (ReadDecorFace):
8303 * fvwm/borders.c (border_draw_decor_to_pixmap):
8304 (border_fill_pixmap_background):
8305 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8307 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8310 shape-and-join fixes from Nadim Shaikli (slightly modified)
8312 2002-12-16 olicha <olivier.chapuis@free.fr>
8314 * libs/PictureGraphics.h:
8315 * libs/PictureGraphics.c (PTileRectangle):
8316 (PGraphicsCreateTiledPicture):
8317 * libs/Graphics.c (CreateTiledPixmap):
8318 New interface function: PGraphicsCreateTiledPicture
8321 * fvwm/fvwm.c (CreateGCs):
8322 Added a global (Scr) alpha GC
8326 * fvwm/builtins.c (ReadMultiPixmapDecor):
8327 (update_decorface_colorset):
8329 * fvwm/borders.c (border_get_tb_parts_to_draw):
8330 (border_fill_pixmap_background):
8331 (border_setup_bar_pixmaps):
8332 (border_get_bar_pixmaps):
8333 (border_free_bar_pixmaps):
8334 (border_mp_render_into_pixmap):
8335 (border_mp_get_length):
8336 (border_mp_get_titlebar_descr):
8337 (border_mp_get_geometry):
8338 (border_mp_get_use_title_style_parts_and_geometry):
8339 (border_mp_draw_mp_titlebar):
8340 (border_draw_decor_to_pixmap):
8341 (border_draw_title_deep):
8342 (border_get_titlebar_draw_descr):
8343 (border_setup_use_title_style):
8344 (border_get_titlebar_descr_state):
8345 (border_get_titlebar_descr):
8346 (border_get_transparent_decorations_part):
8347 (border_draw_title_stick_lines):
8348 MultiPixmap can use Colorset and Solid color. Various others minor
8349 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8350 "main" drawing code and remove the #ifdef.
8351 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8352 Use the new Scr.AlphaGC.
8354 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8356 * fvwm/add_window.c (validate_transientfor):
8357 do not ignore transientfor hint for iconified windows
8359 2002-12-12 Jason Weber <baboon@imonk.com>
8362 * fvwm/conditional.c (CMD_ScanForWindow):
8365 rename ScanWindow to ScanForWindow
8367 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8369 * fvwm/menuitem.c (menuitem_paint):
8370 * fvwm/colorset.c (parse_colorset):
8371 * fvwm/icons.c (DrawIconPixmapWindow):
8372 * fvwm/focus.c (_SetFocusWindow):
8373 (_ReturnFocusWindow):
8375 (_ForceDeleteFocus):
8376 (__activate_window_by_command):
8377 patches to prevent UMR messages in memory debuggers
8379 2002-12-11 Jason Weber <baboon@imonk.com>
8381 * fvwm/fvwm.1.in: Added ScanWindow
8383 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8386 Generalized CMD_Direction into direction_cmd.
8387 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8388 Replace Cycle prefix with secondary direction argument.
8390 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8392 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8394 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8395 * fvwm/conditional.c (CreateConditionMask):
8396 Implemented conditional "FixedSize" and "HasHandles"
8398 Documented conditional options "FixedSize" and "HasHandles".
8400 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8402 * fvwm/placement.c (PlaceWindow):
8403 fixed StickyAcrossDesks w/ StartsOnPage
8407 * fvwm/ewmh_conf.c (set_state_workaround):
8408 * fvwm/update.c (apply_window_updates):
8409 * fvwm/windowlist.c (CMD_WindowList):
8410 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8411 (ewmh_WMStateSticky):
8412 * fvwm/conditional.c (CreateConditionMask):
8413 * fvwm/gnome.c (GNOME_SetHints):
8415 (GNOME_HandlePropRequest):
8416 * fvwm/placement.c (SmartPlacement):
8421 * fvwm/session.c (SaveWindowStates):
8424 * fvwm/ewmh.c (check_desk):
8425 (EWMH_SetWMDesktop):
8426 (ewmh_ComputeAndSetWorkArea):
8427 (ewmh_HandleDynamicWorkArea):
8428 (ewmh_HandleDesktop):
8431 (ewmh_HandleToolBar):
8432 * fvwm/virtual.c (UnmapDesk):
8435 (do_move_window_to_desk):
8436 * fvwm/icons.c (setup_icon_title_size):
8437 (DrawIconTitleWindow):
8440 * fvwm/borders.c (is_button_toggled):
8441 (get_common_decorations):
8442 (border_draw_title_stick_lines):
8443 * fvwm/add_window.c (AddWindow):
8444 * fvwm/move_resize.c (__move_window):
8446 (is_window_sticky_across_pages):
8447 (is_window_sticky_across_desks):
8453 (CMD_StickAcrossPages):
8454 (CMD_StickAcrossDesks):
8455 (stick_across_pages):
8456 (stick_across_desks):
8457 (handle_stick_across_desks):
8458 (handle_stick_across_pages):
8460 * fvwm/fvwm.h (struct):
8461 * fvwm/style.c (style_parse_one_style_option):
8462 (check_window_style_change):
8464 * fvwm/window_flags.h:
8465 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8466 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8469 * fvwm/focus.c (CMD_Focus):
8471 (__activate_window_by_command):
8472 (__update_windowlist):
8473 (__set_focus_to_fwin):
8475 (_ReturnFocusWindow):
8477 (_ForceDeleteFocus):
8478 fixed window list order with FlipFocus command
8480 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8484 document bidi entry undocumented in 2.5.5
8486 2002-12-06 olicha <olivier.chapuis@free.fr>
8489 Fixed the "detection" of the LINGUAS variable
8492 Added ar to ALL_LINGUAS
8495 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8497 * fvwm/move_resize.c (__resize_window):
8498 fixed handling of MontionNotify and PropertyNotify events
8500 2002-12-03 olicha <olivier.chapuis@free.fr>
8502 * fvwm/borders.c (border_draw_decor_to_pixmap):
8503 (border_get_border_background):
8504 (get_common_decorations):
8507 * fvwm/builtins.c (CMD_PrintInfo):
8508 New subject nls to PrintInfo
8510 * libs/FGettext.c (*):
8511 New command FlocalePath
8513 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8517 changed version to 2.5.6
8523 2002-12-02 olicha <olivier.chapuis@free.fr>
8525 * libs/FRenderInit.c (FRenderInit):
8526 Fixed alpha depth if !XRenderSupport
8528 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8529 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8531 * libs/PictureImageLoader.h:
8532 Fixed image loading on bigedian machine
8534 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8536 * libs/FBidi.c (FBidiConvert):
8537 several small changes
8538 * libs/FBidiJoin.c (shape_n_join):
8539 enabled a new bidi shaping code
8541 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8543 * fvwm/frame.c (frame_restore_client_gravities):
8544 (frame_free_move_resize_args):
8545 fixed a redrawing problem after shading a window
8547 2002-11-29 olicha <olivier.chapuis@free.fr>
8550 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8554 Fixed two missprints
8556 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8558 * fvwm/bindings.c (ParseBinding):
8559 fix for stroke-less compile
8561 2002-11-29 olicha <olivier.chapuis@free.fr>
8563 * fvwm/commands.h (enum):
8564 * fvwm/functable.c (func_table):
8565 * fvwm/builtins.c (CMD_LocalePath):
8566 * libs/FGettext.c (FGettextSetLocalePath):
8568 Preparation for LocalePath command
8570 * fvwm/screen.h (ScreenInfo):
8571 * fvwm/fvwm.c (CreateGCs):
8572 Rename Scr.TileGC to Scr.BordersGC
8575 A libintl autoconf fix
8577 * libs/Colorset.c (CreateBackgroundPixmap):
8578 Do not grab the server when we dump the E setroot pixmap
8580 2002-11-29 olicha <olivier.chapuis@free.fr>
8587 Added NLS support with gnu gettext
8589 * fvwm/fvwm.c (main):
8592 * fvwm/expand.c (expand_vars_extended):
8593 New extanded variable $[gt.any_string]
8595 * fvwm/virtual.c (CMD_DesktopName):
8596 * fvwm/windowlist.c (get_desk_title):
8597 * fvwm/expand.c (expand_vars_extended):
8598 * fvwm/fvwm.c (SetRCDefaults):
8599 * fvwm/ConfigFvwmSetup:
8600 Mark some strings to be translated
8602 * libs/FGettext.c (new file):
8603 * libs/FGettext.c (new file):
8605 gnu gettext libintl warper
8607 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8609 * fvwm/add_window.c (RestoreWithdrawnLocation):
8610 rixed rxvts with S/E gravity travelling off screen upon recapture after
8613 * fvwm/events.c (__handle_key_event):
8614 * fvwm/bindings.c (activate_binding):
8615 (__rebind_global_key):
8616 fixed unbinding pointerkey bindings removing the grab for this key
8619 * fvwm/events.c (__is_bpress_window_handled):
8620 fixed click on override redirect windows being handled by the root
8623 * fvwm/misc.c (GrabEm):
8624 confine the pointer to the root window when grabbed
8626 * fvwm/events.c (HandleUnmapNotify):
8627 fixed reparenting problem with restarts from desks != 0
8629 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8632 removed experimental code
8634 2002-11-28 olicha <olivier.chapuis@free.fr>
8636 * fvwm/borders.c (border_get_border_background):
8637 (border_draw_decor_to_pixmap):
8638 (border_fill_pixmap_background):
8639 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8642 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8644 * fvwm/fvwm.c (InitVariables):
8645 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8647 * fvwm/virtual.c (CMD_EdgeScroll):
8650 * fvwm/ConfigFvwmDefaults:
8651 do not include empty ConfigFvwmProxyDefaults, added one binding
8653 2002-11-26 olicha <olivier.chapuis@free.fr>
8655 * libs/Colorset.c (CreateBackgroundPixmap):
8656 * fvwm/colorset.c (parse_colorset):
8657 Be more safe with the E root pixmap
8659 2002-11-25 olicha <olivier.chapuis@free.fr>
8661 * fvwm/move_resize.c (__move_loop):
8662 Redraw the transparent decoration parts when a move is abored
8664 * fvwm/colorset.c (parse_colorset):
8665 Fixed the fgsh Colorset colors when the Image change but not the bg
8667 2002-11-24 Jason Weber <baboon@imonk.com>
8669 * fvwm/conditional.c (CMD_Direction):
8670 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8671 eventual traversal of all windows over repeated calls. It also cycles
8672 back to the opposite extent when it hits the limit in the given
8675 2002-11-22 olicha <olivier.chapuis@free.fr>
8678 * fvwm/borders.c (get_common_decorations):
8679 (border_get_parts_and_pos_to_draw):
8680 (border_get_changed_border_parts):
8681 (border_get_frame_pixmap, new):
8682 (border_get_border_background):
8683 (border_draw_one_border_part):
8684 (border_draw_decorations):
8685 (border_get_tb_parts_to_draw):
8686 (border_fill_pixmap_background):
8687 (border_get_titlebar_descr_state, new):
8688 (border_draw_titlebar):
8689 (border_setup_bar_pixmaps, new):
8690 (border_get_bar_pixmaps, new):
8691 (border_free_bar_pixmaps, new):
8692 (border_setup_use_title_style, new):
8693 (border_set_button_pixmap):
8694 (border_set_title_pixmap):
8695 (border_draw_one_button):
8696 (border_set_button_pixmap):
8697 (border_draw_title_deep):
8698 (border_get_transparent_decorations_part, new):
8699 Title, Border and Buttons Style Colorset Option: Drawing
8701 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8704 * fvwm/frame.c (__frame_setup_window):
8705 (frame_has_handles_and_tiled_border):
8706 (frame_create_move_resize_args):
8707 (frame_free_move_resize_args):
8708 Title, Border and Buttons Style Colorset Option: External drawing
8709 stuff. Basically additional redrawing for RootTransparent
8711 * fvwm/builtins.c (update_decorface_colorset, new):
8712 (update_titlebutton_colorset, new):
8713 (update_decors_colorset, new):
8714 (update_fvwm_colorset):
8715 Title, Border and Buttons Style Colorset Option: Dynamic updating
8718 * fvwm/builtins.c (ReadDecorFace):
8719 Title, Border and Buttons Style Colorset Option: Configuration
8721 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8723 Title, Border and Buttons Style Colorset Option: Convinent macros and
8726 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8728 * libs/Makefile.am: Add missing Bindings.h.
8730 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8732 * fvwm/move_resize.c (__move_loop):
8733 send M_CONFIGURE_WINDOW only when the window actually moves
8735 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8742 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8743 with minor improvements; it is disabled for now (#if 0) since
8744 some Arabic chars cause core dump
8746 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8748 * fvwm/fvwm.1.in (Examples):
8749 added documentation of Icon option for PlaceAgain command
8751 * fvwm/events.c (__handle_key_event):
8752 fixed global key binding problem
8754 2002-11-15 olicha <olivier.chapuis@free.fr>
8756 * libs/Bindings.c (MatchBindingExactly):
8757 (__compare_binding):
8758 compile fixes w/o stroke lib
8761 * fvwm/geometry.c (get_title_font_size_and_offset):
8762 * fvwm/builtins.c (do_title_style):
8763 New MinHeight option to TitleStyle
8765 2002-11-15 olicha <olivier.chapuis@free.fr>
8767 * fvwm/builtins.c (update_fvwm_colorset):
8772 * fvwm/colorset.c (update_root_transparent_colorset):
8773 Fixed update of the RootTransparent colorset in fvwm
8775 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8777 * libs/Bindings.c (__compare_binding):
8778 (MatchBindingExactly):
8779 compoile fixes w/o stroke lib
8781 2002-11-14 olicha <olivier.chapuis@free.fr>
8786 Removed any reference on "xft and flickering"
8788 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8790 * fvwm/eventmask.h (XEVMASK_ICONW):
8791 * fvwm/events.c (HandleKeyRelease):
8793 (__handle_key_event):
8794 * fvwm/bindings.c (ParseBinding):
8796 * libs/Bindings.h (enum):
8797 implemented key release bindings; prefix the key name with a '-';
8798 does not work well with some applications
8800 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8805 * fvwm/bindings.c (ParseBinding):
8808 (bind_get_bound_button_contexts):
8814 (RemoveMatchingBinding):
8819 (GrabAllWindowKeysAndButtons):
8820 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8821 * fvwm/events.c (__handle_bpress_on_root):
8822 (__handle_bpress_on_managed):
8823 (HandleButtonRelease):
8824 * fvwm/builtins.c (CMD_Wait):
8826 * libs/fvwmlib.h (enum):
8827 fixed Key vs. PointerKey with "A"ny context
8829 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8831 * fvwm/icons.c (Iconify):
8832 icon placement safety patch
8834 fixed initial position of application provided icon windows
8836 * fvwm/session.c (LoadWindowStates):
8837 fixed parsing of strings beginning with whitespace in session file
8839 * fvwm/fvwm.1.in (Note):
8840 * fvwm/style.c (style_set_old_focus_policy):
8841 * libs/defaults.h (DEF_FP_MODIFIERS):
8842 set default modifiers for raising/focusing to N again
8844 2002-11-11 olicha <olivier.chapuis@free.fr>
8847 * fvwm/fvwm.c (main):
8849 named-palette -> visual-palette, -N -> -P
8851 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8853 * fvwm/ConfigFvwmDefaults:
8854 include ConfigFvwmProxyDefaults
8856 * fvwm/fvwm.c (usage):
8857 polished usage message
8859 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8861 * fvwm/fvwm.c (usage):
8863 cleaned up usage and error messages
8864 use short option names in usage message an man page synopsis
8865 all options are case sensitive
8866 do not mention the "-" style long options in the man page; instead use
8869 * fvwm/add_window.c (setup_frame_window):
8870 * fvwm/events.c (HandleMapNotify):
8871 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8872 fixed empty decorations after recapture
8874 * fvwm/geometry.c (get_icon_geometry):
8875 * fvwm/icons.c (clear_icon):
8876 fixed icon jumping to 0 0 when the icon layout changes after the icon
8877 has been moved manually
8879 * fvwm/move_resize.c (__move_icon):
8880 fixed MoveToPage with icons
8882 2002-11-09 olicha <olivier.chapuis@free.fr>
8884 * libs/Fft.c (FftGetRotatedFont):
8887 Check the return result of FftPatternGetMatrix
8890 * libs/PictureBase.h:
8893 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8895 * fvwm/ewmh_conf.c (set_state_workaround):
8896 * fvwm/functable.c (func_table):
8897 * fvwm/update.c (apply_window_updates):
8898 * fvwm/windowlist.c (CMD_WindowList):
8899 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8900 (ewmh_WMStateSticky):
8901 * fvwm/conditional.c (CreateConditionMask):
8902 (CreateConditionMask):
8903 * fvwm/gnome.c (GNOME_SetHints):
8905 (GNOME_HandlePropRequest):
8906 * fvwm/placement.c (SmartPlacement):
8911 * fvwm/session.c (SaveWindowStates):
8913 * fvwm/ewmh.c (check_desk):
8914 (EWMH_SetWMDesktop):
8915 (ewmh_ComputeAndSetWorkArea):
8916 (ewmh_HandleDynamicWorkArea):
8917 (ewmh_HandleDesktop):
8920 (ewmh_HandleToolBar):
8921 * fvwm/virtual.c (UnmapDesk):
8925 (do_move_window_to_desk):
8926 * fvwm/icons.c (setup_icon_title_size):
8927 (DrawIconTitleWindow):
8930 * fvwm/borders.c (is_button_toggled):
8931 (get_common_decorations):
8932 (border_draw_title_stick_lines):
8933 * fvwm/add_window.c (AddWindow):
8934 * fvwm/move_resize.c (__move_window):
8935 (is_window_sticky_on_page):
8936 (is_window_sticky_on_desk):
8942 (handle_stick_page):
8943 (handle_stick_desk):
8944 (__handle_stick_exit):
8947 * fvwm/style.c (style_parse_one_style_option):
8948 (check_window_style_change):
8951 New Style options stickypage and stickydesk
8952 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8953 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8954 New conditions StickyPage and StickyDesk
8955 New commands StickPage and StickDesk
8957 * fvwm/move_resize.c (__move_window):
8958 do not unstick a window when using MoveToScreen
8964 * fvwm/functable.c (func_table):
8965 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8966 renamed EWMHBaseStrut to EwmhBaseStruts
8968 * fvwm/style.c (style_set_old_focus_policy):
8969 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8970 (style_parse_one_style_option):
8971 renamed "Border" style to "Borders"
8972 removed "NoBorder" style; use !Borders instead
8973 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8974 renamed PlacmentOverlapPercentPenalties to
8975 MinOverlapPercentPlacementPenalties
8982 Fixed compiler warnings
8984 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8987 autogenerate FvwmWindowLister files
8990 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8991 of MissingSubmenuFunction and DynamicPopupAction
8993 2002-11-08 olicha <olivier.chapuis@free.fr>
8995 * libs/PictureUtils.c (alloc_color_proportion):
8996 (alloc_color_proportion_dither):
8997 (alloc_color_proportion_grey):
8999 (free_colors_in_table):
9001 (init_static_colors_table):
9002 (PictureFreeColors):
9003 (PictureInitColors):
9004 (PicturePrintColorInfo):
9005 Fixed StaticColor visual. Rename some of the color allocators. Clean up
9008 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9010 * fvwm/move_resize.c (__move_window):
9011 ignore MoveToPage with sticky windows
9013 * fvwm/conditional.c (Circulate):
9015 Next and Prev commands begin looking at the context window, if any
9017 * fvwm/focus.c (__focus_grab_buttons):
9018 fixed initial button grabbing on client window
9020 * fvwm/stack.c (BroadcastRestack):
9021 split long packets, fixed a bug and cleaned up
9023 * libs/Module.c (ReadFvwmPacket):
9024 ignore packets that are too long
9027 document PopupDelay and PopdownDelay defaults
9029 2002-11-06 olicha <olivier.chapuis@free.fr>
9031 * libs/Fft.c (FftGetFont):
9032 (FftGetRotatedFont):
9033 Use a more perfectioned method for loading font with Xft/Fc. This
9034 method allows sanity check. Preserve the matrix when rotating
9037 * libs/Flocale.c (FlocaleGetMinOffset):
9038 (FlocaleRotateDrawString):
9039 (FlocaleGetFontSet):
9041 * libs/Fft.c (FftDrawString):
9043 * libs/FftInterface.h:
9044 * fvwm/geometry.c (get_title_font_size_and_offset):
9045 Move the computation of the good "y" for drawing text into Flocale.
9046 Use the max ascent, descent and height for font metric (in the place
9049 * libs/Flocale.c (FlocalePrintLocaleInfo):
9051 * libs/Fft.c (FftPrintPatternInfo):
9053 * fvwm/builtins.c (CMD_PrintInfo):
9056 New option "Locale" to PrintInfo Command
9058 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9060 * fvwm/events.c (HandleExpose):
9063 2002-11-04 Dan Espen <dane@mk.telcordia.com>
9065 * fvwm/fvwm.1.in: colour -> color
9068 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9071 * fvwm/fvwm.c (usage):
9075 2002-11-04 olicha <olivier.chapuis@free.fr>
9078 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9080 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9082 (PictureFreeColors):
9083 (PicturePrintColorInfo):
9084 Trace colours allocation out of the pallet in depth <= 8. Better
9085 information on coulours
9087 * libs/Fft.c (FftGetRotatedFont):
9089 Fixed rotated font when the original font has a matrix
9091 * libs/PictureBase.c (PictureInitCMapRoot):
9092 * libs/PictureUtils.h:
9093 * libs/PictureUtils.c (PictureInitColors):
9094 (PictureAllocColorTable):
9095 * libs/PictureBase.h (PictureColorLimitOption):
9096 * fvwm/fvwm.c (main):
9098 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9099 -named-pallet. -color-limit now take only integer argument.
9102 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9104 * libs/Module.h (struct):
9105 new type FvwmWinPacketBodyHeader to access the standard fields in a
9106 packet with a window
9108 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9113 * fvwm/functable.c (func_table):
9115 * fvwm/style.c (style_parse_one_style_option):
9116 (parse_and_set_window_style):
9120 added a new command FocusStyle as a shorthand for
9121 "Style * FP..., FP..."
9123 * fvwm/builtins.c (__parse_vector_line_one_coord):
9124 (__parse_vector_line):
9126 split vector line parsing into sub functions
9128 fixed core dump in vector button offset patch
9130 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9132 * fvwm/screen.h (vector_coords):
9133 added fields for offsets
9134 * fvwm/builtins.c (ReadDecorFace):
9135 rewrote parser for vector definitions to accept optional offsets
9136 * fvwm/fvwm.c (LoadDefaultLeftButton):
9137 (LoadDefaultRightButton)
9138 set default values for offsets
9139 * fvwm/borders.c (border_draw_vector_to_pixmap):
9140 updated XDrawLine call to take offsets into account
9142 documented new options for vector offsets
9144 2002-11-01 olicha <olivier.chapuis@free.fr>
9146 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9147 Fixed icon tint pixel, it was set to icon tint percent during some
9150 2002-10-31 olicha <olivier.chapuis@free.fr>
9152 * libs/PictureUtils.c (PictureAllocColorImage):
9153 (PictureOpenImageColorAllocator):
9154 (PictureCloseImageColorAllocator):
9155 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9158 (PImageCreatePixmapFromArgbData):
9159 (PImageLoadPixmapFromFile):
9160 * libs/PictureBase.h (FvwmPictureThing):
9161 (PictureImageColorAllocator):
9163 * libs/Picture.c (PDestroyFvwmPicture):
9164 (PLoadFvwmPictureFromPixmap):
9165 * libs/Graphics.c (CreateGradientPixmap):
9167 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9168 Added a new way to allocate colors for image and gradient. This method
9169 allows, in particular, to save (in a "fast" way) the allocated pixels
9170 with a minimal memory usage.
9171 Fixed color leaks for png, ewmh and dithered xpm images.
9173 * fvwm/add_window.c (destroy_icon):
9174 * fvwm/fvwm.h (FvwmWindow):
9175 * fvwm/icons.c (GetIconFromFile):
9178 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9182 * fvwm/stack.c (enum):
9183 (position_new_window_in_stack_ring):
9185 (must_move_transients):
9188 (__raise_lower_recursion):
9189 (__raise_or_lower_window):
9190 (raise_or_lower_window):
9191 (collect_transients_recursive):
9192 (__is_restack_transients_needed):
9194 (CMD_RestackTransients):
9195 new command RestackTransients which works like Raise and Lower but does
9196 not restack windows that are not transient
9197 renamed some functions
9201 corrected cursor movement key bindings
9203 * fvwm/bindings.c (activate_binding):
9204 fixed problem w/ bindings being overridden by applications OpenOffice
9207 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9214 include FvwmProxy to build
9216 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9219 exclude FvwmProxy from build
9225 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9228 added FvwmProxy module
9230 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9233 * fvwm/windowlist.c (CMD_WindowList):
9234 renamed SortClassName to SortByClass
9236 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9238 * fvwm/menustyle.c (menustyle_update):
9239 (menustyle_parse_style):
9240 (menustyle_get_styleopt_index):
9241 (menustyle_parse_style):
9242 (CMD_CopyMenuStyle):
9244 removed HilightRelief MenuStyle and hard coded it
9246 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9248 * fvwm/menus.c (make_menu_window):
9249 fixed updating menu background with "Menustyle * Background"
9251 * fvwm/stack.c (__get_stacking_sibling):
9253 fixed another stacking problem
9255 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9259 corrected and lined up several help lines
9262 added --enable-xinerama-emulation description
9264 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9266 * fvwm/stack.c (restack_windows):
9267 (__get_stacking_sibling):
9268 fixed another stacking problem
9270 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9272 * fvwm/add_window.c (AddWindow):
9273 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9274 windows starting lowered or on other layers in FvwmPager
9276 * fvwm/stack.c (restack_windows):
9277 (__get_visible_window):
9278 fixed a stacking problem with layers
9280 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9282 * fvwm/functable.c (func_table):
9285 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9289 * fvwm/windowlist.c:
9290 new WindowList option SortByResource
9292 * fvwm/style.c (check_window_style_change):
9293 * libs/FlocaleCharset.c:
9297 place recent authors to the top, not bottom
9300 corrected typo in error message
9302 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9304 * fvwm/fvwm.1.in: Lang check done.
9306 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9309 work on new menu loop code
9315 * fvwm/menus.c (__mloop_handle_event):
9316 (__mloop_get_event):
9317 (__mloop_handle_action_with_mi):
9318 * fvwm/menus.h (MenuReturn):
9319 renamed MenuReturn member menu to target_menu
9321 * fvwm/menus.c (__mloop_handle_event):
9322 * fvwm/menus.h (MenuReturn):
9323 removed a "write only" member of MenuReturn
9325 * fvwm/conditional.c (circulate_cmd):
9326 fixed the "Any" command
9328 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9330 * fvwm/stack.c (mark_transient_subtree):
9331 fixed stack ring corruption with iconified transients
9333 fixed a problem with lowering windows below the icons of their
9336 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9342 * libs/PictureBase.h:
9346 renamed colorset_struct to colorset_t
9348 2002-10-22 olicha <olivier.chapuis@free.fr>
9350 * libs/PictureUtils.c:
9351 Minor fixes and add #if O experimental code
9353 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9355 * fvwm/icons.c (DrawIconPixmapWindow):
9357 * fvwm/events.c (HandlePropertyNotify):
9358 * libs/Fft.c (FftDrawString):
9359 * libs/Colorset.c (DumpColorset):
9361 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9362 use renamed colorset_struct members
9364 * libs/Colorset.h (colorset_struct):
9365 renamed and re-sorted members and cut down bit field lengths for
9368 * fvwm/menustyle.c (menustyle_update):
9371 * fvwm/stack.c (restack_windows):
9372 fixed flickering when raising transients; can't prevent flickering when
9373 lowering a window completely
9375 fixed unnecessary error message
9377 * fvwm/fvwm.c (main):
9380 * fvwm/stack.c (__restack_window):
9381 fixed a stacking problem with icons
9383 * fvwm/add_window.c (destroy_icon):
9386 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9388 * fvwm/menuitem.c (menuitem_paint):
9389 * fvwm/menustyle.c (menustyle_parse_style):
9390 * fvwm/menus.c (paint_side_pic):
9393 (repaint_transparent_menu):
9394 * fvwm/menustyle.h (MenuLook):
9395 cleaned up menu drawing code, fixed last patch
9397 * fvwm/menuitem.c (menuitem_paint):
9398 * fvwm/menustyle.c (menustyle_parse_style):
9399 fixed HilightBack default
9401 * fvwm/bindings.c (binding_cmd):
9402 (bind_get_bound_button_contexts):
9404 * fvwm/screen.h (ScreenInfo):
9405 fixed mouse bindings with buttons > 5
9407 * fvwm/menuitem.c (menuitem_paint):
9408 * fvwm/menustyle.c (menustyle_parse_style):
9409 (menustyle_parse_style):
9410 (CMD_CopyMenuStyle):
9413 * fvwm/menus.c (repaint_transparent_menu):
9415 HilightBack and ActiveFore are now independent
9417 2002-10-18 olicha <olivier.chapuis@free.fr>
9419 * libs/PictureUtils.c (get_color_index):
9420 (create_mapping_table):
9421 (PictureAllocColorTable):
9422 Use a new distance and method for color approximation. Use 68 colors
9423 for the default under depth 8. I am happy with this, should use a
9424 similar distance method for dithering
9426 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9427 (PictureAllocColorTable):
9428 (PictureDitherByDefault):
9431 (PicturePrintColorInfo):
9432 * libs/PictureUtils.h:
9433 Allows -color-limit to work with any visual and depth for testing
9434 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9437 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9439 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9441 * fvwm/add_window.c (get_default_window_attributes):
9444 * fvwm/builtins.c (CMD_ChangeDecor):
9445 removed some duplicate redrawing
9447 * fvwm/update.c (apply_decor_change):
9448 suppress duplicate window update upon ChangeDecor
9449 (apply_window_updates):
9450 do not delete the focus window
9452 2002-10-17 olicha <olivier.chapuis@free.fr>
9457 * libs/Colorset.c (CreateBackgroundPixmap):
9458 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9460 * fvwm/builtins.c (CMD_Colorset):
9461 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9463 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9465 * fvwm/add_window.c (AddWindow):
9466 * fvwm/update.c (apply_window_updates):
9467 * fvwm/move_resize.c (handle_stick):
9469 suppress drawing of sticky decorations initially
9470 reduce module communication overhead when (un)sticking windows
9472 * fvwm/borders.c (border_draw_decorations):
9473 * fvwm/window_flags.h:
9475 * fvwm/frame.c (frame_create_move_resize_args):
9476 (get_resize_decor_gravities_one_axis):
9477 (frame_mrs_setup_draw_decorations):
9479 initialize window decorations with a "None" pixmap;
9480 delay drawing window decorations initially to prevent drawing multiple
9482 => windows grabbing the focus upon startup are drawn focused
9485 * fvwm/frame.c (frame_free_move_resize_args):
9486 reparent the frame hide windows to NoFocusWin instead of Root to
9487 suppress unnecessary ReparentNotify events
9489 2002-10-16 olicha <olivier.chapuis@free.fr>
9491 * fvwm/fvwm.c (main):
9495 Fixed compilation with X cvs
9497 * libs/Colorset.c (CreateBackgroundPixmap):
9500 * fvwm/events.c (HandlePropertyNotify):
9501 * fvwm/colorset.c (update_root_pixmap):
9502 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9503 to found a root pixmap
9505 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9507 * fvwm/bindings.c (bind_get_bound_button_contexts):
9508 another mouse binding fix
9510 * fvwm/conditional.c (CreateConditionMask):
9512 all conditions have a negation with '!' prepended
9516 Current, All, Pick, ThisWindow and PointerWindow imply the
9517 CirculateHitShaded condition.
9519 * fvwm/focus.c (__focus_grab_buttons):
9520 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9521 fixed bindings using mouse buttons >= 6
9523 2002-10-15 olicha <olivier.chapuis@free.fr>
9525 * libs/PictureUtils.c (PicturePrintColorInfo):
9528 * fvwm/functable.c (func_table):
9529 * fvwm/builtins.c (CMD_PrintInfo):
9531 New cmd PrintInfo. Only one arg at present time: "Colors"
9533 * fvwm/fvwm.c (main):
9534 Auto detect card with 2 hardware colormaps and choose the best
9537 * libs/PictureUtils.c (PictureInitColors):
9539 * libs/PictureUtils.h:
9540 * fvwm/fvwm.c (main):
9541 * libs/PictureBase.c (PictureInitCMapRoot):
9543 * libs/PictureBase.h:
9544 Try to support DirectColor visual in a good way, I do not think
9545 this is really useful.
9546 Added a flexible interface function PictureInitColors for
9547 colors allocation initialization.
9548 Some cleanup in color allocation and some preparation for a new
9549 method for saving and freeing colors allocated by images and gradients.
9550 Removed some ifdefed to 0 debug code.
9552 * libs/Picture.c (*):
9554 * libs/PictureImageLoader.c (*):
9555 * libs/PictureImageLoader.h:
9558 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9560 * fvwm/add_window.c (setup_key_and_button_grabs):
9561 * fvwm/bindings.c (ParseBinding):
9563 * fvwm/add_window.c (setup_key_and_button_grabs):
9564 don't grab window context specific bindings anymore; instead, set
9565 Scr.buttons2grab accordingly
9567 * fvwm/bindings.c (activate_binding):
9568 fixed stroke bindings on window context being ignored if no other
9569 action was bound to that context
9571 * fvwm/add_window.c (destroy_icon):
9572 fixed duplicate icon pixmap when switching from NoIconOverride to
9575 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9578 re-indented some code
9580 fixed random position of icon title for icons with a position hint
9583 corrected default of Use/NoIconPosition style
9585 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9587 * fvwm/windowlist.c (CMD_WindowList):
9588 fixed random string for iconified windows in the WindowList
9590 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9595 2002-10-08 olicha <olivier.chapuis@free.fr>
9597 * libs/PictureBase.c (*):
9598 (PictureInitCMapRoot)
9599 (PictureSetupWhiteAndBlack):
9600 (PictureWhitePixel):
9601 (PictureBlackPixel):
9603 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9604 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9605 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9606 but always use the root visual and allows to set or not a private
9608 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9609 but which respects the Pvisual
9611 * libs/PictureGraphics.c (*):
9612 * libs/FScreen.c (FScreenInit):
9613 * libs/FRender.c (FRenderRender):
9614 * libs/Fft.c (FftDrawString):
9615 * fvwm/icons.c (CreateIconWindow):
9616 * fvwm/colorset.c (parse_colorset):
9617 * fvwm/move_resize.c (CMD_XorValue):
9618 * fvwm/colorset.c (alloc_colorset):
9619 * fvwm/fvwm.c (main):
9620 Use the new interface functions and some fix if the fvwm depth !=
9623 * libs/PictureUtils.c (PictureAllocColorTable):
9624 Change the default color table to a 4x4x4 cc + 4 grey
9626 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9628 * fvwm/fvwm.1.in: Use built-in, not builtin.
9630 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9633 s/FvwmNewDebug/FvwmDebug/
9636 * fvwm/conditional.c (CMD_NoWindow):
9639 new command NoWindow to remove window context
9642 use "fvwm" spelling, at least in the middle of sentences
9644 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9646 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9647 builtin commands. Use "builtin", not "built in" or "built-in".
9650 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9652 * libs/Graphics.c (do_relieve_rectangle):
9653 removed debug message
9655 * fvwm/focus.c (__update_windowlist):
9656 (__set_focus_to_fwin):
9657 fixed reversal of __update_windowlist arguments causing FlipFocus to
9658 break [and maybe other things]
9660 2002-10-05 olicha <olivier.chapuis@free.fr>
9662 * libs/PictureUtils.c (alloc_color_cube):
9663 It si possible to enable "gamma correction" for colors cubes (disabled,
9664 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9666 * libs/PictureUtils.c (get_color_index):
9667 (create_mapping_table):
9668 Use a more exact approximation of colors for pur cc without the big
9671 * libs/PictureUtils.c (PictureFreeColors):
9674 * libs/Graphics.c (CreateGradientPixmap):
9675 (CreateGradientPixmapFromString):
9678 2002-10-04 olicha <olivier.chapuis@free.fr>
9680 * libs/PictureUtils.c (*):
9681 Used a better color approximation for color cube when we do not dither.
9682 Added some new colors tables: color cube with some grey colors.
9683 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9686 * fvwm/fvwm.c (main):
9687 Fixed the visual option
9689 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9692 generate FvwmNewDebug and FvwmGtkDebug
9694 2002-10-02 olicha <olivier.chapuis@free.fr>
9696 * libs/PictureUtils.c (USED_DIST):
9697 Used the euclidian distance for colors distance
9699 * libs/Fft.c (FftGetFont):
9700 Disable Xft if the Xserver does not support XRender
9702 2002-10-01 olicha <olivier.chapuis@free.fr>
9704 * libs/Fft.c (FftGetFont):
9705 Disable Xft if the Xserver does not support XRender
9707 * libs/FRender.c (FRenderRender):
9708 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9711 * libs/Colorset.c (SetRectangleBackground):
9712 (SetClippedRectangleBackground):
9714 New interface function for drawing a subset of a colorset rectangle
9716 2002-09-26 olicha <olivier.chapuis@free.fr>
9718 * fvwm/update.c (apply_window_updates):
9719 Fixed icons colorset update
9721 * libs/FRender.c (FRenderRender):
9722 Fixed bitmap rendering
9724 * fvwm/update.c (apply_window_updates):
9725 * fvwm/geometry.c (move_icon_to_position):
9726 * fvwm/events.c (HandleEnterNotify):
9728 (HandleLeaveNotify):
9729 (HandlePropertyNotify):
9730 * fvwm/add_window.c (setup_icon_font):
9731 * fvwm/icons.c (DrawIconWindow):
9732 (DrawIconTitleWindow):
9733 (DrawIconPixmapWindow):
9736 Fixed focus/unfocus flickering
9738 2002-09-25 olicha <olivier.chapuis@free.fr>
9740 * fvwm/icons.c (DrawIconTitleWindow):
9741 One more drawing fix
9743 2002-09-24 olicha <olivier.chapuis@free.fr>
9745 * fvwm/icons.c (DrawIconTitleWindow):
9746 An other drawing fix
9748 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9750 * fvwm/move_resize.c (__move_loop):
9751 fixed uninitialised variable
9753 fixed starting move at random position
9755 2002-09-24 olicha <olivier.chapuis@free.fr>
9757 * fvwm/update.c (apply_window_updates):
9758 * fvwm/geometry.c (move_icon_to_position):
9759 * fvwm/events.c (HandleEnterNotify):
9761 (HandleLeaveNotify):
9762 (HandlePropertyNotify):
9763 * fvwm/add_window.c (setup_icon_font):
9764 * fvwm/icons.c (DrawIconWindow):
9765 (DrawIconTitleWindow):
9766 (DrawIconPixmapWindow):
9769 Fixed icon drawing. Split icon window drawing.
9771 * libs/FRender.c (*):
9772 Fixed compilation and small clean up
9774 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9776 * fvwm/conditional.c (CreateFlagString):
9777 fixed quoting in conditional command conditions
9779 * fvwm/menus.c (__mloop_handle_event):
9780 removed unnecessary querying of pointer position on button release in
9785 * fvwm/bindings.c (ParseBinding):
9786 increased maximum allowed key symbol name length to 200 characters
9788 * fvwm/execcontext.h (enum):
9789 * fvwm/fvwm.c (Done):
9795 * fvwm/execcontext.h (enum):
9796 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9798 * fvwm/menus.c (pop_menu_up):
9799 fixed accidental menu animation with certain menu position hints
9801 2002-09-23 olicha <olivier.chapuis@free.fr>
9803 * libs/FRender.c (*):
9804 Fixed(?) XRender rendering with some Xserver
9806 * fvwm/update.c (apply_window_updates):
9807 * fvwm/geometry.c (move_icon_to_position):
9808 * fvwm/events.c (HandleEnterNotify):
9810 (HandleLeaveNotify):
9811 (HandlePropertyNotify):
9812 * fvwm/add_window.c (setup_icon_font):
9813 * fvwm/icons.c (DrawIconWindow):
9816 Clip text and icon drawing for the icons
9818 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9822 Path commands now support form: "path1;ext1:path2:path3;ext3"
9823 where ext1 (for example, ".png") means all files in path1 should
9824 be forced to have extention ".png" even if the requested icon
9825 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9827 * fvwm/execcontext.h:
9828 small changes in latters used for EXCT_* constants
9830 * fvwm/module_interface.c:
9832 * libs/PictureBase.c:
9834 some spacing reindentation
9836 2002-09-21 olicha <olivier.chapuis@free.fr>
9838 * libs/FRender.c (FRenderCompositeAndCheck):
9839 Temporally take GraphicsExposure in account
9841 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9844 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9846 2002-09-20 olicha <olivier.chapuis@free.fr>
9848 * fvwm/icons.c (GetIconPicture):
9849 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9850 Fixed the alpha channel
9852 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9857 2002-09-20 olicha <olivier.chapuis@free.fr>
9859 * libs/FRender.c (FRenderTintPicture):
9860 (FRenderTintRectangle):
9862 * libs/FRenderInterface.h:
9863 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9864 Make FRender code more modular. Add a 24+8 tinting method and enable it
9865 in the place of the 32 tinting method (which can be enabled by defining
9866 USE_ABSOLUTE_FORMATE)
9868 2002-09-19 olicha <olivier.chapuis@free.fr>
9870 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9871 (animated_move_back):
9873 (repaint_transparent_menu):
9874 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9875 (AnimatedMoveAnyWindow):
9876 * fvwm/move_resize.h:
9877 Support the new colorset transparent options and fix greyed item
9878 of transparent animated menus
9880 * fvwm/menus.c (pop_menu_up):
9881 (animated_move_back):
9883 * libs/Rectangles.c:
9884 * libs/Rectangles.h:
9886 New libs files for rectangles, segments, regions ..etc
9888 * fvwm/menus.c (clear_expose_menu_area):
9889 (get_menu_paint_item_parameters):
9892 (ParentalMenuRePaint):
9893 (ParentalMenuRePaint):
9894 * fvwm/menuitem.c (clear_menu_item_background):
9896 * fvwm/menuitem.h (MenuPaintItemParameters):
9897 Clip the item icons and text drawing
9899 * fvwm/menus.c (__mloop_exit):
9900 Fixed an indirect uninitialized variable bug
9902 * fvwm/menus.c (__mloop_handle_event): *
9903 (__mloop_handle_action_with_mi): *
9904 Update some comments
9906 * libs/FRender.c (FRenderVisualInit):
9908 * fvwm/colorset.c (parse_colorset):
9911 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9913 * fvwm/menus.c (__menu_loop):
9914 (__mloop_handle_action_with_mi):
9915 fixed parent menu redrawing
9917 * fvwm/style.c (check_window_style_change):
9918 * fvwm/update.c (apply_window_updates):
9919 * fvwm/add_window.c (setup_icon_size_limits):
9920 honour changes in IconSize style without recapture
9922 * fvwm/focus.c (focus_query_open_grab_focus):
9923 * fvwm/events.c (HandlePropertyNotify):
9924 * fvwm/add_window.c (setup_transientfor):
9925 take care of various funny initial transientfor settings
9927 * fvwm/stack.c (__raise_lower_recursion):
9929 fixed stacking core dump
9931 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9937 added a program that tests for -Werror option and similar; bug out of
9938 configure if the test program doesn't compile
9940 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9944 add a "do not edit" warning at the beginning of the man page
9947 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9949 * libs/FScreen.c (XineramaQueryScreens):
9950 fixed linking problem when compiling without Xinerama
9952 * fvwm/cursor.c (CMD_CursorStyle):
9953 fixed cursorstyle command being applied to windows without handles
9955 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9956 (EWMH_ProcessPropertyNotify):
9957 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9958 (GNOME_HandlePropRequest):
9959 fixed dummy macros when compiling without gnome/ewmh support
9961 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9963 * libs/queue.c (fqueue_add_inside):
9964 add a new command with the same execution time as a previous one behind
9968 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9971 * fvwm/functions.c (__execute_function):
9972 * fvwm/execcontext.h (exec_context_type_t):
9973 replace enum values with letters for readability
9975 * fvwm/functions.c (__execute_function):
9976 improved command log output
9978 * fvwm/schedule.c (execute_obj_func):
9979 fixed schedule queue timing
9982 refuse to run configure if CFLAGS is not empty
9984 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9987 fixed compilation with --enable-command-log; simplified fvwm_msg()
9990 reformatted; don't send end-of-line with SET_*MASK
9992 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9994 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9995 fixed multipixmap title drawing
9997 * fvwm/frame.h (struct):
9998 * fvwm/frame.c (frame_get_titlebar_dimensions):
10001 * fvwm/events.c (HandlePropertyNotify):
10002 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10004 * libs/Fft.c (FftDrawString):
10005 -Wall fix when compiling w/o Xft
10007 2002-09-15 olicha <olivier.chapuis@free.fr>
10009 * libs/Colorset.c (CreateBackgroundPixmap):
10010 Fixed a dpy problem with FvwmBacker
10011 * libs/Colorset.c (CreateBackgroundPixmap):
10012 Fixed creation a root transparent pixmap for small root pixmap
10014 2002-09-14 olicha <olivier.chapuis@free.fr>
10016 * libs/Fft.c (FftDrawString):
10017 Fixed clip region with shadow font
10019 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10020 Added a function to create translucent pixmaps
10021 * libs/Colorset.c (CreateBackgroundPixmap):
10023 * libs/FRender.c (FRenderRender):
10024 Allows to use the root window as src pixmap
10026 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10029 Fixed open double quotes in ButtonState section
10031 2002-09-13 Dan Espen <dane@mk.telcordia.com>
10033 * fvwm/fvwm.1.in: Add -cmd module timeout information.
10035 2002-09-13 olicha <olivier.chapuis@free.fr>
10037 * libs/Colorset.c (CreateBackgroundPixmap):
10038 (UpdateBackgroundTransparency):
10039 (SetRectangleBackground):
10041 * fvwm/colorset.c (*):
10043 * fvwm/events.c (HandlePropertyNotify):
10044 Starting implementation of RootTransparent colorset. Worked on
10045 tinted Transparent colorset. Various colorset parsing fixes.
10047 * libs/Fft.c (FftDrawString):
10049 Added the possibility to draw with a clipping region.
10051 * libs/FRender.c (FRenderRender):
10052 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10053 (PCreateRenderPixmap):
10054 (PGraphicsCreateTransprency):
10055 (PGraphicsTintRectangle):
10056 Improve current rendering functions to be able to tint the
10057 ParentalRelative pixmap or the background of a window.
10058 Re-enabled XRender rendering.
10061 remove a #if 0 debug "render" code
10063 2002-09-13 Mikhael Goikhman <migo@homemail.com>
10065 * fvwm/builtins.c (ReadTitleButton):
10067 new button state shortcuts AllNormal, AllToggled,
10068 AllActive, AllInactive, AllUp, AllDown
10070 * fvwm/module_interface.c:
10074 possibly fixed compilation with non gcc
10076 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10078 * fvwm/focus.c (_focus_grab_buttons):
10079 (__focus_grab_buttons):
10081 (__focus_grab_one_button):
10082 grab all modifier combinations on client windows by default if
10083 necessary; this saves a lot of traffic but may grab unnecessary
10084 modifiers with mouse bindings on the client window
10087 * libs/defaults.h (DEF_FP_MODIFIERS):
10088 * fvwm/events.c (__handle_focus_raise_click):
10089 * fvwm/style.c (style_parse_focus_policy_style):
10090 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10091 default is now to use any modifiers for clicktofocus/raise purposes
10093 * fvwm/menus.c (__mloop_get_event):
10096 fixed tear off menus
10098 * libs/FEvent.c (FCheckIfEvent):
10100 (FCheckTypedEvent):
10101 (FCheckTypedWindowEvent):
10102 (FCheckWindowEvent):
10103 fixed FCheck...Event functions thus fixing Menu command behaving like
10106 * fvwm/move_resize.c (InteractiveMove):
10107 fixed offset between pointer and window when dragging
10109 * fvwm/virtual.c (HandlePaging):
10110 * fvwm/icons.c (CMD_Iconify):
10111 * fvwm/move_resize.c (InteractiveMove):
10112 * fvwm/menus.c (get_menu_options):
10113 (get_menu_options):
10114 * libs/FScreen.c (GetMouseXY):
10115 use new function fev_get_evpos_or_query()
10117 * libs/Makefile.am:
10121 (GetLocationFromEventOrQuery):
10122 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10123 * libs/FEvent.c (fev_set_evpos):
10126 * fvwm/functions.c (__execute_function):
10127 (execute_complex_function):
10128 fixed complex action clicking logic
10130 * fvwm/add_window.c (CaptureOneWindow):
10131 fixed RecaptureWindow
10132 (CaptureAllWindows):
10135 * fvwm/functable.c (func_table):
10136 fixed running RecaptureWindow without a context window
10138 * fvwm/conditional.c (circulate_cmd):
10139 fixed action to run
10141 * fvwm/events.c (HandleVisibilityNotify):
10142 fixed VisibilityNotify handling
10144 * fvwm/functions.c (execute_complex_function):
10145 fixed memory corruption
10146 (__execute_function):
10147 fixed using wrong context
10148 (__execute_function):
10149 removed conditional that was always true now
10153 * fvwm/module_interface.c (ExecuteModuleCommand):
10154 initialise module number
10156 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10158 * fvwm/add_window.c (CaptureOneWindow):
10159 fixed memory corruption
10161 * fvwm/icons.c (Iconify):
10163 fixed bug introduced with transient stacking patch
10165 * fvwm/functions.c (DeferExecution):
10166 (__execute_function):
10167 (execute_complex_function):
10168 cleaned up and optimized exec_context handling
10173 * fvwm/windowlist.c:
10174 * fvwm/conditional.c:
10176 * fvwm/functions.c:
10177 * fvwm/placement.c:
10181 * fvwm/module_interface.c:
10184 * fvwm/add_window.c:
10185 * fvwm/move_resize.c:
10186 * fvwm/fvwm.h (F_CMD_ARGS):
10188 completely removed the builtin command arguments fw, w, and context
10190 * fvwm/functions.c (DeferExecution):
10193 * fvwm/stack.c (BroadcastRestack):
10194 removed global lastTimestamp
10196 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10197 (EWMH_ProcessPropertyNotify):
10198 (ewmh_WMStateShaded):
10199 (ewmh_WMStateSticky):
10200 (ewmh_WMStateHidden):
10204 (ewmh_CloseWindow):
10205 (ewmh_DesktopGeometry):
10206 (ewmh_ActiveWindow):
10207 use new function interface
10209 * fvwm/menus.c (do_menu):
10210 * fvwm/menucmd.c (menu_func):
10211 * fvwm/windowlist.c (CMD_WindowList):
10212 use new function interface
10213 replaced "(XEvent *)1" hack with a regular flag
10215 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10217 * fvwm/add_window.c (destroy_window):
10218 * fvwm/update.c (destroy_scheduled_windows):
10219 * fvwm/screen.h (ScreenInfo):
10220 new member is_executing_menu_function
10222 * fvwm/windowlist.c (CMD_WindowList):
10223 * fvwm/menucmd.c (menu_func):
10224 * fvwm/gnome.c (CMD_GnomeButton):
10225 (GNOME_ProcessClientMessage):
10226 (GNOME_HandlePropRequest):
10227 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10228 * fvwm/update.c (apply_window_updates):
10229 * fvwm/repeat.c (CMD_Repeat):
10230 * fvwm/conditional.c (circulate_cmd):
10242 * fvwm/focus.c (warp_to_fvwm_window):
10243 (CMD_WarpToWindow):
10244 * fvwm/read.c (run_command_stream):
10245 (run_command_file):
10248 * fvwm/fvwm.c (Done):
10252 use new function interface
10254 fixed running startup script under random module number
10256 * fvwm/functions.c (execute_function_override_window):
10257 * fvwm/functions.c (execute_function_override_wcontext):
10258 new convenience functions
10265 * fvwm/module_interface.c (CMD_Send_WindowList):
10267 (CMD_set_sync_mask):
10268 (CMD_set_nograb_mask):
10270 don't use "Module" argument anymore
10271 (ExecuteModuleCommand):
10273 use new function interface
10275 * fvwm/add_window.c (CaptureOneWindow):
10277 (CaptureAllWindows):
10278 * fvwm/events.c (HandleMapRequestKeepRaised):
10279 * fvwm/add_window.c (AddWindow):
10280 AddWindow takes executiuon context as its argument instead of the
10281 window; changed caller
10282 don't use "Event" anymore
10284 * fvwm/fvwm.c (StartupStuff):
10285 generate an execution context for startup
10287 * fvwm/move_resize.c (DoResize):
10291 renamed and used new function interface in args
10293 * fvwm/geometry.c (constrain_size):
10294 added XEvent *e argument to remove use of global "Event"; changed all
10297 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10299 * fvwm/stack.c (get_next_window_in_stack_ring):
10300 (get_prev_window_in_stack_ring):
10301 (get_transientfor_fvwmwindow):
10302 * fvwm/icons.c (SetMapStateProp):
10303 * fvwm/events.c (fake_map_unmap_notify):
10304 * fvwm/misc.c (IsRectangleOnThisPage):
10305 * fvwm/menus.c (menu_enter_tear_off_menu):
10306 (menu_close_tear_off_menu):
10307 * fvwm/icons.c (DrawIconWindow):
10309 * fvwm/colormaps.c (InstallWindowColormaps):
10310 made FvwmWindow * arguments const in many functions
10312 * fvwm/menus.c (pop_menu_up):
10315 (__mloop_do_popup):
10317 (menu_enter_tear_off_menu):
10318 (__mloop_get_event):
10319 (__mloop_get_event_timeout_loop):
10321 (__mloop_get_mi_actions):
10323 * fvwm/events.c (HandleEnterNotify):
10324 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10329 * fvwm/functions.c (DeferExecution):
10330 (__execute_function):
10331 * fvwm/windowlist.c (CMD_WindowList):
10332 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10333 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10334 (ExecuteModuleCommand):
10335 * fvwm/builtins.c (CMD_Wait):
10336 * fvwm/events.c (WaitForButtonsUp):
10337 (HandleShapeNotify):
10338 (HandleVisibilityNotify):
10339 (HandleUnmapNotify):
10340 (HandleSelectionRequest):
10341 (HandleReparentNotify):
10342 (HandlePropertyNotify):
10343 (HandleMotionNotify):
10344 (HandleMapRequestKeepRaised):
10345 (HandleMapRequest):
10346 (HandleMappingNotify):
10348 (HandleLeaveNotify):
10353 (HandleEnterNotify):
10354 (HandleDestroyNotify):
10355 (HandleColormapNotify):
10356 (HandleClientMessage):
10357 (HandleButtonRelease):
10358 (HandleButtonPress):
10359 (__handle_bpress_on_root):
10360 (__handle_bpress_action):
10361 (__handle_click_to_raise):
10362 (__handle_click_to_focus):
10363 (__is_bpress_window_handled):
10364 (__handle_focus_raise_click):
10365 don't use "Event", "Fw" and old_execute_function() anymore
10367 * fvwm/events.c (dispatch_event):
10368 removed preserve_tmpwin argument; changed all callers
10370 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10371 fixed random focus member of faked event
10373 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10374 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10375 (EWMH_ProcessPropertyNotify):
10376 * fvwm/move_resize.c (DisplaySize):
10378 (position_geometry_window):
10379 * fvwm/geometry.c (get_window_borders):
10380 (get_window_borders_no_title):
10383 * fvwm/events.c (dispatch_event):
10384 create event execution context
10385 (HandleClientMessage):
10386 removed useless local "button"
10388 don't fiddle with global Fw anymore; added argument to return context
10389 window; changed all callers
10391 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10392 * fvwm/move_resize.c (__resize_window):
10393 use new event handle interface
10396 * fvwm/eventhandler.h:
10397 new event handler interface
10399 * fvwm/functions.c (CMD_Plus):
10400 * fvwm/builtins.c (AddToDecor):
10402 (CMD_DestroyDecor):
10403 use F_CMD_ARGS in AddToDecor
10405 removed useless check for realloc return value
10406 use new function interface
10407 fixed another memory leak
10409 * fvwm/builtins.c (__remove_window_decors):
10410 replace old_execute_function with execute_function
10412 * fvwm/add_window.c (setup_window_placement):
10413 * fvwm/placement.c (PlaceWindow):
10414 * fvwm/schedule.c (execute_obj_func):
10415 * fvwm/colorset.c (add_to_junk):
10416 use new function call interface
10418 * fvwm/fvwm.h (F_EXEC_ARGS):
10419 (F_PASS_EXEC_ARGS):
10420 removed now unused macros
10422 * fvwm/functions.c (CheckActionType):
10425 (__execute_function):
10426 (__run_complex_function_items):
10427 (execute_complex_function):
10428 rewrote function call interface
10430 * fvwm/functions.c (__run_complex_function_items):
10431 new function split off from execute_complex_function
10435 removed "Event" global
10437 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10439 * fvwm/fvwm.1.in: Language check.
10441 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10443 * fvwm/functions.c (old_execute_function):
10446 * fvwm/module_interface.c (do_execute_module):
10447 don't write module argument anymore; code claimed that writing 0 into
10448 *Module prevented WaitForButtonsUp from being called, but that was
10449 either a lie or a relic of the past
10451 * fvwm/fvwm.h (exec_func_args_type):
10455 removed *Module argument
10457 * fvwm/functions.c (__execute_function):
10460 * fvwm/functions.h (enum):
10461 added more function execution falgs
10464 add exec_context_t *exc to builtin arguments
10466 * libs/FEvent.c (fev_copy_last_event):
10469 * fvwm/execcontext.h:
10470 * fvwm/execcontext.c:
10471 new files introducing the "exec_context_t" structure that shall replace
10472 the builtin command interface
10474 * fvwm/stack.c (__RaiseOrLowerWindow):
10475 (RaiseOrLowerWindow):
10476 (__restack_window):
10477 (mark_transient_subtree):
10478 (__sort_transient_ring):
10479 properly handle restacking of windows with more than one transient and
10480 multiple levels of transients at the same time
10481 (__RaiseOrLowerWindow):
10482 (RaiseOrLowerWindow):
10483 renamed function and added wrapper
10485 * fvwm/fvwm.h (FvwmWindow):
10486 added new scratch registers
10488 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10492 minor improvements in the new release procedure
10494 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10496 * fvwm/stack.c (RaiseOrLowerWindow):
10497 (__restack_window):
10498 (mark_transient_subtree):
10499 (must_move_transients):
10500 (is_on_top_of_layer_ignore_rom):
10501 handle restacking trees of transient windows; still does not work too
10502 well if a window has multiple transients at the same time
10504 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10508 restored versions from before 9th of September
10509 (RaiseOrLowerWindow):
10510 fixed StackTransientParent style without RaiseTransient or
10511 LowerTransient on transient_for window
10512 StackTransientParent works only on window in the same layer
10513 (mark_transient_subtree):
10514 fixed handling of window group hint w/ iconify
10516 (RaiseOrLowerWindow):
10518 fixed flickering when overlapping transients aree lowered
10520 * fvwm/move_resize.c (__resize_window):
10521 * fvwm/colorset.c (add_to_junk):
10522 cleaned up event handling
10524 * fvwm/move_resize.c (__resize_window):
10525 renamed function and changed callers
10527 * fvwm/fvwm.h (F_PASS_ARGS):
10529 removed eventp command argument
10531 * fvwm/events.c (DispatchEvent):
10533 renamed function, added event argument and changed all callers
10535 * libs/FEvent.c (fev_fake_event):
10536 * libs/FEvent.c (fev_get_evtype__remove_me):
10539 * fvwm/menus.c (menuShortcuts):
10546 (__mloop_get_event_timeout_loop):
10547 (__mloop_get_event):
10548 (__mloop_do_popup):
10549 (__mloop_do_popup):
10551 * fvwm/builtins.c (CMD_FakeClick):
10552 * fvwm/functions.c (CheckActionType):
10554 * fvwm/focus.c (__try_program_focus):
10555 (__try_program_focus):
10556 * fvwm/icccm2.c (SetupICCCM2):
10557 * fvwm/virtual.c (HandlePaging):
10558 * fvwm/module_interface.c (make_vpacket):
10559 (make_new_vpacket):
10560 * fvwm/schedule.c (squeue_get_next_ms):
10561 (squeue_get_next_ms):
10563 * fvwm/stack.c (BroadcastRestack):
10564 * fvwm/move_resize.c (resize_window):
10566 * libs/FEvent.c (fev_get_evtime):
10567 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10569 * fvwm/events.c (HandleEnterNotify):
10573 (discard_window_events):
10574 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10577 * fvwm/menus.c (__mloop_get_event):
10578 * fvwm/virtual.c (HandlePaging):
10580 * fvwm/functions.c (DeferExecution):
10582 * fvwm/misc.c (get_server_time):
10583 * fvwm/builtins.c (CMD_StrokeFunc):
10584 * fvwm/menus.c (pop_menu_up):
10587 * libs/FEvent.c (fev_update_last_timestamp):
10588 removed StashEventTime function; handle this directly in FEvent.c
10590 * fvwm/module_interface.c (ExecuteModuleCommand):
10591 * fvwm/misc.c (Keyboard_shortcuts):
10592 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10593 * fvwm/events.c (handle_all_expose):
10597 don't use Event global anymore
10599 * fvwm/bindings.c (activate_binding):
10600 fixed key bindings on window corners
10602 * libs/fvwmlib.h (C_DECOR):
10603 context including all parts of the decorations
10605 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10608 fixed compilation warning in #endif comment
10611 removed debug fprintf
10617 another solution for reporting the cvs status
10619 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10621 * configure.in (LIBOBJS):
10622 * acinclude.m4 (smr_SWITCH):
10623 fix for autoconf 2.53
10626 removed unnecessary includes
10628 * fvwm/Makefile.am (fvwm_SOURCES):
10630 * fvwm/eventmasks.h:
10631 * fvwm/eventhandlers.h:
10632 new files split from events.h
10634 * fvwm/icccm2.c (HandleSelectionRequest):
10635 (HandleSelectionClear):
10636 * fvwm/colormaps.c (HandleColormapNotify):
10637 * fvwm/menus.c (menu_tear_off):
10638 * fvwm/move_resize.c (resize_window):
10641 new argument avh_args_t to the event handler functions; still unused
10642 moved all event handlers to events.c
10643 remove now unnecessary includes in some files
10645 * fvwm/icccm2.c (HandleSelectionRequest):
10649 use replacements for X event functions everywhere
10651 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10655 * fvwm/borders.c (border_flags_to_button_state):
10657 * fvwm/builtins.c (ReadTitleButton):
10658 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10659 * fvwm/fvwm.c (InitVariables):
10660 Imlemented new title and button states InactiveUp and InactiveDown,
10661 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10662 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10663 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10666 reformat license info in -version to be 3 lines and one empty line
10667 instead of 5 non-empty lines, for readability
10669 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10673 * libs/Makefile.am:
10676 * fvwm/stack.c (__raise_or_lower_recursion):
10677 (RaiseOrLowerWindow):
10678 split into two functions
10679 renamed to __raise_or_lower_window
10680 (mark_transient_subtree):
10681 new flag MARK_CLEAR
10682 (position_new_window_in_stack_ring):
10685 cleaned up stacking code
10687 * fvwm/menus.c (paint_menu):
10688 fixed a minor drawing problem with menu item reliefs
10690 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10692 * fvwm/move_resize.c (InteractiveMove):
10693 removed eventp from interface
10694 changed all callers
10696 * fvwm/menucmd.c (menu_func):
10697 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10698 * fvwm/windowlist.c (CMD_WindowList):
10699 * fvwm/read.c (run_command_file):
10700 (run_command_stream):
10701 * fvwm/focus.c (warp_to_fvwm_window):
10702 * libs/Event.c (GetSubwindowFromEvent):
10703 * fvwm/events.c (GetContext):
10704 * libs/Pointer.c (GetLocationFromEventOrQuery):
10705 * fvwm/builtins.c (CMD_StrokeFunc):
10707 * fvwm/events.c (StashEventTime):
10708 * fvwm/move_resize.c (InteractiveMove):
10709 * fvwm/functions.c (DeferExecution):
10710 (old_execute_function):
10711 * fvwm/fvwm.h (F_CMD_ARGS):
10713 make eventp argument const to ease clean up work
10715 * fvwm/windowlist.c (CMD_WindowList):
10716 * fvwm/move_resize.c (InteractiveMove):
10717 * fvwm/menucmd.c (menu_func):
10718 * fvwm/icons.c (CMD_Iconify):
10719 always query pointer position in case a script modified the position
10722 * fvwm/focus.c (SetPointerEventPosition):
10723 removed function since it modifies the global event variable
10725 * fvwm/functable.c (func_table):
10726 added cursor and event type members fo DeferExecution call
10727 * fvwm/functions.c (DeferExecution):
10728 made static, call from inside functions.c only
10729 removed calls everywhere
10731 * fvwm/builtins.c (CMD_StrokeFunc):
10734 * fvwm/virtual.c (HandlePaging):
10736 don't use global "Event" anymore
10738 pass in event structure through arguments
10739 changed all callers
10741 2002-09-02 olicha <olivier.chapuis@free.fr>
10743 * libs/Colorset.c (*):
10745 * libs/colorset.c (parse_colorset):
10746 * libs/PictureGraphics.c (PGrabXImage):
10747 (PCreateRenderPixmap):sx
10748 (PGraphicsCreateTransprency):
10749 * libs/PictureGraphics.h:
10750 An experimental implementation of ParentalRelative tinted background
10752 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10753 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10755 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10756 * libs/FRenderInit.c (FRenderInit):
10757 (FRenderGetAlphaDepth):
10758 * libs/FRenderInit.h:
10759 Fixed alpha blending for xserver without depth 8 pixmap
10765 2002-09-01 olicha <olivier.chapuis@free.fr>
10768 Colorset and alpha blending news
10770 2002-08-31 olicha <olivier.chapuis@free.fr>
10772 * libs/Ficonv.c (convert_charsets):
10773 Fixed compilation on systems that do not have EILSEQ
10775 2002-08-30 olicha <olivier.chapuis@free.fr>
10777 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10778 Fixed compilation of certain modules
10780 * fvwm/borders.c (border_render_into_pixmap):
10781 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10782 * libs/PictureGraphics.h:
10783 * libs/Graphics.c (CreateStretchPixmap):
10784 (CreateStretchYPixmap):
10785 (CreateStretchXPixmap):
10786 Progress with masks in multipixmap title
10788 * libs/PictureGraphics.c (PCopyArea):
10790 (PCreateRenderPixmap):
10791 * fvwm/borders.c (border_fill_pixmap_background):
10794 * fvwm/icons.c (DrawIconWindow):
10795 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10796 Fixed the shape mask of ewmh icons and icons with some alpha
10798 2002-08-30 olicha <olivier.chapuis@free.fr>
10800 * libs/PictureGraphics.c (PCreateRenderPixmap):
10801 (PGrabImageErrorHandler):
10802 (PGraphicsCopyPixmaps):
10803 (PGraphicsCopyFvwmPicture):
10804 (PGraphicsTileRectangle):
10805 (PGraphicsRenderPixmaps):
10806 (PGraphicsRenderPicture):
10807 * libs/PictureGraphics.h:
10808 * libs/PictureBase.h:
10809 Replaced PGraphicsTileRectangle with a more powerful function,
10810 PCreateRenderPixmap, which performs *full* XRender simulation.
10811 So alpha blending is now supported even without Xrender support.
10812 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10813 for direct rendering with tint and alpha channel.
10815 * libs/FRender.c (FRenderVisualInit):
10817 (FRenderTintRectangle):
10819 * libs/FRenderInterface.h:
10820 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10821 and more powerfull function FRenderRender
10823 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10825 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10826 Load the alpha even without Xrender support
10829 * fvwm/colorset.c (parse_pixmap_tint):
10832 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10833 or obsolete TintMask) also tints gradients and the tint is applied
10834 only to the pixmap not the bg color. The average bg is computed from
10835 the "original" pixmap and not the tinted one, bgTint should be used
10836 to get a real average bg in the case the pixmap is tinted
10838 * fvwm/icons.c (DrawIconWindow):
10839 (CreateIconWindow):
10840 * fvwm/menuitem.c (menuitem_paint):
10841 * fvwm/menus.c (paint_side_pic):
10842 * fvwm/borders.c (border_get_border_background):
10843 (border_draw_decor_to_pixmap):
10844 (border_fill_pixmap_background):
10845 * fvwm/events.c (HandlePropertyNotify):
10846 Picture rendering use the new PGraphicsRenderPixmaps and
10847 PGraphicsRenderPicture libs functions. Respect new colorset options
10849 * fvwm/colorset.c (parse_colorset):
10851 (CMD_ReadWriteColors):
10853 Removed the read write colorset codes
10855 * libs/Graphics.c (CalculateGradientDimensions):
10856 Fixed the size of dithered H and V gradients
10858 * libs/PictureUtils.c (*):
10859 * libs/PictureUtils.h:
10862 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10864 * fvwm/menus.c (paint_menu_gradient_background):
10865 fixed drawing of SidePic menu background when not using SideColor
10868 * FvwmIconBox/icons.c:
10871 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10873 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10875 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10878 fixed --disable-ewmh
10882 added const to some prototypes
10884 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10886 * fvwm/menus.c (MenuInteraction):
10888 renamed MenuInteraction to __menu_loop
10890 * fvwm/menus.c (pop_menu_up):
10893 removed pdo_warp_to_title argument of pop_menu_up and changed all
10894 callers; logic is now in last_saved_position_hints
10895 (__menu_get_next_event_timeout_loop):
10896 began to split MenuInteraction into several sub functions
10897 go away, evil "goto"!
10899 * fvwm/style.c (style_parse_one_style_option):
10900 all boolean styles - and *only* boolean styles, can be prefixed with a
10901 '!' to invert their meaning
10902 (style_parse_button_style):
10903 moved Button and NoButton styles to separate function
10907 updated for 2.5.4-devel
10916 * fvwm/menuitem.h (struct):
10917 * fvwm/menus.c (paint_menu_gradient_background):
10918 (paint_menu_pixmap_background):
10920 (clear_expose_menu_area):
10921 fixed TiledPixmap menu background drawing bug
10922 sorted function in file and removed forward declarations
10924 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10926 * fvwm/Makefile.am (LDADD):
10927 put -lfvwm at front of library list
10929 * fvwm/windowlist.c (CMD_WindowList):
10930 print window's page instead of current page in windowlist
10932 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10934 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10935 Fix for Experimental RaiseOverUnmanaged Handling.
10937 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10941 New defs for Experimental RaiseOverUnmanaged Handling.
10943 * fvwm/events.c (HandleEnterNotify):
10945 (set_focus_to_fwin)
10946 (focus_query_grab_buttons)
10947 (_focus_grab_buttons)
10948 (focus_grab_buttons)
10949 (focus_grab_buttons_client_entered)
10951 (__activate_window_by_command)
10952 (_ReturnFocusWindow)
10954 (_ForceDeleteFocus)
10956 (raise_over_unmanaged)
10957 (is_above_unmanaged)
10958 (_is_on_top_of_layer)
10959 (is_on_top_of_layer)
10960 (is_on_top_of_layer_and_above_unmanaged)
10961 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10962 interaction of RaiseOverUnmanaged with various focus policies,
10963 particularly mouse focus + client click raises; issue mouse
10964 button grabs when and only when they are actually needed; and
10965 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10966 (Thanks to the GFPR, this is much more straightforward to do!)
10968 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10971 added a paragraph about scripting and complex functions.
10973 * fvwm/style.c (style_parse_one_style_option):
10974 fixed flag_mask and change_mask of TitleAt... styles that broke left
10977 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10980 describe new focus policy styles
10982 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10984 * fvwm/style.c (merge_styles):
10985 fixed applying style updates immediately
10987 * fvwm/geometry.c (constrain_size):
10988 fixed font resizing of maximized windows
10990 * fvwm/window_flags.h:
10991 * fvwm/fvwm.h (has_new_wm_normal_hints):
10994 * fvwm/events.c (HandleEnterNotify):
10995 fixed UngrabNotify returning focus to just unfocused window
10999 * fvwm/style.c (merge_styles):
11001 (__simplify_style_list):
11002 fixed default style calculations
11004 * fvwm/events.c (HandleConfigureRequest):
11005 disabled debug output
11007 * fvwm/style.c (merge_styles):
11008 * fvwm/fvwm.h (window_style):
11009 new style member default_mask to allow two levels of defaults;
11010 fixes focus policy defaults
11012 rewrote many of the macros; changed all callers
11014 * fvwm/borders.c (RenderIntoPixmap):
11015 (DrawMultiPixmapTitlebar):
11016 (border_render_into_pixmap):
11017 (border_draw_multi_pixmap_titlebar):
11018 applied Suzanne Skinner's multi pixmap titles fix
11019 renamed functions and changed all callers
11021 * libs/FScreen.c (FScreenGetScrRect):
11024 new utility functions
11026 * fvwm/windowlist.c (CMD_WindowList):
11027 new option MaxLabelWidth for the WIndowList command based on patch by
11029 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11030 WindowList command.
11032 * fvwm/events.c (HandleConfigureRequest):
11033 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11034 seems to work without problems
11036 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11038 * fvwm/style.c (merge_styles):
11039 fixed style defaults getting stuck to on once set
11042 fixed a number of non portable uses of the "test" command and unified
11043 the used syntax of all calls to reduce chance of copy-and-paste
11046 2002-08-17 Mikhael Goikhman <migo@homemail.com>
11050 minor typos and improvements;
11051 better string quotings and detection of fribidi for autoconf-2.53
11053 * fvwm/Makefile.am:
11054 don't include *.in in EXTRA_DIST, they are auto-included
11056 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11058 * fvwm/events.c (HandleConfigureRequest):
11059 (HandlePropertyNotify):
11060 (is_resizing_event_pending):
11061 fixed uninitialised return code of test_resizing_event
11063 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11065 * fvwm/decorations.c (SelectDecor):
11067 * fvwm/window_flags.h:
11069 moved common.s.has_no_border window flag to common.has_no_border to
11070 fix windows getting stuck without a border once the HandleWidth or
11071 BorderWidth was set to 0 and then increased again
11074 removed reference to BUGS and TODO
11077 moved a lot of constant definitions to configure.in; the fvwm.lsm and
11078 fvwm.1 files don't have to be updated for a release anymore; the release
11079 number and date are set by configure
11081 * fvwm/fvwm.c (setVersionInfo):
11082 fixed output of "fvwm -version"
11084 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11086 * fvwm/style.c (style_parse_one_style_option):
11087 Old focus styles override less of the behaviour specified with the
11088 FP... styles; use defaults instead without setting the mask
11089 (style_parse_one_style_option):
11090 removed the styles MouseFocusClickIgnoreMotion and
11091 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11093 (style_parse_one_style_option):
11094 ClickToFocusRaises now works only on the client window, not on the
11096 (style_parse_one_style_option):
11097 fixed FocusFollowsMouse style
11098 (style_set_old_focus_policy):
11099 moved old default focus settings to a separate function, simplified code
11101 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11103 * fvwm/fvwm.1: Add hot-spot is an offset information,
11104 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11107 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11109 * fvwm/style.c (style_parse_focus_policy_style):
11110 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11112 * libs/Makefile.am:
11113 added missing files
11115 * fvwm/events.c (HandleConfigureRequest):
11116 fixed ConfigureRequest race condition
11118 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11121 quote environment variables
11123 2002-08-13 olicha <olivier.chapuis@free.fr>
11126 Color limit and dithering news
11129 Added a minimal doc for the -color-limit option
11131 * fvwm/builtins.c (CMD_ColorLimit):
11132 ColorLimit is obsolete
11134 * fvwm/builtins.c (ReadDecorFace):
11135 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11136 (PictureAllocColorAllProp):
11137 Implemented dithering for depth 16 and 15. This is off by default
11138 in colorset (use the dither colorset option) and on by default
11139 for window title gradient. Gradient are visibly more smooth.
11141 * libs/PictureUtils.c (*):
11144 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11147 corrected the pixmap cursor description, added an example
11149 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11151 * fvwm/menus.c (select_menu_item):
11152 (paint_menu_gradient_background):
11153 fixed a redrawing problem with H/Vgradient menu faces
11155 fixed a minor problem w/ entering submenus via keyboard
11157 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11159 * fvwm/move_resize.c (CMD_ResizeMove):
11162 (CMD_ResizeMaximize):
11163 (CMD_ResizeMoveMaximize):
11164 commands can be used on iconified windows again
11168 moved pre-2.2 NEWS to ONEWS
11171 * libs/safemalloc.c:
11177 * fvwm/menustyle.c:
11184 let config.h include strinh.h or strings.h
11186 * fvwm/style.c (style_parse_one_style_option):
11187 (style_parse_one_style_option):
11188 fixed icon box crash
11190 * fvwm/bindings.c (update_nr_buttons):
11191 fixed extra buttons on window decorations
11193 * fvwm/style.c (style_parse_one_style_option):
11194 fixed parsing of the FP... and !FP... styles
11196 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11198 * fvwm/style.c (style_parse_one_style_option):
11199 Fixed a typo so that ClickToFocusRaisesOff actually turns
11200 the option off instead of on.
11202 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11204 * fvwm/focus.c (focus_grab_buttons):
11205 only grab necessary buttons on the client window
11207 2002-08-11 olicha <olivier.chapuis@free.fr>
11209 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11210 Removed some debug code
11212 * fvwm/fvwm.c (main):
11214 Added -color-limit to fvwm usage
11216 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11218 * fvwm/style.c (style_parse_one_style_option):
11219 (style_parse_focus_policy_style):
11220 added style options "FP..." to control focus policy
11221 removed OverrideGrabFocus and AllowGrabFocus styles
11223 * fvwm/style.c (merge_styles):
11224 fixed style defaults != 0
11226 * fvwm/focus.c (__restore_focus_after_unmap):
11227 fixed a bug w/ reverting the focus from transients to the parent
11229 * fvwm/ewmh.c (ewmh_HandleDesktop):
11230 * fvwm/style.c (style_parse_one_style_option):
11231 fixed defaults for various focus styles
11236 * fvwm/frame.c (frame_mrs_resize_move_windows):
11237 backed out anti-flicker patch that slowed down command processing
11239 * fvwm/bindings.c (update_nr_buttons):
11241 fixed sluggish processing of mouse bindings
11243 * fvwm/events.c (__handle_bpress_action):
11244 fixed drawing of pressed decorations w/o bindings
11246 * fvwm/frame.c (frame_move_resize):
11247 removed debug code that broke focus handling
11249 * fvwm/style.c (style_parse_one_style_option):
11250 fixed passing the focus click to the app by default
11252 * fvwm/events.c (__handle_click_to_focus):
11253 * fvwm/focus.c (set_focus_to_fwin):
11254 (__set_focus_to_fwin):
11255 removed drawing code that broke as many places as it fixed; plus it
11256 cause unnecessary redraws
11258 * fvwm/events.c (HandleConfigureRequest):
11259 send a synthetical ConfigureNotify if an application is not granted its
11260 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11261 and FixedPSize to work properly; also to be ICCCM compliant
11262 always force border_width 0 in these events
11263 in the experimental cr merging code, send a number of cn events equal
11264 to the number of merged events
11270 * fvwm/style.c (style_parse_focus_policy_style):
11271 (style_parse_icon_size_style):
11272 (style_parse_icon_box_style):
11273 (style_parse_icon_grid_style):
11274 (style_parse_icon_fill_style):
11275 (style_parse_one_style_option):
11276 (parse_and_set_window_style):
11277 split into separate functions
11278 (style_parse_one_style_option):
11279 simplified and cleaned up
11282 * fvwm/decorations.c:
11285 * fvwm/conditional.h:
11286 * fvwm/conditional.c:
11290 * fvwm/colormaps.c:
11293 reformatted and cleaned up
11295 2002-08-11 olicha <olivier.chapuis@free.fr>
11297 * libs/PictureUtils.c (*):
11298 * libs/PictureUtils.h:
11299 * libs/PictureDitherMatrice.h (new file):
11300 * libs/PictureImageLoader.c (*):
11301 * libs/PictureImageLoader.h:
11302 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11303 (PCreateDitherPixmap):
11304 (PCreateTintedPixmap):
11305 * libs/PictureGraphics.h:
11306 * libs/PictureBase.c (PictureInitCMap):
11307 * libs/PictureBase.h:
11308 * libs/Picture.c (*):
11311 * libs/Colorset.c (DumpColorset):
11314 * libs/Graphics.c (all gradient functions):
11317 * fvwm/move_resize.c (CMD_XorPixmap):
11318 * fvwm/colors.c (FreeColors):
11319 * fvwm/builtins.c (CMD_DefaultColors):
11320 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11321 * fvwm/builtins.c (FreeDecorFace):
11323 * fvwm/menus.c (pop_menu_down):
11324 (paint_menu_gradient_background):
11327 * fvwm/menustyle.c (menustyle_free_face):
11328 (menustyle_parse_face):
11330 (menustyle_update):
11331 (menustyle_parse_style):
11332 (CMD_CopyMenuStyle):
11333 * fvwm/menustyle.h:
11334 * fvwm/icons.c (GetIconFromFile):
11335 * fvwm/builtins.c (ReadMultiPixmapDecor):
11337 * fvwm/borders.c (border_draw_decor_to_pixmap):
11338 * fvwm/add_window.c (setup_mini_icon):
11339 * fvwm/fvwm.c (main):
11340 * fvwm/colorset.c (free_colorset_background):
11344 New color limit method and implement dithering in depth <= 8.
11345 Added a "fvwm picture attributes" structure for loading image.
11346 Some colors leaks fix. Add some (weak) color leaks. New option
11347 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11350 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11352 * libs/Flocale.c (FlocaleRotateDrawString):
11355 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11357 * fvwm/style.c (parse_and_set_window_style):
11358 fixed the default for passing the click-to-raise click for mousey
11361 * fvwm/events.c (__handle_click_to_focus):
11362 removed redundant code
11363 (WaitForButtonsUp):
11364 fixed sluggish motion event handling when waiting for buttons to be
11367 * fvwm/focus.c (__set_focus_to_fwin):
11368 (set_focus_to_fwin):
11369 fixed redrawing the border w/ mousey focus when the window was entered,
11370 then the border was clicked before the FocusIn event arrived
11372 * fvwm/events.c (__handle_bpress_on_managed):
11373 * fvwm/style.c (parse_and_set_window_style):
11374 fixed some small focus problems
11377 reformatted and cleaned up
11382 * fvwm/focus.c (focus_query_click_to_raise):
11383 (focus_query_click_to_focus):
11384 * fvwm/style.c (parse_and_set_window_style):
11385 * fvwm/events.c (__test_for_motion):
11386 (__check_click_to_focus_or_raise):
11387 (__handle_focus_raise_click):
11388 (__is_bpress_window_handled):
11389 (__handle_click_to_focus):
11390 (__handle_click_to_raise):
11391 (__handle_bpress_stroke):
11392 (__handle_bpress_action):
11393 (__handle_bpress_on_root):
11394 (__handle_bpress_on_unmanaged):
11395 (__handle_bpress_on_managed):
11396 (HandleButtonPress):
11397 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11398 of the new focus code; only the parsing for the new styles is missing
11400 * fvwm/virtual.c (is_pan_frame):
11403 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11405 * fvwm/add_window.c (AddWindow):
11406 fixed compile error
11408 * fvwm/events.c (__handle_focus_raise_click):
11409 (HandleButtonPress):
11412 * fvwm/events.c (__handle_focus_raise_click):
11413 * fvwm/fvwm.h (struct):
11414 * fvwm/style.c (check_window_style_change):
11415 (parse_and_set_window_style):
11416 * fvwm/session.c (MatchWinToSM):
11417 * fvwm/window_flags.h:
11418 eliminated parts of the old focus code
11420 * fvwm/focus.c (__set_focus_to_fwin):
11421 (set_focus_to_fwin):
11422 * fvwm/fvwm.c (InitVariables):
11423 * fvwm/add_window.c (destroy_window):
11424 * fvwm/events.c (__handle_focus_raise_click):
11425 * fvwm/screen.h (ScreenInfo):
11426 eliminated Scr.Ungrabbed global
11428 * fvwm/update.c (apply_window_updates):
11429 (flush_window_updates):
11430 * fvwm/icons.c (DeIconify):
11432 * fvwm/move_resize.c (CMD_Maximize):
11435 * fvwm/frame.c (frame_free_move_resize_args):
11436 (__frame_setup_window):
11437 * fvwm/virtual.c (do_move_window_to_desk):
11438 (CMD_GotoDeskAndPage):
11441 * fvwm/stack.c (LowerWindow):
11442 * fvwm/events.c (HandleMapNotify):
11443 (HandleVisibilityNotify):
11446 (__handle_focus_raise_click):
11447 (HandleEnterNotify):
11448 (HandleMapRequestKeepRaised):
11449 * fvwm/add_window.c (setup_key_and_button_grabs):
11450 (setup_focus_policy):
11452 * fvwm/focus.c (__try_other_screen_focus):
11453 (__set_focus_to_fwin):
11454 (set_focus_to_fwin):
11455 (focus_grab_buttons_on_pointer_window):
11456 (focus_grab_buttons_on_layer):
11457 (focus_grab_buttons_new):
11458 cleaned up focus grab handling.
11460 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11463 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11465 * fvwm/add_window.c (setup_window_structure):
11467 discarded unused return code
11469 * fvwm/focus.c (focus_grab_buttons):
11470 split into two fucntions and fixed a bug with ungrabbing buttons
11472 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11473 * fvwm/style.c (parse_and_set_window_style):
11474 * fvwm/icons.c (DeIconify):
11476 * fvwm/events.c (HandleButtonPress):
11477 (HandleEnterNotify):
11478 (HandleLeaveNotify):
11480 (HandleMapRequestKeepRaised):
11481 * fvwm/add_window.c (CaptureAllWindows):
11482 * fvwm/virtual.c (UnmapDesk):
11484 (do_move_window_to_desk):
11485 * fvwm/update.c (flush_window_updates):
11486 * fvwm/focus.c (set_focus_model):
11488 (__restore_focus_after_unmap):
11489 much more GFPR work; these patches may break lots of things
11491 * fvwm/focus.c (set_focus_to_fwin):
11492 (__activate_window_by_command):
11494 (ReturnFocusWindow):
11496 (ForceDeleteFocus):
11497 renamed MoveFocus to set_focus_to_fwin
11499 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11501 * libs/Fft.c (FftDrawString):
11502 removed redudant and buggy code that called DrawStringFunc before
11503 this pointer gets initialized
11505 * fvwm/focus.c (focus_query_click_to_raise):
11506 fixed possibly-uninitialized variable warning
11508 * fvwm/Makefile.am:
11509 specify stroke includes before Xft includes, may improve some cases
11511 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11514 fixed sys/time.h detection
11516 * fvwm/events.c (HandleMappingNotify):
11517 * libs/Bindings.c (AddBinding):
11518 added MappingNotify event handler
11520 * fvwm/events.c (HandleMapRequest):
11523 * fvwm/events.c (InitEventHandlerJumpTable):
11524 another attempt at handling "unknown" modifiers in key bindings
11526 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11528 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11529 * fvwm/add_window.c (destroy_window):
11530 * fvwm/focus.c (focus_grab_buttons):
11533 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11535 * fvwm/focus.c (focus_force_refresh_focus):
11536 * fvwm/events.c (HandleEnterNotify):
11537 (HandlePropertyNotify):
11538 (HandleButtonPress):
11539 * fvwm/icons.c (DeIconify):
11540 * fvwm/virtual.c (MapDesk):
11541 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11542 * fvwm/update.c (apply_window_updates):
11543 * fvwm/module_interface.c:
11544 * fvwm/conditional.c (MatchesConditionMask):
11547 * fvwm/icons.c (Iconify):
11548 removed "#if 0"ed code
11550 * fvwm/module_interface.c:
11551 disabled the old ConfigureWindow module interface
11554 * libs/fvwmsignal.h:
11556 * fvwm/ewmh_intern.h:
11558 * fvwm/module_interface.c:
11563 new file to encapsulate time.h and sys/time.h inclusion
11567 (mark_transient_subtree):
11568 (__mark_group_member):
11569 cleaned up and split into two functions
11571 * fvwm/focus.c (CMD_Focus):
11573 * fvwm/icons.c (DeIconify):
11576 (__activate_window_by_command):
11579 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11580 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11581 * fvwm/style.c (parse_and_set_window_style):
11582 (parse_and_set_window_style):
11583 began implementing new focus control styles
11585 * fvwm/focus.c (DoSetFocus):
11586 (__restore_focus_after_unmap):
11591 (__set_focus_to_fwin):
11594 * fvwm/conditional.c (MatchesConditionMask):
11595 * fvwm/focus.c (focus_query_open_grab_focus):
11596 (focus_query_close_restore_focus):
11597 (focus_does_accept_input_focus):
11599 * fvwm/events.c (HandleUnmapNotify):
11600 (HandleEnterNotify):
11602 (HandleMapRequestKeepRaised):
11603 renamed some functions
11606 * fvwm/focus_policy.c:
11607 * fvwm/focus_policy.h:
11608 prepared some future focus policy flags
11611 enable error message when png or xpm test compilation fails
11614 * fvwm/window_flags.h:
11615 * fvwm/ewmh.c (ewmh_HandleDesktop):
11616 * fvwm/style.c (parse_and_set_window_style):
11617 (check_window_style_change):
11618 * fvwm/events.c (HandleButtonPress):
11619 (HandleVisibilityNotify):
11620 began GFPR migration of *raises* focus policy flags
11622 * fvwm/focus.c (focus_is_focusd):
11625 * libs/Bindings.c (AddBinding):
11626 fixed handling of "unknown" modifiers in key bindings
11628 * fvwm/focus.c (focus_grab_buttons):
11629 (focus_query_grab_buttons):
11630 moved focus policy code into separate function
11632 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11637 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11639 * fvwm/style.c (parse_and_set_window_style):
11640 * fvwm/focus.c (focus_query_grab_focus):
11641 * fvwm/events.c (HandleMapNotify):
11642 (HandlePropertyNotify):
11643 * fvwm/focus_policy.c (fpol_init_default_fp):
11645 new styles OverrideGrabFocus and AllowGrabFocus
11646 cleaned up focus grabbing code and moved to focus.c
11648 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11650 * fvwm/focus.c (CMD_WarpToWindow):
11651 fixed negative arguments for unmanaged windows
11653 * fvwm/conditional.c (CMD_Direction):
11654 use PeekToken instead of GetNextToken
11656 new direction "center"
11658 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11660 * fvwm/events.c (addkbsubinstoarray):
11661 disabled experimental pointer warping code
11664 removed menu crash debug code
11666 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11669 added tons of crash debug code
11671 * fvwm/add_window.c:
11672 made a lot of internal functions static
11674 * fvwm/add_window.c (setup_button_windows):
11675 (destroy_title_window):
11676 (destroy_button_windows):
11677 (destroy_resize_handle_windows):
11678 (destroy_auxiliary_windows):
11681 * fvwm/icons.c (CreateIconWindow):
11682 safety patches w/ XDeleteContext
11684 * fvwm/menus.c (DestroyMenu):
11685 fixed a crash w/ accessing already deleted menus
11687 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11689 * fvwm/menus.c (get_menu_options):
11690 fixed menu context rectangle "icon" if the icon was not just a pixmap
11692 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11694 * fvwm/events.c (HandleMapNotify):
11695 (HandleMapRequestKeepRaised):
11696 (HandleUnmapNotify):
11697 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11698 * fvwm/ewmh.c (ewmh_HandleDesktop):
11699 * fvwm/style.c (parse_and_set_window_style):
11700 removed old do_grab_focus_when_created and *_when_transient_* flags
11702 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11704 * fvwm/conditional.c (MatchesConditionMask):
11705 * fvwm/focus.c (DoSetFocus):
11706 * fvwm/session.c (MatchWinToSM):
11707 * fvwm/module_interface.c (SETOLDFLAGS):
11708 removed old is_lenient flag
11711 * fvwm/style.c (__simplify_style_list):
11712 (simplify_style_list):
11715 * fvwm/window_flags.h:
11717 access macros for focus policy flags structures
11720 * fvwm/focus_policy.c:
11721 * fvwm/focus_policy.h:
11722 new files, begin great focus policy rewrite aka GFPR
11724 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11726 * fvwm/placement.c (PlaceWindow):
11727 Fixed interaction between CascadePlacement and StartsOnPage
11729 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11731 * libs/fvwmsignal.c (fvwmSelect):
11732 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11735 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11737 * fvwm/add_window.c (CaptureOneWindow):
11738 fixed a core dump w/ windows being destroyed during a recapture
11740 removed duplicate check if new windows still exist
11742 * fvwm/placement.c (CMD_PlaceAgain):
11743 * fvwm/move_resize.c (move_window_doit):
11745 * fvwm/virtual.c (MapDesk):
11747 (do_move_window_to_desk):
11748 * fvwm/icons.c (AutoPlaceIcon):
11749 (ChangeIconPixmap):
11751 some cleanup in movement code
11752 new option "Icon" to PlaceAgain command
11753 adapted documentation accordingly
11755 * fvwm/move_resize.c (move_window_doit):
11759 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11761 * libs/Flocale.c (FlocaleRotateDrawString):
11762 create gcs only once
11765 removed some references to Recapture
11766 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11767 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11769 * libs/gravity.c (gravity_parse_multi_dir_argument):
11770 fixed "all" multidir selecting "center" too
11772 * libs/Fft.c (FftDrawString):
11773 * libs/Flocale.c (FlocaleRotateDrawString):
11774 (FlocaleFontStructDrawString):
11775 (FlocaleDrawString):
11776 fixed some text placement bugs w/ shadow text
11777 (FlocaleGetShadowTextPosition):
11778 implemented "center" shadows
11780 2002-07-20 olicha <olivier.chapuis@free.fr>
11782 * libs/Flocale.c (FlocaleRotateDrawString):
11783 Removed some static declarations
11785 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11787 * libs/gravity.c (gravity_multi_dir_to_dir):
11788 * libs/gravity.h (enum):
11789 new function, cleaned up
11791 * fvwm/fvwm.h (FvwmWindow):
11795 moved text_rotation_type to gravity.h and renamed to rotation_type
11798 fixed several bugs in the access macros
11801 removed unused static FlocaleSeted
11802 (FlocaleFontStructDrawString):
11803 simplified function
11805 * fvwm/virtual.c (CMD_EdgeCommand):
11806 * fvwm/windowshade.c (CMD_WindowShade):
11807 * fvwm/conditional.c (CMD_Direction):
11808 adapted to changes in ParseDirectionArgument
11811 * libs/gravity.c (ParseDirectionArgument):
11812 new direction "Center"
11814 * fvwm/virtual.c (CMD_EdgeCommand):
11817 2002-07-18 olicha <olivier.chapuis@free.fr>
11819 * libs/PictureUtils.c (PictureRGBtoPixel):
11821 Fixed(??) color allocation for some visuals
11823 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11825 * libs/Flocale.c (FlocaleFontStructDrawString):
11826 a little code cleanup
11828 * fvwm/events.c (HandleEnterNotify):
11830 anothe click+drag fix
11832 * libs/Pointer.c (GetLocationFromEventOrQuery):
11833 * fvwm/focus.c (SetPointerEventPosition):
11834 * fvwm/functions.c (CheckActionType):
11835 * fvwm/builtins.c (CMD_StrokeFunc):
11836 * fvwm/move_resize.c (moveLoop):
11838 fixed some bugs w/ pointer on wrong screen
11840 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11842 * fvwm/events.c (HandleLeaveNotify):
11843 fixed problem w/ click+drag and mousey focus
11845 * fvwm/menus.c (size_menu_horizontally):
11846 fixed menu style SubmenusLeft w/ icons in menu items
11848 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11850 * fvwm/menuitem.c (menuitem_paint):
11852 * fvwm/menus.c (paint_menu_gradient_background):
11853 (get_menu_paint_item_parameters):
11854 removed circular dependency of menus.c and menuitem.c by using callback
11857 2002-07-17 olicha <olivier.chapuis@free.fr>
11862 * fvwm/fvwm.c (InitVariables):
11864 * fvwm/colorset.c (parse_colorset):
11866 (CMD_ReadWriteColors):
11867 * fvwm/builtins.c (CMD_ColorLimit):
11868 * libs/PictureUtils.h:
11869 * libs/PictureUtils.c (PictureReduceColor):
11870 (PictureReduceRGBColor):
11871 (PictureRGBtoPixel):
11872 (PictureAllocColor):
11873 (PictureFreeColors):
11874 (PictureGetNextColor):
11875 (colors_alloc_fail):
11879 (PictureAllocColorTable):
11880 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11881 (PImageXpmFreeColor):
11883 * libs/PictureBase.c (PictureInitCMap):
11884 * libs/Graphics.c (AllocLinearGradient):
11885 * libs/ColorUtils.c (GetShadow):
11891 (fvwmlib_clone_color):
11892 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11893 Implemented a new color limit method
11895 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11897 * fvwm/move_resize.c (moveLoop):
11898 fixed problem moving the pointer off screen while moving a window
11899 (AnimatedMoveAnyWindow):
11900 fixed pointer warping w/ multiple screens and animated window motion
11902 2002-07-12 olicha <olivier.chapuis@free.fr>
11904 * fvwm/menus.c (get_menu_paint_item_parameters):
11905 (paint_menu_gradient_background):
11906 * fvwm/menuitem.c (menuitem_paint):
11909 Fixed B/DGradient with Xft fonts
11912 * libs/ColorUtils.c (GetTintedColor):
11914 * fvwm/colorset.c (parse_simple_tint):
11917 Implemented fgTint colorset option
11919 * libs/PictureImageLoader.c:
11920 * libs/PictureUtils.c:
11921 * libs/PictureUtils.h:
11922 * libs/Makefile.am:
11923 Moved color limitation and some rgb to pixel functions from
11924 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11926 * fvwm/colorset.c (parse_colorset):
11927 * libs/PictureGraphics.c (PCreateTintedPixmap):
11928 (PGraphicsTintRectangle):
11929 Implemented tinting for X server without Xrender support and
11930 did color limitation when tinting
11933 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11935 * fvwm/events.c (WaitForButtonsUp):
11936 fixed handling of button release events
11938 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11940 * fvwm/menus.c (MenuInteraction):
11941 fixed core dump w/ dynamic popdown action destroying a menu
11942 (paint_menu_gradient_background):
11943 fixed hang and/or incorrect drawing of b and d gradients in menus
11945 * fvwm/events.c (HandleEnterNotify):
11946 (HandleLeaveNotify):
11947 improved LEAVE_WINDOW/ENTER_WINDOW handling
11949 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11951 * libs/Colorset.c (SetWindowBackground):
11952 (SetWindowBackgroundWithOffset):
11954 implemented new functions to allow pixmap backgrounds with an offset
11956 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11958 * fvwm/events.c (HandleMapRequestKeepRaised):
11959 send Map/UnmapNotify before iconyfying, not after
11961 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11963 * fvwm/events.c (HandleMapRequestKeepRaised):
11964 fake a MapNotify and then an UnmapNotify when a window is created iconic
11966 * fvwm/add_window.c (AddWindow):
11967 workaround for buggy TK menu positioning
11969 * fvwm/module_interface.c (FlushMessageQueue):
11972 tried to fix module communication deadlock w/ sync mask and a full write
11979 2002-07-06 olicha <olivier.chapuis@free.fr>
11981 * libs/Flocale.c (FlocaleGetFontSet):
11982 Removed some unwanted code
11984 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11986 * fvwm/events.c (HandleLeaveNotify):
11987 (HandleEnterNotify):
11988 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11990 * fvwm/events.c (CMD_XSync):
11991 very experimental patch to cycle through subwindows accepting keyboard
11992 input; call Xsync command repeatedly to test; crashes fvwm if more than
11993 1000 subwindows are used;
11995 * fvwm/focus.c (CMD_WarpToWindow):
11996 fixed a bug in warpttowindow command with subwindows of unmanaged
11999 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12001 * fvwm/events.c (HandlePropertyNotify):
12003 handle changes in the size_inc and base_size hints during opaque
12006 * fvwm/events.c (HandleButtonPress):
12007 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12008 until the button is released again; this restores the old behaviour
12009 from 2.3.23 and before with click+drag and rxvt/aterm
12011 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12013 * fvwm/update.c (apply_window_updates):
12014 fixed applying neverfocus to currently focused window; decorations
12015 partially drawn hilighted
12017 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12019 * fvwm/menucmd.c (menu_func):
12020 another module/menu/context window fix
12021 do not use global Fw anymore
12023 2002-07-05 olicha <olivier.chapuis@free.fr>
12025 * libs/Flocale.c (FlocaleStringToString2b):
12026 Fixed crash with big5-0 FontStruct
12028 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12030 * fvwm/menucmd.c (menu_func):
12031 fixed context window of menus invoked by a module
12033 fixed context menus on windows
12035 * libs/vpacket.h (ConfigWinPacket):
12036 * fvwm/module_interface.c (CONFIGARGSNEW):
12037 * fvwm/fvwm.h (FvwmWindow):
12038 fixed bugs in type conversions for transmitting certain information to
12041 * fvwm/functions.c (CheckActionType):
12042 fixed window selection problem w/ menus invoked from modules
12044 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12046 * fvwm/gnome.c (GNOME_HandlePropRequest):
12049 * fvwm/module_interface.c (ExecuteCommandQueue):
12050 fixed compile bug w/ --enable-debug-msgs
12052 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12054 * fvwm/events.c (HandleButtonPress):
12056 * fvwm/menus.c (MenuInteraction):
12058 * fvwm/windowlist.c (CMD_WindowList):
12059 * fvwm/menucmd.c (menu_func):
12060 * fvwm/module_interface.c (ExecuteModuleCommand):
12061 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12062 go away, evil globals! [removed the useless global variable
12065 * fvwm/events.c (HandleUnmapNotify):
12067 * fvwm/icons.c (Iconify):
12068 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12069 * fvwm/fvwm.h (struct):
12070 renamed is_deiconify_pending to is_iconify_pending
12073 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12075 * fvwm/menus.c (MenuInteraction):
12077 (menu_enter_tear_off_menu):
12079 * fvwm/events.c (HandleButtonPress):
12080 (HandleButtonRelease):
12083 * fvwm/menucmd.c (menu_func):
12085 * fvwm/module_interface.c (ExecuteModuleCommand):
12086 go away, evil globals! [removed the useless global variable "Context"]
12087 removed is_menu_from_frame_or_window_or_titlebar flag
12089 * fvwm/module_interface.c:
12090 * fvwm/windowlist.c:
12093 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12095 * fvwm/menuitem.c (menuitem_paint):
12096 fixed fg color of the inactive disabled menu item
12101 removed a mention of RedHat (I don't think it is correct),
12102 reworded a mention of fvwm95
12104 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12107 tabify only the leading spaces, untabify the middle of line
12109 2002-06-25 David Fries <dfries@mail.win.org>
12112 * fvwm/windowlist.c:
12113 Added code to sort based on the class name of a window for
12114 the WindowList function.
12116 2002-06-25 olicha <olivier.chapuis@free.fr>
12121 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12124 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12126 2002-06-24 Steve Talley <stephen.talley@sun.com>
12128 * fvwm/add_window.c:
12129 * fvwm/add_window.h:
12137 New Style option IconSize
12139 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12141 * NEWS, configure.in:
12142 changed version to 2.5.3
12144 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12147 removed C++ section
12150 * libs/FlocaleCharset.c:
12153 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12155 * fvwm/events.c (WaitForButtonsUp):
12156 use the wait cursot only after the 20th pass through the loop
12158 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12160 * fvwm/fvwm.1 (Examples): Language check.
12161 PipeRead as synchronous Exec.
12162 Better example for PipeRead.
12164 2002-06-21 olicha <olivier.chapuis@free.fr>
12168 Documented StringEncoding= in font name
12171 Removed --disable-compound-text doc
12173 2002-06-20 olicha <olivier.chapuis@free.fr>
12175 * libs/FBidi.h (FBidiConvert):
12176 Fixed compile if !HAVE_BIDI
12178 2002-06-19 olicha <olivier.chapuis@free.fr>
12180 * fvwm/fvwm.c (InitVariables):
12182 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12183 This fix a "null expression" at init in menustyle.c (menustyle_update)
12185 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12188 reworded supported feature listing, fixed the default xft detection
12190 added the "Supported Features" section
12192 2002-06-19 olicha <olivier.chapuis@free.fr>
12195 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12198 Removed --enable-mulibyte and --disable-compound-text config option
12199 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12202 Xft is on by default no
12204 * libs/FlocaleCharset.c (*):
12205 * libs/FlocaleCharset.h:
12206 * libs/Ficonv.c (*):
12208 * libs/Flocale.c (*):
12211 * libs/FftInterface.h:
12214 * fvwm/ewmh_names.c ():
12215 Some cleanup. Implemented StringEncoding= in font names. Fixed
12216 string encoding for xft fonts. Try to be more cleaver about defaults
12217 charsets. Improvement in the locale charset table.
12220 Some documentation cleanup regarding Xft
12222 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12224 * fvwm/functions.c (find_func_type):
12225 fixed bug i introduced w/ last commit
12227 * fvwm/fvwm.c (Done):
12229 * fvwm/functions.c (functions_is_complex_function):
12230 * fvwm/builtins.c (CMD_DestroyFunc):
12233 moved functions to functions.c
12236 * fvwm/functable.c:
12237 * fvwm/functable.h:
12238 * fvwm/functions.h:
12240 * fvwm/functions.c:
12241 moved some types and functions to other/new files
12243 * fvwm/functions.c:
12244 * fvwm/expand.c (expand_vars_extended):
12246 functions moved to new file
12248 * fvwm/functions.c:
12251 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12253 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12254 fixed colourmap focus problem
12257 tabified all files and removed all trailing spaces
12259 * fvwm/move_resize.c (move_window_doit):
12260 * fvwm/virtual.c (CMD_MoveToDesk):
12261 MoveToPage and MoveToDesk no longer unstick windows
12263 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12269 reworded some names of supported features
12271 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12273 * fvwm/update.c (apply_window_updates):
12274 * fvwm/session.c (MatchWinToSM):
12275 * fvwm/add_window.c (setup_window_structure):
12276 * fvwm/windowshade.c (CMD_WindowShade):
12277 * fvwm/window_flags.h:
12278 fixed a problem w/ shaded windows changind the title direction
12280 * fvwm/geometry.c (get_shaded_geometry):
12281 fixed shading window to 0 width or height
12283 * fvwm/add_window.c (AddWindow):
12284 fixed a memory leak and an initial window placement bug
12286 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12289 minor improvements in output, added bin/fvwm-perllib
12291 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12293 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12294 fixed copying PopupOffset values in CopyMenuStyle
12299 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12303 added CopyStringWithQuotes, not perfect, but works for now
12305 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12307 * fvwm/functions.h:
12309 * fvwm/functions.c (func_config):
12310 * libs/FScreen.c (FScreenConfigureSLSScreens):
12311 (FScreenConfigureModule):
12312 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12313 new command XineramaSLSScreens
12316 cleaned up Xinerama ifdefs
12318 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12321 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12323 2002-06-07 olicha <olivier.chapuis@free.fr>
12326 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12327 Some shadow text position fixes
12329 2002-06-06 olicha <olivier.chapuis@free.fr>
12331 * fvwm/update.c (apply_window_updates):
12332 Fixed the position of shaded windows after certain style update
12335 Fixed some options names
12337 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12339 * fvwm/module_interface.c (CMD_SendToModule):
12340 fixed SendToModule when the first parameter contains quotes
12342 2002-06-06 olicha <olivier.chapuis@free.fr>
12344 * fvwm/fvwm.c (main):
12345 * fvwm/ewmh.c (EWMH_Init):
12346 Init the EWMH before reading the config. Always setup the working
12349 2002-06-05 olicha <olivier.chapuis@free.fr>
12351 * fvwm/update.c (apply_window_updates):
12352 Fixed the position of a shaded window during a style update
12355 * libs/Flocale.c (FlocaleRotateDrawString):
12356 (FlocaleGetShadowTextPosition):
12357 Fixed side title text position if the font has no shadow
12360 * libs/Ficonv.c (FiconvInit):
12361 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12362 * libs/Flocale.c (FlocaleInit):
12363 (FlocaleRotateDrawString):
12364 (FlocaleGetFontSet):
12365 (FlocaleGetFontOrFontSet):
12367 (FlocaleDrawString):
12368 (FlocaleTextWidth):
12369 (FlocaleFreeNameProperty):
12370 (FlocaleGetNameProperty):
12371 (FlocaleTextListToTextProperty):
12372 Finish to remove the multibyte patch. This gives a more clean code
12373 and can only prevent bugs
12375 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12377 * fvwm/placement.c (PlaceWindow):
12378 fixed CascadePlacement with huge windows (xterm -g 240x100),
12379 that were aligned to bottom-right instead of top-left;
12380 small adjustments (removed border_width from calculations,
12381 don't place normal windows at 0, commented out some strange code)
12383 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12386 document CascadePlacement and FvwmIconMan improvements
12391 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12393 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12394 * fvwm/fvwm.c (InitVariables):
12395 * fvwm/placement.c (PlaceWindow):
12396 * fvwm/screen.h (struct ScreenInfo):
12397 improved *CascadePlacement, if the last placed window does not exist
12398 any more, reuse the last used position instead of adding a new cascade
12400 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12402 * fvwm/events.c (HandleEnterNotify):
12403 * fvwm/fvwm.c (InitVariables):
12405 Fixed colormap handling over decorative parts of a window
12407 2002-06-03 olicha <olivier.chapuis@free.fr>
12409 * fvwm/module_interface.c (make_named_packet):
12410 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12411 related to named module packet
12413 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12415 * fvwm/focus.c (focus_grab_buttons):
12416 * fvwm/events.c (HandleButtonPress):
12417 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12419 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12421 * fvwm/bindings.c (ParseBinding):
12422 replaced an error "Illegal mouse button" with a descriptive warning
12423 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12425 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12427 * fvwm/events.c (GetContext):
12428 fixed key bindings on decorations
12431 removed XEVMASK_DECORW
12433 2002-05-31 olicha <olivier.chapuis@free.fr>
12437 Documented shadow effect in a new section FONT EFFECTS
12439 2002-05-31 olicha <olivier.chapuis@free.fr>
12441 * libs/Fft.c (FftDrawString):
12442 * libs/Colorset.c (DumpColorset):
12445 * fvwm/colorset.c (parse_colorset):
12446 New colorset option fg_alpha which defines an alpha for rendering
12449 2002-05-29 olicha <olivier.chapuis@free.fr>
12451 * libs/Fft.c (FftSetupEncoding):
12458 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12459 to Xft FLAGS and LIBS
12461 * fvwm/Makefile.am:
12462 * libs/Makefile.am:
12463 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12464 Xft2 library. Removed FT2 CFLAGS and LIBS
12466 2002-05-27 olicha <olivier.chapuis@free.fr>
12471 Some Xft2 and fontconfig preparation
12474 * libs/Flocale.c (FlocaleParseShadow):
12476 (FlocaleGetShadowTextPosition):
12477 Added offset to shadow text
12480 Fixed the position of ne shadow text and remove some unused #define
12482 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12484 * fvwm/colorset.c (parse_colorset):
12485 fixed integer overflow in average colour calculation
12487 2002-05-27 olicha <olivier.chapuis@free.fr>
12489 * libs/gravity.c (GetNextMultiDirection):
12490 (ParseMultiDirectionArgument):
12492 Added a multi direction type which is a "<<" version of direction
12493 type. Added a parse and a next functions
12496 * libs/Flocale.c (FlocaleParseShadow):
12497 (FlocaleGetNextShadowDirection):
12498 (FlocaleGetShadowTextPosition):
12499 Used gravity multi direction type and functions. Removed
12500 FlocaleGetNextShadowDirection
12502 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12504 * fvwm/focus.c (restore_focus_after_unmap):
12505 fixed a problem w/ colormap transition when transient window died
12507 * fvwm/add_window.c (AddWindow):
12510 * fvwm/session.c (getUniqueStateFilename):
12511 applied security patch by Jan Echternach
12513 * fvwm/fvwm.c (InitVariables):
12514 Properly initialise Scr.flags.is_pointer_on_this_screen
12516 * libs/fvwmlib.h (FvwmFont):
12517 * fvwm/fvwm.c (setVersionInfo):
12520 * acconfig.h (MULTIBYTE):
12521 removed MULTIBYTE option (unconditionally on)
12523 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12525 * libs/gravity.c (ParseDirectionArgument):
12526 allow "t", "u", ... shortcuts as direction arguments
12528 * fvwm/style.c (check_window_style_change):
12529 (parse_and_set_window_style):
12530 * fvwm/frame.c (frame_setup_border):
12531 (frame_get_shading_laziness):
12532 (frame_get_sidebar_geometry):
12533 * fvwm/decorations.c (SelectDecor):
12534 * fvwm/add_window.c (setup_style_and_decor):
12535 (setup_resize_handle_cursors):
12536 (setup_resize_handle_windows):
12537 (change_resize_handle_windows):
12538 (destroy_auxiliary_windows):
12539 * fvwm/borders.c (border_get_border_gcs):
12540 (border_draw_border_parts):
12541 * fvwm/style.h (SCSET_HAS_BORDER):
12542 * fvwm/fvwm.h (FvwmWindow):
12543 * fvwm/window_flags.h (SET_HAS_BORDER):
12544 new styles NoBorder/Border
12546 2002-05-26 olicha <olivier.chapuis@free.fr>
12549 * libs/Flocale.c (FlocaleParseShadow):
12550 (FlocaleGetNextShadowDirection):
12551 (FlocaleGetShadowTextPosition):
12553 Implemented multidirectional shadow text rendering
12557 (FlocaleFontStructDrawString):
12558 (FlocaleRotateDrawString):
12560 (FlocaleDrawString):
12561 (FlocaleTextWidth):
12562 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12563 * libs/Fft.c (FftDrawString):
12564 Cleanup the FlocaleFont structure by addings some flags
12566 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12568 * fvwm/events.c (HandleFocusIn):
12569 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12570 * fvwm/screen.h (ScreenInfo):
12571 * fvwm/focus.c (FocusOn):
12572 ignore EnterNotify events while a window is waiting to receive focus
12573 from the Focus or FlipFocus commands; should prevent plenty of race
12574 contidions caused by executing complex functions by a key press, button
12575 press or from a menu; fixes Alt-Tab problem
12577 * fvwm/events.c (HandleMapNotify):
12578 immediately draw window decorations when window is mapped; the new frame
12579 drawing code takes care of suppressing unnecessary redraws
12580 (HandleLeaveNotify):
12581 fixed a bug w/ LeaveNotify event with NotifyGrab
12583 2002-05-22 olicha <olivier.chapuis@free.fr>
12586 * libs/Fft.c (FftDrawString):
12587 * libs/Flocale.c (FlocaleFontStructDrawString):
12588 (FlocaleRotateDrawString):
12590 (FlocaleGetShadowTextPosition):
12591 (FlocaleDrawString):
12592 (FlocaleDrawUnderline):
12593 (FlocaleTextWidth):
12594 Implemented negative shadow text
12596 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12598 * fvwm/menucmd.c (CMD_AddToMenu):
12599 * fvwm/windowlist.c (CMD_WindowList):
12602 changed signature of AddToMenu
12604 * fvwm/menus.c (clone_menu_root_static):
12605 fixed problem w/ menu style usage count and tear off menus
12606 fixed core dump w/ not copying the missing sub menu function in tear
12608 (clone_menu_item_list):
12610 (add_another_menu_item):
12611 (size_menu_vertically):
12612 fixed additional "More..." items in sub menus of torn off menus
12614 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12617 fixed #endif warning
12618 * fvwm/ConfigFvwmDefaults:
12619 added CirculateSkip to tear off menus
12621 fixed ShadeAgain quoting
12623 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12625 * fvwm/events.c (HandleButtonPress):
12626 allow to pass the focus click to applications and have a function bound
12627 to it at the same time
12631 fixed compilation problem
12633 2002-05-20 olicha <olivier.chapuis@free.fr>
12635 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12636 Fixed blue colour in png image and ewmh icons
12638 * libs/Flocale.c (FlocaleLoadFont):
12639 Removed some debug code
12641 * fvwm/colorset.c (parse_colorset):
12643 * libs/ColorUtils.c (GetForeShadowColor):
12644 Added Mikhael algo to compute the default fgsh
12646 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12648 * fvwm/functions.c (expand_extended_var):
12649 expand $[fgsh.csN], use constants instead of numbers
12651 2002-05-17 olicha <olivier.chapuis@free.fr>
12653 * libs/Flocale.c (FlocaleDrawString):
12654 (FlocaleDrawUnderline):
12656 Removed some unused and debug code
12658 2002-05-17 olicha <olivier.chapuis@free.fr>
12660 * fvwm/menuitem.c (draw_underline):
12662 * libs/Flocale.c (FlocaleDrawUnderline):
12663 Move draw_underline into Flocale.c and fix underline position with
12666 2002-05-17 olicha <olivier.chapuis@free.fr>
12668 * fvwm/style.c (update_window_color_style):
12669 (update_window_color_hi_style):
12670 * fvwm/move_resize.c (DisplayPosition):
12672 * fvwm/menuitem.c (menuitem_paint):
12673 * fvwm/borders.c (get_common_decorations):
12674 (border_get_titlebar_draw_descr):
12676 * fvwm/icons.c (DrawIconWindow):
12677 Pass the colorset to text drawing via the FlocaleWinString structure
12680 * libs/ColorUtils.c (GetForeShadowColor):
12682 * fvwm/colorset.c (parse_colorset):
12684 * libs/Colorset.c (DumpColorset):
12686 Added fgsh colorset and two new functions GetForeShadowColor and
12687 GetForeShadow which should be modified
12689 * libs/Makefile.am:
12691 * libs/FftInterface.h (new file):
12692 * libs/Fft.c (FftDrawString):
12694 * libs/Flocale.c (FlocaleFontStructDrawString):
12695 (FlocaleRotateDrawString):
12696 (FlocaleDrawString):
12697 (FlocaleTextWidth):
12699 Implemented text shadow rendering
12701 2002-05-11 olicha <olivier.chapuis@free.fr>
12704 * fvwm/builtins.c (refresh_window):
12705 * fvwm/update.c (apply_window_updates):
12707 * fvwm/style.c (check_window_style_change):
12708 ParentalRelativity style is now dynamic
12710 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12712 * fvwm/menuitem.c (menuitem_paint):
12713 fixed menu item hilight area
12715 2002-05-09 olicha <olivier.chapuis@free.fr>
12717 * libs/Makefile.am:
12718 * libs/XError.c (request_name):
12719 * libs/PictureImageLoader.c (PImageLoadPng):
12720 (PImageCreatePixmapFromArgbData):
12721 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12722 (PGraphicsTileRectangle):
12723 (PGraphicsCopyFvwmPicture):
12724 * libs/FRenderInit.c (new file):
12725 * libs/FRenderInit.h (new file):
12726 * libs/FRenderInterface.h:
12727 * libs/FRender.c (*):
12728 * fvwm/colorset.c (parse_tint):
12730 * fvwm/fvwm.c (main):
12731 * fvwm/events.c (HandlePropertyNotify):
12732 Change the design of the previous commit. Now a module should call
12733 FRenderInit when it wants to use a function which depends on XRender.
12735 2002-05-09 olicha <olivier.chapuis@free.fr>
12743 Include Fft.h include FRender.h as Xft.h include Xrender.h
12745 * libs/FRenderInterface.h:
12747 * libs/FRender.c (FRenderInit):
12748 (FRenderGetErrorCodeBase):
12749 (FRenderGetMajorOpCode):
12750 (FRenderGetExtensionSupported):
12751 (FRenderGetErrorText):
12752 Improve XRender initialization, check if the XRender extension is
12753 enabled and get the error code base and the major op code.
12754 Add error functions for the X error handler.
12756 * libs/XError.c (PrintXErrorAndCoredump):
12758 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12761 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12762 * fvwm/events.c (HandlePropertyNotify):
12763 * fvwm/colorset.c (parse_tint):
12765 * libs/PictureImageLoader.c (PImageLoadPng):
12766 (PImageCreatePixmapFromArgbData):
12767 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12768 (PGraphicsCopyFvwmPicture):
12769 (PGraphicsTileRectangle):
12770 * libs/FRender.c (FRenderCopyArea):
12771 (FRenderTintRectangle):
12772 Check if the XRender extension is enabled on the display before
12773 performing XRender operations
12775 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12777 * fvwm/menuitem.c (menuitem_paint):
12778 fixed item hilighting problems
12780 2002-05-07 olicha <olivier.chapuis@free.fr>
12782 * fvwm/colorset.c (parse_colorset):
12785 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12787 * fvwm/events.c (HandlePropertyNotify):
12788 workaround for xterm resize problem
12790 * fvwm/colorset.c (parse_colorset):
12791 (free_colorset_background):
12794 fixed various bugs and core dumps w/ the cs->picture structure;
12795 note: it's a pointer, so compare with NULL, not with None
12797 * fvwm/frame.c (frame_setup_window):
12798 (frame_setup_window_app_request):
12799 (frame_force_setup_window):
12800 (frame_setup_window_internal):
12801 (frame_create_move_resize_args):
12802 (frame_free_move_resize_args):
12803 * fvwm/add_window.c (setup_window_attr):
12804 * fvwm/events.c (HandleConfigureRequest):
12805 (HandlePropertyNotify):
12806 fixed [?] bit_gravity/resize problem
12808 * fvwm/events.c (HandleEnterNotify):
12809 reformatted EdgeCommand code
12811 2002-05-06 olicha <olivier.chapuis@free.fr>
12813 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12814 Resize an ewmh icon to the wanted size if it is to big
12816 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12817 Set also the stacking list when a window is destroyed
12819 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12821 * fvwm/fvwm.1: Finish language check.
12822 Fix typo in Mouse section, context should be on new line.
12824 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12826 * fvwm/fvwm.1 (file): Restore icons and images text with some
12828 Started on lang check, not done yet.
12830 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12832 * fvwm/module_interface.c (make_named_packet):
12833 Applied Mikhail Kruk patch
12835 2002-05-02 olicha <olivier.chapuis@free.fr>
12837 * libs/FlocaleCharset.h:
12838 * libs/Ficonv.c (FiconvSetupConversion):
12839 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12841 * libs/Flocale.c (FlocaleGetFftFont):
12842 (FlocaleGetFontSet):
12845 (FlocaleUnloadFont):
12847 Implemented charset/iconv hints in font name
12849 2002-04-29 Stian Sletner <stian@sletner.com>
12851 * fvwm/windowlist.c (CMD_WindowList):
12852 Added new Windowlist option IconifiedAtEnd
12854 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12856 * fvwm/module_interface.c:
12859 moved two constant strings to Module.h, so they may be used by perllib
12861 2002-04-29 olicha <olivier.chapuis@free.fr>
12863 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12864 Fixed a core dump if the charset is not found
12866 * libs/Flocale.c (FlocaleStringToString2b):
12867 Removed some debug code
12869 2002-04-29 olicha <olivier.chapuis@free.fr>
12871 * libs/Fft.c (FftGetFontWidths):
12872 (FftGetFontWidths):
12875 * libs/Flocale.c (FlocaleGetFont):
12876 (FlocaleGetFontSet):
12877 (FlocaleGetFftFont):
12878 Removed min_char_offset member of the FlocaleFont as it is not use
12879 since we rotate string for side title
12881 * libs/Ficonv.c (FiconvSetupConversion):
12882 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12883 (FlocaleCharsetSetFlocaleCharset):
12885 * libs/Flocale.c (FlocaleTextWidth):
12886 (FlocaleDrawString):
12887 (FlocaleUtf8ToUnicodeStr2b):
12889 (FlocaleStringToString2b):
12890 (FlocaleRotateDrawString):
12891 (FlocaleFontStructDrawString):
12892 Added support for drawing string with 10646-1 fonts without an utf8
12893 locale. Also, drawing strings with a multibyte font now work not so
12894 bad even if the locale have nothing to do with the font.
12896 * libs/Fft.c (FftUtf8ToFftString16):
12899 Added utf8 rendering with iso10646-1 fonts on system without
12902 * fvwm/colorset.c (reset_cs_pixmap):
12907 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12909 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12912 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12914 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12916 * fvwm/move_resize.c:
12917 don't start Move with snap disabled if Alt is initially pressed
12919 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12921 * NEWS, configure.in:
12922 changed version to 2.5.2
12924 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12927 improved main headers, added new COLORSETS section;
12928 documented State condition
12931 documented Tint in colorsets and utility renaming
12934 corrected several error reporting problems
12936 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12939 fixed leaving tear off menus
12941 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12943 * fvwm/borders.c (border_draw_part_relief):
12944 (border_set_button_pixmap):
12945 (border_draw_title_stick_lines):
12946 (border_draw_title_mono):
12947 (border_draw_title_relief):
12948 * libs/fvwmlib.h (RelieveRectangle2):
12949 (RelieveRectangle):
12950 replaced functions by macros
12952 * libs/Graphics.c (do_relieve_rectangle):
12953 applied performance patch by Dave Trollope
12955 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12961 * libs/FlocaleCharset.c:
12962 FBidi is now independent from Flocale* again;
12963 iso8859-6.8x fonts recognized now as bidi-enabled
12965 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12968 fixed --disable-multibyte
12970 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12972 * fvwm/borders.c (border_draw_title_deep):
12973 (border_set_title_pixmap):
12974 (border_set_button_pixmap):
12975 fixed SolidButton title and button style
12977 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12982 added new entry about CurrentAtEnd
12985 minor reformatting and spell checking
12987 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12989 * fvwm/windowlist.c (CMD_WindowList):
12990 Added new Windowlist option CurrentAtEnd
12992 2002-04-22 olicha <olivier.chapuis@free.fr>
12994 * fvwm/colorset.c (parse_colorset):
12996 Fixed an enormous core dump which comes from a cvs merging problem
12998 * fvwm/Makefile.am:
13001 Added Xrender detection and link fvwm if needed
13003 * libs/PictureGraphics.c:
13004 * libs/PictureGraphics.h:
13007 * libs/FRenderInterface.h:
13008 * libs/PictureGrpahics.c (*):
13009 * libs/PictureGrpahics.h:
13010 New libs files to acheive alpha-blend rendering and better XBM
13011 support. PictureGraphics contains elaborated version and also
13012 simplified version of XFillRectangle, XCopyPlan and XCopyArea
13016 * fvwm/icons.c (clear_icon):
13020 * fvwm/events.c (HandlePropertyNotify):
13021 * fvwm/borders.c (border_fill_pixmap_background):
13022 (border_get_border_background):
13023 (border_draw_decor_to_pixmap):
13024 * fvwm/menuitem.c (menuitem_paint):
13025 * fvwm/add_window.c (destroy_icon):
13026 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13027 * fvwm/geometry.c (move_icon_to_position):
13028 * fvwm/colorset.c (free_colorset_background):
13031 Implemented alpha-blend rendering with the new libs function
13033 * fvwm/colorset.c (free_colorset_background):
13036 Implemented tinting of a Pixmap background colorset
13038 * fvwm/colorset.c (parse_colorset):
13039 Use the Scr.NoFocusWin as main window in the place of the
13040 Scr.SizeWindow, this fix a lot of X errors in my machine.
13042 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13043 Donated our alpha channel
13046 * fvwm/module_interface.h:
13047 * fvwm/module_interface.c (SendFvwmPicture):
13048 (BroadcastMiniIcon):
13050 (BroadcastFvwmPicture):
13051 (CMD_Send_WindowList):
13052 * fvwm/add_window.c (change_mini_icon):
13053 (broadcast_mini_icon):
13054 * fvwm/ewmh_icons.c:
13055 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13056 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13058 * libs/Makefile.am:
13059 * libs/PictureBase.c (*):
13060 * libs/PictureBase.h:
13061 * libs/Picture.c (*):
13063 * libs/PictureImageLoader.c (*):
13064 * libs/PictureImageLoader.h:
13066 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13067 PictureImageLoader.
13068 Rename some libs function: InitPictureCMap -> PictureInitCMap,
13069 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13070 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13071 SetImagePath -> PictureSetImagePath, findImageFile ->
13072 PictureFindImageFile, PictureList -> FvwmPictureList,
13073 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
13074 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13075 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13076 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13077 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13078 Also renamed more recent functions in PictureImageLoader.
13080 * fvwm/borders.c (border_draw_one_border_part):
13081 (border_draw_decor_to_pixmap):
13082 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13085 * fvwm/menus.c (pop_menu_up):
13086 (animated_move_back):
13087 (ParentalMenuRePaint):
13088 * fvwm/move_resize.h (resize_geometry_window):
13089 * fvwm/move_resize.c (move_window_doit):
13090 (AnimatedMoveAnyWindow):
13091 (AnimatedMoveOfWindow):
13092 (AnimatedMoveFvwmWindow):
13093 Fixed transparent animated menu
13095 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13104 fixed running out of colors on 8bpp with ReadWriteColors;
13105 simulate colorsets on monochrome displays using three 1-bit pixmaps
13107 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13110 fixed $PERL detection again
13115 added -Wno-implicit-int to -Wall in case of gcc
13119 fixed ReadWriteColors on a PseudoColor display
13121 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13123 * fvwm/move_resize.c (move_window_doit):
13124 set the is_icon_moved too flag if the icon was moved non-interactively
13130 Moved FvwmTheme functionality into fvwm.
13131 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13133 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13136 fixed $PERL detection
13139 * fvwm/ConfigFvwmDefaults:
13140 several fixes and spelling
13142 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13144 * libs/Bindings.c (CheckBinding):
13147 (GrabWindowButton):
13148 (MatchBindingExactly):
13149 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13152 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13155 configure now uses $PERL if set
13158 all programs installed into ${bindir} have now fvwm- prefix;
13159 documentation updated
13161 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13164 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13165 documentation updated
13167 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13170 added 2.4.7 entries
13172 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13174 * AUTHORS: New author.
13176 * NEWS: Edge Command.
13178 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13181 Added EdgeCommand paragraph.
13183 * fvwm/events.c (HandleEnterNotify):
13184 Added execution of Scr.PanFrame*.command if set
13186 * fvwm/fvwm.c (InitVariables):
13187 Added init strings for pan frame commands.
13192 Avoid hiding of pan frames if pan frame command is set.
13194 Implementation of the buildin command EdgeCommand. First
13195 implementation of this function.
13197 * fvwm/screen.h (struct):
13198 added char * command in structure Panframe to store the pan frame
13201 * fvwm/functions.c:
13202 added declaration of CMD_ENTRY("edgecommand")
13204 * fvwm/functions.h:
13205 added definition of Flag F_EDGE_COMMAND
13208 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13210 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13213 added "BI-DIRECTIONAL TEXTS" section
13216 added #include <sys/select.h> to fix endless loop on QNX
13218 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13221 changed description of focus models
13223 2002-04-09 olicha <olivier.chapuis@free.fr>
13226 Check for libpng libpng 1.0.4a or better
13228 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13230 * fvwm/add_window.c (setup_title_geometry):
13233 * fvwm/geometry.c (get_title_font_size_and_offset):
13235 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13237 * fvwm/window_flags.h:
13238 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13240 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13242 new Style options TopTitleRotated / TopTitleNotRotated,
13243 BottomTitleRotated / BottomTitleNotRotated
13245 2002-04-08 olicha <olivier.chapuis@free.fr>
13247 * libs/Makefile.am:
13248 Fixed make dist again
13250 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13252 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13254 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13257 minor wording fixes
13260 mention a new FvwmIconMan syntax
13262 * sample.fvwmrc/new-features:
13263 * sample.fvwmrc/system.fvwm2rc:
13264 * sample.fvwmrc/system.fvwm2rc-sample-95:
13265 use a new module syntax
13267 2002-04-06 olicha <olivier.chapuis@free.fr>
13271 Forget to save some file
13273 * libs/FImageLoader.c (c100_init_base_table):
13274 Allows init even if !XPM
13276 * libs/Makefile.am:
13280 Fixed png detection
13282 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13283 Fixed a GC memory leaks.
13285 * fvwm/fvwm.c (setVersionInfo):
13287 Updated -version for png, bidi and xft
13290 Modified the ICONS section. Rename it ICONS AND IMAGES and
13291 document PNG file format. Replace "xpm or bitmap file" by
13292 "image file" in a few place.
13296 PNG news and documented libpng in the "Optional libraries used by FVWM"
13299 2002-04-05 olicha <olivier.chapuis@free.fr>
13301 * libs/FImageLoader.c (c100_init_base_table):
13302 (FImageReduceRGBColor):
13303 (FImageCreatePixmapFromArgbData):
13304 Speed up color limitation for png image and ewmh icons
13305 Respect color limit even with DirectColor and TrueColor
13308 * acconfig.h (HAVE_PNG):
13309 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13310 even without XPM support
13313 * libs/InitPicture.c (new file):
13314 * libs/InitPicture.h (new file):
13317 * libs/FImageLoader.c (new file):
13318 * libs/FImageLoader.h (new file):
13319 * libs/Fxpm.h (new file):
13320 * libs/Fpng.h (new file):
13321 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13322 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13323 ColorLimit stuff is applied to PNG image.
13324 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13325 Picture.c and Picture.h.
13326 InitPicture contains the Picture structure, initialize the visual,
13327 depth and color map and contains image path stuff as Picture contains
13328 Picture manipulations.
13330 * libs/ColorUtils.c:
13332 Moved the Picture color utils func to ColorUtils
13334 * fvwm/Makefile.am:
13335 links against libpng
13337 * fvwm/icons.c (GetIconPicture):
13341 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13342 the libs image loader
13344 * fvwm/cursor.c (CMD_CursorStyle):
13345 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13347 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13348 (EWMH_SetIconFromWMIcon):
13349 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13353 Send the ColorLimit to module in any case
13360 * fvwm/add_window.c:
13364 * fvwm/menustyle.c:
13365 * fvwm/move_resize.c:
13368 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13370 * fvwm/events.c (test_map_request):
13371 (test_resizing_event):
13372 fixed endless loop in HandleConfigureRequest
13374 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13376 * fvwm/add_window.c (setup_style_and_decor):
13377 fixed borderless transients
13379 * fvwm/events.c (test_resizing_event):
13380 (HandleConfigureRequest):
13381 * fvwm/frame.c (frame_create_move_resize_args):
13382 * fvwm/add_window.c (AddWindow):
13384 * fvwm/window_flags.h:
13385 tried to improve ConfigureRequest handling
13387 * fvwm/events.c (HandlePropertyNotify):
13388 recalculate window size when the base_width or base_height hint
13389 changes; fixes some problems with xemacs
13391 * fvwm/virtual.c (map_window):
13394 * fvwm/borders.c (border_draw_decorations):
13395 don't redraw windows on a different desk
13396 keep track of Scr.Hilite
13398 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13400 * fvwm/virtual.c (unmap_window):
13401 * fvwm/move_resize.c (resize_window):
13402 * fvwm/icons.c (Iconify):
13403 * fvwm/add_window.c (CaptureOneWindow):
13404 * fvwm/borders.c (border_undraw_decorations):
13405 mark window decorations as not drawn whenever the frame is unmapped
13407 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13409 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13411 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13414 use safemalloc and alloca instead of malloc
13416 2002-03-29 olicha <olivier.chapuis@free.fr>
13418 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13419 Set the X locale charset on system without XOpenOM
13421 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13424 fixed multibyte support reporting
13426 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13431 moved gcc extension __attribute__ handling to config.h
13433 * fvwm/fvwm.c (main):
13434 * fvwm/stack.c (add_window_to_stack_ring_after):
13435 * fvwm/icons.c (GetIconWindow):
13437 * fvwm/add_window.c:
13438 fixed core dumps and other bugs in debug messages
13440 2002-03-27 olicha <olivier.chapuis@free.fr>
13442 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13443 (FlocaleCharsetSetFlocaleCharset):
13445 * configure.in (problem_multibyte):
13446 Fixed compilation for system without XOpenOM in Xlib.h
13448 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13449 * libs/Ficonv.c (FiconvInit):
13453 include only libs/Flocale.h
13455 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13458 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13463 * libs/FlocaleCharset.c:
13464 minor modifications, like removed #include;
13465 fixed core dump with bidi and utf-8
13467 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13469 * fvwm/frame.c (frame_update_hidden_window_pos):
13470 fixed shade/maximize/unshade
13472 * fvwm/builtins.c (FreeDecorFace):
13475 * fvwm/borders.c (get_common_decorations):
13476 (border_get_border_style):
13477 * fvwm/style.c (parse_and_set_window_style):
13479 * fvwm/window_flags.h:
13480 * fvwm/fvwm.h (struct):
13481 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13482 (frame_create_move_resize_args):
13483 (frame_move_resize_step):
13484 (frame_next_move_resize_args):
13485 new styles WindowShadeLazy [default], WindowShadeBusy and
13486 WindowShadeAlwaysLazy
13488 * fvwm/frame.c (frame_set_decor_gravities):
13489 fixed window bit gravities
13490 split into smaller functions
13491 (frame_move_resize_step):
13492 fixed a bug w/ the parent gravity
13493 (frame_hide_changing_window_parts):
13494 fixed flickering in one of the corners during shade animation
13495 (frame_mrs_hide_changing_parts):
13497 (frame_mrs_prepare_vars):
13498 (frame_mrs_hide_unhide_parent):
13499 (frame_mrs_setup_draw_decorations):
13500 (frame_mrs_resize_move_windows):
13503 2002-03-25 olicha <olivier.chapuis@free.fr>
13505 * libs/Fft.c (FftSetupEncoding):
13508 * libs/Flocale.c (FlocaleDrawString):
13509 * libs/FBidi.c (FBidiConvert):
13511 Pass the font to FBidiConvert
13513 * acconfig.h (HAVE_LIBCHARSET):
13514 * acinclude.m4 (CHECK_LIBCHARSET):
13516 If libiconv is used check for libcharset
13518 * libs/Makefile.am:
13519 * libs/FlocaleCharset.h:
13520 * libs/FlocaleCharset.c:
13522 * libs/Flocale.c (*):
13523 * libs/Fft.c (FftSetupEncoding):
13525 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13526 FlocaleFont has such a member which is set when charset info are needed.
13527 FlocaleCharset.c contains a big table which associates to an X charset
13528 various possible locale charsets and the fribidi charset.
13529 If libiconv is used, libcharset is used to compute the locale charset.
13530 Various Flocale clean up.
13532 * fvwm/fvwm.c (main):
13533 Removed the call to FlocaleInitCharset, it is now done automatically
13536 * libs/Makefile.am:
13539 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13541 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13544 (EWMH_SetDesktopNames):
13545 Moved iconv conversions into the library. Try to found the good iconv
13546 charset with the help of the font and of the FlocaleCharset table.
13548 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13550 * libs/Module.c (SendFvwmPipe):
13551 * libs/Graphics.c (do_relieve_rectangle):
13552 * fvwm/menustyle.c (menustyle_parse_old_style):
13553 * fvwm/add_window.c (setup_window_structure):
13554 memory management patches by Dave Trollope
13556 * fvwm/frame.c (frame_get_sidebar_geometry):
13557 hide the handles when using the NoHandles style
13559 * fvwm/borders.c (border_redraw_decorations):
13560 change in title rotation is applied immediately, don't use the value "2"
13563 * fvwm/style.c (parse_and_set_window_style):
13564 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13566 documented the new title directions
13567 (parse_and_set_window_style):
13568 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13570 documented these styles
13572 * fvwm/add_window.c (CaptureOneWindow):
13573 (CaptureAllWindows):
13577 * fvwm/icons.c (DeIconify):
13578 fiexd fucoused window not hilighting after deiconification
13580 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13582 * fvwm/update.c (apply_window_updates):
13583 windows are not unshaded when the decoration layout changes
13585 * fvwm/frame.c (frame_create_move_resize_args):
13586 fixed excessive redrawing
13587 (frame_get_hidden_pos):
13588 fixed parent geometry when window is hidden
13590 * fvwm/add_window.c (setup_frame_stacking):
13591 fixed stacking of right buttons
13593 * fvwm/frame.c (frame_set_decor_gravities):
13594 fixed title and button bit gravities
13596 * fvwm/add_window.c (setup_frame_stacking):
13597 (change_auxiliary_windows):
13598 fixed "button" style
13600 * fvwm/geometry.c (get_title_button_geometry):
13601 * fvwm/menus.c (pop_menu_up):
13602 fixed menu placement relative to window titles
13604 * libs/Flocale.c (FlocaleDrawString):
13605 fixed compiler warning w/o fribidi
13607 * fvwm/virtual.c (MoveViewport):
13609 (do_move_window_to_desk):
13610 * fvwm/update.c (apply_window_updates):
13611 * fvwm/icons.c (Iconify):
13613 * fvwm/module_interface.c (SETOLDFLAGS):
13614 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13615 * fvwm/style.c (parse_and_set_window_style):
13616 * fvwm/window_flags.h:
13617 * fvwm/session.c (MatchWinToSM):
13618 * fvwm/placement.c (PlaceWindow):
13619 * fvwm/add_window.c (CaptureAllWindows):
13620 (setup_window_placement):
13621 (CaptureOneWindow):
13624 * fvwm/menus.c (menu_tear_off):
13625 * fvwm/events.c (HandleMapRequestKeepRaised):
13628 removed some of those pesky globals: PPosOverride, isIconicState and
13629 isIconifiedByParent; pass round a structure instead
13630 removed the do_start_iconic window flag
13631 removed do_delete_icon_moved flag
13633 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13637 renamed HAVE_FRIBIDI to HAVE_BIDI
13641 added more comments
13643 * fvwm/Makefile.am:
13645 * libs/Makefile.am:
13646 added a dummy call to FBidi to test linking against bidi libs
13648 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13650 * fvwm/windowshade.c (CMD_WindowShade):
13651 changed syntax of windowshade with direction
13653 update button state after unshading
13655 * fvwm/add_window.c (AddWindow):
13656 fixed mini icon update
13658 * fvwm/events.c (HandleEnterNotify):
13659 fixed icon picture redrawing
13660 icon titles are no longer raised and expanded if the icon has only a
13663 * fvwm/move_resize.c (resize_window):
13666 * libs/gravity.c (gravity_move_resize_parent_child):
13667 * fvwm/frame.c (frame_get_titlebar_dimensions):
13668 (frame_prepare_animation_shape):
13669 (frame_move_resize_step):
13670 (frame_get_titlebar_dimensions_only):
13671 (frame_get_hidden_pos):
13672 (frame_update_hidden_window_pos):
13673 (frame_free_move_resize_args):
13674 (frame_create_move_resize_args):
13675 fixed shading of shaped windows
13680 * fvwm/fvwm.c (main):
13681 * fvwm/misc.c (GrabEm):
13682 fixed a problem with the cursor shape during window shading
13684 * fvwm/update.c (apply_window_updates):
13685 fixed drawing of hilighted window after a decoration change
13687 * fvwm/update.c (apply_window_updates):
13688 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13689 * fvwm/borders.c (RedrawDecorations):
13690 renamed RedrawDecorations()
13692 * fvwm/move_resize.c (move_window_doit):
13694 * fvwm/misc.c (move_into_rectangle):
13695 (intersect_xrectangles):
13696 functions renamed and moved to fvwmrect.c
13698 * fvwm/borders.c (border_get_changed_border_parts):
13699 (frame_get_changed_border_parts):
13700 reduced border redrawing
13701 moved fucntion to borders.c
13703 * fvwm/events.c (HandleButtonPress):
13705 suppress button events on frame windows
13707 * fvwm/frame.c (frame_setup_border):
13708 fixed a problem with the border setup
13710 * fvwm/borders.c (border_draw_decorations):
13711 * fvwm/events.c (HandleEnterNotify):
13712 fixed icon title drawing
13714 * fvwm/misc.c (GrabEm):
13715 fixed a pointer grab hang with xmag?
13717 * fvwm/move_resize.c (resize_window):
13718 use frame_move_resize function to improve performance
13720 * fvwm/add_window.c (AddWindow):
13721 fixed recaturing shaded windows
13724 suppress unnecessary title redraws
13727 window shading works again; there are still some problems with
13728 recapture, restart, border drawing and shaped windows
13730 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13732 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13735 * fvwm/frame.c (frame_get_title_bar_dimensions):
13736 fixed minor button layout bug
13737 (frame_update_hidden_window_pos):
13739 * fvwm/ewmh_names.c (EWMH_WMName):
13740 * fvwm/gnome.c (GNOME_HandlePropRequest):
13741 * fvwm/focus.c (DoSetFocus):
13742 * fvwm/stack.c (new_layer):
13743 * fvwm/icons.c (DeIconify):
13745 * fvwm/events.c (HandleFocusIn):
13746 (HandlePropertyNotify):
13749 (HandleButtonPress):
13750 (HandleLeaveNotify):
13751 * fvwm/builtins.c (CMD_ChangeDecor):
13753 * fvwm/move_resize.c (resize_move_window):
13756 (maximize_fvwm_window):
13758 * fvwm/borders.c (DrawDecorations):
13759 (RedrawDecorations):
13760 removed function DrawDecorations()
13761 (border_draw_decorations):
13762 renamed draw_decorations_with_geom() to border_draw_decorations()
13764 * fvwm/events.c (HandleExpose):
13765 fixed drawing icon titles
13767 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13768 * fvwm/events.c (HandleFocusIn):
13770 * fvwm/screen.h (ScreenInfo):
13771 return the focus to the window that had the focus before an or window
13772 stole it and then died.
13774 * fvwm/menus.c (scanForColor):
13775 removed duplicate call of strlen
13776 use alloca instead of safemalloc
13778 * fvwm/menustyle.c (menustyle_parse_style):
13779 don't call memset right before memcpy
13781 * fvwm/module_interface.c (AddToMessageQueue):
13782 (DeleteMessageQueueBuff):
13783 removed one safemalloc and inline'd the function
13784 merged AddToMessageQueue into PositiveWrite
13786 * fvwm/borders.c (border_draw_decor_to_pixmap):
13787 fixed pixmap and mini icon buttons
13788 (border_fill_pixmap_background):
13790 (border_get_tb_parts_to_draw):
13791 buttons and title background using the border style is updated when the
13794 * fvwm/events.c (WaitForButtonsUp):
13795 don't grab the whole server but merely the pointer to allow applications
13796 redrawing themselves
13799 finished writing title drawing code
13801 * fvwm/move_resize.c (resize_window):
13802 (resize_move_window):
13803 (unmaximize_fvwm_window):
13804 removed now unnecessary calls to DrawDecorations()
13806 * fvwm/frame.c (frame_hide_changing_window_parts):
13807 fixed hiding bottom/right titles
13809 * fvwm/add_window.c (AddWindow):
13810 fixed recapturing shaded windows
13812 * fvwm/misc.c (GrabEm):
13813 fixed the cursor over the title window while resizing
13815 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13817 * libs/Graphics.c (CreateTiledPixmap):
13818 improved efficience: let the X server tile a pixmap via the GC settings
13820 * fvwm/fvwm.c (CreateGCs):
13821 * fvwm/screen.h (ScreenInfo):
13822 added new global GC Scr.TileGC
13824 * fvwm/borders.c (border_fill_pixmap_background):
13825 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13826 use already created gcs
13828 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13829 * fvwm/menus.c (paint_menu_gradient_background):
13830 fixed using a randow members in gcs
13832 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13835 added compilation test for fribidi
13837 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13839 * NEWS: Document FvwmForm timeout.
13841 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13843 * fvwm/session.c (MatchWinToSM):
13844 * fvwm/add_window.c (AddWindow):
13845 preserve user states over a restart
13847 * fvwm/add_window.c (setup_window_structure):
13848 preserve user states over a recapture
13850 * fvwm/functions.c (execute_function):
13851 "Silent" suppresses the "No such command ..." message
13853 * fvwm/frame.c (frame_move_resize):
13854 * fvwm/misc.c (GrabEm):
13855 fixed the cursor shape during resizing
13856 fixed button looks in small windows
13858 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13864 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13866 * fvwm/fvwm.c (LoadDefaultLeftButton):
13867 (LoadDefaultRightButton):
13868 * fvwm/borders.c (border_draw_vector_to_pixmap):
13869 * fvwm/screen.h (DecorFace):
13870 * fvwm/builtins.c (ReadDecorFace):
13871 fixed transparent vector line support
13873 * libs/Graphics.c (CreateGradientPixmap):
13874 fixed potential core dump with illegal gradients
13876 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13878 * fvwm/fvwm.h (FvwmWindow):
13879 removed button_background_pixmap member
13881 * fvwm/update.c (apply_window_updates):
13882 fixed changing the decoration size
13884 * fvwm/windowshade.c (CMD_WindowShade):
13885 * fvwm/frame.c (frame_setup_border):
13886 * fvwm/functions.c (execute_complex_function):
13889 * fvwm/move_resize.c (resize_window):
13890 fixed aboting of a opaque resize w/ maximized windows
13891 (ParseOneResizeArgument):
13892 resize arguments don't take the border into account
13893 (GetResizeArguments):
13894 implemented new option "Frame" to the Resize and ResizeMove commands
13896 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13899 * fvwm/builtins.c (ReadDecorFace):
13900 * fvwm/borders.c (DrawLinePattern):
13901 implemented transparent drawing color in vector buttons: C == 4
13903 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13904 * fvwm/builtins.c (ReadDecorFace):
13905 increased allowed number of lines in a vector button to 10000 and moved
13906 the definition to defaults.h
13908 * fvwm/virtual.c (MoveViewport):
13909 don't send useless M_NEW_PAGE packets
13913 started work on new button/title drawing code
13915 * fvwm/events.c (HandleExpose):
13916 don't handle expose on the title bar
13919 * fvwm/frame.c (frame_get_sidebar_geometry):
13920 * fvwm/fvwm.h (FvwmWindow):
13921 replaced border_state with decor_state
13923 * libs/defaults.h (NR_RIGHT_BUTTONS):
13927 * fvwm/events.c (HandleExpose):
13929 * fvwm/frame.c (frame_setup_border):
13930 hide sidebars if they are too small, i.e. 0 pixels
13932 2002-03-20 olicha <olivier.chapuis@free.fr>
13934 * libs/Flocale.c (FlocaleFreeNameProperty):
13935 Fixed random core dump
13937 2002-03-19 olicha <olivier.chapuis@free.fr>
13939 * fvwm/ConfigFvwmDefaults:
13940 RightTitleRotatedCW is a default
13942 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13944 * fvwm/frame.c (frame_get_sidebar_geometry):
13945 window corners are always at least the border width thick
13947 * fvwm/geometry.c (update_absolute_geometry):
13948 fixed south/east shading
13950 * fvwm/frame.c (frame_move_resize_step):
13951 did the best I could to prevent rxvt from flashing in the background
13954 * fvwm/add_window.c (get_default_window_attributes):
13955 (get_default_window_attributes):
13956 (setup_resize_handle_windows):
13957 * fvwm/borders.c (border_get_border_gcs):
13958 applied -visual fix by Hippo
13960 * fvwm/cursor.c (CMD_CursorStyle):
13963 * fvwm/frame.c (frame_get_title_bar_dimensions):
13964 fixed order of right buttons
13965 (frame_move_resize_step):
13966 reduced flashing when maximizing
13968 * fvwm/geometry.c (update_absolute_geometry):
13969 adapted for horizontal shading
13971 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13980 several renamings of text_direction to text_rotation
13982 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13984 * fvwm/windowshade.c (CMD_WindowShade):
13985 * fvwm/frame.c (frame_create_move_resize_args):
13986 (frame_move_resize_step):
13987 hack to enable non-animated window shading for the time being
13989 * fvwm/style.c (parse_and_set_window_style):
13990 (parse_and_set_window_style):
13991 allow to abbreviate [Counter]ClockWise with [C]CW
13993 * fvwm/frame.c (frame_move_resize_step):
13996 * fvwm/geometry.c (gravity_constrain_size):
13997 removed useless code
13999 * fvwm/update.c (apply_window_updates):
14000 * fvwm/add_window.c (AddWindow):
14001 * fvwm/move_resize.c (unmaximize_fvwm_window):
14003 do not write into frame_g. only frame.c should do this
14005 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14006 (MIN_WINDOW_TITLE_LENGTH):
14008 * fvwm/frame.c (frame_setup_title_bar):
14009 (get_resize_decor_gravities_one_axis):
14010 (frame_setup_window_internal):
14011 (frame_move_resize_step):
14012 (frame_create_move_resize_args):
14013 rewrote frame_setup_title_bar function
14015 * fvwm/add_window.c (setup_frame_stacking):
14016 fixed title bar stacking order
14018 * fvwm/frame.c (frame_setup_title_bar):
14019 removed yesterday's 'fix'
14021 * fvwm/add_window.c (hide_screen):
14022 (setup_title_window):
14023 (setup_resize_handle_windows):
14024 (setup_button_windows):
14025 fixed visual and depth of decoration windows
14027 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14029 * fvwm/frame.c (frame_setup_title_bar):
14030 fixed title layout bug
14032 * fvwm/move_resize.c (MaximizeHeight):
14033 fixed bug in "grow" option of the Maximize command
14036 fixed broken prototype for get_title_font_size_and_offset
14038 * fvwm/geometry.c (get_title_font_size_and_offset):
14039 simplified code a bit
14041 2002-03-18 olicha <olivier.chapuis@free.fr>
14044 * fvwm/geometry.c (get_title_font_size_and_offset):
14045 * fvwm/add_window.c (setup_title_geometry):
14047 * fvwm/style.c (parse_and_set_window_style):
14048 (check_window_style_change):
14049 * fvwm/update.c (apply_window_updates):
14050 * fvwm/window_flags.h:
14052 Reworte side title direction styles and use LeftTitleRotatedClockWise /
14053 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14054 RightTitleRotatedCounterClockWise
14056 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14059 * vms/config.h (FMiniIconsSupported):
14060 removed last traces of MINI_ICONS ifdef
14062 * fvwm/windowlist.c (CMD_WindowList):
14063 * fvwm/update.c (apply_window_updates):
14065 * fvwm/style.c (merge_styles):
14066 (parse_and_set_window_style):
14067 (check_window_style_change):
14069 * fvwm/module_interface.c (SendMiniIcon):
14070 (BroadcastMiniIcon):
14071 (CMD_Send_WindowList):
14072 * fvwm/fvwm.h (FvwmWindow):
14073 * fvwm/ewmh_icons.c (ewmh_WMIcon):
14074 (EWMH_DoUpdateWmIcon):
14075 (ewmh_SetWmIconFromPixmap):
14076 (EWMH_DeleteWmIcon):
14077 (EWMH_SetIconFromWMIcon):
14078 * fvwm/builtins.c (ReadDecorFace):
14079 * fvwm/borders.c (DrawButton):
14082 * fvwm/add_window.c (setup_window_structure):
14084 (destroy_mini_icon):
14085 (change_mini_icon):
14087 * acconfig.h (FMiniIconsSupported):
14088 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14092 removed an FANCY_TITLEBARS ifdef
14094 * fvwm/borders.c (border_draw_one_part):
14095 (border_draw_border_parts):
14096 (border_draw_all_parts):
14097 (draw_clipped_decorations_with_geom):
14098 performance enhancement
14100 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14102 * fvwm/frame.c (frame_move_resize_step):
14103 force setting up the border when function is called with FRAME_MR_SETUP
14104 (frame_setup_window_internal):
14105 removed duplicate frame setup
14107 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14109 (draw_clipped_decorations_with_geom):
14110 do not flush the X queue after drawing; let the caller do it
14112 * fvwm/frame.c (frame_get_sidebar_geometry):
14113 fixed layout of windows with a small height
14114 (frame_hide_changing_window_parts):
14119 made good progress with frame layout rewrite. I think it is already
14120 considerably faster.
14121 some general clean up
14123 * fvwm/add_window.c (setup_decor_window):
14126 * fvwm/windowshade.c (CMD_WindowShade):
14127 * fvwm/stack.c (verify_stack_ring_consistency):
14128 (RaiseOrLowerWindow):
14129 * fvwm/move_resize.c (resize_move_window):
14130 (move_window_doit):
14131 (draw_move_resize_grid):
14132 * fvwm/icons.c (DrawIconWindow):
14133 * fvwm/icccm2.c (CloseICCCM2):
14135 (HandleSelectionRequest):
14136 * fvwm/fvwm.c (main):
14137 (SaveDesktopState):
14138 * fvwm/focus.c (DoSetFocus):
14139 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14140 * fvwm/events.c (HandlePropertyNotify):
14141 (HandleButtonPress):
14142 (HandleConfigureRequest):
14143 * fvwm/add_window.c (RestoreWithdrawnLocation):
14145 * fvwm/builtins.c (CMD_Delete):
14149 * fvwm/menus.c (paint_menu):
14151 * fvwm/misc.c (UngrabEm):
14153 * fvwm/schedule.c (execute_obj_func):
14154 * fvwm/add_window.c (hide_screen):
14156 use XFlush instead of XSync when the latter is not necessary
14158 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14161 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14162 inform frame module if the window with the hide windows dies
14164 * fvwm/placement.c (PlaceWindow):
14166 * fvwm/add_window.c (setup_window_attr):
14167 (setup_frame_attributes):
14169 (RestoreWithdrawnLocation):
14170 (setup_window_placement):
14171 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14172 (get_title_geometry):
14173 * fvwm/fvwm.c (InitVariables):
14174 * fvwm/frame.c (frame_setup_frame):
14175 * fvwm/colormaps.c (HandleColormapNotify):
14176 (InstallWindowColormaps):
14177 * fvwm/events.c (HandleConfigureRequest):
14178 (HandleUnmapNotify):
14179 * fvwm/fvwm.h (FvwmWindow):
14180 removed attr member of FvwmWindow and replaced by a structure defined
14181 ourselves that is much smaller
14183 * fvwm/add_window.c (hide_screen):
14184 don't use save_unders and backing_store for the window used in recapture
14186 * fvwm/frame.c (frame_init):
14187 * fvwm/fvwm.c (main):
14188 new function to initialise frame module
14190 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14193 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14198 * fvwm/borders.h (enum):
14199 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14200 (border_get_parts_and_pos_to_draw):
14201 * fvwm/fvwm.h (struct):
14203 fixed calculations of which border parts to draw
14206 corrected some typos
14209 handle marks work again
14211 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14213 * AUTHORS: New author added.
14215 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14219 * fvwm/add_window.c (setup_frame_stacking):
14220 * fvwm/cursor.c (CMD_CursorStyle):
14221 * fvwm/events.c (HandleExpose):
14223 (HandleEnterNotify):
14224 (HandleLeaveNotify):
14226 * fvwm/geometry.c (get_title_button_geometry):
14227 * fvwm/virtual.c (map_window):
14228 * fvwm/add_window.c (setup_parent_window):
14229 (setup_resize_handle_cursors):
14230 (setup_resize_handle_windows):
14231 (resize_resize_handle_windows):
14232 (change_resize_handle_windows):
14233 some progress with new frame layout
14235 * fvwm/add_window.c (setup_visible_name):
14236 fixed off-by-one bug in setup_visible_name
14237 maximum window number can be set in defaults.h
14239 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14241 * fvwm/windowlist.h:
14246 * fvwm/placement.h:
14248 * fvwm/move_resize.h:
14255 * fvwm/add_window.h:
14256 * fvwm/ewmh_names.c:
14257 * fvwm/ewmh_icons.c:
14258 * fvwm/ewmh_events.c:
14265 * fvwm/windowlist.c:
14269 * fvwm/colormaps.c:
14270 * fvwm/decorations.c:
14271 * fvwm/conditional.c:
14274 * fvwm/placement.c:
14278 * fvwm/functions.c:
14281 * fvwm/module_interface.c:
14283 * fvwm/add_window.c:
14286 * fvwm/move_resize.c:
14289 * fvwm/fvwm.h (FvwmWindow):
14290 moved all windows into a separate sub structure and wrote access macros
14291 renamed FvwmWindow argument to builtin commands to "fw"
14292 renamed tmp_win to fw everywhere
14294 * fvwm/borders.c (RedrawBorder):
14295 * fvwm/decorations.c (SelectDecor):
14296 * fvwm/add_window.c (setup_style_and_decor):
14297 (setup_resize_handle_cursors):
14298 * fvwm/window_flags.h:
14299 * fvwm/fvwm.h (struct):
14300 added new member has_handles and new macro HAS_HANDLES
14302 * fvwm/decorations.c (SelectDecor):
14303 fixed the NoHandles style
14305 * fvwm/decorations.c (SelectDecor):
14306 * fvwm/style.c (check_window_style_change):
14307 (parse_and_set_window_style):
14309 * fvwm/fvwm.h (struct):
14310 renamed has_no_handles to has_no_border
14312 2002-03-15 olicha <olivier.chapuis@free.fr>
14315 * libs/Fft.c (is_utf8_encoding):
14319 s/COMPUND_TEXT/COMPOUND_TEXT
14322 Removed matrix xft specification doc as now it is use internally by
14325 * libs/Flocale.c (FlocaleRotateDrawString):
14326 (FlocaleUnloadFont):
14327 (FlocaleDrawString):
14328 (FlocaleTextWidth):
14330 * libs/Fft.c (FftGetRotatedFont):
14334 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14336 * fvwm/geometry.c (get_title_font_size_and_offset):
14337 * fvwm/style.c (parse_and_set_window_style):
14338 (check_window_style_change):
14339 * fvwm/update.c (apply_window_updates):
14343 * fvwm/window_flags.h:
14344 Implemented vertical text rendering, new style SideTitleTextDefault,
14345 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14347 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14350 removed inclusion of fvwmdebug.h
14352 * libs/gravity.c (ParseDirectionArgument):
14353 fixed direction parsing
14355 * fvwm/menus.c (get_menu_options):
14356 fixed a compiler warning
14358 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14360 * fvwm/bindings.c (ParseBinding):
14361 fixed compiler warning
14363 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14365 fixed compilation w/ --disable-ewmh
14367 * fvwm/windowlist.c (CMD_WindowList):
14368 fixed parsing of conditions versus position of window list broken with
14371 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14374 * libs/Fft.c (FftTextWidth):
14375 (is_utf8_encoding):
14376 (FftGetFontWidths):
14378 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14379 if HAVE_XFT was not set.
14381 * fvwm/events.h (XEVMASK_DECORW):
14382 select EnterNotify and LeaveNotify on frame instead of decor_w
14384 * fvwm/add_window.c (setup_title_window):
14385 (setup_button_windows):
14386 (setup_resize_handle_windows):
14387 frame window is the new parent of the title, button and handle windows
14388 (setup_frame_stacking):
14389 new stacking order of decoration windows
14391 * fvwm/menuitem.c (menuitem_paint):
14392 * fvwm/events.c (HandleExpose):
14395 * fvwm/move_resize.c (unmaximize_fvwm_window):
14396 don't force to redraw the frame
14398 * libs/gravity.c (gravity_get_offsets):
14401 functions moved to gravity.c
14403 2002-03-10 olicha <olivier.chapuis@free.fr>
14405 * acconfig.h (HAVE_XFT_UTF8):
14407 * libs/Fft.c (is_utf8_encoding):
14408 (FftGetFontWidths):
14411 Detected if Xft can handle utf8 string
14414 * fvwm/menuitem.c (menuitem_paint):
14415 * fvwm/events.c (HandleExpose):
14416 Fixed Xft related compilation failure and warning
14418 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14422 * fvwm/move_resize.c:
14427 * fvwm/add_window.c:
14428 * fvwm/frame.c (frame_setup_window):
14429 (frame_force_setup_window):
14430 (frame_setup_shape):
14431 SetupFrame renamed to frame_setup_window
14432 ForceSetupFrame renamed to frame_force_setup_window
14433 SetShape renamed to frame_setup_shape
14435 * fvwm/windowshade.c:
14436 moved most code to frame.c
14438 * fvwm/frame.c (SetShape):
14440 (set_decor_gravity):
14443 functions moved to new file
14446 (frame_setup_title_bar):
14450 direction code moved to gravity.c and gravity.h
14452 * fvwm/windowshade.c (CMD_WindowShade):
14453 * fvwm/geometry.c (get_shaded_geometry):
14455 * libs/FScreen.c (FScreenInit):
14456 (FScreenUpdateEmulationMapState):
14457 changed Xinerame emulation layout
14460 Corrected the description of the XineramaPrimaryScreen command that was
14463 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14465 * fvwm/menus.c (menu_tear_off):
14466 (unlink_item_from_menu):
14467 (menu_strip_tear_off_title):
14468 use the text from a title item as the tear off menu title if the menu
14469 begins with a title; skip separators and tear off bars at the front of
14473 implemented titleatleft and titleatright styles; titles are not drawn
14476 * fvwm/style.c (check_window_style_change):
14477 * fvwm/update.c (apply_window_updates):
14478 * fvwm/ewmh_names.c (EWMH_WMIconName):
14481 * fvwm/ewmh.c (ksmserver_workarround):
14482 * fvwm/update.c (apply_window_updates):
14483 * fvwm/conditional.c (MatchesConditionMask):
14484 * fvwm/fvwm.c (main):
14485 * fvwm/session.c (SaveWindowStates):
14488 * fvwm/functions.c (expand):
14489 * fvwm/stack.c (dump_stack_ring):
14490 (verify_stack_ring_consistency):
14491 * fvwm/module_interface.c (BroadcastWindowIconNames):
14492 (CMD_Send_WindowList):
14493 * fvwm/add_window.c (free_window_names):
14494 (free_window_names):
14495 * fvwm/events.c (HandlePropertyNotify):
14496 * fvwm/builtins.c (CMD_Wait):
14497 * fvwm/style.c (CMD_DestroyStyle):
14499 Adapted to changes of Flocale.h
14502 removed COMPUND_TEXT ifdef
14505 mutibyte defaults to on
14510 * fvwm/fvwm.h (FvwmWindow):
14511 cleaned up Flocale stuff for better information hiding
14513 * libs/Flocale.c (get_FlocaleFontSet):
14515 added a new font strucht member min_char_offset for vertical text
14517 * libs/Flocale.c (get_FlocaleFontSet):
14518 fixed a bug in descent calculation
14520 * fvwm/fvwm.h (FvwmWindow):
14523 * fvwm/borders.c (RedrawButtons):
14528 (DrawMultiPixmapTitlebar):
14529 don't use title_g or boundary_width
14531 * libs/Flocale.c (FlocaleTextWidth):
14532 * libs/Flocale.c (FlocaleDrawString):
14533 added interface for vertical strings
14534 * libs/Flocale.h (FlocaleWinString):
14535 added flags structure w/ is_vertical_string flag
14537 * fvwm/borders.c (RedrawTitle):
14538 (DrawMultiPixmapTitlebar):
14539 * fvwm/screen.h (ScreenInfo):
14540 * fvwm/icons.c (DrawIconWindow):
14541 * fvwm/move_resize.c (DisplayPosition):
14543 * fvwm/screen.h (ScreenInfo):
14544 removed ScratchStr and TitleStr; *please* don't use global variables
14547 * fvwm/move_resize.c (ParseOneResizeArgument):
14548 (GetResizeArguments):
14549 (GetResizeMoveArguments):
14551 (resize_move_window):
14552 * fvwm/module_interface.c (CONFIGARGS):
14555 * fvwm/placement.c (PlaceWindow):
14556 * fvwm/add_window.c (setup_title_window):
14557 (setup_button_windows):
14558 (setup_parent_window):
14559 (resize_resize_handle_windows):
14560 (change_resize_handle_windows):
14562 * fvwm/geometry.c (get_window_borders):
14563 (gravity_get_naked_geometry):
14564 (gravity_add_decoration):
14566 don't use title_g.width and title_g.height anymore
14568 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14571 * fvwm/borders.c (SetupTitleBar):
14572 * fvwm/add_window.c (setup_title_window):
14573 don't use title_g.x and title_g.y anymore
14574 (setup_title_geometry):
14577 * fvwm/fvwm.h (FvwmWindow):
14578 replaced title_g by title_length and title_thickness
14579 renamed title_text_y to title_text_offset
14581 * fvwm/add_window.c (setup_style_and_decor):
14582 (setup_parent_window):
14583 * fvwm/decorations.c (SelectDecor):
14584 * fvwm/placement.c (PlaceWindow):
14585 * fvwm/windowlist.c (CMD_WindowList):
14586 * fvwm/events.c (SendConfigureNotify):
14587 (HandlePropertyNotify):
14589 * fvwm/move_resize.c (DisplaySize):
14590 (ParseOneResizeArgument):
14591 (GetResizeArguments):
14592 (GetResizeMoveArguments):
14594 (resize_move_window):
14595 * fvwm/geometry.c (gravity_get_naked_geometry):
14596 (gravity_add_decoration):
14598 don't use boundary_width anymore
14600 * fvwm/borders.c (SetupTitleBar):
14603 * fvwm/fvwmdebug.c:
14604 removed outdated file that was never used
14606 * fvwm/move_resize.c (move_window_doit):
14607 fixed GNOME and EWMH hints when unsticking a window
14609 * fvwm/virtual.c (CMD_MoveToDesk):
14610 unstick windows when MoveToDesk is used
14613 * fvwm/windowshade.c (CMD_WindowShade):
14614 (CMD_WindowShadeAnimate):
14615 functions moved to windowshade.c
14617 * fvwm/window_flags.h:
14618 * fvwm/menus.c (pop_menu_up):
14619 * fvwm/builtins.c (CMD_WindowShade):
14620 * fvwm/move_resize.c (resize_window):
14621 * fvwm/icons.c (AutoPlaceIcon):
14622 * fvwm/borders.c (SetupFrame):
14623 don't use HAS_BOTTOM_TITLE any more
14627 * fvwm/geometry.c (get_title_font_width_and_offset):
14628 * fvwm/geometry.c (set_window_border_size):
14629 * fvwm/geometry.c (is_window_border_minimal):
14630 * fvwm/geometry.c (get_window_borders_no_title):
14631 * fvwm/geometry.c (get_shaded_client_window_pos):
14632 * fvwm/geometry.c (get_icon_corner):
14633 * fvwm/geometry.c (get_title_gravity):
14634 * fvwm/geometry.c (get_title_geometry):
14635 * fvwm/borders.c (get_button_number):
14638 * fvwm/borders.c (SetupFrame):
14640 * fvwm/events.c (HandleShapeNotify):
14641 * fvwm/borders.c (SetupTitleBar):
14642 * fvwm/update.c (apply_window_updates):
14643 * fvwm/add_window.c (setup_window_font):
14644 removed title_top_height
14646 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14649 * fvwm/events.c (SendConfigureNotify):
14650 * fvwm/events.c (HandleConfigureRequest):
14651 preparations for W/E titles
14652 don't use title_top_height any more
14654 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14655 use title_dir flags
14657 * fvwm/geometry.c (get_window_borders):
14658 * fvwm/style.c (parse_and_set_window_style):
14659 (check_window_style_change):
14660 * fvwm/style.h (SCSET_TITLE_DIR):
14661 * fvwm/window_flags.h (GET_TITLE_DIR):
14662 * fvwm/fvwm.h (struct):
14663 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14666 * libs/Parse.c (ParseDirectionArgument):
14668 use new type direction_type
14670 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14672 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14673 use function from geometry.c to get the border size
14675 * fvwm/geometry.c (get_shaded_geometry):
14676 added code for shading in all directions
14678 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14680 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14682 2002-03-07 olicha <olivier.chapuis@free.fr>
14684 * libs/Flocale.c (FInitLocale):
14685 * fvwm/fvwm.c (main):
14686 Set the locale using "" as locale argument
14688 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14691 fixed some typos and indentation of several new variable entries
14693 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14695 * fvwm/functions.h (enum):
14696 * fvwm/functions.c (func_config):
14698 * fvwm/conditional.c (CMD_ThisWindow):
14699 renamed command "This" to "ThisWindow"
14701 * fvwm/conditional.c (Circulate):
14702 "Current" no longer selects a random window when no window is focused
14704 * fvwm/icccm2.c (SetupICCCM2):
14705 removed debug fprintf
14707 * fvwm/functions.c (expand_extended_var):
14708 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14709 pointer.wy, pointer.cx and pointer.cy.
14711 * libs/Parse.c (ParseDirectionArgument):
14712 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14714 * fvwm/builtins.c (CMD_WindowShade):
14715 fixes for animated shading w/ titleatbottom+north and titleattop+south
14717 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14719 * fvwm/move_resize.c (moveLoop):
14721 * fvwm/virtual.c (HandlePaging):
14722 moving/resizing windows opaque is much faster
14724 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14726 * fvwm/add_window.c (resize_resize_handle_windows):
14727 (change_resize_handle_windows):
14728 (setup_window_font):
14729 fixed changing the handlewidth style
14731 * fvwm/update.c (apply_window_updates):
14732 * fvwm/geometry.c (update_absolute_geometry):
14733 * fvwm/builtins.c (CMD_WindowShade):
14734 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14735 * fvwm/conditional.c (CreateConditionMask):
14736 * fvwm/geometry.c (get_shaded_geometry):
14737 * fvwm/session.c (MatchWinToSM):
14738 * fvwm/add_window.c (setup_window_structure):
14740 * fvwm/window_flags.h (SHADED_DIR):
14741 * fvwm/fvwm.h (struct):
14742 implemented new WindowShade options "North" and "South" to allow shading
14743 a window in either direction, regardless of if the title is at the top
14746 * libs/Module.c (module_expand_action):
14747 new convenience function for modules
14749 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14751 * fvwm/fvwm2.1: Fixes to the font section.
14753 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14755 * fvwm/conditional.c (CMD_WindowId):
14756 set the correct context window for unmanaged windows
14758 * fvwm/icons.c (DrawIconWindow):
14759 raise the icon title even if it's too small to be expanded
14761 * fvwm/conditional.c (CMD_Cond):
14762 Fixed it the right way this time
14764 same fix for the 'Any' command
14771 unified circulating functions into a single one
14773 Pick allows to pick functions that have CirculateSkip set
14774 fixed a memory leak
14778 (CMD_PointerWindow):
14779 unified selecting functions into a single one
14782 Allow user to override the default CirculateHit of these functions
14784 * fvwm/conditional.c (CMD_Cond):
14785 Fixed a problem w/ the window selection
14791 * fvwm/menustyle.h:
14792 * fvwm/menustyle.c:
14796 moved some of the menu code into separate files
14797 more work on tear off menus; windowlist can now be torn off without a
14802 added templates for new source files
14804 * libs/Picture.c (fvwmlib_clone_color):
14807 * fvwm/menus.c (make_menu):
14809 removed unused parameter from make_menu()
14811 * fvwm/fvwm2.1 (Example):
14812 corrected statement about CaptureHonorsStartsOnPage being the default
14814 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14819 added and documented --disable-bidi and --disable-perllib
14821 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14823 * fvwm/geometry.c (get_window_borders):
14824 fixed calculation of $[cw.y] and $[cw.height]
14826 * fvwm/move_resize.c (resize_move_window):
14827 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14829 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14831 * fvwm/move_resize.c (resize_move_window):
14833 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14836 re-added --enable-xinerama-emulation option that was removed recently
14838 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14843 several corrections and rewording
14845 2002-02-28 olicha <olivier.chapuis@free.fr>
14848 New section FONT NAMES AND FONT LOADING
14852 Document --enable-xft
14854 * libs/Fft.c (get_FlocaleXftFont):
14855 Used the xft font height in the place of ascent+descent
14857 * fvwm/icons.c (DrawIconWindow):
14858 Fixed the fg colors of the icon title
14860 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14862 * fvwm/conditional.c (CMD_CondCase):
14863 fixed CondCase command
14865 fixed numeric return codes
14867 * fvwm/add_window.c (CMD_Recapture):
14868 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14870 * acinclude.m4 (smr_CHECK_LIB):
14871 disabled a destructing gnome_prefix logic again
14873 * fvwm/events.c (GetContext):
14874 * libs/Bindings.c (win_contexts):
14876 new contexts for individual parts of the window border
14878 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14881 disabled a destructing gnome_prefix logic
14884 replaced fribidi detection mechanism, now fribidi-config is used
14886 2002-02-26 olicha <olivier.chapuis@free.fr>
14888 * acconfig.h (HAVE_XFT):
14891 * libs/Fft.c (new file):
14892 * libs/Flocale.c (FlocaleLoadFont):
14893 (FlocaleUnloadFont):
14894 (FlocaleDrawString):
14895 (FlocaleTextWidth):
14896 (get_FlocaleFontSet):
14898 (get_FlocaleFontOrFontSet):
14900 * fvwm/Makefile.am:
14901 Added anti-alised font rendering using Xft. This is off by default.
14902 A font can now be given as a ";" separated list of either ","
14903 separated list of XFLD font name or Xft font name with "xft:" as
14905 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14906 See Flocale.h for details
14908 * fvwm/events.c (HandleExpose):
14909 * fvwm/menus.c (paint_item):
14910 Always clear the text area before drawing text with an Xft font
14912 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14914 * acinclude.m4 (smr_CHECK_LIB):
14915 fixed a bug with variable expansion and autoconf cache values
14917 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14919 * fvwm/menus.c (seek_submenu_instance):
14921 * fvwm/fvwm.c (InitVariables):
14922 some general menu clean up
14924 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14925 * fvwm/move_resize.h (resize_geometry_window):
14926 * fvwm/menus.c (animated_move_back):
14928 (ParentalMenuRePaint):
14929 Removed the global variables for parental relativity. Please *do not*
14930 use globals in menus.c or anywhere else. I'm trying to remove most
14931 globals in the long run.
14933 * libs/Graphics.c (do_relieve_rectangle):
14936 * fvwm/menus.c (MenuInteraction):
14937 fixed tearing off menus by selecting a tear off item with the keyboard
14939 * fvwm/menus.c (MenuInteraction):
14940 fixed menus not popping down sometimes
14942 * fvwm/functions.c (CMD_TearMenuOff):
14943 * fvwm/menus.c (AddToMenu):
14945 (warp_pointer_to_item):
14946 (get_selectable_item_index):
14947 (get_selectable_item_from_index):
14948 (get_selectable_item_from_section):
14951 (draw_tear_off_bar):
14952 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14953 New command "TearMenuOff" in menus. In a normal item, this tears off
14954 the menu when selected. If the item has no title, it is drawn as a
14955 dashed line too. Pressing button 2 over a title tears out the menu too.
14958 * fvwm/menus.c (make_menu_window):
14959 fixed problem w/ mapping menus, performance enhancement
14961 * fvwm/builtins.c (CMD_Destroy):
14965 * fvwm/functions.c (execute_function):
14966 (expand_extended_var):
14968 new variable cond.rc that returns the last return code of a conditinal
14971 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14973 * fvwm/conditional.c (CMD_Cond):
14977 * fvwm/functions.h:
14978 * fvwm/functions.c:
14979 new conditional commands Cond, CondCase and Break
14981 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14982 (ewmh_WMStateShaded):
14985 (ewmh_WMStateHidden):
14987 (ewmh_CloseWindow):
14988 (ewmh_ActiveWindow):
14989 (ewmh_DesktopGeometry):
14990 * fvwm/gnome.c (GNOME_HandlePropRequest):
14991 * fvwm/windowlist.c (CMD_WindowList):
14992 * fvwm/update.c (apply_window_updates):
14993 * fvwm/conditional.c (CMD_Pick):
14999 (CMD_PointerWindow):
15004 * fvwm/read.c (run_command_stream):
15005 * fvwm/fvwm.c (Done):
15009 * fvwm/module_interface.c (ExecuteModuleCommand):
15010 * fvwm/move_resize.c (handle_stick):
15011 * fvwm/add_window.c (AddWindow):
15012 * fvwm/events.c (HandleKeyPress):
15013 (HandleButtonPress):
15014 (HandleClientMessage):
15015 (HandleButtonRelease):
15016 (HandlePropertyNotify):
15017 * fvwm/builtins.c (CMD_DestroyDecor):
15020 * fvwm/functions.h (func_type):
15021 * fvwm/functions.c (old_execute_function):
15022 (execute_function):
15023 (execute_complex_function):
15025 * fvwm/fvwm.h (fvwm_cond_func_rc):
15026 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15028 * fvwm/ConfigFvwmDefaults:
15029 set some default styles for tear off menu windows
15031 * fvwm/menus.c (menuShortcuts):
15032 ignore actions that would normally close a menu if it's a tear off menu
15033 <Backspace> creates a tear off menu
15034 <Escape> closes a tear off menu
15036 * fvwm/builtins.c (CMD_Delete):
15039 * fvwm/menus.c (DestroyMenu):
15040 (make_menu_window):
15042 * fvwm/menus.h (MenuRootDynamic):
15043 Each menu window is created with a unique display to prevent fvwm from
15044 being killed when a tear off menu is destroyed. Of course this is
15045 inefficient, but still better than writing a menu module.
15047 2002-02-23 Mikhael Goikhman <migo@homemail.com>
15050 autogenerate perllib/FVWM/Module/Makefile
15052 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15054 * fvwm/move_resize.c (moveLoop):
15055 fixed a problem with keyboard movement vs. EdgeResistance
15057 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15060 fixed problem with root bindings and xfishtank
15062 * fvwm/windowlist.c (CMD_WindowList):
15063 applied patch by to Darren Marshall to fix placement of window list on
15064 wrong xinerama screen
15066 * libs/Parse.c (GetSuffixedIntegerArguments):
15067 integer arguments that must not have a suffix but have one are ignored
15069 * fvwm/icons.c (DeIconify):
15071 applied patch by Markus Schwarzenberg to fix a rare problem with the
15072 is_map_pending flag, iconified icons and restart
15074 2002-02-22 Mikhael Goikhman <migo@homemail.com>
15077 * fvwm/conditional.c (CMD_This):
15078 * fvwm/functions.c:
15079 * fvwm/functions.h:
15082 added new conditional command This
15084 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15088 added fribidi library detection
15090 2002-02-12 olicha <olivier.chapuis@free.fr>
15092 * libs/Flocale.h (FlocaleFont):
15093 * libs/Flocale.c (get_FlocaleFont):
15094 (get_FlocaleFontSet):
15095 Compute the ascent and descent of the FlocaleFont structure directly
15096 from the XFontSetExtents data in the case of a fontset
15097 Added max_char_width to the FlocaleFont structure
15099 * libs/Makefile.am (libfvwm_a_SOURCES):
15101 Removed libs/GetFont.c
15103 * fvwm/menus.c (FreeMenuStyle):
15106 (CMD_CopyMenuStyle):
15107 * fvwm/menus.h (MenuLook):
15108 Fixed default font handling font by using a new MenuLook flags
15111 * fvwm/menus.c (UpdateMenuStyle):
15112 Fixed default font update
15114 * fvwm/fvwm.c (SetRCDefaults):
15116 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15117 fvwm initialization
15119 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15122 added FvwmPerl/* file generation
15124 2002-02-11 olicha <olivier.chapuis@free.fr>
15128 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15131 Added more documentation and change the MB_FALLBACK_FONT to
15132 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15133 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15134 more consistent with the none multibyte case.
15136 2002-02-10 olicha <olivier.chapuis@free.fr>
15138 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15140 * fvwm/events.c (HandleUnmapNotify):
15141 (HandleReparentNotify):
15142 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15143 (ewmh_WMStateSticky):
15144 (ewmh_WMStateHidden):
15145 Restore various ewmh initial states when a window is unmapped or
15148 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15152 added support for new perllib directory
15154 2002-02-09 olicha <olivier.chapuis@free.fr>
15161 Rename I18N_MB to MULTIBYTE
15162 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15164 * libs/Flocale.c (*):
15166 New Font and Text API. A cache is used for fonts information. Font
15167 loading is more powerfull as both font or fontset can be loaded.
15168 See Flocale.h for details, more comments will be added soon.
15169 Fortunately, it seems that there are no more memory problems with
15170 --enable-multibyte!
15171 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15172 with XmbTextPropertyToTextList
15174 * fvwm/events.c (HandlePropertyNotify):
15175 * fvwm/misc.c (NewFontAndColor):
15178 * fvwm/menus.c (FreeMenuStyle):
15180 (CMD_CopyMenuStyle):
15182 (calculate_item_sizes):
15183 (size_menu_horizontally):
15185 * fvwm/builtins.c (CMD_DefaultFont):
15186 (ApplyDefaultFontAndColors):
15187 * fvwm/add_window.c (destroy_icon_font):
15189 (destroy_window_font):
15190 (setup_window_font):
15191 (free_window_names):
15192 (setup_window_name):
15194 * fvwm/fvwm.h (FvwmWindow):
15195 * fvwm/move_resize.c (DisplayPosition):
15196 (resize_geometry_window):
15198 * fvwm/fvwm.c (InitVariables):
15199 * fvwm/icons.c (DrawIconWindow):
15200 (setup_icon_title_size):
15201 * fvwm/borders.c (RedrawTitle):
15202 (DrawMultiPixmapTitlebar):
15203 * fvwm/screen.h (ScreenInfo):
15204 Use the new Text and Font API
15206 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15208 * fvwm/module_interface.c (PositiveWrite):
15209 fixed core dump when a module died in the select of PositiveWrite()
15211 * fvwm/module_interface.c (initModules):
15213 (do_execute_module):
15215 (KillModuleByName):
15216 (CMD_SendToModule):
15218 * fvwm/modconf.c (ModuleConfig):
15219 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15221 * fvwm/icons.c (GetXPMFile):
15222 suppress unnecessary error message for xmb icons
15224 * fvwm/misc.c (fvwm_msg):
15225 * fvwm/misc.h (enum):
15226 added new fvwm_msg type "OLD" for deprecated commands
15228 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15231 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15234 New section "Bug Reports".
15236 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15238 * fvwm/update.c (apply_window_updates):
15239 fixed propagation of window border and title colours to the modules
15241 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15243 * fvwm/menus.c (do_menu):
15244 fixed leaving tear off menus when something is selected with the mouse
15246 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15248 * fvwm/events.c (HandleEnterNotify):
15250 more work on tear off menus
15252 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15254 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15255 * fvwm/menus.c (menu_enter_tear_off_menu):
15260 properly calculate pointer position in tear off menus
15262 fixed active wait w/ poopup/popdown delays
15264 * fvwm/windowlist.c (CMD_WindowList):
15265 don't initialise some variables twice
15267 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15269 * fvwm/add_window.c (CaptureOneWindow):
15270 properly recapture tear off menus
15272 (IS_MESSAGE_IN_MASK):
15273 (is_message_selected):
15276 * fvwm/schedule.c (deschedule):
15278 * fvwm/events.c (My_XNextEvent):
15280 * fvwm/module_interface.c (ClosePipes):
15281 (CMD_ModuleSynchronous):
15283 performance enhancements; made macros out of simple functions
15285 * fvwm/builtins.c (CMD_WindowShade):
15286 don't redraw the decorations if window was not shaded or unshaded
15288 * fvwm/schedule.c (deschedule_obj_func):
15289 (execute_obj_func):
15290 fixed core dump when a scheduled command deschedules itself
15292 2002-01-31 olicha <olivier.chapuis@free.fr>
15297 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15300 * fvwm/move.c (moveLoop):
15301 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15303 * fvwm/session.c (get_version_string):
15304 switch from static to date-based version string
15307 remove --enable-kanji compatibility option
15311 fix warnings, gcc compains on having something after #endif
15313 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15315 * fvwm/builtins.c (CMD_Delete):
15318 don't crash fvwm when trying to close a tear off menu
15320 * fvwm/decorations.c (is_function_allowed):
15321 * fvwm/menus.c (menu_expose):
15323 * fvwm/events.c (HandleReparentNotify):
15324 (HandleUnmapNotify):
15325 * fvwm/add_window.c (AddWindow):
15327 * fvwm/fvwm.h (struct):
15328 * fvwm/add_window.c (CaptureAllWindows):
15329 (CaptureOneWindow):
15330 * fvwm/events.h (flush_property_notify):
15331 * fvwm/events.c (HandleMapRequestKeepRaised):
15332 started work on tear off menus
15334 * fvwm/fvwm.c (main):
15335 * fvwm/events.c (CMD_Sync):
15337 * fvwm/commands.h (CMD_Synchronize):
15338 * fvwm/functions.h (enum):
15339 * fvwm/functions.c (func_config):
15340 new commands XSync and XSynchronize for debugging
15342 * fvwm/conditional.c (CreateConditionMask):
15343 (MatchesConditionMask):
15344 * fvwm/builtins.c (CMD_State):
15345 * fvwm/fvwm.h (struct):
15346 * fvwm/functions.h:
15348 * fvwm/functions.c (func_config):
15349 new command "State"
15350 new condition "State"
15355 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15357 * fvwm/module_interface.c (AddToMessageQueue):
15359 (DeleteMessageQueueBuff):
15360 (FlushMessageQueue):
15361 * fvwm/events.c (My_XNextEvent):
15362 * fvwm/module_interface.c (AddToCommandQueue):
15363 (ExecuteCommandQueue):
15364 use code from queue.c
15369 * fvwm/events.c (My_XNextEvent):
15370 "Schedule 0" commands are executed before event handling
15371 moved some of the chedule code into a new queue library
15373 2002-01-30 olicha <olivier.chapuis@free.fr>
15375 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15377 2002-01-30 olicha <olivier.chapuis@free.fr>
15381 * libs/Makefile.am:
15382 * fvwm/fvwm.c (main):
15383 New libs files Flocale.c and Flocale.h with a function to set the
15384 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15385 also a function to get the charset (from ewmh_name.c) and which
15386 setlocale if this has not been done with the above function. This
15387 function is also called at fvwm2 startup
15389 * fvwm/ewmh_names.c (charset_to_utf8):
15391 Use the Fcharset variable and remove get_charset
15393 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15396 * libs/GetFont.c (GetFontSetOrFixed):
15397 Free the missing charset list as suggested by Alexander Kotelnikov.
15398 Report problems with missing charset only 5 times. Remove the
15399 STRICTLY_FIXED code
15401 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15404 a patch to config.status to generate scripts executable, may be handy;
15405 added generation of utils/fvwm24_convert
15407 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15410 * fvwm/functions.c (expand_extended_var):
15411 implemented $[schedule.last] and $[schedule.next] variables
15412 implemented new command "Deschedule"
15414 * fvwm/misc.c (get_server_time):
15417 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15419 * fvwm/misc.c (get_server_time):
15420 * fvwm/events.c (My_XNextEvent):
15421 * fvwm/icccm2.c (SetupICCCM2):
15422 * fvwm/functions.h:
15424 * fvwm/functions.c (func_config):
15426 implemented new command "Schedule"
15428 * fvwm/builtins.c (CMD_Exec):
15429 applied job control patch by Alexander Kotelnikov using the portable
15430 version of setpgrp()
15432 * libs/setpgrp.c (fvwm_setpgrp):
15433 * libs/setpgrp.h (fvwm_setpgrp):
15434 * libs/Makefile.am:
15436 added checks for setpgrp and setpgid
15438 2002-01-29 olicha <olivier.chapuis@free.fr>
15441 Better test for iconv second argumeny
15444 Use gnu libiconv in priority against the system iconv
15446 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15448 * fvwm/stack.c (RaiseOrLowerWindow):
15450 (collect_transients_recursive):
15451 * fvwm/icons.c (get_visible_icon_window_count):
15452 fixed stack ring corruption with icons that have either no picture or
15455 2002-01-28 olicha <olivier.chapuis@free.fr>
15457 * fvwm/ewmh_names.c (charset_to_utf8):
15459 (EWMH_SetVisibleName):
15461 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15462 set the ewmh visible (icon) name only if the fvwm visible name is
15463 different from the ICCCM (icon) window name, limit the number of
15464 conversions error messages to 10
15466 2002-01-28 olicha <olivier.chapuis@free.fr>
15468 * fvwm/functions.c (func_config):
15470 * fvwm/builtins.c (CMD_PropertyChange):
15471 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15474 * fvwm/module_interface.h:
15475 * fvwm/module_interface.c (BroadcastPropertyChange):
15476 * libs/Module.h (MX_PROPERTY_CHANGE):
15477 New module message MX_PROPERTY_CHANGE for all propose messages.
15479 * fvwm/events.c (HandlePropertyNotify):
15481 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15482 as argument when fvwm2 detects that the root background change
15483 Removed the ROOT_BG_CHANGE_STRING stuff
15485 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15487 * NEWS, configure.in:
15488 changed version to 2.5.1
15490 * fvwm/misc.c (get_pointer_fvwm_window):
15492 * fvwm/functions.c (func_config):
15493 * fvwm/conditional.c (CreateConditionMask):
15494 (MatchesConditionMask):
15495 (CMD_PointerWindow):
15496 (CreateConditionMask):
15498 * fvwm/fvwm.h (WindowConditionMask):
15499 new conditions focused, !focused, haspointer, !haspointer
15500 new command PointerWindow that works like Current but on the window
15501 that currently contains the pointer
15502 new command Any which works like None but inverts the condition
15503 fixed parsing of conditions with more than one comma
15505 * fvwm/module_interface.h:
15506 * fvwm/module_interface.c (do_execute_module):
15508 * libs/Module.h (MAX_XMSG_MASK):
15509 fixed default message mask for modules
15511 * fvwm/update.c (flush_window_updates):
15512 * fvwm/virtual.c (UnmapDesk):
15514 (do_move_window_to_desk):
15515 * fvwm/icons.c (DeIconify):
15517 * fvwm/events.c (HandlePropertyNotify):
15518 (HandleMapRequestKeepRaised):
15520 (HandleButtonPress):
15521 (HandleEnterNotify):
15522 (HandleLeaveNotify):
15523 * fvwm/focus.c (DoSetFocus):
15526 (ReturnFocusWindow):
15528 (ForceDeleteFocus):
15530 (restore_focus_after_unmap):
15531 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15532 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15533 the flush_window_updates() function.
15535 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15537 * fvwm/placement.c (PlaceWindow):
15538 minor performance enhancement
15540 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15543 * fvwm/menus.c (MenuInteraction):
15544 (pointer_in_active_item_area):
15545 (pointer_in_passive_item_area):
15546 new menu style PopupActiveArea
15548 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15550 * fvwm/move_resize.c (CMD_ResizeMaximize):
15551 (CMD_ResizeMoveMaximize):
15552 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15554 2002-01-21 olicha <olivier.chapuis@free.fr>
15557 s/Penalities/Penalties/g
15559 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15561 * fvwm/events.c (HandleLeaveNotify):
15562 (HandleEnterNotify):
15563 * fvwm/modconf.c (ModuleConfig):
15564 * fvwm/update.c (apply_window_updates):
15565 * fvwm/module_interface.c (BroadcastWindowIconNames):
15566 (CMD_Send_WindowList):
15568 (do_execute_module):
15570 (CMD_set_nograb_mask):
15571 (CMD_set_sync_mask):
15573 (set_mseggage_mask):
15574 (is_message_in_mask):
15575 (is_message_selected):
15577 rewrote message interface to allow more than 32 messages with minimal
15578 changes in the existing interfaces.
15579 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15582 * fvwm/style.c (parse_and_set_window_style):
15583 * fvwm/fvwm.h (struct):
15584 * fvwm/events.c (HandleButtonPress):
15585 implemented new styles MouseFocusClickIgnoreMotion and
15586 MouseFocusClickIgnoreMotionOff
15588 * fvwm/focus.c (focus_grab_buttons):
15589 fixed button mask for > 5 buttons
15591 2002-01-19 olicha <olivier.chapuis@free.fr>
15593 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15594 Save and restore the icon_pixmap_w and add comments
15596 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15598 * fvwm/events.c (HandleEnterNotify):
15599 fixed EnterNotify events for icons
15601 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15604 * fvwm/stack.c (overlap_box):
15606 * fvwm/icons.c (clear_icon):
15607 * fvwm/add_window.c (destroy_icon):
15608 * fvwm/fvwm.h (FvwmWindow):
15609 * fvwm/geometry.c (get_window_borders):
15610 (get_client_geometry):
15611 * libs/fvwmrect.h (struct):
15612 * fvwm/functions.c (expand_extended_var):
15613 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15614 return the geometry of the client window
15615 implemented new extended variables it.x, it.y, it.width, it.height that
15616 return the geometry of the icon title
15617 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15618 return the geometry of the icon picture
15619 implemented new extended variables i.x, i.y, i.width, i.height that
15620 return the geometry of the whole icon
15621 fixed $[w.height] when the window is shaded
15622 cleaned up icon geometry code
15624 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15627 * fvwm/functions.c:
15628 * fvwm/functions.h:
15629 * fvwm/move_resize.c (unmaximize_fvwm_window):
15630 (maximize_fvwm_window):
15632 (CMD_ResizeMaximize):
15636 (resize_move_window):
15637 (CMD_ResizeMoveMaximize):
15638 New command ResizeMaximize. Works like Resize, but modifies the
15639 maximized size of the window, not the normal size.
15640 New command ResizeMoveMaximize that works similarly.
15641 (resize_move_window):
15642 fixed ResizeMove command
15644 * fvwm/functions.c (expand):
15645 fixed core dump when using something like $[$v] in a command
15647 2002-01-17 olicha <olivier.chapuis@free.fr>
15649 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15650 * fvwm/events.c (HandlePropertyNotify):
15651 * fvwm/fvwm.c (InternUsefulAtoms):
15653 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15654 that the root background has changed. This uses the _XSETROOT_ID
15655 and XROOTPMAP_ID properties
15657 * fvwm/ewmh.c (atom_get):
15660 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15662 * fvwm/update.c (flush_window_updates):
15663 fixed unnecessary window style updates
15665 * fvwm/style.c (parse_and_set_window_style):
15666 * fvwm/add_window.c (RestoreWithdrawnLocation):
15668 (setup_frame_attributes):
15669 * fvwm/fvwm.h (FvwmWindow):
15670 Fvwm does no longer disable backing store on all of its windows. This
15671 cause too many problems with some applications, e.g. rdist. Introduced
15672 the new style BackingStoreWindowDefault that tells fvwm not to modify
15673 the backing store attribute on the client window - which now is the
15676 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15679 * fvwm/functions.c (func_config):
15680 * libs/Module.c (SetMessageMask2):
15685 fixed building with libstroke-0.5.1 on Solaris8
15687 * fvwm/stack.c (new_layer):
15688 * fvwm/borders.c (DrawButton):
15691 * fvwm/builtins.c (SetLayerButtonFlag):
15693 * fvwm/screen.h (struct):
15694 Applied the layer button patch by Richard Curnow with a few
15697 * fvwm/icons.c (GetIconBitmap):
15699 Ignore client icons that have the wrong depth
15701 * fvwm/events.c (HandleEnterNotify):
15702 Tried to fix focusing problem w/ unclutter.
15704 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15706 * fvwm/functions.c (CheckActionType):
15709 * fvwm/menus.c (paint_item):
15710 * fvwm/misc.c (is_function_allowed):
15711 * fvwm/move_resize.c (is_move_allowed):
15712 (is_resize_allowed):
15713 (is_maximize_allowed):
15714 * fvwm/decorations.c (check_if_function_allowed):
15715 combined all these functions into a new one
15716 use this function everywhere
15717 use the Fixed... styles to decide if a menu item is greyed or not
15719 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15721 * fvwm/events.c (HandleExpose):
15722 eat up expose events even if the server claims that the expose count is
15723 zero; fixes a problem with many redraws of windows that are uncovered
15724 by shading a window above them
15726 2002-01-10 olicha <olivier.chapuis@free.fr>
15728 * fvwm/focus.c (DoSetFocus):
15729 * fvwm/move_resize.c (CMD_Maximize):
15734 * fvwm/icons.c (DeIconify):
15737 * fvwm/gnome.c (GNOME_HandlePropRequest):
15738 * fvwm/ewmh_names.c (EWMH_WMName):
15739 * fvwm/events.c (HandleFocusIn):
15740 (HandlePropertyNotify):
15742 (HandleButtonPress):
15743 (HandleLeaveNotify):
15745 * fvwm/builtins.c (CMD_UpdateDecor):
15747 * fvwm/borders.c (draw_clipped_decorations):
15749 (RedrawDecorations):
15751 Added a new argument to DrawDecoration similar to draw_window_parts,
15752 which indicate which part of the decor should be cleared. At present
15753 time only CLEAR_FRAME is taken in account and this is used in
15754 ShadeWindow to draw the decoration without flickering. This argument
15755 may be used in the future to reduce opaque resizing flickering
15757 * fvwm/builtins.c (CMD_WindowShade):
15758 Draw the decoration during unshading a window
15760 * fvwm/menus.c (ParentalMenuRePaint):
15761 Fixed transparent animated menu again
15766 2002-01-09 olicha <olivier.chapuis@free.fr>
15768 * fvwm/style.c (CMD_Style):
15769 free all the elements of the ptmpstyle before freeing it
15771 * fvwm/menus.c (ParentalMenuRePaint):
15772 Fixed transparent animated menu with HilightBackOff
15774 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15776 * fvwm/style.c (merge_styles):
15777 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15778 in the copied style
15780 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15782 * fvwm/modconf.c (send_ignore_modifiers):
15783 (send_move_threshold):
15786 (send_color_limit):
15788 (send_desktop_geometry):
15789 (CMD_Send_ConfigInfo):
15790 moved code into new functions
15792 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15793 moved to defaults.h
15795 * fvwm/bindings.c (CMD_IgnoreModifiers):
15796 * fvwm/module_interface.c (broadcast_xinerama_state):
15797 * fvwm/modconf.c (send_ignore_modifiers):
15798 broadcast IgnoreModifiers to modules
15800 * fvwm/bindings.c (CMD_IgnoreModifiers):
15801 fixed IgnoreModifiers command without arguments
15803 corrected documentation of IgnoreModifiers command
15805 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15807 * fvwm/add_window.c:
15812 * fvwm/move_resize.c:
15815 * fvwm/module_interface.c:
15817 * fvwm/placement.c:
15820 * fvwm/fvwm.h (FvwmWindow):
15821 remnamed icon_w member to icon_title_w
15823 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15825 * fvwm/icons.c (RedoIconName):
15826 fixed sizing of icon title for icons without a pixmap
15828 (CreateIconWindow):
15830 (CreateIconWindow):
15831 rewrote icon title layout and moved the constants to defaults.h
15833 * fvwm/menus.c (menuShortcuts):
15834 (handle_emacs_bindings):
15835 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15837 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15839 * fvwm/fvwm2.1: Language checks done.
15840 .IR command not in column 1 fixed.
15842 2002-01-04 olicha <olivier.chapuis@free.fr>
15844 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15845 (AnimatedMoveOfWindow):
15846 (AnimatedMoveFvwmWindow):
15847 (move_window_doit):
15848 * fvwm/menus.c (ParentalMenuRePaint):
15849 (animated_move_back):
15851 Fixed transparent animated menu
15853 2002-01-03 olicha <olivier.chapuis@free.fr>
15855 * fvwm/move_resize.c (is_resize_allowed):
15857 Do not check if moveing/resizeing is MWM allowed for a no user request
15858 This fix for example FvwmWinList with MwmFunctions & NoOverride
15860 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15861 * fvwm/move_resize.c (is_move_allowed):
15862 Allowed moving if tmp_win is null and check if move is allowed and
15863 not resize in AnimatedMoveAnyWindow. This fix animated menu
15865 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15867 (ewmh_AllowsResize):
15868 Check as a user request
15871 * fvwm/move_resize.c (CMD_Maximize):
15874 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15875 to ignore the windows with a layer less or equal to the layer of
15876 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15877 Reorder a bit the Maximize documentation
15880 * fvwm/functions.c (expand_extended_var):
15881 New variables $[desk.name<n>] to get the desktop names
15883 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15885 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15886 Read with full path.
15888 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15891 * fvwm/misc.c (GrabEm):
15892 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15894 * fvwm/events.c (HandleUnmapNotify):
15895 (HandleMapRequestKeepRaised):
15896 (check_map_request):
15897 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15899 * fvwm/add_window.c (FetchWmProtocols):
15901 * fvwm/fvwm.h (FvwmWindow):
15902 * fvwm/events.c (HandleEnterNotify):
15903 (HandlePropertyNotify):
15904 * fvwm/focus.c (refresh_focus):
15906 fixed focus problems with netscape and ddd
15908 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15910 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15911 * libs/Pointer.c (GetLocationFromEventOrQuery):
15912 * fvwm/virtual.c (HandlePaging):
15913 * fvwm/move_resize.c (GetOnePositionArgument):
15915 (AnimatedMoveAnyWindow):
15918 * fvwm/module_interface.c (ExecuteModuleCommand):
15919 * fvwm/menus.c (do_menu):
15922 (get_menu_options):
15923 * fvwm/functions.c (execute_complex_function):
15924 * fvwm/events.c (HandleClientMessage):
15925 (WaitForButtonsUp):
15926 * fvwm/conditional.c (CMD_Direction):
15927 * fvwm/builtins.c (CMD_CursorMove):
15930 handle return code of XQueryPointer everywhere; necessary for dual head
15932 * fvwm/misc.c (GrabEm):
15933 Pointer was warped to other screen with a dual head setup
15935 2001-12-31 olicha <olivier.chapuis@free.fr>
15937 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15938 Removed some code which try to raise ewmh modal window over
15939 its transientfor window; this seems not possible without a new style
15940 or a bad hack in stack.c
15942 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15944 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15945 fallback to fixed font so it shows the right font for I18N.
15947 2001-12-30 olicha <olivier.chapuis@free.fr>
15949 * fvwm/window_flags.h:
15950 * fvwm/session.c (MatchWinToSM):
15951 (LoadWindowStates):
15952 (SaveWindowStates):
15953 (get_version_string):
15954 * fvwm/move_resize.c (CMD_Maximize):
15956 * fvwm/icons.c (CMD_Iconify):
15957 * fvwm/ewmh.c (EWMH_SetWMState):
15960 (EWMH_SetAllowedActions):
15963 * fvwm/ewmh_intern.h:
15964 * fvwm/ewmh_events.c (ewmh_WMState*):
15965 * fvwm/builtins.c (CMD_WindowShade):
15966 * fvwm/stack.c (new_layer):
15967 * fvwm/update.c (apply_window_updates):
15968 * fvwm/update.h (struct):
15969 * fvwm/add_window.c (setup_window_structure):
15970 (setup_window_name):
15972 * fvwm/style.c (check_window_style_change):
15973 The skip list and modal ewmh window states are now updated after
15974 an use/ignore ewmh state style changes. The other ewmh states are
15975 starting state only. All the initial ewmh states are keep in memory
15978 * fvwm/ewmh.c (EWMH_Handle*):
15980 Set the ewmh_window_type to an int (and not the corresponding atom)
15981 accordingly to the window type
15983 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15984 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15987 * fvwm/ewmh.c (EWMH_GetStyle):
15988 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15989 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15992 * libs/vpacket.h (ConfigWinPacket):
15993 * fvwm/module_interface.c (CONFIGARGSNEW):
15996 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15997 cfgpacket for FvwmIdent
15999 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16001 * fvwm/move_resize.c (resize_geometry_window):
16002 fixed wrong size calculation of geometry window
16004 2001-12-19 olicha <olivier.chapuis@free.fr>
16006 * fvwm/ewmh_names.c (convert_charsets):
16007 More precise error messages
16010 A few formatting fixes
16012 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16014 * fvwm/gnome.c (GNOME_SetHints):
16015 fixed window getting frozen into position upon a recapture or restart
16017 2001-12-17 Dan Espen <dane@mk.telcordia.com>
16019 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16021 2001-12-17 olicha <olivier.chapuis@free.fr>
16024 Tried to clarify the EWMHIconicStateWorkaround BugOpts
16026 * fvwm/ewmh.c (delete_kst_item):
16027 (set_kde_sys_tray):
16028 (EWMH_IsKdeSysTrayWindow):
16029 (EWMH_ManageKdeSysTray):
16030 * fvwm/events.c (HandleReparentNotify):
16031 Fixed reparenting management of kde system tray windows and
16032 added some off debugging code
16034 * fvwm/virtual.c (CMD_DesktopName):
16035 Removed some debugging code
16037 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16039 * fvwm/fvwm.h (struct):
16040 * fvwm/window_flags.h (IS_FIXED_PPOS):
16041 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16042 * fvwm/style.c (parse_and_set_window_style):
16043 (check_window_style_change):
16044 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16045 FixedUSSize, FixedPSize and Variable PPosition, ...
16047 * fvwm/events.c (HandleConfigureRequest):
16048 * fvwm/ewmh.c (ewmh_AllowsResize):
16049 (is_resize_allowed):
16052 * fvwm/gnome.c (GNOME_SetHints):
16053 (AnimatedMoveAnyWindow):
16056 * fvwm/move_resize.c (is_move_allowed):
16057 (is_resize_allowed):
16058 (is_maximize_allowed):
16059 new functions to clean up some code
16061 2001-12-15 Dan Espen <dane@mk.telcordia.com>
16063 * fvwm/fvwm2.1: Doc fixups.
16065 2001-12-15 olicha <olivier.chapuis@free.fr>
16067 * fvwm/builtins (CMD_BugOpts):
16069 * fvwm/ewmh_conf.c (EWMH_BugOpts):
16070 * fvwm/ewmh_events.c (ewmh_StateHidden):
16071 * fvwm/fvwm.c (InitVariables):
16073 * fvwm/icons.c (CMD_Iconify):
16075 * fvwm/virtual.c (unmap_window):
16077 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16078 to fix the IconicState problems in vitrual.c. New BugOpts
16079 EWMHIconicStateWorkaround for supporting current KDE versions
16081 * fvwm/events.c (HandlePropertyNotify):
16082 * fvwm/ewmh.c (ewmh_AllowsYes):
16084 (ewmh_AllowsClose):
16085 (ewmh_AllowsMaximize):
16087 (ewmh_AllowsResize):
16088 (EWMH_SetAllowedActions):
16090 * fvwm/style.c (check_window_style_change):
16091 * fvwm/update.c (apply_window_updates):
16093 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16095 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16097 * fvwm/borders.c (RedrawTitle):
16098 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16099 fixed 'stick' lines with long titles
16101 2001-12-11 olicha <olivier.chapuis@free.fr>
16105 * fvwm/ewmh.c (ewmh_SetWorkArea):
16107 (ewmh_ComputeAndSetWorkArea):
16108 (ewmh_HandleDynamicWorkArea):
16109 (EWMH_GetWorkAreaIntersection):
16110 (EWMH_GetStrutIntersection):
16111 (get_intersection):
16112 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16115 * fvwm/fvwm.c (InitVariables):
16117 * fvwm/modconf.c (send_desktop_names):
16118 (CMD_Send_ConfigInfo):
16119 * fvwm/placement.c (get_next_x):
16122 * fvwm/virtual.c (CMD_DesktopName):
16125 New command "DesktopName desk name" to define desktops names for
16126 the FvwmPager, the WindowList and ewmh compliant pagers.
16127 Desktops information (desk, desk name, working areas) is stored in a
16128 new list sub structure of Scr, DesktopsInfo. The head of the list
16129 contains generic information for desks that are not in the list.
16131 * fvwm/windowlist.c (get_desk_title):
16135 New window list options NoDeskNum, NoCurrentDeskTitle,
16136 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16137 the NoGeometry and NoGeometryInfo options.
16140 * fvwm/ewmh_names.c:
16141 * fvwm/ewmh_icons.c:
16142 Added some static declarations
16144 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16145 It seems that UTF8 names should not be terminated by a 0
16147 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16148 Set the stacking list in the good orders
16150 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16153 * fvwm/functions.c:
16157 removed all MULTISTYLE ifdefs
16159 * fvwm/borders.c (RedrawTitle):
16160 fixed title drawing into relief
16162 2001-12-08 olicha <olivier.chapuis@free.fr>
16169 * fvwm/window_flags.h:
16171 s/extended_window_name/indexed_window_name/i
16172 s/extended_icon_name/indexed_icon_name/i
16173 s/do_update_window_name/do_update_visible_window_name/
16174 s/do_update_icon_name/do_update_visible_icon_name/
16176 * fvwm/style.c (CMD_Style):
16178 (parse_and_set_window_style):
16179 Split CMD_Style into CMD_Style and parse_and_set_window_style
16181 2001-12-06 olicha <olivier.chapuis@free.fr>
16183 * fvwm/add_window.c (setup_window_name_count):
16184 (setup_icon_name_count):
16185 Better determination of the window and icon names index
16187 * fvwm/add_window.c (AddWindow):
16189 * fvwm/events.c (HandlePropertyNotify):
16190 * fvwm/ewmh_names.c (EWMH_WMName):
16192 * fvwm/module_interface.c (BroadcastWindowIconNames):
16193 * fvwm/module_interface.h:
16194 (CMD_Send_WindowList):
16196 (CMD_set_sync_mask):
16197 (CMD_set_nograb_mask):
16198 * fvwm/update.c (apply_window_updates):
16200 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16201 which are send to modules with BroadcastWindowIconNames.
16202 The set mask cmds use unsigned long mask and not int mask!
16204 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16208 EWMH without iconv compile fix by Hippo
16210 2001-12-05 olicha <olivier.chapuis@free.fr>
16212 * fvwm/add_window.c:
16215 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16216 * fvwm/ewmh_events.c:
16219 * fvwm/move_resize.c (CMD_Maximize):
16220 * fvwm/placement.c (test_fit):
16222 * fvwm/session.c (SaveWindowStates):
16223 * fvwm/style.c (merge_styles):
16225 (check_window_style_change):
16226 * fvwm/update.c (apply_window_updates):
16228 * fvwm/window_flags.h:
16230 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16231 EWMHMaximizeUseDynamicWorkingArea,
16232 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16233 EWMHPlacementUseDynamicWorkingArea,
16234 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16235 EWMHIgnoreStateHints / EWMHUseStateHints,
16236 EWMHIgnoreStrutHints / EWMHUseStrutHints
16238 * fvwm/ConfigFvwmDefaults:
16239 Use EWMHPlacementUseDynamicWorkingArea,
16240 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16243 * fvwm/add_window.c (setup_placement_penalty):
16244 * fvwm/add_window.h:
16245 (setup_placement_penalty):
16248 * fvwm/placement.c (get_next_x):
16249 * fvwm/placement.h:
16252 * fvwm/style.c (CMD_Style):
16254 (check_window_style_change):
16255 * fvwm/update.c (apply_window_updates):
16257 * fvwm/window_flags.h:
16259 New styles PlacementOverlapPenalties and
16260 PlacementOverlapPercentPenalties
16263 * fvwm/add_window.c (setup_window_name_count):
16264 * fvwm/add_window.h:
16265 (setup_icon_name_count):
16266 (setup_visible_name):
16267 (setup_window_name):
16268 (free_window_names):
16270 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16272 * fvwm/events.c (HandlePropertyNotify):
16273 * fvwm/ewmh_names.c (EWMH_*):
16275 * fvwm/icons.c (CreateIconWindow):
16280 * fvwm/session.c (MatchWinToSM):
16281 * fvwm/style.c (CMD_Style):
16283 (check_window_style_change):
16284 * fvwm/update.c (apply_window_updates):
16286 * fvwm/window_flags.h:
16287 New styles ExtendedWindowName / SimpleWindowName and
16288 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16290 * fvwm/builtins.c (ReadMultiPixmapDecor):
16296 * session.c (get_version_string):
16299 * fvwm/stack.c (new_layer):
16301 Fixed ewmh wm state
16303 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16304 Fixed creation of the ewmh icon in the case of the window is iconified
16306 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16308 * fvwm/placement.c (PlaceWindow):
16309 fixed manual placement on Xinerama screens other than the one with the
16310 top left corner of the total screen
16312 2001-11-27 olicha <olivier.chapuis@free.fr>
16318 Check for the second argument of iconv
16321 Added -Wall to CFLAGS if cc is gcc
16323 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16327 s/extanded/extended/
16329 2001-11-26 olicha <olivier.chapuis@free.fr>
16331 * fvwm/Makefile.am:
16332 Fixed (?) iconv_LIBS
16334 2001-11-26 olicha <olivier.chapuis@free.fr>
16336 * fvwm/functions.c (expand):
16337 Fixed n, c, r expansion
16339 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16341 * fvwm/fvwm2.1: Clean up ewmh stuff.
16343 2001-11-24 olicha <olivier.chapuis@free.fr>
16345 * fvwm/ewmh_internal.h:
16347 Removed a non standard macro
16349 2001-11-24 olicha <olivier.chapuis@free.fr>
16352 Documented the previous ewmh style in a new Style subsection
16354 * fvwm/functions.c (expand):
16355 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16357 2001-11-24 olicha <olivier.chapuis@free.fr>
16359 * fvwm/add_window (setup_icon):
16360 (setup_window_structure):
16361 * fvwm/events.c (HandlePropertyNotify):
16363 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16364 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16365 (EWMH_DoUpdateWmIcon):
16366 (ewmh_SetWmIconFromPixmap):
16367 (EWMH_DeleteWmIcon):
16368 (EWMH_SetIconFromWMIcon):
16369 * fvwm/ewmh_intern.h:
16371 * fvwm/icons.c (GetIcon):
16372 * fvwm/session.c (get_version_string):
16373 * fvwm/style.c (CMD_Style):
16375 (check_window_style_change)
16376 * fvwm/update.c (apply_window_updates):
16378 * fvwm/window_flags.h:
16379 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16380 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16381 EWMHDonateIcon / EWMHDontDonateIcon,
16382 Some ewmh icon code simplification.
16383 Ewmh icons priority: just after icon window.
16385 * fvwm/ewmh.c (EWMH_ExitStuff):
16387 * fvwm/session.c (SaveWindowStates):
16388 (LoadWindowStates):
16390 * fvwm/fvwm.c (Done):
16391 Delete the ewmh icons we set ourself. Some ewmh session states do not
16392 need to be saved/restored anymore
16394 2001-11-23 olicha <olivier.chapuis@free.fr>
16396 * fvwm/ewmh_names.c (convert_charsets):
16397 Fixed infinite loop
16399 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16401 * fvwm/ewmh_names.c (convert_charsets):
16402 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16403 man page states on Linux
16404 replaced goto with a loop
16406 2001-11-22 olicha <olivier.chapuis@free.fr>
16408 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16411 * fvwm/ewmh_events.c:
16412 Fixed some styles update
16414 * fvwm/ewmh_conf.c:
16415 * fvwm/function.c (func_config):
16419 * fvwm/ewmh_events.c:
16420 * fvwm/ewmh_intern.h:
16421 * fvwm/Makefile.am:
16423 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16424 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16426 * fvwm/add_window.c:
16429 * fvwm/functions.c:
16430 * fvwm/ewmh.c (EWMH_Init):
16432 * fvwm/fvwm.c (InitVariables):
16439 * fvwm/window_flags.c:
16446 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16447 are maybe problematic) and those in the ewmh* files to allow
16448 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16449 should be dummy. --enable-ewmh is now the default.
16451 2001-11-20 olicha <olivier.chapuis@free.fr>
16453 * fvwm/icons.c (GetIcon):
16454 * fvwm/add_window.c (setup_icon):
16455 Fixed icons order choice and other minor bugs
16457 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16458 Fixed a core dump if there is no MiniIcon
16460 2001-11-18 olicha <olivier.chapuis@free.fr>
16462 * fvwm/ewmh.c (add_kst_item):
16464 (ewmh_AddToKdeSysTray):
16465 (EWMH_IsKdeSysTrayWindow):
16466 (EWMH_ManageKdeSysTray):
16468 fvwm/ewmh_intern.h:
16469 * fvwm/events.c (HandleDestroyNotify):
16470 (HandleMapRequest):
16471 (HandleUnmapNotify):
16472 Fixed the KDE system tray implementation
16474 2001-11-16 olicha <olivier.chapuis@free.fr>
16478 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16480 2001-11-15 olicha <olivier.chapuis@free.fr>
16482 * fvwm/ewmh.c (EWMH_DestroyWindow):
16484 (EWMH_WindowDestroyed):
16485 * fvwm/events.c (HandleReparentNotify):
16486 (HandleDestroyNotify):
16487 (HandleUnmapNotify):
16488 * fvwm/add_window.c (destroy_window):
16489 Fixed the ewmh windows lists
16491 2001-11-15 olicha <olivier.chapuis@free.fr>
16493 * fvwm/Makefile.am:
16496 * fvwm/ewmh_intern.h:
16497 * fvwm/ewmh_events.c:
16498 * fvwm/ewmh_icons.c:
16499 * fvwm/ewmh_names.c:
16502 New files to achieve the extended WM hints support, off by
16503 default. This code is ifdefed a la gnome.c.
16504 This is work in progess (need to do so that every things are
16508 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16509 New configure option --enable-ewmh. Added tests for iconv and
16510 nl_langinfo for UTF8 conversions.
16512 * fvwm/add_window.c (AddWindow):
16513 (CaptureOneWindow):
16515 (setup_window_name):
16517 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16518 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16519 SET_HAS_EWMH_ICON, EWMH_WMIconName
16521 * fvwm/add_window.c (setup_window_structure):
16522 * fvwm/fvwm.h (FvwmWindow):
16524 * fvwm/window_flags.h:
16525 * fvwm/session.c (get_version_string):
16526 (SaveWindowStates):
16527 (LoadWindowStates):
16528 Added some entries in FvwmWindow and some flags (more will be
16529 added). Some of these states need to be saved at restart and
16530 at recapture. This code is ifdefed, may be it should not: I was
16531 forced to ifdef the version string in get_version_string.
16533 * libs/Bindings.c (win_contexts):
16535 * fvwm/events.c (GetContext):
16536 * fvwm/bindings.c (ParseBinding):
16537 (activate_binding):
16538 * fvwm/functions.c (expand_extended_var):
16540 (execute_function):
16542 * fvwm/screen.h (Scr):
16543 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16544 (kdesktop or Nautilus desktop). This context is something between
16545 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16547 * fvwm/bindings.c (activate_binding):
16548 Fixed immediate application of mouse/stroke bindings
16551 * fvwm/borders.c (RedrawDecorations):
16552 * fvwm/update.c (apply_window_updates):
16553 New function RedrawDecorations taken from apply_window_updates
16554 and called in ewmh_icons.c and update.c
16556 * fvwm/bultins.c (CMD_WindowShade):
16559 * fvwm/events.c (HandleFocusIn):
16560 (HandlePropertyNotify):
16561 (HandleClientMessage):
16562 (HandleMapRequestKeepRaised):
16563 (HandleUnmapNotify):
16564 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16565 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16568 * fvwm/icons.c (GetIcon):
16570 (CreateIconWindow):
16571 (ChangeIconPixmap):
16572 * fvwm/events.c (HandlePropertyNotify):
16573 New function GetIcon taken from CreateIconWindow which choose
16574 the icon, there is a new case for EWMH icons. New function
16575 ChangeIconPixmap taken from events.c.
16576 The two new functions are called from ewmh_icon.c (and icons.c).
16578 * fvwm/move_resize.c (handle_stick):
16581 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16584 * libs/Picture.c (LoadPictureFromPixmap):
16585 (CachePictureFromPixmap):
16586 New functions for loading a picture from a pixmap. Nothing is cached
16587 but this simplify the MiniIcon code.
16589 * fvwm/placement.c (PlaceWindow):
16590 EWMH_GetWorkAreaIntersection
16592 * fvwm/screen.h (Scr):
16593 Added the working area, the dynamic working area and the ewmh
16596 * fvwm/stack.c (restack_windows):
16598 EWMH_SetClientListStacking, EWMH_SetWMState
16600 * fvwm/style.c (check_window_style_change):
16601 * fvwm/update.c (apply_window_updates):
16603 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16604 This code is ifdefed.
16606 * fvwm/style.c (lookup_style):
16609 * fvwm/virctual.c (goto_desk):
16610 (CMD_GotoDeskAndPage):
16611 (do_move_window_to_desk):
16612 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16614 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16616 * fvwm/update.c (apply_window_updates):
16617 * fvwm/gnome.c (GNOME_GetStyle):
16618 * fvwm/style.c (lookup_style):
16619 (check_window_style_change):
16620 * fvwm/add_window.c (setup_style_and_decor):
16621 fixed GnomeIgnoreHints style for some of the gnome hints
16623 * fvwm/fvwm.c (StartupStuff):
16624 Tried to fix font size problem
16626 * fvwm/placement.c (PlaceWindow):
16627 suppress an X error
16629 * fvwm/move_resize.c (moveLoop):
16630 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16631 * fvwm/misc.c (Keyboard_shortcuts):
16632 modified keyboard shortcut functions so that it is possible to move
16633 windows with the keyboard even if the border is hit. does not work
16634 very nicely with paging
16636 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16637 performance enhancement
16639 * fvwm/events.c (HandleButtonPress):
16640 fixed (?) some problem with passing the raise click in ctf to the app
16642 * fvwm/add_window.c (Reborder):
16643 * fvwm/virtual.c (MoveViewport):
16646 * fvwm/session.c (SaveWindowStates):
16647 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16648 don't access stack_next and stack_prev directly but use the access
16649 functions from stack.h
16651 * fvwm/stack.c (remove_window_from_stack_ring):
16652 (add_window_to_stack_ring_after):
16655 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16657 when a window becomes scheduled for destruction, remove all traces of it
16658 from the fvwm internal variable so its not accessed accidentally when
16659 its fields are no longer valid
16661 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16664 fixed compilation of I18N_MB
16666 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16676 exclude the TitleStyle MultiPixmap feature (only) before forking
16678 and restore it after that
16682 change version string to 2.5.0
16685 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16686 added a link to the stable version 2.4.4 (not released yet)
16688 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16692 change version string to 2.4.4 before forking
16694 * make_fvwmdist.sh:
16695 strip end of line from date (adjust for a new length)
16697 2001-10-29 olicha <olivier.chapuis@free.fr>
16699 * fvwm/screen.h (DecorFaceStyle):
16700 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16701 so that Solid colors work again
16703 2001-10-28 olicha <olivier.chapuis@free.fr>
16705 * fvwm/module_interface.c (skipModuleAliasToken):
16706 Allows '/' as alias character
16711 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16716 added --disable-multipixmap-titles for the Suzanne's patch,
16717 the default is enable
16720 some formatting fixes in TitleStyle entry
16722 2001-10-27 Suzanne Britton <tril@igs.net>
16724 * config.h.in: Added FANCY_TITLEBARS option, off by default
16727 Added info on TitleStyle MultiPixmap
16730 [All changes #ifdeffed FANCY_TITLEBARS]
16731 Added TITLE_PADDING define for fancy titlebar rendering
16732 Added tb_pixmap_enum
16733 Added MultiPixmap to DecorFaceType enum
16734 Added Picture **multi_pixmaps and short multi_stretch_flags
16735 to DecorFace structure
16738 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16739 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16740 (RenderIntoWindow): [new]
16741 (DrawMultiPixmapTitlebar): [new]
16742 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16743 instead of always sending 1
16745 Call DrawFancyTitlebar for MultiPixmap style
16746 Skip DrawString calls for MultiPixmap style (title is drawn inside
16747 DrawMultiPixmapTitlebar)
16750 [All changes #ifdeffed FANCY_TITLEBARS]
16751 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16752 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16753 (ReadMultiPixmapDecor): [new]
16755 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16757 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16758 buttons can activate on press or release, special pointer during grab,
16759 arrow key command recall.
16761 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16763 * fvwm/bindings.c (ParseBinding):
16766 binding commands now do not print error messages with Silent
16768 * fvwm/ConfigFvwmDefaults:
16770 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16771 use Silent before Key Help
16773 * fvwm/add_window.c:
16774 changed the broken size hints message to notify the owner
16776 * docs/fvwm.lsm.in:
16779 2001-10-19 olicha <olivier.chapuis@free.fr>
16782 Some FvwmScript news
16784 2001-10-16 olicha <olivier.chapuis@free.fr>
16787 Some FvwmScript news
16789 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16791 * fvwm/bindings.c (activate_binding):
16792 * libs/Bindings.c (GrabWindowKeyOrButton):
16793 activate mouse/stroke bindings immediately
16795 * fvwm/events.c (HandleButtonPress):
16796 it is possible to bind actions to the 'ClickToFocus' click
16798 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16800 * fvwm/virtual.c (HandlePaging):
16801 allow paging during move/resize when pressing keys
16803 * libs/XResource.c (MergeCmdLineResources):
16804 possible core dump fix
16806 * fvwm/add_window.c (setup_window_placement):
16809 * libs/Bindings.c (AddBinding):
16810 another attempt at cleaning up bindings with "Shift"
16812 2001-10-13 olicha <olivier.chapuis@free.fr>
16817 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16821 OpaqueMoveSize now accepts "unlimited" or negative argument.
16823 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16828 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16830 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16833 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16835 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16838 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16840 * NEWS, configure.in:
16841 changed version to 2.5.0
16843 2001-10-08 olicha <olivier.chapuis@free.fr>
16845 * fvwm/borders.c (RedrawTitle):
16846 Fixed drawing of leftJustified stippled title and suppress warnings
16847 in RelieveRectangle w/ RightJustified stippled title
16849 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16851 * fvwm/virtual.c (CMD_XineramaSlsSize):
16854 2001-10-03 olicha <olivier.chapuis@free.fr>
16856 * fvwm/style.c (CMD_Style):
16858 Added the possibility to add an Xinerama screen to the 4 numerics
16861 2001-10-03 olicha <olivier.chapuis@free.fr>
16863 * fvwm/icons.c (AutoPlaceIcon):
16864 Fixed a core dump with @c and fixed icon placement if the icon should
16865 not be on the current page
16867 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16869 * fvwm/icons.c (AutoPlaceIcon):
16870 * libs/FScreen.c (FScreenParseScreenBit):
16871 added 'w' screen specifier for icon boxes
16873 * fvwm/icons.c (AutoPlaceIcon):
16874 fixed placement of icons in icon boxes on different screen
16876 * fvwm/menus.c (get_menu_options):
16877 reduced code duplication
16879 2001-10-02 olicha <olivier.chapuis@free.fr>
16881 * fvwm/menus.c (get_menu_options):
16882 fixed Xinerama placement of menu with empty but not null position hints
16884 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16886 * fvwm/borders.c (RedrawTitle):
16887 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16888 suppress a warning in RelieveRectangle w/ small sticky windows
16890 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16892 * fvwm/menus.c (get_menu_options):
16893 A 'rectangle' context rectangle for menus honours the '@screen' bit
16895 * fvwm/move_resize.c (DisplayPosition):
16896 coordinates of a window are show in relation to the screen, not the page
16898 * libs/FScreen.c (FScreenTranslateCoordinates):
16899 * fvwm/placement.c (PlaceWindow):
16900 * fvwm/add_window.c (setup_window_placement):
16901 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16902 rewrote the library functionality to better match the rest of the
16905 * fvwm/builtins.c (DestroyFvwmDecor):
16906 removed useless code
16908 * fvwm/icons.c (DrawIconWindow):
16909 fixed race condition w/ expanding/collapsing icon titles
16911 * fvwm/windowlist.c (CMD_WindowList):
16912 fixed Xinerama placement of window list when called without options
16914 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16916 * libs/FScreen.c (FScreenSLSOnOff):
16917 fixed core dump when calling XineramaSls before XineramaSlsSize
16922 * libs/FShape.h (FHaveShapeExtension):
16923 set macro to 1 when compiling w/ shape extension
16925 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16927 * libs/Bindings.c (AddBinding):
16928 * fvwm/bindings.c (ParseBinding):
16929 print a warning if a key with the given name does not exist
16930 if there is an upper and a lower case version of the same key name,
16931 always bind to the lower case version; this is problematic if the upper
16932 case version is tied to a key without a modifier and the lower case
16933 version is tied to the same key, but with a modifier (or both are tied
16934 to different keys). I hope this good enough.
16936 * libs/Bindings.c (FreeBindingList):
16937 (MatchBindingExactly):
16938 (CollectBindingList):
16939 fixed some problems overriding keys
16940 reduced duplication of logic
16942 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16944 * NEWS, configure.in:
16945 changed version to 2.5.0
16947 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16950 changed version to 2.4.2
16952 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16955 (SetWindowBackground):
16956 (SetRectangleBackground):
16957 * fvwm/builtins.c (CMD_WindowShade):
16958 * fvwm/add_window.c:
16959 (setup_style_and_decor):
16961 (CreateIconWindow):
16966 (HandleConfigureRequest):
16967 (HandleShapeNotify):
16968 (InitEventHandlerJumpTable):
16969 * fvwm/borders.c (struct):
16972 * fvwm/decorations.c (SelectDecor):
16977 * fvwm/fvwm.h (FvwmWindow):
16980 moved shape support to library; its no longer necessary to
16981 '#ifdef SHAPE' any code
16983 * fvwm/borders.c (RedrawButtons):
16985 fixed top border hilight drawing of title buttons
16987 * libs/Graphics.c (do_relieve_rectangle):
16988 (RelieveRectangle):
16989 (RelieveRectangle2):
16990 allow alternate shading for title buttons
16992 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16995 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16996 Add a formal description of how fvwm maintains module's configs
16997 Change manpages of individual modules to refer to fvwm2(1) for
16998 details about specifying configuration
17000 * fvwm/add_window.c (setup_window_placement):
17001 desk and page can now really be given as X resources a la
17004 * libs/XResource.c (GetResourceString):
17005 resource -> lower case, class -> upper case
17009 changed version to 2.5.0
17011 * Makefile.am (distcheck2):
17012 build distcheck before dist2; save a few seconds if the build fails
17015 * libs/ClientMsg.c:
17019 * libs/gethostname.c:
17022 * libs/safemalloc.c:
17023 * libs/strcasecmp.c:
17026 * libs/strncasecmp.c:
17035 changed version to 2.4.1 again
17037 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17039 * libs/Bindings.c (FvwmStringToKeysym):
17040 try both cases of the first letter of a key name
17042 * fvwm/ConfigFvwmDefaults:
17043 * fvwm/windowlist.c (winCompareReverse):
17045 new WindowList option ReverseOrder; use the new option in the default
17046 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17047 cycle through the whole window list. The old behaviour only toggled
17048 between two windows. Also, a simple Alt-Tab can be used to switch to
17049 the next window instead of Alt-Tab-Tab.
17051 * libs/FScreen.c (FScreenInit):
17052 fixed a Xinerama crash
17055 print a verbose error message and exit if X11 headers and libraries
17058 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17060 * fvwm/fvwm.c (main):
17063 new library for X shape encapsulation
17065 * fvwm/builtins.c (CMD_WindowShade):
17066 * fvwm/borders.c (SetupFrame):
17067 fixed shading of windows without title and border
17068 fixed shading of shaped windows; fixes bug #732
17070 * fvwm/builtins.c (CMD_SetEnv):
17071 calling SetEnv without a value is the same as UnsetEnv
17073 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17075 * fvwm/events.c (HandleReparentNotify):
17076 fixed vanishing windows in rapid map/unmap cycles; bug #770
17078 * fvwm/add_window.c (hide_screen):
17079 fixed possible BadWindow error
17081 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17083 * fvwm/virtual.c (MoveViewport):
17085 (CMD_GotoDeskAndPage):
17087 GotoDeskAndPage records its own history of last visited desk/page
17089 * libs/FScreen.c (FScreenInit):
17090 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17092 2001-09-05 olicha <olivier.chapuis@free.fr>
17094 * fvwm/session.c (MatchWinToSM):
17095 * fvwm/add_window.c (setup_window_structure):
17096 * fvwm/move_resize.c (moveLoop):
17097 Fixed PlacedByButton3 condition
17099 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17102 * fvwm/functions.c (func_config):
17103 * fvwm/module_interface.c (broadcast_xinerama_state):
17104 * fvwm/virtual.c (CMD_Xinerama):
17105 (CMD_XineramaPrimaryScreen):
17107 (CMD_XineramaSlsSize):
17109 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17110 XineramaSls and XineramaSlsSize
17111 restructured parts of the FScreen code
17113 * fvwm/functions.c (func_config):
17114 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17116 * libs/Graphics.c (RelieveRectangle):
17117 allow calling the function with w == 0 or h == 0 without a message
17119 * fvwm/window_flags.h (SET_STYLE_DELETED):
17120 * fvwm/style.c (CMD_DestroyStyle):
17121 (check_window_style_change):
17122 * fvwm/fvwm.h (window_style):
17123 update windows when a style is deleted
17126 fixed xpm detection problem caused by wrong library order
17128 2001-09-05 olicha <olivier.chapuis@free.fr>
17130 * NEWS: PlacedByFvwm
17132 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17134 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17136 2001-09-04 olicha <olivier.chapuis@free.fr>
17139 * fvwm/windows_flags.h:
17140 * fvwm/placement.c (PlaceWindow):
17141 * fvwm/add_window.c (setup_window_structure):
17142 * fvwm/conditional.c (CreateConditionMask):
17143 * fvwm/session.c (get_version_string):
17146 Added a new windows_flags is_placed_by_fvwm and a new condition
17149 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17151 * fvwm/focus.c (focus_grab_buttons):
17153 disabled xt/double click patch for now
17155 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17157 * libs/Graphics.c (RelieveRectangle):
17158 print a warning if one of the dimensions is <= 0
17160 * fvwm/placement.c (PlaceWindow):
17161 take care of windows that have both, PPosition and USPosition set
17162 take care of transient windows that have neither PPosition nor
17165 2001-09-01 olicha <olivier.chapuis@free.fr>
17167 * libs/FScreen.c (FScreenInit):
17168 Fixed the position of the xinerama emulation delimiters
17170 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17173 Xinerama introduction
17175 * fvwm/icons.c (AutoPlaceIcon):
17176 try to place icons of screen with the window center, and if that fails
17179 * libs/FScreen.c (FScreenGetScrRect):
17180 performance improvement for non-xinerama systems
17182 * fvwm/update.c (apply_window_updates):
17183 (flush_window_updates):
17184 update icon boxes and icon position when xinerama layout changes
17186 * fvwm/icons.c (AutoPlaceIcon):
17187 limit placement of icons using no icon box to screen boundaries
17188 adapt icon boxes to xinerama layout whenever used
17190 * fvwm/placement.c (PlaceWindow):
17191 * fvwm/style.c (CMD_Style):
17192 (check_window_style_change):
17193 * fvwm/style.h (SUSE_NO_USPOSITION):
17194 (SUSE_NO_TRANSIENT_PPOSITION):
17195 (SUSE_NO_TRANSIENT_USPOSITION):
17196 * fvwm/fvwm.h (struct):
17197 implemented new styles NoUSPosition/UseUSPosition,
17198 NoTransientPPosition/UseTransientPPosition,
17199 NoTransientUSPosition/UseTransientUSPosition.
17200 These work exactly like NoPPosition/UsePPosition.
17201 Transient windows ignore the window position if neither the PPosition
17202 nor the USPosition hint is set.
17204 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17206 * fvwm/focus.c (restore_focus_after_unmap):
17207 fixed a bug transfering the focus when a window was iconified
17209 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17211 * fvwm/conditional.c (MatchesConditionMask):
17212 * fvwm/move_resize.c (position_geometry_window):
17213 * fvwm/placement.c (PlaceWindow):
17214 * fvwm/menus.c (pop_menu_up):
17215 * fvwm/move_resize.c (move_window_doit):
17216 * fvwm/icons.c (do_all_iconboxes):
17217 * fvwm/placement.c (PlaceWindow):
17218 * fvwm/menus.c (update_menu):
17219 adapted to new FScreen... signatures
17221 * libs/FScreen.c (FScreenClipToScreen):
17222 (FScreenGetScrCenterCenter):
17223 (FScreenCenterCurrent):
17224 (FScreenCenterPrimary):
17225 (FScreenGetCurrent00):
17226 (FScreenGetGlobalScrRect):
17227 (FScreenGetPrimaryScrRect):
17228 (FScreenGetScrRect):
17229 (FScreenIsRectangleOnScreen):
17230 unified all the FSCreen... functions using a common signature, removed
17233 * fvwm/style.c (CMD_Style):
17234 init icon box screen
17236 * fvwm/move_resize.c (move_window_doit):
17238 * libs/Makefile.am:
17239 * libs/XineramaSupport.c:
17240 * libs/XineramaSupport.h:
17242 exported and renamed screen defines
17249 * fvwm/placement.c:
17250 * fvwm/move_resize.c:
17251 * fvwm/module_interface.c:
17256 * fvwm/conditional.c:
17257 * libs/XineramaSupport.c:
17258 renamed all XineramaSupport...() functions to FScreen...()
17260 * fvwm/style.c (CMD_Style):
17263 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17265 * fvwm/style.c (CMD_Style):
17266 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17267 using geometry spec.
17269 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17273 new function QuoteString() to add and escape single quotes to strings
17275 * fvwm/menus.c (MenuInteraction):
17276 quote both missing function name and menu name for
17277 MissingSubmenuFunction
17279 * fvwm/functions.c (expand):
17282 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17284 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17286 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17288 * fvwm/cursor.c (CMD_CursorStyle):
17289 * fvwm/icons.c (GetXPMFile):
17290 * libs/Colorset.c (SetWindowBackground):
17293 * libs/Bindings.c (AddBinding):
17294 tired to help with problem binding keys that have a keycode with no
17295 modifiers and another keycode with some modifiers pressed, e.g.
17296 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17297 F1 generating the actioon bound to F11 sometimes
17299 * fvwm/focus.c (focus_grab_buttons):
17302 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17304 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17306 2001-08-20 Bob Woodside <proteus@pcnet.com>
17308 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17309 grab synchronization so apps using XtTranslations to catch double-
17310 clicks don't get confused by extraneous Leave/EnterNotify events.
17311 This fixes the "xfm/moxfm don't see double-clicks" problem.
17313 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17315 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17317 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17319 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17322 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17323 until later when the window is actually placed.
17325 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17326 position calculation.
17328 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17330 * fvwm/update.c (flush_window_updates):
17331 * fvwm/screen.h (ScreenInfo):
17332 * fvwm/virtual.c (CMD_Xinerama):
17334 * fvwm/move_resize.c (CMD_Maximize):
17335 * fvwm/placement.c (PlaceWindow):
17336 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17340 describe new maximize options
17342 * fvwm/move_resize.c (MaximizeWidth):
17345 applied Dmitry's Xinerama patch for Maximize command
17346 replaced "global" and "absolute" with "screen" which is more flexible
17348 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17350 * libs/Parse.c (SkipQuote):
17351 fixed a bug in handling of caller specified quote pairs
17353 * fvwm/move_resize.c (CMD_Maximize):
17354 keep window on correct page when viewport does not start on a page
17357 * libs/XError.c (error_name):
17359 fixed core dump in error handling
17361 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17367 renamed --disable-gnome to --disable-gnome-hints;
17368 documented configure options --with-gnome*;
17369 small improvements in documentation;
17370 use underscore in version instead of dash that causes rpm problems
17372 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17374 * libs/Makefile.am:
17375 added fvwmrect.h to dist
17377 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17379 * libs/XineramaSupport.c: Disable debug printing.
17381 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17383 * libs/defaults.h (DEFAULT_MENU_STYLE):
17384 reset colour sets in default menu style too
17386 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17390 completed the libstroke-0.5 compatibility fix
17392 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17394 * fvwm/move_resize.c (draw_move_resize_grid):
17395 fixed drawing of resize grid when invoked from button or key press
17397 * fvwm/placement.c (PlaceWindow):
17398 rewrote a condition to improve readability
17399 fixed StartsOn... w/ SkipMapping
17401 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17403 * fvwm/session.c (MatchWinToSM):
17404 (LoadWindowStates):
17405 (SaveWindowStates):
17406 * fvwm/move_resize.c (CMD_Resize):
17407 * fvwm/events.c (HandlePropertyNotify):
17408 (HandleConfigureRequest):
17409 * fvwm/move_resize.c (CMD_ResizeMove):
17412 * fvwm/update.c (apply_window_updates):
17413 * fvwm/add_window.c (AddWindow):
17414 * fvwm/geometry.c (constrain_size):
17415 (gravity_constrain_size):
17416 the Resize command honors the window gravity
17417 changing the size increment of maximized windows no longer shrinks the
17421 keep expanded icon titles on screen
17423 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17425 * fvwm/icons.c (do_all_iconboxes):
17426 default icon box fills the primary screen
17428 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17429 fixed default_screen argument
17431 * fvwm/style.c (merge_styles):
17432 * fvwm/fvwm.h (window_style):
17433 * fvwm/style.h (SSET_START_SCREEN):
17434 * fvwm/add_window.c (setup_window_placement):
17435 * fvwm/placement.c (PlaceWindow):
17437 implemented StartsOnScreen style
17439 * fvwm/placement.c (PlaceWindow):
17445 Place new windows on xinerama screens
17447 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17448 fixed core dump in debug output
17450 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17452 * fvwm/placement.c:
17453 removed unused variable
17455 2001-08-07 olicha <olivier.chapuis@free.fr>
17458 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17460 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17462 * fvwm/virtual.c (CMD_Xinerama):
17463 replaced XineramaEnable and ...Disable with XineramaCommand
17465 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17466 (XineramaSupportGetScreenArgument):
17469 * fvwm/functions.c (func_config):
17470 * fvwm/move_resize.c (move_window_doit):
17472 (CMD_AnimatedMove):
17474 (CMD_MoveToScreen):
17476 added new command MoveToScreen
17478 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17484 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17485 fixed parsing of negative geometries
17486 (XineramaSupportParseGeometryWithScreen):
17488 (XineramaSupportGetNumberedScreenRect):
17491 * sample.fvwmrc/system.fvwm2rc:
17492 * sample.fvwmrc/new-features:
17493 * sample.fvwmrc/system.fvwm2rc-sample-95:
17494 * sample.fvwmrc/system.fvwm2rc-sample-2:
17495 * sample.fvwmrc/system.fvwm2rc-sample-1:
17497 updated for new condition
17499 * fvwm/conditional.c (CreateConditionMask):
17500 (MatchesConditionMask):
17501 * fvwm/fvwm.h (WindowConditionMask):
17502 implemented new condition AcceptsFocus to cope with applications like
17503 xclock that have circulatehit but don't take focus
17505 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17507 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17508 handle Xinerama screens
17510 * fvwm/style.c (CMD_Style):
17511 * fvwm/menus.c (get_menu_options):
17512 cope with Xinerama like geometries with screen info
17514 * fvwm/virtual.c (CMD_XineramaEnable):
17515 XineramaEnable optionally takes the number of the primary screen as its
17518 * fvwm/events.c (GetContext):
17521 * fvwm/virtual.c (HandlePaging):
17522 * fvwm/events.c (HandleButtonPress):
17523 * fvwm/events.h (XEVMASK_PANFW):
17524 fixed button and key event handling over pan frames; fixes bug #752
17526 * fvwm/menus.c (get_menu_options):
17527 fixed Xinerama placement of menus without options
17529 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17536 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17537 In addition to the existing: @0 is shadow color, @1 is hilight color.
17540 Added the formal description of Vector that was absent.
17542 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17545 some man page corrections
17547 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17549 * fvwm/move_resize.c (handle_stick):
17550 also redraw buttons when a window becomes sticky/slippery to make sure
17551 that MWMDecorStick buttons are updated too; fixes bug #749
17553 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17556 documented previous changes
17559 improved output spacing
17564 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17566 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17567 * fvwm/modconf.c (send_xinerama_state):
17568 * fvwm/module_interface.c (broadcast_xinerama_state):
17570 revised module support for Xinerama
17572 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17573 (XineramaSupportParseGeometry):
17574 (XineramaSupportGetGeometry):
17575 make interface compatible with XineramaSupportParseGeometry().
17576 (XineramaSupportGetPrimaryScreen):
17579 * fvwm/stack.c (raise_over_unmanaged):
17580 fixed restacking of windows with RaiseOverUnmanaged - windows were
17581 raised in reverse order so that the top window became the bottom
17582 window of the ones that were raised
17583 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17584 these are invisible
17586 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17588 * sample.fvwmrc/system.fvwm2rc-sample-95:
17589 fixed syntax of BugOpts command
17591 * fvwm/ConfigFvwmDefaults:
17592 resize window when clicking on the sides of the window by default
17593 instead of moving it
17595 * fvwm/events.c (HandleEnterNotify):
17596 do not delete MouseFocus when pointer moves from one particular sub
17597 window of a frame to another one. Helps with xv/xmms vs unclutter
17598 interaction and also with MouseFocus vs. Open Look applications
17600 * fvwm/move_resize.c (DoSnapAttract):
17601 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17602 fixed snapping to Xinerama screen edges
17603 (XineramaSupportIsEnabled):
17604 return False is the X server provides only a single screen
17607 Added descriptions of conditions CurrentDesk, CurrentPage,
17608 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17609 CurrentGlobalPageAnyDesk
17611 * fvwm/fvwm.h (rectangle):
17613 typedefs moved to libs/fvwmlib.h
17615 * fvwm/conditional.c (MatchesConditionMask):
17616 * fvwm/fvwm.h (WindowConditionMask):
17617 * fvwm/conditional.c:
17618 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17619 for Xinerama support
17621 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17622 (send_xinerama_state):
17623 * fvwm/module_interface.c (broadcast_xinerama_state):
17624 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17625 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17626 communicate xinerama state at module startup
17628 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17630 * libs/XineramaSupport.c:
17631 next Xinerama patch
17633 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17635 * fvwm/move_resize.c (moveLoop):
17636 windows were lost off screen w/ non opaque interactive move when motion
17637 was aborted with Escape on a different page that it was started
17639 * fvwm/move_resize.c (position_geometry_window):
17647 * libs/XineramaSupport.c (GetMouseXY):
17648 (XineramaSupportCenterCurrent):
17649 (XineramaSupportGetCurrent00):
17650 (XineramaSupportGetCurrentScrRect):
17651 allow to pass in an event with the pointer position
17652 minimize number of XQueryPointer calls in interactive move/resize
17655 * fvwm/move_resize.c (resize_geometry_window):
17658 border width of geometry window moved to defaults.h
17659 moved strings for size window formatting to defaults.h
17660 reworked calculations of geometry window dimensions
17662 * fvwm/move_resize.c (resize_geometry_window):
17663 (position_geometry_window):
17667 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17668 * fvwm/fvwm.c (main):
17669 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17670 resize_geometry_window and position_geometry_window
17672 * fvwm/fvwm.c (main):
17673 fixed resizing geometry window before creating it
17675 * fvwm/move_resize.c (switch_move_resize_grid):
17677 * fvwm/virtual.c (HandlePaging):
17678 renamed MoveOutline to draw_move_resize_grid and made static
17679 new function switch_move_resize_grid for external calls
17680 delete grid before moving the geometry window to get rid of arifacts of
17683 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17685 * libs/XineramaSupport.c (XineramaSupportInit):
17686 make the blank area in Xinerama emulation usable again
17688 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17690 * fvwm/menus.c (update_menu):
17693 (calculate_item_sizes):
17694 (size_menu_horizontally):
17695 (size_menu_vertically):
17696 menus are resized to fit their Xinerama screen every time they are
17697 popped up and the screen size has changed
17699 2001-07-23 olicha <olivier.chapuis@free.fr>
17701 * libs/XineramaSupport.c (XineramaSupportInit):
17702 Draw the xinerama simulation screens with orr windows
17704 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17706 * fvwm/windowlist.c (CMD_WindowList):
17707 fixed windowlist placement w/ Xinerama
17709 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17711 * fvwm/menus.c (pop_menu_up):
17712 fixed calculations that force a menu on screen w/ Xinerama
17714 * fvwm/move_resize.c (DoSnapAttract):
17715 removed some code that slipped in with xinerama patch and broke
17716 vertical SnapAttraction
17718 * fvwm/virtual.c (CMD_EdgeResistance):
17721 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17722 take reference position src_x/src_y to determine screen
17724 * fvwm/windowlist.c (CMD_WindowList):
17725 * fvwm/menus.c (get_menu_options):
17726 (get_popup_options):
17729 handle Xinerama screens for positioning menus w/ posthints
17731 * fvwm/menus.c (get_menu_options):
17733 fix for icon/window context rectangle when window is in wrong state
17735 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17738 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17739 compiled in; fixed linking by adding -lXinerama; small corrections
17741 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17743 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17745 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17747 * libs/XineramaSupport.c (XineramaSupportInit):
17748 added xinerama emulation for developers
17750 * fvwm/virtual.c (CMD_XineramaEnable):
17751 (CMD_XineramaDisable):
17752 * fvwm/module_interface.c (BroadcastConfigInfoString):
17753 added function to communicate Xinerama on/off to modules
17755 * fvwm/module_interface.c:
17756 include time.h to fix warning
17757 * libs/XineramaSupport.c:
17758 * fvwm/fvwm.c (setVersionInfo):
17759 * fvwm/Makefile.am:
17762 cleanded up xinerama detection
17763 added shape detection
17765 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17768 Added Xinerama introduction
17770 * fvwm/fvwm.c (setVersionInfo):
17771 print xinerama support
17773 * fvwm/conditional.c (CreateConditionMask):
17774 added CirculateHitShaded option for conditional commands that was
17775 described in the man page but not implemented
17777 * fvwm/fvwm.h (WindowConditionMask):
17778 removed unused flags
17780 * fvwm/conditional.c (MatchesConditionMask):
17781 fixed CirculateHitIcon option in conditional commands
17784 reformatted man page source to improve readability
17785 fixed some source formatting bugs
17787 * libs/XineramaSupport.c (GetMouseXY):
17788 don't poll the pointer if there is only one screen or if xinerama is
17792 * fvwm/fvwm.c (main):
17793 removed -noxinerama option
17795 * fvwm/fvwm.c (main):
17796 size window is positioned and sized in move_resize.c
17798 * libs/XineramaSupport.c:
17802 print Xinerama support in configure summary
17805 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17807 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17812 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17813 define missing macros needed for old AIX keysymdef and old stroke.h
17817 remove the previous compilation fixes, now handled by configure
17819 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17821 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17823 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17826 use libstroke-0.5 constant names while still supporting 0.3/0.4
17829 compiling fix for old AIX, which does not define XK_Page_Up/Down
17831 * module_interface.c:
17832 minor compiling fix for some proprietary preprocessors
17834 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17837 use more compatible and structured syntax in SYNOPSIS
17839 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17842 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17843 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17846 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17849 changed version to 2.4.1
17852 small fix that should solve the problem with running autoconf
17853 (autoreconf is ok) from autoconf-2.50;
17854 applied a patch that adds gtk include dirs to gnome include dirs
17856 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17858 * NEWS, configure.in:
17859 changed version to 2.4.0.1
17861 * *: fvwm 2.4 has been released :-))