summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespace (line ends)bulia byak2006-10-071-31/+31
| | | (bzr r1774)
* add generic set-property-to-this-object-url methodbulia byak2006-10-072-0/+27
| | | (bzr r1773)
* Implement singleton behaviour for undo history dialog. Make sure eventgustav_b2006-10-064-15/+84
| | | | | log gets created on SPDesktop::change_document. (bzr r1772)
* corrected spelling of language for NSIStheAdib2006-10-061-1/+2
| | | (bzr r1771)
* * share/tutorials/Makefile.am: Correct a filename typo.mjwybrow2006-10-061-1/+1
| | | (bzr r1770)
* actually added russian tutorials to build system script :)Alexandre Prokoudine2006-10-051-0/+7
| | | (bzr r1769)
* undo annotationsbulia byak2006-10-0513-55/+53
| | | (bzr r1768)
* undo annotationsbulia byak2006-10-057-31/+38
| | | (bzr r1767)
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-042-65/+49
| | | (bzr r1766)
* add a member for gaussian blur deviation (perhaps will need to duplicate ↵bulia byak2006-10-041-0/+4
| | | | | other filter params into SPStyle as well) so that style querying for blur radius can be done without creating a dummy filter object (bzr r1765)
* Ensure that rubberbanding has been initialized before manipulating rubberbandJohn Bintz2006-10-041-4/+6
| | | (bzr r1764)
* Add interface to check whether or not rubberband operation has been startedJohn Bintz2006-10-042-1/+11
| | | (bzr r1763)
* Added preferences.xml option to show the widgets to get the axonometric ↵Johan B. C. Engelen2006-10-031-0/+7
| | | | | grid. Add <group id="documentoptions" axonomgrid_enabled="1" /> to preferences.xml to enable it. (bzr r1762)
* fix bug #1568462 boolean operation remove mask/clip-pathpopolon.org2006-10-031-2/+15
| | | (bzr r1761)
* undo annotationsbulia byak2006-10-031-22/+22
| | | (bzr r1760)
* rename drag to wiggle with value inversion; edit tooltipsbulia byak2006-10-032-19/+19
| | | (bzr r1759)
* Update configure.ac to be autoconf 2.60-safe.Kees Cook2006-10-031-9/+11
| | | (bzr r1758)
* Check to make sure canvas provided to forced redraw functions is not null.John Bintz2006-10-031-0/+4
| | | (bzr r1757)
* Typo in Makefile.am (whitespace trailing backslash)Kees Cook2006-10-031-1/+1
| | | (bzr r1756)
* new hash toolBob Jamison2006-10-022-0/+1780
| | | (bzr r1755)
* added pending Russian translation of tutorialsAlexandre Prokoudine2006-10-027-0/+3299
| | | (bzr r1754)
* Fixed banding problem when rendering filtersNiko Kiirala2006-10-021-0/+1
| | | (bzr r1753)
* Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh2006-10-021-12/+13
| | | (bzr r1752)
* Fixed the disabled debug macro which caused warningsmiklosh2006-10-021-1/+1
| | | (bzr r1751)
* Cleaned up virtual destructor problem and compile warnings.Jon A. Cruz2006-10-025-6/+37
| | | (bzr r1750)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-0110-30/+15
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* Other tools now also retain there specific statusbar text when pressing ↵Johan B. C. Engelen2006-10-014-12/+20
| | | | | alt/shift/ctrl. (bzr r1748)
* Fixes path memory issues with the save dialog. (Closes: #1089414)Kees Cook2006-10-013-7/+30
| | | (bzr r1747)
* Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh2006-10-011-0/+5
| | | (bzr r1746)
* Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh2006-10-011-0/+4
| | | (bzr r1745)
* While moving or transforming a selected object, the statusbartext with ↵Johan B. C. Engelen2006-10-012-0/+7
| | | | | transformation information (angle, etc) is no longer overwritten by the standard text. (bzr r1744)
* PNG output for Cairo renderermiklosh2006-10-011-0/+2
| | | (bzr r1743)
* PNG output for Cairo renderermiklosh2006-10-011-0/+2
| | | (bzr r1742)
* PNG output for Cairo renderermiklosh2006-10-011-0/+128
| | | (bzr r1741)
* PNG output for Cairo renderermiklosh2006-10-011-0/+46
| | | (bzr r1740)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+2
| | | (bzr r1739)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-1/+7
| | | (bzr r1738)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+123
| | | (bzr r1737)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+19
| | | (bzr r1736)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+133
| | | (bzr r1735)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+50
| | | (bzr r1734)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+614
| | | (bzr r1733)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+85
| | | (bzr r1732)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+1425
| | | (bzr r1731)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+198
| | | (bzr r1730)
* Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & ↵Johan B. C. Engelen2006-09-302-0/+26
| | | | | clip-path" (bzr r1729)
* fixed bug: fixed two of the 'quark > 0' console errors.Johan B. C. Engelen2006-09-302-12/+19
| | | (bzr r1728)
* FIXED: "Several "** Message: arg" lines every time GUI is started. I think ↵Johan B. C. Engelen2006-09-291-2/+0
| | | | | | | this is from the axonometric grid code by Johan Engelen (though I may be wrong)." Sorry, forgot to remove a debugging message. (bzr r1727)
* better (white)spacingJohan B. C. Engelen2006-09-291-1/+1
| | | (bzr r1726)
* FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:Johan B. C. Engelen2006-09-291-1/+1
| | | | | assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties." (bzr r1725)