* 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
* Implement completion for font selection as well as a warning symbol in case the default font has to be used
Minor parameter type and snprintf safety tweak
fix compile warning
* Add connection-pool.h: Inkscape::ConnectionPool, an auxilliary class to manage sigc::connections
* Finish listening to selections, make family selector work properly
* Finish listening to selections, make family selector work properly
18 years agofixed crash when starting up without Inkscape GUI: Inkscape messages were being redir...
fixed crash when starting up without Inkscape GUI: Inkscape messages were being redirected
to DebugDialog regardless of value of use_gui, which caused problems in DebugDialog
instantiation
to DebugDialog regardless of value of use_gui, which caused problems in DebugDialog
instantiation
PDF export patch by Ulf Erikson
added functionality to for users to register jabber accounts within the whiteboard->connect dialog
make profile selectable via prefs, add elliptic (preliminary, needs perpendicular displacement too)
layer changes
* Remove text verbs except for the actual class for now
* Remove unused variables
* Check for a valid font family in the text toolbox's selection_changed callback
* Throw an exception if no TreePath can be found in the map (as in "no such family exists")
* Throw an exception if no TreePath can be found in the map (as in "no such family exists")
* Use query api for text toolbar
* Reinstate font toolbox
* Disable text toolbox for testing
adding fill-opacity to dyna-draw
* Properly deal with setting the style using the text toolbar
stop structure rebuilds on change of selected layer. Added scrolling, pop-up menu, in-place renamimg, and position-sensitive enabling
required is now libsigc++ >= 2.0.12
reinclude inkview into dist
Fixed localization for metadata license selector.
* Fix desychronization between text toolbox and dialog
* First implementation step of the text toolbox
* Remove old/stale code from font-lister.h/cpp
* Fix build for gcc 4.x (Remove additional class name qualifier inside class definition):
src/removeoverlap/constraint.h
src/removeoverlap/variable.h
* Add font-lister.h/font-lister.cpp:
src/libnrtype/Makefile_insert
src/libnrtype/font-lister.cpp
src/libnrtype/font-lister.h
* Modify dialog slightly in appearance (shadow for GtkScrolledWindow):
src/dialogs/text-edit.cpp
src/removeoverlap/constraint.h
src/removeoverlap/variable.h
* Add font-lister.h/font-lister.cpp:
src/libnrtype/Makefile_insert
src/libnrtype/font-lister.cpp
src/libnrtype/font-lister.h
* Modify dialog slightly in appearance (shadow for GtkScrolledWindow):
src/dialogs/text-edit.cpp
* Modify SPFontSelector to use Inkscape::FontLister and GtkTreeView instead of GtkCList
CVS = SVN (tutorials/README), incorrect sodipodi namespace (pedro/work/inklayout.svg)
do calligraphic draw opacity correctly
Flipped top/bottom in layers UI to reflect visible stacking.
Fixes calligraphy tool so drawing now uses the the correct opacity.
Switched icons to stock generic.
* src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.
updated POT file
updated PO files
Use 'start' to avoid the console
Corrected ordering of children in subset
require libsigc++-2.0.11 for compiling
Updated Italian translation
optionally use linear profile for sculpting
show handles toggle
Add Pedro to the excludes, at least until after the release
Ctrl+Shift+L for Layers
menus, keys, prefs changes for Layers
Move from the jabber_whiteboard directory to its own, so that it can be updated in parallel.
fix potential (though currently impossible) crash when spatial mode is used with a single node
use spatial/linear distance method depending on whether selection is in more than one subpath
Base implementation of a layers dialog.
sculpt other subpaths too
report subpaths in statusbar when > 1 is touched by selection
Small bugfixes.
Minor update for compile problem
Update to current SVN.