summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Stop crash on binary path division (flatpak)Nathan Lee2019-04-251-1/+1
| * | | fix #158 crash on exit w/ layer dialogThomas Holder2019-04-251-0/+1
| * | | Change Alpha slider max from 255 to 100Nathan Lee2019-04-253-16/+3
| * | | fix #175 crash with mask in <style>Thomas Holder2019-04-241-2/+6
| * | | Fix commandline page selection page selection and allow to select poppler in cmdMarc Jeanmougin2019-04-244-2/+28
| * | | Add comment, rename functionMarc Jeanmougin2019-04-243-5/+16
| * | | Add second Tav fixMarc Jeanmougin2019-04-241-1/+16
| * | | Fix style and line detectionMarc Jeanmougin2019-04-242-4/+5
| * | | Removes style on empty linesMarc Jeanmougin2019-04-243-0/+26
| * | | Keep Document Grid spacing on change and saveNathan Lee2019-04-242-21/+21
| * | | Tentative fix for poppler 0.76Marc Jeanmougin2019-04-242-1/+8
| * | | Fix center alignment errors in flowed text due to white space between element...Tavmjong Bah2019-04-241-1/+2
* | | | Fix disappearing and antialiasing of grid linesDiederik van Lierop2019-04-302-7/+14
|/ / /
* | | Fix bug in previous mergeJabier Arraiza2019-04-201-15/+15
* | | fix compilingJabier Arraiza2019-04-201-2/+2
* | | Fix compiling issueJabier Arraiza2019-04-202-3/+3
* | | Rename files to fit better his functionJabier Arraiza2019-04-208-1764/+1764
* | | Make it clear to translators: do not translate these variables.Gyuris Gellért2019-04-181-0/+1
* | | Remove unimplemented Find Dialog (obsolete)Nathan Lee2019-04-182-6/+0
* | | fix inbox#380 Rotation center flipped with y-axisThomas Holder2019-04-171-3/+10
* | | Regression fix (update paths when dragging nodes)Nathan Lee2019-04-161-2/+5
* | | Restore select toolbar lock buttonNathan Lee2019-04-152-0/+4
|/ /
* | Prevent buffer overflow in svg transformation reading; lp:1047524Ralf Engels2019-04-151-1/+1
* | Make sure Layout.wrap_mode is initialized and defined.Tavmjong Bah2019-04-152-3/+6
* | Fix for line positioning in wrapped multi-line text.Tavmjong Bah2019-04-152-1/+6
* | Fix nullptr deref after connector deleteBryce Harrington2019-04-141-2/+6
* | Filter effects dialog UI made more consistentNathan Lee2019-04-131-2/+2
* | Cursor changes with Guides updated (UI)Nathan Lee2019-04-131-1/+5
* | Ask user whether to reassign already used shortcutsPatrick Storz2019-04-101-1/+20
* | Prevent segmentation fault when editing flow text missing <flowPara>.Tavmjong Bah2019-04-101-2/+21
* | Fix segfault when inkscape is started more than once in single app mode.Tavmjong Bah2019-04-101-1/+1
* | LPE mirror symmetry: Clarify some stringsPatrick Storz2019-04-091-14/+14
* | Style fixMarc Jeanmougin2019-04-095-7/+7
* | Make the Inkscape application run as a single instance... expect if --gapplic...Tavmjong Bah2019-04-081-1/+5
* | Fix build with WITH_DBUS.Shlomi Fish2019-04-071-1/+1
* | Remove trailing whitespace.Tavmjong Bah2019-04-071-34/+34
* | Move signal functions to end, matches order in header file.Tavmjong Bah2019-04-071-102/+99
* | More document.h cleanup.Tavmjong Bah2019-04-0623-153/+125
* | CMake: Fix module FindDoubleConversion.cmakePatrick Storz2019-04-051-2/+2
* | More cleanup of document.h.Tavmjong Bah2019-04-055-26/+26
* | Fix indentating.Tavmjong Bah2019-04-051-100/+110
* | Reorganize document.h.Tavmjong Bah2019-04-044-163/+228
* | Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz2019-04-025-11/+11
* | Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz2019-04-025-14/+14
* | Add new lib2geom dependency: "double-conversion"Patrick Storz2019-04-021-0/+2
* | 2geom: update to 7e3b3f75023c7c69fd085574cfaa46de0213bbbcPatrick Storz2019-04-0218-3644/+55
* | Update CMakeLists.txtshaharyaar2019-04-021-1/+1
* | Realign and reorder guides UINathan Lee2019-04-023-9/+46
* | Tidy UI for Object Properties/AttributesNathan Lee2019-04-022-11/+12
* | Tidy various dialog UIsNathan Lee2019-04-0225-208/+337