Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add smooth scrolling option to ugfx list. | daid | 2014-01-24 | 1 | -4/+12 |
| | |||||
* | Updates to console history. This now works well. | inmarket | 2014-01-17 | 2 | -17/+53 |
| | |||||
* | Increase size of gwin flags to 32 bits. | inmarket | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | added gwinGetColor() and gwinGetBgColor() | Joel Bodenmann | 2014-01-06 | 1 | -0/+18 |
| | |||||
* | doc | Joel Bodenmann | 2014-01-06 | 1 | -1/+1 |
| | |||||
* | GWIN_CONSOLE_NEED_HISTORY -> GWIN_CONSOLE_USE_HISTORY | Joel Bodenmann | 2014-01-03 | 2 | -5/+5 |
| | |||||
* | added window manager to doxygen | Joel Bodenmann | 2013-12-28 | 1 | -2/+2 |
| | |||||
* | Wrong define used in GAUDIN. | inmarket | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | docu fix | Joel Bodenmann | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Increase the default stack size for the GTimer thread as for widgets demo ↵ | inmarket | 2013-12-21 | 1 | -1/+1 |
| | | | | under Win32 1024 bytes is not enough. | ||||
* | GOS Raw32 semaphore fix | inmarket | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 2 | -5/+5 |
| | |||||
* | Revert "removed GQUEUE from doxygen build as it is not API" | inmarket | 2013-12-21 | 1 | -1/+1 |
| | | | | This reverts commit 69a576bcfde1513369c595a38629c63795024bea. | ||||
* | removed GQUEUE from doxygen build as it is not API | Joel Bodenmann | 2013-12-18 | 1 | -1/+1 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -6/+10 |
| | |||||
* | typo | Joel Bodenmann | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | first implementation of console buffer. This has to be tested first - might ↵ | Joel Bodenmann | 2013-12-18 | 2 | -0/+34 |
| | | | | contain bugs | ||||
* | whitespaces | Joel Bodenmann | 2013-12-18 | 1 | -7/+7 |
| | |||||
* | whitespace | Joel Bodenmann | 2013-12-17 | 1 | -2/+2 |
| | |||||
* | GDISP startup logo now optional | Joel Bodenmann | 2013-12-16 | 1 | -0/+8 |
| | |||||
* | bugfix: Missing || operand | omriiluz | 2013-12-14 | 1 | -1/+1 |
| | |||||
* | build rules fix | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 5 | -447/+1 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-11 | 1 | -1/+2 |
| | |||||
* | First cut of bare metal GOS layer. Only requires gfxGetSystemTicks() and ↵ | inmarket | 2013-12-11 | 4 | -2/+135 |
| | | | | gfxMilliseconds2Ticks() to be defined by the user. | ||||
* | added gdispGDrawThickLine() | Joel Bodenmann | 2013-12-08 | 1 | -0/+18 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-07 | 2 | -3/+2 |
| | |||||
* | doc | Joel Bodenmann | 2013-12-02 | 1 | -1/+3 |
| | |||||
* | Added progressbar widget (demos still to do) | Joel Bodenmann | 2013-12-01 | 2 | -0/+192 |
| | |||||
* | Add support for edge to edge touch calibration. | inmarket | 2013-11-25 | 1 | -0/+5 |
| | |||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -38/+4 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | Better definitions for null functions in the GOS layer | inmarket | 2013-11-17 | 3 | -4/+4 |
| | |||||
* | gfxHalt doesn't always work under ChibiOS. This has now been fixed. | inmarket | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | Add support to GWIN for a routine that can redraw an entire display (subject ↵ | inmarket | 2013-11-16 | 2 | -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 ↵ | inmarket | 2013-11-16 | 1 | -0/+4 |
| | | | | display rotation changes. | ||||
* | Fix Win32 GOS layer to allow later inclusion of WinSock2. | inmarket | 2013-11-16 | 1 | -1/+8 |
| | |||||
* | Fix a couple of doxygen comments, remove a couple of double definitions. | inmarket | 2013-11-11 | 3 | -24/+2 |
| | |||||
* | doxygen fixes | Joel Bodenmann | 2013-11-10 | 3 | -8/+8 |
| | |||||
* | merging GDISPStreaming | Joel Bodenmann | 2013-11-10 | 22 | -1470/+1941 |
|\ | |||||
| * | Add support for a default application orientation. | inmarket | 2013-11-09 | 1 | -9/+5 |
| | | | | | | | | Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro | ||||
| * | Add support for a portrait and landscape orientation modes. | inmarket | 2013-11-09 | 1 | -1/+3 |
| | | |||||
| * | Fix incorrect naming of GMISC_INVSQRT_... macros. | inmarket | 2013-11-09 | 1 | -6/+6 |
| | | |||||
| * | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 2 | -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 correction | inmarket | 2013-11-05 | 1 | -1/+1 |
| | | |||||
| * | Auto-generate pixel formats using macro's. | inmarket | 2013-11-05 | 2 | -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_ASYNC | inmarket | 2013-10-29 | 1 | -3/+2 |
| | | |||||
| * | GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former ↵ | Joel Bodenmann | 2013-10-28 | 1 | -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 location | Joel Bodenmann | 2013-10-28 | 2 | -8/+11 |
| | | |||||
| * | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 11 | -12/+35 |
| | | | | | | | | You can now create windows on multiple displays. | ||||
| * | Add multiple display support to image decoding. | inmarket | 2013-10-24 | 1 | -6/+8 |
| | |