1 2010-02-06 Thomas Adam <thomas.adam22@gmail.com>
2 * fvwm/style.c (check_window_style_change):
3 * fvwm/update.c (apply_window_updates):
5 Propagate Layer changes via Style command on-the-fly.
7 Until there's a distinction between initially-mapped styles and runtime
8 commands, and that currently, Style commands take effect immediately,
9 ensure that for any Layer requests received via Style commands, these
10 too are applied immediately.
12 The previous assumption was that this was only applicable when mapping a
13 new window, but goes against expectations from the user.
15 2010-01-07 Thomas Adam <thomas.adam22@gmail.com>
16 * fvwm/read.c (run_command_file):
17 Restructure how we look for Read files slightly.
19 When searching for files with the Read command, check to see if the file
20 first of all has an absolute path and if so open it. If it's relative
21 then search for it in either FVWM_USERDIR or FVWM_DATADIR as before. If
22 the file still can't be found, try and open it outright. This will
27 as a valid filename -- of course this really only makes sense when
28 invoking fvwm with "-f" on the command-line, as relative paths to config
29 files in this way should be built up using "$."
31 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
32 * fvwm/menustyle.c (menustyle_copy_face):
33 Fix segfault setting MenuFace pixmap style for menus.
35 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
36 non-existent pixmap from an invalid pointer.
38 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
39 * fvwm/read.c (run_command_file):
40 Fix opening of files to Read/PipeRead to accept absolute paths.
42 Don't just assume "/" is a valid identifier for opening files. "./" is
43 just as likely. Fixes use-case of:
45 fvwm -f ./some_fvwm2rc
47 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
48 * fvwm/events.c (flush_property_notify):
49 Add atom to struct so it is checked for by test_typed_window_event().
51 2010-01-04 David Fries <David@Fries.net>
52 * fvwm/events.c (test_typed_window_event):
53 * fvwm/events.c (flush_property_notify):
54 Efficiently handle flushing property events of the same type.
56 * fvwm/events.h (test_typed_window_event_args):
57 Add XAtom type to struct.
59 2010-01-04 David Fries <David@Fries.net>
60 * fvwm/virtual.c (HandlePaging):
61 Move no page detect check, it wasn't being hit.
62 * fvwm/move_resize.c (__move_loop):
63 Transform window position to pointer position and back when calling
66 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
67 * fvwm/menustyle.c (menustyle_copy_face):
68 Fix segfault when creating a tearoff menu using a Pixmap background.
70 When we copy the original menustyle to the new torn-off menu which
71 contains a background image, don't then update the menu's pixel
72 background color, as this is already free()d for us by an earlier copy
75 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
76 * fvwm/builtins.c (CMD_BugOpts):
79 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
80 * fvwm/builtins.c (CMD_BugOpts):
81 * fvwm/fvwm.c (InitVariables):
82 * fvwm/events.c (HandleClientMessage):
84 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
85 Qt windows handle having ClientMessage events sent to them.
87 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
88 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
89 Fix y-axis offset calculations when using MinOverlapPlacement, by
90 forcing the window on-screen when over-zealous penality calculations
91 don't take into account the size of the window borders.
93 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
94 * bin/fvwm-convert-2.6.1.in:
95 Add in BUGS section a note that converting over FvwmTheme lines is
98 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
101 * bin/fvwm-convert-2.6.in:
102 * bin/fvwm-convert-2.6.1.in:
103 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
106 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
107 * libs/Flocale.c (FlocaleEncodeString):
108 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
110 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
111 * fvwm/fvwm.c (StartupStuff):
112 Reset the state of the "Restarting" flag to False when restarting FVWM.
114 * fvwm/events.c (HandleMapRequestKeepRaised):
115 Only run InitialMapCommand when FVWM isn't restarting and all windows
116 have been recaptured. The window is already mapped by the time FVWM is
117 restarting, and running the InitialMapCommand again only serves to
118 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
120 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
124 increased version number to 2.5.29
127 updated for 2.5.28 release
129 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
132 * fvwm/ewmh.c (ewmh_ChangeProperty):
133 only convert _NET_WM_ICON hint to long before storing
135 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
137 * fvwm/builtins.c (CMD_BugOpts):
138 remove unused variables
141 * fvwm/ewmh.c (ewmh_ChangeProperty):
142 fix storing of CARD32 arrays on 64 bit machines
144 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
145 prevent segmentation fault when reading a bad _NET_WM_ICON hint
147 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
148 * fvwm/geometry.c (__cs_handle_aspect_ratio):
149 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
150 otherwise continual loop when resizing windows when keeping aspect
151 ratio (c.f. mplayer.)
153 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
155 Fix typo in AS_HELP_STRING referring to enable-htmldoc
157 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
160 * fvwm/builtins.c (CMD_BugOpts):
161 Fix parsing of BugOpts options lists separated by ',', and
162 restoring to default value when the boolean option is omitted if
170 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
171 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
172 (is_translit_supported, set_default_iconv_charsets)
173 (set_iconv_charset_index, FiconvUtf8ToCharset):
174 * fvwm/builtins.c (CMD_BugOpts):
175 Add TransliterateUtf8 bug opt for working around clients
176 which don't care about the WM_NAME value.
178 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
181 * fvwm/stack.c (BroadcastRestack):
182 Fix splitting or M_RESTACK packages causing weird window stacking
183 in modules when more than 83 windows are broadcast.
185 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
187 Remove dnl comments from configure.ac regarding malloc.h -- it's
188 self-explanatory anyway.
190 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
192 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h
193 -- this never used to produce compiler warnings, but things are
194 starting to become more vocal, so don't use this in our
195 ./configure script if we're compiling FVWM on a *BSD system.
197 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
201 * fvwm/add_window.c (setup_numeric_vals):
202 add "typedef struct snap_attraction_t"
203 * fvwm/style.c (style_parse_one_style_option):
204 add new SnapAttraction options "None", "ScreenWindows",
205 "ScreenIcons" and "ScreenAll"
206 * fvwm/move_resize.c (DoSnapAttract):
207 Bugfix, option SameType/Icons/Windows did falsely not affect
208 conditions of option "Screen" and option "SameType" snapped
209 falsely icons and windows together. Implement options
210 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
211 screen edge snapping.
213 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
214 * fvwm/add_window.c (setup_window_name_count):
215 * fvwm/add_window.c (setup_icon_name_count):
216 Deprecate these in favour of setup_name_count()
218 * fvwm/add_window.c (setup_name_count):
219 Amalgamate setup_window_name_count and setup_icon_name_count to just
220 one function (very similar code between them.) Used with
221 IndexedWindowName and IndexedIconName.
223 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
226 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
228 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
229 (Frptp_async_putline):
230 Fix ANSI C compatibility.
233 * fvwm/ewmh_names.c (EWMH_WMName):
234 set the HAS_EWMH_WM_NAME flag even if the window name on display
237 same for HAS_EWMH_WM_ICON_NAME
239 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
242 fix for segfault with RPlatHost directive in FvwmEvent
243 * libs/Makefile.am (libfvwm_a_SOURCES):
245 add Fplay.h wrapper header for rplay.h
248 fix debian bug #438132
250 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
253 * fvwm/style.c (fw_match_style_id):
254 Fix fvwmstyle resource
256 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
259 * fvwm/events.c (HandleMapRequestKeepRaised):
260 Make sure that a PropertyNotify on the WM_STATE property is always
261 sent out when a window is requested to be moved to the withdrawn
262 state. (Needed by QT)
264 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
266 * sample.fvwmrc/DecorMwm:
267 * sample.fvwmrc/DecorWin95:
268 * sample.fvwmrc/new-features:
269 * sample.fvwmrc/system.fvwm2rc:
270 * sample.fvwmrc/system.fvwm2rc-sample-1:
271 * sample.fvwmrc/system.fvwm2rc-sample-2:
272 * sample.fvwmrc/system.fvwm2rc-sample-95:
273 Use !-negation for styles instead of No...
278 * sample.fvwmrc/system.fvwm2rc-sample-95:
279 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
280 sed -i 's/StayOnTop/StaysOnTop/'
281 According to patches by Manoj Srivastava
283 2009-03-17 Mikhael Goikhman <migo@homemail.com>
288 convert my old code to use var_name and function_name coding style
290 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
294 increased version to 2.5.28
299 updated for 2.5.27 release
301 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
302 * fvwm/bindings.c (print_bindings):
303 Fixed compilation of not having libstroke installed by using ifdefs
306 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
308 * fvwm/bindings.c (print_bindings):
311 * libs/charmap.c (charmap_table_to_string):
312 several memory menagement fixes.
314 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
316 * libs/charmap.c (charmap_table_to_string):
317 Reduce memory management on the stack, by making only those variables
318 to be accessed outside of the function charmap_table_to_string()
319 allocated on the heap instead.
321 * fvwm/bindings.c (print_bindings):
322 b->Action was previously checked whether it was NULL or not before
323 printing its value to STDERR -- however, this caused a segfault when
324 trying to perform strlen() operations internally -- hence don't bother
325 checking if it's NULL. This avoids segfaulting.
327 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
329 * libs/charmap.c (charmap_table_to_string):
331 Introduce charmap_to_string function which is used to build up a
332 binding string, for use with PrintInfo.
334 * fvwm/bindings.c (print_bindings):
335 Introduce print_bindings to print all bindings known to fvwm.
337 * fvwm/builtins.c (CMD_PrintInfo):
339 Add support for "binding" as an option to PrintInfo.
341 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
343 * fvwm/placement.c (__pl_position_get_pos_simple):
344 Force the window on-screen if using PositionPlacement UnderMouse.
346 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
348 * fvwm/events.c (HandleMapRequestKeepRaised):
349 * fvwm/add_window.c (AddWindow):
351 * fvwm/style.c (style_parse_one_style_option):
352 add new style InitialMapCommand
354 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
356 * bin/fvwm-menu-desktop.in:
357 Fix the location prefix for GNOME application files.
359 2008-12-29 Alexandre Julliard <julliard@winehq.org>
361 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
362 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
363 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
364 horizontally maximized.
366 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
369 * fvwm/module_list.c (do_execute_module):
370 * fvwm/fvwm.c (fvmm_deinstall_signals):
371 restore default signal handlers before execl()/execvp()
373 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
375 * fvwm/style.c (fw_match_style_id):
376 Allow for the window's visible name to be considered when matching a
377 style line. It is possible to use $[w.visiblename] as the style name.
378 Whilst the normal name and the visible name are usually the same, in
379 the case of having IndxedWindowName, if a style line matches this as a
380 visible name, apply it first of all.
382 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
385 Add $[w.visiblename] as an expansion parameter.
387 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
389 * fvwm/placement.c (__pl_position_get_pos_simple):
390 position placement honours StartsOnPage
392 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
394 * fvwm/session.c (MatchWinToSM):
395 fixed keeping fullscreen state of windows over a restart; the old code
396 tried to do this through session management and effectively overwrote
397 the responsible ewmh hint; eventually, fvwm thought that the window
398 was fullscreen without actually making it fullscreen
400 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
402 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
403 fixed compiler warning caused by a logic error in previous patch
406 applied png detection fix by Yuri Bushmelev for cross compiliation
408 * fvwm/events.c (__handle_cr_on_client):
409 fixed event merging with auto motion detection
411 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
414 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
415 * fvwm/events.h (events_handle_configure_request):
416 * fvwm/events.c (events_handle_configure_request):
417 (__handle_cr_on_client):
418 (__handle_configure_request):
419 fix handling of _NET_MOVERESIZE_WINDOW
420 (__cr_detect_icccm_move):
421 remove douplicate code
423 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
426 * fvwm/add_window.c (setup_frame_window):
427 fix compilation without XRender
429 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
435 Convert Latin-1 encodings to UTF-8
437 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
441 increased version to 2.5.27
446 updated for 2.5.26 release
448 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
450 * fvwm/ewmh_events.c (ewmh_WMDesktop):
452 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
453 (ewmh_HandleWindowType):
454 (ewmh_AddToKdeSysTray):
455 (ewmh_HandleWindowType):
457 64-bit fix by Alexandre Julliard
459 2008-03-30 Mikhael Goikhman <migo@homemail.com>
462 fix fribidi detection when it uses pkg-config and not fribidi-config
465 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
466 it now uses fribidi-types.h and not fribidi_types.h
468 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
470 * fvwm/events.c (dispatch_event):
471 Fix handling of Shape events.
473 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
475 * fvwm/menus.c (calc_normal_item_height):
476 (calc_more_item_height):
477 (size_menu_vertically):
478 fix calculations so the menu fit on the screen height
480 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
482 * fvwm/menus.c (size_menu_vertically):
483 added paddings at the top and bottom of the menus
485 * fvwm/menustyle.c (parse_vertical_margins_line):
486 new function to parse the VerticalMargins new MenuStyle
489 * fvwm/menustyle.c (menustyle_get_styleopt_index):
490 added the VerticalMargins option to the list
492 * fvwm/menustyle.c (menustyle_parse_style):
493 added default values for the padding, and a case clause
494 for the specific case when you invoke the VerticalMargins
497 * fvwm/menustyle.c (menustyle_copy):
498 added two lines to copy the menu styles from origin to destiny
501 added macros for the vertical padding stuff
503 * fvwm/menustyle.h (struct MenuLook):
504 added sub-structure to hold the VerticalMargins
506 * fvwm/libs/defaults.h:
507 added one define for MAX_MENU_MARGIN
509 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
511 * fvwm/menuitem.c (draw_highlight_background):
512 fixed drawing of background pictures in menu items
514 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
516 * fvwm/add_window.c (setup_frame_window):
517 fix core dump with ARGB detection code
518 fix compilation without XRender
520 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
524 increased version to 2.5.26
529 updated for 2.5.25 release
531 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
533 * fvwm/fvwm.c (main):
534 further condense the X visual selection code
536 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
538 * fvwm/fvwm.c (main):
539 condense the X visual selection code
541 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
543 * fvwm/events.c (register_event_group)
544 (InitEventHandlerJumpTable, dispatch_event):
545 use separate jump tables for events defined by X-extensions
546 to eliminate the need to ovverride the LASTEvent value.
548 * fvwm/module_list.c (module_list_remove):
549 include the case where the module is first in the list in
550 the loop, fixing a segmentaion fault when the list was empty.
552 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
554 * fvwm/add_window.c (setup_frame_window):
555 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
556 add preliminary support for ARGB windows in fvwm (based on
557 Marc Lehman's argb patch)
559 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
561 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
564 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
566 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
567 catch BadGC when updating root transparent window background
569 * libs/XError.c (do_coredump):
570 (ferror_set_temp_error_handler):
571 (ferror_reset_error_handler)
572 (ferror_call_next_error_handler):
575 * libs/XError.c (PrintXErrorAndCoredump):
576 try to dump core the hard way
578 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
580 * fvwm/colorset.c (parse_colorset):
581 check for image != None before calling XDestroyImage
583 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
584 (ewmh_WMStateMaxHoriz):
586 (ewmh_WMStateShaded):
587 (ewmh_WMStateStaysOnTop):
588 (ewmh_WMStateStaysOnBottom):
589 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
591 also ignore the EWMH staysontop and staysonbottom hints if the
592 EWMHIgnoreStackingOrderHints style is used
594 * fvwm/colorset.c (parse_colorset):
595 Fixed a sporadic crash when the root background set by gnome,
596 fvwm-root, esetroot etc. changes and a root transparent colour set
599 * fvwm/colorset.c (parse_colorset):
600 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
601 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
602 * libs/PictureGraphics.c (PGrabXImage)
603 (PGraphicsCreateTranslucent):
604 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
607 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
609 * libs/PictureGraphics.c (PGrabXImage):
610 fixed XImage memory leak
611 (PCreateRenderPixmap):
612 (PCreateDitherPixmap):
613 Properly handle return code of FgetFImage()
615 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
617 * fvwm/events.c (HandleConfigureRequest):
618 (events_handle_configure_request):
621 * fvwm/ewmh_events.c (ewmh_RestackWindow):
622 (ewmh_MoveResizeWindow):
623 fixed crash when moving/resizing/restacking unmanaged windows through
626 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
628 * fvwm/events.c (HandleMapRequestKeepRaised):
629 fixed compiler warning
631 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
633 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
634 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
636 Fixed the determination of the X charset on UTF-8 system
638 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
640 * fvwm/placement.c (__pl_minoverlap_get_next_x):
641 do not add screen offset to window position
643 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
646 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
649 Some html documentation files were not installed.
651 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
653 * fvwm/style.c (style_parse_one_style_option):
654 fixed parsing of screen argument of the SnapAttraction Style
656 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
658 * fvwm/move_resize.c (DoSnapAttract):
659 Use edge move resistance, and not delay for top edge when moving
662 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
665 * fvwm/events.c (HandleMapRequestKeepRaised)
666 (test_withdraw_request):
667 Don't map windows that request to be moved back to WithdrawnState
668 by the ICCCM2 method before they have been mapped. (Fixes bug with
669 disappearing windows.)
671 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
675 increased version to 2.5.25
679 updated for 2.5.24 release
681 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
683 * fvwm/menus.c (__mloop_exit):
684 * fvwm/menubindings.c (parse_menu_action):
686 reindented and cleaned up some code
688 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
690 * fvwm/update.c (apply_window_updates):
691 * fvwm/add_window.c (setup_style_and_decor):
692 (setup_numeric_vals):
696 * fvwm/events.c (HandleEnterNotify):
697 * fvwm/fvwm.c (InitVariables):
699 * fvwm/session.c (SaveGlobalState):
701 * fvwm/move_resize.c (DoSnapAttract):
704 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
705 They have been replaced by the styles EdgeMoveResistance,
706 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
708 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
712 use AS_HELP_STRING to format the configure options help strings
714 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
716 * fvwm/conditional.c:
719 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
721 * fvwm/ConfigFvwmDefaults:
722 restore default action of closing menus for menu titles
724 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
726 * libs/FScreen.c (FindScreenOfXY):
727 * fvwm/move_resize.c (GetMoveArguments):
728 fixed the "screen w" argument of the Move and other commands
730 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
732 * fvwm/virtual.c (HandlePaging):
733 don't modify *xl and *yt unless we we really page
735 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
737 * fvwm/module_list.h:
738 * fvwm/module_list.c:
741 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
745 increased version to 2.5.24
749 updated for 2.5.23 release
751 * libs/Flocale.c (FlocaleEncodeString):
752 removed previous warning fix
754 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
758 Added new style option: StartShaded.
760 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
762 * libs/Flocale.c (FlocaleEncodeString):
765 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
770 removed old fvwm manpage
772 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
776 increased version to 2.5.23
780 fix the date for 2.5.22 release
782 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
784 * fvwm/windowlist.c (CMD_WindowList):
785 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
788 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
792 use "test ! ... = ..." instead of "test ... != ..."
794 * fvwm/builtins.c (CMD_PropertyChange):
795 fixed completely broken parsing of PropertyChange arguments
797 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
801 updated for 2.5.22 release
803 * fvwm/builtins.c (CMD_PropertyChange):
804 * libs/Flocale.c (FlocaleGetFftFont):
807 (FlocaleGetFontOrFontSet):
810 fix compiler warnings
812 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
815 fixed command table parsing
817 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
819 * fvwm/module_list.c (module_kill):
820 (executeModuleDesperate):
821 (module_list_itr_init):
824 * fvwm/events.c (My_XNextEvent):
825 * fvwm/module_list.c (module_alloc):
827 * fvwm/module_list.h (fmodule):
830 restored *not* useless is_cmdline_module stuff
833 add constants for command group tagging
835 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
840 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
843 check for sed, perl and tbl, needed to build documentation
845 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
847 * libs/System.c (fvwm_mkstemp):
848 use constants from libs/fvwm_sys_stat.h
850 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
852 * fvwm/module_list.c (do_execute_module):
853 fixed possible crash when fork fails
855 * fvwm/module_list.c (module_list_remove):
856 now returns the removed fmodule*, or NULL if unsuccessful
857 removed error message when removing a not listed module (it's normal)
859 * fvwm/module_list.c (module_kill):
860 module is inserted in death_row only if it is successfuly removed from
861 module_list (fixes crash when module is killed more than once)
863 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
865 * fvwm/events.c (My_XNextEvent):
866 fixed hang with startup modules
868 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
870 * fvwm/conditional.c (FreeConditionMask):
871 fixed crash with inverted name condition
876 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
882 * sample.fvwmrc/system.fvwm2rc-sample-95:
883 * sample.fvwmrc/system.fvwm2rc:
884 * sample.fvwmrc/system.fvwm2rc-sample-2:
885 * libs/Picture.c (PicturePrintImageCache):
887 * libs/FGettext.c (FGettextPrintLocalePath):
890 * libs/PictureUtils.c (PictureAllocColorTable)
891 (PicturePrintColorInfo):
896 * libs/Ficonv.c (convert_charsets):
897 (FiconvSetupConversion):
898 * fvwm/decorations.c:
901 * fvwm/add_window.c (setup_window_font):
905 * fvwm/conditional.c:
906 * fvwm/fvwm.c (SetRCDefaults):
908 * fvwm/ewmh_events.c:
911 * fvwm/menustyle.c (menustyle_parse_style):
913 * fvwm/ewmh.c (EWMH_Init):
914 * libs/Flocale.c (FlocaleParseShadow):
917 (FlocalePrintLocaleInfo):
918 * fvwm/misc.c (fvwm_msg):
921 write fvwm in lower case
924 fixed build without GNU make
926 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
928 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
929 fixed buffer overflow
931 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
933 * fvwm/module_list.h (fmodule_list_itr):
934 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
935 replace iterator struct by typedef
937 * fvwm/module_list.c (module_list_destroy):
940 new function to remove dup code
942 * fvwm/module_list.c (module_kill):
943 changed to move the module to the deathrow list
945 * fvwm/module_list.h (fmodule):
946 * fvwm/module_list.c (module_alloc):
947 (module_list_remove):
949 removed is_removed logic
951 * fvwm/module_list.c (module_safefree):
954 * fvwm/events.c (My_XNextEvent):
955 remove old "#if 0" code
957 * fvwm/module_list.c (module_kill):
960 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
962 * fvwm/module_list.h (fmodule_list_itr):
963 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
964 don't store current pointer in module list iterators.
967 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
969 * fvwm/events.c (My_XNextEvent):
970 * fvwm/module_list.c (KillModuleByName):
971 (FlushAllMessageQueues):
972 * fvwm/module_interface.c (BroadcastPacket):
973 (BroadcastNewPacket):
975 (BroadcastFvwmPicture):
977 (BroadcastProperyChange):
978 (BroadcastConfigInfoString):
980 * fvwm/modconf.c (ModuleConfig):
981 * fvwm/stack.c (BroadcastRestack):
982 replaced module_get_next by module list iterator mechanism
984 * fvwm/module_list.h:
985 * fvwm/module_list.c (module_get_next):
988 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
990 * fvwm/module_list.h:
991 * fvwm/module_list.c (fmodule):
997 (FlushAllMessageQueues):
999 * fvwm/module_interface.c (BroadcastPacket):
1000 (BroadcastNewPacket):
1002 (BroadcastFvwmPicture):
1003 (BroadcastColorset):
1004 (BroadcastProperyChange):
1005 (BroadcastConfigInfoString):
1007 * fvwm/event.c (My_XNextEvent):
1008 * fvwm/stack.c (BroadcastRestack):
1009 * fvwm/modconf.c (ModuleConfig):
1010 changed to work with generic list container
1012 * fvwm/module_list.c (module_insert):
1013 (module_list_insert):
1015 (module_list_remove):
1018 renamed as list handling functions
1020 * fvwm/events.c (My_XNextEvent):
1021 * fvwm/module_list.h:
1022 * fvwm/module_list.c (module_alloc):
1023 (do_execute_module):
1024 removed useless is_cmdline_module stuff
1026 * fvwm/module_list.h:
1027 * fvwm/module_list.c (module_list_insert):
1028 (module_list_remove):
1030 new fmodule_list object representing a module list.
1031 changed the module lists to the new object.
1032 changed list functions to use the list object instead of the
1033 fmodule_store pointer.
1035 * fvwm/events.c (My_XNextEvent):
1036 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1038 * fvwm/module_list.h (fmodule_list_itr):
1039 * fvwm/module_list.c (fmodule_list_itr_init):
1040 (fmodule_list_itr_next):
1041 created a smart (safe) iterator mechanism to replace the
1042 module_get_next function
1044 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1048 added empty functions to replace CMD_Dummy
1051 use subordinate Makefile.ams instead of iuncluding files from other
1055 removed FVWMNAMEUCASE
1060 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1061 force --enable-htmldoc on "make distcheck"
1063 * fvwm/events.c (HandleEnterNotify):
1064 (HandleLeaveNotify):
1065 properly generate enter_window and leave_window events for FvwmEvent
1067 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1069 * fvwm/move_resize.c (GetOnePositionArgument):
1071 (ParsePositionArgumentSuffix):
1074 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1076 * fvwm/move_resize.c (GetOnePositionArgument):
1077 fixed position calculation with the "w" prefix (move w-1 w-1).
1078 (GetOnePositionArgument):
1081 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1083 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1085 reduce indentation level
1086 add comment to explain why suppressing the warning is right
1088 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1090 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1091 fixed using uninitialized variable
1093 * fvwm/menus.c (scanForStrings):
1094 suppress compiler warning for now
1096 * fvwm/move_resize.c (resize_move_window):
1097 (AnimatedMoveAnyWindow):
1101 * fvwm/module_interface.c (__get_allowed_actions):
1102 * fvwm/menuitem.c (menuitem_paint):
1103 * fvwm/icons.c (CMD_Iconify):
1104 * fvwm/gnome.c (GNOME_SetHints):
1105 * fvwm/ewmh.c (ewmh_AllowsClose):
1107 (ewmh_AllowsFullScreen):
1108 (ewmh_AllowsMinimize)
1109 (ewmh_AllowsMaximize):
1113 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1114 (ewmh_MoveResizeWindow):
1117 (ewmh_WMStateHidden):
1118 * fvwm/events.c (__handle_cr_on_client):
1119 * fvwm/decorations.c (__is_resize_allowed):
1120 (is_function_allowed):
1121 * fvwm/conditional.c (MatchesConditionMask):
1122 * fvwm/builtins.c (CMD_Delete):
1123 * fvwm/add_window.c (AddWindow):
1124 is_function allowed now differentiates between US program actions and
1125 actions initiated by interaction between fvwm and the user
1127 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1129 * fvwm/menus.c (__scan_for_pixmap):
1130 fixed compiler warning
1132 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1133 (ewmh_RestackWindow):
1134 honor FixedSize/FixedPosition styles in EWMH messages too
1136 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1138 * fvwm/fvwm.c (setVersionInfo):
1139 add XCursor support to version output
1141 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1142 (SCTX_GET_MR, string_context_type_t, string_context_t)
1143 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1144 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1145 reimplement pixmap and color scanning for menus to better handle
1148 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1151 don't install fvwm.1
1153 * fvwm/events.c (My_XNextEvent):
1154 remove unused varaible
1156 * fvwm/events.c (My_XNextEvent):
1157 * fvwm/module_list.h:
1158 * fvwm/module_list.c (module_store, module_alloc)
1159 (module_kill_all, module_safefree, module_remove)
1160 (do_execute_module, module_kill, module_cleanup, module_get_next)
1161 (FlushMessageQueue):
1162 Don't free module stuctures during module I/O. (Fixes segfault.)
1164 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1168 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1169 Someone missed to add extra conditions when changing from
1172 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1175 fixed liXcursor detection
1177 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1181 * fvwm/menus.c (scanForPixmap):
1182 made it possible to escape '*' '%' '@' in filenames
1184 * libs/PictureImageLoader.c (PImageLoadSvg):
1185 added transposing and none uniform scaling to svg options
1187 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1189 * libs/PictureImageLoader.c:
1191 (PImageLoadCursorFromFile):
1192 fixed compilation without xpm library
1194 fixed compiler warning without png library
1196 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1199 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1200 fix compilation without xpm library
1202 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1207 * libs/PictureImageLoader.c:
1209 (PImageLoadCursorFromFile):
1210 fixed compilation without xpm library
1212 fixed compiler warning without png library
1214 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1216 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1217 * fvwm/cursor.c (CMD_CursorStyle):
1218 fixed compiler warning
1220 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1222 * fvwm/cursor.c (CMD_CursorStyle):
1223 fix CursorStyle command parsing
1225 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1227 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1228 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1229 * libs/PictureImageLoader.c (PImageLoadSvg):
1231 (PImageCreatePixmapFromArgbData):
1232 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1233 (PImageCreatePixmapFromFImage):
1236 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1238 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1239 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1240 * libs/PictureImageLoader.c (PImageLoadSvg):
1242 (PImageCreatePixmapFromArgbData):
1243 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1244 (PImageCreatePixmapFromFImage):
1247 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1254 added libXcursor detection
1256 * fvwm/Makefile.am (LDADD):
1264 * libs/Makefile.am (libfvwm_a_SOURCES):
1267 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1268 added Xcursor support
1270 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1276 added defs for FxpmInfo and FxpmFreeXpmInfo
1278 * libs/PictureBase.h (FvwmPictureAttributes):
1279 * libs/PictureImageLoader.c
1280 (PImageCreatePixmapFromArgbData):
1281 (PImageLoadPixmapFromFile):
1282 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1283 (PImageLoadCursorPixmapFromFile):
1284 (PImageLoadCursorFromFile):
1285 * libs/PictureImageLoader.h:
1286 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1287 replaced by the new general PImageLoadCursorFromFile()
1289 * fvwm/cursor.c (CMD_CursorStyle):
1290 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1291 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1293 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1295 * libs/PictureImageLoader.c
1299 now returns argb data instead of pixmaps
1300 (PImageLoadPixmapFromFile):
1301 (PImageLoadArgbDataFromFile):
1302 moved first half of PImageLoadPixmapFromFile() into
1303 the new local function PImageLoadArgbDataFromFile()
1305 removed function, code moved into PImageLoadPixmapFromFile()
1307 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1309 * libs/PictureImageLoader.c (PImageLoadXpm):
1310 revised to make use of PImageCreatePixmapFromArgbData()
1312 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1314 * fvwm/colorset.c (parse_shape):
1315 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1316 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1317 * libs/PictureImageLoader.c
1320 (PImageCreatePixmapFromArgbData):
1321 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1322 or translucent (0 < any alpha < 0xff) images.
1324 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1326 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1327 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1328 * libs/PictureImageLoader.c (PImageLoadSvg):
1330 (PImageCreatePixmapFromArgbData):
1331 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1332 (PImageCreatePixmapFromFImage):
1335 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1337 * fvwm/functions.c (CMD_EchoFuncDefinition):
1338 * fvwm/functable.c (func_table):
1340 new command EchoFuncDefinition
1342 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1345 * fvwm/conditional.c (CreateConditionMask):
1346 bugfix: Condition separation previously failed when a
1347 single comma (no whitespace padding) was used directly
1348 after a multi-worded condition.
1350 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1352 * fvwm/module_list.c (module_kill):
1353 fix possible core dump when using startup modules
1355 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1358 * fvwm/builtins.c (CMD_PrintInfo):
1359 * libs/Picture.h (PicturePrintImageCache):
1360 * libs/Picture.c (PicturePrintImageCache):
1361 add ImageCache subject to PrintInfo command
1363 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1366 * fvwm/events.c (My_XNextEvent):
1367 fix crash when a module closes down during input/output.
1369 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1371 * fvwm/icons.c (ChangeIconPixmap):
1374 * fvwm/focus.c (warp_to_fvwm_window):
1375 * fvwm/events.c (__handle_cr_restack):
1376 (__handle_bpress_on_managed):
1377 (HandlePropertyNotify):
1379 * fvwm/stack.c (__restack_window):
1380 (__raise_lower_recursion):
1381 (__raise_or_lower_window):
1382 (raise_or_lower_window):
1383 (position_new_window_in_stack_ring):
1387 (HandleUnusualStackmodes):
1390 (CMD_RestackTransients):
1392 do raise hacks even when the internal stack is intact, unless on a
1395 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1397 * fvwm/style.c (check_window_style_change)
1398 (style_parse_one_style_option):
1400 * fvwm/fvwm.h (window_style):
1401 * fvwm/add_window.c (setup_frame_size_limits):
1402 * fvwm/geometry.c (constrain_size):
1403 new style MinWindowSize
1405 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1408 added missing prototypes
1410 * libs/safemalloc.c:
1417 * libs/Event.c (GetSubwindowFromEvent):
1419 * libs/ColorUtils.c:
1420 include corresponding header files
1422 * libs/PictureBase.c:
1423 * libs/FlocaleCharset.c:
1427 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1429 * configure.ac (HAVE_GNU_READLINE):
1430 detect full GNU readline API (vs BSD libedit readline compatibility
1433 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1435 * fvwm/windowlist.c (CMD_WindowList):
1438 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1439 "UseSkipList" & "OnlySkipList".
1441 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1444 * fvwm/add_window.c (validate_transientfor):
1445 detect and disallow circular transient-for hints
1447 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1450 s/UseListSkip/UseSkipList/g etc.
1452 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1454 * fvwm/menus.c (size_menu_vertically):
1455 added localization of the "More&..." string
1457 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1459 * libs/PictureBase.c (PictureFindImageFile):
1460 fix for segfault with svg-support enabled
1462 * INSTALL.fvwm (http):
1463 * configure.ac (png_CFLAGS):
1464 raise librsvg dependeny due to bug with 2.13.91
1466 * fvwm/cursor.c (CMD_CursorStyle):
1467 remove unused static variable nocursor
1469 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1474 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1477 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1478 bugfix: out-of-tree builds failed due to broken dependency.
1479 Make man page have same header as old one.
1480 Fix man page indentation.
1481 Make text of top-level man page sections all uppercase.
1482 Added --disable-mandoc option.
1483 HTML doc generation is off by default: use --enable-htmldoc.
1484 Added more info in doc/README about XML commands to use.
1486 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1489 * Everything in the 'doc' subdirectory.
1491 XML source to generate man page & HTML documentation.
1493 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1496 * fvwm/colorset.c (parse_colorset):
1497 don't recompute sh, hi and fgsh if they were supplied in a previous
1498 colorset line. Fixes bug #3359.
1500 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1502 * fvwm/move_resize.c (DoSnapAttract):
1503 handle SnapGrid before SnapAttraction so that non-overlapping windows
1504 do not snap edge to edge:
1511 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1513 * fvwm/style.c (parse_and_set_window_style)
1514 (style_parse_one_style_option):
1515 don't warn about PositionPlacement arguments
1517 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1521 enties for ChangeWindowTitle patch by Julio Teca.
1523 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1525 * fvwm/fvwm.c (main):
1526 fixed ROOT CursorStyle context
1528 * fvwm/placement.c (__pl_manual_get_pos_simple):
1529 * fvwm/move_resize.h:
1530 * fvwm/move_resize.c (__move_loop):
1532 fixed long broken POSITION CursorStyle context
1534 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1536 * fvwm/bindings.c (ParseBinding):
1537 fix buffer overrun with >78 character window names.
1539 * fvwm/fvwm.1.in (PositionPlacement):
1542 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1543 * fvwm/style.c (style_parse_one_style_option):
1544 change BorderWidth and HandleWidth style to revert to default if no
1547 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1549 * fvwm/fvwm.h (style_flags):
1550 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1551 (__place_get_wm_pos):
1552 (__place_window, __explain_placement):
1553 * fvwm/style.c (style_parse_one_style_option):
1555 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1556 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1557 (DEFAULT_PLACEMENT_POSITION_STRING):
1560 * fvwm/move_resize.c (GetOnePositionArgument):
1561 added 'w' suffix to Move arguments
1562 allow multiple shifts from original position
1564 * fvwm/style.c (style_parse_one_style_option):
1567 * fvwm/placement.c (setup_window_placement)
1568 (__place_get_placement_flags):
1569 (__place_get_wm_pos):
1570 (__place_get_nowm_pos):
1572 (__place_handle_x_resources):
1573 (setup_window_placement):
1574 * fvwm/fvwm.h (PLACE_CENTER):
1576 replaced CenterPlacement with more flexibe PositionPlacement
1578 * fvwm/move_resize.c (GetMoveArguments):
1579 (GetResizeArguments):
1580 (GetResizeMoveArguments):
1582 * fvwm/move_resize.h:
1583 exported and enhanced function GetMoveArguments for use by placement
1586 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1588 * fvwm/ConfigFvwmDefaults:
1589 reenable MenuScroll on titles
1591 * fvwm/menubindings.c (menu_shortcuts):
1592 don't scroll menus if scrolling would be in the wrong direction
1594 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1596 * fvwm/move_resize.c (__resize_window):
1597 some resizing/gravity fixes
1598 properly handle maximized + shaded state when resizing
1601 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1603 * fvwm/move_resize.c (__resize_window):
1604 resizing of shaded windows work better.
1606 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1608 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1609 clarified previous patch
1611 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1612 documented '-' command prefix
1614 * fvwm/expand.c (__eae_parse_range):
1615 fix $[n-] and $[*] after unsigned int havoc
1617 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1620 * fvwm/ConfigFvwmMenuDefaults:
1622 * fvwm/ConfigFvwmDefaults:
1623 * fvwm/ConfigFvwmMenuDefaults:
1624 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1626 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1628 * fvwm/ConfigFvwmMenuDefaults:
1629 * fvwm/fvwm.c (SetRCDefaults):
1630 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1631 apply to menu item context.
1633 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1635 * fvwm/placement.c (placement_loop):
1636 (__pl_minoverlap_get_avoidance_penalty):
1637 (__pl_smart_get_first_pos):
1638 (__pl_smart_get_next_pos):
1639 (__pl_smart_test_window):
1640 (__pl_smart_get_pos_penalty):
1641 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1642 now less than ten lines of code.
1644 * fvwm/add_window.c (setup_placement_penalty):
1645 * fvwm/style.c (style_parse_one_style_option):
1646 allow to reset the placement penalties with !
1649 * fvwm/add_window.c (setup_placement_penalty):
1652 * fvwm/style.c (style_parse_one_style_option):
1653 put placement penalty array in a struct
1655 * fvwm/placement.c (__place_get_wm_pos):
1656 (__pl_clever_get_next_x):
1657 (__pl_clever_get_next_y):
1658 (__pl_clever_get_first_pos):
1659 (__pl_clever_get_next_pos):
1660 (__pl_clever_get_avoidance_penalty):
1661 (__pl_clever_get_pos_penalty):
1662 (__pl_minoverlap_get_next_x):
1663 (__pl_minoverlap_get_next_y):
1664 (__pl_minoverlap_get_first_pos):
1665 (__pl_minoverlap_get_next_pos):
1666 (__pl_minoverlap_get_avoidance_penalty):
1667 (__pl_minoverlap_get_pos_penalty):
1668 renamed ...clever... functions to ...minoverlap...
1671 * fvwm/decorations.c:
1672 * fvwm/menubindings.c:
1673 * fvwm/module_interface.c:
1674 * fvwm/module_list.c:
1676 * fvwm/module_list.h:
1678 * fvwm/module_interface.h:
1680 dont include "libs" in include path
1683 #includes from fvwm path with "..." not <...>
1686 #includes from library path with "..." not <...>
1688 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1693 documented new svg support
1696 added librsvg detection
1698 * fvwm/Makefile.am (LDADD, INCLUDES):
1699 added rsvg_LIBS, rsvg_CFLAGS
1701 * fvwm/expand.c (expand_vars_extended):
1702 new extended variables
1703 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1705 * fvwm/fvwm.1.in (OPTIONS):
1707 documented new svg support
1708 (COMMAND EXPANSION):
1709 documented new extended variables
1711 * fvwm/fvwm.c (setVersionInfo):
1713 added Frsvg_init() call
1718 * libs/Makefile.am (libfvwm_a_SOURCES):
1723 * libs/Picture.c (PCacheFvwmPicture):
1724 hid svgopts from isFileStampChanged()
1726 * libs/PictureBase.c (PictureFindImageFile):
1727 hid svgopts from searchPath()
1729 * libs/PictureBase.h:
1731 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1732 hid svgopts from setFileStamp()
1734 new svg image loader
1736 * libs/fvwmlib.c (flib_init_graphics):
1737 added Frsvg_init() call
1739 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1742 * fvwm/stack.c (__is_restack_needed)
1743 (is_transient_subtree_straight):
1745 fix crash when trying to restack destroyed window
1747 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1749 * libs/Makefile.am (libfvwm_a_SOURCES):
1752 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1753 * fvwm/menus.c (move_any_menu)
1754 set menu backgrounds before moving. Makes transparent menus move
1757 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1758 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1759 add update_transparent_menu_bg to allow set of transparent menu
1760 background before a move, and change repaint_transparent_menu to
1761 allow for not setting the menu background.
1763 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1764 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1765 transparent colorsets)
1766 (CreateOffsetBackgroundPixmap):
1767 use offset also for non transparent backgrounds.
1769 * fvwm/menubindings.c (menu_shortcuts):
1770 don't move menus on scroll if they don't move
1772 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1777 * fvwm/decorations.c:
1779 * fvwm/ewmh_events.c:
1780 * fvwm/ewmh_icons.c:
1785 * fvwm/menubindings.c:
1790 * fvwm/module_interface.c:
1791 * fvwm/module_list.c:
1794 * fvwm/windowlist.c:
1795 * fvwm/windowshade.c:
1800 * fvwm/conditional.c:
1807 * fvwm/add_window.c:
1809 * fvwm/move_resize.c:
1818 * fvwm/execcontext.c:
1820 * libs/CombineChars.c:
1828 * libs/FlocaleCharset.c:
1832 * libs/safemalloc.c:
1838 * libs/ColorUtils.c:
1840 * libs/PictureImageLoader.c:
1841 * libs/PictureGraphics.c:
1844 * libs/PictureUtils.c:
1846 * libs/PictureBase.c:
1847 use new header files
1853 * libs/ColorUtils.h:
1854 * libs/PictureBase.h:
1861 * libs/Makefile.am (libfvwm_a_SOURCES):
1862 moved declarations from fvwmlib.h to new/appropriate header files
1867 * fvwm/menus.c (paint_side_pic):
1868 fixed previous patch
1871 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1873 * fvwm/menus.c (paint_side_pic):
1876 * fvwm/menus.c (paint_side_pic):
1877 use simple expose information to redraw sidepics less.
1879 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1881 * fvwm/geometry.c (constrain_size):
1882 silence gcc 4.1.1 warning.
1884 * libs/System.c (searchPath):
1885 search in pwd if no path is given.
1886 return NULL if a file dosn't exist regardless if it's absolute path
1888 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1890 * fvwm/placement.c (__place_window)
1891 (__pl_under_mouse_get_pos_simple):
1892 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1894 new style option UnderMousePlacementHonorsStartsOnPage
1896 * fvwm/update.c (init_style):
1897 don't forget stickyness when a window goes fullscreen (or when some
1898 other style is changed)
1900 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1902 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1903 properly handle title direction with cascade placement
1905 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1908 * fvwm/placement.c (__pl_center_get_pos_simple):
1909 CenterPlacement properly handles Xinerama screens
1911 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1914 always substiture datarootdir
1916 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1918 * fvwm/add_window.c (GetWindowSizeHints):
1919 * fvwm/geometry.c (constrain_size):
1920 undefine macros after use
1922 reindented and cleaned up
1923 do not grow a window because of aspect ratio if this is not explicitly
1924 allowed by the CS_ROUND_UP flag
1926 (__cs_handle_aspect_ratio):
1927 broken into separate functions and cleaned up
1929 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1931 * fvwm/module_list.c (module_receive):
1932 (module_input_discard):
1933 allocate input data in just one call - better perfomance
1935 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1937 * fvwm/placement.c (__place_get_wm_pos):
1938 simplified to a simple loop
1939 (__explain_placement):
1940 added explanation of new placement styles
1942 * fvwm/placement.c (__place_get_wm_pos):
1944 (__pl_center_get_pos_simple):
1945 (__pl_under_mouse_get_pos_simple):
1946 (__pl_cascade_get_pos_simple):
1947 (__pl_manual_get_pos_simple):
1948 (__place_get_wm_pos):
1949 use new placement interface for CenterPlacement, UnderMousePlacement,
1950 ManualPlacement, CascadePlacement
1952 * fvwm/placement.c (__sp_get_first_pos):
1953 (__sp_get_next_pos):
1954 (__sp_get_pos_penalty):
1955 (__place_get_wm_pos):
1956 use new placement interface for SmartPlacement
1961 don't use inline functions
1964 renamed function and generalized the placement interface to deal with
1965 any algorithm in the same way
1966 (__place_get_wm_pos):
1967 use new placement interface
1971 increased version to 2.5.22
1975 updated for 2.5.21 release
1977 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1979 * fvwm/read.h: Compile syntax error fix.
1981 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1983 * fvwm/placement.c (SmartPlacement):
1984 fixed broken SmartPlacement
1986 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1988 * fvwm/expand.c (expand_vars_extended):
1989 free allocated icon path
1991 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1999 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2002 * fvwm/fvwm.1.in (Scroll):
2003 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
2004 add interactive scrolling.
2006 * fvwm/stack.c (is_transient_subtree_straight):
2007 check first above the tree root, then beneth it.
2009 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
2011 * fvwm/module_interface.h
2012 * fvwm/module_interface.c (module_input_enqueue):
2013 (module_input_execute):
2014 new functions based on AddToCommandQueue and ExecuteModuleCommand
2016 * fvwm/module_list.c (CMD_ModuleSynchronous):
2018 * fvwm/events.c (My_XNextEvent):
2019 * fvwm/module_interface.c (ExecuteCommandQueue):
2020 using the above two new functions instead of AddToCommandQueue and
2021 ExecuteModuleCommand
2023 * fvwm/module_interface.c (cqueue_object_type):
2026 * fvwm/module_interface.h
2027 * fvwm/module_interface.c (AddToCommandQueue):
2028 (ExecuteModuleCommand):
2031 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2033 * fvwm/fvwm.h (window_style):
2034 * fvwm/style.c (style_parse_one_style_option):
2035 icon background relief and icon title relief changed to sigend char;
2036 should fix problem with ppc and negative values for these.
2038 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2040 * fvwm/module_list.h:
2041 * fvwm/module_list.c (module_receive):
2042 (module_input_discard):
2043 (module_input_expect):
2044 new functions to deal with module input
2046 * fvwm/module_list.h:
2047 * fvwm/module_list.c (HandleModuleInput):
2048 replaced by the above three functions
2050 * fvwm/events.c (My_XNextEvent):
2051 * fvwm/module_list.c (CMD_ModuleSynchronous):
2053 adapted to use the above three functions instead of HandleModuleInput
2055 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2057 * configure.ac (HAVE_PNG):
2058 don't mangle png_LIBS, use --with-png-library
2060 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2063 removed news about previous change after move of version-2_5_20 tag
2064 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2067 * fvwm/stack.c (__restack_window):
2068 fix so new transient windows with StackTransientParent on top layer
2069 don't make all windows raise above the pan frames.
2073 increased version to 2.5.21
2077 updated for 2.5.20 release
2079 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2081 * fvwm/fvwm.c (main):
2082 remove the call to module_init_list, the list head is instead set
2083 to NULL upon declaration
2085 * fvwm/module_list.h:
2086 * fvwm/module_list.c (module_init_list):
2089 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2091 * fvwm/stack.c (is_transient_subtree_straight)
2092 (is_transient_subtree_stack_straight):
2093 use <= 32 character function name
2094 (mark_transient_subtree, is_transient_subtree_straight)
2095 (__mark_transient_subtree_test):
2096 move common tests to function to avoid code duplication
2098 * fvwm/fvwm.1.in (IconifyWindowGroups):
2099 Correctly document that windows are iconified together if the are in
2100 the same window group, not if the group leader is iconified.
2102 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2104 * fvwm/add_window.c (GetWindowSizeHints):
2105 * libs/vpacket.h (ConfigWinPacket):
2106 * fvwm/module_interface.c (CONFIGARGS):
2107 * fvwm/fvwm.h (FvwmWindow):
2108 add orig_hints_width_inc and orig_hints_height_inc values to store the
2109 original resize inc for use in FvwmIdent
2112 * fvwm/style.c (style_parse_one_style_option):
2113 deprecated some "No..." styles
2114 (style_parse_one_style_option):
2115 add a NoResizeHintOverride style
2117 * fvwm/add_window.c (GetWindowSizeHints):
2118 only ignore the min_width/min_height/max_width/max_height with the
2119 ResizeHintOverride style
2121 * fvwm/icons.c (DeIconify):
2122 corrected previous fix
2124 * fvwm/placement.c (CleverPlacement):
2126 (__place_get_wm_pos):
2127 (__place_get_nowm_pos):
2129 fixed smart placement
2130 unified placement func interface
2132 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2135 * fvwm/icons.c (DeIconify):
2138 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2139 fix detection of non needed lower operations
2141 BroadcastRestack to modules even if non is done. (To cancel effect of
2142 already sent M_RAISE/M_LOWER)
2143 don't do raise hacks if no restack was done.
2145 * fvwm/fvwm.h (FvwmWindow):
2146 icon_nalloc_pixels is int instead of unsined int
2148 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2149 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2150 use int instead of unsigned int.
2152 * fvwm/menugeometry.c (menu_get_geometry)
2153 (menu_get_outer_geometry):
2154 * fvwm/focus.c (CMD_WarpToWindow):
2155 * fvwm/geometry.c (get_title_button_geometry):
2156 * fvwm/session.c (SaveWindowStates):
2157 * fvwm/conditional.c (CMD_WindowId):
2158 * fvwm/placement.c (__place_get_wm_pos):
2159 * fvwm/frame.c (frame_create_move_resize_args):
2160 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2161 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2162 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2163 * fvwm/style.c (style_parse_icon_box_style):
2164 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2165 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2167 * fvwm/events.c (HandlePropertyNotify)
2168 (__is_bpress_window_handled):
2169 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2171 fix geometry signed pointer warnings
2173 * libs/Graphics.c (CalculateGradientDimensions):
2174 cast pointer to unsigned int*
2176 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2177 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2178 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2179 change unsigned int* parameter to int*. It get's info stored in an
2180 unsigned short, so it should be OK.
2184 JunkMask is unsigned
2186 * fvwm/stack.c (__mark_group_member)
2187 (is_transient_subtree_stacked_straight, __is_restack_needed)
2188 (__restack_window, mark_transient_subtree):
2189 don't raise or lower windows if they are already at the right place.
2191 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2193 * fvwm/module_interface.c (struct cqueue_object_type):
2194 * fvwm/module_list.h (struct fmodule_input):
2195 reused cqueue_object_type as a struct to store module input data
2196 renamed it to fmodule_input and moved it to module_list.h
2197 typedef'ed it to cqueue_object_type in module_interface.c
2199 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2201 * fvwm/placement.c (__cp_get_next_x):
2203 (__cp_get_first_pos):
2204 (__cp_get_next_pos):
2205 (__cp_get_avoidance_penalty):
2208 restructured and cleaned up CleverPlacement code
2210 * fvwm/style.c (style_parse_icon_box_style):
2211 * fvwm/virtual.c (HandlePaging):
2212 * fvwm/stack.c (verify_stack_ring_consistency):
2213 (ResyncFvwmStackRing):
2215 * fvwm/read.c (cursor_control):
2216 * fvwm/placement.c (__place_get_wm_pos):
2217 * fvwm/move_resize.c (GetMoveArguments):
2218 (ParseOneResizeArgument):
2219 (GetResizeArguments):
2220 (GetResizeMoveArguments):
2221 (resize_move_window):
2222 (resize_move_window):
2233 (maximize_fvwm_window):
2237 * fvwm/menustyle.h (MenuStyle):
2238 * fvwm/menus.c (MenuSizingParameters):
2240 (paint_menu_gradient_background):
2241 (paint_menu_gradient_background):
2245 (pop_menu_down_and_repaint_parent):
2246 (__mloop_handle_action_without_mi):
2250 * fvwm/menuroot.h (MenuRootStatic):
2252 * fvwm/menuitem.h (MenuPaintItemParameters):
2253 * fvwm/menugeometry.h:
2254 * fvwm/menubindings.c (menu_shortcuts):
2255 * fvwm/icons.c (SetIconPixmapSize):
2257 (DrawIconTitleWindow):
2262 * fvwm/gnome.c (GNOME_GetHintIcons):
2263 * fvwm/functions.c (FvwmFunction):
2264 (__execute_function):
2266 (execute_complex_function):
2267 * fvwm/fvwm.c (JunkWidth):
2273 * fvwm/externs.h (JunkWidth):
2278 * fvwm/focus.c (CMD_WarpToWindow):
2279 * fvwm/expand.c (__eae_parse_range):
2280 (expand_args_extended):
2281 (expand_vars_extended):
2282 (expand_vars_extended):
2283 * fvwm/ewmh_names.c (EWMH_WMIconName):
2285 * fvwm/ewmh_intern.h:
2286 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2287 (EWMH_DoUpdateWmIcon):
2288 (ewmh_SetWmIconFromPixmap):
2289 (ewmh_SetWmIconFromPixmap):
2290 (EWMH_DeleteWmIcon):
2293 (EWMH_SetIconFromWMIcon):
2294 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2296 (ewmh_WMIconGeometry):
2299 * fvwm/ewmh.c (ewmh_ChangeProperty):
2300 (ewmh_ChangeProperty):
2302 (ewmh_AtomGetByName):
2303 (ewmh_AddToKdeSysTray):
2304 (EWMH_GetWorkAreaIntersection):
2305 (ewmh_HandleWindowType):
2306 (ewmh_check_wm_pid):
2307 * fvwm/geometry.c (constrain_size):
2309 * fvwm/events.c (__handle_cr_on_client):
2312 * libs/PictureImageLoader.c:
2313 * libs/PictureImageLoader.h:
2316 * libs/Graphics.c (ParseGradient):
2317 (CalculateGradientDimensions):
2318 (CreateGradientPixmap):
2319 (CreateGradientPixmapFromString):
2320 * fvwm/colorset.c (update_root_pixmap):
2321 * fvwm/builtins.c (CMD_Echo):
2323 * fvwm/add_window.c (AddWindow):
2324 * fvwm/screen.h (DecorFace):
2325 use int instead of unsigned int
2327 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2328 * fvwm/colormaps.c (EnterSubWindowColormap):
2329 (LeaveSubWindowColormap):
2330 (FetchWmColormapWindows):
2332 * libs/CombineChars.c (char_combclass):
2333 use short instead of short int
2334 use long instead of long int
2336 * libs/PictureBase.h (FvwmPictureAttributes):
2337 (FvwmRenderAttributes):
2338 * libs/Flocale.h (FlocaleFont):
2339 * fvwm/style.c (style_parse_icon_grid_style):
2340 * fvwm/menus.c (size_menu_horizontally):
2341 (size_menu_vertically):
2344 * fvwm/menuitem.c (menuitem_paint):
2346 * fvwm/menuitem.h (MenuItem):
2347 * fvwm/geometry.c (set_window_border_size):
2348 * fvwm/decorations.c (SelectDecor):
2349 use int instead of short
2351 * fvwm/screen.h (FvwmAcs):
2353 * fvwm/menus.c (MenuSizingParameters):
2354 (size_menu_horizontally):
2356 (paint_menu_gradient_background):
2357 * fvwm/menuroot.h (MenuRootStatic):
2358 * fvwm/menuitem.h (MenuItem):
2359 (MenuItemPartSizesT):
2360 * fvwm/menuitem.c (menuitem_get_size):
2361 * fvwm/menudim.h (MenuDimensions):
2362 use int instead of unsigned short
2364 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2367 * libs/gravity.c (gravity_move_resize_parent_child):
2369 * fvwm/frame.c (mr_args_internal):
2370 (frame_setup_border):
2371 (frame_setup_titlebar):
2372 (frame_get_resize_decor_gravities):
2373 (frame_get_titlebar_dimensions):
2374 use rectangle instead of signed_rectangle
2376 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2377 * libs/fvwmrect.h (signed_rectangle):
2381 widht and height are now signed values
2383 * fvwm/placement.c (get_next_x):
2391 * fvwm/placement.c (get_next_x):
2397 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2400 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2401 StickyAcrossDesksIcon.
2403 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2405 * fvwm/conditional.c (CreateConditionMask):
2406 added conditions StickyIcon, StickyAcrossPagesIcon and
2407 StickyAcrossDesksIcon.
2410 documented new conditional tests.
2411 removed descriptions of styles StickyIconPage & StickyIconDesk which
2412 actually don't exists in fvwm.
2413 moved StickyIcon/SlipperyIcon descriptions immediately after
2414 Sticky/Slippery description.
2416 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2418 * fvwm/placement.c (SmartPlacemen):
2420 cleaned up SmartPlacement code
2422 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2424 * fvwm/ConfigFvwmMenuDefaults:
2425 Mouse 0 MS A MenuLeaveSubmenu instead.
2427 * fvwm/ConfigFvwmMenuDefaults:
2428 Mouse 0 MS A MenuClose to make sidepic and border behave as
2429 before menu bindings.
2432 * libs/wcontext.h (enum):
2433 * fvwm/menubindings.c (menu_binding):
2435 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2437 * fvwm/menustyle.c (menustyle_parse_old_style):
2438 add a message of deprecation.
2440 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2442 * fvwm/module_list.h:
2443 * fvwm/module_list.c:
2444 new files for module handling code.
2446 * fvwm/module_list.h:
2447 * fvwm/module_interface.h:
2448 * fvwm/module_list.c:
2449 * fvwm/module_interface.c:
2450 (struct mqueue_object_type):
2461 (do_execute_module):
2462 (executeModuleDesperate):
2464 (CMD_ModuleListenOnly):
2465 (CMD_ModuleSynchronous):
2466 (HandleModuleInput):
2472 (DeleteMessageQueueBuff):
2473 (FlushMessageQueue):
2474 (FlushAllMessageQueues):
2476 (CMD_set_sync_mask):
2477 (CMD_set_nograb_mask):
2478 (skipModuleAliasToken):
2480 (struct msg_masks_t):
2482 moved from module_interface.c/h to module_list.c/h
2484 * fvwm/module_list.h (do_execute_module):
2485 * fvwm/module_interface.h (AddToCommandQueue):
2486 (ExecuteModuleCommand):
2487 initialy static functions are exposed for now. Should be fixed soon.
2490 added module_list.h and module_list.c
2491 reorganized the c files by size
2493 * fvwm/module_list.h:
2494 * fvwm/module_list.c:
2507 renamed functions to a unified style
2509 * fvwm/module_interface.h:
2510 * fvwm/module_interface.c:
2516 * fvwm/windowshade.c:
2518 * fvwm/move_resize.c:
2519 include file cleanup
2521 * fvwm/module_list.c (do_execute_module):
2522 made absolutely sure the module's read fd is >=0 before inserting
2523 the module on the list
2525 * fvwm/events.c (My_XNextEvent):
2526 * fvwm/module_list.c (PositiveWrite):
2527 (CMD_ModuleSynchronous):
2528 assume module read fd is allways >=0 (remove the tests)
2530 * fvwm/module_list.c (module_free):
2531 no need to test if fd >=0 when closing the pipes.
2533 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2535 * fvwm/menuitem.c (draw_higlight_background):
2536 fix x-origin of HGradients
2538 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2540 * fvwm/module_interface.c (FlushMessageQueues):
2541 fixed not flushing the first module on the list
2543 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2545 * libs/Flocale.c (FlocaleGetFftFont):
2546 add sanity check for NULL fontname.
2550 * fvwm/menuitem.c (menuitem_paint):
2551 (draw_hilight_background):
2552 make all kinds of pixmaps work with hilight background
2554 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2555 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2556 (CreateBackgroundPixmap):
2557 added CreateOffsetBackgroundPixmap with the ability to create
2558 transparent images at an offset relative to the window.
2560 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2562 * fvwm/menus.c (__mloop_exit):
2565 (__mloop_handle_event):
2566 don't warp to parent item when entering other item with mouse.
2570 * fvwm/menustyle.c (menustyle_update):
2571 make use of colorset TiledPixmap option with HiglightBack
2572 and HiglightTitleBack menu styles.
2574 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2579 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2581 * libs/FScreen.c (FScreenParseGeometry):
2582 don't look up screen info if screen is undefined
2584 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2588 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2590 * libs/fio.c (fvwm_send):
2593 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2598 new utility files to wrap writing/reading standard lib functions that
2599 might be interrupted
2601 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2603 * fvwm/ewmh_intern.h:
2604 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2605 instead of <time.h>.
2607 * fvwm/windowlist.h:
2608 removed unneeded file.
2611 removed windowlist.h from build list.
2613 * libs/PictureUtils.c:
2614 include "ftime.h" instead of <time.h>.
2615 fvwmlib.h header name should be in double quotes not in angle
2619 include "ftime.h" instead of <sys/time.h>.
2621 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2624 make my email less spider-friendly
2626 * fvwm/bindings.c (binding_cmd):
2630 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2632 * fvwm/screen.h (ScreenInfo):
2633 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2634 casting signed values in calculations to be cast to unsigned
2636 * fvwm/focus.c (__activate_window_by_command):
2637 don't warp the viewport if the center of the window is already in view
2638 fixed a bug in window positioning
2640 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2643 FvwmIconBox IconColorset's bg wasn't updated immediately.
2645 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2647 * fvwm/fvwm.c (main):
2648 close all open fds upon startup
2649 reopen stdin, stdout and stderr if necessary
2653 * fvwm/module_interface.c (do_execute_module):
2654 simplified error handling
2655 check maximum fd when creating modules
2657 * fvwm/events.c (My_XNextEvent):
2658 * fvwm/fvwm.c (main):
2659 replaced fd_width with fvwmlib_max_fd
2662 * libs/System.c (fvwmlib_init_max_fd):
2663 added function and fvwmlib_max_fd
2665 * fvwm/events.c (My_XNextEvent):
2666 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2667 switch back to using FD_SET
2669 * fvwm/events.c (My_XNextEvent:
2670 * fvwm/module_interface.h:
2671 * fvwm/module_interface.c:
2672 hide module structure members with access macros and use them
2675 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2677 * fvwm/module_interface.c (module_add_to_fdsets):
2678 * fvwm/module_interface.h:
2679 created new function that also checks for too many open fds
2681 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2682 * fvwm/events.c (My_XNextEvent):
2683 now using module_add_to_fdset to add pipes to the fdsets
2685 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2687 * libs/defaults.h (MAX_NUM_MODULES):
2688 * fvwm/module_interface.c (module_alloc):
2689 (do_execute_module):
2690 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2692 * fvwm/module_interface.c (do_execute_module):
2693 moved the allocation call to the end of the sanity checks and pipe
2694 creation - better for performance
2696 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2698 END MODULE STRUCT PATCHES
2700 * fvwm/module_interface.c (do_execute_module):
2701 fixed another memory leak
2703 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2705 * fvwm/module_interface.h:
2706 * fvwm/module_interface.c:
2708 renamed struct module member "pipeName" and "pipeAlias" to "name"
2711 * fvwm/module_interface.c (do_execute_module):
2712 fixed possible memory leak
2714 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2716 * fvwm/events.c (My_XNextEvent):
2717 * fvwm/module_interface.c (module_alloc):
2718 (do_execute_module):
2720 * fvwm/module_interface.h (fmodule):
2721 replaced int with a flag struct
2723 * fvwm/module_interface.h:
2724 * fvwm/events.c (My_XNextEvent):
2725 * fvwm/module_interface.c (module_alloc):
2729 add new modules at front of list again
2730 removed global variable init_fdset; use a flag in the module struct
2732 removed the now obsolete module slot count
2734 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2736 * fvwm/module_interface.c (module_remove):
2738 moved module remotion code to module_remove()
2740 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2742 * fvwm/events.c (My_XNextEvent):
2743 fixed startup commands
2745 * fvwm/module_interface.c (module_insert):
2749 append modules at end of list
2751 * fvwm/events.c (My_XNextEvent):
2754 * fvwm/module_interface.c (ExecuteModuleCommand):
2758 (BroadcastNewPacket):
2760 (BroadcastFvwmPicture):
2761 (BroadcastColorset):
2762 (BroadcastPropertyChange):
2763 (BroadcastConfigInfoString):
2765 (FlushAllMessageQueues):
2768 (CMD_set_sync_mask):
2769 (CMD_set_nograb_mask):
2771 (skipModuleAliasToken):
2772 use MAX_MODULE_ALIAS_LEN
2774 * fvwm/module_interface.c (KillModule):
2775 (do_execute_module):
2777 added a "slot" member to the module struct to fix the init_fdset hack
2780 * libs/defaults.h (MAX_NUM_MODULES):
2781 (MAX_MODULE_ALIAS_LEN):
2784 * fvwm/module_interface.c (do_execute_module):
2785 rewrote module struct initialization
2786 (HandleModuleInput):
2787 use %p to print module address, don't cast it to int
2789 * fvwm/module_interface.c (ClosePipes):
2797 * fvwm/module_interface.c (FreeModule):
2801 * fvwm/module_interface.c (KillModule):
2803 * fvwm/events.c (My_XNextEvent):
2804 * fvwm/execcontext.h:
2805 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2807 * fvwm/stack.c (BroadcastRestack):
2810 * fvwm/module_interface.c (module_get_next):
2811 * fvwm/module_interface.h:
2814 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2816 * fvwm/modconf.c (ModuleConfig):
2817 (SendConfigToModule):
2818 (send_xinerama_state):
2819 (send_desktop_names):
2820 (send_desktop_geometry):
2825 (send_move_threshold):
2826 (send_ignore_modifiers):
2827 (CMD_Send_ConfigInfo):
2828 * fvwm/functions.c (__execute_function):
2829 * fvwm/events.c (My_XNextEvent):
2830 * fvwm/module_interface.h (msg_masks_t):
2832 * fvwm/execcontext.c (__exc_change_context):
2833 (exc_create_null_context):
2834 * fvwm/execcontext.h:
2835 Initial module struct patches
2837 BEGIN MODULE STRUCT PATCHES
2839 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2841 * fvwm/events.c (HandleFocusOut):
2842 (__refocus_stolen_focus_win):
2843 (HandleEnterNotify):
2844 less disruptive way of restoring focus to the window it was stolen from
2846 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2848 * fvwm/events.c (HandleEnterNotify):
2849 restore focus to windows that had it stolen by
2850 unmanaged windows on enter of any unmanaged windows.
2852 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2854 * fvwm/menubindings.c:
2855 don't include menus.h
2857 * fvwm/ConfigFvwmMenuDefaults:
2858 all bindings are silent
2860 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2862 * fvwm/ConfigFvwmMenuDefaults:
2863 make all numpad keys silent -- not all keyboads have a numpad
2864 add KP_Separator for MenuClose
2866 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2869 documented missing menu bindings.
2871 * fvwm/ConfigFvwmMenuDefaults:
2872 fixed wrong menu bindings.
2874 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2876 * fvwm/menubindings.c:
2877 * fvwm/menubindings.h:
2881 * fvwm/menugeometry.c:
2882 * fvwm/menugeometry.h:
2888 * fvwm/move_resize.c:
2889 * fvwm/move_resize.h:
2890 * fvwm/windowlist.c:
2891 simplified including header files
2893 * fvwm/menus.c (__mloop_handle_event):
2894 * fvwm/menuparameters.h:
2895 * fvwm/menubindings.c (menu_shortcuts):
2896 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2898 * fvwm/menus.c (__mloop_handle_event):
2899 * fvwm/menuparameters.h:
2900 * fvwm/menubindings.c (menu_shortcuts):
2901 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2904 * fvwm/menus.h (MenuParameters):
2909 (MenuRepaintTransparentParameters):
2910 * fvwm/menuparameters.h (MenuParameters):
2915 (MenuRepaintTransparentParameters):
2916 moved to menuparameters.h
2918 * fvwm/menus.h (MenuRoot):
2921 * fvwm/menutypes.h (MenuRoot):
2926 * fvwm/menus.c (menu_get_geometry):
2927 (menu_get_outer_geometry):
2928 * fvwm/menugeometry.c (menu_get_geometry):
2929 (menu_get_outer_geometry):
2930 moved to menugeometry.c
2932 * fvwm/menuparameters.h:
2934 * fvwm/menugeometry.c:
2935 * fvwm/menugeometry.h:
2939 * fvwm/menubindings.h (enum):
2940 * fvwm/menus.c (enum):
2941 moved enum menu_shortcut_action to menubindings.h
2942 (get_selectable_item_index):
2943 (get_selectable_item_from_index):
2944 (get_selectable_item_from_section):
2945 (get_selectable_item_count):
2946 (parse_menu_action):
2947 moved to menubindings.c
2949 * fvwm/menus.c (enum):
2950 (parse_menu_action):
2952 renamed enum shortcut_action to menu_shortcut_action
2954 * fvwm/fvwm.c (SetRCDefaults):
2955 read default config file after all other defaults
2957 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2959 * fvwm/ConfigFvwmMenuDefaults:
2960 * fvwm/fvwm.c (SetRCDefaults):
2961 make the hard coded menu bindings load before ConfigFvwmDefaults
2962 move Mouse 0 ... to ConfigFvwmMenuDefaults
2964 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2966 * fvwm/ConfigFvwmMenuDefaults:
2967 * fvwm/fvwm.c (SetRCDefaults):
2968 added hard coded default menu bindings
2970 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2973 documentation fixes.
2975 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2978 * fvwm/menubindings.h:
2979 * fvwm/menubindings.c:
2983 moved new menu binding code to menubindings.c, menubindings.h
2984 split binding into a regular list and a fallback list that can not be
2987 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2988 fixed calculation of new geometry if x or y is negative
2990 * fvwm/geometry.c (maximize_adjust_offset):
2991 fixed calculations of normal geometry when maximized
2993 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2996 * fvwm/ConfigFvwmMenuDefaults:
2997 * fvwm/fvwm.c (SetRCDefaults):
2998 * fvwm/menus.c (parse_menu_action):
3000 rename menu action to menu bindings and make menu binding commands
3001 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
3002 ensure basic function with ConfigFvwmMenuDefaults missing.
3004 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3006 * fvwm/menus.c (menuShortcuts):
3007 fixed compiler warning.
3009 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3012 corrected mis-spelling
3018 * fvwm/menus.c (handle_emacs_bindings):
3021 (__mloop_handle_event):
3023 * fvwm/bindings.c (ParseBinding):
3024 * fvwm/Makefile.am (config_DATA):
3025 * fvwm/ConfigFvwmDefaults:
3026 * fvwm/ConfigFvwmMenuDefaults:
3027 fully configurable mouse any key bindings for menu navigation.
3029 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3031 * fvwm/virtual.c (HandlePaging):
3032 removed bogus comment
3034 * fvwm/move_resize.c (__move_loop):
3037 allow paging during resize with "EdgeScroll 0 0" as documented in the
3039 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3041 * fvwm/fvwm.h (FvwmWindow):
3042 * fvwm/add_window.c (AddWindow):
3043 * fvwm/add_window.c (setup_frame_window):
3044 * fvwm/add_window.c (setup_parent_window)
3045 * fvwm/borders.c (border_draw_decorations):
3046 * fvwm/borders.c (border_draw_one_border_part):
3047 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3048 * fvwm/borders.c (border_get_titlebar_descr)
3049 * fvwm/builtins.c (__remove_window_decors):
3050 * fvwm/conditional.c (MatchesConditionMask):
3051 * fvwm/events.c (HandleMapNotify):
3052 * fvwm/events.c (HandleMapRequestKeepRaised)
3053 * fvwm/events.c (HandlePropertyNotify):
3054 * fvwm/events.c (HandleShapeNotify):
3055 * fvwm/events.c (__cr_detect_icccm_move)
3056 * fvwm/events.c (__cr_get_grav_position):
3057 * fvwm/events.c (__cr_get_static_position)
3058 * fvwm/events.c (__handle_configure_request)
3059 * fvwm/events.c (__handle_cr_on_client):
3060 * fvwm/ewmh.c (EWMH_fullscreen):
3061 * fvwm/focus.c (__activate_window_by_command):
3062 * fvwm/focus.c (__set_focus_to_fwin):
3063 * fvwm/focus.c (warp_to_fvwm_window):
3064 * fvwm/frame.c (__frame_setup_window):
3065 * fvwm/frame.c (frame_create_move_resize_args)
3066 * fvwm/frame.c (frame_free_move_resize_args):
3067 * fvwm/frame.c (frame_move_resize_step)
3068 * fvwm/frame.c (frame_reshape_border):
3069 * fvwm/geometry.c (constrain_size):
3070 * fvwm/geometry.c (get_icon_corner)
3071 * fvwm/geometry.c (get_page_offset):
3072 * fvwm/geometry.c (get_page_offset_check_visible):
3073 * fvwm/geometry.c (get_shaded_client_window_pos):
3074 * fvwm/geometry.c (get_title_button_geometry):
3075 * fvwm/geometry.c (get_title_geometry)
3076 * fvwm/geometry.c (get_unshaded_geometry):
3077 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3078 * fvwm/geometry.c (gravity_constrain_size):
3079 * fvwm/geometry.c (maximize_adjust_offset):
3080 * fvwm/geometry.c (update_absolute_geometry):
3081 * fvwm/geometry.c (update_relative_geometry)
3082 * fvwm/gnome.c (GNOME_SetWinArea):
3083 * fvwm/icons.c (AutoPlaceIcon):
3084 * fvwm/icons.c (DeIconify):
3085 * fvwm/icons.c (Iconify):
3086 * fvwm/module_interface.c (CONFIGARGS):
3087 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3088 * fvwm/move_resize.c (CMD_Maximize):
3089 * fvwm/move_resize.c (CMD_ResizeMaximize):
3090 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3091 * fvwm/move_resize.c (__move_loop):
3092 * fvwm/move_resize.c (__move_window):
3093 * fvwm/move_resize.c (__resize_window):
3094 * fvwm/move_resize.c (maximize_fvwm_window):
3095 * fvwm/move_resize.c (resize_move_window):
3096 * fvwm/move_resize.c (stick_across_pages):
3097 * fvwm/move_resize.c (unmaximize_fvwm_window):
3098 * fvwm/placement.c (__explain_placement):
3099 * fvwm/placement.c (__place_get_wm_pos):
3100 * fvwm/placement.c (get_next_x):
3101 * fvwm/placement.c (get_next_y):
3102 * fvwm/placement.c (test_fit)
3103 * fvwm/session.c (MatchWinToSM):
3104 * fvwm/session.c (SaveWindowStates):
3105 * fvwm/update.c (apply_window_updates):
3106 * fvwm/virtual.c (MoveViewport):
3107 * fvwm/windowlist.c (CMD_WindowList):
3108 * fvwm/windowshade.c (CMD_WindowShade):
3109 put some of the window geometry members into a separate struct window_g
3110 with members frame, normal, max, max_defect, max_offset
3112 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3116 * fvwm/window_flags.h:
3118 * fvwm/style.c (style_parse_one_style_option):
3119 * fvwm/icons.c (DrawIconTitleWindow):
3120 * fvwm/fvwm.h (common_flags_t):
3121 * fvwm/fvwm.1.in (Style):
3123 (border_draw_title_stick_lines):
3124 Applied Stippled patch by Thomas Adam with some fixes.
3126 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3129 FvwmWinList button/list syncronization fixed (bug #1393)
3131 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3139 updated for 2.5.19 release
3142 updated after 2.4.20 release
3145 * fvwm/focus.c (focus_get_fpol_context_flag):
3146 * fvwm/events.c (__check_click_to_focus_or_raise)
3147 (__handle_click_to_focus):
3148 Treat EWMH desktop as client window under click to focus. (#1492)
3150 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3152 * libs/Module.h (MX_REPLY):
3153 (MAX_EXTENDED_MESSAGES):
3155 * fvwm/module_interface.c (CMD_Send_Reply):
3156 * fvwm/functable.c (func_table):
3158 Added Send_Reply module only command.
3160 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3162 * libs/PictureUtils.c (init_static_colors_table):
3163 fix fvwm for < 8 bit depth, bug #1677
3165 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3167 * fvwm/misc.c (IsRectangleOnThisPage):
3168 new fix for signedness problems.
3170 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3172 * fvwm/misc.c (IsRectangleOnThisPage):
3173 fix signedness problem with test introduced by gcc4 fix below.
3175 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3177 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3181 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3182 * libs/gravity.h (gravity_move_resize_parent_child):
3183 * libs/gravity.c (gravity_move_resize_parent_child):
3184 * fvwm/frame.h (frame_get_titlebar_dimensions)
3185 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3186 (frame_get_resize_decor_gravities):
3188 (frame_setup_border):
3189 (frame_setup_titlebar)
3190 (frame_get_resize_decor_gravities):
3191 (frame_get_titlebar_dimensions):
3192 split rectangle into a signed size and an unsigned size type.
3194 * fvwm/screen.h (ScreenInfo):
3195 * libs/FScreen.h (FScreenGetScrRect):
3196 (FScreenGetResistanceRect):
3197 * libs/FScreen.c (XineramaScreenInfo):
3198 (FScreenGetGeometry)
3199 (FScreenGetScrRect):
3200 (FScreenClipToScreen):
3201 (FScreenCenterOnScreen)
3202 (FScreenGetResistanceRect):
3203 (FScreenIsRectangleOnScreen):
3204 * fvwm/fvwm.h (FvwmWindow):
3205 * fvwm/screen.h (DecorFace):
3206 * libs/fvwmlib.h (CreateGradientPixmap):
3207 * libs/Graphics.c (CreateGradientPixmap):
3208 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3209 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3210 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3211 (PImageLoadPixmapFromFile):
3212 (PImageLoadPixmapFromXpmData):
3213 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3214 (PImageCreatePixmapFromArgbData):
3215 (PImageLoadPixmapFromFile)
3216 (PImageLoadFvwmPictureFromFile):
3217 (PImageLoadPixmapFromXpmData):
3218 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3219 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3220 (EWMH_SetIconFromWMIcon):
3221 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3222 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3223 * fvwm/colorset.c (parse_colorset):
3224 * fvwm/icons.c (DrawIconTitleWindow):
3227 * fvwm/menus.h (MenuRootDynamic):
3228 * fvwm/menus.c (update_menu):
3232 * fvwm/move_resize.c (GetMoveArguments):
3233 (ParseOneResizeArgument)
3234 (GetResizeArguments):
3235 (GetResizeMoveArguments):
3239 change dimensions and allocation counts to unsigned types.
3241 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3242 (FlocaleStringByteToCharOffset):
3243 (FlocaleStringCharToByteOffset)
3244 (FlocaleStringCharLength)
3245 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3246 (FlocaleStringByteToCharOffset):
3247 (FlocaleStringCharToByteOffset)
3248 (FlocaleStringCharLength):
3249 (FlocaleUtf8ToUnicodeStr2b)
3250 (FlocaleStringToString2b):
3251 (FlocaleEncodeString):
3252 * libs/Ficonv.c (convert_charsets):
3253 change most string types to char* from unsigned char* to match
3254 with system headers without casts.
3256 * libs/Flocale.c (FlocaleLoadFont):
3257 init shadow_dir to make gcc 4 happy.
3259 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3260 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3261 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3262 (CSETS_IS_TRANSPARENT_PR_PURE):
3263 (CSETS_IS_TRANSPARENT_ROOT)
3264 (CSETS_IS_TRANSPARENT):
3265 compare pointer with NULL, not >= 0.
3267 * libs/FTips.h (ftips_position_t):
3268 * fvwm/expand.c (partial_extended_vars):
3269 * fvwm/placement.c (preason_screen_t):
3270 remove comma last in enums.
3272 * fvwm/style.c (style_parse_focus_policy_style):
3273 change 0xffffffff to ~0 to silience truncation warning.
3275 * fvwm/session.h (mwtsm_state_args):
3276 make flags unsigned.
3278 * fvwm/schedule.c (sq_object_type):
3279 change // to /* ... */
3281 * libs/Fft.c (FftGetFontWidths):
3283 * libs/FScreen.c (FScreenConfigureSLSScreens):
3284 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3285 (EWMH_SetDesktopNames):
3286 * fvwm/fvwm.c (LoadDefaultLeftButton):
3287 (LoadDefaultRightButton):
3288 * fvwm/builtins.c (ReadDecorFace):
3290 silence signedness warnings by casts.
3292 * fvwm/borders.c (ROTATE_RECTANGLE):
3293 make sure tr is initialized.
3295 * fvwm/add_window.c (FetchWmProtocols):
3296 use unsigned type for l_protocols.
3298 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3300 * fvwm/events.c (HandleFocusIn):
3302 * fvwm/focus.c (__set_focus_to_fwin):
3303 fix focus decoration when unmanaged are focused, unless
3304 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3306 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3308 * fvwm/geometry.c (constrain_size):
3309 repeat aspect-resizing in a loop to get a stable result that does not
3310 change the next time the frame is set up
3312 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3316 increased version to 2.5.19
3321 updated for 2.5.18 release
3323 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3326 removed the unused test for imlib
3327 removed the Imlib.h header from gdk_imlib test programs
3329 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3331 * fvwm/ewmh.c (atom_get):
3332 fix offset and length args for XGetWindowProperty() (to support 64bit
3335 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3337 * fvwm/events.c (HandleUnmapNotify):
3338 immediately handle MapRequests after unmapping a window while we still
3339 have the context fvwm window; this is necessary to allow the client to
3340 re-map a window before fvwm can reparent it to the root window
3341 (HandleMapRequestKeepRaised):
3344 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3346 * fvwm/ewmh.c (ewmh_HandleDesktop):
3347 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3350 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3354 * fvwm/decorations.c:
3355 fix offset and length args for XGetWindowProperty() (to support 64bit
3358 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3361 * fvwm/expand.c (expand_vars_extended):
3362 correctly expand break.
3363 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3366 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3368 * fvwm/decorations.h (is_function_allowed):
3369 * fvwm/decorations.c (__is_resize_allowed):
3370 (is_function_allowed):
3371 work on 'const FvwmWindow *'
3373 * fvwm/fvwm.h (action_flags):
3374 * fvwm/style.c (check_window_style_change):
3375 * fvwm/module_interface.c (__get_allowed_actions)
3377 * libs/vpacket.h (ConfigWinPacket):
3378 expose fvwm allowed actions to modules
3380 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3382 * fvwm/move_resize.c (__move_icon):
3383 *do* map icon windows for pictured icons on move, but only if they end
3384 up on the current desk
3386 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3388 * fvwm/move_resize.c (__move_icon):
3389 don't map icon windows for pictured icons on move
3391 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3393 * fvwm/style.c (remove_all_of_style_from_list):
3394 (__simplify_style_list):
3399 (style_ids_are_equal):
3400 (style_id_equals_id)
3401 (styles_have_same_id):
3403 (one_fw_can_match_both_ids):
3404 (check_window_style_change):
3405 use int/0/1 instead of Bool/False/True
3407 * fvwm/move_resize.c (stick_across_pages):
3408 use False instead of FALSE
3410 * fvwm/style.c (fw_match_style_id):
3411 * fvwm/read.c (run_command_file):
3413 * fvwm/add_window.c (MappedNotOverride):
3414 * libs/wild.c (matchWildcards):
3415 use 0 and 1 instead of FALSE and TRUE
3418 removed TRUE and FALSE
3420 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3423 FvwmPager !IconTitle style bugfix.
3425 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3428 Updated description of Wait command in man page.
3430 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3432 * libs/Flocale.c (FlocaleFontStructDrawString)
3433 (FlocaleRotateDrawString):
3434 (FlocaleDrawString):
3435 fixed drawing of forecolor/hilightfore
3437 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3438 always unmaximize and resize window when leaving fullscreen state,
3439 not just if it did not start as fullscreen
3441 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3443 * fvwm/fvwm.1.in (MenuStyle):
3444 added a reference to the prefered ! style negation flag,
3445 and listed the other deprecated negative forms in one place.
3448 (AutomaticHotkeysOff):
3451 changed to the ! negation form and listed as deprecated.
3453 removed relics from the man page
3455 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3459 increased version to 2.5.18
3464 updated for 2.5.17 release
3466 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3468 * fvwm/move_resize.c (__move_window):
3469 allow moving a window without an icon while it's iconified based on the
3472 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3474 * fvwm/menustyle.c (menustyle_copy):
3475 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3477 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3480 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3481 changed the manpage to reflect the prefered style negation method,
3482 that is, using the !* negation sign.
3484 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3486 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3487 removed documentation of filters.
3490 * fvwm/expand.c (check_first_filter):
3492 (expand_args_extended):
3493 (expand_vars_extended):
3495 removed variable filter implementation and backslash-escaping.
3497 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3500 News blurb for variable filters and backslash-escaping.
3502 documentation of variable filters.
3504 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3506 * fvwm/expand.c (chec):
3509 (expand_args_extended):
3510 (expand_vars_extended):
3512 implemented variable filters.
3514 * fvwm/expand.c (expand_vars):
3515 made backslash work as escape character within extended variables.
3517 * libs/Strings.h (QuoteEscapeString):
3518 (QuoteEscapeStringLength):
3519 * libs/Strings.c (QuoteEscapeString):
3520 (QuoteEscapeStringLength):
3521 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3524 * fvwm/expand.c (expand_args_extended):
3525 make upper limit inclusive.
3527 * fvwm/functions.c (__execute_function):
3528 Changed PeekToken to GetNextToken before expand_vars call.
3531 updated documentation regarding quoting in expand_args_extended
3533 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3535 * fvwm/expand.c (__eae_parse_range):
3536 reject everything that does not begin with a digit
3538 * libs/Parse.c (SkipNTokens):
3539 stop skipping tokens at the end of input
3541 * fvwm/expand.c (__eae_parse_range):
3545 (__eae_parse_range):
3546 fixed parsing of $[n-]
3548 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3550 * fvwm/expand.c (expand_args_extended):
3552 added range check for positional parameters
3553 (expand_args_extended):
3554 (__eae_parse_range):
3555 cleaned up and simplified parsing code
3556 properly unquote arguments when expanding
3557 removed the patch below
3559 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3561 * fvwm/expand.c (expand_args_extended):
3562 removed range check for positional parameters
3563 make single arguments not use the 'upper' variable
3564 changed back to PeekToken for single arguemnts.
3565 improved some comments.
3567 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3569 * fvwm/expand.c (expand_args_extended):
3570 Fix segfault when called with a tokenless string for single arguments.
3572 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3574 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3575 Reported by Serge Koksharov.
3577 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3579 * fvwm/placement.c (__explain_placement):
3580 print initial size of window too
3582 * libs/Makefile.am (libfvwm_a_SOURCES):
3583 * libs/fvwm_sys_stat.h:
3587 added O_NOFOLLOW replacement and always include fcntl.h
3589 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3591 Added DV's mailing-list comments about how PeekToken & GetNextToken
3592 work as comments to the source code. (slightly modified)
3594 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3596 * fvwm/schedule.c (CMD_Schedule):
3597 Fixed parsing of "Periodic" option.
3599 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3602 Fix for tempfile vulnerabilities in FvwmCommand.
3604 Added check for lstat.
3606 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3611 Added "Periodic" option to Schedule command.
3613 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3615 * fvwm/module_interface.c (KillModule):
3620 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3622 * fvwm/fvwm.c (main):
3623 changed the -blackout warning to say it will be removed in 3.0
3625 * fvwm/fvwm.1.in (-blackout):
3626 updated the manual regarding the future remotion of -blackout
3628 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3632 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3634 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3636 *libs/alloca.c (DEBUG_I00FUNC)
3637 removed old debug code
3639 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3642 removed the old unused file
3644 * libs/Makefile.am (libfvwm_a_SOURCES):
3645 removed the reference to debug.c
3648 removed the code related to libs/debug.c
3650 * fvwm/module_interface.c (make_named_packet)
3651 removed the #if 0'ed debug code related to debug.c
3653 fvwm/focus.h (DEBUG_FOCUS)
3654 removed the #ifdef'ed to 0 debug code related to debug.c
3657 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3659 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3660 removed useles definition.
3662 * modules/FvwmPager/FvwmPager.c (main):
3664 removed most of the debug code.
3665 changed termination debug to use 'isTerminated' instead of
3666 'debug_term_signal'.
3667 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3670 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3671 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3673 removed unused debug_term_signal.
3675 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3678 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3679 stdio's getline; news entry.
3681 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3684 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3685 (do_execute_module):
3689 * fvwm/commands.h (enum):
3690 * fvwm/functable.c (func_table):
3691 new command ModuleListenOnly
3693 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3695 * fvwm/move_resize.c (__move_loop):
3696 make sure a window is snapped in __move_loop when a button is released
3697 if it was snapped before
3699 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3701 * fvwm/expand.c (expand_vars_extended):
3702 convert function to have a single return point; this is good to
3703 implement doc/todo-vars filters in the future;
3704 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3705 to behave like deprecated $n, $c and $r, i.e. quote them
3707 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3710 multiple minor tweaks: remove trailing spaces and other
3711 re-spacing and re-indenting, remove old "#if 0" code
3713 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3715 * fvwm/move_resize.c (ParseOneResizeArgument):
3716 rewrote parsing of resize arguments
3717 new prefix 'w' for resizing
3719 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3721 * fvwm/conditional.c (MatchesConditionMask):
3722 fixed handling of some conditions (iconifiable, fixed, ...)
3724 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3729 * fvwm/conditional.c:
3730 Output an error message if an unrecognised conditional is used
3731 with the Test or TestRc commands.
3733 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3735 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3736 do not map hide windows if their width or height is zero
3738 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3740 * fvwm/ewmh_events.c:
3743 * libs/FlocaleCharset.c:
3747 corrected typos in warning messages
3750 * libs/PictureGraphics.c:
3751 * libs/PictureGraphics.h:
3752 renamed function PGraphicsCreateTransprency to
3753 PGraphicsCreateTransparency
3755 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3757 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3758 * fvwm/expand.c (expand_args_extended):
3759 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3761 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3764 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3765 * fvwm/expand.c (expand_args_extended):
3767 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3769 * fvwm/conditional.c (CMD_All):
3770 * fvwm/fvwm.1.in (All):
3771 changed Reverse and UseStack options to have free order.
3774 * fvwm/fvwm.1.in (WindowShade):
3775 * fvwm/windowshade.c (CMD_WindowShade):
3776 * fvwm/add_window.c (setup_window_structure):
3777 added last direction to WindowShade command.
3779 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3781 * fvwm/fvwm.1.in (All):
3784 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3787 * fvwm/fvwm.1.in (All):
3788 * fvwm/conditional.c (CMD_All):
3789 added reverse option to All command to do the action in opposite order
3790 added UseStack option to All command to use the stack ring instead of
3793 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3796 changed fallback editor from `emacs' to `vi' because it much
3797 more widespread on non-Linux systems
3798 fixed errors (because of incorrect syntax fallback entries were
3800 now script honors `TMPDIR' env. variable and if it's not set it
3801 fallback to `/tmp' directory when creating temporary file
3803 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3806 changed description of the fvwmstyle resource usage
3807 to state that it's used in addition to the other
3809 * fvwm/style.c (fw_match_style_id):
3810 fixed a typo in style_name matching
3812 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3814 * fvwm/style.c (fw_match_style_id):
3815 reformatted code and fixed a warning
3817 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3821 * libs/Fft.c (FftGetFont):
3825 * libs/System.c (fvwm_mkstemp):
3826 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3827 function was never used, even if it was considered secure by configure
3830 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3833 added some more suff to the list of what I've done.
3836 * fvwm/add_window.c (__add_window_handle_x_resources)
3839 * fvwm/fvwm.h (FvwmWindow):
3840 added fvwmstyle resource to override style name
3842 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3844 * fvwm/menus.c (pop_menu_up):
3845 as documented, do not warp to title for root menus with TitleWarp
3847 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3850 Removed duplicated 'NoIcon' style option description in the end
3851 of the `The Style command...' section.
3852 Removed `Recapture True' option setting in example of BusyCursor
3853 description, because `Recapture' isn't valid option of `BusyCursor'
3855 Updated ewmh specification URL (the old was 404)
3856 Added URL to ICCCM 2.0 manual
3858 * modules/FvwmAnimate/FvwmAnimate.c:
3859 corrected delay for Zoom3D animation effect
3861 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3862 * modules/FvwmConsole/FvwmConsole.1.in:
3863 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3864 consistent with rest of the documentation and because it's more
3865 conventional abbreviation.
3867 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3868 slightly clarified the `StartName' option description
3869 added the undocumented `MailDir' option description. Somebody
3870 violated section `K' of the convention list.
3873 * fvwm/ConfigFvwmSetup:
3874 * modules/FvwmForm/FvwmForm.1.in:
3875 * modules/FvwmForm/FvwmForm-Rlogin:
3876 * sample.fvwmrc/system.fvwm2rc:
3877 * sample.fvwmrc/system.fvwm2rc-sample-1:
3878 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3879 inherently insecure. We shouldn't teach our users bad things,
3886 * bin/fvwm-config.1.in:
3887 * bin/fvwm-menu-headlines.1:
3888 * bin/fvwm-menu-headlines.in:
3889 * bin/fvwm-perllib.in:
3890 * bin/fvwm-root.1.in:
3896 * libs/PictureGraphics.c:
3898 * modules/FvwmBacker/FvwmBacker.1.in:
3899 * modules/FvwmDebug/FvwmGtkDebug.in:
3900 * modules/FvwmDebug/FvwmGtkDebug.1:
3901 * modules/FvwmEvent/FvwmEvent.1.in:
3902 * modules/FvwmForm/FvwmForm.1.in:
3903 * modules/FvwmIconMan/xmanager.c:
3904 * modules/FvwmIdent/FvwmIdent.c:
3905 * modules/FvwmIdent/FvwmIdent.1.in:
3906 * modules/FvwmPerl/FvwmPerl.in:
3907 * modules/FvwmPerl/FvwmPerl.1:
3908 * modules/FvwmScript/FvwmScript.1.in:
3909 * modules/FvwmScript/Widgets/Menu.c:
3910 * modules/FvwmTabs/ConfigFvwmTabs:
3911 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3912 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3913 * modules/FvwmTheme/FvwmTheme.1.in:
3914 * perllib/FVWM/Module/Tk.pm:
3915 * perllib/FVWM/Tracker.pm:
3916 * perllib/FVWM/Module.pm.in:
3919 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3921 * fvwm/style.c (style_parse_focus_policy_style):
3922 fix ISO C90 compability with unconsumed styleoption warnings
3924 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3926 * fvwm/events.c (HandlePropertyNotify):
3927 fix for bug 1557/3950 (possible free of Untilted constant or
3928 already used name (if app reset the name already given to them))
3930 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3932 * fvwm/focus.c (__activate_window_by_command)
3933 (warp_to_fvwm_window):
3935 * fvwm/builtins.c (CMD_CursorMove):
3936 set last pointer event position after warping the pointer
3939 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3942 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3944 * acinclude.m4 (AM_PATH_GTK):
3946 (AM_PATH_GDK_IMLIB):
3950 fixed to cope with 4 digit version numbers
3952 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3955 * fvwm/style.c (parse_and_set_window_style)
3956 (style_parse_one_style_option):
3957 (style_parse_icon_fill_style)
3958 (style_parse_icon_grid_style):
3959 (style_parse_icon_box_style)
3960 (style_parse_icon_size_style):
3961 (style_parse_focus_policy_style)
3962 (style_parse_button_style):
3963 warn if parts of style options are not consumed
3965 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3967 * fvwm/menuitem.c (menuitem_paint):
3968 use the MenuColorset in all cases if TitleColorset is not given
3970 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3972 * fvwm/style.c (style_parse_one_style_option):
3973 * fvwm/placement.c (__place_get_wm_pos):
3974 (__explain_placement):
3975 new placement style UnderMousePlacement
3977 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3980 * fvwm/fvwm.1.in (EdgeScroll):
3981 * fvwm/virtual.c (CMD_EdgeScroll):
3982 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3983 added wrap/wrapx/wrapy option to EdgeScroll
3985 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3988 spell check the whole file (dozens of typos)
3990 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3992 * fvwm/module_interface.c (do_execute_module):
3993 removed accidentally committed FVWM_MODULE_ALIAS patch
3995 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3997 * fvwm/module_interface.c (do_execute_module):
3998 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
4000 * fvwm/menus.c (size_menu_horizontally):
4001 fix for drawing menus with sidepic on the right
4003 * libs/Flocale.c (FlocaleFontStructDrawString):
4004 (FlocaleDrawString):
4005 set the foreground colour before drawing a string
4008 * fvwm/menustyle.c (menustyle_get_styleopt_index):
4011 (menustyle_parse_style):
4013 * fvwm/menus.c (calculate_item_sizes):
4014 (size_menu_vertically):
4015 (UpdateMenuColorset):
4016 * fvwm/menuitem.c (menuitem_paint):
4017 Applied patch by David Maciver
4018 new menu styles TitleColorset, HilightTitleBack and TitleFont
4020 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
4023 * libs/Module.c (ParseModuleArgs):
4024 added variable "namelen" to ModuleArgs struct
4026 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4029 removed duplicate declaration
4031 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4033 * fvwm/fvwm.c (main):
4034 replaced previous patch with a better one
4036 * fvwm/virtual.c (unmap_window):
4037 * fvwm/menus.c (do_menu):
4038 * fvwm/events.c (fake_map_unmap_notify):
4040 * fvwm/add_window.c (MappedNotOverride):
4041 Added XFlush after XSelectInput
4043 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4046 * fvwm/fvwm.c (main):
4047 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4049 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4053 increased version to 2.5.17
4058 updated for 2.5.16 release
4060 * acinclude.m4 (CHECK_LIBCHARSET):
4063 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4065 * fvwm/functions.c (execute_complex_function):
4066 print a message to the console instead of ringing the bell when a
4069 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4072 fixed typo (NEWS still said 2.5.15)
4074 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4078 increased version to 2.5.16
4083 updated for 2.5.15 release
4085 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4087 * fvwm/move_resize.c (GetOnePositionArgument):
4089 new option "screen" to Move type commands
4091 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4093 * acinclude.m4 (smr_SWITCH):
4096 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4099 restore requirement of automake-1.4; 1.8 is too new even for my system
4101 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4105 renamed configure.in to configure.ac
4108 some updates for new autoconf/automake versions
4115 require autoconf-2.53 or later
4117 * Makefile.am (AUTOMAKE_OPTIONS):
4118 require automake-1.8 or later
4121 check for X library path before X library checks
4122 removed obsolete C++ compiler check
4123 removed duplicate type size checks
4124 replaced M4 comment ("dnl") with shell comment ("#") in many places
4127 fixed aclocal warnings
4129 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4131 * fvwm/style.c (style_parse_button_style):
4132 corrected typo in error message, and made errorous buttons not apply
4133 (style_parse_one_style_option):
4134 changed NoButton to use style_parse_button_style
4136 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4139 new fix for incompatible pointer type warning with gcc 3.4.
4141 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4148 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4151 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4156 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4158 * fvwm/frame.c (frame_free_move_resize_args):
4159 fixed drawing of transparent decorations or when using lazy shading
4162 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4165 * libs/fvwmsignal.c:
4169 * fvwm/ewmh_names.c:
4170 * libs/CombineChars.c:
4176 * libs/PictureUtils.c:
4181 * libs/safemalloc.c:
4184 do not #include stdlib.h (comes from config.h)
4187 do not #include string.h (comes from config.h)
4190 fixed detection of string.h/strings.h
4192 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4194 * libs/Fft.c (FftGetFont):
4195 fixed compiler warning with gcc 3.4.4
4197 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4199 * fvwm/menuitem.c (menuitem_paint):
4200 properly undraw unselected item area
4202 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4204 * fvwm/menuitem.c (menuitem_paint):
4205 * fvwm/menus.c (get_menu_paint_item_parameters)
4206 (get_menu_paint_item_parameters):
4208 fixed text offset of menu items with icons but with an item format that
4210 (size_menu_horizontally):
4211 allow sidepic to be placed in the middle of menu items; this is better
4212 than ignoring the item format completely but does not draw the items
4215 * fvwm/menus.c (__mloop_handle_event):
4217 fixed delayed menu drawing issue
4219 do not draw the selected menu item before the menu is drawn for the
4221 (repaint_transparent_menu):
4224 don't call get_menu_paint_item_parameters when the result is not used
4225 (get_menu_paint_item_parameters):
4227 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4229 * fvwm/ewmh.h (EWMH_CMD_Style):
4230 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4231 * fvwm/style.c (style_parse_one_style_option):
4232 Added support for inverting boolean EWMH styles with !.
4237 * fvwm/window_flags.h:
4238 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4239 * fvwm/ewmh.c (ewmh_HandleWindowType):
4241 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4243 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4245 * fvwm/icons.c (GetIconWindow):
4246 * fvwm/fvwm.h (FvwmWindow):
4247 * fvwm/events.c (__handle_cr_on_icon):
4248 properly handle icon border width; fixes an xterm active icon loop
4250 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4252 * fvwm/borders.c (border_draw_one_border_part):
4253 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4256 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4258 * fvwm/menustyle.c (menustyle_copy_face):
4260 (menustyle_free_face):
4262 (menustyle_parse_style):
4263 use new functions and fix a bug
4268 removed empty files colors.c and colors.h
4270 * fvwm/colors.c (CopyColor):
4272 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4275 * fvwm/frame.c (frame_reshape_border):
4278 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4280 * fvwm/menustyle.c (menustyle_copy_face):
4281 separated from menustyle_copy; color copies are reallocated.
4285 color copies are reallocated.
4287 * fvwm/colors.c (CopyColor):
4288 * fvwm/colors.h (CopyColor):
4291 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4293 * fvwm/move_resize.c (__resize_window):
4294 fix for not being able to finish resize with mouse when resizing on
4295 click with modifiers active. (intruduced with 'removed duplicate
4296 pointer query' at sep 29)
4300 * fvwm/menustyle.c (menustyle_parse_style):
4301 made style pairs negatable with '!' prefix
4302 ActiveForeOff and HilightBackOff frees colors used.
4304 * fvwm/menustyle.c (menustyle_copy):
4305 fix for freeing color from sorce instead of destination.
4307 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4309 * fvwm/functions.c (__execute_function):
4310 fixed an error in yesterdays patch to complex fuctions. the commands
4311 pressed window were not retored correctly after running move functions
4312 without it, and functions would be run twice.
4314 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4317 added NoLayer to list of allowed options for WindowList command
4318 fixed grammar of test-conditions list. formatting fixes for
4319 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4323 * fvwm/functions.c (__execute_function)
4324 (__run_complex_function_items):
4325 (execute_complex_function):
4326 fix for moving/resizing reference window usage with complex functions.
4328 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4330 * fvwm/move_resize.c (__move_loop):
4331 reimplemented a fix for the place with keyboard setting a button as
4332 used for place bug; this time without breaking escape key.
4334 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4336 * fvwm/move_resize.c (__move_loop):
4337 removed the previous patch as it breaks aborting window motion with the
4340 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4342 * fvwm/move_resize.c (__move_loop):
4343 fixed bug where finishing movment with keyboard would set a random
4344 button as used for placement.
4346 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4349 * fvwm/frame.c (frame_setup_border):
4350 reverted change for move of window parts (reset of PressedW).
4352 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4354 * fvwm/frame.c (frame_setup_border):
4357 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4360 * fvwm/move_resize.c (__resize_window):
4361 removed duplicate pointer query for enter/leave notify events.
4362 resizing of shaded windows in the shaded direction no longer
4363 results in bogus ref points.
4365 * fvwm/frame.c (frame_setup_border):
4366 reset PressedW if the part has moved. This prevents strange
4367 ref points in resize if called from some complex functions.
4369 * fvwm/frame.c (frame_create_move_resize_args):
4370 shaded windows use get_client_geometry for client geometry.
4372 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4376 * fvwm/fvwm.h (window_flags):
4377 (WindowConditionMask):
4379 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4382 * fvwm/session.c (_match):
4385 * fvwm/conditional.c (MatchesConditionMask):
4386 (CreateConditionMask):
4387 * fvwm/add_window.c (setup_window_structure):
4388 * fvwm/move_resize.h (placement_binding):
4389 * fvwm/move_resize.c (__move_loop):
4390 (placement_binding):
4391 * fvwm/bindings.c (ParseBinding):
4392 * libs/wcontext.c (win_contexts):
4393 * libs/wcontext.h (enum):
4395 Added placement context for simple mouse bindings to allow
4396 specification of buttons to finish/cancel movment. Buttons >3
4397 may now be used to place windows.
4398 Replaced window flag placed_wb3 with placed_by_button
4399 FvwmWindow member. Added window condition PlacedByButton.
4401 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4405 * fvwm/menustyle.h (enum):
4409 (ST_SCROLL_OFF_PAGE):
4410 (MST_SCROLL_OFF_PAGE):
4411 * fvwm/menustyle.c (menustyle_copy):
4412 (menustyle_get_styleopt_index):
4413 (menustyle_parse_style):
4415 * fvwm/menus.c (menuShortcuts):
4417 (__mloop_handle_event):
4418 (menu_get_outer_geometry):
4421 added MouseWheel and ScrollOffPage menu styles
4423 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4426 * fvwm/menus.c (append_item_to_menu):
4427 fixed bug #1121: Use of pointer without checking for NULL
4429 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4432 * fvwm/expand.c (expand_vars):
4433 warn on usage of obsolete one-letter variables
4435 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4439 * fvwm/expand.c (expand_vars_extended):
4441 allow nesting of variables
4443 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4445 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4446 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4450 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4452 * fvwm/borders.c (border_draw_one_border_part)
4453 (border_draw_all_border_parts):
4454 fix the previous patch to work with title-less windows too
4456 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4458 * fvwm/borders.c (border_draw_one_border_part)
4459 (border_draw_all_border_parts):
4460 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4461 windows to make the borders look homogeneous (based on the patch of
4464 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4470 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4471 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4473 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4477 increased version to 2.5.15
4482 updated for 2.5.14 release
4484 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4485 (ewmh_WMStateSkipTaskBar):
4486 (ewmh_WMStateSkipPager):
4487 (ewmh_WMStateModal):
4488 fixed several ewmh-hints
4490 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4493 fix TestRc example error, s/Any/All/
4495 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4500 * fvwm/conditions.c (MatchesConditionMask):
4501 (CreateConditionMask):
4502 added FixedPosition condition
4504 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4506 * fvwm/virtual.c (HandlePaging):
4507 use FQueryPointer every time to track the pointer position; this fixes
4508 fvwm hanging in HandlePaging for the given delay once the pointer
4509 touches the pan frames
4511 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4513 * fvwm/session.c (SaveWindowStates):
4516 save and restore the default layer during a restart
4518 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4520 * fvwm/conditional.c (CMD_Test):
4522 rename previously added Test conditions to EnvIsSet and EnvMatch,
4523 tweak the logic when the variable is set, but empty
4525 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4527 * fvwm/conditional.c (CMD_Test):
4529 added test conditions EdgeHasPointer and EdgeIsActive
4531 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4533 * fvwm/virtual.c (raisePanFrames):
4534 prevent cycling of pan frame window stacking order
4536 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4538 * fvwm/conditional.c (CMD_Test):
4540 add Test conditions IsEnvSet and MatchEnv
4542 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4544 * fvwm/menus.c (pop_menu_up):
4545 * fvwm/menustyle.c (menustyle_copy):
4546 two fixes by Viktor Griph
4548 * fvwm/events.c (HandleEvents):
4549 simplify the style list if there is nothing else to do
4551 * fvwm/style.c (__simplify_style_list):
4552 (styles_have_same_id):
4553 (style_id_equals_id):
4554 (style_ids_are_equals):
4556 (remove_all_of_style_from_list):
4557 (one_fw_can_match_both_ids):
4558 pass pointers instead of the whole style structure
4559 (__simplify_style_list):
4560 fixed memory leak and tweaked the code
4562 * libs/Strings.c (CatString3):
4563 fixed a buffer overflow
4565 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4568 detect if Window, Pixel or void * are bigger than long and refuse to
4571 * libs/vpacket.h (ConfigWinPacket):
4572 * fvwm/windowshade.c (CMD_WindowShade):
4573 * fvwm/virtual.c (MoveViewport):
4576 (CMD_GotoDeskAndPage):
4577 * fvwm/update.c (apply_window_updates):
4578 * fvwm/stack.c (BroadcastRestack):
4581 * fvwm/icons.c (DeIconify):
4583 * fvwm/geometry.c (broadcast_icon_geometry):
4584 * fvwm/events.c (HandleEnterNotify):
4586 (HandleLeaveNotify):
4588 (HandleMapRequestKeepRaised):
4589 * fvwm/add_window.c (destroy_window):
4590 * fvwm/module_interface.c (SendFvwmPicture)
4591 (BroadcastFvwmPicture):
4592 (CMD_Send_WindowList):
4593 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4594 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4597 * fvwm/virtual.c (GetDeskNumber):
4598 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4599 around the given desk range with a relative desk
4601 * fvwm/focus.c (focus_grab_buttons_on_layer):
4607 reindented some code and renamed some variables
4609 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4611 * fvwm/events.c (__check_click_to_focus_or_raise):
4614 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4616 * FvwmIconMan/xmanager.c (set_win_iconified):
4617 fixed select/focus button state lost when deiconifying a window
4619 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4621 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4624 * libs/Colorset.c (get_aspect_dimensions):
4625 fixed aspectpixmap size calculations
4627 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4629 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4632 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4633 (ewmh_CurrentDesktop):
4634 (ewmh_DesktopGeometry):
4635 (ewmh_NumberOfDesktops):
4637 (ewmh_WMIconGeometry):
4638 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4639 print error messages for broken gnome client messages
4641 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4642 removed duplicate call of execute_function_override_window
4644 * fvwm/stack.c (new_layer):
4645 fixed a hang if a window sets an layer < 0 via gnome hints
4647 * fvwm/add_window.c (GetWindowSizeHints):
4648 * fvwm/misc.c (fvwm_msg_report_app):
4649 (fvwm_msg_report_app_and_workers):
4650 new utility functions
4652 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4654 * fvwm/stack.c (dump_stack_ring):
4655 (verify_stack_ring_consistency):
4656 * fvwm/module_interface.c (HandleModuleInput):
4657 * fvwm/events.c (__cr_detect_icccm_move):
4658 * fvwm/style.c (print_styles):
4661 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4663 * libs/FlocaleCharset.c:
4664 support euc-jp encodings (Yasuhiro Nakazaki)
4666 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4668 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4669 * fvwm/ewmh_names.c (EWMH_WMName):
4671 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4672 (EWMH_SetNumberOfDesktops):
4673 (EWMH_SetDesktopViewPort):
4674 (EWMH_SetDesktopGeometry):
4675 (EWMH_SetWMDesktop):
4677 (EWMH_SetFrameStrut):
4679 * fvwm/gnome.c (AtomGet):
4681 (GNOME_GetHintIcons):
4682 (GNOME_GetHintLayer):
4683 (GNOME_GetHintState):
4684 (GNOME_GetExpandedSize):
4685 (GNOME_SetAreaCount):
4686 (GNOME_SetCurrentArea):
4687 (GNOME_SetDeskCount):
4688 (GNOME_SetCurrentDesk):
4689 (GNOME_SetCurrentDesk):
4692 (CMD_GnomeShowDesks):
4696 * libs/fsm.c (GetClientID):
4697 (set_session_manager):
4698 * fvwm/session.c (GetClientID):
4699 * fvwm/fvwm.h (FvwmWindow):
4700 * fvwm/colorset.c (get_root_pixmap):
4701 * fvwm/add_window.c (FetchWmProtocols):
4702 * libs/FTips.c (__initialize_window):
4703 * fvwm/icccm2.c (convertProperty)
4704 (icccm2_handle_selection_request)
4705 * fvwm/fvwm.c (SetMWM_INFO):
4708 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4710 * fvwm/move_resize.c (GetOnePositionArgument):
4711 don't use the unportable fuction rintf()
4713 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4717 increased version to 2.5.14
4723 updated for 2.5.13 release
4725 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4727 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4728 fixed drawing of relief with very small rectangles, i.e. when
4729 line_width * 2 > height or width
4731 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4733 * NEWS: fvwm-menu-desktop changes.
4735 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4737 * fvwm/placement.c (get_next_x):
4738 fixed collision detection of windows on pages other than the current
4739 one during placement
4741 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4743 * fvwm/move_resize.c (__resize_window):
4744 Fixed interactive resize (reduction) via the bottom border
4749 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4753 Spelling fix contition -> condition
4755 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4757 * fvwm/style.c (style_ids_are_equals):
4758 (style_id_equals_id):
4759 (styles_have_same_id):
4760 (fw_match_style_id):
4761 (one_fw_can_match_both_ids):
4762 (cleanup_style_defaults):
4763 * libs/fsm.c (fprintfhex):
4765 * libs/FGettext.c (fgettext_free_fgpath_list):
4766 * libs/Parse.c (_get_suffixed_integer_arguments):
4767 * libs/Graphics.c (AllocNonlinearGradient):
4768 * libs/PictureUtils.c (build_mapping_table):
4774 * libs/FRenderInit.c:
4775 include own header file
4777 * libs/System.c (getFileStamp):
4778 * libs/Fft.c (FftPDumyFunc):
4779 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4782 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4784 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4787 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4789 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4791 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4793 * fvwm/conditional.c (Circulate):
4794 added tests for fw == Scr.FvwmRoot again to fix a crash
4796 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4798 * AUTHORS: New author, FvwmScript patch.
4800 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4802 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4803 * AUTHORS: s/Hover/Active/
4805 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4807 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4808 avoid dump with empty key/mouse binding command.
4809 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4810 Checked all other uses of PeekToken in fvwm dir.
4812 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4814 * fvwm/session.c (matchWin):
4816 On restarts compare window ids only. Base our matching decision on
4817 window role only if we have a client id.
4819 * fvwm/move_resize.c (GetOnePositionArgument):
4820 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4821 float values to nearest int
4823 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4826 * fvwm/move_resize.c (CMD_Maximize):
4827 Applied Arnaud Vrac patch which fixes maximize by growing vs
4830 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4832 * fvwm/builtins.c (do_button_style):
4833 ButtonStyle Reset takes effect immediately
4835 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4837 * fvwm/fvwm.1.in: lang check.
4839 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4842 Really commit EWMHUseStackingOrderHints documentation update
4844 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4847 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4850 FvwmIconMan new options
4852 * libs/FTips.c (new file):
4853 * libs/FTips.h (new file):
4856 Added a set of functions for implementing tool tips
4858 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4860 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4862 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4864 * fvwm/menus.c (__mloop_get_event):
4865 * fvwm/functions.c (execute_complex_function):
4866 * fvwm/add_window.c (AddWindow):
4867 * fvwm/module_interface.c (ExecuteModuleCommand):
4868 * fvwm/move_resize.c (__move_loop):
4870 properly set the "state" member of faked motion and key events;
4871 fixes broken "nosnap" feature
4873 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4875 * fvwm/bindings.c (ParseBinding):
4877 * libs/Bindings.c (bindingAppliesToWindow):
4878 (__compare_binding):
4879 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4880 * fvwm/builtins.c (CMD_Wait):
4882 * fvwm/events.c (__handle_bpress_on_root):
4883 (HandleButtonRelease):
4884 fixed crash in window specific binding code
4885 fixed handling of root window in window specific binding code
4886 renamed some functions
4888 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4890 * fvwm/focus.c (__update_windowlist):
4891 replaced while loop by for loop
4893 * fvwm/style.c (style_destroy_style):
4894 * fvwm/conditional.c (Circulate):
4895 removed useless check whether fw == &Scr.FvwmRoot
4897 * fvwm/icons.c (DeIconify):
4898 defused possible endless loop when a window iconified by the
4899 transientfor window loses the "transient" relationship
4901 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4903 * fvwm/move_resize.c (__move_loop):
4905 fixed overwriting the initial button_mask during move/resize
4907 * fvwm/menus.c (__mloop_handle_action_with_mi):
4908 do not "post" a submenu menu item it the submenu does not exist
4910 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4912 * fvwm/events.c (__handle_bpress_on_managed):
4913 do not draw the decorations pressed in if executing a function is
4916 * libs/Parse.c (CopyToken):
4917 fixed parsing of delimiters
4919 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4921 * fvwm/virtual.c (GetDeskNumber):
4922 fixed MoveToDesk without argument
4924 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4927 re-formatted and some spelling corrections
4929 * fvwm/colorset.c (CMD_CleanupColorsets):
4931 * fvwm/builtins.c (CMD_Colorset):
4932 (CMD_CleanupColorsets):
4933 moved functions to colorset.c
4935 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4937 * libs/Parse.c (CopyToken):
4938 skip any whitespace before a delimiter; this allows to have spaces
4939 before the commas in an option list
4941 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4943 * fvwm/frame.c (frame_reshape_border):
4944 re-shaping shaded windows no longer unshades them
4945 re-shaping unshaded windows on pages other than 0 0 no longer moves
4946 them out of the current page
4948 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4950 * fvwm/events.c (__cr_detect_icccm_move):
4951 * fvwm/screen.h (ScreenInfo):
4952 * fvwm/builtins.c (CMD_BugOpts):
4953 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4955 * fvwm/move_resize.c (__move_loop):
4957 query the pointer position in the move loop when an
4958 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4962 increased version to 2.5.13
4968 updated for 2.5.12 release
4970 * fvwm/frame.c (frame_create_move_resize_args):
4971 fixed xemacs growing or shrinking when title height changed; this was
4972 caused by calculating the old client window geometry using the new
4973 title dimensions; query the window size instead
4975 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4977 * fvwm/events.c (test_map_request):
4978 (test_button_event):
4979 (test_typed_window_event):
4980 (test_resizing_event):
4981 (__predicate_button_click):
4982 (__merge_cr_moveresize):
4983 (HandleUnmapNotify):
4984 (flush_property_notify):
4985 (is_resizing_event_pending):
4986 (__test_for_motion):
4987 use type XPointer for last argument of predicate procedures for
4988 XCheckPeekIfEvent and XCheckIfEvent, not char *
4989 (HandleUnmapNotify):
4992 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4994 * fvwm/window_flags.h:
4995 removed useless and broken SETM_ macros
4997 * fvwm/update.c (init_style):
4998 fixed resetting user states
5000 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5002 * libs/envvar.c (add_to_envlist):
5005 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5007 * fvwm/builtins.c (CMD_UnsetEnv):
5010 * libs/envvar.c (flib_unsetenv):
5014 split in ftwo functions
5017 check for unsetenv function
5019 * fvwm/builtins.c (CMD_SetEnv):
5020 assume an empty value if no value is given
5022 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5031 * perllib/FVWM/Commands.pm:
5032 new command EdgeLeaveCommand
5034 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5041 increased version to 2.5.12
5046 updated for 2.5.11 release
5048 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5050 * fvwm/geometry.c (get_page_offset):
5051 (get_page_offset_rectangle):
5052 (get_absolute_geometry):
5055 * fvwm/virtual.c (CMD_GotoPage):
5056 * fvwm/move_resize.c (__move_window):
5057 * fvwm/virtual.c (CMD_GotoPage):
5058 (get_page_arguments):
5059 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5062 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5064 * libs/Flocale.c (FlocaleGetNameProperty):
5065 fixed freeing uninitialized pointer
5067 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5069 * fvwm/conditional.c (select_cmd):
5073 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5074 WindowId and Direction commands; fixes break from these commands
5076 * fvwm/geometry.c (get_shaded_geometry):
5077 shading geometry fix for windows without decoration
5079 * libs/FScreen.c (XineramaQueryExtension):
5080 fixed xinerama crash
5082 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5085 Parse man pages with config.status so man pages have correct date.
5086 Man pages also specify FVWM version that they relate to.
5089 * bin/fvwm-config.1:
5090 * bin/fvwm-convert-2.2.1:
5091 * bin/fvwm-convert-2.4.1:
5092 * bin/fvwm-convert-2.6.1:
5093 * bin/fvwm-menu-desktop.1:
5095 * modules/FvwmAnimate/FvwmAnimate.1:
5096 * modules/FvwmAuto/FvwmAuto.1:
5097 * modules/FvwmBacker/FvwmBacker.1:
5098 * modules/FvwmBanner/FvwmBanner.1:
5099 * modules/FvwmButtons/FvwmButtons.1:
5100 * modules/FvwmCommand/FvwmCommand.1:
5101 * modules/FvwmConsole/FvwmConsole.1:
5102 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5103 * modules/FvwmCpp/FvwmCpp.1:
5104 * modules/FvwmDragWell/FvwmDragWell.1:
5105 * modules/FvwmEvent/FvwmEvent.1:
5106 * modules/FvwmForm/FvwmForm.1:
5107 * modules/FvwmGtk/FvwmGtk.1:
5108 * modules/FvwmIconBox/FvwmIconBox.1:
5109 * modules/FvwmIconMan/FvwmIconMan.1:
5110 * modules/FvwmIdent/FvwmIdent.1:
5111 * modules/FvwmM4/FvwmM4.1:
5112 * modules/FvwmPager/FvwmPager.1:
5113 * modules/FvwmProxy/FvwmProxy.1:
5114 * modules/FvwmRearrange/FvwmRearrange.1:
5115 * modules/FvwmSave/FvwmSave.1:
5116 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5117 * modules/FvwmScript/FvwmScript.1:
5118 * modules/FvwmScroll/FvwmScroll.1:
5119 * modules/FvwmTaskBar/FvwmTaskBar.1:
5120 * modules/FvwmTheme/FvwmTheme.1:
5121 * modules/FvwmWharf/FvwmWharf.1:
5122 * modules/FvwmWinList/FvwmWinList.1:
5123 These man pages were renamed to have a .in suffix.
5124 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5126 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5128 * fvwm/placement.c (__place_window):
5129 fixed starting desk output with bugopts explainwindowplacement
5131 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5133 * fvwm/eventhandler.h:
5134 * fvwm/events.c (InitEventHandlerJumpTable):
5138 Fixed window specific bindings "patch" by sending key release event
5141 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5145 * fvwm/move_resize.c:
5149 * fvwm/decorations.c:
5153 * fvwm/add_window.c:
5156 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5157 it with NUMBER_OF_MOUSE_BUTTONS
5159 * fvwm/style.c (style_parse_focus_policy_style):
5160 * fvwm/focus_policy.h:
5161 * libs/Bindings.c (GrabWindowButton):
5162 * fvwm/bindings.c (bind_get_bound_button_contexts):
5164 * fvwm/events.c (WaitForButtonsUp):
5165 * fvwm/style.c (style_parse_focus_policy_style):
5166 * fvwm/builtins.c (__fake_event):
5167 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5168 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5170 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5173 put -Wall -Wno-implicit-int before user specified flags
5176 Applied below patch again. It didn't make it to CVS (?)
5178 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5180 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5182 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5185 cleaned up ifdef hell
5188 fixed solaris xinerama test
5190 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5194 * libs/FScreen.c (solaris_XineramaQueryScreens):
5195 Solaris Xinerama support.
5198 Patch by Chris Ross.
5200 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5202 * fvwm/events.c (__handle_cr_on_client):
5203 don't reevaluate window geometry when a ConfigureRequest has no size or
5206 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5208 * fvwm/menus.c (get_menu_options):
5210 new menu option TearOffImmediately
5212 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5214 * fvwm/placement.c (__place_get_wm_pos):
5215 cascade placemnt fix by Paul Vojta
5217 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5219 * fvwm/geometry.c (constrain_size):
5220 Don't touch the aspect ratio if modifying the width/height does not
5221 improve the situation
5223 * fvwm/frame.c (frame_free_move_resize_args):
5224 (__frame_setup_window):
5225 (frame_update_hidden_window_pos):
5226 (frame_mrs_resize_move_windows):
5227 (frame_create_move_resize_args):
5228 * fvwm/move_resize.c (__resize_window):
5229 some event handling fixes
5231 * fvwm/geometry.c (constrain_size):
5232 look up the latest size hints if necessary
5234 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5236 * fvwm/geometry.c (constrain_size):
5237 * fvwm/ewmh.c (EWMH_fullscreen):
5238 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5239 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5240 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5241 * fvwm/fvwm.h (window_flags_t):
5242 allow windows to override their size hints when going fullscreen:
5243 minimum and maximum size, size inc, aspect ratio, etc.
5245 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5247 * fvwm/decorations.c (struct):
5248 MWM hints on 64 bit machines fix
5250 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5252 * fvwm/fvwm.1.in (Note):
5253 * fvwm/read.c (CMD_Read):
5255 the Read and PipeRead commands have a return code
5257 * fvwm/read.c (run_command_stream):
5262 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5264 * fvwm/move_resize.c (GetResizeArguments):
5266 fixed parsing of the frame option to the resize command and the pointer
5267 option to the move command
5269 * fvwm/conditional.c (CMD_None):
5270 Fixed CMD_None return code
5272 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5274 * fvwm/stack.c (is_above_unmanaged):
5275 windows on other Desks are always considered on top
5277 * fvwm/conditional.c (CreateConditionMask):
5278 (MatchesConditionMask):
5279 * fvwm/fvwm.h (WindowConditionMask):
5280 new condition Overlapped
5283 inproved strings.h / sring.h iclusion logic
5285 * libs/PictureUtils.c (finish_ct_init):
5286 (PictureInitColors):
5287 use flib_putenv instead of putenv
5289 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5292 * libs/gravity.h (enum):
5293 * libs/wcontext.h (enum):
5296 * fvwm/fvwm.c (StartupStuff):
5297 do not ungrab the pointer while the startup functions execute
5299 ungrab the pointer only after executing the RestartFunction or
5300 ExitFunciton. Otherwise these functions may not be executed if some
5301 other application grabs the pointer.
5304 * fvwm/conditional.c (CreateConditionMask):
5305 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5306 new condition AnyScreen
5309 * fvwm/builtins.c (__fake_event):
5310 * fvwm/bindings.c (ParseBinding):
5311 removed C++ comments
5313 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5316 New options for FvwmButtons module.
5318 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5321 use commas between conditions
5323 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5325 * fvwm/builtins.c (CMD_Wait):
5326 ignore MapNotify reported to any window except the root window
5328 * fvwm/module_interface.c (CONFIGARGS):
5329 correct number of CONFIGARGS arguments
5331 * libs/vpacket.h (ConfigWinPacket):
5332 frame_x and frame_y are signed
5334 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5336 * fvwm/conditional.c:
5340 Committed patch by Norman Yarvin (with a few minor mods) to extend
5341 conditionals to handle multiple window names.
5343 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5345 * fvwm/module_interface.c (CONFIGARGS):
5346 * libs/vpacket.h (ConfigWinPacket):
5347 put window_flags at end of structure
5349 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5351 * fvwm/module_interface.c (CONFIGARGS):
5356 removed old module interface
5359 * libs/vpacket.h (ConfigWinPacket):
5362 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5364 * fvwm/execcontext.c (__exc_change_context):
5365 fixed handling of etrigger event, fixing a problem with PropertyNotify
5366 events during resizing and possibly other problems too
5368 * fvwm/add_window.c (RestoreWithdrawnLocation):
5369 fixed travelling windows if application changed gravity hint before
5372 * fvwm/frame.c (combine_decor_gravities):
5373 (combine_gravities):
5375 (frame_restore_client_gravities):
5376 fixed window gravity after resize
5378 * libs/FEvent.c (FPeekEvent):
5380 (FCheckPeekIfEvent):
5381 fixed some event handling bugs
5383 * fvwm/conditional.c (CMD_Test):
5385 corrected use of Bool types
5387 simplified, fixed compilation
5389 use int as return type
5391 * libs/Ficonv.c (convert_charsets):
5394 * libs/Ficonv.c (convert_charsets):
5395 * acinclude.m4 (ICONV_SECOND_ARG):
5396 rewrote iconf configure test to save an ifdef
5398 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5404 Allow user to specify window-specific bindings that should NOT be
5405 intercepted by FVWM. This is accomplished with an '--' binding action.
5407 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5409 * fvwm/move_resize.c (__resize_window):
5410 Fixed event handling
5412 * fvwm/virtual.c (HandlePaging):
5413 removed check for leave events on pan frames; better query the pointer
5416 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5419 * fvwm/conditional.c:
5420 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5422 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5424 * fvwm/move_resize.c (GetResizeArguments):
5425 (GetResizeMoveArguments):
5428 (__resize_get_refpos):
5429 (__resize_get_dir_proximity):
5430 (__resize_get_dir_from_window):
5431 implemented fluxbox-like Alt-Button3 resizing
5433 * fvwm/virtual.c (HandlePaging):
5434 * fvwm/events.c (__merge_cr_moveresize):
5435 (__test_for_motion):
5436 (flush_property_notify):
5437 do not use XPutBackEvent as it shuffles events on the queue
5438 (test_button_event):
5439 (test_typed_window_event):
5442 * libs/FEvent.c (fev_get_evpos_or_query):
5443 take pointer position from EnterNotify and LeaveNotify events
5445 * fvwm/move_resize.c (__move_loop):
5446 fixed multiple paging with certain SnapGrid / Move interactions
5449 * fvwm/virtual.c (HandlePaging):
5450 Workaround for buggy XFree not delivering some Pointer events
5453 * fvwm/virtual.c (MoveViewport):
5454 don't eat MotionNotify events
5456 * libs/FEvent.c (fev_get_last_event):
5465 (FCheckWindowEvent):
5466 (FCheckTypedWindowEvent):
5470 keep a copy of the previous event in case FPutBackEvent is called
5472 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5475 Indicate optional window argument in section headings for
5476 Key, Mouse, PointerKey & Stroke commands.
5477 Remove strange "-Key" option listed for PointerKey.
5479 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5481 * libs/Fft.c (FftDrawString):
5482 * fvwm/session.c (get_version_string):
5483 * fvwm/module_interface.c (FlushMessageQueue):
5484 * fvwm/fvwm.c (SaveDesktopState):
5486 * fvwm/colorset.c (cleanup_colorsets):
5487 * libs/PictureUtils.c (struct):
5488 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5490 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5492 * fvwm/events.c (__cr_detect_icccm_move):
5493 windows with ewmh hints are assumed to use icccm2 compliant movement
5495 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5496 (ewmh_WMStateMaxHoriz):
5497 fixed restart/maximized problem
5499 * libs/fvwmsignal.c (fvwmReapChildren):
5500 * fvwm/fvwm.c (ReapChildren):
5501 moved function to lib
5503 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5505 * fvwm/modconf.c (send_desktop_geometry):
5508 (send_move_threshold):
5509 (send_ignore_modifiers):
5510 increased static buffer size
5512 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5514 * libs/CombineChars.c (convert_to_ucs2):
5515 Replace illegal UTF-8 character sequences in input
5517 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5520 bugfix: wrong stroke action being invoked.
5522 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5527 Active _last_ matching binding. (ie. same behaviour as before
5528 win-specific bindings patch.)
5529 bugfix: segfault when looking up stroke bindings in root context.
5531 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5537 * fvwm/module_interface.c:
5540 * modules/FvwmScript/FvwmScript.c:
5541 * modules/FvwmScript/Instructions.c:
5542 Implemented window-specific key/mouse bindings.
5544 * modules/FvwmIconBox/FvwmIconBox.h:
5548 Make args to matchWildcards() const.
5550 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5552 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5554 * fvwm/ewmh.c (EWMH_fullscreen):
5557 * fvwm/add_window.c (AddWindow):
5558 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5560 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5561 (ewmh_WMStateMaxVert):
5562 (ewmh_WMStateShaded):
5563 (ewmh_WMStateSticky):
5564 (ewmh_WMStateStaysOnBottom):
5567 don't try to maximize window when looking up the style
5569 (ewmh_WMStateFullScreen):
5570 (ewmh_WMStateHidden):
5571 (ewmh_WMStateMaxVert):
5572 (ewmh_WMStateModal):
5573 (ewmh_WMStateShaded):
5574 (ewmh_WMStateSkipPager):
5575 (ewmh_WMStateSticky):
5576 (ewmh_WMStateStaysOnBottom):
5577 fixed ignoring ewmh hints
5579 * fvwm/expand.c (expand_vars_extended):
5580 include full path in iconfile and miniiconfile variables
5582 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5584 * fvwm/functions.c (execute_complex_function):
5586 fixed double click patch
5588 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5590 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5591 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5593 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5595 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5598 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5600 * libs/FImage.c (FShmSafeCreateImage):
5601 Yet another fix to SHM remote client problem
5603 2004-05-26 Francis Litterio <franl@world.std.com>
5607 * fvwm/placement.c (__place_get_wm_pos)
5608 * fvwm/style.c (style_parse_one_style_option)
5609 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5611 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5613 * fvwm/events.c (HandleEnterNotify):
5614 fixed endless loop of edge commands when doing something that grabs
5617 * fvwm/functions.c (CheckActionType):
5618 (execute_complex_function):
5619 double clicks no longer work when pressing different buttons
5621 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5623 * fvwm/placement.c (__place_get_wm_pos):
5624 fixed placement in top left corner when pressing escape during manual
5627 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5631 added Chinese translations
5633 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5635 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5638 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5640 * fvwm/conditional.c:
5642 clean up Test code and documentation, add new False condition,
5643 unrecognized conditions produce Error return code now
5645 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5647 * fvwm/style.c: Remove extra char.
5649 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5651 * fvwm/ewmh.c (ewmh_atom_client_win):
5652 * fvwm/ewmh_intern.h:
5653 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5654 (ewmh_MoveResizeWindow):
5655 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5657 * fvwm/events.c (__handle_cr_on_client):
5658 (__handle_configure_request):
5659 (events_handle_configure_request):
5660 Some renaming for consistency, force restacking if the event come from
5663 * fvwm/ewmh_events.c (ewmh_MoveResize):
5664 Fixed _NET_WM_MOVERESIZE
5666 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5669 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5670 (EWMH_SetFrameStrut):
5671 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5673 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5675 * libs/FImage.c (FShmSafeCreateImage):
5676 Finished to fix SHM remote client problem
5678 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5680 * libs/FImage.c (FShmSafeCreateImage):
5681 Fixed when we are a remote client
5683 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5694 new default ~/.fvwm/config file is now recommended instead of
5695 still supported ~/.fvwm/.fvwm2rc
5697 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5699 * fvwm/menus.c (NewMenuRoot):
5700 do not strip whitespace from menu names when creating a new menu
5702 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5704 * fvwm/menuitem.c (menuitem_get_size):
5706 renamed remaining "mips" to mipst
5708 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5710 * fvwm/events.c (HandleMapRequestKeepRaised):
5711 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5712 Fixed EWMH DesktopGeometry and Stacking list
5714 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5716 * fvwm/virtual.c (GetDeskNumber):
5719 fixed MoveToDesk with one argument
5721 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5723 * fvwm/style.c (style_parse_one_style_option):
5725 * fvwm/conditional.c (MatchesConditionMask):
5727 * fvwm/window_flags.h:
5730 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5735 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5737 * fvwm/move_resize.c (unmaximize_fvwm_window):
5738 fixed redrawing of maximize button when unmaximizing but when the size
5739 and position does not change
5741 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5743 * fvwm/expand.c (expand_vars_extended):
5744 new extended variable $[w.layer]
5746 * fvwm/move_resize.c (MaximizeHeight):
5749 applied modified layer patch for maximize by Rafal Bisingier
5751 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5753 * fvwm/add_window.c (setup_frame_attributes):
5754 Hopefully fixed BackingStore code and removed now useless backing store
5757 * fvwm/expand.c (expand_vars_extended):
5758 new extended variable $[w.desk]
5760 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5764 increased version to 2.5.11
5769 updated for 2.5.10 release
5771 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5772 improved rotation code
5774 * libs/gravity.c (gravity_add_rotations):
5777 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5779 * fvwm/placement.c (__explain_placement):
5782 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5785 * fvwm/builtins.c (CMD_BugOpts):
5786 * fvwm/screen.h (ScreenInfo):
5787 new BugOpts option ExplainWindowPlacement
5788 renamed some members of Screen
5790 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5792 * fvwm/placement.c (__place_get_wm_pos):
5793 (__place_get_nowm_pos):
5794 (__place_get_placement_flags):
5796 (__place_handle_x_resources):
5797 (setup_window_placement):
5798 split into multiple functions
5801 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5803 * fvwm/add_window.c (setup_window_placement):
5804 * fvwm/placement.c (setup_window_placement):
5805 moved function to placement.c
5806 fixed using PLACE_AGAIN placement mode
5811 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5813 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5814 allow a negative line_width to invert the relief
5816 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5818 * libs/Flocale.c (FlocaleDrawString)
5819 (FlocaleDrawUnderline)
5821 reduced redundant calls to iconv
5823 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5825 * fvwm/move_resize.c (CMD_XorValue):
5826 fixed a very small outline drawing problem caused by using 0 line width
5831 increased version to 2.5.10
5835 updated for 2.5.9 release
5837 * fvwm/functions.c (execute_function_override_window):
5838 * fvwm/module_interface.c (ExecuteModuleCommand):
5839 * fvwm/conditional.c (circulate_cmd):
5840 sometimes, DeferExecution was called although a window was already
5841 selected, for example with the "Current" commend; fixed
5843 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5845 * libs/FImage.c (FShmSafeCreateImage):
5846 Fixed some safety tests
5848 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5850 * fvwm/events.c (__handle_cr_on_client):
5851 fixed a bug in the Jave configure request workaround
5853 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5855 * fvwm/events.c (__cr_detect_icccm_move):
5856 improved motion method detection for fullscreen requests
5858 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5860 * fvwm/add_window.c (AddWindow):
5861 * fvwm/screen.h (ScreenInfo):
5862 * fvwm/builtins.c (CMD_BugOpts):
5863 new BugOpts option DisplayNewWindowNames intended for debugging
5865 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5867 * libs/Bindings.c (FvwmStringToKeysym):
5868 small performance enhancement
5870 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5872 fixed the FlickeringMoveWorkaround option which did nothing before
5874 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5876 * fvwm/style.c (style_parse_one_style_option):
5878 * fvwm/style.h (SIS_UNMANAGED):
5879 * fvwm/add_window.c (AddWindow):
5882 * fvwm/expand.c (expand_vars_extended):
5883 new variables $[w.iconfile] and $[w.miniiconfile]
5885 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5886 made left side of a relief one pixel longer at the bottom
5888 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5890 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5891 * fvwm/style.c (style_set_old_focus_policy):
5892 fixed default window list order with ClickToFocus
5894 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5896 * fvwm/libs/Flocale.h:
5897 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5898 (FlocaleStringByteToCharOffset)
5899 (FlocaleStringCharToByteOffset)
5900 (FlocaleStringCharLength):
5901 Made utility functions available outside of Flocale
5903 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5905 * fvwm/events.c (__test_for_motion):
5906 Fixed a lockup, see the long comment in the code
5908 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5910 * fvwm/schedule.c (execute_obj_func):
5911 fixed using uninitialised return code
5913 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5915 * fvwm/builtins.c (do_title_style):
5916 Fixed MinHeight, it must reset the Height
5918 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5920 * fvwm/menus.c (menuShortcuts):
5921 applied menu navigation patch by Anton Kazennikov
5923 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5925 * libs/gravity.c (gravity_dir_to_string):
5926 (gravity_parse_dir_argument):
5927 use a constant for the dir table
5929 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5931 * fvwm/Flocale.c (FlocaleEncodeString)
5932 (FlocaleDrawUnderline):
5933 Fixed crash when there's no Iconv support
5935 2003-12-16 olicha <olivier.chapuis@free.fr>
5938 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5940 * sample.fvwmrc/system.fvwm2rc-sample-95:
5941 Added some Xft fonts
5943 2003-12-12 olicha <olivier.chapuis@free.fr>
5945 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5946 Fixed ewmh FullScreen when an application start fullscreen and
5947 desactivate this state
5949 2003-12-04 olicha <olivier.chapuis@free.fr>
5951 * fvwm/placement.c (test_fit):
5953 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5954 (EWMH_GetBaseStrutIntersection):
5955 (EWMH_GetStrutIntersection):
5956 Fixed placement vs the base struts
5958 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5960 * sample.fvwmrc/system.fvwm2rc-sample-95:
5961 improved Debian specific menu
5963 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5965 * sample.fvwmrc/system.fvwm2rc-sample-95:
5966 several updates; added Debian menu if found
5968 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5971 new configure option --en/disable-iconv
5973 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5975 * fvwm/menus.c (__mloop_handle_event):
5976 * fvwm/menustyle.c (menustyle_parse_style):
5978 new MenuStyle options PopupIgnore and PopupClose
5980 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5982 * fvwm/menus.c (menu_binding): Remove debug code.
5983 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5984 * fvwm/menus.h: Add menu_binding function.
5985 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5987 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5989 * libs/wcontext.h (enum): Add MENU context.
5990 * libs/wcontext.c (win_contexts): More common binding contexts first in
5992 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5995 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5999 increase version to 2.5.9
6001 2003-10-31 Mikhael Goikhman <migo@homemail.com>
6008 updated for 2.5.8 release
6010 2003-10-29 Mikhael Goikhman <migo@homemail.com>
6014 initially added files for deb package auto-creating procedure
6016 2003-10-26 Mikhael Goikhman <migo@homemail.com>
6020 added Swedish translations by Johan Svedberg
6025 2003-10-25 Mikhael Goikhman <migo@homemail.com>
6027 * fvwm/add_window.c (GetWindowSizeHints):
6028 reindented broken hint messages
6030 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6033 improved Perl detection messages,
6034 restored FvwmGtkDebug independence from gtk libs
6036 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6040 added German translations by Andrei Mitrofanow
6045 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6050 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6053 * fvwm/conditional.c (CreateConditionMask):
6054 (MatchesConditionMask):
6055 (CreateConditionMask):
6056 * fvwm/fvwm.h (WindowConditionMask):
6057 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6059 2003-09-23 olicha <olivier.chapuis@free.fr>
6061 * libs/FImage.c (FShmInit):
6064 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6066 * fvwm/focus.c (warp_to_fvwm_window):
6067 don't unnecessarily call MoveViewport
6069 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6071 * fvwm/decorations.c (__is_resize_allowed):
6074 2003-09-06 malu <ml@update.uu.se>
6076 * libs/FBidi.c (FBidiConvert):
6077 * libs/CombineChars.c (CombineChars):
6078 Fixed drawing combining characters on correct positions in
6079 right-to-left context
6081 2003-09-05 malu <ml@update.uu.se>
6083 * libs/Flocale.c (FlocaleDrawString):
6085 Fixed drawing of combining characters with font shadow
6086 (character offsets were miscalculated, since FlocaleTextWidth
6089 2003-09-05 malu <ml@update.uu.se>
6091 * libs/Flocale.c (FlocaleDrawUnderline):
6092 Fixed bug with text width when a string contains only
6093 "orphaned" combining characters (compensation for font shadowd
6096 2003-09-04 olicha <olivier.chapuis@free.fr>
6099 Added E.18, added comments on C.9 and C.15
6101 2003-09-03 olicha <olivier.chapuis@free.fr>
6103 * libs/Flocale.c (FlocaleTextWidth):
6104 Fixed a comb_char core dump
6107 Fixed compilation if either iconv, libpng or Xrender headers are
6108 not at a standard place
6110 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6113 fixed error message for incorrect --with-SOMETHING-library argument
6115 2003-09-03 olicha <olivier.chapuis@free.fr>
6118 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6120 2003-09-02 olicha <olivier.chapuis@free.fr>
6125 2003-09-01 olicha <olivier.chapuis@free.fr>
6127 * libs/gravity.c (gravity_dir_to_string):
6128 A new interface function to transform a direction_t to a string
6130 2003-08-31 S. Anderson <sa@xmission.com>
6132 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6133 Fixed missing font charsets
6135 2003-08-28 olicha <olivier.chapuis@free.fr>
6137 * fvwm/move_resize.c (__move_loop):
6138 (AnimatedMoveAnyWindow):
6139 Updated bg of transparent tear off menu when moved
6141 * fvwm/events.c (HandlePropertyNotify):
6142 Updated ParentRelative tear off menu on bg change
6144 * fvwm/menus.c (UpdateMenuColorset):
6145 Updated colorsets of tear off menu when they change, this handle the
6146 case of root background change for RootTransparent
6149 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6150 An utility function for redrawing transparent tear off menu. Maybe
6153 * fvwm/add_window.c (validate_transientfor):
6154 Fixed transient for an ewmh desktop
6156 2003-08-27 olicha <olivier.chapuis@free.fr>
6158 * libs/FRender.c (FRenderRender):
6159 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6160 Removed and fixed some unused code
6162 2003-08-25 olicha <olivier.chapuis@free.fr>
6164 * fvwm/misc.c (GrabEm):
6165 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6167 * fvwm/modconf.c (send_color_limit):
6168 ifndefed color limit config info message which is not used anymore
6170 * fvwm/colorset.c (parse_colorset):
6171 Added a note on average bg
6173 2003-08-23 olicha <olivier.chapuis@free.fr>
6175 * fvwm/style.c (print_styles):
6176 More info on memory used
6178 * fvwm/style.c (__simplify_style_list):
6179 Fixed upward simplication
6181 2003-08-14 olicha <olivier.chapuis@free.fr>
6183 * fvwm/ewmh.c (ewmh_HandleMenu):
6184 Fixed the MENU window type, they are tear off menus
6187 * fvwm/update.c (apply_window_updates):
6188 * fvwm/stack.c (new_layer):
6189 * fvwm/ewmh.c (EWMH_GetStyle):
6190 Fixed EWMHUseStackingHints update
6192 * fvwm/window_flags.h:
6194 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6195 (ewmh_WMStateMaxHoriz):
6196 (ewmh_WMStateMaxVert):
6197 * fvwm/move_resize.c (unmaximize_fvwm_window):
6198 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6199 uniconify and unshade when putting a window fullscreen
6201 * fvwm/ewmh_intern.h:
6202 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6203 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6205 * fvwm/move_resize.c (unmaximize_fvwm_window):
6208 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6209 * fvwm/decorations.c (SelectDecor):
6210 * fvwm/windowshade.c (CMD_WindowShade):
6211 Removed the decor for EWMH fullscreen windows, forbid shading and
6212 allows Resize and MoveResize without unsetting the fullscreen/maximized
6215 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6216 (CMD_ResizeMaximize):
6217 Fixed ewmh state which was not set after these cmds
6219 2003-08-09 olicha <olivier.chapuis@free.fr>
6224 2003-08-08 olicha <olivier.chapuis@free.fr>
6226 * fvwm/borders.c (border_draw_vector_to_pixmap):
6227 Fixed inversion of fg and bg in vector buttons
6229 * fvwm/style.c (__simplify_style_list):
6232 * libs/System.c (fvwm_mkstemp):
6235 2003-08-07 olicha <olivier.chapuis@free.fr>
6238 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6240 * libs/System.c (fvwm_mkstemp):
6242 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6243 exists and work correctly, if not a replacement function is used
6244 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6247 * libs/fsm.c (unique_filename):
6248 (SetAuthentication):
6249 * fvwm/session.c (getUniqueStateFilename):
6250 Replaced tempnam by fvwm_mkstemp
6252 2003-08-07 olicha <olivier.chapuis@free.fr>
6255 * libs/FSMlib.h (new file):
6256 * fvwm/session.c (*):
6258 fvwmize SMlib and ICElib
6260 * fvwm/session.c (matchWin):
6261 Fixed window matching for windows with no SM_CLIENT_ID and a
6264 * libs/fsm.c (new file):
6265 * libs/fsm.h (new file):
6266 * fvwm/ConfigFvwmDefaults
6267 A set of functions for implementing a dummy session manager
6270 GNOME 1 hints and EWHM support is not a configure time option
6273 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6275 * fvwm/add_window.c (AddWindow):
6276 fixed stickyness across desks over a restart
6278 2003-08-06 olicha <olivier.chapuis@free.fr>
6280 * fvwm/ewmh.c (EWMH_WindowInit):
6281 (EWMH_SetFrameStrut):
6282 Fixed position of kde tray windows in kicker
6284 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6286 * fvwm/module_interface.c (FlushMessageQueue):
6287 retry writing pipe if write returns EINTR
6289 2003-07-28 olicha <olivier.chapuis@free.fr>
6291 * fvwm/events.c (events_handle_configure_request):
6292 (HandleConfigureRequest):
6293 (__handle_configure_request):
6294 (__handle_cr_on_client):
6295 * fvwm/ewmh.c (ewmh_atom_client_win):
6296 * fvwm/ewmh_intern.h:
6297 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6298 (EWMH_ProcessClientMessage):
6299 Implemented _NET_MOVERESIZE_WINDOW
6301 * fvwm/fvwm.c (main):
6304 2003-07-25 olicha <olivier.chapuis@free.fr>
6306 * fvwm/ewmh.c (ewmh_HandleWindowType):
6307 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6308 that one type and we do not support the first one.
6310 * fvwm/expand.c (expand_vars_extended):
6311 Fixed conflict between extended variables name (desk.name and
6314 * fvwm/session.c (callback_save_yourself):
6315 Respect the SmSaveGlobal save type. This should fix some session
6316 locking in the sm protocol
6318 * fvwm/session.c (setSmProperties):
6320 Set some sm properties when fvwm start for fixing a problem with
6321 the restart style hint after a restart.
6323 * fvwm/fvwm.c (get_display_name):
6326 * fvwm/session.c (setSmProperties):
6328 Added a possible positive or null arg to --single-screen which
6329 forces fvwm to start on the "current" display and the given
6330 screen. Use this to fix fvwm starting under a session manager:
6331 specify only the screen and not the display.screen for the
6334 * fvwm/fvwm.c (main):
6335 Fixed possible memory corruption if a display has more than
6338 * fvwm/session.c (*):
6341 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6344 fixed xft/fontconfig detection with pkg-config
6347 corrections in some long option names
6349 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6351 * fvwm/add_window.c (setup_style_and_decor):
6352 * fvwm/geometry.c (set_window_border_size):
6353 * fvwm/fvwm.h (FvwmWindow):
6354 * fvwm/events.c (HandleShapeNotify):
6355 * fvwm/frame.c (frame_free_move_resize_args):
6356 (frame_setup_shape):
6357 (frame_reshape_border):
6358 fixed resizing of window borders if a window shape was added or deleted
6359 after the initial window setup
6361 * fvwm/update.c (apply_window_updates):
6364 * fvwm/events.c (__cr_detect_icccm_move):
6365 disable motion method detection for shaped windows
6367 2003-07-21 olicha <olivier.chapuis@free.fr>
6369 * fvwm/add_window.c (setup_window_structure):
6370 * fvwm/session.c (MatchWinToSM):
6371 Preserve is_name_changed window_flags within restart, session loading
6374 2003-07-20 olicha <olivier.chapuis@free.fr>
6376 * fvwm/ewmh.c (EWMH_Init):
6377 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6379 * fvwm/fvwm.c (InternUsefulAtoms):
6381 * fvwm/session.c (GetWindowRole):
6382 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6384 * fvwm/session.c (GetClientID):
6385 Better determination of the CLIENT_LEADER
6387 * fvwm/session.c (setSmProperties):
6388 Set the CloneCommand for gnome-session editor (the sm spec says this
6389 properties is required). Removed the commented XSM ifdef.
6391 * fvwm/session.c (matchWin):
6393 Consider client only if it has a client id or a wm command.
6394 Removed the "two entries" session previous commit
6396 2003-07-16 olicha <olivier.chapuis@free.fr>
6398 * fvwm/session.c (MatchWinToSM):
6399 Fixed restoring session state, if two window session entries have the
6400 same identifier ignore these entries
6402 2003-07-16 olicha <olivier.chapuis@free.fr>
6405 * fvwm/style.h (SID_GET_NAME):
6407 (SID_GET_WINDOW_ID):
6408 (SID_SET_WINDOW_ID):
6411 (SID_SET_HAS_WINDOW_ID):
6412 (SID_GET_HAS_WINDOW_ID):
6418 (SSET_ID_HAS_WINDOW_ID):
6419 (SGET_ID_HAS_WINDOW_ID):
6420 * fvwm/style.c (style_ids_are_equals):
6421 (style_id_equals_id):
6422 (styles_have_same_id):
6423 (fw_match_style_id):
6424 (one_fw_can_match_both_ids):
6425 (remove_all_of_style_from_list):
6426 (__simplify_style_list):
6427 (style_parse_one_style_option):
6429 (style_destroy_style):
6435 (CMD_DestroyWindowStyle):
6436 * fvwm/fvwm.h (style_id_t):
6438 * fvwm/functable.c (func_table):
6439 * fvwm/add_window.c (destroy_window):
6442 New WindowStyle and DestroyWindowStyle command for setting styles
6445 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6447 * libs/Flocale.c (FlocaleDrawString):
6448 * libs/FBidi.c (FBidiConvert):
6449 fixed drawing of combining characters in the case where a string
6450 consists of only combining characters
6452 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6454 * libs/CombineChars.c (CombineChars):
6455 bugfix: array mapping visual to logical position was allocated
6456 to small (factor 2) in decoposing code
6458 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6460 * libs/Flocale.c (FlocaleEncodeWinString):
6463 * libs/Flocale.c (FlocaleDrawString):
6464 (FlocaleRotatedDrawString):
6465 removed some code duplication
6467 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6469 * libs/CombineChars.c (combclass_table):
6471 fixed supporting drawing marks superimposed that are in a combining
6474 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6476 * libs/Flocale.c (FlocaleRotateDrawString):
6478 fixed core dump when composing characters can't be converted to
6481 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6486 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6491 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6494 updated with reagrds to combing characters
6496 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6501 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6503 * libs/Flocale.c (FlocaleEncodeString):
6504 (FlocaleEncodeWinString):
6505 (FlocaleRotateDrawString):
6506 (FlocaleDrawString):
6507 (FlocaleDrawUnderline):
6508 fixed rendering combining characters using Unicode font in a
6511 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6514 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6516 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6519 fixed FBidi.h macro to work with no FriBIDI
6521 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6523 * libs/CombineChars.h (CombineChars):
6524 * libs/CombineChars.c (CombineChars):
6525 * libs/FBidi.h (FBidiConvert):
6526 * libs/FBidi.c (FBidiConvert):
6527 * libs/Flocale.c (FlocaleEncodeString):
6528 (FlocaleEncodeWinString):
6529 (FlocaleDrawUnderline):
6531 fixed drawing of underlines on characters to work in with BIDI
6532 and combining characters
6534 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6537 closed D.1 with "no consensus" resolution
6539 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6542 documented tear off menus
6544 * fvwm/placement.c (PlaceWindow):
6545 StartsOnPage + SkipMapping overrides PPosition
6547 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6550 solved a problem with CMD_Dummy and exact command spelling
6552 * libs/CombineChars.c:
6553 * libs/CombineChars.h:
6555 minor reformattings (use TABs not 8 spaces and a space after keywords
6556 like for, if or while)
6558 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6560 * fvwm/update.c (apply_window_updates):
6562 * fvwm/add_window.c (setup_style_and_decor):
6564 * fvwm/style.c (style_parse_one_style_option):
6565 (check_window_style_change):
6566 new style MoveWindowByProgramMethod
6568 * libs/PictureImageLoader.c (PImageLoadXpm):
6569 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6571 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6572 implemented _NET_WM_STATE_FULLSCREEN handling
6574 * fvwm/move_resize.c (GetOnePositionArgument):
6575 fixed parsing of "+-x +-y" Move arguments
6577 use get_page_offset_check_visible
6579 * fvwm/geometry.c (get_page_offset_check_visible):
6580 new convenience function
6582 * fvwm/events.c (__handle_cr_on_client):
6583 fixed handling of gravities other than NW or Static
6584 (__cr_detect_icccm_move):
6587 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6593 * libs/CombineChars.c:
6594 * libs/CombineChars.h:
6595 * libs/Flocale.c (FlocaleEncodeString):
6599 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6602 2003-07-06 olicha <olivier.chapuis@free.fr>
6604 * libs/FRender.c (FRenderRender):
6607 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6609 * fvwm/ewmh.c (ewmh_check_wm_pid):
6611 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6612 compliant ConfigureNotify handling
6614 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6616 * libs/Flocale.c (FlocaleDrawUnderline):
6617 Commented out some non-working new code
6619 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6621 * libs/Flocale.c (FlocaleDrawString):
6622 fixed drawing superimposed characters with a fontset
6624 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6626 * fvwm/events.c (__cr_detect_icccm_move):
6627 (__handle_cr_on_client):
6628 (__cr_get_grav_position):
6629 (__cr_get_static_position):
6630 * fvwm/window_flags.h:
6632 try to autodetect whether application uses the icccm way of moving
6633 windows of the traditional way always using static gravity
6636 moved SIGNAL_RETURN macro definition to acconfig.h
6638 * fvwm/module_interface.c (DeadPipe):
6639 * fvwm/fvwm.c (SigDone):
6642 use SIGNAL_RETURN macro
6644 * fvwm/events.c (__handle_cr_on_client):
6645 (__merge_cr_moveresize):
6646 (__cr_detect_icccm_move):
6648 * fvwm/events.c (__handle_cr_on_unmanaged):
6649 (__handle_cr_on_icon):
6650 (__handle_cr_on_shaped):
6651 (__handle_cr_restack):
6652 (__handle_cr_on_client):
6653 (HandleConfigureRequest):
6654 split the ConfigureRequest code into multiple functions
6656 * fvwm/update.c (apply_window_updates):
6657 fixed drawing of window decorations when "Style * Neverfocus" is used
6659 * fvwm/events.c (HandleKeyPress):
6660 fixed a bug with key binding contexts
6662 * fvwm/functions.c (__execute_function):
6663 * fvwm/expand.c (expand_vars):
6664 (expand_vars_extended):
6665 new extended variable $[func.context]
6669 moved some code to the new files
6680 fixed a problem with uninitialised global variable
6682 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6684 * libs/Bindings.c (key_modifiers):
6685 moved to new file wcontext.c
6687 * libs/gravity.c (gravity_parse_dir_argument):
6688 added aliases for compass directions:
6699 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6702 * libs/Flocale.c (FlocaleDrawString):
6703 (FlocaleRotateDrawString):
6704 Fixes to work without Fribidi
6706 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6711 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6713 * libs/FbidiJoin.c (get_shaped_combined_char):
6715 Removed unused (get_shaped_combined_char) and commented out code
6716 Combining ligatures done in FCombineChars
6718 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6720 * libs/Flocale.c (FlocaleDrawString):
6721 (FlocaleRotateDrawString):
6724 * libs/FBidi.c (FBidiConvert):
6726 * libs/FCombineChars.h:
6727 * libs/FCombineChars.c (FCombineChars):
6728 Added support for drawing superimposed combining characters
6730 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6733 * fvwm/functable.c (func_table):
6734 * fvwm/functions.c (CMD_TearMenuOff):
6739 merged all dummy commands into one: CMD_Dummy
6741 2003-07-01 olicha <olivier.chapuis@free.fr>
6743 * fvwm/menus.c (DestroyMenu):
6747 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6749 * fvwm/menustyle.c (menustyle_copy):
6753 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6758 2003-06-30 olicha <olivier.chapuis@free.fr>
6760 * fvwm/menus.c (do_menu):
6762 (do_menu_close_tear_off_menu):
6763 (menu_close_tear_off_menu):
6764 Allowed to destroy tear off menu!
6766 * fvwm/menus.c (menu_tear_off):
6767 (menu_close_tear_off_menu):
6768 (do_menu_close_tear_off_menu):
6769 (clone_menu_root_static):
6775 Fixed client leaks (only create new client for menu if it is a tear off
6776 menu). Created a dedicated menu style for each tear off menu.
6778 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6781 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6783 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6785 * fvwm/virtual.c (do_move_window_to_desk):
6787 fixed "Visible" condition on non current desks
6789 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6793 shortened some comments
6794 removed GPL from .h files
6795 added GPL to all .c files
6796 include config.h in all .c files
6797 added "/* -*-c-*- */" where missing
6798 some reformatting and reindenting
6800 * fvwm/module_interface.c:
6801 * fvwm/module_interface.h:
6809 * fvwm/windowshade.c:
6811 * fvwm/conditional.c:
6823 * fvwm/add_window.c:
6827 * fvwm/eventhandler.h:
6829 * fvwm/add_window.h:
6835 renamed types func_type, repeat_t, initial_window_options_t,
6836 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6837 last_added_item_type, common_flags_type, multi_direction_type,
6838 msg_masks_type to ..._t
6840 * fvwm/functions.c (__execute_function):
6841 (execute_complex_function):
6842 * fvwm/condrc.c (condrc_init):
6843 new function in new file to encapsulate all cond_rc_t handling
6846 * fvwm/fvwm.h (cond_rc_t):
6848 moved typed to new file
6852 * fvwm/functable.c (func_table):
6853 * fvwm/functions.c (__run_complex_function_items):
6854 (__execute_function):
6856 * fvwm/conditional.c (CMD_Break):
6857 (__rc_matches_rcstring_consume):
6858 Break takes the number of function levels to break out of as an
6861 * fvwm/expand.c (expand_vars_extended):
6862 * fvwm/conditional.c (circulate_cmd):
6865 (__rc_matches_rcstring_consume):
6874 (__run_complex_function_items):
6875 (execute_complex_function):
6879 * fvwm/conditional.c:
6880 renamed fvwm_cond_func_rc by cond_rc_t
6881 made a type a struct
6882 added a member to indicate the number of function levels to break out
6885 * fvwm/functable.c (func_table):
6886 * fvwm/conditional.c (CMD_TestRc):
6887 replaced conditional commands:
6889 CondCase -> KeepRc TestRc
6891 (__rc_matches_rcstring_consume):
6894 * fvwm/conditional.c (CMD_CondCase):
6895 fixed the CondCase command
6897 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6900 new configure option --deisable-gtk to disable detection of gtk library
6903 cleaned up documentation of conditional commands
6904 general man page cleanup
6906 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6908 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6911 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6914 cleaned up of CirculateHit... conditions
6916 2003-06-15 olicha <olivier.chapuis@free.fr>
6918 * fvwm/style.c (__simplify_style_list):
6919 Fixed is_merged_allowed: rest it to True when cur change
6920 Added "upward" simplification
6922 2003-06-14 olicha <olivier.chapuis@free.fr>
6924 * fvwm/style.c (__simplify_style_list):
6927 Fixed blockand which always returned True. Added blocksintersect which
6928 returns the same value as blockand but faster.
6930 2003-06-13 olicha <olivier.chapuis@free.fr>
6934 Fixed fontconfig and xft2 for version without *-config binnary. Used
6935 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6936 fontconfig and xft2 if the version is < the required version
6937 (even if --disable-*test).
6939 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6942 define M_PI and M_PI_2 if they are not defined by math.h
6944 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6946 * libs/Colorset.c (LoadColorset):
6947 added a note to update Colorsets.pm too when the format is changed
6949 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6951 * WindowStyle_proposal.txt:
6952 s/WindowId/ThisWindow/ and other minor changes
6954 2003-06-06 olicha <olivier.chapuis@free.fr>
6956 * libs/PictureImageLoader.c (PImageLoadPng):
6957 Fixed loading of png images if the caller want no alpha
6959 2003-06-04 olicha <olivier.chapuis@free.fr>
6961 * libs/Flocale.c (FlocaleEncodeString):
6964 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6967 only FCombineChars.c was distributed not FCombineChars.h
6969 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6971 * libs/FCombineChars.c (convert_to_utf8)
6972 fixed a bug when converting back to UTF-8 and a bug giving
6973 garbage at end of string in some cases
6975 * libs/Flocale.c (FlocaleEncodeString)
6976 fixed problem regarding combining-characters when BIDI is used
6978 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6981 * libs/Flocale.c (FlocaleEncodeString):
6982 * libs/FCombineChars.c:
6983 * libs/FCombineChars.h:
6984 implemeted support for combining characters
6986 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6989 set the version 2.5.8
6991 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6995 SetEnv with only one parameter is ignored now
6997 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6999 * NEWS: Add 2.4.16 news.
7001 2003-05-29 Mikhael Goikhman <migo@homemail.com>
7003 * fvwm/functions.c (expand_extended_var):
7005 fixed expanding variables that are empty, for example $[w.resource]
7006 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
7011 2003-05-29 olicha <olivier.chapuis@free.fr>
7013 * fvwm/ewmh.c (ewmh_atom_wm_state):
7014 Do not claim that we support _NET_WM_STATE_FULLSCREEN
7016 2003-05-28 olicha <olivier.chapuis@free.fr>
7021 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7023 * fvwm/focus.c (__update_windowlist):
7024 don't fiddle with the window list for windows that are going to be
7027 * fvwm/add_window.c (delete_client_context):
7028 (destroy_auxiliary_windows):
7030 fixed empty frame windows when X reused the window id for a new window
7031 while the old one was scheduled to be destroyed
7033 2003-05-26 olicha <olivier.chapuis@free.fr>
7035 * fvwm/icons.c (GetIconBitmap):
7036 (set_icon_pixmap_background):
7038 (DrawIconPixmapWindow):
7040 Fixed loading of application supplied pixmap on 8/24 depth screen
7042 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7044 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7047 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7050 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7052 * fvwm/misc.c (GrabEm):
7053 do not confine the pointer to the root window when grabbed; this can
7054 cause the pointer to be warped to another screen
7055 * fvwm/menus.c (get_menu_options):
7056 fixed placement of menus on Xinerama screens
7057 * libs/FScreen.c (FScreenGetResistanceRect):
7058 fixed function to do something useful
7059 * libs/Flocale.c (FlocaleDrawString):
7060 support font shadowing without colorsets
7061 * libs/ColorUtils.c:
7063 * fvwm/menuitem.c (menuitem_paint):
7064 do not use colorsets in menus if they are not defined
7065 * fvwm/menustyle.c (menustyle_parse_style):
7066 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7069 2003-05-23 olicha <olivier.chapuis@free.fr>
7071 * fvwm/bindings.c (ParseBinding):
7072 (bind_get_bound_button_contexts):
7073 * libs/Bindings.c (GrabWindowButton):
7074 Fixed window button grabbing
7076 2003-05-22 olicha <olivier.chapuis@free.fr>
7078 * fvwm/colorset.c (parse_colorset):
7081 * fvwm/borders.c (border_fill_pixmap_background):
7082 Fixed problem with depth 1 pixmap
7084 * fvwm/conditional.c (CMD_On):
7087 * fvwm/conditional.c (CreateConditionMask):
7088 Fixed memory leaks for layer and state
7090 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7093 added perllib/FVWM/Tracker/Makefile
7095 2003-05-22 olicha <olivier.chapuis@free.fr>
7099 * fvwm/style.c (print_styles):
7100 * fvwm/builtins.c (CMD_PrintInfo):
7101 New style subject to PrintInfo
7103 2003-05-20 olicha <olivier.chapuis@free.fr>
7105 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7106 Allowed empty xft font name
7109 * libs/flist.c (new file):
7110 * libs/flist.h (new file):
7111 Added a flist structure and some basic function for handling such
7114 * libs/FGettext.c (*):
7115 Use the new flist struct and functions interface
7117 * fvwm/screen.h (ScreenInfo):
7118 * fvwm/update.c (destroy_scheduled_windows):
7119 * fvwm/add_window.c (destroy_window):
7120 Added a list for the windows which are scheduled for destroy
7121 Remove a fw at once from the fw list when we destroy_window
7123 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7125 * fvwm/style.c (CMD_DestroyStyle):
7126 do not update windows if no style was deleted
7127 (check_window_style_change):
7128 fixed update of window styles w/ DestroyStyle
7130 2003-05-18 olicha <olivier.chapuis@free.fr>
7132 * fvwm/conditional.c (CMD_On):
7133 Added x,r,w,f and i file condition to the On command
7135 * fvwm/add_window.c (destroy_window):
7136 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7137 but scheduled for destroy. Not sure that the fix is good.
7139 * fvwm/functions.c (__execute_function):
7141 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7142 This fixes some cores dumps with "recursives" functions
7144 * fvwm/borders.c (border_create_root_transparent_pixmap):
7145 (border_draw_decor_to_pixmap):
7146 Fixed a core dump with a root transparent rotated title
7147 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7149 * libs/FGettext.c (fgettext_add_one_path):
7151 (FGettextSetLocalePath):
7152 Fixed memory leak and chainning
7154 * fvwm/builtins.c (CMD_PrintInfo):
7155 Fixed a parsing leak
7157 * fvwm/conditional.c (Circulate):
7158 Fixed a mask memory leaks
7161 * libs/Flocale.c (FlocaleGetFont):
7162 (FlocaleGetFontSet):
7163 (FlocaleGetFftFont):
7164 Fixed a core dump when a 0 font is given with an encoding hints.
7165 Added a default FFT font
7167 * fvwm/builtins.c (CMD_DefaultFont):
7168 Fixed a core dump when the default font change and a redraw
7169 (icon or window) is proceeded before flush_window_updates is called
7171 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7172 Fixed gradients copy
7174 * fvwm/menustyle.c (menustyle_parse_style):
7175 Fixed UMR's related to colorset
7177 * fvwm/builtins.c (ReadDecorFace):
7178 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7182 * fvwm/menustyle.c (menustyle_free):
7183 Fixed a fore stipple gc leak
7185 * fvwm/windowlist.c (CMD_WindowList):
7186 Fixed a sor_keyname memory leak
7188 * fvwm/fvwm.c (ResetAllButtons):
7189 Fixed the default buttons memory leak
7191 2003-05-08 olicha <olivier.chapuis@free.fr>
7193 * fvwm/windowlist.c (CMD_WindowList):
7194 Fixed a memory leak if MaxLabelWidth is used
7196 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7198 * fvwm/functions.c (__context_has_window):
7199 (__execute_function):
7201 fixed excution of functions requiring a window without a window when
7202 called with "silent" from a complex function
7204 2003-05-07 olicha <olivier.chapuis@free.fr>
7206 * libs/System.c (searchPath):
7209 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7211 * fvwm/move_resize.c (__move_loop):
7215 2003-05-03 olicha <olivier.chapuis@free.fr>
7220 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7223 Minor typo corrections.
7225 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7227 * fvwm/move_resize.c (__move_loop):
7233 2003-04-28 olicha <olivier.chapuis@free.fr>
7235 * fvwm/ewmh.c (ewmh_atom_wm_state):
7237 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7238 (ewmh_WMStateStaysOnBottom):
7239 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7241 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7243 * fvwm/module_interface.c (do_execute_module):
7244 * fvwm/fvwm.c (main):
7245 * libs/envvar.c (flib_putenv):
7246 * fvwm/builtins.c (add_to_env_list):
7249 fixed putenv memory leaks
7251 * libs/envvar.c (strIns):
7255 replacement for putenv without memory leaks
7260 * fvwm/fvwm.c (StartupStuff):
7262 * fvwm/add_window.c (free_window_names):
7264 * fvwm/events.c (HandlePropertyNotify):
7266 * fvwm/menus.c (do_menu):
7268 (__mloop_exit_selected):
7270 * fvwm/menucmd.c (menu_func):
7273 * fvwm/builtins.c (CMD_Destroy):
7275 call destroy_window right after XKillClient; do not wait for the window
7278 * fvwm/menucmd.c (menu_func):
7279 * fvwm/windowlist.c (CMD_WindowList):
7282 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7285 several updates (FvwmGtk, gettext)
7287 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7289 * fvwm/menucmd.c (menu_func):
7290 * fvwm/windowlist.c (CMD_WindowList):
7292 * fvwm/menus.c (is_double_click):
7295 (pop_menu_down_and_repaint_parent):
7296 (__mloop_get_event_timeout_loop):
7297 (__mloop_get_event):
7298 (__mloop_handle_event):
7299 (__mloop_select_item):
7300 (__mloop_make_popup):
7301 (__mloop_get_mi_actions):
7304 (__mloop_handle_action_with_mi):
7305 (__mloop_handle_action_without_mi):
7307 (menu_enter_tear_off_menu):
7308 (menu_close_tear_off_menu):
7310 replaced the pfw and pcontext members of the MenuParameters structure
7311 with an execution context pointer
7312 (_menu_execute_function):
7313 wrapper function to simplyfy command execution from within menus
7315 fixed warping pointer to first menu item when invoked with the mouse
7317 * fvwm/execcontext.c:
7320 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7327 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7329 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7331 * fvwm/menus.c (do_menu):
7332 the NoWarp position hint option works with root menus too
7334 * fvwm/ConfigFvwmDefaults:
7335 removed GrabFocusOff and GrabFocusTransient since they nullify the
7336 default with the plain focus policies
7338 2003-04-24 olicha <olivier.chapuis@free.fr>
7340 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7341 Fixed a miss print in my previous commit
7343 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7345 (ewmh_WMStateStaysOnBottom):
7346 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7347 * fvwm/ewmh_intern.h:
7348 Added comment on the implementation at the top of ewmh.c.
7349 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7350 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7351 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7352 and _NET_WM_STATE_BELOW.
7355 Added David Fries. Updated my entries.
7360 2003-04-23 olicha <olivier.chapuis@free.fr>
7362 * fvwm/module_interface.c (CMD_KillModule):
7363 Fixed a leak when we have an alias
7365 * libs/Picture.c (PFreeFvwmPictureData):
7367 New interface function for just freeing the allocated data (not
7370 2003-04-22 olicha <olivier.chapuis@free.fr>
7372 * fvwm/colorset.c (get_root_pixmap):
7373 Fixed a minor memory leak
7375 * fvwm/functions.c (execute_complex_function):
7376 Fixed uninitialized d.type
7378 * libs/Ficonv.c (FiconvSetupConversion):
7379 (FiconvUtf8ToCharset):
7380 (FiconvCharsetToUtf8):
7383 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7386 Fixed a core dump and safety check related to not loaded font
7388 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7393 2003-04-16 olicha <olivier.chapuis@free.fr>
7395 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7398 (ewmh_WMStateHidden):
7399 Check if functions are allowed
7401 * fvwm/ewmh.c (ewmh_HandleDesktop):
7403 Set Desktop and Dock uniconifiable and unmaximazable
7405 * fvwm/menuitem.c (menuitem_paint):
7407 Fixed greyed action with EWMH desktop
7409 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7412 documented FvwmEvent behaviour of executing window related event
7413 handlers within a window context
7416 updated WindowId entry
7418 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7420 * fvwm/schedule.c (deschedule):
7423 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7424 (ExecuteCommandQueue):
7425 * libs/queue.c (fqueue_init):
7426 (fqueue_remove_or_operate_from_front):
7427 (fqueue_remove_or_operate_from_end):
7428 (fqueue_remove_or_operate_all):
7430 (fqueue_unlock_queue):
7431 (fqueue_lock_queue):
7432 (fqueue_add_at_front):
7433 (fqueue_add_inside):
7437 * libs/queue.c (fqueue_remove_or_operate_all):
7438 (fqueue_remove_or_operate_from_end):
7439 (fqueue_remove_or_operate_from_front):
7440 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7441 (ExecuteCommandQueue):
7442 * fvwm/schedule.c (deschedule):
7443 (check_deschedule_obj_func):
7444 (deschedule_obj_func):
7446 (check_execute_obj_func):
7451 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7453 * fvwm/ConfigFvwmDefaults:
7455 * fvwm/windowlist.c:
7456 * sample.fvwmrc/system.fvwm2rc-sample-95:
7458 WindowListFunc is executed now within a window context,
7459 so "WindowId $0" is not needed anymore in its definition
7461 2003-04-14 olicha <olivier.chapuis@free.fr>
7465 Documented LocalePath and $[gt.str]. FvwmScript news.
7467 * fvwm/expand.c (expand_vars_extended):
7468 Fixed $[gt.str] expansion
7471 New gettext domain FvwmScript
7473 * libs/FGettext.c (FGettextCopy):
7475 New interface function which copies the string
7477 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7479 * fvwm/conditional.c (CMD_Cond):
7480 allow to negate the condition code with '!' prefix
7482 * fvwm/schedule.c (CMD_Schedule):
7484 support hexadecimal ids
7486 * libs/Parse.c (GetIntegerArguments):
7487 (_get_suffixed_integer_arguments):
7488 (GetSuffixedIntegerArguments):
7489 (GetIntegerArgumentsAnyBase):
7490 new utitily function to allow hexadecimal integer arguments
7492 2003-04-10 olicha <olivier.chapuis@free.fr>
7494 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7495 (FlocaleGetCharsetOfFontStruct):
7496 (FlocaleGetCharsetFromName):
7497 (FlocaleFixNameForFontSet):
7498 (FlocaleGetFontSet):
7499 (FlocalePrintLocaleInfo):
7500 * libs/FlocaleCharset.h:
7501 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7502 (FlocaleCharsetPrintXOMInfo):
7503 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7505 2003-04-08 olicha <olivier.chapuis@free.fr>
7507 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7508 fixed the default font name
7510 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7512 * fvwm/events.c (HandlePropertyNotify):
7513 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7514 completely ignore application requests to set exactly the same
7515 window name or icon name (xmms sets it every second),
7516 this avoids some redundant module messages and redraws
7518 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7523 2003-04-04 olicha <olivier.chapuis@free.fr>
7526 Fixed a miss print in fribidi config check
7528 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7530 * fvwm/focus.c (__restore_focus_after_unmap):
7531 iconified windows without an icon do not receive focus
7533 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7535 * fvwm/virtual (CMD_GotoDeskAndPage):
7536 different "GotoDeskAndPage prev" fix that works with any viewports, not
7537 just multiples of the screen size
7539 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7541 * fvwm/virtual (CMD_GotoDeskAndPage):
7542 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7544 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7549 * fvwm/menucmd.c (menu_func):
7550 fixed double key presses to choose default menu action
7552 * fvwm/focus.c (__update_windowlist):
7553 fixed order of window list with SloopyFocus when using the Focus
7556 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7559 clarified some things, typo fixed
7561 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7563 * libs/Colorset.c (CreateBackgroundPixmap):
7564 (GetWindowBackgroundPixmapSize):
7565 (get_aspect_dimensions):
7566 fixed size calculation of aspect pixmaps
7568 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7570 * fvwm/icons.c (clear_icon):
7574 * fvwm/geometry.c (get_icon_geometry):
7575 (modify_icon_position):
7576 set a valid icon picture position if there is neither a picture nor a
7579 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7583 reformatted to fit better on the web page
7585 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7588 added items from "My TODO" message on 2003-01-02
7591 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7593 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7596 removed debug output
7598 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7600 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7601 (FScreenFetchMangledScreenFromUSPosHints):
7602 two functions to allow USPosition hints from modules and StartsOnScreen
7603 work at the same time
7605 * fvwm/conditional.c (direction_cmd):
7606 Some fixes, reformatting and improvements.
7608 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7610 * fvwm/icons.c (Iconify):
7611 initialise icon position to +0+0 if there is neiter a picture nor a
7614 * fvwm/functions.c (DeferExecution):
7620 * fvwm/update.c (apply_window_updates):
7621 fixed drawing of sticky icon titles when the stickyicon style is being
7624 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7626 * fvwm/placement.c (CMD_PlaceAgain):
7627 * fvwm/add_window.c (setup_window_placement):
7628 * fvwm/virtual.c (MapDesk):
7629 update the GNOME hints desk when changing desks; fixes placeagain with
7631 some placeagain fixes
7633 * fvwm/fvwm.1.in (Example):
7634 removed duplicate Iconify section
7639 * fvwm/functable.c (func_table):
7640 * fvwm/functions.h (func_type):
7641 * fvwm/functions.c (__execute_function):
7642 (execute_complex_function):
7644 fixed a new and and old window selection bug
7646 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7648 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7649 detected with Purify.
7651 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7653 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7654 use None, not 0 for Window structures
7656 * fvwm/events.c (InitEventHandlerJumpTable):
7658 (__handle_key_event):
7659 * fvwm/bindings.c (ParseBinding):
7663 removed key release binding because they can not work reliably
7665 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7667 * fvwm/functable.c (func_table):
7668 trigger on ButtonPress for many of the functions
7670 * fvwm/functions.c (__execute_function):
7671 (__execute_function):
7672 fixed conditional commands a la "Current" triggered on root window
7674 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7676 * todo-2.6: Closed B.2, C.21.
7678 2003-02-28 olicha <olivier.chapuis@free.fr>
7681 * fvwm/events.c (HandleConfigureRequest):
7682 Added a workaround for application with broken max/min size hints
7683 vs a size configure request. This "fixes" floating java JToolBar.
7685 * fvwm/add_window.c (GetWindowSizeHints):
7686 Check that the max size hint is not broken relatively to the the base
7689 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7693 released 2.5.6, set version to 2.5.7
7699 2003-02-26 Tony Finch <dot@dotat.at>
7701 * fvwm/borders.c (border_draw_one_border_part):
7702 Don't draw the handle relief marks when the border is flat.
7704 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7707 s/fribdi_in_path/fribidi_in_path/
7710 spell checking and some reformatting
7712 2003-02-26 olicha <olivier.chapuis@free.fr>
7714 * fvwm/borders.c (border_setup_bar_pixmaps):
7715 Fixed a miss-print which can cause a core dump
7718 Added a 2.6 TODO file
7720 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7722 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7723 void functioin cannot return a value.
7725 2003-02-25 olicha <olivier.chapuis@free.fr>
7728 Fixed compilation warning if fribidi is in path
7730 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7732 * fvwm/windowlist.c (CMD_WindowList):
7733 removed unused instruction
7735 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7737 * configure.in: Remove nested function from -Werror check.
7738 Lets configure work without gcc.
7741 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7743 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7745 * fvwm/functions.c (__run_complex_function_items): Make Break start
7748 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7750 * fvwm/move_resize.c (get_outline_rects):
7751 (draw_move_resize_grid):
7752 initial drawing and final undrawing of wire frame no longer toggles the
7753 pixel in the top left corner of the screen
7755 * fvwm/expand.c (expand_vars):
7756 disabled warnings about one letter variables
7758 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7760 * README: Update to reflect release 2.5.x.
7761 * NEWS: Update news for FvwmPager drag fix.
7763 2003-02-15 olicha <olivier.chapuis@free.fr>
7768 2003-02-13 olicha <olivier.chapuis@free.fr>
7770 * fvwm/gnome.c (GNOME_SetClientList):
7771 Applied David Fries patch which fixes a possible crash with more
7773 (GNOME_SetClientList):
7774 malloc -> safemalloc
7776 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7778 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7779 Give the XorValue range.
7781 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7783 * fvwm/fvwm.1.in: Fully document the emulate command.
7785 2003-02-06 olicha <olivier.chapuis@free.fr>
7787 * fvwm/borders.c (get_common_decorations):
7788 (border_get_border_background):
7790 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7792 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7794 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7797 * fvwm/menuitem.c (menuitem_get_size):
7798 * fvwm/menus.c (calculate_item_sizes):
7799 renamed "mips" to mipst
7801 * fvwm/menuitem.c (menuitem_get_item_size):
7802 * fvwm/menus.c (_calculate_item_sizes):
7803 backed out patch from 30-Jan-2003
7805 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7808 * fvwm/menuitem.c (menuitem_get_item_size):
7809 * fvwm/menus.c (_calculate_item_sizes):
7810 functions renamed due to global name space collision with IRIX 6.5
7812 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7815 added tests/hints/Makefile.am
7817 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7819 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7821 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7823 * sample.fvwmrc/DecorWin95:
7824 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7825 Replace a long time ago.
7827 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7829 * fvwm/stack.c (new_layer):
7830 (collect_transients_recursive):
7834 * fvwm/events.c (HandleConfigureRequest):
7835 fixed placement of icons
7836 fixed size calculations of icons
7838 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7841 fixed $[desk.name<n>] that was masked by $[desk.n],
7842 added $[desk.pagesx] and $[desk.pagesy]
7844 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7846 * NEWS: Update news. Spelling fixes 2.5.x news.
7847 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7848 its not interactive.
7850 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7853 added a short description together with the commands
7855 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7858 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7861 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7865 deprecate all single letter variables, new variables are supported now
7866 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7867 $[desk.n], $[version.num], $[version.info], $[version.line].
7869 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7871 * fvwm/style.c (style_parse_one_style_option):
7873 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7874 DisallowMaximizeFixedSize
7876 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7878 * fvwm/fvwm.1.in: Lang check.
7880 2003-01-03 olicha <olivier.chapuis@free.fr>
7885 * fvwm/ewmh_intern.h:
7886 * fvwm/ewmh_names.c:
7887 * fvwm/ewmh_icons.c:
7888 * fvwm/ewmh_events.c:
7893 * fvwm/functable.c (func_table):
7894 * fvwm/fvwm.c (setVersionInfo):
7897 Removed GNOME and HAVE_EWMH ifdef
7900 Documented UseTitleDecorRotation
7902 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7904 * fvwm/module_interface.c (MoveViewport):
7905 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7906 M_NEW_PAGE now has 7 arguments
7908 2003-01-02 olicha <olivier.chapuis@free.fr>
7911 Documented the new icon style options
7915 * fvwm/icons.c (DrawIconTitleWindow):
7916 (DrawIconPixmapWindow):
7917 (setup_icon_title_size):
7918 * fvwm/style.c (style_parse_one_style_option):
7919 Fixed IconTitleRelief and IconBackgroundRelief arguments
7921 * fvwm/icons.c (GetIconPicture):
7922 (SetIconPixmapSize):
7923 Fixed IconSize style for non shaped depth > 1 pixmaps
7925 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7929 * fvwm/conditional.c (CMD_On):
7932 new conditional command On for non-window related conditions
7934 * fvwm/execcontext.h:
7935 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7936 two new exec contexts for restarting
7938 2003-01-02 olicha <olivier.chapuis@free.fr>
7940 * fvwm/builtins.c (ReadMultiPixmapDecor):
7941 StretchedPixmap -> AdjustedPixmap
7944 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7945 Documented the new MultiPixmap syntax
7947 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7951 * fvwm/builtins.c (ReadTitleButton):
7953 new button state shortcuts AllActiveUp, AllActiveDown,
7954 AllInactiveUp, AllInactiveDown
7956 2002-12-31 olicha <olivier.chapuis@free.fr>
7958 * libs/PictureGraphics.c (PCopyArea):
7959 Fixed rendering of depth 1 pixmap with a mask
7961 * fvwm/update.c (apply_window_updates):
7962 Fixed icon bg cset update
7964 * fvwm/events.c (HandlePropertyNotify):
7965 * fvwm/geometry.c (move_icon_to_position):
7966 Fixed non shaped icons with a bg padding but without cs bg
7969 * fvwm/style.c (style_parse_icon_size_style):
7971 * fvwm/fvwm.h (window_style):
7972 * fvwm/add_window.c (setup_icon_size_limits):
7973 * fvwm/icons.c (SetIconPixmapSize):
7975 New option to IconSize style: Adjusted, Streched, Shrunk
7977 * fvwm/icons.c (SetIconPixmapSize):
7979 Always center the icon with IconSize if the icon has a background
7981 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7984 FvwmWindowMenu renaming; compact long diagnostics into half of line
7987 documeted and corrected new features
7990 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7991 since these are the only way currently to create themes
7996 2002-12-30 olicha <olivier.chapuis@free.fr>
7999 * fvwm/icons.c (setup_icon_title_size):
8000 (set_icon_pixmap_background):
8002 (DrawIconTitleWindow):
8003 (DrawIconPixmapWindow):
8007 * fvwm/events.c (HandleEnterNotify):
8009 (HandleLeaveNotify):
8010 (HandlePropertyNotify):
8011 * fvwm/borders.c (border_draw_decorations):
8014 * fvwm/add_window.c (setup_icon_background_parameters):
8015 (setup_icon_title_parameters):
8016 (setup_style_and_decor):
8018 * fvwm/geometry.c (move_icon_to_position):
8020 * fvwm/style.c (check_window_style_change):
8021 (update_style_colorset):
8022 (update_icon_title_cs_style):
8023 (update_icon_title_cs_hi_style):
8024 (update_icon_background_cs_style):
8027 * fvwm/update.c (apply_window_updates):
8028 New style options IconBackgroundColorset, IconTitleColorset,
8029 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
8030 and IconBackgroundPadding
8032 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8035 fixed compilation without XShm
8037 * fvwm/borders.c (border_rotate_titlebar_descr):
8038 fixed warning: deprecated use of label at end of compound statement
8040 2002-12-27 olicha <olivier.chapuis@free.fr>
8042 * fvwm/ConfigFvwmDefaults:
8043 UseTitleDecorRotation is a default
8045 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8046 (do_relieve_rectangle):
8048 * fvwm/borders.c (border_draw_title_stick_lines):
8049 (border_create_root_transparent_pixmap):
8050 (border_mp_render_into_pixmap):
8051 (border_draw_decor_to_pixmap):
8052 (border_mp_render_into_pixmap):
8053 (border_mp_get_titlebar_descr):
8054 (border_mp_draw_mp_titlebar):
8055 (border_draw_decor_to_pixmap):
8056 (border_set_button_pixmap):
8057 (border_get_titlebar_draw_descr):
8058 (border_set_title_pixmap):
8059 (border_rotate_titlebar_descr):
8060 (border_get_titlebar_descr):
8061 Completed UseTitleDecorRotation
8063 2002-12-26 olicha <olivier.chapuis@free.fr>
8065 * fvwm/update.c (apply_window_updates):
8066 * fvwm/frame.c (frame_get_titlebar_dimensions):
8067 (frame_set_decor_gravities):
8068 * fvwm/borders.c (border_set_button_pixmap):
8069 (border_get_titlebar_descr):
8070 (border_draw_one_button):
8071 Buttons order follows the title text rotations.
8072 More UseTitleDecorRotation preparation
8074 * fvwm/borders.c (border_draw_decor_to_pixmap):
8077 2002-12-24 olicha <olivier.chapuis@free.fr>
8079 * fvwm/borders.c (border_mp_render_into_pixmap):
8080 (border_fill_pixmap_background):
8081 Some borders drawing fixes
8083 * libs/Graphics.c (CreateRotatedPixmap):
8084 * fvwm/geometry.c (get_title_font_size_and_offset):
8085 * fvwm/update.c (apply_window_updates):
8086 * fvwm/borders.c (border_set_button_pixmap):
8087 (border_get_titlebar_draw_descr):
8088 (border_draw_title):
8089 (border_rotate_titlebar_descr):
8090 (border_get_titlebar_descr):
8091 More UseTitleDecorRotation preparation
8093 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8095 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8096 so we won't get so many application bugs report to fvwm-workers.
8098 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8100 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8102 * fvwm/style.c (style_parse_one_style_option):
8105 * fvwm/window_flags:
8106 * fvwm/decorations.c (is_function_allowed,
8107 __is_resize_allowed):
8108 Added styles Closable, Iconifiable, Maximizable and
8109 AllowMaximizeFixedSize
8110 * fvwm/conditional.c (MatchesConditionMask,
8111 CreateConditionMask):
8112 Added conditionals Closable,Iconifiable and Maximizable
8114 Documented styles Closable, Iconifiable, Maximizable and
8115 AllowMaximizeFixedSize and conditionals
8116 Closable,Iconifiable and Maximizable
8118 2002-12-20 olicha <olivier.chapuis@free.fr>
8120 * fvwm/window_flags.h:
8122 * fvwm/update.c (apply_window_updates):
8124 * fvwm/style.c (style_parse_one_style_option):
8126 UseTitleDecorRotation style preparation
8128 * fvwm/fvwm.c (main):
8129 Use best TrueColor visual
8131 * fvwm/borders.c (border_get_border_gcs):
8132 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8133 window which may have a depth != Pdepth
8135 * fvwm/menus.c (paint_side_pic):
8136 * fvwm/menuitem.c (menuitem_paint):
8137 * fvwm/icons.c (DrawIconPixmapWindow):
8138 * fvwm/colorset.c (parse_colorset):
8139 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8142 2002-12-19 olicha <olivier.chapuis@free.fr>
8144 * libs/Graphics.c (CreateRotatedPixmap):
8146 New interface function CreateRotatedPixmap
8148 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8150 * libs/PictureGraphics.c (PCreateRenderPixmap):
8151 (PCreateDitherPixmap):
8152 * libs/Graphics.c (CreateGradientPixmap):
8153 (CreateRotatedPixmap):
8156 * libs/FShm.h (new file):
8157 * libs/FImage.h (new file):
8158 * libs/FImage.c (new file):
8160 * fvwm/fvwm.c (setVersionInfo):
8161 Added MIT Shared Memory Extension for XImage
8167 * fvwm/builtins.c (ReadDecorFace):
8169 * fvwm/borders.c (border_draw_decor_to_pixmap):
8170 (border_fill_pixmap_background):
8171 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8173 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8176 shape-and-join fixes from Nadim Shaikli (slightly modified)
8178 2002-12-16 olicha <olivier.chapuis@free.fr>
8180 * libs/PictureGraphics.h:
8181 * libs/PictureGraphics.c (PTileRectangle):
8182 (PGraphicsCreateTiledPicture):
8183 * libs/Graphics.c (CreateTiledPixmap):
8184 New interface function: PGraphicsCreateTiledPicture
8187 * fvwm/fvwm.c (CreateGCs):
8188 Added a global (Scr) alpha GC
8192 * fvwm/builtins.c (ReadMultiPixmapDecor):
8193 (update_decorface_colorset):
8195 * fvwm/borders.c (border_get_tb_parts_to_draw):
8196 (border_fill_pixmap_background):
8197 (border_setup_bar_pixmaps):
8198 (border_get_bar_pixmaps):
8199 (border_free_bar_pixmaps):
8200 (border_mp_render_into_pixmap):
8201 (border_mp_get_length):
8202 (border_mp_get_titlebar_descr):
8203 (border_mp_get_geometry):
8204 (border_mp_get_use_title_style_parts_and_geometry):
8205 (border_mp_draw_mp_titlebar):
8206 (border_draw_decor_to_pixmap):
8207 (border_draw_title_deep):
8208 (border_get_titlebar_draw_descr):
8209 (border_setup_use_title_style):
8210 (border_get_titlebar_descr_state):
8211 (border_get_titlebar_descr):
8212 (border_get_transparent_decorations_part):
8213 (border_draw_title_stick_lines):
8214 MultiPixmap can use Colorset and Solid color. Various others minor
8215 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8216 "main" drawing code and remove the #ifdef.
8217 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8218 Use the new Scr.AlphaGC.
8220 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8222 * fvwm/add_window.c (validate_transientfor):
8223 do not ignore transientfor hint for iconified windows
8225 2002-12-12 Jason Weber <baboon@imonk.com>
8228 * fvwm/conditional.c (CMD_ScanForWindow):
8231 rename ScanWindow to ScanForWindow
8233 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8235 * fvwm/menuitem.c (menuitem_paint):
8236 * fvwm/colorset.c (parse_colorset):
8237 * fvwm/icons.c (DrawIconPixmapWindow):
8238 * fvwm/focus.c (_SetFocusWindow):
8239 (_ReturnFocusWindow):
8241 (_ForceDeleteFocus):
8242 (__activate_window_by_command):
8243 patches to prevent UMR messages in memory debuggers
8245 2002-12-11 Jason Weber <baboon@imonk.com>
8247 * fvwm/fvwm.1.in: Added ScanWindow
8249 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8252 Generalized CMD_Direction into direction_cmd.
8253 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8254 Replace Cycle prefix with secondary direction argument.
8256 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8258 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8260 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8261 * fvwm/conditional.c (CreateConditionMask):
8262 Implemented conditional "FixedSize" and "HasHandles"
8264 Documented conditional options "FixedSize" and "HasHandles".
8266 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8268 * fvwm/placement.c (PlaceWindow):
8269 fixed StickyAcrossDesks w/ StartsOnPage
8273 * fvwm/ewmh_conf.c (set_state_workaround):
8274 * fvwm/update.c (apply_window_updates):
8275 * fvwm/windowlist.c (CMD_WindowList):
8276 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8277 (ewmh_WMStateSticky):
8278 * fvwm/conditional.c (CreateConditionMask):
8279 * fvwm/gnome.c (GNOME_SetHints):
8281 (GNOME_HandlePropRequest):
8282 * fvwm/placement.c (SmartPlacement):
8287 * fvwm/session.c (SaveWindowStates):
8290 * fvwm/ewmh.c (check_desk):
8291 (EWMH_SetWMDesktop):
8292 (ewmh_ComputeAndSetWorkArea):
8293 (ewmh_HandleDynamicWorkArea):
8294 (ewmh_HandleDesktop):
8297 (ewmh_HandleToolBar):
8298 * fvwm/virtual.c (UnmapDesk):
8301 (do_move_window_to_desk):
8302 * fvwm/icons.c (setup_icon_title_size):
8303 (DrawIconTitleWindow):
8306 * fvwm/borders.c (is_button_toggled):
8307 (get_common_decorations):
8308 (border_draw_title_stick_lines):
8309 * fvwm/add_window.c (AddWindow):
8310 * fvwm/move_resize.c (__move_window):
8312 (is_window_sticky_across_pages):
8313 (is_window_sticky_across_desks):
8319 (CMD_StickAcrossPages):
8320 (CMD_StickAcrossDesks):
8321 (stick_across_pages):
8322 (stick_across_desks):
8323 (handle_stick_across_desks):
8324 (handle_stick_across_pages):
8326 * fvwm/fvwm.h (struct):
8327 * fvwm/style.c (style_parse_one_style_option):
8328 (check_window_style_change):
8330 * fvwm/window_flags.h:
8331 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8332 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8335 * fvwm/focus.c (CMD_Focus):
8337 (__activate_window_by_command):
8338 (__update_windowlist):
8339 (__set_focus_to_fwin):
8341 (_ReturnFocusWindow):
8343 (_ForceDeleteFocus):
8344 fixed window list order with FlipFocus command
8346 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8350 document bidi entry undocumented in 2.5.5
8352 2002-12-06 olicha <olivier.chapuis@free.fr>
8355 Fixed the "detection" of the LINGUAS variable
8358 Added ar to ALL_LINGUAS
8361 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8363 * fvwm/move_resize.c (__resize_window):
8364 fixed handling of MontionNotify and PropertyNotify events
8366 2002-12-03 olicha <olivier.chapuis@free.fr>
8368 * fvwm/borders.c (border_draw_decor_to_pixmap):
8369 (border_get_border_background):
8370 (get_common_decorations):
8373 * fvwm/builtins.c (CMD_PrintInfo):
8374 New subject nls to PrintInfo
8376 * libs/FGettext.c (*):
8377 New command FlocalePath
8379 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8383 changed version to 2.5.6
8389 2002-12-02 olicha <olivier.chapuis@free.fr>
8391 * libs/FRenderInit.c (FRenderInit):
8392 Fixed alpha depth if !XRenderSupport
8394 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8395 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8397 * libs/PictureImageLoader.h:
8398 Fixed image loading on bigedian machine
8400 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8402 * libs/FBidi.c (FBidiConvert):
8403 several small changes
8404 * libs/FBidiJoin.c (shape_n_join):
8405 enabled a new bidi shaping code
8407 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8409 * fvwm/frame.c (frame_restore_client_gravities):
8410 (frame_free_move_resize_args):
8411 fixed a redrawing problem after shading a window
8413 2002-11-29 olicha <olivier.chapuis@free.fr>
8416 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8420 Fixed two missprints
8422 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8424 * fvwm/bindings.c (ParseBinding):
8425 fix for stroke-less compile
8427 2002-11-29 olicha <olivier.chapuis@free.fr>
8429 * fvwm/commands.h (enum):
8430 * fvwm/functable.c (func_table):
8431 * fvwm/builtins.c (CMD_LocalePath):
8432 * libs/FGettext.c (FGettextSetLocalePath):
8434 Preparation for LocalePath command
8436 * fvwm/screen.h (ScreenInfo):
8437 * fvwm/fvwm.c (CreateGCs):
8438 Rename Scr.TileGC to Scr.BordersGC
8441 A libintl autoconf fix
8443 * libs/Colorset.c (CreateBackgroundPixmap):
8444 Do not grab the server when we dump the E setroot pixmap
8446 2002-11-29 olicha <olivier.chapuis@free.fr>
8453 Added NLS support with gnu gettext
8455 * fvwm/fvwm.c (main):
8458 * fvwm/expand.c (expand_vars_extended):
8459 New extanded variable $[gt.any_string]
8461 * fvwm/virtual.c (CMD_DesktopName):
8462 * fvwm/windowlist.c (get_desk_title):
8463 * fvwm/expand.c (expand_vars_extended):
8464 * fvwm/fvwm.c (SetRCDefaults):
8465 * fvwm/ConfigFvwmSetup:
8466 Mark some strings to be translated
8468 * libs/FGettext.c (new file):
8469 * libs/FGettext.c (new file):
8471 gnu gettext libintl warper
8473 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8475 * fvwm/add_window.c (RestoreWithdrawnLocation):
8476 rixed rxvts with S/E gravity travelling off screen upon recapture after
8479 * fvwm/events.c (__handle_key_event):
8480 * fvwm/bindings.c (activate_binding):
8481 (__rebind_global_key):
8482 fixed unbinding pointerkey bindings removing the grab for this key
8485 * fvwm/events.c (__is_bpress_window_handled):
8486 fixed click on override redirect windows being handled by the root
8489 * fvwm/misc.c (GrabEm):
8490 confine the pointer to the root window when grabbed
8492 * fvwm/events.c (HandleUnmapNotify):
8493 fixed reparenting problem with restarts from desks != 0
8495 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8498 removed experimental code
8500 2002-11-28 olicha <olivier.chapuis@free.fr>
8502 * fvwm/borders.c (border_get_border_background):
8503 (border_draw_decor_to_pixmap):
8504 (border_fill_pixmap_background):
8505 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8508 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8510 * fvwm/fvwm.c (InitVariables):
8511 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8513 * fvwm/virtual.c (CMD_EdgeScroll):
8516 * fvwm/ConfigFvwmDefaults:
8517 do not include empty ConfigFvwmProxyDefaults, added one binding
8519 2002-11-26 olicha <olivier.chapuis@free.fr>
8521 * libs/Colorset.c (CreateBackgroundPixmap):
8522 * fvwm/colorset.c (parse_colorset):
8523 Be more safe with the E root pixmap
8525 2002-11-25 olicha <olivier.chapuis@free.fr>
8527 * fvwm/move_resize.c (__move_loop):
8528 Redraw the transparent decoration parts when a move is abored
8530 * fvwm/colorset.c (parse_colorset):
8531 Fixed the fgsh Colorset colors when the Image change but not the bg
8533 2002-11-24 Jason Weber <baboon@imonk.com>
8535 * fvwm/conditional.c (CMD_Direction):
8536 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8537 eventual traversal of all windows over repeated calls. It also cycles
8538 back to the opposite extent when it hits the limit in the given
8541 2002-11-22 olicha <olivier.chapuis@free.fr>
8544 * fvwm/borders.c (get_common_decorations):
8545 (border_get_parts_and_pos_to_draw):
8546 (border_get_changed_border_parts):
8547 (border_get_frame_pixmap, new):
8548 (border_get_border_background):
8549 (border_draw_one_border_part):
8550 (border_draw_decorations):
8551 (border_get_tb_parts_to_draw):
8552 (border_fill_pixmap_background):
8553 (border_get_titlebar_descr_state, new):
8554 (border_draw_titlebar):
8555 (border_setup_bar_pixmaps, new):
8556 (border_get_bar_pixmaps, new):
8557 (border_free_bar_pixmaps, new):
8558 (border_setup_use_title_style, new):
8559 (border_set_button_pixmap):
8560 (border_set_title_pixmap):
8561 (border_draw_one_button):
8562 (border_set_button_pixmap):
8563 (border_draw_title_deep):
8564 (border_get_transparent_decorations_part, new):
8565 Title, Border and Buttons Style Colorset Option: Drawing
8567 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8570 * fvwm/frame.c (__frame_setup_window):
8571 (frame_has_handles_and_tiled_border):
8572 (frame_create_move_resize_args):
8573 (frame_free_move_resize_args):
8574 Title, Border and Buttons Style Colorset Option: External drawing
8575 stuff. Basically additional redrawing for RootTransparent
8577 * fvwm/builtins.c (update_decorface_colorset, new):
8578 (update_titlebutton_colorset, new):
8579 (update_decors_colorset, new):
8580 (update_fvwm_colorset):
8581 Title, Border and Buttons Style Colorset Option: Dynamic updating
8584 * fvwm/builtins.c (ReadDecorFace):
8585 Title, Border and Buttons Style Colorset Option: Configuration
8587 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8589 Title, Border and Buttons Style Colorset Option: Convinent macros and
8592 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8594 * libs/Makefile.am: Add missing Bindings.h.
8596 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8598 * fvwm/move_resize.c (__move_loop):
8599 send M_CONFIGURE_WINDOW only when the window actually moves
8601 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8608 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8609 with minor improvements; it is disabled for now (#if 0) since
8610 some Arabic chars cause core dump
8612 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8614 * fvwm/fvwm.1.in (Examples):
8615 added documentation of Icon option for PlaceAgain command
8617 * fvwm/events.c (__handle_key_event):
8618 fixed global key binding problem
8620 2002-11-15 olicha <olivier.chapuis@free.fr>
8622 * libs/Bindings.c (MatchBindingExactly):
8623 (__compare_binding):
8624 compile fixes w/o stroke lib
8627 * fvwm/geometry.c (get_title_font_size_and_offset):
8628 * fvwm/builtins.c (do_title_style):
8629 New MinHeight option to TitleStyle
8631 2002-11-15 olicha <olivier.chapuis@free.fr>
8633 * fvwm/builtins.c (update_fvwm_colorset):
8638 * fvwm/colorset.c (update_root_transparent_colorset):
8639 Fixed update of the RootTransparent colorset in fvwm
8641 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8643 * libs/Bindings.c (__compare_binding):
8644 (MatchBindingExactly):
8645 compoile fixes w/o stroke lib
8647 2002-11-14 olicha <olivier.chapuis@free.fr>
8652 Removed any reference on "xft and flickering"
8654 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8656 * fvwm/eventmask.h (XEVMASK_ICONW):
8657 * fvwm/events.c (HandleKeyRelease):
8659 (__handle_key_event):
8660 * fvwm/bindings.c (ParseBinding):
8662 * libs/Bindings.h (enum):
8663 implemented key release bindings; prefix the key name with a '-';
8664 does not work well with some applications
8666 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8671 * fvwm/bindings.c (ParseBinding):
8674 (bind_get_bound_button_contexts):
8680 (RemoveMatchingBinding):
8685 (GrabAllWindowKeysAndButtons):
8686 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8687 * fvwm/events.c (__handle_bpress_on_root):
8688 (__handle_bpress_on_managed):
8689 (HandleButtonRelease):
8690 * fvwm/builtins.c (CMD_Wait):
8692 * libs/fvwmlib.h (enum):
8693 fixed Key vs. PointerKey with "A"ny context
8695 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8697 * fvwm/icons.c (Iconify):
8698 icon placement safety patch
8700 fixed initial position of application provided icon windows
8702 * fvwm/session.c (LoadWindowStates):
8703 fixed parsing of strings beginning with whitespace in session file
8705 * fvwm/fvwm.1.in (Note):
8706 * fvwm/style.c (style_set_old_focus_policy):
8707 * libs/defaults.h (DEF_FP_MODIFIERS):
8708 set default modifiers for raising/focusing to N again
8710 2002-11-11 olicha <olivier.chapuis@free.fr>
8713 * fvwm/fvwm.c (main):
8715 named-palette -> visual-palette, -N -> -P
8717 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8719 * fvwm/ConfigFvwmDefaults:
8720 include ConfigFvwmProxyDefaults
8722 * fvwm/fvwm.c (usage):
8723 polished usage message
8725 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8727 * fvwm/fvwm.c (usage):
8729 cleaned up usage and error messages
8730 use short option names in usage message an man page synopsis
8731 all options are case sensitive
8732 do not mention the "-" style long options in the man page; instead use
8735 * fvwm/add_window.c (setup_frame_window):
8736 * fvwm/events.c (HandleMapNotify):
8737 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8738 fixed empty decorations after recapture
8740 * fvwm/geometry.c (get_icon_geometry):
8741 * fvwm/icons.c (clear_icon):
8742 fixed icon jumping to 0 0 when the icon layout changes after the icon
8743 has been moved manually
8745 * fvwm/move_resize.c (__move_icon):
8746 fixed MoveToPage with icons
8748 2002-11-09 olicha <olivier.chapuis@free.fr>
8750 * libs/Fft.c (FftGetRotatedFont):
8753 Check the return result of FftPatternGetMatrix
8756 * libs/PictureBase.h:
8759 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8761 * fvwm/ewmh_conf.c (set_state_workaround):
8762 * fvwm/functable.c (func_table):
8763 * fvwm/update.c (apply_window_updates):
8764 * fvwm/windowlist.c (CMD_WindowList):
8765 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8766 (ewmh_WMStateSticky):
8767 * fvwm/conditional.c (CreateConditionMask):
8768 (CreateConditionMask):
8769 * fvwm/gnome.c (GNOME_SetHints):
8771 (GNOME_HandlePropRequest):
8772 * fvwm/placement.c (SmartPlacement):
8777 * fvwm/session.c (SaveWindowStates):
8779 * fvwm/ewmh.c (check_desk):
8780 (EWMH_SetWMDesktop):
8781 (ewmh_ComputeAndSetWorkArea):
8782 (ewmh_HandleDynamicWorkArea):
8783 (ewmh_HandleDesktop):
8786 (ewmh_HandleToolBar):
8787 * fvwm/virtual.c (UnmapDesk):
8791 (do_move_window_to_desk):
8792 * fvwm/icons.c (setup_icon_title_size):
8793 (DrawIconTitleWindow):
8796 * fvwm/borders.c (is_button_toggled):
8797 (get_common_decorations):
8798 (border_draw_title_stick_lines):
8799 * fvwm/add_window.c (AddWindow):
8800 * fvwm/move_resize.c (__move_window):
8801 (is_window_sticky_on_page):
8802 (is_window_sticky_on_desk):
8808 (handle_stick_page):
8809 (handle_stick_desk):
8810 (__handle_stick_exit):
8813 * fvwm/style.c (style_parse_one_style_option):
8814 (check_window_style_change):
8817 New Style options stickypage and stickydesk
8818 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8819 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8820 New conditions StickyPage and StickyDesk
8821 New commands StickPage and StickDesk
8823 * fvwm/move_resize.c (__move_window):
8824 do not unstick a window when using MoveToScreen
8830 * fvwm/functable.c (func_table):
8831 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8832 renamed EWMHBaseStrut to EwmhBaseStruts
8834 * fvwm/style.c (style_set_old_focus_policy):
8835 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8836 (style_parse_one_style_option):
8837 renamed "Border" style to "Borders"
8838 removed "NoBorder" style; use !Borders instead
8839 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8840 renamed PlacmentOverlapPercentPenalties to
8841 MinOverlapPercentPlacementPenalties
8848 Fixed compiler warnings
8850 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8853 autogenerate FvwmWindowLister files
8856 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8857 of MissingSubmenuFunction and DynamicPopupAction
8859 2002-11-08 olicha <olivier.chapuis@free.fr>
8861 * libs/PictureUtils.c (alloc_color_proportion):
8862 (alloc_color_proportion_dither):
8863 (alloc_color_proportion_grey):
8865 (free_colors_in_table):
8867 (init_static_colors_table):
8868 (PictureFreeColors):
8869 (PictureInitColors):
8870 (PicturePrintColorInfo):
8871 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8874 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8876 * fvwm/move_resize.c (__move_window):
8877 ignore MoveToPage with sticky windows
8879 * fvwm/conditional.c (Circulate):
8881 Next and Prev commands begin looking at the context window, if any
8883 * fvwm/focus.c (__focus_grab_buttons):
8884 fixed initial button grabbing on client window
8886 * fvwm/stack.c (BroadcastRestack):
8887 split long packets, fixed a bug and cleaned up
8889 * libs/Module.c (ReadFvwmPacket):
8890 ignore packets that are too long
8893 document PopupDelay and PopdownDelay defaults
8895 2002-11-06 olicha <olivier.chapuis@free.fr>
8897 * libs/Fft.c (FftGetFont):
8898 (FftGetRotatedFont):
8899 Use a more perfectioned method for loading font with Xft/Fc. This
8900 method allows sanity check. Preserve the matrix when rotating
8903 * libs/Flocale.c (FlocaleGetMinOffset):
8904 (FlocaleRotateDrawString):
8905 (FlocaleGetFontSet):
8907 * libs/Fft.c (FftDrawString):
8909 * libs/FftInterface.h:
8910 * fvwm/geometry.c (get_title_font_size_and_offset):
8911 Move the computation of the good "y" for drawing text into Flocale.
8912 Use the max ascent, descent and height for font metric (in the place
8915 * libs/Flocale.c (FlocalePrintLocaleInfo):
8917 * libs/Fft.c (FftPrintPatternInfo):
8919 * fvwm/builtins.c (CMD_PrintInfo):
8922 New option "Locale" to PrintInfo Command
8924 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8926 * fvwm/events.c (HandleExpose):
8929 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8931 * fvwm/fvwm.1.in: colour -> color
8934 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8937 * fvwm/fvwm.c (usage):
8941 2002-11-04 olicha <olivier.chapuis@free.fr>
8944 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8946 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8948 (PictureFreeColors):
8949 (PicturePrintColorInfo):
8950 Trace colours allocation out of the pallet in depth <= 8. Better
8951 information on coulours
8953 * libs/Fft.c (FftGetRotatedFont):
8955 Fixed rotated font when the original font has a matrix
8957 * libs/PictureBase.c (PictureInitCMapRoot):
8958 * libs/PictureUtils.h:
8959 * libs/PictureUtils.c (PictureInitColors):
8960 (PictureAllocColorTable):
8961 * libs/PictureBase.h (PictureColorLimitOption):
8962 * fvwm/fvwm.c (main):
8964 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8965 -named-pallet. -color-limit now take only integer argument.
8968 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8970 * libs/Module.h (struct):
8971 new type FvwmWinPacketBodyHeader to access the standard fields in a
8972 packet with a window
8974 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8979 * fvwm/functable.c (func_table):
8981 * fvwm/style.c (style_parse_one_style_option):
8982 (parse_and_set_window_style):
8986 added a new command FocusStyle as a shorthand for
8987 "Style * FP..., FP..."
8989 * fvwm/builtins.c (__parse_vector_line_one_coord):
8990 (__parse_vector_line):
8992 split vector line parsing into sub functions
8994 fixed core dump in vector button offset patch
8996 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8998 * fvwm/screen.h (vector_coords):
8999 added fields for offsets
9000 * fvwm/builtins.c (ReadDecorFace):
9001 rewrote parser for vector definitions to accept optional offsets
9002 * fvwm/fvwm.c (LoadDefaultLeftButton):
9003 (LoadDefaultRightButton)
9004 set default values for offsets
9005 * fvwm/borders.c (border_draw_vector_to_pixmap):
9006 updated XDrawLine call to take offsets into account
9008 documented new options for vector offsets
9010 2002-11-01 olicha <olivier.chapuis@free.fr>
9012 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9013 Fixed icon tint pixel, it was set to icon tint percent during some
9016 2002-10-31 olicha <olivier.chapuis@free.fr>
9018 * libs/PictureUtils.c (PictureAllocColorImage):
9019 (PictureOpenImageColorAllocator):
9020 (PictureCloseImageColorAllocator):
9021 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
9024 (PImageCreatePixmapFromArgbData):
9025 (PImageLoadPixmapFromFile):
9026 * libs/PictureBase.h (FvwmPictureThing):
9027 (PictureImageColorAllocator):
9029 * libs/Picture.c (PDestroyFvwmPicture):
9030 (PLoadFvwmPictureFromPixmap):
9031 * libs/Graphics.c (CreateGradientPixmap):
9033 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9034 Added a new way to allocate colors for image and gradient. This method
9035 allows, in particular, to save (in a "fast" way) the allocated pixels
9036 with a minimal memory usage.
9037 Fixed color leaks for png, ewmh and dithered xpm images.
9039 * fvwm/add_window.c (destroy_icon):
9040 * fvwm/fvwm.h (FvwmWindow):
9041 * fvwm/icons.c (GetIconFromFile):
9044 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9048 * fvwm/stack.c (enum):
9049 (position_new_window_in_stack_ring):
9051 (must_move_transients):
9054 (__raise_lower_recursion):
9055 (__raise_or_lower_window):
9056 (raise_or_lower_window):
9057 (collect_transients_recursive):
9058 (__is_restack_transients_needed):
9060 (CMD_RestackTransients):
9061 new command RestackTransients which works like Raise and Lower but does
9062 not restack windows that are not transient
9063 renamed some functions
9067 corrected cursor movement key bindings
9069 * fvwm/bindings.c (activate_binding):
9070 fixed problem w/ bindings being overridden by applications OpenOffice
9073 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9080 include FvwmProxy to build
9082 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9085 exclude FvwmProxy from build
9091 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9094 added FvwmProxy module
9096 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9099 * fvwm/windowlist.c (CMD_WindowList):
9100 renamed SortClassName to SortByClass
9102 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9104 * fvwm/menustyle.c (menustyle_update):
9105 (menustyle_parse_style):
9106 (menustyle_get_styleopt_index):
9107 (menustyle_parse_style):
9108 (CMD_CopyMenuStyle):
9110 removed HilightRelief MenuStyle and hard coded it
9112 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9114 * fvwm/menus.c (make_menu_window):
9115 fixed updating menu background with "Menustyle * Background"
9117 * fvwm/stack.c (__get_stacking_sibling):
9119 fixed another stacking problem
9121 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9125 corrected and lined up several help lines
9128 added --enable-xinerama-emulation description
9130 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9132 * fvwm/stack.c (restack_windows):
9133 (__get_stacking_sibling):
9134 fixed another stacking problem
9136 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9138 * fvwm/add_window.c (AddWindow):
9139 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9140 windows starting lowered or on other layers in FvwmPager
9142 * fvwm/stack.c (restack_windows):
9143 (__get_visible_window):
9144 fixed a stacking problem with layers
9146 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9148 * fvwm/functable.c (func_table):
9151 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9155 * fvwm/windowlist.c:
9156 new WindowList option SortByResource
9158 * fvwm/style.c (check_window_style_change):
9159 * libs/FlocaleCharset.c:
9163 place recent authors to the top, not bottom
9166 corrected typo in error message
9168 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9170 * fvwm/fvwm.1.in: Lang check done.
9172 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9175 work on new menu loop code
9181 * fvwm/menus.c (__mloop_handle_event):
9182 (__mloop_get_event):
9183 (__mloop_handle_action_with_mi):
9184 * fvwm/menus.h (MenuReturn):
9185 renamed MenuReturn member menu to target_menu
9187 * fvwm/menus.c (__mloop_handle_event):
9188 * fvwm/menus.h (MenuReturn):
9189 removed a "write only" member of MenuReturn
9191 * fvwm/conditional.c (circulate_cmd):
9192 fixed the "Any" command
9194 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9196 * fvwm/stack.c (mark_transient_subtree):
9197 fixed stack ring corruption with iconified transients
9199 fixed a problem with lowering windows below the icons of their
9202 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9208 * libs/PictureBase.h:
9212 renamed colorset_struct to colorset_t
9214 2002-10-22 olicha <olivier.chapuis@free.fr>
9216 * libs/PictureUtils.c:
9217 Minor fixes and add #if O experimental code
9219 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9221 * fvwm/icons.c (DrawIconPixmapWindow):
9223 * fvwm/events.c (HandlePropertyNotify):
9224 * libs/Fft.c (FftDrawString):
9225 * libs/Colorset.c (DumpColorset):
9227 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9228 use renamed colorset_struct members
9230 * libs/Colorset.h (colorset_struct):
9231 renamed and re-sorted members and cut down bit field lengths for
9234 * fvwm/menustyle.c (menustyle_update):
9237 * fvwm/stack.c (restack_windows):
9238 fixed flickering when raising transients; can't prevent flickering when
9239 lowering a window completely
9241 fixed unnecessary error message
9243 * fvwm/fvwm.c (main):
9246 * fvwm/stack.c (__restack_window):
9247 fixed a stacking problem with icons
9249 * fvwm/add_window.c (destroy_icon):
9252 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9254 * fvwm/menuitem.c (menuitem_paint):
9255 * fvwm/menustyle.c (menustyle_parse_style):
9256 * fvwm/menus.c (paint_side_pic):
9259 (repaint_transparent_menu):
9260 * fvwm/menustyle.h (MenuLook):
9261 cleaned up menu drawing code, fixed last patch
9263 * fvwm/menuitem.c (menuitem_paint):
9264 * fvwm/menustyle.c (menustyle_parse_style):
9265 fixed HilightBack default
9267 * fvwm/bindings.c (binding_cmd):
9268 (bind_get_bound_button_contexts):
9270 * fvwm/screen.h (ScreenInfo):
9271 fixed mouse bindings with buttons > 5
9273 * fvwm/menuitem.c (menuitem_paint):
9274 * fvwm/menustyle.c (menustyle_parse_style):
9275 (menustyle_parse_style):
9276 (CMD_CopyMenuStyle):
9279 * fvwm/menus.c (repaint_transparent_menu):
9281 HilightBack and ActiveFore are now independent
9283 2002-10-18 olicha <olivier.chapuis@free.fr>
9285 * libs/PictureUtils.c (get_color_index):
9286 (create_mapping_table):
9287 (PictureAllocColorTable):
9288 Use a new distance and method for color approximation. Use 68 colors
9289 for the default under depth 8. I am happy with this, should use a
9290 similar distance method for dithering
9292 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9293 (PictureAllocColorTable):
9294 (PictureDitherByDefault):
9297 (PicturePrintColorInfo):
9298 * libs/PictureUtils.h:
9299 Allows -color-limit to work with any visual and depth for testing
9300 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9303 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9305 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9307 * fvwm/add_window.c (get_default_window_attributes):
9310 * fvwm/builtins.c (CMD_ChangeDecor):
9311 removed some duplicate redrawing
9313 * fvwm/update.c (apply_decor_change):
9314 suppress duplicate window update upon ChangeDecor
9315 (apply_window_updates):
9316 do not delete the focus window
9318 2002-10-17 olicha <olivier.chapuis@free.fr>
9323 * libs/Colorset.c (CreateBackgroundPixmap):
9324 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9326 * fvwm/builtins.c (CMD_Colorset):
9327 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9329 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9331 * fvwm/add_window.c (AddWindow):
9332 * fvwm/update.c (apply_window_updates):
9333 * fvwm/move_resize.c (handle_stick):
9335 suppress drawing of sticky decorations initially
9336 reduce module communication overhead when (un)sticking windows
9338 * fvwm/borders.c (border_draw_decorations):
9339 * fvwm/window_flags.h:
9341 * fvwm/frame.c (frame_create_move_resize_args):
9342 (get_resize_decor_gravities_one_axis):
9343 (frame_mrs_setup_draw_decorations):
9345 initialize window decorations with a "None" pixmap;
9346 delay drawing window decorations initially to prevent drawing multiple
9348 => windows grabbing the focus upon startup are drawn focused
9351 * fvwm/frame.c (frame_free_move_resize_args):
9352 reparent the frame hide windows to NoFocusWin instead of Root to
9353 suppress unnecessary ReparentNotify events
9355 2002-10-16 olicha <olivier.chapuis@free.fr>
9357 * fvwm/fvwm.c (main):
9361 Fixed compilation with X cvs
9363 * libs/Colorset.c (CreateBackgroundPixmap):
9366 * fvwm/events.c (HandlePropertyNotify):
9367 * fvwm/colorset.c (update_root_pixmap):
9368 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9369 to found a root pixmap
9371 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9373 * fvwm/bindings.c (bind_get_bound_button_contexts):
9374 another mouse binding fix
9376 * fvwm/conditional.c (CreateConditionMask):
9378 all conditions have a negation with '!' prepended
9382 Current, All, Pick, ThisWindow and PointerWindow imply the
9383 CirculateHitShaded condition.
9385 * fvwm/focus.c (__focus_grab_buttons):
9386 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9387 fixed bindings using mouse buttons >= 6
9389 2002-10-15 olicha <olivier.chapuis@free.fr>
9391 * libs/PictureUtils.c (PicturePrintColorInfo):
9394 * fvwm/functable.c (func_table):
9395 * fvwm/builtins.c (CMD_PrintInfo):
9397 New cmd PrintInfo. Only one arg at present time: "Colors"
9399 * fvwm/fvwm.c (main):
9400 Auto detect card with 2 hardware colormaps and choose the best
9403 * libs/PictureUtils.c (PictureInitColors):
9405 * libs/PictureUtils.h:
9406 * fvwm/fvwm.c (main):
9407 * libs/PictureBase.c (PictureInitCMapRoot):
9409 * libs/PictureBase.h:
9410 Try to support DirectColor visual in a good way, I do not think
9411 this is really useful.
9412 Added a flexible interface function PictureInitColors for
9413 colors allocation initialization.
9414 Some cleanup in color allocation and some preparation for a new
9415 method for saving and freeing colors allocated by images and gradients.
9416 Removed some ifdefed to 0 debug code.
9418 * libs/Picture.c (*):
9420 * libs/PictureImageLoader.c (*):
9421 * libs/PictureImageLoader.h:
9424 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9426 * fvwm/add_window.c (setup_key_and_button_grabs):
9427 * fvwm/bindings.c (ParseBinding):
9429 * fvwm/add_window.c (setup_key_and_button_grabs):
9430 don't grab window context specific bindings anymore; instead, set
9431 Scr.buttons2grab accordingly
9433 * fvwm/bindings.c (activate_binding):
9434 fixed stroke bindings on window context being ignored if no other
9435 action was bound to that context
9437 * fvwm/add_window.c (destroy_icon):
9438 fixed duplicate icon pixmap when switching from NoIconOverride to
9441 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9444 re-indented some code
9446 fixed random position of icon title for icons with a position hint
9449 corrected default of Use/NoIconPosition style
9451 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9453 * fvwm/windowlist.c (CMD_WindowList):
9454 fixed random string for iconified windows in the WindowList
9456 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9461 2002-10-08 olicha <olivier.chapuis@free.fr>
9463 * libs/PictureBase.c (*):
9464 (PictureInitCMapRoot)
9465 (PictureSetupWhiteAndBlack):
9466 (PictureWhitePixel):
9467 (PictureBlackPixel):
9469 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9470 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9471 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9472 but always use the root visual and allows to set or not a private
9474 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9475 but which respects the Pvisual
9477 * libs/PictureGraphics.c (*):
9478 * libs/FScreen.c (FScreenInit):
9479 * libs/FRender.c (FRenderRender):
9480 * libs/Fft.c (FftDrawString):
9481 * fvwm/icons.c (CreateIconWindow):
9482 * fvwm/colorset.c (parse_colorset):
9483 * fvwm/move_resize.c (CMD_XorValue):
9484 * fvwm/colorset.c (alloc_colorset):
9485 * fvwm/fvwm.c (main):
9486 Use the new interface functions and some fix if the fvwm depth !=
9489 * libs/PictureUtils.c (PictureAllocColorTable):
9490 Change the default color table to a 4x4x4 cc + 4 grey
9492 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9494 * fvwm/fvwm.1.in: Use built-in, not builtin.
9496 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9499 s/FvwmNewDebug/FvwmDebug/
9502 * fvwm/conditional.c (CMD_NoWindow):
9505 new command NoWindow to remove window context
9508 use "fvwm" spelling, at least in the middle of sentences
9510 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9512 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9513 builtin commands. Use "builtin", not "built in" or "built-in".
9516 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9518 * libs/Graphics.c (do_relieve_rectangle):
9519 removed debug message
9521 * fvwm/focus.c (__update_windowlist):
9522 (__set_focus_to_fwin):
9523 fixed reversal of __update_windowlist arguments causing FlipFocus to
9524 break [and maybe other things]
9526 2002-10-05 olicha <olivier.chapuis@free.fr>
9528 * libs/PictureUtils.c (alloc_color_cube):
9529 It si possible to enable "gamma correction" for colors cubes (disabled,
9530 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9532 * libs/PictureUtils.c (get_color_index):
9533 (create_mapping_table):
9534 Use a more exact approximation of colors for pur cc without the big
9537 * libs/PictureUtils.c (PictureFreeColors):
9540 * libs/Graphics.c (CreateGradientPixmap):
9541 (CreateGradientPixmapFromString):
9544 2002-10-04 olicha <olivier.chapuis@free.fr>
9546 * libs/PictureUtils.c (*):
9547 Used a better color approximation for color cube when we do not dither.
9548 Added some new colors tables: color cube with some grey colors.
9549 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9552 * fvwm/fvwm.c (main):
9553 Fixed the visual option
9555 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9558 generate FvwmNewDebug and FvwmGtkDebug
9560 2002-10-02 olicha <olivier.chapuis@free.fr>
9562 * libs/PictureUtils.c (USED_DIST):
9563 Used the euclidian distance for colors distance
9565 * libs/Fft.c (FftGetFont):
9566 Disable Xft if the Xserver does not support XRender
9568 2002-10-01 olicha <olivier.chapuis@free.fr>
9570 * libs/Fft.c (FftGetFont):
9571 Disable Xft if the Xserver does not support XRender
9573 * libs/FRender.c (FRenderRender):
9574 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9577 * libs/Colorset.c (SetRectangleBackground):
9578 (SetClippedRectangleBackground):
9580 New interface function for drawing a subset of a colorset rectangle
9582 2002-09-26 olicha <olivier.chapuis@free.fr>
9584 * fvwm/update.c (apply_window_updates):
9585 Fixed icons colorset update
9587 * libs/FRender.c (FRenderRender):
9588 Fixed bitmap rendering
9590 * fvwm/update.c (apply_window_updates):
9591 * fvwm/geometry.c (move_icon_to_position):
9592 * fvwm/events.c (HandleEnterNotify):
9594 (HandleLeaveNotify):
9595 (HandlePropertyNotify):
9596 * fvwm/add_window.c (setup_icon_font):
9597 * fvwm/icons.c (DrawIconWindow):
9598 (DrawIconTitleWindow):
9599 (DrawIconPixmapWindow):
9602 Fixed focus/unfocus flickering
9604 2002-09-25 olicha <olivier.chapuis@free.fr>
9606 * fvwm/icons.c (DrawIconTitleWindow):
9607 One more drawing fix
9609 2002-09-24 olicha <olivier.chapuis@free.fr>
9611 * fvwm/icons.c (DrawIconTitleWindow):
9612 An other drawing fix
9614 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9616 * fvwm/move_resize.c (__move_loop):
9617 fixed uninitialised variable
9619 fixed starting move at random position
9621 2002-09-24 olicha <olivier.chapuis@free.fr>
9623 * fvwm/update.c (apply_window_updates):
9624 * fvwm/geometry.c (move_icon_to_position):
9625 * fvwm/events.c (HandleEnterNotify):
9627 (HandleLeaveNotify):
9628 (HandlePropertyNotify):
9629 * fvwm/add_window.c (setup_icon_font):
9630 * fvwm/icons.c (DrawIconWindow):
9631 (DrawIconTitleWindow):
9632 (DrawIconPixmapWindow):
9635 Fixed icon drawing. Split icon window drawing.
9637 * libs/FRender.c (*):
9638 Fixed compilation and small clean up
9640 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9642 * fvwm/conditional.c (CreateFlagString):
9643 fixed quoting in conditional command conditions
9645 * fvwm/menus.c (__mloop_handle_event):
9646 removed unnecessary querying of pointer position on button release in
9651 * fvwm/bindings.c (ParseBinding):
9652 increased maximum allowed key symbol name length to 200 characters
9654 * fvwm/execcontext.h (enum):
9655 * fvwm/fvwm.c (Done):
9661 * fvwm/execcontext.h (enum):
9662 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9664 * fvwm/menus.c (pop_menu_up):
9665 fixed accidental menu animation with certain menu position hints
9667 2002-09-23 olicha <olivier.chapuis@free.fr>
9669 * libs/FRender.c (*):
9670 Fixed(?) XRender rendering with some Xserver
9672 * fvwm/update.c (apply_window_updates):
9673 * fvwm/geometry.c (move_icon_to_position):
9674 * fvwm/events.c (HandleEnterNotify):
9676 (HandleLeaveNotify):
9677 (HandlePropertyNotify):
9678 * fvwm/add_window.c (setup_icon_font):
9679 * fvwm/icons.c (DrawIconWindow):
9682 Clip text and icon drawing for the icons
9684 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9688 Path commands now support form: "path1;ext1:path2:path3;ext3"
9689 where ext1 (for example, ".png") means all files in path1 should
9690 be forced to have extention ".png" even if the requested icon
9691 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9693 * fvwm/execcontext.h:
9694 small changes in latters used for EXCT_* constants
9696 * fvwm/module_interface.c:
9698 * libs/PictureBase.c:
9700 some spacing reindentation
9702 2002-09-21 olicha <olivier.chapuis@free.fr>
9704 * libs/FRender.c (FRenderCompositeAndCheck):
9705 Temporally take GraphicsExposure in account
9707 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9710 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9712 2002-09-20 olicha <olivier.chapuis@free.fr>
9714 * fvwm/icons.c (GetIconPicture):
9715 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9716 Fixed the alpha channel
9718 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9723 2002-09-20 olicha <olivier.chapuis@free.fr>
9725 * libs/FRender.c (FRenderTintPicture):
9726 (FRenderTintRectangle):
9728 * libs/FRenderInterface.h:
9729 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9730 Make FRender code more modular. Add a 24+8 tinting method and enable it
9731 in the place of the 32 tinting method (which can be enabled by defining
9732 USE_ABSOLUTE_FORMATE)
9734 2002-09-19 olicha <olivier.chapuis@free.fr>
9736 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9737 (animated_move_back):
9739 (repaint_transparent_menu):
9740 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9741 (AnimatedMoveAnyWindow):
9742 * fvwm/move_resize.h:
9743 Support the new colorset transparent options and fix greyed item
9744 of transparent animated menus
9746 * fvwm/menus.c (pop_menu_up):
9747 (animated_move_back):
9749 * libs/Rectangles.c:
9750 * libs/Rectangles.h:
9752 New libs files for rectangles, segments, regions ..etc
9754 * fvwm/menus.c (clear_expose_menu_area):
9755 (get_menu_paint_item_parameters):
9758 (ParentalMenuRePaint):
9759 (ParentalMenuRePaint):
9760 * fvwm/menuitem.c (clear_menu_item_background):
9762 * fvwm/menuitem.h (MenuPaintItemParameters):
9763 Clip the item icons and text drawing
9765 * fvwm/menus.c (__mloop_exit):
9766 Fixed an indirect uninitialized variable bug
9768 * fvwm/menus.c (__mloop_handle_event): *
9769 (__mloop_handle_action_with_mi): *
9770 Update some comments
9772 * libs/FRender.c (FRenderVisualInit):
9774 * fvwm/colorset.c (parse_colorset):
9777 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9779 * fvwm/menus.c (__menu_loop):
9780 (__mloop_handle_action_with_mi):
9781 fixed parent menu redrawing
9783 * fvwm/style.c (check_window_style_change):
9784 * fvwm/update.c (apply_window_updates):
9785 * fvwm/add_window.c (setup_icon_size_limits):
9786 honour changes in IconSize style without recapture
9788 * fvwm/focus.c (focus_query_open_grab_focus):
9789 * fvwm/events.c (HandlePropertyNotify):
9790 * fvwm/add_window.c (setup_transientfor):
9791 take care of various funny initial transientfor settings
9793 * fvwm/stack.c (__raise_lower_recursion):
9795 fixed stacking core dump
9797 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9803 added a program that tests for -Werror option and similar; bug out of
9804 configure if the test program doesn't compile
9806 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9810 add a "do not edit" warning at the beginning of the man page
9813 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9815 * libs/FScreen.c (XineramaQueryScreens):
9816 fixed linking problem when compiling without Xinerama
9818 * fvwm/cursor.c (CMD_CursorStyle):
9819 fixed cursorstyle command being applied to windows without handles
9821 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9822 (EWMH_ProcessPropertyNotify):
9823 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9824 (GNOME_HandlePropRequest):
9825 fixed dummy macros when compiling without gnome/ewmh support
9827 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9829 * libs/queue.c (fqueue_add_inside):
9830 add a new command with the same execution time as a previous one behind
9834 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9837 * fvwm/functions.c (__execute_function):
9838 * fvwm/execcontext.h (exec_context_type_t):
9839 replace enum values with letters for readability
9841 * fvwm/functions.c (__execute_function):
9842 improved command log output
9844 * fvwm/schedule.c (execute_obj_func):
9845 fixed schedule queue timing
9848 refuse to run configure if CFLAGS is not empty
9850 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9853 fixed compilation with --enable-command-log; simplified fvwm_msg()
9856 reformatted; don't send end-of-line with SET_*MASK
9858 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9860 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9861 fixed multipixmap title drawing
9863 * fvwm/frame.h (struct):
9864 * fvwm/frame.c (frame_get_titlebar_dimensions):
9867 * fvwm/events.c (HandlePropertyNotify):
9868 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9870 * libs/Fft.c (FftDrawString):
9871 -Wall fix when compiling w/o Xft
9873 2002-09-15 olicha <olivier.chapuis@free.fr>
9875 * libs/Colorset.c (CreateBackgroundPixmap):
9876 Fixed a dpy problem with FvwmBacker
9877 * libs/Colorset.c (CreateBackgroundPixmap):
9878 Fixed creation a root transparent pixmap for small root pixmap
9880 2002-09-14 olicha <olivier.chapuis@free.fr>
9882 * libs/Fft.c (FftDrawString):
9883 Fixed clip region with shadow font
9885 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9886 Added a function to create translucent pixmaps
9887 * libs/Colorset.c (CreateBackgroundPixmap):
9889 * libs/FRender.c (FRenderRender):
9890 Allows to use the root window as src pixmap
9892 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9895 Fixed open double quotes in ButtonState section
9897 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9899 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9901 2002-09-13 olicha <olivier.chapuis@free.fr>
9903 * libs/Colorset.c (CreateBackgroundPixmap):
9904 (UpdateBackgroundTransparency):
9905 (SetRectangleBackground):
9907 * fvwm/colorset.c (*):
9909 * fvwm/events.c (HandlePropertyNotify):
9910 Starting implementation of RootTransparent colorset. Worked on
9911 tinted Transparent colorset. Various colorset parsing fixes.
9913 * libs/Fft.c (FftDrawString):
9915 Added the possibility to draw with a clipping region.
9917 * libs/FRender.c (FRenderRender):
9918 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9919 (PCreateRenderPixmap):
9920 (PGraphicsCreateTransprency):
9921 (PGraphicsTintRectangle):
9922 Improve current rendering functions to be able to tint the
9923 ParentalRelative pixmap or the background of a window.
9924 Re-enabled XRender rendering.
9927 remove a #if 0 debug "render" code
9929 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9931 * fvwm/builtins.c (ReadTitleButton):
9933 new button state shortcuts AllNormal, AllToggled,
9934 AllActive, AllInactive, AllUp, AllDown
9936 * fvwm/module_interface.c:
9940 possibly fixed compilation with non gcc
9942 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9944 * fvwm/focus.c (_focus_grab_buttons):
9945 (__focus_grab_buttons):
9947 (__focus_grab_one_button):
9948 grab all modifier combinations on client windows by default if
9949 necessary; this saves a lot of traffic but may grab unnecessary
9950 modifiers with mouse bindings on the client window
9953 * libs/defaults.h (DEF_FP_MODIFIERS):
9954 * fvwm/events.c (__handle_focus_raise_click):
9955 * fvwm/style.c (style_parse_focus_policy_style):
9956 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9957 default is now to use any modifiers for clicktofocus/raise purposes
9959 * fvwm/menus.c (__mloop_get_event):
9962 fixed tear off menus
9964 * libs/FEvent.c (FCheckIfEvent):
9967 (FCheckTypedWindowEvent):
9968 (FCheckWindowEvent):
9969 fixed FCheck...Event functions thus fixing Menu command behaving like
9972 * fvwm/move_resize.c (InteractiveMove):
9973 fixed offset between pointer and window when dragging
9975 * fvwm/virtual.c (HandlePaging):
9976 * fvwm/icons.c (CMD_Iconify):
9977 * fvwm/move_resize.c (InteractiveMove):
9978 * fvwm/menus.c (get_menu_options):
9980 * libs/FScreen.c (GetMouseXY):
9981 use new function fev_get_evpos_or_query()
9987 (GetLocationFromEventOrQuery):
9988 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9989 * libs/FEvent.c (fev_set_evpos):
9992 * fvwm/functions.c (__execute_function):
9993 (execute_complex_function):
9994 fixed complex action clicking logic
9996 * fvwm/add_window.c (CaptureOneWindow):
9997 fixed RecaptureWindow
9998 (CaptureAllWindows):
10001 * fvwm/functable.c (func_table):
10002 fixed running RecaptureWindow without a context window
10004 * fvwm/conditional.c (circulate_cmd):
10005 fixed action to run
10007 * fvwm/events.c (HandleVisibilityNotify):
10008 fixed VisibilityNotify handling
10010 * fvwm/functions.c (execute_complex_function):
10011 fixed memory corruption
10012 (__execute_function):
10013 fixed using wrong context
10014 (__execute_function):
10015 removed conditional that was always true now
10019 * fvwm/module_interface.c (ExecuteModuleCommand):
10020 initialise module number
10022 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10024 * fvwm/add_window.c (CaptureOneWindow):
10025 fixed memory corruption
10027 * fvwm/icons.c (Iconify):
10029 fixed bug introduced with transient stacking patch
10031 * fvwm/functions.c (DeferExecution):
10032 (__execute_function):
10033 (execute_complex_function):
10034 cleaned up and optimized exec_context handling
10039 * fvwm/windowlist.c:
10040 * fvwm/conditional.c:
10042 * fvwm/functions.c:
10043 * fvwm/placement.c:
10047 * fvwm/module_interface.c:
10050 * fvwm/add_window.c:
10051 * fvwm/move_resize.c:
10052 * fvwm/fvwm.h (F_CMD_ARGS):
10054 completely removed the builtin command arguments fw, w, and context
10056 * fvwm/functions.c (DeferExecution):
10059 * fvwm/stack.c (BroadcastRestack):
10060 removed global lastTimestamp
10062 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10063 (EWMH_ProcessPropertyNotify):
10064 (ewmh_WMStateShaded):
10065 (ewmh_WMStateSticky):
10066 (ewmh_WMStateHidden):
10070 (ewmh_CloseWindow):
10071 (ewmh_DesktopGeometry):
10072 (ewmh_ActiveWindow):
10073 use new function interface
10075 * fvwm/menus.c (do_menu):
10076 * fvwm/menucmd.c (menu_func):
10077 * fvwm/windowlist.c (CMD_WindowList):
10078 use new function interface
10079 replaced "(XEvent *)1" hack with a regular flag
10081 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10083 * fvwm/add_window.c (destroy_window):
10084 * fvwm/update.c (destroy_scheduled_windows):
10085 * fvwm/screen.h (ScreenInfo):
10086 new member is_executing_menu_function
10088 * fvwm/windowlist.c (CMD_WindowList):
10089 * fvwm/menucmd.c (menu_func):
10090 * fvwm/gnome.c (CMD_GnomeButton):
10091 (GNOME_ProcessClientMessage):
10092 (GNOME_HandlePropRequest):
10093 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10094 * fvwm/update.c (apply_window_updates):
10095 * fvwm/repeat.c (CMD_Repeat):
10096 * fvwm/conditional.c (circulate_cmd):
10108 * fvwm/focus.c (warp_to_fvwm_window):
10109 (CMD_WarpToWindow):
10110 * fvwm/read.c (run_command_stream):
10111 (run_command_file):
10114 * fvwm/fvwm.c (Done):
10118 use new function interface
10120 fixed running startup script under random module number
10122 * fvwm/functions.c (execute_function_override_window):
10123 * fvwm/functions.c (execute_function_override_wcontext):
10124 new convenience functions
10131 * fvwm/module_interface.c (CMD_Send_WindowList):
10133 (CMD_set_sync_mask):
10134 (CMD_set_nograb_mask):
10136 don't use "Module" argument anymore
10137 (ExecuteModuleCommand):
10139 use new function interface
10141 * fvwm/add_window.c (CaptureOneWindow):
10143 (CaptureAllWindows):
10144 * fvwm/events.c (HandleMapRequestKeepRaised):
10145 * fvwm/add_window.c (AddWindow):
10146 AddWindow takes executiuon context as its argument instead of the
10147 window; changed caller
10148 don't use "Event" anymore
10150 * fvwm/fvwm.c (StartupStuff):
10151 generate an execution context for startup
10153 * fvwm/move_resize.c (DoResize):
10157 renamed and used new function interface in args
10159 * fvwm/geometry.c (constrain_size):
10160 added XEvent *e argument to remove use of global "Event"; changed all
10163 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10165 * fvwm/stack.c (get_next_window_in_stack_ring):
10166 (get_prev_window_in_stack_ring):
10167 (get_transientfor_fvwmwindow):
10168 * fvwm/icons.c (SetMapStateProp):
10169 * fvwm/events.c (fake_map_unmap_notify):
10170 * fvwm/misc.c (IsRectangleOnThisPage):
10171 * fvwm/menus.c (menu_enter_tear_off_menu):
10172 (menu_close_tear_off_menu):
10173 * fvwm/icons.c (DrawIconWindow):
10175 * fvwm/colormaps.c (InstallWindowColormaps):
10176 made FvwmWindow * arguments const in many functions
10178 * fvwm/menus.c (pop_menu_up):
10181 (__mloop_do_popup):
10183 (menu_enter_tear_off_menu):
10184 (__mloop_get_event):
10185 (__mloop_get_event_timeout_loop):
10187 (__mloop_get_mi_actions):
10189 * fvwm/events.c (HandleEnterNotify):
10190 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10195 * fvwm/functions.c (DeferExecution):
10196 (__execute_function):
10197 * fvwm/windowlist.c (CMD_WindowList):
10198 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10199 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10200 (ExecuteModuleCommand):
10201 * fvwm/builtins.c (CMD_Wait):
10202 * fvwm/events.c (WaitForButtonsUp):
10203 (HandleShapeNotify):
10204 (HandleVisibilityNotify):
10205 (HandleUnmapNotify):
10206 (HandleSelectionRequest):
10207 (HandleReparentNotify):
10208 (HandlePropertyNotify):
10209 (HandleMotionNotify):
10210 (HandleMapRequestKeepRaised):
10211 (HandleMapRequest):
10212 (HandleMappingNotify):
10214 (HandleLeaveNotify):
10219 (HandleEnterNotify):
10220 (HandleDestroyNotify):
10221 (HandleColormapNotify):
10222 (HandleClientMessage):
10223 (HandleButtonRelease):
10224 (HandleButtonPress):
10225 (__handle_bpress_on_root):
10226 (__handle_bpress_action):
10227 (__handle_click_to_raise):
10228 (__handle_click_to_focus):
10229 (__is_bpress_window_handled):
10230 (__handle_focus_raise_click):
10231 don't use "Event", "Fw" and old_execute_function() anymore
10233 * fvwm/events.c (dispatch_event):
10234 removed preserve_tmpwin argument; changed all callers
10236 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10237 fixed random focus member of faked event
10239 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10240 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10241 (EWMH_ProcessPropertyNotify):
10242 * fvwm/move_resize.c (DisplaySize):
10244 (position_geometry_window):
10245 * fvwm/geometry.c (get_window_borders):
10246 (get_window_borders_no_title):
10249 * fvwm/events.c (dispatch_event):
10250 create event execution context
10251 (HandleClientMessage):
10252 removed useless local "button"
10254 don't fiddle with global Fw anymore; added argument to return context
10255 window; changed all callers
10257 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10258 * fvwm/move_resize.c (__resize_window):
10259 use new event handle interface
10262 * fvwm/eventhandler.h:
10263 new event handler interface
10265 * fvwm/functions.c (CMD_Plus):
10266 * fvwm/builtins.c (AddToDecor):
10268 (CMD_DestroyDecor):
10269 use F_CMD_ARGS in AddToDecor
10271 removed useless check for realloc return value
10272 use new function interface
10273 fixed another memory leak
10275 * fvwm/builtins.c (__remove_window_decors):
10276 replace old_execute_function with execute_function
10278 * fvwm/add_window.c (setup_window_placement):
10279 * fvwm/placement.c (PlaceWindow):
10280 * fvwm/schedule.c (execute_obj_func):
10281 * fvwm/colorset.c (add_to_junk):
10282 use new function call interface
10284 * fvwm/fvwm.h (F_EXEC_ARGS):
10285 (F_PASS_EXEC_ARGS):
10286 removed now unused macros
10288 * fvwm/functions.c (CheckActionType):
10291 (__execute_function):
10292 (__run_complex_function_items):
10293 (execute_complex_function):
10294 rewrote function call interface
10296 * fvwm/functions.c (__run_complex_function_items):
10297 new function split off from execute_complex_function
10301 removed "Event" global
10303 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10305 * fvwm/fvwm.1.in: Language check.
10307 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10309 * fvwm/functions.c (old_execute_function):
10312 * fvwm/module_interface.c (do_execute_module):
10313 don't write module argument anymore; code claimed that writing 0 into
10314 *Module prevented WaitForButtonsUp from being called, but that was
10315 either a lie or a relic of the past
10317 * fvwm/fvwm.h (exec_func_args_type):
10321 removed *Module argument
10323 * fvwm/functions.c (__execute_function):
10326 * fvwm/functions.h (enum):
10327 added more function execution falgs
10330 add exec_context_t *exc to builtin arguments
10332 * libs/FEvent.c (fev_copy_last_event):
10335 * fvwm/execcontext.h:
10336 * fvwm/execcontext.c:
10337 new files introducing the "exec_context_t" structure that shall replace
10338 the builtin command interface
10340 * fvwm/stack.c (__RaiseOrLowerWindow):
10341 (RaiseOrLowerWindow):
10342 (__restack_window):
10343 (mark_transient_subtree):
10344 (__sort_transient_ring):
10345 properly handle restacking of windows with more than one transient and
10346 multiple levels of transients at the same time
10347 (__RaiseOrLowerWindow):
10348 (RaiseOrLowerWindow):
10349 renamed function and added wrapper
10351 * fvwm/fvwm.h (FvwmWindow):
10352 added new scratch registers
10354 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10358 minor improvements in the new release procedure
10360 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10362 * fvwm/stack.c (RaiseOrLowerWindow):
10363 (__restack_window):
10364 (mark_transient_subtree):
10365 (must_move_transients):
10366 (is_on_top_of_layer_ignore_rom):
10367 handle restacking trees of transient windows; still does not work too
10368 well if a window has multiple transients at the same time
10370 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10374 restored versions from before 9th of September
10375 (RaiseOrLowerWindow):
10376 fixed StackTransientParent style without RaiseTransient or
10377 LowerTransient on transient_for window
10378 StackTransientParent works only on window in the same layer
10379 (mark_transient_subtree):
10380 fixed handling of window group hint w/ iconify
10382 (RaiseOrLowerWindow):
10384 fixed flickering when overlapping transients aree lowered
10386 * fvwm/move_resize.c (__resize_window):
10387 * fvwm/colorset.c (add_to_junk):
10388 cleaned up event handling
10390 * fvwm/move_resize.c (__resize_window):
10391 renamed function and changed callers
10393 * fvwm/fvwm.h (F_PASS_ARGS):
10395 removed eventp command argument
10397 * fvwm/events.c (DispatchEvent):
10399 renamed function, added event argument and changed all callers
10401 * libs/FEvent.c (fev_fake_event):
10402 * libs/FEvent.c (fev_get_evtype__remove_me):
10405 * fvwm/menus.c (menuShortcuts):
10412 (__mloop_get_event_timeout_loop):
10413 (__mloop_get_event):
10414 (__mloop_do_popup):
10415 (__mloop_do_popup):
10417 * fvwm/builtins.c (CMD_FakeClick):
10418 * fvwm/functions.c (CheckActionType):
10420 * fvwm/focus.c (__try_program_focus):
10421 (__try_program_focus):
10422 * fvwm/icccm2.c (SetupICCCM2):
10423 * fvwm/virtual.c (HandlePaging):
10424 * fvwm/module_interface.c (make_vpacket):
10425 (make_new_vpacket):
10426 * fvwm/schedule.c (squeue_get_next_ms):
10427 (squeue_get_next_ms):
10429 * fvwm/stack.c (BroadcastRestack):
10430 * fvwm/move_resize.c (resize_window):
10432 * libs/FEvent.c (fev_get_evtime):
10433 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10435 * fvwm/events.c (HandleEnterNotify):
10439 (discard_window_events):
10440 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10443 * fvwm/menus.c (__mloop_get_event):
10444 * fvwm/virtual.c (HandlePaging):
10446 * fvwm/functions.c (DeferExecution):
10448 * fvwm/misc.c (get_server_time):
10449 * fvwm/builtins.c (CMD_StrokeFunc):
10450 * fvwm/menus.c (pop_menu_up):
10453 * libs/FEvent.c (fev_update_last_timestamp):
10454 removed StashEventTime function; handle this directly in FEvent.c
10456 * fvwm/module_interface.c (ExecuteModuleCommand):
10457 * fvwm/misc.c (Keyboard_shortcuts):
10458 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10459 * fvwm/events.c (handle_all_expose):
10463 don't use Event global anymore
10465 * fvwm/bindings.c (activate_binding):
10466 fixed key bindings on window corners
10468 * libs/fvwmlib.h (C_DECOR):
10469 context including all parts of the decorations
10471 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10474 fixed compilation warning in #endif comment
10477 removed debug fprintf
10483 another solution for reporting the cvs status
10485 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10487 * configure.in (LIBOBJS):
10488 * acinclude.m4 (smr_SWITCH):
10489 fix for autoconf 2.53
10492 removed unnecessary includes
10494 * fvwm/Makefile.am (fvwm_SOURCES):
10496 * fvwm/eventmasks.h:
10497 * fvwm/eventhandlers.h:
10498 new files split from events.h
10500 * fvwm/icccm2.c (HandleSelectionRequest):
10501 (HandleSelectionClear):
10502 * fvwm/colormaps.c (HandleColormapNotify):
10503 * fvwm/menus.c (menu_tear_off):
10504 * fvwm/move_resize.c (resize_window):
10507 new argument avh_args_t to the event handler functions; still unused
10508 moved all event handlers to events.c
10509 remove now unnecessary includes in some files
10511 * fvwm/icccm2.c (HandleSelectionRequest):
10515 use replacements for X event functions everywhere
10517 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10521 * fvwm/borders.c (border_flags_to_button_state):
10523 * fvwm/builtins.c (ReadTitleButton):
10524 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10525 * fvwm/fvwm.c (InitVariables):
10526 Imlemented new title and button states InactiveUp and InactiveDown,
10527 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10528 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10529 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10532 reformat license info in -version to be 3 lines and one empty line
10533 instead of 5 non-empty lines, for readability
10535 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10539 * libs/Makefile.am:
10542 * fvwm/stack.c (__raise_or_lower_recursion):
10543 (RaiseOrLowerWindow):
10544 split into two functions
10545 renamed to __raise_or_lower_window
10546 (mark_transient_subtree):
10547 new flag MARK_CLEAR
10548 (position_new_window_in_stack_ring):
10551 cleaned up stacking code
10553 * fvwm/menus.c (paint_menu):
10554 fixed a minor drawing problem with menu item reliefs
10556 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10558 * fvwm/move_resize.c (InteractiveMove):
10559 removed eventp from interface
10560 changed all callers
10562 * fvwm/menucmd.c (menu_func):
10563 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10564 * fvwm/windowlist.c (CMD_WindowList):
10565 * fvwm/read.c (run_command_file):
10566 (run_command_stream):
10567 * fvwm/focus.c (warp_to_fvwm_window):
10568 * libs/Event.c (GetSubwindowFromEvent):
10569 * fvwm/events.c (GetContext):
10570 * libs/Pointer.c (GetLocationFromEventOrQuery):
10571 * fvwm/builtins.c (CMD_StrokeFunc):
10573 * fvwm/events.c (StashEventTime):
10574 * fvwm/move_resize.c (InteractiveMove):
10575 * fvwm/functions.c (DeferExecution):
10576 (old_execute_function):
10577 * fvwm/fvwm.h (F_CMD_ARGS):
10579 make eventp argument const to ease clean up work
10581 * fvwm/windowlist.c (CMD_WindowList):
10582 * fvwm/move_resize.c (InteractiveMove):
10583 * fvwm/menucmd.c (menu_func):
10584 * fvwm/icons.c (CMD_Iconify):
10585 always query pointer position in case a script modified the position
10588 * fvwm/focus.c (SetPointerEventPosition):
10589 removed function since it modifies the global event variable
10591 * fvwm/functable.c (func_table):
10592 added cursor and event type members fo DeferExecution call
10593 * fvwm/functions.c (DeferExecution):
10594 made static, call from inside functions.c only
10595 removed calls everywhere
10597 * fvwm/builtins.c (CMD_StrokeFunc):
10600 * fvwm/virtual.c (HandlePaging):
10602 don't use global "Event" anymore
10604 pass in event structure through arguments
10605 changed all callers
10607 2002-09-02 olicha <olivier.chapuis@free.fr>
10609 * libs/Colorset.c (*):
10611 * libs/colorset.c (parse_colorset):
10612 * libs/PictureGraphics.c (PGrabXImage):
10613 (PCreateRenderPixmap):sx
10614 (PGraphicsCreateTransprency):
10615 * libs/PictureGraphics.h:
10616 An experimental implementation of ParentalRelative tinted background
10618 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10619 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10621 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10622 * libs/FRenderInit.c (FRenderInit):
10623 (FRenderGetAlphaDepth):
10624 * libs/FRenderInit.h:
10625 Fixed alpha blending for xserver without depth 8 pixmap
10631 2002-09-01 olicha <olivier.chapuis@free.fr>
10634 Colorset and alpha blending news
10636 2002-08-31 olicha <olivier.chapuis@free.fr>
10638 * libs/Ficonv.c (convert_charsets):
10639 Fixed compilation on systems that do not have EILSEQ
10641 2002-08-30 olicha <olivier.chapuis@free.fr>
10643 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10644 Fixed compilation of certain modules
10646 * fvwm/borders.c (border_render_into_pixmap):
10647 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10648 * libs/PictureGraphics.h:
10649 * libs/Graphics.c (CreateStretchPixmap):
10650 (CreateStretchYPixmap):
10651 (CreateStretchXPixmap):
10652 Progress with masks in multipixmap title
10654 * libs/PictureGraphics.c (PCopyArea):
10656 (PCreateRenderPixmap):
10657 * fvwm/borders.c (border_fill_pixmap_background):
10660 * fvwm/icons.c (DrawIconWindow):
10661 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10662 Fixed the shape mask of ewmh icons and icons with some alpha
10664 2002-08-30 olicha <olivier.chapuis@free.fr>
10666 * libs/PictureGraphics.c (PCreateRenderPixmap):
10667 (PGrabImageErrorHandler):
10668 (PGraphicsCopyPixmaps):
10669 (PGraphicsCopyFvwmPicture):
10670 (PGraphicsTileRectangle):
10671 (PGraphicsRenderPixmaps):
10672 (PGraphicsRenderPicture):
10673 * libs/PictureGraphics.h:
10674 * libs/PictureBase.h:
10675 Replaced PGraphicsTileRectangle with a more powerful function,
10676 PCreateRenderPixmap, which performs *full* XRender simulation.
10677 So alpha blending is now supported even without Xrender support.
10678 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10679 for direct rendering with tint and alpha channel.
10681 * libs/FRender.c (FRenderVisualInit):
10683 (FRenderTintRectangle):
10685 * libs/FRenderInterface.h:
10686 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10687 and more powerfull function FRenderRender
10689 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10691 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10692 Load the alpha even without Xrender support
10695 * fvwm/colorset.c (parse_pixmap_tint):
10698 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10699 or obsolete TintMask) also tints gradients and the tint is applied
10700 only to the pixmap not the bg color. The average bg is computed from
10701 the "original" pixmap and not the tinted one, bgTint should be used
10702 to get a real average bg in the case the pixmap is tinted
10704 * fvwm/icons.c (DrawIconWindow):
10705 (CreateIconWindow):
10706 * fvwm/menuitem.c (menuitem_paint):
10707 * fvwm/menus.c (paint_side_pic):
10708 * fvwm/borders.c (border_get_border_background):
10709 (border_draw_decor_to_pixmap):
10710 (border_fill_pixmap_background):
10711 * fvwm/events.c (HandlePropertyNotify):
10712 Picture rendering use the new PGraphicsRenderPixmaps and
10713 PGraphicsRenderPicture libs functions. Respect new colorset options
10715 * fvwm/colorset.c (parse_colorset):
10717 (CMD_ReadWriteColors):
10719 Removed the read write colorset codes
10721 * libs/Graphics.c (CalculateGradientDimensions):
10722 Fixed the size of dithered H and V gradients
10724 * libs/PictureUtils.c (*):
10725 * libs/PictureUtils.h:
10728 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10730 * fvwm/menus.c (paint_menu_gradient_background):
10731 fixed drawing of SidePic menu background when not using SideColor
10734 * FvwmIconBox/icons.c:
10737 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10739 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10741 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10744 fixed --disable-ewmh
10748 added const to some prototypes
10750 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10752 * fvwm/menus.c (MenuInteraction):
10754 renamed MenuInteraction to __menu_loop
10756 * fvwm/menus.c (pop_menu_up):
10759 removed pdo_warp_to_title argument of pop_menu_up and changed all
10760 callers; logic is now in last_saved_position_hints
10761 (__menu_get_next_event_timeout_loop):
10762 began to split MenuInteraction into several sub functions
10763 go away, evil "goto"!
10765 * fvwm/style.c (style_parse_one_style_option):
10766 all boolean styles - and *only* boolean styles, can be prefixed with a
10767 '!' to invert their meaning
10768 (style_parse_button_style):
10769 moved Button and NoButton styles to separate function
10773 updated for 2.5.4-devel
10782 * fvwm/menuitem.h (struct):
10783 * fvwm/menus.c (paint_menu_gradient_background):
10784 (paint_menu_pixmap_background):
10786 (clear_expose_menu_area):
10787 fixed TiledPixmap menu background drawing bug
10788 sorted function in file and removed forward declarations
10790 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10792 * fvwm/Makefile.am (LDADD):
10793 put -lfvwm at front of library list
10795 * fvwm/windowlist.c (CMD_WindowList):
10796 print window's page instead of current page in windowlist
10798 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10800 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10801 Fix for Experimental RaiseOverUnmanaged Handling.
10803 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10807 New defs for Experimental RaiseOverUnmanaged Handling.
10809 * fvwm/events.c (HandleEnterNotify):
10811 (set_focus_to_fwin)
10812 (focus_query_grab_buttons)
10813 (_focus_grab_buttons)
10814 (focus_grab_buttons)
10815 (focus_grab_buttons_client_entered)
10817 (__activate_window_by_command)
10818 (_ReturnFocusWindow)
10820 (_ForceDeleteFocus)
10822 (raise_over_unmanaged)
10823 (is_above_unmanaged)
10824 (_is_on_top_of_layer)
10825 (is_on_top_of_layer)
10826 (is_on_top_of_layer_and_above_unmanaged)
10827 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10828 interaction of RaiseOverUnmanaged with various focus policies,
10829 particularly mouse focus + client click raises; issue mouse
10830 button grabs when and only when they are actually needed; and
10831 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10832 (Thanks to the GFPR, this is much more straightforward to do!)
10834 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10837 added a paragraph about scripting and complex functions.
10839 * fvwm/style.c (style_parse_one_style_option):
10840 fixed flag_mask and change_mask of TitleAt... styles that broke left
10843 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10846 describe new focus policy styles
10848 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10850 * fvwm/style.c (merge_styles):
10851 fixed applying style updates immediately
10853 * fvwm/geometry.c (constrain_size):
10854 fixed font resizing of maximized windows
10856 * fvwm/window_flags.h:
10857 * fvwm/fvwm.h (has_new_wm_normal_hints):
10860 * fvwm/events.c (HandleEnterNotify):
10861 fixed UngrabNotify returning focus to just unfocused window
10865 * fvwm/style.c (merge_styles):
10867 (__simplify_style_list):
10868 fixed default style calculations
10870 * fvwm/events.c (HandleConfigureRequest):
10871 disabled debug output
10873 * fvwm/style.c (merge_styles):
10874 * fvwm/fvwm.h (window_style):
10875 new style member default_mask to allow two levels of defaults;
10876 fixes focus policy defaults
10878 rewrote many of the macros; changed all callers
10880 * fvwm/borders.c (RenderIntoPixmap):
10881 (DrawMultiPixmapTitlebar):
10882 (border_render_into_pixmap):
10883 (border_draw_multi_pixmap_titlebar):
10884 applied Suzanne Skinner's multi pixmap titles fix
10885 renamed functions and changed all callers
10887 * libs/FScreen.c (FScreenGetScrRect):
10890 new utility functions
10892 * fvwm/windowlist.c (CMD_WindowList):
10893 new option MaxLabelWidth for the WIndowList command based on patch by
10895 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10896 WindowList command.
10898 * fvwm/events.c (HandleConfigureRequest):
10899 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10900 seems to work without problems
10902 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10904 * fvwm/style.c (merge_styles):
10905 fixed style defaults getting stuck to on once set
10908 fixed a number of non portable uses of the "test" command and unified
10909 the used syntax of all calls to reduce chance of copy-and-paste
10912 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10916 minor typos and improvements;
10917 better string quotings and detection of fribidi for autoconf-2.53
10919 * fvwm/Makefile.am:
10920 don't include *.in in EXTRA_DIST, they are auto-included
10922 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10924 * fvwm/events.c (HandleConfigureRequest):
10925 (HandlePropertyNotify):
10926 (is_resizing_event_pending):
10927 fixed uninitialised return code of test_resizing_event
10929 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10931 * fvwm/decorations.c (SelectDecor):
10933 * fvwm/window_flags.h:
10935 moved common.s.has_no_border window flag to common.has_no_border to
10936 fix windows getting stuck without a border once the HandleWidth or
10937 BorderWidth was set to 0 and then increased again
10940 removed reference to BUGS and TODO
10943 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10944 fvwm.1 files don't have to be updated for a release anymore; the release
10945 number and date are set by configure
10947 * fvwm/fvwm.c (setVersionInfo):
10948 fixed output of "fvwm -version"
10950 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10952 * fvwm/style.c (style_parse_one_style_option):
10953 Old focus styles override less of the behaviour specified with the
10954 FP... styles; use defaults instead without setting the mask
10955 (style_parse_one_style_option):
10956 removed the styles MouseFocusClickIgnoreMotion and
10957 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10959 (style_parse_one_style_option):
10960 ClickToFocusRaises now works only on the client window, not on the
10962 (style_parse_one_style_option):
10963 fixed FocusFollowsMouse style
10964 (style_set_old_focus_policy):
10965 moved old default focus settings to a separate function, simplified code
10967 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10969 * fvwm/fvwm.1: Add hot-spot is an offset information,
10970 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10973 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10975 * fvwm/style.c (style_parse_focus_policy_style):
10976 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10978 * libs/Makefile.am:
10979 added missing files
10981 * fvwm/events.c (HandleConfigureRequest):
10982 fixed ConfigureRequest race condition
10984 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10987 quote environment variables
10989 2002-08-13 olicha <olivier.chapuis@free.fr>
10992 Color limit and dithering news
10995 Added a minimal doc for the -color-limit option
10997 * fvwm/builtins.c (CMD_ColorLimit):
10998 ColorLimit is obsolete
11000 * fvwm/builtins.c (ReadDecorFace):
11001 * libs/PictureUtils.c (my_dither_depth_15_16_init):
11002 (PictureAllocColorAllProp):
11003 Implemented dithering for depth 16 and 15. This is off by default
11004 in colorset (use the dither colorset option) and on by default
11005 for window title gradient. Gradient are visibly more smooth.
11007 * libs/PictureUtils.c (*):
11010 2002-08-13 Mikhael Goikhman <migo@homemail.com>
11013 corrected the pixmap cursor description, added an example
11015 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11017 * fvwm/menus.c (select_menu_item):
11018 (paint_menu_gradient_background):
11019 fixed a redrawing problem with H/Vgradient menu faces
11021 fixed a minor problem w/ entering submenus via keyboard
11023 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11025 * fvwm/move_resize.c (CMD_ResizeMove):
11028 (CMD_ResizeMaximize):
11029 (CMD_ResizeMoveMaximize):
11030 commands can be used on iconified windows again
11034 moved pre-2.2 NEWS to ONEWS
11037 * libs/safemalloc.c:
11043 * fvwm/menustyle.c:
11050 let config.h include strinh.h or strings.h
11052 * fvwm/style.c (style_parse_one_style_option):
11053 (style_parse_one_style_option):
11054 fixed icon box crash
11056 * fvwm/bindings.c (update_nr_buttons):
11057 fixed extra buttons on window decorations
11059 * fvwm/style.c (style_parse_one_style_option):
11060 fixed parsing of the FP... and !FP... styles
11062 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11064 * fvwm/style.c (style_parse_one_style_option):
11065 Fixed a typo so that ClickToFocusRaisesOff actually turns
11066 the option off instead of on.
11068 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11070 * fvwm/focus.c (focus_grab_buttons):
11071 only grab necessary buttons on the client window
11073 2002-08-11 olicha <olivier.chapuis@free.fr>
11075 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11076 Removed some debug code
11078 * fvwm/fvwm.c (main):
11080 Added -color-limit to fvwm usage
11082 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11084 * fvwm/style.c (style_parse_one_style_option):
11085 (style_parse_focus_policy_style):
11086 added style options "FP..." to control focus policy
11087 removed OverrideGrabFocus and AllowGrabFocus styles
11089 * fvwm/style.c (merge_styles):
11090 fixed style defaults != 0
11092 * fvwm/focus.c (__restore_focus_after_unmap):
11093 fixed a bug w/ reverting the focus from transients to the parent
11095 * fvwm/ewmh.c (ewmh_HandleDesktop):
11096 * fvwm/style.c (style_parse_one_style_option):
11097 fixed defaults for various focus styles
11102 * fvwm/frame.c (frame_mrs_resize_move_windows):
11103 backed out anti-flicker patch that slowed down command processing
11105 * fvwm/bindings.c (update_nr_buttons):
11107 fixed sluggish processing of mouse bindings
11109 * fvwm/events.c (__handle_bpress_action):
11110 fixed drawing of pressed decorations w/o bindings
11112 * fvwm/frame.c (frame_move_resize):
11113 removed debug code that broke focus handling
11115 * fvwm/style.c (style_parse_one_style_option):
11116 fixed passing the focus click to the app by default
11118 * fvwm/events.c (__handle_click_to_focus):
11119 * fvwm/focus.c (set_focus_to_fwin):
11120 (__set_focus_to_fwin):
11121 removed drawing code that broke as many places as it fixed; plus it
11122 cause unnecessary redraws
11124 * fvwm/events.c (HandleConfigureRequest):
11125 send a synthetical ConfigureNotify if an application is not granted its
11126 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11127 and FixedPSize to work properly; also to be ICCCM compliant
11128 always force border_width 0 in these events
11129 in the experimental cr merging code, send a number of cn events equal
11130 to the number of merged events
11136 * fvwm/style.c (style_parse_focus_policy_style):
11137 (style_parse_icon_size_style):
11138 (style_parse_icon_box_style):
11139 (style_parse_icon_grid_style):
11140 (style_parse_icon_fill_style):
11141 (style_parse_one_style_option):
11142 (parse_and_set_window_style):
11143 split into separate functions
11144 (style_parse_one_style_option):
11145 simplified and cleaned up
11148 * fvwm/decorations.c:
11151 * fvwm/conditional.h:
11152 * fvwm/conditional.c:
11156 * fvwm/colormaps.c:
11159 reformatted and cleaned up
11161 2002-08-11 olicha <olivier.chapuis@free.fr>
11163 * libs/PictureUtils.c (*):
11164 * libs/PictureUtils.h:
11165 * libs/PictureDitherMatrice.h (new file):
11166 * libs/PictureImageLoader.c (*):
11167 * libs/PictureImageLoader.h:
11168 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11169 (PCreateDitherPixmap):
11170 (PCreateTintedPixmap):
11171 * libs/PictureGraphics.h:
11172 * libs/PictureBase.c (PictureInitCMap):
11173 * libs/PictureBase.h:
11174 * libs/Picture.c (*):
11177 * libs/Colorset.c (DumpColorset):
11180 * libs/Graphics.c (all gradient functions):
11183 * fvwm/move_resize.c (CMD_XorPixmap):
11184 * fvwm/colors.c (FreeColors):
11185 * fvwm/builtins.c (CMD_DefaultColors):
11186 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11187 * fvwm/builtins.c (FreeDecorFace):
11189 * fvwm/menus.c (pop_menu_down):
11190 (paint_menu_gradient_background):
11193 * fvwm/menustyle.c (menustyle_free_face):
11194 (menustyle_parse_face):
11196 (menustyle_update):
11197 (menustyle_parse_style):
11198 (CMD_CopyMenuStyle):
11199 * fvwm/menustyle.h:
11200 * fvwm/icons.c (GetIconFromFile):
11201 * fvwm/builtins.c (ReadMultiPixmapDecor):
11203 * fvwm/borders.c (border_draw_decor_to_pixmap):
11204 * fvwm/add_window.c (setup_mini_icon):
11205 * fvwm/fvwm.c (main):
11206 * fvwm/colorset.c (free_colorset_background):
11210 New color limit method and implement dithering in depth <= 8.
11211 Added a "fvwm picture attributes" structure for loading image.
11212 Some colors leaks fix. Add some (weak) color leaks. New option
11213 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11216 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11218 * libs/Flocale.c (FlocaleRotateDrawString):
11221 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11223 * fvwm/style.c (parse_and_set_window_style):
11224 fixed the default for passing the click-to-raise click for mousey
11227 * fvwm/events.c (__handle_click_to_focus):
11228 removed redundant code
11229 (WaitForButtonsUp):
11230 fixed sluggish motion event handling when waiting for buttons to be
11233 * fvwm/focus.c (__set_focus_to_fwin):
11234 (set_focus_to_fwin):
11235 fixed redrawing the border w/ mousey focus when the window was entered,
11236 then the border was clicked before the FocusIn event arrived
11238 * fvwm/events.c (__handle_bpress_on_managed):
11239 * fvwm/style.c (parse_and_set_window_style):
11240 fixed some small focus problems
11243 reformatted and cleaned up
11248 * fvwm/focus.c (focus_query_click_to_raise):
11249 (focus_query_click_to_focus):
11250 * fvwm/style.c (parse_and_set_window_style):
11251 * fvwm/events.c (__test_for_motion):
11252 (__check_click_to_focus_or_raise):
11253 (__handle_focus_raise_click):
11254 (__is_bpress_window_handled):
11255 (__handle_click_to_focus):
11256 (__handle_click_to_raise):
11257 (__handle_bpress_stroke):
11258 (__handle_bpress_action):
11259 (__handle_bpress_on_root):
11260 (__handle_bpress_on_unmanaged):
11261 (__handle_bpress_on_managed):
11262 (HandleButtonPress):
11263 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11264 of the new focus code; only the parsing for the new styles is missing
11266 * fvwm/virtual.c (is_pan_frame):
11269 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11271 * fvwm/add_window.c (AddWindow):
11272 fixed compile error
11274 * fvwm/events.c (__handle_focus_raise_click):
11275 (HandleButtonPress):
11278 * fvwm/events.c (__handle_focus_raise_click):
11279 * fvwm/fvwm.h (struct):
11280 * fvwm/style.c (check_window_style_change):
11281 (parse_and_set_window_style):
11282 * fvwm/session.c (MatchWinToSM):
11283 * fvwm/window_flags.h:
11284 eliminated parts of the old focus code
11286 * fvwm/focus.c (__set_focus_to_fwin):
11287 (set_focus_to_fwin):
11288 * fvwm/fvwm.c (InitVariables):
11289 * fvwm/add_window.c (destroy_window):
11290 * fvwm/events.c (__handle_focus_raise_click):
11291 * fvwm/screen.h (ScreenInfo):
11292 eliminated Scr.Ungrabbed global
11294 * fvwm/update.c (apply_window_updates):
11295 (flush_window_updates):
11296 * fvwm/icons.c (DeIconify):
11298 * fvwm/move_resize.c (CMD_Maximize):
11301 * fvwm/frame.c (frame_free_move_resize_args):
11302 (__frame_setup_window):
11303 * fvwm/virtual.c (do_move_window_to_desk):
11304 (CMD_GotoDeskAndPage):
11307 * fvwm/stack.c (LowerWindow):
11308 * fvwm/events.c (HandleMapNotify):
11309 (HandleVisibilityNotify):
11312 (__handle_focus_raise_click):
11313 (HandleEnterNotify):
11314 (HandleMapRequestKeepRaised):
11315 * fvwm/add_window.c (setup_key_and_button_grabs):
11316 (setup_focus_policy):
11318 * fvwm/focus.c (__try_other_screen_focus):
11319 (__set_focus_to_fwin):
11320 (set_focus_to_fwin):
11321 (focus_grab_buttons_on_pointer_window):
11322 (focus_grab_buttons_on_layer):
11323 (focus_grab_buttons_new):
11324 cleaned up focus grab handling.
11326 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11329 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11331 * fvwm/add_window.c (setup_window_structure):
11333 discarded unused return code
11335 * fvwm/focus.c (focus_grab_buttons):
11336 split into two fucntions and fixed a bug with ungrabbing buttons
11338 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11339 * fvwm/style.c (parse_and_set_window_style):
11340 * fvwm/icons.c (DeIconify):
11342 * fvwm/events.c (HandleButtonPress):
11343 (HandleEnterNotify):
11344 (HandleLeaveNotify):
11346 (HandleMapRequestKeepRaised):
11347 * fvwm/add_window.c (CaptureAllWindows):
11348 * fvwm/virtual.c (UnmapDesk):
11350 (do_move_window_to_desk):
11351 * fvwm/update.c (flush_window_updates):
11352 * fvwm/focus.c (set_focus_model):
11354 (__restore_focus_after_unmap):
11355 much more GFPR work; these patches may break lots of things
11357 * fvwm/focus.c (set_focus_to_fwin):
11358 (__activate_window_by_command):
11360 (ReturnFocusWindow):
11362 (ForceDeleteFocus):
11363 renamed MoveFocus to set_focus_to_fwin
11365 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11367 * libs/Fft.c (FftDrawString):
11368 removed redudant and buggy code that called DrawStringFunc before
11369 this pointer gets initialized
11371 * fvwm/focus.c (focus_query_click_to_raise):
11372 fixed possibly-uninitialized variable warning
11374 * fvwm/Makefile.am:
11375 specify stroke includes before Xft includes, may improve some cases
11377 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11380 fixed sys/time.h detection
11382 * fvwm/events.c (HandleMappingNotify):
11383 * libs/Bindings.c (AddBinding):
11384 added MappingNotify event handler
11386 * fvwm/events.c (HandleMapRequest):
11389 * fvwm/events.c (InitEventHandlerJumpTable):
11390 another attempt at handling "unknown" modifiers in key bindings
11392 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11394 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11395 * fvwm/add_window.c (destroy_window):
11396 * fvwm/focus.c (focus_grab_buttons):
11399 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11401 * fvwm/focus.c (focus_force_refresh_focus):
11402 * fvwm/events.c (HandleEnterNotify):
11403 (HandlePropertyNotify):
11404 (HandleButtonPress):
11405 * fvwm/icons.c (DeIconify):
11406 * fvwm/virtual.c (MapDesk):
11407 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11408 * fvwm/update.c (apply_window_updates):
11409 * fvwm/module_interface.c:
11410 * fvwm/conditional.c (MatchesConditionMask):
11413 * fvwm/icons.c (Iconify):
11414 removed "#if 0"ed code
11416 * fvwm/module_interface.c:
11417 disabled the old ConfigureWindow module interface
11420 * libs/fvwmsignal.h:
11422 * fvwm/ewmh_intern.h:
11424 * fvwm/module_interface.c:
11429 new file to encapsulate time.h and sys/time.h inclusion
11433 (mark_transient_subtree):
11434 (__mark_group_member):
11435 cleaned up and split into two functions
11437 * fvwm/focus.c (CMD_Focus):
11439 * fvwm/icons.c (DeIconify):
11442 (__activate_window_by_command):
11445 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11446 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11447 * fvwm/style.c (parse_and_set_window_style):
11448 (parse_and_set_window_style):
11449 began implementing new focus control styles
11451 * fvwm/focus.c (DoSetFocus):
11452 (__restore_focus_after_unmap):
11457 (__set_focus_to_fwin):
11460 * fvwm/conditional.c (MatchesConditionMask):
11461 * fvwm/focus.c (focus_query_open_grab_focus):
11462 (focus_query_close_restore_focus):
11463 (focus_does_accept_input_focus):
11465 * fvwm/events.c (HandleUnmapNotify):
11466 (HandleEnterNotify):
11468 (HandleMapRequestKeepRaised):
11469 renamed some functions
11472 * fvwm/focus_policy.c:
11473 * fvwm/focus_policy.h:
11474 prepared some future focus policy flags
11477 enable error message when png or xpm test compilation fails
11480 * fvwm/window_flags.h:
11481 * fvwm/ewmh.c (ewmh_HandleDesktop):
11482 * fvwm/style.c (parse_and_set_window_style):
11483 (check_window_style_change):
11484 * fvwm/events.c (HandleButtonPress):
11485 (HandleVisibilityNotify):
11486 began GFPR migration of *raises* focus policy flags
11488 * fvwm/focus.c (focus_is_focusd):
11491 * libs/Bindings.c (AddBinding):
11492 fixed handling of "unknown" modifiers in key bindings
11494 * fvwm/focus.c (focus_grab_buttons):
11495 (focus_query_grab_buttons):
11496 moved focus policy code into separate function
11498 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11503 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11505 * fvwm/style.c (parse_and_set_window_style):
11506 * fvwm/focus.c (focus_query_grab_focus):
11507 * fvwm/events.c (HandleMapNotify):
11508 (HandlePropertyNotify):
11509 * fvwm/focus_policy.c (fpol_init_default_fp):
11511 new styles OverrideGrabFocus and AllowGrabFocus
11512 cleaned up focus grabbing code and moved to focus.c
11514 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11516 * fvwm/focus.c (CMD_WarpToWindow):
11517 fixed negative arguments for unmanaged windows
11519 * fvwm/conditional.c (CMD_Direction):
11520 use PeekToken instead of GetNextToken
11522 new direction "center"
11524 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11526 * fvwm/events.c (addkbsubinstoarray):
11527 disabled experimental pointer warping code
11530 removed menu crash debug code
11532 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11535 added tons of crash debug code
11537 * fvwm/add_window.c:
11538 made a lot of internal functions static
11540 * fvwm/add_window.c (setup_button_windows):
11541 (destroy_title_window):
11542 (destroy_button_windows):
11543 (destroy_resize_handle_windows):
11544 (destroy_auxiliary_windows):
11547 * fvwm/icons.c (CreateIconWindow):
11548 safety patches w/ XDeleteContext
11550 * fvwm/menus.c (DestroyMenu):
11551 fixed a crash w/ accessing already deleted menus
11553 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11555 * fvwm/menus.c (get_menu_options):
11556 fixed menu context rectangle "icon" if the icon was not just a pixmap
11558 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11560 * fvwm/events.c (HandleMapNotify):
11561 (HandleMapRequestKeepRaised):
11562 (HandleUnmapNotify):
11563 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11564 * fvwm/ewmh.c (ewmh_HandleDesktop):
11565 * fvwm/style.c (parse_and_set_window_style):
11566 removed old do_grab_focus_when_created and *_when_transient_* flags
11568 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11570 * fvwm/conditional.c (MatchesConditionMask):
11571 * fvwm/focus.c (DoSetFocus):
11572 * fvwm/session.c (MatchWinToSM):
11573 * fvwm/module_interface.c (SETOLDFLAGS):
11574 removed old is_lenient flag
11577 * fvwm/style.c (__simplify_style_list):
11578 (simplify_style_list):
11581 * fvwm/window_flags.h:
11583 access macros for focus policy flags structures
11586 * fvwm/focus_policy.c:
11587 * fvwm/focus_policy.h:
11588 new files, begin great focus policy rewrite aka GFPR
11590 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11592 * fvwm/placement.c (PlaceWindow):
11593 Fixed interaction between CascadePlacement and StartsOnPage
11595 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11597 * libs/fvwmsignal.c (fvwmSelect):
11598 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11601 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11603 * fvwm/add_window.c (CaptureOneWindow):
11604 fixed a core dump w/ windows being destroyed during a recapture
11606 removed duplicate check if new windows still exist
11608 * fvwm/placement.c (CMD_PlaceAgain):
11609 * fvwm/move_resize.c (move_window_doit):
11611 * fvwm/virtual.c (MapDesk):
11613 (do_move_window_to_desk):
11614 * fvwm/icons.c (AutoPlaceIcon):
11615 (ChangeIconPixmap):
11617 some cleanup in movement code
11618 new option "Icon" to PlaceAgain command
11619 adapted documentation accordingly
11621 * fvwm/move_resize.c (move_window_doit):
11625 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11627 * libs/Flocale.c (FlocaleRotateDrawString):
11628 create gcs only once
11631 removed some references to Recapture
11632 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11633 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11635 * libs/gravity.c (gravity_parse_multi_dir_argument):
11636 fixed "all" multidir selecting "center" too
11638 * libs/Fft.c (FftDrawString):
11639 * libs/Flocale.c (FlocaleRotateDrawString):
11640 (FlocaleFontStructDrawString):
11641 (FlocaleDrawString):
11642 fixed some text placement bugs w/ shadow text
11643 (FlocaleGetShadowTextPosition):
11644 implemented "center" shadows
11646 2002-07-20 olicha <olivier.chapuis@free.fr>
11648 * libs/Flocale.c (FlocaleRotateDrawString):
11649 Removed some static declarations
11651 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11653 * libs/gravity.c (gravity_multi_dir_to_dir):
11654 * libs/gravity.h (enum):
11655 new function, cleaned up
11657 * fvwm/fvwm.h (FvwmWindow):
11661 moved text_rotation_type to gravity.h and renamed to rotation_type
11664 fixed several bugs in the access macros
11667 removed unused static FlocaleSeted
11668 (FlocaleFontStructDrawString):
11669 simplified function
11671 * fvwm/virtual.c (CMD_EdgeCommand):
11672 * fvwm/windowshade.c (CMD_WindowShade):
11673 * fvwm/conditional.c (CMD_Direction):
11674 adapted to changes in ParseDirectionArgument
11677 * libs/gravity.c (ParseDirectionArgument):
11678 new direction "Center"
11680 * fvwm/virtual.c (CMD_EdgeCommand):
11683 2002-07-18 olicha <olivier.chapuis@free.fr>
11685 * libs/PictureUtils.c (PictureRGBtoPixel):
11687 Fixed(??) color allocation for some visuals
11689 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11691 * libs/Flocale.c (FlocaleFontStructDrawString):
11692 a little code cleanup
11694 * fvwm/events.c (HandleEnterNotify):
11696 anothe click+drag fix
11698 * libs/Pointer.c (GetLocationFromEventOrQuery):
11699 * fvwm/focus.c (SetPointerEventPosition):
11700 * fvwm/functions.c (CheckActionType):
11701 * fvwm/builtins.c (CMD_StrokeFunc):
11702 * fvwm/move_resize.c (moveLoop):
11704 fixed some bugs w/ pointer on wrong screen
11706 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11708 * fvwm/events.c (HandleLeaveNotify):
11709 fixed problem w/ click+drag and mousey focus
11711 * fvwm/menus.c (size_menu_horizontally):
11712 fixed menu style SubmenusLeft w/ icons in menu items
11714 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11716 * fvwm/menuitem.c (menuitem_paint):
11718 * fvwm/menus.c (paint_menu_gradient_background):
11719 (get_menu_paint_item_parameters):
11720 removed circular dependency of menus.c and menuitem.c by using callback
11723 2002-07-17 olicha <olivier.chapuis@free.fr>
11728 * fvwm/fvwm.c (InitVariables):
11730 * fvwm/colorset.c (parse_colorset):
11732 (CMD_ReadWriteColors):
11733 * fvwm/builtins.c (CMD_ColorLimit):
11734 * libs/PictureUtils.h:
11735 * libs/PictureUtils.c (PictureReduceColor):
11736 (PictureReduceRGBColor):
11737 (PictureRGBtoPixel):
11738 (PictureAllocColor):
11739 (PictureFreeColors):
11740 (PictureGetNextColor):
11741 (colors_alloc_fail):
11745 (PictureAllocColorTable):
11746 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11747 (PImageXpmFreeColor):
11749 * libs/PictureBase.c (PictureInitCMap):
11750 * libs/Graphics.c (AllocLinearGradient):
11751 * libs/ColorUtils.c (GetShadow):
11757 (fvwmlib_clone_color):
11758 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11759 Implemented a new color limit method
11761 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11763 * fvwm/move_resize.c (moveLoop):
11764 fixed problem moving the pointer off screen while moving a window
11765 (AnimatedMoveAnyWindow):
11766 fixed pointer warping w/ multiple screens and animated window motion
11768 2002-07-12 olicha <olivier.chapuis@free.fr>
11770 * fvwm/menus.c (get_menu_paint_item_parameters):
11771 (paint_menu_gradient_background):
11772 * fvwm/menuitem.c (menuitem_paint):
11775 Fixed B/DGradient with Xft fonts
11778 * libs/ColorUtils.c (GetTintedColor):
11780 * fvwm/colorset.c (parse_simple_tint):
11783 Implemented fgTint colorset option
11785 * libs/PictureImageLoader.c:
11786 * libs/PictureUtils.c:
11787 * libs/PictureUtils.h:
11788 * libs/Makefile.am:
11789 Moved color limitation and some rgb to pixel functions from
11790 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11792 * fvwm/colorset.c (parse_colorset):
11793 * libs/PictureGraphics.c (PCreateTintedPixmap):
11794 (PGraphicsTintRectangle):
11795 Implemented tinting for X server without Xrender support and
11796 did color limitation when tinting
11799 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11801 * fvwm/events.c (WaitForButtonsUp):
11802 fixed handling of button release events
11804 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11806 * fvwm/menus.c (MenuInteraction):
11807 fixed core dump w/ dynamic popdown action destroying a menu
11808 (paint_menu_gradient_background):
11809 fixed hang and/or incorrect drawing of b and d gradients in menus
11811 * fvwm/events.c (HandleEnterNotify):
11812 (HandleLeaveNotify):
11813 improved LEAVE_WINDOW/ENTER_WINDOW handling
11815 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11817 * libs/Colorset.c (SetWindowBackground):
11818 (SetWindowBackgroundWithOffset):
11820 implemented new functions to allow pixmap backgrounds with an offset
11822 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11824 * fvwm/events.c (HandleMapRequestKeepRaised):
11825 send Map/UnmapNotify before iconyfying, not after
11827 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11829 * fvwm/events.c (HandleMapRequestKeepRaised):
11830 fake a MapNotify and then an UnmapNotify when a window is created iconic
11832 * fvwm/add_window.c (AddWindow):
11833 workaround for buggy TK menu positioning
11835 * fvwm/module_interface.c (FlushMessageQueue):
11838 tried to fix module communication deadlock w/ sync mask and a full write
11845 2002-07-06 olicha <olivier.chapuis@free.fr>
11847 * libs/Flocale.c (FlocaleGetFontSet):
11848 Removed some unwanted code
11850 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11852 * fvwm/events.c (HandleLeaveNotify):
11853 (HandleEnterNotify):
11854 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11856 * fvwm/events.c (CMD_XSync):
11857 very experimental patch to cycle through subwindows accepting keyboard
11858 input; call Xsync command repeatedly to test; crashes fvwm if more than
11859 1000 subwindows are used;
11861 * fvwm/focus.c (CMD_WarpToWindow):
11862 fixed a bug in warpttowindow command with subwindows of unmanaged
11865 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11867 * fvwm/events.c (HandlePropertyNotify):
11869 handle changes in the size_inc and base_size hints during opaque
11872 * fvwm/events.c (HandleButtonPress):
11873 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11874 until the button is released again; this restores the old behaviour
11875 from 2.3.23 and before with click+drag and rxvt/aterm
11877 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11879 * fvwm/update.c (apply_window_updates):
11880 fixed applying neverfocus to currently focused window; decorations
11881 partially drawn hilighted
11883 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11885 * fvwm/menucmd.c (menu_func):
11886 another module/menu/context window fix
11887 do not use global Fw anymore
11889 2002-07-05 olicha <olivier.chapuis@free.fr>
11891 * libs/Flocale.c (FlocaleStringToString2b):
11892 Fixed crash with big5-0 FontStruct
11894 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11896 * fvwm/menucmd.c (menu_func):
11897 fixed context window of menus invoked by a module
11899 fixed context menus on windows
11901 * libs/vpacket.h (ConfigWinPacket):
11902 * fvwm/module_interface.c (CONFIGARGSNEW):
11903 * fvwm/fvwm.h (FvwmWindow):
11904 fixed bugs in type conversions for transmitting certain information to
11907 * fvwm/functions.c (CheckActionType):
11908 fixed window selection problem w/ menus invoked from modules
11910 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11912 * fvwm/gnome.c (GNOME_HandlePropRequest):
11915 * fvwm/module_interface.c (ExecuteCommandQueue):
11916 fixed compile bug w/ --enable-debug-msgs
11918 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11920 * fvwm/events.c (HandleButtonPress):
11922 * fvwm/menus.c (MenuInteraction):
11924 * fvwm/windowlist.c (CMD_WindowList):
11925 * fvwm/menucmd.c (menu_func):
11926 * fvwm/module_interface.c (ExecuteModuleCommand):
11927 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11928 go away, evil globals! [removed the useless global variable
11931 * fvwm/events.c (HandleUnmapNotify):
11933 * fvwm/icons.c (Iconify):
11934 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11935 * fvwm/fvwm.h (struct):
11936 renamed is_deiconify_pending to is_iconify_pending
11939 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11941 * fvwm/menus.c (MenuInteraction):
11943 (menu_enter_tear_off_menu):
11945 * fvwm/events.c (HandleButtonPress):
11946 (HandleButtonRelease):
11949 * fvwm/menucmd.c (menu_func):
11951 * fvwm/module_interface.c (ExecuteModuleCommand):
11952 go away, evil globals! [removed the useless global variable "Context"]
11953 removed is_menu_from_frame_or_window_or_titlebar flag
11955 * fvwm/module_interface.c:
11956 * fvwm/windowlist.c:
11959 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11961 * fvwm/menuitem.c (menuitem_paint):
11962 fixed fg color of the inactive disabled menu item
11967 removed a mention of RedHat (I don't think it is correct),
11968 reworded a mention of fvwm95
11970 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11973 tabify only the leading spaces, untabify the middle of line
11975 2002-06-25 David Fries <dfries@mail.win.org>
11978 * fvwm/windowlist.c:
11979 Added code to sort based on the class name of a window for
11980 the WindowList function.
11982 2002-06-25 olicha <olivier.chapuis@free.fr>
11987 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11990 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11992 2002-06-24 Steve Talley <stephen.talley@sun.com>
11994 * fvwm/add_window.c:
11995 * fvwm/add_window.h:
12003 New Style option IconSize
12005 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12007 * NEWS, configure.in:
12008 changed version to 2.5.3
12010 2002-06-24 Mikhael Goikhman <migo@homemail.com>
12013 removed C++ section
12016 * libs/FlocaleCharset.c:
12019 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12021 * fvwm/events.c (WaitForButtonsUp):
12022 use the wait cursot only after the 20th pass through the loop
12024 2002-06-21 Dan Espen <dane@mk.telcordia.com>
12026 * fvwm/fvwm.1 (Examples): Language check.
12027 PipeRead as synchronous Exec.
12028 Better example for PipeRead.
12030 2002-06-21 olicha <olivier.chapuis@free.fr>
12034 Documented StringEncoding= in font name
12037 Removed --disable-compound-text doc
12039 2002-06-20 olicha <olivier.chapuis@free.fr>
12041 * libs/FBidi.h (FBidiConvert):
12042 Fixed compile if !HAVE_BIDI
12044 2002-06-19 olicha <olivier.chapuis@free.fr>
12046 * fvwm/fvwm.c (InitVariables):
12048 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12049 This fix a "null expression" at init in menustyle.c (menustyle_update)
12051 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12054 reworded supported feature listing, fixed the default xft detection
12056 added the "Supported Features" section
12058 2002-06-19 olicha <olivier.chapuis@free.fr>
12061 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12064 Removed --enable-mulibyte and --disable-compound-text config option
12065 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12068 Xft is on by default no
12070 * libs/FlocaleCharset.c (*):
12071 * libs/FlocaleCharset.h:
12072 * libs/Ficonv.c (*):
12074 * libs/Flocale.c (*):
12077 * libs/FftInterface.h:
12080 * fvwm/ewmh_names.c ():
12081 Some cleanup. Implemented StringEncoding= in font names. Fixed
12082 string encoding for xft fonts. Try to be more cleaver about defaults
12083 charsets. Improvement in the locale charset table.
12086 Some documentation cleanup regarding Xft
12088 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12090 * fvwm/functions.c (find_func_type):
12091 fixed bug i introduced w/ last commit
12093 * fvwm/fvwm.c (Done):
12095 * fvwm/functions.c (functions_is_complex_function):
12096 * fvwm/builtins.c (CMD_DestroyFunc):
12099 moved functions to functions.c
12102 * fvwm/functable.c:
12103 * fvwm/functable.h:
12104 * fvwm/functions.h:
12106 * fvwm/functions.c:
12107 moved some types and functions to other/new files
12109 * fvwm/functions.c:
12110 * fvwm/expand.c (expand_vars_extended):
12112 functions moved to new file
12114 * fvwm/functions.c:
12117 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12119 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12120 fixed colourmap focus problem
12123 tabified all files and removed all trailing spaces
12125 * fvwm/move_resize.c (move_window_doit):
12126 * fvwm/virtual.c (CMD_MoveToDesk):
12127 MoveToPage and MoveToDesk no longer unstick windows
12129 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12135 reworded some names of supported features
12137 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12139 * fvwm/update.c (apply_window_updates):
12140 * fvwm/session.c (MatchWinToSM):
12141 * fvwm/add_window.c (setup_window_structure):
12142 * fvwm/windowshade.c (CMD_WindowShade):
12143 * fvwm/window_flags.h:
12144 fixed a problem w/ shaded windows changind the title direction
12146 * fvwm/geometry.c (get_shaded_geometry):
12147 fixed shading window to 0 width or height
12149 * fvwm/add_window.c (AddWindow):
12150 fixed a memory leak and an initial window placement bug
12152 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12155 minor improvements in output, added bin/fvwm-perllib
12157 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12159 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12160 fixed copying PopupOffset values in CopyMenuStyle
12165 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12169 added CopyStringWithQuotes, not perfect, but works for now
12171 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12173 * fvwm/functions.h:
12175 * fvwm/functions.c (func_config):
12176 * libs/FScreen.c (FScreenConfigureSLSScreens):
12177 (FScreenConfigureModule):
12178 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12179 new command XineramaSLSScreens
12182 cleaned up Xinerama ifdefs
12184 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12187 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12189 2002-06-07 olicha <olivier.chapuis@free.fr>
12192 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12193 Some shadow text position fixes
12195 2002-06-06 olicha <olivier.chapuis@free.fr>
12197 * fvwm/update.c (apply_window_updates):
12198 Fixed the position of shaded windows after certain style update
12201 Fixed some options names
12203 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12205 * fvwm/module_interface.c (CMD_SendToModule):
12206 fixed SendToModule when the first parameter contains quotes
12208 2002-06-06 olicha <olivier.chapuis@free.fr>
12210 * fvwm/fvwm.c (main):
12211 * fvwm/ewmh.c (EWMH_Init):
12212 Init the EWMH before reading the config. Always setup the working
12215 2002-06-05 olicha <olivier.chapuis@free.fr>
12217 * fvwm/update.c (apply_window_updates):
12218 Fixed the position of a shaded window during a style update
12221 * libs/Flocale.c (FlocaleRotateDrawString):
12222 (FlocaleGetShadowTextPosition):
12223 Fixed side title text position if the font has no shadow
12226 * libs/Ficonv.c (FiconvInit):
12227 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12228 * libs/Flocale.c (FlocaleInit):
12229 (FlocaleRotateDrawString):
12230 (FlocaleGetFontSet):
12231 (FlocaleGetFontOrFontSet):
12233 (FlocaleDrawString):
12234 (FlocaleTextWidth):
12235 (FlocaleFreeNameProperty):
12236 (FlocaleGetNameProperty):
12237 (FlocaleTextListToTextProperty):
12238 Finish to remove the multibyte patch. This gives a more clean code
12239 and can only prevent bugs
12241 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12243 * fvwm/placement.c (PlaceWindow):
12244 fixed CascadePlacement with huge windows (xterm -g 240x100),
12245 that were aligned to bottom-right instead of top-left;
12246 small adjustments (removed border_width from calculations,
12247 don't place normal windows at 0, commented out some strange code)
12249 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12252 document CascadePlacement and FvwmIconMan improvements
12257 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12259 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12260 * fvwm/fvwm.c (InitVariables):
12261 * fvwm/placement.c (PlaceWindow):
12262 * fvwm/screen.h (struct ScreenInfo):
12263 improved *CascadePlacement, if the last placed window does not exist
12264 any more, reuse the last used position instead of adding a new cascade
12266 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12268 * fvwm/events.c (HandleEnterNotify):
12269 * fvwm/fvwm.c (InitVariables):
12271 Fixed colormap handling over decorative parts of a window
12273 2002-06-03 olicha <olivier.chapuis@free.fr>
12275 * fvwm/module_interface.c (make_named_packet):
12276 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12277 related to named module packet
12279 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12281 * fvwm/focus.c (focus_grab_buttons):
12282 * fvwm/events.c (HandleButtonPress):
12283 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12285 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12287 * fvwm/bindings.c (ParseBinding):
12288 replaced an error "Illegal mouse button" with a descriptive warning
12289 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12291 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12293 * fvwm/events.c (GetContext):
12294 fixed key bindings on decorations
12297 removed XEVMASK_DECORW
12299 2002-05-31 olicha <olivier.chapuis@free.fr>
12303 Documented shadow effect in a new section FONT EFFECTS
12305 2002-05-31 olicha <olivier.chapuis@free.fr>
12307 * libs/Fft.c (FftDrawString):
12308 * libs/Colorset.c (DumpColorset):
12311 * fvwm/colorset.c (parse_colorset):
12312 New colorset option fg_alpha which defines an alpha for rendering
12315 2002-05-29 olicha <olivier.chapuis@free.fr>
12317 * libs/Fft.c (FftSetupEncoding):
12324 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12325 to Xft FLAGS and LIBS
12327 * fvwm/Makefile.am:
12328 * libs/Makefile.am:
12329 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12330 Xft2 library. Removed FT2 CFLAGS and LIBS
12332 2002-05-27 olicha <olivier.chapuis@free.fr>
12337 Some Xft2 and fontconfig preparation
12340 * libs/Flocale.c (FlocaleParseShadow):
12342 (FlocaleGetShadowTextPosition):
12343 Added offset to shadow text
12346 Fixed the position of ne shadow text and remove some unused #define
12348 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12350 * fvwm/colorset.c (parse_colorset):
12351 fixed integer overflow in average colour calculation
12353 2002-05-27 olicha <olivier.chapuis@free.fr>
12355 * libs/gravity.c (GetNextMultiDirection):
12356 (ParseMultiDirectionArgument):
12358 Added a multi direction type which is a "<<" version of direction
12359 type. Added a parse and a next functions
12362 * libs/Flocale.c (FlocaleParseShadow):
12363 (FlocaleGetNextShadowDirection):
12364 (FlocaleGetShadowTextPosition):
12365 Used gravity multi direction type and functions. Removed
12366 FlocaleGetNextShadowDirection
12368 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12370 * fvwm/focus.c (restore_focus_after_unmap):
12371 fixed a problem w/ colormap transition when transient window died
12373 * fvwm/add_window.c (AddWindow):
12376 * fvwm/session.c (getUniqueStateFilename):
12377 applied security patch by Jan Echternach
12379 * fvwm/fvwm.c (InitVariables):
12380 Properly initialise Scr.flags.is_pointer_on_this_screen
12382 * libs/fvwmlib.h (FvwmFont):
12383 * fvwm/fvwm.c (setVersionInfo):
12386 * acconfig.h (MULTIBYTE):
12387 removed MULTIBYTE option (unconditionally on)
12389 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12391 * libs/gravity.c (ParseDirectionArgument):
12392 allow "t", "u", ... shortcuts as direction arguments
12394 * fvwm/style.c (check_window_style_change):
12395 (parse_and_set_window_style):
12396 * fvwm/frame.c (frame_setup_border):
12397 (frame_get_shading_laziness):
12398 (frame_get_sidebar_geometry):
12399 * fvwm/decorations.c (SelectDecor):
12400 * fvwm/add_window.c (setup_style_and_decor):
12401 (setup_resize_handle_cursors):
12402 (setup_resize_handle_windows):
12403 (change_resize_handle_windows):
12404 (destroy_auxiliary_windows):
12405 * fvwm/borders.c (border_get_border_gcs):
12406 (border_draw_border_parts):
12407 * fvwm/style.h (SCSET_HAS_BORDER):
12408 * fvwm/fvwm.h (FvwmWindow):
12409 * fvwm/window_flags.h (SET_HAS_BORDER):
12410 new styles NoBorder/Border
12412 2002-05-26 olicha <olivier.chapuis@free.fr>
12415 * libs/Flocale.c (FlocaleParseShadow):
12416 (FlocaleGetNextShadowDirection):
12417 (FlocaleGetShadowTextPosition):
12419 Implemented multidirectional shadow text rendering
12423 (FlocaleFontStructDrawString):
12424 (FlocaleRotateDrawString):
12426 (FlocaleDrawString):
12427 (FlocaleTextWidth):
12428 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12429 * libs/Fft.c (FftDrawString):
12430 Cleanup the FlocaleFont structure by addings some flags
12432 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12434 * fvwm/events.c (HandleFocusIn):
12435 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12436 * fvwm/screen.h (ScreenInfo):
12437 * fvwm/focus.c (FocusOn):
12438 ignore EnterNotify events while a window is waiting to receive focus
12439 from the Focus or FlipFocus commands; should prevent plenty of race
12440 contidions caused by executing complex functions by a key press, button
12441 press or from a menu; fixes Alt-Tab problem
12443 * fvwm/events.c (HandleMapNotify):
12444 immediately draw window decorations when window is mapped; the new frame
12445 drawing code takes care of suppressing unnecessary redraws
12446 (HandleLeaveNotify):
12447 fixed a bug w/ LeaveNotify event with NotifyGrab
12449 2002-05-22 olicha <olivier.chapuis@free.fr>
12452 * libs/Fft.c (FftDrawString):
12453 * libs/Flocale.c (FlocaleFontStructDrawString):
12454 (FlocaleRotateDrawString):
12456 (FlocaleGetShadowTextPosition):
12457 (FlocaleDrawString):
12458 (FlocaleDrawUnderline):
12459 (FlocaleTextWidth):
12460 Implemented negative shadow text
12462 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12464 * fvwm/menucmd.c (CMD_AddToMenu):
12465 * fvwm/windowlist.c (CMD_WindowList):
12468 changed signature of AddToMenu
12470 * fvwm/menus.c (clone_menu_root_static):
12471 fixed problem w/ menu style usage count and tear off menus
12472 fixed core dump w/ not copying the missing sub menu function in tear
12474 (clone_menu_item_list):
12476 (add_another_menu_item):
12477 (size_menu_vertically):
12478 fixed additional "More..." items in sub menus of torn off menus
12480 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12483 fixed #endif warning
12484 * fvwm/ConfigFvwmDefaults:
12485 added CirculateSkip to tear off menus
12487 fixed ShadeAgain quoting
12489 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12491 * fvwm/events.c (HandleButtonPress):
12492 allow to pass the focus click to applications and have a function bound
12493 to it at the same time
12497 fixed compilation problem
12499 2002-05-20 olicha <olivier.chapuis@free.fr>
12501 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12502 Fixed blue colour in png image and ewmh icons
12504 * libs/Flocale.c (FlocaleLoadFont):
12505 Removed some debug code
12507 * fvwm/colorset.c (parse_colorset):
12509 * libs/ColorUtils.c (GetForeShadowColor):
12510 Added Mikhael algo to compute the default fgsh
12512 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12514 * fvwm/functions.c (expand_extended_var):
12515 expand $[fgsh.csN], use constants instead of numbers
12517 2002-05-17 olicha <olivier.chapuis@free.fr>
12519 * libs/Flocale.c (FlocaleDrawString):
12520 (FlocaleDrawUnderline):
12522 Removed some unused and debug code
12524 2002-05-17 olicha <olivier.chapuis@free.fr>
12526 * fvwm/menuitem.c (draw_underline):
12528 * libs/Flocale.c (FlocaleDrawUnderline):
12529 Move draw_underline into Flocale.c and fix underline position with
12532 2002-05-17 olicha <olivier.chapuis@free.fr>
12534 * fvwm/style.c (update_window_color_style):
12535 (update_window_color_hi_style):
12536 * fvwm/move_resize.c (DisplayPosition):
12538 * fvwm/menuitem.c (menuitem_paint):
12539 * fvwm/borders.c (get_common_decorations):
12540 (border_get_titlebar_draw_descr):
12542 * fvwm/icons.c (DrawIconWindow):
12543 Pass the colorset to text drawing via the FlocaleWinString structure
12546 * libs/ColorUtils.c (GetForeShadowColor):
12548 * fvwm/colorset.c (parse_colorset):
12550 * libs/Colorset.c (DumpColorset):
12552 Added fgsh colorset and two new functions GetForeShadowColor and
12553 GetForeShadow which should be modified
12555 * libs/Makefile.am:
12557 * libs/FftInterface.h (new file):
12558 * libs/Fft.c (FftDrawString):
12560 * libs/Flocale.c (FlocaleFontStructDrawString):
12561 (FlocaleRotateDrawString):
12562 (FlocaleDrawString):
12563 (FlocaleTextWidth):
12565 Implemented text shadow rendering
12567 2002-05-11 olicha <olivier.chapuis@free.fr>
12570 * fvwm/builtins.c (refresh_window):
12571 * fvwm/update.c (apply_window_updates):
12573 * fvwm/style.c (check_window_style_change):
12574 ParentalRelativity style is now dynamic
12576 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12578 * fvwm/menuitem.c (menuitem_paint):
12579 fixed menu item hilight area
12581 2002-05-09 olicha <olivier.chapuis@free.fr>
12583 * libs/Makefile.am:
12584 * libs/XError.c (request_name):
12585 * libs/PictureImageLoader.c (PImageLoadPng):
12586 (PImageCreatePixmapFromArgbData):
12587 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12588 (PGraphicsTileRectangle):
12589 (PGraphicsCopyFvwmPicture):
12590 * libs/FRenderInit.c (new file):
12591 * libs/FRenderInit.h (new file):
12592 * libs/FRenderInterface.h:
12593 * libs/FRender.c (*):
12594 * fvwm/colorset.c (parse_tint):
12596 * fvwm/fvwm.c (main):
12597 * fvwm/events.c (HandlePropertyNotify):
12598 Change the design of the previous commit. Now a module should call
12599 FRenderInit when it wants to use a function which depends on XRender.
12601 2002-05-09 olicha <olivier.chapuis@free.fr>
12609 Include Fft.h include FRender.h as Xft.h include Xrender.h
12611 * libs/FRenderInterface.h:
12613 * libs/FRender.c (FRenderInit):
12614 (FRenderGetErrorCodeBase):
12615 (FRenderGetMajorOpCode):
12616 (FRenderGetExtensionSupported):
12617 (FRenderGetErrorText):
12618 Improve XRender initialization, check if the XRender extension is
12619 enabled and get the error code base and the major op code.
12620 Add error functions for the X error handler.
12622 * libs/XError.c (PrintXErrorAndCoredump):
12624 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12627 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12628 * fvwm/events.c (HandlePropertyNotify):
12629 * fvwm/colorset.c (parse_tint):
12631 * libs/PictureImageLoader.c (PImageLoadPng):
12632 (PImageCreatePixmapFromArgbData):
12633 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12634 (PGraphicsCopyFvwmPicture):
12635 (PGraphicsTileRectangle):
12636 * libs/FRender.c (FRenderCopyArea):
12637 (FRenderTintRectangle):
12638 Check if the XRender extension is enabled on the display before
12639 performing XRender operations
12641 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12643 * fvwm/menuitem.c (menuitem_paint):
12644 fixed item hilighting problems
12646 2002-05-07 olicha <olivier.chapuis@free.fr>
12648 * fvwm/colorset.c (parse_colorset):
12651 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12653 * fvwm/events.c (HandlePropertyNotify):
12654 workaround for xterm resize problem
12656 * fvwm/colorset.c (parse_colorset):
12657 (free_colorset_background):
12660 fixed various bugs and core dumps w/ the cs->picture structure;
12661 note: it's a pointer, so compare with NULL, not with None
12663 * fvwm/frame.c (frame_setup_window):
12664 (frame_setup_window_app_request):
12665 (frame_force_setup_window):
12666 (frame_setup_window_internal):
12667 (frame_create_move_resize_args):
12668 (frame_free_move_resize_args):
12669 * fvwm/add_window.c (setup_window_attr):
12670 * fvwm/events.c (HandleConfigureRequest):
12671 (HandlePropertyNotify):
12672 fixed [?] bit_gravity/resize problem
12674 * fvwm/events.c (HandleEnterNotify):
12675 reformatted EdgeCommand code
12677 2002-05-06 olicha <olivier.chapuis@free.fr>
12679 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12680 Resize an ewmh icon to the wanted size if it is to big
12682 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12683 Set also the stacking list when a window is destroyed
12685 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12687 * fvwm/fvwm.1: Finish language check.
12688 Fix typo in Mouse section, context should be on new line.
12690 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12692 * fvwm/fvwm.1 (file): Restore icons and images text with some
12694 Started on lang check, not done yet.
12696 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12698 * fvwm/module_interface.c (make_named_packet):
12699 Applied Mikhail Kruk patch
12701 2002-05-02 olicha <olivier.chapuis@free.fr>
12703 * libs/FlocaleCharset.h:
12704 * libs/Ficonv.c (FiconvSetupConversion):
12705 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12707 * libs/Flocale.c (FlocaleGetFftFont):
12708 (FlocaleGetFontSet):
12711 (FlocaleUnloadFont):
12713 Implemented charset/iconv hints in font name
12715 2002-04-29 Stian Sletner <stian@sletner.com>
12717 * fvwm/windowlist.c (CMD_WindowList):
12718 Added new Windowlist option IconifiedAtEnd
12720 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12722 * fvwm/module_interface.c:
12725 moved two constant strings to Module.h, so they may be used by perllib
12727 2002-04-29 olicha <olivier.chapuis@free.fr>
12729 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12730 Fixed a core dump if the charset is not found
12732 * libs/Flocale.c (FlocaleStringToString2b):
12733 Removed some debug code
12735 2002-04-29 olicha <olivier.chapuis@free.fr>
12737 * libs/Fft.c (FftGetFontWidths):
12738 (FftGetFontWidths):
12741 * libs/Flocale.c (FlocaleGetFont):
12742 (FlocaleGetFontSet):
12743 (FlocaleGetFftFont):
12744 Removed min_char_offset member of the FlocaleFont as it is not use
12745 since we rotate string for side title
12747 * libs/Ficonv.c (FiconvSetupConversion):
12748 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12749 (FlocaleCharsetSetFlocaleCharset):
12751 * libs/Flocale.c (FlocaleTextWidth):
12752 (FlocaleDrawString):
12753 (FlocaleUtf8ToUnicodeStr2b):
12755 (FlocaleStringToString2b):
12756 (FlocaleRotateDrawString):
12757 (FlocaleFontStructDrawString):
12758 Added support for drawing string with 10646-1 fonts without an utf8
12759 locale. Also, drawing strings with a multibyte font now work not so
12760 bad even if the locale have nothing to do with the font.
12762 * libs/Fft.c (FftUtf8ToFftString16):
12765 Added utf8 rendering with iso10646-1 fonts on system without
12768 * fvwm/colorset.c (reset_cs_pixmap):
12773 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12775 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12778 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12780 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12782 * fvwm/move_resize.c:
12783 don't start Move with snap disabled if Alt is initially pressed
12785 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12787 * NEWS, configure.in:
12788 changed version to 2.5.2
12790 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12793 improved main headers, added new COLORSETS section;
12794 documented State condition
12797 documented Tint in colorsets and utility renaming
12800 corrected several error reporting problems
12802 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12805 fixed leaving tear off menus
12807 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12809 * fvwm/borders.c (border_draw_part_relief):
12810 (border_set_button_pixmap):
12811 (border_draw_title_stick_lines):
12812 (border_draw_title_mono):
12813 (border_draw_title_relief):
12814 * libs/fvwmlib.h (RelieveRectangle2):
12815 (RelieveRectangle):
12816 replaced functions by macros
12818 * libs/Graphics.c (do_relieve_rectangle):
12819 applied performance patch by Dave Trollope
12821 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12827 * libs/FlocaleCharset.c:
12828 FBidi is now independent from Flocale* again;
12829 iso8859-6.8x fonts recognized now as bidi-enabled
12831 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12834 fixed --disable-multibyte
12836 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12838 * fvwm/borders.c (border_draw_title_deep):
12839 (border_set_title_pixmap):
12840 (border_set_button_pixmap):
12841 fixed SolidButton title and button style
12843 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12848 added new entry about CurrentAtEnd
12851 minor reformatting and spell checking
12853 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12855 * fvwm/windowlist.c (CMD_WindowList):
12856 Added new Windowlist option CurrentAtEnd
12858 2002-04-22 olicha <olivier.chapuis@free.fr>
12860 * fvwm/colorset.c (parse_colorset):
12862 Fixed an enormous core dump which comes from a cvs merging problem
12864 * fvwm/Makefile.am:
12867 Added Xrender detection and link fvwm if needed
12869 * libs/PictureGraphics.c:
12870 * libs/PictureGraphics.h:
12873 * libs/FRenderInterface.h:
12874 * libs/PictureGrpahics.c (*):
12875 * libs/PictureGrpahics.h:
12876 New libs files to acheive alpha-blend rendering and better XBM
12877 support. PictureGraphics contains elaborated version and also
12878 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12882 * fvwm/icons.c (clear_icon):
12886 * fvwm/events.c (HandlePropertyNotify):
12887 * fvwm/borders.c (border_fill_pixmap_background):
12888 (border_get_border_background):
12889 (border_draw_decor_to_pixmap):
12890 * fvwm/menuitem.c (menuitem_paint):
12891 * fvwm/add_window.c (destroy_icon):
12892 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12893 * fvwm/geometry.c (move_icon_to_position):
12894 * fvwm/colorset.c (free_colorset_background):
12897 Implemented alpha-blend rendering with the new libs function
12899 * fvwm/colorset.c (free_colorset_background):
12902 Implemented tinting of a Pixmap background colorset
12904 * fvwm/colorset.c (parse_colorset):
12905 Use the Scr.NoFocusWin as main window in the place of the
12906 Scr.SizeWindow, this fix a lot of X errors in my machine.
12908 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12909 Donated our alpha channel
12912 * fvwm/module_interface.h:
12913 * fvwm/module_interface.c (SendFvwmPicture):
12914 (BroadcastMiniIcon):
12916 (BroadcastFvwmPicture):
12917 (CMD_Send_WindowList):
12918 * fvwm/add_window.c (change_mini_icon):
12919 (broadcast_mini_icon):
12920 * fvwm/ewmh_icons.c:
12921 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12922 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12924 * libs/Makefile.am:
12925 * libs/PictureBase.c (*):
12926 * libs/PictureBase.h:
12927 * libs/Picture.c (*):
12929 * libs/PictureImageLoader.c (*):
12930 * libs/PictureImageLoader.h:
12932 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12933 PictureImageLoader.
12934 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12935 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12936 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12937 SetImagePath -> PictureSetImagePath, findImageFile ->
12938 PictureFindImageFile, PictureList -> FvwmPictureList,
12939 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12940 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12941 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12942 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12943 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12944 Also renamed more recent functions in PictureImageLoader.
12946 * fvwm/borders.c (border_draw_one_border_part):
12947 (border_draw_decor_to_pixmap):
12948 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12951 * fvwm/menus.c (pop_menu_up):
12952 (animated_move_back):
12953 (ParentalMenuRePaint):
12954 * fvwm/move_resize.h (resize_geometry_window):
12955 * fvwm/move_resize.c (move_window_doit):
12956 (AnimatedMoveAnyWindow):
12957 (AnimatedMoveOfWindow):
12958 (AnimatedMoveFvwmWindow):
12959 Fixed transparent animated menu
12961 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12970 fixed running out of colors on 8bpp with ReadWriteColors;
12971 simulate colorsets on monochrome displays using three 1-bit pixmaps
12973 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12976 fixed $PERL detection again
12981 added -Wno-implicit-int to -Wall in case of gcc
12985 fixed ReadWriteColors on a PseudoColor display
12987 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12989 * fvwm/move_resize.c (move_window_doit):
12990 set the is_icon_moved too flag if the icon was moved non-interactively
12996 Moved FvwmTheme functionality into fvwm.
12997 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12999 2002-04-17 Mikhael Goikhman <migo@homemail.com>
13002 fixed $PERL detection
13005 * fvwm/ConfigFvwmDefaults:
13006 several fixes and spelling
13008 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13010 * libs/Bindings.c (CheckBinding):
13013 (GrabWindowButton):
13014 (MatchBindingExactly):
13015 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
13018 2002-04-12 Mikhael Goikhman <migo@homemail.com>
13021 configure now uses $PERL if set
13024 all programs installed into ${bindir} have now fvwm- prefix;
13025 documentation updated
13027 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13030 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13031 documentation updated
13033 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13036 added 2.4.7 entries
13038 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13040 * AUTHORS: New author.
13042 * NEWS: Edge Command.
13044 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13047 Added EdgeCommand paragraph.
13049 * fvwm/events.c (HandleEnterNotify):
13050 Added execution of Scr.PanFrame*.command if set
13052 * fvwm/fvwm.c (InitVariables):
13053 Added init strings for pan frame commands.
13058 Avoid hiding of pan frames if pan frame command is set.
13060 Implementation of the buildin command EdgeCommand. First
13061 implementation of this function.
13063 * fvwm/screen.h (struct):
13064 added char * command in structure Panframe to store the pan frame
13067 * fvwm/functions.c:
13068 added declaration of CMD_ENTRY("edgecommand")
13070 * fvwm/functions.h:
13071 added definition of Flag F_EDGE_COMMAND
13074 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13076 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13079 added "BI-DIRECTIONAL TEXTS" section
13082 added #include <sys/select.h> to fix endless loop on QNX
13084 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13087 changed description of focus models
13089 2002-04-09 olicha <olivier.chapuis@free.fr>
13092 Check for libpng libpng 1.0.4a or better
13094 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13096 * fvwm/add_window.c (setup_title_geometry):
13099 * fvwm/geometry.c (get_title_font_size_and_offset):
13101 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13103 * fvwm/window_flags.h:
13104 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13106 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13108 new Style options TopTitleRotated / TopTitleNotRotated,
13109 BottomTitleRotated / BottomTitleNotRotated
13111 2002-04-08 olicha <olivier.chapuis@free.fr>
13113 * libs/Makefile.am:
13114 Fixed make dist again
13116 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13118 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13120 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13123 minor wording fixes
13126 mention a new FvwmIconMan syntax
13128 * sample.fvwmrc/new-features:
13129 * sample.fvwmrc/system.fvwm2rc:
13130 * sample.fvwmrc/system.fvwm2rc-sample-95:
13131 use a new module syntax
13133 2002-04-06 olicha <olivier.chapuis@free.fr>
13137 Forget to save some file
13139 * libs/FImageLoader.c (c100_init_base_table):
13140 Allows init even if !XPM
13142 * libs/Makefile.am:
13146 Fixed png detection
13148 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13149 Fixed a GC memory leaks.
13151 * fvwm/fvwm.c (setVersionInfo):
13153 Updated -version for png, bidi and xft
13156 Modified the ICONS section. Rename it ICONS AND IMAGES and
13157 document PNG file format. Replace "xpm or bitmap file" by
13158 "image file" in a few place.
13162 PNG news and documented libpng in the "Optional libraries used by FVWM"
13165 2002-04-05 olicha <olivier.chapuis@free.fr>
13167 * libs/FImageLoader.c (c100_init_base_table):
13168 (FImageReduceRGBColor):
13169 (FImageCreatePixmapFromArgbData):
13170 Speed up color limitation for png image and ewmh icons
13171 Respect color limit even with DirectColor and TrueColor
13174 * acconfig.h (HAVE_PNG):
13175 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13176 even without XPM support
13179 * libs/InitPicture.c (new file):
13180 * libs/InitPicture.h (new file):
13183 * libs/FImageLoader.c (new file):
13184 * libs/FImageLoader.h (new file):
13185 * libs/Fxpm.h (new file):
13186 * libs/Fpng.h (new file):
13187 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13188 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13189 ColorLimit stuff is applied to PNG image.
13190 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13191 Picture.c and Picture.h.
13192 InitPicture contains the Picture structure, initialize the visual,
13193 depth and color map and contains image path stuff as Picture contains
13194 Picture manipulations.
13196 * libs/ColorUtils.c:
13198 Moved the Picture color utils func to ColorUtils
13200 * fvwm/Makefile.am:
13201 links against libpng
13203 * fvwm/icons.c (GetIconPicture):
13207 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13208 the libs image loader
13210 * fvwm/cursor.c (CMD_CursorStyle):
13211 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13213 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13214 (EWMH_SetIconFromWMIcon):
13215 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13219 Send the ColorLimit to module in any case
13226 * fvwm/add_window.c:
13230 * fvwm/menustyle.c:
13231 * fvwm/move_resize.c:
13234 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13236 * fvwm/events.c (test_map_request):
13237 (test_resizing_event):
13238 fixed endless loop in HandleConfigureRequest
13240 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13242 * fvwm/add_window.c (setup_style_and_decor):
13243 fixed borderless transients
13245 * fvwm/events.c (test_resizing_event):
13246 (HandleConfigureRequest):
13247 * fvwm/frame.c (frame_create_move_resize_args):
13248 * fvwm/add_window.c (AddWindow):
13250 * fvwm/window_flags.h:
13251 tried to improve ConfigureRequest handling
13253 * fvwm/events.c (HandlePropertyNotify):
13254 recalculate window size when the base_width or base_height hint
13255 changes; fixes some problems with xemacs
13257 * fvwm/virtual.c (map_window):
13260 * fvwm/borders.c (border_draw_decorations):
13261 don't redraw windows on a different desk
13262 keep track of Scr.Hilite
13264 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13266 * fvwm/virtual.c (unmap_window):
13267 * fvwm/move_resize.c (resize_window):
13268 * fvwm/icons.c (Iconify):
13269 * fvwm/add_window.c (CaptureOneWindow):
13270 * fvwm/borders.c (border_undraw_decorations):
13271 mark window decorations as not drawn whenever the frame is unmapped
13273 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13275 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13277 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13280 use safemalloc and alloca instead of malloc
13282 2002-03-29 olicha <olivier.chapuis@free.fr>
13284 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13285 Set the X locale charset on system without XOpenOM
13287 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13290 fixed multibyte support reporting
13292 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13297 moved gcc extension __attribute__ handling to config.h
13299 * fvwm/fvwm.c (main):
13300 * fvwm/stack.c (add_window_to_stack_ring_after):
13301 * fvwm/icons.c (GetIconWindow):
13303 * fvwm/add_window.c:
13304 fixed core dumps and other bugs in debug messages
13306 2002-03-27 olicha <olivier.chapuis@free.fr>
13308 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13309 (FlocaleCharsetSetFlocaleCharset):
13311 * configure.in (problem_multibyte):
13312 Fixed compilation for system without XOpenOM in Xlib.h
13314 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13315 * libs/Ficonv.c (FiconvInit):
13319 include only libs/Flocale.h
13321 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13324 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13329 * libs/FlocaleCharset.c:
13330 minor modifications, like removed #include;
13331 fixed core dump with bidi and utf-8
13333 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13335 * fvwm/frame.c (frame_update_hidden_window_pos):
13336 fixed shade/maximize/unshade
13338 * fvwm/builtins.c (FreeDecorFace):
13341 * fvwm/borders.c (get_common_decorations):
13342 (border_get_border_style):
13343 * fvwm/style.c (parse_and_set_window_style):
13345 * fvwm/window_flags.h:
13346 * fvwm/fvwm.h (struct):
13347 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13348 (frame_create_move_resize_args):
13349 (frame_move_resize_step):
13350 (frame_next_move_resize_args):
13351 new styles WindowShadeLazy [default], WindowShadeBusy and
13352 WindowShadeAlwaysLazy
13354 * fvwm/frame.c (frame_set_decor_gravities):
13355 fixed window bit gravities
13356 split into smaller functions
13357 (frame_move_resize_step):
13358 fixed a bug w/ the parent gravity
13359 (frame_hide_changing_window_parts):
13360 fixed flickering in one of the corners during shade animation
13361 (frame_mrs_hide_changing_parts):
13363 (frame_mrs_prepare_vars):
13364 (frame_mrs_hide_unhide_parent):
13365 (frame_mrs_setup_draw_decorations):
13366 (frame_mrs_resize_move_windows):
13369 2002-03-25 olicha <olivier.chapuis@free.fr>
13371 * libs/Fft.c (FftSetupEncoding):
13374 * libs/Flocale.c (FlocaleDrawString):
13375 * libs/FBidi.c (FBidiConvert):
13377 Pass the font to FBidiConvert
13379 * acconfig.h (HAVE_LIBCHARSET):
13380 * acinclude.m4 (CHECK_LIBCHARSET):
13382 If libiconv is used check for libcharset
13384 * libs/Makefile.am:
13385 * libs/FlocaleCharset.h:
13386 * libs/FlocaleCharset.c:
13388 * libs/Flocale.c (*):
13389 * libs/Fft.c (FftSetupEncoding):
13391 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13392 FlocaleFont has such a member which is set when charset info are needed.
13393 FlocaleCharset.c contains a big table which associates to an X charset
13394 various possible locale charsets and the fribidi charset.
13395 If libiconv is used, libcharset is used to compute the locale charset.
13396 Various Flocale clean up.
13398 * fvwm/fvwm.c (main):
13399 Removed the call to FlocaleInitCharset, it is now done automatically
13402 * libs/Makefile.am:
13405 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13407 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13410 (EWMH_SetDesktopNames):
13411 Moved iconv conversions into the library. Try to found the good iconv
13412 charset with the help of the font and of the FlocaleCharset table.
13414 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13416 * libs/Module.c (SendFvwmPipe):
13417 * libs/Graphics.c (do_relieve_rectangle):
13418 * fvwm/menustyle.c (menustyle_parse_old_style):
13419 * fvwm/add_window.c (setup_window_structure):
13420 memory management patches by Dave Trollope
13422 * fvwm/frame.c (frame_get_sidebar_geometry):
13423 hide the handles when using the NoHandles style
13425 * fvwm/borders.c (border_redraw_decorations):
13426 change in title rotation is applied immediately, don't use the value "2"
13429 * fvwm/style.c (parse_and_set_window_style):
13430 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13432 documented the new title directions
13433 (parse_and_set_window_style):
13434 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13436 documented these styles
13438 * fvwm/add_window.c (CaptureOneWindow):
13439 (CaptureAllWindows):
13443 * fvwm/icons.c (DeIconify):
13444 fiexd fucoused window not hilighting after deiconification
13446 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13448 * fvwm/update.c (apply_window_updates):
13449 windows are not unshaded when the decoration layout changes
13451 * fvwm/frame.c (frame_create_move_resize_args):
13452 fixed excessive redrawing
13453 (frame_get_hidden_pos):
13454 fixed parent geometry when window is hidden
13456 * fvwm/add_window.c (setup_frame_stacking):
13457 fixed stacking of right buttons
13459 * fvwm/frame.c (frame_set_decor_gravities):
13460 fixed title and button bit gravities
13462 * fvwm/add_window.c (setup_frame_stacking):
13463 (change_auxiliary_windows):
13464 fixed "button" style
13466 * fvwm/geometry.c (get_title_button_geometry):
13467 * fvwm/menus.c (pop_menu_up):
13468 fixed menu placement relative to window titles
13470 * libs/Flocale.c (FlocaleDrawString):
13471 fixed compiler warning w/o fribidi
13473 * fvwm/virtual.c (MoveViewport):
13475 (do_move_window_to_desk):
13476 * fvwm/update.c (apply_window_updates):
13477 * fvwm/icons.c (Iconify):
13479 * fvwm/module_interface.c (SETOLDFLAGS):
13480 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13481 * fvwm/style.c (parse_and_set_window_style):
13482 * fvwm/window_flags.h:
13483 * fvwm/session.c (MatchWinToSM):
13484 * fvwm/placement.c (PlaceWindow):
13485 * fvwm/add_window.c (CaptureAllWindows):
13486 (setup_window_placement):
13487 (CaptureOneWindow):
13490 * fvwm/menus.c (menu_tear_off):
13491 * fvwm/events.c (HandleMapRequestKeepRaised):
13494 removed some of those pesky globals: PPosOverride, isIconicState and
13495 isIconifiedByParent; pass round a structure instead
13496 removed the do_start_iconic window flag
13497 removed do_delete_icon_moved flag
13499 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13503 renamed HAVE_FRIBIDI to HAVE_BIDI
13507 added more comments
13509 * fvwm/Makefile.am:
13511 * libs/Makefile.am:
13512 added a dummy call to FBidi to test linking against bidi libs
13514 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13516 * fvwm/windowshade.c (CMD_WindowShade):
13517 changed syntax of windowshade with direction
13519 update button state after unshading
13521 * fvwm/add_window.c (AddWindow):
13522 fixed mini icon update
13524 * fvwm/events.c (HandleEnterNotify):
13525 fixed icon picture redrawing
13526 icon titles are no longer raised and expanded if the icon has only a
13529 * fvwm/move_resize.c (resize_window):
13532 * libs/gravity.c (gravity_move_resize_parent_child):
13533 * fvwm/frame.c (frame_get_titlebar_dimensions):
13534 (frame_prepare_animation_shape):
13535 (frame_move_resize_step):
13536 (frame_get_titlebar_dimensions_only):
13537 (frame_get_hidden_pos):
13538 (frame_update_hidden_window_pos):
13539 (frame_free_move_resize_args):
13540 (frame_create_move_resize_args):
13541 fixed shading of shaped windows
13546 * fvwm/fvwm.c (main):
13547 * fvwm/misc.c (GrabEm):
13548 fixed a problem with the cursor shape during window shading
13550 * fvwm/update.c (apply_window_updates):
13551 fixed drawing of hilighted window after a decoration change
13553 * fvwm/update.c (apply_window_updates):
13554 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13555 * fvwm/borders.c (RedrawDecorations):
13556 renamed RedrawDecorations()
13558 * fvwm/move_resize.c (move_window_doit):
13560 * fvwm/misc.c (move_into_rectangle):
13561 (intersect_xrectangles):
13562 functions renamed and moved to fvwmrect.c
13564 * fvwm/borders.c (border_get_changed_border_parts):
13565 (frame_get_changed_border_parts):
13566 reduced border redrawing
13567 moved fucntion to borders.c
13569 * fvwm/events.c (HandleButtonPress):
13571 suppress button events on frame windows
13573 * fvwm/frame.c (frame_setup_border):
13574 fixed a problem with the border setup
13576 * fvwm/borders.c (border_draw_decorations):
13577 * fvwm/events.c (HandleEnterNotify):
13578 fixed icon title drawing
13580 * fvwm/misc.c (GrabEm):
13581 fixed a pointer grab hang with xmag?
13583 * fvwm/move_resize.c (resize_window):
13584 use frame_move_resize function to improve performance
13586 * fvwm/add_window.c (AddWindow):
13587 fixed recaturing shaded windows
13590 suppress unnecessary title redraws
13593 window shading works again; there are still some problems with
13594 recapture, restart, border drawing and shaped windows
13596 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13598 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13601 * fvwm/frame.c (frame_get_title_bar_dimensions):
13602 fixed minor button layout bug
13603 (frame_update_hidden_window_pos):
13605 * fvwm/ewmh_names.c (EWMH_WMName):
13606 * fvwm/gnome.c (GNOME_HandlePropRequest):
13607 * fvwm/focus.c (DoSetFocus):
13608 * fvwm/stack.c (new_layer):
13609 * fvwm/icons.c (DeIconify):
13611 * fvwm/events.c (HandleFocusIn):
13612 (HandlePropertyNotify):
13615 (HandleButtonPress):
13616 (HandleLeaveNotify):
13617 * fvwm/builtins.c (CMD_ChangeDecor):
13619 * fvwm/move_resize.c (resize_move_window):
13622 (maximize_fvwm_window):
13624 * fvwm/borders.c (DrawDecorations):
13625 (RedrawDecorations):
13626 removed function DrawDecorations()
13627 (border_draw_decorations):
13628 renamed draw_decorations_with_geom() to border_draw_decorations()
13630 * fvwm/events.c (HandleExpose):
13631 fixed drawing icon titles
13633 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13634 * fvwm/events.c (HandleFocusIn):
13636 * fvwm/screen.h (ScreenInfo):
13637 return the focus to the window that had the focus before an or window
13638 stole it and then died.
13640 * fvwm/menus.c (scanForColor):
13641 removed duplicate call of strlen
13642 use alloca instead of safemalloc
13644 * fvwm/menustyle.c (menustyle_parse_style):
13645 don't call memset right before memcpy
13647 * fvwm/module_interface.c (AddToMessageQueue):
13648 (DeleteMessageQueueBuff):
13649 removed one safemalloc and inline'd the function
13650 merged AddToMessageQueue into PositiveWrite
13652 * fvwm/borders.c (border_draw_decor_to_pixmap):
13653 fixed pixmap and mini icon buttons
13654 (border_fill_pixmap_background):
13656 (border_get_tb_parts_to_draw):
13657 buttons and title background using the border style is updated when the
13660 * fvwm/events.c (WaitForButtonsUp):
13661 don't grab the whole server but merely the pointer to allow applications
13662 redrawing themselves
13665 finished writing title drawing code
13667 * fvwm/move_resize.c (resize_window):
13668 (resize_move_window):
13669 (unmaximize_fvwm_window):
13670 removed now unnecessary calls to DrawDecorations()
13672 * fvwm/frame.c (frame_hide_changing_window_parts):
13673 fixed hiding bottom/right titles
13675 * fvwm/add_window.c (AddWindow):
13676 fixed recapturing shaded windows
13678 * fvwm/misc.c (GrabEm):
13679 fixed the cursor over the title window while resizing
13681 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13683 * libs/Graphics.c (CreateTiledPixmap):
13684 improved efficience: let the X server tile a pixmap via the GC settings
13686 * fvwm/fvwm.c (CreateGCs):
13687 * fvwm/screen.h (ScreenInfo):
13688 added new global GC Scr.TileGC
13690 * fvwm/borders.c (border_fill_pixmap_background):
13691 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13692 use already created gcs
13694 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13695 * fvwm/menus.c (paint_menu_gradient_background):
13696 fixed using a randow members in gcs
13698 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13701 added compilation test for fribidi
13703 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13705 * NEWS: Document FvwmForm timeout.
13707 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13709 * fvwm/session.c (MatchWinToSM):
13710 * fvwm/add_window.c (AddWindow):
13711 preserve user states over a restart
13713 * fvwm/add_window.c (setup_window_structure):
13714 preserve user states over a recapture
13716 * fvwm/functions.c (execute_function):
13717 "Silent" suppresses the "No such command ..." message
13719 * fvwm/frame.c (frame_move_resize):
13720 * fvwm/misc.c (GrabEm):
13721 fixed the cursor shape during resizing
13722 fixed button looks in small windows
13724 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13730 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13732 * fvwm/fvwm.c (LoadDefaultLeftButton):
13733 (LoadDefaultRightButton):
13734 * fvwm/borders.c (border_draw_vector_to_pixmap):
13735 * fvwm/screen.h (DecorFace):
13736 * fvwm/builtins.c (ReadDecorFace):
13737 fixed transparent vector line support
13739 * libs/Graphics.c (CreateGradientPixmap):
13740 fixed potential core dump with illegal gradients
13742 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13744 * fvwm/fvwm.h (FvwmWindow):
13745 removed button_background_pixmap member
13747 * fvwm/update.c (apply_window_updates):
13748 fixed changing the decoration size
13750 * fvwm/windowshade.c (CMD_WindowShade):
13751 * fvwm/frame.c (frame_setup_border):
13752 * fvwm/functions.c (execute_complex_function):
13755 * fvwm/move_resize.c (resize_window):
13756 fixed aboting of a opaque resize w/ maximized windows
13757 (ParseOneResizeArgument):
13758 resize arguments don't take the border into account
13759 (GetResizeArguments):
13760 implemented new option "Frame" to the Resize and ResizeMove commands
13762 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13765 * fvwm/builtins.c (ReadDecorFace):
13766 * fvwm/borders.c (DrawLinePattern):
13767 implemented transparent drawing color in vector buttons: C == 4
13769 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13770 * fvwm/builtins.c (ReadDecorFace):
13771 increased allowed number of lines in a vector button to 10000 and moved
13772 the definition to defaults.h
13774 * fvwm/virtual.c (MoveViewport):
13775 don't send useless M_NEW_PAGE packets
13779 started work on new button/title drawing code
13781 * fvwm/events.c (HandleExpose):
13782 don't handle expose on the title bar
13785 * fvwm/frame.c (frame_get_sidebar_geometry):
13786 * fvwm/fvwm.h (FvwmWindow):
13787 replaced border_state with decor_state
13789 * libs/defaults.h (NR_RIGHT_BUTTONS):
13793 * fvwm/events.c (HandleExpose):
13795 * fvwm/frame.c (frame_setup_border):
13796 hide sidebars if they are too small, i.e. 0 pixels
13798 2002-03-20 olicha <olivier.chapuis@free.fr>
13800 * libs/Flocale.c (FlocaleFreeNameProperty):
13801 Fixed random core dump
13803 2002-03-19 olicha <olivier.chapuis@free.fr>
13805 * fvwm/ConfigFvwmDefaults:
13806 RightTitleRotatedCW is a default
13808 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13810 * fvwm/frame.c (frame_get_sidebar_geometry):
13811 window corners are always at least the border width thick
13813 * fvwm/geometry.c (update_absolute_geometry):
13814 fixed south/east shading
13816 * fvwm/frame.c (frame_move_resize_step):
13817 did the best I could to prevent rxvt from flashing in the background
13820 * fvwm/add_window.c (get_default_window_attributes):
13821 (get_default_window_attributes):
13822 (setup_resize_handle_windows):
13823 * fvwm/borders.c (border_get_border_gcs):
13824 applied -visual fix by Hippo
13826 * fvwm/cursor.c (CMD_CursorStyle):
13829 * fvwm/frame.c (frame_get_title_bar_dimensions):
13830 fixed order of right buttons
13831 (frame_move_resize_step):
13832 reduced flashing when maximizing
13834 * fvwm/geometry.c (update_absolute_geometry):
13835 adapted for horizontal shading
13837 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13846 several renamings of text_direction to text_rotation
13848 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13850 * fvwm/windowshade.c (CMD_WindowShade):
13851 * fvwm/frame.c (frame_create_move_resize_args):
13852 (frame_move_resize_step):
13853 hack to enable non-animated window shading for the time being
13855 * fvwm/style.c (parse_and_set_window_style):
13856 (parse_and_set_window_style):
13857 allow to abbreviate [Counter]ClockWise with [C]CW
13859 * fvwm/frame.c (frame_move_resize_step):
13862 * fvwm/geometry.c (gravity_constrain_size):
13863 removed useless code
13865 * fvwm/update.c (apply_window_updates):
13866 * fvwm/add_window.c (AddWindow):
13867 * fvwm/move_resize.c (unmaximize_fvwm_window):
13869 do not write into frame_g. only frame.c should do this
13871 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13872 (MIN_WINDOW_TITLE_LENGTH):
13874 * fvwm/frame.c (frame_setup_title_bar):
13875 (get_resize_decor_gravities_one_axis):
13876 (frame_setup_window_internal):
13877 (frame_move_resize_step):
13878 (frame_create_move_resize_args):
13879 rewrote frame_setup_title_bar function
13881 * fvwm/add_window.c (setup_frame_stacking):
13882 fixed title bar stacking order
13884 * fvwm/frame.c (frame_setup_title_bar):
13885 removed yesterday's 'fix'
13887 * fvwm/add_window.c (hide_screen):
13888 (setup_title_window):
13889 (setup_resize_handle_windows):
13890 (setup_button_windows):
13891 fixed visual and depth of decoration windows
13893 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13895 * fvwm/frame.c (frame_setup_title_bar):
13896 fixed title layout bug
13898 * fvwm/move_resize.c (MaximizeHeight):
13899 fixed bug in "grow" option of the Maximize command
13902 fixed broken prototype for get_title_font_size_and_offset
13904 * fvwm/geometry.c (get_title_font_size_and_offset):
13905 simplified code a bit
13907 2002-03-18 olicha <olivier.chapuis@free.fr>
13910 * fvwm/geometry.c (get_title_font_size_and_offset):
13911 * fvwm/add_window.c (setup_title_geometry):
13913 * fvwm/style.c (parse_and_set_window_style):
13914 (check_window_style_change):
13915 * fvwm/update.c (apply_window_updates):
13916 * fvwm/window_flags.h:
13918 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13919 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13920 RightTitleRotatedCounterClockWise
13922 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13925 * vms/config.h (FMiniIconsSupported):
13926 removed last traces of MINI_ICONS ifdef
13928 * fvwm/windowlist.c (CMD_WindowList):
13929 * fvwm/update.c (apply_window_updates):
13931 * fvwm/style.c (merge_styles):
13932 (parse_and_set_window_style):
13933 (check_window_style_change):
13935 * fvwm/module_interface.c (SendMiniIcon):
13936 (BroadcastMiniIcon):
13937 (CMD_Send_WindowList):
13938 * fvwm/fvwm.h (FvwmWindow):
13939 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13940 (EWMH_DoUpdateWmIcon):
13941 (ewmh_SetWmIconFromPixmap):
13942 (EWMH_DeleteWmIcon):
13943 (EWMH_SetIconFromWMIcon):
13944 * fvwm/builtins.c (ReadDecorFace):
13945 * fvwm/borders.c (DrawButton):
13948 * fvwm/add_window.c (setup_window_structure):
13950 (destroy_mini_icon):
13951 (change_mini_icon):
13953 * acconfig.h (FMiniIconsSupported):
13954 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13958 removed an FANCY_TITLEBARS ifdef
13960 * fvwm/borders.c (border_draw_one_part):
13961 (border_draw_border_parts):
13962 (border_draw_all_parts):
13963 (draw_clipped_decorations_with_geom):
13964 performance enhancement
13966 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13968 * fvwm/frame.c (frame_move_resize_step):
13969 force setting up the border when function is called with FRAME_MR_SETUP
13970 (frame_setup_window_internal):
13971 removed duplicate frame setup
13973 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13975 (draw_clipped_decorations_with_geom):
13976 do not flush the X queue after drawing; let the caller do it
13978 * fvwm/frame.c (frame_get_sidebar_geometry):
13979 fixed layout of windows with a small height
13980 (frame_hide_changing_window_parts):
13985 made good progress with frame layout rewrite. I think it is already
13986 considerably faster.
13987 some general clean up
13989 * fvwm/add_window.c (setup_decor_window):
13992 * fvwm/windowshade.c (CMD_WindowShade):
13993 * fvwm/stack.c (verify_stack_ring_consistency):
13994 (RaiseOrLowerWindow):
13995 * fvwm/move_resize.c (resize_move_window):
13996 (move_window_doit):
13997 (draw_move_resize_grid):
13998 * fvwm/icons.c (DrawIconWindow):
13999 * fvwm/icccm2.c (CloseICCCM2):
14001 (HandleSelectionRequest):
14002 * fvwm/fvwm.c (main):
14003 (SaveDesktopState):
14004 * fvwm/focus.c (DoSetFocus):
14005 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
14006 * fvwm/events.c (HandlePropertyNotify):
14007 (HandleButtonPress):
14008 (HandleConfigureRequest):
14009 * fvwm/add_window.c (RestoreWithdrawnLocation):
14011 * fvwm/builtins.c (CMD_Delete):
14015 * fvwm/menus.c (paint_menu):
14017 * fvwm/misc.c (UngrabEm):
14019 * fvwm/schedule.c (execute_obj_func):
14020 * fvwm/add_window.c (hide_screen):
14022 use XFlush instead of XSync when the latter is not necessary
14024 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
14027 * fvwm/add_window.c (adjust_fvwm_internal_windows):
14028 inform frame module if the window with the hide windows dies
14030 * fvwm/placement.c (PlaceWindow):
14032 * fvwm/add_window.c (setup_window_attr):
14033 (setup_frame_attributes):
14035 (RestoreWithdrawnLocation):
14036 (setup_window_placement):
14037 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14038 (get_title_geometry):
14039 * fvwm/fvwm.c (InitVariables):
14040 * fvwm/frame.c (frame_setup_frame):
14041 * fvwm/colormaps.c (HandleColormapNotify):
14042 (InstallWindowColormaps):
14043 * fvwm/events.c (HandleConfigureRequest):
14044 (HandleUnmapNotify):
14045 * fvwm/fvwm.h (FvwmWindow):
14046 removed attr member of FvwmWindow and replaced by a structure defined
14047 ourselves that is much smaller
14049 * fvwm/add_window.c (hide_screen):
14050 don't use save_unders and backing_store for the window used in recapture
14052 * fvwm/frame.c (frame_init):
14053 * fvwm/fvwm.c (main):
14054 new function to initialise frame module
14056 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14059 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14064 * fvwm/borders.h (enum):
14065 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14066 (border_get_parts_and_pos_to_draw):
14067 * fvwm/fvwm.h (struct):
14069 fixed calculations of which border parts to draw
14072 corrected some typos
14075 handle marks work again
14077 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14079 * AUTHORS: New author added.
14081 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14085 * fvwm/add_window.c (setup_frame_stacking):
14086 * fvwm/cursor.c (CMD_CursorStyle):
14087 * fvwm/events.c (HandleExpose):
14089 (HandleEnterNotify):
14090 (HandleLeaveNotify):
14092 * fvwm/geometry.c (get_title_button_geometry):
14093 * fvwm/virtual.c (map_window):
14094 * fvwm/add_window.c (setup_parent_window):
14095 (setup_resize_handle_cursors):
14096 (setup_resize_handle_windows):
14097 (resize_resize_handle_windows):
14098 (change_resize_handle_windows):
14099 some progress with new frame layout
14101 * fvwm/add_window.c (setup_visible_name):
14102 fixed off-by-one bug in setup_visible_name
14103 maximum window number can be set in defaults.h
14105 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14107 * fvwm/windowlist.h:
14112 * fvwm/placement.h:
14114 * fvwm/move_resize.h:
14121 * fvwm/add_window.h:
14122 * fvwm/ewmh_names.c:
14123 * fvwm/ewmh_icons.c:
14124 * fvwm/ewmh_events.c:
14131 * fvwm/windowlist.c:
14135 * fvwm/colormaps.c:
14136 * fvwm/decorations.c:
14137 * fvwm/conditional.c:
14140 * fvwm/placement.c:
14144 * fvwm/functions.c:
14147 * fvwm/module_interface.c:
14149 * fvwm/add_window.c:
14152 * fvwm/move_resize.c:
14155 * fvwm/fvwm.h (FvwmWindow):
14156 moved all windows into a separate sub structure and wrote access macros
14157 renamed FvwmWindow argument to builtin commands to "fw"
14158 renamed tmp_win to fw everywhere
14160 * fvwm/borders.c (RedrawBorder):
14161 * fvwm/decorations.c (SelectDecor):
14162 * fvwm/add_window.c (setup_style_and_decor):
14163 (setup_resize_handle_cursors):
14164 * fvwm/window_flags.h:
14165 * fvwm/fvwm.h (struct):
14166 added new member has_handles and new macro HAS_HANDLES
14168 * fvwm/decorations.c (SelectDecor):
14169 fixed the NoHandles style
14171 * fvwm/decorations.c (SelectDecor):
14172 * fvwm/style.c (check_window_style_change):
14173 (parse_and_set_window_style):
14175 * fvwm/fvwm.h (struct):
14176 renamed has_no_handles to has_no_border
14178 2002-03-15 olicha <olivier.chapuis@free.fr>
14181 * libs/Fft.c (is_utf8_encoding):
14185 s/COMPUND_TEXT/COMPOUND_TEXT
14188 Removed matrix xft specification doc as now it is use internally by
14191 * libs/Flocale.c (FlocaleRotateDrawString):
14192 (FlocaleUnloadFont):
14193 (FlocaleDrawString):
14194 (FlocaleTextWidth):
14196 * libs/Fft.c (FftGetRotatedFont):
14200 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14202 * fvwm/geometry.c (get_title_font_size_and_offset):
14203 * fvwm/style.c (parse_and_set_window_style):
14204 (check_window_style_change):
14205 * fvwm/update.c (apply_window_updates):
14209 * fvwm/window_flags.h:
14210 Implemented vertical text rendering, new style SideTitleTextDefault,
14211 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14213 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14216 removed inclusion of fvwmdebug.h
14218 * libs/gravity.c (ParseDirectionArgument):
14219 fixed direction parsing
14221 * fvwm/menus.c (get_menu_options):
14222 fixed a compiler warning
14224 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14226 * fvwm/bindings.c (ParseBinding):
14227 fixed compiler warning
14229 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14231 fixed compilation w/ --disable-ewmh
14233 * fvwm/windowlist.c (CMD_WindowList):
14234 fixed parsing of conditions versus position of window list broken with
14237 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14240 * libs/Fft.c (FftTextWidth):
14241 (is_utf8_encoding):
14242 (FftGetFontWidths):
14244 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14245 if HAVE_XFT was not set.
14247 * fvwm/events.h (XEVMASK_DECORW):
14248 select EnterNotify and LeaveNotify on frame instead of decor_w
14250 * fvwm/add_window.c (setup_title_window):
14251 (setup_button_windows):
14252 (setup_resize_handle_windows):
14253 frame window is the new parent of the title, button and handle windows
14254 (setup_frame_stacking):
14255 new stacking order of decoration windows
14257 * fvwm/menuitem.c (menuitem_paint):
14258 * fvwm/events.c (HandleExpose):
14261 * fvwm/move_resize.c (unmaximize_fvwm_window):
14262 don't force to redraw the frame
14264 * libs/gravity.c (gravity_get_offsets):
14267 functions moved to gravity.c
14269 2002-03-10 olicha <olivier.chapuis@free.fr>
14271 * acconfig.h (HAVE_XFT_UTF8):
14273 * libs/Fft.c (is_utf8_encoding):
14274 (FftGetFontWidths):
14277 Detected if Xft can handle utf8 string
14280 * fvwm/menuitem.c (menuitem_paint):
14281 * fvwm/events.c (HandleExpose):
14282 Fixed Xft related compilation failure and warning
14284 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14288 * fvwm/move_resize.c:
14293 * fvwm/add_window.c:
14294 * fvwm/frame.c (frame_setup_window):
14295 (frame_force_setup_window):
14296 (frame_setup_shape):
14297 SetupFrame renamed to frame_setup_window
14298 ForceSetupFrame renamed to frame_force_setup_window
14299 SetShape renamed to frame_setup_shape
14301 * fvwm/windowshade.c:
14302 moved most code to frame.c
14304 * fvwm/frame.c (SetShape):
14306 (set_decor_gravity):
14309 functions moved to new file
14312 (frame_setup_title_bar):
14316 direction code moved to gravity.c and gravity.h
14318 * fvwm/windowshade.c (CMD_WindowShade):
14319 * fvwm/geometry.c (get_shaded_geometry):
14321 * libs/FScreen.c (FScreenInit):
14322 (FScreenUpdateEmulationMapState):
14323 changed Xinerame emulation layout
14326 Corrected the description of the XineramaPrimaryScreen command that was
14329 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14331 * fvwm/menus.c (menu_tear_off):
14332 (unlink_item_from_menu):
14333 (menu_strip_tear_off_title):
14334 use the text from a title item as the tear off menu title if the menu
14335 begins with a title; skip separators and tear off bars at the front of
14339 implemented titleatleft and titleatright styles; titles are not drawn
14342 * fvwm/style.c (check_window_style_change):
14343 * fvwm/update.c (apply_window_updates):
14344 * fvwm/ewmh_names.c (EWMH_WMIconName):
14347 * fvwm/ewmh.c (ksmserver_workarround):
14348 * fvwm/update.c (apply_window_updates):
14349 * fvwm/conditional.c (MatchesConditionMask):
14350 * fvwm/fvwm.c (main):
14351 * fvwm/session.c (SaveWindowStates):
14354 * fvwm/functions.c (expand):
14355 * fvwm/stack.c (dump_stack_ring):
14356 (verify_stack_ring_consistency):
14357 * fvwm/module_interface.c (BroadcastWindowIconNames):
14358 (CMD_Send_WindowList):
14359 * fvwm/add_window.c (free_window_names):
14360 (free_window_names):
14361 * fvwm/events.c (HandlePropertyNotify):
14362 * fvwm/builtins.c (CMD_Wait):
14363 * fvwm/style.c (CMD_DestroyStyle):
14365 Adapted to changes of Flocale.h
14368 removed COMPUND_TEXT ifdef
14371 mutibyte defaults to on
14376 * fvwm/fvwm.h (FvwmWindow):
14377 cleaned up Flocale stuff for better information hiding
14379 * libs/Flocale.c (get_FlocaleFontSet):
14381 added a new font strucht member min_char_offset for vertical text
14383 * libs/Flocale.c (get_FlocaleFontSet):
14384 fixed a bug in descent calculation
14386 * fvwm/fvwm.h (FvwmWindow):
14389 * fvwm/borders.c (RedrawButtons):
14394 (DrawMultiPixmapTitlebar):
14395 don't use title_g or boundary_width
14397 * libs/Flocale.c (FlocaleTextWidth):
14398 * libs/Flocale.c (FlocaleDrawString):
14399 added interface for vertical strings
14400 * libs/Flocale.h (FlocaleWinString):
14401 added flags structure w/ is_vertical_string flag
14403 * fvwm/borders.c (RedrawTitle):
14404 (DrawMultiPixmapTitlebar):
14405 * fvwm/screen.h (ScreenInfo):
14406 * fvwm/icons.c (DrawIconWindow):
14407 * fvwm/move_resize.c (DisplayPosition):
14409 * fvwm/screen.h (ScreenInfo):
14410 removed ScratchStr and TitleStr; *please* don't use global variables
14413 * fvwm/move_resize.c (ParseOneResizeArgument):
14414 (GetResizeArguments):
14415 (GetResizeMoveArguments):
14417 (resize_move_window):
14418 * fvwm/module_interface.c (CONFIGARGS):
14421 * fvwm/placement.c (PlaceWindow):
14422 * fvwm/add_window.c (setup_title_window):
14423 (setup_button_windows):
14424 (setup_parent_window):
14425 (resize_resize_handle_windows):
14426 (change_resize_handle_windows):
14428 * fvwm/geometry.c (get_window_borders):
14429 (gravity_get_naked_geometry):
14430 (gravity_add_decoration):
14432 don't use title_g.width and title_g.height anymore
14434 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14437 * fvwm/borders.c (SetupTitleBar):
14438 * fvwm/add_window.c (setup_title_window):
14439 don't use title_g.x and title_g.y anymore
14440 (setup_title_geometry):
14443 * fvwm/fvwm.h (FvwmWindow):
14444 replaced title_g by title_length and title_thickness
14445 renamed title_text_y to title_text_offset
14447 * fvwm/add_window.c (setup_style_and_decor):
14448 (setup_parent_window):
14449 * fvwm/decorations.c (SelectDecor):
14450 * fvwm/placement.c (PlaceWindow):
14451 * fvwm/windowlist.c (CMD_WindowList):
14452 * fvwm/events.c (SendConfigureNotify):
14453 (HandlePropertyNotify):
14455 * fvwm/move_resize.c (DisplaySize):
14456 (ParseOneResizeArgument):
14457 (GetResizeArguments):
14458 (GetResizeMoveArguments):
14460 (resize_move_window):
14461 * fvwm/geometry.c (gravity_get_naked_geometry):
14462 (gravity_add_decoration):
14464 don't use boundary_width anymore
14466 * fvwm/borders.c (SetupTitleBar):
14469 * fvwm/fvwmdebug.c:
14470 removed outdated file that was never used
14472 * fvwm/move_resize.c (move_window_doit):
14473 fixed GNOME and EWMH hints when unsticking a window
14475 * fvwm/virtual.c (CMD_MoveToDesk):
14476 unstick windows when MoveToDesk is used
14479 * fvwm/windowshade.c (CMD_WindowShade):
14480 (CMD_WindowShadeAnimate):
14481 functions moved to windowshade.c
14483 * fvwm/window_flags.h:
14484 * fvwm/menus.c (pop_menu_up):
14485 * fvwm/builtins.c (CMD_WindowShade):
14486 * fvwm/move_resize.c (resize_window):
14487 * fvwm/icons.c (AutoPlaceIcon):
14488 * fvwm/borders.c (SetupFrame):
14489 don't use HAS_BOTTOM_TITLE any more
14493 * fvwm/geometry.c (get_title_font_width_and_offset):
14494 * fvwm/geometry.c (set_window_border_size):
14495 * fvwm/geometry.c (is_window_border_minimal):
14496 * fvwm/geometry.c (get_window_borders_no_title):
14497 * fvwm/geometry.c (get_shaded_client_window_pos):
14498 * fvwm/geometry.c (get_icon_corner):
14499 * fvwm/geometry.c (get_title_gravity):
14500 * fvwm/geometry.c (get_title_geometry):
14501 * fvwm/borders.c (get_button_number):
14504 * fvwm/borders.c (SetupFrame):
14506 * fvwm/events.c (HandleShapeNotify):
14507 * fvwm/borders.c (SetupTitleBar):
14508 * fvwm/update.c (apply_window_updates):
14509 * fvwm/add_window.c (setup_window_font):
14510 removed title_top_height
14512 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14515 * fvwm/events.c (SendConfigureNotify):
14516 * fvwm/events.c (HandleConfigureRequest):
14517 preparations for W/E titles
14518 don't use title_top_height any more
14520 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14521 use title_dir flags
14523 * fvwm/geometry.c (get_window_borders):
14524 * fvwm/style.c (parse_and_set_window_style):
14525 (check_window_style_change):
14526 * fvwm/style.h (SCSET_TITLE_DIR):
14527 * fvwm/window_flags.h (GET_TITLE_DIR):
14528 * fvwm/fvwm.h (struct):
14529 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14532 * libs/Parse.c (ParseDirectionArgument):
14534 use new type direction_type
14536 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14538 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14539 use function from geometry.c to get the border size
14541 * fvwm/geometry.c (get_shaded_geometry):
14542 added code for shading in all directions
14544 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14546 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14548 2002-03-07 olicha <olivier.chapuis@free.fr>
14550 * libs/Flocale.c (FInitLocale):
14551 * fvwm/fvwm.c (main):
14552 Set the locale using "" as locale argument
14554 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14557 fixed some typos and indentation of several new variable entries
14559 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14561 * fvwm/functions.h (enum):
14562 * fvwm/functions.c (func_config):
14564 * fvwm/conditional.c (CMD_ThisWindow):
14565 renamed command "This" to "ThisWindow"
14567 * fvwm/conditional.c (Circulate):
14568 "Current" no longer selects a random window when no window is focused
14570 * fvwm/icccm2.c (SetupICCCM2):
14571 removed debug fprintf
14573 * fvwm/functions.c (expand_extended_var):
14574 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14575 pointer.wy, pointer.cx and pointer.cy.
14577 * libs/Parse.c (ParseDirectionArgument):
14578 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14580 * fvwm/builtins.c (CMD_WindowShade):
14581 fixes for animated shading w/ titleatbottom+north and titleattop+south
14583 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14585 * fvwm/move_resize.c (moveLoop):
14587 * fvwm/virtual.c (HandlePaging):
14588 moving/resizing windows opaque is much faster
14590 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14592 * fvwm/add_window.c (resize_resize_handle_windows):
14593 (change_resize_handle_windows):
14594 (setup_window_font):
14595 fixed changing the handlewidth style
14597 * fvwm/update.c (apply_window_updates):
14598 * fvwm/geometry.c (update_absolute_geometry):
14599 * fvwm/builtins.c (CMD_WindowShade):
14600 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14601 * fvwm/conditional.c (CreateConditionMask):
14602 * fvwm/geometry.c (get_shaded_geometry):
14603 * fvwm/session.c (MatchWinToSM):
14604 * fvwm/add_window.c (setup_window_structure):
14606 * fvwm/window_flags.h (SHADED_DIR):
14607 * fvwm/fvwm.h (struct):
14608 implemented new WindowShade options "North" and "South" to allow shading
14609 a window in either direction, regardless of if the title is at the top
14612 * libs/Module.c (module_expand_action):
14613 new convenience function for modules
14615 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14617 * fvwm/fvwm2.1: Fixes to the font section.
14619 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14621 * fvwm/conditional.c (CMD_WindowId):
14622 set the correct context window for unmanaged windows
14624 * fvwm/icons.c (DrawIconWindow):
14625 raise the icon title even if it's too small to be expanded
14627 * fvwm/conditional.c (CMD_Cond):
14628 Fixed it the right way this time
14630 same fix for the 'Any' command
14637 unified circulating functions into a single one
14639 Pick allows to pick functions that have CirculateSkip set
14640 fixed a memory leak
14644 (CMD_PointerWindow):
14645 unified selecting functions into a single one
14648 Allow user to override the default CirculateHit of these functions
14650 * fvwm/conditional.c (CMD_Cond):
14651 Fixed a problem w/ the window selection
14657 * fvwm/menustyle.h:
14658 * fvwm/menustyle.c:
14662 moved some of the menu code into separate files
14663 more work on tear off menus; windowlist can now be torn off without a
14668 added templates for new source files
14670 * libs/Picture.c (fvwmlib_clone_color):
14673 * fvwm/menus.c (make_menu):
14675 removed unused parameter from make_menu()
14677 * fvwm/fvwm2.1 (Example):
14678 corrected statement about CaptureHonorsStartsOnPage being the default
14680 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14685 added and documented --disable-bidi and --disable-perllib
14687 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14689 * fvwm/geometry.c (get_window_borders):
14690 fixed calculation of $[cw.y] and $[cw.height]
14692 * fvwm/move_resize.c (resize_move_window):
14693 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14695 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14697 * fvwm/move_resize.c (resize_move_window):
14699 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14702 re-added --enable-xinerama-emulation option that was removed recently
14704 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14709 several corrections and rewording
14711 2002-02-28 olicha <olivier.chapuis@free.fr>
14714 New section FONT NAMES AND FONT LOADING
14718 Document --enable-xft
14720 * libs/Fft.c (get_FlocaleXftFont):
14721 Used the xft font height in the place of ascent+descent
14723 * fvwm/icons.c (DrawIconWindow):
14724 Fixed the fg colors of the icon title
14726 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14728 * fvwm/conditional.c (CMD_CondCase):
14729 fixed CondCase command
14731 fixed numeric return codes
14733 * fvwm/add_window.c (CMD_Recapture):
14734 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14736 * acinclude.m4 (smr_CHECK_LIB):
14737 disabled a destructing gnome_prefix logic again
14739 * fvwm/events.c (GetContext):
14740 * libs/Bindings.c (win_contexts):
14742 new contexts for individual parts of the window border
14744 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14747 disabled a destructing gnome_prefix logic
14750 replaced fribidi detection mechanism, now fribidi-config is used
14752 2002-02-26 olicha <olivier.chapuis@free.fr>
14754 * acconfig.h (HAVE_XFT):
14757 * libs/Fft.c (new file):
14758 * libs/Flocale.c (FlocaleLoadFont):
14759 (FlocaleUnloadFont):
14760 (FlocaleDrawString):
14761 (FlocaleTextWidth):
14762 (get_FlocaleFontSet):
14764 (get_FlocaleFontOrFontSet):
14766 * fvwm/Makefile.am:
14767 Added anti-alised font rendering using Xft. This is off by default.
14768 A font can now be given as a ";" separated list of either ","
14769 separated list of XFLD font name or Xft font name with "xft:" as
14771 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14772 See Flocale.h for details
14774 * fvwm/events.c (HandleExpose):
14775 * fvwm/menus.c (paint_item):
14776 Always clear the text area before drawing text with an Xft font
14778 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14780 * acinclude.m4 (smr_CHECK_LIB):
14781 fixed a bug with variable expansion and autoconf cache values
14783 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14785 * fvwm/menus.c (seek_submenu_instance):
14787 * fvwm/fvwm.c (InitVariables):
14788 some general menu clean up
14790 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14791 * fvwm/move_resize.h (resize_geometry_window):
14792 * fvwm/menus.c (animated_move_back):
14794 (ParentalMenuRePaint):
14795 Removed the global variables for parental relativity. Please *do not*
14796 use globals in menus.c or anywhere else. I'm trying to remove most
14797 globals in the long run.
14799 * libs/Graphics.c (do_relieve_rectangle):
14802 * fvwm/menus.c (MenuInteraction):
14803 fixed tearing off menus by selecting a tear off item with the keyboard
14805 * fvwm/menus.c (MenuInteraction):
14806 fixed menus not popping down sometimes
14808 * fvwm/functions.c (CMD_TearMenuOff):
14809 * fvwm/menus.c (AddToMenu):
14811 (warp_pointer_to_item):
14812 (get_selectable_item_index):
14813 (get_selectable_item_from_index):
14814 (get_selectable_item_from_section):
14817 (draw_tear_off_bar):
14818 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14819 New command "TearMenuOff" in menus. In a normal item, this tears off
14820 the menu when selected. If the item has no title, it is drawn as a
14821 dashed line too. Pressing button 2 over a title tears out the menu too.
14824 * fvwm/menus.c (make_menu_window):
14825 fixed problem w/ mapping menus, performance enhancement
14827 * fvwm/builtins.c (CMD_Destroy):
14831 * fvwm/functions.c (execute_function):
14832 (expand_extended_var):
14834 new variable cond.rc that returns the last return code of a conditinal
14837 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14839 * fvwm/conditional.c (CMD_Cond):
14843 * fvwm/functions.h:
14844 * fvwm/functions.c:
14845 new conditional commands Cond, CondCase and Break
14847 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14848 (ewmh_WMStateShaded):
14851 (ewmh_WMStateHidden):
14853 (ewmh_CloseWindow):
14854 (ewmh_ActiveWindow):
14855 (ewmh_DesktopGeometry):
14856 * fvwm/gnome.c (GNOME_HandlePropRequest):
14857 * fvwm/windowlist.c (CMD_WindowList):
14858 * fvwm/update.c (apply_window_updates):
14859 * fvwm/conditional.c (CMD_Pick):
14865 (CMD_PointerWindow):
14870 * fvwm/read.c (run_command_stream):
14871 * fvwm/fvwm.c (Done):
14875 * fvwm/module_interface.c (ExecuteModuleCommand):
14876 * fvwm/move_resize.c (handle_stick):
14877 * fvwm/add_window.c (AddWindow):
14878 * fvwm/events.c (HandleKeyPress):
14879 (HandleButtonPress):
14880 (HandleClientMessage):
14881 (HandleButtonRelease):
14882 (HandlePropertyNotify):
14883 * fvwm/builtins.c (CMD_DestroyDecor):
14886 * fvwm/functions.h (func_type):
14887 * fvwm/functions.c (old_execute_function):
14888 (execute_function):
14889 (execute_complex_function):
14891 * fvwm/fvwm.h (fvwm_cond_func_rc):
14892 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14894 * fvwm/ConfigFvwmDefaults:
14895 set some default styles for tear off menu windows
14897 * fvwm/menus.c (menuShortcuts):
14898 ignore actions that would normally close a menu if it's a tear off menu
14899 <Backspace> creates a tear off menu
14900 <Escape> closes a tear off menu
14902 * fvwm/builtins.c (CMD_Delete):
14905 * fvwm/menus.c (DestroyMenu):
14906 (make_menu_window):
14908 * fvwm/menus.h (MenuRootDynamic):
14909 Each menu window is created with a unique display to prevent fvwm from
14910 being killed when a tear off menu is destroyed. Of course this is
14911 inefficient, but still better than writing a menu module.
14913 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14916 autogenerate perllib/FVWM/Module/Makefile
14918 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14920 * fvwm/move_resize.c (moveLoop):
14921 fixed a problem with keyboard movement vs. EdgeResistance
14923 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14926 fixed problem with root bindings and xfishtank
14928 * fvwm/windowlist.c (CMD_WindowList):
14929 applied patch by to Darren Marshall to fix placement of window list on
14930 wrong xinerama screen
14932 * libs/Parse.c (GetSuffixedIntegerArguments):
14933 integer arguments that must not have a suffix but have one are ignored
14935 * fvwm/icons.c (DeIconify):
14937 applied patch by Markus Schwarzenberg to fix a rare problem with the
14938 is_map_pending flag, iconified icons and restart
14940 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14943 * fvwm/conditional.c (CMD_This):
14944 * fvwm/functions.c:
14945 * fvwm/functions.h:
14948 added new conditional command This
14950 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14954 added fribidi library detection
14956 2002-02-12 olicha <olivier.chapuis@free.fr>
14958 * libs/Flocale.h (FlocaleFont):
14959 * libs/Flocale.c (get_FlocaleFont):
14960 (get_FlocaleFontSet):
14961 Compute the ascent and descent of the FlocaleFont structure directly
14962 from the XFontSetExtents data in the case of a fontset
14963 Added max_char_width to the FlocaleFont structure
14965 * libs/Makefile.am (libfvwm_a_SOURCES):
14967 Removed libs/GetFont.c
14969 * fvwm/menus.c (FreeMenuStyle):
14972 (CMD_CopyMenuStyle):
14973 * fvwm/menus.h (MenuLook):
14974 Fixed default font handling font by using a new MenuLook flags
14977 * fvwm/menus.c (UpdateMenuStyle):
14978 Fixed default font update
14980 * fvwm/fvwm.c (SetRCDefaults):
14982 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14983 fvwm initialization
14985 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14988 added FvwmPerl/* file generation
14990 2002-02-11 olicha <olivier.chapuis@free.fr>
14994 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14997 Added more documentation and change the MB_FALLBACK_FONT to
14998 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14999 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
15000 more consistent with the none multibyte case.
15002 2002-02-10 olicha <olivier.chapuis@free.fr>
15004 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
15006 * fvwm/events.c (HandleUnmapNotify):
15007 (HandleReparentNotify):
15008 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
15009 (ewmh_WMStateSticky):
15010 (ewmh_WMStateHidden):
15011 Restore various ewmh initial states when a window is unmapped or
15014 2002-02-10 Mikhael Goikhman <migo@homemail.com>
15018 added support for new perllib directory
15020 2002-02-09 olicha <olivier.chapuis@free.fr>
15027 Rename I18N_MB to MULTIBYTE
15028 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
15030 * libs/Flocale.c (*):
15032 New Font and Text API. A cache is used for fonts information. Font
15033 loading is more powerfull as both font or fontset can be loaded.
15034 See Flocale.h for details, more comments will be added soon.
15035 Fortunately, it seems that there are no more memory problems with
15036 --enable-multibyte!
15037 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15038 with XmbTextPropertyToTextList
15040 * fvwm/events.c (HandlePropertyNotify):
15041 * fvwm/misc.c (NewFontAndColor):
15044 * fvwm/menus.c (FreeMenuStyle):
15046 (CMD_CopyMenuStyle):
15048 (calculate_item_sizes):
15049 (size_menu_horizontally):
15051 * fvwm/builtins.c (CMD_DefaultFont):
15052 (ApplyDefaultFontAndColors):
15053 * fvwm/add_window.c (destroy_icon_font):
15055 (destroy_window_font):
15056 (setup_window_font):
15057 (free_window_names):
15058 (setup_window_name):
15060 * fvwm/fvwm.h (FvwmWindow):
15061 * fvwm/move_resize.c (DisplayPosition):
15062 (resize_geometry_window):
15064 * fvwm/fvwm.c (InitVariables):
15065 * fvwm/icons.c (DrawIconWindow):
15066 (setup_icon_title_size):
15067 * fvwm/borders.c (RedrawTitle):
15068 (DrawMultiPixmapTitlebar):
15069 * fvwm/screen.h (ScreenInfo):
15070 Use the new Text and Font API
15072 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15074 * fvwm/module_interface.c (PositiveWrite):
15075 fixed core dump when a module died in the select of PositiveWrite()
15077 * fvwm/module_interface.c (initModules):
15079 (do_execute_module):
15081 (KillModuleByName):
15082 (CMD_SendToModule):
15084 * fvwm/modconf.c (ModuleConfig):
15085 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15087 * fvwm/icons.c (GetXPMFile):
15088 suppress unnecessary error message for xmb icons
15090 * fvwm/misc.c (fvwm_msg):
15091 * fvwm/misc.h (enum):
15092 added new fvwm_msg type "OLD" for deprecated commands
15094 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15097 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15100 New section "Bug Reports".
15102 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15104 * fvwm/update.c (apply_window_updates):
15105 fixed propagation of window border and title colours to the modules
15107 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15109 * fvwm/menus.c (do_menu):
15110 fixed leaving tear off menus when something is selected with the mouse
15112 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15114 * fvwm/events.c (HandleEnterNotify):
15116 more work on tear off menus
15118 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15120 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15121 * fvwm/menus.c (menu_enter_tear_off_menu):
15126 properly calculate pointer position in tear off menus
15128 fixed active wait w/ poopup/popdown delays
15130 * fvwm/windowlist.c (CMD_WindowList):
15131 don't initialise some variables twice
15133 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15135 * fvwm/add_window.c (CaptureOneWindow):
15136 properly recapture tear off menus
15138 (IS_MESSAGE_IN_MASK):
15139 (is_message_selected):
15142 * fvwm/schedule.c (deschedule):
15144 * fvwm/events.c (My_XNextEvent):
15146 * fvwm/module_interface.c (ClosePipes):
15147 (CMD_ModuleSynchronous):
15149 performance enhancements; made macros out of simple functions
15151 * fvwm/builtins.c (CMD_WindowShade):
15152 don't redraw the decorations if window was not shaded or unshaded
15154 * fvwm/schedule.c (deschedule_obj_func):
15155 (execute_obj_func):
15156 fixed core dump when a scheduled command deschedules itself
15158 2002-01-31 olicha <olivier.chapuis@free.fr>
15163 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15166 * fvwm/move.c (moveLoop):
15167 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15169 * fvwm/session.c (get_version_string):
15170 switch from static to date-based version string
15173 remove --enable-kanji compatibility option
15177 fix warnings, gcc compains on having something after #endif
15179 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15181 * fvwm/builtins.c (CMD_Delete):
15184 don't crash fvwm when trying to close a tear off menu
15186 * fvwm/decorations.c (is_function_allowed):
15187 * fvwm/menus.c (menu_expose):
15189 * fvwm/events.c (HandleReparentNotify):
15190 (HandleUnmapNotify):
15191 * fvwm/add_window.c (AddWindow):
15193 * fvwm/fvwm.h (struct):
15194 * fvwm/add_window.c (CaptureAllWindows):
15195 (CaptureOneWindow):
15196 * fvwm/events.h (flush_property_notify):
15197 * fvwm/events.c (HandleMapRequestKeepRaised):
15198 started work on tear off menus
15200 * fvwm/fvwm.c (main):
15201 * fvwm/events.c (CMD_Sync):
15203 * fvwm/commands.h (CMD_Synchronize):
15204 * fvwm/functions.h (enum):
15205 * fvwm/functions.c (func_config):
15206 new commands XSync and XSynchronize for debugging
15208 * fvwm/conditional.c (CreateConditionMask):
15209 (MatchesConditionMask):
15210 * fvwm/builtins.c (CMD_State):
15211 * fvwm/fvwm.h (struct):
15212 * fvwm/functions.h:
15214 * fvwm/functions.c (func_config):
15215 new command "State"
15216 new condition "State"
15221 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15223 * fvwm/module_interface.c (AddToMessageQueue):
15225 (DeleteMessageQueueBuff):
15226 (FlushMessageQueue):
15227 * fvwm/events.c (My_XNextEvent):
15228 * fvwm/module_interface.c (AddToCommandQueue):
15229 (ExecuteCommandQueue):
15230 use code from queue.c
15235 * fvwm/events.c (My_XNextEvent):
15236 "Schedule 0" commands are executed before event handling
15237 moved some of the chedule code into a new queue library
15239 2002-01-30 olicha <olivier.chapuis@free.fr>
15241 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15243 2002-01-30 olicha <olivier.chapuis@free.fr>
15247 * libs/Makefile.am:
15248 * fvwm/fvwm.c (main):
15249 New libs files Flocale.c and Flocale.h with a function to set the
15250 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15251 also a function to get the charset (from ewmh_name.c) and which
15252 setlocale if this has not been done with the above function. This
15253 function is also called at fvwm2 startup
15255 * fvwm/ewmh_names.c (charset_to_utf8):
15257 Use the Fcharset variable and remove get_charset
15259 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15262 * libs/GetFont.c (GetFontSetOrFixed):
15263 Free the missing charset list as suggested by Alexander Kotelnikov.
15264 Report problems with missing charset only 5 times. Remove the
15265 STRICTLY_FIXED code
15267 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15270 a patch to config.status to generate scripts executable, may be handy;
15271 added generation of utils/fvwm24_convert
15273 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15276 * fvwm/functions.c (expand_extended_var):
15277 implemented $[schedule.last] and $[schedule.next] variables
15278 implemented new command "Deschedule"
15280 * fvwm/misc.c (get_server_time):
15283 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15285 * fvwm/misc.c (get_server_time):
15286 * fvwm/events.c (My_XNextEvent):
15287 * fvwm/icccm2.c (SetupICCCM2):
15288 * fvwm/functions.h:
15290 * fvwm/functions.c (func_config):
15292 implemented new command "Schedule"
15294 * fvwm/builtins.c (CMD_Exec):
15295 applied job control patch by Alexander Kotelnikov using the portable
15296 version of setpgrp()
15298 * libs/setpgrp.c (fvwm_setpgrp):
15299 * libs/setpgrp.h (fvwm_setpgrp):
15300 * libs/Makefile.am:
15302 added checks for setpgrp and setpgid
15304 2002-01-29 olicha <olivier.chapuis@free.fr>
15307 Better test for iconv second argumeny
15310 Use gnu libiconv in priority against the system iconv
15312 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15314 * fvwm/stack.c (RaiseOrLowerWindow):
15316 (collect_transients_recursive):
15317 * fvwm/icons.c (get_visible_icon_window_count):
15318 fixed stack ring corruption with icons that have either no picture or
15321 2002-01-28 olicha <olivier.chapuis@free.fr>
15323 * fvwm/ewmh_names.c (charset_to_utf8):
15325 (EWMH_SetVisibleName):
15327 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15328 set the ewmh visible (icon) name only if the fvwm visible name is
15329 different from the ICCCM (icon) window name, limit the number of
15330 conversions error messages to 10
15332 2002-01-28 olicha <olivier.chapuis@free.fr>
15334 * fvwm/functions.c (func_config):
15336 * fvwm/builtins.c (CMD_PropertyChange):
15337 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15340 * fvwm/module_interface.h:
15341 * fvwm/module_interface.c (BroadcastPropertyChange):
15342 * libs/Module.h (MX_PROPERTY_CHANGE):
15343 New module message MX_PROPERTY_CHANGE for all propose messages.
15345 * fvwm/events.c (HandlePropertyNotify):
15347 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15348 as argument when fvwm2 detects that the root background change
15349 Removed the ROOT_BG_CHANGE_STRING stuff
15351 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15353 * NEWS, configure.in:
15354 changed version to 2.5.1
15356 * fvwm/misc.c (get_pointer_fvwm_window):
15358 * fvwm/functions.c (func_config):
15359 * fvwm/conditional.c (CreateConditionMask):
15360 (MatchesConditionMask):
15361 (CMD_PointerWindow):
15362 (CreateConditionMask):
15364 * fvwm/fvwm.h (WindowConditionMask):
15365 new conditions focused, !focused, haspointer, !haspointer
15366 new command PointerWindow that works like Current but on the window
15367 that currently contains the pointer
15368 new command Any which works like None but inverts the condition
15369 fixed parsing of conditions with more than one comma
15371 * fvwm/module_interface.h:
15372 * fvwm/module_interface.c (do_execute_module):
15374 * libs/Module.h (MAX_XMSG_MASK):
15375 fixed default message mask for modules
15377 * fvwm/update.c (flush_window_updates):
15378 * fvwm/virtual.c (UnmapDesk):
15380 (do_move_window_to_desk):
15381 * fvwm/icons.c (DeIconify):
15383 * fvwm/events.c (HandlePropertyNotify):
15384 (HandleMapRequestKeepRaised):
15386 (HandleButtonPress):
15387 (HandleEnterNotify):
15388 (HandleLeaveNotify):
15389 * fvwm/focus.c (DoSetFocus):
15392 (ReturnFocusWindow):
15394 (ForceDeleteFocus):
15396 (restore_focus_after_unmap):
15397 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15398 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15399 the flush_window_updates() function.
15401 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15403 * fvwm/placement.c (PlaceWindow):
15404 minor performance enhancement
15406 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15409 * fvwm/menus.c (MenuInteraction):
15410 (pointer_in_active_item_area):
15411 (pointer_in_passive_item_area):
15412 new menu style PopupActiveArea
15414 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15416 * fvwm/move_resize.c (CMD_ResizeMaximize):
15417 (CMD_ResizeMoveMaximize):
15418 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15420 2002-01-21 olicha <olivier.chapuis@free.fr>
15423 s/Penalities/Penalties/g
15425 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15427 * fvwm/events.c (HandleLeaveNotify):
15428 (HandleEnterNotify):
15429 * fvwm/modconf.c (ModuleConfig):
15430 * fvwm/update.c (apply_window_updates):
15431 * fvwm/module_interface.c (BroadcastWindowIconNames):
15432 (CMD_Send_WindowList):
15434 (do_execute_module):
15436 (CMD_set_nograb_mask):
15437 (CMD_set_sync_mask):
15439 (set_mseggage_mask):
15440 (is_message_in_mask):
15441 (is_message_selected):
15443 rewrote message interface to allow more than 32 messages with minimal
15444 changes in the existing interfaces.
15445 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15448 * fvwm/style.c (parse_and_set_window_style):
15449 * fvwm/fvwm.h (struct):
15450 * fvwm/events.c (HandleButtonPress):
15451 implemented new styles MouseFocusClickIgnoreMotion and
15452 MouseFocusClickIgnoreMotionOff
15454 * fvwm/focus.c (focus_grab_buttons):
15455 fixed button mask for > 5 buttons
15457 2002-01-19 olicha <olivier.chapuis@free.fr>
15459 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15460 Save and restore the icon_pixmap_w and add comments
15462 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15464 * fvwm/events.c (HandleEnterNotify):
15465 fixed EnterNotify events for icons
15467 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15470 * fvwm/stack.c (overlap_box):
15472 * fvwm/icons.c (clear_icon):
15473 * fvwm/add_window.c (destroy_icon):
15474 * fvwm/fvwm.h (FvwmWindow):
15475 * fvwm/geometry.c (get_window_borders):
15476 (get_client_geometry):
15477 * libs/fvwmrect.h (struct):
15478 * fvwm/functions.c (expand_extended_var):
15479 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15480 return the geometry of the client window
15481 implemented new extended variables it.x, it.y, it.width, it.height that
15482 return the geometry of the icon title
15483 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15484 return the geometry of the icon picture
15485 implemented new extended variables i.x, i.y, i.width, i.height that
15486 return the geometry of the whole icon
15487 fixed $[w.height] when the window is shaded
15488 cleaned up icon geometry code
15490 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15493 * fvwm/functions.c:
15494 * fvwm/functions.h:
15495 * fvwm/move_resize.c (unmaximize_fvwm_window):
15496 (maximize_fvwm_window):
15498 (CMD_ResizeMaximize):
15502 (resize_move_window):
15503 (CMD_ResizeMoveMaximize):
15504 New command ResizeMaximize. Works like Resize, but modifies the
15505 maximized size of the window, not the normal size.
15506 New command ResizeMoveMaximize that works similarly.
15507 (resize_move_window):
15508 fixed ResizeMove command
15510 * fvwm/functions.c (expand):
15511 fixed core dump when using something like $[$v] in a command
15513 2002-01-17 olicha <olivier.chapuis@free.fr>
15515 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15516 * fvwm/events.c (HandlePropertyNotify):
15517 * fvwm/fvwm.c (InternUsefulAtoms):
15519 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15520 that the root background has changed. This uses the _XSETROOT_ID
15521 and XROOTPMAP_ID properties
15523 * fvwm/ewmh.c (atom_get):
15526 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15528 * fvwm/update.c (flush_window_updates):
15529 fixed unnecessary window style updates
15531 * fvwm/style.c (parse_and_set_window_style):
15532 * fvwm/add_window.c (RestoreWithdrawnLocation):
15534 (setup_frame_attributes):
15535 * fvwm/fvwm.h (FvwmWindow):
15536 Fvwm does no longer disable backing store on all of its windows. This
15537 cause too many problems with some applications, e.g. rdist. Introduced
15538 the new style BackingStoreWindowDefault that tells fvwm not to modify
15539 the backing store attribute on the client window - which now is the
15542 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15545 * fvwm/functions.c (func_config):
15546 * libs/Module.c (SetMessageMask2):
15551 fixed building with libstroke-0.5.1 on Solaris8
15553 * fvwm/stack.c (new_layer):
15554 * fvwm/borders.c (DrawButton):
15557 * fvwm/builtins.c (SetLayerButtonFlag):
15559 * fvwm/screen.h (struct):
15560 Applied the layer button patch by Richard Curnow with a few
15563 * fvwm/icons.c (GetIconBitmap):
15565 Ignore client icons that have the wrong depth
15567 * fvwm/events.c (HandleEnterNotify):
15568 Tried to fix focusing problem w/ unclutter.
15570 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15572 * fvwm/functions.c (CheckActionType):
15575 * fvwm/menus.c (paint_item):
15576 * fvwm/misc.c (is_function_allowed):
15577 * fvwm/move_resize.c (is_move_allowed):
15578 (is_resize_allowed):
15579 (is_maximize_allowed):
15580 * fvwm/decorations.c (check_if_function_allowed):
15581 combined all these functions into a new one
15582 use this function everywhere
15583 use the Fixed... styles to decide if a menu item is greyed or not
15585 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15587 * fvwm/events.c (HandleExpose):
15588 eat up expose events even if the server claims that the expose count is
15589 zero; fixes a problem with many redraws of windows that are uncovered
15590 by shading a window above them
15592 2002-01-10 olicha <olivier.chapuis@free.fr>
15594 * fvwm/focus.c (DoSetFocus):
15595 * fvwm/move_resize.c (CMD_Maximize):
15600 * fvwm/icons.c (DeIconify):
15603 * fvwm/gnome.c (GNOME_HandlePropRequest):
15604 * fvwm/ewmh_names.c (EWMH_WMName):
15605 * fvwm/events.c (HandleFocusIn):
15606 (HandlePropertyNotify):
15608 (HandleButtonPress):
15609 (HandleLeaveNotify):
15611 * fvwm/builtins.c (CMD_UpdateDecor):
15613 * fvwm/borders.c (draw_clipped_decorations):
15615 (RedrawDecorations):
15617 Added a new argument to DrawDecoration similar to draw_window_parts,
15618 which indicate which part of the decor should be cleared. At present
15619 time only CLEAR_FRAME is taken in account and this is used in
15620 ShadeWindow to draw the decoration without flickering. This argument
15621 may be used in the future to reduce opaque resizing flickering
15623 * fvwm/builtins.c (CMD_WindowShade):
15624 Draw the decoration during unshading a window
15626 * fvwm/menus.c (ParentalMenuRePaint):
15627 Fixed transparent animated menu again
15632 2002-01-09 olicha <olivier.chapuis@free.fr>
15634 * fvwm/style.c (CMD_Style):
15635 free all the elements of the ptmpstyle before freeing it
15637 * fvwm/menus.c (ParentalMenuRePaint):
15638 Fixed transparent animated menu with HilightBackOff
15640 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15642 * fvwm/style.c (merge_styles):
15643 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15644 in the copied style
15646 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15648 * fvwm/modconf.c (send_ignore_modifiers):
15649 (send_move_threshold):
15652 (send_color_limit):
15654 (send_desktop_geometry):
15655 (CMD_Send_ConfigInfo):
15656 moved code into new functions
15658 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15659 moved to defaults.h
15661 * fvwm/bindings.c (CMD_IgnoreModifiers):
15662 * fvwm/module_interface.c (broadcast_xinerama_state):
15663 * fvwm/modconf.c (send_ignore_modifiers):
15664 broadcast IgnoreModifiers to modules
15666 * fvwm/bindings.c (CMD_IgnoreModifiers):
15667 fixed IgnoreModifiers command without arguments
15669 corrected documentation of IgnoreModifiers command
15671 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15673 * fvwm/add_window.c:
15678 * fvwm/move_resize.c:
15681 * fvwm/module_interface.c:
15683 * fvwm/placement.c:
15686 * fvwm/fvwm.h (FvwmWindow):
15687 remnamed icon_w member to icon_title_w
15689 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15691 * fvwm/icons.c (RedoIconName):
15692 fixed sizing of icon title for icons without a pixmap
15694 (CreateIconWindow):
15696 (CreateIconWindow):
15697 rewrote icon title layout and moved the constants to defaults.h
15699 * fvwm/menus.c (menuShortcuts):
15700 (handle_emacs_bindings):
15701 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15703 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15705 * fvwm/fvwm2.1: Language checks done.
15706 .IR command not in column 1 fixed.
15708 2002-01-04 olicha <olivier.chapuis@free.fr>
15710 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15711 (AnimatedMoveOfWindow):
15712 (AnimatedMoveFvwmWindow):
15713 (move_window_doit):
15714 * fvwm/menus.c (ParentalMenuRePaint):
15715 (animated_move_back):
15717 Fixed transparent animated menu
15719 2002-01-03 olicha <olivier.chapuis@free.fr>
15721 * fvwm/move_resize.c (is_resize_allowed):
15723 Do not check if moveing/resizeing is MWM allowed for a no user request
15724 This fix for example FvwmWinList with MwmFunctions & NoOverride
15726 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15727 * fvwm/move_resize.c (is_move_allowed):
15728 Allowed moving if tmp_win is null and check if move is allowed and
15729 not resize in AnimatedMoveAnyWindow. This fix animated menu
15731 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15733 (ewmh_AllowsResize):
15734 Check as a user request
15737 * fvwm/move_resize.c (CMD_Maximize):
15740 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15741 to ignore the windows with a layer less or equal to the layer of
15742 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15743 Reorder a bit the Maximize documentation
15746 * fvwm/functions.c (expand_extended_var):
15747 New variables $[desk.name<n>] to get the desktop names
15749 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15751 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15752 Read with full path.
15754 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15757 * fvwm/misc.c (GrabEm):
15758 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15760 * fvwm/events.c (HandleUnmapNotify):
15761 (HandleMapRequestKeepRaised):
15762 (check_map_request):
15763 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15765 * fvwm/add_window.c (FetchWmProtocols):
15767 * fvwm/fvwm.h (FvwmWindow):
15768 * fvwm/events.c (HandleEnterNotify):
15769 (HandlePropertyNotify):
15770 * fvwm/focus.c (refresh_focus):
15772 fixed focus problems with netscape and ddd
15774 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15776 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15777 * libs/Pointer.c (GetLocationFromEventOrQuery):
15778 * fvwm/virtual.c (HandlePaging):
15779 * fvwm/move_resize.c (GetOnePositionArgument):
15781 (AnimatedMoveAnyWindow):
15784 * fvwm/module_interface.c (ExecuteModuleCommand):
15785 * fvwm/menus.c (do_menu):
15788 (get_menu_options):
15789 * fvwm/functions.c (execute_complex_function):
15790 * fvwm/events.c (HandleClientMessage):
15791 (WaitForButtonsUp):
15792 * fvwm/conditional.c (CMD_Direction):
15793 * fvwm/builtins.c (CMD_CursorMove):
15796 handle return code of XQueryPointer everywhere; necessary for dual head
15798 * fvwm/misc.c (GrabEm):
15799 Pointer was warped to other screen with a dual head setup
15801 2001-12-31 olicha <olivier.chapuis@free.fr>
15803 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15804 Removed some code which try to raise ewmh modal window over
15805 its transientfor window; this seems not possible without a new style
15806 or a bad hack in stack.c
15808 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15810 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15811 fallback to fixed font so it shows the right font for I18N.
15813 2001-12-30 olicha <olivier.chapuis@free.fr>
15815 * fvwm/window_flags.h:
15816 * fvwm/session.c (MatchWinToSM):
15817 (LoadWindowStates):
15818 (SaveWindowStates):
15819 (get_version_string):
15820 * fvwm/move_resize.c (CMD_Maximize):
15822 * fvwm/icons.c (CMD_Iconify):
15823 * fvwm/ewmh.c (EWMH_SetWMState):
15826 (EWMH_SetAllowedActions):
15829 * fvwm/ewmh_intern.h:
15830 * fvwm/ewmh_events.c (ewmh_WMState*):
15831 * fvwm/builtins.c (CMD_WindowShade):
15832 * fvwm/stack.c (new_layer):
15833 * fvwm/update.c (apply_window_updates):
15834 * fvwm/update.h (struct):
15835 * fvwm/add_window.c (setup_window_structure):
15836 (setup_window_name):
15838 * fvwm/style.c (check_window_style_change):
15839 The skip list and modal ewmh window states are now updated after
15840 an use/ignore ewmh state style changes. The other ewmh states are
15841 starting state only. All the initial ewmh states are keep in memory
15844 * fvwm/ewmh.c (EWMH_Handle*):
15846 Set the ewmh_window_type to an int (and not the corresponding atom)
15847 accordingly to the window type
15849 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15850 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15853 * fvwm/ewmh.c (EWMH_GetStyle):
15854 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15855 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15858 * libs/vpacket.h (ConfigWinPacket):
15859 * fvwm/module_interface.c (CONFIGARGSNEW):
15862 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15863 cfgpacket for FvwmIdent
15865 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15867 * fvwm/move_resize.c (resize_geometry_window):
15868 fixed wrong size calculation of geometry window
15870 2001-12-19 olicha <olivier.chapuis@free.fr>
15872 * fvwm/ewmh_names.c (convert_charsets):
15873 More precise error messages
15876 A few formatting fixes
15878 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15880 * fvwm/gnome.c (GNOME_SetHints):
15881 fixed window getting frozen into position upon a recapture or restart
15883 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15885 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15887 2001-12-17 olicha <olivier.chapuis@free.fr>
15890 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15892 * fvwm/ewmh.c (delete_kst_item):
15893 (set_kde_sys_tray):
15894 (EWMH_IsKdeSysTrayWindow):
15895 (EWMH_ManageKdeSysTray):
15896 * fvwm/events.c (HandleReparentNotify):
15897 Fixed reparenting management of kde system tray windows and
15898 added some off debugging code
15900 * fvwm/virtual.c (CMD_DesktopName):
15901 Removed some debugging code
15903 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15905 * fvwm/fvwm.h (struct):
15906 * fvwm/window_flags.h (IS_FIXED_PPOS):
15907 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15908 * fvwm/style.c (parse_and_set_window_style):
15909 (check_window_style_change):
15910 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15911 FixedUSSize, FixedPSize and Variable PPosition, ...
15913 * fvwm/events.c (HandleConfigureRequest):
15914 * fvwm/ewmh.c (ewmh_AllowsResize):
15915 (is_resize_allowed):
15918 * fvwm/gnome.c (GNOME_SetHints):
15919 (AnimatedMoveAnyWindow):
15922 * fvwm/move_resize.c (is_move_allowed):
15923 (is_resize_allowed):
15924 (is_maximize_allowed):
15925 new functions to clean up some code
15927 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15929 * fvwm/fvwm2.1: Doc fixups.
15931 2001-12-15 olicha <olivier.chapuis@free.fr>
15933 * fvwm/builtins (CMD_BugOpts):
15935 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15936 * fvwm/ewmh_events.c (ewmh_StateHidden):
15937 * fvwm/fvwm.c (InitVariables):
15939 * fvwm/icons.c (CMD_Iconify):
15941 * fvwm/virtual.c (unmap_window):
15943 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15944 to fix the IconicState problems in vitrual.c. New BugOpts
15945 EWMHIconicStateWorkaround for supporting current KDE versions
15947 * fvwm/events.c (HandlePropertyNotify):
15948 * fvwm/ewmh.c (ewmh_AllowsYes):
15950 (ewmh_AllowsClose):
15951 (ewmh_AllowsMaximize):
15953 (ewmh_AllowsResize):
15954 (EWMH_SetAllowedActions):
15956 * fvwm/style.c (check_window_style_change):
15957 * fvwm/update.c (apply_window_updates):
15959 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15961 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15963 * fvwm/borders.c (RedrawTitle):
15964 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15965 fixed 'stick' lines with long titles
15967 2001-12-11 olicha <olivier.chapuis@free.fr>
15971 * fvwm/ewmh.c (ewmh_SetWorkArea):
15973 (ewmh_ComputeAndSetWorkArea):
15974 (ewmh_HandleDynamicWorkArea):
15975 (EWMH_GetWorkAreaIntersection):
15976 (EWMH_GetStrutIntersection):
15977 (get_intersection):
15978 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15981 * fvwm/fvwm.c (InitVariables):
15983 * fvwm/modconf.c (send_desktop_names):
15984 (CMD_Send_ConfigInfo):
15985 * fvwm/placement.c (get_next_x):
15988 * fvwm/virtual.c (CMD_DesktopName):
15991 New command "DesktopName desk name" to define desktops names for
15992 the FvwmPager, the WindowList and ewmh compliant pagers.
15993 Desktops information (desk, desk name, working areas) is stored in a
15994 new list sub structure of Scr, DesktopsInfo. The head of the list
15995 contains generic information for desks that are not in the list.
15997 * fvwm/windowlist.c (get_desk_title):
16001 New window list options NoDeskNum, NoCurrentDeskTitle,
16002 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
16003 the NoGeometry and NoGeometryInfo options.
16006 * fvwm/ewmh_names.c:
16007 * fvwm/ewmh_icons.c:
16008 Added some static declarations
16010 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
16011 It seems that UTF8 names should not be terminated by a 0
16013 * fvwm/ewmh.c (EWMH_SetClientListStacking):
16014 Set the stacking list in the good orders
16016 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16019 * fvwm/functions.c:
16023 removed all MULTISTYLE ifdefs
16025 * fvwm/borders.c (RedrawTitle):
16026 fixed title drawing into relief
16028 2001-12-08 olicha <olivier.chapuis@free.fr>
16035 * fvwm/window_flags.h:
16037 s/extended_window_name/indexed_window_name/i
16038 s/extended_icon_name/indexed_icon_name/i
16039 s/do_update_window_name/do_update_visible_window_name/
16040 s/do_update_icon_name/do_update_visible_icon_name/
16042 * fvwm/style.c (CMD_Style):
16044 (parse_and_set_window_style):
16045 Split CMD_Style into CMD_Style and parse_and_set_window_style
16047 2001-12-06 olicha <olivier.chapuis@free.fr>
16049 * fvwm/add_window.c (setup_window_name_count):
16050 (setup_icon_name_count):
16051 Better determination of the window and icon names index
16053 * fvwm/add_window.c (AddWindow):
16055 * fvwm/events.c (HandlePropertyNotify):
16056 * fvwm/ewmh_names.c (EWMH_WMName):
16058 * fvwm/module_interface.c (BroadcastWindowIconNames):
16059 * fvwm/module_interface.h:
16060 (CMD_Send_WindowList):
16062 (CMD_set_sync_mask):
16063 (CMD_set_nograb_mask):
16064 * fvwm/update.c (apply_window_updates):
16066 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16067 which are send to modules with BroadcastWindowIconNames.
16068 The set mask cmds use unsigned long mask and not int mask!
16070 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16074 EWMH without iconv compile fix by Hippo
16076 2001-12-05 olicha <olivier.chapuis@free.fr>
16078 * fvwm/add_window.c:
16081 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16082 * fvwm/ewmh_events.c:
16085 * fvwm/move_resize.c (CMD_Maximize):
16086 * fvwm/placement.c (test_fit):
16088 * fvwm/session.c (SaveWindowStates):
16089 * fvwm/style.c (merge_styles):
16091 (check_window_style_change):
16092 * fvwm/update.c (apply_window_updates):
16094 * fvwm/window_flags.h:
16096 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16097 EWMHMaximizeUseDynamicWorkingArea,
16098 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16099 EWMHPlacementUseDynamicWorkingArea,
16100 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16101 EWMHIgnoreStateHints / EWMHUseStateHints,
16102 EWMHIgnoreStrutHints / EWMHUseStrutHints
16104 * fvwm/ConfigFvwmDefaults:
16105 Use EWMHPlacementUseDynamicWorkingArea,
16106 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16109 * fvwm/add_window.c (setup_placement_penalty):
16110 * fvwm/add_window.h:
16111 (setup_placement_penalty):
16114 * fvwm/placement.c (get_next_x):
16115 * fvwm/placement.h:
16118 * fvwm/style.c (CMD_Style):
16120 (check_window_style_change):
16121 * fvwm/update.c (apply_window_updates):
16123 * fvwm/window_flags.h:
16125 New styles PlacementOverlapPenalties and
16126 PlacementOverlapPercentPenalties
16129 * fvwm/add_window.c (setup_window_name_count):
16130 * fvwm/add_window.h:
16131 (setup_icon_name_count):
16132 (setup_visible_name):
16133 (setup_window_name):
16134 (free_window_names):
16136 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16138 * fvwm/events.c (HandlePropertyNotify):
16139 * fvwm/ewmh_names.c (EWMH_*):
16141 * fvwm/icons.c (CreateIconWindow):
16146 * fvwm/session.c (MatchWinToSM):
16147 * fvwm/style.c (CMD_Style):
16149 (check_window_style_change):
16150 * fvwm/update.c (apply_window_updates):
16152 * fvwm/window_flags.h:
16153 New styles ExtendedWindowName / SimpleWindowName and
16154 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16156 * fvwm/builtins.c (ReadMultiPixmapDecor):
16162 * session.c (get_version_string):
16165 * fvwm/stack.c (new_layer):
16167 Fixed ewmh wm state
16169 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16170 Fixed creation of the ewmh icon in the case of the window is iconified
16172 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16174 * fvwm/placement.c (PlaceWindow):
16175 fixed manual placement on Xinerama screens other than the one with the
16176 top left corner of the total screen
16178 2001-11-27 olicha <olivier.chapuis@free.fr>
16184 Check for the second argument of iconv
16187 Added -Wall to CFLAGS if cc is gcc
16189 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16193 s/extanded/extended/
16195 2001-11-26 olicha <olivier.chapuis@free.fr>
16197 * fvwm/Makefile.am:
16198 Fixed (?) iconv_LIBS
16200 2001-11-26 olicha <olivier.chapuis@free.fr>
16202 * fvwm/functions.c (expand):
16203 Fixed n, c, r expansion
16205 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16207 * fvwm/fvwm2.1: Clean up ewmh stuff.
16209 2001-11-24 olicha <olivier.chapuis@free.fr>
16211 * fvwm/ewmh_internal.h:
16213 Removed a non standard macro
16215 2001-11-24 olicha <olivier.chapuis@free.fr>
16218 Documented the previous ewmh style in a new Style subsection
16220 * fvwm/functions.c (expand):
16221 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16223 2001-11-24 olicha <olivier.chapuis@free.fr>
16225 * fvwm/add_window (setup_icon):
16226 (setup_window_structure):
16227 * fvwm/events.c (HandlePropertyNotify):
16229 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16230 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16231 (EWMH_DoUpdateWmIcon):
16232 (ewmh_SetWmIconFromPixmap):
16233 (EWMH_DeleteWmIcon):
16234 (EWMH_SetIconFromWMIcon):
16235 * fvwm/ewmh_intern.h:
16237 * fvwm/icons.c (GetIcon):
16238 * fvwm/session.c (get_version_string):
16239 * fvwm/style.c (CMD_Style):
16241 (check_window_style_change)
16242 * fvwm/update.c (apply_window_updates):
16244 * fvwm/window_flags.h:
16245 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16246 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16247 EWMHDonateIcon / EWMHDontDonateIcon,
16248 Some ewmh icon code simplification.
16249 Ewmh icons priority: just after icon window.
16251 * fvwm/ewmh.c (EWMH_ExitStuff):
16253 * fvwm/session.c (SaveWindowStates):
16254 (LoadWindowStates):
16256 * fvwm/fvwm.c (Done):
16257 Delete the ewmh icons we set ourself. Some ewmh session states do not
16258 need to be saved/restored anymore
16260 2001-11-23 olicha <olivier.chapuis@free.fr>
16262 * fvwm/ewmh_names.c (convert_charsets):
16263 Fixed infinite loop
16265 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16267 * fvwm/ewmh_names.c (convert_charsets):
16268 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16269 man page states on Linux
16270 replaced goto with a loop
16272 2001-11-22 olicha <olivier.chapuis@free.fr>
16274 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16277 * fvwm/ewmh_events.c:
16278 Fixed some styles update
16280 * fvwm/ewmh_conf.c:
16281 * fvwm/function.c (func_config):
16285 * fvwm/ewmh_events.c:
16286 * fvwm/ewmh_intern.h:
16287 * fvwm/Makefile.am:
16289 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16290 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16292 * fvwm/add_window.c:
16295 * fvwm/functions.c:
16296 * fvwm/ewmh.c (EWMH_Init):
16298 * fvwm/fvwm.c (InitVariables):
16305 * fvwm/window_flags.c:
16312 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16313 are maybe problematic) and those in the ewmh* files to allow
16314 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16315 should be dummy. --enable-ewmh is now the default.
16317 2001-11-20 olicha <olivier.chapuis@free.fr>
16319 * fvwm/icons.c (GetIcon):
16320 * fvwm/add_window.c (setup_icon):
16321 Fixed icons order choice and other minor bugs
16323 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16324 Fixed a core dump if there is no MiniIcon
16326 2001-11-18 olicha <olivier.chapuis@free.fr>
16328 * fvwm/ewmh.c (add_kst_item):
16330 (ewmh_AddToKdeSysTray):
16331 (EWMH_IsKdeSysTrayWindow):
16332 (EWMH_ManageKdeSysTray):
16334 fvwm/ewmh_intern.h:
16335 * fvwm/events.c (HandleDestroyNotify):
16336 (HandleMapRequest):
16337 (HandleUnmapNotify):
16338 Fixed the KDE system tray implementation
16340 2001-11-16 olicha <olivier.chapuis@free.fr>
16344 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16346 2001-11-15 olicha <olivier.chapuis@free.fr>
16348 * fvwm/ewmh.c (EWMH_DestroyWindow):
16350 (EWMH_WindowDestroyed):
16351 * fvwm/events.c (HandleReparentNotify):
16352 (HandleDestroyNotify):
16353 (HandleUnmapNotify):
16354 * fvwm/add_window.c (destroy_window):
16355 Fixed the ewmh windows lists
16357 2001-11-15 olicha <olivier.chapuis@free.fr>
16359 * fvwm/Makefile.am:
16362 * fvwm/ewmh_intern.h:
16363 * fvwm/ewmh_events.c:
16364 * fvwm/ewmh_icons.c:
16365 * fvwm/ewmh_names.c:
16368 New files to achieve the extended WM hints support, off by
16369 default. This code is ifdefed a la gnome.c.
16370 This is work in progess (need to do so that every things are
16374 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16375 New configure option --enable-ewmh. Added tests for iconv and
16376 nl_langinfo for UTF8 conversions.
16378 * fvwm/add_window.c (AddWindow):
16379 (CaptureOneWindow):
16381 (setup_window_name):
16383 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16384 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16385 SET_HAS_EWMH_ICON, EWMH_WMIconName
16387 * fvwm/add_window.c (setup_window_structure):
16388 * fvwm/fvwm.h (FvwmWindow):
16390 * fvwm/window_flags.h:
16391 * fvwm/session.c (get_version_string):
16392 (SaveWindowStates):
16393 (LoadWindowStates):
16394 Added some entries in FvwmWindow and some flags (more will be
16395 added). Some of these states need to be saved at restart and
16396 at recapture. This code is ifdefed, may be it should not: I was
16397 forced to ifdef the version string in get_version_string.
16399 * libs/Bindings.c (win_contexts):
16401 * fvwm/events.c (GetContext):
16402 * fvwm/bindings.c (ParseBinding):
16403 (activate_binding):
16404 * fvwm/functions.c (expand_extended_var):
16406 (execute_function):
16408 * fvwm/screen.h (Scr):
16409 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16410 (kdesktop or Nautilus desktop). This context is something between
16411 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16413 * fvwm/bindings.c (activate_binding):
16414 Fixed immediate application of mouse/stroke bindings
16417 * fvwm/borders.c (RedrawDecorations):
16418 * fvwm/update.c (apply_window_updates):
16419 New function RedrawDecorations taken from apply_window_updates
16420 and called in ewmh_icons.c and update.c
16422 * fvwm/bultins.c (CMD_WindowShade):
16425 * fvwm/events.c (HandleFocusIn):
16426 (HandlePropertyNotify):
16427 (HandleClientMessage):
16428 (HandleMapRequestKeepRaised):
16429 (HandleUnmapNotify):
16430 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16431 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16434 * fvwm/icons.c (GetIcon):
16436 (CreateIconWindow):
16437 (ChangeIconPixmap):
16438 * fvwm/events.c (HandlePropertyNotify):
16439 New function GetIcon taken from CreateIconWindow which choose
16440 the icon, there is a new case for EWMH icons. New function
16441 ChangeIconPixmap taken from events.c.
16442 The two new functions are called from ewmh_icon.c (and icons.c).
16444 * fvwm/move_resize.c (handle_stick):
16447 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16450 * libs/Picture.c (LoadPictureFromPixmap):
16451 (CachePictureFromPixmap):
16452 New functions for loading a picture from a pixmap. Nothing is cached
16453 but this simplify the MiniIcon code.
16455 * fvwm/placement.c (PlaceWindow):
16456 EWMH_GetWorkAreaIntersection
16458 * fvwm/screen.h (Scr):
16459 Added the working area, the dynamic working area and the ewmh
16462 * fvwm/stack.c (restack_windows):
16464 EWMH_SetClientListStacking, EWMH_SetWMState
16466 * fvwm/style.c (check_window_style_change):
16467 * fvwm/update.c (apply_window_updates):
16469 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16470 This code is ifdefed.
16472 * fvwm/style.c (lookup_style):
16475 * fvwm/virctual.c (goto_desk):
16476 (CMD_GotoDeskAndPage):
16477 (do_move_window_to_desk):
16478 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16480 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16482 * fvwm/update.c (apply_window_updates):
16483 * fvwm/gnome.c (GNOME_GetStyle):
16484 * fvwm/style.c (lookup_style):
16485 (check_window_style_change):
16486 * fvwm/add_window.c (setup_style_and_decor):
16487 fixed GnomeIgnoreHints style for some of the gnome hints
16489 * fvwm/fvwm.c (StartupStuff):
16490 Tried to fix font size problem
16492 * fvwm/placement.c (PlaceWindow):
16493 suppress an X error
16495 * fvwm/move_resize.c (moveLoop):
16496 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16497 * fvwm/misc.c (Keyboard_shortcuts):
16498 modified keyboard shortcut functions so that it is possible to move
16499 windows with the keyboard even if the border is hit. does not work
16500 very nicely with paging
16502 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16503 performance enhancement
16505 * fvwm/events.c (HandleButtonPress):
16506 fixed (?) some problem with passing the raise click in ctf to the app
16508 * fvwm/add_window.c (Reborder):
16509 * fvwm/virtual.c (MoveViewport):
16512 * fvwm/session.c (SaveWindowStates):
16513 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16514 don't access stack_next and stack_prev directly but use the access
16515 functions from stack.h
16517 * fvwm/stack.c (remove_window_from_stack_ring):
16518 (add_window_to_stack_ring_after):
16521 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16523 when a window becomes scheduled for destruction, remove all traces of it
16524 from the fvwm internal variable so its not accessed accidentally when
16525 its fields are no longer valid
16527 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16530 fixed compilation of I18N_MB
16532 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16542 exclude the TitleStyle MultiPixmap feature (only) before forking
16544 and restore it after that
16548 change version string to 2.5.0
16551 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16552 added a link to the stable version 2.4.4 (not released yet)
16554 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16558 change version string to 2.4.4 before forking
16560 * make_fvwmdist.sh:
16561 strip end of line from date (adjust for a new length)
16563 2001-10-29 olicha <olivier.chapuis@free.fr>
16565 * fvwm/screen.h (DecorFaceStyle):
16566 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16567 so that Solid colors work again
16569 2001-10-28 olicha <olivier.chapuis@free.fr>
16571 * fvwm/module_interface.c (skipModuleAliasToken):
16572 Allows '/' as alias character
16577 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16582 added --disable-multipixmap-titles for the Suzanne's patch,
16583 the default is enable
16586 some formatting fixes in TitleStyle entry
16588 2001-10-27 Suzanne Britton <tril@igs.net>
16590 * config.h.in: Added FANCY_TITLEBARS option, off by default
16593 Added info on TitleStyle MultiPixmap
16596 [All changes #ifdeffed FANCY_TITLEBARS]
16597 Added TITLE_PADDING define for fancy titlebar rendering
16598 Added tb_pixmap_enum
16599 Added MultiPixmap to DecorFaceType enum
16600 Added Picture **multi_pixmaps and short multi_stretch_flags
16601 to DecorFace structure
16604 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16605 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16606 (RenderIntoWindow): [new]
16607 (DrawMultiPixmapTitlebar): [new]
16608 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16609 instead of always sending 1
16611 Call DrawFancyTitlebar for MultiPixmap style
16612 Skip DrawString calls for MultiPixmap style (title is drawn inside
16613 DrawMultiPixmapTitlebar)
16616 [All changes #ifdeffed FANCY_TITLEBARS]
16617 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16618 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16619 (ReadMultiPixmapDecor): [new]
16621 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16623 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16624 buttons can activate on press or release, special pointer during grab,
16625 arrow key command recall.
16627 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16629 * fvwm/bindings.c (ParseBinding):
16632 binding commands now do not print error messages with Silent
16634 * fvwm/ConfigFvwmDefaults:
16636 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16637 use Silent before Key Help
16639 * fvwm/add_window.c:
16640 changed the broken size hints message to notify the owner
16642 * docs/fvwm.lsm.in:
16645 2001-10-19 olicha <olivier.chapuis@free.fr>
16648 Some FvwmScript news
16650 2001-10-16 olicha <olivier.chapuis@free.fr>
16653 Some FvwmScript news
16655 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16657 * fvwm/bindings.c (activate_binding):
16658 * libs/Bindings.c (GrabWindowKeyOrButton):
16659 activate mouse/stroke bindings immediately
16661 * fvwm/events.c (HandleButtonPress):
16662 it is possible to bind actions to the 'ClickToFocus' click
16664 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16666 * fvwm/virtual.c (HandlePaging):
16667 allow paging during move/resize when pressing keys
16669 * libs/XResource.c (MergeCmdLineResources):
16670 possible core dump fix
16672 * fvwm/add_window.c (setup_window_placement):
16675 * libs/Bindings.c (AddBinding):
16676 another attempt at cleaning up bindings with "Shift"
16678 2001-10-13 olicha <olivier.chapuis@free.fr>
16683 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16687 OpaqueMoveSize now accepts "unlimited" or negative argument.
16689 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16694 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16696 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16699 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16701 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16704 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16706 * NEWS, configure.in:
16707 changed version to 2.5.0
16709 2001-10-08 olicha <olivier.chapuis@free.fr>
16711 * fvwm/borders.c (RedrawTitle):
16712 Fixed drawing of leftJustified stippled title and suppress warnings
16713 in RelieveRectangle w/ RightJustified stippled title
16715 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16717 * fvwm/virtual.c (CMD_XineramaSlsSize):
16720 2001-10-03 olicha <olivier.chapuis@free.fr>
16722 * fvwm/style.c (CMD_Style):
16724 Added the possibility to add an Xinerama screen to the 4 numerics
16727 2001-10-03 olicha <olivier.chapuis@free.fr>
16729 * fvwm/icons.c (AutoPlaceIcon):
16730 Fixed a core dump with @c and fixed icon placement if the icon should
16731 not be on the current page
16733 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16735 * fvwm/icons.c (AutoPlaceIcon):
16736 * libs/FScreen.c (FScreenParseScreenBit):
16737 added 'w' screen specifier for icon boxes
16739 * fvwm/icons.c (AutoPlaceIcon):
16740 fixed placement of icons in icon boxes on different screen
16742 * fvwm/menus.c (get_menu_options):
16743 reduced code duplication
16745 2001-10-02 olicha <olivier.chapuis@free.fr>
16747 * fvwm/menus.c (get_menu_options):
16748 fixed Xinerama placement of menu with empty but not null position hints
16750 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16752 * fvwm/borders.c (RedrawTitle):
16753 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16754 suppress a warning in RelieveRectangle w/ small sticky windows
16756 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16758 * fvwm/menus.c (get_menu_options):
16759 A 'rectangle' context rectangle for menus honours the '@screen' bit
16761 * fvwm/move_resize.c (DisplayPosition):
16762 coordinates of a window are show in relation to the screen, not the page
16764 * libs/FScreen.c (FScreenTranslateCoordinates):
16765 * fvwm/placement.c (PlaceWindow):
16766 * fvwm/add_window.c (setup_window_placement):
16767 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16768 rewrote the library functionality to better match the rest of the
16771 * fvwm/builtins.c (DestroyFvwmDecor):
16772 removed useless code
16774 * fvwm/icons.c (DrawIconWindow):
16775 fixed race condition w/ expanding/collapsing icon titles
16777 * fvwm/windowlist.c (CMD_WindowList):
16778 fixed Xinerama placement of window list when called without options
16780 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16782 * libs/FScreen.c (FScreenSLSOnOff):
16783 fixed core dump when calling XineramaSls before XineramaSlsSize
16788 * libs/FShape.h (FHaveShapeExtension):
16789 set macro to 1 when compiling w/ shape extension
16791 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16793 * libs/Bindings.c (AddBinding):
16794 * fvwm/bindings.c (ParseBinding):
16795 print a warning if a key with the given name does not exist
16796 if there is an upper and a lower case version of the same key name,
16797 always bind to the lower case version; this is problematic if the upper
16798 case version is tied to a key without a modifier and the lower case
16799 version is tied to the same key, but with a modifier (or both are tied
16800 to different keys). I hope this good enough.
16802 * libs/Bindings.c (FreeBindingList):
16803 (MatchBindingExactly):
16804 (CollectBindingList):
16805 fixed some problems overriding keys
16806 reduced duplication of logic
16808 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16810 * NEWS, configure.in:
16811 changed version to 2.5.0
16813 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16816 changed version to 2.4.2
16818 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16821 (SetWindowBackground):
16822 (SetRectangleBackground):
16823 * fvwm/builtins.c (CMD_WindowShade):
16824 * fvwm/add_window.c:
16825 (setup_style_and_decor):
16827 (CreateIconWindow):
16832 (HandleConfigureRequest):
16833 (HandleShapeNotify):
16834 (InitEventHandlerJumpTable):
16835 * fvwm/borders.c (struct):
16838 * fvwm/decorations.c (SelectDecor):
16843 * fvwm/fvwm.h (FvwmWindow):
16846 moved shape support to library; its no longer necessary to
16847 '#ifdef SHAPE' any code
16849 * fvwm/borders.c (RedrawButtons):
16851 fixed top border hilight drawing of title buttons
16853 * libs/Graphics.c (do_relieve_rectangle):
16854 (RelieveRectangle):
16855 (RelieveRectangle2):
16856 allow alternate shading for title buttons
16858 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16861 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16862 Add a formal description of how fvwm maintains module's configs
16863 Change manpages of individual modules to refer to fvwm2(1) for
16864 details about specifying configuration
16866 * fvwm/add_window.c (setup_window_placement):
16867 desk and page can now really be given as X resources a la
16870 * libs/XResource.c (GetResourceString):
16871 resource -> lower case, class -> upper case
16875 changed version to 2.5.0
16877 * Makefile.am (distcheck2):
16878 build distcheck before dist2; save a few seconds if the build fails
16881 * libs/ClientMsg.c:
16885 * libs/gethostname.c:
16888 * libs/safemalloc.c:
16889 * libs/strcasecmp.c:
16892 * libs/strncasecmp.c:
16901 changed version to 2.4.1 again
16903 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16905 * libs/Bindings.c (FvwmStringToKeysym):
16906 try both cases of the first letter of a key name
16908 * fvwm/ConfigFvwmDefaults:
16909 * fvwm/windowlist.c (winCompareReverse):
16911 new WindowList option ReverseOrder; use the new option in the default
16912 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16913 cycle through the whole window list. The old behaviour only toggled
16914 between two windows. Also, a simple Alt-Tab can be used to switch to
16915 the next window instead of Alt-Tab-Tab.
16917 * libs/FScreen.c (FScreenInit):
16918 fixed a Xinerama crash
16921 print a verbose error message and exit if X11 headers and libraries
16924 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16926 * fvwm/fvwm.c (main):
16929 new library for X shape encapsulation
16931 * fvwm/builtins.c (CMD_WindowShade):
16932 * fvwm/borders.c (SetupFrame):
16933 fixed shading of windows without title and border
16934 fixed shading of shaped windows; fixes bug #732
16936 * fvwm/builtins.c (CMD_SetEnv):
16937 calling SetEnv without a value is the same as UnsetEnv
16939 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16941 * fvwm/events.c (HandleReparentNotify):
16942 fixed vanishing windows in rapid map/unmap cycles; bug #770
16944 * fvwm/add_window.c (hide_screen):
16945 fixed possible BadWindow error
16947 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16949 * fvwm/virtual.c (MoveViewport):
16951 (CMD_GotoDeskAndPage):
16953 GotoDeskAndPage records its own history of last visited desk/page
16955 * libs/FScreen.c (FScreenInit):
16956 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16958 2001-09-05 olicha <olivier.chapuis@free.fr>
16960 * fvwm/session.c (MatchWinToSM):
16961 * fvwm/add_window.c (setup_window_structure):
16962 * fvwm/move_resize.c (moveLoop):
16963 Fixed PlacedByButton3 condition
16965 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16968 * fvwm/functions.c (func_config):
16969 * fvwm/module_interface.c (broadcast_xinerama_state):
16970 * fvwm/virtual.c (CMD_Xinerama):
16971 (CMD_XineramaPrimaryScreen):
16973 (CMD_XineramaSlsSize):
16975 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16976 XineramaSls and XineramaSlsSize
16977 restructured parts of the FScreen code
16979 * fvwm/functions.c (func_config):
16980 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16982 * libs/Graphics.c (RelieveRectangle):
16983 allow calling the function with w == 0 or h == 0 without a message
16985 * fvwm/window_flags.h (SET_STYLE_DELETED):
16986 * fvwm/style.c (CMD_DestroyStyle):
16987 (check_window_style_change):
16988 * fvwm/fvwm.h (window_style):
16989 update windows when a style is deleted
16992 fixed xpm detection problem caused by wrong library order
16994 2001-09-05 olicha <olivier.chapuis@free.fr>
16996 * NEWS: PlacedByFvwm
16998 2001-09-04 Dan Espen <dane@mk.telcordia.com>
17000 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
17002 2001-09-04 olicha <olivier.chapuis@free.fr>
17005 * fvwm/windows_flags.h:
17006 * fvwm/placement.c (PlaceWindow):
17007 * fvwm/add_window.c (setup_window_structure):
17008 * fvwm/conditional.c (CreateConditionMask):
17009 * fvwm/session.c (get_version_string):
17012 Added a new windows_flags is_placed_by_fvwm and a new condition
17015 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17017 * fvwm/focus.c (focus_grab_buttons):
17019 disabled xt/double click patch for now
17021 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17023 * libs/Graphics.c (RelieveRectangle):
17024 print a warning if one of the dimensions is <= 0
17026 * fvwm/placement.c (PlaceWindow):
17027 take care of windows that have both, PPosition and USPosition set
17028 take care of transient windows that have neither PPosition nor
17031 2001-09-01 olicha <olivier.chapuis@free.fr>
17033 * libs/FScreen.c (FScreenInit):
17034 Fixed the position of the xinerama emulation delimiters
17036 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17039 Xinerama introduction
17041 * fvwm/icons.c (AutoPlaceIcon):
17042 try to place icons of screen with the window center, and if that fails
17045 * libs/FScreen.c (FScreenGetScrRect):
17046 performance improvement for non-xinerama systems
17048 * fvwm/update.c (apply_window_updates):
17049 (flush_window_updates):
17050 update icon boxes and icon position when xinerama layout changes
17052 * fvwm/icons.c (AutoPlaceIcon):
17053 limit placement of icons using no icon box to screen boundaries
17054 adapt icon boxes to xinerama layout whenever used
17056 * fvwm/placement.c (PlaceWindow):
17057 * fvwm/style.c (CMD_Style):
17058 (check_window_style_change):
17059 * fvwm/style.h (SUSE_NO_USPOSITION):
17060 (SUSE_NO_TRANSIENT_PPOSITION):
17061 (SUSE_NO_TRANSIENT_USPOSITION):
17062 * fvwm/fvwm.h (struct):
17063 implemented new styles NoUSPosition/UseUSPosition,
17064 NoTransientPPosition/UseTransientPPosition,
17065 NoTransientUSPosition/UseTransientUSPosition.
17066 These work exactly like NoPPosition/UsePPosition.
17067 Transient windows ignore the window position if neither the PPosition
17068 nor the USPosition hint is set.
17070 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17072 * fvwm/focus.c (restore_focus_after_unmap):
17073 fixed a bug transfering the focus when a window was iconified
17075 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17077 * fvwm/conditional.c (MatchesConditionMask):
17078 * fvwm/move_resize.c (position_geometry_window):
17079 * fvwm/placement.c (PlaceWindow):
17080 * fvwm/menus.c (pop_menu_up):
17081 * fvwm/move_resize.c (move_window_doit):
17082 * fvwm/icons.c (do_all_iconboxes):
17083 * fvwm/placement.c (PlaceWindow):
17084 * fvwm/menus.c (update_menu):
17085 adapted to new FScreen... signatures
17087 * libs/FScreen.c (FScreenClipToScreen):
17088 (FScreenGetScrCenterCenter):
17089 (FScreenCenterCurrent):
17090 (FScreenCenterPrimary):
17091 (FScreenGetCurrent00):
17092 (FScreenGetGlobalScrRect):
17093 (FScreenGetPrimaryScrRect):
17094 (FScreenGetScrRect):
17095 (FScreenIsRectangleOnScreen):
17096 unified all the FSCreen... functions using a common signature, removed
17099 * fvwm/style.c (CMD_Style):
17100 init icon box screen
17102 * fvwm/move_resize.c (move_window_doit):
17104 * libs/Makefile.am:
17105 * libs/XineramaSupport.c:
17106 * libs/XineramaSupport.h:
17108 exported and renamed screen defines
17115 * fvwm/placement.c:
17116 * fvwm/move_resize.c:
17117 * fvwm/module_interface.c:
17122 * fvwm/conditional.c:
17123 * libs/XineramaSupport.c:
17124 renamed all XineramaSupport...() functions to FScreen...()
17126 * fvwm/style.c (CMD_Style):
17129 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17131 * fvwm/style.c (CMD_Style):
17132 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17133 using geometry spec.
17135 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17139 new function QuoteString() to add and escape single quotes to strings
17141 * fvwm/menus.c (MenuInteraction):
17142 quote both missing function name and menu name for
17143 MissingSubmenuFunction
17145 * fvwm/functions.c (expand):
17148 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17150 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17152 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17154 * fvwm/cursor.c (CMD_CursorStyle):
17155 * fvwm/icons.c (GetXPMFile):
17156 * libs/Colorset.c (SetWindowBackground):
17159 * libs/Bindings.c (AddBinding):
17160 tired to help with problem binding keys that have a keycode with no
17161 modifiers and another keycode with some modifiers pressed, e.g.
17162 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17163 F1 generating the actioon bound to F11 sometimes
17165 * fvwm/focus.c (focus_grab_buttons):
17168 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17170 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17172 2001-08-20 Bob Woodside <proteus@pcnet.com>
17174 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17175 grab synchronization so apps using XtTranslations to catch double-
17176 clicks don't get confused by extraneous Leave/EnterNotify events.
17177 This fixes the "xfm/moxfm don't see double-clicks" problem.
17179 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17181 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17183 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17185 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17188 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17189 until later when the window is actually placed.
17191 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17192 position calculation.
17194 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17196 * fvwm/update.c (flush_window_updates):
17197 * fvwm/screen.h (ScreenInfo):
17198 * fvwm/virtual.c (CMD_Xinerama):
17200 * fvwm/move_resize.c (CMD_Maximize):
17201 * fvwm/placement.c (PlaceWindow):
17202 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17206 describe new maximize options
17208 * fvwm/move_resize.c (MaximizeWidth):
17211 applied Dmitry's Xinerama patch for Maximize command
17212 replaced "global" and "absolute" with "screen" which is more flexible
17214 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17216 * libs/Parse.c (SkipQuote):
17217 fixed a bug in handling of caller specified quote pairs
17219 * fvwm/move_resize.c (CMD_Maximize):
17220 keep window on correct page when viewport does not start on a page
17223 * libs/XError.c (error_name):
17225 fixed core dump in error handling
17227 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17233 renamed --disable-gnome to --disable-gnome-hints;
17234 documented configure options --with-gnome*;
17235 small improvements in documentation;
17236 use underscore in version instead of dash that causes rpm problems
17238 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17240 * libs/Makefile.am:
17241 added fvwmrect.h to dist
17243 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17245 * libs/XineramaSupport.c: Disable debug printing.
17247 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17249 * libs/defaults.h (DEFAULT_MENU_STYLE):
17250 reset colour sets in default menu style too
17252 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17256 completed the libstroke-0.5 compatibility fix
17258 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17260 * fvwm/move_resize.c (draw_move_resize_grid):
17261 fixed drawing of resize grid when invoked from button or key press
17263 * fvwm/placement.c (PlaceWindow):
17264 rewrote a condition to improve readability
17265 fixed StartsOn... w/ SkipMapping
17267 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17269 * fvwm/session.c (MatchWinToSM):
17270 (LoadWindowStates):
17271 (SaveWindowStates):
17272 * fvwm/move_resize.c (CMD_Resize):
17273 * fvwm/events.c (HandlePropertyNotify):
17274 (HandleConfigureRequest):
17275 * fvwm/move_resize.c (CMD_ResizeMove):
17278 * fvwm/update.c (apply_window_updates):
17279 * fvwm/add_window.c (AddWindow):
17280 * fvwm/geometry.c (constrain_size):
17281 (gravity_constrain_size):
17282 the Resize command honors the window gravity
17283 changing the size increment of maximized windows no longer shrinks the
17287 keep expanded icon titles on screen
17289 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17291 * fvwm/icons.c (do_all_iconboxes):
17292 default icon box fills the primary screen
17294 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17295 fixed default_screen argument
17297 * fvwm/style.c (merge_styles):
17298 * fvwm/fvwm.h (window_style):
17299 * fvwm/style.h (SSET_START_SCREEN):
17300 * fvwm/add_window.c (setup_window_placement):
17301 * fvwm/placement.c (PlaceWindow):
17303 implemented StartsOnScreen style
17305 * fvwm/placement.c (PlaceWindow):
17311 Place new windows on xinerama screens
17313 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17314 fixed core dump in debug output
17316 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17318 * fvwm/placement.c:
17319 removed unused variable
17321 2001-08-07 olicha <olivier.chapuis@free.fr>
17324 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17326 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17328 * fvwm/virtual.c (CMD_Xinerama):
17329 replaced XineramaEnable and ...Disable with XineramaCommand
17331 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17332 (XineramaSupportGetScreenArgument):
17335 * fvwm/functions.c (func_config):
17336 * fvwm/move_resize.c (move_window_doit):
17338 (CMD_AnimatedMove):
17340 (CMD_MoveToScreen):
17342 added new command MoveToScreen
17344 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17350 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17351 fixed parsing of negative geometries
17352 (XineramaSupportParseGeometryWithScreen):
17354 (XineramaSupportGetNumberedScreenRect):
17357 * sample.fvwmrc/system.fvwm2rc:
17358 * sample.fvwmrc/new-features:
17359 * sample.fvwmrc/system.fvwm2rc-sample-95:
17360 * sample.fvwmrc/system.fvwm2rc-sample-2:
17361 * sample.fvwmrc/system.fvwm2rc-sample-1:
17363 updated for new condition
17365 * fvwm/conditional.c (CreateConditionMask):
17366 (MatchesConditionMask):
17367 * fvwm/fvwm.h (WindowConditionMask):
17368 implemented new condition AcceptsFocus to cope with applications like
17369 xclock that have circulatehit but don't take focus
17371 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17373 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17374 handle Xinerama screens
17376 * fvwm/style.c (CMD_Style):
17377 * fvwm/menus.c (get_menu_options):
17378 cope with Xinerama like geometries with screen info
17380 * fvwm/virtual.c (CMD_XineramaEnable):
17381 XineramaEnable optionally takes the number of the primary screen as its
17384 * fvwm/events.c (GetContext):
17387 * fvwm/virtual.c (HandlePaging):
17388 * fvwm/events.c (HandleButtonPress):
17389 * fvwm/events.h (XEVMASK_PANFW):
17390 fixed button and key event handling over pan frames; fixes bug #752
17392 * fvwm/menus.c (get_menu_options):
17393 fixed Xinerama placement of menus without options
17395 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17402 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17403 In addition to the existing: @0 is shadow color, @1 is hilight color.
17406 Added the formal description of Vector that was absent.
17408 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17411 some man page corrections
17413 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17415 * fvwm/move_resize.c (handle_stick):
17416 also redraw buttons when a window becomes sticky/slippery to make sure
17417 that MWMDecorStick buttons are updated too; fixes bug #749
17419 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17422 documented previous changes
17425 improved output spacing
17430 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17432 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17433 * fvwm/modconf.c (send_xinerama_state):
17434 * fvwm/module_interface.c (broadcast_xinerama_state):
17436 revised module support for Xinerama
17438 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17439 (XineramaSupportParseGeometry):
17440 (XineramaSupportGetGeometry):
17441 make interface compatible with XineramaSupportParseGeometry().
17442 (XineramaSupportGetPrimaryScreen):
17445 * fvwm/stack.c (raise_over_unmanaged):
17446 fixed restacking of windows with RaiseOverUnmanaged - windows were
17447 raised in reverse order so that the top window became the bottom
17448 window of the ones that were raised
17449 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17450 these are invisible
17452 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17454 * sample.fvwmrc/system.fvwm2rc-sample-95:
17455 fixed syntax of BugOpts command
17457 * fvwm/ConfigFvwmDefaults:
17458 resize window when clicking on the sides of the window by default
17459 instead of moving it
17461 * fvwm/events.c (HandleEnterNotify):
17462 do not delete MouseFocus when pointer moves from one particular sub
17463 window of a frame to another one. Helps with xv/xmms vs unclutter
17464 interaction and also with MouseFocus vs. Open Look applications
17466 * fvwm/move_resize.c (DoSnapAttract):
17467 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17468 fixed snapping to Xinerama screen edges
17469 (XineramaSupportIsEnabled):
17470 return False is the X server provides only a single screen
17473 Added descriptions of conditions CurrentDesk, CurrentPage,
17474 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17475 CurrentGlobalPageAnyDesk
17477 * fvwm/fvwm.h (rectangle):
17479 typedefs moved to libs/fvwmlib.h
17481 * fvwm/conditional.c (MatchesConditionMask):
17482 * fvwm/fvwm.h (WindowConditionMask):
17483 * fvwm/conditional.c:
17484 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17485 for Xinerama support
17487 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17488 (send_xinerama_state):
17489 * fvwm/module_interface.c (broadcast_xinerama_state):
17490 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17491 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17492 communicate xinerama state at module startup
17494 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17496 * libs/XineramaSupport.c:
17497 next Xinerama patch
17499 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17501 * fvwm/move_resize.c (moveLoop):
17502 windows were lost off screen w/ non opaque interactive move when motion
17503 was aborted with Escape on a different page that it was started
17505 * fvwm/move_resize.c (position_geometry_window):
17513 * libs/XineramaSupport.c (GetMouseXY):
17514 (XineramaSupportCenterCurrent):
17515 (XineramaSupportGetCurrent00):
17516 (XineramaSupportGetCurrentScrRect):
17517 allow to pass in an event with the pointer position
17518 minimize number of XQueryPointer calls in interactive move/resize
17521 * fvwm/move_resize.c (resize_geometry_window):
17524 border width of geometry window moved to defaults.h
17525 moved strings for size window formatting to defaults.h
17526 reworked calculations of geometry window dimensions
17528 * fvwm/move_resize.c (resize_geometry_window):
17529 (position_geometry_window):
17533 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17534 * fvwm/fvwm.c (main):
17535 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17536 resize_geometry_window and position_geometry_window
17538 * fvwm/fvwm.c (main):
17539 fixed resizing geometry window before creating it
17541 * fvwm/move_resize.c (switch_move_resize_grid):
17543 * fvwm/virtual.c (HandlePaging):
17544 renamed MoveOutline to draw_move_resize_grid and made static
17545 new function switch_move_resize_grid for external calls
17546 delete grid before moving the geometry window to get rid of arifacts of
17549 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17551 * libs/XineramaSupport.c (XineramaSupportInit):
17552 make the blank area in Xinerama emulation usable again
17554 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17556 * fvwm/menus.c (update_menu):
17559 (calculate_item_sizes):
17560 (size_menu_horizontally):
17561 (size_menu_vertically):
17562 menus are resized to fit their Xinerama screen every time they are
17563 popped up and the screen size has changed
17565 2001-07-23 olicha <olivier.chapuis@free.fr>
17567 * libs/XineramaSupport.c (XineramaSupportInit):
17568 Draw the xinerama simulation screens with orr windows
17570 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17572 * fvwm/windowlist.c (CMD_WindowList):
17573 fixed windowlist placement w/ Xinerama
17575 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17577 * fvwm/menus.c (pop_menu_up):
17578 fixed calculations that force a menu on screen w/ Xinerama
17580 * fvwm/move_resize.c (DoSnapAttract):
17581 removed some code that slipped in with xinerama patch and broke
17582 vertical SnapAttraction
17584 * fvwm/virtual.c (CMD_EdgeResistance):
17587 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17588 take reference position src_x/src_y to determine screen
17590 * fvwm/windowlist.c (CMD_WindowList):
17591 * fvwm/menus.c (get_menu_options):
17592 (get_popup_options):
17595 handle Xinerama screens for positioning menus w/ posthints
17597 * fvwm/menus.c (get_menu_options):
17599 fix for icon/window context rectangle when window is in wrong state
17601 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17604 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17605 compiled in; fixed linking by adding -lXinerama; small corrections
17607 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17609 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17611 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17613 * libs/XineramaSupport.c (XineramaSupportInit):
17614 added xinerama emulation for developers
17616 * fvwm/virtual.c (CMD_XineramaEnable):
17617 (CMD_XineramaDisable):
17618 * fvwm/module_interface.c (BroadcastConfigInfoString):
17619 added function to communicate Xinerama on/off to modules
17621 * fvwm/module_interface.c:
17622 include time.h to fix warning
17623 * libs/XineramaSupport.c:
17624 * fvwm/fvwm.c (setVersionInfo):
17625 * fvwm/Makefile.am:
17628 cleanded up xinerama detection
17629 added shape detection
17631 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17634 Added Xinerama introduction
17636 * fvwm/fvwm.c (setVersionInfo):
17637 print xinerama support
17639 * fvwm/conditional.c (CreateConditionMask):
17640 added CirculateHitShaded option for conditional commands that was
17641 described in the man page but not implemented
17643 * fvwm/fvwm.h (WindowConditionMask):
17644 removed unused flags
17646 * fvwm/conditional.c (MatchesConditionMask):
17647 fixed CirculateHitIcon option in conditional commands
17650 reformatted man page source to improve readability
17651 fixed some source formatting bugs
17653 * libs/XineramaSupport.c (GetMouseXY):
17654 don't poll the pointer if there is only one screen or if xinerama is
17658 * fvwm/fvwm.c (main):
17659 removed -noxinerama option
17661 * fvwm/fvwm.c (main):
17662 size window is positioned and sized in move_resize.c
17664 * libs/XineramaSupport.c:
17668 print Xinerama support in configure summary
17671 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17673 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17678 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17679 define missing macros needed for old AIX keysymdef and old stroke.h
17683 remove the previous compilation fixes, now handled by configure
17685 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17687 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17689 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17692 use libstroke-0.5 constant names while still supporting 0.3/0.4
17695 compiling fix for old AIX, which does not define XK_Page_Up/Down
17697 * module_interface.c:
17698 minor compiling fix for some proprietary preprocessors
17700 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17703 use more compatible and structured syntax in SYNOPSIS
17705 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17708 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17709 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17712 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17715 changed version to 2.4.1
17718 small fix that should solve the problem with running autoconf
17719 (autoreconf is ok) from autoconf-2.50;
17720 applied a patch that adds gtk include dirs to gnome include dirs
17722 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17724 * NEWS, configure.in:
17725 changed version to 2.4.0.1
17727 * *: fvwm 2.4 has been released :-))