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