summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Reverting a test/debug code that was not meant to go to SVN.Olivier Fourdan2005-11-011-4/+3
| | | | (Old svn revision: 18580)
* Fix a leak recently introduced by revision 18118.Olivier Fourdan2005-11-011-1/+1
| | | | (Old svn revision: 18577)
* Don't keep the icon pixbuf to save a bit of video memory.Olivier Fourdan2005-11-013-15/+19
| | | | (Old svn revision: 18575)
* Disable shadows by default.Olivier Fourdan2005-11-011-1/+0
| | | | (Old svn revision: 18574)
* Rearrange init code of pixmaps.Olivier Fourdan2005-10-311-3/+5
| | | | (Old svn revision: 18571)
* Should fix the crash reported by Brian.Olivier Fourdan2005-10-313-15/+5
| | | | (Old svn revision: 18569)
* Small trivial useless code cleanup.Olivier Fourdan2005-10-311-1/+1
| | | | (Old svn revision: 18563)
* Add support for application icon in menu button.Olivier Fourdan2005-10-3010-467/+602
| | | | (Old svn revision: 18536)
* Well, I meant the right colors...Olivier Fourdan2005-10-201-2/+2
| | | | (Old svn revision: 18355)
* Use the right color for the inactive text shadow, that looks better...Olivier Fourdan2005-10-201-3/+3
| | | | (Old svn revision: 18354)
* Allow configurable shadow color with "active_text_shadow_color" and ↵Olivier Fourdan2005-10-194-90/+70
| | | | | | "inactive_text_shadow_color" (fixes enhancement request #418) (Old svn revision: 18349)
* Keep fully visible only on resizeOlivier Fourdan2005-10-141-1/+2
| | | | (Old svn revision: 18249)
* Try to keep windows on screen even if they resize themselvesOlivier Fourdan2005-10-132-30/+59
| | | | (Old svn revision: 18247)
* Move misplaced break introduced by previous commitOlivier Fourdan2005-10-131-1/+1
| | | | (Old svn revision: 18242)
* Check if the requested workspace is within the current limits before switching.Olivier Fourdan2005-10-131-4/+10
| | | | (Old svn revision: 18241)
* Don't leak the region if the window size hasn't changed (leak introduced in ↵Olivier Fourdan2005-10-081-6/+6
| | | | | | the change from yesterday) (Old svn revision: 18140)
* A couple of fixes in the compositorOlivier Fourdan2005-10-071-11/+22
| | | | (Old svn revision: 18118)
* * Compositor improvements, Olivier Fourdan2005-10-062-21/+20
| | | | | | * Revert revision 15971 (june 14th) as it breaks apps that update their decorations flags (Old svn revision: 18017)
* The code is there, add prototypeOlivier Fourdan2005-10-032-16/+18
| | | | (Old svn revision: 17977)
* Add opacity option for popup windows such as tooltips and menus ↵Olivier Fourdan2005-10-034-6/+37
| | | | | | (popup_opacity=<int>) (Old svn revision: 17976)
* Fix undecorated windows not being updated (fix bug #1168)Olivier Fourdan2005-09-302-7/+3
| | | | (Old svn revision: 17927)
* Add shadow to docksOlivier Fourdan2005-09-282-3/+8
| | | | (Old svn revision: 17881)
* Fix some windows (like panels) not showing at first runOlivier Fourdan2005-09-281-6/+6
| | | | (Old svn revision: 17880)
* Fix stacking bug introduced by recent changesOlivier Fourdan2005-09-272-4/+12
| | | | (Old svn revision: 17870)
* Improve stacking with focus stealingOlivier Fourdan2005-09-273-16/+20
| | | | (Old svn revision: 17859)
* Add support for stacking sibling, do not place windows on top of stack when ↵Olivier Fourdan2005-09-267-47/+107
| | | | | | blocked from stealing focus. (Old svn revision: 17849)
* IndentationOlivier Fourdan2005-09-251-2/+2
| | | | (Old svn revision: 17831)
* Remove debug messagesOlivier Fourdan2005-09-251-2/+2
| | | | (Old svn revision: 17829)
* Testing codeOlivier Fourdan2005-09-251-9/+3
| | | | (Old svn revision: 17828)
* Wrong fix.Olivier Fourdan2005-09-251-1/+1
| | | | (Old svn revision: 17822)
* Wrong fix.Olivier Fourdan2005-09-251-2/+2
| | | | (Old svn revision: 17821)
* Fixes for ARGB/multiple depth windows.Olivier Fourdan2005-09-254-18/+55
| | | | (Old svn revision: 17820)
* Cache XRender picture and visual format to improve speedOlivier Fourdan2005-09-244-19/+52
| | | | (Old svn revision: 17809)
* Fallback to regular Xlib routins to set window pixmap, fixes bug #1161Olivier Fourdan2005-09-231-14/+31
| | | | (Old svn revision: 17792)
* No need to grab the keys twiceOlivier Fourdan2005-09-201-1/+1
| | | | (Old svn revision: 17685)
* Take changes in keyboard mapping into accountOlivier Fourdan2005-09-197-42/+71
| | | | (Old svn revision: 17682)
* Fix typo, use COMPOSITING_MANAGER instead of CLIPBOARD_MANAGER, move ↵Olivier Fourdan2005-09-182-94/+96
| | | | | | atom_names array to rodata, use enum instead of defines, all this rightly suggested by Benny. (Old svn revision: 17670)
* Fix wrong pointer being passed to clientUpdateAllFrames(), add support to ↵Olivier Fourdan2005-09-189-47/+88
| | | | | | COMPOSITING_MANAGER as discussed on xdg list, rename gnome_win as xfwm4_win since it's really an internal window that has not much to do with gnome support (Old svn revision: 17669)
* Add new atomOlivier Fourdan2005-09-182-90/+92
| | | | (Old svn revision: 17668)
* Properly handle mapping notifyOlivier Fourdan2005-09-181-0/+30
| | | | (Old svn revision: 17665)
* Make workspace switch simpler, reduce sidewalks windows to 1 pixelOlivier Fourdan2005-09-154-202/+138
| | | | (Old svn revision: 17626)
* Be smarter when showing/hiding sidewalk windows, that greatly improves panel ↵Olivier Fourdan2005-09-133-32/+40
| | | | | | autohide feature (Old svn revision: 17584)
* Apply patch from Ian Morgan <imorgan@webcon.ca> that improves workspaces ↵Olivier Fourdan2005-09-135-49/+173
| | | | | | edge resistance. (Old svn revision: 17583)
* Don't follow NET_CURRENT_DESKTOP event if specified value is out of range ↵Olivier Fourdan2005-09-112-3/+2
| | | | | | (fix bug #1140) (Old svn revision: 17558)
* Better use of gtk theme colorsOlivier Fourdan2005-09-071-3/+31
| | | | (Old svn revision: 17449)
* Add a small color frame in increase visibilityOlivier Fourdan2005-09-071-1/+12
| | | | (Old svn revision: 17445)
* Don't unset the maximize flag unless the actual window size has changed (fix ↵Olivier Fourdan2005-09-061-5/+9
| | | | | | bug #1129) (Old svn revision: 17390)
* Do not circlify the list, too hacky...Olivier Fourdan2005-09-051-37/+38
| | | | (Old svn revision: 17376)
* (Old svn revision: 17340)Olivier Fourdan2005-09-041-3/+3
|
* Fix crash in tabwin with some gtk enginesOlivier Fourdan2005-09-031-2/+1
| | | | (Old svn revision: 17318)