| Commit message (Expand) | Author | Age | Files | Lines |
| * | make sure we explicitly use geometric bbox for calculating blur margins | bulia byak | 2008-03-23 | 1 | -2/+3 |
| * | changes to use RegisteredTransformedPoint as widget for LPE point. not complete | Johan B. C. Engelen | 2008-03-22 | 4 | -7/+31 |
| * | * add RegisteredTransformedPoint widget, that transforms the point before dis... | Johan B. C. Engelen | 2008-03-22 | 4 | -2/+74 |
| * | Reworked swatches context menu slightly to make it more compact and a bit cle... | Marcin Floryan | 2008-02-28 | 1 | -58/+78 |
| * | Whitespace & misc cleanup | Jon A. Cruz | 2008-02-28 | 1 | -62/+66 |
| * | added randomize icon, cleaned defs in icons.svg, and saved with preferences t... | Josh Andler | 2008-02-27 | 1 | -1/+1 |
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register... | Johan B. C. Engelen | 2008-02-27 | 4 | -290/+106 |
| * | Reducing size of pop-up menu trigger | Jon A. Cruz | 2008-02-22 | 1 | -4/+10 |
| * | Warning cleanup | Jon A. Cruz | 2008-02-22 | 1 | -3/+3 |
| * | default values for checkbutton, colorbutton, dualspinbutton, spinslider attrW... | Felipe Corr??a da Silva Sanches | 2008-02-21 | 1 | -1/+13 |
| * | Initial implementation of non-square swatches | Jon A. Cruz | 2008-02-21 | 1 | -17/+51 |
| * | Warning cleanup | Jon A. Cruz | 2008-02-21 | 1 | -1/+1 |
| * | * add tooltips to spinsliders, spinbuttons and comboboxes on the filter setti... | Felipe Corr??a da Silva Sanches | 2008-02-21 | 3 | -6/+14 |
| * | Fixed an issue with the use of Q_ macro as introduced in rev 17415 | Marcin Floryan | 2008-02-20 | 1 | -2/+2 |
| * | Decoupled swatch sizes from icon sizes | Jon A. Cruz | 2008-02-20 | 1 | -8/+8 |
| * | yet another contextual split | Alexandre Prokoudine | 2008-02-20 | 1 | -1/+1 |
| * | initialize default value to zero when it is not provided as parameter to the ... | Felipe Corr??a da Silva Sanches | 2008-02-19 | 1 | -1/+1 |
| * | * use enums to deal with displacementmap channel selectors | Felipe Corr??a da Silva Sanches | 2008-02-19 | 2 | -3/+39 |
| * | New submenu for tuning swatch appearance | Jon A. Cruz | 2008-02-19 | 1 | -3/+27 |
| * | Fixing preview/swatch sizes. | Jon A. Cruz | 2008-02-18 | 2 | -2/+18 |
| * | fix sticking in rotation mode after click (correct fix this time, sorry) | bulia byak | 2008-02-17 | 1 | -0/+2 |
| * | fix sticking in rotation mode after click | bulia byak | 2008-02-17 | 1 | -2/+2 |
| * | fix for bug #184671 (Filter effects properties not updating correctly) | Felipe Corr??a da Silva Sanches | 2008-02-15 | 2 | -2/+78 |
| * | * Missing localization for Reset preferences button | Luca Bruno | 2008-02-11 | 2 | -2/+2 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+3 |
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 2 | -5/+5 |
| * | Hide the Image filter effect primitive from the filter effects dialog. Files ... | Nicholas Bishop | 2008-01-17 | 1 | -0/+14 |
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in... | gustav_b | 2008-01-17 | 2 | -39/+32 |
| * | remove unnecessary cast + cosmetic changes. | Johan B. C. Engelen | 2008-01-16 | 2 | -42/+63 |
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R... | Johan B. C. Engelen | 2008-01-16 | 3 | -79/+46 |
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi... | Johan B. C. Engelen | 2008-01-16 | 2 | -47/+23 |
| * | No need to use pointers for the widgets of document-properties.cpp, so don't. | Johan B. C. Engelen | 2008-01-16 | 1 | -0/+3 |
| * | r17673@shi: ted | 2008-01-15 23:01:59 -0800 | Ted Gould | 2008-01-16 | 1 | -1/+0 |
| * | r17645@shi: ted | 2008-01-14 22:05:15 -0800 | Ted Gould | 2008-01-16 | 1 | -0/+2 |
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 2 | -77/+39 |
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas... | Johan B. C. Engelen | 2008-01-15 | 3 | -61/+115 |
| * | stop toggling insensitive state for modification flag updates (fixes critical... | MenTaLguY | 2008-01-15 | 2 | -5/+6 |
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 2 | -3/+3 |
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 4 | -10/+19 |
| * | fix update on layer switch and work around some blur-related glitches | MenTaLguY | 2008-01-01 | 5 | -12/+17 |
| * | separate blend history for objects versus layers | MenTaLguY | 2008-01-01 | 2 | -5/+14 |
| * | first crack at enabling blend for layers dialog | MenTaLguY | 2008-01-01 | 2 | -14/+39 |
| * | abstraction for style widget subjects | MenTaLguY | 2008-01-01 | 5 | -71/+364 |
| * | factor filter and opacity controls into separate metawidget | MenTaLguY | 2008-01-01 | 3 | -0/+368 |
| * | Set teeth selector in lpe-gears to an integer value >= 3. | Bryce Harrington | 2007-12-30 | 2 | -18/+18 |
| * | beautify rendering options tab | Kees Cook | 2007-12-30 | 2 | -35/+66 |
| * | clean up print dialog for better integration with gtkmm | Kees Cook | 2007-12-29 | 1 | -1/+1 |
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -4/+2 |
| * | Renaming captions and labels in snapping preferences dialog, and inverting th... | Diederik van Lierop | 2007-12-17 | 1 | -3/+3 |
| * | start of getting angled guidelines. | Johan B. C. Engelen | 2007-12-16 | 1 | -1/+1 |