aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-0711-191/+204
|
* GDISP fix bug in non-multithreadinmarket2013-07-071-1/+0
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-064-1/+187
|
* Remove widget structure members when they are not needed for input trackinginmarket2013-07-064-25/+39
| | | | Also doco update for Enabled Flag
* Rename gwin base image function to avoid confusion with the image gwin object.inmarket2013-07-041-1/+1
|
* Make the enabled state available to all GWIN's - not just widgets.inmarket2013-07-042-13/+23
|
* Restore gwin base class image functioninmarket2013-07-041-0/+29
|
* Label, Image and Window Manager changesinmarket2013-07-043-22/+24
|
* label work in progress - not working anymoreJoel Bodenmann2013-07-024-11/+26
|
* wipJoel Bodenmann2013-07-021-3/+15
|
* GLabel work in progressJoel Bodenmann2013-07-012-0/+59
|
* small doxygen fixesJoel Bodenmann2013-07-011-3/+1
|
* image doxygen fixJoel Bodenmann2013-07-011-3/+3
|
* image widget first releaseJoel Bodenmann2013-07-012-30/+86
|
* Merge branch 'GWIN' into imageinmarket2013-07-019-15/+26
|\
| * Merge branch 'master' into GWINinmarket2013-07-011-1/+14
| |\
| | * Add gdispImageIsOpen() function.inmarket2013-07-011-1/+14
| | |
| * | GWIN Init structures are const (read-only to GWIN)inmarket2013-07-018-14/+12
| | |
* | | image widget implementation work in progressJoel Bodenmann2013-07-012-0/+52
|/ /
* | Merge remote-tracking branch 'origin/master' into GWINinmarket2013-07-011-1/+1
|\|
| * gdisp: fixed bug in line drawing functionMateusz Tomaszkiewicz2013-06-261-1/+1
| | | | | | | | | | | | | | | | There was a problem when you drew a line from (x0,y0) to (x1,y1) and these points met following conditions: y0 = y1 and x0 > x1. The viewport was set incorrectly to start from (x0,y1) when it should start from (x1,y0) since x1 is lower in this case. (x1,y1) would be also OK since y0 = y1.
* | GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-248-46/+50
| |