index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
X.Org 1.6 compatibility change in RandR related code (RRGetInfo takes two
Adam Tkac
2009-03-26
1
-0
/
+4
*
Implement basic support for SetDesktopSize.
Pierre Ossman
2009-03-23
2
-0
/
+78
*
Reenable display even on failure.
Pierre Ossman
2009-03-23
1
-0
/
+4
*
RRRegisterRate() can in theory fail. Make sure we catch this.
Pierre Ossman
2009-03-23
1
-2
/
+4
*
Restore Composite callback when we close the screen.
Pierre Ossman
2009-03-19
1
-0
/
+7
*
Support for RandR on the server.
Pierre Ossman
2009-03-18
6
-12
/
+383
*
Move framebuffer information into its own structure (needed for RandR).
Pierre Ossman
2009-03-18
1
-84
/
+103
*
Remove more crud from the mmap support.
Pierre Ossman
2009-03-18
1
-168
/
+10
*
Remove undocumented and useless option which allowed to put framebuffer to
Adam Tkac
2009-03-18
1
-139
/
+1
*
Do not explicitly enable backing store support, but instead fall back
Peter Åstrand
2009-03-13
1
-6
/
+1
*
Update default white pixel value now that we use 24-bit fb.
Pierre Ossman
2009-03-09
1
-1
/
+1
*
Use a 24-bit framebuffer by default. This is what's commonly used today and
Pierre Ossman
2009-03-06
2
-3
/
+3
*
Change version strings to "0.0.90".
Adam Tkac
2009-03-03
1
-1
/
+1
*
Rebrand the source as TigerVNC. It is my hope that this patch is
Peter Åstrand
2009-02-27
2
-4
/
+4
*
Update to r3618; yet another update of my copyright
Peter Åstrand
2009-02-25
1
-1
/
+1
*
Use include files from the includedir variable as well,
Peter Åstrand
2009-02-25
1
-3
/
+3
*
[Bugfix] Removed one #ifdef/#endif, it broke compilation with X 1.5 source
Adam Tkac
2009-02-13
1
-2
/
+0
*
[Bugfix] Removed obsolete #ifdef from Xorg module to make it working.
Adam Tkac
2009-02-04
1
-6
/
+2
*
[Development] Make Xvnc working when compiled against X 1.6 branch.
Adam Tkac
2009-02-04
1
-16
/
+21
*
[Bugfix] Dynamic keycode-keysym mapping works again in non-XKB 1.5 server. (X...
Adam Tkac
2009-02-02
1
-117
/
+68
*
Reverted the dixLookupResourceByType part of r3573 - this function exists onl...
Peter Åstrand
2009-01-27
1
-1
/
+1
*
Eliminated several GCC warnings:
Peter Åstrand
2009-01-26
1
-5
/
+6
*
Eliminated unused variable vncPasswdFile.
Peter Åstrand
2009-01-26
1
-1
/
+0
*
Implemented support for DesktopName pseudo encoding, which allows
Peter Åstrand
2009-01-15
3
-0
/
+35
*
[Cleanup] vncHooks.cc: all supported X sources has pCompositeClip in GC thus ...
Adam Tkac
2009-01-07
2
-28
/
+19
*
[Bugfix] Fixed assertion in serverReset() function
Adam Tkac
2009-01-07
1
-1
/
+1
*
[Development] Make Xvnc compilable against X.org 1.6 branch
Adam Tkac
2009-01-07
4
-27
/
+167
*
[Cleanup] Removed unneeded X module preprocessor parameters
Adam Tkac
2009-01-05
1
-1
/
+0
*
[Bugfix] Include man files and more jpeg libraries in tarball
Adam Tkac
2008-10-22
1
-0
/
+2
*
[Bugfix] Check return value from fbPictureInit
Adam Tkac
2008-10-17
1
-1
/
+1
*
[Bugfix] Find correct colormap in XserverDesktop::serverReset method
Adam Tkac
2008-10-15
1
-3
/
+11
*
[Bugfix] link libvnc.so against correct libraries
Adam Tkac
2008-10-15
1
-2
/
+3
*
[Bugfix] Fixed screen initialization - use correct depths and richer set of v...
Adam Tkac
2008-10-13
1
-3
/
+34
*
[Cleanup] Fixed some compiler warnings
Adam Tkac
2008-10-10
1
-1
/
+0
*
Install *man files and vncserver script in Makefile.ams
Adam Tkac
2008-09-29
1
-0
/
+2
*
Fix compilation issues with gcc 3.4 (patch from George Wright - <gwright cend...
Adam Tkac
2008-07-29
2
-1
/
+3
*
Export all symbols in Xvnc to make mesa modules working
Adam Tkac
2008-07-14
1
-0
/
+2
*
Include headers in Makefile.am-s in unix/* to fix "make dist" command
Adam Tkac
2008-07-14
1
-2
/
+3
*
- removed DPMS stuff from xvnc.cc (included in xserver/Xext/dpmsstubs.c)
Adam Tkac
2008-04-17
1
-19
/
+0
*
- include dix-config.h before any xorg header
Adam Tkac
2008-04-17
8
-0
/
+32
*
- introduced Xvnc Makefile.am
Adam Tkac
2008-04-16
1
-0
/
+61
*
PaintWindowBackground and PaintWindowBorder hooks are no longer used.
Adam Tkac
2008-03-26
1
-57
/
+6
*
Use SelectionCallback to handle selection changes. They should never
Adam Tkac
2008-03-26
1
-32
/
+17
*
Add DDXRingBell to xvnc.cc because it has to be implement by DDX.
Adam Tkac
2008-03-26
1
-1
/
+7
*
Use GetKeyboardEvents and GetPointerEvents functions to generate input events
Adam Tkac
2008-03-26
1
-42
/
+55
*
Initialize input devices in XserverDesktop constructor and update
Adam Tkac
2008-03-26
2
-9
/
+19
*
Moved keyboard and mouse input procedures to XserverDesktop.cc because
Adam Tkac
2008-03-26
2
-207
/
+207
*
Fixed minor compilation problems in xvnc.cc.
Adam Tkac
2008-03-22
1
-11
/
+7
*
Include keysym.h from $(includedir)/X11
Adam Tkac
2008-03-22
1
-1
/
+1
*
Don't access devPrivates directly. Use dixRequestPrivate and dixLookupPrivate
Adam Tkac
2008-03-22
1
-34
/
+20
[next]