| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-16 | show the focus cycle popup's icons in linear order when cycling in linear ↵ | Dana Jansens | |
| order (bug #2319) | |||
| 2010-04-16 | add an option to next/previous window to only include ↵ | Dana Jansens | |
| hilited/flashing/urgent windows (feature req/bug #4341) | |||
| 2010-04-16 | use const Rect* not Rect const* | Dana Jansens | |
| 2010-02-26 | missing a g_slice_free | Dana Jansens | |
| 2010-02-12 | remove a bunch of g_new()/g_free() by returning Rect const*'s from screen ↵ | Dana Jansens | |
| area functions when possible | |||
| 2010-02-12 | use g_slice_new() instead of g_new() part 2 | Dana Jansens | |
| 2010-01-11 | Merge branch 'backport' into work | Dana 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-11 | make focus cycle target fallback work right by going to the next prev window | Dana Jansens | |
| 2010-01-11 | More work on refreshing the focus cycle dialog when windows are ↵ | Dana Jansens | |
| added/removed from the valid focus order | |||
| 2010-01-11 | Reuse ObFocusCyclePopupTargets when refreshing the focus cycle dialog | Dana Jansens | |
| 2010-01-11 | Redraw the focus cycle popup when the list of focusable windows changes, ↵ | Dana Jansens | |
| rather than closing it | |||
| 2010-01-08 | Make 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-21 | Set 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-21 | Add 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-18 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/screen.c | |||
| 2009-12-17 | Hide the focus popup if we change desktops and one of the windows in it ↵ | Dana Jansens | |
| disappears | |||
| 2009-12-16 | Merge branch 'backport' into work | Dana 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-15 | Make the NET_WORKAREA hint work the way it used to, across all monitors | Dana 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-11 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c openbox/event.c openbox/prop.c openbox/prop.h openbox/screen.c openbox/screen.h | |||
| 2009-12-09 | Add a primaryMonitor config option, where the focus-cycle and keychain ↵ | Dana Jansens | |
| popups will appear | |||
| 2009-12-09 | Allow skip_taskbar windows to be focused on map when the user requests it in ↵ | Dana Jansens | |
| rc.xml. Fixes bug #4350 | |||
| 2009-11-21 | Fix an unsigned/signed warning. | Dana Jansens | |
| 2009-11-07 | Make clang happier | Mikael 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-13 | Make alt-tab icon size configurable. | Mikael Magnusson | |
| 2008-02-14 | Introducing 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-14 | Introducing 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-09 | make the text area in alttab list mode the same hight as the icon _with hilite_ | Dana Jansens | |
| 2008-02-07 | put stuff in the right place in alttab list mode when there is only 1 window ↵ | Dana Jansens | |
| in it | |||
| 2008-02-06 | show the arrows in the alttab list box at the right times (they were one ↵ | Dana Jansens | |
| step behind) | |||
| 2008-02-06 | Don't show extra space for arrows when not needed. | Mikael Magnusson | |
| 2008-02-06 | style | Mikael Magnusson | |
| 2008-02-06 | show 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-05 | make sure the alttab list-mode has at least 1 row | Dana Jansens | |
| 2008-02-05 | when scrolling, all the items need to be redrawn to make parentrelative work | Dana Jansens | |
| 2008-02-04 | scroll the alttab box in list mode | Dana Jansens | |
| 2008-02-03 | fix the alttab popup mode when it shows on screen, so it won't change ↵ | Dana Jansens | |
| mid-cycling | |||
| 2008-02-03 | center the text vertically in list alttab box mode | Dana Jansens | |
| 2008-02-03 | limit the alttab list to 80% of the screen height | Dana Jansens | |
| 2008-02-03 | map 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-03 | remove commented code | Dana Jansens | |
| 2008-02-03 | fix some uses of ICON_SIZE where it should be HILITE_SIZE now, from the old ↵ | Dana Jansens | |
| icon-mode focus cycle popup | |||
| 2008-02-03 | combine 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-03 | Use 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-03 | Make 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-03 | Don't need to hang on to the hilite_rgba pointer any more. | Mikael Magnusson | |
| 2008-02-03 | Move hilite texture rendering to init time, and draw it after the icon. | Mikael Magnusson | |
| 2008-02-03 | Draw 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-03 | Beginnings of alt-tab dialog that lists all titles to the right of icons | Mikael Magnusson | |
| 2008-01-31 | Merge branch 'backport' into work | Dana 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-31 | simplify window.h macros, and rename the window types to ObWindowClass for ↵ | Dana Jansens | |
| consistent name style | |||
