aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
* All compiling.inmarket2014-05-101-0/+1
| | | | Containers and Frames still to be tested.
* Multiple changes to GWIN to support containers.inmarket2014-05-101-0/+3
|
* Merge branch 'master' into gwininmarket2014-05-091-2/+1
|\
| * Remove superfluous entries in gfxconf.example.hinmarket2014-05-091-2/+0
| |
| * Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of ↵Joel Bodenmann2014-05-081-0/+1
| | | | | | | | the progressbar widget
* | Merge branch 'master' into gwininmarket2014-05-011-0/+2
|\|
| * Much improved appearance for buttons and tabs.inmarket2014-05-011-0/+1
| | | | | | | | Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look.
| * Added gwinLabelSetAttribute()Joel Bodenmann2014-04-281-0/+3
| |
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx into gwinJoel Bodenmann2014-04-201-4/+4
|\|
| * Fix incorrect spelling of fixed font names in the example gfxconf.hinmarket2014-03-221-3/+3
| |
| * Move queued buffer code from gaudio into gqueueinmarket2014-03-201-1/+1
| |
* | Merge branch 'master' into gwininmarket2014-03-141-11/+7
|\|
| * Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-9/+4
| | | | | | | | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
| * whitespacesJoel Bodenmann2014-03-041-1/+1
| |
| * whitespacesJoel Bodenmann2014-03-041-3/+3
| |
| * Add support for ANSI like escape sequences to control display color and ↵inmarket2014-03-041-0/+1
| | | | | | | | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* | Merge branch 'master' into gwininmarket2014-02-151-1/+24
|\|
| * Integrate gfile build filesinmarket2014-02-071-1/+24
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-021-0/+1
|\|
| * gfxconf.example.hJoel Bodenmann2014-02-011-0/+1
| |
* | Merge branch 'master' into gwininmarket2014-01-171-3/+5
|\|
| * Updates to console history. This now works well.inmarket2014-01-171-3/+5
| |
* | initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-061-0/+1
| |
* | basic implementation of parent/child (no flag handling done yet)Joel Bodenmann2014-01-041-1/+1
|/
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-031-1/+1
|
* whitespacesJoel Bodenmann2014-01-031-5/+5
|
* gfxconf.h fixesJoel Bodenmann2014-01-031-22/+24
|
* Refactored gfxconf.example.hJoel Bodenmann2014-01-031-179/+197
|
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-0/+1
|
* Removed TDISP moduleJoel Bodenmann2013-12-111-6/+1
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-011-0/+1
|
* Reliability fixes for uGFXnet running on LWIP.inmarket2013-11-171-0/+1
| | | | Note LWIP requires a stack larger than the default of 512.
* Minor updates to LWIP support for uGFXnet.inmarket2013-11-171-0/+1
| | | | Application supplied Start_LWIP() routine is now optional.
* Update gfxconf.example.h with new values for the GDISP uGFXnet driver.inmarket2013-11-161-4/+7
|
* merging GDISPStreamingJoel Bodenmann2013-11-101-15/+45
|\
| * Add support for a default application orientation.inmarket2013-11-091-0/+1
| | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-091-2/+2
| |
| * Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-1/+1
| | | | | | | | the new streaming and multiple display demos
| * uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-1/+1
| |
| * GMISC invsqrt() function.inmarket2013-10-241-1/+2
| | | | | | | | | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
| * Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer.inmarket2013-10-241-0/+1
| |
| * Fix missing case in gdispStreamStop().inmarket2013-10-211-0/+1
| | | | | | | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
| * increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
| |
| * Change gfxconf.h to match updated multi-controller supportinmarket2013-10-171-1/+3
| |
| * added label define to gfxconf.hJoel Bodenmann2013-10-171-0/+1
| |
| * Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-0/+23
| | | | | | | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed.
| * Updates from main-line codeJoel Bodenmann2013-10-061-0/+1
| |
| * GDISP streaming bug fixesinmarket2013-09-241-16/+15
| | | | | | | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* | uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-281-1/+1
| |
* | increased default stack size of the GTimer threadJoel Bodenmann2013-10-211-1/+1
| |