Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
|/ | |||||
* | Fixing an issue with word wrapping of strings containing dashes. | Joel Bodenmann | 2017-02-21 | 1 | -0/+2 |
| | | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed. | ||||
* | Minor internal improvement (clean-up) to AlteraFramereader driver | Joel Bodenmann | 2017-02-20 | 1 | -19/+14 |
| | |||||
* | Updating drivers list | Joel Bodenmann | 2017-02-18 | 1 | -35/+36 |
| | |||||
* | Added complete support for Altera Terasic MAX10 NEEK board | Joel Bodenmann | 2017-02-18 | 6 | -64/+141 |
| | |||||
* | Adding Altera Frame Reader IP Core display driver | Joel Bodenmann | 2017-02-18 | 5 | -0/+366 |
| | |||||
* | Updating drivers list | Joel Bodenmann | 2017-02-18 | 1 | -0/+2 |
| | |||||
* | Adding UC8173 driver | Joel Bodenmann | 2017-02-02 | 7 | -0/+852 |
| | |||||
* | Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displays | inmarket | 2017-01-20 | 7 | -0/+306 |
| | |||||
* | Increase non-UTF8 font support to 0 to 255 rather than just the true ascii set | inmarket | 2017-01-20 | 2 | -1/+2 |
| | |||||
* | Fixed extra dots when drawing anti-aliased fonts with wordwrap | inmarket | 2017-01-20 | 2 | -1/+2 |
| | |||||
* | Update font demo to show Anti-aliased drawing | inmarket | 2017-01-18 | 2 | -12/+27 |
| | |||||
* | Unifying changelog | Joel Bodenmann | 2017-01-10 | 1 | -2/+2 |
| | |||||
* | Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration option | Joel Bodenmann | 2017-01-10 | 4 | -15/+26 |
| |