Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 96 | -154/+155 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Update and then move compiler specific code into its own file | inmarket | 2015-11-19 | 1 | -0/+905 |
| | |||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-18 | 4 | -18/+14 |
|\ | |||||
| * | Fix endian macro's | inmarket | 2015-11-18 | 2 | -13/+13 |
| | | |||||
| * | More compiler specific stuff | inmarket | 2015-11-18 | 2 | -5/+1 |
| | | |||||
* | | Fixing comment | Joel Bodenmann | 2015-11-18 | 1 | -1/+1 |
|/ | |||||
* | Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’ | Joel Bodenmann | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Removing superfluous paranthesis | Joel Bodenmann | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Fix virtual keyboard | Woody Hawthorne | 2015-11-15 | 2 | -3/+3 |
| | |||||
* | Fix (potential) compiler warnings about redefining PI | Woody Hawthorne | 2015-11-15 | 1 | -0/+2 |
| | |||||
* | Fixing typo in macros | Joel Bodenmann | 2015-11-14 | 2 | -3/+3 |
| | |||||
* | Fixing vertical center alignment issue when word-wrap is turned on | Joel Bodenmann | 2015-11-14 | 1 | -4/+23 |
| | |||||
* | Fix compiler detection for Keil uVision V5 | inmarket | 2015-11-12 | 2 | -3/+3 |
| | |||||
* | More endian updates. Images should now work for any endian machine even ↵ | inmarket | 2015-11-12 | 2 | -12/+85 |
| | | | | strange ones. | ||||
* | Clean up endian support for images based on new system defines | inmarket | 2015-11-11 | 8 | -207/+150 |
| | | | | Remove deprecated image functions | ||||
* | Fix grammer error | inmarket | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | More compiler define fixes | inmarket | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Add missing defines and move some config variables | inmarket | 2015-11-11 | 1 | -46/+40 |
| | |||||
* | Revert the use of the new compiler defines as they are not autodetected ↵ | inmarket | 2015-11-11 | 1 | -2/+2 |
| | | | | correctly yet | ||||
* | Fixing compiler errors for non-GCC compilers | Joel Bodenmann | 2015-11-08 | 1 | -4/+12 |
| | |||||
* | Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in ↵ | Joel Bodenmann | 2015-11-08 | 1 | -1/+2 |
| | | | | gos_options.h | ||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL | Joel Bodenmann | 2015-11-07 | 2 | -3/+3 |
| | |||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 28 | -24/+75 |
| | |||||
* | 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 | 2 | -15/+9 |
| | | | | 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 | 2 | -9/+15 |
| | |||||
* | 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 | -45/+0 |
| | | | | the old format will work. | ||||
* | GTimer fix for fast tick rate systems | inmarket | 2015-11-05 | 1 | -1/+3 |
| | |||||
* | Add support for a PreInit Routine to allow early hardware initialisation | inmarket | 2015-11-05 | 1 | -0/+6 |
| | |||||
* | Adding missing default value for GFX_NO_INLINE | Joel Bodenmann | 2015-11-04 | 1 | -0/+9 |
| | |||||
* | 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 |
|/ | |||||
* | More doxygen improvements | Joel Bodenmann | 2015-11-03 | 12 | -158/+200 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Doxygen | Joel Bodenmann | 2015-10-30 | 1 | -0/+1 |
| | |||||
* | Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox() | Joel Bodenmann | 2015-10-30 | 3 | -5/+65 |
| | | | | Thanks to Koryagin Dmitry for this contribution |