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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Change product name to TigerVNC in about dialogs.
Peter Åstrand
2009-08-27
10
-10
/
+10
*
Fix typo in make_release text file.
Adam Tkac
2009-08-20
1
-1
/
+1
*
Add the doc/dev/ subdirectory which contains development process related
Adam Tkac
2009-08-20
3
-0
/
+54
*
Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on
Peter Åstrand
2009-08-19
1
-1
/
+1
*
Windows build fixes:
Peter Åstrand
2009-08-19
2
-2
/
+2
*
Initialize VNC extension earlier. It fixes problem that mouse cursor could
Adam Tkac
2009-08-17
1
-19
/
+19
*
Unfortunately, the previous enhancements made an invalid assumption about the...
DRC
2009-08-06
1
-16
/
+9
*
Update copyrights to indicate files modified with colorspace extensions
DRC
2009-08-06
7
-0
/
+7
*
Oops. Clean up a couple of remaining 32-bit memory accesses
DRC
2009-08-06
2
-3
/
+3
*
Improve compression performance by 15-20%
DRC
2009-07-30
1
-21
/
+101
*
Make our Makefile.am a bit easier to convert to a standalone one by
Pierre Ossman
2009-07-10
1
-0
/
+1
*
Make sure bmp.h gets distributed.
Pierre Ossman
2009-07-10
1
-2
/
+2
*
Make sure the indirectly used assembly files get packaged.
Pierre Ossman
2009-07-10
1
-0
/
+7
*
Make x86_64 SIMD code PIC friendly
Pierre Ossman
2009-06-29
11
-247
/
+247
*
Ignore test tools and files generated by them
Pierre Ossman
2009-06-29
0
-0
/
+0
*
Clean up SIMD glue code
Pierre Ossman
2009-06-29
7
-321
/
+1033
*
Remove unused variable.
Pierre Ossman
2009-06-26
1
-1
/
+0
*
Improve the messages for the SIMD configuration test now that we support
Pierre Ossman
2009-06-26
1
-3
/
+3
*
Add back in cjpeg and djpeg utilities for testing purposes
DRC
2009-06-25
16
-1
/
+5118
*
64-bit SIMD acceleration
DRC
2009-06-25
24
-4
/
+7272
*
Fix dependencies for merged upsampling code
DRC
2009-06-25
1
-0
/
+2
*
Fix rendering of cursor on local framebuffer. It was broken by r3717.
Pierre Ossman
2009-06-22
1
-0
/
+3
*
Add Polish translation (thanks to Piotr Drąg).
Adam Tkac
2009-06-18
2
-1
/
+190
*
Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...
Adam Tkac
2009-06-16
3
-63
/
+13
*
[Bugfix] Client didn't receive clipboard selections from a server due wrong
Adam Tkac
2009-06-16
2
-2
/
+2
*
Bump version to 0.0.91.
Adam Tkac
2009-06-12
8
-17
/
+17
*
Convert all *.po files to UTF-8 and bump translation versions to 0.0.91.
Adam Tkac
2009-06-12
5
-64
/
+73
*
Changes outside the framebuffer can sometimes be reported so we need to
Pierre Ossman
2009-06-09
1
-1
/
+5
*
Try to keep DPI when we change resolution as we have no idea what the
Pierre Ossman
2009-06-02
1
-2
/
+9
*
DIBSectionBuffer can modify the pixel format so we need to read it back to
Pierre Ossman
2009-06-01
1
-0
/
+1
*
Don't install Russian translation, it is broken.
Adam Tkac
2009-06-01
1
-1
/
+1
*
We should only send ExtendedDesktopSize to a client supporting both it and
Pierre Ossman
2009-05-28
1
-4
/
+6
*
[Bugfix] Start per session D-Bus daemon correctly.
Adam Tkac
2009-05-20
1
-0
/
+1
*
[Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash.
Adam Tkac
2009-05-18
2
-0
/
+4
*
The code to utilize our libjpeg's ability to input/output out native formats
v0.0.90
Pierre Ossman
2009-04-30
2
-38
/
+43
*
Updated version information and copyright.
Peter Åstrand
2009-04-29
1
-6
/
+6
*
Regenerate xserver16.patch.
Adam Tkac
2009-04-27
1
-8
/
+8
*
Remove debugging output that wasn't supposed to be committed.
Pierre Ossman
2009-04-24
1
-3
/
+0
*
Send desktop layout changes separately
Pierre Ossman
2009-04-23
5
-84
/
+167
*
UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and
Pierre Ossman
2009-04-22
1
-2
/
+8
*
If font catalogue exists (Fedora 11), use it as the initial font path
DRC
2009-04-22
1
-0
/
+3
*
Make sure we handle endian problems in the conversion code.
Pierre Ossman
2009-04-21
3
-6
/
+22
*
Fix generation of native pixel format so the that internal state is correct.
Pierre Ossman
2009-04-20
1
-13
/
+19
*
It shouldn't be necessary to actually open the XFS unix socket. If the socke...
DRC
2009-04-16
1
-13
/
+6
*
Added Inno Setup file, for creating Windows installer.
Peter Åstrand
2009-04-15
1
-0
/
+42
[next]