summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-13Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2-4/+10
2016-04-13Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski1-2/+0
2016-04-13Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski1-2/+4
2016-04-13Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski1-16/+13
2016-04-13font-selector: Gtk+ 3 theming #Hackfest2016Alex Valavanis1-1/+16
2016-04-13Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski1-33/+11
2016-04-13spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016Alex Valavanis1-1/+1
2016-04-13text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis1-0/+18
2016-04-13Remove old uses of GTK_STOCK macrosMartin Owens4-8/+7
2016-04-13Gtk3 compatibility fix. Hackfest 2016Tavmjong Bah1-4/+4
2016-04-13Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski1-4/+6
2016-04-13Fix referencing problem with widget is moved from one container to another. H...Tavmjong Bah1-0/+5
2016-04-13Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski4-42/+79
2016-04-13gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016Alex Valavanis1-0/+2
2016-04-13spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016Alex Valavanis1-4/+22
2016-04-13Fix cmake buildMarc Jeanmougin6-5/+13
2016-04-13Simplify SPCanvas by tracking the clean region instead of the dirty region.Krzysztof Kosi??ski2-76/+42
2016-04-13ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+18
2016-04-13Restore ability to set unitless 'line-height'. Hackfest 2016Tavmjong Bah1-31/+48
2016-04-13ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+22
2016-04-13color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
2016-04-13color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+4
2016-04-13color-icc-selector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-1/+12
2016-04-13clonetiler: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis1-6/+5
2016-04-13clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+13
2016-04-12ege-select-one-action: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis1-0/+13
2016-04-12spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+17
2016-04-12gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
2016-04-12ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
2016-04-12desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-13/+18
2016-04-12Fork GtkImageMenuItem and remove show_image boolean because we always want to...Martin Owens5-1/+1189
2016-04-12sp-canvas: Disable deprecated double-buffering #Hackfest2016Alex Valavanis1-6/+1
2016-04-12Update copyright notices on display/sp-canvas.(h|cpp)Krzysztof Kosi??ski2-0/+4
2016-04-12desktop-widget: Fix deprecated gtk_widget_reparent usage #Hackfest2016Alex Valavanis1-2/+4
2016-04-12desktop-widget: Fix background color setting #Hackfest2016Alex Valavanis1-4/+12
2016-04-12Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl1-2/+36
2016-04-12Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.Krzysztof Kosi??ski2-148/+139
2016-04-12svg-view-widget: Fix background-color handling #Hackfest2016Alex Valavanis1-2/+12
2016-04-12Replace xthickness and ythickness with Gtk Context padding.Martin Owens1-6/+14
2016-04-12Latest gtk3 cleanupMartin Owens2-10/+33
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski10-632/+495
2016-04-12Add option for larger icons (useful for 4K display).Tavmjong Bah3-3/+13
2016-04-12Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens6-16/+10
2016-04-12fixed naming of methods. External extensions can now be other module types.Moritz Eberl5-15/+13
2016-04-12inkview: Fix cursor API deprecation #Hackfest2016Alex Valavanis1-2/+3
2016-04-12regenerates inkscape-version when revno changes ; Translates inkscape.desktop...Marc Jeanmougin2-5/+7
2016-04-12fix undo clip rendering bugMarc Jeanmougin1-0/+1
2016-04-11svg-view: Fix cursor APIAlex Valavanis1-1/+2
2016-04-11desktop-events: Fix deprecated GdkCursor APIAlex Valavanis1-26/+23
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl7-8/+202