Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent buffer overflow | Joel Bodenmann | 2015-08-14 | 1 | -0/+5 |
| | |||||
* | CleanUp | Joel Bodenmann | 2015-08-14 | 1 | -1/+0 |
| | |||||
* | Adding handler for the DELETE button to the TextEdit widget | Joel Bodenmann | 2015-08-14 | 1 | -1/+10 |
| | |||||
* | Optimizing string shift operations by using memcpy() | Joel Bodenmann | 2015-08-14 | 1 | -16/+6 |
| | |||||
* | First working Version of TextEdit widget | Joel Bodenmann | 2015-08-14 | 2 | -21/+129 |
| | |||||
* | Adding TextEdit rules | Joel Bodenmann | 2015-08-14 | 1 | -0/+8 |
| | |||||
* | Cleanup | Joel Bodenmann | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | First implementation of widget focus changing using the TAB key | Joel Bodenmann | 2015-08-14 | 1 | -25/+41 |
| | |||||
* | Adding gwinIsWidget() | Joel Bodenmann | 2015-08-13 | 2 | -8/+47 |
| | |||||
* | Adding gwinSetFocus() and gwinGetFocus() | Joel Bodenmann | 2015-08-13 | 2 | -1/+47 |
| | |||||
* | Compiler warning | Joel Bodenmann | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | Working on widget focus (not finished yet) | Joel Bodenmann | 2015-08-12 | 1 | -14/+37 |
| | |||||
* | First (simple) implementation of textbox behavior | Joel Bodenmann | 2015-08-12 | 1 | -4/+19 |
| | |||||
* | Adding TextEdit dummy widget (not implemented yet) | Joel Bodenmann | 2015-08-12 | 7 | -2/+190 |
| | |||||
* | Codingstyle | Joel Bodenmann | 2015-08-12 | 1 | -5/+7 |
| | |||||
* | Passing keyboard events to widgets (not finished yet) | Joel Bodenmann | 2015-08-12 | 13 | -0/+81 |
| | |||||
* | Doxygen update | Joel Bodenmann | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Improving progressbar doxygen | Joel Bodenmann | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Improving label documentation | Joel Bodenmann | 2015-06-18 | 1 | -3/+7 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 15 | -277/+313 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -2/+2 |
| | |||||
* | Fixing doxygen | Joel Bodenmann | 2015-05-16 | 1 | -1/+1 |
| | |||||
* | Add the ability to change a gwin list selection via the api | inmarket | 2015-04-30 | 2 | -0/+90 |
| | | | | Add the ability to scroll a particular item into the current view. | ||||
* | Workaround for dynamically sized labels crashing sometimes when the text ↵ | inmarket | 2015-04-29 | 1 | -3/+11 |
| | | | | | | size is changed. A real fix requires more work on the redraw handler. | ||||
* | Remove superfluous forward definition on a container. | inmarket | 2015-04-29 | 1 | -3/+0 |
| | |||||
* | Fix a bug in detecting the button area in a frame window | inmarket | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | Add GWIN virtual keyboard widget | inmarket | 2015-04-12 | 8 | -1/+731 |
| | |||||
* | 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 |
| | |