| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Const cleanup on strings. | Jon A. Cruz | 2008-05-02 | 2 | -2/+2 |
| | | | | (bzr r5577) | ||||
| * | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵ | Joshua L. Blocher | 2008-05-02 | 2 | -16/+31 |
| | | | | | | Linking checking to help resolve linking issues (bzr r5576) | ||||
| * | typo | bulia byak | 2008-05-01 | 1 | -1/+1 |
| | | | | (bzr r5574) | ||||
| * | Rearrange tests. | Bob Jamison | 2008-05-01 | 1 | -13/+28 |
| | | | | (bzr r5573) | ||||
| * | Finish changing "Parser" to "Reader" | Bob Jamison | 2008-05-01 | 3 | -33/+33 |
| | | | | (bzr r5572) | ||||
| * | Rename *Parsers to Readers | Bob Jamison | 2008-05-01 | 4 | -9/+9 |
| | | | | (bzr r5571) | ||||
| * | Clean up. More commenting. Smarten SvgParser and rename to SvgReader. | Bob Jamison | 2008-05-01 | 8 | -41/+132 |
| | | | | (bzr r5570) | ||||
| * | Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as ↵ | Diederik van Lierop | 2008-05-01 | 3 | -23/+27 |
| | | | | | | freely snapping while skewing; snapping will always be constrained (bzr r5569) | ||||
| * | copyediting | bulia byak | 2008-05-01 | 2 | -18/+18 |
| | | | | (bzr r5568) | ||||
| * | enable text-to-path command line control for pdf export | bulia byak | 2008-05-01 | 1 | -0/+6 |
| | | | | (bzr r5567) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 5 | -133/+133 |
| | | | | (bzr r5564) | ||||
| * | Use radiobutton for "always snap" in the document-properties dialog | Diederik van Lierop | 2008-04-30 | 5 | -19/+35 |
| | | | | (bzr r5562) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 26 | -628/+372 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | fix remaining format warnings | Kees Cook | 2008-04-29 | 2 | -2/+2 |
| | | | | (bzr r5551) | ||||
| * | Change in stdarg calls, to correct for const-ness | Bob Jamison | 2008-04-29 | 2 | -25/+8 |
| | | | | (bzr r5550) | ||||
| * | Improved numerical precision for the SVG path data parser (along with a ↵ | Jasper van de Gronde | 2008-04-29 | 1 | -116/+79 |
| | | | | | | small step towards a more robust parser). (bzr r5547) | ||||
| * | Uniconvertor import extension changes for Win32 - Fixes LP# 197617 | Mike Pittman | 2008-04-29 | 2 | -2/+16 |
| | | | | (bzr r5546) | ||||
| * | svg-elliptical-arc: assertions turned into call to macro throwRangeError | mcecchetti | 2008-04-29 | 2 | -210/+216 |
| | | | | (bzr r5543) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-04-29 | 1 | -21/+21 |
| | | | | (bzr r5542) | ||||
| * | Make the eraser tool the default tool for an ERASER device | Jon A. Cruz | 2008-04-29 | 1 | -1/+1 |
| | | | | (bzr r5541) | ||||
| * | More documentation. Fix scope bug in uristream.cpp. Remove warnings. | Bob Jamison | 2008-04-29 | 5 | -337/+608 |
| | | | | (bzr r5540) | ||||
| * | Cmake: Fixed optional dependency linking | Joshua L. Blocher | 2008-04-28 | 1 | -3/+6 |
| | | | | (bzr r5539) | ||||
| * | Further fix for sign handling of the SVG path data parser. | Jasper van de Gronde | 2008-04-28 | 1 | -2/+1 |
| | | | | (bzr r5538) | ||||
| * | change def of string length | Bob Jamison | 2008-04-28 | 1 | -13/+2 |
| | | | | (bzr r5537) | ||||
| * | Fix for closepath handling of SVG path data parser and tolerance for ↵ | Jasper van de Gronde | 2008-04-28 | 2 | -5/+5 |
| | | | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536) | ||||
| * | Refining eraser | Jon A. Cruz | 2008-04-28 | 1 | -21/+36 |
| | | | | (bzr r5535) | ||||
| * | Cmake: Fixed issues with pedro not linking correctly | Joshua L. Blocher | 2008-04-28 | 3 | -210/+550 |
| | | | | (bzr r5534) | ||||
| * | Cmake: added livarot as a lib, fixes problem with linking | Joshua L. Blocher | 2008-04-27 | 4 | -2/+46 |
| | | | | (bzr r5532) | ||||
| * | copyedit | bulia byak | 2008-04-27 | 1 | -2/+2 |
| | | | | (bzr r5531) | ||||
| * | Reduce undo history items when nothing is selected | Jon A. Cruz | 2008-04-27 | 1 | -2/+9 |
| | | | | (bzr r5529) | ||||
| * | Fixed undo for eraser to be a single step | Jon A. Cruz | 2008-04-27 | 3 | -1/+8 |
| | | | | (bzr r5528) | ||||
| * | Missing added | Jon A. Cruz | 2008-04-26 | 1 | -0/+38 |
| | | | | (bzr r5527) | ||||
| * | Added missing eraser files | Jon A. Cruz | 2008-04-26 | 2 | -0/+1228 |
| | | | | (bzr r5526) | ||||
| * | Fixed SVG path data parser to handle close paths better (it used to create ↵ | Jasper van de Gronde | 2008-04-26 | 1 | -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 tool | Jon A. Cruz | 2008-04-26 | 9 | -2/+120 |
| | | | | (bzr r5524) | ||||
| * | Fixed setting property at wrong time | Jon A. Cruz | 2008-04-26 | 1 | -1/+3 |
| | | | | (bzr r5523) | ||||
| * | r19136@shi: ted | 2008-04-24 19:44:01 -0700 | Ted Gould | 2008-04-26 | 8 | -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 Jamison | 2008-04-25 | 1 | -21/+261 |
| | | | | (bzr r5521) | ||||
| * | 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) | ||||
