summaryrefslogtreecommitdiffstats
path: root/src/extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* r11145@tres: ted | 2006-03-27 22:01:44 -0800Ted Gould2006-03-291-4/+1
| | | | | Ah, missed some help dialog stuff. Ah, cruft. (bzr r363)
* r11144@tres: ted | 2006-03-27 22:00:25 -0800Ted Gould2006-03-293-105/+0
| | | | | | Changing the theory of operation. No reason to have an independed help dialog file, everything will go through the extensions dialog. (bzr r362)
* r11143@tres: ted | 2006-03-27 21:54:21 -0800Ted Gould2006-03-291-0/+2
| | | | | | | | | | Hiding the button for the extension editor and the help button on the preferences dialogs. While they are marginially useful now, I've had too much of this code on my machine for too long. I'd like to have more of it see the light of day, and protect it from thigns like crashes. Defeats the point of Open Source if everything is just sitting on my harddrive. (bzr r361)
* r11142@tres: ted | 2006-03-27 21:52:50 -0800Ted Gould2006-03-294-10/+70
| | | | | | Adding in the basic infrastructure for handling the cascading status dialogs between the different subclasses of widgets. (bzr r360)
* r11029@tres: ted | 2006-03-18 11:01:42 -0800Ted Gould2006-03-291-1/+1
| | | | | Updating the default destination to "| lp" (bzr r356)
* r11028@tres: ted | 2006-03-03 00:13:19 -0800Ted Gould2006-03-291-0/+17
| | | | | Adding in a bunch of comments. (bzr r355)
* r10987@tres: ted | 2006-02-28 01:06:37 -0800Ted Gould2006-03-292-0/+34
| | | | | | The leg bone is connected to the knee bone The extension bone is connected to the extension-editor bone (bzr r351)
* r10985@tres: ted | 2006-02-25 21:56:46 -0800Ted Gould2006-03-292-0/+19
| | | | | Adding in documentation (bzr r349)
* r10982@tres: ted | 2006-02-18 22:08:28 -0800Ted Gould2006-03-291-1/+4
| | | | | Adding in a little bit of horizontal spacing. Cleans things up a touch. (bzr r346)
* 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)
* 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)
* fix 1459154bulia byak2006-03-271-1/+1
| | | (bzr r310)
* Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h ↵Peter Moulder2006-03-132-226/+226
| | | | | files created since cvs2svn). (bzr r234)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* Fix: was using locale to format SVG numbers.Peter Moulder2006-03-132-83/+143
| | | | | | | Use normal attributes instead of style attribute, for greater viewer compatibility. Tidy up the produced SVG: trim trailing zeros from numbers. Stronger detection of invalid .ggr files. (bzr r225)
* Replace std::endl in lots of places with plain old '\n', with just a single ↵Peter Moulder2006-03-061-5/+7
| | | | | std::flush per dependency. (bzr r211)
* fix 1311015bulia byak2006-02-231-1/+1
| | | (bzr r175)
* add odfBob Jamison2006-02-161-2/+4
| | | (bzr r152)
* Add new placeholder for ODFBob Jamison2006-02-164-6/+237
| | | (bzr r150)
* bulk whitespace removal patch #1198588 by gigaclonRalf Stephan2006-02-134-32/+32
| | | (bzr r134)
* no longer GC::release(NULL) with defect inx files, fixes #1358999Ralf Stephan2006-02-131-2/+3
| | | (bzr r132)
* rearrange effect submenus, rename some effects, fix capitalizationbulia byak2006-02-101-1/+1
| | | (bzr r109)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-3015-46/+110
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* r10818@tres: ted | 2006-01-29 16:08:07 -0800Ted Gould2006-01-301-4/+20
| | | | | Whoo hoo, we do submenus now too! (bzr r53)
* r10817@tres: ted | 2006-01-29 15:45:22 -0800Ted Gould2006-01-302-33/+33
| | | | | Basic submenus are working, and alphebetized (bzr r52)
* r10816@tres: ted | 2006-01-29 15:14:36 -0800Ted Gould2006-01-301-1/+7
| | | | | Working, but not going down submenus right. (bzr r51)
* r10815@tres: ted | 2006-01-29 14:46:19 -0800Ted Gould2006-01-302-8/+87
| | | | | | Basically the menu stuff is working. Still needs features before it can be checked in. But the basics are all there right now. (bzr r50)
* r10781@tres: ted | 2006-01-26 23:18:34 -0800Ted Gould2006-01-301-1/+6
| | | | | Some modifications, getting basic menu merging working (bzr r48)
* Remove duplicate Javascript tree. This dupe was probably an artifact of the ↵Bob Jamison2006-01-16171-94126/+0
| | | | | migration. (bzr r3)
* moving trunk for module inkscapeMenTaLguY2006-01-16295-0/+115641
(bzr r1)