| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -1/+1 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -5/+8 |
| | | |||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -2/+2 |
| | | | | (bzr r15366) | ||||
| * | CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵ | Marc Jeanmougin | 2016-10-24 | 1 | -11/+9 |
| | | | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -102/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -102/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -102/+0 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -5/+1 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+5 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -5/+1 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Renamed some functions, fixed tests | Adrian Boguszewski | 2016-07-27 | 1 | -11/+11 |
| | | | | | | | (bzr r14954.1.28) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -11/+11 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -7/+7 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Remove unused header file. | Tavmjong Bah | 2015-12-09 | 1 | -1/+0 |
| | | | | (bzr r14522) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -4/+4 |
| | | | | (bzr r14446) | ||||
| * | UI. Fix for bug #1365405 (Scaling-Tool edit field for height not acting ↵ | Nicolas Dufour | 2015-09-25 | 1 | -0/+3 |
| | | | | | | | | | proportional). Fixed bugs: - https://launchpad.net/bugs/1365405 (bzr r14386) | ||||
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 1 | -4/+0 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | 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) | ||||
| * | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.17) | ||||
| * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 1 | -1/+0 |
| | | | | | | | (bzr r13922.1.16) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -10/+10 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -11/+11 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | Just... | mc | 2015-02-18 | 1 | -18/+23 |
| |/ | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -6/+6 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -7/+7 |
| | | | | (bzr r13817) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+2 |
| | | | | (bzr r13809) | ||||
| * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 1 | -2/+2 |
| |\ | | | | | (bzr r13341.5.24) | ||||
| | * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -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) | ||||
| | * | Standardise InkscapeApplication GObject implementation (namespace not ↵ | Alex Valavanis | 2014-08-26 | 1 | -2/+2 |
| | | | | | | | | | | | supported properly) (bzr r13341.1.179) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -5/+4 |
| | | | | | | | (bzr r13341.5.3) | ||||
| * | | 2. connect signals | Liam P. White | 2014-06-25 | 1 | -7/+6 |
| |/ | | | (bzr r13341.5.2) | ||||
| * | modify get_scale_transform_for_variable_stroke() to be consistent with ↵ | Alvin Penner | 2014-01-04 | 1 | -3/+4 |
| | | | | | | | | | get_scale_transform_for_uniform_stroke() (Bug 1262146) Fixed bugs: - https://launchpad.net/bugs/1262146 (bzr r12881) | ||||
| * | Transform dialog. do not use singular transforms. (Bug 1189446) | Alvin Penner | 2013-06-29 | 1 | -0/+35 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1189446 (bzr r12397) | ||||
| * | cppcheck | Kris De Gussem | 2013-06-21 | 1 | -2/+2 |
| | | | | (bzr r12382) | ||||
| * | 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) | ||||
| * | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 2013-03-13 | 1 | -2/+90 |
| | | | | (bzr r12199) | ||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -4/+4 |
| | | | | (bzr r11737) | ||||
| * | code cleanup: make more functions static or include their own headers. | Campbell Barton | 2012-10-04 | 1 | -1/+1 |
| | | | | (bzr r11736) | ||||
| * | Fix for 1042508 : Transform dialog when floating doesnt work on active doc | John Smith | 2012-08-28 | 1 | -0/+11 |
| | | | | (bzr r11627) | ||||
| * | Fix for 512247 : Show the direction in Object/Transform/Rotate | John Smith | 2012-08-01 | 1 | -0/+57 |
| | | | | (bzr r11578) | ||||
| * | Drop deprecated GtkNotebookPage usage | Alex Valavanis | 2012-05-22 | 1 | -2/+5 |
| | | | | (bzr r11401) | ||||
| * | UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are ↵ | Nicolas Dufour | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | | translatable) by Fernando Lucchesi. Fixed bugs: - https://launchpad.net/bugs/666370 (bzr r11116) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -1/+1 |
| | | | | (bzr r11018) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
