summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged r4342 - r4359 from 1_1 branch.Adam Tkac2011-04-277-71/+150
* Merge r4341 from 1_1 branch (dcommander):Adam Tkac2011-04-272-0/+10
* Merged r4340 from 1_1 branch (dcommander):Adam Tkac2011-04-271-2/+4
* Added install target for new vncviewer. Peter Åstrand2011-04-191-0/+2
* Workaround for when initial window size isn't what we requested.Pierre Ossman2011-04-151-0/+6
* Limit window size to framebuffer size, which is the behaviour we have in thePierre Ossman2011-04-151-1/+1
* Add a scroll widget so that we can allow resizing of the main window.Pierre Ossman2011-04-152-0/+48
* Need to adjust mouse coordinates now that we can move the widget around.Pierre Ossman2011-04-151-2/+2
* Make sure the viewport widget can be moved around (i.e. don't assume we'rePierre Ossman2011-04-151-4/+4
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-155-476/+624
* Forgot to add the dead key define so that the source code can actually use it.Pierre Ossman2011-04-141-0/+1
* Release all pressed keys when we lose focus. This is how we've always done itPierre Ossman2011-04-141-0/+9
* Use a STL map to track keys so we don't have to care what range FLTK key codesPierre Ossman2011-04-142-7/+16
* Make sure AltGr gets sent over on X11.Pierre Ossman2011-04-141-0/+4
* Since Ctrl and Cmd tends to mess with the symbol generation, we need to do somePierre Ossman2011-04-143-2/+110
* Handle dead keys more properly (through some fixing in FLTK).Pierre Ossman2011-04-113-2/+32
* [Bugfix] Update unix/xserver110.patch patch.Adam Tkac2011-03-141-19/+19
* Off-by-one error. FL_F points to "F0", not F1.Pierre Ossman2011-03-101-2/+2
* Fix up numpad keys.Pierre Ossman2011-03-101-0/+20
* Reorganise the translation to keysyms to make the code simpler. At the samePierre Ossman2011-03-102-115/+94
* Remove extra (incorrect) entry for the euro symbol.Pierre Ossman2011-03-101-1/+0
* Initial stab at keyboard support. Lots of corner case to work out though...Pierre Ossman2011-03-095-0/+1052
* Unregister timeouts on object destruction so we don't get any crashes.Pierre Ossman2011-03-091-0/+6
* Forgot to fully implement the handler for the delayed pointer events.Pierre Ossman2011-03-091-0/+1
* Handle pointer events.Pierre Ossman2011-03-092-1/+72
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-0915-0/+1694
* Added additional check to only link against ws2_32 libraryHenrik Andersson2011-03-091-1/+4
* Forgot to add the new PixelTransformer class to the autotools system.Pierre Ossman2011-03-081-7/+7
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-087-234/+428
* Ignore all the generated CMake stuff.Pierre Ossman2011-03-080-0/+0
* Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.Pierre Ossman2011-03-086-1/+65
* The Windows specific include path should only be used on Windows.Pierre Ossman2011-03-081-1/+2
* Make sure Windows specific code is only included in Windows builds.Pierre Ossman2011-03-081-1/+4
* We don't need to special case Windows anymore now since we have properPierre Ossman2011-03-081-5/+1
* Fix up typo that's been copied around in several places.Pierre Ossman2011-03-083-3/+3
* Added complete checks of GnuTLS.Henrik Andersson2011-03-082-0/+18
* Set compiler flags early in case they influence the tests.Pierre Ossman2011-03-081-9/+9
* Separate and comment the platform tests a bit better.Pierre Ossman2011-03-081-2/+5
* Consolidate CMake modules includes at the top of the file.Pierre Ossman2011-03-081-4/+5
* Windows actually has socklen_t, it's just that it is in a special header.Pierre Ossman2011-03-083-2/+5
* Fixed socklen_t test unix compatible.Henrik Andersson2011-03-082-2/+9
* Complete misunderstanding on my part. CMAKE_CL_64 indicates a _Microsoft_Pierre Ossman2011-03-082-11/+4
* Avoid intersecting screen with empty clipList in vncHooksCopyArea. ThePeter Åstrand2011-03-071-1/+3
* The Win64 headers don't like us requesting Windows 2000 as the minimum versionPierre Ossman2011-03-041-1/+8
* Restore workaround for CMake's broken 64-bit detection, but in a morePierre Ossman2011-03-041-0/+8
* Check that we are using libjpeg-turbo and not the standard one and complainPierre Ossman2011-03-041-0/+7
* Comment our change of default build type.Pierre Ossman2011-03-031-0/+2
* Make the build id generation work on other targets than Windows.Pierre Ossman2011-03-031-6/+12
* Clean up the 64-bit handling a bit. Trust CMake to tell use when we have aPierre Ossman2011-03-032-8/+2
* Consolidate all the Windows installer stuff to its own directory.Pierre Ossman2011-03-034-37/+34