]> icculus.org git repositories - mikachu/openbox.git/history - openbox
Let the menu placement code know if the position was user specified
[mikachu/openbox.git] / openbox /
2012-09-30 Dana JansensDon't strip leading whitespace from menu labels (Fix...
2012-09-30 Dana JansensAllow client destroy notify functions to be removed...
2012-09-30 Dana JansensFix prompt cleanup (was not going through the list...
2012-09-30 Dana JansensSelect the menu item under the mouse when the mouse...
2012-09-30 Dana JansensMake ResizeRelative resize in terms of pixels for windo...
2012-09-30 Dana Jansensadd menu_sort_entries() which sorts all entries in...
2012-09-30 Dana Jansenshide the menus before shutting them down on reconfigure
2012-09-30 Dana JansensFix for when the menu's update function returns FALSE...
2012-09-30 Dana JansensJust put copyright starting year in README so we don...
2012-09-30 Dana JansensGenerate a fake leave event on actions that move window...
2012-09-30 Dana JansensIgnore enters on windows that are raised over focused...
2012-09-30 Dana JansensUse the KeyCode to directly find the modifier mask...
2012-09-30 Dana JansensDon't make desktop switching interactive when no mods...
2012-09-30 Mikael MagnussonFix crash on unexpected NET_WM_MOVERESIZE_CANCEL messages
2012-06-30 Mikael Magnussonedges: do something clever with xinerama
2011-10-16 Dana JansensFix window width/height going less than 1 on some platf...
2011-10-16 Dana JansensFix maximized windows and such after screen resizings
2011-10-16 Dana JansensHear screen resizes when they don't change the root...
2011-10-16 Dana JansensCheck the return value for launching the startup command.
2011-10-16 Dana Jansensrespect the active/mouse options for monitor placement...
2011-10-16 Dana JansensAllow per-app settings to pick a monitor for a window...
2011-10-16 Dana JansensAdd "active" and "primary" options to the <monitor...
2011-10-16 Dana Jansensmake undecorated windows place according to their undec...
2011-10-16 Dana Jansensit would seem this cannot return NULL now
2011-10-16 Dana JansensPropagate _NET_WM_WINDOW_OPACITY to the frame window...
2011-10-16 Carlos PitaSpecific border width/color for undecorated active...
2011-10-16 Dana JansensFix crash when keyboard map changes and no keybindings...
2011-10-16 Mikael MagnussonChange default doubleclick timeout to 500ms and keep...
2011-10-15 Dana JansensParse all the actions in a single menu item
2011-10-06 Dana JansensDon't show prompts inside the message handler to preven...
2011-10-05 Dana JansensMake "no" a valid choice for the dialog option in cycle...
2011-10-05 Mikael MagnussonUpdate copyright notice in --version output
2011-10-05 Dana JansensConsistency with helper/modal windows and multiple...
2011-10-05 Dana JansensFix focus stealing for changing desktops/Use timestamp...
2011-08-02 Carlos PitaSeparate theme options for osd prompt buttons.
2011-08-02 Mikael MagnussonMerge branch 'm4/master'
2011-08-02 Mikael MagnussonRevert these two commits temporarily to make the button...
2011-08-02 Mikael MagnussonFix some rebase artifacts
2011-08-01 Mikael MagnussonFix some translation string markings
2011-08-01 Mikael MagnussonAllow setting icons for submenus
2011-08-01 Mikael MagnussonFix menu placement to avoid dead xinerama areas, possib...
2011-08-01 Dana JansensFix bug #4877 (Some harmless code quirks involving...
2011-08-01 Carlos PitaSeparate theme options for osd prompt buttons.
2011-08-01 Dana JansensComment fix
2011-05-13 Dana JansensFix Java apps always appearing on desktop 0.
2011-04-11 Dana Jansensdon't re-run the startup command on reconfigure
2011-01-24 Dana JansensResizing removes maximization now, so don't only snap...
2011-01-24 Dana JansensFix compiling without sync extension present.
2011-01-24 Dana JansensFix regression: hitting a key accel in a menu didn...
2011-01-24 Dana JansensShow the submenu and move focus there with the enter...
2011-01-24 Dana Jansenscap the client (and frame) window's dimensions at the...
2011-01-24 Dana Jansensextra \n in debug output
2011-01-24 Dana JansensMove focus to a window when the mouse enters a window...
2011-01-24 Dana Jansenswhen focus=yes in the per-app settings, then the focus...
2011-01-24 Dana JansensMake NET_ACTIVE messages always treated as from the...
2011-01-24 Philip Brownsetenv and unsetenv dont exist in Solaris 9. (Fixes...
2011-01-24 Philip BrownSome versions of X, have the Shape extension, but appar...
2011-01-24 Dana Jansensif no launch time is provided for an application, make...
2011-01-24 Dana Jansensfix segfault for placing windows without a group
2011-01-24 Mikael MagnussonFix small leak in If action option parsing
2011-01-24 Dana JansensBig changes to placement across multiple monitors.
2011-01-24 Dana Jansensadd function screen_compare_desktops()
2011-01-24 Dana Jansensdon't steal focus if someone used a window within 1...
2011-01-24 Dana JansensFixing commit 066a15d7aa64eaa0. Don't ever use Current...
2011-01-24 Dana Jansensupdate the last user interaction timestamp during a...
2011-01-24 Dana Jansensupdate the user-interaction timestamp when running...
2011-01-24 Dana Jansensdon't steal focus from a window if it was used very...
2011-01-24 Dana Jansensmem leak in config.c
2011-01-24 Dana JansensBig rework of image.c and the image cache system.
2011-01-24 Mikael MagnussonUse >= instead of > when comparing timestamps, or we...
2011-01-24 Dana Jansensless redundant calls to screen_update_areas() and clien...
2011-01-24 Mikael MagnussonIgnore MotionNotify on menus, it reset the submenudelay...
2011-01-24 Mikael MagnussonUse g_list_find instead of weird bouncing loops
2011-01-24 Dana JansensParse multiple keys in one keybind
2011-01-24 Dana Jansensallow the res_class in WM_CLASS to mark a window as...
2011-01-24 Mikael MagnussonDon't hog the user during the hideDelay
2011-01-24 Dana JansensHandle STRING and COMPOUND_TEXT type text properties.
2010-10-14 Dave Fostercleaning up remnants of bad rebase merges and modernizi...
2010-10-14 Dave FosterButtons seem to work!
2010-09-25 Mikael MagnussonWIP version 3 of edges thinger
2010-09-19 Mikael MagnussonAllow specifying several mousebinds in one go (hack)
2010-09-19 Mikael MagnussonStart on the second entry...
2010-09-19 Mikael MagnussonOnly warp on menu close if it was also the top level...
2010-09-19 Mikael MagnussonThis might be a little bit better.
2010-09-19 Mikael Magnusson"Fix" releasing the mouse button over a window.
2010-09-19 Mikael MagnussonAllow to use a pango font description string.
2010-09-19 Mikael MagnussonWarp to the top of the combined menu and back.
2010-09-19 Mikael MagnussonPut current desktop on top of combined client list...
2010-09-19 Mikael MagnussonCenter text in pager popup and make it at least as...
2010-09-19 Mikael MagnussonShow popup even earlier.
2010-09-19 Mikael MagnussonAdd grab option to <keybind> to not grab the keycombo.
2010-09-19 Mikael MagnussonIgnore MotionNotify on menus, it reset the submenudelay...
2010-09-19 Mikael MagnussonComment a SECOND place clients are moved onscreen in...
2010-09-19 Mikael MagnussonStop moving stuff onscreen when the screen size changes
2010-09-19 Mikael MagnussonListen to key press events on the support window
2010-09-19 Mikael MagnussonDo focus menus with the mouse.
2010-09-19 Mikael MagnussonCrazy focus model.
2010-09-19 Mikael MagnussonI can drag on buttons.
2010-09-19 Mikael MagnussonSave screen_last_desktop to the root prop _OB_LAST_DESKTOP.
2010-09-19 Mikael MagnussonResist on skip_taskbar windows too
next