Commit Graph

239 Commits

Author SHA1 Message Date
Kim Woelders cc4a910fa6 Shuffle around/clean up some master/slave state vars.
SVN revision: 9633
2004-04-07 14:32:36 +00:00
Kim Woelders b6f3ab065c Speed up single window restacking operations, stacking code adjustments.
SVN revision: 9601
2004-04-04 21:44:45 +00:00
Kim Woelders b215aca4ac Add GetWinParent() for debugging.
SVN revision: 9597
2004-04-04 21:30:59 +00:00
Kim Woelders 35ce1a4e73 Some more bits for UTF-8 support.
SVN revision: 9560
2004-04-01 22:48:32 +00:00
Kim Woelders ad374aaa38 Improve on (click-to-) focus.
SVN revision: 9559
2004-04-01 22:41:22 +00:00
Kim Woelders 7248d27a76 Use unwrapped libc malloc/realloc/free by default.
SVN revision: 9492
2004-03-26 21:42:03 +00:00
Kim Woelders 2b84f92907 Use new static stacking list wherever possible.
SVN revision: 9491
2004-03-26 21:21:47 +00:00
Kim Woelders 1164a6aa44 Fix viewport change (window sliding) for windows with transients.
SVN revision: 9425
2004-03-22 16:46:52 +00:00
Kim Woelders b9d0075e6a Some more debug stuff.
SVN revision: 9423
2004-03-22 16:36:03 +00:00
Kim Woelders 3b1f6e7c72 Enable compiling with -Wwrite-strings (trivial fixups).
SVN revision: 9414
2004-03-21 01:39:40 +00:00
Kim Woelders 531c81778c Enable compiling with -Wshadow (trivial name clash fixups).
SVN revision: 9409
2004-03-20 15:49:05 +00:00
Kim Woelders f58796573c Use libc setenv when available.
SVN revision: 9406
2004-03-20 15:28:04 +00:00
Kim Woelders 1e9bac844d Prepare to enable compiling the code with paranoid compiler settings.
SVN revision: 9405
2004-03-20 15:20:40 +00:00
Kim Woelders e434313aff Indent. Remove unused function. Comment comments.
SVN revision: 9396
2004-03-19 00:27:16 +00:00
Mandrake 68ea5e7268 Thu Mar 18 12:10:13 EST 2004
(Mandrake)

Fixed a boatload of warnings.  Commented out a couple of functions that
were no longer being used.  I fixed some of these warnings a few years ago
and somehow *ahem* they were put back in ;)


SVN revision: 9392
2004-03-18 17:03:50 +00:00
Kim Woelders 72a367a6af Maintain a global window stacking order (not entirely finished).
SVN revision: 9375
2004-03-16 22:10:07 +00:00
Kim Woelders 16f366ca03 Shuffle around some event handling code (arrange according to event number).
Skip one level of event handling functions.
Show annoying message about RandR screen size change, if enabled.


