| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Allow styling def sections and go to the eleemnt | Jabiertxof | 2019-07-05 | 5 | -5/+79 | |
| | | | ||||||
| * | | Use GtkStack for toolbar, fixes https://gitlab.com/inkscape/inkscape/issues/125 | Marc Jeanmougin | 2019-07-04 | 1 | -23/+11 | |
| | | | ||||||
| * | | Fix link export code | Marc Jeanmougin | 2019-07-04 | 2 | -6/+10 | |
| | | | ||||||
| * | | Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583 | Marc Jeanmougin | 2019-07-03 | 3 | -6/+45 | |
| | | | ||||||
| * | | Implement fixes/suggestions by Maren | Patrick Storz | 2019-07-03 | 1 | -51/+50 | |
| | | | ||||||
| * | | Add additional informational strings for --help output | Patrick Storz | 2019-07-03 | 1 | -0/+11 | |
| | | | ||||||
| * | | Refine option grouping | Patrick Storz | 2019-07-03 | 1 | -66/+69 | |
| | | | | | | | | | Includes some improvements and consistency fixes for help strings. | |||||
| * | | Allow option sections without a name (just outputs an empty line) | Patrick Storz | 2019-07-03 | 2 | -3/+7 | |
| | | | ||||||
| * | | Avoid outputting control characters to non-tty destinations. | Patrick Storz | 2019-07-03 | 1 | -0/+11 | |
| | | | ||||||
| * | | Group command line options in --help output | Patrick Storz | 2019-07-03 | 2 | -41/+60 | |
| | | | | | | | | | | | | | | | This implements a workaround for functionality that seems to be missing in glib/gtk: We add the group headers as additional option entries and modify their short name to produce the desired output. | |||||
| * | | Crashfix SIOX Trace (free memory properly) | Nathan Lee | 2019-07-03 | 1 | -2/+1 | |
| | | | | | | | | | https://gitlab.com/inkscape/inkscape/issues/293 | |||||
| * | | Crashfix when importing/selecting large png | Nathan Lee | 2019-07-02 | 2 | -3/+3 | |
| | | | | | | | | | | | Uses size_t as per Thomas Holder's suggestion. Fixes gitlab.com/inkscape/inkscape/issues/192. | |||||
| * | | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 61 | -129/+129 | |
| | | | ||||||
| * | | Remove gimp ruler. | Tavmjong Bah | 2019-06-29 | 9 | -1613/+24 | |
| | | | ||||||
| * | | Make tick color the symbolic icon color if symbolic icons are used. | Tavmjong Bah | 2019-06-29 | 2 | -2/+2 | |
| | | | ||||||
| * | | Make ruler tickes line up with other GUI elements (e.g. grids). | Tavmjong Bah | 2019-06-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix rendering on high DPI screens. | Tavmjong Bah | 2019-06-29 | 2 | -8/+11 | |
| | | | ||||||
| * | | Reimplement ruler in C++. | Tavmjong Bah | 2019-06-29 | 5 | -5/+595 | |
| | | | ||||||
| * | | hatch.js | Valentin Ionita | 2019-06-28 | 8 | -11/+12395 | |
| | | | | | | | | | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project. | |||||
| * | | mesh.js update | Valentin Ionita | 2019-06-26 | 4 | -821/+1163 | |
| | | | | | | | | | | | | | | | Updated formatting and migrated to ES6 syntax for classes, variable declarations, arrow functions, iterators. Fixed variable redeclarations and undefined getComputedStyle, removed unnecessary escapes from RegEx. Used standardjs for linting, but kept the semicolons. | |||||
| * | | Fix coding style | Jabiertxof | 2019-06-24 | 2 | -13/+14 | |
| | | | ||||||
| * | | Fixes for scrolling on selectors and style dialogs | Jabiertxof | 2019-06-24 | 4 | -33/+160 | |
| | | | ||||||
| * | | Update pen tool path instantly on mode change | Nathan Lee | 2019-06-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Minor clean up of pen tool code | Nathan Lee | 2019-06-24 | 2 | -14/+2 | |
| | | | ||||||
| * | | Pen tool live update of green BPaths on Alt+Move | Nathan Lee | 2019-06-24 | 1 | -0/+1 | |
| | | | | | | | | | Regression fix gitlab.com/inkscape/inbox/issues/600 | |||||
| * | | fix mising changes in previous commit | Jabier Arraiza | 2019-06-23 | 2 | -5/+6 | |
| | | | ||||||
| * | | Fix coding style | Jabier Arraiza | 2019-06-23 | 2 | -9/+6 | |
| | | | ||||||
| * | | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 2019-06-23 | 14 | -103/+126 | |
| | | | ||||||
| * | | fix inbox#595 macOS NSApplicationBlockTermination | Thomas Holder | 2019-06-22 | 1 | -14/+27 | |
| | | | ||||||
| * | | fix inbox#537 macOS Window menu | Thomas Holder | 2019-06-22 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge branch 'fix-bbox-filter' of gitlab.com:octycs/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -3/+3 | |
| |\ \ | ||||||
| | * | | Fix bounding box cache invalidation for filters | octycs | 2019-06-20 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Ensure arena is released when the WMF failes to save | James Collier | 2019-06-20 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Display an error dialog when image is too large for WMF | James Collier | 2019-06-20 | 1 | -14/+27 | |
| | | | | ||||||
| * | | | Fix typo mentioned in #44 | James Collier | 2019-06-20 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscape | Marc Jeanmougin | 2019-06-20 | 13 | -64/+45 | |
| |\ \ \ | ||||||
| | * | | | Remove deprecated usage of custom Gtk::IconSize | Karl Cheng | 2019-06-16 | 2 | -25/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Custom Gtk::IconSize values have been deprecated since GTK 3.10. Also fix incorrect usage of pixel values to the Gtk::IconSize() constructor (introduced in de13793763), these are in fact meant to be enum values. Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8 | |||||
| | * | | | Remove custom tab order in Document Properties | Karl Cheng | 2019-06-16 | 2 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method for handling custom tab order in GTK (set_focus_chain) has been deprecated since GTK 3.24 with no direct replacement. I've decided to remove this code as the code did not seem to make any difference during testing: the tab order appeared to be the same. Regardless, 'Page -> Custom size' in Document Properties is the only place that it's used, so the impact should be fairly limited anyway. | |||||
| | * | | | Replace deprecated Gtk::Main::quit() call | Karl Cheng | 2019-06-16 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | As this should only be called in a console context, we can replace Gtk::Main::quit() with Gio::Application::quit(). | |||||
| | * | | | Replace deprecated Gtk::Menu::popup() -> popup_at_pointer() | Karl Cheng | 2019-06-16 | 2 | -15/+6 | |
| | | | | | ||||||
| | * | | | Remove deprecated gtk_adjustment_changed() call | Karl Cheng | 2019-06-16 | 2 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | As of GTK 3.18 this has been deprecated, it is no longer required. Also remove gtkmm equivalent Gtk::Adjustment::changed(). | |||||
| | * | | | Replace deprecated Gtk::Label numeric align values | Karl Cheng | 2019-06-16 | 1 | -3/+5 | |
| | | | | | ||||||
| | * | | | Replace deprecated Gtk::Misc functions | Karl Cheng | 2019-06-16 | 2 | -2/+3 | |
| | | | | | ||||||
| | * | | | Remove leftover GTK/gtkmm >= 3.16 check | Karl Cheng | 2019-06-16 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This was mostly done in 630be82740, but it seems this file was missed. Refs: https://gitlab.com/inkscape/inkscape/commit/630be8274013c5eef5f19e19a14bc6d759aada5a | |||||
| * | | | | Merge branch 'copypasta' of gitlab.com:nathanal/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -16/+19 | |
| |\ \ \ \ | ||||||
| | * | | | | Change TextPath to Text positioning | Nathan Lee | 2019-06-03 | 1 | -32/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses originalPath instead of bounding-box. Make positioning consistent with text that is not visible (too long for path). | |||||
| | * | | | | Crashfix deleting path with invisible text on path | Nathan Lee | 2019-06-03 | 1 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/491 | |||||
| * | | | | | Merge branch 'hope' of gitlab.com:nathanal/inkscape | Marc Jeanmougin | 2019-06-20 | 1 | -0/+2 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix blank toolbar on startup with custom dimensions | Nathan Lee | 2019-05-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug occurs with programmatic resize at startup Fixes https://gitlab.com/inkscape/inkscape/issues/125 | |||||
| * | | | | | | Merge branch 'refactoring' of gitlab.com:shlomif/inkscape | Marc Jeanmougin | 2019-06-20 | 15 | -234/+233 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
