1 2011-04-02 Thomas Adam <thomas@fvwm.org>
2 *fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
3 Use EWMH_UpdateWorkArea() and not separate function calls
5 Don't assume the work of EWMH_UpdateWorkArea() will only ever call two
6 function calls by itself in the future; hence, centralise the call to
7 doing that to the correct containing function.
9 2011-02-05 Thomas Adam <thomas@fvwm.org>
11 Fix DSO linker error (ld) with missing "-lfontconfig" for fontconfig
13 Stricter DSO checks with newer Libc versions requires the linker find
14 the symbols elsewhere. The only one that's missing is "-lfontconfig" as
15 we already supply -lX11 -lXent elsewhere.
17 2011-03-02 Thomas Adam <thomas@fvwm.org>
18 * fvwm/events.c (HandleFocusIn):
19 Fix NeverFocus windows when handling FocusIn events.
21 Certain button presses on client windows can trigger a FocusIn event on
22 the parent (such as opening a menu on a GTK application). Disallow the
23 click to trigger the window receiving focus, as well as redrawing the
24 border to reflect the window has focus.
26 2011-02-14 Thomas Adam <thomas@fvwm.org>
27 * libs/PictureImageLoader.c (PImageLoadPng):
28 Use png_get_color_type() as the data type we were previously using is
29 now no longer public (Finfo_ptr->color_type). This is in libpng 1.5 --
30 hopefully no need for an #ifdef.
32 2010-12-19 Thomas Adam <thomas@fvwm.org>
33 * fvwm/builtins.c (CMD_CursorMove):
34 Honour EdgeScroll settings to not flip pages when EdgeScroll is
37 2010-12-04 <despen@verizon.net>
39 * fvwm/ConfigFvwmSetup: Better colors in menus and active frames.
41 2010-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
42 * fvwm/placement.c (__place_get_placement_flags):
43 fix reporting of placement reason with nousposition style.
45 2010-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
47 * fvwm/events.c (__handle_cr_on_client):
48 fix resize of shaded windows with a shade direction that does not match
52 * libs/gravity.c (__gravity_override_one_axis):
53 (gravity_override_dir):
56 * libs/gravity.c (gravity_combine_xy_dir):
57 fixed calculation with only one axis set
59 2010-09-16 Sergey Vlasov <vsu@altlinux.ru>
60 * fvwm/move_resize.c (GetOnePositionArgument):
61 Fix parsing of commands like 'Move 50-50w 50-50w'.
63 2010-08-31 Gerard Vermeulen <gav451@gmail.org>
64 * fvwm/move_resize.c (GetOnePositionArgument):
65 Parse commands like 'Move w+-5p w+-2p'.
67 2010-08-09 Thomas Adam <thomas@xteddy.org>
70 Updated for the FVWM 2.5.31 release.
72 2010-08-09 Thomas Adam <thomas@xteddy.org>
75 Updated for the FVWM 2.5.31 release.
77 2010-08-07 Thomas Adam <thomas@xteddy.org>
78 * fvwm/builtins.c (CMD_Exec):
79 Remove extraneous whitespace.
81 2010-07-28 Thomas Adam <thomas@xteddy.org>
82 * fvwm/builtins.c (CMD_Exec):
83 Close fd if it's not opened successfully.
85 2010-07-28 Thomas Adam <thomas@xteddy.org>
86 * fvwm/update.c (apply_window_updates):
88 Copy over State settings on WindowStyle command.
90 When merging/updating style hints for recaptured windows, ensure we
91 preserve any State hints set on the window.
93 2010-05-22 Thomas Adam <thomas@xteddy.org>
94 * fvwm/windowlist.c (CMD_WindowList):
96 When reporting on a window's width and height ensure we use the
97 orig_hints XSizeHints struct for calculating resize increment
100 2010-05-09 Thomas Adam <thomas@xteddy.org>
103 Update CVS to use 2.5.31
105 2010-05-09 Thomas Adam <thomas@xteddy.org>
109 Updated for the FVWM 2.5.30 release.
111 2010-05-09 Thomas Adam <thomas@xteddy.org>
113 Cosmetic clean up for NEWS.
115 2010-04-28 Dan Espen <dane@mk.telcordia.com>
116 * fvwm/colorset.c (parse_colorset): Remove bogus error message.
118 2010-04-24 Thomas Adam <thomas@xteddy.org>
120 Define version checks for conditional macros.
122 libpng 1.4.0 has different macros for previous version of the same
123 macros in libong 1.2.0, so check for them here.
125 2010-04-18 Thomas Adam <thomas@xteddy.org>
126 * libs/charmap.c (charmap_table_to_string):
127 Don't allow incremental matching of C_ALL for contexts.
129 When printing out bindings, ensure we allow "A" for any/all
130 contexts/modifiers to be matched exactly, so that the context column for
131 bindings matches with what the user put in their config file.
133 2010-04-03 Thomas Adam <thomas@xteddy.org>
136 Updated for the FVWM 2.5.29 release.
138 2010-04-03 Thomas Adam <thomas@xteddy.org>
140 Cull unused functions when compiling against librplay.
142 When compiling with -Werror, ensure we're not trying to use unneeded
143 librplay static functions we ourselves declare.
145 2010-04-03 Thomas Adam <thomas@xteddy.org>
146 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
147 Tweak placement calculation for over-zealous windows.
149 Don't adjust a window's position unless it's actually greater than the
150 screen's dimension (i.e., potentially placed off screen.)
152 2010-03-30 Christoph Fritz <chf.fritz@googlemail.com>
153 * fvwm/windowlist.c (CMD_WindowList):
154 Free allocated memory.
156 2010-02-28 Thomas Adam <thomas@xteddy.org>
157 * fvwm/move_resize.c (__resize_step):
158 Don't explicitly send MotionNotify event during Resize (GeometryWindow)
160 When calling DisplaySize() from a resize event performed on a window,
161 ensure we use the window's last event (which will be MotionNotify
162 anyway) otherwise this completely confuses the GeometryWindow as it has
163 to then update itself each time.
165 When using Xinerama/TwinView, the effect is that the GeometryWindow
166 flickers and/or displays itself on the opposite screen to where the
167 pointer is, because the x/y positions don't take into account the
168 location of the pointer from the original hand-crafted event, but are
169 correct from the execute context the window being resized is called in.
171 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
172 * fvwm/style.c (check_window_style_change):
173 * fvwm/update.c (apply_window_updates):
175 Propagate Layer changes via Style command on-the-fly.
177 Until there's a distinction between initially-mapped styles and runtime
178 commands, and that currently, Style commands take effect immediately,
179 ensure that for any Layer requests received via Style commands, these
180 too are applied immediately.
182 The previous assumption was that this was only applicable when mapping a
183 new window, but goes against expectations from the user.
185 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
186 * fvwm/read.c (run_command_file):
187 Restructure how we look for Read files slightly.
189 When searching for files with the Read command, check to see if the file
190 first of all has an absolute path and if so open it. If it's relative
191 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
192 the file still can't be found, try and open it outright. This will
197 as a valid filename -- of course this really only makes sense when
198 invoking fvwm with "-f" on the command-line, as relative paths to config
199 files in this way should be built up using "$."
201 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
202 * fvwm/menustyle.c (menustyle_copy_face):
203 Fix segfault setting MenuFace pixmap style for menus.
205 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
206 non-existent pixmap from an invalid pointer.
208 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
209 * fvwm/read.c (run_command_file):
210 Fix opening of files to Read/PipeRead to accept absolute paths.
212 Don't just assume "/" is a valid identifier for opening files. "./" is
213 just as likely. Fixes use-case of:
215 fvwm -f ./some_fvwm2rc
217 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
218 * fvwm/events.c (flush_property_notify):
219 Add atom to struct so it is checked for by test_typed_window_event().
221 2010-01-04 David Fries <David@Fries.net>
222 * fvwm/events.c (test_typed_window_event):
223 * fvwm/events.c (flush_property_notify):
224 Efficiently handle flushing property events of the same type.
226 * fvwm/events.h (test_typed_window_event_args):
227 Add XAtom type to struct.
229 2010-01-04 David Fries <David@Fries.net>
230 * fvwm/virtual.c (HandlePaging):
231 Move no page detect check, it wasn't being hit.
232 * fvwm/move_resize.c (__move_loop):
233 Transform window position to pointer position and back when calling
236 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
237 * fvwm/menustyle.c (menustyle_copy_face):
238 Fix segfault when creating a tearoff menu using a Pixmap background.
240 When we copy the original menustyle to the new torn-off menu which
241 contains a background image, don't then update the menu's pixel
242 background color, as this is already free()d for us by an earlier copy
245 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
246 * fvwm/builtins.c (CMD_BugOpts):
249 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
250 * fvwm/builtins.c (CMD_BugOpts):
251 * fvwm/fvwm.c (InitVariables):
252 * fvwm/events.c (HandleClientMessage):
254 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
255 Qt windows handle having ClientMessage events sent to them.
257 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
258 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
259 Fix y-axis offset calculations when using MinOverlapPlacement, by
260 forcing the window on-screen when over-zealous penality calculations
261 don't take into account the size of the window borders.
263 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
264 * bin/fvwm-convert-2.6.1.in:
265 Add in BUGS section a note that converting over FvwmTheme lines is
268 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
271 * bin/fvwm-convert-2.6.in:
272 * bin/fvwm-convert-2.6.1.in:
273 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
276 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
277 * libs/Flocale.c (FlocaleEncodeString):
278 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
280 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
281 * fvwm/fvwm.c (StartupStuff):
282 Reset the state of the "Restarting" flag to False when restarting FVWM.
284 * fvwm/events.c (HandleMapRequestKeepRaised):
285 Only run InitialMapCommand when FVWM isn't restarting and all windows
286 have been recaptured. The window is already mapped by the time FVWM is
287 restarting, and running the InitialMapCommand again only serves to
288 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
290 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
294 increased version number to 2.5.29
297 updated for 2.5.28 release
299 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
302 * fvwm/ewmh.c (ewmh_ChangeProperty):
303 only convert _NET_WM_ICON hint to long before storing
305 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
307 * fvwm/builtins.c (CMD_BugOpts):
308 remove unused variables
311 * fvwm/ewmh.c (ewmh_ChangeProperty):
312 fix storing of CARD32 arrays on 64 bit machines
314 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
315 prevent segmentation fault when reading a bad _NET_WM_ICON hint
317 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
318 * fvwm/geometry.c (__cs_handle_aspect_ratio):
319 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
320 otherwise continual loop when resizing windows when keeping aspect
321 ratio (c.f. mplayer.)
323 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
325 Fix typo in AS_HELP_STRING referring to enable-htmldoc
327 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
330 * fvwm/builtins.c (CMD_BugOpts):
331 Fix parsing of BugOpts options lists separated by ',', and
332 restoring to default value when the boolean option is omitted if
340 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
341 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
342 (is_translit_supported, set_default_iconv_charsets)
343 (set_iconv_charset_index, FiconvUtf8ToCharset):
344 * fvwm/builtins.c (CMD_BugOpts):
345 Add TransliterateUtf8 bug opt for working around clients
346 which don't care about the WM_NAME value.
348 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
351 * fvwm/stack.c (BroadcastRestack):
352 Fix splitting or M_RESTACK packages causing weird window stacking
353 in modules when more than 83 windows are broadcast.
355 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
357 Remove dnl comments from configure.ac regarding malloc.h -- it's
358 self-explanatory anyway.
360 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
362 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
363 -- this never used to produce compiler warnings, but things are
364 starting to become more vocal, so don't use this in our
365 ./configure script if we're compiling FVWM on a *BSD system.
367 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
371 * fvwm/add_window.c (setup_numeric_vals):
372 add "typedef struct snap_attraction_t"
373 * fvwm/style.c (style_parse_one_style_option):
374 add new SnapAttraction options "None", "ScreenWindows",
375 "ScreenIcons" and "ScreenAll"
376 * fvwm/move_resize.c (DoSnapAttract):
377 Bugfix, option SameType/Icons/Windows did falsely not affect
378 conditions of option "Screen" and option "SameType" snapped
379 falsely icons and windows together. Implement options
380 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
381 screen edge snapping.
383 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
384 * fvwm/add_window.c (setup_window_name_count):
385 * fvwm/add_window.c (setup_icon_name_count):
386 Deprecate these in favour of setup_name_count()
388 * fvwm/add_window.c (setup_name_count):
389 Amalgamate setup_window_name_count and setup_icon_name_count to just
390 one function (very similar code between them.) Used with
391 IndexedWindowName and IndexedIconName.
393 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
396 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
398 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
399 (Frptp_async_putline):
400 Fix ANSI C compatibility.
403 * fvwm/ewmh_names.c (EWMH_WMName):
404 set the HAS_EWMH_WM_NAME flag even if the window name on display
407 same for HAS_EWMH_WM_ICON_NAME
409 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
412 fix for segfault with RPlatHost directive in FvwmEvent
413 * libs/Makefile.am (libfvwm_a_SOURCES):
415 add Fplay.h wrapper header for rplay.h
418 fix debian bug #438132
420 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
423 * fvwm/style.c (fw_match_style_id):
424 Fix fvwmstyle resource
426 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
429 * fvwm/events.c (HandleMapRequestKeepRaised):
430 Make sure that a PropertyNotify on the WM_STATE property is always
431 sent out when a window is requested to be moved to the withdrawn
432 state. (Needed by QT)
434 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
436 * sample.fvwmrc/DecorMwm:
437 * sample.fvwmrc/DecorWin95:
438 * sample.fvwmrc/new-features:
439 * sample.fvwmrc/system.fvwm2rc:
440 * sample.fvwmrc/system.fvwm2rc-sample-1:
441 * sample.fvwmrc/system.fvwm2rc-sample-2:
442 * sample.fvwmrc/system.fvwm2rc-sample-95:
443 Use !-negation for styles instead of No...
448 * sample.fvwmrc/system.fvwm2rc-sample-95:
449 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
450 sed -i 's/StayOnTop/StaysOnTop/'
451 According to patches by Manoj Srivastava
453 2009-03-17 Mikhael Goikhman <migo@homemail.com>
458 convert my old code to use var_name and function_name coding style
460 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
464 increased version to 2.5.28
469 updated for 2.5.27 release
471 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
472 * fvwm/bindings.c (print_bindings):
473 Fixed compilation of not having libstroke installed by using ifdefs
476 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
478 * fvwm/bindings.c (print_bindings):
481 * libs/charmap.c (charmap_table_to_string):
482 several memory menagement fixes.
484 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
486 * libs/charmap.c (charmap_table_to_string):
487 Reduce memory management on the stack, by making only those variables
488 to be accessed outside of the function charmap_table_to_string()
489 allocated on the heap instead.
491 * fvwm/bindings.c (print_bindings):
492 b->Action was previously checked whether it was NULL or not before
493 printing its value to STDERR -- however, this caused a segfault when
494 trying to perform strlen() operations internally -- hence don't bother
495 checking if it's NULL. This avoids segfaulting.
497 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
499 * libs/charmap.c (charmap_table_to_string):
501 Introduce charmap_to_string function which is used to build up a
502 binding string, for use with PrintInfo.
504 * fvwm/bindings.c (print_bindings):
505 Introduce print_bindings to print all bindings known to fvwm.
507 * fvwm/builtins.c (CMD_PrintInfo):
509 Add support for "binding" as an option to PrintInfo.
511 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
513 * fvwm/placement.c (__pl_position_get_pos_simple):
514 Force the window on-screen if using PositionPlacement UnderMouse.
516 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
518 * fvwm/events.c (HandleMapRequestKeepRaised):
519 * fvwm/add_window.c (AddWindow):
521 * fvwm/style.c (style_parse_one_style_option):
522 add new style InitialMapCommand
524 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
526 * bin/fvwm-menu-desktop.in:
527 Fix the location prefix for GNOME application files.
529 2008-12-29 Alexandre Julliard <julliard@winehq.org>
531 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
532 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
533 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
534 horizontally maximized.
536 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
539 * fvwm/module_list.c (do_execute_module):
540 * fvwm/fvwm.c (fvmm_deinstall_signals):
541 restore default signal handlers before execl()/execvp()
543 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
545 * fvwm/style.c (fw_match_style_id):
546 Allow for the window's visible name to be considered when matching a
547 style line. It is possible to use $[w.visiblename] as the style name.
548 Whilst the normal name and the visible name are usually the same, in
549 the case of having IndxedWindowName, if a style line matches this as a
550 visible name, apply it first of all.
552 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
555 Add $[w.visiblename] as an expansion parameter.
557 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
559 * fvwm/placement.c (__pl_position_get_pos_simple):
560 position placement honours StartsOnPage
562 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
564 * fvwm/session.c (MatchWinToSM):
565 fixed keeping fullscreen state of windows over a restart; the old code
566 tried to do this through session management and effectively overwrote
567 the responsible ewmh hint; eventually, fvwm thought that the window
568 was fullscreen without actually making it fullscreen
570 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
572 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
573 fixed compiler warning caused by a logic error in previous patch
576 applied png detection fix by Yuri Bushmelev for cross compiliation
578 * fvwm/events.c (__handle_cr_on_client):
579 fixed event merging with auto motion detection
581 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
584 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
585 * fvwm/events.h (events_handle_configure_request):
586 * fvwm/events.c (events_handle_configure_request):
587 (__handle_cr_on_client):
588 (__handle_configure_request):
589 fix handling of _NET_MOVERESIZE_WINDOW
590 (__cr_detect_icccm_move):
591 remove douplicate code
593 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
596 * fvwm/add_window.c (setup_frame_window):
597 fix compilation without XRender
599 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
605 Convert Latin-1 encodings to UTF-8
607 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
611 increased version to 2.5.27
616 updated for 2.5.26 release
618 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
620 * fvwm/ewmh_events.c (ewmh_WMDesktop):
622 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
623 (ewmh_HandleWindowType):
624 (ewmh_AddToKdeSysTray):
625 (ewmh_HandleWindowType):
627 64-bit fix by Alexandre Julliard
629 2008-03-30 Mikhael Goikhman <migo@homemail.com>
632 fix fribidi detection when it uses pkg-config and not fribidi-config
635 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
636 it now uses fribidi-types.h and not fribidi_types.h
638 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
640 * fvwm/events.c (dispatch_event):
641 Fix handling of Shape events.
643 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
645 * fvwm/menus.c (calc_normal_item_height):
646 (calc_more_item_height):
647 (size_menu_vertically):
648 fix calculations so the menu fit on the screen height
650 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
652 * fvwm/menus.c (size_menu_vertically):
653 added paddings at the top and bottom of the menus
655 * fvwm/menustyle.c (parse_vertical_margins_line):
656 new function to parse the VerticalMargins new MenuStyle
659 * fvwm/menustyle.c (menustyle_get_styleopt_index):
660 added the VerticalMargins option to the list
662 * fvwm/menustyle.c (menustyle_parse_style):
663 added default values for the padding, and a case clause
664 for the specific case when you invoke the VerticalMargins
667 * fvwm/menustyle.c (menustyle_copy):
668 added two lines to copy the menu styles from origin to destiny
671 added macros for the vertical padding stuff
673 * fvwm/menustyle.h (struct MenuLook):
674 added sub-structure to hold the VerticalMargins
676 * fvwm/libs/defaults.h:
677 added one define for MAX_MENU_MARGIN
679 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
681 * fvwm/menuitem.c (draw_highlight_background):
682 fixed drawing of background pictures in menu items
684 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
686 * fvwm/add_window.c (setup_frame_window):
687 fix core dump with ARGB detection code
688 fix compilation without XRender
690 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
694 increased version to 2.5.26
699 updated for 2.5.25 release
701 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
703 * fvwm/fvwm.c (main):
704 further condense the X visual selection code
706 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
708 * fvwm/fvwm.c (main):
709 condense the X visual selection code
711 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
713 * fvwm/events.c (register_event_group)
714 (InitEventHandlerJumpTable, dispatch_event):
715 use separate jump tables for events defined by X-extensions
716 to eliminate the need to ovverride the LASTEvent value.
718 * fvwm/module_list.c (module_list_remove):
719 include the case where the module is first in the list in
720 the loop, fixing a segmentaion fault when the list was empty.
722 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
724 * fvwm/add_window.c (setup_frame_window):
725 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
726 add preliminary support for ARGB windows in fvwm (based on
727 Marc Lehman's argb patch)
729 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
731 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
734 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
736 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
737 catch BadGC when updating root transparent window background
739 * libs/XError.c (do_coredump):
740 (ferror_set_temp_error_handler):
741 (ferror_reset_error_handler)
742 (ferror_call_next_error_handler):
745 * libs/XError.c (PrintXErrorAndCoredump):
746 try to dump core the hard way
748 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
750 * fvwm/colorset.c (parse_colorset):
751 check for image != None before calling XDestroyImage
753 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
754 (ewmh_WMStateMaxHoriz):
756 (ewmh_WMStateShaded):
757 (ewmh_WMStateStaysOnTop):
758 (ewmh_WMStateStaysOnBottom):
759 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
761 also ignore the EWMH staysontop and staysonbottom hints if the
762 EWMHIgnoreStackingOrderHints style is used
764 * fvwm/colorset.c (parse_colorset):
765 Fixed a sporadic crash when the root background set by gnome,
766 fvwm-root, esetroot etc. changes and a root transparent colour set
769 * fvwm/colorset.c (parse_colorset):
770 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
771 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
772 * libs/PictureGraphics.c (PGrabXImage)
773 (PGraphicsCreateTranslucent):
774 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
777 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
779 * libs/PictureGraphics.c (PGrabXImage):
780 fixed XImage memory leak
781 (PCreateRenderPixmap):
782 (PCreateDitherPixmap):
783 Properly handle return code of FgetFImage()
785 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
787 * fvwm/events.c (HandleConfigureRequest):
788 (events_handle_configure_request):
791 * fvwm/ewmh_events.c (ewmh_RestackWindow):
792 (ewmh_MoveResizeWindow):
793 fixed crash when moving/resizing/restacking unmanaged windows through
796 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
798 * fvwm/events.c (HandleMapRequestKeepRaised):
799 fixed compiler warning
801 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
803 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
804 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
806 Fixed the determination of the X charset on UTF-8 system
808 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
810 * fvwm/placement.c (__pl_minoverlap_get_next_x):
811 do not add screen offset to window position
813 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
816 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
819 Some html documentation files were not installed.
821 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
823 * fvwm/style.c (style_parse_one_style_option):
824 fixed parsing of screen argument of the SnapAttraction Style
826 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
828 * fvwm/move_resize.c (DoSnapAttract):
829 Use edge move resistance, and not delay for top edge when moving
832 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
835 * fvwm/events.c (HandleMapRequestKeepRaised)
836 (test_withdraw_request):
837 Don't map windows that request to be moved back to WithdrawnState
838 by the ICCCM2 method before they have been mapped. (Fixes bug with
839 disappearing windows.)
841 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
845 increased version to 2.5.25
849 updated for 2.5.24 release
851 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
853 * fvwm/menus.c (__mloop_exit):
854 * fvwm/menubindings.c (parse_menu_action):
856 reindented and cleaned up some code
858 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
860 * fvwm/update.c (apply_window_updates):
861 * fvwm/add_window.c (setup_style_and_decor):
862 (setup_numeric_vals):
866 * fvwm/events.c (HandleEnterNotify):
867 * fvwm/fvwm.c (InitVariables):
869 * fvwm/session.c (SaveGlobalState):
871 * fvwm/move_resize.c (DoSnapAttract):
874 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
875 They have been replaced by the styles EdgeMoveResistance,
876 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
878 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
882 use AS_HELP_STRING to format the configure options help strings
884 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
886 * fvwm/conditional.c:
889 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
891 * fvwm/ConfigFvwmDefaults:
892 restore default action of closing menus for menu titles
894 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
896 * libs/FScreen.c (FindScreenOfXY):
897 * fvwm/move_resize.c (GetMoveArguments):
898 fixed the "screen w" argument of the Move and other commands
900 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
902 * fvwm/virtual.c (HandlePaging):
903 don't modify *xl and *yt unless we we really page
905 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
907 * fvwm/module_list.h:
908 * fvwm/module_list.c:
911 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
915 increased version to 2.5.24
919 updated for 2.5.23 release
921 * libs/Flocale.c (FlocaleEncodeString):
922 removed previous warning fix
924 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
928 Added new style option: StartShaded.
930 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
932 * libs/Flocale.c (FlocaleEncodeString):
935 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
940 removed old fvwm manpage
942 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
946 increased version to 2.5.23
950 fix the date for 2.5.22 release
952 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
954 * fvwm/windowlist.c (CMD_WindowList):
955 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
958 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
962 use "test ! ... = ..." instead of "test ... != ..."
964 * fvwm/builtins.c (CMD_PropertyChange):
965 fixed completely broken parsing of PropertyChange arguments
967 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
971 updated for 2.5.22 release
973 * fvwm/builtins.c (CMD_PropertyChange):
974 * libs/Flocale.c (FlocaleGetFftFont):
977 (FlocaleGetFontOrFontSet):
980 fix compiler warnings
982 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
985 fixed command table parsing
987 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
989 * fvwm/module_list.c (module_kill):
990 (executeModuleDesperate):
991 (module_list_itr_init):
994 * fvwm/events.c (My_XNextEvent):
995 * fvwm/module_list.c (module_alloc):
997 * fvwm/module_list.h (fmodule):
1000 restored *not* useless is_cmdline_module stuff
1003 add constants for command group tagging
1005 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1010 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1013 check for sed, perl and tbl, needed to build documentation
1015 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1017 * libs/System.c (fvwm_mkstemp):
1018 use constants from libs/fvwm_sys_stat.h
1020 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
1022 * fvwm/module_list.c (do_execute_module):
1023 fixed possible crash when fork fails
1025 * fvwm/module_list.c (module_list_remove):
1026 now returns the removed fmodule*, or NULL if unsuccessful
1027 removed error message when removing a not listed module (it's normal)
1029 * fvwm/module_list.c (module_kill):
1030 module is inserted in death_row only if it is successfuly removed from
1031 module_list (fixes crash when module is killed more than once)
1033 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
1035 * fvwm/events.c (My_XNextEvent):
1036 fixed hang with startup modules
1038 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1040 * fvwm/conditional.c (FreeConditionMask):
1041 fixed crash with inverted name condition
1046 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1052 * sample.fvwmrc/system.fvwm2rc-sample-95:
1053 * sample.fvwmrc/system.fvwm2rc:
1054 * sample.fvwmrc/system.fvwm2rc-sample-2:
1055 * libs/Picture.c (PicturePrintImageCache):
1057 * libs/FGettext.c (FGettextPrintLocalePath):
1058 * libs/fvwmsignal.c:
1060 * libs/PictureUtils.c (PictureAllocColorTable)
1061 (PicturePrintColorInfo):
1063 * libs/fvwmsignal.h:
1066 * libs/Ficonv.c (convert_charsets):
1067 (FiconvSetupConversion):
1068 * fvwm/decorations.c:
1071 * fvwm/add_window.c (setup_window_font):
1075 * fvwm/conditional.c:
1076 * fvwm/fvwm.c (SetRCDefaults):
1078 * fvwm/ewmh_events.c:
1081 * fvwm/menustyle.c (menustyle_parse_style):
1083 * fvwm/ewmh.c (EWMH_Init):
1084 * libs/Flocale.c (FlocaleParseShadow):
1085 (FlocaleGetFontSet):
1087 (FlocalePrintLocaleInfo):
1088 * fvwm/misc.c (fvwm_msg):
1091 write fvwm in lower case
1094 fixed build without GNU make
1096 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1098 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
1099 fixed buffer overflow
1101 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1103 * fvwm/module_list.h (fmodule_list_itr):
1104 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1105 replace iterator struct by typedef
1107 * fvwm/module_list.c (module_list_destroy):
1110 new function to remove dup code
1112 * fvwm/module_list.c (module_kill):
1113 changed to move the module to the deathrow list
1115 * fvwm/module_list.h (fmodule):
1116 * fvwm/module_list.c (module_alloc):
1117 (module_list_remove):
1118 (FlushMessageQueue):
1119 removed is_removed logic
1121 * fvwm/module_list.c (module_safefree):
1124 * fvwm/events.c (My_XNextEvent):
1125 remove old "#if 0" code
1127 * fvwm/module_list.c (module_kill):
1130 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1132 * fvwm/module_list.h (fmodule_list_itr):
1133 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
1134 don't store current pointer in module list iterators.
1137 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
1139 * fvwm/events.c (My_XNextEvent):
1140 * fvwm/module_list.c (KillModuleByName):
1141 (FlushAllMessageQueues):
1142 * fvwm/module_interface.c (BroadcastPacket):
1143 (BroadcastNewPacket):
1145 (BroadcastFvwmPicture):
1146 (BroadcastColorset):
1147 (BroadcastProperyChange):
1148 (BroadcastConfigInfoString):
1150 * fvwm/modconf.c (ModuleConfig):
1151 * fvwm/stack.c (BroadcastRestack):
1152 replaced module_get_next by module list iterator mechanism
1154 * fvwm/module_list.h:
1155 * fvwm/module_list.c (module_get_next):
1158 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
1160 * fvwm/module_list.h:
1161 * fvwm/module_list.c (fmodule):
1167 (FlushAllMessageQueues):
1169 * fvwm/module_interface.c (BroadcastPacket):
1170 (BroadcastNewPacket):
1172 (BroadcastFvwmPicture):
1173 (BroadcastColorset):
1174 (BroadcastProperyChange):
1175 (BroadcastConfigInfoString):
1177 * fvwm/event.c (My_XNextEvent):
1178 * fvwm/stack.c (BroadcastRestack):
1179 * fvwm/modconf.c (ModuleConfig):
1180 changed to work with generic list container
1182 * fvwm/module_list.c (module_insert):
1183 (module_list_insert):
1185 (module_list_remove):
1188 renamed as list handling functions
1190 * fvwm/events.c (My_XNextEvent):
1191 * fvwm/module_list.h:
1192 * fvwm/module_list.c (module_alloc):
1193 (do_execute_module):
1194 removed useless is_cmdline_module stuff
1196 * fvwm/module_list.h:
1197 * fvwm/module_list.c (module_list_insert):
1198 (module_list_remove):
1200 new fmodule_list object representing a module list.
1201 changed the module lists to the new object.
1202 changed list functions to use the list object instead of the
1203 fmodule_store pointer.
1205 * fvwm/events.c (My_XNextEvent):
1206 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1208 * fvwm/module_list.h (fmodule_list_itr):
1209 * fvwm/module_list.c (fmodule_list_itr_init):
1210 (fmodule_list_itr_next):
1211 created a smart (safe) iterator mechanism to replace the
1212 module_get_next function
1214 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1218 added empty functions to replace CMD_Dummy
1221 use subordinate Makefile.ams instead of iuncluding files from other
1225 removed FVWMNAMEUCASE
1230 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1231 force --enable-htmldoc on "make distcheck"
1233 * fvwm/events.c (HandleEnterNotify):
1234 (HandleLeaveNotify):
1235 properly generate enter_window and leave_window events for FvwmEvent
1237 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1239 * fvwm/move_resize.c (GetOnePositionArgument):
1241 (ParsePositionArgumentSuffix):
1244 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1246 * fvwm/move_resize.c (GetOnePositionArgument):
1247 fixed position calculation with the "w" prefix (move w-1 w-1).
1248 (GetOnePositionArgument):
1251 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1253 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1255 reduce indentation level
1256 add comment to explain why suppressing the warning is right
1258 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1260 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1261 fixed using uninitialized variable
1263 * fvwm/menus.c (scanForStrings):
1264 suppress compiler warning for now
1266 * fvwm/move_resize.c (resize_move_window):
1267 (AnimatedMoveAnyWindow):
1271 * fvwm/module_interface.c (__get_allowed_actions):
1272 * fvwm/menuitem.c (menuitem_paint):
1273 * fvwm/icons.c (CMD_Iconify):
1274 * fvwm/gnome.c (GNOME_SetHints):
1275 * fvwm/ewmh.c (ewmh_AllowsClose):
1277 (ewmh_AllowsFullScreen):
1278 (ewmh_AllowsMinimize)
1279 (ewmh_AllowsMaximize):
1283 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1284 (ewmh_MoveResizeWindow):
1287 (ewmh_WMStateHidden):
1288 * fvwm/events.c (__handle_cr_on_client):
1289 * fvwm/decorations.c (__is_resize_allowed):
1290 (is_function_allowed):
1291 * fvwm/conditional.c (MatchesConditionMask):
1292 * fvwm/builtins.c (CMD_Delete):
1293 * fvwm/add_window.c (AddWindow):
1294 is_function allowed now differentiates between US program actions and
1295 actions initiated by interaction between fvwm and the user
1297 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1299 * fvwm/menus.c (__scan_for_pixmap):
1300 fixed compiler warning
1302 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1303 (ewmh_RestackWindow):
1304 honor FixedSize/FixedPosition styles in EWMH messages too
1306 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1308 * fvwm/fvwm.c (setVersionInfo):
1309 add XCursor support to version output
1311 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1312 (SCTX_GET_MR, string_context_type_t, string_context_t)
1313 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1314 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1315 reimplement pixmap and color scanning for menus to better handle
1318 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1321 don't install fvwm.1
1323 * fvwm/events.c (My_XNextEvent):
1324 remove unused varaible
1326 * fvwm/events.c (My_XNextEvent):
1327 * fvwm/module_list.h:
1328 * fvwm/module_list.c (module_store, module_alloc)
1329 (module_kill_all, module_safefree, module_remove)
1330 (do_execute_module, module_kill, module_cleanup, module_get_next)
1331 (FlushMessageQueue):
1332 Don't free module stuctures during module I/O. (Fixes segfault.)
1334 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1338 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1339 Someone missed to add extra conditions when changing from
1342 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1345 fixed liXcursor detection
1347 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1351 * fvwm/menus.c (scanForPixmap):
1352 made it possible to escape '*' '%' '@' in filenames
1354 * libs/PictureImageLoader.c (PImageLoadSvg):
1355 added transposing and none uniform scaling to svg options
1357 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1359 * libs/PictureImageLoader.c:
1361 (PImageLoadCursorFromFile):
1362 fixed compilation without xpm library
1364 fixed compiler warning without png library
1366 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1369 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1370 fix compilation without xpm library
1372 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1377 * libs/PictureImageLoader.c:
1379 (PImageLoadCursorFromFile):
1380 fixed compilation without xpm library
1382 fixed compiler warning without png library
1384 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1386 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1387 * fvwm/cursor.c (CMD_CursorStyle):
1388 fixed compiler warning
1390 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1392 * fvwm/cursor.c (CMD_CursorStyle):
1393 fix CursorStyle command parsing
1395 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1397 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1398 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1399 * libs/PictureImageLoader.c (PImageLoadSvg):
1401 (PImageCreatePixmapFromArgbData):
1402 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1403 (PImageCreatePixmapFromFImage):
1406 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1408 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1409 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1410 * libs/PictureImageLoader.c (PImageLoadSvg):
1412 (PImageCreatePixmapFromArgbData):
1413 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1414 (PImageCreatePixmapFromFImage):
1417 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1424 added libXcursor detection
1426 * fvwm/Makefile.am (LDADD):
1434 * libs/Makefile.am (libfvwm_a_SOURCES):
1437 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1438 added Xcursor support
1440 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1446 added defs for FxpmInfo and FxpmFreeXpmInfo
1448 * libs/PictureBase.h (FvwmPictureAttributes):
1449 * libs/PictureImageLoader.c
1450 (PImageCreatePixmapFromArgbData):
1451 (PImageLoadPixmapFromFile):
1452 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1453 (PImageLoadCursorPixmapFromFile):
1454 (PImageLoadCursorFromFile):
1455 * libs/PictureImageLoader.h:
1456 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1457 replaced by the new general PImageLoadCursorFromFile()
1459 * fvwm/cursor.c (CMD_CursorStyle):
1460 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1461 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1463 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1465 * libs/PictureImageLoader.c
1469 now returns argb data instead of pixmaps
1470 (PImageLoadPixmapFromFile):
1471 (PImageLoadArgbDataFromFile):
1472 moved first half of PImageLoadPixmapFromFile() into
1473 the new local function PImageLoadArgbDataFromFile()
1475 removed function, code moved into PImageLoadPixmapFromFile()
1477 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1479 * libs/PictureImageLoader.c (PImageLoadXpm):
1480 revised to make use of PImageCreatePixmapFromArgbData()
1482 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1484 * fvwm/colorset.c (parse_shape):
1485 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1486 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1487 * libs/PictureImageLoader.c
1490 (PImageCreatePixmapFromArgbData):
1491 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1492 or translucent (0 < any alpha < 0xff) images.
1494 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1496 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1497 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1498 * libs/PictureImageLoader.c (PImageLoadSvg):
1500 (PImageCreatePixmapFromArgbData):
1501 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1502 (PImageCreatePixmapFromFImage):
1505 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1507 * fvwm/functions.c (CMD_EchoFuncDefinition):
1508 * fvwm/functable.c (func_table):
1510 new command EchoFuncDefinition
1512 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1515 * fvwm/conditional.c (CreateConditionMask):
1516 bugfix: Condition separation previously failed when a
1517 single comma (no whitespace padding) was used directly
1518 after a multi-worded condition.
1520 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1522 * fvwm/module_list.c (module_kill):
1523 fix possible core dump when using startup modules
1525 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1528 * fvwm/builtins.c (CMD_PrintInfo):
1529 * libs/Picture.h (PicturePrintImageCache):
1530 * libs/Picture.c (PicturePrintImageCache):
1531 add ImageCache subject to PrintInfo command
1533 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1536 * fvwm/events.c (My_XNextEvent):
1537 fix crash when a module closes down during input/output.
1539 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1541 * fvwm/icons.c (ChangeIconPixmap):
1544 * fvwm/focus.c (warp_to_fvwm_window):
1545 * fvwm/events.c (__handle_cr_restack):
1546 (__handle_bpress_on_managed):
1547 (HandlePropertyNotify):
1549 * fvwm/stack.c (__restack_window):
1550 (__raise_lower_recursion):
1551 (__raise_or_lower_window):
1552 (raise_or_lower_window):
1553 (position_new_window_in_stack_ring):
1557 (HandleUnusualStackmodes):
1560 (CMD_RestackTransients):
1562 do raise hacks even when the internal stack is intact, unless on a
1565 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1567 * fvwm/style.c (check_window_style_change)
1568 (style_parse_one_style_option):
1570 * fvwm/fvwm.h (window_style):
1571 * fvwm/add_window.c (setup_frame_size_limits):
1572 * fvwm/geometry.c (constrain_size):
1573 new style MinWindowSize
1575 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1578 added missing prototypes
1580 * libs/safemalloc.c:
1587 * libs/Event.c (GetSubwindowFromEvent):
1589 * libs/ColorUtils.c:
1590 include corresponding header files
1592 * libs/PictureBase.c:
1593 * libs/FlocaleCharset.c:
1597 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1599 * configure.ac (HAVE_GNU_READLINE):
1600 detect full GNU readline API (vs BSD libedit readline compatibility
1603 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1605 * fvwm/windowlist.c (CMD_WindowList):
1608 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1609 "UseSkipList" & "OnlySkipList".
1611 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1614 * fvwm/add_window.c (validate_transientfor):
1615 detect and disallow circular transient-for hints
1617 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1620 s/UseListSkip/UseSkipList/g etc.
1622 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1624 * fvwm/menus.c (size_menu_vertically):
1625 added localization of the "More&..." string
1627 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1629 * libs/PictureBase.c (PictureFindImageFile):
1630 fix for segfault with svg-support enabled
1632 * INSTALL.fvwm (http):
1633 * configure.ac (png_CFLAGS):
1634 raise librsvg dependeny due to bug with 2.13.91
1636 * fvwm/cursor.c (CMD_CursorStyle):
1637 remove unused static variable nocursor
1639 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1644 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1647 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1648 bugfix: out-of-tree builds failed due to broken dependency.
1649 Make man page have same header as old one.
1650 Fix man page indentation.
1651 Make text of top-level man page sections all uppercase.
1652 Added --disable-mandoc option.
1653 HTML doc generation is off by default: use --enable-htmldoc.
1654 Added more info in doc/README about XML commands to use.
1656 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1659 * Everything in the 'doc' subdirectory.
1661 XML source to generate man page & HTML documentation.
1663 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1666 * fvwm/colorset.c (parse_colorset):
1667 don't recompute sh, hi and fgsh if they were supplied in a previous
1668 colorset line. Fixes bug #3359.
1670 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1672 * fvwm/move_resize.c (DoSnapAttract):
1673 handle SnapGrid before SnapAttraction so that non-overlapping windows
1674 do not snap edge to edge:
1681 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1683 * fvwm/style.c (parse_and_set_window_style)
1684 (style_parse_one_style_option):
1685 don't warn about PositionPlacement arguments
1687 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1691 enties for ChangeWindowTitle patch by Julio Teca.
1693 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1695 * fvwm/fvwm.c (main):
1696 fixed ROOT CursorStyle context
1698 * fvwm/placement.c (__pl_manual_get_pos_simple):
1699 * fvwm/move_resize.h:
1700 * fvwm/move_resize.c (__move_loop):
1702 fixed long broken POSITION CursorStyle context
1704 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1706 * fvwm/bindings.c (ParseBinding):
1707 fix buffer overrun with >78 character window names.
1709 * fvwm/fvwm.1.in (PositionPlacement):
1712 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1713 * fvwm/style.c (style_parse_one_style_option):
1714 change BorderWidth and HandleWidth style to revert to default if no
1717 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1719 * fvwm/fvwm.h (style_flags):
1720 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1721 (__place_get_wm_pos):
1722 (__place_window, __explain_placement):
1723 * fvwm/style.c (style_parse_one_style_option):
1725 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1726 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1727 (DEFAULT_PLACEMENT_POSITION_STRING):
1730 * fvwm/move_resize.c (GetOnePositionArgument):
1731 added 'w' suffix to Move arguments
1732 allow multiple shifts from original position
1734 * fvwm/style.c (style_parse_one_style_option):
1737 * fvwm/placement.c (setup_window_placement)
1738 (__place_get_placement_flags):
1739 (__place_get_wm_pos):
1740 (__place_get_nowm_pos):
1742 (__place_handle_x_resources):
1743 (setup_window_placement):
1744 * fvwm/fvwm.h (PLACE_CENTER):
1746 replaced CenterPlacement with more flexibe PositionPlacement
1748 * fvwm/move_resize.c (GetMoveArguments):
1749 (GetResizeArguments):
1750 (GetResizeMoveArguments):
1752 * fvwm/move_resize.h:
1753 exported and enhanced function GetMoveArguments for use by placement
1756 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1758 * fvwm/ConfigFvwmDefaults:
1759 reenable MenuScroll on titles
1761 * fvwm/menubindings.c (menu_shortcuts):
1762 don't scroll menus if scrolling would be in the wrong direction
1764 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1766 * fvwm/move_resize.c (__resize_window):
1767 some resizing/gravity fixes
1768 properly handle maximized + shaded state when resizing
1771 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1773 * fvwm/move_resize.c (__resize_window):
1774 resizing of shaded windows work better.
1776 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1778 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1779 clarified previous patch
1781 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1782 documented '-' command prefix
1784 * fvwm/expand.c (__eae_parse_range):
1785 fix $[n-] and $[*] after unsigned int havoc
1787 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1790 * fvwm/ConfigFvwmMenuDefaults:
1792 * fvwm/ConfigFvwmDefaults:
1793 * fvwm/ConfigFvwmMenuDefaults:
1794 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1796 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1798 * fvwm/ConfigFvwmMenuDefaults:
1799 * fvwm/fvwm.c (SetRCDefaults):
1800 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1801 apply to menu item context.
1803 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1805 * fvwm/placement.c (placement_loop):
1806 (__pl_minoverlap_get_avoidance_penalty):
1807 (__pl_smart_get_first_pos):
1808 (__pl_smart_get_next_pos):
1809 (__pl_smart_test_window):
1810 (__pl_smart_get_pos_penalty):
1811 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1812 now less than ten lines of code.
1814 * fvwm/add_window.c (setup_placement_penalty):
1815 * fvwm/style.c (style_parse_one_style_option):
1816 allow to reset the placement penalties with !
1819 * fvwm/add_window.c (setup_placement_penalty):
1822 * fvwm/style.c (style_parse_one_style_option):
1823 put placement penalty array in a struct
1825 * fvwm/placement.c (__place_get_wm_pos):
1826 (__pl_clever_get_next_x):
1827 (__pl_clever_get_next_y):
1828 (__pl_clever_get_first_pos):
1829 (__pl_clever_get_next_pos):
1830 (__pl_clever_get_avoidance_penalty):
1831 (__pl_clever_get_pos_penalty):
1832 (__pl_minoverlap_get_next_x):
1833 (__pl_minoverlap_get_next_y):
1834 (__pl_minoverlap_get_first_pos):
1835 (__pl_minoverlap_get_next_pos):
1836 (__pl_minoverlap_get_avoidance_penalty):
1837 (__pl_minoverlap_get_pos_penalty):
1838 renamed ...clever... functions to ...minoverlap...
1841 * fvwm/decorations.c:
1842 * fvwm/menubindings.c:
1843 * fvwm/module_interface.c:
1844 * fvwm/module_list.c:
1846 * fvwm/module_list.h:
1848 * fvwm/module_interface.h:
1850 dont include "libs" in include path
1853 #includes from fvwm path with "..." not <...>
1856 #includes from library path with "..." not <...>
1858 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1863 documented new svg support
1866 added librsvg detection
1868 * fvwm/Makefile.am (LDADD, INCLUDES):
1869 added rsvg_LIBS, rsvg_CFLAGS
1871 * fvwm/expand.c (expand_vars_extended):
1872 new extended variables
1873 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1875 * fvwm/fvwm.1.in (OPTIONS):
1877 documented new svg support
1878 (COMMAND EXPANSION):
1879 documented new extended variables
1881 * fvwm/fvwm.c (setVersionInfo):
1883 added Frsvg_init() call
1888 * libs/Makefile.am (libfvwm_a_SOURCES):
1893 * libs/Picture.c (PCacheFvwmPicture):
1894 hid svgopts from isFileStampChanged()
1896 * libs/PictureBase.c (PictureFindImageFile):
1897 hid svgopts from searchPath()
1899 * libs/PictureBase.h:
1901 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1902 hid svgopts from setFileStamp()
1904 new svg image loader
1906 * libs/fvwmlib.c (flib_init_graphics):
1907 added Frsvg_init() call
1909 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1912 * fvwm/stack.c (__is_restack_needed)
1913 (is_transient_subtree_straight):
1915 fix crash when trying to restack destroyed window
1917 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1919 * libs/Makefile.am (libfvwm_a_SOURCES):
1922 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1923 * fvwm/menus.c (move_any_menu)
1924 set menu backgrounds before moving. Makes transparent menus move
1927 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1928 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1929 add update_transparent_menu_bg to allow set of transparent menu
1930 background before a move, and change repaint_transparent_menu to
1931 allow for not setting the menu background.
1933 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1934 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1935 transparent colorsets)
1936 (CreateOffsetBackgroundPixmap):
1937 use offset also for non transparent backgrounds.
1939 * fvwm/menubindings.c (menu_shortcuts):
1940 don't move menus on scroll if they don't move
1942 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1947 * fvwm/decorations.c:
1949 * fvwm/ewmh_events.c:
1950 * fvwm/ewmh_icons.c:
1955 * fvwm/menubindings.c:
1960 * fvwm/module_interface.c:
1961 * fvwm/module_list.c:
1964 * fvwm/windowlist.c:
1965 * fvwm/windowshade.c:
1970 * fvwm/conditional.c:
1977 * fvwm/add_window.c:
1979 * fvwm/move_resize.c:
1988 * fvwm/execcontext.c:
1990 * libs/CombineChars.c:
1998 * libs/FlocaleCharset.c:
2002 * libs/safemalloc.c:
2008 * libs/ColorUtils.c:
2010 * libs/PictureImageLoader.c:
2011 * libs/PictureGraphics.c:
2014 * libs/PictureUtils.c:
2016 * libs/PictureBase.c:
2017 use new header files
2023 * libs/ColorUtils.h:
2024 * libs/PictureBase.h:
2031 * libs/Makefile.am (libfvwm_a_SOURCES):
2032 moved declarations from fvwmlib.h to new/appropriate header files
2037 * fvwm/menus.c (paint_side_pic):
2038 fixed previous patch
2041 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2043 * fvwm/menus.c (paint_side_pic):
2046 * fvwm/menus.c (paint_side_pic):
2047 use simple expose information to redraw sidepics less.
2049 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2051 * fvwm/geometry.c (constrain_size):
2052 silence gcc 4.1.1 warning.
2054 * libs/System.c (searchPath):
2055 search in pwd if no path is given.
2056 return NULL if a file dosn't exist regardless if it's absolute path
2058 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2060 * fvwm/placement.c (__place_window)
2061 (__pl_under_mouse_get_pos_simple):
2062 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
2064 new style option UnderMousePlacementHonorsStartsOnPage
2066 * fvwm/update.c (init_style):
2067 don't forget stickyness when a window goes fullscreen (or when some
2068 other style is changed)
2070 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2072 * fvwm/placement.c (__pl_cascade_get_pos_simple):
2073 properly handle title direction with cascade placement
2075 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
2078 * fvwm/placement.c (__pl_center_get_pos_simple):
2079 CenterPlacement properly handles Xinerama screens
2081 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2084 always substiture datarootdir
2086 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2088 * fvwm/add_window.c (GetWindowSizeHints):
2089 * fvwm/geometry.c (constrain_size):
2090 undefine macros after use
2092 reindented and cleaned up
2093 do not grow a window because of aspect ratio if this is not explicitly
2094 allowed by the CS_ROUND_UP flag
2096 (__cs_handle_aspect_ratio):
2097 broken into separate functions and cleaned up
2099 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
2101 * fvwm/module_list.c (module_receive):
2102 (module_input_discard):
2103 allocate input data in just one call - better perfomance
2105 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2107 * fvwm/placement.c (__place_get_wm_pos):
2108 simplified to a simple loop
2109 (__explain_placement):
2110 added explanation of new placement styles
2112 * fvwm/placement.c (__place_get_wm_pos):
2114 (__pl_center_get_pos_simple):
2115 (__pl_under_mouse_get_pos_simple):
2116 (__pl_cascade_get_pos_simple):
2117 (__pl_manual_get_pos_simple):
2118 (__place_get_wm_pos):
2119 use new placement interface for CenterPlacement, UnderMousePlacement,
2120 ManualPlacement, CascadePlacement
2122 * fvwm/placement.c (__sp_get_first_pos):
2123 (__sp_get_next_pos):
2124 (__sp_get_pos_penalty):
2125 (__place_get_wm_pos):
2126 use new placement interface for SmartPlacement
2131 don't use inline functions
2134 renamed function and generalized the placement interface to deal with
2135 any algorithm in the same way
2136 (__place_get_wm_pos):
2137 use new placement interface
2141 increased version to 2.5.22
2145 updated for 2.5.21 release
2147 2007-01-19 Dan Espen <dane@mk.telcordia.com>
2149 * fvwm/read.h: Compile syntax error fix.
2151 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2153 * fvwm/placement.c (SmartPlacement):
2154 fixed broken SmartPlacement
2156 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2158 * fvwm/expand.c (expand_vars_extended):
2159 free allocated icon path
2161 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2169 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2172 * fvwm/fvwm.1.in (Scroll):
2173 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2174 add interactive scrolling.
2176 * fvwm/stack.c (is_transient_subtree_straight):
2177 check first above the tree root, then beneth it.
2179 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2181 * fvwm/module_interface.h
2182 * fvwm/module_interface.c (module_input_enqueue):
2183 (module_input_execute):
2184 new functions based on AddToCommandQueue and ExecuteModuleCommand
2186 * fvwm/module_list.c (CMD_ModuleSynchronous):
2188 * fvwm/events.c (My_XNextEvent):
2189 * fvwm/module_interface.c (ExecuteCommandQueue):
2190 using the above two new functions instead of AddToCommandQueue and
2191 ExecuteModuleCommand
2193 * fvwm/module_interface.c (cqueue_object_type):
2196 * fvwm/module_interface.h
2197 * fvwm/module_interface.c (AddToCommandQueue):
2198 (ExecuteModuleCommand):
2201 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2203 * fvwm/fvwm.h (window_style):
2204 * fvwm/style.c (style_parse_one_style_option):
2205 icon background relief and icon title relief changed to sigend char;
2206 should fix problem with ppc and negative values for these.
2208 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2210 * fvwm/module_list.h:
2211 * fvwm/module_list.c (module_receive):
2212 (module_input_discard):
2213 (module_input_expect):
2214 new functions to deal with module input
2216 * fvwm/module_list.h:
2217 * fvwm/module_list.c (HandleModuleInput):
2218 replaced by the above three functions
2220 * fvwm/events.c (My_XNextEvent):
2221 * fvwm/module_list.c (CMD_ModuleSynchronous):
2223 adapted to use the above three functions instead of HandleModuleInput
2225 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2227 * configure.ac (HAVE_PNG):
2228 don't mangle png_LIBS, use --with-png-library
2230 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2233 removed news about previous change after move of version-2_5_20 tag
2234 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2237 * fvwm/stack.c (__restack_window):
2238 fix so new transient windows with StackTransientParent on top layer
2239 don't make all windows raise above the pan frames.
2243 increased version to 2.5.21
2247 updated for 2.5.20 release
2249 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2251 * fvwm/fvwm.c (main):
2252 remove the call to module_init_list, the list head is instead set
2253 to NULL upon declaration
2255 * fvwm/module_list.h:
2256 * fvwm/module_list.c (module_init_list):
2259 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2261 * fvwm/stack.c (is_transient_subtree_straight)
2262 (is_transient_subtree_stack_straight):
2263 use <= 32 character function name
2264 (mark_transient_subtree, is_transient_subtree_straight)
2265 (__mark_transient_subtree_test):
2266 move common tests to function to avoid code duplication
2268 * fvwm/fvwm.1.in (IconifyWindowGroups):
2269 Correctly document that windows are iconified together if the are in
2270 the same window group, not if the group leader is iconified.
2272 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2274 * fvwm/add_window.c (GetWindowSizeHints):
2275 * libs/vpacket.h (ConfigWinPacket):
2276 * fvwm/module_interface.c (CONFIGARGS):
2277 * fvwm/fvwm.h (FvwmWindow):
2278 add orig_hints_width_inc and orig_hints_height_inc values to store the
2279 original resize inc for use in FvwmIdent
2282 * fvwm/style.c (style_parse_one_style_option):
2283 deprecated some "No..." styles
2284 (style_parse_one_style_option):
2285 add a NoResizeHintOverride style
2287 * fvwm/add_window.c (GetWindowSizeHints):
2288 only ignore the min_width/min_height/max_width/max_height with the
2289 ResizeHintOverride style
2291 * fvwm/icons.c (DeIconify):
2292 corrected previous fix
2294 * fvwm/placement.c (CleverPlacement):
2296 (__place_get_wm_pos):
2297 (__place_get_nowm_pos):
2299 fixed smart placement
2300 unified placement func interface
2302 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2305 * fvwm/icons.c (DeIconify):
2308 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2309 fix detection of non needed lower operations
2311 BroadcastRestack to modules even if non is done. (To cancel effect of
2312 already sent M_RAISE/M_LOWER)
2313 don't do raise hacks if no restack was done.
2315 * fvwm/fvwm.h (FvwmWindow):
2316 icon_nalloc_pixels is int instead of unsined int
2318 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2319 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2320 use int instead of unsigned int.
2322 * fvwm/menugeometry.c (menu_get_geometry)
2323 (menu_get_outer_geometry):
2324 * fvwm/focus.c (CMD_WarpToWindow):
2325 * fvwm/geometry.c (get_title_button_geometry):
2326 * fvwm/session.c (SaveWindowStates):
2327 * fvwm/conditional.c (CMD_WindowId):
2328 * fvwm/placement.c (__place_get_wm_pos):
2329 * fvwm/frame.c (frame_create_move_resize_args):
2330 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2331 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2332 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2333 * fvwm/style.c (style_parse_icon_box_style):
2334 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2335 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2337 * fvwm/events.c (HandlePropertyNotify)
2338 (__is_bpress_window_handled):
2339 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2341 fix geometry signed pointer warnings
2343 * libs/Graphics.c (CalculateGradientDimensions):
2344 cast pointer to unsigned int*
2346 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2347 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2348 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2349 change unsigned int* parameter to int*. It get's info stored in an
2350 unsigned short, so it should be OK.
2354 JunkMask is unsigned
2356 * fvwm/stack.c (__mark_group_member)
2357 (is_transient_subtree_stacked_straight, __is_restack_needed)
2358 (__restack_window, mark_transient_subtree):
2359 don't raise or lower windows if they are already at the right place.
2361 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2363 * fvwm/module_interface.c (struct cqueue_object_type):
2364 * fvwm/module_list.h (struct fmodule_input):
2365 reused cqueue_object_type as a struct to store module input data
2366 renamed it to fmodule_input and moved it to module_list.h
2367 typedef'ed it to cqueue_object_type in module_interface.c
2369 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2371 * fvwm/placement.c (__cp_get_next_x):
2373 (__cp_get_first_pos):
2374 (__cp_get_next_pos):
2375 (__cp_get_avoidance_penalty):
2378 restructured and cleaned up CleverPlacement code
2380 * fvwm/style.c (style_parse_icon_box_style):
2381 * fvwm/virtual.c (HandlePaging):
2382 * fvwm/stack.c (verify_stack_ring_consistency):
2383 (ResyncFvwmStackRing):
2385 * fvwm/read.c (cursor_control):
2386 * fvwm/placement.c (__place_get_wm_pos):
2387 * fvwm/move_resize.c (GetMoveArguments):
2388 (ParseOneResizeArgument):
2389 (GetResizeArguments):
2390 (GetResizeMoveArguments):
2391 (resize_move_window):
2392 (resize_move_window):
2403 (maximize_fvwm_window):
2407 * fvwm/menustyle.h (MenuStyle):
2408 * fvwm/menus.c (MenuSizingParameters):
2410 (paint_menu_gradient_background):
2411 (paint_menu_gradient_background):
2415 (pop_menu_down_and_repaint_parent):
2416 (__mloop_handle_action_without_mi):
2420 * fvwm/menuroot.h (MenuRootStatic):
2422 * fvwm/menuitem.h (MenuPaintItemParameters):
2423 * fvwm/menugeometry.h:
2424 * fvwm/menubindings.c (menu_shortcuts):
2425 * fvwm/icons.c (SetIconPixmapSize):
2427 (DrawIconTitleWindow):
2432 * fvwm/gnome.c (GNOME_GetHintIcons):
2433 * fvwm/functions.c (FvwmFunction):
2434 (__execute_function):
2436 (execute_complex_function):
2437 * fvwm/fvwm.c (JunkWidth):
2443 * fvwm/externs.h (JunkWidth):
2448 * fvwm/focus.c (CMD_WarpToWindow):
2449 * fvwm/expand.c (__eae_parse_range):
2450 (expand_args_extended):
2451 (expand_vars_extended):
2452 (expand_vars_extended):
2453 * fvwm/ewmh_names.c (EWMH_WMIconName):
2455 * fvwm/ewmh_intern.h:
2456 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2457 (EWMH_DoUpdateWmIcon):
2458 (ewmh_SetWmIconFromPixmap):
2459 (ewmh_SetWmIconFromPixmap):
2460 (EWMH_DeleteWmIcon):
2463 (EWMH_SetIconFromWMIcon):
2464 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2466 (ewmh_WMIconGeometry):
2469 * fvwm/ewmh.c (ewmh_ChangeProperty):
2470 (ewmh_ChangeProperty):
2472 (ewmh_AtomGetByName):
2473 (ewmh_AddToKdeSysTray):
2474 (EWMH_GetWorkAreaIntersection):
2475 (ewmh_HandleWindowType):
2476 (ewmh_check_wm_pid):
2477 * fvwm/geometry.c (constrain_size):
2479 * fvwm/events.c (__handle_cr_on_client):
2482 * libs/PictureImageLoader.c:
2483 * libs/PictureImageLoader.h:
2486 * libs/Graphics.c (ParseGradient):
2487 (CalculateGradientDimensions):
2488 (CreateGradientPixmap):
2489 (CreateGradientPixmapFromString):
2490 * fvwm/colorset.c (update_root_pixmap):
2491 * fvwm/builtins.c (CMD_Echo):
2493 * fvwm/add_window.c (AddWindow):
2494 * fvwm/screen.h (DecorFace):
2495 use int instead of unsigned int
2497 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2498 * fvwm/colormaps.c (EnterSubWindowColormap):
2499 (LeaveSubWindowColormap):
2500 (FetchWmColormapWindows):
2502 * libs/CombineChars.c (char_combclass):
2503 use short instead of short int
2504 use long instead of long int
2506 * libs/PictureBase.h (FvwmPictureAttributes):
2507 (FvwmRenderAttributes):
2508 * libs/Flocale.h (FlocaleFont):
2509 * fvwm/style.c (style_parse_icon_grid_style):
2510 * fvwm/menus.c (size_menu_horizontally):
2511 (size_menu_vertically):
2514 * fvwm/menuitem.c (menuitem_paint):
2516 * fvwm/menuitem.h (MenuItem):
2517 * fvwm/geometry.c (set_window_border_size):
2518 * fvwm/decorations.c (SelectDecor):
2519 use int instead of short
2521 * fvwm/screen.h (FvwmAcs):
2523 * fvwm/menus.c (MenuSizingParameters):
2524 (size_menu_horizontally):
2526 (paint_menu_gradient_background):
2527 * fvwm/menuroot.h (MenuRootStatic):
2528 * fvwm/menuitem.h (MenuItem):
2529 (MenuItemPartSizesT):
2530 * fvwm/menuitem.c (menuitem_get_size):
2531 * fvwm/menudim.h (MenuDimensions):
2532 use int instead of unsigned short
2534 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2537 * libs/gravity.c (gravity_move_resize_parent_child):
2539 * fvwm/frame.c (mr_args_internal):
2540 (frame_setup_border):
2541 (frame_setup_titlebar):
2542 (frame_get_resize_decor_gravities):
2543 (frame_get_titlebar_dimensions):
2544 use rectangle instead of signed_rectangle
2546 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2547 * libs/fvwmrect.h (signed_rectangle):
2551 widht and height are now signed values
2553 * fvwm/placement.c (get_next_x):
2561 * fvwm/placement.c (get_next_x):
2567 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2570 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2571 StickyAcrossDesksIcon.
2573 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2575 * fvwm/conditional.c (CreateConditionMask):
2576 added conditions StickyIcon, StickyAcrossPagesIcon and
2577 StickyAcrossDesksIcon.
2580 documented new conditional tests.
2581 removed descriptions of styles StickyIconPage & StickyIconDesk which
2582 actually don't exists in fvwm.
2583 moved StickyIcon/SlipperyIcon descriptions immediately after
2584 Sticky/Slippery description.
2586 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2588 * fvwm/placement.c (SmartPlacemen):
2590 cleaned up SmartPlacement code
2592 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2594 * fvwm/ConfigFvwmMenuDefaults:
2595 Mouse 0 MS A MenuLeaveSubmenu instead.
2597 * fvwm/ConfigFvwmMenuDefaults:
2598 Mouse 0 MS A MenuClose to make sidepic and border behave as
2599 before menu bindings.
2602 * libs/wcontext.h (enum):
2603 * fvwm/menubindings.c (menu_binding):
2605 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2607 * fvwm/menustyle.c (menustyle_parse_old_style):
2608 add a message of deprecation.
2610 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2612 * fvwm/module_list.h:
2613 * fvwm/module_list.c:
2614 new files for module handling code.
2616 * fvwm/module_list.h:
2617 * fvwm/module_interface.h:
2618 * fvwm/module_list.c:
2619 * fvwm/module_interface.c:
2620 (struct mqueue_object_type):
2631 (do_execute_module):
2632 (executeModuleDesperate):
2634 (CMD_ModuleListenOnly):
2635 (CMD_ModuleSynchronous):
2636 (HandleModuleInput):
2642 (DeleteMessageQueueBuff):
2643 (FlushMessageQueue):
2644 (FlushAllMessageQueues):
2646 (CMD_set_sync_mask):
2647 (CMD_set_nograb_mask):
2648 (skipModuleAliasToken):
2650 (struct msg_masks_t):
2652 moved from module_interface.c/h to module_list.c/h
2654 * fvwm/module_list.h (do_execute_module):
2655 * fvwm/module_interface.h (AddToCommandQueue):
2656 (ExecuteModuleCommand):
2657 initialy static functions are exposed for now. Should be fixed soon.
2660 added module_list.h and module_list.c
2661 reorganized the c files by size
2663 * fvwm/module_list.h:
2664 * fvwm/module_list.c:
2677 renamed functions to a unified style
2679 * fvwm/module_interface.h:
2680 * fvwm/module_interface.c:
2686 * fvwm/windowshade.c:
2688 * fvwm/move_resize.c:
2689 include file cleanup
2691 * fvwm/module_list.c (do_execute_module):
2692 made absolutely sure the module's read fd is >=0 before inserting
2693 the module on the list
2695 * fvwm/events.c (My_XNextEvent):
2696 * fvwm/module_list.c (PositiveWrite):
2697 (CMD_ModuleSynchronous):
2698 assume module read fd is allways >=0 (remove the tests)
2700 * fvwm/module_list.c (module_free):
2701 no need to test if fd >=0 when closing the pipes.
2703 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2705 * fvwm/menuitem.c (draw_higlight_background):
2706 fix x-origin of HGradients
2708 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2710 * fvwm/module_interface.c (FlushMessageQueues):
2711 fixed not flushing the first module on the list
2713 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2715 * libs/Flocale.c (FlocaleGetFftFont):
2716 add sanity check for NULL fontname.
2720 * fvwm/menuitem.c (menuitem_paint):
2721 (draw_hilight_background):
2722 make all kinds of pixmaps work with hilight background
2724 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2725 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2726 (CreateBackgroundPixmap):
2727 added CreateOffsetBackgroundPixmap with the ability to create
2728 transparent images at an offset relative to the window.
2730 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2732 * fvwm/menus.c (__mloop_exit):
2735 (__mloop_handle_event):
2736 don't warp to parent item when entering other item with mouse.
2740 * fvwm/menustyle.c (menustyle_update):
2741 make use of colorset TiledPixmap option with HiglightBack
2742 and HiglightTitleBack menu styles.
2744 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2749 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2751 * libs/FScreen.c (FScreenParseGeometry):
2752 don't look up screen info if screen is undefined
2754 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2758 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2760 * libs/fio.c (fvwm_send):
2763 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2768 new utility files to wrap writing/reading standard lib functions that
2769 might be interrupted
2771 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2773 * fvwm/ewmh_intern.h:
2774 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2775 instead of <time.h>.
2777 * fvwm/windowlist.h:
2778 removed unneeded file.
2781 removed windowlist.h from build list.
2783 * libs/PictureUtils.c:
2784 include "ftime.h" instead of <time.h>.
2785 fvwmlib.h header name should be in double quotes not in angle
2789 include "ftime.h" instead of <sys/time.h>.
2791 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2794 make my email less spider-friendly
2796 * fvwm/bindings.c (binding_cmd):
2800 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2802 * fvwm/screen.h (ScreenInfo):
2803 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2804 casting signed values in calculations to be cast to unsigned
2806 * fvwm/focus.c (__activate_window_by_command):
2807 don't warp the viewport if the center of the window is already in view
2808 fixed a bug in window positioning
2810 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2813 FvwmIconBox IconColorset's bg wasn't updated immediately.
2815 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2817 * fvwm/fvwm.c (main):
2818 close all open fds upon startup
2819 reopen stdin, stdout and stderr if necessary
2823 * fvwm/module_interface.c (do_execute_module):
2824 simplified error handling
2825 check maximum fd when creating modules
2827 * fvwm/events.c (My_XNextEvent):
2828 * fvwm/fvwm.c (main):
2829 replaced fd_width with fvwmlib_max_fd
2832 * libs/System.c (fvwmlib_init_max_fd):
2833 added function and fvwmlib_max_fd
2835 * fvwm/events.c (My_XNextEvent):
2836 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2837 switch back to using FD_SET
2839 * fvwm/events.c (My_XNextEvent:
2840 * fvwm/module_interface.h:
2841 * fvwm/module_interface.c:
2842 hide module structure members with access macros and use them
2845 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2847 * fvwm/module_interface.c (module_add_to_fdsets):
2848 * fvwm/module_interface.h:
2849 created new function that also checks for too many open fds
2851 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2852 * fvwm/events.c (My_XNextEvent):
2853 now using module_add_to_fdset to add pipes to the fdsets
2855 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2857 * libs/defaults.h (MAX_NUM_MODULES):
2858 * fvwm/module_interface.c (module_alloc):
2859 (do_execute_module):
2860 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2862 * fvwm/module_interface.c (do_execute_module):
2863 moved the allocation call to the end of the sanity checks and pipe
2864 creation - better for performance
2866 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2868 END MODULE STRUCT PATCHES
2870 * fvwm/module_interface.c (do_execute_module):
2871 fixed another memory leak
2873 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2875 * fvwm/module_interface.h:
2876 * fvwm/module_interface.c:
2878 renamed struct module member "pipeName" and "pipeAlias" to "name"
2881 * fvwm/module_interface.c (do_execute_module):
2882 fixed possible memory leak
2884 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2886 * fvwm/events.c (My_XNextEvent):
2887 * fvwm/module_interface.c (module_alloc):
2888 (do_execute_module):
2890 * fvwm/module_interface.h (fmodule):
2891 replaced int with a flag struct
2893 * fvwm/module_interface.h:
2894 * fvwm/events.c (My_XNextEvent):
2895 * fvwm/module_interface.c (module_alloc):
2899 add new modules at front of list again
2900 removed global variable init_fdset; use a flag in the module struct
2902 removed the now obsolete module slot count
2904 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2906 * fvwm/module_interface.c (module_remove):
2908 moved module remotion code to module_remove()
2910 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2912 * fvwm/events.c (My_XNextEvent):
2913 fixed startup commands
2915 * fvwm/module_interface.c (module_insert):
2919 append modules at end of list
2921 * fvwm/events.c (My_XNextEvent):
2924 * fvwm/module_interface.c (ExecuteModuleCommand):
2928 (BroadcastNewPacket):
2930 (BroadcastFvwmPicture):
2931 (BroadcastColorset):
2932 (BroadcastPropertyChange):
2933 (BroadcastConfigInfoString):
2935 (FlushAllMessageQueues):
2938 (CMD_set_sync_mask):
2939 (CMD_set_nograb_mask):
2941 (skipModuleAliasToken):
2942 use MAX_MODULE_ALIAS_LEN
2944 * fvwm/module_interface.c (KillModule):
2945 (do_execute_module):
2947 added a "slot" member to the module struct to fix the init_fdset hack
2950 * libs/defaults.h (MAX_NUM_MODULES):
2951 (MAX_MODULE_ALIAS_LEN):
2954 * fvwm/module_interface.c (do_execute_module):
2955 rewrote module struct initialization
2956 (HandleModuleInput):
2957 use %p to print module address, don't cast it to int
2959 * fvwm/module_interface.c (ClosePipes):
2967 * fvwm/module_interface.c (FreeModule):
2971 * fvwm/module_interface.c (KillModule):
2973 * fvwm/events.c (My_XNextEvent):
2974 * fvwm/execcontext.h:
2975 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2977 * fvwm/stack.c (BroadcastRestack):
2980 * fvwm/module_interface.c (module_get_next):
2981 * fvwm/module_interface.h:
2984 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2986 * fvwm/modconf.c (ModuleConfig):
2987 (SendConfigToModule):
2988 (send_xinerama_state):
2989 (send_desktop_names):
2990 (send_desktop_geometry):
2995 (send_move_threshold):
2996 (send_ignore_modifiers):
2997 (CMD_Send_ConfigInfo):
2998 * fvwm/functions.c (__execute_function):
2999 * fvwm/events.c (My_XNextEvent):
3000 * fvwm/module_interface.h (msg_masks_t):
3002 * fvwm/execcontext.c (__exc_change_context):
3003 (exc_create_null_context):
3004 * fvwm/execcontext.h:
3005 Initial module struct patches
3007 BEGIN MODULE STRUCT PATCHES
3009 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3011 * fvwm/events.c (HandleFocusOut):
3012 (__refocus_stolen_focus_win):
3013 (HandleEnterNotify):
3014 less disruptive way of restoring focus to the window it was stolen from
3016 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3018 * fvwm/events.c (HandleEnterNotify):
3019 restore focus to windows that had it stolen by
3020 unmanaged windows on enter of any unmanaged windows.
3022 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3024 * fvwm/menubindings.c:
3025 don't include menus.h
3027 * fvwm/ConfigFvwmMenuDefaults:
3028 all bindings are silent
3030 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3032 * fvwm/ConfigFvwmMenuDefaults:
3033 make all numpad keys silent -- not all keyboads have a numpad
3034 add KP_Separator for MenuClose
3036 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
3039 documented missing menu bindings.
3041 * fvwm/ConfigFvwmMenuDefaults:
3042 fixed wrong menu bindings.
3044 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3046 * fvwm/menubindings.c:
3047 * fvwm/menubindings.h:
3051 * fvwm/menugeometry.c:
3052 * fvwm/menugeometry.h:
3058 * fvwm/move_resize.c:
3059 * fvwm/move_resize.h:
3060 * fvwm/windowlist.c:
3061 simplified including header files
3063 * fvwm/menus.c (__mloop_handle_event):
3064 * fvwm/menuparameters.h:
3065 * fvwm/menubindings.c (menu_shortcuts):
3066 do not call find_entry directly but return MENU_NEWITEM_FIND instead
3068 * fvwm/menus.c (__mloop_handle_event):
3069 * fvwm/menuparameters.h:
3070 * fvwm/menubindings.c (menu_shortcuts):
3071 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
3074 * fvwm/menus.h (MenuParameters):
3079 (MenuRepaintTransparentParameters):
3080 * fvwm/menuparameters.h (MenuParameters):
3085 (MenuRepaintTransparentParameters):
3086 moved to menuparameters.h
3088 * fvwm/menus.h (MenuRoot):
3091 * fvwm/menutypes.h (MenuRoot):
3096 * fvwm/menus.c (menu_get_geometry):
3097 (menu_get_outer_geometry):
3098 * fvwm/menugeometry.c (menu_get_geometry):
3099 (menu_get_outer_geometry):
3100 moved to menugeometry.c
3102 * fvwm/menuparameters.h:
3104 * fvwm/menugeometry.c:
3105 * fvwm/menugeometry.h:
3109 * fvwm/menubindings.h (enum):
3110 * fvwm/menus.c (enum):
3111 moved enum menu_shortcut_action to menubindings.h
3112 (get_selectable_item_index):
3113 (get_selectable_item_from_index):
3114 (get_selectable_item_from_section):
3115 (get_selectable_item_count):
3116 (parse_menu_action):
3117 moved to menubindings.c
3119 * fvwm/menus.c (enum):
3120 (parse_menu_action):
3122 renamed enum shortcut_action to menu_shortcut_action
3124 * fvwm/fvwm.c (SetRCDefaults):
3125 read default config file after all other defaults
3127 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3129 * fvwm/ConfigFvwmMenuDefaults:
3130 * fvwm/fvwm.c (SetRCDefaults):
3131 make the hard coded menu bindings load before ConfigFvwmDefaults
3132 move Mouse 0 ... to ConfigFvwmMenuDefaults
3134 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3136 * fvwm/ConfigFvwmMenuDefaults:
3137 * fvwm/fvwm.c (SetRCDefaults):
3138 added hard coded default menu bindings
3140 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
3143 documentation fixes.
3145 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3148 * fvwm/menubindings.h:
3149 * fvwm/menubindings.c:
3153 moved new menu binding code to menubindings.c, menubindings.h
3154 split binding into a regular list and a fallback list that can not be
3157 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
3158 fixed calculation of new geometry if x or y is negative
3160 * fvwm/geometry.c (maximize_adjust_offset):
3161 fixed calculations of normal geometry when maximized
3163 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3166 * fvwm/ConfigFvwmMenuDefaults:
3167 * fvwm/fvwm.c (SetRCDefaults):
3168 * fvwm/menus.c (parse_menu_action):
3170 rename menu action to menu bindings and make menu binding commands
3171 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3172 ensure basic function with ConfigFvwmMenuDefaults missing.
3174 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3176 * fvwm/menus.c (menuShortcuts):
3177 fixed compiler warning.
3179 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3182 corrected mis-spelling
3188 * fvwm/menus.c (handle_emacs_bindings):
3191 (__mloop_handle_event):
3193 * fvwm/bindings.c (ParseBinding):
3194 * fvwm/Makefile.am (config_DATA):
3195 * fvwm/ConfigFvwmDefaults:
3196 * fvwm/ConfigFvwmMenuDefaults:
3197 fully configurable mouse any key bindings for menu navigation.
3199 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3201 * fvwm/virtual.c (HandlePaging):
3202 removed bogus comment
3204 * fvwm/move_resize.c (__move_loop):
3207 allow paging during resize with "EdgeScroll 0 0" as documented in the
3209 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3211 * fvwm/fvwm.h (FvwmWindow):
3212 * fvwm/add_window.c (AddWindow):
3213 * fvwm/add_window.c (setup_frame_window):
3214 * fvwm/add_window.c (setup_parent_window)
3215 * fvwm/borders.c (border_draw_decorations):
3216 * fvwm/borders.c (border_draw_one_border_part):
3217 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3218 * fvwm/borders.c (border_get_titlebar_descr)
3219 * fvwm/builtins.c (__remove_window_decors):
3220 * fvwm/conditional.c (MatchesConditionMask):
3221 * fvwm/events.c (HandleMapNotify):
3222 * fvwm/events.c (HandleMapRequestKeepRaised)
3223 * fvwm/events.c (HandlePropertyNotify):
3224 * fvwm/events.c (HandleShapeNotify):
3225 * fvwm/events.c (__cr_detect_icccm_move)
3226 * fvwm/events.c (__cr_get_grav_position):
3227 * fvwm/events.c (__cr_get_static_position)
3228 * fvwm/events.c (__handle_configure_request)
3229 * fvwm/events.c (__handle_cr_on_client):
3230 * fvwm/ewmh.c (EWMH_fullscreen):
3231 * fvwm/focus.c (__activate_window_by_command):
3232 * fvwm/focus.c (__set_focus_to_fwin):
3233 * fvwm/focus.c (warp_to_fvwm_window):
3234 * fvwm/frame.c (__frame_setup_window):
3235 * fvwm/frame.c (frame_create_move_resize_args)
3236 * fvwm/frame.c (frame_free_move_resize_args):
3237 * fvwm/frame.c (frame_move_resize_step)
3238 * fvwm/frame.c (frame_reshape_border):
3239 * fvwm/geometry.c (constrain_size):
3240 * fvwm/geometry.c (get_icon_corner)
3241 * fvwm/geometry.c (get_page_offset):
3242 * fvwm/geometry.c (get_page_offset_check_visible):
3243 * fvwm/geometry.c (get_shaded_client_window_pos):
3244 * fvwm/geometry.c (get_title_button_geometry):
3245 * fvwm/geometry.c (get_title_geometry)
3246 * fvwm/geometry.c (get_unshaded_geometry):
3247 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3248 * fvwm/geometry.c (gravity_constrain_size):
3249 * fvwm/geometry.c (maximize_adjust_offset):
3250 * fvwm/geometry.c (update_absolute_geometry):
3251 * fvwm/geometry.c (update_relative_geometry)
3252 * fvwm/gnome.c (GNOME_SetWinArea):
3253 * fvwm/icons.c (AutoPlaceIcon):
3254 * fvwm/icons.c (DeIconify):
3255 * fvwm/icons.c (Iconify):
3256 * fvwm/module_interface.c (CONFIGARGS):
3257 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3258 * fvwm/move_resize.c (CMD_Maximize):
3259 * fvwm/move_resize.c (CMD_ResizeMaximize):
3260 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3261 * fvwm/move_resize.c (__move_loop):
3262 * fvwm/move_resize.c (__move_window):
3263 * fvwm/move_resize.c (__resize_window):
3264 * fvwm/move_resize.c (maximize_fvwm_window):
3265 * fvwm/move_resize.c (resize_move_window):
3266 * fvwm/move_resize.c (stick_across_pages):
3267 * fvwm/move_resize.c (unmaximize_fvwm_window):
3268 * fvwm/placement.c (__explain_placement):
3269 * fvwm/placement.c (__place_get_wm_pos):
3270 * fvwm/placement.c (get_next_x):
3271 * fvwm/placement.c (get_next_y):
3272 * fvwm/placement.c (test_fit)
3273 * fvwm/session.c (MatchWinToSM):
3274 * fvwm/session.c (SaveWindowStates):
3275 * fvwm/update.c (apply_window_updates):
3276 * fvwm/virtual.c (MoveViewport):
3277 * fvwm/windowlist.c (CMD_WindowList):
3278 * fvwm/windowshade.c (CMD_WindowShade):
3279 put some of the window geometry members into a separate struct window_g
3280 with members frame, normal, max, max_defect, max_offset
3282 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3286 * fvwm/window_flags.h:
3288 * fvwm/style.c (style_parse_one_style_option):
3289 * fvwm/icons.c (DrawIconTitleWindow):
3290 * fvwm/fvwm.h (common_flags_t):
3291 * fvwm/fvwm.1.in (Style):
3293 (border_draw_title_stick_lines):
3294 Applied Stippled patch by Thomas Adam with some fixes.
3296 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3299 FvwmWinList button/list syncronization fixed (bug #1393)
3301 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3309 updated for 2.5.19 release
3312 updated after 2.4.20 release
3315 * fvwm/focus.c (focus_get_fpol_context_flag):
3316 * fvwm/events.c (__check_click_to_focus_or_raise)
3317 (__handle_click_to_focus):
3318 Treat EWMH desktop as client window under click to focus. (#1492)
3320 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3322 * libs/Module.h (MX_REPLY):
3323 (MAX_EXTENDED_MESSAGES):
3325 * fvwm/module_interface.c (CMD_Send_Reply):
3326 * fvwm/functable.c (func_table):
3328 Added Send_Reply module only command.
3330 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3332 * libs/PictureUtils.c (init_static_colors_table):
3333 fix fvwm for < 8 bit depth, bug #1677
3335 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3337 * fvwm/misc.c (IsRectangleOnThisPage):
3338 new fix for signedness problems.
3340 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3342 * fvwm/misc.c (IsRectangleOnThisPage):
3343 fix signedness problem with test introduced by gcc4 fix below.
3345 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3347 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3351 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3352 * libs/gravity.h (gravity_move_resize_parent_child):
3353 * libs/gravity.c (gravity_move_resize_parent_child):
3354 * fvwm/frame.h (frame_get_titlebar_dimensions)
3355 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3356 (frame_get_resize_decor_gravities):
3358 (frame_setup_border):
3359 (frame_setup_titlebar)
3360 (frame_get_resize_decor_gravities):
3361 (frame_get_titlebar_dimensions):
3362 split rectangle into a signed size and an unsigned size type.
3364 * fvwm/screen.h (ScreenInfo):
3365 * libs/FScreen.h (FScreenGetScrRect):
3366 (FScreenGetResistanceRect):
3367 * libs/FScreen.c (XineramaScreenInfo):
3368 (FScreenGetGeometry)
3369 (FScreenGetScrRect):
3370 (FScreenClipToScreen):
3371 (FScreenCenterOnScreen)
3372 (FScreenGetResistanceRect):
3373 (FScreenIsRectangleOnScreen):
3374 * fvwm/fvwm.h (FvwmWindow):
3375 * fvwm/screen.h (DecorFace):
3376 * libs/fvwmlib.h (CreateGradientPixmap):
3377 * libs/Graphics.c (CreateGradientPixmap):
3378 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3379 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3380 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3381 (PImageLoadPixmapFromFile):
3382 (PImageLoadPixmapFromXpmData):
3383 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3384 (PImageCreatePixmapFromArgbData):
3385 (PImageLoadPixmapFromFile)
3386 (PImageLoadFvwmPictureFromFile):
3387 (PImageLoadPixmapFromXpmData):
3388 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3389 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3390 (EWMH_SetIconFromWMIcon):
3391 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3392 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3393 * fvwm/colorset.c (parse_colorset):
3394 * fvwm/icons.c (DrawIconTitleWindow):
3397 * fvwm/menus.h (MenuRootDynamic):
3398 * fvwm/menus.c (update_menu):
3402 * fvwm/move_resize.c (GetMoveArguments):
3403 (ParseOneResizeArgument)
3404 (GetResizeArguments):
3405 (GetResizeMoveArguments):
3409 change dimensions and allocation counts to unsigned types.
3411 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3412 (FlocaleStringByteToCharOffset):
3413 (FlocaleStringCharToByteOffset)
3414 (FlocaleStringCharLength)
3415 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3416 (FlocaleStringByteToCharOffset):
3417 (FlocaleStringCharToByteOffset)
3418 (FlocaleStringCharLength):
3419 (FlocaleUtf8ToUnicodeStr2b)
3420 (FlocaleStringToString2b):
3421 (FlocaleEncodeString):
3422 * libs/Ficonv.c (convert_charsets):
3423 change most string types to char* from unsigned char* to match
3424 with system headers without casts.
3426 * libs/Flocale.c (FlocaleLoadFont):
3427 init shadow_dir to make gcc 4 happy.
3429 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3430 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3431 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3432 (CSETS_IS_TRANSPARENT_PR_PURE):
3433 (CSETS_IS_TRANSPARENT_ROOT)
3434 (CSETS_IS_TRANSPARENT):
3435 compare pointer with NULL, not >= 0.
3437 * libs/FTips.h (ftips_position_t):
3438 * fvwm/expand.c (partial_extended_vars):
3439 * fvwm/placement.c (preason_screen_t):
3440 remove comma last in enums.
3442 * fvwm/style.c (style_parse_focus_policy_style):
3443 change 0xffffffff to ~0 to silience truncation warning.
3445 * fvwm/session.h (mwtsm_state_args):
3446 make flags unsigned.
3448 * fvwm/schedule.c (sq_object_type):
3449 change // to /* ... */
3451 * libs/Fft.c (FftGetFontWidths):
3453 * libs/FScreen.c (FScreenConfigureSLSScreens):
3454 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3455 (EWMH_SetDesktopNames):
3456 * fvwm/fvwm.c (LoadDefaultLeftButton):
3457 (LoadDefaultRightButton):
3458 * fvwm/builtins.c (ReadDecorFace):
3460 silence signedness warnings by casts.
3462 * fvwm/borders.c (ROTATE_RECTANGLE):
3463 make sure tr is initialized.
3465 * fvwm/add_window.c (FetchWmProtocols):
3466 use unsigned type for l_protocols.
3468 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3470 * fvwm/events.c (HandleFocusIn):
3472 * fvwm/focus.c (__set_focus_to_fwin):
3473 fix focus decoration when unmanaged are focused, unless
3474 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3476 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3478 * fvwm/geometry.c (constrain_size):
3479 repeat aspect-resizing in a loop to get a stable result that does not
3480 change the next time the frame is set up
3482 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3486 increased version to 2.5.19
3491 updated for 2.5.18 release
3493 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3496 removed the unused test for imlib
3497 removed the Imlib.h header from gdk_imlib test programs
3499 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3501 * fvwm/ewmh.c (atom_get):
3502 fix offset and length args for XGetWindowProperty() (to support 64bit
3505 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3507 * fvwm/events.c (HandleUnmapNotify):
3508 immediately handle MapRequests after unmapping a window while we still
3509 have the context fvwm window; this is necessary to allow the client to
3510 re-map a window before fvwm can reparent it to the root window
3511 (HandleMapRequestKeepRaised):
3514 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3516 * fvwm/ewmh.c (ewmh_HandleDesktop):
3517 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3520 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3524 * fvwm/decorations.c:
3525 fix offset and length args for XGetWindowProperty() (to support 64bit
3528 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3531 * fvwm/expand.c (expand_vars_extended):
3532 correctly expand break.
3533 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3536 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3538 * fvwm/decorations.h (is_function_allowed):
3539 * fvwm/decorations.c (__is_resize_allowed):
3540 (is_function_allowed):
3541 work on 'const FvwmWindow *'
3543 * fvwm/fvwm.h (action_flags):
3544 * fvwm/style.c (check_window_style_change):
3545 * fvwm/module_interface.c (__get_allowed_actions)
3547 * libs/vpacket.h (ConfigWinPacket):
3548 expose fvwm allowed actions to modules
3550 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3552 * fvwm/move_resize.c (__move_icon):
3553 *do* map icon windows for pictured icons on move, but only if they end
3554 up on the current desk
3556 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3558 * fvwm/move_resize.c (__move_icon):
3559 don't map icon windows for pictured icons on move
3561 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3563 * fvwm/style.c (remove_all_of_style_from_list):
3564 (__simplify_style_list):
3569 (style_ids_are_equal):
3570 (style_id_equals_id)
3571 (styles_have_same_id):
3573 (one_fw_can_match_both_ids):
3574 (check_window_style_change):
3575 use int/0/1 instead of Bool/False/True
3577 * fvwm/move_resize.c (stick_across_pages):
3578 use False instead of FALSE
3580 * fvwm/style.c (fw_match_style_id):
3581 * fvwm/read.c (run_command_file):
3583 * fvwm/add_window.c (MappedNotOverride):
3584 * libs/wild.c (matchWildcards):
3585 use 0 and 1 instead of FALSE and TRUE
3588 removed TRUE and FALSE
3590 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3593 FvwmPager !IconTitle style bugfix.
3595 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3598 Updated description of Wait command in man page.
3600 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3602 * libs/Flocale.c (FlocaleFontStructDrawString)
3603 (FlocaleRotateDrawString):
3604 (FlocaleDrawString):
3605 fixed drawing of forecolor/hilightfore
3607 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3608 always unmaximize and resize window when leaving fullscreen state,
3609 not just if it did not start as fullscreen
3611 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3613 * fvwm/fvwm.1.in (MenuStyle):
3614 added a reference to the prefered ! style negation flag,
3615 and listed the other deprecated negative forms in one place.
3618 (AutomaticHotkeysOff):
3621 changed to the ! negation form and listed as deprecated.
3623 removed relics from the man page
3625 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3629 increased version to 2.5.18
3634 updated for 2.5.17 release
3636 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3638 * fvwm/move_resize.c (__move_window):
3639 allow moving a window without an icon while it's iconified based on the
3642 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3644 * fvwm/menustyle.c (menustyle_copy):
3645 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3647 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3650 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3651 changed the manpage to reflect the prefered style negation method,
3652 that is, using the !* negation sign.
3654 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3656 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3657 removed documentation of filters.
3660 * fvwm/expand.c (check_first_filter):
3662 (expand_args_extended):
3663 (expand_vars_extended):
3665 removed variable filter implementation and backslash-escaping.
3667 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3670 News blurb for variable filters and backslash-escaping.
3672 documentation of variable filters.
3674 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3676 * fvwm/expand.c (chec):
3679 (expand_args_extended):
3680 (expand_vars_extended):
3682 implemented variable filters.
3684 * fvwm/expand.c (expand_vars):
3685 made backslash work as escape character within extended variables.
3687 * libs/Strings.h (QuoteEscapeString):
3688 (QuoteEscapeStringLength):
3689 * libs/Strings.c (QuoteEscapeString):
3690 (QuoteEscapeStringLength):
3691 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3694 * fvwm/expand.c (expand_args_extended):
3695 make upper limit inclusive.
3697 * fvwm/functions.c (__execute_function):
3698 Changed PeekToken to GetNextToken before expand_vars call.
3701 updated documentation regarding quoting in expand_args_extended
3703 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3705 * fvwm/expand.c (__eae_parse_range):
3706 reject everything that does not begin with a digit
3708 * libs/Parse.c (SkipNTokens):
3709 stop skipping tokens at the end of input
3711 * fvwm/expand.c (__eae_parse_range):
3715 (__eae_parse_range):
3716 fixed parsing of $[n-]
3718 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3720 * fvwm/expand.c (expand_args_extended):
3722 added range check for positional parameters
3723 (expand_args_extended):
3724 (__eae_parse_range):
3725 cleaned up and simplified parsing code
3726 properly unquote arguments when expanding
3727 removed the patch below
3729 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3731 * fvwm/expand.c (expand_args_extended):
3732 removed range check for positional parameters
3733 make single arguments not use the 'upper' variable
3734 changed back to PeekToken for single arguemnts.
3735 improved some comments.
3737 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3739 * fvwm/expand.c (expand_args_extended):
3740 Fix segfault when called with a tokenless string for single arguments.
3742 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3744 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3745 Reported by Serge Koksharov.
3747 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3749 * fvwm/placement.c (__explain_placement):
3750 print initial size of window too
3752 * libs/Makefile.am (libfvwm_a_SOURCES):
3753 * libs/fvwm_sys_stat.h:
3757 added O_NOFOLLOW replacement and always include fcntl.h
3759 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3761 Added DV's mailing-list comments about how PeekToken & GetNextToken
3762 work as comments to the source code. (slightly modified)
3764 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3766 * fvwm/schedule.c (CMD_Schedule):
3767 Fixed parsing of "Periodic" option.
3769 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3772 Fix for tempfile vulnerabilities in FvwmCommand.
3774 Added check for lstat.
3776 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3781 Added "Periodic" option to Schedule command.
3783 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3785 * fvwm/module_interface.c (KillModule):
3790 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3792 * fvwm/fvwm.c (main):
3793 changed the -blackout warning to say it will be removed in 3.0
3795 * fvwm/fvwm.1.in (-blackout):
3796 updated the manual regarding the future remotion of -blackout
3798 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3802 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3804 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3806 *libs/alloca.c (DEBUG_I00FUNC)
3807 removed old debug code
3809 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3812 removed the old unused file
3814 * libs/Makefile.am (libfvwm_a_SOURCES):
3815 removed the reference to debug.c
3818 removed the code related to libs/debug.c
3820 * fvwm/module_interface.c (make_named_packet)
3821 removed the #if 0'ed debug code related to debug.c
3823 fvwm/focus.h (DEBUG_FOCUS)
3824 removed the #ifdef'ed to 0 debug code related to debug.c
3827 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3829 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3830 removed useles definition.
3832 * modules/FvwmPager/FvwmPager.c (main):
3834 removed most of the debug code.
3835 changed termination debug to use 'isTerminated' instead of
3836 'debug_term_signal'.
3837 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3840 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3841 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3843 removed unused debug_term_signal.
3845 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3848 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3849 stdio's getline; news entry.
3851 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3854 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3855 (do_execute_module):
3859 * fvwm/commands.h (enum):
3860 * fvwm/functable.c (func_table):
3861 new command ModuleListenOnly
3863 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3865 * fvwm/move_resize.c (__move_loop):
3866 make sure a window is snapped in __move_loop when a button is released
3867 if it was snapped before
3869 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3871 * fvwm/expand.c (expand_vars_extended):
3872 convert function to have a single return point; this is good to
3873 implement doc/todo-vars filters in the future;
3874 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3875 to behave like deprecated $n, $c and $r, i.e. quote them
3877 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3880 multiple minor tweaks: remove trailing spaces and other
3881 re-spacing and re-indenting, remove old "#if 0" code
3883 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3885 * fvwm/move_resize.c (ParseOneResizeArgument):
3886 rewrote parsing of resize arguments
3887 new prefix 'w' for resizing
3889 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3891 * fvwm/conditional.c (MatchesConditionMask):
3892 fixed handling of some conditions (iconifiable, fixed, ...)
3894 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3899 * fvwm/conditional.c:
3900 Output an error message if an unrecognised conditional is used
3901 with the Test or TestRc commands.
3903 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3905 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3906 do not map hide windows if their width or height is zero
3908 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3910 * fvwm/ewmh_events.c:
3913 * libs/FlocaleCharset.c:
3917 corrected typos in warning messages
3920 * libs/PictureGraphics.c:
3921 * libs/PictureGraphics.h:
3922 renamed function PGraphicsCreateTransprency to
3923 PGraphicsCreateTransparency
3925 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3927 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3928 * fvwm/expand.c (expand_args_extended):
3929 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3931 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3934 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3935 * fvwm/expand.c (expand_args_extended):
3937 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3939 * fvwm/conditional.c (CMD_All):
3940 * fvwm/fvwm.1.in (All):
3941 changed Reverse and UseStack options to have free order.
3944 * fvwm/fvwm.1.in (WindowShade):
3945 * fvwm/windowshade.c (CMD_WindowShade):
3946 * fvwm/add_window.c (setup_window_structure):
3947 added last direction to WindowShade command.
3949 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3951 * fvwm/fvwm.1.in (All):
3954 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3957 * fvwm/fvwm.1.in (All):
3958 * fvwm/conditional.c (CMD_All):
3959 added reverse option to All command to do the action in opposite order
3960 added UseStack option to All command to use the stack ring instead of
3963 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3966 changed fallback editor from `emacs' to `vi' because it much
3967 more widespread on non-Linux systems
3968 fixed errors (because of incorrect syntax fallback entries were
3970 now script honors `TMPDIR' env. variable and if it's not set it
3971 fallback to `/tmp' directory when creating temporary file
3973 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3976 changed description of the fvwmstyle resource usage
3977 to state that it's used in addition to the other
3979 * fvwm/style.c (fw_match_style_id):
3980 fixed a typo in style_name matching
3982 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3984 * fvwm/style.c (fw_match_style_id):
3985 reformatted code and fixed a warning
3987 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3991 * libs/Fft.c (FftGetFont):
3995 * libs/System.c (fvwm_mkstemp):
3996 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3997 function was never used, even if it was considered secure by configure
4000 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4003 added some more suff to the list of what I've done.
4006 * fvwm/add_window.c (__add_window_handle_x_resources)
4009 * fvwm/fvwm.h (FvwmWindow):
4010 added fvwmstyle resource to override style name
4012 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4014 * fvwm/menus.c (pop_menu_up):
4015 as documented, do not warp to title for root menus with TitleWarp
4017 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
4020 Removed duplicated 'NoIcon' style option description in the end
4021 of the `The Style command...' section.
4022 Removed `Recapture True' option setting in example of BusyCursor
4023 description, because `Recapture' isn't valid option of `BusyCursor'
4025 Updated ewmh specification URL (the old was 404)
4026 Added URL to ICCCM 2.0 manual
4028 * modules/FvwmAnimate/FvwmAnimate.c:
4029 corrected delay for Zoom3D animation effect
4031 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
4032 * modules/FvwmConsole/FvwmConsole.1.in:
4033 replaced all `Cntl' modificator key mentions with `Ctrl' to be
4034 consistent with rest of the documentation and because it's more
4035 conventional abbreviation.
4037 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4038 slightly clarified the `StartName' option description
4039 added the undocumented `MailDir' option description. Somebody
4040 violated section `K' of the convention list.
4043 * fvwm/ConfigFvwmSetup:
4044 * modules/FvwmForm/FvwmForm.1.in:
4045 * modules/FvwmForm/FvwmForm-Rlogin:
4046 * sample.fvwmrc/system.fvwm2rc:
4047 * sample.fvwmrc/system.fvwm2rc-sample-1:
4048 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
4049 inherently insecure. We shouldn't teach our users bad things,
4056 * bin/fvwm-config.1.in:
4057 * bin/fvwm-menu-headlines.1:
4058 * bin/fvwm-menu-headlines.in:
4059 * bin/fvwm-perllib.in:
4060 * bin/fvwm-root.1.in:
4066 * libs/PictureGraphics.c:
4068 * modules/FvwmBacker/FvwmBacker.1.in:
4069 * modules/FvwmDebug/FvwmGtkDebug.in:
4070 * modules/FvwmDebug/FvwmGtkDebug.1:
4071 * modules/FvwmEvent/FvwmEvent.1.in:
4072 * modules/FvwmForm/FvwmForm.1.in:
4073 * modules/FvwmIconMan/xmanager.c:
4074 * modules/FvwmIdent/FvwmIdent.c:
4075 * modules/FvwmIdent/FvwmIdent.1.in:
4076 * modules/FvwmPerl/FvwmPerl.in:
4077 * modules/FvwmPerl/FvwmPerl.1:
4078 * modules/FvwmScript/FvwmScript.1.in:
4079 * modules/FvwmScript/Widgets/Menu.c:
4080 * modules/FvwmTabs/ConfigFvwmTabs:
4081 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
4082 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
4083 * modules/FvwmTheme/FvwmTheme.1.in:
4084 * perllib/FVWM/Module/Tk.pm:
4085 * perllib/FVWM/Tracker.pm:
4086 * perllib/FVWM/Module.pm.in:
4089 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4091 * fvwm/style.c (style_parse_focus_policy_style):
4092 fix ISO C90 compability with unconsumed styleoption warnings
4094 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4096 * fvwm/events.c (HandlePropertyNotify):
4097 fix for bug 1557/3950 (possible free of Untilted constant or
4098 already used name (if app reset the name already given to them))
4100 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4102 * fvwm/focus.c (__activate_window_by_command)
4103 (warp_to_fvwm_window):
4105 * fvwm/builtins.c (CMD_CursorMove):
4106 set last pointer event position after warping the pointer
4109 * libs/FEvent.c (FWarpPointerUpdateEvpos):
4112 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4114 * acinclude.m4 (AM_PATH_GTK):
4116 (AM_PATH_GDK_IMLIB):
4120 fixed to cope with 4 digit version numbers
4122 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4125 * fvwm/style.c (parse_and_set_window_style)
4126 (style_parse_one_style_option):
4127 (style_parse_icon_fill_style)
4128 (style_parse_icon_grid_style):
4129 (style_parse_icon_box_style)
4130 (style_parse_icon_size_style):
4131 (style_parse_focus_policy_style)
4132 (style_parse_button_style):
4133 warn if parts of style options are not consumed
4135 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4137 * fvwm/menuitem.c (menuitem_paint):
4138 use the MenuColorset in all cases if TitleColorset is not given
4140 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4142 * fvwm/style.c (style_parse_one_style_option):
4143 * fvwm/placement.c (__place_get_wm_pos):
4144 (__explain_placement):
4145 new placement style UnderMousePlacement
4147 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4150 * fvwm/fvwm.1.in (EdgeScroll):
4151 * fvwm/virtual.c (CMD_EdgeScroll):
4152 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
4153 added wrap/wrapx/wrapy option to EdgeScroll
4155 2006-02-10 Mikhael Goikhman <migo@homemail.com>
4158 spell check the whole file (dozens of typos)
4160 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4162 * fvwm/module_interface.c (do_execute_module):
4163 removed accidentally committed FVWM_MODULE_ALIAS patch
4165 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4167 * fvwm/module_interface.c (do_execute_module):
4168 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4170 * fvwm/menus.c (size_menu_horizontally):
4171 fix for drawing menus with sidepic on the right
4173 * libs/Flocale.c (FlocaleFontStructDrawString):
4174 (FlocaleDrawString):
4175 set the foreground colour before drawing a string
4178 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4181 (menustyle_parse_style):
4183 * fvwm/menus.c (calculate_item_sizes):
4184 (size_menu_vertically):
4185 (UpdateMenuColorset):
4186 * fvwm/menuitem.c (menuitem_paint):
4187 Applied patch by David Maciver
4188 new menu styles TitleColorset, HilightTitleBack and TitleFont
4190 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4193 * libs/Module.c (ParseModuleArgs):
4194 added variable "namelen" to ModuleArgs struct
4196 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4199 removed duplicate declaration
4201 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4203 * fvwm/fvwm.c (main):
4204 replaced previous patch with a better one
4206 * fvwm/virtual.c (unmap_window):
4207 * fvwm/menus.c (do_menu):
4208 * fvwm/events.c (fake_map_unmap_notify):
4210 * fvwm/add_window.c (MappedNotOverride):
4211 Added XFlush after XSelectInput
4213 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4216 * fvwm/fvwm.c (main):
4217 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4219 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4223 increased version to 2.5.17
4228 updated for 2.5.16 release
4230 * acinclude.m4 (CHECK_LIBCHARSET):
4233 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4235 * fvwm/functions.c (execute_complex_function):
4236 print a message to the console instead of ringing the bell when a
4239 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4242 fixed typo (NEWS still said 2.5.15)
4244 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4248 increased version to 2.5.16
4253 updated for 2.5.15 release
4255 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4257 * fvwm/move_resize.c (GetOnePositionArgument):
4259 new option "screen" to Move type commands
4261 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4263 * acinclude.m4 (smr_SWITCH):
4266 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4269 restore requirement of automake-1.4; 1.8 is too new even for my system
4271 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4275 renamed configure.in to configure.ac
4278 some updates for new autoconf/automake versions
4285 require autoconf-2.53 or later
4287 * Makefile.am (AUTOMAKE_OPTIONS):
4288 require automake-1.8 or later
4291 check for X library path before X library checks
4292 removed obsolete C++ compiler check
4293 removed duplicate type size checks
4294 replaced M4 comment ("dnl") with shell comment ("#") in many places
4297 fixed aclocal warnings
4299 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4301 * fvwm/style.c (style_parse_button_style):
4302 corrected typo in error message, and made errorous buttons not apply
4303 (style_parse_one_style_option):
4304 changed NoButton to use style_parse_button_style
4306 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4309 new fix for incompatible pointer type warning with gcc 3.4.
4311 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4318 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4321 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4326 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4328 * fvwm/frame.c (frame_free_move_resize_args):
4329 fixed drawing of transparent decorations or when using lazy shading
4332 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4335 * libs/fvwmsignal.c:
4339 * fvwm/ewmh_names.c:
4340 * libs/CombineChars.c:
4346 * libs/PictureUtils.c:
4351 * libs/safemalloc.c:
4354 do not #include stdlib.h (comes from config.h)
4357 do not #include string.h (comes from config.h)
4360 fixed detection of string.h/strings.h
4362 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4364 * libs/Fft.c (FftGetFont):
4365 fixed compiler warning with gcc 3.4.4
4367 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4369 * fvwm/menuitem.c (menuitem_paint):
4370 properly undraw unselected item area
4372 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4374 * fvwm/menuitem.c (menuitem_paint):
4375 * fvwm/menus.c (get_menu_paint_item_parameters)
4376 (get_menu_paint_item_parameters):
4378 fixed text offset of menu items with icons but with an item format that
4380 (size_menu_horizontally):
4381 allow sidepic to be placed in the middle of menu items; this is better
4382 than ignoring the item format completely but does not draw the items
4385 * fvwm/menus.c (__mloop_handle_event):
4387 fixed delayed menu drawing issue
4389 do not draw the selected menu item before the menu is drawn for the
4391 (repaint_transparent_menu):
4394 don't call get_menu_paint_item_parameters when the result is not used
4395 (get_menu_paint_item_parameters):
4397 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4399 * fvwm/ewmh.h (EWMH_CMD_Style):
4400 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4401 * fvwm/style.c (style_parse_one_style_option):
4402 Added support for inverting boolean EWMH styles with !.
4407 * fvwm/window_flags.h:
4408 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4409 * fvwm/ewmh.c (ewmh_HandleWindowType):
4411 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4413 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4415 * fvwm/icons.c (GetIconWindow):
4416 * fvwm/fvwm.h (FvwmWindow):
4417 * fvwm/events.c (__handle_cr_on_icon):
4418 properly handle icon border width; fixes an xterm active icon loop
4420 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4422 * fvwm/borders.c (border_draw_one_border_part):
4423 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4426 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4428 * fvwm/menustyle.c (menustyle_copy_face):
4430 (menustyle_free_face):
4432 (menustyle_parse_style):
4433 use new functions and fix a bug
4438 removed empty files colors.c and colors.h
4440 * fvwm/colors.c (CopyColor):
4442 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4445 * fvwm/frame.c (frame_reshape_border):
4448 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4450 * fvwm/menustyle.c (menustyle_copy_face):
4451 separated from menustyle_copy; color copies are reallocated.
4455 color copies are reallocated.
4457 * fvwm/colors.c (CopyColor):
4458 * fvwm/colors.h (CopyColor):
4461 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4463 * fvwm/move_resize.c (__resize_window):
4464 fix for not being able to finish resize with mouse when resizing on
4465 click with modifiers active. (intruduced with 'removed duplicate
4466 pointer query' at sep 29)
4470 * fvwm/menustyle.c (menustyle_parse_style):
4471 made style pairs negatable with '!' prefix
4472 ActiveForeOff and HilightBackOff frees colors used.
4474 * fvwm/menustyle.c (menustyle_copy):
4475 fix for freeing color from sorce instead of destination.
4477 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4479 * fvwm/functions.c (__execute_function):
4480 fixed an error in yesterdays patch to complex fuctions. the commands
4481 pressed window were not retored correctly after running move functions
4482 without it, and functions would be run twice.
4484 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4487 added NoLayer to list of allowed options for WindowList command
4488 fixed grammar of test-conditions list. formatting fixes for
4489 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4493 * fvwm/functions.c (__execute_function)
4494 (__run_complex_function_items):
4495 (execute_complex_function):
4496 fix for moving/resizing reference window usage with complex functions.
4498 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4500 * fvwm/move_resize.c (__move_loop):
4501 reimplemented a fix for the place with keyboard setting a button as
4502 used for place bug; this time without breaking escape key.
4504 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4506 * fvwm/move_resize.c (__move_loop):
4507 removed the previous patch as it breaks aborting window motion with the
4510 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4512 * fvwm/move_resize.c (__move_loop):
4513 fixed bug where finishing movment with keyboard would set a random
4514 button as used for placement.
4516 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4519 * fvwm/frame.c (frame_setup_border):
4520 reverted change for move of window parts (reset of PressedW).
4522 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4524 * fvwm/frame.c (frame_setup_border):
4527 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4530 * fvwm/move_resize.c (__resize_window):
4531 removed duplicate pointer query for enter/leave notify events.
4532 resizing of shaded windows in the shaded direction no longer
4533 results in bogus ref points.
4535 * fvwm/frame.c (frame_setup_border):
4536 reset PressedW if the part has moved. This prevents strange
4537 ref points in resize if called from some complex functions.
4539 * fvwm/frame.c (frame_create_move_resize_args):
4540 shaded windows use get_client_geometry for client geometry.
4542 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4546 * fvwm/fvwm.h (window_flags):
4547 (WindowConditionMask):
4549 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4552 * fvwm/session.c (_match):
4555 * fvwm/conditional.c (MatchesConditionMask):
4556 (CreateConditionMask):
4557 * fvwm/add_window.c (setup_window_structure):
4558 * fvwm/move_resize.h (placement_binding):
4559 * fvwm/move_resize.c (__move_loop):
4560 (placement_binding):
4561 * fvwm/bindings.c (ParseBinding):
4562 * libs/wcontext.c (win_contexts):
4563 * libs/wcontext.h (enum):
4565 Added placement context for simple mouse bindings to allow
4566 specification of buttons to finish/cancel movment. Buttons >3
4567 may now be used to place windows.
4568 Replaced window flag placed_wb3 with placed_by_button
4569 FvwmWindow member. Added window condition PlacedByButton.
4571 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4575 * fvwm/menustyle.h (enum):
4579 (ST_SCROLL_OFF_PAGE):
4580 (MST_SCROLL_OFF_PAGE):
4581 * fvwm/menustyle.c (menustyle_copy):
4582 (menustyle_get_styleopt_index):
4583 (menustyle_parse_style):
4585 * fvwm/menus.c (menuShortcuts):
4587 (__mloop_handle_event):
4588 (menu_get_outer_geometry):
4591 added MouseWheel and ScrollOffPage menu styles
4593 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4596 * fvwm/menus.c (append_item_to_menu):
4597 fixed bug #1121: Use of pointer without checking for NULL
4599 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4602 * fvwm/expand.c (expand_vars):
4603 warn on usage of obsolete one-letter variables
4605 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4609 * fvwm/expand.c (expand_vars_extended):
4611 allow nesting of variables
4613 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4615 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4616 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4620 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4622 * fvwm/borders.c (border_draw_one_border_part)
4623 (border_draw_all_border_parts):
4624 fix the previous patch to work with title-less windows too
4626 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4628 * fvwm/borders.c (border_draw_one_border_part)
4629 (border_draw_all_border_parts):
4630 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4631 windows to make the borders look homogeneous (based on the patch of
4634 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4640 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4641 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4643 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4647 increased version to 2.5.15
4652 updated for 2.5.14 release
4654 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4655 (ewmh_WMStateSkipTaskBar):
4656 (ewmh_WMStateSkipPager):
4657 (ewmh_WMStateModal):
4658 fixed several ewmh-hints
4660 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4663 fix TestRc example error, s/Any/All/
4665 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4670 * fvwm/conditions.c (MatchesConditionMask):
4671 (CreateConditionMask):
4672 added FixedPosition condition
4674 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4676 * fvwm/virtual.c (HandlePaging):
4677 use FQueryPointer every time to track the pointer position; this fixes
4678 fvwm hanging in HandlePaging for the given delay once the pointer
4679 touches the pan frames
4681 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4683 * fvwm/session.c (SaveWindowStates):
4686 save and restore the default layer during a restart
4688 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4690 * fvwm/conditional.c (CMD_Test):
4692 rename previously added Test conditions to EnvIsSet and EnvMatch,
4693 tweak the logic when the variable is set, but empty
4695 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4697 * fvwm/conditional.c (CMD_Test):
4699 added test conditions EdgeHasPointer and EdgeIsActive
4701 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4703 * fvwm/virtual.c (raisePanFrames):
4704 prevent cycling of pan frame window stacking order
4706 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4708 * fvwm/conditional.c (CMD_Test):
4710 add Test conditions IsEnvSet and MatchEnv
4712 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4714 * fvwm/menus.c (pop_menu_up):
4715 * fvwm/menustyle.c (menustyle_copy):
4716 two fixes by Viktor Griph
4718 * fvwm/events.c (HandleEvents):
4719 simplify the style list if there is nothing else to do
4721 * fvwm/style.c (__simplify_style_list):
4722 (styles_have_same_id):
4723 (style_id_equals_id):
4724 (style_ids_are_equals):
4726 (remove_all_of_style_from_list):
4727 (one_fw_can_match_both_ids):
4728 pass pointers instead of the whole style structure
4729 (__simplify_style_list):
4730 fixed memory leak and tweaked the code
4732 * libs/Strings.c (CatString3):
4733 fixed a buffer overflow
4735 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4738 detect if Window, Pixel or void * are bigger than long and refuse to
4741 * libs/vpacket.h (ConfigWinPacket):
4742 * fvwm/windowshade.c (CMD_WindowShade):
4743 * fvwm/virtual.c (MoveViewport):
4746 (CMD_GotoDeskAndPage):
4747 * fvwm/update.c (apply_window_updates):
4748 * fvwm/stack.c (BroadcastRestack):
4751 * fvwm/icons.c (DeIconify):
4753 * fvwm/geometry.c (broadcast_icon_geometry):
4754 * fvwm/events.c (HandleEnterNotify):
4756 (HandleLeaveNotify):
4758 (HandleMapRequestKeepRaised):
4759 * fvwm/add_window.c (destroy_window):
4760 * fvwm/module_interface.c (SendFvwmPicture)
4761 (BroadcastFvwmPicture):
4762 (CMD_Send_WindowList):
4763 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4764 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4767 * fvwm/virtual.c (GetDeskNumber):
4768 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4769 around the given desk range with a relative desk
4771 * fvwm/focus.c (focus_grab_buttons_on_layer):
4777 reindented some code and renamed some variables
4779 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4781 * fvwm/events.c (__check_click_to_focus_or_raise):
4784 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4786 * FvwmIconMan/xmanager.c (set_win_iconified):
4787 fixed select/focus button state lost when deiconifying a window
4789 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4791 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4794 * libs/Colorset.c (get_aspect_dimensions):
4795 fixed aspectpixmap size calculations
4797 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4799 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4802 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4803 (ewmh_CurrentDesktop):
4804 (ewmh_DesktopGeometry):
4805 (ewmh_NumberOfDesktops):
4807 (ewmh_WMIconGeometry):
4808 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4809 print error messages for broken gnome client messages
4811 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4812 removed duplicate call of execute_function_override_window
4814 * fvwm/stack.c (new_layer):
4815 fixed a hang if a window sets an layer < 0 via gnome hints
4817 * fvwm/add_window.c (GetWindowSizeHints):
4818 * fvwm/misc.c (fvwm_msg_report_app):
4819 (fvwm_msg_report_app_and_workers):
4820 new utility functions
4822 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4824 * fvwm/stack.c (dump_stack_ring):
4825 (verify_stack_ring_consistency):
4826 * fvwm/module_interface.c (HandleModuleInput):
4827 * fvwm/events.c (__cr_detect_icccm_move):
4828 * fvwm/style.c (print_styles):
4831 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4833 * libs/FlocaleCharset.c:
4834 support euc-jp encodings (Yasuhiro Nakazaki)
4836 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4838 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4839 * fvwm/ewmh_names.c (EWMH_WMName):
4841 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4842 (EWMH_SetNumberOfDesktops):
4843 (EWMH_SetDesktopViewPort):
4844 (EWMH_SetDesktopGeometry):
4845 (EWMH_SetWMDesktop):
4847 (EWMH_SetFrameStrut):
4849 * fvwm/gnome.c (AtomGet):
4851 (GNOME_GetHintIcons):
4852 (GNOME_GetHintLayer):
4853 (GNOME_GetHintState):
4854 (GNOME_GetExpandedSize):
4855 (GNOME_SetAreaCount):
4856 (GNOME_SetCurrentArea):
4857 (GNOME_SetDeskCount):
4858 (GNOME_SetCurrentDesk):
4859 (GNOME_SetCurrentDesk):
4862 (CMD_GnomeShowDesks):
4866 * libs/fsm.c (GetClientID):
4867 (set_session_manager):
4868 * fvwm/session.c (GetClientID):
4869 * fvwm/fvwm.h (FvwmWindow):
4870 * fvwm/colorset.c (get_root_pixmap):
4871 * fvwm/add_window.c (FetchWmProtocols):
4872 * libs/FTips.c (__initialize_window):
4873 * fvwm/icccm2.c (convertProperty)
4874 (icccm2_handle_selection_request)
4875 * fvwm/fvwm.c (SetMWM_INFO):
4878 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4880 * fvwm/move_resize.c (GetOnePositionArgument):
4881 don't use the unportable fuction rintf()
4883 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4887 increased version to 2.5.14
4893 updated for 2.5.13 release
4895 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4897 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4898 fixed drawing of relief with very small rectangles, i.e. when
4899 line_width * 2 > height or width
4901 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4903 * NEWS: fvwm-menu-desktop changes.
4905 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4907 * fvwm/placement.c (get_next_x):
4908 fixed collision detection of windows on pages other than the current
4909 one during placement
4911 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4913 * fvwm/move_resize.c (__resize_window):
4914 Fixed interactive resize (reduction) via the bottom border
4919 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4923 Spelling fix contition -> condition
4925 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4927 * fvwm/style.c (style_ids_are_equals):
4928 (style_id_equals_id):
4929 (styles_have_same_id):
4930 (fw_match_style_id):
4931 (one_fw_can_match_both_ids):
4932 (cleanup_style_defaults):
4933 * libs/fsm.c (fprintfhex):
4935 * libs/FGettext.c (fgettext_free_fgpath_list):
4936 * libs/Parse.c (_get_suffixed_integer_arguments):
4937 * libs/Graphics.c (AllocNonlinearGradient):
4938 * libs/PictureUtils.c (build_mapping_table):
4944 * libs/FRenderInit.c:
4945 include own header file
4947 * libs/System.c (getFileStamp):
4948 * libs/Fft.c (FftPDumyFunc):
4949 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4952 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4954 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4957 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4959 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4961 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4963 * fvwm/conditional.c (Circulate):
4964 added tests for fw == Scr.FvwmRoot again to fix a crash
4966 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4968 * AUTHORS: New author, FvwmScript patch.
4970 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4972 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4973 * AUTHORS: s/Hover/Active/
4975 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4977 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4978 avoid dump with empty key/mouse binding command.
4979 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4980 Checked all other uses of PeekToken in fvwm dir.
4982 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4984 * fvwm/session.c (matchWin):
4986 On restarts compare window ids only. Base our matching decision on
4987 window role only if we have a client id.
4989 * fvwm/move_resize.c (GetOnePositionArgument):
4990 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4991 float values to nearest int
4993 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4996 * fvwm/move_resize.c (CMD_Maximize):
4997 Applied Arnaud Vrac patch which fixes maximize by growing vs
5000 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5002 * fvwm/builtins.c (do_button_style):
5003 ButtonStyle Reset takes effect immediately
5005 2004-12-08 Dan Espen <dane@mk.telcordia.com>
5007 * fvwm/fvwm.1.in: lang check.
5009 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
5012 Really commit EWMHUseStackingOrderHints documentation update
5014 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
5017 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
5020 FvwmIconMan new options
5022 * libs/FTips.c (new file):
5023 * libs/FTips.h (new file):
5026 Added a set of functions for implementing tool tips
5028 2004-11-30 Dan Espen <dane@mk.telcordia.com>
5030 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
5032 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5034 * fvwm/menus.c (__mloop_get_event):
5035 * fvwm/functions.c (execute_complex_function):
5036 * fvwm/add_window.c (AddWindow):
5037 * fvwm/module_interface.c (ExecuteModuleCommand):
5038 * fvwm/move_resize.c (__move_loop):
5040 properly set the "state" member of faked motion and key events;
5041 fixes broken "nosnap" feature
5043 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5045 * fvwm/bindings.c (ParseBinding):
5047 * libs/Bindings.c (bindingAppliesToWindow):
5048 (__compare_binding):
5049 * fvwm/module_interface.c (CMD_ModuleSynchronous):
5050 * fvwm/builtins.c (CMD_Wait):
5052 * fvwm/events.c (__handle_bpress_on_root):
5053 (HandleButtonRelease):
5054 fixed crash in window specific binding code
5055 fixed handling of root window in window specific binding code
5056 renamed some functions
5058 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5060 * fvwm/focus.c (__update_windowlist):
5061 replaced while loop by for loop
5063 * fvwm/style.c (style_destroy_style):
5064 * fvwm/conditional.c (Circulate):
5065 removed useless check whether fw == &Scr.FvwmRoot
5067 * fvwm/icons.c (DeIconify):
5068 defused possible endless loop when a window iconified by the
5069 transientfor window loses the "transient" relationship
5071 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5073 * fvwm/move_resize.c (__move_loop):
5075 fixed overwriting the initial button_mask during move/resize
5077 * fvwm/menus.c (__mloop_handle_action_with_mi):
5078 do not "post" a submenu menu item it the submenu does not exist
5080 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5082 * fvwm/events.c (__handle_bpress_on_managed):
5083 do not draw the decorations pressed in if executing a function is
5086 * libs/Parse.c (CopyToken):
5087 fixed parsing of delimiters
5089 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5091 * fvwm/virtual.c (GetDeskNumber):
5092 fixed MoveToDesk without argument
5094 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5097 re-formatted and some spelling corrections
5099 * fvwm/colorset.c (CMD_CleanupColorsets):
5101 * fvwm/builtins.c (CMD_Colorset):
5102 (CMD_CleanupColorsets):
5103 moved functions to colorset.c
5105 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5107 * libs/Parse.c (CopyToken):
5108 skip any whitespace before a delimiter; this allows to have spaces
5109 before the commas in an option list
5111 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5113 * fvwm/frame.c (frame_reshape_border):
5114 re-shaping shaded windows no longer unshades them
5115 re-shaping unshaded windows on pages other than 0 0 no longer moves
5116 them out of the current page
5118 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5120 * fvwm/events.c (__cr_detect_icccm_move):
5121 * fvwm/screen.h (ScreenInfo):
5122 * fvwm/builtins.c (CMD_BugOpts):
5123 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
5125 * fvwm/move_resize.c (__move_loop):
5127 query the pointer position in the move loop when an
5128 EnterNotify/LeaveNotify event arrives; same change in resize loop.
5132 increased version to 2.5.13
5138 updated for 2.5.12 release
5140 * fvwm/frame.c (frame_create_move_resize_args):
5141 fixed xemacs growing or shrinking when title height changed; this was
5142 caused by calculating the old client window geometry using the new
5143 title dimensions; query the window size instead
5145 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5147 * fvwm/events.c (test_map_request):
5148 (test_button_event):
5149 (test_typed_window_event):
5150 (test_resizing_event):
5151 (__predicate_button_click):
5152 (__merge_cr_moveresize):
5153 (HandleUnmapNotify):
5154 (flush_property_notify):
5155 (is_resizing_event_pending):
5156 (__test_for_motion):
5157 use type XPointer for last argument of predicate procedures for
5158 XCheckPeekIfEvent and XCheckIfEvent, not char *
5159 (HandleUnmapNotify):
5162 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5164 * fvwm/window_flags.h:
5165 removed useless and broken SETM_ macros
5167 * fvwm/update.c (init_style):
5168 fixed resetting user states
5170 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5172 * libs/envvar.c (add_to_envlist):
5175 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5177 * fvwm/builtins.c (CMD_UnsetEnv):
5180 * libs/envvar.c (flib_unsetenv):
5184 split in ftwo functions
5187 check for unsetenv function
5189 * fvwm/builtins.c (CMD_SetEnv):
5190 assume an empty value if no value is given
5192 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5201 * perllib/FVWM/Commands.pm:
5202 new command EdgeLeaveCommand
5204 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5211 increased version to 2.5.12
5216 updated for 2.5.11 release
5218 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5220 * fvwm/geometry.c (get_page_offset):
5221 (get_page_offset_rectangle):
5222 (get_absolute_geometry):
5225 * fvwm/virtual.c (CMD_GotoPage):
5226 * fvwm/move_resize.c (__move_window):
5227 * fvwm/virtual.c (CMD_GotoPage):
5228 (get_page_arguments):
5229 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5232 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5234 * libs/Flocale.c (FlocaleGetNameProperty):
5235 fixed freeing uninitialized pointer
5237 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5239 * fvwm/conditional.c (select_cmd):
5243 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5244 WindowId and Direction commands; fixes break from these commands
5246 * fvwm/geometry.c (get_shaded_geometry):
5247 shading geometry fix for windows without decoration
5249 * libs/FScreen.c (XineramaQueryExtension):
5250 fixed xinerama crash
5252 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5255 Parse man pages with config.status so man pages have correct date.
5256 Man pages also specify FVWM version that they relate to.
5259 * bin/fvwm-config.1:
5260 * bin/fvwm-convert-2.2.1:
5261 * bin/fvwm-convert-2.4.1:
5262 * bin/fvwm-convert-2.6.1:
5263 * bin/fvwm-menu-desktop.1:
5265 * modules/FvwmAnimate/FvwmAnimate.1:
5266 * modules/FvwmAuto/FvwmAuto.1:
5267 * modules/FvwmBacker/FvwmBacker.1:
5268 * modules/FvwmBanner/FvwmBanner.1:
5269 * modules/FvwmButtons/FvwmButtons.1:
5270 * modules/FvwmCommand/FvwmCommand.1:
5271 * modules/FvwmConsole/FvwmConsole.1:
5272 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5273 * modules/FvwmCpp/FvwmCpp.1:
5274 * modules/FvwmDragWell/FvwmDragWell.1:
5275 * modules/FvwmEvent/FvwmEvent.1:
5276 * modules/FvwmForm/FvwmForm.1:
5277 * modules/FvwmGtk/FvwmGtk.1:
5278 * modules/FvwmIconBox/FvwmIconBox.1:
5279 * modules/FvwmIconMan/FvwmIconMan.1:
5280 * modules/FvwmIdent/FvwmIdent.1:
5281 * modules/FvwmM4/FvwmM4.1:
5282 * modules/FvwmPager/FvwmPager.1:
5283 * modules/FvwmProxy/FvwmProxy.1:
5284 * modules/FvwmRearrange/FvwmRearrange.1:
5285 * modules/FvwmSave/FvwmSave.1:
5286 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5287 * modules/FvwmScript/FvwmScript.1:
5288 * modules/FvwmScroll/FvwmScroll.1:
5289 * modules/FvwmTaskBar/FvwmTaskBar.1:
5290 * modules/FvwmTheme/FvwmTheme.1:
5291 * modules/FvwmWharf/FvwmWharf.1:
5292 * modules/FvwmWinList/FvwmWinList.1:
5293 These man pages were renamed to have a .in suffix.
5294 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5296 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5298 * fvwm/placement.c (__place_window):
5299 fixed starting desk output with bugopts explainwindowplacement
5301 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5303 * fvwm/eventhandler.h:
5304 * fvwm/events.c (InitEventHandlerJumpTable):
5308 Fixed window specific bindings "patch" by sending key release event
5311 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5315 * fvwm/move_resize.c:
5319 * fvwm/decorations.c:
5323 * fvwm/add_window.c:
5326 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5327 it with NUMBER_OF_MOUSE_BUTTONS
5329 * fvwm/style.c (style_parse_focus_policy_style):
5330 * fvwm/focus_policy.h:
5331 * libs/Bindings.c (GrabWindowButton):
5332 * fvwm/bindings.c (bind_get_bound_button_contexts):
5334 * fvwm/events.c (WaitForButtonsUp):
5335 * fvwm/style.c (style_parse_focus_policy_style):
5336 * fvwm/builtins.c (__fake_event):
5337 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5338 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5340 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5343 put -Wall -Wno-implicit-int before user specified flags
5346 Applied below patch again. It didn't make it to CVS (?)
5348 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5350 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5352 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5355 cleaned up ifdef hell
5358 fixed solaris xinerama test
5360 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5364 * libs/FScreen.c (solaris_XineramaQueryScreens):
5365 Solaris Xinerama support.
5368 Patch by Chris Ross.
5370 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5372 * fvwm/events.c (__handle_cr_on_client):
5373 don't reevaluate window geometry when a ConfigureRequest has no size or
5376 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5378 * fvwm/menus.c (get_menu_options):
5380 new menu option TearOffImmediately
5382 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5384 * fvwm/placement.c (__place_get_wm_pos):
5385 cascade placemnt fix by Paul Vojta
5387 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5389 * fvwm/geometry.c (constrain_size):
5390 Don't touch the aspect ratio if modifying the width/height does not
5391 improve the situation
5393 * fvwm/frame.c (frame_free_move_resize_args):
5394 (__frame_setup_window):
5395 (frame_update_hidden_window_pos):
5396 (frame_mrs_resize_move_windows):
5397 (frame_create_move_resize_args):
5398 * fvwm/move_resize.c (__resize_window):
5399 some event handling fixes
5401 * fvwm/geometry.c (constrain_size):
5402 look up the latest size hints if necessary
5404 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5406 * fvwm/geometry.c (constrain_size):
5407 * fvwm/ewmh.c (EWMH_fullscreen):
5408 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5409 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5410 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5411 * fvwm/fvwm.h (window_flags_t):
5412 allow windows to override their size hints when going fullscreen:
5413 minimum and maximum size, size inc, aspect ratio, etc.
5415 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5417 * fvwm/decorations.c (struct):
5418 MWM hints on 64 bit machines fix
5420 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5422 * fvwm/fvwm.1.in (Note):
5423 * fvwm/read.c (CMD_Read):
5425 the Read and PipeRead commands have a return code
5427 * fvwm/read.c (run_command_stream):
5432 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5434 * fvwm/move_resize.c (GetResizeArguments):
5436 fixed parsing of the frame option to the resize command and the pointer
5437 option to the move command
5439 * fvwm/conditional.c (CMD_None):
5440 Fixed CMD_None return code
5442 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5444 * fvwm/stack.c (is_above_unmanaged):
5445 windows on other Desks are always considered on top
5447 * fvwm/conditional.c (CreateConditionMask):
5448 (MatchesConditionMask):
5449 * fvwm/fvwm.h (WindowConditionMask):
5450 new condition Overlapped
5453 inproved strings.h / sring.h iclusion logic
5455 * libs/PictureUtils.c (finish_ct_init):
5456 (PictureInitColors):
5457 use flib_putenv instead of putenv
5459 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5462 * libs/gravity.h (enum):
5463 * libs/wcontext.h (enum):
5466 * fvwm/fvwm.c (StartupStuff):
5467 do not ungrab the pointer while the startup functions execute
5469 ungrab the pointer only after executing the RestartFunction or
5470 ExitFunciton. Otherwise these functions may not be executed if some
5471 other application grabs the pointer.
5474 * fvwm/conditional.c (CreateConditionMask):
5475 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5476 new condition AnyScreen
5479 * fvwm/builtins.c (__fake_event):
5480 * fvwm/bindings.c (ParseBinding):
5481 removed C++ comments
5483 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5486 New options for FvwmButtons module.
5488 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5491 use commas between conditions
5493 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5495 * fvwm/builtins.c (CMD_Wait):
5496 ignore MapNotify reported to any window except the root window
5498 * fvwm/module_interface.c (CONFIGARGS):
5499 correct number of CONFIGARGS arguments
5501 * libs/vpacket.h (ConfigWinPacket):
5502 frame_x and frame_y are signed
5504 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5506 * fvwm/conditional.c:
5510 Committed patch by Norman Yarvin (with a few minor mods) to extend
5511 conditionals to handle multiple window names.
5513 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5515 * fvwm/module_interface.c (CONFIGARGS):
5516 * libs/vpacket.h (ConfigWinPacket):
5517 put window_flags at end of structure
5519 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5521 * fvwm/module_interface.c (CONFIGARGS):
5526 removed old module interface
5529 * libs/vpacket.h (ConfigWinPacket):
5532 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5534 * fvwm/execcontext.c (__exc_change_context):
5535 fixed handling of etrigger event, fixing a problem with PropertyNotify
5536 events during resizing and possibly other problems too
5538 * fvwm/add_window.c (RestoreWithdrawnLocation):
5539 fixed travelling windows if application changed gravity hint before
5542 * fvwm/frame.c (combine_decor_gravities):
5543 (combine_gravities):
5545 (frame_restore_client_gravities):
5546 fixed window gravity after resize
5548 * libs/FEvent.c (FPeekEvent):
5550 (FCheckPeekIfEvent):
5551 fixed some event handling bugs
5553 * fvwm/conditional.c (CMD_Test):
5555 corrected use of Bool types
5557 simplified, fixed compilation
5559 use int as return type
5561 * libs/Ficonv.c (convert_charsets):
5564 * libs/Ficonv.c (convert_charsets):
5565 * acinclude.m4 (ICONV_SECOND_ARG):
5566 rewrote iconf configure test to save an ifdef
5568 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5574 Allow user to specify window-specific bindings that should NOT be
5575 intercepted by FVWM. This is accomplished with an '--' binding action.
5577 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5579 * fvwm/move_resize.c (__resize_window):
5580 Fixed event handling
5582 * fvwm/virtual.c (HandlePaging):
5583 removed check for leave events on pan frames; better query the pointer
5586 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5589 * fvwm/conditional.c:
5590 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5592 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5594 * fvwm/move_resize.c (GetResizeArguments):
5595 (GetResizeMoveArguments):
5598 (__resize_get_refpos):
5599 (__resize_get_dir_proximity):
5600 (__resize_get_dir_from_window):
5601 implemented fluxbox-like Alt-Button3 resizing
5603 * fvwm/virtual.c (HandlePaging):
5604 * fvwm/events.c (__merge_cr_moveresize):
5605 (__test_for_motion):
5606 (flush_property_notify):
5607 do not use XPutBackEvent as it shuffles events on the queue
5608 (test_button_event):
5609 (test_typed_window_event):
5612 * libs/FEvent.c (fev_get_evpos_or_query):
5613 take pointer position from EnterNotify and LeaveNotify events
5615 * fvwm/move_resize.c (__move_loop):
5616 fixed multiple paging with certain SnapGrid / Move interactions
5619 * fvwm/virtual.c (HandlePaging):
5620 Workaround for buggy XFree not delivering some Pointer events
5623 * fvwm/virtual.c (MoveViewport):
5624 don't eat MotionNotify events
5626 * libs/FEvent.c (fev_get_last_event):
5635 (FCheckWindowEvent):
5636 (FCheckTypedWindowEvent):
5640 keep a copy of the previous event in case FPutBackEvent is called
5642 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5645 Indicate optional window argument in section headings for
5646 Key, Mouse, PointerKey & Stroke commands.
5647 Remove strange "-Key" option listed for PointerKey.
5649 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5651 * libs/Fft.c (FftDrawString):
5652 * fvwm/session.c (get_version_string):
5653 * fvwm/module_interface.c (FlushMessageQueue):
5654 * fvwm/fvwm.c (SaveDesktopState):
5656 * fvwm/colorset.c (cleanup_colorsets):
5657 * libs/PictureUtils.c (struct):
5658 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5660 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5662 * fvwm/events.c (__cr_detect_icccm_move):
5663 windows with ewmh hints are assumed to use icccm2 compliant movement
5665 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5666 (ewmh_WMStateMaxHoriz):
5667 fixed restart/maximized problem
5669 * libs/fvwmsignal.c (fvwmReapChildren):
5670 * fvwm/fvwm.c (ReapChildren):
5671 moved function to lib
5673 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5675 * fvwm/modconf.c (send_desktop_geometry):
5678 (send_move_threshold):
5679 (send_ignore_modifiers):
5680 increased static buffer size
5682 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5684 * libs/CombineChars.c (convert_to_ucs2):
5685 Replace illegal UTF-8 character sequences in input
5687 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5690 bugfix: wrong stroke action being invoked.
5692 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5697 Active _last_ matching binding. (ie. same behaviour as before
5698 win-specific bindings patch.)
5699 bugfix: segfault when looking up stroke bindings in root context.
5701 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5707 * fvwm/module_interface.c:
5710 * modules/FvwmScript/FvwmScript.c:
5711 * modules/FvwmScript/Instructions.c:
5712 Implemented window-specific key/mouse bindings.
5714 * modules/FvwmIconBox/FvwmIconBox.h:
5718 Make args to matchWildcards() const.
5720 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5722 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5724 * fvwm/ewmh.c (EWMH_fullscreen):
5727 * fvwm/add_window.c (AddWindow):
5728 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5730 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5731 (ewmh_WMStateMaxVert):
5732 (ewmh_WMStateShaded):
5733 (ewmh_WMStateSticky):
5734 (ewmh_WMStateStaysOnBottom):
5737 don't try to maximize window when looking up the style
5739 (ewmh_WMStateFullScreen):
5740 (ewmh_WMStateHidden):
5741 (ewmh_WMStateMaxVert):
5742 (ewmh_WMStateModal):
5743 (ewmh_WMStateShaded):
5744 (ewmh_WMStateSkipPager):
5745 (ewmh_WMStateSticky):
5746 (ewmh_WMStateStaysOnBottom):
5747 fixed ignoring ewmh hints
5749 * fvwm/expand.c (expand_vars_extended):
5750 include full path in iconfile and miniiconfile variables
5752 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5754 * fvwm/functions.c (execute_complex_function):
5756 fixed double click patch
5758 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5760 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5761 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5763 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5765 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5768 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5770 * libs/FImage.c (FShmSafeCreateImage):
5771 Yet another fix to SHM remote client problem
5773 2004-05-26 Francis Litterio <franl@world.std.com>
5777 * fvwm/placement.c (__place_get_wm_pos)
5778 * fvwm/style.c (style_parse_one_style_option)
5779 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5781 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5783 * fvwm/events.c (HandleEnterNotify):
5784 fixed endless loop of edge commands when doing something that grabs
5787 * fvwm/functions.c (CheckActionType):
5788 (execute_complex_function):
5789 double clicks no longer work when pressing different buttons
5791 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5793 * fvwm/placement.c (__place_get_wm_pos):
5794 fixed placement in top left corner when pressing escape during manual
5797 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5801 added Chinese translations
5803 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5805 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5808 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5810 * fvwm/conditional.c:
5812 clean up Test code and documentation, add new False condition,
5813 unrecognized conditions produce Error return code now
5815 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5817 * fvwm/style.c: Remove extra char.
5819 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5821 * fvwm/ewmh.c (ewmh_atom_client_win):
5822 * fvwm/ewmh_intern.h:
5823 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5824 (ewmh_MoveResizeWindow):
5825 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5827 * fvwm/events.c (__handle_cr_on_client):
5828 (__handle_configure_request):
5829 (events_handle_configure_request):
5830 Some renaming for consistency, force restacking if the event come from
5833 * fvwm/ewmh_events.c (ewmh_MoveResize):
5834 Fixed _NET_WM_MOVERESIZE
5836 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5839 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5840 (EWMH_SetFrameStrut):
5841 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5843 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5845 * libs/FImage.c (FShmSafeCreateImage):
5846 Finished to fix SHM remote client problem
5848 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5850 * libs/FImage.c (FShmSafeCreateImage):
5851 Fixed when we are a remote client
5853 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5864 new default ~/.fvwm/config file is now recommended instead of
5865 still supported ~/.fvwm/.fvwm2rc
5867 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5869 * fvwm/menus.c (NewMenuRoot):
5870 do not strip whitespace from menu names when creating a new menu
5872 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5874 * fvwm/menuitem.c (menuitem_get_size):
5876 renamed remaining "mips" to mipst
5878 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5880 * fvwm/events.c (HandleMapRequestKeepRaised):
5881 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5882 Fixed EWMH DesktopGeometry and Stacking list
5884 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5886 * fvwm/virtual.c (GetDeskNumber):
5889 fixed MoveToDesk with one argument
5891 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5893 * fvwm/style.c (style_parse_one_style_option):
5895 * fvwm/conditional.c (MatchesConditionMask):
5897 * fvwm/window_flags.h:
5900 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5905 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5907 * fvwm/move_resize.c (unmaximize_fvwm_window):
5908 fixed redrawing of maximize button when unmaximizing but when the size
5909 and position does not change
5911 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5913 * fvwm/expand.c (expand_vars_extended):
5914 new extended variable $[w.layer]
5916 * fvwm/move_resize.c (MaximizeHeight):
5919 applied modified layer patch for maximize by Rafal Bisingier
5921 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5923 * fvwm/add_window.c (setup_frame_attributes):
5924 Hopefully fixed BackingStore code and removed now useless backing store
5927 * fvwm/expand.c (expand_vars_extended):
5928 new extended variable $[w.desk]
5930 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5934 increased version to 2.5.11
5939 updated for 2.5.10 release
5941 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5942 improved rotation code
5944 * libs/gravity.c (gravity_add_rotations):
5947 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5949 * fvwm/placement.c (__explain_placement):
5952 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5955 * fvwm/builtins.c (CMD_BugOpts):
5956 * fvwm/screen.h (ScreenInfo):
5957 new BugOpts option ExplainWindowPlacement
5958 renamed some members of Screen
5960 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5962 * fvwm/placement.c (__place_get_wm_pos):
5963 (__place_get_nowm_pos):
5964 (__place_get_placement_flags):
5966 (__place_handle_x_resources):
5967 (setup_window_placement):
5968 split into multiple functions
5971 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5973 * fvwm/add_window.c (setup_window_placement):
5974 * fvwm/placement.c (setup_window_placement):
5975 moved function to placement.c
5976 fixed using PLACE_AGAIN placement mode
5981 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5983 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5984 allow a negative line_width to invert the relief
5986 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5988 * libs/Flocale.c (FlocaleDrawString)
5989 (FlocaleDrawUnderline)
5991 reduced redundant calls to iconv
5993 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5995 * fvwm/move_resize.c (CMD_XorValue):
5996 fixed a very small outline drawing problem caused by using 0 line width
6001 increased version to 2.5.10
6005 updated for 2.5.9 release
6007 * fvwm/functions.c (execute_function_override_window):
6008 * fvwm/module_interface.c (ExecuteModuleCommand):
6009 * fvwm/conditional.c (circulate_cmd):
6010 sometimes, DeferExecution was called although a window was already
6011 selected, for example with the "Current" commend; fixed
6013 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
6015 * libs/FImage.c (FShmSafeCreateImage):
6016 Fixed some safety tests
6018 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6020 * fvwm/events.c (__handle_cr_on_client):
6021 fixed a bug in the Jave configure request workaround
6023 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6025 * fvwm/events.c (__cr_detect_icccm_move):
6026 improved motion method detection for fullscreen requests
6028 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6030 * fvwm/add_window.c (AddWindow):
6031 * fvwm/screen.h (ScreenInfo):
6032 * fvwm/builtins.c (CMD_BugOpts):
6033 new BugOpts option DisplayNewWindowNames intended for debugging
6035 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6037 * libs/Bindings.c (FvwmStringToKeysym):
6038 small performance enhancement
6040 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
6042 fixed the FlickeringMoveWorkaround option which did nothing before
6044 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6046 * fvwm/style.c (style_parse_one_style_option):
6048 * fvwm/style.h (SIS_UNMANAGED):
6049 * fvwm/add_window.c (AddWindow):
6052 * fvwm/expand.c (expand_vars_extended):
6053 new variables $[w.iconfile] and $[w.miniiconfile]
6055 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
6056 made left side of a relief one pixel longer at the bottom
6058 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6060 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
6061 * fvwm/style.c (style_set_old_focus_policy):
6062 fixed default window list order with ClickToFocus
6064 2004-02-04 Marcus Lundblad <ml@update.uu.se>
6066 * fvwm/libs/Flocale.h:
6067 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
6068 (FlocaleStringByteToCharOffset)
6069 (FlocaleStringCharToByteOffset)
6070 (FlocaleStringCharLength):
6071 Made utility functions available outside of Flocale
6073 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
6075 * fvwm/events.c (__test_for_motion):
6076 Fixed a lockup, see the long comment in the code
6078 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6080 * fvwm/schedule.c (execute_obj_func):
6081 fixed using uninitialised return code
6083 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
6085 * fvwm/builtins.c (do_title_style):
6086 Fixed MinHeight, it must reset the Height
6088 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6090 * fvwm/menus.c (menuShortcuts):
6091 applied menu navigation patch by Anton Kazennikov
6093 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6095 * libs/gravity.c (gravity_dir_to_string):
6096 (gravity_parse_dir_argument):
6097 use a constant for the dir table
6099 2003-12-16 Marcus Lundblad <ml@update.uu.se>
6101 * fvwm/Flocale.c (FlocaleEncodeString)
6102 (FlocaleDrawUnderline):
6103 Fixed crash when there's no Iconv support
6105 2003-12-16 olicha <olivier.chapuis@free.fr>
6108 Used the FUNC_FLAGS_TYPE in find_func_t declaration
6110 * sample.fvwmrc/system.fvwm2rc-sample-95:
6111 Added some Xft fonts
6113 2003-12-12 olicha <olivier.chapuis@free.fr>
6115 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6116 Fixed ewmh FullScreen when an application start fullscreen and
6117 desactivate this state
6119 2003-12-04 olicha <olivier.chapuis@free.fr>
6121 * fvwm/placement.c (test_fit):
6123 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
6124 (EWMH_GetBaseStrutIntersection):
6125 (EWMH_GetStrutIntersection):
6126 Fixed placement vs the base struts
6128 2003-11-29 Mikhael Goikhman <migo@homemail.com>
6130 * sample.fvwmrc/system.fvwm2rc-sample-95:
6131 improved Debian specific menu
6133 2003-11-15 Mikhael Goikhman <migo@homemail.com>
6135 * sample.fvwmrc/system.fvwm2rc-sample-95:
6136 several updates; added Debian menu if found
6138 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6141 new configure option --en/disable-iconv
6143 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6145 * fvwm/menus.c (__mloop_handle_event):
6146 * fvwm/menustyle.c (menustyle_parse_style):
6148 new MenuStyle options PopupIgnore and PopupClose
6150 2003-11-02 Dan Espen <dane@mk.telcordia.com>
6152 * fvwm/menus.c (menu_binding): Remove debug code.
6153 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
6154 * fvwm/menus.h: Add menu_binding function.
6155 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
6157 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
6159 * libs/wcontext.h (enum): Add MENU context.
6160 * libs/wcontext.c (win_contexts): More common binding contexts first in
6162 * libs/charmap.c (charmap_string_to_mask): Space before char in error
6165 2003-11-01 Mikhael Goikhman <migo@homemail.com>
6169 increase version to 2.5.9
6171 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6178 updated for 2.5.8 release
6180 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6184 initially added files for deb package auto-creating procedure
6186 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6190 added Swedish translations by Johan Svedberg
6195 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6197 * fvwm/add_window.c (GetWindowSizeHints):
6198 reindented broken hint messages
6200 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6203 improved Perl detection messages,
6204 restored FvwmGtkDebug independence from gtk libs
6206 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6210 added German translations by Andrei Mitrofanow
6215 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6220 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6223 * fvwm/conditional.c (CreateConditionMask):
6224 (MatchesConditionMask):
6225 (CreateConditionMask):
6226 * fvwm/fvwm.h (WindowConditionMask):
6227 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6229 2003-09-23 olicha <olivier.chapuis@free.fr>
6231 * libs/FImage.c (FShmInit):
6234 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6236 * fvwm/focus.c (warp_to_fvwm_window):
6237 don't unnecessarily call MoveViewport
6239 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6241 * fvwm/decorations.c (__is_resize_allowed):
6244 2003-09-06 malu <ml@update.uu.se>
6246 * libs/FBidi.c (FBidiConvert):
6247 * libs/CombineChars.c (CombineChars):
6248 Fixed drawing combining characters on correct positions in
6249 right-to-left context
6251 2003-09-05 malu <ml@update.uu.se>
6253 * libs/Flocale.c (FlocaleDrawString):
6255 Fixed drawing of combining characters with font shadow
6256 (character offsets were miscalculated, since FlocaleTextWidth
6259 2003-09-05 malu <ml@update.uu.se>
6261 * libs/Flocale.c (FlocaleDrawUnderline):
6262 Fixed bug with text width when a string contains only
6263 "orphaned" combining characters (compensation for font shadowd
6266 2003-09-04 olicha <olivier.chapuis@free.fr>
6269 Added E.18, added comments on C.9 and C.15
6271 2003-09-03 olicha <olivier.chapuis@free.fr>
6273 * libs/Flocale.c (FlocaleTextWidth):
6274 Fixed a comb_char core dump
6277 Fixed compilation if either iconv, libpng or Xrender headers are
6278 not at a standard place
6280 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6283 fixed error message for incorrect --with-SOMETHING-library argument
6285 2003-09-03 olicha <olivier.chapuis@free.fr>
6288 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6290 2003-09-02 olicha <olivier.chapuis@free.fr>
6295 2003-09-01 olicha <olivier.chapuis@free.fr>
6297 * libs/gravity.c (gravity_dir_to_string):
6298 A new interface function to transform a direction_t to a string
6300 2003-08-31 S. Anderson <sa@xmission.com>
6302 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6303 Fixed missing font charsets
6305 2003-08-28 olicha <olivier.chapuis@free.fr>
6307 * fvwm/move_resize.c (__move_loop):
6308 (AnimatedMoveAnyWindow):
6309 Updated bg of transparent tear off menu when moved
6311 * fvwm/events.c (HandlePropertyNotify):
6312 Updated ParentRelative tear off menu on bg change
6314 * fvwm/menus.c (UpdateMenuColorset):
6315 Updated colorsets of tear off menu when they change, this handle the
6316 case of root background change for RootTransparent
6319 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6320 An utility function for redrawing transparent tear off menu. Maybe
6323 * fvwm/add_window.c (validate_transientfor):
6324 Fixed transient for an ewmh desktop
6326 2003-08-27 olicha <olivier.chapuis@free.fr>
6328 * libs/FRender.c (FRenderRender):
6329 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6330 Removed and fixed some unused code
6332 2003-08-25 olicha <olivier.chapuis@free.fr>
6334 * fvwm/misc.c (GrabEm):
6335 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6337 * fvwm/modconf.c (send_color_limit):
6338 ifndefed color limit config info message which is not used anymore
6340 * fvwm/colorset.c (parse_colorset):
6341 Added a note on average bg
6343 2003-08-23 olicha <olivier.chapuis@free.fr>
6345 * fvwm/style.c (print_styles):
6346 More info on memory used
6348 * fvwm/style.c (__simplify_style_list):
6349 Fixed upward simplication
6351 2003-08-14 olicha <olivier.chapuis@free.fr>
6353 * fvwm/ewmh.c (ewmh_HandleMenu):
6354 Fixed the MENU window type, they are tear off menus
6357 * fvwm/update.c (apply_window_updates):
6358 * fvwm/stack.c (new_layer):
6359 * fvwm/ewmh.c (EWMH_GetStyle):
6360 Fixed EWMHUseStackingHints update
6362 * fvwm/window_flags.h:
6364 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6365 (ewmh_WMStateMaxHoriz):
6366 (ewmh_WMStateMaxVert):
6367 * fvwm/move_resize.c (unmaximize_fvwm_window):
6368 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6369 uniconify and unshade when putting a window fullscreen
6371 * fvwm/ewmh_intern.h:
6372 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6373 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6375 * fvwm/move_resize.c (unmaximize_fvwm_window):
6378 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6379 * fvwm/decorations.c (SelectDecor):
6380 * fvwm/windowshade.c (CMD_WindowShade):
6381 Removed the decor for EWMH fullscreen windows, forbid shading and
6382 allows Resize and MoveResize without unsetting the fullscreen/maximized
6385 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6386 (CMD_ResizeMaximize):
6387 Fixed ewmh state which was not set after these cmds
6389 2003-08-09 olicha <olivier.chapuis@free.fr>
6394 2003-08-08 olicha <olivier.chapuis@free.fr>
6396 * fvwm/borders.c (border_draw_vector_to_pixmap):
6397 Fixed inversion of fg and bg in vector buttons
6399 * fvwm/style.c (__simplify_style_list):
6402 * libs/System.c (fvwm_mkstemp):
6405 2003-08-07 olicha <olivier.chapuis@free.fr>
6408 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6410 * libs/System.c (fvwm_mkstemp):
6412 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6413 exists and work correctly, if not a replacement function is used
6414 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6417 * libs/fsm.c (unique_filename):
6418 (SetAuthentication):
6419 * fvwm/session.c (getUniqueStateFilename):
6420 Replaced tempnam by fvwm_mkstemp
6422 2003-08-07 olicha <olivier.chapuis@free.fr>
6425 * libs/FSMlib.h (new file):
6426 * fvwm/session.c (*):
6428 fvwmize SMlib and ICElib
6430 * fvwm/session.c (matchWin):
6431 Fixed window matching for windows with no SM_CLIENT_ID and a
6434 * libs/fsm.c (new file):
6435 * libs/fsm.h (new file):
6436 * fvwm/ConfigFvwmDefaults
6437 A set of functions for implementing a dummy session manager
6440 GNOME 1 hints and EWHM support is not a configure time option
6443 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6445 * fvwm/add_window.c (AddWindow):
6446 fixed stickyness across desks over a restart
6448 2003-08-06 olicha <olivier.chapuis@free.fr>
6450 * fvwm/ewmh.c (EWMH_WindowInit):
6451 (EWMH_SetFrameStrut):
6452 Fixed position of kde tray windows in kicker
6454 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6456 * fvwm/module_interface.c (FlushMessageQueue):
6457 retry writing pipe if write returns EINTR
6459 2003-07-28 olicha <olivier.chapuis@free.fr>
6461 * fvwm/events.c (events_handle_configure_request):
6462 (HandleConfigureRequest):
6463 (__handle_configure_request):
6464 (__handle_cr_on_client):
6465 * fvwm/ewmh.c (ewmh_atom_client_win):
6466 * fvwm/ewmh_intern.h:
6467 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6468 (EWMH_ProcessClientMessage):
6469 Implemented _NET_MOVERESIZE_WINDOW
6471 * fvwm/fvwm.c (main):
6474 2003-07-25 olicha <olivier.chapuis@free.fr>
6476 * fvwm/ewmh.c (ewmh_HandleWindowType):
6477 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6478 that one type and we do not support the first one.
6480 * fvwm/expand.c (expand_vars_extended):
6481 Fixed conflict between extended variables name (desk.name and
6484 * fvwm/session.c (callback_save_yourself):
6485 Respect the SmSaveGlobal save type. This should fix some session
6486 locking in the sm protocol
6488 * fvwm/session.c (setSmProperties):
6490 Set some sm properties when fvwm start for fixing a problem with
6491 the restart style hint after a restart.
6493 * fvwm/fvwm.c (get_display_name):
6496 * fvwm/session.c (setSmProperties):
6498 Added a possible positive or null arg to --single-screen which
6499 forces fvwm to start on the "current" display and the given
6500 screen. Use this to fix fvwm starting under a session manager:
6501 specify only the screen and not the display.screen for the
6504 * fvwm/fvwm.c (main):
6505 Fixed possible memory corruption if a display has more than
6508 * fvwm/session.c (*):
6511 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6514 fixed xft/fontconfig detection with pkg-config
6517 corrections in some long option names
6519 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6521 * fvwm/add_window.c (setup_style_and_decor):
6522 * fvwm/geometry.c (set_window_border_size):
6523 * fvwm/fvwm.h (FvwmWindow):
6524 * fvwm/events.c (HandleShapeNotify):
6525 * fvwm/frame.c (frame_free_move_resize_args):
6526 (frame_setup_shape):
6527 (frame_reshape_border):
6528 fixed resizing of window borders if a window shape was added or deleted
6529 after the initial window setup
6531 * fvwm/update.c (apply_window_updates):
6534 * fvwm/events.c (__cr_detect_icccm_move):
6535 disable motion method detection for shaped windows
6537 2003-07-21 olicha <olivier.chapuis@free.fr>
6539 * fvwm/add_window.c (setup_window_structure):
6540 * fvwm/session.c (MatchWinToSM):
6541 Preserve is_name_changed window_flags within restart, session loading
6544 2003-07-20 olicha <olivier.chapuis@free.fr>
6546 * fvwm/ewmh.c (EWMH_Init):
6547 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6549 * fvwm/fvwm.c (InternUsefulAtoms):
6551 * fvwm/session.c (GetWindowRole):
6552 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6554 * fvwm/session.c (GetClientID):
6555 Better determination of the CLIENT_LEADER
6557 * fvwm/session.c (setSmProperties):
6558 Set the CloneCommand for gnome-session editor (the sm spec says this
6559 properties is required). Removed the commented XSM ifdef.
6561 * fvwm/session.c (matchWin):
6563 Consider client only if it has a client id or a wm command.
6564 Removed the "two entries" session previous commit
6566 2003-07-16 olicha <olivier.chapuis@free.fr>
6568 * fvwm/session.c (MatchWinToSM):
6569 Fixed restoring session state, if two window session entries have the
6570 same identifier ignore these entries
6572 2003-07-16 olicha <olivier.chapuis@free.fr>
6575 * fvwm/style.h (SID_GET_NAME):
6577 (SID_GET_WINDOW_ID):
6578 (SID_SET_WINDOW_ID):
6581 (SID_SET_HAS_WINDOW_ID):
6582 (SID_GET_HAS_WINDOW_ID):
6588 (SSET_ID_HAS_WINDOW_ID):
6589 (SGET_ID_HAS_WINDOW_ID):
6590 * fvwm/style.c (style_ids_are_equals):
6591 (style_id_equals_id):
6592 (styles_have_same_id):
6593 (fw_match_style_id):
6594 (one_fw_can_match_both_ids):
6595 (remove_all_of_style_from_list):
6596 (__simplify_style_list):
6597 (style_parse_one_style_option):
6599 (style_destroy_style):
6605 (CMD_DestroyWindowStyle):
6606 * fvwm/fvwm.h (style_id_t):
6608 * fvwm/functable.c (func_table):
6609 * fvwm/add_window.c (destroy_window):
6612 New WindowStyle and DestroyWindowStyle command for setting styles
6615 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6617 * libs/Flocale.c (FlocaleDrawString):
6618 * libs/FBidi.c (FBidiConvert):
6619 fixed drawing of combining characters in the case where a string
6620 consists of only combining characters
6622 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6624 * libs/CombineChars.c (CombineChars):
6625 bugfix: array mapping visual to logical position was allocated
6626 to small (factor 2) in decoposing code
6628 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6630 * libs/Flocale.c (FlocaleEncodeWinString):
6633 * libs/Flocale.c (FlocaleDrawString):
6634 (FlocaleRotatedDrawString):
6635 removed some code duplication
6637 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6639 * libs/CombineChars.c (combclass_table):
6641 fixed supporting drawing marks superimposed that are in a combining
6644 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6646 * libs/Flocale.c (FlocaleRotateDrawString):
6648 fixed core dump when composing characters can't be converted to
6651 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6656 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6661 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6664 updated with reagrds to combing characters
6666 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6671 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6673 * libs/Flocale.c (FlocaleEncodeString):
6674 (FlocaleEncodeWinString):
6675 (FlocaleRotateDrawString):
6676 (FlocaleDrawString):
6677 (FlocaleDrawUnderline):
6678 fixed rendering combining characters using Unicode font in a
6681 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6684 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6686 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6689 fixed FBidi.h macro to work with no FriBIDI
6691 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6693 * libs/CombineChars.h (CombineChars):
6694 * libs/CombineChars.c (CombineChars):
6695 * libs/FBidi.h (FBidiConvert):
6696 * libs/FBidi.c (FBidiConvert):
6697 * libs/Flocale.c (FlocaleEncodeString):
6698 (FlocaleEncodeWinString):
6699 (FlocaleDrawUnderline):
6701 fixed drawing of underlines on characters to work in with BIDI
6702 and combining characters
6704 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6707 closed D.1 with "no consensus" resolution
6709 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6712 documented tear off menus
6714 * fvwm/placement.c (PlaceWindow):
6715 StartsOnPage + SkipMapping overrides PPosition
6717 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6720 solved a problem with CMD_Dummy and exact command spelling
6722 * libs/CombineChars.c:
6723 * libs/CombineChars.h:
6725 minor reformattings (use TABs not 8 spaces and a space after keywords
6726 like for, if or while)
6728 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6730 * fvwm/update.c (apply_window_updates):
6732 * fvwm/add_window.c (setup_style_and_decor):
6734 * fvwm/style.c (style_parse_one_style_option):
6735 (check_window_style_change):
6736 new style MoveWindowByProgramMethod
6738 * libs/PictureImageLoader.c (PImageLoadXpm):
6739 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6741 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6742 implemented _NET_WM_STATE_FULLSCREEN handling
6744 * fvwm/move_resize.c (GetOnePositionArgument):
6745 fixed parsing of "+-x +-y" Move arguments
6747 use get_page_offset_check_visible
6749 * fvwm/geometry.c (get_page_offset_check_visible):
6750 new convenience function
6752 * fvwm/events.c (__handle_cr_on_client):
6753 fixed handling of gravities other than NW or Static
6754 (__cr_detect_icccm_move):
6757 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6763 * libs/CombineChars.c:
6764 * libs/CombineChars.h:
6765 * libs/Flocale.c (FlocaleEncodeString):
6769 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6772 2003-07-06 olicha <olivier.chapuis@free.fr>
6774 * libs/FRender.c (FRenderRender):
6777 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6779 * fvwm/ewmh.c (ewmh_check_wm_pid):
6781 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6782 compliant ConfigureNotify handling
6784 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6786 * libs/Flocale.c (FlocaleDrawUnderline):
6787 Commented out some non-working new code
6789 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6791 * libs/Flocale.c (FlocaleDrawString):
6792 fixed drawing superimposed characters with a fontset
6794 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6796 * fvwm/events.c (__cr_detect_icccm_move):
6797 (__handle_cr_on_client):
6798 (__cr_get_grav_position):
6799 (__cr_get_static_position):
6800 * fvwm/window_flags.h:
6802 try to autodetect whether application uses the icccm way of moving
6803 windows of the traditional way always using static gravity
6806 moved SIGNAL_RETURN macro definition to acconfig.h
6808 * fvwm/module_interface.c (DeadPipe):
6809 * fvwm/fvwm.c (SigDone):
6812 use SIGNAL_RETURN macro
6814 * fvwm/events.c (__handle_cr_on_client):
6815 (__merge_cr_moveresize):
6816 (__cr_detect_icccm_move):
6818 * fvwm/events.c (__handle_cr_on_unmanaged):
6819 (__handle_cr_on_icon):
6820 (__handle_cr_on_shaped):
6821 (__handle_cr_restack):
6822 (__handle_cr_on_client):
6823 (HandleConfigureRequest):
6824 split the ConfigureRequest code into multiple functions
6826 * fvwm/update.c (apply_window_updates):
6827 fixed drawing of window decorations when "Style * Neverfocus" is used
6829 * fvwm/events.c (HandleKeyPress):
6830 fixed a bug with key binding contexts
6832 * fvwm/functions.c (__execute_function):
6833 * fvwm/expand.c (expand_vars):
6834 (expand_vars_extended):
6835 new extended variable $[func.context]
6839 moved some code to the new files
6850 fixed a problem with uninitialised global variable
6852 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6854 * libs/Bindings.c (key_modifiers):
6855 moved to new file wcontext.c
6857 * libs/gravity.c (gravity_parse_dir_argument):
6858 added aliases for compass directions:
6869 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6872 * libs/Flocale.c (FlocaleDrawString):
6873 (FlocaleRotateDrawString):
6874 Fixes to work without Fribidi
6876 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6881 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6883 * libs/FbidiJoin.c (get_shaped_combined_char):
6885 Removed unused (get_shaped_combined_char) and commented out code
6886 Combining ligatures done in FCombineChars
6888 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6890 * libs/Flocale.c (FlocaleDrawString):
6891 (FlocaleRotateDrawString):
6894 * libs/FBidi.c (FBidiConvert):
6896 * libs/FCombineChars.h:
6897 * libs/FCombineChars.c (FCombineChars):
6898 Added support for drawing superimposed combining characters
6900 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6903 * fvwm/functable.c (func_table):
6904 * fvwm/functions.c (CMD_TearMenuOff):
6909 merged all dummy commands into one: CMD_Dummy
6911 2003-07-01 olicha <olivier.chapuis@free.fr>
6913 * fvwm/menus.c (DestroyMenu):
6917 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6919 * fvwm/menustyle.c (menustyle_copy):
6923 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6928 2003-06-30 olicha <olivier.chapuis@free.fr>
6930 * fvwm/menus.c (do_menu):
6932 (do_menu_close_tear_off_menu):
6933 (menu_close_tear_off_menu):
6934 Allowed to destroy tear off menu!
6936 * fvwm/menus.c (menu_tear_off):
6937 (menu_close_tear_off_menu):
6938 (do_menu_close_tear_off_menu):
6939 (clone_menu_root_static):
6945 Fixed client leaks (only create new client for menu if it is a tear off
6946 menu). Created a dedicated menu style for each tear off menu.
6948 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6951 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6953 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6955 * fvwm/virtual.c (do_move_window_to_desk):
6957 fixed "Visible" condition on non current desks
6959 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6963 shortened some comments
6964 removed GPL from .h files
6965 added GPL to all .c files
6966 include config.h in all .c files
6967 added "/* -*-c-*- */" where missing
6968 some reformatting and reindenting
6970 * fvwm/module_interface.c:
6971 * fvwm/module_interface.h:
6979 * fvwm/windowshade.c:
6981 * fvwm/conditional.c:
6993 * fvwm/add_window.c:
6997 * fvwm/eventhandler.h:
6999 * fvwm/add_window.h:
7005 renamed types func_type, repeat_t, initial_window_options_t,
7006 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
7007 last_added_item_type, common_flags_type, multi_direction_type,
7008 msg_masks_type to ..._t
7010 * fvwm/functions.c (__execute_function):
7011 (execute_complex_function):
7012 * fvwm/condrc.c (condrc_init):
7013 new function in new file to encapsulate all cond_rc_t handling
7016 * fvwm/fvwm.h (cond_rc_t):
7018 moved typed to new file
7022 * fvwm/functable.c (func_table):
7023 * fvwm/functions.c (__run_complex_function_items):
7024 (__execute_function):
7026 * fvwm/conditional.c (CMD_Break):
7027 (__rc_matches_rcstring_consume):
7028 Break takes the number of function levels to break out of as an
7031 * fvwm/expand.c (expand_vars_extended):
7032 * fvwm/conditional.c (circulate_cmd):
7035 (__rc_matches_rcstring_consume):
7044 (__run_complex_function_items):
7045 (execute_complex_function):
7049 * fvwm/conditional.c:
7050 renamed fvwm_cond_func_rc by cond_rc_t
7051 made a type a struct
7052 added a member to indicate the number of function levels to break out
7055 * fvwm/functable.c (func_table):
7056 * fvwm/conditional.c (CMD_TestRc):
7057 replaced conditional commands:
7059 CondCase -> KeepRc TestRc
7061 (__rc_matches_rcstring_consume):
7064 * fvwm/conditional.c (CMD_CondCase):
7065 fixed the CondCase command
7067 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7070 new configure option --deisable-gtk to disable detection of gtk library
7073 cleaned up documentation of conditional commands
7074 general man page cleanup
7076 2003-06-17 Dan Espen <dane@mk.telcordia.com>
7078 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
7081 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7084 cleaned up of CirculateHit... conditions
7086 2003-06-15 olicha <olivier.chapuis@free.fr>
7088 * fvwm/style.c (__simplify_style_list):
7089 Fixed is_merged_allowed: rest it to True when cur change
7090 Added "upward" simplification
7092 2003-06-14 olicha <olivier.chapuis@free.fr>
7094 * fvwm/style.c (__simplify_style_list):
7097 Fixed blockand which always returned True. Added blocksintersect which
7098 returns the same value as blockand but faster.
7100 2003-06-13 olicha <olivier.chapuis@free.fr>
7104 Fixed fontconfig and xft2 for version without *-config binnary. Used
7105 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
7106 fontconfig and xft2 if the version is < the required version
7107 (even if --disable-*test).
7109 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7112 define M_PI and M_PI_2 if they are not defined by math.h
7114 2003-06-10 Mikhael Goikhman <migo@homemail.com>
7116 * libs/Colorset.c (LoadColorset):
7117 added a note to update Colorsets.pm too when the format is changed
7119 2003-06-09 Mikhael Goikhman <migo@homemail.com>
7121 * WindowStyle_proposal.txt:
7122 s/WindowId/ThisWindow/ and other minor changes
7124 2003-06-06 olicha <olivier.chapuis@free.fr>
7126 * libs/PictureImageLoader.c (PImageLoadPng):
7127 Fixed loading of png images if the caller want no alpha
7129 2003-06-04 olicha <olivier.chapuis@free.fr>
7131 * libs/Flocale.c (FlocaleEncodeString):
7134 2003-06-03 Mikhael Goikhman <migo@homemail.com>
7137 only FCombineChars.c was distributed not FCombineChars.h
7139 2003-06-03 Marcus Lundblad <ml@update.uu.se>
7141 * libs/FCombineChars.c (convert_to_utf8)
7142 fixed a bug when converting back to UTF-8 and a bug giving
7143 garbage at end of string in some cases
7145 * libs/Flocale.c (FlocaleEncodeString)
7146 fixed problem regarding combining-characters when BIDI is used
7148 2003-05-31 Marcus Lundblad <ml@update.uu.se>
7151 * libs/Flocale.c (FlocaleEncodeString):
7152 * libs/FCombineChars.c:
7153 * libs/FCombineChars.h:
7154 implemeted support for combining characters
7156 2003-05-31 Mikhael Goikhman <migo@homemail.com>
7159 set the version 2.5.8
7161 2003-05-30 Mikhael Goikhman <migo@homemail.com>
7165 SetEnv with only one parameter is ignored now
7167 2003-05-30 Dan Espen <dane@mk.telcordia.com>
7169 * NEWS: Add 2.4.16 news.
7171 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7173 * fvwm/functions.c (expand_extended_var):
7175 fixed expanding variables that are empty, for example $[w.resource]
7176 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7181 2003-05-29 olicha <olivier.chapuis@free.fr>
7183 * fvwm/ewmh.c (ewmh_atom_wm_state):
7184 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7186 2003-05-28 olicha <olivier.chapuis@free.fr>
7191 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7193 * fvwm/focus.c (__update_windowlist):
7194 don't fiddle with the window list for windows that are going to be
7197 * fvwm/add_window.c (delete_client_context):
7198 (destroy_auxiliary_windows):
7200 fixed empty frame windows when X reused the window id for a new window
7201 while the old one was scheduled to be destroyed
7203 2003-05-26 olicha <olivier.chapuis@free.fr>
7205 * fvwm/icons.c (GetIconBitmap):
7206 (set_icon_pixmap_background):
7208 (DrawIconPixmapWindow):
7210 Fixed loading of application supplied pixmap on 8/24 depth screen
7212 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7214 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7217 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7220 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7222 * fvwm/misc.c (GrabEm):
7223 do not confine the pointer to the root window when grabbed; this can
7224 cause the pointer to be warped to another screen
7225 * fvwm/menus.c (get_menu_options):
7226 fixed placement of menus on Xinerama screens
7227 * libs/FScreen.c (FScreenGetResistanceRect):
7228 fixed function to do something useful
7229 * libs/Flocale.c (FlocaleDrawString):
7230 support font shadowing without colorsets
7231 * libs/ColorUtils.c:
7233 * fvwm/menuitem.c (menuitem_paint):
7234 do not use colorsets in menus if they are not defined
7235 * fvwm/menustyle.c (menustyle_parse_style):
7236 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7239 2003-05-23 olicha <olivier.chapuis@free.fr>
7241 * fvwm/bindings.c (ParseBinding):
7242 (bind_get_bound_button_contexts):
7243 * libs/Bindings.c (GrabWindowButton):
7244 Fixed window button grabbing
7246 2003-05-22 olicha <olivier.chapuis@free.fr>
7248 * fvwm/colorset.c (parse_colorset):
7251 * fvwm/borders.c (border_fill_pixmap_background):
7252 Fixed problem with depth 1 pixmap
7254 * fvwm/conditional.c (CMD_On):
7257 * fvwm/conditional.c (CreateConditionMask):
7258 Fixed memory leaks for layer and state
7260 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7263 added perllib/FVWM/Tracker/Makefile
7265 2003-05-22 olicha <olivier.chapuis@free.fr>
7269 * fvwm/style.c (print_styles):
7270 * fvwm/builtins.c (CMD_PrintInfo):
7271 New style subject to PrintInfo
7273 2003-05-20 olicha <olivier.chapuis@free.fr>
7275 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7276 Allowed empty xft font name
7279 * libs/flist.c (new file):
7280 * libs/flist.h (new file):
7281 Added a flist structure and some basic function for handling such
7284 * libs/FGettext.c (*):
7285 Use the new flist struct and functions interface
7287 * fvwm/screen.h (ScreenInfo):
7288 * fvwm/update.c (destroy_scheduled_windows):
7289 * fvwm/add_window.c (destroy_window):
7290 Added a list for the windows which are scheduled for destroy
7291 Remove a fw at once from the fw list when we destroy_window
7293 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7295 * fvwm/style.c (CMD_DestroyStyle):
7296 do not update windows if no style was deleted
7297 (check_window_style_change):
7298 fixed update of window styles w/ DestroyStyle
7300 2003-05-18 olicha <olivier.chapuis@free.fr>
7302 * fvwm/conditional.c (CMD_On):
7303 Added x,r,w,f and i file condition to the On command
7305 * fvwm/add_window.c (destroy_window):
7306 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7307 but scheduled for destroy. Not sure that the fix is good.
7309 * fvwm/functions.c (__execute_function):
7311 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7312 This fixes some cores dumps with "recursives" functions
7314 * fvwm/borders.c (border_create_root_transparent_pixmap):
7315 (border_draw_decor_to_pixmap):
7316 Fixed a core dump with a root transparent rotated title
7317 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7319 * libs/FGettext.c (fgettext_add_one_path):
7321 (FGettextSetLocalePath):
7322 Fixed memory leak and chainning
7324 * fvwm/builtins.c (CMD_PrintInfo):
7325 Fixed a parsing leak
7327 * fvwm/conditional.c (Circulate):
7328 Fixed a mask memory leaks
7331 * libs/Flocale.c (FlocaleGetFont):
7332 (FlocaleGetFontSet):
7333 (FlocaleGetFftFont):
7334 Fixed a core dump when a 0 font is given with an encoding hints.
7335 Added a default FFT font
7337 * fvwm/builtins.c (CMD_DefaultFont):
7338 Fixed a core dump when the default font change and a redraw
7339 (icon or window) is proceeded before flush_window_updates is called
7341 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7342 Fixed gradients copy
7344 * fvwm/menustyle.c (menustyle_parse_style):
7345 Fixed UMR's related to colorset
7347 * fvwm/builtins.c (ReadDecorFace):
7348 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7352 * fvwm/menustyle.c (menustyle_free):
7353 Fixed a fore stipple gc leak
7355 * fvwm/windowlist.c (CMD_WindowList):
7356 Fixed a sor_keyname memory leak
7358 * fvwm/fvwm.c (ResetAllButtons):
7359 Fixed the default buttons memory leak
7361 2003-05-08 olicha <olivier.chapuis@free.fr>
7363 * fvwm/windowlist.c (CMD_WindowList):
7364 Fixed a memory leak if MaxLabelWidth is used
7366 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7368 * fvwm/functions.c (__context_has_window):
7369 (__execute_function):
7371 fixed excution of functions requiring a window without a window when
7372 called with "silent" from a complex function
7374 2003-05-07 olicha <olivier.chapuis@free.fr>
7376 * libs/System.c (searchPath):
7379 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7381 * fvwm/move_resize.c (__move_loop):
7385 2003-05-03 olicha <olivier.chapuis@free.fr>
7390 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7393 Minor typo corrections.
7395 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7397 * fvwm/move_resize.c (__move_loop):
7403 2003-04-28 olicha <olivier.chapuis@free.fr>
7405 * fvwm/ewmh.c (ewmh_atom_wm_state):
7407 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7408 (ewmh_WMStateStaysOnBottom):
7409 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7411 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7413 * fvwm/module_interface.c (do_execute_module):
7414 * fvwm/fvwm.c (main):
7415 * libs/envvar.c (flib_putenv):
7416 * fvwm/builtins.c (add_to_env_list):
7419 fixed putenv memory leaks
7421 * libs/envvar.c (strIns):
7425 replacement for putenv without memory leaks
7430 * fvwm/fvwm.c (StartupStuff):
7432 * fvwm/add_window.c (free_window_names):
7434 * fvwm/events.c (HandlePropertyNotify):
7436 * fvwm/menus.c (do_menu):
7438 (__mloop_exit_selected):
7440 * fvwm/menucmd.c (menu_func):
7443 * fvwm/builtins.c (CMD_Destroy):
7445 call destroy_window right after XKillClient; do not wait for the window
7448 * fvwm/menucmd.c (menu_func):
7449 * fvwm/windowlist.c (CMD_WindowList):
7452 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7455 several updates (FvwmGtk, gettext)
7457 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7459 * fvwm/menucmd.c (menu_func):
7460 * fvwm/windowlist.c (CMD_WindowList):
7462 * fvwm/menus.c (is_double_click):
7465 (pop_menu_down_and_repaint_parent):
7466 (__mloop_get_event_timeout_loop):
7467 (__mloop_get_event):
7468 (__mloop_handle_event):
7469 (__mloop_select_item):
7470 (__mloop_make_popup):
7471 (__mloop_get_mi_actions):
7474 (__mloop_handle_action_with_mi):
7475 (__mloop_handle_action_without_mi):
7477 (menu_enter_tear_off_menu):
7478 (menu_close_tear_off_menu):
7480 replaced the pfw and pcontext members of the MenuParameters structure
7481 with an execution context pointer
7482 (_menu_execute_function):
7483 wrapper function to simplyfy command execution from within menus
7485 fixed warping pointer to first menu item when invoked with the mouse
7487 * fvwm/execcontext.c:
7490 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7497 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7499 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7501 * fvwm/menus.c (do_menu):
7502 the NoWarp position hint option works with root menus too
7504 * fvwm/ConfigFvwmDefaults:
7505 removed GrabFocusOff and GrabFocusTransient since they nullify the
7506 default with the plain focus policies
7508 2003-04-24 olicha <olivier.chapuis@free.fr>
7510 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7511 Fixed a miss print in my previous commit
7513 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7515 (ewmh_WMStateStaysOnBottom):
7516 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7517 * fvwm/ewmh_intern.h:
7518 Added comment on the implementation at the top of ewmh.c.
7519 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7520 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7521 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7522 and _NET_WM_STATE_BELOW.
7525 Added David Fries. Updated my entries.
7530 2003-04-23 olicha <olivier.chapuis@free.fr>
7532 * fvwm/module_interface.c (CMD_KillModule):
7533 Fixed a leak when we have an alias
7535 * libs/Picture.c (PFreeFvwmPictureData):
7537 New interface function for just freeing the allocated data (not
7540 2003-04-22 olicha <olivier.chapuis@free.fr>
7542 * fvwm/colorset.c (get_root_pixmap):
7543 Fixed a minor memory leak
7545 * fvwm/functions.c (execute_complex_function):
7546 Fixed uninitialized d.type
7548 * libs/Ficonv.c (FiconvSetupConversion):
7549 (FiconvUtf8ToCharset):
7550 (FiconvCharsetToUtf8):
7553 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7556 Fixed a core dump and safety check related to not loaded font
7558 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7563 2003-04-16 olicha <olivier.chapuis@free.fr>
7565 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7568 (ewmh_WMStateHidden):
7569 Check if functions are allowed
7571 * fvwm/ewmh.c (ewmh_HandleDesktop):
7573 Set Desktop and Dock uniconifiable and unmaximazable
7575 * fvwm/menuitem.c (menuitem_paint):
7577 Fixed greyed action with EWMH desktop
7579 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7582 documented FvwmEvent behaviour of executing window related event
7583 handlers within a window context
7586 updated WindowId entry
7588 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7590 * fvwm/schedule.c (deschedule):
7593 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7594 (ExecuteCommandQueue):
7595 * libs/queue.c (fqueue_init):
7596 (fqueue_remove_or_operate_from_front):
7597 (fqueue_remove_or_operate_from_end):
7598 (fqueue_remove_or_operate_all):
7600 (fqueue_unlock_queue):
7601 (fqueue_lock_queue):
7602 (fqueue_add_at_front):
7603 (fqueue_add_inside):
7607 * libs/queue.c (fqueue_remove_or_operate_all):
7608 (fqueue_remove_or_operate_from_end):
7609 (fqueue_remove_or_operate_from_front):
7610 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7611 (ExecuteCommandQueue):
7612 * fvwm/schedule.c (deschedule):
7613 (check_deschedule_obj_func):
7614 (deschedule_obj_func):
7616 (check_execute_obj_func):
7621 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7623 * fvwm/ConfigFvwmDefaults:
7625 * fvwm/windowlist.c:
7626 * sample.fvwmrc/system.fvwm2rc-sample-95:
7628 WindowListFunc is executed now within a window context,
7629 so "WindowId $0" is not needed anymore in its definition
7631 2003-04-14 olicha <olivier.chapuis@free.fr>
7635 Documented LocalePath and $[gt.str]. FvwmScript news.
7637 * fvwm/expand.c (expand_vars_extended):
7638 Fixed $[gt.str] expansion
7641 New gettext domain FvwmScript
7643 * libs/FGettext.c (FGettextCopy):
7645 New interface function which copies the string
7647 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7649 * fvwm/conditional.c (CMD_Cond):
7650 allow to negate the condition code with '!' prefix
7652 * fvwm/schedule.c (CMD_Schedule):
7654 support hexadecimal ids
7656 * libs/Parse.c (GetIntegerArguments):
7657 (_get_suffixed_integer_arguments):
7658 (GetSuffixedIntegerArguments):
7659 (GetIntegerArgumentsAnyBase):
7660 new utitily function to allow hexadecimal integer arguments
7662 2003-04-10 olicha <olivier.chapuis@free.fr>
7664 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7665 (FlocaleGetCharsetOfFontStruct):
7666 (FlocaleGetCharsetFromName):
7667 (FlocaleFixNameForFontSet):
7668 (FlocaleGetFontSet):
7669 (FlocalePrintLocaleInfo):
7670 * libs/FlocaleCharset.h:
7671 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7672 (FlocaleCharsetPrintXOMInfo):
7673 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7675 2003-04-08 olicha <olivier.chapuis@free.fr>
7677 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7678 fixed the default font name
7680 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7682 * fvwm/events.c (HandlePropertyNotify):
7683 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7684 completely ignore application requests to set exactly the same
7685 window name or icon name (xmms sets it every second),
7686 this avoids some redundant module messages and redraws
7688 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7693 2003-04-04 olicha <olivier.chapuis@free.fr>
7696 Fixed a miss print in fribidi config check
7698 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7700 * fvwm/focus.c (__restore_focus_after_unmap):
7701 iconified windows without an icon do not receive focus
7703 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7705 * fvwm/virtual (CMD_GotoDeskAndPage):
7706 different "GotoDeskAndPage prev" fix that works with any viewports, not
7707 just multiples of the screen size
7709 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7711 * fvwm/virtual (CMD_GotoDeskAndPage):
7712 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7714 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7719 * fvwm/menucmd.c (menu_func):
7720 fixed double key presses to choose default menu action
7722 * fvwm/focus.c (__update_windowlist):
7723 fixed order of window list with SloopyFocus when using the Focus
7726 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7729 clarified some things, typo fixed
7731 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7733 * libs/Colorset.c (CreateBackgroundPixmap):
7734 (GetWindowBackgroundPixmapSize):
7735 (get_aspect_dimensions):
7736 fixed size calculation of aspect pixmaps
7738 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7740 * fvwm/icons.c (clear_icon):
7744 * fvwm/geometry.c (get_icon_geometry):
7745 (modify_icon_position):
7746 set a valid icon picture position if there is neither a picture nor a
7749 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7753 reformatted to fit better on the web page
7755 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7758 added items from "My TODO" message on 2003-01-02
7761 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7763 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7766 removed debug output
7768 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7770 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7771 (FScreenFetchMangledScreenFromUSPosHints):
7772 two functions to allow USPosition hints from modules and StartsOnScreen
7773 work at the same time
7775 * fvwm/conditional.c (direction_cmd):
7776 Some fixes, reformatting and improvements.
7778 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7780 * fvwm/icons.c (Iconify):
7781 initialise icon position to +0+0 if there is neiter a picture nor a
7784 * fvwm/functions.c (DeferExecution):
7790 * fvwm/update.c (apply_window_updates):
7791 fixed drawing of sticky icon titles when the stickyicon style is being
7794 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7796 * fvwm/placement.c (CMD_PlaceAgain):
7797 * fvwm/add_window.c (setup_window_placement):
7798 * fvwm/virtual.c (MapDesk):
7799 update the GNOME hints desk when changing desks; fixes placeagain with
7801 some placeagain fixes
7803 * fvwm/fvwm.1.in (Example):
7804 removed duplicate Iconify section
7809 * fvwm/functable.c (func_table):
7810 * fvwm/functions.h (func_type):
7811 * fvwm/functions.c (__execute_function):
7812 (execute_complex_function):
7814 fixed a new and and old window selection bug
7816 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7818 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7819 detected with Purify.
7821 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7823 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7824 use None, not 0 for Window structures
7826 * fvwm/events.c (InitEventHandlerJumpTable):
7828 (__handle_key_event):
7829 * fvwm/bindings.c (ParseBinding):
7833 removed key release binding because they can not work reliably
7835 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7837 * fvwm/functable.c (func_table):
7838 trigger on ButtonPress for many of the functions
7840 * fvwm/functions.c (__execute_function):
7841 (__execute_function):
7842 fixed conditional commands a la "Current" triggered on root window
7844 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7846 * todo-2.6: Closed B.2, C.21.
7848 2003-02-28 olicha <olivier.chapuis@free.fr>
7851 * fvwm/events.c (HandleConfigureRequest):
7852 Added a workaround for application with broken max/min size hints
7853 vs a size configure request. This "fixes" floating java JToolBar.
7855 * fvwm/add_window.c (GetWindowSizeHints):
7856 Check that the max size hint is not broken relatively to the the base
7859 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7863 released 2.5.6, set version to 2.5.7
7869 2003-02-26 Tony Finch <dot@dotat.at>
7871 * fvwm/borders.c (border_draw_one_border_part):
7872 Don't draw the handle relief marks when the border is flat.
7874 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7877 s/fribdi_in_path/fribidi_in_path/
7880 spell checking and some reformatting
7882 2003-02-26 olicha <olivier.chapuis@free.fr>
7884 * fvwm/borders.c (border_setup_bar_pixmaps):
7885 Fixed a miss-print which can cause a core dump
7888 Added a 2.6 TODO file
7890 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7892 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7893 void functioin cannot return a value.
7895 2003-02-25 olicha <olivier.chapuis@free.fr>
7898 Fixed compilation warning if fribidi is in path
7900 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7902 * fvwm/windowlist.c (CMD_WindowList):
7903 removed unused instruction
7905 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7907 * configure.in: Remove nested function from -Werror check.
7908 Lets configure work without gcc.
7911 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7913 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7915 * fvwm/functions.c (__run_complex_function_items): Make Break start
7918 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7920 * fvwm/move_resize.c (get_outline_rects):
7921 (draw_move_resize_grid):
7922 initial drawing and final undrawing of wire frame no longer toggles the
7923 pixel in the top left corner of the screen
7925 * fvwm/expand.c (expand_vars):
7926 disabled warnings about one letter variables
7928 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7930 * README: Update to reflect release 2.5.x.
7931 * NEWS: Update news for FvwmPager drag fix.
7933 2003-02-15 olicha <olivier.chapuis@free.fr>
7938 2003-02-13 olicha <olivier.chapuis@free.fr>
7940 * fvwm/gnome.c (GNOME_SetClientList):
7941 Applied David Fries patch which fixes a possible crash with more
7943 (GNOME_SetClientList):
7944 malloc -> safemalloc
7946 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7948 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7949 Give the XorValue range.
7951 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7953 * fvwm/fvwm.1.in: Fully document the emulate command.
7955 2003-02-06 olicha <olivier.chapuis@free.fr>
7957 * fvwm/borders.c (get_common_decorations):
7958 (border_get_border_background):
7960 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7962 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7964 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7967 * fvwm/menuitem.c (menuitem_get_size):
7968 * fvwm/menus.c (calculate_item_sizes):
7969 renamed "mips" to mipst
7971 * fvwm/menuitem.c (menuitem_get_item_size):
7972 * fvwm/menus.c (_calculate_item_sizes):
7973 backed out patch from 30-Jan-2003
7975 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7978 * fvwm/menuitem.c (menuitem_get_item_size):
7979 * fvwm/menus.c (_calculate_item_sizes):
7980 functions renamed due to global name space collision with IRIX 6.5
7982 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7985 added tests/hints/Makefile.am
7987 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7989 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7991 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7993 * sample.fvwmrc/DecorWin95:
7994 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7995 Replace a long time ago.
7997 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7999 * fvwm/stack.c (new_layer):
8000 (collect_transients_recursive):
8004 * fvwm/events.c (HandleConfigureRequest):
8005 fixed placement of icons
8006 fixed size calculations of icons
8008 2003-01-18 Mikhael Goikhman <migo@homemail.com>
8011 fixed $[desk.name<n>] that was masked by $[desk.n],
8012 added $[desk.pagesx] and $[desk.pagesy]
8014 2003-01-16 Dan Espen <dane@mk.telcordia.com>
8016 * NEWS: Update news. Spelling fixes 2.5.x news.
8017 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
8018 its not interactive.
8020 2003-01-12 Mikhael Goikhman <migo@homemail.com>
8023 added a short description together with the commands
8025 2003-01-12 Marcus Lundblad <ml@update.uu.se>
8028 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
8031 2003-01-11 Mikhael Goikhman <migo@homemail.com>
8035 deprecate all single letter variables, new variables are supported now
8036 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
8037 $[desk.n], $[version.num], $[version.info], $[version.line].
8039 2003-01-07 Marcus Lundblad <ml@update.uu.se>
8041 * fvwm/style.c (style_parse_one_style_option):
8043 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
8044 DisallowMaximizeFixedSize
8046 2003-01-06 Dan Espen <dane@mk.telcordia.com>
8048 * fvwm/fvwm.1.in: Lang check.
8050 2003-01-03 olicha <olivier.chapuis@free.fr>
8055 * fvwm/ewmh_intern.h:
8056 * fvwm/ewmh_names.c:
8057 * fvwm/ewmh_icons.c:
8058 * fvwm/ewmh_events.c:
8063 * fvwm/functable.c (func_table):
8064 * fvwm/fvwm.c (setVersionInfo):
8067 Removed GNOME and HAVE_EWMH ifdef
8070 Documented UseTitleDecorRotation
8072 2003-01-03 Mikhael Goikhman <migo@homemail.com>
8074 * fvwm/module_interface.c (MoveViewport):
8075 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
8076 M_NEW_PAGE now has 7 arguments
8078 2003-01-02 olicha <olivier.chapuis@free.fr>
8081 Documented the new icon style options
8085 * fvwm/icons.c (DrawIconTitleWindow):
8086 (DrawIconPixmapWindow):
8087 (setup_icon_title_size):
8088 * fvwm/style.c (style_parse_one_style_option):
8089 Fixed IconTitleRelief and IconBackgroundRelief arguments
8091 * fvwm/icons.c (GetIconPicture):
8092 (SetIconPixmapSize):
8093 Fixed IconSize style for non shaped depth > 1 pixmaps
8095 2003-01-02 Mikhael Goikhman <migo@homemail.com>
8099 * fvwm/conditional.c (CMD_On):
8102 new conditional command On for non-window related conditions
8104 * fvwm/execcontext.h:
8105 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
8106 two new exec contexts for restarting
8108 2003-01-02 olicha <olivier.chapuis@free.fr>
8110 * fvwm/builtins.c (ReadMultiPixmapDecor):
8111 StretchedPixmap -> AdjustedPixmap
8114 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
8115 Documented the new MultiPixmap syntax
8117 2002-12-31 Mikhael Goikhman <migo@homemail.com>
8121 * fvwm/builtins.c (ReadTitleButton):
8123 new button state shortcuts AllActiveUp, AllActiveDown,
8124 AllInactiveUp, AllInactiveDown
8126 2002-12-31 olicha <olivier.chapuis@free.fr>
8128 * libs/PictureGraphics.c (PCopyArea):
8129 Fixed rendering of depth 1 pixmap with a mask
8131 * fvwm/update.c (apply_window_updates):
8132 Fixed icon bg cset update
8134 * fvwm/events.c (HandlePropertyNotify):
8135 * fvwm/geometry.c (move_icon_to_position):
8136 Fixed non shaped icons with a bg padding but without cs bg
8139 * fvwm/style.c (style_parse_icon_size_style):
8141 * fvwm/fvwm.h (window_style):
8142 * fvwm/add_window.c (setup_icon_size_limits):
8143 * fvwm/icons.c (SetIconPixmapSize):
8145 New option to IconSize style: Adjusted, Streched, Shrunk
8147 * fvwm/icons.c (SetIconPixmapSize):
8149 Always center the icon with IconSize if the icon has a background
8151 2002-12-30 Mikhael Goikhman <migo@homemail.com>
8154 FvwmWindowMenu renaming; compact long diagnostics into half of line
8157 documeted and corrected new features
8160 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
8161 since these are the only way currently to create themes
8166 2002-12-30 olicha <olivier.chapuis@free.fr>
8169 * fvwm/icons.c (setup_icon_title_size):
8170 (set_icon_pixmap_background):
8172 (DrawIconTitleWindow):
8173 (DrawIconPixmapWindow):
8177 * fvwm/events.c (HandleEnterNotify):
8179 (HandleLeaveNotify):
8180 (HandlePropertyNotify):
8181 * fvwm/borders.c (border_draw_decorations):
8184 * fvwm/add_window.c (setup_icon_background_parameters):
8185 (setup_icon_title_parameters):
8186 (setup_style_and_decor):
8188 * fvwm/geometry.c (move_icon_to_position):
8190 * fvwm/style.c (check_window_style_change):
8191 (update_style_colorset):
8192 (update_icon_title_cs_style):
8193 (update_icon_title_cs_hi_style):
8194 (update_icon_background_cs_style):
8197 * fvwm/update.c (apply_window_updates):
8198 New style options IconBackgroundColorset, IconTitleColorset,
8199 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8200 and IconBackgroundPadding
8202 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8205 fixed compilation without XShm
8207 * fvwm/borders.c (border_rotate_titlebar_descr):
8208 fixed warning: deprecated use of label at end of compound statement
8210 2002-12-27 olicha <olivier.chapuis@free.fr>
8212 * fvwm/ConfigFvwmDefaults:
8213 UseTitleDecorRotation is a default
8215 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8216 (do_relieve_rectangle):
8218 * fvwm/borders.c (border_draw_title_stick_lines):
8219 (border_create_root_transparent_pixmap):
8220 (border_mp_render_into_pixmap):
8221 (border_draw_decor_to_pixmap):
8222 (border_mp_render_into_pixmap):
8223 (border_mp_get_titlebar_descr):
8224 (border_mp_draw_mp_titlebar):
8225 (border_draw_decor_to_pixmap):
8226 (border_set_button_pixmap):
8227 (border_get_titlebar_draw_descr):
8228 (border_set_title_pixmap):
8229 (border_rotate_titlebar_descr):
8230 (border_get_titlebar_descr):
8231 Completed UseTitleDecorRotation
8233 2002-12-26 olicha <olivier.chapuis@free.fr>
8235 * fvwm/update.c (apply_window_updates):
8236 * fvwm/frame.c (frame_get_titlebar_dimensions):
8237 (frame_set_decor_gravities):
8238 * fvwm/borders.c (border_set_button_pixmap):
8239 (border_get_titlebar_descr):
8240 (border_draw_one_button):
8241 Buttons order follows the title text rotations.
8242 More UseTitleDecorRotation preparation
8244 * fvwm/borders.c (border_draw_decor_to_pixmap):
8247 2002-12-24 olicha <olivier.chapuis@free.fr>
8249 * fvwm/borders.c (border_mp_render_into_pixmap):
8250 (border_fill_pixmap_background):
8251 Some borders drawing fixes
8253 * libs/Graphics.c (CreateRotatedPixmap):
8254 * fvwm/geometry.c (get_title_font_size_and_offset):
8255 * fvwm/update.c (apply_window_updates):
8256 * fvwm/borders.c (border_set_button_pixmap):
8257 (border_get_titlebar_draw_descr):
8258 (border_draw_title):
8259 (border_rotate_titlebar_descr):
8260 (border_get_titlebar_descr):
8261 More UseTitleDecorRotation preparation
8263 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8265 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8266 so we won't get so many application bugs report to fvwm-workers.
8268 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8270 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8272 * fvwm/style.c (style_parse_one_style_option):
8275 * fvwm/window_flags:
8276 * fvwm/decorations.c (is_function_allowed,
8277 __is_resize_allowed):
8278 Added styles Closable, Iconifiable, Maximizable and
8279 AllowMaximizeFixedSize
8280 * fvwm/conditional.c (MatchesConditionMask,
8281 CreateConditionMask):
8282 Added conditionals Closable,Iconifiable and Maximizable
8284 Documented styles Closable, Iconifiable, Maximizable and
8285 AllowMaximizeFixedSize and conditionals
8286 Closable,Iconifiable and Maximizable
8288 2002-12-20 olicha <olivier.chapuis@free.fr>
8290 * fvwm/window_flags.h:
8292 * fvwm/update.c (apply_window_updates):
8294 * fvwm/style.c (style_parse_one_style_option):
8296 UseTitleDecorRotation style preparation
8298 * fvwm/fvwm.c (main):
8299 Use best TrueColor visual
8301 * fvwm/borders.c (border_get_border_gcs):
8302 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8303 window which may have a depth != Pdepth
8305 * fvwm/menus.c (paint_side_pic):
8306 * fvwm/menuitem.c (menuitem_paint):
8307 * fvwm/icons.c (DrawIconPixmapWindow):
8308 * fvwm/colorset.c (parse_colorset):
8309 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8312 2002-12-19 olicha <olivier.chapuis@free.fr>
8314 * libs/Graphics.c (CreateRotatedPixmap):
8316 New interface function CreateRotatedPixmap
8318 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8320 * libs/PictureGraphics.c (PCreateRenderPixmap):
8321 (PCreateDitherPixmap):
8322 * libs/Graphics.c (CreateGradientPixmap):
8323 (CreateRotatedPixmap):
8326 * libs/FShm.h (new file):
8327 * libs/FImage.h (new file):
8328 * libs/FImage.c (new file):
8330 * fvwm/fvwm.c (setVersionInfo):
8331 Added MIT Shared Memory Extension for XImage
8337 * fvwm/builtins.c (ReadDecorFace):
8339 * fvwm/borders.c (border_draw_decor_to_pixmap):
8340 (border_fill_pixmap_background):
8341 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8343 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8346 shape-and-join fixes from Nadim Shaikli (slightly modified)
8348 2002-12-16 olicha <olivier.chapuis@free.fr>
8350 * libs/PictureGraphics.h:
8351 * libs/PictureGraphics.c (PTileRectangle):
8352 (PGraphicsCreateTiledPicture):
8353 * libs/Graphics.c (CreateTiledPixmap):
8354 New interface function: PGraphicsCreateTiledPicture
8357 * fvwm/fvwm.c (CreateGCs):
8358 Added a global (Scr) alpha GC
8362 * fvwm/builtins.c (ReadMultiPixmapDecor):
8363 (update_decorface_colorset):
8365 * fvwm/borders.c (border_get_tb_parts_to_draw):
8366 (border_fill_pixmap_background):
8367 (border_setup_bar_pixmaps):
8368 (border_get_bar_pixmaps):
8369 (border_free_bar_pixmaps):
8370 (border_mp_render_into_pixmap):
8371 (border_mp_get_length):
8372 (border_mp_get_titlebar_descr):
8373 (border_mp_get_geometry):
8374 (border_mp_get_use_title_style_parts_and_geometry):
8375 (border_mp_draw_mp_titlebar):
8376 (border_draw_decor_to_pixmap):
8377 (border_draw_title_deep):
8378 (border_get_titlebar_draw_descr):
8379 (border_setup_use_title_style):
8380 (border_get_titlebar_descr_state):
8381 (border_get_titlebar_descr):
8382 (border_get_transparent_decorations_part):
8383 (border_draw_title_stick_lines):
8384 MultiPixmap can use Colorset and Solid color. Various others minor
8385 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8386 "main" drawing code and remove the #ifdef.
8387 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8388 Use the new Scr.AlphaGC.
8390 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8392 * fvwm/add_window.c (validate_transientfor):
8393 do not ignore transientfor hint for iconified windows
8395 2002-12-12 Jason Weber <baboon@imonk.com>
8398 * fvwm/conditional.c (CMD_ScanForWindow):
8401 rename ScanWindow to ScanForWindow
8403 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8405 * fvwm/menuitem.c (menuitem_paint):
8406 * fvwm/colorset.c (parse_colorset):
8407 * fvwm/icons.c (DrawIconPixmapWindow):
8408 * fvwm/focus.c (_SetFocusWindow):
8409 (_ReturnFocusWindow):
8411 (_ForceDeleteFocus):
8412 (__activate_window_by_command):
8413 patches to prevent UMR messages in memory debuggers
8415 2002-12-11 Jason Weber <baboon@imonk.com>
8417 * fvwm/fvwm.1.in: Added ScanWindow
8419 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8422 Generalized CMD_Direction into direction_cmd.
8423 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8424 Replace Cycle prefix with secondary direction argument.
8426 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8428 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8430 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8431 * fvwm/conditional.c (CreateConditionMask):
8432 Implemented conditional "FixedSize" and "HasHandles"
8434 Documented conditional options "FixedSize" and "HasHandles".
8436 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8438 * fvwm/placement.c (PlaceWindow):
8439 fixed StickyAcrossDesks w/ StartsOnPage
8443 * fvwm/ewmh_conf.c (set_state_workaround):
8444 * fvwm/update.c (apply_window_updates):
8445 * fvwm/windowlist.c (CMD_WindowList):
8446 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8447 (ewmh_WMStateSticky):
8448 * fvwm/conditional.c (CreateConditionMask):
8449 * fvwm/gnome.c (GNOME_SetHints):
8451 (GNOME_HandlePropRequest):
8452 * fvwm/placement.c (SmartPlacement):
8457 * fvwm/session.c (SaveWindowStates):
8460 * fvwm/ewmh.c (check_desk):
8461 (EWMH_SetWMDesktop):
8462 (ewmh_ComputeAndSetWorkArea):
8463 (ewmh_HandleDynamicWorkArea):
8464 (ewmh_HandleDesktop):
8467 (ewmh_HandleToolBar):
8468 * fvwm/virtual.c (UnmapDesk):
8471 (do_move_window_to_desk):
8472 * fvwm/icons.c (setup_icon_title_size):
8473 (DrawIconTitleWindow):
8476 * fvwm/borders.c (is_button_toggled):
8477 (get_common_decorations):
8478 (border_draw_title_stick_lines):
8479 * fvwm/add_window.c (AddWindow):
8480 * fvwm/move_resize.c (__move_window):
8482 (is_window_sticky_across_pages):
8483 (is_window_sticky_across_desks):
8489 (CMD_StickAcrossPages):
8490 (CMD_StickAcrossDesks):
8491 (stick_across_pages):
8492 (stick_across_desks):
8493 (handle_stick_across_desks):
8494 (handle_stick_across_pages):
8496 * fvwm/fvwm.h (struct):
8497 * fvwm/style.c (style_parse_one_style_option):
8498 (check_window_style_change):
8500 * fvwm/window_flags.h:
8501 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8502 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8505 * fvwm/focus.c (CMD_Focus):
8507 (__activate_window_by_command):
8508 (__update_windowlist):
8509 (__set_focus_to_fwin):
8511 (_ReturnFocusWindow):
8513 (_ForceDeleteFocus):
8514 fixed window list order with FlipFocus command
8516 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8520 document bidi entry undocumented in 2.5.5
8522 2002-12-06 olicha <olivier.chapuis@free.fr>
8525 Fixed the "detection" of the LINGUAS variable
8528 Added ar to ALL_LINGUAS
8531 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8533 * fvwm/move_resize.c (__resize_window):
8534 fixed handling of MontionNotify and PropertyNotify events
8536 2002-12-03 olicha <olivier.chapuis@free.fr>
8538 * fvwm/borders.c (border_draw_decor_to_pixmap):
8539 (border_get_border_background):
8540 (get_common_decorations):
8543 * fvwm/builtins.c (CMD_PrintInfo):
8544 New subject nls to PrintInfo
8546 * libs/FGettext.c (*):
8547 New command FlocalePath
8549 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8553 changed version to 2.5.6
8559 2002-12-02 olicha <olivier.chapuis@free.fr>
8561 * libs/FRenderInit.c (FRenderInit):
8562 Fixed alpha depth if !XRenderSupport
8564 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8565 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8567 * libs/PictureImageLoader.h:
8568 Fixed image loading on bigedian machine
8570 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8572 * libs/FBidi.c (FBidiConvert):
8573 several small changes
8574 * libs/FBidiJoin.c (shape_n_join):
8575 enabled a new bidi shaping code
8577 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8579 * fvwm/frame.c (frame_restore_client_gravities):
8580 (frame_free_move_resize_args):
8581 fixed a redrawing problem after shading a window
8583 2002-11-29 olicha <olivier.chapuis@free.fr>
8586 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8590 Fixed two missprints
8592 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8594 * fvwm/bindings.c (ParseBinding):
8595 fix for stroke-less compile
8597 2002-11-29 olicha <olivier.chapuis@free.fr>
8599 * fvwm/commands.h (enum):
8600 * fvwm/functable.c (func_table):
8601 * fvwm/builtins.c (CMD_LocalePath):
8602 * libs/FGettext.c (FGettextSetLocalePath):
8604 Preparation for LocalePath command
8606 * fvwm/screen.h (ScreenInfo):
8607 * fvwm/fvwm.c (CreateGCs):
8608 Rename Scr.TileGC to Scr.BordersGC
8611 A libintl autoconf fix
8613 * libs/Colorset.c (CreateBackgroundPixmap):
8614 Do not grab the server when we dump the E setroot pixmap
8616 2002-11-29 olicha <olivier.chapuis@free.fr>
8623 Added NLS support with gnu gettext
8625 * fvwm/fvwm.c (main):
8628 * fvwm/expand.c (expand_vars_extended):
8629 New extanded variable $[gt.any_string]
8631 * fvwm/virtual.c (CMD_DesktopName):
8632 * fvwm/windowlist.c (get_desk_title):
8633 * fvwm/expand.c (expand_vars_extended):
8634 * fvwm/fvwm.c (SetRCDefaults):
8635 * fvwm/ConfigFvwmSetup:
8636 Mark some strings to be translated
8638 * libs/FGettext.c (new file):
8639 * libs/FGettext.c (new file):
8641 gnu gettext libintl warper
8643 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8645 * fvwm/add_window.c (RestoreWithdrawnLocation):
8646 rixed rxvts with S/E gravity travelling off screen upon recapture after
8649 * fvwm/events.c (__handle_key_event):
8650 * fvwm/bindings.c (activate_binding):
8651 (__rebind_global_key):
8652 fixed unbinding pointerkey bindings removing the grab for this key
8655 * fvwm/events.c (__is_bpress_window_handled):
8656 fixed click on override redirect windows being handled by the root
8659 * fvwm/misc.c (GrabEm):
8660 confine the pointer to the root window when grabbed
8662 * fvwm/events.c (HandleUnmapNotify):
8663 fixed reparenting problem with restarts from desks != 0
8665 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8668 removed experimental code
8670 2002-11-28 olicha <olivier.chapuis@free.fr>
8672 * fvwm/borders.c (border_get_border_background):
8673 (border_draw_decor_to_pixmap):
8674 (border_fill_pixmap_background):
8675 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8678 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8680 * fvwm/fvwm.c (InitVariables):
8681 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8683 * fvwm/virtual.c (CMD_EdgeScroll):
8686 * fvwm/ConfigFvwmDefaults:
8687 do not include empty ConfigFvwmProxyDefaults, added one binding
8689 2002-11-26 olicha <olivier.chapuis@free.fr>
8691 * libs/Colorset.c (CreateBackgroundPixmap):
8692 * fvwm/colorset.c (parse_colorset):
8693 Be more safe with the E root pixmap
8695 2002-11-25 olicha <olivier.chapuis@free.fr>
8697 * fvwm/move_resize.c (__move_loop):
8698 Redraw the transparent decoration parts when a move is abored
8700 * fvwm/colorset.c (parse_colorset):
8701 Fixed the fgsh Colorset colors when the Image change but not the bg
8703 2002-11-24 Jason Weber <baboon@imonk.com>
8705 * fvwm/conditional.c (CMD_Direction):
8706 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8707 eventual traversal of all windows over repeated calls. It also cycles
8708 back to the opposite extent when it hits the limit in the given
8711 2002-11-22 olicha <olivier.chapuis@free.fr>
8714 * fvwm/borders.c (get_common_decorations):
8715 (border_get_parts_and_pos_to_draw):
8716 (border_get_changed_border_parts):
8717 (border_get_frame_pixmap, new):
8718 (border_get_border_background):
8719 (border_draw_one_border_part):
8720 (border_draw_decorations):
8721 (border_get_tb_parts_to_draw):
8722 (border_fill_pixmap_background):
8723 (border_get_titlebar_descr_state, new):
8724 (border_draw_titlebar):
8725 (border_setup_bar_pixmaps, new):
8726 (border_get_bar_pixmaps, new):
8727 (border_free_bar_pixmaps, new):
8728 (border_setup_use_title_style, new):
8729 (border_set_button_pixmap):
8730 (border_set_title_pixmap):
8731 (border_draw_one_button):
8732 (border_set_button_pixmap):
8733 (border_draw_title_deep):
8734 (border_get_transparent_decorations_part, new):
8735 Title, Border and Buttons Style Colorset Option: Drawing
8737 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8740 * fvwm/frame.c (__frame_setup_window):
8741 (frame_has_handles_and_tiled_border):
8742 (frame_create_move_resize_args):
8743 (frame_free_move_resize_args):
8744 Title, Border and Buttons Style Colorset Option: External drawing
8745 stuff. Basically additional redrawing for RootTransparent
8747 * fvwm/builtins.c (update_decorface_colorset, new):
8748 (update_titlebutton_colorset, new):
8749 (update_decors_colorset, new):
8750 (update_fvwm_colorset):
8751 Title, Border and Buttons Style Colorset Option: Dynamic updating
8754 * fvwm/builtins.c (ReadDecorFace):
8755 Title, Border and Buttons Style Colorset Option: Configuration
8757 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8759 Title, Border and Buttons Style Colorset Option: Convinent macros and
8762 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8764 * libs/Makefile.am: Add missing Bindings.h.
8766 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8768 * fvwm/move_resize.c (__move_loop):
8769 send M_CONFIGURE_WINDOW only when the window actually moves
8771 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8778 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8779 with minor improvements; it is disabled for now (#if 0) since
8780 some Arabic chars cause core dump
8782 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8784 * fvwm/fvwm.1.in (Examples):
8785 added documentation of Icon option for PlaceAgain command
8787 * fvwm/events.c (__handle_key_event):
8788 fixed global key binding problem
8790 2002-11-15 olicha <olivier.chapuis@free.fr>
8792 * libs/Bindings.c (MatchBindingExactly):
8793 (__compare_binding):
8794 compile fixes w/o stroke lib
8797 * fvwm/geometry.c (get_title_font_size_and_offset):
8798 * fvwm/builtins.c (do_title_style):
8799 New MinHeight option to TitleStyle
8801 2002-11-15 olicha <olivier.chapuis@free.fr>
8803 * fvwm/builtins.c (update_fvwm_colorset):
8808 * fvwm/colorset.c (update_root_transparent_colorset):
8809 Fixed update of the RootTransparent colorset in fvwm
8811 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8813 * libs/Bindings.c (__compare_binding):
8814 (MatchBindingExactly):
8815 compoile fixes w/o stroke lib
8817 2002-11-14 olicha <olivier.chapuis@free.fr>
8822 Removed any reference on "xft and flickering"
8824 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8826 * fvwm/eventmask.h (XEVMASK_ICONW):
8827 * fvwm/events.c (HandleKeyRelease):
8829 (__handle_key_event):
8830 * fvwm/bindings.c (ParseBinding):
8832 * libs/Bindings.h (enum):
8833 implemented key release bindings; prefix the key name with a '-';
8834 does not work well with some applications
8836 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8841 * fvwm/bindings.c (ParseBinding):
8844 (bind_get_bound_button_contexts):
8850 (RemoveMatchingBinding):
8855 (GrabAllWindowKeysAndButtons):
8856 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8857 * fvwm/events.c (__handle_bpress_on_root):
8858 (__handle_bpress_on_managed):
8859 (HandleButtonRelease):
8860 * fvwm/builtins.c (CMD_Wait):
8862 * libs/fvwmlib.h (enum):
8863 fixed Key vs. PointerKey with "A"ny context
8865 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8867 * fvwm/icons.c (Iconify):
8868 icon placement safety patch
8870 fixed initial position of application provided icon windows
8872 * fvwm/session.c (LoadWindowStates):
8873 fixed parsing of strings beginning with whitespace in session file
8875 * fvwm/fvwm.1.in (Note):
8876 * fvwm/style.c (style_set_old_focus_policy):
8877 * libs/defaults.h (DEF_FP_MODIFIERS):
8878 set default modifiers for raising/focusing to N again
8880 2002-11-11 olicha <olivier.chapuis@free.fr>
8883 * fvwm/fvwm.c (main):
8885 named-palette -> visual-palette, -N -> -P
8887 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8889 * fvwm/ConfigFvwmDefaults:
8890 include ConfigFvwmProxyDefaults
8892 * fvwm/fvwm.c (usage):
8893 polished usage message
8895 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8897 * fvwm/fvwm.c (usage):
8899 cleaned up usage and error messages
8900 use short option names in usage message an man page synopsis
8901 all options are case sensitive
8902 do not mention the "-" style long options in the man page; instead use
8905 * fvwm/add_window.c (setup_frame_window):
8906 * fvwm/events.c (HandleMapNotify):
8907 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8908 fixed empty decorations after recapture
8910 * fvwm/geometry.c (get_icon_geometry):
8911 * fvwm/icons.c (clear_icon):
8912 fixed icon jumping to 0 0 when the icon layout changes after the icon
8913 has been moved manually
8915 * fvwm/move_resize.c (__move_icon):
8916 fixed MoveToPage with icons
8918 2002-11-09 olicha <olivier.chapuis@free.fr>
8920 * libs/Fft.c (FftGetRotatedFont):
8923 Check the return result of FftPatternGetMatrix
8926 * libs/PictureBase.h:
8929 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8931 * fvwm/ewmh_conf.c (set_state_workaround):
8932 * fvwm/functable.c (func_table):
8933 * fvwm/update.c (apply_window_updates):
8934 * fvwm/windowlist.c (CMD_WindowList):
8935 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8936 (ewmh_WMStateSticky):
8937 * fvwm/conditional.c (CreateConditionMask):
8938 (CreateConditionMask):
8939 * fvwm/gnome.c (GNOME_SetHints):
8941 (GNOME_HandlePropRequest):
8942 * fvwm/placement.c (SmartPlacement):
8947 * fvwm/session.c (SaveWindowStates):
8949 * fvwm/ewmh.c (check_desk):
8950 (EWMH_SetWMDesktop):
8951 (ewmh_ComputeAndSetWorkArea):
8952 (ewmh_HandleDynamicWorkArea):
8953 (ewmh_HandleDesktop):
8956 (ewmh_HandleToolBar):
8957 * fvwm/virtual.c (UnmapDesk):
8961 (do_move_window_to_desk):
8962 * fvwm/icons.c (setup_icon_title_size):
8963 (DrawIconTitleWindow):
8966 * fvwm/borders.c (is_button_toggled):
8967 (get_common_decorations):
8968 (border_draw_title_stick_lines):
8969 * fvwm/add_window.c (AddWindow):
8970 * fvwm/move_resize.c (__move_window):
8971 (is_window_sticky_on_page):
8972 (is_window_sticky_on_desk):
8978 (handle_stick_page):
8979 (handle_stick_desk):
8980 (__handle_stick_exit):
8983 * fvwm/style.c (style_parse_one_style_option):
8984 (check_window_style_change):
8987 New Style options stickypage and stickydesk
8988 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8989 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8990 New conditions StickyPage and StickyDesk
8991 New commands StickPage and StickDesk
8993 * fvwm/move_resize.c (__move_window):
8994 do not unstick a window when using MoveToScreen
9000 * fvwm/functable.c (func_table):
9001 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
9002 renamed EWMHBaseStrut to EwmhBaseStruts
9004 * fvwm/style.c (style_set_old_focus_policy):
9005 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
9006 (style_parse_one_style_option):
9007 renamed "Border" style to "Borders"
9008 removed "NoBorder" style; use !Borders instead
9009 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
9010 renamed PlacmentOverlapPercentPenalties to
9011 MinOverlapPercentPlacementPenalties
9018 Fixed compiler warnings
9020 2002-11-09 Mikhael Goikhman <migo@homemail.com>
9023 autogenerate FvwmWindowLister files
9026 mention fvwm-menu-directory and fvwm-menu-desktop as examples
9027 of MissingSubmenuFunction and DynamicPopupAction
9029 2002-11-08 olicha <olivier.chapuis@free.fr>
9031 * libs/PictureUtils.c (alloc_color_proportion):
9032 (alloc_color_proportion_dither):
9033 (alloc_color_proportion_grey):
9035 (free_colors_in_table):
9037 (init_static_colors_table):
9038 (PictureFreeColors):
9039 (PictureInitColors):
9040 (PicturePrintColorInfo):
9041 Fixed StaticColor visual. Rename some of the color allocators. Clean up
9044 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9046 * fvwm/move_resize.c (__move_window):
9047 ignore MoveToPage with sticky windows
9049 * fvwm/conditional.c (Circulate):
9051 Next and Prev commands begin looking at the context window, if any
9053 * fvwm/focus.c (__focus_grab_buttons):
9054 fixed initial button grabbing on client window
9056 * fvwm/stack.c (BroadcastRestack):
9057 split long packets, fixed a bug and cleaned up
9059 * libs/Module.c (ReadFvwmPacket):
9060 ignore packets that are too long
9063 document PopupDelay and PopdownDelay defaults
9065 2002-11-06 olicha <olivier.chapuis@free.fr>
9067 * libs/Fft.c (FftGetFont):
9068 (FftGetRotatedFont):
9069 Use a more perfectioned method for loading font with Xft/Fc. This
9070 method allows sanity check. Preserve the matrix when rotating
9073 * libs/Flocale.c (FlocaleGetMinOffset):
9074 (FlocaleRotateDrawString):
9075 (FlocaleGetFontSet):
9077 * libs/Fft.c (FftDrawString):
9079 * libs/FftInterface.h:
9080 * fvwm/geometry.c (get_title_font_size_and_offset):
9081 Move the computation of the good "y" for drawing text into Flocale.
9082 Use the max ascent, descent and height for font metric (in the place
9085 * libs/Flocale.c (FlocalePrintLocaleInfo):
9087 * libs/Fft.c (FftPrintPatternInfo):
9089 * fvwm/builtins.c (CMD_PrintInfo):
9092 New option "Locale" to PrintInfo Command
9094 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9096 * fvwm/events.c (HandleExpose):
9099 2002-11-04 Dan Espen <dane@mk.telcordia.com>
9101 * fvwm/fvwm.1.in: colour -> color
9104 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9107 * fvwm/fvwm.c (usage):
9111 2002-11-04 olicha <olivier.chapuis@free.fr>
9114 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
9116 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9118 (PictureFreeColors):
9119 (PicturePrintColorInfo):
9120 Trace colours allocation out of the pallet in depth <= 8. Better
9121 information on coulours
9123 * libs/Fft.c (FftGetRotatedFont):
9125 Fixed rotated font when the original font has a matrix
9127 * libs/PictureBase.c (PictureInitCMapRoot):
9128 * libs/PictureUtils.h:
9129 * libs/PictureUtils.c (PictureInitColors):
9130 (PictureAllocColorTable):
9131 * libs/PictureBase.h (PictureColorLimitOption):
9132 * fvwm/fvwm.c (main):
9134 New options -strict-color-limit, -allocate-pallet, -static-pallet,
9135 -named-pallet. -color-limit now take only integer argument.
9138 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9140 * libs/Module.h (struct):
9141 new type FvwmWinPacketBodyHeader to access the standard fields in a
9142 packet with a window
9144 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9149 * fvwm/functable.c (func_table):
9151 * fvwm/style.c (style_parse_one_style_option):
9152 (parse_and_set_window_style):
9156 added a new command FocusStyle as a shorthand for
9157 "Style * FP..., FP..."
9159 * fvwm/builtins.c (__parse_vector_line_one_coord):
9160 (__parse_vector_line):
9162 split vector line parsing into sub functions
9164 fixed core dump in vector button offset patch
9166 2002-11-01 Marcus Lundblad <ml@update.uu.se>
9168 * fvwm/screen.h (vector_coords):
9169 added fields for offsets
9170 * fvwm/builtins.c (ReadDecorFace):
9171 rewrote parser for vector definitions to accept optional offsets
9172 * fvwm/fvwm.c (LoadDefaultLeftButton):
9173 (LoadDefaultRightButton)
9174 set default values for offsets
9175 * fvwm/borders.c (border_draw_vector_to_pixmap):
9176 updated XDrawLine call to take offsets into account
9178 documented new options for vector offsets
9180 2002-11-01 olicha <olivier.chapuis@free.fr>
9182 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9183 Fixed icon tint pixel, it was set to icon tint percent during some
9186 2002-10-31 olicha <olivier.chapuis@free.fr>
9188 * libs/PictureUtils.c (PictureAllocColorImage):
9189 (PictureOpenImageColorAllocator):
9190 (PictureCloseImageColorAllocator):
9191 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9194 (PImageCreatePixmapFromArgbData):
9195 (PImageLoadPixmapFromFile):
9196 * libs/PictureBase.h (FvwmPictureThing):
9197 (PictureImageColorAllocator):
9199 * libs/Picture.c (PDestroyFvwmPicture):
9200 (PLoadFvwmPictureFromPixmap):
9201 * libs/Graphics.c (CreateGradientPixmap):
9203 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9204 Added a new way to allocate colors for image and gradient. This method
9205 allows, in particular, to save (in a "fast" way) the allocated pixels
9206 with a minimal memory usage.
9207 Fixed color leaks for png, ewmh and dithered xpm images.
9209 * fvwm/add_window.c (destroy_icon):
9210 * fvwm/fvwm.h (FvwmWindow):
9211 * fvwm/icons.c (GetIconFromFile):
9214 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9218 * fvwm/stack.c (enum):
9219 (position_new_window_in_stack_ring):
9221 (must_move_transients):
9224 (__raise_lower_recursion):
9225 (__raise_or_lower_window):
9226 (raise_or_lower_window):
9227 (collect_transients_recursive):
9228 (__is_restack_transients_needed):
9230 (CMD_RestackTransients):
9231 new command RestackTransients which works like Raise and Lower but does
9232 not restack windows that are not transient
9233 renamed some functions
9237 corrected cursor movement key bindings
9239 * fvwm/bindings.c (activate_binding):
9240 fixed problem w/ bindings being overridden by applications OpenOffice
9243 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9250 include FvwmProxy to build
9252 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9255 exclude FvwmProxy from build
9261 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9264 added FvwmProxy module
9266 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9269 * fvwm/windowlist.c (CMD_WindowList):
9270 renamed SortClassName to SortByClass
9272 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9274 * fvwm/menustyle.c (menustyle_update):
9275 (menustyle_parse_style):
9276 (menustyle_get_styleopt_index):
9277 (menustyle_parse_style):
9278 (CMD_CopyMenuStyle):
9280 removed HilightRelief MenuStyle and hard coded it
9282 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9284 * fvwm/menus.c (make_menu_window):
9285 fixed updating menu background with "Menustyle * Background"
9287 * fvwm/stack.c (__get_stacking_sibling):
9289 fixed another stacking problem
9291 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9295 corrected and lined up several help lines
9298 added --enable-xinerama-emulation description
9300 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9302 * fvwm/stack.c (restack_windows):
9303 (__get_stacking_sibling):
9304 fixed another stacking problem
9306 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9308 * fvwm/add_window.c (AddWindow):
9309 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9310 windows starting lowered or on other layers in FvwmPager
9312 * fvwm/stack.c (restack_windows):
9313 (__get_visible_window):
9314 fixed a stacking problem with layers
9316 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9318 * fvwm/functable.c (func_table):
9321 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9325 * fvwm/windowlist.c:
9326 new WindowList option SortByResource
9328 * fvwm/style.c (check_window_style_change):
9329 * libs/FlocaleCharset.c:
9333 place recent authors to the top, not bottom
9336 corrected typo in error message
9338 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9340 * fvwm/fvwm.1.in: Lang check done.
9342 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9345 work on new menu loop code
9351 * fvwm/menus.c (__mloop_handle_event):
9352 (__mloop_get_event):
9353 (__mloop_handle_action_with_mi):
9354 * fvwm/menus.h (MenuReturn):
9355 renamed MenuReturn member menu to target_menu
9357 * fvwm/menus.c (__mloop_handle_event):
9358 * fvwm/menus.h (MenuReturn):
9359 removed a "write only" member of MenuReturn
9361 * fvwm/conditional.c (circulate_cmd):
9362 fixed the "Any" command
9364 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9366 * fvwm/stack.c (mark_transient_subtree):
9367 fixed stack ring corruption with iconified transients
9369 fixed a problem with lowering windows below the icons of their
9372 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9378 * libs/PictureBase.h:
9382 renamed colorset_struct to colorset_t
9384 2002-10-22 olicha <olivier.chapuis@free.fr>
9386 * libs/PictureUtils.c:
9387 Minor fixes and add #if O experimental code
9389 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9391 * fvwm/icons.c (DrawIconPixmapWindow):
9393 * fvwm/events.c (HandlePropertyNotify):
9394 * libs/Fft.c (FftDrawString):
9395 * libs/Colorset.c (DumpColorset):
9397 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9398 use renamed colorset_struct members
9400 * libs/Colorset.h (colorset_struct):
9401 renamed and re-sorted members and cut down bit field lengths for
9404 * fvwm/menustyle.c (menustyle_update):
9407 * fvwm/stack.c (restack_windows):
9408 fixed flickering when raising transients; can't prevent flickering when
9409 lowering a window completely
9411 fixed unnecessary error message
9413 * fvwm/fvwm.c (main):
9416 * fvwm/stack.c (__restack_window):
9417 fixed a stacking problem with icons
9419 * fvwm/add_window.c (destroy_icon):
9422 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9424 * fvwm/menuitem.c (menuitem_paint):
9425 * fvwm/menustyle.c (menustyle_parse_style):
9426 * fvwm/menus.c (paint_side_pic):
9429 (repaint_transparent_menu):
9430 * fvwm/menustyle.h (MenuLook):
9431 cleaned up menu drawing code, fixed last patch
9433 * fvwm/menuitem.c (menuitem_paint):
9434 * fvwm/menustyle.c (menustyle_parse_style):
9435 fixed HilightBack default
9437 * fvwm/bindings.c (binding_cmd):
9438 (bind_get_bound_button_contexts):
9440 * fvwm/screen.h (ScreenInfo):
9441 fixed mouse bindings with buttons > 5
9443 * fvwm/menuitem.c (menuitem_paint):
9444 * fvwm/menustyle.c (menustyle_parse_style):
9445 (menustyle_parse_style):
9446 (CMD_CopyMenuStyle):
9449 * fvwm/menus.c (repaint_transparent_menu):
9451 HilightBack and ActiveFore are now independent
9453 2002-10-18 olicha <olivier.chapuis@free.fr>
9455 * libs/PictureUtils.c (get_color_index):
9456 (create_mapping_table):
9457 (PictureAllocColorTable):
9458 Use a new distance and method for color approximation. Use 68 colors
9459 for the default under depth 8. I am happy with this, should use a
9460 similar distance method for dithering
9462 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9463 (PictureAllocColorTable):
9464 (PictureDitherByDefault):
9467 (PicturePrintColorInfo):
9468 * libs/PictureUtils.h:
9469 Allows -color-limit to work with any visual and depth for testing
9470 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9473 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9475 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9477 * fvwm/add_window.c (get_default_window_attributes):
9480 * fvwm/builtins.c (CMD_ChangeDecor):
9481 removed some duplicate redrawing
9483 * fvwm/update.c (apply_decor_change):
9484 suppress duplicate window update upon ChangeDecor
9485 (apply_window_updates):
9486 do not delete the focus window
9488 2002-10-17 olicha <olivier.chapuis@free.fr>
9493 * libs/Colorset.c (CreateBackgroundPixmap):
9494 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9496 * fvwm/builtins.c (CMD_Colorset):
9497 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9499 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9501 * fvwm/add_window.c (AddWindow):
9502 * fvwm/update.c (apply_window_updates):
9503 * fvwm/move_resize.c (handle_stick):
9505 suppress drawing of sticky decorations initially
9506 reduce module communication overhead when (un)sticking windows
9508 * fvwm/borders.c (border_draw_decorations):
9509 * fvwm/window_flags.h:
9511 * fvwm/frame.c (frame_create_move_resize_args):
9512 (get_resize_decor_gravities_one_axis):
9513 (frame_mrs_setup_draw_decorations):
9515 initialize window decorations with a "None" pixmap;
9516 delay drawing window decorations initially to prevent drawing multiple
9518 => windows grabbing the focus upon startup are drawn focused
9521 * fvwm/frame.c (frame_free_move_resize_args):
9522 reparent the frame hide windows to NoFocusWin instead of Root to
9523 suppress unnecessary ReparentNotify events
9525 2002-10-16 olicha <olivier.chapuis@free.fr>
9527 * fvwm/fvwm.c (main):
9531 Fixed compilation with X cvs
9533 * libs/Colorset.c (CreateBackgroundPixmap):
9536 * fvwm/events.c (HandlePropertyNotify):
9537 * fvwm/colorset.c (update_root_pixmap):
9538 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9539 to found a root pixmap
9541 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9543 * fvwm/bindings.c (bind_get_bound_button_contexts):
9544 another mouse binding fix
9546 * fvwm/conditional.c (CreateConditionMask):
9548 all conditions have a negation with '!' prepended
9552 Current, All, Pick, ThisWindow and PointerWindow imply the
9553 CirculateHitShaded condition.
9555 * fvwm/focus.c (__focus_grab_buttons):
9556 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9557 fixed bindings using mouse buttons >= 6
9559 2002-10-15 olicha <olivier.chapuis@free.fr>
9561 * libs/PictureUtils.c (PicturePrintColorInfo):
9564 * fvwm/functable.c (func_table):
9565 * fvwm/builtins.c (CMD_PrintInfo):
9567 New cmd PrintInfo. Only one arg at present time: "Colors"
9569 * fvwm/fvwm.c (main):
9570 Auto detect card with 2 hardware colormaps and choose the best
9573 * libs/PictureUtils.c (PictureInitColors):
9575 * libs/PictureUtils.h:
9576 * fvwm/fvwm.c (main):
9577 * libs/PictureBase.c (PictureInitCMapRoot):
9579 * libs/PictureBase.h:
9580 Try to support DirectColor visual in a good way, I do not think
9581 this is really useful.
9582 Added a flexible interface function PictureInitColors for
9583 colors allocation initialization.
9584 Some cleanup in color allocation and some preparation for a new
9585 method for saving and freeing colors allocated by images and gradients.
9586 Removed some ifdefed to 0 debug code.
9588 * libs/Picture.c (*):
9590 * libs/PictureImageLoader.c (*):
9591 * libs/PictureImageLoader.h:
9594 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9596 * fvwm/add_window.c (setup_key_and_button_grabs):
9597 * fvwm/bindings.c (ParseBinding):
9599 * fvwm/add_window.c (setup_key_and_button_grabs):
9600 don't grab window context specific bindings anymore; instead, set
9601 Scr.buttons2grab accordingly
9603 * fvwm/bindings.c (activate_binding):
9604 fixed stroke bindings on window context being ignored if no other
9605 action was bound to that context
9607 * fvwm/add_window.c (destroy_icon):
9608 fixed duplicate icon pixmap when switching from NoIconOverride to
9611 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9614 re-indented some code
9616 fixed random position of icon title for icons with a position hint
9619 corrected default of Use/NoIconPosition style
9621 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9623 * fvwm/windowlist.c (CMD_WindowList):
9624 fixed random string for iconified windows in the WindowList
9626 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9631 2002-10-08 olicha <olivier.chapuis@free.fr>
9633 * libs/PictureBase.c (*):
9634 (PictureInitCMapRoot)
9635 (PictureSetupWhiteAndBlack):
9636 (PictureWhitePixel):
9637 (PictureBlackPixel):
9639 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9640 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9641 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9642 but always use the root visual and allows to set or not a private
9644 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9645 but which respects the Pvisual
9647 * libs/PictureGraphics.c (*):
9648 * libs/FScreen.c (FScreenInit):
9649 * libs/FRender.c (FRenderRender):
9650 * libs/Fft.c (FftDrawString):
9651 * fvwm/icons.c (CreateIconWindow):
9652 * fvwm/colorset.c (parse_colorset):
9653 * fvwm/move_resize.c (CMD_XorValue):
9654 * fvwm/colorset.c (alloc_colorset):
9655 * fvwm/fvwm.c (main):
9656 Use the new interface functions and some fix if the fvwm depth !=
9659 * libs/PictureUtils.c (PictureAllocColorTable):
9660 Change the default color table to a 4x4x4 cc + 4 grey
9662 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9664 * fvwm/fvwm.1.in: Use built-in, not builtin.
9666 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9669 s/FvwmNewDebug/FvwmDebug/
9672 * fvwm/conditional.c (CMD_NoWindow):
9675 new command NoWindow to remove window context
9678 use "fvwm" spelling, at least in the middle of sentences
9680 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9682 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9683 builtin commands. Use "builtin", not "built in" or "built-in".
9686 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9688 * libs/Graphics.c (do_relieve_rectangle):
9689 removed debug message
9691 * fvwm/focus.c (__update_windowlist):
9692 (__set_focus_to_fwin):
9693 fixed reversal of __update_windowlist arguments causing FlipFocus to
9694 break [and maybe other things]
9696 2002-10-05 olicha <olivier.chapuis@free.fr>
9698 * libs/PictureUtils.c (alloc_color_cube):
9699 It si possible to enable "gamma correction" for colors cubes (disabled,
9700 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9702 * libs/PictureUtils.c (get_color_index):
9703 (create_mapping_table):
9704 Use a more exact approximation of colors for pur cc without the big
9707 * libs/PictureUtils.c (PictureFreeColors):
9710 * libs/Graphics.c (CreateGradientPixmap):
9711 (CreateGradientPixmapFromString):
9714 2002-10-04 olicha <olivier.chapuis@free.fr>
9716 * libs/PictureUtils.c (*):
9717 Used a better color approximation for color cube when we do not dither.
9718 Added some new colors tables: color cube with some grey colors.
9719 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9722 * fvwm/fvwm.c (main):
9723 Fixed the visual option
9725 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9728 generate FvwmNewDebug and FvwmGtkDebug
9730 2002-10-02 olicha <olivier.chapuis@free.fr>
9732 * libs/PictureUtils.c (USED_DIST):
9733 Used the euclidian distance for colors distance
9735 * libs/Fft.c (FftGetFont):
9736 Disable Xft if the Xserver does not support XRender
9738 2002-10-01 olicha <olivier.chapuis@free.fr>
9740 * libs/Fft.c (FftGetFont):
9741 Disable Xft if the Xserver does not support XRender
9743 * libs/FRender.c (FRenderRender):
9744 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9747 * libs/Colorset.c (SetRectangleBackground):
9748 (SetClippedRectangleBackground):
9750 New interface function for drawing a subset of a colorset rectangle
9752 2002-09-26 olicha <olivier.chapuis@free.fr>
9754 * fvwm/update.c (apply_window_updates):
9755 Fixed icons colorset update
9757 * libs/FRender.c (FRenderRender):
9758 Fixed bitmap rendering
9760 * fvwm/update.c (apply_window_updates):
9761 * fvwm/geometry.c (move_icon_to_position):
9762 * fvwm/events.c (HandleEnterNotify):
9764 (HandleLeaveNotify):
9765 (HandlePropertyNotify):
9766 * fvwm/add_window.c (setup_icon_font):
9767 * fvwm/icons.c (DrawIconWindow):
9768 (DrawIconTitleWindow):
9769 (DrawIconPixmapWindow):
9772 Fixed focus/unfocus flickering
9774 2002-09-25 olicha <olivier.chapuis@free.fr>
9776 * fvwm/icons.c (DrawIconTitleWindow):
9777 One more drawing fix
9779 2002-09-24 olicha <olivier.chapuis@free.fr>
9781 * fvwm/icons.c (DrawIconTitleWindow):
9782 An other drawing fix
9784 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9786 * fvwm/move_resize.c (__move_loop):
9787 fixed uninitialised variable
9789 fixed starting move at random position
9791 2002-09-24 olicha <olivier.chapuis@free.fr>
9793 * fvwm/update.c (apply_window_updates):
9794 * fvwm/geometry.c (move_icon_to_position):
9795 * fvwm/events.c (HandleEnterNotify):
9797 (HandleLeaveNotify):
9798 (HandlePropertyNotify):
9799 * fvwm/add_window.c (setup_icon_font):
9800 * fvwm/icons.c (DrawIconWindow):
9801 (DrawIconTitleWindow):
9802 (DrawIconPixmapWindow):
9805 Fixed icon drawing. Split icon window drawing.
9807 * libs/FRender.c (*):
9808 Fixed compilation and small clean up
9810 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9812 * fvwm/conditional.c (CreateFlagString):
9813 fixed quoting in conditional command conditions
9815 * fvwm/menus.c (__mloop_handle_event):
9816 removed unnecessary querying of pointer position on button release in
9821 * fvwm/bindings.c (ParseBinding):
9822 increased maximum allowed key symbol name length to 200 characters
9824 * fvwm/execcontext.h (enum):
9825 * fvwm/fvwm.c (Done):
9831 * fvwm/execcontext.h (enum):
9832 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9834 * fvwm/menus.c (pop_menu_up):
9835 fixed accidental menu animation with certain menu position hints
9837 2002-09-23 olicha <olivier.chapuis@free.fr>
9839 * libs/FRender.c (*):
9840 Fixed(?) XRender rendering with some Xserver
9842 * fvwm/update.c (apply_window_updates):
9843 * fvwm/geometry.c (move_icon_to_position):
9844 * fvwm/events.c (HandleEnterNotify):
9846 (HandleLeaveNotify):
9847 (HandlePropertyNotify):
9848 * fvwm/add_window.c (setup_icon_font):
9849 * fvwm/icons.c (DrawIconWindow):
9852 Clip text and icon drawing for the icons
9854 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9858 Path commands now support form: "path1;ext1:path2:path3;ext3"
9859 where ext1 (for example, ".png") means all files in path1 should
9860 be forced to have extention ".png" even if the requested icon
9861 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9863 * fvwm/execcontext.h:
9864 small changes in latters used for EXCT_* constants
9866 * fvwm/module_interface.c:
9868 * libs/PictureBase.c:
9870 some spacing reindentation
9872 2002-09-21 olicha <olivier.chapuis@free.fr>
9874 * libs/FRender.c (FRenderCompositeAndCheck):
9875 Temporally take GraphicsExposure in account
9877 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9880 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9882 2002-09-20 olicha <olivier.chapuis@free.fr>
9884 * fvwm/icons.c (GetIconPicture):
9885 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9886 Fixed the alpha channel
9888 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9893 2002-09-20 olicha <olivier.chapuis@free.fr>
9895 * libs/FRender.c (FRenderTintPicture):
9896 (FRenderTintRectangle):
9898 * libs/FRenderInterface.h:
9899 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9900 Make FRender code more modular. Add a 24+8 tinting method and enable it
9901 in the place of the 32 tinting method (which can be enabled by defining
9902 USE_ABSOLUTE_FORMATE)
9904 2002-09-19 olicha <olivier.chapuis@free.fr>
9906 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9907 (animated_move_back):
9909 (repaint_transparent_menu):
9910 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9911 (AnimatedMoveAnyWindow):
9912 * fvwm/move_resize.h:
9913 Support the new colorset transparent options and fix greyed item
9914 of transparent animated menus
9916 * fvwm/menus.c (pop_menu_up):
9917 (animated_move_back):
9919 * libs/Rectangles.c:
9920 * libs/Rectangles.h:
9922 New libs files for rectangles, segments, regions ..etc
9924 * fvwm/menus.c (clear_expose_menu_area):
9925 (get_menu_paint_item_parameters):
9928 (ParentalMenuRePaint):
9929 (ParentalMenuRePaint):
9930 * fvwm/menuitem.c (clear_menu_item_background):
9932 * fvwm/menuitem.h (MenuPaintItemParameters):
9933 Clip the item icons and text drawing
9935 * fvwm/menus.c (__mloop_exit):
9936 Fixed an indirect uninitialized variable bug
9938 * fvwm/menus.c (__mloop_handle_event): *
9939 (__mloop_handle_action_with_mi): *
9940 Update some comments
9942 * libs/FRender.c (FRenderVisualInit):
9944 * fvwm/colorset.c (parse_colorset):
9947 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9949 * fvwm/menus.c (__menu_loop):
9950 (__mloop_handle_action_with_mi):
9951 fixed parent menu redrawing
9953 * fvwm/style.c (check_window_style_change):
9954 * fvwm/update.c (apply_window_updates):
9955 * fvwm/add_window.c (setup_icon_size_limits):
9956 honour changes in IconSize style without recapture
9958 * fvwm/focus.c (focus_query_open_grab_focus):
9959 * fvwm/events.c (HandlePropertyNotify):
9960 * fvwm/add_window.c (setup_transientfor):
9961 take care of various funny initial transientfor settings
9963 * fvwm/stack.c (__raise_lower_recursion):
9965 fixed stacking core dump
9967 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9973 added a program that tests for -Werror option and similar; bug out of
9974 configure if the test program doesn't compile
9976 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9980 add a "do not edit" warning at the beginning of the man page
9983 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9985 * libs/FScreen.c (XineramaQueryScreens):
9986 fixed linking problem when compiling without Xinerama
9988 * fvwm/cursor.c (CMD_CursorStyle):
9989 fixed cursorstyle command being applied to windows without handles
9991 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9992 (EWMH_ProcessPropertyNotify):
9993 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9994 (GNOME_HandlePropRequest):
9995 fixed dummy macros when compiling without gnome/ewmh support
9997 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9999 * libs/queue.c (fqueue_add_inside):
10000 add a new command with the same execution time as a previous one behind
10004 override CFLAGS and CPPFLAGS with empty strings instead of generating an
10007 * fvwm/functions.c (__execute_function):
10008 * fvwm/execcontext.h (exec_context_type_t):
10009 replace enum values with letters for readability
10011 * fvwm/functions.c (__execute_function):
10012 improved command log output
10014 * fvwm/schedule.c (execute_obj_func):
10015 fixed schedule queue timing
10018 refuse to run configure if CFLAGS is not empty
10020 2002-09-16 Mikhael Goikhman <migo@homemail.com>
10023 fixed compilation with --enable-command-log; simplified fvwm_msg()
10026 reformatted; don't send end-of-line with SET_*MASK
10028 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10030 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
10031 fixed multipixmap title drawing
10033 * fvwm/frame.h (struct):
10034 * fvwm/frame.c (frame_get_titlebar_dimensions):
10035 removed unused code
10037 * fvwm/events.c (HandlePropertyNotify):
10038 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
10040 * libs/Fft.c (FftDrawString):
10041 -Wall fix when compiling w/o Xft
10043 2002-09-15 olicha <olivier.chapuis@free.fr>
10045 * libs/Colorset.c (CreateBackgroundPixmap):
10046 Fixed a dpy problem with FvwmBacker
10047 * libs/Colorset.c (CreateBackgroundPixmap):
10048 Fixed creation a root transparent pixmap for small root pixmap
10050 2002-09-14 olicha <olivier.chapuis@free.fr>
10052 * libs/Fft.c (FftDrawString):
10053 Fixed clip region with shadow font
10055 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
10056 Added a function to create translucent pixmaps
10057 * libs/Colorset.c (CreateBackgroundPixmap):
10059 * libs/FRender.c (FRenderRender):
10060 Allows to use the root window as src pixmap
10062 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10065 Fixed open double quotes in ButtonState section
10067 2002-09-13 Dan Espen <dane@mk.telcordia.com>
10069 * fvwm/fvwm.1.in: Add -cmd module timeout information.
10071 2002-09-13 olicha <olivier.chapuis@free.fr>
10073 * libs/Colorset.c (CreateBackgroundPixmap):
10074 (UpdateBackgroundTransparency):
10075 (SetRectangleBackground):
10077 * fvwm/colorset.c (*):
10079 * fvwm/events.c (HandlePropertyNotify):
10080 Starting implementation of RootTransparent colorset. Worked on
10081 tinted Transparent colorset. Various colorset parsing fixes.
10083 * libs/Fft.c (FftDrawString):
10085 Added the possibility to draw with a clipping region.
10087 * libs/FRender.c (FRenderRender):
10088 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
10089 (PCreateRenderPixmap):
10090 (PGraphicsCreateTransprency):
10091 (PGraphicsTintRectangle):
10092 Improve current rendering functions to be able to tint the
10093 ParentalRelative pixmap or the background of a window.
10094 Re-enabled XRender rendering.
10097 remove a #if 0 debug "render" code
10099 2002-09-13 Mikhael Goikhman <migo@homemail.com>
10101 * fvwm/builtins.c (ReadTitleButton):
10103 new button state shortcuts AllNormal, AllToggled,
10104 AllActive, AllInactive, AllUp, AllDown
10106 * fvwm/module_interface.c:
10110 possibly fixed compilation with non gcc
10112 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10114 * fvwm/focus.c (_focus_grab_buttons):
10115 (__focus_grab_buttons):
10117 (__focus_grab_one_button):
10118 grab all modifier combinations on client windows by default if
10119 necessary; this saves a lot of traffic but may grab unnecessary
10120 modifiers with mouse bindings on the client window
10123 * libs/defaults.h (DEF_FP_MODIFIERS):
10124 * fvwm/events.c (__handle_focus_raise_click):
10125 * fvwm/style.c (style_parse_focus_policy_style):
10126 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
10127 default is now to use any modifiers for clicktofocus/raise purposes
10129 * fvwm/menus.c (__mloop_get_event):
10132 fixed tear off menus
10134 * libs/FEvent.c (FCheckIfEvent):
10136 (FCheckTypedEvent):
10137 (FCheckTypedWindowEvent):
10138 (FCheckWindowEvent):
10139 fixed FCheck...Event functions thus fixing Menu command behaving like
10142 * fvwm/move_resize.c (InteractiveMove):
10143 fixed offset between pointer and window when dragging
10145 * fvwm/virtual.c (HandlePaging):
10146 * fvwm/icons.c (CMD_Iconify):
10147 * fvwm/move_resize.c (InteractiveMove):
10148 * fvwm/menus.c (get_menu_options):
10149 (get_menu_options):
10150 * libs/FScreen.c (GetMouseXY):
10151 use new function fev_get_evpos_or_query()
10153 * libs/Makefile.am:
10157 (GetLocationFromEventOrQuery):
10158 moved to FEvent.c and renamed to fev_get_evpos_or_query()
10159 * libs/FEvent.c (fev_set_evpos):
10162 * fvwm/functions.c (__execute_function):
10163 (execute_complex_function):
10164 fixed complex action clicking logic
10166 * fvwm/add_window.c (CaptureOneWindow):
10167 fixed RecaptureWindow
10168 (CaptureAllWindows):
10171 * fvwm/functable.c (func_table):
10172 fixed running RecaptureWindow without a context window
10174 * fvwm/conditional.c (circulate_cmd):
10175 fixed action to run
10177 * fvwm/events.c (HandleVisibilityNotify):
10178 fixed VisibilityNotify handling
10180 * fvwm/functions.c (execute_complex_function):
10181 fixed memory corruption
10182 (__execute_function):
10183 fixed using wrong context
10184 (__execute_function):
10185 removed conditional that was always true now
10189 * fvwm/module_interface.c (ExecuteModuleCommand):
10190 initialise module number
10192 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10194 * fvwm/add_window.c (CaptureOneWindow):
10195 fixed memory corruption
10197 * fvwm/icons.c (Iconify):
10199 fixed bug introduced with transient stacking patch
10201 * fvwm/functions.c (DeferExecution):
10202 (__execute_function):
10203 (execute_complex_function):
10204 cleaned up and optimized exec_context handling
10209 * fvwm/windowlist.c:
10210 * fvwm/conditional.c:
10212 * fvwm/functions.c:
10213 * fvwm/placement.c:
10217 * fvwm/module_interface.c:
10220 * fvwm/add_window.c:
10221 * fvwm/move_resize.c:
10222 * fvwm/fvwm.h (F_CMD_ARGS):
10224 completely removed the builtin command arguments fw, w, and context
10226 * fvwm/functions.c (DeferExecution):
10229 * fvwm/stack.c (BroadcastRestack):
10230 removed global lastTimestamp
10232 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10233 (EWMH_ProcessPropertyNotify):
10234 (ewmh_WMStateShaded):
10235 (ewmh_WMStateSticky):
10236 (ewmh_WMStateHidden):
10240 (ewmh_CloseWindow):
10241 (ewmh_DesktopGeometry):
10242 (ewmh_ActiveWindow):
10243 use new function interface
10245 * fvwm/menus.c (do_menu):
10246 * fvwm/menucmd.c (menu_func):
10247 * fvwm/windowlist.c (CMD_WindowList):
10248 use new function interface
10249 replaced "(XEvent *)1" hack with a regular flag
10251 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10253 * fvwm/add_window.c (destroy_window):
10254 * fvwm/update.c (destroy_scheduled_windows):
10255 * fvwm/screen.h (ScreenInfo):
10256 new member is_executing_menu_function
10258 * fvwm/windowlist.c (CMD_WindowList):
10259 * fvwm/menucmd.c (menu_func):
10260 * fvwm/gnome.c (CMD_GnomeButton):
10261 (GNOME_ProcessClientMessage):
10262 (GNOME_HandlePropRequest):
10263 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10264 * fvwm/update.c (apply_window_updates):
10265 * fvwm/repeat.c (CMD_Repeat):
10266 * fvwm/conditional.c (circulate_cmd):
10278 * fvwm/focus.c (warp_to_fvwm_window):
10279 (CMD_WarpToWindow):
10280 * fvwm/read.c (run_command_stream):
10281 (run_command_file):
10284 * fvwm/fvwm.c (Done):
10288 use new function interface
10290 fixed running startup script under random module number
10292 * fvwm/functions.c (execute_function_override_window):
10293 * fvwm/functions.c (execute_function_override_wcontext):
10294 new convenience functions
10301 * fvwm/module_interface.c (CMD_Send_WindowList):
10303 (CMD_set_sync_mask):
10304 (CMD_set_nograb_mask):
10306 don't use "Module" argument anymore
10307 (ExecuteModuleCommand):
10309 use new function interface
10311 * fvwm/add_window.c (CaptureOneWindow):
10313 (CaptureAllWindows):
10314 * fvwm/events.c (HandleMapRequestKeepRaised):
10315 * fvwm/add_window.c (AddWindow):
10316 AddWindow takes executiuon context as its argument instead of the
10317 window; changed caller
10318 don't use "Event" anymore
10320 * fvwm/fvwm.c (StartupStuff):
10321 generate an execution context for startup
10323 * fvwm/move_resize.c (DoResize):
10327 renamed and used new function interface in args
10329 * fvwm/geometry.c (constrain_size):
10330 added XEvent *e argument to remove use of global "Event"; changed all
10333 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10335 * fvwm/stack.c (get_next_window_in_stack_ring):
10336 (get_prev_window_in_stack_ring):
10337 (get_transientfor_fvwmwindow):
10338 * fvwm/icons.c (SetMapStateProp):
10339 * fvwm/events.c (fake_map_unmap_notify):
10340 * fvwm/misc.c (IsRectangleOnThisPage):
10341 * fvwm/menus.c (menu_enter_tear_off_menu):
10342 (menu_close_tear_off_menu):
10343 * fvwm/icons.c (DrawIconWindow):
10345 * fvwm/colormaps.c (InstallWindowColormaps):
10346 made FvwmWindow * arguments const in many functions
10348 * fvwm/menus.c (pop_menu_up):
10351 (__mloop_do_popup):
10353 (menu_enter_tear_off_menu):
10354 (__mloop_get_event):
10355 (__mloop_get_event_timeout_loop):
10357 (__mloop_get_mi_actions):
10359 * fvwm/events.c (HandleEnterNotify):
10360 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10365 * fvwm/functions.c (DeferExecution):
10366 (__execute_function):
10367 * fvwm/windowlist.c (CMD_WindowList):
10368 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10369 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10370 (ExecuteModuleCommand):
10371 * fvwm/builtins.c (CMD_Wait):
10372 * fvwm/events.c (WaitForButtonsUp):
10373 (HandleShapeNotify):
10374 (HandleVisibilityNotify):
10375 (HandleUnmapNotify):
10376 (HandleSelectionRequest):
10377 (HandleReparentNotify):
10378 (HandlePropertyNotify):
10379 (HandleMotionNotify):
10380 (HandleMapRequestKeepRaised):
10381 (HandleMapRequest):
10382 (HandleMappingNotify):
10384 (HandleLeaveNotify):
10389 (HandleEnterNotify):
10390 (HandleDestroyNotify):
10391 (HandleColormapNotify):
10392 (HandleClientMessage):
10393 (HandleButtonRelease):
10394 (HandleButtonPress):
10395 (__handle_bpress_on_root):
10396 (__handle_bpress_action):
10397 (__handle_click_to_raise):
10398 (__handle_click_to_focus):
10399 (__is_bpress_window_handled):
10400 (__handle_focus_raise_click):
10401 don't use "Event", "Fw" and old_execute_function() anymore
10403 * fvwm/events.c (dispatch_event):
10404 removed preserve_tmpwin argument; changed all callers
10406 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10407 fixed random focus member of faked event
10409 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10410 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10411 (EWMH_ProcessPropertyNotify):
10412 * fvwm/move_resize.c (DisplaySize):
10414 (position_geometry_window):
10415 * fvwm/geometry.c (get_window_borders):
10416 (get_window_borders_no_title):
10419 * fvwm/events.c (dispatch_event):
10420 create event execution context
10421 (HandleClientMessage):
10422 removed useless local "button"
10424 don't fiddle with global Fw anymore; added argument to return context
10425 window; changed all callers
10427 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10428 * fvwm/move_resize.c (__resize_window):
10429 use new event handle interface
10432 * fvwm/eventhandler.h:
10433 new event handler interface
10435 * fvwm/functions.c (CMD_Plus):
10436 * fvwm/builtins.c (AddToDecor):
10438 (CMD_DestroyDecor):
10439 use F_CMD_ARGS in AddToDecor
10441 removed useless check for realloc return value
10442 use new function interface
10443 fixed another memory leak
10445 * fvwm/builtins.c (__remove_window_decors):
10446 replace old_execute_function with execute_function
10448 * fvwm/add_window.c (setup_window_placement):
10449 * fvwm/placement.c (PlaceWindow):
10450 * fvwm/schedule.c (execute_obj_func):
10451 * fvwm/colorset.c (add_to_junk):
10452 use new function call interface
10454 * fvwm/fvwm.h (F_EXEC_ARGS):
10455 (F_PASS_EXEC_ARGS):
10456 removed now unused macros
10458 * fvwm/functions.c (CheckActionType):
10461 (__execute_function):
10462 (__run_complex_function_items):
10463 (execute_complex_function):
10464 rewrote function call interface
10466 * fvwm/functions.c (__run_complex_function_items):
10467 new function split off from execute_complex_function
10471 removed "Event" global
10473 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10475 * fvwm/fvwm.1.in: Language check.
10477 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10479 * fvwm/functions.c (old_execute_function):
10482 * fvwm/module_interface.c (do_execute_module):
10483 don't write module argument anymore; code claimed that writing 0 into
10484 *Module prevented WaitForButtonsUp from being called, but that was
10485 either a lie or a relic of the past
10487 * fvwm/fvwm.h (exec_func_args_type):
10491 removed *Module argument
10493 * fvwm/functions.c (__execute_function):
10496 * fvwm/functions.h (enum):
10497 added more function execution falgs
10500 add exec_context_t *exc to builtin arguments
10502 * libs/FEvent.c (fev_copy_last_event):
10505 * fvwm/execcontext.h:
10506 * fvwm/execcontext.c:
10507 new files introducing the "exec_context_t" structure that shall replace
10508 the builtin command interface
10510 * fvwm/stack.c (__RaiseOrLowerWindow):
10511 (RaiseOrLowerWindow):
10512 (__restack_window):
10513 (mark_transient_subtree):
10514 (__sort_transient_ring):
10515 properly handle restacking of windows with more than one transient and
10516 multiple levels of transients at the same time
10517 (__RaiseOrLowerWindow):
10518 (RaiseOrLowerWindow):
10519 renamed function and added wrapper
10521 * fvwm/fvwm.h (FvwmWindow):
10522 added new scratch registers
10524 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10528 minor improvements in the new release procedure
10530 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10532 * fvwm/stack.c (RaiseOrLowerWindow):
10533 (__restack_window):
10534 (mark_transient_subtree):
10535 (must_move_transients):
10536 (is_on_top_of_layer_ignore_rom):
10537 handle restacking trees of transient windows; still does not work too
10538 well if a window has multiple transients at the same time
10540 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10544 restored versions from before 9th of September
10545 (RaiseOrLowerWindow):
10546 fixed StackTransientParent style without RaiseTransient or
10547 LowerTransient on transient_for window
10548 StackTransientParent works only on window in the same layer
10549 (mark_transient_subtree):
10550 fixed handling of window group hint w/ iconify
10552 (RaiseOrLowerWindow):
10554 fixed flickering when overlapping transients aree lowered
10556 * fvwm/move_resize.c (__resize_window):
10557 * fvwm/colorset.c (add_to_junk):
10558 cleaned up event handling
10560 * fvwm/move_resize.c (__resize_window):
10561 renamed function and changed callers
10563 * fvwm/fvwm.h (F_PASS_ARGS):
10565 removed eventp command argument
10567 * fvwm/events.c (DispatchEvent):
10569 renamed function, added event argument and changed all callers
10571 * libs/FEvent.c (fev_fake_event):
10572 * libs/FEvent.c (fev_get_evtype__remove_me):
10575 * fvwm/menus.c (menuShortcuts):
10582 (__mloop_get_event_timeout_loop):
10583 (__mloop_get_event):
10584 (__mloop_do_popup):
10585 (__mloop_do_popup):
10587 * fvwm/builtins.c (CMD_FakeClick):
10588 * fvwm/functions.c (CheckActionType):
10590 * fvwm/focus.c (__try_program_focus):
10591 (__try_program_focus):
10592 * fvwm/icccm2.c (SetupICCCM2):
10593 * fvwm/virtual.c (HandlePaging):
10594 * fvwm/module_interface.c (make_vpacket):
10595 (make_new_vpacket):
10596 * fvwm/schedule.c (squeue_get_next_ms):
10597 (squeue_get_next_ms):
10599 * fvwm/stack.c (BroadcastRestack):
10600 * fvwm/move_resize.c (resize_window):
10602 * libs/FEvent.c (fev_get_evtime):
10603 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10605 * fvwm/events.c (HandleEnterNotify):
10609 (discard_window_events):
10610 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10613 * fvwm/menus.c (__mloop_get_event):
10614 * fvwm/virtual.c (HandlePaging):
10616 * fvwm/functions.c (DeferExecution):
10618 * fvwm/misc.c (get_server_time):
10619 * fvwm/builtins.c (CMD_StrokeFunc):
10620 * fvwm/menus.c (pop_menu_up):
10623 * libs/FEvent.c (fev_update_last_timestamp):
10624 removed StashEventTime function; handle this directly in FEvent.c
10626 * fvwm/module_interface.c (ExecuteModuleCommand):
10627 * fvwm/misc.c (Keyboard_shortcuts):
10628 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10629 * fvwm/events.c (handle_all_expose):
10633 don't use Event global anymore
10635 * fvwm/bindings.c (activate_binding):
10636 fixed key bindings on window corners
10638 * libs/fvwmlib.h (C_DECOR):
10639 context including all parts of the decorations
10641 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10644 fixed compilation warning in #endif comment
10647 removed debug fprintf
10653 another solution for reporting the cvs status
10655 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10657 * configure.in (LIBOBJS):
10658 * acinclude.m4 (smr_SWITCH):
10659 fix for autoconf 2.53
10662 removed unnecessary includes
10664 * fvwm/Makefile.am (fvwm_SOURCES):
10666 * fvwm/eventmasks.h:
10667 * fvwm/eventhandlers.h:
10668 new files split from events.h
10670 * fvwm/icccm2.c (HandleSelectionRequest):
10671 (HandleSelectionClear):
10672 * fvwm/colormaps.c (HandleColormapNotify):
10673 * fvwm/menus.c (menu_tear_off):
10674 * fvwm/move_resize.c (resize_window):
10677 new argument avh_args_t to the event handler functions; still unused
10678 moved all event handlers to events.c
10679 remove now unnecessary includes in some files
10681 * fvwm/icccm2.c (HandleSelectionRequest):
10685 use replacements for X event functions everywhere
10687 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10691 * fvwm/borders.c (border_flags_to_button_state):
10693 * fvwm/builtins.c (ReadTitleButton):
10694 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10695 * fvwm/fvwm.c (InitVariables):
10696 Imlemented new title and button states InactiveUp and InactiveDown,
10697 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10698 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10699 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10702 reformat license info in -version to be 3 lines and one empty line
10703 instead of 5 non-empty lines, for readability
10705 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10709 * libs/Makefile.am:
10712 * fvwm/stack.c (__raise_or_lower_recursion):
10713 (RaiseOrLowerWindow):
10714 split into two functions
10715 renamed to __raise_or_lower_window
10716 (mark_transient_subtree):
10717 new flag MARK_CLEAR
10718 (position_new_window_in_stack_ring):
10721 cleaned up stacking code
10723 * fvwm/menus.c (paint_menu):
10724 fixed a minor drawing problem with menu item reliefs
10726 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10728 * fvwm/move_resize.c (InteractiveMove):
10729 removed eventp from interface
10730 changed all callers
10732 * fvwm/menucmd.c (menu_func):
10733 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10734 * fvwm/windowlist.c (CMD_WindowList):
10735 * fvwm/read.c (run_command_file):
10736 (run_command_stream):
10737 * fvwm/focus.c (warp_to_fvwm_window):
10738 * libs/Event.c (GetSubwindowFromEvent):
10739 * fvwm/events.c (GetContext):
10740 * libs/Pointer.c (GetLocationFromEventOrQuery):
10741 * fvwm/builtins.c (CMD_StrokeFunc):
10743 * fvwm/events.c (StashEventTime):
10744 * fvwm/move_resize.c (InteractiveMove):
10745 * fvwm/functions.c (DeferExecution):
10746 (old_execute_function):
10747 * fvwm/fvwm.h (F_CMD_ARGS):
10749 make eventp argument const to ease clean up work
10751 * fvwm/windowlist.c (CMD_WindowList):
10752 * fvwm/move_resize.c (InteractiveMove):
10753 * fvwm/menucmd.c (menu_func):
10754 * fvwm/icons.c (CMD_Iconify):
10755 always query pointer position in case a script modified the position
10758 * fvwm/focus.c (SetPointerEventPosition):
10759 removed function since it modifies the global event variable
10761 * fvwm/functable.c (func_table):
10762 added cursor and event type members fo DeferExecution call
10763 * fvwm/functions.c (DeferExecution):
10764 made static, call from inside functions.c only
10765 removed calls everywhere
10767 * fvwm/builtins.c (CMD_StrokeFunc):
10770 * fvwm/virtual.c (HandlePaging):
10772 don't use global "Event" anymore
10774 pass in event structure through arguments
10775 changed all callers
10777 2002-09-02 olicha <olivier.chapuis@free.fr>
10779 * libs/Colorset.c (*):
10781 * libs/colorset.c (parse_colorset):
10782 * libs/PictureGraphics.c (PGrabXImage):
10783 (PCreateRenderPixmap):sx
10784 (PGraphicsCreateTransprency):
10785 * libs/PictureGraphics.h:
10786 An experimental implementation of ParentalRelative tinted background
10788 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10789 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10791 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10792 * libs/FRenderInit.c (FRenderInit):
10793 (FRenderGetAlphaDepth):
10794 * libs/FRenderInit.h:
10795 Fixed alpha blending for xserver without depth 8 pixmap
10801 2002-09-01 olicha <olivier.chapuis@free.fr>
10804 Colorset and alpha blending news
10806 2002-08-31 olicha <olivier.chapuis@free.fr>
10808 * libs/Ficonv.c (convert_charsets):
10809 Fixed compilation on systems that do not have EILSEQ
10811 2002-08-30 olicha <olivier.chapuis@free.fr>
10813 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10814 Fixed compilation of certain modules
10816 * fvwm/borders.c (border_render_into_pixmap):
10817 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10818 * libs/PictureGraphics.h:
10819 * libs/Graphics.c (CreateStretchPixmap):
10820 (CreateStretchYPixmap):
10821 (CreateStretchXPixmap):
10822 Progress with masks in multipixmap title
10824 * libs/PictureGraphics.c (PCopyArea):
10826 (PCreateRenderPixmap):
10827 * fvwm/borders.c (border_fill_pixmap_background):
10830 * fvwm/icons.c (DrawIconWindow):
10831 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10832 Fixed the shape mask of ewmh icons and icons with some alpha
10834 2002-08-30 olicha <olivier.chapuis@free.fr>
10836 * libs/PictureGraphics.c (PCreateRenderPixmap):
10837 (PGrabImageErrorHandler):
10838 (PGraphicsCopyPixmaps):
10839 (PGraphicsCopyFvwmPicture):
10840 (PGraphicsTileRectangle):
10841 (PGraphicsRenderPixmaps):
10842 (PGraphicsRenderPicture):
10843 * libs/PictureGraphics.h:
10844 * libs/PictureBase.h:
10845 Replaced PGraphicsTileRectangle with a more powerful function,
10846 PCreateRenderPixmap, which performs *full* XRender simulation.
10847 So alpha blending is now supported even without Xrender support.
10848 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10849 for direct rendering with tint and alpha channel.
10851 * libs/FRender.c (FRenderVisualInit):
10853 (FRenderTintRectangle):
10855 * libs/FRenderInterface.h:
10856 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10857 and more powerfull function FRenderRender
10859 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10861 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10862 Load the alpha even without Xrender support
10865 * fvwm/colorset.c (parse_pixmap_tint):
10868 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10869 or obsolete TintMask) also tints gradients and the tint is applied
10870 only to the pixmap not the bg color. The average bg is computed from
10871 the "original" pixmap and not the tinted one, bgTint should be used
10872 to get a real average bg in the case the pixmap is tinted
10874 * fvwm/icons.c (DrawIconWindow):
10875 (CreateIconWindow):
10876 * fvwm/menuitem.c (menuitem_paint):
10877 * fvwm/menus.c (paint_side_pic):
10878 * fvwm/borders.c (border_get_border_background):
10879 (border_draw_decor_to_pixmap):
10880 (border_fill_pixmap_background):
10881 * fvwm/events.c (HandlePropertyNotify):
10882 Picture rendering use the new PGraphicsRenderPixmaps and
10883 PGraphicsRenderPicture libs functions. Respect new colorset options
10885 * fvwm/colorset.c (parse_colorset):
10887 (CMD_ReadWriteColors):
10889 Removed the read write colorset codes
10891 * libs/Graphics.c (CalculateGradientDimensions):
10892 Fixed the size of dithered H and V gradients
10894 * libs/PictureUtils.c (*):
10895 * libs/PictureUtils.h:
10898 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10900 * fvwm/menus.c (paint_menu_gradient_background):
10901 fixed drawing of SidePic menu background when not using SideColor
10904 * FvwmIconBox/icons.c:
10907 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10909 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10911 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10914 fixed --disable-ewmh
10918 added const to some prototypes
10920 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10922 * fvwm/menus.c (MenuInteraction):
10924 renamed MenuInteraction to __menu_loop
10926 * fvwm/menus.c (pop_menu_up):
10929 removed pdo_warp_to_title argument of pop_menu_up and changed all
10930 callers; logic is now in last_saved_position_hints
10931 (__menu_get_next_event_timeout_loop):
10932 began to split MenuInteraction into several sub functions
10933 go away, evil "goto"!
10935 * fvwm/style.c (style_parse_one_style_option):
10936 all boolean styles - and *only* boolean styles, can be prefixed with a
10937 '!' to invert their meaning
10938 (style_parse_button_style):
10939 moved Button and NoButton styles to separate function
10943 updated for 2.5.4-devel
10952 * fvwm/menuitem.h (struct):
10953 * fvwm/menus.c (paint_menu_gradient_background):
10954 (paint_menu_pixmap_background):
10956 (clear_expose_menu_area):
10957 fixed TiledPixmap menu background drawing bug
10958 sorted function in file and removed forward declarations
10960 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10962 * fvwm/Makefile.am (LDADD):
10963 put -lfvwm at front of library list
10965 * fvwm/windowlist.c (CMD_WindowList):
10966 print window's page instead of current page in windowlist
10968 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10970 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10971 Fix for Experimental RaiseOverUnmanaged Handling.
10973 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10977 New defs for Experimental RaiseOverUnmanaged Handling.
10979 * fvwm/events.c (HandleEnterNotify):
10981 (set_focus_to_fwin)
10982 (focus_query_grab_buttons)
10983 (_focus_grab_buttons)
10984 (focus_grab_buttons)
10985 (focus_grab_buttons_client_entered)
10987 (__activate_window_by_command)
10988 (_ReturnFocusWindow)
10990 (_ForceDeleteFocus)
10992 (raise_over_unmanaged)
10993 (is_above_unmanaged)
10994 (_is_on_top_of_layer)
10995 (is_on_top_of_layer)
10996 (is_on_top_of_layer_and_above_unmanaged)
10997 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10998 interaction of RaiseOverUnmanaged with various focus policies,
10999 particularly mouse focus + client click raises; issue mouse
11000 button grabs when and only when they are actually needed; and
11001 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
11002 (Thanks to the GFPR, this is much more straightforward to do!)
11004 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11007 added a paragraph about scripting and complex functions.
11009 * fvwm/style.c (style_parse_one_style_option):
11010 fixed flag_mask and change_mask of TitleAt... styles that broke left
11013 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11016 describe new focus policy styles
11018 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11020 * fvwm/style.c (merge_styles):
11021 fixed applying style updates immediately
11023 * fvwm/geometry.c (constrain_size):
11024 fixed font resizing of maximized windows
11026 * fvwm/window_flags.h:
11027 * fvwm/fvwm.h (has_new_wm_normal_hints):
11030 * fvwm/events.c (HandleEnterNotify):
11031 fixed UngrabNotify returning focus to just unfocused window
11035 * fvwm/style.c (merge_styles):
11037 (__simplify_style_list):
11038 fixed default style calculations
11040 * fvwm/events.c (HandleConfigureRequest):
11041 disabled debug output
11043 * fvwm/style.c (merge_styles):
11044 * fvwm/fvwm.h (window_style):
11045 new style member default_mask to allow two levels of defaults;
11046 fixes focus policy defaults
11048 rewrote many of the macros; changed all callers
11050 * fvwm/borders.c (RenderIntoPixmap):
11051 (DrawMultiPixmapTitlebar):
11052 (border_render_into_pixmap):
11053 (border_draw_multi_pixmap_titlebar):
11054 applied Suzanne Skinner's multi pixmap titles fix
11055 renamed functions and changed all callers
11057 * libs/FScreen.c (FScreenGetScrRect):
11060 new utility functions
11062 * fvwm/windowlist.c (CMD_WindowList):
11063 new option MaxLabelWidth for the WIndowList command based on patch by
11065 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
11066 WindowList command.
11068 * fvwm/events.c (HandleConfigureRequest):
11069 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
11070 seems to work without problems
11072 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11074 * fvwm/style.c (merge_styles):
11075 fixed style defaults getting stuck to on once set
11078 fixed a number of non portable uses of the "test" command and unified
11079 the used syntax of all calls to reduce chance of copy-and-paste
11082 2002-08-17 Mikhael Goikhman <migo@homemail.com>
11086 minor typos and improvements;
11087 better string quotings and detection of fribidi for autoconf-2.53
11089 * fvwm/Makefile.am:
11090 don't include *.in in EXTRA_DIST, they are auto-included
11092 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11094 * fvwm/events.c (HandleConfigureRequest):
11095 (HandlePropertyNotify):
11096 (is_resizing_event_pending):
11097 fixed uninitialised return code of test_resizing_event
11099 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11101 * fvwm/decorations.c (SelectDecor):
11103 * fvwm/window_flags.h:
11105 moved common.s.has_no_border window flag to common.has_no_border to
11106 fix windows getting stuck without a border once the HandleWidth or
11107 BorderWidth was set to 0 and then increased again
11110 removed reference to BUGS and TODO
11113 moved a lot of constant definitions to configure.in; the fvwm.lsm and
11114 fvwm.1 files don't have to be updated for a release anymore; the release
11115 number and date are set by configure
11117 * fvwm/fvwm.c (setVersionInfo):
11118 fixed output of "fvwm -version"
11120 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11122 * fvwm/style.c (style_parse_one_style_option):
11123 Old focus styles override less of the behaviour specified with the
11124 FP... styles; use defaults instead without setting the mask
11125 (style_parse_one_style_option):
11126 removed the styles MouseFocusClickIgnoreMotion and
11127 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
11129 (style_parse_one_style_option):
11130 ClickToFocusRaises now works only on the client window, not on the
11132 (style_parse_one_style_option):
11133 fixed FocusFollowsMouse style
11134 (style_set_old_focus_policy):
11135 moved old default focus settings to a separate function, simplified code
11137 2002-08-14 Dan Espen <dane@mk.telcordia.com>
11139 * fvwm/fvwm.1: Add hot-spot is an offset information,
11140 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
11143 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11145 * fvwm/style.c (style_parse_focus_policy_style):
11146 fixed parsing of FPFocusClickButtons and FocusClickModifiers
11148 * libs/Makefile.am:
11149 added missing files
11151 * fvwm/events.c (HandleConfigureRequest):
11152 fixed ConfigureRequest race condition
11154 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11157 quote environment variables
11159 2002-08-13 olicha <olivier.chapuis@free.fr>
11162 Color limit and dithering news
11165 Added a minimal doc for the -color-limit option
11167 * fvwm/builtins.c (CMD_ColorLimit):
11168 ColorLimit is obsolete
11170 * fvwm/builtins.c (ReadDecorFace):
11171 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11172 (PictureAllocColorAllProp):
11173 Implemented dithering for depth 16 and 15. This is off by default
11174 in colorset (use the dither colorset option) and on by default
11175 for window title gradient. Gradient are visibly more smooth.
11177 * libs/PictureUtils.c (*):
11180 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11183 corrected the pixmap cursor description, added an example
11185 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11187 * fvwm/menus.c (select_menu_item):
11188 (paint_menu_gradient_background):
11189 fixed a redrawing problem with H/Vgradient menu faces
11191 fixed a minor problem w/ entering submenus via keyboard
11193 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11195 * fvwm/move_resize.c (CMD_ResizeMove):
11198 (CMD_ResizeMaximize):
11199 (CMD_ResizeMoveMaximize):
11200 commands can be used on iconified windows again
11204 moved pre-2.2 NEWS to ONEWS
11207 * libs/safemalloc.c:
11213 * fvwm/menustyle.c:
11220 let config.h include strinh.h or strings.h
11222 * fvwm/style.c (style_parse_one_style_option):
11223 (style_parse_one_style_option):
11224 fixed icon box crash
11226 * fvwm/bindings.c (update_nr_buttons):
11227 fixed extra buttons on window decorations
11229 * fvwm/style.c (style_parse_one_style_option):
11230 fixed parsing of the FP... and !FP... styles
11232 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11234 * fvwm/style.c (style_parse_one_style_option):
11235 Fixed a typo so that ClickToFocusRaisesOff actually turns
11236 the option off instead of on.
11238 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11240 * fvwm/focus.c (focus_grab_buttons):
11241 only grab necessary buttons on the client window
11243 2002-08-11 olicha <olivier.chapuis@free.fr>
11245 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11246 Removed some debug code
11248 * fvwm/fvwm.c (main):
11250 Added -color-limit to fvwm usage
11252 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11254 * fvwm/style.c (style_parse_one_style_option):
11255 (style_parse_focus_policy_style):
11256 added style options "FP..." to control focus policy
11257 removed OverrideGrabFocus and AllowGrabFocus styles
11259 * fvwm/style.c (merge_styles):
11260 fixed style defaults != 0
11262 * fvwm/focus.c (__restore_focus_after_unmap):
11263 fixed a bug w/ reverting the focus from transients to the parent
11265 * fvwm/ewmh.c (ewmh_HandleDesktop):
11266 * fvwm/style.c (style_parse_one_style_option):
11267 fixed defaults for various focus styles
11272 * fvwm/frame.c (frame_mrs_resize_move_windows):
11273 backed out anti-flicker patch that slowed down command processing
11275 * fvwm/bindings.c (update_nr_buttons):
11277 fixed sluggish processing of mouse bindings
11279 * fvwm/events.c (__handle_bpress_action):
11280 fixed drawing of pressed decorations w/o bindings
11282 * fvwm/frame.c (frame_move_resize):
11283 removed debug code that broke focus handling
11285 * fvwm/style.c (style_parse_one_style_option):
11286 fixed passing the focus click to the app by default
11288 * fvwm/events.c (__handle_click_to_focus):
11289 * fvwm/focus.c (set_focus_to_fwin):
11290 (__set_focus_to_fwin):
11291 removed drawing code that broke as many places as it fixed; plus it
11292 cause unnecessary redraws
11294 * fvwm/events.c (HandleConfigureRequest):
11295 send a synthetical ConfigureNotify if an application is not granted its
11296 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11297 and FixedPSize to work properly; also to be ICCCM compliant
11298 always force border_width 0 in these events
11299 in the experimental cr merging code, send a number of cn events equal
11300 to the number of merged events
11306 * fvwm/style.c (style_parse_focus_policy_style):
11307 (style_parse_icon_size_style):
11308 (style_parse_icon_box_style):
11309 (style_parse_icon_grid_style):
11310 (style_parse_icon_fill_style):
11311 (style_parse_one_style_option):
11312 (parse_and_set_window_style):
11313 split into separate functions
11314 (style_parse_one_style_option):
11315 simplified and cleaned up
11318 * fvwm/decorations.c:
11321 * fvwm/conditional.h:
11322 * fvwm/conditional.c:
11326 * fvwm/colormaps.c:
11329 reformatted and cleaned up
11331 2002-08-11 olicha <olivier.chapuis@free.fr>
11333 * libs/PictureUtils.c (*):
11334 * libs/PictureUtils.h:
11335 * libs/PictureDitherMatrice.h (new file):
11336 * libs/PictureImageLoader.c (*):
11337 * libs/PictureImageLoader.h:
11338 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11339 (PCreateDitherPixmap):
11340 (PCreateTintedPixmap):
11341 * libs/PictureGraphics.h:
11342 * libs/PictureBase.c (PictureInitCMap):
11343 * libs/PictureBase.h:
11344 * libs/Picture.c (*):
11347 * libs/Colorset.c (DumpColorset):
11350 * libs/Graphics.c (all gradient functions):
11353 * fvwm/move_resize.c (CMD_XorPixmap):
11354 * fvwm/colors.c (FreeColors):
11355 * fvwm/builtins.c (CMD_DefaultColors):
11356 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11357 * fvwm/builtins.c (FreeDecorFace):
11359 * fvwm/menus.c (pop_menu_down):
11360 (paint_menu_gradient_background):
11363 * fvwm/menustyle.c (menustyle_free_face):
11364 (menustyle_parse_face):
11366 (menustyle_update):
11367 (menustyle_parse_style):
11368 (CMD_CopyMenuStyle):
11369 * fvwm/menustyle.h:
11370 * fvwm/icons.c (GetIconFromFile):
11371 * fvwm/builtins.c (ReadMultiPixmapDecor):
11373 * fvwm/borders.c (border_draw_decor_to_pixmap):
11374 * fvwm/add_window.c (setup_mini_icon):
11375 * fvwm/fvwm.c (main):
11376 * fvwm/colorset.c (free_colorset_background):
11380 New color limit method and implement dithering in depth <= 8.
11381 Added a "fvwm picture attributes" structure for loading image.
11382 Some colors leaks fix. Add some (weak) color leaks. New option
11383 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11386 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11388 * libs/Flocale.c (FlocaleRotateDrawString):
11391 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11393 * fvwm/style.c (parse_and_set_window_style):
11394 fixed the default for passing the click-to-raise click for mousey
11397 * fvwm/events.c (__handle_click_to_focus):
11398 removed redundant code
11399 (WaitForButtonsUp):
11400 fixed sluggish motion event handling when waiting for buttons to be
11403 * fvwm/focus.c (__set_focus_to_fwin):
11404 (set_focus_to_fwin):
11405 fixed redrawing the border w/ mousey focus when the window was entered,
11406 then the border was clicked before the FocusIn event arrived
11408 * fvwm/events.c (__handle_bpress_on_managed):
11409 * fvwm/style.c (parse_and_set_window_style):
11410 fixed some small focus problems
11413 reformatted and cleaned up
11418 * fvwm/focus.c (focus_query_click_to_raise):
11419 (focus_query_click_to_focus):
11420 * fvwm/style.c (parse_and_set_window_style):
11421 * fvwm/events.c (__test_for_motion):
11422 (__check_click_to_focus_or_raise):
11423 (__handle_focus_raise_click):
11424 (__is_bpress_window_handled):
11425 (__handle_click_to_focus):
11426 (__handle_click_to_raise):
11427 (__handle_bpress_stroke):
11428 (__handle_bpress_action):
11429 (__handle_bpress_on_root):
11430 (__handle_bpress_on_unmanaged):
11431 (__handle_bpress_on_managed):
11432 (HandleButtonPress):
11433 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11434 of the new focus code; only the parsing for the new styles is missing
11436 * fvwm/virtual.c (is_pan_frame):
11439 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11441 * fvwm/add_window.c (AddWindow):
11442 fixed compile error
11444 * fvwm/events.c (__handle_focus_raise_click):
11445 (HandleButtonPress):
11448 * fvwm/events.c (__handle_focus_raise_click):
11449 * fvwm/fvwm.h (struct):
11450 * fvwm/style.c (check_window_style_change):
11451 (parse_and_set_window_style):
11452 * fvwm/session.c (MatchWinToSM):
11453 * fvwm/window_flags.h:
11454 eliminated parts of the old focus code
11456 * fvwm/focus.c (__set_focus_to_fwin):
11457 (set_focus_to_fwin):
11458 * fvwm/fvwm.c (InitVariables):
11459 * fvwm/add_window.c (destroy_window):
11460 * fvwm/events.c (__handle_focus_raise_click):
11461 * fvwm/screen.h (ScreenInfo):
11462 eliminated Scr.Ungrabbed global
11464 * fvwm/update.c (apply_window_updates):
11465 (flush_window_updates):
11466 * fvwm/icons.c (DeIconify):
11468 * fvwm/move_resize.c (CMD_Maximize):
11471 * fvwm/frame.c (frame_free_move_resize_args):
11472 (__frame_setup_window):
11473 * fvwm/virtual.c (do_move_window_to_desk):
11474 (CMD_GotoDeskAndPage):
11477 * fvwm/stack.c (LowerWindow):
11478 * fvwm/events.c (HandleMapNotify):
11479 (HandleVisibilityNotify):
11482 (__handle_focus_raise_click):
11483 (HandleEnterNotify):
11484 (HandleMapRequestKeepRaised):
11485 * fvwm/add_window.c (setup_key_and_button_grabs):
11486 (setup_focus_policy):
11488 * fvwm/focus.c (__try_other_screen_focus):
11489 (__set_focus_to_fwin):
11490 (set_focus_to_fwin):
11491 (focus_grab_buttons_on_pointer_window):
11492 (focus_grab_buttons_on_layer):
11493 (focus_grab_buttons_new):
11494 cleaned up focus grab handling.
11496 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11499 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11501 * fvwm/add_window.c (setup_window_structure):
11503 discarded unused return code
11505 * fvwm/focus.c (focus_grab_buttons):
11506 split into two fucntions and fixed a bug with ungrabbing buttons
11508 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11509 * fvwm/style.c (parse_and_set_window_style):
11510 * fvwm/icons.c (DeIconify):
11512 * fvwm/events.c (HandleButtonPress):
11513 (HandleEnterNotify):
11514 (HandleLeaveNotify):
11516 (HandleMapRequestKeepRaised):
11517 * fvwm/add_window.c (CaptureAllWindows):
11518 * fvwm/virtual.c (UnmapDesk):
11520 (do_move_window_to_desk):
11521 * fvwm/update.c (flush_window_updates):
11522 * fvwm/focus.c (set_focus_model):
11524 (__restore_focus_after_unmap):
11525 much more GFPR work; these patches may break lots of things
11527 * fvwm/focus.c (set_focus_to_fwin):
11528 (__activate_window_by_command):
11530 (ReturnFocusWindow):
11532 (ForceDeleteFocus):
11533 renamed MoveFocus to set_focus_to_fwin
11535 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11537 * libs/Fft.c (FftDrawString):
11538 removed redudant and buggy code that called DrawStringFunc before
11539 this pointer gets initialized
11541 * fvwm/focus.c (focus_query_click_to_raise):
11542 fixed possibly-uninitialized variable warning
11544 * fvwm/Makefile.am:
11545 specify stroke includes before Xft includes, may improve some cases
11547 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11550 fixed sys/time.h detection
11552 * fvwm/events.c (HandleMappingNotify):
11553 * libs/Bindings.c (AddBinding):
11554 added MappingNotify event handler
11556 * fvwm/events.c (HandleMapRequest):
11559 * fvwm/events.c (InitEventHandlerJumpTable):
11560 another attempt at handling "unknown" modifiers in key bindings
11562 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11564 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11565 * fvwm/add_window.c (destroy_window):
11566 * fvwm/focus.c (focus_grab_buttons):
11569 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11571 * fvwm/focus.c (focus_force_refresh_focus):
11572 * fvwm/events.c (HandleEnterNotify):
11573 (HandlePropertyNotify):
11574 (HandleButtonPress):
11575 * fvwm/icons.c (DeIconify):
11576 * fvwm/virtual.c (MapDesk):
11577 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11578 * fvwm/update.c (apply_window_updates):
11579 * fvwm/module_interface.c:
11580 * fvwm/conditional.c (MatchesConditionMask):
11583 * fvwm/icons.c (Iconify):
11584 removed "#if 0"ed code
11586 * fvwm/module_interface.c:
11587 disabled the old ConfigureWindow module interface
11590 * libs/fvwmsignal.h:
11592 * fvwm/ewmh_intern.h:
11594 * fvwm/module_interface.c:
11599 new file to encapsulate time.h and sys/time.h inclusion
11603 (mark_transient_subtree):
11604 (__mark_group_member):
11605 cleaned up and split into two functions
11607 * fvwm/focus.c (CMD_Focus):
11609 * fvwm/icons.c (DeIconify):
11612 (__activate_window_by_command):
11615 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11616 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11617 * fvwm/style.c (parse_and_set_window_style):
11618 (parse_and_set_window_style):
11619 began implementing new focus control styles
11621 * fvwm/focus.c (DoSetFocus):
11622 (__restore_focus_after_unmap):
11627 (__set_focus_to_fwin):
11630 * fvwm/conditional.c (MatchesConditionMask):
11631 * fvwm/focus.c (focus_query_open_grab_focus):
11632 (focus_query_close_restore_focus):
11633 (focus_does_accept_input_focus):
11635 * fvwm/events.c (HandleUnmapNotify):
11636 (HandleEnterNotify):
11638 (HandleMapRequestKeepRaised):
11639 renamed some functions
11642 * fvwm/focus_policy.c:
11643 * fvwm/focus_policy.h:
11644 prepared some future focus policy flags
11647 enable error message when png or xpm test compilation fails
11650 * fvwm/window_flags.h:
11651 * fvwm/ewmh.c (ewmh_HandleDesktop):
11652 * fvwm/style.c (parse_and_set_window_style):
11653 (check_window_style_change):
11654 * fvwm/events.c (HandleButtonPress):
11655 (HandleVisibilityNotify):
11656 began GFPR migration of *raises* focus policy flags
11658 * fvwm/focus.c (focus_is_focusd):
11661 * libs/Bindings.c (AddBinding):
11662 fixed handling of "unknown" modifiers in key bindings
11664 * fvwm/focus.c (focus_grab_buttons):
11665 (focus_query_grab_buttons):
11666 moved focus policy code into separate function
11668 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11673 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11675 * fvwm/style.c (parse_and_set_window_style):
11676 * fvwm/focus.c (focus_query_grab_focus):
11677 * fvwm/events.c (HandleMapNotify):
11678 (HandlePropertyNotify):
11679 * fvwm/focus_policy.c (fpol_init_default_fp):
11681 new styles OverrideGrabFocus and AllowGrabFocus
11682 cleaned up focus grabbing code and moved to focus.c
11684 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11686 * fvwm/focus.c (CMD_WarpToWindow):
11687 fixed negative arguments for unmanaged windows
11689 * fvwm/conditional.c (CMD_Direction):
11690 use PeekToken instead of GetNextToken
11692 new direction "center"
11694 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11696 * fvwm/events.c (addkbsubinstoarray):
11697 disabled experimental pointer warping code
11700 removed menu crash debug code
11702 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11705 added tons of crash debug code
11707 * fvwm/add_window.c:
11708 made a lot of internal functions static
11710 * fvwm/add_window.c (setup_button_windows):
11711 (destroy_title_window):
11712 (destroy_button_windows):
11713 (destroy_resize_handle_windows):
11714 (destroy_auxiliary_windows):
11717 * fvwm/icons.c (CreateIconWindow):
11718 safety patches w/ XDeleteContext
11720 * fvwm/menus.c (DestroyMenu):
11721 fixed a crash w/ accessing already deleted menus
11723 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11725 * fvwm/menus.c (get_menu_options):
11726 fixed menu context rectangle "icon" if the icon was not just a pixmap
11728 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11730 * fvwm/events.c (HandleMapNotify):
11731 (HandleMapRequestKeepRaised):
11732 (HandleUnmapNotify):
11733 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11734 * fvwm/ewmh.c (ewmh_HandleDesktop):
11735 * fvwm/style.c (parse_and_set_window_style):
11736 removed old do_grab_focus_when_created and *_when_transient_* flags
11738 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11740 * fvwm/conditional.c (MatchesConditionMask):
11741 * fvwm/focus.c (DoSetFocus):
11742 * fvwm/session.c (MatchWinToSM):
11743 * fvwm/module_interface.c (SETOLDFLAGS):
11744 removed old is_lenient flag
11747 * fvwm/style.c (__simplify_style_list):
11748 (simplify_style_list):
11751 * fvwm/window_flags.h:
11753 access macros for focus policy flags structures
11756 * fvwm/focus_policy.c:
11757 * fvwm/focus_policy.h:
11758 new files, begin great focus policy rewrite aka GFPR
11760 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11762 * fvwm/placement.c (PlaceWindow):
11763 Fixed interaction between CascadePlacement and StartsOnPage
11765 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11767 * libs/fvwmsignal.c (fvwmSelect):
11768 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11771 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11773 * fvwm/add_window.c (CaptureOneWindow):
11774 fixed a core dump w/ windows being destroyed during a recapture
11776 removed duplicate check if new windows still exist
11778 * fvwm/placement.c (CMD_PlaceAgain):
11779 * fvwm/move_resize.c (move_window_doit):
11781 * fvwm/virtual.c (MapDesk):
11783 (do_move_window_to_desk):
11784 * fvwm/icons.c (AutoPlaceIcon):
11785 (ChangeIconPixmap):
11787 some cleanup in movement code
11788 new option "Icon" to PlaceAgain command
11789 adapted documentation accordingly
11791 * fvwm/move_resize.c (move_window_doit):
11795 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11797 * libs/Flocale.c (FlocaleRotateDrawString):
11798 create gcs only once
11801 removed some references to Recapture
11802 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11803 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11805 * libs/gravity.c (gravity_parse_multi_dir_argument):
11806 fixed "all" multidir selecting "center" too
11808 * libs/Fft.c (FftDrawString):
11809 * libs/Flocale.c (FlocaleRotateDrawString):
11810 (FlocaleFontStructDrawString):
11811 (FlocaleDrawString):
11812 fixed some text placement bugs w/ shadow text
11813 (FlocaleGetShadowTextPosition):
11814 implemented "center" shadows
11816 2002-07-20 olicha <olivier.chapuis@free.fr>
11818 * libs/Flocale.c (FlocaleRotateDrawString):
11819 Removed some static declarations
11821 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11823 * libs/gravity.c (gravity_multi_dir_to_dir):
11824 * libs/gravity.h (enum):
11825 new function, cleaned up
11827 * fvwm/fvwm.h (FvwmWindow):
11831 moved text_rotation_type to gravity.h and renamed to rotation_type
11834 fixed several bugs in the access macros
11837 removed unused static FlocaleSeted
11838 (FlocaleFontStructDrawString):
11839 simplified function
11841 * fvwm/virtual.c (CMD_EdgeCommand):
11842 * fvwm/windowshade.c (CMD_WindowShade):
11843 * fvwm/conditional.c (CMD_Direction):
11844 adapted to changes in ParseDirectionArgument
11847 * libs/gravity.c (ParseDirectionArgument):
11848 new direction "Center"
11850 * fvwm/virtual.c (CMD_EdgeCommand):
11853 2002-07-18 olicha <olivier.chapuis@free.fr>
11855 * libs/PictureUtils.c (PictureRGBtoPixel):
11857 Fixed(??) color allocation for some visuals
11859 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11861 * libs/Flocale.c (FlocaleFontStructDrawString):
11862 a little code cleanup
11864 * fvwm/events.c (HandleEnterNotify):
11866 anothe click+drag fix
11868 * libs/Pointer.c (GetLocationFromEventOrQuery):
11869 * fvwm/focus.c (SetPointerEventPosition):
11870 * fvwm/functions.c (CheckActionType):
11871 * fvwm/builtins.c (CMD_StrokeFunc):
11872 * fvwm/move_resize.c (moveLoop):
11874 fixed some bugs w/ pointer on wrong screen
11876 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11878 * fvwm/events.c (HandleLeaveNotify):
11879 fixed problem w/ click+drag and mousey focus
11881 * fvwm/menus.c (size_menu_horizontally):
11882 fixed menu style SubmenusLeft w/ icons in menu items
11884 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11886 * fvwm/menuitem.c (menuitem_paint):
11888 * fvwm/menus.c (paint_menu_gradient_background):
11889 (get_menu_paint_item_parameters):
11890 removed circular dependency of menus.c and menuitem.c by using callback
11893 2002-07-17 olicha <olivier.chapuis@free.fr>
11898 * fvwm/fvwm.c (InitVariables):
11900 * fvwm/colorset.c (parse_colorset):
11902 (CMD_ReadWriteColors):
11903 * fvwm/builtins.c (CMD_ColorLimit):
11904 * libs/PictureUtils.h:
11905 * libs/PictureUtils.c (PictureReduceColor):
11906 (PictureReduceRGBColor):
11907 (PictureRGBtoPixel):
11908 (PictureAllocColor):
11909 (PictureFreeColors):
11910 (PictureGetNextColor):
11911 (colors_alloc_fail):
11915 (PictureAllocColorTable):
11916 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11917 (PImageXpmFreeColor):
11919 * libs/PictureBase.c (PictureInitCMap):
11920 * libs/Graphics.c (AllocLinearGradient):
11921 * libs/ColorUtils.c (GetShadow):
11927 (fvwmlib_clone_color):
11928 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11929 Implemented a new color limit method
11931 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11933 * fvwm/move_resize.c (moveLoop):
11934 fixed problem moving the pointer off screen while moving a window
11935 (AnimatedMoveAnyWindow):
11936 fixed pointer warping w/ multiple screens and animated window motion
11938 2002-07-12 olicha <olivier.chapuis@free.fr>
11940 * fvwm/menus.c (get_menu_paint_item_parameters):
11941 (paint_menu_gradient_background):
11942 * fvwm/menuitem.c (menuitem_paint):
11945 Fixed B/DGradient with Xft fonts
11948 * libs/ColorUtils.c (GetTintedColor):
11950 * fvwm/colorset.c (parse_simple_tint):
11953 Implemented fgTint colorset option
11955 * libs/PictureImageLoader.c:
11956 * libs/PictureUtils.c:
11957 * libs/PictureUtils.h:
11958 * libs/Makefile.am:
11959 Moved color limitation and some rgb to pixel functions from
11960 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11962 * fvwm/colorset.c (parse_colorset):
11963 * libs/PictureGraphics.c (PCreateTintedPixmap):
11964 (PGraphicsTintRectangle):
11965 Implemented tinting for X server without Xrender support and
11966 did color limitation when tinting
11969 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11971 * fvwm/events.c (WaitForButtonsUp):
11972 fixed handling of button release events
11974 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11976 * fvwm/menus.c (MenuInteraction):
11977 fixed core dump w/ dynamic popdown action destroying a menu
11978 (paint_menu_gradient_background):
11979 fixed hang and/or incorrect drawing of b and d gradients in menus
11981 * fvwm/events.c (HandleEnterNotify):
11982 (HandleLeaveNotify):
11983 improved LEAVE_WINDOW/ENTER_WINDOW handling
11985 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11987 * libs/Colorset.c (SetWindowBackground):
11988 (SetWindowBackgroundWithOffset):
11990 implemented new functions to allow pixmap backgrounds with an offset
11992 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11994 * fvwm/events.c (HandleMapRequestKeepRaised):
11995 send Map/UnmapNotify before iconyfying, not after
11997 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11999 * fvwm/events.c (HandleMapRequestKeepRaised):
12000 fake a MapNotify and then an UnmapNotify when a window is created iconic
12002 * fvwm/add_window.c (AddWindow):
12003 workaround for buggy TK menu positioning
12005 * fvwm/module_interface.c (FlushMessageQueue):
12008 tried to fix module communication deadlock w/ sync mask and a full write
12015 2002-07-06 olicha <olivier.chapuis@free.fr>
12017 * libs/Flocale.c (FlocaleGetFontSet):
12018 Removed some unwanted code
12020 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12022 * fvwm/events.c (HandleLeaveNotify):
12023 (HandleEnterNotify):
12024 reduced the number of MX_LEAVE/ENTER_WINDOW messages
12026 * fvwm/events.c (CMD_XSync):
12027 very experimental patch to cycle through subwindows accepting keyboard
12028 input; call Xsync command repeatedly to test; crashes fvwm if more than
12029 1000 subwindows are used;
12031 * fvwm/focus.c (CMD_WarpToWindow):
12032 fixed a bug in warpttowindow command with subwindows of unmanaged
12035 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12037 * fvwm/events.c (HandlePropertyNotify):
12039 handle changes in the size_inc and base_size hints during opaque
12042 * fvwm/events.c (HandleButtonPress):
12043 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
12044 until the button is released again; this restores the old behaviour
12045 from 2.3.23 and before with click+drag and rxvt/aterm
12047 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12049 * fvwm/update.c (apply_window_updates):
12050 fixed applying neverfocus to currently focused window; decorations
12051 partially drawn hilighted
12053 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12055 * fvwm/menucmd.c (menu_func):
12056 another module/menu/context window fix
12057 do not use global Fw anymore
12059 2002-07-05 olicha <olivier.chapuis@free.fr>
12061 * libs/Flocale.c (FlocaleStringToString2b):
12062 Fixed crash with big5-0 FontStruct
12064 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12066 * fvwm/menucmd.c (menu_func):
12067 fixed context window of menus invoked by a module
12069 fixed context menus on windows
12071 * libs/vpacket.h (ConfigWinPacket):
12072 * fvwm/module_interface.c (CONFIGARGSNEW):
12073 * fvwm/fvwm.h (FvwmWindow):
12074 fixed bugs in type conversions for transmitting certain information to
12077 * fvwm/functions.c (CheckActionType):
12078 fixed window selection problem w/ menus invoked from modules
12080 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12082 * fvwm/gnome.c (GNOME_HandlePropRequest):
12085 * fvwm/module_interface.c (ExecuteCommandQueue):
12086 fixed compile bug w/ --enable-debug-msgs
12088 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12090 * fvwm/events.c (HandleButtonPress):
12092 * fvwm/menus.c (MenuInteraction):
12094 * fvwm/windowlist.c (CMD_WindowList):
12095 * fvwm/menucmd.c (menu_func):
12096 * fvwm/module_interface.c (ExecuteModuleCommand):
12097 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12098 go away, evil globals! [removed the useless global variable
12101 * fvwm/events.c (HandleUnmapNotify):
12103 * fvwm/icons.c (Iconify):
12104 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
12105 * fvwm/fvwm.h (struct):
12106 renamed is_deiconify_pending to is_iconify_pending
12109 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12111 * fvwm/menus.c (MenuInteraction):
12113 (menu_enter_tear_off_menu):
12115 * fvwm/events.c (HandleButtonPress):
12116 (HandleButtonRelease):
12119 * fvwm/menucmd.c (menu_func):
12121 * fvwm/module_interface.c (ExecuteModuleCommand):
12122 go away, evil globals! [removed the useless global variable "Context"]
12123 removed is_menu_from_frame_or_window_or_titlebar flag
12125 * fvwm/module_interface.c:
12126 * fvwm/windowlist.c:
12129 2002-06-28 Mikhael Goikhman <migo@homemail.com>
12131 * fvwm/menuitem.c (menuitem_paint):
12132 fixed fg color of the inactive disabled menu item
12137 removed a mention of RedHat (I don't think it is correct),
12138 reworded a mention of fvwm95
12140 2002-06-26 Mikhael Goikhman <migo@homemail.com>
12143 tabify only the leading spaces, untabify the middle of line
12145 2002-06-25 David Fries <dfries@mail.win.org>
12148 * fvwm/windowlist.c:
12149 Added code to sort based on the class name of a window for
12150 the WindowList function.
12152 2002-06-25 olicha <olivier.chapuis@free.fr>
12157 2002-06-25 Mikhael Goikhman <migo@homemail.com>
12160 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
12162 2002-06-24 Steve Talley <stephen.talley@sun.com>
12164 * fvwm/add_window.c:
12165 * fvwm/add_window.h:
12173 New Style option IconSize
12175 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12177 * NEWS, configure.in:
12178 changed version to 2.5.3
12180 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12183 removed C++ section
12186 * libs/FlocaleCharset.c:
12189 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12191 * fvwm/events.c (WaitForButtonsUp):
12192 use the wait cursot only after the 20th pass through the loop
12194 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12196 * fvwm/fvwm.1 (Examples): Language check.
12197 PipeRead as synchronous Exec.
12198 Better example for PipeRead.
12200 2002-06-21 olicha <olivier.chapuis@free.fr>
12204 Documented StringEncoding= in font name
12207 Removed --disable-compound-text doc
12209 2002-06-20 olicha <olivier.chapuis@free.fr>
12211 * libs/FBidi.h (FBidiConvert):
12212 Fixed compile if !HAVE_BIDI
12214 2002-06-19 olicha <olivier.chapuis@free.fr>
12216 * fvwm/fvwm.c (InitVariables):
12218 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12219 This fix a "null expression" at init in menustyle.c (menustyle_update)
12221 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12224 reworded supported feature listing, fixed the default xft detection
12226 added the "Supported Features" section
12228 2002-06-19 olicha <olivier.chapuis@free.fr>
12231 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12234 Removed --enable-mulibyte and --disable-compound-text config option
12235 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12238 Xft is on by default no
12240 * libs/FlocaleCharset.c (*):
12241 * libs/FlocaleCharset.h:
12242 * libs/Ficonv.c (*):
12244 * libs/Flocale.c (*):
12247 * libs/FftInterface.h:
12250 * fvwm/ewmh_names.c ():
12251 Some cleanup. Implemented StringEncoding= in font names. Fixed
12252 string encoding for xft fonts. Try to be more cleaver about defaults
12253 charsets. Improvement in the locale charset table.
12256 Some documentation cleanup regarding Xft
12258 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12260 * fvwm/functions.c (find_func_type):
12261 fixed bug i introduced w/ last commit
12263 * fvwm/fvwm.c (Done):
12265 * fvwm/functions.c (functions_is_complex_function):
12266 * fvwm/builtins.c (CMD_DestroyFunc):
12269 moved functions to functions.c
12272 * fvwm/functable.c:
12273 * fvwm/functable.h:
12274 * fvwm/functions.h:
12276 * fvwm/functions.c:
12277 moved some types and functions to other/new files
12279 * fvwm/functions.c:
12280 * fvwm/expand.c (expand_vars_extended):
12282 functions moved to new file
12284 * fvwm/functions.c:
12287 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12289 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12290 fixed colourmap focus problem
12293 tabified all files and removed all trailing spaces
12295 * fvwm/move_resize.c (move_window_doit):
12296 * fvwm/virtual.c (CMD_MoveToDesk):
12297 MoveToPage and MoveToDesk no longer unstick windows
12299 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12305 reworded some names of supported features
12307 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12309 * fvwm/update.c (apply_window_updates):
12310 * fvwm/session.c (MatchWinToSM):
12311 * fvwm/add_window.c (setup_window_structure):
12312 * fvwm/windowshade.c (CMD_WindowShade):
12313 * fvwm/window_flags.h:
12314 fixed a problem w/ shaded windows changind the title direction
12316 * fvwm/geometry.c (get_shaded_geometry):
12317 fixed shading window to 0 width or height
12319 * fvwm/add_window.c (AddWindow):
12320 fixed a memory leak and an initial window placement bug
12322 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12325 minor improvements in output, added bin/fvwm-perllib
12327 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12329 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12330 fixed copying PopupOffset values in CopyMenuStyle
12335 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12339 added CopyStringWithQuotes, not perfect, but works for now
12341 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12343 * fvwm/functions.h:
12345 * fvwm/functions.c (func_config):
12346 * libs/FScreen.c (FScreenConfigureSLSScreens):
12347 (FScreenConfigureModule):
12348 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12349 new command XineramaSLSScreens
12352 cleaned up Xinerama ifdefs
12354 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12357 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12359 2002-06-07 olicha <olivier.chapuis@free.fr>
12362 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12363 Some shadow text position fixes
12365 2002-06-06 olicha <olivier.chapuis@free.fr>
12367 * fvwm/update.c (apply_window_updates):
12368 Fixed the position of shaded windows after certain style update
12371 Fixed some options names
12373 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12375 * fvwm/module_interface.c (CMD_SendToModule):
12376 fixed SendToModule when the first parameter contains quotes
12378 2002-06-06 olicha <olivier.chapuis@free.fr>
12380 * fvwm/fvwm.c (main):
12381 * fvwm/ewmh.c (EWMH_Init):
12382 Init the EWMH before reading the config. Always setup the working
12385 2002-06-05 olicha <olivier.chapuis@free.fr>
12387 * fvwm/update.c (apply_window_updates):
12388 Fixed the position of a shaded window during a style update
12391 * libs/Flocale.c (FlocaleRotateDrawString):
12392 (FlocaleGetShadowTextPosition):
12393 Fixed side title text position if the font has no shadow
12396 * libs/Ficonv.c (FiconvInit):
12397 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12398 * libs/Flocale.c (FlocaleInit):
12399 (FlocaleRotateDrawString):
12400 (FlocaleGetFontSet):
12401 (FlocaleGetFontOrFontSet):
12403 (FlocaleDrawString):
12404 (FlocaleTextWidth):
12405 (FlocaleFreeNameProperty):
12406 (FlocaleGetNameProperty):
12407 (FlocaleTextListToTextProperty):
12408 Finish to remove the multibyte patch. This gives a more clean code
12409 and can only prevent bugs
12411 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12413 * fvwm/placement.c (PlaceWindow):
12414 fixed CascadePlacement with huge windows (xterm -g 240x100),
12415 that were aligned to bottom-right instead of top-left;
12416 small adjustments (removed border_width from calculations,
12417 don't place normal windows at 0, commented out some strange code)
12419 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12422 document CascadePlacement and FvwmIconMan improvements
12427 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12429 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12430 * fvwm/fvwm.c (InitVariables):
12431 * fvwm/placement.c (PlaceWindow):
12432 * fvwm/screen.h (struct ScreenInfo):
12433 improved *CascadePlacement, if the last placed window does not exist
12434 any more, reuse the last used position instead of adding a new cascade
12436 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12438 * fvwm/events.c (HandleEnterNotify):
12439 * fvwm/fvwm.c (InitVariables):
12441 Fixed colormap handling over decorative parts of a window
12443 2002-06-03 olicha <olivier.chapuis@free.fr>
12445 * fvwm/module_interface.c (make_named_packet):
12446 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12447 related to named module packet
12449 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12451 * fvwm/focus.c (focus_grab_buttons):
12452 * fvwm/events.c (HandleButtonPress):
12453 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12455 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12457 * fvwm/bindings.c (ParseBinding):
12458 replaced an error "Illegal mouse button" with a descriptive warning
12459 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12461 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12463 * fvwm/events.c (GetContext):
12464 fixed key bindings on decorations
12467 removed XEVMASK_DECORW
12469 2002-05-31 olicha <olivier.chapuis@free.fr>
12473 Documented shadow effect in a new section FONT EFFECTS
12475 2002-05-31 olicha <olivier.chapuis@free.fr>
12477 * libs/Fft.c (FftDrawString):
12478 * libs/Colorset.c (DumpColorset):
12481 * fvwm/colorset.c (parse_colorset):
12482 New colorset option fg_alpha which defines an alpha for rendering
12485 2002-05-29 olicha <olivier.chapuis@free.fr>
12487 * libs/Fft.c (FftSetupEncoding):
12494 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12495 to Xft FLAGS and LIBS
12497 * fvwm/Makefile.am:
12498 * libs/Makefile.am:
12499 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12500 Xft2 library. Removed FT2 CFLAGS and LIBS
12502 2002-05-27 olicha <olivier.chapuis@free.fr>
12507 Some Xft2 and fontconfig preparation
12510 * libs/Flocale.c (FlocaleParseShadow):
12512 (FlocaleGetShadowTextPosition):
12513 Added offset to shadow text
12516 Fixed the position of ne shadow text and remove some unused #define
12518 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12520 * fvwm/colorset.c (parse_colorset):
12521 fixed integer overflow in average colour calculation
12523 2002-05-27 olicha <olivier.chapuis@free.fr>
12525 * libs/gravity.c (GetNextMultiDirection):
12526 (ParseMultiDirectionArgument):
12528 Added a multi direction type which is a "<<" version of direction
12529 type. Added a parse and a next functions
12532 * libs/Flocale.c (FlocaleParseShadow):
12533 (FlocaleGetNextShadowDirection):
12534 (FlocaleGetShadowTextPosition):
12535 Used gravity multi direction type and functions. Removed
12536 FlocaleGetNextShadowDirection
12538 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12540 * fvwm/focus.c (restore_focus_after_unmap):
12541 fixed a problem w/ colormap transition when transient window died
12543 * fvwm/add_window.c (AddWindow):
12546 * fvwm/session.c (getUniqueStateFilename):
12547 applied security patch by Jan Echternach
12549 * fvwm/fvwm.c (InitVariables):
12550 Properly initialise Scr.flags.is_pointer_on_this_screen
12552 * libs/fvwmlib.h (FvwmFont):
12553 * fvwm/fvwm.c (setVersionInfo):
12556 * acconfig.h (MULTIBYTE):
12557 removed MULTIBYTE option (unconditionally on)
12559 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12561 * libs/gravity.c (ParseDirectionArgument):
12562 allow "t", "u", ... shortcuts as direction arguments
12564 * fvwm/style.c (check_window_style_change):
12565 (parse_and_set_window_style):
12566 * fvwm/frame.c (frame_setup_border):
12567 (frame_get_shading_laziness):
12568 (frame_get_sidebar_geometry):
12569 * fvwm/decorations.c (SelectDecor):
12570 * fvwm/add_window.c (setup_style_and_decor):
12571 (setup_resize_handle_cursors):
12572 (setup_resize_handle_windows):
12573 (change_resize_handle_windows):
12574 (destroy_auxiliary_windows):
12575 * fvwm/borders.c (border_get_border_gcs):
12576 (border_draw_border_parts):
12577 * fvwm/style.h (SCSET_HAS_BORDER):
12578 * fvwm/fvwm.h (FvwmWindow):
12579 * fvwm/window_flags.h (SET_HAS_BORDER):
12580 new styles NoBorder/Border
12582 2002-05-26 olicha <olivier.chapuis@free.fr>
12585 * libs/Flocale.c (FlocaleParseShadow):
12586 (FlocaleGetNextShadowDirection):
12587 (FlocaleGetShadowTextPosition):
12589 Implemented multidirectional shadow text rendering
12593 (FlocaleFontStructDrawString):
12594 (FlocaleRotateDrawString):
12596 (FlocaleDrawString):
12597 (FlocaleTextWidth):
12598 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12599 * libs/Fft.c (FftDrawString):
12600 Cleanup the FlocaleFont structure by addings some flags
12602 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12604 * fvwm/events.c (HandleFocusIn):
12605 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12606 * fvwm/screen.h (ScreenInfo):
12607 * fvwm/focus.c (FocusOn):
12608 ignore EnterNotify events while a window is waiting to receive focus
12609 from the Focus or FlipFocus commands; should prevent plenty of race
12610 contidions caused by executing complex functions by a key press, button
12611 press or from a menu; fixes Alt-Tab problem
12613 * fvwm/events.c (HandleMapNotify):
12614 immediately draw window decorations when window is mapped; the new frame
12615 drawing code takes care of suppressing unnecessary redraws
12616 (HandleLeaveNotify):
12617 fixed a bug w/ LeaveNotify event with NotifyGrab
12619 2002-05-22 olicha <olivier.chapuis@free.fr>
12622 * libs/Fft.c (FftDrawString):
12623 * libs/Flocale.c (FlocaleFontStructDrawString):
12624 (FlocaleRotateDrawString):
12626 (FlocaleGetShadowTextPosition):
12627 (FlocaleDrawString):
12628 (FlocaleDrawUnderline):
12629 (FlocaleTextWidth):
12630 Implemented negative shadow text
12632 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12634 * fvwm/menucmd.c (CMD_AddToMenu):
12635 * fvwm/windowlist.c (CMD_WindowList):
12638 changed signature of AddToMenu
12640 * fvwm/menus.c (clone_menu_root_static):
12641 fixed problem w/ menu style usage count and tear off menus
12642 fixed core dump w/ not copying the missing sub menu function in tear
12644 (clone_menu_item_list):
12646 (add_another_menu_item):
12647 (size_menu_vertically):
12648 fixed additional "More..." items in sub menus of torn off menus
12650 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12653 fixed #endif warning
12654 * fvwm/ConfigFvwmDefaults:
12655 added CirculateSkip to tear off menus
12657 fixed ShadeAgain quoting
12659 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12661 * fvwm/events.c (HandleButtonPress):
12662 allow to pass the focus click to applications and have a function bound
12663 to it at the same time
12667 fixed compilation problem
12669 2002-05-20 olicha <olivier.chapuis@free.fr>
12671 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12672 Fixed blue colour in png image and ewmh icons
12674 * libs/Flocale.c (FlocaleLoadFont):
12675 Removed some debug code
12677 * fvwm/colorset.c (parse_colorset):
12679 * libs/ColorUtils.c (GetForeShadowColor):
12680 Added Mikhael algo to compute the default fgsh
12682 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12684 * fvwm/functions.c (expand_extended_var):
12685 expand $[fgsh.csN], use constants instead of numbers
12687 2002-05-17 olicha <olivier.chapuis@free.fr>
12689 * libs/Flocale.c (FlocaleDrawString):
12690 (FlocaleDrawUnderline):
12692 Removed some unused and debug code
12694 2002-05-17 olicha <olivier.chapuis@free.fr>
12696 * fvwm/menuitem.c (draw_underline):
12698 * libs/Flocale.c (FlocaleDrawUnderline):
12699 Move draw_underline into Flocale.c and fix underline position with
12702 2002-05-17 olicha <olivier.chapuis@free.fr>
12704 * fvwm/style.c (update_window_color_style):
12705 (update_window_color_hi_style):
12706 * fvwm/move_resize.c (DisplayPosition):
12708 * fvwm/menuitem.c (menuitem_paint):
12709 * fvwm/borders.c (get_common_decorations):
12710 (border_get_titlebar_draw_descr):
12712 * fvwm/icons.c (DrawIconWindow):
12713 Pass the colorset to text drawing via the FlocaleWinString structure
12716 * libs/ColorUtils.c (GetForeShadowColor):
12718 * fvwm/colorset.c (parse_colorset):
12720 * libs/Colorset.c (DumpColorset):
12722 Added fgsh colorset and two new functions GetForeShadowColor and
12723 GetForeShadow which should be modified
12725 * libs/Makefile.am:
12727 * libs/FftInterface.h (new file):
12728 * libs/Fft.c (FftDrawString):
12730 * libs/Flocale.c (FlocaleFontStructDrawString):
12731 (FlocaleRotateDrawString):
12732 (FlocaleDrawString):
12733 (FlocaleTextWidth):
12735 Implemented text shadow rendering
12737 2002-05-11 olicha <olivier.chapuis@free.fr>
12740 * fvwm/builtins.c (refresh_window):
12741 * fvwm/update.c (apply_window_updates):
12743 * fvwm/style.c (check_window_style_change):
12744 ParentalRelativity style is now dynamic
12746 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12748 * fvwm/menuitem.c (menuitem_paint):
12749 fixed menu item hilight area
12751 2002-05-09 olicha <olivier.chapuis@free.fr>
12753 * libs/Makefile.am:
12754 * libs/XError.c (request_name):
12755 * libs/PictureImageLoader.c (PImageLoadPng):
12756 (PImageCreatePixmapFromArgbData):
12757 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12758 (PGraphicsTileRectangle):
12759 (PGraphicsCopyFvwmPicture):
12760 * libs/FRenderInit.c (new file):
12761 * libs/FRenderInit.h (new file):
12762 * libs/FRenderInterface.h:
12763 * libs/FRender.c (*):
12764 * fvwm/colorset.c (parse_tint):
12766 * fvwm/fvwm.c (main):
12767 * fvwm/events.c (HandlePropertyNotify):
12768 Change the design of the previous commit. Now a module should call
12769 FRenderInit when it wants to use a function which depends on XRender.
12771 2002-05-09 olicha <olivier.chapuis@free.fr>
12779 Include Fft.h include FRender.h as Xft.h include Xrender.h
12781 * libs/FRenderInterface.h:
12783 * libs/FRender.c (FRenderInit):
12784 (FRenderGetErrorCodeBase):
12785 (FRenderGetMajorOpCode):
12786 (FRenderGetExtensionSupported):
12787 (FRenderGetErrorText):
12788 Improve XRender initialization, check if the XRender extension is
12789 enabled and get the error code base and the major op code.
12790 Add error functions for the X error handler.
12792 * libs/XError.c (PrintXErrorAndCoredump):
12794 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12797 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12798 * fvwm/events.c (HandlePropertyNotify):
12799 * fvwm/colorset.c (parse_tint):
12801 * libs/PictureImageLoader.c (PImageLoadPng):
12802 (PImageCreatePixmapFromArgbData):
12803 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12804 (PGraphicsCopyFvwmPicture):
12805 (PGraphicsTileRectangle):
12806 * libs/FRender.c (FRenderCopyArea):
12807 (FRenderTintRectangle):
12808 Check if the XRender extension is enabled on the display before
12809 performing XRender operations
12811 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12813 * fvwm/menuitem.c (menuitem_paint):
12814 fixed item hilighting problems
12816 2002-05-07 olicha <olivier.chapuis@free.fr>
12818 * fvwm/colorset.c (parse_colorset):
12821 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12823 * fvwm/events.c (HandlePropertyNotify):
12824 workaround for xterm resize problem
12826 * fvwm/colorset.c (parse_colorset):
12827 (free_colorset_background):
12830 fixed various bugs and core dumps w/ the cs->picture structure;
12831 note: it's a pointer, so compare with NULL, not with None
12833 * fvwm/frame.c (frame_setup_window):
12834 (frame_setup_window_app_request):
12835 (frame_force_setup_window):
12836 (frame_setup_window_internal):
12837 (frame_create_move_resize_args):
12838 (frame_free_move_resize_args):
12839 * fvwm/add_window.c (setup_window_attr):
12840 * fvwm/events.c (HandleConfigureRequest):
12841 (HandlePropertyNotify):
12842 fixed [?] bit_gravity/resize problem
12844 * fvwm/events.c (HandleEnterNotify):
12845 reformatted EdgeCommand code
12847 2002-05-06 olicha <olivier.chapuis@free.fr>
12849 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12850 Resize an ewmh icon to the wanted size if it is to big
12852 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12853 Set also the stacking list when a window is destroyed
12855 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12857 * fvwm/fvwm.1: Finish language check.
12858 Fix typo in Mouse section, context should be on new line.
12860 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12862 * fvwm/fvwm.1 (file): Restore icons and images text with some
12864 Started on lang check, not done yet.
12866 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12868 * fvwm/module_interface.c (make_named_packet):
12869 Applied Mikhail Kruk patch
12871 2002-05-02 olicha <olivier.chapuis@free.fr>
12873 * libs/FlocaleCharset.h:
12874 * libs/Ficonv.c (FiconvSetupConversion):
12875 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12877 * libs/Flocale.c (FlocaleGetFftFont):
12878 (FlocaleGetFontSet):
12881 (FlocaleUnloadFont):
12883 Implemented charset/iconv hints in font name
12885 2002-04-29 Stian Sletner <stian@sletner.com>
12887 * fvwm/windowlist.c (CMD_WindowList):
12888 Added new Windowlist option IconifiedAtEnd
12890 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12892 * fvwm/module_interface.c:
12895 moved two constant strings to Module.h, so they may be used by perllib
12897 2002-04-29 olicha <olivier.chapuis@free.fr>
12899 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12900 Fixed a core dump if the charset is not found
12902 * libs/Flocale.c (FlocaleStringToString2b):
12903 Removed some debug code
12905 2002-04-29 olicha <olivier.chapuis@free.fr>
12907 * libs/Fft.c (FftGetFontWidths):
12908 (FftGetFontWidths):
12911 * libs/Flocale.c (FlocaleGetFont):
12912 (FlocaleGetFontSet):
12913 (FlocaleGetFftFont):
12914 Removed min_char_offset member of the FlocaleFont as it is not use
12915 since we rotate string for side title
12917 * libs/Ficonv.c (FiconvSetupConversion):
12918 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12919 (FlocaleCharsetSetFlocaleCharset):
12921 * libs/Flocale.c (FlocaleTextWidth):
12922 (FlocaleDrawString):
12923 (FlocaleUtf8ToUnicodeStr2b):
12925 (FlocaleStringToString2b):
12926 (FlocaleRotateDrawString):
12927 (FlocaleFontStructDrawString):
12928 Added support for drawing string with 10646-1 fonts without an utf8
12929 locale. Also, drawing strings with a multibyte font now work not so
12930 bad even if the locale have nothing to do with the font.
12932 * libs/Fft.c (FftUtf8ToFftString16):
12935 Added utf8 rendering with iso10646-1 fonts on system without
12938 * fvwm/colorset.c (reset_cs_pixmap):
12943 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12945 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12948 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12950 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12952 * fvwm/move_resize.c:
12953 don't start Move with snap disabled if Alt is initially pressed
12955 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12957 * NEWS, configure.in:
12958 changed version to 2.5.2
12960 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12963 improved main headers, added new COLORSETS section;
12964 documented State condition
12967 documented Tint in colorsets and utility renaming
12970 corrected several error reporting problems
12972 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12975 fixed leaving tear off menus
12977 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12979 * fvwm/borders.c (border_draw_part_relief):
12980 (border_set_button_pixmap):
12981 (border_draw_title_stick_lines):
12982 (border_draw_title_mono):
12983 (border_draw_title_relief):
12984 * libs/fvwmlib.h (RelieveRectangle2):
12985 (RelieveRectangle):
12986 replaced functions by macros
12988 * libs/Graphics.c (do_relieve_rectangle):
12989 applied performance patch by Dave Trollope
12991 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12997 * libs/FlocaleCharset.c:
12998 FBidi is now independent from Flocale* again;
12999 iso8859-6.8x fonts recognized now as bidi-enabled
13001 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13004 fixed --disable-multibyte
13006 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13008 * fvwm/borders.c (border_draw_title_deep):
13009 (border_set_title_pixmap):
13010 (border_set_button_pixmap):
13011 fixed SolidButton title and button style
13013 2002-04-23 Mikhael Goikhman <migo@homemail.com>
13018 added new entry about CurrentAtEnd
13021 minor reformatting and spell checking
13023 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
13025 * fvwm/windowlist.c (CMD_WindowList):
13026 Added new Windowlist option CurrentAtEnd
13028 2002-04-22 olicha <olivier.chapuis@free.fr>
13030 * fvwm/colorset.c (parse_colorset):
13032 Fixed an enormous core dump which comes from a cvs merging problem
13034 * fvwm/Makefile.am:
13037 Added Xrender detection and link fvwm if needed
13039 * libs/PictureGraphics.c:
13040 * libs/PictureGraphics.h:
13043 * libs/FRenderInterface.h:
13044 * libs/PictureGrpahics.c (*):
13045 * libs/PictureGrpahics.h:
13046 New libs files to acheive alpha-blend rendering and better XBM
13047 support. PictureGraphics contains elaborated version and also
13048 simplified version of XFillRectangle, XCopyPlan and XCopyArea
13052 * fvwm/icons.c (clear_icon):
13056 * fvwm/events.c (HandlePropertyNotify):
13057 * fvwm/borders.c (border_fill_pixmap_background):
13058 (border_get_border_background):
13059 (border_draw_decor_to_pixmap):
13060 * fvwm/menuitem.c (menuitem_paint):
13061 * fvwm/add_window.c (destroy_icon):
13062 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13063 * fvwm/geometry.c (move_icon_to_position):
13064 * fvwm/colorset.c (free_colorset_background):
13067 Implemented alpha-blend rendering with the new libs function
13069 * fvwm/colorset.c (free_colorset_background):
13072 Implemented tinting of a Pixmap background colorset
13074 * fvwm/colorset.c (parse_colorset):
13075 Use the Scr.NoFocusWin as main window in the place of the
13076 Scr.SizeWindow, this fix a lot of X errors in my machine.
13078 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
13079 Donated our alpha channel
13082 * fvwm/module_interface.h:
13083 * fvwm/module_interface.c (SendFvwmPicture):
13084 (BroadcastMiniIcon):
13086 (BroadcastFvwmPicture):
13087 (CMD_Send_WindowList):
13088 * fvwm/add_window.c (change_mini_icon):
13089 (broadcast_mini_icon):
13090 * fvwm/ewmh_icons.c:
13091 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
13092 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
13094 * libs/Makefile.am:
13095 * libs/PictureBase.c (*):
13096 * libs/PictureBase.h:
13097 * libs/Picture.c (*):
13099 * libs/PictureImageLoader.c (*):
13100 * libs/PictureImageLoader.h:
13102 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
13103 PictureImageLoader.
13104 Rename some libs function: InitPictureCMap -> PictureInitCMap,
13105 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
13106 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
13107 SetImagePath -> PictureSetImagePath, findImageFile ->
13108 PictureFindImageFile, PictureList -> FvwmPictureList,
13109 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
13110 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
13111 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
13112 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
13113 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
13114 Also renamed more recent functions in PictureImageLoader.
13116 * fvwm/borders.c (border_draw_one_border_part):
13117 (border_draw_decor_to_pixmap):
13118 Fixed drawing of a TiledPixmap borded and fixed position of buttons
13121 * fvwm/menus.c (pop_menu_up):
13122 (animated_move_back):
13123 (ParentalMenuRePaint):
13124 * fvwm/move_resize.h (resize_geometry_window):
13125 * fvwm/move_resize.c (move_window_doit):
13126 (AnimatedMoveAnyWindow):
13127 (AnimatedMoveOfWindow):
13128 (AnimatedMoveFvwmWindow):
13129 Fixed transparent animated menu
13131 2002-04-21 Mikhael Goikhman <migo@homemail.com>
13140 fixed running out of colors on 8bpp with ReadWriteColors;
13141 simulate colorsets on monochrome displays using three 1-bit pixmaps
13143 2002-04-19 Mikhael Goikhman <migo@homemail.com>
13146 fixed $PERL detection again
13151 added -Wno-implicit-int to -Wall in case of gcc
13155 fixed ReadWriteColors on a PseudoColor display
13157 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13159 * fvwm/move_resize.c (move_window_doit):
13160 set the is_icon_moved too flag if the icon was moved non-interactively
13166 Moved FvwmTheme functionality into fvwm.
13167 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
13169 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13172 fixed $PERL detection
13175 * fvwm/ConfigFvwmDefaults:
13176 several fixes and spelling
13178 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13180 * libs/Bindings.c (CheckBinding):
13183 (GrabWindowButton):
13184 (MatchBindingExactly):
13185 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13188 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13191 configure now uses $PERL if set
13194 all programs installed into ${bindir} have now fvwm- prefix;
13195 documentation updated
13197 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13200 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13201 documentation updated
13203 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13206 added 2.4.7 entries
13208 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13210 * AUTHORS: New author.
13212 * NEWS: Edge Command.
13214 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13217 Added EdgeCommand paragraph.
13219 * fvwm/events.c (HandleEnterNotify):
13220 Added execution of Scr.PanFrame*.command if set
13222 * fvwm/fvwm.c (InitVariables):
13223 Added init strings for pan frame commands.
13228 Avoid hiding of pan frames if pan frame command is set.
13230 Implementation of the buildin command EdgeCommand. First
13231 implementation of this function.
13233 * fvwm/screen.h (struct):
13234 added char * command in structure Panframe to store the pan frame
13237 * fvwm/functions.c:
13238 added declaration of CMD_ENTRY("edgecommand")
13240 * fvwm/functions.h:
13241 added definition of Flag F_EDGE_COMMAND
13244 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13246 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13249 added "BI-DIRECTIONAL TEXTS" section
13252 added #include <sys/select.h> to fix endless loop on QNX
13254 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13257 changed description of focus models
13259 2002-04-09 olicha <olivier.chapuis@free.fr>
13262 Check for libpng libpng 1.0.4a or better
13264 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13266 * fvwm/add_window.c (setup_title_geometry):
13269 * fvwm/geometry.c (get_title_font_size_and_offset):
13271 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13273 * fvwm/window_flags.h:
13274 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13276 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13278 new Style options TopTitleRotated / TopTitleNotRotated,
13279 BottomTitleRotated / BottomTitleNotRotated
13281 2002-04-08 olicha <olivier.chapuis@free.fr>
13283 * libs/Makefile.am:
13284 Fixed make dist again
13286 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13288 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13290 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13293 minor wording fixes
13296 mention a new FvwmIconMan syntax
13298 * sample.fvwmrc/new-features:
13299 * sample.fvwmrc/system.fvwm2rc:
13300 * sample.fvwmrc/system.fvwm2rc-sample-95:
13301 use a new module syntax
13303 2002-04-06 olicha <olivier.chapuis@free.fr>
13307 Forget to save some file
13309 * libs/FImageLoader.c (c100_init_base_table):
13310 Allows init even if !XPM
13312 * libs/Makefile.am:
13316 Fixed png detection
13318 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13319 Fixed a GC memory leaks.
13321 * fvwm/fvwm.c (setVersionInfo):
13323 Updated -version for png, bidi and xft
13326 Modified the ICONS section. Rename it ICONS AND IMAGES and
13327 document PNG file format. Replace "xpm or bitmap file" by
13328 "image file" in a few place.
13332 PNG news and documented libpng in the "Optional libraries used by FVWM"
13335 2002-04-05 olicha <olivier.chapuis@free.fr>
13337 * libs/FImageLoader.c (c100_init_base_table):
13338 (FImageReduceRGBColor):
13339 (FImageCreatePixmapFromArgbData):
13340 Speed up color limitation for png image and ewmh icons
13341 Respect color limit even with DirectColor and TrueColor
13344 * acconfig.h (HAVE_PNG):
13345 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13346 even without XPM support
13349 * libs/InitPicture.c (new file):
13350 * libs/InitPicture.h (new file):
13353 * libs/FImageLoader.c (new file):
13354 * libs/FImageLoader.h (new file):
13355 * libs/Fxpm.h (new file):
13356 * libs/Fpng.h (new file):
13357 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13358 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13359 ColorLimit stuff is applied to PNG image.
13360 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13361 Picture.c and Picture.h.
13362 InitPicture contains the Picture structure, initialize the visual,
13363 depth and color map and contains image path stuff as Picture contains
13364 Picture manipulations.
13366 * libs/ColorUtils.c:
13368 Moved the Picture color utils func to ColorUtils
13370 * fvwm/Makefile.am:
13371 links against libpng
13373 * fvwm/icons.c (GetIconPicture):
13377 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13378 the libs image loader
13380 * fvwm/cursor.c (CMD_CursorStyle):
13381 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13383 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13384 (EWMH_SetIconFromWMIcon):
13385 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13389 Send the ColorLimit to module in any case
13396 * fvwm/add_window.c:
13400 * fvwm/menustyle.c:
13401 * fvwm/move_resize.c:
13404 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13406 * fvwm/events.c (test_map_request):
13407 (test_resizing_event):
13408 fixed endless loop in HandleConfigureRequest
13410 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13412 * fvwm/add_window.c (setup_style_and_decor):
13413 fixed borderless transients
13415 * fvwm/events.c (test_resizing_event):
13416 (HandleConfigureRequest):
13417 * fvwm/frame.c (frame_create_move_resize_args):
13418 * fvwm/add_window.c (AddWindow):
13420 * fvwm/window_flags.h:
13421 tried to improve ConfigureRequest handling
13423 * fvwm/events.c (HandlePropertyNotify):
13424 recalculate window size when the base_width or base_height hint
13425 changes; fixes some problems with xemacs
13427 * fvwm/virtual.c (map_window):
13430 * fvwm/borders.c (border_draw_decorations):
13431 don't redraw windows on a different desk
13432 keep track of Scr.Hilite
13434 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13436 * fvwm/virtual.c (unmap_window):
13437 * fvwm/move_resize.c (resize_window):
13438 * fvwm/icons.c (Iconify):
13439 * fvwm/add_window.c (CaptureOneWindow):
13440 * fvwm/borders.c (border_undraw_decorations):
13441 mark window decorations as not drawn whenever the frame is unmapped
13443 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13445 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13447 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13450 use safemalloc and alloca instead of malloc
13452 2002-03-29 olicha <olivier.chapuis@free.fr>
13454 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13455 Set the X locale charset on system without XOpenOM
13457 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13460 fixed multibyte support reporting
13462 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13467 moved gcc extension __attribute__ handling to config.h
13469 * fvwm/fvwm.c (main):
13470 * fvwm/stack.c (add_window_to_stack_ring_after):
13471 * fvwm/icons.c (GetIconWindow):
13473 * fvwm/add_window.c:
13474 fixed core dumps and other bugs in debug messages
13476 2002-03-27 olicha <olivier.chapuis@free.fr>
13478 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13479 (FlocaleCharsetSetFlocaleCharset):
13481 * configure.in (problem_multibyte):
13482 Fixed compilation for system without XOpenOM in Xlib.h
13484 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13485 * libs/Ficonv.c (FiconvInit):
13489 include only libs/Flocale.h
13491 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13494 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13499 * libs/FlocaleCharset.c:
13500 minor modifications, like removed #include;
13501 fixed core dump with bidi and utf-8
13503 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13505 * fvwm/frame.c (frame_update_hidden_window_pos):
13506 fixed shade/maximize/unshade
13508 * fvwm/builtins.c (FreeDecorFace):
13511 * fvwm/borders.c (get_common_decorations):
13512 (border_get_border_style):
13513 * fvwm/style.c (parse_and_set_window_style):
13515 * fvwm/window_flags.h:
13516 * fvwm/fvwm.h (struct):
13517 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13518 (frame_create_move_resize_args):
13519 (frame_move_resize_step):
13520 (frame_next_move_resize_args):
13521 new styles WindowShadeLazy [default], WindowShadeBusy and
13522 WindowShadeAlwaysLazy
13524 * fvwm/frame.c (frame_set_decor_gravities):
13525 fixed window bit gravities
13526 split into smaller functions
13527 (frame_move_resize_step):
13528 fixed a bug w/ the parent gravity
13529 (frame_hide_changing_window_parts):
13530 fixed flickering in one of the corners during shade animation
13531 (frame_mrs_hide_changing_parts):
13533 (frame_mrs_prepare_vars):
13534 (frame_mrs_hide_unhide_parent):
13535 (frame_mrs_setup_draw_decorations):
13536 (frame_mrs_resize_move_windows):
13539 2002-03-25 olicha <olivier.chapuis@free.fr>
13541 * libs/Fft.c (FftSetupEncoding):
13544 * libs/Flocale.c (FlocaleDrawString):
13545 * libs/FBidi.c (FBidiConvert):
13547 Pass the font to FBidiConvert
13549 * acconfig.h (HAVE_LIBCHARSET):
13550 * acinclude.m4 (CHECK_LIBCHARSET):
13552 If libiconv is used check for libcharset
13554 * libs/Makefile.am:
13555 * libs/FlocaleCharset.h:
13556 * libs/FlocaleCharset.c:
13558 * libs/Flocale.c (*):
13559 * libs/Fft.c (FftSetupEncoding):
13561 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13562 FlocaleFont has such a member which is set when charset info are needed.
13563 FlocaleCharset.c contains a big table which associates to an X charset
13564 various possible locale charsets and the fribidi charset.
13565 If libiconv is used, libcharset is used to compute the locale charset.
13566 Various Flocale clean up.
13568 * fvwm/fvwm.c (main):
13569 Removed the call to FlocaleInitCharset, it is now done automatically
13572 * libs/Makefile.am:
13575 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13577 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13580 (EWMH_SetDesktopNames):
13581 Moved iconv conversions into the library. Try to found the good iconv
13582 charset with the help of the font and of the FlocaleCharset table.
13584 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13586 * libs/Module.c (SendFvwmPipe):
13587 * libs/Graphics.c (do_relieve_rectangle):
13588 * fvwm/menustyle.c (menustyle_parse_old_style):
13589 * fvwm/add_window.c (setup_window_structure):
13590 memory management patches by Dave Trollope
13592 * fvwm/frame.c (frame_get_sidebar_geometry):
13593 hide the handles when using the NoHandles style
13595 * fvwm/borders.c (border_redraw_decorations):
13596 change in title rotation is applied immediately, don't use the value "2"
13599 * fvwm/style.c (parse_and_set_window_style):
13600 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13602 documented the new title directions
13603 (parse_and_set_window_style):
13604 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13606 documented these styles
13608 * fvwm/add_window.c (CaptureOneWindow):
13609 (CaptureAllWindows):
13613 * fvwm/icons.c (DeIconify):
13614 fiexd fucoused window not hilighting after deiconification
13616 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13618 * fvwm/update.c (apply_window_updates):
13619 windows are not unshaded when the decoration layout changes
13621 * fvwm/frame.c (frame_create_move_resize_args):
13622 fixed excessive redrawing
13623 (frame_get_hidden_pos):
13624 fixed parent geometry when window is hidden
13626 * fvwm/add_window.c (setup_frame_stacking):
13627 fixed stacking of right buttons
13629 * fvwm/frame.c (frame_set_decor_gravities):
13630 fixed title and button bit gravities
13632 * fvwm/add_window.c (setup_frame_stacking):
13633 (change_auxiliary_windows):
13634 fixed "button" style
13636 * fvwm/geometry.c (get_title_button_geometry):
13637 * fvwm/menus.c (pop_menu_up):
13638 fixed menu placement relative to window titles
13640 * libs/Flocale.c (FlocaleDrawString):
13641 fixed compiler warning w/o fribidi
13643 * fvwm/virtual.c (MoveViewport):
13645 (do_move_window_to_desk):
13646 * fvwm/update.c (apply_window_updates):
13647 * fvwm/icons.c (Iconify):
13649 * fvwm/module_interface.c (SETOLDFLAGS):
13650 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13651 * fvwm/style.c (parse_and_set_window_style):
13652 * fvwm/window_flags.h:
13653 * fvwm/session.c (MatchWinToSM):
13654 * fvwm/placement.c (PlaceWindow):
13655 * fvwm/add_window.c (CaptureAllWindows):
13656 (setup_window_placement):
13657 (CaptureOneWindow):
13660 * fvwm/menus.c (menu_tear_off):
13661 * fvwm/events.c (HandleMapRequestKeepRaised):
13664 removed some of those pesky globals: PPosOverride, isIconicState and
13665 isIconifiedByParent; pass round a structure instead
13666 removed the do_start_iconic window flag
13667 removed do_delete_icon_moved flag
13669 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13673 renamed HAVE_FRIBIDI to HAVE_BIDI
13677 added more comments
13679 * fvwm/Makefile.am:
13681 * libs/Makefile.am:
13682 added a dummy call to FBidi to test linking against bidi libs
13684 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13686 * fvwm/windowshade.c (CMD_WindowShade):
13687 changed syntax of windowshade with direction
13689 update button state after unshading
13691 * fvwm/add_window.c (AddWindow):
13692 fixed mini icon update
13694 * fvwm/events.c (HandleEnterNotify):
13695 fixed icon picture redrawing
13696 icon titles are no longer raised and expanded if the icon has only a
13699 * fvwm/move_resize.c (resize_window):
13702 * libs/gravity.c (gravity_move_resize_parent_child):
13703 * fvwm/frame.c (frame_get_titlebar_dimensions):
13704 (frame_prepare_animation_shape):
13705 (frame_move_resize_step):
13706 (frame_get_titlebar_dimensions_only):
13707 (frame_get_hidden_pos):
13708 (frame_update_hidden_window_pos):
13709 (frame_free_move_resize_args):
13710 (frame_create_move_resize_args):
13711 fixed shading of shaped windows
13716 * fvwm/fvwm.c (main):
13717 * fvwm/misc.c (GrabEm):
13718 fixed a problem with the cursor shape during window shading
13720 * fvwm/update.c (apply_window_updates):
13721 fixed drawing of hilighted window after a decoration change
13723 * fvwm/update.c (apply_window_updates):
13724 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13725 * fvwm/borders.c (RedrawDecorations):
13726 renamed RedrawDecorations()
13728 * fvwm/move_resize.c (move_window_doit):
13730 * fvwm/misc.c (move_into_rectangle):
13731 (intersect_xrectangles):
13732 functions renamed and moved to fvwmrect.c
13734 * fvwm/borders.c (border_get_changed_border_parts):
13735 (frame_get_changed_border_parts):
13736 reduced border redrawing
13737 moved fucntion to borders.c
13739 * fvwm/events.c (HandleButtonPress):
13741 suppress button events on frame windows
13743 * fvwm/frame.c (frame_setup_border):
13744 fixed a problem with the border setup
13746 * fvwm/borders.c (border_draw_decorations):
13747 * fvwm/events.c (HandleEnterNotify):
13748 fixed icon title drawing
13750 * fvwm/misc.c (GrabEm):
13751 fixed a pointer grab hang with xmag?
13753 * fvwm/move_resize.c (resize_window):
13754 use frame_move_resize function to improve performance
13756 * fvwm/add_window.c (AddWindow):
13757 fixed recaturing shaded windows
13760 suppress unnecessary title redraws
13763 window shading works again; there are still some problems with
13764 recapture, restart, border drawing and shaped windows
13766 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13768 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13771 * fvwm/frame.c (frame_get_title_bar_dimensions):
13772 fixed minor button layout bug
13773 (frame_update_hidden_window_pos):
13775 * fvwm/ewmh_names.c (EWMH_WMName):
13776 * fvwm/gnome.c (GNOME_HandlePropRequest):
13777 * fvwm/focus.c (DoSetFocus):
13778 * fvwm/stack.c (new_layer):
13779 * fvwm/icons.c (DeIconify):
13781 * fvwm/events.c (HandleFocusIn):
13782 (HandlePropertyNotify):
13785 (HandleButtonPress):
13786 (HandleLeaveNotify):
13787 * fvwm/builtins.c (CMD_ChangeDecor):
13789 * fvwm/move_resize.c (resize_move_window):
13792 (maximize_fvwm_window):
13794 * fvwm/borders.c (DrawDecorations):
13795 (RedrawDecorations):
13796 removed function DrawDecorations()
13797 (border_draw_decorations):
13798 renamed draw_decorations_with_geom() to border_draw_decorations()
13800 * fvwm/events.c (HandleExpose):
13801 fixed drawing icon titles
13803 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13804 * fvwm/events.c (HandleFocusIn):
13806 * fvwm/screen.h (ScreenInfo):
13807 return the focus to the window that had the focus before an or window
13808 stole it and then died.
13810 * fvwm/menus.c (scanForColor):
13811 removed duplicate call of strlen
13812 use alloca instead of safemalloc
13814 * fvwm/menustyle.c (menustyle_parse_style):
13815 don't call memset right before memcpy
13817 * fvwm/module_interface.c (AddToMessageQueue):
13818 (DeleteMessageQueueBuff):
13819 removed one safemalloc and inline'd the function
13820 merged AddToMessageQueue into PositiveWrite
13822 * fvwm/borders.c (border_draw_decor_to_pixmap):
13823 fixed pixmap and mini icon buttons
13824 (border_fill_pixmap_background):
13826 (border_get_tb_parts_to_draw):
13827 buttons and title background using the border style is updated when the
13830 * fvwm/events.c (WaitForButtonsUp):
13831 don't grab the whole server but merely the pointer to allow applications
13832 redrawing themselves
13835 finished writing title drawing code
13837 * fvwm/move_resize.c (resize_window):
13838 (resize_move_window):
13839 (unmaximize_fvwm_window):
13840 removed now unnecessary calls to DrawDecorations()
13842 * fvwm/frame.c (frame_hide_changing_window_parts):
13843 fixed hiding bottom/right titles
13845 * fvwm/add_window.c (AddWindow):
13846 fixed recapturing shaded windows
13848 * fvwm/misc.c (GrabEm):
13849 fixed the cursor over the title window while resizing
13851 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13853 * libs/Graphics.c (CreateTiledPixmap):
13854 improved efficience: let the X server tile a pixmap via the GC settings
13856 * fvwm/fvwm.c (CreateGCs):
13857 * fvwm/screen.h (ScreenInfo):
13858 added new global GC Scr.TileGC
13860 * fvwm/borders.c (border_fill_pixmap_background):
13861 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13862 use already created gcs
13864 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13865 * fvwm/menus.c (paint_menu_gradient_background):
13866 fixed using a randow members in gcs
13868 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13871 added compilation test for fribidi
13873 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13875 * NEWS: Document FvwmForm timeout.
13877 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13879 * fvwm/session.c (MatchWinToSM):
13880 * fvwm/add_window.c (AddWindow):
13881 preserve user states over a restart
13883 * fvwm/add_window.c (setup_window_structure):
13884 preserve user states over a recapture
13886 * fvwm/functions.c (execute_function):
13887 "Silent" suppresses the "No such command ..." message
13889 * fvwm/frame.c (frame_move_resize):
13890 * fvwm/misc.c (GrabEm):
13891 fixed the cursor shape during resizing
13892 fixed button looks in small windows
13894 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13900 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13902 * fvwm/fvwm.c (LoadDefaultLeftButton):
13903 (LoadDefaultRightButton):
13904 * fvwm/borders.c (border_draw_vector_to_pixmap):
13905 * fvwm/screen.h (DecorFace):
13906 * fvwm/builtins.c (ReadDecorFace):
13907 fixed transparent vector line support
13909 * libs/Graphics.c (CreateGradientPixmap):
13910 fixed potential core dump with illegal gradients
13912 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13914 * fvwm/fvwm.h (FvwmWindow):
13915 removed button_background_pixmap member
13917 * fvwm/update.c (apply_window_updates):
13918 fixed changing the decoration size
13920 * fvwm/windowshade.c (CMD_WindowShade):
13921 * fvwm/frame.c (frame_setup_border):
13922 * fvwm/functions.c (execute_complex_function):
13925 * fvwm/move_resize.c (resize_window):
13926 fixed aboting of a opaque resize w/ maximized windows
13927 (ParseOneResizeArgument):
13928 resize arguments don't take the border into account
13929 (GetResizeArguments):
13930 implemented new option "Frame" to the Resize and ResizeMove commands
13932 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13935 * fvwm/builtins.c (ReadDecorFace):
13936 * fvwm/borders.c (DrawLinePattern):
13937 implemented transparent drawing color in vector buttons: C == 4
13939 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13940 * fvwm/builtins.c (ReadDecorFace):
13941 increased allowed number of lines in a vector button to 10000 and moved
13942 the definition to defaults.h
13944 * fvwm/virtual.c (MoveViewport):
13945 don't send useless M_NEW_PAGE packets
13949 started work on new button/title drawing code
13951 * fvwm/events.c (HandleExpose):
13952 don't handle expose on the title bar
13955 * fvwm/frame.c (frame_get_sidebar_geometry):
13956 * fvwm/fvwm.h (FvwmWindow):
13957 replaced border_state with decor_state
13959 * libs/defaults.h (NR_RIGHT_BUTTONS):
13963 * fvwm/events.c (HandleExpose):
13965 * fvwm/frame.c (frame_setup_border):
13966 hide sidebars if they are too small, i.e. 0 pixels
13968 2002-03-20 olicha <olivier.chapuis@free.fr>
13970 * libs/Flocale.c (FlocaleFreeNameProperty):
13971 Fixed random core dump
13973 2002-03-19 olicha <olivier.chapuis@free.fr>
13975 * fvwm/ConfigFvwmDefaults:
13976 RightTitleRotatedCW is a default
13978 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13980 * fvwm/frame.c (frame_get_sidebar_geometry):
13981 window corners are always at least the border width thick
13983 * fvwm/geometry.c (update_absolute_geometry):
13984 fixed south/east shading
13986 * fvwm/frame.c (frame_move_resize_step):
13987 did the best I could to prevent rxvt from flashing in the background
13990 * fvwm/add_window.c (get_default_window_attributes):
13991 (get_default_window_attributes):
13992 (setup_resize_handle_windows):
13993 * fvwm/borders.c (border_get_border_gcs):
13994 applied -visual fix by Hippo
13996 * fvwm/cursor.c (CMD_CursorStyle):
13999 * fvwm/frame.c (frame_get_title_bar_dimensions):
14000 fixed order of right buttons
14001 (frame_move_resize_step):
14002 reduced flashing when maximizing
14004 * fvwm/geometry.c (update_absolute_geometry):
14005 adapted for horizontal shading
14007 2002-03-19 Mikhael Goikhman <migo@homemail.com>
14016 several renamings of text_direction to text_rotation
14018 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14020 * fvwm/windowshade.c (CMD_WindowShade):
14021 * fvwm/frame.c (frame_create_move_resize_args):
14022 (frame_move_resize_step):
14023 hack to enable non-animated window shading for the time being
14025 * fvwm/style.c (parse_and_set_window_style):
14026 (parse_and_set_window_style):
14027 allow to abbreviate [Counter]ClockWise with [C]CW
14029 * fvwm/frame.c (frame_move_resize_step):
14032 * fvwm/geometry.c (gravity_constrain_size):
14033 removed useless code
14035 * fvwm/update.c (apply_window_updates):
14036 * fvwm/add_window.c (AddWindow):
14037 * fvwm/move_resize.c (unmaximize_fvwm_window):
14039 do not write into frame_g. only frame.c should do this
14041 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
14042 (MIN_WINDOW_TITLE_LENGTH):
14044 * fvwm/frame.c (frame_setup_title_bar):
14045 (get_resize_decor_gravities_one_axis):
14046 (frame_setup_window_internal):
14047 (frame_move_resize_step):
14048 (frame_create_move_resize_args):
14049 rewrote frame_setup_title_bar function
14051 * fvwm/add_window.c (setup_frame_stacking):
14052 fixed title bar stacking order
14054 * fvwm/frame.c (frame_setup_title_bar):
14055 removed yesterday's 'fix'
14057 * fvwm/add_window.c (hide_screen):
14058 (setup_title_window):
14059 (setup_resize_handle_windows):
14060 (setup_button_windows):
14061 fixed visual and depth of decoration windows
14063 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14065 * fvwm/frame.c (frame_setup_title_bar):
14066 fixed title layout bug
14068 * fvwm/move_resize.c (MaximizeHeight):
14069 fixed bug in "grow" option of the Maximize command
14072 fixed broken prototype for get_title_font_size_and_offset
14074 * fvwm/geometry.c (get_title_font_size_and_offset):
14075 simplified code a bit
14077 2002-03-18 olicha <olivier.chapuis@free.fr>
14080 * fvwm/geometry.c (get_title_font_size_and_offset):
14081 * fvwm/add_window.c (setup_title_geometry):
14083 * fvwm/style.c (parse_and_set_window_style):
14084 (check_window_style_change):
14085 * fvwm/update.c (apply_window_updates):
14086 * fvwm/window_flags.h:
14088 Reworte side title direction styles and use LeftTitleRotatedClockWise /
14089 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
14090 RightTitleRotatedCounterClockWise
14092 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14095 * vms/config.h (FMiniIconsSupported):
14096 removed last traces of MINI_ICONS ifdef
14098 * fvwm/windowlist.c (CMD_WindowList):
14099 * fvwm/update.c (apply_window_updates):
14101 * fvwm/style.c (merge_styles):
14102 (parse_and_set_window_style):
14103 (check_window_style_change):
14105 * fvwm/module_interface.c (SendMiniIcon):
14106 (BroadcastMiniIcon):
14107 (CMD_Send_WindowList):
14108 * fvwm/fvwm.h (FvwmWindow):
14109 * fvwm/ewmh_icons.c (ewmh_WMIcon):
14110 (EWMH_DoUpdateWmIcon):
14111 (ewmh_SetWmIconFromPixmap):
14112 (EWMH_DeleteWmIcon):
14113 (EWMH_SetIconFromWMIcon):
14114 * fvwm/builtins.c (ReadDecorFace):
14115 * fvwm/borders.c (DrawButton):
14118 * fvwm/add_window.c (setup_window_structure):
14120 (destroy_mini_icon):
14121 (change_mini_icon):
14123 * acconfig.h (FMiniIconsSupported):
14124 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
14128 removed an FANCY_TITLEBARS ifdef
14130 * fvwm/borders.c (border_draw_one_part):
14131 (border_draw_border_parts):
14132 (border_draw_all_parts):
14133 (draw_clipped_decorations_with_geom):
14134 performance enhancement
14136 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14138 * fvwm/frame.c (frame_move_resize_step):
14139 force setting up the border when function is called with FRAME_MR_SETUP
14140 (frame_setup_window_internal):
14141 removed duplicate frame setup
14143 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
14145 (draw_clipped_decorations_with_geom):
14146 do not flush the X queue after drawing; let the caller do it
14148 * fvwm/frame.c (frame_get_sidebar_geometry):
14149 fixed layout of windows with a small height
14150 (frame_hide_changing_window_parts):
14155 made good progress with frame layout rewrite. I think it is already
14156 considerably faster.
14157 some general clean up
14159 * fvwm/add_window.c (setup_decor_window):
14162 * fvwm/windowshade.c (CMD_WindowShade):
14163 * fvwm/stack.c (verify_stack_ring_consistency):
14164 (RaiseOrLowerWindow):
14165 * fvwm/move_resize.c (resize_move_window):
14166 (move_window_doit):
14167 (draw_move_resize_grid):
14168 * fvwm/icons.c (DrawIconWindow):
14169 * fvwm/icccm2.c (CloseICCCM2):
14171 (HandleSelectionRequest):
14172 * fvwm/fvwm.c (main):
14173 (SaveDesktopState):
14174 * fvwm/focus.c (DoSetFocus):
14175 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14176 * fvwm/events.c (HandlePropertyNotify):
14177 (HandleButtonPress):
14178 (HandleConfigureRequest):
14179 * fvwm/add_window.c (RestoreWithdrawnLocation):
14181 * fvwm/builtins.c (CMD_Delete):
14185 * fvwm/menus.c (paint_menu):
14187 * fvwm/misc.c (UngrabEm):
14189 * fvwm/schedule.c (execute_obj_func):
14190 * fvwm/add_window.c (hide_screen):
14192 use XFlush instead of XSync when the latter is not necessary
14194 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14197 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14198 inform frame module if the window with the hide windows dies
14200 * fvwm/placement.c (PlaceWindow):
14202 * fvwm/add_window.c (setup_window_attr):
14203 (setup_frame_attributes):
14205 (RestoreWithdrawnLocation):
14206 (setup_window_placement):
14207 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14208 (get_title_geometry):
14209 * fvwm/fvwm.c (InitVariables):
14210 * fvwm/frame.c (frame_setup_frame):
14211 * fvwm/colormaps.c (HandleColormapNotify):
14212 (InstallWindowColormaps):
14213 * fvwm/events.c (HandleConfigureRequest):
14214 (HandleUnmapNotify):
14215 * fvwm/fvwm.h (FvwmWindow):
14216 removed attr member of FvwmWindow and replaced by a structure defined
14217 ourselves that is much smaller
14219 * fvwm/add_window.c (hide_screen):
14220 don't use save_unders and backing_store for the window used in recapture
14222 * fvwm/frame.c (frame_init):
14223 * fvwm/fvwm.c (main):
14224 new function to initialise frame module
14226 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14229 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14234 * fvwm/borders.h (enum):
14235 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14236 (border_get_parts_and_pos_to_draw):
14237 * fvwm/fvwm.h (struct):
14239 fixed calculations of which border parts to draw
14242 corrected some typos
14245 handle marks work again
14247 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14249 * AUTHORS: New author added.
14251 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14255 * fvwm/add_window.c (setup_frame_stacking):
14256 * fvwm/cursor.c (CMD_CursorStyle):
14257 * fvwm/events.c (HandleExpose):
14259 (HandleEnterNotify):
14260 (HandleLeaveNotify):
14262 * fvwm/geometry.c (get_title_button_geometry):
14263 * fvwm/virtual.c (map_window):
14264 * fvwm/add_window.c (setup_parent_window):
14265 (setup_resize_handle_cursors):
14266 (setup_resize_handle_windows):
14267 (resize_resize_handle_windows):
14268 (change_resize_handle_windows):
14269 some progress with new frame layout
14271 * fvwm/add_window.c (setup_visible_name):
14272 fixed off-by-one bug in setup_visible_name
14273 maximum window number can be set in defaults.h
14275 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14277 * fvwm/windowlist.h:
14282 * fvwm/placement.h:
14284 * fvwm/move_resize.h:
14291 * fvwm/add_window.h:
14292 * fvwm/ewmh_names.c:
14293 * fvwm/ewmh_icons.c:
14294 * fvwm/ewmh_events.c:
14301 * fvwm/windowlist.c:
14305 * fvwm/colormaps.c:
14306 * fvwm/decorations.c:
14307 * fvwm/conditional.c:
14310 * fvwm/placement.c:
14314 * fvwm/functions.c:
14317 * fvwm/module_interface.c:
14319 * fvwm/add_window.c:
14322 * fvwm/move_resize.c:
14325 * fvwm/fvwm.h (FvwmWindow):
14326 moved all windows into a separate sub structure and wrote access macros
14327 renamed FvwmWindow argument to builtin commands to "fw"
14328 renamed tmp_win to fw everywhere
14330 * fvwm/borders.c (RedrawBorder):
14331 * fvwm/decorations.c (SelectDecor):
14332 * fvwm/add_window.c (setup_style_and_decor):
14333 (setup_resize_handle_cursors):
14334 * fvwm/window_flags.h:
14335 * fvwm/fvwm.h (struct):
14336 added new member has_handles and new macro HAS_HANDLES
14338 * fvwm/decorations.c (SelectDecor):
14339 fixed the NoHandles style
14341 * fvwm/decorations.c (SelectDecor):
14342 * fvwm/style.c (check_window_style_change):
14343 (parse_and_set_window_style):
14345 * fvwm/fvwm.h (struct):
14346 renamed has_no_handles to has_no_border
14348 2002-03-15 olicha <olivier.chapuis@free.fr>
14351 * libs/Fft.c (is_utf8_encoding):
14355 s/COMPUND_TEXT/COMPOUND_TEXT
14358 Removed matrix xft specification doc as now it is use internally by
14361 * libs/Flocale.c (FlocaleRotateDrawString):
14362 (FlocaleUnloadFont):
14363 (FlocaleDrawString):
14364 (FlocaleTextWidth):
14366 * libs/Fft.c (FftGetRotatedFont):
14370 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14372 * fvwm/geometry.c (get_title_font_size_and_offset):
14373 * fvwm/style.c (parse_and_set_window_style):
14374 (check_window_style_change):
14375 * fvwm/update.c (apply_window_updates):
14379 * fvwm/window_flags.h:
14380 Implemented vertical text rendering, new style SideTitleTextDefault,
14381 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14383 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14386 removed inclusion of fvwmdebug.h
14388 * libs/gravity.c (ParseDirectionArgument):
14389 fixed direction parsing
14391 * fvwm/menus.c (get_menu_options):
14392 fixed a compiler warning
14394 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14396 * fvwm/bindings.c (ParseBinding):
14397 fixed compiler warning
14399 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14401 fixed compilation w/ --disable-ewmh
14403 * fvwm/windowlist.c (CMD_WindowList):
14404 fixed parsing of conditions versus position of window list broken with
14407 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14410 * libs/Fft.c (FftTextWidth):
14411 (is_utf8_encoding):
14412 (FftGetFontWidths):
14414 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14415 if HAVE_XFT was not set.
14417 * fvwm/events.h (XEVMASK_DECORW):
14418 select EnterNotify and LeaveNotify on frame instead of decor_w
14420 * fvwm/add_window.c (setup_title_window):
14421 (setup_button_windows):
14422 (setup_resize_handle_windows):
14423 frame window is the new parent of the title, button and handle windows
14424 (setup_frame_stacking):
14425 new stacking order of decoration windows
14427 * fvwm/menuitem.c (menuitem_paint):
14428 * fvwm/events.c (HandleExpose):
14431 * fvwm/move_resize.c (unmaximize_fvwm_window):
14432 don't force to redraw the frame
14434 * libs/gravity.c (gravity_get_offsets):
14437 functions moved to gravity.c
14439 2002-03-10 olicha <olivier.chapuis@free.fr>
14441 * acconfig.h (HAVE_XFT_UTF8):
14443 * libs/Fft.c (is_utf8_encoding):
14444 (FftGetFontWidths):
14447 Detected if Xft can handle utf8 string
14450 * fvwm/menuitem.c (menuitem_paint):
14451 * fvwm/events.c (HandleExpose):
14452 Fixed Xft related compilation failure and warning
14454 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14458 * fvwm/move_resize.c:
14463 * fvwm/add_window.c:
14464 * fvwm/frame.c (frame_setup_window):
14465 (frame_force_setup_window):
14466 (frame_setup_shape):
14467 SetupFrame renamed to frame_setup_window
14468 ForceSetupFrame renamed to frame_force_setup_window
14469 SetShape renamed to frame_setup_shape
14471 * fvwm/windowshade.c:
14472 moved most code to frame.c
14474 * fvwm/frame.c (SetShape):
14476 (set_decor_gravity):
14479 functions moved to new file
14482 (frame_setup_title_bar):
14486 direction code moved to gravity.c and gravity.h
14488 * fvwm/windowshade.c (CMD_WindowShade):
14489 * fvwm/geometry.c (get_shaded_geometry):
14491 * libs/FScreen.c (FScreenInit):
14492 (FScreenUpdateEmulationMapState):
14493 changed Xinerame emulation layout
14496 Corrected the description of the XineramaPrimaryScreen command that was
14499 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14501 * fvwm/menus.c (menu_tear_off):
14502 (unlink_item_from_menu):
14503 (menu_strip_tear_off_title):
14504 use the text from a title item as the tear off menu title if the menu
14505 begins with a title; skip separators and tear off bars at the front of
14509 implemented titleatleft and titleatright styles; titles are not drawn
14512 * fvwm/style.c (check_window_style_change):
14513 * fvwm/update.c (apply_window_updates):
14514 * fvwm/ewmh_names.c (EWMH_WMIconName):
14517 * fvwm/ewmh.c (ksmserver_workarround):
14518 * fvwm/update.c (apply_window_updates):
14519 * fvwm/conditional.c (MatchesConditionMask):
14520 * fvwm/fvwm.c (main):
14521 * fvwm/session.c (SaveWindowStates):
14524 * fvwm/functions.c (expand):
14525 * fvwm/stack.c (dump_stack_ring):
14526 (verify_stack_ring_consistency):
14527 * fvwm/module_interface.c (BroadcastWindowIconNames):
14528 (CMD_Send_WindowList):
14529 * fvwm/add_window.c (free_window_names):
14530 (free_window_names):
14531 * fvwm/events.c (HandlePropertyNotify):
14532 * fvwm/builtins.c (CMD_Wait):
14533 * fvwm/style.c (CMD_DestroyStyle):
14535 Adapted to changes of Flocale.h
14538 removed COMPUND_TEXT ifdef
14541 mutibyte defaults to on
14546 * fvwm/fvwm.h (FvwmWindow):
14547 cleaned up Flocale stuff for better information hiding
14549 * libs/Flocale.c (get_FlocaleFontSet):
14551 added a new font strucht member min_char_offset for vertical text
14553 * libs/Flocale.c (get_FlocaleFontSet):
14554 fixed a bug in descent calculation
14556 * fvwm/fvwm.h (FvwmWindow):
14559 * fvwm/borders.c (RedrawButtons):
14564 (DrawMultiPixmapTitlebar):
14565 don't use title_g or boundary_width
14567 * libs/Flocale.c (FlocaleTextWidth):
14568 * libs/Flocale.c (FlocaleDrawString):
14569 added interface for vertical strings
14570 * libs/Flocale.h (FlocaleWinString):
14571 added flags structure w/ is_vertical_string flag
14573 * fvwm/borders.c (RedrawTitle):
14574 (DrawMultiPixmapTitlebar):
14575 * fvwm/screen.h (ScreenInfo):
14576 * fvwm/icons.c (DrawIconWindow):
14577 * fvwm/move_resize.c (DisplayPosition):
14579 * fvwm/screen.h (ScreenInfo):
14580 removed ScratchStr and TitleStr; *please* don't use global variables
14583 * fvwm/move_resize.c (ParseOneResizeArgument):
14584 (GetResizeArguments):
14585 (GetResizeMoveArguments):
14587 (resize_move_window):
14588 * fvwm/module_interface.c (CONFIGARGS):
14591 * fvwm/placement.c (PlaceWindow):
14592 * fvwm/add_window.c (setup_title_window):
14593 (setup_button_windows):
14594 (setup_parent_window):
14595 (resize_resize_handle_windows):
14596 (change_resize_handle_windows):
14598 * fvwm/geometry.c (get_window_borders):
14599 (gravity_get_naked_geometry):
14600 (gravity_add_decoration):
14602 don't use title_g.width and title_g.height anymore
14604 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14607 * fvwm/borders.c (SetupTitleBar):
14608 * fvwm/add_window.c (setup_title_window):
14609 don't use title_g.x and title_g.y anymore
14610 (setup_title_geometry):
14613 * fvwm/fvwm.h (FvwmWindow):
14614 replaced title_g by title_length and title_thickness
14615 renamed title_text_y to title_text_offset
14617 * fvwm/add_window.c (setup_style_and_decor):
14618 (setup_parent_window):
14619 * fvwm/decorations.c (SelectDecor):
14620 * fvwm/placement.c (PlaceWindow):
14621 * fvwm/windowlist.c (CMD_WindowList):
14622 * fvwm/events.c (SendConfigureNotify):
14623 (HandlePropertyNotify):
14625 * fvwm/move_resize.c (DisplaySize):
14626 (ParseOneResizeArgument):
14627 (GetResizeArguments):
14628 (GetResizeMoveArguments):
14630 (resize_move_window):
14631 * fvwm/geometry.c (gravity_get_naked_geometry):
14632 (gravity_add_decoration):
14634 don't use boundary_width anymore
14636 * fvwm/borders.c (SetupTitleBar):
14639 * fvwm/fvwmdebug.c:
14640 removed outdated file that was never used
14642 * fvwm/move_resize.c (move_window_doit):
14643 fixed GNOME and EWMH hints when unsticking a window
14645 * fvwm/virtual.c (CMD_MoveToDesk):
14646 unstick windows when MoveToDesk is used
14649 * fvwm/windowshade.c (CMD_WindowShade):
14650 (CMD_WindowShadeAnimate):
14651 functions moved to windowshade.c
14653 * fvwm/window_flags.h:
14654 * fvwm/menus.c (pop_menu_up):
14655 * fvwm/builtins.c (CMD_WindowShade):
14656 * fvwm/move_resize.c (resize_window):
14657 * fvwm/icons.c (AutoPlaceIcon):
14658 * fvwm/borders.c (SetupFrame):
14659 don't use HAS_BOTTOM_TITLE any more
14663 * fvwm/geometry.c (get_title_font_width_and_offset):
14664 * fvwm/geometry.c (set_window_border_size):
14665 * fvwm/geometry.c (is_window_border_minimal):
14666 * fvwm/geometry.c (get_window_borders_no_title):
14667 * fvwm/geometry.c (get_shaded_client_window_pos):
14668 * fvwm/geometry.c (get_icon_corner):
14669 * fvwm/geometry.c (get_title_gravity):
14670 * fvwm/geometry.c (get_title_geometry):
14671 * fvwm/borders.c (get_button_number):
14674 * fvwm/borders.c (SetupFrame):
14676 * fvwm/events.c (HandleShapeNotify):
14677 * fvwm/borders.c (SetupTitleBar):
14678 * fvwm/update.c (apply_window_updates):
14679 * fvwm/add_window.c (setup_window_font):
14680 removed title_top_height
14682 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14685 * fvwm/events.c (SendConfigureNotify):
14686 * fvwm/events.c (HandleConfigureRequest):
14687 preparations for W/E titles
14688 don't use title_top_height any more
14690 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14691 use title_dir flags
14693 * fvwm/geometry.c (get_window_borders):
14694 * fvwm/style.c (parse_and_set_window_style):
14695 (check_window_style_change):
14696 * fvwm/style.h (SCSET_TITLE_DIR):
14697 * fvwm/window_flags.h (GET_TITLE_DIR):
14698 * fvwm/fvwm.h (struct):
14699 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14702 * libs/Parse.c (ParseDirectionArgument):
14704 use new type direction_type
14706 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14708 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14709 use function from geometry.c to get the border size
14711 * fvwm/geometry.c (get_shaded_geometry):
14712 added code for shading in all directions
14714 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14716 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14718 2002-03-07 olicha <olivier.chapuis@free.fr>
14720 * libs/Flocale.c (FInitLocale):
14721 * fvwm/fvwm.c (main):
14722 Set the locale using "" as locale argument
14724 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14727 fixed some typos and indentation of several new variable entries
14729 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14731 * fvwm/functions.h (enum):
14732 * fvwm/functions.c (func_config):
14734 * fvwm/conditional.c (CMD_ThisWindow):
14735 renamed command "This" to "ThisWindow"
14737 * fvwm/conditional.c (Circulate):
14738 "Current" no longer selects a random window when no window is focused
14740 * fvwm/icccm2.c (SetupICCCM2):
14741 removed debug fprintf
14743 * fvwm/functions.c (expand_extended_var):
14744 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14745 pointer.wy, pointer.cx and pointer.cy.
14747 * libs/Parse.c (ParseDirectionArgument):
14748 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14750 * fvwm/builtins.c (CMD_WindowShade):
14751 fixes for animated shading w/ titleatbottom+north and titleattop+south
14753 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14755 * fvwm/move_resize.c (moveLoop):
14757 * fvwm/virtual.c (HandlePaging):
14758 moving/resizing windows opaque is much faster
14760 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14762 * fvwm/add_window.c (resize_resize_handle_windows):
14763 (change_resize_handle_windows):
14764 (setup_window_font):
14765 fixed changing the handlewidth style
14767 * fvwm/update.c (apply_window_updates):
14768 * fvwm/geometry.c (update_absolute_geometry):
14769 * fvwm/builtins.c (CMD_WindowShade):
14770 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14771 * fvwm/conditional.c (CreateConditionMask):
14772 * fvwm/geometry.c (get_shaded_geometry):
14773 * fvwm/session.c (MatchWinToSM):
14774 * fvwm/add_window.c (setup_window_structure):
14776 * fvwm/window_flags.h (SHADED_DIR):
14777 * fvwm/fvwm.h (struct):
14778 implemented new WindowShade options "North" and "South" to allow shading
14779 a window in either direction, regardless of if the title is at the top
14782 * libs/Module.c (module_expand_action):
14783 new convenience function for modules
14785 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14787 * fvwm/fvwm2.1: Fixes to the font section.
14789 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14791 * fvwm/conditional.c (CMD_WindowId):
14792 set the correct context window for unmanaged windows
14794 * fvwm/icons.c (DrawIconWindow):
14795 raise the icon title even if it's too small to be expanded
14797 * fvwm/conditional.c (CMD_Cond):
14798 Fixed it the right way this time
14800 same fix for the 'Any' command
14807 unified circulating functions into a single one
14809 Pick allows to pick functions that have CirculateSkip set
14810 fixed a memory leak
14814 (CMD_PointerWindow):
14815 unified selecting functions into a single one
14818 Allow user to override the default CirculateHit of these functions
14820 * fvwm/conditional.c (CMD_Cond):
14821 Fixed a problem w/ the window selection
14827 * fvwm/menustyle.h:
14828 * fvwm/menustyle.c:
14832 moved some of the menu code into separate files
14833 more work on tear off menus; windowlist can now be torn off without a
14838 added templates for new source files
14840 * libs/Picture.c (fvwmlib_clone_color):
14843 * fvwm/menus.c (make_menu):
14845 removed unused parameter from make_menu()
14847 * fvwm/fvwm2.1 (Example):
14848 corrected statement about CaptureHonorsStartsOnPage being the default
14850 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14855 added and documented --disable-bidi and --disable-perllib
14857 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14859 * fvwm/geometry.c (get_window_borders):
14860 fixed calculation of $[cw.y] and $[cw.height]
14862 * fvwm/move_resize.c (resize_move_window):
14863 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14865 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14867 * fvwm/move_resize.c (resize_move_window):
14869 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14872 re-added --enable-xinerama-emulation option that was removed recently
14874 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14879 several corrections and rewording
14881 2002-02-28 olicha <olivier.chapuis@free.fr>
14884 New section FONT NAMES AND FONT LOADING
14888 Document --enable-xft
14890 * libs/Fft.c (get_FlocaleXftFont):
14891 Used the xft font height in the place of ascent+descent
14893 * fvwm/icons.c (DrawIconWindow):
14894 Fixed the fg colors of the icon title
14896 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14898 * fvwm/conditional.c (CMD_CondCase):
14899 fixed CondCase command
14901 fixed numeric return codes
14903 * fvwm/add_window.c (CMD_Recapture):
14904 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14906 * acinclude.m4 (smr_CHECK_LIB):
14907 disabled a destructing gnome_prefix logic again
14909 * fvwm/events.c (GetContext):
14910 * libs/Bindings.c (win_contexts):
14912 new contexts for individual parts of the window border
14914 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14917 disabled a destructing gnome_prefix logic
14920 replaced fribidi detection mechanism, now fribidi-config is used
14922 2002-02-26 olicha <olivier.chapuis@free.fr>
14924 * acconfig.h (HAVE_XFT):
14927 * libs/Fft.c (new file):
14928 * libs/Flocale.c (FlocaleLoadFont):
14929 (FlocaleUnloadFont):
14930 (FlocaleDrawString):
14931 (FlocaleTextWidth):
14932 (get_FlocaleFontSet):
14934 (get_FlocaleFontOrFontSet):
14936 * fvwm/Makefile.am:
14937 Added anti-alised font rendering using Xft. This is off by default.
14938 A font can now be given as a ";" separated list of either ","
14939 separated list of XFLD font name or Xft font name with "xft:" as
14941 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14942 See Flocale.h for details
14944 * fvwm/events.c (HandleExpose):
14945 * fvwm/menus.c (paint_item):
14946 Always clear the text area before drawing text with an Xft font
14948 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14950 * acinclude.m4 (smr_CHECK_LIB):
14951 fixed a bug with variable expansion and autoconf cache values
14953 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14955 * fvwm/menus.c (seek_submenu_instance):
14957 * fvwm/fvwm.c (InitVariables):
14958 some general menu clean up
14960 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14961 * fvwm/move_resize.h (resize_geometry_window):
14962 * fvwm/menus.c (animated_move_back):
14964 (ParentalMenuRePaint):
14965 Removed the global variables for parental relativity. Please *do not*
14966 use globals in menus.c or anywhere else. I'm trying to remove most
14967 globals in the long run.
14969 * libs/Graphics.c (do_relieve_rectangle):
14972 * fvwm/menus.c (MenuInteraction):
14973 fixed tearing off menus by selecting a tear off item with the keyboard
14975 * fvwm/menus.c (MenuInteraction):
14976 fixed menus not popping down sometimes
14978 * fvwm/functions.c (CMD_TearMenuOff):
14979 * fvwm/menus.c (AddToMenu):
14981 (warp_pointer_to_item):
14982 (get_selectable_item_index):
14983 (get_selectable_item_from_index):
14984 (get_selectable_item_from_section):
14987 (draw_tear_off_bar):
14988 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14989 New command "TearMenuOff" in menus. In a normal item, this tears off
14990 the menu when selected. If the item has no title, it is drawn as a
14991 dashed line too. Pressing button 2 over a title tears out the menu too.
14994 * fvwm/menus.c (make_menu_window):
14995 fixed problem w/ mapping menus, performance enhancement
14997 * fvwm/builtins.c (CMD_Destroy):
15001 * fvwm/functions.c (execute_function):
15002 (expand_extended_var):
15004 new variable cond.rc that returns the last return code of a conditinal
15007 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15009 * fvwm/conditional.c (CMD_Cond):
15013 * fvwm/functions.h:
15014 * fvwm/functions.c:
15015 new conditional commands Cond, CondCase and Break
15017 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
15018 (ewmh_WMStateShaded):
15021 (ewmh_WMStateHidden):
15023 (ewmh_CloseWindow):
15024 (ewmh_ActiveWindow):
15025 (ewmh_DesktopGeometry):
15026 * fvwm/gnome.c (GNOME_HandlePropRequest):
15027 * fvwm/windowlist.c (CMD_WindowList):
15028 * fvwm/update.c (apply_window_updates):
15029 * fvwm/conditional.c (CMD_Pick):
15035 (CMD_PointerWindow):
15040 * fvwm/read.c (run_command_stream):
15041 * fvwm/fvwm.c (Done):
15045 * fvwm/module_interface.c (ExecuteModuleCommand):
15046 * fvwm/move_resize.c (handle_stick):
15047 * fvwm/add_window.c (AddWindow):
15048 * fvwm/events.c (HandleKeyPress):
15049 (HandleButtonPress):
15050 (HandleClientMessage):
15051 (HandleButtonRelease):
15052 (HandlePropertyNotify):
15053 * fvwm/builtins.c (CMD_DestroyDecor):
15056 * fvwm/functions.h (func_type):
15057 * fvwm/functions.c (old_execute_function):
15058 (execute_function):
15059 (execute_complex_function):
15061 * fvwm/fvwm.h (fvwm_cond_func_rc):
15062 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
15064 * fvwm/ConfigFvwmDefaults:
15065 set some default styles for tear off menu windows
15067 * fvwm/menus.c (menuShortcuts):
15068 ignore actions that would normally close a menu if it's a tear off menu
15069 <Backspace> creates a tear off menu
15070 <Escape> closes a tear off menu
15072 * fvwm/builtins.c (CMD_Delete):
15075 * fvwm/menus.c (DestroyMenu):
15076 (make_menu_window):
15078 * fvwm/menus.h (MenuRootDynamic):
15079 Each menu window is created with a unique display to prevent fvwm from
15080 being killed when a tear off menu is destroyed. Of course this is
15081 inefficient, but still better than writing a menu module.
15083 2002-02-23 Mikhael Goikhman <migo@homemail.com>
15086 autogenerate perllib/FVWM/Module/Makefile
15088 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15090 * fvwm/move_resize.c (moveLoop):
15091 fixed a problem with keyboard movement vs. EdgeResistance
15093 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15096 fixed problem with root bindings and xfishtank
15098 * fvwm/windowlist.c (CMD_WindowList):
15099 applied patch by to Darren Marshall to fix placement of window list on
15100 wrong xinerama screen
15102 * libs/Parse.c (GetSuffixedIntegerArguments):
15103 integer arguments that must not have a suffix but have one are ignored
15105 * fvwm/icons.c (DeIconify):
15107 applied patch by Markus Schwarzenberg to fix a rare problem with the
15108 is_map_pending flag, iconified icons and restart
15110 2002-02-22 Mikhael Goikhman <migo@homemail.com>
15113 * fvwm/conditional.c (CMD_This):
15114 * fvwm/functions.c:
15115 * fvwm/functions.h:
15118 added new conditional command This
15120 2002-02-21 Mikhael Goikhman <migo@homemail.com>
15124 added fribidi library detection
15126 2002-02-12 olicha <olivier.chapuis@free.fr>
15128 * libs/Flocale.h (FlocaleFont):
15129 * libs/Flocale.c (get_FlocaleFont):
15130 (get_FlocaleFontSet):
15131 Compute the ascent and descent of the FlocaleFont structure directly
15132 from the XFontSetExtents data in the case of a fontset
15133 Added max_char_width to the FlocaleFont structure
15135 * libs/Makefile.am (libfvwm_a_SOURCES):
15137 Removed libs/GetFont.c
15139 * fvwm/menus.c (FreeMenuStyle):
15142 (CMD_CopyMenuStyle):
15143 * fvwm/menus.h (MenuLook):
15144 Fixed default font handling font by using a new MenuLook flags
15147 * fvwm/menus.c (UpdateMenuStyle):
15148 Fixed default font update
15150 * fvwm/fvwm.c (SetRCDefaults):
15152 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
15153 fvwm initialization
15155 2002-02-11 Mikhael Goikhman <migo@homemail.com>
15158 added FvwmPerl/* file generation
15160 2002-02-11 olicha <olivier.chapuis@free.fr>
15164 Multibyte news. Document --disable-compound-text and --disable-ewmh.
15167 Added more documentation and change the MB_FALLBACK_FONT to
15168 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
15169 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15170 more consistent with the none multibyte case.
15172 2002-02-10 olicha <olivier.chapuis@free.fr>
15174 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15176 * fvwm/events.c (HandleUnmapNotify):
15177 (HandleReparentNotify):
15178 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15179 (ewmh_WMStateSticky):
15180 (ewmh_WMStateHidden):
15181 Restore various ewmh initial states when a window is unmapped or
15184 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15188 added support for new perllib directory
15190 2002-02-09 olicha <olivier.chapuis@free.fr>
15197 Rename I18N_MB to MULTIBYTE
15198 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15200 * libs/Flocale.c (*):
15202 New Font and Text API. A cache is used for fonts information. Font
15203 loading is more powerfull as both font or fontset can be loaded.
15204 See Flocale.h for details, more comments will be added soon.
15205 Fortunately, it seems that there are no more memory problems with
15206 --enable-multibyte!
15207 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15208 with XmbTextPropertyToTextList
15210 * fvwm/events.c (HandlePropertyNotify):
15211 * fvwm/misc.c (NewFontAndColor):
15214 * fvwm/menus.c (FreeMenuStyle):
15216 (CMD_CopyMenuStyle):
15218 (calculate_item_sizes):
15219 (size_menu_horizontally):
15221 * fvwm/builtins.c (CMD_DefaultFont):
15222 (ApplyDefaultFontAndColors):
15223 * fvwm/add_window.c (destroy_icon_font):
15225 (destroy_window_font):
15226 (setup_window_font):
15227 (free_window_names):
15228 (setup_window_name):
15230 * fvwm/fvwm.h (FvwmWindow):
15231 * fvwm/move_resize.c (DisplayPosition):
15232 (resize_geometry_window):
15234 * fvwm/fvwm.c (InitVariables):
15235 * fvwm/icons.c (DrawIconWindow):
15236 (setup_icon_title_size):
15237 * fvwm/borders.c (RedrawTitle):
15238 (DrawMultiPixmapTitlebar):
15239 * fvwm/screen.h (ScreenInfo):
15240 Use the new Text and Font API
15242 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15244 * fvwm/module_interface.c (PositiveWrite):
15245 fixed core dump when a module died in the select of PositiveWrite()
15247 * fvwm/module_interface.c (initModules):
15249 (do_execute_module):
15251 (KillModuleByName):
15252 (CMD_SendToModule):
15254 * fvwm/modconf.c (ModuleConfig):
15255 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15257 * fvwm/icons.c (GetXPMFile):
15258 suppress unnecessary error message for xmb icons
15260 * fvwm/misc.c (fvwm_msg):
15261 * fvwm/misc.h (enum):
15262 added new fvwm_msg type "OLD" for deprecated commands
15264 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15267 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15270 New section "Bug Reports".
15272 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15274 * fvwm/update.c (apply_window_updates):
15275 fixed propagation of window border and title colours to the modules
15277 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15279 * fvwm/menus.c (do_menu):
15280 fixed leaving tear off menus when something is selected with the mouse
15282 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15284 * fvwm/events.c (HandleEnterNotify):
15286 more work on tear off menus
15288 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15290 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15291 * fvwm/menus.c (menu_enter_tear_off_menu):
15296 properly calculate pointer position in tear off menus
15298 fixed active wait w/ poopup/popdown delays
15300 * fvwm/windowlist.c (CMD_WindowList):
15301 don't initialise some variables twice
15303 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15305 * fvwm/add_window.c (CaptureOneWindow):
15306 properly recapture tear off menus
15308 (IS_MESSAGE_IN_MASK):
15309 (is_message_selected):
15312 * fvwm/schedule.c (deschedule):
15314 * fvwm/events.c (My_XNextEvent):
15316 * fvwm/module_interface.c (ClosePipes):
15317 (CMD_ModuleSynchronous):
15319 performance enhancements; made macros out of simple functions
15321 * fvwm/builtins.c (CMD_WindowShade):
15322 don't redraw the decorations if window was not shaded or unshaded
15324 * fvwm/schedule.c (deschedule_obj_func):
15325 (execute_obj_func):
15326 fixed core dump when a scheduled command deschedules itself
15328 2002-01-31 olicha <olivier.chapuis@free.fr>
15333 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15336 * fvwm/move.c (moveLoop):
15337 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15339 * fvwm/session.c (get_version_string):
15340 switch from static to date-based version string
15343 remove --enable-kanji compatibility option
15347 fix warnings, gcc compains on having something after #endif
15349 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15351 * fvwm/builtins.c (CMD_Delete):
15354 don't crash fvwm when trying to close a tear off menu
15356 * fvwm/decorations.c (is_function_allowed):
15357 * fvwm/menus.c (menu_expose):
15359 * fvwm/events.c (HandleReparentNotify):
15360 (HandleUnmapNotify):
15361 * fvwm/add_window.c (AddWindow):
15363 * fvwm/fvwm.h (struct):
15364 * fvwm/add_window.c (CaptureAllWindows):
15365 (CaptureOneWindow):
15366 * fvwm/events.h (flush_property_notify):
15367 * fvwm/events.c (HandleMapRequestKeepRaised):
15368 started work on tear off menus
15370 * fvwm/fvwm.c (main):
15371 * fvwm/events.c (CMD_Sync):
15373 * fvwm/commands.h (CMD_Synchronize):
15374 * fvwm/functions.h (enum):
15375 * fvwm/functions.c (func_config):
15376 new commands XSync and XSynchronize for debugging
15378 * fvwm/conditional.c (CreateConditionMask):
15379 (MatchesConditionMask):
15380 * fvwm/builtins.c (CMD_State):
15381 * fvwm/fvwm.h (struct):
15382 * fvwm/functions.h:
15384 * fvwm/functions.c (func_config):
15385 new command "State"
15386 new condition "State"
15391 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15393 * fvwm/module_interface.c (AddToMessageQueue):
15395 (DeleteMessageQueueBuff):
15396 (FlushMessageQueue):
15397 * fvwm/events.c (My_XNextEvent):
15398 * fvwm/module_interface.c (AddToCommandQueue):
15399 (ExecuteCommandQueue):
15400 use code from queue.c
15405 * fvwm/events.c (My_XNextEvent):
15406 "Schedule 0" commands are executed before event handling
15407 moved some of the chedule code into a new queue library
15409 2002-01-30 olicha <olivier.chapuis@free.fr>
15411 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15413 2002-01-30 olicha <olivier.chapuis@free.fr>
15417 * libs/Makefile.am:
15418 * fvwm/fvwm.c (main):
15419 New libs files Flocale.c and Flocale.h with a function to set the
15420 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15421 also a function to get the charset (from ewmh_name.c) and which
15422 setlocale if this has not been done with the above function. This
15423 function is also called at fvwm2 startup
15425 * fvwm/ewmh_names.c (charset_to_utf8):
15427 Use the Fcharset variable and remove get_charset
15429 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15432 * libs/GetFont.c (GetFontSetOrFixed):
15433 Free the missing charset list as suggested by Alexander Kotelnikov.
15434 Report problems with missing charset only 5 times. Remove the
15435 STRICTLY_FIXED code
15437 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15440 a patch to config.status to generate scripts executable, may be handy;
15441 added generation of utils/fvwm24_convert
15443 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15446 * fvwm/functions.c (expand_extended_var):
15447 implemented $[schedule.last] and $[schedule.next] variables
15448 implemented new command "Deschedule"
15450 * fvwm/misc.c (get_server_time):
15453 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15455 * fvwm/misc.c (get_server_time):
15456 * fvwm/events.c (My_XNextEvent):
15457 * fvwm/icccm2.c (SetupICCCM2):
15458 * fvwm/functions.h:
15460 * fvwm/functions.c (func_config):
15462 implemented new command "Schedule"
15464 * fvwm/builtins.c (CMD_Exec):
15465 applied job control patch by Alexander Kotelnikov using the portable
15466 version of setpgrp()
15468 * libs/setpgrp.c (fvwm_setpgrp):
15469 * libs/setpgrp.h (fvwm_setpgrp):
15470 * libs/Makefile.am:
15472 added checks for setpgrp and setpgid
15474 2002-01-29 olicha <olivier.chapuis@free.fr>
15477 Better test for iconv second argumeny
15480 Use gnu libiconv in priority against the system iconv
15482 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15484 * fvwm/stack.c (RaiseOrLowerWindow):
15486 (collect_transients_recursive):
15487 * fvwm/icons.c (get_visible_icon_window_count):
15488 fixed stack ring corruption with icons that have either no picture or
15491 2002-01-28 olicha <olivier.chapuis@free.fr>
15493 * fvwm/ewmh_names.c (charset_to_utf8):
15495 (EWMH_SetVisibleName):
15497 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15498 set the ewmh visible (icon) name only if the fvwm visible name is
15499 different from the ICCCM (icon) window name, limit the number of
15500 conversions error messages to 10
15502 2002-01-28 olicha <olivier.chapuis@free.fr>
15504 * fvwm/functions.c (func_config):
15506 * fvwm/builtins.c (CMD_PropertyChange):
15507 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15510 * fvwm/module_interface.h:
15511 * fvwm/module_interface.c (BroadcastPropertyChange):
15512 * libs/Module.h (MX_PROPERTY_CHANGE):
15513 New module message MX_PROPERTY_CHANGE for all propose messages.
15515 * fvwm/events.c (HandlePropertyNotify):
15517 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15518 as argument when fvwm2 detects that the root background change
15519 Removed the ROOT_BG_CHANGE_STRING stuff
15521 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15523 * NEWS, configure.in:
15524 changed version to 2.5.1
15526 * fvwm/misc.c (get_pointer_fvwm_window):
15528 * fvwm/functions.c (func_config):
15529 * fvwm/conditional.c (CreateConditionMask):
15530 (MatchesConditionMask):
15531 (CMD_PointerWindow):
15532 (CreateConditionMask):
15534 * fvwm/fvwm.h (WindowConditionMask):
15535 new conditions focused, !focused, haspointer, !haspointer
15536 new command PointerWindow that works like Current but on the window
15537 that currently contains the pointer
15538 new command Any which works like None but inverts the condition
15539 fixed parsing of conditions with more than one comma
15541 * fvwm/module_interface.h:
15542 * fvwm/module_interface.c (do_execute_module):
15544 * libs/Module.h (MAX_XMSG_MASK):
15545 fixed default message mask for modules
15547 * fvwm/update.c (flush_window_updates):
15548 * fvwm/virtual.c (UnmapDesk):
15550 (do_move_window_to_desk):
15551 * fvwm/icons.c (DeIconify):
15553 * fvwm/events.c (HandlePropertyNotify):
15554 (HandleMapRequestKeepRaised):
15556 (HandleButtonPress):
15557 (HandleEnterNotify):
15558 (HandleLeaveNotify):
15559 * fvwm/focus.c (DoSetFocus):
15562 (ReturnFocusWindow):
15564 (ForceDeleteFocus):
15566 (restore_focus_after_unmap):
15567 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15568 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15569 the flush_window_updates() function.
15571 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15573 * fvwm/placement.c (PlaceWindow):
15574 minor performance enhancement
15576 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15579 * fvwm/menus.c (MenuInteraction):
15580 (pointer_in_active_item_area):
15581 (pointer_in_passive_item_area):
15582 new menu style PopupActiveArea
15584 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15586 * fvwm/move_resize.c (CMD_ResizeMaximize):
15587 (CMD_ResizeMoveMaximize):
15588 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15590 2002-01-21 olicha <olivier.chapuis@free.fr>
15593 s/Penalities/Penalties/g
15595 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15597 * fvwm/events.c (HandleLeaveNotify):
15598 (HandleEnterNotify):
15599 * fvwm/modconf.c (ModuleConfig):
15600 * fvwm/update.c (apply_window_updates):
15601 * fvwm/module_interface.c (BroadcastWindowIconNames):
15602 (CMD_Send_WindowList):
15604 (do_execute_module):
15606 (CMD_set_nograb_mask):
15607 (CMD_set_sync_mask):
15609 (set_mseggage_mask):
15610 (is_message_in_mask):
15611 (is_message_selected):
15613 rewrote message interface to allow more than 32 messages with minimal
15614 changes in the existing interfaces.
15615 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15618 * fvwm/style.c (parse_and_set_window_style):
15619 * fvwm/fvwm.h (struct):
15620 * fvwm/events.c (HandleButtonPress):
15621 implemented new styles MouseFocusClickIgnoreMotion and
15622 MouseFocusClickIgnoreMotionOff
15624 * fvwm/focus.c (focus_grab_buttons):
15625 fixed button mask for > 5 buttons
15627 2002-01-19 olicha <olivier.chapuis@free.fr>
15629 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15630 Save and restore the icon_pixmap_w and add comments
15632 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15634 * fvwm/events.c (HandleEnterNotify):
15635 fixed EnterNotify events for icons
15637 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15640 * fvwm/stack.c (overlap_box):
15642 * fvwm/icons.c (clear_icon):
15643 * fvwm/add_window.c (destroy_icon):
15644 * fvwm/fvwm.h (FvwmWindow):
15645 * fvwm/geometry.c (get_window_borders):
15646 (get_client_geometry):
15647 * libs/fvwmrect.h (struct):
15648 * fvwm/functions.c (expand_extended_var):
15649 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15650 return the geometry of the client window
15651 implemented new extended variables it.x, it.y, it.width, it.height that
15652 return the geometry of the icon title
15653 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15654 return the geometry of the icon picture
15655 implemented new extended variables i.x, i.y, i.width, i.height that
15656 return the geometry of the whole icon
15657 fixed $[w.height] when the window is shaded
15658 cleaned up icon geometry code
15660 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15663 * fvwm/functions.c:
15664 * fvwm/functions.h:
15665 * fvwm/move_resize.c (unmaximize_fvwm_window):
15666 (maximize_fvwm_window):
15668 (CMD_ResizeMaximize):
15672 (resize_move_window):
15673 (CMD_ResizeMoveMaximize):
15674 New command ResizeMaximize. Works like Resize, but modifies the
15675 maximized size of the window, not the normal size.
15676 New command ResizeMoveMaximize that works similarly.
15677 (resize_move_window):
15678 fixed ResizeMove command
15680 * fvwm/functions.c (expand):
15681 fixed core dump when using something like $[$v] in a command
15683 2002-01-17 olicha <olivier.chapuis@free.fr>
15685 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15686 * fvwm/events.c (HandlePropertyNotify):
15687 * fvwm/fvwm.c (InternUsefulAtoms):
15689 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15690 that the root background has changed. This uses the _XSETROOT_ID
15691 and XROOTPMAP_ID properties
15693 * fvwm/ewmh.c (atom_get):
15696 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15698 * fvwm/update.c (flush_window_updates):
15699 fixed unnecessary window style updates
15701 * fvwm/style.c (parse_and_set_window_style):
15702 * fvwm/add_window.c (RestoreWithdrawnLocation):
15704 (setup_frame_attributes):
15705 * fvwm/fvwm.h (FvwmWindow):
15706 Fvwm does no longer disable backing store on all of its windows. This
15707 cause too many problems with some applications, e.g. rdist. Introduced
15708 the new style BackingStoreWindowDefault that tells fvwm not to modify
15709 the backing store attribute on the client window - which now is the
15712 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15715 * fvwm/functions.c (func_config):
15716 * libs/Module.c (SetMessageMask2):
15721 fixed building with libstroke-0.5.1 on Solaris8
15723 * fvwm/stack.c (new_layer):
15724 * fvwm/borders.c (DrawButton):
15727 * fvwm/builtins.c (SetLayerButtonFlag):
15729 * fvwm/screen.h (struct):
15730 Applied the layer button patch by Richard Curnow with a few
15733 * fvwm/icons.c (GetIconBitmap):
15735 Ignore client icons that have the wrong depth
15737 * fvwm/events.c (HandleEnterNotify):
15738 Tried to fix focusing problem w/ unclutter.
15740 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15742 * fvwm/functions.c (CheckActionType):
15745 * fvwm/menus.c (paint_item):
15746 * fvwm/misc.c (is_function_allowed):
15747 * fvwm/move_resize.c (is_move_allowed):
15748 (is_resize_allowed):
15749 (is_maximize_allowed):
15750 * fvwm/decorations.c (check_if_function_allowed):
15751 combined all these functions into a new one
15752 use this function everywhere
15753 use the Fixed... styles to decide if a menu item is greyed or not
15755 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15757 * fvwm/events.c (HandleExpose):
15758 eat up expose events even if the server claims that the expose count is
15759 zero; fixes a problem with many redraws of windows that are uncovered
15760 by shading a window above them
15762 2002-01-10 olicha <olivier.chapuis@free.fr>
15764 * fvwm/focus.c (DoSetFocus):
15765 * fvwm/move_resize.c (CMD_Maximize):
15770 * fvwm/icons.c (DeIconify):
15773 * fvwm/gnome.c (GNOME_HandlePropRequest):
15774 * fvwm/ewmh_names.c (EWMH_WMName):
15775 * fvwm/events.c (HandleFocusIn):
15776 (HandlePropertyNotify):
15778 (HandleButtonPress):
15779 (HandleLeaveNotify):
15781 * fvwm/builtins.c (CMD_UpdateDecor):
15783 * fvwm/borders.c (draw_clipped_decorations):
15785 (RedrawDecorations):
15787 Added a new argument to DrawDecoration similar to draw_window_parts,
15788 which indicate which part of the decor should be cleared. At present
15789 time only CLEAR_FRAME is taken in account and this is used in
15790 ShadeWindow to draw the decoration without flickering. This argument
15791 may be used in the future to reduce opaque resizing flickering
15793 * fvwm/builtins.c (CMD_WindowShade):
15794 Draw the decoration during unshading a window
15796 * fvwm/menus.c (ParentalMenuRePaint):
15797 Fixed transparent animated menu again
15802 2002-01-09 olicha <olivier.chapuis@free.fr>
15804 * fvwm/style.c (CMD_Style):
15805 free all the elements of the ptmpstyle before freeing it
15807 * fvwm/menus.c (ParentalMenuRePaint):
15808 Fixed transparent animated menu with HilightBackOff
15810 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15812 * fvwm/style.c (merge_styles):
15813 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15814 in the copied style
15816 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15818 * fvwm/modconf.c (send_ignore_modifiers):
15819 (send_move_threshold):
15822 (send_color_limit):
15824 (send_desktop_geometry):
15825 (CMD_Send_ConfigInfo):
15826 moved code into new functions
15828 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15829 moved to defaults.h
15831 * fvwm/bindings.c (CMD_IgnoreModifiers):
15832 * fvwm/module_interface.c (broadcast_xinerama_state):
15833 * fvwm/modconf.c (send_ignore_modifiers):
15834 broadcast IgnoreModifiers to modules
15836 * fvwm/bindings.c (CMD_IgnoreModifiers):
15837 fixed IgnoreModifiers command without arguments
15839 corrected documentation of IgnoreModifiers command
15841 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15843 * fvwm/add_window.c:
15848 * fvwm/move_resize.c:
15851 * fvwm/module_interface.c:
15853 * fvwm/placement.c:
15856 * fvwm/fvwm.h (FvwmWindow):
15857 remnamed icon_w member to icon_title_w
15859 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15861 * fvwm/icons.c (RedoIconName):
15862 fixed sizing of icon title for icons without a pixmap
15864 (CreateIconWindow):
15866 (CreateIconWindow):
15867 rewrote icon title layout and moved the constants to defaults.h
15869 * fvwm/menus.c (menuShortcuts):
15870 (handle_emacs_bindings):
15871 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15873 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15875 * fvwm/fvwm2.1: Language checks done.
15876 .IR command not in column 1 fixed.
15878 2002-01-04 olicha <olivier.chapuis@free.fr>
15880 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15881 (AnimatedMoveOfWindow):
15882 (AnimatedMoveFvwmWindow):
15883 (move_window_doit):
15884 * fvwm/menus.c (ParentalMenuRePaint):
15885 (animated_move_back):
15887 Fixed transparent animated menu
15889 2002-01-03 olicha <olivier.chapuis@free.fr>
15891 * fvwm/move_resize.c (is_resize_allowed):
15893 Do not check if moveing/resizeing is MWM allowed for a no user request
15894 This fix for example FvwmWinList with MwmFunctions & NoOverride
15896 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15897 * fvwm/move_resize.c (is_move_allowed):
15898 Allowed moving if tmp_win is null and check if move is allowed and
15899 not resize in AnimatedMoveAnyWindow. This fix animated menu
15901 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15903 (ewmh_AllowsResize):
15904 Check as a user request
15907 * fvwm/move_resize.c (CMD_Maximize):
15910 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15911 to ignore the windows with a layer less or equal to the layer of
15912 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15913 Reorder a bit the Maximize documentation
15916 * fvwm/functions.c (expand_extended_var):
15917 New variables $[desk.name<n>] to get the desktop names
15919 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15921 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15922 Read with full path.
15924 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15927 * fvwm/misc.c (GrabEm):
15928 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15930 * fvwm/events.c (HandleUnmapNotify):
15931 (HandleMapRequestKeepRaised):
15932 (check_map_request):
15933 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15935 * fvwm/add_window.c (FetchWmProtocols):
15937 * fvwm/fvwm.h (FvwmWindow):
15938 * fvwm/events.c (HandleEnterNotify):
15939 (HandlePropertyNotify):
15940 * fvwm/focus.c (refresh_focus):
15942 fixed focus problems with netscape and ddd
15944 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15946 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15947 * libs/Pointer.c (GetLocationFromEventOrQuery):
15948 * fvwm/virtual.c (HandlePaging):
15949 * fvwm/move_resize.c (GetOnePositionArgument):
15951 (AnimatedMoveAnyWindow):
15954 * fvwm/module_interface.c (ExecuteModuleCommand):
15955 * fvwm/menus.c (do_menu):
15958 (get_menu_options):
15959 * fvwm/functions.c (execute_complex_function):
15960 * fvwm/events.c (HandleClientMessage):
15961 (WaitForButtonsUp):
15962 * fvwm/conditional.c (CMD_Direction):
15963 * fvwm/builtins.c (CMD_CursorMove):
15966 handle return code of XQueryPointer everywhere; necessary for dual head
15968 * fvwm/misc.c (GrabEm):
15969 Pointer was warped to other screen with a dual head setup
15971 2001-12-31 olicha <olivier.chapuis@free.fr>
15973 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15974 Removed some code which try to raise ewmh modal window over
15975 its transientfor window; this seems not possible without a new style
15976 or a bad hack in stack.c
15978 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15980 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15981 fallback to fixed font so it shows the right font for I18N.
15983 2001-12-30 olicha <olivier.chapuis@free.fr>
15985 * fvwm/window_flags.h:
15986 * fvwm/session.c (MatchWinToSM):
15987 (LoadWindowStates):
15988 (SaveWindowStates):
15989 (get_version_string):
15990 * fvwm/move_resize.c (CMD_Maximize):
15992 * fvwm/icons.c (CMD_Iconify):
15993 * fvwm/ewmh.c (EWMH_SetWMState):
15996 (EWMH_SetAllowedActions):
15999 * fvwm/ewmh_intern.h:
16000 * fvwm/ewmh_events.c (ewmh_WMState*):
16001 * fvwm/builtins.c (CMD_WindowShade):
16002 * fvwm/stack.c (new_layer):
16003 * fvwm/update.c (apply_window_updates):
16004 * fvwm/update.h (struct):
16005 * fvwm/add_window.c (setup_window_structure):
16006 (setup_window_name):
16008 * fvwm/style.c (check_window_style_change):
16009 The skip list and modal ewmh window states are now updated after
16010 an use/ignore ewmh state style changes. The other ewmh states are
16011 starting state only. All the initial ewmh states are keep in memory
16014 * fvwm/ewmh.c (EWMH_Handle*):
16016 Set the ewmh_window_type to an int (and not the corresponding atom)
16017 accordingly to the window type
16019 * fvwm/ewmh_events.c (ewmh_WMStateModal):
16020 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
16023 * fvwm/ewmh.c (EWMH_GetStyle):
16024 * fvwm/ewmh_events.c (ewmh_WMDesktop):
16025 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
16028 * libs/vpacket.h (ConfigWinPacket):
16029 * fvwm/module_interface.c (CONFIGARGSNEW):
16032 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
16033 cfgpacket for FvwmIdent
16035 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16037 * fvwm/move_resize.c (resize_geometry_window):
16038 fixed wrong size calculation of geometry window
16040 2001-12-19 olicha <olivier.chapuis@free.fr>
16042 * fvwm/ewmh_names.c (convert_charsets):
16043 More precise error messages
16046 A few formatting fixes
16048 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16050 * fvwm/gnome.c (GNOME_SetHints):
16051 fixed window getting frozen into position upon a recapture or restart
16053 2001-12-17 Dan Espen <dane@mk.telcordia.com>
16055 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
16057 2001-12-17 olicha <olivier.chapuis@free.fr>
16060 Tried to clarify the EWMHIconicStateWorkaround BugOpts
16062 * fvwm/ewmh.c (delete_kst_item):
16063 (set_kde_sys_tray):
16064 (EWMH_IsKdeSysTrayWindow):
16065 (EWMH_ManageKdeSysTray):
16066 * fvwm/events.c (HandleReparentNotify):
16067 Fixed reparenting management of kde system tray windows and
16068 added some off debugging code
16070 * fvwm/virtual.c (CMD_DesktopName):
16071 Removed some debugging code
16073 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16075 * fvwm/fvwm.h (struct):
16076 * fvwm/window_flags.h (IS_FIXED_PPOS):
16077 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
16078 * fvwm/style.c (parse_and_set_window_style):
16079 (check_window_style_change):
16080 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
16081 FixedUSSize, FixedPSize and Variable PPosition, ...
16083 * fvwm/events.c (HandleConfigureRequest):
16084 * fvwm/ewmh.c (ewmh_AllowsResize):
16085 (is_resize_allowed):
16088 * fvwm/gnome.c (GNOME_SetHints):
16089 (AnimatedMoveAnyWindow):
16092 * fvwm/move_resize.c (is_move_allowed):
16093 (is_resize_allowed):
16094 (is_maximize_allowed):
16095 new functions to clean up some code
16097 2001-12-15 Dan Espen <dane@mk.telcordia.com>
16099 * fvwm/fvwm2.1: Doc fixups.
16101 2001-12-15 olicha <olivier.chapuis@free.fr>
16103 * fvwm/builtins (CMD_BugOpts):
16105 * fvwm/ewmh_conf.c (EWMH_BugOpts):
16106 * fvwm/ewmh_events.c (ewmh_StateHidden):
16107 * fvwm/fvwm.c (InitVariables):
16109 * fvwm/icons.c (CMD_Iconify):
16111 * fvwm/virtual.c (unmap_window):
16113 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
16114 to fix the IconicState problems in vitrual.c. New BugOpts
16115 EWMHIconicStateWorkaround for supporting current KDE versions
16117 * fvwm/events.c (HandlePropertyNotify):
16118 * fvwm/ewmh.c (ewmh_AllowsYes):
16120 (ewmh_AllowsClose):
16121 (ewmh_AllowsMaximize):
16123 (ewmh_AllowsResize):
16124 (EWMH_SetAllowedActions):
16126 * fvwm/style.c (check_window_style_change):
16127 * fvwm/update.c (apply_window_updates):
16129 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
16131 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16133 * fvwm/borders.c (RedrawTitle):
16134 * libs/defaults.h (WINDOW_TITLE_OFFSET):
16135 fixed 'stick' lines with long titles
16137 2001-12-11 olicha <olivier.chapuis@free.fr>
16141 * fvwm/ewmh.c (ewmh_SetWorkArea):
16143 (ewmh_ComputeAndSetWorkArea):
16144 (ewmh_HandleDynamicWorkArea):
16145 (EWMH_GetWorkAreaIntersection):
16146 (EWMH_GetStrutIntersection):
16147 (get_intersection):
16148 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
16151 * fvwm/fvwm.c (InitVariables):
16153 * fvwm/modconf.c (send_desktop_names):
16154 (CMD_Send_ConfigInfo):
16155 * fvwm/placement.c (get_next_x):
16158 * fvwm/virtual.c (CMD_DesktopName):
16161 New command "DesktopName desk name" to define desktops names for
16162 the FvwmPager, the WindowList and ewmh compliant pagers.
16163 Desktops information (desk, desk name, working areas) is stored in a
16164 new list sub structure of Scr, DesktopsInfo. The head of the list
16165 contains generic information for desks that are not in the list.
16167 * fvwm/windowlist.c (get_desk_title):
16171 New window list options NoDeskNum, NoCurrentDeskTitle,
16172 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16173 the NoGeometry and NoGeometryInfo options.
16176 * fvwm/ewmh_names.c:
16177 * fvwm/ewmh_icons.c:
16178 Added some static declarations
16180 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16181 It seems that UTF8 names should not be terminated by a 0
16183 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16184 Set the stacking list in the good orders
16186 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16189 * fvwm/functions.c:
16193 removed all MULTISTYLE ifdefs
16195 * fvwm/borders.c (RedrawTitle):
16196 fixed title drawing into relief
16198 2001-12-08 olicha <olivier.chapuis@free.fr>
16205 * fvwm/window_flags.h:
16207 s/extended_window_name/indexed_window_name/i
16208 s/extended_icon_name/indexed_icon_name/i
16209 s/do_update_window_name/do_update_visible_window_name/
16210 s/do_update_icon_name/do_update_visible_icon_name/
16212 * fvwm/style.c (CMD_Style):
16214 (parse_and_set_window_style):
16215 Split CMD_Style into CMD_Style and parse_and_set_window_style
16217 2001-12-06 olicha <olivier.chapuis@free.fr>
16219 * fvwm/add_window.c (setup_window_name_count):
16220 (setup_icon_name_count):
16221 Better determination of the window and icon names index
16223 * fvwm/add_window.c (AddWindow):
16225 * fvwm/events.c (HandlePropertyNotify):
16226 * fvwm/ewmh_names.c (EWMH_WMName):
16228 * fvwm/module_interface.c (BroadcastWindowIconNames):
16229 * fvwm/module_interface.h:
16230 (CMD_Send_WindowList):
16232 (CMD_set_sync_mask):
16233 (CMD_set_nograb_mask):
16234 * fvwm/update.c (apply_window_updates):
16236 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16237 which are send to modules with BroadcastWindowIconNames.
16238 The set mask cmds use unsigned long mask and not int mask!
16240 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16244 EWMH without iconv compile fix by Hippo
16246 2001-12-05 olicha <olivier.chapuis@free.fr>
16248 * fvwm/add_window.c:
16251 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16252 * fvwm/ewmh_events.c:
16255 * fvwm/move_resize.c (CMD_Maximize):
16256 * fvwm/placement.c (test_fit):
16258 * fvwm/session.c (SaveWindowStates):
16259 * fvwm/style.c (merge_styles):
16261 (check_window_style_change):
16262 * fvwm/update.c (apply_window_updates):
16264 * fvwm/window_flags.h:
16266 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16267 EWMHMaximizeUseDynamicWorkingArea,
16268 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16269 EWMHPlacementUseDynamicWorkingArea,
16270 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16271 EWMHIgnoreStateHints / EWMHUseStateHints,
16272 EWMHIgnoreStrutHints / EWMHUseStrutHints
16274 * fvwm/ConfigFvwmDefaults:
16275 Use EWMHPlacementUseDynamicWorkingArea,
16276 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16279 * fvwm/add_window.c (setup_placement_penalty):
16280 * fvwm/add_window.h:
16281 (setup_placement_penalty):
16284 * fvwm/placement.c (get_next_x):
16285 * fvwm/placement.h:
16288 * fvwm/style.c (CMD_Style):
16290 (check_window_style_change):
16291 * fvwm/update.c (apply_window_updates):
16293 * fvwm/window_flags.h:
16295 New styles PlacementOverlapPenalties and
16296 PlacementOverlapPercentPenalties
16299 * fvwm/add_window.c (setup_window_name_count):
16300 * fvwm/add_window.h:
16301 (setup_icon_name_count):
16302 (setup_visible_name):
16303 (setup_window_name):
16304 (free_window_names):
16306 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16308 * fvwm/events.c (HandlePropertyNotify):
16309 * fvwm/ewmh_names.c (EWMH_*):
16311 * fvwm/icons.c (CreateIconWindow):
16316 * fvwm/session.c (MatchWinToSM):
16317 * fvwm/style.c (CMD_Style):
16319 (check_window_style_change):
16320 * fvwm/update.c (apply_window_updates):
16322 * fvwm/window_flags.h:
16323 New styles ExtendedWindowName / SimpleWindowName and
16324 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16326 * fvwm/builtins.c (ReadMultiPixmapDecor):
16332 * session.c (get_version_string):
16335 * fvwm/stack.c (new_layer):
16337 Fixed ewmh wm state
16339 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16340 Fixed creation of the ewmh icon in the case of the window is iconified
16342 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16344 * fvwm/placement.c (PlaceWindow):
16345 fixed manual placement on Xinerama screens other than the one with the
16346 top left corner of the total screen
16348 2001-11-27 olicha <olivier.chapuis@free.fr>
16354 Check for the second argument of iconv
16357 Added -Wall to CFLAGS if cc is gcc
16359 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16363 s/extanded/extended/
16365 2001-11-26 olicha <olivier.chapuis@free.fr>
16367 * fvwm/Makefile.am:
16368 Fixed (?) iconv_LIBS
16370 2001-11-26 olicha <olivier.chapuis@free.fr>
16372 * fvwm/functions.c (expand):
16373 Fixed n, c, r expansion
16375 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16377 * fvwm/fvwm2.1: Clean up ewmh stuff.
16379 2001-11-24 olicha <olivier.chapuis@free.fr>
16381 * fvwm/ewmh_internal.h:
16383 Removed a non standard macro
16385 2001-11-24 olicha <olivier.chapuis@free.fr>
16388 Documented the previous ewmh style in a new Style subsection
16390 * fvwm/functions.c (expand):
16391 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16393 2001-11-24 olicha <olivier.chapuis@free.fr>
16395 * fvwm/add_window (setup_icon):
16396 (setup_window_structure):
16397 * fvwm/events.c (HandlePropertyNotify):
16399 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16400 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16401 (EWMH_DoUpdateWmIcon):
16402 (ewmh_SetWmIconFromPixmap):
16403 (EWMH_DeleteWmIcon):
16404 (EWMH_SetIconFromWMIcon):
16405 * fvwm/ewmh_intern.h:
16407 * fvwm/icons.c (GetIcon):
16408 * fvwm/session.c (get_version_string):
16409 * fvwm/style.c (CMD_Style):
16411 (check_window_style_change)
16412 * fvwm/update.c (apply_window_updates):
16414 * fvwm/window_flags.h:
16415 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16416 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16417 EWMHDonateIcon / EWMHDontDonateIcon,
16418 Some ewmh icon code simplification.
16419 Ewmh icons priority: just after icon window.
16421 * fvwm/ewmh.c (EWMH_ExitStuff):
16423 * fvwm/session.c (SaveWindowStates):
16424 (LoadWindowStates):
16426 * fvwm/fvwm.c (Done):
16427 Delete the ewmh icons we set ourself. Some ewmh session states do not
16428 need to be saved/restored anymore
16430 2001-11-23 olicha <olivier.chapuis@free.fr>
16432 * fvwm/ewmh_names.c (convert_charsets):
16433 Fixed infinite loop
16435 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16437 * fvwm/ewmh_names.c (convert_charsets):
16438 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16439 man page states on Linux
16440 replaced goto with a loop
16442 2001-11-22 olicha <olivier.chapuis@free.fr>
16444 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16447 * fvwm/ewmh_events.c:
16448 Fixed some styles update
16450 * fvwm/ewmh_conf.c:
16451 * fvwm/function.c (func_config):
16455 * fvwm/ewmh_events.c:
16456 * fvwm/ewmh_intern.h:
16457 * fvwm/Makefile.am:
16459 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16460 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16462 * fvwm/add_window.c:
16465 * fvwm/functions.c:
16466 * fvwm/ewmh.c (EWMH_Init):
16468 * fvwm/fvwm.c (InitVariables):
16475 * fvwm/window_flags.c:
16482 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16483 are maybe problematic) and those in the ewmh* files to allow
16484 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16485 should be dummy. --enable-ewmh is now the default.
16487 2001-11-20 olicha <olivier.chapuis@free.fr>
16489 * fvwm/icons.c (GetIcon):
16490 * fvwm/add_window.c (setup_icon):
16491 Fixed icons order choice and other minor bugs
16493 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16494 Fixed a core dump if there is no MiniIcon
16496 2001-11-18 olicha <olivier.chapuis@free.fr>
16498 * fvwm/ewmh.c (add_kst_item):
16500 (ewmh_AddToKdeSysTray):
16501 (EWMH_IsKdeSysTrayWindow):
16502 (EWMH_ManageKdeSysTray):
16504 fvwm/ewmh_intern.h:
16505 * fvwm/events.c (HandleDestroyNotify):
16506 (HandleMapRequest):
16507 (HandleUnmapNotify):
16508 Fixed the KDE system tray implementation
16510 2001-11-16 olicha <olivier.chapuis@free.fr>
16514 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16516 2001-11-15 olicha <olivier.chapuis@free.fr>
16518 * fvwm/ewmh.c (EWMH_DestroyWindow):
16520 (EWMH_WindowDestroyed):
16521 * fvwm/events.c (HandleReparentNotify):
16522 (HandleDestroyNotify):
16523 (HandleUnmapNotify):
16524 * fvwm/add_window.c (destroy_window):
16525 Fixed the ewmh windows lists
16527 2001-11-15 olicha <olivier.chapuis@free.fr>
16529 * fvwm/Makefile.am:
16532 * fvwm/ewmh_intern.h:
16533 * fvwm/ewmh_events.c:
16534 * fvwm/ewmh_icons.c:
16535 * fvwm/ewmh_names.c:
16538 New files to achieve the extended WM hints support, off by
16539 default. This code is ifdefed a la gnome.c.
16540 This is work in progess (need to do so that every things are
16544 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16545 New configure option --enable-ewmh. Added tests for iconv and
16546 nl_langinfo for UTF8 conversions.
16548 * fvwm/add_window.c (AddWindow):
16549 (CaptureOneWindow):
16551 (setup_window_name):
16553 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16554 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16555 SET_HAS_EWMH_ICON, EWMH_WMIconName
16557 * fvwm/add_window.c (setup_window_structure):
16558 * fvwm/fvwm.h (FvwmWindow):
16560 * fvwm/window_flags.h:
16561 * fvwm/session.c (get_version_string):
16562 (SaveWindowStates):
16563 (LoadWindowStates):
16564 Added some entries in FvwmWindow and some flags (more will be
16565 added). Some of these states need to be saved at restart and
16566 at recapture. This code is ifdefed, may be it should not: I was
16567 forced to ifdef the version string in get_version_string.
16569 * libs/Bindings.c (win_contexts):
16571 * fvwm/events.c (GetContext):
16572 * fvwm/bindings.c (ParseBinding):
16573 (activate_binding):
16574 * fvwm/functions.c (expand_extended_var):
16576 (execute_function):
16578 * fvwm/screen.h (Scr):
16579 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16580 (kdesktop or Nautilus desktop). This context is something between
16581 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16583 * fvwm/bindings.c (activate_binding):
16584 Fixed immediate application of mouse/stroke bindings
16587 * fvwm/borders.c (RedrawDecorations):
16588 * fvwm/update.c (apply_window_updates):
16589 New function RedrawDecorations taken from apply_window_updates
16590 and called in ewmh_icons.c and update.c
16592 * fvwm/bultins.c (CMD_WindowShade):
16595 * fvwm/events.c (HandleFocusIn):
16596 (HandlePropertyNotify):
16597 (HandleClientMessage):
16598 (HandleMapRequestKeepRaised):
16599 (HandleUnmapNotify):
16600 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16601 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16604 * fvwm/icons.c (GetIcon):
16606 (CreateIconWindow):
16607 (ChangeIconPixmap):
16608 * fvwm/events.c (HandlePropertyNotify):
16609 New function GetIcon taken from CreateIconWindow which choose
16610 the icon, there is a new case for EWMH icons. New function
16611 ChangeIconPixmap taken from events.c.
16612 The two new functions are called from ewmh_icon.c (and icons.c).
16614 * fvwm/move_resize.c (handle_stick):
16617 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16620 * libs/Picture.c (LoadPictureFromPixmap):
16621 (CachePictureFromPixmap):
16622 New functions for loading a picture from a pixmap. Nothing is cached
16623 but this simplify the MiniIcon code.
16625 * fvwm/placement.c (PlaceWindow):
16626 EWMH_GetWorkAreaIntersection
16628 * fvwm/screen.h (Scr):
16629 Added the working area, the dynamic working area and the ewmh
16632 * fvwm/stack.c (restack_windows):
16634 EWMH_SetClientListStacking, EWMH_SetWMState
16636 * fvwm/style.c (check_window_style_change):
16637 * fvwm/update.c (apply_window_updates):
16639 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16640 This code is ifdefed.
16642 * fvwm/style.c (lookup_style):
16645 * fvwm/virctual.c (goto_desk):
16646 (CMD_GotoDeskAndPage):
16647 (do_move_window_to_desk):
16648 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16650 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16652 * fvwm/update.c (apply_window_updates):
16653 * fvwm/gnome.c (GNOME_GetStyle):
16654 * fvwm/style.c (lookup_style):
16655 (check_window_style_change):
16656 * fvwm/add_window.c (setup_style_and_decor):
16657 fixed GnomeIgnoreHints style for some of the gnome hints
16659 * fvwm/fvwm.c (StartupStuff):
16660 Tried to fix font size problem
16662 * fvwm/placement.c (PlaceWindow):
16663 suppress an X error
16665 * fvwm/move_resize.c (moveLoop):
16666 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16667 * fvwm/misc.c (Keyboard_shortcuts):
16668 modified keyboard shortcut functions so that it is possible to move
16669 windows with the keyboard even if the border is hit. does not work
16670 very nicely with paging
16672 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16673 performance enhancement
16675 * fvwm/events.c (HandleButtonPress):
16676 fixed (?) some problem with passing the raise click in ctf to the app
16678 * fvwm/add_window.c (Reborder):
16679 * fvwm/virtual.c (MoveViewport):
16682 * fvwm/session.c (SaveWindowStates):
16683 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16684 don't access stack_next and stack_prev directly but use the access
16685 functions from stack.h
16687 * fvwm/stack.c (remove_window_from_stack_ring):
16688 (add_window_to_stack_ring_after):
16691 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16693 when a window becomes scheduled for destruction, remove all traces of it
16694 from the fvwm internal variable so its not accessed accidentally when
16695 its fields are no longer valid
16697 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16700 fixed compilation of I18N_MB
16702 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16712 exclude the TitleStyle MultiPixmap feature (only) before forking
16714 and restore it after that
16718 change version string to 2.5.0
16721 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16722 added a link to the stable version 2.4.4 (not released yet)
16724 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16728 change version string to 2.4.4 before forking
16730 * make_fvwmdist.sh:
16731 strip end of line from date (adjust for a new length)
16733 2001-10-29 olicha <olivier.chapuis@free.fr>
16735 * fvwm/screen.h (DecorFaceStyle):
16736 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16737 so that Solid colors work again
16739 2001-10-28 olicha <olivier.chapuis@free.fr>
16741 * fvwm/module_interface.c (skipModuleAliasToken):
16742 Allows '/' as alias character
16747 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16752 added --disable-multipixmap-titles for the Suzanne's patch,
16753 the default is enable
16756 some formatting fixes in TitleStyle entry
16758 2001-10-27 Suzanne Britton <tril@igs.net>
16760 * config.h.in: Added FANCY_TITLEBARS option, off by default
16763 Added info on TitleStyle MultiPixmap
16766 [All changes #ifdeffed FANCY_TITLEBARS]
16767 Added TITLE_PADDING define for fancy titlebar rendering
16768 Added tb_pixmap_enum
16769 Added MultiPixmap to DecorFaceType enum
16770 Added Picture **multi_pixmaps and short multi_stretch_flags
16771 to DecorFace structure
16774 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16775 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16776 (RenderIntoWindow): [new]
16777 (DrawMultiPixmapTitlebar): [new]
16778 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16779 instead of always sending 1
16781 Call DrawFancyTitlebar for MultiPixmap style
16782 Skip DrawString calls for MultiPixmap style (title is drawn inside
16783 DrawMultiPixmapTitlebar)
16786 [All changes #ifdeffed FANCY_TITLEBARS]
16787 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16788 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16789 (ReadMultiPixmapDecor): [new]
16791 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16793 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16794 buttons can activate on press or release, special pointer during grab,
16795 arrow key command recall.
16797 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16799 * fvwm/bindings.c (ParseBinding):
16802 binding commands now do not print error messages with Silent
16804 * fvwm/ConfigFvwmDefaults:
16806 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16807 use Silent before Key Help
16809 * fvwm/add_window.c:
16810 changed the broken size hints message to notify the owner
16812 * docs/fvwm.lsm.in:
16815 2001-10-19 olicha <olivier.chapuis@free.fr>
16818 Some FvwmScript news
16820 2001-10-16 olicha <olivier.chapuis@free.fr>
16823 Some FvwmScript news
16825 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16827 * fvwm/bindings.c (activate_binding):
16828 * libs/Bindings.c (GrabWindowKeyOrButton):
16829 activate mouse/stroke bindings immediately
16831 * fvwm/events.c (HandleButtonPress):
16832 it is possible to bind actions to the 'ClickToFocus' click
16834 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16836 * fvwm/virtual.c (HandlePaging):
16837 allow paging during move/resize when pressing keys
16839 * libs/XResource.c (MergeCmdLineResources):
16840 possible core dump fix
16842 * fvwm/add_window.c (setup_window_placement):
16845 * libs/Bindings.c (AddBinding):
16846 another attempt at cleaning up bindings with "Shift"
16848 2001-10-13 olicha <olivier.chapuis@free.fr>
16853 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16857 OpaqueMoveSize now accepts "unlimited" or negative argument.
16859 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16864 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16866 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16869 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16871 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16874 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16876 * NEWS, configure.in:
16877 changed version to 2.5.0
16879 2001-10-08 olicha <olivier.chapuis@free.fr>
16881 * fvwm/borders.c (RedrawTitle):
16882 Fixed drawing of leftJustified stippled title and suppress warnings
16883 in RelieveRectangle w/ RightJustified stippled title
16885 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16887 * fvwm/virtual.c (CMD_XineramaSlsSize):
16890 2001-10-03 olicha <olivier.chapuis@free.fr>
16892 * fvwm/style.c (CMD_Style):
16894 Added the possibility to add an Xinerama screen to the 4 numerics
16897 2001-10-03 olicha <olivier.chapuis@free.fr>
16899 * fvwm/icons.c (AutoPlaceIcon):
16900 Fixed a core dump with @c and fixed icon placement if the icon should
16901 not be on the current page
16903 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16905 * fvwm/icons.c (AutoPlaceIcon):
16906 * libs/FScreen.c (FScreenParseScreenBit):
16907 added 'w' screen specifier for icon boxes
16909 * fvwm/icons.c (AutoPlaceIcon):
16910 fixed placement of icons in icon boxes on different screen
16912 * fvwm/menus.c (get_menu_options):
16913 reduced code duplication
16915 2001-10-02 olicha <olivier.chapuis@free.fr>
16917 * fvwm/menus.c (get_menu_options):
16918 fixed Xinerama placement of menu with empty but not null position hints
16920 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16922 * fvwm/borders.c (RedrawTitle):
16923 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16924 suppress a warning in RelieveRectangle w/ small sticky windows
16926 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16928 * fvwm/menus.c (get_menu_options):
16929 A 'rectangle' context rectangle for menus honours the '@screen' bit
16931 * fvwm/move_resize.c (DisplayPosition):
16932 coordinates of a window are show in relation to the screen, not the page
16934 * libs/FScreen.c (FScreenTranslateCoordinates):
16935 * fvwm/placement.c (PlaceWindow):
16936 * fvwm/add_window.c (setup_window_placement):
16937 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16938 rewrote the library functionality to better match the rest of the
16941 * fvwm/builtins.c (DestroyFvwmDecor):
16942 removed useless code
16944 * fvwm/icons.c (DrawIconWindow):
16945 fixed race condition w/ expanding/collapsing icon titles
16947 * fvwm/windowlist.c (CMD_WindowList):
16948 fixed Xinerama placement of window list when called without options
16950 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16952 * libs/FScreen.c (FScreenSLSOnOff):
16953 fixed core dump when calling XineramaSls before XineramaSlsSize
16958 * libs/FShape.h (FHaveShapeExtension):
16959 set macro to 1 when compiling w/ shape extension
16961 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16963 * libs/Bindings.c (AddBinding):
16964 * fvwm/bindings.c (ParseBinding):
16965 print a warning if a key with the given name does not exist
16966 if there is an upper and a lower case version of the same key name,
16967 always bind to the lower case version; this is problematic if the upper
16968 case version is tied to a key without a modifier and the lower case
16969 version is tied to the same key, but with a modifier (or both are tied
16970 to different keys). I hope this good enough.
16972 * libs/Bindings.c (FreeBindingList):
16973 (MatchBindingExactly):
16974 (CollectBindingList):
16975 fixed some problems overriding keys
16976 reduced duplication of logic
16978 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16980 * NEWS, configure.in:
16981 changed version to 2.5.0
16983 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16986 changed version to 2.4.2
16988 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16991 (SetWindowBackground):
16992 (SetRectangleBackground):
16993 * fvwm/builtins.c (CMD_WindowShade):
16994 * fvwm/add_window.c:
16995 (setup_style_and_decor):
16997 (CreateIconWindow):
17002 (HandleConfigureRequest):
17003 (HandleShapeNotify):
17004 (InitEventHandlerJumpTable):
17005 * fvwm/borders.c (struct):
17008 * fvwm/decorations.c (SelectDecor):
17013 * fvwm/fvwm.h (FvwmWindow):
17016 moved shape support to library; its no longer necessary to
17017 '#ifdef SHAPE' any code
17019 * fvwm/borders.c (RedrawButtons):
17021 fixed top border hilight drawing of title buttons
17023 * libs/Graphics.c (do_relieve_rectangle):
17024 (RelieveRectangle):
17025 (RelieveRectangle2):
17026 allow alternate shading for title buttons
17028 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17031 Applied man page patch by Dmitry Yu. Bolkhovityanov:
17032 Add a formal description of how fvwm maintains module's configs
17033 Change manpages of individual modules to refer to fvwm2(1) for
17034 details about specifying configuration
17036 * fvwm/add_window.c (setup_window_placement):
17037 desk and page can now really be given as X resources a la
17040 * libs/XResource.c (GetResourceString):
17041 resource -> lower case, class -> upper case
17045 changed version to 2.5.0
17047 * Makefile.am (distcheck2):
17048 build distcheck before dist2; save a few seconds if the build fails
17051 * libs/ClientMsg.c:
17055 * libs/gethostname.c:
17058 * libs/safemalloc.c:
17059 * libs/strcasecmp.c:
17062 * libs/strncasecmp.c:
17071 changed version to 2.4.1 again
17073 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17075 * libs/Bindings.c (FvwmStringToKeysym):
17076 try both cases of the first letter of a key name
17078 * fvwm/ConfigFvwmDefaults:
17079 * fvwm/windowlist.c (winCompareReverse):
17081 new WindowList option ReverseOrder; use the new option in the default
17082 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
17083 cycle through the whole window list. The old behaviour only toggled
17084 between two windows. Also, a simple Alt-Tab can be used to switch to
17085 the next window instead of Alt-Tab-Tab.
17087 * libs/FScreen.c (FScreenInit):
17088 fixed a Xinerama crash
17091 print a verbose error message and exit if X11 headers and libraries
17094 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17096 * fvwm/fvwm.c (main):
17099 new library for X shape encapsulation
17101 * fvwm/builtins.c (CMD_WindowShade):
17102 * fvwm/borders.c (SetupFrame):
17103 fixed shading of windows without title and border
17104 fixed shading of shaped windows; fixes bug #732
17106 * fvwm/builtins.c (CMD_SetEnv):
17107 calling SetEnv without a value is the same as UnsetEnv
17109 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17111 * fvwm/events.c (HandleReparentNotify):
17112 fixed vanishing windows in rapid map/unmap cycles; bug #770
17114 * fvwm/add_window.c (hide_screen):
17115 fixed possible BadWindow error
17117 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17119 * fvwm/virtual.c (MoveViewport):
17121 (CMD_GotoDeskAndPage):
17123 GotoDeskAndPage records its own history of last visited desk/page
17125 * libs/FScreen.c (FScreenInit):
17126 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
17128 2001-09-05 olicha <olivier.chapuis@free.fr>
17130 * fvwm/session.c (MatchWinToSM):
17131 * fvwm/add_window.c (setup_window_structure):
17132 * fvwm/move_resize.c (moveLoop):
17133 Fixed PlacedByButton3 condition
17135 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17138 * fvwm/functions.c (func_config):
17139 * fvwm/module_interface.c (broadcast_xinerama_state):
17140 * fvwm/virtual.c (CMD_Xinerama):
17141 (CMD_XineramaPrimaryScreen):
17143 (CMD_XineramaSlsSize):
17145 split Xinerama command into Xinerama, XineramaPrimaryScreen,
17146 XineramaSls and XineramaSlsSize
17147 restructured parts of the FScreen code
17149 * fvwm/functions.c (func_config):
17150 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
17152 * libs/Graphics.c (RelieveRectangle):
17153 allow calling the function with w == 0 or h == 0 without a message
17155 * fvwm/window_flags.h (SET_STYLE_DELETED):
17156 * fvwm/style.c (CMD_DestroyStyle):
17157 (check_window_style_change):
17158 * fvwm/fvwm.h (window_style):
17159 update windows when a style is deleted
17162 fixed xpm detection problem caused by wrong library order
17164 2001-09-05 olicha <olivier.chapuis@free.fr>
17166 * NEWS: PlacedByFvwm
17168 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17170 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17172 2001-09-04 olicha <olivier.chapuis@free.fr>
17175 * fvwm/windows_flags.h:
17176 * fvwm/placement.c (PlaceWindow):
17177 * fvwm/add_window.c (setup_window_structure):
17178 * fvwm/conditional.c (CreateConditionMask):
17179 * fvwm/session.c (get_version_string):
17182 Added a new windows_flags is_placed_by_fvwm and a new condition
17185 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17187 * fvwm/focus.c (focus_grab_buttons):
17189 disabled xt/double click patch for now
17191 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17193 * libs/Graphics.c (RelieveRectangle):
17194 print a warning if one of the dimensions is <= 0
17196 * fvwm/placement.c (PlaceWindow):
17197 take care of windows that have both, PPosition and USPosition set
17198 take care of transient windows that have neither PPosition nor
17201 2001-09-01 olicha <olivier.chapuis@free.fr>
17203 * libs/FScreen.c (FScreenInit):
17204 Fixed the position of the xinerama emulation delimiters
17206 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17209 Xinerama introduction
17211 * fvwm/icons.c (AutoPlaceIcon):
17212 try to place icons of screen with the window center, and if that fails
17215 * libs/FScreen.c (FScreenGetScrRect):
17216 performance improvement for non-xinerama systems
17218 * fvwm/update.c (apply_window_updates):
17219 (flush_window_updates):
17220 update icon boxes and icon position when xinerama layout changes
17222 * fvwm/icons.c (AutoPlaceIcon):
17223 limit placement of icons using no icon box to screen boundaries
17224 adapt icon boxes to xinerama layout whenever used
17226 * fvwm/placement.c (PlaceWindow):
17227 * fvwm/style.c (CMD_Style):
17228 (check_window_style_change):
17229 * fvwm/style.h (SUSE_NO_USPOSITION):
17230 (SUSE_NO_TRANSIENT_PPOSITION):
17231 (SUSE_NO_TRANSIENT_USPOSITION):
17232 * fvwm/fvwm.h (struct):
17233 implemented new styles NoUSPosition/UseUSPosition,
17234 NoTransientPPosition/UseTransientPPosition,
17235 NoTransientUSPosition/UseTransientUSPosition.
17236 These work exactly like NoPPosition/UsePPosition.
17237 Transient windows ignore the window position if neither the PPosition
17238 nor the USPosition hint is set.
17240 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17242 * fvwm/focus.c (restore_focus_after_unmap):
17243 fixed a bug transfering the focus when a window was iconified
17245 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17247 * fvwm/conditional.c (MatchesConditionMask):
17248 * fvwm/move_resize.c (position_geometry_window):
17249 * fvwm/placement.c (PlaceWindow):
17250 * fvwm/menus.c (pop_menu_up):
17251 * fvwm/move_resize.c (move_window_doit):
17252 * fvwm/icons.c (do_all_iconboxes):
17253 * fvwm/placement.c (PlaceWindow):
17254 * fvwm/menus.c (update_menu):
17255 adapted to new FScreen... signatures
17257 * libs/FScreen.c (FScreenClipToScreen):
17258 (FScreenGetScrCenterCenter):
17259 (FScreenCenterCurrent):
17260 (FScreenCenterPrimary):
17261 (FScreenGetCurrent00):
17262 (FScreenGetGlobalScrRect):
17263 (FScreenGetPrimaryScrRect):
17264 (FScreenGetScrRect):
17265 (FScreenIsRectangleOnScreen):
17266 unified all the FSCreen... functions using a common signature, removed
17269 * fvwm/style.c (CMD_Style):
17270 init icon box screen
17272 * fvwm/move_resize.c (move_window_doit):
17274 * libs/Makefile.am:
17275 * libs/XineramaSupport.c:
17276 * libs/XineramaSupport.h:
17278 exported and renamed screen defines
17285 * fvwm/placement.c:
17286 * fvwm/move_resize.c:
17287 * fvwm/module_interface.c:
17292 * fvwm/conditional.c:
17293 * libs/XineramaSupport.c:
17294 renamed all XineramaSupport...() functions to FScreen...()
17296 * fvwm/style.c (CMD_Style):
17299 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17301 * fvwm/style.c (CMD_Style):
17302 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17303 using geometry spec.
17305 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17309 new function QuoteString() to add and escape single quotes to strings
17311 * fvwm/menus.c (MenuInteraction):
17312 quote both missing function name and menu name for
17313 MissingSubmenuFunction
17315 * fvwm/functions.c (expand):
17318 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17320 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17322 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17324 * fvwm/cursor.c (CMD_CursorStyle):
17325 * fvwm/icons.c (GetXPMFile):
17326 * libs/Colorset.c (SetWindowBackground):
17329 * libs/Bindings.c (AddBinding):
17330 tired to help with problem binding keys that have a keycode with no
17331 modifiers and another keycode with some modifiers pressed, e.g.
17332 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17333 F1 generating the actioon bound to F11 sometimes
17335 * fvwm/focus.c (focus_grab_buttons):
17338 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17340 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17342 2001-08-20 Bob Woodside <proteus@pcnet.com>
17344 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17345 grab synchronization so apps using XtTranslations to catch double-
17346 clicks don't get confused by extraneous Leave/EnterNotify events.
17347 This fixes the "xfm/moxfm don't see double-clicks" problem.
17349 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17351 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17353 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17355 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17358 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17359 until later when the window is actually placed.
17361 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17362 position calculation.
17364 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17366 * fvwm/update.c (flush_window_updates):
17367 * fvwm/screen.h (ScreenInfo):
17368 * fvwm/virtual.c (CMD_Xinerama):
17370 * fvwm/move_resize.c (CMD_Maximize):
17371 * fvwm/placement.c (PlaceWindow):
17372 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17376 describe new maximize options
17378 * fvwm/move_resize.c (MaximizeWidth):
17381 applied Dmitry's Xinerama patch for Maximize command
17382 replaced "global" and "absolute" with "screen" which is more flexible
17384 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17386 * libs/Parse.c (SkipQuote):
17387 fixed a bug in handling of caller specified quote pairs
17389 * fvwm/move_resize.c (CMD_Maximize):
17390 keep window on correct page when viewport does not start on a page
17393 * libs/XError.c (error_name):
17395 fixed core dump in error handling
17397 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17403 renamed --disable-gnome to --disable-gnome-hints;
17404 documented configure options --with-gnome*;
17405 small improvements in documentation;
17406 use underscore in version instead of dash that causes rpm problems
17408 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17410 * libs/Makefile.am:
17411 added fvwmrect.h to dist
17413 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17415 * libs/XineramaSupport.c: Disable debug printing.
17417 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17419 * libs/defaults.h (DEFAULT_MENU_STYLE):
17420 reset colour sets in default menu style too
17422 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17426 completed the libstroke-0.5 compatibility fix
17428 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17430 * fvwm/move_resize.c (draw_move_resize_grid):
17431 fixed drawing of resize grid when invoked from button or key press
17433 * fvwm/placement.c (PlaceWindow):
17434 rewrote a condition to improve readability
17435 fixed StartsOn... w/ SkipMapping
17437 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17439 * fvwm/session.c (MatchWinToSM):
17440 (LoadWindowStates):
17441 (SaveWindowStates):
17442 * fvwm/move_resize.c (CMD_Resize):
17443 * fvwm/events.c (HandlePropertyNotify):
17444 (HandleConfigureRequest):
17445 * fvwm/move_resize.c (CMD_ResizeMove):
17448 * fvwm/update.c (apply_window_updates):
17449 * fvwm/add_window.c (AddWindow):
17450 * fvwm/geometry.c (constrain_size):
17451 (gravity_constrain_size):
17452 the Resize command honors the window gravity
17453 changing the size increment of maximized windows no longer shrinks the
17457 keep expanded icon titles on screen
17459 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17461 * fvwm/icons.c (do_all_iconboxes):
17462 default icon box fills the primary screen
17464 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17465 fixed default_screen argument
17467 * fvwm/style.c (merge_styles):
17468 * fvwm/fvwm.h (window_style):
17469 * fvwm/style.h (SSET_START_SCREEN):
17470 * fvwm/add_window.c (setup_window_placement):
17471 * fvwm/placement.c (PlaceWindow):
17473 implemented StartsOnScreen style
17475 * fvwm/placement.c (PlaceWindow):
17481 Place new windows on xinerama screens
17483 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17484 fixed core dump in debug output
17486 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17488 * fvwm/placement.c:
17489 removed unused variable
17491 2001-08-07 olicha <olivier.chapuis@free.fr>
17494 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17496 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17498 * fvwm/virtual.c (CMD_Xinerama):
17499 replaced XineramaEnable and ...Disable with XineramaCommand
17501 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17502 (XineramaSupportGetScreenArgument):
17505 * fvwm/functions.c (func_config):
17506 * fvwm/move_resize.c (move_window_doit):
17508 (CMD_AnimatedMove):
17510 (CMD_MoveToScreen):
17512 added new command MoveToScreen
17514 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17520 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17521 fixed parsing of negative geometries
17522 (XineramaSupportParseGeometryWithScreen):
17524 (XineramaSupportGetNumberedScreenRect):
17527 * sample.fvwmrc/system.fvwm2rc:
17528 * sample.fvwmrc/new-features:
17529 * sample.fvwmrc/system.fvwm2rc-sample-95:
17530 * sample.fvwmrc/system.fvwm2rc-sample-2:
17531 * sample.fvwmrc/system.fvwm2rc-sample-1:
17533 updated for new condition
17535 * fvwm/conditional.c (CreateConditionMask):
17536 (MatchesConditionMask):
17537 * fvwm/fvwm.h (WindowConditionMask):
17538 implemented new condition AcceptsFocus to cope with applications like
17539 xclock that have circulatehit but don't take focus
17541 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17543 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17544 handle Xinerama screens
17546 * fvwm/style.c (CMD_Style):
17547 * fvwm/menus.c (get_menu_options):
17548 cope with Xinerama like geometries with screen info
17550 * fvwm/virtual.c (CMD_XineramaEnable):
17551 XineramaEnable optionally takes the number of the primary screen as its
17554 * fvwm/events.c (GetContext):
17557 * fvwm/virtual.c (HandlePaging):
17558 * fvwm/events.c (HandleButtonPress):
17559 * fvwm/events.h (XEVMASK_PANFW):
17560 fixed button and key event handling over pan frames; fixes bug #752
17562 * fvwm/menus.c (get_menu_options):
17563 fixed Xinerama placement of menus without options
17565 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17572 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17573 In addition to the existing: @0 is shadow color, @1 is hilight color.
17576 Added the formal description of Vector that was absent.
17578 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17581 some man page corrections
17583 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17585 * fvwm/move_resize.c (handle_stick):
17586 also redraw buttons when a window becomes sticky/slippery to make sure
17587 that MWMDecorStick buttons are updated too; fixes bug #749
17589 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17592 documented previous changes
17595 improved output spacing
17600 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17602 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17603 * fvwm/modconf.c (send_xinerama_state):
17604 * fvwm/module_interface.c (broadcast_xinerama_state):
17606 revised module support for Xinerama
17608 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17609 (XineramaSupportParseGeometry):
17610 (XineramaSupportGetGeometry):
17611 make interface compatible with XineramaSupportParseGeometry().
17612 (XineramaSupportGetPrimaryScreen):
17615 * fvwm/stack.c (raise_over_unmanaged):
17616 fixed restacking of windows with RaiseOverUnmanaged - windows were
17617 raised in reverse order so that the top window became the bottom
17618 window of the ones that were raised
17619 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17620 these are invisible
17622 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17624 * sample.fvwmrc/system.fvwm2rc-sample-95:
17625 fixed syntax of BugOpts command
17627 * fvwm/ConfigFvwmDefaults:
17628 resize window when clicking on the sides of the window by default
17629 instead of moving it
17631 * fvwm/events.c (HandleEnterNotify):
17632 do not delete MouseFocus when pointer moves from one particular sub
17633 window of a frame to another one. Helps with xv/xmms vs unclutter
17634 interaction and also with MouseFocus vs. Open Look applications
17636 * fvwm/move_resize.c (DoSnapAttract):
17637 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17638 fixed snapping to Xinerama screen edges
17639 (XineramaSupportIsEnabled):
17640 return False is the X server provides only a single screen
17643 Added descriptions of conditions CurrentDesk, CurrentPage,
17644 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17645 CurrentGlobalPageAnyDesk
17647 * fvwm/fvwm.h (rectangle):
17649 typedefs moved to libs/fvwmlib.h
17651 * fvwm/conditional.c (MatchesConditionMask):
17652 * fvwm/fvwm.h (WindowConditionMask):
17653 * fvwm/conditional.c:
17654 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17655 for Xinerama support
17657 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17658 (send_xinerama_state):
17659 * fvwm/module_interface.c (broadcast_xinerama_state):
17660 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17661 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17662 communicate xinerama state at module startup
17664 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17666 * libs/XineramaSupport.c:
17667 next Xinerama patch
17669 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17671 * fvwm/move_resize.c (moveLoop):
17672 windows were lost off screen w/ non opaque interactive move when motion
17673 was aborted with Escape on a different page that it was started
17675 * fvwm/move_resize.c (position_geometry_window):
17683 * libs/XineramaSupport.c (GetMouseXY):
17684 (XineramaSupportCenterCurrent):
17685 (XineramaSupportGetCurrent00):
17686 (XineramaSupportGetCurrentScrRect):
17687 allow to pass in an event with the pointer position
17688 minimize number of XQueryPointer calls in interactive move/resize
17691 * fvwm/move_resize.c (resize_geometry_window):
17694 border width of geometry window moved to defaults.h
17695 moved strings for size window formatting to defaults.h
17696 reworked calculations of geometry window dimensions
17698 * fvwm/move_resize.c (resize_geometry_window):
17699 (position_geometry_window):
17703 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17704 * fvwm/fvwm.c (main):
17705 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17706 resize_geometry_window and position_geometry_window
17708 * fvwm/fvwm.c (main):
17709 fixed resizing geometry window before creating it
17711 * fvwm/move_resize.c (switch_move_resize_grid):
17713 * fvwm/virtual.c (HandlePaging):
17714 renamed MoveOutline to draw_move_resize_grid and made static
17715 new function switch_move_resize_grid for external calls
17716 delete grid before moving the geometry window to get rid of arifacts of
17719 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17721 * libs/XineramaSupport.c (XineramaSupportInit):
17722 make the blank area in Xinerama emulation usable again
17724 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17726 * fvwm/menus.c (update_menu):
17729 (calculate_item_sizes):
17730 (size_menu_horizontally):
17731 (size_menu_vertically):
17732 menus are resized to fit their Xinerama screen every time they are
17733 popped up and the screen size has changed
17735 2001-07-23 olicha <olivier.chapuis@free.fr>
17737 * libs/XineramaSupport.c (XineramaSupportInit):
17738 Draw the xinerama simulation screens with orr windows
17740 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17742 * fvwm/windowlist.c (CMD_WindowList):
17743 fixed windowlist placement w/ Xinerama
17745 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17747 * fvwm/menus.c (pop_menu_up):
17748 fixed calculations that force a menu on screen w/ Xinerama
17750 * fvwm/move_resize.c (DoSnapAttract):
17751 removed some code that slipped in with xinerama patch and broke
17752 vertical SnapAttraction
17754 * fvwm/virtual.c (CMD_EdgeResistance):
17757 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17758 take reference position src_x/src_y to determine screen
17760 * fvwm/windowlist.c (CMD_WindowList):
17761 * fvwm/menus.c (get_menu_options):
17762 (get_popup_options):
17765 handle Xinerama screens for positioning menus w/ posthints
17767 * fvwm/menus.c (get_menu_options):
17769 fix for icon/window context rectangle when window is in wrong state
17771 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17774 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17775 compiled in; fixed linking by adding -lXinerama; small corrections
17777 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17779 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17781 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17783 * libs/XineramaSupport.c (XineramaSupportInit):
17784 added xinerama emulation for developers
17786 * fvwm/virtual.c (CMD_XineramaEnable):
17787 (CMD_XineramaDisable):
17788 * fvwm/module_interface.c (BroadcastConfigInfoString):
17789 added function to communicate Xinerama on/off to modules
17791 * fvwm/module_interface.c:
17792 include time.h to fix warning
17793 * libs/XineramaSupport.c:
17794 * fvwm/fvwm.c (setVersionInfo):
17795 * fvwm/Makefile.am:
17798 cleanded up xinerama detection
17799 added shape detection
17801 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17804 Added Xinerama introduction
17806 * fvwm/fvwm.c (setVersionInfo):
17807 print xinerama support
17809 * fvwm/conditional.c (CreateConditionMask):
17810 added CirculateHitShaded option for conditional commands that was
17811 described in the man page but not implemented
17813 * fvwm/fvwm.h (WindowConditionMask):
17814 removed unused flags
17816 * fvwm/conditional.c (MatchesConditionMask):
17817 fixed CirculateHitIcon option in conditional commands
17820 reformatted man page source to improve readability
17821 fixed some source formatting bugs
17823 * libs/XineramaSupport.c (GetMouseXY):
17824 don't poll the pointer if there is only one screen or if xinerama is
17828 * fvwm/fvwm.c (main):
17829 removed -noxinerama option
17831 * fvwm/fvwm.c (main):
17832 size window is positioned and sized in move_resize.c
17834 * libs/XineramaSupport.c:
17838 print Xinerama support in configure summary
17841 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17843 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17848 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17849 define missing macros needed for old AIX keysymdef and old stroke.h
17853 remove the previous compilation fixes, now handled by configure
17855 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17857 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17859 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17862 use libstroke-0.5 constant names while still supporting 0.3/0.4
17865 compiling fix for old AIX, which does not define XK_Page_Up/Down
17867 * module_interface.c:
17868 minor compiling fix for some proprietary preprocessors
17870 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17873 use more compatible and structured syntax in SYNOPSIS
17875 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17878 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17879 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17882 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17885 changed version to 2.4.1
17888 small fix that should solve the problem with running autoconf
17889 (autoreconf is ok) from autoconf-2.50;
17890 applied a patch that adds gtk include dirs to gnome include dirs
17892 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17894 * NEWS, configure.in:
17895 changed version to 2.4.0.1
17897 * *: fvwm 2.4 has been released :-))