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)
marschap2005-04-05 07:25:17 +00:00
4ce924339a
simpler way to use autogen.sh (VB)
marschap2005-04-05 07:24:38 +00:00
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
marschap2005-04-01 17:17:05 +00:00
b9d7338a40
remove wrong declarations of report_level and report_to_syslog
marschap2005-04-01 14:35:26 +00:00
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
marschap2005-03-13 21:23:56 +00:00
0de01ac0f7
make debug() the first action in each function don't fail on NULL pointer arguments in debug()
marschap2005-03-13 16:32:16 +00:00
75fef67dfe
more NULL-pointer checks in menuscreens.c
marschap2005-03-13 16:10:24 +00:00
846b6fb740
more error checks in menuitem.c option value in ALPHA mode is treated special in menu_commands.c
marschap2005-03-13 13:17:32 +00:00
e29154a03b
use the correct union elements
marschap2005-03-12 22:31:20 +00:00
f58c78e993
iautogen.h: copy generated files into to build dir instead of creating only symlinks
marschap2005-02-28 20:33:39 +00:00
fcfd6b6b93
generously add tests for NULL in various menu related functions
marschap2005-02-28 20:21:40 +00:00
ed90f0f643
check only once for sched_setscheduler and i386_get_ioperm in the same lib
marschap2005-02-28 11:18:47 +00:00
9633fa7a2f
correct handling of --enable-libusb / --disable-libusb in configure.in
marschap2005-02-28 09:40:30 +00:00
44e5bb9c61
replace some obsoleted autoconf/automake macros and update autogen.sh accordingly
marschap2005-02-27 22:11:42 +00:00
89023dbca7
shamelessly add myself to CREDITS file
marschap2005-02-26 12:52:15 +00:00
20299a4077
for Linux add tmpfs to the list of filesystems not to be examined
marschap2005-02-26 10:08:50 +00:00
e55b1aa204
fix filled block and handling of the lastline parameter
marschap2005-02-26 10:02:29 +00:00
a0e8aaf7f0
applied Markus Dolze's patches two "invalid widget id" errors in the lcdproc clien
marschap2005-02-25 15:03:00 +00:00
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
marschap2005-01-29 18:49:29 +00:00
ffdd1a4925
added Leandro Dardini's lastline patch for the HD44780 driver and adapted it to the IOWarrior driver that also drives HD44780 displays.
marschap2005-01-17 20:18:21 +00:00
2899cabedf
add speed of 115200 to CFontz633 driver (patch by Pat Erley)
marschap2005-01-17 19:11:01 +00:00
d6b325180d
add [E]ssential_clock to lcdproc client
marschap2005-01-15 14:39:49 +00:00
8da364087a
Fix some XML errors.
gfk2005-01-03 21:16:23 +00:00
1f60bbfc2e
update build environment to autoconf 2.50
marschap2004-10-17 21:01:13 +00:00
70c4d4d0a8
sync declaration of t6963_low_dsp_ready() in t6963.h with t6963.c
marschap2004-10-17 17:29:46 +00:00
0ce79ef709
Changed the base of graphic and character generator address so that displays larger than (rows x cols) > 512 are supported
themythos2004-10-15 13:53:57 +00:00
14fa1c74cd
fix my previous commit: use C comment
marschap2004-10-09 16:26:45 +00:00
11fe596351
add ConnectionType sub-driver for BWCT USB devices to the HD44780 driver
marschap2004-10-09 16:15:37 +00:00
9779ae82f6
Fixed a typo in the subtitle. (shame) Thanks to Conrad Braun for reporting it.
gfk2003-08-19 00:41:02 +00:00
23d0e9eaab
Fixed processing of --disable-debug
robijn2003-08-17 15:46:03 +00:00
c828ddc45b
NetBSD port by Thomas Runge.
gfk2003-08-12 02:35:01 +00:00
d5556d1388
Add an implementation of getopt from the public domain for Win32 systems
blt2003-08-10 02:32:34 +00:00
b03a3522d9
Add support for Win32 and Winsock to main.c and sock.c code
blt2003-08-10 02:29:32 +00:00
67cae9e447
Add support for Winsock library and logging to the windows event log
blt2003-08-06 12:11:54 +00:00
d3223644a2
Portability: patch by Christian Grigis <christian.grigis@smartdata.ch> to allow building the software from a directory different
gfk2003-08-02 00:37:10 +00:00
75cd8a1112
- Modified forking. Child will now signal parent when it has started up OK. Only after that (or error) parent dies. - Modified startup order of LCDd parts. - Moved code for starting up the socket from main.c to sock.c - Variable daemon_mode renamed to foreground_mode, consistent with command line. - Variable lcd_port renamed to bind_port. - Modified the constant stay_in_foreground for drivers hd44780 and sed1330. They don't need to stay in foreground anymore.
robijn2003-07-30 19:57:13 +00:00
9c076d30a2
Add support for Win32 API calls
blt2003-07-20 00:55:54 +00:00
6e356d9732
Changed the underscores (_) for dashes (-) in the id fields because my XML parser didn't liked them.
gfk2003-07-12 13:41:54 +00:00
6eed2f208f
- Fixed startup problem causing device not to initialize properly. - Added Michael to copyrights as I should have done at the last commit.
robijn2003-07-10 22:06:00 +00:00
a43978df97
Added docbook documentation on the 'widget' language.
robijn2003-06-30 19:55:11 +00:00
5dbbae1c47
This is the porting of CwLnx driver from 0.4.4 to 0.5 It is working with both USB and Serial version of the LCD The heartbeat is currently 3 pixels blinking... And there might be more cleaning needed in the code.
dglaude2003-06-03 23:23:01 +00:00
9b2cb53f09
I will mess with CVS here... diff_ignore could be used to ignore some file from a recursive diff. acinclude.m4 and Makefile.am are for CwLinux driver.
dglaude2003-06-03 23:20:33 +00:00
eb51be352c
Set the VTIME to 0; seems to work, which matches theory.
wayn32003-05-30 00:00:03 +00:00
a6b9141538
Added support for USB. This changes how the driver opens the connection.
wayn32003-05-29 02:04:38 +00:00
c6f9540b01
Commit of changes from Joris And Michael: - Variable char sized - Keypad support - Improved init - Improved flickering, no hardware cursor anymore - Support for G191D - Minor other changes
robijn2003-05-04 17:34:37 +00:00
93daed7f66
default settings for ms6931 driver
marsellus2003-04-28 15:32:04 +00:00