summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updating original pathJabier Arraiza Cenoz2013-03-143-136/+85
| | | (bzr r11950.1.53)
* update to trunkroot2013-03-1120-1372/+372
|\ | | | | (bzr r11950.1.52)
| * readding entries in Cmake and make include lists that were not removed after ↵Kris De Gussem2013-03-112-1/+7
| | | | | | | | | | all ( Bug #1120585 ) (bzr r12194)
| * cppcheckKris De Gussem2013-03-116-293/+292
| | | | | | (bzr r12193)
| * Drop duplicate io code ( Bug #1120585 )Kris De Gussem2013-03-1112-1040/+24
| | | | | | (bzr r12192)
| * fix build warnings / cppcheck ( Bug #1120585 )Kris De Gussem2013-03-111-34/+42
| | | | | | (bzr r12191)
| * Fix for 998276 : Keyboard shortcuts not appearing in the main menu under ↵John Smith2013-03-111-0/+2
| | | | | | | | | | Unity, uppdate to fix markup issue (bzr r12190)
| * Translations. Latvian, Spanish and Ukrainian translations update, and ↵Nicolas Dufour2013-03-111-9/+10
| | | | | | | | | | translators list update. (bzr r12189)
* | ~sub fix, double click to reset default handles and control to 10% steproot2013-03-118-27/+248
| | | | | | (bzr r11950.1.51)
* | Merge from trunkJabier Arraiza Cenoz2013-03-1045-365/+1029
|\| | | | | (bzr r11950.1.50)
| * Migrate Object Properties dialog to Gtk::GridAlex Valavanis2013-03-095-50/+147
| | | | | | (bzr r12188)
| * Migrate calligraphic-profile-rename.* to Gtk::GridAlex Valavanis2013-03-092-12/+45
| | | | | | (bzr r12187)
| * Migrate from Gtk::Color to Gtk::RGBAAlex Valavanis2013-03-093-0/+46
| | | | | | (bzr r12186)
| * Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-096-79/+261
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
| * Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-084-177/+227
| | | | | | (bzr r12184)
| * Use font-weight names rather than numerical values. Fixes bug when scrolling ↵Tavmjong Bah2013-03-081-7/+7
| | | | | | | | | | to URW Chancery L. (bzr r12183)
| * Restore CSS generic faux faces.Tavmjong Bah2013-03-081-5/+12
| | | | | | (bzr r12182)
| * Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-0813-5/+79
| | | | | | (bzr r12181)
| * Drop more Gtk::Table usageAlex Valavanis2013-03-085-16/+143
| | | | | | (bzr r12180)
| * Switch to orientable Scale widgets in Gtkmm 3Alex Valavanis2013-03-087-15/+63
| | | | | | (bzr r12179)
* | Add pencil BSpline modeJabier Arraiza Cenoz2013-03-101-2/+6
| | | | | | (bzr r11950.1.49)
* | update to trunkJabier Arraiza Cenoz2013-03-0710-90/+246
|\| | | | | (bzr r11950.1.48)
| * Fix deprecated Gtkmm symbols in preferences widgetAlex Valavanis2013-03-078-86/+234
| | | | | | (bzr r12178)
| * Disable "faux" or "synthesized" font faces.Tavmjong Bah2013-03-071-0/+5
| | | | | | (bzr r12177)
| * boolops union. fix for disappearing objects (Bug 168907)Alvin Penner2013-03-061-4/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168907 (bzr r12176)
* | Permanent show outline in BSpline modeJabier Arraiza Cenoz2013-03-061-0/+3
| | | | | | (bzr r11950.1.47)
* | merge from trunkJabier Arraiza Cenoz2013-03-059-97/+88
|\| | | | | (bzr r11950.1.46)
| * Added null check (should fix Bug #1051017 )Kris De Gussem2013-03-051-8/+10
| | | | | | (bzr r12175)
| * Drop dead Inkboard code. Config flag no longer existsAlex Valavanis2013-03-047-44/+0
| | | | | | (bzr r12173)
| * Drop unused internal Python and Perl config checksAlex Valavanis2013-03-041-3/+0
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/167955 (bzr r12172)
| * Use our own font_description_better_match which takes into account ↵Tavmjong Bah2013-03-041-42/+78
| | | | | | | | | | font-stretch and font-variant. (bzr r12171)
* | BPower for testing.Jabier Arraiza Cenoz2013-03-052-129/+107
| | | | | | (bzr r11950.1.45)
* | refactor bsplineSpiroliveJabier Arraiza Cenoz2013-03-0535-1292/+887
|\ \ | | | | | | (bzr r11950.1.44)
| * \ merge from branchjtx2013-03-042-274/+325
| |\ \ | |/ / |/| | (bzr r11950.3.6)
* | | Fix sintaxJabier Arraiza Cenoz2013-03-031-2/+2
| | | | | | | | | (bzr r11950.1.43)
* | | Spiro refactorJabier Arraiza Cenoz2013-03-0330-868/+1652
|\ \ \ | | | | | | | | (bzr r11950.1.42)
| | * | merge from master branchjtx2013-03-0433-667/+585
| |/| | | | |/ | | | (bzr r11950.3.5)
| | * Use ink_cairo_surface_filter when converting surfaces between linearRGB and ↵Tavmjong Bah2013-03-031-27/+64
| | | | | | | | | | | | | | | | | | | | | sRGB. Huge speed advantage when using multiple threads. (bzr r12170)
| | * ODF output: write correct Inkscape version number to metadataKris De Gussem2013-03-031-26/+6
| | | | | | | | | (bzr r12169)
| | * Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem2013-03-0316-313/+231
| | | | | | | | | (bzr r12168)
| | * Fix autotools deprecation warningsAlex Valavanis2013-03-021-3/+2
| | | | | | | | | (bzr r12167)
| | * Fix build with C++11Alex Valavanis2013-03-024-5/+13
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/858814 (bzr r12166)
| | * Build with GDKMM_DISABLE_DEPRECATED for allAlex Valavanis2013-03-011-0/+13
| | | | | | | | | (bzr r12165)
| | * Convert font-selector, text-edit, glyphs to use updated font-lister (use ↵Tavmjong Bah2013-03-019-293/+256
| | | | | | | | | | | | | | | fontspec rather than font). (bzr r12164)
| * | Update from branchjtx2013-03-0128-594/+1327
|/| | | |/ | | (bzr r11950.3.4)
| * Use pkg-config for libexif detectionAlex Valavanis2013-02-281-0/+2
| | | | | | (bzr r12159)
| * Some strings clarifications (see Bug #955060, Latvian translation for 0.49).Nicolas Dufour2013-02-252-2/+2
| | | | | | (bzr r12153)
| * Fix for font-family scrolling in text-tool tool-controls (bug 1122553).Tavmjong Bah2013-02-244-22/+48
| | | | | | (bzr r12149)
| * 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)