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
b3213b6d
Commit
b3213b6d
authored
Apr 03, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added ChangeLog for x11vnc
parent
c984f2b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
0 deletions
+51
-0
ChangeLog
contrib/ChangeLog
+51
-0
No files found.
contrib/ChangeLog
0 → 100644
View file @
b3213b6d
From Karl (x11vnc's father) on Apr 2, 2003:
New option -nocursor to not display the vncviewer local cursor if user
does not want it (also caused some problems with older vncviewers)
New option -mouse to show the position of the X server mouse (i.e. lagged
from the user's vnc cursor position). Also: -mouseX will try to show
the a different cursor (X) when on the root background.
New option -many to wait for more connections rather than exiting when
the first client(s) disconnect.
New option -flashcmap to try to follow installed colormaps under 8bpp
indexed color as pointer is moved.
New option -nap to watch for low activity and throttle down the polling
rate. Useful on shared machines to keep the load down.
Experimental option -id <windowid> to show just that window and not
the whole display. Some remaining bugs and inconvenient behavior...
(e.g. new toplevels can be unseen)
Fixed bug on multi-headed machines where the screen number was being
ignored in a number of places.
Fixed bug wrt connect_once mode. Now just refuses new clients unless
shared rather than terminating all clients.
Try to follow changing default colormap under 8bpp indexed color
as color cells are added.
Needed to pick up HAVE_LIBPTHREAD from autoconf.
defined a select() macro for usleep() since usleep is not always thread
safe.
Catch and exit on errors in the shm setup work (XShmCreateImage, shmget,...)
and moved the creation and removal work to separate utility functions.
Added signal and X error handlers to try to clean out the shm objects
before exiting on interrupt, etc.
Improved performance a bit on the memcmp() in scan_display() by checking
the whole line first.
Added a workaround when threaded where libvncserver may disconnect too
early if it does not hear from a client (a small heartbeat is sent).
This may not be needed any longer.
If -desktop has not been prescribed, try to choose a title based on DISPLAY
and the hostname (and window name under -id).
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