aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move keyboard input related code to Input.h and Input.cc.Adam Tkac2009-08-284-587/+622
* Add Input.h and Input.cc and move all mouse input related code there.Adam Tkac2009-08-285-141/+240
* Initialize eventq in all cases.Adam Tkac2009-08-281-0/+2
* Move definition of XORG macro to separate header.Adam Tkac2009-08-286-10/+37
* Use "XORG <version>" macro instead of "XORG_<version>" to distinguish between...Adam Tkac2009-08-284-34/+34
* Change product name to TigerVNC in about dialogs. Peter Åstrand2009-08-2710-10/+10
* Fix typo in make_release text file.Adam Tkac2009-08-201-1/+1
* Add the doc/dev/ subdirectory which contains development process relatedAdam Tkac2009-08-203-0/+54
* Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c onPeter Åstrand2009-08-191-1/+1
* Windows build fixes: Peter Åstrand2009-08-192-2/+2
* Initialize VNC extension earlier. It fixes problem that mouse cursor couldAdam Tkac2009-08-171-19/+19
* Unfortunately, the previous enhancements made an invalid assumption about the...DRC2009-08-061-16/+9
* Update copyrights to indicate files modified with colorspace extensionsDRC2009-08-067-0/+7
* Oops. Clean up a couple of remaining 32-bit memory accessesDRC2009-08-062-3/+3
* Improve compression performance by 15-20%DRC2009-07-301-21/+101
* Make our Makefile.am a bit easier to convert to a standalone one byPierre Ossman2009-07-101-0/+1
* Make sure bmp.h gets distributed.Pierre Ossman2009-07-101-2/+2
* Make sure the indirectly used assembly files get packaged.Pierre Ossman2009-07-101-0/+7
* Make x86_64 SIMD code PIC friendlyPierre Ossman2009-06-2911-247/+247
* Ignore test tools and files generated by themPierre Ossman2009-06-290-0/+0
* Clean up SIMD glue codePierre Ossman2009-06-297-321/+1033
* Remove unused variable.Pierre Ossman2009-06-261-1/+0
* Improve the messages for the SIMD configuration test now that we supportPierre Ossman2009-06-261-3/+3
* Add back in cjpeg and djpeg utilities for testing purposesDRC2009-06-2516-1/+5118
* 64-bit SIMD accelerationDRC2009-06-2524-4/+7272
* Fix dependencies for merged upsampling codeDRC2009-06-251-0/+2
* Fix rendering of cursor on local framebuffer. It was broken by r3717.Pierre Ossman2009-06-221-0/+3
* Add Polish translation (thanks to Piotr Drąg).Adam Tkac2009-06-182-1/+190
* Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...Adam Tkac2009-06-163-63/+13
* [Bugfix] Client didn't receive clipboard selections from a server due wrongAdam Tkac2009-06-162-2/+2
* Bump version to 0.0.91.Adam Tkac2009-06-128-17/+17
* Convert all *.po files to UTF-8 and bump translation versions to 0.0.91.Adam Tkac2009-06-125-64/+73
* Changes outside the framebuffer can sometimes be reported so we need toPierre Ossman2009-06-091-1/+5
* Try to keep DPI when we change resolution as we have no idea what the Pierre Ossman2009-06-021-2/+9
* DIBSectionBuffer can modify the pixel format so we need to read it back toPierre Ossman2009-06-011-0/+1
* Don't install Russian translation, it is broken.Adam Tkac2009-06-011-1/+1
* We should only send ExtendedDesktopSize to a client supporting both it andPierre Ossman2009-05-281-4/+6
* [Bugfix] Start per session D-Bus daemon correctly.Adam Tkac2009-05-201-0/+1
* [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash.Adam Tkac2009-05-182-0/+4
* The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90Pierre Ossman2009-04-302-38/+43
* Updated version information and copyright.Peter Åstrand2009-04-291-6/+6
* Regenerate xserver16.patch.Adam Tkac2009-04-271-8/+8
* Remove debugging output that wasn't supposed to be committed.Pierre Ossman2009-04-241-3/+0
* Send desktop layout changes separatelyPierre Ossman2009-04-235-84/+167
* UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, andPierre Ossman2009-04-221-2/+8
* If font catalogue exists (Fedora 11), use it as the initial font pathDRC2009-04-221-0/+3
* Make sure we handle endian problems in the conversion code.Pierre Ossman2009-04-213-6/+22
* Fix generation of native pixel format so the that internal state is correct.Pierre Ossman2009-04-201-13/+19
* It shouldn't be necessary to actually open the XFS unix socket. If the socke...DRC2009-04-161-13/+6
* Added Inno Setup file, for creating Windows installer. Peter Åstrand2009-04-151-0/+42