Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORY | Joel Bodenmann | 2014-01-03 | 2 | -5/+5 |
| | |||||
* | added window manager to doxygen | Joel Bodenmann | 2013-12-28 | 1 | -2/+2 |
| | |||||
* | typo | Joel Bodenmann | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | first implementation of console buffer. This has to be tested first - might ↵ | Joel Bodenmann | 2013-12-18 | 2 | -0/+34 |
| | | | | contain bugs | ||||
* | whitespace | Joel Bodenmann | 2013-12-17 | 1 | -2/+2 |
| | |||||
* | doc | Joel Bodenmann | 2013-12-02 | 1 | -1/+3 |
| | |||||
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 2 | -0/+192 |
| | |||||
* | Add support to GWIN for a routine that can redraw an entire display (subject ↵ | inmarket | 2013-11-16 | 2 | -1/+27 |
| | | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code. | ||||
* | Fix a couple of doxygen comments, remove a couple of double definitions. | inmarket | 2013-11-11 | 2 | -22/+0 |
| | |||||
* | merging GDISPStreaming | Joel Bodenmann | 2013-11-10 | 11 | -12/+57 |
|\ | |||||
| * | moved include headers to correct location | Joel Bodenmann | 2013-10-28 | 2 | -8/+11 |
| | | |||||
| * | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 11 | -12/+35 |
| | | | | | | | | You can now create windows on multiple displays. | ||||
| * | Added gwinLabelSetBorder() | Joel Bodenmann | 2013-10-24 | 1 | -2/+12 |
| | | |||||
| * | docs | Joel Bodenmann | 2013-10-24 | 1 | -2/+2 |
| | | |||||
| * | Added gwinListSetScroll | Joel Bodenmann | 2013-10-24 | 1 | -0/+19 |
| | | |||||
| * | Added gwinListGetSelectedText() | Joel Bodenmann | 2013-10-23 | 1 | -0/+13 |
| | | |||||
| * | doxygen fix | Joel Bodenmann | 2013-10-21 | 1 | -1/+3 |
| | | |||||
* | | moved include headers to correct location | Joel Bodenmann | 2013-10-27 | 2 | -8/+11 |
| | | |||||
* | | Added gwinLabelSetBorder() | Joel Bodenmann | 2013-10-24 | 1 | -2/+12 |
| | | |||||
* | | docs | Joel Bodenmann | 2013-10-23 | 1 | -2/+2 |
| | | |||||
* | | Added gwinListSetScroll() | Joel Bodenmann | 2013-10-23 | 1 | -0/+19 |
| | | |||||
* | | Added gwinListGetSelectedText() | Joel Bodenmann | 2013-10-23 | 1 | -0/+13 |
| | | |||||
* | | doxygen fix | Joel Bodenmann | 2013-10-21 | 1 | -1/+3 |
|/ | |||||
* | Add image support to GWIN Listboxes. | inmarket | 2013-08-01 | 1 | -6/+37 |
| | | | | Updated GWIN widgets demo to match. | ||||
* | Add GWIN List multi-select support | inmarket | 2013-08-01 | 1 | -1/+2 |
| | |||||
* | Update GWIN list. | inmarket | 2013-08-01 | 1 | -1/+2 |
| | | | | | Now supports item and page scrolling. A few bugs fixed. | ||||
* | list update | Joel Bodenmann | 2013-07-28 | 1 | -0/+6 |
| | |||||
* | cleanup | Joel Bodenmann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | list widget doxygen | Joel Bodenmann | 2013-07-28 | 1 | -1/+121 |
| | |||||
* | some more list work | Joel Bodenmann | 2013-07-27 | 1 | -0/+18 |
| | |||||
* | list widget - work in progress | Joel Bodenmann | 2013-07-25 | 1 | -2/+7 |
| | |||||
* | fixed OS-X port (untested) | Joel Bodenmann | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | This image wrapper really is meant to be there and is used by some demo apps ↵ | inmarket | 2013-07-22 | 1 | -0/+33 |
| | | | | (notepad-2) | ||||
* | removed a forgotted GDISP wrapper call in GWIN | Joel Bodenmann | 2013-07-22 | 1 | -33/+0 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 13 | -13/+13 |
| | |||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 3 | -1/+6 |
| | |||||
* | Image animation changes | inmarket | 2013-07-19 | 2 | -2/+11 |
| | |||||
* | removed gwinImageNext() since the image box widget now automatically takes ↵ | Joel Bodenmann | 2013-07-18 | 1 | -21/+2 |
| | | | | care of animated images | ||||
* | added list widget dummy | Joel Bodenmann | 2013-07-17 | 2 | -0/+65 |
| | |||||
* | added gwinImageNext() | Joel Bodenmann | 2013-07-17 | 1 | -0/+20 |
| | |||||
* | doxygen update | Joel Bodenmann | 2013-07-17 | 5 | -4/+14 |
| | |||||
* | GWIN renaming, tidy up, color styles | inmarket | 2013-07-07 | 11 | -191/+204 |
| | |||||
* | Add Radio buttons (can also be used as a Tab group) | inmarket | 2013-07-06 | 3 | -0/+179 |
| | |||||
* | Remove widget structure members when they are not needed for input tracking | inmarket | 2013-07-06 | 4 | -25/+39 |
| | | | | Also doco update for Enabled Flag | ||||
* | Rename gwin base image function to avoid confusion with the image gwin object. | inmarket | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Make the enabled state available to all GWIN's - not just widgets. | inmarket | 2013-07-04 | 2 | -13/+23 |
| | |||||
* | Restore gwin base class image function | inmarket | 2013-07-04 | 1 | -0/+29 |
| | |||||
* | Label, Image and Window Manager changes | inmarket | 2013-07-04 | 2 | -21/+18 |
| | |||||
* | label work in progress - not working anymore | Joel Bodenmann | 2013-07-02 | 3 | -10/+25 |
| | |||||
* | wip | Joel Bodenmann | 2013-07-02 | 1 | -3/+15 |
| |