summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More documentation and cleanup. Marching forward!Bob Jamison2008-04-253-125/+692
| | | (bzr r5516)
* More documentationBob Jamison2008-04-251-23/+149
| | | (bzr r5515)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-258-61/+130
| | | | | #221676. (bzr r5514)
* Left out a comment. sorry.Bob Jamison2008-04-241-0/+6
| | | (bzr r5513)
* More documentation. Clean up SMIL a bit. SMIL needs more work, too.Bob Jamison2008-04-244-259/+548
| | | (bzr r5512)
* More documentation. Traversal needed conversion to NodePtr. Traversal ↵Bob Jamison2008-04-242-79/+249
| | | | | needs more code work. (bzr r5511)
* enable combine/breakapart to work with lpes properlybulia byak2008-04-241-6/+28
| | | (bzr r5510)
* Add some Event documentation to be more respectable ^^Bob Jamison2008-04-241-136/+395
| | | (bzr r5509)
* comment all methodsBob Jamison2008-04-241-102/+244
| | | (bzr r5507)
* r19125@shi: ted | 2008-04-23 23:32:56 -0700Ted Gould2008-04-242-23/+48
| | | | | | | | | | Cleaning up a couple things. Making sure we don't leak memory through the destructor (rarely used in reality, but we should be clean about these things, that's what destructors are for). r19126@shi: ted | 2008-04-23 23:33:30 -0700 Making it so that snow has a parameter for drift size. It seems like that is what most people would want to change on this relatively complex filter. (bzr r5506)
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
| | | (bzr r5504)
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-242-1/+4
| | | (bzr r5503)
* Further cleanup. Minidom superseded by pedrodom.Bob Jamison2008-04-233-986/+0
| | | (bzr r5502)
* Remove working file phoebedom.h from tree.Bob Jamison2008-04-232-87/+0
| | | (bzr r5501)
* More documenting/cleanup. Remove extraneous .hBob Jamison2008-04-232-151/+183
| | | (bzr r5500)
* Split out domptr stuff into its own .h file, so that it can be used by other ↵Bob Jamison2008-04-233-301/+386
| | | | | things. This might lead to a GP smart pointer to use for binding with scripts. (bzr r5499)
* Finish commenting Node. Fix bad varname in getUserData()Bob Jamison2008-04-232-34/+83
| | | (bzr r5498)
* Get rid of bothersome domconfig.h. Begin cleanup and documentation in ↵Bob Jamison2008-04-232-129/+130
| | | | | preparation for binding. (bzr r5497)
* Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan2008-04-2310-20/+20
| | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
* A small fix to the warning message to make it more explicit.Marcin Floryan2008-04-231-1/+1
| | | (bzr r5493)
* Change status bar text for swatch hoverJohn Bintz2008-04-231-2/+2
| | | (bzr r5492)
* Keep swatch status messages visible while hoveringJohn Bintz2008-04-221-2/+20
| | | (bzr r5491)
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-2234-42/+1552
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A directory for filter effects r19084@shi: ted | 2008-04-21 20:03:59 -0700 The basis for the filter interface for defining effects. r19085@shi: ted | 2008-04-21 20:59:04 -0700 Adding Sepia as an example r19086@shi: ted | 2008-04-21 23:25:57 -0700 Wiring everything in. Cleaning it up so that it looks nice. r19087@shi: ted | 2008-04-22 00:00:08 -0700 Completeing more of the guts. Not done, but the basic infrastructure is now in place. r19088@shi: ted | 2008-04-22 00:19:38 -0700 All the basic plumbing code. It seems to work, except the document is wrong from the controlling filter guy. That should be fixable. r19089@shi: ted | 2008-04-22 00:31:36 -0700 Whoo! Hoo! for simple stuff it seems to work. r19090@shi: ted | 2008-04-22 10:36:16 -0700 First pass at adding the filters from Mauve's example r19091@shi: ted | 2008-04-22 10:37:24 -0700 Fixing misspelling r19092@shi: ted | 2008-04-22 12:32:18 -0700 Should be appending instead of prepending these nodes. r19093@shi: ted | 2008-04-22 13:37:34 -0700 Basic filter with parameters working r19094@shi: ted | 2008-04-22 14:27:20 -0700 Changing it so that by default an effect will have a call to autogui that will work with live effects. Basically this involved migrating the implementation of prefs_effect up from script.cpp to implementation.cpp r19102@shi: ted | 2008-04-22 14:38:46 -0700 Better defaults r19103@shi: ted | 2008-04-22 14:42:07 -0700 Adding filter stuff to be translated (bzr r5490)
* Final format and comment fix. Sorry.Bob Jamison2008-04-222-66/+73
| | | (bzr r5489)
* Improve comments. Remove tabs.Bob Jamison2008-04-222-43/+81
| | | (bzr r5488)
* Greatly improved. More serializable, and 32/64 portable.Bob Jamison2008-04-222-460/+753
| | | (bzr r5487)
* Use improved Digest code. MD5 (and all others) tested on 32/64.Bob Jamison2008-04-221-5/+2
| | | (bzr r5486)
* Fix swatch enter-notify event propagationJohn Bintz2008-04-211-23/+19
| | | (bzr r5485)
* Oops, this broke selecting a swatch, rolling back...John Bintz2008-04-211-18/+23
| | | (bzr r5484)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-2169-94/+121
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* Show the name of the swatch that is currently under the pointer in the ↵John Bintz2008-04-211-0/+24
| | | | | status bar, making it easier to identify a swatch when using a tablet. (bzr r5482)
* Updated for 32/64Bob Jamison2008-04-212-69/+71
| | | (bzr r5481)
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-214-148/+151
| | | (bzr r5480)
* Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz2008-04-211-10/+32
| | | (bzr r5479)
* Make parameter tracking for Paint Bucket less memory-intensive.John Bintz2008-04-201-30/+42
| | | (bzr r5478)
* update to latest 2geom. (eol-style fix needed enters at end of some files) ↵Johan B. C. Engelen2008-04-1911-11/+11
| | | | | 2geom rev 1216 (bzr r5476)
* noop: address ‘no newline at end of file’ warningPeter Moulder2008-04-191-2/+2
| | | (bzr r5475)
* Yet another md5 fix for 32/64. This time it works on ppc64/gccBob Jamison2008-04-181-2/+3
| | | (bzr r5474)
* Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and ↵Jasper van de Gronde2008-04-181-113/+4
| | | | | friends). (See bug 166720.) (bzr r5473)
* update to latest 2geom. (eol-style fix)Johan B. C. Engelen2008-04-1843-40/+347
| | | (bzr r5470)
* allow inx to suppress live preview checkboxbulia byak2008-04-183-1/+6
| | | (bzr r5469)
* provide a parent for the working-please-wait message so it does not sinkbulia byak2008-04-181-1/+9
| | | (bzr r5468)
* Small Paint Bucket optimization for creating GrayMapJohn Bintz2008-04-181-1/+4
| | | (bzr r5467)
* Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵John Bintz2008-04-173-17/+42
| | | | | skipping the standard, slower potrace filtering routines. (bzr r5466)
* A small step towards making the inx files fully XML / schema compliantMarcin Floryan2008-04-172-3/+3
| | | (bzr r5464)
* update to latest 2geom. fixes LPE's ignoring the closing segment of a closed ↵Johan B. C. Engelen2008-04-171-2/+2
| | | | | path (bzr r5461)
* use the user-specified bounding box typebulia byak2008-04-171-2/+8
| | | (bzr r5460)
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-176-14/+21
| | | (bzr r5459)
* fix by kur9kin for endless loop from bug 212332bulia byak2008-04-161-0/+1
| | | (bzr r5458)
* cmake: copy over excluded dirs from build.xmlJohan B. C. Engelen2008-04-161-3/+3
| | | (bzr r5457)