summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Updated notes.Soren Berg2009-08-151-11/+10
| | | | | | | | | (bzr r8254.1.30)
* | | Fixed service file!Soren Berg2009-08-152-2/+2
| | | | | | | | | | | | | | | Service file will now point to $(prefix) of most recently installed inkscape. (bzr r8254.1.29)
* | | Added copyright info to proposed interface.Soren Berg2009-08-151-0/+15
| | | | | | | | | (bzr r8254.1.28)
* | | Added proposed interface file.Soren Berg2009-08-153-3/+179
| | | | | | | | | | | | | | | Fixed other xml files to have xml file declaration before comments. (bzr r8254.1.27)
* | | Added an intro to coders interested in modifing the code.Soren Berg2009-08-131-2/+47
| | | | | | | | | (bzr r8254.1.26)
* | | Added file with some current issues listed for coders.Soren Berg2009-08-131-0/+35
| | | | | | | | | (bzr r8254.1.25)
* | | Made wrapper functions non static.Soren Berg2009-08-139-168/+342
| | | | | | | | | | | | | | | Added lots of documentation. (bzr r8254.1.24)
* | | Added wrapper code.Soren Berg2009-08-114-2/+1136
| | | | | | | | | | | | | | | Still under construction, will be merged into the main Makefile_Insert later. (bzr r8254.1.23)
* | | Added image import function.Soren Berg2009-07-233-12/+63
| | | | | | | | | (bzr r8254.1.22)
* | | Added set_color function.Soren Berg2009-07-233-1/+61
| | | | | | | | | (bzr r8254.1.21)
* | | Experimental pause updating scheme.Soren Berg2009-07-223-13/+44
| | | | | | | | | (bzr r8254.1.20)
* | | Fixed GErrors.Soren Berg2009-07-225-77/+244
| | | | | | | | | | | | | | | | | | Added many GErrors, especially for unfound objects. transfered many functions to using verbs instead of the function the verb calls to make error reporting easier. (bzr r8254.1.19)
* | | worked on path parsing.Soren Berg2009-07-212-2/+5
| | | | | | | | | (bzr r8254.1.18)
* | | Worked on text, now works with limited capability.Soren Berg2009-07-213-26/+38
| | | | | | | | | | | | | | | Started work on node_get_coordinates. (bzr r8254.1.17)
* | | Fixed selection_get_center and selection_combine.Soren Berg2009-07-203-11/+49
| | | | | | | | | | | | | | | Added selection_divide. (bzr r8254.1.16)
* | | Fixed selection_get()Soren Berg2009-07-203-30/+22
| | | | | | | | | (bzr r8254.1.15)
* | | Whoops, fixed a bug in an incomplete method.Soren Berg2009-07-161-3/+4
| | | | | | | | | (bzr r8254.1.14)
* | | Added missing (and very important) file.Soren Berg2009-07-164-28/+407
| | | | | | | | | | | | | | | | | | | | | Added get_path method. Added documentation on paths. (bzr r8254.1.13)
* | | implemented a number of functions, including save/load functions.Soren Berg2009-07-152-26/+86
| | | | | | | | | | | | | | | Removed the print function because I can see no way of doing it without bringing up a dialog. (bzr r8254.1.12)
* | | Implemented all the CSS style functions.Soren Berg2009-07-131-8/+54
| | | | | | | | | | | | | | | Worked on some layer functions. (bzr r8254.1.11)
* | | TEMPORARY Added a shell script to build documentation until it's integrated ↵Soren Berg2009-07-131-0/+6
| | | | | | | | | | | | | | | into the build system. (bzr r8254.1.10)
* | | Documentation helper files. Building documentation is currently done by ↵Soren Berg2009-07-136-0/+875
| | | | | | | | | | | | | | | shell script, but will be integrated into the build system eventually. (bzr r8254.1.9)
* | | Added makefile_insert for DBus, if enabled.Soren Berg2009-07-121-0/+3
| | | | | | | | | (bzr r8254.1.8)
* | | Made public some functions so they could be used by the DBus code. Similar ↵Soren Berg2009-07-121-0/+3
| | | | | | | | | | | | | | | functions were already public so I think it's okay. (bzr r8254.1.7)
* | | Added some requested documentaion.Soren Berg2009-07-121-2/+4
| | | | | | | | | (bzr r8254.1.6)
* | | Added code to add a DBus interface for every desktop created.Soren Berg2009-07-121-0/+2
| | | | | | | | | (bzr r8254.1.5)
* | | Added code to initialize DBus (if enabled.)Soren Berg2009-07-121-0/+7
| | | | | | | | | (bzr r8254.1.4)
* | | Core Dbus files.Soren Berg2009-07-129-0/+2650
|/ / | | | | | | | | | | | | Init creates interfaces on Inkscape startup. Application and document interface provide API functions over Dbus. service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus. (bzr r8254.1.3)
* | Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno2009-07-101-0/+2
| | | | | | | | | | (Closes: #275519) (bzr r8250)
* | Make stars and spirals escapableDiederik van Lierop2009-07-093-13/+78
| | | | | | (bzr r8245)
* | Fix for LP #358921 (Colons in filters parameters must be translatable)Nicolas Dufour2009-07-091-41/+42
| | | | | | (bzr r8241)
* | * dummy commit - previous commit message should have mentioned bug 380522 ↵Ivan Mas??r2009-07-091-1/+1
| | | | | | | | | | instead (bzr r8239)
* | * added tooltip (see bug 358921) and translator commentsIvan Mas??r2009-07-092-1/+7
| | | | | | | | | | | | * updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238)
* | Don't create rectangles that have a zero x or y dimension. When snapping for ↵Diederik van Lierop2009-07-081-5/+38
| | | | | | | | | | example to the same point twice then just cancel the rect creation (Fixes bug #375975). And while we're at it, make the rectangle tool escapeable by pressing esc. See also rev. #21706 which was similar but applied to ellipses instead. (bzr r8237)
* | When translating too many nodes, a convex hull is used for snapping. This is ↵Diederik van Lierop2009-07-081-3/+7
| | | | | | | | | | not needed when "only snap node closest to mouse pointer" has been enabled in the preferences (fixes bug #396070) (bzr r8236)
* | Contextual split of translatable messageAlexandre Prokoudine2009-07-081-1/+1
| | | | | | (bzr r8232)
* | Fix for pattern name localizationNicolas Dufour2009-07-081-2/+2
| | | | | | (bzr r8230)
* | Reverting the references which made the Node Tool controls toolbar disappear.Josh Andler2009-07-071-12/+12
| | | | | | (bzr r8228)
* | Removing a couple node-tool related modifications in the file which I don't ↵Josh Andler2009-07-071-11/+0
| | | | | | | | | | believe Krzysztof intended to commit. (bzr r8226)
* | - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-071-23/+13
| | | | | | | | | | | | | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* | Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski2009-07-073-21/+33
| | | | | | (bzr r8223)
* | Fix for Bug #327533 (Calligraphy presets are not translatable).Nicolas Dufour2009-07-062-1/+9
| | | | | | (bzr r8217)
* | commit out apparently useless warningbulia byak2009-07-051-1/+1
| | | | | | (bzr r8209)
* | Fix compiler warnings with newer GCCJosh Andler2009-06-306-6/+6
| | | | | | (bzr r8193)
* | Don't create ellipses/arcs/circles that have a zero x or y dimension. When ↵Diederik van Lierop2009-06-291-7/+41
| | | | | | | | | | snapping for example to the same point twice then just cancel the arc creation (Fixes bug #375975). And while we're at it, make the ellipse tool escapeable by pressing esc. Needs to be copied to the rect / star / etc. tools too (bzr r8187)
* | better fix, and prevent any further crashes; now tested on windows toobulia byak2009-06-291-4/+8
| | | | | | (bzr r8184)
* | fix imagemagick effects for file:// urisbulia byak2009-06-291-1/+4
| | | | | | (bzr r8183)
* | save/restore initial dir when importingbulia byak2009-06-281-0/+1
| | | | | | (bzr r8181)
* | save/restore initial dir when importingbulia byak2009-06-281-4/+23
| | | | | | (bzr r8180)
* | patch 375771bulia byak2009-06-221-0/+1
| | | | | | (bzr r8146)