Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gwin Images to properly use new GFILE based images | inmarket | 2014-02-07 | 2 | -75/+33 |
| | |||||
* | Update GDISP image code to fully use new GFILE's | inmarket | 2014-02-07 | 5 | -284/+227 |
| | |||||
* | Updates to GFILE code | inmarket | 2014-02-07 | 7 | -85/+90 |
| | |||||
* | Typo in Win32 GOS | inmarket | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | Removing compiler warnings from new list code | inmarket | 2014-02-07 | 1 | -2/+2 |
| | |||||
* | Start changing GDISP images to use a simpler API based on GFILE's. | inmarket | 2014-02-07 | 2 | -227/+188 |
| | |||||
* | Integrate gfile build files | inmarket | 2014-02-07 | 4 | -4/+47 |
| | |||||
* | Add support for GFILEs based on BaseFileStreams and Memory Pointers | inmarket | 2014-02-07 | 5 | -17/+194 |
| | |||||
* | Add linux binary for the updated file2c tool. | inmarket | 2014-02-05 | 1 | -0/+0 |
| | |||||
* | Update file2c tool to enable creation of directory entries for the ROM file ↵ | inmarket | 2014-02-05 | 5 | -39/+77 |
| | | | | system. | ||||
* | More gFile stuff | inmarket | 2014-02-03 | 2 | -44/+264 |
| | |||||
* | Merge branch 'master' into gfile | inmarket | 2014-02-03 | 6 | -139/+40 |
|\ | |||||
| * | Fix gtimerDeinit() function and add a TODO to _gtimerDeinit() | inmarket | 2014-02-03 | 1 | -1/+2 |
| | | |||||
| * | 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 ↵ | inmarket | 2014-02-03 | 1 | -3/+21 |
| | | | | | | | | the x direction. | ||||
| * | Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵ | inmarket | 2014-02-03 | 2 | -134/+5 |
| | | | | | | | | surpurflous defines | ||||
| * | doc | Joel Bodenmann | 2014-02-02 | 1 | -0/+1 |
| | | |||||
* | | added _gfileDeinit() dummy | Joel Bodenmann | 2014-02-02 | 1 | -4/+7 |
| | | |||||
* | | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 20 | -38/+224 |
|\| | |||||
| * | 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 |
| | | |||||
* | | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 |
|\| | |||||
| * | removing casts of gfxAlloc() return value as that is the whole idea behind ↵ | Joel Bodenmann | 2014-02-02 | 9 | -11/+11 |
| | | | | | | | | having a void pointer | ||||
* | | Merge branch 'master' into gfile | Joel Bodenmann | 2014-02-02 | 7 | -124/+412 |
|\| | |||||
| * | improving performance of gwinListAddItem() by Marc Pignat | Joel Bodenmann | 2014-02-02 | 1 | -3/+4 |
| | | |||||
| * | 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. | ||||
| | * | Add smooth scrolling option to ugfx list. | daid | 2014-01-24 | 2 | -42/+125 |
| |/ | |||||
* | | More GFile code | inmarket | 2014-01-29 | 5 | -126/+533 |
| | | |||||
* | | More code for GFile | inmarket | 2014-01-24 | 4 | -37/+127 |
| | | |||||
* | | Merge branch 'master' into gfile | inmarket | 2014-01-17 | 7 | -120/+316 |
|\| | |||||
| * | 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 |
| | | | | | | | | This reverts commit 1791bec3483a27843dd279c51023526ced836aa3. | ||||
| * | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
| | | |||||
* | | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into gfile | inmarket | 2014-01-09 | 4 | -197/+91 |
|\| | |||||
| * | doc | inmarket | 2014-01-09 | 1 | -0/+1 |
| | | |||||
| * | New codingstyle.txt | inmarket | 2014-01-09 | 1 | -1/+161 |
| | | |||||
| * | doc | Joel Bodenmann | 2014-01-07 | 1 | -0/+2 |
| | | |||||
| * | added gwinGetColor() and gwinGetBgColor() | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 |
| | | |||||
| * | doc | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 |
| | | |||||
| * | Removed codingstyle.txt as nearly every rule in there was ignored | Joel Bodenmann | 2014-01-06 | 1 | -288/+1 |
| | | |||||
* | | Start of GFILE module | inmarket | 2014-01-05 | 8 | -0/+733 |
|/ |