| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename to avoid name clashes. | Shlomi Fish | 2019-05-12 | 1 | -2/+2 |
| | | |||||
| * | Extract the TagEmitter.append method. | Shlomi Fish | 2019-05-12 | 1 | -41/+39 |
| | | | | | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://refactoring.com/catalog/extractMethod.html * https://en.wikipedia.org/wiki/Code_refactoring * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. | ||||
| * | Extract a common expression into a variable/const. | Shlomi Fish | 2019-05-12 | 1 | -63/+64 |
| | | | | | | | | | | | | | This is Refactoring / code cleanup. See: * https://www.refactoring.com/ * https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/ Some small optimisations may have slipped in as well. | ||||
| * | Remove support for saving as JavaFX 1.x script (*.fx) | Karl Cheng | 2019-05-10 | 5 | -1144/+12 |
| | | | | | | | | | | | | | | JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608 | ||||
| * | Fix opening of files on Windows (and possibly elsewhere) | Patrick Storz | 2019-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | What we pass as "uri" is not an URI, it usually seems to be a file path, so we were lucky it "accidentally" used to work before. Replace Gio::File::create_for_uri with Gio::File::create_for_commandline_arg which should handle both URIs and absolute paths reliably. | ||||
| * | Fix commandline page selection page selection and allow to select poppler in cmd | Marc Jeanmougin | 2019-04-24 | 1 | -0/+3 |
| | | |||||
| * | Tentative fix for poppler 0.76 | Marc Jeanmougin | 2019-04-24 | 2 | -1/+8 |
| | | |||||
| * | Style fix | Marc Jeanmougin | 2019-04-09 | 3 | -5/+5 |
| | | |||||
| * | Fix build with WITH_DBUS. | Shlomi Fish | 2019-04-07 | 1 | -1/+1 |
| | | | | | There was a use of a private. | ||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 6 | -7/+7 |
| | | |||||
| * | Fix indentating. | Tavmjong Bah | 2019-04-05 | 1 | -100/+110 |
| | | |||||
| * | Reorganize document.h. | Tavmjong Bah | 2019-04-04 | 1 | -1/+1 |
| | | |||||
| * | Tidy various dialog UIs | Nathan Lee | 2019-04-02 | 2 | -6/+13 |
| | | |||||
| * | script.cpp: more cleanup | Patrick Storz | 2019-03-29 | 1 | -32/+19 |
| | | |||||
| * | script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8 | Patrick Storz | 2019-03-29 | 1 | -7/+0 |
| | | |||||
| * | Drop "RegistryTool" which is no longer in use. | Patrick Storz | 2019-03-29 | 1 | -1/+0 |
| | | |||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 4 | -16/+0 |
| | | |||||
| * | Extensions/Filters: Fix translations of submenu names | Patrick Storz | 2019-03-24 | 1 | -2/+1 |
| | | | | | | Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/42 | ||||
| * | Make InkscapeApplication responsible for managing documents and windows. | Tavmjong Bah | 2019-03-15 | 1 | -3/+12 |
| | | | | | Any change from previous behavior is a bug. | ||||
| * | Fix wmf/emf file opening and embed missing font config data. | Martin Owens | 2019-03-06 | 4 | -65/+25 |
| | | |||||
| * | Revert modal fix to fix #108 | Martin Owens | 2019-03-05 | 1 | -2/+2 |
| | | |||||
| * | Extensions: Use wperl as default perl interpreter on Windows | Patrick Storz | 2019-02-26 | 1 | -1/+2 |
| | | | | | | | | | | | | This is the "GUI" version of the executable that does not have a console attached to itself and therefore doesn't flash a terminal whenever it's called by an extension. Functionality should be identical otherwise. Fixed issues: - https://gitlab.com/inkscape/inkscape/issues/66 | ||||
| * | Fix build | Alexander Valavanis | 2019-02-23 | 1 | -3/+3 |
| | | |||||
| * | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 5 | -12/+12 |
| | | | | | Makes searching through code for them easier. | ||||
| * | Fix incorrect string literal comparisons | Karl Cheng | 2019-02-19 | 1 | -2/+2 |
| | | |||||
| * | Modal should not be active for live-preview (reverse modal) | Martin Owens | 2019-01-24 | 1 | -2/+2 |
| | | |||||
| * | Fix some typos and syntax errors | Mattia Rizzolo | 2019-01-22 | 1 | -1/+1 |
| | | | | | | | | | | Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo <mattia@mapreri.org> | ||||
| * | fix compilation with HAVE_CAIRO_PDF=0 | Thomas Holder | 2019-01-18 | 5 | -14/+12 |
| | | |||||
| * | Remove confusing and broken save as PNG option | Marc Jeanmougin | 2019-01-17 | 4 | -185/+0 |
| | | |||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 71 | -71/+71 |
| | | |||||
| * | protect includes in c file | Marc Jeanmougin | 2019-01-02 | 1 | -5/+5 |
| | | |||||
| * | modernize: add overrides | Marc Jeanmougin | 2019-01-02 | 37 | -76/+76 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 18 | -78/+66 |
| | | |||||
| * | Round-trip SVG 2 flowed text with SVG 1.1 backup. | Tavmjong Bah | 2018-12-14 | 1 | -44/+62 |
| | | |||||
| * | DocumentUndo::ScopedInsensitive | Thomas Holder | 2018-12-14 | 1 | -9/+3 |
| | | |||||
| * | Fix license in new files | Marc Jeanmougin | 2018-12-09 | 2 | -1/+2 |
| | | |||||
| * | fix poppler 0.72.0 build | Thomas Holder | 2018-12-09 | 2 | -1/+4 |
| | | |||||
| * | Add some SVG 2 fallbacks: | Tavmjong Bah | 2018-12-07 | 4 | -5/+1385 |
| | | | | | | | * Meshes (fill only) * Markers: auto-start-reverse, context-stroke/fill * Text | ||||
| * | Fix FTBFS with dbus | Alexander Valavanis | 2018-11-18 | 2 | -2/+2 |
| | | |||||
| * | Fix stream class locations | Alexander Valavanis | 2018-11-18 | 3 | -4/+3 |
| | | |||||
| * | Fix format string | Alexander Valavanis | 2018-11-16 | 1 | -1/+1 |
| | | |||||
| * | fix compiling on macOS | Thomas Holder | 2018-11-10 | 3 | -3/+3 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 236 | -333/+610 |
| | | | | | | | - 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 | ||||
| * | fix bug 1793940 ODG image export | Thomas Holder | 2018-11-07 | 2 | -57/+30 |
| | | | | | | Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | ||||
| * | fix clipboard URL rebasing | Thomas Holder | 2018-11-07 | 5 | -3/+14 |
| | | |||||
| * | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 2018-11-06 | 2 | -56/+78 |
| | | |||||
| * | fix poppler 0.71.0 build. | Bartłomiej Szczepaniak | 2018-11-06 | 1 | -0/+6 |
| | | |||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -3/+1 |
| | | |||||
| * | cleanup: remove Base64OutputStream | Thomas Holder | 2018-10-29 | 1 | -20/+8 |
| | | | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase. | ||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 1 | -2/+1 |
| | | |||||
