aboutsummaryrefslogtreecommitdiffstats
path: root/widget_icon.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2007-04-30new upstream versionReinhard Tartler1-6/+6
2007-04-05import new upstreamReinhard Tartler1-133/+13
2006-02-25[lcd4linux @ 2006-02-25 13:36:33 by geronet]geronet1-4/+7
updated indent.sh, applied coding style
2006-01-23[lcd4linux @ 2006-01-23 06:17:18 by reinelt]reinelt1-6/+9
timer widget added
2006-01-22[lcd4linux @ 2006-01-22 10:01:09 by reinelt]reinelt1-8/+14
allow 'static' icons with speed=0
2005-12-18[lcd4linux @ 2005-12-18 16:18:34 by reinelt]reinelt1-3/+7
GPO's added again
2005-11-06[lcd4linux @ 2005-11-06 09:54:43 by reinelt]reinelt1-3/+6
fixed icon size removed, uses XRES & YRES (I hope this doesn't lead to problemes...)
2005-11-06[lcd4linux @ 2005-11-06 09:17:20 by reinelt]reinelt1-58/+78
re-use icons (thanks to Jesus de Santos Garcia)
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-129/+135
CodingStyle added and applied
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-3/+6
added (C) to all copyright statements
2004-11-28[lcd4linux @ 2004-11-28 15:50:24 by reinelt]reinelt1-5/+5
Cwlinux fixes (invalidation of user-defined chars)
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot...
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-18/+24
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-2/+6
'const'ified the whole source
2004-03-11[lcd4linux @ 2004-03-11 06:39:58 by reinelt]reinelt1-2/+12
big patch from Martin: - reuse filehandles - memory leaks fixed - earlier busy-flag checking with HD44780 - reuse memory for strings in RESULT and hash - netdev_fast to wavid time-consuming regex
2004-03-06[lcd4linux @ 2004-03-06 20:31:16 by reinelt]reinelt1-6/+16
Complete rewrite of the evaluator to get rid of the code from mark Morley (because of license issues). The new Evaluator does a pre-compile of expressions, and stores them in trees. Therefore it should be reasonable faster...
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt1-6/+8
changes (cosmetics?) to the big patch from Martin hash patch un-applied
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-7/+19
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-2/+8
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-07[lcd4linux @ 2004-02-07 13:45:23 by reinelt]reinelt1-9/+4
icon visibility patch #2 from Xavier
2004-02-04[lcd4linux @ 2004-02-04 19:11:44 by reinelt]reinelt1-1/+21
icon visibility patch from Xavier
2004-01-30[lcd4linux @ 2004-01-30 20:57:55 by reinelt]reinelt1-1/+9
HD44780 patch from Martin Hejl dmalloc integrated
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-23[lcd4linux @ 2004-01-23 07:04:03 by reinelt]reinelt1-1/+9
icons finished!
2004-01-23[lcd4linux @ 2004-01-23 04:53:23 by reinelt]reinelt1-0/+183
icon widget added (not finished yet!)