summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Check to make sure canvas provided to forced redraw functions is not null.John Bintz2006-10-031-0/+4
| | | (bzr r1757)
* new hash toolBob Jamison2006-10-022-0/+1780
| | | (bzr r1755)
* 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)
* factor out creation of livarot_path, and make it on-demand so that ↵bulia byak2006-09-283-24/+23
| | | | | update_repr does not need to do it after screen update (potentially fixing a crash) (bzr r1721)
* fix bug in my previous commit: updating rotation centers was brokenbulia byak2006-09-271-2/+3
| | | (bzr r1720)
* Added forced redraws to other toolsJohn Bintz2006-09-247-9/+44
| | | (bzr r1719)
* axonometric grid: angles cannot be larger than 89 degrees.Johan B. C. Engelen2006-09-231-0/+2
| | | (bzr r1718)
* AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵Johan B. C. Engelen2006-09-2110-21/+642
| | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716)
* Added support for enumerated types in the UI of Extensions! (all eyes on ↵Johan B. C. Engelen2006-09-184-1/+289
| | | | | requester Spike to submit an example extension ! :P) (bzr r1713)
* deleted some incorrect comment of mine.Johan B. C. Engelen2006-09-181-4/+0
| | | (bzr r1712)
* Changed grid drawing (nit more logical): hlines and vlines are drawn ↵Johan B. C. Engelen2006-09-171-14/+11
| | | | | completely independent (removed nested for-loops). (bzr r1711)
* When an object is selected and Alt is pressed: now the cursor changes to the ↵Johan B. C. Engelen2006-09-171-0/+15
| | | | | move-cursor. Handy for newcomers :) (bzr r1710)
* My apologies. I just found out I have to modify the makefiles when I add ↵Johan B. C. Engelen2006-09-141-0/+2
| | | | | stuff... doh! (bzr r1708)
* Added notebook (tabs) support for Effects. Now you can specify a notebook ↵Johan B. C. Engelen2006-09-143-2/+506
| | | | | parameter in the .inx file, and create pages. Will commit a new effect that uses this, so there will be an example. (bzr r1706)
* Eek! Copyright message forgotten :( . Can we think up a standard format for ↵Johan B. C. Engelen2006-09-121-2/+3
| | | | | specifying copyrights and/or automate this in SVN? (bzr r1703)