aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* implemented gtimerDeinit()Joel Bodenmann2014-02-021-3/+12
|
* added deinit() routines for all modules (not implemented so far)Joel Bodenmann2014-02-021-2/+9
|
* Add smooth scrolling option to ugfx list.daid2014-01-241-4/+12
|
* Updates to console history. This now works well.inmarket2014-01-172-17/+53
|
* Increase size of gwin flags to 32 bits.inmarket2014-01-091-1/+1
|
* added gwinGetColor() and gwinGetBgColor()Joel Bodenmann2014-01-061-0/+18
|
* docJoel Bodenmann2014-01-061-1/+1
|
* GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORYJoel Bodenmann2014-01-032-5/+5
|
* added window manager to doxygenJoel Bodenmann2013-12-281-2/+2
|
* Wrong define used in GAUDIN.inmarket2013-12-221-1/+1
|
* docu fixJoel Bodenmann2013-12-211-1/+1
|
* Increase the default stack size for the GTimer thread as for widgets demo ↵inmarket2013-12-211-1/+1
| | | | under Win32 1024 bytes is not enough.
* GOS Raw32 semaphore fixinmarket2013-12-211-1/+1
|
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-212-5/+5
|
* Revert "removed GQUEUE from doxygen build as it is not API"inmarket2013-12-211-1/+1
| | | | This reverts commit 69a576bcfde1513369c595a38629c63795024bea.
* removed GQUEUE from doxygen build as it is not APIJoel Bodenmann2013-12-181-1/+1
|
* whitespacesJoel Bodenmann2013-12-181-6/+10
|
* typoJoel Bodenmann2013-12-181-2/+2
|
* first implementation of console buffer. This has to be tested first - might ↵Joel Bodenmann2013-12-182-0/+34
| | | | contain bugs
* whitespacesJoel Bodenmann2013-12-181-7/+7
|
* whitespaceJoel Bodenmann2013-12-171-2/+2
|
* GDISP startup logo now optionalJoel Bodenmann2013-12-161-0/+8
|
* bugfix: Missing || operandomriiluz2013-12-141-1/+1
|
* build rules fixJoel Bodenmann2013-12-111-1/+2
|
* Removed TDISP moduleJoel Bodenmann2013-12-115-447/+1
|
* whitespacesJoel Bodenmann2013-12-111-1/+2
|
* First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵inmarket2013-12-114-2/+135
| | | | gfxMilliseconds2Ticks() to be defined by the user.
* added gdispGDrawThickLine()Joel Bodenmann2013-12-081-0/+18
|
* whitespacesJoel Bodenmann2013-12-072-3/+2
|
* docJoel Bodenmann2013-12-021-1/+3
|
* Added progressbar widget (demos still to do)Joel Bodenmann2013-12-012-0/+192
|
* Add support for edge to edge touch calibration.inmarket2013-11-251-0/+5
|
* Replace color format conversion macros with proper routines to prevent side ↵inmarket2013-11-171-38/+4
| | | | | | effects with using the macro. Also fix a number of compiler warnings.
* Better definitions for null functions in the GOS layerinmarket2013-11-173-4/+4
|
* gfxHalt doesn't always work under ChibiOS. This has now been fixed.inmarket2013-11-161-1/+1
|
* Add support to GWIN for a routine that can redraw an entire display (subject ↵inmarket2013-11-162-1/+27
| | | | | | to the controls being able to redraw). This also removes a few change of visibility bugs in gwin and simplifies code.
* Add support for mouse drivers that do their own orientation mapping as the ↵inmarket2013-11-161-0/+4
| | | | display rotation changes.
* Fix Win32 GOS layer to allow later inclusion of WinSock2.inmarket2013-11-161-1/+8
|
* Fix a couple of doxygen comments, remove a couple of double definitions.inmarket2013-11-113-24/+2
|
* doxygen fixesJoel Bodenmann2013-11-103-8/+8
|
* merging GDISPStreamingJoel Bodenmann2013-11-1022-1470/+1941
|\
| * Add support for a default application orientation.inmarket2013-11-091-9/+5
| | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
| * Add support for a portrait and landscape orientation modes.inmarket2013-11-091-1/+3
| |
| * Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-091-6/+6
| |
| * New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-052-47/+319
| | | | | | | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format.
| * English grammer correctioninmarket2013-11-051-1/+1
| |
| * Auto-generate pixel formats using macro's.inmarket2013-11-052-169/+365
| | | | | | | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats.
| * Removal of obsolete reference to GDISP_NEED_ASYNCinmarket2013-10-291-3/+2
| |
| * GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former ↵Joel Bodenmann2013-10-281-2/+2
| | | | | | | | requires to enable at least one font which may not be needed (it sucks if compiling the basic examples) and the latter is barely needed anyway
| * moved include headers to correct locationJoel Bodenmann2013-10-282-8/+11
| |