| Commit message (Expand) | Author | Age | Files | Lines |
* | Need to make sure that the viewport still gets mouse events, even if we | Pierre Ossman | 2012-09-10 | 1 | -1/+2 |
* | Create common/os/libos.la file | Adam Tkac | 2012-09-05 | 1 | -0/+4 |
* | Add support for X.Org 1.13 | Adam Tkac | 2012-09-05 | 4 | -3/+108 |
* | Add xserver113.patch | Adam Tkac | 2012-09-05 | 1 | -0/+92 |
* | Break some overly long lines. | Pierre Ossman | 2012-09-03 | 1 | -6/+12 |
* | Avoid triggering a full screen request by accident on X11. | Pierre Ossman | 2012-09-03 | 1 | -8/+28 |
* | Restore edge/bump scrolling when we are in full screen mode as it is easier | Pierre Ossman | 2012-09-03 | 2 | -1/+86 |
* | upgrade jzlib to 1.1.1 | Brian Hinz | 2012-09-01 | 19 | -459/+1584 |
* | Updated copyright notice, fixed build string | Brian Hinz | 2012-09-01 | 2 | -2/+8 |
* | Forces all dialogs except for the clipboard to be modal. Fixes cases where d... | Brian Hinz | 2012-09-01 | 8 | -103/+104 |
* | reduce the time threshold for autoSelectFormatAndEncoding, otherwise early fo... | Brian Hinz | 2012-09-01 | 1 | -1/+1 |
* | r4960 broke support for pixel formats with depth < 24. This corrects that and... | Brian Hinz | 2012-09-01 | 3 | -19/+33 |
* | fix initialization of dialog state variables | Brian Hinz | 2012-08-31 | 1 | -3/+3 |
* | improve the look & functionality of the clipboard dialog | Brian Hinz | 2012-08-30 | 1 | -1/+8 |
* | secondary viewers were not loading user preferences | Brian Hinz | 2012-08-30 | 1 | -0/+1 |
* | Fix build errors with XORG < 111: I assume that the last NULL argument | Peter Åstrand | 2012-08-29 | 1 | -1/+1 |
* | Move the -geometry parsing up, so that it affects fullscreen mode as | Peter Åstrand | 2012-08-29 | 1 | -45/+43 |
* | adds initial support for loading & saving of both configuration files and use... | Brian Hinz | 2012-08-29 | 11 | -383/+599 |
* | Add support for X.Org 1.12.X | Adam Tkac | 2012-08-28 | 4 | -17/+227 |
* | Add Support for X.Org 1.11.X | Adam Tkac | 2012-08-28 | 4 | -10/+161 |
* | The OS X keyboard grabbing code needs to be multi-head aware to function | Pierre Ossman | 2012-08-27 | 3 | -6/+33 |
* | Fix silly typo that caused us to mishandle some SetDesktopSize requests. | Pierre Ossman | 2012-08-27 | 1 | -1/+1 |
* | Reverted last patch which was a mistake. | Peter Åstrand | 2012-08-27 | 1 | -46/+6 |
* | Added a comment about -geometry limitations. | Peter Åstrand | 2012-08-27 | 1 | -0/+4 |
* | Update to last patch; forgot break in switch statement. | Peter Åstrand | 2012-08-27 | 1 | -0/+2 |
* | Added a standard -geometry command line option. Such an option is | Peter Åstrand | 2012-08-27 | 4 | -7/+81 |
* | The x509ca and x509crl parameters were being set to the value of the button t... | Brian Hinz | 2012-08-26 | 1 | -3/+0 |
* | Make the window actually occupy the full screen in full-screen mode (without ... | Brian Hinz | 2012-08-26 | 1 | -4/+15 |
* | Properly handle zero-length arguments | Brian Hinz | 2012-08-26 | 1 | -0/+3 |
* | Make sure we send a full FBUR whenever forceNonincremental=true (which it is ... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | "Requesting" is more accurate, because the requested encoding is only used if... | Brian Hinz | 2012-08-26 | 1 | -1/+1 |
* | Make scaling factor arguments "FixedRatio" and "Auto" case-insensitive | Brian Hinz | 2012-08-26 | 3 | -12/+14 |
* | Fix AccessControlException caused by using System.exit() in applet mode, and ... | Brian Hinz | 2012-08-26 | 9 | -52/+50 |
* | Split the Viewport out from CConn, really should never have been in there to ... | Brian Hinz | 2012-08-26 | 3 | -87/+117 |
* | Remove unused class | Brian Hinz | 2012-08-26 | 1 | -27/+0 |
* | Refactor the handshake code from first principles to remove code that was bor... | Brian Hinz | 2012-08-26 | 1 | -54/+29 |
* | Remove the AWTPixelBuffer class. After switching to using rasters in BIPixel... | Brian Hinz | 2012-08-26 | 2 | -104/+1 |
* | Significantly improve performance by eliminating the intermediary MemoryImage... | Brian Hinz | 2012-08-26 | 1 | -19/+6 |
* | Change name of menu key class to be consistent with Java style guidelines. | Brian Hinz | 2012-08-26 | 5 | -24/+31 |
* | X11 window managers are very buggy when it comes to having a window start | Pierre Ossman | 2012-08-23 | 2 | -18/+66 |
* | Avoid doing a lot of resize related things if we're not actually resizing. | Pierre Ossman | 2012-08-23 | 1 | -15/+24 |
* | A CGImage is read-only, but it just happened to work anyway. Until 10.8 | Pierre Ossman | 2012-08-17 | 2 | -13/+11 |
* | The maximise functionality does not rely on the fullscreen patches. | Pierre Ossman | 2012-08-17 | 1 | -1/+1 |
* | Clarify the FLTK requirement. | Pierre Ossman | 2012-08-17 | 1 | -5/+5 |
* | Add missing blank line. | Pierre Ossman | 2012-08-17 | 1 | -0/+1 |
* | Ignore more generated files | Peter Åstrand | 2012-08-09 | 0 | -0/+0 |
* | Remove the in-tree versin of FLTK. Maintaining such a copy is way too | Peter Åstrand | 2012-08-09 | 436 | -148219/+59 |
* | Make it possible to load and save configuration files. Also, when | Peter Åstrand | 2012-08-08 | 5 | -25/+756 |
* | Added new option "-Maximize", for maximizing the window at startup. | Peter Åstrand | 2012-08-01 | 5 | -0/+52 |
* | Changes to allow compiling on JDK7 | Brian Hinz | 2012-07-22 | 5 | -15/+46 |