| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -17/+17 |
| | | | | | | 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 | -5/+5 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -5/+5 |
| | | |||||
| * | Improve FileSave dialog | Marc Jeanmougin | 2018-01-07 | 1 | -1/+21 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -3/+3 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Remove deprecated GNOME VFS | Stefano Facchini | 2017-10-13 | 1 | -34/+16 |
| | | | | | Just use Gio::File when access to non-local files is needed. | ||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -3/+3 |
| | | | | | get_filename methods | ||||
| * | Use GStatBuf where appropriate to ensure usage of the correct type | Eduard Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | (fixes compilation with i686-w64-mingw32) (bzr r15414) | ||||
| * | Rm more deprecated Gtk::Stock | Alex Valavanis | 2016-12-27 | 1 | -7/+6 |
| | | | | (bzr r15367) | ||||
| * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -74/+12 |
| | | | | (bzr r15023.2.7) | ||||
| * | UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer ↵ | Nicolas Dufour | 2015-08-20 | 1 | -28/+40 |
| | | | | | | | | | displays its dimensions). Fixed bugs: - https://launchpad.net/bugs/1485831 (bzr r14310) | ||||
| * | Update to experimental r13598 | Liam P. White | 2014-10-08 | 1 | -3/+41 |
| |\ | | | | | (bzr r13341.5.17) | ||||
| | * | Attempt to fix build breakage reported by su_v (but not seen locally). | Tavmjong Bah | 2014-10-05 | 1 | -1/+3 |
| | | | | | | | (bzr r13341.1.252) | ||||
| | * | Use actual SVG width and height property values in preview image text. | Tavmjong Bah | 2014-10-05 | 1 | -2/+38 |
| | | | | | | | (bzr r13341.1.251) | ||||
| | * | Move obvious ui component to ui/ | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.247) | ||||
| | * | Remove misleading dialogs directory | Liam P. White | 2014-09-02 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.192) | ||||
| | * | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -0/+1 |
| | | | | | | | (bzr r13341.1.184) | ||||
| * | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.5.16) | ||||
| * | | Update to experimental r13527 | Liam P. White | 2014-08-30 | 1 | -0/+1 |
| |\| | | | | | (bzr r13341.5.15) | ||||
| * | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+2 |
| | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | | Move constructor/destructor into private section, remove protected section. ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | Rename init(). Add to-do list. (bzr r13341.5.8) | ||||
| * | | Convert accidental member accesses into static function accesses | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.5.7) | ||||
| * | | 4. further refactor Application class; create proper singleton, encapsulate ↵ | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| | | | | | | | | | | | members, simplify signals (bzr r13341.5.6) | ||||
| * | | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r13341.5.1) | ||||
| * | better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issues | Johan B. C. Engelen | 2014-03-30 | 1 | -614/+549 |
| | | | | (bzr r13241) | ||||
| * | imageicon: clean up unnecessary file existance check introduced in rev ↵ | Johan B. C. Engelen | 2014-03-30 | 1 | -16/+15 |
| | | | | | | | | 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240) | ||||
| * | Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵ | Kris De Gussem | 2013-04-03 | 1 | -1/+1 |
| | | | | | | freezes at opening) (bzr r12263) | ||||
| * | Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵ | Alex Valavanis | 2013-03-26 | 1 | -0/+5 |
| | | | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247) | ||||
| * | cppcheck | Kris De Gussem | 2013-03-17 | 1 | -4/+4 |
| | | | | (bzr r12218) | ||||
| * | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 2012-12-25 | 1 | -8/+8 |
| | | | | | | christmas\!) (bzr r11986) | ||||
| * | Drop support for GTK+ < 2.24 | Alex Valavanis | 2012-11-26 | 1 | -12/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | ||||
| * | Fix for 1036059 : Keyboard shortcut editor | John Smith | 2012-11-25 | 1 | -1/+20 |
| | | | | (bzr r11895) | ||||
| * | Fix for Bug #1069806 (Inkscape crash in File>Open). | Nicolas Dufour | 2012-10-31 | 1 | -6/+5 |
| | | | | (bzr r11856) | ||||
| * | Fix for 1023655 : Improvments to Embedded script UI | John Smith | 2012-07-15 | 1 | -0/+20 |
| | | | | (bzr r11549) | ||||
| * | cppcheck | Kris De Gussem | 2012-06-12 | 1 | -1/+1 |
| | | | | (bzr r11492) | ||||
| * | file dialog fixes for GTK+ 3 | Alex Valavanis | 2012-05-27 | 1 | -11/+79 |
| | | | | (bzr r11423) | ||||
| * | i18n. Adding some context tags (disambiguation). | Nicolas Dufour | 2012-04-11 | 1 | -1/+1 |
| | | | | (bzr r11224) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -0/+7 |
| | | | | (bzr r11018) | ||||
| * | Lots of gtkmm deprecation fixes | Alex Valavanis | 2012-02-11 | 1 | -0/+8 |
| | | | | (bzr r10957) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+2 |
| | | | | (bzr r10940) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -3/+3 |
| | | | | (bzr r10681) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵ | Jon A. Cruz | 2011-08-14 | 1 | -5/+10 |
| | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -103/+121 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -6/+7 |
| |\ | | | | | (bzr r9945.1.1) | ||||
