summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.c
AgeCommit message (Collapse)Author
2010-04-16show the focus cycle popup's icons in linear order when cycling in linear ↵Dana Jansens
order (bug #2319)
2010-04-16add an option to next/previous window to only include ↵Dana Jansens
hilited/flashing/urgent windows (feature req/bug #4341)
2010-04-16use const Rect* not Rect const*Dana Jansens
2010-02-26missing a g_slice_freeDana Jansens
2010-02-12remove a bunch of g_new()/g_free() by returning Rect const*'s from screen ↵Dana Jansens
area functions when possible
2010-02-12use g_slice_new() instead of g_new() part 2Dana Jansens
2010-01-11Merge branch 'backport' into workDana Jansens
Conflicts: configure.ac data/rc.xml openbox/client.c openbox/event.c openbox/focus_cycle.c openbox/focus_cycle_popup.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c version.h.in
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
2010-01-08Make focus_valid_target() take a desktop argument.Dana Jansens
So you can find valid targets on desktops other than the currently visible one
2009-12-21Set up work for making a 3.5 prerelease.Dana Jansens
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>
2009-12-21Add themeing options for inactive osd labels, osd.inactive.label.*Dana Jansens
(rename the current osd label options from osd.label to osd.active.label, similar to the window.(in)?active.label options.
2009-12-18Merge branch 'backport' into workDana Jansens
Conflicts: openbox/screen.c
2009-12-17Hide the focus popup if we change desktops and one of the windows in it ↵Dana Jansens
disappears
2009-12-16Merge branch 'backport' into workDana Jansens
Conflicts: obt/keyboard.c obt/keyboard.h openbox/event.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c
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-11Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h
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
2009-11-21Fix an unsigned/signed warning.Dana Jansens
2009-11-07Make clang happierMikael Magnusson
Add asserts to default: in switch statements Store pointed to variables locally so it knows they don't change Remove some dead assignments Mark ob_exit_with_error as noreturn Use "%s", msg instead of just msg to printf style functions Use the c_pfocus variable
2008-03-13Make alt-tab icon size configurable.Mikael Magnusson
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-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-02-09make the text area in alttab list mode the same hight as the icon _with hilite_Dana Jansens
2008-02-07put stuff in the right place in alttab list mode when there is only 1 window ↵Dana Jansens
in it
2008-02-06show the arrows in the alttab list box at the right times (they were one ↵Dana Jansens
step behind)
2008-02-06Don't show extra space for arrows when not needed.Mikael Magnusson
2008-02-06styleMikael Magnusson
2008-02-06show a small arrow on the top/bottom of the alttab list box when there are ↵Dana Jansens
more windows that are not visible in that direction
2008-02-05make sure the alttab list-mode has at least 1 rowDana Jansens
2008-02-05when scrolling, all the items need to be redrawn to make parentrelative workDana Jansens
2008-02-04scroll the alttab box in list modeDana Jansens
2008-02-03fix the alttab popup mode when it shows on screen, so it won't change ↵Dana Jansens
mid-cycling
2008-02-03center the text vertically in list alttab box modeDana Jansens
2008-02-03limit the alttab list to 80% of the screen heightDana Jansens
2008-02-03map the appropriate text-containing windows, and unmap the ones that are not ↵Dana Jansens
being used based on the focus popup cycle mode
2008-02-03remove commented codeDana Jansens
2008-02-03fix some uses of ICON_SIZE where it should be HILITE_SIZE now, from the old ↵Dana Jansens
icon-mode focus cycle popup
2008-02-03combine the old focus cycle popup code with mika's new list-mode popup, and ↵Dana Jansens
make an action option for it (the old <dialog> option)
2008-02-03Use a_unfocused_label for all but the hilited items.Mikael Magnusson
Should introduce some sort of theme element for this I suppose, but dana is not here.
2008-02-03Make the icon and hilite the proper sizes.Mikael Magnusson
Had to add some obrender thingers and fiddle around a bit. Also fixed up some confusing logic.
2008-02-03Don't need to hang on to the hilite_rgba pointer any more.Mikael Magnusson
2008-02-03Move hilite texture rendering to init time, and draw it after the icon.Mikael Magnusson
2008-02-03Draw the hilite texture with the icon appearance instead of the background.Mikael Magnusson
This means we don't have to redraw the whole background every time. However, the hilite is now a bit too small (or the icon is a bit too big).
2008-02-03Beginnings of alt-tab dialog that lists all titles to the right of iconsMikael Magnusson
2008-01-31Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/config.c openbox/event.c openbox/extensions.c openbox/focus_cycle_indicator.c openbox/focus_cycle_popup.c openbox/menuframe.c openbox/moveresize.c openbox/openbox.c openbox/screen.c openbox/stacking.c openbox/startupnotify.c
2008-01-31simplify window.h macros, and rename the window types to ObWindowClass for ↵Dana Jansens
consistent name style