]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2005-01-24 Peter ÅstrandMerged sv.po with updated .pot
2005-01-24 Peter ÅstrandIgnoring m4 directory.
2005-01-24 Peter ÅstrandAdded .cvsignore
2005-01-24 Peter ÅstrandAdded .cvsignore
2005-01-24 Peter ÅstrandDefining top_builddir.
2005-01-24 Peter ÅstrandGet rid of the dependency on config.h.
2005-01-24 Peter ÅstrandCalling xgettext with --no-location, since this makes...
2005-01-23 Peter ÅstrandLet's keep tightvnc.pot in CVS
2005-01-23 Peter ÅstrandAdded sv.po skel
2005-01-23 Peter ÅstrandAdded translation support for the UNIX implementation...
2005-01-23 Peter ÅstrandCorrected buffer overrun problem with aboutText. Also...
2005-01-20 Peter ÅstrandThe vncviewer password dialog should probably display...
2005-01-19 george82Added the ToolBar to RfbPlayer.
2005-01-19 Peter ÅstrandThe passwordfile must be opened binary.
2005-01-18 george82Added ToolBar::autoSize, ToolBar::getButtonRect().
2005-01-17 george82Changed toolbar bitmap.
2005-01-17 Peter ÅstrandWe cannot include rfb/util.h here, since that causes...
2005-01-17 george82Start playing if autoplay set to TRUE.
2005-01-16 george82Changed the threading part of rfbplayer. Now threading...
2005-01-14 Constantin... Converted line endings to CRLF, after making all the...
2005-01-13 Peter ÅstrandAdded @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these...
2005-01-13 Peter Åstrandmin and max changed to vncmin and vncmax. This solves...
2005-01-13 Peter Åstrand.dsp files must have crlf line breaks, or VC7 cannot...
2005-01-13 george82Added bitmap for the toolbar buttons.
2005-01-11 george82Added button operations to the ToolBar class.
2005-01-11 george82Added button images operations to the ToolBar class:
2005-01-10 george82Removed CommonControls.cxx, CommonControls.h
2005-01-10 george82Added ToolBar:create() function. It creats a windows...
2005-01-10 george82Added new methods to ToolBar class:
2005-01-10 george82Added implementation of ToolBar control class.
2005-01-10 george82Removed CommonControls.cxx, CommonControls.h
2005-01-07 Peter ÅstrandIcons now changed.
2005-01-07 Peter ÅstrandNew .ico files, from 1.3
2005-01-07 Peter ÅstrandTight encoding is actually faster than Hextile when...
2005-01-07 Peter ÅstrandNew TODO: Should support X11 cursors.
2005-01-03 Peter ÅstrandWhen using AutoSelect with old servers, always start...
2005-01-03 Peter ÅstrandBugfix for Configuration system: When using alias param...
2005-01-03 Peter Åstrand-PasswordFile support for Windows viewer as well
2005-01-03 Peter ÅstrandAutoSelect if default only if not using PreferredEncodi...
2005-01-01 Peter ÅstrandThe OptionsDialog bug is caused by a bug in KDE 3.2...
2004-12-30 Peter ÅstrandAdded note about the UNIX optionswindow modality problem.
2004-12-30 Peter ÅstrandNote about the toolbar from http://lars.werner.no/vnc/.
2004-12-30 Peter ÅstrandImproved patch for bandwidth estimation: Avoid reading...
2004-12-30 Peter ÅstrandThe line speed bug has now been fixed.
2004-12-30 Peter ÅstrandBugfix for problem with line speed estimate staying...
2004-12-30 Peter ÅstrandPerhaps warn if pixel format change against buggy server.
2004-12-30 Peter ÅstrandNeed to update vncviewer.man.
2004-12-30 Peter ÅstrandUpdated section about autoselect wrt full-color mode.
2004-12-30 Peter ÅstrandChanged all user-visible strings from colour to color.
2004-12-30 Peter ÅstrandTwo new things: version strings and icons.
2004-12-30 Peter ÅstrandTightified sources:
2004-12-30 Peter ÅstrandSelecting jpeg and zlib compression from the GUI and...
2004-12-30 Peter ÅstrandMoved color level buttons down, aligned with encoding...
2004-12-30 Peter ÅstrandAfter changing zlib compression or jpeg quality, trigge...
2004-12-29 Peter ÅstrandAfter changing zlib compression or jpeg quality, trigge...
2004-12-29 Peter ÅstrandAdded support for selecting zlib compression and jpeg...
2004-12-29 Peter ÅstrandLowest JPEG quality should be 1.
2004-12-29 Peter ÅstrandMake compression and quality level input boxes inactive...
2004-12-29 Peter ÅstrandIDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL
2004-12-29 Peter ÅstrandAdded options CompressLevel and CustomCompressLevel
2004-12-28 Peter ÅstrandAdded new parameter NoJPEG, hooked up with GUI
2004-12-28 Peter ÅstrandqualityLevel hooked up with GUI
2004-12-28 Peter ÅstrandColor level selection is disabled when using AutoSelect
2004-12-28 Peter ÅstrandReworked Windows GUI: added components for selecting...
2004-12-28 Peter Åstrand.dsp files must have crlf line breaks, or VC7 cannot...
2004-12-23 george82Added implementation of ToolBar control class.
2004-12-23 Peter ÅstrandWhen using AutoSelect, enable automatic selection of...
2004-12-21 Peter ÅstrandUpdated TODO.
2004-12-21 Peter ÅstrandNew AutoSelect policy:
2004-12-20 Peter ÅstrandZlibInStream must be reset after use, or we will end...
2004-12-19 Peter ÅstrandNow possible to select tight encoding in UNIX vncviewer GUI
2004-12-19 Peter ÅstrandNow possible to select tight encoding in win32 vncviewe...
2004-12-19 Peter ÅstrandOther BPPs than 16 seems pretty ok now.
2004-12-19 Peter ÅstrandAdded building-vc7.txt
2004-12-13 Peter ÅstrandSupport for gradient filter with 24 bpp.
2004-12-13 Peter ÅstrandJpeg decompressor now supports 24/32 bpp.
2004-12-13 Peter Åstrand24 bpp "cutZeros" support for copy filter.
2004-12-12 Peter ÅstrandFill compression type and palette reading now supports...
2004-12-12 Peter Åstrandcolour -> color
2004-12-12 Peter ÅstrandAdded RGB24_TO_PIXEL32 macro.
2004-12-12 george82Removed old RfbPlayer's controls.
2004-12-09 Peter ÅstrandGradient is now implemented.
2004-12-09 Peter ÅstrandImplemented client side gradient filter. Only tested...
2004-12-09 george82Added hot keys support to RfbPlayer
2004-12-08 george82Added the menu in RfbPlayer
2004-12-07 Peter ÅstrandIt seems like only BPP 16 works currently.
2004-12-07 Peter ÅstrandSetting qualityLevel from options.
2004-12-07 Peter ÅstrandAdded our copyright notice.
2004-12-07 Peter ÅstrandAdded Tight decoder to rfb project.
2004-12-07 Peter Åstrandjpeglib.h should be included via extern "C".
2004-12-07 Peter Åstrandmessages.h and messages.rc should have CRLF line breaks
2004-12-07 Peter ÅstrandInclude jpeg project.
2004-12-07 Peter Åstrand.dsp files must have CRLF line breaks
2004-12-07 Peter ÅstrandAdded TODO
2004-12-07 Peter ÅstrandAdded a file for filling in info about the RealVNC...
2004-12-07 Peter Åstrandjconfig.h was added by mistake.
2004-12-07 Peter ÅstrandAdded command line option -QualityLevel
2004-12-07 Peter ÅstrandJPEG decompression support
2004-11-19 Peter ÅstrandLinking with libjpeg
2004-11-19 Peter ÅstrandUpdated configure script
next