summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-302-11/+27
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
* Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan2008-04-121-1/+2
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-78/+78
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-052-4/+4
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
* make stroke width adjustable by rotation toobulia byak2008-04-012-4/+121
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+79
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-224-7/+31
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-224-2/+74
* Reworked swatches context menu slightly to make it more compact and a bit cle...Marcin Floryan2008-02-281-58/+78
* Whitespace & misc cleanupJon A. Cruz2008-02-281-62/+66
* added randomize icon, cleaned defs in icons.svg, and saved with preferences t...Josh Andler2008-02-271-1/+1
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed Register...Johan B. C. Engelen2008-02-274-290/+106
* Reducing size of pop-up menu triggerJon A. Cruz2008-02-221-4/+10
* Warning cleanupJon A. Cruz2008-02-221-3/+3
* default values for checkbutton, colorbutton, dualspinbutton, spinslider attrW...Felipe Corr??a da Silva Sanches2008-02-211-1/+13
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-17/+51
* Warning cleanupJon A. Cruz2008-02-211-1/+1
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter setti...Felipe Corr??a da Silva Sanches2008-02-213-6/+14
* Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan2008-02-201-2/+2
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-8/+8
* yet another contextual splitAlexandre Prokoudine2008-02-201-1/+1
* initialize default value to zero when it is not provided as parameter to the ...Felipe Corr??a da Silva Sanches2008-02-191-1/+1
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-192-3/+39
* New submenu for tuning swatch appearanceJon A. Cruz2008-02-191-3/+27
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-182-2/+18
* fix sticking in rotation mode after click (correct fix this time, sorry)bulia byak2008-02-171-0/+2
* fix sticking in rotation mode after clickbulia byak2008-02-171-2/+2
* fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2008-02-152-2/+78
* * Missing localization for Reset preferences buttonLuca Bruno2008-02-112-2/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-262-5/+5
* Hide the Image filter effect primitive from the filter effects dialog. Files ...Nicholas Bishop2008-01-171-0/+14
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2008-01-172-39/+32
* remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2008-01-162-42/+63
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-163-79/+46
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2008-01-162-47/+23
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-161-0/+3
* r17673@shi: ted | 2008-01-15 23:01:59 -0800Ted Gould2008-01-161-1/+0
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-161-0/+2
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-152-77/+39
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...Johan B. C. Engelen2008-01-153-61/+115
* stop toggling insensitive state for modification flag updates (fixes critical...MenTaLguY2008-01-152-5/+6
* abstract use of sodipodi:modifiedMenTaLguY2008-01-152-3/+3
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-014-10/+19
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-015-12/+17
* separate blend history for objects versus layersMenTaLguY2008-01-012-5/+14