summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fltk-xfixes-xcursor-cmake.2.patch must be applied with -p0. Peter Åstrand2013-01-071-1/+1
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-167-30/+36
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-1436-31/+55
* We forgot to port over the getaddrinfo() test from the autoconfPierre Ossman2012-12-132-0/+2
* Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselvesPierre Ossman2012-12-131-0/+5
* Fixes regression introduced by r5016 (exception produced when connecting to 8...Brian Hinz2012-12-111-1/+4
* fixed bug where IndexColorModel was reset when switching to 8bpp from another...Brian Hinz2012-12-062-5/+4
* Allow to change "AcceptPointerEvents" via "vncconfig -set".Adam Tkac2012-11-261-1/+2
* Fix handling of whitelisted "vncconfig -set" parameters in Xvnc.Adam Tkac2012-11-261-3/+3
* There is unfortunately not a patch available for this issue.Pierre Ossman2012-10-301-4/+0
* Update with current patch file names.Pierre Ossman2012-10-301-9/+9
* We need to be careful to not call X11 operations if the window isn'tPierre Ossman2012-10-301-14/+26
* Leaving/entering full screen on OS X would leave the scroll bars in anPierre Ossman2012-10-241-0/+5
* Update to last patchPeter Åstrand2012-10-241-1/+1
* Fl::screen_work_area() was added after FLTK 1.3.0, so we need to havePierre Ossman2012-10-243-0/+14
* Include fltk-xfixes-xcursor-cmake.patch. Peter Åstrand2012-10-241-0/+1
* To make it easier to apply patches, list their names and which orderPeter Åstrand2012-10-241-0/+20
* Fix indentation.Pierre Ossman2012-10-171-1/+1
* Starting in full screen was misbehaving because we were waitingPierre Ossman2012-10-171-0/+7
* We need to be more careful about activating maximized mode when inPierre Ossman2012-10-111-5/+12
* XFCE's window manager did not interact well with the code that avoidedPierre Ossman2012-10-031-16/+25
* Using maximize and full screen at the same time on OS X would misbehavePierre Ossman2012-10-021-4/+21