Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen | Joel Bodenmann | 2015-11-07 | 32 | -32/+102 |
| | |||||
* | Fixing compiler errors for non-GCC compilers | Joel Bodenmann | 2015-11-07 | 1 | -7/+6 |
| | |||||
* | Adding rendering functions to label widget to control text justification | Joel Bodenmann | 2015-11-07 | 2 | -14/+53 |
| | |||||
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 9 | -34/+27 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Revert "Adding gwinLabelSetJustification() as it costs basically nothing" | Joel Bodenmann | 2015-11-07 | 2 | -19/+0 |
| | | | | This reverts commit 98f360947014dd3ba562190cd654919034f9f176. | ||||
* | Comment fix | Joel Bodenmann | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Adding gwinLabelSetJustification() as it costs basically nothing | Joel Bodenmann | 2015-11-06 | 2 | -0/+19 |
| | |||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 9 | -27/+34 |
| | |||||
* | Adding missing GDISP_NEED_CLIP around clipping call in list widget renderer | Joel Bodenmann | 2015-11-06 | 1 | -1/+3 |
| | |||||
* | Move the stub font include files so that user projects with custom fonts in ↵ | inmarket | 2015-11-06 | 3 | -0/+0 |
| | | | | the old format will work. | ||||
* | Docs | Joel Bodenmann | 2015-11-05 | 1 | -1/+3 |
| | |||||
* | Updates to STM32F746-Discovery support | inmarket | 2015-11-05 | 3 | -381/+10 |
| | | | | Clean out a lot of junk | ||||
* | GTimer fix for fast tick rate systems | inmarket | 2015-11-05 | 2 | -2/+4 |
| | |||||
* | Add support for a PreInit Routine to allow early hardware initialisation | inmarket | 2015-11-05 | 2 | -0/+7 |
| | |||||
* | Adding missing default value for GFX_NO_INLINE | Joel Bodenmann | 2015-11-04 | 2 | -4/+9 |
| | |||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-04 | 3 | -6/+16 |
|\ | |||||
| * | Merged in woodyhawthorne/ugfx (pull request #19) | Joel Bodenmann | 2015-11-04 | 1 | -1/+1 |
| |\ | | | | | | | | | | Fixing bug created by commit [86aef59] | ||||
| | * | Fixing bug created by commit [86aef59] | Woody Hawthorne | 2015-11-04 | 1 | -1/+1 |
| | | | |||||
| * | | Fix compiler errors for non-gcc compilers. | inmarket | 2015-11-04 | 1 | -2/+4 |
| | | | |||||
| * | | Handle antialiased font drawing when using word-wrap | inmarket | 2015-11-04 | 1 | -3/+11 |
| |/ | |||||
* / | Removing doom demo (will become part of a dedicated demo-projects-repo) | Joel Bodenmann | 2015-11-04 | 131 | -316827/+0 |
|/ | |||||
* | Adding readme.txt to docs directory | Joel Bodenmann | 2015-11-03 | 1 | -0/+2 |
| | |||||
* | More doxygen improvements | Joel Bodenmann | 2015-11-03 | 13 | -159/+201 |
| | |||||
* | Doxygen (documenting each built-in rendering function for widgets) | Joel Bodenmann | 2015-11-03 | 15 | -215/+562 |
| | |||||
* | Adding support for ChibiOS/RT 3.x to console widget streams | Joel Bodenmann | 2015-11-02 | 1 | -0/+11 |
| | |||||
* | Fixing previously introduced bug in gdispDrawStringBox() | Joel Bodenmann | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Fixing compiler warnings | Joel Bodenmann | 2015-11-02 | 1 | -2/+10 |
| | |||||
* | Docs | Joel Bodenmann | 2015-11-02 | 1 | -0/+1 |
| | |||||
* | Fixing bug in mouse/touch calibration code | Joel Bodenmann | 2015-11-02 | 1 | -2/+5 |
| | | | | Thanks to AndreR | ||||
* | Fixing word-wrap | Joel Bodenmann | 2015-11-02 | 2 | -4/+3 |
| | |||||
* | Fixing compiler warnings | Joel Bodenmann | 2015-10-30 | 1 | -3/+2 |
| | | | | pull-request sent to upstream | ||||
* | Whitespaces | Joel Bodenmann | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Whitespaces | Joel Bodenmann | 2015-10-30 | 1 | -6/+6 |
| | |||||
* | Docs | Joel Bodenmann | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Doxygen | Joel Bodenmann | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() | Joel Bodenmann | 2015-10-30 | 4 | -5/+66 |
| | | | | Thanks to Koryagin Dmitry for this contribution | ||||
* | Fixing demos | Joel Bodenmann | 2015-10-30 | 2 | -3/+3 |
| | |||||
* | Adding missing GFX_USE_OS_RAWRTOS default value | Joel Bodenmann | 2015-10-29 | 1 | -0/+7 |
| | |||||
* | Documentation | Joel Bodenmann | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | Fixing gfxThreadCreate() call for the GTIMER thread because not all GOS ↵ | Joel Bodenmann | 2015-10-26 | 1 | -1/+1 |
| | | | | implementations actually create a stack when using DECLARE_THREAD_STACK (eg. the CMSIS RTOS port) | ||||
* | Another CMSIS fix | inmarket | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Another attempt to get CMSIS semaphores correct. | inmarket | 2015-10-26 | 2 | -9/+17 |
| | |||||
* | CMSIS semaphore fix | inmarket | 2015-10-26 | 1 | -3/+3 |
| | |||||
* | Remove superfluous file | inmarket | 2015-10-26 | 1 | -89/+0 |
| | |||||
* | Fixing Mutex and Semaphores for CMSIS RTOS | Joel Bodenmann | 2015-10-25 | 2 | -6/+12 |
| | |||||
* | Adding missing defines for CMSIS and Keil OS | Joel Bodenmann | 2015-10-23 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' into Keil | inmarket | 2015-10-23 | 103 | -720/+731 |
|\ | |||||
| * | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 99 | -711/+727 |
| | | |||||
| * | More thread return fixes | inmarket | 2015-10-23 | 4 | -4/+14 |
| | | |||||
| * | Adding new THREAD_RETURN macro to other ports | Joel Bodenmann | 2015-10-23 | 8 | -0/+8 |
| | |