summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-241-13/+166
|\
| * Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-281-13/+166
* | static code analysisKris De Gussem2015-11-131-5/+5
|/
* updated with trunkMarc Jeanmougin2015-04-291-4/+10
|\
| * Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-291-4/+10
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-4/+4
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
* | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-17/+17
|/
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-76/+63
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-16/+16
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-8/+8
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-4/+4
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-4/+6
* Further fixes related to bug #1327267, toolbars don't need to update when the...Liam P. White2014-08-101-1/+1
* Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs)Liam P. White2014-08-061-20/+25
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-0/+1
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-12/+11
* Restore ability to insert a font-family that is not on system or a font-fallb...Tavmjong Bah2014-04-221-0/+7
* Fixed includes for tools.Markus Engel2014-03-021-37/+24
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-6/+6
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-4/+4
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-0/+6
* Cleanup.Matthew Petroff2013-07-301-6/+0
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-6/+0
* Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff2013-07-171-6/+3
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-1/+1
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+1
* Convert font-selector, text-edit, glyphs to use updated font-lister (use font...Tavmjong Bah2013-03-011-3/+3
* Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-241-10/+19
* Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah2013-02-171-410/+84
* Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-151-1/+46
* Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-111-93/+2
* Use update_font_list() in font-lister.cpp. Remove equivalent code in text-too...Tavmjong Bah2013-02-091-94/+6
* Better rc matching for text-toolbar font-family drop-down separator. From Joh...Tavmjong Bah2013-02-081-1/+1
* Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah2013-02-071-1/+7
* Add separator between fonts in document and fonts on sytem in font-family dro...Tavmjong Bah2013-02-071-9/+30
* Add fonts (and font-lists) used in document to top of Text tool-bar font-fami...Tavmjong Bah2013-02-061-18/+195
* Second try at getting text toolbar properly initialized when there is no pref...Tavmjong Bah2013-02-051-8/+7
* Only set up text-tool bar if has actually been created. Ensures proper initia...Tavmjong Bah2013-02-041-0/+7
* Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah2013-02-041-17/+16
* add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen2013-02-031-0/+2
* fix crashJohan B. C. Engelen2013-02-031-1/+1
* Allow simple font style changes even if first font-family in font list is not...Tavmjong Bah2013-02-021-14/+39
* Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah2013-01-311-0/+7
* fix crasherJohan B. C. Engelen2012-12-201-3/+6
* Made a few user-visible messages translatableAlexandre Prokoudine2012-11-261-2/+2
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-5/+5
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-2/+2