Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding EXC7200 driver | Joel Bodenmann | 2016-08-03 | 4 | -1/+132 | |
| | ||||||
* | Starting development on version 2.7 | Joel Bodenmann | 2016-07-28 | 1 | -0/+4 | |
| | ||||||
* | Release version 2.6 | Joel Bodenmann | 2016-07-28 | 2 | -3/+3 | |
| | ||||||
* | Updating docs/releases.txt | Joel Bodenmann | 2016-07-28 | 1 | -3/+3 | |
| | ||||||
* | Fixing makefiles of games that were moved to a dedicated location | Joel Bodenmann | 2016-07-28 | 3 | -3/+3 | |
| | ||||||
* | Move demo games into demo/games directory | Andrew Hannam | 2016-07-28 | 164 | -0/+0 | |
| | ||||||
* | Minor WM_Raise tidy up | Andrew Hannam | 2016-07-28 | 1 | -1/+1 | |
| | ||||||
* | Updating docs/releases.txt | Joel Bodenmann | 2016-07-27 | 1 | -12/+12 | |
| | ||||||
* | Adding applications/justget10 demo | Joel Bodenmann | 2016-07-27 | 92 | -0/+26617 | |
| | ||||||
* | Adding applications/minesweeper demo | Joel Bodenmann | 2016-07-27 | 52 | -0/+14819 | |
| | ||||||
* | Fixing crash when loading GIF image without enough memory available | Joel Bodenmann | 2016-07-27 | 2 | -0/+2 | |
| | ||||||
* | Improving formatting of gfx_compilers.h | Joel Bodenmann | 2016-07-27 | 1 | -2/+14 | |
| | ||||||
* | Adding support for IAR and EDG compilers | Joel Bodenmann | 2016-07-26 | 2 | -0/+4 | |
| | ||||||
* | Adding QWidget touch driver | Joel Bodenmann | 2016-07-26 | 6 | -0/+155 | |
| | ||||||
* | Minor fix in slider widget documentation | Joel Bodenmann | 2016-07-26 | 1 | -2/+2 | |
| | ||||||
* | Adding note to Linux-Framebuffer readme that sufficient permission is ↵ | Joel Bodenmann | 2016-07-26 | 1 | -0/+4 | |
| | | | | required to access the framebuffer device | |||||
* | Updating releases.txt | Joel Bodenmann | 2016-07-25 | 1 | -1/+2 | |
| | ||||||
* | Revert "Whitespaces" | Joel Bodenmann | 2016-07-25 | 1 | -2/+1 | |
| | | | | This reverts commit c5d4eba3b5a6e5698b1ba5c7bcf24979229dc613. | |||||
* | Whitespaces | Joel Bodenmann | 2016-07-25 | 1 | -1/+2 | |
| | ||||||
* | Merged in mattbrejza/ugfx/gfile-deinit (pull request #27) | Joel Bodenmann | 2016-07-25 | 1 | -1/+5 | |
|\ | | | | | | | Adding code to close all open files in gfile deinit | |||||
| * | 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 | |
| |/ |