summaryrefslogtreecommitdiffstats
path: root/src/ink-comboboxentry-action.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-106/+0
| | | (bzr r13341.1.249)
* Reduce header bloatAlex Valavanis2014-08-301-4/+0
| | | (bzr r13341.1.184)
* Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-1/+1
| | | (bzr r12149)
* Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-151-3/+13
| | | (bzr r12129)
* Add separator between fonts in document and fonts on sytem in font-family ↵Tavmjong Bah2013-02-071-0/+2
| | | | | | | drop-down menu. Separator style depends on GTK theme (may be invisible). (bzr r12105)
* Fix for 900602 : Enter key returns focus to canvas for Font family selectorJohn Smith2012-09-191-1/+3
| | | (bzr r11676)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-0/+1
| | | (bzr r11608)
* Replace more GtkComboBoxEntry usageAlex Valavanis2012-01-021-2/+2
| | | (bzr r10824)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-2/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+2
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-2/+0
| | | (bzr r10208)
* inkscape-comboboxentry-action:Tavmjong Bah2010-04-271-8/+13
| | | | | | | | | 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-8/+12
| | | (bzr r9376)
* Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-241-7/+10
| | | (bzr r9369)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-0/+86
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)