aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* License header updatesinmarket2013-06-1551-185/+99
|
* Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-1010-59/+154
|
* Add a simple GWIN window manager, Change the way GWIN visibility worksinmarket2013-06-088-509/+764
|
* GWIN fixesinmarket2013-06-061-0/+16
|
* New simplified gwin using a pseudo class structure.inmarket2013-06-069-534/+552
|
* checkbox cleanupJoel Bodenmann2013-06-041-5/+1
|
* added custom render interface for checkboxesJoel Bodenmann2013-06-031-0/+11
|
* member state of checkbox is now called isCheckedJoel Bodenmann2013-06-021-3/+3
|
* some more checkbox fixesJoel Bodenmann2013-06-021-2/+3
|
* GWIN checkbox fixJoel Bodenmann2013-06-021-1/+0
|
* added default themeJoel Bodenmann2013-06-021-28/+9
|
* Fix license issues and GOS issues in TDISPinmarket2013-06-023-78/+38
|
* GOS updatesinmarket2013-06-026-20/+84
|
* added basic implementation of checkboxes (functional)Joel Bodenmann2013-06-022-4/+182
|
* doxygen fixesJoel Bodenmann2013-06-011-8/+1
|
* TDISP updateJoel Bodenmann2013-06-013-252/+421
|
* added obsolete #warning to gdispInit()Joel Bodenmann2013-05-301-2/+2
|
* API fixJoel Bodenmann2013-05-271-2/+2
|
* added slider enable/disable APIJoel Bodenmann2013-05-271-0/+24
|
* More GOS module changesinmarket2013-05-269-189/+513
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-2518-109/+1014
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* docsJoel Bodenmann2013-05-202-62/+64
|
* doxygen fixJoel Bodenmann2013-05-202-0/+2
|
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-201-0/+23
|
* button fixJoel Bodenmann2013-05-201-8/+8
|
* added gwin enabled parameter and implemented button enable/disable functionsJoel Bodenmann2013-05-202-1/+33
|
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-161-0/+6
|
* TDISP demo fixJoel Bodenmann2013-05-151-6/+6
|
* TDISP fixesJoel Bodenmann2013-05-152-221/+232
|
* Reinsertion of doxygen headersAndrew Hannam2013-05-0621-684/+962
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-0342-1307/+504
|
* Revert "updated license headers"Joel Bodenmann2013-05-0242-367/+209
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0242-209/+367
|
* GIF image handlingAndrew Hannam2013-04-202-1/+26
| | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
* doxygen fixJoel Bodenmann2013-04-102-0/+19
|
* some doxygen fixesJoel Bodenmann2013-04-081-1/+1
|
* Move doxygen to the include file for Mouse LLDAndrew Hannam2013-04-071-121/+181
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-074-140/+207
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* Create generic GWIN Draw routineAndrew Hannam2013-04-061-0/+10
| | | | | | | For some GWIN controls they support a Draw() routine. For those controls the base class now supports a generic Draw routine which will call their specific Draw routine. The only GWIN's with a Draw routine currently are Buttons and Sliders.
* slider doc fix take one of twoJoel Bodenmann2013-04-051-8/+8
|
* Revert "slider doc fix"Joel Bodenmann2013-04-051-8/+8
| | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352.
* slider doc fixJoel Bodenmann2013-04-051-8/+8
|
* GWIN slider + image supportAndrew Hannam2013-04-063-0/+264
|
* Change Memory Reader prototypeAndrew Hannam2013-04-041-1/+1
| | | | Change Memory Reader prototype to prevent signed, unsigned warning
* New GDISP image handling with demoAndrew Hannam2013-04-033-0/+408
| | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
* coding styleJoel Bodenmann2013-03-311-0/+1
|
* GWIN doc update and poly functionsAndrew Hannam2013-03-181-186/+503
| | | | | Add poly functions to GWIN Move doxygen documentation to header file
* GWIN Graph - use GDISP point definitionAndrew Hannam2013-03-181-208/+207
|
* Change GDISP poly fns to support translationAndrew Hannam2013-03-181-3/+8
| | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN
* doxygen fixesJoel Bodenmann2013-03-106-17/+30
|