| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-05-28 | Hackfest2019: Drop unused EgeAdjustmentAction | Alexander Valavanis | 1 | -1130/+0 | |
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -5/+0 | |
| 2018-11-25 | EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere ↵ | Alexander Valavanis | 1 | -141/+157 | |
| to GObject conventions | |||||
| 2018-11-09 | Fix codding style | Jabiertxof | 1 | -2/+1 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -1/+1 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -0/+1 | |
| - 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-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -2/+4 | |
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -27/+27 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-12 | Replace all deprecated gdk_keymap_get_default() with ↵ | Emmanuel Gil Peyrot | 1 | -1/+2 | |
| Gdk::Display::get_default()->get_keymap(). | |||||
| 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 | |
| 2017-12-26 | GtkMM popup menu deprecation fixes | Alexander Valavanis | 1 | -1/+5 | |
| 2017-12-18 | Replace GimpSpinScale by InkSpinScale. | Tavmjong Bah | 1 | -3/+7 | |
| 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-10-19 | Remove unused icon-size.h | Stefano Facchini | 1 | -1/+0 | |
| 2017-10-01 | First batch | Marc Jeanmougin | 1 | -7/+6 | |
| 2017-09-30 | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 1 | -56/+58 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -8/+7 | |
| 2016-08-08 | Move GIMP widgets to their own folder | Alex Valavanis | 1 | -1/+1 | |
| (bzr r15043.1.2) | |||||
| 2016-07-28 | Finish removing GTK+ 2 fallbacks | Alex Valavanis | 1 | -11/+1 | |
| (bzr r15023.2.8) | |||||
| 2016-04-12 | ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016 | Alex Valavanis | 1 | -0/+6 | |
| (bzr r14803) | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14126) | |||||
| 2014-10-05 | Move GtkAction subclasses to widgets/ | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.1.249) | |||||
| 2014-01-03 | Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3 | Alex Valavanis | 1 | -1/+1 | |
| (bzr r12872) | |||||
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -5/+16 | |
| (bzr r12868) | |||||
| 2013-09-15 | Enable unit evaluation in toolbars. | Matthew Petroff | 1 | -3/+25 | |
| (bzr r12475.1.22) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -34/+7 | |
| (bzr r12065) | |||||
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -6/+0 | |
| (bzr r12014) | |||||
| 2012-10-04 | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 1 | -1/+1 | |
| they are not used elsewhere. (bzr r11735) | |||||
| 2012-09-22 | Fix for 1014988 : Converts slide widgets to new spin-scale widget | John Smith | 1 | -8/+2 | |
| (bzr r11691) | |||||
| 2012-08-02 | Fix for 167846 : GtkHScale regression | John Smith | 1 | -1/+1 | |
| (bzr r11584) | |||||
| 2012-07-15 | Fix for 167846 : Focus issue between spinbuttons when using Tab | John Smith | 1 | -0/+7 | |
| (bzr r11550) | |||||
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -4/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | |||||
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -67/+1 | |
| (bzr r11318) | |||||
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 1 | -15/+85 | |
| (bzr r11250) | |||||
| 2012-04-10 | Clean up some deprecated orientable API | Alex Valavanis | 1 | -0/+4 | |
| (bzr r11208) | |||||
| 2012-04-09 | ege-adjustment-action: Get rid of GtkHBox | Alex Valavanis | 1 | -0/+5 | |
| (bzr r11199) | |||||
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -2/+1 | |
| (bzr r11030) | |||||
| 2012-01-04 | More GSEAL issues | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10836) | |||||
| 2011-08-16 | Fix large memory leaks in the swatches panel | Krzysztof Kosi??ski | 1 | -4/+5 | |
| (bzr r10347.1.35) | |||||
| 2011-06-25 | Gtk cleanup: GTK_WIDGET_HAS_FOCUS | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10350.1.6) | |||||
| 2011-06-25 | Gtk cleanup: GTK_WIDGET_IS_SENSITIVE | Alex Valavanis | 1 | -1/+1 | |
| (bzr r10350.1.4) | |||||
| 2011-06-05 | Replace use of deprecated GtkTooltips API | Alex Valavanis | 1 | -6/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | |||||
| 2011-06-03 | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 1 | -11/+0 | |
| Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| 2011-05-20 | Reinstating version bump. | Jon A. Cruz | 1 | -10/+0 | |
| (bzr r10215) | |||||
| 2011-05-19 | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 1 | -0/+10 | |
| (bzr r10210) | |||||
| 2011-05-18 | Made dependencies explicit and bumped versions. | Jon A. Cruz | 1 | -10/+0 | |
| (bzr r10208) | |||||
| 2011-04-19 | Restore modularity to adjustment action. | Jon A. Cruz | 1 | -21/+26 | |
| (bzr r10184) | |||||
