summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | libuemf: sync with upstream version 0.2.5Eduard Braun2017-11-253-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/inkscapeMarc Jeanmougin2017-11-221-1/+0
| |\ \ \ \
| | * | | | Remove missed part from the core doxygen-main fileMois Moshev2017-11-141-10/+0
| | | | | |
| | * | | | Add configuration to build python extension docs with doxygenMois Moshev2017-11-141-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 Braun2017-11-211-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 documentEduard Braun2017-11-203-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 pathsJabier Arraiza2017-11-225-51/+71
| | | | | |
* | | | | | Smoothing start and endJabiertxo Arraiza Cenoz2017-11-203-39/+70
| | | | | |
* | | | | | Working on coontinuing pathsJabier Arraiza2017-11-198-191/+173
| | | | | |
* | | | | | Working on fix smooth drawJabier Arraiza2017-11-197-125/+146
| | | | | |
* | | | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-11-172-14/+27
|\| | | | |
| * | | | | More memleaks fixesJabiertxo Arraiza Cenoz2017-11-171-4/+8
| | | | | |
| * | | | | Fix memleaks and double call to title() in a recursive function in Symbols ↵Jabiertxo Arraiza Cenoz2017-11-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Dialog
| * | | | | Add missing mappings.Tavmjong Bah2017-11-171-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 simplificationJabiertxo Arraiza Cenoz2017-11-171-17/+3
| | | | | |
| * | | | | Fix a bug pointed by suv when the title of a symbol has duplicatesJabier Arraiza2017-11-161-15/+24
| | | | | |
| * | | | | Fix last bug pointed by Eduard Brawn in MR 126Jabier Arraiza2017-11-161-13/+13
| | | | | |
* | | | | | Merge branch 'master' into powerpencilIIJabier Arraiza2017-11-168-110/+175
|\| | | | |
| * | | | | Add labelJabiertxo Arraiza Cenoz2017-11-161-1/+1
| | | | | |
| * | | | | Merge branch 'master' into DocPropsMarginImprovementsJabiertxo Arraiza Cenoz2017-11-163-67/+90
| |\ \ \ \ \
| | * | | | | Fix title problemsJabiertxo Arraiza Cenoz2017-11-162-26/+41
| | | | | | |
| | * | | | | Working on fixJabier Arraiza2017-11-163-53/+61
| | | | | | |
| * | | | | | Add tooggle icon button intead checkboxJabiertxo Arraiza Cenoz2017-11-162-13/+25
| |/ / / / /
| * | | | | Fix unincilizated value that not work in release mode. also remove duplicate ↵Jabiertxo Arraiza Cenoz2017-11-152-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | variable
| * | | | | Add auto update margins on checkbuttonJabiertxo Arraiza Cenoz2017-11-152-3/+29
| | | | | |
| * | | | | Catch Gtk::IconThemeErrorTavmjong Bah2017-11-152-3/+15
| |/ / / /
| * | | | Don't set a default 'font-size' when copying text if one is not set.Tavmjong Bah2017-11-141-2/+5
| | | | | | | | | | | | | | | | | | | | Fixes bug reported by crogers when pasting into flowed text.
| * | | | Symbols: Fix uninitialized variable and some minor consistency fixesEduard Braun2017-11-131-19/+9
| | | | |
* | | | | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-2/+4
| | | | |
* | | | | Some improvements to redrawJabiertxo Arraiza Cenoz2017-11-141-28/+47
| | | | |
* | | | | Merge branch 'master' into powerpencilIIJabiertxo Arraiza Cenoz2017-11-136-54/+37
|\| | | |
| * | | | SPMeshArray: fix a crash when dragging control pointsStefano Facchini2017-11-131-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 Facchini2017-11-133-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 toolStefano Facchini2017-11-133-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 refactorJabiertxo Arraiza Cenoz2017-11-133-101/+105
| | | | |
* | | | | Added speed improbementsJabier Arraiza2017-11-123-49/+67
| | | | |
* | | | | Base refactorJabier Arraiza2017-11-126-150/+201
|/ / / /
* | | | Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-10164-686/+1365
|\ \ \ \
| * | | | Removing regectsJabiertxo Arraiza Cenoz2017-11-104-1939/+0
| | | | |
| * | | | Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-106-16/+1994
| | | | |
| * | | | Add eduard improvementsJabiertxo Arraiza Cenoz2017-11-101-4/+4
| | | | |
| * | | | Start working on Eduard improvementsJabier Arraiza2017-11-101-18/+24
| | | | |
| * | | | Now symbols are sortedJabier Arraiza2017-11-082-16/+23
| | | | |
| * | | | Refactor and order of document listJabier Arraiza2017-11-082-189/+179
| | | | |
| * | | | Fixes CPU problemsJabier Arraiza2017-11-081-0/+5
| | | | |
| * | | | Reducing the risk of ocureences of 100% CPU bugJabier Arraiza2017-11-081-6/+7
| | | | |
| * | | | Working on CPU issuesJabier Arraiza2017-11-072-35/+34
| | | | |
| * | | | Merge branch 'master' into fixSymbolsCpuProblemsJabier Arraiza2017-11-07121-210/+210
| |\ \ \ \
| | * \ \ \ Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-07121-210/+210
| | |\ \ \ \
| | | * | | | Misc. typosUnknown2017-11-07121-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 ```