summaryrefslogtreecommitdiffstats
path: root/x11vnc/keyboard.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove x11vnc subdir.Christian Beier2014-09-031-3418/+0
| | | | The new x11vnc repo is at https://github.com/LibVNC/x11vnc.
* x11vnc: touchscreen uinput support and Java viewer mousewheel support. See ↵runge2010-12-211-12/+12
| | | | x11vnc/ChangeLog for rest.
* update to x11vnc 0.9.12runge2010-09-101-5/+5
|
* classes/ssl: Many improvements to Java SSL applet, onetimekeyrunge2010-03-211-1/+5
| | | | | | | | | | | | | serverCert param, debugging printout, user dialogs, catch socket exceptions, autodetect x11vnc for GET=1. x11vnc: misc/scripts: desktop.cgi, inet6to4, panner.pl. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME, -unixpw %xxx documented, and can run user cmd in UNIXPW_CMD. FD_XDMCP_IF for create script, autodetect dm on udp6 only. Queries: pointer_x, pointer_y, pointer_same, pointer_root. Switch on -xkd if keysyms per key > 4 in all cases. daemon mode improvements for connect_switch, inet6to4, ultravnc_repeater.pl. Dynamic change of -clip do not create new fb if WxH is unchanged.
* x11vnc: small tweaks to Xdummy, rx11vnc*. Apply SMALL_FOOTPRINT to ↵runge2010-01-021-1/+1
| | | | -appshare text. Copyright year change.
* x11vnc: -appshare mode for sharing an application windows instead of therunge2009-12-021-0/+15
| | | | | | | | | entire desktop. map port + 5500 in reverse connect. Add id_cmd remote control functions for id (and other) windows. Allow zero port in SSL reverse connections. Adjust delays between multiple reverse connections; X11VNC_REVERSE_SLEEP_MAX env var. Add some missing mutex locks; add INPUT_LOCK and threads_drop_input. More safety in -threads mode for new framebuffer change. Fix some stderr leaking in -inetd mode.
* Huge number of changes, see x11vnc/ChangeLogrunge2009-10-081-1/+6
|
* Thread safety. Fix -clip -in -rawfb. Try to avoid Xorg stuckrunge2009-05-211-2/+4
| | | | key bug.
* Add some -remap tricks. Limit rfbCFD message count.runge2009-03-161-8/+38
|
* Insert x11vnc copyright and license notices.runge2009-03-141-0/+32
|
* x11vnc: -chatwindow, -scale WxH, -enc changes.runge2008-10-191-1/+1
|
* x11vnc: Add symmetric key encryption -enc cipher:keyfile,runge2008-09-211-29/+65
| | | | | works with SSVNC. Make -remap work on MacOSX console. update to 0.9.5 strings. Add a couple menu items to tkx11vnc.
* x11vnc: kill gui_pid on exit in -connect/-connect_or_exit mode.runge2008-09-071-0/+2
| | | | | | | -grablocal n experiment (not compiled by default). -macuskbd option for macosx for orig uskdb code. keycode=N remote contol cmd. Find dpy look at non-NFS cookies in /tmp. Fix gui tray insertion on recent gnome dt. Fix connect_file bug. Sync SSVNC
* x11vnc: fix find_display and usleep() prototype on macosx.runge2007-12-161-1/+2
| | | | | -display console and check DISPLAY /tmp/...:0 on macosx. implement -noxinerama.
* x11vnc: add clear_locks (Caps_Lock, etc) action.runge2007-11-131-0/+66
|
* x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix.runge2007-10-271-2/+2
|
* x11vnc: -autoport, -finddpy, -xdummy. watch xrandr events. ↵runge2007-09-051-3/+28
| | | | check_redir_services() utilities for Terminal services. Improve Xdummy.
* malloc score_hint and make it shorts to save space.runge2007-08-191-7/+15
|
* x11vnc: better -xkb tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom ↵runge2007-08-191-12/+140
| | | | server to FINDCREATEDISPLAY list.
* x11vnc: add Files mode to user controlled input. more ultra/tight filexfer ↵runge2007-02-161-7/+13
| | | | tweaks. rfbversion remote control. noncache/nc unixpw user opt.
* fix warnings.runge2007-01-311-0/+1
|
* x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. ↵runge2007-01-311-0/+10
| | | | MODTWEAK_LOWEST workaround.
* still more compiler warnings; ssvnc 1.0.9 sync.runge2006-12-281-27/+52
|
* x11vnc: clean up compiler warnings.runge2006-12-281-0/+1
|
* x11vnc: more work on -ncache.runge2006-12-281-12/+8
|
* x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframingrunge2006-11-211-1/+1
|
* x11vnc: Native Mac OS X support.runge2006-11-131-5/+7
|
* x11vnc: improve SSL Java viewer, cleanup -unixpw code.runge2006-09-241-3/+4
|
* x11vnc: -verbose, -connect_or_exit, -rfbport 0, print out SSL cert.runge2006-09-171-16/+20
|
* x11vnc: enable --without-x builds for -rawfb only binaries.runge2006-07-181-0/+39
|
* x11vnc: wording changes; remove "-rawfb cons" in favor of "console"runge2006-07-121-1/+1
|
* x11vnc: more UINPUT mode tweaks.runge2006-07-111-0/+14
|
* x11vnc: add uinput support for full input into linux fb device (e.g. qt-embed).runge2006-07-091-3/+5
|
* x11vnc: whoops str decl in wrong place for old compilers.runge2006-07-051-1/+1
|
* x11vnc: check all XKeysymToString() return values.runge2006-07-041-11/+24
|
* x11vnc: plug a couple unixpw gaps.runge2006-07-041-2/+14
|
* x11vnc: remove compiler warnings; HP-UX tweaks.runge2006-07-041-1/+1
|
* x11vnc: --grabkbd, -grabptr, -env, -allowedcmds, unixpw+WAIT user fred:optionsrunge2006-06-181-2/+2
|
* x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.runge2006-06-031-4/+61
|
* x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, ↵runge2006-05-071-16/+46
| | | | -rawfb console.
* SSL patch for Java viewer. https support for x11vnc.runge2006-03-281-2/+18
|
* x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune ↵runge2006-03-031-1/+1
| | | | SMALL_FOOTPRINT.
* x11vnc: -unixpw and -stunnel. Add clipboard to input control.runge2006-02-251-7/+25
|
* x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix ↵runge2006-01-111-5/+5
| | | | 64bit bug for -solid.
* x11vnc: the big split.runge2006-01-091-0/+2817