summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-4/+2
|
* frame: Gtk3 fixesAlex Valavanis2016-12-261-0/+1
| | | (bzr r15361)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-11/+0
| | | (bzr r15023.2.7)
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-251-1/+1
| | | (bzr r14215)
* Font-variants widget: Enable 'Apply' button. Add more tooltips.Tavmjong Bah2015-05-201-0/+13
| | | (bzr r14163)
* GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵Tavmjong Bah2015-05-121-0/+4
| | | | | progress. (bzr r14148)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Added simple control to font dialog to address text on path's startOffset. ↵Jon A. Cruz2013-04-081-0/+10
| | | | | | | | | Bug #171005 and bug #171033 Fixed bugs: - https://launchpad.net/bugs/171005 - https://launchpad.net/bugs/171033 (bzr r12270)
* Fix remaining forward declaration tags (except for unavoidable internal ↵Alex Valavanis2013-03-151-1/+1
| | | | | errors in Gtkmm headers) (bzr r12208)
* Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-011-7/+8
| | | | | fontspec rather than font). (bzr r12164)
* GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-161-0/+12
| | | (bzr r11959)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-1/+2
| | | (bzr r11260)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-8/+4
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-251-0/+2
| | | (bzr r11015)
* documentationKris De Gussem2012-02-201-0/+28
| | | (bzr r11003)
* Documentation of the Text and Font dialogKris De Gussem2012-02-161-7/+43
| | | (bzr r10991)
* Fix for 930535 : Convert Font and Text dialog to a dockable dialogJohn Smith2012-02-161-0/+160
(bzr r10989)