SVN revision: 9350
2004-03-13 22:49:48 +00:00
Kim Woelders bed1d9ec22 Include header files only where needed (at least some of them).
SVN revision: 9337
2004-03-11 23:44:19 +00:00
Kim Woelders 22dd3a6bf6 Move TT_VALID to the only place it is used.
SVN revision: 9336
2004-03-11 23:28:57 +00:00
Kim Woelders 14add73059 Change some ALERT macro stuff to function calls.
SVN revision: 9326
2004-03-11 16:58:14 +00:00
Kim Woelders c139b73a34 Shuffled around some startup/debug stuff.
SVN revision: 9306
2004-03-09 19:07:05 +00:00
Kim Woelders 5e2544a147 Improve on menu transparency. Avoid some unnecessary redraws.
SVN revision: 9256
2004-03-07 08:14:24 +00:00
Kim Woelders 592f8c7bf9 Redraw borders after move when theme transparency is on. Cleanups.
SVN revision: 9198
2004-03-02 19:17:17 +00:00
Kim Woelders 535088a8fb Fix update of E-internal windows after move when theme transparency is on.
SVN revision: 9176
2004-03-01 21:03:54 +00:00
Kim Woelders d32348a374 Preparing for _NET_WM_NAME (UTF-8).
SVN revision: 9151
2004-02-29 01:30:18 +00:00
Kim Woelders f43c79641d Renamed duplicate to Estrdup, introduced Estrndup.
SVN revision: 9148
2004-02-28 15:14:02 +00:00
Kim Woelders 677c2298dc More focus fixes.
SVN revision: 9117
2004-02-26 19:33:21 +00:00
Kim Woelders 0e78ef19b0 Minor cleanup.
SVN revision: 9073
2004-02-22 08:39:07 +00:00
Kim Woelders b13252e346 Good bye __EMX__.
SVN revision: 9028
2004-02-18 22:18:41 +00:00
Kim Woelders 2e109a74cd Remove unused modules.c.
SVN revision: 9024
2004-02-18 18:45:37 +00:00
Kim Woelders 89feb6fe8c Attempt to clean up move/resize stuff a bit.
SVN revision: 9020
2004-02-17 23:28:25 +00:00
Kim Woelders ba58353fff Added some configuration request debug stuff.
SVN revision: 9019
2004-02-17 23:15:54 +00:00
Kim Woelders 06a9f1eca1 Reduce the amount of __EMX__'s, random cleanups.
SVN revision: 8962
2004-02-13 18:36:52 +00:00
Kim Woelders a98043fe46 Added global theme transparency feature (not finished).
SVN revision: 8943
2004-02-12 01:17:21 +00:00
Kim Woelders 769b34caf6 Move around some desktop and background configuration items.
SVN revision: 8938
2004-02-11 15:39:13 +00:00
Kim Woelders 7c1f74a388 Theme code and namespace shuffle.
SVN revision: 8937
2004-02-11 15:27:54 +00:00
Kim Woelders cc219f7a70 Tidy up E.h a bit, remove some unused functions.
SVN revision: 8934
2004-02-10 20:25:17 +00:00
Kim Woelders cb7ba13e28 Move some event initialisation to events.c.
SVN revision: 8931
2004-02-10 18:29:46 +00:00
Kim Woelders a6abf796ba Fix problem with windows going off in all directions after restart.
SVN revision: 8911
2004-02-08 22:51:50 +00:00
Kim Woelders 2e027aabf6 Remove unused MatchEwinToSnapInfoAfter().
SVN revision: 8905
2004-02-08 17:02:27 +00:00
Kim Woelders 0e40acaceb RememberWinList is used only in settings.c.
SVN revision: 8904
2004-02-08 16:39:07 +00:00
Kim Woelders ae27f345f3 Include esd.h only where needed.
SVN revision: 8903
2004-02-08 16:28:12 +00:00
Kim Woelders 56021eb2f7 There is no point in having arrange.h when everything else is in E.h.
SVN revision: 8902
2004-02-08 16:17:58 +00:00
Kim Woelders b22b21cc5a Moved some configuration items to the configuration struct.
SVN revision: 8858
2004-02-06 19:56:26 +00:00
Kim Woelders 2becc3a36d Minor changes to the configuration struct.
SVN revision: 8808
2004-02-04 20:32:08 +00:00
Kim Woelders 8c9f368234 Assorted cleanups.
SVN revision: 8807
2004-02-04 20:17:31 +00:00
Kim Woelders c31c031b31 Fix raise-on-next focus.
SVN revision: 8769
2004-02-02 19:42:35 +00:00
Kim Woelders d505510fc5 Fix event handling when unshading pager.
SVN revision: 8768
2004-02-02 19:32:25 +00:00
Kim Woelders 9c3662714b Fix error in placement of initially shaded windows.
SVN revision: 8754
2004-02-01 16:48:05 +00:00
Kim Woelders d079765697 Attempt to fix some focus problems.
SVN revision: 8747
2004-02-01 11:28:06 +00:00