Clear old selection when changing layer
Fix compile warning
adding missing comma reported by drew
Fixed resize handle in corner of main UI.
Cleaned up propagation of status changes.
* Info.plist.in: trivial change to update copyright year: s/2005/2006.
correctly treat dashes and markers when converting stroke to path, fixes 933482
factor out dashing code
method for dashing Path using an SPStyle
export markers API
* src/path-prefix.h: Add missing CREATE_* directory locations
for building an OS X application bundle. Fixes bug #1495284.
for building an OS X application bundle. Fixes bug #1495284.
Correct my translation call. I shouldn't call gettext directly.
Fix for "[1490928] Error message after an internal error is not
translated". The strings were marked as translatable but not getting
passed to the translation engine.
translated". The strings were marked as translatable but not getting
passed to the translation engine.
set version back to 0.43+devel
set version to 0.43+0.44pre0
updated french tutorials
#define -> typedef
fix for backwards compatibility with FreeType 2.1.x
Fix compile error.
18 years agodefine ndistclean-local to get rid of test files, write inkscape.pot rule, fix POTFIL...
define ndistclean-local to get rid of test files, write inkscape.pot rule, fix POTFILES.in --- fixes #1467073
whiteboard now works on jep compliant servers only, aka wildfire
force mv operation
remove from svn, is built locally
remove apparently unnecessary line preventing .pot file from being built
change link order of test_all to enable make distcheck
debian updates, lowered requirement on lcms to 1.13
added liblcms1-dev build dep
Finish registration stuff
order tweak
slight cosmetics in text toolbar
Add gui code for registration
Small bugfix by a certain Thorsten (thanks).
calligraphic to use last-set by default
fix crash when newly installed inkscape does not yet have last-set style
remove default fill-opacity
added default palette options
added default palette
add Cedric and Jonathan who have provided great help on fr translation
update of fr.po
new palettes
Flipped LCMS on
enable palette
add script to generate .pot file, needed by distcheck
Missed the date
Format cleanup
Panel refactoring
18 years ago* Use hardcoded sample string for font preview instead of the string from the configu...
* Use hardcoded sample string for font preview instead of the string from the configuration
make loop var unsigned etc, remove compiler warnings
whoops, quoting of %
move %%EOF to end of output document
Update to SVN; small tweaks.
update of fr.po
several warnings
update of po files
update of po files
update of po files
update of po files
update of po files
update of po files
update of po files
update of po files
update of po files
Improve code for password change and registration cancel
fix problems with gcc4 (by joncruz)
Add placeholders for registration modify and cancel
two more missing entries in test_all_headers
More doc-ing
two missing entries in test_all_includes
$(test_all_includes) were not distributed in package
add missing entry
add missing entry
add missing entry
More documentation
added missing file entry
Improve documentation of event types
add missing files for make distcheck
This odd change make it work for me
* Remember default setting for alingment
* Apply style to selection also when applying it to defaults
omg i've added myself!!!!!!!!!!!
18 years ago* Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was tempora...
* Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was temporarily disabled for testing, or i just accidentally commited it that way)
* Make sure we don't read on NULL pointer instead of gobject instance in text-edit.cpp:*_set_insensitive()
* Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()
* Revert toolbox
* Add orientation controls to text toolbar
Clean up registration. Comment out authzid from sasl, as wildfire cant handle it.
* Reinstate controls for bold/italic and fill/justify lost between the previous 2 commits
replace super-linear complexity stacked C stirng concatenations with O(1) append to std::vector
* Make sure the warning image regarding a non installed font is always initially hidden when the particular font _is_ installed
* Add control for setting text to fill/justify
* Add control for setting text to fill/justify
* Add setting text_align to QUERY_FONTSTYLE
* Add controls for 'justify' text and bold and italic to text toolbar
* Make sure the warning image for a non-installed font does not show up erronously
* Add controls for 'justify' text and bold and italic to text toolbar
* Make sure the warning image for a non-installed font does not show up erronously
Unix-ify the sources
Check if we are already SSL before trying STARTTLS
Added 'Show close button on dialogs' option.
Greatly improve SASL challenge parsing
request collection pass after destruction of a view widget