summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* r10951@tres: ted | 2006-02-16 08:56:41 -0800Ted Gould2006-03-292-0/+6
| | | | | | Adding an Extension Editor verb. (though I don't really like the name extension editor) (bzr r341)
* r10950@tres: ted | 2006-02-16 08:36:49 -0800Ted Gould2006-03-291-2/+3
| | | | | | Instead of showing the help button or not, let's make it so it is sensitive or not. This will be a better UI. (bzr r340)
* r10949@tres: ted | 2006-02-16 08:33:36 -0800Ted Gould2006-03-294-8/+14
| | | | | Basic help dialog coming up and working. (bzr r339)
* r10924@tres: ted | 2006-02-13 09:52:31 -0800Ted Gould2006-03-291-0/+15
| | | | | Basics of getting text in teh box (bzr r337)
* r10923@tres: ted | 2006-02-13 09:47:15 -0800Ted Gould2006-03-294-0/+101
| | | | | Adding in the help dialog basics. (bzr r336)
* r10922@tres: ted | 2006-02-13 09:41:52 -0800Ted Gould2006-03-291-0/+5
| | | | | Adding in support for setting the name and tooltip after initalization. (bzr r335)
* r10921@tres: ted | 2006-02-13 09:40:25 -0800Ted Gould2006-03-297-9/+20
| | | | | | | Adding in support for a <help> tag in the base extension part of the INX file. Currently that just gets passed to the prefdialog, but it will be used in a little while. (bzr r334)
* r10920@tres: ted | 2006-02-13 09:38:31 -0800Ted Gould2006-03-291-0/+8
| | | | | | Adding in menu-name and menu-tip XML file options to make it so that those can be set in the INX file. (bzr r333)
* r10919@tres: ted | 2006-02-13 09:37:13 -0800Ted Gould2006-03-291-0/+2
| | | | | Adding in comments for accessor functions (bzr r332)
* non-localizable stringAndrius Ramanauskas2006-03-291-1/+1
| | | (bzr r331)
* Renaming temp non-standard attributesJon A. Cruz2006-03-292-3/+3
| | | (bzr r330)
* crap, disable the layer manager in the build; I forgot to deal with those ↵MenTaLguY2006-03-291-1/+0
| | | | | template errors (bzr r329)
* Handle polygon of 0 or 1 points (without triggering warnings).Peter Moulder2006-03-291-6/+26
| | | (bzr r328)
* fix selected node size when switching typebulia byak2006-03-291-2/+2
| | | (bzr r327)
* draft of layer managerMenTaLguY2006-03-293-0/+124
| | | (bzr r326)
* revert fix from revision 10741, not needed anymorebulia byak2006-03-281-4/+1
| | | (bzr r325)
* optimizations: prevent handle move callback unless handle is indeed moved; ↵bulia byak2006-03-281-45/+47
| | | | | prepend nodes to selected list instead of append; use SPKnot setter methods instead of g_object_set_property (bzr r324)
* use SPKnot setter methods instead of g_object_set_propertybulia byak2006-03-282-32/+25
| | | (bzr r323)
* delete slow and redundant g_object properties, replacing them with fast ↵bulia byak2006-03-282-254/+51
| | | | | inline setters on struct members (bzr r322)
* Changed objects to only get linked to "linkable" colors.Jon A. Cruz2006-03-285-29/+70
| | | (bzr r321)
* optimization: create side knots and lines only on demandbulia byak2006-03-281-68/+62
| | | (bzr r320)
* Objects will now change when their linked colors change.Jon A. Cruz2006-03-282-16/+221
| | | (bzr r319)
* more g++ 4.1 fixes (by inkblotter)Ralf Stephan2006-03-283-3/+4
| | | (bzr r318)
* try to fix g++ 4.1 compile errorsRalf Stephan2006-03-282-2/+2
| | | (bzr r317)
* Experimenting with linked colors.Jon A. Cruz2006-03-286-43/+489
| | | (bzr r316)
* preserve (but not use yet) rotation center when making tiled clonesbulia byak2006-03-281-0/+18
| | | (bzr r315)
* copy rotation center when converting to pathbulia byak2006-03-281-0/+3
| | | (bzr r314)
* copy rotation center when cloningbulia byak2006-03-281-0/+3
| | | (bzr r313)
* fix 1367204bulia byak2006-03-271-4/+21
| | | (bzr r312)
* obey scale ratio lockbulia byak2006-03-271-2/+9
| | | (bzr r311)
* fix 1459154bulia byak2006-03-271-1/+1
| | | (bzr r310)
* minor changes to adjust strings for plural formsAndrius Ramanauskas2006-03-272-3/+7
| | | (bzr r308)
* applying ngettext for 2 strings (for languages with multiple plural forms)Andrius Ramanauskas2006-03-271-2/+2
| | | (bzr r306)
* fix 1457118bulia byak2006-03-261-1/+1
| | | (bzr r304)
* cosmeticbulia byak2006-03-261-2/+3
| | | (bzr r303)
* clarify case for --export-id and --export-drawingAaron Spike2006-03-261-8/+7
| | | (bzr r302)
* Added --export-area-canvas (-C). Aaron Spike2006-03-261-9/+24
| | | | | Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id. (bzr r300)
* most of region selection completedBob Jamison2006-03-263-10/+106
| | | (bzr r299)
* pasting sizebulia byak2006-03-265-0/+116
| | | (bzr r298)
* menu rearrange, tips copyeditbulia byak2006-03-263-61/+64
| | | (bzr r297)
* fixed const declsBob Jamison2006-03-252-5/+20
| | | (bzr r295)
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison2006-03-257-66/+331
| | | | | Also make certain that packed pixels are unsigned long. (bzr r294)
* initial hookup of siox into Tracer. much work still to be done, and testing tooBob Jamison2006-03-252-23/+149
| | | (bzr r293)
* change radio button to check box. oopsBob Jamison2006-03-251-5/+5
| | | (bzr r292)
* add enableSiox() for testingBob Jamison2006-03-252-0/+16
| | | (bzr r291)
* new button for sioxBob Jamison2006-03-251-2/+26
| | | (bzr r290)
* change namesBob Jamison2006-03-242-1767/+0
| | | (bzr r289)
* change siox namesBob Jamison2006-03-243-10/+9
| | | (bzr r288)
* fix includeBob Jamison2006-03-241-1/+1
| | | (bzr r287)
* rename sioxBob Jamison2006-03-241-2/+2
| | | (bzr r286)