summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added "Ask Us a Question" to the Help menu linking to ↵Felipe Corr??a da Silva Sanches2008-01-181-0/+1
| | | | | http://answers.launchpad.net/inkscape/+addquestion (bzr r4546)
* 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)
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-172-0/+18
| | | (bzr r4543)
* fix Matrix::isTranslationJohan B. C. Engelen2008-01-171-1/+1
| | | (bzr r4542)
* Geom: fix a crash on assertion in sbasis-to-bezier.cppJohan B. C. Engelen2008-01-172-1/+5
| | | (bzr r4541)
* remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, ↵Johan B. C. Engelen2008-01-172-12/+13
| | | | | but another bug is apparently present that causes a bug with similar trigger (bzr r4540)
* sorry for this late feature change. this makes the curvestitching *that* ↵Johan B. C. Engelen2008-01-172-20/+22
| | | | | much powerful, plus when this would be introduced in 0.47 it would make 0.46's curvestitching xml obsolete and I'd have to tedious compatibility code. (bzr r4539)
* Reverted earlier edit - export bitmap dialog is now sizeable once againJoel Holdsworth2008-01-171-1/+1
| | | (bzr r4538)
* Hide the Image filter effect primitive from the filter effects dialog. Files ↵Nicholas Bishop2008-01-172-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 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-175-78/+73
| | | | | instead of old RegisteredWdg (bzr r4530)
* now act on settings in dialogueAdib Taraben2008-01-164-8/+53
| | | (bzr r4529)
* Stopped the export bitmap dialog from being sizeableJoel Holdsworth2008-01-161-1/+1
| | | (bzr r4528)
* Corrected the parenting of the browse dialog, so that it cannot fall ↵Joel Holdsworth2008-01-161-1/+1
| | | | | underneath the export dialog on Windows (bzr r4527)
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
| | | (bzr r4526)
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to ↵Johan B. C. Engelen2008-01-161-4/+11
| | | | | normal user. (bzr r4525)
* remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2008-01-162-42/+63
| | | (bzr r4524)
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-166-99/+59
| | | | | RegisteredWdg (bzr r4523)
* fix initialization of grid document propertiesJohan B. C. Engelen2008-01-162-2/+51
| | | (bzr r4522)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-165-91/+43
| | | | | RegisteredWdg (bzr r4521)
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-163-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 Albert2008-01-161-2/+5
| | | | | across sessions (closes LP #171086) (bzr r4517)
* just a tiny refactoringFelipe Corr??a da Silva Sanches2008-01-161-15/+2
| | | (bzr r4516)
* implementation of Flood Filter Effect rendererFelipe Corr??a da Silva Sanches2008-01-164-12/+60
| | | (bzr r4515)
* Add option in Preferences to keep objects after conversion to guidesMaximilian Albert2008-01-167-11/+15
| | | (bzr r4514)
* Move 'bounding box' option up one level (from Selector to Tools page in ↵Maximilian Albert2008-01-166-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 -0800Ted Gould2008-01-161-1/+0
| | | | | SVK messed this up (bzr r4511)
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-161-0/+2
| | | | | pre0 marking (bzr r4505)
* Make path segments convertable to guides, tooMaximilian Albert2008-01-163-0/+53
| | | (bzr r4503)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-1512-390/+361
| | | (bzr r4500)
* Slightly more 'object-oriented' way to invoke item-specific ↵Maximilian Albert2008-01-157-23/+34
| | | | | conversion-to-guides methods (bzr r4499)
* hopefully fix compile error on linuxJohan B. C. Engelen2008-01-151-1/+1
| | | (bzr r4498)
* Fix wrong offset when Ctrl+dragging 3D boxes by their centerMaximilian Albert2008-01-151-2/+4
| | | (bzr r4497)
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵Johan B. C. Engelen2008-01-155-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. Engelen2008-01-1515-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 AUTHORSJoel Holdsworth2008-01-151-0/+1
| | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494)
* make input labels translatableMenTaLguY2008-01-151-2/+2
| | | (bzr r4492)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-1512-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:modifiedMenTaLguY2008-01-1512-38/+37
| | | (bzr r4490)
* whitespace cleanupMenTaLguY2008-01-151-56/+56
| | | (bzr r4489)
* tweaking slider increments and ranges for convolve matrix and turbulence filtersFelipe Corr??a da Silva Sanches2008-01-151-2/+2
| | | (bzr r4487)
* more on blur to bitmapAdib Taraben2008-01-143-43/+14
| | | (bzr r4486)
* Add preference so people can choose which behaviour they want. (bug 167422)Johan B. C. Engelen2008-01-144-5/+17
| | | (bzr r4485)
* W3C licensing:Felipe Corr??a da Silva Sanches2008-01-142-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 Sanches2008-01-141-4/+0
| | | (bzr r4483)
* early version export to PS using blur to bitmapAdib Taraben2008-01-145-23/+456
| | | (bzr r4480)
* 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-135-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)