summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-08-05dont map the tl/tr invisible grips when the grip decors are turned offDana Jansens
2003-08-05a couple frame layout bugfixes hidden inside all this.. weeDana Jansens
fixes for maximizing windows: - when you toggledecor, it will reconfigure once, but the new constraints from the decor changes would not be in effect when the window was resized to the contranits. fixed by calling frame_adjust_area first thing ni client_configure_fulll with fake=TRUE which will recalc all the frame geometry without resizing/redrawing anything in the frame. this way the decor can take effect in the geometries. - when maxed horizontally, make the client fill the screen, but dont do this by just making it wider than the screen, fit it to the screen and adjust the titlebar/handle as appropriate to keep it all on the screen. - when maxed horizontally and vertically, remove the handle from the decorations
2003-08-05when setting up decor on a window, it needs to reconfigure twice if the ↵Dana Jansens
decor changes, cuz the constraints need the new frame sizes to work right
2003-08-05make the position dislpayed in the moving popup offset by the top/left ↵Dana Jansens
struts so that 0,0 is inside teh struts not neccessarily at the screen edge
2003-08-03kill non-opaque move/resizeDana Jansens
add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete.
2003-08-03give the plate the same background color as its borderDana Jansens
2003-08-02use the frame size not the client size when figuring out if stuff fits on ↵Dana Jansens
the screen
2003-08-02the grips go below the titlebar buttonsDana Jansens
2003-08-02add partial struts tho they arent useful eytDana Jansens
2003-08-02invisible resizing areas/grips in the top corners of the windowDana Jansens
2003-08-02that line ended up in teh if somehow...Dana Jansens
2003-08-01oops buttons not keycodesDana Jansens
2003-08-01if a dock app has a button grabbed already then dont dieDana Jansens
2003-08-01add toggled textuers for titlebar buttonsDana Jansens
2003-08-01move the dekstop file to data/Dana Jansens
2003-08-01configre teh dock after finding the new screen sizesDana Jansens
2003-08-01compile fixesDana Jansens
2003-07-31fix a long-lurknig gravity bugDana Jansens
2003-07-31oops missed oneDana Jansens
2003-07-31expose exit_with_errorDana Jansens
2003-07-31kill some outputDana Jansens
2003-07-31only load the session from file if a file was providedDana Jansens
2003-07-31set the desktop hint if the desktop is changed by the session codeDana Jansens
2003-07-31set the desktop hint after everything is read/setup even session stuffDana Jansens
2003-07-31add the window to the lists before setting the client list hintDana Jansens
2003-07-31declare functions that are needed when built without session supportDana Jansens
2003-07-31use the new sm_client_id function so all windows who should save state do. ↵Dana Jansens
session save/load seems to be working with gnome-session rather well.
2003-07-31add a function to retrieve the sm_client_id valueDana Jansens
2003-07-30restore saved session data for applicationsDana Jansens
2003-07-30move the titlebar layout from the theme to the rc fileDana Jansens
2003-07-30attemp #3Dana Jansens
2003-07-30attempt #2 at better logical size valuesDana Jansens
2003-07-30attempt #2 at better logical size valuesDana Jansens
2003-07-30include the base size in the logical sizeDana Jansens
2003-07-30the size can be 0 when there is a base sizeDana Jansens
2003-07-30improved ICCCM compliance!Dana Jansens
a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations. b) send the corrent coords in the ConfigureNotify, including the border width c) remove the WM_STATE property when unmanaging a window
2003-07-30code cleaningDana Jansens
2003-07-30only ignore wheel buttonsDana Jansens
2003-07-29i am the king of copy/paste errorsDana Jansens
2003-07-29more menu fixes.Scott Moynes
I hate menus.
2003-07-29Clear current_menu when hiding menus.Scott Moynes
2003-07-29Close menu properly on unbound keys.Scott Moynes
2003-07-29Fix some keyboard control issues.Scott Moynes
2003-07-28base rudeness on if they have a strut even smarter!Dana Jansens
2003-07-28base rudeness on if they have a strut or notDana Jansens
2003-07-28make the new placement restrictions not affect !normal windows like panelsDana Jansens
2003-07-28use plugin_open_reopen not plugin_open_fullDana Jansens
2003-07-28hover theme elements for window titlebar buttonsDana Jansens
2003-07-28make those apps stay/map on screen!! fuck stupid apps. thats right im ↵Dana Jansens
talking to you mozilla and you too java.
2003-07-28make things compile again. hover does not work yet.Dana Jansens