File: ChangeLog

package info (click to toggle)
gimp-plugin-registry 7.20140602
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 55,856 kB
  • ctags: 4,984
  • sloc: ansic: 46,100; lisp: 20,560; python: 14,721; sh: 3,306; cpp: 2,528; makefile: 1,023; xml: 546
file content (249 lines) | stat: -rw-r--r-- 9,244 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
# Generated by Makefile. Do not edit.

commit 1832bfdd97184e4c60031e554bec013fb7865709
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Fri Oct 14 16:00:34 2011 +0300

    Fix build with GIMP 2.7+.

 configure.in      |    4 ++--
 src/webx_dialog.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 866817e1adf3ac40cc4c82d64f9ebe92da566402
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Wed Sep 28 12:33:21 2011 +0300

    Apply build fix provided by Vincent Untz.

 configure.in    |    2 ++
 src/Makefile.am |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)

commit 21fc38e1681bd415bba1fabcc288330ba99b7919
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Thu Oct 14 10:05:54 2010 +0300

    Add Portuguese (Brazil) translation by Thiago Lima de Sousa.

 configure.in |    6 +-
 po/pt_BR.po  |  184 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 187 insertions(+), 3 deletions(-)

commit cfa1bd90183368ffcfebc288409466d95e653a9d
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Fri Apr 2 21:10:52 2010 +0300

    Add Japanese translation by Yoshinori Yamakawa

 configure.in |    6 +-
 po/ja.po     |  202 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 205 insertions(+), 3 deletions(-)

commit 3a911d5fde70d565f752f99e44d871870e325cfc
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 14:31:09 2009 +0200

    Remove auto-generated file

 config.h.in |   94 -----------------------------------------------------------
 1 files changed, 0 insertions(+), 94 deletions(-)

commit ec9123d178c9f7dd02a578b2737f6d068a35792b
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 14:28:15 2009 +0200

    Bump version to 0.29.0

 configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 44417e6b0ed2ec041b98da0d21f8e723f7fcd9ac
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 14:12:55 2009 +0200

    Remove auto-generated files

 Makefile.in             |  603 ----
 aclocal.m4              | 1811 ----------
 configure               | 9122 -----------------------------------------------
 help/Makefile.in        |  464 ---
 help/en/Makefile.in     |  346 --
 help/images/Makefile.in |  345 --
 intltool-extract.in     |  875 -----
 intltool-merge.in       | 1506 --------
 intltool-update.in      | 1166 ------
 missing                 |  336 --
 src/Makefile.in         |  641 ----
 src/cursors/Makefile.in |  321 --
 12 files changed, 0 insertions(+), 17536 deletions(-)

commit 4c79ca65f822ac2bbb2870c4055f0a8c8e7eb835
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 14:08:04 2009 +0200

    Update NEWS

 NEWS |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 96d4908301746595542cdf8c09dace9564187f33
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 14:06:03 2009 +0200

    ChangeLog made to be auto-generated from git log.

 ChangeLog    |   65 +-----------------------------------------
 Makefile.am  |   15 ++++++++++
 po/ChangeLog |   88 ----------------------------------------------------------
 3 files changed, 17 insertions(+), 151 deletions(-)

commit 76899483ce80447b38d35079e1fa4d300cc1e1f4
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 13:54:13 2009 +0200

    Add .gitignore

 .gitignore    |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 po/.gitignore |   11 +++++++++++
 2 files changed, 57 insertions(+), 0 deletions(-)

commit 4dfaa0bcc499e505e69602c0019cd0df9e1775c8
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 13:14:57 2009 +0200

    Updated to work with current version of automake.

 autogen.sh |  123 ++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 79 insertions(+), 44 deletions(-)

commit 791c65bbe3c24132b5588772a808abec8776698d
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 13:13:46 2009 +0200

    Update list of translation languages. Removed languages which do not
    have proper translation.

 configure.in |    2 +-
 po/az.po     |  252 ----------------------------------------------------------
 po/de.po     |  231 -----------------------------------------------------
 po/zh_TW.po  |  251 ---------------------------------------------------------
 4 files changed, 1 insertions(+), 735 deletions(-)

commit af68262b61f9e71d8fa6911ab68159e5ce3ceab3
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 12:34:12 2009 +0200

    Add it translation.

 po/it.po |  183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 183 insertions(+), 0 deletions(-)

