summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-30Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2-11/+27
2008-04-24noop: Address a couple of warnings from g++-4.3.Peter Moulder2-4/+4
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan1-1/+2
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-78/+78
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2-4/+4
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
2008-04-01make stroke width adjustable by rotation toobulia byak2-4/+121
2008-03-30add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen1-0/+79
2008-03-28Fixed initialization orderJon A. Cruz1-3/+3
2008-03-23make sure we explicitly use geometric bbox for calculating blur marginsbulia byak1-2/+3
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen4-7/+31
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen4-2/+74
2008-02-28Reworked swatches context menu slightly to make it more compact and a bit cle...Marcin Floryan1-58/+78
2008-02-28Whitespace & misc cleanupJon A. Cruz1-62/+66
2008-02-27added randomize icon, cleaned defs in icons.svg, and saved with preferences t...Josh Andler1-1/+1
2008-02-27Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen4-290/+106
2008-02-22Reducing size of pop-up menu triggerJon A. Cruz1-4/+10
2008-02-22Warning cleanupJon A. Cruz1-3/+3
2008-02-21default values for checkbutton, colorbutton, dualspinbutton, spinslider attrW...Felipe Corr??a da Silva Sanches1-1/+13
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-17/+51
2008-02-21Warning cleanupJon A. Cruz1-1/+1
2008-02-21* add tooltips to spinsliders, spinbuttons and comboboxes on the filter setti...Felipe Corr??a da Silva Sanches3-6/+14
2008-02-20Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan1-2/+2
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-8/+8
2008-02-20yet another contextual splitAlexandre Prokoudine1-1/+1
2008-02-19initialize default value to zero when it is not provided as parameter to the ...Felipe Corr??a da Silva Sanches1-1/+1
2008-02-19* use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2-3/+39
2008-02-19New submenu for tuning swatch appearanceJon A. Cruz1-3/+27
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz2-2/+18
2008-02-17fix sticking in rotation mode after click (correct fix this time, sorry)bulia byak1-0/+2
2008-02-17fix sticking in rotation mode after clickbulia byak1-2/+2
2008-02-15fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2-2/+78
2008-02-11* Missing localization for Reset preferences buttonLuca Bruno2-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2008-01-26gray out widgets when grid is disabled.Johan B. C. Engelen2-5/+5
2008-01-17Hide the Image filter effect primitive from the filter effects dialog. Files ...Nicholas Bishop1-0/+14
2008-01-17RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2-39/+32
2008-01-16remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2-42/+63
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen3-79/+46
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2-47/+23
2008-01-16No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen1-0/+3
2008-01-16r17673@shi: ted | 2008-01-15 23:01:59 -0800Ted Gould1-1/+0
2008-01-16r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould1-0/+2
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2-77/+39
2008-01-15RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...Johan B. C. Engelen3-61/+115
2008-01-15stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY2-5/+6
2008-01-15abstract use of sodipodi:modifiedMenTaLguY2-3/+3
2008-01-01make blend versus blur more configurable on a case-by-case basisMenTaLguY4-10/+19
2008-01-01fix update on layer switch and work around some blur-related glitchesMenTaLguY5-12/+17
2008-01-01separate blend history for objects versus layersMenTaLguY2-5/+14