| Commit message (Expand) | Author | Age | Files | Lines |
* | uncommented GOS selection in GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 16 | -76/+76 |
* | updated GDISP and GWIN demos | Joel Bodenmann | 2013-10-28 | 49 | -792/+441 |
* | Bugfix... how could we miss this? | Joel Bodenmann | 2013-10-28 | 1 | -0/+2 |
* | GDISP_NEED_TEXT and GDISP_NEED_ELLIPSE defaults to FALSE now. The former requ... | Joel Bodenmann | 2013-10-28 | 1 | -2/+2 |
* | moved include headers to correct location | Joel Bodenmann | 2013-10-28 | 2 | -8/+11 |
* | Test fix for ILI9320 driver. | Joel Bodenmann | 2013-10-27 | 2 | -4/+9 |
* | fixed orientation stuff in widgets demo | Joel Bodenmann | 2013-10-26 | 1 | -4/+4 |
* | Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming | Joel Bodenmann | 2013-10-26 | 1 | -1/+1 |
|\ |
|
| * | Compile Fix for Nokia6610GE12 | Joel Bodenmann | 2013-10-26 | 1 | -1/+1 |
* | | whitespaces | Joel Bodenmann | 2013-10-26 | 2 | -28/+28 |
|/ |
|
* | Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into GDISPS... | inmarket | 2013-10-26 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'GDISPStreaming' of bitbucket.org:Tectu/ugfx into GDISPStreaming | Joel Bodenmann | 2013-10-26 | 4 | -18/+32 |
| |\ |
|
| * | | Nokia6610GE8 compiler warning | Joel Bodenmann | 2013-10-26 | 1 | -0/+4 |
* | | | Compile fix for GE12 | inmarket | 2013-10-26 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'origin/GDISPStreaming' into GDISPStreaming | inmarket | 2013-10-25 | 2 | -26/+40 |
|\| |
|
| * | fixed RA8875 board file for marlin | Joel Bodenmann | 2013-10-24 | 1 | -25/+39 |
| * | fixed board file name (all the others are upper case as well) | Joel Bodenmann | 2013-10-24 | 1 | -1/+1 |
* | | Fix SSD1306 driver and board files to allow for seamless transfer of the comm... | inmarket | 2013-10-25 | 4 | -18/+32 |
|/ |
|
* | Add multiple display support to GWIN. | inmarket | 2013-10-24 | 23 | -209/+237 |
* | Add multiple display support to image decoding. | inmarket | 2013-10-24 | 5 | -72/+75 |
* | Store the display locally within the mouse structure. | inmarket | 2013-10-24 | 2 | -32/+49 |
* | New: ginputSetMouseDisplay() to allow the mouse to work with a non-default di... | inmarket | 2013-10-24 | 2 | -38/+64 |
* | Bug fix to GDISP API | inmarket | 2013-10-24 | 1 | -1/+1 |
* | GDISP Win32 driver bug fix | inmarket | 2013-10-24 | 1 | -10/+20 |
* | Add initial orientation to the widgets demo. | inmarket | 2013-10-24 | 1 | -0/+4 |
* | Fix invalid return value in gwin/lists.c | inmarket | 2013-10-24 | 1 | -1/+1 |
* | Slight improvement to the precision of the GMISC invsqrt() function. | inmarket | 2013-10-24 | 1 | -1/+1 |
* | GMISC invsqrt() function. | inmarket | 2013-10-24 | 5 | -30/+98 |
* | Created a crude auto-scaling logo (for startup) | inmarket | 2013-10-24 | 1 | -1/+35 |
* | Add GDISP_NEED_TIMERFLUSH to enable automatic display flushing on a timer. | inmarket | 2013-10-24 | 4 | -4/+59 |
* | Updates to SSD1306 driver to raise thread priority during flushing. | inmarket | 2013-10-24 | 3 | -4/+26 |
* | Fixes to GDISP for streaming drivers. | inmarket | 2013-10-24 | 2 | -4/+6 |
* | Add functions to the Win32 GDISP driver to enable full testing of the streami... | inmarket | 2013-10-24 | 2 | -32/+250 |
* | fixed label bugs | Joel Bodenmann | 2013-10-24 | 1 | -2/+3 |
* | Added gwinLabelSetBorder() | Joel Bodenmann | 2013-10-24 | 3 | -7/+43 |
* | fixed small bug | Joel Bodenmann | 2013-10-24 | 1 | -1/+1 |
* | docs | Joel Bodenmann | 2013-10-24 | 1 | -2/+2 |
* | Added gwinListSetScroll | Joel Bodenmann | 2013-10-24 | 3 | -5/+49 |
* | Added gwinListGetSelectedText() | Joel Bodenmann | 2013-10-23 | 2 | -0/+25 |
* | Convert ED060SC4 to new driver format | inmarket | 2013-10-23 | 8 | -417/+551 |
* | Remove superflous defines | inmarket | 2013-10-23 | 2 | -6/+0 |
* | Convert ST7565 driver to new driver format. | inmarket | 2013-10-22 | 5 | -314/+328 |
* | Bug fixes to SSD1306. Orientation in all directions is also now supported. | inmarket | 2013-10-22 | 1 | -20/+59 |
* | Convert SSD2119 to new driver format | inmarket | 2013-10-22 | 7 | -785/+491 |
* | Fix typos in drivers | inmarket | 2013-10-22 | 10 | -10/+11 |
* | Test for SSD 1289 driver bug. | inmarket | 2013-10-22 | 2 | -4/+9 |
* | Update graph demo so it compiles multi-os direct from a makefile | inmarket | 2013-10-22 | 1 | -3/+3 |
* | Porting SSD2219 driver - WORK IN PROGRES!!!! | Joel Bodenmann | 2013-10-21 | 1 | -147/+198 |
* | SSD1289 fixes | Joel Bodenmann | 2013-10-21 | 1 | -3/+3 |
* | fixes | Joel Bodenmann | 2013-10-21 | 2 | -3/+2 |