summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicated codeJabier Arraiza Cenoz2016-05-211-5/+0
| | | (bzr r14908)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-216-32/+32
| | | (bzr r14907)
* Fix a bug in node editor in BSpline mode, wrong power when moving nodesJabier Arraiza Cenoz2016-05-191-1/+1
| | | (bzr r14903)
* GTK3: Another widget named.Tavmjong Bah2016-05-181-0/+2
| | | (bzr r14902)
* GTK3: Give even more widgets names.Tavmjong Bah2016-05-183-1/+10
| | | (bzr r14901)
* GTK3: Give names to more widgets.Tavmjong Bah2016-05-174-0/+6
| | | (bzr r14896)
* UI. Fixing typos in original strings.Nicolas Dufour2016-05-161-2/+2
| | | | | Translations. PO template update. (bzr r14894)
* GTK3: Give names to many widgets. Useful for debugging and for using CSS.Tavmjong Bah2016-05-151-0/+1
| | | (bzr r14890)
* Fix a bug on Pen tool when use bend path as option and the clipboard has ↵Jabier Arraiza Cenoz2016-05-101-1/+4
| | | | | something diferent than shape, path or group (bzr r14882)
* Change license in about box to GPLv3 - due to GIMP filesKrzysztof Kosi??ski2016-05-081-286/+620
| | | (bzr r14874)
* Clarify license.Krzysztof Kosi??ski2016-05-082-2/+2
| | | | | | | | | Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873)
* Prevent scrollbar overlay from covering swatches in GTK3 build. Tavmjong Bah2016-05-065-3/+14
| | | | | And some minor cleanup. (bzr r14871)
* Correct comment.Tavmjong Bah2016-05-031-1/+1
| | | (bzr r14869)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* various filter editor fixesRaphael Rosch2016-04-162-22/+27
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1570605 - https://launchpad.net/bugs/1570598 (bzr r14856)
* Filter editor: effect description not entirely readableRaphael Rosch2016-04-142-17/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1436180 (bzr r14846)
* function to release object from groupRaphael Rosch2016-04-142-0/+13
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis2016-04-131-3/+0
| | | | | #Hackfest2016 (bzr r14837)
* Remove old uses of GTK_STOCK macrosMartin Owens2016-04-132-3/+2
| | | (bzr r14826)
* gimpcolorwheel: Fix deprecated gtk_widget_style_attach #Hackfest2016Alex Valavanis2016-04-131-0/+2
| | | (bzr r14820)
* Fix cmake buildMarc Jeanmougin2016-04-131-1/+1
| | | (bzr r14818)
* color-scales: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis2016-04-131-0/+6
| | | (bzr r14812)
* 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)
* Fork GtkImageMenuItem and remove show_image boolean because we always want ↵Martin Owens2016-04-121-0/+12
| | | | | to show menu. (bzr r14800)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-123-8/+8
| | | (bzr r14790)
* Add option for larger icons (useful for 4K display).Tavmjong Bah2016-04-121-2/+3
| | | (bzr r14789)
* Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)Martin Owens2016-04-123-6/+6
| | | (bzr r14788)
* Hackfest 2016: fix critical warning on startupKrzysztof Kosi??ski2016-04-111-13/+11
| | | (bzr r14780)
* GTK3 fixsu_v2016-04-091-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14768)
* Provide tooltip for Selection set dialog tree area.Tavmjong Bah2016-04-081-1/+11
| | | | | Based on patch from Kamalpreet Grewal. (bzr r14767)
* Remove inkscape-specific glib clone function (and get rid of deprecated Glib ↵Marc Jeanmougin2016-04-081-38/+1
| | | | | | | | ScopedPtr use) Fixed bugs: - https://launchpad.net/bugs/1567485 (bzr r14766)
* Add clickable link to www.inkscape.org to splash screen dialog.Kamalpreet Grewal2016-04-071-0/+12
| | | (bzr r14764)
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-023-29/+41
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* Fix crash on copying orphaned clonesMarc Jeanmougin2016-04-021-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1565272 (bzr r14759)
* Protect the color wheel from hue loss at a deeper level.Martin Owens2016-03-292-1/+5
| | | (bzr r14748)
* Fix bugs with the colour selector self-signaling on change.Martin Owens2016-03-292-4/+5
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1462907 - https://launchpad.net/bugs/1249618 (bzr r14747)
* Add prependUnit functionMartin Owens2016-03-222-0/+11
| | | (bzr r14737)
* More complete handling of units for 'line-height' in text toolbar.Tavmjong Bah2016-03-223-15/+0
|\ | | | | (bzr r14735)
| * Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-4/+0
| | | | | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
| * Reverting 14701.Tavmjong Bah2016-03-182-11/+0
| | | | | | (bzr r14716.1.2)
* | Update status bar text and remove spare Geom Point variable.Martin Owens2016-03-201-8/+7
| | | | | | (bzr r14725)
* | [Bug #1545332] Canvas context menu: allow grouping a single selection (same ↵suv-lp2016-03-201-1/+1
| | | | | | | | | | | | | | | | as menu, toolbar command). Fixed bugs: - https://launchpad.net/bugs/1545332 (bzr r14723)
* | Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-202-3/+20
| | | | | | (bzr r14721)
* | Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵Jabier Arraiza Cenoz2016-03-181-1/+1
|/ | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717)
* Fix a bug meassuring text in units diferent than PXJabier Arraiza Cenoz2016-03-141-2/+1
| | | (bzr r14704)
* "Relative to" option for node alignment.Marc Jeanmougin2016-03-134-3/+116
| | | | | | | | | | | | | | | | | | | - Node tool has those new "relative to" alignment options : last selected, first selected, current behaviour (middle), max value(rightmost/topmost) or min value(leftmost/bottommost). - Verbs: --If the node tool is active and whole objects are selected (no individual node is), works as usual for objects; --Else, align horizontal/vertical (SP_VERB_ALIGN_HORIZONTAL_CENTER) honor the "relative to" settings, SP_VERB_ALIGN_HORIZONTAL_LEFT (ctrl+alt+pavnum4) aligns vertically on the leftmost node (same behavior as SP_VERB_ALIGN_HORIZONTAL_LEFT when the setting is "align relative to min value"), and so on with all alignment verbs Fixed bugs: - https://launchpad.net/bugs/171287 (bzr r14703)
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-122-0/+11
| | | (bzr r14701)