summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-17Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@.Matthieu Herrb
2009-05-17Import Mesa 7.10.3Matthieu Herrb
2009-05-17Update build infrastructure for Mesa 7.4.Matthieu Herrb
2009-05-17add a "movetogroup" function, which hides the current window fromStuart Henderson
display and moves it to another group. useful with the recently added "grouponly" function, giving the ability to use groups as simple virtual desktops (similar to e.g. xmonad, dwm and scrotwm). this doesn't have default keyboard bindings; cwmrc(5) now shows how you could use these functions (use M-1...9 for grouponly1...9 and MS-1...9 for movetogroup1...9 to emulate the default dwm bindings). ok oga@
2009-05-17redraw the border when unhiding a client window. fixes the situation whereStuart Henderson
you change to a different group and the mouse isn't over a window; previously the border of the previously active window was highlighted but it didn't actually have focus. reads ok to oga@.
2009-05-17updatexMatthieu Herrb
2009-05-14add missing prototype.Owain Ainsworth
2009-05-14Add a new command (currently no default keybindings for it), grouponly[1-9].Owain Ainsworth
This works like the group select binding, but hides all other groups. So, the people who've been complaining that they don't get "virtual desktops" in cwm may want to try this out in cwmrc (from memory, untested): --- #cwmrc # add new windows to the current group set sticky # automatically sticky windows. xclock for now. # to make more windows sticky use group_toggle to unset their group autogroup 0 xclock # make the group selection keys hide other groups, emulate virtual desktops bind CM-1 grouponly1 bind CM-2 grouponly2 bind CM-3 grouponly3 bind CM-4 grouponly4 bind CM-5 grouponly5 bind CM-6 grouponly6 bind CM-7 grouponly7 bind CM-8 grouponly8 bind CM-9 grouponly9 --- mostly by sthen, tweaks from me. ok todd@, "if it works i'm ok with it" okan@, ok sthen@
2009-05-04right and middle mouse buttons swapped; from rgouveia@cosmico.netOkan Demirmen
2009-05-04Set sane defaults fori the reference clock for Rage XL and Mobility cardsMark Kettenis
on sparc64. This makes it possible to run X without an xorg.conf on machines like the blade100 and the Tadpole laptops. ok oga@, matthieu@
2009-05-04Fix a problem introduced by the libpciaccess conversion where the chip IDMark Kettenis
would be set wrong and the proper resources wouldn't be claimed. ok oga@, matthieu@
2009-05-04no need to use the global here.Okan Demirmen
ok todd@ oga@
2009-05-04properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.Okan Demirmen
ok oga@
2009-05-04syncTodd T. Fries
2009-05-03new dirs for libX11. missing commit noticed by naddy@.Matthieu Herrb
2009-05-03fontconfig update didn't merge in the addition of 31-nonmst.conf, fix it up.Owain Ainsworth
ok kettenis@
2009-05-03update libdrm to 2.4.9 (actually to -current, but the only real changesOwain Ainsworth
are to some assertions and a small change to modesetting code). bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped, no change to symbol list. ok matthieu@.
2009-05-03updatesMatthieu Herrb
2009-05-03update to xf86-video-siliconmotion 1.7.1.Matthieu Herrb
2009-05-03update to xf86-video-nv 2.1.13.Matthieu Herrb
2009-05-03update to xf86-video-ast 0.89.0Matthieu Herrb
2009-05-03update to xf86-input-mouse 1.4.0.Matthieu Herrb
2009-05-03update to xf86-input-keyboard 1.3.2Matthieu Herrb
2009-05-03update to xf86-input-void 1.2.0Matthieu Herrb
2009-05-03update to xf86-input-vmmouse 12.6.3.Matthieu Herrb
HAL tools and files are not built/installed on OpenBSD.
2009-05-03update to xf86-input-penmount 1.4.0Matthieu Herrb
2009-05-03update to xf86-input-joystick 1.4.1Matthieu Herrb
2009-05-03update to xf86-input-hyperpen 1.3.0Matthieu Herrb
2009-05-03update to xf86-input-fpit 1.3.0Matthieu Herrb
2009-05-03Update to xf86-input-citron 2.2.2Matthieu Herrb
2009-05-03update to xf86-input-acecad 1.3.0Matthieu Herrb
2009-05-03update to xinit 1.1.1Matthieu Herrb
2009-05-03update to libX11 1.2.1Matthieu Herrb
2009-05-03update to xextproto 7.0.4Matthieu Herrb
2009-05-03update to xproto 7.0.15Matthieu Herrb
2009-05-02fix usage(). this bit me when I actually tried to use it. Now it matchesOwain Ainsworth
the manpage (which is correct). ok matthieu@
2009-05-02updatesMatthieu Herrb
2009-05-02update to xinput 1.4.1Matthieu Herrb
2009-05-02update to libXi 1.2.1Matthieu Herrb
2009-05-02update to inputproto 1.5.0Matthieu Herrb
2009-05-02update to xrandr 1.3.0Matthieu Herrb
2009-05-02update to libXrandr 1.3.0Matthieu Herrb
2009-05-02update to randrproto 1.3.0.Matthieu Herrb
2009-05-02switch to autoconf 2.62 to generate xenocara configure scripts.Matthieu Herrb
2009-05-01fix the other 50% of xrandr cases; reported by sthen@Okan Demirmen
"commit that" oga@, ok sthen@
2009-05-01Install dri2 headers. ok oga@Matthieu Herrb
2009-05-01Formally update to dri2proto 2.0. No functionnal change.Matthieu Herrb
2009-04-30Set default for "MacModel" option based on hw.product.Mark Kettenis
ok matthieu@, oga@
2009-04-27updateMatthieu Herrb
2009-04-27Fixes for CVE-2009-0946 from freetype2 git repository:Matthieu Herrb
Multiple integer overflows in FreeType 2.3.9 and earlier allow remote attackers to execute arbitrary code via vectors related to large values in certain inputs in (1) smooth/ftsmooth.c, (2) sfnt/ttcmap.c, and (3) cff/cffload.c. Plus one additional fix for malformed compressed data.