]> git.sur5r.net Git - glabels/commit
- Added mygal, a modified version of the gal library, to provide a sophisticated...
authorJim Evins <evins@snaught.com>
Sun, 27 Jul 2003 04:07:19 +0000 (04:07 +0000)
committerJim Evins <evins@snaught.com>
Sun, 27 Jul 2003 04:07:19 +0000 (04:07 +0000)
commitf99a01c8886bfb351ed488403faa79036294e7ae
tree567f4fc2ba4f0d1b1f7883ae8157d011b43cb186
parentd2dcd6e7dc0d0ede254a3fb656a6aad8c9dec747
- Added mygal, a modified version of the gal library, to provide a sophisticated color combo widget.

- Added ui-property-bar.[ch] and ui-util.[ch] to add a property bar to edit some properties of selections without going through a "edit properties" dialog.

- Added stock icons

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@272 f5e0f49d-192f-0410-a22d-a8d8700d0965
49 files changed:
glabels2/src/Makefile.am
glabels2/src/color.c
glabels2/src/color.h
glabels2/src/debug.c
glabels2/src/debug.h
glabels2/src/glabels-ui.xml
glabels2/src/glabels.c
glabels2/src/label-barcode.c
glabels2/src/label-box.c
glabels2/src/label-ellipse.c
glabels2/src/label-line.c
glabels2/src/label-object.c
glabels2/src/label-object.h
glabels2/src/label-text.c
glabels2/src/mygal/Makefile.am [new file with mode: 0644]
glabels2/src/mygal/color-group.c [new file with mode: 0644]
glabels2/src/mygal/color-group.h [new file with mode: 0644]
glabels2/src/mygal/color-palette.c [new file with mode: 0644]
glabels2/src/mygal/color-palette.h [new file with mode: 0644]
glabels2/src/mygal/e-colors.c [new file with mode: 0644]
glabels2/src/mygal/e-colors.h [new file with mode: 0644]
glabels2/src/mygal/e-marshal.list [new file with mode: 0644]
glabels2/src/mygal/e-util.h [new file with mode: 0644]
glabels2/src/mygal/gtk-combo-box.c [new file with mode: 0644]
glabels2/src/mygal/gtk-combo-box.h [new file with mode: 0644]
glabels2/src/mygal/widget-color-combo.c [new file with mode: 0644]
glabels2/src/mygal/widget-color-combo.h [new file with mode: 0644]
glabels2/src/stock-pixmaps/Makefile.am
glabels2/src/stock-pixmaps/stock_bucket_fill_16.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_bucket_fill_24.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_pencil_16.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_pencil_24.png [new file with mode: 0644]
glabels2/src/stock.c
glabels2/src/stock.h
glabels2/src/ui-property-bar.c [new file with mode: 0644]
glabels2/src/ui-property-bar.h [new file with mode: 0644]
glabels2/src/ui-util.c [new file with mode: 0644]
glabels2/src/ui-util.h [new file with mode: 0644]
glabels2/src/ui.c
glabels2/src/view-barcode.c
glabels2/src/view-box.c
glabels2/src/view-ellipse.c
glabels2/src/view-line.c
glabels2/src/view-text.c
glabels2/src/view.c
glabels2/src/view.h
glabels2/src/wdgt-text-props.c
glabels2/src/window.c
glabels2/src/window.h