summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | function to release object from groupRaphael Rosch2016-04-147-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* | | | | Fix c++11 flag when required on non-debian-based systemsShlomi Fish2016-04-142-2/+7
| | | | | | | | | | | | | | | (bzr r14844)
* | | | | Fix for make checksu_v2016-04-142-1/+4
| | | | | | | | | | | | | | | (bzr r14843)
* | | | | Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens2016-04-1417-435/+505
| | | | | | | | | | | | | | | | | | | | | | | | | automatic Ean2 and Ean5 additions (bzr r14842)
* | | | | icons.svg can be reduced in size (fix missing radial gradients)Raphael Rosch2016-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1113302 (bzr r14841)
* | | | | icons.svg can be reduced in size (re-use gradients)Raphael Rosch2016-04-131-363/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1113302 (bzr r14840)
* | | | | icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | | | | | | | | | | | | | (bzr r14839)
* | | | | Move page border below the drawing.Krzysztof Kosi??ski2016-04-131-1/+1
| | | | | | | | | | | | | | | (bzr r14838)
* | | | | Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis2016-04-135-107/+0
| | | | | | | | | | | | | | | | | | | | | | | | | #Hackfest2016 (bzr r14837)
* | | | | using cpp limits valuesMarc Jeanmougin2016-04-132-3/+5
| | | | | | | | | | | | | | | (bzr r14836)
* | | | | Remove no longer needed warning about feTile rendering.Tavmjong Bah2016-04-131-12/+0
| | | | | | | | | | | | | | | (bzr r14835)
* | | | | Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-132-4/+10
| | | | | | | | | | | | | | | (bzr r14834)
* | | | | Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski2016-04-131-2/+0
| | | | | | | | | | | | | | | (bzr r14833)
* | | | | Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski2016-04-131-2/+4
| | | | | | | | | | | | | | | (bzr r14832)
* | | | | Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski2016-04-131-16/+13
| | | | | | | | | | | | | | | (bzr r14831)
* | | | | font-selector: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-1/+16
| | | | | | | | | | | | | | | (bzr r14830)
* | | | | Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski2016-04-131-33/+11
| | | | | | | | | | | | | | | (bzr r14829)
* | | | | spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016Alex Valavanis2016-04-131-1/+1
| | | | | | | | | | | | | | | (bzr r14828)
* | | | | text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-0/+18
| | | | | | | | | | | | | | | (bzr r14827)
* | | | | Remove old uses of GTK_STOCK macrosMartin Owens2016-04-134-8/+7
| | | | | | | | | | | | | | | (bzr r14826)
* | | | | Gtk3 compatibility fix. Hackfest 2016Tavmjong Bah2016-04-131-4/+4
| | | | | | | | | | | | | | | (bzr r14825)
* | | | | Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski2016-04-131-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | #Hackfest2016 (bzr r14824)
* | | | | Fix CMake caching issue with GtkSpellMarc Jeanmougin2016-04-131-17/+11
| | | | | | | | | | | | | | | (bzr r14823)
* | | | | Fix referencing problem with widget is moved from one container to another. ↵Tavmjong Bah2016-04-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Hackfest 2016. (bzr r14822)
* | | | | Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-134-42/+79
| | | | | | | | | | | | | | | | | | | | | | | | | background. #Hackfest2016 (bzr r14821)
| * | | | Added Sebastian Faubels helper scripts for windows.Moritz Eberl2016-04-163-0/+13
| | | | | | | | | | | | | | | (bzr r14761.1.10)
| * | | | Added missing fileMoritz Eberl2016-04-161-0/+1
| | | | | | | | | | | | | | | (bzr r14761.1.9)
| * | | | Added an example plugin.Moritz Eberl2016-04-167-0/+322
| | | | | | | | | | | | | | | (bzr r14761.1.8)
| * | | | Added Sebastian Faubels CMake changes for the windows build.Moritz Eberl2016-04-162-2/+70
| | | | | | | | | | | | | | | (bzr r14761.1.7)
| * | | | CMake build creates a shared libinkscape_base library and links inkscape and ↵Moritz Eberl2016-04-162-12/+20
| | | | | | | | | | | | | | | | | | | | | | | | | inkview against it. (bzr r14761.1.6)
| * | | | Merge and fixed CMake buildMoritz Eberl2016-04-1325-849/+1583
| |\ \ \ \ | |/ / / / |/| | | | (bzr r14761.1.5)
* | | | | gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016Alex Valavanis2016-04-131-0/+2
| | | | | | | | | | | | | | | (bzr r14820)
* | | | | spw-utilities: Fix deprecated gtk_widget_override_font #Hackfest2016Alex Valavanis2016-04-131-4/+22
| | | | | | | | | | | | | | | (bzr r14819)
* | | | | Fix cmake buildMarc Jeanmougin2016-04-137-602/+13
| | | | | | | | | | | | | | | (bzr r14818)
* | | | | Disable inkscape.desktop translation for old gettextMarc Jeanmougin2016-04-131-4/+15
| | | | | | | | | | | | | | | (bzr r14817)
* | | | | Simplify SPCanvas by tracking the clean region instead of the dirty region.Krzysztof Kosi??ski2016-04-132-76/+42
| | | | | | | | | | | | | | | | | | | | | | | | | #Hackfest2016 (bzr r14816)
* | | | | ink-comboboxentry-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+18
| | | | | | | | | | | | | | | (bzr r14815)
* | | | | Restore ability to set unitless 'line-height'. Hackfest 2016Tavmjong Bah2016-04-131-31/+48
| | | | | | | | | | | | | | | | | | | | | | | | | Note: Rendering with 'line-height' with units is buggy. (bzr r14814)
* | | | | ink-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+22
| | | | | | | | | | | | | | | (bzr r14813)
* | | | | color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | | | | | | | | | | | | | (bzr r14812)
* | | | | Should compile inkscape-version.cpp in out of tree buildsMarc Jeanmougin2016-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811)
* | | | | color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+4
| | | | | | | | | | | | | | | (bzr r14810)
* | | | | color-icc-selector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-1/+12
| | | | | | | | | | | | | | | (bzr r14809)
* | | | | clonetiler: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis2016-04-131-6/+5
| | | | | | | | | | | | | | | (bzr r14808)
* | | | | clonetiler: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+13
| | | | | | | | | | | | | | | (bzr r14807)
* | | | | ege-select-one-action: Fix deprecated GtkAlignment #Hackfest2016Alex Valavanis2016-04-121-0/+13
| | | | | | | | | | | | | | | (bzr r14806)
* | | | | spw-utilities: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+17
| | | | | | | | | | | | | | | (bzr r14805)
* | | | | gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+6
| | | | | | | | | | | | | | | (bzr r14804)
* | | | | ege-adjustment-action: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-0/+6
| | | | | | | | | | | | | | | (bzr r14803)
* | | | | desktop-widget: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-121-13/+18
| | | | | | | | | | | | | | | (bzr r14802)