| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵ | Alvin Penner | 2013-01-28 | 3 | -20/+34 |
| | | | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069) | ||||
| * | desktop-widget: Add callback to ensure that ruler ranges are correctly ↵ | Alex Valavanis | 2013-01-27 | 1 | -0/+23 |
| | | | | | | | | | updated when canvas table resizes Fixed bugs: - https://launchpad.net/bugs/950552 (bzr r12068) | ||||
| * | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 2013-01-27 | 10 | -48/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 43 | -1544/+463 |
| | | | | (bzr r12065) | ||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 21 | -669/+168 |
| | | | | (bzr r12064) | ||||
| * | fix crash | Johan B. C. Engelen | 2013-01-24 | 1 | -0/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063) | ||||
| * | Filters. New Nudge CMY custom predefined filter and modified Nudge RVB. | Nicolas Dufour | 2013-01-24 | 2 | -57/+141 |
| | | | | | | Translations. Translation template and French translation update. (bzr r12061) | ||||
| * | More GObject boilerplate cleanup | Alex Valavanis | 2013-01-24 | 20 | -987/+325 |
| | | | | (bzr r12059) | ||||
| * | revert my revision 12053 (Bug #1103248 ) | Kris De Gussem | 2013-01-23 | 3 | -3/+3 |
| | | | | (bzr r12058) | ||||
| * | fix Memory leak in bitmap trace (Bug #996695) | Kris De Gussem | 2013-01-23 | 2 | -8/+10 |
| | | | | (bzr r12057) | ||||
| * | cppcheck: style and performance | Kris De Gussem | 2013-01-23 | 6 | -31/+35 |
| | | | | (bzr r12056) | ||||
| * | Clean up more GObject type definitions | Alex Valavanis | 2013-01-23 | 25 | -1094/+421 |
| | | | | (bzr r12055) | ||||
| * | minor cppcheck warning | Kris De Gussem | 2013-01-22 | 1 | -1/+0 |
| | | | | (bzr r12054) | ||||
| * | direct use of Glib::ustring | Kris De Gussem | 2013-01-22 | 3 | -3/+3 |
| | | | | (bzr r12053) | ||||
| * | fix possible memory leak | Kris De Gussem | 2013-01-22 | 1 | -14/+16 |
| | | | | (bzr r12052) | ||||
| * | Filters. Add missing inkscape namespace declaration for 'Channel Painting' | su_v | 2013-01-22 | 1 | -1/+1 |
| | | | | (bzr r12051) | ||||
| * | Fixed memory leaks | Kris De Gussem | 2013-01-20 | 1 | -37/+45 |
| | | | | (bzr r12050) | ||||
| * | UI uniformisation: added colons in front of edit box (see bug #1050938 ) | Kris De Gussem | 2013-01-20 | 2 | -10/+21 |
| | | | | (bzr r12049) | ||||
| * | minor fix (do not compare to zero) | Kris De Gussem | 2013-01-20 | 1 | -1/+2 |
| | | | | (bzr r12048) | ||||
| * | UI uniformisation | Kris De Gussem | 2013-01-20 | 1 | -1/+1 |
| | | | | (bzr r12046) | ||||
| * | Fix multiple instances of ci_key. | Jon A. Cruz | 2013-01-20 | 2 | -9/+11 |
| | | | | (bzr r12045) | ||||
| * | cleanup sp_tspan: Use G_DEFINE_TYPE | Alex Valavanis | 2013-01-19 | 2 | -100/+40 |
| | | | | (bzr r12044) | ||||
| * | i18n. Shortcuts preferences are now fully translatable. | Nicolas Dufour | 2013-01-18 | 1 | -4/+4 |
| | | | | (bzr r12042) | ||||
| * | fix warning | Johan B. C. Engelen | 2013-01-17 | 1 | -1/+1 |
| | | | | (bzr r12041) | ||||
| * | const | Johan B. C. Engelen | 2013-01-17 | 2 | -9/+9 |
| | | | | (bzr r12040) | ||||
| * | const .... | Johan B. C. Engelen | 2013-01-17 | 44 | -211/+211 |
| | | | | (bzr r12039) | ||||
| * | more const happiness (and removal of duplicate code in sp-object.h) | Johan B. C. Engelen | 2013-01-17 | 31 | -34/+33 |
| | | | | (bzr r12038) | ||||
| * | const methods | Johan B. C. Engelen | 2013-01-17 | 15 | -32/+30 |
| | | | | (bzr r12037) | ||||
| * | Rm unused sp-animate | Alex Valavanis | 2013-01-17 | 5 | -261/+1 |
| | | | | (bzr r12035) | ||||
| * | Cleanup more GObject type definitions | Alex Valavanis | 2013-01-17 | 21 | -563/+313 |
| | | | | (bzr r12034) | ||||
| * | Cleanup SPDropperContext: | Alex Valavanis | 2013-01-16 | 2 | -80/+89 |
| | | | | | | | * Use G_DEFINE_TYPE rather than explicit _get_type function * Hide private members (bzr r12031) | ||||
| * | Cleanup EekPreview widget implementation: | Alex Valavanis | 2013-01-16 | 3 | -508/+428 |
| | | | | | | | | | * 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) | ||||
| * | Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar ↵ | Alex Valavanis | 2013-01-15 | 2 | -54/+4 |
| | | | | | | | | | functionality) Fixed bugs: - https://launchpad.net/bugs/1096350 (bzr r12027) | ||||
| * | i18n. String disambiguation. | Nicolas Dufour | 2013-01-15 | 1 | -2/+2 |
| | | | | | | Translations. Translations template and French translation update. (bzr r12026) | ||||
| * | clarify preference text (thought it was a bug first) | Johan B. C. Engelen | 2013-01-14 | 1 | -1/+1 |
| | | | | (bzr r12025) | ||||
| * | Preferences. Moving selection option to avoid confusion. | Nicolas Dufour | 2013-01-14 | 1 | -4/+3 |
| | | | | (bzr r12023) | ||||
| * | make grayscale viewmode color factors configurable. | Johan B. C. Engelen | 2013-01-13 | 3 | -14/+34 |
| | | | | (bzr r12022) | ||||
| * | Fix deprecated pointer grabbing in gimpcolorwheel | Alex Valavanis | 2013-01-13 | 1 | -3/+16 |
| | | | | (bzr r12021) | ||||
| * | Stop using deprecated pang_ft2 functions | Alex Valavanis | 2013-01-13 | 2 | -5/+14 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166276 (bzr r12020) | ||||
| * | Minor warning and dead code cleanup. | Jon A. Cruz | 2013-01-13 | 2 | -13/+1 |
| | | | | (bzr r12018) | ||||
| * | Merge in connector cleanup | Martin Owens | 2013-01-11 | 16 | -1107/+88 |
| |\ | | | | | (bzr r12015) | ||||
| | * | Step 1. Remove junk and keep functionality. | Martin Owens | 2012-11-30 | 16 | -1107/+88 |
| | | | | | | | (bzr r11894.1.1) | ||||
| * | | Warning and dead code cleanup. | Jon A. Cruz | 2013-01-11 | 27 | -334/+133 |
| | | | | | | | (bzr r12014) | ||||
| * | | gimpcolorwheel: Clean up drawing functions | Alex Valavanis | 2013-01-10 | 1 | -105/+24 |
| | | | | | | | (bzr r12013) | ||||
| * | | Filters. Fix for Bug #1089406 (filter name is random filter232 when first ↵ | Nicolas Dufour | 2013-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | added) by insaner. (bzr r12012) | ||||
| * | | Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version ↵ | Alex Valavanis | 2013-01-08 | 5 | -64/+1777 |
| | | | | | | | | | | | | | | | | | requirement to 3.2 Fixed bugs: - https://launchpad.net/bugs/1071354 (bzr r12011) | ||||
| * | | visual bbox minimum width (Bug 1094802) | Alvin Penner | 2013-01-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094802 (bzr r12010) | ||||
| * | | Build. Fix for Bug #910335 ([POSIX] incorrect included header files in ↵ | Nicolas Dufour | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | src/color-profile.cpp for open(2)). (bzr r12009) | ||||
| * | | ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6 | Alex Valavanis | 2013-01-04 | 5 | -38/+23 |
| | | | | | | | (bzr r12008) | ||||
| * | | Re-add omitted UI pref from prefences dialog rewrite | Josh Andler | 2013-01-04 | 1 | -0/+1 |
| | | | | | | | (bzr r12007) | ||||
