summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Fix for 1091582 : Problem with key release when pressing space with cursor ↵John Smith2013-02-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | off canvas. (bzr r12088)
| * | | | | | | | | | | | | | | | | Add internal support for CorelDRAW files (import), based on libcdrFridrich Strba2013-02-016-2/+402
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104198 (bzr r12087)
| | * | | | | | | | | | | | | | | | | libcdr, libvisio: fix compiler warnings (comparison between signed and ↵su_v2013-02-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unsigned integer expressions) (bzr r12059.1.7)
| | * | | | | | | | | | | | | | | | | libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal supportsu_v2013-01-281-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12059.1.4)
| | * | | | | | | | | | | | | | | | | Add support for libcdrsu_v2013-01-245-0/+361
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12059.1.1)
| * | | | | | | | | | | | | | | | | | Fix for Bug #1110397: Opacity of clipped group is ignored (regression)Ted Janeczko2013-02-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1110397 (bzr r12086)
| * | | | | | | | | | | | | | | | | | Fix for 1091582 : Problem when entering space in text after space tool toggling.John Smith2013-02-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12085)
| * | | | | | | | | | | | | | | | | | Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle ↵Alvin Penner2013-01-311-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Bug 820425, comment 8) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12084)
| * | | | | | | | | | | | | | | | | | Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-312-63/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12083)
| * | | | | | | | | | | | | | | | | | Text toolbar will display style options for the first font in a font-family ↵Tavmjong Bah2013-01-312-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list. Also, fix mem leak. (bzr r12082)
| * | | | | | | | | | | | | | | | | | Partial fix to allow change of style when the font-family is a font list.Tavmjong Bah2013-01-311-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12081)
| * | | | | | | | | | | | | | | | | | Partial fix for bug 595432 "Clicking Arial Black selects Arial Bold"Tavmjong Bah2013-01-311-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12080)
| * | | | | | | | | | | | | | | | | | Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2013-01-302-23/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1108930 (bzr r12078)
| * | | | | | | | | | | | | | | | | | code cleanup. don't use pointers when you don't have to. use const whereever ↵Johan B. C. Engelen2013-01-305-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you can. (bzr r12077)
| * | | | | | | | | | | | | | | | | | removing some more unused functionsKris De Gussem2013-01-304-124/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12076)
| * | | | | | | | | | | | | | | | | | drop old, unused and error prone dxf2svg extensionKris De Gussem2013-01-3022-4001/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12075)
| * | | | | | | | | | | | | | | | | | typoKris De Gussem2013-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12074)
| * | | | | | | | | | | | | | | | | | Filters. New Shadow only mode for the Drop shadow filter.Nicolas Dufour2013-01-301-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Translation template and French translation update. (bzr r12073)
| * | | | | | | | | | | | | | | | | | for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug ↵Alvin Penner2013-01-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 820425, comment 5) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12072)
| * | | | | | | | | | | | | | | | | | Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output ↵Nicolas Dufour2013-01-291-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions or crashes when quitting while clipboard not empty). (bzr r12071)
| * | | | | | | | | | | | | | | | | | Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-2911-15/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12070)
| * | | | | | | | | | | | | | | | | | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵Alvin Penner2013-01-283-20/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069)
| * | | | | | | | | | | | | | | | | | desktop-widget: Add callback to ensure that ruler ranges are correctly ↵Alex Valavanis2013-01-271-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated when canvas table resizes Fixed bugs: - https://launchpad.net/bugs/950552 (bzr r12068)
| * | | | | | | | | | | | | | | | | | Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-2710-48/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
| * | | | | | | | | | | | | | | | | | More GObject boilerplate reductionAlex Valavanis2013-01-2643-1544/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12065)
| * | | | | | | | | | | | | | | | | | More GObject boilerplate reductionAlex Valavanis2013-01-2621-669/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12064)
* | | | | | | | | | | | | | | | | | | changes_2013_02_01b.patchDavid Mathog2013-02-1311-1673/+2017
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMF import: - Fix for EMF files with MODIFYWINDOWTRANSFORM records containing rotations - Add support for embedded PNG and JPG images - Fix for PowerPoint patterns EMF export: - Rotated images are exported using MODIFYWINDOWTRANSFORM records - Add output option to allow unrotated output (e.g. for PowerPoint 2003) - Don't rotate hatch and image fills on export libTERE: - Fix bug with misplaced words in LTR text (fix for RTL untested) (bzr r11668.1.50)
* | | | | | | | | | | | | | | | | | | merge from trunk (r12063)su_v2013-01-2457-2191/+950
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.49)
| * | | | | | | | | | | | | | | | | | fix crashJohan B. C. Engelen2013-01-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1104326 (bzr r12063)
| * | | | | | | | | | | | | | | | | | Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.Nicolas Dufour2013-01-242-57/+141
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translations. Translation template and French translation update. (bzr r12061)
| * | | | | | | | | | | | | | | | | More GObject boilerplate cleanupAlex Valavanis2013-01-2420-987/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12059)
| * | | | | | | | | | | | | | | | | revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12058)
| * | | | | | | | | | | | | | | | | fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2013-01-232-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12057)
| * | | | | | | | | | | | | | | | | cppcheck: style and performanceKris De Gussem2013-01-236-31/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12056)
| * | | | | | | | | | | | | | | | | Clean up more GObject type definitionsAlex Valavanis2013-01-2325-1094/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12055)
| * | | | | | | | | | | | | | | | | minor cppcheck warningKris De Gussem2013-01-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12054)
| * | | | | | | | | | | | | | | | | direct use of Glib::ustringKris De Gussem2013-01-223-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12053)
| * | | | | | | | | | | | | | | | | fix possible memory leakKris De Gussem2013-01-221-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12052)
* | | | | | | | | | | | | | | | | | merge from trunk (r12051)su_v2013-01-22166-3466/+3223
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11668.1.48)
| * | | | | | | | | | | | | | | | | Filters. Add missing inkscape namespace declaration for 'Channel Painting'su_v2013-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12051)
| * | | | | | | | | | | | | | | | | Fixed memory leaksKris De Gussem2013-01-201-37/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12050)
| * | | | | | | | | | | | | | | | | UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-202-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12049)
| * | | | | | | | | | | | | | | | | minor fix (do not compare to zero)Kris De Gussem2013-01-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12048)
| * | | | | | | | | | | | | | | | | UI uniformisationKris De Gussem2013-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12046)
| * | | | | | | | | | | | | | | | | Fix multiple instances of ci_key.Jon A. Cruz2013-01-202-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12045)
| * | | | | | | | | | | | | | | | | cleanup sp_tspan: Use G_DEFINE_TYPEAlex Valavanis2013-01-192-100/+40
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12044)
| * | | | | | | | | | | | | | | | i18n. Shortcuts preferences are now fully translatable.Nicolas Dufour2013-01-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12042)
| * | | | | | | | | | | | | | | | fix warningJohan B. C. Engelen2013-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12041)
| * | | | | | | | | | | | | | | | constJohan B. C. Engelen2013-01-172-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12040)
| * | | | | | | | | | | | | | | | const ....Johan B. C. Engelen2013-01-1744-211/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12039)