summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-11Revert "fix for xkb weirdness, to fix a bug introduced in 3.4.3, where ↵Dana Jansens
releasing the super mod key would not end interactive actions." This reverts commit 47e7aa82dc9f390c809151f87c81f33b5b408221. This is an XKB problem, and it needs to be properly resolved with XKB functions
2008-01-11updated clearlooks theme from John McKnightDana Jansens
2008-01-11Bug#: 3328 - remove top border for maxed undecorated windowsDana Jansens
2008-01-11allow dialog windows to be fullscreened, kpdf does thisDana Jansens
2008-01-11Add new Basque translation.Inko Illarramendi Arancibia
2008-01-11Correct .po version headers.Mikael Magnusson
2008-01-09Add --exit translation to vietnamese translation.Quan Tran
2008-01-08Update french translation with --exit help and use french punctuation rules.Eric Lassauge
2007-12-21Add Hungarian translation.Robert Kuszinger
2007-12-07Update slovak translation with desktop strings.Mikael Magnusson
2007-11-12Add --exit.Mikael Magnusson
2007-10-31Try to fix the popup only showing up on monitor 0.Mikael Magnusson
screen_find_monitor() should perhaps contain that big hunk of logic, I don't know if anything will break now that it returns screen_num_monitors sometimes. We'll see!
2007-10-22Update finnish translation.Elias Julkunen
2007-10-18Change setenv and unsetenv to putenv for portability.Mikael Magnusson
Solaris apparently does not have setenv and unsetenv.
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-09-04Fix using None when it should be NULLMikael Magnusson
2007-09-04Fix shadowed variablesMikael Magnusson
2007-09-04Fix calling functions with wrong number of argumentsMikael Magnusson
2007-08-31Update french translation.Mikael Magnusson
2007-08-23hide the desktop popup when showing the directional focus popup tooDana Jansens
2007-08-23German translation updateMikael Magnusson
2007-08-22Hide the desktop cycle popup when the focus cycle popup is shown.Mikael Magnusson
2007-08-17Russian translation update with manage desktop menu strings.Mikael Magnusson
2007-08-07Only copy execute_func to the more_menu.Mikael Magnusson
Also don't bother copying NULL around in menu_new.
2007-08-07Another leaked Rect *aMikael Magnusson
2007-08-07Squash one more leakMikael Magnusson
2007-08-06proper constnessDana Jansens
2007-08-06more clear code?Dana Jansens
2007-08-07Fix another memleakMikael Magnusson
2007-08-06Updated finnish translationMikael Magnusson
2007-08-05add a commentDana Jansens
2007-08-06Fix some memleaksMikael Magnusson
2007-08-05When halting focus-follows-mouse, ignore any enter events that were ↵Dana Jansens
generated before the halting process too.
2007-08-04fix edge detection, it was skipping edges sometimesDana Jansens
2007-08-04update changelog for 3.4.4Dana Jansens
2007-08-04let you select an omnipresent window on another desktopDana Jansens
2007-08-04make growtoedge shrink if it cyan grow any moreDana Jansens
2007-08-04move the submenus to the top of the client menu by popular demand.Dana Jansens
2007-08-04don't make omnipresent windows lose focus when changing desktops. this is ↵Dana Jansens
done by allowing focus_fallback to specify if focus has been lost or not. usually if you're call it, focus is lost, but not always.
2007-08-04don't focus new windows if they appear on another desktop and a relative is ↵Dana Jansens
not focused
2007-08-04let you specify the padding y and x independentlyDana Jansens
2007-08-04make the default time for the desktop notificatin 875msDana Jansens
2007-08-04add resize corners to the bottom corners of the inner client borderDana Jansens
2007-08-04Remove edge switching timer before adding it again.Mikael Magnusson
2007-08-04only use user_time updates if they are on the focused windowDana Jansens
2007-08-03fallback focus when removing a desktop without doing a fake desktop switchDana Jansens
2007-08-03place windows in the largest area not the widest one, reverts to 3.4.2 ↵Dana Jansens
behavior so the dock doesn't screw up placement
2007-08-03show a popup notification when switching desktops (also make all the config ↵Dana Jansens
options export time in milliseconds not half milli half micro)
2007-08-03don't make delayed focus-follows-mouse interupt menus and move/resizesDana Jansens
2007-08-03make warping on screen edge keep firing if you don't move the mouse away ↵Dana Jansens
from the edge (but it slows down after the first time)