| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -15/+15 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -7/+7 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 1 | -8/+6 |
| | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | | | | (bzr r15025) | ||||
| * | Reconnect correctly as documents are replaced. | Jon A. Cruz | 2014-03-08 | 1 | -79/+175 |
| | | | | | | Removed hardcoding to only a single panel. (bzr r13127) | ||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Partial fix for Bug #1071082 (Undo History doesn't work if open before file ↵ | Nicolas Dufour | 2013-03-19 | 1 | -1/+12 |
| | | | | | | is opened) by vaifrax. (bzr r12225) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+1 |
| | | | | (bzr r11030) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -4/+1 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 1 | -2/+1 |
| | | | | (bzr r4490) | ||||
| * | Partial fix for bug #1824387 [Still asks to save after complete undo] | Maximilian Albert | 2007-11-13 | 1 | -1/+23 |
| | | | | (bzr r4078) | ||||
| * | Notify UndoStackObservers on commited incomplete transactions and ↵ | gustav_b | 2007-03-29 | 1 | -29/+56 |
| | | | | | | | | sp_document_{undo,redo}_clear, see #1684042. (bzr r2780) | ||||
| * | Fix for #1684042 (undo while adding a shape with the mouse results in a crash.) | gustav_b | 2007-03-28 | 1 | -0/+7 |
| | | | | (bzr r2774) | ||||
| * | Implement singleton behaviour for undo history dialog. Make sure event | gustav_b | 2006-10-06 | 1 | -3/+3 |
| | | | | | | log gets created on SPDesktop::change_document. (bzr r1772) | ||||
| * | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 2006-10-01 | 1 | -11/+2 |
| | | | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749) | ||||
| * | add colon | bulia byak | 2006-07-15 | 1 | -2/+2 |
| | | | | (bzr r1418) | ||||
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 1 | -2/+87 |
| | | | | (bzr r1379) | ||||
| * | added files from Gustav Broberg's patch | bulia byak | 2006-06-29 | 1 | -0/+255 |
| (bzr r1318) | |||||
