aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing compiler warnings/errorsJoel Bodenmann2015-10-211-12/+15
|
* Fixing doxygenJoel Bodenmann2015-05-161-1/+1
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+400
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-375/+0
|
* Create a generic GWIN event.inmarket2014-08-201-33/+34
| | | | | | The frame now sends a GEVENT_GWIN_CLOSE event on closing. Unfortunately some gwin events have had a field renamed in order to generalise the structure. Demo's updated to match.
* Fix visibility issues associated with a window destroy.inmarket2014-08-161-1/+8
|
* Thick line support is only available if Polygon drawing is availableinmarket2014-07-151-6/+5
|
* Added gwinDrawThickLine() wrapper for corresponding GDISP callJoel Bodenmann2014-07-111-0/+6
|
* Significant changes to the window redrawing methodology.inmarket2014-05-211-342/+59
| | | | | Move and Resize should probably work for containers now Still to be tested - nested containers, progressbar timers while redrawing its container, move/resize on containers.
* Visible and Enabled GWIN bug fixinmarket2014-05-111-2/+2
|
* frame fixesinmarket2014-05-111-1/+1
|
* 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
|