Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Background images on GWIN containers had cx and cy interposed. | inmarket | 2015-02-28 | 3 | -3/+3 |
| | |||||
* | Compile warning fix for GWIN tabset | inmarket | 2015-02-23 | 1 | -0/+2 |
| | |||||
* | Big improvements to GWIN arrow button drawing. | inmarket | 2015-02-14 | 1 | -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. | inmarket | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Add the ability to flash a gwin window/widget. | inmarket | 2015-01-25 | 6 | -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. | inmarket | 2015-01-23 | 2 | -0/+42 |
| | | | | Updated the widgets demo to show this. | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 11 | -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. | inmarket | 2015-01-03 | 6 | -1/+787 |
| | | | | Widgets demo updated to (optionally) use the new tabset. | ||||
* | Fix macro problems for gwinShow, gwinHide etc | inmarket | 2015-01-03 | 1 | -4/+4 |
| | |||||
* | Small fix for a progressbar | inmarket | 2015-01-03 | 1 | -1/+2 |
| | |||||
* | Fix a serious problem with moving and sizing containers, and some visibility ↵ | inmarket | 2015-01-03 | 2 | -58/+102 |
| | | | | issues | ||||
* | Safety protection in creation of extended GWIN types. | inmarket | 2015-01-03 | 1 | -0/+6 |
| | |||||
* | Fix 1 pixel display error in checkbox for text on left rendering. | inmarket | 2014-12-16 | 1 | -1/+13 |
| | | | | Also add better comments to code. | ||||
* | Updates to the slider to fix positioning issues. | inmarket | 2014-12-13 | 2 | -15/+59 |
| | | | | Also fixes negative ranges, ranges > 65536 and very small ranges. | ||||
* | Extended slider events. Updated the demo to match. | inmarket | 2014-12-06 | 2 | -60/+122 |
| | | | | Actually reduced code size :) | ||||
* | Fix compiler warnings. | inmarket | 2014-11-15 | 1 | -2/+2 |
| | |||||
* | Adding missing GWIN wrapper for ArcSectors functions | Joel Bodenmann | 2014-10-28 | 2 | -1/+63 |
| | |||||
* | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
|\ | |||||
| * | compiler warning | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
|\| | |||||
| * | GWIN list toggle bug compile error fix | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
| | | |||||
| * | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 1 | -1/+1 |
| | | |||||
* | | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-09-29 | 2 | -26/+22 |
|\| | |||||
| * | Progress bar optimisation. | inmarket | 2014-09-29 | 2 | -26/+22 |
| | | |||||
* | | some more doxygen fixes | Joel Bodenmann | 2014-09-28 | 1 | -10/+0 |
| | | |||||
* | | New mouse updates. Just need a driver now. | inmarket | 2014-09-25 | 2 | -11/+9 |
|/ | |||||
* | Fix frame window logic bug and compile bug | inmarket | 2014-08-21 | 1 | -2/+3 |
| | |||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 33 | -85/+103 |
| | |||||
* | Create a generic GWIN event. | inmarket | 2014-08-20 | 15 | -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 + demo | inmarket | 2014-08-20 | 5 | -3/+254 |
| | |||||
* | whitespaces | Joel Bodenmann | 2014-08-18 | 1 | -2/+2 |
| | |||||
* | Update the simple container to support custom draws such as transparent ↵ | inmarket | 2014-08-16 | 2 | -13/+90 |
| | | | | client area or tiled image client area. | ||||
* | frame window fixes | inmarket | 2014-08-16 | 1 | -7/+9 |
| | |||||
* | Update the frame window to use much less RAM and also to support transparent ↵ | inmarket | 2014-08-16 | 2 | -217/+286 |
| | | | | and tiled image backgrounds | ||||
* | Fix the window manager to reveal windows behind a window that is made invisible. | inmarket | 2014-08-16 | 1 | -3/+17 |
| | |||||
* | Fix visibility issues associated with a window destroy. | inmarket | 2014-08-16 | 2 | -2/+23 |
| | |||||
* | Add extra widget flags especially for widget flag range checking. | inmarket | 2014-08-16 | 1 | -0/+2 |
| | |||||
* | Adjust code styling to match all other code | inmarket | 2014-08-08 | 1 | -2/+1 |
| | |||||
* | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-07 | 1 | -18/+25 |
|\ | |||||
| * | Any visible window that obscures another window now prevents the underlying ↵ | inmarket | 2014-08-07 | 1 | -18/+25 |
| | | | | | | | | window from receiving mouse event. | ||||
* | | Added optional transparency to container | Joel Bodenmann | 2014-08-07 | 2 | -5/+10 |
|/ | |||||
* | Some improvements for the Kiel C compiler | inmarket | 2014-07-29 | 1 | -0/+4 |
| | |||||
* | typo | inmarket | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | Add widget tag support (and fix a couple of doxygen problems) | inmarket | 2014-07-15 | 13 | -3/+95 |
| | |||||
* | Only destroy the listener in a frame window if it actually was initialised. | inmarket | 2014-07-15 | 1 | -2/+4 |
| | |||||
* | Thick line support is only available if Polygon drawing is available | inmarket | 2014-07-15 | 2 | -24/+22 |
| | |||||
* | Added gwinDrawThickLine() wrapper for corresponding GDISP call | Joel Bodenmann | 2014-07-11 | 2 | -0/+24 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2014-07-05 | 1 | -1/+1 |
| | |||||
* | Frame widget doxygen fix | Joel Bodenmann | 2014-07-04 | 1 | -3/+2 |
| |