summaryrefslogtreecommitdiffstats
path: root/src/ege-adjustment-action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move GtkAction subclasses to widgets/Liam P. White2014-10-051-1113/+0
| | | (bzr r13341.1.249)
* Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3Alex Valavanis2014-01-031-1/+1
| | | (bzr r12872)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-5/+16
| | | (bzr r12868)
* Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-3/+25
| | | (bzr r12475.1.22)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-34/+7
| | | (bzr r12065)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+0
| | | (bzr r12014)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 1014988 : Converts slide widgets to new spin-scale widgetJohn Smith2012-09-221-8/+2
| | | (bzr r11691)
* Fix for 167846 : GtkHScale regressionJohn Smith2012-08-021-1/+1
| | | (bzr r11584)
* Fix for 167846 : Focus issue between spinbuttons when using TabJohn Smith2012-07-151-0/+7
| | | (bzr r11550)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-67/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-15/+85
| | | (bzr r11250)
* Clean up some deprecated orientable APIAlex Valavanis2012-04-101-0/+4
| | | (bzr r11208)
* ege-adjustment-action: Get rid of GtkHBoxAlex Valavanis2012-04-091-0/+5
| | | (bzr r11199)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+1
| | | (bzr r11030)
* More GSEAL issuesAlex Valavanis2012-01-041-1/+1
| | | (bzr r10836)
* Fix large memory leaks in the swatches panelKrzysztof Kosi??ski2011-08-161-4/+5
| | | (bzr r10347.1.35)
* Gtk cleanup: GTK_WIDGET_HAS_FOCUSAlex Valavanis2011-06-251-1/+1
| | | (bzr r10350.1.6)
* Gtk cleanup: GTK_WIDGET_IS_SENSITIVEAlex Valavanis2011-06-251-1/+1
| | | (bzr r10350.1.4)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-6/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-11/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-10/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-0/+10
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-10/+0
| | | (bzr r10208)
* Restore modularity to adjustment action.Jon A. Cruz2011-04-191-21/+26
| | | (bzr r10184)
* Restore comment needed in *shared* code file.Jon A. Cruz2011-04-171-0/+2
| | | (bzr r10179)
* hack C++ spinbuttons into toolbars. unit conversion does not work, and will ↵Johan B. C. Engelen2011-04-151-1/+5
| | | | | probably be a huge pain to add (bzr r10169)
* remove ridiculous commentJohan B. C. Engelen2011-04-151-2/+0
| | | (bzr r10168)
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-13/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
* Add icons for line-height, letter-spacing, etc. to text toolbar.Tavmjong Bah2010-05-181-7/+63
| | | | | Include units in tooltips. (bzr r9427)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-131-1/+1
| | | | | directly included now. (bzr r8278)
* warning cleanupJon A. Cruz2008-07-161-0/+1
| | | (bzr r6329)
* move label on top for slidersbulia byak2008-07-111-11/+21
| | | (bzr r6261)
* remove fractional digits from hscales, we cannot drag with such precision anywaybulia byak2008-07-091-0/+1
| | | (bzr r6240)
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-011-0/+30
| | | (bzr r6105)
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-301-6/+77
| | | (bzr r6096)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-041-1/+2
| | | | | Fixes bug #168826. (bzr r4167)
* add colon before value descriptionbulia byak2007-08-211-1/+3
| | | (bzr r3560)
* Visual layout and spacing cleanupJon A. Cruz2007-04-151-1/+4
| | | (bzr r2906)
* Making display narrowerJon A. Cruz2007-04-101-0/+1
| | | (bzr r2843)
* fix floating point comparrisons to not skip valuesJon A. Cruz2007-03-231-6/+6
| | | (bzr r2746)
* Adding non-labeled default entriesJon A. Cruz2007-03-221-5/+3
| | | (bzr r2735)
* Correction for tooltips additionJon A. Cruz2007-03-211-3/+3
| | | (bzr r2732)
* Added tootips for toolbar spinbuttonsJon A. Cruz2007-03-211-0/+17
| | | (bzr r2730)
* Adding all described values to menu of valuesJon A. Cruz2007-03-211-47/+138
| | | (bzr r2729)
* Adding labels to popup menu valuesJon A. Cruz2007-03-211-10/+101
| | | (bzr r2724)
* Added pop-up and toolbar menuJon A. Cruz2006-10-241-4/+166
| | | (bzr r1857)
* Added callback function to allow shrinking of widgetsJon A. Cruz2006-10-241-1/+26
| | | (bzr r1850)
* Corrected focus problems by moving flag setting back to first thingJon A. Cruz2006-10-231-6/+6
| | | (bzr r1843)