associate an item with the line, for grdrag
Fixed a typo (Kernal -> Kernel)
Added inkscape_help_keys.inx to the list of translatable extensions
Adding stroke & fill context menu to swatch
implement dropping color onto stroke
Filter effects dialog:
Fixed bug with columns sizes; if filter primitives are added the treeview and dialog box get wider, but when the filter primitives are removed, the dialog can't be resized back to the smaller size.
Fixed bug with columns sizes; if filter primitives are added the treeview and dialog box get wider, but when the filter primitives are removed, the dialog can't be resized back to the smaller size.
fix drag-n-drop color problems
shift+drag
fix error in structure, typo
Shift+drag to select within rect
select within rect
scroll desktop to selected handle after Tab/Shift-Tab; allow Ins to work even if a single dragger is selected
proper averaging of all selected draggers on query style; select-next/prev return the new selected dragger
scroll desktop to selected node after Tab/Shift-Tab
rearrange, a couple utility methods for node selection
gradient tool update
implement moving midstops with arrow keys, some refactoring
implement no-forking option
trivial: dom/odf/: svn propset svn:eol-style native *.h *.cpp.
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.
noop: ui/widget/selected-style.cpp: Change a local var to be more const, to avoid char* string literal warnings from g++-4.2.
(ui/dialog/document-metadata.h, ui/dialog/document-properties.h): Change _prefs_path from gchar* to gchar const *.
(noop): io/uristream.cpp: Remove some unneeded gchar/char casts. Change constness of a couple of local vars to avoid some more casts (that were casting away constness).
dom/xpathparser.h: (Lookup::sval): Change from char* to char const *. Address some related char* string literal warnings from g++-4.2.
dom/prop-svg.cpp: Exit non-zero if any I/O errors.
noop: Address some char* string literal warnings from g++-4.2.
noop: Address some char* string literal warnings from g++-4.2.
Change type of a number of rdf-related fields from char* to char const *.
noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. Make rdf_match_license have static (file-local) linkage.
Provide Node const* versions of existing sp_repr_children and sp_repr_next functions.
Avoid string literal char* warnings on g++-4.2: change some functions to take char const* rather than char*.
Fix g_return_if_fail failure: It can validly happen that fit_canvas_to_selection is called when nothing is selected (just like many other verbs). So put new message in status bar and return rather than signalling an error with g_return_if_fail.
added icon theme specification to the GTK theme Inkscape uses on OS X. I use gnome default which is currently Pango (and looks better than the old gnome theme)
Hooks for handling embedded ICC profiles
update copyright header to reflect Nathan's work in e.g. r1204
removed pattern with potential license issue per John Cliff
Add hack to prevent the dock paned from catching F6 and F8 key presses.
commit updates to curvestitch example
Copy gspawn-win32-helper.exe to dist dir. Does this fix the crashing when running extensions? It does for me.
Removed some unnecessarry bounding box updates in sp-item.cpp
Adding profile manager and user-visible drop-down in CMS picker
tab handles in gradient tool only when they exist
Filter effects dialog:
* Added click-to-edit for labels in the filter list
* Added click-to-edit for labels in the filter list
Filter effects dialog:
* Added a column of checkboxes to the filter selection list. Setting the checkbox will set that filter to all selected objects. Clearing the checkbox unsets the filter from all selected objects.
* Added a column of checkboxes to the filter selection list. Setting the checkbox will set that filter to all selected objects. Clearing the checkbox unsets the filter from all selected objects.
fix hacked element cloning
cloning with fromstring(tostring()) striped xmlns
now using copy.deepcopy()
cloning with fromstring(tostring()) striped xmlns
now using copy.deepcopy()
Use neutral out of gamut warning color
remove unused svg key screens, now html is used
gradient tool update
eliminate px
add gradient selection describer for statusbar
copyedit
still more utility functions
- marked forgotten message for translation
- removed dots from checkboxes (GNOME HIG)
- fixed a typo
- removed dots from checkboxes (GNOME HIG)
- fixed a typo
simplify gradient by ctrl+l
hasSelection method
export average_color
Exposed preference for smaller tool icons on the left. (Needed for
smaller displays now that more tools are present)
smaller displays now that more tools are present)
implement alt+drag of stops
fix dragging when center and radius are both selected
implement ins to create new stops
new selection utility methods; refactoring to allow finding grabber without knowing its exact type, only by number
a few more utility methods
Filters: Tweek various spinslider parameters.
Composite Filter: Handle negative K's in Arithmetic mode.
reenable stop moving by keys, add select-all
Guards for lcms < 1.15
Enabled custom out of gamut warning color
keep family list open when font is selected
tune-up for lcms disabled
few more CMS options
Variable rename
Change CMS preference widgets to not expand
non-lcms build fixes
Split CMS to separate prefs page
#ifdef improvement
Added profile intent options
Initial cut of softproofing
3dbox cursor
entire box must not take current color, but sides must
Enhanced directory checking
tweaking tools initial styles
new 3d icon
Added lcms error handler to avoid exiting upon CMS error
Added searching for icc profiles in standard locations, and preference to combo box.
Convolve Matrix Filter:
Enable and use preserveAlpha attribute.
Increase range for divisor attribute.
Enable and use preserveAlpha attribute.
Increase range for divisor attribute.
typo in Product uninst key
17 years agonoop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs for inden...
noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs for indentation.
noop: CodingStyle: const placement
cdr import via uniconvertor
remove the disabled old svg-keys-chart verb
Added mismatch fixup button and misc tuning slider setting.
Color Matrix Filter:
Matrix mode: set default to Identity matrix.
Matrix mode: multiply 5th column by 255.
Hue Rotation mode: convert degrees to radians for sin/cos.
Matrix mode: set default to Identity matrix.
Matrix mode: multiply 5th column by 255.
Hue Rotation mode: convert degrees to radians for sin/cos.
Fixed color sliders and calculation
fixing undo problems with LPE widgets. Not completely fixed yet. CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching)
Disallow all but RGB Display profiles for previewing
remove obsolete import-as-pattern option
Changed preference to use file chooser button