Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan 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-06 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan 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-20 | Cygwin/X: Build fix | Jon 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-01 | Sun 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-01 | Sun 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-30 | Janitor: 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-30 | Set a blank default search path for WIN32 | Alan Hourihane | |
2008-04-29 | less speed, more haste | Alan Hourihane | |
2008-04-29 | fix logic inverted problem | Alan Hourihane | |
2008-04-29 | Reduce the path searches on mingw | Colin Harrison | |
2008-04-29 | Xming specific configuration file settings | Colin Harrison | |
2008-04-29 | Fix some build issues for Win32 platforms | Colin Harrison | |
2008-04-23 | Add __MINGW32__ | Colin Harrison | |
2007-04-08 | Recalculate 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-09 | Don't use "INSTALL" during the build because INSTALL may be set by | Jeremy 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-01 | Sun bug #4962001: Close memory leaks seen in Motif apps | Qiu-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-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-04-30 | Fix ERRORDB definition for the case where ${prefix} != /usr | Matthieu Herrb | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
2005-11-23 | Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763XORG-6_8_99_903 | Alan Coopersmith | |
<https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros | |||
2005-11-08 | See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902 | Kean Johnson | |
2005-10-18 | Use $(INSTALL) instead of $(install_sh_DATA) for creating directories. | Kevin E Martin | |
2005-10-18 | Split the 'install -d' over multiple lines so certain lame versions of | Adam Jackson | |
autotools don't flip out. | |||
2005-10-18 | Add --with-xfile-search-path=<path> and default setting to match monolith | Alan Coopersmith | |
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.) | |||
2005-08-01 | Properly define BUILT_FILESXORG-6_99_99_900 | Adam Jackson | |
2005-08-01 | Move building of StringDefs files to src and fix them so that parallel make | Keith Packard | |
works right. | |||
2005-07-22 | Bug #3824: <https://bugs.freedesktop.org/show_bug.cgi?id=3824> CorrectXORG-6_8_99_900XORG-6_8_99_16 | Alan Coopersmith | |
incomplete license statement from Sun. | |||
2005-07-19 | distcheck fixes -- clean up after makestrs, don't list non-existant files. | Daniel Stone | |
2005-07-17 | Fix for building outside of srcdir. | Matthieu Herrb | |
2005-07-16 | Set version number to 6.0.0 with -version-number. | Daniel Stone | |
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-06-30 | Add -no-undefined to linker command to build shared library on cygwin too | Alexander Gottwald | |
2005-05-21 | Use $(install_sh_DATA) instead of "install" for better portability. Remove | Alan Coopersmith | |
duplicate installation lines. Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS | |||
2005-05-18 | Also include include/X11 | Søren Sandmann Pedersen | |
2005-05-18 | - conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8 | Søren Sandmann Pedersen | |
- add build system for lib/Xt | |||
2005-04-20 | Bugzilla #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_4 | Alexander Gottwald | |
attachment #2469 (https://bugs.freedesktop.org/attachment.cgi?id=2469): fix uninitialized pointer in libXt on Win32. Reported by Dave Williss | |||
2005-02-21 | Convert lib/Xt to ANSI C (Thomas Dickey). Fixes for a few valgrind warningsXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1 | Matthieu Herrb | |
(Thomas Dickey). | |||
2004-07-31 | Rename some COMPOSITE macros and enums to avoid conflicting with theXORG-6_7_99_1 | Eric Anholt | |
COMPOSITE extension's new macro. These appear to only be used internally. | |||
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGECOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330 | Egbert Eich | |
2003-11-25 | XFree86 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_16 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | |