Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | inmarket | 2015-12-22 | 1 | -1/+0 |
* | Compiler warning | Joel Bodenmann | 2015-12-19 | 1 | -0/+2 |
* | Fixing textedit widget rendering | Joel Bodenmann | 2015-12-19 | 1 | -10/+14 |
* | Allowing the cursor to be set anywhere in the string of a TextEdit widget | Joel Bodenmann | 2015-12-13 | 1 | -1/+26 |
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
* | Doxygen (documenting each built-in rendering function for widgets) | Joel Bodenmann | 2015-11-03 | 1 | -3/+1 |
* | Typo | Joel Bodenmann | 2015-10-19 | 1 | -1/+1 |
* | Working TextEdit with on-screen keyboard (and real keyboard) | inmarket | 2015-10-13 | 1 | -110/+119 |
* | Add some keyboard widget support | inmarket | 2015-08-17 | 1 | -2/+2 |
* | Border fix | inmarket | 2015-08-16 | 1 | -1/+1 |
* | Compile fixes | inmarket | 2015-08-16 | 1 | -11/+9 |
* | Updates to focus. | inmarket | 2015-08-16 | 1 | -44/+16 |
* | Adding KEYUP events | Joel Bodenmann | 2015-08-16 | 1 | -0/+5 |
* | Typo | Joel Bodenmann | 2015-08-16 | 1 | -1/+1 |
* | Adding color to widget style for focused widgets | Joel Bodenmann | 2015-08-14 | 1 | -3/+12 |
* | Adding border option to TextEdit widget | Joel Bodenmann | 2015-08-14 | 1 | -4/+27 |
* | More work on the TextEdit | Joel Bodenmann | 2015-08-14 | 1 | -9/+12 |
* | 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 | 1 | -19/+122 |
* | Compiler warning | Joel Bodenmann | 2015-08-13 | 1 | -1/+1 |
* | 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 | 1 | -0/+113 |