summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-30Add initial implementation of crtc gamma and mode adding requests.randr-1.2Keith Packard4-11/+191
They build. More testing seems indicated.
2006-11-20Change properties to have a pending value and report valid values.Keith Packard4-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-16Remove RandR output options.Keith Packard3-14/+4
Options are to be implemented as properties instead.
2006-11-09Return the right actual property type for XRRGetOutputProperty.Eric Anholt1-1/+1
2006-11-09Add support for various output property requests.Eric Anholt1-0/+199
These should be reviewed by someone with proto clue, which I'm generally lacking.
2006-11-01Moving physical size from mode to output.Keith Packard3-4/+4
Follows protocol change which places physical size information in the output rather than (inappropriately) in each mode line.
2006-10-04Remove mode origins. Add preferred mode count.Keith Packard3-3/+2
2006-10-03Add mode origins and output options.Keith Packard4-6/+21
2006-09-20XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard5-29/+198
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do.
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard11-427/+1254
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith3-0/+0
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith2-1/+9
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin3-2/+8
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin3-4/+15
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-14Fix pkgconfig deps for separate build roots.Kevin E Martin3-3/+13
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin3-2/+8
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith1-4/+4
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith1-2/+2
suffix rule (reported by Matthieu Herrb)
2005-10-13[lib/Xrandr]Alan Coopersmith4-2/+88
Use sed to fill in variables in man page Add shadow man pages for man pages that document multiple functions.
2005-10-13Fix troff macros from last commit to not generate cpp warningsXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith1-6/+6
2005-10-12Use troff macros to prevent cpp eating C comments & #defines that areAlan Coopersmith1-7/+7
supposed to appear in man page output.
2005-09-30Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994Aaron Plattner1-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-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-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-23Fix distchecksKevin E Martin2-2/+1
2005-07-16Set soversion to 2.0.0 with -version-number.Daniel Stone1-6/+1
2005-07-09Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard5-1/+38
2005-07-02Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problemsKevin E Martin1-0/+1
2005-06-10Bug #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_11Daniel Stone1-0/+1
2005-06-09Require renderproto instead of render for pkgconfigAlexander Gottwald2-1/+6
2005-06-08- Don't search for non-autoconf'ed X libs in XrandrSøren Sandmann Pedersen2-39/+3
- Rename man page Xrandr.3
2005-06-08Add XcursorSøren Sandmann Pedersen1-0/+4
conditionally include config.h
2005-06-08Check in build system for XrandrSøren Sandmann Pedersen12-0/+353
2004-12-04Encoding 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_1Markus Kuhn3-6/+6
2004-05-24Fix 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-branchEgbert Eich1-4/+4
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich4-7/+8
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich4-4/+4
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich4-4/+4
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich4-4/+4
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich4-4/+4
2003-12-04XFree86 4.3.99.901 (RC 1)xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-012804-2330Kaleb Keithley1-13/+13
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley2-13/+43
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley0-0/+0
2003-11-14Initial revisionXORG-STABLEKaleb Keithley4-0/+1290