Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Trim trailing whitespaces | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Add pointers to mailing list, bugzilla, wiki & git repo to README | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-13 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-08-20 | xaw8 is gone, use xaw7 | James Cloos | |
2008-05-16 | $(builddir) is the current directory | Julien Cristau | |
Apparently automake doesn't always export the builddir variable. This fixes my previous commit. | |||
2008-04-20 | Fix build with builddir != srcdir | Julien Cristau | |
2008-03-27 | Build fix for file systems that are not case sensitive | Jeremy Huddleston | |
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2007-12-20 | X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating | vdb128 | |
X.Org Bugzilla #13537 <https://bugs.freedesktop.org/show_bug.cgi?id=13537> Patch #12964 <https://bugs.freedesktop.org/attachment.cgi?id=12964&action=view> | |||
2007-10-22 | Fix logic inversion in geometry computation in -norender -digital mode. | Todd C. Miller | |
2007-08-06 | Version bump: 1.0.3xclock-1.0.3 | Alan Coopersmith | |
2007-08-06 | Replace static changelog with dist-hook to generate from git log | Alan Coopersmith | |
2007-08-06 | Fix cast to clear sparse warning: Using plain integer as NULL pointer | Alan Coopersmith | |
2007-08-06 | Change xclock_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
Clears warning message: Makefile.am:28: compiling `Clock.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||
2007-06-13 | Man page: add missing options to synopsis section | Alan Coopersmith | |
2007-06-13 | Don't segfault if unable to load a usable fontset | Alan Coopersmith | |
2007-06-12 | Add pointer to Xft/fontconfig font name format to man page | Alan Coopersmith | |
2007-06-12 | X.Org Bug 10775: xclock does not set _NET_WM_PID | Alan Coopersmith | |
X.Org Bugzilla #10775: <https://bugs.freedesktop.org/show_bug.cgi?id=10775> | |||
2007-05-18 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2007-05-18 | Make use of iconv() conditional on configure.ac finding it in libc or libiconv | Alan Coopersmith | |
2007-05-18 | Sun bug 6518500: Use iconv() to convert other charsets to UTF8 | Osamu Sayama | |
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6518500> | |||
2006-04-26 | Bump to 1.0.2xclock-1_0_2XORG-7_1 | Adam Jackson | |
2006-03-29 | Bug #6420 <https://bugs.freedesktop.org/show_bug.cgi?id=6420> Patch #5103XORG-7_0_99_901 | Alan Coopersmith | |
<https://bugs.freedesktop.org/attachment.cgi?id=5103> xclock code contains wrong "ifdef RENDER" (Kirill Belokurov) | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-07 | Change to use the app-defaults default dir configured in libXt.MODULAR_COPY | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-06 | Bugzilla #5251 <https://bugs.freedesktop.org/show_bug.cgi?id=5251> xclock | Alan Coopersmith | |
-digital only shows "20" (Egmont Koblinger) | |||
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | 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) | |||
2005-11-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Change default install dir for app-default files from | Alan Coopersmith | |
$(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match the monolith & allow localization | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-10-13 | Fix app-default files to install under the same names as in the monolith | Alan Coopersmith | |
instead of their short names used only for 14-character filename length limited ancient filesystems | |||
2005-08-01 | Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900 | Alan Coopersmith | |
Berkholz) | |||
2005-07-29 | Various changes preparing packages for RC0: | Kevin E Martin | |
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version | |||
2005-07-28 | Fix distcheck for remaining apps | Kevin E Martin | |
2005-07-26 | Replace more GNU make-ism's with more portable macros | Alan Coopersmith | |
2005-07-23 | Get rid of DEP_{CFLAGS,LIBS}. This is what was intended, but had a bug in | Matthieu Herrb | |
rev 1.2 | |||
2005-07-23 | use the DEP_{CFLAGS,LIBS} that were computed in XCLOCK_{CFLAGS,LIBS} | Matthieu Herrb | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-16 | Add #include "config.h" for modularization Accept autoconf HAVE_STRLCPY asXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15 | Alan Coopersmith | |
alias for HAS_STRLCAT | |||
2005-07-16 | Fix app-defaults rule in Makefile.am to work with non-GNU make Add checks | Alan Coopersmith | |
for strlcat, xkb, xft2, render, xkb Add --with-* options for XKB & Xft2/Render (enabled by default) | |||
2005-07-01 | Build system for xclock | Søren Sandmann Pedersen | |
2004-10-30 | Add -d flag for compilers like the Sun C compilers that produce dependencyxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1xprint_packagertest_20041217xprint_packagertest_20041125sco_port_update | Alan Coopersmith | |
lists themselves. To use with the Sun compilers, add to host.def: # define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun bug id #4245688 - fix by Alan Coopersmith) Add Solaris to the platforms on which mprotect is run to set execute permissions when necessary. (Sun bug id #6175128 - fix by Alan Coopersmith) Internationalize digital output (Sun bug id #4119396 - fix by Steve Swales), add -bgpixmap option to set XPM file as background (originally from STSF project version of xclock by Alan Coopersmith) xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which are one too low in error messages (Xorg bugzilla #1739, Sun bug id 4637857 - fix by Sam Lau) |