aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-262-1/+8
| * 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 'fix-macos' of yous/uGFX into masterinmarket2017-08-262-5/+5
| |\ \
| | * | Fix CFLAGS and LIBS for sdl2Chayoung You2017-06-261-2/+2
| | * | Fix default OPT_CPU for macOSChayoung You2017-06-261-3/+3
| * | | 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
| | | |/ | | |/|
* | / | Improving gdispPixmapCreate() documentationJoel Bodenmann2017-08-271-2/+2
|/ / /
* | | Remove #error in cmsis2inmarket2017-08-171-2/+0
* | | Add files missing due to git problemsinmarket2017-08-174-0/+409
* | | CHibiOS fixes from removing gfxSemCounter()inmarket2017-08-161-11/+26
* | | Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-165-4/+26
* | | Remove long obsoleted (and dubious) functions gfxSemCounter() and gfxSemCount...inmarket2017-08-1615-92/+8
* | | UC8173 board template fixinmarket2017-08-131-1/+2
* | | Vastly improve UC8173 driverinmarket2017-08-134-1050/+410
* | | Fix gwinTextEdit() problemsinmarket2017-08-092-36/+63
* | | Added UC1610 driver. Thanks to aeromaninmarket2017-07-197-0/+465
|/ /
* | Ensure correct window titles on unicode compiles on Windowsinmarket2017-06-301-1/+1
* | Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-3052-211/+456
|/
* Add support for .S files to the gcc make systeminmarket2017-06-241-1/+17
* Updates to the ChibiOS Git version makefileinmarket2017-06-241-1/+15
* Add a demo for GFILEinmarket2017-06-243-0/+73
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-24174-42304/+25870
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-242-1/+13
* Updating changelogJoel Bodenmann2017-05-241-0/+1
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
* Merge branch 'master' of git.ugfx.io:uGFX/uGFXJoel Bodenmann2017-05-230-0/+0
|\
| * Adding RA6963 driverU-INSANEENGINEER\joel2017-05-235-448/+1203
* | Adding RA6963 driverJoel Bodenmann2017-05-235-448/+1203
|/
* KS0108 multi-chip driver thanks to doc_rob.inmarket2017-05-185-0/+742
* Updating changelogJoel Bodenmann2017-05-161-0/+1
* WhitespacesJoel Bodenmann2017-05-161-1/+1
* Changing syncflag type from uint8_t to uint32_t in STM32LTDC driverJoel Bodenmann2017-05-161-1/+1
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-055-11/+385
* Added UC1601s driverinmarket2017-05-057-0/+451
* Fixes to allow STM32F749-Discovery to work with ChibiOSinmarket2017-04-297-362/+558
* Update ChibiOS make scripts to support later versions of ChibiOSinmarket2017-04-293-6/+119
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-062-0/+4
* Another gwin concurrency fixinmarket2017-04-011-1/+5
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-012-5/+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 justifi...inmarket2017-03-116-83/+160
* 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-043-5/+12
* Change the prototype for uGFXMain()inmarket2017-03-043-5/+9
* Fix introduces bug in gdisp UC8173 driverinmarket2017-03-041-1/+1
* Merge remote-tracking branch 'origin/master'inmarket2017-03-042-166/+833
|\