summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* unlibtoolize the build process (yay!) -- we haven't actually used libtool ↵MenTaLguY2006-07-255-7/+11
| | | | | for ages (bzr r1474)
* remove vestigal plugin supportMenTaLguY2006-07-256-69/+8
| | | (bzr r1473)
* remove lsbcc check for nowMenTaLguY2006-07-251-2/+0
| | | (bzr r1472)
* further work on LSB build configurationMenTaLguY2006-07-252-2/+11
| | | (bzr r1471)
* added Rune and Rikumatiphas2006-07-241-0/+2
| | | (bzr r1470)
* Fix a null pointer bug I made myself. Sorry.Bob Jamison2006-07-241-2/+5
| | | (bzr r1469)
* added finnish translationmatiphas2006-07-241-1/+1
| | | (bzr r1468)
* adding fi templatematiphas2006-07-241-0/+53
| | | (bzr r1467)
* updated Translators and added finnish translation in configure.acmatiphas2006-07-242-1/+3
| | | (bzr r1466)
* update and adding finnish translationmatiphas2006-07-2441-18404/+28957
| | | (bzr r1465)
* forced redraw of canvas upon completion of zooming or upon starting rubber ↵John Bintz2006-07-234-2/+14
| | | | | | | band selection events to work around event starvation issue at high zoom levels (bzr r1464)
* Update pattern creation help text to reflect new menu layout.MenTaLguY2006-07-232-1/+9
| | | (bzr r1463)
* * Makefile.am: Add files to release needed for improvements to Mac mjwybrow2006-07-232-1/+4
| | | | | packaging. (bzr r1462)
* * macosx/osx-dmg.sh: Added code to allow packagers to create a newmjwybrow2006-07-231-10/+69
| | | | | inkscape.ds_store file. (bzr r1461)
* * packaging/osx-app.sh, packaging/macosx/inkscape.ds_storemjwybrow2006-07-237-17/+1005
| | | | | | | | | | | packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh, packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt: Improve the disk image layout for Mac OS X releases. This is based on Jean-Olivier Irisson's work and patches, submitted as #1516212. (bzr r1460)
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵John Bintz2006-07-236-2/+28
| | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-237-1/+27
| | | | | issue at high zoom levels (bzr r1458)
* patch from John Bintz, adding pref to simplify multiple paths separatelyMenTaLguY2006-07-222-31/+63
| | | (bzr r1457)
* update ChangeLogMenTaLguY2006-07-221-0/+4
| | | (bzr r1456)
* first crack at --enable-lsbMenTaLguY2006-07-221-0/+5
| | | (bzr r1455)
* switch to using sigc++ signalsMenTaLguY2006-07-223-29/+56
| | | (bzr r1454)
* switch to sigc++ signals and manually clean up signal connections (although ↵MenTaLguY2006-07-213-11/+15
| | | | | it may not be strictly necessary to do so here) (bzr r1453)
* switch to sigc++ signal for "release"MenTaLguY2006-07-213-18/+24
| | | (bzr r1452)
* switch to sigc++ signals for "release"MenTaLguY2006-07-213-20/+13
| | | (bzr r1451)
* switch to sigc++ signal for "release"MenTaLguY2006-07-212-12/+15
| | | (bzr r1450)
* switch to sigc++ signals for "modified" and "release"MenTaLguY2006-07-213-44/+30
| | | (bzr r1449)
* switched to using sigc++ "modified" signalMenTaLguY2006-07-213-16/+23
| | | (bzr r1448)
* sp_object_invoke_release -> SPObject::releaseReferences, plus the ↵MenTaLguY2006-07-214-28/+65
| | | | | introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts (bzr r1447)
* replace two uses of hash_map with standard STL mapMenTaLguY2006-07-213-3/+10
| | | (bzr r1446)
* minor changelog noteBryce Harrington2006-07-211-1/+1
| | | (bzr r1445)
* add some convenience methods to inkex and allow the possiblity of replacing ↵Aaron Spike2006-07-202-22/+36
| | | | | the markers in place. (bzr r1444)
* avoid id collisions and add more error checkingAaron Spike2006-07-201-12/+34
| | | (bzr r1443)
* fix an old bug in the style splitting routine and add to the makefileAaron Spike2006-07-203-6/+9
| | | (bzr r1442)
* marker refactoring workBryce Harrington2006-07-2010-104/+130
| | | (bzr r1441)
* An extension script to recolor markers to match the path stroke colorAaron Spike2006-07-202-0/+78
| | | (bzr r1440)
* added choose desktop dialog during intialising a whiteboard sessiondaleharvey2006-07-204-8/+205
| | | (bzr r1439)
* Add property getters to FileExportDialogBob Jamison2006-07-192-48/+222
| | | (bzr r1438)
* updatematiphas2006-07-1840-7689/+10536
| | | (bzr r1437)
* Added a bunch of comments to filter effects rendering codeNiko Kiirala2006-07-185-3/+135
| | | (bzr r1436)
* We now use connector spacing to determine the minimum space requiredTim Dwyer2006-07-183-4/+24
| | | | | | | | between shape bounding boxes when graph layout with avoid overlap constraints is applied. This means that there should always be enough room for connectors to route between shapes. Also changed the default connector spacing to a less extreme 3. (bzr r1435)
* Committed again without the essential fix on line 84 commented out!Tim Dwyer2006-07-181-1/+1
| | | (bzr r1434)
* added include of "helper/png-write.h" to fix compile error:Tim Dwyer2006-07-181-0/+2
| | | | | | | main.cpp:973: error: ‘sp_export_png_file’ was not declared in this scope Did someone else do an incomplete commit? (bzr r1433)
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
| | | (bzr r1432)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+1
| | | (bzr r1431)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-175-186/+325
| | | (bzr r1430)
* cleanup, remove warningsTim Dwyer2006-07-173-51/+57
| | | (bzr r1429)
* minor performance improvementTim Dwyer2006-07-172-7/+10
| | | (bzr r1428)
* Changelog entry for connected components handling in graph layout.Tim Dwyer2006-07-171-0/+9
| | | (bzr r1427)
* remove debug messagesTim Dwyer2006-07-172-16/+11
| | | (bzr r1426)
* remove overlaps between connected componentsTim Dwyer2006-07-173-15/+64
| | | (bzr r1425)