summaryrefslogtreecommitdiff
path: root/openbox/frame.c
AgeCommit message (Collapse)Author
2007-05-22fix frame positionings moreDana Jansens
2007-05-22fix some math for frame elementsDana Jansens
2007-05-22fix showing the resize cursors at the right times.Dana Jansens
fix losing the pre-size/position for windows mapped maximized or fullscreen states (and on restart)
2007-05-21some repositioning of frame elements for maximized windows.Dana Jansens
fix clicking on borders not counting as the button in that corner for full max windows disable the resize cursors for full max windows
2007-05-20fix iconify animation to deal with the new frame layoutingDana Jansens
2007-05-20hide more decor whwn its not being usedDana Jansens
2007-05-20make frame elements unmap when they arent in useDana Jansens
2007-05-20fix for shaped windowsDana Jansens
2007-05-20fix for variable sized border between titlebar and clientDana Jansens
2007-05-20fix new dimensions for maximized windowsDana Jansens
2007-05-20frame can handle having no border between the titlebar and the client nowDana Jansens
2007-05-20draw the handle without bordersDana Jansens
2007-05-20construct the titlebar without bordersDana Jansens
2007-05-20set the resize cursors only when the window can be resizedDana Jansens
2007-05-20the left and right resize handles are the border, not gripsDana Jansens
2007-05-20stop using a border for the outer frame window. step 1 of borderless-ness. ↵Dana Jansens
now transparent windows dont look so terrible, yay
2007-05-20don't assume screen 0Dana Jansens
2007-05-20i think this is good? can you run X at 32 bits?Dana Jansens
2007-05-19show and hide the new left/right resize bars at the right timeDana Jansens
2007-05-19add a root context that only applies to the root window. it fallsback to the ↵Dana Jansens
desktop context, so desktop stuff applies to it too.
2007-05-19add Left and Right contexts for resizingDana Jansens
2007-05-19let you resize on the bottom of the frame when handle height is 0 in the themeDana Jansens
2007-05-19move focus_cycle_indicator into its own fileDana Jansens
2007-05-19move focus cycling into its own fileDana Jansens
2007-05-18when done iconify animating, send a configure notify (this fixes kde's pager ↵Dana Jansens
showing the window in the wrong place)
2007-05-15that broke flashingDana Jansens
2007-05-15save some renderingDana Jansens
2007-05-13where did those come from ?Dana Jansens
2007-05-12change the "handle" context to "bottom". add a "top" context. make the topDana Jansens
and bottom contexts resize vertically in the default config file.
2007-05-12make the handle resize by default, and give the handle the resize south cursorDana Jansens
2007-05-11give different border colors to active and inactive windows. adjust the xml ↵Dana Jansens
theme format a little to make it BETTER. rawr. add some metadata standards too.
2007-05-11don't adjust the decorations while the server is grabbed, move it to client.cDana Jansens
2007-05-09fix positioning of the iconDana Jansens
2007-05-09fix hovering for corner buttons during full-maxDana Jansens
2007-05-09when a window is fully maxed, make clicking on the titlebar past the edge ↵Dana Jansens
buttons count as clicking on the buttons
2007-05-09add support for _NET_REQUEST_FRAME_EXTENTSDana Jansens
2007-05-09size the frame properly on mappingDana Jansens
2007-05-09further work to r6205. make the disabled titlebar buttons hide if they won't ↵Dana Jansens
move other buttons around by doing so.
2007-05-09hide titlebar buttons if that won't move other buttonsDana Jansens
2007-05-06more animation frames for iconifying, if your computer can do itDana Jansens
2007-05-05fixes to the properties and net_supported. a bunch weren't supported. better ↵Dana Jansens
checking at runtime to make sure everything is in the atom.
2007-05-05yay. way way cleaner code for iconify animations. let people show/hide the ↵Dana Jansens
frame logically and it will do everything except during animations the frame will show what it needs to for visual display.
2007-05-05oops, i left in the really long animate time hehDana Jansens
2007-05-05lots of fixes for the iconify animation. i think it should all work ↵Dana Jansens
perfectly now ? one change in action.c may affect bindings... THIS COULD BREAK CURRENT CONFIG FILES. ya. so, if you used a press binding and it moved the window, no enter event will be generated for that anymore because you are holding down the button when the window moves. if you don't like that then use a click binding instead. 1
2007-05-05better iconify animation code. now it is time limited even under heavy load ↵Dana Jansens
or whatever. yay
2007-05-05dont retrurn a context while incoify animatingDana Jansens
2007-05-05dont make two animations conflictDana Jansens
2007-05-05maybe 1/5 of a second is better?Dana Jansens
2007-05-05animate iconify/reestore. yeah.Dana Jansens
2007-05-01fix drawcontent=no resizingDana Jansens