aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-1955-10901/+0
|
* Fix naming of a parameterinmarket2014-02-151-2/+2
|
* docJoel Bodenmann2014-02-091-2/+2
|
* Update gwin Images to properly use new GFILE based imagesinmarket2014-02-071-22/+31
|
* Update GDISP image code to fully use new GFILE'sinmarket2014-02-071-68/+63
|
* Updates to GFILE codeinmarket2014-02-072-45/+8
|
* Typo in Win32 GOSinmarket2014-02-071-2/+2
|
* Start changing GDISP images to use a simpler API based on GFILE's.inmarket2014-02-071-129/+61
|
* Integrate gfile build filesinmarket2014-02-072-2/+22
|
* Add support for GFILEs based on BaseFileStreams and Memory Pointersinmarket2014-02-072-16/+32
|
* Update file2c tool to enable creation of directory entries for the ROM file ↵inmarket2014-02-052-8/+3
| | | | system.
* More gFile stuffinmarket2014-02-031-30/+45
|
* Merge branch 'master' into gfileJoel Bodenmann2014-02-022-5/+21
|\
| * implemented gtimerDeinit()Joel Bodenmann2014-02-021-3/+12
| |
| * added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-2/+9
| |
* | Merge branch 'master' into gfileJoel Bodenmann2014-02-021-4/+12
|\|
| * Add smooth scrolling option to ugfx list.daid2014-01-241-4/+12
| |
* | More GFile codeinmarket2014-01-292-36/+81
| |
* | More code for GFileinmarket2014-01-241-20/+14
| |
* | Merge branch 'master' into gfileinmarket2014-01-172-17/+53
|\|
| * Updates to console history. This now works well.inmarket2014-01-172-17/+53
| |
| * 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-092-1/+19
|\|
| * added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
| |
| * docJoel Bodenmann2014-01-061-1/+1
| |
* | Start of GFILE moduleinmarket2014-01-052-0/+299
|/
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-032-5/+5
|
* added window manager to doxygenJoel Bodenmann2013-12-281-2/+2
|
* Wrong define used in GAUDIN.inmarket2013-12-221-1/+1
|
* docu fixJoel Bodenmann2013-12-211-1/+1
|
* Increase the default stack size for the GTimer thread as for widgets demo ↵inmarket2013-12-211-1/+1
| | | | under Win32 1024 bytes is not enough.
* GOS Raw32 semaphore fixinmarket2013-12-211-1/+1
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-212-5/+5
|
* Revert "removed GQUEUE from doxygen build as it is not API"inmarket2013-12-211-1/+1
| | | | This reverts commit 69a576bcfde1513369c595a38629c63795024bea.
* removed GQUEUE from doxygen build as it is not APIJoel Bodenmann2013-12-181-1/+1
|
* whitespacesJoel Bodenmann2013-12-181-6/+10
|
* typoJoel Bodenmann2013-12-181-2/+2
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-182-0/+34
| | | | contain bugs
* whitespacesJoel Bodenmann2013-12-181-7/+7
|
* whitespaceJoel Bodenmann2013-12-171-2/+2
|
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-0/+8
|
* bugfix: Missing || operandomriiluz2013-12-141-1/+1
|
* build rules fixJoel Bodenmann2013-12-111-1/+2
|
* Removed TDISP moduleJoel Bodenmann2013-12-115-447/+1
|
* whitespacesJoel Bodenmann2013-12-111-1/+2
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-114-2/+135
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* added gdispGDrawThickLine()Joel Bodenmann2013-12-081-0/+18
|
* whitespacesJoel Bodenmann2013-12-072-3/+2
|
* docJoel Bodenmann2013-12-021-1/+3
|