summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-30bump to 1.0.3twm-1.0.3Daniel Stone
2006-11-28Fix system.twmrc handlingMatthieu Herrb
2006-10-13Bump to 1.0.2twm-1.0.2Adam Jackson
2006-06-03Coverity #369: If malloc of entry->wm_command fails, error cleanup wasAlan Coopersmith
still trying to read pointers from it to free.
2006-06-03Coverity #1508: Variable "action" not freed or pointed-toAlan Coopersmith
2005-12-21Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin 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)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-16Capitalize O in "X.Org Foundation"Alan Coopersmith
Use cpp to substitute variables in man pages
2005-10-15Have generated files be cleaned by maintainer to pass check-tarball test.Kevin E Martin
2005-10-09Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can'tXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith
handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
2005-10-09Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can'tAlan Coopersmith
handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
2005-10-09Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can'tAlan Coopersmith
handle 8-bit characters in .twmrc (Tomohiro KUBOITA)
2005-08-02Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard
regenerated after 'make clean' and to make parallel builds work right.
2005-08-01Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900Alan Coopersmith
Berkholz)
2005-07-30Add prototypes of Xalloc/free functions.XORG-6_8_99_900Alan Coopersmith
Export ImUtil.h to match modular tree install. Define SVR4 to 1 to avoid warning about redefining to different values. Include missing headers to clear more compiler warnings.
2005-07-29Various 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-20Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson
configure cache, you cache it, and the cached value is probably wrong.
2005-07-17fix rules to work with non-GNU make and outside of $srcdirMatthieu Herrb
2005-07-16Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_16Alan Coopersmith
HAS_MKSTEMP defined in modular builds.
2005-07-16Define HAS_MKSTEMP if mkstemp() is present (needed for improved protectionAlan Coopersmith
against tempfile race conditions in many places)
2005-07-14Add _BSD_SOURCE - patch from Stefan DirschSøren Sandmann Pedersen
2005-07-14Add makefile that CVS ate - patch from Stefan DirschSøren Sandmann Pedersen
2005-07-11Bug #3754: Fix window misplacement in twm. (Christopher Mario Mae)XORG-6_8_99_15Daniel Stone
2005-06-29Add buildsystem for twmSøren Sandmann Pedersen
2005-03-11xc/programs/twm/Imakefilesco_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_1sco_port_updateRoland Mainz
xc/programs/twm/twm.c //bugs.freedesktop.org/show_bug.cgi?id=2705) attachment #2087 (https://bugs.freedesktop.org/attachment.cgi?id=2087) Make twm ignore print screens to avoid that users accidentally warp on a non-video screen (which are not visible on any monitor) when the Xserver has both video and print screens. (This includes also a small cleanup of xdpyinfo where parts of the print screen test code comes from) Patch by Julien Lafon <julien.lafon@gmail.com> (MIT/X.org license).
2005-03-11xc/programs/twm/add_window.cRoland Mainz
xc/programs/twm/cursor.c xc/programs/twm/events.c xc/programs/twm/gc.c xc/programs/twm/gram.y xc/programs/twm/iconmgr.c xc/programs/twm/icons.c xc/programs/twm/list.c xc/programs/twm/menus.c xc/programs/twm/parse.c xc/programs/twm/resize.c xc/programs/twm/twm.c //bugs.freedesktop.org/show_bug.cgi?id=2566) attachment #2083 (https://bugs.freedesktop.org/attachment.cgi?id=2083) ANSI-fy twm window manager code. The conversion preserves the comments which annotate variables and function arguments (these have been moved into doxygen(esque?) "stubs" above each function. Patch by Mike Owens <etc@filespanker.com>.
2004-04-23Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAPEgbert 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
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1Kaleb Keithley
2003-11-14Initial revisionXORG-STABLEKaleb Keithley
2003-11-14R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley