1 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
2 * fvwm/menustyle.c (menustyle_copy_face):
3 Fix segfault setting MenuFace pixmap style for menus.
5 As with the tearoff bug from 2010-01-03, ensure we don't try and free a
6 non-existent pixmap from an invalid pointer.
8 2010-01-05 Thomas Adam <thomas.adam22@gmail.com>
9 * fvwm/read.c (run_command_file):
10 Fix opening of files to Read/PipeRead to accept absolute paths.
12 Don't just assume "/" is a valid identifier for opening files. "./" is
13 just as likely. Fixes use-case of:
15 fvwm -f ./some_fvwm2rc
17 2010-01-04 Thomas Adam <thomas.adam22@gmail.com>
18 * fvwm/events.c (flush_property_notify):
19 Add atom to struct so it is checked for by test_typed_window_event().
21 2010-01-04 David Fries <David@Fries.net>
22 * fvwm/events.c (test_typed_window_event):
23 * fvwm/events.c (flush_property_notify):
24 Efficiently handle flushing property events of the same type.
26 * fvwm/events.h (test_typed_window_event_args):
27 Add XAtom type to struct.
29 2010-01-04 David Fries <David@Fries.net>
30 * fvwm/virtual.c (HandlePaging):
31 Move no page detect check, it wasn't being hit.
32 * fvwm/move_resize.c (__move_loop):
33 Transform window position to pointer position and back when calling
36 2010-01-03 Thomas Adam <thomas.adam22@gmail.com>
37 * fvwm/menustyle.c (menustyle_copy_face):
38 Fix segfault when creating a tearoff menu using a Pixmap background.
40 When we copy the original menustyle to the new torn-off menu which
41 contains a background image, don't then update the menu's pixel
42 background color, as this is already free()d for us by an earlier copy
45 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
46 * fvwm/builtins.c (CMD_BugOpts):
49 2009-12-31 Thomas Adam <thomas.adam22@gmail.com>
50 * fvwm/builtins.c (CMD_BugOpts):
51 * fvwm/fvwm.c (InitVariables):
52 * fvwm/events.c (HandleClientMessage):
54 Add new BugOpts QtDragnDropWorkaround option to handle an oddity in how
55 Qt windows handle having ClientMessage events sent to them.
57 2009-12-30 Thomas Adam <thomas.adam22@gmail.com>
58 * fvwm/placement.c (__pl_minoverlap_get_pos_penalty):
59 Fix y-axis offset calculations when using MinOverlapPlacement, by
60 forcing the window on-screen when over-zealous penality calculations
61 don't take into account the size of the window borders.
63 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
64 * bin/fvwm-convert-2.6.1.in:
65 Add in BUGS section a note that converting over FvwmTheme lines is
68 2009-12-26 Thomas Adam <thomas.adam22@gmail.com>
71 * bin/fvwm-convert-2.6.in:
72 * bin/fvwm-convert-2.6.1.in:
73 First pass at a fvwm-convert-2.6 script to convert fvwm-2.4 syntax
76 2009-12-19 Thomas Adam <thomas.adam22@gmail.com>
77 * libs/Flocale.c (FlocaleEncodeString):
78 Pre-initialise "len2" to zero, to avoid GCC warning during compilation.
80 2009-12-12 Thomas Adam <thomas.adam22@gmail.com>
81 * fvwm/fvwm.c (StartupStuff):
82 Reset the state of the "Restarting" flag to False when restarting FVWM.
84 * fvwm/events.c (HandleMapRequestKeepRaised):
85 Only run InitialMapCommand when FVWM isn't restarting and all windows
86 have been recaptured. The window is already mapped by the time FVWM is
87 restarting, and running the InitialMapCommand again only serves to
88 "toggle" the window state (c.f. InitialMapCommand Iconic, etc.)
90 2009-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
94 increased version number to 2.5.29
97 updated for 2.5.28 release
99 2009-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
102 * fvwm/ewmh.c (ewmh_ChangeProperty):
103 only convert _NET_WM_ICON hint to long before storing
105 2009-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
107 * fvwm/builtins.c (CMD_BugOpts):
108 remove unused variables
111 * fvwm/ewmh.c (ewmh_ChangeProperty):
112 fix storing of CARD32 arrays on 64 bit machines
114 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
115 prevent segmentation fault when reading a bad _NET_WM_ICON hint
117 2009-08-22 Thomas Adam <thomas.adam22@gmail.com>
118 * fvwm/geometry.c (__cs_handle_aspect_ratio):
119 Workaround gcc -O3, by declaring local vars as volatile. This fixes an
120 otherwise continual loop when resizing windows when keeping aspect
121 ratio (c.f. mplayer.)
123 2009-08-20 Christoph Fritz <chris_honschu(at)gmx.de>
125 Fix typo in AS_HELP_STRING referring to enable-htmldoc
127 2009-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
130 * fvwm/builtins.c (CMD_BugOpts):
131 Fix parsing of BugOpts options lists separated by ',', and
132 restoring to default value when the boolean option is omitted if
140 * libs/Ficonv.h (FiconvSetTransliterateUtf8):
141 * libs/Ficonv.c (FiconvSetTransliterateUtf8, translit_csname)
142 (is_translit_supported, set_default_iconv_charsets)
143 (set_iconv_charset_index, FiconvUtf8ToCharset):
144 * fvwm/builtins.c (CMD_BugOpts):
145 Add TransliterateUtf8 bug opt for working around clients
146 which don't care about the WM_NAME value.
148 2009-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
151 * fvwm/stack.c (BroadcastRestack):
152 Fix splitting or M_RESTACK packages causing weird window stacking
153 in modules when more than 83 windows are broadcast.
155 2009-08-04 Thomas Adam <thomas.adam22@gmail.com>
157 Remove dnl comments from configure.ac regarding malloc.h -- it's
158 self-explanatory anyway.
160 2009-08-03 Thomas Adam <thomas.adam22@gmail.com>
162 Most *BSD platforms are deprecating malloc.h in favout of stdlib.h -- this
163 never used to produce compiler warnings, but things are starting to become
164 more vocal, so don't use this in our ./configure script if we're compiling
165 FVWM on a *BSD system.
167 2009-07-31 Christoph Fritz <chris_honschu(at)gmx.de>
170 * fvwm/add_window.c (setup_numeric_vals):
171 add "typedef struct snap_attraction_t"
172 * fvwm/style.c (style_parse_one_style_option):
173 add new SnapAttraction options "None", "ScreenWindows",
174 "ScreenIcons" and "ScreenAll"
175 * fvwm/move_resize.c (DoSnapAttract):
176 Bugfix, option SameType/Icons/Windows did falsely not affect
177 conditions of option "Screen" and option "SameType" snapped
178 falsely icons and windows together. Implement options
179 None/ScreenWindows/ScreenIcons/ScreenAll for differentiated
180 screen edge snapping.
182 2009-07-10 Thomas Adam <thomas.adam22@gmail.com>
183 * fvwm/add_window.c (setup_window_name_count):
184 * fvwm/add_window.c (setup_icon_name_count):
185 Deprecate these in favour of setup_name_count()
187 * fvwm/add_window.c (setup_name_count):
188 Amalgamate setup_window_name_count and setup_icon_name_count to just
189 one function (very similar code between them.) Used with
190 IndexedWindowName and IndexedIconName.
192 2009-07-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
195 Fix the options RPlayVolume and RPlayPriority in FvwmEvent.
197 * libs/Fplay.h (Fplay_set, Fplay_get, Frptp_putline)
198 (Frptp_async_putline):
199 Fix ANSI C compatibility.
202 * fvwm/ewmh_names.c (EWMH_WMName):
203 set the HAS_EWMH_WM_NAME flag even if the window name on display
206 same for HAS_EWMH_WM_ICON_NAME
208 2009-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
211 fix for segfault with RPlatHost directive in FvwmEvent
212 * libs/Makefile.am (libfvwm_a_SOURCES):
214 add Fplay.h wrapper header for rplay.h
217 fix debian bug #438132
219 2009-07-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
222 * fvwm/style.c (fw_match_style_id):
223 Fix fvwmstyle resource
225 2009-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
228 * fvwm/events.c (HandleMapRequestKeepRaised):
229 Make sure that a PropertyNotify on the WM_STATE property is always
230 sent out when a window is requested to be moved to the withdrawn
231 state. (Needed by QT)
233 2009-07-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
235 * sample.fvwmrc/DecorMwm:
236 * sample.fvwmrc/DecorWin95:
237 * sample.fvwmrc/new-features:
238 * sample.fvwmrc/system.fvwm2rc:
239 * sample.fvwmrc/system.fvwm2rc-sample-1:
240 * sample.fvwmrc/system.fvwm2rc-sample-2:
241 * sample.fvwmrc/system.fvwm2rc-sample-95:
242 Use !-negation for styles instead of No...
247 * sample.fvwmrc/system.fvwm2rc-sample-95:
248 sed -i '/^#*\(+\|AddToMenu\) "[^%"]*%[^%"]*"/s/%\([^"]*\)/%\1%/'
249 sed -i 's/StayOnTop/StaysOnTop/'
250 According to patches by Manoj Srivastava
252 2009-03-17 Mikhael Goikhman <migo@homemail.com>
257 convert my old code to use var_name and function_name coding style
259 2009-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
263 increased version to 2.5.28
268 updated for 2.5.27 release
270 2009-02-23 Thomas Adam <thomas.adam22@gmail.com>
271 * fvwm/bindings.c (print_bindings):
272 Fixed compilation of not having libstroke installed by using ifdefs
275 2009-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
277 * fvwm/bindings.c (print_bindings):
280 * libs/charmap.c (charmap_table_to_string):
281 several memory menagement fixes.
283 2009-02-22 Thomas Adam <thomas.adam22@gmail.com>
285 * libs/charmap.c (charmap_table_to_string):
286 Reduce memory management on the stack, by making only those variables
287 to be accessed outside of the function charmap_table_to_string()
288 allocated on the heap instead.
290 * fvwm/bindings.c (print_bindings):
291 b->Action was previously checked whether it was NULL or not before
292 printing its value to STDERR -- however, this caused a segfault when
293 trying to perform strlen() operations internally -- hence don't bother
294 checking if it's NULL. This avoids segfaulting.
296 2009-02-05 Thomas Adam <thomas.adam22@gmail.com>
298 * libs/charmap.c (charmap_table_to_string):
300 Introduce charmap_to_string function which is used to build up a
301 binding string, for use with PrintInfo.
303 * fvwm/bindings.c (print_bindings):
304 Introduce print_bindings to print all bindings known to fvwm.
306 * fvwm/builtins.c (CMD_PrintInfo):
308 Add support for "binding" as an option to PrintInfo.
310 2009-02-19 Thomas Adam <thomas.adam22@gmail.com>
312 * fvwm/placement.c (__pl_position_get_pos_simple):
313 Force the window on-screen if using PositionPlacement UnderMouse.
315 2009-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
317 * fvwm/events.c (HandleMapRequestKeepRaised):
318 * fvwm/add_window.c (AddWindow):
320 * fvwm/style.c (style_parse_one_style_option):
321 add new style InitialMapCommand
323 2008-02-08 Thomas Adam <thomas.adam22@gmail.com>
325 * bin/fvwm-menu-desktop.in:
326 Fix the location prefix for GNOME application files.
328 2008-12-29 Alexandre Julliard <julliard@winehq.org>
330 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
331 Having either _NET_WM_STATE_MAXIMIZED_HORIZ or
332 _NET_WM_STATE_MAXIMIZED_HORZ should be enough to make the window
333 horizontally maximized.
335 2008-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
338 * fvwm/module_list.c (do_execute_module):
339 * fvwm/fvwm.c (fvmm_deinstall_signals):
340 restore default signal handlers before execl()/execvp()
342 2008-10-05 Thomas Adam <thomas.adam22@gmail.com>
344 * fvwm/style.c (fw_match_style_id):
345 Allow for the window's visible name to be considered when matching a
346 style line. It is possible to use $[w.visiblename] as the style name.
347 Whilst the normal name and the visible name are usually the same, in
348 the case of having IndxedWindowName, if a style line matches this as a
349 visible name, apply it first of all.
351 2008-10-03 Thomas Adam <thomas.adam22@gmail.com>
354 Add $[w.visiblename] as an expansion parameter.
356 2008-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
358 * fvwm/placement.c (__pl_position_get_pos_simple):
359 position placement honours StartsOnPage
361 2008-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
363 * fvwm/session.c (MatchWinToSM):
364 fixed keeping fullscreen state of windows over a restart; the old code
365 tried to do this through session management and effectively overwrote
366 the responsible ewmh hint; eventually, fvwm thought that the window
367 was fullscreen without actually making it fullscreen
369 2008-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
371 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
372 fixed compiler warning caused by a logic error in previous patch
375 applied png detection fix by Yuri Bushmelev for cross compiliation
377 * fvwm/events.c (__handle_cr_on_client):
378 fixed event merging with auto motion detection
380 2008-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
383 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
384 * fvwm/events.h (events_handle_configure_request):
385 * fvwm/events.c (events_handle_configure_request):
386 (__handle_cr_on_client):
387 (__handle_configure_request):
388 fix handling of _NET_MOVERESIZE_WINDOW
389 (__cr_detect_icccm_move):
390 remove douplicate code
392 2008-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
395 * fvwm/add_window.c (setup_frame_window):
396 fix compilation without XRender
398 2008-05-22 Adam Goode <adam(at)spicenitz(dot)org>
404 Convert Latin-1 encodings to UTF-8
406 2008-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
410 increased version to 2.5.27
415 updated for 2.5.26 release
417 2008-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
419 * fvwm/ewmh_events.c (ewmh_WMDesktop):
421 * fvwm/ewmh.c (ewmh_AddToKdeSysTray):
422 (ewmh_HandleWindowType):
423 (ewmh_AddToKdeSysTray):
424 (ewmh_HandleWindowType):
426 64-bit fix by Alexandre Julliard
428 2008-03-30 Mikhael Goikhman <migo@homemail.com>
431 fix fribidi detection when it uses pkg-config and not fribidi-config
434 fix compilation with newer fribidi-0.19.1 (or also called fribidi2),
435 it now uses fribidi-types.h and not fribidi_types.h
437 2008-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
439 * fvwm/events.c (dispatch_event):
440 Fix handling of Shape events.
442 2008-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
444 * fvwm/menus.c (calc_normal_item_height):
445 (calc_more_item_height):
446 (size_menu_vertically):
447 fix calculations so the menu fit on the screen height
449 2008-03-12 Jes~s Guerrero <i92guboj(at)terra(dot)es>
451 * fvwm/menus.c (size_menu_vertically):
452 added paddings at the top and bottom of the menus
454 * fvwm/menustyle.c (parse_vertical_margins_line):
455 new function to parse the VerticalMargins new MenuStyle
458 * fvwm/menustyle.c (menustyle_get_styleopt_index):
459 added the VerticalMargins option to the list
461 * fvwm/menustyle.c (menustyle_parse_style):
462 added default values for the padding, and a case clause
463 for the specific case when you invoke the VerticalMargins
466 * fvwm/menustyle.c (menustyle_copy):
467 added two lines to copy the menu styles from origin to destiny
470 added macros for the vertical padding stuff
472 * fvwm/menustyle.h (struct MenuLook):
473 added sub-structure to hold the VerticalMargins
475 * fvwm/libs/defaults.h:
476 added one define for MAX_MENU_MARGIN
478 2008-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
480 * fvwm/menuitem.c (draw_highlight_background):
481 fixed drawing of background pictures in menu items
483 2008-02-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
485 * fvwm/add_window.c (setup_frame_window):
486 fix core dump with ARGB detection code
487 fix compilation without XRender
489 2008-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
493 increased version to 2.5.26
498 updated for 2.5.25 release
500 2008-02-12 Renato Caldas <seventhguardian@gmail.com>
502 * fvwm/fvwm.c (main):
503 further condense the X visual selection code
505 2008-02-10 Renato Caldas <seventhguardian@gmail.com>
507 * fvwm/fvwm.c (main):
508 condense the X visual selection code
510 2008-02-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
512 * fvwm/events.c (register_event_group)
513 (InitEventHandlerJumpTable, dispatch_event):
514 use separate jump tables for events defined by X-extensions
515 to eliminate the need to ovverride the LASTEvent value.
517 * fvwm/module_list.c (module_list_remove):
518 include the case where the module is first in the list in
519 the loop, fixing a segmentaion fault when the list was empty.
521 2008-02-07 Renato Caldas <seventhguardian@gmail.com>
523 * fvwm/add_window.c (setup_frame_window):
524 add CWCursor to window's valuemask (from Marc Lehmann's argb patch)
525 add preliminary support for ARGB windows in fvwm (based on
526 Marc Lehman's argb patch)
528 2008-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
530 * libs/PictureUtils.c (XPM_COLOR_CLOSENESS):
533 2008-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
535 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
536 catch BadGC when updating root transparent window background
538 * libs/XError.c (do_coredump):
539 (ferror_set_temp_error_handler):
540 (ferror_reset_error_handler)
541 (ferror_call_next_error_handler):
544 * libs/XError.c (PrintXErrorAndCoredump):
545 try to dump core the hard way
547 2008-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
549 * fvwm/colorset.c (parse_colorset):
550 check for image != None before calling XDestroyImage
552 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
553 (ewmh_WMStateMaxHoriz):
555 (ewmh_WMStateShaded):
556 (ewmh_WMStateStaysOnTop):
557 (ewmh_WMStateStaysOnBottom):
558 handle the STATE_ADD command of the EWMH _NET_WM_STATE message from
560 also ignore the EWMH staysontop and staysonbottom hints if the
561 EWMHIgnoreStackingOrderHints style is used
563 * fvwm/colorset.c (parse_colorset):
564 Fixed a sporadic crash when the root background set by gnome,
565 fvwm-root, esetroot etc. changes and a root transparent colour set
568 * fvwm/colorset.c (parse_colorset):
569 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
570 * libs/Colorset.c (CreateOffsetBackgroundPixmap):
571 * libs/PictureGraphics.c (PGrabXImage)
572 (PGraphicsCreateTranslucent):
573 use MyXGrabserver and MyXUngrabServer instead of doing the X calls
576 2008-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
578 * libs/PictureGraphics.c (PGrabXImage):
579 fixed XImage memory leak
580 (PCreateRenderPixmap):
581 (PCreateDitherPixmap):
582 Properly handle return code of FgetFImage()
584 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
586 * fvwm/events.c (HandleConfigureRequest):
587 (events_handle_configure_request):
590 * fvwm/ewmh_events.c (ewmh_RestackWindow):
591 (ewmh_MoveResizeWindow):
592 fixed crash when moving/resizing/restacking unmanaged windows through
595 2008-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
597 * fvwm/events.c (HandleMapRequestKeepRaised):
598 fixed compiler warning
600 2008-01-26 Olivier <chapuis(at)lri(dot)fr>
602 * libs/FlocaleCharset.c: (FlocaleInit_X_Charset),
603 (FlocaleCharsetInit), (FlocaleCharsetGetDefaultCharset):
605 Fixed the determination of the X charset on UTF-8 system
607 2008-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
609 * fvwm/placement.c (__pl_minoverlap_get_next_x):
610 do not add screen offset to window position
612 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
615 2008-01-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
618 Some html documentation files were not installed.
620 2008-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
622 * fvwm/style.c (style_parse_one_style_option):
623 fixed parsing of screen argument of the SnapAttraction Style
625 2007-12-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
627 * fvwm/move_resize.c (DoSnapAttract):
628 Use edge move resistance, and not delay for top edge when moving
631 2007-12-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
634 * fvwm/events.c (HandleMapRequestKeepRaised)
635 (test_withdraw_request):
636 Don't map windows that request to be moved back to WithdrawnState
637 by the ICCCM2 method before they have been mapped. (Fixes bug with
638 disappearing windows.)
640 2007-11-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
644 increased version to 2.5.25
648 updated for 2.5.24 release
650 2007-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
652 * fvwm/menus.c (__mloop_exit):
653 * fvwm/menubindings.c (parse_menu_action):
655 reindented and cleaned up some code
657 2007-11-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
659 * fvwm/update.c (apply_window_updates):
660 * fvwm/add_window.c (setup_style_and_decor):
661 (setup_numeric_vals):
665 * fvwm/events.c (HandleEnterNotify):
666 * fvwm/fvwm.c (InitVariables):
668 * fvwm/session.c (SaveGlobalState):
670 * fvwm/move_resize.c (DoSnapAttract):
673 The commands EdgeResistance, SnapGrid and SnapAttraction are obsolete
674 They have been replaced by the styles EdgeMoveResistance,
675 EdgeMoveDelay, EdgeResizeDelay, SnapGrid and SnapAttraction
677 2007-10-21 Renato Caldas <seventhguardian@gmail.com>
681 use AS_HELP_STRING to format the configure options help strings
683 2007-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
685 * fvwm/conditional.c:
688 2007-10-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
690 * fvwm/ConfigFvwmDefaults:
691 restore default action of closing menus for menu titles
693 2007-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
695 * libs/FScreen.c (FindScreenOfXY):
696 * fvwm/move_resize.c (GetMoveArguments):
697 fixed the "screen w" argument of the Move and other commands
699 2007-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
701 * fvwm/virtual.c (HandlePaging):
702 don't modify *xl and *yt unless we we really page
704 2007-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
706 * fvwm/module_list.h:
707 * fvwm/module_list.c:
710 2007-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
714 increased version to 2.5.24
718 updated for 2.5.23 release
720 * libs/Flocale.c (FlocaleEncodeString):
721 removed previous warning fix
723 2007-08-30 Thomas Adam <thomas@edulinux.homeunix.org>
727 Added new style option: StartShaded.
729 2007-08-30 Renato Caldas <seventhguardian@gmail.com>
731 * libs/Flocale.c (FlocaleEncodeString):
734 2007-08-30 Viktor Griph <griph(at)student(dot)chalmers(dot)se>
739 removed old fvwm manpage
741 2007-08-29 Renato Caldas <seventhguardian@gmail.com>
745 increased version to 2.5.23
749 fix the date for 2.5.22 release
751 2007-08-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
753 * fvwm/windowlist.c (CMD_WindowList):
754 fixed crash when using CurrentAtEnd and IconifiedAtEnd with only
757 2007-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
761 use "test ! ... = ..." instead of "test ... != ..."
763 * fvwm/builtins.c (CMD_PropertyChange):
764 fixed completely broken parsing of PropertyChange arguments
766 2007-08-28 Renato Caldas <seventhguardian@gmail.com>
770 updated for 2.5.22 release
772 * fvwm/builtins.c (CMD_PropertyChange):
773 * libs/Flocale.c (FlocaleGetFftFont):
776 (FlocaleGetFontOrFontSet):
779 fix compiler warnings
781 2007-08-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
784 fixed command table parsing
786 2007-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
788 * fvwm/module_list.c (module_kill):
789 (executeModuleDesperate):
790 (module_list_itr_init):
793 * fvwm/events.c (My_XNextEvent):
794 * fvwm/module_list.c (module_alloc):
796 * fvwm/module_list.h (fmodule):
799 restored *not* useless is_cmdline_module stuff
802 add constants for command group tagging
804 2007-08-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
809 2007-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
812 check for sed, perl and tbl, needed to build documentation
814 2007-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
816 * libs/System.c (fvwm_mkstemp):
817 use constants from libs/fvwm_sys_stat.h
819 2007-08-15 Renato Caldas <seventhguardian@gmail.com>
821 * fvwm/module_list.c (do_execute_module):
822 fixed possible crash when fork fails
824 * fvwm/module_list.c (module_list_remove):
825 now returns the removed fmodule*, or NULL if unsuccessful
826 removed error message when removing a not listed module (it's normal)
828 * fvwm/module_list.c (module_kill):
829 module is inserted in death_row only if it is successfuly removed from
830 module_list (fixes crash when module is killed more than once)
832 2007-08-08 Renato Caldas <seventhguardian@gmail.com>
834 * fvwm/events.c (My_XNextEvent):
835 fixed hang with startup modules
837 2007-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
839 * fvwm/conditional.c (FreeConditionMask):
840 fixed crash with inverted name condition
845 2007-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
851 * sample.fvwmrc/system.fvwm2rc-sample-95:
852 * sample.fvwmrc/system.fvwm2rc:
853 * sample.fvwmrc/system.fvwm2rc-sample-2:
854 * libs/Picture.c (PicturePrintImageCache):
856 * libs/FGettext.c (FGettextPrintLocalePath):
859 * libs/PictureUtils.c (PictureAllocColorTable)
860 (PicturePrintColorInfo):
865 * libs/Ficonv.c (convert_charsets):
866 (FiconvSetupConversion):
867 * fvwm/decorations.c:
870 * fvwm/add_window.c (setup_window_font):
874 * fvwm/conditional.c:
875 * fvwm/fvwm.c (SetRCDefaults):
877 * fvwm/ewmh_events.c:
880 * fvwm/menustyle.c (menustyle_parse_style):
882 * fvwm/ewmh.c (EWMH_Init):
883 * libs/Flocale.c (FlocaleParseShadow):
886 (FlocalePrintLocaleInfo):
887 * fvwm/misc.c (fvwm_msg):
890 write fvwm in lower case
893 fixed build without GNU make
895 2007-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
897 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
898 fixed buffer overflow
900 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
902 * fvwm/module_list.h (fmodule_list_itr):
903 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
904 replace iterator struct by typedef
906 * fvwm/module_list.c (module_list_destroy):
909 new function to remove dup code
911 * fvwm/module_list.c (module_kill):
912 changed to move the module to the deathrow list
914 * fvwm/module_list.h (fmodule):
915 * fvwm/module_list.c (module_alloc):
916 (module_list_remove):
918 removed is_removed logic
920 * fvwm/module_list.c (module_safefree):
923 * fvwm/events.c (My_XNextEvent):
924 remove old "#if 0" code
926 * fvwm/module_list.c (module_kill):
929 2007-08-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
931 * fvwm/module_list.h (fmodule_list_itr):
932 * fvwm/module_list.c (module_list_itr_init, module_list_itr_next):
933 don't store current pointer in module list iterators.
936 2007-08-06 Renato Caldas <seventhguardian@gmail.com>
938 * fvwm/events.c (My_XNextEvent):
939 * fvwm/module_list.c (KillModuleByName):
940 (FlushAllMessageQueues):
941 * fvwm/module_interface.c (BroadcastPacket):
942 (BroadcastNewPacket):
944 (BroadcastFvwmPicture):
946 (BroadcastProperyChange):
947 (BroadcastConfigInfoString):
949 * fvwm/modconf.c (ModuleConfig):
950 * fvwm/stack.c (BroadcastRestack):
951 replaced module_get_next by module list iterator mechanism
953 * fvwm/module_list.h:
954 * fvwm/module_list.c (module_get_next):
957 2007-08-05 Renato Caldas <seventhguardian@gmail.com>
959 * fvwm/module_list.h:
960 * fvwm/module_list.c (fmodule):
966 (FlushAllMessageQueues):
968 * fvwm/module_interface.c (BroadcastPacket):
969 (BroadcastNewPacket):
971 (BroadcastFvwmPicture):
973 (BroadcastProperyChange):
974 (BroadcastConfigInfoString):
976 * fvwm/event.c (My_XNextEvent):
977 * fvwm/stack.c (BroadcastRestack):
978 * fvwm/modconf.c (ModuleConfig):
979 changed to work with generic list container
981 * fvwm/module_list.c (module_insert):
982 (module_list_insert):
984 (module_list_remove):
987 renamed as list handling functions
989 * fvwm/events.c (My_XNextEvent):
990 * fvwm/module_list.h:
991 * fvwm/module_list.c (module_alloc):
993 removed useless is_cmdline_module stuff
995 * fvwm/module_list.h:
996 * fvwm/module_list.c (module_list_insert):
997 (module_list_remove):
999 new fmodule_list object representing a module list.
1000 changed the module lists to the new object.
1001 changed list functions to use the list object instead of the
1002 fmodule_store pointer.
1004 * fvwm/events.c (My_XNextEvent):
1005 moved module_cleanup to after ExecuteCommandQueue to avoid segfaults
1007 * fvwm/module_list.h (fmodule_list_itr):
1008 * fvwm/module_list.c (fmodule_list_itr_init):
1009 (fmodule_list_itr_next):
1010 created a smart (safe) iterator mechanism to replace the
1011 module_get_next function
1013 2007-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1017 added empty functions to replace CMD_Dummy
1020 use subordinate Makefile.ams instead of iuncluding files from other
1024 removed FVWMNAMEUCASE
1029 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS):
1030 force --enable-htmldoc on "make distcheck"
1032 * fvwm/events.c (HandleEnterNotify):
1033 (HandleLeaveNotify):
1034 properly generate enter_window and leave_window events for FvwmEvent
1036 2007-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1038 * fvwm/move_resize.c (GetOnePositionArgument):
1040 (ParsePositionArgumentSuffix):
1043 2007-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1045 * fvwm/move_resize.c (GetOnePositionArgument):
1046 fixed position calculation with the "w" prefix (move w-1 w-1).
1047 (GetOnePositionArgument):
1050 2007-07-26 Viktor Griph <griph@dd.chalmers.se>
1052 * fvwm/menus.c (__copy_down, __check_for_delimiter)
1054 reduce indentation level
1055 add comment to explain why suppressing the warning is right
1057 2007-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1059 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1060 fixed using uninitialized variable
1062 * fvwm/menus.c (scanForStrings):
1063 suppress compiler warning for now
1065 * fvwm/move_resize.c (resize_move_window):
1066 (AnimatedMoveAnyWindow):
1070 * fvwm/module_interface.c (__get_allowed_actions):
1071 * fvwm/menuitem.c (menuitem_paint):
1072 * fvwm/icons.c (CMD_Iconify):
1073 * fvwm/gnome.c (GNOME_SetHints):
1074 * fvwm/ewmh.c (ewmh_AllowsClose):
1076 (ewmh_AllowsFullScreen):
1077 (ewmh_AllowsMinimize)
1078 (ewmh_AllowsMaximize):
1082 * fvwm/ewmh_events.c (ewmh_CloseWindow):
1083 (ewmh_MoveResizeWindow):
1086 (ewmh_WMStateHidden):
1087 * fvwm/events.c (__handle_cr_on_client):
1088 * fvwm/decorations.c (__is_resize_allowed):
1089 (is_function_allowed):
1090 * fvwm/conditional.c (MatchesConditionMask):
1091 * fvwm/builtins.c (CMD_Delete):
1092 * fvwm/add_window.c (AddWindow):
1093 is_function allowed now differentiates between US program actions and
1094 actions initiated by interaction between fvwm and the user
1096 2007-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1098 * fvwm/menus.c (__scan_for_pixmap):
1099 fixed compiler warning
1101 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
1102 (ewmh_RestackWindow):
1103 honor FixedSize/FixedPosition styles in EWMH messages too
1105 2007-07-24 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1107 * fvwm/fvwm.c (setVersionInfo):
1108 add XCursor support to version output
1110 * fvwm/menus.c (SCTX_SET_MI, SCTX_GET_MI, SCTX_SET_MR)
1111 (SCTX_GET_MR, string_context_type_t, string_context_t)
1112 (string_def_t, scanForColor, scanForPixmap, scanForStrings)
1113 (__scan_for_color, __scan_for_pixmap, AddToMenu, NewMenuRoot):
1114 reimplement pixmap and color scanning for menus to better handle
1117 2007-07-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1120 don't install fvwm.1
1122 * fvwm/events.c (My_XNextEvent):
1123 remove unused varaible
1125 * fvwm/events.c (My_XNextEvent):
1126 * fvwm/module_list.h:
1127 * fvwm/module_list.c (module_store, module_alloc)
1128 (module_kill_all, module_safefree, module_remove)
1129 (do_execute_module, module_kill, module_cleanup, module_get_next)
1130 (FlushMessageQueue):
1131 Don't free module stuctures during module I/O. (Fixes segfault.)
1133 2007-07-20 Simon Griph <simon(at)griph(dot)se>
1137 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1138 Someone missed to add extra conditions when changing from
1141 2007-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1144 fixed liXcursor detection
1146 2007-07-16 Simon Griph <simon(at)griph(dot)se>
1150 * fvwm/menus.c (scanForPixmap):
1151 made it possible to escape '*' '%' '@' in filenames
1153 * libs/PictureImageLoader.c (PImageLoadSvg):
1154 added transposing and none uniform scaling to svg options
1156 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1158 * libs/PictureImageLoader.c:
1160 (PImageLoadCursorFromFile):
1161 fixed compilation without xpm library
1163 fixed compiler warning without png library
1165 2007-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1168 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1169 fix compilation without xpm library
1171 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1176 * libs/PictureImageLoader.c:
1178 (PImageLoadCursorFromFile):
1179 fixed compilation without xpm library
1181 fixed compiler warning without png library
1183 2007-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1185 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1186 * fvwm/cursor.c (CMD_CursorStyle):
1187 fixed compiler warning
1189 2007-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1191 * fvwm/cursor.c (CMD_CursorStyle):
1192 fix CursorStyle command parsing
1194 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1196 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1197 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1198 * libs/PictureImageLoader.c (PImageLoadSvg):
1200 (PImageCreatePixmapFromArgbData):
1201 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1202 (PImageCreatePixmapFromFImage):
1205 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1207 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1208 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1209 * libs/PictureImageLoader.c (PImageLoadSvg):
1211 (PImageCreatePixmapFromArgbData):
1212 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1213 (PImageCreatePixmapFromFImage):
1216 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1223 added libXcursor detection
1225 * fvwm/Makefile.am (LDADD):
1233 * libs/Makefile.am (libfvwm_a_SOURCES):
1236 * libs/PictureImageLoader.c (PImageLoadCursorFromFile):
1237 added Xcursor support
1239 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1245 added defs for FxpmInfo and FxpmFreeXpmInfo
1247 * libs/PictureBase.h (FvwmPictureAttributes):
1248 * libs/PictureImageLoader.c
1249 (PImageCreatePixmapFromArgbData):
1250 (PImageLoadPixmapFromFile):
1251 added FPAM_MONOCHROME option to FvwmPictureAttributes bitmask
1252 (PImageLoadCursorPixmapFromFile):
1253 (PImageLoadCursorFromFile):
1254 * libs/PictureImageLoader.h:
1255 removed the xpm-specific PImageLoadCursorPixmapFromFile(),
1256 replaced by the new general PImageLoadCursorFromFile()
1258 * fvwm/cursor.c (CMD_CursorStyle):
1259 handle new hot-spot arguments, use PImageLoadCursorFromFile()
1260 instead of PImageLoadCursorPixmapFromFile(), less code duplication
1262 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1264 * libs/PictureImageLoader.c
1268 now returns argb data instead of pixmaps
1269 (PImageLoadPixmapFromFile):
1270 (PImageLoadArgbDataFromFile):
1271 moved first half of PImageLoadPixmapFromFile() into
1272 the new local function PImageLoadArgbDataFromFile()
1274 removed function, code moved into PImageLoadPixmapFromFile()
1276 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1278 * libs/PictureImageLoader.c (PImageLoadXpm):
1279 revised to make use of PImageCreatePixmapFromArgbData()
1281 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1283 * fvwm/colorset.c (parse_shape):
1284 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1285 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1286 * libs/PictureImageLoader.c
1289 (PImageCreatePixmapFromArgbData):
1290 don't create a mask pixmap for fully opaque (all alpha == 0xff)
1291 or translucent (0 < any alpha < 0xff) images.
1293 2007-06-22 Simon Griph <simon(at)griph(dot)se>
1295 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
1296 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData):
1297 * libs/PictureImageLoader.c (PImageLoadSvg):
1299 (PImageCreatePixmapFromArgbData):
1300 moved XCreatePixmap() calls into PImageCreatePixmapFromArgbData()
1301 (PImageCreatePixmapFromFImage):
1304 2007-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1306 * fvwm/functions.c (CMD_EchoFuncDefinition):
1307 * fvwm/functable.c (func_table):
1309 new command EchoFuncDefinition
1311 2007-07-07 Simon Griph <simon(at)griph(dot)se>
1314 * fvwm/conditional.c (CreateConditionMask):
1315 bugfix: Condition separation previously failed when a
1316 single comma (no whitespace padding) was used directly
1317 after a multi-worded condition.
1319 2007-06-21 Renato Caldas <seventhguardian@gmail.com>
1321 * fvwm/module_list.c (module_kill):
1322 fix possible core dump when using startup modules
1324 2007-06-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1327 * fvwm/builtins.c (CMD_PrintInfo):
1328 * libs/Picture.h (PicturePrintImageCache):
1329 * libs/Picture.c (PicturePrintImageCache):
1330 add ImageCache subject to PrintInfo command
1332 2007-06-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1335 * fvwm/events.c (My_XNextEvent):
1336 fix crash when a module closes down during input/output.
1338 2007-06-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1340 * fvwm/icons.c (ChangeIconPixmap):
1343 * fvwm/focus.c (warp_to_fvwm_window):
1344 * fvwm/events.c (__handle_cr_restack):
1345 (__handle_bpress_on_managed):
1346 (HandlePropertyNotify):
1348 * fvwm/stack.c (__restack_window):
1349 (__raise_lower_recursion):
1350 (__raise_or_lower_window):
1351 (raise_or_lower_window):
1352 (position_new_window_in_stack_ring):
1356 (HandleUnusualStackmodes):
1359 (CMD_RestackTransients):
1361 do raise hacks even when the internal stack is intact, unless on a
1364 2007-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1366 * fvwm/style.c (check_window_style_change)
1367 (style_parse_one_style_option):
1369 * fvwm/fvwm.h (window_style):
1370 * fvwm/add_window.c (setup_frame_size_limits):
1371 * fvwm/geometry.c (constrain_size):
1372 new style MinWindowSize
1374 2007-05-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1377 added missing prototypes
1379 * libs/safemalloc.c:
1386 * libs/Event.c (GetSubwindowFromEvent):
1388 * libs/ColorUtils.c:
1389 include corresponding header files
1391 * libs/PictureBase.c:
1392 * libs/FlocaleCharset.c:
1396 2007-05-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1398 * configure.ac (HAVE_GNU_READLINE):
1399 detect full GNU readline API (vs BSD libedit readline compatibility
1402 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1404 * fvwm/windowlist.c (CMD_WindowList):
1407 Deprecated "UseListSkip" & "OnlyListSkip" - replaced with
1408 "UseSkipList" & "OnlySkipList".
1410 2007-04-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1413 * fvwm/add_window.c (validate_transientfor):
1414 detect and disallow circular transient-for hints
1416 2007-04-27 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1419 s/UseListSkip/UseSkipList/g etc.
1421 2007-04-17 Jesus Guerrero <6thpink(at)terra(dot)es>
1423 * fvwm/menus.c (size_menu_vertically):
1424 added localization of the "More&..." string
1426 2007-03-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1428 * libs/PictureBase.c (PictureFindImageFile):
1429 fix for segfault with svg-support enabled
1431 * INSTALL.fvwm (http):
1432 * configure.ac (png_CFLAGS):
1433 raise librsvg dependeny due to bug with 2.13.91
1435 * fvwm/cursor.c (CMD_CursorStyle):
1436 remove unused static variable nocursor
1438 2007-03-14 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1443 2007-03-11 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1446 bugfix: 'make dist' failed cos I moved 'scott.notes' to util/ subdir.
1447 bugfix: out-of-tree builds failed due to broken dependency.
1448 Make man page have same header as old one.
1449 Fix man page indentation.
1450 Make text of top-level man page sections all uppercase.
1451 Added --disable-mandoc option.
1452 HTML doc generation is off by default: use --enable-htmldoc.
1453 Added more info in doc/README about XML commands to use.
1455 2007-03-10 Scott Smedley <ss(at)aao(dot)gov(dot)au>
1458 * Everything in the 'doc' subdirectory.
1460 XML source to generate man page & HTML documentation.
1462 2007-02-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1465 * fvwm/colorset.c (parse_colorset):
1466 don't recompute sh, hi and fgsh if they were supplied in a previous
1467 colorset line. Fixes bug #3359.
1469 2007-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1471 * fvwm/move_resize.c (DoSnapAttract):
1472 handle SnapGrid before SnapAttraction so that non-overlapping windows
1473 do not snap edge to edge:
1480 2007-02-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1482 * fvwm/style.c (parse_and_set_window_style)
1483 (style_parse_one_style_option):
1484 don't warn about PositionPlacement arguments
1486 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1490 enties for ChangeWindowTitle patch by Julio Teca.
1492 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1494 * fvwm/fvwm.c (main):
1495 fixed ROOT CursorStyle context
1497 * fvwm/placement.c (__pl_manual_get_pos_simple):
1498 * fvwm/move_resize.h:
1499 * fvwm/move_resize.c (__move_loop):
1501 fixed long broken POSITION CursorStyle context
1503 2007-02-04 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1505 * fvwm/bindings.c (ParseBinding):
1506 fix buffer overrun with >78 character window names.
1508 * fvwm/fvwm.1.in (PositionPlacement):
1511 * fvwm/fvwm.1.in (BorderWidth, HandleWidth):
1512 * fvwm/style.c (style_parse_one_style_option):
1513 change BorderWidth and HandleWidth style to revert to default if no
1516 2007-02-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1518 * fvwm/fvwm.h (style_flags):
1519 * fvwm/placement.c (__pl_under_mouse_get_pos_simple):
1520 (__place_get_wm_pos):
1521 (__place_window, __explain_placement):
1522 * fvwm/style.c (style_parse_one_style_option):
1524 * libs/defaults.h (DEFAULT_PLACEMENT_POS_CENTER_STRING)
1525 (DEFAULT_PLACEMENT_POS_MOUSE_STRING)
1526 (DEFAULT_PLACEMENT_POSITION_STRING):
1529 * fvwm/move_resize.c (GetOnePositionArgument):
1530 added 'w' suffix to Move arguments
1531 allow multiple shifts from original position
1533 * fvwm/style.c (style_parse_one_style_option):
1536 * fvwm/placement.c (setup_window_placement)
1537 (__place_get_placement_flags):
1538 (__place_get_wm_pos):
1539 (__place_get_nowm_pos):
1541 (__place_handle_x_resources):
1542 (setup_window_placement):
1543 * fvwm/fvwm.h (PLACE_CENTER):
1545 replaced CenterPlacement with more flexibe PositionPlacement
1547 * fvwm/move_resize.c (GetMoveArguments):
1548 (GetResizeArguments):
1549 (GetResizeMoveArguments):
1551 * fvwm/move_resize.h:
1552 exported and enhanced function GetMoveArguments for use by placement
1555 2007-02-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1557 * fvwm/ConfigFvwmDefaults:
1558 reenable MenuScroll on titles
1560 * fvwm/menubindings.c (menu_shortcuts):
1561 don't scroll menus if scrolling would be in the wrong direction
1563 2007-02-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1565 * fvwm/move_resize.c (__resize_window):
1566 some resizing/gravity fixes
1567 properly handle maximized + shaded state when resizing
1570 2007-01-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1572 * fvwm/move_resize.c (__resize_window):
1573 resizing of shaded windows work better.
1575 2007-01-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1577 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1578 clarified previous patch
1580 * fvwm/fvwm.1.in (COMMAND EXPANSION):
1581 documented '-' command prefix
1583 * fvwm/expand.c (__eae_parse_range):
1584 fix $[n-] and $[*] after unsigned int havoc
1586 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1589 * fvwm/ConfigFvwmMenuDefaults:
1591 * fvwm/ConfigFvwmDefaults:
1592 * fvwm/ConfigFvwmMenuDefaults:
1593 moved all settings from ConfigFvwmMenuDefaults to ConfigFvwmDefaults
1595 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1597 * fvwm/ConfigFvwmMenuDefaults:
1598 * fvwm/fvwm.c (SetRCDefaults):
1599 make default menu mouse bindings for MenuSelectItem and MenuScroll only
1600 apply to menu item context.
1602 2007-01-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1604 * fvwm/placement.c (placement_loop):
1605 (__pl_minoverlap_get_avoidance_penalty):
1606 (__pl_smart_get_first_pos):
1607 (__pl_smart_get_next_pos):
1608 (__pl_smart_test_window):
1609 (__pl_smart_get_pos_penalty):
1610 rewrote SmartPlacement as a sub-mode of MinOverlapPlacement, i.e. it's
1611 now less than ten lines of code.
1613 * fvwm/add_window.c (setup_placement_penalty):
1614 * fvwm/style.c (style_parse_one_style_option):
1615 allow to reset the placement penalties with !
1618 * fvwm/add_window.c (setup_placement_penalty):
1621 * fvwm/style.c (style_parse_one_style_option):
1622 put placement penalty array in a struct
1624 * fvwm/placement.c (__place_get_wm_pos):
1625 (__pl_clever_get_next_x):
1626 (__pl_clever_get_next_y):
1627 (__pl_clever_get_first_pos):
1628 (__pl_clever_get_next_pos):
1629 (__pl_clever_get_avoidance_penalty):
1630 (__pl_clever_get_pos_penalty):
1631 (__pl_minoverlap_get_next_x):
1632 (__pl_minoverlap_get_next_y):
1633 (__pl_minoverlap_get_first_pos):
1634 (__pl_minoverlap_get_next_pos):
1635 (__pl_minoverlap_get_avoidance_penalty):
1636 (__pl_minoverlap_get_pos_penalty):
1637 renamed ...clever... functions to ...minoverlap...
1640 * fvwm/decorations.c:
1641 * fvwm/menubindings.c:
1642 * fvwm/module_interface.c:
1643 * fvwm/module_list.c:
1645 * fvwm/module_list.h:
1647 * fvwm/module_interface.h:
1649 dont include "libs" in include path
1652 #includes from fvwm path with "..." not <...>
1655 #includes from library path with "..." not <...>
1657 2007-01-28 Simon Griph <simon(at)griph(dot)se>
1662 documented new svg support
1665 added librsvg detection
1667 * fvwm/Makefile.am (LDADD, INCLUDES):
1668 added rsvg_LIBS, rsvg_CFLAGS
1670 * fvwm/expand.c (expand_vars_extended):
1671 new extended variables
1672 $[w.iconfile.svgopts] and $[w.miniiconfile.svgopts]
1674 * fvwm/fvwm.1.in (OPTIONS):
1676 documented new svg support
1677 (COMMAND EXPANSION):
1678 documented new extended variables
1680 * fvwm/fvwm.c (setVersionInfo):
1682 added Frsvg_init() call
1687 * libs/Makefile.am (libfvwm_a_SOURCES):
1692 * libs/Picture.c (PCacheFvwmPicture):
1693 hid svgopts from isFileStampChanged()
1695 * libs/PictureBase.c (PictureFindImageFile):
1696 hid svgopts from searchPath()
1698 * libs/PictureBase.h:
1700 * libs/PictureImageLoader.c (PImageLoadFvwmPictureFromFile):
1701 hid svgopts from setFileStamp()
1703 new svg image loader
1705 * libs/fvwmlib.c (flib_init_graphics):
1706 added Frsvg_init() call
1708 2007-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1711 * fvwm/stack.c (__is_restack_needed)
1712 (is_transient_subtree_straight):
1714 fix crash when trying to restack destroyed window
1716 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1718 * libs/Makefile.am (libfvwm_a_SOURCES):
1721 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
1722 * fvwm/menus.c (move_any_menu)
1723 set menu backgrounds before moving. Makes transparent menus move
1726 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1727 * fvwm/menus.c (update_transparent_menu_bg, repaint_transparent_menu):
1728 add update_transparent_menu_bg to allow set of transparent menu
1729 background before a move, and change repaint_transparent_menu to
1730 allow for not setting the menu background.
1732 * libs/Colorset.c (SetWindowBackgroundWithOffset):
1733 create offset backgrounds with CreateOffsetBackgroundPixmap (works with
1734 transparent colorsets)
1735 (CreateOffsetBackgroundPixmap):
1736 use offset also for non transparent backgrounds.
1738 * fvwm/menubindings.c (menu_shortcuts):
1739 don't move menus on scroll if they don't move
1741 2007-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1746 * fvwm/decorations.c:
1748 * fvwm/ewmh_events.c:
1749 * fvwm/ewmh_icons.c:
1754 * fvwm/menubindings.c:
1759 * fvwm/module_interface.c:
1760 * fvwm/module_list.c:
1763 * fvwm/windowlist.c:
1764 * fvwm/windowshade.c:
1769 * fvwm/conditional.c:
1776 * fvwm/add_window.c:
1778 * fvwm/move_resize.c:
1787 * fvwm/execcontext.c:
1789 * libs/CombineChars.c:
1797 * libs/FlocaleCharset.c:
1801 * libs/safemalloc.c:
1807 * libs/ColorUtils.c:
1809 * libs/PictureImageLoader.c:
1810 * libs/PictureGraphics.c:
1813 * libs/PictureUtils.c:
1815 * libs/PictureBase.c:
1816 use new header files
1822 * libs/ColorUtils.h:
1823 * libs/PictureBase.h:
1830 * libs/Makefile.am (libfvwm_a_SOURCES):
1831 moved declarations from fvwmlib.h to new/appropriate header files
1836 * fvwm/menus.c (paint_side_pic):
1837 fixed previous patch
1840 2007-01-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1842 * fvwm/menus.c (paint_side_pic):
1845 * fvwm/menus.c (paint_side_pic):
1846 use simple expose information to redraw sidepics less.
1848 2007-01-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1850 * fvwm/geometry.c (constrain_size):
1851 silence gcc 4.1.1 warning.
1853 * libs/System.c (searchPath):
1854 search in pwd if no path is given.
1855 return NULL if a file dosn't exist regardless if it's absolute path
1857 2007-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1859 * fvwm/placement.c (__place_window)
1860 (__pl_under_mouse_get_pos_simple):
1861 * fvwm/style.h (SUNDERMOUSE_PLACEMENT_HONORS_STARTS_ON_PAGE):
1863 new style option UnderMousePlacementHonorsStartsOnPage
1865 * fvwm/update.c (init_style):
1866 don't forget stickyness when a window goes fullscreen (or when some
1867 other style is changed)
1869 2007-01-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1871 * fvwm/placement.c (__pl_cascade_get_pos_simple):
1872 properly handle title direction with cascade placement
1874 * libs/defaults.h (PLACEMENT_FALLBACK_CASCADE_STEP):
1877 * fvwm/placement.c (__pl_center_get_pos_simple):
1878 CenterPlacement properly handles Xinerama screens
1880 2007-01-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1883 always substiture datarootdir
1885 2007-01-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1887 * fvwm/add_window.c (GetWindowSizeHints):
1888 * fvwm/geometry.c (constrain_size):
1889 undefine macros after use
1891 reindented and cleaned up
1892 do not grow a window because of aspect ratio if this is not explicitly
1893 allowed by the CS_ROUND_UP flag
1895 (__cs_handle_aspect_ratio):
1896 broken into separate functions and cleaned up
1898 2007-01-20 Renato Caldas <seventhguardian@gmail.com>
1900 * fvwm/module_list.c (module_receive):
1901 (module_input_discard):
1902 allocate input data in just one call - better perfomance
1904 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1906 * fvwm/placement.c (__place_get_wm_pos):
1907 simplified to a simple loop
1908 (__explain_placement):
1909 added explanation of new placement styles
1911 * fvwm/placement.c (__place_get_wm_pos):
1913 (__pl_center_get_pos_simple):
1914 (__pl_under_mouse_get_pos_simple):
1915 (__pl_cascade_get_pos_simple):
1916 (__pl_manual_get_pos_simple):
1917 (__place_get_wm_pos):
1918 use new placement interface for CenterPlacement, UnderMousePlacement,
1919 ManualPlacement, CascadePlacement
1921 * fvwm/placement.c (__sp_get_first_pos):
1922 (__sp_get_next_pos):
1923 (__sp_get_pos_penalty):
1924 (__place_get_wm_pos):
1925 use new placement interface for SmartPlacement
1930 don't use inline functions
1933 renamed function and generalized the placement interface to deal with
1934 any algorithm in the same way
1935 (__place_get_wm_pos):
1936 use new placement interface
1940 increased version to 2.5.22
1944 updated for 2.5.21 release
1946 2007-01-19 Dan Espen <dane@mk.telcordia.com>
1948 * fvwm/read.h: Compile syntax error fix.
1950 2007-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1952 * fvwm/placement.c (SmartPlacement):
1953 fixed broken SmartPlacement
1955 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1957 * fvwm/expand.c (expand_vars_extended):
1958 free allocated icon path
1960 2007-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
1968 2007-01-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
1971 * fvwm/fvwm.1.in (Scroll):
1972 * fvwm/virtual.c (__drag_viewport, CMD_Scroll):
1973 add interactive scrolling.
1975 * fvwm/stack.c (is_transient_subtree_straight):
1976 check first above the tree root, then beneth it.
1978 2007-01-17 Renato Caldas <seventhguardian@gmail.com>
1980 * fvwm/module_interface.h
1981 * fvwm/module_interface.c (module_input_enqueue):
1982 (module_input_execute):
1983 new functions based on AddToCommandQueue and ExecuteModuleCommand
1985 * fvwm/module_list.c (CMD_ModuleSynchronous):
1987 * fvwm/events.c (My_XNextEvent):
1988 * fvwm/module_interface.c (ExecuteCommandQueue):
1989 using the above two new functions instead of AddToCommandQueue and
1990 ExecuteModuleCommand
1992 * fvwm/module_interface.c (cqueue_object_type):
1995 * fvwm/module_interface.h
1996 * fvwm/module_interface.c (AddToCommandQueue):
1997 (ExecuteModuleCommand):
2000 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2002 * fvwm/fvwm.h (window_style):
2003 * fvwm/style.c (style_parse_one_style_option):
2004 icon background relief and icon title relief changed to sigend char;
2005 should fix problem with ppc and negative values for these.
2007 2007-01-16 Renato Caldas <seventhguardian@gmail.com>
2009 * fvwm/module_list.h:
2010 * fvwm/module_list.c (module_receive):
2011 (module_input_discard):
2012 (module_input_expect):
2013 new functions to deal with module input
2015 * fvwm/module_list.h:
2016 * fvwm/module_list.c (HandleModuleInput):
2017 replaced by the above three functions
2019 * fvwm/events.c (My_XNextEvent):
2020 * fvwm/module_list.c (CMD_ModuleSynchronous):
2022 adapted to use the above three functions instead of HandleModuleInput
2024 2007-01-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2026 * configure.ac (HAVE_PNG):
2027 don't mangle png_LIBS, use --with-png-library
2029 2007-01-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2032 removed news about previous change after move of version-2_5_20 tag
2033 on ChangeLog and fvwm/stack.c to the last revision and rebuilt tar
2036 * fvwm/stack.c (__restack_window):
2037 fix so new transient windows with StackTransientParent on top layer
2038 don't make all windows raise above the pan frames.
2042 increased version to 2.5.21
2046 updated for 2.5.20 release
2048 2007-01-15 Renato Caldas <seventhguardian@gmail.com>
2050 * fvwm/fvwm.c (main):
2051 remove the call to module_init_list, the list head is instead set
2052 to NULL upon declaration
2054 * fvwm/module_list.h:
2055 * fvwm/module_list.c (module_init_list):
2058 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2060 * fvwm/stack.c (is_transient_subtree_straight)
2061 (is_transient_subtree_stack_straight):
2062 use <= 32 character function name
2063 (mark_transient_subtree, is_transient_subtree_straight)
2064 (__mark_transient_subtree_test):
2065 move common tests to function to avoid code duplication
2067 * fvwm/fvwm.1.in (IconifyWindowGroups):
2068 Correctly document that windows are iconified together if the are in
2069 the same window group, not if the group leader is iconified.
2071 2007-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2073 * fvwm/add_window.c (GetWindowSizeHints):
2074 * libs/vpacket.h (ConfigWinPacket):
2075 * fvwm/module_interface.c (CONFIGARGS):
2076 * fvwm/fvwm.h (FvwmWindow):
2077 add orig_hints_width_inc and orig_hints_height_inc values to store the
2078 original resize inc for use in FvwmIdent
2081 * fvwm/style.c (style_parse_one_style_option):
2082 deprecated some "No..." styles
2083 (style_parse_one_style_option):
2084 add a NoResizeHintOverride style
2086 * fvwm/add_window.c (GetWindowSizeHints):
2087 only ignore the min_width/min_height/max_width/max_height with the
2088 ResizeHintOverride style
2090 * fvwm/icons.c (DeIconify):
2091 corrected previous fix
2093 * fvwm/placement.c (CleverPlacement):
2095 (__place_get_wm_pos):
2096 (__place_get_nowm_pos):
2098 fixed smart placement
2099 unified placement func interface
2101 2007-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2104 * fvwm/icons.c (DeIconify):
2107 * fvwm/stack.c (is_transient_subtree_stacked_straight):
2108 fix detection of non needed lower operations
2110 BroadcastRestack to modules even if non is done. (To cancel effect of
2111 already sent M_RAISE/M_LOWER)
2112 don't do raise hacks if no restack was done.
2114 * fvwm/fvwm.h (FvwmWindow):
2115 icon_nalloc_pixels is int instead of unsined int
2117 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
2118 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
2119 use int instead of unsigned int.
2121 * fvwm/menugeometry.c (menu_get_geometry)
2122 (menu_get_outer_geometry):
2123 * fvwm/focus.c (CMD_WarpToWindow):
2124 * fvwm/geometry.c (get_title_button_geometry):
2125 * fvwm/session.c (SaveWindowStates):
2126 * fvwm/conditional.c (CMD_WindowId):
2127 * fvwm/placement.c (__place_get_wm_pos):
2128 * fvwm/frame.c (frame_create_move_resize_args):
2129 * fvwm/icons.c (GetIconBitmap, GetIconWindow):
2130 * fvwm/add_window.c (CaptureOneWindow, AddWindow):
2131 * fvwm/builtins.c (CMD_Destroy, CMD_Close):
2132 * fvwm/style.c (style_parse_icon_box_style):
2133 * fvwm/move_resize.c (resize_move_window, InteractiveMove)
2134 (AnimatedMoveAnyWindow, __move_window, __move_loop)
2136 * fvwm/events.c (HandlePropertyNotify)
2137 (__is_bpress_window_handled):
2138 * fvwm/menus.c (paint_menu_gradient_background, pop_menu_up)
2140 fix geometry signed pointer warnings
2142 * libs/Graphics.c (CalculateGradientDimensions):
2143 cast pointer to unsigned int*
2145 * libs/FScreen.h (FScreenGetScrRect, FScreenGetResistanceRect):
2146 * libs/FScreen.c (FScreenGetScrRect, FScreenClipToScreen)
2147 (FScreenCenterOnScreen, FScreenGetResistanceRect, FScreenGetGeometry):
2148 change unsigned int* parameter to int*. It get's info stored in an
2149 unsigned short, so it should be OK.
2153 JunkMask is unsigned
2155 * fvwm/stack.c (__mark_group_member)
2156 (is_transient_subtree_stacked_straight, __is_restack_needed)
2157 (__restack_window, mark_transient_subtree):
2158 don't raise or lower windows if they are already at the right place.
2160 2007-01-13 Renato Caldas <seventhguardian@gmail.com>
2162 * fvwm/module_interface.c (struct cqueue_object_type):
2163 * fvwm/module_list.h (struct fmodule_input):
2164 reused cqueue_object_type as a struct to store module input data
2165 renamed it to fmodule_input and moved it to module_list.h
2166 typedef'ed it to cqueue_object_type in module_interface.c
2168 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2170 * fvwm/placement.c (__cp_get_next_x):
2172 (__cp_get_first_pos):
2173 (__cp_get_next_pos):
2174 (__cp_get_avoidance_penalty):
2177 restructured and cleaned up CleverPlacement code
2179 * fvwm/style.c (style_parse_icon_box_style):
2180 * fvwm/virtual.c (HandlePaging):
2181 * fvwm/stack.c (verify_stack_ring_consistency):
2182 (ResyncFvwmStackRing):
2184 * fvwm/read.c (cursor_control):
2185 * fvwm/placement.c (__place_get_wm_pos):
2186 * fvwm/move_resize.c (GetMoveArguments):
2187 (ParseOneResizeArgument):
2188 (GetResizeArguments):
2189 (GetResizeMoveArguments):
2190 (resize_move_window):
2191 (resize_move_window):
2202 (maximize_fvwm_window):
2206 * fvwm/menustyle.h (MenuStyle):
2207 * fvwm/menus.c (MenuSizingParameters):
2209 (paint_menu_gradient_background):
2210 (paint_menu_gradient_background):
2214 (pop_menu_down_and_repaint_parent):
2215 (__mloop_handle_action_without_mi):
2219 * fvwm/menuroot.h (MenuRootStatic):
2221 * fvwm/menuitem.h (MenuPaintItemParameters):
2222 * fvwm/menugeometry.h:
2223 * fvwm/menubindings.c (menu_shortcuts):
2224 * fvwm/icons.c (SetIconPixmapSize):
2226 (DrawIconTitleWindow):
2231 * fvwm/gnome.c (GNOME_GetHintIcons):
2232 * fvwm/functions.c (FvwmFunction):
2233 (__execute_function):
2235 (execute_complex_function):
2236 * fvwm/fvwm.c (JunkWidth):
2242 * fvwm/externs.h (JunkWidth):
2247 * fvwm/focus.c (CMD_WarpToWindow):
2248 * fvwm/expand.c (__eae_parse_range):
2249 (expand_args_extended):
2250 (expand_vars_extended):
2251 (expand_vars_extended):
2252 * fvwm/ewmh_names.c (EWMH_WMIconName):
2254 * fvwm/ewmh_intern.h:
2255 * fvwm/ewmh_icons.c (ewmh_WMIcon):
2256 (EWMH_DoUpdateWmIcon):
2257 (ewmh_SetWmIconFromPixmap):
2258 (ewmh_SetWmIconFromPixmap):
2259 (EWMH_DeleteWmIcon):
2262 (EWMH_SetIconFromWMIcon):
2263 * fvwm/ewmh_events.c (ewmh_WMDesktop):
2265 (ewmh_WMIconGeometry):
2268 * fvwm/ewmh.c (ewmh_ChangeProperty):
2269 (ewmh_ChangeProperty):
2271 (ewmh_AtomGetByName):
2272 (ewmh_AddToKdeSysTray):
2273 (EWMH_GetWorkAreaIntersection):
2274 (ewmh_HandleWindowType):
2275 (ewmh_check_wm_pid):
2276 * fvwm/geometry.c (constrain_size):
2278 * fvwm/events.c (__handle_cr_on_client):
2281 * libs/PictureImageLoader.c:
2282 * libs/PictureImageLoader.h:
2285 * libs/Graphics.c (ParseGradient):
2286 (CalculateGradientDimensions):
2287 (CreateGradientPixmap):
2288 (CreateGradientPixmapFromString):
2289 * fvwm/colorset.c (update_root_pixmap):
2290 * fvwm/builtins.c (CMD_Echo):
2292 * fvwm/add_window.c (AddWindow):
2293 * fvwm/screen.h (DecorFace):
2294 use int instead of unsigned int
2296 * libs/Flocale.c (FlocaleChar2bOneCharToUtf8):
2297 * fvwm/colormaps.c (EnterSubWindowColormap):
2298 (LeaveSubWindowColormap):
2299 (FetchWmColormapWindows):
2301 * libs/CombineChars.c (char_combclass):
2302 use short instead of short int
2303 use long instead of long int
2305 * libs/PictureBase.h (FvwmPictureAttributes):
2306 (FvwmRenderAttributes):
2307 * libs/Flocale.h (FlocaleFont):
2308 * fvwm/style.c (style_parse_icon_grid_style):
2309 * fvwm/menus.c (size_menu_horizontally):
2310 (size_menu_vertically):
2313 * fvwm/menuitem.c (menuitem_paint):
2315 * fvwm/menuitem.h (MenuItem):
2316 * fvwm/geometry.c (set_window_border_size):
2317 * fvwm/decorations.c (SelectDecor):
2318 use int instead of short
2320 * fvwm/screen.h (FvwmAcs):
2322 * fvwm/menus.c (MenuSizingParameters):
2323 (size_menu_horizontally):
2325 (paint_menu_gradient_background):
2326 * fvwm/menuroot.h (MenuRootStatic):
2327 * fvwm/menuitem.h (MenuItem):
2328 (MenuItemPartSizesT):
2329 * fvwm/menuitem.c (menuitem_get_size):
2330 * fvwm/menudim.h (MenuDimensions):
2331 use int instead of unsigned short
2333 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2336 * libs/gravity.c (gravity_move_resize_parent_child):
2338 * fvwm/frame.c (mr_args_internal):
2339 (frame_setup_border):
2340 (frame_setup_titlebar):
2341 (frame_get_resize_decor_gravities):
2342 (frame_get_titlebar_dimensions):
2343 use rectangle instead of signed_rectangle
2345 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
2346 * libs/fvwmrect.h (signed_rectangle):
2350 widht and height are now signed values
2352 * fvwm/placement.c (get_next_x):
2360 * fvwm/placement.c (get_next_x):
2366 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2369 NEWS entry for StickyIcon, StickyAcrossPagesIcon and
2370 StickyAcrossDesksIcon.
2372 2007-01-13 Serge Koksharov <gentoosiast dog yandex dot ru>
2374 * fvwm/conditional.c (CreateConditionMask):
2375 added conditions StickyIcon, StickyAcrossPagesIcon and
2376 StickyAcrossDesksIcon.
2379 documented new conditional tests.
2380 removed descriptions of styles StickyIconPage & StickyIconDesk which
2381 actually don't exists in fvwm.
2382 moved StickyIcon/SlipperyIcon descriptions immediately after
2383 Sticky/Slippery description.
2385 2007-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2387 * fvwm/placement.c (SmartPlacemen):
2389 cleaned up SmartPlacement code
2391 2007-01-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2393 * fvwm/ConfigFvwmMenuDefaults:
2394 Mouse 0 MS A MenuLeaveSubmenu instead.
2396 * fvwm/ConfigFvwmMenuDefaults:
2397 Mouse 0 MS A MenuClose to make sidepic and border behave as
2398 before menu bindings.
2401 * libs/wcontext.h (enum):
2402 * fvwm/menubindings.c (menu_binding):
2404 Add menu contexts 'I' (for items) 'S' '[', ']', '_', '-'.
2406 * fvwm/menustyle.c (menustyle_parse_old_style):
2407 add a message of deprecation.
2409 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2411 * fvwm/module_list.h:
2412 * fvwm/module_list.c:
2413 new files for module handling code.
2415 * fvwm/module_list.h:
2416 * fvwm/module_interface.h:
2417 * fvwm/module_list.c:
2418 * fvwm/module_interface.c:
2419 (struct mqueue_object_type):
2430 (do_execute_module):
2431 (executeModuleDesperate):
2433 (CMD_ModuleListenOnly):
2434 (CMD_ModuleSynchronous):
2435 (HandleModuleInput):
2441 (DeleteMessageQueueBuff):
2442 (FlushMessageQueue):
2443 (FlushAllMessageQueues):
2445 (CMD_set_sync_mask):
2446 (CMD_set_nograb_mask):
2447 (skipModuleAliasToken):
2449 (struct msg_masks_t):
2451 moved from module_interface.c/h to module_list.c/h
2453 * fvwm/module_list.h (do_execute_module):
2454 * fvwm/module_interface.h (AddToCommandQueue):
2455 (ExecuteModuleCommand):
2456 initialy static functions are exposed for now. Should be fixed soon.
2459 added module_list.h and module_list.c
2460 reorganized the c files by size
2462 * fvwm/module_list.h:
2463 * fvwm/module_list.c:
2476 renamed functions to a unified style
2478 * fvwm/module_interface.h:
2479 * fvwm/module_interface.c:
2485 * fvwm/windowshade.c:
2487 * fvwm/move_resize.c:
2488 include file cleanup
2490 * fvwm/module_list.c (do_execute_module):
2491 made absolutely sure the module's read fd is >=0 before inserting
2492 the module on the list
2494 * fvwm/events.c (My_XNextEvent):
2495 * fvwm/module_list.c (PositiveWrite):
2496 (CMD_ModuleSynchronous):
2497 assume module read fd is allways >=0 (remove the tests)
2499 * fvwm/module_list.c (module_free):
2500 no need to test if fd >=0 when closing the pipes.
2502 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2504 * fvwm/menuitem.c (draw_higlight_background):
2505 fix x-origin of HGradients
2507 2007-01-10 Renato Caldas <seventhguardian@gmail.com>
2509 * fvwm/module_interface.c (FlushMessageQueues):
2510 fixed not flushing the first module on the list
2512 2007-01-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2514 * libs/Flocale.c (FlocaleGetFftFont):
2515 add sanity check for NULL fontname.
2519 * fvwm/menuitem.c (menuitem_paint):
2520 (draw_hilight_background):
2521 make all kinds of pixmaps work with hilight background
2523 * libs/Colorset.h (CreateOffsetBackgroundPixmap):
2524 * libs/Colorset.c (CreateOffsetBackgroundPixmap)
2525 (CreateBackgroundPixmap):
2526 added CreateOffsetBackgroundPixmap with the ability to create
2527 transparent images at an offset relative to the window.
2529 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2531 * fvwm/menus.c (__mloop_exit):
2534 (__mloop_handle_event):
2535 don't warp to parent item when entering other item with mouse.
2539 * fvwm/menustyle.c (menustyle_update):
2540 make use of colorset TiledPixmap option with HiglightBack
2541 and HiglightTitleBack menu styles.
2543 2007-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2548 2007-01-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2550 * libs/FScreen.c (FScreenParseGeometry):
2551 don't look up screen info if screen is undefined
2553 2007-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2557 moved the NEWS of 2.2.x and 2.3.x to ONEWS
2559 * libs/fio.c (fvwm_send):
2562 * libs/defaults.h (FVWMCONSOLE_CONNECTION_TO_SECS):
2567 new utility files to wrap writing/reading standard lib functions that
2568 might be interrupted
2570 2007-01-05 Serge Koksharov <gentoosiast dog yandex dot ru>
2572 * fvwm/ewmh_intern.h:
2573 compilation fix with EWMH_DEBUG enabled: include <sys/times.h>
2574 instead of <time.h>.
2576 * fvwm/windowlist.h:
2577 removed unneeded file.
2580 removed windowlist.h from build list.
2582 * libs/PictureUtils.c:
2583 include "ftime.h" instead of <time.h>.
2584 fvwmlib.h header name should be in double quotes not in angle
2588 include "ftime.h" instead of <sys/time.h>.
2590 2007-01-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2593 make my email less spider-friendly
2595 * fvwm/bindings.c (binding_cmd):
2599 2007-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2601 * fvwm/screen.h (ScreenInfo):
2602 made MyDisplayWidth and MyDisplayHeight signed integer values to avoid
2603 casting signed values in calculations to be cast to unsigned
2605 * fvwm/focus.c (__activate_window_by_command):
2606 don't warp the viewport if the center of the window is already in view
2607 fixed a bug in window positioning
2609 2007-01-03 Serge Koksharov <gentoosiast dog yandex dot ru>
2612 FvwmIconBox IconColorset's bg wasn't updated immediately.
2614 2007-01-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2616 * fvwm/fvwm.c (main):
2617 close all open fds upon startup
2618 reopen stdin, stdout and stderr if necessary
2622 * fvwm/module_interface.c (do_execute_module):
2623 simplified error handling
2624 check maximum fd when creating modules
2626 * fvwm/events.c (My_XNextEvent):
2627 * fvwm/fvwm.c (main):
2628 replaced fd_width with fvwmlib_max_fd
2631 * libs/System.c (fvwmlib_init_max_fd):
2632 added function and fvwmlib_max_fd
2634 * fvwm/events.c (My_XNextEvent):
2635 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2636 switch back to using FD_SET
2638 * fvwm/events.c (My_XNextEvent:
2639 * fvwm/module_interface.h:
2640 * fvwm/module_interface.c:
2641 hide module structure members with access macros and use them
2644 2007-01-02 Renato Caldas <seventhguardian@gmail.com>
2646 * fvwm/module_interface.c (module_add_to_fdsets):
2647 * fvwm/module_interface.h:
2648 created new function that also checks for too many open fds
2650 * fvwm/module_interface.c (CMD_ModuleSynchronous):
2651 * fvwm/events.c (My_XNextEvent):
2652 now using module_add_to_fdset to add pipes to the fdsets
2654 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2656 * libs/defaults.h (MAX_NUM_MODULES):
2657 * fvwm/module_interface.c (module_alloc):
2658 (do_execute_module):
2659 removed check for MAX_NUM_MODULES - not needed, done by the O.S.
2661 * fvwm/module_interface.c (do_execute_module):
2662 moved the allocation call to the end of the sanity checks and pipe
2663 creation - better for performance
2665 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2667 END MODULE STRUCT PATCHES
2669 * fvwm/module_interface.c (do_execute_module):
2670 fixed another memory leak
2672 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2674 * fvwm/module_interface.h:
2675 * fvwm/module_interface.c:
2677 renamed struct module member "pipeName" and "pipeAlias" to "name"
2680 * fvwm/module_interface.c (do_execute_module):
2681 fixed possible memory leak
2683 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2685 * fvwm/events.c (My_XNextEvent):
2686 * fvwm/module_interface.c (module_alloc):
2687 (do_execute_module):
2689 * fvwm/module_interface.h (fmodule):
2690 replaced int with a flag struct
2692 * fvwm/module_interface.h:
2693 * fvwm/events.c (My_XNextEvent):
2694 * fvwm/module_interface.c (module_alloc):
2698 add new modules at front of list again
2699 removed global variable init_fdset; use a flag in the module struct
2701 removed the now obsolete module slot count
2703 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2705 * fvwm/module_interface.c (module_remove):
2707 moved module remotion code to module_remove()
2709 2007-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2711 * fvwm/events.c (My_XNextEvent):
2712 fixed startup commands
2714 * fvwm/module_interface.c (module_insert):
2718 append modules at end of list
2720 * fvwm/events.c (My_XNextEvent):
2723 * fvwm/module_interface.c (ExecuteModuleCommand):
2727 (BroadcastNewPacket):
2729 (BroadcastFvwmPicture):
2730 (BroadcastColorset):
2731 (BroadcastPropertyChange):
2732 (BroadcastConfigInfoString):
2734 (FlushAllMessageQueues):
2737 (CMD_set_sync_mask):
2738 (CMD_set_nograb_mask):
2740 (skipModuleAliasToken):
2741 use MAX_MODULE_ALIAS_LEN
2743 * fvwm/module_interface.c (KillModule):
2744 (do_execute_module):
2746 added a "slot" member to the module struct to fix the init_fdset hack
2749 * libs/defaults.h (MAX_NUM_MODULES):
2750 (MAX_MODULE_ALIAS_LEN):
2753 * fvwm/module_interface.c (do_execute_module):
2754 rewrote module struct initialization
2755 (HandleModuleInput):
2756 use %p to print module address, don't cast it to int
2758 * fvwm/module_interface.c (ClosePipes):
2766 * fvwm/module_interface.c (FreeModule):
2770 * fvwm/module_interface.c (KillModule):
2772 * fvwm/events.c (My_XNextEvent):
2773 * fvwm/execcontext.h:
2774 * fvwm/modconf.c (CMD_Send_ConfigInfo):
2776 * fvwm/stack.c (BroadcastRestack):
2779 * fvwm/module_interface.c (module_get_next):
2780 * fvwm/module_interface.h:
2783 2007-01-01 Renato Caldas <seventhguardian@gmail.com>
2785 * fvwm/modconf.c (ModuleConfig):
2786 (SendConfigToModule):
2787 (send_xinerama_state):
2788 (send_desktop_names):
2789 (send_desktop_geometry):
2794 (send_move_threshold):
2795 (send_ignore_modifiers):
2796 (CMD_Send_ConfigInfo):
2797 * fvwm/functions.c (__execute_function):
2798 * fvwm/events.c (My_XNextEvent):
2799 * fvwm/module_interface.h (msg_masks_t):
2801 * fvwm/execcontext.c (__exc_change_context):
2802 (exc_create_null_context):
2803 * fvwm/execcontext.h:
2804 Initial module struct patches
2806 BEGIN MODULE STRUCT PATCHES
2808 2006-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2810 * fvwm/events.c (HandleFocusOut):
2811 (__refocus_stolen_focus_win):
2812 (HandleEnterNotify):
2813 less disruptive way of restoring focus to the window it was stolen from
2815 2006-12-31 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2817 * fvwm/events.c (HandleEnterNotify):
2818 restore focus to windows that had it stolen by
2819 unmanaged windows on enter of any unmanaged windows.
2821 2006-12-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2823 * fvwm/menubindings.c:
2824 don't include menus.h
2826 * fvwm/ConfigFvwmMenuDefaults:
2827 all bindings are silent
2829 2006-12-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2831 * fvwm/ConfigFvwmMenuDefaults:
2832 make all numpad keys silent -- not all keyboads have a numpad
2833 add KP_Separator for MenuClose
2835 2006-12-30 Serge Koksharov <gentoosiast dog yandex dot ru>
2838 documented missing menu bindings.
2840 * fvwm/ConfigFvwmMenuDefaults:
2841 fixed wrong menu bindings.
2843 2006-12-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2845 * fvwm/menubindings.c:
2846 * fvwm/menubindings.h:
2850 * fvwm/menugeometry.c:
2851 * fvwm/menugeometry.h:
2857 * fvwm/move_resize.c:
2858 * fvwm/move_resize.h:
2859 * fvwm/windowlist.c:
2860 simplified including header files
2862 * fvwm/menus.c (__mloop_handle_event):
2863 * fvwm/menuparameters.h:
2864 * fvwm/menubindings.c (menu_shortcuts):
2865 do not call find_entry directly but return MENU_NEWITEM_FIND instead
2867 * fvwm/menus.c (__mloop_handle_event):
2868 * fvwm/menuparameters.h:
2869 * fvwm/menubindings.c (menu_shortcuts):
2870 do not call move_any_menu directly but return MENU_NEWITEM_MOVEMENU
2873 * fvwm/menus.h (MenuParameters):
2878 (MenuRepaintTransparentParameters):
2879 * fvwm/menuparameters.h (MenuParameters):
2884 (MenuRepaintTransparentParameters):
2885 moved to menuparameters.h
2887 * fvwm/menus.h (MenuRoot):
2890 * fvwm/menutypes.h (MenuRoot):
2895 * fvwm/menus.c (menu_get_geometry):
2896 (menu_get_outer_geometry):
2897 * fvwm/menugeometry.c (menu_get_geometry):
2898 (menu_get_outer_geometry):
2899 moved to menugeometry.c
2901 * fvwm/menuparameters.h:
2903 * fvwm/menugeometry.c:
2904 * fvwm/menugeometry.h:
2908 * fvwm/menubindings.h (enum):
2909 * fvwm/menus.c (enum):
2910 moved enum menu_shortcut_action to menubindings.h
2911 (get_selectable_item_index):
2912 (get_selectable_item_from_index):
2913 (get_selectable_item_from_section):
2914 (get_selectable_item_count):
2915 (parse_menu_action):
2916 moved to menubindings.c
2918 * fvwm/menus.c (enum):
2919 (parse_menu_action):
2921 renamed enum shortcut_action to menu_shortcut_action
2923 * fvwm/fvwm.c (SetRCDefaults):
2924 read default config file after all other defaults
2926 2006-12-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2928 * fvwm/ConfigFvwmMenuDefaults:
2929 * fvwm/fvwm.c (SetRCDefaults):
2930 make the hard coded menu bindings load before ConfigFvwmDefaults
2931 move Mouse 0 ... to ConfigFvwmMenuDefaults
2933 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2935 * fvwm/ConfigFvwmMenuDefaults:
2936 * fvwm/fvwm.c (SetRCDefaults):
2937 added hard coded default menu bindings
2939 2006-12-29 Serge Koksharov <gentoosiast dog yandex dot ru>
2942 documentation fixes.
2944 2006-12-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2947 * fvwm/menubindings.h:
2948 * fvwm/menubindings.c:
2952 moved new menu binding code to menubindings.c, menubindings.h
2953 split binding into a regular list and a fallback list that can not be
2956 * libs/fvwmrect.c (fvwmrect_move_into_rectangle):
2957 fixed calculation of new geometry if x or y is negative
2959 * fvwm/geometry.c (maximize_adjust_offset):
2960 fixed calculations of normal geometry when maximized
2962 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2965 * fvwm/ConfigFvwmMenuDefaults:
2966 * fvwm/fvwm.c (SetRCDefaults):
2967 * fvwm/menus.c (parse_menu_action):
2969 rename menu action to menu bindings and make menu binding commands
2970 more verbose. Move "Mouse 0 M A MenuSelectItem" to SetRCDefaults to
2971 ensure basic function with ConfigFvwmMenuDefaults missing.
2973 2006-12-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
2975 * fvwm/menus.c (menuShortcuts):
2976 fixed compiler warning.
2978 2006-12-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
2981 corrected mis-spelling
2987 * fvwm/menus.c (handle_emacs_bindings):
2990 (__mloop_handle_event):
2992 * fvwm/bindings.c (ParseBinding):
2993 * fvwm/Makefile.am (config_DATA):
2994 * fvwm/ConfigFvwmDefaults:
2995 * fvwm/ConfigFvwmMenuDefaults:
2996 fully configurable mouse any key bindings for menu navigation.
2998 2006-12-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3000 * fvwm/virtual.c (HandlePaging):
3001 removed bogus comment
3003 * fvwm/move_resize.c (__move_loop):
3006 allow paging during resize with "EdgeScroll 0 0" as documented in the
3008 fixed disappearing windows with "maximize; resize - abort; unmaximize"
3010 * fvwm/fvwm.h (FvwmWindow):
3011 * fvwm/add_window.c (AddWindow):
3012 * fvwm/add_window.c (setup_frame_window):
3013 * fvwm/add_window.c (setup_parent_window)
3014 * fvwm/borders.c (border_draw_decorations):
3015 * fvwm/borders.c (border_draw_one_border_part):
3016 * fvwm/borders.c (border_get_parts_and_pos_to_draw)
3017 * fvwm/borders.c (border_get_titlebar_descr)
3018 * fvwm/builtins.c (__remove_window_decors):
3019 * fvwm/conditional.c (MatchesConditionMask):
3020 * fvwm/events.c (HandleMapNotify):
3021 * fvwm/events.c (HandleMapRequestKeepRaised)
3022 * fvwm/events.c (HandlePropertyNotify):
3023 * fvwm/events.c (HandleShapeNotify):
3024 * fvwm/events.c (__cr_detect_icccm_move)
3025 * fvwm/events.c (__cr_get_grav_position):
3026 * fvwm/events.c (__cr_get_static_position)
3027 * fvwm/events.c (__handle_configure_request)
3028 * fvwm/events.c (__handle_cr_on_client):
3029 * fvwm/ewmh.c (EWMH_fullscreen):
3030 * fvwm/focus.c (__activate_window_by_command):
3031 * fvwm/focus.c (__set_focus_to_fwin):
3032 * fvwm/focus.c (warp_to_fvwm_window):
3033 * fvwm/frame.c (__frame_setup_window):
3034 * fvwm/frame.c (frame_create_move_resize_args)
3035 * fvwm/frame.c (frame_free_move_resize_args):
3036 * fvwm/frame.c (frame_move_resize_step)
3037 * fvwm/frame.c (frame_reshape_border):
3038 * fvwm/geometry.c (constrain_size):
3039 * fvwm/geometry.c (get_icon_corner)
3040 * fvwm/geometry.c (get_page_offset):
3041 * fvwm/geometry.c (get_page_offset_check_visible):
3042 * fvwm/geometry.c (get_shaded_client_window_pos):
3043 * fvwm/geometry.c (get_title_button_geometry):
3044 * fvwm/geometry.c (get_title_geometry)
3045 * fvwm/geometry.c (get_unshaded_geometry):
3046 * fvwm/geometry.c (get_visible_window_or_icon_geometry)
3047 * fvwm/geometry.c (gravity_constrain_size):
3048 * fvwm/geometry.c (maximize_adjust_offset):
3049 * fvwm/geometry.c (update_absolute_geometry):
3050 * fvwm/geometry.c (update_relative_geometry)
3051 * fvwm/gnome.c (GNOME_SetWinArea):
3052 * fvwm/icons.c (AutoPlaceIcon):
3053 * fvwm/icons.c (DeIconify):
3054 * fvwm/icons.c (Iconify):
3055 * fvwm/module_interface.c (CONFIGARGS):
3056 * fvwm/move_resize.c (AnimatedMoveAnyWindow)
3057 * fvwm/move_resize.c (CMD_Maximize):
3058 * fvwm/move_resize.c (CMD_ResizeMaximize):
3059 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
3060 * fvwm/move_resize.c (__move_loop):
3061 * fvwm/move_resize.c (__move_window):
3062 * fvwm/move_resize.c (__resize_window):
3063 * fvwm/move_resize.c (maximize_fvwm_window):
3064 * fvwm/move_resize.c (resize_move_window):
3065 * fvwm/move_resize.c (stick_across_pages):
3066 * fvwm/move_resize.c (unmaximize_fvwm_window):
3067 * fvwm/placement.c (__explain_placement):
3068 * fvwm/placement.c (__place_get_wm_pos):
3069 * fvwm/placement.c (get_next_x):
3070 * fvwm/placement.c (get_next_y):
3071 * fvwm/placement.c (test_fit)
3072 * fvwm/session.c (MatchWinToSM):
3073 * fvwm/session.c (SaveWindowStates):
3074 * fvwm/update.c (apply_window_updates):
3075 * fvwm/virtual.c (MoveViewport):
3076 * fvwm/windowlist.c (CMD_WindowList):
3077 * fvwm/windowshade.c (CMD_WindowShade):
3078 put some of the window geometry members into a separate struct window_g
3079 with members frame, normal, max, max_defect, max_offset
3081 2006-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3085 * fvwm/window_flags.h:
3087 * fvwm/style.c (style_parse_one_style_option):
3088 * fvwm/icons.c (DrawIconTitleWindow):
3089 * fvwm/fvwm.h (common_flags_t):
3090 * fvwm/fvwm.1.in (Style):
3092 (border_draw_title_stick_lines):
3093 Applied Stippled patch by Thomas Adam with some fixes.
3095 2006-12-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3098 FvwmWinList button/list syncronization fixed (bug #1393)
3100 2006-12-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3108 updated for 2.5.19 release
3111 updated after 2.4.20 release
3114 * fvwm/focus.c (focus_get_fpol_context_flag):
3115 * fvwm/events.c (__check_click_to_focus_or_raise)
3116 (__handle_click_to_focus):
3117 Treat EWMH desktop as client window under click to focus. (#1492)
3119 2006-12-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3121 * libs/Module.h (MX_REPLY):
3122 (MAX_EXTENDED_MESSAGES):
3124 * fvwm/module_interface.c (CMD_Send_Reply):
3125 * fvwm/functable.c (func_table):
3127 Added Send_Reply module only command.
3129 2006-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3131 * libs/PictureUtils.c (init_static_colors_table):
3132 fix fvwm for < 8 bit depth, bug #1677
3134 2006-11-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3136 * fvwm/misc.c (IsRectangleOnThisPage):
3137 new fix for signedness problems.
3139 2006-10-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3141 * fvwm/misc.c (IsRectangleOnThisPage):
3142 fix signedness problem with test introduced by gcc4 fix below.
3144 2006-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3146 * libs/fvwmrect.h (fvwmrect_subtract_rectangles):
3150 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
3151 * libs/gravity.h (gravity_move_resize_parent_child):
3152 * libs/gravity.c (gravity_move_resize_parent_child):
3153 * fvwm/frame.h (frame_get_titlebar_dimensions)
3154 * fvwm/frame.c (frame_get_titlebar_dimensions_only)
3155 (frame_get_resize_decor_gravities):
3157 (frame_setup_border):
3158 (frame_setup_titlebar)
3159 (frame_get_resize_decor_gravities):
3160 (frame_get_titlebar_dimensions):
3161 split rectangle into a signed size and an unsigned size type.
3163 * fvwm/screen.h (ScreenInfo):
3164 * libs/FScreen.h (FScreenGetScrRect):
3165 (FScreenGetResistanceRect):
3166 * libs/FScreen.c (XineramaScreenInfo):
3167 (FScreenGetGeometry)
3168 (FScreenGetScrRect):
3169 (FScreenClipToScreen):
3170 (FScreenCenterOnScreen)
3171 (FScreenGetResistanceRect):
3172 (FScreenIsRectangleOnScreen):
3173 * fvwm/fvwm.h (FvwmWindow):
3174 * fvwm/screen.h (DecorFace):
3175 * libs/fvwmlib.h (CreateGradientPixmap):
3176 * libs/Graphics.c (CreateGradientPixmap):
3177 * libs/PictureUtils.h (PictureCloseImageColorAllocator):
3178 * libs/PictureUtils.c (PictureCloseImageColorAllocator):
3179 * libs/PictureImageLoader.h (PImageCreatePixmapFromArgbData)
3180 (PImageLoadPixmapFromFile):
3181 (PImageLoadPixmapFromXpmData):
3182 * libs/PictureImageLoader.c (FIMAGE_CMD_ARGS)
3183 (PImageCreatePixmapFromArgbData):
3184 (PImageLoadPixmapFromFile)
3185 (PImageLoadFvwmPictureFromFile):
3186 (PImageLoadPixmapFromXpmData):
3187 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
3188 * fvwm/ewmh_icons.c (EWMH_DeleteWmIcon):
3189 (EWMH_SetIconFromWMIcon):
3190 * fvwm/ewmh.h (EWMH_GetWorkAreaIntersection):
3191 * fvwm/ewmh.c (EWMH_GetWorkAreaIntersection):
3192 * fvwm/colorset.c (parse_colorset):
3193 * fvwm/icons.c (DrawIconTitleWindow):
3196 * fvwm/menus.h (MenuRootDynamic):
3197 * fvwm/menus.c (update_menu):
3201 * fvwm/move_resize.c (GetMoveArguments):
3202 (ParseOneResizeArgument)
3203 (GetResizeArguments):
3204 (GetResizeMoveArguments):
3208 change dimensions and allocation counts to unsigned types.
3210 * libs/Flocale.h (FlocaleStringNumberOfBytes)
3211 (FlocaleStringByteToCharOffset):
3212 (FlocaleStringCharToByteOffset)
3213 (FlocaleStringCharLength)
3214 * libs/Flocale.c (FlocaleStringNumberOfBytes)
3215 (FlocaleStringByteToCharOffset):
3216 (FlocaleStringCharToByteOffset)
3217 (FlocaleStringCharLength):
3218 (FlocaleUtf8ToUnicodeStr2b)
3219 (FlocaleStringToString2b):
3220 (FlocaleEncodeString):
3221 * libs/Ficonv.c (convert_charsets):
3222 change most string types to char* from unsigned char* to match
3223 with system headers without casts.
3225 * libs/Flocale.c (FlocaleLoadFont):
3226 init shadow_dir to make gcc 4 happy.
3228 * libs/Colorset.h (CSETS_IS_TRANSPARENT_PR_TINT)
3229 (CSETS_IS_TRANSPARENT_ROOT_TRAN):
3230 (CSETS_IS_TRANSPARENT_ROOT_PURE)
3231 (CSETS_IS_TRANSPARENT_PR_PURE):
3232 (CSETS_IS_TRANSPARENT_ROOT)
3233 (CSETS_IS_TRANSPARENT):
3234 compare pointer with NULL, not >= 0.
3236 * libs/FTips.h (ftips_position_t):
3237 * fvwm/expand.c (partial_extended_vars):
3238 * fvwm/placement.c (preason_screen_t):
3239 remove comma last in enums.
3241 * fvwm/style.c (style_parse_focus_policy_style):
3242 change 0xffffffff to ~0 to silience truncation warning.
3244 * fvwm/session.h (mwtsm_state_args):
3245 make flags unsigned.
3247 * fvwm/schedule.c (sq_object_type):
3248 change // to /* ... */
3250 * libs/Fft.c (FftGetFontWidths):
3252 * libs/FScreen.c (FScreenConfigureSLSScreens):
3253 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
3254 (EWMH_SetDesktopNames):
3255 * fvwm/fvwm.c (LoadDefaultLeftButton):
3256 (LoadDefaultRightButton):
3257 * fvwm/builtins.c (ReadDecorFace):
3259 silence signedness warnings by casts.
3261 * fvwm/borders.c (ROTATE_RECTANGLE):
3262 make sure tr is initialized.
3264 * fvwm/add_window.c (FetchWmProtocols):
3265 use unsigned type for l_protocols.
3267 2006-09-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3269 * fvwm/events.c (HandleFocusIn):
3271 * fvwm/focus.c (__set_focus_to_fwin):
3272 fix focus decoration when unmanaged are focused, unless
3273 FlickeringQtDialogsWorkaround is on. Closes bug #758.
3275 2006-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3277 * fvwm/geometry.c (constrain_size):
3278 repeat aspect-resizing in a loop to get a stable result that does not
3279 change the next time the frame is set up
3281 2006-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3285 increased version to 2.5.19
3290 updated for 2.5.18 release
3292 2006-09-04 Renato Caldas <seventhguardian@gmail.com>
3295 removed the unused test for imlib
3296 removed the Imlib.h header from gdk_imlib test programs
3298 2006-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3300 * fvwm/ewmh.c (atom_get):
3301 fix offset and length args for XGetWindowProperty() (to support 64bit
3304 2006-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3306 * fvwm/events.c (HandleUnmapNotify):
3307 immediately handle MapRequests after unmapping a window while we still
3308 have the context fvwm window; this is necessary to allow the client to
3309 re-map a window before fvwm can reparent it to the root window
3310 (HandleMapRequestKeepRaised):
3313 2006-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3315 * fvwm/ewmh.c (ewmh_HandleDesktop):
3316 fixed handling of ClickToFocusPassesClick with the EWMH desktop
3319 2006-08-29 Harald Dunkel <harald.dunkel@t-online.de>
3323 * fvwm/decorations.c:
3324 fix offset and length args for XGetWindowProperty() (to support 64bit
3327 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3330 * fvwm/expand.c (expand_vars_extended):
3331 correctly expand break.
3332 * fvwm/conditional.c (__rc_matches_rcstring_consume):
3335 2006-08-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3337 * fvwm/decorations.h (is_function_allowed):
3338 * fvwm/decorations.c (__is_resize_allowed):
3339 (is_function_allowed):
3340 work on 'const FvwmWindow *'
3342 * fvwm/fvwm.h (action_flags):
3343 * fvwm/style.c (check_window_style_change):
3344 * fvwm/module_interface.c (__get_allowed_actions)
3346 * libs/vpacket.h (ConfigWinPacket):
3347 expose fvwm allowed actions to modules
3349 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3351 * fvwm/move_resize.c (__move_icon):
3352 *do* map icon windows for pictured icons on move, but only if they end
3353 up on the current desk
3355 2006-08-09 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3357 * fvwm/move_resize.c (__move_icon):
3358 don't map icon windows for pictured icons on move
3360 2006-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3362 * fvwm/style.c (remove_all_of_style_from_list):
3363 (__simplify_style_list):
3368 (style_ids_are_equal):
3369 (style_id_equals_id)
3370 (styles_have_same_id):
3372 (one_fw_can_match_both_ids):
3373 (check_window_style_change):
3374 use int/0/1 instead of Bool/False/True
3376 * fvwm/move_resize.c (stick_across_pages):
3377 use False instead of FALSE
3379 * fvwm/style.c (fw_match_style_id):
3380 * fvwm/read.c (run_command_file):
3382 * fvwm/add_window.c (MappedNotOverride):
3383 * libs/wild.c (matchWildcards):
3384 use 0 and 1 instead of FALSE and TRUE
3387 removed TRUE and FALSE
3389 2006-08-07 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3392 FvwmPager !IconTitle style bugfix.
3394 2006-07-31 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3397 Updated description of Wait command in man page.
3399 2006-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3401 * libs/Flocale.c (FlocaleFontStructDrawString)
3402 (FlocaleRotateDrawString):
3403 (FlocaleDrawString):
3404 fixed drawing of forecolor/hilightfore
3406 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
3407 always unmaximize and resize window when leaving fullscreen state,
3408 not just if it did not start as fullscreen
3410 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3412 * fvwm/fvwm.1.in (MenuStyle):
3413 added a reference to the prefered ! style negation flag,
3414 and listed the other deprecated negative forms in one place.
3417 (AutomaticHotkeysOff):
3420 changed to the ! negation form and listed as deprecated.
3422 removed relics from the man page
3424 2006-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3428 increased version to 2.5.18
3433 updated for 2.5.17 release
3435 2006-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3437 * fvwm/move_resize.c (__move_window):
3438 allow moving a window without an icon while it's iconified based on the
3441 2006-07-17 Serge Koksharov <gentoosiast dog yandex dot ru>
3443 * fvwm/menustyle.c (menustyle_copy):
3444 Now 'TitleColorset' also copied by 'CopyMenuStyle' command.
3446 2006-07-17 Renato Caldas <seventhguardian@gmail.com>
3449 NoTitle, StippledTitleOff, NoHandles, NoButton, NoIconTitle styles
3450 changed the manpage to reflect the prefered style negation method,
3451 that is, using the !* negation sign.
3453 2006-07-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3455 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3456 removed documentation of filters.
3459 * fvwm/expand.c (check_first_filter):
3461 (expand_args_extended):
3462 (expand_vars_extended):
3464 removed variable filter implementation and backslash-escaping.
3466 2006-07-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3469 News blurb for variable filters and backslash-escaping.
3471 documentation of variable filters.
3473 2006-07-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3475 * fvwm/expand.c (chec):
3478 (expand_args_extended):
3479 (expand_vars_extended):
3481 implemented variable filters.
3483 * fvwm/expand.c (expand_vars):
3484 made backslash work as escape character within extended variables.
3486 * libs/Strings.h (QuoteEscapeString):
3487 (QuoteEscapeStringLength):
3488 * libs/Strings.c (QuoteEscapeString):
3489 (QuoteEscapeStringLength):
3490 new functions: QuoteEscapeString and QuoteEscapeStringLength for
3493 * fvwm/expand.c (expand_args_extended):
3494 make upper limit inclusive.
3496 * fvwm/functions.c (__execute_function):
3497 Changed PeekToken to GetNextToken before expand_vars call.
3500 updated documentation regarding quoting in expand_args_extended
3502 2006-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3504 * fvwm/expand.c (__eae_parse_range):
3505 reject everything that does not begin with a digit
3507 * libs/Parse.c (SkipNTokens):
3508 stop skipping tokens at the end of input
3510 * fvwm/expand.c (__eae_parse_range):
3514 (__eae_parse_range):
3515 fixed parsing of $[n-]
3517 2006-07-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3519 * fvwm/expand.c (expand_args_extended):
3521 added range check for positional parameters
3522 (expand_args_extended):
3523 (__eae_parse_range):
3524 cleaned up and simplified parsing code
3525 properly unquote arguments when expanding
3526 removed the patch below
3528 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3530 * fvwm/expand.c (expand_args_extended):
3531 removed range check for positional parameters
3532 make single arguments not use the 'upper' variable
3533 changed back to PeekToken for single arguemnts.
3534 improved some comments.
3536 2006-07-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3538 * fvwm/expand.c (expand_args_extended):
3539 Fix segfault when called with a tokenless string for single arguments.
3541 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3543 Usage of FvwmAuto module in FAQ 7.17 was incorrect.
3544 Reported by Serge Koksharov.
3546 2006-07-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3548 * fvwm/placement.c (__explain_placement):
3549 print initial size of window too
3551 * libs/Makefile.am (libfvwm_a_SOURCES):
3552 * libs/fvwm_sys_stat.h:
3556 added O_NOFOLLOW replacement and always include fcntl.h
3558 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3560 Added DV's mailing-list comments about how PeekToken & GetNextToken
3561 work as comments to the source code. (slightly modified)
3563 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3565 * fvwm/schedule.c (CMD_Schedule):
3566 Fixed parsing of "Periodic" option.
3568 2006-07-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3571 Fix for tempfile vulnerabilities in FvwmCommand.
3573 Added check for lstat.
3575 2006-07-12 Scott Smedley <ss(at)aao(dot)gov(dot)au>
3580 Added "Periodic" option to Schedule command.
3582 2006-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3584 * fvwm/module_interface.c (KillModule):
3589 2006-07-09 Renato Caldas <seventhguardian@gmail.com>
3591 * fvwm/fvwm.c (main):
3592 changed the -blackout warning to say it will be removed in 3.0
3594 * fvwm/fvwm.1.in (-blackout):
3595 updated the manual regarding the future remotion of -blackout
3597 2006-07-08 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3601 added $EXEEXT to FvwmGtk in order to compile on Cygwin (bug #3772).
3603 2006-07-08 Renato Caldas <seventhguardian@gmail.com>
3605 *libs/alloca.c (DEBUG_I00FUNC)
3606 removed old debug code
3608 2006-07-07 Renato Caldas <seventhguardian@gmail.com>
3611 removed the old unused file
3613 * libs/Makefile.am (libfvwm_a_SOURCES):
3614 removed the reference to debug.c
3617 removed the code related to libs/debug.c
3619 * fvwm/module_interface.c (make_named_packet)
3620 removed the #if 0'ed debug code related to debug.c
3622 fvwm/focus.h (DEBUG_FOCUS)
3623 removed the #ifdef'ed to 0 debug code related to debug.c
3626 2006-07-06 Renato Caldas <seventhguardian@gmail.com>
3628 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
3629 removed useles definition.
3631 * modules/FvwmPager/FvwmPager.c (main):
3633 removed most of the debug code.
3634 changed termination debug to use 'isTerminated' instead of
3635 'debug_term_signal'.
3636 changed termination debug to compile on FVWM_DEBUG_MSGS instead
3639 * libs/fvwmsignal.h (FVWM_DEBUG_MSGS):
3640 * libs/fvwmsignal.c (FVWM_DEBUG_MSGS):
3642 removed unused debug_term_signal.
3644 2006-07-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3647 Work around for Cygwin not requiering '_GNU_SOURCE' to use
3648 stdio's getline; news entry.
3650 2006-06-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3653 * fvwm/module_interface.c (CMD_ModuleListenOnly):
3654 (do_execute_module):
3658 * fvwm/commands.h (enum):
3659 * fvwm/functable.c (func_table):
3660 new command ModuleListenOnly
3662 2006-06-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3664 * fvwm/move_resize.c (__move_loop):
3665 make sure a window is snapped in __move_loop when a button is released
3666 if it was snapped before
3668 2006-06-04 Mikhael Goikhman <migo@homemail.com>
3670 * fvwm/expand.c (expand_vars_extended):
3671 convert function to have a single return point; this is good to
3672 implement doc/todo-vars filters in the future;
3673 fix $[w.name], $[w.iconname], $[w.class] and $[w.resource]
3674 to behave like deprecated $n, $c and $r, i.e. quote them
3676 2006-06-03 Mikhael Goikhman <migo@homemail.com>
3679 multiple minor tweaks: remove trailing spaces and other
3680 re-spacing and re-indenting, remove old "#if 0" code
3682 2006-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3684 * fvwm/move_resize.c (ParseOneResizeArgument):
3685 rewrote parsing of resize arguments
3686 new prefix 'w' for resizing
3688 2006-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3690 * fvwm/conditional.c (MatchesConditionMask):
3691 fixed handling of some conditions (iconifiable, fixed, ...)
3693 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
3698 * fvwm/conditional.c:
3699 Output an error message if an unrecognised conditional is used
3700 with the Test or TestRc commands.
3702 2006-05-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3704 * fvwm/frame.c (frame_mrs_hide_changing_parts):
3705 do not map hide windows if their width or height is zero
3707 2006-05-09 Serge Koksharov <gentoosiast dog yandex dot ru>
3709 * fvwm/ewmh_events.c:
3712 * libs/FlocaleCharset.c:
3716 corrected typos in warning messages
3719 * libs/PictureGraphics.c:
3720 * libs/PictureGraphics.h:
3721 renamed function PGraphicsCreateTransprency to
3722 PGraphicsCreateTransparency
3724 2006-04-17 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3726 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3727 * fvwm/expand.c (expand_args_extended):
3728 fixed $[n] to work exactly as $n, i.e. dequote the expansion.
3730 2006-04-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3733 * fvwm/fvwm.1.in (COMMAND EXPANSION):
3734 * fvwm/expand.c (expand_args_extended):
3736 added support for $[n], $[n-m], $[n-] and $[*] variable expansion.
3738 * fvwm/conditional.c (CMD_All):
3739 * fvwm/fvwm.1.in (All):
3740 changed Reverse and UseStack options to have free order.
3743 * fvwm/fvwm.1.in (WindowShade):
3744 * fvwm/windowshade.c (CMD_WindowShade):
3745 * fvwm/add_window.c (setup_window_structure):
3746 added last direction to WindowShade command.
3748 2006-04-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3750 * fvwm/fvwm.1.in (All):
3753 2006-04-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3756 * fvwm/fvwm.1.in (All):
3757 * fvwm/conditional.c (CMD_All):
3758 added reverse option to All command to do the action in opposite order
3759 added UseStack option to All command to use the stack ring instead of
3762 2006-04-07 Serge Koksharov <gentoosiast dog yandex dot ru>
3765 changed fallback editor from `emacs' to `vi' because it much
3766 more widespread on non-Linux systems
3767 fixed errors (because of incorrect syntax fallback entries were
3769 now script honors `TMPDIR' env. variable and if it's not set it
3770 fallback to `/tmp' directory when creating temporary file
3772 2006-04-06 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3775 changed description of the fvwmstyle resource usage
3776 to state that it's used in addition to the other
3778 * fvwm/style.c (fw_match_style_id):
3779 fixed a typo in style_name matching
3781 2006-04-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3783 * fvwm/style.c (fw_match_style_id):
3784 reformatted code and fixed a warning
3786 2006-04-04 Serge Koksharov <gentoosiast dog yandex dot ru>
3790 * libs/Fft.c (FftGetFont):
3794 * libs/System.c (fvwm_mkstemp):
3795 because of typo in the 'ifdef' pragma underlying OS's 'mkstemp'
3796 function was never used, even if it was considered secure by configure
3799 2006-04-05 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3802 added some more suff to the list of what I've done.
3805 * fvwm/add_window.c (__add_window_handle_x_resources)
3808 * fvwm/fvwm.h (FvwmWindow):
3809 added fvwmstyle resource to override style name
3811 2006-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3813 * fvwm/menus.c (pop_menu_up):
3814 as documented, do not warp to title for root menus with TitleWarp
3816 2006-03-21 Serge Koksharov <gentoosiast dog yandex dot ru>
3819 Removed duplicated 'NoIcon' style option description in the end
3820 of the `The Style command...' section.
3821 Removed `Recapture True' option setting in example of BusyCursor
3822 description, because `Recapture' isn't valid option of `BusyCursor'
3824 Updated ewmh specification URL (the old was 404)
3825 Added URL to ICCCM 2.0 manual
3827 * modules/FvwmAnimate/FvwmAnimate.c:
3828 corrected delay for Zoom3D animation effect
3830 * modules/FvwmConsole/FvwmConsoleC.pl.1.in:
3831 * modules/FvwmConsole/FvwmConsole.1.in:
3832 replaced all `Cntl' modificator key mentions with `Ctrl' to be
3833 consistent with rest of the documentation and because it's more
3834 conventional abbreviation.
3836 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3837 slightly clarified the `StartName' option description
3838 added the undocumented `MailDir' option description. Somebody
3839 violated section `K' of the convention list.
3842 * fvwm/ConfigFvwmSetup:
3843 * modules/FvwmForm/FvwmForm.1.in:
3844 * modules/FvwmForm/FvwmForm-Rlogin:
3845 * sample.fvwmrc/system.fvwm2rc:
3846 * sample.fvwmrc/system.fvwm2rc-sample-1:
3847 replaced all mentions of `rsh' with `ssh'. rsh is obsolete and
3848 inherently insecure. We shouldn't teach our users bad things,
3855 * bin/fvwm-config.1.in:
3856 * bin/fvwm-menu-headlines.1:
3857 * bin/fvwm-menu-headlines.in:
3858 * bin/fvwm-perllib.in:
3859 * bin/fvwm-root.1.in:
3865 * libs/PictureGraphics.c:
3867 * modules/FvwmBacker/FvwmBacker.1.in:
3868 * modules/FvwmDebug/FvwmGtkDebug.in:
3869 * modules/FvwmDebug/FvwmGtkDebug.1:
3870 * modules/FvwmEvent/FvwmEvent.1.in:
3871 * modules/FvwmForm/FvwmForm.1.in:
3872 * modules/FvwmIconMan/xmanager.c:
3873 * modules/FvwmIdent/FvwmIdent.c:
3874 * modules/FvwmIdent/FvwmIdent.1.in:
3875 * modules/FvwmPerl/FvwmPerl.in:
3876 * modules/FvwmPerl/FvwmPerl.1:
3877 * modules/FvwmScript/FvwmScript.1.in:
3878 * modules/FvwmScript/Widgets/Menu.c:
3879 * modules/FvwmTabs/ConfigFvwmTabs:
3880 * modules/FvwmTabs/FvwmTabs-DefaultSetup:
3881 * modules/FvwmTaskBar/FvwmTaskBar.1.in:
3882 * modules/FvwmTheme/FvwmTheme.1.in:
3883 * perllib/FVWM/Module/Tk.pm:
3884 * perllib/FVWM/Tracker.pm:
3885 * perllib/FVWM/Module.pm.in:
3888 2006-03-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3890 * fvwm/style.c (style_parse_focus_policy_style):
3891 fix ISO C90 compability with unconsumed styleoption warnings
3893 2006-03-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3895 * fvwm/events.c (HandlePropertyNotify):
3896 fix for bug 1557/3950 (possible free of Untilted constant or
3897 already used name (if app reset the name already given to them))
3899 2006-03-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3901 * fvwm/focus.c (__activate_window_by_command)
3902 (warp_to_fvwm_window):
3904 * fvwm/builtins.c (CMD_CursorMove):
3905 set last pointer event position after warping the pointer
3908 * libs/FEvent.c (FWarpPointerUpdateEvpos):
3911 2006-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3913 * acinclude.m4 (AM_PATH_GTK):
3915 (AM_PATH_GDK_IMLIB):
3919 fixed to cope with 4 digit version numbers
3921 2006-02-15 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3924 * fvwm/style.c (parse_and_set_window_style)
3925 (style_parse_one_style_option):
3926 (style_parse_icon_fill_style)
3927 (style_parse_icon_grid_style):
3928 (style_parse_icon_box_style)
3929 (style_parse_icon_size_style):
3930 (style_parse_focus_policy_style)
3931 (style_parse_button_style):
3932 warn if parts of style options are not consumed
3934 2006-02-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3936 * fvwm/menuitem.c (menuitem_paint):
3937 use the MenuColorset in all cases if TitleColorset is not given
3939 2006-02-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3941 * fvwm/style.c (style_parse_one_style_option):
3942 * fvwm/placement.c (__place_get_wm_pos):
3943 (__explain_placement):
3944 new placement style UnderMousePlacement
3946 2006-02-11 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
3949 * fvwm/fvwm.1.in (EdgeScroll):
3950 * fvwm/virtual.c (CMD_EdgeScroll):
3951 fixed EdgeScroll dividing pixel sizes by 1000 if > 1000 (bug 3162)
3952 added wrap/wrapx/wrapy option to EdgeScroll
3954 2006-02-10 Mikhael Goikhman <migo@homemail.com>
3957 spell check the whole file (dozens of typos)
3959 2006-02-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3961 * fvwm/module_interface.c (do_execute_module):
3962 removed accidentally committed FVWM_MODULE_ALIAS patch
3964 2006-02-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3966 * fvwm/module_interface.c (do_execute_module):
3967 unset envvars FVWM_VISUALID and FVWM_COLORMAP if they are not needed
3969 * fvwm/menus.c (size_menu_horizontally):
3970 fix for drawing menus with sidepic on the right
3972 * libs/Flocale.c (FlocaleFontStructDrawString):
3973 (FlocaleDrawString):
3974 set the foreground colour before drawing a string
3977 * fvwm/menustyle.c (menustyle_get_styleopt_index):
3980 (menustyle_parse_style):
3982 * fvwm/menus.c (calculate_item_sizes):
3983 (size_menu_vertically):
3984 (UpdateMenuColorset):
3985 * fvwm/menuitem.c (menuitem_paint):
3986 Applied patch by David Maciver
3987 new menu styles TitleColorset, HilightTitleBack and TitleFont
3989 2006-02-09 Renato Caldas <seventhguardian@gmail.com>
3992 * libs/Module.c (ParseModuleArgs):
3993 added variable "namelen" to ModuleArgs struct
3995 2006-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
3998 removed duplicate declaration
4000 2006-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4002 * fvwm/fvwm.c (main):
4003 replaced previous patch with a better one
4005 * fvwm/virtual.c (unmap_window):
4006 * fvwm/menus.c (do_menu):
4007 * fvwm/events.c (fake_map_unmap_notify):
4009 * fvwm/add_window.c (MappedNotOverride):
4010 Added XFlush after XSelectInput
4012 2006-01-28 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4015 * fvwm/fvwm.c (main):
4016 fix for fvwm not detecting non ICCCM2 wm (bug #3151)
4018 2006-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4022 increased version to 2.5.17
4027 updated for 2.5.16 release
4029 * acinclude.m4 (CHECK_LIBCHARSET):
4032 2006-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4034 * fvwm/functions.c (execute_complex_function):
4035 print a message to the console instead of ringing the bell when a
4038 2006-01-14 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4041 fixed typo (NEWS still said 2.5.15)
4043 2006-01-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4047 increased version to 2.5.16
4052 updated for 2.5.15 release
4054 2006-01-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4056 * fvwm/move_resize.c (GetOnePositionArgument):
4058 new option "screen" to Move type commands
4060 2006-01-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4062 * acinclude.m4 (smr_SWITCH):
4065 2006-01-08 Mikhael Goikhman <migo@homemail.com>
4068 restore requirement of automake-1.4; 1.8 is too new even for my system
4070 2006-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4074 renamed configure.in to configure.ac
4077 some updates for new autoconf/automake versions
4084 require autoconf-2.53 or later
4086 * Makefile.am (AUTOMAKE_OPTIONS):
4087 require automake-1.8 or later
4090 check for X library path before X library checks
4091 removed obsolete C++ compiler check
4092 removed duplicate type size checks
4093 replaced M4 comment ("dnl") with shell comment ("#") in many places
4096 fixed aclocal warnings
4098 2006-01-01 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4100 * fvwm/style.c (style_parse_button_style):
4101 corrected typo in error message, and made errorous buttons not apply
4102 (style_parse_one_style_option):
4103 changed NoButton to use style_parse_button_style
4105 2005-12-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4108 new fix for incompatible pointer type warning with gcc 3.4.
4110 2005-12-21 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4117 commited patch by Malcolm Still adding TrianglesUseFore MenuStyle
4120 2005-12-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4125 2005-11-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4127 * fvwm/frame.c (frame_free_move_resize_args):
4128 fixed drawing of transparent decorations or when using lazy shading
4131 2005-11-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4134 * libs/fvwmsignal.c:
4138 * fvwm/ewmh_names.c:
4139 * libs/CombineChars.c:
4145 * libs/PictureUtils.c:
4150 * libs/safemalloc.c:
4153 do not #include stdlib.h (comes from config.h)
4156 do not #include string.h (comes from config.h)
4159 fixed detection of string.h/strings.h
4161 2005-11-26 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4163 * libs/Fft.c (FftGetFont):
4164 fixed compiler warning with gcc 3.4.4
4166 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4168 * fvwm/menuitem.c (menuitem_paint):
4169 properly undraw unselected item area
4171 2005-11-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4173 * fvwm/menuitem.c (menuitem_paint):
4174 * fvwm/menus.c (get_menu_paint_item_parameters)
4175 (get_menu_paint_item_parameters):
4177 fixed text offset of menu items with icons but with an item format that
4179 (size_menu_horizontally):
4180 allow sidepic to be placed in the middle of menu items; this is better
4181 than ignoring the item format completely but does not draw the items
4184 * fvwm/menus.c (__mloop_handle_event):
4186 fixed delayed menu drawing issue
4188 do not draw the selected menu item before the menu is drawn for the
4190 (repaint_transparent_menu):
4193 don't call get_menu_paint_item_parameters when the result is not used
4194 (get_menu_paint_item_parameters):
4196 2005-11-10 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4198 * fvwm/ewmh.h (EWMH_CMD_Style):
4199 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4200 * fvwm/style.c (style_parse_one_style_option):
4201 Added support for inverting boolean EWMH styles with !.
4206 * fvwm/window_flags.h:
4207 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
4208 * fvwm/ewmh.c (ewmh_HandleWindowType):
4210 Added style EWMHIgnoreWindowType to make fvwm ignore window types.
4212 2005-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4214 * fvwm/icons.c (GetIconWindow):
4215 * fvwm/fvwm.h (FvwmWindow):
4216 * fvwm/events.c (__handle_cr_on_icon):
4217 properly handle icon border width; fixes an xterm active icon loop
4219 2005-10-27 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4221 * fvwm/borders.c (border_draw_one_border_part):
4222 fix for the TiledPixmap borderstyle fix not to affect RootTransparent
4225 2005-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4227 * fvwm/menustyle.c (menustyle_copy_face):
4229 (menustyle_free_face):
4231 (menustyle_parse_style):
4232 use new functions and fix a bug
4237 removed empty files colors.c and colors.h
4239 * fvwm/colors.c (CopyColor):
4241 moved to libs/ColorUtils.c and renamed to fvwmlib_free_colors and
4244 * fvwm/frame.c (frame_reshape_border):
4247 2005-10-23 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4249 * fvwm/menustyle.c (menustyle_copy_face):
4250 separated from menustyle_copy; color copies are reallocated.
4254 color copies are reallocated.
4256 * fvwm/colors.c (CopyColor):
4257 * fvwm/colors.h (CopyColor):
4260 2005-10-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4262 * fvwm/move_resize.c (__resize_window):
4263 fix for not being able to finish resize with mouse when resizing on
4264 click with modifiers active. (intruduced with 'removed duplicate
4265 pointer query' at sep 29)
4269 * fvwm/menustyle.c (menustyle_parse_style):
4270 made style pairs negatable with '!' prefix
4271 ActiveForeOff and HilightBackOff frees colors used.
4273 * fvwm/menustyle.c (menustyle_copy):
4274 fix for freeing color from sorce instead of destination.
4276 2005-10-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4278 * fvwm/functions.c (__execute_function):
4279 fixed an error in yesterdays patch to complex fuctions. the commands
4280 pressed window were not retored correctly after running move functions
4281 without it, and functions would be run twice.
4283 2005-10-18 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4286 added NoLayer to list of allowed options for WindowList command
4287 fixed grammar of test-conditions list. formatting fixes for
4288 MoveToPage command. Added CirculateSkipIcon / CirculateHitIcon to
4292 * fvwm/functions.c (__execute_function)
4293 (__run_complex_function_items):
4294 (execute_complex_function):
4295 fix for moving/resizing reference window usage with complex functions.
4297 2005-10-16 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4299 * fvwm/move_resize.c (__move_loop):
4300 reimplemented a fix for the place with keyboard setting a button as
4301 used for place bug; this time without breaking escape key.
4303 2005-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4305 * fvwm/move_resize.c (__move_loop):
4306 removed the previous patch as it breaks aborting window motion with the
4309 2005-10-03 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4311 * fvwm/move_resize.c (__move_loop):
4312 fixed bug where finishing movment with keyboard would set a random
4313 button as used for placement.
4315 2005-09-30 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4318 * fvwm/frame.c (frame_setup_border):
4319 reverted change for move of window parts (reset of PressedW).
4321 2005-09-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4323 * fvwm/frame.c (frame_setup_border):
4326 2005-09-29 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4329 * fvwm/move_resize.c (__resize_window):
4330 removed duplicate pointer query for enter/leave notify events.
4331 resizing of shaded windows in the shaded direction no longer
4332 results in bogus ref points.
4334 * fvwm/frame.c (frame_setup_border):
4335 reset PressedW if the part has moved. This prevents strange
4336 ref points in resize if called from some complex functions.
4338 * fvwm/frame.c (frame_create_move_resize_args):
4339 shaded windows use get_client_geometry for client geometry.
4341 2005-09-25 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4345 * fvwm/fvwm.h (window_flags):
4346 (WindowConditionMask):
4348 * fvwm/window_flags.h (IS_PLACED_BY_WB3):
4351 * fvwm/session.c (_match):
4354 * fvwm/conditional.c (MatchesConditionMask):
4355 (CreateConditionMask):
4356 * fvwm/add_window.c (setup_window_structure):
4357 * fvwm/move_resize.h (placement_binding):
4358 * fvwm/move_resize.c (__move_loop):
4359 (placement_binding):
4360 * fvwm/bindings.c (ParseBinding):
4361 * libs/wcontext.c (win_contexts):
4362 * libs/wcontext.h (enum):
4364 Added placement context for simple mouse bindings to allow
4365 specification of buttons to finish/cancel movment. Buttons >3
4366 may now be used to place windows.
4367 Replaced window flag placed_wb3 with placed_by_button
4368 FvwmWindow member. Added window condition PlacedByButton.
4370 2005-09-22 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4374 * fvwm/menustyle.h (enum):
4378 (ST_SCROLL_OFF_PAGE):
4379 (MST_SCROLL_OFF_PAGE):
4380 * fvwm/menustyle.c (menustyle_copy):
4381 (menustyle_get_styleopt_index):
4382 (menustyle_parse_style):
4384 * fvwm/menus.c (menuShortcuts):
4386 (__mloop_handle_event):
4387 (menu_get_outer_geometry):
4390 added MouseWheel and ScrollOffPage menu styles
4392 2005-09-20 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4395 * fvwm/menus.c (append_item_to_menu):
4396 fixed bug #1121: Use of pointer without checking for NULL
4398 2005-09-19 Mikhael Goikhman <migo@homemail.com>
4401 * fvwm/expand.c (expand_vars):
4402 warn on usage of obsolete one-letter variables
4404 2005-09-19 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4408 * fvwm/expand.c (expand_vars_extended):
4410 allow nesting of variables
4412 2005-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4414 * fvwm/ewmh.c (EWMH_SetWMDesktop):
4415 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4419 2005-09-03 Mikhael Goikhman <migo@homemail.com>
4421 * fvwm/borders.c (border_draw_one_border_part)
4422 (border_draw_all_border_parts):
4423 fix the previous patch to work with title-less windows too
4425 2005-08-30 Mikhael Goikhman <migo@homemail.com>
4427 * fvwm/borders.c (border_draw_one_border_part)
4428 (border_draw_all_border_parts):
4429 improve offsets when drawing borders for "BorderStyle TiledPixmap"
4430 windows to make the borders look homogeneous (based on the patch of
4433 2005-08-26 Mikhael Goikhman <migo@homemail.com>
4439 support new spelling FRIBIDI_CHAR_SET_NOT_FOUND introduced in
4440 fribidi-0.10.5; autodetect old spelling FRIBIDI_CHARSET_NOT_FOUND
4442 2005-08-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4446 increased version to 2.5.15
4451 updated for 2.5.14 release
4453 * fvwm/ewmh_events.c (ewmh_WMStateShaded)
4454 (ewmh_WMStateSkipTaskBar):
4455 (ewmh_WMStateSkipPager):
4456 (ewmh_WMStateModal):
4457 fixed several ewmh-hints
4459 2005-08-24 Mikhael Goikhman <migo@homemail.com>
4462 fix TestRc example error, s/Any/All/
4464 2005-08-17 Jonathan Kotta <jpkotta@gmail.com>
4469 * fvwm/conditions.c (MatchesConditionMask):
4470 (CreateConditionMask):
4471 added FixedPosition condition
4473 2005-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4475 * fvwm/virtual.c (HandlePaging):
4476 use FQueryPointer every time to track the pointer position; this fixes
4477 fvwm hanging in HandlePaging for the given delay once the pointer
4478 touches the pan frames
4480 2005-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4482 * fvwm/session.c (SaveWindowStates):
4485 save and restore the default layer during a restart
4487 2005-08-13 Mikhael Goikhman <migo@homemail.com>
4489 * fvwm/conditional.c (CMD_Test):
4491 rename previously added Test conditions to EnvIsSet and EnvMatch,
4492 tweak the logic when the variable is set, but empty
4494 2005-08-13 Viktor Griph <griph(at)dd(dot)chalmers(dot)se>
4496 * fvwm/conditional.c (CMD_Test):
4498 added test conditions EdgeHasPointer and EdgeIsActive
4500 2005-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4502 * fvwm/virtual.c (raisePanFrames):
4503 prevent cycling of pan frame window stacking order
4505 2005-08-12 Mikhael Goikhman <migo@homemail.com>
4507 * fvwm/conditional.c (CMD_Test):
4509 add Test conditions IsEnvSet and MatchEnv
4511 2005-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4513 * fvwm/menus.c (pop_menu_up):
4514 * fvwm/menustyle.c (menustyle_copy):
4515 two fixes by Viktor Griph
4517 * fvwm/events.c (HandleEvents):
4518 simplify the style list if there is nothing else to do
4520 * fvwm/style.c (__simplify_style_list):
4521 (styles_have_same_id):
4522 (style_id_equals_id):
4523 (style_ids_are_equals):
4525 (remove_all_of_style_from_list):
4526 (one_fw_can_match_both_ids):
4527 pass pointers instead of the whole style structure
4528 (__simplify_style_list):
4529 fixed memory leak and tweaked the code
4531 * libs/Strings.c (CatString3):
4532 fixed a buffer overflow
4534 2005-08-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4537 detect if Window, Pixel or void * are bigger than long and refuse to
4540 * libs/vpacket.h (ConfigWinPacket):
4541 * fvwm/windowshade.c (CMD_WindowShade):
4542 * fvwm/virtual.c (MoveViewport):
4545 (CMD_GotoDeskAndPage):
4546 * fvwm/update.c (apply_window_updates):
4547 * fvwm/stack.c (BroadcastRestack):
4550 * fvwm/icons.c (DeIconify):
4552 * fvwm/geometry.c (broadcast_icon_geometry):
4553 * fvwm/events.c (HandleEnterNotify):
4555 (HandleLeaveNotify):
4557 (HandleMapRequestKeepRaised):
4558 * fvwm/add_window.c (destroy_window):
4559 * fvwm/module_interface.c (SendFvwmPicture)
4560 (BroadcastFvwmPicture):
4561 (CMD_Send_WindowList):
4562 * fvwm/modconf.c (CMD_Send_ConfigInfo):
4563 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4566 * fvwm/virtual.c (GetDeskNumber):
4567 fixed bug #1396: applied patch by srivasta@debian.org to fix wrapping
4568 around the given desk range with a relative desk
4570 * fvwm/focus.c (focus_grab_buttons_on_layer):
4576 reindented some code and renamed some variables
4578 2005-08-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4580 * fvwm/events.c (__check_click_to_focus_or_raise):
4583 2005-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4585 * FvwmIconMan/xmanager.c (set_win_iconified):
4586 fixed select/focus button state lost when deiconifying a window
4588 2005-07-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4590 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4593 * libs/Colorset.c (get_aspect_dimensions):
4594 fixed aspectpixmap size calculations
4596 2005-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4598 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4601 * fvwm/ewmh_events.c (ewmh_WMDesktop):
4602 (ewmh_CurrentDesktop):
4603 (ewmh_DesktopGeometry):
4604 (ewmh_NumberOfDesktops):
4606 (ewmh_WMIconGeometry):
4607 * fvwm/gnome.c (GNOME_ProcessClientMessage):
4608 print error messages for broken gnome client messages
4610 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
4611 removed duplicate call of execute_function_override_window
4613 * fvwm/stack.c (new_layer):
4614 fixed a hang if a window sets an layer < 0 via gnome hints
4616 * fvwm/add_window.c (GetWindowSizeHints):
4617 * fvwm/misc.c (fvwm_msg_report_app):
4618 (fvwm_msg_report_app_and_workers):
4619 new utility functions
4621 2005-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4623 * fvwm/stack.c (dump_stack_ring):
4624 (verify_stack_ring_consistency):
4625 * fvwm/module_interface.c (HandleModuleInput):
4626 * fvwm/events.c (__cr_detect_icccm_move):
4627 * fvwm/style.c (print_styles):
4630 2005-07-19 Mikhael Goikhman <migo@homemail.com>
4632 * libs/FlocaleCharset.c:
4633 support euc-jp encodings (Yasuhiro Nakazaki)
4635 2005-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4637 * fvwm/ewmh_events.c (ewmh_WMIconGeometry):
4638 * fvwm/ewmh_names.c (EWMH_WMName):
4640 * fvwm/ewmh.c (EWMH_SetCurrentDesktop):
4641 (EWMH_SetNumberOfDesktops):
4642 (EWMH_SetDesktopViewPort):
4643 (EWMH_SetDesktopGeometry):
4644 (EWMH_SetWMDesktop):
4646 (EWMH_SetFrameStrut):
4648 * fvwm/gnome.c (AtomGet):
4650 (GNOME_GetHintIcons):
4651 (GNOME_GetHintLayer):
4652 (GNOME_GetHintState):
4653 (GNOME_GetExpandedSize):
4654 (GNOME_SetAreaCount):
4655 (GNOME_SetCurrentArea):
4656 (GNOME_SetDeskCount):
4657 (GNOME_SetCurrentDesk):
4658 (GNOME_SetCurrentDesk):
4661 (CMD_GnomeShowDesks):
4665 * libs/fsm.c (GetClientID):
4666 (set_session_manager):
4667 * fvwm/session.c (GetClientID):
4668 * fvwm/fvwm.h (FvwmWindow):
4669 * fvwm/colorset.c (get_root_pixmap):
4670 * fvwm/add_window.c (FetchWmProtocols):
4671 * libs/FTips.c (__initialize_window):
4672 * fvwm/icccm2.c (convertProperty)
4673 (icccm2_handle_selection_request)
4674 * fvwm/fvwm.c (SetMWM_INFO):
4677 2005-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4679 * fvwm/move_resize.c (GetOnePositionArgument):
4680 don't use the unportable fuction rintf()
4682 2005-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4686 increased version to 2.5.14
4692 updated for 2.5.13 release
4694 2005-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4696 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
4697 fixed drawing of relief with very small rectangles, i.e. when
4698 line_width * 2 > height or width
4700 2005-07-04 Dan Espen <dane@mk.telcordia.com>
4702 * NEWS: fvwm-menu-desktop changes.
4704 2005-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4706 * fvwm/placement.c (get_next_x):
4707 fixed collision detection of windows on pages other than the current
4708 one during placement
4710 2005-06-17 Olivier Chapuis <olivier.chapuis@free.fr>
4712 * fvwm/move_resize.c (__resize_window):
4713 Fixed interactive resize (reduction) via the bottom border
4718 2005-06-02 Dan Espen <dane@mk.telcordia.com>
4722 Spelling fix contition -> condition
4724 2005-04-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4726 * fvwm/style.c (style_ids_are_equals):
4727 (style_id_equals_id):
4728 (styles_have_same_id):
4729 (fw_match_style_id):
4730 (one_fw_can_match_both_ids):
4731 (cleanup_style_defaults):
4732 * libs/fsm.c (fprintfhex):
4734 * libs/FGettext.c (fgettext_free_fgpath_list):
4735 * libs/Parse.c (_get_suffixed_integer_arguments):
4736 * libs/Graphics.c (AllocNonlinearGradient):
4737 * libs/PictureUtils.c (build_mapping_table):
4743 * libs/FRenderInit.c:
4744 include own header file
4746 * libs/System.c (getFileStamp):
4747 * libs/Fft.c (FftPDumyFunc):
4748 * libs/FScreen.c (FScreenSetDefaultModuleScreen):
4751 2005-03-01 Dan Espen <dane@mk.telcordia.com>
4753 * fvwm/fvwm.1.in (Example): Piperead in dynamic menu example,
4756 2005-02-25 Dan Espen <dane@mk.telcordia.com>
4758 * fvwm/fvwm.1.in (Focus): Typos in focus section.
4760 2005-02-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4762 * fvwm/conditional.c (Circulate):
4763 added tests for fw == Scr.FvwmRoot again to fix a crash
4765 2005-02-05 Dan Espen <dane@mk.telcordia.com>
4767 * AUTHORS: New author, FvwmScript patch.
4769 2005-01-28 Scott Smedley <scottie7@tpg.com.au>
4771 * fvwm/fvwm.1.in: elaborate on how window-specific bindings work.
4772 * AUTHORS: s/Hover/Active/
4774 2005-01-19 Dan Espen <dane@mk.telcordia.com>
4776 * fvwm/bindings.c (ParseBinding): Patch from Frank Gruellich,
4777 avoid dump with empty key/mouse binding command.
4778 * fvwm/conditional.c (direction_cmd): Safety check after PeekToken
4779 Checked all other uses of PeekToken in fvwm dir.
4781 2005-01-08 Olivier Chapuis <olivier.chapuis@free.fr>
4783 * fvwm/session.c (matchWin):
4785 On restarts compare window ids only. Base our matching decision on
4786 window role only if we have a client id.
4788 * fvwm/move_resize.c (GetOnePositionArgument):
4789 Fixed a one pixel bug in the Move and AnimatedMove commands by rounding
4790 float values to nearest int
4792 2005-01-06 Olivier Chapuis <olivier.chapuis@free.fr>
4795 * fvwm/move_resize.c (CMD_Maximize):
4796 Applied Arnaud Vrac patch which fixes maximize by growing vs
4799 2004-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4801 * fvwm/builtins.c (do_button_style):
4802 ButtonStyle Reset takes effect immediately
4804 2004-12-08 Dan Espen <dane@mk.telcordia.com>
4806 * fvwm/fvwm.1.in: lang check.
4808 2004-12-06 Olivier Chapuis <olivier.chapuis@free.fr>
4811 Really commit EWMHUseStackingOrderHints documentation update
4813 2004-12-02 Olivier Chapuis <olivier.chapuis@free.fr>
4816 Fixed bug #1480 by updating EWMHUseStackingOrderHints documentation
4819 FvwmIconMan new options
4821 * libs/FTips.c (new file):
4822 * libs/FTips.h (new file):
4825 Added a set of functions for implementing tool tips
4827 2004-11-30 Dan Espen <dane@mk.telcordia.com>
4829 * fvwm/fvwm.1.in: Fix keysym description add XKeysymDB.
4831 2004-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4833 * fvwm/menus.c (__mloop_get_event):
4834 * fvwm/functions.c (execute_complex_function):
4835 * fvwm/add_window.c (AddWindow):
4836 * fvwm/module_interface.c (ExecuteModuleCommand):
4837 * fvwm/move_resize.c (__move_loop):
4839 properly set the "state" member of faked motion and key events;
4840 fixes broken "nosnap" feature
4842 2004-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4844 * fvwm/bindings.c (ParseBinding):
4846 * libs/Bindings.c (bindingAppliesToWindow):
4847 (__compare_binding):
4848 * fvwm/module_interface.c (CMD_ModuleSynchronous):
4849 * fvwm/builtins.c (CMD_Wait):
4851 * fvwm/events.c (__handle_bpress_on_root):
4852 (HandleButtonRelease):
4853 fixed crash in window specific binding code
4854 fixed handling of root window in window specific binding code
4855 renamed some functions
4857 2004-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4859 * fvwm/focus.c (__update_windowlist):
4860 replaced while loop by for loop
4862 * fvwm/style.c (style_destroy_style):
4863 * fvwm/conditional.c (Circulate):
4864 removed useless check whether fw == &Scr.FvwmRoot
4866 * fvwm/icons.c (DeIconify):
4867 defused possible endless loop when a window iconified by the
4868 transientfor window loses the "transient" relationship
4870 2004-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4872 * fvwm/move_resize.c (__move_loop):
4874 fixed overwriting the initial button_mask during move/resize
4876 * fvwm/menus.c (__mloop_handle_action_with_mi):
4877 do not "post" a submenu menu item it the submenu does not exist
4879 2004-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4881 * fvwm/events.c (__handle_bpress_on_managed):
4882 do not draw the decorations pressed in if executing a function is
4885 * libs/Parse.c (CopyToken):
4886 fixed parsing of delimiters
4888 2004-10-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4890 * fvwm/virtual.c (GetDeskNumber):
4891 fixed MoveToDesk without argument
4893 2004-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4896 re-formatted and some spelling corrections
4898 * fvwm/colorset.c (CMD_CleanupColorsets):
4900 * fvwm/builtins.c (CMD_Colorset):
4901 (CMD_CleanupColorsets):
4902 moved functions to colorset.c
4904 2004-10-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4906 * libs/Parse.c (CopyToken):
4907 skip any whitespace before a delimiter; this allows to have spaces
4908 before the commas in an option list
4910 2004-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4912 * fvwm/frame.c (frame_reshape_border):
4913 re-shaping shaded windows no longer unshades them
4914 re-shaping unshaded windows on pages other than 0 0 no longer moves
4915 them out of the current page
4917 2004-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4919 * fvwm/events.c (__cr_detect_icccm_move):
4920 * fvwm/screen.h (ScreenInfo):
4921 * fvwm/builtins.c (CMD_BugOpts):
4922 new BugOpts option DebugCRMotionMethod for ConfigureRequest debugging
4924 * fvwm/move_resize.c (__move_loop):
4926 query the pointer position in the move loop when an
4927 EnterNotify/LeaveNotify event arrives; same change in resize loop.
4931 increased version to 2.5.13
4937 updated for 2.5.12 release
4939 * fvwm/frame.c (frame_create_move_resize_args):
4940 fixed xemacs growing or shrinking when title height changed; this was
4941 caused by calculating the old client window geometry using the new
4942 title dimensions; query the window size instead
4944 2004-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4946 * fvwm/events.c (test_map_request):
4947 (test_button_event):
4948 (test_typed_window_event):
4949 (test_resizing_event):
4950 (__predicate_button_click):
4951 (__merge_cr_moveresize):
4952 (HandleUnmapNotify):
4953 (flush_property_notify):
4954 (is_resizing_event_pending):
4955 (__test_for_motion):
4956 use type XPointer for last argument of predicate procedures for
4957 XCheckPeekIfEvent and XCheckIfEvent, not char *
4958 (HandleUnmapNotify):
4961 2004-10-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4963 * fvwm/window_flags.h:
4964 removed useless and broken SETM_ macros
4966 * fvwm/update.c (init_style):
4967 fixed resetting user states
4969 2004-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4971 * libs/envvar.c (add_to_envlist):
4974 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
4976 * fvwm/builtins.c (CMD_UnsetEnv):
4979 * libs/envvar.c (flib_unsetenv):
4983 split in ftwo functions
4986 check for unsetenv function
4988 * fvwm/builtins.c (CMD_SetEnv):
4989 assume an empty value if no value is given
4991 2004-09-30 Rafal Bisingier <ravbc@man.poznan.pl>
5000 * perllib/FVWM/Commands.pm:
5001 new command EdgeLeaveCommand
5003 2004-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5010 increased version to 2.5.12
5015 updated for 2.5.11 release
5017 2004-09-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5019 * fvwm/geometry.c (get_page_offset):
5020 (get_page_offset_rectangle):
5021 (get_absolute_geometry):
5024 * fvwm/virtual.c (CMD_GotoPage):
5025 * fvwm/move_resize.c (__move_window):
5026 * fvwm/virtual.c (CMD_GotoPage):
5027 (get_page_arguments):
5028 new options wrapx, wrapy, nodesklimitx, nodesklimity to MoveToPage
5031 2004-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5033 * libs/Flocale.c (FlocaleGetNameProperty):
5034 fixed freeing uninitialized pointer
5036 2004-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5038 * fvwm/conditional.c (select_cmd):
5042 fixed conditional return code in Pick, PointerWindow, ThisWindow, All,
5043 WindowId and Direction commands; fixes break from these commands
5045 * fvwm/geometry.c (get_shaded_geometry):
5046 shading geometry fix for windows without decoration
5048 * libs/FScreen.c (XineramaQueryExtension):
5049 fixed xinerama crash
5051 2004-09-04 Scott Smedley <scottie7@tpg.com.au>
5054 Parse man pages with config.status so man pages have correct date.
5055 Man pages also specify FVWM version that they relate to.
5058 * bin/fvwm-config.1:
5059 * bin/fvwm-convert-2.2.1:
5060 * bin/fvwm-convert-2.4.1:
5061 * bin/fvwm-convert-2.6.1:
5062 * bin/fvwm-menu-desktop.1:
5064 * modules/FvwmAnimate/FvwmAnimate.1:
5065 * modules/FvwmAuto/FvwmAuto.1:
5066 * modules/FvwmBacker/FvwmBacker.1:
5067 * modules/FvwmBanner/FvwmBanner.1:
5068 * modules/FvwmButtons/FvwmButtons.1:
5069 * modules/FvwmCommand/FvwmCommand.1:
5070 * modules/FvwmConsole/FvwmConsole.1:
5071 * modules/FvwmConsole/FvwmConsoleC.pl.1:
5072 * modules/FvwmCpp/FvwmCpp.1:
5073 * modules/FvwmDragWell/FvwmDragWell.1:
5074 * modules/FvwmEvent/FvwmEvent.1:
5075 * modules/FvwmForm/FvwmForm.1:
5076 * modules/FvwmGtk/FvwmGtk.1:
5077 * modules/FvwmIconBox/FvwmIconBox.1:
5078 * modules/FvwmIconMan/FvwmIconMan.1:
5079 * modules/FvwmIdent/FvwmIdent.1:
5080 * modules/FvwmM4/FvwmM4.1:
5081 * modules/FvwmPager/FvwmPager.1:
5082 * modules/FvwmProxy/FvwmProxy.1:
5083 * modules/FvwmRearrange/FvwmRearrange.1:
5084 * modules/FvwmSave/FvwmSave.1:
5085 * modules/FvwmSaveDesk/FvwmSaveDesk.1:
5086 * modules/FvwmScript/FvwmScript.1:
5087 * modules/FvwmScroll/FvwmScroll.1:
5088 * modules/FvwmTaskBar/FvwmTaskBar.1:
5089 * modules/FvwmTheme/FvwmTheme.1:
5090 * modules/FvwmWharf/FvwmWharf.1:
5091 * modules/FvwmWinList/FvwmWinList.1:
5092 These man pages were renamed to have a .in suffix.
5093 ie. bin/fvwm-bug.1 renamed to bin/fvwm-bug.1.in
5095 2004-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5097 * fvwm/placement.c (__place_window):
5098 fixed starting desk output with bugopts explainwindowplacement
5100 2004-09-03 Olivier Chapuis <olivier.chapuis@free.fr>
5102 * fvwm/eventhandler.h:
5103 * fvwm/events.c (InitEventHandlerJumpTable):
5107 Fixed window specific bindings "patch" by sending key release event
5110 2004-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5114 * fvwm/move_resize.c:
5118 * fvwm/decorations.c:
5122 * fvwm/add_window.c:
5125 renamed NUMBER_OF_BUTTONS to NUMBER_OF_TITLE_BUTTONS to avoid confusing
5126 it with NUMBER_OF_MOUSE_BUTTONS
5128 * fvwm/style.c (style_parse_focus_policy_style):
5129 * fvwm/focus_policy.h:
5130 * libs/Bindings.c (GrabWindowButton):
5131 * fvwm/bindings.c (bind_get_bound_button_contexts):
5133 * fvwm/events.c (WaitForButtonsUp):
5134 * fvwm/style.c (style_parse_focus_policy_style):
5135 * fvwm/builtins.c (__fake_event):
5136 fixed use of NUMBER_OF_MOUSE_BUTTONS vs.
5137 NUMBER_OF_EXTENDED_MOUSE_BUTTONS
5139 2004-08-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5142 put -Wall -Wno-implicit-int before user specified flags
5145 Applied below patch again. It didn't make it to CVS (?)
5147 2004-08-26 Dan Espen <dane@mk.telcordia.com>
5149 * libs/FScreen.c: Fixed case error. Patch from Chris Ross.
5151 2004-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5154 cleaned up ifdef hell
5157 fixed solaris xinerama test
5159 2004-08-25 Dan Espen <dane@mk.telcordia.com>
5163 * libs/FScreen.c (solaris_XineramaQueryScreens):
5164 Solaris Xinerama support.
5167 Patch by Chris Ross.
5169 2004-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5171 * fvwm/events.c (__handle_cr_on_client):
5172 don't reevaluate window geometry when a ConfigureRequest has no size or
5175 2004-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5177 * fvwm/menus.c (get_menu_options):
5179 new menu option TearOffImmediately
5181 2004-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5183 * fvwm/placement.c (__place_get_wm_pos):
5184 cascade placemnt fix by Paul Vojta
5186 2004-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5188 * fvwm/geometry.c (constrain_size):
5189 Don't touch the aspect ratio if modifying the width/height does not
5190 improve the situation
5192 * fvwm/frame.c (frame_free_move_resize_args):
5193 (__frame_setup_window):
5194 (frame_update_hidden_window_pos):
5195 (frame_mrs_resize_move_windows):
5196 (frame_create_move_resize_args):
5197 * fvwm/move_resize.c (__resize_window):
5198 some event handling fixes
5200 * fvwm/geometry.c (constrain_size):
5201 look up the latest size hints if necessary
5203 2004-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5205 * fvwm/geometry.c (constrain_size):
5206 * fvwm/ewmh.c (EWMH_fullscreen):
5207 * fvwm/window_flags.h (DO_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5208 (SET_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5209 (SETM_DISABLE_CONSTRAIN_SIZE_FULLSCREEN):
5210 * fvwm/fvwm.h (window_flags_t):
5211 allow windows to override their size hints when going fullscreen:
5212 minimum and maximum size, size inc, aspect ratio, etc.
5214 2004-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5216 * fvwm/decorations.c (struct):
5217 MWM hints on 64 bit machines fix
5219 2004-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5221 * fvwm/fvwm.1.in (Note):
5222 * fvwm/read.c (CMD_Read):
5224 the Read and PipeRead commands have a return code
5226 * fvwm/read.c (run_command_stream):
5231 2004-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5233 * fvwm/move_resize.c (GetResizeArguments):
5235 fixed parsing of the frame option to the resize command and the pointer
5236 option to the move command
5238 * fvwm/conditional.c (CMD_None):
5239 Fixed CMD_None return code
5241 2004-07-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5243 * fvwm/stack.c (is_above_unmanaged):
5244 windows on other Desks are always considered on top
5246 * fvwm/conditional.c (CreateConditionMask):
5247 (MatchesConditionMask):
5248 * fvwm/fvwm.h (WindowConditionMask):
5249 new condition Overlapped
5252 inproved strings.h / sring.h iclusion logic
5254 * libs/PictureUtils.c (finish_ct_init):
5255 (PictureInitColors):
5256 use flib_putenv instead of putenv
5258 2004-07-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5261 * libs/gravity.h (enum):
5262 * libs/wcontext.h (enum):
5265 * fvwm/fvwm.c (StartupStuff):
5266 do not ungrab the pointer while the startup functions execute
5268 ungrab the pointer only after executing the RestartFunction or
5269 ExitFunciton. Otherwise these functions may not be executed if some
5270 other application grabs the pointer.
5273 * fvwm/conditional.c (CreateConditionMask):
5274 renamed CurrentGlobbalPageAnyDesk to CurrentGlobalPageAnyDesk
5275 new condition AnyScreen
5278 * fvwm/builtins.c (__fake_event):
5279 * fvwm/bindings.c (ParseBinding):
5280 removed C++ comments
5282 2004-07-15 Scott Smedley <scottie7@tpg.com.au>
5285 New options for FvwmButtons module.
5287 2004-07-12 Mikhael Goikhman <migo@homemail.com>
5290 use commas between conditions
5292 2004-07-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5294 * fvwm/builtins.c (CMD_Wait):
5295 ignore MapNotify reported to any window except the root window
5297 * fvwm/module_interface.c (CONFIGARGS):
5298 correct number of CONFIGARGS arguments
5300 * libs/vpacket.h (ConfigWinPacket):
5301 frame_x and frame_y are signed
5303 2004-07-11 Scott Smedley <scottie7@tpg.com.au>
5305 * fvwm/conditional.c:
5309 Committed patch by Norman Yarvin (with a few minor mods) to extend
5310 conditionals to handle multiple window names.
5312 2004-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5314 * fvwm/module_interface.c (CONFIGARGS):
5315 * libs/vpacket.h (ConfigWinPacket):
5316 put window_flags at end of structure
5318 2004-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5320 * fvwm/module_interface.c (CONFIGARGS):
5325 removed old module interface
5328 * libs/vpacket.h (ConfigWinPacket):
5331 2004-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5333 * fvwm/execcontext.c (__exc_change_context):
5334 fixed handling of etrigger event, fixing a problem with PropertyNotify
5335 events during resizing and possibly other problems too
5337 * fvwm/add_window.c (RestoreWithdrawnLocation):
5338 fixed travelling windows if application changed gravity hint before
5341 * fvwm/frame.c (combine_decor_gravities):
5342 (combine_gravities):
5344 (frame_restore_client_gravities):
5345 fixed window gravity after resize
5347 * libs/FEvent.c (FPeekEvent):
5349 (FCheckPeekIfEvent):
5350 fixed some event handling bugs
5352 * fvwm/conditional.c (CMD_Test):
5354 corrected use of Bool types
5356 simplified, fixed compilation
5358 use int as return type
5360 * libs/Ficonv.c (convert_charsets):
5363 * libs/Ficonv.c (convert_charsets):
5364 * acinclude.m4 (ICONV_SECOND_ARG):
5365 rewrote iconf configure test to save an ifdef
5367 2004-07-07 Scott Smedley <scottie7@tpg.com.au>
5373 Allow user to specify window-specific bindings that should NOT be
5374 intercepted by FVWM. This is accomplished with an '--' binding action.
5376 2004-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5378 * fvwm/move_resize.c (__resize_window):
5379 Fixed event handling
5381 * fvwm/virtual.c (HandlePaging):
5382 removed check for leave events on pan frames; better query the pointer
5385 2004-07-06 Scott Smedley <scottie7@tpg.com.au>
5388 * fvwm/conditional.c:
5389 Extend "Test (Version >= x.y.z)" syntax to allow version comparison.
5391 2004-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5393 * fvwm/move_resize.c (GetResizeArguments):
5394 (GetResizeMoveArguments):
5397 (__resize_get_refpos):
5398 (__resize_get_dir_proximity):
5399 (__resize_get_dir_from_window):
5400 implemented fluxbox-like Alt-Button3 resizing
5402 * fvwm/virtual.c (HandlePaging):
5403 * fvwm/events.c (__merge_cr_moveresize):
5404 (__test_for_motion):
5405 (flush_property_notify):
5406 do not use XPutBackEvent as it shuffles events on the queue
5407 (test_button_event):
5408 (test_typed_window_event):
5411 * libs/FEvent.c (fev_get_evpos_or_query):
5412 take pointer position from EnterNotify and LeaveNotify events
5414 * fvwm/move_resize.c (__move_loop):
5415 fixed multiple paging with certain SnapGrid / Move interactions
5418 * fvwm/virtual.c (HandlePaging):
5419 Workaround for buggy XFree not delivering some Pointer events
5422 * fvwm/virtual.c (MoveViewport):
5423 don't eat MotionNotify events
5425 * libs/FEvent.c (fev_get_last_event):
5434 (FCheckWindowEvent):
5435 (FCheckTypedWindowEvent):
5439 keep a copy of the previous event in case FPutBackEvent is called
5441 2004-06-30 Scott Smedley <scottie7@tpg.com.au>
5444 Indicate optional window argument in section headings for
5445 Key, Mouse, PointerKey & Stroke commands.
5446 Remove strange "-Key" option listed for PointerKey.
5448 2004-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5450 * libs/Fft.c (FftDrawString):
5451 * fvwm/session.c (get_version_string):
5452 * fvwm/module_interface.c (FlushMessageQueue):
5453 * fvwm/fvwm.c (SaveDesktopState):
5455 * fvwm/colorset.c (cleanup_colorsets):
5456 * libs/PictureUtils.c (struct):
5457 fixed compilation with -Wall -Wstrict-prototypes -Wpointer-arith
5459 2004-06-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5461 * fvwm/events.c (__cr_detect_icccm_move):
5462 windows with ewmh hints are assumed to use icccm2 compliant movement
5464 * fvwm/ewmh_events.c (ewmh_WMStateMaxVert):
5465 (ewmh_WMStateMaxHoriz):
5466 fixed restart/maximized problem
5468 * libs/fvwmsignal.c (fvwmReapChildren):
5469 * fvwm/fvwm.c (ReapChildren):
5470 moved function to lib
5472 2004-06-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5474 * fvwm/modconf.c (send_desktop_geometry):
5477 (send_move_threshold):
5478 (send_ignore_modifiers):
5479 increased static buffer size
5481 2004-06-13 Marcus Lundblad <ml@update.uu.se>
5483 * libs/CombineChars.c (convert_to_ucs2):
5484 Replace illegal UTF-8 character sequences in input
5486 2004-06-11 Scott Smedley <scottie7@tpg.com.au>
5489 bugfix: wrong stroke action being invoked.
5491 2004-06-10 Scott Smedley <scottie7@tpg.com.au>
5496 Active _last_ matching binding. (ie. same behaviour as before
5497 win-specific bindings patch.)
5498 bugfix: segfault when looking up stroke bindings in root context.
5500 2004-06-07 Scott Smedley <scottie7@tpg.com.au>
5506 * fvwm/module_interface.c:
5509 * modules/FvwmScript/FvwmScript.c:
5510 * modules/FvwmScript/Instructions.c:
5511 Implemented window-specific key/mouse bindings.
5513 * modules/FvwmIconBox/FvwmIconBox.h:
5517 Make args to matchWildcards() const.
5519 2004-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5521 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5523 * fvwm/ewmh.c (EWMH_fullscreen):
5526 * fvwm/add_window.c (AddWindow):
5527 implemented MAXVERT, MAXHORIZ and FULLSCREEN initial EWMH states
5529 * fvwm/ewmh_events.c (ewmh_WMStateMaxHoriz):
5530 (ewmh_WMStateMaxVert):
5531 (ewmh_WMStateShaded):
5532 (ewmh_WMStateSticky):
5533 (ewmh_WMStateStaysOnBottom):
5536 don't try to maximize window when looking up the style
5538 (ewmh_WMStateFullScreen):
5539 (ewmh_WMStateHidden):
5540 (ewmh_WMStateMaxVert):
5541 (ewmh_WMStateModal):
5542 (ewmh_WMStateShaded):
5543 (ewmh_WMStateSkipPager):
5544 (ewmh_WMStateSticky):
5545 (ewmh_WMStateStaysOnBottom):
5546 fixed ignoring ewmh hints
5548 * fvwm/expand.c (expand_vars_extended):
5549 include full path in iconfile and miniiconfile variables
5551 2004-06-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5553 * fvwm/functions.c (execute_complex_function):
5555 fixed double click patch
5557 2004-06-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5559 * fvwm/ewmh.c (EWMH_SetWMDesktop):
5560 use 0xFFFFFFFF instead of 0xFFFFFFFE for "sticky across all desks"
5562 2004-05-31 Dan Espen <dane@mk.telcordia.com>
5564 * fvwm/fvwm.1.in (COLORSETS): Moved FvwmTheme description of colorsets
5567 2004-05-29 Norbert Buchmuller <norbi@nix.hu>
5569 * libs/FImage.c (FShmSafeCreateImage):
5570 Yet another fix to SHM remote client problem
5572 2004-05-26 Francis Litterio <franl@world.std.com>
5576 * fvwm/placement.c (__place_get_wm_pos)
5577 * fvwm/style.c (style_parse_one_style_option)
5578 Added support for new CenterPlacement style (cf. macro PLACE_CENTER).
5580 2004-05-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5582 * fvwm/events.c (HandleEnterNotify):
5583 fixed endless loop of edge commands when doing something that grabs
5586 * fvwm/functions.c (CheckActionType):
5587 (execute_complex_function):
5588 double clicks no longer work when pressing different buttons
5590 2004-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5592 * fvwm/placement.c (__place_get_wm_pos):
5593 fixed placement in top left corner when pressing escape during manual
5596 2004-05-23 Mikhael Goikhman <migo@homemail.com>
5600 added Chinese translations
5602 2004-05-18 Olivier Chapuis <olivier.chapuis@free.fr>
5604 * fvwm/ewmh.c (EWMH_SetFrameStrut):
5607 2004-05-09 Mikhael Goikhman <migo@homemail.com>
5609 * fvwm/conditional.c:
5611 clean up Test code and documentation, add new False condition,
5612 unrecognized conditions produce Error return code now
5614 2004-05-06 Dan Espen <dane@mk.telcordia.com>
5616 * fvwm/style.c: Remove extra char.
5618 2004-05-01 Olivier Chapuis <olivier.chapuis@free.fr>
5620 * fvwm/ewmh.c (ewmh_atom_client_win):
5621 * fvwm/ewmh_intern.h:
5622 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
5623 (ewmh_MoveResizeWindow):
5624 Added _NET_RESTACK_WINDOW as it is similar than _NET_MOVERESIZE_WINDOW
5626 * fvwm/events.c (__handle_cr_on_client):
5627 (__handle_configure_request):
5628 (events_handle_configure_request):
5629 Some renaming for consistency, force restacking if the event come from
5632 * fvwm/ewmh_events.c (ewmh_MoveResize):
5633 Fixed _NET_WM_MOVERESIZE
5635 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
5638 * fvwm/ewmh.c (ewmh_atom_fvwm_win):
5639 (EWMH_SetFrameStrut):
5640 Added _NET_FRAME_EXTENTS as it is just _KDE_NET_WM_FRAME_STRUT
5642 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5644 * libs/FImage.c (FShmSafeCreateImage):
5645 Finished to fix SHM remote client problem
5647 2004-04-29 Olivier Chapuis <olivier.chapuis@free.fr>
5649 * libs/FImage.c (FShmSafeCreateImage):
5650 Fixed when we are a remote client
5652 2004-04-21 Mikhael Goikhman <migo@homemail.com>
5663 new default ~/.fvwm/config file is now recommended instead of
5664 still supported ~/.fvwm/.fvwm2rc
5666 2004-04-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5668 * fvwm/menus.c (NewMenuRoot):
5669 do not strip whitespace from menu names when creating a new menu
5671 2004-04-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5673 * fvwm/menuitem.c (menuitem_get_size):
5675 renamed remaining "mips" to mipst
5677 2004-04-09 Olivier Chapuis <olivier.chapuis@free.fr>
5679 * fvwm/events.c (HandleMapRequestKeepRaised):
5680 * fvwm/ewmh_events.c (ewmh_DesktopGeometry):
5681 Fixed EWMH DesktopGeometry and Stacking list
5683 2004-04-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5685 * fvwm/virtual.c (GetDeskNumber):
5688 fixed MoveToDesk with one argument
5690 2004-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5692 * fvwm/style.c (style_parse_one_style_option):
5694 * fvwm/conditional.c (MatchesConditionMask):
5696 * fvwm/window_flags.h:
5699 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5704 2004-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5706 * fvwm/move_resize.c (unmaximize_fvwm_window):
5707 fixed redrawing of maximize button when unmaximizing but when the size
5708 and position does not change
5710 2004-03-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5712 * fvwm/expand.c (expand_vars_extended):
5713 new extended variable $[w.layer]
5715 * fvwm/move_resize.c (MaximizeHeight):
5718 applied modified layer patch for maximize by Rafal Bisingier
5720 2004-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5722 * fvwm/add_window.c (setup_frame_attributes):
5723 Hopefully fixed BackingStore code and removed now useless backing store
5726 * fvwm/expand.c (expand_vars_extended):
5727 new extended variable $[w.desk]
5729 2004-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5733 increased version to 2.5.11
5738 updated for 2.5.10 release
5740 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5741 improved rotation code
5743 * libs/gravity.c (gravity_add_rotations):
5746 2004-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5748 * fvwm/placement.c (__explain_placement):
5751 * libs/FScreen.c (FScreenIsRectangleOnScreen):
5754 * fvwm/builtins.c (CMD_BugOpts):
5755 * fvwm/screen.h (ScreenInfo):
5756 new BugOpts option ExplainWindowPlacement
5757 renamed some members of Screen
5759 2004-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5761 * fvwm/placement.c (__place_get_wm_pos):
5762 (__place_get_nowm_pos):
5763 (__place_get_placement_flags):
5765 (__place_handle_x_resources):
5766 (setup_window_placement):
5767 split into multiple functions
5770 2004-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5772 * fvwm/add_window.c (setup_window_placement):
5773 * fvwm/placement.c (setup_window_placement):
5774 moved function to placement.c
5775 fixed using PLACE_AGAIN placement mode
5780 2004-03-15 Chris Ross <cross+fvwm@distal.com>
5782 * libs/Graphics.c (do_relieve_rectangle_with_rotation)
5783 allow a negative line_width to invert the relief
5785 2004-03-06 Marcus Lundblad <ml@update.uu.se>
5787 * libs/Flocale.c (FlocaleDrawString)
5788 (FlocaleDrawUnderline)
5790 reduced redundant calls to iconv
5792 2004-03-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5794 * fvwm/move_resize.c (CMD_XorValue):
5795 fixed a very small outline drawing problem caused by using 0 line width
5800 increased version to 2.5.10
5804 updated for 2.5.9 release
5806 * fvwm/functions.c (execute_function_override_window):
5807 * fvwm/module_interface.c (ExecuteModuleCommand):
5808 * fvwm/conditional.c (circulate_cmd):
5809 sometimes, DeferExecution was called although a window was already
5810 selected, for example with the "Current" commend; fixed
5812 2004-02-28 Olivier Chapuis <olivier.chapuis@free.fr>
5814 * libs/FImage.c (FShmSafeCreateImage):
5815 Fixed some safety tests
5817 2004-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5819 * fvwm/events.c (__handle_cr_on_client):
5820 fixed a bug in the Jave configure request workaround
5822 2004-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5824 * fvwm/events.c (__cr_detect_icccm_move):
5825 improved motion method detection for fullscreen requests
5827 2004-02-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5829 * fvwm/add_window.c (AddWindow):
5830 * fvwm/screen.h (ScreenInfo):
5831 * fvwm/builtins.c (CMD_BugOpts):
5832 new BugOpts option DisplayNewWindowNames intended for debugging
5834 2004-02-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5836 * libs/Bindings.c (FvwmStringToKeysym):
5837 small performance enhancement
5839 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
5841 fixed the FlickeringMoveWorkaround option which did nothing before
5843 2004-02-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5845 * fvwm/style.c (style_parse_one_style_option):
5847 * fvwm/style.h (SIS_UNMANAGED):
5848 * fvwm/add_window.c (AddWindow):
5851 * fvwm/expand.c (expand_vars_extended):
5852 new variables $[w.iconfile] and $[w.miniiconfile]
5854 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
5855 made left side of a relief one pixel longer at the bottom
5857 2004-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5859 * libs/defaults.h (DEF_FP_SORT_WINDOWLIST_BY):
5860 * fvwm/style.c (style_set_old_focus_policy):
5861 fixed default window list order with ClickToFocus
5863 2004-02-04 Marcus Lundblad <ml@update.uu.se>
5865 * fvwm/libs/Flocale.h:
5866 * fvwm/libs/Flocale.c (FlocaleStringNumberOfBytes)
5867 (FlocaleStringByteToCharOffset)
5868 (FlocaleStringCharToByteOffset)
5869 (FlocaleStringCharLength):
5870 Made utility functions available outside of Flocale
5872 2004-01-31 Olivier Chapuis <olivier.chapuis@free.fr>
5874 * fvwm/events.c (__test_for_motion):
5875 Fixed a lockup, see the long comment in the code
5877 2004-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5879 * fvwm/schedule.c (execute_obj_func):
5880 fixed using uninitialised return code
5882 2004-01-25 Olivier Chapuis <olivier.chapuis@free.fr>
5884 * fvwm/builtins.c (do_title_style):
5885 Fixed MinHeight, it must reset the Height
5887 2004-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5889 * fvwm/menus.c (menuShortcuts):
5890 applied menu navigation patch by Anton Kazennikov
5892 2003-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5894 * libs/gravity.c (gravity_dir_to_string):
5895 (gravity_parse_dir_argument):
5896 use a constant for the dir table
5898 2003-12-16 Marcus Lundblad <ml@update.uu.se>
5900 * fvwm/Flocale.c (FlocaleEncodeString)
5901 (FlocaleDrawUnderline):
5902 Fixed crash when there's no Iconv support
5904 2003-12-16 olicha <olivier.chapuis@free.fr>
5907 Used the FUNC_FLAGS_TYPE in find_func_t declaration
5909 * sample.fvwmrc/system.fvwm2rc-sample-95:
5910 Added some Xft fonts
5912 2003-12-12 olicha <olivier.chapuis@free.fr>
5914 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
5915 Fixed ewmh FullScreen when an application start fullscreen and
5916 desactivate this state
5918 2003-12-04 olicha <olivier.chapuis@free.fr>
5920 * fvwm/placement.c (test_fit):
5922 * fvwm/ewmh.c (ewmh_GetStrutIntersection):
5923 (EWMH_GetBaseStrutIntersection):
5924 (EWMH_GetStrutIntersection):
5925 Fixed placement vs the base struts
5927 2003-11-29 Mikhael Goikhman <migo@homemail.com>
5929 * sample.fvwmrc/system.fvwm2rc-sample-95:
5930 improved Debian specific menu
5932 2003-11-15 Mikhael Goikhman <migo@homemail.com>
5934 * sample.fvwmrc/system.fvwm2rc-sample-95:
5935 several updates; added Debian menu if found
5937 2003-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5940 new configure option --en/disable-iconv
5942 2003-11-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
5944 * fvwm/menus.c (__mloop_handle_event):
5945 * fvwm/menustyle.c (menustyle_parse_style):
5947 new MenuStyle options PopupIgnore and PopupClose
5949 2003-11-02 Dan Espen <dane@mk.telcordia.com>
5951 * fvwm/menus.c (menu_binding): Remove debug code.
5952 * fvwm/bindings.c (ParseBinding): Hand off menu bindings to menu code.
5953 * fvwm/menus.h: Add menu_binding function.
5954 * fvwm/fvwm.1.in: Document the menu context in the mouse command for
5956 * fvwm/menus.c (__mloop_handle_event): Really crude ability to disable
5958 * libs/wcontext.h (enum): Add MENU context.
5959 * libs/wcontext.c (win_contexts): More common binding contexts first in
5961 * libs/charmap.c (charmap_string_to_mask): Space before char in error
5964 2003-11-01 Mikhael Goikhman <migo@homemail.com>
5968 increase version to 2.5.9
5970 2003-10-31 Mikhael Goikhman <migo@homemail.com>
5977 updated for 2.5.8 release
5979 2003-10-29 Mikhael Goikhman <migo@homemail.com>
5983 initially added files for deb package auto-creating procedure
5985 2003-10-26 Mikhael Goikhman <migo@homemail.com>
5989 added Swedish translations by Johan Svedberg
5994 2003-10-25 Mikhael Goikhman <migo@homemail.com>
5996 * fvwm/add_window.c (GetWindowSizeHints):
5997 reindented broken hint messages
5999 2003-10-23 Mikhael Goikhman <migo@homemail.com>
6002 improved Perl detection messages,
6003 restored FvwmGtkDebug independence from gtk libs
6005 2003-10-15 Mikhael Goikhman <migo@homemail.com>
6009 added German translations by Andrei Mitrofanow
6014 2003-10-11 Mikhael Goikhman <migo@homemail.com>
6019 2003-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6022 * fvwm/conditional.c (CreateConditionMask):
6023 (MatchesConditionMask):
6024 (CreateConditionMask):
6025 * fvwm/fvwm.h (WindowConditionMask):
6026 !CurrentPage, !CurrentDesk, !Layer ... now work as they should
6028 2003-09-23 olicha <olivier.chapuis@free.fr>
6030 * libs/FImage.c (FShmInit):
6033 2003-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6035 * fvwm/focus.c (warp_to_fvwm_window):
6036 don't unnecessarily call MoveViewport
6038 2003-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6040 * fvwm/decorations.c (__is_resize_allowed):
6043 2003-09-06 malu <ml@update.uu.se>
6045 * libs/FBidi.c (FBidiConvert):
6046 * libs/CombineChars.c (CombineChars):
6047 Fixed drawing combining characters on correct positions in
6048 right-to-left context
6050 2003-09-05 malu <ml@update.uu.se>
6052 * libs/Flocale.c (FlocaleDrawString):
6054 Fixed drawing of combining characters with font shadow
6055 (character offsets were miscalculated, since FlocaleTextWidth
6058 2003-09-05 malu <ml@update.uu.se>
6060 * libs/Flocale.c (FlocaleDrawUnderline):
6061 Fixed bug with text width when a string contains only
6062 "orphaned" combining characters (compensation for font shadowd
6065 2003-09-04 olicha <olivier.chapuis@free.fr>
6068 Added E.18, added comments on C.9 and C.15
6070 2003-09-03 olicha <olivier.chapuis@free.fr>
6072 * libs/Flocale.c (FlocaleTextWidth):
6073 Fixed a comb_char core dump
6076 Fixed compilation if either iconv, libpng or Xrender headers are
6077 not at a standard place
6079 2003-09-03 Mikhael Goikhman <migo@homemail.com>
6082 fixed error message for incorrect --with-SOMETHING-library argument
6084 2003-09-03 olicha <olivier.chapuis@free.fr>
6087 Closed C.2 as Dominik fix it on 2003-03-13. Move B.5 to C.27
6089 2003-09-02 olicha <olivier.chapuis@free.fr>
6094 2003-09-01 olicha <olivier.chapuis@free.fr>
6096 * libs/gravity.c (gravity_dir_to_string):
6097 A new interface function to transform a direction_t to a string
6099 2003-08-31 S. Anderson <sa@xmission.com>
6101 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
6102 Fixed missing font charsets
6104 2003-08-28 olicha <olivier.chapuis@free.fr>
6106 * fvwm/move_resize.c (__move_loop):
6107 (AnimatedMoveAnyWindow):
6108 Updated bg of transparent tear off menu when moved
6110 * fvwm/events.c (HandlePropertyNotify):
6111 Updated ParentRelative tear off menu on bg change
6113 * fvwm/menus.c (UpdateMenuColorset):
6114 Updated colorsets of tear off menu when they change, this handle the
6115 case of root background change for RootTransparent
6118 * fvwm/menus.c (menu_redraw_pr_tear_off_menu):
6119 An utility function for redrawing transparent tear off menu. Maybe
6122 * fvwm/add_window.c (validate_transientfor):
6123 Fixed transient for an ewmh desktop
6125 2003-08-27 olicha <olivier.chapuis@free.fr>
6127 * libs/FRender.c (FRenderRender):
6128 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
6129 Removed and fixed some unused code
6131 2003-08-25 olicha <olivier.chapuis@free.fr>
6133 * fvwm/misc.c (GrabEm):
6134 Fixed fvwm freeze if GRAB_FREEZE_CURSOR fail repeatedly
6136 * fvwm/modconf.c (send_color_limit):
6137 ifndefed color limit config info message which is not used anymore
6139 * fvwm/colorset.c (parse_colorset):
6140 Added a note on average bg
6142 2003-08-23 olicha <olivier.chapuis@free.fr>
6144 * fvwm/style.c (print_styles):
6145 More info on memory used
6147 * fvwm/style.c (__simplify_style_list):
6148 Fixed upward simplication
6150 2003-08-14 olicha <olivier.chapuis@free.fr>
6152 * fvwm/ewmh.c (ewmh_HandleMenu):
6153 Fixed the MENU window type, they are tear off menus
6156 * fvwm/update.c (apply_window_updates):
6157 * fvwm/stack.c (new_layer):
6158 * fvwm/ewmh.c (EWMH_GetStyle):
6159 Fixed EWMHUseStackingHints update
6161 * fvwm/window_flags.h:
6163 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6164 (ewmh_WMStateMaxHoriz):
6165 (ewmh_WMStateMaxVert):
6166 * fvwm/move_resize.c (unmaximize_fvwm_window):
6167 Fixed _NET_WM_STATE_FULLSCREEN: set the correct _NET_WM_STATE,
6168 uniconify and unshade when putting a window fullscreen
6170 * fvwm/ewmh_intern.h:
6171 * fvwm/ewmh.c (ewmh_AllowsFullScreen):
6172 Added _NET_WM_ACTION_FULLSCREEN as we have _NET_WM_STATE_FULLSCREEN
6174 * fvwm/move_resize.c (unmaximize_fvwm_window):
6177 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6178 * fvwm/decorations.c (SelectDecor):
6179 * fvwm/windowshade.c (CMD_WindowShade):
6180 Removed the decor for EWMH fullscreen windows, forbid shading and
6181 allows Resize and MoveResize without unsetting the fullscreen/maximized
6184 * fvwm/move_resize.c (CMD_ResizeMoveMaximize):
6185 (CMD_ResizeMaximize):
6186 Fixed ewmh state which was not set after these cmds
6188 2003-08-09 olicha <olivier.chapuis@free.fr>
6193 2003-08-08 olicha <olivier.chapuis@free.fr>
6195 * fvwm/borders.c (border_draw_vector_to_pixmap):
6196 Fixed inversion of fg and bg in vector buttons
6198 * fvwm/style.c (__simplify_style_list):
6201 * libs/System.c (fvwm_mkstemp):
6204 2003-08-07 olicha <olivier.chapuis@free.fr>
6207 * acinclude.m4 (AM_SAFETY_CHECK_MKSTEMP):
6209 * libs/System.c (fvwm_mkstemp):
6211 Added fvwm_mkstemp for replacing tempnam. configure check if mkstemp
6212 exists and work correctly, if not a replacement function is used
6213 (written by Michael Han in 2001-02 and inspired by the glibc mkstemp
6216 * libs/fsm.c (unique_filename):
6217 (SetAuthentication):
6218 * fvwm/session.c (getUniqueStateFilename):
6219 Replaced tempnam by fvwm_mkstemp
6221 2003-08-07 olicha <olivier.chapuis@free.fr>
6224 * libs/FSMlib.h (new file):
6225 * fvwm/session.c (*):
6227 fvwmize SMlib and ICElib
6229 * fvwm/session.c (matchWin):
6230 Fixed window matching for windows with no SM_CLIENT_ID and a
6233 * libs/fsm.c (new file):
6234 * libs/fsm.h (new file):
6235 * fvwm/ConfigFvwmDefaults
6236 A set of functions for implementing a dummy session manager
6239 GNOME 1 hints and EWHM support is not a configure time option
6242 2003-08-06 Robert Wittek <r.wittek@gmx.net>
6244 * fvwm/add_window.c (AddWindow):
6245 fixed stickyness across desks over a restart
6247 2003-08-06 olicha <olivier.chapuis@free.fr>
6249 * fvwm/ewmh.c (EWMH_WindowInit):
6250 (EWMH_SetFrameStrut):
6251 Fixed position of kde tray windows in kicker
6253 2003-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6255 * fvwm/module_interface.c (FlushMessageQueue):
6256 retry writing pipe if write returns EINTR
6258 2003-07-28 olicha <olivier.chapuis@free.fr>
6260 * fvwm/events.c (events_handle_configure_request):
6261 (HandleConfigureRequest):
6262 (__handle_configure_request):
6263 (__handle_cr_on_client):
6264 * fvwm/ewmh.c (ewmh_atom_client_win):
6265 * fvwm/ewmh_intern.h:
6266 * fvwm/ewmh_events.c (ewmh_MoveResizeWindow):
6267 (EWMH_ProcessClientMessage):
6268 Implemented _NET_MOVERESIZE_WINDOW
6270 * fvwm/fvwm.c (main):
6273 2003-07-25 olicha <olivier.chapuis@free.fr>
6275 * fvwm/ewmh.c (ewmh_HandleWindowType):
6276 Fixed handling of the _NET_WINDOW_TYPE prop when there are more
6277 that one type and we do not support the first one.
6279 * fvwm/expand.c (expand_vars_extended):
6280 Fixed conflict between extended variables name (desk.name and
6283 * fvwm/session.c (callback_save_yourself):
6284 Respect the SmSaveGlobal save type. This should fix some session
6285 locking in the sm protocol
6287 * fvwm/session.c (setSmProperties):
6289 Set some sm properties when fvwm start for fixing a problem with
6290 the restart style hint after a restart.
6292 * fvwm/fvwm.c (get_display_name):
6295 * fvwm/session.c (setSmProperties):
6297 Added a possible positive or null arg to --single-screen which
6298 forces fvwm to start on the "current" display and the given
6299 screen. Use this to fix fvwm starting under a session manager:
6300 specify only the screen and not the display.screen for the
6303 * fvwm/fvwm.c (main):
6304 Fixed possible memory corruption if a display has more than
6307 * fvwm/session.c (*):
6310 2003-07-24 Mikhael Goikhman <migo@homemail.com>
6313 fixed xft/fontconfig detection with pkg-config
6316 corrections in some long option names
6318 2003-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6320 * fvwm/add_window.c (setup_style_and_decor):
6321 * fvwm/geometry.c (set_window_border_size):
6322 * fvwm/fvwm.h (FvwmWindow):
6323 * fvwm/events.c (HandleShapeNotify):
6324 * fvwm/frame.c (frame_free_move_resize_args):
6325 (frame_setup_shape):
6326 (frame_reshape_border):
6327 fixed resizing of window borders if a window shape was added or deleted
6328 after the initial window setup
6330 * fvwm/update.c (apply_window_updates):
6333 * fvwm/events.c (__cr_detect_icccm_move):
6334 disable motion method detection for shaped windows
6336 2003-07-21 olicha <olivier.chapuis@free.fr>
6338 * fvwm/add_window.c (setup_window_structure):
6339 * fvwm/session.c (MatchWinToSM):
6340 Preserve is_name_changed window_flags within restart, session loading
6343 2003-07-20 olicha <olivier.chapuis@free.fr>
6345 * fvwm/ewmh.c (EWMH_Init):
6346 fixed _NET_WM_NAME for our ewmh WM_CHECK window
6348 * fvwm/fvwm.c (InternUsefulAtoms):
6350 * fvwm/session.c (GetWindowRole):
6351 Some applications use WINDOW_ROLE and not WM_WINDOW_ROLE
6353 * fvwm/session.c (GetClientID):
6354 Better determination of the CLIENT_LEADER
6356 * fvwm/session.c (setSmProperties):
6357 Set the CloneCommand for gnome-session editor (the sm spec says this
6358 properties is required). Removed the commented XSM ifdef.
6360 * fvwm/session.c (matchWin):
6362 Consider client only if it has a client id or a wm command.
6363 Removed the "two entries" session previous commit
6365 2003-07-16 olicha <olivier.chapuis@free.fr>
6367 * fvwm/session.c (MatchWinToSM):
6368 Fixed restoring session state, if two window session entries have the
6369 same identifier ignore these entries
6371 2003-07-16 olicha <olivier.chapuis@free.fr>
6374 * fvwm/style.h (SID_GET_NAME):
6376 (SID_GET_WINDOW_ID):
6377 (SID_SET_WINDOW_ID):
6380 (SID_SET_HAS_WINDOW_ID):
6381 (SID_GET_HAS_WINDOW_ID):
6387 (SSET_ID_HAS_WINDOW_ID):
6388 (SGET_ID_HAS_WINDOW_ID):
6389 * fvwm/style.c (style_ids_are_equals):
6390 (style_id_equals_id):
6391 (styles_have_same_id):
6392 (fw_match_style_id):
6393 (one_fw_can_match_both_ids):
6394 (remove_all_of_style_from_list):
6395 (__simplify_style_list):
6396 (style_parse_one_style_option):
6398 (style_destroy_style):
6404 (CMD_DestroyWindowStyle):
6405 * fvwm/fvwm.h (style_id_t):
6407 * fvwm/functable.c (func_table):
6408 * fvwm/add_window.c (destroy_window):
6411 New WindowStyle and DestroyWindowStyle command for setting styles
6414 2003-07-14 Marcus Lundblad <ml@update.uu.se>
6416 * libs/Flocale.c (FlocaleDrawString):
6417 * libs/FBidi.c (FBidiConvert):
6418 fixed drawing of combining characters in the case where a string
6419 consists of only combining characters
6421 2003-07-13 Marcus Lundblad <ml@update.uu.se>
6423 * libs/CombineChars.c (CombineChars):
6424 bugfix: array mapping visual to logical position was allocated
6425 to small (factor 2) in decoposing code
6427 2003-07-11 Marcus Lundblad <ml@update.uu.se>
6429 * libs/Flocale.c (FlocaleEncodeWinString):
6432 * libs/Flocale.c (FlocaleDrawString):
6433 (FlocaleRotatedDrawString):
6434 removed some code duplication
6436 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6438 * libs/CombineChars.c (combclass_table):
6440 fixed supporting drawing marks superimposed that are in a combining
6443 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6445 * libs/Flocale.c (FlocaleRotateDrawString):
6447 fixed core dump when composing characters can't be converted to
6450 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6455 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6460 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6463 updated with reagrds to combing characters
6465 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6470 2003-07-09 Marcus Lundblad <ml@update.uu.se>
6472 * libs/Flocale.c (FlocaleEncodeString):
6473 (FlocaleEncodeWinString):
6474 (FlocaleRotateDrawString):
6475 (FlocaleDrawString):
6476 (FlocaleDrawUnderline):
6477 fixed rendering combining characters using Unicode font in a
6480 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6483 renamed MoveWindowByProgramMethod to MoveByProgramMethod
6485 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6488 fixed FBidi.h macro to work with no FriBIDI
6490 2003-07-08 Marcus Lundblad <ml@update.uu.se>
6492 * libs/CombineChars.h (CombineChars):
6493 * libs/CombineChars.c (CombineChars):
6494 * libs/FBidi.h (FBidiConvert):
6495 * libs/FBidi.c (FBidiConvert):
6496 * libs/Flocale.c (FlocaleEncodeString):
6497 (FlocaleEncodeWinString):
6498 (FlocaleDrawUnderline):
6500 fixed drawing of underlines on characters to work in with BIDI
6501 and combining characters
6503 2003-07-08 Mikhael Goikhman <migo@homemail.com>
6506 closed D.1 with "no consensus" resolution
6508 2003-07-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6511 documented tear off menus
6513 * fvwm/placement.c (PlaceWindow):
6514 StartsOnPage + SkipMapping overrides PPosition
6516 2003-07-07 Mikhael Goikhman <migo@homemail.com>
6519 solved a problem with CMD_Dummy and exact command spelling
6521 * libs/CombineChars.c:
6522 * libs/CombineChars.h:
6524 minor reformattings (use TABs not 8 spaces and a space after keywords
6525 like for, if or while)
6527 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6529 * fvwm/update.c (apply_window_updates):
6531 * fvwm/add_window.c (setup_style_and_decor):
6533 * fvwm/style.c (style_parse_one_style_option):
6534 (check_window_style_change):
6535 new style MoveWindowByProgramMethod
6537 * libs/PictureImageLoader.c (PImageLoadXpm):
6538 use RETSIGTYPE and SIGNAL_RETURN for all signal handlers
6540 * fvwm/ewmh_events.c (ewmh_WMStateFullScreen):
6541 implemented _NET_WM_STATE_FULLSCREEN handling
6543 * fvwm/move_resize.c (GetOnePositionArgument):
6544 fixed parsing of "+-x +-y" Move arguments
6546 use get_page_offset_check_visible
6548 * fvwm/geometry.c (get_page_offset_check_visible):
6549 new convenience function
6551 * fvwm/events.c (__handle_cr_on_client):
6552 fixed handling of gravities other than NW or Static
6553 (__cr_detect_icccm_move):
6556 2003-07-06 Marcus Lundblad <ml@update.uu.se>
6562 * libs/CombineChars.c:
6563 * libs/CombineChars.h:
6564 * libs/Flocale.c (FlocaleEncodeString):
6568 Removed "F" prefix on FBidiJoin.c, FBidiJoin.h, FCombineChars.c and
6571 2003-07-06 olicha <olivier.chapuis@free.fr>
6573 * libs/FRender.c (FRenderRender):
6576 2003-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6578 * fvwm/ewmh.c (ewmh_check_wm_pid):
6580 detect whether a window has _NET_WM_PID set; use that to detect ICCCM
6581 compliant ConfigureNotify handling
6583 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6585 * libs/Flocale.c (FlocaleDrawUnderline):
6586 Commented out some non-working new code
6588 2003-07-05 Marcus Lundblad <ml@update.uu.se>
6590 * libs/Flocale.c (FlocaleDrawString):
6591 fixed drawing superimposed characters with a fontset
6593 2003-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6595 * fvwm/events.c (__cr_detect_icccm_move):
6596 (__handle_cr_on_client):
6597 (__cr_get_grav_position):
6598 (__cr_get_static_position):
6599 * fvwm/window_flags.h:
6601 try to autodetect whether application uses the icccm way of moving
6602 windows of the traditional way always using static gravity
6605 moved SIGNAL_RETURN macro definition to acconfig.h
6607 * fvwm/module_interface.c (DeadPipe):
6608 * fvwm/fvwm.c (SigDone):
6611 use SIGNAL_RETURN macro
6613 * fvwm/events.c (__handle_cr_on_client):
6614 (__merge_cr_moveresize):
6615 (__cr_detect_icccm_move):
6617 * fvwm/events.c (__handle_cr_on_unmanaged):
6618 (__handle_cr_on_icon):
6619 (__handle_cr_on_shaped):
6620 (__handle_cr_restack):
6621 (__handle_cr_on_client):
6622 (HandleConfigureRequest):
6623 split the ConfigureRequest code into multiple functions
6625 * fvwm/update.c (apply_window_updates):
6626 fixed drawing of window decorations when "Style * Neverfocus" is used
6628 * fvwm/events.c (HandleKeyPress):
6629 fixed a bug with key binding contexts
6631 * fvwm/functions.c (__execute_function):
6632 * fvwm/expand.c (expand_vars):
6633 (expand_vars_extended):
6634 new extended variable $[func.context]
6638 moved some code to the new files
6649 fixed a problem with uninitialised global variable
6651 2003-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6653 * libs/Bindings.c (key_modifiers):
6654 moved to new file wcontext.c
6656 * libs/gravity.c (gravity_parse_dir_argument):
6657 added aliases for compass directions:
6668 2003-07-02 Marcus Lundblad <ml@update.uu.se>
6671 * libs/Flocale.c (FlocaleDrawString):
6672 (FlocaleRotateDrawString):
6673 Fixes to work without Fribidi
6675 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6680 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6682 * libs/FbidiJoin.c (get_shaped_combined_char):
6684 Removed unused (get_shaped_combined_char) and commented out code
6685 Combining ligatures done in FCombineChars
6687 2003-07-01 Marcus Lundblad <ml@update.uu.se>
6689 * libs/Flocale.c (FlocaleDrawString):
6690 (FlocaleRotateDrawString):
6693 * libs/FBidi.c (FBidiConvert):
6695 * libs/FCombineChars.h:
6696 * libs/FCombineChars.c (FCombineChars):
6697 Added support for drawing superimposed combining characters
6699 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6702 * fvwm/functable.c (func_table):
6703 * fvwm/functions.c (CMD_TearMenuOff):
6708 merged all dummy commands into one: CMD_Dummy
6710 2003-07-01 olicha <olivier.chapuis@free.fr>
6712 * fvwm/menus.c (DestroyMenu):
6716 2003-07-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6718 * fvwm/menustyle.c (menustyle_copy):
6722 2003-06-30 Marcus Lundblad <ml@update.uu.se>
6727 2003-06-30 olicha <olivier.chapuis@free.fr>
6729 * fvwm/menus.c (do_menu):
6731 (do_menu_close_tear_off_menu):
6732 (menu_close_tear_off_menu):
6733 Allowed to destroy tear off menu!
6735 * fvwm/menus.c (menu_tear_off):
6736 (menu_close_tear_off_menu):
6737 (do_menu_close_tear_off_menu):
6738 (clone_menu_root_static):
6744 Fixed client leaks (only create new client for menu if it is a tear off
6745 menu). Created a dedicated menu style for each tear off menu.
6747 * fvwm/menustyle.c (CMD_CopyMenuStyle):
6750 Split CMD_CopyMenuStyle into CMD_CopyMenuStyle and copy_menu_style
6752 2003-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6754 * fvwm/virtual.c (do_move_window_to_desk):
6756 fixed "Visible" condition on non current desks
6758 2003-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6762 shortened some comments
6763 removed GPL from .h files
6764 added GPL to all .c files
6765 include config.h in all .c files
6766 added "/* -*-c-*- */" where missing
6767 some reformatting and reindenting
6769 * fvwm/module_interface.c:
6770 * fvwm/module_interface.h:
6778 * fvwm/windowshade.c:
6780 * fvwm/conditional.c:
6792 * fvwm/add_window.c:
6796 * fvwm/eventhandler.h:
6798 * fvwm/add_window.h:
6804 renamed types func_type, repeat_t, initial_window_options_t,
6805 frame_title_layout_type, rotation_t, direction_t, fvwm_msg_t,
6806 last_added_item_type, common_flags_type, multi_direction_type,
6807 msg_masks_type to ..._t
6809 * fvwm/functions.c (__execute_function):
6810 (execute_complex_function):
6811 * fvwm/condrc.c (condrc_init):
6812 new function in new file to encapsulate all cond_rc_t handling
6815 * fvwm/fvwm.h (cond_rc_t):
6817 moved typed to new file
6821 * fvwm/functable.c (func_table):
6822 * fvwm/functions.c (__run_complex_function_items):
6823 (__execute_function):
6825 * fvwm/conditional.c (CMD_Break):
6826 (__rc_matches_rcstring_consume):
6827 Break takes the number of function levels to break out of as an
6830 * fvwm/expand.c (expand_vars_extended):
6831 * fvwm/conditional.c (circulate_cmd):
6834 (__rc_matches_rcstring_consume):
6843 (__run_complex_function_items):
6844 (execute_complex_function):
6848 * fvwm/conditional.c:
6849 renamed fvwm_cond_func_rc by cond_rc_t
6850 made a type a struct
6851 added a member to indicate the number of function levels to break out
6854 * fvwm/functable.c (func_table):
6855 * fvwm/conditional.c (CMD_TestRc):
6856 replaced conditional commands:
6858 CondCase -> KeepRc TestRc
6860 (__rc_matches_rcstring_consume):
6863 * fvwm/conditional.c (CMD_CondCase):
6864 fixed the CondCase command
6866 2003-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6869 new configure option --deisable-gtk to disable detection of gtk library
6872 cleaned up documentation of conditional commands
6873 general man page cleanup
6875 2003-06-17 Dan Espen <dane@mk.telcordia.com>
6877 * fvwm/builtins.c (ReadDecorFace): Off by one patch from
6880 2003-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6883 cleaned up of CirculateHit... conditions
6885 2003-06-15 olicha <olivier.chapuis@free.fr>
6887 * fvwm/style.c (__simplify_style_list):
6888 Fixed is_merged_allowed: rest it to True when cur change
6889 Added "upward" simplification
6891 2003-06-14 olicha <olivier.chapuis@free.fr>
6893 * fvwm/style.c (__simplify_style_list):
6896 Fixed blockand which always returned True. Added blocksintersect which
6897 returns the same value as blockand but faster.
6899 2003-06-13 olicha <olivier.chapuis@free.fr>
6903 Fixed fontconfig and xft2 for version without *-config binnary. Used
6904 pkg-config for this: new macro AM_CHECK_PKG_CONFIG. Really reject
6905 fontconfig and xft2 if the version is < the required version
6906 (even if --disable-*test).
6908 2003-06-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6911 define M_PI and M_PI_2 if they are not defined by math.h
6913 2003-06-10 Mikhael Goikhman <migo@homemail.com>
6915 * libs/Colorset.c (LoadColorset):
6916 added a note to update Colorsets.pm too when the format is changed
6918 2003-06-09 Mikhael Goikhman <migo@homemail.com>
6920 * WindowStyle_proposal.txt:
6921 s/WindowId/ThisWindow/ and other minor changes
6923 2003-06-06 olicha <olivier.chapuis@free.fr>
6925 * libs/PictureImageLoader.c (PImageLoadPng):
6926 Fixed loading of png images if the caller want no alpha
6928 2003-06-04 olicha <olivier.chapuis@free.fr>
6930 * libs/Flocale.c (FlocaleEncodeString):
6933 2003-06-03 Mikhael Goikhman <migo@homemail.com>
6936 only FCombineChars.c was distributed not FCombineChars.h
6938 2003-06-03 Marcus Lundblad <ml@update.uu.se>
6940 * libs/FCombineChars.c (convert_to_utf8)
6941 fixed a bug when converting back to UTF-8 and a bug giving
6942 garbage at end of string in some cases
6944 * libs/Flocale.c (FlocaleEncodeString)
6945 fixed problem regarding combining-characters when BIDI is used
6947 2003-05-31 Marcus Lundblad <ml@update.uu.se>
6950 * libs/Flocale.c (FlocaleEncodeString):
6951 * libs/FCombineChars.c:
6952 * libs/FCombineChars.h:
6953 implemeted support for combining characters
6955 2003-05-31 Mikhael Goikhman <migo@homemail.com>
6958 set the version 2.5.8
6960 2003-05-30 Mikhael Goikhman <migo@homemail.com>
6964 SetEnv with only one parameter is ignored now
6966 2003-05-30 Dan Espen <dane@mk.telcordia.com>
6968 * NEWS: Add 2.4.16 news.
6970 2003-05-29 Mikhael Goikhman <migo@homemail.com>
6972 * fvwm/functions.c (expand_extended_var):
6974 fixed expanding variables that are empty, for example $[w.resource]
6975 or $[gt.a] or $[version.info] or $[EMPTY_STRING]
6980 2003-05-29 olicha <olivier.chapuis@free.fr>
6982 * fvwm/ewmh.c (ewmh_atom_wm_state):
6983 Do not claim that we support _NET_WM_STATE_FULLSCREEN
6985 2003-05-28 olicha <olivier.chapuis@free.fr>
6990 2003-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
6992 * fvwm/focus.c (__update_windowlist):
6993 don't fiddle with the window list for windows that are going to be
6996 * fvwm/add_window.c (delete_client_context):
6997 (destroy_auxiliary_windows):
6999 fixed empty frame windows when X reused the window id for a new window
7000 while the old one was scheduled to be destroyed
7002 2003-05-26 olicha <olivier.chapuis@free.fr>
7004 * fvwm/icons.c (GetIconBitmap):
7005 (set_icon_pixmap_background):
7007 (DrawIconPixmapWindow):
7009 Fixed loading of application supplied pixmap on 8/24 depth screen
7011 2003-05-25 Dan Espen <dane@mk.telcordia.com>
7013 * fvwm/builtins.c (CMD_Exec): Another attempt to fix problem with
7016 * fvwm/decorations.c: Sync up motif hints structure to aix,hp,
7019 2003-05-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7021 * fvwm/misc.c (GrabEm):
7022 do not confine the pointer to the root window when grabbed; this can
7023 cause the pointer to be warped to another screen
7024 * fvwm/menus.c (get_menu_options):
7025 fixed placement of menus on Xinerama screens
7026 * libs/FScreen.c (FScreenGetResistanceRect):
7027 fixed function to do something useful
7028 * libs/Flocale.c (FlocaleDrawString):
7029 support font shadowing without colorsets
7030 * libs/ColorUtils.c:
7032 * fvwm/menuitem.c (menuitem_paint):
7033 do not use colorsets in menus if they are not defined
7034 * fvwm/menustyle.c (menustyle_parse_style):
7035 fixed initialisation of MenuStyle colorsets when mwm/fvwm menu style is
7038 2003-05-23 olicha <olivier.chapuis@free.fr>
7040 * fvwm/bindings.c (ParseBinding):
7041 (bind_get_bound_button_contexts):
7042 * libs/Bindings.c (GrabWindowButton):
7043 Fixed window button grabbing
7045 2003-05-22 olicha <olivier.chapuis@free.fr>
7047 * fvwm/colorset.c (parse_colorset):
7050 * fvwm/borders.c (border_fill_pixmap_background):
7051 Fixed problem with depth 1 pixmap
7053 * fvwm/conditional.c (CMD_On):
7056 * fvwm/conditional.c (CreateConditionMask):
7057 Fixed memory leaks for layer and state
7059 2003-05-22 Mikhael Goikhman <migo@homemail.com>
7062 added perllib/FVWM/Tracker/Makefile
7064 2003-05-22 olicha <olivier.chapuis@free.fr>
7068 * fvwm/style.c (print_styles):
7069 * fvwm/builtins.c (CMD_PrintInfo):
7070 New style subject to PrintInfo
7072 2003-05-20 olicha <olivier.chapuis@free.fr>
7074 * libs/Flocale.c (FlocaleGetFontOrFontSet):
7075 Allowed empty xft font name
7078 * libs/flist.c (new file):
7079 * libs/flist.h (new file):
7080 Added a flist structure and some basic function for handling such
7083 * libs/FGettext.c (*):
7084 Use the new flist struct and functions interface
7086 * fvwm/screen.h (ScreenInfo):
7087 * fvwm/update.c (destroy_scheduled_windows):
7088 * fvwm/add_window.c (destroy_window):
7089 Added a list for the windows which are scheduled for destroy
7090 Remove a fw at once from the fw list when we destroy_window
7092 2003-05-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7094 * fvwm/style.c (CMD_DestroyStyle):
7095 do not update windows if no style was deleted
7096 (check_window_style_change):
7097 fixed update of window styles w/ DestroyStyle
7099 2003-05-18 olicha <olivier.chapuis@free.fr>
7101 * fvwm/conditional.c (CMD_On):
7102 Added x,r,w,f and i file condition to the On command
7104 * fvwm/add_window.c (destroy_window):
7105 Fixed a memory leak (a FvwmWindow !) when a window is not destroyed
7106 but scheduled for destroy. Not sure that the fix is good.
7108 * fvwm/functions.c (__execute_function):
7110 Limited the depth of function to MAX_FUNCTION_DEPTH (=512).
7111 This fixes some cores dumps with "recursives" functions
7113 * fvwm/borders.c (border_create_root_transparent_pixmap):
7114 (border_draw_decor_to_pixmap):
7115 Fixed a core dump with a root transparent rotated title
7116 Fixed X errors 56 with RootTransparent titlebar and no E pixmap
7118 * libs/FGettext.c (fgettext_add_one_path):
7120 (FGettextSetLocalePath):
7121 Fixed memory leak and chainning
7123 * fvwm/builtins.c (CMD_PrintInfo):
7124 Fixed a parsing leak
7126 * fvwm/conditional.c (Circulate):
7127 Fixed a mask memory leaks
7130 * libs/Flocale.c (FlocaleGetFont):
7131 (FlocaleGetFontSet):
7132 (FlocaleGetFftFont):
7133 Fixed a core dump when a 0 font is given with an encoding hints.
7134 Added a default FFT font
7136 * fvwm/builtins.c (CMD_DefaultFont):
7137 Fixed a core dump when the default font change and a redraw
7138 (icon or window) is proceeded before flush_window_updates is called
7140 * fvwm/menustyle.c (CMD_CopyMenuStyle):
7141 Fixed gradients copy
7143 * fvwm/menustyle.c (menustyle_parse_style):
7144 Fixed UMR's related to colorset
7146 * fvwm/builtins.c (ReadDecorFace):
7147 Removed inconsistent #if 0 code and comments about leak and MiniIcon
7151 * fvwm/menustyle.c (menustyle_free):
7152 Fixed a fore stipple gc leak
7154 * fvwm/windowlist.c (CMD_WindowList):
7155 Fixed a sor_keyname memory leak
7157 * fvwm/fvwm.c (ResetAllButtons):
7158 Fixed the default buttons memory leak
7160 2003-05-08 olicha <olivier.chapuis@free.fr>
7162 * fvwm/windowlist.c (CMD_WindowList):
7163 Fixed a memory leak if MaxLabelWidth is used
7165 2003-05-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7167 * fvwm/functions.c (__context_has_window):
7168 (__execute_function):
7170 fixed excution of functions requiring a window without a window when
7171 called with "silent" from a complex function
7173 2003-05-07 olicha <olivier.chapuis@free.fr>
7175 * libs/System.c (searchPath):
7178 2003-05-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7180 * fvwm/move_resize.c (__move_loop):
7184 2003-05-03 olicha <olivier.chapuis@free.fr>
7189 2003-05-01 Bob Woodside <dumbledore@woodsway.com>
7192 Minor typo corrections.
7194 2003-04-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7196 * fvwm/move_resize.c (__move_loop):
7202 2003-04-28 olicha <olivier.chapuis@free.fr>
7204 * fvwm/ewmh.c (ewmh_atom_wm_state):
7206 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnTop):
7207 (ewmh_WMStateStaysOnBottom):
7208 Fixed EwmhUseStackingHints and EwmhIgnoreStackingHints style update
7210 2003-04-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7212 * fvwm/module_interface.c (do_execute_module):
7213 * fvwm/fvwm.c (main):
7214 * libs/envvar.c (flib_putenv):
7215 * fvwm/builtins.c (add_to_env_list):
7218 fixed putenv memory leaks
7220 * libs/envvar.c (strIns):
7224 replacement for putenv without memory leaks
7229 * fvwm/fvwm.c (StartupStuff):
7231 * fvwm/add_window.c (free_window_names):
7233 * fvwm/events.c (HandlePropertyNotify):
7235 * fvwm/menus.c (do_menu):
7237 (__mloop_exit_selected):
7239 * fvwm/menucmd.c (menu_func):
7242 * fvwm/builtins.c (CMD_Destroy):
7244 call destroy_window right after XKillClient; do not wait for the window
7247 * fvwm/menucmd.c (menu_func):
7248 * fvwm/windowlist.c (CMD_WindowList):
7251 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7254 several updates (FvwmGtk, gettext)
7256 2003-04-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7258 * fvwm/menucmd.c (menu_func):
7259 * fvwm/windowlist.c (CMD_WindowList):
7261 * fvwm/menus.c (is_double_click):
7264 (pop_menu_down_and_repaint_parent):
7265 (__mloop_get_event_timeout_loop):
7266 (__mloop_get_event):
7267 (__mloop_handle_event):
7268 (__mloop_select_item):
7269 (__mloop_make_popup):
7270 (__mloop_get_mi_actions):
7273 (__mloop_handle_action_with_mi):
7274 (__mloop_handle_action_without_mi):
7276 (menu_enter_tear_off_menu):
7277 (menu_close_tear_off_menu):
7279 replaced the pfw and pcontext members of the MenuParameters structure
7280 with an execution context pointer
7281 (_menu_execute_function):
7282 wrapper function to simplyfy command execution from within menus
7284 fixed warping pointer to first menu item when invoked with the mouse
7286 * fvwm/execcontext.c:
7289 2003-04-26 Mikhael Goikhman <migo@homemail.com>
7296 replaced "Mouse 0 R N Menu MenuFvwmRoot" binding with "Mouse 1 R A"
7298 2003-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7300 * fvwm/menus.c (do_menu):
7301 the NoWarp position hint option works with root menus too
7303 * fvwm/ConfigFvwmDefaults:
7304 removed GrabFocusOff and GrabFocusTransient since they nullify the
7305 default with the plain focus policies
7307 2003-04-24 olicha <olivier.chapuis@free.fr>
7309 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7310 Fixed a miss print in my previous commit
7312 * fvwm/ewmh_events.c (ewmh_WMStateStaysOnBottom):
7314 (ewmh_WMStateStaysOnBottom):
7315 * fvwm/ewmh.c (ewmh_AllowsMinimize):
7316 * fvwm/ewmh_intern.h:
7317 Added comment on the implementation at the top of ewmh.c.
7318 Fixed _NET_WM_MOVERESIZE. Added _NET_WM_ACTION_MINIMIZE in
7319 _NET_WM_ALLOWED_ACTIONS (almost nothing todo). Added
7320 _NET_WM_STATE_ABOVE (just an alias of _NET_WM_STATE_STAYS_ON_TOP)
7321 and _NET_WM_STATE_BELOW.
7324 Added David Fries. Updated my entries.
7329 2003-04-23 olicha <olivier.chapuis@free.fr>
7331 * fvwm/module_interface.c (CMD_KillModule):
7332 Fixed a leak when we have an alias
7334 * libs/Picture.c (PFreeFvwmPictureData):
7336 New interface function for just freeing the allocated data (not
7339 2003-04-22 olicha <olivier.chapuis@free.fr>
7341 * fvwm/colorset.c (get_root_pixmap):
7342 Fixed a minor memory leak
7344 * fvwm/functions.c (execute_complex_function):
7345 Fixed uninitialized d.type
7347 * libs/Ficonv.c (FiconvSetupConversion):
7348 (FiconvUtf8ToCharset):
7349 (FiconvCharsetToUtf8):
7352 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
7355 Fixed a core dump and safety check related to not loaded font
7357 2003-04-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7362 2003-04-16 olicha <olivier.chapuis@free.fr>
7364 * fvwm/ewmh_events.c (ewmh_CloseWindow):
7367 (ewmh_WMStateHidden):
7368 Check if functions are allowed
7370 * fvwm/ewmh.c (ewmh_HandleDesktop):
7372 Set Desktop and Dock uniconifiable and unmaximazable
7374 * fvwm/menuitem.c (menuitem_paint):
7376 Fixed greyed action with EWMH desktop
7378 2003-04-16 Mikhael Goikhman <migo@homemail.com>
7381 documented FvwmEvent behaviour of executing window related event
7382 handlers within a window context
7385 updated WindowId entry
7387 2003-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7389 * fvwm/schedule.c (deschedule):
7392 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7393 (ExecuteCommandQueue):
7394 * libs/queue.c (fqueue_init):
7395 (fqueue_remove_or_operate_from_front):
7396 (fqueue_remove_or_operate_from_end):
7397 (fqueue_remove_or_operate_all):
7399 (fqueue_unlock_queue):
7400 (fqueue_lock_queue):
7401 (fqueue_add_at_front):
7402 (fqueue_add_inside):
7406 * libs/queue.c (fqueue_remove_or_operate_all):
7407 (fqueue_remove_or_operate_from_end):
7408 (fqueue_remove_or_operate_from_front):
7409 * fvwm/module_interface.c (DeleteMessageQueueBuff):
7410 (ExecuteCommandQueue):
7411 * fvwm/schedule.c (deschedule):
7412 (check_deschedule_obj_func):
7413 (deschedule_obj_func):
7415 (check_execute_obj_func):
7420 2003-04-15 Mikhael Goikhman <migo@homemail.com>
7422 * fvwm/ConfigFvwmDefaults:
7424 * fvwm/windowlist.c:
7425 * sample.fvwmrc/system.fvwm2rc-sample-95:
7427 WindowListFunc is executed now within a window context,
7428 so "WindowId $0" is not needed anymore in its definition
7430 2003-04-14 olicha <olivier.chapuis@free.fr>
7434 Documented LocalePath and $[gt.str]. FvwmScript news.
7436 * fvwm/expand.c (expand_vars_extended):
7437 Fixed $[gt.str] expansion
7440 New gettext domain FvwmScript
7442 * libs/FGettext.c (FGettextCopy):
7444 New interface function which copies the string
7446 2003-04-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7448 * fvwm/conditional.c (CMD_Cond):
7449 allow to negate the condition code with '!' prefix
7451 * fvwm/schedule.c (CMD_Schedule):
7453 support hexadecimal ids
7455 * libs/Parse.c (GetIntegerArguments):
7456 (_get_suffixed_integer_arguments):
7457 (GetSuffixedIntegerArguments):
7458 (GetIntegerArgumentsAnyBase):
7459 new utitily function to allow hexadecimal integer arguments
7461 2003-04-10 olicha <olivier.chapuis@free.fr>
7463 * libs/Flocale.c (FlocaleGetFullNameOfFontStruct):
7464 (FlocaleGetCharsetOfFontStruct):
7465 (FlocaleGetCharsetFromName):
7466 (FlocaleFixNameForFontSet):
7467 (FlocaleGetFontSet):
7468 (FlocalePrintLocaleInfo):
7469 * libs/FlocaleCharset.h:
7470 * libs/FlocaleCharset.c (FlocaleCharsetIsCharsetXLocale):
7471 (FlocaleCharsetPrintXOMInfo):
7472 Load a FontSet only when this is reasonable. Finished PrintInfo locale 2
7474 2003-04-08 olicha <olivier.chapuis@free.fr>
7476 * libs/defaults.h (FLOCALE_MB_FALLBACK_FONT):
7477 fixed the default font name
7479 2003-04-07 Mikhael Goikhman <migo@homemail.com>
7481 * fvwm/events.c (HandlePropertyNotify):
7482 * fvwm/ewmh_names.c (EWMH_WMName, EWMH_WMIconName):
7483 completely ignore application requests to set exactly the same
7484 window name or icon name (xmms sets it every second),
7485 this avoids some redundant module messages and redraws
7487 2003-04-05 Mikhael Goikhman <migo@homemail.com>
7492 2003-04-04 olicha <olivier.chapuis@free.fr>
7495 Fixed a miss print in fribidi config check
7497 2003-04-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7499 * fvwm/focus.c (__restore_focus_after_unmap):
7500 iconified windows without an icon do not receive focus
7502 2003-03-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7504 * fvwm/virtual (CMD_GotoDeskAndPage):
7505 different "GotoDeskAndPage prev" fix that works with any viewports, not
7506 just multiples of the screen size
7508 2003-03-29 Mikhael Goikhman <migo@homemail.com>
7510 * fvwm/virtual (CMD_GotoDeskAndPage):
7511 fixed "GotoDeskAndPage prev" with desks larger than 2x2
7513 2003-03-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7518 * fvwm/menucmd.c (menu_func):
7519 fixed double key presses to choose default menu action
7521 * fvwm/focus.c (__update_windowlist):
7522 fixed order of window list with SloopyFocus when using the Focus
7525 2003-03-22 Mikhael Goikhman <migo@homemail.com>
7528 clarified some things, typo fixed
7530 2003-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7532 * libs/Colorset.c (CreateBackgroundPixmap):
7533 (GetWindowBackgroundPixmapSize):
7534 (get_aspect_dimensions):
7535 fixed size calculation of aspect pixmaps
7537 2003-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7539 * fvwm/icons.c (clear_icon):
7543 * fvwm/geometry.c (get_icon_geometry):
7544 (modify_icon_position):
7545 set a valid icon picture position if there is neither a picture nor a
7548 2003-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7552 reformatted to fit better on the web page
7554 2003-03-15 Mikhael Goikhman <migo@homemail.com>
7557 added items from "My TODO" message on 2003-01-02
7560 actually remove duplicate Iconify entry, use $[w.id] not $w, more fixes
7562 2003-03-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7565 removed debug output
7567 2003-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7569 * libs/FScreen.c (FScreenMangleScreenIntoUSPosHints):
7570 (FScreenFetchMangledScreenFromUSPosHints):
7571 two functions to allow USPosition hints from modules and StartsOnScreen
7572 work at the same time
7574 * fvwm/conditional.c (direction_cmd):
7575 Some fixes, reformatting and improvements.
7577 2003-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7579 * fvwm/icons.c (Iconify):
7580 initialise icon position to +0+0 if there is neiter a picture nor a
7583 * fvwm/functions.c (DeferExecution):
7589 * fvwm/update.c (apply_window_updates):
7590 fixed drawing of sticky icon titles when the stickyicon style is being
7593 2003-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7595 * fvwm/placement.c (CMD_PlaceAgain):
7596 * fvwm/add_window.c (setup_window_placement):
7597 * fvwm/virtual.c (MapDesk):
7598 update the GNOME hints desk when changing desks; fixes placeagain with
7600 some placeagain fixes
7602 * fvwm/fvwm.1.in (Example):
7603 removed duplicate Iconify section
7608 * fvwm/functable.c (func_table):
7609 * fvwm/functions.h (func_type):
7610 * fvwm/functions.c (__execute_function):
7611 (execute_complex_function):
7613 fixed a new and and old window selection bug
7615 2003-03-09 Dan Espen <dane@mk.telcordia.com>
7617 * todo-2.6 (todo): Close C.13 (861): cant reproduce, no problems
7618 detected with Purify.
7620 2003-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7622 * libs/Colorset.c (SetWindowBackgroundWithOffset):
7623 use None, not 0 for Window structures
7625 * fvwm/events.c (InitEventHandlerJumpTable):
7627 (__handle_key_event):
7628 * fvwm/bindings.c (ParseBinding):
7632 removed key release binding because they can not work reliably
7634 2003-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7636 * fvwm/functable.c (func_table):
7637 trigger on ButtonPress for many of the functions
7639 * fvwm/functions.c (__execute_function):
7640 (__execute_function):
7641 fixed conditional commands a la "Current" triggered on root window
7643 2003-03-01 Dan Espen <dane@mk.telcordia.com>
7645 * todo-2.6: Closed B.2, C.21.
7647 2003-02-28 olicha <olivier.chapuis@free.fr>
7650 * fvwm/events.c (HandleConfigureRequest):
7651 Added a workaround for application with broken max/min size hints
7652 vs a size configure request. This "fixes" floating java JToolBar.
7654 * fvwm/add_window.c (GetWindowSizeHints):
7655 Check that the max size hint is not broken relatively to the the base
7658 2003-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7662 released 2.5.6, set version to 2.5.7
7668 2003-02-26 Tony Finch <dot@dotat.at>
7670 * fvwm/borders.c (border_draw_one_border_part):
7671 Don't draw the handle relief marks when the border is flat.
7673 2003-02-27 Mikhael Goikhman <migo@homemail.com>
7676 s/fribdi_in_path/fribidi_in_path/
7679 spell checking and some reformatting
7681 2003-02-26 olicha <olivier.chapuis@free.fr>
7683 * fvwm/borders.c (border_setup_bar_pixmaps):
7684 Fixed a miss-print which can cause a core dump
7687 Added a 2.6 TODO file
7689 2003-02-25 Dan Espen <dane@mk.telcordia.com>
7691 * fvwm/focus.c (focus_grab_buttons): Fix compile problems Forte7,
7692 void functioin cannot return a value.
7694 2003-02-25 olicha <olivier.chapuis@free.fr>
7697 Fixed compilation warning if fribidi is in path
7699 2003-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7701 * fvwm/windowlist.c (CMD_WindowList):
7702 removed unused instruction
7704 2003-02-22 Dan Espen <dane@mk.telcordia.com>
7706 * configure.in: Remove nested function from -Werror check.
7707 Lets configure work without gcc.
7710 * fvwm/read.c (run_command_stream): Make Break work from PipeRead.
7712 2003-02-21 Dan Espen <dane@mk.telcordia.com>
7714 * fvwm/functions.c (__run_complex_function_items): Make Break start
7717 2003-02-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7719 * fvwm/move_resize.c (get_outline_rects):
7720 (draw_move_resize_grid):
7721 initial drawing and final undrawing of wire frame no longer toggles the
7722 pixel in the top left corner of the screen
7724 * fvwm/expand.c (expand_vars):
7725 disabled warnings about one letter variables
7727 2003-02-17 Dan Espen <dane@mk.telcordia.com>
7729 * README: Update to reflect release 2.5.x.
7730 * NEWS: Update news for FvwmPager drag fix.
7732 2003-02-15 olicha <olivier.chapuis@free.fr>
7737 2003-02-13 olicha <olivier.chapuis@free.fr>
7739 * fvwm/gnome.c (GNOME_SetClientList):
7740 Applied David Fries patch which fixes a possible crash with more
7742 (GNOME_SetClientList):
7743 malloc -> safemalloc
7745 2003-02-09 Dan Espen <dane@mk.telcordia.com>
7747 * fvwm/fvwm.1.in (Note): Update %space/%tab description in menu.
7748 Give the XorValue range.
7750 2003-02-08 Dan Espen <dane@mk.telcordia.com>
7752 * fvwm/fvwm.1.in: Fully document the emulate command.
7754 2003-02-06 olicha <olivier.chapuis@free.fr>
7756 * fvwm/borders.c (get_common_decorations):
7757 (border_get_border_background):
7759 2003-02-05 Dan Espen <dane@mk.telcordia.com>
7761 * fvwm/builtins.c (CMD_Exec): Use STDIN_FILENO instead of a zero.
7763 2003-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7766 * fvwm/menuitem.c (menuitem_get_size):
7767 * fvwm/menus.c (calculate_item_sizes):
7768 renamed "mips" to mipst
7770 * fvwm/menuitem.c (menuitem_get_item_size):
7771 * fvwm/menus.c (_calculate_item_sizes):
7772 backed out patch from 30-Jan-2003
7774 2003-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7777 * fvwm/menuitem.c (menuitem_get_item_size):
7778 * fvwm/menus.c (_calculate_item_sizes):
7779 functions renamed due to global name space collision with IRIX 6.5
7781 2003-01-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7784 added tests/hints/Makefile.am
7786 2003-01-24 Dan Espen <dane@mk.telcordia.com>
7788 * fvwm/fvwm.1.in: Fixed next->previous in Prev command.
7790 2003-01-20 Dan Espen <dane@mk.telcordia.com>
7792 * sample.fvwmrc/DecorWin95:
7793 * sample.fvwmrc/DecorMwm: Remove bad mouse binding, that I meant to
7794 Replace a long time ago.
7796 2003-01-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
7798 * fvwm/stack.c (new_layer):
7799 (collect_transients_recursive):
7803 * fvwm/events.c (HandleConfigureRequest):
7804 fixed placement of icons
7805 fixed size calculations of icons
7807 2003-01-18 Mikhael Goikhman <migo@homemail.com>
7810 fixed $[desk.name<n>] that was masked by $[desk.n],
7811 added $[desk.pagesx] and $[desk.pagesy]
7813 2003-01-16 Dan Espen <dane@mk.telcordia.com>
7815 * NEWS: Update news. Spelling fixes 2.5.x news.
7816 * fvwm/builtins.c (CMD_Exec): Close stdin so the exec'd process knows
7817 its not interactive.
7819 2003-01-12 Mikhael Goikhman <migo@homemail.com>
7822 added a short description together with the commands
7824 2003-01-12 Marcus Lundblad <ml@update.uu.se>
7827 Added conditionals Closable,Iconifiable,Maximizable,FixedSize and
7830 2003-01-11 Mikhael Goikhman <migo@homemail.com>
7834 deprecate all single letter variables, new variables are supported now
7835 $[w.id], $[w.name], $[w.iconname], $[w.class], $[w.resource],
7836 $[desk.n], $[version.num], $[version.info], $[version.line].
7838 2003-01-07 Marcus Lundblad <ml@update.uu.se>
7840 * fvwm/style.c (style_parse_one_style_option):
7842 Removed duplicate styles Unclosable,Unmaximizable,Uniconifiable and
7843 DisallowMaximizeFixedSize
7845 2003-01-06 Dan Espen <dane@mk.telcordia.com>
7847 * fvwm/fvwm.1.in: Lang check.
7849 2003-01-03 olicha <olivier.chapuis@free.fr>
7854 * fvwm/ewmh_intern.h:
7855 * fvwm/ewmh_names.c:
7856 * fvwm/ewmh_icons.c:
7857 * fvwm/ewmh_events.c:
7862 * fvwm/functable.c (func_table):
7863 * fvwm/fvwm.c (setVersionInfo):
7866 Removed GNOME and HAVE_EWMH ifdef
7869 Documented UseTitleDecorRotation
7871 2003-01-03 Mikhael Goikhman <migo@homemail.com>
7873 * fvwm/module_interface.c (MoveViewport):
7874 * fvwm/virtual.c (CMD_DesktopSize, CMD_Send_WindowList):
7875 M_NEW_PAGE now has 7 arguments
7877 2003-01-02 olicha <olivier.chapuis@free.fr>
7880 Documented the new icon style options
7884 * fvwm/icons.c (DrawIconTitleWindow):
7885 (DrawIconPixmapWindow):
7886 (setup_icon_title_size):
7887 * fvwm/style.c (style_parse_one_style_option):
7888 Fixed IconTitleRelief and IconBackgroundRelief arguments
7890 * fvwm/icons.c (GetIconPicture):
7891 (SetIconPixmapSize):
7892 Fixed IconSize style for non shaped depth > 1 pixmaps
7894 2003-01-02 Mikhael Goikhman <migo@homemail.com>
7898 * fvwm/conditional.c (CMD_On):
7901 new conditional command On for non-window related conditions
7903 * fvwm/execcontext.h:
7904 * fvwm/fvwm.c (Done, SetRCDefaults, StartupStuff):
7905 two new exec contexts for restarting
7907 2003-01-02 olicha <olivier.chapuis@free.fr>
7909 * fvwm/builtins.c (ReadMultiPixmapDecor):
7910 StretchedPixmap -> AdjustedPixmap
7913 Documented Colorset in BorderStyle, TitleStyle and ButonsStyle
7914 Documented the new MultiPixmap syntax
7916 2002-12-31 Mikhael Goikhman <migo@homemail.com>
7920 * fvwm/builtins.c (ReadTitleButton):
7922 new button state shortcuts AllActiveUp, AllActiveDown,
7923 AllInactiveUp, AllInactiveDown
7925 2002-12-31 olicha <olivier.chapuis@free.fr>
7927 * libs/PictureGraphics.c (PCopyArea):
7928 Fixed rendering of depth 1 pixmap with a mask
7930 * fvwm/update.c (apply_window_updates):
7931 Fixed icon bg cset update
7933 * fvwm/events.c (HandlePropertyNotify):
7934 * fvwm/geometry.c (move_icon_to_position):
7935 Fixed non shaped icons with a bg padding but without cs bg
7938 * fvwm/style.c (style_parse_icon_size_style):
7940 * fvwm/fvwm.h (window_style):
7941 * fvwm/add_window.c (setup_icon_size_limits):
7942 * fvwm/icons.c (SetIconPixmapSize):
7944 New option to IconSize style: Adjusted, Streched, Shrunk
7946 * fvwm/icons.c (SetIconPixmapSize):
7948 Always center the icon with IconSize if the icon has a background
7950 2002-12-30 Mikhael Goikhman <migo@homemail.com>
7953 FvwmWindowMenu renaming; compact long diagnostics into half of line
7956 documeted and corrected new features
7959 removed a "deprecated" tag from TitleStyle/ButtonStyle/BorderStyle
7960 since these are the only way currently to create themes
7965 2002-12-30 olicha <olivier.chapuis@free.fr>
7968 * fvwm/icons.c (setup_icon_title_size):
7969 (set_icon_pixmap_background):
7971 (DrawIconTitleWindow):
7972 (DrawIconPixmapWindow):
7976 * fvwm/events.c (HandleEnterNotify):
7978 (HandleLeaveNotify):
7979 (HandlePropertyNotify):
7980 * fvwm/borders.c (border_draw_decorations):
7983 * fvwm/add_window.c (setup_icon_background_parameters):
7984 (setup_icon_title_parameters):
7985 (setup_style_and_decor):
7987 * fvwm/geometry.c (move_icon_to_position):
7989 * fvwm/style.c (check_window_style_change):
7990 (update_style_colorset):
7991 (update_icon_title_cs_style):
7992 (update_icon_title_cs_hi_style):
7993 (update_icon_background_cs_style):
7996 * fvwm/update.c (apply_window_updates):
7997 New style options IconBackgroundColorset, IconTitleColorset,
7998 HilightIconTitleColorset, IconTitleRelief, IconBackgroundRelief
7999 and IconBackgroundPadding
8001 2002-12-28 Mikhael Goikhman <migo@homemail.com>
8004 fixed compilation without XShm
8006 * fvwm/borders.c (border_rotate_titlebar_descr):
8007 fixed warning: deprecated use of label at end of compound statement
8009 2002-12-27 olicha <olivier.chapuis@free.fr>
8011 * fvwm/ConfigFvwmDefaults:
8012 UseTitleDecorRotation is a default
8014 * libs/Graphics.c (do_relieve_rectangle_with_rotation):
8015 (do_relieve_rectangle):
8017 * fvwm/borders.c (border_draw_title_stick_lines):
8018 (border_create_root_transparent_pixmap):
8019 (border_mp_render_into_pixmap):
8020 (border_draw_decor_to_pixmap):
8021 (border_mp_render_into_pixmap):
8022 (border_mp_get_titlebar_descr):
8023 (border_mp_draw_mp_titlebar):
8024 (border_draw_decor_to_pixmap):
8025 (border_set_button_pixmap):
8026 (border_get_titlebar_draw_descr):
8027 (border_set_title_pixmap):
8028 (border_rotate_titlebar_descr):
8029 (border_get_titlebar_descr):
8030 Completed UseTitleDecorRotation
8032 2002-12-26 olicha <olivier.chapuis@free.fr>
8034 * fvwm/update.c (apply_window_updates):
8035 * fvwm/frame.c (frame_get_titlebar_dimensions):
8036 (frame_set_decor_gravities):
8037 * fvwm/borders.c (border_set_button_pixmap):
8038 (border_get_titlebar_descr):
8039 (border_draw_one_button):
8040 Buttons order follows the title text rotations.
8041 More UseTitleDecorRotation preparation
8043 * fvwm/borders.c (border_draw_decor_to_pixmap):
8046 2002-12-24 olicha <olivier.chapuis@free.fr>
8048 * fvwm/borders.c (border_mp_render_into_pixmap):
8049 (border_fill_pixmap_background):
8050 Some borders drawing fixes
8052 * libs/Graphics.c (CreateRotatedPixmap):
8053 * fvwm/geometry.c (get_title_font_size_and_offset):
8054 * fvwm/update.c (apply_window_updates):
8055 * fvwm/borders.c (border_set_button_pixmap):
8056 (border_get_titlebar_draw_descr):
8057 (border_draw_title):
8058 (border_rotate_titlebar_descr):
8059 (border_get_titlebar_descr):
8060 More UseTitleDecorRotation preparation
8062 2002-12-22 Dan Espen <dane@mk.telcordia.com>
8064 * fvwm/add_window.c (GetWindowSizeHints): Change hint warning message
8065 so we won't get so many application bugs report to fvwm-workers.
8067 * fvwm/fvwm.1.in: Grammar: allows to -> allows for.
8069 2002-12-21 Marcus Lundblad <ml@update.uu.se>
8071 * fvwm/style.c (style_parse_one_style_option):
8074 * fvwm/window_flags:
8075 * fvwm/decorations.c (is_function_allowed,
8076 __is_resize_allowed):
8077 Added styles Closable, Iconifiable, Maximizable and
8078 AllowMaximizeFixedSize
8079 * fvwm/conditional.c (MatchesConditionMask,
8080 CreateConditionMask):
8081 Added conditionals Closable,Iconifiable and Maximizable
8083 Documented styles Closable, Iconifiable, Maximizable and
8084 AllowMaximizeFixedSize and conditionals
8085 Closable,Iconifiable and Maximizable
8087 2002-12-20 olicha <olivier.chapuis@free.fr>
8089 * fvwm/window_flags.h:
8091 * fvwm/update.c (apply_window_updates):
8093 * fvwm/style.c (style_parse_one_style_option):
8095 UseTitleDecorRotation style preparation
8097 * fvwm/fvwm.c (main):
8098 Use best TrueColor visual
8100 * fvwm/borders.c (border_get_border_gcs):
8101 Create the transparent_gc with the Scr.NoFocusWin and not the FW_W_FRAME
8102 window which may have a depth != Pdepth
8104 * fvwm/menus.c (paint_side_pic):
8105 * fvwm/menuitem.c (menuitem_paint):
8106 * fvwm/icons.c (DrawIconPixmapWindow):
8107 * fvwm/colorset.c (parse_colorset):
8108 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8111 2002-12-19 olicha <olivier.chapuis@free.fr>
8113 * libs/Graphics.c (CreateRotatedPixmap):
8115 New interface function CreateRotatedPixmap
8117 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8119 * libs/PictureGraphics.c (PCreateRenderPixmap):
8120 (PCreateDitherPixmap):
8121 * libs/Graphics.c (CreateGradientPixmap):
8122 (CreateRotatedPixmap):
8125 * libs/FShm.h (new file):
8126 * libs/FImage.h (new file):
8127 * libs/FImage.c (new file):
8129 * fvwm/fvwm.c (setVersionInfo):
8130 Added MIT Shared Memory Extension for XImage
8136 * fvwm/builtins.c (ReadDecorFace):
8138 * fvwm/borders.c (border_draw_decor_to_pixmap):
8139 (border_fill_pixmap_background):
8140 AdjustedPixmap, StretchedPixmap and ShrunkPixmap
8142 2002-12-17 Mikhael Goikhman <migo@homemail.com>
8145 shape-and-join fixes from Nadim Shaikli (slightly modified)
8147 2002-12-16 olicha <olivier.chapuis@free.fr>
8149 * libs/PictureGraphics.h:
8150 * libs/PictureGraphics.c (PTileRectangle):
8151 (PGraphicsCreateTiledPicture):
8152 * libs/Graphics.c (CreateTiledPixmap):
8153 New interface function: PGraphicsCreateTiledPicture
8156 * fvwm/fvwm.c (CreateGCs):
8157 Added a global (Scr) alpha GC
8161 * fvwm/builtins.c (ReadMultiPixmapDecor):
8162 (update_decorface_colorset):
8164 * fvwm/borders.c (border_get_tb_parts_to_draw):
8165 (border_fill_pixmap_background):
8166 (border_setup_bar_pixmaps):
8167 (border_get_bar_pixmaps):
8168 (border_free_bar_pixmaps):
8169 (border_mp_render_into_pixmap):
8170 (border_mp_get_length):
8171 (border_mp_get_titlebar_descr):
8172 (border_mp_get_geometry):
8173 (border_mp_get_use_title_style_parts_and_geometry):
8174 (border_mp_draw_mp_titlebar):
8175 (border_draw_decor_to_pixmap):
8176 (border_draw_title_deep):
8177 (border_get_titlebar_draw_descr):
8178 (border_setup_use_title_style):
8179 (border_get_titlebar_descr_state):
8180 (border_get_titlebar_descr):
8181 (border_get_transparent_decorations_part):
8182 (border_draw_title_stick_lines):
8183 MultiPixmap can use Colorset and Solid color. Various others minor
8184 improvement in MultiPixmap. "Merge" the MultiPixmap code into the
8185 "main" drawing code and remove the #ifdef.
8186 New option to ButtonStyle and TitleStyle: StretchedPixmap.
8187 Use the new Scr.AlphaGC.
8189 2002-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8191 * fvwm/add_window.c (validate_transientfor):
8192 do not ignore transientfor hint for iconified windows
8194 2002-12-12 Jason Weber <baboon@imonk.com>
8197 * fvwm/conditional.c (CMD_ScanForWindow):
8200 rename ScanWindow to ScanForWindow
8202 2002-12-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8204 * fvwm/menuitem.c (menuitem_paint):
8205 * fvwm/colorset.c (parse_colorset):
8206 * fvwm/icons.c (DrawIconPixmapWindow):
8207 * fvwm/focus.c (_SetFocusWindow):
8208 (_ReturnFocusWindow):
8210 (_ForceDeleteFocus):
8211 (__activate_window_by_command):
8212 patches to prevent UMR messages in memory debuggers
8214 2002-12-11 Jason Weber <baboon@imonk.com>
8216 * fvwm/fvwm.1.in: Added ScanWindow
8218 * fvwm/conditional.c (CMD_Direction, CMD_ScanWindow, direction_cmd):
8221 Generalized CMD_Direction into direction_cmd.
8222 Pipe CMD_Direction and CMD_ScanWindow into direction_cmd.
8223 Replace Cycle prefix with secondary direction argument.
8225 2002-12-10 Dan Espen <dane@mk.telcordia.com>
8227 * fvwm/fvwm.1.in: Applied Mikhael's quote fix.
8229 2002-12-05 Marcus Lundblad <ml@update.uu.se>
8230 * fvwm/conditional.c (CreateConditionMask):
8231 Implemented conditional "FixedSize" and "HasHandles"
8233 Documented conditional options "FixedSize" and "HasHandles".
8235 2002-12-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8237 * fvwm/placement.c (PlaceWindow):
8238 fixed StickyAcrossDesks w/ StartsOnPage
8242 * fvwm/ewmh_conf.c (set_state_workaround):
8243 * fvwm/update.c (apply_window_updates):
8244 * fvwm/windowlist.c (CMD_WindowList):
8245 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8246 (ewmh_WMStateSticky):
8247 * fvwm/conditional.c (CreateConditionMask):
8248 * fvwm/gnome.c (GNOME_SetHints):
8250 (GNOME_HandlePropRequest):
8251 * fvwm/placement.c (SmartPlacement):
8256 * fvwm/session.c (SaveWindowStates):
8259 * fvwm/ewmh.c (check_desk):
8260 (EWMH_SetWMDesktop):
8261 (ewmh_ComputeAndSetWorkArea):
8262 (ewmh_HandleDynamicWorkArea):
8263 (ewmh_HandleDesktop):
8266 (ewmh_HandleToolBar):
8267 * fvwm/virtual.c (UnmapDesk):
8270 (do_move_window_to_desk):
8271 * fvwm/icons.c (setup_icon_title_size):
8272 (DrawIconTitleWindow):
8275 * fvwm/borders.c (is_button_toggled):
8276 (get_common_decorations):
8277 (border_draw_title_stick_lines):
8278 * fvwm/add_window.c (AddWindow):
8279 * fvwm/move_resize.c (__move_window):
8281 (is_window_sticky_across_pages):
8282 (is_window_sticky_across_desks):
8288 (CMD_StickAcrossPages):
8289 (CMD_StickAcrossDesks):
8290 (stick_across_pages):
8291 (stick_across_desks):
8292 (handle_stick_across_desks):
8293 (handle_stick_across_pages):
8295 * fvwm/fvwm.h (struct):
8296 * fvwm/style.c (style_parse_one_style_option):
8297 (check_window_style_change):
8299 * fvwm/window_flags.h:
8300 renamed StickDesk to StickAcrossDesks, StickyDesk to StickyAcrossDesks,
8301 StickPage to StickAcrossPages and StickyPage to StickyAcrossPages
8304 * fvwm/focus.c (CMD_Focus):
8306 (__activate_window_by_command):
8307 (__update_windowlist):
8308 (__set_focus_to_fwin):
8310 (_ReturnFocusWindow):
8312 (_ForceDeleteFocus):
8313 fixed window list order with FlipFocus command
8315 2002-12-08 Mikhael Goikhman <migo@homemail.com>
8319 document bidi entry undocumented in 2.5.5
8321 2002-12-06 olicha <olivier.chapuis@free.fr>
8324 Fixed the "detection" of the LINGUAS variable
8327 Added ar to ALL_LINGUAS
8330 2002-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8332 * fvwm/move_resize.c (__resize_window):
8333 fixed handling of MontionNotify and PropertyNotify events
8335 2002-12-03 olicha <olivier.chapuis@free.fr>
8337 * fvwm/borders.c (border_draw_decor_to_pixmap):
8338 (border_get_border_background):
8339 (get_common_decorations):
8342 * fvwm/builtins.c (CMD_PrintInfo):
8343 New subject nls to PrintInfo
8345 * libs/FGettext.c (*):
8346 New command FlocalePath
8348 2002-12-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8352 changed version to 2.5.6
8358 2002-12-02 olicha <olivier.chapuis@free.fr>
8360 * libs/FRenderInit.c (FRenderInit):
8361 Fixed alpha depth if !XRenderSupport
8363 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
8364 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8366 * libs/PictureImageLoader.h:
8367 Fixed image loading on bigedian machine
8369 2002-12-01 Mikhael Goikhman <migo@homemail.com>
8371 * libs/FBidi.c (FBidiConvert):
8372 several small changes
8373 * libs/FBidiJoin.c (shape_n_join):
8374 enabled a new bidi shaping code
8376 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8378 * fvwm/frame.c (frame_restore_client_gravities):
8379 (frame_free_move_resize_args):
8380 fixed a redrawing problem after shading a window
8382 2002-11-29 olicha <olivier.chapuis@free.fr>
8385 Defined AM_PATH_PROG_WITH_TEST and re-enable it
8389 Fixed two missprints
8391 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8393 * fvwm/bindings.c (ParseBinding):
8394 fix for stroke-less compile
8396 2002-11-29 olicha <olivier.chapuis@free.fr>
8398 * fvwm/commands.h (enum):
8399 * fvwm/functable.c (func_table):
8400 * fvwm/builtins.c (CMD_LocalePath):
8401 * libs/FGettext.c (FGettextSetLocalePath):
8403 Preparation for LocalePath command
8405 * fvwm/screen.h (ScreenInfo):
8406 * fvwm/fvwm.c (CreateGCs):
8407 Rename Scr.TileGC to Scr.BordersGC
8410 A libintl autoconf fix
8412 * libs/Colorset.c (CreateBackgroundPixmap):
8413 Do not grab the server when we dump the E setroot pixmap
8415 2002-11-29 olicha <olivier.chapuis@free.fr>
8422 Added NLS support with gnu gettext
8424 * fvwm/fvwm.c (main):
8427 * fvwm/expand.c (expand_vars_extended):
8428 New extanded variable $[gt.any_string]
8430 * fvwm/virtual.c (CMD_DesktopName):
8431 * fvwm/windowlist.c (get_desk_title):
8432 * fvwm/expand.c (expand_vars_extended):
8433 * fvwm/fvwm.c (SetRCDefaults):
8434 * fvwm/ConfigFvwmSetup:
8435 Mark some strings to be translated
8437 * libs/FGettext.c (new file):
8438 * libs/FGettext.c (new file):
8440 gnu gettext libintl warper
8442 2002-11-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8444 * fvwm/add_window.c (RestoreWithdrawnLocation):
8445 rixed rxvts with S/E gravity travelling off screen upon recapture after
8448 * fvwm/events.c (__handle_key_event):
8449 * fvwm/bindings.c (activate_binding):
8450 (__rebind_global_key):
8451 fixed unbinding pointerkey bindings removing the grab for this key
8454 * fvwm/events.c (__is_bpress_window_handled):
8455 fixed click on override redirect windows being handled by the root
8458 * fvwm/misc.c (GrabEm):
8459 confine the pointer to the root window when grabbed
8461 * fvwm/events.c (HandleUnmapNotify):
8462 fixed reparenting problem with restarts from desks != 0
8464 2002-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8467 removed experimental code
8469 2002-11-28 olicha <olivier.chapuis@free.fr>
8471 * fvwm/borders.c (border_get_border_background):
8472 (border_draw_decor_to_pixmap):
8473 (border_fill_pixmap_background):
8474 Scr.TitleGC/Scr.TileGC cleanup. I will rename TileGC to BorderGC
8477 2002-11-26 Mikhael Goikhman <migo@homemail.com>
8479 * fvwm/fvwm.c (InitVariables):
8480 fixed DEFAULT_EDGE_SCROLL being interpretted as 100 pixels instead
8482 * fvwm/virtual.c (CMD_EdgeScroll):
8485 * fvwm/ConfigFvwmDefaults:
8486 do not include empty ConfigFvwmProxyDefaults, added one binding
8488 2002-11-26 olicha <olivier.chapuis@free.fr>
8490 * libs/Colorset.c (CreateBackgroundPixmap):
8491 * fvwm/colorset.c (parse_colorset):
8492 Be more safe with the E root pixmap
8494 2002-11-25 olicha <olivier.chapuis@free.fr>
8496 * fvwm/move_resize.c (__move_loop):
8497 Redraw the transparent decoration parts when a move is abored
8499 * fvwm/colorset.c (parse_colorset):
8500 Fixed the fgsh Colorset colors when the Image change but not the bg
8502 2002-11-24 Jason Weber <baboon@imonk.com>
8504 * fvwm/conditional.c (CMD_Direction):
8505 Extended Direction to allow CycleWest, CycleEast, etc that guarantees
8506 eventual traversal of all windows over repeated calls. It also cycles
8507 back to the opposite extent when it hits the limit in the given
8510 2002-11-22 olicha <olivier.chapuis@free.fr>
8513 * fvwm/borders.c (get_common_decorations):
8514 (border_get_parts_and_pos_to_draw):
8515 (border_get_changed_border_parts):
8516 (border_get_frame_pixmap, new):
8517 (border_get_border_background):
8518 (border_draw_one_border_part):
8519 (border_draw_decorations):
8520 (border_get_tb_parts_to_draw):
8521 (border_fill_pixmap_background):
8522 (border_get_titlebar_descr_state, new):
8523 (border_draw_titlebar):
8524 (border_setup_bar_pixmaps, new):
8525 (border_get_bar_pixmaps, new):
8526 (border_free_bar_pixmaps, new):
8527 (border_setup_use_title_style, new):
8528 (border_set_button_pixmap):
8529 (border_set_title_pixmap):
8530 (border_draw_one_button):
8531 (border_set_button_pixmap):
8532 (border_draw_title_deep):
8533 (border_get_transparent_decorations_part, new):
8534 Title, Border and Buttons Style Colorset Option: Drawing
8536 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
8539 * fvwm/frame.c (__frame_setup_window):
8540 (frame_has_handles_and_tiled_border):
8541 (frame_create_move_resize_args):
8542 (frame_free_move_resize_args):
8543 Title, Border and Buttons Style Colorset Option: External drawing
8544 stuff. Basically additional redrawing for RootTransparent
8546 * fvwm/builtins.c (update_decorface_colorset, new):
8547 (update_titlebutton_colorset, new):
8548 (update_decors_colorset, new):
8549 (update_fvwm_colorset):
8550 Title, Border and Buttons Style Colorset Option: Dynamic updating
8553 * fvwm/builtins.c (ReadDecorFace):
8554 Title, Border and Buttons Style Colorset Option: Configuration
8556 * libs/Colorset.c (GetWindowBackgroundPixmapSize, new):
8558 Title, Border and Buttons Style Colorset Option: Convinent macros and
8561 2002-11-18 Dan Espen <dane@mk.telcordia.com>
8563 * libs/Makefile.am: Add missing Bindings.h.
8565 2002-11-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8567 * fvwm/move_resize.c (__move_loop):
8568 send M_CONFIGURE_WINDOW only when the window actually moves
8570 2002-11-16 Mikhael Goikhman <migo@homemail.com>
8577 incorporated a shape-and-join bidi functionality from Nadim Shaikli
8578 with minor improvements; it is disabled for now (#if 0) since
8579 some Arabic chars cause core dump
8581 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8583 * fvwm/fvwm.1.in (Examples):
8584 added documentation of Icon option for PlaceAgain command
8586 * fvwm/events.c (__handle_key_event):
8587 fixed global key binding problem
8589 2002-11-15 olicha <olivier.chapuis@free.fr>
8591 * libs/Bindings.c (MatchBindingExactly):
8592 (__compare_binding):
8593 compile fixes w/o stroke lib
8596 * fvwm/geometry.c (get_title_font_size_and_offset):
8597 * fvwm/builtins.c (do_title_style):
8598 New MinHeight option to TitleStyle
8600 2002-11-15 olicha <olivier.chapuis@free.fr>
8602 * fvwm/builtins.c (update_fvwm_colorset):
8607 * fvwm/colorset.c (update_root_transparent_colorset):
8608 Fixed update of the RootTransparent colorset in fvwm
8610 2002-11-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8612 * libs/Bindings.c (__compare_binding):
8613 (MatchBindingExactly):
8614 compoile fixes w/o stroke lib
8616 2002-11-14 olicha <olivier.chapuis@free.fr>
8621 Removed any reference on "xft and flickering"
8623 2002-11-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8625 * fvwm/eventmask.h (XEVMASK_ICONW):
8626 * fvwm/events.c (HandleKeyRelease):
8628 (__handle_key_event):
8629 * fvwm/bindings.c (ParseBinding):
8631 * libs/Bindings.h (enum):
8632 implemented key release bindings; prefix the key name with a '-';
8633 does not work well with some applications
8635 2002-11-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8640 * fvwm/bindings.c (ParseBinding):
8643 (bind_get_bound_button_contexts):
8649 (RemoveMatchingBinding):
8654 (GrabAllWindowKeysAndButtons):
8655 * fvwm/module_interface.c (CMD_ModuleSynchronous):
8656 * fvwm/events.c (__handle_bpress_on_root):
8657 (__handle_bpress_on_managed):
8658 (HandleButtonRelease):
8659 * fvwm/builtins.c (CMD_Wait):
8661 * libs/fvwmlib.h (enum):
8662 fixed Key vs. PointerKey with "A"ny context
8664 2002-11-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8666 * fvwm/icons.c (Iconify):
8667 icon placement safety patch
8669 fixed initial position of application provided icon windows
8671 * fvwm/session.c (LoadWindowStates):
8672 fixed parsing of strings beginning with whitespace in session file
8674 * fvwm/fvwm.1.in (Note):
8675 * fvwm/style.c (style_set_old_focus_policy):
8676 * libs/defaults.h (DEF_FP_MODIFIERS):
8677 set default modifiers for raising/focusing to N again
8679 2002-11-11 olicha <olivier.chapuis@free.fr>
8682 * fvwm/fvwm.c (main):
8684 named-palette -> visual-palette, -N -> -P
8686 2002-11-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8688 * fvwm/ConfigFvwmDefaults:
8689 include ConfigFvwmProxyDefaults
8691 * fvwm/fvwm.c (usage):
8692 polished usage message
8694 2002-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8696 * fvwm/fvwm.c (usage):
8698 cleaned up usage and error messages
8699 use short option names in usage message an man page synopsis
8700 all options are case sensitive
8701 do not mention the "-" style long options in the man page; instead use
8704 * fvwm/add_window.c (setup_frame_window):
8705 * fvwm/events.c (HandleMapNotify):
8706 * fvwm/eventmask.h (XEVMASK_FRAMEW_RECAPTURE):
8707 fixed empty decorations after recapture
8709 * fvwm/geometry.c (get_icon_geometry):
8710 * fvwm/icons.c (clear_icon):
8711 fixed icon jumping to 0 0 when the icon layout changes after the icon
8712 has been moved manually
8714 * fvwm/move_resize.c (__move_icon):
8715 fixed MoveToPage with icons
8717 2002-11-09 olicha <olivier.chapuis@free.fr>
8719 * libs/Fft.c (FftGetRotatedFont):
8722 Check the return result of FftPatternGetMatrix
8725 * libs/PictureBase.h:
8728 2002-11-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8730 * fvwm/ewmh_conf.c (set_state_workaround):
8731 * fvwm/functable.c (func_table):
8732 * fvwm/update.c (apply_window_updates):
8733 * fvwm/windowlist.c (CMD_WindowList):
8734 * fvwm/ewmh_events.c (ewmh_WMDesktop):
8735 (ewmh_WMStateSticky):
8736 * fvwm/conditional.c (CreateConditionMask):
8737 (CreateConditionMask):
8738 * fvwm/gnome.c (GNOME_SetHints):
8740 (GNOME_HandlePropRequest):
8741 * fvwm/placement.c (SmartPlacement):
8746 * fvwm/session.c (SaveWindowStates):
8748 * fvwm/ewmh.c (check_desk):
8749 (EWMH_SetWMDesktop):
8750 (ewmh_ComputeAndSetWorkArea):
8751 (ewmh_HandleDynamicWorkArea):
8752 (ewmh_HandleDesktop):
8755 (ewmh_HandleToolBar):
8756 * fvwm/virtual.c (UnmapDesk):
8760 (do_move_window_to_desk):
8761 * fvwm/icons.c (setup_icon_title_size):
8762 (DrawIconTitleWindow):
8765 * fvwm/borders.c (is_button_toggled):
8766 (get_common_decorations):
8767 (border_draw_title_stick_lines):
8768 * fvwm/add_window.c (AddWindow):
8769 * fvwm/move_resize.c (__move_window):
8770 (is_window_sticky_on_page):
8771 (is_window_sticky_on_desk):
8777 (handle_stick_page):
8778 (handle_stick_desk):
8779 (__handle_stick_exit):
8782 * fvwm/style.c (style_parse_one_style_option):
8783 (check_window_style_change):
8786 New Style options stickypage and stickydesk
8787 New WindowList options NoStickyPage, NoStickyDesk, StickyPage,
8788 StickyDesk, OnlyStickyPage, OnlyStickyDesk
8789 New conditions StickyPage and StickyDesk
8790 New commands StickPage and StickDesk
8792 * fvwm/move_resize.c (__move_window):
8793 do not unstick a window when using MoveToScreen
8799 * fvwm/functable.c (func_table):
8800 * fvwm/ewmh_conf.c (CMD_EwmhBaseStruts):
8801 renamed EWMHBaseStrut to EwmhBaseStruts
8803 * fvwm/style.c (style_set_old_focus_policy):
8804 SloppyFocus and MouseFocus use "FPFocusClickModifiers N" by default
8805 (style_parse_one_style_option):
8806 renamed "Border" style to "Borders"
8807 removed "NoBorder" style; use !Borders instead
8808 renamed PlacmentOverlapPenalties to MinOverlapPlacementPenalties
8809 renamed PlacmentOverlapPercentPenalties to
8810 MinOverlapPercentPlacementPenalties
8817 Fixed compiler warnings
8819 2002-11-09 Mikhael Goikhman <migo@homemail.com>
8822 autogenerate FvwmWindowLister files
8825 mention fvwm-menu-directory and fvwm-menu-desktop as examples
8826 of MissingSubmenuFunction and DynamicPopupAction
8828 2002-11-08 olicha <olivier.chapuis@free.fr>
8830 * libs/PictureUtils.c (alloc_color_proportion):
8831 (alloc_color_proportion_dither):
8832 (alloc_color_proportion_grey):
8834 (free_colors_in_table):
8836 (init_static_colors_table):
8837 (PictureFreeColors):
8838 (PictureInitColors):
8839 (PicturePrintColorInfo):
8840 Fixed StaticColor visual. Rename some of the color allocators. Clean up
8843 2002-11-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8845 * fvwm/move_resize.c (__move_window):
8846 ignore MoveToPage with sticky windows
8848 * fvwm/conditional.c (Circulate):
8850 Next and Prev commands begin looking at the context window, if any
8852 * fvwm/focus.c (__focus_grab_buttons):
8853 fixed initial button grabbing on client window
8855 * fvwm/stack.c (BroadcastRestack):
8856 split long packets, fixed a bug and cleaned up
8858 * libs/Module.c (ReadFvwmPacket):
8859 ignore packets that are too long
8862 document PopupDelay and PopdownDelay defaults
8864 2002-11-06 olicha <olivier.chapuis@free.fr>
8866 * libs/Fft.c (FftGetFont):
8867 (FftGetRotatedFont):
8868 Use a more perfectioned method for loading font with Xft/Fc. This
8869 method allows sanity check. Preserve the matrix when rotating
8872 * libs/Flocale.c (FlocaleGetMinOffset):
8873 (FlocaleRotateDrawString):
8874 (FlocaleGetFontSet):
8876 * libs/Fft.c (FftDrawString):
8878 * libs/FftInterface.h:
8879 * fvwm/geometry.c (get_title_font_size_and_offset):
8880 Move the computation of the good "y" for drawing text into Flocale.
8881 Use the max ascent, descent and height for font metric (in the place
8884 * libs/Flocale.c (FlocalePrintLocaleInfo):
8886 * libs/Fft.c (FftPrintPatternInfo):
8888 * fvwm/builtins.c (CMD_PrintInfo):
8891 New option "Locale" to PrintInfo Command
8893 2002-11-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8895 * fvwm/events.c (HandleExpose):
8898 2002-11-04 Dan Espen <dane@mk.telcordia.com>
8900 * fvwm/fvwm.1.in: colour -> color
8903 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8906 * fvwm/fvwm.c (usage):
8910 2002-11-04 olicha <olivier.chapuis@free.fr>
8913 Added -lXrender in Xft 1 tests (Ethan Blanton <eblanton@cs.ohiou.edu>)
8915 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
8917 (PictureFreeColors):
8918 (PicturePrintColorInfo):
8919 Trace colours allocation out of the pallet in depth <= 8. Better
8920 information on coulours
8922 * libs/Fft.c (FftGetRotatedFont):
8924 Fixed rotated font when the original font has a matrix
8926 * libs/PictureBase.c (PictureInitCMapRoot):
8927 * libs/PictureUtils.h:
8928 * libs/PictureUtils.c (PictureInitColors):
8929 (PictureAllocColorTable):
8930 * libs/PictureBase.h (PictureColorLimitOption):
8931 * fvwm/fvwm.c (main):
8933 New options -strict-color-limit, -allocate-pallet, -static-pallet,
8934 -named-pallet. -color-limit now take only integer argument.
8937 2002-11-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8939 * libs/Module.h (struct):
8940 new type FvwmWinPacketBodyHeader to access the standard fields in a
8941 packet with a window
8943 2002-11-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
8948 * fvwm/functable.c (func_table):
8950 * fvwm/style.c (style_parse_one_style_option):
8951 (parse_and_set_window_style):
8955 added a new command FocusStyle as a shorthand for
8956 "Style * FP..., FP..."
8958 * fvwm/builtins.c (__parse_vector_line_one_coord):
8959 (__parse_vector_line):
8961 split vector line parsing into sub functions
8963 fixed core dump in vector button offset patch
8965 2002-11-01 Marcus Lundblad <ml@update.uu.se>
8967 * fvwm/screen.h (vector_coords):
8968 added fields for offsets
8969 * fvwm/builtins.c (ReadDecorFace):
8970 rewrote parser for vector definitions to accept optional offsets
8971 * fvwm/fvwm.c (LoadDefaultLeftButton):
8972 (LoadDefaultRightButton)
8973 set default values for offsets
8974 * fvwm/borders.c (border_draw_vector_to_pixmap):
8975 updated XDrawLine call to take offsets into account
8977 documented new options for vector offsets
8979 2002-11-01 olicha <olivier.chapuis@free.fr>
8981 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
8982 Fixed icon tint pixel, it was set to icon tint percent during some
8985 2002-10-31 olicha <olivier.chapuis@free.fr>
8987 * libs/PictureUtils.c (PictureAllocColorImage):
8988 (PictureOpenImageColorAllocator):
8989 (PictureCloseImageColorAllocator):
8990 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
8993 (PImageCreatePixmapFromArgbData):
8994 (PImageLoadPixmapFromFile):
8995 * libs/PictureBase.h (FvwmPictureThing):
8996 (PictureImageColorAllocator):
8998 * libs/Picture.c (PDestroyFvwmPicture):
8999 (PLoadFvwmPictureFromPixmap):
9000 * libs/Graphics.c (CreateGradientPixmap):
9002 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
9003 Added a new way to allocate colors for image and gradient. This method
9004 allows, in particular, to save (in a "fast" way) the allocated pixels
9005 with a minimal memory usage.
9006 Fixed color leaks for png, ewmh and dithered xpm images.
9008 * fvwm/add_window.c (destroy_icon):
9009 * fvwm/fvwm.h (FvwmWindow):
9010 * fvwm/icons.c (GetIconFromFile):
9013 2002-10-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9017 * fvwm/stack.c (enum):
9018 (position_new_window_in_stack_ring):
9020 (must_move_transients):
9023 (__raise_lower_recursion):
9024 (__raise_or_lower_window):
9025 (raise_or_lower_window):
9026 (collect_transients_recursive):
9027 (__is_restack_transients_needed):
9029 (CMD_RestackTransients):
9030 new command RestackTransients which works like Raise and Lower but does
9031 not restack windows that are not transient
9032 renamed some functions
9036 corrected cursor movement key bindings
9038 * fvwm/bindings.c (activate_binding):
9039 fixed problem w/ bindings being overridden by applications OpenOffice
9042 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9049 include FvwmProxy to build
9051 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9054 exclude FvwmProxy from build
9060 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9063 added FvwmProxy module
9065 2002-10-29 Mikhael Goikhman <migo@homemail.com>
9068 * fvwm/windowlist.c (CMD_WindowList):
9069 renamed SortClassName to SortByClass
9071 2002-10-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9073 * fvwm/menustyle.c (menustyle_update):
9074 (menustyle_parse_style):
9075 (menustyle_get_styleopt_index):
9076 (menustyle_parse_style):
9077 (CMD_CopyMenuStyle):
9079 removed HilightRelief MenuStyle and hard coded it
9081 2002-10-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9083 * fvwm/menus.c (make_menu_window):
9084 fixed updating menu background with "Menustyle * Background"
9086 * fvwm/stack.c (__get_stacking_sibling):
9088 fixed another stacking problem
9090 2002-10-28 Mikhael Goikhman <migo@homemail.com>
9094 corrected and lined up several help lines
9097 added --enable-xinerama-emulation description
9099 2002-10-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9101 * fvwm/stack.c (restack_windows):
9102 (__get_stacking_sibling):
9103 fixed another stacking problem
9105 2002-10-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9107 * fvwm/add_window.c (AddWindow):
9108 braodcast M_RESTACK_WINDOW after M_ADD_WINDOW to fix problem with
9109 windows starting lowered or on other layers in FvwmPager
9111 * fvwm/stack.c (restack_windows):
9112 (__get_visible_window):
9113 fixed a stacking problem with layers
9115 2002-10-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9117 * fvwm/functable.c (func_table):
9120 2002-10-24 Mikhael Goikhman <migo@homemail.com>
9124 * fvwm/windowlist.c:
9125 new WindowList option SortByResource
9127 * fvwm/style.c (check_window_style_change):
9128 * libs/FlocaleCharset.c:
9132 place recent authors to the top, not bottom
9135 corrected typo in error message
9137 2002-10-23 Dan Espen <dane@mk.telcordia.com>
9139 * fvwm/fvwm.1.in: Lang check done.
9141 2002-10-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9144 work on new menu loop code
9150 * fvwm/menus.c (__mloop_handle_event):
9151 (__mloop_get_event):
9152 (__mloop_handle_action_with_mi):
9153 * fvwm/menus.h (MenuReturn):
9154 renamed MenuReturn member menu to target_menu
9156 * fvwm/menus.c (__mloop_handle_event):
9157 * fvwm/menus.h (MenuReturn):
9158 removed a "write only" member of MenuReturn
9160 * fvwm/conditional.c (circulate_cmd):
9161 fixed the "Any" command
9163 2002-10-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9165 * fvwm/stack.c (mark_transient_subtree):
9166 fixed stack ring corruption with iconified transients
9168 fixed a problem with lowering windows below the icons of their
9171 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9177 * libs/PictureBase.h:
9181 renamed colorset_struct to colorset_t
9183 2002-10-22 olicha <olivier.chapuis@free.fr>
9185 * libs/PictureUtils.c:
9186 Minor fixes and add #if O experimental code
9188 2002-10-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9190 * fvwm/icons.c (DrawIconPixmapWindow):
9192 * fvwm/events.c (HandlePropertyNotify):
9193 * libs/Fft.c (FftDrawString):
9194 * libs/Colorset.c (DumpColorset):
9196 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9197 use renamed colorset_struct members
9199 * libs/Colorset.h (colorset_struct):
9200 renamed and re-sorted members and cut down bit field lengths for
9203 * fvwm/menustyle.c (menustyle_update):
9206 * fvwm/stack.c (restack_windows):
9207 fixed flickering when raising transients; can't prevent flickering when
9208 lowering a window completely
9210 fixed unnecessary error message
9212 * fvwm/fvwm.c (main):
9215 * fvwm/stack.c (__restack_window):
9216 fixed a stacking problem with icons
9218 * fvwm/add_window.c (destroy_icon):
9221 2002-10-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9223 * fvwm/menuitem.c (menuitem_paint):
9224 * fvwm/menustyle.c (menustyle_parse_style):
9225 * fvwm/menus.c (paint_side_pic):
9228 (repaint_transparent_menu):
9229 * fvwm/menustyle.h (MenuLook):
9230 cleaned up menu drawing code, fixed last patch
9232 * fvwm/menuitem.c (menuitem_paint):
9233 * fvwm/menustyle.c (menustyle_parse_style):
9234 fixed HilightBack default
9236 * fvwm/bindings.c (binding_cmd):
9237 (bind_get_bound_button_contexts):
9239 * fvwm/screen.h (ScreenInfo):
9240 fixed mouse bindings with buttons > 5
9242 * fvwm/menuitem.c (menuitem_paint):
9243 * fvwm/menustyle.c (menustyle_parse_style):
9244 (menustyle_parse_style):
9245 (CMD_CopyMenuStyle):
9248 * fvwm/menus.c (repaint_transparent_menu):
9250 HilightBack and ActiveFore are now independent
9252 2002-10-18 olicha <olivier.chapuis@free.fr>
9254 * libs/PictureUtils.c (get_color_index):
9255 (create_mapping_table):
9256 (PictureAllocColorTable):
9257 Use a new distance and method for color approximation. Use 68 colors
9258 for the default under depth 8. I am happy with this, should use a
9259 similar distance method for dithering
9261 * libs/PictureUtils.c (alloc_color_dynamic_no_limit):
9262 (PictureAllocColorTable):
9263 (PictureDitherByDefault):
9266 (PicturePrintColorInfo):
9267 * libs/PictureUtils.h:
9268 Allows -color-limit to work with any visual and depth for testing
9269 propose. Should replace (Pdepht < 2) test by (PictureUseBWOnly())
9272 Replaced (Pdepht < 2) test by (PictureUseBWOnly())
9274 2002-10-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9276 * fvwm/add_window.c (get_default_window_attributes):
9279 * fvwm/builtins.c (CMD_ChangeDecor):
9280 removed some duplicate redrawing
9282 * fvwm/update.c (apply_decor_change):
9283 suppress duplicate window update upon ChangeDecor
9284 (apply_window_updates):
9285 do not delete the focus window
9287 2002-10-17 olicha <olivier.chapuis@free.fr>
9292 * libs/Colorset.c (CreateBackgroundPixmap):
9293 Use a 1x1 pixmap and not a widthxheight pixmap for Plain color
9295 * fvwm/builtins.c (CMD_Colorset):
9296 Do not BroadcastColorset in CMD_Colorset, parse_colorset do that!
9298 2002-10-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9300 * fvwm/add_window.c (AddWindow):
9301 * fvwm/update.c (apply_window_updates):
9302 * fvwm/move_resize.c (handle_stick):
9304 suppress drawing of sticky decorations initially
9305 reduce module communication overhead when (un)sticking windows
9307 * fvwm/borders.c (border_draw_decorations):
9308 * fvwm/window_flags.h:
9310 * fvwm/frame.c (frame_create_move_resize_args):
9311 (get_resize_decor_gravities_one_axis):
9312 (frame_mrs_setup_draw_decorations):
9314 initialize window decorations with a "None" pixmap;
9315 delay drawing window decorations initially to prevent drawing multiple
9317 => windows grabbing the focus upon startup are drawn focused
9320 * fvwm/frame.c (frame_free_move_resize_args):
9321 reparent the frame hide windows to NoFocusWin instead of Root to
9322 suppress unnecessary ReparentNotify events
9324 2002-10-16 olicha <olivier.chapuis@free.fr>
9326 * fvwm/fvwm.c (main):
9330 Fixed compilation with X cvs
9332 * libs/Colorset.c (CreateBackgroundPixmap):
9335 * fvwm/events.c (HandlePropertyNotify):
9336 * fvwm/colorset.c (update_root_pixmap):
9337 Use _XROOTPMAP_ID and not ESETROOT_PMAP_ID neither XSETROOT_ID
9338 to found a root pixmap
9340 2002-10-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9342 * fvwm/bindings.c (bind_get_bound_button_contexts):
9343 another mouse binding fix
9345 * fvwm/conditional.c (CreateConditionMask):
9347 all conditions have a negation with '!' prepended
9351 Current, All, Pick, ThisWindow and PointerWindow imply the
9352 CirculateHitShaded condition.
9354 * fvwm/focus.c (__focus_grab_buttons):
9355 * libs/defaults.h (NUMBER_OF_EXTENDED_MOUSE_BUTTONS):
9356 fixed bindings using mouse buttons >= 6
9358 2002-10-15 olicha <olivier.chapuis@free.fr>
9360 * libs/PictureUtils.c (PicturePrintColorInfo):
9363 * fvwm/functable.c (func_table):
9364 * fvwm/builtins.c (CMD_PrintInfo):
9366 New cmd PrintInfo. Only one arg at present time: "Colors"
9368 * fvwm/fvwm.c (main):
9369 Auto detect card with 2 hardware colormaps and choose the best
9372 * libs/PictureUtils.c (PictureInitColors):
9374 * libs/PictureUtils.h:
9375 * fvwm/fvwm.c (main):
9376 * libs/PictureBase.c (PictureInitCMapRoot):
9378 * libs/PictureBase.h:
9379 Try to support DirectColor visual in a good way, I do not think
9380 this is really useful.
9381 Added a flexible interface function PictureInitColors for
9382 colors allocation initialization.
9383 Some cleanup in color allocation and some preparation for a new
9384 method for saving and freeing colors allocated by images and gradients.
9385 Removed some ifdefed to 0 debug code.
9387 * libs/Picture.c (*):
9389 * libs/PictureImageLoader.c (*):
9390 * libs/PictureImageLoader.h:
9393 2002-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9395 * fvwm/add_window.c (setup_key_and_button_grabs):
9396 * fvwm/bindings.c (ParseBinding):
9398 * fvwm/add_window.c (setup_key_and_button_grabs):
9399 don't grab window context specific bindings anymore; instead, set
9400 Scr.buttons2grab accordingly
9402 * fvwm/bindings.c (activate_binding):
9403 fixed stroke bindings on window context being ignored if no other
9404 action was bound to that context
9406 * fvwm/add_window.c (destroy_icon):
9407 fixed duplicate icon pixmap when switching from NoIconOverride to
9410 2002-10-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9413 re-indented some code
9415 fixed random position of icon title for icons with a position hint
9418 corrected default of Use/NoIconPosition style
9420 2002-10-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9422 * fvwm/windowlist.c (CMD_WindowList):
9423 fixed random string for iconified windows in the WindowList
9425 2002-10-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9430 2002-10-08 olicha <olivier.chapuis@free.fr>
9432 * libs/PictureBase.c (*):
9433 (PictureInitCMapRoot)
9434 (PictureSetupWhiteAndBlack):
9435 (PictureWhitePixel):
9436 (PictureBlackPixel):
9438 New interface function PictureWhitePixel, PictureBlackPixel. Analogue
9439 of the Xlib WhitePixel and BlackPixel functions but in the Pvisaul.
9440 New interface function PictureInitCMapRoot analogue to PictureInitCMap,
9441 but always use the root visual and allows to set or not a private
9443 New interface PictureDefaultGC, analogue of Xlib DefaultGC function
9444 but which respects the Pvisual
9446 * libs/PictureGraphics.c (*):
9447 * libs/FScreen.c (FScreenInit):
9448 * libs/FRender.c (FRenderRender):
9449 * libs/Fft.c (FftDrawString):
9450 * fvwm/icons.c (CreateIconWindow):
9451 * fvwm/colorset.c (parse_colorset):
9452 * fvwm/move_resize.c (CMD_XorValue):
9453 * fvwm/colorset.c (alloc_colorset):
9454 * fvwm/fvwm.c (main):
9455 Use the new interface functions and some fix if the fvwm depth !=
9458 * libs/PictureUtils.c (PictureAllocColorTable):
9459 Change the default color table to a 4x4x4 cc + 4 grey
9461 2002-10-07 Dan Espen <dane@mk.telcordia.com>
9463 * fvwm/fvwm.1.in: Use built-in, not builtin.
9465 2002-10-06 Mikhael Goikhman <migo@homemail.com>
9468 s/FvwmNewDebug/FvwmDebug/
9471 * fvwm/conditional.c (CMD_NoWindow):
9474 new command NoWindow to remove window context
9477 use "fvwm" spelling, at least in the middle of sentences
9479 2002-10-06 Dan Espen <dane@mk.telcordia.com>
9481 * fvwm/fvwm.1.in: Dont refer to fvwm commands as
9482 builtin commands. Use "builtin", not "built in" or "built-in".
9485 2002-10-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9487 * libs/Graphics.c (do_relieve_rectangle):
9488 removed debug message
9490 * fvwm/focus.c (__update_windowlist):
9491 (__set_focus_to_fwin):
9492 fixed reversal of __update_windowlist arguments causing FlipFocus to
9493 break [and maybe other things]
9495 2002-10-05 olicha <olivier.chapuis@free.fr>
9497 * libs/PictureUtils.c (alloc_color_cube):
9498 It si possible to enable "gamma correction" for colors cubes (disabled,
9499 define USE_GAMMA_CORRECTION to 1 and set COLOR_GAMMA and GREY_GAMMA)
9501 * libs/PictureUtils.c (get_color_index):
9502 (create_mapping_table):
9503 Use a more exact approximation of colors for pur cc without the big
9506 * libs/PictureUtils.c (PictureFreeColors):
9509 * libs/Graphics.c (CreateGradientPixmap):
9510 (CreateGradientPixmapFromString):
9513 2002-10-04 olicha <olivier.chapuis@free.fr>
9515 * libs/PictureUtils.c (*):
9516 Used a better color approximation for color cube when we do not dither.
9517 Added some new colors tables: color cube with some grey colors.
9518 Change the default to a 4x4x3 cc with 6 grey (54 colors).
9521 * fvwm/fvwm.c (main):
9522 Fixed the visual option
9524 2002-10-03 Mikhael Goikhman <migo@homemail.com>
9527 generate FvwmNewDebug and FvwmGtkDebug
9529 2002-10-02 olicha <olivier.chapuis@free.fr>
9531 * libs/PictureUtils.c (USED_DIST):
9532 Used the euclidian distance for colors distance
9534 * libs/Fft.c (FftGetFont):
9535 Disable Xft if the Xserver does not support XRender
9537 2002-10-01 olicha <olivier.chapuis@free.fr>
9539 * libs/Fft.c (FftGetFont):
9540 Disable Xft if the Xserver does not support XRender
9542 * libs/FRender.c (FRenderRender):
9543 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9546 * libs/Colorset.c (SetRectangleBackground):
9547 (SetClippedRectangleBackground):
9549 New interface function for drawing a subset of a colorset rectangle
9551 2002-09-26 olicha <olivier.chapuis@free.fr>
9553 * fvwm/update.c (apply_window_updates):
9554 Fixed icons colorset update
9556 * libs/FRender.c (FRenderRender):
9557 Fixed bitmap rendering
9559 * fvwm/update.c (apply_window_updates):
9560 * fvwm/geometry.c (move_icon_to_position):
9561 * fvwm/events.c (HandleEnterNotify):
9563 (HandleLeaveNotify):
9564 (HandlePropertyNotify):
9565 * fvwm/add_window.c (setup_icon_font):
9566 * fvwm/icons.c (DrawIconWindow):
9567 (DrawIconTitleWindow):
9568 (DrawIconPixmapWindow):
9571 Fixed focus/unfocus flickering
9573 2002-09-25 olicha <olivier.chapuis@free.fr>
9575 * fvwm/icons.c (DrawIconTitleWindow):
9576 One more drawing fix
9578 2002-09-24 olicha <olivier.chapuis@free.fr>
9580 * fvwm/icons.c (DrawIconTitleWindow):
9581 An other drawing fix
9583 2002-09-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9585 * fvwm/move_resize.c (__move_loop):
9586 fixed uninitialised variable
9588 fixed starting move at random position
9590 2002-09-24 olicha <olivier.chapuis@free.fr>
9592 * fvwm/update.c (apply_window_updates):
9593 * fvwm/geometry.c (move_icon_to_position):
9594 * fvwm/events.c (HandleEnterNotify):
9596 (HandleLeaveNotify):
9597 (HandlePropertyNotify):
9598 * fvwm/add_window.c (setup_icon_font):
9599 * fvwm/icons.c (DrawIconWindow):
9600 (DrawIconTitleWindow):
9601 (DrawIconPixmapWindow):
9604 Fixed icon drawing. Split icon window drawing.
9606 * libs/FRender.c (*):
9607 Fixed compilation and small clean up
9609 2002-09-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9611 * fvwm/conditional.c (CreateFlagString):
9612 fixed quoting in conditional command conditions
9614 * fvwm/menus.c (__mloop_handle_event):
9615 removed unnecessary querying of pointer position on button release in
9620 * fvwm/bindings.c (ParseBinding):
9621 increased maximum allowed key symbol name length to 200 characters
9623 * fvwm/execcontext.h (enum):
9624 * fvwm/fvwm.c (Done):
9630 * fvwm/execcontext.h (enum):
9631 added EXCT_INIT ['I'] and EXCT_EXIT ['X'] contexts
9633 * fvwm/menus.c (pop_menu_up):
9634 fixed accidental menu animation with certain menu position hints
9636 2002-09-23 olicha <olivier.chapuis@free.fr>
9638 * libs/FRender.c (*):
9639 Fixed(?) XRender rendering with some Xserver
9641 * fvwm/update.c (apply_window_updates):
9642 * fvwm/geometry.c (move_icon_to_position):
9643 * fvwm/events.c (HandleEnterNotify):
9645 (HandleLeaveNotify):
9646 (HandlePropertyNotify):
9647 * fvwm/add_window.c (setup_icon_font):
9648 * fvwm/icons.c (DrawIconWindow):
9651 Clip text and icon drawing for the icons
9653 2002-09-21 Mikhael Goikhman <migo@homemail.com>
9657 Path commands now support form: "path1;ext1:path2:path3;ext3"
9658 where ext1 (for example, ".png") means all files in path1 should
9659 be forced to have extention ".png" even if the requested icon
9660 has ".xpm" ("calculator.xpm" or has no extention at all ("calculator")
9662 * fvwm/execcontext.h:
9663 small changes in latters used for EXCT_* constants
9665 * fvwm/module_interface.c:
9667 * libs/PictureBase.c:
9669 some spacing reindentation
9671 2002-09-21 olicha <olivier.chapuis@free.fr>
9673 * libs/FRender.c (FRenderCompositeAndCheck):
9674 Temporally take GraphicsExposure in account
9676 2002-09-20 Mikhael Goikhman <migo@homemail.com>
9679 fixed incorrect MiniIconPacket definition: s/char *name/char name[1]/
9681 2002-09-20 olicha <olivier.chapuis@free.fr>
9683 * fvwm/icons.c (GetIconPicture):
9684 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
9685 Fixed the alpha channel
9687 2002-09-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9692 2002-09-20 olicha <olivier.chapuis@free.fr>
9694 * libs/FRender.c (FRenderTintPicture):
9695 (FRenderTintRectangle):
9697 * libs/FRenderInterface.h:
9698 * libs/PictureGraphics.c (PGraphicsTintRectangle):
9699 Make FRender code more modular. Add a 24+8 tinting method and enable it
9700 in the place of the 32 tinting method (which can be enabled by defining
9701 USE_ABSOLUTE_FORMATE)
9703 2002-09-19 olicha <olivier.chapuis@free.fr>
9705 * fvwm/menus.c (get_menu_repaint_transparent_parameters):
9706 (animated_move_back):
9708 (repaint_transparent_menu):
9709 * fvwm/move_resize.c (AnimatedMoveOfWindow):
9710 (AnimatedMoveAnyWindow):
9711 * fvwm/move_resize.h:
9712 Support the new colorset transparent options and fix greyed item
9713 of transparent animated menus
9715 * fvwm/menus.c (pop_menu_up):
9716 (animated_move_back):
9718 * libs/Rectangles.c:
9719 * libs/Rectangles.h:
9721 New libs files for rectangles, segments, regions ..etc
9723 * fvwm/menus.c (clear_expose_menu_area):
9724 (get_menu_paint_item_parameters):
9727 (ParentalMenuRePaint):
9728 (ParentalMenuRePaint):
9729 * fvwm/menuitem.c (clear_menu_item_background):
9731 * fvwm/menuitem.h (MenuPaintItemParameters):
9732 Clip the item icons and text drawing
9734 * fvwm/menus.c (__mloop_exit):
9735 Fixed an indirect uninitialized variable bug
9737 * fvwm/menus.c (__mloop_handle_event): *
9738 (__mloop_handle_action_with_mi): *
9739 Update some comments
9741 * libs/FRender.c (FRenderVisualInit):
9743 * fvwm/colorset.c (parse_colorset):
9746 2002-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9748 * fvwm/menus.c (__menu_loop):
9749 (__mloop_handle_action_with_mi):
9750 fixed parent menu redrawing
9752 * fvwm/style.c (check_window_style_change):
9753 * fvwm/update.c (apply_window_updates):
9754 * fvwm/add_window.c (setup_icon_size_limits):
9755 honour changes in IconSize style without recapture
9757 * fvwm/focus.c (focus_query_open_grab_focus):
9758 * fvwm/events.c (HandlePropertyNotify):
9759 * fvwm/add_window.c (setup_transientfor):
9760 take care of various funny initial transientfor settings
9762 * fvwm/stack.c (__raise_lower_recursion):
9764 fixed stacking core dump
9766 2002-09-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9772 added a program that tests for -Werror option and similar; bug out of
9773 configure if the test program doesn't compile
9775 2002-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9779 add a "do not edit" warning at the beginning of the man page
9782 enable the original CFLAGS and CPPFLAGS before generating the Makefiles
9784 * libs/FScreen.c (XineramaQueryScreens):
9785 fixed linking problem when compiling without Xinerama
9787 * fvwm/cursor.c (CMD_CursorStyle):
9788 fixed cursorstyle command being applied to windows without handles
9790 * fvwm/ewmh.h (EWMH_ProcessClientMessage):
9791 (EWMH_ProcessPropertyNotify):
9792 * fvwm/gnome.h (GNOME_ProcessClientMessage):
9793 (GNOME_HandlePropRequest):
9794 fixed dummy macros when compiling without gnome/ewmh support
9796 2002-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9798 * libs/queue.c (fqueue_add_inside):
9799 add a new command with the same execution time as a previous one behind
9803 override CFLAGS and CPPFLAGS with empty strings instead of generating an
9806 * fvwm/functions.c (__execute_function):
9807 * fvwm/execcontext.h (exec_context_type_t):
9808 replace enum values with letters for readability
9810 * fvwm/functions.c (__execute_function):
9811 improved command log output
9813 * fvwm/schedule.c (execute_obj_func):
9814 fixed schedule queue timing
9817 refuse to run configure if CFLAGS is not empty
9819 2002-09-16 Mikhael Goikhman <migo@homemail.com>
9822 fixed compilation with --enable-command-log; simplified fvwm_msg()
9825 reformatted; don't send end-of-line with SET_*MASK
9827 2002-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9829 * fvwm/borders.c (border_draw_multi_pixmap_titlebar):
9830 fixed multipixmap title drawing
9832 * fvwm/frame.h (struct):
9833 * fvwm/frame.c (frame_get_titlebar_dimensions):
9836 * fvwm/events.c (HandlePropertyNotify):
9837 applied FlocaleGetNameProperty core dump fix by Suzanne Skinner
9839 * libs/Fft.c (FftDrawString):
9840 -Wall fix when compiling w/o Xft
9842 2002-09-15 olicha <olivier.chapuis@free.fr>
9844 * libs/Colorset.c (CreateBackgroundPixmap):
9845 Fixed a dpy problem with FvwmBacker
9846 * libs/Colorset.c (CreateBackgroundPixmap):
9847 Fixed creation a root transparent pixmap for small root pixmap
9849 2002-09-14 olicha <olivier.chapuis@free.fr>
9851 * libs/Fft.c (FftDrawString):
9852 Fixed clip region with shadow font
9854 * libs/PictureGraphics.c (PGraphicsCreateTranslucent):
9855 Added a function to create translucent pixmaps
9856 * libs/Colorset.c (CreateBackgroundPixmap):
9858 * libs/FRender.c (FRenderRender):
9859 Allows to use the root window as src pixmap
9861 2002-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9864 Fixed open double quotes in ButtonState section
9866 2002-09-13 Dan Espen <dane@mk.telcordia.com>
9868 * fvwm/fvwm.1.in: Add -cmd module timeout information.
9870 2002-09-13 olicha <olivier.chapuis@free.fr>
9872 * libs/Colorset.c (CreateBackgroundPixmap):
9873 (UpdateBackgroundTransparency):
9874 (SetRectangleBackground):
9876 * fvwm/colorset.c (*):
9878 * fvwm/events.c (HandlePropertyNotify):
9879 Starting implementation of RootTransparent colorset. Worked on
9880 tinted Transparent colorset. Various colorset parsing fixes.
9882 * libs/Fft.c (FftDrawString):
9884 Added the possibility to draw with a clipping region.
9886 * libs/FRender.c (FRenderRender):
9887 * libs/PictureGraphics.c (PGraphicsRenderPixmaps):
9888 (PCreateRenderPixmap):
9889 (PGraphicsCreateTransprency):
9890 (PGraphicsTintRectangle):
9891 Improve current rendering functions to be able to tint the
9892 ParentalRelative pixmap or the background of a window.
9893 Re-enabled XRender rendering.
9896 remove a #if 0 debug "render" code
9898 2002-09-13 Mikhael Goikhman <migo@homemail.com>
9900 * fvwm/builtins.c (ReadTitleButton):
9902 new button state shortcuts AllNormal, AllToggled,
9903 AllActive, AllInactive, AllUp, AllDown
9905 * fvwm/module_interface.c:
9909 possibly fixed compilation with non gcc
9911 2002-09-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9913 * fvwm/focus.c (_focus_grab_buttons):
9914 (__focus_grab_buttons):
9916 (__focus_grab_one_button):
9917 grab all modifier combinations on client windows by default if
9918 necessary; this saves a lot of traffic but may grab unnecessary
9919 modifiers with mouse bindings on the client window
9922 * libs/defaults.h (DEF_FP_MODIFIERS):
9923 * fvwm/events.c (__handle_focus_raise_click):
9924 * fvwm/style.c (style_parse_focus_policy_style):
9925 * fvwm/focus_policy.h (FPOL_ANY_MODIFIER_MASK):
9926 default is now to use any modifiers for clicktofocus/raise purposes
9928 * fvwm/menus.c (__mloop_get_event):
9931 fixed tear off menus
9933 * libs/FEvent.c (FCheckIfEvent):
9936 (FCheckTypedWindowEvent):
9937 (FCheckWindowEvent):
9938 fixed FCheck...Event functions thus fixing Menu command behaving like
9941 * fvwm/move_resize.c (InteractiveMove):
9942 fixed offset between pointer and window when dragging
9944 * fvwm/virtual.c (HandlePaging):
9945 * fvwm/icons.c (CMD_Iconify):
9946 * fvwm/move_resize.c (InteractiveMove):
9947 * fvwm/menus.c (get_menu_options):
9949 * libs/FScreen.c (GetMouseXY):
9950 use new function fev_get_evpos_or_query()
9956 (GetLocationFromEventOrQuery):
9957 moved to FEvent.c and renamed to fev_get_evpos_or_query()
9958 * libs/FEvent.c (fev_set_evpos):
9961 * fvwm/functions.c (__execute_function):
9962 (execute_complex_function):
9963 fixed complex action clicking logic
9965 * fvwm/add_window.c (CaptureOneWindow):
9966 fixed RecaptureWindow
9967 (CaptureAllWindows):
9970 * fvwm/functable.c (func_table):
9971 fixed running RecaptureWindow without a context window
9973 * fvwm/conditional.c (circulate_cmd):
9976 * fvwm/events.c (HandleVisibilityNotify):
9977 fixed VisibilityNotify handling
9979 * fvwm/functions.c (execute_complex_function):
9980 fixed memory corruption
9981 (__execute_function):
9982 fixed using wrong context
9983 (__execute_function):
9984 removed conditional that was always true now
9988 * fvwm/module_interface.c (ExecuteModuleCommand):
9989 initialise module number
9991 2002-09-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
9993 * fvwm/add_window.c (CaptureOneWindow):
9994 fixed memory corruption
9996 * fvwm/icons.c (Iconify):
9998 fixed bug introduced with transient stacking patch
10000 * fvwm/functions.c (DeferExecution):
10001 (__execute_function):
10002 (execute_complex_function):
10003 cleaned up and optimized exec_context handling
10008 * fvwm/windowlist.c:
10009 * fvwm/conditional.c:
10011 * fvwm/functions.c:
10012 * fvwm/placement.c:
10016 * fvwm/module_interface.c:
10019 * fvwm/add_window.c:
10020 * fvwm/move_resize.c:
10021 * fvwm/fvwm.h (F_CMD_ARGS):
10023 completely removed the builtin command arguments fw, w, and context
10025 * fvwm/functions.c (DeferExecution):
10028 * fvwm/stack.c (BroadcastRestack):
10029 removed global lastTimestamp
10031 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10032 (EWMH_ProcessPropertyNotify):
10033 (ewmh_WMStateShaded):
10034 (ewmh_WMStateSticky):
10035 (ewmh_WMStateHidden):
10039 (ewmh_CloseWindow):
10040 (ewmh_DesktopGeometry):
10041 (ewmh_ActiveWindow):
10042 use new function interface
10044 * fvwm/menus.c (do_menu):
10045 * fvwm/menucmd.c (menu_func):
10046 * fvwm/windowlist.c (CMD_WindowList):
10047 use new function interface
10048 replaced "(XEvent *)1" hack with a regular flag
10050 2002-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10052 * fvwm/add_window.c (destroy_window):
10053 * fvwm/update.c (destroy_scheduled_windows):
10054 * fvwm/screen.h (ScreenInfo):
10055 new member is_executing_menu_function
10057 * fvwm/windowlist.c (CMD_WindowList):
10058 * fvwm/menucmd.c (menu_func):
10059 * fvwm/gnome.c (CMD_GnomeButton):
10060 (GNOME_ProcessClientMessage):
10061 (GNOME_HandlePropRequest):
10062 * fvwm/modconf.c (CMD_Send_ConfigInfo):
10063 * fvwm/update.c (apply_window_updates):
10064 * fvwm/repeat.c (CMD_Repeat):
10065 * fvwm/conditional.c (circulate_cmd):
10077 * fvwm/focus.c (warp_to_fvwm_window):
10078 (CMD_WarpToWindow):
10079 * fvwm/read.c (run_command_stream):
10080 (run_command_file):
10083 * fvwm/fvwm.c (Done):
10087 use new function interface
10089 fixed running startup script under random module number
10091 * fvwm/functions.c (execute_function_override_window):
10092 * fvwm/functions.c (execute_function_override_wcontext):
10093 new convenience functions
10100 * fvwm/module_interface.c (CMD_Send_WindowList):
10102 (CMD_set_sync_mask):
10103 (CMD_set_nograb_mask):
10105 don't use "Module" argument anymore
10106 (ExecuteModuleCommand):
10108 use new function interface
10110 * fvwm/add_window.c (CaptureOneWindow):
10112 (CaptureAllWindows):
10113 * fvwm/events.c (HandleMapRequestKeepRaised):
10114 * fvwm/add_window.c (AddWindow):
10115 AddWindow takes executiuon context as its argument instead of the
10116 window; changed caller
10117 don't use "Event" anymore
10119 * fvwm/fvwm.c (StartupStuff):
10120 generate an execution context for startup
10122 * fvwm/move_resize.c (DoResize):
10126 renamed and used new function interface in args
10128 * fvwm/geometry.c (constrain_size):
10129 added XEvent *e argument to remove use of global "Event"; changed all
10132 2002-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10134 * fvwm/stack.c (get_next_window_in_stack_ring):
10135 (get_prev_window_in_stack_ring):
10136 (get_transientfor_fvwmwindow):
10137 * fvwm/icons.c (SetMapStateProp):
10138 * fvwm/events.c (fake_map_unmap_notify):
10139 * fvwm/misc.c (IsRectangleOnThisPage):
10140 * fvwm/menus.c (menu_enter_tear_off_menu):
10141 (menu_close_tear_off_menu):
10142 * fvwm/icons.c (DrawIconWindow):
10144 * fvwm/colormaps.c (InstallWindowColormaps):
10145 made FvwmWindow * arguments const in many functions
10147 * fvwm/menus.c (pop_menu_up):
10150 (__mloop_do_popup):
10152 (menu_enter_tear_off_menu):
10153 (__mloop_get_event):
10154 (__mloop_get_event_timeout_loop):
10156 (__mloop_get_mi_actions):
10158 * fvwm/events.c (HandleEnterNotify):
10159 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10164 * fvwm/functions.c (DeferExecution):
10165 (__execute_function):
10166 * fvwm/windowlist.c (CMD_WindowList):
10167 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10168 * fvwm/module_interface.c (CMD_ModuleSynchronous):
10169 (ExecuteModuleCommand):
10170 * fvwm/builtins.c (CMD_Wait):
10171 * fvwm/events.c (WaitForButtonsUp):
10172 (HandleShapeNotify):
10173 (HandleVisibilityNotify):
10174 (HandleUnmapNotify):
10175 (HandleSelectionRequest):
10176 (HandleReparentNotify):
10177 (HandlePropertyNotify):
10178 (HandleMotionNotify):
10179 (HandleMapRequestKeepRaised):
10180 (HandleMapRequest):
10181 (HandleMappingNotify):
10183 (HandleLeaveNotify):
10188 (HandleEnterNotify):
10189 (HandleDestroyNotify):
10190 (HandleColormapNotify):
10191 (HandleClientMessage):
10192 (HandleButtonRelease):
10193 (HandleButtonPress):
10194 (__handle_bpress_on_root):
10195 (__handle_bpress_action):
10196 (__handle_click_to_raise):
10197 (__handle_click_to_focus):
10198 (__is_bpress_window_handled):
10199 (__handle_focus_raise_click):
10200 don't use "Event", "Fw" and old_execute_function() anymore
10202 * fvwm/events.c (dispatch_event):
10203 removed preserve_tmpwin argument; changed all callers
10205 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10206 fixed random focus member of faked event
10208 * fvwm/gnome.c (GNOME_ProcessClientMessage):
10209 * fvwm/ewmh_events.c (EWMH_ProcessClientMessage):
10210 (EWMH_ProcessPropertyNotify):
10211 * fvwm/move_resize.c (DisplaySize):
10213 (position_geometry_window):
10214 * fvwm/geometry.c (get_window_borders):
10215 (get_window_borders_no_title):
10218 * fvwm/events.c (dispatch_event):
10219 create event execution context
10220 (HandleClientMessage):
10221 removed useless local "button"
10223 don't fiddle with global Fw anymore; added argument to return context
10224 window; changed all callers
10226 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
10227 * fvwm/move_resize.c (__resize_window):
10228 use new event handle interface
10231 * fvwm/eventhandler.h:
10232 new event handler interface
10234 * fvwm/functions.c (CMD_Plus):
10235 * fvwm/builtins.c (AddToDecor):
10237 (CMD_DestroyDecor):
10238 use F_CMD_ARGS in AddToDecor
10240 removed useless check for realloc return value
10241 use new function interface
10242 fixed another memory leak
10244 * fvwm/builtins.c (__remove_window_decors):
10245 replace old_execute_function with execute_function
10247 * fvwm/add_window.c (setup_window_placement):
10248 * fvwm/placement.c (PlaceWindow):
10249 * fvwm/schedule.c (execute_obj_func):
10250 * fvwm/colorset.c (add_to_junk):
10251 use new function call interface
10253 * fvwm/fvwm.h (F_EXEC_ARGS):
10254 (F_PASS_EXEC_ARGS):
10255 removed now unused macros
10257 * fvwm/functions.c (CheckActionType):
10260 (__execute_function):
10261 (__run_complex_function_items):
10262 (execute_complex_function):
10263 rewrote function call interface
10265 * fvwm/functions.c (__run_complex_function_items):
10266 new function split off from execute_complex_function
10270 removed "Event" global
10272 2002-09-08 Dan Espen <dane@mk.telcordia.com>
10274 * fvwm/fvwm.1.in: Language check.
10276 2002-09-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10278 * fvwm/functions.c (old_execute_function):
10281 * fvwm/module_interface.c (do_execute_module):
10282 don't write module argument anymore; code claimed that writing 0 into
10283 *Module prevented WaitForButtonsUp from being called, but that was
10284 either a lie or a relic of the past
10286 * fvwm/fvwm.h (exec_func_args_type):
10290 removed *Module argument
10292 * fvwm/functions.c (__execute_function):
10295 * fvwm/functions.h (enum):
10296 added more function execution falgs
10299 add exec_context_t *exc to builtin arguments
10301 * libs/FEvent.c (fev_copy_last_event):
10304 * fvwm/execcontext.h:
10305 * fvwm/execcontext.c:
10306 new files introducing the "exec_context_t" structure that shall replace
10307 the builtin command interface
10309 * fvwm/stack.c (__RaiseOrLowerWindow):
10310 (RaiseOrLowerWindow):
10311 (__restack_window):
10312 (mark_transient_subtree):
10313 (__sort_transient_ring):
10314 properly handle restacking of windows with more than one transient and
10315 multiple levels of transients at the same time
10316 (__RaiseOrLowerWindow):
10317 (RaiseOrLowerWindow):
10318 renamed function and added wrapper
10320 * fvwm/fvwm.h (FvwmWindow):
10321 added new scratch registers
10323 2002-09-06 Mikhael Goikhman <migo@homemail.com>
10327 minor improvements in the new release procedure
10329 2002-09-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10331 * fvwm/stack.c (RaiseOrLowerWindow):
10332 (__restack_window):
10333 (mark_transient_subtree):
10334 (must_move_transients):
10335 (is_on_top_of_layer_ignore_rom):
10336 handle restacking trees of transient windows; still does not work too
10337 well if a window has multiple transients at the same time
10339 2002-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10343 restored versions from before 9th of September
10344 (RaiseOrLowerWindow):
10345 fixed StackTransientParent style without RaiseTransient or
10346 LowerTransient on transient_for window
10347 StackTransientParent works only on window in the same layer
10348 (mark_transient_subtree):
10349 fixed handling of window group hint w/ iconify
10351 (RaiseOrLowerWindow):
10353 fixed flickering when overlapping transients aree lowered
10355 * fvwm/move_resize.c (__resize_window):
10356 * fvwm/colorset.c (add_to_junk):
10357 cleaned up event handling
10359 * fvwm/move_resize.c (__resize_window):
10360 renamed function and changed callers
10362 * fvwm/fvwm.h (F_PASS_ARGS):
10364 removed eventp command argument
10366 * fvwm/events.c (DispatchEvent):
10368 renamed function, added event argument and changed all callers
10370 * libs/FEvent.c (fev_fake_event):
10371 * libs/FEvent.c (fev_get_evtype__remove_me):
10374 * fvwm/menus.c (menuShortcuts):
10381 (__mloop_get_event_timeout_loop):
10382 (__mloop_get_event):
10383 (__mloop_do_popup):
10384 (__mloop_do_popup):
10386 * fvwm/builtins.c (CMD_FakeClick):
10387 * fvwm/functions.c (CheckActionType):
10389 * fvwm/focus.c (__try_program_focus):
10390 (__try_program_focus):
10391 * fvwm/icccm2.c (SetupICCCM2):
10392 * fvwm/virtual.c (HandlePaging):
10393 * fvwm/module_interface.c (make_vpacket):
10394 (make_new_vpacket):
10395 * fvwm/schedule.c (squeue_get_next_ms):
10396 (squeue_get_next_ms):
10398 * fvwm/stack.c (BroadcastRestack):
10399 * fvwm/move_resize.c (resize_window):
10401 * libs/FEvent.c (fev_get_evtime):
10402 removed global lastTimestamp; use fev_get_evtime() from FEvent.c instead
10404 * fvwm/events.c (HandleEnterNotify):
10408 (discard_window_events):
10409 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
10412 * fvwm/menus.c (__mloop_get_event):
10413 * fvwm/virtual.c (HandlePaging):
10415 * fvwm/functions.c (DeferExecution):
10417 * fvwm/misc.c (get_server_time):
10418 * fvwm/builtins.c (CMD_StrokeFunc):
10419 * fvwm/menus.c (pop_menu_up):
10422 * libs/FEvent.c (fev_update_last_timestamp):
10423 removed StashEventTime function; handle this directly in FEvent.c
10425 * fvwm/module_interface.c (ExecuteModuleCommand):
10426 * fvwm/misc.c (Keyboard_shortcuts):
10427 * fvwm/colormaps.c (colormap_handle_colormap_notify):
10428 * fvwm/events.c (handle_all_expose):
10432 don't use Event global anymore
10434 * fvwm/bindings.c (activate_binding):
10435 fixed key bindings on window corners
10437 * libs/fvwmlib.h (C_DECOR):
10438 context including all parts of the decorations
10440 2002-09-04 Mikhael Goikhman <migo@homemail.com>
10443 fixed compilation warning in #endif comment
10446 removed debug fprintf
10452 another solution for reporting the cvs status
10454 2002-09-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10456 * configure.in (LIBOBJS):
10457 * acinclude.m4 (smr_SWITCH):
10458 fix for autoconf 2.53
10461 removed unnecessary includes
10463 * fvwm/Makefile.am (fvwm_SOURCES):
10465 * fvwm/eventmasks.h:
10466 * fvwm/eventhandlers.h:
10467 new files split from events.h
10469 * fvwm/icccm2.c (HandleSelectionRequest):
10470 (HandleSelectionClear):
10471 * fvwm/colormaps.c (HandleColormapNotify):
10472 * fvwm/menus.c (menu_tear_off):
10473 * fvwm/move_resize.c (resize_window):
10476 new argument avh_args_t to the event handler functions; still unused
10477 moved all event handlers to events.c
10478 remove now unnecessary includes in some files
10480 * fvwm/icccm2.c (HandleSelectionRequest):
10484 use replacements for X event functions everywhere
10486 2002-09-03 Mikhael Goikhman <migo@homemail.com>
10490 * fvwm/borders.c (border_flags_to_button_state):
10492 * fvwm/builtins.c (ReadTitleButton):
10493 * fvwm.1.in (ButtonStyle, TitleStyle, ButtonState):
10494 * fvwm/fvwm.c (InitVariables):
10495 Imlemented new title and button states InactiveUp and InactiveDown,
10496 new state shortcuts Active, Inactive, ToggledActive, ToggledInactive.
10497 So now there are 4+4 states and 2+2 aliases instead of 3+3 states.
10498 Updated all ButtonStyle, TitleStyle and ButtonState commands.
10501 reformat license info in -version to be 3 lines and one empty line
10502 instead of 5 non-empty lines, for readability
10504 2002-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10508 * libs/Makefile.am:
10511 * fvwm/stack.c (__raise_or_lower_recursion):
10512 (RaiseOrLowerWindow):
10513 split into two functions
10514 renamed to __raise_or_lower_window
10515 (mark_transient_subtree):
10516 new flag MARK_CLEAR
10517 (position_new_window_in_stack_ring):
10520 cleaned up stacking code
10522 * fvwm/menus.c (paint_menu):
10523 fixed a minor drawing problem with menu item reliefs
10525 2002-09-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10527 * fvwm/move_resize.c (InteractiveMove):
10528 removed eventp from interface
10529 changed all callers
10531 * fvwm/menucmd.c (menu_func):
10532 * fvwm/gnome.c (GNOME_ProxyButtonEvent):
10533 * fvwm/windowlist.c (CMD_WindowList):
10534 * fvwm/read.c (run_command_file):
10535 (run_command_stream):
10536 * fvwm/focus.c (warp_to_fvwm_window):
10537 * libs/Event.c (GetSubwindowFromEvent):
10538 * fvwm/events.c (GetContext):
10539 * libs/Pointer.c (GetLocationFromEventOrQuery):
10540 * fvwm/builtins.c (CMD_StrokeFunc):
10542 * fvwm/events.c (StashEventTime):
10543 * fvwm/move_resize.c (InteractiveMove):
10544 * fvwm/functions.c (DeferExecution):
10545 (old_execute_function):
10546 * fvwm/fvwm.h (F_CMD_ARGS):
10548 make eventp argument const to ease clean up work
10550 * fvwm/windowlist.c (CMD_WindowList):
10551 * fvwm/move_resize.c (InteractiveMove):
10552 * fvwm/menucmd.c (menu_func):
10553 * fvwm/icons.c (CMD_Iconify):
10554 always query pointer position in case a script modified the position
10557 * fvwm/focus.c (SetPointerEventPosition):
10558 removed function since it modifies the global event variable
10560 * fvwm/functable.c (func_table):
10561 added cursor and event type members fo DeferExecution call
10562 * fvwm/functions.c (DeferExecution):
10563 made static, call from inside functions.c only
10564 removed calls everywhere
10566 * fvwm/builtins.c (CMD_StrokeFunc):
10569 * fvwm/virtual.c (HandlePaging):
10571 don't use global "Event" anymore
10573 pass in event structure through arguments
10574 changed all callers
10576 2002-09-02 olicha <olivier.chapuis@free.fr>
10578 * libs/Colorset.c (*):
10580 * libs/colorset.c (parse_colorset):
10581 * libs/PictureGraphics.c (PGrabXImage):
10582 (PCreateRenderPixmap):sx
10583 (PGraphicsCreateTransprency):
10584 * libs/PictureGraphics.h:
10585 An experimental implementation of ParentalRelative tinted background
10587 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10588 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10590 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10591 * libs/FRenderInit.c (FRenderInit):
10592 (FRenderGetAlphaDepth):
10593 * libs/FRenderInit.h:
10594 Fixed alpha blending for xserver without depth 8 pixmap
10600 2002-09-01 olicha <olivier.chapuis@free.fr>
10603 Colorset and alpha blending news
10605 2002-08-31 olicha <olivier.chapuis@free.fr>
10607 * libs/Ficonv.c (convert_charsets):
10608 Fixed compilation on systems that do not have EILSEQ
10610 2002-08-30 olicha <olivier.chapuis@free.fr>
10612 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10613 Fixed compilation of certain modules
10615 * fvwm/borders.c (border_render_into_pixmap):
10616 * libs/PictureGraphics.c (PGraphicsCreateStretchPicture):
10617 * libs/PictureGraphics.h:
10618 * libs/Graphics.c (CreateStretchPixmap):
10619 (CreateStretchYPixmap):
10620 (CreateStretchXPixmap):
10621 Progress with masks in multipixmap title
10623 * libs/PictureGraphics.c (PCopyArea):
10625 (PCreateRenderPixmap):
10626 * fvwm/borders.c (border_fill_pixmap_background):
10629 * fvwm/icons.c (DrawIconWindow):
10630 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10631 Fixed the shape mask of ewmh icons and icons with some alpha
10633 2002-08-30 olicha <olivier.chapuis@free.fr>
10635 * libs/PictureGraphics.c (PCreateRenderPixmap):
10636 (PGrabImageErrorHandler):
10637 (PGraphicsCopyPixmaps):
10638 (PGraphicsCopyFvwmPicture):
10639 (PGraphicsTileRectangle):
10640 (PGraphicsRenderPixmaps):
10641 (PGraphicsRenderPicture):
10642 * libs/PictureGraphics.h:
10643 * libs/PictureBase.h:
10644 Replaced PGraphicsTileRectangle with a more powerful function,
10645 PCreateRenderPixmap, which performs *full* XRender simulation.
10646 So alpha blending is now supported even without Xrender support.
10647 New interface function PGraphicsRenderPixmaps and PGraphicsRenderPicture
10648 for direct rendering with tint and alpha channel.
10650 * libs/FRender.c (FRenderVisualInit):
10652 (FRenderTintRectangle):
10654 * libs/FRenderInterface.h:
10655 Replaced FRenderCopyArea and FRenderTintRectangle with a more general
10656 and more powerfull function FRenderRender
10658 * libs/PictureImageLoader.c (PImageCreatePixmapFromArgbData):
10660 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
10661 Load the alpha even without Xrender support
10664 * fvwm/colorset.c (parse_pixmap_tint):
10667 Implemented IconTint, IconAlpha, bgTint. Tint (~ PixmapTint or ImageTint
10668 or obsolete TintMask) also tints gradients and the tint is applied
10669 only to the pixmap not the bg color. The average bg is computed from
10670 the "original" pixmap and not the tinted one, bgTint should be used
10671 to get a real average bg in the case the pixmap is tinted
10673 * fvwm/icons.c (DrawIconWindow):
10674 (CreateIconWindow):
10675 * fvwm/menuitem.c (menuitem_paint):
10676 * fvwm/menus.c (paint_side_pic):
10677 * fvwm/borders.c (border_get_border_background):
10678 (border_draw_decor_to_pixmap):
10679 (border_fill_pixmap_background):
10680 * fvwm/events.c (HandlePropertyNotify):
10681 Picture rendering use the new PGraphicsRenderPixmaps and
10682 PGraphicsRenderPicture libs functions. Respect new colorset options
10684 * fvwm/colorset.c (parse_colorset):
10686 (CMD_ReadWriteColors):
10688 Removed the read write colorset codes
10690 * libs/Graphics.c (CalculateGradientDimensions):
10691 Fixed the size of dithered H and V gradients
10693 * libs/PictureUtils.c (*):
10694 * libs/PictureUtils.h:
10697 2002-08-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10699 * fvwm/menus.c (paint_menu_gradient_background):
10700 fixed drawing of SidePic menu background when not using SideColor
10703 * FvwmIconBox/icons.c:
10706 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10708 * NEWS: mention new FvwmButtons additions and TitleStyle MultiPixmap
10710 2002-08-26 Mikhael Goikhman <migo@homemail.com>
10713 fixed --disable-ewmh
10717 added const to some prototypes
10719 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10721 * fvwm/menus.c (MenuInteraction):
10723 renamed MenuInteraction to __menu_loop
10725 * fvwm/menus.c (pop_menu_up):
10728 removed pdo_warp_to_title argument of pop_menu_up and changed all
10729 callers; logic is now in last_saved_position_hints
10730 (__menu_get_next_event_timeout_loop):
10731 began to split MenuInteraction into several sub functions
10732 go away, evil "goto"!
10734 * fvwm/style.c (style_parse_one_style_option):
10735 all boolean styles - and *only* boolean styles, can be prefixed with a
10736 '!' to invert their meaning
10737 (style_parse_button_style):
10738 moved Button and NoButton styles to separate function
10742 updated for 2.5.4-devel
10751 * fvwm/menuitem.h (struct):
10752 * fvwm/menus.c (paint_menu_gradient_background):
10753 (paint_menu_pixmap_background):
10755 (clear_expose_menu_area):
10756 fixed TiledPixmap menu background drawing bug
10757 sorted function in file and removed forward declarations
10759 2002-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10761 * fvwm/Makefile.am (LDADD):
10762 put -lfvwm at front of library list
10764 * fvwm/windowlist.c (CMD_WindowList):
10765 print window's page instead of current page in windowlist
10767 2002-08-24 Bob Woodside <dumbledore@woodsway.com>
10769 * fvwm/events.c (HandleButtonPress, HandleEnterNotify):
10770 Fix for Experimental RaiseOverUnmanaged Handling.
10772 2002-08-22 Bob Woodside <dumbledore@woodsway.com>
10776 New defs for Experimental RaiseOverUnmanaged Handling.
10778 * fvwm/events.c (HandleEnterNotify):
10780 (set_focus_to_fwin)
10781 (focus_query_grab_buttons)
10782 (_focus_grab_buttons)
10783 (focus_grab_buttons)
10784 (focus_grab_buttons_client_entered)
10786 (__activate_window_by_command)
10787 (_ReturnFocusWindow)
10789 (_ForceDeleteFocus)
10791 (raise_over_unmanaged)
10792 (is_above_unmanaged)
10793 (_is_on_top_of_layer)
10794 (is_on_top_of_layer)
10795 (is_on_top_of_layer_and_above_unmanaged)
10796 Experimental RaiseOverUnmanaged Handling - an attempt to fix the
10797 interaction of RaiseOverUnmanaged with various focus policies,
10798 particularly mouse focus + client click raises; issue mouse
10799 button grabs when and only when they are actually needed; and
10800 fix the old "xfm + MouseFocusClickRaises" bug once and for all.
10801 (Thanks to the GFPR, this is much more straightforward to do!)
10803 2002-08-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10806 added a paragraph about scripting and complex functions.
10808 * fvwm/style.c (style_parse_one_style_option):
10809 fixed flag_mask and change_mask of TitleAt... styles that broke left
10812 2002-08-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10815 describe new focus policy styles
10817 2002-08-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10819 * fvwm/style.c (merge_styles):
10820 fixed applying style updates immediately
10822 * fvwm/geometry.c (constrain_size):
10823 fixed font resizing of maximized windows
10825 * fvwm/window_flags.h:
10826 * fvwm/fvwm.h (has_new_wm_normal_hints):
10829 * fvwm/events.c (HandleEnterNotify):
10830 fixed UngrabNotify returning focus to just unfocused window
10834 * fvwm/style.c (merge_styles):
10836 (__simplify_style_list):
10837 fixed default style calculations
10839 * fvwm/events.c (HandleConfigureRequest):
10840 disabled debug output
10842 * fvwm/style.c (merge_styles):
10843 * fvwm/fvwm.h (window_style):
10844 new style member default_mask to allow two levels of defaults;
10845 fixes focus policy defaults
10847 rewrote many of the macros; changed all callers
10849 * fvwm/borders.c (RenderIntoPixmap):
10850 (DrawMultiPixmapTitlebar):
10851 (border_render_into_pixmap):
10852 (border_draw_multi_pixmap_titlebar):
10853 applied Suzanne Skinner's multi pixmap titles fix
10854 renamed functions and changed all callers
10856 * libs/FScreen.c (FScreenGetScrRect):
10859 new utility functions
10861 * fvwm/windowlist.c (CMD_WindowList):
10862 new option MaxLabelWidth for the WIndowList command based on patch by
10864 new options NoLayer, ShowPage, ShowPageX, ShowPageY and ShowScreen to
10865 WindowList command.
10867 * fvwm/events.c (HandleConfigureRequest):
10868 removed debug code now that the EXPERIMENTAL_ANTI_RACE_CONDITION_CODE
10869 seems to work without problems
10871 2002-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10873 * fvwm/style.c (merge_styles):
10874 fixed style defaults getting stuck to on once set
10877 fixed a number of non portable uses of the "test" command and unified
10878 the used syntax of all calls to reduce chance of copy-and-paste
10881 2002-08-17 Mikhael Goikhman <migo@homemail.com>
10885 minor typos and improvements;
10886 better string quotings and detection of fribidi for autoconf-2.53
10888 * fvwm/Makefile.am:
10889 don't include *.in in EXTRA_DIST, they are auto-included
10891 2002-08-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10893 * fvwm/events.c (HandleConfigureRequest):
10894 (HandlePropertyNotify):
10895 (is_resizing_event_pending):
10896 fixed uninitialised return code of test_resizing_event
10898 2002-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10900 * fvwm/decorations.c (SelectDecor):
10902 * fvwm/window_flags.h:
10904 moved common.s.has_no_border window flag to common.has_no_border to
10905 fix windows getting stuck without a border once the HandleWidth or
10906 BorderWidth was set to 0 and then increased again
10909 removed reference to BUGS and TODO
10912 moved a lot of constant definitions to configure.in; the fvwm.lsm and
10913 fvwm.1 files don't have to be updated for a release anymore; the release
10914 number and date are set by configure
10916 * fvwm/fvwm.c (setVersionInfo):
10917 fixed output of "fvwm -version"
10919 2002-08-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10921 * fvwm/style.c (style_parse_one_style_option):
10922 Old focus styles override less of the behaviour specified with the
10923 FP... styles; use defaults instead without setting the mask
10924 (style_parse_one_style_option):
10925 removed the styles MouseFocusClickIgnoreMotion and
10926 MouseFocusClickIgnoreMotionOff, use the corresponfing FP... styles
10928 (style_parse_one_style_option):
10929 ClickToFocusRaises now works only on the client window, not on the
10931 (style_parse_one_style_option):
10932 fixed FocusFollowsMouse style
10933 (style_set_old_focus_policy):
10934 moved old default focus settings to a separate function, simplified code
10936 2002-08-14 Dan Espen <dane@mk.telcordia.com>
10938 * fvwm/fvwm.1: Add hot-spot is an offset information,
10939 fix spelling, "hot-spot", not "hotspot" (too bad its wrong in
10942 2002-08-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10944 * fvwm/style.c (style_parse_focus_policy_style):
10945 fixed parsing of FPFocusClickButtons and FocusClickModifiers
10947 * libs/Makefile.am:
10948 added missing files
10950 * fvwm/events.c (HandleConfigureRequest):
10951 fixed ConfigureRequest race condition
10953 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10956 quote environment variables
10958 2002-08-13 olicha <olivier.chapuis@free.fr>
10961 Color limit and dithering news
10964 Added a minimal doc for the -color-limit option
10966 * fvwm/builtins.c (CMD_ColorLimit):
10967 ColorLimit is obsolete
10969 * fvwm/builtins.c (ReadDecorFace):
10970 * libs/PictureUtils.c (my_dither_depth_15_16_init):
10971 (PictureAllocColorAllProp):
10972 Implemented dithering for depth 16 and 15. This is off by default
10973 in colorset (use the dither colorset option) and on by default
10974 for window title gradient. Gradient are visibly more smooth.
10976 * libs/PictureUtils.c (*):
10979 2002-08-13 Mikhael Goikhman <migo@homemail.com>
10982 corrected the pixmap cursor description, added an example
10984 2002-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10986 * fvwm/menus.c (select_menu_item):
10987 (paint_menu_gradient_background):
10988 fixed a redrawing problem with H/Vgradient menu faces
10990 fixed a minor problem w/ entering submenus via keyboard
10992 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
10994 * fvwm/move_resize.c (CMD_ResizeMove):
10997 (CMD_ResizeMaximize):
10998 (CMD_ResizeMoveMaximize):
10999 commands can be used on iconified windows again
11003 moved pre-2.2 NEWS to ONEWS
11006 * libs/safemalloc.c:
11012 * fvwm/menustyle.c:
11019 let config.h include strinh.h or strings.h
11021 * fvwm/style.c (style_parse_one_style_option):
11022 (style_parse_one_style_option):
11023 fixed icon box crash
11025 * fvwm/bindings.c (update_nr_buttons):
11026 fixed extra buttons on window decorations
11028 * fvwm/style.c (style_parse_one_style_option):
11029 fixed parsing of the FP... and !FP... styles
11031 2002-08-12 Bob Woodside <dumbledore@woodsway.com>
11033 * fvwm/style.c (style_parse_one_style_option):
11034 Fixed a typo so that ClickToFocusRaisesOff actually turns
11035 the option off instead of on.
11037 2002-08-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11039 * fvwm/focus.c (focus_grab_buttons):
11040 only grab necessary buttons on the client window
11042 2002-08-11 olicha <olivier.chapuis@free.fr>
11044 * libs/PictureUtils.c (PICTURE_DEBUG_COLORS_ALLOC_FAILURE):
11045 Removed some debug code
11047 * fvwm/fvwm.c (main):
11049 Added -color-limit to fvwm usage
11051 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11053 * fvwm/style.c (style_parse_one_style_option):
11054 (style_parse_focus_policy_style):
11055 added style options "FP..." to control focus policy
11056 removed OverrideGrabFocus and AllowGrabFocus styles
11058 * fvwm/style.c (merge_styles):
11059 fixed style defaults != 0
11061 * fvwm/focus.c (__restore_focus_after_unmap):
11062 fixed a bug w/ reverting the focus from transients to the parent
11064 * fvwm/ewmh.c (ewmh_HandleDesktop):
11065 * fvwm/style.c (style_parse_one_style_option):
11066 fixed defaults for various focus styles
11071 * fvwm/frame.c (frame_mrs_resize_move_windows):
11072 backed out anti-flicker patch that slowed down command processing
11074 * fvwm/bindings.c (update_nr_buttons):
11076 fixed sluggish processing of mouse bindings
11078 * fvwm/events.c (__handle_bpress_action):
11079 fixed drawing of pressed decorations w/o bindings
11081 * fvwm/frame.c (frame_move_resize):
11082 removed debug code that broke focus handling
11084 * fvwm/style.c (style_parse_one_style_option):
11085 fixed passing the focus click to the app by default
11087 * fvwm/events.c (__handle_click_to_focus):
11088 * fvwm/focus.c (set_focus_to_fwin):
11089 (__set_focus_to_fwin):
11090 removed drawing code that broke as many places as it fixed; plus it
11091 cause unnecessary redraws
11093 * fvwm/events.c (HandleConfigureRequest):
11094 send a synthetical ConfigureNotify if an application is not granted its
11095 wishes from a ConfigureRequest; this is necessary for FixedPPosition
11096 and FixedPSize to work properly; also to be ICCCM compliant
11097 always force border_width 0 in these events
11098 in the experimental cr merging code, send a number of cn events equal
11099 to the number of merged events
11105 * fvwm/style.c (style_parse_focus_policy_style):
11106 (style_parse_icon_size_style):
11107 (style_parse_icon_box_style):
11108 (style_parse_icon_grid_style):
11109 (style_parse_icon_fill_style):
11110 (style_parse_one_style_option):
11111 (parse_and_set_window_style):
11112 split into separate functions
11113 (style_parse_one_style_option):
11114 simplified and cleaned up
11117 * fvwm/decorations.c:
11120 * fvwm/conditional.h:
11121 * fvwm/conditional.c:
11125 * fvwm/colormaps.c:
11128 reformatted and cleaned up
11130 2002-08-11 olicha <olivier.chapuis@free.fr>
11132 * libs/PictureUtils.c (*):
11133 * libs/PictureUtils.h:
11134 * libs/PictureDitherMatrice.h (new file):
11135 * libs/PictureImageLoader.c (*):
11136 * libs/PictureImageLoader.h:
11137 * libs/PictureGraphics.c (PGraphicsCreateDitherPixmap):
11138 (PCreateDitherPixmap):
11139 (PCreateTintedPixmap):
11140 * libs/PictureGraphics.h:
11141 * libs/PictureBase.c (PictureInitCMap):
11142 * libs/PictureBase.h:
11143 * libs/Picture.c (*):
11146 * libs/Colorset.c (DumpColorset):
11149 * libs/Graphics.c (all gradient functions):
11152 * fvwm/move_resize.c (CMD_XorPixmap):
11153 * fvwm/colors.c (FreeColors):
11154 * fvwm/builtins.c (CMD_DefaultColors):
11155 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
11156 * fvwm/builtins.c (FreeDecorFace):
11158 * fvwm/menus.c (pop_menu_down):
11159 (paint_menu_gradient_background):
11162 * fvwm/menustyle.c (menustyle_free_face):
11163 (menustyle_parse_face):
11165 (menustyle_update):
11166 (menustyle_parse_style):
11167 (CMD_CopyMenuStyle):
11168 * fvwm/menustyle.h:
11169 * fvwm/icons.c (GetIconFromFile):
11170 * fvwm/builtins.c (ReadMultiPixmapDecor):
11172 * fvwm/borders.c (border_draw_decor_to_pixmap):
11173 * fvwm/add_window.c (setup_mini_icon):
11174 * fvwm/fvwm.c (main):
11175 * fvwm/colorset.c (free_colorset_background):
11179 New color limit method and implement dithering in depth <= 8.
11180 Added a "fvwm picture attributes" structure for loading image.
11181 Some colors leaks fix. Add some (weak) color leaks. New option
11182 -color-limit for fvwm. 257 fix. Some prepartion for tint and
11185 2002-08-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11187 * libs/Flocale.c (FlocaleRotateDrawString):
11190 2002-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11192 * fvwm/style.c (parse_and_set_window_style):
11193 fixed the default for passing the click-to-raise click for mousey
11196 * fvwm/events.c (__handle_click_to_focus):
11197 removed redundant code
11198 (WaitForButtonsUp):
11199 fixed sluggish motion event handling when waiting for buttons to be
11202 * fvwm/focus.c (__set_focus_to_fwin):
11203 (set_focus_to_fwin):
11204 fixed redrawing the border w/ mousey focus when the window was entered,
11205 then the border was clicked before the FocusIn event arrived
11207 * fvwm/events.c (__handle_bpress_on_managed):
11208 * fvwm/style.c (parse_and_set_window_style):
11209 fixed some small focus problems
11212 reformatted and cleaned up
11217 * fvwm/focus.c (focus_query_click_to_raise):
11218 (focus_query_click_to_focus):
11219 * fvwm/style.c (parse_and_set_window_style):
11220 * fvwm/events.c (__test_for_motion):
11221 (__check_click_to_focus_or_raise):
11222 (__handle_focus_raise_click):
11223 (__is_bpress_window_handled):
11224 (__handle_click_to_focus):
11225 (__handle_click_to_raise):
11226 (__handle_bpress_stroke):
11227 (__handle_bpress_action):
11228 (__handle_bpress_on_root):
11229 (__handle_bpress_on_unmanaged):
11230 (__handle_bpress_on_managed):
11231 (HandleButtonPress):
11232 GFPR: completely rewrote ButtonPress handler, thus finishing the core
11233 of the new focus code; only the parsing for the new styles is missing
11235 * fvwm/virtual.c (is_pan_frame):
11238 2002-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11240 * fvwm/add_window.c (AddWindow):
11241 fixed compile error
11243 * fvwm/events.c (__handle_focus_raise_click):
11244 (HandleButtonPress):
11247 * fvwm/events.c (__handle_focus_raise_click):
11248 * fvwm/fvwm.h (struct):
11249 * fvwm/style.c (check_window_style_change):
11250 (parse_and_set_window_style):
11251 * fvwm/session.c (MatchWinToSM):
11252 * fvwm/window_flags.h:
11253 eliminated parts of the old focus code
11255 * fvwm/focus.c (__set_focus_to_fwin):
11256 (set_focus_to_fwin):
11257 * fvwm/fvwm.c (InitVariables):
11258 * fvwm/add_window.c (destroy_window):
11259 * fvwm/events.c (__handle_focus_raise_click):
11260 * fvwm/screen.h (ScreenInfo):
11261 eliminated Scr.Ungrabbed global
11263 * fvwm/update.c (apply_window_updates):
11264 (flush_window_updates):
11265 * fvwm/icons.c (DeIconify):
11267 * fvwm/move_resize.c (CMD_Maximize):
11270 * fvwm/frame.c (frame_free_move_resize_args):
11271 (__frame_setup_window):
11272 * fvwm/virtual.c (do_move_window_to_desk):
11273 (CMD_GotoDeskAndPage):
11276 * fvwm/stack.c (LowerWindow):
11277 * fvwm/events.c (HandleMapNotify):
11278 (HandleVisibilityNotify):
11281 (__handle_focus_raise_click):
11282 (HandleEnterNotify):
11283 (HandleMapRequestKeepRaised):
11284 * fvwm/add_window.c (setup_key_and_button_grabs):
11285 (setup_focus_policy):
11287 * fvwm/focus.c (__try_other_screen_focus):
11288 (__set_focus_to_fwin):
11289 (set_focus_to_fwin):
11290 (focus_grab_buttons_on_pointer_window):
11291 (focus_grab_buttons_on_layer):
11292 (focus_grab_buttons_new):
11293 cleaned up focus grab handling.
11295 * fvwm/focus.c (focus_grab_buttons_on_pointer_window):
11298 2002-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11300 * fvwm/add_window.c (setup_window_structure):
11302 discarded unused return code
11304 * fvwm/focus.c (focus_grab_buttons):
11305 split into two fucntions and fixed a bug with ungrabbing buttons
11307 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11308 * fvwm/style.c (parse_and_set_window_style):
11309 * fvwm/icons.c (DeIconify):
11311 * fvwm/events.c (HandleButtonPress):
11312 (HandleEnterNotify):
11313 (HandleLeaveNotify):
11315 (HandleMapRequestKeepRaised):
11316 * fvwm/add_window.c (CaptureAllWindows):
11317 * fvwm/virtual.c (UnmapDesk):
11319 (do_move_window_to_desk):
11320 * fvwm/update.c (flush_window_updates):
11321 * fvwm/focus.c (set_focus_model):
11323 (__restore_focus_after_unmap):
11324 much more GFPR work; these patches may break lots of things
11326 * fvwm/focus.c (set_focus_to_fwin):
11327 (__activate_window_by_command):
11329 (ReturnFocusWindow):
11331 (ForceDeleteFocus):
11332 renamed MoveFocus to set_focus_to_fwin
11334 2002-08-07 Mikhael Goikhman <migo@homemail.com>
11336 * libs/Fft.c (FftDrawString):
11337 removed redudant and buggy code that called DrawStringFunc before
11338 this pointer gets initialized
11340 * fvwm/focus.c (focus_query_click_to_raise):
11341 fixed possibly-uninitialized variable warning
11343 * fvwm/Makefile.am:
11344 specify stroke includes before Xft includes, may improve some cases
11346 2002-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11349 fixed sys/time.h detection
11351 * fvwm/events.c (HandleMappingNotify):
11352 * libs/Bindings.c (AddBinding):
11353 added MappingNotify event handler
11355 * fvwm/events.c (HandleMapRequest):
11358 * fvwm/events.c (InitEventHandlerJumpTable):
11359 another attempt at handling "unknown" modifiers in key bindings
11361 2002-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11363 * fvwm/stack.c (is_on_top_of_layer_ignore_rom):
11364 * fvwm/add_window.c (destroy_window):
11365 * fvwm/focus.c (focus_grab_buttons):
11368 2002-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11370 * fvwm/focus.c (focus_force_refresh_focus):
11371 * fvwm/events.c (HandleEnterNotify):
11372 (HandlePropertyNotify):
11373 (HandleButtonPress):
11374 * fvwm/icons.c (DeIconify):
11375 * fvwm/virtual.c (MapDesk):
11376 * fvwm/focus_policy.c (fpol_query_allow_user_focus):
11377 * fvwm/update.c (apply_window_updates):
11378 * fvwm/module_interface.c:
11379 * fvwm/conditional.c (MatchesConditionMask):
11382 * fvwm/icons.c (Iconify):
11383 removed "#if 0"ed code
11385 * fvwm/module_interface.c:
11386 disabled the old ConfigureWindow module interface
11389 * libs/fvwmsignal.h:
11391 * fvwm/ewmh_intern.h:
11393 * fvwm/module_interface.c:
11398 new file to encapsulate time.h and sys/time.h inclusion
11402 (mark_transient_subtree):
11403 (__mark_group_member):
11404 cleaned up and split into two functions
11406 * fvwm/focus.c (CMD_Focus):
11408 * fvwm/icons.c (DeIconify):
11411 (__activate_window_by_command):
11414 * fvwm/focus_policy.c (fpol_query_allow_set_focus):
11415 * fvwm/focus_policy.h (fpol_set_focus_by_t):
11416 * fvwm/style.c (parse_and_set_window_style):
11417 (parse_and_set_window_style):
11418 began implementing new focus control styles
11420 * fvwm/focus.c (DoSetFocus):
11421 (__restore_focus_after_unmap):
11426 (__set_focus_to_fwin):
11429 * fvwm/conditional.c (MatchesConditionMask):
11430 * fvwm/focus.c (focus_query_open_grab_focus):
11431 (focus_query_close_restore_focus):
11432 (focus_does_accept_input_focus):
11434 * fvwm/events.c (HandleUnmapNotify):
11435 (HandleEnterNotify):
11437 (HandleMapRequestKeepRaised):
11438 renamed some functions
11441 * fvwm/focus_policy.c:
11442 * fvwm/focus_policy.h:
11443 prepared some future focus policy flags
11446 enable error message when png or xpm test compilation fails
11449 * fvwm/window_flags.h:
11450 * fvwm/ewmh.c (ewmh_HandleDesktop):
11451 * fvwm/style.c (parse_and_set_window_style):
11452 (check_window_style_change):
11453 * fvwm/events.c (HandleButtonPress):
11454 (HandleVisibilityNotify):
11455 began GFPR migration of *raises* focus policy flags
11457 * fvwm/focus.c (focus_is_focusd):
11460 * libs/Bindings.c (AddBinding):
11461 fixed handling of "unknown" modifiers in key bindings
11463 * fvwm/focus.c (focus_grab_buttons):
11464 (focus_query_grab_buttons):
11465 moved focus policy code into separate function
11467 2002-08-02 Mikhael Goikhman <migo@homemail.com>
11472 2002-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11474 * fvwm/style.c (parse_and_set_window_style):
11475 * fvwm/focus.c (focus_query_grab_focus):
11476 * fvwm/events.c (HandleMapNotify):
11477 (HandlePropertyNotify):
11478 * fvwm/focus_policy.c (fpol_init_default_fp):
11480 new styles OverrideGrabFocus and AllowGrabFocus
11481 cleaned up focus grabbing code and moved to focus.c
11483 2002-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11485 * fvwm/focus.c (CMD_WarpToWindow):
11486 fixed negative arguments for unmanaged windows
11488 * fvwm/conditional.c (CMD_Direction):
11489 use PeekToken instead of GetNextToken
11491 new direction "center"
11493 2002-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11495 * fvwm/events.c (addkbsubinstoarray):
11496 disabled experimental pointer warping code
11499 removed menu crash debug code
11501 2002-07-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11504 added tons of crash debug code
11506 * fvwm/add_window.c:
11507 made a lot of internal functions static
11509 * fvwm/add_window.c (setup_button_windows):
11510 (destroy_title_window):
11511 (destroy_button_windows):
11512 (destroy_resize_handle_windows):
11513 (destroy_auxiliary_windows):
11516 * fvwm/icons.c (CreateIconWindow):
11517 safety patches w/ XDeleteContext
11519 * fvwm/menus.c (DestroyMenu):
11520 fixed a crash w/ accessing already deleted menus
11522 2002-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11524 * fvwm/menus.c (get_menu_options):
11525 fixed menu context rectangle "icon" if the icon was not just a pixmap
11527 2002-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11529 * fvwm/events.c (HandleMapNotify):
11530 (HandleMapRequestKeepRaised):
11531 (HandleUnmapNotify):
11532 * fvwm/ewmh_events.c (ewmh_WMStateModal):
11533 * fvwm/ewmh.c (ewmh_HandleDesktop):
11534 * fvwm/style.c (parse_and_set_window_style):
11535 removed old do_grab_focus_when_created and *_when_transient_* flags
11537 2002-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11539 * fvwm/conditional.c (MatchesConditionMask):
11540 * fvwm/focus.c (DoSetFocus):
11541 * fvwm/session.c (MatchWinToSM):
11542 * fvwm/module_interface.c (SETOLDFLAGS):
11543 removed old is_lenient flag
11546 * fvwm/style.c (__simplify_style_list):
11547 (simplify_style_list):
11550 * fvwm/window_flags.h:
11552 access macros for focus policy flags structures
11555 * fvwm/focus_policy.c:
11556 * fvwm/focus_policy.h:
11557 new files, begin great focus policy rewrite aka GFPR
11559 2002-07-22 Bob Woodside <dumbledore@woodsway.com>
11561 * fvwm/placement.c (PlaceWindow):
11562 Fixed interaction between CascadePlacement and StartsOnPage
11564 2002-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11566 * libs/fvwmsignal.c (fvwmSelect):
11567 call alloca(0) in fvwmSelect to make sure the memory is not leaked in
11570 2002-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11572 * fvwm/add_window.c (CaptureOneWindow):
11573 fixed a core dump w/ windows being destroyed during a recapture
11575 removed duplicate check if new windows still exist
11577 * fvwm/placement.c (CMD_PlaceAgain):
11578 * fvwm/move_resize.c (move_window_doit):
11580 * fvwm/virtual.c (MapDesk):
11582 (do_move_window_to_desk):
11583 * fvwm/icons.c (AutoPlaceIcon):
11584 (ChangeIconPixmap):
11586 some cleanup in movement code
11587 new option "Icon" to PlaceAgain command
11588 adapted documentation accordingly
11590 * fvwm/move_resize.c (move_window_doit):
11594 2002-07-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11596 * libs/Flocale.c (FlocaleRotateDrawString):
11597 create gcs only once
11600 removed some references to Recapture
11601 UseDecor, UseStyle, AddToDecor, ChangeDecor, DestroyDecor, UpdateDecor,
11602 ButtonStyle, BorderStyle and TitleStyle are planned to be removed in 3.0
11604 * libs/gravity.c (gravity_parse_multi_dir_argument):
11605 fixed "all" multidir selecting "center" too
11607 * libs/Fft.c (FftDrawString):
11608 * libs/Flocale.c (FlocaleRotateDrawString):
11609 (FlocaleFontStructDrawString):
11610 (FlocaleDrawString):
11611 fixed some text placement bugs w/ shadow text
11612 (FlocaleGetShadowTextPosition):
11613 implemented "center" shadows
11615 2002-07-20 olicha <olivier.chapuis@free.fr>
11617 * libs/Flocale.c (FlocaleRotateDrawString):
11618 Removed some static declarations
11620 2002-07-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11622 * libs/gravity.c (gravity_multi_dir_to_dir):
11623 * libs/gravity.h (enum):
11624 new function, cleaned up
11626 * fvwm/fvwm.h (FvwmWindow):
11630 moved text_rotation_type to gravity.h and renamed to rotation_type
11633 fixed several bugs in the access macros
11636 removed unused static FlocaleSeted
11637 (FlocaleFontStructDrawString):
11638 simplified function
11640 * fvwm/virtual.c (CMD_EdgeCommand):
11641 * fvwm/windowshade.c (CMD_WindowShade):
11642 * fvwm/conditional.c (CMD_Direction):
11643 adapted to changes in ParseDirectionArgument
11646 * libs/gravity.c (ParseDirectionArgument):
11647 new direction "Center"
11649 * fvwm/virtual.c (CMD_EdgeCommand):
11652 2002-07-18 olicha <olivier.chapuis@free.fr>
11654 * libs/PictureUtils.c (PictureRGBtoPixel):
11656 Fixed(??) color allocation for some visuals
11658 2002-07-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11660 * libs/Flocale.c (FlocaleFontStructDrawString):
11661 a little code cleanup
11663 * fvwm/events.c (HandleEnterNotify):
11665 anothe click+drag fix
11667 * libs/Pointer.c (GetLocationFromEventOrQuery):
11668 * fvwm/focus.c (SetPointerEventPosition):
11669 * fvwm/functions.c (CheckActionType):
11670 * fvwm/builtins.c (CMD_StrokeFunc):
11671 * fvwm/move_resize.c (moveLoop):
11673 fixed some bugs w/ pointer on wrong screen
11675 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11677 * fvwm/events.c (HandleLeaveNotify):
11678 fixed problem w/ click+drag and mousey focus
11680 * fvwm/menus.c (size_menu_horizontally):
11681 fixed menu style SubmenusLeft w/ icons in menu items
11683 2002-07-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11685 * fvwm/menuitem.c (menuitem_paint):
11687 * fvwm/menus.c (paint_menu_gradient_background):
11688 (get_menu_paint_item_parameters):
11689 removed circular dependency of menus.c and menuitem.c by using callback
11692 2002-07-17 olicha <olivier.chapuis@free.fr>
11697 * fvwm/fvwm.c (InitVariables):
11699 * fvwm/colorset.c (parse_colorset):
11701 (CMD_ReadWriteColors):
11702 * fvwm/builtins.c (CMD_ColorLimit):
11703 * libs/PictureUtils.h:
11704 * libs/PictureUtils.c (PictureReduceColor):
11705 (PictureReduceRGBColor):
11706 (PictureRGBtoPixel):
11707 (PictureAllocColor):
11708 (PictureFreeColors):
11709 (PictureGetNextColor):
11710 (colors_alloc_fail):
11714 (PictureAllocColorTable):
11715 * libs/PictureImageLoader.c (PImageXpmAllocColor):
11716 (PImageXpmFreeColor):
11718 * libs/PictureBase.c (PictureInitCMap):
11719 * libs/Graphics.c (AllocLinearGradient):
11720 * libs/ColorUtils.c (GetShadow):
11726 (fvwmlib_clone_color):
11727 * libs/PictureGraphics.c (PGraphicsTintRectangle):
11728 Implemented a new color limit method
11730 2002-07-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11732 * fvwm/move_resize.c (moveLoop):
11733 fixed problem moving the pointer off screen while moving a window
11734 (AnimatedMoveAnyWindow):
11735 fixed pointer warping w/ multiple screens and animated window motion
11737 2002-07-12 olicha <olivier.chapuis@free.fr>
11739 * fvwm/menus.c (get_menu_paint_item_parameters):
11740 (paint_menu_gradient_background):
11741 * fvwm/menuitem.c (menuitem_paint):
11744 Fixed B/DGradient with Xft fonts
11747 * libs/ColorUtils.c (GetTintedColor):
11749 * fvwm/colorset.c (parse_simple_tint):
11752 Implemented fgTint colorset option
11754 * libs/PictureImageLoader.c:
11755 * libs/PictureUtils.c:
11756 * libs/PictureUtils.h:
11757 * libs/Makefile.am:
11758 Moved color limitation and some rgb to pixel functions from
11759 PictureImageLoader to new files PictureUtils.c, PictureUtils.h
11761 * fvwm/colorset.c (parse_colorset):
11762 * libs/PictureGraphics.c (PCreateTintedPixmap):
11763 (PGraphicsTintRectangle):
11764 Implemented tinting for X server without Xrender support and
11765 did color limitation when tinting
11768 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11770 * fvwm/events.c (WaitForButtonsUp):
11771 fixed handling of button release events
11773 2002-07-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11775 * fvwm/menus.c (MenuInteraction):
11776 fixed core dump w/ dynamic popdown action destroying a menu
11777 (paint_menu_gradient_background):
11778 fixed hang and/or incorrect drawing of b and d gradients in menus
11780 * fvwm/events.c (HandleEnterNotify):
11781 (HandleLeaveNotify):
11782 improved LEAVE_WINDOW/ENTER_WINDOW handling
11784 2002-07-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11786 * libs/Colorset.c (SetWindowBackground):
11787 (SetWindowBackgroundWithOffset):
11789 implemented new functions to allow pixmap backgrounds with an offset
11791 2002-07-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11793 * fvwm/events.c (HandleMapRequestKeepRaised):
11794 send Map/UnmapNotify before iconyfying, not after
11796 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11798 * fvwm/events.c (HandleMapRequestKeepRaised):
11799 fake a MapNotify and then an UnmapNotify when a window is created iconic
11801 * fvwm/add_window.c (AddWindow):
11802 workaround for buggy TK menu positioning
11804 * fvwm/module_interface.c (FlushMessageQueue):
11807 tried to fix module communication deadlock w/ sync mask and a full write
11814 2002-07-06 olicha <olivier.chapuis@free.fr>
11816 * libs/Flocale.c (FlocaleGetFontSet):
11817 Removed some unwanted code
11819 2002-07-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11821 * fvwm/events.c (HandleLeaveNotify):
11822 (HandleEnterNotify):
11823 reduced the number of MX_LEAVE/ENTER_WINDOW messages
11825 * fvwm/events.c (CMD_XSync):
11826 very experimental patch to cycle through subwindows accepting keyboard
11827 input; call Xsync command repeatedly to test; crashes fvwm if more than
11828 1000 subwindows are used;
11830 * fvwm/focus.c (CMD_WarpToWindow):
11831 fixed a bug in warpttowindow command with subwindows of unmanaged
11834 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11836 * fvwm/events.c (HandlePropertyNotify):
11838 handle changes in the size_inc and base_size hints during opaque
11841 * fvwm/events.c (HandleButtonPress):
11842 ClickToFocus + ClickToFocusPassesClickOff now blocks event handling
11843 until the button is released again; this restores the old behaviour
11844 from 2.3.23 and before with click+drag and rxvt/aterm
11846 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11848 * fvwm/update.c (apply_window_updates):
11849 fixed applying neverfocus to currently focused window; decorations
11850 partially drawn hilighted
11852 2002-07-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11854 * fvwm/menucmd.c (menu_func):
11855 another module/menu/context window fix
11856 do not use global Fw anymore
11858 2002-07-05 olicha <olivier.chapuis@free.fr>
11860 * libs/Flocale.c (FlocaleStringToString2b):
11861 Fixed crash with big5-0 FontStruct
11863 2002-07-04 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11865 * fvwm/menucmd.c (menu_func):
11866 fixed context window of menus invoked by a module
11868 fixed context menus on windows
11870 * libs/vpacket.h (ConfigWinPacket):
11871 * fvwm/module_interface.c (CONFIGARGSNEW):
11872 * fvwm/fvwm.h (FvwmWindow):
11873 fixed bugs in type conversions for transmitting certain information to
11876 * fvwm/functions.c (CheckActionType):
11877 fixed window selection problem w/ menus invoked from modules
11879 2002-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11881 * fvwm/gnome.c (GNOME_HandlePropRequest):
11884 * fvwm/module_interface.c (ExecuteCommandQueue):
11885 fixed compile bug w/ --enable-debug-msgs
11887 2002-06-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11889 * fvwm/events.c (HandleButtonPress):
11891 * fvwm/menus.c (MenuInteraction):
11893 * fvwm/windowlist.c (CMD_WindowList):
11894 * fvwm/menucmd.c (menu_func):
11895 * fvwm/module_interface.c (ExecuteModuleCommand):
11896 * fvwm/add_window.c (adjust_fvwm_internal_windows):
11897 go away, evil globals! [removed the useless global variable
11900 * fvwm/events.c (HandleUnmapNotify):
11902 * fvwm/icons.c (Iconify):
11903 * fvwm/window_flags.h (IS_ICONIFY_PENDING):
11904 * fvwm/fvwm.h (struct):
11905 renamed is_deiconify_pending to is_iconify_pending
11908 2002-06-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11910 * fvwm/menus.c (MenuInteraction):
11912 (menu_enter_tear_off_menu):
11914 * fvwm/events.c (HandleButtonPress):
11915 (HandleButtonRelease):
11918 * fvwm/menucmd.c (menu_func):
11920 * fvwm/module_interface.c (ExecuteModuleCommand):
11921 go away, evil globals! [removed the useless global variable "Context"]
11922 removed is_menu_from_frame_or_window_or_titlebar flag
11924 * fvwm/module_interface.c:
11925 * fvwm/windowlist.c:
11928 2002-06-28 Mikhael Goikhman <migo@homemail.com>
11930 * fvwm/menuitem.c (menuitem_paint):
11931 fixed fg color of the inactive disabled menu item
11936 removed a mention of RedHat (I don't think it is correct),
11937 reworded a mention of fvwm95
11939 2002-06-26 Mikhael Goikhman <migo@homemail.com>
11942 tabify only the leading spaces, untabify the middle of line
11944 2002-06-25 David Fries <dfries@mail.win.org>
11947 * fvwm/windowlist.c:
11948 Added code to sort based on the class name of a window for
11949 the WindowList function.
11951 2002-06-25 olicha <olivier.chapuis@free.fr>
11956 2002-06-25 Mikhael Goikhman <migo@homemail.com>
11959 add Anders Andersson (spelling fixes in all man pages) and Steve Talley
11961 2002-06-24 Steve Talley <stephen.talley@sun.com>
11963 * fvwm/add_window.c:
11964 * fvwm/add_window.h:
11972 New Style option IconSize
11974 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11976 * NEWS, configure.in:
11977 changed version to 2.5.3
11979 2002-06-24 Mikhael Goikhman <migo@homemail.com>
11982 removed C++ section
11985 * libs/FlocaleCharset.c:
11988 2002-06-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
11990 * fvwm/events.c (WaitForButtonsUp):
11991 use the wait cursot only after the 20th pass through the loop
11993 2002-06-21 Dan Espen <dane@mk.telcordia.com>
11995 * fvwm/fvwm.1 (Examples): Language check.
11996 PipeRead as synchronous Exec.
11997 Better example for PipeRead.
11999 2002-06-21 olicha <olivier.chapuis@free.fr>
12003 Documented StringEncoding= in font name
12006 Removed --disable-compound-text doc
12008 2002-06-20 olicha <olivier.chapuis@free.fr>
12010 * libs/FBidi.h (FBidiConvert):
12011 Fixed compile if !HAVE_BIDI
12013 2002-06-19 olicha <olivier.chapuis@free.fr>
12015 * fvwm/fvwm.c (InitVariables):
12017 Allocate colorset 0 in InitVariable in the place of StartupStuff.
12018 This fix a "null expression" at init in menustyle.c (menustyle_update)
12020 2002-06-19 Mikhael Goikhman <migo@homemail.com>
12023 reworded supported feature listing, fixed the default xft detection
12025 added the "Supported Features" section
12027 2002-06-19 olicha <olivier.chapuis@free.fr>
12030 Removed not useful #define/#undef FVWM_COLORSET_PRIVATE
12033 Removed --enable-mulibyte and --disable-compound-text config option
12034 documentation. s/enable-xft/disable-xft/ and document --disable-xrender
12037 Xft is on by default no
12039 * libs/FlocaleCharset.c (*):
12040 * libs/FlocaleCharset.h:
12041 * libs/Ficonv.c (*):
12043 * libs/Flocale.c (*):
12046 * libs/FftInterface.h:
12049 * fvwm/ewmh_names.c ():
12050 Some cleanup. Implemented StringEncoding= in font names. Fixed
12051 string encoding for xft fonts. Try to be more cleaver about defaults
12052 charsets. Improvement in the locale charset table.
12055 Some documentation cleanup regarding Xft
12057 2002-06-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12059 * fvwm/functions.c (find_func_type):
12060 fixed bug i introduced w/ last commit
12062 * fvwm/fvwm.c (Done):
12064 * fvwm/functions.c (functions_is_complex_function):
12065 * fvwm/builtins.c (CMD_DestroyFunc):
12068 moved functions to functions.c
12071 * fvwm/functable.c:
12072 * fvwm/functable.h:
12073 * fvwm/functions.h:
12075 * fvwm/functions.c:
12076 moved some types and functions to other/new files
12078 * fvwm/functions.c:
12079 * fvwm/expand.c (expand_vars_extended):
12081 functions moved to new file
12083 * fvwm/functions.c:
12086 2002-06-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12088 * fvwm/events.c (CoerceEnterNotifyOnCurrentWindow):
12089 fixed colourmap focus problem
12092 tabified all files and removed all trailing spaces
12094 * fvwm/move_resize.c (move_window_doit):
12095 * fvwm/virtual.c (CMD_MoveToDesk):
12096 MoveToPage and MoveToDesk no longer unstick windows
12098 2002-06-17 Mikhael Goikhman <migo@homemail.com>
12104 reworded some names of supported features
12106 2002-06-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12108 * fvwm/update.c (apply_window_updates):
12109 * fvwm/session.c (MatchWinToSM):
12110 * fvwm/add_window.c (setup_window_structure):
12111 * fvwm/windowshade.c (CMD_WindowShade):
12112 * fvwm/window_flags.h:
12113 fixed a problem w/ shaded windows changind the title direction
12115 * fvwm/geometry.c (get_shaded_geometry):
12116 fixed shading window to 0 width or height
12118 * fvwm/add_window.c (AddWindow):
12119 fixed a memory leak and an initial window placement bug
12121 2002-06-15 Mikhael Goikhman <migo@homemail.com>
12124 minor improvements in output, added bin/fvwm-perllib
12126 2002-06-12 Mikhael Goikhman <migo@homemail.com>
12128 * fvwm/menustyle.c (CMD_CopyMenuStyle):
12129 fixed copying PopupOffset values in CopyMenuStyle
12134 2002-06-10 Mikhael Goikhman <migo@homemail.com>
12138 added CopyStringWithQuotes, not perfect, but works for now
12140 2002-06-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12142 * fvwm/functions.h:
12144 * fvwm/functions.c (func_config):
12145 * libs/FScreen.c (FScreenConfigureSLSScreens):
12146 (FScreenConfigureModule):
12147 * fvwm/virtual.c (CMD_XineramaSlsScreens):
12148 new command XineramaSLSScreens
12151 cleaned up Xinerama ifdefs
12153 2002-06-07 Dan Espen <dane@mk.telcordia.com>
12156 * fvwm/fvwm.1 (FONT SHADOW EFFECTS): Reword.
12158 2002-06-07 olicha <olivier.chapuis@free.fr>
12161 * libs/Flocale.c (FlocaleGetShadowTextPosition):
12162 Some shadow text position fixes
12164 2002-06-06 olicha <olivier.chapuis@free.fr>
12166 * fvwm/update.c (apply_window_updates):
12167 Fixed the position of shaded windows after certain style update
12170 Fixed some options names
12172 2002-06-06 Mikhael Goikhman <migo@homemail.com>
12174 * fvwm/module_interface.c (CMD_SendToModule):
12175 fixed SendToModule when the first parameter contains quotes
12177 2002-06-06 olicha <olivier.chapuis@free.fr>
12179 * fvwm/fvwm.c (main):
12180 * fvwm/ewmh.c (EWMH_Init):
12181 Init the EWMH before reading the config. Always setup the working
12184 2002-06-05 olicha <olivier.chapuis@free.fr>
12186 * fvwm/update.c (apply_window_updates):
12187 Fixed the position of a shaded window during a style update
12190 * libs/Flocale.c (FlocaleRotateDrawString):
12191 (FlocaleGetShadowTextPosition):
12192 Fixed side title text position if the font has no shadow
12195 * libs/Ficonv.c (FiconvInit):
12196 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
12197 * libs/Flocale.c (FlocaleInit):
12198 (FlocaleRotateDrawString):
12199 (FlocaleGetFontSet):
12200 (FlocaleGetFontOrFontSet):
12202 (FlocaleDrawString):
12203 (FlocaleTextWidth):
12204 (FlocaleFreeNameProperty):
12205 (FlocaleGetNameProperty):
12206 (FlocaleTextListToTextProperty):
12207 Finish to remove the multibyte patch. This gives a more clean code
12208 and can only prevent bugs
12210 2002-06-05 Mikhael Goikhman <migo@homemail.com>
12212 * fvwm/placement.c (PlaceWindow):
12213 fixed CascadePlacement with huge windows (xterm -g 240x100),
12214 that were aligned to bottom-right instead of top-left;
12215 small adjustments (removed border_width from calculations,
12216 don't place normal windows at 0, commented out some strange code)
12218 2002-06-04 Mikhael Goikhman <migo@homemail.com>
12221 document CascadePlacement and FvwmIconMan improvements
12226 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12228 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12229 * fvwm/fvwm.c (InitVariables):
12230 * fvwm/placement.c (PlaceWindow):
12231 * fvwm/screen.h (struct ScreenInfo):
12232 improved *CascadePlacement, if the last placed window does not exist
12233 any more, reuse the last used position instead of adding a new cascade
12235 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12237 * fvwm/events.c (HandleEnterNotify):
12238 * fvwm/fvwm.c (InitVariables):
12240 Fixed colormap handling over decorative parts of a window
12242 2002-06-03 olicha <olivier.chapuis@free.fr>
12244 * fvwm/module_interface.c (make_named_packet):
12245 Fixed an write out of memory bug. This complete Mikhail Kruk patch
12246 related to named module packet
12248 2002-06-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12250 * fvwm/focus.c (focus_grab_buttons):
12251 * fvwm/events.c (HandleButtonPress):
12252 fixed a problem w/ ClickToFocus + ClickToFocusRaisesOff
12254 2002-06-03 Mikhael Goikhman <migo@homemail.com>
12256 * fvwm/bindings.c (ParseBinding):
12257 replaced an error "Illegal mouse button" with a descriptive warning
12258 when a button number is greater than NUMBER_OF_MOUSE_BUTTONS
12260 2002-05-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12262 * fvwm/events.c (GetContext):
12263 fixed key bindings on decorations
12266 removed XEVMASK_DECORW
12268 2002-05-31 olicha <olivier.chapuis@free.fr>
12272 Documented shadow effect in a new section FONT EFFECTS
12274 2002-05-31 olicha <olivier.chapuis@free.fr>
12276 * libs/Fft.c (FftDrawString):
12277 * libs/Colorset.c (DumpColorset):
12280 * fvwm/colorset.c (parse_colorset):
12281 New colorset option fg_alpha which defines an alpha for rendering
12284 2002-05-29 olicha <olivier.chapuis@free.fr>
12286 * libs/Fft.c (FftSetupEncoding):
12293 Added detection for fontconfig and Xft2. Added FT2 CFLAGS and LIBS
12294 to Xft FLAGS and LIBS
12296 * fvwm/Makefile.am:
12297 * libs/Makefile.am:
12298 Put $(Xft_CFLAGS) before $(X_CFLAGS) to be able to use an independent
12299 Xft2 library. Removed FT2 CFLAGS and LIBS
12301 2002-05-27 olicha <olivier.chapuis@free.fr>
12306 Some Xft2 and fontconfig preparation
12309 * libs/Flocale.c (FlocaleParseShadow):
12311 (FlocaleGetShadowTextPosition):
12312 Added offset to shadow text
12315 Fixed the position of ne shadow text and remove some unused #define
12317 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12319 * fvwm/colorset.c (parse_colorset):
12320 fixed integer overflow in average colour calculation
12322 2002-05-27 olicha <olivier.chapuis@free.fr>
12324 * libs/gravity.c (GetNextMultiDirection):
12325 (ParseMultiDirectionArgument):
12327 Added a multi direction type which is a "<<" version of direction
12328 type. Added a parse and a next functions
12331 * libs/Flocale.c (FlocaleParseShadow):
12332 (FlocaleGetNextShadowDirection):
12333 (FlocaleGetShadowTextPosition):
12334 Used gravity multi direction type and functions. Removed
12335 FlocaleGetNextShadowDirection
12337 2002-05-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12339 * fvwm/focus.c (restore_focus_after_unmap):
12340 fixed a problem w/ colormap transition when transient window died
12342 * fvwm/add_window.c (AddWindow):
12345 * fvwm/session.c (getUniqueStateFilename):
12346 applied security patch by Jan Echternach
12348 * fvwm/fvwm.c (InitVariables):
12349 Properly initialise Scr.flags.is_pointer_on_this_screen
12351 * libs/fvwmlib.h (FvwmFont):
12352 * fvwm/fvwm.c (setVersionInfo):
12355 * acconfig.h (MULTIBYTE):
12356 removed MULTIBYTE option (unconditionally on)
12358 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12360 * libs/gravity.c (ParseDirectionArgument):
12361 allow "t", "u", ... shortcuts as direction arguments
12363 * fvwm/style.c (check_window_style_change):
12364 (parse_and_set_window_style):
12365 * fvwm/frame.c (frame_setup_border):
12366 (frame_get_shading_laziness):
12367 (frame_get_sidebar_geometry):
12368 * fvwm/decorations.c (SelectDecor):
12369 * fvwm/add_window.c (setup_style_and_decor):
12370 (setup_resize_handle_cursors):
12371 (setup_resize_handle_windows):
12372 (change_resize_handle_windows):
12373 (destroy_auxiliary_windows):
12374 * fvwm/borders.c (border_get_border_gcs):
12375 (border_draw_border_parts):
12376 * fvwm/style.h (SCSET_HAS_BORDER):
12377 * fvwm/fvwm.h (FvwmWindow):
12378 * fvwm/window_flags.h (SET_HAS_BORDER):
12379 new styles NoBorder/Border
12381 2002-05-26 olicha <olivier.chapuis@free.fr>
12384 * libs/Flocale.c (FlocaleParseShadow):
12385 (FlocaleGetNextShadowDirection):
12386 (FlocaleGetShadowTextPosition):
12388 Implemented multidirectional shadow text rendering
12392 (FlocaleFontStructDrawString):
12393 (FlocaleRotateDrawString):
12395 (FlocaleDrawString):
12396 (FlocaleTextWidth):
12397 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12398 * libs/Fft.c (FftDrawString):
12399 Cleanup the FlocaleFont structure by addings some flags
12401 2002-05-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12403 * fvwm/events.c (HandleFocusIn):
12404 * fvwm/add_window.c (adjust_fvwm_internal_windows):
12405 * fvwm/screen.h (ScreenInfo):
12406 * fvwm/focus.c (FocusOn):
12407 ignore EnterNotify events while a window is waiting to receive focus
12408 from the Focus or FlipFocus commands; should prevent plenty of race
12409 contidions caused by executing complex functions by a key press, button
12410 press or from a menu; fixes Alt-Tab problem
12412 * fvwm/events.c (HandleMapNotify):
12413 immediately draw window decorations when window is mapped; the new frame
12414 drawing code takes care of suppressing unnecessary redraws
12415 (HandleLeaveNotify):
12416 fixed a bug w/ LeaveNotify event with NotifyGrab
12418 2002-05-22 olicha <olivier.chapuis@free.fr>
12421 * libs/Fft.c (FftDrawString):
12422 * libs/Flocale.c (FlocaleFontStructDrawString):
12423 (FlocaleRotateDrawString):
12425 (FlocaleGetShadowTextPosition):
12426 (FlocaleDrawString):
12427 (FlocaleDrawUnderline):
12428 (FlocaleTextWidth):
12429 Implemented negative shadow text
12431 2002-05-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12433 * fvwm/menucmd.c (CMD_AddToMenu):
12434 * fvwm/windowlist.c (CMD_WindowList):
12437 changed signature of AddToMenu
12439 * fvwm/menus.c (clone_menu_root_static):
12440 fixed problem w/ menu style usage count and tear off menus
12441 fixed core dump w/ not copying the missing sub menu function in tear
12443 (clone_menu_item_list):
12445 (add_another_menu_item):
12446 (size_menu_vertically):
12447 fixed additional "More..." items in sub menus of torn off menus
12449 2002-05-22 Mikhael Goikhman <migo@homemail.com>
12452 fixed #endif warning
12453 * fvwm/ConfigFvwmDefaults:
12454 added CirculateSkip to tear off menus
12456 fixed ShadeAgain quoting
12458 2002-05-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12460 * fvwm/events.c (HandleButtonPress):
12461 allow to pass the focus click to applications and have a function bound
12462 to it at the same time
12466 fixed compilation problem
12468 2002-05-20 olicha <olivier.chapuis@free.fr>
12470 * libs/PictureImageLoader.c (PImageRGBtoPixel):
12471 Fixed blue colour in png image and ewmh icons
12473 * libs/Flocale.c (FlocaleLoadFont):
12474 Removed some debug code
12476 * fvwm/colorset.c (parse_colorset):
12478 * libs/ColorUtils.c (GetForeShadowColor):
12479 Added Mikhael algo to compute the default fgsh
12481 2002-05-18 Mikhael Goikhman <migo@homemail.com>
12483 * fvwm/functions.c (expand_extended_var):
12484 expand $[fgsh.csN], use constants instead of numbers
12486 2002-05-17 olicha <olivier.chapuis@free.fr>
12488 * libs/Flocale.c (FlocaleDrawString):
12489 (FlocaleDrawUnderline):
12491 Removed some unused and debug code
12493 2002-05-17 olicha <olivier.chapuis@free.fr>
12495 * fvwm/menuitem.c (draw_underline):
12497 * libs/Flocale.c (FlocaleDrawUnderline):
12498 Move draw_underline into Flocale.c and fix underline position with
12501 2002-05-17 olicha <olivier.chapuis@free.fr>
12503 * fvwm/style.c (update_window_color_style):
12504 (update_window_color_hi_style):
12505 * fvwm/move_resize.c (DisplayPosition):
12507 * fvwm/menuitem.c (menuitem_paint):
12508 * fvwm/borders.c (get_common_decorations):
12509 (border_get_titlebar_draw_descr):
12511 * fvwm/icons.c (DrawIconWindow):
12512 Pass the colorset to text drawing via the FlocaleWinString structure
12515 * libs/ColorUtils.c (GetForeShadowColor):
12517 * fvwm/colorset.c (parse_colorset):
12519 * libs/Colorset.c (DumpColorset):
12521 Added fgsh colorset and two new functions GetForeShadowColor and
12522 GetForeShadow which should be modified
12524 * libs/Makefile.am:
12526 * libs/FftInterface.h (new file):
12527 * libs/Fft.c (FftDrawString):
12529 * libs/Flocale.c (FlocaleFontStructDrawString):
12530 (FlocaleRotateDrawString):
12531 (FlocaleDrawString):
12532 (FlocaleTextWidth):
12534 Implemented text shadow rendering
12536 2002-05-11 olicha <olivier.chapuis@free.fr>
12539 * fvwm/builtins.c (refresh_window):
12540 * fvwm/update.c (apply_window_updates):
12542 * fvwm/style.c (check_window_style_change):
12543 ParentalRelativity style is now dynamic
12545 2002-05-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12547 * fvwm/menuitem.c (menuitem_paint):
12548 fixed menu item hilight area
12550 2002-05-09 olicha <olivier.chapuis@free.fr>
12552 * libs/Makefile.am:
12553 * libs/XError.c (request_name):
12554 * libs/PictureImageLoader.c (PImageLoadPng):
12555 (PImageCreatePixmapFromArgbData):
12556 * libs/PictureGraphics.c (PGraphicsTintRectangle):
12557 (PGraphicsTileRectangle):
12558 (PGraphicsCopyFvwmPicture):
12559 * libs/FRenderInit.c (new file):
12560 * libs/FRenderInit.h (new file):
12561 * libs/FRenderInterface.h:
12562 * libs/FRender.c (*):
12563 * fvwm/colorset.c (parse_tint):
12565 * fvwm/fvwm.c (main):
12566 * fvwm/events.c (HandlePropertyNotify):
12567 Change the design of the previous commit. Now a module should call
12568 FRenderInit when it wants to use a function which depends on XRender.
12570 2002-05-09 olicha <olivier.chapuis@free.fr>
12578 Include Fft.h include FRender.h as Xft.h include Xrender.h
12580 * libs/FRenderInterface.h:
12582 * libs/FRender.c (FRenderInit):
12583 (FRenderGetErrorCodeBase):
12584 (FRenderGetMajorOpCode):
12585 (FRenderGetExtensionSupported):
12586 (FRenderGetErrorText):
12587 Improve XRender initialization, check if the XRender extension is
12588 enabled and get the error code base and the major op code.
12589 Add error functions for the X error handler.
12591 * libs/XError.c (PrintXErrorAndCoredump):
12593 Really enable USE_GET_ERROR_TEXT and take in account XRender error code
12596 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12597 * fvwm/events.c (HandlePropertyNotify):
12598 * fvwm/colorset.c (parse_tint):
12600 * libs/PictureImageLoader.c (PImageLoadPng):
12601 (PImageCreatePixmapFromArgbData):
12602 * libs/PictureGraphics.c (PGraphicsCopyPixmaps):
12603 (PGraphicsCopyFvwmPicture):
12604 (PGraphicsTileRectangle):
12605 * libs/FRender.c (FRenderCopyArea):
12606 (FRenderTintRectangle):
12607 Check if the XRender extension is enabled on the display before
12608 performing XRender operations
12610 2002-05-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12612 * fvwm/menuitem.c (menuitem_paint):
12613 fixed item hilighting problems
12615 2002-05-07 olicha <olivier.chapuis@free.fr>
12617 * fvwm/colorset.c (parse_colorset):
12620 2002-05-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12622 * fvwm/events.c (HandlePropertyNotify):
12623 workaround for xterm resize problem
12625 * fvwm/colorset.c (parse_colorset):
12626 (free_colorset_background):
12629 fixed various bugs and core dumps w/ the cs->picture structure;
12630 note: it's a pointer, so compare with NULL, not with None
12632 * fvwm/frame.c (frame_setup_window):
12633 (frame_setup_window_app_request):
12634 (frame_force_setup_window):
12635 (frame_setup_window_internal):
12636 (frame_create_move_resize_args):
12637 (frame_free_move_resize_args):
12638 * fvwm/add_window.c (setup_window_attr):
12639 * fvwm/events.c (HandleConfigureRequest):
12640 (HandlePropertyNotify):
12641 fixed [?] bit_gravity/resize problem
12643 * fvwm/events.c (HandleEnterNotify):
12644 reformatted EdgeCommand code
12646 2002-05-06 olicha <olivier.chapuis@free.fr>
12648 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12649 Resize an ewmh icon to the wanted size if it is to big
12651 * fvwm/ewmh.c (EWMH_WindowDestroyed):
12652 Set also the stacking list when a window is destroyed
12654 2002-05-03 Dan Espen <dane@mk.telcordia.com>
12656 * fvwm/fvwm.1: Finish language check.
12657 Fix typo in Mouse section, context should be on new line.
12659 2002-05-02 Dan Espen <dane@mk.telcordia.com>
12661 * fvwm/fvwm.1 (file): Restore icons and images text with some
12663 Started on lang check, not done yet.
12665 2002-05-02 Mikhail Kruk <meshko@cs.brandeis.edu>
12667 * fvwm/module_interface.c (make_named_packet):
12668 Applied Mikhail Kruk patch
12670 2002-05-02 olicha <olivier.chapuis@free.fr>
12672 * libs/FlocaleCharset.h:
12673 * libs/Ficonv.c (FiconvSetupConversion):
12674 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12676 * libs/Flocale.c (FlocaleGetFftFont):
12677 (FlocaleGetFontSet):
12680 (FlocaleUnloadFont):
12682 Implemented charset/iconv hints in font name
12684 2002-04-29 Stian Sletner <stian@sletner.com>
12686 * fvwm/windowlist.c (CMD_WindowList):
12687 Added new Windowlist option IconifiedAtEnd
12689 2002-04-30 Mikhael Goikhman <migo@homemail.com>
12691 * fvwm/module_interface.c:
12694 moved two constant strings to Module.h, so they may be used by perllib
12696 2002-04-29 olicha <olivier.chapuis@free.fr>
12698 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
12699 Fixed a core dump if the charset is not found
12701 * libs/Flocale.c (FlocaleStringToString2b):
12702 Removed some debug code
12704 2002-04-29 olicha <olivier.chapuis@free.fr>
12706 * libs/Fft.c (FftGetFontWidths):
12707 (FftGetFontWidths):
12710 * libs/Flocale.c (FlocaleGetFont):
12711 (FlocaleGetFontSet):
12712 (FlocaleGetFftFont):
12713 Removed min_char_offset member of the FlocaleFont as it is not use
12714 since we rotate string for side title
12716 * libs/Ficonv.c (FiconvSetupConversion):
12717 * libs/FlocaleCharset.c (FlocaleGetBidiCharset):
12718 (FlocaleCharsetSetFlocaleCharset):
12720 * libs/Flocale.c (FlocaleTextWidth):
12721 (FlocaleDrawString):
12722 (FlocaleUtf8ToUnicodeStr2b):
12724 (FlocaleStringToString2b):
12725 (FlocaleRotateDrawString):
12726 (FlocaleFontStructDrawString):
12727 Added support for drawing string with 10646-1 fonts without an utf8
12728 locale. Also, drawing strings with a multibyte font now work not so
12729 bad even if the locale have nothing to do with the font.
12731 * libs/Fft.c (FftUtf8ToFftString16):
12734 Added utf8 rendering with iso10646-1 fonts on system without
12737 * fvwm/colorset.c (reset_cs_pixmap):
12742 Colorset now accept bitmaps. Split a bit parse_colorset for readability
12744 2002-04-28 Mikhael Goikhman <migo@homemail.com>
12747 fixed core dump on default Alt-Tab (Alt released when mouse is outside)
12749 2002-04-27 Mikhael Goikhman <migo@homemail.com>
12751 * fvwm/move_resize.c:
12752 don't start Move with snap disabled if Alt is initially pressed
12754 2002-04-26 Mikhael Goikhman <migo@homemail.com>
12756 * NEWS, configure.in:
12757 changed version to 2.5.2
12759 2002-04-25 Mikhael Goikhman <migo@homemail.com>
12762 improved main headers, added new COLORSETS section;
12763 documented State condition
12766 documented Tint in colorsets and utility renaming
12769 corrected several error reporting problems
12771 2002-04-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12774 fixed leaving tear off menus
12776 2002-04-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12778 * fvwm/borders.c (border_draw_part_relief):
12779 (border_set_button_pixmap):
12780 (border_draw_title_stick_lines):
12781 (border_draw_title_mono):
12782 (border_draw_title_relief):
12783 * libs/fvwmlib.h (RelieveRectangle2):
12784 (RelieveRectangle):
12785 replaced functions by macros
12787 * libs/Graphics.c (do_relieve_rectangle):
12788 applied performance patch by Dave Trollope
12790 2002-04-24 Mikhael Goikhman <migo@homemail.com>
12796 * libs/FlocaleCharset.c:
12797 FBidi is now independent from Flocale* again;
12798 iso8859-6.8x fonts recognized now as bidi-enabled
12800 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12803 fixed --disable-multibyte
12805 2002-04-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12807 * fvwm/borders.c (border_draw_title_deep):
12808 (border_set_title_pixmap):
12809 (border_set_button_pixmap):
12810 fixed SolidButton title and button style
12812 2002-04-23 Mikhael Goikhman <migo@homemail.com>
12817 added new entry about CurrentAtEnd
12820 minor reformatting and spell checking
12822 2002-04-23 Jochen Klenner <jochen.klenner@gmx.net>
12824 * fvwm/windowlist.c (CMD_WindowList):
12825 Added new Windowlist option CurrentAtEnd
12827 2002-04-22 olicha <olivier.chapuis@free.fr>
12829 * fvwm/colorset.c (parse_colorset):
12831 Fixed an enormous core dump which comes from a cvs merging problem
12833 * fvwm/Makefile.am:
12836 Added Xrender detection and link fvwm if needed
12838 * libs/PictureGraphics.c:
12839 * libs/PictureGraphics.h:
12842 * libs/FRenderInterface.h:
12843 * libs/PictureGrpahics.c (*):
12844 * libs/PictureGrpahics.h:
12845 New libs files to acheive alpha-blend rendering and better XBM
12846 support. PictureGraphics contains elaborated version and also
12847 simplified version of XFillRectangle, XCopyPlan and XCopyArea
12851 * fvwm/icons.c (clear_icon):
12855 * fvwm/events.c (HandlePropertyNotify):
12856 * fvwm/borders.c (border_fill_pixmap_background):
12857 (border_get_border_background):
12858 (border_draw_decor_to_pixmap):
12859 * fvwm/menuitem.c (menuitem_paint):
12860 * fvwm/add_window.c (destroy_icon):
12861 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
12862 * fvwm/geometry.c (move_icon_to_position):
12863 * fvwm/colorset.c (free_colorset_background):
12866 Implemented alpha-blend rendering with the new libs function
12868 * fvwm/colorset.c (free_colorset_background):
12871 Implemented tinting of a Pixmap background colorset
12873 * fvwm/colorset.c (parse_colorset):
12874 Use the Scr.NoFocusWin as main window in the place of the
12875 Scr.SizeWindow, this fix a lot of X errors in my machine.
12877 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
12878 Donated our alpha channel
12881 * fvwm/module_interface.h:
12882 * fvwm/module_interface.c (SendFvwmPicture):
12883 (BroadcastMiniIcon):
12885 (BroadcastFvwmPicture):
12886 (CMD_Send_WindowList):
12887 * fvwm/add_window.c (change_mini_icon):
12888 (broadcast_mini_icon):
12889 * fvwm/ewmh_icons.c:
12890 Replace BroadcastMiniIcon and SendMiniIcon by BroadcastFvwmPicture and
12891 SendFvwmPicture which send the alpha. Add a MiniIconPacket structure
12893 * libs/Makefile.am:
12894 * libs/PictureBase.c (*):
12895 * libs/PictureBase.h:
12896 * libs/Picture.c (*):
12898 * libs/PictureImageLoader.c (*):
12899 * libs/PictureImageLoader.h:
12901 Rename some libs file InitPicture -> PictureBase, FImageLoader ->
12902 PictureImageLoader.
12903 Rename some libs function: InitPictureCMap -> PictureInitCMap,
12904 UseDefaultVisual -> PictureUseDefaultVisual, UseFvwmVisual ->
12905 PictureUseFvwmVisual, PictureSaveFvwmVisual -> SaveFvwmVisual,
12906 SetImagePath -> PictureSetImagePath, findImageFile ->
12907 PictureFindImageFile, PictureList -> FvwmPictureList,
12908 LoadFvwmPicture removed now PImageLoadFvwmPictureFromFile replace it,
12909 GetPicture -> PGetFvwmPicture, CachePicture -> PCacheFvwmPicture,
12910 DestroyPicture -> PDestroyFvwmPicture, LoadPictureFromPixmap ->
12911 PLoadFvwmPictureFromPixmap, CachePictureFromPixmap ->
12912 PCacheFvwmPictureFromPixmap, fvwm_clone_picture -> PCloneFvwmPicture.
12913 Also renamed more recent functions in PictureImageLoader.
12915 * fvwm/borders.c (border_draw_one_border_part):
12916 (border_draw_decor_to_pixmap):
12917 Fixed drawing of a TiledPixmap borded and fixed position of buttons
12920 * fvwm/menus.c (pop_menu_up):
12921 (animated_move_back):
12922 (ParentalMenuRePaint):
12923 * fvwm/move_resize.h (resize_geometry_window):
12924 * fvwm/move_resize.c (move_window_doit):
12925 (AnimatedMoveAnyWindow):
12926 (AnimatedMoveOfWindow):
12927 (AnimatedMoveFvwmWindow):
12928 Fixed transparent animated menu
12930 2002-04-21 Mikhael Goikhman <migo@homemail.com>
12939 fixed running out of colors on 8bpp with ReadWriteColors;
12940 simulate colorsets on monochrome displays using three 1-bit pixmaps
12942 2002-04-19 Mikhael Goikhman <migo@homemail.com>
12945 fixed $PERL detection again
12950 added -Wno-implicit-int to -Wall in case of gcc
12954 fixed ReadWriteColors on a PseudoColor display
12956 2002-04-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12958 * fvwm/move_resize.c (move_window_doit):
12959 set the is_icon_moved too flag if the icon was moved non-interactively
12965 Moved FvwmTheme functionality into fvwm.
12966 Added new commands Colorset, ReadWriteColors, CleanupColorsets.
12968 2002-04-17 Mikhael Goikhman <migo@homemail.com>
12971 fixed $PERL detection
12974 * fvwm/ConfigFvwmDefaults:
12975 several fixes and spelling
12977 2002-04-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
12979 * libs/Bindings.c (CheckBinding):
12982 (GrabWindowButton):
12983 (MatchBindingExactly):
12984 patch by yeti@physics.muni.cz to help with a weird problem w/ czech
12987 2002-04-12 Mikhael Goikhman <migo@homemail.com>
12990 configure now uses $PERL if set
12993 all programs installed into ${bindir} have now fvwm- prefix;
12994 documentation updated
12996 2002-04-11 Mikhael Goikhman <migo@homemail.com>
12999 renamed fvwm2 executable to fvwm, fvwm2 man page to fvwm;
13000 documentation updated
13002 2002-04-11 Mikhael Goikhman <migo@homemail.com>
13005 added 2.4.7 entries
13007 2002-04-10 Dan Espen <dane@mk.telcordia.com>
13009 * AUTHORS: New author.
13011 * NEWS: Edge Command.
13013 2002-04-09 Uwe Pross <uwe.pross@gmx.net>
13016 Added EdgeCommand paragraph.
13018 * fvwm/events.c (HandleEnterNotify):
13019 Added execution of Scr.PanFrame*.command if set
13021 * fvwm/fvwm.c (InitVariables):
13022 Added init strings for pan frame commands.
13027 Avoid hiding of pan frames if pan frame command is set.
13029 Implementation of the buildin command EdgeCommand. First
13030 implementation of this function.
13032 * fvwm/screen.h (struct):
13033 added char * command in structure Panframe to store the pan frame
13036 * fvwm/functions.c:
13037 added declaration of CMD_ENTRY("edgecommand")
13039 * fvwm/functions.h:
13040 added definition of Flag F_EDGE_COMMAND
13043 added definition of CMD_EdgeCommand(F_CMD_ARGS)
13045 2002-04-10 Mikhael Goikhman <migo@homemail.com>
13048 added "BI-DIRECTIONAL TEXTS" section
13051 added #include <sys/select.h> to fix endless loop on QNX
13053 2002-04-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13056 changed description of focus models
13058 2002-04-09 olicha <olivier.chapuis@free.fr>
13061 Check for libpng libpng 1.0.4a or better
13063 2002-04-08 Mikhael Goikhman <migo@homemail.com>
13065 * fvwm/add_window.c (setup_title_geometry):
13068 * fvwm/geometry.c (get_title_font_size_and_offset):
13070 * fvwm/style.c (parse_and_set_window_style, check_window_style_change):
13072 * fvwm/window_flags.h:
13073 * libs/Fft.c (FftGetRotatedFont, FftGetFont, FftDrawString):
13075 * libs/Flocale.c (FlocaleRotateDrawString, FlocaleDrawString):
13077 new Style options TopTitleRotated / TopTitleNotRotated,
13078 BottomTitleRotated / BottomTitleNotRotated
13080 2002-04-08 olicha <olivier.chapuis@free.fr>
13082 * libs/Makefile.am:
13083 Fixed make dist again
13085 2002-04-07 Dan Espen <dane@mk.telcordia.com>
13087 * fvwm/fvwm2.1 (ICONS AND IMAGES): Language fix, then rewrite.
13089 2002-04-07 Mikhael Goikhman <migo@homemail.com>
13092 minor wording fixes
13095 mention a new FvwmIconMan syntax
13097 * sample.fvwmrc/new-features:
13098 * sample.fvwmrc/system.fvwm2rc:
13099 * sample.fvwmrc/system.fvwm2rc-sample-95:
13100 use a new module syntax
13102 2002-04-06 olicha <olivier.chapuis@free.fr>
13106 Forget to save some file
13108 * libs/FImageLoader.c (c100_init_base_table):
13109 Allows init even if !XPM
13111 * libs/Makefile.am:
13115 Fixed png detection
13117 * libs/FImageLoader.c (FImageCreatePixmapFromArgbData):
13118 Fixed a GC memory leaks.
13120 * fvwm/fvwm.c (setVersionInfo):
13122 Updated -version for png, bidi and xft
13125 Modified the ICONS section. Rename it ICONS AND IMAGES and
13126 document PNG file format. Replace "xpm or bitmap file" by
13127 "image file" in a few place.
13131 PNG news and documented libpng in the "Optional libraries used by FVWM"
13134 2002-04-05 olicha <olivier.chapuis@free.fr>
13136 * libs/FImageLoader.c (c100_init_base_table):
13137 (FImageReduceRGBColor):
13138 (FImageCreatePixmapFromArgbData):
13139 Speed up color limitation for png image and ewmh icons
13140 Respect color limit even with DirectColor and TrueColor
13143 * acconfig.h (HAVE_PNG):
13144 Added test for libpng. Enable FvwmBanner, FvwmScript and xpmroot
13145 even without XPM support
13148 * libs/InitPicture.c (new file):
13149 * libs/InitPicture.h (new file):
13152 * libs/FImageLoader.c (new file):
13153 * libs/FImageLoader.h (new file):
13154 * libs/Fxpm.h (new file):
13155 * libs/Fpng.h (new file):
13156 Images are loaded in FImageLoader. PNG image can be loaded, the loader
13157 come from Imlib2 and the argb loader from fvwm/ewmh_icons.c.
13158 ColorLimit stuff is applied to PNG image.
13159 Split Picture.c, Picture.h into InitPicture.c, InitPicture.h,
13160 Picture.c and Picture.h.
13161 InitPicture contains the Picture structure, initialize the visual,
13162 depth and color map and contains image path stuff as Picture contains
13163 Picture manipulations.
13165 * libs/ColorUtils.c:
13167 Moved the Picture color utils func to ColorUtils
13169 * fvwm/Makefile.am:
13170 links against libpng
13172 * fvwm/icons.c (GetIconPicture):
13176 Replace GetXPMFile and GetBitmapFile by GetIconFromFile which use
13177 the libs image loader
13179 * fvwm/cursor.c (CMD_CursorStyle):
13180 Use FImageLoadCursorPixmapFromFile (no PNG support here)
13182 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13183 (EWMH_SetIconFromWMIcon):
13184 Use the argb loader of the libs. ColorLimit are now applied to ewmh
13188 Send the ColorLimit to module in any case
13195 * fvwm/add_window.c:
13199 * fvwm/menustyle.c:
13200 * fvwm/move_resize.c:
13203 2002-04-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13205 * fvwm/events.c (test_map_request):
13206 (test_resizing_event):
13207 fixed endless loop in HandleConfigureRequest
13209 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13211 * fvwm/add_window.c (setup_style_and_decor):
13212 fixed borderless transients
13214 * fvwm/events.c (test_resizing_event):
13215 (HandleConfigureRequest):
13216 * fvwm/frame.c (frame_create_move_resize_args):
13217 * fvwm/add_window.c (AddWindow):
13219 * fvwm/window_flags.h:
13220 tried to improve ConfigureRequest handling
13222 * fvwm/events.c (HandlePropertyNotify):
13223 recalculate window size when the base_width or base_height hint
13224 changes; fixes some problems with xemacs
13226 * fvwm/virtual.c (map_window):
13229 * fvwm/borders.c (border_draw_decorations):
13230 don't redraw windows on a different desk
13231 keep track of Scr.Hilite
13233 2002-03-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13235 * fvwm/virtual.c (unmap_window):
13236 * fvwm/move_resize.c (resize_window):
13237 * fvwm/icons.c (Iconify):
13238 * fvwm/add_window.c (CaptureOneWindow):
13239 * fvwm/borders.c (border_undraw_decorations):
13240 mark window decorations as not drawn whenever the frame is unmapped
13242 2002-03-30 Dan Espen <dane@mk.telcordia.com>
13244 * fvwm/fvwm2.1: Fixup IconBox geometry examples.
13246 2002-03-29 Mikhael Goikhman <migo@homemail.com>
13249 use safemalloc and alloca instead of malloc
13251 2002-03-29 olicha <olivier.chapuis@free.fr>
13253 * libs/FlocaleCharset.c (FlocaleCharsetSetFlocaleCharset):
13254 Set the X locale charset on system without XOpenOM
13256 2002-03-27 Mikhael Goikhman <migo@homemail.com>
13259 fixed multibyte support reporting
13261 2002-03-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13266 moved gcc extension __attribute__ handling to config.h
13268 * fvwm/fvwm.c (main):
13269 * fvwm/stack.c (add_window_to_stack_ring_after):
13270 * fvwm/icons.c (GetIconWindow):
13272 * fvwm/add_window.c:
13273 fixed core dumps and other bugs in debug messages
13275 2002-03-27 olicha <olivier.chapuis@free.fr>
13277 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13278 (FlocaleCharsetSetFlocaleCharset):
13280 * configure.in (problem_multibyte):
13281 Fixed compilation for system without XOpenOM in Xlib.h
13283 * libs/FlocaleCharset.c (FlocaleInit_X_Charset):
13284 * libs/Ficonv.c (FiconvInit):
13288 include only libs/Flocale.h
13290 2002-03-26 Mikhael Goikhman <migo@homemail.com>
13293 fixed detection of fribidi-0.9.0, it is incompatible (not good for us)
13298 * libs/FlocaleCharset.c:
13299 minor modifications, like removed #include;
13300 fixed core dump with bidi and utf-8
13302 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13304 * fvwm/frame.c (frame_update_hidden_window_pos):
13305 fixed shade/maximize/unshade
13307 * fvwm/builtins.c (FreeDecorFace):
13310 * fvwm/borders.c (get_common_decorations):
13311 (border_get_border_style):
13312 * fvwm/style.c (parse_and_set_window_style):
13314 * fvwm/window_flags.h:
13315 * fvwm/fvwm.h (struct):
13316 * fvwm/frame.c (frame_mrs_setup_draw_decorations):
13317 (frame_create_move_resize_args):
13318 (frame_move_resize_step):
13319 (frame_next_move_resize_args):
13320 new styles WindowShadeLazy [default], WindowShadeBusy and
13321 WindowShadeAlwaysLazy
13323 * fvwm/frame.c (frame_set_decor_gravities):
13324 fixed window bit gravities
13325 split into smaller functions
13326 (frame_move_resize_step):
13327 fixed a bug w/ the parent gravity
13328 (frame_hide_changing_window_parts):
13329 fixed flickering in one of the corners during shade animation
13330 (frame_mrs_hide_changing_parts):
13332 (frame_mrs_prepare_vars):
13333 (frame_mrs_hide_unhide_parent):
13334 (frame_mrs_setup_draw_decorations):
13335 (frame_mrs_resize_move_windows):
13338 2002-03-25 olicha <olivier.chapuis@free.fr>
13340 * libs/Fft.c (FftSetupEncoding):
13343 * libs/Flocale.c (FlocaleDrawString):
13344 * libs/FBidi.c (FBidiConvert):
13346 Pass the font to FBidiConvert
13348 * acconfig.h (HAVE_LIBCHARSET):
13349 * acinclude.m4 (CHECK_LIBCHARSET):
13351 If libiconv is used check for libcharset
13353 * libs/Makefile.am:
13354 * libs/FlocaleCharset.h:
13355 * libs/FlocaleCharset.c:
13357 * libs/Flocale.c (*):
13358 * libs/Fft.c (FftSetupEncoding):
13360 New structure FlocaleCharset to handle font, iconv and fribidi charsets.
13361 FlocaleFont has such a member which is set when charset info are needed.
13362 FlocaleCharset.c contains a big table which associates to an X charset
13363 various possible locale charsets and the fribidi charset.
13364 If libiconv is used, libcharset is used to compute the locale charset.
13365 Various Flocale clean up.
13367 * fvwm/fvwm.c (main):
13368 Removed the call to FlocaleInitCharset, it is now done automatically
13371 * libs/Makefile.am:
13374 * fvwm/ewmh.c (ewmh_atom_property_notify[]):
13376 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
13379 (EWMH_SetDesktopNames):
13380 Moved iconv conversions into the library. Try to found the good iconv
13381 charset with the help of the font and of the FlocaleCharset table.
13383 2002-03-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13385 * libs/Module.c (SendFvwmPipe):
13386 * libs/Graphics.c (do_relieve_rectangle):
13387 * fvwm/menustyle.c (menustyle_parse_old_style):
13388 * fvwm/add_window.c (setup_window_structure):
13389 memory management patches by Dave Trollope
13391 * fvwm/frame.c (frame_get_sidebar_geometry):
13392 hide the handles when using the NoHandles style
13394 * fvwm/borders.c (border_redraw_decorations):
13395 change in title rotation is applied immediately, don't use the value "2"
13398 * fvwm/style.c (parse_and_set_window_style):
13399 removed "TitleLeft" and "TitleRight" styles; only the "TitleAt..."
13401 documented the new title directions
13402 (parse_and_set_window_style):
13403 removed the ...TitleRotated[Counter]ClockWise use ...CW and ...CCW
13405 documented these styles
13407 * fvwm/add_window.c (CaptureOneWindow):
13408 (CaptureAllWindows):
13412 * fvwm/icons.c (DeIconify):
13413 fiexd fucoused window not hilighting after deiconification
13415 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13417 * fvwm/update.c (apply_window_updates):
13418 windows are not unshaded when the decoration layout changes
13420 * fvwm/frame.c (frame_create_move_resize_args):
13421 fixed excessive redrawing
13422 (frame_get_hidden_pos):
13423 fixed parent geometry when window is hidden
13425 * fvwm/add_window.c (setup_frame_stacking):
13426 fixed stacking of right buttons
13428 * fvwm/frame.c (frame_set_decor_gravities):
13429 fixed title and button bit gravities
13431 * fvwm/add_window.c (setup_frame_stacking):
13432 (change_auxiliary_windows):
13433 fixed "button" style
13435 * fvwm/geometry.c (get_title_button_geometry):
13436 * fvwm/menus.c (pop_menu_up):
13437 fixed menu placement relative to window titles
13439 * libs/Flocale.c (FlocaleDrawString):
13440 fixed compiler warning w/o fribidi
13442 * fvwm/virtual.c (MoveViewport):
13444 (do_move_window_to_desk):
13445 * fvwm/update.c (apply_window_updates):
13446 * fvwm/icons.c (Iconify):
13448 * fvwm/module_interface.c (SETOLDFLAGS):
13449 * fvwm/ewmh_events.c (ewmh_WMStateHidden):
13450 * fvwm/style.c (parse_and_set_window_style):
13451 * fvwm/window_flags.h:
13452 * fvwm/session.c (MatchWinToSM):
13453 * fvwm/placement.c (PlaceWindow):
13454 * fvwm/add_window.c (CaptureAllWindows):
13455 (setup_window_placement):
13456 (CaptureOneWindow):
13459 * fvwm/menus.c (menu_tear_off):
13460 * fvwm/events.c (HandleMapRequestKeepRaised):
13463 removed some of those pesky globals: PPosOverride, isIconicState and
13464 isIconifiedByParent; pass round a structure instead
13465 removed the do_start_iconic window flag
13466 removed do_delete_icon_moved flag
13468 2002-03-24 Mikhael Goikhman <migo@homemail.com>
13472 renamed HAVE_FRIBIDI to HAVE_BIDI
13476 added more comments
13478 * fvwm/Makefile.am:
13480 * libs/Makefile.am:
13481 added a dummy call to FBidi to test linking against bidi libs
13483 2002-03-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13485 * fvwm/windowshade.c (CMD_WindowShade):
13486 changed syntax of windowshade with direction
13488 update button state after unshading
13490 * fvwm/add_window.c (AddWindow):
13491 fixed mini icon update
13493 * fvwm/events.c (HandleEnterNotify):
13494 fixed icon picture redrawing
13495 icon titles are no longer raised and expanded if the icon has only a
13498 * fvwm/move_resize.c (resize_window):
13501 * libs/gravity.c (gravity_move_resize_parent_child):
13502 * fvwm/frame.c (frame_get_titlebar_dimensions):
13503 (frame_prepare_animation_shape):
13504 (frame_move_resize_step):
13505 (frame_get_titlebar_dimensions_only):
13506 (frame_get_hidden_pos):
13507 (frame_update_hidden_window_pos):
13508 (frame_free_move_resize_args):
13509 (frame_create_move_resize_args):
13510 fixed shading of shaped windows
13515 * fvwm/fvwm.c (main):
13516 * fvwm/misc.c (GrabEm):
13517 fixed a problem with the cursor shape during window shading
13519 * fvwm/update.c (apply_window_updates):
13520 fixed drawing of hilighted window after a decoration change
13522 * fvwm/update.c (apply_window_updates):
13523 * fvwm/ewmh_icons.c (EWMH_SetIconFromWMIcon):
13524 * fvwm/borders.c (RedrawDecorations):
13525 renamed RedrawDecorations()
13527 * fvwm/move_resize.c (move_window_doit):
13529 * fvwm/misc.c (move_into_rectangle):
13530 (intersect_xrectangles):
13531 functions renamed and moved to fvwmrect.c
13533 * fvwm/borders.c (border_get_changed_border_parts):
13534 (frame_get_changed_border_parts):
13535 reduced border redrawing
13536 moved fucntion to borders.c
13538 * fvwm/events.c (HandleButtonPress):
13540 suppress button events on frame windows
13542 * fvwm/frame.c (frame_setup_border):
13543 fixed a problem with the border setup
13545 * fvwm/borders.c (border_draw_decorations):
13546 * fvwm/events.c (HandleEnterNotify):
13547 fixed icon title drawing
13549 * fvwm/misc.c (GrabEm):
13550 fixed a pointer grab hang with xmag?
13552 * fvwm/move_resize.c (resize_window):
13553 use frame_move_resize function to improve performance
13555 * fvwm/add_window.c (AddWindow):
13556 fixed recaturing shaded windows
13559 suppress unnecessary title redraws
13562 window shading works again; there are still some problems with
13563 recapture, restart, border drawing and shaped windows
13565 2002-03-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13567 * fvwm/geometry.c (get_shaded_geometry_with_dir):
13570 * fvwm/frame.c (frame_get_title_bar_dimensions):
13571 fixed minor button layout bug
13572 (frame_update_hidden_window_pos):
13574 * fvwm/ewmh_names.c (EWMH_WMName):
13575 * fvwm/gnome.c (GNOME_HandlePropRequest):
13576 * fvwm/focus.c (DoSetFocus):
13577 * fvwm/stack.c (new_layer):
13578 * fvwm/icons.c (DeIconify):
13580 * fvwm/events.c (HandleFocusIn):
13581 (HandlePropertyNotify):
13584 (HandleButtonPress):
13585 (HandleLeaveNotify):
13586 * fvwm/builtins.c (CMD_ChangeDecor):
13588 * fvwm/move_resize.c (resize_move_window):
13591 (maximize_fvwm_window):
13593 * fvwm/borders.c (DrawDecorations):
13594 (RedrawDecorations):
13595 removed function DrawDecorations()
13596 (border_draw_decorations):
13597 renamed draw_decorations_with_geom() to border_draw_decorations()
13599 * fvwm/events.c (HandleExpose):
13600 fixed drawing icon titles
13602 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13603 * fvwm/events.c (HandleFocusIn):
13605 * fvwm/screen.h (ScreenInfo):
13606 return the focus to the window that had the focus before an or window
13607 stole it and then died.
13609 * fvwm/menus.c (scanForColor):
13610 removed duplicate call of strlen
13611 use alloca instead of safemalloc
13613 * fvwm/menustyle.c (menustyle_parse_style):
13614 don't call memset right before memcpy
13616 * fvwm/module_interface.c (AddToMessageQueue):
13617 (DeleteMessageQueueBuff):
13618 removed one safemalloc and inline'd the function
13619 merged AddToMessageQueue into PositiveWrite
13621 * fvwm/borders.c (border_draw_decor_to_pixmap):
13622 fixed pixmap and mini icon buttons
13623 (border_fill_pixmap_background):
13625 (border_get_tb_parts_to_draw):
13626 buttons and title background using the border style is updated when the
13629 * fvwm/events.c (WaitForButtonsUp):
13630 don't grab the whole server but merely the pointer to allow applications
13631 redrawing themselves
13634 finished writing title drawing code
13636 * fvwm/move_resize.c (resize_window):
13637 (resize_move_window):
13638 (unmaximize_fvwm_window):
13639 removed now unnecessary calls to DrawDecorations()
13641 * fvwm/frame.c (frame_hide_changing_window_parts):
13642 fixed hiding bottom/right titles
13644 * fvwm/add_window.c (AddWindow):
13645 fixed recapturing shaded windows
13647 * fvwm/misc.c (GrabEm):
13648 fixed the cursor over the title window while resizing
13650 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13652 * libs/Graphics.c (CreateTiledPixmap):
13653 improved efficience: let the X server tile a pixmap via the GC settings
13655 * fvwm/fvwm.c (CreateGCs):
13656 * fvwm/screen.h (ScreenInfo):
13657 added new global GC Scr.TileGC
13659 * fvwm/borders.c (border_fill_pixmap_background):
13660 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13661 use already created gcs
13663 * fvwm/ewmh_icons.c (create_pixmap_from_ewmh_icon):
13664 * fvwm/menus.c (paint_menu_gradient_background):
13665 fixed using a randow members in gcs
13667 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13670 added compilation test for fribidi
13672 2002-03-22 Dan Espen <dane@mk.telcordia.com>
13674 * NEWS: Document FvwmForm timeout.
13676 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13678 * fvwm/session.c (MatchWinToSM):
13679 * fvwm/add_window.c (AddWindow):
13680 preserve user states over a restart
13682 * fvwm/add_window.c (setup_window_structure):
13683 preserve user states over a recapture
13685 * fvwm/functions.c (execute_function):
13686 "Silent" suppresses the "No such command ..." message
13688 * fvwm/frame.c (frame_move_resize):
13689 * fvwm/misc.c (GrabEm):
13690 fixed the cursor shape during resizing
13691 fixed button looks in small windows
13693 2002-03-22 Mikhael Goikhman <migo@homemail.com>
13699 2002-03-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13701 * fvwm/fvwm.c (LoadDefaultLeftButton):
13702 (LoadDefaultRightButton):
13703 * fvwm/borders.c (border_draw_vector_to_pixmap):
13704 * fvwm/screen.h (DecorFace):
13705 * fvwm/builtins.c (ReadDecorFace):
13706 fixed transparent vector line support
13708 * libs/Graphics.c (CreateGradientPixmap):
13709 fixed potential core dump with illegal gradients
13711 2002-03-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13713 * fvwm/fvwm.h (FvwmWindow):
13714 removed button_background_pixmap member
13716 * fvwm/update.c (apply_window_updates):
13717 fixed changing the decoration size
13719 * fvwm/windowshade.c (CMD_WindowShade):
13720 * fvwm/frame.c (frame_setup_border):
13721 * fvwm/functions.c (execute_complex_function):
13724 * fvwm/move_resize.c (resize_window):
13725 fixed aboting of a opaque resize w/ maximized windows
13726 (ParseOneResizeArgument):
13727 resize arguments don't take the border into account
13728 (GetResizeArguments):
13729 implemented new option "Frame" to the Resize and ResizeMove commands
13731 2002-03-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13734 * fvwm/builtins.c (ReadDecorFace):
13735 * fvwm/borders.c (DrawLinePattern):
13736 implemented transparent drawing color in vector buttons: C == 4
13738 * libs/defaults.h (MAX_TITLE_BUTTON_VECTOR_LINES):
13739 * fvwm/builtins.c (ReadDecorFace):
13740 increased allowed number of lines in a vector button to 10000 and moved
13741 the definition to defaults.h
13743 * fvwm/virtual.c (MoveViewport):
13744 don't send useless M_NEW_PAGE packets
13748 started work on new button/title drawing code
13750 * fvwm/events.c (HandleExpose):
13751 don't handle expose on the title bar
13754 * fvwm/frame.c (frame_get_sidebar_geometry):
13755 * fvwm/fvwm.h (FvwmWindow):
13756 replaced border_state with decor_state
13758 * libs/defaults.h (NR_RIGHT_BUTTONS):
13762 * fvwm/events.c (HandleExpose):
13764 * fvwm/frame.c (frame_setup_border):
13765 hide sidebars if they are too small, i.e. 0 pixels
13767 2002-03-20 olicha <olivier.chapuis@free.fr>
13769 * libs/Flocale.c (FlocaleFreeNameProperty):
13770 Fixed random core dump
13772 2002-03-19 olicha <olivier.chapuis@free.fr>
13774 * fvwm/ConfigFvwmDefaults:
13775 RightTitleRotatedCW is a default
13777 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13779 * fvwm/frame.c (frame_get_sidebar_geometry):
13780 window corners are always at least the border width thick
13782 * fvwm/geometry.c (update_absolute_geometry):
13783 fixed south/east shading
13785 * fvwm/frame.c (frame_move_resize_step):
13786 did the best I could to prevent rxvt from flashing in the background
13789 * fvwm/add_window.c (get_default_window_attributes):
13790 (get_default_window_attributes):
13791 (setup_resize_handle_windows):
13792 * fvwm/borders.c (border_get_border_gcs):
13793 applied -visual fix by Hippo
13795 * fvwm/cursor.c (CMD_CursorStyle):
13798 * fvwm/frame.c (frame_get_title_bar_dimensions):
13799 fixed order of right buttons
13800 (frame_move_resize_step):
13801 reduced flashing when maximizing
13803 * fvwm/geometry.c (update_absolute_geometry):
13804 adapted for horizontal shading
13806 2002-03-19 Mikhael Goikhman <migo@homemail.com>
13815 several renamings of text_direction to text_rotation
13817 2002-03-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13819 * fvwm/windowshade.c (CMD_WindowShade):
13820 * fvwm/frame.c (frame_create_move_resize_args):
13821 (frame_move_resize_step):
13822 hack to enable non-animated window shading for the time being
13824 * fvwm/style.c (parse_and_set_window_style):
13825 (parse_and_set_window_style):
13826 allow to abbreviate [Counter]ClockWise with [C]CW
13828 * fvwm/frame.c (frame_move_resize_step):
13831 * fvwm/geometry.c (gravity_constrain_size):
13832 removed useless code
13834 * fvwm/update.c (apply_window_updates):
13835 * fvwm/add_window.c (AddWindow):
13836 * fvwm/move_resize.c (unmaximize_fvwm_window):
13838 do not write into frame_g. only frame.c should do this
13840 * libs/defaults.h (MIN_WINDOW_TITLEBUTTON_LENGTH):
13841 (MIN_WINDOW_TITLE_LENGTH):
13843 * fvwm/frame.c (frame_setup_title_bar):
13844 (get_resize_decor_gravities_one_axis):
13845 (frame_setup_window_internal):
13846 (frame_move_resize_step):
13847 (frame_create_move_resize_args):
13848 rewrote frame_setup_title_bar function
13850 * fvwm/add_window.c (setup_frame_stacking):
13851 fixed title bar stacking order
13853 * fvwm/frame.c (frame_setup_title_bar):
13854 removed yesterday's 'fix'
13856 * fvwm/add_window.c (hide_screen):
13857 (setup_title_window):
13858 (setup_resize_handle_windows):
13859 (setup_button_windows):
13860 fixed visual and depth of decoration windows
13862 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13864 * fvwm/frame.c (frame_setup_title_bar):
13865 fixed title layout bug
13867 * fvwm/move_resize.c (MaximizeHeight):
13868 fixed bug in "grow" option of the Maximize command
13871 fixed broken prototype for get_title_font_size_and_offset
13873 * fvwm/geometry.c (get_title_font_size_and_offset):
13874 simplified code a bit
13876 2002-03-18 olicha <olivier.chapuis@free.fr>
13879 * fvwm/geometry.c (get_title_font_size_and_offset):
13880 * fvwm/add_window.c (setup_title_geometry):
13882 * fvwm/style.c (parse_and_set_window_style):
13883 (check_window_style_change):
13884 * fvwm/update.c (apply_window_updates):
13885 * fvwm/window_flags.h:
13887 Reworte side title direction styles and use LeftTitleRotatedClockWise /
13888 LeftTitleRotatedCounterClockWise, RightTitleRotatedClockWise /
13889 RightTitleRotatedCounterClockWise
13891 2002-03-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13894 * vms/config.h (FMiniIconsSupported):
13895 removed last traces of MINI_ICONS ifdef
13897 * fvwm/windowlist.c (CMD_WindowList):
13898 * fvwm/update.c (apply_window_updates):
13900 * fvwm/style.c (merge_styles):
13901 (parse_and_set_window_style):
13902 (check_window_style_change):
13904 * fvwm/module_interface.c (SendMiniIcon):
13905 (BroadcastMiniIcon):
13906 (CMD_Send_WindowList):
13907 * fvwm/fvwm.h (FvwmWindow):
13908 * fvwm/ewmh_icons.c (ewmh_WMIcon):
13909 (EWMH_DoUpdateWmIcon):
13910 (ewmh_SetWmIconFromPixmap):
13911 (EWMH_DeleteWmIcon):
13912 (EWMH_SetIconFromWMIcon):
13913 * fvwm/builtins.c (ReadDecorFace):
13914 * fvwm/borders.c (DrawButton):
13917 * fvwm/add_window.c (setup_window_structure):
13919 (destroy_mini_icon):
13920 (change_mini_icon):
13922 * acconfig.h (FMiniIconsSupported):
13923 replaced all MINI_ICONS ifdefs with FMiniIconsSupported to enable
13927 removed an FANCY_TITLEBARS ifdef
13929 * fvwm/borders.c (border_draw_one_part):
13930 (border_draw_border_parts):
13931 (border_draw_all_parts):
13932 (draw_clipped_decorations_with_geom):
13933 performance enhancement
13935 2002-03-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
13937 * fvwm/frame.c (frame_move_resize_step):
13938 force setting up the border when function is called with FRAME_MR_SETUP
13939 (frame_setup_window_internal):
13940 removed duplicate frame setup
13942 * fvwm/borders.c (border_get_parts_and_pos_to_draw):
13944 (draw_clipped_decorations_with_geom):
13945 do not flush the X queue after drawing; let the caller do it
13947 * fvwm/frame.c (frame_get_sidebar_geometry):
13948 fixed layout of windows with a small height
13949 (frame_hide_changing_window_parts):
13954 made good progress with frame layout rewrite. I think it is already
13955 considerably faster.
13956 some general clean up
13958 * fvwm/add_window.c (setup_decor_window):
13961 * fvwm/windowshade.c (CMD_WindowShade):
13962 * fvwm/stack.c (verify_stack_ring_consistency):
13963 (RaiseOrLowerWindow):
13964 * fvwm/move_resize.c (resize_move_window):
13965 (move_window_doit):
13966 (draw_move_resize_grid):
13967 * fvwm/icons.c (DrawIconWindow):
13968 * fvwm/icccm2.c (CloseICCCM2):
13970 (HandleSelectionRequest):
13971 * fvwm/fvwm.c (main):
13972 (SaveDesktopState):
13973 * fvwm/focus.c (DoSetFocus):
13974 * fvwm/ewmh.c (EWMH_ManageKdeSysTray):
13975 * fvwm/events.c (HandlePropertyNotify):
13976 (HandleButtonPress):
13977 (HandleConfigureRequest):
13978 * fvwm/add_window.c (RestoreWithdrawnLocation):
13980 * fvwm/builtins.c (CMD_Delete):
13984 * fvwm/menus.c (paint_menu):
13986 * fvwm/misc.c (UngrabEm):
13988 * fvwm/schedule.c (execute_obj_func):
13989 * fvwm/add_window.c (hide_screen):
13991 use XFlush instead of XSync when the latter is not necessary
13993 * libs/fvwmrect.c (fvwmrect_rectangles_equal):
13996 * fvwm/add_window.c (adjust_fvwm_internal_windows):
13997 inform frame module if the window with the hide windows dies
13999 * fvwm/placement.c (PlaceWindow):
14001 * fvwm/add_window.c (setup_window_attr):
14002 (setup_frame_attributes):
14004 (RestoreWithdrawnLocation):
14005 (setup_window_placement):
14006 * fvwm/geometry.c (gravity_translate_to_northwest_geometry):
14007 (get_title_geometry):
14008 * fvwm/fvwm.c (InitVariables):
14009 * fvwm/frame.c (frame_setup_frame):
14010 * fvwm/colormaps.c (HandleColormapNotify):
14011 (InstallWindowColormaps):
14012 * fvwm/events.c (HandleConfigureRequest):
14013 (HandleUnmapNotify):
14014 * fvwm/fvwm.h (FvwmWindow):
14015 removed attr member of FvwmWindow and replaced by a structure defined
14016 ourselves that is much smaller
14018 * fvwm/add_window.c (hide_screen):
14019 don't use save_unders and backing_store for the window used in recapture
14021 * fvwm/frame.c (frame_init):
14022 * fvwm/fvwm.c (main):
14023 new function to initialise frame module
14025 * libs/fvwmrect.c (fvwmrect_subtract_rectangles):
14028 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14033 * fvwm/borders.h (enum):
14034 * fvwm/borders.c (draw_clipped_decorations_with_geom):
14035 (border_get_parts_and_pos_to_draw):
14036 * fvwm/fvwm.h (struct):
14038 fixed calculations of which border parts to draw
14041 corrected some typos
14044 handle marks work again
14046 2002-03-16 Dan Espen <dane@mk.telcordia.com>
14048 * AUTHORS: New author added.
14050 2002-03-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14054 * fvwm/add_window.c (setup_frame_stacking):
14055 * fvwm/cursor.c (CMD_CursorStyle):
14056 * fvwm/events.c (HandleExpose):
14058 (HandleEnterNotify):
14059 (HandleLeaveNotify):
14061 * fvwm/geometry.c (get_title_button_geometry):
14062 * fvwm/virtual.c (map_window):
14063 * fvwm/add_window.c (setup_parent_window):
14064 (setup_resize_handle_cursors):
14065 (setup_resize_handle_windows):
14066 (resize_resize_handle_windows):
14067 (change_resize_handle_windows):
14068 some progress with new frame layout
14070 * fvwm/add_window.c (setup_visible_name):
14071 fixed off-by-one bug in setup_visible_name
14072 maximum window number can be set in defaults.h
14074 2002-03-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14076 * fvwm/windowlist.h:
14081 * fvwm/placement.h:
14083 * fvwm/move_resize.h:
14090 * fvwm/add_window.h:
14091 * fvwm/ewmh_names.c:
14092 * fvwm/ewmh_icons.c:
14093 * fvwm/ewmh_events.c:
14100 * fvwm/windowlist.c:
14104 * fvwm/colormaps.c:
14105 * fvwm/decorations.c:
14106 * fvwm/conditional.c:
14109 * fvwm/placement.c:
14113 * fvwm/functions.c:
14116 * fvwm/module_interface.c:
14118 * fvwm/add_window.c:
14121 * fvwm/move_resize.c:
14124 * fvwm/fvwm.h (FvwmWindow):
14125 moved all windows into a separate sub structure and wrote access macros
14126 renamed FvwmWindow argument to builtin commands to "fw"
14127 renamed tmp_win to fw everywhere
14129 * fvwm/borders.c (RedrawBorder):
14130 * fvwm/decorations.c (SelectDecor):
14131 * fvwm/add_window.c (setup_style_and_decor):
14132 (setup_resize_handle_cursors):
14133 * fvwm/window_flags.h:
14134 * fvwm/fvwm.h (struct):
14135 added new member has_handles and new macro HAS_HANDLES
14137 * fvwm/decorations.c (SelectDecor):
14138 fixed the NoHandles style
14140 * fvwm/decorations.c (SelectDecor):
14141 * fvwm/style.c (check_window_style_change):
14142 (parse_and_set_window_style):
14144 * fvwm/fvwm.h (struct):
14145 renamed has_no_handles to has_no_border
14147 2002-03-15 olicha <olivier.chapuis@free.fr>
14150 * libs/Fft.c (is_utf8_encoding):
14154 s/COMPUND_TEXT/COMPOUND_TEXT
14157 Removed matrix xft specification doc as now it is use internally by
14160 * libs/Flocale.c (FlocaleRotateDrawString):
14161 (FlocaleUnloadFont):
14162 (FlocaleDrawString):
14163 (FlocaleTextWidth):
14165 * libs/Fft.c (FftGetRotatedFont):
14169 * fvwm/borders.c (DrawMultiPixmapTitlebar):
14171 * fvwm/geometry.c (get_title_font_size_and_offset):
14172 * fvwm/style.c (parse_and_set_window_style):
14173 (check_window_style_change):
14174 * fvwm/update.c (apply_window_updates):
14178 * fvwm/window_flags.h:
14179 Implemented vertical text rendering, new style SideTitleTextDefault,
14180 SideTitleTextTopToBottom, SideTitleTextBottomToTop
14182 2002-03-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14185 removed inclusion of fvwmdebug.h
14187 * libs/gravity.c (ParseDirectionArgument):
14188 fixed direction parsing
14190 * fvwm/menus.c (get_menu_options):
14191 fixed a compiler warning
14193 2002-03-12 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14195 * fvwm/bindings.c (ParseBinding):
14196 fixed compiler warning
14198 * fvwm/ewmh_events.c (EWMH_GetIconGeometry):
14200 fixed compilation w/ --disable-ewmh
14202 * fvwm/windowlist.c (CMD_WindowList):
14203 fixed parsing of conditions versus position of window list broken with
14206 2002-03-11 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14209 * libs/Fft.c (FftTextWidth):
14210 (is_utf8_encoding):
14211 (FftGetFontWidths):
14213 removed the HAVE_XFT_UTF8 ifdefs and fixed not setting FftUtf8Support
14214 if HAVE_XFT was not set.
14216 * fvwm/events.h (XEVMASK_DECORW):
14217 select EnterNotify and LeaveNotify on frame instead of decor_w
14219 * fvwm/add_window.c (setup_title_window):
14220 (setup_button_windows):
14221 (setup_resize_handle_windows):
14222 frame window is the new parent of the title, button and handle windows
14223 (setup_frame_stacking):
14224 new stacking order of decoration windows
14226 * fvwm/menuitem.c (menuitem_paint):
14227 * fvwm/events.c (HandleExpose):
14230 * fvwm/move_resize.c (unmaximize_fvwm_window):
14231 don't force to redraw the frame
14233 * libs/gravity.c (gravity_get_offsets):
14236 functions moved to gravity.c
14238 2002-03-10 olicha <olivier.chapuis@free.fr>
14240 * acconfig.h (HAVE_XFT_UTF8):
14242 * libs/Fft.c (is_utf8_encoding):
14243 (FftGetFontWidths):
14246 Detected if Xft can handle utf8 string
14249 * fvwm/menuitem.c (menuitem_paint):
14250 * fvwm/events.c (HandleExpose):
14251 Fixed Xft related compilation failure and warning
14253 2002-03-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14257 * fvwm/move_resize.c:
14262 * fvwm/add_window.c:
14263 * fvwm/frame.c (frame_setup_window):
14264 (frame_force_setup_window):
14265 (frame_setup_shape):
14266 SetupFrame renamed to frame_setup_window
14267 ForceSetupFrame renamed to frame_force_setup_window
14268 SetShape renamed to frame_setup_shape
14270 * fvwm/windowshade.c:
14271 moved most code to frame.c
14273 * fvwm/frame.c (SetShape):
14275 (set_decor_gravity):
14278 functions moved to new file
14281 (frame_setup_title_bar):
14285 direction code moved to gravity.c and gravity.h
14287 * fvwm/windowshade.c (CMD_WindowShade):
14288 * fvwm/geometry.c (get_shaded_geometry):
14290 * libs/FScreen.c (FScreenInit):
14291 (FScreenUpdateEmulationMapState):
14292 changed Xinerame emulation layout
14295 Corrected the description of the XineramaPrimaryScreen command that was
14298 2002-03-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14300 * fvwm/menus.c (menu_tear_off):
14301 (unlink_item_from_menu):
14302 (menu_strip_tear_off_title):
14303 use the text from a title item as the tear off menu title if the menu
14304 begins with a title; skip separators and tear off bars at the front of
14308 implemented titleatleft and titleatright styles; titles are not drawn
14311 * fvwm/style.c (check_window_style_change):
14312 * fvwm/update.c (apply_window_updates):
14313 * fvwm/ewmh_names.c (EWMH_WMIconName):
14316 * fvwm/ewmh.c (ksmserver_workarround):
14317 * fvwm/update.c (apply_window_updates):
14318 * fvwm/conditional.c (MatchesConditionMask):
14319 * fvwm/fvwm.c (main):
14320 * fvwm/session.c (SaveWindowStates):
14323 * fvwm/functions.c (expand):
14324 * fvwm/stack.c (dump_stack_ring):
14325 (verify_stack_ring_consistency):
14326 * fvwm/module_interface.c (BroadcastWindowIconNames):
14327 (CMD_Send_WindowList):
14328 * fvwm/add_window.c (free_window_names):
14329 (free_window_names):
14330 * fvwm/events.c (HandlePropertyNotify):
14331 * fvwm/builtins.c (CMD_Wait):
14332 * fvwm/style.c (CMD_DestroyStyle):
14334 Adapted to changes of Flocale.h
14337 removed COMPUND_TEXT ifdef
14340 mutibyte defaults to on
14345 * fvwm/fvwm.h (FvwmWindow):
14346 cleaned up Flocale stuff for better information hiding
14348 * libs/Flocale.c (get_FlocaleFontSet):
14350 added a new font strucht member min_char_offset for vertical text
14352 * libs/Flocale.c (get_FlocaleFontSet):
14353 fixed a bug in descent calculation
14355 * fvwm/fvwm.h (FvwmWindow):
14358 * fvwm/borders.c (RedrawButtons):
14363 (DrawMultiPixmapTitlebar):
14364 don't use title_g or boundary_width
14366 * libs/Flocale.c (FlocaleTextWidth):
14367 * libs/Flocale.c (FlocaleDrawString):
14368 added interface for vertical strings
14369 * libs/Flocale.h (FlocaleWinString):
14370 added flags structure w/ is_vertical_string flag
14372 * fvwm/borders.c (RedrawTitle):
14373 (DrawMultiPixmapTitlebar):
14374 * fvwm/screen.h (ScreenInfo):
14375 * fvwm/icons.c (DrawIconWindow):
14376 * fvwm/move_resize.c (DisplayPosition):
14378 * fvwm/screen.h (ScreenInfo):
14379 removed ScratchStr and TitleStr; *please* don't use global variables
14382 * fvwm/move_resize.c (ParseOneResizeArgument):
14383 (GetResizeArguments):
14384 (GetResizeMoveArguments):
14386 (resize_move_window):
14387 * fvwm/module_interface.c (CONFIGARGS):
14390 * fvwm/placement.c (PlaceWindow):
14391 * fvwm/add_window.c (setup_title_window):
14392 (setup_button_windows):
14393 (setup_parent_window):
14394 (resize_resize_handle_windows):
14395 (change_resize_handle_windows):
14397 * fvwm/geometry.c (get_window_borders):
14398 (gravity_get_naked_geometry):
14399 (gravity_add_decoration):
14401 don't use title_g.width and title_g.height anymore
14403 * libs/defaults.h (EXTRA_TITLE_FONT_WIDTH):
14406 * fvwm/borders.c (SetupTitleBar):
14407 * fvwm/add_window.c (setup_title_window):
14408 don't use title_g.x and title_g.y anymore
14409 (setup_title_geometry):
14412 * fvwm/fvwm.h (FvwmWindow):
14413 replaced title_g by title_length and title_thickness
14414 renamed title_text_y to title_text_offset
14416 * fvwm/add_window.c (setup_style_and_decor):
14417 (setup_parent_window):
14418 * fvwm/decorations.c (SelectDecor):
14419 * fvwm/placement.c (PlaceWindow):
14420 * fvwm/windowlist.c (CMD_WindowList):
14421 * fvwm/events.c (SendConfigureNotify):
14422 (HandlePropertyNotify):
14424 * fvwm/move_resize.c (DisplaySize):
14425 (ParseOneResizeArgument):
14426 (GetResizeArguments):
14427 (GetResizeMoveArguments):
14429 (resize_move_window):
14430 * fvwm/geometry.c (gravity_get_naked_geometry):
14431 (gravity_add_decoration):
14433 don't use boundary_width anymore
14435 * fvwm/borders.c (SetupTitleBar):
14438 * fvwm/fvwmdebug.c:
14439 removed outdated file that was never used
14441 * fvwm/move_resize.c (move_window_doit):
14442 fixed GNOME and EWMH hints when unsticking a window
14444 * fvwm/virtual.c (CMD_MoveToDesk):
14445 unstick windows when MoveToDesk is used
14448 * fvwm/windowshade.c (CMD_WindowShade):
14449 (CMD_WindowShadeAnimate):
14450 functions moved to windowshade.c
14452 * fvwm/window_flags.h:
14453 * fvwm/menus.c (pop_menu_up):
14454 * fvwm/builtins.c (CMD_WindowShade):
14455 * fvwm/move_resize.c (resize_window):
14456 * fvwm/icons.c (AutoPlaceIcon):
14457 * fvwm/borders.c (SetupFrame):
14458 don't use HAS_BOTTOM_TITLE any more
14462 * fvwm/geometry.c (get_title_font_width_and_offset):
14463 * fvwm/geometry.c (set_window_border_size):
14464 * fvwm/geometry.c (is_window_border_minimal):
14465 * fvwm/geometry.c (get_window_borders_no_title):
14466 * fvwm/geometry.c (get_shaded_client_window_pos):
14467 * fvwm/geometry.c (get_icon_corner):
14468 * fvwm/geometry.c (get_title_gravity):
14469 * fvwm/geometry.c (get_title_geometry):
14470 * fvwm/borders.c (get_button_number):
14473 * fvwm/borders.c (SetupFrame):
14475 * fvwm/events.c (HandleShapeNotify):
14476 * fvwm/borders.c (SetupTitleBar):
14477 * fvwm/update.c (apply_window_updates):
14478 * fvwm/add_window.c (setup_window_font):
14479 removed title_top_height
14481 * libs/defaults.h (WINDOW_FREAKED_OUT_SIZE):
14484 * fvwm/events.c (SendConfigureNotify):
14485 * fvwm/events.c (HandleConfigureRequest):
14486 preparations for W/E titles
14487 don't use title_top_height any more
14489 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14490 use title_dir flags
14492 * fvwm/geometry.c (get_window_borders):
14493 * fvwm/style.c (parse_and_set_window_style):
14494 (check_window_style_change):
14495 * fvwm/style.h (SCSET_TITLE_DIR):
14496 * fvwm/window_flags.h (GET_TITLE_DIR):
14497 * fvwm/fvwm.h (struct):
14498 replaced has_bottom_title flag with title_dir that can be DIR_N, DIR_S,
14501 * libs/Parse.c (ParseDirectionArgument):
14503 use new type direction_type
14505 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14507 * fvwm/ewmh.c (EWMH_SetFrameStrut):
14508 use function from geometry.c to get the border size
14510 * fvwm/geometry.c (get_shaded_geometry):
14511 added code for shading in all directions
14513 2002-03-07 Dan Espen <dane@mk.telcordia.com>
14515 * fvwm/bindings.c (ParseBinding): Handle key_string lengths up to 30.
14517 2002-03-07 olicha <olivier.chapuis@free.fr>
14519 * libs/Flocale.c (FInitLocale):
14520 * fvwm/fvwm.c (main):
14521 Set the locale using "" as locale argument
14523 2002-03-07 Mikhael Goikhman <migo@homemail.com>
14526 fixed some typos and indentation of several new variable entries
14528 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14530 * fvwm/functions.h (enum):
14531 * fvwm/functions.c (func_config):
14533 * fvwm/conditional.c (CMD_ThisWindow):
14534 renamed command "This" to "ThisWindow"
14536 * fvwm/conditional.c (Circulate):
14537 "Current" no longer selects a random window when no window is focused
14539 * fvwm/icccm2.c (SetupICCCM2):
14540 removed debug fprintf
14542 * fvwm/functions.c (expand_extended_var):
14543 implemented new extended variables pointer.x, pointer.x, pointer.wx,
14544 pointer.wy, pointer.cx and pointer.cy.
14546 * libs/Parse.c (ParseDirectionArgument):
14547 allow N, S, W, E, NW, SW, SE, NE for direction arguments
14549 * fvwm/builtins.c (CMD_WindowShade):
14550 fixes for animated shading w/ titleatbottom+north and titleattop+south
14552 2002-03-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14554 * fvwm/move_resize.c (moveLoop):
14556 * fvwm/virtual.c (HandlePaging):
14557 moving/resizing windows opaque is much faster
14559 2002-03-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14561 * fvwm/add_window.c (resize_resize_handle_windows):
14562 (change_resize_handle_windows):
14563 (setup_window_font):
14564 fixed changing the handlewidth style
14566 * fvwm/update.c (apply_window_updates):
14567 * fvwm/geometry.c (update_absolute_geometry):
14568 * fvwm/builtins.c (CMD_WindowShade):
14569 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14570 * fvwm/conditional.c (CreateConditionMask):
14571 * fvwm/geometry.c (get_shaded_geometry):
14572 * fvwm/session.c (MatchWinToSM):
14573 * fvwm/add_window.c (setup_window_structure):
14575 * fvwm/window_flags.h (SHADED_DIR):
14576 * fvwm/fvwm.h (struct):
14577 implemented new WindowShade options "North" and "South" to allow shading
14578 a window in either direction, regardless of if the title is at the top
14581 * libs/Module.c (module_expand_action):
14582 new convenience function for modules
14584 2002-03-03 Dan Espen <dane@mk.telcordia.com>
14586 * fvwm/fvwm2.1: Fixes to the font section.
14588 2002-03-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14590 * fvwm/conditional.c (CMD_WindowId):
14591 set the correct context window for unmanaged windows
14593 * fvwm/icons.c (DrawIconWindow):
14594 raise the icon title even if it's too small to be expanded
14596 * fvwm/conditional.c (CMD_Cond):
14597 Fixed it the right way this time
14599 same fix for the 'Any' command
14606 unified circulating functions into a single one
14608 Pick allows to pick functions that have CirculateSkip set
14609 fixed a memory leak
14613 (CMD_PointerWindow):
14614 unified selecting functions into a single one
14617 Allow user to override the default CirculateHit of these functions
14619 * fvwm/conditional.c (CMD_Cond):
14620 Fixed a problem w/ the window selection
14626 * fvwm/menustyle.h:
14627 * fvwm/menustyle.c:
14631 moved some of the menu code into separate files
14632 more work on tear off menus; windowlist can now be torn off without a
14637 added templates for new source files
14639 * libs/Picture.c (fvwmlib_clone_color):
14642 * fvwm/menus.c (make_menu):
14644 removed unused parameter from make_menu()
14646 * fvwm/fvwm2.1 (Example):
14647 corrected statement about CaptureHonorsStartsOnPage being the default
14649 2002-03-03 Mikhael Goikhman <migo@homemail.com>
14654 added and documented --disable-bidi and --disable-perllib
14656 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14658 * fvwm/geometry.c (get_window_borders):
14659 fixed calculation of $[cw.y] and $[cw.height]
14661 * fvwm/move_resize.c (resize_move_window):
14662 windows are mo longer hilighted after ResizeMove or ResizeMoveMaximize
14664 2002-03-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14666 * fvwm/move_resize.c (resize_move_window):
14668 2002-02-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14671 re-added --enable-xinerama-emulation option that was removed recently
14673 2002-02-28 Mikhael Goikhman <migo@homemail.com>
14678 several corrections and rewording
14680 2002-02-28 olicha <olivier.chapuis@free.fr>
14683 New section FONT NAMES AND FONT LOADING
14687 Document --enable-xft
14689 * libs/Fft.c (get_FlocaleXftFont):
14690 Used the xft font height in the place of ascent+descent
14692 * fvwm/icons.c (DrawIconWindow):
14693 Fixed the fg colors of the icon title
14695 2002-02-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14697 * fvwm/conditional.c (CMD_CondCase):
14698 fixed CondCase command
14700 fixed numeric return codes
14702 * fvwm/add_window.c (CMD_Recapture):
14703 fixed focus loss w/ SloppyFocus and MouseFocus after RecaptureWindow
14705 * acinclude.m4 (smr_CHECK_LIB):
14706 disabled a destructing gnome_prefix logic again
14708 * fvwm/events.c (GetContext):
14709 * libs/Bindings.c (win_contexts):
14711 new contexts for individual parts of the window border
14713 2002-02-26 Mikhael Goikhman <migo@homemail.com>
14716 disabled a destructing gnome_prefix logic
14719 replaced fribidi detection mechanism, now fribidi-config is used
14721 2002-02-26 olicha <olivier.chapuis@free.fr>
14723 * acconfig.h (HAVE_XFT):
14726 * libs/Fft.c (new file):
14727 * libs/Flocale.c (FlocaleLoadFont):
14728 (FlocaleUnloadFont):
14729 (FlocaleDrawString):
14730 (FlocaleTextWidth):
14731 (get_FlocaleFontSet):
14733 (get_FlocaleFontOrFontSet):
14735 * fvwm/Makefile.am:
14736 Added anti-alised font rendering using Xft. This is off by default.
14737 A font can now be given as a ";" separated list of either ","
14738 separated list of XFLD font name or Xft font name with "xft:" as
14740 xft:Verdana:Regular:size=12:rgba=rgb;-adobe-*-medium-r-*--12-*,fixed
14741 See Flocale.h for details
14743 * fvwm/events.c (HandleExpose):
14744 * fvwm/menus.c (paint_item):
14745 Always clear the text area before drawing text with an Xft font
14747 2002-02-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14749 * acinclude.m4 (smr_CHECK_LIB):
14750 fixed a bug with variable expansion and autoconf cache values
14752 2002-02-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14754 * fvwm/menus.c (seek_submenu_instance):
14756 * fvwm/fvwm.c (InitVariables):
14757 some general menu clean up
14759 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
14760 * fvwm/move_resize.h (resize_geometry_window):
14761 * fvwm/menus.c (animated_move_back):
14763 (ParentalMenuRePaint):
14764 Removed the global variables for parental relativity. Please *do not*
14765 use globals in menus.c or anywhere else. I'm trying to remove most
14766 globals in the long run.
14768 * libs/Graphics.c (do_relieve_rectangle):
14771 * fvwm/menus.c (MenuInteraction):
14772 fixed tearing off menus by selecting a tear off item with the keyboard
14774 * fvwm/menus.c (MenuInteraction):
14775 fixed menus not popping down sometimes
14777 * fvwm/functions.c (CMD_TearMenuOff):
14778 * fvwm/menus.c (AddToMenu):
14780 (warp_pointer_to_item):
14781 (get_selectable_item_index):
14782 (get_selectable_item_from_index):
14783 (get_selectable_item_from_section):
14786 (draw_tear_off_bar):
14787 * fvwm/menus.h (MI_IS_TEAR_OFF_BAR):
14788 New command "TearMenuOff" in menus. In a normal item, this tears off
14789 the menu when selected. If the item has no title, it is drawn as a
14790 dashed line too. Pressing button 2 over a title tears out the menu too.
14793 * fvwm/menus.c (make_menu_window):
14794 fixed problem w/ mapping menus, performance enhancement
14796 * fvwm/builtins.c (CMD_Destroy):
14800 * fvwm/functions.c (execute_function):
14801 (expand_extended_var):
14803 new variable cond.rc that returns the last return code of a conditinal
14806 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14808 * fvwm/conditional.c (CMD_Cond):
14812 * fvwm/functions.h:
14813 * fvwm/functions.c:
14814 new conditional commands Cond, CondCase and Break
14816 * fvwm/ewmh_events.c (ewmh_WMStateSticky):
14817 (ewmh_WMStateShaded):
14820 (ewmh_WMStateHidden):
14822 (ewmh_CloseWindow):
14823 (ewmh_ActiveWindow):
14824 (ewmh_DesktopGeometry):
14825 * fvwm/gnome.c (GNOME_HandlePropRequest):
14826 * fvwm/windowlist.c (CMD_WindowList):
14827 * fvwm/update.c (apply_window_updates):
14828 * fvwm/conditional.c (CMD_Pick):
14834 (CMD_PointerWindow):
14839 * fvwm/read.c (run_command_stream):
14840 * fvwm/fvwm.c (Done):
14844 * fvwm/module_interface.c (ExecuteModuleCommand):
14845 * fvwm/move_resize.c (handle_stick):
14846 * fvwm/add_window.c (AddWindow):
14847 * fvwm/events.c (HandleKeyPress):
14848 (HandleButtonPress):
14849 (HandleClientMessage):
14850 (HandleButtonRelease):
14851 (HandlePropertyNotify):
14852 * fvwm/builtins.c (CMD_DestroyDecor):
14855 * fvwm/functions.h (func_type):
14856 * fvwm/functions.c (old_execute_function):
14857 (execute_function):
14858 (execute_complex_function):
14860 * fvwm/fvwm.h (fvwm_cond_func_rc):
14861 inplemented return codes OK, NO_MATCH and ERROR for conditional commands
14863 * fvwm/ConfigFvwmDefaults:
14864 set some default styles for tear off menu windows
14866 * fvwm/menus.c (menuShortcuts):
14867 ignore actions that would normally close a menu if it's a tear off menu
14868 <Backspace> creates a tear off menu
14869 <Escape> closes a tear off menu
14871 * fvwm/builtins.c (CMD_Delete):
14874 * fvwm/menus.c (DestroyMenu):
14875 (make_menu_window):
14877 * fvwm/menus.h (MenuRootDynamic):
14878 Each menu window is created with a unique display to prevent fvwm from
14879 being killed when a tear off menu is destroyed. Of course this is
14880 inefficient, but still better than writing a menu module.
14882 2002-02-23 Mikhael Goikhman <migo@homemail.com>
14885 autogenerate perllib/FVWM/Module/Makefile
14887 2002-02-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14889 * fvwm/move_resize.c (moveLoop):
14890 fixed a problem with keyboard movement vs. EdgeResistance
14892 2002-02-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
14895 fixed problem with root bindings and xfishtank
14897 * fvwm/windowlist.c (CMD_WindowList):
14898 applied patch by to Darren Marshall to fix placement of window list on
14899 wrong xinerama screen
14901 * libs/Parse.c (GetSuffixedIntegerArguments):
14902 integer arguments that must not have a suffix but have one are ignored
14904 * fvwm/icons.c (DeIconify):
14906 applied patch by Markus Schwarzenberg to fix a rare problem with the
14907 is_map_pending flag, iconified icons and restart
14909 2002-02-22 Mikhael Goikhman <migo@homemail.com>
14912 * fvwm/conditional.c (CMD_This):
14913 * fvwm/functions.c:
14914 * fvwm/functions.h:
14917 added new conditional command This
14919 2002-02-21 Mikhael Goikhman <migo@homemail.com>
14923 added fribidi library detection
14925 2002-02-12 olicha <olivier.chapuis@free.fr>
14927 * libs/Flocale.h (FlocaleFont):
14928 * libs/Flocale.c (get_FlocaleFont):
14929 (get_FlocaleFontSet):
14930 Compute the ascent and descent of the FlocaleFont structure directly
14931 from the XFontSetExtents data in the case of a fontset
14932 Added max_char_width to the FlocaleFont structure
14934 * libs/Makefile.am (libfvwm_a_SOURCES):
14936 Removed libs/GetFont.c
14938 * fvwm/menus.c (FreeMenuStyle):
14941 (CMD_CopyMenuStyle):
14942 * fvwm/menus.h (MenuLook):
14943 Fixed default font handling font by using a new MenuLook flags
14946 * fvwm/menus.c (UpdateMenuStyle):
14947 Fixed default font update
14949 * fvwm/fvwm.c (SetRCDefaults):
14951 Load the real default font FALLBACK_FONT or MB_FALLBACK_FONT at
14952 fvwm initialization
14954 2002-02-11 Mikhael Goikhman <migo@homemail.com>
14957 added FvwmPerl/* file generation
14959 2002-02-11 olicha <olivier.chapuis@free.fr>
14963 Multibyte news. Document --disable-compound-text and --disable-ewmh.
14966 Added more documentation and change the MB_FALLBACK_FONT to
14967 "-*-fixed-medium-r-semicondensed-*-13-*,-*-fixed-medium-r-normal-*-14-*,
14968 -*-medium-r-normal-*-16-*" (with XFree) this should gives something
14969 more consistent with the none multibyte case.
14971 2002-02-10 olicha <olivier.chapuis@free.fr>
14973 * fvwm/ewmh.c (EWMH_RestoreInitialStates):
14975 * fvwm/events.c (HandleUnmapNotify):
14976 (HandleReparentNotify):
14977 * fvwm/ewmh_events.c (ewmh_WMStateShaded):
14978 (ewmh_WMStateSticky):
14979 (ewmh_WMStateHidden):
14980 Restore various ewmh initial states when a window is unmapped or
14983 2002-02-10 Mikhael Goikhman <migo@homemail.com>
14987 added support for new perllib directory
14989 2002-02-09 olicha <olivier.chapuis@free.fr>
14996 Rename I18N_MB to MULTIBYTE
14997 Added --disable-compound-text (COMPOUND_TEXT), so this is on by default
14999 * libs/Flocale.c (*):
15001 New Font and Text API. A cache is used for fonts information. Font
15002 loading is more powerfull as both font or fontset can be loaded.
15003 See Flocale.h for details, more comments will be added soon.
15004 Fortunately, it seems that there are no more memory problems with
15005 --enable-multibyte!
15006 If COMPOUND_TEXT, then non XA_STRING text properties are converted
15007 with XmbTextPropertyToTextList
15009 * fvwm/events.c (HandlePropertyNotify):
15010 * fvwm/misc.c (NewFontAndColor):
15013 * fvwm/menus.c (FreeMenuStyle):
15015 (CMD_CopyMenuStyle):
15017 (calculate_item_sizes):
15018 (size_menu_horizontally):
15020 * fvwm/builtins.c (CMD_DefaultFont):
15021 (ApplyDefaultFontAndColors):
15022 * fvwm/add_window.c (destroy_icon_font):
15024 (destroy_window_font):
15025 (setup_window_font):
15026 (free_window_names):
15027 (setup_window_name):
15029 * fvwm/fvwm.h (FvwmWindow):
15030 * fvwm/move_resize.c (DisplayPosition):
15031 (resize_geometry_window):
15033 * fvwm/fvwm.c (InitVariables):
15034 * fvwm/icons.c (DrawIconWindow):
15035 (setup_icon_title_size):
15036 * fvwm/borders.c (RedrawTitle):
15037 (DrawMultiPixmapTitlebar):
15038 * fvwm/screen.h (ScreenInfo):
15039 Use the new Text and Font API
15041 2002-02-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15043 * fvwm/module_interface.c (PositiveWrite):
15044 fixed core dump when a module died in the select of PositiveWrite()
15046 * fvwm/module_interface.c (initModules):
15048 (do_execute_module):
15050 (KillModuleByName):
15051 (CMD_SendToModule):
15053 * fvwm/modconf.c (ModuleConfig):
15054 removed WITHOUT_KILLMODULE_ALIAS_SUPPORT ifdef; always off now
15056 * fvwm/icons.c (GetXPMFile):
15057 suppress unnecessary error message for xmb icons
15059 * fvwm/misc.c (fvwm_msg):
15060 * fvwm/misc.h (enum):
15061 added new fvwm_msg type "OLD" for deprecated commands
15063 2002-02-07 Mikhael Goikhman <migo@homemail.com>
15066 generate fvwmbug, not fvwmbug.sh; prepare LOCAL_BUGADDR for it
15069 New section "Bug Reports".
15071 2002-02-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15073 * fvwm/update.c (apply_window_updates):
15074 fixed propagation of window border and title colours to the modules
15076 2002-02-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15078 * fvwm/menus.c (do_menu):
15079 fixed leaving tear off menus when something is selected with the mouse
15081 2002-02-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15083 * fvwm/events.c (HandleEnterNotify):
15085 more work on tear off menus
15087 2002-02-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15089 * fvwm/events.h (XEVMASK_TEAR_OFF_MENU):
15090 * fvwm/menus.c (menu_enter_tear_off_menu):
15095 properly calculate pointer position in tear off menus
15097 fixed active wait w/ poopup/popdown delays
15099 * fvwm/windowlist.c (CMD_WindowList):
15100 don't initialise some variables twice
15102 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15104 * fvwm/add_window.c (CaptureOneWindow):
15105 properly recapture tear off menus
15107 (IS_MESSAGE_IN_MASK):
15108 (is_message_selected):
15111 * fvwm/schedule.c (deschedule):
15113 * fvwm/events.c (My_XNextEvent):
15115 * fvwm/module_interface.c (ClosePipes):
15116 (CMD_ModuleSynchronous):
15118 performance enhancements; made macros out of simple functions
15120 * fvwm/builtins.c (CMD_WindowShade):
15121 don't redraw the decorations if window was not shaded or unshaded
15123 * fvwm/schedule.c (deschedule_obj_func):
15124 (execute_obj_func):
15125 fixed core dump when a scheduled command deschedules itself
15127 2002-01-31 olicha <olivier.chapuis@free.fr>
15132 2002-01-31 Mikhael Goikhman <migo@homemail.com>
15135 * fvwm/move.c (moveLoop):
15136 while moving if Mod1 (Alt/Meta) is pressed ignore snap attraction
15138 * fvwm/session.c (get_version_string):
15139 switch from static to date-based version string
15142 remove --enable-kanji compatibility option
15146 fix warnings, gcc compains on having something after #endif
15148 2002-01-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15150 * fvwm/builtins.c (CMD_Delete):
15153 don't crash fvwm when trying to close a tear off menu
15155 * fvwm/decorations.c (is_function_allowed):
15156 * fvwm/menus.c (menu_expose):
15158 * fvwm/events.c (HandleReparentNotify):
15159 (HandleUnmapNotify):
15160 * fvwm/add_window.c (AddWindow):
15162 * fvwm/fvwm.h (struct):
15163 * fvwm/add_window.c (CaptureAllWindows):
15164 (CaptureOneWindow):
15165 * fvwm/events.h (flush_property_notify):
15166 * fvwm/events.c (HandleMapRequestKeepRaised):
15167 started work on tear off menus
15169 * fvwm/fvwm.c (main):
15170 * fvwm/events.c (CMD_Sync):
15172 * fvwm/commands.h (CMD_Synchronize):
15173 * fvwm/functions.h (enum):
15174 * fvwm/functions.c (func_config):
15175 new commands XSync and XSynchronize for debugging
15177 * fvwm/conditional.c (CreateConditionMask):
15178 (MatchesConditionMask):
15179 * fvwm/builtins.c (CMD_State):
15180 * fvwm/fvwm.h (struct):
15181 * fvwm/functions.h:
15183 * fvwm/functions.c (func_config):
15184 new command "State"
15185 new condition "State"
15190 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15192 * fvwm/module_interface.c (AddToMessageQueue):
15194 (DeleteMessageQueueBuff):
15195 (FlushMessageQueue):
15196 * fvwm/events.c (My_XNextEvent):
15197 * fvwm/module_interface.c (AddToCommandQueue):
15198 (ExecuteCommandQueue):
15199 use code from queue.c
15204 * fvwm/events.c (My_XNextEvent):
15205 "Schedule 0" commands are executed before event handling
15206 moved some of the chedule code into a new queue library
15208 2002-01-30 olicha <olivier.chapuis@free.fr>
15210 * libs/Flocale.c (FInitLocale): Fixed a miss print in an error msg
15212 2002-01-30 olicha <olivier.chapuis@free.fr>
15216 * libs/Makefile.am:
15217 * fvwm/fvwm.c (main):
15218 New libs files Flocale.c and Flocale.h with a function to set the
15219 locale as the Xlib prog man says to do it. Use it in fvwm.c. There is
15220 also a function to get the charset (from ewmh_name.c) and which
15221 setlocale if this has not been done with the above function. This
15222 function is also called at fvwm2 startup
15224 * fvwm/ewmh_names.c (charset_to_utf8):
15226 Use the Fcharset variable and remove get_charset
15228 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15231 * libs/GetFont.c (GetFontSetOrFixed):
15232 Free the missing charset list as suggested by Alexander Kotelnikov.
15233 Report problems with missing charset only 5 times. Remove the
15234 STRICTLY_FIXED code
15236 2002-01-30 Mikhael Goikhman <migo@homemail.com>
15239 a patch to config.status to generate scripts executable, may be handy;
15240 added generation of utils/fvwm24_convert
15242 2002-01-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15245 * fvwm/functions.c (expand_extended_var):
15246 implemented $[schedule.last] and $[schedule.next] variables
15247 implemented new command "Deschedule"
15249 * fvwm/misc.c (get_server_time):
15252 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15254 * fvwm/misc.c (get_server_time):
15255 * fvwm/events.c (My_XNextEvent):
15256 * fvwm/icccm2.c (SetupICCCM2):
15257 * fvwm/functions.h:
15259 * fvwm/functions.c (func_config):
15261 implemented new command "Schedule"
15263 * fvwm/builtins.c (CMD_Exec):
15264 applied job control patch by Alexander Kotelnikov using the portable
15265 version of setpgrp()
15267 * libs/setpgrp.c (fvwm_setpgrp):
15268 * libs/setpgrp.h (fvwm_setpgrp):
15269 * libs/Makefile.am:
15271 added checks for setpgrp and setpgid
15273 2002-01-29 olicha <olivier.chapuis@free.fr>
15276 Better test for iconv second argumeny
15279 Use gnu libiconv in priority against the system iconv
15281 2002-01-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15283 * fvwm/stack.c (RaiseOrLowerWindow):
15285 (collect_transients_recursive):
15286 * fvwm/icons.c (get_visible_icon_window_count):
15287 fixed stack ring corruption with icons that have either no picture or
15290 2002-01-28 olicha <olivier.chapuis@free.fr>
15292 * fvwm/ewmh_names.c (charset_to_utf8):
15294 (EWMH_SetVisibleName):
15296 Better message errors in get_charset, use UTF-8 in the place of UTF8,
15297 set the ewmh visible (icon) name only if the fvwm visible name is
15298 different from the ICCCM (icon) window name, limit the number of
15299 conversions error messages to 10
15301 2002-01-28 olicha <olivier.chapuis@free.fr>
15303 * fvwm/functions.c (func_config):
15305 * fvwm/builtins.c (CMD_PropertyChange):
15306 New undocumented command PropertyChange to send MX_PROPERTY_CHANGE
15309 * fvwm/module_interface.h:
15310 * fvwm/module_interface.c (BroadcastPropertyChange):
15311 * libs/Module.h (MX_PROPERTY_CHANGE):
15312 New module message MX_PROPERTY_CHANGE for all propose messages.
15314 * fvwm/events.c (HandlePropertyNotify):
15316 Send a MX_PROPERTY_CHANGE message with MX_PROPERTY_CHANGE_BACKGROUND
15317 as argument when fvwm2 detects that the root background change
15318 Removed the ROOT_BG_CHANGE_STRING stuff
15320 2002-01-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15322 * NEWS, configure.in:
15323 changed version to 2.5.1
15325 * fvwm/misc.c (get_pointer_fvwm_window):
15327 * fvwm/functions.c (func_config):
15328 * fvwm/conditional.c (CreateConditionMask):
15329 (MatchesConditionMask):
15330 (CMD_PointerWindow):
15331 (CreateConditionMask):
15333 * fvwm/fvwm.h (WindowConditionMask):
15334 new conditions focused, !focused, haspointer, !haspointer
15335 new command PointerWindow that works like Current but on the window
15336 that currently contains the pointer
15337 new command Any which works like None but inverts the condition
15338 fixed parsing of conditions with more than one comma
15340 * fvwm/module_interface.h:
15341 * fvwm/module_interface.c (do_execute_module):
15343 * libs/Module.h (MAX_XMSG_MASK):
15344 fixed default message mask for modules
15346 * fvwm/update.c (flush_window_updates):
15347 * fvwm/virtual.c (UnmapDesk):
15349 (do_move_window_to_desk):
15350 * fvwm/icons.c (DeIconify):
15352 * fvwm/events.c (HandlePropertyNotify):
15353 (HandleMapRequestKeepRaised):
15355 (HandleButtonPress):
15356 (HandleEnterNotify):
15357 (HandleLeaveNotify):
15358 * fvwm/focus.c (DoSetFocus):
15361 (ReturnFocusWindow):
15363 (ForceDeleteFocus):
15365 (restore_focus_after_unmap):
15366 Fixed a race condition with M_FOCUS_CHANGE events and window updates by
15367 suppressing the M_FOCUS_CHANGE message if the focus does not change in
15368 the flush_window_updates() function.
15370 2002-01-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15372 * fvwm/placement.c (PlaceWindow):
15373 minor performance enhancement
15375 2002-01-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15378 * fvwm/menus.c (MenuInteraction):
15379 (pointer_in_active_item_area):
15380 (pointer_in_passive_item_area):
15381 new menu style PopupActiveArea
15383 2002-01-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15385 * fvwm/move_resize.c (CMD_ResizeMaximize):
15386 (CMD_ResizeMoveMaximize):
15387 fixed ResizeMaximize and ResizeMoveMaximize on pages other than 0 0
15389 2002-01-21 olicha <olivier.chapuis@free.fr>
15392 s/Penalities/Penalties/g
15394 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15396 * fvwm/events.c (HandleLeaveNotify):
15397 (HandleEnterNotify):
15398 * fvwm/modconf.c (ModuleConfig):
15399 * fvwm/update.c (apply_window_updates):
15400 * fvwm/module_interface.c (BroadcastWindowIconNames):
15401 (CMD_Send_WindowList):
15403 (do_execute_module):
15405 (CMD_set_nograb_mask):
15406 (CMD_set_sync_mask):
15408 (set_mseggage_mask):
15409 (is_message_in_mask):
15410 (is_message_selected):
15412 rewrote message interface to allow more than 32 messages with minimal
15413 changes in the existing interfaces.
15414 new module messages MX_ENTER_WINDOW and MX_LEAVE_WINDOW
15417 * fvwm/style.c (parse_and_set_window_style):
15418 * fvwm/fvwm.h (struct):
15419 * fvwm/events.c (HandleButtonPress):
15420 implemented new styles MouseFocusClickIgnoreMotion and
15421 MouseFocusClickIgnoreMotionOff
15423 * fvwm/focus.c (focus_grab_buttons):
15424 fixed button mask for > 5 buttons
15426 2002-01-19 olicha <olivier.chapuis@free.fr>
15428 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
15429 Save and restore the icon_pixmap_w and add comments
15431 2002-01-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15433 * fvwm/events.c (HandleEnterNotify):
15434 fixed EnterNotify events for icons
15436 2002-01-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15439 * fvwm/stack.c (overlap_box):
15441 * fvwm/icons.c (clear_icon):
15442 * fvwm/add_window.c (destroy_icon):
15443 * fvwm/fvwm.h (FvwmWindow):
15444 * fvwm/geometry.c (get_window_borders):
15445 (get_client_geometry):
15446 * libs/fvwmrect.h (struct):
15447 * fvwm/functions.c (expand_extended_var):
15448 implemented new extended variables cw.x, cw.y, cw.width, cw.height that
15449 return the geometry of the client window
15450 implemented new extended variables it.x, it.y, it.width, it.height that
15451 return the geometry of the icon title
15452 implemented new extended variables ip.x, ip.y, ip.width, ip.height that
15453 return the geometry of the icon picture
15454 implemented new extended variables i.x, i.y, i.width, i.height that
15455 return the geometry of the whole icon
15456 fixed $[w.height] when the window is shaded
15457 cleaned up icon geometry code
15459 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15462 * fvwm/functions.c:
15463 * fvwm/functions.h:
15464 * fvwm/move_resize.c (unmaximize_fvwm_window):
15465 (maximize_fvwm_window):
15467 (CMD_ResizeMaximize):
15471 (resize_move_window):
15472 (CMD_ResizeMoveMaximize):
15473 New command ResizeMaximize. Works like Resize, but modifies the
15474 maximized size of the window, not the normal size.
15475 New command ResizeMoveMaximize that works similarly.
15476 (resize_move_window):
15477 fixed ResizeMove command
15479 * fvwm/functions.c (expand):
15480 fixed core dump when using something like $[$v] in a command
15482 2002-01-17 olicha <olivier.chapuis@free.fr>
15484 * libs/defaults.h (ROOT_BG_CHANGE_STRING):
15485 * fvwm/events.c (HandlePropertyNotify):
15486 * fvwm/fvwm.c (InternUsefulAtoms):
15488 Send the ROOT_BG_CHANGE_STRING to modules when fvwm2 detects
15489 that the root background has changed. This uses the _XSETROOT_ID
15490 and XROOTPMAP_ID properties
15492 * fvwm/ewmh.c (atom_get):
15495 2002-01-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15497 * fvwm/update.c (flush_window_updates):
15498 fixed unnecessary window style updates
15500 * fvwm/style.c (parse_and_set_window_style):
15501 * fvwm/add_window.c (RestoreWithdrawnLocation):
15503 (setup_frame_attributes):
15504 * fvwm/fvwm.h (FvwmWindow):
15505 Fvwm does no longer disable backing store on all of its windows. This
15506 cause too many problems with some applications, e.g. rdist. Introduced
15507 the new style BackingStoreWindowDefault that tells fvwm not to modify
15508 the backing store attribute on the client window - which now is the
15511 2002-01-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15514 * fvwm/functions.c (func_config):
15515 * libs/Module.c (SetMessageMask2):
15520 fixed building with libstroke-0.5.1 on Solaris8
15522 * fvwm/stack.c (new_layer):
15523 * fvwm/borders.c (DrawButton):
15526 * fvwm/builtins.c (SetLayerButtonFlag):
15528 * fvwm/screen.h (struct):
15529 Applied the layer button patch by Richard Curnow with a few
15532 * fvwm/icons.c (GetIconBitmap):
15534 Ignore client icons that have the wrong depth
15536 * fvwm/events.c (HandleEnterNotify):
15537 Tried to fix focusing problem w/ unclutter.
15539 2002-01-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15541 * fvwm/functions.c (CheckActionType):
15544 * fvwm/menus.c (paint_item):
15545 * fvwm/misc.c (is_function_allowed):
15546 * fvwm/move_resize.c (is_move_allowed):
15547 (is_resize_allowed):
15548 (is_maximize_allowed):
15549 * fvwm/decorations.c (check_if_function_allowed):
15550 combined all these functions into a new one
15551 use this function everywhere
15552 use the Fixed... styles to decide if a menu item is greyed or not
15554 2002-01-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15556 * fvwm/events.c (HandleExpose):
15557 eat up expose events even if the server claims that the expose count is
15558 zero; fixes a problem with many redraws of windows that are uncovered
15559 by shading a window above them
15561 2002-01-10 olicha <olivier.chapuis@free.fr>
15563 * fvwm/focus.c (DoSetFocus):
15564 * fvwm/move_resize.c (CMD_Maximize):
15569 * fvwm/icons.c (DeIconify):
15572 * fvwm/gnome.c (GNOME_HandlePropRequest):
15573 * fvwm/ewmh_names.c (EWMH_WMName):
15574 * fvwm/events.c (HandleFocusIn):
15575 (HandlePropertyNotify):
15577 (HandleButtonPress):
15578 (HandleLeaveNotify):
15580 * fvwm/builtins.c (CMD_UpdateDecor):
15582 * fvwm/borders.c (draw_clipped_decorations):
15584 (RedrawDecorations):
15586 Added a new argument to DrawDecoration similar to draw_window_parts,
15587 which indicate which part of the decor should be cleared. At present
15588 time only CLEAR_FRAME is taken in account and this is used in
15589 ShadeWindow to draw the decoration without flickering. This argument
15590 may be used in the future to reduce opaque resizing flickering
15592 * fvwm/builtins.c (CMD_WindowShade):
15593 Draw the decoration during unshading a window
15595 * fvwm/menus.c (ParentalMenuRePaint):
15596 Fixed transparent animated menu again
15601 2002-01-09 olicha <olivier.chapuis@free.fr>
15603 * fvwm/style.c (CMD_Style):
15604 free all the elements of the ptmpstyle before freeing it
15606 * fvwm/menus.c (ParentalMenuRePaint):
15607 Fixed transparent animated menu with HilightBackOff
15609 2002-01-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15611 * fvwm/style.c (merge_styles):
15612 fixed core dump w/ multiple use of the UseStyle style and HilightBack
15613 in the copied style
15615 2002-01-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15617 * fvwm/modconf.c (send_ignore_modifiers):
15618 (send_move_threshold):
15621 (send_color_limit):
15623 (send_desktop_geometry):
15624 (CMD_Send_ConfigInfo):
15625 moved code into new functions
15627 * libs/defaults.h (DEFAULT_MODS_UNUSED):
15628 moved to defaults.h
15630 * fvwm/bindings.c (CMD_IgnoreModifiers):
15631 * fvwm/module_interface.c (broadcast_xinerama_state):
15632 * fvwm/modconf.c (send_ignore_modifiers):
15633 broadcast IgnoreModifiers to modules
15635 * fvwm/bindings.c (CMD_IgnoreModifiers):
15636 fixed IgnoreModifiers command without arguments
15638 corrected documentation of IgnoreModifiers command
15640 2002-01-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15642 * fvwm/add_window.c:
15647 * fvwm/move_resize.c:
15650 * fvwm/module_interface.c:
15652 * fvwm/placement.c:
15655 * fvwm/fvwm.h (FvwmWindow):
15656 remnamed icon_w member to icon_title_w
15658 2002-01-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15660 * fvwm/icons.c (RedoIconName):
15661 fixed sizing of icon title for icons without a pixmap
15663 (CreateIconWindow):
15665 (CreateIconWindow):
15666 rewrote icon title layout and moved the constants to defaults.h
15668 * fvwm/menus.c (menuShortcuts):
15669 (handle_emacs_bindings):
15670 implemented emacs style bindings in menus [ctrl-a/b/e/f/g/left/right]
15672 2002-01-04 Dan Espen <dane@mk.telcordia.com>
15674 * fvwm/fvwm2.1: Language checks done.
15675 .IR command not in column 1 fixed.
15677 2002-01-04 olicha <olivier.chapuis@free.fr>
15679 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15680 (AnimatedMoveOfWindow):
15681 (AnimatedMoveFvwmWindow):
15682 (move_window_doit):
15683 * fvwm/menus.c (ParentalMenuRePaint):
15684 (animated_move_back):
15686 Fixed transparent animated menu
15688 2002-01-03 olicha <olivier.chapuis@free.fr>
15690 * fvwm/move_resize.c (is_resize_allowed):
15692 Do not check if moveing/resizeing is MWM allowed for a no user request
15693 This fix for example FvwmWinList with MwmFunctions & NoOverride
15695 * fvwm/move_resize.c (AnimatedMoveAnyWindow):
15696 * fvwm/move_resize.c (is_move_allowed):
15697 Allowed moving if tmp_win is null and check if move is allowed and
15698 not resize in AnimatedMoveAnyWindow. This fix animated menu
15700 * fvwm/ewmh.c (ewmh_AllowsMaximize):
15702 (ewmh_AllowsResize):
15703 Check as a user request
15706 * fvwm/move_resize.c (CMD_Maximize):
15709 New global flags "layer" and "ewmiwa". layer causes the grow* methods
15710 to ignore the windows with a layer less or equal to the layer of
15711 the maximized window. ewmhiwa causes to ignore the ewmh working area.
15712 Reorder a bit the Maximize documentation
15715 * fvwm/functions.c (expand_extended_var):
15716 New variables $[desk.name<n>] to get the desktop names
15718 2002-01-01 Dan Espen <dane@mk.telcordia.com>
15720 * fvwm/read.c (CMD_Read): Correct message on missing file when using
15721 Read with full path.
15723 2002-01-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15726 * fvwm/misc.c (GrabEm):
15727 reduced number of grab attempts from 500 to 50 @ 10 ms = 0.5 seconds */
15729 * fvwm/events.c (HandleUnmapNotify):
15730 (HandleMapRequestKeepRaised):
15731 (check_map_request):
15732 fixed unmanaged window when window was mapped/unmapped/mapped too fast
15734 * fvwm/add_window.c (FetchWmProtocols):
15736 * fvwm/fvwm.h (FvwmWindow):
15737 * fvwm/events.c (HandleEnterNotify):
15738 (HandlePropertyNotify):
15739 * fvwm/focus.c (refresh_focus):
15741 fixed focus problems with netscape and ddd
15743 2001-12-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15745 * libs/Target.c (fvwmlib_keyboard_shortcuts):
15746 * libs/Pointer.c (GetLocationFromEventOrQuery):
15747 * fvwm/virtual.c (HandlePaging):
15748 * fvwm/move_resize.c (GetOnePositionArgument):
15750 (AnimatedMoveAnyWindow):
15753 * fvwm/module_interface.c (ExecuteModuleCommand):
15754 * fvwm/menus.c (do_menu):
15757 (get_menu_options):
15758 * fvwm/functions.c (execute_complex_function):
15759 * fvwm/events.c (HandleClientMessage):
15760 (WaitForButtonsUp):
15761 * fvwm/conditional.c (CMD_Direction):
15762 * fvwm/builtins.c (CMD_CursorMove):
15765 handle return code of XQueryPointer everywhere; necessary for dual head
15767 * fvwm/misc.c (GrabEm):
15768 Pointer was warped to other screen with a dual head setup
15770 2001-12-31 olicha <olivier.chapuis@free.fr>
15772 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15773 Removed some code which try to raise ewmh modal window over
15774 its transientfor window; this seems not possible without a new style
15775 or a bad hack in stack.c
15777 2001-12-30 Dan Espen <dane@mk.telcordia.com>
15779 * libs/GetFont.c (GetFontSetOrFixed): Cleanup the message about the
15780 fallback to fixed font so it shows the right font for I18N.
15782 2001-12-30 olicha <olivier.chapuis@free.fr>
15784 * fvwm/window_flags.h:
15785 * fvwm/session.c (MatchWinToSM):
15786 (LoadWindowStates):
15787 (SaveWindowStates):
15788 (get_version_string):
15789 * fvwm/move_resize.c (CMD_Maximize):
15791 * fvwm/icons.c (CMD_Iconify):
15792 * fvwm/ewmh.c (EWMH_SetWMState):
15795 (EWMH_SetAllowedActions):
15798 * fvwm/ewmh_intern.h:
15799 * fvwm/ewmh_events.c (ewmh_WMState*):
15800 * fvwm/builtins.c (CMD_WindowShade):
15801 * fvwm/stack.c (new_layer):
15802 * fvwm/update.c (apply_window_updates):
15803 * fvwm/update.h (struct):
15804 * fvwm/add_window.c (setup_window_structure):
15805 (setup_window_name):
15807 * fvwm/style.c (check_window_style_change):
15808 The skip list and modal ewmh window states are now updated after
15809 an use/ignore ewmh state style changes. The other ewmh states are
15810 starting state only. All the initial ewmh states are keep in memory
15813 * fvwm/ewmh.c (EWMH_Handle*):
15815 Set the ewmh_window_type to an int (and not the corresponding atom)
15816 accordingly to the window type
15818 * fvwm/ewmh_events.c (ewmh_WMStateModal):
15819 ewmh modal transient windows have RaiseTransient and GrabFocusTransient
15822 * fvwm/ewmh.c (EWMH_GetStyle):
15823 * fvwm/ewmh_events.c (ewmh_WMDesktop):
15824 Respect the _NET_WM_DESKTOP hints at window mapping as a StartsOnDesk
15827 * libs/vpacket.h (ConfigWinPacket):
15828 * fvwm/module_interface.c (CONFIGARGSNEW):
15831 Added ewmh_hint_layer, ewmh_hint_desktop and ewmh_window_type to the
15832 cfgpacket for FvwmIdent
15834 2001-12-20 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15836 * fvwm/move_resize.c (resize_geometry_window):
15837 fixed wrong size calculation of geometry window
15839 2001-12-19 olicha <olivier.chapuis@free.fr>
15841 * fvwm/ewmh_names.c (convert_charsets):
15842 More precise error messages
15845 A few formatting fixes
15847 2001-12-18 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15849 * fvwm/gnome.c (GNOME_SetHints):
15850 fixed window getting frozen into position upon a recapture or restart
15852 2001-12-17 Dan Espen <dane@mk.telcordia.com>
15854 * fvwm/fvwm2.1: Fixup wording in EWMHIconicStateWorkaround.
15856 2001-12-17 olicha <olivier.chapuis@free.fr>
15859 Tried to clarify the EWMHIconicStateWorkaround BugOpts
15861 * fvwm/ewmh.c (delete_kst_item):
15862 (set_kde_sys_tray):
15863 (EWMH_IsKdeSysTrayWindow):
15864 (EWMH_ManageKdeSysTray):
15865 * fvwm/events.c (HandleReparentNotify):
15866 Fixed reparenting management of kde system tray windows and
15867 added some off debugging code
15869 * fvwm/virtual.c (CMD_DesktopName):
15870 Removed some debugging code
15872 2001-12-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15874 * fvwm/fvwm.h (struct):
15875 * fvwm/window_flags.h (IS_FIXED_PPOS):
15876 * fvwm/style.h (SCSET_IS_FIXED_PPOS):
15877 * fvwm/style.c (parse_and_set_window_style):
15878 (check_window_style_change):
15879 implemented new styles FixedPPosition, FixedUSPosition, FixedSize,
15880 FixedUSSize, FixedPSize and Variable PPosition, ...
15882 * fvwm/events.c (HandleConfigureRequest):
15883 * fvwm/ewmh.c (ewmh_AllowsResize):
15884 (is_resize_allowed):
15887 * fvwm/gnome.c (GNOME_SetHints):
15888 (AnimatedMoveAnyWindow):
15891 * fvwm/move_resize.c (is_move_allowed):
15892 (is_resize_allowed):
15893 (is_maximize_allowed):
15894 new functions to clean up some code
15896 2001-12-15 Dan Espen <dane@mk.telcordia.com>
15898 * fvwm/fvwm2.1: Doc fixups.
15900 2001-12-15 olicha <olivier.chapuis@free.fr>
15902 * fvwm/builtins (CMD_BugOpts):
15904 * fvwm/ewmh_conf.c (EWMH_BugOpts):
15905 * fvwm/ewmh_events.c (ewmh_StateHidden):
15906 * fvwm/fvwm.c (InitVariables):
15908 * fvwm/icons.c (CMD_Iconify):
15910 * fvwm/virtual.c (unmap_window):
15912 Implemented the new _NET_WM_STATE_HIDDEN ewmh state that allows
15913 to fix the IconicState problems in vitrual.c. New BugOpts
15914 EWMHIconicStateWorkaround for supporting current KDE versions
15916 * fvwm/events.c (HandlePropertyNotify):
15917 * fvwm/ewmh.c (ewmh_AllowsYes):
15919 (ewmh_AllowsClose):
15920 (ewmh_AllowsMaximize):
15922 (ewmh_AllowsResize):
15923 (EWMH_SetAllowedActions):
15925 * fvwm/style.c (check_window_style_change):
15926 * fvwm/update.c (apply_window_updates):
15928 Implemented _NET_WM_ALLOWED_ACTIONS from version 1.2 of the wm-spec
15930 2001-12-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15932 * fvwm/borders.c (RedrawTitle):
15933 * libs/defaults.h (WINDOW_TITLE_OFFSET):
15934 fixed 'stick' lines with long titles
15936 2001-12-11 olicha <olivier.chapuis@free.fr>
15940 * fvwm/ewmh.c (ewmh_SetWorkArea):
15942 (ewmh_ComputeAndSetWorkArea):
15943 (ewmh_HandleDynamicWorkArea):
15944 (EWMH_GetWorkAreaIntersection):
15945 (EWMH_GetStrutIntersection):
15946 (get_intersection):
15947 * fvwm/ewmh_name.c (EWMH_SetDeskNames):
15950 * fvwm/fvwm.c (InitVariables):
15952 * fvwm/modconf.c (send_desktop_names):
15953 (CMD_Send_ConfigInfo):
15954 * fvwm/placement.c (get_next_x):
15957 * fvwm/virtual.c (CMD_DesktopName):
15960 New command "DesktopName desk name" to define desktops names for
15961 the FvwmPager, the WindowList and ewmh compliant pagers.
15962 Desktops information (desk, desk name, working areas) is stored in a
15963 new list sub structure of Scr, DesktopsInfo. The head of the list
15964 contains generic information for desks that are not in the list.
15966 * fvwm/windowlist.c (get_desk_title):
15970 New window list options NoDeskNum, NoCurrentDeskTitle,
15971 TitleForAllDesks, NoNumInDeskTitle. Document these options and also
15972 the NoGeometry and NoGeometryInfo options.
15975 * fvwm/ewmh_names.c:
15976 * fvwm/ewmh_icons.c:
15977 Added some static declarations
15979 * fvwm/ewmh_names.c (EWMH_SetVisibleName):
15980 It seems that UTF8 names should not be terminated by a 0
15982 * fvwm/ewmh.c (EWMH_SetClientListStacking):
15983 Set the stacking list in the good orders
15985 2001-12-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
15988 * fvwm/functions.c:
15992 removed all MULTISTYLE ifdefs
15994 * fvwm/borders.c (RedrawTitle):
15995 fixed title drawing into relief
15997 2001-12-08 olicha <olivier.chapuis@free.fr>
16004 * fvwm/window_flags.h:
16006 s/extended_window_name/indexed_window_name/i
16007 s/extended_icon_name/indexed_icon_name/i
16008 s/do_update_window_name/do_update_visible_window_name/
16009 s/do_update_icon_name/do_update_visible_icon_name/
16011 * fvwm/style.c (CMD_Style):
16013 (parse_and_set_window_style):
16014 Split CMD_Style into CMD_Style and parse_and_set_window_style
16016 2001-12-06 olicha <olivier.chapuis@free.fr>
16018 * fvwm/add_window.c (setup_window_name_count):
16019 (setup_icon_name_count):
16020 Better determination of the window and icon names index
16022 * fvwm/add_window.c (AddWindow):
16024 * fvwm/events.c (HandlePropertyNotify):
16025 * fvwm/ewmh_names.c (EWMH_WMName):
16027 * fvwm/module_interface.c (BroadcastWindowIconNames):
16028 * fvwm/module_interface.h:
16029 (CMD_Send_WindowList):
16031 (CMD_set_sync_mask):
16032 (CMD_set_nograb_mask):
16033 * fvwm/update.c (apply_window_updates):
16035 New module messages type M_VISIBLE_NAME and M_VISIBLE_ICON_NAME
16036 which are send to modules with BroadcastWindowIconNames.
16037 The set mask cmds use unsigned long mask and not int mask!
16039 2001-12-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16043 EWMH without iconv compile fix by Hippo
16045 2001-12-05 olicha <olivier.chapuis@free.fr>
16047 * fvwm/add_window.c:
16050 * fvwm/ewmh_conf.c (EWMH_CMD_Styles):
16051 * fvwm/ewmh_events.c:
16054 * fvwm/move_resize.c (CMD_Maximize):
16055 * fvwm/placement.c (test_fit):
16057 * fvwm/session.c (SaveWindowStates):
16058 * fvwm/style.c (merge_styles):
16060 (check_window_style_change):
16061 * fvwm/update.c (apply_window_updates):
16063 * fvwm/window_flags.h:
16065 EWMHMaximizeIgnoreWorkingArea / EWMHMaximizeUseWorkingArea /
16066 EWMHMaximizeUseDynamicWorkingArea,
16067 EWMHPlacementIgnoreWorkingArea / EWMHPlacementUseWorkingArea
16068 EWMHPlacementUseDynamicWorkingArea,
16069 EWMHUseStackingOrderHints / EWMHIgnoreStackingOrderHints,
16070 EWMHIgnoreStateHints / EWMHUseStateHints,
16071 EWMHIgnoreStrutHints / EWMHUseStrutHints
16073 * fvwm/ConfigFvwmDefaults:
16074 Use EWMHPlacementUseDynamicWorkingArea,
16075 EWMHMaximizeUseDynamicWorkingArea as default placement styles
16078 * fvwm/add_window.c (setup_placement_penalty):
16079 * fvwm/add_window.h:
16080 (setup_placement_penalty):
16083 * fvwm/placement.c (get_next_x):
16084 * fvwm/placement.h:
16087 * fvwm/style.c (CMD_Style):
16089 (check_window_style_change):
16090 * fvwm/update.c (apply_window_updates):
16092 * fvwm/window_flags.h:
16094 New styles PlacementOverlapPenalties and
16095 PlacementOverlapPercentPenalties
16098 * fvwm/add_window.c (setup_window_name_count):
16099 * fvwm/add_window.h:
16100 (setup_icon_name_count):
16101 (setup_visible_name):
16102 (setup_window_name):
16103 (free_window_names):
16105 * fvwm/borders.c (DrawMultiPixmapTitlebar):
16107 * fvwm/events.c (HandlePropertyNotify):
16108 * fvwm/ewmh_names.c (EWMH_*):
16110 * fvwm/icons.c (CreateIconWindow):
16115 * fvwm/session.c (MatchWinToSM):
16116 * fvwm/style.c (CMD_Style):
16118 (check_window_style_change):
16119 * fvwm/update.c (apply_window_updates):
16121 * fvwm/window_flags.h:
16122 New styles ExtendedWindowName / SimpleWindowName and
16123 ExtendedIconName / SimpleIconName. TODO: the modules implementation
16125 * fvwm/builtins.c (ReadMultiPixmapDecor):
16131 * session.c (get_version_string):
16134 * fvwm/stack.c (new_layer):
16136 Fixed ewmh wm state
16138 * fvwm/ewmh_icons.c (ewmh_SetWmIconFromPixmap):
16139 Fixed creation of the ewmh icon in the case of the window is iconified
16141 2001-11-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16143 * fvwm/placement.c (PlaceWindow):
16144 fixed manual placement on Xinerama screens other than the one with the
16145 top left corner of the total screen
16147 2001-11-27 olicha <olivier.chapuis@free.fr>
16153 Check for the second argument of iconv
16156 Added -Wall to CFLAGS if cc is gcc
16158 2001-11-26 Mikhael Goikhman <migo@homemail.com>
16162 s/extanded/extended/
16164 2001-11-26 olicha <olivier.chapuis@free.fr>
16166 * fvwm/Makefile.am:
16167 Fixed (?) iconv_LIBS
16169 2001-11-26 olicha <olivier.chapuis@free.fr>
16171 * fvwm/functions.c (expand):
16172 Fixed n, c, r expansion
16174 2001-11-25 Dan Espen <dane@mk.telcordia.com>
16176 * fvwm/fvwm2.1: Clean up ewmh stuff.
16178 2001-11-24 olicha <olivier.chapuis@free.fr>
16180 * fvwm/ewmh_internal.h:
16182 Removed a non standard macro
16184 2001-11-24 olicha <olivier.chapuis@free.fr>
16187 Documented the previous ewmh style in a new Style subsection
16189 * fvwm/functions.c (expand):
16190 Clean up, removed 5 tmp_win and IS_EWMH_DESKTOP
16192 2001-11-24 olicha <olivier.chapuis@free.fr>
16194 * fvwm/add_window (setup_icon):
16195 (setup_window_structure):
16196 * fvwm/events.c (HandlePropertyNotify):
16198 * fvwm/ewmh_conf.c (EWMH_CMD_Style):
16199 * fvwm/ewmh_icons.c (ewmh_WMIcon):
16200 (EWMH_DoUpdateWmIcon):
16201 (ewmh_SetWmIconFromPixmap):
16202 (EWMH_DeleteWmIcon):
16203 (EWMH_SetIconFromWMIcon):
16204 * fvwm/ewmh_intern.h:
16206 * fvwm/icons.c (GetIcon):
16207 * fvwm/session.c (get_version_string):
16208 * fvwm/style.c (CMD_Style):
16210 (check_window_style_change)
16211 * fvwm/update.c (apply_window_updates):
16213 * fvwm/window_flags.h:
16214 New style EWMHMiniIconOverride / EWMHNoMiniIconOverride,
16215 EWMHDonateMiniIcon / EWMHDontDonateMiniIcon,
16216 EWMHDonateIcon / EWMHDontDonateIcon,
16217 Some ewmh icon code simplification.
16218 Ewmh icons priority: just after icon window.
16220 * fvwm/ewmh.c (EWMH_ExitStuff):
16222 * fvwm/session.c (SaveWindowStates):
16223 (LoadWindowStates):
16225 * fvwm/fvwm.c (Done):
16226 Delete the ewmh icons we set ourself. Some ewmh session states do not
16227 need to be saved/restored anymore
16229 2001-11-23 olicha <olivier.chapuis@free.fr>
16231 * fvwm/ewmh_names.c (convert_charsets):
16232 Fixed infinite loop
16234 2001-11-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16236 * fvwm/ewmh_names.c (convert_charsets):
16237 -Wall fix: 2nd parameter of iconv is char **, not const char ** as the
16238 man page states on Linux
16239 replaced goto with a loop
16241 2001-11-22 olicha <olivier.chapuis@free.fr>
16243 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16246 * fvwm/ewmh_events.c:
16247 Fixed some styles update
16249 * fvwm/ewmh_conf.c:
16250 * fvwm/function.c (func_config):
16254 * fvwm/ewmh_events.c:
16255 * fvwm/ewmh_intern.h:
16256 * fvwm/Makefile.am:
16258 New file for ewmh styles and commands. New commands EWMHBaseStrut and
16259 EWMHNumberOfDesktops. More documentation in ewmh man page section.
16261 * fvwm/add_window.c:
16264 * fvwm/functions.c:
16265 * fvwm/ewmh.c (EWMH_Init):
16267 * fvwm/fvwm.c (InitVariables):
16274 * fvwm/window_flags.c:
16281 Remove all the HAVE_EWMH ifdef but the two in virtual.c (which
16282 are maybe problematic) and those in the ewmh* files to allow
16283 to disbale the ewmh code: with --disable-ewmh all the ewmh code
16284 should be dummy. --enable-ewmh is now the default.
16286 2001-11-20 olicha <olivier.chapuis@free.fr>
16288 * fvwm/icons.c (GetIcon):
16289 * fvwm/add_window.c (setup_icon):
16290 Fixed icons order choice and other minor bugs
16292 * fvwm/ewmh_icons.c (EWMH_SetWmIconFromPixmap):
16293 Fixed a core dump if there is no MiniIcon
16295 2001-11-18 olicha <olivier.chapuis@free.fr>
16297 * fvwm/ewmh.c (add_kst_item):
16299 (ewmh_AddToKdeSysTray):
16300 (EWMH_IsKdeSysTrayWindow):
16301 (EWMH_ManageKdeSysTray):
16303 fvwm/ewmh_intern.h:
16304 * fvwm/events.c (HandleDestroyNotify):
16305 (HandleMapRequest):
16306 (HandleUnmapNotify):
16307 Fixed the KDE system tray implementation
16309 2001-11-16 olicha <olivier.chapuis@free.fr>
16313 fixed EWMH_WindowDestroyed and EWMH_DestroyWindow macros
16315 2001-11-15 olicha <olivier.chapuis@free.fr>
16317 * fvwm/ewmh.c (EWMH_DestroyWindow):
16319 (EWMH_WindowDestroyed):
16320 * fvwm/events.c (HandleReparentNotify):
16321 (HandleDestroyNotify):
16322 (HandleUnmapNotify):
16323 * fvwm/add_window.c (destroy_window):
16324 Fixed the ewmh windows lists
16326 2001-11-15 olicha <olivier.chapuis@free.fr>
16328 * fvwm/Makefile.am:
16331 * fvwm/ewmh_intern.h:
16332 * fvwm/ewmh_events.c:
16333 * fvwm/ewmh_icons.c:
16334 * fvwm/ewmh_names.c:
16337 New files to achieve the extended WM hints support, off by
16338 default. This code is ifdefed a la gnome.c.
16339 This is work in progess (need to do so that every things are
16343 * acconfig.h (HAVE_EWMH, HAVE_ICONV, USE_LIBICONV, HAVE_CODSET):
16344 New configure option --enable-ewmh. Added tests for iconv and
16345 nl_langinfo for UTF8 conversions.
16347 * fvwm/add_window.c (AddWindow):
16348 (CaptureOneWindow):
16350 (setup_window_name):
16352 EWMH_SetWMState, EWMH_SetWMDesktop, EWMH_SetFrameStrut,
16353 EWMH_WindowDestroyed, EWMH_WMName, EWMH_SetVisibleName,
16354 SET_HAS_EWMH_ICON, EWMH_WMIconName
16356 * fvwm/add_window.c (setup_window_structure):
16357 * fvwm/fvwm.h (FvwmWindow):
16359 * fvwm/window_flags.h:
16360 * fvwm/session.c (get_version_string):
16361 (SaveWindowStates):
16362 (LoadWindowStates):
16363 Added some entries in FvwmWindow and some flags (more will be
16364 added). Some of these states need to be saved at restart and
16365 at recapture. This code is ifdefed, may be it should not: I was
16366 forced to ifdef the version string in get_version_string.
16368 * libs/Bindings.c (win_contexts):
16370 * fvwm/events.c (GetContext):
16371 * fvwm/bindings.c (ParseBinding):
16372 (activate_binding):
16373 * fvwm/functions.c (expand_extended_var):
16375 (execute_function):
16377 * fvwm/screen.h (Scr):
16378 new context C_EWMH_DESKTOP named "D" for an ewmh desktop
16379 (kdesktop or Nautilus desktop). This context is something between
16380 C_ROOT and C_WINDOW. Added Scr.EwmhDesktop.
16382 * fvwm/bindings.c (activate_binding):
16383 Fixed immediate application of mouse/stroke bindings
16386 * fvwm/borders.c (RedrawDecorations):
16387 * fvwm/update.c (apply_window_updates):
16388 New function RedrawDecorations taken from apply_window_updates
16389 and called in ewmh_icons.c and update.c
16391 * fvwm/bultins.c (CMD_WindowShade):
16394 * fvwm/events.c (HandleFocusIn):
16395 (HandlePropertyNotify):
16396 (HandleClientMessage):
16397 (HandleMapRequestKeepRaised):
16398 (HandleUnmapNotify):
16399 EWMH_SetActiveWindow. Test for utf8 window and icon name, set the ewmh
16400 icon state. EWMH_ProcessPropertyNotify, EWMH_ProcessClientMessage,
16403 * fvwm/icons.c (GetIcon):
16405 (CreateIconWindow):
16406 (ChangeIconPixmap):
16407 * fvwm/events.c (HandlePropertyNotify):
16408 New function GetIcon taken from CreateIconWindow which choose
16409 the icon, there is a new case for EWMH icons. New function
16410 ChangeIconPixmap taken from events.c.
16411 The two new functions are called from ewmh_icon.c (and icons.c).
16413 * fvwm/move_resize.c (handle_stick):
16416 EWMH_SetWMState, EWMH_GetWorkAreaIntersection, EWMH_SetWMDesktop
16419 * libs/Picture.c (LoadPictureFromPixmap):
16420 (CachePictureFromPixmap):
16421 New functions for loading a picture from a pixmap. Nothing is cached
16422 but this simplify the MiniIcon code.
16424 * fvwm/placement.c (PlaceWindow):
16425 EWMH_GetWorkAreaIntersection
16427 * fvwm/screen.h (Scr):
16428 Added the working area, the dynamic working area and the ewmh
16431 * fvwm/stack.c (restack_windows):
16433 EWMH_SetClientListStacking, EWMH_SetWMState
16435 * fvwm/style.c (check_window_style_change):
16436 * fvwm/update.c (apply_window_updates):
16438 Added do_update_list_skip to the update_win flags for EWMH_SetWMState.
16439 This code is ifdefed.
16441 * fvwm/style.c (lookup_style):
16444 * fvwm/virctual.c (goto_desk):
16445 (CMD_GotoDeskAndPage):
16446 (do_move_window_to_desk):
16447 EWMH_SetCurrentDesk, EWMH_SetWMDesktop
16449 2001-11-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16451 * fvwm/update.c (apply_window_updates):
16452 * fvwm/gnome.c (GNOME_GetStyle):
16453 * fvwm/style.c (lookup_style):
16454 (check_window_style_change):
16455 * fvwm/add_window.c (setup_style_and_decor):
16456 fixed GnomeIgnoreHints style for some of the gnome hints
16458 * fvwm/fvwm.c (StartupStuff):
16459 Tried to fix font size problem
16461 * fvwm/placement.c (PlaceWindow):
16462 suppress an X error
16464 * fvwm/move_resize.c (moveLoop):
16465 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16466 * fvwm/misc.c (Keyboard_shortcuts):
16467 modified keyboard shortcut functions so that it is possible to move
16468 windows with the keyboard even if the border is hit. does not work
16469 very nicely with paging
16471 * libs/Target.c (fvwmlib_keyboard_shortcuts):
16472 performance enhancement
16474 * fvwm/events.c (HandleButtonPress):
16475 fixed (?) some problem with passing the raise click in ctf to the app
16477 * fvwm/add_window.c (Reborder):
16478 * fvwm/virtual.c (MoveViewport):
16481 * fvwm/session.c (SaveWindowStates):
16482 * fvwm/fvwmdebug.c (DB_WI_WINDOWS):
16483 don't access stack_next and stack_prev directly but use the access
16484 functions from stack.h
16486 * fvwm/stack.c (remove_window_from_stack_ring):
16487 (add_window_to_stack_ring_after):
16490 * fvwm/add_window.c (adjust_fvwm_internal_windows):
16492 when a window becomes scheduled for destruction, remove all traces of it
16493 from the fvwm internal variable so its not accessed accidentally when
16494 its fields are no longer valid
16496 2001-11-05 Mikhael Goikhman <migo@homemail.com>
16499 fixed compilation of I18N_MB
16501 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16511 exclude the TitleStyle MultiPixmap feature (only) before forking
16513 and restore it after that
16517 change version string to 2.5.0
16520 added a missing entry for the stable release 2.4.0 (03-Jul-2001);
16521 added a link to the stable version 2.4.4 (not released yet)
16523 2001-10-30 Mikhael Goikhman <migo@homemail.com>
16527 change version string to 2.4.4 before forking
16529 * make_fvwmdist.sh:
16530 strip end of line from date (adjust for a new length)
16532 2001-10-29 olicha <olivier.chapuis@free.fr>
16534 * fvwm/screen.h (DecorFaceStyle):
16535 Fixed the "lenght" of face_type if FANCY_TITLEBARS is defined,
16536 so that Solid colors work again
16538 2001-10-28 olicha <olivier.chapuis@free.fr>
16540 * fvwm/module_interface.c (skipModuleAliasToken):
16541 Allows '/' as alias character
16546 2001-10-27 Mikhael Goikhman <migo@homemail.com>
16551 added --disable-multipixmap-titles for the Suzanne's patch,
16552 the default is enable
16555 some formatting fixes in TitleStyle entry
16557 2001-10-27 Suzanne Britton <tril@igs.net>
16559 * config.h.in: Added FANCY_TITLEBARS option, off by default
16562 Added info on TitleStyle MultiPixmap
16565 [All changes #ifdeffed FANCY_TITLEBARS]
16566 Added TITLE_PADDING define for fancy titlebar rendering
16567 Added tb_pixmap_enum
16568 Added MultiPixmap to DecorFaceType enum
16569 Added Picture **multi_pixmaps and short multi_stretch_flags
16570 to DecorFace structure
16573 [All changes #ifdeffed FANCY_TITLEBARS except the fix to RedrawButtons]
16574 (DrawButton): Handle UseTitleStyle where TitleStyle is MultiPixmap
16575 (RenderIntoWindow): [new]
16576 (DrawMultiPixmapTitlebar): [new]
16577 (RedrawButtons): Pass the left1right0 parameter properly to DrawButton,
16578 instead of always sending 1
16580 Call DrawFancyTitlebar for MultiPixmap style
16581 Skip DrawString calls for MultiPixmap style (title is drawn inside
16582 DrawMultiPixmapTitlebar)
16585 [All changes #ifdeffed FANCY_TITLEBARS]
16586 (FreeDecorFace): Free up multi_pixmaps array for a MultiPixmap decor
16587 (ReadDecorFace): Call ReadMultiPixmapDecor for a MultiPixmap TitleStyle
16588 (ReadMultiPixmapDecor): [new]
16590 2001-10-26 Dan Espen <dane@mk.telcordia.com>
16592 * NEWS: FvwmForm: Customize pointers, support ISO_Tab key,
16593 buttons can activate on press or release, special pointer during grab,
16594 arrow key command recall.
16596 2001-10-24 Mikhael Goikhman <migo@homemail.com>
16598 * fvwm/bindings.c (ParseBinding):
16601 binding commands now do not print error messages with Silent
16603 * fvwm/ConfigFvwmDefaults:
16605 don't use ReverseOrder in the default Alt-Tab like it was in 2.4.0;
16606 use Silent before Key Help
16608 * fvwm/add_window.c:
16609 changed the broken size hints message to notify the owner
16611 * docs/fvwm.lsm.in:
16614 2001-10-19 olicha <olivier.chapuis@free.fr>
16617 Some FvwmScript news
16619 2001-10-16 olicha <olivier.chapuis@free.fr>
16622 Some FvwmScript news
16624 2001-10-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16626 * fvwm/bindings.c (activate_binding):
16627 * libs/Bindings.c (GrabWindowKeyOrButton):
16628 activate mouse/stroke bindings immediately
16630 * fvwm/events.c (HandleButtonPress):
16631 it is possible to bind actions to the 'ClickToFocus' click
16633 2001-10-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16635 * fvwm/virtual.c (HandlePaging):
16636 allow paging during move/resize when pressing keys
16638 * libs/XResource.c (MergeCmdLineResources):
16639 possible core dump fix
16641 * fvwm/add_window.c (setup_window_placement):
16644 * libs/Bindings.c (AddBinding):
16645 another attempt at cleaning up bindings with "Shift"
16647 2001-10-13 olicha <olivier.chapuis@free.fr>
16652 2001-10-10 Mikhael Goikhman <migo@homemail.com>
16656 OpaqueMoveSize now accepts "unlimited" or negative argument.
16658 2001-10-09 Mikhael Goikhman <migo@homemail.com>
16663 2001-10-08 Dan Espen <dane@mk.telcordia.com>
16665 * libs/Makefile.am (libfvwm_a_SOURCES): Add new file.
16668 * libs/Cursor.c: Create new libs function fvwmCursorNameToIndex.
16670 * fvwm/cursor.c: Extract cursor validation routine to become a libs
16673 2001-10-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16675 * NEWS, configure.in:
16676 changed version to 2.5.0
16678 2001-10-08 olicha <olivier.chapuis@free.fr>
16680 * fvwm/borders.c (RedrawTitle):
16681 Fixed drawing of leftJustified stippled title and suppress warnings
16682 in RelieveRectangle w/ RightJustified stippled title
16684 2001-10-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16686 * fvwm/virtual.c (CMD_XineramaSlsSize):
16689 2001-10-03 olicha <olivier.chapuis@free.fr>
16691 * fvwm/style.c (CMD_Style):
16693 Added the possibility to add an Xinerama screen to the 4 numerics
16696 2001-10-03 olicha <olivier.chapuis@free.fr>
16698 * fvwm/icons.c (AutoPlaceIcon):
16699 Fixed a core dump with @c and fixed icon placement if the icon should
16700 not be on the current page
16702 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16704 * fvwm/icons.c (AutoPlaceIcon):
16705 * libs/FScreen.c (FScreenParseScreenBit):
16706 added 'w' screen specifier for icon boxes
16708 * fvwm/icons.c (AutoPlaceIcon):
16709 fixed placement of icons in icon boxes on different screen
16711 * fvwm/menus.c (get_menu_options):
16712 reduced code duplication
16714 2001-10-02 olicha <olivier.chapuis@free.fr>
16716 * fvwm/menus.c (get_menu_options):
16717 fixed Xinerama placement of menu with empty but not null position hints
16719 2001-10-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16721 * fvwm/borders.c (RedrawTitle):
16722 * libs/defaults.h (WINDOW_TITLE_STICKY_GAP):
16723 suppress a warning in RelieveRectangle w/ small sticky windows
16725 2001-09-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16727 * fvwm/menus.c (get_menu_options):
16728 A 'rectangle' context rectangle for menus honours the '@screen' bit
16730 * fvwm/move_resize.c (DisplayPosition):
16731 coordinates of a window are show in relation to the screen, not the page
16733 * libs/FScreen.c (FScreenTranslateCoordinates):
16734 * fvwm/placement.c (PlaceWindow):
16735 * fvwm/add_window.c (setup_window_placement):
16736 Applied patches by Sidik Isani that adds the "fvwmscreen" X resource;
16737 rewrote the library functionality to better match the rest of the
16740 * fvwm/builtins.c (DestroyFvwmDecor):
16741 removed useless code
16743 * fvwm/icons.c (DrawIconWindow):
16744 fixed race condition w/ expanding/collapsing icon titles
16746 * fvwm/windowlist.c (CMD_WindowList):
16747 fixed Xinerama placement of window list when called without options
16749 2001-09-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16751 * libs/FScreen.c (FScreenSLSOnOff):
16752 fixed core dump when calling XineramaSls before XineramaSlsSize
16757 * libs/FShape.h (FHaveShapeExtension):
16758 set macro to 1 when compiling w/ shape extension
16760 2001-09-17 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16762 * libs/Bindings.c (AddBinding):
16763 * fvwm/bindings.c (ParseBinding):
16764 print a warning if a key with the given name does not exist
16765 if there is an upper and a lower case version of the same key name,
16766 always bind to the lower case version; this is problematic if the upper
16767 case version is tied to a key without a modifier and the lower case
16768 version is tied to the same key, but with a modifier (or both are tied
16769 to different keys). I hope this good enough.
16771 * libs/Bindings.c (FreeBindingList):
16772 (MatchBindingExactly):
16773 (CollectBindingList):
16774 fixed some problems overriding keys
16775 reduced duplication of logic
16777 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16779 * NEWS, configure.in:
16780 changed version to 2.5.0
16782 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16785 changed version to 2.4.2
16787 2001-09-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16790 (SetWindowBackground):
16791 (SetRectangleBackground):
16792 * fvwm/builtins.c (CMD_WindowShade):
16793 * fvwm/add_window.c:
16794 (setup_style_and_decor):
16796 (CreateIconWindow):
16801 (HandleConfigureRequest):
16802 (HandleShapeNotify):
16803 (InitEventHandlerJumpTable):
16804 * fvwm/borders.c (struct):
16807 * fvwm/decorations.c (SelectDecor):
16812 * fvwm/fvwm.h (FvwmWindow):
16815 moved shape support to library; its no longer necessary to
16816 '#ifdef SHAPE' any code
16818 * fvwm/borders.c (RedrawButtons):
16820 fixed top border hilight drawing of title buttons
16822 * libs/Graphics.c (do_relieve_rectangle):
16823 (RelieveRectangle):
16824 (RelieveRectangle2):
16825 allow alternate shading for title buttons
16827 2001-09-15 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16830 Applied man page patch by Dmitry Yu. Bolkhovityanov:
16831 Add a formal description of how fvwm maintains module's configs
16832 Change manpages of individual modules to refer to fvwm2(1) for
16833 details about specifying configuration
16835 * fvwm/add_window.c (setup_window_placement):
16836 desk and page can now really be given as X resources a la
16839 * libs/XResource.c (GetResourceString):
16840 resource -> lower case, class -> upper case
16844 changed version to 2.5.0
16846 * Makefile.am (distcheck2):
16847 build distcheck before dist2; save a few seconds if the build fails
16850 * libs/ClientMsg.c:
16854 * libs/gethostname.c:
16857 * libs/safemalloc.c:
16858 * libs/strcasecmp.c:
16861 * libs/strncasecmp.c:
16870 changed version to 2.4.1 again
16872 2001-09-14 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16874 * libs/Bindings.c (FvwmStringToKeysym):
16875 try both cases of the first letter of a key name
16877 * fvwm/ConfigFvwmDefaults:
16878 * fvwm/windowlist.c (winCompareReverse):
16880 new WindowList option ReverseOrder; use the new option in the default
16881 Alt-Tab binding. This makes it possible to hit Alt-Tab repeatedly to
16882 cycle through the whole window list. The old behaviour only toggled
16883 between two windows. Also, a simple Alt-Tab can be used to switch to
16884 the next window instead of Alt-Tab-Tab.
16886 * libs/FScreen.c (FScreenInit):
16887 fixed a Xinerama crash
16890 print a verbose error message and exit if X11 headers and libraries
16893 2001-09-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16895 * fvwm/fvwm.c (main):
16898 new library for X shape encapsulation
16900 * fvwm/builtins.c (CMD_WindowShade):
16901 * fvwm/borders.c (SetupFrame):
16902 fixed shading of windows without title and border
16903 fixed shading of shaped windows; fixes bug #732
16905 * fvwm/builtins.c (CMD_SetEnv):
16906 calling SetEnv without a value is the same as UnsetEnv
16908 2001-09-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16910 * fvwm/events.c (HandleReparentNotify):
16911 fixed vanishing windows in rapid map/unmap cycles; bug #770
16913 * fvwm/add_window.c (hide_screen):
16914 fixed possible BadWindow error
16916 2001-09-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16918 * fvwm/virtual.c (MoveViewport):
16920 (CMD_GotoDeskAndPage):
16922 GotoDeskAndPage records its own history of last visited desk/page
16924 * libs/FScreen.c (FScreenInit):
16925 fixed a memory allocation bug pointed out by Giuseppe Della Ricca
16927 2001-09-05 olicha <olivier.chapuis@free.fr>
16929 * fvwm/session.c (MatchWinToSM):
16930 * fvwm/add_window.c (setup_window_structure):
16931 * fvwm/move_resize.c (moveLoop):
16932 Fixed PlacedByButton3 condition
16934 2001-09-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16937 * fvwm/functions.c (func_config):
16938 * fvwm/module_interface.c (broadcast_xinerama_state):
16939 * fvwm/virtual.c (CMD_Xinerama):
16940 (CMD_XineramaPrimaryScreen):
16942 (CMD_XineramaSlsSize):
16944 split Xinerama command into Xinerama, XineramaPrimaryScreen,
16945 XineramaSls and XineramaSlsSize
16946 restructured parts of the FScreen code
16948 * fvwm/functions.c (func_config):
16949 new commands XineramaPrimaryScreen, XineramaSls and XineramaSlsSize
16951 * libs/Graphics.c (RelieveRectangle):
16952 allow calling the function with w == 0 or h == 0 without a message
16954 * fvwm/window_flags.h (SET_STYLE_DELETED):
16955 * fvwm/style.c (CMD_DestroyStyle):
16956 (check_window_style_change):
16957 * fvwm/fvwm.h (window_style):
16958 update windows when a style is deleted
16961 fixed xpm detection problem caused by wrong library order
16963 2001-09-05 olicha <olivier.chapuis@free.fr>
16965 * NEWS: PlacedByFvwm
16967 2001-09-04 Dan Espen <dane@mk.telcordia.com>
16969 * fvwm/fvwm2.1 (PlacedByFvwm): Grammar.
16971 2001-09-04 olicha <olivier.chapuis@free.fr>
16974 * fvwm/windows_flags.h:
16975 * fvwm/placement.c (PlaceWindow):
16976 * fvwm/add_window.c (setup_window_structure):
16977 * fvwm/conditional.c (CreateConditionMask):
16978 * fvwm/session.c (get_version_string):
16981 Added a new windows_flags is_placed_by_fvwm and a new condition
16984 2001-09-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16986 * fvwm/focus.c (focus_grab_buttons):
16988 disabled xt/double click patch for now
16990 2001-09-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
16992 * libs/Graphics.c (RelieveRectangle):
16993 print a warning if one of the dimensions is <= 0
16995 * fvwm/placement.c (PlaceWindow):
16996 take care of windows that have both, PPosition and USPosition set
16997 take care of transient windows that have neither PPosition nor
17000 2001-09-01 olicha <olivier.chapuis@free.fr>
17002 * libs/FScreen.c (FScreenInit):
17003 Fixed the position of the xinerama emulation delimiters
17005 2001-08-31 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17008 Xinerama introduction
17010 * fvwm/icons.c (AutoPlaceIcon):
17011 try to place icons of screen with the window center, and if that fails
17014 * libs/FScreen.c (FScreenGetScrRect):
17015 performance improvement for non-xinerama systems
17017 * fvwm/update.c (apply_window_updates):
17018 (flush_window_updates):
17019 update icon boxes and icon position when xinerama layout changes
17021 * fvwm/icons.c (AutoPlaceIcon):
17022 limit placement of icons using no icon box to screen boundaries
17023 adapt icon boxes to xinerama layout whenever used
17025 * fvwm/placement.c (PlaceWindow):
17026 * fvwm/style.c (CMD_Style):
17027 (check_window_style_change):
17028 * fvwm/style.h (SUSE_NO_USPOSITION):
17029 (SUSE_NO_TRANSIENT_PPOSITION):
17030 (SUSE_NO_TRANSIENT_USPOSITION):
17031 * fvwm/fvwm.h (struct):
17032 implemented new styles NoUSPosition/UseUSPosition,
17033 NoTransientPPosition/UseTransientPPosition,
17034 NoTransientUSPosition/UseTransientUSPosition.
17035 These work exactly like NoPPosition/UsePPosition.
17036 Transient windows ignore the window position if neither the PPosition
17037 nor the USPosition hint is set.
17039 2001-08-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17041 * fvwm/focus.c (restore_focus_after_unmap):
17042 fixed a bug transfering the focus when a window was iconified
17044 2001-08-26 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17046 * fvwm/conditional.c (MatchesConditionMask):
17047 * fvwm/move_resize.c (position_geometry_window):
17048 * fvwm/placement.c (PlaceWindow):
17049 * fvwm/menus.c (pop_menu_up):
17050 * fvwm/move_resize.c (move_window_doit):
17051 * fvwm/icons.c (do_all_iconboxes):
17052 * fvwm/placement.c (PlaceWindow):
17053 * fvwm/menus.c (update_menu):
17054 adapted to new FScreen... signatures
17056 * libs/FScreen.c (FScreenClipToScreen):
17057 (FScreenGetScrCenterCenter):
17058 (FScreenCenterCurrent):
17059 (FScreenCenterPrimary):
17060 (FScreenGetCurrent00):
17061 (FScreenGetGlobalScrRect):
17062 (FScreenGetPrimaryScrRect):
17063 (FScreenGetScrRect):
17064 (FScreenIsRectangleOnScreen):
17065 unified all the FSCreen... functions using a common signature, removed
17068 * fvwm/style.c (CMD_Style):
17069 init icon box screen
17071 * fvwm/move_resize.c (move_window_doit):
17073 * libs/Makefile.am:
17074 * libs/XineramaSupport.c:
17075 * libs/XineramaSupport.h:
17077 exported and renamed screen defines
17084 * fvwm/placement.c:
17085 * fvwm/move_resize.c:
17086 * fvwm/module_interface.c:
17091 * fvwm/conditional.c:
17092 * libs/XineramaSupport.c:
17093 renamed all XineramaSupport...() functions to FScreen...()
17095 * fvwm/style.c (CMD_Style):
17098 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17100 * fvwm/style.c (CMD_Style):
17101 * fvwm/fvwm.h (icon_boxes_struct): Add screen to iconbox struct when
17102 using geometry spec.
17104 2001-08-25 Mikhael Goikhman <migo@homemail.com>
17108 new function QuoteString() to add and escape single quotes to strings
17110 * fvwm/menus.c (MenuInteraction):
17111 quote both missing function name and menu name for
17112 MissingSubmenuFunction
17114 * fvwm/functions.c (expand):
17117 2001-08-25 Dan Espen <dane@mk.telcordia.com>
17119 * fvwm/style.c (CMD_Style): Fix up iconboxes using negative geom specs.
17121 2001-08-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17123 * fvwm/cursor.c (CMD_CursorStyle):
17124 * fvwm/icons.c (GetXPMFile):
17125 * libs/Colorset.c (SetWindowBackground):
17128 * libs/Bindings.c (AddBinding):
17129 tired to help with problem binding keys that have a keycode with no
17130 modifiers and another keycode with some modifiers pressed, e.g.
17131 kc 95 = F11, kc 67 = F1, kc 67 + shift = F11, which caused pressing
17132 F1 generating the actioon bound to F11 sometimes
17134 * fvwm/focus.c (focus_grab_buttons):
17137 2001-08-23 Dan Espen <dane@mk.telcordia.com>
17139 * libs/Bindings.c (MatchBinding): Unify XDisplayKeycodes avoidance.
17141 2001-08-20 Bob Woodside <proteus@pcnet.com>
17143 * fvwm/focus.c (MoveFocus, focus_grab_buttons): Fixed passive button
17144 grab synchronization so apps using XtTranslations to catch double-
17145 clicks don't get confused by extraneous Leave/EnterNotify events.
17146 This fixes the "xfm/moxfm don't see double-clicks" problem.
17148 2001-08-20 Dan Espen <dane@mk.telcordia.com>
17150 * fvwm/icons.c (AutoPlaceIcon): Fix bug.
17152 2001-08-19 Dan Espen <dane@mk.telcordia.com>
17154 * fvwm/icons.c (AutoPlaceIcon): Apply screen dimensions as icon is
17157 * fvwm/style.c (CMD_Style): Don't apply screen dimensions to iconbox
17158 until later when the window is actually placed.
17160 * fvwm/fvwm.h (icon_boxes_struct): Save sign for later screen
17161 position calculation.
17163 2001-08-19 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17165 * fvwm/update.c (flush_window_updates):
17166 * fvwm/screen.h (ScreenInfo):
17167 * fvwm/virtual.c (CMD_Xinerama):
17169 * fvwm/move_resize.c (CMD_Maximize):
17170 * fvwm/placement.c (PlaceWindow):
17171 * libs/XineramaSupport.c (XineramaSupportGetNumberedScrRect):
17175 describe new maximize options
17177 * fvwm/move_resize.c (MaximizeWidth):
17180 applied Dmitry's Xinerama patch for Maximize command
17181 replaced "global" and "absolute" with "screen" which is more flexible
17183 2001-08-16 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17185 * libs/Parse.c (SkipQuote):
17186 fixed a bug in handling of caller specified quote pairs
17188 * fvwm/move_resize.c (CMD_Maximize):
17189 keep window on correct page when viewport does not start on a page
17192 * libs/XError.c (error_name):
17194 fixed core dump in error handling
17196 2001-08-15 Mikhael Goikhman <migo@homemail.com>
17202 renamed --disable-gnome to --disable-gnome-hints;
17203 documented configure options --with-gnome*;
17204 small improvements in documentation;
17205 use underscore in version instead of dash that causes rpm problems
17207 2001-08-14 Mikhael Goikhman <migo@homemail.com>
17209 * libs/Makefile.am:
17210 added fvwmrect.h to dist
17212 2001-08-14 Dan Espen <dane@mk.telcordia.com>
17214 * libs/XineramaSupport.c: Disable debug printing.
17216 2001-08-13 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17218 * libs/defaults.h (DEFAULT_MENU_STYLE):
17219 reset colour sets in default menu style too
17221 2001-08-13 Mikhael Goikhman <migo@homemail.com>
17225 completed the libstroke-0.5 compatibility fix
17227 2001-08-10 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17229 * fvwm/move_resize.c (draw_move_resize_grid):
17230 fixed drawing of resize grid when invoked from button or key press
17232 * fvwm/placement.c (PlaceWindow):
17233 rewrote a condition to improve readability
17234 fixed StartsOn... w/ SkipMapping
17236 2001-08-09 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17238 * fvwm/session.c (MatchWinToSM):
17239 (LoadWindowStates):
17240 (SaveWindowStates):
17241 * fvwm/move_resize.c (CMD_Resize):
17242 * fvwm/events.c (HandlePropertyNotify):
17243 (HandleConfigureRequest):
17244 * fvwm/move_resize.c (CMD_ResizeMove):
17247 * fvwm/update.c (apply_window_updates):
17248 * fvwm/add_window.c (AddWindow):
17249 * fvwm/geometry.c (constrain_size):
17250 (gravity_constrain_size):
17251 the Resize command honors the window gravity
17252 changing the size increment of maximized windows no longer shrinks the
17256 keep expanded icon titles on screen
17258 2001-08-08 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17260 * fvwm/icons.c (do_all_iconboxes):
17261 default icon box fills the primary screen
17263 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17264 fixed default_screen argument
17266 * fvwm/style.c (merge_styles):
17267 * fvwm/fvwm.h (window_style):
17268 * fvwm/style.h (SSET_START_SCREEN):
17269 * fvwm/add_window.c (setup_window_placement):
17270 * fvwm/placement.c (PlaceWindow):
17272 implemented StartsOnScreen style
17274 * fvwm/placement.c (PlaceWindow):
17280 Place new windows on xinerama screens
17282 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17283 fixed core dump in debug output
17285 2001-08-07 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17287 * fvwm/placement.c:
17288 removed unused variable
17290 2001-08-07 olicha <olivier.chapuis@free.fr>
17293 FvwmIconBox, FvwmTaskBar and FvwmWinList support aliases
17295 2001-08-06 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17297 * fvwm/virtual.c (CMD_Xinerama):
17298 replaced XineramaEnable and ...Disable with XineramaCommand
17300 * libs/XineramaSupport.c (XineramaSupportParseScreenBit):
17301 (XineramaSupportGetScreenArgument):
17304 * fvwm/functions.c (func_config):
17305 * fvwm/move_resize.c (move_window_doit):
17307 (CMD_AnimatedMove):
17309 (CMD_MoveToScreen):
17311 added new command MoveToScreen
17313 2001-08-05 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17319 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17320 fixed parsing of negative geometries
17321 (XineramaSupportParseGeometryWithScreen):
17323 (XineramaSupportGetNumberedScreenRect):
17326 * sample.fvwmrc/system.fvwm2rc:
17327 * sample.fvwmrc/new-features:
17328 * sample.fvwmrc/system.fvwm2rc-sample-95:
17329 * sample.fvwmrc/system.fvwm2rc-sample-2:
17330 * sample.fvwmrc/system.fvwm2rc-sample-1:
17332 updated for new condition
17334 * fvwm/conditional.c (CreateConditionMask):
17335 (MatchesConditionMask):
17336 * fvwm/fvwm.h (WindowConditionMask):
17337 implemented new condition AcceptsFocus to cope with applications like
17338 xclock that have circulatehit but don't take focus
17340 2001-08-02 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17342 * libs/XineramaSupport.c (XineramaSupportParseGeometry):
17343 handle Xinerama screens
17345 * fvwm/style.c (CMD_Style):
17346 * fvwm/menus.c (get_menu_options):
17347 cope with Xinerama like geometries with screen info
17349 * fvwm/virtual.c (CMD_XineramaEnable):
17350 XineramaEnable optionally takes the number of the primary screen as its
17353 * fvwm/events.c (GetContext):
17356 * fvwm/virtual.c (HandlePaging):
17357 * fvwm/events.c (HandleButtonPress):
17358 * fvwm/events.h (XEVMASK_PANFW):
17359 fixed button and key event handling over pan frames; fixes bug #752
17361 * fvwm/menus.c (get_menu_options):
17362 fixed Xinerama placement of menus without options
17364 2001-08-01 Mikhael Goikhman <migo@homemail.com>
17371 Color enhancements in button vectors: @2 is bg color, @3 is fg color.
17372 In addition to the existing: @0 is shadow color, @1 is hilight color.
17375 Added the formal description of Vector that was absent.
17377 2001-08-01 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17380 some man page corrections
17382 2001-07-30 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17384 * fvwm/move_resize.c (handle_stick):
17385 also redraw buttons when a window becomes sticky/slippery to make sure
17386 that MWMDecorStick buttons are updated too; fixes bug #749
17388 2001-07-30 Mikhael Goikhman <migo@homemail.com>
17391 documented previous changes
17394 improved output spacing
17399 2001-07-29 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17401 * libs/XineramaSupport.c (XineramaSupportConfigureModule):
17402 * fvwm/modconf.c (send_xinerama_state):
17403 * fvwm/module_interface.c (broadcast_xinerama_state):
17405 revised module support for Xinerama
17407 * libs/XineramaSupport.c (XineramaSupportParseGeometryWithScreen):
17408 (XineramaSupportParseGeometry):
17409 (XineramaSupportGetGeometry):
17410 make interface compatible with XineramaSupportParseGeometry().
17411 (XineramaSupportGetPrimaryScreen):
17414 * fvwm/stack.c (raise_over_unmanaged):
17415 fixed restacking of windows with RaiseOverUnmanaged - windows were
17416 raised in reverse order so that the top window became the bottom
17417 window of the ones that were raised
17418 also, ignore Scr.NoFocusWin and all InputOnly windows for raising since
17419 these are invisible
17421 2001-07-28 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17423 * sample.fvwmrc/system.fvwm2rc-sample-95:
17424 fixed syntax of BugOpts command
17426 * fvwm/ConfigFvwmDefaults:
17427 resize window when clicking on the sides of the window by default
17428 instead of moving it
17430 * fvwm/events.c (HandleEnterNotify):
17431 do not delete MouseFocus when pointer moves from one particular sub
17432 window of a frame to another one. Helps with xv/xmms vs unclutter
17433 interaction and also with MouseFocus vs. Open Look applications
17435 * fvwm/move_resize.c (DoSnapAttract):
17436 * libs/XineramaSupport.c (XineramaSupportGetResistanceRect):
17437 fixed snapping to Xinerama screen edges
17438 (XineramaSupportIsEnabled):
17439 return False is the X server provides only a single screen
17442 Added descriptions of conditions CurrentDesk, CurrentPage,
17443 CurrentScreen, CurrentGlobalPage, CurrentPageAnyDesk and
17444 CurrentGlobalPageAnyDesk
17446 * fvwm/fvwm.h (rectangle):
17448 typedefs moved to libs/fvwmlib.h
17450 * fvwm/conditional.c (MatchesConditionMask):
17451 * fvwm/fvwm.h (WindowConditionMask):
17452 * fvwm/conditional.c:
17453 introduced new conditions CurrentGlobalPage and CurrentGlobalPageAnyDesk
17454 for Xinerama support
17456 * fvwm/modconf.c (CMD_Send_ConfigInfo):
17457 (send_xinerama_state):
17458 * fvwm/module_interface.c (broadcast_xinerama_state):
17459 * libs/XineramaSupport.c (XineramaSUpportIsEnabled):
17460 * libs/defaults.h (DEFAULT_XINERAMA_DISABLED):
17461 communicate xinerama state at module startup
17463 2001-07-27 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17465 * libs/XineramaSupport.c:
17466 next Xinerama patch
17468 2001-07-25 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17470 * fvwm/move_resize.c (moveLoop):
17471 windows were lost off screen w/ non opaque interactive move when motion
17472 was aborted with Escape on a different page that it was started
17474 * fvwm/move_resize.c (position_geometry_window):
17482 * libs/XineramaSupport.c (GetMouseXY):
17483 (XineramaSupportCenterCurrent):
17484 (XineramaSupportGetCurrent00):
17485 (XineramaSupportGetCurrentScrRect):
17486 allow to pass in an event with the pointer position
17487 minimize number of XQueryPointer calls in interactive move/resize
17490 * fvwm/move_resize.c (resize_geometry_window):
17493 border width of geometry window moved to defaults.h
17494 moved strings for size window formatting to defaults.h
17495 reworked calculations of geometry window dimensions
17497 * fvwm/move_resize.c (resize_geometry_window):
17498 (position_geometry_window):
17502 * fvwm/builtins.c (ApplyDefaultFontAndColors):
17503 * fvwm/fvwm.c (main):
17504 funtions ResizeSizeWindow and PositionSizeWindow renamed to
17505 resize_geometry_window and position_geometry_window
17507 * fvwm/fvwm.c (main):
17508 fixed resizing geometry window before creating it
17510 * fvwm/move_resize.c (switch_move_resize_grid):
17512 * fvwm/virtual.c (HandlePaging):
17513 renamed MoveOutline to draw_move_resize_grid and made static
17514 new function switch_move_resize_grid for external calls
17515 delete grid before moving the geometry window to get rid of arifacts of
17518 2001-07-24 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17520 * libs/XineramaSupport.c (XineramaSupportInit):
17521 make the blank area in Xinerama emulation usable again
17523 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17525 * fvwm/menus.c (update_menu):
17528 (calculate_item_sizes):
17529 (size_menu_horizontally):
17530 (size_menu_vertically):
17531 menus are resized to fit their Xinerama screen every time they are
17532 popped up and the screen size has changed
17534 2001-07-23 olicha <olivier.chapuis@free.fr>
17536 * libs/XineramaSupport.c (XineramaSupportInit):
17537 Draw the xinerama simulation screens with orr windows
17539 2001-07-23 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17541 * fvwm/windowlist.c (CMD_WindowList):
17542 fixed windowlist placement w/ Xinerama
17544 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17546 * fvwm/menus.c (pop_menu_up):
17547 fixed calculations that force a menu on screen w/ Xinerama
17549 * fvwm/move_resize.c (DoSnapAttract):
17550 removed some code that slipped in with xinerama patch and broke
17551 vertical SnapAttraction
17553 * fvwm/virtual.c (CMD_EdgeResistance):
17556 * libs/XineramaSupport.c (XineramaSupportClipToScreen):
17557 take reference position src_x/src_y to determine screen
17559 * fvwm/windowlist.c (CMD_WindowList):
17560 * fvwm/menus.c (get_menu_options):
17561 (get_popup_options):
17564 handle Xinerama screens for positioning menus w/ posthints
17566 * fvwm/menus.c (get_menu_options):
17568 fix for icon/window context rectangle when window is in wrong state
17570 2001-07-22 Mikhael Goikhman <migo@homemail.com>
17573 s/XINERAMA/HAVE_XINERAMA/, now #ifdef'd xinerama code is finally ever
17574 compiled in; fixed linking by adding -lXinerama; small corrections
17576 2001-07-22 Dan Espen <dane@mk.telcordia.com>
17578 * fvwm/fvwm2.1: Remove some test code, fix remaining .IP commands.
17580 2001-07-22 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17582 * libs/XineramaSupport.c (XineramaSupportInit):
17583 added xinerama emulation for developers
17585 * fvwm/virtual.c (CMD_XineramaEnable):
17586 (CMD_XineramaDisable):
17587 * fvwm/module_interface.c (BroadcastConfigInfoString):
17588 added function to communicate Xinerama on/off to modules
17590 * fvwm/module_interface.c:
17591 include time.h to fix warning
17592 * libs/XineramaSupport.c:
17593 * fvwm/fvwm.c (setVersionInfo):
17594 * fvwm/Makefile.am:
17597 cleanded up xinerama detection
17598 added shape detection
17600 2001-07-21 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17603 Added Xinerama introduction
17605 * fvwm/fvwm.c (setVersionInfo):
17606 print xinerama support
17608 * fvwm/conditional.c (CreateConditionMask):
17609 added CirculateHitShaded option for conditional commands that was
17610 described in the man page but not implemented
17612 * fvwm/fvwm.h (WindowConditionMask):
17613 removed unused flags
17615 * fvwm/conditional.c (MatchesConditionMask):
17616 fixed CirculateHitIcon option in conditional commands
17619 reformatted man page source to improve readability
17620 fixed some source formatting bugs
17622 * libs/XineramaSupport.c (GetMouseXY):
17623 don't poll the pointer if there is only one screen or if xinerama is
17627 * fvwm/fvwm.c (main):
17628 removed -noxinerama option
17630 * fvwm/fvwm.c (main):
17631 size window is positioned and sized in move_resize.c
17633 * libs/XineramaSupport.c:
17637 print Xinerama support in configure summary
17640 applied Xinerama patch by Dmitry Yu. Bolkhovityanov
17642 2001-07-17 Mikhael Goikhman <migo@homemail.com>
17647 implemented a new convenient autoconf macro mg_DEFINE_IF_NOT;
17648 define missing macros needed for old AIX keysymdef and old stroke.h
17652 remove the previous compilation fixes, now handled by configure
17654 2001-07-15 Dan Espen <dane@mk.telcordia.com>
17656 * fvwm/fvwm2.1: Remove .BI with more than 6 args.
17658 2001-07-15 Mikhael Goikhman <migo@homemail.com>
17661 use libstroke-0.5 constant names while still supporting 0.3/0.4
17664 compiling fix for old AIX, which does not define XK_Page_Up/Down
17666 * module_interface.c:
17667 minor compiling fix for some proprietary preprocessors
17669 2001-07-10 Mikhael Goikhman <migo@homemail.com>
17672 use more compatible and structured syntax in SYNOPSIS
17674 2001-07-06 Mikhael Goikhman <migo@homemail.com>
17677 Replaced forgotten instances of IMLIB_CFLAGS and IMLIB_LIBS to
17678 GDK_IMLIB_*. This fixes "make FvwmGtk" on systems with bogus
17681 2001-07-05 Mikhael Goikhman <migo@homemail.com>
17684 changed version to 2.4.1
17687 small fix that should solve the problem with running autoconf
17688 (autoreconf is ok) from autoconf-2.50;
17689 applied a patch that adds gtk include dirs to gnome include dirs
17691 2001-07-03 Dominik Vogt <dominik(dot)vogt(at)gmx(dot)de>
17693 * NEWS, configure.in:
17694 changed version to 2.4.0.1
17696 * *: fvwm 2.4 has been released :-))