| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 | |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 | |
| | | | | | | | (bzr r13922.1.10) | |||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -4/+4 | |
| | | | | | | | (bzr r13922.1.5) | |||||
| * | | I can't really understand why, but i can now launch inkscape without it ↵ | mc | 2015-02-18 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4) | |||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -13/+15 | |
| |/ | | | | | | | | 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) | |||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -8/+7 | |
| | | | | (bzr r13820) | |||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -2/+2 | |
| | | | | (bzr r13810) | |||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -18/+18 | |
| | | | | (bzr r13809) | |||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -1/+1 | |
| |\ | | | | | (bzr r13341.5.24) | |||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | 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 r13690 | Liam P. White | 2014-11-09 | 1 | -1/+1 | |
| |\| | | | | | (bzr r13341.5.22) | |||||
| | * | export dialog, small code cleanup, should be a noop. (check if pointer is ↵ | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 | |
| | | | | | | | | | | | nullptr, instead of checking the pre-condition for newing into the pointer) (bzr r13687) | |||||
| * | | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -1/+1 | |
| |\| | | | | | (bzr r13341.5.17) | |||||
| | * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 | |
| | | | | | | | (bzr r13341.1.247) | |||||
| | * | Remove misleading dialogs directory | Liam P. White | 2014-09-02 | 1 | -1/+1 | |
| | | | | | | | (bzr r13341.1.192) | |||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -1/+1 | |
| | | | | | | | (bzr r13341.5.16) | |||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | |||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 | |
| | | | | | | | (bzr r13341.5.3) | |||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 | |
| |/ | | | (bzr r13341.5.1) | |||||
| * | Fix for Bug #1158506 (Batch export DPI always at 90). | Nicolas Dufour | 2014-03-17 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1158506 (bzr r13160) | |||||
| * | static code analysis: references for string classes that are function input ↵ | Kris De Gussem | 2014-03-04 | 1 | -249/+253 | |
| | | | | | | parameters (bzr r13114) | |||||
| * | Give the selection id a default just in case every selected item has no id. ↵ | Martin Owens | 2014-01-10 | 1 | -1/+1 | |
| | | | | | | | | | Fixes crash in bug #1257417 Fixed bugs: - https://launchpad.net/bugs/1257417 (bzr r12910) | |||||
| * | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 2014-01-02 | 1 | -2/+2 | |
| | | | | (bzr r12868) | |||||
| * | Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...). | Nicolas Dufour | 2013-12-06 | 1 | -1/+9 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1257007 (bzr r12840) | |||||
| * | fix memleak. Export dialog still has many of its pointer members leaking !!! | Johan B. C. Engelen | 2013-10-30 | 1 | -20/+21 | |
| | | | | (bzr r12753) | |||||
| * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 1 | -2/+2 | |
| | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | |||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -1/+1 | |
| |\ | | | | | (bzr r12475.1.16) | |||||
| | * | Fix PNG export with non-px default unit [Bug #1215104]. | Matthew Petroff | 2013-09-01 | 1 | -1/+1 | |
| | | | | | | | (bzr r12495) | |||||
| * | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -3/+3 | |
| |/ | | | (bzr r12475.1.2) | |||||
| * | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 1 | -2/+2 | |
| | | | | (bzr r12380.1.62) | |||||
| * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -4/+3 | |
| | | | | (bzr r12380.1.54) | |||||
| * | Switch unit functions from using pointer arguements to reference arguements. | Matthew Petroff | 2013-07-18 | 1 | -4/+2 | |
| | | | | (bzr r12380.1.28) | |||||
| * | Ported "ui/dialog/export.*". | Matthew Petroff | 2013-07-17 | 1 | -46/+28 | |
| | | | | (bzr r12380.1.22) | |||||
| * | Ported sp-namedview.cpp (todo: fix a bunch of things). | Matthew Petroff | 2013-07-09 | 1 | -2/+2 | |
| | | | | (bzr r12380.1.8) | |||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+2 | |
| | | | | | | has it. (bzr r12353) | |||||
| * | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 2013-06-04 | 1 | -0/+2 | |
| | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| * | Win32. Adding missing include (failed with the gtk3 devlibs). | Nicolas Dufour | 2013-05-14 | 1 | -0/+1 | |
| | | | | (bzr r12335) | |||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -0/+2 | |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | |||||
| * | cppcheck | Kris De Gussem | 2013-03-17 | 1 | -3/+2 | |
| | | | | (bzr r12218) | |||||
| * | Warning cleanup | Alex Valavanis | 2013-03-16 | 1 | -0/+9 | |
| | | | | (bzr r12211) | |||||
| * | Fix even more forward declaration tags | Alex Valavanis | 2013-03-15 | 1 | -5/+12 | |
| | | | | (bzr r12206) | |||||
| * | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 2013-03-13 | 1 | -2/+36 | |
| | | | | (bzr r12199) | |||||
| * | Build. Adding test for external GDL build (--enable-gtk3-experimental option). | Nicolas Dufour | 2013-02-05 | 1 | -0/+5 | |
| | | | | (bzr r12100) | |||||
| * | UI. Fix for Bug #1071104 (Failure to open a browse window when choosing ↵ | Nicolas Dufour | 2012-11-18 | 1 | -0/+8 | |
| | | | | | | Export As...). (bzr r11882) | |||||
| * | cppcheck: Simple fixes for src/ui/dialog | Alex Valavanis | 2012-11-15 | 1 | -7/+7 | |
| | | | | (bzr r11874) | |||||
| * | Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - ↵ | John Smith | 2012-11-01 | 1 | -4/+8 | |
| | | | | | | Revert changes from r11569 (bzr r11857) | |||||
| * | Export dialog: change markup formatting of labels to be consistent with ↵ | su_v | 2012-09-02 | 1 | -3/+3 | |
| | | | | | | other dialogs (bzr r11642) | |||||
| * | Fix for 656591 : Export dialog improve access to export filename | John Smith | 2012-09-01 | 1 | -0/+7 | |
| | | | | (bzr r11637) | |||||
| * | Fix for 618668 : Change dialog wording | John Smith | 2012-09-01 | 1 | -8/+6 | |
| | | | | (bzr r11636) | |||||
| * | Fix for 168446 : rename menu item Export to PNG Image | John Smith | 2012-08-27 | 1 | -1/+1 | |
| | | | | (bzr r11623) | |||||
