index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gwin
/
gwidget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Significant changes to the window redrawing methodology.
inmarket
2014-05-21
1
-13
/
+3
*
Better redrawing when doing a forced change of default style.
inmarket
2014-05-11
1
-0
/
+2
*
Multiple changes to GWIN to support containers.
inmarket
2014-05-10
1
-31
/
+34
*
Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...
inmarket
2014-05-09
1
-0
/
+8
*
Prevent gwinGetStyle() being called on a non-widget
inmarket
2014-05-01
1
-0
/
+3
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-1
/
+1
*
added deinit() routines for all modules (not implemented so far)
Joel Bodenmann
2014-02-02
1
-1
/
+7
*
removing casts of gfxAlloc() return value as that is the whole idea behind ha...
Joel Bodenmann
2014-02-02
1
-1
/
+1
*
Add multiple display support to GWIN.
inmarket
2013-10-24
1
-3
/
+7
*
fixed license headers
Joel Bodenmann
2013-07-21
1
-1
/
+1
*
GWIN renaming, tidy up, color styles
inmarket
2013-07-07
1
-18
/
+120
*
Make the enabled state available to all GWIN's - not just widgets.
inmarket
2013-07-04
1
-17
/
+0
*
GWIN Init structures are const (read-only to GWIN)
inmarket
2013-07-01
1
-1
/
+1
*
GWIN reduce Initialisation parameters and fix visibility issues
inmarket
2013-06-24
1
-4
/
+4
*
License header updates
inmarket
2013-06-15
1
-1
/
+1
*
Clean up GWIN Event assignment. Optimise event efficiency.
inmarket
2013-06-10
1
-68
/
+186
*
Add a simple GWIN window manager, Change the way GWIN visibility works
inmarket
2013-06-08
1
-21
/
+25
*
GWIN fixes
inmarket
2013-06-06
1
-2
/
+2
*
New simplified gwin using a pseudo class structure.
inmarket
2013-06-06
1
-0
/
+254