Warning cleanup
punctuation
Dockable dialogs: Allow in-dock dialogs to be expanded even if there's
no "slack".
no "slack".
Khmer translations updated
17 years agoremove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp
remove debug messages, convert tabs to spaces and remove whitespace for sp-namedview.cpp
Fix bug [ 1818794 ] Showing grid on opening svg
+ some bits of code to do on-canvas path parameter editing LPE.
+ some bits of code to do on-canvas path parameter editing LPE.
change cursor for color gestures
whitespace
cursors for color adjustment
Khmer translations updated
Added 'paraller axis' rendering hint to filter primitives, that need it.
Use computed fill-rule value when setting fill in cairo pdf/ps export.
enable color gestures for fill and stroke
new class for widgets adjustable by rotation-like gestures
rename master opacity to opacity
fix undoing of LPE paths again. please test. (now nodepath is only updated when it is editting the changed xml attribute)
Revert undo LPE paths fix; crashed on linux :(
Fix for libxml2 dll name incompatibility.
ensure copy/paste of style between gradient stops works
ensure copy/paste of style between gradient stops works
add copy-to-clipboard for selected stops
New build file for dwarf2 bundle. Will be build.xml eventually.
fix pasting style where style or fill is none
make sure ctrl-alt-click adds node to the gradient that's actually clicked
Allow SPFlowtexts to be used in boolean operations
add extension to generate perfect bound cover templates
add precision option to float parameters in extensions
LPE: fix undoing changes to pathparameter on-canvas.
LPE: add on-canvas editing of path parameters!
Adding config option to block use of libpoppler-cairo (for misdetected situtations)
updated Slovak (sk) translation in trunk
Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating().
allow effects to modify namedview and document dimensions
Run update-po on ca@valencia.po which was not yet in ALL_LINGUAS when I ran it an hour ago.
Add ca@valencia to ALL_LINGUAS.
Run update-po which gets new strings from the source code.
Update for Spanish translation.
* [it] Little update
Fix undo bug when on-canvas editing LPE path parameter!
17.10.2007 - Josef Vybiral (cornelius)
* Minor update of cs.po to test khoem's commit permissions
* Minor update of cs.po to test khoem's commit permissions
Hooks for visual feedback during drag-n-drop
17 years agoAdded a Rename menu item to the popup for the filter list in the filter effects dialo...
Added a Rename menu item to the popup for the filter list in the filter effects dialog; equivalent to double-clicking on the filter.
Fixed filter type translation for the filter effects dialog.
Unix printing: use correct paper size instead of defaulting to letter size
runaway random number widget workaround
Fix checkbuttons of LPEs. Should no longer crash, should no longer need clicking multiple times to see effect.
do not confuse moving and switching
fix unlinking clones when moving original to another layer
drop color on gr-drag first
refactor most of adding stops at point into gradient-drag; fix crash
add dropColor; mouseovered knots red; store item for each line, for adding stops; refactoring
switch to utility functions in nr-point-fns
add some utility functions from gradient code
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