# # $Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $ # This file contains instructions for writing plugins to lcd4linux. - use the file 'plugin_sample.c' as a template - copy the file to 'plugin_yourname.c' and edit - replace the "$Id..." in the first line with "$Id: README.Plugins,v 1.1 2004/01/06 17:33:45 reinelt Exp $" - add a short description what this plugin is for - add your copyright notice (important: your name and email) - replace the "$Log..." with "$Log: README.Plugins,v $ - replace the "$Log..." with "Revision 1.1 2004/01/06 17:33:45 reinelt - replace the "$Log..." with " - replace the "$Log..." with "Evaluator: functions with variable argument lists - replace the "$Log..." with "Evaluator: plugin_sample.c and README.Plugins added - replace the "$Log..." with "" - remove all Log lines until "*/" - do some documentation (I know that real programmers write programs, not documentation) - use one or more of the example functions as templates for your own functions - register your new functions to the init() function, delete the sample ones - edit 'plugin.c', add a prototype and the call to your plugin_init_* function - edit 'Makefile.am' and add your 'plugin_*.c' to lcd4linux_SOURCES - compile and test with interactive mode ('-i') - send me a patch (or check in if you have developer CVS access) - enjoy ref='/lcd4linux.git/commit/widget_text.c?id=0802e1b84e35ccd55158189fe0d892fd9dfdbf07&follow=1'>commitdiffstats
path: root/widget_text.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-17Apple has no utsbuf.domainname (thanks to Volker Gering)michael1-1/+1
2007-06-17strndup() replacementmichael1-0/+24
2007-06-17better usage output by Volker Geringmichael1-4/+20
2007-06-08Image driver libgd dependancy fixmichael5-6/+31
2007-06-04big MPD patch from Robert Buchholzmichael1-79/+86
2007-05-19gps plugin, code by michu / www.neophob.commichael7-0/+580
2007-05-17compile error on m68k fixed (debian bug 405898)michael3-10/+170
2007-05-04typo in LUIse driver fixedmichael1-1/+1
2007-05-02some compiler warnings fixedmichael6-8/+14
2007-04-30LCD4Linux-0.10.1-RC2michael1-1/+1
2007-04-30ChangeLog updatedmichael1-1782/+3099
2007-04-30svn2cl moved and optimizedmichael1-6/+0