aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gcontainer.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-201/+0
|
* Update the simple container to support custom draws such as transparent ↵inmarket2014-08-161-12/+63
| | | | client area or tiled image client area.
* Adjust code styling to match all other codeinmarket2014-08-081-2/+1
|
* Added optional transparency to containerJoel Bodenmann2014-08-071-5/+9
|
* Significant changes to the window redrawing methodology.inmarket2014-05-211-40/+0
| | | | | 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.
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-201-7/+1
|
* Container and Frame updates.inmarket2014-05-111-6/+30
| | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight()
* All compiling.inmarket2014-05-101-0/+98
| | | | Containers and Frames still to be tested.
* Multiple changes to GWIN to support containers.inmarket2014-05-101-0/+71