Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Big improvements to GWIN arrow button drawing. | inmarket | 2015-02-14 | 1 | -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(). | inmarket | 2015-02-14 | 1 | -0/+7 | |
| | | | | The corrects strange gwin arrow button appearances for certain sizes. | |||||
* | Toggle fixes. | inmarket | 2015-02-14 | 1 | -1/+1 | |
| | ||||||
* | Change ugfx startup logo to white so it shows up on monochrome displays | inmarket | 2015-02-07 | 1 | -1/+2 | |
| | ||||||
* | Update vararg macro's to C99 standard syntax. | inmarket | 2015-02-05 | 1 | -8/+8 | |
| | ||||||
* | Fix compiler warnings for some drivers | inmarket | 2015-02-05 | 1 | -34/+17 | |
| | ||||||
* | Fix multiple display/keyboard/mouse problem with some compilers. | inmarket | 2015-01-27 | 3 | -17/+15 | |
| | ||||||
* | Add the ability to flash a gwin window/widget. | inmarket | 2015-01-25 | 6 | -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. | inmarket | 2015-01-23 | 2 | -0/+42 | |
| | | | | Updated the widgets demo to show this. | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 102 | -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. | inmarket | 2015-01-14 | 1 | -2/+4 | |
| | ||||||
* | Support dynamic displays at compile time, don't re-orient pixmaps at ↵ | inmarket | 2015-01-13 | 3 | -6/+20 | |
| | | | | initialisation time. | |||||
* | Add support and demo for pixmaps (in memory drawing) | inmarket | 2015-01-13 | 8 | -13/+447 | |
| | ||||||
* | Oops - Error detection in the wrong place. | inmarket | 2015-01-08 | 1 | -4/+0 | |
| | ||||||
* | New keyboard driver interface with international keyboard support. | inmarket | 2015-01-07 | 8 | -70/+1081 | |
| | ||||||
* | New Tabset Widget. | inmarket | 2015-01-03 | 6 | -1/+787 | |
| | | | | Widgets demo updated to (optionally) use the new tabset. | |||||
* | Fix macro problems for gwinShow, gwinHide etc | inmarket | 2015-01-03 | 1 | -4/+4 | |
| | ||||||
* | Small fix for a progressbar | inmarket | 2015-01-03 | 1 | -1/+2 | |
| | ||||||
* | Fix a serious problem with moving and sizing containers, and some visibility ↵ | inmarket | 2015-01-03 | 2 | -58/+102 | |
| | | | | issues | |||||
* | Safety protection in creation of extended GWIN types. | inmarket | 2015-01-03 | 1 | -0/+6 | |
| | ||||||
* | Fix serious bug in GTIMER. | inmarket | 2015-01-03 | 1 | -1/+1 | |
| | ||||||
* | Protect against NULL strings | inmarket | 2015-01-03 | 1 | -0/+3 | |
| | ||||||
* | Fix complaints with some ChibiOS versions and some compilers about ↵ | inmarket | 2014-12-31 | 1 | -0/+11 | |
| | | | | TRUE/FALSE redefinition. | |||||
* | Fix 1 pixel display error in checkbox for text on left rendering. | inmarket | 2014-12-16 | 1 | -1/+13 | |
| | | | | Also add better comments to code. | |||||
* | Updates to the slider to fix positioning issues. | inmarket | 2014-12-13 | 2 | -15/+59 | |
| | | | | Also fixes negative ranges, ranges > 65536 and very small ranges. | |||||
* | Extended slider events. Updated the demo to match. | inmarket | 2014-12-06 | 2 | -60/+122 | |
| | | | | Actually reduced code size :) | |||||
* | Syntax Error Fix | inmarket | 2014-12-04 | 1 | -1/+1 | |
| | ||||||
* | Fixing wrong font name in DejaVuSans20_aa font | Joel Bodenmann | 2014-11-29 | 1 | -329/+327 | |
| | ||||||
* | Fixing bug in gdispGDrawRoundedBox() | Joel Bodenmann | 2014-11-29 | 1 | -4/+4 | |
| | ||||||
* | More doxygen fixes | Joel Bodenmann | 2014-11-28 | 2 | -4/+4 | |
| | ||||||
* | Doxygen fixes | Joel Bodenmann | 2014-11-28 | 1 | -0/+18 | |
| | ||||||
* | Fixing Doxygen | Joel Bodenmann | 2014-11-28 | 1 | -6/+28 | |
| | ||||||
* | GOS doxygen fix | Joel Bodenmann | 2014-11-28 | 1 | -2/+2 | |
| | ||||||
* | Fixing doxygen for GOS module | Joel Bodenmann | 2014-11-27 | 1 | -7/+14 | |
| | ||||||
* | Doxygen spelling fixes | inmarket | 2014-11-26 | 1 | -7/+7 | |
| | ||||||
* | Doc updates for multiple mouse support | inmarket | 2014-11-26 | 1 | -0/+14 | |
| | ||||||
* | Fix some extern structure definitions that cause problems with some compilers | inmarket | 2014-11-26 | 2 | -12/+16 | |
| | ||||||
* | Stable release v2.2 | Joel Bodenmann | 2014-11-23 | 1 | -1/+0 | |
| | ||||||
* | Fixing doxygen | Joel Bodenmann | 2014-11-23 | 2 | -4/+3 | |
| | ||||||
* | Add MatrixFloat2D and MatrixFixed2D operations to GMISC. | inmarket | 2014-11-21 | 3 | -6/+451 | |
| | | | | Add polygon demo | |||||
* | Fixing compiler error | Joel Bodenmann | 2014-11-17 | 1 | -1/+1 | |
| | ||||||
* | Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa | Joel Bodenmann | 2014-11-17 | 2 | -31/+31 | |
| | ||||||
* | Change the definition of the calibration load and save routines as per ↵ | inmarket | 2014-11-15 | 4 | -31/+11 | |
| | | | | steved suggestion. | |||||
* | Fix compiler warnings. | inmarket | 2014-11-15 | 1 | -2/+2 | |
| | ||||||
* | Add DejaVuSans font in 20 point as a standard font | inmarket | 2014-11-15 | 4 | -0/+602 | |
| | ||||||
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 4 | -10/+10 | |
| | ||||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 2 | -6/+7 | |
| | ||||||
* | Adding missing GWIN wrapper for ArcSectors functions | Joel Bodenmann | 2014-10-28 | 2 | -1/+63 | |
| | ||||||
* | Adding GDISP_NEED_ARCSECTOR stuff that was missing | Joel Bodenmann | 2014-10-27 | 1 | -0/+8 | |
| | ||||||
* | Allow calibration to work in newmouse even if there is no text / font support. | inmarket | 2014-10-27 | 1 | -17/+27 | |
| |