aboutsummaryrefslogtreecommitdiffstats
path: root/widget_icon.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
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!)
a id='n369' href='#n369'>369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521