index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unix
/
xserver
/
hw
/
vnc
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use absolute paths for libraries
Pierre Ossman
2025-02-25
1
-2
/
+2
*
Revert Xvnc double slash hack
Pierre Ossman
2025-02-25
1
-8
/
+5
*
Move concurrency abstration layer to core
Pierre Ossman
2025-02-25
1
-1
/
+1
*
Move basic data types to core library
Pierre Ossman
2025-02-13
1
-1
/
+1
*
Order libraries for Xvnc in dependency order
Pierre Ossman
2025-02-13
1
-1
/
+1
*
TIGERVNC_BUILDDIR default keeps dir relations
Joachim Falk
2025-01-12
1
-1
/
+1
*
Fudge library path to work around dependency loops
Pierre Ossman
2024-10-31
1
-5
/
+8
*
Generate better (fake) modelines
Pierre Ossman
2024-07-23
1
-2
/
+6
*
Merge branch 'c++11' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-24
1
-0
/
+2
|
\
|
*
Make sure we use C++ 11
Pierre Ossman
2024-06-24
1
-0
/
+2
*
|
Add basic DRI3 support
Pierre Ossman
2024-06-20
1
-0
/
+10
|
/
*
Avoid patching miinitext.c for Xvnc
Pierre Ossman
2024-06-19
1
-2
/
+0
*
Stop explicitly including fbcmap_mi.c
Pierre Ossman
2024-06-19
1
-1
/
+1
*
Stop linking to libX11
Pierre Ossman
2024-06-19
1
-1
/
+1
*
Clean up CPPFLAGS handling in xserver
Pierre Ossman
2024-06-19
1
-18
/
+11
*
Remove unused NO_MODULE_EXTS define
Pierre Ossman
2024-06-19
1
-1
/
+1
*
Actually use config.h in Xvnc/libvnc.so
Pierre Ossman
2024-06-19
1
-3
/
+6
*
Simplify Xorg version handling
Pierre Ossman
2024-06-19
1
-4
/
+5
*
Add support for X Present extension
Pierre Ossman
2024-06-19
1
-2
/
+2
*
Fix typo in previous commit
Pierre Ossman
2022-07-05
1
-1
/
+1
*
Fix Xvnc dependency list (again)
Pierre Ossman
2022-07-05
1
-3
/
+8
*
Add missing dependencies for Xvnc
Pierre Ossman
2022-07-04
1
-0
/
+1
*
Rename Input.h to vncInput.h to fix building on case-insensitive FS
Alex Richardson
2021-07-15
1
-2
/
+2
*
Switch region code to pixman
Pierre Ossman
2020-05-01
1
-2
/
+1
*
Don't build xserver with -I$(includedir) as it breaks cross-compiling
James Le Cuirot
2019-02-13
1
-3
/
+3
*
Improve out-of-tree build of Xvnc/libvnc.so
Pierre Ossman
2018-04-13
1
-8
/
+8
*
Move computeScreenLayout/setScreenLayout to unixcommon lib
Peter Åstrand (astrand)
2018-04-09
1
-4
/
+6
*
Add support for raw key codes to Xvnc/libvnc.so
Pierre Ossman
2017-09-11
1
-1
/
+1
*
Added missing dependency for Complie error on RHEL7
lidm
2016-07-23
1
-1
/
+2
*
Move client to server clipboard out of vncconfig
Pierre Ossman
2016-01-12
1
-3
/
+4
*
Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-12
1
-1
/
+1
|
\
|
*
Remove code supporting Xorg older than 1.7
Pierre Ossman
2015-01-29
1
-1
/
+1
*
|
Link libvnc.so with '-z now' to make symbol resolution failures obvious.
Tim Waugh
2015-02-26
1
-1
/
+1
*
|
Fixes for build issues caused by recent restructuring
Brian P. Hinz
2015-02-04
1
-0
/
+8
|
/
*
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
Pierre Ossman
2015-01-26
1
-32
/
+9
*
Band aid to work around inluding C headers in C++ code
Pierre Ossman
2014-12-12
1
-0
/
+3
*
Major rewrite of the keyboard code. The old code was too focused on
Pierre Ossman
2013-04-09
1
-1
/
+1
*
The reformatting of all the Xserver sources in the 1.12.1 release changed
Pierre Ossman
2012-04-25
1
-2
/
+2
*
Activate the DPMS extension; avoid Ubuntu 11.10 crashing.
Peter Åstrand
2011-10-31
1
-2
/
+2
*
Support building an out-of-tree Xvnc binary using in-tree X server sources
DRC
2011-08-24
1
-1
/
+3
*
Oops. Need to escape parentheses
DRC
2011-08-24
1
-1
/
+1
*
We can't assume that Pixman is under ${includedir}, because ${includedir} dep...
DRC
2011-08-23
1
-5
/
+14
*
No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...
DRC
2011-06-22
1
-1
/
+1
*
Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...
Adam Tkac
2011-05-11
1
-1
/
+2
*
[Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)
Adam Tkac
2011-04-27
1
-1
/
+1
*
Clean up the way build-xorg handles GnuTLS. It should now work the same way ...
DRC
2011-02-10
1
-1
/
+1
*
[Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use
Adam Tkac
2010-05-18
1
-1
/
+1
*
Support out-of-tree xorg builds and lay groundwork for cross-compatible build...
DRC
2010-04-13
1
-6
/
+6
*
[Development] Link libvnc.so against libdix, libXi and libxkb.
Adam Tkac
2009-12-21
1
-1
/
+1
*
Make Xvnc compilable.
Adam Tkac
2009-09-04
1
-3
/
+3
[next]