aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into gwinJoel Bodenmann2014-02-0220-38/+222
|\
| * implemented gtimerDeinit()Joel Bodenmann2014-02-023-6/+21
| |
| * implemented some deinit()Joel Bodenmann2014-02-024-4/+16
| |
| * added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-0218-34/+190
| |
| * whitespacesJoel Bodenmann2014-02-021-0/+2
| |
| * docJoel Bodenmann2014-02-021-0/+1
| |
* | fixJoel Bodenmann2014-02-021-6/+6
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-029-11/+11
|\|
| * removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-029-11/+11
| | | | | | | | having a void pointer
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-021-3/+4
|\|
| * improving performance of gwinListAddItem() by Marc PignatJoel Bodenmann2014-02-021-3/+4
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-027-121/+408
|\|
| * fixed clipping issue when widget text is long than the widget itselfJoel Bodenmann2014-02-011-3/+6
| |
| * list demo & docJoel Bodenmann2014-02-013-65/+264
| |
| * gfxconf.example.hJoel Bodenmann2014-02-011-0/+1
| |
| * default list render has now #defines for horizontal and vertical text paddingJoel Bodenmann2014-02-011-13/+14
| |
| * Merged in daid/ugfx (pull request #4) Joel Bodenman2014-01-312-42/+125
| |\ | | | | | | Add smooth scrolling option to ugfx list.
| | * Add smooth scrolling option to ugfx list.daid2014-01-242-42/+125
| |/
* | temp doc fixJoel Bodenmann2014-02-021-2/+0
| |
* | Revert "initial work on GGroup"Joel Bodenmann2014-02-013-79/+2
| | | | | | | | This reverts commit 3a08f65cfcd884b454e835e6319d949e51e0b428.
* | Revert "ggroup compilable"Joel Bodenmann2014-02-016-60/+102
| | | | | | | | This reverts commit 935e949af94a3a80beb2c462ae425e4388fe2277.
* | ggroup compilableJoel Bodenmann2014-01-296-102/+60
| |
* | Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwinJoel Bodenmann2014-01-188-122/+479
|\ \
| * | Merge branch 'master' into gwininmarket2014-01-177-121/+478
| |\|
| | * Updates to console history. This now works well.inmarket2014-01-175-117/+314
| | |
| | * fixes in gdispImage nativ format by Marc PignatJoel Bodenmann2014-01-171-2/+2
| | |
| | * Revert "doc"Joel Bodenmann2014-01-101-1/+0
| | | | | | | | | | | | This reverts commit 1791bec3483a27843dd279c51023526ced836aa3.
| | * Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
| | |
| | * docinmarket2014-01-091-0/+1
| | |
| | * New codingstyle.txtinmarket2014-01-091-1/+161
| | |
| * | Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
| | |
* | | initial work on GGroupJoel Bodenmann2014-01-183-2/+79
|/ /
* | destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-081-0/+1
| |
* | destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-071-3/+2
| |
* | docJoel Bodenmann2014-01-071-0/+2
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-071-0/+2
|\|
| * docJoel Bodenmann2014-01-071-0/+2
| |
* | docJoel Bodenmann2014-01-071-0/+2
| |
* | implemented button callback in frame widgetJoel Bodenmann2014-01-072-1/+41
| |
* | GFrame code cleanup - buttons need to be implementedJoel Bodenmann2014-01-072-27/+16
| |
* | gwinClear()Joel Bodenmann2014-01-071-8/+12
| |
* | options.hJoel Bodenmann2014-01-061-0/+7
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-061-0/+18
|\|
| * added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-01-062-289/+2
|\|
| * docJoel Bodenmann2014-01-061-1/+1
| |
| * Removed codingstyle.txt as nearly every rule in there was ignoredJoel Bodenmann2014-01-061-288/+1
| |
* | frame cleanupJoel Bodenmann2014-01-062-12/+12
| |
* | gwinRedrawChildren()Joel Bodenmann2014-01-062-0/+18
| |
* | initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-067-5/+300
| |