summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert from std::string to glib::ustring to fit into rest of inkscapeBob Jamison2006-05-312-21/+22
| | | (bzr r1104)
* next try for intended change from OS_WIN32 to PLATFORM_WIN32Ralf Stephan2006-05-311-1/+1
| | | (bzr r1101)
* revert previous change, not from meRalf Stephan2006-05-311-1/+1
| | | (bzr r1100)
* complete started revert of 10737, fixes autogen problemRalf Stephan2006-05-311-1/+1
| | | (bzr r1099)
* Fixing crash on odg saveJon A. Cruz2006-05-311-18/+35
| | | (bzr r1094)
* workaround for 1466515: transforming items in the mask causes their ↵bulia byak2006-05-301-0/+2
| | | | | gradients to fork, and the forked ones are added to defs after the mask, which makes them fail on reload due to bug 989084. Now mask is shifted to the end of defs after the transforms, making sure all its gradients are behind it. (bzr r1091)
* fix writing clip/mask referencesbulia byak2006-05-301-0/+11
| | | (bzr r1088)
* Strip BOM from incoming filesJon A. Cruz2006-05-301-77/+101
| | | (bzr r1086)
* (bzr r1085)John Cliff2006-05-301-7/+7
|
* setting version back to 0.43+develAaron Spike2006-05-301-1/+1
| | | (bzr r1084)
* setting version to 0.44pre1Aaron Spike2006-05-301-1/+1
| | | (bzr r1083)
* removing some gcc4.1 warnings the right wayRalf Stephan2006-05-303-39/+64
| | | (bzr r1082)
* revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan2006-05-303-109/+107
| | | (bzr r1081)
* DocumentationBryce Harrington2006-05-293-26/+137
| | | (bzr r1075)
* crash when we try to rasterise with a font that pango can't cope withRichard Hughes2006-05-291-0/+2
| | | (bzr r1071)
* try to exclude the right files againAaron Spike2006-05-291-16/+15
| | | (bzr r1069)
* swap order of palette and statusbar commands to match the screen layoutbulia byak2006-05-291-2/+2
| | | (bzr r1068)
* revert the other change that made inkboard build on windowsAaron Spike2006-05-291-4/+4
| | | (bzr r1065)
* workaround assertion upon file revertJon A. Cruz2006-05-293-10/+16
| | | (bzr r1064)
* handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan2006-05-292-6/+8
| | | | | return value; fixes #1495283 (bzr r1062)
* use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan2006-05-293-107/+109
| | | (bzr r1061)
* Documenting SPMarker implementation fileBryce Harrington2006-05-291-14/+86
| | | (bzr r1057)
* applied JID patch by Alexander Darovsky David Yip2006-05-292-4/+16
| | | | | (see https://sourceforge.net/tracker/?func=detail&atid=604306&aid=1495414&group_id=93438) (bzr r1056)
* remove 'Preferences' from dialog title, as discussed on mlbulia byak2006-05-291-1/+1
| | | (bzr r1055)
* Add a configuration record. Modify the GUI later.Bob Jamison2006-05-295-11/+499
| | | (bzr r1051)
* add test for configBob Jamison2006-05-291-1/+35
| | | (bzr r1050)
* typos, mnemonicsbulia byak2006-05-281-2/+2
| | | (bzr r1049)
* typos, mnemonicsbulia byak2006-05-281-2/+2
| | | (bzr r1048)
* Add code to generate and display an SSL-connection event with a padlockBob Jamison2006-05-284-8/+83
| | | (bzr r1047)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-2827-87/+106
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* add tooltips to text toolbar widgetsMenTaLguY2006-05-281-0/+9
| | | (bzr r1039)
* break apart faster: prepend to list instead of append, add objects to ↵bulia byak2006-05-283-9/+8
| | | | | selection wholesale instead of one by one (bzr r1038)
* Option to keep selection when changing layersJon A. Cruz2006-05-287-10/+26
| | | (bzr r1037)
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-282-1/+87
| | | (bzr r1036)
* * src/sp-conn-end-pair.cpp: Detach connectors from empty groupsmjwybrow2006-05-281-0/+15
| | | | | | before trying to route connectors to them. This is required since empty groups have no physical position. Fixes bug #1448811. (bzr r1034)
* fix 1496081bulia byak2006-05-271-7/+7
| | | (bzr r1030)
* bug 1495265: css fallback fonts broken on win32Richard Hughes2006-05-273-10/+46
| | | (bzr r1029)
* patch from bug 1474575bulia byak2006-05-271-0/+6
| | | (bzr r1028)
* Fixes bug #1495310, allowing parameters for output extensions.Kees Cook2006-05-271-3/+8
| | | (bzr r1027)
* make button labels translatable, and use HButtonBox versus HBox for better ↵MenTaLguY2006-05-272-17/+22
| | | | | appearance (bzr r1025)
* Prevent layer name duplicationJon A. Cruz2006-05-274-5/+60
| | | (bzr r1024)
* patch from bug 1495755bulia byak2006-05-271-0/+3
| | | (bzr r1023)
* Clear old selection when changing layerJon A. Cruz2006-05-261-1/+7
| | | (bzr r1022)
* Fix compile warningJon A. Cruz2006-05-261-1/+1
| | | (bzr r1021)
* Fixed resize handle in corner of main UI.Jon A. Cruz2006-05-261-22/+0
| | | (bzr r1019)
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-263-1/+67
| | | (bzr r1018)
* Additional translation string cleanup for bug #1490928Kees Cook2006-05-261-10/+10
| | | (bzr r1017)
* correctly treat dashes and markers when converting stroke to path, fixes 933482bulia byak2006-05-261-14/+106
| | | (bzr r1015)
* factor out dashing codebulia byak2006-05-261-24/+2
| | | (bzr r1014)
* method for dashing Path using an SPStylebulia byak2006-05-262-0/+35
| | | (bzr r1013)