summaryrefslogtreecommitdiffstats
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)
* layer changesC??dric Gemy2006-05-181-450/+92
| | | (bzr r882)
* * 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-184-13/+154
| | | | | menu, in-place renamimg, and position-sensitive enabling (bzr r873)
* required is now libsigc++ >= 2.0.12Ralf Stephan2006-05-181-2/+2
| | | (bzr r872)
* reinclude inkview into distAdib Taraben2006-05-181-1/+2
| | | (bzr r871)
* Fixed localization for metadata license selector.Kees Cook2006-05-184-11/+17
| | | (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-172-379/+379
| | | | | (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-172-2/+6
| | | (bzr r862)
* Fixes calligraphy tool so drawing now uses the the correct opacity.Joshua L. Blocher2006-05-173-3/+36
| | | (bzr r861)
* Switched icons to stock generic.Jon A. Cruz2006-05-173-9/+24
| | | (bzr r860)
* * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow2006-05-172-1/+5
| | | (bzr r859)
* updated POT fileArpad Biro2006-05-161-233/+255
| | | (bzr r858)
* updated PO filesArpad Biro2006-05-1638-10013/+11951
| | | (bzr r857)
* Use 'start' to avoid the consoleBob Jamison2006-05-161-1/+1
| | | (bzr r856)
* Corrected ordering of children in subsetJon A. Cruz2006-05-162-18/+22
| | | (bzr r855)
* require libsigc++-2.0.11 for compilingRalf Stephan2006-05-161-1/+1
| | | (bzr r854)
* Updated Italian translationLuca Bruno2006-05-161-980/+528
| | | (bzr r853)
* 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-165-9/+78
| | | (bzr r850)
* Add Pedro to the excludes, at least until after the releaseBob Jamison2006-05-151-0/+1
| | | (bzr r849)
* Ctrl+Shift+L for Layersbulia byak2006-05-153-702/+706
| | | (bzr r848)
* menus, keys, prefs changes for Layersbulia byak2006-05-156-4/+10
| | | (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-1511-7/+627
| | | (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)