summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* secondary viewers were not loading user preferencesBrian Hinz2012-08-301-0/+1
* Fix build errors with XORG < 111: I assume that the last NULL argumentPeter Åstrand2012-08-291-1/+1
* Move the -geometry parsing up, so that it affects fullscreen mode asPeter Åstrand2012-08-291-45/+43
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-2911-383/+599
* Add support for X.Org 1.12.XAdam Tkac2012-08-284-17/+227
* Add Support for X.Org 1.11.XAdam Tkac2012-08-284-10/+161
* The OS X keyboard grabbing code needs to be multi-head aware to functionPierre Ossman2012-08-273-6/+33
* Fix silly typo that caused us to mishandle some SetDesktopSize requests.Pierre Ossman2012-08-271-1/+1
* Reverted last patch which was a mistake. Peter Åstrand2012-08-271-46/+6
* Added a comment about -geometry limitations. Peter Åstrand2012-08-271-0/+4
* Update to last patch; forgot break in switch statement. Peter Åstrand2012-08-271-0/+2
* Added a standard -geometry command line option. Such an option isPeter Åstrand2012-08-274-7/+81
* The x509ca and x509crl parameters were being set to the value of the button t...Brian Hinz2012-08-261-3/+0
* Make the window actually occupy the full screen in full-screen mode (without ...Brian Hinz2012-08-261-4/+15
* Properly handle zero-length argumentsBrian Hinz2012-08-261-0/+3
* Make sure we send a full FBUR whenever forceNonincremental=true (which it is ...Brian Hinz2012-08-261-1/+1
* "Requesting" is more accurate, because the requested encoding is only used if...Brian Hinz2012-08-261-1/+1
* Make scaling factor arguments "FixedRatio" and "Auto" case-insensitiveBrian Hinz2012-08-263-12/+14
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-269-52/+50
* Split the Viewport out from CConn, really should never have been in there to ...Brian Hinz2012-08-263-87/+117
* Remove unused classBrian Hinz2012-08-261-27/+0
* Refactor the handshake code from first principles to remove code that was bor...Brian Hinz2012-08-261-54/+29
* Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel...Brian Hinz2012-08-262-104/+1
* Significantly improve performance by eliminating the intermediary MemoryImage...Brian Hinz2012-08-261-19/+6
* Change name of menu key class to be consistent with Java style guidelines.Brian Hinz2012-08-265-24/+31