aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwm.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-847/+0
|
* Fix the window manager to reveal windows behind a window that is made invisible.inmarket2014-08-161-3/+17
|
* GWIN: Make sure invisible windows are redrawn before visible windows.inmarket2014-05-221-71/+78
| | | | Redrawing compile options made visible for the user project.
* Significant changes to the window redrawing methodology.inmarket2014-05-211-99/+612
| | | | | 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.
* Container and Frame updates.inmarket2014-05-111-20/+26
| | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight()
* frame fixesinmarket2014-05-111-2/+4
|
* 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