Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing compiler warnings/errors | Joel Bodenmann | 2015-10-21 | 1 | -12/+15 |
| | |||||
* | Fixing wrong macro default value definition | Joel Bodenmann | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Adding boarder highlight if focused to checkbox widget | Joel Bodenmann | 2015-10-19 | 1 | -0/+6 |
| | |||||
* | Fixing checkbox keyboard handler | Joel Bodenmann | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Adding boarder highlight if focused to button widget | Joel Bodenmann | 2015-10-19 | 1 | -0/+6 |
| | |||||
* | Typo | Joel Bodenmann | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Doco | inmarket | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Working TextEdit with on-screen keyboard (and real keyboard) | inmarket | 2015-10-13 | 4 | -120/+135 |
| | |||||
* | Add some keyboard widget support | inmarket | 2015-08-17 | 14 | -18/+37 |
| | |||||
* | Adding GWIN_FOCUS_HIGHLIGHT_WIDTH | Joel Bodenmann | 2015-08-16 | 2 | -2/+12 |
| | |||||
* | Border fix | inmarket | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Another compile fix | inmarket | 2015-08-16 | 1 | -2/+0 |
| | |||||
* | 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. |