| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix 1679477 | bulia byak | 2007-03-16 | 1 | -0/+3 | |
| | | | | (bzr r2674) | |||||
| * | fix 1682261 | bulia byak | 2007-03-16 | 1 | -0/+13 | |
| | | | | (bzr r2673) | |||||
| * | string disambig | bulia byak | 2007-03-16 | 2 | -2/+2 | |
| | | | | (bzr r2672) | |||||
| * | typos | bulia byak | 2007-03-16 | 2 | -2/+2 | |
| | | | | (bzr r2671) | |||||
| * | Handle null bounding boxes | Tim Dwyer | 2007-03-16 | 1 | -0/+4 | |
| | | | | (bzr r2670) | |||||
| * | Added check for null bounding box of shapes involved in graph layout. | Tim Dwyer | 2007-03-16 | 1 | -10/+18 | |
| | | | | | | | | I'm not actually sure if it's possible for something with a NULL item-box to be attached to a connector but if it is it's probably pretty safe to simply ignore. (bzr r2669) | |||||
| * | give new flowtext the current text tool style | bulia byak | 2007-03-16 | 1 | -0/+2 | |
| | | | | (bzr r2668) | |||||
| * | sensitize unlock and unhide verbs | Aaron Spike | 2007-03-16 | 1 | -1/+1 | |
| | | | | (bzr r2667) | |||||
| * | add unhide/unlock commands | bulia byak | 2007-03-16 | 1 | -0/+3 | |
| | | | | (bzr r2666) | |||||
| * | * packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable and | mjwybrow | 2007-03-16 | 1 | -23/+23 | |
| | | | | | | correct some indenting. (bzr r2665) | |||||
| * | also quote fonnames starting from a non-letter | bulia byak | 2007-03-16 | 1 | -0/+3 | |
| | | | | (bzr r2664) | |||||
| * | switch repr-css to using libcroco, same as SPStyle uses, instead of its own ↵ | bulia byak | 2007-03-16 | 1 | -26/+45 | |
| | | | | | | hacky css parser; quote font-family, if necessary, on writing (bzr r2663) | |||||
| * | quote font-family values if necessary on writing (fixes a bunch of bugs); ↵ | bulia byak | 2007-03-16 | 2 | -23/+60 | |
| | | | | | | change unquote API and export it (bzr r2662) | |||||
| * | Updated, closes 1678534. | Colin Marquardt | 2007-03-15 | 1 | -2770/+717 | |
| | | | | (bzr r2661) | |||||
| * | fix crash when editing text with multiple tspans | bulia byak | 2007-03-15 | 1 | -0/+1 | |
| | | | | (bzr r2660) | |||||
| * | Fix for bug #1584301: block invalid snapping results | Diederik van Lierop | 2007-03-15 | 1 | -1/+3 | |
| | | | | (bzr r2659) | |||||
| * | * packaging/macosx/osx-app.sh: Improve the comand line option processing. | mjwybrow | 2007-03-15 | 1 | -8/+10 | |
| | | | | (bzr r2658) | |||||
| * | * Info.plist.in: Update the Mac OS X copyright date to 2007. | mjwybrow | 2007-03-15 | 1 | -2/+2 | |
| | | | | (bzr r2657) | |||||
| * | * Makefile.am, packaging/macosx/inkscape_python.ds_store, | mjwybrow | 2007-03-15 | 9 | -862/+590 | |
| | | | | | | | | | | | | | | packaging/macosx/osx-build.sh, packaging/macosx/osx-app.sh, packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh, packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt, packaging/macosx/inkscape.ds_store: Updates to the Mac OS X packaging scripts by Jean-Olivier Irisson to improve support for building DMGs with python bundled, as well as making everything less Fink-centric so DarwinPorts can be used as an alternative. Submitted as patch #1673087. (bzr r2656) | |||||
| * | * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from | mjwybrow | 2007-03-15 | 1 | -0/+236 | |
| | | | | | | the packaging directory into the packaging/macosx directory. (bzr r2655) | |||||
| * | * Makefile.am, packaging/macosx/osx-app.sh: Move the osx-app.sh script from | mjwybrow | 2007-03-15 | 1 | -242/+0 | |
| | | | | | | the packaging directory into the packaging/macosx directory. (bzr r2654) | |||||
| * | * packaging/macosx/native-gtk/build-gtk.sh: Update some dependencies to newer | mjwybrow | 2007-03-15 | 1 | -11/+12 | |
| | | | | | | | versions. Provide somee fixes to allow cairo 1.4.0 to be compiled as universal. (bzr r2653) | |||||
| * | gosh, what shitty coding - reading delimited string failed when it was at ↵ | bulia byak | 2007-03-15 | 1 | -1/+2 | |
| | | | | | | the very end of buffer (bzr r2652) | |||||
| * | even if one declaration is broken, try to still read all others per ↵ | bulia byak | 2007-03-14 | 1 | -5/+8 | |
| | | | | | | http://www.w3.org/TR/CSS21/syndata.html#declaration; fixes bug 1266843 (bzr r2651) | |||||
| * | comment fix | bulia byak | 2007-03-14 | 1 | -1/+1 | |
| | | | | (bzr r2650) | |||||
| * | typo fix from libcroco list | bulia byak | 2007-03-14 | 1 | -1/+1 | |
| | | | | (bzr r2649) | |||||
| * | use desktop method to set waiting cursor; do not try to restore it if ↵ | bulia byak | 2007-03-14 | 1 | -5/+5 | |
| | | | | | | someone already did it (fixes crash when you switch to another tool while filling) (bzr r2648) | |||||
| * | reset waiting_cursor when setting any other | bulia byak | 2007-03-14 | 1 | -0/+1 | |
| | | | | (bzr r2647) | |||||
| * | add a flag and a setter method for busy cursor | bulia byak | 2007-03-14 | 2 | -0/+20 | |
| | | | | (bzr r2646) | |||||
| * | fix bug where master opacity did not affect markers | bulia byak | 2007-03-14 | 1 | -4/+5 | |
| | | | | (bzr r2645) | |||||
| * | fix i18n to match the correct RTL rendering fixed by cyreve | bulia byak | 2007-03-14 | 1 | -411/+44 | |
| | | | | (bzr r2644) | |||||
| * | view_center fixed to account for the y-coordinate flip | bulia byak | 2007-03-14 | 1 | -2/+3 | |
| | | | | (bzr r2643) | |||||
| * | save window geometry before running effect so that effects get correct ↵ | bulia byak | 2007-03-14 | 1 | -1/+3 | |
| | | | | | | view_center (bzr r2642) | |||||
| * | spirograph | bulia byak | 2007-03-14 | 3 | -0/+141 | |
| | | | | (bzr r2641) | |||||
| * | Swap out entities in tooltips. Fixes ↵ | Kees Cook | 2007-03-14 | 1 | -2/+4 | |
| | | | | | | https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/91548 (bzr r2640) | |||||
| * | Clean up indentation | John Bintz | 2007-03-14 | 1 | -180/+183 | |
| | | | | (bzr r2639) | |||||
| * | Fix paint bucket point queueing issue | John Bintz | 2007-03-14 | 1 | -1/+2 | |
| | | | | (bzr r2638) | |||||
| * | Fixed [ 1678374 ]; hopefully made the optiongroup code more robust for ↵ | Johan B. C. Engelen | 2007-03-13 | 1 | -4/+10 | |
| | | | | | | different INX definitions. (bzr r2637) | |||||
| * | fix 1659445 without unfixing 1595030 | bulia byak | 2007-03-13 | 1 | -4/+4 | |
| | | | | (bzr r2636) | |||||
| * | fixme comment | bulia byak | 2007-03-13 | 1 | -0/+1 | |
| | | | | (bzr r2635) | |||||
| * | Add null checks. | Bob Jamison | 2007-03-13 | 1 | -1/+7 | |
| | | | | (bzr r2634) | |||||
| * | tweak to compile on linux | Bob Jamison | 2007-03-13 | 1 | -1/+2 | |
| | | | | (bzr r2633) | |||||
| * | commas in file names. oops. | Bob Jamison | 2007-03-13 | 1 | -135/+135 | |
| | | | | (bzr r2632) | |||||
| * | fix mkNEWS to deal with point releases and the correct wiki port | Aaron Spike | 2007-03-13 | 1 | -2/+2 | |
| | | | | (bzr r2631) | |||||
| * | dropping moved/dead files | Kees Cook | 2007-03-13 | 7 | -3724/+0 | |
| | | | | (bzr r2630) | |||||
| * | comment | bulia byak | 2007-03-13 | 1 | -0/+4 | |
| | | | | (bzr r2629) | |||||
| * | extend the range of spacings | bulia byak | 2007-03-13 | 1 | -4/+4 | |
| | | | | (bzr r2628) | |||||
| * | * packaging/macosx/native-gtk/build-gtk.sh: s/libsig++/libsigc++/. | mjwybrow | 2007-03-13 | 1 | -1/+1 | |
| | | | | (bzr r2627) | |||||
| * | * packaging/macosx/native-gtk/build-gtk.sh: Further fixes for stable builds. | mjwybrow | 2007-03-13 | 1 | -14/+16 | |
| | | | | (bzr r2626) | |||||
| * | * packaging/macosx/native-gtk/build-gtk.sh: Improvements for the stable build. | mjwybrow | 2007-03-12 | 1 | -2/+43 | |
| | | | | (bzr r2625) | |||||
