summaryrefslogtreecommitdiffstats
path: root/src/ege-adjustment-action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-1113/+0
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
2011-04-17Restore comment needed in *shared* code file.Jon A. Cruz1-0/+2
2011-04-15hack C++ spinbuttons into toolbars. unit conversion does not work, and will p...Johan B. C. Engelen1-1/+5
2011-04-15remove ridiculous commentJohan B. C. Engelen1-2/+0
2011-03-20Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz1-13/+12
2010-05-18Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah1-7/+63
2009-07-13Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...Josh Andler1-1/+1
2008-07-16warning cleanupJon A. Cruz1-0/+1
2008-07-11move label on top for slidersbulia byak1-11/+21
2008-07-09remove fractional digits from hscales, we cannot drag with such precision anywaybulia byak1-0/+1
2008-07-01Adding use of GtkScaleButton when availableJon A. Cruz1-0/+30
2008-06-30Initial cut of sliders in toolbarsJon A. Cruz1-6/+77
2007-12-04Implemented use of "short_label" for toolbar items.Jon A. Cruz1-1/+2
2007-08-21add colon before value descriptionbulia byak1-1/+3
2007-04-15Visual layout and spacing cleanupJon A. Cruz1-1/+4
2007-04-10Making display narrowerJon A. Cruz1-0/+1
2007-03-23fix floating point comparrisons to not skip valuesJon A. Cruz1-6/+6
2007-03-22Adding non-labeled default entriesJon A. Cruz1-5/+3
2007-03-21Correction for tooltips additionJon A. Cruz1-3/+3
2007-03-21Added tootips for toolbar spinbuttonsJon A. Cruz1-0/+17
2007-03-21Adding all described values to menu of valuesJon A. Cruz1-47/+138
2007-03-21Adding labels to popup menu valuesJon A. Cruz1-10/+101
2006-10-24Added pop-up and toolbar menuJon A. Cruz1-4/+166
2006-10-24Added callback function to allow shrinking of widgetsJon A. Cruz1-1/+26
2006-10-23Corrected focus problems by moving flag setting back to first thingJon A. Cruz1-6/+6