| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | at least gray out the remove button if we can't remove it when no grids | bulia byak | 2008-01-26 | 1 | -3/+2 |
| | | | | (bzr r4602) | ||||
| * | fix: show lpe parameters when new effect is applied | Johan B. C. Engelen | 2008-01-26 | 1 | -0/+2 |
| | | | | (bzr r4601) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 3 | -9/+9 |
| | | | | (bzr r4594) | ||||
| * | * implemented feImage Settings UI | Felipe Corr??a da Silva Sanches | 2008-01-24 | 1 | -4/+139 |
| | | | | | | | * created feImage icon * added CC licensing info on feConvolveMatrix-icon (bzr r4586) | ||||
| * | fix clearing in Scale and unit conversion in Skew | bulia byak | 2008-01-22 | 1 | -3/+12 |
| | | | | (bzr r4578) | ||||
| * | sorry... forgot to quote a \" | Felipe Corr??a da Silva Sanches | 2008-01-21 | 1 | -2/+2 |
| | | | | (bzr r4572) | ||||
| * | * modified strings on infobox (filter effect dialog) to fit better english style | Felipe Corr??a da Silva Sanches | 2008-01-21 | 1 | -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 Albert | 2008-01-20 | 1 | -3/+3 |
| | | | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568) | ||||
| * | don't update LPE dialog when selection is modified. try 2 | Johan B. C. Engelen | 2008-01-20 | 2 | -31/+14 |
| | | | | (bzr r4566) | ||||
| * | don't update LPE dialog when selection is modified. | Johan B. C. Engelen | 2008-01-20 | 2 | -14/+21 |
| | | | | (bzr r4564) | ||||
| * | Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵ | Maximilian Albert | 2008-01-19 | 2 | -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 dialog | Felipe Corr??a da Silva Sanches | 2008-01-18 | 2 | -1/+87 |
| | | | | (bzr r4551) | ||||
| * | Fixed crash in the filter effects dialog on loading files with the ↵ | Nicholas Bishop | 2008-01-18 | 1 | -2/+4 |
| | | | | | | unimplemented component transfer filter. (bzr r4545) | ||||
| * | removing feTile and feComponentTransfer from UI | Felipe Corr??a da Silva Sanches | 2008-01-17 | 1 | -2/+8 |
| | | | | (bzr r4544) | ||||
| * | Hide the Image filter effect primitive from the filter effects dialog. Files ↵ | Nicholas Bishop | 2008-01-17 | 2 | -0/+26 |
| | | | | | | 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 Bishop | 2008-01-17 | 1 | -2/+4 |
| | | | | | | multiple windows open. (bzr r4536) | ||||
| * | Fixed a crash on removing a filter primitive in the filter effects dialog. | Nicholas Bishop | 2008-01-17 | 2 | -15/+16 |
| | | | | (bzr r4535) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 3 | -60/+44 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | remove unnecessary cast + cosmetic changes. | Johan B. C. Engelen | 2008-01-16 | 2 | -42/+63 |
| | | | | (bzr r4524) | ||||
| * | RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 3 | -79/+46 |
| | | | | | | RegisteredWdg (bzr r4523) | ||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 2 | -47/+23 |
| | | | | | | RegisteredWdg (bzr r4521) | ||||
| * | No need to use pointers for the widgets of document-properties.cpp, so don't. | Johan B. C. Engelen | 2008-01-16 | 3 | -105/+78 |
| | | | | | | 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 Albert | 2008-01-16 | 1 | -2/+5 |
| | | | | | | across sessions (closes LP #171086) (bzr r4517) | ||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 2 | -0/+6 |
| | | | | (bzr r4514) | ||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 2 | -9/+9 |
| | | | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513) | ||||
| * | r17673@shi: ted | 2008-01-15 23:01:59 -0800 | Ted Gould | 2008-01-16 | 1 | -1/+0 |
| | | | | | | SVK messed this up (bzr r4511) | ||||
| * | r17645@shi: ted | 2008-01-14 22:05:15 -0800 | Ted Gould | 2008-01-16 | 1 | -0/+2 |
| | | | | | | pre0 marking (bzr r4505) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 4 | -160/+134 |
| | | | | (bzr r4500) | ||||
| * | hopefully fix compile error on linux | Johan B. C. Engelen | 2008-01-15 | 1 | -1/+1 |
| | | | | (bzr r4498) | ||||
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵ | Johan B. C. Engelen | 2008-01-15 | 3 | -61/+115 |
| | | | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496) | ||||
| * | prepare LPE parameter widgets to be owned by multiple dialogs, as it should be. | Johan B. C. Engelen | 2008-01-15 | 2 | -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 AUTHORS | Joel Holdsworth | 2008-01-15 | 1 | -0/+1 |
| | | | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494) | ||||
| * | make input labels translatable | MenTaLguY | 2008-01-15 | 1 | -2/+2 |
| | | | | (bzr r4492) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 3 | -6/+7 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 3 | -5/+4 |
| | | | | (bzr r4490) | ||||
| * | tweaking slider increments and ranges for convolve matrix and turbulence filters | Felipe Corr??a da Silva Sanches | 2008-01-15 | 1 | -2/+2 |
| | | | | (bzr r4487) | ||||
| * | Add preference so people can choose which behaviour they want. (bug 167422) | Johan B. C. Engelen | 2008-01-14 | 2 | -0/+3 |
| | | | | (bzr r4485) | ||||
| * | Some small changes in the captions of the document-properties dialog | Diederik van Lierop | 2008-01-13 | 1 | -11/+11 |
| | | | | (bzr r4478) | ||||
| * | Use visual/geometric bbox (as specified in Selector tool preferences) when ↵ | Maximilian Albert | 2008-01-13 | 2 | -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 Albert | 2008-01-11 | 2 | -1/+7 |
| | | | | | | paint bucket tools (bzr r4457) | ||||
| * | copyedit | bulia byak | 2008-01-10 | 1 | -5/+5 |
| | | | | (bzr r4450) | ||||
| * | label fix: kbd selection can never go into groups anyway, only layers | bulia byak | 2008-01-10 | 1 | -4/+4 |
| | | | | (bzr r4449) | ||||
| * | roll back to 16721 (see discussion in the devel list) | bulia byak | 2008-01-09 | 2 | -132/+10 |
| | | | | (bzr r4445) | ||||
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near ↵ | Diederik van Lierop | 2008-01-08 | 1 | -1/+1 |
| | | | | | | the pointer is considered (bzr r4435) | ||||
| * | Fix missing tooltips in LPE's. (Closes LP: #178471) | Bryce Harrington | 2008-01-06 | 1 | -1/+1 |
| | | | | | | Whitespace cleanup. (bzr r4413) | ||||
| * | Adds 'Save as SVG' button / dialog to clarify when saving file, that it | Bryce Harrington | 2008-01-06 | 1 | -2/+4 |
| | | | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401) | ||||
| * | Fix LP #179741 | Johan B. C. Engelen | 2008-01-02 | 1 | -9/+3 |
| | | | | (bzr r4363) | ||||
| * | disable fill-and-stroke blend (separate commit for easy reversion) | MenTaLguY | 2008-01-01 | 1 | -1/+1 |
| | | | | (bzr r4358) | ||||
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 5 | -11/+20 |
| | | | | (bzr r4357) | ||||
| * | fix update on layer switch and work around some blur-related glitches | MenTaLguY | 2008-01-01 | 6 | -13/+18 |
| | | | | (bzr r4356) | ||||
