1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

sync before Connection rewrite

svn path=/trunk/kdenetwork/krfb/; revision=134281
This commit is contained in:
Tim Jansen
2002-01-27 22:31:02 +00:00
parent 894bff75ef
commit c3e8870923
5 changed files with 30 additions and 43 deletions

View File

@@ -1,3 +1,9 @@
2002-01-21 Tim Jansen <tim@tjansen.de>
* moved read/write from RFBController to Connection
* added some "flushing points" to remove latencies
2002-01-20 Tim Jansen <tim@tjansen.de>
* removed RRE encoding
@@ -32,7 +38,7 @@
2002-01-10 Tim Jansen <tim@tjansen.de>
* krfb/XUpdateScanner.cc: improved finding of hints (join adjacent
* krfb/XUpdateScanner.cc: improved hints searching (join adjacent
hint regions, get rid of unneccessary comparisons)
2002-01-09 Tim Jansen <tim@tjansen.de>