]> git.sur5r.net Git - glabels/blob - glabels2/ChangeLog
2009-08-31 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / ChangeLog
1 2009-08-31  Jim Evins  <evins@snaught.com>
2
3         * data/builder/property-bar.builder:
4                 Make sure event box does not obscure tool bar background.
5         * src/Makefile.am:
6         * src/color-swatch.c:
7         * src/color-swatch.h:
8                 New color swatch widget.
9         * src/color-combo-color-menu-item.c:
10         (gl_color_combo_color_menu_item_init),
11         (gl_color_combo_color_menu_item_new),
12         (gl_color_combo_color_menu_item_set_color):
13         * src/color-combo.c: (gl_color_combo_init),
14         (gl_color_combo_finalize), (gl_color_combo_new),
15         (gl_color_combo_set_color), (menu_color_changed_cb):
16                 Updated to use new color swatch widget.
17
18 2009-08-26  Jim Evins  <evins@snaught.com>
19
20         * po/POTFILES.in:
21                 Explicitely mark file types.  Removed unneeded file from
22                 libbarcode.
23
24 2009-08-23  Jim Evins  <evins@snaught.com>
25
26         * data/builder/Makefile.am:
27         * data/builder/merge-properties-dialog.builder:
28         * data/builder/merge-properties-dialog.glade:
29         * data/builder/new-label-dialog.builder:
30         * data/builder/new-label-dialog.glade:
31         * data/builder/object-editor.builder:
32         * data/builder/object-editor.glade:
33         * data/builder/prefs-dialog.builder:
34         * data/builder/prefs-dialog.glade:
35         * data/builder/print-custom-widget.builder:
36         * data/builder/print-custom-widget.glade:
37         * data/builder/property-bar.builder:
38         * data/builder/property-bar.glade:
39         * data/builder/template-designer.builder:
40         * data/builder/template-designer.glade:
41         * data/builder/wdgt-media-select.builder:
42         * data/builder/wdgt-media-select.glade:
43         * po/POTFILES.in:
44         * src/merge-properties-dialog.c:
45         (gl_merge_properties_dialog_finalize),
46         (gl_merge_properties_dialog_construct):
47         * src/new-label-dialog.c: (gl_new_label_dialog_finalize),
48         (gl_new_label_dialog_construct):
49         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page):
50         * src/object-editor-data-page.c:
51         (gl_object_editor_prepare_data_page):
52         * src/object-editor-edit-page.c:
53         (gl_object_editor_prepare_edit_page):
54         * src/object-editor-fill-page.c:
55         (gl_object_editor_prepare_fill_page):
56         * src/object-editor-image-page.c:
57         (gl_object_editor_prepare_image_page):
58         * src/object-editor-line-page.c:
59         (gl_object_editor_prepare_line_page):
60         * src/object-editor-lsize-page.c:
61         (gl_object_editor_prepare_lsize_page):
62         * src/object-editor-position-page.c:
63         (gl_object_editor_prepare_position_page):
64         * src/object-editor-private.h:
65         * src/object-editor-shadow-page.c:
66         (gl_object_editor_prepare_shadow_page):
67         * src/object-editor-size-page.c:
68         (gl_object_editor_prepare_size_page):
69         * src/object-editor-text-page.c:
70         (gl_object_editor_prepare_text_page):
71         * src/object-editor.c: (gl_object_editor_init),
72         (gl_object_editor_finalize):
73         * src/prefs-dialog.c: (gl_prefs_dialog_init),
74         (gl_prefs_dialog_finalize), (gl_prefs_dialog_construct),
75         (construct_locale_page), (construct_object_page):
76         * src/print-op.c: (gl_print_op_finalize),
77         (gl_print_op_set_settings), (create_custom_widget_cb):
78         * src/template-designer.c: (gl_template_designer_init),
79         (gl_template_designer_finalize), (construct_start_page),
80         (construct_name_page), (construct_pg_size_page),
81         (construct_shape_page), (construct_rect_size_page),
82         (construct_round_size_page), (construct_cd_size_page),
83         (construct_nlayouts_page), (construct_layout_page),
84         (construct_finish_page):
85         * src/ui-property-bar.c: (gl_ui_property_bar_finalize),
86         (gl_ui_property_bar_construct):
87         * src/wdgt-media-select.c: (gl_wdgt_media_select_finalize),
88         (gl_wdgt_media_select_construct):
89                 Builder files no longer built from glade files.  Also did some
90                 cleanup on formatting and update license notifications to GPL3+.
91
92 2009-08-13  Jim Evins  <evins@snaught.com>
93
94         * src/color-combo-color-menu-item.c:
95         (gl_color_combo_color_menu_item_init),
96         (gl_color_combo_color_menu_item_new),
97         (gl_color_combo_color_menu_item_set_color):
98                 Explicitly request size of menu item and enlarge color swatch.
99
100 2009-08-12  Jim Evins  <evins@snaught.com>
101
102         * src/label-text.c: (buffer_changed_cb), (draw_object),
103         (draw_shadow), (draw_text_real):
104         * src/label-text.h:
105                 Moved common code from draw_object() and draw_shadow() to
106                 draw_text_real().  Also cleaned up formatting and updated
107                 license notification to GPL3+.
108
109 2009-07-29  Alexandre Prokoudine  <alexandre.prokoudine@gmail.com>
110
111         * po/ru.po: Updated and fixed Russian translation
112
113 2009-07-26  Jim Evins  <evins@snaught.com>
114
115         * AUTHORS:
116         * COPYING.README_FIRST:
117         * Makefile.am:
118         * configure.in:
119         * qrencode-3.1.0/*
120                 Added 3rd party qrencode library.
121         * src/Makefile.am:
122         * src/bc-iec18004.c: (gl_barcode_iec18004_new), (render_iec18004):
123         * src/bc-iec18004.h:
124         * src/bc.c:
125                 Added IEC18004 (QRCode) 2 dimensional barcode backend.
126                 Patch provided by Daniel Mueller <daniel@danm.de>.
127
128 2009-07-25  Jim Evins  <evins@snaught.com>
129
130         * src/xml-label.c: (gl_xml_label_open):
131                 Relax limits when parsing file.  Allows large embedded image
132                 files.
133
134 2009-05-19  Jim Evins  <evins@snaught.com>
135
136         * configure.in:
137         * po/LINGUAS:
138                 Moved translation list from configure.in to po/LINGUAS.
139
140 2009-05-19  Jim Evins  <evins@snaught.com>
141
142         * configure.in:
143         * po/zh_CN.po:
144                 New Chinese translation (Careon <zzbusagain@yahoo.com.cn>).
145         * AUTHORS:
146                 Added above translation to acknowledgements.
147
148 2009-05-18  Jim Evins  <evins@snaught.com>
149
150         * src/prefs-model.c: (gl_prefs_model_load_settings):
151                 Make an educated guess at locale settings when run for the
152                 first time.
153
154 2009-05-17  Jim Evins  <evins@snaught.com>
155
156         * help/de/de.po:
157         * help/glabels.omf.in:
158                 Adding missing files from last checkin.
159
160 2009-05-17  Jim Evins  <evins@snaught.com>
161
162         * Makefile.am:
163         * configure.in:
164         * help/C/glabels-C.omf:
165         * help/C/glabels.xml:
166         * help/Makefile.am:
167         * po/de.po:
168                 Updated german translation, gnome-doc-utils support and
169                 german translation of glabels manual (Mario Blättermann).
170
171 2009-05-01  Jim Evins  <evins@snaught.com>
172
173         * AUTHORS:
174         * configure.in:
175         * po/ca.po:
176                 Added catalan translation (David Planella).
177         
178 2009-04-29  Jim Evins  <evins@snaught.com>
179
180         * data/templates/avery-iso-templates.xml:
181         * data/templates/misc-iso-templates.xml:
182         * data/templates/misc-us-templates.xml:
183                 Caught up on user submitted templates.
184         * AUTHORS:
185                 Acknowledgements for above templates.
186
187 2009-04-29  Jim Evins  <evins@snaught.com>
188
189         * po/POTFILES.in:
190         * po/de.po:
191                 Updated german translation (Mario Blättermann).
192
193 2009-03-23  Jim Evins  <evins@snaught.com>
194
195         * src/glabels-batch.c: (main):
196         * src/glabels.c: (main):
197                 Tidy up help option output.             
198         
199 2009-02-28  Jim Evins  <evins@snaught.com>
200
201         * src/Makefile.am:
202         * src/base64.c:
203         * src/base64.h:
204                 Deleted base64 module.
205         * src/xml-label.c: (xml_parse_pixdata), (xml_create_pixdata):
206                 Use base64 encode/decode from glib.
207
208 2009-02-22  Jim Evins  <evins@snaught.com>
209
210         * src/merge-properties-dialog.h:
211         * src/new-label-dialog.h:
212         * src/object-editor.h:
213         * src/prefs-dialog.h:
214         * src/print-op.h:
215         * src/template-designer.h:
216                 Corrected cut&paste errors.
217         
218 2009-02-21  JimEvins  <evins@snaught.com>
219
220         * src/prefs-model.c: (gl_prefs_model_save_settings),
221         (gl_prefs_model_load_settings):
222         * src/prefs-model.h:
223         * src/ui-commands.c:
224         * src/ui-property-bar.c:
225         * src/ui.c: (view_ui_item_toggled_cb),
226         (set_app_main_toolbar_style), (set_app_drawing_toolbar_style):
227                 Removed tooltip toggling capability, which wasn't working
228                 anyway.
229
230 2009-02-21  JimEvins  <evins@snaught.com>
231
232         * README:
233         * configure.in:
234         * data/builder/object-editor.glade:
235         * data/builder/prefs-dialog.glade:
236         * data/builder/property-bar.glade:
237         * data/builder/template-designer.glade:
238         * gtk-doc.make:
239         * src/color-combo-color-menu-item.c:
240         * src/color-combo-color-menu-item.h:
241         * src/color-combo-menu.h:
242         * src/glabels-batch.c: (main):
243         * src/glabels.c: (main):
244         * src/merge-properties-dialog.h:
245         * src/new-label-dialog.h:
246         * src/object-editor-lsize-page.c:
247         (gl_object_editor_prepare_lsize_page), (lsize_prefs_changed_cb):
248         * src/object-editor.h:
249         * src/prefs-dialog.h:
250         * src/print-op.h:
251         * src/template-designer.h:
252         * src/ui-commands.c: (gl_ui_cmd_view_property_bar_tips_toggle),
253         (gl_ui_cmd_help_contents), (gl_ui_cmd_help_about):
254         * src/ui-property-bar.c:
255         * src/ui-property-bar.h:
256         * src/ui-sidebar.c: (gl_ui_sidebar_construct),
257         (selection_changed_cb):
258         * src/ui-sidebar.h:
259         * src/view.h:
260         * src/wdgt-media-select.h:
261         * src/wdgt-merge-menu.h:
262         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_class_init):
263         * src/wdgt-mini-preview.h:
264         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_construct):
265         * src/wdgt-print-copies.h:
266         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_construct):
267         * src/wdgt-print-merge.h:
268         * src/wdgt-rotate-label.h:
269         * src/window.h:
270                 Removed final dependencies on libgnome and libgnomeui.
271                 Removed all currently deprecated symbols as of GTK 2.14.
272         
273 2009-01-07  Jim Evins  <evins@snaught.com>
274
275         * src/critical-error-handler.c: (critical_error_handler):
276         * src/ui-commands.c: (gl_ui_cmd_help_contents):
277         * src/warning-handler.c: (warning_handler):
278         * src/view.c: (selection_received_cb):
279                 Compile without warning with additional CFLAGS of
280                 -O1 -Wall -Wformat=2.
281         
282 2009-01-02  Jim Evins  <evins@snaught.com>
283
284         * COPYING.README_FIRST:
285                 Fixed typo.
286
287 2008-12-27  Jim Evins  <evins@snaught.com>
288
289         * data/templates/avery-iso-templates.xml:
290         * data/templates/avery-other-templates.xml:
291         * data/templates/avery-us-templates.xml:
292         * data/templates/brother-other-templates.xml:
293         * data/templates/misc-iso-templates.xml:
294         * data/templates/misc-other-templates.xml:
295         * data/templates/zweckform-iso-templates.xml:
296                 Make sure all descriptions are marked as translatable.
297
298 2008-12-27  Jim Evins  <evins@snaught.com>
299
300         * de.po:
301                 Updated german translation (Mario Blättermann)
302         * AUTHORS:
303                 Updated credits to reflect above translation.
304         * data/builder/object-editor.glade:
305         * data/builder/prefs-dialog.glade:
306         * data/builder/template-designer.glade:
307                 Removed "translatable" attribute from whitespace strings,
308                 which are used only to help layout.
309
310 2008-12-21  Jim Evins  <evins@snaught.com>
311
312         * data/templates/avery-us-templates.xml:
313         * data/templates/misc-iso-templates.xml:
314                 A couple of recent template submissions.
315         * AUTHORS:
316                 Acknowledgements for above templates.
317
318 2008-12-21  Jim Evins  <evins@snaught.com>
319
320         * src/view.c: (motion_notify_event_cb), (button_press_event_cb):
321                 Don't check for handles on aggregate selections.
322
323 2008-12-20  Jim Evins  <evins@snaught.com>
324
325         * configure.in:
326                 Updated prerequisite library versions required.
327         
328 2008-12-18  Jim Evins  <evins@snaught.com>
329
330         * src/view.c: (selection_received_cb):
331                 Fixed paste bug that caused a duplicate phantom view_object to be created for
332                 each new label_object.  This is because the view now (as of r673) the view
333                 monitiors the label for new objects and creates view_objects automatically.
334
335 2008-12-14  Jim Evins  <evins@snaught.com>
336
337         * src/ui.c: (gl_ui_new):
338                 Bug #2395628.  Fixed i18n for application shell.
339         * po/POTFILES.in:
340                 Bug #2395628.  Reconciled POTFILES.in with current files.
341         
342 2008-12-14  Jim Evins  <evins@snaught.com>
343
344         * configure.in:
345                 Bug #2316013.  Added PKG_PROG_PKG_CONFIG.
346         
347 2008-11-15  Jim Evins  <evins@snaught.com>
348
349         * libglabels/db.c: (lgl_db_register_template):
350         * libglabels/xml-template.c:
351         (lgl_xml_template_parse_template_node):
352         * src/glabels-batch.c:
353         * src/view-text.c: (gl_view_text_create_button_press_event):
354                 Fixed several issues such as possible use of uninitialized variables found with "-O1 -Wall".
355
356 2008-11-09  Jim Evins  <evins@snaught.com>
357
358         * data/templates/misc-iso-templates.xml:
359                 Another user submitted template.
360
361 2008-10-27  Jim Evins  <evins@snaught.com>
362
363         * data/templates/avery-us-templates.xml:
364         * data/templates/misc-iso-templates.xml:
365         * data/templates/zweckform-iso-templates.xml:
366                 Caught up on user submitted templates.
367         * AUTHORS:
368                 Acknowledgements for above templates.
369
370 2008-10-23  Jim Evins  <evins@snaught.com>
371
372         * src/label-text.c: (set_font_family):
373         * src/object-editor-text-page.c:
374         (gl_object_editor_prepare_text_page),
375         (gl_object_editor_set_font_family):
376         * src/prefs-dialog.c: (construct_object_page),
377         (update_object_page_from_prefs):
378         * src/ui-property-bar.c: (gl_ui_property_bar_construct),
379         (reset_to_default_properties):
380         * src/util.c: (gl_util_get_font_family_list):
381         * src/util.h:
382                 Bug #1902275 and Bug #2186214.  Cache font list so that it is not re-created
383                 everytime the list is requested.
384         * src/object-editor-text-page.c:
385         (gl_object_editor_set_font_family):
386                 Don't change font-family if it hasn't actually changed.
387
388 2008-10-19  Jim Evins  <evins@snaught.com>
389
390         * data/builder/object-editor.glade:
391                 Some tweaking of builder/glade widgets.
392         
393 2008-10-18  Jim Evins  <evins@snaught.com>
394
395         Migrated all use of libglade to GtkBuilder.
396
397         * data/glade/Makefile.am:
398         * data/glade/merge-properties-dialog.glade:
399         * data/glade/new-label-dialog.glade:
400         * data/glade/object-editor.glade:
401         * data/glade/prefs-dialog.glade:
402         * data/glade/print-custom-widget.glade:
403         * data/glade/property-bar.glade:
404         * data/glade/template-designer.glade:
405         * data/glade/wdgt-media-select.glade:
406                 Removed data/glade directory.
407         * data/builder/Makefile.am:
408         * data/builder/merge-properties-dialog.glade:
409         * data/builder/new-label-dialog.glade:
410         * data/builder/object-editor.glade:
411         * data/builder/prefs-dialog.glade:
412         * data/builder/print-custom-widget.glade:
413         * data/builder/property-bar.glade:
414         * data/builder/template-designer.glade:
415         * data/builder/wdgt-media-select.glade:
416                 Added data/builder directory.
417         * configure.in:
418         * data/Makefile.am:
419         * src/Makefile.am:
420                 Change glade to builder.
421         * src/merge-properties-dialog.c:
422         (gl_merge_properties_dialog_finalize),
423         (gl_merge_properties_dialog_construct):
424         * src/new-label-dialog.c: (gl_new_label_dialog_finalize),
425         (gl_new_label_dialog_construct):
426         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page):
427         * src/object-editor-data-page.c:
428         (gl_object_editor_prepare_data_page):
429         * src/object-editor-edit-page.c:
430         (gl_object_editor_prepare_edit_page):
431         * src/object-editor-fill-page.c:
432         (gl_object_editor_prepare_fill_page):
433         * src/object-editor-image-page.c:
434         (gl_object_editor_prepare_image_page):
435         * src/object-editor-line-page.c:
436         (gl_object_editor_prepare_line_page):
437         * src/object-editor-lsize-page.c:
438         (gl_object_editor_prepare_lsize_page):
439         * src/object-editor-position-page.c:
440         (gl_object_editor_prepare_position_page):
441         * src/object-editor-private.h:
442         * src/object-editor-shadow-page.c:
443         (gl_object_editor_prepare_shadow_page):
444         * src/object-editor-size-page.c:
445         (gl_object_editor_prepare_size_page):
446         * src/object-editor-text-page.c:
447         (gl_object_editor_prepare_text_page):
448         * src/object-editor.c: (gl_object_editor_init):
449         * src/prefs-dialog.c: (gl_prefs_dialog_init),
450         (gl_prefs_dialog_construct), (construct_locale_page),
451         (construct_object_page):
452         * src/print-op.c: (gl_print_op_finalize),
453         (create_custom_widget_cb):
454         * src/template-designer.c: (gl_template_designer_class_init),
455         (gl_template_designer_finalize), (gl_template_designer_construct),
456         (construct_start_page), (construct_name_page),
457         (construct_pg_size_page), (construct_shape_page),
458         (construct_rect_size_page), (construct_round_size_page),
459         (construct_cd_size_page), (construct_nlayouts_page),
460         (construct_layout_page), (construct_finish_page):
461         * src/template-designer.h:
462         * src/ui-property-bar.c: (gl_ui_property_bar_init),
463         (gl_ui_property_bar_finalize), (gl_ui_property_bar_new),
464         (gl_ui_property_bar_construct), (reset_to_default_properties),
465         (gl_ui_property_bar_set_view), (gl_ui_property_bar_set_tooltips),
466         (update_text_properties), (update_fill_color), (update_line_color),
467         (update_line_width), (selection_changed_cb),
468         (font_family_changed_cb), (font_size_changed_cb),
469         (text_color_changed_cb), (fill_color_changed_cb),
470         (line_color_changed_cb), (line_width_changed_cb),
471         (font_bold_toggled_cb), (font_italic_toggled_cb),
472         (text_align_toggled_cb), (set_doc_items_sensitive),
473         (set_text_items_sensitive), (set_fill_items_sensitive),
474         (set_line_color_items_sensitive), (set_line_width_items_sensitive):
475         * src/ui-property-bar.h:
476         * src/util.c: (gl_util_get_builder_widgets):
477         * src/util.h:
478         * src/wdgt-media-select.c: (gl_wdgt_media_select_finalize),
479         (gl_wdgt_media_select_construct):
480                 Migration of glade to builder.
481         * src/color.h:
482                 New macros for color combo initialization.
483         * TODO:
484                 Added idea for internal merge database.
485         * docs/libglabels/libglabels-undocumented.txt:
486         * docs/libglabels/tmpl/paper.sgml:
487         * gtk-doc.make:
488                 Automagic.
489
490 2008-10-12  Jim Evins  <evins@snaught.com>
491
492         * src/mygal/Makefile.am:
493         * src/mygal/color-group.c:
494         * src/mygal/color-group.h:
495         * src/mygal/color-palette.c:
496         * src/mygal/color-palette.h:
497         * src/mygal/e-colors.c:
498         * src/mygal/e-colors.h:
499         * src/mygal/e-marshal.list:
500         * src/mygal/e-util.h:
501         * src/mygal/mygal-combo-box.c:
502         * src/mygal/mygal-combo-box.h:
503         * src/mygal/widget-color-combo.c:
504         * src/mygal/widget-color-combo.h:
505         * AUTHORS:
506         * configure.in:
507                 Deleted mygal.
508         * src/color-combo.c:
509         * src/color-combo.h:
510         * src/color-combo-color-menu-item.c:
511         * src/color-combo-color-menu-item.h:
512         * src/color-combo-history.c:
513         * src/color-combo-history.h:
514         * src/color-combo-menu.c:
515         * src/color-combo-menu.h:
516         * src/marshal.list:
517         * src/util.c:
518         * src/util.h:
519         * src/Makefile.am:
520                 Created new glColorCombo widget.
521         * src/object-editor-bc-page.c:
522         * src/object-editor-edit-page.c:
523         * src/object-editor-fill-page.c:
524         * src/object-editor-line-page.c:
525         * src/object-editor-shadow-page.c:
526         * src/object-editor-text-page.c:
527         * src/object-editor.c:
528         * src/prefs-dialog.c:
529         * src/ui-property-bar.c:
530                 Replaced use of mygal color combo with new glColorCombo widget.
531
532 2008-08-29  Jim Evins  <evins@snaught.com>
533
534         * src/file.c: (gl_file_open), (gl_file_save_as):
535                 Bug #2069668.  Corrected button order in Open and "Save as"
536                 dialogs.
537
538 2008-08-17  Jim Evins  <evins@snaught.com>
539
540         * data/dtd/glabels-2.2.dtd:
541         * data/templates/paper-sizes.xml:
542         * libglabels/db.c: (lgl_db_init):
543         * libglabels/paper.c: (lgl_paper_new), (lgl_paper_dup), (lgl_paper_free):
544         * libglabels/paper.h:
545         * libglabels/xml-paper.c: (lgl_xml_paper_parse_paper_node):
546         * src/print-op.c: (set_page_size):
547                 Bug #2049431.  Always explicitely set page size.  Added pwg_size field (PWG 5101.1-2002
548                 size specification) to the libglabels paper database to allow the page size to be
549                 communicated to GtkPrintOp un-ambiguously.
550
551 2008-07-25  Jim Evins  <evins@snaught.com>
552
553         * src/object-editor-size-page.c: (size_reset_cb),
554         (gl_object_editor_set_max_size):
555                 Bug #1993550.  Set size limits based on longest side of label.
556
557 2008-07-19  Jim Evins  <evins@snaught.com>
558
559         * configure.in:
560         * src/mygal/Makefile.am:
561                 Make sure libtool handles library dependencies for mygal
562                 properly.
563         
564 2008-05-21  Jim Evins  <evins@snaught.com>
565
566         * src/glabels-batch.c: (main):
567                 Bug #1968653.  Initialize prefs subsystem.
568
569 2008-05-09  Jim Evins  <evins@snaught.com>
570
571         * data/glade/object-editor.glade:
572                 Bug #1959135.  A couple of radio buttons somehow became
573                 ungrouped.
574
575 2008-04-07  Jim Evins  <evins@snaught.com>
576
577         * src/wdgt-rotate-label.h:
578         * src/wdgt-rotate-label.c: (gl_wdgt_rotate_label_init),
579         (gl_wdgt_rotate_label_new), (toggled_cb), (create_pixbuf),
580         (gl_wdgt_rotate_label_get_state), (gl_wdgt_rotate_label_set_state),
581         (gl_wdgt_rotate_label_set_template_name):
582                 Modified wdgt-rotate-label to better indicate the rotation choices.
583         * data/glade/Makefile.am:
584         * data/glade/wdgt-rotate-label.glade:
585                 Deleted wdgt-rotate-label.glade.
586
587 2008-04-04  Jim Evins  <evins@snaught.com>
588
589         * data/templates/brother-other-templates.xml:
590                 Added categories to existing templates.
591         * data/templates/misc-other-templates.xml:
592                 Moved dymo templates to their own file.
593         * data/templates/Makefile.am:
594         * data/templates/dymo-other-templates.xml:
595                 Additional dymo templates provided by Harald Welte <laforge@gnumonks.org>.
596         * AUTHORS:
597                 Acknowledgement for above templates.
598
599 2008-03-24  Jim Evins  <evins@snaught.com>
600
601         * src/xml-label.c: (xml_doc_to_label):
602                 Bug #1872584.  Don't refuse to parse label file if namespace is
603                 unrecognized -- it may be from a newer version of glabels.
604         
605 2008-03-15  Jim Evins  <evins@snaught.com>
606
607         * data/templates/Makefile.am:
608         * data/templates/brother-other-templates.xml:
609                 Added brother templates.
610         * src/cairo-markup-path.c: (gl_cairo_markup_margin_rect_path),
611         (gl_cairo_markup_margin_cd_path):
612         * src/view.c: (draw_markup_layer):
613                 Fixed markup drawing errors when label is rotated.
614
615 2008-03-03  Jim Evins  <evins@snaught.com>
616
617         * configure.in:
618         * ko.po:
619                 Added korean translation provided by xein@naver.com.
620         
621 2008-02-21  Jim Evins  <evins@snaught.com>
622
623         * src/ui.c:
624                 Fixed typo that prevented "Save" from being deactivated when
625                 document is not modified.
626         
627 2008-02-18  Jim Evins  <evins@snaught.com>
628
629         * src/prefs-model.c: (gl_prefs_model_save_settings),
630         (gl_prefs_model_load_settings):
631                 Set default units for file output.
632
633 2008-02-18  Jim Evins  <evins@snaught.com>
634
635         * help/C/glabels.xml:
636                 Fixed example template.
637
638 2008-02-16  Jim Evins  <evins@snaught.com>
639
640         * AUTHORS:
641         * data/templates/avery-iso-templates.xml:
642         * data/templates/avery-us-templates.xml:
643         * data/templates/misc-iso-templates.xml:
644         * data/templates/misc-us-templates.xml:
645                 Caught up on user submitted templates.
646
647 2008-02-04  Jim Evins  <evins@snaught.com>
648
649         * src/view-image.c: (update_object_from_editor_cb):
650                 Bug #1886438.  Don't update the image size unless it is actually
651                 triggered by a change in image source.  The result of this bug
652                 was that any attempt to edit the size spinboxes, immediately
653                 reset the size.
654         
655 2008-02-03  Jim Evins  <evins@snaught.com>
656
657         * src/label-image.c: (gl_label_image_class_init), (set_size):
658                 Enforce minimum size for images.
659
660 2008-02-03  Jim Evins  <evins@snaught.com>
661
662         * src/object-editor-edit-page.c: (field_selected_cb):
663         * src/object-editor-lsize-page.c: (gl_object_editor_set_max_lsize):
664         * src/object-editor-private.h:
665         * src/object-editor-shadow-page.c:
666         (gl_object_editor_set_max_shadow_offset):
667         * src/object-editor-size-page.c: (gl_object_editor_set_max_size):
668         * src/object-editor.c: (gl_object_editor_finalize),
669         (gl_object_editor_new), (gl_object_notebook_construct_valist),
670         (label_changed_cb):
671         * src/object-editor.h:
672         * src/ui-sidebar.c: (gl_ui_sidebar_construct):
673         * src/view-barcode.c: (construct_properties_editor):
674         * src/view-box.c: (construct_properties_editor):
675         * src/view-ellipse.c: (construct_properties_editor):
676         * src/view-image.c: (construct_properties_editor):
677         * src/view-line.c: (construct_properties_editor):
678         * src/view-object.c: (gl_view_object_finalize):
679         * src/view-text.c: (construct_properties_editor),
680                 Move update_editor_from_label callback from individual view objects
681                 to the object editor, so that signals can be disconnected when
682                 object editor is finalized.
683         * src/view-text.c: (gl_view_text_create_button_press_event):
684                 Fixed bug that caused multiple view objects to be created for a
685                 single text object.  This bug would manifest itself as a crash
686                 when deleting multi-object selections which included text objects.
687         
688 2008-02-02  Jim Evins  <evins@snaught.com>
689
690         * src/Makefile.am:
691         * src/wdgt-merge-menu.c:
692         * src/wdgt-merge-menu.h:
693         * src/debug.c: (gl_debug_init):
694         * src/debug.h:
695         * src/marshal.list:
696                 New merge menu widget.
697         * data/glade/object-editor.glade:
698         * src/object-editor-private.h:
699         * src/object-editor.c: (gl_object_editor_set_key_names):
700         * src/object-editor-edit-page.c:
701         (gl_object_editor_prepare_edit_page), (field_selected_cb),
702         (insert_button_cb):
703                 Simplified UI for inserting fields into text objects by launching
704                 a merge menu and directly inserting fields from the menu.  No more
705                 selecting field in combobox, then pressing insert button.
706
707 2008-01-31  Jim Evins  <evins@snaught.com>
708
709         * src/label-barcode.c: (draw_object):
710                 Fixed rendering problem when "Invalid data" is displayed when text
711                 object is lower in stacking order.
712
713 2008-01-30  Jim Evins  <evins@snaught.com>
714
715         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
716                 Don't turn off cairo_hint_metrics.  This causes serious issues with
717                 bitmap fonts.
718
719 2008-01-29  Jim Evins  <evins@snaught.com>
720
721         * src/print-op.c: (gl_print_op_construct),
722         (gl_print_op_construct_batch), (set_page_size):
723                 Explicitly set page size for "other" page sizes.
724
725 2008-01-25  Jim Evins  <evins@snaught.com>
726
727         * src/bc.c:
728                 Fixed Code128C backend parameters.
729         * src/label-barcode.c: (get_size):
730                 Bug #1766425.  If barcode is not renderable with either
731                 input data or default data, use a default size.  Also
732                 fixed small leak.
733
734 2008-01-16  Jim Evins  <evins@snaught.com>
735
736         * src/print.c: (print_label):
737                 Bug #1872568.  Don't apply special transforms (rotate and
738                 mirror) to clipping region or outline.
739
740 2008-01-01  Jim Evins  <evins@snaught.com>
741
742         * src/util.c:
743                 Sort font lists alphabetically.
744
745 2008-01-01  Jim Evins  <evins@snaught.com>
746
747         * src/merge-evolution.c:
748                 Do a case-insensitive sort.
749
750 2008-01-01  Jim Evins  <evins@snaught.com>
751
752         * src/merge-evolution.c:
753                 Sort evolution by "file_under" field.  Original patch provided
754                 by Peter Cherriman <glabels-devel2712@bubieyehyeh.me.uk> in
755                 Patch #1860423.
756         * AUTHORS:
757                 Added acknowledgement for above patch.
758
759 2008-01-01  Jim Evins  <evins@snaught.com>
760
761         * NEWS:
762         * configure.in:
763         * glabels.spec.in:
764                 Reconcile with 2.2 branch.
765         
766
767 2007-12-21  Jim Evins  <evins@snaught.com>
768
769         * COPYING.LIBGLABELS:
770         * COPYING.README_FIRST:
771         * README:
772                 Updating license information to make more complete and understandable.
773
774 2007-12-16  Jim Evins  <evins@snaught.com>
775
776         * configure.in:
777                 Updated version to 2.pre2.
778         * help/C/glabels.xml:
779                 Updated documentation.
780         * src/ui-commands.c: (gl_ui_cmd_help_about):
781                 Updated copyright string.
782
783 2007-12-15  Jim Evins  <evins@snaught.com>
784
785         * data/glade/object-editor.glade:
786                 Removed any GtkTable that contained a GtkComboBox because the size of
787                 the combo box was not constrained properly.  This sacrifices the nice
788                 orderly labels for combo boxes that don't extend beyond the edge of the
789                 window.
790
791 2007-12-15  Jim Evins  <evins@snaught.com>
792
793         * libglabels/db.c: (lgl_db_lookup_template_from_name):
794         * src/object-editor.c: (gl_object_editor_finalize):
795         * src/wdgt-media-select.c: (gl_wdgt_media_select_finalize):
796                 Fixed several small memory leaks.
797
798 2007-12-14  Jim Evins  <evins@snaught.com>
799
800         * libglabels/db.c:
801                 Optimize template search by name by using a GHashTable.
802         * src/mini-preview-pixbuf-cache.c:
803         * src/mini-preview-pixbuf-cache.h:
804                 Store one pixbuf per template, but use a key for each alias.
805         * src/wdgt-media-select.c:
806                 Optimize loading of tree data, thus optimizing the "new label" dialog.
807
808 2007-12-12  Jim Evins  <evins@snaught.com>
809
810         * data/templates/avery-us-templates.xml:
811                 More templates and aliases.
812
813 2007-12-08  Jim Evins  <evins@snaught.com>
814
815         * TODO:
816                 More prep for 2.1.5/2.2.0.
817
818 2007-12-08  Jim Evins  <evins@snaught.com>
819
820         * NEWS:
821         * README:
822         * TODO:
823         * configure.in:
824                 Preparation for 2.1.5.
825
826 2007-12-08  Jim Evins  <evins@snaught.com>
827
828         * docs/libglabels/libglabels-decl-list.txt:
829         * docs/libglabels/libglabels-docs.sgml:
830         * docs/libglabels/libglabels-sections.txt:
831         * docs/libglabels/libglabels-undocumented.txt:
832         * docs/libglabels/tmpl/db.sgml:
833         * docs/libglabels/tmpl/str.sgml:
834         * libglabels/str.c:
835                 Documentation cleanup for libglabels.
836
837 2007-11-29  Jim Evins  <evins@snaught.com>
838
839         * libglabels/db.h:
840         * libglabels/db.c:
841                 Added lgl_db_does_template_name_exist().
842                 In lgl_db_lookup_template_from_name() substitute brand/part of new template from
843                 requested alias.
844         * src/prefs-model.c:
845                 Proof read recent templates -- make sure they still exist.
846         * src/wdgt-media-select.c:
847                 Default to "search all templates" tab if no recent templates found.
848
849 2007-11-28  Jim Evins  <evins@snaught.com>
850
851         * data/glade/wdgt-media-select.glade:
852         * src/wdgt-media-select.c:
853                 Added tabbed notebook to allow selection of recent template versus searching the
854                 entire database.
855         
856
857 2007-11-26  Jim Evins  <evins@snaught.com>
858
859         * libglabels/Makefile.am:
860         * libglabels/libglabels.h:
861                 Make str.h public.
862         * src/label.c:
863         * src/prefs-dialog.c:
864         * src/prefs-model.c:
865         * src/prefs-model.h:
866         * src/prefs.c:
867         * src/prefs.h:
868                 Added tracking of recently used templates.
869
870 2007-11-20  Jim Evins  <evins@snaught.com>
871
872         * data/glade/template-designer.glade:
873         * src/template-designer.c:
874                 Added warning icon when match brand and part match an existing template.
875
876 2007-11-18  Jim Evins  <evins@snaught.com>
877
878         * libglabels/Makefile.am:
879         * libglabels/str.h:
880         * libglabels/str.c:
881                 Added lgl_str_utf8_casecmp().
882         * libglabels/libglabels-private.h:
883                 Use lgl_str_utf8_casecmp() for UTF8_EQUAL macro -- do case insensitive comparisons.
884         * libglabels/db.c: (lgl_db_get_brand_list):
885                 Use lgl_str_utf8_casecmp() to determine if we have seen brand before when building
886                 brand list.
887
888 2007-11-18  Jim Evins  <evins@snaught.com>
889
890         * data/glade/template-designer.glade:
891         * src/template-designer.c:
892                 Don't advance past name page, if brand and part match an existing template.
893
894 2007-11-18  Jim Evins  <evins@snaught.com>
895
896         * libglabels/db.c: (lgl_db_register_template), (read_templates):
897                 When registering a new template, don't add to "User defined" category before
898                 writing to file.  Add to "User defined" category when reading from "~/.glabels"
899                 directory instead.  This will allow legacy templates (and manually created
900                 templates) to be automatically added to the "user defined" category.
901         * libglabels/xml-template.c:
902         (lgl_xml_template_create_template_node):
903                 Fixed typo/bug causing brand to be wrong.
904         
905 2007-11-16  Jim Evins  <evins@snaught.com>
906
907         * libglabels/db.c:
908         * libglabels/db.h:
909                 Added return codes to lgl_db_register_template().  Added lgl_db_does_template_exist()
910                 function.  Automatically create "User defined" category and add to all user
911                 registered templates.
912         * libglabels/xml-template.c:
913         * libglabels/xml-template.h:
914                 Return number of bytes written from lgl_xml_template_write_templates_to_file() and
915                 lgl_xml_template_write_template_to_file().
916         * docs/libglabels/libglabels-decl-list.txt:
917         * docs/libglabels/libglabels-sections.txt:
918         * docs/libglabels/libglabels-undocumented.txt:
919         * docs/libglabels/tmpl/db.sgml:
920         * docs/libglabels/tmpl/xml-template.sgml:
921                 Update documentation to reflect above changes.
922
923 2007-10-28  Jim Evins  <evins@snaught.com>
924
925         * libglabels/xml-template.c:
926                 Remove any leading white space from part #s when parsing old names.
927         * src/mini-preview-pixbuf-cache.c:
928                 If name isn't in cache add it.
929
930 2007-10-26  Jim Evins  <evins@snaught.com>
931
932         * libglabels/Makefile.am:
933         * libglabels/category.c:
934         * libglabels/category.h:
935         * libglabels/db.c:
936         * libglabels/db.h:
937         * libglabels/libglabels-private.h:
938         * libglabels/libglabels.h:
939         * libglabels/paper.c:
940         * libglabels/paper.h:
941         * libglabels/template.c:
942         * libglabels/template.h:
943         * libglabels/xml-template.c:
944                 Another pass at screwing with the libglabels API.  Moved all
945                 database related stuff to db.[ch].
946         * docs/libglabels/libglabels-decl-list.txt:
947         * docs/libglabels/libglabels-docs.sgml:
948         * docs/libglabels/libglabels-sections.txt:
949         * docs/libglabels/libglabels-undocumented.txt:
950         * docs/libglabels/tmpl/category.sgml:
951         * docs/libglabels/tmpl/db.sgml:
952         * docs/libglabels/tmpl/init.sgml:
953         * docs/libglabels/tmpl/libglabels-unused.sgml:
954         * docs/libglabels/tmpl/paper.sgml:
955         * docs/libglabels/tmpl/template-construction.sgml:
956         * docs/libglabels/tmpl/template-db.sgml:
957         * docs/libglabels/tmpl/template-misc.sgml:
958         * docs/libglabels/tmpl/template-struct.sgml:
959         * docs/libglabels/tmpl/template.sgml:
960                 Updated documentation to reflect above changes to libglabels API.
961         * src/file.c:
962         * src/glabels-batch.c:
963         * src/glabels.c:
964         * src/mini-preview-pixbuf-cache.c:
965         * src/prefs-model.c:
966         * src/print.c:
967         * src/template-designer.c:
968         * src/wdgt-media-select.c:
969         * src/wdgt-mini-preview.c:
970         * src/wdgt-rotate-label.c:
971         * src/xml-label-04.c:
972         * src/xml-label.c:
973                 Reconciled usage with above libglabels API changes.
974
975 2007-10-21  Jim Evins  <evins@snaught.com>
976
977         * data/glade/wdgt-media-select.glade:
978         * src/wdgt-media-select.c:
979                 Added brand to filter settings.
980
981 2007-10-21  Jim Evins  <evins@snaught.com>
982
983         * data/dtd/glabels-2.2.dtd:
984                 Forgot to replace Alias name attribute with brand and part attributes.
985         * data/templates/avery-iso-templates.xml:
986         * data/templates/avery-other-templates.xml:
987         * data/templates/avery-us-templates.xml:
988         * data/templates/misc-iso-templates.xml:
989         * data/templates/misc-other-templates.xml:
990         * data/templates/misc-us-templates.xml:
991         * data/templates/zweckform-iso-templates.xml:
992                 Replaced all name attributes with brand/part attribute pairs.
993
994 2007-10-20  Jim Evins  <evins@snaught.com>
995
996         * src/stock-pixmaps/*.png
997                 Updated icons to use Tango color palette.
998         
999 2007-10-20  Jim Evins  <evins@snaught.com>
1000
1001         * data/dtd/Makefile.am:
1002         * data/dtd/glabels-2.0.dtd:
1003         * data/dtd/glabels-2.2.dtd:
1004                 Rename glabels-2.0.dtd to glabels-2.2.dtd.  Added brand and part attributes to
1005                 template node.
1006         * libglabels/template.c:
1007         * libglabels/template.h:
1008         * libglabels/xml-template.c:
1009         * libglabels/xml.h:
1010                 Added brand and part attributes to template and alias structures and nodes.
1011         * src/file.c:
1012         * src/label.c:
1013         * src/mini-preview-pixbuf-cache.c:
1014         * src/template-designer.c:
1015         * src/wdgt-media-select.c:
1016                 Use modified libglabels API.
1017         * docs/libglabels/libglabels-decl-list.txt:
1018         * docs/libglabels/libglabels-sections.txt:
1019         * docs/libglabels/libglabels-undocumented.txt:
1020         * docs/libglabels/tmpl/template-construction.sgml:
1021         * docs/libglabels/tmpl/template-db.sgml:
1022         * docs/libglabels/tmpl/template-struct.sgml:
1023                 Update libglabels documentation to reflect above modifications.
1024
1025 2007-10-14  Jim Evins  <evins@snaught.com>
1026
1027         * docs/libglabels/libglabels-decl-list.txt:
1028         * docs/libglabels/libglabels-sections.txt:
1029         * docs/libglabels/libglabels-undocumented.txt:
1030         * docs/libglabels/tmpl/category.sgml:
1031         * libglabels/category.c:
1032         * libglabels/category.h:
1033                 Added lgl_category_get_id_list() and lgl_category_free_id_list() to have
1034         parity with paper functions.
1035
1036 2007-10-12  Jim Evins  <evins@snaught.com>
1037
1038         * docs/libglabels/libglabels-decl-list.txt:
1039         * docs/libglabels/libglabels-sections.txt:
1040         * docs/libglabels/libglabels-undocumented.txt:
1041         * docs/libglabels/tmpl/category.sgml:
1042         * docs/libglabels/tmpl/enums.sgml:
1043         * docs/libglabels/tmpl/libglabels-unused.sgml:
1044         * docs/libglabels/tmpl/paper.sgml:
1045         * docs/libglabels/tmpl/template-struct.sgml:
1046         * libglabels/init.c:
1047         * libglabels/template.c:
1048         * libglabels/template.h:
1049                 Another pass at fleshing out the libglabels documentation.
1050         * src/cairo-label-path.c:
1051         * src/cairo-markup-path.c:
1052         * src/label.c:
1053         * src/mini-preview-pixbuf.c:
1054         * src/print-op.c:
1055         * src/print.c:
1056         * src/view.c:
1057         * src/wdgt-media-select.c:
1058         * src/wdgt-mini-preview.c:
1059         * src/wdgt-print-copies.c:
1060         * src/wdgt-print-merge.c:
1061         * src/wdgt-rotate-label.c:
1062                 Removed lgl_template_get_first_frame() from libglabels API and all references.
1063
1064 2007-10-11  Jim Evins  <evins@snaught.com>
1065         * configure.in:
1066                 Extended checks for deprecated symbols.
1067         * libglabels/template.c:
1068                 Removed g_strcasecmp references, which are deprecated.
1069
1070 2007-10-09  Jim Evins  <evins@snaught.com>
1071
1072         * src/merge-evolution.c:
1073                 Create address book if it does not exist.  Also, be more robust about handling
1074                 error conditions -- don't just assume GError has been set.
1075
1076 2007-10-08  Jim Evins  <evins@snaught.com>
1077
1078         * libglabels/template.c:
1079         * libglabels/xml-template.c:
1080         * src/template-designer.c:
1081                 Missed some symbols with libglabels API work.
1082
1083 2007-10-01  Jim Evins  <evins@snaught.com>
1084
1085         * docs/libglabels/libglabels-decl-list.txt:
1086         * docs/libglabels/libglabels-docs.sgml:
1087         * docs/libglabels/libglabels-sections.txt:
1088         * docs/libglabels/libglabels-undocumented.txt:
1089         * docs/libglabels/tmpl/category.sgml:
1090         * docs/libglabels/tmpl/enums.sgml:
1091         * docs/libglabels/tmpl/init.sgml:
1092         * docs/libglabels/tmpl/libglabels-unused.sgml:
1093         * docs/libglabels/tmpl/paper.sgml:
1094         * docs/libglabels/tmpl/template-construction.sgml:
1095         * docs/libglabels/tmpl/template-db.sgml:
1096         * docs/libglabels/tmpl/template-misc.sgml:
1097         * docs/libglabels/tmpl/template-struct.sgml:
1098         * docs/libglabels/tmpl/template.sgml:
1099         * docs/libglabels/tmpl/xml-category.sgml:
1100         * docs/libglabels/tmpl/xml-template.sgml:
1101         * libglabels/category.h:
1102         * libglabels/init.c:
1103         * libglabels/libglabels-private.h:
1104         * libglabels/paper.h:
1105         * libglabels/template.c:
1106         * libglabels/template.h:
1107         * libglabels/xml-template.h:
1108                 Basic documentation framework for libglabels updated.  This still needs some
1109                 fleshing out.
1110         
1111 2007-09-27  Jim Evins  <evins@snaught.com>
1112
1113         * docs/libglabels/libglabels-decl-list.txt:
1114         * docs/libglabels/libglabels-docs.sgml:
1115         * docs/libglabels/libglabels-sections.txt:
1116         * docs/libglabels/libglabels-undocumented.txt:
1117         * docs/libglabels/tmpl/enums.sgml:
1118         * docs/libglabels/tmpl/init.sgml:
1119         * docs/libglabels/tmpl/libglabels-unused.sgml:
1120         * docs/libglabels/tmpl/paper.sgml:
1121         * docs/libglabels/tmpl/template.sgml:
1122         * docs/libglabels/tmpl/xml-paper.sgml:
1123         * docs/libglabels/tmpl/xml-template.sgml:
1124         * docs/libglabels/tmpl/xml.sgml:
1125         * libglabels/Makefile.am:
1126         * libglabels/category.c:
1127         * libglabels/category.h:
1128         * libglabels/enums.h:
1129         * libglabels/init.c:
1130         * libglabels/init.h:
1131         * libglabels/libglabels-private.h:
1132         * libglabels/libglabels.h:
1133         * libglabels/paper.c:
1134         * libglabels/paper.h:
1135         * libglabels/template.c:
1136         * libglabels/template.h:
1137         * libglabels/xml-category.c:
1138         * libglabels/xml-category.h:
1139         * libglabels/xml-paper.c:
1140         * libglabels/xml-paper.h:
1141         * libglabels/xml-template.c:
1142         * libglabels/xml-template.h:
1143         * libglabels/xml.c:
1144         * libglabels/xml.h:
1145         * src/cairo-label-path.c:
1146         * src/cairo-label-path.h:
1147         * src/cairo-markup-path.c:
1148         * src/cairo-markup-path.h:
1149         * src/file.c:
1150         * src/glabels-batch.c:
1151         * src/glabels.c:
1152         * src/label-object.c:
1153         * src/label.c:
1154         * src/label.h:
1155         * src/mini-preview-pixbuf-cache.c:
1156         * src/mini-preview-pixbuf.c:
1157         * src/mini-preview-pixbuf.h:
1158         * src/prefs-dialog.c:
1159         * src/prefs-model.c:
1160         * src/prefs-model.h:
1161         * src/prefs.c:
1162         * src/prefs.h:
1163         * src/print-op.c:
1164         * src/print.c:
1165         * src/template-designer.c:
1166         * src/view-barcode.c:
1167         * src/view-box.c:
1168         * src/view-ellipse.c:
1169         * src/view-image.c:
1170         * src/view-line.c:
1171         * src/view.c:
1172         * src/wdgt-media-select.c:
1173         * src/wdgt-mini-preview.c:
1174         * src/wdgt-mini-preview.h:
1175         * src/wdgt-print-copies.c:
1176         * src/wdgt-print-merge.c:
1177         * src/wdgt-rotate-label.c:
1178         * src/xml-label-04.c:
1179         * src/xml-label.c:
1180                 Major cleanup of libglabels API -- this breaks API compatibility with older
1181                 development and stable versions -- as far as I know, there are currently
1182                 no external users of this library yet.
1183         
1184 2007-09-14  Jim Evins  <evins@snaught.com>
1185
1186         * src/marshal.list:
1187         * src/label.c:
1188         * src/label.h:
1189         * src/label-object.c:
1190         * src/label-object.h:
1191         * src/label-barcode.c:
1192         * src/label-ellipse.c:
1193         * src/view.c:
1194         * src/view-object.c:
1195         * src/view-barcode.c:
1196         * src/view-box.c:
1197         * src/view-ellipse.c:
1198         * src/view-image.c:
1199         * src/view-line.c:
1200         * src/view-text.c:
1201                 Better separation of model from view.
1202
1203 2007-08-21  Jim Evins  <evins@snaught.com>
1204
1205         * src/print-op.c: (create_custom_widget_cb):
1206                 Fix problem with force_outline_flag -- don't override with default.
1207
1208 2007-08-21  Jim Evins  <evins@snaught.com>
1209
1210         * data/dtd/glabels-2.0.dtd:
1211         * libglabels/template.c:
1212         * libglabels/template.h:
1213         * libglabels/xml-template.c:
1214         * src/cairo-markup-path.c:
1215                 Added "Markup-rect" element to template format.
1216
1217 2007-08-21  Jim Evins  <evins@snaught.com>
1218
1219         * configure.in:
1220                 Changed version to 2.1.pre5svn.
1221         * src/view.c: (draw_markup_layer):
1222                 Do a stroke for each markup path, otherwise multiple markups
1223                 get connected.
1224
1225 2007-08-17  Jim Evins  <evins@snaught.com>
1226
1227         * configure.in:
1228                 Bump libglabels revision numbers for 2.1.4 release.
1229
1230 2007-08-16  Jim Evins  <evins@snaught.com>
1231
1232         * Makefile.am:
1233                 Include subdir iec16022-0.2.1.
1234         * NEWS:
1235         * configure.in:
1236         * glabels.spec.in:
1237                 Preparation for 2.1.4.
1238         
1239
1240 2007-08-11  Jim Evins  <evins@snaught.com>
1241
1242         * po/POTFILES.in:
1243                 Updated file list.
1244         * configure.in:
1245         * po/eo.po:
1246                 Added Esperanto translation.  Provided by Antonio C.
1247                 Codazzi "la Filozofo" <f_sophia@libero.it>.
1248         * po/fr.po:
1249                 Updated French translation. Provided by Claude Paroz
1250                 <claude@2xlibre.net>.
1251         * AUTHORS:
1252                 Updated to reflect above translations.
1253
1254 2007-08-11  Jim Evins  <evins@snaught.com>
1255
1256         * AUTHORS:
1257         * data/templates/avery-iso-templates.xml:
1258         * data/templates/avery-us-templates.xml:
1259         * data/templates/misc-iso-templates.xml:
1260         * data/templates/misc-other-templates.xml:
1261         * data/templates/misc-us-templates.xml:
1262         * data/templates/zweckform-iso-templates.xml:
1263                 Caught up with backlog of template submissions.
1264
1265 2007-08-10  Jim Evins  <evins@snaught.com>
1266
1267         * src/bc-postnet.c: (gl_barcode_postnet_new):
1268         * src/bc.c:
1269                 Added support for Brazilian CEPNet barcodes.  This is simply an
1270                 instance of the US POSTNET format with 8 digits.  Patch supplied
1271                 by Mário Meyer in bug # 1768792.
1272         * AUTHORS:
1273                 Updated acknowledgments to reflect above patch and recent shuffling
1274                 of underlying technology.
1275
1276 2007-05-13  Jim Evins  <evins@snaught.com>
1277
1278         * src/merge-text.c: (parse_line), (parse_field):
1279                 Remove leading and trailing spaces from CSV fields, unless quoted.
1280
1281 2007-05-09  Jim Evins  <evins@snaught.com>
1282
1283         * src/object-editor-bc-page.c:
1284         * src/object-editor-data-page.c:
1285         * src/object-editor-fill-page.c:
1286         * src/object-editor-image-page.c:
1287         * src/object-editor-line-page.c:
1288         * src/object-editor-lsize-page.c:
1289         * src/object-editor-position-page.c:
1290         * src/object-editor-private.h:
1291         * src/object-editor-shadow-page.c:
1292         * src/object-editor-size-page.c:
1293         * src/object-editor-text-page.c:
1294         * src/object-editor.c:
1295         * src/prefs-dialog.c:
1296         * src/template-designer.c:
1297         * src/ui-property-bar.c:
1298         * src/wdgt-media-select.c:
1299                 Replaced signal block/unblock pairs with simple flags.  This reduces
1300                 some code clutter, hopefully making it easier to read.
1301
1302 2007-05-05  Jim Evins  <evins@snaught.com>
1303
1304         * src/template-designer.c: (apply_cb):
1305                 Add new template to mini-preview pixbuf cache.
1306
1307 2007-05-03  Jim Evins  <evins@snaught.com>
1308
1309         * src/label-image.c: (gl_label_image_init), (draw_object):
1310                 Scale default pixbuf up, to prevent bluring.  Use cairo_fill to
1311                 render image.
1312
1313 2007-05-02  Jim Evins  <evins@snaught.com>
1314
1315         * src/view.c: (draw_select_region_layer), (motion_notify_event_cb),
1316         (button_release_event_cb):
1317                 Removed attempt at rendering optimization by clipping the updates
1318                 to areas affected -- this actually seemed to hurt update performance.
1319
1320 2007-04-30  Jim Evins  <evins@snaught.com>
1321
1322         * src/color.h:
1323         * src/color.c: (gl_color_shadow), (gl_color_node_new_default),
1324         (gl_color_node_equal), (gl_color_node_expand):
1325         * src/label-barcode.c: (draw_object):
1326         * src/label-box.c: (draw_object), (draw_shadow):
1327         * src/label-ellipse.c: (draw_object), (draw_shadow):
1328         * src/label-line.c: (draw_object), (draw_shadow):
1329         * src/label-text.c: (draw_object), (draw_shadow):
1330         * src/wdgt-mini-preview.c: (draw_shadow), (draw_labels):
1331         * src/wdgt-rotate-label.c: (drawingarea_update):
1332                 Some cleanup to color related code.
1333
1334 2007-04-30  Jim Evins  <evins@snaught.com>
1335
1336         * src/label.h:
1337                 Added glLabelRegion structure type.
1338         * src/label-object.c: (gl_label_object_get_extent):
1339         * src/label-object.h:
1340                 Modified gl_label_object_get_extent() to fill in a glLabelRegion struct.
1341         * src/view.h:
1342         * src/view.c: (gl_view_update_region), (draw_select_region_layer),
1343         (gl_view_select_region), (gl_view_align_selection_left),
1344         (gl_view_align_selection_right), (gl_view_align_selection_hcenter),
1345         (gl_view_align_selection_top), (gl_view_align_selection_bottom),
1346         (gl_view_align_selection_vcenter),
1347         (gl_view_center_selection_horiz), (gl_view_center_selection_vert),
1348         (gl_view_move_selection), (gl_view_can_selection_text),
1349         (motion_notify_event_cb), (button_press_event_cb),
1350         (button_release_event_cb):
1351                 - Reconcile with new gl_label_object_get_extent() API.
1352                 - Use glLabelRegion for view->select_region.
1353                 - Added gl_view_update_region() to clip updates to region.
1354                 - Use gl_view_update_region() during manipulation of view->select_region.
1355
1356 2007-04-26  Jim Evins  <evins@snaught.com>
1357
1358         * src/mini-preview-pixbuf.c: (draw_paper), (draw_label_outlines),
1359         (draw_label_outline):
1360         * src/print.c: (print_crop_marks), (draw_outline):
1361         * src/view-object.c: (gl_view_object_draw_handles):
1362         * src/view.c: (draw_bg_layer), (draw_grid_layer),
1363         (draw_markup_layer), (draw_fg_layer), (draw_select_region_layer):
1364         * src/wdgt-mini-preview.c: (draw_paper), (draw_labels):
1365         * src/wdgt-rotate-label.c: (drawingarea_update):
1366                 Added defines for various magic numbers.
1367
1368 2007-04-25  Jim Evins  <evins@snaught.com>
1369
1370         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
1371                 Scale text down.  Cairo seems to render text too large.
1372
1373 2007-04-25  Jim Evins  <evins@snaught.com>
1374
1375         * src/view.h:
1376         * src/view.c: (gl_view_update), (expose_cb),
1377         (motion_notify_event_cb), (button_press_event_cb),
1378         (button_release_event_cb):
1379                 - Try not to let updates get backed up.
1380                 - Grab pointer when doing any drag operations.
1381
1382 2007-04-11  Jim Evins  <evins@snaught.com>
1383
1384         * src/cairo-label-path.c: (gl_cairo_label_path),
1385         (gl_cairo_rect_label_path), (gl_cairo_round_label_path),
1386         (gl_cairo_cd_label_path):
1387         * src/cairo-label-path.h:
1388         * src/mini-preview-pixbuf.c: (draw_paper), (draw_label_outlines),
1389         (draw_label_outline):
1390         * src/print.c: (draw_outline), (clip_to_outline):
1391         * src/view.c: (draw_bg_layer), (draw_fg_layer):
1392         * src/wdgt-mini-preview.c: (draw_labels):
1393         * src/wdgt-rotate-label.c: (drawingarea_update):
1394                 Modified to universally use gl_cairo_label_path() to create paths
1395                 for labels.  Added shadow to mini preview in rotate widget.
1396
1397 2007-04-10  Jim Evins  <evins@snaught.com>
1398
1399         * libglabels/template.h:
1400         * libglabels/template.c: (gl_template_get_name_list_unique),
1401         (gl_template_get_name_list_all), (gl_template_from_name):
1402                 Modified libglabels to allow you to get a list of all template names
1403                 including all aliases or just a list of primary names of each unique
1404                 template.
1405         * src/Makefile.am:
1406         * src/file.c: (gl_file_properties):
1407         * src/glabels.c: (main):
1408         * src/mini-preview-pixbuf-cache.h:
1409         * src/mini-preview-pixbuf-cache.c:
1410         * src/wdgt-media-select.c: (gl_wdgt_media_select_construct),
1411         (filter_changed_cb), (load_list):
1412                 Added mini-preview pixbuf cache, so that only one mini-preview is
1413                 needed for a unique template and gets reused for all aliases.  These
1414                 pixbufs will also live for the life of the program so they are not
1415                 rebuilt everytime a new label dialog is invoked.
1416         * src/mini-preview-pixbuf.c: (draw_paper),
1417         (draw_rect_label_outline), (draw_round_label_outline),
1418         (draw_cd_label_outline):
1419                 Removed some comment artifacts.
1420
1421 2007-04-04  Jim Evins  <evins@snaught.com>
1422
1423         * src/mini-preview-pixbuf.c: (gl_mini_preview_pixbuf_new),
1424         (draw_paper), (draw_label_outlines), (draw_rect_label_outline),
1425         (draw_round_label_outline), (draw_cd_label_outline):
1426         * src/wdgt-media-select.c: (load_list):
1427         * src/wdgt-rotate-label.c: (draw_cd_label_outline):
1428                 Cosmetic enhancments to mini previews.
1429
1430 2007-04-04  Jim Evins  <evins@snaught.com>
1431
1432         * src/ui-property-bar.c: (gl_ui_property_bar_finalize),
1433         (gl_ui_property_bar_construct):
1434                 Save copy of GladeXML tree so that we don't lose tooltips.
1435
1436 2007-04-02  Jim Evins  <evins@snaught.com>
1437
1438         * src/merge-properties-dialog.c:
1439         * src/new-label-dialog.c:
1440         * src/object-editor.c:
1441         * src/prefs-dialog.c:
1442         * src/print-op.c:
1443         * src/template-designer.c:
1444         * src/ui-property-bar.c:
1445         * src/wdgt-media-select.c:
1446         * src/wdgt-rotate-label.c:
1447                 Fixed several memory leaks.
1448
1449 2007-04-01  Jim Evins  <evins@snaught.com>
1450
1451         * src/label-text.c: (gl_label_text_init), (copy),
1452         (gl_label_text_set_lines), (buffer_changed_cb), (get_size),
1453         (set_font_family), (set_font_size), (set_font_weight),
1454         (set_font_italic_flag), (set_text_alignment),
1455         (set_text_line_spacing):
1456                 Cache object size, so that expensive extent calculations are only done
1457                 when needed.
1458
1459 2007-03-30  Jim Evins  <evins@snaught.com>
1460
1461         * src/prefs-model.c: (gl_prefs_model_load_settings):
1462                 Default to an unlimited list of recent documents, since this parameter
1463                 seems to be pre-filter anyway.
1464
1465 2007-03-30  Jim Evins  <evins@snaught.com>
1466
1467         * src/label-box.c: (draw_shadow):
1468         * src/label-ellipse.c: (draw_shadow):
1469                 Added missing shadow fill.
1470         
1471 2007-03-28  Jim Evins  <evins@snaught.com>
1472
1473         * src/ui-commands.c: (gl_ui_cmd_file_print):
1474                 Unreferencing the print operation sometimes crashes.  Just don't do it
1475                 right now.
1476
1477 2007-03-28  Jim Evins  <evins@snaught.com>
1478
1479         * src/print-op.c: (gl_print_op_construct),
1480         (gl_print_op_get_settings), (gl_print_op_set_settings),
1481         (gl_print_op_free_settings), (create_custom_widget_cb):
1482         * src/print-op.h:
1483         * src/ui-commands.c: (gl_ui_cmd_file_print):
1484         * src/window.c: (gl_window_init):
1485         * src/window.h:
1486                 Save print settings and custom settings between print operations
1487                 on the same window.
1488
1489 2007-03-24  Jim Evins  <evins@snaught.com>
1490
1491         * src/object-editor-image-page.c:
1492         (gl_object_editor_prepare_image_page),
1493         (gl_object_editor_set_image), (img_selection_changed_cb):
1494                 Workaround for GtkFileChooserButton bug # 327243.  This the root
1495                 cause for gLabels bug # 1192884.  I have actually observed 3 delayed
1496                 "selection-changed" signals -- the first 2 return NULL -- this is
1497                 what caused the image to reset to the default followed by setting
1498                 it back to the original image, trying to fit it into a new bounding
1499                 box.  This sequence of events is much more evident with the new
1500                 cairo rendering.
1501
1502 2007-03-23  Jim Evins  <evins@snaught.com>
1503
1504         Merged all changes from experimental cairo branch to trunk.
1505         Trunk no longer depends on libgnomecanvas or libgnomeprint[ui].
1506
1507 2007-03-23  Jim Evins  <evins@snaught.com>
1508
1509         * src/label-object.h:
1510         * src/label-object.c: (gl_label_object_class_init),
1511         (gl_label_object_get_raw_size), (gl_label_object_get_size):
1512                 Created "get_raw_size" method.
1513         * src/label-barcode.c: (get_size):
1514         * src/xml-label.c: (xml_create_object_text),
1515         (xml_create_object_barcode):
1516                 Use new "get_raw_size" method on label-objects when apropos.
1517         * src/label-text.h:
1518         * src/label-text.c: (get_size), (draw_object), (draw_shadow),
1519         (auto_shrink_font_size):
1520                 Added "auto shrink" functionality back.
1521
1522 2007-03-19  Jim Evins  <evins@snaught.com>
1523
1524         * src/label-text.c: (draw_object), (draw_shadow):
1525                 Don't use negative scales in workaround from previous commit.
1526         
1527
1528 2007-03-18  Jim Evins  <evins@snaught.com>
1529
1530         * src/xml-label.c:
1531                 Forgot to remove include of xml-lable-191 in previous commit.
1532         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
1533                 Workaround for pango Bug #341481.  Render text at device scale,
1534                 and scale font size accordingly.  Also, don't do any hinting.
1535
1536 2007-03-18  Jim Evins  <evins@snaught.com>
1537
1538         * src/cairo-ellipse-path.c:
1539         * src/cairo-ellipse-path.h:
1540                 Forgot to add these new files during last mass commit.
1541
1542 2007-03-18  Jim Evins  <evins@snaught.com>
1543
1544         * src/Makefile.am:
1545         * src/xml-label-191.c:
1546         * src/xml-label-191.h:
1547                 Removed -- Very buggy.  Version 1.91 is a very old "unstable" version,
1548                 so there is no need to keep compatability.
1549         * src/base64.c:
1550         * src/bc-iec16022.c:
1551         * src/cairo-label-path.c:
1552         * src/cairo-label-path.h:
1553         * src/cairo-markup-path.c:
1554         * src/color.c:
1555         * src/debug.c:
1556         * src/file.c:
1557         * src/glabels-batch.c:
1558         * src/glabels.c:
1559         * src/label-barcode.c:
1560         * src/label-box.c:
1561         * src/label-ellipse.c:
1562         * src/label-image.c:
1563         * src/label-line.c:
1564         * src/label-object.c:
1565         * src/label-object.h:
1566         * src/label-text.c:
1567         * src/label.c:
1568         * src/label.h:
1569         * src/merge-properties-dialog.c:
1570         * src/merge.c:
1571         * src/new-label-dialog.c:
1572         * src/object-editor-bc-page.c:
1573         * src/object-editor-data-page.c:
1574         * src/object-editor-edit-page.c:
1575         * src/object-editor-fill-page.c:
1576         * src/object-editor-image-page.c:
1577         * src/object-editor-line-page.c:
1578         * src/object-editor-private.h:
1579         * src/object-editor-shadow-page.c:
1580         * src/object-editor-text-page.c:
1581         * src/object-editor.c:
1582         * src/pixbuf-cache.c:
1583         * src/print-op.c:
1584         * src/print.c:
1585         * src/recent.c:
1586         * src/stock.c:
1587         * src/template-designer.c:
1588         * src/text-node.c:
1589         * src/ui-property-bar.c:
1590         * src/ui.c:
1591         * src/view-barcode.c:
1592         * src/view-box.c:
1593         * src/view-ellipse.c:
1594         * src/view-image.c:
1595         * src/view-line.c:
1596         * src/view-object.c:
1597         * src/view-object.h:
1598         * src/view-text.c:
1599         * src/view.c:
1600         * src/wdgt-media-select.c:
1601         * src/wdgt-print-copies.c:
1602         * src/wdgt-print-merge.c:
1603         * src/window.c:
1604         * src/xml-label-04.c:
1605         * src/xml-label.c:
1606                 Many changes, including:
1607                 - Move draw methods from view-*() to label-*().
1608                 - Use same drawing code for on screen view and printing.
1609                 - Fix all issues exposed with '-Wall -Werror'.
1610
1611 2007-03-14  Jim Evins  <evins@snaught.com>
1612
1613         * src/Makefile.am:
1614         * src/cairo-handle-path.c:
1615         * src/cairo-handle-path.h:
1616         * src/cairo-object-path.c:
1617         * src/cairo-object-path.h:
1618                 Removed cairo-handle-path.[ch] and cairo-object-path.[ch].
1619         * src/view-barcode.c: (gl_view_barcode_class_init), (draw_object),
1620         (object_at):
1621         * src/view-box.c: (gl_view_box_class_init), (draw_object),
1622         (draw_shadow), (object_at):
1623         * src/view-ellipse.c: (gl_view_ellipse_class_init),
1624         (create_ellipse_path), (draw_object), (draw_shadow), (object_at):
1625         * src/view-image.c: (gl_view_image_class_init), (draw_object),
1626         (object_at):
1627         * src/view-line.c: (gl_view_line_class_init), (draw_object),
1628         (draw_shadow), (object_at):
1629         * src/view-object.c: (gl_view_object_draw), (gl_view_object_at),
1630         (create_handle_path), (gl_view_object_draw_handles),
1631         (gl_view_object_handle_at):
1632         * src/view-object.h:
1633         * src/view-text.c: (gl_view_text_class_init), (draw_object),
1634         (draw_shadow), (object_at):
1635         * src/view.c: (motion_notify_event_cb), (button_press_event_cb):
1636                 Some restructuring of new code.
1637
1638 2007-03-12  Jim Evins  <evins@snaught.com>
1639
1640         * src/Makefile.am:
1641         * src/cairo-object-path.c:
1642         * src/view-barcode.c:
1643         * src/view-barcode.h:
1644         * src/view.c:
1645                 Added barcode object support to view.
1646
1647 2007-03-12  Jim Evins  <evins@snaught.com>
1648
1649         * src/Makefile.am:
1650         * src/view-text.h:
1651         * src/view-text.c:
1652         * src/view.c:
1653         * src/cairo-object-path.c:
1654         * src/cairo-object-path.h:
1655         * src/view-box.c:
1656         * src/view-ellipse.c:
1657         * src/view-image.c:
1658         * src/view-line.c:
1659         * src/view-object.c:
1660         * src/view-object.h:
1661                 Added text object support to view.  Added object_at method to all
1662                 view_objects.
1663
1664 2007-03-11  Jim Evins  <evins@snaught.com>
1665
1666         * src/Makefile.am:
1667         * src/cairo-object-path.c: (gl_cairo_object_path),
1668         (gl_cairo_image_object_path):
1669         * src/view-image.c: (gl_view_image_class_init),
1670         (gl_view_image_finalize), (gl_view_image_new),
1671         (update_editor_from_label_cb), (draw),
1672         (gl_view_image_get_create_cursor),
1673         (gl_view_image_create_button_press_event),
1674         (gl_view_image_create_motion_event),
1675         (gl_view_image_create_button_release_event):
1676         * src/view-image.h:
1677         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1678         (selection_received_cb), (motion_notify_event_cb),
1679         (button_press_event_cb), (button_release_event_cb):
1680                 Added image object support to view.
1681
1682 2007-03-11  Jim Evins  <evins@snaught.com>
1683
1684         * src/Makefile.am:
1685         * src/cairo-object-path.c: (gl_cairo_object_path),
1686         (gl_cairo_line_object_path):
1687         * src/view-line.c: (gl_view_line_class_init), (gl_view_line_new),
1688         (update_object_from_editor_cb), (update_editor_from_object_cb),
1689         (update_editor_from_label_cb), (draw),
1690         (gl_view_line_get_create_cursor),
1691         (gl_view_line_create_button_press_event),
1692         (gl_view_line_create_motion_event),
1693         (gl_view_line_create_button_release_event):
1694         * src/view-line.h:
1695         * src/view-object.c: (gl_view_object_resize_event):
1696         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1697         (selection_received_cb), (motion_notify_event_cb),
1698         (button_press_event_cb), (button_release_event_cb):
1699                 Added line object support to view.
1700         * src/cairo-handle-path.c:
1701                 Made handles slightly larger.
1702
1703
1704 2007-03-11  Jim Evins  <evins@snaught.com>
1705
1706         * src/Makefile.am:
1707         * src/cairo-handle-path.c:
1708         * src/cairo-label-path.c: (gl_cairo_rect_label_path),
1709         (gl_cairo_round_label_path), (gl_cairo_cd_label_path):
1710         * src/cairo-markup-path.c: (gl_cairo_markup_margin_rect_path),
1711         (gl_cairo_markup_margin_round_path),
1712         (gl_cairo_markup_margin_cd_path), (gl_cairo_markup_circle_path):
1713         * src/cairo-object-path.c: (gl_cairo_object_path),
1714         (gl_cairo_ellipse_object_path):
1715         * src/label-object.c: (gl_label_object_rotate):
1716         * src/view-box.c:
1717         * src/view-box.h:
1718         * src/view-ellipse.c: (gl_view_ellipse_class_init),
1719         (gl_view_ellipse_new), (update_object_from_editor_cb),
1720         (update_editor_from_object_cb), (update_editor_from_label_cb),
1721         (draw), (gl_view_ellipse_get_create_cursor),
1722         (gl_view_ellipse_create_button_press_event),
1723         (gl_view_ellipse_create_motion_event),
1724         (gl_view_ellipse_create_button_release_event):
1725         * src/view-ellipse.h:
1726         * src/view-object.c:
1727         * src/view-object.h:
1728         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1729         (select_object_real), (selection_received_cb),
1730         (motion_notify_event_cb), (button_press_event_cb),
1731         (button_release_event_cb):
1732         * src/view.h:
1733                 Added ellipse object support to view.  Plus other cleanup.
1734
1735 2007-03-11  Jim Evins  <evins@snaught.com>
1736
1737         * src/view-box.h:
1738         * src/view-box.c: (gl_view_box_get_create_cursor),
1739         (gl_view_box_create_button_press_event),
1740         (gl_view_box_create_motion_event),
1741         (gl_view_box_create_button_release_event):
1742         * src/view-object.c: (gl_view_object_set_view),
1743         (gl_view_object_handle_at):
1744         * src/view.h:
1745         * src/view.c: (gl_view_arrow_mode), (gl_view_object_create_mode),
1746         (motion_notify_event_cb), (button_press_event_cb),
1747         (button_release_event_cb), (key_press_event_cb):
1748                 Added creation code for box object.
1749
1750 2007-03-09  Jim Evins  <evins@snaught.com>
1751
1752         * src/view-object.c: (gl_view_object_resize_event):
1753         * src/view-object.h:
1754         * src/view.c: (motion_notify_event_cb):
1755                 Fix bugs with resizing transformed objects.
1756         * src/cairo-handle-path.c: (gl_cairo_handle_path):
1757         * src/cairo-object-path.c: (gl_cairo_object_path):
1758         * src/cairo-object-path.h:
1759         * src/label-object.c: (gl_label_object_init),
1760         (gl_label_object_dup), (gl_label_object_get_extent),
1761         (gl_label_object_flip_horiz), (gl_label_object_flip_vert),
1762         (gl_label_object_rotate), (gl_label_object_set_matrix),
1763         (gl_label_object_get_matrix):
1764         * src/label-object.h:
1765         * src/print.c: (draw_object):
1766         * src/view-box.c:
1767         * src/view-highlight.c:
1768         * src/view-highlight.h:
1769         * src/xml-label-191.c: (xml191_parse_object):
1770         * src/xml-label.c: (xml_parse_affine_attrs),
1771         (xml_create_affine_attrs):
1772                 Replace libart affine matrices with cairo matrices.
1773
1774 2007-03-08  Jim Evins  <evins@snaught.com>
1775
1776         * src/view-object.h:
1777         * src/view.c: (gl_view_update), (motion_notify_event_cb):
1778         * src/view-object.c: (gl_view_object_handle_at),
1779         (gl_view_object_resize_event):
1780                 Added resize code -- still a bit buggy.
1781         
1782 2007-03-07  Jim Evins  <evins@snaught.com>
1783
1784         * src/Makefile.am:
1785         * src/cairo-handle-path.c:
1786         * src/cairo-handle-path.h:
1787         * src/view-box.c: (gl_view_box_new):
1788         * src/view-object.c: (gl_view_object_set_object),
1789         (gl_view_object_draw_handles), (gl_view_object_handle_at):
1790         * src/view-object.h:
1791         * src/view.c: (draw_highlight_layer), (select_object_real),
1792         (unselect_object_real), (view_handle_at), (motion_notify_event_cb),
1793         (button_press_event_cb), (button_release_event_cb),
1794         (key_press_event_cb):
1795         * src/view.h:
1796                 Added beginnings of object resize handles.
1797
1798 2007-03-07  Jim Evins  <evins@snaught.com>
1799
1800         * src/view.h:
1801         * src/view.c: (gl_view_init), (gl_view_arrow_mode),
1802         (gl_view_object_create_mode), (motion_notify_event_cb),
1803         (button_press_event_cb), (button_release_event_cb),
1804         (key_press_event_cb):
1805                 Added move selection support.
1806
1807 2007-03-05  Jim Evins  <evins@snaught.com>
1808
1809         * src/cairo-object-path.c: (gl_cairo_object_path):
1810         * src/view-object.c: (gl_view_object_draw),
1811         (gl_view_object_draw_highlight):
1812         * src/view.c: (view_object_at), (motion_notify_event_cb),
1813         (button_press_event_cb), (button_release_event_cb):
1814                 Additional refinements to select logic.
1815
1816 2007-03-05  Jim Evins  <evins@snaught.com>
1817
1818         * src/view.h:
1819         * src/view.c: (gl_view_init), (gl_view_construct),
1820         (label_changed_cb), (draw_layers), (draw_select_region_layer),
1821         (gl_view_select_region), (object_at), (motion_notify_event_cb),
1822         (button_press_event_cb), (button_release_event_cb):
1823                 Added initial select region support and context menu.
1824
1825 2007-03-04  Jim Evins  <evins@snaught.com>
1826
1827         * configure.in:
1828         * src/Makefile.am:
1829         * src/debug.c:
1830         * src/debug.h:
1831         * src/file.c:
1832         * src/label.c:
1833         * src/label.h:
1834         * src/print-op.c:
1835         * src/print.c:
1836         * src/ui-commands.c:
1837         * src/view-box.c:
1838         * src/view-box.h:
1839         * src/view-object.c:
1840         * src/view-object.h:
1841         * src/view.c:
1842         * src/view.h:
1843         * src/wdgt-print-copies.c:
1844         * src/wdgt-print-merge.c:
1845         * src/xml-label.c:
1846                 Initial port to a raw Cairo canvas.  This removes all remaining
1847                 dependencies on libgnomecanvas and libgnomeprint[ui].  Basically
1848                 the view is becoming a canvas widget in its own right.  Still needs
1849                 a lot of work.
1850         * src/cairo-label-path.c:
1851         * src/cairo-label-path.h:
1852         * src/cairo-markup-path.c:
1853         * src/cairo-markup-path.h:
1854         * src/cairo-object-path.c:
1855         * src/cairo-object-path.h:
1856                 New files to support cairo canvas.
1857         * src/canvas-hacktext.c:
1858         * src/canvas-hacktext.h:
1859                 Removed.
1860
1861 2007-02-18  Jim Evins  <evins@snaught.com>
1862
1863         * src/bc.h:
1864                 GNOME_FONT_BOOK changed to PANGO_WEIGHT_NORMAL.
1865
1866 2007-02-14  Jim Evins  <evins@snaught.com>
1867
1868         * src/base64.c:
1869         * src/base64.h:
1870         * src/bc-gnubarcode.c:
1871         * src/bc-gnubarcode.h:
1872         * src/bc-postnet.c:
1873         * src/bc-postnet.h:
1874         * src/bc.c:
1875         * src/bc.h:
1876         * src/canvas-hacktext.c:
1877         * src/canvas-hacktext.h:
1878         * src/debug.c:
1879         * src/debug.h:
1880         * src/file.c:
1881         * src/file.h:
1882         * src/glabels.c:
1883         * src/hig.h:
1884         * src/label-barcode.c:
1885         * src/label-barcode.h:
1886         * src/label-box.c:
1887         * src/label-box.h:
1888         * src/label-ellipse.c:
1889         * src/label-ellipse.h:
1890         * src/label-image.c:
1891         * src/label-image.h:
1892         * src/label-line.c:
1893         * src/label-line.h:
1894         * src/label-object.c:
1895         * src/label-object.h:
1896         * src/label-text.c:
1897         * src/label-text.h:
1898         * src/label.c:
1899         * src/label.h:
1900         * src/merge-evolution.c:
1901         * src/merge-evolution.h:
1902         * src/merge-init.c:
1903         * src/merge-init.h:
1904         * src/merge-properties-dialog.c:
1905         * src/merge-properties-dialog.h:
1906         * src/merge-text.c:
1907         * src/merge-text.h:
1908         * src/merge-vcard.c:
1909         * src/merge-vcard.h:
1910         * src/merge.c:
1911         * src/merge.h:
1912         * src/mini-preview-pixbuf.h:
1913         * src/new-label-dialog.c:
1914         * src/new-label-dialog.h:
1915         * src/object-editor-bc-page.c:
1916         * src/object-editor-data-page.c:
1917         * src/object-editor-edit-page.c:
1918         * src/object-editor-fill-page.c:
1919         * src/object-editor-image-page.c:
1920         * src/object-editor-line-page.c:
1921         * src/object-editor-lsize-page.c:
1922         * src/object-editor-position-page.c:
1923         * src/object-editor-private.h:
1924         * src/object-editor-size-page.c:
1925         * src/object-editor-text-page.c:
1926         * src/object-editor.c:
1927         * src/object-editor.h:
1928         * src/pixbuf-cache.c:
1929         * src/pixbuf-cache.h:
1930         * src/prefs-dialog.c:
1931         * src/prefs-dialog.h:
1932         * src/prefs-model.c:
1933         * src/prefs-model.h:
1934         * src/prefs.c:
1935         * src/prefs.h:
1936         * src/print-op.c:
1937         * src/stock.c:
1938         * src/stock.h:
1939         * src/template-designer.c:
1940         * src/text-node.c:
1941         * src/text-node.h:
1942         * src/ui-commands.c:
1943         * src/ui-commands.h:
1944         * src/ui-property-bar.c:
1945         * src/ui-property-bar.h:
1946         * src/ui-sidebar.c:
1947         * src/ui-sidebar.h:
1948         * src/ui-util.c:
1949         * src/ui-util.h:
1950         * src/ui.c:
1951         * src/ui.h:
1952         * src/util.c:
1953         * src/util.h:
1954         * src/view-barcode.c:
1955         * src/view-barcode.h:
1956         * src/view-box.c:
1957         * src/view-box.h:
1958         * src/view-ellipse.c:
1959         * src/view-ellipse.h:
1960         * src/view-highlight.c:
1961         * src/view-highlight.h:
1962         * src/view-image.c:
1963         * src/view-image.h:
1964         * src/view-line.c:
1965         * src/view-line.h:
1966         * src/view-object.c:
1967         * src/view-object.h:
1968         * src/view-text.c:
1969         * src/view-text.h:
1970         * src/view.c:
1971         * src/view.h:
1972         * src/wdgt-chain-button.c:
1973         * src/wdgt-chain-button.h:
1974         * src/wdgt-media-select.c:
1975         * src/wdgt-mini-preview.c:
1976         * src/wdgt-print-copies.c:
1977         * src/wdgt-print-copies.h:
1978         * src/wdgt-print-merge.c:
1979         * src/wdgt-print-merge.h:
1980         * src/wdgt-rotate-label.c:
1981         * src/window.h:
1982         * src/xml-label-04.c:
1983         * src/xml-label-04.h:
1984         * src/xml-label-191.c:
1985         * src/xml-label-191.h:
1986         * src/xml-label.c:
1987         * src/xml-label.h:
1988
1989         Assorted superficial cleanup.  Including:
1990         - Use G_DEFINE_TYPE for all objects.
1991         - Reconcile style of all class initializer functions
1992         - Reconcile style of all finalize functions
1993         - Add emacs mode line to all source files
1994                 
1995 2007-02-06  Jim Evins  <evins@snaught.com>
1996
1997 Assorted cleanup and removal of deprecated items.
1998         
1999         * src/splash.c:
2000         * src/splash.h:
2001         * src/Makefile.am:
2002                 Removed annoying splash screen.
2003         * src/glabels-batch.c: (main):
2004         * src/glabels.c: (main):
2005                 Converted from popt to GOption.
2006         * src/object-editor-shadow-page.c:
2007         (gl_object_editor_set_shadow_state):
2008                 Removed deprecated method on GtkToggleButton.
2009         * src/ui-commands.c: (gl_ui_cmd_help_about):
2010                 Removed dependency on libgnomui/qnome-url.h.
2011         * src/template-designer.c:
2012                 Removed dependency on libgnome/gnome-program.h.
2013         
2014
2015 2007-02-04  Jim Evins  <evins@snaught.com>
2016
2017         * src/color.c:
2018         * src/color.h:
2019         * src/prefs-model.c:
2020         * src/print.c: (draw_text_object):
2021         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_construct):
2022                 Removed GnomeCanvas artifacts from color.[ch] and related modules.
2023
2024 2007-02-04  Jim Evins  <evins@snaught.com>
2025
2026         * src/wdgt-mini-preview.c:
2027         * src/wdgt-mini-preview.h:
2028                 Ported widget from GnomeCanvas to Cairo.
2029
2030 2007-02-03  Jim Evins  <evins@snaught.com>
2031
2032         * data/glade/template-designer.glade:
2033         * src/template-designer.c:
2034         * src/template-designer.h:
2035                 Ported GnomeDruid to GtkAssistant.  Since libglade does not
2036                 yet support the GtkAssistant and we derive directly from
2037                 the Assistant, the pages are layed out in a GtkNotebook in
2038                 the glade description -- we then append each page to the
2039                 assistant.
2040
2041 2007-01-25  Jim Evins  <evins@snaught.com>
2042
2043         * data/glade/object-editor.glade:
2044                 Added dummy page to notebook, to prevent shadow page from
2045                 becoming the default current page at creation.
2046         * src/view-box.c: (construct_properties_editor):
2047         * src/view-ellipse.c: (construct_properties_editor):
2048         * src/view-line.c: (construct_properties_editor):
2049         * src/view-text.c: (construct_properties_editor):
2050                 Reconciled order of params.
2051
2052 2007-01-19  Jim Evins  <evins@snaught.com>
2053
2054         * src/label-barcode.h:
2055         * src/label-object.c: (gl_label_object_set_font_weight),
2056         (gl_label_object_set_text_alignment),
2057         (gl_label_object_get_font_weight),
2058         (gl_label_object_get_text_alignment):
2059         * src/label-object.h:
2060         * src/label-text.c: (gl_label_text_instance_init), (copy),
2061         (get_size), (set_font_family), (set_font_weight),
2062         (set_text_alignment), (get_font_weight), (get_text_alignment):
2063         * src/label-text.h:
2064         * src/object-editor-text-page.c:
2065         (gl_object_editor_prepare_text_page),
2066         (gl_object_editor_set_font_family),
2067         (gl_object_editor_set_font_weight),
2068         (gl_object_editor_get_font_weight),
2069         (gl_object_editor_set_text_alignment),
2070         (gl_object_editor_get_text_alignment),
2071         (gl_object_editor_set_text_color):
2072         * src/object-editor.h:
2073         * src/prefs-dialog.c: (construct_object_page),
2074         (update_object_page_from_prefs), (update_prefs_from_object_page):
2075         * src/prefs-model.c: (gl_prefs_model_save_settings),
2076         (gl_prefs_model_load_settings):
2077         * src/prefs-model.h:
2078         * src/print.c: (draw_text_object):
2079         * src/ui-property-bar.c: (gl_ui_property_bar_construct),
2080         (reset_to_default_properties), (update_text_properties),
2081         (font_bold_toggled_cb), (text_align_toggled_cb):
2082         * src/ui-sidebar.c:
2083         * src/util.c: (gl_util_align_to_string), (gl_util_string_to_align),
2084         (gl_util_weight_to_string), (gl_util_string_to_weight),
2085         (gl_util_get_font_family_list), (gl_util_font_family_list_free):
2086         * src/util.h:
2087         * src/view-text.c: (update_object_from_editor_cb),
2088         (update_editor_from_object_cb), (draw_hacktext), (draw_cursor):
2089         * src/view.c: (gl_view_set_selection_text_alignment),
2090         (gl_view_set_default_text_alignment),
2091         (gl_view_get_default_text_alignment):
2092         * src/view.h:
2093         * src/xml-label-04.c: (xml04_parse_text_props):
2094         * src/xml-label-191.c: (xml191_parse_text_props):
2095         * src/xml-label.c: (xml_parse_object_text),
2096         (xml_parse_toplevel_span), (xml_create_object_text),
2097         (xml_create_toplevel_span):
2098                 Converted all model internals to Pango.  GnomeFont remains in
2099         view until GnomeCanvas can be replaced with a cairo-based canvas.
2100         
2101 2007-01-17  Jim Evins  <evins@snaught.com>
2102
2103         * src/Makefile.am:
2104         * src/hig.c:
2105                 Deleted hig.c.
2106         * src/hig.h:
2107         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_get_type),
2108         (gl_wdgt_print_copies_construct):
2109         * src/wdgt-print-copies.h:
2110         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_type),
2111         (gl_wdgt_print_merge_construct):
2112         * src/wdgt-print-merge.h:
2113                 Removed all remaining HIG wrapper widgets.
2114
2115 2007-01-16  Jim Evins  <evins@snaught.com>
2116
2117         * src/Makefile.am:
2118         * src/print-dialog.c:
2119         * src/print-dialog.h:
2120         * src/print-op.c:
2121         * src/print-op.h:
2122         * src/template-designer.c: (print_test_cb):
2123         * src/ui-commands.c: (gl_ui_cmd_file_print):
2124         * src/print.c:
2125                 Renamed PrintDialog to PrintOp.  Added constructor for batch
2126                 printing.
2127         * src/glabels-batch.c: (main):
2128                 Converted to use new PrintOp object for printing.
2129
2130 2007-01-15  Jim Evins  <evins@snaught.com>
2131
2132         * data/glade/Makefile.am:
2133         * data/glade/print-custom-widget.glade:
2134         * src/print-dialog.c:
2135         * src/print-dialog.h:
2136         * src/print.c:
2137         * src/print.h:
2138         * src/template-designer.c: (print_test_cb):
2139         * src/ui-commands.c: (gl_ui_cmd_file_print):
2140         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_copies):
2141         * src/wdgt-print-merge.h:
2142         * src/window.c: (gl_window_init):
2143         * src/window.h:
2144                 Initial conversion to GtkPrintOperation.
2145                 Still to do:
2146                  - Remove font and other libgnomeprint[ui] from elsewhere
2147                  - Add batch initialization of print operation
2148
2149 2007-01-08  Jim Evins  <evins@snaught.com>
2150         * configure.in:
2151                 Updated dependencies.  Set version to 2.1.pre4cvs.
2152
2153 2007-01-03  Jim Evins  <evins@snaught.com>
2154
2155         * src/recent-files/*
2156                 Removed EggRecent stuff.
2157         * configure.in:
2158         * src/Makefile.am:
2159         * src/file.c:
2160         * src/recent.c:
2161         * src/recent.h:
2162         * src/ui-commands.c:
2163         * src/ui-commands.h:
2164         * src/ui.c:
2165                 Ported from EggRecent to GtkRecentManager.
2166         
2167
2168 2007-01-02  Jim Evins  <evins@snaught.com>
2169
2170         * configure.in:
2171         * iec16022-0.2.1/BUGS:
2172         * iec16022-0.2.1/CHANGELOG:
2173         * iec16022-0.2.1/CREDITS:
2174         * iec16022-0.2.1/INSTALL:
2175         * iec16022-0.2.1/LICENSE:
2176         * iec16022-0.2.1/Makefile.am:
2177         * iec16022-0.2.1/Makefile.dist:
2178         * iec16022-0.2.1/README:
2179         * iec16022-0.2.1/README.glabels:
2180         * iec16022-0.2.1/TODO:
2181         * iec16022-0.2.1/iec16022.1:
2182         * iec16022-0.2.1/iec16022.c:
2183         * iec16022-0.2.1/iec16022ecc200.c:
2184         * iec16022-0.2.1/iec16022ecc200.h:
2185         * iec16022-0.2.1/image.c:
2186         * iec16022-0.2.1/image.h:
2187         * iec16022-0.2.1/reedsol.c:
2188         * iec16022-0.2.1/reedsol.h:
2189         * iec16022-0.2.1/test/testsuite-example.bin:
2190         * iec16022-0.2.1/test/testsuite-example.eps:
2191         * iec16022-0.2.1/test/testsuite-example.hex:
2192         * iec16022-0.2.1/test/testsuite-example.png:
2193         * iec16022-0.2.1/test/testsuite-example.text:
2194         * iec16022-0.2.1/test/testsuite.sh:
2195                 Include modified copy of iec16022-0.2.1 to provide encoding
2196                 support for datamatrix 2D barcodes.
2197         * src/Makefile.am:
2198         * src/bc-iec16022.c:
2199         * src/bc-iec16022.h:
2200         * src/bc.c:
2201                 Added initial datamatrix 2D barcode backend to barcode code.
2202         * INSTALL:
2203         * gtk-doc.make:
2204                 Automatic updates to later versions of these files.
2205
2206 2006-11-28  Jim Evins  <evins@snaught.com>
2207
2208         * data/templates/avery-iso-templates.xml:
2209         * data/templates/avery-us-templates.xml:
2210         * data/templates/categories.xml:
2211         * data/templates/misc-iso-templates.xml:
2212         * data/templates/misc-us-templates.xml:
2213         * data/templates/zweckform-iso-templates.xml:
2214                 More categorization.
2215         
2216 2006-09-12  Jim Evins  <evins@snaught.com>
2217
2218         * data/dtd/glabels-2.0.dtd:
2219         * data/templates/Makefile.am:
2220         * data/templates/avery-iso-templates.xml:
2221         * data/templates/avery-other-templates.xml:
2222         * data/templates/avery-us-templates.xml:
2223         * data/templates/categories.xml:
2224         * data/templates/misc-iso-templates.xml:
2225         * data/templates/misc-other-templates.xml:
2226         * data/templates/zweckform-iso-templates.xml:
2227         * data/glade/Makefile.am:
2228         * data/glade/new-label-dialog.glade:
2229         * data/glade/wdgt-media-select.glade:
2230         * data/glade/wdgt-rotate-label.glade:
2231         * libglabels/Makefile.am:
2232         * libglabels/category.c:
2233         * libglabels/category.h:
2234         * libglabels/libglabels.h:
2235         * libglabels/paper.c:
2236         * libglabels/template.c:
2237         * libglabels/template.h:
2238         * libglabels/xml-category.c:
2239         * libglabels/xml-category.h:
2240         * libglabels/xml-template.c:
2241                 Added support for category meta data.
2242         * src/Makefile.am:
2243         * src/file.c:
2244         * src/mini-preview-pixbuf.c:
2245         * src/mini-preview-pixbuf.h:
2246         * src/new-label-dialog.c:
2247         * src/new-label-dialog.h:
2248         * src/wdgt-media-select.c:
2249         * src/wdgt-media-select.h:
2250         * src/wdgt-rotate-label.c:
2251         * src/wdgt-rotate-label.h:
2252                 New "new label" dialog.
2253
2254 2006-05-27  Jim Evins  <evins@snaught.com>
2255
2256         * NEWS:
2257         * autogen.sh:
2258         * configure.in:
2259                 Preparation for 2.1.3.
2260         * acinclude.m4:
2261         * omf.make:
2262         * xmldocs.make:
2263                 Removed.
2264         
2265 2006-05-22  Jim Evins  <evins@snaught.com>
2266
2267         * src/print.c: (draw_barcode_object):
2268                 Don't print "Invalid barcode data" if data field is empty.  Patch provided
2269                 by Darren Warner <warnerd@users.sourceforge.net>.  Fixes Bug #1479839.
2270         * AUTHORS:
2271                 Added acknowledgment for above patch.
2272         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new):
2273         * src/bc-postnet.c: (postnet_code):
2274                 Removed "Invalid barcode data" warnings from stderr.
2275         * src/view-barcode.c: (draw_barcode):
2276                 Draw box around barcode extent if data empty or invalid.  Center a
2277                 message whether the data is empty or invalid in box.
2278
2279 2006-05-22  Jim Evins  <evins@snaught.com>
2280
2281         * src/print.c: (draw_text_object):
2282                 Check shadow state when printing text.
2283
2284 2006-05-20  Jim Evins  <evins@snaught.com>
2285
2286         * src/ui-commands.c: (gl_ui_cmd_view_grid_toggle),
2287         (gl_ui_cmd_view_markup_toggle):
2288                 Fixed crash when grid or markup have been toggled off during
2289                 a previous session.  Bug #1434324.
2290
2291 2006-04-05  Jim Evins  <evins@snaught.com>
2292
2293         * src/object-editor.c: (gl_object_editor_set_key_names):
2294                 Fixed potential crash when freeing empty key list.
2295
2296 2006-03-11  Jim Evins  <evins@snaught.com>
2297
2298         * src/print.c: (draw_text_object):
2299         * src/view-text.c: (gl_view_text_new),
2300         (construct_properties_editor), (update_object_from_editor_cb),
2301         (update_editor_from_object_cb), (update_editor_from_label_cb),
2302         (draw_hacktext):
2303                 Added shadow support to text object.
2304         
2305 2006-02-18  Jim Evins  <evins@snaught.com>
2306
2307         * src/print.c: (draw_line_object):
2308         * src/view-line.c: (gl_view_line_new),
2309         (construct_properties_editor), (update_canvas_item_from_object_cb),
2310         (update_object_from_editor_cb), (update_editor_from_object_cb),
2311         (update_editor_from_label_cb):
2312                 Added shadow support to line object.
2313
2314 2006-02-16  Jim Evins  <evins@snaught.com>
2315
2316         * src/view-box.c:
2317                 Comment changes.
2318         * src/print.c: (draw_ellipse_object):
2319         * src/view-ellipse.c: (gl_view_ellipse_new),
2320         (construct_properties_editor), (update_canvas_item_from_object_cb),
2321         (update_object_from_editor_cb), (update_editor_from_object_cb),
2322         (update_editor_from_label_cb):
2323                 Added shadow support to ellipse object.
2324
2325 2006-02-15  Jim Evins  <evins@snaught.com>
2326
2327         * src/label-object.c:
2328                 Changed default shadow offsets.
2329         * src/view-box.c: (gl_view_box_new):
2330                 Simplified gl_view_box_new() so that is does not duplicate code
2331                 in update_canvas_item_from_object_cb().
2332
2333 2006-02-07  Jim Evins  <evins@snaught.com>
2334
2335         * data/glade/object-editor.glade:
2336                 Fixed color groups of color combos.
2337         * src/color.h:
2338                 Added default shadow color.
2339         * src/object-editor.c: (gl_object_editor_construct_color_combo):
2340                 Added shadow color group.
2341
2342 2006-02-06  Jim Evins  <evins@snaught.com>
2343
2344         * src/object-editor-shadow-page.c:
2345                 Forgot to add this file.
2346         * src/view-box.c: (gl_view_box_new),
2347         (update_canvas_item_from_object_cb), (update_editor_from_label_cb):
2348                 Update limits on shadow offset spinbuttons.
2349
2350 2006-01-19  Jim Evins  <evins@snaught.com>
2351
2352         * src/merge-evolution.c: (gl_merge_evolution_get_key_list):
2353                 Initialize key_list to NULL.
2354         * data/glade/object-editor.glade:
2355         * src/Makefile.am:
2356         * src/color.c:
2357         * src/color.h:
2358         * src/label-object.c:
2359         * src/label-object.h:
2360         * src/object-editor-fill-page.c:
2361         * src/object-editor-private.h:
2362         * src/object-editor.c:
2363         * src/object-editor.h:
2364         * src/xml-label.c:
2365                 Created infrastructure for shadow support.
2366         * src/view-box.c:
2367         * src/print.c:
2368                 Initial shadow support in box object only.
2369         
2370 2006-01-05  Jim Evins  <evins@snaught.com>
2371
2372         * src/merge-properties-dialog.c: (src_changed_cb):
2373                 Be extra paranoid before calling strcmp().
2374         * src/merge.c: (gl_merge_set_src):
2375                 Don't make (merge == NULL) a critical error.
2376
2377 2005-12-22  Jim Evins  <evins@snaught.com>
2378
2379         * src/glabels-batch.c: (main):
2380                 Compile warning free with gcc 4.0.
2381
2382 2005-12-21  Jim Evins  <evins@snaught.com>
2383
2384         * glabels.spec.in:
2385                 Updated example RPM spec file.
2386         
2387 2005-12-21  Jim Evins  <evins@snaught.com>
2388
2389         * NEWS:
2390         * configure.in:
2391                 Preparation for 2.1.2.
2392         
2393 2005-12-20  Jim Evins  <evins@snaught.com>
2394
2395         * src/Makefile.am:
2396                 Define unique G_LOG_DOMAIN for glabels.
2397         * src/critical-error-handler.c: (gl_critical_error_handler_init):
2398         * src/warning-handler.c: (gl_warning_handler_init),
2399         (warning_handler):
2400                 Register for G_LOG_DOMAIN instead of NULL.
2401         
2402 2005-12-10  Jim Evins  <evins@snaught.com>
2403
2404         * src/merge-evolution.c:
2405         * src/merge-vcard.c:
2406                 Fixed indentation.
2407
2408 2005-12-08  Jim Evins  <evins@snaught.com>
2409
2410         * libglabels/paper.c: (read_paper_files_from_dir):
2411         * libglabels/template.c: (gl_template_register),
2412         (read_template_files_from_dir):
2413         * libglabels/xml-paper.c: (gl_xml_paper_read_papers_from_file),
2414         (gl_xml_paper_parse_papers_doc):
2415         * libglabels/xml-template.c:
2416         (gl_xml_template_read_templates_from_file),
2417         (gl_xml_template_parse_templates_doc),
2418         (gl_xml_template_parse_template_node),
2419         (xml_parse_label_rectangle_node), (xml_parse_label_round_node),
2420         (xml_parse_label_cd_node), (xml_parse_layout_node),
2421         (xml_parse_markup_margin_node), (xml_parse_markup_line_node),
2422         (xml_parse_markup_circle_node),
2423         (gl_xml_template_write_templates_to_file), (xml_create_label_node):
2424         * libglabels/xml.c: (gl_xml_get_prop_length):
2425                 Re-classified g_warnings to g_messages.
2426         * src/Makefile.am:
2427         * src/glabels.c: (main):
2428         * src/warning-handler.c: (gl_warning_handler_init),
2429         (warning_handler):
2430         * src/warning-handler.h:
2431                 Added warning message handler to make sure the user is
2432                 presented with appropriate non-fatal errors.
2433         * src/critical-error-handler.c: (critical_error_handler):
2434                 Changed exit to abort.
2435         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new), (render_pass1):
2436         * src/bc-postnet.c: (postnet_code):
2437         * src/bc.c: (id_to_index), (name_to_index):
2438         * src/merge.c: (gl_merge_register_backend), (gl_merge_new):
2439         * src/object-editor.c: (gl_object_notebook_construct_valist):
2440         * src/prefs-dialog.c: (update_locale_page_from_prefs):
2441         * src/prefs.c: (gl_prefs_get_units_per_point),
2442         (gl_prefs_get_units_precision), (gl_prefs_get_units_step_size),
2443         (gl_prefs_get_units_string):
2444         * src/print.c: (draw_outline), (clip_to_outline), (clip_punchouts):
2445         * src/splash.c: (gl_splash):
2446         * src/ui-commands.c: (gl_ui_cmd_help_contents):
2447         * src/view-highlight.c: (gl_view_highlight_new),
2448         (highlight_resizable_box_construct), (object_changed_cb),
2449         (view_scale_changed_cb):
2450         * src/view.c: (draw_label_layer), (draw_bg_fg_layers),
2451         (draw_markup_layer), (draw_markup_margin),
2452         (gl_view_object_create_mode), (canvas_event),
2453         (selection_received_cb):
2454         * src/wdgt-mini-preview.c: (mini_outline_list_new):
2455         * src/wdgt-rotate-label.c: (mini_preview_canvas_update):
2456         * src/xml-label-04.c: (gl_xml_label_04_parse),
2457         (xml04_parse_media_description), (xml04_parse_text_props),
2458         (xml04_parse_barcode_props):
2459         * src/xml-label-191.c: (gl_xml_label_191_parse),
2460         (xml191_parse_objects), (xml191_parse_object),
2461         (xml191_parse_text_props), (xml191_parse_image_props),
2462         (xml191_parse_barcode_props), (xml191_parse_data),
2463         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_layout),
2464         (xml191_parse_markup):
2465         * src/xml-label.c: (gl_xml_label_open), (gl_xml_label_open_buffer),
2466         (xml_doc_to_label), (xml_parse_label), (xml_parse_objects),
2467         (xml_parse_object_text), (xml_parse_object_image),
2468         (xml_parse_object_barcode), (xml_parse_data),
2469         (xml_parse_toplevel_span), (gl_xml_label_save),
2470         (xml_create_objects):
2471                 Re-classified g_warnings to g_messages.
2472         * src/merge-evolution.c: (gl_merge_evolution_open),
2473         (gl_merge_evolution_close), (gl_merge_evolution_get_record):
2474                 Use g_warning to output errors encountered while
2475                 communicating with the evolution data server
2476                 instead of embedding them in the data.
2477         
2478 2005-12-08  Jim Evins  <evins@snaught.com>
2479
2480         * libglabels/libglabels-private.h:
2481                 Set G_LOG_DOMAIN
2482         * libglabels/paper.c: (read_papers):
2483         * libglabels/template.c: (read_templates):
2484                 Made appropriate warnings critical.
2485         * src/Makefile.am:
2486         * src/critical-error-handler.h:
2487         * src/critical-error-handler.c: (gl_critical_error_handler_init),
2488         (critical_error_handler):
2489                 Created critical error handler.
2490         * src/glabels.c: (main):
2491                 Register critical error handler.
2492         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init):
2493         * src/object-editor.c: (gl_object_editor_init):
2494         * src/prefs-dialog.c: (gl_prefs_dialog_init):
2495         * src/template-designer.c: (gl_template_designer_init):
2496         * src/ui-property-bar.c: (gl_ui_property_bar_instance_init):
2497                 Made appropriate warnings critical.
2498
2499 2005-11-27  Jim Evins  <evins@snaught.com>
2500
2501         * src/merge-evolution.c: (gl_merge_evolution_get_key_list),
2502         (gl_merge_evolution_get_primary_key),
2503         (gl_merge_evolution_get_record):
2504                 Don't create "record_key" pseudo-key.  Don't populate
2505                 fields with null data.
2506
2507 2005-11-25  Jim Evins  <evins@snaught.com>
2508
2509         * src/merge-evolution.c: (gl_merge_evolution_finalize),
2510         (gl_merge_evolution_get_key_list), (gl_merge_evolution_open),
2511         (gl_merge_evolution_get_record), (gl_merge_evolution_copy),
2512         (free_field_list):
2513                 Query EDS for all supported fields.  Patch provided by
2514                 Austin Henry <ahenry@users.sourceforge.net>.
2515
2516 2005-10-29  Jim Evins  <evins@snaught.com>
2517
2518         * src/glabels.c: (main):
2519         * src/label-barcode.c: (gl_label_barcode_finalize):
2520         * src/label-text.c: (gl_label_text_finalize), (set_font_family):
2521         * src/label.c: (gl_label_instance_init), (gl_label_finalize):
2522         * src/object-editor.c: (gl_object_editor_finalize):
2523                 Another pass at valgrinding -- plugged several memory leaks.
2524         * src/view-text.c: (gl_view_text_new),
2525         (update_canvas_item_from_object_cb), (draw_hacktext):
2526                 Commented out artifacts of edit-in-place code.
2527         
2528 2005-10-28  Jim Evins  <evins@snaught.com>
2529
2530         * src/canvas-hacktext.c: (gl_canvas_hacktext_set_arg):
2531                 Fixed use of uninitialized variable.  Caught by
2532                 d binderman <dcb314@hotmail.com>.
2533
2534 2005-10-27  Jim Evins  <evins@snaught.com>
2535
2536         * src/merge-evolution.c: (gl_merge_evolution_get_record):
2537         * src/merge-vcard.c: (gl_merge_vcard_get_record),
2538         (parse_next_vcard):
2539                 Additional cleanup of EDS and vcard backends.  Provided by
2540                 Austin Henry <ahenry@users.sourceforge.net>.
2541
2542 2005-10-24  Jim Evins  <evins@snaught.com>
2543
2544         * AUTHORS:
2545         * src/Makefile.am:
2546         * src/merge-evolution.c:
2547         * src/merge-evolution.h:
2548         * src/merge-init.c: (gl_merge_init):
2549         * src/merge-properties-dialog.c: (type_changed_cb):
2550         * src/merge-vcard.c:
2551         * src/merge-vcard.h:
2552         * src/ui-commands.c: (gl_ui_cmd_help_about):
2553                 Added Evolution Data Server and VCard merge backends.  Original patch
2554                 provided by Austin Henry <ahenry@users.sourceforge.net>.
2555         * configure.in:
2556                 Only support EDS and VCard backends if libebook is installed.  Allow
2557                 user to disable support, even if installed.
2558         
2559 2005-10-24  Jim Evins  <evins@snaught.com>
2560
2561         * AUTHORS:
2562         * data/templates/avery-iso-templates.xml:
2563         * data/templates/avery-us-templates.xml:
2564         * data/templates/misc-iso-templates.xml:
2565         * data/templates/zweckform-iso-templates.xml:
2566                 Collected all template changes and submissions since last
2567                 release.
2568
2569 2005-10-23  Jim Evins  <evins@snaught.com>
2570
2571         * configure.in:
2572         * data/mime/Makefile.am:
2573                 Added configure options to disable update-mime-database and
2574                 update-desktop-database as part of the install.  Patch
2575                 provided by Leonardo Boshell (qhoracio@sourceforge.net).
2576
2577 2005-10-23  Jim Evins  <evins@snaught.com>
2578
2579         * libglabels/xml.h:
2580         * libglabels/xml.c: (gl_xml_get_prop_string),
2581         (gl_xml_get_prop_i18n_string), (gl_xml_set_prop_string),
2582         (gl_xml_is_node), (gl_xml_get_node_content):
2583                 Added new XML utility functions.
2584         * libglabels/xml-paper.c:
2585         * libglabels/xml-template.c:
2586         * src/xml-label.c:
2587                 Cleanup by using new xml utilities created above.
2588         * libglabels/paper.c: (gl_paper_free):
2589         * src/file.c: (new_response):
2590         * src/object-editor-image-page.c: (add_image_filters_to_chooser):
2591         * src/pixbuf-cache.c: (gl_pixbuf_cache_add_pixbuf),
2592         (gl_pixbuf_cache_get_pixbuf):
2593         * src/ui-property-bar.c:
2594         (gl_ui_property_bar_construct_color_combo):
2595         * src/view-highlight.c: (gl_view_highlight_finalize):
2596         * src/view-image.c: (update_object_from_editor_cb):
2597         * src/view.c: (gl_view_finalize), (draw_bg_fg_layers),
2598         (draw_bg_fg_rounded_rect), (draw_bg_fg_round), (draw_bg_fg_cd),
2599         (draw_bg_fg_cd_bc), (draw_markup_layer), (draw_markup_margin),
2600         (draw_markup_margin_rect), (draw_markup_margin_rounded_rect),
2601         (draw_markup_margin_round), (draw_markup_margin_cd),
2602         (draw_markup_margin_cd_bc):
2603         * src/wdgt-mini-preview.c: (mini_outline_list_new):
2604         * src/wdgt-rotate-label.c: (gl_wdgt_rotate_label_finalize):
2605                 Plugged various memory leaks located with valgrind.
2606         * src/view-image.c: (update_canvas_item_from_object_cb):
2607                 Don't allow a width or height of zero when drawing pixbuf.
2608
2609 2005-10-22  Jim Evins  <evins@snaught.com>
2610
2611         * libglabels/xml-paper.c:
2612         * libglabels/xml-template.c:
2613         * libglabels/xml.c:
2614         * src/base64.c:
2615         * src/bc-gnubarcode.c:
2616         * src/canvas-hacktext.c:
2617         * src/label-text.c:
2618         * src/object-editor-data-page.c:
2619         * src/print-dialog.c:
2620         * src/print.c:
2621         * src/recent.c:
2622         * src/template-designer.c:
2623         * src/text-node.c:
2624         * src/ui-property-bar.c:
2625         * src/ui.c:
2626         * src/view-barcode.c:
2627         * src/view-box.c:
2628         * src/view-ellipse.c:
2629         * src/view-image.c:
2630         * src/view-line.c:
2631         * src/view-text.c:
2632         * src/view.c:
2633         * src/wdgt-media-select.c:
2634         * src/xml-label-04.c:
2635         * src/xml-label-191.c:
2636         * src/xml-label.c:
2637                 Modified to compile warning free with gcc-4.0.  Mostly
2638                 casting to change signedness of characters.  Did not
2639                 attack gnu-barcode library yet.
2640
2641 2005-10-22  Jim Evins <evins@snaught.com>
2642
2643         * src/glabels.c: (main):
2644         * src/splash.c: (gl_splash):
2645                 Removed some small memory leaks.
2646         * gtk-doc.make:
2647                 Added.
2648         
2649 2005-09-19  Jim Evins  <evins@snaught.com>
2650
2651         * data/glade/property-bar.glade:
2652                 Remove items from font_family_combo.  This prevents the
2653                 double entry after adding text model and list of fonts.
2654         * src/ui-property-bar.c: (reset_to_default_properties):
2655                 Free font_family_list.
2656
2657 2005-07-01  Jim Evins  <evins@snaught.com>
2658
2659         * po/it.po:
2660                 Updated italian translation (Daniele Medri)
2661
2662 2005-06-26  Jim Evins  <evins@snaught.com>
2663
2664         * docs/libglabels/libglabels-decl-list.txt:
2665                 Somehow never got checked in before.
2666         * docs/libglabels/libglabels.types:
2667                 Removed -- don't need it afterall.
2668
2669 2005-06-20  Jim Evins  <evins@snaught.com>
2670
2671         * NEWS:
2672                 Final prep for 2.1.1 release.
2673
2674 2005-06-20  Jim Evins  <evins@snaught.com>
2675
2676         * configure.in:
2677                 Final preps for 2.1.1 release.
2678         * docs/libglabels/libglabels.types:
2679                 Somehow never got checked in before.
2680         * po/POTFILES.in:
2681                 Bring up-to-date with recent reorg of ui code.
2682                 
2683
2684 2005-06-19  Jim Evins  <evins@snaught.com>
2685
2686         * src/template-designer.c: (construct_layout_page):
2687                 Removed attempt to match background color of mini preview widget to
2688                 background.
2689
2690 2005-06-17  Jim Evins  <evins@snaught.com>
2691
2692         * help/C/figures/merge-ex2-4.png:
2693         * help/C/glabels.xml:
2694                 Fixed spelling error.
2695
2696 2005-06-13  Jim Evins  <evins@snaught.com>
2697
2698         * help/C/figures/merge-ex1-1.png:
2699         * help/C/figures/merge-ex1-2.png:
2700         * help/C/figures/merge-ex1-3.png:
2701         * help/C/figures/merge-ex1-4.png:
2702         * help/C/figures/merge-ex2-1.png:
2703         * help/C/figures/merge-ex2-2.png:
2704         * help/C/figures/merge-ex2-3.png:
2705         * help/C/figures/merge-ex2-4.png:
2706                 Added figures for document merge tutorial.
2707         * help/C/glabels.xml:
2708                 Added document merge tutorial.
2709
2710 2005-05-19  Jim Evins  <evins@snaught.com>
2711
2712         * data/glade/merge-properties-dialog.glade:
2713                 Fixed irregular spacing.
2714         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init),
2715         (gl_merge_properties_dialog_construct):
2716                 Set outer padding and remove separator.
2717
2718 2005-05-18  Jim Evins  <evins@snaught.com>
2719
2720         * src/hig.h:
2721         * src/hig.c:
2722                 Removed glHigDialog class.
2723         * src/file.c: (gl_file_new), (create_new_dialog_widgets),
2724         (gl_file_properties), (create_properties_dialog_widgets):
2725         * src/prefs-dialog.h:
2726         * src/prefs-dialog.c: (gl_prefs_dialog_get_type),
2727         (gl_prefs_dialog_init), (gl_prefs_dialog_construct):
2728         * src/print-dialog.h:
2729         * src/prefs-dialog.h:
2730         * src/print-dialog.c: (gl_print_dialog_get_type),
2731         (gl_print_dialog_init), (gl_print_dialog_construct):
2732                 Replaced all instances of glHigDialog with GtkDialog.
2733         
2734 2005-05-17  Jim Evins  <evins@snaught.com>
2735
2736         * src/hig.h:
2737         * src/hig.c:
2738                 Removed HigAlert class since it is obsoleted by the GtkMessageDialog class.
2739         * src/file.c: (open_response), (gl_file_open_real), (gl_file_save),
2740         (save_as_response), (gl_file_close):
2741                 Replaced all instances of HigAlert widgets with GtkMessageDialog widgets.
2742
2743 2005-05-15  Jim Evins  <evins@snaught.com>
2744
2745         * src/ui-commands.h:
2746         * src/ui-util.c:
2747         * src/ui-util.h:
2748         * src/ui.c:
2749         * src/ui.h:
2750         * src/view.c:
2751         * src/window.c:
2752         * src/window.h:
2753                 A little code reformatting -- no functional changes.
2754         
2755 2005-05-14  Jim Evins  <evins@snaught.com>
2756
2757         * src/Makefile.am:
2758                 Removed obsolete macros.
2759         * src/marshal.list:
2760                 Added marshalling template to support new view signal: "context_menu_activate."
2761         * src/view.h:
2762         * src/view.c: (gl_view_class_init), (gl_view_construct),
2763         (canvas_event_arrow_mode):
2764                 - Removed hardcoded context menus and added new signal "context_menu_activate"
2765                 to push this up to the uimanager.
2766                 - Removed merge properties and print dialogs so that they can be managed with
2767                 the window by the uimanager.
2768         * src/merge-properties-dialog.h:
2769         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_new),
2770         (gl_merge_properties_dialog_construct):
2771                 Changed calling convention of gl_merge_properties_dialog_new() to use
2772                 glLabel and GtkWindow instead of view to make more consistent with other
2773                 dialogs.
2774         * src/print-dialog.h:
2775         * src/print-dialog.c: (gl_print_dialog_new),
2776         (gl_print_dialog_construct):
2777                 Removed last artifact of libbonoboui.
2778         * src/ui-commands.c: (gl_ui_cmd_file_print),
2779         (gl_ui_cmd_objects_merge_properties), (gl_ui_cmd_help_about):
2780                 Reconciled style for launching dialogs.
2781         * src/ui.c: (gl_ui_new):
2782                 Added context menus to ui manager.
2783         * src/view-object.c: (item_event_arrow_mode):
2784                 No longer try to select objects with right-click.
2785         * src/window.h:
2786         * src/window.c: (gl_window_init), (gl_window_set_label),
2787         (context_menu_activate_cb):
2788                 Context menus and all dialogs are now managed in a consistent way in window
2789                 by the ui manager.
2790
2791 2005-05-11  Jim Evins  <evins@snaught.com>
2792
2793         * src/window.h:
2794         * src/window.c: (gl_window_init), (gl_window_destroy):
2795         * src/ui.c: (gl_ui_new), (gl_ui_unref), (recent_tooltip_func):
2796         * src/ui-commands.c: (gl_ui_cmd_file_open_recent):
2797                 Moved management of recent_view back from window.c to ui.c -- it just feels
2798                 better there.
2799         
2800 2005-05-10  Jim Evins  <evins@snaught.com>
2801
2802         * src/window.h:
2803         * src/window.c: (gl_window_init):
2804         * src/ui.h:
2805         * src/ui.c: (gl_ui_new), (connect_proxy_cb), (disconnect_proxy_cb),
2806         (menu_item_select_cb), (menu_item_deselect_cb):
2807                 Added GtkStatusbar which displays menu tooltips.
2808         
2809 2005-05-09  Jim Evins  <evins@snaught.com>
2810
2811         Replaced libbonoboui with GtkUIManager for creation of basic user interface menus
2812         and toolbars.
2813
2814         * configure.in:
2815         * glabels.spec.in:
2816                 Removed dependencies on libbonoboui.
2817         * data/Makefile.am:
2818         * data/ui/Makefile.am:
2819         * data/ui/glabels-ui.xml:
2820                 Removed data/ui directory.
2821         * data/glade/Makefile.am:
2822         * data/property-bar.glade:
2823                 Added glade description of property-bar for new libglade implementation
2824                 of glUIPropertyBar.
2825         * src/Makefile.am:
2826         * src/commands.h:
2827         * src/commands.c:
2828         * src/tools.h:
2829         * src/tools.c:
2830         * src/ui-commands.h:
2831         * src/ui-commands.c:
2832                 Replaced commands.[ch] and tools.[ch] with the single ui-commands.[ch] module
2833                 since the distinction between "commands" and "tools" is no longer that clear.
2834         * src/file.h:
2835         * src/file.c:
2836                 Modified to expect glWindow instead of GtkWindow.  gl_file_open_recent()
2837                 no longer has knowledge of eggRecent*.
2838         * src/glabels.c: (main):
2839                 Removed libbonobo initialization and replaced bonobo_main loop with gtk_main
2840                 loop.
2841         * src/object-editor.c: (gl_object_editor_init):
2842                 Make sure notebook does not respond to a "show_all" on the parent.
2843         * src/recent-files/Makefile.am:
2844         * src/recent-files/*.[ch]
2845                 Updated from latest version of libegg which now has a view based on
2846                 GtkUIManager.  Removed unused bonobo and gtk views.
2847         * src/ui-property-bar.h:
2848         * src/ui-property-bar.c:
2849                 New implementation based on libglade.
2850         * src/ui-sidebar.h:
2851         * src/ui-sidebar.c:
2852                 Sidebar is now simply a GtkWidget and does not expect to be a part of
2853                 a libbonoboui interface.
2854         * src/ui-util.h:
2855         * src/ui-util.c:
2856         * src/ui.h:
2857         * src/ui.c:
2858                 Converted for use with GtkUIManager.
2859         * src/window.h:
2860         * src/window.c:
2861                 Now derived from GtkWindow instead of BonoboWindow and uses GtkUIManager
2862                 to create menus and toolbars.
2863
2864 2005-04-25  Jim Evins  <evins@snaught.com>
2865
2866         * data/templates/misc-iso-templates.xml:
2867                 Added Fellows 04715 template provided by Steve Saxon.
2868         * AUTHORS:
2869                 Updated acknowledgement for above.
2870
2871 2005-04-23  Jim Evins  <evins@snaught.com>
2872
2873         * src/util.c: (gl_util_combo_box_set_strings):
2874                 Make sure to clear model before loading a new list of strings.
2875         * src/wdgt-media-select.h:
2876         * src/wdgt-media-select.c: (gl_wdgt_media_select_instance_init),
2877         (gl_wdgt_media_select_construct), (page_size_combo_changed_cb),
2878         (template_combo_changed_cb), (prefs_changed_cb),
2879         (gl_wdgt_media_select_get_name), (gl_wdgt_media_select_set_name),
2880         (gl_wdgt_media_select_get_page_size),
2881         (gl_wdgt_media_select_set_page_size):
2882                 Replaced the deprecated GtkCombo widget with the new
2883                 GtkComboBox.
2884
2885 2005-04-21  Jim Evins  <evins@snaught.com>
2886
2887         * data/glade/template-designer.glade:
2888         * src/template-designer.c: (construct_pg_size_page),
2889         (pg_size_page_changed_cb), (build_template):
2890                 Replaced the deprecated GtkCombo widget with the new
2891                 GtkComboBox.
2892
2893 2005-04-20  Jim Evins  <evins@snaught.com>
2894
2895         * data/glade/prefs-dialog.glade:
2896         * src/prefs-dialog.c: (construct_object_page),
2897         (update_object_page_from_prefs), (update_prefs_from_object_page):
2898                 Replaced the deprecated GtkCombo widget with the new
2899                 GtkComboBox.
2900         
2901 2005-04-19  Jim Evins  <evins@snaught.com>
2902
2903         * data/glade/object-editor.glade:
2904         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page),
2905         (style_changed_cb), (gl_object_editor_set_bc_style),
2906         (gl_object_editor_get_bc_style), (gl_object_editor_set_bc_color),
2907         (gl_object_editor_get_bc_color):
2908         * src/object-editor-data-page.c:
2909         (gl_object_editor_prepare_data_page), (gl_object_editor_set_data),
2910         (gl_object_editor_get_data):
2911         * src/object-editor-edit-page.c:
2912         (gl_object_editor_prepare_edit_page), (insert_button_cb):
2913         * src/object-editor-fill-page.c:
2914         (gl_object_editor_prepare_fill_page),
2915         (gl_object_editor_set_fill_color),
2916         (gl_object_editor_get_fill_color):
2917         * src/object-editor-image-page.c:
2918         (gl_object_editor_prepare_image_page),
2919         (gl_object_editor_set_image), (gl_object_editor_get_image):
2920         * src/object-editor-line-page.c:
2921         (gl_object_editor_prepare_line_page),
2922         (gl_object_editor_set_line_color),
2923         (gl_object_editor_get_line_color):
2924         * src/object-editor-private.h:
2925         * src/object-editor-text-page.c:
2926         (gl_object_editor_prepare_text_page),
2927         (gl_object_editor_set_font_family),
2928         (gl_object_editor_get_font_family),
2929         (gl_object_editor_set_text_color),
2930         (gl_object_editor_get_text_color):
2931         * src/object-editor.c: (gl_object_editor_set_key_names):
2932         * src/ui-sidebar.c:
2933                 In the object editor: replaced all instances of the deprecated
2934                 GtkCombo widget with the new GtkComboBox.
2935
2936 2005-04-18  Jim Evins  <evins@snaught.com>
2937
2938         * src/stock.c:
2939                 Neglected to save this one in previous checkin to support
2940                 header cleanup.
2941         
2942 2005-04-17  Jim Evins  <evins@snaught.com>
2943
2944         * libglabels/libglabels-private.h:
2945         * libglabels/paper.c:
2946         * libglabels/paper.h:
2947         * libglabels/template.c:
2948         * libglabels/template.h:
2949         * libglabels/xml-paper.c:
2950         * libglabels/xml-paper.h:
2951         * libglabels/xml-template.c:
2952         * libglabels/xml.c:
2953         * libglabels/xml.h:
2954         * src/base64.c:
2955         * src/base64.h:
2956         * src/bc-gnubarcode.c:
2957         * src/bc-postnet.c:
2958         * src/bc.c:
2959         * src/bc.h:
2960         * src/commands.c:
2961         * src/debug.c:
2962         * src/debug.h:
2963         * src/file.c:
2964         * src/file.h:
2965         * src/hig.c:
2966         * src/hig.h:
2967         * src/label-barcode.c:
2968         * src/label-box.c:
2969         * src/label-ellipse.c:
2970         * src/label-image.c:
2971         * src/label-image.h:
2972         * src/label-line.c:
2973         * src/label-object.c:
2974         * src/label-text.c:
2975         * src/label-text.h:
2976         * src/label.c:
2977         * src/merge-properties-dialog.c:
2978         * src/object-editor-bc-page.c:
2979         * src/object-editor-data-page.c:
2980         * src/object-editor-edit-page.c:
2981         * src/object-editor-fill-page.c:
2982         * src/object-editor-image-page.c:
2983         * src/object-editor-line-page.c:
2984         * src/object-editor-lsize-page.c:
2985         * src/object-editor-position-page.c:
2986         * src/object-editor-private.h:
2987         * src/object-editor-size-page.c:
2988         * src/object-editor-text-page.c:
2989         * src/object-editor.c:
2990         * src/object-editor.h:
2991         * src/pixbuf-cache.h:
2992         * src/prefs-dialog.c:
2993         * src/prefs-dialog.h:
2994         * src/prefs-model.c:
2995         * src/prefs-model.h:
2996         * src/prefs.c:
2997         * src/print-dialog.c:
2998         * src/print-dialog.h:
2999         * src/print.c:
3000         * src/print.h:
3001         * src/recent.c:
3002         * src/recent.h:
3003         * src/splash.c:
3004         * src/splash.h:
3005         * src/stock.h:
3006         * src/template-designer.c:
3007         * src/template-designer.h:
3008         * src/text-node.h:
3009         * src/tools.c:
3010         * src/ui-property-bar.c: (gl_ui_property_bar_construct):
3011         * src/ui-sidebar.c:
3012         * src/ui-util.c:
3013         * src/ui.c:
3014         * src/util.c:
3015         * src/util.h:
3016         * src/view-barcode.c:
3017         * src/view-box.c:
3018         * src/view-ellipse.c:
3019         * src/view-highlight.c:
3020         * src/view-highlight.h:
3021         * src/view-image.c:
3022         * src/view-line.c:
3023         * src/view-object.c:
3024         * src/view-object.h:
3025         * src/view-text.c:
3026         * src/view.c:
3027         * src/view.h:
3028         * src/wdgt-chain-button.c:
3029         * src/wdgt-media-select.c:
3030         * src/wdgt-media-select.h:
3031         * src/wdgt-mini-preview.c:
3032         * src/wdgt-mini-preview.h:
3033         * src/wdgt-print-copies.c:
3034         * src/wdgt-print-copies.h:
3035         * src/wdgt-print-merge.c:
3036         * src/wdgt-print-merge.h:
3037         * src/wdgt-rotate-label.c:
3038         * src/wdgt-rotate-label.h:
3039         * src/window.c:
3040         * src/window.h:
3041         * src/xml-label-04.c:
3042         * src/xml-label-191.c:
3043         * src/xml-label.c:
3044                 Cleanup of header files:
3045                 - all header files are now stand-alone, verified by including
3046                   first in corresponding "c" files
3047                 - replaced blanket includes of gnome, gtk, and glib with
3048                   targetted includes
3049         
3050 2005-04-16  Jim Evins  <evins@snaught.com>
3051
3052         * data/glade/Makefile.am:
3053         * data/glade/merge-properties-dialog.glade:
3054                 Added merge properties dialog glade description file.
3055         * src/merge-properties-dialog.h:
3056         * src/merge-properties-dialog.c:
3057         (gl_merge_properties_dialog_get_type),
3058         (gl_merge_properties_dialog_init),
3059         (gl_merge_properties_dialog_finalize),
3060         (gl_merge_properties_dialog_new),
3061         (gl_merge_properties_dialog_construct), (type_changed_cb),
3062         (src_changed_cb), (response_cb), (load_tree),
3063         (record_select_toggled_cb), (select_all_button_clicked_cb),
3064         (unselect_all_button_clicked_cb):
3065                 Modified merge properties dialog to use libglade.  Added
3066                 "select all" and "unselect all" buttons.
3067         * src/merge-text.c: (parse_line):
3068                 Handle empty lines better.
3069         * src/merge.c: (gl_merge_eval_key):
3070                 Evaluate the key whether the record is selected or not.
3071         * src/util.h:
3072         * src/util.c: (gl_util_combo_box_add_text_model):
3073                 Since libglade does not use the gtk_combo_box_new_text()
3074                 constructor for GtkComboBoxes, a utility function was created
3075                 to add an appropriate text model to a GtkComboBox.
3076         * src/view.c: (gl_view_edit_merge_props):
3077                 Removed unnecessary "show all's".
3078
3079 2005-04-15  Jim Evins  <evins@snaught.com>
3080
3081         * po/ru.po:
3082                 Updated russian translation (Vitaly Lipatov)
3083         * data/templates/misc-iso-templates.xml:
3084                 Added templates for russian business cards provided by Vitaly Lipatov.
3085         * AUTHORS:
3086                 Updated acknowledgements for above.
3087
3088 2005-04-15  Jim Evins  <evins@snaught.com>
3089
3090         * data/templates/avery-us-templates.xml:
3091                 Added Avery 5388 and 5389 templates provided by Peter L. Berghold.
3092         * data/templates/misc-iso-templates.xml:
3093                 Added Ryman standard CD/DVD template, provided by Dan Clark.
3094         * AUTHORS:
3095                 Added acknowledgements for above.
3096         
3097 2005-04-10  Jim Evins <evins@snaught.com>
3098
3099         * libglabels/xml-paper.c: (gl_xml_paper_parse_paper_node):
3100         * libglabels/xml-template.c: (gl_xml_template_parse_template_node),
3101         (xml_parse_label_rectangle_node), (xml_parse_label_round_node),
3102         (xml_parse_label_cd_node), (xml_parse_alias_node):
3103         * libglabels/xml.c: (gl_xml_get_prop_double),
3104         (gl_xml_get_prop_boolean), (gl_xml_get_prop_int),
3105         (gl_xml_get_prop_uint), (gl_xml_get_prop_length):
3106         * src/xml-label-04.c: (xml04_parse_media_description),
3107         (xml04_parse_text_props), (xml04_parse_barcode_props),
3108         (xml04_parse_merge_properties):
3109         * src/xml-label-191.c: (xml191_parse_object),
3110         (xml191_parse_text_props), (xml191_parse_barcode_props),
3111         (xml191_parse_merge_fields), (xml191_parse_pixdata),
3112         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_markup),
3113         (xml191_parse_alias):
3114         * src/xml-label.c: (xml_parse_object_text),
3115         (xml_parse_object_barcode), (xml_parse_merge_fields),
3116         (xml_parse_pixdata), (xml_parse_toplevel_span):
3117                 Make sure to use xmlFree for anything obtained from libxml
3118                 in case libxml and glib use different memory management
3119                 space.
3120
3121 2005-04-08  Jim Evins <evins@snaught.com>
3122
3123         * src/util.h:
3124         * src/util.c: (gl_util_combo_box_set_strings), (search_text_func),
3125         (gl_util_combo_box_set_active_text):
3126                 Added utility functions to simplify working with GtkComboBox
3127                 widgets in GTK-2.6.
3128         * src/ui-property-bar.h:
3129         * src/ui-property-bar.c: (gl_ui_property_bar_construct),
3130         (reset_to_default_properties), (update_text_properties),
3131         (font_family_changed_cb):
3132                 Replaced deprecated GtkCombo with GtkComboBox.
3133         
3134         
3135 2005-04-03  Jim Evins <evins@snaught.com>
3136
3137         * src/Makefile.am:
3138         * src/wdgt-image-select.h:
3139         * src/wdgt-image-select.c:
3140                 Removed obsolete wdgt-image-select.[ch] files.
3141         * libglabels/paper.c: (gl_paper_dup):
3142                 Fixed rename of parameter introduced during documentation
3143                 updates.
3144         * data/glade/object-editor.glade:
3145         * src/object-editor-image-page.c:
3146         (gl_object_editor_prepare_image_page), (img_radio_toggled_cb),
3147         (gl_object_editor_set_image), (gl_object_editor_get_image),
3148         (update_preview_cb), (add_image_filters_to_chooser):
3149         * src/object-editor-private.h:
3150                 Replaced deprecated GnomePixmapEntry with
3151                 GtkFileChooserButton.
3152
3153 2005-04-02  Jim Evins <evins@snaught.com>
3154
3155         * src/mygal/mygal-combo-box.c: (deactivate_arrow),
3156         (mygal_combo_box_popup_hide_unconditional),
3157         (mygal_combo_box_popup_hide), (mygal_combo_box_popup_display),
3158         (mygal_combo_toggle_pressed), (mygal_combo_box_init),
3159         (mygal_combo_popup_tear_off), (mygal_combo_set_tearoff_state),
3160         (mygal_combo_tearoff_bg_copy), (mygal_combo_popup_reparent),
3161         (cb_tearable_button_release), (mygal_combo_box_set_tearable):
3162                 Renamed all internal gtk_combo functions to mygal_combo
3163                 to prevent namespace confusion.
3164
3165 2005-04-02  Jim Evins <evins@snaught.com>
3166
3167         * src/mygal/color-palette.c: (color_palette_change_custom_color),
3168         (cust_color_set), (color_palette_setup):
3169         * src/mygal/color-palette.h:
3170                 Replaced deprecated GnomeColorPicker with GtkColorButton.
3171
3172 2005-04-02  Jim Evins <evins@snaught.com>
3173
3174         * docs/libglabels/libglabels-sections.txt:
3175         * docs/libglabels/libglabels-undocumented.txt:
3176         * docs/libglabels/tmpl/enums.sgml:
3177         * docs/libglabels/tmpl/paper.sgml:
3178         * docs/libglabels/tmpl/xml-paper.sgml:
3179         * docs/libglabels/tmpl/xml-template.sgml:
3180         * libglabels/enums.h:
3181         * libglabels/paper.c: (gl_paper_dup):
3182         * libglabels/paper.h:
3183         * libglabels/xml-paper.c:
3184         * libglabels/xml-template.c:
3185                 More documentation updates for libglabels.
3186         
3187 2005-03-23  Jim Evins  <evins@snaught.com>
3188
3189         * INSTALL:
3190                 Automatically updated.
3191         * Makefile.am:
3192         * autogen.sh:
3193         * configure.in:
3194         * docs/Makefile.am:
3195         * docs/libglabels/Makefile.am:
3196         * docs/libglabels/libglabels-docs.sgml:
3197         * docs/libglabels/libglabels-sections.txt:
3198         * docs/libglabels/libglabels-undocumented.txt:
3199         * docs/libglabels/tmpl/enums.sgml:
3200         * docs/libglabels/tmpl/libglabels-unused.sgml:
3201         * docs/libglabels/tmpl/libglabels.sgml:
3202         * docs/libglabels/tmpl/paper.sgml:
3203         * docs/libglabels/tmpl/template.sgml:
3204         * docs/libglabels/tmpl/xml-paper.sgml:
3205         * docs/libglabels/tmpl/xml-template.sgml:
3206         * docs/libglabels/tmpl/xml.sgml:
3207                 Added basic gtk-doc stuff to support documenting libglabels
3208                 API.
3209         * libglabels/xml.c:
3210                 Updated function comments with gtk-doc markup.
3211         * missing:
3212                 Removed.
3213
3214 2005-03-22  Jim Evins  <evins@snaught.com>
3215
3216         Since the development version now requires gtk-2.6/gnome-2.10, I
3217         have made a first pass at removing deprecations.
3218
3219         * configure.in:
3220         * libglabels/Makefile.am:
3221         * src/Makefile.am:
3222                 Added configure option to turn on X_DISABLE_DEPRECATED flags.
3223                 Also removed all remnants of HAVE_FILECHOOSER.
3224         * src/file.c: (gl_file_open_real):
3225                 Removed code for old GtkFileSelection.
3226         * libglabels/libglabels-private.h:
3227         * libglabels/paper.c:
3228         * libglabels/template.c:
3229         * libglabels/xml-paper.c:
3230         * libglabels/xml-template.c:
3231         * libglabels/xml.c:
3232         * src/bc.c:
3233         * src/file.c:
3234         * src/glabels-batch.c:
3235         * src/glabels.c:
3236         * src/label.c:
3237         * src/merge-init.c:
3238         * src/merge-properties-dialog.c:
3239         * src/merge.c:
3240         * src/object-editor.c:
3241         * src/prefs-dialog.c:
3242         * src/prefs.c:
3243         * src/print-dialog.c:
3244         * src/print.c:
3245         * src/stock.c:
3246         * src/template-designer.c:
3247         * src/ui-property-bar.c:
3248         * src/ui-sidebar.c:
3249         * src/view-barcode.c:
3250         * src/view-box.c:
3251         * src/view-ellipse.c:
3252         * src/view-image.c:
3253         * src/view-line.c:
3254         * src/view-text.c:
3255         * src/view.c:
3256         * src/wdgt-image-select.c:
3257         * src/wdgt-media-select.c:
3258         * src/wdgt-print-copies.c:
3259         * src/wdgt-print-merge.c:
3260         * src/wdgt-rotate-label.c:
3261         * src/window.c:
3262         * src/xml-label-04.c:
3263         * src/xml-label-191.c:
3264         * src/xml-label.c:
3265                 Added '#include <glib/gi18n.h>" where needed.
3266                 Removed any unused '#include <gnome.h>"s.
3267
3268 2005-03-22  Jim Evins  <evins@snaught.com>
3269
3270         * src/commands.c: (activate_url), (gl_cmd_help_about):
3271                 Replaced GnomeAbout with GtkAboutDialog.  Therefore the
3272                 development version of glabels now depends on GTK 2.6 and
3273                 GNOME 2.10.
3274         * configure.in:
3275                 Updated library dependencies.
3276
3277 2005-02-28  Jim Evins  <evins@snaught.com>
3278
3279         * AUTHORS:
3280         * data/templates/misc-iso-templates.xml:
3281                 Added 'Ednet 45021' template provided by Ali Akcaagac
3282                 <aliakc@web.de>.
3283
3284 2005-02-14  Jim Evins  <evins@snaught.com>
3285
3286         * data/templates/avery-us-templates.xml:
3287                 Updated templates to use inches instead of points.
3288         * src/print-dialog.c: (printer_page_new):
3289                 Changed packing style when adding printer selector widget.  This fixes
3290                 debian Bug#295274.
3291
3292 2005-02-13  Jim Evins  <evins@snaught.com>
3293
3294         * AUTHORS:
3295         * po/es.po:
3296                 Updated spanish translations. (sergio rivadero)
3297
3298 2005-02-05  Jim Evins  <evins@snaught.com>
3299
3300         Some cleanup to libglabels.
3301         
3302         * configure.in:
3303                 Updated version to 2.1.1cvs.  Added generation of libglabels.pc.
3304         * libglabels/libglabels.pc.in
3305                 Created.
3306         * libglabels/enums.h
3307                 Created.  Currently only contains glUnitsType which provides enumerations
3308                 for all possible units of distance.
3309         * libglabels/Makefile.am:
3310                 Incorporated new files enums.h and libglabels.pc[.in].
3311         * libglabels/libglabels.h:
3312                 Include enums.h.
3313         * libglabels/template.h:
3314         * libglabels/template.c: (gl_template_layout_new):
3315                 Changed parameters nx and ny to gint from gdouble.
3316         * libglabels/xml.h:
3317         * libglabels/xml.c: (gl_xml_get_prop_length),
3318         (gl_xml_set_prop_length), (gl_xml_set_default_units):
3319                 Added support for different output units.
3320         * src/prefs-dialog.c: (update_locale_page_from_prefs),
3321         (update_prefs_from_locale_page):
3322         * src/prefs-model.c: (string_to_units), (units_to_string):
3323         * src/prefs-model.h:
3324         * src/prefs.c: (gl_prefs_get_units_per_point),
3325         (gl_prefs_get_units_precision), (gl_prefs_get_units_step_size),
3326         (gl_prefs_get_units_string):
3327         * src/prefs.h:
3328         * src/wdgt-media-select.c: (details_update), (get_label_size_desc):
3329                 Reconciled all length enumerations with the new enumerations provided
3330                 in libglabels/enums.h.
3331
3332 2005-02-03  Jim Evins  <evins@snaught.com>
3333
3334         * po/cs.po:
3335                 Updated Czech translations. (David Makovský and Zbynek Mrkvick)
3336         * po/it.po:
3337                 Updated Italian translations. (Daniele Medri)
3338         * AUTHORS:
3339                 Updated credits to reflect above translations.
3340
3341
3342 2005-01-22  Jim Evins  <evins@snaught.com>
3343
3344         * MESSAGE-OF-DOOM:
3345                 Added.
3346         * Makefile.am:
3347                 Added MESSAGE-OF-DOOM to EXTRA_DIST.
3348         * NEWS:
3349                 Final prep for 2.1.0.
3350         * configure.in:
3351                 Set version to 2.1.0.  Output MESSAGE-OF-DOOM.
3352         * glabels.spec.in:
3353                 Added '--remove-original' flag to desktop-file-install, so that there is
3354                 only one menu entry.
3355         
3356 2005-01-20  Jim Evins  <evins@snaught.com>
3357
3358         * data/glade/object-editor.glade:
3359                 - Font family entry should not be editable.
3360                 - img_key_entry should have sensitivity=YES, so that it follows the
3361                   sensitivity of img_key_combo.
3362         
3363 2005-01-19  Jim Evins  <evins@snaught.com>
3364
3365         * AUTHORS:
3366                 Give credit to Frederic Ruaudel for the color merge patches.
3367
3368 2005-01-18  Frederic Ruaudel  <grumz@users.sf.net>
3369  
3370         Add support to merge color for all other color attribute (Feature 
3371         Requests item #1008635. If the data is invalid, the color used is transparent 
3372         (GL_COLOR_NONE). The format     for color in merge data file are those accepted 
3373         by gdk_color_parse() these include name for a color from rgb.txt, such as 
3374         DarkSlateGray, or a hex specification such as #305050. File format has been 
3375         changed but backward compatibility is preserved for all format. For
3376         box/ellipse/line, keep attribute "line_color" for static color or replace by
3377         "line_color_field" for merge data. For text/barcode objects, keep attribute
3378         "color" for static color or replace by "color_field" for merge data. In the
3379         edit canvas window, merged color are represented by half-transparent black
3380         line/area.
3381  
3382         * data/dtd/glabels-2.0.dtd:
3383                 Added line_color_field to line_attrs. Added color_field to 
3384                 Object-barcode and Span.
3385         * data/glade/object-editor.glade:
3386                 Modify the layout of the editor to add merge possibility to color options
3387         * src/color.c:
3388                 Fix a copy/paste error in a comment
3389         * src/color.h:
3390                 Add default color for merge color representation in the editor canvas.
3391         * src/label-barcode.c:
3392         * src/object-editor-bc-page.c:
3393         * src/view-barcode.c:
3394                 Add merge color support for barcode color.
3395         * src/label-box.c:
3396         * src/view-box.c:
3397                 Add merge color support for box border color.
3398         * src/label-ellipse.c:
3399         * src/view-ellipse.c:
3400                 Add merge color support for ellipse border color.
3401         * src/label-line.c:
3402         * src/view-line.c:
3403                 Add merge color support for line color.
3404         * src/label-object.c:
3405         * src/label-object.h:
3406         * src/object-editor.c:
3407         * src/object-editor.h:
3408         * src/ui-property-bar.c:
3409         * src/view.c:
3410         * src/view.h:
3411         * src/xml-label-04.c:
3412         * src/xml-label-191.c:
3413                 Add support for merging to other color attribute.
3414         * src/label-text.c:
3415         * src/object-editor-text-page.c:
3416         * src/view-text.c:
3417                 Add merge color support for text color.
3418         * src/object-editor-fill-page.c:
3419                 Change a blocked handler that didn't match the good widget. Fix the type
3420                 of some debug message.
3421         * src/object-editor-line-page.c:
3422                 Add merging support to line color option.
3423         * src/object-editor-private.h:
3424                 Add variables for new widget.
3425         * src/print.c:
3426                 Modify the draw functions to get merge data if needed.
3427         * src/window.c:
3428                 Change the default size of the window in order to see all widget in the
3429                 "text style tab" of the editor.
3430         * src/xml-label.c:
3431                 Modify the parser to record/retreive the field value for objects that need
3432                 "color" attribute. For box/ellipse/line, keep attribute "line_color" for 
3433                 static color or replace by "line_color_field" for merge data. For 
3434                 text/barcode objects, keep attribute "color" for static color or replace 
3435                 by "color_field" for merge data.
3436         
3437 2005-01-17  Jim Evins  <evins@snaught.com>
3438
3439         * src/view.c: (screen_changed_cb):
3440                 Don't do anything if we don't have a screen.
3441
3442 2005-01-06  Jim Evins  <evins@snaught.com>
3443
3444         * src/view.c: (get_home_scale):
3445                 Fixed bad call to gtk_widget_has_screen() -- huh?.
3446
3447 2005-01-06  Jim Evins  <evins@snaught.com>
3448
3449         * data/dtd/glabels-2.0.dtd:
3450                 Added fill_color_field to fill_attrs.  Also added xmlns attribute to all
3451                 top-level elements.
3452
3453 2005-01-06  Jim Evins  <evins@snaught.com>
3454
3455         * data/glade/object-editor.glade:
3456                 Set entries for fill and data field key dropdowns to NOT editable.
3457         * src/view-box.c: (construct_properties_editor):
3458         * src/view-ellipse.c: (construct_properties_editor):
3459                 Update object editor when label's merge property has changed.
3460         * src/xml-label.c: (xml_parse_object_ellipse):
3461                 Completed the merge color support for the ellipse item.
3462
3463 2005-01-06  Frederic Ruaudel  <grumz@users.sf.net>
3464
3465         Add support to merge color for object that have a "Fill color" attribute (Feature 
3466         Requests item #1008635. If the data is invalid, the color used is transparent 
3467         (GL_COLOR_NONE). The format     for color in merge data file are those accepted 
3468         by gdk_color_parse() these include name for a color from rgb.txt, such as 
3469         DarkSlateGray, or a hex specification such as #305050. File format has been 
3470         changed but backward compatibility is preserved for all format. For box/ellipse, 
3471         keep attribute "fill_color" for static  color or replace by "fill_color_field" 
3472         for merge data.
3473
3474         * data/glade/object-editor.glade:
3475                 Modify "Fill" tab to add the merge key combo and convert the labels into 
3476                 radio button.
3477         * src/color.h:
3478         * src/color.c:
3479                 Add "glColorNode" structure and associated functions to manage it. This 
3480                 structure is equivalent for color than the "glTextNode". It holds the color
3481                 and the key field.
3482         * src/label-object.h:
3483         * src/label-object.c:
3484         * src/label-box.c:
3485         * src/label-ellipse.c:
3486         * src/ui-property-bar.c:
3487         * src/view.h:
3488         * src/view.c:
3489         * src/view-box.c:
3490         * src/view-ellipse.c:
3491         * src/xml-label-04.c:
3492         * src/xml-label-191.c:
3493                 Change functions of objects that have a "fill color" attribute to use the 
3494                 new "glColorNode" structure. Use barcode code as example.
3495         * src/Makefile.am:
3496                 Add the color.[ch] file to glabels_batch binary that now need support for 
3497                 "glColorNode".
3498         * src/object-editor.h:
3499         * src/object-editor.c:
3500         * src/object-editor-fill-page.c:
3501                 Manage the new widget of the editor's "Fill" tab : key combo and radio button
3502                 to choose between static color or merge key. Use barcode code as example.
3503         * src/object-editor-private.h:
3504                 Add new widget in the "_glObjectEditorPrivate" structure.
3505         * src/print.c:
3506                 Modify the draw functions to get merge data if needed.
3507         * src/xml-label.c:
3508                 Modify the parser to record/retreive the field value for objects that need
3509                 "Fill color" attribute. For box/ellipse, put attribute "fill_color" for static
3510                 color or "fill_color_field" for merge data.             
3511         
3512 2005-01-04  Jim Evins  <evins@snaught.com>
3513
3514         * AUTHORS:
3515         * data/templates/avery-iso-templates.xml:
3516         * data/templates/misc-iso-templates.xml:
3517         * data/templates/misc-us-templates.xml:
3518                 Added templates, submitted by Larry Harriman, Juan Carlos Valero, and
3519                 Nick Hill.
3520
3521 2004-11-26  Jim Evins  <evins@snaught.com>
3522
3523         * AUTHORS:
3524         * po/fr.po:
3525                 Updated french translations provided by Florent Morel <florent@taket.org>.
3526         * src/view-barcode.c:
3527         * src/view-box.c:
3528         * src/view-ellipse.c:
3529         * src/view-image.c:
3530         * src/view-line.c:
3531         * src/view-text.c:
3532                 Added '#include <config.h>' -- HAVE_*GETTEXT macros were not defined and
3533                 thus _() strings were not being translated.
3534
3535 2004-11-14  Jim Evins  <evins@snaught.com>
3536
3537         * src/debug.h:
3538         * src/debug.c: (gl_debug_init), (gl_debug):
3539                 Borrowed from gedit:  use environmental variables to select debug
3540                 sections.
3541         * src/splash.c:
3542                 Removed unused include of debug.h.
3543         * src/glabels.c: (main):
3544                 Added call to gl_debug_init(), and removed debug clutter from command line
3545                 options.
3546         * src/glabels-batch.c: (main):
3547                 Added call to gl_debug_init().
3548
3549 2004-11-13  Jim Evins  <evins@snaught.com>
3550
3551         Drawing and property toolbars were being initialized with the "icons and text"
3552         look in Fedora Core 3.  Even though none of the buttons had any text attached to
3553         them, the buttons were being sized as if they were.  This led to less real estate
3554         for the property editor, leading to Bug #1064630.  The
3555         
3556         * data/ui/glabels-ui.xml:
3557                 Added explicit "look" property to both drawing and property toolbars.
3558         * src/prefs-model.c: (gl_prefs_model_save_settings),
3559         (gl_prefs_model_load_settings):
3560         * src/prefs-model.h:
3561                 Removed drawing_toolbar_button_style configuration parameter.
3562         * src/ui.c: (view_menu_item_toggled_cb),
3563         (set_app_drawing_toolbar_style):
3564                 Do not attempt to adjust look property of the drawing toolbar.
3565
3566 2004-10-28  Jim Evins  <evins@snaught.com>
3567
3568         * data/pixmaps/glabels-about-logo.png:
3569                 Updated about logo.
3570         
3571 2004-10-28  Jim Evins  <evins@snaught.com>
3572
3573         * data/man/glabels.1:
3574         * src/glabels-batch.c: (main):
3575         * src/print.h:
3576         * src/print.c: (gl_print_batch):
3577
3578                 Added option to glabels-batch to select the first label to begin
3579                 printing on.
3580
3581 2004-09-26  Jim Evins  <evins@snaught.com>
3582
3583         * data/desktop/glabels.desktop.in:
3584                 Point to app icon, "glabels.png"
3585         * data/mime/glabels.keys.in:
3586                 Point at mime icon, "glabels-application-x-glabels.png"
3587         * data/pixmaps/Makefile.am:
3588                 Added glabels_app_icondir.  Renamed icons.
3589         * data/pixmaps/glabels.png:
3590                 New cleaned up app icon.  Deleted glabels-icon.png.
3591         * data/pixmaps/glabels-application-x-glabels.png:
3592                 New mime icon.
3593         * data/pixmaps/glabels-splash.png:
3594                 Renamed glabels-logo to glabels-splash to be more correct about role.
3595         * src/glabels.c:
3596         * src/template-designer.c:
3597                 Point at app icon, "glabels.png"
3598         * src/splash.c:
3599                 Point at renamed splash image, "glabels-splash.png"
3600
3601 2004-08-22  Jim Evins  <evins@snaught.com>
3602
3603         * AUTHORS:
3604         * src/glabels-batch.c: (main):
3605                 Applied patch with minor mods to allow selecting merge source and
3606                 crop-marks on glabels-batch's command line.  Original patch provided by
3607                 José Dapena Paz <jdapena@igalia.com>.
3608         
3609 2004-08-15  Jim Evins  <evins@snaught.com>
3610
3611         * data/desktop/glabels.desktop.in:
3612                 - Added encoding line
3613                 - Removed period from comment
3614                 - Fixed Terminal line, changed "0" to "false"
3615                 - Added semicolen to Categories line
3616         * po/ja.po:
3617                 - Made sure desktop.in comment string above still translated properly
3618
3619 2004-08-14  Jim Evins  <evins@snaught.com>
3620
3621         * libglabels/xml-paper.c: (gl_xml_paper_parse_paper_node):
3622         * libglabels/xml-template.c: (gl_xml_template_parse_template_node):
3623         * src/xml-label-191.c: (xml191_parse_sheet):
3624                 Fixed improper freeing of gettext strings.  Merged from 2.0.1.
3625         * configure.in:
3626                 Reconciled libglabels versioning with 2.0.1.
3627         
3628
3629 2004-08-14  Jim Evins  <evins@snaught.com>
3630
3631         * configure.in:
3632                 Updated version to 2.1cvs.
3633         
3634 2004-08-14  Jim Evins  <evins@snaught.com>
3635
3636         * po/ja.po:
3637                 Updated 2.0.x translation by Takeshi AIHANA <aihana@gnome.gr.jp>.
3638
3639 2004-08-14  Jim Evins  <evins@snaught.com>
3640
3641         Fixes for Bug #1008181.
3642
3643         * src/bc.c: (gl_barcode_default_digits):
3644                 Make a format of zero digits, harmless.
3645         * src/xml-label.c: (xml_parse_object_barcode):
3646                 Set default value of the format property of barcode objects to 10, not
3647                 zero.  This will prevent crashes when reading pre 2.0.x files.
3648
3649 2004-08-09  Jim Evins  <evins@snaught.com>
3650
3651         * NEWS:
3652         * TODO:
3653         * help/C/glabels-C.omf:
3654         * help/C/glabels.xml:
3655                 Brought documentation up-to-date for 2.0.0 release.
3656         
3657 2004-08-09  Jim Evins  <evins@snaught.com>
3658
3659         These are hopefully the final preparations for 2.0.0.
3660
3661         * data/mime/Makefile.am:
3662                 Include glabels.xml in EXTRA_DIST.
3663         * configure.in:
3664                 - Updated comment style.
3665                 - Added LIBGLABELS_VERSION_INFO macro, updated Current.
3666                 - Added package and version info to configuration printout
3667                 - Update version to 2.0.0
3668         * libglabels/Makefile.am:
3669                 Use the new LIBGLABELS_VERSION_INFO macro.
3670
3671 2004-08-09  Jim Evins  <evins@snaught.com>
3672
3673         * configure.in:
3674         * glabels.spec.in:
3675                 Cleanup of required library macros.
3676
3677 2004-08-08  Jim Evins  <evins@snaught.com>
3678
3679         * glabels.spec.in:
3680                 - Updated URL
3681                 - More specific of what to install in /usr/bin and /usr/lib
3682                 - Remove built mime registration files from staging directory
3683
3684 2004-08-08  Jim Evins  <evins@snaught.com>
3685
3686         * data/mime/Makefile.am:
3687                 Fixed typo:  key_files should have been keys_files.
3688
3689 2004-08-08  Jim Evins  <evins@snaught.com>
3690
3691         Reorganization of runtime data files.  Also added registration of mimetype with
3692         new freedesktop.org mime database if available.
3693         
3694         * data/*
3695                 Moved files to appropriate subdirectories, creating local Makefile.am
3696                 in each subdirectory.
3697                 - Moved paper-sizes.xml and *-templates.xml to templates subdirectory.
3698                   These are now installed at $datadir/glabels/templates.
3699                 - Moved glabels.1 to man subdirectory.
3700                 - Moved glabels-2.0.dtd to dtd subdirectory.
3701                 - Moved glabels.desktop.in to desktop subdirectory.
3702                 - Moved glabels.keys.in and glabels.mime to mime subdirectory.
3703         * data/pixmaps/*
3704                 Moved "./pixmaps" to "./data/pixmaps"
3705         * data/ui/*
3706                 Moved src/glabels-ui.xml to data/ui directory. Created Makefile.am.
3707         * data/glade/*
3708                 Moved libglade files from src to data/glade. Created Makefile.am.
3709         * Makefile.am:
3710                 Removed pixmaps from SUBDIRS.
3711         * configure.in:
3712                 - Removed pixmaps from makefiles.
3713                 - Added makefiles for new subdirs of data.
3714                 - Added tests for freedesktop.org mime database.
3715         * glabels.spec.in:
3716                 - Added tests for freedesktop.org mime database for post install and
3717                   post un-install actions.
3718         * libglabels/Makefile.am:
3719                 Moved system template files to $(datadir)/glabels/templates.
3720         * libglabels/libglabels-private.h:
3721                 Moved system template files to $(datadir)/glabels/templates.
3722         * po/POTFILES.in:
3723                 - Accounted for movement of ui and libglade files.
3724                 - Added missing .in files.
3725                 - Reorganized by directory.
3726         * src/Makefile.am:
3727                 Accounted for movement of ui and libglade files.
3728         * data/mime/glabels.xml.in:
3729                 New file for registering with freedesktop.org mime database.
3730
3731 2004-08-07  Jim Evins  <evins@snaught.com>
3732
3733         * src/recent-files/*:
3734                 Re-synced to latest libegg/recent-files.
3735         
3736 2004-08-07  Jim Evins  <evins@snaught.com>
3737
3738         * Makefile.am:
3739         * configure.in:
3740         * help/*
3741                 Renamed "./doc" directory to "./help" which contains user documentation,
3742                 to be more consistent with other GNOME applications.
3743         
3744
3745 2004-07-26  Jim Evins  <evins@snaught.com>
3746
3747         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init):
3748                 Corrected button order of merge properties dialog.
3749
3750 2004-07-18  Jim Evins  <evins@snaught.com>
3751
3752         * data/glabels-2.0.dtd:
3753         * src/bc.c: (gl_barcode_default_digits), (gl_barcode_can_freeform),
3754         (gl_barcode_get_prefered_n):
3755         * src/bc.h:
3756         * src/label-barcode.c: (copy), (gl_label_barcode_set_props),
3757         (gl_label_barcode_get_props), (get_size):
3758         * src/label-barcode.h:
3759         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page),
3760         (style_changed_cb), (gl_object_editor_set_bc_style),
3761         (gl_object_editor_get_bc_style):
3762         * src/object-editor-data-page.c: (data_radio_toggled_cb),
3763         (gl_object_editor_set_data), (gl_object_editor_get_data):
3764         * src/object-editor-private.h:
3765         * src/object-editor.c: (gl_object_editor_set_key_names):
3766         * src/object-editor.glade:
3767         * src/object-editor.h:
3768         * src/print.c: (draw_barcode_object):
3769         * src/view-barcode.c: (update_object_from_editor_cb),
3770         (update_editor_from_object_cb),
3771         (gl_view_barcode_create_event_handler), (draw_barcode):
3772         * src/xml-label-04.c: (xml04_parse_barcode_props):
3773         * src/xml-label-191.c: (xml191_parse_barcode_props):
3774         * src/xml-label.c: (xml_parse_object_barcode),
3775         (xml_create_object_barcode):
3776                 Added "format" attribute to barcode objects.  This attribute is used
3777                 to properly format freeform barcodes barcodes prior to merge data is
3778                 applied, so that barcodes can be accurately layed out.  This addresses
3779                 remaining issues of feature request #824787.  Also added an example of
3780                 the format in the object editor.
3781
3782 2004-07-12  Jim Evins  <evins@snaught.com>
3783
3784         Various code cleanups.
3785
3786         * src/label-barcode.c:
3787                 Removed unneeded include of gnome-glyphlist.h.
3788         
3789         * src/label-text.c: (get_size):
3790                 Fixed memory leak: unref glyphlists when done with them.
3791         
3792         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page):
3793         * src/object-editor-data-page.c:
3794         (gl_object_editor_prepare_data_page):
3795         * src/object-editor-image-page.c:
3796         (gl_object_editor_prepare_image_page):
3797         * src/object-editor-line-page.c:
3798         (gl_object_editor_prepare_line_page):
3799         * src/object-editor-lsize-page.c:
3800         (gl_object_editor_prepare_lsize_page):
3801         * src/object-editor-position-page.c:
3802         (gl_object_editor_prepare_position_page):
3803         * src/object-editor-size-page.c:
3804         (gl_object_editor_prepare_size_page):
3805         * src/object-editor-text-page.c:
3806         (gl_object_editor_prepare_text_page):
3807                 Removed unneeded size groups, originally intended to keep widgets aligned.
3808                 Now use tables to lay these out in object-editor.glade.
3809         
3810         * src/print.c: (draw_text_object):
3811                 Fixed memory leak: unref glyphlists when done with them.
3812
3813         * src/view-barcode.c: (draw_barcode):
3814                 Fixed memory leak: unref glyphlists when done with them.
3815
3816         * src/view-text.c: (update_object_from_editor_cb), (draw_hacktext):
3817                 - Removed unneeded cast of gl_object_editor_get_text_line_spacing()s
3818                   return value.
3819                 - Fixed memory leak: unref glyphlists when done with them.
3820
3821 2004-07-11  Jim Evins  <evins@snaught.com>
3822
3823         * data/glabels-2.0.dtd:
3824         * src/label-text.c: (gl_label_text_instance_init), (copy),
3825         (gl_label_text_set_auto_shrink), (gl_label_text_get_auto_shrink):
3826         * src/label-text.h:
3827         * src/object-editor-private.h:
3828         * src/object-editor-text-page.c:
3829         (gl_object_editor_prepare_text_page),
3830         (gl_object_editor_set_text_auto_shrink),
3831         (gl_object_editor_get_text_auto_shrink):
3832         * src/object-editor.c: (gl_object_editor_set_key_names):
3833         * src/object-editor.glade:
3834         * src/object-editor.h:
3835         * src/print.c: (draw_text_object):
3836         * src/view-text.c: (update_object_from_editor_cb),
3837         (update_editor_from_object_cb):
3838         * src/xml-label.c: (xml_parse_object_text),
3839         (xml_create_object_text):
3840                 Added option to allow document merge to auto shrink text size to fit
3841                 within the text box.  The code in print.c that actually shrinks the
3842                 text is loosely based on a patch submitted by Mark Harrison
3843                 <mark.harrison@velocitynet.com.au>.  This addresses feature request
3844                 #661421.
3845         
3846 2004-07-11  Jim Evins  <evins@snaught.com>
3847
3848         * data/glabels-2.0.dtd:
3849         * libglabels/template.c: (gl_template_rect_label_type_new),
3850         (gl_template_round_label_type_new),
3851         (gl_template_cd_label_type_new), (gl_template_label_type_dup),
3852         (template_full_page):
3853         * libglabels/template.h:
3854         * libglabels/xml-template.c: (xml_parse_label_rectangle_node),
3855         (xml_create_label_node):
3856         * pixmaps/ex-rect-size.png:
3857         * src/print.c: (clip_to_outline), (clip_punchouts):
3858         * src/template-designer.c: (construct_rect_size_page),
3859         (rect_size_page_prepare_cb), (layout_page_prepare_cb),
3860         (build_template):
3861         * src/template-designer.glade:
3862         * src/xml-label-191.c: (xml191_parse_label):
3863                 Modifications to allow separate horizontal (x_waste) and vertical (y_waste)
3864                 properties for rectangular labels.  Templates remain backwards compatible,
3865                 but this breaks the libglabels API (I don't know of anyone outside of
3866                 glabels using libglabels at this time -- what can I say, the program is
3867                 is still "unstable").  This addresses the suggestion in Feature Request
3868                 #976313.
3869
3870 2004-07-05  Jim Evins  <evins@snaught.com>
3871         * src/print.c: (print_crop_marks), (draw_outline):
3872                 Changed crop marks and label outlines to black, instead of 25% gray.
3873                 This addresses debian Bug #257460.
3874
3875 2004-07-05  Jim Evins  <evins@snaught.com>
3876
3877         * src/object-editor-fill-page.c: (gl_object_editor_set_fill_color):
3878         * src/object-editor-line-page.c: (gl_object_editor_set_line_color):
3879                 Preserve "is_default" of fill and line color_combos when creating from
3880                 existing objects.
3881
3882 2004-07-02  Jim Evins  <evins@snaught.com>
3883
3884         * data/glabels.1:
3885                 Created man page.  Based on page submitted by Matthew J. Lockner, however
3886                 it has been severely edited.
3887         
3888         * data/avery-other-templates.xml
3889         * data/misc-other-templates.xml:
3890                 Started new files for predefined templates with non-standard sheet sizes.
3891                 These have been initially populated with the Avery 06141 and
3892                 OfficeMax #86112, both provided by Matthew J. Lockner.
3893         
3894         * data/Makefile.am:
3895                 Install above manpage and template files.
3896         
3897         * glabels.spec.in:
3898                 Make sure we install man pages.
3899         
3900         * src/glabels-batch.c:
3901                 Changed short form of help option to '-?' to be consistent with glabels.
3902         
3903         * AUTHORS:
3904                 Added acknowledgement for above labels.
3905
3906 2004-07-02  Jim Evins  <evins@snaught.com>
3907
3908         * src/glabels.c: (main), (save_session_cb):
3909                 - Now include libbonoboui.h, recent.h, and file.h to provide missing
3910                   prototypes.
3911                 - save_session_cb() now returns gboolean.
3912                 - Minor formatting changes.
3913
3914         * src/window.h:
3915         * src/window.c:
3916                 - Now include file.h to provide missing prototype.
3917                 - gl_window_get_type() now returns GType, not guint.  I believe this may
3918                   ultimately be cause of the segfault reported in Bug #982287, since
3919                   GType is actually a gulong, which may not be compatible on other
3920                   architectures (64bit) -- I cannot personally test this at this time.
3921                   I was sloppy in several other xxx_get_type() functions which also
3922                   returned guint -- see next group of files:
3923         
3924         * src/window.c: (gl_window_get_type):
3925         * src/canvas-hacktext.c: (gl_canvas_hacktext_get_type):
3926         * src/canvas-hacktext.h:
3927         * src/hig.c: (gl_hig_alert_get_type), (gl_hig_dialog_get_type),
3928         (gl_hig_category_get_type), (gl_hig_vbox_get_type),
3929         (gl_hig_hbox_get_type):
3930         * src/hig.h:
3931         * src/label-barcode.c: (gl_label_barcode_get_type):
3932         * src/label-barcode.h:
3933         * src/label-box.c: (gl_label_box_get_type):
3934         * src/label-box.h:
3935         * src/label-ellipse.c: (gl_label_ellipse_get_type):
3936         * src/label-ellipse.h:
3937         * src/label-image.c: (gl_label_image_get_type):
3938         * src/label-image.h:
3939         * src/label-line.c: (gl_label_line_get_type):
3940         * src/label-line.h:
3941         * src/label-object.c: (gl_label_object_get_type):
3942         * src/label-object.h:
3943         * src/label-text.c: (gl_label_text_get_type):
3944         * src/label-text.h:
3945         * src/label.c: (gl_label_get_type):
3946         * src/label.h:
3947         * src/merge-properties-dialog.c:
3948         (gl_merge_properties_dialog_get_type):
3949         * src/merge-properties-dialog.h:
3950         * src/merge-text.c: (gl_merge_text_get_type):
3951         * src/merge-text.h:
3952         * src/merge.c: (gl_merge_get_type):
3953         * src/merge.h:
3954         * src/object-editor.c: (gl_object_editor_get_type):
3955         * src/prefs-dialog.c: (gl_prefs_dialog_get_type):
3956         * src/prefs-dialog.h:
3957         * src/prefs-model.c: (gl_prefs_model_get_type):
3958         * src/prefs-model.h:
3959         * src/print-dialog.c: (gl_print_dialog_get_type):
3960         * src/print-dialog.h:
3961         * src/template-designer.c: (gl_template_designer_get_type):
3962         * src/template-designer.h:
3963         * src/ui-property-bar.c: (gl_ui_property_bar_get_type):
3964         * src/ui-property-bar.h:
3965         * src/ui-sidebar.c: (gl_ui_sidebar_get_type):
3966         * src/ui-sidebar.h:
3967         * src/view-barcode.c: (gl_view_barcode_get_type):
3968         * src/view-barcode.h:
3969         * src/view-box.c: (gl_view_box_get_type):
3970         * src/view-box.h:
3971         * src/view-ellipse.c: (gl_view_ellipse_get_type):
3972         * src/view-ellipse.h:
3973         * src/view-highlight.c: (gl_view_highlight_get_type):
3974         * src/view-highlight.h:
3975         * src/view-image.c: (gl_view_image_get_type):
3976         * src/view-image.h:
3977         * src/view-line.c: (gl_view_line_get_type):
3978         * src/view-line.h:
3979         * src/view-object.c: (gl_view_object_get_type):
3980         * src/view-object.h:
3981         * src/view-text.c: (gl_view_text_get_type):
3982         * src/view-text.h:
3983         * src/view.c: (gl_view_get_type):
3984         * src/view.h:
3985         * src/wdgt-chain-button.c: (gl_wdgt_chain_button_get_type):
3986         * src/wdgt-image-select.c: (gl_wdgt_image_select_get_type):
3987         * src/wdgt-image-select.h:
3988         * src/wdgt-media-select.c: (gl_wdgt_media_select_get_type):
3989         * src/wdgt-media-select.h:
3990         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_get_type):
3991         * src/wdgt-mini-preview.h:
3992         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_get_type):
3993         * src/wdgt-print-copies.h:
3994         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_type):
3995         * src/wdgt-print-merge.h:
3996         * src/wdgt-rotate-label.c: (gl_wdgt_rotate_label_get_type):
3997         * src/wdgt-rotate-label.h:
3998                 - Made sure all xxx_get_type functions returned GType, not guint.  This
3999                   was the case in hig.[ch], window.[ch], ui-property-bar.[ch],
4000                   ui-sidebar.[ch], view.[ch], wdgt-image-select.[ch],
4001                   wdgt-media-select.[ch], wdgt-mini-preview.[ch], wdgt-print-copies.[ch],
4002                   wdt-print-merge.[ch], and wdgt-rotate-label.[ch].  See separate
4003                   window.[ch] details above for more info.
4004                 - Reconciled various coding style differences in all xxx_get_type()
4005                   functions:
4006                         * All prototypes include G_GNUC_CONST.
4007                         * All prototypes specify the return value as GType, not GtkType
4008                           or guint.
4009                         * Info structures are all declared as "static const."
4010                         * Generalized the names of type and info variables.
4011                         * Miscelaneous formatting.
4012
4013 2004-06-08  Jim Evins  <evins@snaught.com>
4014
4015         * src/label.c:
4016         * src/label.h:
4017         * src/xml-label.c:
4018         * AUTHORS:
4019                 Don't touch compression of original file -- still defaults to 9 for
4020                 new files.  Original patch provided by Javier Donaire Segarra
4021                 (#912252 in patch tracker).
4022
4023 2004-05-05  Jim Evins  <evins@snaught.com>
4024
4025         * data/glabels-2.0.dtd:
4026                 Broke DTD previously when adding new barcode types that contain a
4027                 plus sign (+).  Simply changed the BC_STYLE_TYPE entity to "CDATA"
4028                 to avoid the problem.
4029         * data/avery-iso-templates.xml:
4030         * data/zweckform-iso-templates.xml:
4031         * AUTHORS:
4032                 Added templates for Avery 7165, Zweckform 3688, 4732, and 6021.  Templates
4033                 provided by Frank Altpeter.
4034         * libglabels/xml-template.c: (xml_create_label_node):
4035                 Reordered markup and layout sub-nodes so that resulting templates will
4036                 validate against DTD.
4037
4038 2004-03-13  Jim Evins  <evins@snaught.com>
4039
4040         * src/object-editor-size-page.c: (gl_object_editor_prepare_size_page):
4041                 Changed spin callback signals from "value-changed" back to "changed."
4042                 This was accidentally introduced in a previous revision, and can cause
4043                 size changes just by selecting the size tab.
4044
4045 2004-03-06  Jim Evins  <evins@snaught.com>
4046
4047         * src/view.c: (draw_grid_layer):
4048                 For round labels (round and cd) adjust grid so that it lines up with
4049                 center of label.  Also, no longer draw box around label in the grid layer,
4050                 it is hidden by he fg layer anyway.  Feature suggested by
4051                 nemolivier@free.fr.  Although the grid is aligned with the center of the
4052                 label, the coordinate system is still relative to the upper left corner
4053                 of the rectangle containing the label.
4054
4055 2004-02-25  Jim Evins  <evins@snaught.com>
4056
4057         * configure.in:
4058                 Changed version to 2.0pre1cvs
4059         
4060         * libglabels/xml-template.c: (gl_xml_template_parse_templates_doc):
4061                 Removed extra xmlFreeDoc() calls upon error.  Also print the doc->URL
4062                 instead of doc->name fields when errors encountered.
4063
4064 2004-02-21  Jim Evins  <evins@snaught.com>
4065
4066         * data/avery-iso-templates.xml:
4067                 Added aliases for Avery 8651.  Patch provided by Wayne Schuller.
4068         
4069         * glabels.spec.in:
4070                 Added libglabels library and include file to installed files.
4071                 
4072         * configure.in:
4073                 Final prep for 1.93.3.
4074
4075 2004-02-20  Jim Evins  <evins@snaught.com>
4076
4077         * src/glabels-batch.c: (main):
4078                 Changed key for setting output filename to GNOME_PRINT_KEY_OUTPUT_FILENAME
4079                 as suggested by Javier Donaire Segarra.  This addresses bug #901063.
4080
4081 2004-02-16  Jim Evins  <evins@snaught.com>
4082
4083         * configure.in:
4084                 If gtk+ >= 2.3.2 then define HAVE_FILE_CHOOSER.
4085         
4086         * src/Makefile.am:
4087                 Added HAVE_FILE_CHOOSER to INCLUDES.
4088         
4089         * src/file.c: (gl_file_open), (open_response), (gl_file_open_real),
4090         (gl_file_save_as), (save_as_response):
4091                 Ported to use GtkFileChooserDialog if HAVE_FILE_CHOOSER is defined.
4092
4093 2004-02-16  Jim Evins  <evins@snaught.com>
4094
4095         * src/xml-label-04.c: (xml04_parse_image_props):
4096         * src/xml-label-191.c: (xml191_parse_image_props):
4097         * src/xml-label.c: (xml_parse_object_image):
4098                 Delay setting image size until after image has been applied to new
4099                 object.
4100         
4101 2004-02-15  Jim Evins  <evins@snaught.com>
4102
4103         * src/label-barcode.c: (gl_label_barcode_set_data),
4104         (gl_label_barcode_set_props):
4105                 Don't emit "changed" signal, if no change actually made for these
4106                 methods.  Reduces number of unnecessary redraws of barcodes.
4107         
4108         * src/label-object.h:
4109         * src/label-object.c: (gl_label_object_set_position),
4110         (gl_label_object_set_position_relative), (set_size),
4111         (gl_label_object_set_size),
4112         (gl_label_object_set_size_honor_aspect):
4113                 Don't emit "changed" signal, if no change actually made for these
4114                 methods.
4115
4116 2004-02-15  Jim Evins  <evins@snaught.com>
4117
4118         * data/glabels-2.0.dtd:
4119                 Added specific subtypes for various barcode types.
4120         
4121         * src/bc.h:
4122         * src/bc.c: (id_to_index), (name_to_index), (gl_barcode_new),
4123         (gl_barcode_get_styles_list), (gl_barcode_default_digits),
4124         (gl_barcode_can_text), (gl_barcode_text_optional),
4125         (gl_barcode_can_csum), (gl_barcode_csum_optional),
4126         (gl_barcode_id_to_name), (gl_barcode_name_to_id):
4127                 Changed API to use a string id, rather than a fixed enumeration.  Id and
4128                 name are separate strings.  Added entries to backend table for specific
4129                 subtypes for various barcode types.
4130         
4131         * src/bc-postnet.h:
4132         * src/bc-postnet.c: (gl_barcode_postnet_new), (postnet_code),
4133         (is_length_valid):
4134                 Modified to conform to above API.  Now more stringent with data length
4135                 for various subtypes.
4136         
4137         * src/bc-gnubarcode.h:
4138         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new),
4139         (is_length_valid), (is_length1_valid), (is_length2_valid):
4140                 Modified to conform to above API.  Now more stringent with data length
4141                 for various subtypes.
4142
4143         * src/label-barcode.h:
4144         * src/label-barcode.c: (copy), (gl_label_barcode_set_props),
4145         (gl_label_barcode_get_props), (get_size):
4146                 Modified to use above API for storing barcode type.
4147         
4148         * src/object-editor.h:
4149         * src/object-editor-bc-page.c: (style_changed_cb),
4150         (gl_object_editor_set_bc_style), (gl_object_editor_get_bc_style):
4151                 Modified to use above API for storing barcode type.
4152         
4153         * src/object-editor-size-page.c:
4154         (gl_object_editor_prepare_size_page), (aspect_toggle_cb),
4155         (w_spin_cb), (h_spin_cb), (size_reset_cb):
4156                 Added debug markers.
4157         
4158         * src/object-editor.glade:
4159                 Made barcode style combo's text entry  non-editable.
4160         
4161         * src/print.c: (draw_barcode_object):
4162                 Modified to use above API for barcode type.
4163
4164         * src/view-barcode.c: (update_object_from_editor_cb),
4165         (update_editor_from_object_cb),
4166         (gl_view_barcode_create_event_handler), (draw_barcode):
4167                 Modified to use above API for barcode type.
4168         
4169         * src/xml-label-04.c: (xml04_parse_barcode_props):
4170         * src/xml-label-191.c: (xml191_parse_barcode_props):
4171         * src/xml-label.c: (xml_parse_object_barcode),
4172         (xml_create_object_barcode):
4173                 Modified to use above API for barcode type.
4174
4175 2004-02-07  Jim Evins  <evins@snaught.com>
4176
4177         * src/stock-pixmaps/Makefile.am:
4178         * src/stock-pixmaps/stock_hchain_24.png:
4179         * src/stock-pixmaps/stock_hchain_broken_24.png:
4180         * src/stock-pixmaps/stock_vchain_24.png:
4181         * src/stock-pixmaps/stock_vchain_broken_24.png:
4182                 Added chain pixmaps borrowed from the gimp's default theme.
4183
4184         * src/stock.h:
4185         * src/stock.c: (gl_stock_init), (add_button_icon):
4186                 Added above pixmaps to stock icon sets.  Created add_button_icon() to
4187                 add these pixmaps sized as GTK_ICON_SIZE_BUTTON.
4188         
4189         * src/wdgt-chain-button.h
4190         * src/wdgt-chain-button.c
4191         * src/Makefile.am:
4192         * po/POTFILES.in:
4193                 Added this Modified version of gimpchainbutton widget, borrowed from
4194                 the gimp.
4195         
4196         * AUTHORS:
4197                 Added acknowledgements of the above borrowing from the gimp.
4198         
4199         * src/object-editor-size-page.c: (aspect_toggle_cb), (w_spin_cb),
4200         (h_spin_cb):
4201         * src/object-editor.c: (gl_object_editor_construct_chain_button):
4202         * src/object-editor.glade:
4203                 Replaced the keep aspect ratio check box with the above chain-button
4204                 widget.
4205         
4206         * src/text-node.c: (gl_text_node_equal):
4207         * src/text-node.h:
4208                 Added function gl_text_node_equal() to compare text_nodes.
4209         
4210         * src/label-image.c: (gl_label_image_set_filename):
4211                 Replaced incomplete text_node comparison code with invocation of
4212                 gl_text_node_equal.  This fixed the problem of not being able to
4213                 resize an image using the object_editor if the aspect ratio is not
4214                 locked.
4215
4216 2004-02-04  Jim Evins  <evins@snaught.com>
4217
4218         * src/object-editor-image-page.c:
4219         (gl_object_editor_prepare_image_page):
4220                 Track "changed" signal of pixmap entry's GtkEntry rather than its
4221                 "activate" signal -- this catches all changes to the entry rather than
4222                 just changes resulting from a browse, so one can easily pull previous
4223                 entries from the history. (This change is marked below on 2004-02-03,
4224                 but somehow never got checked in.)
4225
4226         * src/view-highlight.c: (sl_resize_event_handler),
4227         (sr_resize_event_handler), (st_resize_event_handler),
4228         (sb_resize_event_handler):
4229                 Side resize handles will now confirm the actual resize that the object
4230                 accepted before adjusting position parameters.  Previously some interesting
4231                 things happened when resizing a barcode to its minimum size.
4232
4233 2004-02-03  Jim Evins  <evins@snaught.com>
4234
4235         * src/object-editor-image-page.c:
4236         (gl_object_editor_prepare_image_page):
4237                 Track "changed" signal of pixmap entry's GtkEntry rather than its
4238                 "activate" signal -- this catches all changes to the entry rather than
4239                 just changes resulting from a browse, so one can easily pull previous
4240                 entries from the history.
4241         
4242         * src/view-highlight.c: (tl_resize_event_handler),
4243         (tr_resize_event_handler), (bl_resize_event_handler),
4244         (br_resize_event_handler):
4245                 Allow control key to be dropped while dragging a corner resize handle
4246                 without losing the aspect ratio lock.
4247
4248 2004-02-02  Jim Evins  <evins@snaught.com>
4249
4250         * src/label-image.c: (gl_label_image_set_filename):
4251                 When setting a new filename adjust size such that the aspect ratio of
4252                 the image is preserved using the current size as a bounding box.
4253                 
4254         * src/view-image.c: (update_object_from_editor_cb):
4255                 When updating object from editor, feed back possible size changes to
4256                 editor as a result of a possible change in image.
4257         
4258         * src/object-editor-size-page.c: (size_reset_cb):
4259                 Fixed typo when blocking spin handlers.  If the base size is larger than
4260                 the max size, treat max size as a bounding box while keeping aspect
4261                 ratio.
4262                 
4263
4264 2004-02-02  Jim Evins  <evins@snaught.com>
4265
4266         * src/label-object.h:
4267         * src/label-object.c: (gl_label_object_set_size),
4268         (gl_label_object_set_size_honor_aspect):
4269                 Added gl_label_object_set_size_honor_aspect() which will maintain the
4270                 current aspect ratio by modifying the supplied w or h apropriately.
4271         
4272         * src/view-highlight.c: (tl_resize_event_handler),
4273         (tr_resize_event_handler), (bl_resize_event_handler),
4274         (br_resize_event_handler):
4275                 Corner handles will now maintain the current aspect ratio if the
4276                 control key is pressed while resizing.  This addresses feature
4277                 request #816603.
4278        
4279
4280 2004-01-31  Jim Evins  <evins@snaught.com>
4281
4282         * AUTHORS:
4283         * data/avery-us-templates.xml:
4284                 Added entries for "LSK-3," "LSK-5," and "LSK-8."  Submitted by JBadger.
4285         
4286         * libglabels/template.c: (read_template_files_from_dir):
4287                 Corrected problem with testing for extensions.
4288         
4289         * src/object-editor.glade:
4290                 Corrected grouping of radio buttons in barcode data page.
4291
4292         * src/print.c: (draw_barcode_object):
4293         * src/view-barcode.c: (draw_barcode):
4294                 Corrected problem with calculation of y_offset for locating characters.
4295
4296 2004-01-24  Jim Evins  <evins@snaught.com>
4297
4298         * AUTHORS:
4299         * data/avery-us-templates.xml:
4300                 Added Avery 5824, submitted by Fred Bacon.
4301         
4302 2004-01-20  Jim Evins  <evins@snaught.com>
4303
4304         Catching up on a couple of backlogged user template submissions.
4305
4306         * data/avery-iso-templates.xml:
4307                 Added "DECAdry OLW-4731" and "DECAdry DLW-1731" aliases for Avery 7160.
4308                 Suggested by Linas Jakucionis.
4309         
4310         * data/zweckform-iso-templates.xml:
4311                 Added Zweckform 4760, submitted by Thomas Vill.
4312
4313         * AUTHORS:
4314                 Updated to reflect above submissions.
4315
4316 2004-01-06  Jim Evins  <evins@snaught.com>
4317
4318         Split-out template.[ch], paper.[ch], xml-template.[ch], xml-paper.[ch], and
4319         xml.[ch] into a separate library called libglabels, to facilitate third
4320         party use of glabels template files.  This was suggested by Wayne Schuller.
4321         Once split-out, some modifications to the structures and functions to
4322         make a cleaner more useful API, hopefully.  Rather extensive changes have
4323         propogated to other modules.
4324
4325         * src/paper.h:
4326         * src/paper.c:
4327         * src/template.h:
4328         * src/template.c:
4329         * src/xml-paper.h:
4330         * src/xml-paper.c:
4331         * src/xml-template.h:
4332         * src/xml-template.c:
4333         * src/xml.h:
4334         * src/xml.c:
4335                 These files have been moved to libglabels/.  API cleanup performed.
4336
4337         * libglabels/libglabels.h:
4338         * libglabels/libglabels-private.h:
4339         * libglabels/Makefile.am:
4340                 These files have been added to finish out libglabels.
4341         
4342         * Makefile.am:
4343         * configure.in:
4344         * glabels.spec.in:
4345         * po/POTFILES.in:
4346         * src/Makefile.am:
4347                 Modified to reflect new sets of files in src/ and libglabels/.
4348
4349         * COPYING.LIBGLABELS:
4350         * COPYING-DOCS:
4351                 Added copy of the LGPL for libglabels, and a copy the GFDL for
4352                 documentation.
4353         
4354         * src/glabels-batch.c:
4355         * src/glabels.c:
4356         * src/label.c: (gl_label_finalize), (gl_label_set_template),
4357         (gl_label_get_size):
4358         * src/label.h:
4359         * src/prefs-model.c: (gl_prefs_model_load_settings):
4360         * src/print-dialog.c:
4361         * src/print.c: (gl_print_simple), (gl_print_merge_collated),
4362         (gl_print_merge_uncollated), (gl_print_batch), (print_info_free),
4363         (print_crop_marks), (print_label), (draw_outline),
4364         (clip_to_outline), (clip_punchouts):
4365         * src/template-designer.c: (construct_pg_size_page),
4366         (pg_size_page_changed_cb), (layout_page_changed_cb),
4367         (print_test_cb), (build_template):
4368         * src/util.c: (gl_util_fraction):
4369         * src/util.h:
4370         * src/view.c: (draw_bg_fg_layers), (draw_bg_fg_rect),
4371         (draw_bg_fg_rounded_rect), (draw_bg_fg_round), (draw_bg_fg_cd),
4372         (draw_bg_fg_cd_bc), (draw_markup_layer), (draw_markup_margin),
4373         (draw_markup_margin_rect), (draw_markup_margin_rounded_rect),
4374         (draw_markup_margin_round), (draw_markup_margin_cd),
4375         (draw_markup_margin_cd_bc), (draw_markup_line),
4376         (draw_markup_circle), (gl_view_copy):
4377         * src/wdgt-media-select.c: (gl_wdgt_media_select_construct),
4378         (page_size_entry_changed_cb), (details_update), (get_layout_desc),
4379         (get_label_size_desc):
4380         * src/wdgt-mini-preview.c:
4381         (gl_wdgt_mini_preview_set_label_by_name), (mini_outline_list_new),
4382         (cdbc_item):
4383         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_construct):
4384         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_construct):
4385         * src/wdgt-rotate-label.c: (mini_preview_canvas_update),
4386         (gl_wdgt_rotate_label_set_template_name), (cdbc_item):
4387         * src/wdgt-rotate-label.h:
4388         * src/xml-label-04.c: (xml04_parse_media_description):
4389         * src/xml-label-191.c: (gl_xml_label_191_parse),
4390         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_layout),
4391         (xml191_parse_markup), (xml191_parse_alias):
4392         * src/xml-label.c: (xml_doc_to_label), (xml_parse_label),
4393         (xml_label_to_doc):
4394                 Various changes to accomodate new libglabels API.
4395         
4396 2004-01-03  Jim Evins  <evins@snaught.com>
4397
4398         * configure.in:
4399                 Release 1.93.2.
4400
4401 2004-01-03  Jim Evins  <evins@snaught.com>
4402
4403         * AUTHORS:
4404                 Added acknowledgement of contributions by Wayne Schuller.
4405         
4406         * src/commands.c: (gl_cmd_file_print):
4407                 Create extra reference to print dialog, so that it can be properly re-used.
4408         
4409         * src/mygal/mygal-combo-box.h:
4410         * src/mygal/mygal-combo-box.c:
4411         (mygal_combo_box_popup_hide_unconditional),
4412         (mygal_combo_box_popup_display), (mygal_combo_box_set_display),
4413         (gtk_combo_set_tearoff_state), (mygal_combo_box_construct),
4414         (mygal_combo_box_set_arrow_relief), (mygal_combo_box_set_title),
4415         (mygal_combo_box_set_tearable):
4416                 Changed all occurances of GTK_IS_COMBO_BOX to MYGAL_IS_COMBO_BOX, to
4417                 complete the rename of this widget to prevent namespace collisions
4418                 with Gtk+-2.3.
4419         
4420         * src/prefs-dialog.glade:
4421                 Fixed alignment of Fill/Color widgets.
4422
4423 2004-01-03  Jim Evins  <evins@snaught.com>
4424
4425         * data/avery-iso-templates.xml:
4426                 Added user submitted templates.
4427                 Avery 8435A & 8435B, submitted by Ludger Solbach.
4428
4429         * doc/C/glabels.xml:
4430                 Added minimal documentation, noting the new template designer.
4431
4432 2004-01-03  Jim Evins  <evins@snaught.com>
4433
4434         * pixmaps/ex-rect-size.png:
4435         * pixmaps/ex-round-size.png:
4436         * pixmaps/ex-cd-size.png:
4437         * pixmaps/Makefile.am:
4438                 Added ex-rect-size.png, ex-round-size.png, and ex-cd-size.png image
4439                 files to be used as illustrations/examples in the template-designer.
4440
4441         * src/template-designer.c: (construct_rect_size_page),
4442         (construct_round_size_page), (construct_cd_size_page),
4443         (construct_nlayouts_page), (rect_size_page_prepare_cb),
4444         (round_size_page_prepare_cb), (cd_size_page_prepare_cb),
4445         (layout_page_prepare_cb), (build_template):
4446         * src/template-designer.glade:
4447                 Added illustrations for rectangle, round, and cd label size pages.
4448                 Added margin spinboxes to these pages, and now add a margin markup
4449                 to the constructed template.  Added realistic default values for
4450                 some of the size spinboxes.  Cleaned up the code for setting spinbox
4451                 ranges on the layouts page.
4452
4453 2004-01-02  Jim Evins  <evins@snaught.com>
4454
4455         * src/object-editor-size-page.c: (h_spin_cb):
4456                 Fixed cut-n-paste error in h_spin_cb that loaded h from
4457                 the wrong spinbutton.
4458
4459         * src/object-editor.h:
4460         * src/object-editor.c: (gl_object_editor_class_init),
4461         (gl_object_editor_changed_cb), (gl_object_editor_size_changed_cb):
4462         * src/object-editor-private.h:
4463         * src/object-editor-size-page.c: (w_spin_cb), (h_spin_cb),
4464         (size_reset_cb):
4465                 Added "size_changed" signal.
4466                 
4467         * src/view-text.c: (construct_properties_editor),
4468         (update_object_from_editor_cb),
4469         (update_object_from_editor_size_cb):
4470                 Track size changes from object editor separately from other
4471                 properties.  This is so the default size (0,0) of a text
4472                 object is not modified unintentionally.
4473
4474 2003-12-30  Wayne Schuller  <k_wayne@linuxpower.org>
4475
4476         Added feature: line spacing - allows you to comfortably space a text box to
4477         fit a label perfectly.
4478
4479         * data/glabels-2.0.dtd:
4480         * src/label-object.c: (gl_label_object_set_text_line_spacing),
4481         (gl_label_object_get_text_alignment),
4482         (gl_label_object_get_text_line_spacing):
4483         * src/label-object.h:
4484         * src/label-text.c: (gl_label_text_class_init),
4485         (gl_label_text_instance_init), (copy), (get_size),
4486         (set_text_line_spacing), (get_text_alignment),
4487         (get_text_line_spacing):
4488         * src/object-editor-private.h:
4489         * src/object-editor-text-page.c:
4490         (gl_object_editor_prepare_text_page),
4491         (gl_object_editor_set_text_line_spacing),
4492         (gl_object_editor_get_text_line_spacing):
4493         * src/object-editor.glade:
4494         * src/object-editor.h:
4495         * src/prefs-dialog.c: (construct_object_page),
4496         (update_object_page_from_prefs), (update_prefs_from_object_page):
4497         * src/prefs-dialog.glade:
4498         * src/prefs-model.c: (gl_prefs_model_save_settings),
4499         (gl_prefs_model_load_settings), (get_float):
4500         * src/prefs-model.h:
4501         * src/print.c: (draw_text_object):
4502         * src/ui-sidebar.c:
4503         * src/view-text.c: (update_object_from_editor_cb),
4504         (update_editor_from_object_cb),
4505         (gl_view_text_create_event_handler), (draw_hacktext):
4506         * src/view.c: (gl_view_construct),
4507         (gl_view_set_selection_text_line_spacing),
4508         (gl_view_set_default_text_line_spacing),
4509         (gl_view_get_default_text_line_spacing):
4510         * src/view.h:
4511         * src/xml-label.c: (xml_parse_toplevel_span),
4512         (xml_create_toplevel_span):
4513
4514 2003-12-30  Jim Evins  <evins@snaught.com>
4515
4516         * src/template-designer.c:
4517         * src/template-designer.h:
4518         * src/template-designer.glade:
4519                 New template designer assistant.
4520         
4521         * po/POTFILES.in:
4522         * src/Makefile.am:
4523                 Added entries for src/template-designer.* files.
4524         
4525         * pixmaps/ex-1layout.png
4526         * pixmaps/ex-2layouts.png
4527         * pixmaps/Makefile.am:
4528                 Added the new image files ex-*.png used as illustrations in the
4529                 template designer assistant.
4530         
4531         * src/print-dialog.h:
4532         * src/print-dialog.c: (gl_print_dialog_finalize),
4533         (gl_print_dialog_new), (gl_print_dialog_construct),
4534         (gl_print_dialog_force_outline_flag):
4535                 Changed first argument of gl_print_dialog_new() from glView to glLabel,
4536                 to support printing from the template designer assistant which does not
4537                 have a full-fledged view.  Nothing else from the view object was being
4538                 used by the dialog anyway.
4539
4540                 Added the gl_print_dialog_force_outline_flag() method, for better
4541                 integration with the template designer assistant.
4542                 
4543
4544         * src/commands.h:
4545         * src/commands.c: (gl_cmd_file_template_designer),
4546         (gl_cmd_file_print):
4547                 Modified print command to provide label instead of view to dialog.
4548                 Added the gl_cmd_file_template_designer() command to invoke the
4549                 template designer assistant.
4550         
4551         * src/ui.c:
4552         * src/glabels-ui.xml:
4553                 Added support for template designer assistant.
4554         
4555         * src/wdgt-mini-preview.h:
4556         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_set_template),
4557         (gl_wdgt_mini_preview_set_bg_color):
4558                 Preview is now centered in canvas.  Added
4559                 gl_wdgt_mini_preview_set_bg_color() to allow the template designer
4560                 assistant to match the background color with its own.
4561         
4562         * src/print.c: (clip_to_outline):
4563                 Fixed really stupid bug when adding waste to clip region of rectangular
4564                 labels/cards.  Each side of the clip region needs to be extended by
4565                 twice the waste margin, as well as negatively offset by the waste
4566                 margin.
4567
4568 2003-12-28  Jim Evins  <evins@snaught.com>
4569
4570         * src/prefs-dialog.c: (update_object_page_from_prefs):
4571                 Block intermediary function align_toggle_cb() instead of
4572                 update_prefs_from_object_page() for the three alignment
4573                 widgets.
4574
4575 2003-12-28  Wayne Schuller  <k_wayne@linuxpower.org>
4576
4577         * src/file.c: (gl_file_new), (gl_file_properties):
4578                 Swap button order and set default for higificatory pleasure.
4579
4580 2003-12-27  Jim Evins  <evins@snaught.com>
4581
4582         * barcode-0.98/Makefile.am:
4583                 One last time:  removed doc/Makefile and po/Makefile.in.in from
4584                 EXTRA_DIST files.
4585         
4586 2003-12-27  Jim Evins  <evins@snaught.com>
4587
4588         * barcode-0.98/Makefile.am:
4589                 Removed config.stat entry from EXTRA_DIST files.
4590         
4591         * barcode-0.98/Makefile.in:
4592                 Removed.
4593
4594 2003-12-27  Jim Evins  <evins@snaught.com>
4595
4596         * configure.in:
4597                 Updated to work with latest gnome-common package from CVS.
4598                 Removed recursive configuration of barcode-0.98.
4599
4600         * acconfig.h:
4601         * macros/*:
4602                 Removed.
4603         
4604         * Makefile.am:
4605                 Added barcode-0.98/ as a SUBDIR, and removed dist-hook.
4606         
4607         * barcode-0.98/Makefile.in:
4608         * barcode-0.98/configure.in:
4609         * barcode-0.98/Makefile.am:
4610         * barcode-0.98/README.glabels:
4611                 Modified to ignore the barcode package's build system, and build
4612                 as a part of glabels.
4613                 Renamed Makefile.in to Makefile.in.dist.
4614                 Renamed configure.in to configure.in.dist.
4615                 Added barcode-0.98/Makefile.am and barcode-0.98/README.glabels.
4616         
4617         * src/Makefile.am:
4618         * src/mygal/Makefile.am:
4619         * src/recent-files/Makefile.am:
4620                 In order to build against the GNOME 2.5 platform, 
4621                 all use of *_DISABLE_DEPRECATED compile-time flags has been removed.
4622         
4623         * src/mygal/Makefile.am:
4624         * src/mygal/mygal-combo-box.c:
4625         * src/mygal/mygal-combo-box.h:
4626         * src/mygal/widget-color-combo.c:
4627         * src/mygal/widget-color-combo.h:
4628         * po/POTFILES.in:
4629                 In order to build against the GNOME 2.5 platform, 
4630                 Renamed gtk_combo_box widget to mygal_combo_box, to prevent namespace
4631                 collisions with the real gtk_combo_box widget, now a part of gtk.
4632         
4633 2003-12-26  Jim Evins  <evins@snaught.com>
4634
4635         * src/paper.c:
4636         * src/template.c:
4637         * src/util.c:
4638         * src/util.h:
4639                 Moved local versions of get_home_data_dir() in paper.c and
4640                 template.c to util package.  Cleaned up formatting in
4641                 util.[ch].
4642
4643         * src/template.c:
4644                 In gl_template_register() save a copy of the template in
4645                 ~/.glabels if the template is not known.  Still need to
4646                 handle duplicate filename case and duplicate name but
4647                 different template case.
4648         
4649         * src/xml-label.c:
4650         * src/xml.h:
4651                 Moved local definition of NAME_SPACE macro from xml-label.c
4652                 to xml.h.
4653         
4654         * src/xml-template.c:
4655         * src/xml-template.h:
4656                 Added function gl_xml_template_write_template_to_file(), used
4657                 in gl_template_register().