aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Use absolute paths for librariesPierre Ossman2025-02-251-2/+2
* Revert Xvnc double slash hackPierre Ossman2025-02-251-8/+5
* Move concurrency abstration layer to corePierre Ossman2025-02-251-1/+1
* Move basic data types to core libraryPierre Ossman2025-02-131-1/+1
* Order libraries for Xvnc in dependency orderPierre Ossman2025-02-131-1/+1
* TIGERVNC_BUILDDIR default keeps dir relationsJoachim Falk2025-01-121-1/+1
* Fudge library path to work around dependency loopsPierre Ossman2024-10-311-5/+8
* Generate better (fake) modelinesPierre Ossman2024-07-231-2/+6
* Merge branch 'c++11' of github.com:CendioOssman/tigervncPierre Ossman2024-06-241-0/+2
|\
| * Make sure we use C++ 11Pierre Ossman2024-06-241-0/+2
* | Add basic DRI3 supportPierre Ossman2024-06-201-0/+10
|/
* Avoid patching miinitext.c for XvncPierre Ossman2024-06-191-2/+0
* Stop explicitly including fbcmap_mi.cPierre Ossman2024-06-191-1/+1
* Stop linking to libX11Pierre Ossman2024-06-191-1/+1
* Clean up CPPFLAGS handling in xserverPierre Ossman2024-06-191-18/+11
* Remove unused NO_MODULE_EXTS definePierre Ossman2024-06-191-1/+1
* Actually use config.h in Xvnc/libvnc.soPierre Ossman2024-06-191-3/+6
* Simplify Xorg version handlingPierre Ossman2024-06-191-4/+5
* Add support for X Present extensionPierre Ossman2024-06-191-2/+2
* Fix typo in previous commitPierre Ossman2022-07-051-1/+1
* Fix Xvnc dependency list (again)Pierre Ossman2022-07-051-3/+8
* Add missing dependencies for XvncPierre Ossman2022-07-041-0/+1
* Rename Input.h to vncInput.h to fix building on case-insensitive FSAlex Richardson2021-07-151-2/+2
* Switch region code to pixmanPierre Ossman2020-05-011-2/+1
* Don't build xserver with -I$(includedir) as it breaks cross-compilingJames Le Cuirot2019-02-131-3/+3
* Improve out-of-tree build of Xvnc/libvnc.soPierre Ossman2018-04-131-8/+8
* Move computeScreenLayout/setScreenLayout to unixcommon libPeter Åstrand (astrand)2018-04-091-4/+6
* Add support for raw key codes to Xvnc/libvnc.soPierre Ossman2017-09-111-1/+1
* Added missing dependency for Complie error on RHEL7lidm2016-07-231-1/+2
* Move client to server clipboard out of vncconfigPierre Ossman2016-01-121-3/+4
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-121-1/+1
|\
| * Remove code supporting Xorg older than 1.7Pierre Ossman2015-01-291-1/+1
* | Link libvnc.so with '-z now' to make symbol resolution failures obvious.Tim Waugh2015-02-261-1/+1
* | Fixes for build issues caused by recent restructuringBrian P. Hinz2015-02-041-0/+8
|/
* Restructure Xvnc/libvnc.so code to avoid C++ header hacksPierre Ossman2015-01-261-32/+9
* Band aid to work around inluding C headers in C++ codePierre Ossman2014-12-121-0/+3
* Major rewrite of the keyboard code. The old code was too focused onPierre Ossman2013-04-091-1/+1
* The reformatting of all the Xserver sources in the 1.12.1 release changedPierre Ossman2012-04-251-2/+2
* Activate the DPMS extension; avoid Ubuntu 11.10 crashing. Peter Åstrand2011-10-311-2/+2
* Support building an out-of-tree Xvnc binary using in-tree X server sourcesDRC2011-08-241-1/+3
* Oops. Need to escape parenthesesDRC2011-08-241-1/+1
* We can't assume that Pixman is under ${includedir}, because ${includedir} dep...DRC2011-08-231-5/+14
* No longer need to explicitly specify GNUTLS_LDFLAGS in X server build, since ...DRC2011-06-221-1/+1
* Initialize VNC extension inside #ifdef statement to allow to build TigerVNC i...Adam Tkac2011-05-111-1/+2
* [Bugfix] Fix Xvnc linking issues (missing -lpthread and miext/sync/libsync.la)Adam Tkac2011-04-271-1/+1
* Clean up the way build-xorg handles GnuTLS. It should now work the same way ...DRC2011-02-101-1/+1
* [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; useAdam Tkac2010-05-181-1/+1
* Support out-of-tree xorg builds and lay groundwork for cross-compatible build...DRC2010-04-131-6/+6
* [Development] Link libvnc.so against libdix, libXi and libxkb.Adam Tkac2009-12-211-1/+1
* Make Xvnc compilable.Adam Tkac2009-09-041-3/+3