summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-01-01first crack at enabling blend for layers dialogMenTaLguY2-14/+39
2008-01-01abstraction for style widget subjectsMenTaLguY5-71/+364
2008-01-01factor filter and opacity controls into separate metawidgetMenTaLguY3-0/+368
2007-12-30Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2-18/+18
2007-12-30beautify rendering options tabKees Cook2-35/+66
2007-12-29clean up print dialog for better integration with gtkmmKees Cook1-1/+1
2007-12-19guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen1-4/+2
2007-12-17Renaming captions and labels in snapping preferences dialog, and inverting th...Diederik van Lierop1-3/+3
2007-12-16start of getting angled guidelines.Johan B. C. Engelen1-1/+1
2007-12-16add default unit to grid preferences.Johan B. C. Engelen2-0/+27
2007-12-14Add default grid settings to Inkscape preferences.Johan B. C. Engelen3-1/+36
2007-12-11r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould1-0/+1
2007-12-10Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook3-0/+158
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b2-1/+42
2007-12-01Warning cleanup (including OFFSET_OF warning)Jon A. Cruz1-3/+3
2007-11-28Remove debug messagesJohan B. C. Engelen1-2/+0
2007-11-23Fix [ 1835591 ] Reproducible crash on opening the attached fileJohan B. C. Engelen2-8/+30
2007-11-22The dialog to panel refactoring:gustav_b5-245/+341