Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
vncviewer
/
Viewport.h
615d16b
Improved clipboard API
by Pierre Ossman
· 6 years ago
56fa782
Add UTF-8 to/from ISO 8859-1 conversion routines
by Pierre Ossman
· 10 years ago
66f1db5
Clean up internal clipboard handling
by Pierre Ossman
· 6 years ago
609a9c8
Properly sync LED state on connect
by Pierre Ossman
· 7 years ago
fa646bc
Merge branch 'clipfocus' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
59da99f
Stop abusing InputHandler class for write class
by Pierre Ossman
· 10 years ago
be6909b
Avoid clipboard updates when not focused
by Pierre Ossman
· 7 years ago
9a74732
Add focus test helper for Viewport
by Pierre Ossman
· 7 years ago
7823629
Handle LED state sync entirely in Viewport
by Pierre Ossman
· 7 years ago
4c20423
Move server cut text handler to Viewport
by Pierre Ossman
· 7 years ago
5124978
Better detection of AltGr on Windows
by Pierre Ossman
· 8 years ago
0c15866
Add support for raw keyboard in vncviewer
by Pierre Ossman
· 8 years ago
1668cfa
Sync LED state when gaining focus
by Pierre Ossman
· 9 years ago
2fa63f8
Add client support for LED state sync
by Pierre Ossman
· 9 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
3d74d88
Render on a temporary surface when needed
by Pierre Ossman
· 9 years ago
403ac27
Abstract platform rendering to "surfaces"
by Pierre Ossman
· 9 years ago
2e33286
Remove unused declarations from Viewport.h
by Pierre Ossman
· 9 years ago
9f273e9
Delegate decoder object management to a separate class
by Pierre Ossman
· 10 years ago
56610fb
Raise FLTK requirement to 1.3.3
by Pierre Ossman
· 11 years ago
64ff1ca
Update FLTK patches based on feeback from upstream
by Pierre Ossman
· 11 years ago
4f3ac69
Add xhandler hook
by Pierre Ossman
· 11 years ago
25188c4
Remove simple keyboard model
by Pierre Ossman
· 11 years ago
0c9bd4b
Use PixelBuffer objects as the interface for encoders and decoders
by Pierre Ossman
· 11 years ago
a32040d
Provide a better R/W base PixelBuffer class
by Pierre Ossman
· 12 years ago
ac13abe
Create a proper interface base class for the viewport's framebuffer
by Pierre Ossman
· 12 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
947b48d
Remove some premature optimisation
by Pierre Ossman
· 12 years ago
945cdda
Be more consistent in referring to pixel byte streams as buffers
by Pierre Ossman
· 12 years ago
b8349b7
Remove unused method prototype
by Pierre Ossman
· 12 years ago
769963f
Clean up header dependencies in the vncviewer directory
by Pierre Ossman
· 12 years ago
33c15e3
If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines.
by DRC
· 14 years ago
abd70ce
- Changes behaviour of context menu to be reinitialize
by Henrik Andersson
· 14 years ago
f350545
The new viewer stores the framebuffer in a native format, instead of
by Pierre Ossman
· 14 years ago
c18753c
Implement optimised drawing operations for OS X. Didn't see any reduction in
by Pierre Ossman
· 14 years ago
db7091c
Flushing screen updates after 100 ms turned out to be too aggressive and
by Pierre Ossman
· 14 years ago
b4cb876
Optimised drawing routines for Win32, based on the old Windows viewer.
by Pierre Ossman
· 14 years ago
1350069
Optimised drawing routines for X11, roughly based on how the old Unix viewer
by Pierre Ossman
· 14 years ago
132b3d0
Basic framework for more optimised, platform specific, drawing routines.
by Pierre Ossman
· 14 years ago
835b4ef
Add support for cursors to the new viewer.
by Pierre Ossman
· 14 years ago
e00f0aa
Allow resize of the viewport widget.
by Pierre Ossman
· 14 years ago
4e7271e
Handling a full range of keys for the menu key is not as trivial in FLTK as
by Pierre Ossman
· 14 years ago
cd6ddef
Better handling of the numpad by looking at FLTK's "original key code".
by Pierre Ossman
· 14 years ago
4a6be4a
Implement support for sending the local clipboard to the server.
by Pierre Ossman
· 14 years ago
c7bfaac
Initial support for context menu, based on Unix vncviewer code.
by Pierre Ossman
· 14 years ago
d50b3d1
Split out the graphics and input handling to a separate widget in preparation
by Pierre Ossman
· 14 years ago