Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵ | inmarket | 2015-11-27 | 2 | -5/+3 |
| | | | | post_init_board() | ||||
* | ChibiOS does not work reliably with GCC -O0 with recent compilers. | inmarket | 2015-11-27 | 6 | -6/+6 |
| | | | | Change to -O1 | ||||
* | Make no hardware keyboard the default for the textedit demo | inmarket | 2015-11-27 | 1 | -2/+2 |
| | |||||
* | Fix frame demo so that malloc is emulated as rand() needs it on some platforms | inmarket | 2015-11-27 | 2 | -1/+4 |
| | |||||
* | Add ability to emulate malloc() and free() to prevent nasty hard to find ↵ | inmarket | 2015-11-27 | 5 | -2/+43 |
| | | | | link errors from C library routines that need malloc | ||||
* | Fix doco | inmarket | 2015-11-27 | 1 | -30/+12 |
| | |||||
* | Update some makefiles and openocd config files | inmarket | 2015-11-27 | 11 | -40/+46 |
| | |||||
* | Fix compiler errors and warnings on image handling with multiple image ↵ | inmarket | 2015-11-25 | 4 | -42/+55 |
| | | | | formats turned on. | ||||
* | Change STM32F429i-Discovery board to use the general STM32LTDC driver. | inmarket | 2015-11-25 | 12 | -831/+102 |
| | | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone | ||||
* | Fix STM32LTDC orientation and DMA2D acceleration | inmarket | 2015-11-25 | 2 | -96/+98 |
| | |||||
* | Warning removal as supplied by woodstck | inmarket | 2015-11-25 | 2 | -2/+2 |
| | |||||
* | Fix from crteensy for Arduino when compiling with a strict(er) compiler | inmarket | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Prevent naming conflicts when compiling multiple image formats with ↵ | inmarket | 2015-11-24 | 3 | -173/+173 |
| | | | | GFXSINGLEMAKE | ||||
* | Add the mcufont encoder to the tools (including a win32 build) with binaries | inmarket | 2015-11-22 | 29 | -0/+3694 |
| | |||||
* | Add an Arduino Sketch project. | inmarket | 2015-11-21 | 9 | -0/+229 |
| | | | | It shows how to add ugfx as a sketch library. | ||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 158 | -314/+284 |
| | | | | 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 | 2 | -275/+908 |
| | |||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-18 | 5 | -40/+56 |
|\ | |||||
| * | Fix endian macro's | inmarket | 2015-11-18 | 2 | -13/+13 |
| | | |||||
| * | More compiler specific stuff | inmarket | 2015-11-18 | 3 | -27/+43 |
| | | |||||
* | | 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 |
| | |||||
* | Merged in woodyhawthorne/ugfx/fixes (pull request #20) | Joel Bodenmann | 2015-11-15 | 3 | -3/+5 |
|\ | | | | | | | Fixes | ||||
| * | 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 | 3 | -4/+4 |
| | |||||
* | 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 | 3 | -5/+5 |
| | |||||
* | More endian updates. Images should now work for any endian machine even ↵ | inmarket | 2015-11-12 | 3 | -20/+99 |
| | | | | strange ones. | ||||
* | Added auto-detection of compilers and some cpu's | inmarket | 2015-11-11 | 1 | -20/+151 |
| | |||||
* | 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 gfxconf.h.example for the new defines | inmarket | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | Add missing defines and move some config variables | inmarket | 2015-11-11 | 2 | -56/+145 |
| | |||||
* | Revert the use of the new compiler defines as they are not autodetected ↵ | inmarket | 2015-11-11 | 2 | -3/+3 |
| | | | | correctly yet | ||||
* | Fixing compiler errors for non-GCC compilers | Joel Bodenmann | 2015-11-08 | 1 | -4/+12 |
| | |||||
* | Fixing issue for #define of TRUE | Joel Bodenmann | 2015-11-08 | 1 | -6/+1 |
| | |||||
* | Adding missing defines for GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL in ↵ | Joel Bodenmann | 2015-11-08 | 1 | -1/+2 |
| | | | | gos_options.h | ||||
* | Releasing version 2.4 | Joel Bodenmann | 2015-11-07 | 2 | -3/+3 |
| | |||||
* | Updating readme | Joel Bodenmann | 2015-11-07 | 1 | -1/+5 |
| | |||||
* | Doc | Joel Bodenmann | 2015-11-07 | 1 | -0/+1 |
| | |||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL | Joel Bodenmann | 2015-11-07 | 3 | -5/+10 |
| | |||||
* | 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. |