Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | adding code to close all open files in gfile deinit | Matt Brejza | 2016-07-19 | 1 | -1/+5 | |
| | | ||||||
* | | Updating releases.txt | Joel Bodenmann | 2016-07-25 | 1 | -0/+1 | |
| | | ||||||
* | | Fixing bug in WM_Raise() | Joel Bodenmann | 2016-07-25 | 1 | -12/+14 | |
| | | ||||||
* | | FIx bug where WM_Raise doesn't raise children if the parent is raised. | Andrew Hannam | 2016-07-25 | 1 | -0/+29 | |
| | | ||||||
* | | Compile fix for Win32 | Andrew Hannam | 2016-07-25 | 1 | -3/+3 | |
| | | ||||||
* | | Update the Win32 example project to work with current versions of cygwin ↵ | Andrew Hannam | 2016-07-25 | 1 | -2/+2 | |
| | | | | | | | | mingw32 compiler | |||||
* | | Add support for reparenting, capture and control of Win32 Emulator windows. | Andrew Hannam | 2016-07-19 | 3 | -27/+92 | |
| | | ||||||
* | | Adding Qt GOS port | Joel Bodenmann | 2016-07-19 | 7 | -4/+315 | |
| | | ||||||
* | | Adding QImage display driver | Joel Bodenmann | 2016-07-19 | 7 | -0/+142 | |
| | | ||||||
* | | Merged in mattbrejza/ugfx/btn-ellipse-fix (pull request #26) | Joel Bodenmann | 2016-07-14 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | fixing ellipse button drawing | |||||
| * | | fixing ellipse button drawing | Matt Brejza | 2016-07-14 | 1 | -2/+2 | |
| |/ | ||||||
* / | Fixing comment | Joel Bodenmann | 2016-07-14 | 1 | -1/+1 | |
|/ | ||||||
* | Updating changelog | Joel Bodenmann | 2016-07-13 | 1 | -0/+1 | |
| | ||||||
* | Fix clipping of gdispGFillString() | Joel Bodenmann | 2016-07-13 | 1 | -1/+1 | |
| | ||||||
* | Merged in Hackwerk/ugfx/drawstringfix (pull request #25) | Joel Bodenmann | 2016-07-13 | 1 | -1/+1 | |
|\ | | | | | | | Fix clipping of gdispGDrawString. | |||||
| * | Fix clipping of gdispGDrawString. | Martijn Stommels | 2016-07-11 | 1 | -1/+1 | |
|/ | ||||||
* | Add gwinPrintg() and fix null pointer handling in sprintg() | Andrew Hannam | 2016-07-10 | 4 | -2/+66 | |
| | ||||||
* | Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23) | Andrew Hannam | 2016-07-09 | 1 | -0/+17 | |
|\ | | | | | | | Added ability for List to scroll when navigted via toggle | |||||
| * | Added ability for List to scroll when navigted via toggle | Matt Brejza | 2016-06-25 | 1 | -0/+17 | |
| | | ||||||
* | | Merged in mattbrejza/ugfx/widgets_mouse_fix (pull request #24) | Andrew Hannam | 2016-07-09 | 1 | -2/+26 | |
|\ \ | | | | | | | | | | Enhancing toggle support for widgets | |||||
| * | | Enhancing toggle support for widgets | Matt Brejza | 2016-06-25 | 1 | -2/+26 | |
| |/ | ||||||
* | | Updating docs | Joel Bodenmann | 2016-06-26 | 1 | -0/+1 | |
| | | ||||||
* | | Updating logo(s) in applications/combo demo | Joel Bodenmann | 2016-06-26 | 5 | -616/+953 | |
| | | ||||||
* | | Workaround for using RGB888 with STM32LTDC driver | Joel Bodenmann | 2016-06-26 | 2 | -5/+6 | |
| | | ||||||
* | | Fixing bug in STM32F746G-Discovery board file which resulted in bad color ↵ | Joel Bodenmann | 2016-06-26 | 1 | -2/+2 | |
| | | | | | | | | reproduction | |||||
* | | Updating STM32F746-Discovery board files to be compatible with newer ↵ | Joel Bodenmann | 2016-06-22 | 2 | -140/+435 | |
| | | | | | | | | STM32F7CubeHAL | |||||
* | | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2016-06-18 | 6 | -7/+28 | |
|\| | ||||||
| * | Undef uGFX colors for the STM32F7 board to prevent conflicts with changed ↵ | Andrew Hannam | 2016-06-16 | 4 | -0/+12 | |
| | | | | | | | | STM32 HAL header files | |||||
| * | Merged in pl4nkton/ugfx/ChibiOS_kernelv4 (pull request #22) | Joel Bodenmann | 2016-06-16 | 2 | -7/+16 | |
| |\ | | | | | | | | | | add support for ChibiOS RT 4 kernel | |||||
| | * | add support for ChibiOS RT 4 kernel | Nicolas Reinecke | 2016-06-01 | 2 | -7/+16 | |
| |/ | ||||||
* / | Adding FT6x06 driver | Joel Bodenmann | 2016-06-18 | 5 | -0/+273 | |
|/ | ||||||
* | Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIB | Andrew Hannam | 2016-05-27 | 6 | -8/+34 | |
| | ||||||
* | Merged in ↵ | Joel Bodenmann | 2016-05-22 | 1 | -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 == duplicated | Kimball Johnson | 2016-05-22 | 1 | -1/+1 | |
|/ | ||||||
* | Fixing bug where the list item count wasn't decremented when an item was removed | Joel Bodenmann | 2016-05-21 | 2 | -0/+2 | |
| | ||||||
* | Marking clang as a tested compiler | Joel Bodenmann | 2016-05-14 | 1 | -0/+1 | |
| | ||||||
* | Updating makefiles for MacOS X | Joel Bodenmann | 2016-05-06 | 3 | -10/+7 | |
| | ||||||
* | Updated release notes | Joel Bodenmann | 2016-04-27 | 1 | -0/+1 | |
| | ||||||
* | Updating drivers list | Joel Bodenmann | 2016-04-27 | 1 | -0/+1 | |
| | ||||||
* | Add SSD1848 driver by czhou | inmarket | 2016-04-25 | 4 | -0/+998 | |
| | ||||||
* | Add TinyC to the list of tested compilers | inmarket | 2016-04-25 | 1 | -0/+1 | |
| | ||||||
* | Update framebuffer driver for better information hiding | inmarket | 2016-04-25 | 1 | -3/+4 | |
| | ||||||
* | Fix in ILI9481 driver code | Joel Bodenmann | 2016-03-29 | 1 | -1/+1 | |
| | ||||||
* | Doxygen fix | Joel Bodenmann | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | Starting development on version 2.6 | Joel Bodenmann | 2016-02-28 | 1 | -0/+3 | |
| | ||||||
* | Updating version in Doxygen file | Joel Bodenmann | 2016-02-28 | 1 | -2/+2 | |
| | ||||||
* | Release version 2.5 | Joel Bodenmann | 2016-02-28 | 1 | -1/+1 | |
| | ||||||
* | Adding demo using textedit with virtual keyboard widget | Joel Bodenmann | 2016-02-28 | 3 | -0/+177 | |
| | ||||||
* | Docs | Joel Bodenmann | 2016-02-27 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'translation' | Joel Bodenmann | 2016-02-27 | 15 | -0/+1156 | |
|\ |