summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added bool LPEMichael Soegtrop2016-05-086-1/+513
* Start of GTK3 external style sheet support.Tavmjong Bah2016-05-083-15/+35
|\
| * Start of GTK3 external style sheet support.Tavmjong Bah2016-05-083-15/+35
* | fix-bug-734201. stroke-to-path doesn't scale stroke width used in markersJabier Arraiza Cenoz2016-05-081-3/+5
* | Change license in about box to GPLv3 - due to GIMP filesKrzysztof Kosi??ski2016-05-081-286/+620
|/
* Clarify license.Krzysztof Kosi??ski2016-05-087-7/+10
* Temporarily hard code GTK3 ruler background to off white.Tavmjong Bah2016-05-071-1/+3
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-065-3/+14
* Fix rendering of tool bar icons.Tavmjong Bah2016-05-042-8/+16
* Remove some GTK3 warnings.Tavmjong Bah2016-05-031-18/+24
* Correct comment.Tavmjong Bah2016-05-031-1/+1
* Fix for cmake installing libs, using a subfolder for clarity when installing ...Marc Jeanmougin2016-05-021-1/+2
* Merge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ...Marc Jeanmougin2016-05-024-9/+22
|\
| * Fixed "make install" to set the right rpath. libinkscape_base.so should now b...Moritz Eberl2016-04-271-0/+10
| * Fixed path resolution in plugin loader.Moritz Eberl2016-04-273-9/+12
* | Backout last commit as it introduced subtle errors.Tavmjong Bah2016-04-2915-32/+3
* | SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah2016-04-2915-3/+32
|/
* Correct enumeration names.Tavmjong Bah2016-04-221-3/+3
* minor warning cleanup.Jon A. Cruz2016-04-214-7/+11
* various filter editor fixesRaphael Rosch2016-04-162-22/+27
* removed unnecessary commentsMoritz Eberl2016-04-161-8/+0
* merge and fixed buildMoritz Eberl2016-04-1636-258/+305
|\
| * CMake build: builds with WITH_DBUSMarc Jeanmougin2016-04-163-14/+34
| * Add a Resize to Page with Keyboard ShortcutMartin Owens2016-04-152-1/+3
| * Priority is so high it blocks blitting the canvasLiam P. White2016-04-151-1/+1
| * Change idle priority back to highLiam P. White2016-04-141-1/+1
| * Filter editor: effect description not entirely readableRaphael Rosch2016-04-142-17/+43
| * function to release object from groupRaphael Rosch2016-04-147-0/+53
| * icon: Fix deprecated gtk_widget_get_requisition() #Hackfest2016Alex Valavanis2016-04-131-0/+6
| * Move page border below the drawing.Krzysztof Kosi??ski2016-04-131-1/+1
| * Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features #Hackf...Alex Valavanis2016-04-135-107/+0
| * using cpp limits valuesMarc Jeanmougin2016-04-132-3/+5
| * Remove no longer needed warning about feTile rendering.Tavmjong Bah2016-04-131-12/+0
| * Fix a few more pick calls not preceded by updateKrzysztof Kosi??ski2016-04-132-4/+10
| * Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski2016-04-131-2/+0
| * Hopefully fix "invalid state when picking" warnings. #Hackfest2016Krzysztof Kosi??ski2016-04-131-2/+4
| * Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski2016-04-131-16/+13
| * font-selector: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-1/+16
| * Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski2016-04-131-33/+11
| * spw-utilities: Fix gtk_widget_set_margin_* API #Hackfest2016Alex Valavanis2016-04-131-1/+1
| * text-toolbar: Gtk+ 3 theming #Hackfest2016Alex Valavanis2016-04-131-0/+18
| * Remove old uses of GTK_STOCK macrosMartin Owens2016-04-134-8/+7
| * Gtk3 compatibility fix. Hackfest 2016Tavmjong Bah2016-04-131-4/+4
| * Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski2016-04-131-4/+6
| * Fix referencing problem with widget is moved from one container to another. H...Tavmjong Bah2016-04-131-0/+5
| * Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-134-42/+79
* | Added missing fileMoritz Eberl2016-04-161-0/+1
* | Added an example plugin.Moritz Eberl2016-04-165-0/+316
* | CMake build creates a shared libinkscape_base library and links inkscape and ...Moritz Eberl2016-04-161-12/+19
* | Merge and fixed CMake buildMoritz Eberl2016-04-1320-242/+1561
|\|