summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lpe interpolate points: small code style fix-up. should be done for all LPEsJohan B. C. Engelen2014-09-041-1/+1
| | | (bzr r13341.1.197)
* libnrtype, Layout-TNG-Compute: initialize variables. fixes compiler warningJohan B. C. Engelen2014-09-031-0/+2
| | | (bzr r13341.1.196)
* remove glib dependency, but add return statements to help compiler and ↵Johan B. C. Engelen2014-09-031-7/+5
| | | | | prevent return-type warnings (bzr r13341.1.195)
* undo some things from rev 13530, to fix compile with gcc 4.9.0 ↵Johan B. C. Engelen2014-09-031-2/+3
| | | | | -Werror=return-type (don't want to give up that flag) (bzr r13341.1.194)
* Remove misleading dialogs directoryLiam P. White2014-09-0237-66/+36
| | | (bzr r13341.1.192)
* Update to trunk r13542Liam P. White2014-09-029-42/+61
|\ | | | | (bzr r13341.1.191)
| * Fix locale issue in powerstroke width selectionLiam P. White2014-09-021-5/+4
| | | | | | (bzr r13542)
| * Updated about box authors list from AUTHORS file.Matthew Petroff2014-09-021-0/+10
| | | | | | (bzr r13539)
| * BinReloc: fix -Wwrite-stringsLiam P. White2014-09-012-2/+2
| | | | | | (bzr r13538)
| * Fix for bug #1363497 (strange crash with knot path effect)Liam P. White2014-08-311-21/+17
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1363497 (bzr r13537)
| * Translators list updateNicolas Dufour2014-08-301-3/+5
| | | | | | (bzr r13536)
| * Fix rotation center regression caused by my own commit 13512Diederik van Lierop2014-08-262-9/+21
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1360953 - https://launchpad.net/bugs/1360946 (bzr r13534)
| * UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour2014-08-262-2/+2
| | | | | | | | | | | | | | | | Translations. Translations template update. Fixed bugs: - https://launchpad.net/bugs/340723 (bzr r13532)
| * fix Windows 64-bit buildJohan B. C. Engelen2014-08-231-2/+2
| | | | | | (bzr r13531)
* | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-31171-1113/+1028
| | | | | | | | | | GThread deprecation errors. (bzr r13341.1.190)
* | Minor pass of header cleanupLiam P. White2014-08-3023-129/+126
| | | | | | (bzr r13341.1.189)
* | Remove old stub from inkviewLiam P. White2014-08-301-10/+0
| | | | | | (bzr r13341.1.187)
* | Fix gtk3 buildLiam P. White2014-08-301-13/+13
| | | | | | (bzr r13341.1.186)
* | Fix SP_ACTIVE_DOCUMENT usage (document can be determined from context)Liam P. White2014-08-301-5/+6
| | | | | | (bzr r13341.1.185)
* | Reduce header bloatAlex Valavanis2014-08-3045-109/+59
| | | | | | (bzr r13341.1.184)
* | Fix modelinesAlex Valavanis2014-08-3035-93/+93
| | | | | | (bzr r13341.1.183)
* | svg-view-widget: Gtk+ 3 fixesAlex Valavanis2014-08-261-6/+12
| | | | | | (bzr r13341.1.182)
* | Complete reduction of GObject boilerplateAlex Valavanis2014-08-262-34/+8
| | | | | | (bzr r13341.1.181)
* | sp-canvas: GObject boilerplate reductionAlex Valavanis2014-08-262-100/+17
| | | | | | (bzr r13341.1.180)
* | Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-2630-154/+116
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | Fix paint-selector orientationAlex Valavanis2014-08-261-1/+1
| | | | | | (bzr r13341.1.178)
* | remove gtkmm sub-headersJabier Arraiza Cenoz2014-08-262-16/+8
| | | | | | (bzr r13341.1.177)
* | fix bug coninuing existing paths whith no LPE in bspline/spiro modesJabier Arraiza Cenoz2014-08-251-4/+4
| | | | | | (bzr r13341.1.176)
* | More GObject boilerplate reductionAlex Valavanis2014-08-2417-459/+103
| | | | | | (bzr r13341.1.175)
* | More GObject boilerplate reductionAlex Valavanis2014-08-2416-295/+34
| | | | | | (bzr r13341.1.174)
* | desktop-widget: GObject boilerplate reductionAlex Valavanis2014-08-242-94/+84
| | | | | | (bzr r13341.1.173)
* | Fix strict build with Gtk+ 2Alex Valavanis2014-08-242-2/+3
| | | | | | (bzr r13341.1.172)
* | Fix Gtk+ 2 buildAlex Valavanis2014-08-246-4/+34
| | | | | | (bzr r13341.1.171)
* | Finish Gtk::Grid migrationAlex Valavanis2014-08-232-1/+33
| | | | | | (bzr r13341.1.170)
* | Migrate more widgets to Gtk::GridAlex Valavanis2014-08-235-7/+88
| | | | | | (bzr r13341.1.169)
* | Fix orientable Gtkmm widgetsAlex Valavanis2014-08-232-3/+28
| | | | | | (bzr r13341.1.168)
* | Fix deprecated GtkHBox useAlex Valavanis2014-08-231-2/+6
| | | | | | (bzr r13341.1.167)
* | Turn on double-buffering of the canvasLiam P. White2014-08-231-1/+1
| | | | | | (bzr r13341.1.166)
* | Fix deprecated VBox useAlex Valavanis2014-08-236-9/+21
| | | | | | (bzr r13341.1.165)
* | gtk_widget_set_margin_left/right deprecation fixAlex Valavanis2014-08-235-0/+58
| | | | | | (bzr r13341.1.164)
* | spw-utilities: gtk_widget_modify_font deprecation fixAlex Valavanis2014-08-231-0/+4
| | | | | | (bzr r13341.1.163)
* | icon: gtk_widget_get_state deprecation fixAlex Valavanis2014-08-231-0/+4
| | | | | | (bzr r13341.1.162)
* | Fix gdk_display_get_n_screens deprecationAlex Valavanis2014-08-232-0/+15
| | | | | | (bzr r13341.1.161)
* | sp-color-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-232-31/+19
| | | | | | (bzr r13341.1.160)
* | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-232-31/+23
| | | | | | (bzr r13341.1.159)
* | properly attribute codeJohan B. C. Engelen2014-08-231-0/+7
| | | | | | (bzr r13341.1.158)
* | add missing files from last commitJohan B. C. Engelen2014-08-232-0/+145
| | | | | | (bzr r13341.1.157)
* | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵Johan B. C. Engelen2014-08-235-3/+90
| | | | | | | | | | | | | | | | Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file. - Add Catmull-Rom interpolation to powerstroke interpolation options - Add LPE Interpolate points (bzr r13341.1.156)
* | update to trunk lp:inkscape 13530 (fixes Windows build)Johan B. C. Engelen2014-08-236-62/+58
|\| | | | | (bzr r13341.1.155)
| * Fix skewing bug that could lead to infinite transformsDiederik van Lierop2014-08-231-3/+10
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1266499 (bzr r13530)