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
Commit message (
Expand
)
Author
Age
Files
Lines
*
changed string reads/writes to use utf-8. Also fixed location of icon resource.
Brian Hinz
2011-05-17
10
-34
/
+58
*
Implement support for storing settings from the options dialog.
Pierre Ossman
2011-05-16
1
-0
/
+81
*
Add a default constructor so that you can create empty Security objects.
Pierre Ossman
2011-05-16
2
-0
/
+5
*
Add connection information dialog based on the one in the unix viewer.
Pierre Ossman
2011-05-16
3
-1
/
+42
*
Initial options dialog (read-only) loosly based on the Unix vncviewer.
Pierre Ossman
2011-05-16
7
-3
/
+901
*
Remove old declaration that never actually maps to an object.
Pierre Ossman
2011-05-16
1
-1
/
+0
*
Update location of resource used to store build timestamp.
Brian Hinz
2011-05-13
2
-5
/
+12
*
Completely reworked Java viewer (contributed by Brian Hinz)
DRC
2011-05-13
106
-7166
/
+9200
*
Implement connection dialog based on unix vncviewer.
Pierre Ossman
2011-05-13
4
-1
/
+151
*
The initial fix for FLTK to handle dead keys broke CJK input, so a new method
Pierre Ossman
2011-05-13
2
-82
/
+8
*
NASM and GCC > 4.1 no longer necessary, because libjpeg-turbo is no longer pa...
DRC
2011-05-13
1
-34
/
+4
*
Require gettext 0.14.4 to fix a problem with detection of NLS support
DRC
2011-05-13
2
-7
/
+21
*
Remove unused build-xorg-git script
DRC
2011-05-12
1
-205
/
+0
*
[Bugfix] Fix 3-button mouse emulation in win viewer.
Adam Tkac
2011-05-11
1
-2
/
+2
*
Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...
Adam Tkac
2011-05-11
7
-66
/
+91
*
[Security] vncviewer can send password without proper validation of X.509 certs
Adam Tkac
2011-05-10
1
-2
/
+9
*
Update cross-compatible builds to xorg-xserver 1.6.5 to fix several issues
DRC
2011-04-30
2
-6
/
+6
*
The installed package is called "com.tigervnc.tigervnc" (our convention is to...
DRC
2011-04-29
1
-2
/
+2
*
Implement about dialog.
Pierre Ossman
2011-04-29
2
-2
/
+24
*
Regenerate xserver16.patch against xserver 1.6.5.
Adam Tkac
2011-04-29
1
-13
/
+13
*
Implement menu entry for forced refresh of screen.
Pierre Ossman
2011-04-29
3
-4
/
+30
*
Handle X11 compose key.
Pierre Ossman
2011-04-29
1
-0
/
+3
*
Initial support for context menu, based on Unix vncviewer code.
Pierre Ossman
2011-04-29
2
-0
/
+84
*
Finish up the gettext handling in CMake. The included functions in CMake only
Pierre Ossman
2011-04-28
4
-4
/
+105
*
This patch adds gettext support for our new vncviewer. CMake only. The
Peter Åstrand
2011-04-28
3
-1
/
+69
*
[Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)
Adam Tkac
2011-04-27
2
-12
/
+13
*
Merged r4377 from 1_1 branch.
Adam Tkac
2011-04-27
1
-9
/
+13
*
Merged r4361 from 1_1 branch.
Adam Tkac
2011-04-27
2
-4
/
+21
*
Merged r4342 - r4359 from 1_1 branch.
Adam Tkac
2011-04-27
7
-71
/
+150
*
Merge r4341 from 1_1 branch (dcommander):
Adam Tkac
2011-04-27
2
-0
/
+10
*
Merged r4340 from 1_1 branch (dcommander):
Adam Tkac
2011-04-27
1
-2
/
+4
*
Added install target for new vncviewer.
Peter Åstrand
2011-04-19
1
-0
/
+2
*
Workaround for when initial window size isn't what we requested.
Pierre Ossman
2011-04-15
1
-0
/
+6
*
Limit window size to framebuffer size, which is the behaviour we have in the
Pierre Ossman
2011-04-15
1
-1
/
+1
*
Add a scroll widget so that we can allow resizing of the main window.
Pierre Ossman
2011-04-15
2
-0
/
+48
*
Need to adjust mouse coordinates now that we can move the widget around.
Pierre Ossman
2011-04-15
1
-2
/
+2
*
Make sure the viewport widget can be moved around (i.e. don't assume we're
Pierre Ossman
2011-04-15
1
-4
/
+4
*
Split out the graphics and input handling to a separate widget in preparation
Pierre Ossman
2011-04-15
5
-476
/
+624
*
Forgot to add the dead key define so that the source code can actually use it.
Pierre Ossman
2011-04-14
1
-0
/
+1
*
Release all pressed keys when we lose focus. This is how we've always done it
Pierre Ossman
2011-04-14
1
-0
/
+9
*
Use a STL map to track keys so we don't have to care what range FLTK key codes
Pierre Ossman
2011-04-14
2
-7
/
+16
*
Make sure AltGr gets sent over on X11.
Pierre Ossman
2011-04-14
1
-0
/
+4
*
Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some
Pierre Ossman
2011-04-14
3
-2
/
+110
*
Handle dead keys more properly (through some fixing in FLTK).
Pierre Ossman
2011-04-11
3
-2
/
+32
*
[Bugfix] Update unix/xserver110.patch patch.
Adam Tkac
2011-03-14
1
-19
/
+19
*
Off-by-one error. FL_F points to "F0", not F1.
Pierre Ossman
2011-03-10
1
-2
/
+2
*
Fix up numpad keys.
Pierre Ossman
2011-03-10
1
-0
/
+20
*
Reorganise the translation to keysyms to make the code simpler. At the same
Pierre Ossman
2011-03-10
2
-115
/
+94
*
Remove extra (incorrect) entry for the euro symbol.
Pierre Ossman
2011-03-10
1
-1
/
+0
*
Initial stab at keyboard support. Lots of corner case to work out though...
Pierre Ossman
2011-03-09
5
-0
/
+1052
[next]