883cb6a43b
Forgot to commit new key stuff in config file.
robijn2003-04-18 12:03:33 +00:00
c72f813a4c
Changed things around port.h a bit: - port_access_full is now called port_access_multiple and has a count parameter (LPT port stuff should be in lpt-port.h) - Updated calling source files too - Added support for ports in higher range, so that PCI LPT cards will work too (but I can't test this myself...) - Enhanced formatting of in-file documentation a bit - Updated docs of port.h in lcdproc-dev
robijn2003-04-04 22:53:16 +00:00
7535579cf6
Made the correct debug functions Fixed wrong charakter for block icon
themythos2003-03-10 10:26:25 +00:00
2c40e25f0f
Added server message in bottom-right corner of active screen. Will display short text if a rotation key is pressed.
robijn2003-02-28 15:19:58 +00:00
71922063b8
Change to priority classes. Will probably require some fixings. - Now using priority classes internally and in protocol - Converting (depreciated) priorty numbers to the classes BACKGROUND, INFO and FOREGROUND - Added menu_goto command (only works when menu not active)
robijn2003-02-27 21:20:20 +00:00
4a7ef8d847
- Fixed option processing of bool options in config file. - Tried to make option order more consistent
robijn2003-02-27 20:31:51 +00:00
fe4ad1b40e
More cleaning up main.c Fixed bug with last modification.
robijn2003-02-19 15:24:37 +00:00
7a48a29357
Modifications to main.c: - Now using CHAIN in stead of ESSENTIAL #define - Changed naming of report* local variables - Modified -s -f and -i options to accept boolean to be able to disable them too.
robijn2003-02-16 15:29:38 +00:00
8c0b79a0b5
Three things: 1) added the USB-specific open() code (removed O_NDELAY) 2) added the speed 19200 3) fixed the contrast code 4) uncommented out the special character translation The latter three were reported to list Dec 2002 by Jay Wardle
wayn32003-02-12 03:08:27 +00:00
bf93b6c288
Added Paul Hedderly's patch from 0.4.4 to this current version. It allows USB serial devices to work.
wayn32003-02-12 01:55:01 +00:00
27529bc77f
Old linuxes support (glibc1 and libc5).
gfk2002-12-23 19:35:43 +00:00
73d922a9a5
Small fix to prevent a division by zero.
gfk2002-11-30 02:51:17 +00:00
026e647e88
keypad_test_mode made functional. get_info also modified to work.
wayn32002-11-24 01:18:43 +00:00
f9c84384a4
Fix for platforms that assume a char is unsigned.
robijn2002-11-16 15:48:59 +00:00
dc619e596f
- Moved some code from main.c to screenlist.c - Implemented reloading by sending SIGHUP. - Now doing 'real 8Hz' rendering and 32Hz input processing. - Removed noscreen feature (that we rejected).
robijn2002-08-04 20:58:51 +00:00
8a1933e3b9
Removed some debugging.
robijn2002-08-04 20:52:36 +00:00
7d39b49079
- Implemented config_clean. - Now using strdup(str) i.o. malloc(strlen(str)+1).
robijn2002-08-04 20:52:00 +00:00
0da708ec94
Fixed bug in experimental parsing function, that caused crash at reporting of errors.
robijn2002-07-17 22:09:06 +00:00
bcee881c3a
Fixed bug on cursor on/off command.
robijn2002-07-17 22:07:41 +00:00
c8fc08f6e3
Reporting cleaned up and levels made more consistent.
robijn2002-07-14 20:30:33 +00:00
380000357d
Stand-in snprintf routines will no longer be used if snprintf function is present in libc.
robijn2002-07-14 20:14:12 +00:00
fa6dadd1b2
Fixed memory leak in this apparently cursed area of the code.
robijn2002-07-13 22:25:18 +00:00
1156c51062
Menu stuff update. Fixed some of the probably many bugs and made things a bit more consistent.
robijn2002-07-09 22:56:05 +00:00
012a4cb483
Cursor now off at goodbye screen.
robijn2002-07-09 22:53:26 +00:00
b346644c84
Small fix to get rid of ugly uninitialized lines in the serverscreen.
robijn2002-07-04 18:44:41 +00:00
91ffd9d109
Moved configfile.c and .h to shared/ Made reporting more general by making syslog appname settable.
robijn2002-06-29 16:37:18 +00:00
8ff8857eda
Added support for client supplied menus. Also modified existing menustuff slightly (on some points I made some things more consistent).
robijn2002-06-28 23:35:55 +00:00
a621a06268
Now treat input and display key: X when pressing keyboard
dglaude2002-06-05 23:30:54 +00:00
dc4c049721
- Added some icons. - Made sure all icon and vbar functions are not the old API functions. - Removed heartbeat functions from drivers that did standard heartbeat.
robijn2002-05-23 18:03:36 +00:00
450d05274f
Added a link to the documentation.
gfk2002-05-20 21:57:46 +00:00
78d8886c47
Icon command is now really processed and icons are rendered. Also updated icon code in curses_drv a bit.
robijn2002-05-20 21:25:17 +00:00
d3cf1569eb
HD44780 update: - Fixed build bug (winamp was not included) - Reporting fix.
robijn2002-05-20 21:08:37 +00:00
7c49cb535c
Added some icon definitions in lcd.h; Using ICON_BLOCK_FILLED now in titles.
robijn2002-05-18 23:42:46 +00:00
31641610d1
Added a limited 'base_drv'-like implementation of the extended driver functions. Removed some of this functionality from the curses and text driver.
robijn2002-05-13 22:25:04 +00:00
40706764dd
Added a portable snprintf implementenation in case it's not present.
gfk2002-05-11 18:19:39 +00:00
a8143ad039
Adapted autoconf/make system to deselect parallel port HD44780 subdrivers if there is no controlleable LPT port.
robijn2002-05-10 18:05:50 +00:00
c730e2dba1
Solaris portability fixes.
gfk2002-05-09 00:30:19 +00:00
f3b2b0688a
Quoted the tests in a safer way in an atempt to make it work on Solaris.
gfk2002-05-09 00:19:50 +00:00
289c1c941b
Added decision to include parallel port subdrivers. If no way to control a PC-style LPT port is found, all subdrivers, except the PIC-an-LCD will be disabled. PIC-an-LCD uses the serial port.
robijn2002-05-06 21:14:14 +00:00
26a63f7d81
Changed HAVE_LPT_PORT to HAVE_PCSTYLE_LPT_CONTROL
gfk2002-05-04 14:20:22 +00:00
3f385754b0
Removed the accidently added event.h
robijn2002-05-03 23:45:59 +00:00
8cff8dbf77
Using autoconf check to detect if there's a parallel port.
gfk2002-05-02 01:17:28 +00:00
77b73505ec
Now using FreeBSD's inb and outb instead of the ASM ones in the FreeBSD port.
gfk2002-05-02 00:53:32 +00:00
0f5b336514
Added a newline at the end of these files, because gcc was complaining about it.
gfk2002-04-29 23:27:24 +00:00