summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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-16402-125/+207
|\| | | | |
| * | | | | 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
| | | | | |
| * | | | | Move icons into hicolor subdirectory. Theming should work if other ↵Tavmjong Bah2017-11-15390-7/+24
| | | | | | | | | | | | | | | | | | | | | | | | directories added.
| * | | | | Catch Gtk::IconThemeErrorTavmjong Bah2017-11-152-3/+15
| | | | | |
| * | | | | Misc. Typo fixesluzpaz2017-11-144-8/+8
| |/ / / / | | | | | | | | | | Follow up to #119
| * | | | 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-10215-25572/+22585
|\ \ \ \
| * | | | Removing regectsJabiertxo Arraiza Cenoz2017-11-104-1939/+0
| | | | |
| * | | | Add lock margins to document settingsJabiertxo Arraiza Cenoz2017-11-106-16/+1994
| | | | |
| * | | | Merge branch 'master' into fixSymbolsCpuProblemsJabiertxo Arraiza Cenoz2017-11-101-18269/+12888
| |\ \ \ \
| | * | | | Translations: Update Korean (ko) translationSensu Iun2017-11-101-18269/+12888
| | | | | |
| * | | | | 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-07165-286/+286
| |\| | | |
| | * | | | Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-07165-286/+286
| | |\ \ \ \
| | | * | | | Misc. typosUnknown2017-11-07165-286/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
| * | | | | | Fixes to CPUJabier Arraiza2017-11-072-4/+11
| |/ / / / /
| * | | | | Fixes to Filter DialogJabiertxo Arraiza Cenoz2017-11-061-13/+14
| | | | | |
| * | | | | Update about screen from 0.91+devel to 0.92+devel SVGJabier Arraiza2017-11-051-6539/+8141
| | | | | |
| * | | | | Add a few dependencies and a few configuration options including getting ↵Simon Wells2017-11-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | gettext working, this relies on PKG_CONFIG_USE_CMAKE_PREFIX_PATH being set in cmake
| * | | | | Change abs to std::abs to fix warningsSimon Wells2017-11-043-7/+7
| | | | | |
| * | | | | added braces as specified in the coding standardSimon Wells2017-11-041-3/+5
| | | | | |
| * | | | | Added setting to make pkg_config cmake_prefix_path variablesSimon Wells2017-11-041-0/+3
| | | | | |
| * | | | | Make color selector visible hover white backgrounds if the selected color is ↵Jabier Arraiza2017-11-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | opaque white
| * | | | | Fix typo crash buildingJabier Arraiza2017-11-041-1/+1
| | | | | |
| * | | | | Fix meessage parameter to allow min height requestJabier Arraiza2017-11-043-7/+22
| | | | | |