Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Compile fixes | inmarket | 2015-08-16 | 2 | -15/+14 | |
| | ||||||
* | Updates to focus. | inmarket | 2015-08-16 | 7 | -180/+250 | |
| | ||||||
* | Coding style, comments, duplicate symbols and other minor fixes | inmarket | 2015-08-16 | 4 | -26/+16 | |
| | ||||||
* | Adding keyboard event handler to checkbox widget | Joel Bodenmann | 2015-08-16 | 1 | -1/+18 | |
| | ||||||
* | Adding keyboard event handler to button widget | Joel Bodenmann | 2015-08-16 | 1 | -1/+19 | |
| | ||||||
* | Adding KEYUP events | Joel Bodenmann | 2015-08-16 | 2 | -1/+11 | |
| | ||||||
* | Typo | Joel Bodenmann | 2015-08-16 | 1 | -1/+1 | |
| | ||||||
* | Improving doxygen | Joel Bodenmann | 2015-08-16 | 3 | -92/+97 | |
| | ||||||
* | Adding color to widget style for focused widgets | Joel Bodenmann | 2015-08-14 | 3 | -11/+23 | |
| | ||||||
* | Adding missing break statement | Joel Bodenmann | 2015-08-14 | 1 | -1/+1 | |
| | ||||||
* | Adding border option to TextEdit widget | Joel Bodenmann | 2015-08-14 | 2 | -5/+40 | |
| | ||||||
* | More work on the TextEdit | Joel Bodenmann | 2015-08-14 | 2 | -9/+22 | |
| | ||||||
* | 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 | |
| |