summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-05Don't move windows to current desktop on net_active_window if the event ↵Mikael Magnusson
didn't come from the user. Instead, just activate the flashy thinger.
2008-11-05Using format specifiers without arguments in printf is bad.Mikael Magnusson
2008-10-29Bring helper windows when following a window.Mikael Magnusson
2008-10-29_NET_WM_USER_TIME=0 means don't focus the new window.Mikael Magnusson
2008-10-27Show name/class when mapping in debug mode.Mikael Magnusson
2008-10-27Correct a 64-bit bug in event_time_afterMikael Magnusson
The code assumed the timestamps had the same domain as the type Xlib uses for them, which is almost never the case with Xlib. Change all involved variables to guint32.
2008-10-27give the compiler hints about what can be kept in registers so that it can ↵Dana Jansens
optimize the gradient code better with all the pointers going on
2008-10-22Make sure the _MOTIF_WM_INFO atom exists.Mikael Magnusson
Without this, urxvt won't use motif hints for borderless mode.
2008-10-22Update Basque translation.Inko Illarramendi Arancibia
2008-09-140 is the first monitor here, not 1.Mikael Magnusson
2008-08-19Add danish translation.Jesper Sander
2008-07-13Properly escape strings before writing XML.Nico Golde
2008-05-29Openbox doesn't support _NET_WM_USER_TIME_WINDOW atm.Mikael Magnusson
2008-05-25Update catalan translation.David Majà Martínez
2008-05-25Add a translators note about not translating the word "SessionLogout" in an ↵Mikael Magnusson
error message.
2008-05-25Add turkish translation.Tutku Dalmaz
2008-05-15Update italian translation.Andrea Scarpino
2008-05-08Update spanish translation.Nicolás de la Torre
2008-05-08Add Lithuanian translation.Mikael Magnusson
2008-05-03Don't translate action names.Mikael Magnusson
2008-05-02Update russian translation.Moroz Sergey L
2008-04-23Fix typo introduced a few commits ago that made resizing windows hard.Mikael Magnusson
2008-04-15Don't use GrabModeSync, it hangs the xserver on chains sometimes.Mikael Magnusson
More or less a revert of 5bfa48dcffec3b00d119d851cb2427a43f80aa7b "Grab key bindings with GrabModeSync" See also bug #3582.
2008-04-15Show the resize popup right away.Mikael Magnusson
Previously, it would wait for a resize step before showing it, when resizing windows with resize increments that were bigger than the moveresize threshold.
2008-04-15When icons had a very small aspect ratio, we crashed, don't.Mikael Magnusson
2008-04-02Move "if"s out of the loop and rewrite the loop to use parse_find_node() to ↵Kadlcik Libor
search for "file".
2008-03-31Center the moveresize popup even when shaded.Mikael Magnusson
2008-03-26Update dutch translation.Benno Schulenberg
2008-03-17Update finnish translation.Lauri Hakko
2008-03-17Update hungarian translation.Robert Kuszinger
2008-03-17Update czech translation.Mikael Magnusson
2008-03-16Update portuguese translation.Mikael Magnusson
2008-03-13Update german translation.Florian Walch
2008-03-13Update weejun translation.Michael Kjelbergvik Thung
2008-03-12Update simplified chinese translation.zhou sf
2008-03-11Update dutch translation.Marvin Vek
2008-03-11Update vietnamese translation.Quan Tran
2008-03-08Remove double newlines.Mikael Magnusson
2008-03-08Don't run actions in focus cycling actions backwards either (as in ↵Mikael Magnusson
664b0b4e943ba4d410168817dcff953804b44253).
2008-03-08Don't draw titlebar buttons on top of eachother.Mikael Magnusson
2008-03-06don't set variables twiceDana Jansens
2008-03-06fix the check for if a relative is focused on mapDana Jansens
2008-03-06when a window pops up a child, don't avoid focusing it because you were ↵Dana Jansens
working in its parent window before this. that's probably what made the window appear in the first place
2008-03-06ignore the gdm-control binaryDana Jansens
2008-03-05Don't leak auto-scaled RGBA textures.Mikael Magnusson
2008-03-05Update traditional chinese translation.洪任諭
2008-03-04Update brazilian portuguese translation.Og Maciel
2008-03-04Update japanese translation.Ryoichiro Suzuki
2008-03-03add xfce-settings-show to the default menuDana Jansens
2008-03-03don't save our state for SmSaveGlobal session saves, just Local onesDana Jansens