summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix history handling for previous commit.Tavmjong Bah2016-09-051-3/+4
| | | (bzr r15107)
* Save new 'x' and 'y' attribute values when 'line-height' changed.Tavmjong Bah2016-09-051-0/+9
| | | | | Partial fix for bug #1590141. (bzr r15106)
* Merged trunkAdrian Boguszewski2016-08-091-18/+4
|\ | | | | (bzr r14954.1.30)
| * Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+2
| | | | | | (bzr r15043)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-17/+2
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-17/+2
| | | | | | | | | (bzr r15023.2.8)
* | | Merged trunkAdrian Boguszewski2016-08-031-6/+1
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
| |/ | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-10/+10
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-4/+4
|/ | | (bzr r14954.1.10)
* text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-0/+18
| | | (bzr r14827)
* Restore ability to set unitless 'line-height'. Hackfest 2016Tavmjong Bah2016-04-131-31/+48
| | | | | Note: Rendering with 'line-height' with units is buggy. (bzr r14814)
* Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah2016-03-301-4/+6
| | | (bzr r14752)
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-14/+242
| | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* Reverting 14701.Tavmjong Bah2016-03-181-67/+14
| | | (bzr r14716.1.2)
* Revert 14707Tavmjong Bah2016-03-181-5/+3
| | | (bzr r14716.1.1)
* Commit to using our stored units for now.Martin Owens2016-03-151-3/+5
| | | (bzr r14707)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-14/+67
| | | (bzr r14701)
* Clarify meaning of line spacing.Tavmjong Bah2016-02-201-1/+1
| | | (bzr r14661)
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-241-13/+166
|\ | | | | (bzr r14487)
| * Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-281-13/+166
| | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* | static code analysisKris De Gussem2015-11-131-5/+5
|/ | | (bzr r14464)
* updated with trunkMarc Jeanmougin2015-04-291-4/+10
|\ | | | | (bzr r13922.1.19)
| * Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-291-4/+10
| | | | | | (bzr r14072)
* | more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | | | | (bzr r13922.1.11)
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-4/+4
| | | | | | (bzr r13922.1.10)
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-11/+11
| | | | | | (bzr r13922.1.5)
* | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-17/+17
|/ | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-76/+63
| | | (bzr r13822.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-16/+16
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-8/+8
| | | (bzr r13809)
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-4/+4
| | | (bzr r13341.1.249)
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-4/+6
| | | (bzr r13341.1.140)
* Further fixes related to bug #1327267, toolbars don't need to update when ↵Liam P. White2014-08-101-1/+1
| | | | | their context is not in use (bzr r13341.1.126)
* Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs)Liam P. White2014-08-061-20/+25
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1327267 (bzr r13497)
* Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-0/+1
| | | (bzr r13402)
* Clean up of style code, removal of SPFontStyle. Step 2.Tavmjong Bah2014-04-241-12/+11
| | | (bzr r13300)
* Restore ability to insert a font-family that is not on system or a ↵Tavmjong Bah2014-04-221-0/+7
| | | | | font-fallback list. (bzr r13296)
* Fixed includes for tools.Markus Engel2014-03-021-37/+24
| | | (bzr r13097)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-6/+6
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-4/+4
| | | (bzr r12782)
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-0/+6
| | | (bzr r12475.1.22)
* Cleanup.Matthew Petroff2013-07-301-6/+0
| | | (bzr r12380.1.52)
* Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-6/+0
| | | (bzr r12380.1.30)
* Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"Matthew Petroff2013-07-171-6/+3
| | | (bzr r12380.1.11)
* Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2013-07-091-1/+1
| | | (bzr r12380.1.8)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)