summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-088-5/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12181)
* | | | | | | | | | | | | | Drop more Gtk::Table usageAlex Valavanis2013-03-081-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12180)
* | | | | | | | | | | | | | Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-087-15/+63
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12179)
* | | | | | | | | | | | | Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-074-82/+216
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | (bzr r12178)
* | | | | | | | | | | | Build with GDKMM_DISABLE_DEPRECATED for allAlex Valavanis2013-03-011-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12165)
* | | | | | | | | | | | Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-014-66/+69
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fontspec rather than font). (bzr r12164)
* | | | | | | | | | | Some strings clarifications (see Bug #955060, Latvian translation for 0.49).Nicolas Dufour2013-02-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12153)
* | | | | | | | | | | Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-236-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* | | | | | | | | | | Bug 1111459: revert changes from r12012 (regressions affect normal usage ↵su_v2013-02-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more than the problem fixed with r12012 (bug #1089406) (bzr r12137)
* | | | | | | | | | | update cmake filesCampbell Barton2013-02-191-0/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | (bzr r12134)
* | | | | | | | | | A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12119)
* | | | | | | | | | adding dockbar/switcher style toggles in prefs uiRaphael Rosch2013-02-112-0/+20
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1098416 (bzr r12115)
* | | | | | | | | Win32. Fixing Glib and GTKmm deprecations.Nicolas Dufour2013-02-052-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12102)
* | | | | | | | | Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12100)
* | | | | | | | | Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12089)
* | | | | | | | | Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-311-22/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12083)
* | | | | | | | | Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-273-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* | | | | | | | | More GObject boilerplate reductionAlex Valavanis2013-01-261-49/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12065)
* | | | | | | | | fix crashJohan B. C. Engelen2013-01-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063)
* | | | | | | | | revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12058)
* | | | | | | | | direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12053)
* | | | | | | | | UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-202-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12049)
* | | | | | | | | UI uniformisationKris De Gussem2013-01-201-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | (bzr r12046)
* | | | | | | | i18n. Shortcuts preferences are now fully translatable.Nicolas Dufour2013-01-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12042)
* | | | | | | | Cleanup EekPreview widget implementation:Alex Valavanis2013-01-161-51/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Strip out dead code * Move all properties to private structure * Use modern GObject style in most places * Replace explicit get_type implementation with G_DEFINE_TYPE (bzr r12028)
* | | | | | | | i18n. String disambiguation.Nicolas Dufour2013-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Translations template and French translation update. (bzr r12026)
* | | | | | | | clarify preference text (thought it was a bug first)Johan B. C. Engelen2013-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12025)
* | | | | | | | Preferences. Moving selection option to avoid confusion.Nicolas Dufour2013-01-141-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12023)
* | | | | | | | Fix deprecated pointer grabbing in gimpcolorwheelAlex Valavanis2013-01-131-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12021)
* | | | | | | | Warning and dead code cleanup.Jon A. Cruz2013-01-117-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12014)
* | | | | | | | gimpcolorwheel: Clean up drawing functionsAlex Valavanis2013-01-101-105/+24
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r12013)
* | | | | | | | Filters. Fix for Bug #1089406 (filter name is random filter232 when first ↵Nicolas Dufour2013-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added) by insaner. (bzr r12012)
* | | | | | | | Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵Alex Valavanis2013-01-083-0/+1764
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011)
* | | | | | | ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6Alex Valavanis2013-01-042-0/+22
| | | | | | | | | | | | | | | | | | | | | (bzr r12008)
* | | | | | | Re-add omitted UI pref from prefences dialog rewriteJosh Andler2013-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r12007)
* | | | | | | Fix GTK+ 3 drawing of primitives list in filter effects dialogAlex Valavanis2012-12-282-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1066808 (bzr r11997)
* | | | | | | Correct sizing in primitives list in filter-effects dialogAlex Valavanis2012-12-282-3/+69
| | | | | | | | | | | | | | | | | | | | | (bzr r11996)
* | | | | | | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-282-12/+29
| | | | | | | | | | | | | | | | | | | | | (bzr r11995)
* | | | | | | Implement GTK+ 3 drawing of color preview widgetAlex Valavanis2012-12-272-36/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1016900 (bzr r11994)
* | | | | | | Change tooltip to clarify behavior after commit r10784.Tavmjong Bah2012-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | (bzr r11990)
* | | | | | | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-256-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | christmas\!) (bzr r11986)
* | | | | | | Fix regression with event attribute names (see bug #1050938)su_v2012-12-191-9/+9
| | | | | | | | | | | | | | | | | | | | | (bzr r11963)
* | | | | | | Added support for Visio stencil files (.vss) to Symbols dialog.Tavmjong Bah2012-12-171-4/+104
| | | | | | | | | | | | | | | | | | | | | (bzr r11962)
* | | | | | | GTK+ 3: Switch to more orientable widgetsAlex Valavanis2012-12-167-1/+72
| | | | | | | | | | | | | | | | | | | | | (bzr r11960)
* | | | | | | GTK+ 3: Use orientable widgetsAlex Valavanis2012-12-167-0/+60
| | | | | | | | | | | | | | | | | | | | | (bzr r11959)
* | | | | | | Migrate PageSizer to Gtk::GridAlex Valavanis2012-12-162-3/+73
| | | | | | | | | | | | | | | | | | | | | (bzr r11957)
* | | | | | | Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith2012-12-141-0/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r11954)
* | | | | | | Migrate document metadata from NotbookPage to Gtk::Grid and drop dead codeAlex Valavanis2012-12-122-54/+79
| | | | | | | | | | | | | | | | | | | | | (bzr r11952)
* | | | | | | Migrate Layers dialog to Gtk::GridAlex Valavanis2012-12-102-2/+59
| | | | | | | | | | | | | | | | | | | | | (bzr r11948)
* | | | | | | GTK3: Migrate guides dialog to Gtk::GridAlex Valavanis2012-12-102-7/+79
| | | | | | | | | | | | | | | | | | | | | (bzr r11947)