| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | libuemf: sync with upstream version 0.2.5 | Eduard Braun | 2017-11-25 | 3 | -68/+431 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (we were already in sync but the readme did not reflect that) Only code change: wmf_free was renamed to uwmf_free in uwmf.h/c to prevent name conflict, see https://bugs.launchpad.net/inkscape/+bug/1616844 | |||||
| | * | | | | Merge branch 'doxygen-separate' of gitlab.com:monomon/inkscape | Marc Jeanmougin | 2017-11-22 | 1 | -1/+0 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Remove missed part from the core doxygen-main file | Mois Moshev | 2017-11-14 | 1 | -10/+0 | |
| | | | | | | | ||||||
| | | * | | | | Add configuration to build python extension docs with doxygen | Mois Moshev | 2017-11-14 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files | |||||
| | * | | | | | Two fixes (should work on Linux now) | Eduard Braun | 2017-11-21 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - do not call cairo_show_page as the GtkPrintOperation seems to do that internally (calling it manually will emit the current page, clear it, and the cleared page seems to be emitted in error later) - we can (and should) still call cairo_surface_destroy as it's doing reference counting internally (we increase the reference count in CairoRenderContext::setSurfaceTarget) and won't actually destroy anything until the count reaches zero | |||||
| | * | | | | | Fix printing multiple copies of a document | Eduard Braun | 2017-11-20 | 3 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously only the first page was printed properly, all following pages were either blank or were not printed at all. This was caused by finishing/destroying the cairo surface of the cairo context associated with the GtkPrintContext used for printing which made it impossible to draw to it for any consecutive page Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1733424 - https://bugs.launchpad.net/inkscape/+bug/490866 | |||||
| * | | | | | | Working on continuous paths | Jabier Arraiza | 2017-11-22 | 5 | -51/+71 | |
| | | | | | | | ||||||
| * | | | | | | Smoothing start and end | Jabiertxo Arraiza Cenoz | 2017-11-20 | 3 | -39/+70 | |
| | | | | | | | ||||||
| * | | | | | | Working on coontinuing paths | Jabier Arraiza | 2017-11-19 | 8 | -191/+173 | |
| | | | | | | | ||||||
| * | | | | | | Working on fix smooth draw | Jabier Arraiza | 2017-11-19 | 7 | -125/+146 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-11-17 | 2 | -14/+27 | |
| |\| | | | | | ||||||
| | * | | | | | More memleaks fixes | Jabiertxo Arraiza Cenoz | 2017-11-17 | 1 | -4/+8 | |
| | | | | | | | ||||||
| | * | | | | | Fix memleaks and double call to title() in a recursive function in Symbols ↵ | Jabiertxo Arraiza Cenoz | 2017-11-17 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Dialog | |||||
| | * | | | | | Add missing mappings. | Tavmjong Bah | 2017-11-17 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: This file does not appear to be used but is useful for scripts that extract icons from old files which contain the entire set of icons. Actual mapping is handled in 0.92.x and earlier by the now removed src/widgets/icon.cpp file. | |||||
| | * | | | | | Code simplification | Jabiertxo Arraiza Cenoz | 2017-11-17 | 1 | -17/+3 | |
| | | | | | | | ||||||
| | * | | | | | Fix a bug pointed by suv when the title of a symbol has duplicates | Jabier Arraiza | 2017-11-16 | 1 | -15/+24 | |
| | | | | | | | ||||||
| | * | | | | | Fix last bug pointed by Eduard Brawn in MR 126 | Jabier Arraiza | 2017-11-16 | 1 | -13/+13 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into powerpencilII | Jabier Arraiza | 2017-11-16 | 8 | -110/+175 | |
| |\| | | | | | ||||||
| | * | | | | | Add label | Jabiertxo Arraiza Cenoz | 2017-11-16 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' into DocPropsMarginImprovements | Jabiertxo Arraiza Cenoz | 2017-11-16 | 3 | -67/+90 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Fix title problems | Jabiertxo Arraiza Cenoz | 2017-11-16 | 2 | -26/+41 | |
| | | | | | | | | ||||||
| | | * | | | | | Working on fix | Jabier Arraiza | 2017-11-16 | 3 | -53/+61 | |
| | | | | | | | | ||||||
| | * | | | | | | Add tooggle icon button intead checkbox | Jabiertxo Arraiza Cenoz | 2017-11-16 | 2 | -13/+25 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix unincilizated value that not work in release mode. also remove duplicate ↵ | Jabiertxo Arraiza Cenoz | 2017-11-15 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | variable | |||||
| | * | | | | | Add auto update margins on checkbutton | Jabiertxo Arraiza Cenoz | 2017-11-15 | 2 | -3/+29 | |
| | | | | | | | ||||||
| | * | | | | | Catch Gtk::IconThemeError | Tavmjong Bah | 2017-11-15 | 2 | -3/+15 | |
| | |/ / / / | ||||||
| | * | | | | Don't set a default 'font-size' when copying text if one is not set. | Tavmjong Bah | 2017-11-14 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Fixes bug reported by crogers when pasting into flowed text. | |||||
| | * | | | | Symbols: Fix uninitialized variable and some minor consistency fixes | Eduard Braun | 2017-11-13 | 1 | -19/+9 | |
| | | | | | | ||||||
| * | | | | | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | Some improvements to redraw | Jabiertxo Arraiza Cenoz | 2017-11-14 | 1 | -28/+47 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into powerpencilII | Jabiertxo Arraiza Cenoz | 2017-11-13 | 6 | -54/+37 | |
| |\| | | | | ||||||
| | * | | | | SPMeshArray: fix a crash when dragging control points | Stefano Facchini | 2017-11-13 | 1 | -18/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It used to work with the old GSList code because objects where prepended instead of appended, so they were freed in the "right" order. But actually it's enough to delete the row objects, the children are then automatically deleted. | |||||
| | * | | | | Unset the current tool early on shutdown. | Stefano Facchini | 2017-11-13 | 3 | -9/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit, when the application is terminated we call the ::finish() method for the current tool, only after deleting the selection and other objects. But it may happen that the tool's finish() assume that the selection is still alive, making the application crash. (For instance, with the Bezier tool when the path is still not closed). Instead, unset the current tool early, when the Desktop object is removed from the application, before calling its ::destroy() method. | |||||
| | * | | | | Refactor SPDesktop::setEventContext to allow for unsetting the current tool | Stefano Facchini | 2017-11-13 | 3 | -27/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Passing the empty string as toolName has the effect of unsetting and freeing the current tool. This will be used in a future commit. | |||||
| * | | | | | Working refactor | Jabiertxo Arraiza Cenoz | 2017-11-13 | 3 | -101/+105 | |
| | | | | | | ||||||
| * | | | | | Added speed improbements | Jabier Arraiza | 2017-11-12 | 3 | -49/+67 | |
| | | | | | | ||||||
| * | | | | | Base refactor | Jabier Arraiza | 2017-11-12 | 6 | -150/+201 | |
| |/ / / / | ||||||
| * | | | | Merge branch 'master' into powerpencil | Jabiertxo Arraiza Cenoz | 2017-11-10 | 164 | -686/+1365 | |
| |\ \ \ \ | ||||||
| | * | | | | Removing regects | Jabiertxo Arraiza Cenoz | 2017-11-10 | 4 | -1939/+0 | |
| | | | | | | ||||||
| | * | | | | Add lock margins to document settings | Jabiertxo Arraiza Cenoz | 2017-11-10 | 6 | -16/+1994 | |
| | | | | | | ||||||
| | * | | | | Add eduard improvements | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -4/+4 | |
| | | | | | | ||||||
| | * | | | | Start working on Eduard improvements | Jabier Arraiza | 2017-11-10 | 1 | -18/+24 | |
| | | | | | | ||||||
| | * | | | | Now symbols are sorted | Jabier Arraiza | 2017-11-08 | 2 | -16/+23 | |
| | | | | | | ||||||
| | * | | | | Refactor and order of document list | Jabier Arraiza | 2017-11-08 | 2 | -189/+179 | |
| | | | | | | ||||||
| | * | | | | Fixes CPU problems | Jabier Arraiza | 2017-11-08 | 1 | -0/+5 | |
| | | | | | | ||||||
| | * | | | | Reducing the risk of ocureences of 100% CPU bug | Jabier Arraiza | 2017-11-08 | 1 | -6/+7 | |
| | | | | | | ||||||
| | * | | | | Working on CPU issues | Jabier Arraiza | 2017-11-07 | 2 | -35/+34 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into fixSymbolsCpuProblems | Jabier Arraiza | 2017-11-07 | 121 | -210/+210 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 121 | -210/+210 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Misc. typos | Unknown | 2017-11-07 | 121 | -210/+210 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | |||||
