aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gimage.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-162/+0
|
* Significant changes to the window redrawing methodology.inmarket2014-05-211-23/+2
| | | | | 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-201-2/+1
|
* Multiple changes to GWIN to support containers.inmarket2014-05-101-2/+2
|
* gwinImage animated gif bug fixinmarket2014-05-091-3/+13
|
* New gdispImageInit() call to initialise a gdispImage structureinmarket2014-05-091-2/+1
| | | | Use in gwinImage
* Revert "Renaming image widget files to appropriate name"Joel Bodenmann2014-05-091-0/+175
| | | | This reverts commit 82a3f8491f6ec3b6bbb161167fc435acbfacc3a1.
* Renaming image widget files to appropriate nameJoel Bodenmann2014-05-091-175/+0
|
* Imagebox widget bug fix that could cause gwinImageOpenFile() to crashJoel Bodenmann2014-05-091-0/+1
|
* Added extra safety to GWIN objectsinmarket2014-05-011-0/+8
|
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-1/+1
|
* Update gwin Images to properly use new GFILE based imagesinmarket2014-02-071-53/+2
|
* Add multiple display support to GWIN.inmarket2013-10-241-11/+11
| | | | You can now create windows on multiple displays.
* compiler warningsJoel Bodenmann2013-10-211-0/+2
|
* fixed OS-X port (untested)Joel Bodenmann2013-07-231-1/+1
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* Image animation changesinmarket2013-07-191-31/+41
|
* removed gwinImageNext() since the image box widget now automatically takes ↵Joel Bodenmann2013-07-181-13/+34
| | | | care of animated images
* gwinImageNext() fixJoel Bodenmann2013-07-171-1/+6
|
* added gwinImageNext()Joel Bodenmann2013-07-171-0/+4
|
* doxygen updateJoel Bodenmann2013-07-171-1/+1
|
* Fix image background color buginmarket2013-07-071-6/+8
|
* GWIN renaming, tidy up, color stylesinmarket2013-07-071-4/+4
|
* Label, Image and Window Manager changesinmarket2013-07-041-0/+173