Move "if"s out of the loop and rewrite the loop to use parse_find_node() to search...
[mikachu/openbox.git] / openbox /
2008-04-02 Kadlcik LiborMove "if"s out of the loop and rewrite the loop to...
2008-03-31 Mikael MagnussonCenter the moveresize popup even when shaded.
2008-03-08 Mikael MagnussonRemove double newlines.
2008-03-08 Mikael MagnussonDon't run actions in focus cycling actions backwards...
2008-03-08 Mikael MagnussonDon't draw titlebar buttons on top of eachother.
2008-03-06 Dana Jansensdon't set variables twice
2008-03-06 Dana Jansensfix the check for if a relative is focused on map
2008-03-06 Dana Jansenswhen a window pops up a child, don't avoid focusing...
2008-03-03 Dana Jansensdon't save our state for SmSaveGlobal session saves...
2008-03-03 Dana Jansensuse SmSaveGlobal to log out. this will make apps save...
2008-03-03 Cyrille BagardUpdate french translation and fix a typo in actions...
2008-03-02 Dana Jansenschange the logout button to same capitilization as...
2008-03-02 Dana Jansensbe consistent with logout vs log out use
2008-03-02 Dana Jansensshow the kill dialog if something doesn't respond for...
2008-03-02 Dana Jansensadd a title to the session logout confirm prompt
2008-03-02 Dana Jansensallow prompts to have titles specified. show a prompt...
2008-03-02 Dana Jansensshow an error message when parsing syntax errors are...
2008-03-02 Dana Jansensadd a cleanup callback to the prompt interface. when...
2008-03-02 Dana Jansensthe #ifdef was backwards for using SM or not
2008-03-02 Dana Jansensadd a RECONFIGURING state, and enter that when doing...
2008-03-02 Dana Jansensglib already prints a verbose error message when execut...
2008-03-02 Dana Jansensmake code to show a prompt when you just want to displa...
2008-03-02 Dana Jansensmake the SessionLogout action always available but...
2008-03-02 Dana Jansensdon't steal focus from windows you are typing in, even...
2008-03-02 Mikael MagnussonDon't run actions in If in reverse order.
2008-03-02 Mikael MagnussonSuper miniscule optimization.
2008-03-02 Dana Jansensdon't let you use left to go "up to parent" on menus...
2008-03-02 Dana Jansensmake the prompt option default to 'true' for Exit and...
2008-03-02 Dana Jansensadd a SessionLogout action
2008-03-01 Dana Jansensremove some debug prints
2008-02-29 Mikael MagnussonRemove an unused variable.
2008-02-28 Mikael MagnussonUpdate po/ with new strings, and update swedish transla...
2008-02-28 Mikael MagnussonVery inconsequential changes.
2008-02-28 Mikael MagnussonFree copied glists when removing desktops.
2008-02-28 Dana JansensIf a window is maximized and has FUNC_MAXIMIZE disabled...
2008-02-28 Mikael MagnussonUpdate send-to-desktop menu in the client menu when...
2008-02-28 Mikael MagnussonTry to fix the off-by-one errors even more.
2008-02-28 Dana Jansensfix some off-by-one errors in edge finding for moving...
2008-02-28 Dana JansensWhen showing a window's title in the kill prompt, if...
2008-02-28 Dana Jansensclean up the execute action code, and free the prompt...
2008-02-28 Dana Jansenschange the yes/no buttons to Exit/Cancel for the exit...
2008-02-28 Dana Jansensadd a boolean <prompt> option to the Exit action, which...
2008-02-28 Dana JansensGive the Execute action the <prompt> option
2008-02-27 Dana JansensChange the kill prompt buttons to "Cancel" and "End...
2008-02-27 Mikael MagnussonFix some typos and style in client.c, and add a comment.
2008-02-27 Mikael MagnussonMake "Unnamed Window" translatable.
2008-02-27 Mikael MagnussonPass TRUE instead of FALSE to do what the comment says.
2008-02-27 Mikael MagnussonVarious cleanups of event.c
2008-02-27 Mikael MagnussonRefactor the event handling for titlebar buttons a...
2008-02-26 Dana JansensFixing bug from commit 041d17373e04
2008-02-26 Dana Jansenschange the buttons in the kill prompt from "yes/no...
2008-02-26 Dana Jansensshow the desktop change popup before mapping/unmapping...
2008-02-22 Dana JansensAdd theme options for menu line separators.
2008-02-22 Dana JansensAllow windows to specify a base-size of 0
2008-02-22 Dana JansensLet ObPrompts be modal dialogs, and when they are trans...
2008-02-21 Dana JansensIf multiple key bindings at the same level are not...
2008-02-21 Mikael MagnussonChange all single quotes to double quotes in strings.
2008-02-19 Mikael MagnussonMoveResizeTo was broken for opposite edges.
2008-02-19 Dana JansensFix button press behaviours. On LeaveNotify, make...
2008-02-19 Dana JansensGrab key bindings with GrabModeSync, so that if they...
2008-02-19 Dana Jansensthe focus indicator line for prompt buttons wasn't...
2008-02-17 Mikael MagnussonFix some typos in comments.
2008-02-17 Mikael MagnussonAdd a comment for translators about how to change order...
2008-02-15 Dana Jansensmake the frame iconify animation go right into the...
2008-02-15 Dana Jansensset the window type hint on menus to be "popup menus"
2008-02-14 Dana Jansensavoid a compiler warning
2008-02-14 Dana Jansensadd a bunch of comments for images and image caches...
2008-02-14 Dana JansensIntroducing the icon cache.
2008-02-14 Dana Jansensobprompts do not have a stacking layer, as they don...
2008-02-14 Dana Jansensdraw a box inside the key-focused button in an ObPrompt...
2008-02-14 Dana Jansensmake ObPrompts resize and redraw correctly when reconfi...
2008-02-14 Dana Jansensdon't ping everything all the time. yay. ping when...
2008-02-14 Dana Jansenstell what signal is going to be sent to the client...
2008-02-14 Dana Jansensuse the hover and press button colors (this was a bug)
2008-02-14 Dana Jansensdon't kill our own ObPrompt windows with kill actions
2008-02-14 Dana Jansensif a prompt is already showing and you try show it...
2008-02-14 Dana Jansensprompt to kill windows when they are not responding
2008-02-14 Dana Jansenslet you specify return codes for the different buttons...
2008-02-14 Dana Jansensposition the buttons in the bottom right instead of...
2008-02-14 Dana Jansenskey input works for ObPrompt windows now
2008-02-14 Dana Jansensmake the prompt buttons respond to button presses....
2008-02-14 Dana Jansensproperly place the msg texture
2008-02-14 Dana JansensMake ObPrompt windows get managed as clients, and make...
2008-02-14 Dana Jansensgive prompts a border, and fix how they are laid out...
2008-02-14 Dana Jansensyou can create dialog windows called "prompts" which...
2008-02-14 Dana Jansensmake the internal window type more easily inheritable
2008-02-14 Dana Jansenslet you match per-app settings based on the window...
2008-02-14 Dana Jansensdon't force fake enter events while there is a grab...
2008-02-14 Dana Jansens_net_active_window shouldn't change desktop, is the...
2008-02-14 Dana Jansenssplit menu overlap into x and y components
2008-02-14 Dana Jansensforce the resize popup to be on-screen (not negative...
2008-02-14 Mikael Magnussontypo in comment
2008-02-14 Dana JansensMake a pending ReplayPointer happen before moving/showi...
2008-02-14 Mikael MagnussonWrap the focus action in actions_client_move.
2008-02-14 Mikael MagnussonFix a minor issue with lastdesktop right after startup.
2008-02-08 Mikael MagnussonDon't bother setting screen_last_desktop here, it's...
2008-02-05 Dana Jansensdon't crash when using <raise> and alt-tab and there...
2008-02-04 Mikael MagnussonAdd the manageDesktops option.
2008-02-03 Dana Jansensmake the menu headers show their correct text
2008-02-03 Dana Jansensignore fake generated enters if they are in the serial...
next