Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-30 | Add initial implementation of crtc gamma and mode adding requests.randr-1.2 | Keith Packard | 4 | -11/+191 | |
They build. More testing seems indicated. | |||||
2006-11-20 | Change properties to have a pending value and report valid values. | Keith Packard | 4 | -228/+362 | |
Pending values are transferred to current values at mode set, allowing a queue of values to accrue in preparation for the modeset operation while still reporting valid 'current' values for applications. The set of valid values is also available so applications can present a reasonable list to the user during configuration. | |||||
2006-11-16 | Remove RandR output options. | Keith Packard | 3 | -14/+4 | |
Options are to be implemented as properties instead. | |||||
2006-11-09 | Return the right actual property type for XRRGetOutputProperty. | Eric Anholt | 1 | -1/+1 | |
2006-11-09 | Add support for various output property requests. | Eric Anholt | 1 | -0/+199 | |
These should be reviewed by someone with proto clue, which I'm generally lacking. | |||||
2006-11-01 | Moving physical size from mode to output. | Keith Packard | 3 | -4/+4 | |
Follows protocol change which places physical size information in the output rather than (inappropriately) in each mode line. | |||||
2006-10-04 | Remove mode origins. Add preferred mode count. | Keith Packard | 3 | -3/+2 | |
2006-10-03 | Add mode origins and output options. | Keith Packard | 4 | -6/+21 | |
2006-09-20 | XRRGetScreenSizeRange returns Status. Lots more requests added. | Keith Packard | 5 | -29/+198 | |
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do. | |||||
2006-09-19 | Start update to 1.2, splitting code across multiple files. | Keith Packard | 11 | -427/+1254 | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | 3 | -0/+0 | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | 2 | -1/+9 | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+6 | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | 2 | -3/+8 | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | 2 | -1/+6 | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | 3 | -2/+8 | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | 1 | -1/+1 | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | 3 | -4/+15 | |
application build-time dependencies, and update package deps to work with separate build roots. | |||||
2005-11-14 | Fix pkgconfig deps for separate build roots. | Kevin E Martin | 3 | -3/+13 | |
2005-11-09 | Update package version number for X11R7 RC2 release.XORG-6_99_99_902 | Kevin E Martin | 2 | -1/+6 | |
2005-11-01 | Update pkgcheck dependencies to work with separate build roots. | Kevin E Martin | 3 | -2/+8 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | 2 | -1/+6 | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | 1 | -4/+4 | |
work better with BSD make | |||||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | 1 | -2/+2 | |
suffix rule (reported by Matthieu Herrb) | |||||
2005-10-13 | [lib/Xrandr] | Alan Coopersmith | 4 | -2/+88 | |
Use sed to fill in variables in man page Add shadow man pages for man pages that document multiple functions. | |||||
2005-10-13 | Fix troff macros from last commit to not generate cpp warningsXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | 1 | -6/+6 | |
2005-10-12 | Use troff macros to prevent cpp eating C comments & #defines that are | Alan Coopersmith | 1 | -7/+7 | |
supposed to appear in man page output. | |||||
2005-09-30 | Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994 | Aaron Plattner | 1 | -4/+11 | |
<https://bugs.freedesktop.org/attachment.cgi?id=2994> Swap the screen dimensions when handling XRRScreenChangeNotify events for 90- and 270-degree rotations. This fixes KDE's panel placement for rotated screens. | |||||
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 1 | -1/+3 | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||||
2005-07-23 | Fix distchecks | Kevin E Martin | 2 | -2/+1 | |
2005-07-16 | Set soversion to 2.0.0 with -version-number. | Daniel Stone | 1 | -6/+1 | |
2005-07-09 | Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory | Keith Packard | 5 | -1/+38 | |
2005-07-02 | Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems | Kevin E Martin | 1 | -0/+1 | |
2005-06-10 | Bug #1976: Fix deadlock when attempting to initialise with threads.XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11 | Daniel Stone | 1 | -0/+1 | |
2005-06-09 | Require renderproto instead of render for pkgconfig | Alexander Gottwald | 2 | -1/+6 | |
2005-06-08 | - Don't search for non-autoconf'ed X libs in Xrandr | Søren Sandmann Pedersen | 2 | -39/+3 | |
- Rename man page Xrandr.3 | |||||
2005-06-08 | Add Xcursor | Søren Sandmann Pedersen | 1 | -0/+4 | |
conditionally include config.h | |||||
2005-06-08 | Check in build system for Xrandr | Søren Sandmann Pedersen | 12 | -0/+353 | |
2004-12-04 | Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_10XORG-6_8_99_1 | Markus Kuhn | 3 | -6/+6 | |
2004-05-24 | Fix build glitches when building modules independently using Imake.rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XORG-6_8-branch | Egbert Eich | 1 | -4/+4 | |
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | 4 | -7/+8 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 4 | -4/+4 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 4 | -4/+4 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 4 | -4/+4 | |
2003-12-04 | XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330 | Kaleb Keithley | 1 | -13/+13 | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 2 | -13/+43 | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1 | Kaleb Keithley | 0 | -0/+0 | |
2003-11-14 | Initial revisionXORG-STABLE | Kaleb Keithley | 4 | -0/+1290 | |