summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Reverting a test/debug code that was not meant to go to SVN.Olivier Fourdan2005-11-011-4/+3
* Fix a leak recently introduced by revision 18118.Olivier Fourdan2005-11-011-1/+1
* Don't keep the icon pixbuf to save a bit of video memory.Olivier Fourdan2005-11-013-15/+19
* Disable shadows by default.Olivier Fourdan2005-11-011-1/+0
* Rearrange init code of pixmaps.Olivier Fourdan2005-10-311-3/+5
* Should fix the crash reported by Brian.Olivier Fourdan2005-10-313-15/+5
* Small trivial useless code cleanup.Olivier Fourdan2005-10-311-1/+1
* Add support for application icon in menu button.Olivier Fourdan2005-10-3010-467/+602
* Well, I meant the right colors...Olivier Fourdan2005-10-201-2/+2
* Use the right color for the inactive text shadow, that looks better...Olivier Fourdan2005-10-201-3/+3
* Allow configurable shadow color with "active_text_shadow_color" and "inactive...Olivier Fourdan2005-10-194-90/+70
* Keep fully visible only on resizeOlivier Fourdan2005-10-141-1/+2
* Try to keep windows on screen even if they resize themselvesOlivier Fourdan2005-10-132-30/+59
* Move misplaced break introduced by previous commitOlivier Fourdan2005-10-131-1/+1
* Check if the requested workspace is within the current limits before switching.Olivier Fourdan2005-10-131-4/+10
* Don't leak the region if the window size hasn't changed (leak introduced in t...Olivier Fourdan2005-10-081-6/+6
* A couple of fixes in the compositorOlivier Fourdan2005-10-071-11/+22
* * Compositor improvements, Olivier Fourdan2005-10-062-21/+20
* The code is there, add prototypeOlivier Fourdan2005-10-032-16/+18
* Add opacity option for popup windows such as tooltips and menus (popup_opacit...Olivier Fourdan2005-10-034-6/+37
* Fix undecorated windows not being updated (fix bug #1168)Olivier Fourdan2005-09-302-7/+3
* Add shadow to docksOlivier Fourdan2005-09-282-3/+8
* Fix some windows (like panels) not showing at first runOlivier Fourdan2005-09-281-6/+6
* Fix stacking bug introduced by recent changesOlivier Fourdan2005-09-272-4/+12
* Improve stacking with focus stealingOlivier Fourdan2005-09-273-16/+20
* Add support for stacking sibling, do not place windows on top of stack when b...Olivier Fourdan2005-09-267-47/+107
* IndentationOlivier Fourdan2005-09-251-2/+2
* Remove debug messagesOlivier Fourdan2005-09-251-2/+2
* Testing codeOlivier Fourdan2005-09-251-9/+3
* Wrong fix.Olivier Fourdan2005-09-251-1/+1
* Wrong fix.Olivier Fourdan2005-09-251-2/+2
* Fixes for ARGB/multiple depth windows.Olivier Fourdan2005-09-254-18/+55
* Cache XRender picture and visual format to improve speedOlivier Fourdan2005-09-244-19/+52
* Fallback to regular Xlib routins to set window pixmap, fixes bug #1161Olivier Fourdan2005-09-231-14/+31
* No need to grab the keys twiceOlivier Fourdan2005-09-201-1/+1
* Take changes in keyboard mapping into accountOlivier Fourdan2005-09-197-42/+71
* Fix typo, use COMPOSITING_MANAGER instead of CLIPBOARD_MANAGER, move atom_nam...Olivier Fourdan2005-09-182-94/+96
* Fix wrong pointer being passed to clientUpdateAllFrames(), add support to COM...Olivier Fourdan2005-09-189-47/+88
* Add new atomOlivier Fourdan2005-09-182-90/+92
* Properly handle mapping notifyOlivier Fourdan2005-09-181-0/+30
* Make workspace switch simpler, reduce sidewalks windows to 1 pixelOlivier Fourdan2005-09-154-202/+138
* Be smarter when showing/hiding sidewalk windows, that greatly improves panel ...Olivier Fourdan2005-09-133-32/+40
* Apply patch from Ian Morgan <imorgan@webcon.ca> that improves workspaces edge...Olivier Fourdan2005-09-135-49/+173
* Don't follow NET_CURRENT_DESKTOP event if specified value is out of range (fi...Olivier Fourdan2005-09-112-3/+2
* Better use of gtk theme colorsOlivier Fourdan2005-09-071-3/+31
* Add a small color frame in increase visibilityOlivier Fourdan2005-09-071-1/+12
* Don't unset the maximize flag unless the actual window size has changed (fix ...Olivier Fourdan2005-09-061-5/+9
* Do not circlify the list, too hacky...Olivier Fourdan2005-09-051-37/+38
* (Old svn revision: 17340)Olivier Fourdan2005-09-041-3/+3
* Fix crash in tabwin with some gtk enginesOlivier Fourdan2005-09-031-2/+1