Commit Graph

3068 Commits

Author SHA1 Message Date
74cf1509bc Fixing misleading/wrong configuration of virtual keyboard demo 2016-08-03 14:49:23 +02:00
37fc27ac6b Adding STM32F439i-EVAL board files 2016-08-03 02:56:34 +02:00
c95a851c77 Adding EXC7200 driver 2016-08-03 02:18:58 +02:00
773a5579e0 Starting development on version 2.7 2016-07-28 15:14:07 +02:00
c24b79336e Release version 2.6 2016-07-28 15:12:59 +02:00
87cd8a3a21 Updating docs/releases.txt 2016-07-28 14:48:39 +02:00
56793ed685 Fixing makefiles of games that were moved to a dedicated location 2016-07-28 14:46:09 +02:00
Andrew Hannam
12dfd8232f Move demo games into demo/games directory 2016-07-28 16:35:36 +10:00
Andrew Hannam
868a272d6e Minor WM_Raise tidy up 2016-07-28 16:34:34 +10:00
7e15f0840e Updating docs/releases.txt 2016-07-27 18:00:55 +02:00
85ec38ac1c Adding applications/justget10 demo 2016-07-27 16:34:41 +02:00
2fe5c112b0 Adding applications/minesweeper demo 2016-07-27 15:37:56 +02:00
f2cf8b9814 Fixing crash when loading GIF image without enough memory available 2016-07-27 13:08:18 +02:00
0abb8d3af3 Improving formatting of gfx_compilers.h 2016-07-27 01:03:03 +02:00
31c5f1efaa Adding support for IAR and EDG compilers 2016-07-26 16:14:14 +02:00
af5fe425a8 Adding QWidget touch driver 2016-07-26 12:50:32 +02:00
e67e314df4 Minor fix in slider widget documentation 2016-07-26 11:47:37 +02:00
a972649d65 Adding note to Linux-Framebuffer readme that sufficient permission is required to access the framebuffer device 2016-07-26 11:27:47 +02:00
05d1f7ba1b Updating releases.txt 2016-07-25 17:48:40 +02:00
1918d27460 Revert "Whitespaces"
This reverts commit c5d4eba3b5.
2016-07-25 17:47:46 +02:00
c5d4eba3b5 Whitespaces 2016-07-25 17:47:21 +02:00
Joel Bodenmann
718b7b3d5c Merged in mattbrejza/ugfx/gfile-deinit (pull request #27)
Adding code to close all open files in gfile deinit
2016-07-25 17:45:58 +02:00
fd109a3b82 Updating releases.txt 2016-07-25 17:20:32 +02:00
1853f9d014 Fixing bug in WM_Raise() 2016-07-25 17:03:27 +02:00
Andrew Hannam
dded46b567 FIx bug where WM_Raise doesn't raise children if the parent is raised. 2016-07-25 19:26:28 +10:00
Andrew Hannam
9fe1abe9e3 Compile fix for Win32 2016-07-25 19:25:55 +10:00
Andrew Hannam
5fe88d6371 Update the Win32 example project to work with current versions of cygwin mingw32 compiler 2016-07-25 18:23:32 +10:00
Matt Brejza
6832ae33df adding code to close all open files in gfile deinit 2016-07-19 22:38:35 +01:00
Andrew Hannam
19e54c88ec Add support for reparenting, capture and control of Win32 Emulator windows. 2016-07-19 18:54:17 +10:00
e5f69dbcf4 Adding Qt GOS port 2016-07-19 01:30:20 +02:00
038a1f3630 Adding QImage display driver 2016-07-19 01:24:05 +02:00
Joel Bodenmann
5ad68305a7 Merged in mattbrejza/ugfx/btn-ellipse-fix (pull request #26)
fixing ellipse button drawing
2016-07-14 23:26:32 +02:00
2b279df17a Fixing comment 2016-07-14 18:57:51 +02:00
Matt Brejza
365b7ac702 fixing ellipse button drawing 2016-07-14 00:26:44 +01:00
fe7da06d98 Updating changelog 2016-07-13 12:54:55 +02:00
9bd3dd6ce8 Fix clipping of gdispGFillString() 2016-07-13 12:54:13 +02:00
Joel Bodenmann
be3433e930 Merged in Hackwerk/ugfx/drawstringfix (pull request #25)
Fix clipping of gdispGDrawString.
2016-07-13 12:44:22 +02:00
Martijn Stommels
ff6d26c70f Fix clipping of gdispGDrawString. 2016-07-11 13:26:27 +02:00
Andrew Hannam
9ac3c368b4 Add gwinPrintg() and fix null pointer handling in sprintg() 2016-07-10 10:42:21 +10:00
Andrew Hannam
ed9b268d5b Merged in mattbrejza/ugfx/list_toggle_scroll (pull request #23)
Added ability for List to scroll when navigted via toggle
2016-07-09 17:27:44 +10:00
Andrew Hannam
e1c7003fa3 Merged in mattbrejza/ugfx/widgets_mouse_fix (pull request #24)
Enhancing toggle support for widgets
2016-07-09 17:20:53 +10:00
13e084ae62 Updating docs 2016-06-26 12:15:02 +02:00
0fd9bf2689 Updating logo(s) in applications/combo demo 2016-06-26 11:24:39 +02:00
4646a36cff Workaround for using RGB888 with STM32LTDC driver 2016-06-26 11:07:21 +02:00
cb26bc2d37 Fixing bug in STM32F746G-Discovery board file which resulted in bad color reproduction 2016-06-26 11:03:25 +02:00
Matt Brejza
47e0a03721 Enhancing toggle support for widgets 2016-06-25 17:15:57 +01:00
Matt Brejza
1cd0120480 Added ability for List to scroll when navigted via toggle 2016-06-25 16:23:59 +01:00
fb100bcc25 Updating STM32F746-Discovery board files to be compatible with newer STM32F7CubeHAL 2016-06-22 17:46:46 +02:00
8252747a36 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx 2016-06-18 13:25:59 +02:00
0548401d18 Adding FT6x06 driver 2016-06-18 13:22:45 +02:00