summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-02support clients which use true transparency 32-bit visuals.Dana Jansens
this requires that when a client is using a 32-bit visual, we have to make the frame windows that sit underneath it to use the same visual (and a colormap which matches it)
2007-03-02this includes a number of things since my magnificent return....Dana Jansens
1. some random compiling/style cleanups 2. some bigfixes - mislogic in per-window-settings and focusing new windows - use client_can_focus rather than checking variables for directional focus - MAYBE fix all those lock-ups forever. using event_curtime (a new variable) now instead of event_lasttime. event_lasttime is still used however when the event being processed did not have a time associated with it. this may or may not be a problem, and will be seen. 3. um.. i forget 4. oh yeah, 3rd party docks are now treated like the internal ob dock irt focus. that is, clicking on them won't pass them focus. this is going to be ratified as expected behavior in the wm-spec just now. if docks/panels want focus they can request it with _net_active_window, and then they can have all the focus they want! one day alt-tabbing around dock windows might be nice. but not until the ob dock is moved out into a separate application. going to have to add a wmapp selection and stuff for that though... ugly. who uses wmdockapps anymore !? someone must.. *sigh*
2007-02-20maybe this works thenMikael Magnusson
2007-02-20this should do itMikael Magnusson
2007-02-05note that in the CHANGELOGMikael Magnusson
2007-02-05always place windows on the screen with the mouse cursor in xinerama, throw ↵Mikael Magnusson
some code around (try3)
2007-02-05always place windows on the screen with the mouse cursor in xinerama, throw ↵Mikael Magnusson
some code around (try2)
2007-02-05always place windows on the screen with the mouse cursor in xinerama, throw ↵Mikael Magnusson
some code around
2007-02-03SIGHMikael Magnusson
2007-02-03maybe we should actually run the actions on the menu items when activated, ↵Mikael Magnusson
maybe i am crazy but it seems like a good idea
2007-01-30a combined client_list_menu, use as client-list-combined-menu in your ↵Mikael Magnusson
rc.xml. needs some layout tuneups
2006-11-1580 colsMikael Magnusson
2006-10-31dont use nonexisting functionsMikael Magnusson
2006-10-31Add MoveFromEdge* actions, shorten client_directional_edge_search with some ↵Mikael Magnusson
handy #defines
2006-09-18show clients with the skip_taskbar property set in the client_list_menu if ↵Mikael Magnusson
they're iconic
2006-09-12dont use the keepBorder option for mwm hinted windows after all, but do ↵Mikael Magnusson
honor the mwm_decor_border hint instead
2006-09-09stray ; killed ifMikael Magnusson
2006-09-07update this tooMikael Magnusson
2006-09-07update changelogMikael Magnusson
2006-09-07fix a crash when using mirrorhorizontal and resizing a window to width 1Mikael Magnusson
2006-09-06disable middle menus by defaultMikael Magnusson
2006-09-05corrections to hr.po from daniel radeticMikael Magnusson
2006-08-31unused thingiesMikael Magnusson
2006-08-31remove .cvsignore filesMikael Magnusson
2006-08-31note 5483 in CHANGELOGMikael Magnusson
2006-08-31oops, added borders to windows when keepborder was on and they didnt have ↵Mikael Magnusson
one to start with, ie docks etc
2006-08-25add slovak translationMikael Magnusson
2006-08-25correct a typo?Mikael Magnusson
2006-08-24minor tweakMikael Magnusson
2006-08-24strstr is our friend, thanks merryMikael Magnusson
2006-08-24rename osx to mirrorhorizontal and split to splitvertical, this will make ↵Mikael Magnusson
all themes that used them not look right so update them
2006-08-22update copyright step 2Mikael Magnusson
2006-08-22update copyright step 1Mikael Magnusson
2006-08-22just make configure --help output slightly less confusing, no functional changeMikael Magnusson
2006-08-21note offscreen fixilating in CHANGELOGMikael Magnusson
2006-08-21spurious ;Mikael Magnusson
2006-08-21maybe fix transients placed offscreen under certain conditionsMikael Magnusson
2006-08-20add portuguese translation, thanks gsf!Mikael Magnusson
2006-08-20i hope this is the right stuff to changeMikael Magnusson
2006-08-20change default theme in example rc fileMikael Magnusson
2006-08-20useless *Mikael Magnusson
2006-08-20oopsMikael Magnusson
2006-08-20patch from thorsten vollmer to fix bug #2506, interlaces and bevels not ↵Mikael Magnusson
drawing correctly
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-19fix syntax error in default configMikael Magnusson
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