summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Remove old/stale code from font-lister.h/cppMilosz Derezynski2006-05-172-725/+2
| | | (bzr r867)
* * Fix build for gcc 4.x (Remove additional class name qualifier inside class ↵Milosz Derezynski2006-05-176-4/+910
| | | | | | | | | | | | | | | | | | | | definition): src/removeoverlap/constraint.h src/removeoverlap/variable.h * Add font-lister.h/font-lister.cpp: src/libnrtype/Makefile_insert src/libnrtype/font-lister.cpp src/libnrtype/font-lister.h * Modify dialog slightly in appearance (shadow for GtkScrolledWindow): src/dialogs/text-edit.cpp (bzr r866)
* * Modify SPFontSelector to use Inkscape::FontLister and GtkTreeView instead ↵Milosz Derezynski2006-05-171-145/+205
| | | | | of GtkCList (bzr r865)
* CVS = SVN (tutorials/README), incorrect sodipodi namespace ↵Michael G. Sloan2006-05-171-378/+378
| | | | | (pedro/work/inklayout.svg) (bzr r864)
* do calligraphic draw opacity correctlybulia byak2006-05-173-10/+21
| | | (bzr r863)
* Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz2006-05-171-2/+2
| | | (bzr r862)
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-172-3/+31
| | | (bzr r861)
* Switched icons to stock generic.Jon A. Cruz2006-05-172-9/+20
| | | (bzr r860)
* * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow2006-05-171-1/+1
| | | (bzr r859)
* Use 'start' to avoid the consoleBob Jamison2006-05-161-1/+1
| | | (bzr r856)
* Corrected ordering of children in subsetJon A. Cruz2006-05-161-18/+17
| | | (bzr r855)
* Bug 1488621 (path misrendered if some successive node is in the same position)Andrius Ramanauskas2006-05-161-2/+9
| | | (bzr r852)
* optionally use linear profile for sculptingbulia byak2006-05-161-1/+5
| | | (bzr r851)
* show handles togglebulia byak2006-05-164-6/+49
| | | (bzr r850)
* Add Pedro to the excludes, at least until after the releaseBob Jamison2006-05-151-0/+1
| | | (bzr r849)
* menus, keys, prefs changes for Layersbulia byak2006-05-153-3/+4
| | | (bzr r847)
* Move from the jabber_whiteboard directory to its own, so that it can be ↵Bob Jamison2006-05-1527-0/+11187
| | | | | updated in parallel. (bzr r846)
* fix potential (though currently impossible) crash when spatial mode is used ↵bulia byak2006-05-151-1/+6
| | | | | with a single node (bzr r845)
* use spatial/linear distance method depending on whether selection is in more ↵bulia byak2006-05-151-113/+99
| | | | | than one subpath (bzr r844)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-1510-7/+620
| | | (bzr r843)
* sculpt other subpaths toobulia byak2006-05-151-1/+52
| | | (bzr r842)
* report subpaths in statusbar when > 1 is touched by selectionbulia byak2006-05-151-20/+69
| | | (bzr r841)
* Minor update for compile problemJon A. Cruz2006-05-141-13/+15
| | | (bzr r839)
* Typofix (conector)Colin Marquardt2006-05-141-1/+1
| | | (bzr r837)
* put Richard's copyright notice where I had forgotten it.Aaron Spike2006-05-141-0/+6
| | | (bzr r836)
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-143-19/+52
| | | (bzr r833)
* Fixing hash sort for nullJon A. Cruz2006-05-141-1/+7
| | | (bzr r832)
* * src/widgets/toolbox.cpp: Slightly increase size of themjwybrow2006-05-141-2/+2
| | | | | | connector toolbar buttons to match button sizes on other toolbars. (bzr r831)
* keep selected option for calligraphicbulia byak2006-05-145-2/+14
| | | (bzr r830)
* patch for bug 1458643 by Andreas Burmanbulia byak2006-05-141-0/+13
| | | (bzr r829)
* statusbar tip expandedbulia byak2006-05-141-1/+1
| | | (bzr r828)
* indentationbulia byak2006-05-131-4/+3
| | | (bzr r824)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-133-3/+29
| | | | | the preferences setting. (bzr r823)
* removed make.dep, make.files make.ofiles from distributionAdib Taraben2006-05-131-3/+0
| | | (bzr r821)
* r11887@tres: ted | 2006-05-13 01:09:41 -0700Ted Gould2006-05-132-4/+1
| | | | | Removing option to enable the effects menu. (bzr r820)
* r11886@tres: ted | 2006-05-13 00:30:29 -0700Ted Gould2006-05-131-3/+0
| | | | | Making the effects menu default on. (bzr r819)
* r11772@tres: ted | 2006-05-12 23:15:51 -0700Ted Gould2006-05-131-0/+5
| | | | | | | | Wow, that has to be the most unbelievable gcc error I've ever gotten. "undefined reference to vtable" which means that you didn't provide a implmentation for a function you prototyped in the class (and gets used, I think). Anyway, needed a mock destructor. (bzr r818)
* r11771@tres: ted | 2006-05-12 08:51:57 -0700Ted Gould2006-05-131-0/+64
| | | | | Behaving funny, but I want to back this up. (bzr r817)
* never destroy nodepath from within itself - this leaves an orphaned listener ↵bulia byak2006-05-121-12/+1
| | | | | in node-context (fixes a crash) (bzr r815)
* memleak; move deleting empty paths until after all nodes are deletedbulia byak2006-05-121-10/+17
| | | (bzr r813)
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup ↵bulia byak2006-05-124-21/+206
| | | | | deleting subpaths from under our feet; rename origin to origin_radial for node sides; add x/y origins to sides and remember origins for all nodes and sides upon grabbing; store drag pressure in the knot; sculpt (bzr r812)
* * src/selection-chemistry.cpp, src/sp-conn-end-pair.cpp:mjwybrow2006-05-122-4/+18
| | | | | | | | | 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-123-1/+16
| | | | | | | | | 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)
* Users Jid is now stored in session data, which is used in from attributes. ↵daleharvey2006-05-107-14/+20
| | | | | lm_connection_set_jid is now not called, which allows authentication against jabber.org (bzr r805)
* increased alarm time-out to 60 secs (because 30 seconds may not have been ↵Tim Dwyer2006-05-101-2/+2
| | | | | enough on slow machines) (bzr r804)
* Apparently a problem was reported with one of the test cases. Tim Dwyer2006-05-1017-169/+475
| | | | | | | | I can't reproduce the problem, however solve_VPSC code in inkscape was getting quite out of date with that in www.sf.net/projects/adaptagrams. I've updated the code, which may fix the problem, or at least if it's reported again then I'll know it's still an issue. (bzr r803)
* patch 1484602 by Niko Kiiralabulia byak2006-05-101-2/+14
| | | (bzr r802)
* remove flicker when creating dialogRalf Stephan2006-05-091-1/+0
| | | (bzr r797)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-093-5/+19
| | | (bzr r795)
* Small comment cleanups.Carl Hetherington2006-05-092-3/+2
| | | (bzr r794)