Commit Graph
419 Commits
Author SHA1 Message Date
robijn 895f45b589 Removed accidently added lcdexec entries. 2002-07-11 22:21:32 +00:00
robijn 1156c51062 Menu stuff update. Fixed some of the probably many bugs and made things a
bit more consistent.
2002-07-09 22:56:05 +00:00
robijn 012a4cb483 Cursor now off at goodbye screen. 2002-07-09 22:53:26 +00:00
robijn b346644c84 Small fix to get rid of ugly uninitialized lines in the serverscreen. 2002-07-04 18:44:41 +00:00
robijn 91ffd9d109 Moved configfile.c and .h to shared/
Made reporting more general by making syslog appname settable.
2002-06-29 16:37:18 +00:00
robijn 8ff8857eda Added support for client supplied menus.
Also modified existing menustuff slightly (on some points I made some
things more consistent).
2002-06-28 23:35:55 +00:00
dglaude a621a06268 Now treat input and display key: X when pressing keyboard 2002-06-05 23:30:54 +00:00
robijn 77e6977196 Added Stephen Davies output register extension code. 2002-06-03 21:34:24 +00:00
dglaude f13e87b912 Sync with real MtxOrb capabilities + CFontz: explain what driver for what LCD 2002-06-02 10:30:15 +00:00
reenoo 72ba21c260 0.4.3 -> 0.5 merging 2002-05-29 18:12:55 +00:00
reenoo b8dcc5ff2a 0.4.3 -> 0.5 merging: ported the lircin driver 2002-05-29 18:07:46 +00:00
reenoo 94f928aaaa 0.4.3 -> 0.5 mergings 2002-05-29 12:54:15 +00:00
reenoo 7e12c108ef 0.4.3 -> 0.5 merging: this should include all missing files 2002-05-28 18:25:36 +00:00
reenoo c893f99336 0.4.3 -> 0.5 merging: hepefully this is equivalent to http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/lcdproc/lcdproc/configure.in.diff?r1=1.21.2.3&r2=1.21.2.4 2002-05-28 18:04:27 +00:00
reenoo f218fdbe1f 0.4.3 -> 0.5 merging 2002-05-28 17:19:27 +00:00
reenoo 6ed3d4a279 0.4.3 -> 0.5 merging 2002-05-28 13:23:42 +00:00
reenoo 7c5375a251 0.4.3 -> 0.5 merging (incomplete) 2002-05-28 13:21:32 +00:00
reenoo 4d15e8b9c6 0.4.3 -> 0.5 merging 2002-05-28 13:15:18 +00:00
reenoo df57721571 0.4.3 -> 0.5 merging 2002-05-28 13:06:23 +00:00
reenoo 415ca220a7 0.4.3 -> 0.5 merging 2002-05-28 12:54:09 +00:00
reenoo 9bd50c0d6e 0.4.3 -> 0.5 merging 2002-05-28 12:48:05 +00:00
reenoo 094be0cccc 0.4.3 -> 0.5 merging 2002-05-28 12:29:44 +00:00
reenoo 09d913ca26 this file will be replaced with LCDproc.list.in soon 2002-05-28 12:07:19 +00:00
reenoo 3d9cdc80f2 0.4.3 -> 0.5 merging 2002-05-28 12:03:07 +00:00
reenoo 2187172801 0.4.3 -> 0.5 merging 2002-05-28 11:30:05 +00:00
robijn c08bec7890 server/client_menu.h removed. 2002-05-26 20:32:20 +00:00
robijn 7e478dc7da HD44780 update: reporting fixed, serialLpt behaviour improved. 2002-05-26 19:22:50 +00:00
robijn 3168d4cafc Menustuff added/modified! 2002-05-26 19:21:23 +00:00
robijn 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.
2002-05-23 18:03:36 +00:00
gfk 450d05274f Added a link to the documentation. 2002-05-20 21:57:46 +00:00
robijn 78d8886c47 Icon command is now really processed and icons are rendered.
Also updated icon code in curses_drv a bit.
2002-05-20 21:25:17 +00:00
robijn d3cf1569eb HD44780 update:
- Fixed build bug (winamp was not included)
- Reporting fix.
2002-05-20 21:08:37 +00:00
robijn 7c49cb535c Added some icon definitions in lcd.h;
Using ICON_BLOCK_FILLED now in titles.
2002-05-18 23:42:46 +00:00
robijn 31641610d1 Added a limited 'base_drv'-like implementation of the extended
driver functions.
Removed some of this functionality from the curses and text driver.
2002-05-13 22:25:04 +00:00
gfk 40706764dd Added a portable snprintf implementenation in case it's not present. 2002-05-11 18:19:39 +00:00
robijn a8143ad039 Adapted autoconf/make system to deselect parallel port HD44780 subdrivers
if there is no controlleable LPT port.
2002-05-10 18:05:50 +00:00
reenoo 23dd4f2898 GPL... 2002-05-09 20:27:01 +00:00
gfk c730e2dba1 Solaris portability fixes. 2002-05-09 00:30:19 +00:00
gfk f3b2b0688a Quoted the tests in a safer way in an atempt to make it work on Solaris. 2002-05-09 00:19:50 +00:00
robijn 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.
2002-05-06 21:14:14 +00:00
gfk 26a63f7d81 Changed HAVE_LPT_PORT to HAVE_PCSTYLE_LPT_CONTROL 2002-05-04 14:20:22 +00:00
robijn 3f385754b0 Removed the accidently added event.h 2002-05-03 23:45:59 +00:00
gfk 8cff8dbf77 Using autoconf check to detect if there's a parallel port. 2002-05-02 01:17:28 +00:00
gfk 77b73505ec Now using FreeBSD's inb and outb instead of the ASM ones in the FreeBSD port. 2002-05-02 00:53:32 +00:00
gfk 0f5b336514 Added a newline at the end of these files, because gcc was complaining about it. 2002-04-29 23:27:24 +00:00
gfk ca70ceb048 FreeBSD's i386_get_ioperm implemented. 2002-04-29 23:24:14 +00:00
robijn cfe1bd1a1e Added drivers icp_a106 and lcterm written by Michael Schwingen. 2002-04-27 12:52:18 +00:00
robijn 6ec0dc376c Removed reference to client_data.h 2002-04-26 00:17:04 +00:00
robijn 1e8746a62f Inccorectly added server/commands/Makefile.in. .am was needed. 2002-04-26 00:12:38 +00:00
robijn aa2261af65 Added commands/Makefile.in 2002-04-26 00:08:02 +00:00