b9efc33ba168a5374613d10fbbc85738ccc677b2 |
|
28-Apr-2015 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc |
9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
8495e9096539bb40cb9e73836d9b632b5fc19246 |
|
15-Sep-2014 |
bryce <bryce@ubuntu.com> |
Always check result of sp_repr_read_mem for NULL
In cases where undefined or invalid XML is passed to sp_repr_read_mem(),
it will indicate failure by returning NULL. All callers must check for
this and handle the error condition accordingly.
Fixes: lp: #1170248 |
2f64b614754d1f1ca1265fdb3624407f93933a15 |
|
26-Aug-2014 |
Alex Valavanis <valavanisalex@gmail.com> |
Standardise InkscapeApplication GObject implementation (namespace not supported properly) |
1a31797d193d09d29dfb6a838deebff2d5313e09 |
|
24-Jul-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix crash bug when exporting PNG from CLI |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
30f9f4fe4daca79803eb15c44fea79502bf3ce72 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move constructor/destructor into private section, remove protected section. Rename init(). Add to-do list. |
52cad88e59adf0342e9294b9249b96bffe8fbe9e |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
4. further refactor Application class; create proper singleton, encapsulate members, simplify signals |
f668cf9d28feafea6fc6d39dd9a3807d6ea84849 |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix filters/extensions menus not populating |
6cc2da37c4f1d408dbc9ca92ee622d4093f554fb |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
3. remove dead code, refactor existing code. Connect overlooked signals. |
cf1b00269e6a363acfe397115fb123d1999759fd |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
2. connect signals |
1989682aa0e9162a46a309839ea541ff98bd83c1 |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
1. make it compile |
46dc92229f431b2bfa625d59443f3b9f97bc8b3b |
|
10-May-2014 |
JazzyNico <nicoduf@yahoo.fr> |
Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, environment variable INKSCAPE_PORTABLE_PROFILE_DIR should be documented in man page). |
26050767ff2bfd09b93497264f44cd06362dc2ac |
|
23-Mar-2014 |
Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> |
fix Windows build for newer gcc/libs |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
48dea325a216601ac35486cf214e1eefcab200fa |
|
28-Sep-2013 |
buliabyak <> |
effects don't need to merge into menus if we're running without gui; with this we can purge a redundant reading of menus skeleton, which leaked its xml tree |
09ec576124c48b6427417670367dd51ff3f70b32 |
|
28-Sep-2013 |
buliabyak <> |
return value of g_utf16_to_utf8 was leaking here |
c5424ab93868fb819e42ef2daa8f5031cf43d130 |
|
30-Jul-2013 |
Markus Engel <markus.engel@tum.de> |
Further refactoring of EventContexts. |
44a3b5d410b95b87a0c29ff7a0c9378e32c4fd38 |
|
05-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Further renaming of DBus variables (object -> app_interface/doc_interface
and doc_context -> target)
Fixes to application interface for document_new (now only works in
console mode, and behaves as expected) |
f2614fa5142149207082d04e9b039c4520fa0856 |
|
03-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Modified dbus interface so that it works in console mode (--dbus-listen)
Modified action context setup so that in console mode, when a document is
added to the main inkscape app instance, it gets a selection model and
layer model automatically set up for it
Made a couple more verbs work in console mode |
27e8a544f1ad1e2044b3e993fe7236e16ac099c7 |
|
01-Jul-2013 |
Eric Greveson <eric@greveson.co.uk> |
Factored layer model out into new Inkscape::LayerModel class. This allows
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes. |
a53fd00014de5e3469827acbab0e4cce9ed39087 |
|
06-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Added configure/ifdef guards to only bring in the needed #include if glibmm has it. |
253ced74a9eaba9a1fab5e20628e27b1d03a4612 |
|
04-Jun-2013 |
Jon A. Cruz <jon@joncruz.org> |
Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338. |
233d055d0f345a23d104a1f37298cd4a3608f5f0 |
|
03-Apr-2013 |
Kris <Kris.De.Gussem@hotmail.com> |
Checking file presence before calling lstat (should fix Bug #785701 Inkscape freezes at opening) |
5c45bb188ab729e501e48732842cb9de6a9813be |
|
25-Mar-2013 |
Alex Valavanis <valavanisalex@googlemail.com> |
Workaround usage of deprecated glib symbols in 3rd party libraries |
d61d2d7858ded67cc041d49e7c81a10a84c9e164 |
|
19-Mar-2013 |
jtx <javier.arraiza@marker.es> |
Fixing regression |
b411bf4b8d2be4d10c0c5371c3b282639ff47bcf |
|
17-Mar-2013 |
Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> |
Working with widjets |
4fad0164a37a4004e4568803b7817df5e6b017d9 |
|
15-Mar-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix another load of forward declaration tags |
bf77c21f0de0cf7315031cbd48bb480d91986e58 |
|
23-Feb-2013 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix missing headers for Gtk+ 3 build |
0925dca1a75222e8ea0f8a458ce3cfc3bd171042 |
|
29-Nov-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive is present |
da561ef22c10de2bcf861dffcc6d0bb0f9b1f63e |
|
09-Oct-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Fix translation issue of rev 11759. |
1b2446b83b30e42ae714a1ae52092068743bab6b |
|
08-Oct-2012 |
John Smith <john.smith7545@yahoo.com> |
Fix for 490338 : Try to create the autosave directory if that does not exists |
17238dd97c572210f1036dd8a7a8657e67bfa9c3 |
|
04-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere. |
485045b504c5770299d6aae61d41a58b25daad14 |
|
25-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
(cppcheck and janitorial tasks:) C-style casting to C++-style casting |
7a951db604f0fafd2e992dfbd4a23d02477d56f0 |
|
15-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape |
47badd0035ae8c9135c51444f3770b17ae504dda |
|
12-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Header cleaning |
65ad200c98b082f9ec02ce216f0a8fc146ac1bab |
|
11-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API |
ce476a1fb346f635574c285a4815b8de8a6cdb68 |
|
05-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all). |
bf1d02bbf9f93b5d10304fd4f70f367d430c750e |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Another minor pass of Doxygen cleanup. |
70207641401debe608223aa2febe3c50f412bcbd |
|
03-Jun-2011 |
Alex Valavanis <valavanisalex@gmail.com> |
Use generic headers in preparation for GTK+ 3 transition |
955d3cd095001104c3de5ef7e6a1ddd2cb563888 |
|
27-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Applying patch from Gellule Xg to fix crash on 64-bit. |
3900977253d3a8f7bec439eceb65146e8fca5e0e |
|
20-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Reinstating version bump. |
372e1a0de671b9304f69cb6f12b9a4ad810d9e68 |
|
19-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Revert version bump so win devlibs can catch up. |
a46d5d044ce7d9ad174a4adc302ac1b5f428c7dc |
|
18-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Made dependencies explicit and bumped versions. |
a63dbee6633e3ed991bb2b34cbed7c9f02c1a839 |
|
06-May-2011 |
Jon A. Cruz <jon@joncruz.org> |
Adding initial cut of resource manager. |
02625209e903da96db1db8902354d4324afd5a84 |
|
15-Apr-2011 |
Jasper van de Gronde <jasper.vandegronde@gmail.com> |
No more PrintWin32, including no special cases for non-Unicode Windows anymore. |
3b0b82f35f249913241e5cf45e8aca71b5d95199 |
|
20-Mar-2011 |
Jon A. Cruz <jon@joncruz.org> |
Cleaned up memory patch. Fixes bug #737298. |
a39a6c00b097c411f84488cdd0d4f82a4083b139 |
|
06-Dec-2010 |
Jon A. Cruz <jon@joncruz.org> |
Stop background rendering once crash handler is triggered. |
98642e1599b79dd4207c88375e2a030f5f570a4b |
|
12-Oct-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the failed and unused "new gui" stuff. |
dc8ae3e9565ae0285d35328186ee4ed6cae12810 |
|
02-Jun-2010 |
Jasper van de Gronde <th.v.d.gronde@hccnet.nl> |
Forgot explicit initialization of FILE*. |
49a0e12b9ce3608c5fa9a6c3e7d1786c59c94ae3 |
|
02-Jun-2010 |
Jasper van de Gronde <th.v.d.gronde@hccnet.nl> |
Fix for bug #283769 (emergency save fails) |
fbfaea0fbe30585cdef37ca9355977da833c219d |
|
29-Apr-2010 |
Nathan Hurst <njh@thestral> |
moved some marshalling functions to generic glib calls |
e27725d84d44011b7512665d18ffad32224e1cf1 |
|
11-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
Switching to new input dialog. Allows for a better UI and addresses bug #334800 and bug #196195. |
8c21372d930dd7349fc1d2fd42d6cb8494bf7d7e |
|
09-Nov-2009 |
joncruz <joncruz@users.sourceforge.net> |
Migrate file MRU prefs |
9698e12dbeb31b870816b74e81246404c5cec284 |
|
30-Sep-2009 |
joncruz <joncruz@users.sourceforge.net> |
Create additional user subdir's. Fixes bug #437938. |
9ed918cb334704764c709be1f544acaeb45a6375 |
|
19-Aug-2009 |
buliabyak <buliabyak@users.sourceforge.net> |
fix 167857 |
67208dfeadc32c528157823b4821510c827e77de |
|
07-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Report complete paths when doing an emergency save (closes LP #171392) |
09ba3247163582bf2e30e17c4c154aa259ce038a |
|
06-Aug-2009 |
cilix42 <cilix42@users.sourceforge.net> |
Revert recent refactoring changes by johnce because they break the build, which cannot be fixed easily. |
b45b3ca12c271745b18a142d10a6ac8efd9f79cc |
|
05-Aug-2009 |
johnce <johnce@users.sourceforge.net> |
SPDocument->Document |
f67aa43a1c8fa661f5e40b41f4031a4b19cfca4a |
|
04-Jun-2009 |
joncruz <joncruz@users.sourceforge.net> |
Cleaned and applied portable app patch. Fixes bug #382394. |
20c5124d7057997d5ed25cf763969f416cb0ab2a |
|
29-May-2009 |
joncruz <joncruz@users.sourceforge.net> |
Windows cleanups. Fixes bug #381374. |
545364cef84becb71f3883d7d0a4814609c6dba2 |
|
27-May-2009 |
joncruz <joncruz@users.sourceforge.net> |
Created prefs dir when parent is missing. Fixes bug #380141. |
006405dc77fafe2d0aec0975bd882d24998d1545 |
|
04-May-2009 |
joncruz <joncruz@users.sourceforge.net> |
Implement warning of prior errors. |
b50bd4043d21611cc8301b731f60b4b0cd27bfb8 |
|
04-May-2009 |
joncruz <joncruz@users.sourceforge.net> |
Fixed broken preferences singleton and removed GUI encapsulation leakage. Fixes bug #367752. |
02baf0b35e9fd593a89d252e40aae6bfab7af3b9 |
|
16-Mar-2009 |
speare <speare@users.sourceforge.net> |
response to bug #167290; add another undoc option to support alt-key tracking for osx x11 and other gdk systems that cannot sense alt key properly |
d9f3774e53223e7355d0051cca9513a612fe7a79 |
|
26-Feb-2009 |
tweenk <tweenk@users.sourceforge.net> |
Tentative fix for LP bug #168922: don't save prefs n crash handler |
e47270ce771a7656e0f766973a88a97ed7487ce4 |
|
05-Jan-2009 |
theadib <theadib@users.sourceforge.net> |
move option: interface language from INTERNATIONALISATION to INTERFACE page on preferences dialogue |
8216c3ff062d14097e70b504033979ab98e91d9f |
|
30-Dec-2008 |
theAdib <theAdib@users.sourceforge.net> |
add possibility to change the UI language (gettext) in preferences dialogue |
a4ceb4c68d07fabde1ec5eed287f66b1c848f0e3 |
|
07-Dec-2008 |
tweenk <tweenk@users.sourceforge.net> |
Change the way preferences are loaded to simplify unit testing |
6c3e745a94ef6b25a4ef9f018d350a7535aa45af |
|
21-Nov-2008 |
Ted Gould <ted@canonical.com> |
Merge from fe-moved |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
90a3966dd44e306d23febc15ebd65cde07d7a4dd |
|
11-Oct-2008 |
Ted Gould <ted@canonical.com> |
Merging from trunk |
86b3a7fc48d3fa59eb2e3289e0b8b2b56c7ed270 |
|
25-Sep-2008 |
Ted Gould <ted@canonical.com> |
Sorry, I got off on a branch and ended up with a bunch of things. I'm just going to flatten and merge... Here's the list.
* Added a focus mode activated by Shift+F11. The goal of this mode is to
remove all toolbars for a short period so that you maximize screen area.
Useful on small screens. Also when you know lots of shortcuts.
* Created what I'm calling "Quick Zoom." The idea here is to have a modal
zoom for touching up something with fine detail and then returning to what
you're doing. This is activated with the letter "Q" on the keyboard. When
you release it, you return back to where you were. This will zoom in on
selected objects, or if you're in the node tool selected nodes.
* Added .svg on the temporary files in extensions. This'll make many of
them happier. This only works on recent versions of GLib, but shouldn't
break older ones more than they already are.
* Moved the Inkscape configuration directory on Linux from ~/.inkscape
to ~/.config/Inkscape. This is the new way to do things with the cross
desktop naming spec. I'm unsure whether we should be putting crash dumps
in .config or .cache though.
* Removed 'tools_switch_current' because every usage of it already had a
pointer to where it needed to go. Removes usage of globals.
* Made it so that dialogs will be transparent when not focused. This is
an alternate to having the docked, and one that I like better as I feel it
gives me more screen area. You can adjust how much transparency and the
speed of the animation in the preferences dialog. (Note: this requires
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have
either) |
3a94f9330232b26aabbb90a95843bf8bd09c36cb |
|
22-Sep-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
rewrote the document list as a (SPDocument,use_count) map, incrementing use_count for each view of the document; address warnings and fixmes |
30b26373d0185664f3ec94dfb407478781d67b7c |
|
19-Sep-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
4852f347df5405e934e2ccd5b30597d196f3949c |
|
16-Sep-2008 |
tweenk <tweenk@users.sourceforge.net> |
Refactored preferences handling into a new version of
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans. |
7998ecbf6ddd49a4f2492c2b12762e380d9f5ecb |
|
28-Aug-2008 |
buliabyak <buliabyak@users.sourceforge.net> |
fix crash on trying to autosave with no documents (e.g. when inkscape was given a wrong filename on the command line and hangs in the file-not-found dialog) |
f06690a706e8bbf6e12ade2fba9cdf2f81927a84 |
|
27-Jun-2008 |
mental <mental@users.sourceforge.net> |
sodipodi:docname is obsolete |
5d0b21ece5dcf0880147dced446995a109b482db |
|
27-Jun-2008 |
joncruz <joncruz@users.sourceforge.net> |
Added conditional fallback for call in GLib 2.14+ |
238893a45781289c11985fe83f5ce18d4af3ec5b |
|
12-Jun-2008 |
joncruz <joncruz@users.sourceforge.net> |
Committing fixed patch for autosave. Fixes bug #171092. |
763ee05b0c60c976366ed40b1b889a5c610a92fa |
|
26-Feb-2008 |
cilix42 <cilix42@users.sourceforge.net> |
Activate desktops upon creation; this fixes bug #195373 but please double check that it doesn't break anything else (see corresponding post on the mailing list) |
ce95d2d6aaca3faca8fd0b56ca4ae855803f72fc |
|
03-Feb-2008 |
mental <mental@users.sourceforge.net> |
fix emergency save (bug #184376) |
66632b492f9cd54e5667fd4e1fca8e457f59b282 |
|
31-Jan-2008 |
bryce <bryce@users.sourceforge.net> |
Applying fixes for gcc 4.3 build issues (closes LP: #169115) |
1e595ddc34dd7090b285ed9f6fc8e125b9a264d9 |
|
15-Jan-2008 |
mental <mental@users.sourceforge.net> |
stop toggling insensitive state for modification flag updates (fixes critical bug #182401)
In order to do this, I got rid of sodipodi:modified in favor of a simple
flag in SPDocument, also renaming SPDocument::{set,is}Modified to
SPDocument::{set,is}ModifiedSinceSave |
7348bd1fda2f0fd2297788a486bf2eaa9b5650cc |
|
15-Jan-2008 |
mental <mental@users.sourceforge.net> |
abstract use of sodipodi:modified |
d4d3b624d2d4a01877a37cbb3ec36279d6396e91 |
|
26-Oct-2007 |
joncruz <joncruz@users.sourceforge.net> |
Warning cleanup |
24d8e4e55d59c8e5ad81431dab0a68e9ce5ed1d6 |
|
29-Aug-2007 |
mental <mental@users.sourceforge.net> |
add experimental modifier remapping |
209527815f6ad1b81d21bb3188947aef3d845010 |
|
10-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Hold perspectives on document level rather than globally; this corrects the changes made in commit #15681 |
772ae09b2141e798ef856fb06f1fa899eb404e2b |
|
06-Aug-2007 |
cilix42 <cilix42@users.sourceforge.net> |
Workaround for some segfaults: Store perspectives globally instead of in each desktop (this should probably be reverted later on) |
e647cfe241e6bf42f3b2932d7891d73597bd8ae9 |
|
06-Apr-2007 |
joncruz <joncruz@users.sourceforge.net> |
Additional null pointer checking |
a1276e3b2f766715175bbd9f92fd41bae9781b0c |
|
06-Apr-2007 |
joncruz <joncruz@users.sourceforge.net> |
Prevent null pointer dereferencing |
8eda67dd93ccd7f4ca5226f9f4528c8f9143d7d2 |
|
01-Apr-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
when creating .inkscape profile dir, also create empty subdirs for templates etc. |
e5d2a28ac81cd82aac499b2c357f65020be69de1 |
|
23-Mar-2007 |
mental <mental@users.sourceforge.net> |
allow multiple (balanced) calls to add and remove document |
89949341e299d2857fc2435d5a8758845947dc0a |
|
27-Feb-2007 |
mental <mental@users.sourceforge.net> |
get rid of sp_repr_document_root and (commented) sp_repr_duplicate |
2058adcb4fb0c17cfd7da5fd75df71b550528691 |
|
26-Feb-2007 |
mental <mental@users.sourceforge.net> |
get rid of sp_repr_document wrapper function |
1dd6001788c7119dd6aa12a057b38c6faf9c46ca |
|
18-Feb-2007 |
keescook <keescook@users.sourceforge.net> |
separate crash handlers, allow "in place" crashes to happen |
b07c5597b54104b95177aff2542679844bc16b37 |
|
13-Jan-2007 |
keescook <keescook@users.sourceforge.net> |
fixes for style-test prefs crashes |
f4f507228b30d55fd7e39386ba513f3a0a54bd5d |
|
25-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools |
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f |
|
23-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified.... |
abd72e43cee50fa4bd6baacf29b47b02f751746c |
|
16-Jul-2006 |
dwyip <dwyip@users.sourceforge.net> |
added inkscape_get_all_desktops() after speaking with Dale about his plans for Inkboard UI
Dale's interested in allowing users to share any document that they might have open, not just new, blank
documents. His plan for implementing this is to provide a "share this document" menu. |
c91b3a678964fdcaafeb65285f8efa6d18ae2e93 |
|
26-May-2006 |
keescook <keescook@users.sourceforge.net> |
Additional translation string cleanup for bug #1490928 |
5f9fd654215a5965bbd307fa3149b791371ca7e5 |
|
25-May-2006 |
bryce <bryce@users.sourceforge.net> |
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. |
edceed2c943d9d9f79377dda7b50b47e1e690246 |
|
19-May-2006 |
dwyip <dwyip@users.sourceforge.net> |
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 |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
f951374eef04129c6a0d213e7ab4d9ed2095ca69 |
|
15-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
bulk trailing spaces removal. consistency through MD5 of binary |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |