]> git.sur5r.net Git - glabels/commit
2004-02-07 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Sat, 7 Feb 2004 05:29:48 +0000 (05:29 +0000)
committerJim Evins <evins@snaught.com>
Sat, 7 Feb 2004 05:29:48 +0000 (05:29 +0000)
commit0f59322c3d8175fafb061e530a6b36c2e043b4ee
treeb7670c331a7d7737453dc83a9f8472b2569b066b
parentd7a5fdb634b821ba3ed2c99f90fab88b5c0aba80
2004-02-07  Jim Evins  <evins@snaught.com>

* src/stock-pixmaps/Makefile.am:
* src/stock-pixmaps/stock_hchain_24.png:
* src/stock-pixmaps/stock_hchain_broken_24.png:
* src/stock-pixmaps/stock_vchain_24.png:
* src/stock-pixmaps/stock_vchain_broken_24.png:
Added chain pixmaps borrowed from the gimp's default theme.

* src/stock.h:
* src/stock.c: (gl_stock_init), (add_button_icon):
Added above pixmaps to stock icon sets.  Created add_button_icon() to
add these pixmaps sized as GTK_ICON_SIZE_BUTTON.

* src/wdgt-chain-button.h
* src/wdgt-chain-button.c
* src/Makefile.am:
* po/POTFILES.in:
Added this Modified version of gimpchainbutton widget, borrowed from
the gimp.

* AUTHORS:
Added acknowledgements of the above borrowing from the gimp.

* src/object-editor-size-page.c: (aspect_toggle_cb), (w_spin_cb),
(h_spin_cb):
* src/object-editor.c: (gl_object_editor_construct_chain_button):
* src/object-editor.glade:
Replaced the keep aspect ratio check box with the above chain-button
widget.

* src/text-node.c: (gl_text_node_equal):
* src/text-node.h:
Added function gl_text_node_equal() to compare text_nodes.

* src/label-image.c: (gl_label_image_set_filename):
Replaced incomplete text_node comparison code with invocation of
gl_text_node_equal.  This fixed the problem of not being able to
resize an image using the object_editor if the aspect ratio is not
locked.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@413 f5e0f49d-192f-0410-a22d-a8d8700d0965
19 files changed:
glabels2/AUTHORS
glabels2/ChangeLog
glabels2/po/POTFILES.in
glabels2/src/Makefile.am
glabels2/src/label-image.c
glabels2/src/object-editor-size-page.c
glabels2/src/object-editor.c
glabels2/src/object-editor.glade
glabels2/src/stock-pixmaps/Makefile.am
glabels2/src/stock-pixmaps/stock_hchain_24.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_hchain_broken_24.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_vchain_24.png [new file with mode: 0644]
glabels2/src/stock-pixmaps/stock_vchain_broken_24.png [new file with mode: 0644]
glabels2/src/stock.c
glabels2/src/stock.h
glabels2/src/text-node.c
glabels2/src/text-node.h
glabels2/src/wdgt-chain-button.c [new file with mode: 0644]
glabels2/src/wdgt-chain-button.h [new file with mode: 0644]