index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add necessary setting to graph demo
inmarket
2016-02-13
1
-0
/
+1
|
*
Updates to GWIN slider and progressbar Image draw routines to prevent ↵
inmarket
2016-02-13
2
-12
/
+12
|
|
|
|
overwriting.
*
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
Joel Bodenmann
2016-02-10
5
-15
/
+24
|
\
|
*
Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on close
inmarket
2016-02-10
3
-10
/
+14
|
|
|
*
Improve some doco
inmarket
2016-02-10
2
-5
/
+10
|
|
*
|
New sample board file (replacing some misleading existing ones)
Joel Bodenmann
2016-02-10
3
-251
/
+93
|
/
*
Merge branch 'master' of bitbucket.org:tectu/ugfx
Joel Bodenmann
2016-02-03
1
-0
/
+0
|
\
|
*
Replacing logo for Doxygen
Joel Bodenmann
2016-02-01
1
-0
/
+0
|
|
*
|
Adding mcufont encoder binary for FreeBSD
Joel Bodenmann
2016-02-03
1
-0
/
+0
|
/
*
Revert "Setting the default heap size to 5120 bytes to avoid confusion due ↵
Joel Bodenmann
2016-01-11
3
-4
/
+3
|
|
|
|
|
|
to linker errors when no malloc() / free() are available" This reverts commit ed9a422d81994047edc59794ff26bbcc1f7ea6c5.
*
Adding missing entry to changelog
Joel Bodenmann
2016-01-09
1
-0
/
+1
|
*
Setting the default heap size to 5120 bytes to avoid confusion due to linker ↵
Joel Bodenmann
2016-01-08
3
-3
/
+4
|
|
|
|
errors when no malloc() / free() are available
*
typo
Joel Bodenmann
2016-01-08
1
-1
/
+1
|
*
Adding comments to graph demo
Joel Bodenmann
2016-01-08
1
-60
/
+67
|
*
Fix Gtimer stop bug.
inmarket
2015-12-24
1
-2
/
+2
|
*
Fix for using raw32 on a known but unsupported cpu
inmarket
2015-12-24
1
-123
/
+119
|
*
Updated mcufontenconder linux binary to be staticly linked to prevent ↵
inmarket
2015-12-23
1
-0
/
+0
|
|
|
|
library problems
*
Update linux binary for mcufontencoder
inmarket
2015-12-23
1
-0
/
+0
|
*
Small fixes to ILI9342
inmarket
2015-12-22
2
-9
/
+4
|
*
Update Windows binary for mcufontencoder
inmarket
2015-12-22
1
-0
/
+0
|
*
Fix enabled bug
inmarket
2015-12-22
1
-1
/
+6
|
*
Cleanup
inmarket
2015-12-22
1
-1
/
+0
|
*
Add gdisp driver readme to list the type of each driver.
inmarket
2015-12-22
1
-0
/
+33
|
*
More mcufont encoder fixes
Joel Bodenmann
2015-12-20
3
-0
/
+17
|
*
Fixing bug in mcufont encoder
Joel Bodenmann
2015-12-19
1
-1
/
+1
|
*
Fixing 'progress' color of built-in widget styles
Joel Bodenmann
2015-12-19
4
-5
/
+6
|
*
Compiler warning
Joel Bodenmann
2015-12-19
1
-0
/
+2
|
*
Fixing textedit widget rendering
Joel Bodenmann
2015-12-19
1
-10
/
+14
|
*
Removing obsolete code
Joel Bodenmann
2015-12-18
1
-5
/
+0
|
*
Fixing progressbar widget rendering
Joel Bodenmann
2015-12-18
1
-5
/
+6
|
*
Fixing slider widget rendering
Joel Bodenmann
2015-12-18
1
-1
/
+1
|
*
Fixing slider widget rendering
Joel Bodenmann
2015-12-18
1
-10
/
+13
|
*
Remove obsolete file
Joel Bodenmann
2015-12-17
1
-28
/
+0
|
*
Added ILI9342 driver
Joel Bodenmann
2015-12-17
5
-0
/
+470
|
*
Allowing the cursor to be set anywhere in the string of a TextEdit widget
Joel Bodenmann
2015-12-13
1
-1
/
+26
|
*
Removing superfluous struct declaration
Joel Bodenmann
2015-12-13
1
-3
/
+0
|
*
Removing default operating system to avoid confusion
Joel Bodenmann
2015-12-13
1
-5
/
+1
|
*
Improving keyboard widget default renderer (thanks to TriZet)
Joel Bodenmann
2015-12-10
2
-70
/
+151
|
*
Improving keyboard widget default renderer (thanks to TriZet)
Joel Bodenmann
2015-12-09
1
-31
/
+50
|
*
using uint32_t instead of unsigned for GEVENT source listener flags
Joel Bodenmann
2015-12-08
2
-4
/
+4
|
*
Fixing compiler errors for non-gcc compilers
Joel Bodenmann
2015-12-08
1
-1
/
+2
|
*
Removing debugging code from NIOS port
Joel Bodenmann
2015-12-04
1
-3
/
+1
|
*
Removing debugging code from NIOS port
Joel Bodenmann
2015-12-04
1
-2
/
+1
|
*
docs
Joel Bodenmann
2015-11-29
1
-2
/
+7
|
*
Adding Altera MAX10 NEEK board files
Joel Bodenmann
2015-11-29
4
-0
/
+78
|
*
using GFX_PI internally to avoid issues with M_PI
Joel Bodenmann
2015-11-28
4
-10
/
+10
|
*
Merge branch 'master' of https://bitbucket.org/Tectu/ugfx
Joel Bodenmann
2015-11-27
45
-1058
/
+374
|
\
|
*
Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵
inmarket
2015-11-27
2
-5
/
+3
|
|
|
|
|
|
|
|
post_init_board()
|
*
ChibiOS does not work reliably with GCC -O0 with recent compilers.
inmarket
2015-11-27
6
-6
/
+6
|
|
|
|
|
|
|
|
Change to -O1
|
*
Make no hardware keyboard the default for the textedit demo
inmarket
2015-11-27
1
-2
/
+2
|
|
[next]