aboutsummaryrefslogtreecommitdiffstats
path: root/unix/tx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-071-1/+3
|\
| * Use standard library naming for exceptionsPierre Ossman2024-11-061-1/+1
| * Use standard exception classesPierre Ossman2024-11-061-0/+2
* | Avoid invalid XFree for XClassHintPierre Ossman2024-10-221-0/+1
|/
* Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-091-1/+1
|\
| * Consistently use SocketException for socket errorsPierre Ossman2024-10-091-1/+1
* | Add clipboard support to x0vncserverGaurav Ujjwal2024-09-252-6/+10
|/
* Avoid shadowing variablesPierre Ossman2024-06-241-2/+2
* Mark overridden virtual functionsPierre Ossman2024-06-244-4/+4
* Use nullptr in all C++ codePierre Ossman2024-06-246-20/+26
* Prefer target_include_directories()Pierre Ossman2023-03-311-5/+5
* Use standard C string functionsPierre Ossman2023-02-041-2/+2
* Remove custom CharArray typePierre Ossman2023-02-041-0/+1
* Use std::string instead of CharArrayPierre Ossman2023-02-042-19/+19
* Use stdint typesPierre Ossman2023-02-012-2/+1
* Explicitly mark unused parametersPierre Ossman2023-01-045-9/+11
* Mark system include paths correctlyPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Fix memory leaksJan Grulich2018-11-201-7/+9
* Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
* spelling fixesklemens2017-01-281-1/+1
* Fix some bad signed/unsigned mismatchesPierre Ossman2015-06-171-4/+4
* Remove all unused TX widgetsPierre Ossman2014-07-0711-1487/+1
* Add a global event handler so that we can intercept custom eventsPierre Ossman2014-06-252-0/+28
* Some applications probe for clipboard formats using thePierre Ossman2013-11-061-0/+2
* Remove unused autotools build systemDRC2011-06-241-10/+0
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-081-1/+1
* Get the Unix stuff to build using CMake. Based on a patch by Henrik Andersson.Pierre Ossman2011-03-081-0/+13
* [Bugfix] TXViewport: check if we need another scrollbar after adding oneAdam Tkac2011-01-171-4/+13
* [Bugfix] TXViewport: set the window max width/height considering the scrollbarsAdam Tkac2011-01-171-0/+11
* [Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointerAdam Tkac2010-03-041-1/+2
* Make unix/ subtree compilable.Adam Tkac2009-09-041-1/+2
* Revert previous commit (r3889). Windows code has to be cleaned before thisAdam Tkac2009-09-044-4/+4
* Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()Adam Tkac2009-09-044-4/+4
* Fix generation of native pixel format so the that internal state is correct.Pierre Ossman2009-04-201-13/+19
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-528/+0
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+528
* When updating X11 window title, update WM_ICON_NAME and WM_CLASS asPeter Åstrand2009-01-151-1/+8
* Implemented support for DesktopName pseudo encoding, which allowsPeter Åstrand2009-01-152-0/+7
* Include headers in Makefile.am-s in unix/* to fix "make dist" commandAdam Tkac2008-07-141-2/+5
* - generate Makefile.in in unix/* subtree from Makefile.amAdam Tkac2008-04-172-17/+6
* After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-224-14/+17
* - handle HAVE_MITSHM macro through config.hAdam Tkac2008-03-202-0/+7
* - use Makefile.am and configure.acAdam Tkac2008-03-202-17/+7
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-191-0/+1
* viewer could aborted when only one scrollbar should be usedAdam Tkac2008-03-142-7/+22
* Updated build scripts in unix/ for new directory layout.Constantin Kaplinsky2006-06-021-1/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2517-0/+2646