summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-12make the handle resize by default, and give the handle the resize south cursorDana Jansens
2007-05-12split the move and resize functions.Dana Jansens
let you specify the edge to resize in the action binding
2007-05-12add <desktop>yes</desktop> option for Next/Previous window and directional ↵Dana Jansens
focus actions
2007-05-12change how masks are loaded, let you override just one. simpler code too.Dana Jansens
2007-05-12micromicrooptimizationMikael Magnusson
2007-05-12fix for fullscreen things getting lowered when switching desktopsDana Jansens
2007-05-12change client menu back to "Roll up/down". update strings, also some fixes.Dana Jansens
2007-05-12do it better, prevent creating new racesDana Jansens
2007-05-12try catch weird racey corner case where we try fallback to a window but it ↵Dana Jansens
unmaps as we do so, so focus ends up going to nowhere
2007-05-12remove buttons from themes when they are using the defaults already for clarityDana Jansens
some small changes to themes.. buttons can hide themselves now, so removed the empty disabled masks for Bear2 and Natura install the default xbms for reference to the doc dir install some basic documentation to the doc dir
2007-05-12look for themes where they were installed by make install firstDana Jansens
2007-05-11make default masks even sized. these are from the clearlooks theme, probably ↵Dana Jansens
from somewhere else before that.
2007-05-11this is nothing but to add a commit message..Dana Jansens
added support for menu.border.width !
2007-05-11add support for these...Dana Jansens
menu.border.color window.active.border.color window.inactive.border.color Bear2 has a menu color now, the old themerc had that specified
2007-05-11add the metadataDana Jansens
2007-05-11give 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-11don't show handles on windows that cannot resizeDana Jansens
2007-05-11fix for circular transiencyDana Jansens
2007-05-11add test for grouptran->transient->transientDana Jansens
2007-05-11oops, debug printsDana Jansens
2007-05-11pick the closest icon instead of always a smaller oneDana Jansens
2007-05-11guarantee an even height for the label, and thus the titlebar, and thus the ↵Dana Jansens
buttons. that way an even sized mask in the button will always be centred
2007-05-11separate roll up and roll down.Dana Jansens
new strings in the po's, which are actually old strings. fix a couple menus shortcuts besides.
2007-05-11fix focus cycling. checking the wrong client.Dana Jansens
2007-05-11change fallbacksDana Jansens
2007-05-11make fallbacks match 3.4Dana Jansens
2007-05-11memory leak on the serverDana Jansens
2007-05-11unusedDana Jansens
2007-05-11remove the last param from configure_full, it's not needed.Dana Jansens
2007-05-11set the default window gravity to NorthWest.Dana Jansens
only put the bare minimum inside the server grab. adjust the frame decorations in client_manage instead of frame_grab_client remove the last parameter from client_configure_full and just determine it from the other state available. send configurenotifies at all the right times. make windows get restored to their position properly when they have a border
2007-05-11don't adjust the decorations while the server is grabbed, move it to client.cDana Jansens
2007-05-11change when configurerequests create configurenotifies.Dana Jansens
make _NET_RESTACK_WINDOW create a configurenotify, because it is supposed to be like configurerequest. so why not?
2007-05-11just generating some extra configurenotifiesDana Jansens
2007-05-11this fixes pypanel.. heh.Dana Jansens
don't activate iconic windows when they raise themselves just raise them. firefox still works so i am happy.
2007-05-10when un-showing the desktop if a window is getting shown, iconify the others ↵Dana Jansens
so just the one is shown
2007-05-10why didn't that commitDana Jansens
2007-05-10stacking fixes for layersDana Jansens
2007-05-10don't get the layer from the group like that. let new windows go in their ↵Dana Jansens
default layer. they are already kept above their parents.
2007-05-10add comments explaining why we don't switch desktops immediatelyDana Jansens
2007-05-10always set the multipliers just dont allow 0Dana Jansens
2007-05-10center the text and icon verticallyDana Jansens
2007-05-10make sure math is done in the right orderDana Jansens
2007-05-10let the pager popup grow verticallyDana Jansens
2007-05-10fix assert happening by combining interactive and non-interactive actionsDana Jansens
2007-05-10make the squares a little smaller. it looks nicer?Dana Jansens
2007-05-10don't make interactive desktop cycling switch until you release the mods. ↵Dana Jansens
this is needed because otherwise focus moves around during the grab and applications get confused. :| change the pager popup to resize based on the layout so the squares can be bigger
2007-05-10add the focusout testDana Jansens
2007-05-10make stuff know it is not focused but changing desktops it still doesn't knowDana Jansens
2007-05-10PANGO_VERSION_CHECK is newDana Jansens
2007-05-10going down the order so look for a lower layerDana Jansens