summaryrefslogtreecommitdiffstats
path: root/unix/xserver
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Bugfix] Fix memory leak in InputDevice::keyEvent function.Adam Tkac2010-07-211-0/+2
* [Development] Pass "serverClient" to QueryColors when compiling against X.Org...Adam Tkac2010-07-201-0/+4
* [Development] Fetch root window pointer directly from pScreen if possible.Adam Tkac2010-07-202-2/+12
* [Development] Improve privates handling in vncHooks to be compatible with X.O...Adam Tkac2010-07-201-2/+22
* [Development] Enable compilation against X.Org 1.9.X source.Adam Tkac2010-07-201-1/+3
* Extend the default keyboard table with the Windows keys so that they canPierre Ossman2010-06-151-0/+4
* Map up the rest of the standard modifiers (if available).Pierre Ossman2010-06-151-0/+14
* Use a switch statement instead of a series of if:s for setting up the modmapPierre Ossman2010-06-151-8/+14
* Reinstate Caps Lock in the default keyboard map. It's not documented whyPierre Ossman2010-06-141-1/+1
* XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertC...DRC2010-05-201-4/+0
* [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; useAdam Tkac2010-05-181-1/+1
* [Bugfix] Use always XkbConvertCase instead of XConvertCase when compilingAdam Tkac2010-05-181-1/+6
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-231-1/+0
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-231-2/+0
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-0/+2
* [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functionsAdam Tkac2010-04-142-1/+46
* [Development] Merge KeyboardDevice and PointerDevice classes to new class calledAdam Tkac2010-04-144-77/+61
* Support out-of-tree xorg builds and lay groundwork for cross-compatible build...DRC2010-04-131-6/+6
* [Bugfix] Fix libvnc.so module loading (define listenaddr symbol).Adam Tkac2010-03-051-0/+2
* [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.Adam Tkac2010-02-191-0/+6
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-053-6/+33
* [Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.Adam Tkac2010-01-221-1/+3
* Change the default DPI to 96 as that is what most other systems use and wePierre Ossman2009-12-291-2/+5
* [Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.Adam Tkac2009-12-221-1/+1
* [Bugfix] Always include cursorstr.h in XserverDesktop.cc.Adam Tkac2009-12-221-3/+0
* [Development] Bump version numbers to 1.0.90.Adam Tkac2009-12-211-1/+1
* [Development] Link libvnc.so against libdix, libXi and libxkb.Adam Tkac2009-12-211-1/+1
* [Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...Adam Tkac2009-12-214-34/+195
* 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
* Make Xvnc compilable.Adam Tkac2009-09-041-3/+3
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-041-5/+5
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-041-5/+5
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-284-587/+622
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-285-141/+240
* Initialize eventq in all cases.Adam Tkac2009-08-281-0/+2
* Move definition of XORG macro to separate header.Adam Tkac2009-08-286-10/+37
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-284-34/+34
* Bump version to 0.0.91.Adam Tkac2009-06-121-1/+1
* Try to keep DPI when we change resolution as we have no idea what the Pierre 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