Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Ensure double initialisation/de-initialisation of GFX can't occur | inmarket | 2014-02-03 | 1 | -1/+11 | |
| * | | | | | | | Fix font clipping properly. Previous fix did not bound the font display in th... | inmarket | 2014-02-03 | 1 | -3/+21 | |
| * | | | | | | | Listbox demo: Change default font to UI2, fix the gfxconf defines, remove sur... | inmarket | 2014-02-03 | 2 | -134/+5 | |
| * | | | | | | | doc | Joel Bodenmann | 2014-02-02 | 1 | -0/+1 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-02-02 | 20 | -38/+222 | |
|\| | | | | | | ||||||
| * | | | | | | implemented gtimerDeinit() | Joel Bodenmann | 2014-02-02 | 3 | -6/+21 | |
| * | | | | | | implemented some deinit() | Joel Bodenmann | 2014-02-02 | 4 | -4/+16 | |
| * | | | | | | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 18 | -34/+190 | |
| * | | | | | | whitespaces | Joel Bodenmann | 2014-02-02 | 1 | -0/+2 | |
| * | | | | | | doc | Joel Bodenmann | 2014-02-02 | 1 | -0/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | fix | Joel Bodenmann | 2014-02-02 | 1 | -6/+6 | |
* | | | | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 | |
|\| | | | | | ||||||
| * | | | | | removing casts of gfxAlloc() return value as that is the whole idea behind ha... | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-02-02 | 1 | -3/+4 | |
|\| | | | | ||||||
| * | | | | improving performance of gwinListAddItem() by Marc Pignat | Joel Bodenmann | 2014-02-02 | 1 | -3/+4 | |
* | | | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-02-02 | 7 | -121/+408 | |
|\| | | | | ||||||
| * | | | | fixed clipping issue when widget text is long than the widget itself | Joel Bodenmann | 2014-02-01 | 1 | -3/+6 | |
| * | | | | list demo & doc | Joel Bodenmann | 2014-02-01 | 3 | -65/+264 | |
| * | | | | gfxconf.example.h | Joel Bodenmann | 2014-02-01 | 1 | -0/+1 | |
| * | | | | default list render has now #defines for horizontal and vertical text padding | Joel Bodenmann | 2014-02-01 | 1 | -13/+14 | |
| * | | | | Merged in daid/ugfx (pull request #4) | Joel Bodenman | 2014-01-31 | 2 | -42/+125 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | ||||||
| | * | | | Add smooth scrolling option to ugfx list. | daid | 2014-01-24 | 2 | -42/+125 | |
| |/ / / | ||||||
* | | | | temp doc fix | Joel Bodenmann | 2014-02-02 | 1 | -2/+0 | |
* | | | | Revert "initial work on GGroup" | Joel Bodenmann | 2014-02-01 | 3 | -79/+2 | |
* | | | | Revert "ggroup compilable" | Joel Bodenmann | 2014-02-01 | 6 | -60/+102 | |
* | | | | ggroup compilable | Joel Bodenmann | 2014-01-29 | 6 | -102/+60 | |
* | | | | Merge branch 'gwin' of bitbucket.org:Tectu/ugfx into gwin | Joel Bodenmann | 2014-01-18 | 8 | -122/+479 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'master' into gwin | inmarket | 2014-01-17 | 7 | -121/+478 | |
| |\| | | | ||||||
| | * | | | Updates to console history. This now works well. | inmarket | 2014-01-17 | 5 | -117/+314 | |
| | * | | | fixes in gdispImage nativ format by Marc Pignat | Joel Bodenmann | 2014-01-17 | 1 | -2/+2 | |
| | * | | | Revert "doc" | Joel Bodenmann | 2014-01-10 | 1 | -1/+0 | |
| | * | | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 | |
| | | |/ | | |/| | ||||||
| | * | | doc | inmarket | 2014-01-09 | 1 | -0/+1 | |
| | * | | New codingstyle.txt | inmarket | 2014-01-09 | 1 | -1/+161 | |
| * | | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 | |
* | | | | initial work on GGroup | Joel Bodenmann | 2014-01-18 | 3 | -2/+79 | |
|/ / / | ||||||
* | | | destroy routine of frame widget deregisters button callbacks | Joel Bodenmann | 2014-01-08 | 1 | -0/+1 | |
* | | | destroy routine of frame widget deregisters button callbacks | Joel Bodenmann | 2014-01-07 | 1 | -3/+2 | |
* | | | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 | |
* | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 | |
|\| | | ||||||
| * | | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 | |
* | | | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 | |
* | | | implemented button callback in frame widget | Joel Bodenmann | 2014-01-07 | 2 | -1/+41 | |
* | | | GFrame code cleanup - buttons need to be implemented | Joel Bodenmann | 2014-01-07 | 2 | -27/+16 | |
* | | | gwinClear() | Joel Bodenmann | 2014-01-07 | 1 | -8/+12 | |
* | | | options.h | Joel Bodenmann | 2014-01-06 | 1 | -0/+7 | |
* | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 | |
|\| | | ||||||
| * | | added gwinGetColor() and gwinGetBgColor() | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 | |
* | | | Merge branch 'master' into gwin | Joel Bodenmann | 2014-01-06 | 2 | -289/+2 | |
|\| | | ||||||
| * | | doc | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 |