aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* Fixing doxygenJoel Bodenmann2015-05-161-2/+2
|
* Fixing doxygenJoel Bodenmann2015-05-161-2/+2
|
* Fixing doxygenJoel Bodenmann2015-05-161-1/+1
|
* Add the ability to change a gwin list selection via the apiinmarket2015-04-302-0/+90
| | | | Add the ability to scroll a particular item into the current view.
* Workaround for dynamically sized labels crashing sometimes when the text ↵inmarket2015-04-291-3/+11
| | | | | | size is changed. A real fix requires more work on the redraw handler.
* Remove superfluous forward definition on a container.inmarket2015-04-291-3/+0
|
* Fix a bug in detecting the button area in a frame windowinmarket2015-04-291-1/+1
|
* Add GWIN virtual keyboard widgetinmarket2015-04-128-1/+731
|
* Background images on GWIN containers had cx and cy interposed.inmarket2015-02-283-3/+3
|
* Compile warning fix for GWIN tabsetinmarket2015-02-231-0/+2
|
* Big improvements to GWIN arrow button drawing.inmarket2015-02-141-30/+142
| | | | | | Some symmetry issues fixed. Now optionally support exact 45 degree arrow heads. With 45 degree arrow heads if the height/width ratios are right a triangular button is produced.
* Toggle fixes.inmarket2015-02-141-1/+1
|
* Add the ability to flash a gwin window/widget.inmarket2015-01-256-2/+163
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Implement a "Toggle Button" using a checkbox with a custom draw.inmarket2015-01-232-0/+42
| | | | Updated the widgets demo to show this.
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-2111-10/+10
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* 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
|/