aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-218-16/+39
|
* Compile error fix for GFILE_ALLOW_FLOATinmarket2015-02-211-6/+6
|
* Big improvements to GWIN arrow button drawing.inmarket2015-02-141-30/+142
| | | | | | Some symmetry issues fixed. Now optionally support exact 45 degree arrow heads. With 45 degree arrow heads if the height/width ratios are right a triangular button is produced.
* Fix pixel error rounding in gdispDrawConvexPoly().inmarket2015-02-141-0/+7
| | | | The corrects strange gwin arrow button appearances for certain sizes.
* Toggle fixes.inmarket2015-02-141-1/+1
|
* Change ugfx startup logo to white so it shows up on monochrome displaysinmarket2015-02-071-1/+2
|
* Update vararg macro's to C99 standard syntax.inmarket2015-02-051-8/+8
|
* Fix compiler warnings for some driversinmarket2015-02-051-34/+17
|
* Fix multiple display/keyboard/mouse problem with some compilers.inmarket2015-01-273-17/+15
|
* Add the ability to flash a gwin window/widget.inmarket2015-01-256-2/+163
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-232-0/+42
| | | | Updated the widgets demo to show this.
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-21102-257/+148
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Compile fix for default orientation with pixmaps.inmarket2015-01-141-2/+4
|
* Support dynamic displays at compile time, don't re-orient pixmaps at ↵inmarket2015-01-133-6/+20
| | | | initialisation time.
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-138-13/+447
|
* Oops - Error detection in the wrong place.inmarket2015-01-081-4/+0
|
* New keyboard driver interface with international keyboard support.inmarket2015-01-078-70/+1081
|
* New Tabset Widget.inmarket2015-01-036-1/+787
| | | | Widgets demo updated to (optionally) use the new tabset.
* Fix macro problems for gwinShow, gwinHide etcinmarket2015-01-031-4/+4
|
* Small fix for a progressbarinmarket2015-01-031-1/+2
|
* Fix a serious problem with moving and sizing containers, and some visibility ↵inmarket2015-01-032-58/+102
| | | | issues
* Safety protection in creation of extended GWIN types.inmarket2015-01-031-0/+6
|
* Fix serious bug in GTIMER.inmarket2015-01-031-1/+1
|
* Protect against NULL stringsinmarket2015-01-031-0/+3
|
* Fix complaints with some ChibiOS versions and some compilers about ↵inmarket2014-12-311-0/+11
| | | | TRUE/FALSE redefinition.
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
| | | | Also add better comments to code.
* Updates to the slider to fix positioning issues.inmarket2014-12-132-15/+59
| | | | Also fixes negative ranges, ranges > 65536 and very small ranges.
* Extended slider events. Updated the demo to match.inmarket2014-12-062-60/+122
| | | | Actually reduced code size :)
* Syntax Error Fixinmarket2014-12-041-1/+1
|
* Fixing wrong font name in DejaVuSans20_aa fontJoel Bodenmann2014-11-291-329/+327
|
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
|
* More doxygen fixesJoel Bodenmann2014-11-282-4/+4
|
* Doxygen fixesJoel Bodenmann2014-11-281-0/+18
|
* Fixing DoxygenJoel Bodenmann2014-11-281-6/+28
|
* GOS doxygen fixJoel Bodenmann2014-11-281-2/+2
|
* Fixing doxygen for GOS moduleJoel Bodenmann2014-11-271-7/+14
|
* Doxygen spelling fixesinmarket2014-11-261-7/+7
|
* Doc updates for multiple mouse supportinmarket2014-11-261-0/+14
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-262-12/+16
|
* Stable release v2.2Joel Bodenmann2014-11-231-1/+0
|
* Fixing doxygenJoel Bodenmann2014-11-232-4/+3
|
* Add MatrixFloat2D and MatrixFixed2D operations to GMISC.inmarket2014-11-213-6/+451
| | | | Add polygon demo
* Fixing compiler errorJoel Bodenmann2014-11-171-1/+1
|
* Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aaJoel Bodenmann2014-11-172-31/+31
|
* Change the definition of the calibration load and save routines as per ↵inmarket2014-11-154-31/+11
| | | | steved suggestion.
* Fix compiler warnings.inmarket2014-11-151-2/+2
|
* Add DejaVuSans font in 20 point as a standard fontinmarket2014-11-154-0/+602
|
* Spacing, comments and spelling mistakesinmarket2014-11-154-10/+10
|
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-072-6/+7
|
* Adding missing GWIN wrapper for ArcSectors functionsJoel Bodenmann2014-10-282-1/+63
|