aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* GWIN window manager comment updatesinmarket2014-05-091-4/+4
|
* gwinImage animated gif bug fixinmarket2014-05-091-3/+13
|
* GWIN creation and destruction bug fixesinmarket2014-05-092-2/+5
|
* New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-091-2/+1
| | | | Use in gwinImage
* Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation ↵inmarket2014-05-094-1/+49
| | | | | | structures. Incorporate into demo's
* Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-094-2/+2
| | | | This reverts commit 82a3f8491f6ec3b6bbb161167fc435acbfacc3a1.
* 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 ↵Joel Bodenmann2014-05-084-73/+85
| | | | the progressbar widget
* 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
| | | | Also add GWIN_FLAT_STYLING to allow low color (eg monochrome) displays to get the old simplified look.
* 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
| | | | This reverts commit 2c57363efc343ae521857cddbcfbcaec50eaedab.
* 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 ↵inmarket2014-03-043-7/+194
| | | | | | attributes in a GWIN console. Updated the console demo to demonstrate this.
* 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 ↵Joel Bodenmann2014-02-023-3/+3
| | | | having a void pointer
* 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
| | | | This reverts commit 4e3aaa6de54b6b2075ee3acc6281f35163847f3f.
* 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 ↵Joel Bodenmann2013-12-182-21/+113
| | | | contain bugs
* GWIN console visible bug fixJoel Bodenmann2013-12-111-0/+12
|