summaryrefslogtreecommitdiffstats
path: root/src/ink-comboboxentry-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-958/+0
| | | (bzr r13341.1.249)
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-7/+11
| | | (bzr r13341.1.140)
* Make family-name comparisons case insensitive.Tavmjong Bah2014-06-051-7/+21
| | | | | | Fix UI bug when SVG file does not have -inkscape-font-specification properties (Style drop-down list not properly updated.) (bzr r13341.1.47)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-17/+3
| | | (bzr r12868)
* Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-5/+21
| | | (bzr r12149)
* Get text from selected row rather than from entry box.Tavmjong Bah2013-02-231-9/+14
| | | (bzr r12144)
* Noop: simplify some variable names.Tavmjong Bah2013-02-231-73/+73
| | | (bzr r12143)
* Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-151-19/+108
| | | (bzr r12129)
* Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-111-2/+2
| | | | | Use functions with font-selector (in Text dialog). (bzr r12116)
* Add separator between fonts in document and fonts on sytem in font-family ↵Tavmjong Bah2013-02-071-1/+27
| | | | | | | drop-down menu. Separator style depends on GTK theme (may be invisible). (bzr r12105)
* Add fonts (and font-lists) used in document to top of Text tool-bar ↵Tavmjong Bah2013-02-061-11/+23
| | | | | | | font-family drop-down menu. If font is not on system, draws strikethrough on top of font name. (bzr r12104)
* Text-Toolbar font-family entry-box warning-icon tooltip now includes list of ↵Tavmjong Bah2013-02-021-29/+38
| | | | | missing fonts. (bzr r12090)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-35/+9
| | | (bzr r12065)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | (bzr r12014)
* ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-041-9/+1
| | | (bzr r12008)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith2012-09-191-1/+1
| | | (bzr r11677)
* Fix for 900602 : Enter key returns focus to canvas for Font family selectorJohn Smith2012-09-191-2/+67
| | | (bzr r11676)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-0/+11
| | | (bzr r11608)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+8
| | | (bzr r11213)
* Replace more GtkComboBoxEntry usageAlex Valavanis2012-01-021-8/+19
| | | (bzr r10824)
* Remove unused variable.Jon A. Cruz2011-08-091-1/+0
| | | (bzr r10532)
* Don't flag a comma separted list of fonts in the font-family entry boxTavmjong Bah2011-07-231-2/+46
| | | | | as missing on the system if each font in the list is present. (bzr r10493)
* GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis2011-07-031-1/+1
| | | (bzr r10409)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-27/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+27
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-27/+0
| | | (bzr r10208)
* Fix missing warning icon for missing font on text toolbar.Jon A. Cruz2010-12-061-3/+16
| | | (bzr r9938)
* 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)