summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith
Includes adding many $(AM_V_GEN) calls for the AM_SILENT_RULES included by XORG_DEFAULT_OPTIONS when automake-1.11 or newer is used Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-20Cygwin/X: Build fixJon TURNEY
Commit c59dd27ecb1751f0b097046b2f892028e5a10a3e replaces __CYGWIN__ with WIN32 in a preprocessor check, as the code is appropriate for both Cygwin and Mingw. But this isn't quite the right was to do this. Being a Win32 platform is Cygwin's secret shame, and WIN32 isn't actually defined to avoid turning on code specific to native-Win API ports (See http://www.cygwin.com/faq/faq.programming.html#faq.programming.preprocessor) Yes, this probably means WIN32 could bereplaced by __MINGW32__ everywhere in the X sources...
2009-05-01Sun bug 4010369: Too slow to process Keycode 0 events in Xt Translation Mgr.John McKernan
Evaluation from original bug report against Solaris 2.6 in 1996: According to my investigation with the problem using debuggable libXt and libXm, keycode 0 keypress events, which are given to Xt's Translation Manager when inputting any cyrillic/greek characters, are not cached in Xt's Translation Manager. At the TRANSLATE macro in the Xt's source lib/Xt/TMkey.c, keycode 0 keyevents are always given to XtTranslateKeycode() and it consumes a long time to parse Motif's Translation Manager tables as many times as keycode 0 keyevent are given. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-01Sun bug #1237023: Dtterm crashes in XtDisplayAccelerators()John McKernan
Don't try to printf if returned string is NULL Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-30Janitor: ansification, make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade
Most "compiler" warnings were actually sparse warnings, due to assigning a integer to a pointer, or an external symbol without a previous declaration.
2008-04-30Set a blank default search path for WIN32Alan Hourihane
2008-04-29less speed, more hasteAlan Hourihane
2008-04-29fix logic inverted problemAlan Hourihane
2008-04-29Reduce the path searches on mingwColin Harrison
2008-04-29Xming specific configuration file settingsColin Harrison
2008-04-29Fix some build issues for Win32 platformsColin Harrison
2008-04-23Add __MINGW32__Colin Harrison
2007-04-08Recalculate fd_set more aggressively (bug #808)Andreas Luik
select() can modify the fd set, so be a bit pessimistic and recalculate it more often.
2006-12-09Don't use "INSTALL" during the build because INSTALL may be set byJeremy C. Reed
build environment with settings for chown and make not work with permissions of the builder. So use mkdir -p and cp instead. This is for my bug #6599.
2006-09-01Sun bug #4962001: Close memory leaks seen in Motif appsQiu-Yuan (Kathleen) Yang
The function "GetResources" will return a copy of resources to the caller and the caller has the responsibility to free the returned copy. However some functions, such as "XtGetSubresources", "_XtGetResources", and "XtGetApplicationResources" invoked "GetResources" without freeing the returned resource copy.
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-04-30Fix ERRORDB definition for the case where ${prefix} != /usrMatthieu Herrb
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-23Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763XORG-6_8_99_903Alan Coopersmith
<https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson
2005-10-18Use $(INSTALL) instead of $(install_sh_DATA) for creating directories.Kevin E Martin
2005-10-18Split the 'install -d' over multiple lines so certain lame versions ofAdam Jackson
autotools don't flip out.
2005-10-18Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.)
2005-08-01Properly define BUILT_FILESXORG-6_99_99_900Adam Jackson
2005-08-01Move building of StringDefs files to src and fix them so that parallel makeKeith Packard
works right.
2005-07-22Bug #3824: <https://bugs.freedesktop.org/show_bug.cgi?id=3824> CorrectXORG-6_8_99_900XORG-6_8_99_16Alan Coopersmith
incomplete license statement from Sun.
2005-07-19distcheck fixes -- clean up after makestrs, don't list non-existant files.Daniel Stone
2005-07-17Fix for building outside of srcdir.Matthieu Herrb
2005-07-16Set version number to 6.0.0 with -version-number.Daniel Stone
2005-07-09Add .cvsignore filesKeith Packard
2005-06-30Add -no-undefined to linker command to build shared library on cygwin tooAlexander Gottwald
2005-05-21Use $(install_sh_DATA) instead of "install" for better portability. RemoveAlan Coopersmith
duplicate installation lines. Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS
2005-05-18Also include include/X11Søren Sandmann Pedersen
2005-05-18- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen
- add build system for lib/Xt
2005-04-20Bugzilla #3072 (https://bugs.freedesktop.org/show_bug.cgi?id=3072)sco_port_update-baseXORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4Alexander Gottwald
attachment #2469 (https://bugs.freedesktop.org/attachment.cgi?id=2469): fix uninitialized pointer in libXt on Win32. Reported by Dave Williss
2005-02-21Convert lib/Xt to ANSI C (Thomas Dickey). Fixes for a few valgrind warningsXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Matthieu Herrb
(Thomas Dickey).
2004-07-31Rename some COMPOSITE macros and enums to avoid conflicting with theXORG-6_7_99_1Eric Anholt
COMPOSITE extension's new macro. These appear to only be used internally.
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAPEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2004-01-29Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330Egbert Eich
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16Kaleb Keithley
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley