aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_file.c (unfollow)
pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Headin
AgeCommit message (Collapse)AuthorFilesLines
2006-08-26run a new bootstrap with debian autotoolsReinhard Tartler9-3732/+5597
2006-08-23[lcd4linux @ 2006-08-23 17:45:37 by harbaum]harbaum1-17/+20
Umlaut translation bugfix
2006-08-23[lcd4linux @ 2006-08-23 05:05:40 by reinelt]reinelt1-2/+12
CF635 added to lcd4linux.conf.sample
2006-08-17[lcd4linux @ 2006-08-17 19:11:40 by harbaum]harbaum5-4888/+3452
Small plugin_kvv bugfixes and new abbreviate option
2006-08-17[lcd4linux @ 2006-08-17 05:06:26 by reinelt]reinelt2-0/+4
LCD2USB driver missing keypad symbols fixed
2006-08-16[lcd4linux @ 2006-08-16 14:18:14 by reinelt]reinelt5-76/+100
T6963 enhancements: soft timing, DualScan, Cell size
2006-08-15[lcd4linux @ 2006-08-15 17:28:27 by harbaum]harbaum1-62/+115
Cleaned up thread and error handling
2006-08-14[lcd4linux @ 2006-08-14 19:24:22 by harbaum]harbaum6-33/+137
Umlaut support, added KVV HTTP-User-Agent
2006-08-14[lcd4linux @ 2006-08-14 05:54:03 by reinelt]reinelt7-15/+51
6e24e87d6af4d13cc&follow=1'>[lcd4linux @ 2006-08-13 18:45:25 by harbaum]harbaum2-8/+14 Little cleanup ... 2006-08-13[lcd4linux @ 2006-08-13 18:14:03 by harbaum]harbaum13-32/+866 Added KVV plugin 2006-08-13[lcd4linux @ 2006-08-13 11:38:20 by reinelt]reinelt5-116/+105 text widget uses dynamic properties 2006-08-13[lcd4linux @ 2006-08-13 09:53:10 by reinelt]reinelt16-3463/+5130 dynamic properties added (used by 'style' of text widget) 2006-08-13[lcd4linux @ 2006-08-13 06:46:51 by reinelt]reinelt15-196/+280 T6963 soft-timing & enhancements; indent 2006-08-11[lcd4linux @ 2006-08-11 11:59:29 by reinelt]reinelt2-2/+9 M50530 minor fixes 2006-08-10[lcd4linux @ 2006-08-10 20:40:46 by reinelt]reinelt3-29/+181 M50530 enhancements: Timings, busy-flag checking 2006-08-10[lcd4linux @ 2006-08-10 19:06:52 by reinelt]reinelt2-6/+38 new 'fuzz' parameter for timings 2006-08-09[lcd4linux @ 2006-08-09 17:25:34 by harbaum]harbaum13-4897/+4360 Better bar color support and new bold font 2006-08-08[lcd4linux @ 2006-08-08 20:16:28 by harbaum]harbaum4-30/+54 Added "extracolor" (used for e.g. bar border) and RGB support for LEDMATRIX 2006-08-08[lcd4linux @ 2006-08-08 19:35:21 by reinelt]reinelt8-3/+446 USBHUB driver from Ernst Bachmann 2006-08-08[lcd4linux @ 2006-08-08 19:28:18 by reinelt]reinelt5-3416/+4878 widget type checking corrected 2006-08-05[lcd4linux @ 2006-08-05 21:08:01 by harbaum]harbaum8-4874/+3725 New LEDMATRIX driver (see http://www.harbaum.org/till/ledmatrix) 2006-07-31[lcd4linux @ 2006-07-31 03:48:09 by reinelt]reinelt16-180/+359 preparations for scrolling 2006-07-30[lcd4linux @ 2006-07-30 11:29:02 by lfcorreia]lfcorreia2-22/+14 Make changes suggested by Michael, only one init function is needed 2006-07-30[lcd4linux @ 2006-07-30 11:16:27 by lfcorreia]lfcorreia1-1/+9 Add back drv_generic_i2c_close function 2006-07-29[lcd4linux @ 2006-07-29 21:12:31 by lfcorreia]lfcorreia2-2/+52 Add UPPERCASE string plugin function 2006-07-29[lcd4linux @ 2006-07-29 21:04:43 by lfcorreia]lfcorreia1-12/+19 Better error handling, add proper I2C SLAVE device detection (not 100% finished) 2006-07-29[lcd4linux @ 2006-07-29 20:59:12 by lfcorreia]lfcorreia1-3/+6 Fix wrong timing at I2C initialization 2006-07-19[lcd4linux @ 2006-07-19 01:57:01 by cmay]cmay1-5/+7 fixed double read of last line in file 2006-07-19[lcd4linux @ 2006-07-19 01:48:11 by cmay]cmay2-35/+40 Ran indent.sh to make pretty code. 2006-07-19[lcd4linux @ 2006-07-19 01:35:31 by cmay]cmay5-30/+118 Renamed keypad direction names to avoid conflict with Curses library defs. Added keypad support to Curses display driver. 2006-07-18[lcd4linux @ 2006-07-18 17:04:55 by nicowallmeier]nicowallmeier2-15/+17 Changed test for libmpd 2006-07-14[lcd4linux @ 2006-07-14 20:15:11 by reinelt]reinelt1-3/+7 buffer too small (thanks to anonymous) 2006-07-12[lcd4linux @ 2006-07-12 21:01:41 by reinelt]reinelt5-91/+123 thread_destroy, minor cleanups 2006-07-12[lcd4linux @ 2006-07-12 20:47:51 by reinelt]reinelt3-207/+196 indent 2006-07-12[lcd4linux @ 2006-07-12 20:45:30 by reinelt]reinelt3-11/+288 G15 and thread patch by Anton 2006-06-25[lcd4linux @ 2006-06-25 15:13:00 by reinelt]reinelt4-10/+93 automake-1.9 cleanups 2006-06-25[lcd4linux @ 2006-06-25 14:58:38 by reinelt]reinelt6-1350/+2664 switch to automake-1.9 2006-06-21[lcd4linux @ 2006-06-21 05:12:43 by reinelt]reinelt2-3/+22 added checks for libgd version 2 (thanks to Sam) 2006-06-20[lcd4linux @ 2006-06-20 08:50:58 by reinelt]reinelt5-17/+44 widget_image linker error hopefully finally fixed 2006-06-19[lcd4linux @ 2006-06-19 15:12:54 by reinelt]reinelt2-3214/+4543 bootstrapped 2006-06-19[lcd4linux @ 2006-06-19 12:02:17 by reinelt]reinelt1-1/+1 linker error from widget_image fixed 2006-06-19[lcd4linux @ 2006-06-19 11:54:08 by reinelt]reinelt1-4/+6 removed dependency to usb.h from sample driver 2006-04-17[lcd4linux @ 2006-04-17 08:10:42 by reinelt]reinelt5-15/+29 LCDLinux patch from Mattia; widget_image moved to EXTRA_SOURCE 2006-04-15[lcd4linux @ 2006-04-15 05:22:52 by reinelt]reinelt8-16/+539 mpd plugin from Stefan Kuhne 2006-04-14[lcd4linux @ 2006-04-14 20:59:38 by harbaum]harbaum1-2/+5 Disable inclusion of Image driver in drv.c if no gd was found. 2006-04-09[lcd4linux @ 2006-04-09 17:46:14 by reinelt]reinelt1-6/+9 vertical bar patch fro graphic displays by Ronald Hopfer