summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Mainloop fix for possible data loss if closing before save has completed.Mark Harmer2015-04-272-2/+5
| | |/ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/967416 (bzr r14060)
| * | removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin2015-04-274-6/+0
| | | | | | | | | (bzr r13922.1.16)
| * | mergingMarc Jeanmougin2015-04-265-19/+107
| |\| | | | | | | (bzr r13922.1.13)
| * | mergeMarc Jeanmougin2015-04-264-7/+25
| |\ \ | | | | | | | | (bzr r13922.1.12)
| * | | more cast cleanupMarc Jeanmougin2015-02-273-5/+3
| | | | | | | | | | | | (bzr r13922.1.11)
| * | | corrected the casts (hopefully)Marc Jeanmougin2015-02-279-11/+11
| | | | | | | | | | | | (bzr r13922.1.10)
| * | | added a set to the SelectionMarc Jeanmougin2015-02-192-6/+4
| | | | | | | | | | | | (bzr r13922.1.6)
| * | | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-197-13/+13
| | | | | | | | | | | | (bzr r13922.1.5)
| * | | At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-179-43/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-263-43/+39
|\ \ \ \ | | | | | | | | | | (bzr r14059.1.10)
| * | | | ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-2/+3
| | | | | | | | | | | | | | | (bzr r13341.6.52)
| * | | | moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-012-3/+2
| | | | | | | | | | | | | | | (bzr r13341.6.51)
| * | | | disconnecting in ParamColor destructorTomasz Boczkowski2014-06-011-1/+1
| | | | | | | | | | | | | | | (bzr r13341.6.47)
| * | | | Using SelectedColor in extenstion/param/colorTomasz Boczkowski2014-06-012-32/+28
| | | | | | | | | | | | | | | (bzr r13341.6.45)
* | | | | merged SPNotebook c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-0/+4
|\| | | | | | | | | | | | | | (bzr r14059.1.5)
| * | | | SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-0/+4
| | | | | | | | | | | | | | | (bzr r13341.6.28)
* | | | | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-253-14/+14
|\| | | | | |_|_|/ |/| | | (bzr r14059.1.2)
| * | | SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-273-14/+14
| | | | | | | | | | | | (bzr r13341.6.19)
| * | | SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski2014-05-261-2/+2
| | | | | | | | | | | | (bzr r13341.6.16)
* | | | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵Nicolas Dufour2015-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010)
* | | | Filters. Fix for Bug #790534 (Simulate color blindness/defects?).Nicolas Dufour2015-03-102-1/+77
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/790534 (bzr r13984)
* | | | Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson2015-03-071-0/+5
| | | | | | | | | | | | (bzr r13971)
* | | | Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh).Nicolas Dufour2015-03-021-17/+24
| |_|/ |/| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963)
* | | fix for bug 1425317mathog2015-02-254-7/+25
| |/ |/| | | (bzr r13947)
* | Bump Poppler dependency to 0.8.3Alex Valavanis2015-02-121-20/+0
| | | | | | (bzr r13917)
* | two typos in patch at rev 13914mathog2015-02-091-2/+2
| | | | | | (bzr r13915)
* | fix for bug 1419926mathog2015-02-092-26/+43
| | | | | | (bzr r13914)
* | fix for bug 1405292mathog2015-02-093-5/+5
| | | | | | (bzr r13913)
* | Fixing dead assignment and uninitialized argument value.Nicolas Dufour2015-02-071-1/+2
| | | | | | (bzr r13908)
* | Fix for Bug #437567 (PDF Save As dialog convert text to paths option is ↵Kence (casey.peel@gmail.com)2015-01-282-12/+21
| | | | | | | | | | | | | | | | confusing). Fixed bugs: - https://launchpad.net/bugs/437567 (bzr r13880)
* | Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2015-01-211-1/+1
| | | | | | (bzr r13867)
* | Fix EPS export area (Bug #1411208)su_v2015-01-171-5/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1411208 (bzr r13863)
* | static code analysis: initialisationKris De Gussem2014-12-281-3/+3
| | | | | | (bzr r13827)
* | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-218-8/+8
| | | | | | (bzr r13820)
* | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-215-7/+11
| | | | | | (bzr r13809)
* | Fix build with poppler 0.29.0 (Bug #1399811)su_v2014-12-111-6/+26
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794)
* | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-265-5/+5
| | | | | | | | | | by function. (bzr r13774)
* | Update to trunk r13766Liam P. White2014-11-263-7/+7
|\ \ | | | | | | (bzr r13341.5.24)
| * | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah2014-11-251-5/+5
| | | | | | | | | (bzr r13757)
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-242-2/+2
| | | | | | | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | | Update to trunk r13750Liam P. White2014-11-243-124/+152
|\| | | | | | | | (bzr r13341.5.23)
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-103-124/+152
| | | | | | | | | (bzr r13700)
* | | Update to trunk r13690Liam P. White2014-11-095-8/+8
|\| | | | | | | | (bzr r13341.5.22)
| * | fix potential nullptr deref.Johan B. C. Engelen2014-11-081-1/+1
| | | | | | | | | (bzr r13685)
| * | change default pdf import resolution to 96 dpiAlvin Penner2014-11-024-7/+7
| | | | | | | | | (bzr r13660)
* | | Update to trunk r13648Liam P. White2014-10-311-10/+11
|\| | | | | | | | (bzr r13341.5.19)
| * | Update to trunk r13625Liam P. White2014-10-191-10/+11
| |\ \ | | | | | | | | (bzr r13341.1.280)
| | * | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵Jon A. Cruz2014-10-181-10/+11
| | | | | | | | | | | | | | | | | | | | uninitialized value. (bzr r13622)
* | | | Update to experimental r13619Liam P. White2014-10-1813-206/+462
|\| | | | | | | | | | | (bzr r13341.5.18)
| * | | Update to trunk r13621Liam P. White2014-10-1712-174/+394
| |\| | | | | | | | | | (bzr r13341.1.278)