| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-12 | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 1 | -5/+4 | |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -0/+1 | |
| 2019-03-13 | Revert Icon Preview behaviour | Nathan Lee | 1 | -5/+6 | |
| * Fix crash on close with Icon Preview. * Force update of icons with `set`. * Set minimum width for Icon Preview's Magnified so it is not hidden on startup. Fixes https://gitlab.com/inkscape/inkscape/issues/109 | |||||
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -3/+3 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 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 | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -22/+22 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -2/+2 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -8/+9 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2017-10-17 | Replace boost::scoped_ptr | Jan Lingscheid | 1 | -1/+0 | |
| This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes. | |||||
| 2017-07-06 | Gtkmm deprecation fixes | Alexander Valavanis | 1 | -7/+5 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -1/+187 | |
| 2016-12-27 | Rm remaining Gtk::Stock usage | Alex Valavanis | 1 | -1/+0 | |
| (bzr r15368) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -5/+2 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+6 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -6/+1 | |
| (bzr r15025) | |||||
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -1/+1 | |
| (bzr r14954.1.10) | |||||
| 2015-11-05 | static code analysis | Kris De Gussem | 1 | -1/+1 | |
| (bzr r14446) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14126) | |||||
| 2015-04-27 | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 1 | -4/+0 | |
| ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r13922.1.10) | |||||
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r13922.1.5) | |||||
| 2015-02-18 | Just... | mc | 1 | -5/+3 | |
| some... more... lines... (bzr r13922.1.2) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 | |
| (bzr r13820) | |||||
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -1/+1 | |
| (bzr r13809) | |||||
| 2013-06-06 | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 1 | -0/+2 | |
| has it. (bzr r12353) | |||||
| 2013-06-04 | Correct to compile against recent gtkmm, including updated macports ↵ | Jon A. Cruz | 1 | -0/+2 | |
| versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1) | |||||
| 2013-03-29 | Header cleanup | Alex Valavanis | 1 | -1/+0 | |
| (bzr r12258) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -0/+4 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -4/+0 | |
| (bzr r11950.1.56) | |||||
| 2013-03-15 | Fix missing Gtkmm/Glib headers for Gtk+ 3 build | Alex Valavanis | 1 | -0/+4 | |
| (bzr r12209) | |||||
| 2013-01-23 | revert my revision 12053 (Bug #1103248 ) | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12058) | |||||
| 2013-01-22 | direct use of Glib::ustring | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12053) | |||||
| 2012-04-17 | Fix for 169888 : HIG Style frame | John Smith | 1 | -2/+3 | |
| (bzr r11260) | |||||
| 2012-03-07 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r11052) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -2/+1 | |
| (bzr r11018) | |||||
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 | |
| (bzr r10963) | |||||
| 2012-02-06 | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 1 | -0/+2 | |
| (bzr r10940) | |||||
| 2012-01-03 | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 1 | -2/+2 | |
| (bzr r10826) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -12/+9 | |
| methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r10347.1.21) | |||||
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -5/+4 | |
| (bzr r10461) | |||||
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -2/+2 | |
| (bzr r10060) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 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) | |||||
| 2010-10-27 | UI: punctiation and mnemonics in preferences, export and ico preview dialog | Kris De Gussem | 1 | -1/+1 | |
| (bzr r9858) | |||||
| 2010-07-26 | Added preference to suppress auto-refresh of icon previews. | Jon A. Cruz | 1 | -2/+4 | |
| (bzr r9651) | |||||
