summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-02libXt 1.0.6libXt-1.0.6Adam Jackson
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-03-12darwin: Don't use poll() on versions of darwin before darwin10Jeremy Huddleston
2009-02-02Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith
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-10-20X.Org Bug 17942: libXt manpage formattingPeter Breitenlohner
<http://bugs.freedesktop.org/show_bug.cgi?id=17942>
2008-09-23configure.ac: Minor thinkoDaniel Stone
2008-09-23configure.ac: Use native compiler for build toolsJohn Tapsell
makestrs is used during the build, so use the native compiler (either gcc or cc in $PATH, can be overridden as $CC_FOR_BUILD) instead of the (possibly cross-) compiler.
2008-06-23Update ac_define_dir.m4 to 2008-04-12 versionAlan Coopersmith
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-29Link with winsock for WIN32 platformsAlan Hourihane
2008-04-29Fix some build issues for Win32 platformsColin Harrison
2008-04-23Add __MINGW32__Colin Harrison
2008-03-09nuke RCS IdsMatthieu Herrb
2008-03-07Solaris builds need to pass -intelabi to makestrs, even on SPARCAlan Coopersmith
For some reason, when Solaris moved to X11R6.0, the intelabi version of StringDefs.c/.h was used on SPARC, so now we're stuck with 10+ years of binaries built to use it.
2007-12-06Add missing PHONY line for automatic ChangeLog generationJames Cloos
2007-06-23Allow C++ apps to build using libXtJulien Cristau
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.
2007-02-26Sync XtGetErrorDatabaseText() prototype with reality.Matthieu Herrb
2007-02-20added -flat_namespace to CFLAGS for DarwinBen Byer
2007-01-27Version bump: 1.0.5libXt-1.0.5Alan Coopersmith
2007-01-27Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith
2007-01-02Bug 9514: Markup error in makestrs.1x man pageEric S. Raymond
<https://bugs.freedesktop.org/show_bug.cgi?id=9514>
2006-12-09Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXtJeremy C. Reed
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-11-08bump to 1.0.4libXt-1.0.4Daniel Stone
2006-10-27Fix .pc file with new autotools by using AC_DEFINE_DIR.Eric Anholt
With autoconf 2.60, $datadir now expands to use $datarootdir rather than just $prefix, so the .pc referenced the undefined $datarootdir. AC_DEFINE_DIR expands it all out for us.
2006-10-27Add more generated files to ignore.Eric Anholt
2006-10-13Bump to 1.0.3libXt-1.0.3Adam Jackson
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-09-01Add *~ to .gitignore to skip over emacs droppingsAlan Coopersmith
2006-08-30Generate the internal manpage section using __libmansuffix__David Nusinow
2006-07-13renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-05-12Bump to 1.0.2libXt-1_0_2XORG-7_1Adam Jackson
2006-04-30Fix ERRORDB definition for the case where ${prefix} != /usrMatthieu Herrb
2006-04-27Bump to 1.0.1libXt-1_0_1Adam Jackson
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-10Add configure option to install makestrs and its manpage.MODULAR_COPYKevin E Martin
Add makestrs man page.
2005-12-07Add configure option to set the build's app-default dir, and put the resultKevin E Martin
in the xt.pc file for applications to use.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)