| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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-16 | Fix the delayed hiding of submenus, so that they don't end up hidden while ↵ | Dana Jansens | |
| the entry is selected | |||
| 2009-12-16 | Ignore enter events caused by closing openbox menus | Dana Jansens | |
| 2009-12-14 | Don't hide submenus immediately when unselecting the parent's entry | Dana Jansens | |
| This allows users to move to the submenu across other menu items (the same as they already could across other menu items that were submenus). This uses the same config delay for hiding submenus as it does for showing new ones. Based off the ideas in bug #3762. | |||
| 2009-12-14 | Let menus place themselves on monitors where the mouse is not present | Dana Jansens | |
| This fixes a bug which forced menus to show up on the same monitor as the mouse pointer. | |||
| 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-08 | Merge branch 'backport' into work | Mikael Magnusson | |
| Conflicts: obt/keyboard.c openbox/actions/cyclewindows.c openbox/actions/directionalwindows.c openbox/frame.c openbox/openbox.c | |||
| 2008-03-08 | Remove double newlines. | Mikael Magnusson | |
| 2008-02-22 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/menuframe.c openbox/prompt.c openbox/prop.c openbox/prop.h | |||
| 2008-02-22 | Add theme options for menu line separators. | Dana Jansens | |
| Added: menu.separator.color menu.separator.width menu.separator.padding.width menu.separator.padding.height | |||
| 2008-02-15 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/frame.c openbox/menuframe.c | |||
| 2008-02-14 | set the window type hint on menus to be "popup menus" | Dana Jansens | |
| 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 | Merge branch 'backport' into work | Mikael Magnusson | |
| Diffing against the old work branch where most of the changes in backport were cherry-picked from indicates this should be alright. (0de9097017d4d1991388a35e380a57dc1135b431) | |||
| 2008-02-14 | split menu overlap into x and y components | Dana Jansens | |
| 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-07 | Merge branch 'backport' into work | Dana Jansens | |
| Conflicts: openbox/config.c | |||
| 2008-02-03 | make the menu headers show their correct text | Dana Jansens | |
| 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 | make an obt_root() macro | Dana Jansens | |
| 2008-01-31 | make the window.h interface more consistent with the rest of openbox, hide ↵ | Dana Jansens | |
| the window_map behind some functions, and make obdockapps not obwindows anymore | |||
| 2008-01-27 | get rid of copying the rrappearances for each menu frame, except for the one ↵ | Dana Jansens | |
| that is actually useful | |||
| 2008-01-20 | s/ob_display/obt_display/ and remove ob_display | Dana Jansens | |
| 2008-01-20 | Move the main loop out into the libobt | Dana Jansens | |
| 2007-09-04 | ANSI function declarations, ie () -> (void) | Mikael Magnusson | |
| 2007-09-04 | Fix shadowed variables | Mikael Magnusson | |
| 2007-07-21 | fix a crash with the focused client closing during the delay of a submenu ↵ | Dana Jansens | |
| being shown (and add an assert for this too) | |||
| 2007-07-17 | remove trailing whitespace | Mikael Magnusson | |
| 2007-07-14 | 80 cols everywhere | Mikael Magnusson | |
| 2007-06-23 | add shortcuts to add/remove desktops in the client list menus. | Dana Jansens | |
| also make it so &-specified shortcuts are always underlined | |||
| 2007-06-22 | add the move action | Dana Jansens | |
| 2007-06-22 | add the cyclewindows action | Dana Jansens | |
| 2007-06-22 | add the showmenu action | Dana Jansens | |
| 2007-06-22 | well.. it compiles.. | Dana Jansens | |
| 2007-06-13 | some typos | Dana Jansens | |
| 2007-06-13 | plug memory leaks from the new strut code | Dana Jansens | |
| 2007-06-12 | include padding in the menu header min width | Dana Jansens | |
| 2007-06-10 | cache pipe menus without crashing! | Dana Jansens | |
| 2007-06-10 | cache pipe menus until the menus close | Dana Jansens | |
| 2007-05-29 | alpha :x not width | Dana Jansens | |
| 2007-05-29 | add the rgba alpha to the menu entries | Dana Jansens | |
| 2007-05-29 | put an alpha channel in the rgba texture | Dana Jansens | |
| 2007-05-19 | fix escape's behavior in menus. make static stuff that shouldnt be used by ↵ | Dana Jansens | |
| others | |||
| 2007-05-13 | add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. | Dana Jansens | |
| add a confine option to grab_pointer to confine the pointer to the screen, and use that for moveresize | |||
| 2007-05-13 | add a comment | Dana Jansens | |
| 2007-05-12 | ignore enter events on top menu and submenu popup | Dana Jansens | |
| 2007-05-11 | give different border colors to active and inactive windows. adjust the xml ↵ | Dana Jansens | |
| theme format a little to make it BETTER. rawr. add some metadata standards too. | |||
| 2007-05-10 | checking string length with the wrong texture | Dana Jansens | |
| 2007-05-09 | fix no more crashing in the client menu. | Dana Jansens | |
