index
:
avr/qmk/uGFX
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gwin
/
gwin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For all source files update integer types to the new gI8 etc type names
inmarket
2018-11-03
1
-3
/
+3
*
Update license header
Tibo Clausen
2018-10-01
1
-1
/
+1
*
Added type gFont to replace V2.x font_t
inmarket
2018-07-08
1
-4
/
+4
*
Added type gJustify to replace V2.x justify_t, and values gJustifyXXX rep...
inmarket
2018-07-08
1
-2
/
+2
*
Change color_t to gColor
inmarket
2018-07-08
1
-8
/
+8
*
Change pixel_t to gPixel
inmarket
2018-07-08
1
-1
/
+1
*
Change coord_t to gCoord
inmarket
2018-07-08
1
-26
/
+26
*
Change point and point_t to gPoint
inmarket
2018-07-08
1
-2
/
+2
*
Added new type definitions - moving towards V3.0
inmarket
2018-06-23
1
-6
/
+6
*
Change new colors to GFX_RED instead of GFXRED. Use the new color defs
inmarket
2018-03-10
1
-2
/
+2
*
Removing obsolete color parameters from gwinFillDualCircle()
Joel Bodenmann
2016-12-15
1
-1
/
+1
*
Adding gwinDrawThickArc() wrapper for gdispGDrawThickArc() function.
Joel Bodenmann
2016-12-14
1
-0
/
+6
*
Adding gwinFillDualCircle() wrapper for gdispGFillDualCircle() function.
Joel Bodenmann
2016-12-14
1
-0
/
+8
*
Change non-widget GWIN objects to always ensure their initial display is flus...
inmarket
2016-02-13
1
-0
/
+1
*
Make all include paths in ugfx relative.
inmarket
2015-11-21
1
-1
/
+1
*
Fixing compiler warnings/errors
Joel Bodenmann
2015-10-21
1
-12
/
+15
*
Fixing doxygen
Joel Bodenmann
2015-05-16
1
-1
/
+1
*
Big file rename to reduce problems with brain-dead IDE's that don't handle pr...
inmarket
2015-01-21
1
-0
/
+400
*
Rename lots of files to help prevent compile time name conflicts.
inmarket
2014-08-20
1
-375
/
+0
*
Create a generic GWIN event.
inmarket
2014-08-20
1
-33
/
+34
*
Fix visibility issues associated with a window destroy.
inmarket
2014-08-16
1
-1
/
+8
*
Thick line support is only available if Polygon drawing is available
inmarket
2014-07-15
1
-6
/
+5
*
Added gwinDrawThickLine() wrapper for corresponding GDISP call
Joel Bodenmann
2014-07-11
1
-0
/
+6
*
Significant changes to the window redrawing methodology.
inmarket
2014-05-21
1
-342
/
+59
*
Visible and Enabled GWIN bug fix
inmarket
2014-05-11
1
-2
/
+2
*
frame fixes
inmarket
2014-05-11
1
-1
/
+1
*
Multiple changes to GWIN to support containers.
inmarket
2014-05-10
1
-182
/
+174
*
Merge branch 'master' into gwin
inmarket
2014-05-09
1
-5
/
+11
|
\
|
*
GWIN creation and destruction bug fixes
inmarket
2014-05-09
1
-1
/
+4
|
*
Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...
inmarket
2014-05-09
1
-0
/
+8
*
|
Merge branch 'master' into gwin
inmarket
2014-02-19
1
-1
/
+1
|
\
|
|
*
Integrate the include files with each module. Simplifies structure of code.
inmarket
2014-02-19
1
-1
/
+1
*
|
Merge branch 'master' into gwin
Joel Bodenmann
2014-02-02
1
-1
/
+16
|
\
|
|
*
added deinit() routines for all modules (not implemented so far)
Joel Bodenmann
2014-02-02
1
-1
/
+16
|
*
whitespaces
Joel Bodenmann
2014-02-02
1
-0
/
+2
*
|
fix
Joel Bodenmann
2014-02-02
1
-6
/
+6
*
|
Merge branch 'master' into gwin
Joel Bodenmann
2014-02-02
1
-1
/
+1
|
\
|
|
*
removing casts of gfxAlloc() return value as that is the whole idea behind ha...
Joel Bodenmann
2014-02-02
1
-1
/
+1
*
|
gwinClear()
Joel Bodenmann
2014-01-07
1
-8
/
+12
*
|
gwinRedrawChildren()
Joel Bodenmann
2014-01-06
1
-0
/
+6
*
|
gwinDestroy() does now redraw the parent if any
Joel Bodenmann
2014-01-05
1
-6
/
+9
*
|
gwinDestroy() and gwinRemoveChild()
Joel Bodenmann
2014-01-05
1
-11
/
+39
*
|
some progress
Joel Bodenmann
2014-01-05
1
-0
/
+1
*
|
now using absolute coordinates inside the window
Joel Bodenmann
2014-01-05
1
-23
/
+7
*
|
some progress
Joel Bodenmann
2014-01-05
1
-4
/
+22
*
|
fixed gwinDestroy() and added gwinGetAbsoluteCoordinates()
Joel Bodenmann
2014-01-05
1
-5
/
+26
*
|
whitespaces
Joel Bodenmann
2014-01-04
1
-2
/
+2
*
|
gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild()
Joel Bodenmann
2014-01-04
1
-4
/
+21
*
|
whitespaces
Joel Bodenmann
2014-01-04
1
-1
/
+2
*
|
optimized gwinGetVisible() and gwinGetEnabled()
Joel Bodenmann
2014-01-04
1
-6
/
+4
[next]