]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2014-09-16 Pierre OssmanFix broken FLTK patch 31/head
2014-09-15 Pierre OssmanMerge branch 'xhandlers' of https://github.com/CendioOs...
2014-09-11 Pierre OssmanUpdate FLTK patches based on feeback from upstream 30/head
2014-09-11 Pierre OssmanProtect the optional IM disabling calls with #ifdef:s
2014-09-09 Tim WaughAdded missing part of write block handler. 29/head
2014-09-07 bphinzMerge pull request #28 from bphinz/buildfixes
2014-09-07 Brian P. HinzRemoved patch that was merged into trunk in 6bc1de83a7 28/head
2014-09-05 Pierre OssmanMerge branch 'xorgserver116' of https://github.com...
2014-09-04 Tim WaughFix linking when dri3 and present are enabled. 26/head
2014-09-04 Tim WaughNo need to declare 'display' here either.
2014-09-04 Tim WaughGCFuncs and GCOps are const since 1.16.
2014-09-04 Tim WaughNo need to declare 'display' here.
2014-09-04 Tim WaughAnother LoadExtensionList() that needs an #ifdef.
2014-09-03 Tim WaughLoadExtensionList is new in 1.16.
2014-09-03 Tim WaughUpdated to build against xorg-x11-server 1.16.0.
2014-08-22 Pierre OssmanUse different keysyms for left and right alt on OS X
2014-08-22 Pierre OssmanDisable input methods when the viewport is focused
2014-08-22 Pierre OssmanIgnore FLTK events when we have low level hooks
2014-08-22 Pierre OssmanAdd OS X keyboard handler
2014-08-22 Pierre OssmanAdd Windows keyboard handler
2014-08-22 Pierre OssmanAdd X11 keyboard handler
2014-08-22 Pierre OssmanAdd xhandler hook
2014-08-22 Pierre OssmanAdd helper to get combining codepoint from a spacing...
2014-08-22 Pierre OssmanBetter codepoint for combining ypogegrammeni (dead...
2014-08-22 Pierre OssmanAttempt to handle Ctrl+key
2014-08-22 Pierre OssmanRemove simple keyboard model
2014-08-22 Pierre OssmanShip FLTK patches instead of referring a URI
2014-08-22 Pierre OssmanUpdate FLTK requirement
2014-08-21 bphinzMerge pull request #22 from bphinz/i18nfix
2014-08-08 Brian P. HinzFix some cmake quoting and escape issues. The un-escap... 22/head
2014-08-08 bphinzMerge pull request #21 from bphinz/precise-damage-fix
2014-08-08 Brian P. Hinz\nAdded missing dependency that caused x0vncserver... 21/head
2014-07-21 Pierre OssmanWindows debug builds of vncviewer should have a console
2014-07-21 Pierre OssmanUse NoSymbol as the error code
2014-07-21 Pierre OssmanMake keysymtab static and const
2014-07-21 Pierre OssmanUse printf constructor safely
2014-07-15 Pierre OssmanMerge branch 'pointersync' of https://github.com/twaugh...
2014-07-14 bphinzMerge pull request #14 from bphinz/master
2014-07-14 Brian P. HinzRemove OpenSuse clean-pressed-key patch 14/head 17/head
2014-07-14 bphinzMerge pull request #13 from bphinz/master
2014-07-14 Brian P. HinzRemove OpenSuse newfbsize patch 13/head
2014-07-14 Tim WaughUpdate the cursor position using GetSpritePosition(). 12/head
2014-07-14 Pierre OssmanMerge branch 'encodemanager' of https://github.com...
2014-07-14 Pierre OssmanMerge branch 'nopixeltrans' of https://github.com/Cendi...
2014-07-14 Pierre OssmanMerge branch 'nocolourmap' of https://github.com/Cendio...
2014-07-14 Pierre OssmanString literals are constant 11/head
2014-07-14 Pierre OssmanRemove PixelTransformer and TransImageGetter 10/head
2014-07-14 Pierre OssmanMove image encoding logic into a central EncodeManager...
2014-07-14 Pierre OssmanUse PixelBuffer objects as the interface for encoders...
2014-07-14 Pierre OssmanStore the mouse cursor in the ConnParams object
2014-07-14 Pierre OssmanAllow PixelBuffers to be const
2014-07-14 Pierre OssmanAdd helper class for a rendered cursor
2014-07-14 Pierre OssmanAdd convenience variant of getImage()
2014-07-14 Pierre OssmanMerge branch 'inputreset' of https://github.com/CendioO...
2014-07-14 Pierre OssmanHandle closing of input devices 6/head
2014-07-14 Pierre OssmanRemove private storage from InputDevice
2014-07-14 Pierre OssmanMake InputDevice into a singleton
2014-07-14 Pierre OssmanMove all functions that InputDevice uses into the class
2014-07-14 Pierre OssmanLet XserverDesktop handle syncing cursor position
2014-07-14 Pierre OssmanRe-init VNC extension on server reset
2014-07-11 Pierre OssmanWe need to set a label on all pointer buttons
2014-07-09 Pierre OssmanAdd convenience functions to ModifiablePixelBuffer
2014-07-09 Pierre OssmanTest results comparing PixelTransformer and bufferFromB...
2014-07-09 Pierre OssmanAdd optimised buffer conversion
2014-07-09 Pierre OssmanAdd ability to directly convert between two pixel formats
2014-07-09 Pierre OssmanUse lookup tables for pixel upconversion
2014-07-09 Pierre OssmanPut some space between the groups of tests
2014-07-09 Pierre OssmanAdd more 8 bpp conversion tests
2014-07-07 Pierre OssmanOnly grab the regions we actually need
2014-07-07 Pierre OssmanProvide a better R/W base PixelBuffer class
2014-07-07 Pierre OssmanGet rid of getStride() 9/head
2014-07-07 Pierre OssmanGet rid of the direct access abuse of FullFramePixelBuf...
2014-07-07 Pierre OssmanWe don't need a fillRect() that is this optimised
2014-07-07 Pierre OssmanAvoid having virtual methods where not needed
2014-07-07 Pierre OssmangetImage() doesn't need to be overloadable, keep it...
2014-07-07 Pierre OssmanCreate a proper interface base class for the viewport...
2014-07-07 Pierre OssmanEncoders/decoders should track the connection object
2014-07-07 Pierre OssmanPush encoder and decoder handling down into the connect...
2014-07-07 Pierre OssmanRemove full support for colour maps
2014-07-07 Pierre OssmanGet rid of unnecessary macros as they are only ever...
2014-07-07 Pierre OssmanPush encoding specific formats into the encoders and...
2014-07-07 Pierre OssmanConsolidate the different palette handler implementations
2014-07-07 Pierre OssmanHandle CopyRect like any other encoding
2014-07-07 Pierre OssmanAvoid reader/writer duplication in every encoder/decoder
2014-07-07 Pierre OssmanRemove partial update functionality
2014-07-07 Pierre OssmanMove serialisation of pseudorects into separate functions
2014-07-07 Pierre OssmanMerge the "V3" message classes into the normal ones
2014-07-07 Pierre OssmanMerge branch 'pixeltest' of https://github.com/CendioOs...
2014-07-07 Pierre OssmanMerge branch 'cleanup' of https://github.com/CendioOssm...
2014-07-07 Pierre OssmanRemove a lot of platform compatibilty stuff 3/head
2014-07-07 Pierre OssmanRemove remnants of Windows only client
2014-07-07 Pierre OssmanFix some offenders that poke around in the PixelFormat...
2014-07-07 Pierre OssmanAvoid code duplication for the linear pixel format...
2014-07-07 Pierre OssmanConsistent use of stride vs pitch
2014-07-07 Pierre OssmanFix possible information leakage
2014-07-07 Pierre OssmanUse the same algorithm for conversions
2014-07-07 Pierre OssmanOptimise the RGB to pixel conversion to simple shifts
2014-07-07 Pierre OssmanRemove magic JPEG variables from ConnParams
2014-07-07 Pierre OssmanClean up the encoding parser in ConnParams
2014-07-07 Pierre OssmanMake the subsampling setting follow the common style
next