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