]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2008-03-22 Adam TkacInclude keysym.h from $(includedir)/X11
2008-03-22 Adam TkacDon't access devPrivates directly. Use dixRequestPrivat...
2008-03-22 Adam TkacFixed vncExtInit.cc compilation with gcc 4 series
2008-03-22 Adam TkacAfter discussion with Constantin reverted 2433, 2434...
2008-03-21 Adam TkacFixed libX11 #include directives
2008-03-21 Adam Tkac- moved Xvnc sources to unix/xserver/hw/vnc directory...
2008-03-21 Adam TkacFixed detection of XTest extension on IRIX
2008-03-21 Adam TkacAlways call configure in common/{zlib,jpeg} to get...
2008-03-21 Adam Tkac- fixed paths in po/POTFILES.in
2008-03-20 Adam Tkac- handle HAVE_MITSHM macro through config.h
2008-03-20 Adam Tkac- use Makefile.am and configure.ac
2008-03-19 Adam Tkac1.5-xserver branch. In this branch Xvnc is going to...
2008-03-19 Adam TkacAdded some missing #includes whose prevent build source...
2008-03-19 Adam TkacProtect common/zlib/configure parameter processing...
2008-03-17 Constantin... Set SVN project language to English.
2008-03-14 Adam Tkacviewer could aborted when only one scrollbar should...
2008-01-21 Constantin... Optimized the checkRow() function.
2008-01-19 Constantin... Minor refactoring: removed getFullRow() function, added...
2008-01-18 Constantin... Minor code enhancement: using an inline function instea...
2008-01-18 Constantin... Minor code improvement: added Image::locatePixel(x...
2008-01-18 Constantin... Made a number of member variables constants.
2008-01-18 Constantin... Minor refactoring: new m_bytesPerPixel member variable.
2008-01-18 Constantin... Refactoring: checkRow() has been rationalized; it does...
2008-01-17 Constantin... Code refactoring: removed extra arguments for member...
2008-01-17 Constantin... Code refactoring: introduced m_changeFlags member varia...
2008-01-17 Constantin... Minor code refactoring: remembering the number of 32x32...
2008-01-14 Constantin... LastRect was documented incorrectly.
2008-01-10 Constantin... Implemented calls to reportChanges() as conditional...
2008-01-10 Constantin... More debugging output can be enabled with the #define...
2008-01-09 Constantin... Checking neighbor pixels above and below changed tiles...
2008-01-09 Constantin... If defined DEBUG_PRINT_NUM_CHANGED_TILES, print correct...
2008-01-08 Constantin... Removed an extra empty line.
2008-01-08 Constantin... Documented TightVNC-specific parameters properly.
2008-01-08 Constantin... Made the manual page more readable, added clarification...
2008-01-07 Constantin... Reordered parameter descriptions, as x0vncserver -h...
2008-01-07 Constantin... Added new PARAMETERS section to the x0vncserver manual...
2008-01-07 Constantin... The man page for x0vncserver rewritten from the scratch.
2007-12-28 Constantin... Polling algorithm was extended. Now, if it detected...
2007-12-28 Constantin... When compiled with defining DEBUG_PRINT_NUM_CHANGED_TIL...
2007-12-28 Constantin... Code refactoring and cleanups. Moved a part of handleVi...
2007-12-28 Constantin... Maintaining additional one-pixel-width image for using...
2007-12-28 Constantin... Minor code refactoring -- new flagVideoArea() function...
2007-12-27 Constantin... Prepared the XPixelBuffer class for grabbing the screen...
2007-12-26 Constantin... Overriding the grabRegion function in XPixelBuffer...
2007-12-26 Constantin... Moved XPixelBuffer class into a separate file.
2007-12-25 Constantin... Added a numner of FIXME comments, to identify some...
2007-12-25 Constantin... Implemented new "VideoPriority" parameter. It allows...
2007-12-25 Constantin... Making sure that both height and width of the video...
2007-12-20 Constantin... IrixDMJpegCompressor is now preferred to IrixCLJpegComp...
2007-12-19 Constantin... Functional version of IrixCLJpegCompressor. This commit...
2007-12-13 Constantin... Added IrixCLJpegCompressor class which will support...
2007-12-07 Constantin... Do not use JPEG if not requested by the client.
2007-12-07 Constantin... Changing JPEG compression levels did not have immediate...
2007-12-07 Constantin... Various improvements in the IrixDMJpegCompressor class...
2007-11-05 george82Added throwing rfb::UnsupportedPixelFormatExceptions...
2007-11-05 george82Small code improvements - added check for scale buffer...
2007-11-05 george82Removed the possibility to choose the scale filter...
2007-11-05 george82Added the improvements of the ScaledPixelBuffer class...
2007-11-04 george82Powerful ScaledPixelBuffer class code improvements...
2007-10-28 george82Added implementation of the remote desktop scaling...
2007-10-28 george82Fixed the small mistake - set the scale parameter in
2007-10-17 Constantin... Using JpegEncoder for video only with proper pixel...
2007-10-10 Constantin... Changes in mapping of JPEG quality levels. Minor code...
2007-10-10 Constantin... In IRIX, if we could not find a matching DMIC converter...
2007-10-10 Constantin... Added support for new UseHardwareJPEG parameter ("Use...
2007-10-10 Constantin... Removed two obsolete FIXME comments.
2007-10-10 Constantin... Replaced printf(...) and fprintf(stderr, ...) with...
2007-10-10 Constantin... Replaced fprintf(stderr, ...) with proper logging.
2007-10-09 Constantin... Code cleanups, changes in variable names only.
2007-10-09 Constantin... Code improvement -- the code from detectVideo() was...
2007-10-09 Constantin... Optimized detectVideo() function. Now it does the most...
2007-10-09 Constantin... Removed PollPointer parameter and the corresponding...
2007-10-09 Constantin... Removed unused m_changedFlags member variable.
2007-10-09 Constantin... Removed old polling code, as well as PollingType parameter.
2007-10-08 Constantin... Combined video detection stuff with new polling code.
2007-10-08 Constantin... Fixed a problem with low performance in new polling...
2007-10-08 Constantin... Bugfix: we should not assume (sizeof(bool) == 1).
2007-10-07 Constantin... A comment extended.
2007-10-07 Constantin... Code refactoring -- moving a code chunk from poll_New...
2007-10-04 Constantin... Performing polling via new checkRow() function.
2007-10-04 Constantin... New polling algorithm has been implemented. Video detec...
2007-09-29 Constantin... Improved algorithm of detecting rectangular video area...
2007-09-05 Constantin... Linking vncviewer with -ldmedia in IRIX.
2007-09-05 Constantin... Minor code cleanup to decrease the amount of compilatio...
2007-09-05 Constantin... Adding -ldmedia option on linking x0vncserver in IRIX.
2007-09-05 Constantin... Fixed a compilation problem under Fedora Core 6. Now...
2007-09-04 Constantin... Special handling for rectangular video area in x0vncserver.
2007-09-04 Constantin... Fixed a problem with copying discontinuous pixel data...
2007-09-04 Constantin... Using hardware-accelerated version of JpegEncoder under...
2007-09-03 Constantin... Extended Image::get() methods with a version that can...
2007-09-03 Constantin... Eliminated a warning on link in the Debug configuration.
2007-09-03 Constantin... Sending updates for "video area".
2007-09-03 Constantin... Passing image quality level to JpegEncoder.
2007-08-31 Constantin... In SMsgWriter, added the ability to send a video rectan...
2007-08-31 Constantin... A typo fixed in a comment.
2007-08-31 Constantin... Special handling of a rectangular video area in the...
2007-08-31 Constantin... Minor code cleanup - changed a variable name.
2007-08-31 Constantin... Code cleanups. The most important change is that we...
2007-08-31 Constantin... Unused function commented out.
2007-08-02 Constantin... Makefile updated to include JpegEncoder.
next