|
1192
|
1 2003-09-02 Chris Garry <cgarry@sweeneydesign.co.uk> |
|
|
2 |
|
|
3 * tests/vnc-test.c: |
|
|
4 * doc/vnc-server.html: |
|
|
5 Modified for new BGR233 mode. |
|
|
6 |
|
|
7 |
|
1188
|
8 2003-09-01 Gary Thomas <gary@mlbassoc.com> |
|
|
9 |
|
|
10 * src/vnc-server.c: |
|
|
11 * include/vnc-server.h: |
|
|
12 * cdl/vnc-server.cdl: Add support for BGR233 (8 bit) mode, since |
|
|
13 newer viewers support this on all displays. |
|
|
14 |
|
1185
|
15 2003-08-31 Chris Garry <cgarry@sweeneydesign.co.uk> |
|
|
16 |
|
|
17 * src/vnc-server.c: |
|
|
18 Always send colour data to client in big endian format. |
|
|
19 When doing frame updates, do not call send command until there |
|
|
20 if 1460 bytes of data unless the data is all that is left for the |
|
|
21 cuurent frame update (huge improvement with lwIP stack). |
|
|
22 Fixed bug where VncPrintf() did not handle characters not defined |
|
|
23 for the selected font. |
|
|
24 VncPrintf() does not mark tiles for update when do_print argument |
|
|
25 is not set. |
|
|
26 |
|
|
27 * tests/vnc-test.c: |
|
|
28 Modifed the test to use select() function. Added more examples |
|
|
29 of using the VNC server API. |
|
|
30 |
|
1180
|
31 2003-08-22 Chris Garry <cgarry@sweeneydesign.co.uk> |
|
|
32 |
|
|
33 * tests/vnc-test.c: |
|
|
34 |
|
|
35 * src/fonts/winFreeSystem14x16.c: |
|
|
36 * src/fonts/winFreeSansSerif11x13.c: |
|
|
37 * src/fonts/symbol.c: |
|
|
38 * src/fonts/rom8x8.c: |
|
|
39 * src/fonts/rom8x16.c: |
|
|
40 * src/fonts/helvR10.c: |
|
|
41 * src/fonts/helvB12.c: |
|
|
42 * src/fonts/helvB10.c: |
|
|
43 * src/fonts/device.h: |
|
|
44 * src/fonts/X6x13.c: |
|
|
45 * src/fonts/X5x7.c: |
|
|
46 |
|
|
47 * include/vnc-server.h: |
|
|
48 |
|
|
49 * cdl/vnc-server.cdl: |
|
|
50 * doc/vnc-server.html: |
|
|
51 |
|
|
52 * src/init.cxx: |
|
|
53 * src/vnc_kbd.c: |
|
|
54 * src/vnc_mouse.c: |
|
|
55 * src/vnc-server.c: |
|
|
56 Created VNC Server package. |
|
|
57 |
|
|
58 |
|
|
59 #####ECOSPDCOPYRIGHTBEGIN#### |
|
|
60 # |
|
|
61 # Copyright (C) 2000, 2001, 2002, 2003 Red Hat, Inc. |
|
|
62 # All Rights Reserved. |
|
|
63 # |
|
|
64 # Permission is granted to use, copy, modify and redistribute this |
|
|
65 # file. |
|
|
66 # |
|
|
67 #####ECOSPDCOPYRIGHTEND#### |