summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* tiny fixFelipe Corr??a da Silva Sanches2008-01-161-2/+2
| | | (bzr r4519)
* just corrected my name which Bryce added. woohoo I'm in AUTHORS ;)JiHO2008-01-161-1/+1
| | | (bzr r4518)
* 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)
* Adding jo Irisson for all his work on the Mac portBryce Harrington2008-01-161-0/+1
| | | (bzr r4512)
* r17673@shi: ted | 2008-01-15 23:01:59 -0800Ted Gould2008-01-161-1/+0
| | | | | SVK messed this up (bzr r4511)
* r17671@shi: ted | 2008-01-15 23:00:05 -0800Ted Gould2008-01-165-5/+5
| | | | | +devel take two (bzr r4510)
* r17663@shi: ted | 2008-01-15 22:34:34 -0800Ted Gould2008-01-160-0/+0
| | | | | Changing back to +devel (bzr r4509)
* r17648@shi: ted | 2008-01-14 23:31:32 -0800Ted Gould2008-01-161-1/+1
| | | | | Adding in some nice little options to make packaing easier. 'New' tar format and all the dists that we already make but I did by hand. (bzr r4508)
* r17647@shi: ted | 2008-01-14 23:30:32 -0800Ted Gould2008-01-161-7/+4
| | | | | Increasing automake to 1.10 for tar options. May be able to go lower, didn't check them all. 1.7 doesn't work. (bzr r4507)
* r17646@shi: ted | 2008-01-14 22:40:55 -0800Ted Gould2008-01-1660-97716/+109099
| | | | | updated translations (bzr r4506)
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-166-730/+7
| | | | | pre0 marking (bzr r4505)
* r17634@shi: ted | 2008-01-14 21:53:49 -0800Ted Gould2008-01-161-1/+1
| | | | | Changing verison to 0.45+0.46pre0 (bzr r4504)
* Make path segments convertable to guides, tooMaximilian Albert2008-01-163-0/+53
| | | (bzr r4503)
* create inkview on distAdib Taraben2008-01-151-1/+1
| | | (bzr r4502)
* create inkview on distAdib Taraben2008-01-151-1/+1
| | | (bzr r4501)
* 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-152-0/+2
| | | | | M src/ui/dialog/aboutbox.cpp (bzr r4494)
* pt_BR.po tiny update (filter effects dialog)Felipe Corr??a da Silva Sanches2008-01-151-4/+4
| | | (bzr r4493)
* 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)
* updating pt_BR (filter effects)Felipe Corr??a da Silva Sanches2008-01-151-30/+26
| | | (bzr r4488)
* 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)
* missing files from make dist(-zip)Adib Taraben2008-01-141-0/+3
| | | (bzr r4482)
* w.s.Bryce Harrington2008-01-141-1/+1
| | | (bzr r4481)
* early version export to PS using blur to bitmapAdib Taraben2008-01-145-23/+456
| | | (bzr r4480)
* updateArpad Biro2008-01-131-1687/+2403
| | | (bzr r4479)
* 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)
* * [INTL: pl] Updated Polish translation by Tomek ArgasińskiIvan Mas??r2008-01-131-5862/+4112
| | | (bzr r4476)
* Allow snapping from and to ellipsesDiederik van Lierop2008-01-131-8/+45
| | | (bzr r4475)