Skip to content

Tags: tpz/cwm

Tags

v5.5

Toggle v5.5's commit message

Verified

This tag was signed with the committer’s verified signature.
leahneukirchen Leah Neukirchen
Version 5.5

OPENBSD_5_5_BASE

Toggle OPENBSD_5_5_BASE's commit message
Alignment fix; found the hard way on sparc64 by landry@ (and thanks too

for fast access to a box!)

ok deraadt@, matthieu@

OPENBSD_5_2_BASE

Toggle OPENBSD_5_2_BASE's commit message
Further simplify Xinerama init and re-init on XRR events.

While testing for Xinerama during setup was done display-wide, each time
XineramaQueryScreens() is called either in start-up or due to an XRR
event, the library re-tests for the Xinerama extension anyway before
moving on; so the initial test is redundant and allows another global to
go away with one other change: always fill in sc->xinerama (and _no),
regardless of the success of malloc in XineramaQueryScreens(), and use
it to see if Xinerama dimensions exist when asked by client and/or menu
code.

v5.1

Toggle v5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
leahneukirchen Leah Neukirchen
Version 5.1

OPENBSD_5_1_BASE

Toggle OPENBSD_5_1_BASE's commit message
check if we're in the group already, else multiple calls to

group_movetogroup() on one client will still increment nhidden if the
group is hidden.

found the hard way by Thomas Jeunet and fix from Alexander Polakov -
thanks to both!

ok oga@

OPENBSD_5_0_BASE

Toggle OPENBSD_5_0_BASE's commit message
Re-draw borders after reloading, not before; from Alexander Polakov.

ok oga@

OPENBSD_4_6_BASE

Toggle OPENBSD_4_6_BASE's commit message
use fnmatch to glob the entries in the exec menu.

allows shell globbing constructs such as *ctl, etc in the exec menu (m-?
by default).

Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as
me when reworking it, and oked this one.

OPENBSD_4_5_BASE

Toggle OPENBSD_4_5_BASE's commit message
add 'moveamount' to cwmrc; it sets keyboard movement amount, making

it more useful on large screens
manpage tweak & ok jmc@
ok okan@, oga@

OPENBSD_4_4_BASE

Toggle OPENBSD_4_4_BASE's commit message
fix the froggy problem.

Implement a handler for the MappingEvent, meaning that the keymap has changed.
When this happens, ungrab all bindings, update the map, and regrab.

Fixes the problem where some keybindings wouldn't work under non us or
uk keymaps (especially the .fr map, it seems). Issue noticed by
ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff
from ratchov@.

ok okan.

OPENBSD_4_3_BASE

Toggle OPENBSD_4_3_BASE's commit message
Change the default for XSRCDIR to /usr/xenocara. ok deraadt@