Commit Graph

2887 Commits

Author SHA1 Message Date
Kim Woelders 12adaa0f68 Fix killing clients (hmm... was broken quite a while back).
SVN revision: 22651
2006-05-16 16:51:26 +00:00
Kim Woelders d695c40a79 ARGB client handling tweak.
SVN revision: 22626
2006-05-14 19:57:38 +00:00
Kim Woelders faed15e9ef Speed up TT font drawing.
SVN revision: 22625
2006-05-14 19:38:51 +00:00
Kim Woelders 5fd7f84145 Move some code.
SVN revision: 22624
2006-05-14 19:33:42 +00:00
Kim Woelders f06571fb0c Disable session manager interaction in window mode.
SVN revision: 22623
2006-05-14 16:17:32 +00:00
Kim Woelders ebe0524b15 Fix X-font color when colormap changes.
SVN revision: 22622
2006-05-14 16:01:17 +00:00
Kim Woelders cb3fc96e9a Save colormap in Win struct.
New normal windows now get parent (not root) window attributes.


SVN revision: 22621
2006-05-14 16:00:20 +00:00
Kim Woelders 12df8f3bb1 More visual propagation stuff.
SVN revision: 22613
2006-05-14 10:59:30 +00:00
Kim Woelders 57f2954e8e Fix shape bug. Update some debug stuff.
SVN revision: 22612
2006-05-14 10:47:50 +00:00
Kim Woelders a2b1bdc752 Fix initial iconbox layout.
SVN revision: 22611
2006-05-14 10:45:01 +00:00
Kim Woelders 58555074d4 Fix warning when compiling without composite.
SVN revision: 22610
2006-05-14 10:43:01 +00:00
Kim Woelders 74e5ecf816 Cleanups.
SVN revision: 22590
2006-05-13 17:05:00 +00:00
Kim Woelders 6b97ca89f5 Simplify TT font drawing. Invalidate GC when visual changes.
SVN revision: 22589
2006-05-13 17:03:22 +00:00
Kim Woelders 2220fc9762 Pass Win to image rendering functions (for visual info).
SVN revision: 22583
2006-05-13 13:25:30 +00:00
Kim Woelders 6627288dcc Change some macros to functions to avoid multiple argument evaluation.
SVN revision: 22581
2006-05-13 10:28:11 +00:00
Kim Woelders d55b0ad2da Remove inline's. I doubt they make much sense here.
SVN revision: 22580
2006-05-13 10:03:08 +00:00
Kim Woelders e740796e7e Fix warning.
SVN revision: 22579
2006-05-13 09:47:13 +00:00
Kim Woelders 914548b644 Fix potential segv.
SVN revision: 22578
2006-05-13 09:46:22 +00:00
Kim Woelders c31cb20380 Fix potential configuration file corruption when running multihead.
SVN revision: 22553
2006-05-12 13:40:52 +00:00
Kim Woelders 40866c2622 Normally quit by exiting main event loop.
SVN revision: 22552
2006-05-12 13:10:16 +00:00
Kim Woelders 30f22ddb67 Fix incorrect index range.
SVN revision: 22548
2006-05-12 12:05:27 +00:00
Kim Woelders d2b38a9bc2 Fix mem leak.
SVN revision: 22547
2006-05-12 12:01:41 +00:00
Kim Woelders f26fee1934 Fix segv when removing systray item.
SVN revision: 22545
2006-05-12 09:27:59 +00:00
Kim Woelders 45e1cfdd73 Cleanups.
SVN revision: 22537
2006-05-11 21:11:07 +00:00
Kim Woelders 5281c13f3c Fix a number of segv's introduced during Win API change.
SVN revision: 22536
2006-05-11 20:47:26 +00:00
Kim Woelders fb7e77a4c2 Attempt to fix occasional crashing of clients with systray window on e16 exit.
SVN revision: 22521
2006-05-10 22:42:27 +00:00
Kim Woelders d9bec0d6c5 Save visual in Win struct.
SVN revision: 22520
2006-05-10 20:44:15 +00:00
Kim Woelders 1b5c8fc0e2 Discard ConfigureRequest's for destroyed windows.
SVN revision: 22519
2006-05-10 19:37:47 +00:00
Kim Woelders 64501a4534 Oops - do it properly.
SVN revision: 22491
2006-05-08 17:11:46 +00:00
Kim Woelders 1b0b5df104 Pass Win to text rendering functions (for visual info).
SVN revision: 22490
2006-05-08 16:26:22 +00:00
Kim Woelders f2a081534d Use window depth when creating normal image pixmaps.
SVN revision: 22483
2006-05-07 16:21:37 +00:00
Kim Woelders c6d42216a5 Pass Win in stead of Drawable to ImageclassApplyCopy(). Cleanups.
SVN revision: 22482
2006-05-07 15:32:37 +00:00
Kim Woelders e20179630c Remove old window handling API fallback stuff.
SVN revision: 22481
2006-05-07 15:08:01 +00:00
Kim Woelders 0e2b840e3e Fix breakage in EReparentWindow().
SVN revision: 22450
2006-05-03 22:50:52 +00:00
Kim Woelders 866d795c13 Fix segv when destroying client.
SVN revision: 22449
2006-05-03 21:04:08 +00:00
Kim Woelders 2a431b38e7 Trivial renaming.
SVN revision: 22448
2006-05-03 20:52:15 +00:00
Kim Woelders a8238f7fe9 Fix a number of window placement bugs.
SVN revision: 22446
2006-05-02 23:27:39 +00:00
Kim Woelders bd6d2a8632 Cleanups, issue warning on missing unregistration.
SVN revision: 22444
2006-05-02 20:06:32 +00:00
Kim Woelders 10f06763c6 Eliminate some obsolete code.
SVN revision: 22420
2006-04-30 13:23:01 +00:00
Kim Woelders 01b16242e2 Refactor some more.
SVN revision: 22419
2006-04-30 13:15:52 +00:00
Kim Woelders 678daa662a Refactor some more.
SVN revision: 22418
2006-04-30 12:08:52 +00:00
Kim Woelders 5d4d5dfd23 Refactor some code bits.
SVN revision: 22415
2006-04-30 10:32:48 +00:00
Kim Woelders f02b00ad9d Change internal window handling API. Now passing Win (pointer to EXID struct) in stead of window XID.
SVN revision: 22397
2006-04-29 19:39:21 +00:00
Kim Woelders f5f246d56c Fri Apr 28 20:36:30 CEST 2006
(Kim)

