Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-30 | bump to 1.0.3twm-1.0.3 | Daniel Stone | |
2006-11-28 | Fix system.twmrc handling | Matthieu Herrb | |
2006-10-13 | Bump to 1.0.2twm-1.0.2 | Adam Jackson | |
2006-06-03 | Coverity #369: If malloc of entry->wm_command fails, error cleanup was | Alan Coopersmith | |
still trying to read pointers from it to free. | |||
2006-06-03 | Coverity #1508: Variable "action" not freed or pointed-to | Alan Coopersmith | |
2005-12-21 | Update package version for X11R7 release.XORG-7_1XORG-7_0_99_901XORG-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-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
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-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
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-16 | Capitalize O in "X.Org Foundation" | Alan Coopersmith | |
Use cpp to substitute variables in man pages | |||
2005-10-15 | Have generated files be cleaned by maintainer to pass check-tarball test. | Kevin E Martin | |
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can'tXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-10-09 | Bug #3755 <https://bugs.freedesktop.org/show_bug.cgi?id=3755> twm can't | Alan Coopersmith | |
handle 8-bit characters in .twmrc (Tomohiro KUBOITA) | |||
2005-08-02 | Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they are | Keith Packard | |
regenerated after 'make clean' and to make parallel builds work right. | |||
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-30 | Add prototypes of Xalloc/free functions.XORG-6_8_99_900 | Alan 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-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-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-17 | fix rules to work with non-GNU make and outside of $srcdir | Matthieu Herrb | |
2005-07-16 | Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to getXORG-6_8_99_16 | Alan Coopersmith | |
HAS_MKSTEMP defined in modular builds. | |||
2005-07-16 | Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection | Alan Coopersmith | |
against tempfile race conditions in many places) | |||
2005-07-14 | Add _BSD_SOURCE - patch from Stefan Dirsch | Søren Sandmann Pedersen | |
2005-07-14 | Add makefile that CVS ate - patch from Stefan Dirsch | Søren Sandmann Pedersen | |
2005-07-11 | Bug #3754: Fix window misplacement in twm. (Christopher Mario Mae)XORG-6_8_99_15 | Daniel Stone | |
2005-06-29 | Add buildsystem for twm | Søren Sandmann Pedersen | |
2005-03-11 | xc/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_update | Roland 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-11 | xc/programs/twm/add_window.c | Roland 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-23 | Merging 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-branchCOMPOSITEWRAP | 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 | |
2003-11-25 | XFree86 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-2330 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | Initial revisionXORG-STABLE | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | |