aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwm.c
Commit message (Collapse)AuthorAgeFilesLines
* All compiling.inmarket2014-05-101-9/+25
| | | | Containers and Frames still to be tested.
* Multiple changes to GWIN to support containers.inmarket2014-05-101-35/+83
|
* GWIN window manager comment updatesinmarket2014-05-091-4/+4
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-1/+7
|
* Use the GTimer thread for full screen redraws when available to save ↵inmarket2013-11-171-0/+21
| | | | application stack space.
* Add support to GWIN for a routine that can redraw an entire display (subject ↵inmarket2013-11-161-32/+45
| | | | | | 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-11/+11
| | | | You can now create windows on multiple displays.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-1/+40
|
* Fix window manager buginmarket2013-07-061-10/+8
| | | | Window are was not being cleared properly when something was made invisible
* Label, Image and Window Manager changesinmarket2013-07-041-12/+32
|
* GWIN reduce Initialisation parameters and fix visibility issuesinmarket2013-06-241-3/+3
|
* License header updatesinmarket2013-06-151-1/+1
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-081-0/+144