| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-08-23 | Eliminate clang warnings | Thomas Holder | 1 | -6/+7 | |
| -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory. | |||||
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -7/+0 | |
| 2019-04-02 | Tidy various dialog UIs | Nathan Lee | 1 | -0/+1 | |
| 2019-01-02 | modernize loops (2) | Marc Jeanmougin | 1 | -6/+4 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -31/+29 | |
| 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-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -5/+4 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -4/+4 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -4/+4 | |
| 2018-01-17 | Move code related to SwatchesPanel where it belongs | Stefano Facchini | 1 | -0/+1 | |
| panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup. | |||||
| 2017-11-07 | Misc. typos | Unknown | 1 | -1/+1 | |
| 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 ``` | |||||
| 2017-07-10 | input devices: Update treeview usage | Alexander Valavanis | 1 | -54/+4 | |
| 2017-07-09 | Update Gtk margin handling | Alexander Valavanis | 1 | -1/+11 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -9/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -129/+2 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+9 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -9/+0 | |
| (bzr r15025) | |||||
| 2014-10-02 | i18n. Fix for Bug #380522 (strings that need to be fixed for translation). | Nicolas Dufour | 1 | -1/+1 | |
| Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -2/+2 | |
| (bzr r13236) | |||||
| 2014-03-23 | "fix" GTK3 build. | Johan B. C. Engelen | 1 | -39/+43 | |
| (bzr r13192) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -0/+2 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -2/+0 | |
| (bzr r11950.1.56) | |||||
| 2013-03-15 | Fix even more forward declaration tags | Alex Valavanis | 1 | -0/+2 | |
| (bzr r12206) | |||||
| 2013-03-13 | Migrate remaining dialogs to Gtk::Grid | Alex Valavanis | 1 | -2/+86 | |
| (bzr r12199) | |||||
| 2013-01-20 | UI uniformisation | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12046) | |||||
| 2012-12-16 | GTK+ 3: Switch to more orientable widgets | Alex Valavanis | 1 | -0/+21 | |
| (bzr r11960) | |||||
| 2012-12-10 | Fix for 1086643 : Input devices : Simplify dialog | John Smith | 1 | -122/+341 | |
| (bzr r11945) | |||||
| 2012-11-26 | Drop support for GTK+ < 2.24 | Alex Valavanis | 1 | -21/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1069024 (bzr r11907) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -23/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-05-26 | Stop using deprecated private members of GdkDevice. | Alex Valavanis | 1 | -6/+18 | |
| Unfortunately, the axis range is inaccessible in new versions of Gdk so we cannot set the range indicators in the input-devices dialog. There may be another way of doing this, using underlying system API. (bzr r11420) | |||||
| 2012-05-26 | Some GDK deprecation fixes for Input Devices dialog | Alex Valavanis | 1 | -6/+31 | |
| (bzr r11419) | |||||
| 2012-05-24 | Don't use extension events API in GTK+3 builds | Alex Valavanis | 1 | -0/+5 | |
| (bzr r11413) | |||||
| 2012-04-17 | Fix for 169888 : HIG Style frame | John Smith | 1 | -9/+16 | |
| (bzr r11260) | |||||
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -1/+1 | |
| (bzr r11018) | |||||
| 2012-02-11 | Lots of gtkmm deprecation fixes | Alex Valavanis | 1 | -0/+25 | |
| (bzr r10957) | |||||
| 2012-01-02 | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵ | Nicolas Dufour | 1 | -2/+4 | |
| John Smith. (bzr r10818) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 2011-02-03 | Translations. Context removed in filter-enums (context support too complex ↵ | Nicolas Dufour | 1 | -1/+1 | |
| to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030) | |||||
| 2010-12-29 | Mnemonics in "Input devices", and LPE dialogs (Bug 170765) | Kris De Gussem | 1 | -2/+2 | |
| (bzr r9990) | |||||
| 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-09-23 | Tablet auto-organization and naming. | Jon A. Cruz | 1 | -32/+122 | |
| (bzr r9777) | |||||
| 2010-09-18 | Simplify/clarify enabling of individual devices. | Jon A. Cruz | 1 | -13/+65 | |
| (bzr r9765) | |||||
| 2010-04-12 | Simplifying sigc::bind use. Possible fix for mac compile. | Jon A. Cruz | 1 | -12/+14 | |
| Fixed bugs: - https://launchpad.net/bugs/196195 (bzr r9317) | |||||
| 2010-04-11 | Switching to new input dialog. Allows for a better UI and addresses bug ↵ | Jon A. Cruz | 1 | -142/+376 | |
| #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312) | |||||
| 2010-04-08 | Cleanup of device internal handling and API. | Jon A. Cruz | 1 | -17/+17 | |
| (bzr r9300) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -29/+33 | |
| (bzr r6885) | |||||
| 2008-05-04 | warning cleanup and fixed string free issue | Jon A. Cruz | 1 | -13/+13 | |
| (bzr r5594) | |||||
| 2008-03-24 | Visually indicate linked devices | Jon A. Cruz | 1 | -11/+137 | |
| (bzr r5187) | |||||
