summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-adjustment-action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-28Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis1-1130/+0
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-5/+0
2018-11-25EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere t...Alexander Valavanis1-141/+157
2018-11-09Fix codding styleJabiertxof1-2/+1
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-09This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-0/+1
2018-07-21adding gtk-themeJabier Arraiza1-2/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-27/+27
2018-06-12Replace all deprecated gdk_keymap_get_default() with Gdk::Display::get_defaul...Emmanuel Gil Peyrot1-1/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2017-12-26GtkMM popup menu deprecation fixesAlexander Valavanis1-1/+5
2017-12-18Replace GimpSpinScale by InkSpinScale.Tavmjong Bah1-3/+7
2017-11-07Misc. typosUnknown1-1/+1
2017-10-19Remove unused icon-size.hStefano Facchini1-1/+0
2017-10-01First batchMarc Jeanmougin1-7/+6
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-56/+58
2017-06-29Remove old icon handling codeAlexander Valavanis1-8/+7
2016-08-08Move GIMP widgets to their own folderAlex Valavanis1-1/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-11/+1
2016-04-12ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1/+1
2014-01-03Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis1-1/+1
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-5/+16
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-3/+25
2013-01-26More GObject boilerplate reductionAlex Valavanis1-34/+7
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-6/+0
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-22Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith1-8/+2
2012-08-02Fix for 167846 : GtkHScale regressionJohn Smith1-1/+1
2012-07-15Fix for 167846 : Focus issue between spinbuttons when using TabJohn Smith1-0/+7
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-67/+1
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-15/+85
2012-04-10Clean up some deprecated orientable APIAlex Valavanis1-0/+4
2012-04-09ege-adjustment-action: Get rid of GtkHBoxAlex Valavanis1-0/+5
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-2/+1
2012-01-04More GSEAL issuesAlex Valavanis1-1/+1
2011-08-16Fix large memory leaks in the swatches panelKrzysztof Kosi??ski1-4/+5
2011-06-25Gtk cleanup: GTK_WIDGET_HAS_FOCUSAlex Valavanis1-1/+1
2011-06-25Gtk cleanup: GTK_WIDGET_IS_SENSITIVEAlex Valavanis1-1/+1
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-6/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-11/+0
2011-05-20Reinstating version bump.Jon A. Cruz1-10/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-0/+10
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-10/+0
2011-04-19Restore modularity to adjustment action.Jon A. Cruz1-21/+26