aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Expand)AuthorAgeFilesLines
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation st...inmarket2014-05-094-1/+49
* Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-094-2/+2
* Renaming image widget files to appropriate nameJoel Bodenmann2014-05-094-2/+2
* progressbar widget cleanupJoel Bodenmann2014-05-091-1/+0
* Imagebox widget bug fix that could cause gwinImageOpenFile() to crashJoel Bodenmann2014-05-091-0/+1
* Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of t...Joel Bodenmann2014-05-084-73/+85
* Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by defaultJoel Bodenmann2014-05-081-0/+7
* Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
* Fixed enable bug in progress barinmarket2014-05-011-14/+9
* Added extra safety to GWIN objectsinmarket2014-05-013-136/+157
* Make some GWIN constants into #definesinmarket2014-05-012-8/+13
* Much improved appearance for buttons and tabs.inmarket2014-05-014-33/+121
* Prevent gwinGetStyle() being called on a non-widgetinmarket2014-05-011-0/+3
* Fix some gwin list widget mouse bugsinmarket2014-05-011-11/+9
* Revert "slider does not change position if disabled"inmarket2014-05-011-4/+0
* slider does not change position if disabledJoel Bodenmann2014-04-301-0/+4
* Added gwinEnable() and gwinDisable()Joel Bodenmann2014-04-301-0/+18
* doxygenJoel Bodenmann2014-04-291-2/+2
* New label attribute is const. Also updated comments.inmarket2014-04-292-5/+9
* typoJoel Bodenmann2014-04-281-1/+1
* Added gwinLabelSetAttribute()Joel Bodenmann2014-04-282-4/+67
* Added gwinListEnableRender()Joel Bodenmann2014-04-262-0/+34
* Fixing progressbar bugJoel Bodenmann2014-04-261-9/+25
* Fixing gwin progressbar destroying processJoel Bodenmann2014-04-231-1/+10
* Added gwinProgressbarReset()Joel Bodenmann2014-04-231-0/+9
* Added gwinProgressbarStop()Joel Bodenmann2014-04-232-0/+20
* Fill in some doxygen Todo'sinmarket2014-03-301-1/+1
* doxygen fixesJoel Bodenmann2014-03-2816-15/+17
* Fix to ensure correct clearing of consoles when being redrawn.inmarket2014-03-051-3/+10
* Add support for ANSI like escape sequences to control display color and attri...inmarket2014-03-043-7/+194
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-1929-13/+3269
* Update gwin Images to properly use new GFILE based imagesinmarket2014-02-071-53/+2
* Removing compiler warnings from new list codeinmarket2014-02-071-2/+2
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-023-3/+30
* whitespacesJoel Bodenmann2014-02-021-0/+2
* removing casts of gfxAlloc() return value as that is the whole idea behind ha...Joel Bodenmann2014-02-023-3/+3
* improving performance of gwinListAddItem() by Marc PignatJoel Bodenmann2014-02-021-3/+4
* default list render has now #defines for horizontal and vertical text paddingJoel Bodenmann2014-02-011-13/+14
* Add smooth scrolling option to ugfx list.daid2014-01-241-38/+113
* Updates to console history. This now works well.inmarket2014-01-171-96/+252
* Revert "removed unnecessary macro"Joel Bodenmann2014-01-041-0/+1
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-031-7/+7
* removed unnecessary macroJoel Bodenmann2014-01-021-1/+0
* added warning about unfinished featureJoel Bodenmann2013-12-181-0/+5
* first implementation of console buffer. This has to be tested first - might c...Joel Bodenmann2013-12-182-21/+113
* GWIN console visible bug fixJoel Bodenmann2013-12-111-0/+12
* compiler warningJoel Bodenmann2013-12-021-1/+2
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+295
* gwinSliderSetPosition() fixed (calls _gwidgetRedraw() instead of gwinRedraw()Joel Bodenmann2013-12-011-1/+1
* gwinSliderSetPosition() automatically redraws the widgetJoel Bodenmann2013-12-011-0/+2