aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
Commit message (Collapse)AuthorAgeFilesLines
* Adjust code styling to match all other codeinmarket2014-08-081-2/+1
|
* Merge branch 'master' of bitbucket.org:Tectu/ugfxJoel Bodenmann2014-08-071-18/+25
|\
| * Any visible window that obscures another window now prevents the underlying ↵inmarket2014-08-071-18/+25
| | | | | | | | window from receiving mouse event.
* | Added optional transparency to containerJoel Bodenmann2014-08-072-5/+10
|/
* Some improvements for the Kiel C compilerinmarket2014-07-291-0/+4
|
* typoinmarket2014-07-161-1/+1
|
* Add widget tag support (and fix a couple of doxygen problems)inmarket2014-07-1513-3/+95
|
* Only destroy the listener in a frame window if it actually was initialised.inmarket2014-07-151-2/+4
|
* Thick line support is only available if Polygon drawing is availableinmarket2014-07-152-24/+22
|
* Added gwinDrawThickLine() wrapper for corresponding GDISP callJoel Bodenmann2014-07-112-0/+24
|
* doxygen fixJoel Bodenmann2014-07-051-1/+1
|
* Frame widget doxygen fixJoel Bodenmann2014-07-041-3/+2
|
* checkbox c++ fixJoel Bodenmann2014-06-301-0/+8
|
* macro typoJoel Bodenmann2014-06-251-1/+1
|
* Remove compiler warninginmarket2014-05-301-0/+6
|
* fixing frame close button actionJoel Bodenmann2014-05-301-1/+1
|
* frame widget render improvementsJoel Bodenmann2014-05-301-6/+48
|
* GWIN: Make sure invisible windows are redrawn before visible windows.inmarket2014-05-224-79/+121
| | | | Redrawing compile options made visible for the user project.
* Significant changes to the window redrawing methodology.inmarket2014-05-2114-636/+832
| | | | | Move and Resize should probably work for containers now Still to be tested - nested containers, progressbar timers while redrawing its container, move/resize on containers.
* Reworking the GWIN doxygen documentation.Joel Bodenmann2014-05-2027-133/+63
|
* Doxygen typoJoel Bodenmann2014-05-151-1/+1
|
* Progressbar GWIN_PROGRESSBAR_AUTO feature fixJoel Bodenmann2014-05-111-2/+2
|
* Doxygen fixesJoel Bodenmann2014-05-112-2/+3
|
* Added gwinShow() and gwinHide() macro wrappersJoel Bodenmann2014-05-111-0/+18
|
* Container and Frame updates.inmarket2014-05-116-64/+126
| | | | New api's gwinGetInnerWidth() and gwinGetInnerHeight()
* Better redrawing when doing a forced change of default style.inmarket2014-05-111-0/+2
|
* Visible and Enabled GWIN bug fixinmarket2014-05-111-2/+2
|
* spellinginmarket2014-05-111-1/+1
|
* frame fixesinmarket2014-05-113-13/+15
|
* frame rendering bug fixJoel Bodenmann2014-05-101-1/+1
|
* All compiling.inmarket2014-05-108-86/+213
| | | | Containers and Frames still to be tested.
* Oops - missed this one. Not ready for prime time yet though.inmarket2014-05-101-1/+6
|
* Multiple changes to GWIN to support containers.inmarket2014-05-1020-417/+681
|
* Merge branch 'master' into gwininmarket2014-05-0913-126/+198
|\
| * Re-order GWIN sys_rules to simplify ready for new functionality.inmarket2014-05-091-23/+30
| |
| * GWIN label bug fix and simplificationinmarket2014-05-091-18/+9
| |
| * Rename GWIN image header file to be consistent with all other controls and ↵inmarket2014-05-092-1/+1
| | | | | | | | with its source file
| * 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
| |
* | Merge branch 'master' into gwinJoel Bodenmann2014-05-061-1/+1
|\|
| * Increasing corner size of tabsJoel Bodenmann2014-05-011-1/+1
| |