aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/frame.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-322/+0
|
* Create a generic GWIN event.inmarket2014-08-201-0/+1
| | | | | | 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.
* whitespacesJoel Bodenmann2014-08-181-2/+2
|
* frame window fixesinmarket2014-08-161-7/+9
|
* Update the frame window to use much less RAM and also to support transparent ↵inmarket2014-08-161-185/+228
| | | | and tiled image backgrounds
* typoinmarket2014-07-161-1/+1
|
* Only destroy the listener in a frame window if it actually was initialised.inmarket2014-07-151-2/+4
|
* Remove compiler warninginmarket2014-05-301-0/+6
|
* fixing frame close button actionJoel Bodenmann2014-05-301-1/+1
|
* frame widget render improvementsJoel Bodenmann2014-05-301-6/+48
|
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-7/+0
|
* Container and Frame updates.inmarket2014-05-111-26/+24
| | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight()
* frame fixesinmarket2014-05-111-10/+10
|
* frame rendering bug fixJoel Bodenmann2014-05-101-1/+1
|
* All compiling.inmarket2014-05-101-69/+61
| | | | Containers and Frames still to be tested.
* Multiple changes to GWIN to support containers.inmarket2014-05-101-5/+1
|
* Revert "ggroup compilable"Joel Bodenmann2014-02-011-25/+87
| | | | This reverts commit 935e949af94a3a80beb2c462ae425e4388fe2277.
* ggroup compilableJoel Bodenmann2014-01-291-87/+25
|
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-081-0/+1
|
* destroy routine of frame widget deregisters button callbacksJoel Bodenmann2014-01-071-3/+2
|
* implemented button callback in frame widgetJoel Bodenmann2014-01-071-1/+38
|
* GFrame code cleanup - buttons need to be implementedJoel Bodenmann2014-01-071-21/+0
|
* frame cleanupJoel Bodenmann2014-01-061-12/+11
|
* initial version of frames - still work in progress, DO NOT USE!!!Joel Bodenmann2014-01-061-0/+232