summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2010-06-11dmx: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-3/+3
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov11-40/+40
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov13-23/+20
2010-06-05dmx: Split glx scalar swap variables from array swap variables.Jamey Sharp7-1/+147
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard12-39/+42
2010-06-05Rename region macros to eliminate screen argumentKeith Packard8-31/+31
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-2/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp5-53/+54
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-6/+3
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-10/+10
2010-06-03dmx: Fix XSetExtensionErrorHandler calls to agree on constness.Jamey Sharp3-5/+5
2010-06-02Only deal with input code when changing the input shape.Pierre-Loup A. Griffais2-3/+3
2010-05-26dmx: Delete unused ChangeKeyboardDevice/ChangePointerDevice.Jamey Sharp1-57/+0
2010-05-26dmx: Remove dead __glXDispSwap_DrawArraysEXT definition.Jamey Sharp1-6/+0
2010-05-26dmx: Delete unused local variables.Jamey Sharp6-49/+2
2010-05-26dmx: Xfree -> freeJamey Sharp4-12/+12
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-20Convert LinuxDoc documents to DocBook/XMLAlan Coopersmith3-1251/+1916
2010-05-14scrnintstr.h: removed unused PaintWindow function pointers.Oliver McFadden1-2/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp2-16/+14
2010-05-12SetFontPath: set client->errorValue on failure.Jamey Sharp1-11/+5
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov26-125/+125
2010-05-08dmxBERestoreRenderGlyph was passing wrong value to freeKeith Packard1-1/+1
2010-05-07VERIFY_PICTURE always returns BadPicture. Don't bother specifying.Jamey Sharp1-4/+2
2010-04-26dmx: use silent rules in docYaakov Selkowitz1-4/+4
2010-04-26dmx: Ignore linuxdoc generated docsYaakov Selkowitz3-3568/+8
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard7-38/+0
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz2-2/+2
2010-03-22Respect value of SED from configureYaakov Selkowitz2-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
2010-03-22Use EXEEXT in relink rules for portable DDXsYaakov Selkowitz1-1/+1
2010-03-22Rename xdmx client to dmxinfoYaakov Selkowitz3-5/+5
2010-03-03dmx: fix OsAbort()-related build error in examples/xinput.cPeter Hutterer1-1/+1
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+4
2010-01-24config: replace custom code with reusable macro XORG_WITH_DOXYGENGaetan Nadon1-1/+1
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-12/+10
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+7
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+4
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon4-8/+28
2009-10-26dmx: Correctly compute DMXGetScreenAttributes reply lengthJon TURNEY1-1/+2
2009-10-22Make sure dmx docs are built for distribution.Keith Packard1-2/+19
2009-10-20dmxDestroyWindow() - must call the X's native DetroyWindow()Lee Leahu1-2/+1
2009-10-20dmx: when setting up device axis, use the correct counter numberLee Leahu1-11/+11
2009-10-20dmx: remove doxygen-generated files.Peter Hutterer264-47311/+82
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer2-11/+7
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz1-0/+6