]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2008-04-16 Adam Tkac- updated xserver.patch (part of it was merged to xorg...
2008-04-14 Adam Tkac- generate Makefile.in from Makefile.am template
2008-04-14 Adam Tkac- improved zlib configuration, parameter --with-install...
2008-04-14 Adam Tkac- improved jpeg configuration, parameter --with-install...
2008-04-14 Adam Tkac- introduced common/jpeg/jconfig.h.in - minimal jconfig...
2008-04-03 Adam Tkac- introduced common/jpeg/{configure.ac,Makefile.am}
2008-03-27 Adam TkacIntroduced common/zlib/{configure.ac,Makefile.am}....
2008-03-27 Adam TkacRename common/configure.in to common/configure.ac and...
2008-03-26 Adam TkacPaintWindowBackground and PaintWindowBorder hooks are...
2008-03-26 Adam TkacUse SelectionCallback to handle selection changes....
2008-03-26 Adam TkacAdd DDXRingBell to xvnc.cc because it has to be impleme...
2008-03-26 Adam TkacUse GetKeyboardEvents and GetPointerEvents functions...
2008-03-26 Adam TkacInitialize input devices in XserverDesktop constructor...
2008-03-26 Adam TkacMoved keyboard and mouse input procedures to XserverDes...
2008-03-22 Adam TkacFixed minor compilation problems in xvnc.cc.
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.
next