summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/combo-box-entry-tool-item.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Reduce memory leak on editing text, etc.Nathan Lee1-0/+3
2019-09-12Fix non changing value on combobox. This can also be used in other toolbarsJabier Arraiza1-0/+8
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-12Update comments to match reality.Tavmjong Bah1-2/+2
2019-06-07ComboBoxEntryToolItem: Add tooltip support (Fix issue #290)Alexander Valavanis1-1/+1
2019-06-05Finish TextToolbar migrationAlexander Valavanis1-1/+2
2019-06-05TextToolbar: Migrate FontSize widgetAlexander Valavanis1-7/+5
2019-06-04ComboBoxToolItem: Rebase on ToolItemAlexander Valavanis1-46/+39
2019-05-29Hackfest 2019: C++ify ComboBoxEntryActionAlexander Valavanis1-564/+292
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-30/+30
2018-06-12Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot1-1/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-14/+0
2016-04-13ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+18
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
2014-08-17Merge in font-speedup branch to improve launch timesLiam P. White1-7/+11
2014-08-17Work around for upstream GTK bug #734915 (speeds launch times)Liam P. White1-7/+9
2014-06-05Make family-name comparisons case insensitive.Tavmjong Bah1-7/+21
2014-06-05Make family-name comparisons case insensitive.Tavmjong Bah1-7/+21
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-17/+3
2013-02-24Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah1-5/+21
2013-02-23Get text from selected row rather than from entry box.Tavmjong Bah1-9/+14
2013-02-23Noop: simplify some variable names.Tavmjong Bah1-73/+73
2013-02-15Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah1-19/+108
2013-02-11Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah1-2/+2
2013-02-07Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah1-1/+27
2013-02-06Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah1-11/+23
2013-02-02Text-Toolbar font-family entry-box warning-icon tooltip now includes list of ...Tavmjong Bah1-29/+38
2013-01-26More GObject boilerplate reductionAlex Valavanis1-35/+9
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