summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bad indentation.Pierre Ossman2012-10-021-7/+7
* Have to properly include config.h for the HAVE_... stuff to work.Pierre Ossman2012-09-111-0/+4
* Fix incorrect path for viewer icons. Patch by Uros Vampl.Pierre Ossman2012-09-111-1/+1
* Need to make sure that the viewport still gets mouse events, even if wePierre Ossman2012-09-101-1/+2
* Create common/os/libos.la fileAdam Tkac2012-09-051-0/+4
* Add support for X.Org 1.13Adam Tkac2012-09-054-3/+108
* Add xserver113.patchAdam Tkac2012-09-051-0/+92
* Break some overly long lines.Pierre Ossman2012-09-031-6/+12
* Avoid triggering a full screen request by accident on X11.Pierre Ossman2012-09-031-8/+28
* Restore edge/bump scrolling when we are in full screen mode as it is easierPierre Ossman2012-09-032-1/+86
* upgrade jzlib to 1.1.1Brian Hinz2012-09-0119-459/+1584
* Updated copyright notice, fixed build stringBrian Hinz2012-09-012-2/+8
* Forces all dialogs except for the clipboard to be modal. Fixes cases where d...Brian Hinz2012-09-018-103/+104
* reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo...Brian Hinz2012-09-011-1/+1
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-013-19/+33
* fix initialization of dialog state variablesBrian Hinz2012-08-311-3/+3
* improve the look & functionality of the clipboard dialogBrian Hinz2012-08-301-1/+8