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
call GC::request_early_collection() after switching preview images
remove unnecessary casts which didn't compile on old versions of FreeType
added pdf metainfo author
18 years agoeliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen with newer...
eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen with newer gtk versions
require libsigc-2.0.11 on gcc-3 and 2.0.12 on gcc-4+ systems
Adding notification when managed layers change.
fix unstable behavior when ctrl+alt+dragging more than one sharp node
deselect if not keep_selected
handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert warnings when setting color via wheel
* src/extension/internal/pdf.cpp: Compilation fix. For versions
of glib older that 2.9.0, use g_date_set_time() instead of
g_date_set_time_t().
of glib older that 2.9.0, use g_date_set_time() instead of
g_date_set_time_t().
add %%EOF trailer for DSC-compliance
first hack at in-band registration
* Unify text-anchor and text-align for the text toolbar
completet some more metainfo (title, creator, producer, date) for pdf
* Implement size selection in text toolbar
Update.
Rename slightly, also makes for easier translation.
* Set default font widget insensitive only if exists
Changled dialog from checkboxes to icons for visible and locked.
* Don't block when setting a font trough the GtkEntry
* New font selector (using treeview)
* src/libnrtype/FontInstance.cpp: patch from David Turner of the
FreeType Project. Fixes a compilation problem and a possible
segmentation fault.
FreeType Project. Fixes a compilation problem and a possible
segmentation fault.
remove inclusion of internal freetype headers (which weren't needed anyway)
font_sample default string
Someone keeps committing a copy of this with '-g' removed. Stop. :)
make output "trying to load ..." more informative
init matrix variable, removes compiler warnings
Selection and event handling cleanup. Added deeper display.
* Query default text attributes if selection query returns nothing