summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add native method stubbing utilityBob Jamison2008-04-041-0/+299
| | | (bzr r5335)
* Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski2008-04-041-5/+0
| | | | | config.h inclusion in ui/clipboard.cpp (bzr r5333)
* Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵John Faith2008-04-042-19/+22
| | | | | being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329)
* cmake: move extension param files to their own CMakeLists.txtJohan B. C. Engelen2008-04-042-10/+14
| | | (bzr r5326)
* r18381@shi: ted | 2008-03-07 20:11:34 -0800Ted Gould2008-04-0423-179/+173
| | | | | | | | | | | | | | | New work branch r18391@shi: ted | 2008-03-08 21:36:03 -0800 Moving the parameters around to clean up the directories. r18392@shi: ted | 2008-03-08 21:57:14 -0800 Moving the 'get' function to cpp r18870@shi: ted | 2008-04-03 21:10:20 -0700 Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter r18871@shi: ted | 2008-04-03 21:17:39 -0700 Using the _gui-hidden parameter to block the creation of the widget if set. r18890@shi: ted | 2008-04-03 21:53:55 -0700 Merge from r18024 which got lost in the shuffle. (bzr r5322)
* applied patch by sas to fix default default height and width attributes on ↵Marcin Floryan2008-04-031-5/+2
| | | | | svg element following the SVG spec. Closes Bug #211282. (bzr r5320)
* Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison2008-04-031-18/+54
| | | (bzr r5319)
* Fixed LPE crash with unitialized pointerJon A. Cruz2008-04-033-21/+17
| | | (bzr r5318)
* improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2008-04-032-22/+58
| | | (bzr r5317)
* Improve buf<-->xml doc conversionBob Jamison2008-04-022-22/+105
| | | (bzr r5316)
* Initial capability to load current document into scriptBob Jamison2008-04-022-18/+99
| | | (bzr r5315)
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ↵Bob Jamison2008-04-022-40/+44
| | | | | called by sp_repr_save_buf() (bzr r5314)
* Forgot adding files during last commitMaximilian Albert2008-04-022-1/+11
| | | (bzr r5312)
* New LPE: Perspective pathsMaximilian Albert2008-04-025-1/+210
| | | (bzr r5310)
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
| | | (bzr r5309)
* Increase precision for circle LPE so that the output is actually a circle :)Maximilian Albert2008-04-021-14/+11
| | | (bzr r5308)
* get_single_gaussian_blur_radius() ended without a return value. scalar, so ↵Bob Jamison2008-04-021-0/+1
| | | | | use 0 (bzr r5307)
* Cmake: add source directories to src/CMakeLists.txtJoshua L. Blocher2008-04-021-4/+10
| | | (bzr r5306)
* Move to devlibs for nowBob Jamison2008-04-0110-0/+0
| | | (bzr r5303)
* lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one ↵JF Barraud2008-04-011-70/+97
| | | | | subpath) and repartition of construction lines. (bzr r5302)
* patch by Martin von Gagern for bug 174720bulia byak2008-04-011-0/+3
| | | (bzr r5301)
* move temporary canvas items to bottom by default. maybe fixes interfering of ↵Johan B. C. Engelen2008-04-012-2/+7
| | | | | snapindicator with pen tool (bzr r5300)
* delete remaining .cvsignore filesAdib Taraben2008-04-0129-154/+0
| | | (bzr r5299)
* Improve script engine listingBob Jamison2008-04-011-9/+13
| | | (bzr r5298)
* Switch menu to comboboxBob Jamison2008-04-011-30/+42
| | | (bzr r5297)
* make stroke width adjustable by rotation toobulia byak2008-04-012-4/+121
| | | (bzr r5295)
* suppress warnings when closing a desktop but not programbulia byak2008-04-011-1/+8
| | | (bzr r5294)
* suppress warning when closing second documentbulia byak2008-04-011-1/+2
| | | (bzr r5293)
* move helper path to the bottom so it doesnt get in the way with editing nodesbulia byak2008-04-011-0/+3
| | | (bzr r5292)
* Improve 'dirty' editor handlingBob Jamison2008-04-012-90/+179
| | | (bzr r5291)
* reproduce the ancestors transform when exporting a single objectbulia byak2008-04-011-3/+23
| | | (bzr r5290)
* remove, totally obsoletebulia byak2008-04-011-35/+0
| | | (bzr r5289)
* Improve file handlingBob Jamison2008-04-014-14/+219
| | | (bzr r5288)
* Cmake: Random fixesJoshua L. Blocher2008-04-011-1/+0
| | | (bzr r5287)
* Oops. forgot resources for console.Bob Jamison2008-03-3110-0/+0
| | | (bzr r5283)
* Cmake: added more Platform File ChecksJoshua L. Blocher2008-03-311-1/+1
| | | (bzr r5273)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-3111-414/+1509
| | | (bzr r5272)
* Cmake: Start of Platform ChecksJoshua L. Blocher2008-03-311-0/+1
| | | (bzr r5269)
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison2008-03-312-6/+8
| | | | | each language supported (bzr r5268)
* Cmake:Adding Source Files to the CMakeLists.txt in src directoryJoshua L. Blocher2008-03-311-0/+4
| | | (bzr r5267)
* implement filter toggleMenTaLguY2008-03-316-25/+36
| | | (bzr r5266)
* lay groundwork for non-filter view modeMenTaLguY2008-03-3113-47/+73
| | | (bzr r5265)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-303-4/+16
| | | (bzr r5262)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-306-4/+18
| | | (bzr r5250)
* add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen2008-03-302-0/+43
| | | (bzr r5248)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-304-0/+191
| | | (bzr r5247)
* revert Makefile changes accidentally committed (sorry to make this mistake ↵Johan B. C. Engelen2008-03-302-214/+38
| | | | | again :( (bzr r5246)
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-307-38/+331
| | | (bzr r5245)
* revert Makefile changes accidentally committedJohan B. C. Engelen2008-03-302-214/+38
| | | (bzr r5244)
* add CMakeLists.txt files for removeoverlap and svgJohan B. C. Engelen2008-03-304-38/+247
| | | (bzr r5243)