--- 0.16.8.2 0.03 ---
Start renaming/rewrapping stuff preparing for other api changes.
Revert bad change. ICCCM size matching should never increase size.
Fix _XROOT... hint compatibility hack.
Enable configuring internal and exported language.
Fix progress bars with composite enabled.
Fix winter theme progress bar images.
Add feature to subdivide screen (xinerama style).
Fix several bugs with maximizing windows.
Fix bug when reparenting to nested E.
Fix bug potentially causing eternal loop while sliding.


SVN revision: 22387
2006-04-28 18:36:15 +00:00
Kim Woelders f9102d9e09 Winop menu tweaks.
SVN revision: 22386
2006-04-28 18:12:19 +00:00
Kim Woelders 03a1eb0001 Fix bug potentially causing eternal loop while sliding.
SVN revision: 22381
2006-04-27 21:52:32 +00:00
Kim Woelders 454af0813f Simplify dialog event processing.
SVN revision: 22380
2006-04-27 16:25:19 +00:00
Kim Woelders 02dbdc4bdc Trivial function rename, cleanups.
SVN revision: 22374
2006-04-26 23:43:07 +00:00
Kim Woelders 068d2aef43 Window handling function api rename/rewrap continued.
SVN revision: 22352
2006-04-25 22:40:06 +00:00
Kim Woelders 0e9716a785 Oops - Reinsert lines removed by mistake.
SVN revision: 22337
2006-04-24 16:06:05 +00:00