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