summaryrefslogtreecommitdiffstats
path: root/src/document-private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-81/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-1/+1
| | | (bzr r14907)
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-4/+0
| | | (bzr r14504.1.16)
* cppification: GSList replaced by vectors (undo/redo)Marc Jeanmougin2015-12-081-4/+2
| | | (bzr r14504.1.14)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-3/+8
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Update to experimental r13565Liam P. White2014-09-271-0/+1
| | | (bzr r13341.5.16)
* 2. connect signalsLiam P. White2014-06-251-0/+2
| | | (bzr r13341.5.2)
* no need to use bitfields here. The pre-commit code also looks confusingly ↵Johan B. C. Engelen2014-03-031-1/+1
| | | | | similar to initializer value (bzr r13103)
* Adding destroy signal do document to allow proper cleanup.Jon A. Cruz2014-03-021-0/+1
| | | (bzr r13094)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-1/+0
| | | (bzr r11030)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+0
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
| | | (bzr r9945.1.1)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-9/+9
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-9/+9
| | | (bzr r8404)
* add document serial numbersMenTaLguY2007-05-101-0/+2
| | | (bzr r2989)
* better way to deal with undo+id collisionsMenTaLguY2007-03-171-0/+2
| | | (bzr r2680)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-3/+0
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-261-1/+1
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-231-0/+1
| | | | | issue at high zoom levels (bzr r1458)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-0/+5
| | | (bzr r1315)
* quick g_message UndoStackObserver for tracing calls to the undo systemDavid Yip2006-06-231-0/+5
| | | (bzr r1267)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+67
(bzr r1)