aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.c
Commit message (Collapse)AuthorAgeFilesLines
* gwinDestroy(), gwinGetFirstChild() and gwinGetNextChild()Joel Bodenmann2014-01-041-4/+21
|
* whitespacesJoel Bodenmann2014-01-041-1/+2
|
* optimized gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-6/+4
|
* working gwinGetVisible() and gwinGetEnabled()Joel Bodenmann2014-01-041-4/+16
|
* added experimental gwinGetEnabled()Joel Bodenmann2014-01-041-1/+11
|
* basic implementation of parent/child (no flag handling done yet)Joel Bodenmann2014-01-041-0/+29
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-181-2/+11
| | | | contain bugs
* Fix compile errorinmarket2013-11-231-1/+1
|
* Add support to GWIN for a routine that can redraw an entire display (subject ↵inmarket2013-11-161-60/+43
| | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code.
* Add multiple display support to GWIN.inmarket2013-10-241-49/+50
| | | | You can now create windows on multiple displays.
* Fix bug where freed memory is written to.inmarket2013-09-191-3/+4
|
* Fix compile error in gwinGetPixelColor()inmarket2013-07-291-1/+1
|
* This image wrapper really is meant to be there and is used by some demo apps ↵inmarket2013-07-221-0/+12
| | | | (notepad-2)
* removed a forgotted GDISP wrapper call in GWINJoel Bodenmann2013-07-221-12/+0
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* Fix enabled visibility buginmarket2013-07-071-2/+2
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-57/+17
|
* 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/+28
|
* Restore gwin base class image functioninmarket2013-07-041-0/+12
|
* Label, Image and Window Manager changesinmarket2013-07-041-0/+18
|
* label work in progress - not working anymoreJoel Bodenmann2013-07-021-0/+4
|
* image widget first releaseJoel Bodenmann2013-07-011-12/+0
|
* GWIN Init structures are const (read-only to GWIN)inmarket2013-07-011-3/+3
|
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-241-26/+28
|
* License header updatesinmarket2013-06-151-1/+1
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-2/+7
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-38/+252
|
* GWIN fixesinmarket2013-06-061-2/+12
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-061-73/+37
|
* GOS module, for operating system independanceinmarket2013-05-251-6/+5
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-201-0/+4
|
* updated license headersJoel Bodenmann2013-05-031-25/+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/+15
| | | | | | | 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/+15
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-373/+117
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* Fix compiler warningAndrew Hannam2013-03-081-1/+1
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* Fix to allow destroying of gwin buttonsAndrew Hannam2013-03-021-544/+546
|
* more doxygenJoel Bodenmann2012-12-181-1/+1
|
* doxygen fixJoel Bodenmann2012-12-181-2/+4
|
* RestructureAndrew Hannam2012-12-061-0/+542
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.