| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More documentation and cleanup. Marching forward! | Bob Jamison | 2008-04-25 | 3 | -125/+692 |
| | | | | (bzr r5516) | ||||
| * | More documentation | Bob Jamison | 2008-04-25 | 1 | -23/+149 |
| | | | | (bzr r5515) | ||||
| * | Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵ | Jon A. Cruz | 2008-04-25 | 8 | -61/+130 |
| | | | | | | #221676. (bzr r5514) | ||||
| * | Left out a comment. sorry. | Bob Jamison | 2008-04-24 | 1 | -0/+6 |
| | | | | (bzr r5513) | ||||
| * | More documentation. Clean up SMIL a bit. SMIL needs more work, too. | Bob Jamison | 2008-04-24 | 4 | -259/+548 |
| | | | | (bzr r5512) | ||||
| * | More documentation. Traversal needed conversion to NodePtr. Traversal ↵ | Bob Jamison | 2008-04-24 | 2 | -79/+249 |
| | | | | | | needs more code work. (bzr r5511) | ||||
| * | enable combine/breakapart to work with lpes properly | bulia byak | 2008-04-24 | 1 | -6/+28 |
| | | | | (bzr r5510) | ||||
| * | Add some Event documentation to be more respectable ^^ | Bob Jamison | 2008-04-24 | 1 | -136/+395 |
| | | | | (bzr r5509) | ||||
| * | comment all methods | Bob Jamison | 2008-04-24 | 1 | -102/+244 |
| | | | | (bzr r5507) | ||||
| * | r19125@shi: ted | 2008-04-23 23:32:56 -0700 | Ted Gould | 2008-04-24 | 2 | -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 Moulder | 2008-04-24 | 2 | -4/+4 |
| | | | | (bzr r5504) | ||||
| * | fix a couple of g++-4.3 compile errors. | Peter Moulder | 2008-04-24 | 2 | -1/+4 |
| | | | | (bzr r5503) | ||||
| * | Further cleanup. Minidom superseded by pedrodom. | Bob Jamison | 2008-04-23 | 3 | -986/+0 |
| | | | | (bzr r5502) | ||||
| * | Remove working file phoebedom.h from tree. | Bob Jamison | 2008-04-23 | 2 | -87/+0 |
| | | | | (bzr r5501) | ||||
| * | More documenting/cleanup. Remove extraneous .h | Bob Jamison | 2008-04-23 | 2 | -151/+183 |
| | | | | (bzr r5500) | ||||
| * | Split out domptr stuff into its own .h file, so that it can be used by other ↵ | Bob Jamison | 2008-04-23 | 3 | -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 Jamison | 2008-04-23 | 2 | -34/+83 |
| | | | | (bzr r5498) | ||||
| * | Get rid of bothersome domconfig.h. Begin cleanup and documentation in ↵ | Bob Jamison | 2008-04-23 | 2 | -129/+130 |
| | | | | | | preparation for binding. (bzr r5497) | ||||
| * | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 2008-04-23 | 10 | -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 Floryan | 2008-04-23 | 1 | -1/+1 |
| | | | | (bzr r5493) | ||||
| * | Change status bar text for swatch hover | John Bintz | 2008-04-23 | 1 | -2/+2 |
| | | | | (bzr r5492) | ||||
| * | Keep swatch status messages visible while hovering | John Bintz | 2008-04-22 | 1 | -2/+20 |
| | | | | (bzr r5491) | ||||
| * | r19083@shi: ted | 2008-04-21 16:09:24 -0700 | Ted Gould | 2008-04-22 | 34 | -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 Jamison | 2008-04-22 | 2 | -66/+73 |
| | | | | (bzr r5489) | ||||
| * | Improve comments. Remove tabs. | Bob Jamison | 2008-04-22 | 2 | -43/+81 |
| | | | | (bzr r5488) | ||||
| * | Greatly improved. More serializable, and 32/64 portable. | Bob Jamison | 2008-04-22 | 2 | -460/+753 |
| | | | | (bzr r5487) | ||||
| * | Use improved Digest code. MD5 (and all others) tested on 32/64. | Bob Jamison | 2008-04-22 | 1 | -5/+2 |
| | | | | (bzr r5486) | ||||
| * | Fix swatch enter-notify event propagation | John Bintz | 2008-04-21 | 1 | -23/+19 |
| | | | | (bzr r5485) | ||||
| * | Oops, this broke selecting a swatch, rolling back... | John Bintz | 2008-04-21 | 1 | -18/+23 |
| | | | | (bzr r5484) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 69 | -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 Bintz | 2008-04-21 | 1 | -0/+24 |
| | | | | | | status bar, making it easier to identify a swatch when using a tablet. (bzr r5482) | ||||
| * | Updated for 32/64 | Bob Jamison | 2008-04-21 | 2 | -69/+71 |
| | | | | (bzr r5481) | ||||
| * | Fix SHA1 64bit-ism. Clean up warnings. | Bob Jamison | 2008-04-21 | 4 | -148/+151 |
| | | | | (bzr r5480) | ||||
| * | Only trace the painted area of the screen with each fill, reducing memory usage. | John Bintz | 2008-04-21 | 1 | -10/+32 |
| | | | | (bzr r5479) | ||||
| * | Make parameter tracking for Paint Bucket less memory-intensive. | John Bintz | 2008-04-20 | 1 | -30/+42 |
| | | | | (bzr r5478) | ||||
| * | update to latest 2geom. (eol-style fix needed enters at end of some files) ↵ | Johan B. C. Engelen | 2008-04-19 | 11 | -11/+11 |
| | | | | | | 2geom rev 1216 (bzr r5476) | ||||
| * | noop: address ‘no newline at end of file’ warning | Peter Moulder | 2008-04-19 | 1 | -2/+2 |
| | | | | (bzr r5475) | ||||
| * | Yet another md5 fix for 32/64. This time it works on ppc64/gcc | Bob Jamison | 2008-04-18 | 1 | -2/+3 |
| | | | | (bzr r5474) | ||||
| * | Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and ↵ | Jasper van de Gronde | 2008-04-18 | 1 | -113/+4 |
| | | | | | | friends). (See bug 166720.) (bzr r5473) | ||||
| * | update to latest 2geom. (eol-style fix) | Johan B. C. Engelen | 2008-04-18 | 43 | -40/+347 |
| | | | | (bzr r5470) | ||||
| * | allow inx to suppress live preview checkbox | bulia byak | 2008-04-18 | 3 | -1/+6 |
| | | | | (bzr r5469) | ||||
| * | provide a parent for the working-please-wait message so it does not sink | bulia byak | 2008-04-18 | 1 | -1/+9 |
| | | | | (bzr r5468) | ||||
| * | Small Paint Bucket optimization for creating GrayMap | John Bintz | 2008-04-18 | 1 | -1/+4 |
| | | | | (bzr r5467) | ||||
| * | Have Paint Bucket generate the necessary GrayMap for potrace directly, ↵ | John Bintz | 2008-04-17 | 3 | -17/+42 |
| | | | | | | skipping the standard, slower potrace filtering routines. (bzr r5466) | ||||
| * | A small step towards making the inx files fully XML / schema compliant | Marcin Floryan | 2008-04-17 | 2 | -3/+3 |
| | | | | (bzr r5464) | ||||
| * | update to latest 2geom. fixes LPE's ignoring the closing segment of a closed ↵ | Johan B. C. Engelen | 2008-04-17 | 1 | -2/+2 |
| | | | | | | path (bzr r5461) | ||||
| * | use the user-specified bounding box type | bulia byak | 2008-04-17 | 1 | -2/+8 |
| | | | | (bzr r5460) | ||||
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 6 | -14/+21 |
| | | | | (bzr r5459) | ||||
| * | fix by kur9kin for endless loop from bug 212332 | bulia byak | 2008-04-16 | 1 | -0/+1 |
| | | | | (bzr r5458) | ||||
| * | cmake: copy over excluded dirs from build.xml | Johan B. C. Engelen | 2008-04-16 | 1 | -3/+3 |
| | | | | (bzr r5457) | ||||
