Joel Bodenmann
|
e5f69dbcf4
|
Adding Qt GOS port
|
7 years ago |
Joel Bodenmann
|
2b279df17a
|
Fixing comment
|
7 years ago |
Matt Brejza
|
365b7ac702
|
fixing ellipse button drawing
|
7 years ago |
Joel Bodenmann
|
9bd3dd6ce8
|
Fix clipping of gdispGFillString()
|
7 years ago |
Martijn Stommels
|
ff6d26c70f
|
Fix clipping of gdispGDrawString.
|
7 years ago |
Andrew Hannam
|
9ac3c368b4
|
Add gwinPrintg() and fix null pointer handling in sprintg()
|
7 years ago |
Matt Brejza
|
47e0a03721
|
Enhancing toggle support for widgets
|
7 years ago |
Matt Brejza
|
1cd0120480
|
Added ability for List to scroll when navigted via toggle
|
7 years ago |
Nicolas Reinecke
|
1d2c15ce81
|
add support for ChibiOS RT 4 kernel
|
7 years ago |
Andrew Hannam
|
f8dac95e93
|
Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIB
|
7 years ago |
Kimball Johnson
|
c82efc428f
|
Fix preprocessor elif, GFX_CPU == duplicated
|
7 years ago |
Joel Bodenmann
|
238e19d77f
|
Fixing bug where the list item count wasn't decremented when an item was removed
|
7 years ago |
Joel Bodenmann
|
78e6f40cac
|
Marking clang as a tested compiler
|
7 years ago |
inmarket
|
c7fca71070
|
Add TinyC to the list of tested compilers
|
7 years ago |
Joel Bodenmann
|
4797b7d1e2
|
Doxygen fix
|
7 years ago |
inmarket
|
583b022657
|
Add PNG image support - Does not support interlaced PNG's
|
7 years ago |
inmarket
|
ecc7f94c88
|
Tidy up flags for custom redraw routines
|
7 years ago |
Joel Bodenmann
|
b8ac430bce
|
Replacing wrong define
|
7 years ago |
Joel Bodenmann
|
4cd3ab4f29
|
Marking IAR as a tested compiler
|
7 years ago |
Joel Bodenmann
|
3d78787b07
|
Adding missing default definitions of several macros
|
7 years ago |
Joel Bodenmann
|
3a840480ed
|
Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines.
|
7 years ago |
inmarket
|
addbf47bdb
|
Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines.
|
7 years ago |
inmarket
|
0f0964da99
|
Change non-widget GWIN objects to always ensure their initial display is flushed before any other drawing takes place.
|
7 years ago |
inmarket
|
71d72208b9
|
Updates to GWIN slider and progressbar Image draw routines to prevent overwriting.
|
7 years ago |
inmarket
|
507fb2d57e
|
Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on close
|
7 years ago |
Joel Bodenmann
|
249ffe781f
|
Fixing bug in GTRANS
|
7 years ago |
Joel Bodenmann
|
39c13d1645
|
Adding documentation to GTRANS
|
7 years ago |
Joel Bodenmann
|
7b60003461
|
Preliminary version of GTRANS
|
7 years ago |
Joel Bodenmann
|
6b07b2af74
|
GTRANS module skeleton
|
7 years ago |
Joel Bodenmann
|
a76c176840
|
Revert "Setting the default heap size to 5120 bytes to avoid confusion due to linker errors when no malloc() / free() are available"
This reverts commit ed9a422d81 .
|
7 years ago |
Joel Bodenmann
|
ed9a422d81
|
Setting the default heap size to 5120 bytes to avoid confusion due to linker errors when no malloc() / free() are available
|
7 years ago |
Joel Bodenmann
|
50a3048e59
|
typo
|
7 years ago |
inmarket
|
4b891ebc04
|
Fix Gtimer stop bug.
|
7 years ago |
inmarket
|
1971d889dc
|
Fix for using raw32 on a known but unsupported cpu
|
7 years ago |
inmarket
|
6b70d3a63f
|
Fix enabled bug
|
7 years ago |
inmarket
|
184f1e0d9b
|
Cleanup
|
7 years ago |
Joel Bodenmann
|
0211a32e1f
|
Fixing 'progress' color of built-in widget styles
|
7 years ago |
Joel Bodenmann
|
185c970da9
|
Compiler warning
|
7 years ago |
Joel Bodenmann
|
a1c81e3449
|
Fixing textedit widget rendering
|
7 years ago |
Joel Bodenmann
|
1e77535317
|
Removing obsolete code
|
7 years ago |
Joel Bodenmann
|
e75f165bb4
|
Fixing progressbar widget rendering
|
7 years ago |
Joel Bodenmann
|
0befb2ffce
|
Fixing slider widget rendering
|
7 years ago |
Joel Bodenmann
|
e500c8cd8e
|
Fixing slider widget rendering
|
7 years ago |
Joel Bodenmann
|
371e68beee
|
Allowing the cursor to be set anywhere in the string of a TextEdit widget
|
7 years ago |
Joel Bodenmann
|
682a5efc42
|
Removing superfluous struct declaration
|
7 years ago |
Joel Bodenmann
|
a517873148
|
Removing default operating system to avoid confusion
|
7 years ago |
Joel Bodenmann
|
b89ce7c7b3
|
Improving keyboard widget default renderer (thanks to TriZet)
|
7 years ago |
Joel Bodenmann
|
a51e2b3511
|
Improving keyboard widget default renderer (thanks to TriZet)
|
7 years ago |
Joel Bodenmann
|
922b19d91e
|
using uint32_t instead of unsigned for GEVENT source listener flags
|
7 years ago |
Joel Bodenmann
|
5bead36045
|
Fixing compiler errors for non-gcc compilers
|
7 years ago |