Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixing compiler errors for non-gcc compilers | Joel Bodenmann | 2015-12-08 | 1 | -1/+2 | |
| | ||||||
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -3/+1 | |
| | ||||||
* | Removing debugging code from NIOS port | Joel Bodenmann | 2015-12-04 | 1 | -2/+1 | |
| | ||||||
* | docs | Joel Bodenmann | 2015-11-29 | 1 | -2/+7 | |
| | ||||||
* | Adding Altera MAX10 NEEK board files | Joel Bodenmann | 2015-11-29 | 4 | -0/+78 | |
| | ||||||
* | using GFX_PI internally to avoid issues with M_PI | Joel Bodenmann | 2015-11-28 | 4 | -10/+10 | |
| | ||||||
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2015-11-27 | 45 | -1058/+374 | |
|\ | ||||||
| * | 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 | |
| | | ||||||
* | | Adding support for NIOS-II platform | Joel Bodenmann | 2015-11-27 | 9 | -2/+123 | |
|/ | ||||||
* | 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 | |
| |