summaryrefslogtreecommitdiff
path: root/openbox/frame.c
AgeCommit message (Collapse)Author
2010-01-14Merge branch 'backport' into workDana Jansens
Conflicts: openbox/frame.c
2010-01-14don't resize the label to 0Dana Jansens
2009-12-21Set up work for making a 3.5 prerelease.Dana Jansens
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>
2009-12-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
2009-12-09Add a focus debug message for the frame's visible focus stateDana Jansens
2009-12-09Fully maximized windows still have a normal titlebar. Fixes bug #4373Dana Jansens
Also, maximized windows were having their client padding reduced by the size of the outer border from this same bug, which is now fixed.
2009-11-21Merge branch 'backport' into workDana Jansens
Conflicts: openbox/popup.c
2009-11-21Don't ever give borders to windows that didnt have them before by making ↵Dana Jansens
them "undecorated" with the keepborder config option on. This fixes what commit 85f39cd27e7ea0eec8bc78f6139092b44fda2dad fixed for the fullscreen window case, but also fixes bug #4344.
2009-09-19Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/actions/desktop.c openbox/client.c openbox/event.c openbox/extensions.c openbox/popup.c openbox/screen.c parser/parse.c
2009-07-05Don't draw borders in fullscreen mode when keepBorder is onHenning Bekel
2009-01-29Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/event.c openbox/frame.c
2009-01-29Handle InputShape type shaping too.Mikael Magnusson
Many composite apps use this to pass through clicks where they are transparent.
2008-11-19Merge branch 'backport' into workMikael Magnusson
2008-11-19Only update the focus cycle indicator when already visible in frame.c to ↵Mikael Magnusson
avoid overriding bar=no
2008-03-08Merge branch 'backport' into workMikael Magnusson
Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c
2008-03-08Remove double newlines.Mikael Magnusson
2008-03-08Don't draw titlebar buttons on top of eachother.Mikael Magnusson
2008-02-29Merge branch 'backport' into workMikael Magnusson
Conflicts: openbox/client.c openbox/screen.c
2008-02-28Very inconsequential changes.Mikael Magnusson
2008-02-15Merge branch 'backport' into workDana Jansens
Conflicts: openbox/frame.c openbox/menuframe.c
2008-02-15make the frame iconify animation go right into the icon geometry area ↵Dana Jansens
instead of stopping before it
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-31make an obt_root() macroDana Jansens
2008-01-31make the window.h interface more consistent with the rest of openbox, hide ↵Dana Jansens
the window_map behind some functions, and make obdockapps not obwindows anymore
2008-01-27we alloc theme elements for every window frame, but really it is unneccesaryDana Jansens
2008-01-20make openbox use the obt prop.c/h stuffDana Jansens
holy search and replace batman
2008-01-20s/ob_display/obt_display/ and remove ob_displayDana Jansens
2008-01-20move the code for tracking what extensions are available on the display into ↵Dana Jansens
the libobt
2008-01-20Move the main loop out into the libobtDana Jansens
2008-01-15the inner border's corners weren't having events handled on them correctly, ↵Dana Jansens
which was messing with resizing. yay akk for finding this.
2008-01-16fix the context given off by the borders in the br cornerDana Jansens
2008-01-11Bug#: 3328 - remove top border for maxed undecorated windowsDana Jansens
2007-08-04add resize corners to the bottom corners of the inner client borderDana Jansens
2007-08-01symmetry..tho it's not used right nowDana Jansens
2007-07-20don't crash from very short windowsDana Jansens
2007-07-19missing headerDana Jansens
2007-07-18Grab the server when mapping a client and frame, to avoid race conditionsDana Jansens
2007-07-17remove trailing whitespaceMikael Magnusson
2007-07-1480 cols everywhereMikael Magnusson
2007-07-12adding trunkDana Jansens
Signed-off-by: Dana Jansens <danakj@orodu.net>
2007-07-06commentDana Jansens
2007-06-22add the moveto actionDana Jansens
2007-06-21clearer code pathsDana Jansens
2007-06-21always have the offscreen buffer's shape matched to the window'sDana Jansens
2007-06-21only enable automatic composite redirection for the client windows, not the ↵Dana Jansens
frames. maybe this will avoid screen artifacts with the crap server support
2007-06-2180 colsDana Jansens
2007-06-20get the offscreen pixmaps for all windows (including their frames)Dana Jansens
2007-06-13don't force reconfigure in a number of places, also eat enter events when ↵Dana Jansens
reconfiguring. yay
2007-06-13kill the side borders on the handle and titlebar when max_horzDana Jansens
2007-06-13no un-needed renderingDana Jansens