| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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 | 402 | -125/+207 | |
| |\| | | | | | ||||||
| | * | | | | | 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 | |
| | | | | | | | ||||||
| | * | | | | | Move icons into hicolor subdirectory. Theming should work if other ↵ | Tavmjong Bah | 2017-11-15 | 390 | -7/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | directories added. | |||||
| | * | | | | | Catch Gtk::IconThemeError | Tavmjong Bah | 2017-11-15 | 2 | -3/+15 | |
| | | | | | | | ||||||
| | * | | | | | Misc. Typo fixes | luzpaz | 2017-11-14 | 4 | -8/+8 | |
| | |/ / / / | | | | | | | | | | | Follow up to #119 | |||||
| | * | | | | 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 | 215 | -25572/+22585 | |
| |\ \ \ \ | ||||||
| | * | | | | 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 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' into fixSymbolsCpuProblems | Jabiertxo Arraiza Cenoz | 2017-11-10 | 1 | -18269/+12888 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Translations: Update Korean (ko) translation | Sensu Iun | 2017-11-10 | 1 | -18269/+12888 | |
| | | | | | | | ||||||
| | * | | | | | 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 | 165 | -286/+286 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'luzpaz/inkscape-typos' (!119) | Eduard Braun | 2017-11-07 | 165 | -286/+286 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | Misc. typos | Unknown | 2017-11-07 | 165 | -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 CPU | Jabier Arraiza | 2017-11-07 | 2 | -4/+11 | |
| | |/ / / / / | ||||||
| | * | | | | | Fixes to Filter Dialog | Jabiertxo Arraiza Cenoz | 2017-11-06 | 1 | -13/+14 | |
| | | | | | | | ||||||
| | * | | | | | Update about screen from 0.91+devel to 0.92+devel SVG | Jabier Arraiza | 2017-11-05 | 1 | -6539/+8141 | |
| | | | | | | | ||||||
| | * | | | | | Add a few dependencies and a few configuration options including getting ↵ | Simon Wells | 2017-11-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | gettext working, this relies on PKG_CONFIG_USE_CMAKE_PREFIX_PATH being set in cmake | |||||
| | * | | | | | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 3 | -7/+7 | |
| | | | | | | | ||||||
| | * | | | | | added braces as specified in the coding standard | Simon Wells | 2017-11-04 | 1 | -3/+5 | |
| | | | | | | | ||||||
| | * | | | | | Added setting to make pkg_config cmake_prefix_path variables | Simon Wells | 2017-11-04 | 1 | -0/+3 | |
| | | | | | | | ||||||
| | * | | | | | Make color selector visible hover white backgrounds if the selected color is ↵ | Jabier Arraiza | 2017-11-04 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | opaque white | |||||
| | * | | | | | Fix typo crash building | Jabier Arraiza | 2017-11-04 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | * | | | | | Fix meessage parameter to allow min height request | Jabier Arraiza | 2017-11-04 | 3 | -7/+22 | |
| | | | | | | | ||||||
