summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix 1498769bulia byak2006-06-021-2/+2
| | | (bzr r1129)
* text tolbar usability: enable alt+x, enable esc to defocus entry fields and ↵bulia byak2006-06-022-685/+761
| | | | | close font popdown, enable typing in size (bzr r1128)
* moving include as suggested by bobAaron Spike2006-06-021-1/+1
| | | (bzr r1127)
* include registrytool.cpp/h in win32_sourcesRalf Stephan2006-06-021-1/+1
| | | (bzr r1126)
* Fix for delete[] and binary commentJon A. Cruz2006-06-021-2/+3
| | | (bzr r1125)
* bump version to 0.44pre2Aaron Spike2006-06-011-1/+1
| | | (bzr r1122)
* split utils into separate fileBob Jamison2006-06-017-1805/+2122
| | | (bzr r1121)
* Added opacity sliderJon A. Cruz2006-06-012-0/+67
| | | (bzr r1120)
* Removed debugging messagesJon A. Cruz2006-06-011-3/+0
| | | (bzr r1119)
* revert interface changeBob Jamison2006-06-012-8/+11
| | | (bzr r1118)
* remove warningsBob Jamison2006-06-011-8/+8
| | | (bzr r1117)
* remove warningsBob Jamison2006-06-011-1/+1
| | | (bzr r1115)
* remove deprecation warningsBob Jamison2006-06-011-1/+1
| | | (bzr r1114)
* remove deprecation warningsBob Jamison2006-06-011-2/+2
| | | (bzr r1113)
* remove deprecation warningsBob Jamison2006-06-011-13/+20
| | | (bzr r1112)
* remove warningsBob Jamison2006-06-011-0/+1
| | | (bzr r1111)
* defocus text toolbar widgets, fixes 1494959bulia byak2006-06-011-4/+14
| | | (bzr r1110)
* Misnamed var popen_mode_curBob Jamison2006-06-011-2/+2
| | | (bzr r1108)
* Allow Inkscape to use its own python in preference to something in the path ↵Bob Jamison2006-05-312-307/+576
| | | | | on win32. Also do considerable ustring-ification (bzr r1106)
* prevent stroke becoming invisible at certain zooms and path disappearing ↵bulia byak2006-05-312-18/+0
| | | | | after outset with complex paths, closes a bunch of bugs (bzr r1105)
* 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)