summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Enable setting of 'font-variant-ligatures' (rendering waits on new Pango ↵Tavmjong Bah2015-05-141-1/+4
| | | | | library). (bzr r14152)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-1/+8
| | | | | progress. (bzr r14148)
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.11)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-14/+12
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-16/+15
| | | (bzr r13822.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-4/+4
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-4/+4
| | | (bzr r13809)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango ↵Tavmjong Bah2014-09-291-1/+0
| | | | | translation. (bzr r13341.1.233)
* Merge in font-speedup branch to improve launch timesLiam P. White2014-08-171-3/+3
| | | (bzr r13341.1.140)
* Fix Pango markup in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | (bzr r13341.1.25)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-5/+5
| | | (bzr r12868)
* Improve code readability.Matthew Petroff2013-08-281-1/+1
| | | (bzr r12475.1.9)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | (bzr r12380.1.54)
* Warning cleanup.Jon A. Cruz2013-04-281-1/+1
| | | (bzr r12309)
* Added simple control to font dialog to address text on path's startOffset. ↵Jon A. Cruz2013-04-081-2/+48
| | | | | | | | | Bug #171005 and bug #171033 Fixed bugs: - https://launchpad.net/bugs/171005 - https://launchpad.net/bugs/171033 (bzr r12270)
* cppcheckKris De Gussem2013-03-171-2/+1
| | | (bzr r12218)
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
| | | (bzr r12209)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-011-55/+48
| | | | | fontspec rather than font). (bzr r12164)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+10
| | | (bzr r11959)
* Drop support for GTK+ < 2.24Alex Valavanis2012-11-261-27/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907)
* Fix for 168164 : Default text output to pxJohn Smith2012-08-251-1/+1
| | | (bzr r11621)
* Fix for 168164 : Font size, always output px optionJohn Smith2012-08-211-6/+10
| | | (bzr r11616)
* Fix for 168164 : Font sizes in points optionJohn Smith2012-08-161-5/+13
| | | (bzr r11608)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-1/+2
| | | (bzr r11260)
* Warning cleanup.Jon A. Cruz2012-04-041-2/+2
| | | (bzr r11144)
* Fix deprecated Gtk::Widget flagsAlex Valavanis2012-03-121-2/+1
| | | (bzr r11073)
* cppcheckKris De Gussem2012-02-291-1/+1
| | | | | added todo warning for sp-conn-end (after devmail message) (bzr r11033)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+3
| | | (bzr r11018)
* Fix conditional build for old GTK+ in new text-edit dialogAlex Valavanis2012-02-211-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/937288 (bzr r11004)
* Documentation of the Text and Font dialogKris De Gussem2012-02-161-11/+6
| | | (bzr r10991)
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-161-0/+703
(bzr r10989)