Added an option for axonometric-grid enabling. It's off per default.
Cleans it from //#ifndef WIN32
Small edits to copyright info.
Special #ifdef win32 code to enable Dialogs on Top for windows. Note the removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note!
An update of czech translation of interface
Update of Pig Latin translation for 0.45
Update of Catalan (by Xavier Conde Rueda) and Spanish (by Lucas Vieites) translations
patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone selection in transformed group
17 years agotransientize the color picker window (it's a bare Gtk::Dialog so it requires a specia...
transientize the color picker window (it's a bare Gtk::Dialog so it requires a special treatment)
Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the actual problem was that Windows defaults to not displaying extensions ><
update
Fixed and disabled extra debugging routines in pixblock scaler and transformer
Added bitmap transformer to fix blur with rotation and non-uniform scaling
Some more strings translated.
undo annotations
changed image/jpg to image/jpeg. added image/bmp, image/gif and image/x-icon.
Fixed conflicting accelerators
help text now translatable
Now help text is translatable
Less fuzzy in it.po
Little progress
Bugfix for 1625278, where inkscape would crash if loading a recent
document from a fresh inkscape instance, that triggers a null pointer
situation in sp-namedview. The code in question deals with gridviews,
so I suspect it has something to do with grid settings. In any case,
this commit prevents the null pointer situation and stops the crash.
document from a fresh inkscape instance, that triggers a null pointer
situation in sp-namedview. The code in question deals with gridviews,
so I suspect it has something to do with grid settings. In any case,
this commit prevents the null pointer situation and stops the crash.
A bit updated it.po
typo fixed
Export dialog is now always shown in view (not outside of screen)
replace relative jumps with labels to prevent wrong target address
included inkview into new win32 build system btool
included inkview into new win32 build system btool
Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 range
Update msgids of po files, small update to de.po.
Re-sync list of inx files with repository, allowing update-po target to run again successfully.
17 years agobug 1614678: infinite loop on text containing a character pango describes as 'mandato...
translated strings from Michal
correct the Perl linking symantics
Clean up internal Python/Perl dialog text; link against the python dynamic library
redundant AC_MSG_RESULT
17 years agoBUG 1513218, option delete preferences on install, ask to uninstall first, messagebox...
BUG 1513218, option delete preferences on install, ask to uninstall first, messageboxes surpressed in silent mode
unfinished gridmanager commit (commented out)
Fixed ungrouping bug where the changed transformation of items was not written to XML.
fix compile
improvements to trace dialog: siox button moved above preview frame, and credits are now always visible.
Made it work again if Inkscape is installed on different drive than temp dir.
fixed pstoedit commandline that did not work on Win32.
fixed pstoedit commandline that did not work on Win32.
Adding some docs
Marker menus now display custom markers in a document that are present
when the document is loaded. The menus won't update with new markers,
though, and there's a couple other issues that need to be addressed
before its 100% reliable.
when the document is loaded. The menus won't update with new markers,
though, and there's a couple other issues that need to be addressed
before its 100% reliable.
Completing rename
Renaming sp-marker.* to marker.*
Renaming is proving tricky... undoing for now
Restoring with rename change... urg svn
Renaming
translation of french strings
added inkscape translation to commandline parameters
added inkscape translations eu and km
Need to use bash, Ubuntu's /bin/sh is dash, which is unsafe for some of the bashisms in this script now.
Protect arguments with quotes
Drop debian tree from tarball, as recommended by debian packaging.
improve streaming
Fixing typo
Fixing typo
parse bind result from server to get resource. gtalk mangeles your proffered resource, and wants the mangled value back
better version comparison
allow 0-length properties
fix minutes/seconds calc. oops.
fix for bug #1600900, freetype internals must not be used.
but, the replacement "FT_Get_X11_Font_Format" is still a hack,
headers says:
"It should only be used by the FreeType 2 font backend of
the XFree86 font server."
but, the replacement "FT_Get_X11_Font_Format" is still a hack,
headers says:
"It should only be used by the FreeType 2 font backend of
the XFree86 font server."
open window ON-screen
these didn't compile for me. so let's try this.
get gettimeofday() out of buildtool:: namespace
C++ find dialog calling code.
C++ find dialog: only UI issues left (i hope) Testing needed.
C++ Find dialog almost complete! (it works, but it is biiig now)
prevent compiling error on gettimeofday on mingw compiler
'backup' commit. Added widgets to C++-find dialog. Work not finished.
New widget helperclass for Gtk:Entry
make the architecture settable
fix time
remove tabs, add time
get it to work on linux
fix 'strip'
non-gtkmm dialogs are now always opened ON-screen
fixed temporary files management in eqtexsvg extension
Documenting all routines in stroke-style.cpp