Very Low Activity

Commits : Listings

  Analyzed 2 days ago based on code collected 2 days ago.
Showing page 3 of 93
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mega change to the LCDd's header files: 1. Use <stdbool.h> if it is available but keep a compatibility shim in shared/defines.h in case it is not. 2. Unbreak the circular header dependencies (mostly): 2a. client.c and client.h may NOT depend on 'struct Menu'. Use a void pointer and casts instead. 2b. Separate the data type definitions in client.h and screen.h from function prototypes which may require other data structures. This makes header dependencies much more easy to maintain. Usually the data types should have been moved to their own files but I (mmdolze) chose to separate them using different header guards. 2c. Remove many now unused header includes. Apply (old BSD-) style on menuscreens.c. Avatar More... about 1 year ago
Fix Doxygen comments. Avatar More... about 1 year ago
Adjust coding style guideline to the use oof GNU indent. Avatar More... over 1 year ago
Fix RPM init script hanging on recent OS (#3488223). Avatar More... over 1 year ago
hd44780: Added 'usb4all' connection type for USB-4-all devices (T. Mohaupt) Avatar More... over 1 year ago
Add sdeclcd driver for Watchguard FireBox appliances (by F. Mertz). Avatar More... over 1 year ago
Correct and extend instructions about adding the driver documentation (by F. Mertz). Avatar More... over 1 year ago
hd44780/ftdi: Fix a bug in ftdi_HD44780_backlight() and add backlight switching capability for 4bit mode. Document the different BL line level and a small switching circuit for it. Avatar More... over 1 year ago
Fix the last line not being used by custom characters (ID: 3466136). There was a lastline setting used which was neither initialized nor read from config. While there, re-comment the file. Avatar More... over 1 year ago
Heavily re-comment the hd44780-low.h file. Avatar More... over 1 year ago
Don't typedef the low-level functions structure. Use struct* the two times where necessary (this avoids confusing Doxygen as well). Avatar More... over 1 year ago
Make the sed1520 driver work in 80-family connection style without requiring an external inverter. Avatar More... over 1 year ago
Modify the 't' character that looked a little odd. Avatar More... over 1 year ago
Add code to use libusb-1.0 asynchronous transfers to fix problem of occasional missed keys and eliminate use of key_timeout which disrupts the main loop timing (by M. Jones). Avatar More... over 1 year ago
Add glcd driver and connection types. Avatar More... over 1 year ago
Fix spelling. Avatar More... over 1 year ago
Change links to LoS-Panel web page. Avatar More... over 1 year ago
Describe keypad settings. Avatar More... over 1 year ago
Show only unique processes in 'S' screen on FreeBSD. Avatar More... over 1 year ago
Add key pad support to the glcd driver. Avatar More... over 1 year ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.