summaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Changelog entry for connected components handling in graph layout.Tim Dwyer2006-07-171-0/+9
| | | (bzr r1427)
* * src/Makefile_insert, src/Makefile.am, src/svg/Makefile_insert,mjwybrow2006-07-141-0/+6
| | | | | | | | src/xml/Makefile_insert, src/libnr/Makefile_insert: Add "$(srcdir)/" to some things so that "make check" works in the case that the build directory is somewhere other than the source directory. (bzr r1413)
* * src/sp-conn-end-pair.cpp, src/connector-context.cpp,mjwybrow2006-07-141-1/+7
| | | | | | src/document.cpp, src/libavoid/*: Update libavoid with upstream fixes, optimisations and new features. (bzr r1411)
* - improve hint for directed graph toggleTim Dwyer2006-07-141-0/+19
| | | (bzr r1409)
* * src/libavoid/router.cpp: Fixed a bug in the libavoid functionmjwybrow2006-07-141-2/+8
| | | | | | Router::attachedConns(). Previously unused, but needed by Tim for new Graph Layout code. (bzr r1407)
* added commandline option ability and got timer ready for doing automaticJon Phillips2006-07-131-0/+6
| | | | | slideshows (bzr r1406)
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+5
| | | (bzr r1340)
* * src/connector-context.cpp, src/widgets/toolbox.cpp:mjwybrow2006-06-301-1/+6
| | | | | Add undo event descriptions for the connector context. (bzr r1323)
* * packaging/macosx/ScriptExec/main.c:mjwybrow2006-06-271-4/+10
| | | | | | Add some quotes to fix a problem for people on OS X with spaces in their home directory path. Fixes bug #1512019. (bzr r1301)
* DVD templates by Aleksandar Urosevic. Closes #1507164.Colin Marquardt2006-06-211-0/+8
| | | (bzr r1253)
* * packaging/macosx/Resources/script,mjwybrow2006-06-201-2/+27
| | | | | | | | | | | | | | | | | | | | | | | packaging/macosx/Resources/bin/inkscape: Improve quoting of shell variables. * packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj: Xcode 2 project file for the OS X launcher. This will build a Universal version of the launcher by default. The project files for different versions are named differently, so this will be picked up and used if the package builder has a sufficiently new version of Xcode. * packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser, packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser: Remove unnecessary user preference files. * Makefile.am: Update the Xcode project files included when creating releases. (bzr r1239)
* Applied patch #1505715Jon A. Cruz2006-06-141-1/+7
| | | (bzr r1218)
* Applied patch #1505765Jon A. Cruz2006-06-141-0/+6
| | | (bzr r1217)
* Applied patch #1503864Jon A. Cruz2006-06-111-0/+6
| | | (bzr r1202)
* Handle case of function call faling. Fixes bug 1501150.Jon A. Cruz2006-06-091-0/+7
| | | (bzr r1189)
* Clear selection cache when not dragging. Fixes bug #1501156Jon A. Cruz2006-06-081-0/+7
| | | (bzr r1183)
* Applied patch #1502407. Fixes bug #1500029.Jon A. Cruz2006-06-081-0/+7
| | | (bzr r1181)
* Applied patch #1502063Jon A. Cruz2006-06-081-0/+7
| | | (bzr r1180)
* Applied patch #1501709Jon A. Cruz2006-06-071-0/+7
| | | (bzr r1176)
* Applied patch #1501375Jon A. Cruz2006-06-061-0/+7
| | | (bzr r1164)
* Applied patch #1501134Jon A. Cruz2006-06-061-3/+9
| | | (bzr r1163)
* Allow "new layer" action when no layer selectedJon A. Cruz2006-06-051-1/+8
| | | (bzr r1159)
* Applied patch 1500659 for warning cleanupJon A. Cruz2006-06-051-1/+7
| | | (bzr r1158)
* Fixing crash on layer delete undoJon A. Cruz2006-06-051-0/+7
| | | (bzr r1156)
* Add Stefan Graubner.Colin Marquardt2006-06-021-0/+4
| | | (bzr r1132)
* Fix for delete[] and binary commentJon A. Cruz2006-06-021-0/+6
| | | (bzr r1125)
* Added opacity sliderJon A. Cruz2006-06-011-0/+7
| | | (bzr r1120)
* Add vonHalenbach for tutorial translations.Colin Marquardt2006-05-311-0/+4
| | | (bzr r1102)
* Fixing crash on odg saveJon A. Cruz2006-05-311-0/+6
| | | (bzr r1094)
* (bzr r1087)John Cliff2006-05-301-0/+5
|
* Strip BOM from incoming filesJon A. Cruz2006-05-301-0/+6
| | | (bzr r1086)
* DocumentationBryce Harrington2006-05-291-0/+3
| | | (bzr r1075)
* workaround assertion upon file revertJon A. Cruz2006-05-291-1/+6
| | | (bzr r1064)
* Updating changelogBryce Harrington2006-05-291-0/+3
| | | (bzr r1058)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-0/+20
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* correct vertical text flow icon to correctly reflect lines stacking ↵MenTaLguY2006-05-281-0/+8
| | | | | right-to-left, as well as improving pixel alignment on both text flow icons (bzr r1042)
* add tooltips to text toolbar widgetsMenTaLguY2006-05-281-0/+6
| | | (bzr r1039)
* Option to keep selection when changing layersJon A. Cruz2006-05-281-0/+10
| | | (bzr r1037)
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-281-0/+8
| | | (bzr r1036)
* * src/sp-conn-end-pair.cpp: Detach connectors from empty groupsmjwybrow2006-05-281-0/+6
| | | | | | before trying to route connectors to them. This is required since empty groups have no physical position. Fixes bug #1448811. (bzr r1034)
* Fixes bug #1495310, allowing parameters for output extensions.Kees Cook2006-05-271-0/+5
| | | (bzr r1027)
* make button labels translatable, and use HButtonBox versus HBox for better ↵MenTaLguY2006-05-271-0/+7
| | | | | appearance (bzr r1025)
* Prevent layer name duplicationJon A. Cruz2006-05-271-0/+8
| | | (bzr r1024)
* Fixed resize handle in corner of main UI.Jon A. Cruz2006-05-261-0/+7
| | | (bzr r1019)
* Cleaned up propagation of status changes.Jon A. Cruz2006-05-261-0/+8
| | | (bzr r1018)
* * src/path-prefix.h: Add missing CREATE_* directory locationsmjwybrow2006-05-261-0/+6
| | | | | for building an OS X application bundle. Fixes bug #1495284. (bzr r1011)
* Fix for "[1490928] Error message after an internal error is notBryce Harrington2006-05-251-0/+3
| | | | | | translated". The strings were marked as translatable but not getting passed to the translation engine. (bzr r1009)
* Missed the dateJon A. Cruz2006-05-231-1/+1
| | | (bzr r978)
* Format cleanupJon A. Cruz2006-05-231-1/+1
| | | (bzr r977)
* Panel refactoringJon A. Cruz2006-05-231-0/+12
| | | (bzr r976)