aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update gwin Images to properly use new GFILE based imagesinmarket2014-02-072-75/+33
|
* Update GDISP image code to fully use new GFILE'sinmarket2014-02-075-284/+227
|
* Updates to GFILE codeinmarket2014-02-077-85/+90
|
* Typo in Win32 GOSinmarket2014-02-071-2/+2
|
* Removing compiler warnings from new list codeinmarket2014-02-071-2/+2
|
* Start changing GDISP images to use a simpler API based on GFILE's.inmarket2014-02-072-227/+188
|
* Integrate gfile build filesinmarket2014-02-074-4/+47
|
* Add support for GFILEs based on BaseFileStreams and Memory Pointersinmarket2014-02-075-17/+194
|
* Add linux binary for the updated file2c tool.inmarket2014-02-051-0/+0
|
* Update file2c tool to enable creation of directory entries for the ROM file ↵inmarket2014-02-055-39/+77
| | | | system.
* More gFile stuffinmarket2014-02-032-44/+264
|
* Merge branch 'master' into gfileinmarket2014-02-036-139/+40
|\
| * Fix gtimerDeinit() function and add a TODO to _gtimerDeinit()inmarket2014-02-031-1/+2
| |
| * Ensure double initialisation/de-initialisation of GFX can't occurinmarket2014-02-031-1/+11
| |
| * Fix font clipping properly. Previous fix did not bound the font display in ↵inmarket2014-02-031-3/+21
| | | | | | | | the x direction.
| * Listbox demo: Change default font to UI2, fix the gfxconf defines, remove ↵inmarket2014-02-032-134/+5
| | | | | | | | surpurflous defines
| * docJoel Bodenmann2014-02-021-0/+1
| |
* | added _gfileDeinit() dummyJoel Bodenmann2014-02-021-4/+7
| |
* | Merge branch 'master' into gfileJoel Bodenmann2014-02-0220-38/+224
|\|
| * 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
| |
* | Merge branch 'master' into gfileJoel 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 gfileJoel Bodenmann2014-02-027-124/+412
|\|
| * improving performance of gwinListAddItem() by Marc PignatJoel Bodenmann2014-02-021-3/+4
| |
| * 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
| |/
* | More GFile codeinmarket2014-01-295-126/+533
| |
* | More code for GFileinmarket2014-01-244-37/+127
| |
* | Merge branch 'master' into gfileinmarket2014-01-177-120/+316
|\|
| * 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
| |
* | Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
| |
* | Merge branch 'master' into gfileinmarket2014-01-094-197/+91
|\|
| * docinmarket2014-01-091-0/+1
| |
| * New codingstyle.txtinmarket2014-01-091-1/+161
| |
| * docJoel Bodenmann2014-01-071-0/+2
| |
| * added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
| |
| * docJoel Bodenmann2014-01-061-1/+1
| |
| * Removed codingstyle.txt as nearly every rule in there was ignoredJoel Bodenmann2014-01-061-288/+1
| |
* | Start of GFILE moduleinmarket2014-01-058-0/+733
|/