Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | make num of groups no longer off-by-one; from Alexander Polakov | Okan Demirmen | |
note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X. | |||
2012-12-31 | update | Matthieu Herrb | |
2012-12-19 | update | Matthieu Herrb | |
2012-12-19 | Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901) | Matthieu Herrb | |
2012-12-19 | - sync the "legacy" i810 driver, used only on true i810 and i815 | Matthieu Herrb | |
chipsets to the one in recent intel driver from X.Org. - remove one of the output probe method in i830PreInit(). This method is calling functions that are normally forbidden in PreInit(). With xserver 1.13 this causes a fatal error at run time. Tested by bluhm@, nick@ and shadchin@ back in september. | |||
2006-11-26 | Importing xf86-video-vmware 10.14.0 | Matthieu Herrb | |
2012-12-19 | gc unused cmd 'flags' variable | Okan Demirmen | |
2012-12-18 | expand CHILDMASK | Okan Demirmen | |
2012-12-18 | use MOUSEMASK since we already have it | Okan Demirmen | |
2012-12-18 | remove unused SEARCHMASK | Okan Demirmen | |
2012-12-18 | define LockMask|Mod2Mask; no functional change | Okan Demirmen | |
2012-12-18 | simplify config file setup; with Tiago Cunha | Okan Demirmen | |
2012-12-17 | put a default known_hosts into conf | Okan Demirmen | |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | Okan Demirmen | |
need to do this everytime; with Tiago Cunha | |||
2012-12-17 | cmap -> colormap in client_ctx | Okan Demirmen | |
2012-12-17 | stash the default screen visual and colormap in screen_ctx | Okan Demirmen | |
2012-12-17 | replace client highlight with a client flag | Okan Demirmen | |
2012-12-17 | make client_mtf static | Okan Demirmen | |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | Okan Demirmen | |
2012-12-17 | current_client() returns _curcc, so use it where appropriate | Okan Demirmen | |
2012-12-17 | screen font -> xftfont | Okan Demirmen | |
2012-12-17 | knf | Okan Demirmen | |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | Okan Demirmen | |
font/color drawing issues; from Alexander Polakov | |||
2012-12-16 | update | Matthieu Herrb | |
2012-12-16 | Update to xf86-video-geode 2.11.14 | Matthieu Herrb | |
2008-06-14 | Import the xf86-video-geode driver for the AMD Geode LX graphics processor. | Marc Balmer | |
with and ok matthieu | |||
2012-12-16 | update | Matthieu Herrb | |
2012-12-13 | Recent thinkpads try to set a backlight value one greater than the | Jonathan Gray | |
maximum causing backlight control to be disabled. Limit the backlight values to the maximum so xbacklight will work. Backlight control via the brightness buttons won't yet work as that likely requires opregion/acpi bits. Tested by jcs@ jasper@ phessler@ naddy@ and Amarendra Godbole ok phessler@ kettenis@ | |||
2012-12-08 | remove white space at end of line | Matthieu Herrb | |
2012-12-07 | Enable the radeon r100 dri module on macppc. ok mpi@ | Matthieu Herrb | |
2012-12-04 | sync | Todd T. Fries | |
2012-12-04 | Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reported | Martin Pieuchot | |
by ajacoutot@ | |||
2012-12-02 | regen | Matthieu Herrb | |
2012-12-02 | Fix XAA support. Problem noticed by sthen@ | Matthieu Herrb | |
2012-12-02 | Check return value of I830MapMMIO(). | Matthieu Herrb | |
Allows the server to fail with a useful error message instead of segfaulting later, like reported by Alexei Malinin on misc@. | |||
2012-12-01 | Sync | Miod Vallat | |
2012-12-01 | Do not build kdrive on static arches, for libGL doesn't get build on them. | Miod Vallat | |
ok matthieu@ | |||
2012-11-29 | zap extra lines | Okan Demirmen | |
2012-11-29 | fix botched file. I managed to commit a file with a typo. | Matthieu Herrb | |
2012-11-29 | sync | Todd T. Fries | |
2012-11-29 | specific last match for autogroup; few iterations with Kent Spillner. | Okan Demirmen | |
2012-11-29 | x_setupscreen -> screen_init; no functional change. | Okan Demirmen | |
2012-11-29 | remove dead extern | Okan Demirmen | |
2012-11-28 | Don't build profiled versions of libdrm_intel and libdrm_radeon. | Matthieu Herrb | |
2012-11-28 | add xasprintf() for upcoming changes. | Okan Demirmen | |
2012-11-28 | ever since the 9wm code bits were removed or replaced, this file has | Okan Demirmen | |
been a no-op, for each source file has a complete license marker (ISC). no objections from oga, who did the 9wm rewrite/remove work in 2008. | |||
2012-11-28 | replace hand rolled font_make() with XftFontOpenName() and merge into | Okan Demirmen | |
font_init(). | |||
2012-11-28 | Correct include path, our drm headers live in /usr/include/dev/pci/drm | Martin Pieuchot | |
2012-11-28 | Include the software winsys and state tracker sources in the swrastg | Martin Pieuchot | |
driver rather than in the libmesagallium build. This non functional change allows to use the libmesagallium in any gallium target (r300g, nouveau...) | |||
2012-11-28 | Fix an EXA-related big endian issue, introduced in 6.14.5 with the support | Martin Pieuchot | |
of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@ |