aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
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.
* 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
|
* list widget - work in progressJoel Bodenmann2013-07-251-2/+7
|
* fixed OS-X port (untested)Joel 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-2113-13/+13
|
* doxygen updatesJoel Bodenmann2013-07-213-1/+6
|
* 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-172-0/+65
|
* 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
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-063-0/+179
|
* 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-042-21/+18
|
* label work in progress - not working anymoreJoel Bodenmann2013-07-023-10/+25
|
* 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-018-14/+12
|\
| * 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
|/
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-248-46/+50
|
* License header updatesinmarket2013-06-159-9/+9
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-107-39/+86
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-087-491/+734
|
* GWIN fixesinmarket2013-06-061-0/+16
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-069-534/+552
|
* checkbox cleanupJoel Bodenmann2013-06-041-5/+1
|
* added custom render interface for checkboxesJoel Bodenmann2013-06-031-0/+11
|
* member state of checkbox is now called isCheckedJoel Bodenmann2013-06-021-3/+3
|
* some more checkbox fixesJoel Bodenmann2013-06-021-2/+3
|
* GWIN checkbox fixJoel Bodenmann2013-06-021-1/+0
|
* added default themeJoel Bodenmann2013-06-021-28/+9
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-022-4/+182
|
* API fixJoel Bodenmann2013-05-271-2/+2
|
* added slider enable/disable APIJoel Bodenmann2013-05-271-0/+24
|
* More GOS module changesinmarket2013-05-262-2/+45
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support