Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
unix
/
xserver
5fbbe10
Use UTF-8 in clipboard API
by Pierre Ossman
· 6 years ago
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
546b2ad
Make sure clipboard uses \n line endings
by Pierre Ossman
· 6 years ago
b0003b5
Allow blacklist to be disabled
by Pierre Ossman
· 6 years ago
7198491
Update visible copyright years to 2019
by Samuel Mannehed
· 7 years ago
54179be
Don't build xserver with -I$(includedir) as it breaks cross-compiling
by James Le Cuirot
· 7 years ago
0255e1b
Avoid using "fake" key codes
by Pierre Ossman
· 7 years ago
8fd4907
Merge branch 'covscan' of https://github.com/grulja/tigervnc
by Pierre Ossman
· 7 years ago
a5720e5
Fix memory leaks
by Jan Grulich
· 7 years ago
46f718f
Check correct return code
by Jan Grulich
· 7 years ago
b85febc
Merge branch 'exittimer' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
a4308c9
Get rid of SocketServer::checkTimeouts()
by Pierre Ossman
· 7 years ago
10688ef
Properly terminate server on timeouts
by Pierre Ossman
· 7 years ago
f9de176
Merge branch 'vncserver' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
23a4213
Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
cd7931d
Inherit SocketServer directly from VNCServer
by Pierre Ossman
· 7 years ago
32b96ff
Change to https for tigervnc URL
by Pierre Ossman
· 7 years ago
eef6c9a
Remove QueryConnectionHandler
by Pierre Ossman
· 7 years ago
e6aab24
Force common flow of connection queries
by Pierre Ossman
· 7 years ago
4a4453f
Remove Java web server
by Pierre Ossman
· 7 years ago
3b532f8
Replace Shift+Alt with Shift+Meta when possible
by Pierre Ossman
· 7 years ago
764c609
Update NumLock comment now that we have sync
by Pierre Ossman
· 7 years ago
0451032
Stop tracking changes for each glyph
by Pierre Ossman
· 7 years ago
44a1d71
Explicitly check screen layout after change
by Pierre Ossman
· 7 years ago
5f50112
Add a basic gitignore
by Lauri Kasanen
· 7 years ago
5446be9
Compile fixes for Xserver 1.9
by Lauri Kasanen
· 7 years ago
8c6c584
Avoid error/warning about implicit function declaration
by Jan Grulich
· 7 years ago
1f8d998
Change development version to 1.9.80
by Pierre Ossman
· 7 years ago
3a37af3
Add support for X server 1.20.0.
by Michal Srb
· 7 years ago
621580d
Proper cleanup on termination of Xvnc/libvnc.so
by Pierre Ossman
· 7 years ago
559e8b8
Merge common socket code
by Pierre Ossman
· 7 years ago
5d05546
Add support for Unix sockets
by Pierre Ossman
· 7 years ago
e3a2be6
Use abstract SocketListener class
by Pierre Ossman
· 7 years ago
db78f2a
Improve out-of-tree build of Xvnc/libvnc.so
by Pierre Ossman
· 7 years ago
54f49fd
Add a tryScreenLayout function
by Peter Åstrand (astrand)
· 7 years ago
a61c6f2
Select the correct output for new screens
by Peter Åstrand (astrand)
· 7 years ago
4237025
vncRandRDisableOutput: Disable only the requested output
by Peter Åstrand (astrand)
· 7 years ago
d57acc3
Make vncRandRGetOutputDimensions tolerant for disabled outputs
by Peter Åstrand (astrand)
· 7 years ago
ffeda07
Remove "screen" argument from Randr glue functions
by Peter Åstrand (astrand)
· 7 years ago
ab98f76
Removed support for building without RANDR define
by Peter Åstrand (astrand)
· 8 years ago
94ab2db
Corrected RandR wrapper return codes
by Peter Åstrand (astrand)
· 8 years ago
1173637
Move computeScreenLayout/setScreenLayout to unixcommon lib
by Peter Åstrand (astrand)
· 8 years ago
758b83b
vncRandRGetOutputName: return a copy of the string
by Peter Åstrand (astrand)
· 8 years ago
e3aece4
Make vncRandRGetOutputId return the actual id; not a pointer
by Peter Åstrand (astrand)
· 8 years ago
c24f899
Indented computeScreenLayout and setScreenLayout
by Peter Åstrand (astrand)
· 8 years ago
518698a
Update visible copyright year to 2018
by Samuel Mannehed
· 8 years ago
8f65233
Fix for RENDER hooks on Xorg < 1.12
by Pierre Ossman
· 8 years ago
cf661bf
Add overlooked parameters to Xvnc and x0vncserver man pages
by Pierre Ossman
· 8 years ago
8ddfd94
Sync x0vncserver and Xvnc man pages
by Pierre Ossman
· 8 years ago
37242cc
Remove DeferUpdate from man pages
by Pierre Ossman
· 8 years ago
6011f96
Rename README.txt to README.rst and convert to reStructuredText
by Peter Åstrand (astrand)
· 8 years ago
2922e74
Hook remaining XRender operations
by Pierre Ossman
· 8 years ago
dc27b95
Adjust dimensions for rotated monitors
by Pierre Ossman
· 8 years ago
e39540b
Make VNC extension startup mandatory
by Pierre Ossman
· 8 years ago
3b03b43
Call FatalError on fatal exceptions
by Pierre Ossman
· 8 years ago
e04ad71
Add debug trace when the clipboard changes
by Pierre Ossman
· 8 years ago
dfc2001
Don't validate timestamp on clipboard request
by Pierre Ossman
· 8 years ago
3630475
Push query connect timeout back in to Xvnc
by Pierre Ossman
· 8 years ago
63d2fdd
Don't queue a query if it is directly rejected
by Pierre Ossman
· 8 years ago
b000ff1
Get rid of getFbSize()/getDesktopSize() in common
by Pierre Ossman
· 8 years ago
3186a56
Fix indentation bug
by Pierre Ossman
· 8 years ago
22348f2
Add support for raw key codes to Xvnc/libvnc.so
by Pierre Ossman
· 8 years ago
5ae2821
Basic support for QEMU Extended Key Events
by Pierre Ossman
· 8 years ago
ac94b50
Add support for lock LED state to Xvnc/libvnc.so
by Pierre Ossman
· 9 years ago
bb305ca
Add server side lock key sync heuristic
by Pierre Ossman
· 9 years ago
994296e
Make RandR callbacks optional as they were before
by Jan Grulich
· 8 years ago
eefa6fe
Change development version to 1.8.80
by Pierre Ossman
· 8 years ago
8e5a29e
Update visible copyright year to 2017
by Samuel Mannehed
· 8 years ago
7cb4f31
Merge branch 'fps' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 9 years ago
fa620fe
Remove unused variable deferredUpdateTimerSet
by Pierre Ossman
· 9 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
665045a
Fix int <--> ptr conversion
by Alexander Zakharov
· 9 years ago
84c72fe
Fix wrapping/unwrapping of X11 hooks
by Pierre Ossman
· 9 years ago
0536d09
spelling fixes
by klemens
· 9 years ago
3de0009
Remove needless static qualifier
by Pierre Ossman
· 9 years ago
4b35524
Harmonise new client handlers
by Pierre Ossman
· 9 years ago
712cf86
Fix -inetd not working with xserver >= 1.19
by Hans de Goede
· 9 years ago
14f3fc0
Use dixChangeWindowProperty() instead of ChangeWindowProperty()
by Pierre Ossman
· 9 years ago
3c9012b
Handle select() errors
by Pierre Ossman
· 9 years ago
b192107
Merge X server block handling code paths
by Pierre Ossman
· 9 years ago
3fed95e
Add xorg-xserver 1.19 support
by Hans de Goede
· 9 years ago
590d498
Merge pull request #332 from xiaoshaaming/master
by Brian Hinz
· 9 years ago
6ec09fe
Proper multi-screen support in Xvnc
by Pierre Ossman
· 9 years ago
3fb9479
Set cursor sprite globally
by Pierre Ossman
· 9 years ago
af7fb8d
Adjust client pointer coordinates to absolute
by Pierre Ossman
· 9 years ago
2a66f6f
Convert pointer coordinates to absolute
by Pierre Ossman
· 9 years ago
bfd1276
Added missing dependency for Complie error on RHEL7
by lidm
· 9 years ago
fee2210
Allow control of PRIMARY behaviour by default
by Pierre Ossman
· 9 years ago
1db99eb
Merge branch 'clipboard'
by Pierre Ossman
· 9 years ago
f524072
Change development version to 1.7.80
by Pierre Ossman
· 9 years ago
044e2b8
Handle parameter without value in libvnc.so
by Pierre Ossman
· 9 years ago
3a177d7
Specify TigerVNC Project as the vendor/company
by Pierre Ossman
· 9 years ago
d408ca5
Move socket write event handling in to the RFB core
by Pierre Ossman
· 9 years ago
d9d0a97
Avoid calling GetMaster() with old Xorg
by Pierre Ossman
· 9 years ago
292c4f5
xserver: Add support for xorg version 1.18.
by Dominik Muth
· 9 years ago
bf81b97
Document AllowOverride parameter.
by Michal Srb
· 9 years ago
ef0dd75
Add AllowOverride parameter.
by Michal Srb
· 9 years ago
fa93778
change the Copyright year
by Bojan Memetovic
· 9 years ago
Next »