summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | fixes a few of jenkins warningsMarc Jeanmougin2015-05-0811-24/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14126)
| * | | | | | | | | | | | | | | | | | | Fixed the layer blendsMarc Jeanmougin2015-05-083-21/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14124)
| * | | | | | | | | | | | | | | | | | | fix for stl "remove"Marc Jeanmougin2015-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14123)
| * | | | | | | | | | | | | | | | | | | better fix, using std::remove instead of std::eraseMarc Jeanmougin2015-05-071-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14122)
| * | | | | | | | | | | | | | | | | | | fix crash when converting a group of objects to pathMarc Jeanmougin2015-05-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14121)
| * | | | | | | | | | | | | | | | | | | UI. Fix for Bug #1450877 (GUI glitch in Object Properties)Nicolas Dufour2015-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1450877 (bzr r14116)
| * | | | | | | | | | | | | | | | | | | show filter usage countRaphael Rosch2015-05-052-6/+29
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1169123 (bzr r14111)
| * | | | | | | | | | | | | | | | | | Fixed comparison function used in sortsMarc Jeanmougin2015-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14085)
| * | | | | | | | | | | | | | | | | | updated with trunkMarc Jeanmougin2015-04-2957-286/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | (bzr r13922.1.19)
| | * | | | | | | | | | | | | | | | | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-2757-286/+2
| | |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
| * | | | | | | | | | | | | | | | | removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-273-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.17)
| * | | | | | | | | | | | | | | | | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-272-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.16)
| * | | | | | | | | | | | | | | | | Just reread the entire diff against trunk. Given the diff size, i must have ↵Marc Jeanmougin2015-04-263-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15)
| * | | | | | | | | | | | | | | | | mergingMarc Jeanmougin2015-04-2631-539/+818
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.13)
| * | | | | | | | | | | | | | | | | mergeMarc Jeanmougin2015-04-2632-226/+116
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.12)
| * | | | | | | | | | | | | | | | | | more cast cleanupMarc Jeanmougin2015-02-2710-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.11)
| * | | | | | | | | | | | | | | | | | corrected the casts (hopefully)Marc Jeanmougin2015-02-2726-82/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.10)
| * | | | | | | | | | | | | | | | | | Merge, resolved conflictsMarc Jeanmougin2015-02-2313-174/+88
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.8)
| * | | | | | | | | | | | | | | | | | | added a set to the SelectionMarc Jeanmougin2015-02-193-20/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.6)
| * | | | | | | | | | | | | | | | | | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-1935-187/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.5)
| * | | | | | | | | | | | | | | | | | | I can't really understand why, but i can now launch inkscape without it ↵mc2015-02-183-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4)
| * | | | | | | | | | | | | | | | | | | Just...mc2015-02-1829-246/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2)
| * | | | | | | | | | | | | | | | | | | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-179-159/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* | | | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-04-222-35/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | (bzr r13645.1.83)
| * | | | | | | | | | | | | | | | | | | Replace GList by std::vectorTavmjong Bah2015-04-142-35/+25
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14057)
* | | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-04-1010-358/+372
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.81)
| * | | | | | | | | | | | | | | | | | Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz2015-04-109-350/+357
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14054)
| * | | | | | | | | | | | | | | | | Cleaned up cmake files to build successfully on Linux.Jon A. Cruz2015-04-081-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14045)
* | | | | | | | | | | | | | | | | | Update pathinfo class to allow piecewise and pathvector as input.Jabier Arraiza Cenoz2015-04-032-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a method on pointwise to allow update if degenerated curves in new path, not noticed by piecewises (bzr r13645.1.72)
* | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-04-021-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.71)
| * | | | | | | | | | | | | | | | | inicialice a header variableJabier Arraiza Cenoz2015-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14041)
* | | | | | | | | | | | | | | | | | Added documentation and fix to coding style.Jabier Arraiza Cenoz2015-04-012-65/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.66)
* | | | | | | | | | | | | | | | | | Move 2Geom work to a intermediate positon -helper-Jabier Arraiza Cenoz2015-04-012-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed dependency to helper/geom.h Now use a simple vector, not a vector of pairs of size_t and Satellite Getters and setters on Satellite removed Update store parameter to a more friendly string, like powerstroke Todo: Documentation and Fix coding style. (bzr r13645.1.63)
* | | | | | | | | | | | | | | | | | adding append modeJabier Arraiza Cenoz2015-03-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.54)
* | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-261-23/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.53)
| * | | | | | | | | | | | | | | | | Fix a bug introduced by me using path parameters in LPEJabier Arraiza Cenoz2015-03-231-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14030)
* | | | | | | | | | | | | | | | | | Fixed bug when deleting nodesJabier Arraiza Cenoz2015-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.51)
* | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-212-3/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.50)
| * | | | | | | | | | | | | | | | | Fix a bug in multi-path-manipulator and finish bspline refactorJabier Arraiza Cenoz2015-03-213-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14026)
| * | | | | | | | | | | | | | | | | Fix GTK3 build (typo).Tavmjong Bah2015-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14024)
* | | | | | | | | | | | | | | | | | Fixed bug whith mapsJabier Arraiza Cenoz2015-03-213-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.49)
* | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-216-48/+208
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.48)
| * | | | | | | | | | | | | | | | | Improve the cache system of bspline, "Correctly" show bspline weight power ↵Jabier Arraiza Cenoz2015-03-214-14/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on nodes and handles (bzr r14023)
| * | | | | | | | | | | | | | | | | Add GUI for 'viewBox'.Tavmjong Bah2015-03-212-22/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14022)
| * | | | | | | | | | | | | | | | | sp. fix seperateBryce Harrington2015-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14021)
* | | | | | | | | | | | | | | | | | fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz2015-03-213-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.46)
* | | | | | | | | | | | | | | | | | Added delete nodes/satellitesJabier Arraiza Cenoz2015-03-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.45)
* | | | | | | | | | | | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-199-15/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.44)
| * | | | | | | | | | | | | | | | | ui/tools: sp. fixes (cosmetic)Bryce Harrington2015-03-197-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14016)
| * | | | | | | | | | | | | | | | | Changed two SP_IS_LPE_ITEM callsJabier Arraiza Cenoz2015-03-181-16/+22
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14013)