summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.c
AgeCommit message (Collapse)Author
2010-01-11make focus cycle target fallback work right by going to the next prev windowDana Jansens
2010-01-11More work on refreshing the focus cycle dialog when windows are ↵Dana Jansens
added/removed from the valid focus order
2010-01-11Reuse ObFocusCyclePopupTargets when refreshing the focus cycle dialogDana Jansens
2010-01-11Redraw the focus cycle popup when the list of focusable windows changes, ↵Dana Jansens
rather than closing it
2009-12-17Hide the focus popup if we change desktops and one of the windows in it ↵Dana Jansens
disappears
2009-12-15Make the NET_WORKAREA hint work the way it used to, across all monitorsDana Jansens
The spec is not going to change this hint, but rather add a new one. So for now just revert to the old behaviour.
2009-12-09Add a primaryMonitor config option, where the focus-cycle and keychain ↵Dana Jansens
popups will appear
2009-12-09Allow skip_taskbar windows to be focused on map when the user requests it in ↵Dana Jansens
rc.xml. Fixes bug #4350
2008-02-14Introducing the icon cache.Dana Jansens
If an icon is the same as one in the cache, then it uses that one. icons of different sizes (from the same client) are linked together into one, and resizes of icons are cached and linked to all the various sizes. so you only need one icon in memory for all your terminals now. ya!
2008-01-25fix a mem leakDana Jansens
2008-01-11ignore mouse clicks on override-redirect windows that aren't owned by openboxDana Jansens
2008-01-11fix a crash when reconfiguring during focus cyclingDana Jansens
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-09-04Fix calling functions with wrong number of argumentsMikael Magnusson
2007-08-23hide the desktop popup when showing the directional focus popup tooDana Jansens
2007-08-22Hide the desktop cycle popup when the focus cycle popup is shown.Mikael Magnusson
2007-07-06don't focus helper windows that map unless there are no other valid targets ↵Dana Jansens
in the group (don't move focus from a group window to a new helper window). this fixes gucharmap.
2007-06-21ok the thumbnails in alt-tab were fun and slow so remove themDana Jansens
2007-06-21except without bugsDana Jansens
2007-06-21look, thumbnails in alt-tab. its such crap though. oh well, just for fun.Dana 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-13plug memory leaks from the new strut codeDana Jansens
2007-06-12use the same decision code to focus new windows as for focus cycling or ↵Dana Jansens
focus fallback. yay consistency.
2007-06-07put the directional focus dialog on the active monitorDana Jansens
2007-06-07make popup dialogs appear on the active monitor with xineramaDana Jansens
2007-06-07nice code cleanup that's been needed for a long time. add parents list to ↵Dana Jansens
client, which you can iterate instead of going thru the group.
2007-06-05add some padding inside the text boxDana Jansens
2007-06-05add osd border stuffDana Jansens
2007-06-03super amazing enter event skipping.Dana Jansens
also mucho fixed for <underMouse>
2007-05-29set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all useDana Jansens
2007-05-29trying to be as cool as mika /._.;\Dana Jansens
2007-05-29dont free random stuffDana Jansens
2007-05-29let gcc do the math. it should be compiler optimized awayDana Jansens
2007-05-29brackets ftw. opacity for rgba's works.Dana Jansens
2007-05-29set the alpha based on iconicnessDana Jansens
2007-05-29put an alpha channel in the rgba textureDana Jansens
2007-05-28OPTIMZIEDana Jansens
2007-05-287/16 opacity! hehDana Jansens
2007-05-283/8 opacity for iconic windowsDana Jansens
2007-05-28make iconic windows have 50% opacity in the alt-tab boxDana Jansens
2007-05-26oops was saving tthe options in the wrong place.Dana Jansens
save the panels/dockwindows/desktopwindows/alldesktops options when focus cycling starts
2007-05-26save the panels/dockwindows/desktopwindows/alldesktops options when the ↵Dana Jansens
focus cycling popup is shown
2007-05-22eat enter events when the new alttab popup hidesDana Jansens
2007-05-20maybe smaller icons look nicer?Dana Jansens
2007-05-20put text back to the left and add a bit more spacingDana Jansens
2007-05-19does the popup look better with centered text?Dana Jansens
2007-05-19show the old single-window popup for directional focus.Dana Jansens
fix multirow icons for the new popup.
2007-05-19round up rather than down for figuring out the width of the popup, so it ↵Dana Jansens
will fit the text when possible
2007-05-19center the icons when there is only 1 rowDana Jansens
2007-05-19fix the popup for directional focusing, only show what is going to be a ↵Dana Jansens
valid target. change directional focus to use the same criteria as normal cycling.