Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-02 | libXt 1.0.6libXt-1.0.6 | Adam Jackson | |
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-03-12 | darwin: Don't use poll() on versions of darwin before darwin10 | Jeremy Huddleston | |
2009-02-02 | Add README with pointers to mailing list, bugzilla & git repos | Alan Coopersmith | |
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-10-20 | X.Org Bug 17942: libXt manpage formatting | Peter Breitenlohner | |
<http://bugs.freedesktop.org/show_bug.cgi?id=17942> | |||
2008-09-23 | configure.ac: Minor thinko | Daniel Stone | |
2008-09-23 | configure.ac: Use native compiler for build tools | John 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-23 | Update ac_define_dir.m4 to 2008-04-12 version | Alan Coopersmith | |
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 | Link with winsock for WIN32 platforms | Alan Hourihane | |
2008-04-29 | Fix some build issues for Win32 platforms | Colin Harrison | |
2008-04-23 | Add __MINGW32__ | Colin Harrison | |
2008-03-09 | nuke RCS Ids | Matthieu Herrb | |
2008-03-07 | Solaris builds need to pass -intelabi to makestrs, even on SPARC | Alan 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-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2007-06-23 | Allow C++ apps to build using libXt | Julien Cristau | |
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. | |||
2007-02-26 | Sync XtGetErrorDatabaseText() prototype with reality. | Matthieu Herrb | |
2007-02-20 | added -flat_namespace to CFLAGS for Darwin | Ben Byer | |
2007-01-27 | Version bump: 1.0.5libXt-1.0.5 | Alan Coopersmith | |
2007-01-27 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2007-01-02 | Bug 9514: Markup error in makestrs.1x man page | Eric S. Raymond | |
<https://bugs.freedesktop.org/show_bug.cgi?id=9514> | |||
2006-12-09 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libXt | Jeremy C. Reed | |
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-11-08 | bump to 1.0.4libXt-1.0.4 | Daniel Stone | |
2006-10-27 | Fix .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-27 | Add more generated files to ignore. | Eric Anholt | |
2006-10-13 | Bump to 1.0.3libXt-1.0.3 | Adam Jackson | |
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-09-01 | Add *~ to .gitignore to skip over emacs droppings | Alan Coopersmith | |
2006-08-30 | Generate the internal manpage section using __libmansuffix__ | David Nusinow | |
2006-07-13 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-05-12 | Bump to 1.0.2libXt-1_0_2XORG-7_1 | Adam Jackson | |
2006-04-30 | Fix ERRORDB definition for the case where ${prefix} != /usr | Matthieu Herrb | |
2006-04-27 | Bump to 1.0.1libXt-1_0_1 | Adam Jackson | |
2006-02-12 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901 | Alan Coopersmith | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-10 | Add configure option to install makestrs and its manpage.MODULAR_COPY | Kevin E Martin | |
Add makestrs man page. | |||
2005-12-07 | Add configure option to set the build's app-default dir, and put the result | Kevin E Martin | |
in the xt.pc file for applications to use. | |||
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-12-03 | Add check and cflags for malloc(0) returning NULL. | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) |