marschap
d2e6100f28
fix check for libusb_includepath: required file is called usb.h
2005-04-08 15:23:11 +00:00
marschap
f5edc58fd7
fix from M. Dolze for his FreeBSD patches
2005-04-08 14:37:04 +00:00
marschap
412c9a3c40
extended the fix from port_access_multiple() to port_access()
2005-04-07 08:43:06 +00:00
marschap
2a65ccaa6c
fixed previous commit
2005-04-07 07:11:48 +00:00
marschap
99e4ddabfe
included modified version of M.Dolze's patch patch_drivers_port from his web site
2005-04-06 15:30:25 +00:00
marschap
941fb5598a
added M.Dolze's patch_client_machine_FreeBSD patch (with slight variations)
2005-04-06 11:04:43 +00:00
marschap
2ff13238d9
- implemented menuevents enter+leave
...
- make menuscreen_goto() more permissive: any transition between one
client's menu is allowed. If configure option
--enable-permissive-menuscreen-goto is choosen any transition is
allowed
- #define for TESTMENUS now set via configure
option --enable-testmenus (VB)
2005-04-05 07:28:47 +00:00
marschap
28f812bef8
- implemented menuevents enter+leave
...
- new method menuitem_get_client()
- more maintainable way to specify count of enums
- corrected some typos (VB)
2005-04-05 07:28:35 +00:00
marschap
06f6590c9c
eliminate compiler warnings (VB)
2005-04-05 07:28:18 +00:00
marschap
f15c5729ec
- added documentation for ip-menuitem, menuscreen_goto,
...
menuevents enter+leave.
- corrected typos and cut-n-paste errors (VB)
2005-04-05 07:27:45 +00:00
marschap
29065ca74d
additional advice (VB)
2005-04-05 07:27:20 +00:00
marschap
2bd0e16638
added some 'fixme's (VB)
2005-04-05 07:26:43 +00:00
marschap
bd8310d8b2
bugfix: make essential_clock_screen() available in
...
clients/lcdproc/mode.c (VB)
2005-04-05 07:25:52 +00:00
marschap
90bac52310
new configure options:
...
--enable-testmenus: enable server test menus (default disabled)
--enable-permissive-menuscreen-goto: allow transitions between
different client's menus (default disabled) (VB)
2005-04-05 07:25:17 +00:00
marschap
4ce924339a
simpler way to use autogen.sh (VB)
2005-04-05 07:24:38 +00:00
marschap
b0a9e45704
reorganized report_* variables in main.c and report.c so that they can be static
...
to their file; also static-alized other variables an functions in main.c
2005-04-01 17:17:05 +00:00
marschap
b9d7338a40
remove wrong declarations of report_level and report_to_syslog
2005-04-01 14:35:26 +00:00
marschap
7f8d84f026
added IP address input method to menus by Jeff Costlow, f5
...
(IPv6 support is not in good shape yet)
a few more bug fixes, more error checks
extended input methods using more key (left, righ) if they are available
2005-03-13 21:23:56 +00:00
marschap
0de01ac0f7
make debug() the first action in each function
...
don't fail on NULL pointer arguments in debug()
2005-03-13 16:32:16 +00:00
marschap
75fef67dfe
more NULL-pointer checks in menuscreens.c
2005-03-13 16:10:24 +00:00
marschap
846b6fb740
more error checks in menuitem.c
...
option value in ALPHA mode is treated special in menu_commands.c
2005-03-13 13:17:32 +00:00
marschap
e29154a03b
use the correct union elements
2005-03-12 22:31:20 +00:00
marschap
f58c78e993
iautogen.h: copy generated files into to build dir instead of creating only symlinks
2005-02-28 20:33:39 +00:00
marschap
fcfd6b6b93
generously add tests for NULL in various menu related functions
2005-02-28 20:21:40 +00:00
marschap
ed90f0f643
check only once for sched_setscheduler and i386_get_ioperm in the same lib
2005-02-28 11:18:47 +00:00
marschap
9633fa7a2f
correct handling of --enable-libusb / --disable-libusb in configure.in
2005-02-28 09:40:30 +00:00
marschap
44e5bb9c61
replace some obsoleted autoconf/automake macros and update autogen.sh accordingly
2005-02-27 22:11:42 +00:00
marschap
89023dbca7
shamelessly add myself to CREDITS file
2005-02-26 12:52:15 +00:00
marschap
20299a4077
for Linux add tmpfs to the list of filesystems not to be examined
2005-02-26 10:08:50 +00:00
marschap
e55b1aa204
fix filled block and handling of the lastline parameter
2005-02-26 10:02:29 +00:00
marschap
a0e8aaf7f0
applied Markus Dolze's patches two "invalid widget id" errors in the lcdproc clien
2005-02-25 15:03:00 +00:00
marschap
b3230cf90f
- update drivers to use new API
...
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00
toykeeper
c82e37cd70
Updated my contact info.
2005-01-29 17:46:18 +00:00
marschap
2af71ca673
minor change
2005-01-23 22:40:12 +00:00
marschap
e3b41e3dc6
added sed1520_cellwidth() and sed1520_cellheight()
...
based on a patch by rene ( just AT absorb it )
2005-01-22 19:01:17 +00:00
marschap
112d58eb33
correct MtxOrb keypress mapping
2005-01-22 18:43:56 +00:00
marschap
ffdd1a4925
added Leandro Dardini's lastline patch for the HD44780 driver and
...
adapted it to the IOWarrior driver that also drives HD44780 displays.
2005-01-17 20:18:21 +00:00
marschap
2899cabedf
add speed of 115200 to CFontz633 driver (patch by Pat Erley)
2005-01-17 19:11:01 +00:00
marschap
d6b325180d
add [E]ssential_clock to lcdproc client
2005-01-15 14:39:49 +00:00
gfk
8da364087a
Fix some XML errors.
2005-01-03 21:16:23 +00:00
marschap
1dc7440687
fix typo
2005-01-01 17:41:43 +00:00
marschap
ae04c11df2
remove old & unused manpage files
2005-01-01 14:10:02 +00:00
marschap
9c64cc3c74
use lowercase version string
2005-01-01 14:05:00 +00:00
marschap
ebec10a39d
add debian/ to distfile contents
2005-01-01 12:16:14 +00:00
marschap
d4f58c8e85
re-add debian/rules as executable
2005-01-01 12:14:23 +00:00
marschap
893c4d5d95
temporarily remove debian/rules to get it executable
2005-01-01 12:12:47 +00:00
marschap
e6a84a8c62
debianize LCDproc
2004-12-31 22:32:22 +00:00
marschap
0e270bcf0f
fix typos
2004-12-31 22:19:16 +00:00
marschap
15ecb1acca
make DocBooks XML compatible
2004-12-31 22:14:29 +00:00
marschap
124b6e62d7
mention new drivers in README
2004-12-31 22:13:46 +00:00