summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-12alpha5Dana Jansens
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-12remove the keyboard plugin shitDana 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-08include Xlib.h for other platformsDana Jansens
2003-08-07Fix lock up when not using a session manager and doing fd management.Scott Moynes
2003-08-06missed changing the resize resist functionDana Jansens
2003-08-06remove the <windows> option from the resistance plugin since window and edge ↵Dana Jansens
resistance have been separated, a 0 value will work now
2003-08-06disable the current desktop in the send-to menuDana Jansens
2003-08-05dont ignore topleft layoutsDana Jansens
2003-08-05missed prefix of defineDana Jansens
2003-08-05pick the xinerama head of the parent if possibleDana Jansens
2003-08-05center parentless dialogs on the screenDana Jansens
2003-08-05dont map the tl/tr invisible grips when the grip decors are turned offDana Jansens
2003-08-05split the increment into a separate macroDana 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-03add more widgets to the main windowDana Jansens
2003-08-03recent changesDana Jansens
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-02has a pane and list and workareaDana Jansens
2003-08-02has a menu and a treeviewDana Jansens
2003-08-02use the frame size not the client size when figuring out if stuff fits on ↵Dana Jansens
the screen
2003-08-02let transients go where they requested :( fuck xmmsDana Jansens
2003-08-02add disabled button styles (from miklos)Dana Jansens
2003-08-02missing sys/time.hDana Jansens
2003-08-02alpha4Dana Jansens
2003-08-02recent changesDana Jansens
2003-08-02add the om4ob themeDana Jansens
2003-08-02recent changesDana Jansens
2003-08-02oops indentingDana Jansens
2003-08-02look in theme dirs first, use the theme as the path as a last attempt only!Dana Jansens
2003-08-02the grips go below the titlebar buttonsDana Jansens
2003-08-02place transients betterDana 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-02omg i found the bug that would make the mouse cursor end up way far from ↵Dana Jansens
where you started the drag.
2003-08-02use the toggled mask for shade and desk buttonsDana Jansens
2003-08-02that line ended up in teh if somehow...Dana Jansens