summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* export markers APIbulia byak2006-05-262-10/+11
| | | (bzr r1012)
* * src/path-prefix.h: Add missing CREATE_* directory locationsmjwybrow2006-05-261-6/+3
| | | | | for building an OS X application bundle. Fixes bug #1495284. (bzr r1011)
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
| | | (bzr r1010)
* Fix for "[1490928] Error message after an internal error is notBryce Harrington2006-05-251-7/+7
| | | | | | translated". The strings were marked as translatable but not getting passed to the translation engine. (bzr r1009)
* set version back to 0.43+develAaron Spike2006-05-251-1/+1
| | | (bzr r1008)
* set version to 0.43+0.44pre0Aaron Spike2006-05-251-1/+1
| | | (bzr r1007)
* #define -> typedefDavid Yip2006-05-251-2/+2
| | | (bzr r1005)
* fix for backwards compatibility with FreeType 2.1.xDavid Yip2006-05-251-4/+17
| | | (bzr r1004)
* Fix compile error.Peter Moulder2006-05-251-4/+4
| | | (bzr r1003)
* define ndistclean-local to get rid of test files, write inkscape.pot rule, ↵Ralf Stephan2006-05-241-0/+2
| | | | | fix POTFILES.in --- fixes #1467073 (bzr r1002)
* whiteboard now works on jep compliant servers only, aka wildfiredaleharvey2006-05-241-9/+12
| | | (bzr r1001)
* change link order of test_all to enable make distcheckRalf Stephan2006-05-241-3/+3
| | | (bzr r997)
* Finish registration stuffBob Jamison2006-05-243-36/+86
| | | (bzr r994)
* slight cosmetics in text toolbarbulia byak2006-05-241-2/+2
| | | (bzr r992)
* Add gui code for registrationBob Jamison2006-05-244-126/+316
| | | (bzr r991)
* calligraphic to use last-set by defaultbulia byak2006-05-231-1/+1
| | | (bzr r989)
* fix crash when newly installed inkscape does not yet have last-set stylebulia byak2006-05-231-22/+28
| | | (bzr r988)
* remove default fill-opacitybulia byak2006-05-231-3/+2
| | | (bzr r987)
* added default palette optionsbulia byak2006-05-231-1/+5
| | | (bzr r986)
* Flipped LCMS onJon A. Cruz2006-05-232-8/+10
| | | (bzr r981)
* enable palettebulia byak2006-05-231-2/+2
| | | (bzr r980)
* Panel refactoringJon A. Cruz2006-05-2311-42/+171
| | | (bzr r976)
* * Use hardcoded sample string for font preview instead of the string from ↵Milosz Derezynski2006-05-231-3/+2
| | | | | the configuration (bzr r975)
* make loop var unsigned etc, remove compiler warningsRalf Stephan2006-05-232-8/+7
| | | (bzr r974)
* whoops, quoting of %MenTaLguY2006-05-231-1/+1
| | | (bzr r973)
* move %%EOF to end of output documentMenTaLguY2006-05-231-3/+2
| | | (bzr r972)
* Improve code for password change and registration cancelBob Jamison2006-05-222-125/+92
| | | (bzr r958)
* fix problems with gcc4 (by joncruz)Ralf Stephan2006-05-221-5/+5
| | | (bzr r957)
* Add placeholders for registration modify and cancelBob Jamison2006-05-222-3/+192
| | | (bzr r956)