ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 11:23:18 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_8, rel-8_9
Changes since 1.124: +21 -17 lines
Diff to previous 1.124
Make replace_field dynamically allocate the result string.

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 11:41:11 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_7
Changes since 1.123: +2 -0 lines
Diff to previous 1.123
Fix last change.

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 10:32:33 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.122: +6 -2 lines
Diff to previous 1.122
Do not compile in the block builtin graphics with --disable-frills.

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 09:55:24 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6
Changes since 1.121: +20 -20 lines
Diff to previous 1.121
Remove trailing whitespace.

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 11:25:04 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.120: +1 -1 lines
Diff to previous 1.120
Nuke rxvt_strdup.

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Mon Oct 22 07:36:51 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_4
Changes since 1.119: +1 -1 lines
Diff to previous 1.119
Fix typo.

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Thu Sep 20 15:32:34 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.118: +17 -2 lines
Diff to previous 1.118
fixed clear_rect to properly blend semitransparent background colors in case of xft and background pixmap

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 19:51:41 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.117: +13 -6 lines
Diff to previous 1.117
Got rid of want_full_refresh - no longer needed; removed setting want_refresh in bgPixmap.apply() - is done in Expose event handler instead; Fixed clearing background to clear vt as well; added check for pixmap origin in font_xft::draw(); added window_position_sensitive() to bgPixmap for consistency

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 17:35:30 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.116: +1 -0 lines
Diff to previous 1.116
*** empty log message ***

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 17:33:46 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.115: +1 -1 lines
Diff to previous 1.115
*** empty log message ***

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 17:32:47 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.114: +1 -1 lines
Diff to previous 1.114
*** empty log message ***

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 17:32:25 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.113: +1 -1 lines
Diff to previous 1.113
*** empty log message ***

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue Aug 28 17:26:52 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.112: +2 -7 lines
Diff to previous 1.112
*** empty log message ***

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Mon Aug 20 20:13:35 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.111: +39 -36 lines
Diff to previous 1.111
Fixed bug in xft_font::draw introduced earlier where background color #0 would not be rendered properly; Fixed bug where background pixmap would not get rendered on initial map if used without transparency

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 22:01:33 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.110: +22 -11 lines
Diff to previous 1.110
fixed compilation with libAfterImage but without transparency; Got rid of am_transparent stuff; added ability to render semitransparent char backgrounds over background pixmap - experimental; Added parsing of color values in #aarrggbb format

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 22:40:10 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.109: +1 -1 lines
Diff to previous 1.109
updated comments explaining pixmap geometry string; added differentiation between HAVE_AFTERIMAGE and XPM_BACKGROUND; began moving background handling functions under bgPixmap_t - work in progress

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:33:04 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.108: +32 -20 lines
Diff to previous 1.108
Preliminary consolidation of pixmap and bgPixmap and rewrite of resize_pixmap(). More work needed.

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 00:40:19 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-8_3
Changes since 1.107: +2 -2 lines
Diff to previous 1.107
TRANSPARENT => ENABLE_TRANSPARENCY rename to avoid symbol conflict
on solaris..

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 16:19:09 2007 UTC (17 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_2
Changes since 1.106: +1 -2 lines
Diff to previous 1.106
*** empty log message ***

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 17:23:50 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-8_0, rel-8_1
Changes since 1.105: +2 -2 lines
Diff to previous 1.105
*** empty log message ***

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 12:50:31 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104
the exg bug

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Tue Oct 3 10:28:25 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.103: +0 -1 lines
Diff to previous 1.103
*** empty log message ***

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 10:10:25 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.102: +10 -10 lines
Diff to previous 1.102
*** empty log message ***

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 18:29:29 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_8, rel-7_9
Changes since 1.101: +7 -3 lines
Diff to previous 1.101
*** empty log message ***

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 00:33:23 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.100: +3 -1 lines
Diff to previous 1.100
*** empty log message ***

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sat Mar 11 00:12:37 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99
*** empty log message ***

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 18:42:15 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.98: +4 -2 lines
Diff to previous 1.98
*** empty log message ***

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:42:00 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7
Changes since 1.97: +1 -1 lines
Diff to previous 1.97
*** empty log message ***

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Feb 19 16:34:36 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.96: +6 -1 lines
Diff to previous 1.96
*** empty log message ***

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 15:24:39 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.95: +26 -4 lines
Diff to previous 1.95
*** empty log message ***

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 14:14:43 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.94: +32 -26 lines
Diff to previous 1.94
*** empty log message ***

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:04:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_6
Changes since 1.93: +9 -9 lines
Diff to previous 1.93
*** empty log message ***

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 00:25:16 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.92: +0 -1 lines
Diff to previous 1.92
*** empty log message ***

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 04:53:30 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.91: +10 -8 lines
Diff to previous 1.91
*** empty log message ***

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 04:27:17 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.90: +50 -35 lines
Diff to previous 1.90
*** empty log message ***

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 02:21:20 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.89: +10 -10 lines
Diff to previous 1.89
*** empty log message ***

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 20:51:28 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.88: +1 -1 lines
Diff to previous 1.88
*** empty log message ***

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:09:21 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3, rel-7_3a, rel-7_4
Changes since 1.87: +10 -10 lines
Diff to previous 1.87
*** empty log message ***

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:03:04 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.86: +1 -1 lines
Diff to previous 1.86
*** empty log message ***

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 13:24:45 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.85: +15 -8 lines
Diff to previous 1.85
*** empty log message ***

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 00:42:21 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.84: +7 -21 lines
Diff to previous 1.84
*** empty log message ***

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 05:47:42 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_1, rel-7_2
Changes since 1.83: +82 -71 lines
Diff to previous 1.83
*** empty log message ***

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 07:35:23 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
*** empty log message ***

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 07:35:07 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.81: +4 -4 lines
Diff to previous 1.81
*** empty log message ***

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 07:19:18 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.80: +2 -4 lines
Diff to previous 1.80
*** empty log message ***

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 07:17:24 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.79: +14 -33 lines
Diff to previous 1.79
*** empty log message ***

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 01:02:15 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.78: +2 -3 lines
Diff to previous 1.78
*** empty log message ***

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 05:37:59 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
*** empty log message ***

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 20:43:38 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3
Changes since 1.76: +5 -2 lines
Diff to previous 1.76
*** empty log message ***

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 23:40:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.75: +9 -1 lines
Diff to previous 1.75
*** empty log message ***

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 00:59:42 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-6_0, rel-6_1, rel-6_2
Changes since 1.74: +15 -15 lines
Diff to previous 1.74
*** empty log message ***

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 15:41:26 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-5_9
Changes since 1.73: +14 -3 lines
Diff to previous 1.73
*** empty log message ***

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Nov 28 19:35:04 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
*** empty log message ***

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 10:59:21 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-5_7, rel-5_8
Changes since 1.71: +13 -8 lines
Diff to previous 1.71
*** empty log message ***

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 10:02:35 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
Changes since 1.70: +31 -32 lines
Diff to previous 1.70
*** empty log message ***

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 00:35:00 2005 UTC (19 years, 1 month ago) by root
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
*** empty log message ***

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Apr 17 22:36:13 2005 UTC (19 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-5_4, rel-5_5
Changes since 1.68: +4 -4 lines
Diff to previous 1.68
*** empty log message ***

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 20:46:47 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_1, rel-5_2, rel-5_3
Changes since 1.67: +4 -2 lines
Diff to previous 1.67
*** empty log message ***

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Feb 12 18:55:04 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.66: +2 -1 lines
Diff to previous 1.66
*** empty log message ***

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 05:51:14 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_0
Changes since 1.64: +26 -20 lines
Diff to previous 1.64
*** empty log message ***

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 05:45:57 2005 UTC (19 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_8, rel-4_9
Changes since 1.56: +55 -18 lines
Diff to previous 1.56
*** empty log message ***

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Fri Dec 10 19:55:55 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_4, rel-4_6, rel-4_7
Changes since 1.52: +28 -36 lines
Diff to previous 1.52
*** empty log message ***

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 02:56:06 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_3
Changes since 1.50: +6 -1 lines
Diff to previous 1.50
*** empty log message ***

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 02:29:14 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_2
Changes since 1.48: +3 -2 lines
Diff to previous 1.48
*** empty log message ***

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 20:19:24 2004 UTC (19 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-4_1
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
*** empty log message ***

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 05:45:30 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-4_0
Changes since 1.41: +28 -13 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 02:33:09 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_8
Changes since 1.6: +435 -166 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 01:58:17 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_7
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 01:29:12 2004 UTC (19 years, 9 months ago) by root
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]
Mon Aug 16 12:04:57 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 21:55:45 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +10 -10 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 08:04:45 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 15 00:37:04 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-8_9: (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