aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/X
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-4/+4
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* 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 ↵inmarket2015-01-211-4/+4
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* 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 ↵Joel Bodenmann2014-03-283-36/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* 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
| | | | | 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.
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-282-1/+1
| | | | controllers on platforms that put all generated object files into a single directory.
* 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 ↵inmarket2013-10-191-2/+2
| | | | structure (It was required for a Nokia driver).
* Tiday up driver makefilesinmarket2013-10-171-4/+1
|
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-0/+1
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.
* X11 multiple display now testedinmarket2013-10-121-21/+20
|
* Multiple display update for X11 driver.inmarket2013-10-122-75/+103
| | | | Untested.
* Multiple displays across one or more controllers is now fully supported.inmarket2013-10-121-2/+7
| | | | | Only the Win32 driver supports this so far. Other drivers are currently broken due to API changes and will be fixed.
* 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
| | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
* 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
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-165-0/+450