Update web page
[presencevnc] / src / vncview.cpp
2012-05-01 Christian PulvermacherMake coding style more consistent
2012-02-12 Christian Pulvermacherenable keyboard debugging output
2012-02-05 Christian Pulvermacherfix compile warning
2012-02-04 Christian PulvermacherFix scrolling artifacts (WIP, 2x zoom only for now)
2012-02-01 Christian PulvermacherMerge branch 'master' of https://vcs.maemo.org/git...
2012-02-01 Christian PulvermacherShow more detailed error messages
2012-01-30 Christian Pulvermacherconst correctness
2012-01-29 Christian Pulvermacheralways show local cursor option didn't apply immediatel...
2012-01-29 Christian Pulvermacheruse update() instead of repaint(); get rid of useless...
2012-01-29 Christian Pulvermacherfor non-maemo builds (i.e. with actual multitasking...
2012-01-29 christianImprove performance of partial repaints
2012-01-20 Christian Pulvermacherrun astyle (k&r style, indent with 4 spaces)
2012-01-03 christianfix indentation
2011-12-28 Christian Pulvermachermaemo: disable updates when screen is off
2010-11-07 Christian Pulvermacherget rid of magic numbers
2010-11-05 Christian Pulvermacherdon't show local cursor in viewonly mode
2010-11-05 Christian Pulvermachercleanup
2010-11-01 Christian Pulvermacheradd --viewonly comand line option
2010-10-28 Christian Pulvermacherremove some debug messages
2010-10-27 Christian Pulvermacherrename getZoomLevel() to zoomLevel()
2010-10-27 Christian Pulvermacheruse fast transformations during zoom
2010-10-24 Christian Pulvermacherset doubleclick timeout to 1/2s; further cleanup
2010-10-24 Christian Pulvermachersimplify repaints
2010-10-24 Christian Pulvermachertest removing some duplicate code
2010-10-19 Christian Pulvermacherdon't miss early connection errors
2010-10-16 Christian Pulvermacherfix deadlock when password dialog is cancelled
2010-10-15 Christian Pulvermachercleanup
2010-10-13 Christian Pulvermacherdisconnect now closes listening connections
2010-10-13 Christian Pulvermacherfix refresh issues
2010-10-13 Christian Pulvermachercleanup
2010-10-11 Christian Pulvermachermake 1:1 zoom easier
2010-10-11 Christian Pulvermacherfix refresh issues when zooming
2010-10-11 Christian Pulvermacheradd 'listen for incoming connections' option to host...
2010-10-07 Christian Pulvermacherfix ghastly deadlock/crash during exit
2010-10-06 Christian Pulvermacherfix redrawing after connecting
2010-10-06 Christian Pulvermachertrying to pinpoint crash on exit
2010-10-04 Christian Pulvermacherremove 'fit to screen' menu option, save zoom level
2010-10-04 Christian Pulvermacherre-add extrapixels to get rid of artefacts
2010-10-03 Christian Pulvermacheruse fast transformation for 2x zoom
2010-10-03 Christian Pulvermacherzoom bar mostly working
2010-10-03 Christian Pulvermacheradded zoom bar prototype
2010-09-30 Christian Pulvermacherincrease local cursor size to 7x7px
2010-09-29 Christian Pulvermacheradd Pause, Print, Menu keys
2010-09-29 Christian Pulvermachercursor rectangle was 1px too big
2010-09-20 Christian Pulvermacherremove debug output
2010-09-17 Christian Pulvermacherreally get rid of cursor artifacts
2010-09-17 Christian Pulvermacherget rid of local cursor artifacts
2010-09-16 Christian Pulvermacheradd option for local cursor
2010-09-15 christiandon't start virtual keyboard with caps lock enabled
2010-09-15 Christian Pulvermacherhandle hardware mid/right clicks
2010-09-15 christianfix symbol key
2010-09-13 christiandraw XORed cursor, minor fixes
2010-09-12 Christian Pulvermacherdraw local cursor ourselves
2010-09-11 christianvarious fixes
2010-09-11 christianadd key menu
2010-08-23 christianremove some debug output
2010-08-23 christiangrow update rectangle when rescaling
2010-08-20 christianuse less cpu when minimized
2010-08-15 christianmove fullscreen button to far right of toolbar; force...
2010-08-12 christianadd return key to toolbar as input method is broken
2010-08-12 christianonly enable input method when needed to avoid breaking...
2010-08-04 christianadd middle click option to zoom buttons, disable_tappin...
2010-08-03 christiandismissing pw dialog now closes program
2010-08-01 christianremove connect/disconnect items because of crash
2010-07-22 christiandon't send wheel events twice
2010-07-22 christianhandle configurable zoom buttons
2010-07-18 christianremove magic numbers
2010-07-17 christianremove modifiers present on hw keyboard
2010-07-13 christianadd Tab, PgUp/Dn, Fullscreen buttons
2010-07-12 christianadd toolbar
2010-07-06 christianimported project