summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
| | | (bzr r5538)
* change def of string lengthBob Jamison2008-04-281-13/+2
| | | (bzr r5537)
* Fix for closepath handling of SVG path data parser and tolerance for ↵Jasper van de Gronde2008-04-282-5/+5
| | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536)
* Refining eraserJon A. Cruz2008-04-281-21/+36
| | | (bzr r5535)
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-283-210/+550
| | | (bzr r5534)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-274-2/+46
| | | (bzr r5532)
* copyeditbulia byak2008-04-271-2/+2
| | | (bzr r5531)
* Reduce undo history items when nothing is selectedJon A. Cruz2008-04-271-2/+9
| | | (bzr r5529)
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-273-1/+8
| | | (bzr r5528)
* Missing addedJon A. Cruz2008-04-261-0/+38
| | | (bzr r5527)
* Added missing eraser filesJon A. Cruz2008-04-262-0/+1228
| | | (bzr r5526)
* Fixed SVG path data parser to handle close paths better (it used to create ↵Jasper van de Gronde2008-04-261-94/+37
| | | | | spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents). (bzr r5525)
* Initial cut of eraser toolJon A. Cruz2008-04-269-2/+120
| | | (bzr r5524)
* Fixed setting property at wrong timeJon A. Cruz2008-04-261-1/+3
| | | (bzr r5523)
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-268-7/+234
| | | | | | | | | | | | | | | | | | | | | | | Basis for reading filters out of SVG files in system and personal directories. r19137@shi: ted | 2008-04-24 20:45:27 -0700 Removing a TODO r19138@shi: ted | 2008-04-24 20:55:50 -0700 Filling this out some. Now we're looking through the files and finding the filters in it. r19139@shi: ted | 2008-04-24 22:07:55 -0700 Changing to build filename, really amazing that it's worked before. r19140@shi: ted | 2008-04-24 22:43:57 -0700 My own crazy writer. Output streams are stupid C++-isms. char * works just fine. r19154@shi: ted | 2008-04-24 22:56:05 -0700 Cleaning up the XML transfer. Pretty happy with it now. r19155@shi: ted | 2008-04-24 23:00:11 -0700 Don't need to set up that string for translation because it's getting placed inside a structure that gets thrown gettext already. r19156@shi: ted | 2008-04-25 17:12:40 -0700 OMG! Stacking seems to be working. Now it's very easy to test the cooling on your CPU using Inkscape. That's going to have to be a feature in the release notes. r19166@shi: ted | 2008-04-25 21:00:34 -0700 Adding in filter-file.cpp (bzr r5522)
* Documentation, always more :)Bob Jamison2008-04-251-21/+261
| | | (bzr r5521)
* 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)