summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Handle polygon of 0 or 1 points (without triggering warnings).Peter Moulder2006-03-291-6/+26
* fix selected node size when switching typebulia byak2006-03-291-2/+2
* draft of layer managerMenTaLguY2006-03-293-0/+124
* revert fix from revision 10741, not needed anymorebulia byak2006-03-281-4/+1
* optimizations: prevent handle move callback unless handle is indeed moved; pr...bulia byak2006-03-281-45/+47
* use SPKnot setter methods instead of g_object_set_propertybulia byak2006-03-282-32/+25
* delete slow and redundant g_object properties, replacing them with fast inlin...bulia byak2006-03-282-254/+51
* Changed objects to only get linked to "linkable" colors.Jon A. Cruz2006-03-285-29/+70
* optimization: create side knots and lines only on demandbulia byak2006-03-281-68/+62
* Objects will now change when their linked colors change.Jon A. Cruz2006-03-282-16/+221
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-283-3/+4
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-282-2/+2
* Experimenting with linked colors.Jon A. Cruz2006-03-286-43/+489
* preserve (but not use yet) rotation center when making tiled clonesbulia byak2006-03-281-0/+18
* copy rotation center when converting to pathbulia byak2006-03-281-0/+3
* copy rotation center when cloningbulia byak2006-03-281-0/+3
* fix 1367204bulia byak2006-03-271-4/+21
* obey scale ratio lockbulia byak2006-03-271-2/+9
* fix 1459154bulia byak2006-03-271-1/+1
* minor changes to adjust strings for plural formsAndrius Ramanauskas2006-03-272-3/+7
* applying ngettext for 2 strings (for languages with multiple plural forms)Andrius Ramanauskas2006-03-271-2/+2
* fix 1457118bulia byak2006-03-261-1/+1
* cosmeticbulia byak2006-03-261-2/+3
* clarify case for --export-id and --export-drawingAaron Spike2006-03-261-8/+7
* Added --export-area-canvas (-C). Aaron Spike2006-03-261-9/+24
* most of region selection completedBob Jamison2006-03-263-10/+106
* pasting sizebulia byak2006-03-265-0/+116
* menu rearrange, tips copyeditbulia byak2006-03-263-61/+64
* fixed const declsBob Jamison2006-03-252-5/+20
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. Also...Bob Jamison2006-03-257-66/+331
* initial hookup of siox into Tracer. much work still to be done, and testing tooBob Jamison2006-03-252-23/+149
* change radio button to check box. oopsBob Jamison2006-03-251-5/+5
* add enableSiox() for testingBob Jamison2006-03-252-0/+16
* new button for sioxBob Jamison2006-03-251-2/+26
* change namesBob Jamison2006-03-242-1767/+0
* change siox namesBob Jamison2006-03-243-10/+9
* fix includeBob Jamison2006-03-241-1/+1
* rename sioxBob Jamison2006-03-241-2/+2
* renameBob Jamison2006-03-242-0/+1767
* new filesBob Jamison2006-03-243-3/+14
* add sioxBob Jamison2006-03-243-92/+225
* Add sioxBob Jamison2006-03-243-1/+1770
* fixing crash in situations where locale language has many plural forms (examp...Andrius Ramanauskas2006-03-241-5/+5
* Bringing in new color classJon A. Cruz2006-03-245-24/+189
* Purging unused variableJon A. Cruz2006-03-241-1/+0
* remove confusing decimal digits in the number of scansbulia byak2006-03-231-1/+1
* pjrm's fix from bug 1188811bulia byak2006-03-231-4/+4
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-226-34/+53
* rewrote sp_clippath_get_bbox correctly to fix 1455885bulia byak2006-03-221-6/+18
* optimization: prevent taking bbox twice of the first object in selectionbulia byak2006-03-221-1/+3