summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14Fixed stupid typo.gtk3Jim Evins1-1/+1
Must of been temporary insanity. I had replaced a g_unlink with a g_free a while back. Hanging my head in shame.
2010-11-14Fixed typo.Jim Evins1-1/+1
2010-11-14Make sure merge source is shown.Jim Evins2-9/+4
2010-11-12Fix for some gtk3 widget layout issues.Jim Evins2-22/+2
2010-11-09Use GtkComboBoxTextJim Evins13-411/+538
2010-10-17Do not expand object editor vertically.Jim Evins1-1/+2
Gtk3 has new behavior for expansion of widgets. This commit takes care of the most obvious case of this new behavior. Additional cases still need to be addressed in the object-editor.ui file.
2010-10-17Removed gtk_status_bar_set_has_resize_grip().Jim Evins1-2/+1
Resize grip in Gtk3 has been moved from GtkStatusBar to GtkWindow. Glabels also no longer explicitly turns the resize grip off.
2010-10-05Cleanup of chain button.Jim Evins3-82/+64
- Convert to new drawing model for bracket lines - Use "changes-allow" and "changes-prevent" lock images - Use toggle button to indicate state (in addition to image)
2010-10-04Fix drawing problems with view.cJim Evins2-2/+19
- Create separate cairo_t from bin_window and draw into it. - For manual updates, create allocation rectangle manually
2010-10-03Initial port to GTK3.Jim Evins25-279/+177
Still has update and drawing problems with view.c.
2010-10-02Merge changes from gsettings branch.Jim Evins9-671/+585
2010-09-27Better test for libzint.Jim Evins1-2/+2
2010-09-26Updated Spanish translationDaniel Mustieles1-33/+34
2010-09-26Added Best Office 75753 templateMario Blättermann1-0/+12
2010-09-22Updated Brazilian Portuguese translationAntonio Fernandes C. Neto1-424/+433
2010-09-19Updated Danish translationJoe Hansen1-498/+464
2010-09-10Update Czech translation by Marek CernockyPetr Kovar1-328/+535
2010-09-09Fixed small typoMario Blättermann1-1/+1
2010-09-06Updated Spanish translationDaniel Mustieles1-331/+538
2010-09-05Added logo for template designer druid.Jim Evins3-1/+2
2010-09-05Manage mimetype icon with other theme friendly icons.Jim Evins3-10/+7
2010-09-05Theme friendly, glabels specific, action icons.Jim Evins56-474/+114
2010-09-04Additional ignore pattern.Jim Evins1-0/+1
2010-09-04Theme friendly app icons.Jim Evins19-26/+87
2010-09-03New logo and tweaking of about dialog.Jim Evins5-12/+20
2010-09-03Removed remaining artifacts from old hig module.Jim Evins6-188/+146
2010-09-03[i18n] Updated German translationMario Blättermann1-93/+325
2010-09-03Updated Slovenian translationAndrej Žnidaršič1-953/+1276
2010-09-02Update POTFILES.in after merge and update AUTHORS.Jim Evins2-0/+3
2010-09-02Merge branch 'zint'Jim Evins42-15673/+27114
2010-08-31Fix maximum size of object editor sidebar at initialization.zintJim Evins2-13/+21
Kludge: Load barcode styles for each backend type at initialization, so that when they are loaded for real, the maximum size of the widget has already been established and doesn't cause the object editor to change size.
2010-08-31 Encapsulate barcode style in single struct.Jim Evins14-408/+480
Encapsulate barcode style into a single struct and related clean-up.
2010-08-29Allow user selection of barcode backend.Jim Evins11-269/+693
- User can now select which backend to use for a particular barcode. - This prevents one implementation from eclipsing another. - For backwards compatability, do best guess at backend.
2010-08-21Added support for Maxicode barcodes using the libzint backend.Robin Stuart5-162/+309
2010-08-18Updated Slovenian translationAndrej Žnidaršič1-2221/+2138
2010-08-11Updated Czech translationMarek Černocký1-1476/+1775
2010-08-08Updated Slovenian translationAndrej Žnidaršič1-160/+20
2010-08-06[i18n] Updated German translationMario Blättermann1-31/+37
2010-08-05Updated Spanish translationDaniel Mustieles1-27/+24
2010-08-02Added user submitted templates.Jim Evins3-29/+105
Added templates submitted by Rudolph Leitgeb and E. Travis. Also cleaned up avery-iso-templates.xml file.
2010-07-14Cleanup zint backend settings and flags.Jim Evins1-46/+46
2010-07-11More refactoring of barcode subsystem.Jim Evins14-653/+789
Create a clear separation between the intermediate barcode format and the management of the barcode backends.
2010-07-11Refactoring of barcode structure.Jim Evins8-154/+172
Minor refactoring of API to barcode structure.
2010-07-10Updated Slovenian translationAndrej Žnidaršič1-125/+137
2010-07-10Updated Spanish translationDaniel Mustieles1-169/+190
2010-07-10Improved centering of barcode text.Jim Evins3-4/+11
Don't try to calculate x offset using hardcoded fixed character width, which does not work properly for proportional fonts. Use the origin provided by zint (wich is at the horizontal center) and use pango to calculate the offset at render time.
2010-07-10Update po files to allow me to push this branch.Jim Evins20-19461/+31354
2010-07-10Added new barcode drawing primitives.Jim Evins4-66/+214
Added a "Box" and a "String" barcode drawing primitives. The box primitive should be more natural for drawing actual boxes instead of lines. The string primitive allows an entire string to be rendered with a single interaction with pango and cairo, rather than an interaction for each character. There is no need to try to implement kerning since pango will take care of the string as a single layout.
2010-07-10Fixed width behavior of object editor.Jim Evins1-1/+2
I had neglected to add the barcode page to the appropriate size group. Longer names in the zint backend caused the style combobox to be the long pole in the tent, causing the width of the object editor to fluctuate when selecting and un-selecting barcode objects.
2010-07-10Revert "Fix for batch output"Jim Evins1-1/+1
This reverts commit 03d80812158823eb8ad7184d1c7629b64daaecb5.