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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bugfix] Fix libvnc.so module loading (define listenaddr symbol).
Adam Tkac
2010-03-05
1
-0
/
+2
*
[Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.
Adam Tkac
2010-02-19
1
-0
/
+6
*
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
Adam Tkac
2010-02-05
3
-6
/
+33
*
[Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.
Adam Tkac
2010-01-22
1
-1
/
+3
*
Change the default DPI to 96 as that is what most other systems use and we
Pierre Ossman
2009-12-29
1
-2
/
+5
*
[Cleanup] Remove bogus vlog.debug from Input.cc:KeyboardDevice::keyEvent.
Adam Tkac
2009-12-22
1
-1
/
+1
*
[Bugfix] Always include cursorstr.h in XserverDesktop.cc.
Adam Tkac
2009-12-22
1
-3
/
+0
*
[Development] Bump version numbers to 1.0.90.
Adam Tkac
2009-12-21
1
-1
/
+1
*
[Development] Link libvnc.so against libdix, libXi and libxkb.
Adam Tkac
2009-12-21
1
-1
/
+1
*
[Development] Make Xvnc working when compiled against X.Org 1.7 (Thanks to ad...
Adam Tkac
2009-12-21
4
-34
/
+195
*
Avoid modifiers such as shift sticking.
Peter Åstrand
2009-12-09
1
-0
/
+17
*
[Bugfix] Define "public" structure members as "c_public" in C includes in
Adam Tkac
2009-11-12
1
-0
/
+2
*
[Doc] s/XFree86/Xorg in Xvnc manual page (alan dot coopersmith at sun dot com)
Adam Tkac
2009-11-12
1
-2
/
+2
*
Make Xvnc compilable.
Adam Tkac
2009-09-04
1
-3
/
+3
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
1
-5
/
+5
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
1
-5
/
+5
*
Move keyboard input related code to Input.h and Input.cc.
Adam Tkac
2009-08-28
4
-587
/
+622
*
Add Input.h and Input.cc and move all mouse input related code there.
Adam Tkac
2009-08-28
5
-141
/
+240
*
Initialize eventq in all cases.
Adam Tkac
2009-08-28
1
-0
/
+2
*
Move definition of XORG macro to separate header.
Adam Tkac
2009-08-28
6
-10
/
+37
*
Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...
Adam Tkac
2009-08-28
4
-34
/
+34
*
Bump version to 0.0.91.
Adam Tkac
2009-06-12
1
-1
/
+1
*
Try to keep DPI when we change resolution as we have no idea what the
Pierre Ossman
2009-06-02
1
-2
/
+9
*
Set default deferred update timer to 1 ms
DRC
2009-04-06
2
-2
/
+2
*
Avoid touching PixelFormat internals.
Pierre Ossman
2009-04-03
3
-38
/
+65
*
We need to call RRGetInfo() again for our new mode to be added.
Pierre Ossman
2009-04-02
1
-0
/
+10
*
Improve logging in setScreenLayout().
Pierre Ossman
2009-04-02
1
-5
/
+15
*
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
[next]