summaryrefslogtreecommitdiff
path: root/openbox/action.c
AgeCommit message (Collapse)Author
2007-06-22add max horz/vert actions. add toggle/on/off ability to all the maximize ↵Dana Jansens
actions. add shade action.
2007-06-22add moverelative actionDana Jansens
2007-06-22add the moveto actionDana Jansens
2007-06-22add horiz/vertical options to the maximize actionDana Jansens
2007-06-22add maximize actionDana Jansens
2007-06-22add the fullscreen actionDana Jansens
2007-06-22add the iconify actionDana Jansens
2007-06-22add the unfocus actionDana Jansens
2007-06-22add lower and raiselower actionsDana Jansens
2007-06-22add raise actionDana Jansens
2007-06-22add the move actionDana Jansens
2007-06-22add breakchroot actionDana Jansens
2007-06-22add the activate action. it will replace the focus action, as it can just ↵Dana Jansens
focus without raising now (or without unshading)
2007-06-22add the cyclewindows actionDana Jansens
2007-06-22add restart actionDana Jansens
2007-06-22add exit and reconfigure actionsDana Jansens
2007-06-22add the showdesktop actionDana Jansens
2007-06-22add the showmenu actionDana Jansens
2007-06-22added the debug actionDana Jansens
2007-06-22the execute action works again.Dana Jansens
default hardcoded bindings are temporarily offline
2007-06-21don't activate on raiseDana Jansens
2007-06-13fix move to center on xineramaDana Jansens
2007-06-13raise windows smartly when merging desktopsDana Jansens
2007-06-13little thingDana Jansens
2007-06-13improve the add/remove desktop actions a bunch.Dana Jansens
make the lastdesktop action not assert if you remove a desktop (i think it could have)
2007-06-13don't raise windows when moving them between desktops in some casesDana Jansens
2007-06-13add AddDesktopLast RemoveDesktopLast AddDesktopCurrent RemoveDesktopCurrentDana 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-13very cool struts. partial struts actually are partial struts now. possibly ↵Dana Jansens
way broken with xinerama?
2007-06-12add debug printDana Jansens
2007-06-10make um.. the resizerelative action work right and also not move the window ↵Dana Jansens
when resizing it and it cant get any smaller/bigger
2007-06-10remove debug printsDana Jansens
2007-06-10allow noninteractive directional focus.Dana Jansens
make keybinds noninteractive when the last key in the chain has no modifiers (i think this is what the code was supposed to do but failed.) don't reset key chains during an interactive action. reset them after an interactive action finishes (honoring chroot) so you can <C-t><C-Up>Stuff<//> and it'll do stuff as you hit C-Up, you dont have to keep hitting C-t
2007-06-10copy/paste :xDana Jansens
2007-06-10fix resizerelative for right/bottom edgesDana Jansens
2007-06-04allow focus to fallback to omnipresent windows, except during desktop ↵Dana Jansens
switching which is when they are vile
2007-06-03super amazing enter event skipping.Dana Jansens
also mucho fixed for <underMouse>
2007-06-03add <underMouse> focus optionDana Jansens
2007-06-01revert 7246 and simplify action_raiselower a bit, turns out 7246 wasn't ↵Mikael Magnusson
needed for that after all
2007-05-27make focuslast only apply to switching desktops, like 3.3.1Dana Jansens
2007-05-27don't queue focusing actions. so they don't hide the menu right awayDana Jansens
2007-05-26this fits in 80 cols on one line and oh my god I wrote where instead of ↵Mikael Magnusson
we're :(((((((((((((((((( sad face
2007-05-26don't fake an enter event if where still in the same windowMikael Magnusson
2007-05-26change in how things are ungrabbed to avoid grabwhilenotify. don't ungrab ↵Dana Jansens
every key press. just ungrab the passive grab when there is no active grab and we are going to move focus. this should be less intrusive and seems to work
2007-05-26revert r6802.Dana Jansens
it seems that focusin/out notifygrab business is only affected by *keyboard* grabs, not pointer grabs, at least not passive pointer grabs
2007-05-25missed a spotMikael Magnusson
2007-05-25check desktop switching stuff in screen_set_desktopMikael Magnusson
2007-05-25prevent flicker in the follow actiosn again instead of in focus fallback. ↵Dana Jansens
focus fallback needs to be very reliable.
2007-05-25put the actions back so they don't have to be smart.Dana Jansens
make focus_fallback not send focus anywhere if the new target is the same as what is already focused
2007-05-25make omnipresent windows not flicker when changing desktopsMikael Magnusson