| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 5 | -78/+73 | |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | |||||
| * | now act on settings in dialogue | Adib Taraben | 2008-01-16 | 4 | -8/+53 | |
| | | | | (bzr r4529) | |||||
| * | Stopped the export bitmap dialog from being sizeable | Joel Holdsworth | 2008-01-16 | 1 | -1/+1 | |
| | | | | (bzr r4528) | |||||
| * | Corrected the parenting of the browse dialog, so that it cannot fall ↵ | Joel Holdsworth | 2008-01-16 | 1 | -1/+1 | |
| | | | | | | underneath the export dialog on Windows (bzr r4527) | |||||
| * | Oops, set 'scislac' modus off by default ofcourse. | Johan B. C. Engelen | 2008-01-16 | 1 | -1/+1 | |
| | | | | (bzr r4526) | |||||
| * | fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to ↵ | Johan B. C. Engelen | 2008-01-16 | 1 | -4/+11 | |
| | | | | | | normal user. (bzr r4525) | |||||
| * | 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 | 6 | -99/+59 | |
| | | | | | | RegisteredWdg (bzr r4523) | |||||
| * | fix initialization of grid document properties | Johan B. C. Engelen | 2008-01-16 | 2 | -2/+51 | |
| | | | | (bzr r4522) | |||||
| * | RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵ | Johan B. C. Engelen | 2008-01-16 | 5 | -91/+43 | |
| | | | | | | 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) | |||||
| * | just a tiny refactoring | Felipe Corr??a da Silva Sanches | 2008-01-16 | 1 | -15/+2 | |
| | | | | (bzr r4516) | |||||
| * | implementation of Flood Filter Effect renderer | Felipe Corr??a da Silva Sanches | 2008-01-16 | 4 | -12/+60 | |
| | | | | (bzr r4515) | |||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 7 | -11/+15 | |
| | | | | (bzr r4514) | |||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 6 | -15/+15 | |
| | | | | | | 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) | |||||
| * | Make path segments convertable to guides, too | Maximilian Albert | 2008-01-16 | 3 | -0/+53 | |
| | | | | (bzr r4503) | |||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 12 | -390/+361 | |
| | | | | (bzr r4500) | |||||
| * | Slightly more 'object-oriented' way to invoke item-specific ↵ | Maximilian Albert | 2008-01-15 | 7 | -23/+34 | |
| | | | | | | conversion-to-guides methods (bzr r4499) | |||||
| * | hopefully fix compile error on linux | Johan B. C. Engelen | 2008-01-15 | 1 | -1/+1 | |
| | | | | (bzr r4498) | |||||
| * | Fix wrong offset when Ctrl+dragging 3D boxes by their center | Maximilian Albert | 2008-01-15 | 1 | -2/+4 | |
| | | | | (bzr r4497) | |||||
| * | RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵ | Johan B. C. Engelen | 2008-01-15 | 5 | -90/+132 | |
| | | | | | | | | 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 | 15 | -85/+81 | |
| | | | | | | | 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 | 12 | -48/+35 | |
| | | | | | | | | | | 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 | 12 | -38/+37 | |
| | | | | (bzr r4490) | |||||
| * | whitespace cleanup | MenTaLguY | 2008-01-15 | 1 | -56/+56 | |
| | | | | (bzr r4489) | |||||
| * | 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) | |||||
| * | more on blur to bitmap | Adib Taraben | 2008-01-14 | 3 | -43/+14 | |
| | | | | (bzr r4486) | |||||
| * | Add preference so people can choose which behaviour they want. (bug 167422) | Johan B. C. Engelen | 2008-01-14 | 4 | -5/+17 | |
| | | | | (bzr r4485) | |||||
| * | W3C licensing: | Felipe Corr??a da Silva Sanches | 2008-01-14 | 2 | -3/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | /* * feTurbulence filter primitive renderer * * Authors: * World Wide Web Consortium <http://www.w3.org/> * Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com> * Niko Kiirala <niko@kiirala.com> * * This file has a considerable amount of code adapted from * the W3C SVG filter specs, available at: * http://www.w3.org/TR/SVG11/filters.html#feTurbulence * * W3C original code is licensed under the terms of * the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE: * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 * * Copyright (C) 2007 authors * Released under GNU GPL, read the file 'COPYING' for more information */ (bzr r4484) | |||||
| * | cleaning: removing previously commented out g_warnings() | Felipe Corr??a da Silva Sanches | 2008-01-14 | 1 | -4/+0 | |
| | | | | (bzr r4483) | |||||
| * | early version export to PS using blur to bitmap | Adib Taraben | 2008-01-14 | 5 | -23/+456 | |
| | | | | (bzr r4480) | |||||
| * | 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 | 5 | -2/+31 | |
| | | | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477) | |||||
| * | Allow snapping from and to ellipses | Diederik van Lierop | 2008-01-13 | 1 | -8/+45 | |
| | | | | (bzr r4475) | |||||
| * | KILLING OLD TODO/BUG: remove option that slipped-in without the code. | Jon Phillips | 2008-01-13 | 1 | -3/+0 | |
| | | | | (bzr r4474) | |||||
| * | Fix #181795 | Diederik van Lierop | 2008-01-12 | 3 | -58/+56 | |
| | | | | (bzr r4471) | |||||
| * | Fixed erroneous overwriting of temporary images inside filter effects | Niko Kiirala | 2008-01-12 | 2 | -3/+17 | |
| | | | | (bzr r4470) | |||||
| * | fix vector, power, and fidelity for paths in transformed groups, also ↵ | bulia byak | 2008-01-12 | 2 | -22/+16 | |
| | | | | | | normalize fidelity for zoom level (still not ideal for very small paths at 256x zoom, I suspect livarot just lacks precision) (bzr r4469) | |||||
| * | fix over_the_stroke for paths in transformed groups | bulia byak | 2008-01-12 | 1 | -6/+5 | |
| | | | | (bzr r4468) | |||||
| * | Allow conversion of all selected items to guides (for items other than ↵ | Maximilian Albert | 2008-01-12 | 3 | -17/+48 | |
| | | | | | | rectangles or 3D boxes these are simply aligned along the bounding box of the item being converted) (bzr r4467) | |||||
| * | Better handling of shortcuts in 3D box tool | Maximilian Albert | 2008-01-11 | 1 | -18/+18 | |
| | | | | (bzr r4465) | |||||
| * | (bzr r4464) | Diederik van Lierop | 2008-01-11 | 1 | -7/+6 | |
| | | ||||||
| * | Add possibility to convert objects (only rectangles and 3D boxes currently) ↵ | Maximilian Albert | 2008-01-11 | 14 | -0/+173 | |
| | | | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462) | |||||
| * | Check for perspective in document defs (to avoid hanging/crashes after ↵ | Maximilian Albert | 2008-01-11 | 3 | -48/+42 | |
| | | | | | | vacuum defs or when opening pre-0.46 documents); partly fixes LP #182031 (bzr r4461) | |||||
| * | Retain the 3D box attribute when doing a color tweak only (so that the box ↵ | Maximilian Albert | 2008-01-11 | 1 | -6/+6 | |
| | | | | | | can be further edited in 3D box context) (bzr r4458) | |||||
