aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added SDL multiply driverOleg Gerasimov2016-08-086-2/+536
|
* Fixing crash when passing NULL to gwinSetStyle()Joel Bodenmann2016-08-072-2/+3
|
* STM32F439i-Eval board file cleanupJoel Bodenmann2016-08-031-4/+7
|
* Fixing misleading/wrong configuration of virtual keyboard demoJoel Bodenmann2016-08-031-1/+1
|
* Adding STM32F439i-EVAL board filesJoel Bodenmann2016-08-0311-0/+2619
|
* Adding EXC7200 driverJoel Bodenmann2016-08-034-1/+132
|
* Starting development on version 2.7Joel Bodenmann2016-07-281-0/+4
|
* Release version 2.6Joel Bodenmann2016-07-282-3/+3
|
* Updating docs/releases.txtJoel Bodenmann2016-07-281-3/+3
|
* Fixing makefiles of games that were moved to a dedicated locationJoel Bodenmann2016-07-283-3/+3
|
* Move demo games into demo/games directoryAndrew Hannam2016-07-28164-0/+0
|
* Minor WM_Raise tidy upAndrew Hannam2016-07-281-1/+1
|
* Updating docs/releases.txtJoel Bodenmann2016-07-271-12/+12
|
* Adding applications/justget10 demoJoel Bodenmann2016-07-2792-0/+26617
|
* Adding applications/minesweeper demoJoel Bodenmann2016-07-2752-0/+14819
|
* Fixing crash when loading GIF image without enough memory availableJoel Bodenmann2016-07-272-0/+2
|
* Improving formatting of gfx_compilers.hJoel Bodenmann2016-07-271-2/+14
|
* Adding support for IAR and EDG compilersJoel Bodenmann2016-07-262-0/+4
|
* Adding QWidget touch driverJoel Bodenmann2016-07-266-0/+155
|
* Minor fix in slider widget documentationJoel Bodenmann2016-07-261-2/+2
|
* Adding note to Linux-Framebuffer readme that sufficient permission is ↵Joel Bodenmann2016-07-261-0/+4
| | | | required to access the framebuffer device
* Updating releases.txtJoel Bodenmann2016-07-251-1/+2
|
* Revert "Whitespaces"Joel Bodenmann2016-07-251-2/+1
| | | | This reverts commit c5d4eba3b5a6e5698b1ba5c7bcf24979229dc613.
* WhitespacesJoel Bodenmann2016-07-251-1/+2
|
* Merged in mattbrejza/ugfx/gfile-deinit (pull request #27)Joel Bodenmann2016-07-251-1/+5
|\ | | | | | | Adding code to close all open files in gfile deinit
| * adding code to close all open files in gfile deinitMatt Brejza2016-07-191-1/+5
| |
* | Updating releases.txtJoel Bodenmann2016-07-251-0/+1
| |
* | Fixing bug in WM_Raise()Joel Bodenmann2016-07-251-12/+14
| |
* | FIx bug where WM_Raise doesn't raise children if the parent is raised.Andrew Hannam2016-07-251-0/+29
| |
* | Compile fix for Win32Andrew Hannam2016-07-251-3/+3
| |
* | Update the Win32 example project to work with current versions of cygwin ↵Andrew Hannam2016-07-251-2/+2
| | | | | | | | mingw32 compiler
* | Add support for reparenting, capture and control of Win32 Emulator windows.Andrew Hannam2016-07-193-27/+92
| |
* | Adding Qt GOS portJoel Bodenmann2016-07-197-4/+315
| |
* | Adding QImage display driverJoel Bodenmann2016-07-197-0/+142
| |
* | Merged in mattbrejza/ugfx/btn-ellipse-fix (pull request #26)Joel Bodenmann2016-07-141-2/+2
|\ \ | | | | | | | | | fixing ellipse button drawing
| * | fixing ellipse button drawingMatt Brejza2016-07-141-2/+2
| |/
* / Fixing commentJoel Bodenmann2016-07-141-1/+1
|/
* Updating changelogJoel Bodenmann2016-07-131-0/+1
|
* Fix clipping of gdispGFillString()Joel Bodenmann2016-07-131-1/+1
|
* Merged in Hackwerk/ugfx/drawstringfix (pull request #25)Joel Bodenmann2016-07-131-1/+1
|\ | | | | | | Fix clipping of gdispGDrawString.
| * Fix clipping of gdispGDrawString.Martijn Stommels2016-07-111-1/+1
|/
* Add gwinPrintg() and fix null pointer handling in sprintg()Andrew Hannam2016-07-104-2/+66
|
* Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23)Andrew Hannam2016-07-091-0/+17
|\ | | | | | | Added ability for List to scroll when navigted via toggle
| * Added ability for List to scroll when navigted via toggleMatt Brejza2016-06-251-0/+17
| |
* | Merged in mattbrejza/ugfx/widgets_mouse_fix (pull request #24)Andrew Hannam2016-07-091-2/+26
|\ \ | | | | | | | | | Enhancing toggle support for widgets
| * | Enhancing toggle support for widgetsMatt Brejza2016-06-251-2/+26
| |/
* | Updating docsJoel Bodenmann2016-06-261-0/+1
| |
* | 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