ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Sun May 28 10:25:52 2023 UTC (11 months ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.162: +77 -39 lines
Diff to previous 1.162
Use AS_HELP_STRING to format configure help strings

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 17:12:43 2023 UTC (15 months, 4 weeks ago) by root
Branch: MAIN
Changes since 1.161: +8 -2 lines
Diff to previous 1.161
*** empty log message ***

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 16:51:59 2022 UTC (16 months ago) by root
Branch: MAIN
Changes since 1.160: +2 -1 lines
Diff to previous 1.160
*** empty log message ***

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 17:50:20 2021 UTC (2 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_30
Changes since 1.159: +0 -4 lines
Diff to previous 1.159
configure: remove C++11 test

Due to a bug, ac_prog_cxx_stdcxx is set as documented only with the
latest autoconf from git.

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Mon Nov 22 15:41:18 2021 UTC (2 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29
Changes since 1.158: +9 -1 lines
Diff to previous 1.158
Disable -Wparentheses warnings

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 14:13:40 2021 UTC (2 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.157: +0 -10 lines
Diff to previous 1.157
configure.ac: remove unused variables and unneeded macro calls

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 19:18:52 2021 UTC (2 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.156: +7 -8 lines
Diff to previous 1.156
Unbundle libptytty

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu May 13 19:40:27 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26
Changes since 1.155: +2 -4 lines
Diff to previous 1.155
configure.ac: stop using obsolete macros

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Thu May 13 19:24:28 2021 UTC (2 years, 11 months ago) by root
Branch: MAIN
Changes since 1.154: +5 -1 lines
Diff to previous 1.154
*** empty log message ***

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 12:00:07 2015 UTC (8 years, 10 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_22
Changes since 1.153: +10 -1 lines
Diff to previous 1.153
Bail out if --disable-resources is given and either frills or perl is enabled.

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 11:58:26 2015 UTC (8 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.152: +8 -0 lines
Diff to previous 1.152
Add pointerShape resource to change the mouse pointer shape.

Based on a patch by Brian Watson.

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Tue Jun 16 11:56:37 2015 UTC (8 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.151: +13 -40 lines
Diff to previous 1.151
Factor code to find a library with pkg-config into a macro.

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Tue Apr 7 20:24:40 2015 UTC (9 years ago) by sf-exg
Branch: MAIN
Changes since 1.150: +2 -4 lines
Diff to previous 1.150
Use AC_PATH_TOOL to find pkg-config.

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Nov 8 13:00:55 2014 UTC (9 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21
Changes since 1.149: +3 -3 lines
Diff to previous 1.149
Fix autoconf xim tests.

The xim tests fail on systems where there is no X11 directory in the
default include path, such as FreeBSD, because X_CFLAGS is added to
CFLAGS and CFLAGS is not honored in C++. Fix the tests by adding
X_CFLAGS to CXXFLAGS.

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 15:52:39 2014 UTC (9 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.148: +17 -5 lines
Diff to previous 1.148
Require Render >= 0.11.

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Mon Mar 11 20:22:20 2013 UTC (11 years, 1 month ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.147: +2 -4 lines
Diff to previous 1.147
Simplify.

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:23:35 2012 UTC (11 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17
Changes since 1.146: +0 -4 lines
Diff to previous 1.146
Revise preprocessor macros that control the core bg image code.

Move definition of BG_IMAGE_FROM_FILE in rxvt.h and add analogous
BG_IMAGE_FROM_ROOT macro that is set if the code to manage the root
pixmap is needed.

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 19:36:11 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16
Changes since 1.145: +28 -25 lines
Diff to previous 1.145
Do not require xrender for icon file support.

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 20:50:05 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.144: +0 -17 lines
Diff to previous 1.144
-ydbe

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Tue Jun 19 18:17:56 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.143: +17 -0 lines
Diff to previous 1.143
*** empty log message ***

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 13:07:56 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.142: +43 -36 lines
Diff to previous 1.142
Switch background.C to rxvtimg api (xrender is now required).

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Thu May 10 22:42:03 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.141: +1 -2 lines
Diff to previous 1.141
improve message

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 21:47:06 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.140: +0 -52 lines
Diff to previous 1.140
Remove deprecated libAfterImage image backend.

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 18:17:32 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15
Changes since 1.139: +0 -1 lines
Diff to previous 1.139
Remove unneeded invocation of AC_PROG_CPP.

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 15:08:55 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.138: +0 -6 lines
Diff to previous 1.138
Remove check for setlocale, it is required.

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:33:43 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.137: +1 -2 lines
Diff to previous 1.137
Include the C standard headers rather than the corresponding C++ version.

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 11:08:19 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.136: +0 -6 lines
Diff to previous 1.136
Remove check that is now provided by ptytty.m4.

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 19:44:09 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.135: +3 -3 lines
Diff to previous 1.135
Fix linker definition for non-gcc compilers.

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 20:27:07 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.134: +2 -2 lines
Diff to previous 1.134
Remove unportable and unneeded use of \t in sed expression.

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 18:46:45 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14
Changes since 1.133: +1 -1 lines
Diff to previous 1.133
Update warnings enabled by --enable-warnings.

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 13:34:20 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.132: +6 -6 lines
Diff to previous 1.132
Cosmetic, rename variables.

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Wed Dec 14 12:03:04 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.131: +1 -4 lines
Diff to previous 1.131
Deprecate libafterimage support.

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Tue Dec 13 19:13:27 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.130: +9 -11 lines
Diff to previous 1.130
Simplify.

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 16:03:31 2011 UTC (12 years, 5 months ago) by mikachu
Branch: MAIN
Changes since 1.129: +33 -0 lines
Diff to previous 1.129
Apply startup notification patch from Michael Stapelberg

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 17:30:46 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11, rel-9_12
Changes since 1.128: +9 -8 lines
Diff to previous 1.128
Format xlocale configure test.

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 17:41:24 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.127: +1 -1 lines
Diff to previous 1.127
Fix return type of main in configure test.

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Wed Jan 5 17:36:18 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
Use AC_LANG_SOURCE in xim configure test.

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 23:12:10 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.125: +0 -6 lines
Diff to previous 1.125
Remove configure test and fallback definition for XPointer.

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 10:01:53 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.124: +3 -0 lines
Diff to previous 1.124
Enable gdk-pixbuf support by default.

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 10:32:08 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.123: +1 -0 lines
Diff to previous 1.123
Re-add include of sys/byteorder.h.

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Mon Jan 3 03:05:47 2011 UTC (13 years, 4 months ago) by root
Branch: MAIN
Changes since 1.122: +0 -1 lines
Diff to previous 1.122
*** empty log message ***

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Thu Dec 2 11:02:16 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_10
Changes since 1.121: +3 -3 lines
Diff to previous 1.121
Implement our own pixbuf to pixmap rendering to get rid of dependency on
buggy gtk-pixbuf-xlib. Only truecolor visuals are supported.

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 12:33:21 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.120: +28 -20 lines
Diff to previous 1.120
Explicitly depend on fontconfig and xrender when xft support is enabled,
since in recent Xft releases these libs are private dependencies only.

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Sun Oct 31 08:28:01 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_09
Changes since 1.119: +19 -1 lines
Diff to previous 1.119
Disentangle xft and xrender support.

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Thu Oct 14 22:08:45 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.118: +5 -1 lines
Diff to previous 1.118
Notify if gdk-pixbuf is used at the end of configure and in urxvt help
string.

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 23:04:56 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.117: +1 -0 lines
Diff to previous 1.117
Add support for blurring the root background with XRender.

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Oct 8 18:57:04 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.116: +1 -1 lines
Diff to previous 1.116
Fix typo.

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Mon Oct 4 07:16:20 2010 UTC (13 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.115: +0 -14 lines
Diff to previous 1.115
Remove unimplemented configure option.

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 15:48:10 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.114: +32 -0 lines
Diff to previous 1.114
Add support for using gdk-pixbuf as image backend.

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Mon Aug 30 18:14:38 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.113: +5 -9 lines
Diff to previous 1.113
Move AC_DEFINE / AC_SUBST for afterimage next to the correponding test.

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Fri Jul 23 06:43:33 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.112: +0 -3 lines
Diff to previous 1.112
Remove broken AC_ARG_PROGRAM support.

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 15:42:49 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.111: +0 -7 lines
Diff to previous 1.111
Remove unneeded AC_SUBST.

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Fri Jul 16 17:49:56 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.110: +3 -3 lines
Diff to previous 1.110
Simplify lib tests with AC_SEARCH_LIBS.

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 08:10:21 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.109: +10 -0 lines
Diff to previous 1.109
Hook 256-color support in configure.

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 13:14:50 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.108: +1 -1 lines
Diff to previous 1.108
Fix typos.

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sun Jan 31 11:28:09 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.107: +1 -1 lines
Diff to previous 1.107
Fix wording.

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sun Jan 31 09:47:24 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.106: +6 -6 lines
Diff to previous 1.106
Add mandatory "_cv_" part to autoconf cache variable names.

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sat Dec 26 10:24:04 2009 UTC (14 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-9_07
Changes since 1.105: +10 -0 lines
Diff to previous 1.105
*** empty log message ***

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 22:48:31 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_02, rel-9_05, rel-9_06
Changes since 1.104: +4 -14 lines
Diff to previous 1.104
Always compile in plain style scrollbar.

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sun Jan 6 21:34:57 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-9_0, rel-9_01
Changes since 1.103: +2 -2 lines
Diff to previous 1.103
indent

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 20:57:52 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.102: +0 -12 lines
Diff to previous 1.102
Remove leftovers of librxvt.

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 14:00:47 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.101: +0 -14 lines
Diff to previous 1.101
Merge rxvtlib.h.in in rxvt.h.

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Thu Dec 27 14:21:57 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.100: +1 -10 lines
Diff to previous 1.100
Remove workaround for SunOS 4.

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sun Dec 23 05:03:52 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-8_9
Changes since 1.99: +3 -3 lines
Diff to previous 1.99
partial autopupdate ftw

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 01:34:36 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.98: +0 -1 lines
Diff to previous 1.98
Remove useless check for clocale header.

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 18:25:44 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_8
Changes since 1.97: +0 -9 lines
Diff to previous 1.97
Remove leftovers.

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 18:07:08 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.96: +4 -50 lines
Diff to previous 1.96
Use autoconf macros to define exact-width types if missing.

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 17:42:04 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.95: +0 -18 lines
Diff to previous 1.95
Headers cleanup.

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 11:39:06 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.94: +1 -3 lines
Diff to previous 1.94
We require termios.h.

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 09:10:56 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.93: +0 -22 lines
Diff to previous 1.93
Remove definitions for unused types.

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 09:04:34 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.92: +1 -0 lines
Diff to previous 1.92
Readd time.h check (was implicitly done in AC_HEADER_TIME).

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 08:54:07 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.91: +0 -1 lines
Diff to previous 1.91
libptytty takes care of including util.h.

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 23:49:38 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.90: +0 -4 lines
Diff to previous 1.90
Remove leftover.

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 23:41:15 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.89: +1 -2 lines
Diff to previous 1.89
Use AC_GNU_SOURCE rather than defining _GNU_SOURCE directly.

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 23:36:05 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.88: +6 -7 lines
Diff to previous 1.88
Comment out librxvt related stuff.

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 23:27:49 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.87: +0 -13 lines
Diff to previous 1.87
Remove invocations of unneeded macros.

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Mon Dec 10 19:17:29 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.86: +1 -15 lines
Diff to previous 1.86
Remove leftovers.

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 01:20:49 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.85: +6 -6 lines
Diff to previous 1.85
*** empty log message ***

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 20:07:49 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
more pointless space opts

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 01:31:38 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6, rel-8_7
Changes since 1.83: +1 -0 lines
Diff to previous 1.83
avoid -lrt, gettimeofday isn't that bad for our purposes

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 01:02:09 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.82: +7 -3 lines
Diff to previous 1.82
*** empty log message ***

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 04:08:00 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.81: +4 -0 lines
Diff to previous 1.81
first rough cut at libev integration

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 00:55:45 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.80: +0 -15 lines
Diff to previous 1.80
Remove unused check.

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 00:19:14 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.79: +1 -5 lines
Diff to previous 1.79
Remove useless checks.

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 11:59:09 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.78: +6 -6 lines
Diff to previous 1.78
Cosmetics.

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 11:55:23 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.77: +16 -0 lines
Diff to previous 1.77
Add configure option to enable g++ (sensible) warnings and disable all warnings
by default.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 08:15:42 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_4
Changes since 1.76: +3 -3 lines
Diff to previous 1.76
Cosmetics.

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 12:17:58 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
Simplify rule to install terminfo entry.

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 21:06:07 2007 UTC (16 years, 7 months ago) by sasha
Branch: MAIN
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
renamed XPM_BACKGROUND to BG_IMAGE_FROM_FILE

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 18:47:40 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.73: +26 -27 lines
Diff to previous 1.73
Group together xim tests and run them only if xim is requested.

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Aug 4 10:46:22 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.72: +3 -8 lines
Diff to previous 1.72
perl deps are handled in rxvt.h.

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 23:32:14 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.71: +0 -12 lines
Diff to previous 1.71
Remove --enable-tinting and make --enable-transparency enable also the tinting
code.

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 00:19:32 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.70: +1 -8 lines
Diff to previous 1.70
*** empty log message ***

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 00:09:54 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.69: +1 -37 lines
Diff to previous 1.69
Nuke --enable-xpm-background.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 18:38:15 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-8_3
Changes since 1.68: +21 -16 lines
Diff to previous 1.68
fix lots of configure bugs

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 18:10:10 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.67: +11 -11 lines
Diff to previous 1.67
*** empty log message ***

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 18:13:26 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
*** empty log message ***

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Jul 27 10:06:43 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65
No need to use awk, cut is enough.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:18:59 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.64: +6 -7 lines
Diff to previous 1.64
*** empty log message ***

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 17:41:46 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
Fix test expression.

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 11:57:18 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.62: +2 -4 lines
Diff to previous 1.62
reverted unapproved policy change

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 22:41:45 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.61: +14 -6 lines
Diff to previous 1.61
added check for libAfterImage version to be greater then 1.15 - in this case there should not be any need to init dpy var

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Thu Jun 28 17:19:56 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.60: +0 -2 lines
Diff to previous 1.60
*** empty log message ***

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 21:59:13 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.59: +1 -5 lines
Diff to previous 1.59
*** empty log message ***

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 20:53:07 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.58: +0 -9 lines
Diff to previous 1.58
*** empty log message ***

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 19:47:00 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.57: +0 -43 lines
Diff to previous 1.57
*** empty log message ***

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:30:04 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.56: +4 -3 lines
Diff to previous 1.56
*** empty log message ***

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 00:40:18 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.55: +1 -1 lines
Diff to previous 1.55
TRANSPARENT => ENABLE_TRANSPARENCY rename to avoid symbol conflict
on solaris..

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 23:11:23 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.54: +1 -3 lines
Diff to previous 1.54
Define _XOPEN_SOURCE to 500 on Solaris to enable the required namespace.

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 13:53:42 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.53: +5 -5 lines
Diff to previous 1.53
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 13:50:40 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.52: +1 -4 lines
Diff to previous 1.52
HAVE_XLOCALE is unused.

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 16:20:41 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.51: +0 -3 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 12:34:32 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.50: +5 -1 lines
Diff to previous 1.50
rxvtc needs only the c++ lib.

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 11:30:42 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.49: +0 -3 lines
Diff to previous 1.49
Remove unused variables.

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 11:19:41 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.48: +0 -4 lines
Diff to previous 1.48
Remove leftovers of dmalloc.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 17:36:47 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 13:44:27 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
fix typo.

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 14:13:16 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 13:04:27 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.44: +8 -6 lines
Diff to previous 1.44
- document some new bugs.
- document changes.
- improve configure for afterimage.
- fix type.
- some indenting.

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:27:43 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:22:10 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.42: +1 -7 lines
Diff to previous 1.42
Use AC_PATH_PROG to find afterimage-config.

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:19:36 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.41: +26 -26 lines
Diff to previous 1.41
Reindent.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:15:38 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.40: +4 -2 lines
Diff to previous 1.40
*** empty log message ***

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 10:28:55 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.39: +14 -14 lines
Diff to previous 1.39
Remove trailing whitespace.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 20:04:10 2007 UTC (16 years, 10 months ago) by sasha
Branch: MAIN
Changes since 1.38: +77 -4 lines
Diff to previous 1.38
added preliminary support to use libAfterImage for background pixmap loading and rendering of transparency effects including blending of pixmap over background using several methods, and gaussian blurr of the transparency background

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon May 7 13:43:39 2007 UTC (17 years ago) by ayin
Branch: MAIN
Changes since 1.37: +0 -7 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Mon May 7 13:42:23 2007 UTC (17 years ago) by ayin
Branch: MAIN
Changes since 1.36: +5 -2 lines
Diff to previous 1.36
Add missing includes in tests.

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 22:49:03 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_6, rel-7_7, rel-7_8, rel-7_9, rel-8_0, rel-8_1, rel-8_2
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 14:41:00 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.34: +23 -9 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 20:09:06 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.33: +0 -6 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 21:27:17 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.32: +0 -11 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 21:25:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 21:25:12 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.30: +0 -10 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 22:09:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3a, rel-7_4
Changes since 1.29: +0 -3 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:03:03 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3
Changes since 1.28: +0 -11 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 10:41:16 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.27: +0 -3 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 10:26:21 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.26: +0 -31 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 10:10:39 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.25: +0 -39 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 09:56:47 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.24: +0 -1 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 20:39:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 17:05:15 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.22: +2 -6 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 17:00:42 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 10:08:35 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 04:09:17 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.19: +8 -11 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 23:07:38 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.18: +1 -36 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 22:32:29 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.17: +11 -2 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 21:01:54 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 19:50:53 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.15: +21 -8 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 18:15:07 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.14: +2 -420 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 00:09:06 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.13: +8 -8 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 23:53:21 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 18:04:17 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 16:00:38 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 11:02:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 10:27:08 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +17 -17 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 11:28:42 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-7_1
Changes since 1.7: +0 -1 lines
Diff to previous 1.7
Don't include stdint.h in the struct utmp check.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 08:33:34 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.6: +0 -4 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 22:08:08 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 21:31:24 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 15:41:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 15:00:34 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 12:53:29 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.1: +0 -10 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 12:21:41 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a