summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix 1498769bulia byak2006-06-021-2/+2
* text tolbar usability: enable alt+x, enable esc to defocus entry fields and c...bulia byak2006-06-022-685/+761
* moving include as suggested by bobAaron Spike2006-06-021-1/+1
* include registrytool.cpp/h in win32_sourcesRalf Stephan2006-06-021-1/+1
* Fix for delete[] and binary commentJon A. Cruz2006-06-021-2/+3
* bump version to 0.44pre2Aaron Spike2006-06-011-1/+1
* split utils into separate fileBob Jamison2006-06-017-1805/+2122
* Added opacity sliderJon A. Cruz2006-06-012-0/+67
* Removed debugging messagesJon A. Cruz2006-06-011-3/+0
* revert interface changeBob Jamison2006-06-012-8/+11
* remove warningsBob Jamison2006-06-011-8/+8
* remove warningsBob Jamison2006-06-011-1/+1
* remove deprecation warningsBob Jamison2006-06-011-1/+1
* remove deprecation warningsBob Jamison2006-06-011-2/+2
* remove deprecation warningsBob Jamison2006-06-011-13/+20
* remove warningsBob Jamison2006-06-011-0/+1
* defocus text toolbar widgets, fixes 1494959bulia byak2006-06-011-4/+14
* Misnamed var popen_mode_curBob Jamison2006-06-011-2/+2
* Allow Inkscape to use its own python in preference to something in the path o...Bob Jamison2006-05-312-307/+576
* prevent stroke becoming invisible at certain zooms and path disappearing afte...bulia byak2006-05-312-18/+0
* Convert from std::string to glib::ustring to fit into rest of inkscapeBob Jamison2006-05-312-21/+22
* next try for intended change from OS_WIN32 to PLATFORM_WIN32Ralf Stephan2006-05-311-1/+1
* revert previous change, not from meRalf Stephan2006-05-311-1/+1
* complete started revert of 10737, fixes autogen problemRalf Stephan2006-05-311-1/+1
* Fixing crash on odg saveJon A. Cruz2006-05-311-18/+35
* workaround for 1466515: transforming items in the mask causes their gradients...bulia byak2006-05-301-0/+2
* fix writing clip/mask referencesbulia byak2006-05-301-0/+11
* Strip BOM from incoming filesJon A. Cruz2006-05-301-77/+101
* (bzr r1085)John Cliff2006-05-301-7/+7
* setting version back to 0.43+develAaron Spike2006-05-301-1/+1
* setting version to 0.44pre1Aaron Spike2006-05-301-1/+1
* removing some gcc4.1 warnings the right wayRalf Stephan2006-05-303-39/+64
* revert patch 12062:12063, deemed unsafe, with better alternativesRalf Stephan2006-05-303-109/+107
* DocumentationBryce Harrington2006-05-293-26/+137
* crash when we try to rasterise with a font that pango can't cope withRichard Hughes2006-05-291-0/+2
* try to exclude the right files againAaron Spike2006-05-291-16/+15
* swap order of palette and statusbar commands to match the screen layoutbulia byak2006-05-291-2/+2
* revert the other change that made inkboard build on windowsAaron Spike2006-05-291-4/+4
* workaround assertion upon file revertJon A. Cruz2006-05-293-10/+16
* handle request for not-compiled-in internal scripting; execute didn't check r...Ralf Stephan2006-05-292-6/+8
* use unions for type-punning to remove some gcc-4.1 warningsRalf Stephan2006-05-293-107/+109
* Documenting SPMarker implementation fileBryce Harrington2006-05-291-14/+86
* applied JID patch by Alexander Darovsky David Yip2006-05-292-4/+16
* remove 'Preferences' from dialog title, as discussed on mlbulia byak2006-05-291-1/+1
* Add a configuration record. Modify the GUI later.Bob Jamison2006-05-295-11/+499
* add test for configBob Jamison2006-05-291-1/+35
* typos, mnemonicsbulia byak2006-05-281-2/+2
* typos, mnemonicsbulia byak2006-05-281-2/+2
* Add code to generate and display an SSL-connection event with a padlockBob Jamison2006-05-284-8/+83
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-2827-87/+106