summaryrefslogtreecommitdiff
path: root/hw/dmx/config
AgeCommit message (Expand)AuthorFilesLines
2015-12-08dmx: Silence unused variable warning in dmxcompatAdam Jackson1-2/+0
2015-12-08dmx: Silence lex/yacc-related config parser warningsAdam Jackson6-5/+8
2015-04-21Convert hw/dmx to new *allocarray functionsAlan Coopersmith1-5/+5
2015-02-10dmx: move format strings inline so gcc can checkAlan Coopersmith1-15/+3
2015-02-10dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()Alan Coopersmith2-2/+3
2014-11-12Drop trailing whitespacesPeter Hutterer2-2/+2
2014-04-21dmxConfigCanvasUpdate: Delay dereference until after checking for NULLAlan Coopersmith1-1/+2
2014-01-12Bunch of DMX warning fixesKeith Packard2-7/+7
2013-04-24dmxVDLRead: if we opened a file, close it instead of leaking itAlan Coopersmith1-0/+4
2013-02-08dmx: don't include dmx-config.h from xdmxconfig (#37502)Peter Hutterer1-3/+0
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard13-1418/+1695
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-3/+0
2011-11-24dmx: Build fix for -Werror=implicit-function-declaration on linuxJeremy Huddleston1-0/+1
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith2-3/+2
2011-11-23Fix Xdmx build on Linux to work with strlcpy changesAlan Coopersmith2-0/+5
2011-09-19Replace XmuSnprintf with snprintf.Jamey Sharp1-12/+11
2011-06-16hw/dmx: Stop using variables for text widgets.Cyril Brulebois1-4/+4
2011-01-20xdmxconfig: warning fixAdam Jackson1-1/+1
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-9/+1
2011-01-18Xdmx: build all man pages using XORG_MANPAGE_SECTIONSGaetan Nadon5-19/+12
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-1/+1
2010-03-22Respect value of SED from configureYaakov Selkowitz1-1/+1
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-6/+7
2009-10-20Use the default XKB settings for dmx and kdrive.Peter Hutterer2-11/+7
2009-09-13dmx: Default rules are now base, not xfree86Peter Hutterer1-1/+1
2009-01-18Ignore generated dmx manpagesDan Nicholson1-0/+6
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-2/+0
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-4/+1
2007-06-29Death to RCS tags.Adam Jackson14-15/+1
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-02-22Added Mesa include directoryAlexander Gottwald1-0/+7
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-3/+3
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-0/+1
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith1-1/+18
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin1-0/+1
2005-10-18Fix parallel builds my ensuring libdmxconfig builds first.Adam Jackson1-0/+3
2005-10-13Dist NOTES.Kristian Høgsberg1-1/+1
2005-10-06Include dmx-config.h for modular buildKevin E Martin1-0/+4
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin1-1/+37
2005-08-02Note yacc and lex generated files as BUILT_SOURCES so they are createdKeith Packard1-1/+3
2005-07-28Fix distcheck for serverKevin E Martin1-2/+11
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-0/+13
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin6-0/+24
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin44-0/+4522