Translators updated
fix typo that breaks build
Fix alpha missing in Image effects filters Emboss and Black emboss
Update the author list in aboutbox.
Fix aliasing rules violation in glib-list-iterators.h
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time.
should be. Build libinkscape.a - should reduce link time.
Only build static libraries for subdirs than actually contain libraries,
rather than for every subdirectory.
rather than for every subdirectory.
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B".
Some filters and extensions updates
Remove unused m4 macros.
Make all icons themable (except the filter icons).
Fix SVN revision reporting so that it doesn't relink on every make
invocation.
invocation.
Remove superfluous FreehandShape LPE
Spell checker and filter translation
Rename view-manage-colors to color-management; add object-rows and
object-columns; rename distribute icons for baselines and nodes to
maintain consistency with align icons
object-columns; rename distribute icons for baselines and nodes to
maintain consistency with align icons
Spanish translation update by Lucas Vieites
updated Korean translation by Jin-Hwan Jeong
trying to fix the filters placement
15 years agoReplaces Emboss image effects by a colorizable one and adds Black emboss which change...
Replaces Emboss image effects by a colorizable one and adds Black emboss which changes whites areas to black while preserving hues
fix cursor placement logic
adding foldable-box to extensions/Makefile.am
fix wrong place for -laspell
added spellcheck dialog's file to the list of translatables
foldable-box extension - second version, not good yet
Scale preview pixmap as needed and cache scaled version.
Warning cleanup.
Adds a 3D mother of pearls material with some roughness based on Convolve matrix
Fixed build issues related to libaspell detection - thanks to bulia
oops, wrong name
make spellchecker compilable on windows
spellcheck keys
spellchecker
added share/extensions/foldable-box.inx to the list of translatables
Adds a 3D marble material with subtle displacements at the edges and an HSL diffuse bump as an alternate to HSL bump which uses specular light
Move app-specific logic and file operations up from the lower level.
foldable-box extension - first version, not good yet
added getNamedView and createGuide methods
extension id corrected
modify calculation of control arm length
Adds a Basics submenu on top of the list for access to the very basic effects useful daily or to build new filters, removes the redundant Shadows submenus, adds a Basic diffuse and a Cutout glow and moves People and Scotland to Overlays
thinner lines in the "no color swatch"
also, a less vibrant tone of red...
also, a less vibrant tone of red...
fix pasting style after copying a text span
make doubleclick not only switch to text but also position cursor
utilities for getting style at cursor, placing cursor at iterator or coordinates, getting cursor iterator; display char count when editing in text tool
Fix build failure on reconfigure
Fix an aliasing problem in Blur content, adds a 3D wood Material which warps at the edges, a new Blur filter called Evanescent, a fantasy overlay called Garden of Delights and some other ones
After snapping, show a tooltip together with the snap indicator
Zero page size for GTK spinbutton change
Rename fill-* to paint-* where it made sense, rename text-direction-* to
format-text-direction-* to be consistent with Icon Naming Spec
format-text-direction-* to be consistent with Icon Naming Spec
Add 2 missing icons; Change align and distribute icon naming to be more
consistent; add Makefile.am generation script for the hicolor directory
consistent; add Makefile.am generation script for the hicolor directory
warning fix
remove temporary prevention of retransientization - this hack was added long ago when creating new windows was much faster than now, so by now it does more harm than good
use correct method of accessing top-level window for transientization
Rename path-mode-segments to path-mode-polyline and
path-mode-paraxial-segments to path-mode-polyline-paraxial
path-mode-paraxial-segments to path-mode-polyline-paraxial
Add missing xml/repr.h header.
Fix crashes when tool styles are not set in prefs.
rename help-manual to help-contents
Remove redundant path-dynamic-offset and path-linked-offset
Rename object-transform to dialog-transform
Rename dialog-input to dialog-input-devices
https://inkscape.svn.sourceforge.net/svnroot/inkscape/inkscape/trunk/share/filters/
Some filters and extensions updates
Fix Makefile.am for the "scalable" directory.
Get rid of the devices context; put the input devices icon in
places/dialog-input.svg, which is more consistent
places/dialog-input.svg, which is more consistent
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.
update
remove desktop-affine.cpp
remove desktop-affine.cpp
Warning cleanup
Fix broken build
patch by KoRi for 324938
Ignore Makefile.in in share subdirectories
Add a few missing icons
added Ivan Louette to the list of AUTHORS for his contribution with SVG Filters
updated Russian translation
do not return any non-normal blend mode if we do not show blend mode chooser
it was a very stupid idea to sort all combos without asking - this broke the blend modes list in fill/stroke which relied on the set order of its enum
Add the rest of discrete icons
patch by KoRi for bug 323594
now that selection description includes style (filtered, clipped), we need to update it on modified signal as well
Big filters update
Adding explicit parenthesis to remove warnings
prevent hotkey clash (at least for english)
Filters, Extensions menus
Split off first portion of icons into separate files to begin working on
Inkscape themability. Add Makefile install rules for them.
Inkscape themability. Add Makefile install rules for them.
Fix some console warning spam (most cannot be fixed, unfortunately)
Make the recent menu react to changes in max recent documents preference
immediately rather than after a restart.
immediately rather than after a restart.
using C++ const_cast instead of plain C-type cast
adding comments/TODOs and/or reverting some of the things done in r20655
due to JonCruz considerations about the proper way of doing it.
due to JonCruz considerations about the proper way of doing it.
gcc warning cleanup
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
warning: deprecated conversion from string constant to ‘char*’/'gchar*'
gcc warning cleanup
suggested parentheses
suggested parentheses
gcc warning cleanup:
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
warning: suggest a space before ‘;’ or explicit braces around empty body
in 'for'/'while' statement
scale x-axis-rotation angle in elliptical arc
gcc warning cleanup
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
mainly
deprecated conversion from string constant to ‘char*’
and
unused variables
convert elliptical arc angle from degrees to radians
Warning cleanup.
scale the radius and sweep-flag in elliptical arc
adapt for new menu structure
Ivan Louette's fantastic filter collection, all regrouped and relabelled for easier discoverability
a handful of bugfixes