summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-2312-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
| * | | | | | | | | | | | | | | | | | | | | | Get text from selected row rather than from entry box.Tavmjong Bah2013-02-231-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12144)
| * | | | | | | | | | | | | | | | | | | | | | Noop: simplify some variable names.Tavmjong Bah2013-02-231-73/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12143)
| * | | | | | | | | | | | | | | | | | | | | | Small step towards fixing font-family scrolling issue (bug 1122553).Tavmjong Bah2013-02-232-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12142)
| * | | | | | | | | | | | | | | | | | | | | | Null pointer check (should fix Bug #966441 )Kris De Gussem2013-02-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12141)
| * | | | | | | | | | | | | | | | | | | | | | Remove unused variables. Change default preview font size.Tavmjong Bah2013-02-231-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12140)
| * | | | | | | | | | | | | | | | | | | | | | Path->Division. patch for case where cutter is a line (Bug 177956)Alvin Penner2013-02-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/177956 (bzr r12138)
| * | | | | | | | | | | | | | | | | | | | | | Bug 1111459: revert changes from r12012 (regressions affect normal usage ↵su_v2013-02-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more than the problem fixed with r12012 (bug #1089406) (bzr r12137)
| * | | | | | | | | | | | | | | | | | | | | | update cmake filesCampbell Barton2013-02-193-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12134)
| * | | | | | | | | | | | | | | | | | | | | | Small bug fix (fix format of font-family in some cases).Tavmjong Bah2013-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12133)
| * | | | | | | | | | | | | | | | | | | | | | Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-183-108/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12132)
| * | | | | | | | | | | | | | | | | | | | | | Move code from text-toolbar to font-lister in preparation to share code with ↵Tavmjong Bah2013-02-173-443/+921
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | font-selector/text-edit. (bzr r12131)
| * | | | | | | | | | | | | | | | | | | | | | Path->Cut Path loses segments (Bug 166302)Alvin Penner2013-02-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166302 (bzr r12130)
| * | | | | | | | | | | | | | | | | | | | | | Selection based on font-family via icon in text-toolbar font-family entry box.Tavmjong Bah2013-02-153-23/+167
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12129)
| * | | | | | | | | | | | | | | | | | | | | Bug #561503: fix typo in earlier fix (r11133)vaifrax2013-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12128)
| * | | | | | | | | | | | | | | | | | | | | Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of ↵Nicolas Dufour2013-02-152-35/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the current directory) by Michael Karcher. (bzr r12127)
| * | | | | | | | | | | | | | | | | | | | | fix yet another warningKris De Gussem2013-02-142-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12126)
| * | | | | | | | | | | | | | | | | | | | | fix warnings introduced in revision 12123Kris De Gussem2013-02-144-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12125)
| * | | | | | | | | | | | | | | | | | | | | fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem2013-02-1314-48/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | solving bug #1120585 ) (bzr r12123)
* | | | | | | | | | | | | | | | | | | | | | changes_2013_02_25a.patchDavid Mathog2013-03-0828-672/+19365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New: WMF import/export implements WMF (Windows Metafile) read and write. Inkscape previously supported that through uniconverter, which was not very good with WMF files. The new version now has a complete wmf-print/wmf-inout implementation, analogous to the previous emf-print/emf-inout. This handles images, patterns, and various other goodies to the extent that WMF does. WMF is a bit primitive, many fields are only 16 bits, so it even more resolution sapping issues than does EMF. Given the choice, always use the latter format. (bzr r11668.1.52)
* | | | | | | | | | | | | | | | | | | | | | merge from trunk (r12122)su_v2013-02-13185-8382/+2261
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.51)
| * | | | | | | | | | | | | | | | | | | | | Build. Adding unistd header (fixes compilation on Win32 with OpenSuse ↵Nicolas Dufour2013-02-131-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cross-compiled libs.) (bzr r12122)
| * | | | | | | | | | | | | | | | | | | | A couple of forward declarationsAlex Valavanis2013-02-1120-11/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12119)
| * | | | | | | | | | | | | | | | | | | | Dropped duplicate code for dom/io and io/ (Bug #1120585 )Kris De Gussem2013-02-118-875/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12118)
| * | | | | | | | | | | | | | | | | | | | cppcheckKris De Gussem2013-02-116-31/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12117)
| * | | | | | | | | | | | | | | | | | | | Move cell_data_func and separator_func from text-toolbar to font-lister.Tavmjong Bah2013-02-115-96/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use functions with font-selector (in Text dialog). (bzr r12116)
| * | | | | | | | | | | | | | | | | | | | adding dockbar/switcher style toggles in prefs uiRaphael Rosch2013-02-112-0/+20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1098416 (bzr r12115)
| * | | | | | | | | | | | | | | | | | | Attempt to speed up font-family handling be freezing/thawing Gtk::ListStore ↵Tavmjong Bah2013-02-101-1/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when modifying. (bzr r12113)
| * | | | | | | | | | | | | | | | | | Use update_font_list() in font-lister.cpp. Remove equivalent code in ↵Tavmjong Bah2013-02-092-95/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text-toolbar.cpp. Change separator "tag" from "separatoR" to "#" in attempt to speed up start up. (bzr r12112)
| * | | | | | | | | | | | | | | | | | Add function to add document font-family entries to store.Tavmjong Bah2013-02-092-24/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove font-family to interator map as we can now have duplicate font-family names in store. (bzr r12111)
| * | | | | | | | | | | | | | | | | | partially reverted previous commitKris De Gussem2013-02-096-1/+5714
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12110)
| * | | | | | | | | | | | | | | | | | removed some unused filesKris De Gussem2013-02-0810-6323/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12109)
| * | | | | | | | | | | | | | | | | | cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)Kris De Gussem2013-02-082-120/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12108)
| * | | | | | | | | | | | | | | | | | Better rc matching for text-toolbar font-family drop-down separator. From ↵Tavmjong Bah2013-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | John Smith. (bzr r12107)
| * | | | | | | | | | | | | | | | | | Widen the separator in font-family drop-down so it is visible in more themes.Tavmjong Bah2013-02-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12106)
| * | | | | | | | | | | | | | | | | | Add separator between fonts in document and fonts on sytem in font-family ↵Tavmjong Bah2013-02-073-10/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drop-down menu. Separator style depends on GTK theme (may be invisible). (bzr r12105)
| * | | | | | | | | | | | | | | | | | Add fonts (and font-lists) used in document to top of Text tool-bar ↵Tavmjong Bah2013-02-064-30/+224
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | font-family drop-down menu. If font is not on system, draws strikethrough on top of font name. (bzr r12104)
| * | | | | | | | | | | | | | | | | Supress Pango error message.Tavmjong Bah2013-02-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12103)
| * | | | | | | | | | | | | | | | | Win32. Fixing Glib and GTKmm deprecations.Nicolas Dufour2013-02-052-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12102)
| * | | | | | | | | | | | | | | | | Second try at getting text toolbar properly initialized when there is no ↵Tavmjong Bah2013-02-051-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prefs file. (bzr r12101)
| * | | | | | | | | | | | | | | | | Build. Adding test for external GDL build (--enable-gtk3-experimental option).Nicolas Dufour2013-02-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12100)
| * | | | | | | | | | | | | | | | | Only set up text-tool bar if has actually been created. Ensures proper ↵Tavmjong Bah2013-02-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initialization after creation. (bzr r12099)
| * | | | | | | | | | | | | | | | | Better fix for 1114243, crash on launch with default prefs from stableTavmjong Bah2013-02-041-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12097)
| * | | | | | | | | | | | | | | | | Fix for 1002757 : Regressions with new default font 'sans-serif' - fix mapJohn Smith2013-02-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12096)
| * | | | | | | | | | | | | | | | | add todo comment for fixing fontstyle fall-back behaviourJohan B. C. Engelen2013-02-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12095)
| * | | | | | | | | | | | | | | | | fix crashJohan B. C. Engelen2013-02-032-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1114243 (bzr r12094)
| * | | | | | | | | | | | | | | | | Allow simple font style changes even if first font-family in font list is ↵Tavmjong Bah2013-02-021-14/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not on users system. (bzr r12093)
| * | | | | | | | | | | | | | | | | cppcheckKris De Gussem2013-02-029-60/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12092)
| * | | | | | | | | | | | | | | | | Text-Toolbar font-family entry-box warning-icon tooltip now includes list of ↵Tavmjong Bah2013-02-021-29/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing fonts. (bzr r12090)
| * | | | | | | | | | | | | | | | | Fix for 1002757 : Regressions with new default font 'sans-serif'John Smith2013-02-026-12/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12089)