summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* X11 window managers are very buggy when it comes to having a window startPierre Ossman2012-08-232-18/+66
* Avoid doing a lot of resize related things if we're not actually resizing.Pierre Ossman2012-08-231-15/+24
* A CGImage is read-only, but it just happened to work anyway. Until 10.8Pierre Ossman2012-08-172-13/+11
* The maximise functionality does not rely on the fullscreen patches.Pierre Ossman2012-08-171-1/+1
* Clarify the FLTK requirement.Pierre Ossman2012-08-171-5/+5
* Add missing blank line.Pierre Ossman2012-08-171-0/+1
* Ignore more generated filesPeter Åstrand2012-08-090-0/+0
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-09436-148219/+59
* Make it possible to load and save configuration files. Also, whenPeter Åstrand2012-08-085-25/+756
* Added new option "-Maximize", for maximizing the window at startup.Peter Åstrand2012-08-015-0/+52
* Changes to allow compiling on JDK7Brian Hinz2012-07-225-15/+46
* We can end up with no screens in some cases. Make sure we at least have aPierre Ossman2012-07-201-0/+5
* Screen layout is relative our viewport, not the local machine's 0,0.Pierre Ossman2012-07-201-6/+12
* Make sure we filter out any screens that aren't fully inside the newPierre Ossman2012-07-201-0/+8
* Remove some debug output that wasn't supposed to be here.Pierre Ossman2012-07-201-1/+0
* We were not handling the "sync next" fence properly as we sent the responsePierre Ossman2012-07-202-6/+10
* Also check for negative encodings, in case the server is throwing unexpectedPierre Ossman2012-07-192-3/+3
* Implicit drawing operations (like window borders) are done by accessingPierre Ossman2012-07-191-9/+26
* Fix improper check of errors when getting a suitable RandR mode.Pierre Ossman2012-07-181-2/+2
* We need to be able to handle outputs without any CRTC connected as well.Pierre Ossman2012-07-181-10/+56
* Forgot to initialise the iterator index properly.Pierre Ossman2012-07-181-1/+1
* We need to manually update the RandR timestamp, as it is normally set inPierre Ossman2012-07-171-0/+7
* The internal API for RRCrtcNotify() changed in Xorg 1.6+, so make sure thingsPierre Ossman2012-07-171-2/+19
* Implement client side multi-head support. Requires a FLTK patched to supportPierre Ossman2012-07-139-21/+167
* ScreenSet references rdr types, so we need to make sure those are defined.Pierre Ossman2012-07-131-0/+1
* Add back support for letting the client reconfigure the screen, this timePierre Ossman2012-07-134-34/+284
* Track outputs instead of CRTCs, as those better match the screen conceptPierre Ossman2012-07-122-15/+17
* Redo the RandR code in Xvnc/libvnc to use the modern 1.2 API. The oldPierre Ossman2012-07-125-165/+366
* Hide the full screen setting when support isn't present.Pierre Ossman2012-07-103-0/+12
* Make RemoteResize configurable from the options dialog.Pierre Ossman2012-07-052-0/+9