| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'fix-macos' of yous/uGFX into master | inmarket | 2017-08-26 | 2 | -5/+5 |
| |\ | |||||
| | * | Fix CFLAGS and LIBS for sdl2 | Chayoung You | 2017-06-26 | 1 | -2/+2 |
| | | | |||||
| | * | Fix default OPT_CPU for macOS | Chayoung You | 2017-06-26 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'tabsForIndenting' of raboof/ugfx into master | inmarket | 2017-08-26 | 1 | -13/+13 |
| |\ \ | |||||
| | * | | Indent src/ginput/ginput_keyboard.c with tabs | Arnout Engelen | 2017-07-01 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | src/ginput/ginput_keyboard.c was already mostly indented with tabs, but some lines that were indented with spaces made it in there. This causes trouble with GCC 6 which can warn (or error) on misleading indentations. | ||||
| * | | | Remove #error in cmsis2 | inmarket | 2017-08-17 | 1 | -2/+0 |
| | | | | |||||
| * | | | Add files missing due to git problems | inmarket | 2017-08-17 | 4 | -0/+409 |
| | | | | |||||
| * | | | CHibiOS fixes from removing gfxSemCounter() | inmarket | 2017-08-16 | 1 | -11/+26 |
| | | | | |||||
| * | | | Add support for CMSIS V2 OS's eg RTX5 | inmarket | 2017-08-16 | 5 | -4/+26 |
| | | | | |||||
| * | | | Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵ | inmarket | 2017-08-16 | 15 | -92/+8 |
| | | | | | | | | | | | | | gfxSemCounterI() | ||||
| * | | | UC8173 board template fix | inmarket | 2017-08-13 | 1 | -1/+2 |
| | | | | |||||
| * | | | Vastly improve UC8173 driver | inmarket | 2017-08-13 | 4 | -1050/+410 |
| | | | | |||||
| * | | | Fix gwinTextEdit() problems | inmarket | 2017-08-09 | 2 | -36/+63 |
| | | | | |||||
| * | | | Added UC1610 driver. Thanks to aeroman | inmarket | 2017-07-19 | 7 | -0/+465 |
| |/ / | |||||
| * | | Ensure correct window titles on unicode compiles on Windows | inmarket | 2017-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 52 | -211/+456 |
| |/ | | | | more cross platform | ||||
| * | Add support for .S files to the gcc make system | inmarket | 2017-06-24 | 1 | -1/+17 |
| | | |||||
| * | Updates to the ChibiOS Git version makefile | inmarket | 2017-06-24 | 1 | -1/+15 |
| | | |||||
| * | Add a demo for GFILE | inmarket | 2017-06-24 | 3 | -0/+73 |
| | | |||||
| * | Upgrade to from FATFS-0.10b to FATFS-0.13 | inmarket | 2017-06-24 | 174 | -42304/+25870 |
| | | |||||
| * | Improve handling of streaming drivers with a setpos and a fillarea acceleration | inmarket | 2017-06-24 | 2 | -1/+13 |
| | | |||||
| * | Updating changelog | Joel Bodenmann | 2017-05-24 | 1 | -0/+1 |
| | | |||||
| * | Fixing clipping issue with gdispGDrawString() | Joel Bodenmann | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of git.ugfx.io:uGFX/uGFX | Joel Bodenmann | 2017-05-23 | 0 | -0/+0 |
| |\ | |||||
| | * | Adding RA6963 driver | U-INSANEENGINEER\joel | 2017-05-23 | 5 | -448/+1203 |
| | | | |||||
| * | | Adding RA6963 driver | Joel Bodenmann | 2017-05-23 | 5 | -448/+1203 |
| |/ | |||||
| * | KS0108 multi-chip driver thanks to doc_rob. | inmarket | 2017-05-18 | 5 | -0/+742 |
| | | |||||
| * | Updating changelog | Joel Bodenmann | 2017-05-16 | 1 | -0/+1 |
| | | |||||
| * | Whitespaces | Joel Bodenmann | 2017-05-16 | 1 | -1/+1 |
| | | |||||
| * | Changing syncflag type from uint8_t to uint32_t in STM32LTDC driver | Joel Bodenmann | 2017-05-16 | 1 | -1/+1 |
| | | |||||
| * | Added partial definition for the STM32F469i-Discovery board | inmarket | 2017-05-05 | 5 | -11/+385 |
| | | |||||
| * | Added UC1601s driver | inmarket | 2017-05-05 | 7 | -0/+451 |
| | | |||||
| * | Fixes to allow STM32F749-Discovery to work with ChibiOS | inmarket | 2017-04-29 | 7 | -362/+558 |
| | | |||||
| * | Update ChibiOS make scripts to support later versions of ChibiOS | inmarket | 2017-04-29 | 3 | -6/+119 |
| | | |||||
| * | Fixed an issue on FreeRTOS where thread stacks were being created too large | inmarket | 2017-04-06 | 2 | -0/+4 |
| | | |||||
| * | Another gwin concurrency fix | inmarket | 2017-04-01 | 1 | -1/+5 |
| | | |||||
| * | Fix some prototypes for win32.raw32 emulation environments | inmarket | 2017-04-01 | 2 | -5/+5 |
| | | |||||
| * | Prevent GWIN drawing while deleting a window from the list | inmarket | 2017-04-01 | 1 | -0/+2 |
| | | |||||
| * | Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵ | inmarket | 2017-03-11 | 6 | -83/+160 |
| | | | | | justification options | ||||
| * | Fix a bug that can cause large fonts to not be read correctly. | inmarket | 2017-03-11 | 3 | -3/+3 |
| | | |||||
| * | Make the uGFXMain() prototype always available | inmarket | 2017-03-04 | 3 | -5/+12 |
| | | |||||
| * | Change the prototype for uGFXMain() | inmarket | 2017-03-04 | 3 | -5/+9 |
| | | |||||
| * | Fix introduces bug in gdisp UC8173 driver | inmarket | 2017-03-04 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | inmarket | 2017-03-04 | 2 | -166/+833 |
| |\ | |||||
| | * | Minor clean-up to UC8173 driver | Joel Bodenmann | 2017-03-02 | 2 | -166/+833 |
| | | | |||||
| * | | FEATURE: Significantly improved the FreeRTOS port | inmarket | 2017-03-04 | 17 | -9/+125 |
| |/ | | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size | ||||
| * | Merge remote-tracking branch 'origin/master' | inmarket | 2017-03-01 | 0 | -0/+0 |
| |\ | |||||
| | * | Improving UC8173 driver | Joel Bodenmann | 2017-02-28 | 1 | -4/+2 |
| | | | |||||
| * | | Updates to the FreeRTOS GOS port | inmarket | 2017-03-01 | 2 | -78/+32 |
| | | | |||||
| * | | Update to the UC8173 driver to fix memory overwrite | inmarket | 2017-03-01 | 1 | -3/+1 |
| |/ | |||||
