aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-1914-3157/+0
|
* Update gwin Images to properly use new GFILE based imagesinmarket2014-02-071-22/+31
|
* Add smooth scrolling option to ugfx list.daid2014-01-241-4/+12
|
* Updates to console history. This now works well.inmarket2014-01-172-17/+53
|
* Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
|
* added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
|
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-032-5/+5
|
* added window manager to doxygenJoel Bodenmann2013-12-281-2/+2
|
* typoJoel Bodenmann2013-12-181-2/+2
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-182-0/+34
| | | | contain bugs
* whitespaceJoel Bodenmann2013-12-171-2/+2
|
* docJoel Bodenmann2013-12-021-1/+3
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+192
|
* Add support to GWIN for a routine that can redraw an entire display (subject ↵inmarket2013-11-162-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.inmarket2013-11-112-22/+0
|
* merging GDISPStreamingJoel Bodenmann2013-11-1011-12/+57
|\
| * moved include headers to correct locationJoel Bodenmann2013-10-282-8/+11
| |
| * Add multiple display support to GWIN.inmarket2013-10-2411-12/+35
| | | | | | | | You can now create windows on multiple displays.
| * Added gwinLabelSetBorder()Joel Bodenmann2013-10-241-2/+12
| |
| * docsJoel Bodenmann2013-10-241-2/+2
| |
| * Added gwinListSetScrollJoel Bodenmann2013-10-241-0/+19
| |
| * Added gwinListGetSelectedText()Joel Bodenmann2013-10-231-0/+13
| |
| * doxygen fixJoel Bodenmann2013-10-211-1/+3
| |
* | moved include headers to correct locationJoel Bodenmann2013-10-272-8/+11
| |
* | Added gwinLabelSetBorder()Joel Bodenmann2013-10-241-2/+12
| |
* | docsJoel Bodenmann2013-10-231-2/+2
| |
* | Added gwinListSetScroll()Joel Bodenmann2013-10-231-0/+19
| |
* | Added gwinListGetSelectedText()Joel Bodenmann2013-10-231-0/+13
| |
* | doxygen fixJoel Bodenmann2013-10-211-1/+3
|/
* Add image support to GWIN Listboxes.inmarket2013-08-011-6/+37
| | | | Updated GWIN widgets demo to match.
* Add GWIN List multi-select supportinmarket2013-08-011-1/+2
|
* Update GWIN list.inmarket2013-08-011-1/+2
| | | | | Now supports item and page scrolling. A few bugs fixed.
* list updateJoel Bodenmann2013-07-281-0/+6
|
* cleanupJoel Bodenmann2013-07-281-2/+2
|
* list widget doxygenJoel Bodenmann2013-07-281-1/+121
|
* some more list workJoel Bodenmann2013-07-271-0/+18
|
* list widget - work in progressJoel Bodenmann2013-07-251-2/+7
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-231-1/+1
|
* This image wrapper really is meant to be there and is used by some demo apps ↵inmarket2013-07-221-0/+33
| | | | (notepad-2)
* removed a forgotted GDISP wrapper call in GWINJoel Bodenmann2013-07-221-33/+0
|
* fixed license headersJoel Bodenmann2013-07-2113-13/+13
|
* doxygen updatesJoel Bodenmann2013-07-213-1/+6
|
* Image animation changesinmarket2013-07-192-2/+11
|
* removed gwinImageNext() since the image box widget now automatically takes ↵Joel Bodenmann2013-07-181-21/+2
| | | | care of animated images
* added list widget dummyJoel Bodenmann2013-07-172-0/+65
|
* added gwinImageNext()Joel Bodenmann2013-07-171-0/+20
|
* doxygen updateJoel Bodenmann2013-07-175-4/+14
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-0711-191/+204
|
* Add Radio buttons (can also be used as a Tab group)inmarket2013-07-063-0/+179
|
* Remove widget structure members when they are not needed for input trackinginmarket2013-07-064-25/+39
| | | | Also doco update for Enabled Flag