aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GWIN frame demo - compiling but crashingJoel Bodenmann2014-05-103-0/+297
|
* frame rendering bug fixJoel Bodenmann2014-05-101-1/+1
|
* All compiling.inmarket2014-05-109-86/+214
| | | | Containers and Frames still to be tested.
* Oops - missed this one. Not ready for prime time yet though.inmarket2014-05-101-1/+6
|
* Multiple changes to GWIN to support containers.inmarket2014-05-1022-418/+685
|
* Merge branch 'master' into gwininmarket2014-05-0937-150/+333
|\
| * Re-order GWIN sys_rules to simplify ready for new functionality.inmarket2014-05-091-23/+30
| |
| * GWIN label bug fix and simplificationinmarket2014-05-091-18/+9
| |
| * Rename GWIN image header file to be consistent with all other controls and ↵inmarket2014-05-092-1/+1
| | | | | | | | with its source file
| * GWIN window manager comment updatesinmarket2014-05-091-4/+4
| |
| * gwinImage animated gif bug fixinmarket2014-05-091-3/+13
| |
| * GWIN creation and destruction bug fixesinmarket2014-05-092-2/+5
| |
| * New gqueue calls to allow inserting an object into the queue at an arbitrary ↵inmarket2014-05-092-0/+100
| | | | | | | | location.
| * New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-093-2/+13
| | | | | | | | Use in gwinImage
| * Remove superfluous entries in gfxconf.example.hinmarket2014-05-091-2/+0
| |
| * Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-0917-20/+65
| | | | | | | | | | | | structures. Incorporate into demo's
| * Use the more generic file mask for gitignoreinmarket2014-05-091-1/+1
| |
| * Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-094-2/+2
| | | | | | | | This reverts commit 82a3f8491f6ec3b6bbb161167fc435acbfacc3a1.
| * Renaming image widget files to appropriate nameJoel Bodenmann2014-05-094-2/+2
| |
| * progressbar widget cleanupJoel Bodenmann2014-05-091-1/+0
| |
| * added missing entry in releases.txtJoel Bodenmann2014-05-091-1/+2
| |
| * Imagebox widget demo compiler warning fixJoel Bodenmann2014-05-091-1/+1
| |
| * Imagebox widget bug fix that could cause gwinImageOpenFile() to crashJoel Bodenmann2014-05-092-0/+2
| |
| * 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
| | |