summaryrefslogtreecommitdiff
path: root/openbox/frame.c
AgeCommit message (Collapse)Author
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
2007-06-13don't show vertical resize context/arrow when the window is shadedDana Jansens
2007-06-13xinerama support like crazy for struts and everything else too. this ↵Dana Jansens
probably crashes but its been way too long without a commit.
2007-06-13plug memory leaks from the new strut codeDana Jansens
2007-06-13very cool struts. partial struts actually are partial struts now. possibly ↵Dana Jansens
way broken with xinerama?
2007-06-11when undecorated and keepborder is on, show only the outside border not the ↵Dana Jansens
clientborder
2007-06-10delay re-rendering the frame while it is being iconify-animated until the ↵Dana Jansens
animation finishes (avoid it flashing to unfocused)
2007-06-07revert the change to frame.cDana Jansens
2007-06-07back xml themes out of trunkMikael Magnusson
2007-06-02remove the title separator width thing.Dana Jansens
add a separate color for the title separator
2007-06-02use the new window.title.separator.widthDana Jansens
2007-06-01add commentDana Jansens
2007-06-01less configure events on mappingDana Jansens
2007-06-01less configurenotify spamDana Jansens
2007-05-31fix ooffice (and all stupid windows that use static gravity)Dana Jansens
2007-05-29fix the bottom decor stuff for maximized windows. kill the border and tings ↵Dana Jansens
at the bottom for fullmax windows.
2007-05-29fix clients with static gravityDana Jansens
2007-05-28give the client a 0 border again.Dana Jansens
2007-05-28have the clientpadding color show during resize, and no flashing on unmap. ↵Dana Jansens
we win !
2007-05-28get rid of the plate windowDana Jansens
2007-05-28get rid of the "inner" windowDana Jansens
2007-05-27properly align stuff when the icon is on the right sideDana Jansens