| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | French translation various improvements | Guillaume Audirac | 2018-06-13 | 1 | -26/+26 | |
| | | | | ||||||
| * | | | Merge branch 'gdkmm' of gitlab.com:linkmauve/inkscape | Marc Jeanmougin | 2018-06-14 | 11 | -113/+92 | |
| |\ \ \ | ||||||
| | * | | | Make shutdown dialogs use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -56/+37 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes a FIXME, by using g_markup_printf_escaped() we can make sure the filename won’t conflict with Pango markup and be wrongly interpreted. | |||||
| | * | | | Make info dialog use gtkmm. | Emmanuel Gil Peyrot | 2018-06-13 | 1 | -11/+6 | |
| | | | | | ||||||
| | * | | | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 2018-06-12 | 6 | -9/+16 | |
| | | | | | | | | | | | | | | | | | Gdk::Display::get_default()->get_keymap(). | |||||
| | * | | | Make ToolBase::cursor use gdkmm and smart pointers. | Emmanuel Gil Peyrot | 2018-06-12 | 4 | -23/+16 | |
| | | | | | ||||||
| | * | | | Make SPDesktopWidget::window_get_pointer() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -9/+13 | |
| | | | | | ||||||
| | * | | | Make SPDesktop::setWaitingCursor() use gdkmm. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -5/+4 | |
| | | |/ | |/| | ||||||
| * | | | Merge branch 'GermanTranslation' of gitlab.com:der-Michael/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -1/+2 | |
| |\ \ \ | ||||||
| | * | | | German translation | Michael Rack | 2018-06-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | | Minor correction to have identical notation of word "Pfadeffekt" in same block. | |||||
| * | | | | Merge branch 'master' of gitlab.com:yurchor/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -6123/+6556 | |
| |\ \ \ \ | ||||||
| | * | | | | Update Ukrainian translation | Yuri Chornoivan | 2018-06-03 | 1 | -6123/+6556 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'fontselection' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 4 | -5/+24 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | In font list, don't change selection if current font is already selected; ↵ | Geoff Lankow | 2018-05-31 | 4 | -5/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | other minor fixes | |||||
| * | | | | | | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscape | Marc Jeanmougin | 2018-06-14 | 2 | -6/+8 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix three more instances of incorrectly escaped markup | Geoff Lankow | 2018-05-31 | 2 | -6/+8 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'undefined' of gitlab.com:sileGit/inkscape | Marc Jeanmougin | 2018-06-14 | 1 | -9331/+6390 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Replace hr.po new translations sileGit | sileGit | 2018-05-29 | 1 | -9331/+6390 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge branch 'patch-1' of gitlab.com:Moini/inkscape | Marc Jeanmougin | 2018-06-14 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Incorporate some of Mihaela's suggestions. | Maren Hachmann | 2018-05-11 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Try a different tool tip that hopefully can help users determine what to ↵ | Maren Hachmann | 2018-03-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expect on change of the rendering tile multiplicator parameter. | |||||
| | * | | | | | | Incorporate Eduard's suggestion for Ellipse Undo entry. | Maren Hachmann | 2018-03-08 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Try to clarify what the new tile size option is for. | Maren Hachmann | 2018-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Might still need improvement. | |||||
| | * | | | | | | Suggestion for improved Undo string when changing radii of an ellipse, ↵ | Maren Hachmann | 2018-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | consistent with other messages and more specific. | |||||
| * | | | | | | | Create at least two radio buttons for a table. | Tavmjong Bah | 2018-06-14 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calculation of number of radio buttons to create could be "wrong" due to script and language tags of tables. | |||||
| * | | | | | | | Limit style alternatives label width. | Tavmjong Bah | 2018-06-14 | 1 | -0/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | Add radio buttons for font style alternates. | Tavmjong Bah | 2018-06-14 | 2 | -63/+163 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Improvements to the Font Features dialog. Better OpenType coverage. | Tavmjong Bah | 2018-06-11 | 5 | -145/+223 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Migrated object-test and sp-gradient-test to gtest | Adrian Boguszewski | 2018-06-09 | 5 | -396/+337 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge branch 'gadic/inkscape-transl_fr' | Sylvain Chiron | 2018-06-08 | 1 | -36/+37 | |
| |\ \ \ \ | ||||||
| | * | | | | French translation improvements | Guillaume Audirac | 2018-06-05 | 1 | -36/+37 | |
| | | | | | | ||||||
| * | | | | | Add preview of more OpenType tables. | Tavmjong Bah | 2018-06-07 | 1 | -2/+8 | |
| | | | | | | ||||||
| * | | | | | Add GUI support for 'font-variant-east-asian' property. | Tavmjong Bah | 2018-06-07 | 7 | -12/+421 | |
| | | | | | | ||||||
| * | | | | | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 2018-06-06 | 9 | -60/+19 | |
| | | | | | | ||||||
| * | | | | | Remove tables that should not be exposed to user from OpenType table list. | Tavmjong Bah | 2018-06-05 | 1 | -0/+19 | |
| |/ / / / | ||||||
| * | | | | Use all available space for Ordinal label. | Tavmjong Bah | 2018-06-05 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add support for character variant OpenType tags (cv01, cv02, ...). | Tavmjong Bah | 2018-06-05 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Prevent widget from getting too big. | Tavmjong Bah | 2018-06-05 | 2 | -14/+41 | |
| | | | | | ||||||
| * | | | | Keep Features tab in sync with font in Font tab. | Tavmjong Bah | 2018-06-03 | 3 | -0/+12 | |
| | |_|/ |/| | | ||||||
| * | | | Fixes on convert to paths LPE shapes | Jabier Arraiza | 2018-06-02 | 3 | -21/+74 | |
| | | | | ||||||
| * | | | Add preview to Font Features tab of Text and Font dialog. | Tavmjong Bah | 2018-06-02 | 4 | -53/+119 | |
| | | | | ||||||
| * | | | Prevent seg fault if value is null. | Tavmjong Bah | 2018-05-31 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Implement rendering for 'textPath' 'side' attribute. No GUI. | Tavmjong Bah | 2018-05-31 | 3 | -28/+36 | |
| | | | | ||||||
| * | | | More boilerplate for 'textPath' 'side' attribute. | Tavmjong Bah | 2018-05-31 | 2 | -10/+31 | |
| | | | | ||||||
| * | | | Boiler plate stuff for 'textPath' 'side' attribute. | Tavmjong Bah | 2018-05-31 | 5 | -0/+6 | |
| | |/ |/| | ||||||
| * | | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup | Jabier Arraiza | 2018-05-26 | 4 | -179/+224 | |
| | | | ||||||
| * | | Fix compilation with poppler 0.65.0 | Jan Palus | 2018-05-25 | 1 | -2/+1 | |
| | | | | | | | | | | | | | replace unused includes with one that is actually used Signed-off-by: Jan Palus <atler@pld-linux.org> | |||||
| * | | disable test failing with harfbuzz >= 1.6.0 waiting for a fix in pango or ↵ | Marc Jeanmougin | 2018-05-25 | 1 | -1/+6 | |
| | | | | | | | | | freetype | |||||
| * | | Fix building of tests with system install of gtest on debian | Marc Jeanmougin | 2018-05-23 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge branch 'fix-undefined-references-without-lcms' of ↵ | Marc Jeanmougin | 2018-05-22 | 2 | -33/+33 | |
| |\ \ | | | | | | | | | | gitlab.com:libiquity/inkscape | |||||
