aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/X
Commit message (Expand)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, g...inmarket2018-11-031-2/+2
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-6/+6
* Update license headerTibo Clausen2018-10-012-2/+2
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-1/+1
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-1/+1
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-1/+1
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-081-1/+1
* Change color_t to gColorinmarket2018-07-081-1/+1
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-231-15/+15
* First set of V3 macro changesinmarket2018-02-273-17/+17
* Add compatibility with Visual Studio and make compile warning capabilities mo...inmarket2017-06-301-1/+5
* Make all include paths in ugfx relative.inmarket2015-11-211-4/+4
* Compile error and emulation errors for GFILE_NEED_STDIOinmarket2015-02-211-0/+3
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-4/+4
* First keyboard driver for Xinmarket2015-01-081-41/+183
* Allow a mouse driver to not return any results when it is polled.inmarket2014-11-071-2/+3
* Remove stuff made superfluous by newmouseinmarket2014-10-071-38/+0
* X bug fix so that window closes properly when using a window managerinmarket2014-09-291-0/+9
* Move mouse initialisation to a better spotinmarket2014-09-291-5/+5
* Merge branch 'master' into newmouseinmarket2014-09-281-0/+1
|\
| * New makefile structure. Also OSX board defintioninmarket2014-09-281-0/+1
* | First version X newmouse driverinmarket2014-09-261-45/+87
|/
* Rename all driver makefiles to driver.mkinmarket2014-08-221-0/+0
* Added Xresource.h include to get rid of a warning about XrmUniqueQuarkSteffan Woltjer2014-05-221-0/+1
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-283-36/+0
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-3/+3
* Remove variable name conflict with doom demoinmarket2013-12-301-2/+2
* Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.inmarket2013-12-211-1/+1
* Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
* Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-282-1/+1
* Add support for a driver private area (as well as a board private area)inmarket2013-10-211-0/+1
* Change to gdisp low level driver API. Display number is now in the GDriver st...inmarket2013-10-191-2/+2
* Tiday up driver makefilesinmarket2013-10-171-4/+1
* Multiple controller support can now auto-detect hardware capabilities at run-...inmarket2013-10-161-0/+1
* X11 multiple display now testedinmarket2013-10-121-21/+20
* Multiple display update for X11 driver.inmarket2013-10-122-75/+103
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-2/+7
* Scolling fix in X driver and removal of compiler warning.inmarket2013-09-301-3/+1
* GDISP X driver fixesJoel Bodenmann2013-09-291-4/+3
* SSD1289 streaming driver (untested)inmarket2013-09-302-69/+78
* Remove unneeded comment about threading (no longer applies)inmarket2013-07-241-2/+0
* fixed OS-X port (untested)Joel Bodenmann2013-07-232-3/+3
* fixed license headersJoel Bodenmann2013-07-213-3/+3
* Remove GDISP_THREAD_CHIBIOS. This is always used now.inmarket2013-07-213-60/+22
* License header updatesinmarket2013-06-153-3/+3
* GOS updatesinmarket2013-06-021-10/+15
* GOS module, for operating system independanceinmarket2013-05-251-6/+4
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-165-0/+450