summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis1-0/+18
2016-04-13Restore ability to set unitless 'line-height'. Hackfest 2016Tavmjong Bah1-31/+48
2016-03-30Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah1-4/+6
2016-03-22Add line-height unit selector to text toolbar.Tavmjong Bah1-14/+242
2016-03-18Reverting 14701.Tavmjong Bah1-67/+14
2016-03-18Revert 14707Tavmjong Bah1-5/+3
2016-03-15Commit to using our stored units for now.Martin Owens1-3/+5
2016-03-12Add a units box to line height and wire in the style units, plus some cleanupMartin Owens1-14/+67
2016-02-20Clarify meaning of line spacing.Tavmjong Bah1-1/+1
2015-11-13static code analysisKris De Gussem1-5/+5
2015-10-28Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah1-13/+166
2015-04-29Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah1-4/+10
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-4/+4
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-11/+11
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-17/+17
2014-12-24Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah1-76/+63
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-16/+16
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-8/+8
2014-10-15LiamW's initial font caching work.Tavmjong Bah1-4/+6
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-4/+4
2014-08-17Merge in font-speedup branch to improve launch timesLiam P. White1-4/+6
2014-08-10Further fixes related to bug #1327267, toolbars don't need to update when the...Liam P. White1-1/+1
2014-08-06Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs)Liam P. White1-20/+25
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-0/+1
2014-05-30Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah1-0/+1
2014-04-24Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah1-12/+11
2014-04-22Restore ability to insert a font-family that is not on system or a font-fallb...Tavmjong Bah1-0/+7
2014-03-02Fixed includes for tools.Markus Engel1-37/+24
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-6/+6
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-4/+4
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-0/+6
2013-07-30Cleanup.Matthew Petroff1-6/+0
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-6/+0
2013-07-17Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff1-6/+3
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-1/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-3/+1
2013-03-01Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah1-3/+3
2013-02-24Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah1-10/+19
2013-02-17Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah1-410/+84
2013-02-15Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah1-1/+46
2013-02-11Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah1-93/+2
2013-02-09Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah1-94/+6
2013-02-08Better rc matching for text-toolbar font-family drop-down separator. From Joh...Tavmjong Bah1-1/+1
2013-02-07Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah1-1/+7
2013-02-07Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah1-9/+30
2013-02-06Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah1-18/+195
2013-02-05Second try at getting text toolbar properly initialized when there is no pref...Tavmjong Bah1-8/+7
2013-02-04Only set up text-tool bar if has actually been created. Ensures proper initia...Tavmjong Bah1-0/+7