Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10069150 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069151 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069152 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069153 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069154 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069155 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.23</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 1 | Merge pull request #200 from AvaloniaUI/fix-issue-199 | 1 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069156 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 23 | Core: Fix renderTemplate to avoid skipping undefined and null parameters | 0 | .js | tests | mit | tabalinas/jsgrid |
10069157 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 23 | Core: Fix renderTemplate to avoid skipping undefined and null parameters | 0 | .js | tests | mit | tabalinas/jsgrid |
10069158 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 15 | Docs: Sorting strategies descirption corrections | 6 | .md | md | mit | tabalinas/jsgrid |
10069159 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 15 | Docs: Sorting strategies descirption corrections | 6 | .md | md | mit | tabalinas/jsgrid |
10069160 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069161 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069162 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069163 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069164 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069165 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069166 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069167 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069168 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069169 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069170 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069171 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069172 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069173 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069174 | <NME> MockStreamGeometryImpl.cs
<BEF> using System;
using System.Collections.Generic;
using Avalonia;
using Avalonia.Media;
using Avalonia.Platform;
namespace AvaloniaEdit.AvaloniaMocks
{
public class MockStreamGeometryImpl : IStreamGeometryImpl, ITransformedGeometryImpl
{
private MockStreamGeometryCo... | 1 | Merge pull request #259 from Arhell/upd | 1 | .cs | Tests/AvaloniaMocks/MockStreamGeometryImpl | mit | AvaloniaUI/AvaloniaEdit |
10069175 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 314 | Docs: Grid config properties description | 1 | .md | md | mit | tabalinas/jsgrid |
10069176 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 314 | Docs: Grid config properties description | 1 | .md | md | mit | tabalinas/jsgrid |
10069177 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069178 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069179 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069180 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069181 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069182 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069183 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069184 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069185 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069186 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069187 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069188 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069189 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069190 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069191 | <NME> text.tex.latex
<BEF> ADDFILE
<MSG> Include LaTeX sample files
<DFF> @@ -0,0 +1,46 @@
+\documentclass[12pt]{article}
+\usepackage{lingmacros}
+\usepackage{tree-dvips}
+\begin{document}
+
+\section*{Notes for My Paper}
+
+Don't forget to include examples of topicalization.
+They look like this:
+
+{\small
+\enumse... | 46 | Include LaTeX sample files | 0 | .latex | Demo/Resources/SampleFiles/text | mit | AvaloniaUI/AvaloniaEdit |
10069192 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069193 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069194 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069195 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069196 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069197 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069198 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069199 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069200 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069201 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069202 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069203 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069204 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069205 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069206 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.999-cibuild0020141-beta</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</Newto... | 2 | Merge branch 'master' into feature/TextFormatterPort | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069207 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 4 | Pager: Support {itemCount} parameter Closes #23 | 4 | .js | tests | mit | tabalinas/jsgrid |
10069208 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 4 | Pager: Support {itemCount} parameter Closes #23 | 4 | .js | tests | mit | tabalinas/jsgrid |
10069209 | <NME> theme.css
<BEF> .jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
border: 1px solid #e9e9e9;
}
.jsgrid-header-row > .jsgrid-header-cell {
border-top: 0;
}
.jsgrid-heade... | 1 | Theme: Fix shading in IE8 | 0 | .css | css | mit | tabalinas/jsgrid |
10069210 | <NME> theme.css
<BEF> .jsgrid-grid-header,
.jsgrid-grid-body,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-insert-row > .jsgrid-cell,
.jsgrid-edit-row > .jsgrid-cell {
border: 1px solid #e9e9e9;
}
.jsgrid-header-row > .jsgrid-header-cell {
border-top: 0;
}
.jsgrid-heade... | 1 | Theme: Fix shading in IE8 | 0 | .css | css | mit | tabalinas/jsgrid |
10069211 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069212 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069213 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069214 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069215 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069216 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069217 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069218 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069219 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069220 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069221 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069222 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069223 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069224 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069225 | <NME> Directory.Build.props
<BEF> <Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AvaloniaVersion>0.10.12</AvaloniaVersion>
<TextMateSharpVersion>1.0.31</TextMateSharpVersion>
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
<V... | 2 | Merge pull request #230 from AvaloniaUI/textmatesharp-1.0.34 | 2 | .props | Build | mit | AvaloniaUI/AvaloniaEdit |
10069226 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069227 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069228 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069229 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069230 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069231 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069232 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069233 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069234 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069235 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069236 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069237 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069238 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069239 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069240 | <NME> FoldingMargin.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without lim... | 2 | Fix rendering of FoldingMarginMarkers | 1 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069241 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069242 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069243 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069244 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069245 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069246 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069247 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069248 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10069249 | <NME> TextAreaInputHandler.cs
<BEF> // Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including with... | 10 | Better handling of gestures in RoutedCommand | 0 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |