aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Multiple changes to GWIN to support containers.inmarket2014-05-101-182/+174
|
* Merge branch 'master' into gwininmarket2014-05-091-5/+11
|\
| * GWIN creation and destruction bug fixesinmarket2014-05-091-1/+4
| |
| * Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-091-0/+8
| | | | | | | | | | | | structures. Incorporate into demo's
* | Merge branch 'master' into gwininmarket2014-02-191-1/+1
|\|
| * Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-021-1/+16
|\|
| * added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-1/+16
| |
| * whitespacesJoel Bodenmann2014-02-021-0/+2
| |
* | fixJoel Bodenmann2014-02-021-6/+6
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-02-021-1/+1
|\|
| * removing casts of gfxAlloc() return value as that is the whole idea behind ↵Joel Bodenmann2014-02-021-1/+1
| | | | | | | | having a void pointer
* | gwinClear()Joel Bodenmann2014-01-071-8/+12
| |
* | gwinRedrawChildren()Joel Bodenmann2014-01-061-0/+6
| |
* | gwinDestroy() does now redraw the parent if anyJoel Bodenmann2014-01-051-6/+9
| |
* | gwinDestroy() and gwinRemoveChild()Joel Bodenmann2014-01-051-11/+39
| |
* | some progressJoel Bodenmann2014-01-051-0/+1
| |
* | now using absolute coordinates inside the windowJoel Bodenmann2014-01-051-23/+7
| |
* | some progressJoel Bodenmann2014-01-051-4/+22
| |
* | fixed gwinDestroy() and added gwinGetAbsoluteCoordinates()Joel Bodenmann2014-01-051-5/+26
| |
* | whitespacesJoel Bodenmann2014-01-041-2/+2
| |
* | 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
|