summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-05-10new stringsDana Jansens
2007-05-10translate a few more strings and use g_message not g_critical whch is for ↵Dana Jansens
debugging
2007-05-10checking string length with the wrong textureDana Jansens
2007-05-10make the frame before you use the frame..Dana Jansens
2007-05-10set the session stuff before trying to apply per-app settings.Dana Jansens
set the decor/functions after restoring all the stuff from session/per-app too
2007-05-10fix typo in a comment, at least i do'nt think config5Aure is a wordMikael Magnusson
2007-05-10make the xsession dirDana Jansens
2007-05-10add the restack test for _NET_RESTACK_WINDOWSDana Jansens
2007-05-10make configurerequest activate but net_restack_windows just restack.Dana Jansens
fix bottomif, topif, opposite. fix debug output in event printing when there was no problem
2007-05-10add _NET_RESTACK_WINDOWDana Jansens
2007-05-10add support for _NET_RESTACK_WINDOWDana Jansens
2007-05-10not using this anymoreDana Jansens
2007-05-10dont clean the rc and menu. and include them in make distDana Jansens