| Commit message (Expand) | Author | Age | Files | Lines |
* | The OS X keyboard grabbing code needs to be multi-head aware to function | Pierre Ossman | 2012-08-27 | 1 | -1/+7 |
* | 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 | 1 | -1/+31 |
* | X11 window managers are very buggy when it comes to having a window start | Pierre Ossman | 2012-08-23 | 1 | -17/+60 |
* | Avoid doing a lot of resize related things if we're not actually resizing. | Pierre Ossman | 2012-08-23 | 1 | -15/+24 |
* | Added new option "-Maximize", for maximizing the window at startup. | Peter Åstrand | 2012-08-01 | 1 | -0/+44 |
* | We can end up with no screens in some cases. Make sure we at least have a | Pierre Ossman | 2012-07-20 | 1 | -0/+5 |
* | Screen layout is relative our viewport, not the local machine's 0,0. | Pierre Ossman | 2012-07-20 | 1 | -6/+12 |
* | Make sure we filter out any screens that aren't fully inside the new | Pierre Ossman | 2012-07-20 | 1 | -0/+8 |
* | Remove some debug output that wasn't supposed to be here. | Pierre Ossman | 2012-07-20 | 1 | -1/+0 |
* | Implement client side multi-head support. Requires a FLTK patched to support | Pierre Ossman | 2012-07-13 | 1 | -20/+135 |
* | Make it possible to dynamically resize the size of the session, when resizing | Pierre Ossman | 2012-07-04 | 1 | -35/+88 |
* | Reindent some code that had grown a bit unstructured. | Pierre Ossman | 2011-11-21 | 1 | -18/+19 |
* | Also grab the mouse pointer in full screen as some window managers like to | Pierre Ossman | 2011-11-17 | 1 | -0/+11 |
* | Put the TigerVNC marker at the end instead of the beginning of the window | Pierre Ossman | 2011-09-30 | 1 | -1/+1 |
* | Make sure to include config.h in every compilation unit. Otherwise, | Peter Åstrand | 2011-08-23 | 1 | -0/+4 |
* | Another fullscreen fix: avoid triggering fullscreen simply by setting | Peter Åstrand | 2011-08-02 | 1 | -1/+9 |
* | More fullscreen fixes: Do not try to change size in fullscreen mode | Peter Åstrand | 2011-08-01 | 1 | -5/+6 |
* | Another fullscreen fix: When the framebuffer size changes, we must not | Peter Åstrand | 2011-07-19 | 1 | -0/+3 |
* | Make fullscreen mode work better with some X11 WMs such as Fedora 14 | Peter Åstrand | 2011-07-18 | 1 | -4/+21 |
* | XGrabKeyboard needs to use CurrentTime rather than | Peter Åstrand | 2011-07-18 | 1 | -1/+1 |
* | Create a proper header file for the exported functions from vncviewer.cxx. | Pierre Ossman | 2011-07-12 | 1 | -2/+1 |
* | Fix build issues with Visual C++ (implemented macro version of snprintf + re-... | DRC | 2011-06-24 | 1 | -3/+3 |
* | Implement a more robust method to handle the keyboard grab/focus voodoo as | Pierre Ossman | 2011-06-14 | 1 | -9/+43 |
* | Add support for cursors to the new viewer. | Pierre Ossman | 2011-06-08 | 1 | -8/+7 |
* | Handle framebuffer resize requests. | Pierre Ossman | 2011-06-01 | 1 | -23/+84 |
* | Make it possible to start in full screen mode. | Pierre Ossman | 2011-05-26 | 1 | -0/+5 |
* | Toggle full screen based on changes in the options window. | Pierre Ossman | 2011-05-26 | 1 | -0/+5 |
* | As we also fall through for FL_FOCUS, we need to do an extra check of the | Pierre Ossman | 2011-05-26 | 1 | -1/+2 |
* | Update the full screen setting when the state is toggled by other means. | Pierre Ossman | 2011-05-26 | 1 | -0/+2 |
* | Implement support for grabbing the keyboard when in full screen mode. | Pierre Ossman | 2011-05-26 | 1 | -0/+144 |
* | Workaround for when initial window size isn't what we requested. | Pierre Ossman | 2011-04-15 | 1 | -0/+6 |
* | Limit window size to framebuffer size, which is the behaviour we have in the | Pierre Ossman | 2011-04-15 | 1 | -1/+1 |
* | Add a scroll widget so that we can allow resizing of the main window. | Pierre Ossman | 2011-04-15 | 1 | -0/+45 |
* | Split out the graphics and input handling to a separate widget in preparation | Pierre Ossman | 2011-04-15 | 1 | -420/+10 |
* | Release all pressed keys when we lose focus. This is how we've always done it | Pierre Ossman | 2011-04-14 | 1 | -0/+9 |
* | Use a STL map to track keys so we don't have to care what range FLTK key codes | Pierre Ossman | 2011-04-14 | 1 | -6/+12 |
* | Make sure AltGr gets sent over on X11. | Pierre Ossman | 2011-04-14 | 1 | -0/+4 |
* | Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some | Pierre Ossman | 2011-04-14 | 1 | -0/+78 |
* | Handle dead keys more properly (through some fixing in FLTK). | Pierre Ossman | 2011-04-11 | 1 | -2/+7 |
* | Off-by-one error. FL_F points to "F0", not F1. | Pierre Ossman | 2011-03-10 | 1 | -2/+2 |
* | Fix up numpad keys. | Pierre Ossman | 2011-03-10 | 1 | -0/+20 |
* | Reorganise the translation to keysyms to make the code simpler. At the same | Pierre Ossman | 2011-03-10 | 1 | -115/+93 |
* | Initial stab at keyboard support. Lots of corner case to work out though... | Pierre Ossman | 2011-03-09 | 1 | -0/+160 |
* | Unregister timeouts on object destruction so we don't get any crashes. | Pierre Ossman | 2011-03-09 | 1 | -0/+6 |
* | Forgot to fully implement the handler for the delayed pointer events. | Pierre Ossman | 2011-03-09 | 1 | -0/+1 |
* | Handle pointer events. | Pierre Ossman | 2011-03-09 | 1 | -1/+65 |
* | Initial commit of new FLTK based vncviewer. Most of the code comes from the | Pierre Ossman | 2011-03-09 | 1 | -0/+186 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 1 | -1103/+0 |