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
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
a6d341c0 [view]master2004-06-18 09:11:21 +0000dscho[libtdevnc] more comments; support playing vncrec'orded files
11271316 [view]master2004-06-18 09:02:15 +0000dscho[libtdevnc] support password reading with getpass(); support -play to play vncrec'orded files
a7446d71 [view]master2004-06-17 23:26:41 +0000runge[libtdevnc] x11vnc: simple ~/.x11vncrc config file support, -rc, -norc
9892088f [view]master2004-06-15 14:20:38 +0000dscho[libtdevnc] fixed
20e8e730 [view]master2004-06-15 14:16:37 +0000dscho[libtdevnc] fix silly hextile bug
03ad9b0b [view]master2004-06-15 13:20:49 +0000dscho[libtdevnc] recognize more encodings
e70c3be7 [view]master2004-06-15 13:20:27 +0000dscho[libtdevnc] debug
6bda09f0 [view]master2004-06-15 12:23:57 +0000dscho[libtdevnc] fix CoRRE with maxRectsPerUpdate bug
d1975049 [view]master2004-06-15 10:33:26 +0000dscho[libtdevnc] fix silly update bug with raw encoding
f868d56e [view]master2004-06-12 14:25:47 +0000runge[libtdevnc] x11vnc: -clear_mods -clear_keys -storepasswd, add RFB_SERVER_IP RFB_SERVER_PORT to -accept/-gone
992be8f5 [view]master2004-06-08 20:17:04 +0000dscho[libtdevnc] fix compilation on IRIX
1afc2a04 [view]master2004-06-08 19:46:12 +0000dscho[libtdevnc] fix test for sdl
68422b63 [view]master2004-06-08 19:13:06 +0000dscho[libtdevnc] fix compilation on MacOSX
120500f7 [view]master2004-06-07 20:09:49 +0000dscho[libtdevnc] layout and wording fix
83dd5a90 [view]master2004-06-07 19:41:48 +0000dscho[libtdevnc] more news
81fcc1c9 [view]master2004-06-07 18:03:42 +0000dscho[libtdevnc] now that it is released, increment x11vnc's version
35236477 [view]master2004-06-07 17:57:21 +0000dscho[libtdevnc] all this moving and renaming needs changes in the cvsignores, too!
cb3d612b [view]master2004-06-07 17:52:42 +0000dscho[libtdevnc] fix bug #968264: make rpm did not work with x11vnc package

List generated Sat May 18 17:17:42 2024
Currently showing patches 46001 to 46100 of 46399 [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]