Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warning removal as supplied by woodstck | inmarket | 2015-11-25 | 2 | -2/+2 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 22 | -43/+43 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | More compiler specific stuff | inmarket | 2015-11-18 | 1 | -4/+0 |
| | |||||
* | Fixing conflicting type qualifiers for ‘VirtualKeyboard_English1’ | Joel Bodenmann | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Removing superfluous paranthesis | Joel Bodenmann | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | Fix virtual keyboard | Woody Hawthorne | 2015-11-15 | 2 | -3/+3 |
| | |||||
* | Fixing typo in macros | Joel Bodenmann | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | Fix compiler detection for Keil uVision V5 | inmarket | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | More compiler define fixes | inmarket | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | Fixing compiler errors for non-GCC compilers | Joel Bodenmann | 2015-11-08 | 1 | -4/+12 |
| | |||||
* | Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL | Joel Bodenmann | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 18 | -10/+45 |
| | |||||
* | Fixing compiler errors for non-GCC compilers | Joel Bodenmann | 2015-11-07 | 1 | -7/+6 |
| | |||||
* | Adding rendering functions to label widget to control text justification | Joel Bodenmann | 2015-11-07 | 2 | -14/+53 |
| | |||||
* | Revert "Adding justification parameter to gwinLabelCreate()" | Joel Bodenmann | 2015-11-07 | 2 | -15/+9 |
| | | | | This reverts commit e8a769c3823eef72a9e064d3bf992152ed261ad2. | ||||
* | Revert "Adding gwinLabelSetJustification() as it costs basically nothing" | Joel Bodenmann | 2015-11-07 | 2 | -19/+0 |
| | | | | This reverts commit 98f360947014dd3ba562190cd654919034f9f176. | ||||
* | Comment fix | Joel Bodenmann | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Adding gwinLabelSetJustification() as it costs basically nothing | Joel Bodenmann | 2015-11-06 | 2 | -0/+19 |
| | |||||
* | Adding justification parameter to gwinLabelCreate() | Joel Bodenmann | 2015-11-06 | 2 | -9/+15 |
| | |||||
* | Adding missing GDISP_NEED_CLIP around clipping call in list widget renderer | Joel Bodenmann | 2015-11-06 | 1 | -1/+3 |
| | |||||
* | Fixing bug created by commit [86aef59] | Woody Hawthorne | 2015-11-04 | 1 | -1/+1 |
| | |||||
* | More doxygen improvements | Joel Bodenmann | 2015-11-03 | 12 | -158/+200 |
| | |||||
* | Doxygen (documenting each built-in rendering function for widgets) | Joel Bodenmann | 2015-11-03 | 15 | -215/+562 |
| | |||||
* | Adding support for ChibiOS/RT 3.x to console widget streams | Joel Bodenmann | 2015-11-02 | 1 | -0/+11 |
| | |||||
* | 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 |
| |