aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* New Tabset Widget.inmarket2015-01-036-1/+787
| | | | Widgets demo updated to (optionally) use the new tabset.
* Fix macro problems for gwinShow, gwinHide etcinmarket2015-01-031-4/+4
|
* Small fix for a progressbarinmarket2015-01-031-1/+2
|
* Fix a serious problem with moving and sizing containers, and some visibility ↵inmarket2015-01-032-58/+102
| | | | issues
* Safety protection in creation of extended GWIN types.inmarket2015-01-031-0/+6
|
* Fix 1 pixel display error in checkbox for text on left rendering.inmarket2014-12-161-1/+13
| | | | Also add better comments to code.
* Updates to the slider to fix positioning issues.inmarket2014-12-132-15/+59
| | | | Also fixes negative ranges, ranges > 65536 and very small ranges.
* Extended slider events. Updated the demo to match.inmarket2014-12-062-60/+122
| | | | Actually reduced code size :)
* Fix compiler warnings.inmarket2014-11-151-2/+2
|
* Adding missing GWIN wrapper for ArcSectors functionsJoel Bodenmann2014-10-282-1/+63
|
* Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-1/+1
|\
| * compiler warningJoel Bodenmann2014-10-261-1/+1
| |
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-2/+2
|\|
| * GWIN list toggle bug compile error fixJoel Bodenmann2014-10-261-2/+2
| |
| * Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-091-1/+1
| |
* | Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-091-1/+1
| |
* | Merge branch 'master' into newmouseinmarket2014-09-292-26/+22
|\|
| * Progress bar optimisation.inmarket2014-09-292-26/+22
| |
* | some more doxygen fixesJoel Bodenmann2014-09-281-10/+0
| |
* | New mouse updates. Just need a driver now.inmarket2014-09-252-11/+9
|/
* Fix frame window logic bug and compile buginmarket2014-08-211-2/+3
|
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-2033-85/+103
|
* Create a generic GWIN event.inmarket2014-08-2015-82/+116
| | | | | | 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.
* GL3D GWIN window + demoinmarket2014-08-205-3/+254
|
* whitespacesJoel Bodenmann2014-08-181-2/+2
|
* Update the simple container to support custom draws such as transparent ↵inmarket2014-08-162-13/+90
| | | | client area or tiled image client area.
* frame window fixesinmarket2014-08-161-7/+9
|
* Update the frame window to use much less RAM and also to support transparent ↵inmarket2014-08-162-217/+286
| | | | and tiled image backgrounds
* Fix the window manager to reveal windows behind a window that is made invisible.inmarket2014-08-161-3/+17
|
* Fix visibility issues associated with a window destroy.inmarket2014-08-162-2/+23
|
* Add extra widget flags especially for widget flag range checking.inmarket2014-08-161-0/+2
|
* Adjust code styling to match all other codeinmarket2014-08-081-2/+1
|
* Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-08-071-18/+25
|\
| * Any visible window that obscures another window now prevents the underlying ↵inmarket2014-08-071-18/+25
| | | | | | | | window from receiving mouse event.
* | Added optional transparency to containerJoel Bodenmann2014-08-072-5/+10
|/
* Some improvements for the Kiel C compilerinmarket2014-07-291-0/+4
|
* typoinmarket2014-07-161-1/+1
|
* Add widget tag support (and fix a couple of doxygen problems)inmarket2014-07-1513-3/+95
|
* Only destroy the listener in a frame window if it actually was initialised.inmarket2014-07-151-2/+4
|
* Thick line support is only available if Polygon drawing is availableinmarket2014-07-152-24/+22
|
* Added gwinDrawThickLine() wrapper for corresponding GDISP callJoel Bodenmann2014-07-112-0/+24
|
* doxygen fixJoel Bodenmann2014-07-051-1/+1
|
* Frame widget doxygen fixJoel Bodenmann2014-07-041-3/+2
|
* checkbox c++ fixJoel Bodenmann2014-06-301-0/+8
|
* macro typoJoel Bodenmann2014-06-251-1/+1
|
* 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
|
* GWIN: Make sure invisible windows are redrawn before visible windows.inmarket2014-05-224-79/+121
| | | | Redrawing compile options made visible for the user project.
* Significant changes to the window redrawing methodology.inmarket2014-05-2114-636/+832
| | | | | 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.