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