| Commit message (Expand) | 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 |
* | 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 |
* | Implement a "Toggle Button" using a checkbox with a custom draw. | inmarket | 2015-01-23 | 2 | -0/+42 |
* | Big file rename to reduce problems with brain-dead IDE's that don't handle pr... | inmarket | 2015-01-21 | 11 | -10/+10 |
* | New Tabset Widget. | inmarket | 2015-01-03 | 6 | -1/+787 |
* | 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 |
* | 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 |
* | Updates to the slider to fix positioning issues. | inmarket | 2014-12-13 | 2 | -15/+59 |
* | Extended slider events. Updated the demo to match. | inmarket | 2014-12-06 | 2 | -60/+122 |
* | 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 |
* | 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 clien... | inmarket | 2014-08-16 | 2 | -13/+90 |
* | 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 |
* | 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 w... | inmarket | 2014-08-07 | 1 | -18/+25 |
* | | 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 |