| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | Mainloop fix for possible data loss if closing before save has completed. | Mark Harmer | 2015-04-27 | 2 | -2/+5 | |
| | | |/ | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/967416 (bzr r14060) | |||||
| | * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 4 | -6/+0 | |
| | | | | | | | | | | (bzr r13922.1.16) | |||||
| | * | | merging | Marc Jeanmougin | 2015-04-26 | 5 | -19/+107 | |
| | |\| | | | | | | | (bzr r13922.1.13) | |||||
| | * | | merge | Marc Jeanmougin | 2015-04-26 | 4 | -7/+25 | |
| | |\ \ | | | | | | | | | (bzr r13922.1.12) | |||||
| | * | | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 3 | -5/+3 | |
| | | | | | | | | | | | | | (bzr r13922.1.11) | |||||
| | * | | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 9 | -11/+11 | |
| | | | | | | | | | | | | | (bzr r13922.1.10) | |||||
| | * | | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 2 | -6/+4 | |
| | | | | | | | | | | | | | (bzr r13922.1.6) | |||||
| | * | | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 7 | -13/+13 | |
| | | | | | | | | | | | | | (bzr r13922.1.5) | |||||
| | * | | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 9 | -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 SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 3 | -43/+39 | |
| |\ \ \ \ | | | | | | | | | | | (bzr r14059.1.10) | |||||
| | * | | | | ColorNotebook is Gtk::Widget and uses ColorSelector | Tomasz Boczkowski | 2014-06-01 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | (bzr r13341.6.52) | |||||
| | * | | | | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 2014-06-01 | 2 | -3/+2 | |
| | | | | | | | | | | | | | | | | (bzr r13341.6.51) | |||||
| | * | | | | disconnecting in ParamColor destructor | Tomasz Boczkowski | 2014-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r13341.6.47) | |||||
| | * | | | | Using SelectedColor in extenstion/param/color | Tomasz Boczkowski | 2014-06-01 | 2 | -32/+28 | |
| | | | | | | | | | | | | | | | | (bzr r13341.6.45) | |||||
| * | | | | | merged SPNotebook c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-26 | 1 | -0/+4 | |
| |\| | | | | | | | | | | | | | | (bzr r14059.1.5) | |||||
| | * | | | | SPColorNotebok c++-sification - available pages list | Tomasz Boczkowski | 2014-05-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | (bzr r13341.6.28) | |||||
| * | | | | | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 3 | -14/+14 | |
| |\| | | | | |_|_|/ |/| | | | (bzr r14059.1.2) | |||||
| | * | | | SPPattern c++-sification: replacing pattern_ functions by methods pt1 | Tomasz Boczkowski | 2014-05-27 | 3 | -14/+14 | |
| | | | | | | | | | | | | | (bzr r13341.6.19) | |||||
| | * | | | SPPattern c++-sification: replaced guint by bool and enum | Tomasz Boczkowski | 2014-05-26 | 1 | -2/+2 | |
| | | | | | | | | | | | | | (bzr r13341.6.16) | |||||
| * | | | | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵ | Nicolas Dufour | 2015-03-17 | 1 | -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 Dufour | 2015-03-10 | 2 | -1/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/790534 (bzr r13984) | |||||
| * | | | | Enable PDF/PS/EPS export for gradient mesh (bug #1363369) | Adrian Johnson | 2015-03-07 | 1 | -0/+5 | |
| | | | | | | | | | | | | | (bzr r13971) | |||||
| * | | | | Extensions. Fix for Bug #1426684 (INX optiongroup does not trigger a refresh). | Nicolas Dufour | 2015-03-02 | 1 | -17/+24 | |
| | |_|/ |/| | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426684 (bzr r13963) | |||||
| * | | | fix for bug 1425317 | mathog | 2015-02-25 | 4 | -7/+25 | |
| | |/ |/| | | | (bzr r13947) | |||||
| * | | Bump Poppler dependency to 0.8.3 | Alex Valavanis | 2015-02-12 | 1 | -20/+0 | |
| | | | | | | | (bzr r13917) | |||||
| * | | two typos in patch at rev 13914 | mathog | 2015-02-09 | 1 | -2/+2 | |
| | | | | | | | (bzr r13915) | |||||
| * | | fix for bug 1419926 | mathog | 2015-02-09 | 2 | -26/+43 | |
| | | | | | | | (bzr r13914) | |||||
| * | | fix for bug 1405292 | mathog | 2015-02-09 | 3 | -5/+5 | |
| | | | | | | | (bzr r13913) | |||||
| * | | Fixing dead assignment and uninitialized argument value. | Nicolas Dufour | 2015-02-07 | 1 | -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-28 | 2 | -12/+21 | |
| | | | | | | | | | | | | | | | | | confusing). Fixed bugs: - https://launchpad.net/bugs/437567 (bzr r13880) | |||||
| * | | Fix regression: pasted bitmaps should be embeded. (Bug #855440) | Tavmjong Bah | 2015-01-21 | 1 | -1/+1 | |
| | | | | | | | (bzr r13867) | |||||
| * | | Fix EPS export area (Bug #1411208) | su_v | 2015-01-17 | 1 | -5/+5 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1411208 (bzr r13863) | |||||
| * | | static code analysis: initialisation | Kris De Gussem | 2014-12-28 | 1 | -3/+3 | |
| | | | | | | | (bzr r13827) | |||||
| * | | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 8 | -8/+8 | |
| | | | | | | | (bzr r13820) | |||||
| * | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 5 | -7/+11 | |
| | | | | | | | (bzr r13809) | |||||
| * | | Fix build with poppler 0.29.0 (Bug #1399811) | su_v | 2014-12-11 | 1 | -6/+26 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1399811 (bzr r13794) | |||||
| * | | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵ | Tavmjong Bah | 2014-11-26 | 5 | -5/+5 | |
| | | | | | | | | | | | by function. (bzr r13774) | |||||
| * | | Update to trunk r13766 | Liam P. White | 2014-11-26 | 3 | -7/+7 | |
| |\ \ | | | | | | | (bzr r13341.5.24) | |||||
| | * | | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 2014-11-25 | 1 | -5/+5 | |
| | | | | | | | | | | (bzr r13757) | |||||
| | * | | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 2 | -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 r13750 | Liam P. White | 2014-11-24 | 3 | -124/+152 | |
| |\| | | | | | | | | (bzr r13341.5.23) | |||||
| | * | | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 3 | -124/+152 | |
| | | | | | | | | | | (bzr r13700) | |||||
| * | | | Update to trunk r13690 | Liam P. White | 2014-11-09 | 5 | -8/+8 | |
| |\| | | | | | | | | (bzr r13341.5.22) | |||||
| | * | | fix potential nullptr deref. | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r13685) | |||||
| | * | | change default pdf import resolution to 96 dpi | Alvin Penner | 2014-11-02 | 4 | -7/+7 | |
| | | | | | | | | | | (bzr r13660) | |||||
| * | | | Update to trunk r13648 | Liam P. White | 2014-10-31 | 1 | -10/+11 | |
| |\| | | | | | | | | (bzr r13341.5.19) | |||||
| | * | | Update to trunk r13625 | Liam P. White | 2014-10-19 | 1 | -10/+11 | |
| | |\ \ | | | | | | | | | (bzr r13341.1.280) | |||||
| | | * | | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵ | Jon A. Cruz | 2014-10-18 | 1 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | | uninitialized value. (bzr r13622) | |||||
| * | | | | Update to experimental r13619 | Liam P. White | 2014-10-18 | 13 | -206/+462 | |
| |\| | | | | | | | | | | | (bzr r13341.5.18) | |||||
| | * | | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 12 | -174/+394 | |
| | |\| | | | | | | | | | | (bzr r13341.1.278) | |||||
