aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Expand)AuthorAgeFilesLines
* SImplify the options for multiple displays.inmarket2014-09-172-16/+22
* Clean up demo gfxconf.h files that incorrectly specify every option.inmarket2014-09-172-321/+4
* Update gl3d demos so they run on real hardware (STMF407VGT6). Basically reduc...inmarket2014-08-202-4/+10
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-202-2/+2
* Add gl3d gears demoinmarket2014-08-203-0/+341
* Update gl3d spin demoinmarket2014-08-203-15/+7
* Create a generic GWIN event.inmarket2014-08-207-24/+24
* GL3D GWIN window + demoinmarket2014-08-203-0/+233
* Update the frame demo to reveal a surprise when the frame is closed.inmarket2014-08-162-0/+9
* Fixing color in gwin widgets demoJoel Bodenmann2014-08-081-1/+1
* Added support for playing arbitrary format audio files with an intelligent au...inmarket2014-06-236-0/+2045
* frame demo: Fix bug for displays with < 32 bit colorinmarket2014-05-301-5/+4
* Remove superflous entries in demo gfxconf.hinmarket2014-05-301-39/+5
* Updated frame demo codeJoel Bodenmann2014-05-302-7/+121
* Widgets demo: Unsetting of clip area is no longer required with the new GWIN ...inmarket2014-05-221-3/+0
* Added containers_nested demoJoel Bodenmann2014-05-213-0/+249
* Remove unnecessary window managerinmarket2014-05-211-1/+0
* added missing gwinWidgetClearInit() to label and imagebox demoJoel Bodenmann2014-05-202-4/+3
* Bug fix to widgets demo. It should never have used <stdio.h> which is not ava...inmarket2014-05-122-5/+7
* Updates for small displays for the widgets demo.inmarket2014-05-121-30/+50
* Adding GWIN container demoJoel Bodenmann2014-05-113-0/+146
* updated gwin widget demoJoel Bodenmann2014-05-111-6/+6
* last try to get this shit right with that damned GWIN demoJoel Bodenmann2014-05-111-1/+1
* Improve GWIN widget demo layoutingJoel Bodenmann2014-05-111-1/+2
* Improving look of GWIN widget demoJoel Bodenmann2014-05-111-2/+6
* Extending GWIN widget demoJoel Bodenmann2014-05-112-32/+60
* simplify gwin widgets demo codeJoel Bodenmann2014-05-111-17/+17
* More freeflowing of the widgets demo for smaller displays.inmarket2014-05-111-5/+5
* Update widgets demo to use Containers.inmarket2014-05-112-119/+124
* Remove NULLs except in comments as some compilers/OS's give strange definitions.inmarket2014-05-114-6/+6
* frame fixesinmarket2014-05-112-148/+8
* GWIN frame demo - compiling but crashingJoel Bodenmann2014-05-103-0/+297
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-0912-19/+15
* Imagebox widget demo compiler warning fixJoel Bodenmann2014-05-091-1/+1
* Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of t...Joel Bodenmann2014-05-082-0/+2
* Updates to the widgets demo:inmarket2014-05-015-1798/+304
* Fix list label in widget demoinmarket2014-05-011-1/+1
* Adding gwin/label demoJoel Bodenmann2014-04-283-0/+330
* Added gwinListEnableRender()Joel Bodenmann2014-04-261-8/+4
* Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
* Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logoJoel Bodenmann2014-04-247-648/+1664
* Adding gwin/imagebox demoJoel Bodenmann2014-04-245-0/+1976
* Updating progressbar demoJoel Bodenmann2014-04-231-3/+8
* Updated progressbar demoJoel Bodenmann2014-04-231-0/+3
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-232-87/+239
* Added progressbarJoel Bodenmann2014-04-232-16/+32
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
* fixing demo gfxconf.hJoel Bodenmann2014-04-231-2/+1
* Update audio play demo to play in a loop (easier for testing)inmarket2014-03-301-6/+12
14' href='#n514'>514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 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 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868