index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gwin
/
checkbox.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Significant changes to the window redrawing methodology.
inmarket
2014-05-21
1
-3
/
+3
*
Reworking the GWIN doxygen documentation.
Joel Bodenmann
2014-05-20
1
-8
/
+1
*
Multiple changes to GWIN to support containers.
inmarket
2014-05-10
1
-4
/
+4
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-1
/
+1
*
Add multiple display support to GWIN.
inmarket
2013-10-24
1
-10
/
+10
*
Fix text padding of a right aligned checkbox
inmarket
2013-07-29
1
-1
/
+1
*
fixed license headers
Joel Bodenmann
2013-07-21
1
-1
/
+1
*
GWIN renaming, tidy up, color styles
inmarket
2013-07-07
1
-32
/
+44
*
Remove widget structure members when they are not needed for input tracking
inmarket
2013-07-06
1
-59
/
+63
*
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
-2
/
+4
*
License header updates
inmarket
2013-06-15
1
-1
/
+1
*
Clean up GWIN Event assignment. Optimise event efficiency.
inmarket
2013-06-10
1
-14
/
+36
*
Add a simple GWIN window manager, Change the way GWIN visibility works
inmarket
2013-06-08
1
-2
/
+3
*
New simplified gwin using a pseudo class structure.
inmarket
2013-06-06
1
-128
/
+97
*
checkbox cleanup
Joel Bodenmann
2013-06-04
1
-1
/
+1
*
added custom render interface for checkboxes
Joel Bodenmann
2013-06-03
1
-1
/
+14
*
checkbox event fix
Joel Bodenmann
2013-06-03
1
-1
/
+2
*
member state of checkbox is now called isChecked
Joel Bodenmann
2013-06-02
1
-6
/
+6
*
some more checkbox fixes
Joel Bodenmann
2013-06-02
1
-0
/
+1
*
GWIN checkbox fix
Joel Bodenmann
2013-06-02
1
-0
/
+11
*
added default theme
Joel Bodenmann
2013-06-02
1
-47
/
+39
*
added basic implementation of checkboxes (functional)
Joel Bodenmann
2013-06-02
1
-0
/
+171