summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2007-08-03new least-intrusive focus stealing preventionDana Jansens
2007-08-03Change resizing terminals to work for top and left edges too, the code is a ↵Mikael Magnusson
little ugly.
2007-08-01remove focus-stealing-prevention stuff, don't use user_time crap at all. it ↵Dana Jansens
is broken in every application that has ever used it. ever. ever. \^_^/;;;
2007-08-01symmetry..tho it's not used right nowDana Jansens
2007-08-01don't force oldschool fullscreen windows to move inside struts (fixes ↵Dana Jansens
acroread some more, along with previous commit)
2007-08-01fix for acroread - don't shrink windows when they specifically fit an entire ↵Dana Jansens
monitor
2007-07-31use clicks for mouse wheel, not press.Dana Jansens
2007-07-31Accept <command> in addition to <execute> for the restart action.Mikael Magnusson
2007-07-30Updates for Norwegian translationDana Jansens
2007-07-30don't propagate mouse button events on dock windows thru to the root windowDana Jansens
2007-07-28remove old unused variablesDana Jansens
2007-07-28Update traditional chinese messagesDana Jansens
2007-07-26fix for xkb weirdness, to fix a bug introduced in 3.4.3, where releasing the ↵Dana Jansens
super mod key would not end interactive actions. Somehow Super_L is being bound to Mod4Mask without being in the modifier table. So we're doing some workarounds to find _all_ the keycodes for Super_L and use any of them to count as Mod4Mask.
2007-07-26use the moveresize client to find the active monitor tooDana Jansens
2007-07-26fix directional edge finding for xinerama, so that it can skip across to the ↵Dana Jansens
next monitor
2007-07-26make move and resize resist care about the dockMikael Magnusson
2007-07-24smarter mouse wheel default actionsDana Jansens
2007-07-24raise new windows when they aren't getting activated in a couple casesDana Jansens
1. when we're not activating it because the user has a menu open or is moving/resizing a window 2. when we're not activating it because it's opening on another desktop
2007-07-22remove unused variableDana Jansens
2007-07-22bump the library versionDana Jansens
2007-07-22Update the new strings in the french translationDana Jansens
2007-07-22add the per-app position stuff to the changelogDana Jansens
2007-07-22change the <execute> to <command> in the mouse focus exampleDana Jansens
2007-07-22add the "command" option to the xsdDana Jansens
2007-07-22use <command> for the execute actions in menu.xmlDana Jansens
2007-07-22add an 'all' option for the monitor in MoveResizeToDana Jansens
2007-07-22for MoveResizeTo make <width>current</width> and <height>current</height> ↵Dana Jansens
and <monitor>current</monitor> work like <x> and <y>
2007-07-22update line numbers for the po filesDana Jansens
2007-07-22for MoveResizeTo, make <x>current</x> the same as not specifying <x/> at allDana Jansens
2007-07-21update changelog for last few commitsDana Jansens
2007-07-21fix a crash with the focused client closing during the delay of a submenu ↵Dana Jansens
being shown (and add an assert for this too)
2007-07-21don't focus new windows when the user is in a menu or move/resizing a windowDana Jansens
2007-07-21kill moveresize cleanly if focus is moving (it uses a keyboard grab)Dana Jansens
2007-07-21Merge branch 'master' of git://orodu.net/openboxMikael Magnusson
2007-07-21fix copy/paste errorDana Jansens
2007-07-21Update spanish translation, and make translations a single changelog entryMikael Magnusson
2007-07-21Update portuguese translationMikael Magnusson
2007-07-21remove mysterious xkb code...Dana Jansens
2007-07-21be explicit about the eventDana Jansens
2007-07-21cleanupDana Jansens
2007-07-21more updates for the git instructionDana Jansens
2007-07-21Merge branch 'master' of git://mikachu.ath.cx/openboxDana Jansens
2007-07-21update changelog for translation updatesDana Jansens
2007-07-21Updated Arabic translationDana Jansens
2007-07-21Updated Czech translationDana Jansens
2007-07-21Update git instructions a bitMikael Magnusson
2007-07-20update for the new autopointDana Jansens
2007-07-20don't resist in orthoganal directions when key resizing windows with aspect ↵Dana Jansens
ratios
2007-07-20update changelog with recent changesDana Jansens