aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵Joel Bodenmann2014-05-087-73/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the progressbar widget
| * | | | | | | | | | Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by defaultJoel Bodenmann2014-05-081-0/+7
| | | | | | | | | | |
| * | | | | | | | | | typo fixJoel Bodenmann2014-05-061-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into gwinJoel Bodenmann2014-05-062-2/+2
|\| | | | | | | | |
| * | | | | | | | | bug fixJoel Bodenmann2014-05-061-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into gwininmarket2014-05-0134-1991/+1691
|\| | | | | | | |
| * | | | | | | | Fixed enable bug in progress barinmarket2014-05-011-14/+9
| | | | | | | | |
| * | | | | | | | Added extra safety to GWIN objectsinmarket2014-05-013-136/+157
| | | | | | | | |
| * | | | | | | | Make some GWIN constants into #definesinmarket2014-05-012-8/+13
| | | | | | | | |
| * | | | | | | | Image bug-fix that caused crashes with the new GFILE/GWIN images.inmarket2014-05-011-1/+1
| | | | | | | | |
| * | | | | | | | Updates to the widgets demo:inmarket2014-05-015-1798/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert the image to a gif so it is smaller and has a transparent background - Move opening the mouse to the beginning to stop calibration flashing the screen (ugly) - Clean up extra defines in gfxconf.h - Conflicts with some drivers.
| * | | | | | | | Much improved appearance for buttons and tabs.inmarket2014-05-015-33/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look.
| * | | | | | | | Prevent gwinGetStyle() being called on a non-widgetinmarket2014-05-011-0/+3
| | | | | | | | |
| * | | | | | | | Fix some gwin list widget mouse bugsinmarket2014-05-011-11/+9
| | | | | | | | |
| * | | | | | | | Fix list label in widget demoinmarket2014-05-011-1/+1
| | | | | | | | |
| * | | | | | | | Only require GTimer for the vs1053 driver if GAUDIO is turned on.inmarket2014-05-011-1/+1
| | | | | | | | |
| * | | | | | | | Revert "slider does not change position if disabled"inmarket2014-05-011-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2c57363efc343ae521857cddbcfbcaec50eaedab.
| * | | | | | | | Merge remote-tracking branch 'origin/master'inmarket2014-05-013-0/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abled" This reverts commit 2c57363efc343ae521857cddbcfbcaec50eaedab.
| | * | | | | | | | slider does not change position if disabledJoel Bodenmann2014-04-301-0/+4
| | | | | | | | | |
| | * | | | | | | | Added gwinEnable() and gwinDisable()Joel Bodenmann2014-04-302-0/+19
| | | | | | | | | |
| * | | | | | | | | vs1053 audio driver now workinginmarket2014-05-011-1/+1
| |/ / / / / / / /
| * | | | | | | / Updates to vs1053 driver. Now accepting data but still no sound.inmarket2014-04-302-2/+2
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2014-04-2910-2/+668
| |\ \ \ \ \ \ \
| | * | | | | | | Update releases.txtinmarket2014-04-291-1/+8
| | | | | | | | |
| | * | | | | | | First version vs1053 audio play driver. Compiles but not tested yet.inmarket2014-04-299-1/+660
| | | | | | | | |
| * | | | | | | | doxygenJoel Bodenmann2014-04-292-5/+5
| | | | | | | | |
| * | | | | | | | doxygenJoel Bodenmann2014-04-291-10/+8
| |/ / / / / / /
| * | | | | | | doxygenJoel Bodenmann2014-04-291-2/+2
| | | | | | | |
| * | | | | | | New label attribute is const. Also updated comments.inmarket2014-04-292-5/+9
| | | | | | | |
| * | | | | | | typoJoel Bodenmann2014-04-281-1/+1
| | | | | | | |
| * | | | | | | Adding gwin/label demoJoel Bodenmann2014-04-283-0/+330
| | | | | | | |
| * | | | | | | Updating .gitignoreJoel Bodenmann2014-04-281-0/+1
| | | | | | | |
| * | | | | | | Added gwinLabelSetAttribute()Joel Bodenmann2014-04-284-4/+71
| | | | | | | |
* | | | | | | | updating .gitignoreJoel Bodenmann2014-04-271-0/+1
| | | | | | | |
* | | | | | | | Chaning window title of Win32 simulatorJoel Bodenmann2014-04-271-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'master' into gwinJoel Bodenmann2014-04-2724-665/+4391
|\| | | | | | |
| * | | | | | | Added gwinListEnableRender()Joel Bodenmann2014-04-264-8/+39
| | | | | | | |
| * | | | | | | Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
| | | | | | | |
| * | | | | | | Fixing progressbar bugJoel Bodenmann2014-04-261-9/+25
| | | | | | | |
| * | | | | | | Added docs/roadmap.txtJoel Bodenmann2014-04-261-0/+15
| | | | | | | |
| * | | | | | | movig docs to /docsJoel Bodenmann2014-04-262-0/+0
| | | | | | | |
| * | | | | | | Added ILI93xx drived by user xlh1460Joel Bodenmann2014-04-245-0/+536
| | | | | | | |
| * | | | | | | GFILE module doxygenJoel Bodenmann2014-04-241-0/+135
| | | | | | | |
| * | | | | | | 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
| | | | | | | |
* | | | | | | | Merge branch 'master' into gwinJoel Bodenmann2014-04-237-164/+474
|\| | | | | | |
| * | | | | | | Updating progressbar demoJoel Bodenmann2014-04-231-3/+8
| | | | | | | |
| * | | | | | | Fixing gwin progressbar destroying processJoel Bodenmann2014-04-231-1/+10
| | | | | | | |
| * | | | | | | Updated progressbar demoJoel Bodenmann2014-04-231-0/+3
| | | | | | | |