summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | German translation update 100%Uwe Sch??ler2013-03-011-1181/+1402
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Keys. Fix for bug #168650 (Inkscape doesn't respond to Ctrl-Ins, Shift-Ins, S...Nicolas Dufour2013-02-282-4/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging/macosx: disable OpenMP support for default builds su_v2013-02-281-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Use pkg-config for libexif detectionAlex Valavanis2013-02-282-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop distributing unused AX_OPENMP macro and fix linkageAlex Valavanis2013-02-284-104/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Use AC_OPENMP macro for OpenMP detectionAlex Valavanis2013-02-281-4/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing language listAlex Valavanis2013-02-271-0/+71
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Use pkg-config for gc instead of custom testsAlex Valavanis2013-02-251-72/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Latvian translation update by Jānis Eisaks.Nicolas Dufour2013-02-251-306/+340
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Some strings clarifications (see Bug #955060, Latvian translation for 0.49).Nicolas Dufour2013-02-254-1157/+1310
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop manual check for libpng: pkg-config should workAlex Valavanis2013-02-251-10/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging/osx: don't autorun configure with new autogen.sh (r12150)su_v2013-02-251-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Update autotools usage:Alex Valavanis2013-02-253-204/+47
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-244-22/+48
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warnings with autoconf >= 2.68Alex Valavanis2013-02-241-31/+24
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix checking for broken build in RaringAlex Valavanis2013-02-231-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow strictness of API deprecation checking to be configured.Alex Valavanis2013-02-231-37/+104
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-2312-0/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Get text from selected row rather than from entry box.Tavmjong Bah2013-02-231-9/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Noop: simplify some variable names.Tavmjong Bah2013-02-231-73/+73
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Small step towards fixing font-family scrolling issue (bug 1122553).Tavmjong Bah2013-02-232-0/+85
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Null pointer check (should fix Bug #966441 )Kris De Gussem2013-02-231-0/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variables. Change default preview font size.Tavmjong Bah2013-02-231-8/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Win32. Fix for Bug #1131882 (missing liblcms-1.dll).Nicolas Dufour2013-02-221-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Path->Division. patch for case where cutter is a line (Bug 177956)Alvin Penner2013-02-221-1/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 1111459: revert changes from r12012 (regressions affect normal usage more...su_v2013-02-201-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Win32. Fix for Bug #1125620 (Crashes on trying to open document properties or...Nicolas Dufour2013-02-201-5/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | correct wrong find packageCampbell Barton2013-02-191-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | update cmake filesCampbell Barton2013-02-193-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Small bug fix (fix format of font-family in some cases).Tavmjong Bah2013-02-191-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-183-108/+79
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Move code from text-toolbar to font-lister in preparation to share code with ...Tavmjong Bah2013-02-173-443/+921
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Path->Cut Path loses segments (Bug 166302)Alvin Penner2013-02-161-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-153-23/+167
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #561503: fix typo in earlier fix (r11133)vaifrax2013-02-151-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of th...Nicolas Dufour2013-02-152-35/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | | fix yet another warningKris De Gussem2013-02-142-4/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | fix warnings introduced in revision 12123Kris De Gussem2013-02-144-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | extensions. hpgl output. patch by TimeWaster for Bug 1118663Alvin Penner2013-02-132-52/+226
* | | | | | | | | | | | | | | | | | | | | | | | | | | fixing variable type in stream classes to what was intended (preparation for ...Kris De Gussem2013-02-1314-48/+36
| | | | * | | | | | | | | | | | | | | | | | | | | | | changes_2013_02_25a.patchDavid Mathog2013-03-0828-672/+19365
| | | | * | | | | | | | | | | | | | | | | | | | | | | merge from trunk (r12122)su_v2013-02-13199-28564/+18227
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-c...Nicolas Dufour2013-02-131-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Latvian translation update by Jānis Eisaks.Nicolas Dufour2013-02-131-990/+1061
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Russian translation update by Alexandre Prokoudine.Nicolas Dufour2013-02-121-6045/+4514
* | | | | | | | | | | | | | | | | | | | | | | | | | A couple of forward declarationsAlex Valavanis2013-02-1120-11/+35
* | | | | | | | | | | | | | | | | | | | | | | | | | Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-118-875/+35
* | | | | | | | | | | | | | | | | | | | | | | | | | cppcheckKris De Gussem2013-02-116-31/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-115-96/+104
* | | | | | | | | | | | | | | | | | | | | | | | | | adding dockbar/switcher style toggles in prefs uiRaphael Rosch2013-02-112-0/+20
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |