ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtimg.C
Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Jan 10 06:06:16 2024 UTC (4 months ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.113: +5 -2 lines
Diff to previous 1.113
Fix memory leak in rxvt_img::muladd

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sat May 8 06:15:32 2021 UTC (3 years ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.112: +0 -2 lines
Diff to previous 1.112
Remove unused variables

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 18:31:32 2019 UTC (4 years, 7 months ago) by root
Branch: MAIN
Changes since 1.111: +1 -1 lines
Diff to previous 1.111
silly glib

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 18:29:02 2019 UTC (4 years, 7 months ago) by root
Branch: MAIN
Changes since 1.110: +1 -1 lines
Diff to previous 1.110
*** empty log message ***

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Tue Sep 17 18:06:37 2019 UTC (4 years, 7 months ago) by root
Branch: MAIN
Changes since 1.109: +9 -1 lines
Diff to previous 1.109
*** empty log message ***

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 08:16:31 2017 UTC (6 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.108: +26 -20 lines
Diff to previous 1.108
Fix urxvtd crash when using a background expression.

A rxvt_img object contains a pointer to the associated rxvt_screen,
which in practice corresponds to the terminal object that created the
image. This causes a use-after-free when there are two or more terminal
objects sharing a rxvt_img and the one that created it is destroyed.
This patch fixes the issue by replacing the rxvt_screen pointer with a
pointer to the associated rxvt_display.

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 13:45:55 2014 UTC (9 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21, rxvt-unicode-rel-9_22
Changes since 1.107: +9 -8 lines
Diff to previous 1.107
Remove narrowing conversions in aggregate initializations, as they are invalid in C++11.

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
GPLv3

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 09:34:40 2013 UTC (11 years, 2 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18, rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.105: +1 -2 lines
Diff to previous 1.105
Use rxvt_temp_buf in rxvt_img::blur.

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 10:04:34 2013 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.104: +34 -0 lines
Diff to previous 1.104
Add shade operator to rxvt_img.

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 08:27:55 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16
Changes since 1.103: +6 -6 lines
Diff to previous 1.103
*** empty log message ***

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 08:26:56 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.102: +25 -32 lines
Diff to previous 1.102
*** empty log message ***

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 07:00:17 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.101: +1 -3 lines
Diff to previous 1.101
*** empty log message ***

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 03:57:53 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.100: +60 -2 lines
Diff to previous 1.100
hmm...

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 02:01:41 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.99: +8 -2 lines
Diff to previous 1.99
*** empty log message ***

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 01:32:26 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.98: +1 -9 lines
Diff to previous 1.98
*** empty log message ***

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 21:58:18 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.97: +154 -167 lines
Diff to previous 1.97
*** empty log message ***

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Jun 17 17:06:47 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.96: +5 -5 lines
Diff to previous 1.96
Fix File headers.

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 15:55:19 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.95: +23 -0 lines
Diff to previous 1.95
*** empty log message ***

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 18:36:26 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.94: +41 -21 lines
Diff to previous 1.94
*** empty log message ***

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 18:10:40 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.93: +0 -10 lines
Diff to previous 1.93
*** empty log message ***

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 18:07:24 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.92: +71 -66 lines
Diff to previous 1.92
*** empty log message ***

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 18:05:15 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.91: +106 -67 lines
Diff to previous 1.91
*** empty log message ***

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Fri Jun 15 13:21:59 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.90: +61 -19 lines
Diff to previous 1.90
temp

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:44:45 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.89: +1 -0 lines
Diff to previous 1.89
*** empty log message ***

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:44:31 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.88: +1 -0 lines
Diff to previous 1.88
*** empty log message ***

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:42:01 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.87: +7 -11 lines
Diff to previous 1.87
*** empty log message ***

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:36:35 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.86: +3 -3 lines
Diff to previous 1.86
*** empty log message ***

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 19:31:17 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.85: +7 -7 lines
Diff to previous 1.85
*** empty log message ***

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:59:39 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.84: +66 -8 lines
Diff to previous 1.84
*** empty log message ***

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:19:11 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.83: +28 -28 lines
Diff to previous 1.83
*** empty log message ***

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 18:06:15 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.82: +45 -20 lines
Diff to previous 1.82
*** empty log message ***

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Thu Jun 14 17:06:57 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.81: +5 -15 lines
Diff to previous 1.81
*** empty log message ***

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 19:00:57 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.80: +12 -12 lines
Diff to previous 1.80
*** empty log message ***

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 18:25:57 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.79: +79 -18 lines
Diff to previous 1.79
*** empty log message ***

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Tue Jun 12 10:45:53 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.78: +4 -4 lines
Diff to previous 1.78
*** empty log message ***

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 12:08:30 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
Fix typo.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 10:35:03 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.76: +11 -5 lines
Diff to previous 1.76
*** empty log message ***

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 10:29:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.75: +6 -7 lines
Diff to previous 1.75
*** empty log message ***

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 07:51:45 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.74: +5 -14 lines
Diff to previous 1.74
Simplify.

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 19:20:04 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.73: +57 -14 lines
Diff to previous 1.73
*** empty log message ***

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 17:28:03 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.72: +2 -0 lines
Diff to previous 1.72
Enable the rxvtimg api also when gdk-pixbuf is not available.

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 16:21:16 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.71: +7 -16 lines
Diff to previous 1.71
Simplify.

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 14:18:53 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.70: +1 -5 lines
Diff to previous 1.70
Simplify.

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:41:28 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.69: +2 -3 lines
Diff to previous 1.69
*** empty log message ***

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:15:29 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.68: +2 -0 lines
Diff to previous 1.68
*** empty log message ***

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:14:35 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.67: +4 -0 lines
Diff to previous 1.67
*** empty log message ***

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 11:13:14 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.66: +41 -11 lines
Diff to previous 1.66
*** empty log message ***

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 21:48:07 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.65: +0 -2 lines
Diff to previous 1.65
*** empty log message ***

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 21:41:45 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.64: +0 -1 lines
Diff to previous 1.64
*** empty log message ***

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 21:33:32 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.63: +4 -1 lines
Diff to previous 1.63
*** empty log message ***

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 20:35:43 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
*** empty log message ***

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 17:22:48 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.61: +4 -3 lines
Diff to previous 1.61
*** empty log message ***

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 10:28:30 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.60: +2 -3 lines
Diff to previous 1.60
Set pad repeat on the source picture rather than on the destination picture in blur.

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 10:12:45 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
Set the filter on the correct picture in blur vertical pass.

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 21:28:10 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.58: +0 -7 lines
Diff to previous 1.58
*** empty log message ***

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:35:35 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
*** empty log message ***

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:32:58 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
punish big endian machiones

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:31:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.55: +1 -4 lines
Diff to previous 1.55
*** empty log message ***

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:26:21 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
*** empty log message ***

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:24:39 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.53: +11 -1 lines
Diff to previous 1.53
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:22:40 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
*** empty log message ***

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:20:35 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.51: +7 -5 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 20:04:54 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.50: +13 -9 lines
Diff to previous 1.50
*** empty log message ***

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 19:42:09 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.49: +19 -15 lines
Diff to previous 1.49
*** empty log message ***

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 19:24:13 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.48: +0 -2 lines
Diff to previous 1.48
*** empty log message ***

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 19:24:02 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.47: +8 -11 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 19:06:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.46: +91 -108 lines
Diff to previous 1.46
*** empty log message ***

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 18:07:42 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.45: +22 -1 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 17:21:56 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
*** empty log message ***

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 13:12:08 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.43: +5 -5 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 13:02:50 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.42: +3 -0 lines
Diff to previous 1.42
Make rxvt_img::scale return a cloned image if no scaling is needed.

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 11:52:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.41: +20 -3 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 11:34:09 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.40: +6 -6 lines
Diff to previous 1.40
*** empty log message ***

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 11:27:08 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.39: +7 -3 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 10:19:23 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.38: +3 -1 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 09:57:09 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Fix rxvt_img::blend.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 09:25:23 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.36: +7 -6 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 08:45:34 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 08:36:53 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
not quite

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 08:36:09 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.33: +41 -25 lines
Diff to previous 1.33
not quite

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 08:12:55 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.32: +33 -10 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 07:53:12 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.31: +50 -20 lines
Diff to previous 1.31
preliminary recounting

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 06:08:09 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.30: +10 -12 lines
Diff to previous 1.30
Add versions of contrast/brightness that take integer arguments.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 22:01:44 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.29: +6 -6 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 20:55:36 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.28: +1 -3 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 20:22:03 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27
oh god, const correctness creeping in

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 20:20:23 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.26: +18 -2 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 18:13:03 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.25: +2 -0 lines
Diff to previous 1.25
Fix leak.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 22:00:15 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.24: +3 -15 lines
Diff to previous 1.24
Remove non working blend with bg colour in rxvt_img::render_pixbuf.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 18:52:48 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.23: +26 -0 lines
Diff to previous 1.23
Add rxvt_img::blend method.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 18:48:21 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
Free render pictures in brightness/contrast.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 15:18:23 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.21: +14 -10 lines
Diff to previous 1.21
Make rxvt_img::blur non-inplace.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 14:59:44 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.20: +32 -0 lines
Diff to previous 1.20
Implement rxvt_img::new_from_root.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 14:07:47 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 13:39:26 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.18: +26 -7 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 12:30:37 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.17: +5 -17 lines
Diff to previous 1.17
Honour the image format in rxvt_img::render_pixbuf.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:17:25 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.16: +17 -1 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 16:12:55 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 16:03:32 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:53:12 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.13: +118 -4 lines
Diff to previous 1.13
quick hack

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:30:41 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.12: +4 -2 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:28:49 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.11: +20 -2 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:15:49 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.10: +25 -6 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 06:59:50 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Fix style.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 20:47:00 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 20:38:24 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.7: +2 -10 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 20:34:25 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.6: +23 -0 lines
Diff to previous 1.6
Add method to convert an rxvt_img to another format.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:49:55 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.5: +120 -3 lines
Diff to previous 1.5
Implement blur/brightness/contrast rxvt_img methods.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:33:46 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -4 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 18:14:13 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.3: +27 -3 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 10:14:44 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.2: +51 -9 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 10:01:32 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.1: +0 -2 lines
Diff to previous 1.1
details

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 09:59:58 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
details

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