| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 2019-05-26 | 1 | -10/+0 |
| | | |||||
| * | Tidy UI for Object Properties/Attributes | Nathan Lee | 2019-04-02 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -0/+4 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -10/+10 |
| | | | | | | 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 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+6 |
| | | | | | A lot of header clean-up. | ||||
| * | Use a macro for GtkMM version checks | Alexander Valavanis | 2017-12-25 | 1 | -2/+2 |
| | | |||||
| * | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 1 | -1/+2 |
| | | |||||
| * | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 1 | -0/+10 |
| | | |||||
| * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -26/+1 |
| |\ | | | | | (bzr r15038) | ||||
| | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -26/+1 |
| | | | | | | | (bzr r15023.2.7) | ||||
| * | | 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) | ||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -2/+2 |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | minor cppcheck stuff | Kris De Gussem | 2013-04-28 | 1 | -3/+1 |
| | | | | (bzr r12307) | ||||
| * | Further migration to Gtk::Grid | Alex Valavanis | 2013-03-12 | 1 | -5/+39 |
| | | | | (bzr r12196) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+2 |
| | | | | (bzr r11030) | ||||
| * | cppcheck: null pointer dereference fix | Kris De Gussem | 2012-02-21 | 1 | -1/+1 |
| | | | | (bzr r11007) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Update and documentation of sp-attribute-widget | Kris De Gussem | 2012-01-19 | 1 | -204/+77 |
| | | | | (bzr r10909) | ||||
| * | Warning and uninitialized variable cleanup. | Jon A. Cruz | 2012-01-08 | 1 | -7/+2 |
| | | | | (bzr r10860) | ||||
| * | documentation of item properties dialog and SPAttributeTable | Kris De Gussem | 2012-01-03 | 1 | -7/+83 |
| | | | | | | header stuff (bzr r10831) | ||||
| * | Item and image properties dialog update: restoring correct behaviour in case ↵ | Kris De Gussem | 2012-01-01 | 1 | -13/+27 |
| | | | | | | of deleting an object (bzr r10815) | ||||
| * | Item properties dialog: | Kris De Gussem | 2011-12-31 | 1 | -10/+46 |
| | | | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810) | ||||
| * | C++ification of item properties dialog | Kris De Gussem | 2011-12-30 | 1 | -38/+41 |
| | | | | (bzr r10805) | ||||
| * | Dropped unused SPAttributeWidget | Kris De Gussem | 2011-12-17 | 1 | -152/+0 |
| | | | | (bzr r10778) | ||||
| * | fix compiler warnings | Kris De Gussem | 2011-12-17 | 1 | -4/+4 |
| | | | | (bzr r10777) | ||||
| * | - SPAttributeWidget and SPAttributeTable C++ified | Kris De Gussem | 2011-12-16 | 1 | -577/+260 |
| |\ | | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775) | ||||
| | * | - Dropped deprecated sp_window_new | Kris De Gussem | 2011-12-15 | 1 | -29/+20 |
| | | | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5) | ||||
| | * | SPAttributeTable C++ified | Kris De Gussem | 2011-12-11 | 1 | -333/+218 |
| | | | | | | | (bzr r10766.1.3) | ||||
| | * | SPAttributeWidget C++ified | Kris De Gussem | 2011-12-11 | 1 | -232/+85 |
| |/ | | | (bzr r10766.1.2) | ||||
| * | cppcheck | Kris De Gussem | 2011-12-04 | 1 | -38/+19 |
| | | | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760) | ||||
| * | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 1 | -4/+0 |
| | | | | (bzr r10692) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | GTK+ cleanup: gtk_type_class | Alex Valavanis | 2011-07-03 | 1 | -2/+2 |
| | | | | (bzr r10407) | ||||
| * | GTK+ cleaning: gtk_type_new | Alex Valavanis | 2011-07-02 | 1 | -11/+5 |
| | | | | (bzr r10390.1.3) | ||||
| * | Switch to GObject | Alex Valavanis | 2011-06-24 | 1 | -2/+2 |
| | | | | (bzr r10350.1.3) | ||||
| * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | ||||
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -11/+9 |
| | | | | (bzr r10060) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -4/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| * | | 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) | ||||
