| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-10-05 | Move GtkAction subclasses to widgets/ | Liam P. White | 1 | -1113/+0 | |
| (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) | |||||
| 2011-04-17 | Restore comment needed in *shared* code file. | Jon A. Cruz | 1 | -0/+2 | |
| (bzr r10179) | |||||
| 2011-04-15 | hack C++ spinbuttons into toolbars. unit conversion does not work, and will ↵ | Johan B. C. Engelen | 1 | -1/+5 | |
| probably be a huge pain to add (bzr r10169) | |||||
| 2011-04-15 | remove ridiculous comment | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r10168) | |||||
| 2011-03-20 | Cleaned up memory patch. Fixes bug #737298. | Jon A. Cruz | 1 | -13/+12 | |
| Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) | |||||
| 2010-05-18 | Add icons for line-height, letter-spacing, etc. to text toolbar. | Tavmjong Bah | 1 | -7/+63 | |
| Include units in tooltips. (bzr r9427) | |||||
| 2009-07-13 | Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵ | Josh Andler | 1 | -1/+1 | |
| directly included now. (bzr r8278) | |||||
| 2008-07-16 | warning cleanup | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r6329) | |||||
| 2008-07-11 | move label on top for sliders | bulia byak | 1 | -11/+21 | |
| (bzr r6261) | |||||
| 2008-07-09 | remove fractional digits from hscales, we cannot drag with such precision anyway | bulia byak | 1 | -0/+1 | |
| (bzr r6240) | |||||
| 2008-07-01 | Adding use of GtkScaleButton when available | Jon A. Cruz | 1 | -0/+30 | |
| (bzr r6105) | |||||
| 2008-06-30 | Initial cut of sliders in toolbars | Jon A. Cruz | 1 | -6/+77 | |
| (bzr r6096) | |||||
| 2007-12-04 | Implemented use of "short_label" for toolbar items. | Jon A. Cruz | 1 | -1/+2 | |
| Fixes bug #168826. (bzr r4167) | |||||
| 2007-08-21 | add colon before value description | bulia byak | 1 | -1/+3 | |
| (bzr r3560) | |||||
| 2007-04-15 | Visual layout and spacing cleanup | Jon A. Cruz | 1 | -1/+4 | |
| (bzr r2906) | |||||
| 2007-04-10 | Making display narrower | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r2843) | |||||
| 2007-03-23 | fix floating point comparrisons to not skip values | Jon A. Cruz | 1 | -6/+6 | |
| (bzr r2746) | |||||
| 2007-03-22 | Adding non-labeled default entries | Jon A. Cruz | 1 | -5/+3 | |
| (bzr r2735) | |||||
| 2007-03-21 | Correction for tooltips addition | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r2732) | |||||
| 2007-03-21 | Added tootips for toolbar spinbuttons | Jon A. Cruz | 1 | -0/+17 | |
| (bzr r2730) | |||||
| 2007-03-21 | Adding all described values to menu of values | Jon A. Cruz | 1 | -47/+138 | |
| (bzr r2729) | |||||
| 2007-03-21 | Adding labels to popup menu values | Jon A. Cruz | 1 | -10/+101 | |
| (bzr r2724) | |||||
| 2006-10-24 | Added pop-up and toolbar menu | Jon A. Cruz | 1 | -4/+166 | |
| (bzr r1857) | |||||
| 2006-10-24 | Added callback function to allow shrinking of widgets | Jon A. Cruz | 1 | -1/+26 | |
| (bzr r1850) | |||||
| 2006-10-23 | Corrected focus problems by moving flag setting back to first thing | Jon A. Cruz | 1 | -6/+6 | |
| (bzr r1843) | |||||
