ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtimg.h
Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 08:16:31 2017 UTC (6 years, 9 months ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD, rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26, rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.50: +2 -1 lines
Diff to previous 1.50
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.50 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:33 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21, rxvt-unicode-rel-9_22
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
GPLv3

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Oct 1 13:30:04 2013 UTC (10 years, 7 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_19, rxvt-unicode-rel-9_20
Changes since 1.48: +0 -4 lines
Diff to previous 1.48
Fix build with --disable-transparency --disable-perl.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 10:04:34 2013 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18
Changes since 1.47: +1 -0 lines
Diff to previous 1.47
Add shade operator to rxvt_img.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue Nov 13 08:45:35 2012 UTC (11 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
Fix typo.

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 20:07:10 2012 UTC (11 years, 9 months ago) by root
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]
Mon Jul 2 03:57:53 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.44: +2 -0 lines
Diff to previous 1.44
hmm...

Revision 1.44 - (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.43: +1 -0 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (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.42: +4 -3 lines
Diff to previous 1.42
*** empty log message ***

Revision 1.42 - (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.41: +1 -1 lines
Diff to previous 1.41
Fix File headers.

Revision 1.41 - (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.40: +24 -1 lines
Diff to previous 1.40
*** empty log message ***

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

Revision 1.39 - (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.38: +8 -6 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (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.37: +4 -4 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (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.36: +3 -1 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (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.35: +7 -5 lines
Diff to previous 1.35
*** empty log message ***

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

Revision 1.34 - (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.33: +1 -0 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (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.32: +2 -2 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (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.31: +2 -2 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (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.30: +2 -2 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (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.29: +1 -1 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (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.28: +3 -1 lines
Diff to previous 1.28
Enable the rxvtimg api also when gdk-pixbuf is not available.

Revision 1.28 - (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.27: +3 -3 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 10:21:19 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.26: +8 -0 lines
Diff to previous 1.26
*** empty log message ***

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

Revision 1.25 - (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.24: +3 -3 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (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.23: +0 -1 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (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.22: +2 -3 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
*** empty log message ***

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

Revision 1.19 - (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.18: +17 -5 lines
Diff to previous 1.18
not quite

Revision 1.18 - (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.17: +2 -1 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (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.16: +14 -6 lines
Diff to previous 1.16
preliminary recounting

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

Revision 1.15 - (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.14: +15 -4 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (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.13: +1 -1 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (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.12: +1 -0 lines
Diff to previous 1.12
Add rxvt_img::blend method.

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

Revision 1.11 - (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.10: +3 -2 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (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.9: +2 -1 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (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.8: +1 -1 lines
Diff to previous 1.8
quick hack

Revision 1.8 - (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.7: +4 -3 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: +1 -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:14:13 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
*** empty log message ***

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 16:54:04 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.3: +3 -0 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: +2 -3 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 -1 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