| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-10-29 | Move contents of document-private.h to document.h. | Tavmjong Bah | 1 | -81/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -2/+2 | |
| A lot of header clean-up. | |||||
| 2016-05-21 | Fixing undo thing | Jabier Arraiza Cenoz | 1 | -28/+29 | |
| (bzr r14865.1.5) | |||||
| 2016-05-21 | Fix regression: restore order in resources (e.g. pattern list) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14907) | |||||
| 2015-12-09 | replaced remaining GHashTable with std::map | Marc Jeanmougin | 1 | -4/+0 | |
| (bzr r14504.1.16) | |||||
| 2015-12-08 | cppification: GSList replaced by vectors (undo/redo) | Marc Jeanmougin | 1 | -4/+2 | |
| (bzr r14504.1.14) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -3/+8 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+1 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -0/+1 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2014-06-25 | 2. connect signals | Liam P. White | 1 | -0/+2 | |
| (bzr r13341.5.2) | |||||
| 2014-03-03 | no need to use bitfields here. The pre-commit code also looks confusingly ↵ | Johan B. C. Engelen | 1 | -1/+1 | |
| similar to initializer value (bzr r13103) | |||||
| 2014-03-02 | Adding destroy signal do document to allow proper cleanup. | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r13094) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -1/+0 | |
| (bzr r11030) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -2/+0 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -9/+9 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -9/+9 | |
| (bzr r8404) | |||||
| 2007-05-10 | add document serial numbers | MenTaLguY | 1 | -0/+2 | |
| (bzr r2989) | |||||
| 2007-03-17 | better way to deal with undo+id collisions | MenTaLguY | 1 | -0/+2 | |
| (bzr r2680) | |||||
| 2006-10-01 | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 1 | -3/+0 | |
| created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749) | |||||
| 2006-08-26 | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 1 | -1/+1 | |
| undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639) | |||||
| 2006-07-23 | Forced redraw of canvas upon document commit to work around event starvation ↵ | John Bintz | 1 | -0/+1 | |
| issue at high zoom levels (bzr r1458) | |||||
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -0/+5 | |
| (bzr r1315) | |||||
| 2006-06-23 | quick g_message UndoStackObserver for tracing calls to the undo system | David Yip | 1 | -0/+5 | |
| (bzr r1267) | |||||
