summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers to 1.0.1.Adam Tkac2010-01-191-1/+1
* Avoid modifiers such as shift sticking. Peter Åstrand2009-12-091-0/+17
* [Bugfix] Define "public" structure members as "c_public" in C includes inAdam Tkac2009-11-121-0/+2
* [Doc] s/XFree86/Xorg in Xvnc manual page (alan dot coopersmith at sun dot com)Adam Tkac2009-11-121-2/+2
* Bump release number to 1.0.0.Adam Tkac2009-08-191-1/+1
* Bump version to 0.0.91 and add doc/version_numbers file which lists occurrencesAdam Tkac2009-06-121-1/+1
* Try to keep DPI when we change resolution as we have no idea what thePierre Ossman2009-06-021-2/+9
* Set default deferred update timer to 1 msDRC2009-04-062-2/+2
* Avoid touching PixelFormat internals.Pierre Ossman2009-04-033-38/+65
* We need to call RRGetInfo() again for our new mode to be added.Pierre Ossman2009-04-021-0/+10
* Improve logging in setScreenLayout().Pierre Ossman2009-04-021-5/+15
* X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes twoAdam Tkac2009-03-261-0/+4
* Implement basic support for SetDesktopSize.Pierre Ossman2009-03-232-0/+78
* Reenable display even on failure.Pierre Ossman2009-03-231-0/+4
* RRRegisterRate() can in theory fail. Make sure we catch this.Pierre Ossman2009-03-231-2/+4
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
* Support for RandR on the server.Pierre Ossman2009-03-186-12/+383
* Move framebuffer information into its own structure (needed for RandR).Pierre Ossman2009-03-181-84/+103
* Remove more crud from the mmap support.Pierre Ossman2009-03-181-168/+10
* Remove undocumented and useless option which allowed to put framebuffer toAdam Tkac2009-03-181-139/+1
* Do not explicitly enable backing store support, but instead fall backPeter Åstrand2009-03-131-6/+1
* Update default white pixel value now that we use 24-bit fb.Pierre Ossman2009-03-091-1/+1
* Use a 24-bit framebuffer by default. This is what's commonly used today andPierre Ossman2009-03-062-3/+3
* Change version strings to "0.0.90".Adam Tkac2009-03-031-1/+1
* Rebrand the source as TigerVNC. It is my hope that this patch isPeter Åstrand2009-02-272-4/+4
* Update to r3618; yet another update of my copyrightPeter Åstrand2009-02-251-1/+1
* Use include files from the includedir variable as well, Peter Åstrand2009-02-251-3/+3
* [Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 sourceAdam Tkac2009-02-131-2/+0
* [Bugfix] Removed obsolete #ifdef from Xorg module to make it working.Adam Tkac2009-02-041-6/+2
* [Development] Make Xvnc working when compiled against X 1.6 branch.Adam Tkac2009-02-041-16/+21
* [Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...Adam Tkac2009-02-021-117/+68
* Reverted the dixLookupResourceByType part of r3573 - this function exists onl...Peter Åstrand2009-01-271-1/+1
* Eliminated several GCC warnings:Peter Åstrand2009-01-261-5/+6
* Eliminated unused variable vncPasswdFile. Peter Åstrand2009-01-261-1/+0
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-153-0/+35
* [Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...Adam Tkac2009-01-072-28/+19
* [Bugfix] Fixed assertion in serverReset() functionAdam Tkac2009-01-071-1/+1
* [Development] Make Xvnc compilable against X.org 1.6 branchAdam Tkac2009-01-074-27/+167
* [Cleanup] Removed unneeded X module preprocessor parametersAdam Tkac2009-01-051-1/+0
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-221-0/+2
* [Bugfix] Check return value from fbPictureInitAdam Tkac2008-10-171-1/+1
* [Bugfix] Find correct colormap in XserverDesktop::serverReset methodAdam Tkac2008-10-151-3/+11
* [Bugfix] link libvnc.so against correct librariesAdam Tkac2008-10-151-2/+3
* [Bugfix] Fixed screen initialization - use correct depths and richer set of v...Adam Tkac2008-10-131-3/+34
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-101-1/+0
* Install *man files and vncserver script in Makefile.amsAdam Tkac2008-09-291-0/+2
* Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...Adam Tkac2008-07-292-1/+3
* Export all symbols in Xvnc to make mesa modules workingAdam Tkac2008-07-141-0/+2
* Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-141-2/+3
* - removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)Adam Tkac2008-04-171-19/+0