Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 1 | -322/+0 |
| | |||||
* | Create a generic GWIN event. | inmarket | 2014-08-20 | 1 | -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. | ||||
* | whitespaces | Joel Bodenmann | 2014-08-18 | 1 | -2/+2 |
| | |||||
* | frame window fixes | inmarket | 2014-08-16 | 1 | -7/+9 |
| | |||||
* | Update the frame window to use much less RAM and also to support transparent ↵ | inmarket | 2014-08-16 | 1 | -185/+228 |
| | | | | and tiled image backgrounds | ||||
* | typo | inmarket | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Only destroy the listener in a frame window if it actually was initialised. | inmarket | 2014-07-15 | 1 | -2/+4 |
| | |||||
* | Remove compiler warning | inmarket | 2014-05-30 | 1 | -0/+6 |
| | |||||
* | fixing frame close button action | Joel Bodenmann | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | frame widget render improvements | Joel Bodenmann | 2014-05-30 | 1 | -6/+48 |
| | |||||
* | Reworking the GWIN doxygen documentation. | Joel Bodenmann | 2014-05-20 | 1 | -7/+0 |
| | |||||
* | Container and Frame updates. | inmarket | 2014-05-11 | 1 | -26/+24 |
| | | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight() | ||||
* | frame fixes | inmarket | 2014-05-11 | 1 | -10/+10 |
| | |||||
* | frame rendering bug fix | Joel Bodenmann | 2014-05-10 | 1 | -1/+1 |
| | |||||
* | All compiling. | inmarket | 2014-05-10 | 1 | -69/+61 |
| | | | | Containers and Frames still to be tested. | ||||
* | Multiple changes to GWIN to support containers. | inmarket | 2014-05-10 | 1 | -5/+1 |
| | |||||
* | Revert "ggroup compilable" | Joel Bodenmann | 2014-02-01 | 1 | -25/+87 |
| | | | | This reverts commit 935e949af94a3a80beb2c462ae425e4388fe2277. | ||||
* | ggroup compilable | Joel Bodenmann | 2014-01-29 | 1 | -87/+25 |
| | |||||
* | destroy routine of frame widget deregisters button callbacks | Joel Bodenmann | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | destroy routine of frame widget deregisters button callbacks | Joel Bodenmann | 2014-01-07 | 1 | -3/+2 |
| | |||||
* | implemented button callback in frame widget | Joel Bodenmann | 2014-01-07 | 1 | -1/+38 |
| | |||||
* | GFrame code cleanup - buttons need to be implemented | Joel Bodenmann | 2014-01-07 | 1 | -21/+0 |
| | |||||
* | frame cleanup | Joel Bodenmann | 2014-01-06 | 1 | -12/+11 |
| | |||||
* | initial version of frames - still work in progress, DO NOT USE!!! | Joel Bodenmann | 2014-01-06 | 1 | -0/+232 |