- 03 Feb, 2009 1 commit
-
-
dscho authored
The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 30 Mar, 2007 1 commit
-
-
dscho authored
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
-
- 26 Apr, 2006 1 commit
-
-
runge authored
-
- 06 Oct, 2005 1 commit
-
-
dscho authored
-
- 15 May, 2005 1 commit
-
-
dscho authored
-
- 18 Jan, 2005 1 commit
-
-
dscho authored
do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not.
-
- 01 Dec, 2004 1 commit
-
-
dscho authored
-
- 30 Aug, 2004 1 commit
-
-
dscho authored
while structure members should not
-
- 07 Jun, 2004 1 commit
-
-
dscho authored
-
- 25 May, 2004 1 commit
-
-
dscho authored
-
- 22 May, 2004 1 commit
-
-
runge authored
-
- 14 May, 2004 2 commits
- 13 May, 2004 1 commit
-
-
runge authored
-
- 08 May, 2004 2 commits
- 06 May, 2004 1 commit
-
-
runge authored
-
- 28 Apr, 2004 1 commit
-
-
runge authored
-
- 20 Apr, 2004 1 commit
-
-
runge authored
-
- 13 Apr, 2004 1 commit
-
-
runge authored
increase rfbMaxClientWait when threaded to avoid ReadExact() timeouts for some viewers.
-
- 08 Apr, 2004 1 commit
-
-
runge authored
modify configure.ac to pick up -lXinerama
-
- 11 Mar, 2004 1 commit
-
-
runge authored
-debug_pointer, and -debug_keyboard add reverse connections, keysym remapping, and debug output option
-
- 20 Feb, 2004 1 commit
-
-
runge authored
add clipboard/selection handling. add visual option (mostly for testing and workarounds). improve shm cleanup on failures.
-
- 19 Jan, 2004 1 commit
-
-
runge authored
improved pointer input handling during drags, etc. somewhat faster copy_tiles() -> copy_tiles() x11vnc options -buttonmap -old_pointer -old_copytile
-
- 16 Jan, 2004 1 commit
-
-
dscho authored
-
- 10 Jan, 2004 1 commit
-
-
runge authored
minimize memory usage under -nofb
-
- 09 Dec, 2003 1 commit
-
-
runge authored
-
- 11 Nov, 2003 1 commit
-
-
dscho authored
-
- 11 Sep, 2003 1 commit
-
-
markmc authored
* Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
-
- 08 Sep, 2003 1 commit
-
-
dscho authored
-
- 18 Aug, 2003 2 commits
- 06 Aug, 2003 1 commit
-
-
dscho authored
-
- 30 Jul, 2003 1 commit
-
-
dscho authored
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
-
- 28 Jul, 2003 1 commit
-
-
dscho authored
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
-
- 10 Jul, 2003 1 commit
-
-
dscho authored
-
- 03 Apr, 2003 2 commits
- 20 Feb, 2003 1 commit
-
-
dscho authored
-
- 10 Feb, 2003 1 commit
-
-
dscho authored
-