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
*
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
*
|
working gwinGetVisible() and gwinGetEnabled()
Joel Bodenmann
2014-01-04
1
-4
/
+16
*
|
added experimental gwinGetEnabled()
Joel Bodenmann
2014-01-04
1
-1
/
+11
*
|
basic implementation of parent/child (no flag handling done yet)
Joel Bodenmann
2014-01-04
1
-0
/
+29
|
/
*
first implementation of console buffer. This has to be tested first - might c...
Joel Bodenmann
2013-12-18
1
-2
/
+11
*
Fix compile error
inmarket
2013-11-23
1
-1
/
+1
*
Add support to GWIN for a routine that can redraw an entire display (subject ...
inmarket
2013-11-16
1
-60
/
+43
*
Add multiple display support to GWIN.
inmarket
2013-10-24
1
-49
/
+50
*
Fix bug where freed memory is written to.
inmarket
2013-09-19
1
-3
/
+4
*
Fix compile error in gwinGetPixelColor()
inmarket
2013-07-29
1
-1
/
+1
*
This image wrapper really is meant to be there and is used by some demo apps ...
inmarket
2013-07-22
1
-0
/
+12
*
removed a forgotted GDISP wrapper call in GWIN
Joel Bodenmann
2013-07-22
1
-12
/
+0
*
fixed license headers
Joel Bodenmann
2013-07-21
1
-1
/
+1
*
Fix enabled visibility bug
inmarket
2013-07-07
1
-2
/
+2
*
GWIN renaming, tidy up, color styles
inmarket
2013-07-07
1
-57
/
+17
[next]