summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Implement completion for font selection as well as a warning symbol in ↵Milosz Derezynski2006-05-191-1/+42
| | | | | case the default font has to be used (bzr r890)
* Minor parameter type and snprintf safety tweakJon A. Cruz2006-05-191-2/+4
| | | (bzr r889)
* fix compile warningbulia byak2006-05-191-0/+2
| | | (bzr r888)
* * Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to ↵Milosz Derezynski2006-05-193-80/+241
| | | | | | | manage sigc::connections * Finish listening to selections, make family selector work properly (bzr r887)
* fixed crash when starting up without Inkscape GUI: Inkscape messages were ↵David Yip2006-05-191-3/+5
| | | | | | | | being redirected to DebugDialog regardless of value of use_gui, which caused problems in DebugDialog instantiation (bzr r886)
* PDF export patch by Ulf Eriksonbulia byak2006-05-1910-2/+2222
| | | (bzr r885)
* added functionality to for users to register jabber accounts within the ↵daleharvey2006-05-184-56/+311
| | | | | whiteboard->connect dialog (bzr r884)
* make profile selectable via prefs, add elliptic (preliminary, needs ↵bulia byak2006-05-183-13/+27
| | | | | perpendicular displacement too) (bzr r883)
* * Remove text verbs except for the actual class for nowMilosz Derezynski2006-05-182-15/+0
| | | (bzr r881)
* * Remove unused variablesMilosz Derezynski2006-05-181-3/+0
| | | (bzr r880)
* * Check for a valid font family in the text toolbox's selection_changed callbackMilosz Derezynski2006-05-183-29/+31
| | | | | * Throw an exception if no TreePath can be found in the map (as in "no such family exists") (bzr r879)
* * Use query api for text toolbarMilosz Derezynski2006-05-181-30/+33
| | | (bzr r878)
* * Reinstate font toolboxMilosz Derezynski2006-05-181-33/+28
| | | (bzr r877)
* * Disable text toolbox for testingMilosz Derezynski2006-05-181-4/+2
| | | (bzr r876)
* adding fill-opacity to dyna-drawAaron Spike2006-05-183-4/+36
| | | (bzr r875)
* * Properly deal with setting the style using the text toolbarMilosz Derezynski2006-05-183-42/+99
| | | (bzr r874)
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ↵Jon A. Cruz2006-05-183-13/+149
| | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873)
* Fixed localization for metadata license selector.Kees Cook2006-05-182-11/+11
| | | (bzr r870)
* * Fix desychronization between text toolbox and dialogMilosz Derezynski2006-05-181-0/+2
| | | (bzr r869)
* * First implementation step of the text toolboxMilosz Derezynski2006-05-184-107/+211
| | | (bzr r868)
* * 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)