aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/gwin.h
Commit message (Collapse)AuthorAgeFilesLines
* moved include headers to correct locationJoel Bodenmann2013-10-281-8/+0
|
* Add multiple display support to GWIN.inmarket2013-10-241-1/+4
| | | | You can now create windows on multiple displays.
* 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-211-1/+1
|
* doxygen updatesJoel Bodenmann2013-07-211-1/+0
|
* added list widget dummyJoel Bodenmann2013-07-171-0/+4
|
* doxygen updateJoel Bodenmann2013-07-171-1/+7
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-33/+50
|
* 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-041-0/+23
|
* Restore gwin base class image functioninmarket2013-07-041-0/+29
|
* Label, Image and Window Manager changesinmarket2013-07-041-0/+14
|
* label work in progress - not working anymoreJoel Bodenmann2013-07-021-1/+9
|
* GLabel work in progressJoel Bodenmann2013-07-011-0/+4
|
* small doxygen fixesJoel Bodenmann2013-07-011-3/+1
|
* image widget first releaseJoel Bodenmann2013-07-011-29/+0
|
* Merge branch 'GWIN' into imageinmarket2013-07-011-1/+1
|\
| * GWIN Init structures are const (read-only to GWIN)inmarket2013-07-011-1/+1
| |
* | image widget implementation work in progressJoel Bodenmann2013-07-011-0/+5
|/
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-241-6/+17
|
* License header updatesinmarket2013-06-151-1/+1
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-0/+1
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-376/+568
|
* GWIN fixesinmarket2013-06-061-0/+16
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-061-66/+51
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-021-4/+5
|
* doxygen fixJoel Bodenmann2013-05-201-0/+1
|
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-201-0/+23
|
* added gwin enabled parameter and implemented button enable/disable functionsJoel Bodenmann2013-05-201-0/+1
|
* Reinsertion of doxygen headersAndrew Hannam2013-05-061-0/+18
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-031-33/+3
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* Create generic GWIN Draw routineAndrew Hannam2013-04-061-0/+10
| | | | | | | For some GWIN controls they support a Draw() routine. For those controls the base class now supports a generic Draw routine which will call their specific Draw routine. The only GWIN's with a Draw routine currently are Buttons and Sliders.
* GWIN slider + image supportAndrew Hannam2013-04-061-0/+24
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-186/+503
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+186
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-186/+0
|
* more doxygenJoel Bodenmann2012-12-181-1/+1
|
* some more doxygenJoel Bodenmann2012-12-181-0/+8
|
* doxygen fixJoel Bodenmann2012-12-181-1/+4
|
* RestructureAndrew Hannam2012-12-061-0/+175
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.