Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
3495019a
Commit
3495019a
authored
Sep 01, 2004
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: new pointer input handling algorithm; x11vnc pkg installs java viewer
parent
86d7695f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
258 additions
and
66 deletions
+258
-66
ChangeLog
ChangeLog
+6
-0
prepare_x11vnc_dist.sh
prepare_x11vnc_dist.sh
+6
-2
ChangeLog
x11vnc/ChangeLog
+5
-0
README
x11vnc/README
+1
-1
x11vnc.1
x11vnc/x11vnc.1
+8
-3
x11vnc.c
x11vnc/x11vnc.c
+232
-60
No files found.
ChangeLog
View file @
3495019a
2004-08-29 Karl Runge <runge@karlrunge.com>
* x11vnc: yet another pointer input handling algorithm in
check_user_input(), revert to previous with -old_pointer2.
* modifiy prepare_x11vnc_dist.sh to install tightvnc Java viewer
in $prefix/share/x11vnc/classes
2004-08-29 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* */*.[ch]: API changes: global functions/structures should have
* either "rfb", "sra" or "zrle" as prefix, while structure members
...
...
prepare_x11vnc_dist.sh
View file @
3495019a
...
...
@@ -16,7 +16,7 @@ sed -e "s/LibVNCServer, [^,)]*\([(,]\)*/x11vnc, $VERSION\1/g" \
mv
Makefile.am Makefile.am.LibVNCServer
cat
Makefile.am.LibVNCServer |
\
sed
-e
"s/^SUBDIRS.*
$/
SUBDIRS=libvncserver x11vnc/"
\
sed
-e
"s/^SUBDIRS.*
$/
SUBDIRS=libvncserver x11vnc
classes
/"
\
-e
"s/^DIST_SUBDIRS.*
$/
DIST_SUBDIRS=libvncserver x11vnc classes/"
\
-e
"/all: make_config_executable/,
\$
d"
\
-e
"/^.*bin_SCRIPTS.*
$/
d"
\
...
...
@@ -49,6 +49,10 @@ cat libvncserver/Makefile.am.LibVNCServer | \
sed
-e
"s/
\(
include
\|
LIB
\|
lib
\)
_/noinst_/g"
\
>
libvncserver/Makefile.am
cp
classes/Makefile.am classes/Makefile.am.LibVNCServer
echo
'pkgdatadir = $(datadir)/@PACKAGE@/classes'
>>
classes/Makefile.am
echo
'pkgdata_DATA=VncViewer.jar index.vnc'
>>
classes/Makefile.am
mv
acinclude.m4 acinclude.m4.LibVNCServer
cat
acinclude.m4.LibVNCServer |
\
...
...
@@ -56,7 +60,7 @@ sed -e "s/^\(_PKG.*\)\$PACKAGE\(.*\)$/\1LibVNCServer\2/" \
>
acinclude.m4
make x11vnc-
${
VERSION
}
.tar.gz
for
f
in
configure.ac Makefile.am libvncserver/Makefile.am acinclude.m4
;
do
for
f
in
configure.ac Makefile.am libvncserver/Makefile.am
classes/Makefile.am
acinclude.m4
;
do
mv
-f
$f
.LibVNCServer
$f
done
x11vnc/ChangeLog
View file @
3495019a
2004-08-31 Karl Runge <runge@karlrunge.com>
* new check_user_input() pointer input algorithm, it tries to avoid
extra-draws. still needs tuning, get previous one with -old_pointer2
* add NON_CVS macro for building in older CVS trees.
2004-08-29 Karl Runge <runge@karlrunge.com>
* remove old mouse patch code, now use rfbSetCursor (+ workarounds)
* changed cursor shape options (no more -mouse, ...) to '-cursor mode'
...
...
x11vnc/README
View file @
3495019a
x11vnc
README
file
Date
:
Sun
Aug
29
15
:
33
:
42
EDT
2004
x11vnc
README
file
Date
:
Tue
Aug
31
22
:
39
:
00
EDT
2004
The
following
information
is
taken
from
these
URLs
:
...
...
x11vnc/x11vnc.1
View file @
3495019a
...
...
@@ -2,7 +2,7 @@
.TH X11VNC "1" "August 2004" "x11vnc " "User Commands"
.SH NAME
x11vnc - allow VNC connections to real X11 displays
version: 0.6.3pre, lastmod: 2004-08-
29
version: 0.6.3pre, lastmod: 2004-08-
31
.SH SYNOPSIS
.B x11vnc
[OPTION]...
...
...
@@ -588,10 +588,15 @@ menu traversals.
.PP
\fB-old_pointer\fR
.IP
Do not use the new pointer input handling mechanisms
.
Use the original pointer input handling mechanism
.
See check_input() and pointer() in source file for
details.
.PP
\fB-old_pointer2\fR
.IP
The default pointer input handling algorithm was changed
again, this option indicates to use the second one.
.PP
\fB-input_skip\fR \fIn\fR
.IP
For the old pointer handling when non-threaded: try to
...
...
@@ -612,7 +617,7 @@ times for more output.
\fB-defer\fR \fItime\fR
.IP
Time in ms to wait for updates before sending to client
[rfbDeferUpdateTime]
Default: 30
(deferUpdateTime)
Default: 30
.PP
\fB-wait\fR \fItime\fR
.IP
...
...
x11vnc/x11vnc.c
View file @
3495019a
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment