summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06make the listmode alttab the defaultDana Jansens
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-02-02unused varDana Jansens
2008-02-02missing includeDana Jansens
2008-02-02Merge branch 'backport' into workDana Jansens
Conflicts: openbox/client.c openbox/event.c openbox/mouse.c openbox/openbox.c openbox/prop.c openbox/prop.h openbox/screen.c parser/parse.c parser/parse.h
2008-02-02if windows on screen are going to be moved, then do the ReplayPointer before ↵Dana Jansens
that occurs, so it goes to the right window. if they are not, then just wait until after the actions are run (for kdesktop's sake really)
2008-02-02comment typoDana Jansens
2008-02-02add a --config-file command line option, and OB_CONFIG_FILE root hintDana Jansens
2008-02-02make update-poDana Jansens
2008-02-02make fullscreen windows more xinerama and multi-screen awareDana Jansens
instead of calling it every time a window loses focus, it is only called when a window gains focus. then, check fullscreen layered windows, if they should be moved to a lower layer. when moving a window between monitors, also check its layer and that of any fullscreen windows. let a window stay in the fullscreen layer even when it is not focused, if it is on a non-visible desktop, or if it is on a different monitor from the focused window, or if nothing else is focused
2008-02-02fix a crash from chroot of invalid keys, and make keybindings reload betterDana Jansens
since invalid(not translated) keybindings are allowed in the tree, the tree's structure may actually need to change when reconfiguring. actually, it could need to anyways. so when re-translating all the keybindings, actually rebuild the keybinding tree. also, make the chroot building code not fail when translate fails, to match the rest of the code and avoid segfaults with chroots on invalid keys.
2008-02-01don't crash when using <raise> and alt-tab and there are no windows to cycle ↵Dana Jansens
between
2008-02-01remove the generated obt's pc fileDana Jansens
2008-01-31install the right headers for obt/obrenderDana Jansens
2008-01-31Merge branch 'backport' into workDana Jansens
2008-01-31when checking that a window is onscreen, if there are screens with higher ↵Dana Jansens
indices than where it appeared, they would trump things and force the window onto the first screen. now, only assume the window is on no screens if it actually is on no screens
2008-01-31generalize the window managing process into window_manage, which handles ↵Dana Jansens
dock apps and the like
2008-01-31unlink the log file when opening it so you get a new fileDana Jansens
2008-01-31Fix a memleak. (unref ObtPaths)Mikael Magnusson
2008-01-31make ob_debug use the g_log system, and make openbox log messages to..a log ↵Dana Jansens
file ! this will help everyone since most people do not run openbox in a terminal..
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-31don't deiconify windows on reconfigure if they cant be iconified directly. ↵Dana Jansens
stop managing windows in reverse order on restart it messes up the dock among other things
2008-01-31don't check for the root window in the window hash tables. waste of cpuDana Jansens
2008-01-31be explicit than automake 1.9 is neededDana Jansens
2008-01-31Fix a typo that broke transient window hints.Mikael Magnusson
2008-01-31increment the library version 1 so that it differs from the backport one, as ↵Dana Jansens
they are actually different, and overwriting it sucks for obconf
2008-01-31don't assert when you window_find(0)/dockapp_find(0), just return 0Dana Jansens
2008-01-31Use the # directive to simplify defines.Mikael Magnusson
2008-01-31put openbox saved sessions in CACHE_HOME not DATA_HOME. more correct! i think.Dana Jansens
2008-01-31simplify window.h macros, and rename the window types to ObWindowClass for ↵Dana Jansens
consistent name style