Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename a macro and fix some bugs | inmarket | 2013-09-25 | 1 | -5/+6 |
| | |||||
* | GDISP streaming bug fixes | inmarket | 2013-09-24 | 4 | -19/+88 |
| | | | | | Win32 bitmap support Win32 Rotation is back to front. Need to check touch and other drivers. | ||||
* | Scrolling emulation when not supported by hardware | inmarket | 2013-09-18 | 4 | -307/+604 |
| | | | | | | | Start of new multiple display support GDISP performance optimisations Documentation updates Win32 driver updates | ||||
* | GDISP revamp - stage 1 | inmarket | 2013-09-06 | 4 | -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. | inmarket | 2013-08-17 | 1 | -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 fonts | inmarket | 2013-08-17 | 1 | -2/+2 |
|\ | |||||
| * | doxygen fix | Joel Bodenmann | 2013-08-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 1 | -7/+39 |
|\| | |||||
| * | Add image support to GWIN Listboxes. | inmarket | 2013-08-01 | 1 | -6/+37 |
| | | | | | | | | Updated GWIN widgets demo to match. | ||||
| * | Add GWIN List multi-select support | inmarket | 2013-08-01 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into fonts | inmarket | 2013-08-01 | 3 | -17/+168 |
|\| | |||||
| * | Update GWIN list. | inmarket | 2013-08-01 | 1 | -1/+2 |
| | | | | | | | | | | Now supports item and page scrolling. A few bugs fixed. | ||||
| * | Update some GQUEUE prototypes | inmarket | 2013-08-01 | 1 | -3/+3 |
| | | |||||
| * | Add color blending to GDISP | inmarket | 2013-08-01 | 1 | -0/+13 |
| | | |||||
| * | list update | Joel Bodenmann | 2013-07-28 | 1 | -0/+6 |
| | | |||||
| * | cleanup | Joel Bodenmann | 2013-07-28 | 1 | -2/+2 |
| | | |||||
| * | list widget doxygen | Joel Bodenmann | 2013-07-28 | 1 | -1/+121 |
| | | |||||
| * | some more list work | Joel Bodenmann | 2013-07-27 | 1 | -0/+18 |
| | | |||||
| * | Integrate changes from master branch | inmarket | 2013-07-27 | 1 | -1/+0 |
| | | |||||
| * | list widget - work in progress | Joel Bodenmann | 2013-07-25 | 2 | -2/+8 |
| | | |||||
* | | Fix rule handling to help the end user get things right. | inmarket | 2013-07-29 | 1 | -1/+23 |
| | | | | | | | | Tidied up anti-alias where the hardware does not support pixel read-back. | ||||
* | | Vastly simplify GDISP mcufont interface code. | inmarket | 2013-07-29 | 5 | -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 PetteriAimonen | inmarket | 2013-07-28 | 6 | -254/+169 |
| | | |||||
* | | Linux change from Tectu | inmarket | 2013-07-28 | 1 | -0/+1 |
| | | |||||
* | | Finish osx fix. | inmarket | 2013-07-26 | 1 | -1/+0 |
|/ | |||||
* | compiler warnings | Joel Bodenmann | 2013-07-25 | 2 | -7/+2 |
| | |||||
* | fixed OS-X port (untested) | Joel Bodenmann | 2013-07-23 | 4 | -4/+4 |
| | |||||
* | removed POSIX, now having dedicated Linux and MAC OS-X ports | Joel Bodenmann | 2013-07-23 | 5 | -104/+17 |
| | |||||
* | POSIX port now became Linux and OSX | Joel Bodenmann | 2013-07-23 | 2 | -0/+193 |
| | |||||
* | posix doxygen fix | Joel Bodenmann | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | This image wrapper really is meant to be there and is used by some demo apps ↵ | inmarket | 2013-07-22 | 1 | -0/+33 |
| | | | | (notepad-2) | ||||
* | removed a forgotted GDISP wrapper call in GWIN | Joel Bodenmann | 2013-07-22 | 1 | -33/+0 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 55 | -55/+55 |
| | |||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 15 | -12/+37 |
| | |||||
* | Initial GOS port for POSIX (Linux). Untested. | inmarket | 2013-07-21 | 1 | -0/+77 |
| | |||||
* | Spelling mistake | inmarket | 2013-07-21 | 1 | -2/+2 |
| | |||||
* | Added gfxRealloc() | inmarket | 2013-07-20 | 3 | -0/+22 |
| | |||||
* | Image animation changes | inmarket | 2013-07-19 | 2 | -2/+11 |
| | |||||
* | removed gwinImageNext() since the image box widget now automatically takes ↵ | Joel Bodenmann | 2013-07-18 | 1 | -21/+2 |
| | | | | care of animated images | ||||
* | added list widget dummy | Joel Bodenmann | 2013-07-17 | 3 | -0/+70 |
| | |||||
* | added gwinImageNext() | Joel Bodenmann | 2013-07-17 | 1 | -0/+20 |
| | |||||
* | doxygen update | Joel Bodenmann | 2013-07-17 | 5 | -4/+14 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 11 | -191/+204 |
| | |||||
* | GDISP fix bug in non-multithread | inmarket | 2013-07-07 | 1 | -1/+0 |
| | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 4 | -1/+187 |
| | |||||
* | Remove widget structure members when they are not needed for input tracking | inmarket | 2013-07-06 | 4 | -25/+39 |
| | | | | Also doco update for Enabled Flag | ||||
* | Rename gwin base image function to avoid confusion with the image gwin object. | inmarket | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Make the enabled state available to all GWIN's - not just widgets. | inmarket | 2013-07-04 | 2 | -13/+23 |
| | |||||
* | Restore gwin base class image function | inmarket | 2013-07-04 | 1 | -0/+29 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 3 | -22/+24 |
| |