Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
b70fcb44 [view]master2005-02-22 03:27:47 +0000runge[libtdevnc] x11vnc: -nap is now the default, version str 0.7.1.
5c13bd0c [view]master2005-02-14 20:42:46 +0000runge[libtdevnc] x11vnc: -users lurk=, -solid for cde, -gui ez,.. beginner mode.
86ccf267 [view]master2005-02-11 04:14:20 +0000runge[libtdevnc] x11vnc -input to fine tune allow user input. per-client settings -R
5b18d401 [view]master2005-02-09 04:33:20 +0000runge[libtdevnc] x11vnc -users, fix -solid on gnome/kde, configure.ac pwd.h wait.h and utmpx.h
b04336f9 [view]master2005-02-07 02:39:08 +0000runge[libtdevnc] prepare_x11vnc_dist.sh: few tweaks for next release
d977fc5f [view]master2005-02-07 01:08:35 +0000runge[libtdevnc] configure.ac: --with-jpeg=DIR --with-zlib=DIR, /usr/sfw
2bc615f6 [view]master2005-02-05 17:06:20 +0000runge[libtdevnc] x11vnc -solid color, -opts; tightvnc unix viewer alpha patch
914f7b71 [view]master2005-01-25 12:58:09 +0000dscho[libtdevnc] 10l: really fix preferredEncoding set from outside
bbab3158 [view]master2005-01-24 16:03:57 +0000runge[libtdevnc] whoops, test version of x11vnc.c leaked out...
d2a0e40e [view]master2005-01-24 03:52:47 +0000runge[libtdevnc] sync with new cursor mechanism, -timeout, -noalphablend, try :0 if no other info
6fb3752b [view]master2005-01-23 18:05:44 +0000dscho[libtdevnc] test Floyd-Steinberg dither for alpha masks
6273f206 [view]master2005-01-21 22:01:48 +0000dscho[libtdevnc] implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource
dbc826d4 [view]master2005-01-21 14:30:05 +0000dscho[libtdevnc] use Getopt
ba10bcee [view]master2005-01-21 14:29:30 +0000dscho[libtdevnc] if no argc & argv are passed, honour the serverHost&serverPort which was set by the application
80ca7cf1 [view]master2005-01-20 14:22:48 +0000dscho[libtdevnc] no need to strdup for MakeXCursor
cafeb40f [view]master2005-01-20 14:10:26 +0000dscho[libtdevnc] disappearing cursor fixed & debug message purged
155f4c10 [view]master2005-01-20 14:04:10 +0000dscho[libtdevnc] fix disappearing cursor
47646a20 [view]master2005-01-19 18:32:49 +0000dscho[libtdevnc] redraw region under old cursor even if the old cursor doesn't have to be freed.
ff87112b [view]master2005-01-19 02:21:14 +0000dscho[libtdevnc] a granted wish has several children ;-)
d354bb60 [view]master2005-01-19 02:15:00 +0000dscho[libtdevnc] fix test (don't show cursor...); correctly set the encodings in the client;
really test 20 seconds
81ac5600 [view]master2005-01-19 02:08:23 +0000dscho[libtdevnc] oops, a debug message slipped through
a84b3d07 [view]master2005-01-18 23:18:04 +0000dscho[libtdevnc] pointerClient was still static.
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.
dd923e86 [view]master2005-01-18 22:58:59 +0000dscho[libtdevnc] add convenience function to clip using x2,y2 instead of w,h
9cc78e54 [view]master2005-01-18 22:53:13 +0000dscho[libtdevnc] add a cursor test (interactive for now)
b5bbdae6 [view]master2005-01-18 22:52:10 +0000dscho[libtdevnc] more ignorance
85fad9c7 [view]master2005-01-17 16:27:04 +0000dscho[libtdevnc] LibVNCClient is included
df81ea89 [view]master2005-01-17 16:23:22 +0000dscho[libtdevnc] alpha cursor and VisualNaCro news
b0f7d045 [view]master2005-01-16 17:09:27 +0000dscho[libtdevnc] ignore generated files
b58e460f [view]master2005-01-16 04:49:44 +0000runge[libtdevnc] add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..
336d7dad [view]master2005-01-14 21:17:56 +0000dscho[libtdevnc] fix most TODOs; recorder.pl now actually records something; add nacro.pm to package
2d03c071 [view]master2005-01-14 21:16:51 +0000dscho[libtdevnc] reverted segfault fix; use rfbDrawCharWithClip
8d2ae4ea [view]master2005-01-14 21:16:04 +0000dscho[libtdevnc] add comment "if col=bcol, assume background is transparent"
135767a9 [view]master2005-01-14 21:15:35 +0000dscho[libtdevnc] fix comment
a87e288f [view]master2005-01-14 21:15:17 +0000dscho[libtdevnc] close socket in ClientConnectionGone
6b9df7e0 [view]master2005-01-14 14:58:43 +0000dscho[libtdevnc] new version...
7ad74688 [view]master2005-01-14 14:44:49 +0000dscho[libtdevnc] VisualNacro, a visual macro recorder for VNC. Alpha version
2cd3c824 [view]master2005-01-14 14:35:52 +0000dscho[libtdevnc] return value of rfbProcessEvents tells if an update was pending
b9a8f19b [view]master2005-01-14 14:35:00 +0000dscho[libtdevnc] fix segfault when trying to write outside of frameBuffer
b7dae538 [view]master2005-01-14 14:33:52 +0000dscho[libtdevnc] argc and argv may be zero (which means to ignore them)
e78a41c6 [view]master2005-01-03 22:34:48 +0000dscho[libtdevnc] add hook to allow for custom client messages
4b89306d [view]master2004-12-27 22:07:55 +0000runge[libtdevnc] x11vnc: improve XFIXES cursor transparency, more remote-control cmds.
c9a69485 [view]master2004-12-23 04:55:10 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
22ef536c [view]master2004-12-23 04:26:05 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
3e5208ef [view]master2004-12-23 04:20:38 +0000runge[libtdevnc] x11vnc: need tkx11vnc and tkx11vnc.h in x11vnc package
36181297 [view]master2004-12-23 04:05:08 +0000runge[libtdevnc] x11vnc: minor tweaks for x11vnc 0.7 file release
42adf572 [view]master2004-12-20 22:35:25 +0000dscho[libtdevnc] Ooh, I'm lazy. Some news were added retroactively.
298db07a [view]master2004-12-20 22:20:20 +0000dscho[libtdevnc] released 0.7
19a0d05b [view]master2004-12-20 21:59:13 +0000dscho[libtdevnc] compile fix on mac; still untested...
094c01bd [view]master2004-12-20 19:46:23 +0000dscho[libtdevnc] fix for MinGW
88c3bc66 [view]master2004-12-20 15:46:51 +0000runge[libtdevnc] x11vnc: minor tweaks for 0.7 file release
2cc1b1d3 [view]master2004-12-20 04:02:23 +0000runge[libtdevnc] x11vnc: synchronous mode for -remote, string cleanup
f28038b2 [view]master2004-12-17 23:02:01 +0000dscho[libtdevnc] don't mix up width & height!
3a84b0cc [view]master2004-12-17 03:55:35 +0000runge[libtdevnc] x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui
7e13b8a5 [view]master2004-12-01 23:12:54 +0000dscho[libtdevnc] fix compilation on non MinGW32...
658b65ad [view]master2004-12-01 23:06:56 +0000dscho[libtdevnc] support MinGW32!
7d3b1c97 [view]master2004-12-01 18:21:39 +0000dscho[libtdevnc] use rfbClientErr to log errors, check if calloc succeded (both hinted by Andre Leiradella)
c641923d [view]master2004-11-30 16:45:03 +0000dscho[libtdevnc] fix long reads (in some events of success, no TRUE was returned)
9a8a28c1 [view]master2004-11-30 16:36:27 +0000dscho[libtdevnc] add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
b1ee3af4 [view]master2004-10-16 02:50:22 +0000dscho[libtdevnc] TODOs from encodingstest
ca96ef26 [view]master2004-10-16 02:49:20 +0000dscho[libtdevnc] tight-1 -> encodingstest
5a3e352f [view]master2004-10-16 02:48:45 +0000dscho[libtdevnc] rename tight-1.c into encodingstest.c, fixing it in the process. It now
passes all encodings except corre (broken) and zrle (not yet implemented
in libvncclient)
b583cf53 [view]master2004-10-16 02:46:52 +0000dscho[libtdevnc] move read buffer to rfbClient structure (thread safety); make rfbClientLog
overrideable
8715a8ab [view]master2004-10-15 23:12:44 +0000dscho[libtdevnc] compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,
libvncclient is not yet reentrant (or threadsafe).
31d0617d [view]master2004-10-15 21:25:57 +0000dscho[libtdevnc] no need to modify argv
1ca3bdc7 [view]master2004-10-15 16:22:41 +0000dscho[libtdevnc] ideas
7ea0d024 [view]master2004-10-15 16:22:06 +0000dscho[libtdevnc] compiling, non functional version of a unit test for encodings
dca073b6 [view]master2004-10-04 09:15:35 +0000dscho[libtdevnc] cursor problem
28d09a73 [view]master2004-10-02 23:54:14 +0000dscho[libtdevnc] release client list mutex earlier
e383decc [view]master2004-09-14 08:30:59 +0000dscho[libtdevnc] added success stories and link to x11vnc's home
b2bc0cdd [view]master2004-09-14 07:49:09 +0000dscho[libtdevnc] add success stories (only one at the moment)
d10f5ebe [view]master2004-09-07 15:32:14 +0000dscho[libtdevnc] new API
3060d5fa [view]master2004-09-03 11:18:50 +0000dscho[libtdevnc] output only via rfbErr
be508330 [view]master2004-09-03 10:38:45 +0000dscho[libtdevnc] libvncserver.a is in libvncserver/ now
3495019a [view]master2004-09-01 02:19:06 +0000runge[libtdevnc] x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewer
86d7695f [view]master2004-08-30 15:48:15 +0000dscho[libtdevnc] API changes
97299606 [view]master2004-08-30 15:45:58 +0000dscho[libtdevnc] global structures/functions should have "rfb", "sra" or "zrle" as prefix,
while structure members should not
0d3b958b [view]master2004-08-30 15:33:14 +0000dscho[libtdevnc] my ffmpeg was compiled with mp3lame...
52ba8bfb [view]master2004-08-30 13:49:20 +0000runge[libtdevnc] x11vnc: -cursor change shape handling, configure.ac: add more macros for X extensions
3a4f41f6 [view]master2004-08-17 12:57:33 +0000dscho[libtdevnc] news: QEMU patch v6
d77d118d [view]master2004-08-15 19:59:01 +0000runge[libtdevnc] x11vnc: -overlay to fix colors with Sun 8+24 overlay visuals. -sid option.
6460243e [view]master2004-08-04 03:20:36 +0000runge[libtdevnc] fix XKBlib.h detection on *BSD, x11vnc: manpage and README
2c668dea [view]master2004-08-04 03:11:03 +0000runge[libtdevnc] fix XKBlib.h detection on *BSD, x11vnc: manpage and README
a19a9de3 [view]master2004-07-31 14:46:52 +0000runge[libtdevnc] x11vnc: adjust version number and output
33c4ea8e [view]master2004-07-31 13:56:26 +0000runge[libtdevnc] x11vnc: -cursorpos now the default, fix cursorpos + scaling bug.
c41ab764 [view]master2004-07-29 01:04:27 +0000runge[libtdevnc] x11vnc: -add_keysyms dynamically add missing keysyms to X server
eb9a6928 [view]master2004-07-27 01:14:37 +0000runge[libtdevnc] x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes, multi lines in x11vncrc
64605a8c [view]master2004-07-19 23:14:35 +0000runge[libtdevnc] x11vnc: ignore keysyms >4 for a keycode, add lastmod to -help, -version
57234c52 [view]master2004-07-16 02:03:58 +0000runge[libtdevnc] modtweak is now the default for x11vnc; check X11/XKBlib.h in configure.ac
03376f71 [view]master2004-07-11 02:14:42 +0000runge[libtdevnc] x11vnc: -norepeat to turn off X server autorepeat when clients exist.
4015b992 [view]master2004-07-05 02:19:29 +0000runge[libtdevnc] x11vnc: extend -allow to re-read a file with allowed IP addresses.
515dbae4 [view]master2004-07-02 01:35:59 +0000runge[libtdevnc] x11vnc: improve scaled grid calc to regain text compression. add :pad option
b68e3879 [view]master2004-06-30 10:34:30 +0000dscho[libtdevnc] do not use GNU-only getline
b6caa102 [view]master2004-06-28 22:30:41 +0000runge[libtdevnc] x11vnc: round scaled width to multiple of 4 to make vncviewer happy.
88f1aa70 [view]master2004-06-27 02:54:50 +0000runge[libtdevnc] x11vnc: speed up scaling a bit, add no blending option to -scale
b512ce1b [view]master2004-06-26 03:17:45 +0000runge[libtdevnc] x11vnc: add "-scale fraction" for global server-side scaling.
2a4a0f48 [view]master2004-06-18 09:18:22 +0000dscho[libtdevnc] convert c++ comments to c comments
1589d04d [view]master2004-06-18 09:15:43 +0000dscho[libtdevnc] debug
c8ccb166 [view]master2004-06-18 09:14:27 +0000dscho[libtdevnc] cleanups; libvncclient supports -encodings already
2e9817e0 [view]master2004-06-18 09:13:35 +0000dscho[libtdevnc] cleanups; support vncrec'orded files as input
97a1de32 [view]master2004-06-18 09:12:25 +0000dscho[libtdevnc] now that the examples reside in a subdirectory, the classes path has to be adapted

List generated Mon May 13 11:17:38 2024
Currently showing patches 45901 to 46000 of 46317 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]