summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-18Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadlyJohan B. C. Engelen2-0/+4
2007-11-11* typo fixedLuca Bruno1-3/+3
2007-11-11Minor cleanupJon A. Cruz1-17/+17
2007-11-10Warning cleanupJon A. Cruz2-73/+79
2007-11-08warning cleanupJon A. Cruz1-58/+58
2007-11-02warning cleanupJon A. Cruz1-16/+16
2007-10-31marked three messages from color gestures for translationAlexandre Prokoudine1-3/+3
2007-10-30add alt dragging for no change modebulia byak2-14/+32
2007-10-25punctuationbulia byak1-2/+2
2007-10-25Dockable dialogs: Allow in-dock dialogs to be expanded even if there'sgustav_b2-1/+26
2007-10-24change cursor for color gesturesbulia byak2-0/+46
2007-10-24whitespacebulia byak1-66/+66
2007-10-24enable color gestures for fill and strokebulia byak2-14/+175
2007-10-24new class for widgets adjustable by rotation-like gesturesbulia byak3-0/+205
2007-10-19Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ...Johan B. C. Engelen1-24/+0
2007-10-16runaway random number widget workaroundJohan B. C. Engelen1-9/+4
2007-10-16Fix checkbuttons of LPEs. Should no longer crash, should no longer need click...Johan B. C. Engelen1-2/+25
2007-10-11trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder5-676/+676
2007-10-11noop: ui/widget/selected-style.cpp: Change a local var to be more const, to a...Peter Moulder1-1/+1
2007-09-27fixing undo problems with LPE widgets. Not completely fixed yet. CheckButtons...Johan B. C. Engelen6-19/+83
2007-09-26Changed preference to use file chooser buttonJon A. Cruz2-26/+52
2007-09-25Define DockItems' floating state properly. Fixes some issues withgustav_b4-12/+15
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz2-16/+16