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
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
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
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
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
robijn
726f2f995e
Big changes in code of clients, screens and widgets.
...
- Moved and altered code to create, destroy and manipulate clients, screens
and widgets in an OO-like manner.
- Moved command execution code to a commands directory, splitting commands to
what subject they are concerned.
- Menus are temporary disabled while working on new menu structure.
2002-04-26 00:00:31 +00:00
luisllo
1e4ab6d501
fixed bad implementation of CFontz_num() funcion
2002-04-20 23:50:12 +00:00
robijn
2a07898c02
Fixed bug in Makefile.am related to the removed file Makefile.am.pre.
2002-04-17 11:18:13 +00:00
robijn
b5c534feab
Removed Makefile.am.pre
2002-04-11 13:57:52 +00:00
robijn
336c8cab4a
Modified the autoconf stuff for modules.
...
Makefile.am.pre is no longer needed.
2002-04-11 13:56:28 +00:00
robijn
32261e82a3
Fixed cursor feature problems. Forgot to commit something...
2002-04-11 13:55:15 +00:00
dglaude
f71e4ccfd2
First attempt at CFontz633...
2002-04-10 23:06:45 +00:00
robijn
bc61fa0da8
Updated lirc driver
2002-03-27 22:46:46 +00:00
robijn
707fd2300d
- Now using driver names without 'in' (like lircin).
...
- Added cursor control to client_functions.c
- Removed HEART_ON etc. ; changed to HEARTBEAT_ON etc. (both existed)
2002-03-27 22:38:12 +00:00
robijn
6910ac705e
Not requiring many functions anymore. (reason: input drivers)
2002-03-27 22:25:32 +00:00
robijn
f2c77241eb
Cursor update. Cursor not visible anymore by default.
2002-03-25 23:19:41 +00:00
robijn
1e7a4a44bc
Makefile.am removed. Will be generated from Makefile.am.pre
2002-03-25 23:18:34 +00:00
robijn
505833ba85
- Fixed some driver build problems (incorrect filenames)
...
- Some work on the automake/autoconf stuff
2002-03-25 22:43:12 +00:00
robijn
6898248837
Converted the svga driver to new API.
2002-03-25 22:40:38 +00:00
robijn
6d41e71f33
Fixed 4bit enable lines bug.
2002-03-24 19:28:50 +00:00
gfk
924b2e51dd
Implemented the no ServerScreen feature. Also corrected a bug which prevented to run without any screen.
2002-03-15 20:24:39 +00:00
dglaude
0f18a999ad
Minor copy n paste error correction.
2002-03-04 17:56:04 +00:00
dglaude
3a4fe9c349
Minor cosmetic change for fgrep Private hd44780.c
2002-03-04 17:54:32 +00:00
dglaude
25fc33ec5c
Cleanup and more extensive explanation of why we don't use hardware feature
2002-03-04 17:52:44 +00:00
dglaude
a4089c644f
Better vbar wich y support, cleanup of MtxOrb.h
2002-03-04 17:52:04 +00:00
dglaude
34c6492529
Now everything should be in PrivateDate
2002-03-04 17:51:15 +00:00
dglaude
1573bb5456
Added layer to bridge vbar/hbar from API 0.4 to API 0.5
2002-03-04 17:50:44 +00:00
dglaude
214128bf0f
Moving cellwidth and cellheight to PrivateData.
2002-03-04 17:50:03 +00:00
dglaude
16c90bc00b
Move MtxOrb_type, keypad_test_mode, _key, timer to PrivateData.
2002-03-04 17:49:25 +00:00
dglaude
090fbc0bf4
Move framebuf, old, contrast and backlightenabled to PrivateData.
2002-03-04 17:48:49 +00:00
dglaude
923ecd88c8
More stuff in PrivateData like fd ...
2002-03-04 17:48:14 +00:00