aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/X/gdisp_lld_X.c
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
|
* 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
|
* First version X newmouse driverinmarket2014-09-261-45/+87
|
* 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-281-14/+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
|
* Rename GDISP driver files to prevent problems when compiling for multiple ↵inmarket2013-10-281-0/+340
controllers on platforms that put all generated object files into a single directory.