summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix non-standard typeEduard Braun2018-07-031-1/+1
* Reduce width of Transform dialog by making spinbuttons narrowerGeoff Lankow2018-07-023-0/+17
* Merge branch 'sp_print' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-212-2/+2
|\
| * Move global functions into SPGradient methods.Emmanuel Gil Peyrot2018-06-212-2/+2
* | Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-2176-52/+2102
|/
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-206-18/+18
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-203-8/+9
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-197-63/+63
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-1922-115/+115
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-1822-226/+226
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-1817-73/+73
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-1811-19/+33
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-1825-25/+25
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-1873-151/+110
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-18174-1935/+1935
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-18152-740/+740
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-175-10/+178
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-1744-4/+13467
* Increase allowed precision for filter "offset" primitive.Tavmjong Bah2018-06-151-2/+2
* Merge branch 'clang-tidy-delete-pass' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-1440-86/+86
|\
| * Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-1240-86/+86
* | Merge branch 'gdkmm' of gitlab.com:linkmauve/inkscapeMarc Jeanmougin2018-06-145-27/+23
|\ \
| * | Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot2018-06-123-5/+8
| * | Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot2018-06-123-22/+15
| |/
* | Merge branch 'fontselection' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-142-5/+12
|\ \
| * | In font list, don't change selection if current font is already selected; oth...Geoff Lankow2018-05-312-5/+12
* | | Merge branch 'fontmarkup' of gitlab.com:darktrojan/inkscapeMarc Jeanmougin2018-06-141-2/+3
|\ \ \
| * | | Fix three more instances of incorrectly escaped markupGeoff Lankow2018-05-311-2/+3
| |/ /
* | | Merge branch 'patch-1' of gitlab.com:Moini/inkscapeMarc Jeanmougin2018-06-141-1/+1
|\ \ \
| * | | Incorporate some of Mihaela's suggestions.Maren Hachmann2018-05-111-1/+1
| * | | Try a different tool tip that hopefully can help users determine what to expe...Maren Hachmann2018-03-081-1/+1
| * | | Try to clarify what the new tile size option is for.Maren Hachmann2018-03-021-1/+1
* | | | Create at least two radio buttons for a table.Tavmjong Bah2018-06-141-0/+7
* | | | Limit style alternatives label width.Tavmjong Bah2018-06-141-0/+7
* | | | Add radio buttons for font style alternates.Tavmjong Bah2018-06-142-63/+163
* | | | Improvements to the Font Features dialog. Better OpenType coverage.Tavmjong Bah2018-06-111-55/+147
| |_|/ |/| |
* | | Add GUI support for 'font-variant-east-asian' property.Tavmjong Bah2018-06-072-2/+270
* | | Remove tables that should not be exposed to user from OpenType table list.Tavmjong Bah2018-06-051-0/+19
* | | Use all available space for Ordinal label.Tavmjong Bah2018-06-051-1/+1
* | | Prevent widget from getting too big.Tavmjong Bah2018-06-052-14/+41
* | | Keep Features tab in sync with font in Font tab.Tavmjong Bah2018-06-033-0/+12
* | | Add preview to Font Features tab of Text and Font dialog.Tavmjong Bah2018-06-024-53/+119
| |/ |/|
* | Merge branch 'fix-undefined-references-without-lcms' of gitlab.com:libiquity/...Marc Jeanmougin2018-05-222-33/+33
|\ \
| * | colorspace::Component: Fix undefined references without lcmsPatrick McDermott2018-05-201-9/+9
| * | DocumentProperties: Fix undefined references without lcmsPatrick McDermott2018-05-201-24/+24
* | | Print: Match document size against known paper sizesPatrick McDermott2018-05-201-8/+32
* | | Print: C++ifyPatrick McDermott2018-05-202-77/+71
|/ /
* | Fis maren improvements to embed/importJabier Arraiza2018-05-151-2/+2
* | Misc. typosluz.paz2018-05-147-7/+7
* | Fix bug embeding SVG as PNGJabier Arraiza2018-05-132-0/+8