summaryrefslogtreecommitdiffstats
path: root/src/ege-adjustment-action.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+0
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-221-8/+2
* Fix for 167846 : GtkHScale regressionJohn Smith2012-08-021-1/+1
* Fix for 167846 : Focus issue between spinbuttons when using TabJohn Smith2012-07-151-0/+7
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-67/+1
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-15/+85
* Clean up some deprecated orientable APIAlex Valavanis2012-04-101-0/+4
* ege-adjustment-action: Get rid of GtkHBoxAlex Valavanis2012-04-091-0/+5
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+1
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
* Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-161-4/+5
* Gtk cleanup: GTK_WIDGET_HAS_FOCUSAlex Valavanis2011-06-251-1/+1
* Gtk cleanup: GTK_WIDGET_IS_SENSITIVEAlex Valavanis2011-06-251-1/+1
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-6/+1
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-11/+0
* Reinstating version bump.Jon A. Cruz2011-05-201-10/+0
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+10
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-10/+0
* Restore modularity to adjustment action.Jon A. Cruz2011-04-191-21/+26
* Restore comment needed in *shared* code file.Jon A. Cruz2011-04-171-0/+2
* hack C++ spinbuttons into toolbars. unit conversion does not work, and will p...Johan B. C. Engelen2011-04-151-1/+5
* remove ridiculous commentJohan B. C. Engelen2011-04-151-2/+0
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-13/+12
* Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah2010-05-181-7/+63
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...Josh Andler2009-07-131-1/+1
* warning cleanupJon A. Cruz2008-07-161-0/+1
* move label on top for slidersbulia byak2008-07-111-11/+21
* remove fractional digits from hscales, we cannot drag with such precision anywaybulia byak2008-07-091-0/+1
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-011-0/+30
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-301-6/+77
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-1/+2
* add colon before value descriptionbulia byak2007-08-211-1/+3
* Visual layout and spacing cleanupJon A. Cruz2007-04-151-1/+4
* Making display narrowerJon A. Cruz2007-04-101-0/+1
* fix floating point comparrisons to not skip valuesJon A. Cruz2007-03-231-6/+6
* Adding non-labeled default entriesJon A. Cruz2007-03-221-5/+3
* Correction for tooltips additionJon A. Cruz2007-03-211-3/+3
* Added tootips for toolbar spinbuttonsJon A. Cruz2007-03-211-0/+17
* Adding all described values to menu of valuesJon A. Cruz2007-03-211-47/+138
* Adding labels to popup menu valuesJon A. Cruz2007-03-211-10/+101
* Added pop-up and toolbar menuJon A. Cruz2006-10-241-4/+166
* Added callback function to allow shrinking of widgetsJon A. Cruz2006-10-241-1/+26
* Corrected focus problems by moving flag setting back to first thingJon A. Cruz2006-10-231-6/+6
* Key, tab and focus refinementJon A. Cruz2006-10-221-4/+83
* Adding climb and digits properties, key processing and focus handlingJon A. Cruz2006-10-211-31/+185
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-191-0/+328