aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Temporary fix for unknown osFeature_Semaphore value (needs fixing!)Joel Bodenmann2017-08-291-1/+1
|
* Adding CMSIS2 port to gos_mk.cJoel Bodenmann2017-08-291-0/+1
|
* Fixing typo in CMSIS2 portJoel Bodenmann2017-08-291-1/+1
|
* Updating #error messageJoel Bodenmann2017-08-271-1/+1
|
* Merge branch 'master' of git.ugfx.io:uGFX/uGFXJoel Bodenmann2017-08-277-102/+1312
|\
| * First attempt at the JPG decoder. Compiles but may not run.inmarket2017-08-261-1/+1147
| |
| * Oops! Fix object referenceinmarket2017-08-261-1/+1
| |
| * Add gwinTextEditSendKey() and gwinTextEditSendSpecialKey()inmarket2017-08-262-85/+131
| |
| * Fix where some V3.x changes found there way back into V2 causing a compile errorinmarket2017-08-261-2/+2
| |
| * Fix a problem with gwinImage where an animated GIF can leave a running timer ↵inmarket2017-08-261-1/+5
| | | | | | | | when it is destroyed.
| * Merge branch 'gwinDetachToggle' of raboof/ugfx into masterinmarket2017-08-261-0/+14
| |\
| | * OopsAram2017-07-011-0/+1
| | |
| | * Added gwinDetachToggle method interfaceAram2017-07-012-1/+14
| | |
| * | Merge branch 'tabsForIndenting' of raboof/ugfx into masterinmarket2017-08-261-13/+13
| |\ \
| | * | Indent src/ginput/ginput_keyboard.c with tabsArnout Engelen2017-07-011-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.
* | / Improving gdispPixmapCreate() documentationJoel Bodenmann2017-08-271-2/+2
|/ /
* | Remove #error in cmsis2inmarket2017-08-171-2/+0
| |
* | Add files missing due to git problemsinmarket2017-08-173-0/+243
| |
* | CHibiOS fixes from removing gfxSemCounter()inmarket2017-08-161-11/+26
| |
* | Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-163-4/+22
| |
* | Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵inmarket2017-08-1615-92/+8
| | | | | | | | gfxSemCounterI()
* | Fix gwinTextEdit() problemsinmarket2017-08-091-35/+60
|/
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-3023-69/+249
| | | | more cross platform
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-243-6/+6
|
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-241-0/+12
|
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
|
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-061-0/+3
|
* Another gwin concurrency fixinmarket2017-04-011-1/+5
|
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-114-83/+151
| | | | justification options
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
|
* Make the uGFXMain() prototype always availableinmarket2017-03-042-5/+0
|
* Change the prototype for uGFXMain()inmarket2017-03-043-5/+9
|
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-0415-9/+119
| | | | | | 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
* Updates to the FreeRTOS GOS portinmarket2017-03-012-78/+32
|
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-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.
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-201-1/+1
|
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-201-1/+1
|
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-15/+24
|
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-16/+18
|
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-11/+14
|
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-6/+9
|
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
|
* Improving docJoel Bodenmann2017-01-101-1/+1
|
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-102-12/+21
|
* Add gwinListItemSetText()inmarket2017-01-092-7/+67
|
* Add support for a user provided file system.inmarket2017-01-092-0/+21
|
* Ensure stack size produces an aligned stack on platforms where it mattersinmarket2017-01-095-5/+9
|
* Fix console recursion bug - Thanks to Oleg Gerasimovinmarket2017-01-091-39/+51
|
* Fix window manager redraw problem with multi-tasking and large imagesinmarket2017-01-091-11/+10
|