Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 99 | -711/+727 |
* | More thread return fixes | inmarket | 2015-10-23 | 4 | -4/+14 |
* | Adding new THREAD_RETURN macro to other ports | Joel Bodenmann | 2015-10-23 | 8 | -0/+8 |
* | Fixing compiler warning/error | Joel Bodenmann | 2015-10-23 | 1 | -1/+2 |
* | Fixing more inlinings | Joel Bodenmann | 2015-10-21 | 1 | -4/+4 |
* | Fixing compiler warnings/errors | Joel Bodenmann | 2015-10-21 | 1 | -12/+15 |
* | Fixing typo in macro | Joel Bodenmann | 2015-10-20 | 1 | -2/+2 |
* | Moving INLINE macro to gfx.h main file as inlined functions are also used out... | Joel Bodenmann | 2015-10-20 | 2 | -12/+12 |
* | Fixing compiler warnings in STM32F746-Discovery board files | Joel Bodenmann | 2015-10-20 | 2 | -40/+35 |
* | Fixing wrong macro default value definition | Joel Bodenmann | 2015-10-20 | 1 | -1/+1 |
* | Fixing compiler warning "assignment in condition" (ARMCC) | Joel Bodenmann | 2015-10-19 | 1 | -1/+2 |
* | 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 |
* | Merge branch 'TextEdit' | inmarket | 2015-10-13 | 29 | -119/+1096 |
|\ | |||||
| * | Doco | inmarket | 2015-10-13 | 1 | -1/+1 |
| * | Working TextEdit with on-screen keyboard (and real keyboard) | inmarket | 2015-10-13 | 4 | -120/+135 |
| * | Stop overwriting by the bounce ball when switching away from it in the applic... | inmarket | 2015-10-06 | 1 | -2/+3 |
| * | Spacing fix | inmarket | 2015-10-06 | 1 | -1/+1 |
| * | Merge branch 'master' into TextEdit | inmarket | 2015-10-06 | 38 | -3033/+3920 |
| |\ | |||||
| * | | Minor update | inmarket | 2015-10-05 | 2 | -2/+2 |
| * | | Merge branch 'master' into TextEdit | inmarket | 2015-09-18 | 21 | -2702/+4343 |
| |\ \ | |||||
| * | | | Add support for SH1106 in the SSD1306 driver | inmarket | 2015-09-18 | 2 | -0/+9 |
| * | | | Another fix to gdriver | inmarket | 2015-08-18 | 1 | -6/+7 |
| * | | | Merge branch 'master' into TextEdit | Joel Bodenmann | 2015-08-17 | 1 | -2/+4 |
| |\ \ \ | |||||
| * | | | | Adding new studio JSON file containing focus field for widget styles | Joel Bodenmann | 2015-08-16 | 1 | -0/+483 |
| * | | | | Merge branch 'master' into TextEdit | Joel Bodenmann | 2015-08-16 | 8 | -18/+19 |
| |\ \ \ \ | |||||
| * | | | | | Add some keyboard widget support | inmarket | 2015-08-17 | 17 | -38/+73 |
| * | | | | | Adding GWIN_FOCUS_HIGHLIGHT_WIDTH | Joel Bodenmann | 2015-08-16 | 4 | -2/+14 |
| * | | | | | 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 | 3 | -18/+17 |
| * | | | | | Updates to focus. | inmarket | 2015-08-16 | 9 | -184/+261 |
| * | | | | | Coding style, comments, duplicate symbols and other minor fixes | inmarket | 2015-08-16 | 7 | -41/+20 |
| * | | | | | 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 | 4 | -95/+100 |
| * | | | | | Adding color to widget style for focused widgets | Joel Bodenmann | 2015-08-14 | 4 | -11/+24 |
| * | | | | | Adding missing break statement | Joel Bodenmann | 2015-08-14 | 1 | -1/+1 |
| * | | | | | Adding TextEdit demo | Joel Bodenmann | 2015-08-14 | 3 | -0/+213 |
| * | | | | | Adding border option to TextEdit widget | Joel Bodenmann | 2015-08-14 | 2 | -5/+40 |
| * | | | | | More work on the TextEdit | Joel Bodenmann | 2015-08-14 | 5 | -13/+58 |
| * | | | | | Adding more font metrics | Joel Bodenmann | 2015-08-14 | 2 | -1/+5 |
| * | | | | | 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 |