summaryrefslogtreecommitdiffstats
path: root/src/ink-comboboxentry-action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2013-01-04ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis1-9/+1
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-19Fix for 643150 : Auto-palette swatches duplicated on copy and pasteJohn Smith1-1/+1
2012-09-19Fix for 900602 : Enter key returns focus to canvas for Font family selectorJohn Smith1-2/+67
2012-08-16Fix for 168164 : Font sizes in points optionJohn Smith1-0/+11
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-1/+1
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+8
2012-01-02Replace more GtkComboBoxEntry usageAlex Valavanis1-8/+19
2011-08-09Remove unused variable.Jon A. Cruz1-1/+0
2011-07-23Don't flag a comma separted list of fonts in the font-family entry boxTavmjong Bah1-2/+46
2011-07-03GTK+ cleanup: gtk_action_connect_proxyAlex Valavanis1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-3/+0
2011-05-20Reinstating version bump.Jon A. Cruz1-27/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+27
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-27/+0
2010-12-06Fix missing warning icon for missing font on text toolbar.Jon A. Cruz1-3/+16
2010-04-27inkscape-comboboxentry-action:Tavmjong Bah1-14/+70
2010-04-26Add warning dialog for other than "newest" GTK.Jon A. Cruz1-1/+23
2010-04-25Pack combo boxes into GtkAlignment for natural size when used in toolbars.Jon A. Cruz1-2/+6
2010-04-24Add alt-x shortcut to new text toolbar.Tavmjong Bah1-4/+21
2010-04-24Temporary compile fix for GTK before 2.16.0Jon A. Cruz1-89/+95
2010-04-23Converted text toolbar to GTK toolbar.Tavmjong Bah1-0/+605