| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -18/+4 |
| |\ |
|
| | * | Split InkAction classes into separate files | Alex Valavanis | 2016-08-05 | 1 | -1/+2 |
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -17/+2 |
| | |\ |
|
| | | * | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 2016-07-28 | 1 | -17/+2 |
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -6/+1 |
| |\| | |
|
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+1 |
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+6 |
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+1 |
| | |/ |
|
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -10/+10 |
| |\| |
|
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -4/+4 |
| |/ |
|
| * | text-toolbar: Gtk+ 3 theming #Hackfest2016 | Alex Valavanis | 2016-04-13 | 1 | -0/+18 |
| * | Restore ability to set unitless 'line-height'. Hackfest 2016 | Tavmjong Bah | 2016-04-13 | 1 | -31/+48 |
| * | Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing). | Tavmjong Bah | 2016-03-30 | 1 | -4/+6 |
| * | Add line-height unit selector to text toolbar. | Tavmjong Bah | 2016-03-22 | 1 | -14/+242 |
| * | Reverting 14701. | Tavmjong Bah | 2016-03-18 | 1 | -67/+14 |
| * | Revert 14707 | Tavmjong Bah | 2016-03-18 | 1 | -5/+3 |
| * | Commit to using our stored units for now. | Martin Owens | 2016-03-15 | 1 | -3/+5 |
| * | Add a units box to line height and wire in the style units, plus some cleanup | Martin Owens | 2016-03-12 | 1 | -14/+67 |
| * | Clarify meaning of line spacing. | Tavmjong Bah | 2016-02-20 | 1 | -1/+1 |
| * | Merge 'writing-modes' branch. | Tavmjong Bah | 2015-11-24 | 1 | -13/+166 |
| |\ |
|
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', addi... | Tavmjong Bah | 2015-10-28 | 1 | -13/+166 |
| * | | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -5/+5 |
| |/ |
|
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+10 |
| |\ |
|
| | * | Fix regression: Update default font-family if nothing is selected on canvas. | Tavmjong Bah | 2015-04-29 | 1 | -4/+10 |
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -11/+11 |
| * | | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -17/+17 |
| |/ |
|
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 1 | -76/+63 |
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -16/+16 |
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -8/+8 |
| * | Move GtkAction subclasses to widgets/ | Liam P. White | 2014-10-05 | 1 | -4/+4 |
| * | Merge in font-speedup branch to improve launch times | Liam P. White | 2014-08-17 | 1 | -4/+6 |
| * | Further fixes related to bug #1327267, toolbars don't need to update when the... | Liam P. White | 2014-08-10 | 1 | -1/+1 |
| * | Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs) | Liam P. White | 2014-08-06 | 1 | -20/+25 |
| * | Unquote names in 'font-family' lists. Partial fix for #1029080 | Tavmjong Bah | 2014-05-30 | 1 | -0/+1 |
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -12/+11 |
| * | Restore ability to insert a font-family that is not on system or a font-fallb... | Tavmjong Bah | 2014-04-22 | 1 | -0/+7 |
| * | Fixed includes for tools. | Markus Engel | 2014-03-02 | 1 | -37/+24 |
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 1 | -6/+6 |
| * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 1 | -2/+2 |
| * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -4/+4 |
| * | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 1 | -0/+6 |
| * | Cleanup. | Matthew Petroff | 2013-07-30 | 1 | -6/+0 |
| * | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files. | Matthew Petroff | 2013-07-19 | 1 | -6/+0 |
| * | Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp" | Matthew Petroff | 2013-07-17 | 1 | -6/+3 |
| * | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -1/+1 |
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -3/+1 |
| * | Convert font-selector, text-edit, glyphs to use updated font-lister (use font... | Tavmjong Bah | 2013-03-01 | 1 | -3/+3 |
| * | Fix for font-family scrolling in text-tool tool-controls (bug 1122553). | Tavmjong Bah | 2013-02-24 | 1 | -10/+19 |