summaryrefslogtreecommitdiffstats
path: root/src/ink-comboboxentry-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inkscape-comboboxentry-action:Tavmjong Bah2010-04-271-14/+70
| | | | | | | | | Add option to add extra width to GtkComboBox. Add names to widgets so styles can be set with RC files. toolbox.cpp: Add extra width to font-family GtkComboBox. Change style of font-family drop-down from menu to list. (bzr r9384)
* Add warning dialog for other than "newest" GTK.Jon A. Cruz2010-04-261-1/+23
| | | (bzr r9376)
* Pack combo boxes into GtkAlignment for natural size when used in toolbars.Jon A. Cruz2010-04-251-2/+6
| | | (bzr r9370)
* Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-241-4/+21
| | | (bzr r9369)
* Temporary compile fix for GTK before 2.16.0Jon A. Cruz2010-04-241-89/+95
| | | (bzr r9368)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-0/+605
Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365)