URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [vnc_server/] [current/] [ChangeLog] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
2005-07-30 Andrew Lunn <andrew.lunn@ascom.ch>
* include/vnc-server.h (vnc_printf_return_t): removed ununsed char
member from structure.
* tests/vnc-test.c (main): Correct the declaration of main.
2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch>
* tests/vnc-test.c: main() added function parmeters to stop gcc
complaining.
2004-05-31 Jani Monoses <jani@iv.ro>
* src/vnc-server.c:
lwIP has network.h too so get rid of ifdefs.
2004-02-17 Chris Garry <cgarry@sweeneydesign.co.uk>
* src/vnc-server.c:
Remove prototypes for lwIP functions - now contained in lwIP
header files.
2003-10-24 Gary Thomas <gary@mlbassoc.com>
* tests/vnc-test.c:
* src/vnc-server.c:
* include/vnc-server.h:
* cdl/vnc-server.cdl: Add support for 32 bit framebufer (0/8/8/8)
2003-09-16 Chris Garry <cgarry@sweeneydesign.co.uk>
* doc/vnc-server.html:
* src/vnc-server.c:
* include/vnc-server.h:
Added new function VncCopyBuffer2RectMask().
* tests/vnc-test.c:
Modifed to include a cursor.
2003-09-02 Chris Garry <cgarry@sweeneydesign.co.uk>
* tests/vnc-test.c:
* doc/vnc-server.html:
Modified for new BGR233 mode.
2003-09-01 Gary Thomas <gary@mlbassoc.com>
* src/vnc-server.c:
* include/vnc-server.h:
* cdl/vnc-server.cdl: Add support for BGR233 (8 bit) mode, since
newer viewers support this on all displays.
2003-08-31 Chris Garry <cgarry@sweeneydesign.co.uk>
* src/vnc-server.c:
Always send colour data to client in big endian format.
When doing frame updates, do not call send command until there
if 1460 bytes of data unless the data is all that is left for the
cuurent frame update (huge improvement with lwIP stack).
Fixed bug where VncPrintf() did not handle characters not defined
for the selected font.
VncPrintf() does not mark tiles for update when do_print argument
is not set.
* tests/vnc-test.c:
Modifed the test to use select() function. Added more examples
of using the VNC server API.
2003-08-22 Chris Garry <cgarry@sweeneydesign.co.uk>
* tests/vnc-test.c:
* src/fonts/winFreeSystem14x16.c:
* src/fonts/winFreeSansSerif11x13.c:
* src/fonts/symbol.c:
* src/fonts/rom8x8.c:
* src/fonts/rom8x16.c:
* src/fonts/helvR10.c:
* src/fonts/helvB12.c:
* src/fonts/helvB10.c:
* src/fonts/device.h:
* src/fonts/X6x13.c:
* src/fonts/X5x7.c:
* include/vnc-server.h:
* cdl/vnc-server.cdl:
* doc/vnc-server.html:
* src/init.cxx:
* src/vnc_kbd.c:
* src/vnc_mouse.c:
* src/vnc-server.c:
Created VNC Server package.
# ####GPLCOPYRIGHTBEGIN####
# -------------------------------------------
# This file is part of eCos, the Embedded Configurable Operating System.
# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the
# Free Software Foundation, Inc., 51 Franklin Street,
# Fifth Floor, Boston, MA 02110-1301, USA.
# -------------------------------------------
# ####GPLCOPYRIGHTEND####
Go to most recent revision | Compare with Previous | Blame | View Log