summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix clearing in Scale and unit conversion in Skewbulia byak2008-01-221-3/+12
| | | (bzr r4578)
* sorry... forgot to quote a \"Felipe Corr??a da Silva Sanches2008-01-211-2/+2
| | | (bzr r4572)
* * modified strings on infobox (filter effect dialog) to fit better english styleFelipe Corr??a da Silva Sanches2008-01-211-11/+11
| | | | | * for i in *.po; do intltool-update $(basename "$i" .po); done (bzr r4571)
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵Maximilian Albert2008-01-201-3/+3
| | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568)
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-202-31/+14
| | | (bzr r4566)
* don't update LPE dialog when selection is modified.Johan B. C. Engelen2008-01-202-14/+21
| | | (bzr r4564)
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵Maximilian Albert2008-01-192-0/+13
| | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563)
* info-box for filter effects dialogFelipe Corr??a da Silva Sanches2008-01-182-1/+87
| | | (bzr r4551)
* Fixed crash in the filter effects dialog on loading files with the ↵Nicholas Bishop2008-01-181-2/+4
| | | | | unimplemented component transfer filter. (bzr r4545)
* removing feTile and feComponentTransfer from UIFelipe Corr??a da Silva Sanches2008-01-171-2/+8
| | | (bzr r4544)
* Hide the Image filter effect primitive from the filter effects dialog. Files ↵Nicholas Bishop2008-01-171-0/+12
| | | | | containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape. (bzr r4537)
* Fixed bug in filter effects dialog; incorrect desktop was being used with ↵Nicholas Bishop2008-01-171-2/+4
| | | | | multiple windows open. (bzr r4536)
* Fixed a crash on removing a filter primitive in the filter effects dialog.Nicholas Bishop2008-01-172-15/+16
| | | (bzr r4535)
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵gustav_b2008-01-171-21/+12
| | | | | instead of old RegisteredWdg (bzr r4530)
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-162-105/+75
| | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520)
* Remember state of 'Relative to:' combo box in Align and Distribute dialog ↵Maximilian Albert2008-01-161-2/+5
| | | | | across sessions (closes LP #171086) (bzr r4517)
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-162-0/+6
| | | (bzr r4514)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-162-9/+9
| | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-152-83/+95
| | | (bzr r4500)
* hopefully fix compile error on linuxJohan B. C. Engelen2008-01-151-1/+1
| | | (bzr r4498)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-152-1/+6
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* M AUTHORSJoel Holdsworth2008-01-151-0/+1
| | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494)
* make input labels translatableMenTaLguY2008-01-151-2/+2
| | | (bzr r4492)
* tweaking slider increments and ranges for convolve matrix and turbulence filtersFelipe Corr??a da Silva Sanches2008-01-151-2/+2
| | | (bzr r4487)
* Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen2008-01-142-0/+3
| | | (bzr r4485)
* Some small changes in the captions of the document-properties dialogDiederik van Lierop2008-01-131-11/+11
| | | (bzr r4478)
* Use visual/geometric bbox (as specified in Selector tool preferences) when ↵Maximilian Albert2008-01-132-0/+9
| | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477)
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-112-1/+7
| | | | | paint bucket tools (bzr r4457)
* copyeditbulia byak2008-01-101-5/+5
| | | (bzr r4450)
* label fix: kbd selection can never go into groups anyway, only layersbulia byak2008-01-101-4/+4
| | | (bzr r4449)
* roll back to 16721 (see discussion in the devel list)bulia byak2008-01-092-132/+10
| | | (bzr r4445)
* Fix LP #181020: When snapping a guide, now only the part of the guide near ↵Diederik van Lierop2008-01-081-1/+1
| | | | | the pointer is considered (bzr r4435)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+1
| | | | | Whitespace cleanup. (bzr r4413)
* Fix LP #179741Johan B. C. Engelen2008-01-021-9/+3
| | | (bzr r4363)
* disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY2008-01-011-1/+1
| | | (bzr r4358)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-011-1/+1
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-011-1/+1
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-011-1/+2
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-012-0/+4
| | | (bzr r4354)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-012-241/+4
| | | (bzr r4352)
* Add default CC metadata and license to preferences.Bryce Harrington2007-12-312-10/+132
| | | | | (Closes LP: #169954) (bzr r4346)
* don't zoom when changing dpiKees Cook2007-12-301-2/+2
| | | (bzr r4338)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-302-53/+79
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-302-2/+2
| | | (bzr r4335)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-292-40/+32
| | | (bzr r4331)
* correct build_gridspageJohan B. C. Engelen2007-12-291-5/+2
| | | (bzr r4330)
* Add icons to document properties grid table :-)Johan B. C. Engelen2007-12-292-2/+36
| | | (bzr r4329)
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
| | | (bzr r4289)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-222-3/+3
| | | | | main inkscape desktop window (bzr r4278)