summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-02-04Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah1-17/+16
2013-02-03add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen1-0/+2
2013-02-03fix crashJohan B. C. Engelen1-1/+1
2013-02-02Allow simple font style changes even if first font-family in font list is not...Tavmjong Bah1-14/+39
2013-01-31Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah1-0/+7
2012-12-20fix crasherJohan B. C. Engelen1-3/+6
2012-11-26Made a few user-visible messages translatableAlexandre Prokoudine1-2/+2
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-5/+5
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-2/+2
2012-09-19Fix for 900602 : Enter key returns focus to canvas for Font family selectorJohn Smith1-3/+12
2012-09-18Fix for 168164 : Fix precision of font sizeJohn Smith1-3/+6
2012-08-25Fix for bug #900602 (Switching font with up/down arrows de-selects font list ...cadabra1-2/+2