aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27some more keypad stuff for vnc driver...michux2-24/+50
2009-03-27update keypad function for vnc drivermichux1-5/+79
2009-03-26vnc driver: add beta keypad support michux3-11/+57
2009-03-26remove unneeded libsmichux2-2/+2
2009-03-26add sample cfg for vnc driver, indentmichux3-6/+16
2009-03-26add max client optionmichux1-7/+16
2009-03-26ignore security check for cygwinmichux1-0/+2
2009-03-26string compare is not case sensitive anymoremichux1-1/+1
2009-03-26more cygwin fixesmichux2-2/+2
2009-03-26fix cygwin compilemichux1-0/+19
2009-03-25I just wanted to commit the 1000st change to lcd4linux ;)michux1-2/+2
2009-03-25minor fixupmichux1-9/+4
2009-03-25more vnc driver stuff...michux3-40/+59
2009-03-25add vnc drivermichux9-114/+627
2009-03-23test intersection of (displayable) widgetsvolker9-15/+82
2009-03-16Fixed pot. buffer overflow in glcd2usbharbaum1-1/+1
2009-03-16glcd2usb button supportharbaum1-13/+11
2009-03-16glcd2usb button supportharbaum3-3747/+3087
2009-03-04autoconf updatemichael3-2946/+3598
2009-03-04GLCD2USB by Till Harbaummichael5-13/+59
2009-03-04add asc255bug setting to MatrixOrbital driver by Maik Dilgermichael1-1/+7
2009-02-28indentmichael1-50/+46
2009-02-28driver for GX series lcd from Matrix Orbital by Abbas Kosanmichael7-3/+626
2009-02-28GLCD2USB driver from Till Harbaummichael8-14/+629
2009-02-28added some contrib files from Nicu Pavelmichael6-0/+1101
2009-02-28patch for picoLCDGraphics that adds keypad/gpi/gpo capabilities from Nicu Pavelmichael1-5/+30
2009-02-28uh-oh... changed perl comment to C comment :-)michael1-1/+1
2009-02-28IRLCD patch from Jussi Kilpelainenmichael1-2/+2
2009-01-29removed backslash handling from cfg.c (its now part of the evaluator)michael1-37/+2
2009-01-29add octal escape sequences to evaluatormichael1-0/+15
2009-01-28update st2205 desc.michux1-1/+1
2009-01-26evaluator: escape sequences in strings (fix for ticket #145)michael1-5/+57
2009-01-23wifi ioctl() fixed (ticket #144)michael1-3/+12
2009-01-19style 'H' (hollow) for vertical bars, individual bar colors for vertical bars...michael2-11/+15
2009-01-18Brightness dimms every colorvolker1-5/+1
2009-01-18more descriptive display names with option -lmichael19-19/+20
2009-01-18'emty format string' compiler warning solvedmichael1-1/+1
2009-01-17correct brightness handling, reduced round tripsvolker1-16/+38
2009-01-16Closing XWindow quits without errorvolker1-9/+15
2009-01-16option parsing modifiedmichael1-10/+16
2009-01-16dump config file if verbose_level > 1michael1-0/+24
2009-01-16indentationmichael1-13/+13
2009-01-15layout parser simplified with cfg_renamemichael1-11/+52
2009-01-15new function cfg_rename()michael2-2/+58
2009-01-14optimized drawing; check max. screen sizevolker1-6/+20
2009-01-14version bumped; ChangeLog updatedmichael2-2013/+1456
2009-01-14add support for Dell M1730 LCD to the G15 driver by lcd4linux@hayward.uk.commichael1-12/+18
2009-01-14initial brightness fixedmichael1-3/+4
2009-01-13indentation, svn-versionvolker2-45/+45
2009-01-13speedup X11 displayvolker1-9/+57
n532'>532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715