| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Load GPOS table only when selecting font features tab to speedup font usage | Jabier Arraiza | 2019-09-09 | 1 | -0/+1 |
| | | |||||
| * | Add line height UX improvements | Jabier Arraiza | 2019-09-07 | 1 | -0/+1 |
| | | |||||
| * | Remove line height code and ficx coding style | Jabiertxof | 2019-08-02 | 1 | -1/+0 |
| | | |||||
| * | Stop worinig with units switch to px. Keep discussion opengit add .git add . | Jabiertxof | 2019-08-02 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-12 | 1 | -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 Bah | 2018-06-02 | 1 | -16/+10 |
| | | |||||
| * | More progress on variable fonts support. | Tavmjong Bah | 2018-04-28 | 1 | -1/+0 |
| | | |||||
| * | Add start of 'font-variations' widget. | Tavmjong Bah | 2018-04-26 | 1 | -0/+2 |
| | | | | | Some code cleanup. | ||||
| * | Replace C FontSelector by C++ FontSelector. | Tavmjong Bah | 2018-04-13 | 1 | -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 Bah | 2018-04-07 | 1 | -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 fixes | Alexander Valavanis | 2017-07-06 | 1 | -4/+2 |
| | | |||||
| * | frame: Gtk3 fixes | Alex Valavanis | 2016-12-26 | 1 | -0/+1 |
| | | | | (bzr r15361) | ||||
| * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -11/+0 |
| | | | | (bzr r15023.2.7) | ||||
| * | Set sensitivty of font-variant buttons according to available OpenType tables. | Tavmjong Bah | 2015-06-25 | 1 | -1/+1 |
| | | | | (bzr r14215) | ||||
| * | Font-variants widget: Enable 'Apply' button. Add more tooltips. | Tavmjong Bah | 2015-05-20 | 1 | -0/+13 |
| | | | | (bzr r14163) | ||||
| * | GUI for font-variant-xxx, parse 'font-variant-ligatures'. This is a work in ↵ | Tavmjong Bah | 2015-05-12 | 1 | -0/+4 |
| | | | | | | progress. (bzr r14148) | ||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -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. Cruz | 2013-06-07 | 1 | -0/+4 |
| | | | | (bzr r12355) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -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. Cruz | 2013-04-08 | 1 | -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 Valavanis | 2013-03-15 | 1 | -1/+1 |
| | | | | | | errors in Gtkmm headers) (bzr r12208) | ||||
| * | Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵ | Tavmjong Bah | 2013-03-01 | 1 | -7/+8 |
| | | | | | | fontspec rather than font). (bzr r12164) | ||||
| * | GTK+ 3: Use orientable widgets | Alex Valavanis | 2012-12-16 | 1 | -0/+12 |
| | | | | (bzr r11959) | ||||
| * | Fix for 169888 : HIG Style frame | John Smith | 2012-04-17 | 1 | -1/+2 |
| | | | | (bzr r11260) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -8/+4 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+2 |
| | | | | (bzr r11015) | ||||
| * | documentation | Kris De Gussem | 2012-02-20 | 1 | -0/+28 |
| | | | | (bzr r11003) | ||||
| * | Documentation of the Text and Font dialog | Kris De Gussem | 2012-02-16 | 1 | -7/+43 |
| | | | | (bzr r10991) | ||||
| * | Fix for 930535 : Convert Font and Text dialog to a dockable dialog | John Smith | 2012-02-16 | 1 | -0/+160 |
| (bzr r10989) | |||||
