Joel Bodenmann
|
0211a32e1f
|
Fixing 'progress' color of built-in widget styles
|
2015-12-19 00:56:53 +01:00 |
|
Joel Bodenmann
|
185c970da9
|
Compiler warning
|
2015-12-19 00:51:47 +01:00 |
|
Joel Bodenmann
|
a1c81e3449
|
Fixing textedit widget rendering
|
2015-12-19 00:51:18 +01:00 |
|
Joel Bodenmann
|
1e77535317
|
Removing obsolete code
|
2015-12-18 23:03:41 +01:00 |
|
Joel Bodenmann
|
e75f165bb4
|
Fixing progressbar widget rendering
|
2015-12-18 22:49:59 +01:00 |
|
Joel Bodenmann
|
0befb2ffce
|
Fixing slider widget rendering
|
2015-12-18 22:48:36 +01:00 |
|
Joel Bodenmann
|
e500c8cd8e
|
Fixing slider widget rendering
|
2015-12-18 22:47:33 +01:00 |
|
Joel Bodenmann
|
43be869ab7
|
Remove obsolete file
|
2015-12-17 22:37:13 +01:00 |
|
Joel Bodenmann
|
e33d7d353b
|
Added ILI9342 driver
|
2015-12-17 22:36:51 +01:00 |
|
Joel Bodenmann
|
371e68beee
|
Allowing the cursor to be set anywhere in the string of a TextEdit widget
|
2015-12-13 18:46:53 +01:00 |
|
Joel Bodenmann
|
682a5efc42
|
Removing superfluous struct declaration
|
2015-12-13 11:41:56 +01:00 |
|
Joel Bodenmann
|
a517873148
|
Removing default operating system to avoid confusion
|
2015-12-13 11:40:59 +01:00 |
|
Joel Bodenmann
|
b89ce7c7b3
|
Improving keyboard widget default renderer (thanks to TriZet)
|
2015-12-10 21:58:12 +01:00 |
|
Joel Bodenmann
|
a51e2b3511
|
Improving keyboard widget default renderer (thanks to TriZet)
|
2015-12-09 21:28:28 +01:00 |
|
Joel Bodenmann
|
922b19d91e
|
using uint32_t instead of unsigned for GEVENT source listener flags
|
2015-12-08 11:31:02 +01:00 |
|
Joel Bodenmann
|
5bead36045
|
Fixing compiler errors for non-gcc compilers
|
2015-12-08 11:03:13 +01:00 |
|
Joel Bodenmann
|
fca2766ed8
|
Removing debugging code from NIOS port
|
2015-12-04 22:33:40 +01:00 |
|
Joel Bodenmann
|
7d040805c7
|
Removing debugging code from NIOS port
|
2015-12-04 22:33:12 +01:00 |
|
Joel Bodenmann
|
013f993d54
|
docs
|
2015-11-29 00:06:59 +01:00 |
|
Joel Bodenmann
|
af2c663f57
|
Adding Altera MAX10 NEEK board files
|
2015-11-29 00:05:24 +01:00 |
|
Joel Bodenmann
|
02e793e5db
|
using GFX_PI internally to avoid issues with M_PI
|
2015-11-28 23:41:24 +01:00 |
|
Joel Bodenmann
|
5a99092b79
|
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
|
2015-11-27 20:39:28 +01:00 |
|
Joel Bodenmann
|
eaf0b19fb8
|
Adding support for NIOS-II platform
|
2015-11-27 20:39:23 +01:00 |
|
inmarket
|
f16ee70272
|
Some gdisp drivers release_bus() calls are in the wrong spot compared to post_init_board()
|
2015-11-27 11:08:10 +10:00 |
|
inmarket
|
a5cde14428
|
ChibiOS does not work reliably with GCC -O0 with recent compilers.
Change to -O1
|
2015-11-27 10:28:41 +10:00 |
|
inmarket
|
627e780b6c
|
Make no hardware keyboard the default for the textedit demo
|
2015-11-27 10:17:14 +10:00 |
|
inmarket
|
d60706032e
|
Fix frame demo so that malloc is emulated as rand() needs it on some platforms
|
2015-11-27 10:16:40 +10:00 |
|
inmarket
|
0313756ea3
|
Add ability to emulate malloc() and free() to prevent nasty hard to find link errors from C library routines that need malloc
|
2015-11-27 10:15:46 +10:00 |
|
inmarket
|
3681542e24
|
Fix doco
|
2015-11-27 10:14:45 +10:00 |
|
inmarket
|
739b3b1699
|
Update some makefiles and openocd config files
|
2015-11-27 10:13:23 +10:00 |
|
inmarket
|
fb7e7c6ea7
|
Fix compiler errors and warnings on image handling with multiple image formats turned on.
|
2015-11-25 12:25:04 +10:00 |
|
inmarket
|
205160aec0
|
Change STM32F429i-Discovery board to use the general STM32LTDC driver.
The special ILI9341 init code is now in the board file (it is board specific).
The specific STM32F429i-Discovery driver is now gone
|
2015-11-25 12:24:22 +10:00 |
|
inmarket
|
6900dfc0ab
|
Fix STM32LTDC orientation and DMA2D acceleration
|
2015-11-25 12:20:56 +10:00 |
|
inmarket
|
e5ec9415d1
|
Warning removal as supplied by woodstck
|
2015-11-25 07:29:34 +10:00 |
|
inmarket
|
24ba58e612
|
Fix from crteensy for Arduino when compiling with a strict(er) compiler
|
2015-11-25 07:29:00 +10:00 |
|
inmarket
|
870901880b
|
Prevent naming conflicts when compiling multiple image formats with GFXSINGLEMAKE
|
2015-11-24 09:19:58 +10:00 |
|
inmarket
|
0ec1a5e4da
|
Add the mcufont encoder to the tools (including a win32 build) with binaries
|
2015-11-22 18:42:11 +10:00 |
|
inmarket
|
3ae120406e
|
Add an Arduino Sketch project.
It shows how to add ugfx as a sketch library.
|
2015-11-21 19:28:12 +10:00 |
|
inmarket
|
c5a86757bd
|
Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
|
2015-11-21 19:27:08 +10:00 |
|
inmarket
|
a69849177d
|
Update and then move compiler specific code into its own file
|
2015-11-19 17:07:49 +10:00 |
|
Joel Bodenmann
|
aa601cb875
|
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
|
2015-11-18 20:34:44 +01:00 |
|
Joel Bodenmann
|
7586685d07
|
Fixing comment
|
2015-11-18 20:34:27 +01:00 |
|
inmarket
|
d7e5c9f606
|
Fix endian macro's
|
2015-11-18 09:59:31 +10:00 |
|
inmarket
|
461b0bf091
|
More compiler specific stuff
|
2015-11-18 09:59:11 +10:00 |
|
Joel Bodenmann
|
45174c4092
|
Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’
|
2015-11-15 12:26:04 +01:00 |
|
Joel Bodenmann
|
511bdd7349
|
Removing superfluous paranthesis
|
2015-11-15 12:23:52 +01:00 |
|
Joel Bodenmann
|
697211a85b
|
Merged in woodyhawthorne/ugfx/fixes (pull request #20)
Fixes
|
2015-11-15 12:17:32 +01:00 |
|
Woody Hawthorne
|
9ea93ff8e5
|
Fix virtual keyboard
|
2015-11-15 20:01:22 +11:00 |
|
Woody Hawthorne
|
c5daa2f62f
|
Fix (potential) compiler warnings about redefining PI
|
2015-11-15 20:00:32 +11:00 |
|
Joel Bodenmann
|
10c047d0c0
|
Fixing typo in macros
|
2015-11-14 21:11:41 +01:00 |
|