| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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) | |||||
| * | Removed Live Preview option from Add Nodes extension, as it didn't work anyway. | Mike Pittman | 2008-05-01 | 1 | -1/+1 | |
| | | | | (bzr r5566) | |||||
| * | Additions for Polar Grid extension - LP#224522 and Cartesian Grid Extension ↵ | Mike Pittman | 2008-05-01 | 4 | -0/+304 | |
| | | | | | | - LP#224955 (bzr r5565) | |||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-05-01 | 5 | -133/+133 | |
| | | | | (bzr r5564) | |||||
| * | Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522. | Mike Pittman | 2008-05-01 | 1 | -0/+2 | |
| | | | | (bzr r5563) | |||||
| * | Use radiobutton for "always snap" in the document-properties dialog | Diederik van Lierop | 2008-04-30 | 5 | -19/+35 | |
| | | | | (bzr r5562) | |||||
| * | Add extension to render a polar grid. Wishlist - LP #224522 | Mike Pittman | 2008-04-30 | 2 | -0/+236 | |
| | | | | (bzr r5561) | |||||
| * | Add ability to divide path segments into a given number of subsegments - as ↵ | Mike Pittman | 2008-04-30 | 2 | -16/+42 | |
| | | | | | | in LP #171856 (bzr r5560) | |||||
| * | * [INTL: hy] Added new Armenian Translation hy.po file by Eduard Babayan ↵ | Marcin Floryan | 2008-04-30 | 1 | -0/+15808 | |
| | | | | | | (closes #224638) (bzr r5559) | |||||
| * | Fixed one attribute value to be proper boolean. | Marcin Floryan | 2008-04-30 | 8 | -8/+8 | |
| | | | | (bzr r5558) | |||||
| * | Remove cdr2svg.sh from makefile (addition to rev. 18470, see ↵ | Diederik van Lierop | 2008-04-30 | 1 | -1/+1 | |
| | | | | | | https://bugs.launchpad.net/inkscape/+bug/197617) (bzr r5557) | |||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 26 | -628/+372 | |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | |||||
| * | merge redundant language-agnostics options into CPPFLAGS, split off linker flags | Kees Cook | 2008-04-30 | 1 | -56/+41 | |
| | | | | (bzr r5555) | |||||
| * | and check for relro now too, since using gcc doesn't mean we have a GNU ld | Kees Cook | 2008-04-30 | 1 | -5/+22 | |
| | | | | (bzr r5554) | |||||
| * | and test g++ for compiler flags too; shouldn't these be in CPPFLAGS? | Kees Cook | 2008-04-30 | 1 | -6/+30 | |
| | | | | (bzr r5553) | |||||
| * | correctly test compiler for -Werror=... | Kees Cook | 2008-04-30 | 1 | -3/+22 | |
| | | | | (bzr r5552) | |||||
| * | 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) | |||||
| * | make format string warnings fatal, since it should never happen | Kees Cook | 2008-04-29 | 2 | -3/+3 | |
| | | | | (bzr r5549) | |||||
| * | Fixed problems with previous commit (trunk revision 18463) relating to ↵ | Mike Pittman | 2008-04-29 | 2 | -0/+69 | |
| | | | | | | uniconv.ext.py and cdr2svg.sh (bzr r5548) | |||||
| * | 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 | 10 | -27/+30 | |
| | | | | (bzr r5546) | |||||
| * | eol-style to native | Johan B. C. Engelen | 2008-04-29 | 0 | -0/+0 | |
| | | | | (bzr r5545) | |||||
| * | eol-style to native | Johan B. C. Engelen | 2008-04-29 | 0 | -0/+0 | |
| | | | | (bzr r5544) | |||||
| * | 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 | 2 | -4/+7 | |
| | | | | (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 | 4 | -211/+551 | |
| | | | | (bzr r5534) | |||||
| * | Update inkscape-filter.svg with newer version | Joshua L. Blocher | 2008-04-27 | 1 | -260/+540 | |
| | | | | (bzr r5533) | |||||
| * | 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) | |||||
| * | Applying revised Latex fix for LP #55273 - adds quotes for Win32 | Mike Pittman | 2008-04-27 | 1 | -7/+10 | |
| | | | | (bzr r5530) | |||||
| * | 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) | |||||
