summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2006-08-19a more proper fix for the client list menu trying to activate a closed ↵Mikael Magnusson
client, no difference on end result
2006-08-19dont flicker when setting desktop by per app settingsMikael Magnusson
2006-08-19forgot to check if perapp settings said to put window on all desktopsMikael Magnusson
2006-08-19lets not change the stacking before we add the window to the stacking stackMikael Magnusson
2006-08-19stacking_list contains ObWindows that may or may not be ObClientsMikael Magnusson
2006-08-19remove some useless codeMikael Magnusson
2006-08-19fix some warnings from -WallMikael Magnusson
2006-08-18fix subsequent silly typo, should now compile as well as workMikael Magnusson
2006-08-18fix a silly copy paste bug, titlenumber should now be disableableMikael Magnusson
2006-08-18make the dock copy appearance from active window titles instead of inactive ↵Mikael Magnusson
ones, this won't matter because nobody uses the dock
2006-08-17add a means to tell the timer destroy function not to fire when for example ↵Mikael Magnusson
freeing its client frame
2006-08-17close but not quiteMikael Magnusson
2006-08-17add a client destructor to frame.c so it doesn't try to keep flashing a ↵Mikael Magnusson
free'd frame
2006-08-16add option titleNumber in theme section to disable the little [x] that you ↵Mikael Magnusson
get after identical window titles
2006-08-16adjust logic to be... logicalMikael Magnusson
2006-08-16don't allow inventive users to open the menu while in an interactive grab ↵Mikael Magnusson
(ie changing focus or desktop)
2006-08-16try utf8 for WM_NAME if locale fails, really the _locale functions in prop.c ↵Mikael Magnusson
are busted and should be fixed but i have no idea how.
2006-08-04really fix focus_last?Mikael Magnusson
2006-08-02after some contemplating and complaints, not enabling vertically centered ↵Mikael Magnusson
menus by default
2006-08-02hopefully fix keyboard move and resize refusing to go outside the screenMikael Magnusson
2006-08-02forgot to add prototypes to action.hMikael Magnusson
2006-08-02s/_/./Mikael Magnusson
2006-08-02s/self/settings/Mikael Magnusson
2006-08-02make menus optionally vertically centered, and enable by default, see bug #2746Mikael Magnusson
2006-08-02add moverelative and resizerelativeMikael Magnusson
2006-08-02be paranoid about programs setting 0 resize increments, which results in a ↵Mikael Magnusson
divide by zero, which is in turn bad
2006-08-02remove bogus check for handle width in client_setup_decor_and_functions ↵Mikael Magnusson
resulting in handles not being drawn if a theme with handle width = 0 is used when that function is called for a window and a theme with handle with > 0 is then loaded.
2006-08-02make the Unfocus action do something when config_focus_follow is setMikael Magnusson
2006-08-01remove an old commentMikael Magnusson
2006-06-23dont make popup windows saveunder after all, they move aroundMikael Magnusson
2006-06-16make menus also saveunderMikael Magnusson
2006-06-16make popup windows saveunderMikael Magnusson
2006-06-11must assign return of g_list_insert_before to list, the start address may ↵Mikael Magnusson
have changed
2006-06-11rip out the VIDMODE extension stuff. this was only used to size fullscreen ↵Mikael Magnusson
windows to the viewport, i doubt anyone is actually using it and it interacts very badly with xinerama.
2006-06-09mad propz to jonaskoelker finding a memleakMikael Magnusson
2006-06-09lollerskatesMikael Magnusson
2006-06-09not surprisingly, there was a typoMikael Magnusson
2006-06-09if this works i will be a bit amazed, add class matching, and allow to match ↵Mikael Magnusson
either name or class or both
2006-06-09changing props need client_change_stateMikael Magnusson
2006-06-09fix4Mikael Magnusson
2006-06-09hahaMikael Magnusson
2006-06-09fix2Mikael Magnusson
2006-06-09fixMikael Magnusson
2006-06-09add the rest of the possible states to per app settings, and fix some mem ↵Mikael Magnusson
leaks in the code that _set_ the per app list
2006-06-09add role matching to per app settings and fix a small memleak in the code ↵Mikael Magnusson
that frees the per app list
2006-06-08setting variables helpsMikael Magnusson
2006-06-08fix7Mikael Magnusson
2006-06-08fix6Mikael Magnusson
2006-06-08fix5Mikael Magnusson
2006-06-08fix4Mikael Magnusson