| Commit message (Expand) | Author | Age | Files | Lines |
* | removing casts of gfxAlloc() return value as that is the whole idea behind ha... | Joel Bodenmann | 2014-02-02 | 2 | -2/+2 |
* | Remove variable name conflict with doom demo | inmarket | 2013-12-30 | 1 | -2/+2 |
* | Create the window class in the message thread for the Win32 driver (and repla... | inmarket | 2013-12-21 | 1 | -24/+29 |
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 1 | -1/+1 |
* | Always use native threads in the Win32 driver even if a different threading m... | inmarket | 2013-12-21 | 1 | -8/+10 |
* | New versions of mingw use Red, Green Blue so we need to undefine them in cert... | inmarket | 2013-12-11 | 1 | -2/+7 |
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP accep... | inmarket | 2013-11-30 | 1 | -0/+63 |
* | Replace color format conversion macros with proper routines to prevent side e... | inmarket | 2013-11-17 | 2 | -12/+12 |
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 2 | -6/+56 |
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 1 | -5/+10 |
* | Fixes for LWIP in the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -12/+11 |
* | LWIP support for the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -5/+24 |
* | Update uGFXnet display driver. This is now working. | inmarket | 2013-11-16 | 4 | -95/+202 |
* | Win32 GDISP driver - Get rid of compiler warnings created by the new orientat... | inmarket | 2013-11-16 | 1 | -0/+8 |
* | uGFXnet driver: Initialise the sockets layer correctly under Win32 | inmarket | 2013-11-13 | 1 | -1/+21 |
* | First version of a network display driver (the display is somewhere on the ne... | inmarket | 2013-11-13 | 5 | -0/+622 |
* | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 2 | -17/+24 |
* | Fix to streaming read pixel for Win32 driver in emulation mode. | inmarket | 2013-11-05 | 1 | -5/+5 |
* | Auto-generate pixel formats using macro's. | inmarket | 2013-11-05 | 2 | -4/+4 |
* | Better debugging for Win32 driver | inmarket | 2013-10-29 | 1 | -3/+1 |
* | Rename GDISP driver files to prevent problems when compiling for multiple con... | inmarket | 2013-10-28 | 4 | -2/+2 |
* | GDISP Win32 driver bug fix | inmarket | 2013-10-24 | 1 | -10/+20 |
* | Add functions to the Win32 GDISP driver to enable full testing of the streami... | inmarket | 2013-10-24 | 2 | -32/+250 |
* | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 2 | -0/+2 |
* | Fix missing case in gdispStreamStop(). | inmarket | 2013-10-21 | 2 | -0/+13 |
* | Change to gdisp low level driver API. Display number is now in the GDriver st... | inmarket | 2013-10-19 | 2 | -7/+7 |
* | Tiday up driver makefiles | inmarket | 2013-10-17 | 3 | -14/+9 |
* | Multiple controller support can now auto-detect hardware capabilities at run-... | inmarket | 2013-10-16 | 2 | -0/+2 |
* | X11 multiple display now tested | inmarket | 2013-10-12 | 1 | -21/+20 |
* | Multiple display update for X11 driver. | inmarket | 2013-10-12 | 2 | -75/+103 |
* | Multiple displays across one or more controllers is now fully supported. | inmarket | 2013-10-12 | 4 | -267/+503 |
* | Scolling fix in X driver and removal of compiler warning. | inmarket | 2013-09-30 | 1 | -3/+1 |
* | GDISP X driver fixes | Joel Bodenmann | 2013-09-29 | 1 | -4/+3 |
* | SSD1289 streaming driver (untested) | inmarket | 2013-09-30 | 3 | -71/+80 |
* | Rename a macro and fix some bugs | inmarket | 2013-09-25 | 1 | -6/+0 |
* | GDISP streaming bug fixes | inmarket | 2013-09-24 | 2 | -106/+88 |
* | Scrolling emulation when not supported by hardware | inmarket | 2013-09-18 | 2 | -383/+135 |
* | GDISP revamp - stage 1 | inmarket | 2013-09-06 | 2 | -206/+162 |
* | Remove unneeded comment about threading (no longer applies) | inmarket | 2013-07-24 | 1 | -2/+0 |
* | fixed OS-X port (untested) | Joel Bodenmann | 2013-07-23 | 2 | -3/+3 |
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 7 | -7/+7 |
* | Remove GDISP_THREAD_CHIBIOS. This is always used now. | inmarket | 2013-07-21 | 3 | -60/+22 |
* | Merge branch 'master' into GWIN | inmarket | 2013-06-22 | 1 | -2/+1 |
|\ |
|
| * | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -2/+1 |
* | | Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWIN | inmarket | 2013-06-22 | 2 | -21/+21 |
|\| |
|
| * | License header updates | inmarket | 2013-06-15 | 7 | -7/+7 |
* | | License header updates | inmarket | 2013-06-15 | 7 | -12/+12 |
* | | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 2 | -17/+17 |
|/ |
|
* | GOS updates | inmarket | 2013-06-02 | 2 | -54/+41 |
* | More GOS module changes | inmarket | 2013-05-26 | 1 | -10/+45 |