aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we release the same key we previously pressed for aPierre Ossman2013-04-092-1/+43
* Handle init of old and new keyboards the same way.Pierre Ossman2013-04-091-20/+27
* We have an object to store stuff in, so don't use a globalPierre Ossman2013-04-092-4/+4
* Make sure InputDevice::InitInputDevice() gets called early inPierre Ossman2013-04-093-10/+12
* Copy the -verbose and -quiet parameters from Xorg so that wePierre Ossman2013-04-091-2/+29
* GLX is no longer initialised by the dix. Patch originally byPierre Ossman2013-04-091-0/+19
* More fixes for key event issues. It seems that on WindowsXP sending the actu...Brian Hinz2013-03-253-42/+174
* Initialize VNC extension from libvnc.so only once.Adam Tkac2013-03-141-13/+18
* Simplify rfb::ParameterIterator - we always iterate over all enabled params.Adam Tkac2013-03-143-7/+7
* Remove unused assignment operator declaration from rfb::ConfigurationAdam Tkac2013-03-142-22/+0
* Remove unused parameter from rfb::Configuration::Configuration()Adam Tkac2013-03-142-9/+1
* Remove bogus -geometry width/height adjustment from vncserver scriptAdam Tkac2013-03-141-8/+0
* Need to escape formatting character.Brian Hinz2013-03-061-2/+2
* Correct typo in r5058 that set an initial value on key location. Add a some v...Brian Hinz2013-03-061-4/+3
* Fixes some regressions introduced in r5056. Losing window focus caused key mo...Brian Hinz2013-03-063-35/+20
* Use JDialog for connection info dialog so that frame icon is set correctly.Brian Hinz2013-03-061-14/+27
* Backported a number of fixes/enhancements (mostly related to keymapping) from...Brian Hinz2013-03-033-189/+396
* Update copyright datesBrian Hinz2013-03-014-4/+4
* Replace multiple instantiations of code to retrieve resources (icons, timesta...Brian Hinz2013-03-015-34/+18
* Make viewport the parent of "Save As" dialog so that the window frame icon is...Brian Hinz2013-03-011-1/+1
* Using DirectColorModel constructor with an alpha mask other than 0 creates a ...Brian Hinz2013-03-011-3/+3
* Fix build on 32-bit and 64-bit WindowsDRC2013-02-263-2/+4
* comboBoxEdited events are fired if the content of the JComboBox is edited and...Brian Hinz2013-02-221-13/+13
* Fixes yet another case where the viewport background wasn't painted black whe...Brian Hinz2013-02-211-8/+8
* viewer: exit when user specifies both -via and -listen parametersAdam Tkac2013-02-191-1/+9
* X.Org 1.14 support was incompleteAdam Tkac2013-02-192-1/+5
* Update the checked in copies of the generated icons. SomehowPierre Ossman2013-02-195-0/+0
* Fix bad circular dependency.Pierre Ossman2013-02-191-5/+5
* Modern versions of ImageMagick properly respects the SVG defaultPierre Ossman2013-02-191-4/+8
* Notify the server of mouse release events even if they're outside the desktop...Brian Hinz2013-02-181-4/+6
* r5037 was not quite right. Both the viewport and scrollbar background colors ...Brian Hinz2013-02-182-5/+4
* Reimplement -listen in the new FLTK vncviewer. Work done byPierre Ossman2013-02-155-21/+51
* Sending menu key from F8 menu was sending the keycode instead of the keysym.Brian Hinz2013-02-092-24/+40
* Fix a regression introduced in r5034 that causes window to be resized unneces...Brian Hinz2013-02-091-1/+1
* Updated patch references; CMake portions of the clipboard and cursor patches.Peter Åstrand2013-02-051-2/+2
* Cosmetic change. The background color of the viewport was not being applied p...Brian Hinz2013-01-241-1/+1
* Add xserver114.patch patchAdam Tkac2013-01-241-0/+84
* When the desktop size is less than the viewport size, ignore mouse events tha...Brian Hinz2013-01-231-5/+8
* Fixes a number of issues related to fullscreen mode. When switching out of fu...Brian Hinz2013-01-234-35/+23
* Remove one vlog.debug call which shouldn't have been committedAdam Tkac2013-01-231-1/+0
* Re-add the "-via" parameter support on UNIX platforms.Adam Tkac2013-01-236-14/+107
* The recommended FLTK version is now 1.3.2. This means that severalPeter Åstrand2013-01-221-27/+27
* A minor style change wrt the patches; use comment char. Peter Åstrand2013-01-221-18/+18
* more fixes for remote cursor rendering. State wasn't always being initialized...Brian Hinz2013-01-151-14/+15
* fix a regression introduced by r5025Brian Hinz2013-01-151-1/+1
* Send the focus back to the viewport after leaving the options dialogBrian Hinz2013-01-121-0/+9
* Make the icon used for the titlebar consistent for About... dialogBrian Hinz2013-01-121-5/+11
* Fixes a number of issues related to cursor handling, including "invalid hotsp...Brian Hinz2013-01-121-26/+59
* Check the generated icons into the build tree. This solves a couple of issue...DRC2013-01-076-19/+22
* Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release. Peter Åstrand2013-01-071-0/+2