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
b70fcb44
Commit
b70fcb44
authored
Feb 22, 2005
by
runge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11vnc: -nap is now the default, version str 0.7.1.
parent
5c13bd0c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
269 additions
and
216 deletions
+269
-216
ChangeLog
x11vnc/ChangeLog
+4
-0
README
x11vnc/README
+109
-81
tkx11vnc
x11vnc/tkx11vnc
+5
-2
tkx11vnc.h
x11vnc/tkx11vnc.h
+5
-2
x11vnc.1
x11vnc/x11vnc.1
+73
-64
x11vnc.c
x11vnc/x11vnc.c
+73
-67
No files found.
x11vnc/ChangeLog
View file @
b70fcb44
2005-02-21 Karl Runge <runge@karlrunge.com>
* -nap is now the default, disable with -nonap
* set version to 0.7.1, word tune -help, etc.
2005-02-14 Karl Runge <runge@karlrunge.com>
* cleanup -users stuff, add "lurk=" mode
* support cde in -solid
...
...
x11vnc/README
View file @
b70fcb44
This diff is collapsed.
Click to expand it.
x11vnc/tkx11vnc
View file @
b70fcb44
...
...
@@ -477,7 +477,7 @@ if {$beginner_mode} {
set
helptext
(
gui
)
"
tkx11vnc is a simple frontend to x11vnc. It is currently running in
\"
ez
\"
or
\"
simple
\"
mode. For many more options run it in normal
mode b
u
y toggling
\"
Misc -> simple_gui
\"
.
mode by toggling
\"
Misc -> simple_gui
\"
.
All menu items have a (?) button one can click on to get more information
about the option or command.
...
...
@@ -666,6 +666,7 @@ proc active_when_starting {item} {
proc help_win
{
item
}
{
global helptext helpremote menu_var
global query_ans query_aro
global beginner_mode
set
ok 0
set
text
"Help on
$item
:
\n\n
"
...
...
@@ -686,7 +687,9 @@ proc help_win {item} {
}
elseif
{[
active_when_starting
$item
]}
{
append text
" + Can be set at x11vnc startup.
\n
"
;
}
else
{
append text
" - Cannot be set at x11vnc startup.
\n
"
;
if
{!
$beginner_mode
}
{
append text
" - Cannot be set at x11vnc startup.
\n
"
;
}
}
append text
"
\n
"
...
...
x11vnc/tkx11vnc.h
View file @
b70fcb44
...
...
@@ -483,7 +483,7 @@
" set helptext(gui)
\"\n
"
"tkx11vnc is a simple frontend to x11vnc. It is currently running in
\n
"
"
\\\"
ez
\\\"
or
\\\"
simple
\\\"
mode. For many more options run it in normal
\n
"
"mode b
u
y toggling
\\\"
Misc -> simple_gui
\\\"
.
\n
"
"mode by toggling
\\\"
Misc -> simple_gui
\\\"
.
\n
"
"
\n
"
"All menu items have a (?) button one can click on to get more information
\n
"
"about the option or command.
\n
"
...
...
@@ -672,6 +672,7 @@
"proc help_win {item} {
\n
"
" global helptext helpremote menu_var
\n
"
" global query_ans query_aro
\n
"
" global beginner_mode
\n
"
"
\n
"
" set ok 0
\n
"
" set text
\"
Help on $item:
\\
n
\\
n
\"\n
"
...
...
@@ -692,7 +693,9 @@
" } elseif {[active_when_starting $item]} {
\n
"
" append text
\"
+ Can be set at x11vnc startup.
\\
n
\"
;
\n
"
" } else {
\n
"
" append text
\"
- Cannot be set at x11vnc startup.
\\
n
\"
;
\n
"
" if {! $beginner_mode} {
\n
"
" append text
\"
- Cannot be set at x11vnc startup.
\\
n
\"
;
\n
"
" }
\n
"
" }
\n
"
" append text
\"\\
n
\"\n
"
"
\n
"
...
...
x11vnc/x11vnc.1
View file @
b70fcb44
This diff is collapsed.
Click to expand it.
x11vnc/x11vnc.c
View file @
b70fcb44
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