summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-312-63/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | Text toolbar will display style options for the first font in a font-family l...Tavmjong Bah2013-01-312-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix to allow change of style when the font-family is a font list.Tavmjong Bah2013-01-311-1/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug 595432 "Clicking Arial Black selects Arial Bold"Tavmjong Bah2013-01-311-3/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | Disconnect size_allocation signal handler before disposing desktop widgetAlex Valavanis2013-01-302-23/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-305-38/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | removing some more unused functionsKris De Gussem2013-01-304-124/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | drop old, unused and error prone dxf2svg extensionKris De Gussem2013-01-3022-4001/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | typoKris De Gussem2013-01-301-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | Filters. New Shadow only mode for the Drop shadow filter.Nicolas Dufour2013-01-301-3/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 82042...Alvin Penner2013-01-291-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output exte...Nicolas Dufour2013-01-291-4/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-2911-15/+137
| * | | | | | | | | | | | | | | | | | | | | | | | | | Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820...Alvin Penner2013-01-283-20/+34
| * | | | | | | | | | | | | | | | | | | | | | | | | | desktop-widget: Add callback to ensure that ruler ranges are correctly update...Alex Valavanis2013-01-271-0/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-2710-48/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | More GObject boilerplate reductionAlex Valavanis2013-01-2643-1544/+463
| * | | | | | | | | | | | | | | | | | | | | | | | | | More GObject boilerplate reductionAlex Valavanis2013-01-2621-669/+168
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | fix crashJohan B. C. Engelen2013-01-241-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.Nicolas Dufour2013-01-242-57/+141
| |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | More GObject boilerplate cleanupAlex Valavanis2013-01-2420-987/+325
| * | | | | | | | | | | | | | | | | | | | | | | | revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-233-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2013-01-232-8/+10
| * | | | | | | | | | | | | | | | | | | | | | | | cppcheck: style and performanceKris De Gussem2013-01-236-31/+35
| * | | | | | | | | | | | | | | | | | | | | | | | Clean up more GObject type definitionsAlex Valavanis2013-01-2325-1094/+421
| * | | | | | | | | | | | | | | | | | | | | | | | minor cppcheck warningKris De Gussem2013-01-221-1/+0
| * | | | | | | | | | | | | | | | | | | | | | | | direct use of Glib::ustringKris De Gussem2013-01-223-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | fix possible memory leakKris De Gussem2013-01-221-14/+16
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Filters. Add missing inkscape namespace declaration for 'Channel Painting'su_v2013-01-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Fixed memory leaksKris De Gussem2013-01-201-37/+45
| * | | | | | | | | | | | | | | | | | | | | | | UI uniformisation: added colons in front of edit box (see bug #1050938 )Kris De Gussem2013-01-202-10/+21
| * | | | | | | | | | | | | | | | | | | | | | | minor fix (do not compare to zero)Kris De Gussem2013-01-201-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | UI uniformisationKris De Gussem2013-01-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Fix multiple instances of ci_key.Jon A. Cruz2013-01-202-9/+11
| * | | | | | | | | | | | | | | | | | | | | | | cleanup sp_tspan: Use G_DEFINE_TYPEAlex Valavanis2013-01-192-100/+40
* | | | | | | | | | | | | | | | | | | | | | | | Merge from branchJabier Arraiza Cenoz2013-01-18153-3269/+3077
|\| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | i18n. Shortcuts preferences are now fully translatable.Nicolas Dufour2013-01-181-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | fix warningJohan B. C. Engelen2013-01-171-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | constJohan B. C. Engelen2013-01-172-9/+9
| * | | | | | | | | | | | | | | | | | | | | | | const ....Johan B. C. Engelen2013-01-1744-211/+211
| * | | | | | | | | | | | | | | | | | | | | | | more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-1731-34/+33
| * | | | | | | | | | | | | | | | | | | | | | | const methodsJohan B. C. Engelen2013-01-1715-32/+30
| * | | | | | | | | | | | | | | | | | | | | | | Rm unused sp-animateAlex Valavanis2013-01-175-261/+1
| * | | | | | | | | | | | | | | | | | | | | | | Cleanup more GObject type definitionsAlex Valavanis2013-01-1721-563/+313
| * | | | | | | | | | | | | | | | | | | | | | | Cleanup SPDropperContext:Alex Valavanis2013-01-162-80/+89
| * | | | | | | | | | | | | | | | | | | | | | | Cleanup EekPreview widget implementation:Alex Valavanis2013-01-163-508/+428
| * | | | | | | | | | | | | | | | | | | | | | | Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar functiona...Alex Valavanis2013-01-152-54/+4
| * | | | | | | | | | | | | | | | | | | | | | | i18n. String disambiguation.Nicolas Dufour2013-01-151-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | clarify preference text (thought it was a bug first)Johan B. C. Engelen2013-01-141-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | Preferences. Moving selection option to avoid confusion.Nicolas Dufour2013-01-141-4/+3