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
147bb598 [view]master2008-05-24 14:15:58 +0000Ingo Klöcker[tdepim] The use of the static keyword is deprecated when declaring objects in a namespace scope....
- The C++ Standard, ISO/IEC 14882:1998, section 7.3.1.1 paragraph 2
Cherry-picked from: a16596e1c16c3d5509d6d3f37ed9287ea61ef9df
Signed-off-by: Luke Dashjr
eaecbf4b [view]master2008-05-23 02:05:54 +0000runge[libtdevnc] Handle colormaps with more than 256 colors.
f164dc18 [view]master2008-05-13 00:03:42 +0000dscho[libtdevnc] examples/mac: disable the cursor
We cannot write access the frame buffer, and we do not have a sensible
cursor anyway, so better disable the cursor (which would have to be drawn
for clients that do not support CursorShapeUpdates).
Signed-off-by: Johannes Schindelin
b069f1dc [view]master2008-05-13 00:02:52 +0000dscho[libtdevnc] SDLvncviewer: add -viewonly
Just like its siblings from other projects, SDLvncviewer now supports
viewonly connections.
Signed-off-by: Johannes Schindelin
d538e4e2 [view]master2008-05-12 01:04:40 +0000runge[libtdevnc] x11vnc: SSL fixes. Increase cert lifetimes to 2 years. Print ssl err msg.
fa531979 [view]master2008-05-12 01:03:06 +0000runge[libtdevnc] Add X509_print_ex_fp check for x11vnc.
b2306270 [view]master2008-05-12 00:53:11 +0000runge[libtdevnc] Many improvement to the frontend and unix viewer. UltraVNC proxy support,
and other proxy improvements.
abbdf92a [view]master2008-05-08 01:23:45 +0000runge[libtdevnc] x11vnc: add UltraVNC repeater proxy support. fix to setp gui
mode. -threads is now strongly discouraged. Read PORT= in url.
User can set nolisten for Xvfb in -create mode. clean up
wait_for_client() to some degree.
d8812f8c [view]master2008-05-08 00:56:59 +0000runge[libtdevnc] Add check for "https" to viewers. update jars.
738d19c1 [view]master2008-05-06 18:47:59 +0000Jakub Stachowski[tdepim] Use static const instead of #define
Cherry-picked from: c247b0607d3315a43f21c417ef261ab8eb2979e1
Signed-off-by: Luke Dashjr
4aacbe5b [view]master2008-05-04 10:32:25 +0000Jakub Stachowski[tdepim] Default port for imap and imaps. Before after typing imap://server/ in
konqueror, slave would try to connect to port 0.
Cherry-picked from: b35c00016dd671aca964907d76aa5a2ed4bc15cc
Signed-off-by: Luke Dashjr
8641c8e7 [view]master2008-04-28 15:35:56 +0000dscho[libtdevnc] Fix compilation in the absence of libjpeg
The JPEG library is not necessarily installed everywhere, and sometimes
it is outright undesirable to compile with JPEG support, e.g. when the
server is not very fast. So fix the compilation for that case.
Signed-off-by: Johannes Schindelin
357b99e5 [view]master2008-03-21 11:23:52 +0000dscho[libtdevnc] Update TODOs
Signed-off-by: Johannes Schindelin
fa8bdd09 [view]master2008-03-08 23:24:47 +0000Allen Winter[tdepim] "x" -> 'x' micro-optimization.
Cherry-picked from: b75a062ffed7a7e0e7cd284d5885ec8744a7cbd3
Signed-off-by: Luke Dashjr
c04a28f3 [view]master2008-02-18 20:05:14 +0000dscho[libtdevnc] Please MS Visual C++ a bit (Christian Ehrlicher)
Signed-off-by: Johannes Schindelin
51575e4e [view]master2008-02-18 15:31:43 +0000runge[libtdevnc] Update ssl jars.
87a92549 [view]master2008-02-18 14:44:02 +0000runge[libtdevnc] changes for release
0c8d392e [view]master2008-02-18 04:07:49 +0000runge[libtdevnc] minor date changes.
6c45a721 [view]master2008-02-18 03:57:13 +0000runge[libtdevnc] ssvnc sync with zywrle support and improvements to popup.
7cb7bef2 [view]master2008-02-06 18:10:42 +0000Blase Stanek[kooldock] Fixed: disappearing when changing desktop
Signed-off-by: Alexander Golubev
b08cf526 [view]master2008-02-06 17:44:28 +0000Allen Winter[tdepim] Mischael's fix for "IMAP KIO process dies (due to trailing nulls?)"
BUG: 153885
Cherry-picked from: 1d8208d3815088eea3c36767acb0c5a0a1a61ec8
Signed-off-by: Luke Dashjr
26b79b89 [view]master2008-02-04 17:58:11 +0000dscho[libtdevnc] ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
Highlite:
* use qualityLevel/zlib_buffer. No new variable is needed.
* Change coding style to recursive fashion.
* Change meaning of qualityLevel== 9 for easy calc zywrle_level:
old:zywrle_level== 1
new:disable ZYWRLE(same as ZRLE)
so, we should not use this value for compatible reason.
* Color mode handling isn't complete.
I provided and checked 16 bit colors(RGB555,RGB565) and
some color mode of 32 bit colors for little endian mode.
we must make and check 24 bit colors and big endian mode.
Signed-off-by: Johannes Schindelin
befcb6fc [view]master2008-02-04 17:57:39 +0000dscho[libtdevnc] Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki)
Signed-off-by: Johannes Schindelin
8bb82716 [view]master2008-02-03 02:42:23 +0000runge[libtdevnc] Add ZYWRLE to server printout.
e526c481 [view]master2008-02-02 03:57:12 +0000dscho[libtdevnc] SDLvncviewer: fix button handling
For some reason, I swapped buttons 2 and 3 on Dec 7, 2005, in commit
"translate keys based on unicode (much more reliable than sym)".
I do not remember why, nor what I smoked, but this was wrong.
Signed-off-by: Johannes Schindelin
2530c5fa [view]master2008-02-02 03:56:41 +0000dscho[libtdevnc] SDLvncviewer: fix Ctrl+
Signed-off-by: Johannes Schindelin
20fe2c2e [view]master2008-02-02 03:56:09 +0000dscho[libtdevnc] SDLvncviewer: fix translation of the Tab key
Signed-off-by: Johannes Schindelin
d6fe147f [view]master2008-02-02 03:55:21 +0000dscho[libtdevnc] Updated TODOs
Signed-off-by: Johannes Schindelin
fe63ea13 [view]master2008-02-01 02:30:35 +0000runge[libtdevnc] Need to include zywrletemplate.c in Makefile.am
caca05eb [view]master2008-02-01 02:08:13 +0000runge[libtdevnc] sync java viewer.
7e7ef1b4 [view]master2008-02-01 02:05:10 +0000runge[libtdevnc] x11vnc: during speeds estimate, guard against client disconnecting.
c17aef31 [view]master2008-01-31 17:49:13 +0000dscho[libtdevnc] Fix rfbSendSupportedEncodings
There was a long standing TODO to make the counting of the supported
encodings dynamic. It never triggered, until ZYWRLE was added.
Noticed by Christian Ehrlicher.
Signed-off-by: Johannes Schindelin
e32ebd64 [view]master2008-01-31 13:19:28 +0000dscho[libtdevnc] Recurse into subdirectory x11vnc/ when configuring with --with-x11vnc
Since we separated the packages LibVNCServer and x11vnc, there is
a configure switch --with-x11vnc, without which x11vnc is not built.
However, even _with_ this switch, it is not built, because the Makefile
would not recurse into the x11vnc/ subdirectory. Fix that.
Signed-off-by: Johannes Schindelin
c5173f36 [view]master2008-01-31 11:52:50 +0000dscho[libtdevnc] Fix Swap16IfLE() on bytes
When swapping the values for the colour table to little-endian (because
they are 16-bit values), we need to cast "unsigned char" to "unsigned
short"; otherwise, Microsoft's compiler would keep complaining.
Noticed by Christian Ehrlicher.
Signed-off-by: Johannes Schindelin
3d9a5639 [view]master2008-01-31 11:52:25 +0000dscho[libtdevnc] Move tightQualityLevel out of the JPEG specific part
The variable tightQualityLevel is used for ZYWRLE compression, too,
so if libjpeg is not present, but libz is, we still need to have
that struct member.
Signed-off-by: Johannes Schindelin
ce8d6c24 [view]master2008-01-30 20:38:51 +0000dscho[libtdevnc] Make ZYWRLE thread-safe for multiple clients
ZYWRLE used a static buffer, which does not work too well if you have
more than one client in a threaded server. Instead, we have the data
in the client structure now.
Signed-off-by: Johannes Schindelin
5b9b4543 [view]master2008-01-30 20:38:37 +0000dscho[libtdevnc] ZYWRLE brown paper bag fix
While adjusting the coding style, three stupid mistakes happened. The
quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros
ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one
statement, which means that we need curly brackets around them when they
are in an if clause.
Signed-off-by: Johannes Schindelin
ecc9d49f [view]master2008-01-29 11:51:57 +0000dscho[libtdevnc] Update TODOs
Signed-off-by: Johannes Schindelin
fc0687b9 [view]master2008-01-29 11:51:20 +0000dscho[libtdevnc] Add a .gitignore file
At least one developer (me) uses git to work on local branches, and this
file does not hurt.
Signed-off-by: Johannes Schindelin
87fa3452 [view]master2008-01-29 11:50:48 +0000dscho[libtdevnc] Add missing #include (thanks Christian Ehrlicher)
Signed-off-by: Johannes Schindelin
059afcdf [view]master2008-01-29 11:50:16 +0000dscho[libtdevnc] Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
Signed-off-by: Johannes Schindelin
09d902c5 [view]master2008-01-29 11:49:14 +0000dscho[libtdevnc] Add CMake support (thanks to Christian Ehrlicher)
Signed-off-by: Johannes Schindelin
57201400 [view]master2008-01-22 08:07:50 +0000Blase Stanek[kooldock] better polish translation - thanks to Tomasz Agrasinski
Signed-off-by: Alexander Golubev
5aa4ac94 [view]master2008-01-21 23:58:58 +0000Tobias Koenig[tdepim] Removed useless 'true &&' statement
Cherry-picked from: 6965c8b9dac4bb0383a520a829b6689ea597764f
Signed-off-by: Luke Dashjr
20c686e4 [view]master2008-01-16 21:25:39 +0000Till Adam[tdepim] Fix mailAddress:getStr when rawComment is non-empty
WAS: Fix the rest of 152692, another interesting QCString -> QByteArray gotcha.
Seems to work ok with more email adresses now.
CCBUG: 152692
Partially cherry-picked from: 9df2cbd9db920123c7ab51c63ea927f0af5545aa
Signed-off-by: Luke Dashjr
c07091b3 [view]master2008-01-15 04:27:11 +0000runge[libtdevnc] x11vnc: -ping option, fix memory corruption in copy_tiles after xrandr resize.
b07b3401 [view]master2008-01-14 22:53:45 +0000Till Adam[tdepim] Make getStr const correct.
Cherry-picked from: 925d1f70010bc111ad9f4a3e910d689aa4e27181
Signed-off-by: Luke Dashjr
649f5b2b [view]master2007-12-16 18:37:22 +0000runge[libtdevnc] x11vnc: setup remote-ctrl file by default on macosx. improve
tkx11vnc wrt attaching to existing server in icon/tray mode.
899c920e [view]master2007-12-16 18:32:19 +0000runge[libtdevnc] Fixes for MacOSX 10.5. Improve usage of x11 viewer on macosx.
3d0bd736 [view]master2007-12-16 02:26:38 +0000runge[libtdevnc] x11vnc: fix find_display and usleep() prototype on macosx.
-display console and check DISPLAY /tmp/...:0 on macosx.
implement -noxinerama.
2689647d [view]master2007-11-13 03:10:34 +0000runge[libtdevnc] x11vnc: add clear_locks (Caps_Lock, etc) action.
e24cf949 [view]master2007-10-27 23:55:04 +0000runge[libtdevnc] ssvnc sync: connect_br.tcl socks4/5 http proxies, ss_vncviewer socks5 proxy. ssh 1st proxy. whatismyip.com fix. 127.0.0.1 on Darwin
ecbd1a49 [view]master2007-10-27 23:49:40 +0000runge[libtdevnc] ssl java and ss_vncviewer (socks5) sync.
81ef0b93 [view]master2007-10-27 22:45:30 +0000runge[libtdevnc] x11vnc: -proxy, -ssh options. ncache bug in -8to24, Selection "targets" bugfix.
6f27ee38 [view]master2007-10-21 09:39:08 +0000Blase Stanek[kooldock] Bugfix 2
Signed-off-by: Alexander Golubev
d17c0cd8 [view]master2007-10-21 06:18:48 +0000Blase Stanek[kooldock] Bugfix 1
Signed-off-by: Alexander Golubev
be9dc490 [view]master2007-10-04 01:43:57 +0000runge[libtdevnc] x11vnc: add xfce to createdisplay
54237e33 [view]master2007-09-26 19:20:56 +0000runge[libtdevnc] x11vnc: COLUMNS=256 and other fixes to find/create scripts. More ratecheck.
fcd267d0 [view]master2007-09-17 15:32:53 +0000Allen Winter[tdepim] fixup the Copyrights
Cherry-picked from: edcd66a23bc102ec914c4a8702dc12b7241840c6
Signed-off-by: Luke Dashjr
1df143d1 [view]master2007-09-17 15:21:29 +0000dscho[libtdevnc] Avoid misaligned access on 64-bit machines
We used to assume that a char[256] is properly aligned to be cast to
an rfbServerInitMsg, but that was not the case. So use a union instead.
Noticed by Flavio Leitner.
Signed-off-by: Johannes Schindelin
1392ead8 [view]master2007-09-11 20:27:13 +0000runge[libtdevnc] update ss_vncviewer script, jars, and patch files.
660d66c1 [view]master2007-09-11 20:24:25 +0000runge[libtdevnc] ssvnc: sshvnc ssh-only, tsvnc Terminal Services modes.
Improvements to ss_vncviewer. Automatically find X dpy and
X login. Reorganize menus a bit. ~/.ssvncrc file.
115e935f [view]master2007-09-11 20:15:38 +0000runge[libtdevnc] x11vnc: fix wireframe crash under -clip. Add -redirect for
VNC redir. -rawfb nullbig, randbig, solid, swirl, etc.
FD_XDM mode to find_display. -listdpy. Add enlightenment.
Xvnc.redirect FINDDISPLAY-vnc_redirect. -xvnc, -xvnc_redirect,
-svc_xvnc. AUTO_PORT.
6a6d26a7 [view]master2007-09-05 03:39:51 +0000runge[libtdevnc] x11vnc: -autoport, -finddpy, -xdummy. watch xrandr events. check_redir_services() utilities for Terminal services. Improve Xdummy.
e3055251 [view]master2007-09-05 03:37:57 +0000runge[libtdevnc] classes/ssl: improve timeouts, port fallback, and connection time.
84d6dd0e [view]master2007-08-19 20:01:10 +0000runge[libtdevnc] malloc score_hint and make it shorts to save space.
222ecab5 [view]master2007-08-19 19:13:12 +0000runge[libtdevnc] x11vnc: better -xkb tie-breaking for up keystrokes. Add Xsrv/FD_XSRV custom server to FINDCREATEDISPLAY list.
a69ed666 [view]master2007-08-18 17:27:24 +0000runge[libtdevnc] x11vnc: improve FINDCREATEDISPLAY (-create) script, FD_GEOM, FD_SESS, FD_OPTS, FD_PROG env vars, add Xvnc support
f31f7159 [view]master2007-08-16 00:21:11 +0000runge[libtdevnc] x11vnc: add reverse -connect support to -display WAIT:, fix SSL Fetch cert only for -display WAIT:
eb2eeed9 [view]master2007-08-14 14:31:08 +0000dscho[libtdevnc] LibVNCClient: if the GotRect hook is set, override default op.
338301c1 [view]master2007-08-04 00:53:38 +0000runge[libtdevnc] x11vnc: -xrefresh, .DCOPserver bug, -unixpw_unsafe ignores SSH tunnel.
0f162f1f [view]master2007-08-04 00:49:17 +0000runge[libtdevnc] argv > 0 doesn't make sense for a pointer; assuming argv != NULL.
c4c92d3a [view]master2007-07-05 02:03:33 +0000runge[libtdevnc] x11vnc: -debug_ncache, fix big fonts in tkx11vnc.
b2c291fe [view]master2007-07-05 02:00:28 +0000runge[libtdevnc] configure.ac check for external system libvncserver version. set x11vnc version 0.9.3
7ee3eccc [view]master2007-06-18 01:50:34 +0000runge[libtdevnc] x11vnc: set NCACHE -1 for release.
d3326942 [view]master2007-06-15 03:19:05 +0000runge[libtdevnc] x11vnc: fix build error if libssl is missing or --without-ssl supplied.
171db9c5 [view]master2007-05-27 17:50:33 +0000runge[libtdevnc] sync ssvnc unix viewer diffs; fix X cursor size.
e896f7b7 [view]master2007-05-27 06:06:28 +0000runge[libtdevnc] update java viewer and ssvnc.
e6b59243 [view]master2007-05-27 05:06:00 +0000runge[libtdevnc] configure.ac: fix x11vnc --with-system-libvncserver build and add -R link flag.
713a4324 [view]master2007-05-27 02:28:25 +0000runge[libtdevnc] Fix --libs, echo -n doesn't work everywhere. Question: why -R only for Solaris??
e871649d [view]master2007-05-27 00:27:36 +0000runge[libtdevnc] clobbered x11vnc/Makefile.am by mistake.
dd193b13 [view]master2007-05-27 00:16:21 +0000runge[libtdevnc] configure: make more of a split between libvncserver and x11vnc pkgs.
7fffc5d3 [view]master2007-05-26 23:22:48 +0000runge[libtdevnc] x11vnc: in -unixpw, initial Escape means no echo username.
cb227d4b [view]master2007-05-22 01:29:45 +0000runge[libtdevnc] update regular SSL viewer jars; update ss_vncviewer script.
1a7857ff [view]master2007-05-22 01:27:26 +0000runge[libtdevnc] update ssvnc (SSVNC_EXTRA_SLEEP), and unix viewer (1/n menu and chat windows)
e3fc6fc6 [view]master2007-05-22 01:24:48 +0000runge[libtdevnc] x11vnc: set things up (NCACHE = -1) to not have -ncache on by default.
e9353e8d [view]master2007-05-19 03:17:58 +0000runge[libtdevnc] More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in .x11vncrc case.
13ad9f49 [view]master2007-05-17 01:39:18 +0000runge[libtdevnc] Pre-C99 declaration error.
a549c3aa [view]master2007-05-17 00:01:03 +0000runge[libtdevnc] In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false alarms.
a2707712 [view]master2007-05-16 21:35:55 +0000runge[libtdevnc] Add UltraViewerSSL.jar, etc. to dist list.
f7d48515 [view]master2007-05-16 21:34:21 +0000runge[libtdevnc] Add logging output to know when inside tightvnc-filetransfer functions.
3110c0e3 [view]master2007-05-16 21:32:52 +0000runge[libtdevnc] Add SSL support to UltraVNC Java Viewer (has filetransfer gui). Fix UltraVNC bugs and improve FTP gui a bit.
c49eee2c [view]master2007-05-16 21:29:43 +0000runge[libtdevnc] ssvnc: SOCKS support, PORT=, Verify all Certs and accepted certs logging. x11vnc SSL debugging output.
8b2bb652 [view]master2007-05-16 14:47:00 +0000runge[libtdevnc] Drop client if UltraVNC filetransfer is not enabled.
d1a86ee7 [view]master2007-05-07 02:30:24 +0000runge[libtdevnc] ssvnc: Home dir changing, skip enc warning, memory stick doc.
15d04d46 [view]master2007-05-07 02:23:11 +0000runge[libtdevnc] x11vnc: lower -wait and -defer to 20ms. Drop client doing ultravnc stuff in -unixpw during login phase.
1d495291 [view]master2007-05-05 18:28:32 +0000runge[libtdevnc] filexfer warnings and messages.
76d88e31 [view]master2007-05-05 14:53:21 +0000runge[libtdevnc] x11vnc: add groups handling for -users mode.
6378acec [view]master2007-05-04 04:06:00 +0000runge[libtdevnc] x11vnc: add WAITBG=1 env. var, add mwm to -create.
85303147 [view]master2007-05-01 22:51:56 +0000runge[libtdevnc] ssl: java viewer patches, onetimekey; x11vnc setsid/setpgrp and -cc 4 for -create

List generated Wed May 8 12:17:38 2024
Currently showing patches 45401 to 45500 of 46232 [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]