summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/text-edit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2019-09-091-0/+1
|
* Add line height UX improvementsJabier Arraiza2019-09-071-0/+1
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-1/+0
|
* Stop worinig with units switch to px. Keep discussion opengit add .git add .Jabiertxof2019-08-021-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah2018-06-021-16/+10
|
* More progress on variable fonts support.Tavmjong Bah2018-04-281-1/+0
|
* Add start of 'font-variations' widget.Tavmjong Bah2018-04-261-0/+2
| | | | Some code cleanup.
* Replace C FontSelector by C++ FontSelector.Tavmjong Bah2018-04-131-7/+5
| | | | | | Fix synchonization problems between users of FontLister (FontSelector/Text toolbar). Hide unused size widget in Glyphs dialog. Display style names in FontSelector using own style.
* Cleanup Text and Font dialog.Tavmjong Bah2018-04-071-44/+14
| | | | | | Includes removal of unused buttons. These buttons were redundant with those in the Text toolbar except for TextPath offset... which will need to be added to the toolbar.
* 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)