summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2003-08-12when cancelling return the first desktopDana Jansens
2003-08-12use the new client_directional_edge_search for the movetoedge actions.Dana Jansens
add new growtoedge actions.
2003-08-12small bugfix to the directional focus code.Dana Jansens
add the client_directional_edge_search function.
2003-08-12only do shit with the grabbed_* when a grab is in placeDana Jansens
2003-08-12remove debug printingsDana Jansens
2003-08-12move the keyboard and mouse plugins into the kernel for mucho sexiness.Dana Jansens
make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all. this is some hot shit.
2003-08-12keep event_lasttime at the last time an event has come in so far, don't ↵Dana Jansens
regress when events come out of order. props to shrimpx for this patch.
2003-08-11Some fixes and new bugs. Someone else can do the menus because it isScott Moynes
clear no one gives a fuck what I think and no one else wants a window manager that doesn't suck the same balls as every other window manager.
2003-08-10save the frame decorations in client_configure_full before causing the fake ↵Dana Jansens
frame adjust, since that loses its old value.
2003-08-10clear the window after setting the background color, this isnt implicitDana Jansens
2003-08-09changes to the timer api, pass the timer to the callback function.Dana Jansens
add a desktop-switch popup with the desktop's name
2003-08-07Fix lock up when not using a session manager and doing fd management.Scott Moynes
2003-08-05dont ignore topleft layoutsDana Jansens
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