summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix compile error in livarotMarc Jeanmougin2016-04-111-11/+1
| | | (bzr r14774)
* [Bug #1545319] Failure to retrieve image resolution of PNGs with Units: ↵suv-lp2016-04-111-7/+71
| | | | | | | | Undefined (clang from Xcode 4.6.3). Fixed bugs: - https://launchpad.net/bugs/1545319 (bzr r14772)
* Patch for ninja check in cmake buildsShlomi Fish2016-04-091-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
* GTK3 fixsu_v2016-04-091-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14768)
* Provide tooltip for Selection set dialog tree area.Tavmjong Bah2016-04-081-1/+11
| | | | | Based on patch from Kamalpreet Grewal. (bzr r14767)
* Remove inkscape-specific glib clone function (and get rid of deprecated Glib ↵Marc Jeanmougin2016-04-081-38/+1
| | | | | | | | ScopedPtr use) Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14766)
* Bug #1552765 fixed Break Apart dont handle well stroke with in documents ↵Jabier Arraiza Cenoz2016-04-081-10/+4
| | | | | | | | different than px Fixed bugs: - https://launchpad.net/bugs/1552765 (bzr r14765)
* Add clickable link to www.inkscape.org to splash screen dialog.Kamalpreet Grewal2016-04-071-0/+12
| | | (bzr r14764)
* re-write rev 11457. (Bug 1557348)Alvin Penner2016-04-051-2/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1557348 (bzr r14763)
* avoid higher-order calculations if sbasis is cubic. (Bug 1559721)Alvin Penner2016-04-041-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1559721 (bzr r14762)
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-025-29/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* Remove unused variable warnings.Martin Owens2016-04-021-4/+0
| | | (bzr r14760)
* Fix crash on copying orphaned clonesMarc Jeanmougin2016-04-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1565272 (bzr r14759)
* Add icon for Live Path Effects dialog.insaner and su_v2016-04-021-1/+1
| | | (bzr r14758)
* Fix regression in swatch color selection and improve it by allowing drag to ↵Martin Owens2016-04-011-43/+5
| | | | | | | | change the swatch color too. Fixed bugs: - https://launchpad.net/bugs/1564597 (bzr r14757)
* Finish fixing bug 156221 ('line-height' with non-px scaling).Tavmjong Bah2016-03-301-1/+2
| | | (bzr r14753)
* Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).Tavmjong Bah2016-03-303-8/+23
| | | (bzr r14752)
* Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug ↵Eduard Braun2016-03-302-183/+171
| | | | | | | | | | | #1441437 (crashes when load multi page visio and select page 2 or more) Also clean up code to create dialog a bit and make dialog resizable. Fixed bugs: - https://launchpad.net/bugs/1395435 - https://launchpad.net/bugs/1441437 (bzr r14751)
* Fix bug #1548953 (Crash when SVG contains certain special chars)Eduard Braun2016-03-301-7/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1548953 (bzr r14750)
* Protect the color wheel from hue loss at a deeper level.Martin Owens2016-03-292-1/+5
| | | (bzr r14748)
* Fix bugs with the colour selector self-signaling on change.Martin Owens2016-03-292-4/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1462907 - https://launchpad.net/bugs/1249618 (bzr r14747)
* Revert revision #14156 because problems with offsets, see coments addedJabier Arraiza Cenoz2016-03-241-1/+3
| | | (bzr r14741)
* "Backport" some Krzysztof review parts of mirror symmetry LPE also hapens on ↵Jabier Arraiza Cenoz2016-03-241-12/+4
| | | | | rotate copies LPE (bzr r14740)
* Un-revert: Allow Unit object to do conversions, pipe Quality class method ↵Martin Owens2016-03-222-12/+30
| | | | | via that. (bzr r14739)
* Make sure adjustment is attached to spin buttonMartin Owens2016-03-221-0/+5
| | | (bzr r14738)
* Add prependUnit functionMartin Owens2016-03-222-0/+11
| | | (bzr r14737)
* Code cleanup. Removal of rogue copy of "create_adjustment_action".Martin Owens2016-03-221-84/+76
| | | (bzr r14736)
* More complete handling of units for 'line-height' in text toolbar.Tavmjong Bah2016-03-2215-285/+428
|\ | | | | (bzr r14735)
| * Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-228-67/+320
| | | | | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
| * Reverting 14701.Tavmjong Bah2016-03-1811-233/+125
| | | | | | (bzr r14716.1.2)
| * Revert 14707Tavmjong Bah2016-03-181-5/+3
| | | | | | (bzr r14716.1.1)
* | Correct typoRaphaël Bournhonesque2016-03-221-1/+1
| | | | | | (bzr r14733)
* | Some improvements and bugfixes to rotate copiesJabier Arraiza Cenoz2016-03-211-8/+4
| | | | | | (bzr r14730)
* | Fix a bug in rotate copies on apply over a ellipse when origin and end are ↵Jabier Arraiza Cenoz2016-03-201-4/+5
| | | | | | | | | | the center of rotation (bzr r14729)
* | Various minor bugfixes to rotate copiesJabier Arraiza Cenoz2016-03-201-1/+5
| | | | | | (bzr r14728)
* | [Bug #1558160] Move Script::file_listener methods to script.cpp source file.raphael02022016-03-202-42/+41
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558160 (bzr r14727)
* | Update status bar text and remove spare Geom Point variable.Martin Owens2016-03-201-8/+7
| | | | | | (bzr r14725)
* | Add advert tooltip message to copy rotateJabier Arraiza Cenoz2016-03-201-1/+1
| | | | | | (bzr r14724)
* | [Bug #1545332] Canvas context menu: allow grouping a single selection (same ↵suv-lp2016-03-201-1/+1
| | | | | | | | | | | | | | | | as menu, toolbar command). Fixed bugs: - https://launchpad.net/bugs/1545332 (bzr r14723)
* | Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-202-3/+20
| | | | | | (bzr r14721)
* | update to trunkJabier Arraiza Cenoz2016-03-193-14/+13
|\ \ | | | | | | (bzr r13708.1.46)
| * | Fix a problem with LPE on clips and paths making extremly slow on LPEJabier Arraiza Cenoz2016-03-193-14/+13
| | | | | | | | | (bzr r14719)
* | | update to trunkJabier Arraiza Cenoz2016-03-199-39/+41
|\| | | | | | | | (bzr r13708.1.45)
| * | Remove code of a semifixed bugJabier Arraiza Cenoz2016-03-181-7/+8
| | | | | | | | | (bzr r14718)
| * | Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵Jabier Arraiza Cenoz2016-03-183-10/+14
| |/ | | | | | | | | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717)
| * Fix writing of 'x' and 'y' attributes in multiline text via ↵Tavmjong Bah2016-03-181-2/+2
| | | | | | | | | | sodipode:role="line". (bzr r14716)
| * [Bug #1558177] Simplify if conditions in Script.cpp.raphael02022016-03-182-7/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558177 (bzr r14715)
| * [Bug #1558153] Typos and tabs instead of spaces in extension module.raphael02022016-03-163-22/+22
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1558153 (bzr r14713)
| * fix-bug-1557192. paint-order crash with multiple itemsJabier Arraiza Cenoz2016-03-151-3/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1557192 (bzr r14708)
| * Commit to using our stored units for now.Martin Owens2016-03-151-3/+5
| | | | | | (bzr r14707)