summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2008-02-09Merge branch 'backport'Dana Jansens
2008-02-09make the text area in alttab list mode the same hight as the icon _with hilite_Dana Jansens
2008-02-09commit d9d580e0382 broke kdesktop again, so we have to fix it at an even ↵Dana Jansens
finer level. make a pending ReplayPointer happen before moving/showing/hiding a window in an action
2008-02-09Fix a minor issue with lastdesktop right after startup.Mikael Magnusson
2008-02-08Wrap the focus action in actions_client_move.Mikael Magnusson
When alt-tabbing to iconified audacious and the playlist or eq window pops up under the cursor, they "stole" focus from the main window.
2008-02-08Don't bother setting screen_last_desktop here, it's inited in screen_startup ↵Mikael Magnusson
anyway.
2008-02-07Improve menu behaviour when clicking on grandparents.Mikael Magnusson
Some time ago the menus were changed to not trigger on mouseover on a grandparent or higher so that you wouldn't lose a carefully navigated menu structure. Clicking on an item opens it though. It used to be on ButtonRelease but now it is on ButtonPress. Additionally, a Press now causes grandchildren to be closed when clicking on already selected parts of the hierarchy.
2008-02-07Merge branch 'wip/alttab'Mikael Magnusson
2008-02-07put stuff in the right place in alttab list mode when there is only 1 window ↵Dana Jansens
in it
2008-02-07tell what signal is going to be sent to the client when killing through the ↵Dana Jansens
dialog
2008-02-07use the hover and press button colors (this was a bug)Dana Jansens
2008-02-07don't kill our own ObPrompt windows with kill actionsDana Jansens
2008-02-07if a prompt is already showing and you try show it again, then make it ↵Dana Jansens
active. in the "kill this?" prompt use the window's original title without any of the openbox-appended-ness
2008-02-07prompt to kill windows when they are not respondingDana Jansens
2008-02-07let you specify return codes for the different buttons in a prompt, and ↵Dana Jansens
specify a callback function for the prompt for when it is closed
2008-02-07position the buttons in the bottom right instead of centering themDana Jansens
2008-02-07key input works for ObPrompt windows nowDana Jansens
2008-02-07make the prompt buttons respond to button presses. keyboard input code is ↵Dana Jansens
there too but not working yet.
2008-02-07properly place the msg textureDana Jansens
2008-02-07Make ObPrompt windows get managed as clients, and make them able to ↵Dana Jansens
reconfigure as well.
2008-02-07give prompts a border, and fix how they are laid out. and make them use the ↵Dana Jansens
multi-line text capabilities in render for the message
2008-02-07you can create dialog windows called "prompts" which have a message and some ↵Dana Jansens
buttons! they don't do anything interesting yet.
2008-02-07make the internal window type more easily inheritableDana Jansens
2008-02-07Merge branch 'backport' into workDana Jansens
Conflicts: openbox/config.c
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-05don't crash when using <raise> and alt-tab and there are no windows to cycle ↵Dana Jansens
between
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-04Add the manageDesktops option.Mikael Magnusson
2008-02-03make the menu headers show their correct textDana Jansens
2008-02-03ignore fake generated enters if they are in the serial-ignore-range tooDana Jansens
2008-02-03allow you to force the position of windows with rc.xml's per-app settings ↵Dana Jansens
with the force="yes" attribute
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