| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start cleanup for merge into trunk | Liam P. White | 2014-03-07 | 12 | -1372/+31 |
| | | | | (bzr r13090.1.20) | ||||
| * | Fixed size of swatches widget | Liam P. White | 2014-03-06 | 1 | -1/+1 |
| | | | | (bzr r13090.1.19) | ||||
| * | Makefile fix | Liam P. White | 2014-03-06 | 1 | -1/+4 |
| | | | | (bzr r13090.1.18) | ||||
| * | Fixed some swatch sizes (what about the table?) | Liam P. White | 2014-03-05 | 1 | -8/+8 |
| | | | | (bzr r13090.1.17) | ||||
| * | Added new swatches dialog | Liam P. White | 2014-03-05 | 4 | -814/+203 |
| | | | | (bzr r13090.1.16) | ||||
| * | Added a few swatch related functions (does not compile) | Liam P. White | 2014-03-05 | 3 | -1/+248 |
| | | | | (bzr r13090.1.15) | ||||
| * | Added some basic swatch stuff (does not compile) | Liam P. White | 2014-03-04 | 2 | -937/+2156 |
| | | | | (bzr r13090.1.14) | ||||
| * | Remove tag dialog temporarily | Liam P. White | 2014-03-04 | 3 | -5/+21 |
| | | | | (bzr r13090.1.13) | ||||
| * | Merge to trunk | Liam P. White | 2014-03-04 | 7 | -33/+88 |
| |\ | | | | | (bzr r13090.1.12) | ||||
| | * | Stop tracking SPDocuments as they are deleted. | Jon A. Cruz | 2014-03-02 | 2 | -30/+75 |
| | | | | | | | (bzr r13095) | ||||
| | * | Avoid crashing when the document is set to NULL (upon cleanup, window ↵ | Jon A. Cruz | 2014-03-02 | 1 | -1/+4 |
| | | | | | | | | | | | closing, etc.) (bzr r13092) | ||||
| * | | Fixed path color when changed by Objects Dialog | Liam P. White | 2014-03-03 | 3 | -5/+6 |
| | | | | | | | (bzr r13090.1.11) | ||||
| * | | Fix objects dialogue | Liam P. White | 2014-03-02 | 1 | -0/+3 |
| | | | | | | | (bzr r13090.1.9) | ||||
| * | | Updated to include (non-functional) Objects dialogue | Liam P. White | 2014-03-02 | 3 | -2/+75 |
| | | | | | | | (bzr r13090.1.6) | ||||
| * | | Experimental Ponyscape to Inkscape merge (does not compile) | Liam P. White | 2014-03-02 | 1 | -2/+7 |
| | | | | | | | (bzr r13090.1.4) | ||||
| * | | Experimental merge of Ponyscape to Inkscape trunk (does not compile) | Liam P. White | 2014-03-02 | 2 | -1/+5 |
| | | | | | | | (bzr r13090.1.3) | ||||
| * | | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 1 | -1/+11 |
| | | | | | | | (bzr r13090.1.2) | ||||
| * | | Experimental merge of Ponyscape features into trunk (will not compile) | Liam P. White | 2014-03-02 | 15 | -0/+5058 |
| |/ | | | (bzr r13090.1.1) | ||||
| * | Added some consts. Turned functions to member functions. | Markus Engel | 2014-03-02 | 16 | -1051/+973 |
| | | | | (bzr r13089) | ||||
| * | Fix for crash when cycle-selecting. | Markus Engel | 2014-03-01 | 2 | -39/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1270351 (bzr r13088) | ||||
| * | Fix for crashes on fast tool toggling. | Markus Engel | 2014-03-01 | 2 | -4/+18 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1265376 (bzr r13087) | ||||
| * | Spray tool: | Nicolas Dufour | 2014-02-28 | 1 | -32/+58 |
| | | | | | | | | * Partial patch (in sp_spray_dilate) for crashes explained in Bug #1274831. * Some minor style fixes (indentation). * Due to some remaining crashes, the Single path mode is disabled in Inkscape 0.91. (bzr r13077) | ||||
| * | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). | Nicolas Dufour | 2014-02-28 | 1 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074) | ||||
| * | remove some unnecessary copying/casting | Johan B. C. Engelen | 2014-02-27 | 1 | -4/+4 |
| | | | | (bzr r13070) | ||||
| * | swatches dialog: remove unused code part. cleanup some code | Johan B. C. Engelen | 2014-02-27 | 1 | -7/+3 |
| | | | | (bzr r13069) | ||||
| * | swatches dialog: properly reference count the reference to SPDocument in ↵ | Johan B. C. Engelen | 2014-02-27 | 1 | -1/+2 |
| | | | | | | | | | timer object. Fixes crash reported in comment #6 of bug 1284391! Fixed bugs: - https://launchpad.net/bugs/1284391 (bzr r13068) | ||||
| * | Added template functions as a casting-macro replacement. | Markus Engel | 2014-02-26 | 1 | -1/+23 |
| | | | | (bzr r13061) | ||||
| * | Made constructors of tools use initializer lists. | Markus Engel | 2014-02-26 | 33 | -514/+402 |
| | | | | (bzr r13060) | ||||
| * | Move filter reordering closer to the layers.cpp patern of reordering xml | Martin Owens | 2014-02-25 | 2 | -6/+7 |
| | | | | (bzr r13056) | ||||
| * | Fix infinite loop (?) by disabling saving the order of filters when they are ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -1/+6 |
| | | | | | | | | | reordered by drag&drop in the filter editor dialog. (bug 1239296) Fixed bugs: - https://launchpad.net/bugs/1239296 (bzr r13055) | ||||
| * | inspired by r13052, fix up the code to hopefully work when someone has ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -14/+18 |
| | | | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053) | ||||
| * | fix typos in page-sizer (Bug 1240308) | Alvin Penner | 2014-02-24 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052) | ||||
| * | Fix for selcue settings. | Markus Engel | 2014-02-23 | 5 | -0/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051) | ||||
| * | offset of viewBox on document unit change (Bug 1280684) | Alvin Penner | 2014-02-22 | 1 | -1/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1280684 (bzr r13050) | ||||
| * | Symbols dialog: update currentDesktop and currentDocument when document ↵ | Tavmjong Bah | 2014-02-21 | 1 | -1/+3 |
| | | | | | | replaced. (bzr r13048) | ||||
| * | Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent ↵ | Nicolas Dufour | 2014-02-19 | 1 | -3/+2 |
| | | | | | | | | | searches). Fixed bugs: - https://launchpad.net/bugs/1281104 (bzr r13042) | ||||
| * | scaling of viewBox on document unit change (Bug 1236257) | Alvin Penner | 2014-02-17 | 1 | -3/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r13034) | ||||
| * | Fix console messages (see Bug #879058 - Spray Single Path Mode includes ↵ | Nicolas Dufour | 2014-02-16 | 1 | -16/+8 |
| | | | | | | | | | original object). Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13031) | ||||
| * | Fix for Bug #879058 (Spray Single Path Mode includes original object). | Nicolas Dufour | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13011) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 3 | -10/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Fix for Bug #1250685 (Unnecessary gender-specific terms in code). | Nicolas Dufour | 2014-02-05 | 1 | -28/+28 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1250685 (bzr r12997) | ||||
| * | Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after ↵ | Nicolas Dufour | 2014-02-04 | 1 | -1/+6 |
| | | | | | | tool-switch). (bzr r12996) | ||||
| * | Fix some formatting problems and add formatting info at end of file. | Tavmjong Bah | 2014-02-01 | 1 | -60/+74 |
| | | | | (bzr r12992) | ||||
| * | Fix spacing/remove tabs and eliminate extra conditional. | Martin Owens | 2014-01-31 | 1 | -10/+8 |
| | | | | (bzr r12989) | ||||
| * | Prevent crash if a symbols file does not have a title. | Tavmjong Bah | 2014-01-30 | 1 | -1/+9 |
| | | | | (bzr r12985) | ||||
| * | Move dragging undo block from tools-base to canvas. Regarding bug #168695 | Martin Owens | 2014-01-21 | 2 | -8/+0 |
| | | | | (bzr r12967) | ||||
| * | cppcheck stuff | Kris De Gussem | 2014-01-20 | 2 | -7/+4 |
| | | | | (bzr r12963) | ||||
| * | Revert changes from r12959 and r12955, impliment new stratedgy to fix bug ↵ | Martin Owens | 2014-01-20 | 2 | -11/+8 |
| | | | | | | | | | #168695 Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12960) | ||||
| * | i18n. No need to translate strings with one single space. | Nicolas Dufour | 2014-01-19 | 1 | -1/+1 |
| | | | | (bzr r12958) | ||||
| * | Try another fix for the undo when dragging bug #168695 | Martin Owens | 2014-01-19 | 2 | -3/+12 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168695 (bzr r12955) | ||||