commit d739a27bffdb656d1782dc211b7da0fd402747b7
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 12:32:04 2009 +0200

    Add ca translation provided by Vicent Cubells i Peña.

 po/ca.po |  189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 189 insertions(+), 0 deletions(-)

commit 97c2737784256201d73df1dd3264a4c1ffd9f179
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 12:30:12 2009 +0200

    Update sv translation provided by Daniel Nylander.

 po/sv.po |  222 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 112 insertions(+), 110 deletions(-)

commit 4a27808582dc97cc4731604caf1e8328f85caa36
Author: Aurimas Juška <aurimas.juska@gmail.com>
Date:   Sun Nov 22 12:21:27 2009 +0200

    Initial commit.

 AUTHORS                          |    3 +
 BUGS                             |    3 +
 COPYING                          |   21 +
 ChangeLog                        |   63 +
 HACKING                          |   29 +
 INSTALL                          |  229 +
 Makefile.am                      |   16 +
 Makefile.in                      |  603 +++
 NEWS                             |    4 +
 README                           |   14 +
 TODO                             |    2 +
 aclocal.m4                       | 1811 ++++++++
 autogen.sh                       |  184 +
 config.h.in                      |   94 +
 configure                        | 9122 ++++++++++++++++++++++++++++++++++++++
 configure.in                     |  205 +
 depcomp                          |  479 ++
 help/Makefile.am                 |    3 +
 help/Makefile.in                 |  464 ++
 help/en/Makefile.am              |    9 +
 help/en/Makefile.in              |  346 ++
 help/en/gimp-help.xml            |    4 +
 help/en/index.html               |   33 +
 help/images/Makefile.am          |    8 +
 help/images/Makefile.in          |  345 ++
 help/images/wilber.png           |  Bin 0 -> 5022 bytes
 install-sh                       |  294 ++
 intltool-extract.in              |  875 ++++
 intltool-merge.in                | 1506 +++++++
 intltool-update.in               | 1166 +++++
 missing                          |  336 ++
 mkinstalldirs                    |  111 +
 po/ChangeLog                     |   88 +
 po/POTFILES.in                   |   13 +
 po/az.po                         |  252 ++
 po/de.po                         |  231 +
 po/es.po                         |  183 +
 po/fr.po                         |  183 +
 po/ko.po                         |  189 +
 po/missing                       |   10 +
 po/ru.po                         |  199 +
 po/sk.po                         |  252 ++
 po/sv.po                         |  253 ++
 po/zh_TW.po                      |  251 ++
 src/Makefile.am                  |   63 +
 src/Makefile.in                  |  641 +++
 src/cursors.c                    |  114 +
 src/cursors.h                    |   39 +
 src/cursors/Makefile.am          |    5 +
 src/cursors/Makefile.in          |  321 ++
 src/cursors/hand-closed-data.xbm |    9 +
 src/cursors/hand-closed-mask.xbm |    9 +
 src/cursors/hand-open-data.xbm   |    9 +
 src/cursors/hand-open-mask.xbm   |    9 +
 src/plugin-intl.h                |   45 +
 src/webx_crop_widget.c           |  302 ++
 src/webx_crop_widget.h           |   77 +
 src/webx_dialog.c                |  661 +++
 src/webx_dialog.h                |   87 +
 src/webx_gif_target.c            |  127 +
 src/webx_gif_target.h            |   61 +
 src/webx_indexed_target.c        |  337 ++
 src/webx_indexed_target.h        |   83 +
 src/webx_jpeg_target.c           |  190 +
 src/webx_jpeg_target.h           |   75 +
 src/webx_main.c                  |  140 +
 src/webx_main.h                  |   29 +
 src/webx_pipeline.c              |  601 +++
 src/webx_pipeline.h              |  151 +
 src/webx_png24_target.c          |  146 +
 src/webx_png24_target.h          |   71 +
 src/webx_png8_target.c           |  148 +
 src/webx_png8_target.h           |   71 +
 src/webx_prefs.c                 |  130 +
 src/webx_prefs.h                 |   39 +
 src/webx_preview.c               | 1825 ++++++++
 src/webx_preview.h               |  118 +
 src/webx_resize_widget.c         |  240 +
 src/webx_resize_widget.h         |   81 +
 src/webx_target.c                |  307 ++
 src/webx_target.h                |  113 +
 src/webx_utils.c                 |   77 +
 src/webx_utils.h                 |   29 +
 83 files changed, 28066 insertions(+), 0 deletions(-)