-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
482 lines (308 loc) · 13.6 KB
/
ChangeLog
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
2002-11-12 Masatake YAMATO <[email protected]>
* configure.in: version 0.5.4.
* frontline/fl_fsel.c (frontline_file_selection_init): Change
the window title.
* frontline/fl_opt.c (frontline_option_save): Capitalize
window title.
(frontline_option_load): Ditto.
* frontline/fl_preview.c (frontline_preview_init): set
window re-sizable.
* frontline/frontline.c (main): Change the title of
preview window.
2002-11-11 Masatake YAMATO <[email protected]>
* frontline/fl_opt_priv.c (member_construct): added
"not implemented yet" to tooltips.
(fl_opt_priv_color_new, fl_opt_priv_unsigned_new, fl_opt_priv_real_new):
Show tooltips only on the labels.
2002-11-10 Masatake YAMATO <[email protected]>
* frontline/fl_opt_priv.c (fl_opt_priv_new): Range
of options are revised.
* configure.in: Required autotrace 0.31.1.
2002-11-09 Masatake YAMATO <[email protected]>
* frontline/fl_prog.c (frontline_progress_init): gettextized.
* frontline/at_opts_io.c (at_fitting_opts_save,
at_fitting_opts_popt_table_init): add despeckle_level as
a option.
* frontline/fl_opt_priv.c (struct _FrontlineOptionPriv,
fl_opt_priv_new, fl_opt_priv_set_value): Ditto.
2002-10-31 Masatake YAMATO <[email protected]>
* frontline/frontline.c (main): removed
gtk_window_set_transient_for invocation.
* frontline/fl_opt_priv.c (fl_opt_priv_new): Gettextized
labels. width_factor -> width_weight_factor.
* frontline/at_opts_io.c (at_fitting_opts_popt_table_init)
(at_fitting_opts_save): width_factor -> width_weight_factor.
* frontline/fl_utils.c (frontline_init):
invoked autotrace_init if AUTOTRACE_INIT is
defined.
2002-10-30 Masatake YAMATO <[email protected]>
* frontline/frontline.h: changed message strings.
* frontline/frontline.c: Ditto.
* frontline/fl_opt.c: Ditto.
* gimp/trace.c (gimp_drawable_to_at_bitmap): Ditto.
* frontline/frontline.h (FRONTLINE_INIT, frontline_init):
New macro and function.
2002-10-29 Masatake YAMATO <[email protected]>
* configure.in (AC_OUTPUT): removed m4/Makefile.
* Makefile.am (SUBDIRS): removed m4.
* */*: Gettextized.
* frontline/fl_fsel.c (frontline_file_selection_load):
free bitmap in any case.
2002-10-24 Masatake YAMATO <[email protected]>
* frontline/at_opts_io.c: Don't include
autotrace.h.
* frontline/frontline.h: Include
<libgnome/gnome-i18n.h>.
* frontline/fl_opt.c (frontline_option_init): about license label,
made each lines shorten.
2002-10-09 Masatake YAMATO <[email protected]>
* configure.in: required autotrace 0.30.8.
version 0.5.3.
* frontline/fl_opt.c (frontline_option_init): Added about panel.
* frontline/fl_opt.h (struct _FrontlineOption): made
the superclass gtk notebook.
* frontline/fl_opt_priv.c (member_construct): Added a argument
box.
(fl_opt_priv_new): Added vbox to box.
* frontline/private.h (fl_opt_priv_new): Added a argument
box.
* frontline/frontline.c (main): Disable splash.
2002-10-08 Masatake YAMATO <[email protected]>
* frontline/at_opts_io.c (at_fitting_opts_save)
(at_fitting_opts_popt_table_init): added preserve_width and
width_factor.
* frontline/fl_opt_priv.c (fl_opt_priv_set_value)
(fl_opt_priv_new, struct _FrontlineOptionPriv): ditto.
2002-10-06 Masatake YAMATO <[email protected]>
* frontline/fl_ext.c (fl_format_option_menu_new_with_type):
reuse tooltips object.
* frontline/fl_fsel.c (frontline_file_selection_load):
set null to bitmap after using.
* frontline/fl_preview.c (frontline_preview_init): removed
newline from tips text.
* frontline/frontline.c (main): Use poptGetArgs.
(splash): added more args.
(frontline_popt_table): options-file -> option-file.
2002-10-05 Masatake YAMATO <[email protected]>
* frontline/frontline.c (preview_splines): return
if splines is not set.
* gimp/trace.c (preview_splines): ditto.
* gimp/trace.c (gimp_drawable_to_at_bitmap): supported
gray image and image that has alpha channel.
(_ReloadData::dialog): renamed widget.
(gimp_drawable_to_at_bitmap): added an argument.
(frontline): ditto.
(reload_bitmap): ditto.
(frontline): show preview window.
(reset_bitmap): force show image.
2002-10-04 Masatake YAMATO <[email protected]>
* frontline/fl_splines.c (spline_new): Unref curve.
* frontline/fl_preview.c (frontline_preview_set_image_by_bitmap): Added
code to handle monochrome bitmap.
* gimp/trace.c (reload_bitmap): reget drawable for drawable id.
* gimp/trace.c (save_splines): Change the order of
args for at_splines_write.
* frontline/fl_preview.c (frontline_preview_set_splines): ditto.
* frontline/frontline.c (save_splines): ditto.
* frontline/fl_opt_priv.c (fl_opt_priv_set_value)
(fl_opt_priv_new, at_fitting_opts_save)
(at_fitting_opts_popt_table_init): remove_adj_corners->
remove_adjacent_corners.
2002-10-02 Masatake YAMATO <[email protected]>
* frontline/frontline.h(at_fitting_opts_parse): removed a declaration of
unimplemented function.
2002-09-29 Masatake YAMATO <[email protected]>
* frontline/frontline.c (main): When fitting_opts is updated,
I update set_input_opts.
* frontline/fl_fsel.c (frontline_file_selection_set_input_option): New function.
(frontline_file_selection_finalize): freed opts.
* Makefile.am (EXTRA_DIST): Added BUGS.
2002-09-28 Masatake YAMATO <[email protected]>
* frontline.spec.in: Added gundo.
* frontline/fl_dialog.c (frontline_dialog_trace): Dump
trace parameters.
* configure.in (AC_OUTPUT): Generated frontline.spec.
* frontline.spec.in: New file.
* Makefile.am (EXTRA_DIST): Added splash.
* frontline/frontline.c (splash): New function.
* fl-splash.png: splash image.
* frontline/fl_preview.c (frontline_preview_free_tmp_svg):
New function.
(frontline_preview_finalize, frontline_preview_set_splines): used
frontline_preview_free_tmp_svg.
* frontline/frontline.c (main): destroy preview when quitting.
* gimp/trace.c (frontline): Likewise.
2002-09-27 Masatake YAMATO <[email protected]>
* frontline/fl_preview.c (line_width_value_changed_cb): New function.
(frontline_preview_init): Set border width of window.
(frontline_preview_init): Added widgets to control splines' line width.
(frontline_preview_init): Added appbar.
(frontline_preview_set_image_by_gdk_imlib_image): changed window size.
(frontline_preview_real_set_image): Set sensitive of line_width_scale.
(frontline_preview_set_splines): Show the number of splines and so on.
(frontline_preview_real_set_splines): Set sensitive of line_width_scale.
(frontline_preview_set_line_width):
(frontline_preview_get_line_width, line_width_value_changed_cb):
(save_button_drag_begin_cb): New functions.
* frontline/fl_preview.h (struct _FrontlinePreview): Added new
members(line*, appbar).
(frontline_preview_set_line_width, frontline_preview_get_line_width):
New functions.
* frontline/fl_splines.c (fl_splines_width): deleted.
(spline_set_line_width): New function.
(spline_new): Set line width.
(spline_set_color): Use line width of spline.
(frontline_splines_set_line_width): New function.
(splines_set_line_width_cb): New function.
* frontline/private.h (FL_DEFAULT_SPLINES_WIDTH): New constatnt.
(frontline_splines_set_line_width): New function.
2002-09-26 Masatake YAMATO <[email protected]>
* frontline.m4: ($LIBS): changed the order of appending
$LIBS to $FRONTLINE_LIBS.
2002-09-19 Masatake YAMATO <[email protected]>
* frontline.m4: fixed more typo.
Use --exec_prefix instead of --exec-prefix. This is restriction
of autofig. Fix broken a if-condition. Added "bin" to exec_prefix.
2002-09-18 Masatake YAMATO <[email protected]>
* configure.in: version 0.5.2.
(AM_PATH_AUTOTRACE): Required 0.30.6.
* frontline.m4: used $frontline_exec_prefix or $frontline_prefix only.
$frontline_config_exec_prefix and $frontline_config_prefix are
unnecessary variables. Suggested by Gregory Hosler
(frontline_config_args): removed. unnecessary variable.
* configure.in (AC_OUTPUT): chmod a+x frontline-config.
2002-09-17 Masatake YAMATO <[email protected]>
* README: wrote about libgimp.
* configure.in: Checked libgimp.* is existed or not.
In some distribution, gimp-devel package is not installed in
default. The problem is reported by Raymond Ostertag
2002-09-09 Masatake YAMATO <[email protected]>
* configure.in: version 0.5.1.
(AM_PATH_AUTOTRACE): Required 0.30.5.
* frontline/Makefile.am (frontlineinclude_HEADERS)
(libfrontline_a_SOURCES): added fl_ask.[ch].
* frontline/frontline.h: Include fl_ask.h.
* frontline/fl_preview.c (frontline_preview_query_whether_drawing*):
deleted. Use functions defined in fl_ask.c.
* frontline/fl_ask.[ch]: New files.
2002-09-08 Masatake YAMATO <[email protected]>
* configure.in: version 0.5.0.
(AM_PATH_AUTOTRACE): Required 0.30.4.
* frontline/fl_preview.c (frontline_preview_init): Added tooltips.
* frontline/fl_fsel.c (frontline_file_selection_init): Added tooltips.
* frontline/fl_ext.c (fl_save_file_selection_new):
gtk_widget_show frame and extmenu.
2002-09-07 Masatake YAMATO <[email protected]>
* frontline/fl_fsel.c (frontline_file_selection_init): Added tooltips.
* frontline/fl_preview.c (frontline_preview_init): Added tooltips.
* gimp/trace.c (frontline): Added reload-drawable-button.
Use gnome_error_dialog. Use at_output_get_handler_by_suffix if
fl_save_file_selection_get_extension returns an extension.
* frontline/frontline.h (at_spline_list_array_*): New functions.
* frontline/frontline.c (POPT_TABLEEND): defined here.
Old popt doesn't define POPT_TABLEEND. The bug is reported
by Uli Wortmann <[email protected]>.
(load_options_file): Use gnome_error_dialog.
(preview_splines): called frontline_preview_show_splines
if frontline_preview_set_splines returns TRUE.
(save_splines): Use gnome_error_dialog.
Use at_output_get_handler_by_suffix if
fl_save_file_selection_get_extension returns an extension.
(load_options_file): Load an image file that name
is given through the command line.
* frontline/fl_preview.h (struct _FrontlinePreview):
added new field tmp_svg_uri.
* frontline/fl_preview.c: added query-dialog.
Added DnD source.
* frontline/fl_opt.c (frontline_option_save_ok): Use
gnome ok dialog.
(fl_opt_drag_data_received): Likewise.
* frontline/fl_fsel.h (frontline_file_selection_load_file):
New function.
* frontline/fl_fsel.c (frontline_file_selection_load): Use
gnome error dialog.
(frontline_file_selection_load_file): New function.
* frontline/fl_ext.[ch]: New files.
* frontline/at_opts_io.c (at_fitting_opts_new_from_file)
(at_fitting_opts_new_from_argv): added stubs for warning
dialogs.
* frontline/at_ext.c: New file.
2002-09-05 Masatake YAMATO <[email protected]>
* frontline/fl_opt.c (frontline_option_save_ok): Do chmod a+x on
aop file. This function is suggested by Gerhard Gaussling
* frontline/Makefile.am (frontlineinclude_HEADERS):
Added fl_ext.h.
(libfrontline_a_SOURCES): Added fl_ext.c and at_ext.c.
These are new files.
* configure.in: Use output of autoscan.
2002-08-28 Masatake YAMATO <[email protected]>
* configure.in (popt): Use AC_MSG_ERROR
instead of AC_MSG_WARN.
2002-08-24 Masatake YAMATO <[email protected]>
* configure.in: Specified a function to check popt.
2002-07-09 Masatake YAMATO <[email protected]>
* configure.in: Check autotrace-0.30.2.
2002-07-09 Masatake YAMATO <[email protected]>
* configure.in: Version 0.4.1.
* configure.in: PACKAGER->PACKAGE.
Call AM_SANITY_CHECK, AC_PROG_INSTALL.
* gimp/trace.c (gimp_drawable_to_at_bitmap): y*height->y*width.
* gimp/Makefile.am (trace_LDADD): Added $(LIBART2_LIBS).
2002-05-31 Masatake YAMATO <[email protected]>
* frontline/fl_preview.c (frontline_preview_set_splines_opacity): Use
gtk_adjustment_set_value.
* frontline/fl_preview.[ch]: Added functions for zooming.
2002-05-29 Masatake YAMATO <[email protected]>
* gimp/trace.c (frontline): Don't show the preview
widget at this point.
(frontline): Show splines in a static color and
don't show the image at the first time.
* frontline/fl_preview.c (splines_show): Return
if fl_preview->splines is not assigned.
(splines_activated_cb): Invoke
gtk_option_menu_set_history.
2002-05-29 Masatake YAMATO <[email protected]>
* configure.in: Release 0.4.0.
* frontline.pc.in (Libs): Added -lpopt.
* frontline-config.af: Added -lpopt.
* configure.in: Check popt and imlib.
* frontline/fl_preview.[ch] (frontline_preview_set_image_by_{bitmap|gdk_imlib_image}):
New functions.
* frontline/Makefile.am (INCLUDES, frontline_LDADD): Added
libart2 flags.
* frontline-config.af (AF_DEF_CFLAGS, AF_DEF_LIBS):
Added libart2 flags.
* frontline.pc.in (prefix): Likewise.
* configure.in: Check gimp and libart2.
* Makefile.am (SUBDIRS): Added new gimp dir.
* gimp/*: Gimp plug-in.
2002-05-27 Masatake YAMATO <[email protected]>
* frontline/fl_preview.h (frontline_preview_set_image_by_file):
Renamed from frontline_preview_set_image.
* frontline/frontline.c (main): Don't
call gtk_window_set_transient_for twice.
Use frontline_preview_set_image_by_file.
2002-05-26 Masatake YAMATO <[email protected]>
* frontline/Makefile.am (frontline_LDADD): Use
$(top_builddir) instead of `..'.
(AM_CPPFLAGS): Move -D* here from INCLUDES.
2002-04-12 Masatake YAMATO <[email protected]>
* So many changes...
2002-04-04 Masatake YAMATO <[email protected]>
* So many changes...
2002-03-20 Masatake YAMATO <[email protected]>
* src/fl_fsel.c (frontline_file_selection_init): Set
history id.
* frontline.png: Updated.
* Makefile.am (EXTRA_DIST): Removed sodipodi.patch.
2002-03-19 Masatake YAMATO <[email protected]>
* src/fl_dialog.c (frontline_dialog_init): Set
window icon.
* Makefile.am (EXTRA_DIST): Added frontline.png.
(appicondir, appicon_DATA): Likewise.
* src/Makefile.am (INCLUDES): Added GNOME_ICONDIR.
2002-03-18 Masatake YAMATO <[email protected]>
* 0.2.2. Released.