summaryrefslogtreecommitdiffstats
path: root/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-0/+6
| | | (bzr r940)
* replace super-linear complexity stacked C stirng concatenations with O(1) ↵MenTaLguY2006-05-221-0/+7
| | | | | append to std::vector (bzr r932)
* Added 'Show close button on dialogs' option.Marco Scholten2006-05-211-0/+6
| | | (bzr r926)
* request collection pass after destruction of a view widgetMenTaLguY2006-05-211-0/+6
| | | (bzr r924)
* call GC::request_early_collection() after switching preview imagesMenTaLguY2006-05-211-0/+11
| | | (bzr r923)
* Adding notification when managed layers change.Jon A. Cruz2006-05-211-0/+6
| | | (bzr r917)
* * src/extension/internal/pdf.cpp: Compilation fix. For versionsmjwybrow2006-05-211-0/+6
| | | | | | of glib older that 2.9.0, use g_date_set_time() instead of g_date_set_time_t(). (bzr r912)
* add %%EOF trailer for DSC-complianceMenTaLguY2006-05-211-0/+6
| | | (bzr r911)
* Rename slightly, also makes for easier translation.Colin Marquardt2006-05-201-0/+7
| | | (bzr r905)
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-201-0/+10
| | | (bzr r903)
* * src/libnrtype/FontInstance.cpp: patch from David Turner of themjwybrow2006-05-201-0/+6
| | | | | | FreeType Project. Fixes a compilation problem and a possible segmentation fault. (bzr r900)
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵Jon A. Cruz2006-05-181-0/+5
| | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873)
* Fixed localization for metadata license selector.Kees Cook2006-05-181-0/+5
| | | (bzr r870)
* Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz2006-05-171-0/+4
| | | (bzr r862)
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-171-0/+5
| | | (bzr r861)
* Switched icons to stock generic.Jon A. Cruz2006-05-171-0/+4
| | | (bzr r860)
* * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow2006-05-171-0/+4
| | | (bzr r859)
* Corrected ordering of children in subsetJon A. Cruz2006-05-161-0/+5
| | | (bzr r855)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+7
| | | (bzr r843)
* Typofix (conector)Colin Marquardt2006-05-141-0/+5
| | | (bzr r837)
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-0/+5
| | | (bzr r833)
* * src/widgets/toolbox.cpp: Slightly increase size of themjwybrow2006-05-141-0/+6
| | | | | | connector toolbar buttons to match button sizes on other toolbars. (bzr r831)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-131-0/+8
| | | | | the preferences setting. (bzr r823)
* * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:mjwybrow2006-05-121-4/+13
| | | | | | | | | When moving/transforming connectors, only detach connectors from objects that are not part of the selection. Previously, connectors moved as part of a selection would be detached from all objects. This has been requested several times via email. The change also fixes bug #1383806. (bzr r811)
* * src/ui/dialog/inkscape-preferences.cpp,mjwybrow2006-05-121-0/+9
| | | | | | | | | src/ui/dialog/inkscape-preferences.h, src/connector-context.cpp: Add a preferences setting to the connector tool for setting whether or not connectors attach to text objects. This addresses feature request #1434292. (bzr r810)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-091-1/+3
| | | (bzr r796)
* Fix silly bug with snapping node edits.Carl Hetherington2006-05-091-0/+4
| | | (bzr r793)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-0/+7
| | | (bzr r791)
* * conn-avoid-ref.cpp: Fix a crashbug that could occur in filesmjwybrow2006-05-091-0/+6
| | | | | | containing connectors if they were loaded from the file chooser or from the recent file list. Fixes bug #1458820. (bzr r790)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-091-0/+7
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-0/+12
| | | (bzr r787)
* more vectorization, this time in bluredgeMenTaLguY2006-05-091-2/+3
| | | (bzr r785)
* use std::vector rather than dynamically-sized automatic arraysMenTaLguY2006-05-091-1/+1
| | | (bzr r784)
* hmm, make that std::vectorMenTaLguY2006-05-091-1/+1
| | | (bzr r783)
* use array new rather than dynamically-sized automatic arrays, plus cleanups ↵MenTaLguY2006-05-091-0/+7
| | | | | and minor fixes (bzr r782)
* update changelogMenTaLguY2006-05-081-1/+1
| | | (bzr r780)
* use c++filt for symbol demangling if availableMenTaLguY2006-05-081-0/+7
| | | (bzr r778)
* comments explaining namespace mapping for the broken sodipodi namespaceMenTaLguY2006-05-081-0/+6
| | | (bzr r772)
* More snapping cleanups.Carl Hetherington2006-05-081-1/+2
| | | (bzr r769)
* Fix ctrl-scaling when there is no snap.Carl Hetherington2006-05-081-0/+4
| | | (bzr r766)
* * knot.h, knot.cpp, connector-context.cpp:mjwybrow2006-05-081-1/+6
| | | | | Fix glib-gobject-warnings for knots in the connector tool. (bzr r764)
* Fixed a couple of bugsJon A. Cruz2006-05-081-0/+5
| | | (bzr r763)
* add fixup for incorrect sodipodi namespaceMenTaLguY2006-05-071-0/+6
| | | (bzr r759)
* get the CORRECT Sodipodi namespace in thereMenTaLguY2006-05-071-0/+71
| | | (bzr r758)
* fix for #1483198 ("infectious namespaces")MenTaLguY2006-05-071-0/+6
| | | (bzr r757)
* Fixed problem with std::map use making last verb inaccessible.Jon A. Cruz2006-05-071-0/+5
| | | (bzr r756)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-1/+9
| | | (bzr r735)
* Clean up knutux's fix for the snapper crash.Carl Hetherington2006-05-041-0/+6
| | | (bzr r728)
* * src/jabber_whiteboard/pedrodom.cpp: Compile fix for Mac OS.mjwybrow2006-05-041-0/+2
| | | (bzr r722)
* * po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.mjwybrow2006-05-041-0/+4
| | | (bzr r718)