aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating logo(s) in applications/combo demoJoel Bodenmann2016-06-265-616/+953
|
* Workaround for using RGB888 with STM32LTDC driverJoel Bodenmann2016-06-262-5/+6
|
* Fixing bug in STM32F746G-Discovery board file which resulted in bad color ↵Joel Bodenmann2016-06-261-2/+2
| | | | reproduction
* Updating STM32F746-Discovery board files to be compatible with newer ↵Joel Bodenmann2016-06-222-140/+435
| | | | STM32F7CubeHAL
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2016-06-186-7/+28
|\
| * Undef uGFX colors for the STM32F7 board to prevent conflicts with changed ↵Andrew Hannam2016-06-164-0/+12
| | | | | | | | STM32 HAL header files
| * Merged in pl4nkton/ugfx/ChibiOS_kernelv4 (pull request #22)Joel Bodenmann2016-06-162-7/+16
| |\ | | | | | | | | | add support for ChibiOS RT 4 kernel
| | * add support for ChibiOS RT 4 kernelNicolas Reinecke2016-06-012-7/+16
| |/
* / Adding FT6x06 driverJoel Bodenmann2016-06-185-0/+273
|/
* Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIBAndrew Hannam2016-05-276-8/+34
|
* Merged in ↵Joel Bodenmann2016-05-221-1/+1
|\ | | | | | | | | | | kimballjohnson/ugfx/kimballjohnson/fix-preprocessor-elif-gfx_cpu-duplicate-1463933248092 (pull request #21) Fix preprocessor elif, GFX_CPU == duplicated
| * Fix preprocessor elif, GFX_CPU == duplicatedKimball Johnson2016-05-221-1/+1
|/
* Fixing bug where the list item count wasn't decremented when an item was removedJoel Bodenmann2016-05-212-0/+2
|
* Marking clang as a tested compilerJoel Bodenmann2016-05-141-0/+1
|
* Updating makefiles for MacOS XJoel Bodenmann2016-05-063-10/+7
|
* Updated release notesJoel Bodenmann2016-04-271-0/+1
|
* Updating drivers listJoel Bodenmann2016-04-271-0/+1
|
* Add SSD1848 driver by czhouinmarket2016-04-254-0/+998
|
* Add TinyC to the list of tested compilersinmarket2016-04-251-0/+1
|
* Update framebuffer driver for better information hidinginmarket2016-04-251-3/+4
|
* Fix in ILI9481 driver codeJoel Bodenmann2016-03-291-1/+1
|
* Doxygen fixJoel Bodenmann2016-02-281-1/+1
|
* Starting development on version 2.6Joel Bodenmann2016-02-281-0/+3
|
* Updating version in Doxygen fileJoel Bodenmann2016-02-281-2/+2
|
* Release version 2.5Joel Bodenmann2016-02-281-1/+1
|
* Adding demo using textedit with virtual keyboard widgetJoel Bodenmann2016-02-283-0/+177
|
* DocsJoel Bodenmann2016-02-271-0/+1
|
* Merge branch 'translation'Joel Bodenmann2016-02-2715-0/+1156
|\
| * New sample board file (replacing some misleading existing ones)Joel Bodenmann2016-02-103-251/+93
| |
| * Improving GTRANS basic demoJoel Bodenmann2016-02-093-50/+802
| |
| * Fixing bug in GTRANSJoel Bodenmann2016-02-091-2/+2
| |
| * Adding documentation to GTRANSJoel Bodenmann2016-02-083-7/+60
| |
| * Preliminary version of GTRANSJoel Bodenmann2016-02-075-3/+109
| |
| * GTRANS module skeletonJoel Bodenmann2016-02-0713-0/+245
| |
* | Removing obsolete files for uGFX-StudioJoel Bodenmann2016-02-273-1425/+0
| |
* | docsJoel Bodenmann2016-02-271-0/+1
| |
* | Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-275-14/+1791
| |
* | Tidy up flags for custom redraw routinesinmarket2016-02-277-14/+14
| |
* | ED060SC4 driver remove redundant filesinmarket2016-02-272-83/+0
| |
* | Replacing wrong defineJoel Bodenmann2016-02-241-1/+1
| |
* | Marking IAR as a tested compilerJoel Bodenmann2016-02-211-0/+1
| |
* | Adding missing default definitions of several macrosJoel Bodenmann2016-02-212-0/+35
| |
* | Move GWIN widget internal flags into the public header so that all the state ↵Joel Bodenmann2016-02-188-15/+15
| | | | | | | | flags are available for custom draw routines.
* | Typo fix for STM32LTDC driver for RGB888inmarket2016-02-181-1/+1
| |
* | Move GWIN widget internal flags into the public header so that all the state ↵inmarket2016-02-1716-47/+93
| | | | | | | | flags are available for custom draw routines.
* | Change non-widget GWIN objects to always ensure their initial display is ↵inmarket2016-02-133-0/+3
| | | | | | | | flushed before any other drawing takes place.
* | Add necessary setting to graph demoinmarket2016-02-131-0/+1
| |
* | Updates to GWIN slider and progressbar Image draw routines to prevent ↵inmarket2016-02-132-12/+12
| | | | | | | | overwriting.
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2016-02-105-15/+24
|\ \
| * | Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on closeinmarket2016-02-103-10/+14
| | |