aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix to remove compile error that only affects GCC ARM compilerinmarket2013-10-171-2/+2
|
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-26/+62
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.
* Compile time fix to text rendering.inmarket2013-10-141-3/+19
| | | | Updated gdisp Get/Set Display routines to a more logical API.
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-124-299/+428
| | | | | 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-33/+40
|
* New optimisation method for some streaming drivers. It should improve speed ↵inmarket2013-10-021-3/+35
| | | | by about 30% for those controllers that support it.
* SSD1289 streaming driver (untested)inmarket2013-09-301-56/+86
| | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
* Useless leftover from ASYNC support is now removedinmarket2013-09-251-181/+0
|
* Rename a macro and fix some bugsinmarket2013-09-251-5/+6
|
* GDISP streaming bug fixesinmarket2013-09-244-19/+88
| | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers.
* Scrolling emulation when not supported by hardwareinmarket2013-09-184-307/+604
| | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates
* GDISP revamp - stage 1inmarket2013-09-064-934/+321
| | | | | | | | | | New low level driver interface: Only Win32 ported currently Significant reduction in GDISP stack usage Improved performance particularly for native streaming drivers New circle, ellipse, arc routines (draw and fill) that are significantly more efficient and don't overdraw New arc draw algorithm that measures angles correctly. New arc fill algorithm for that actually works without overdrawing or gaps. Much more to come...
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-3/+2
| | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative.
* Merge branch 'master' into fontsinmarket2013-08-171-2/+2
|\
| * doxygen fixJoel Bodenmann2013-08-051-2/+2
| |
* | Merge branch 'master' into fontsinmarket2013-08-011-7/+39
|\|
| * Add image support to GWIN Listboxes.inmarket2013-08-011-6/+37
| | | | | | | | Updated GWIN widgets demo to match.
| * Add GWIN List multi-select supportinmarket2013-08-011-1/+2
| |
* | Merge branch 'master' into fontsinmarket2013-08-013-17/+168
|\|
| * Update GWIN list.inmarket2013-08-011-1/+2
| | | | | | | | | | Now supports item and page scrolling. A few bugs fixed.
| * Update some GQUEUE prototypesinmarket2013-08-011-3/+3
| |
| * Add color blending to GDISPinmarket2013-08-011-0/+13
| |
| * list updateJoel Bodenmann2013-07-281-0/+6
| |
| * cleanupJoel Bodenmann2013-07-281-2/+2
| |
| * list widget doxygenJoel Bodenmann2013-07-281-1/+121
| |
| * some more list workJoel Bodenmann2013-07-271-0/+18
| |
| * Integrate changes from master branchinmarket2013-07-271-1/+0
| |
| * list widget - work in progressJoel Bodenmann2013-07-252-2/+8
| |
* | Fix rule handling to help the end user get things right.inmarket2013-07-291-1/+23
| | | | | | | | Tidied up anti-alias where the hardware does not support pixel read-back.
* | Vastly simplify GDISP mcufont interface code.inmarket2013-07-295-232/+30
| | | | | | | | | | | | | | Fix boundary cases. Prevent overwriting of defined display area. Improve performance. Remove hardware acceleration for fonts (unlikely anyway unles the hardware understood our software font structures)
* | First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-286-254/+169
| |
* | Linux change from Tectuinmarket2013-07-281-0/+1
| |
* | Finish osx fix.inmarket2013-07-261-1/+0
|/
* compiler warningsJoel Bodenmann2013-07-252-7/+2
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-234-4/+4
|
* removed POSIX, now having dedicated Linux and MAC OS-X portsJoel Bodenmann2013-07-235-104/+17
|
* POSIX port now became Linux and OSXJoel Bodenmann2013-07-232-0/+193
|
* posix doxygen fixJoel Bodenmann2013-07-231-1/+1
|
* This image wrapper really is meant to be there and is used by some demo apps ↵inmarket2013-07-221-0/+33
| | | | (notepad-2)
* removed a forgotted GDISP wrapper call in GWINJoel Bodenmann2013-07-221-33/+0
|
* fixed license headersJoel Bodenmann2013-07-2155-55/+55
|
* doxygen updatesJoel Bodenmann2013-07-2115-12/+37
|
* Initial GOS port for POSIX (Linux). Untested.inmarket2013-07-211-0/+77
|
* Spelling mistakeinmarket2013-07-211-2/+2
|
* Added gfxRealloc()inmarket2013-07-203-0/+22
|
* Image animation changesinmarket2013-07-192-2/+11
|
* removed gwinImageNext() since the image box widget now automatically takes ↵Joel Bodenmann2013-07-181-21/+2
| | | | care of animated images
* added list widget dummyJoel Bodenmann2013-07-173-0/+70
|
* added gwinImageNext()Joel Bodenmann2013-07-171-0/+20
|
* doxygen updateJoel Bodenmann2013-07-175-4/+14
|